.contact-border-holder{
    height: calc(100vh - calc(100vh - 100%));
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: dos; 
}

.contact-border{
    height: 90%;
    width: 90%;
    max-width: 1300px;
    /* z-index: 2; */
    position: absolute;
    border: 10px solid transparent;
    border-image: url("../img/unnamed.png") 20 round;
    filter: blur(0.3px);
}



.contact-top-bar{
    display: flex;
    width: calc(100% - 2px);
    height: 30px;
    background: #808080;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #030206;
    border-bottom: 2px solid #030206;
}

.contact-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(10% - 2.5px);
    height: calc(100% - 1px);
    border-top: 1px solid #d5d5d5;
    border-left: 2px solid #d5d5d5;
    border-right: 0.5px solid #030206;
}

.contact-logo{
    width: calc(15% - 2.5px) !important;
}

.contact-logo img{
    width: 85%;
}

.contact-home{
    width: calc(65% - 2.5px) !important;
    justify-content: left;
    padding-left: 10px;
}

.contact-menu-holder{
    background: #c1c1c1;
    display: flex;
    align-items: center;
    height: 40px;
    list-style: none;
    border: 1px solid #6a6a6a;
    border-bottom: 2px solid #6a6a6a;
    overflow: hidden;
}

.contact-menu-holder a{
    padding: 10px;
    text-decoration: none;
    color: #000304;
}

.contact-menu-holder a:hover{
    background: #6a6a6a;
    cursor: pointer;
    transition: 0s all;
}

.contact-middle-holder{
    height: calc(95% - 86px);
    background-color: #0100a8;
    border: 5px solid #000304;
    /* display: grid;
    align-content: center;
    justify-content: center; */
    /* padding: 20px; */
    /* padding-bottom: none; */
    overflow: hidden;
}

.contact-middle-border{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95%;
}

.contact-middle{
    overflow-y: auto;
    border: #c1c1c1 2px solid;
    color: #c1c1c1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    font-size: 1.6em;
}

/* width */
.contact-middle::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  .contact-middle::-webkit-scrollbar-track {
    background: #a5a5a5;
  }
  
  /* Handle */
  .contact-middle::-webkit-scrollbar-thumb {
    background: #000304;
    border-radius: 10px;
    max-height: 4px;
  }
  
  /* Handle on hover */
  .contact-middle::-webkit-scrollbar-thumb:hover {
    background: #555;
  }



.blink-contact{
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}

.tel{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.blink-address, .blink-disclaim{
padding: 20px;
}

.tel-title{
    padding-right: 15px;
    text-align: right;
    justify-content: flex-end;
}

#blink-tel{
    text-align: left;
    justify-content: flex-start;
}

.blink-address p{
    padding: 2px 20px;
}

.blink-contact a{
    /* text-decoration: none; */
    color: #c1c1c1;
}

.blink-disclaim p{
    padding: 10px 20px;
}

.turquoise{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 5%;
    background: #03a6a8;
}

.turq1{
    color: white;
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 5px solid #030206;
}

.turq1 a{
    padding-left: 5px;
}

.contact-bottom-bar-holder{
    background: #c1c1c1;
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #030206;
}

.contact-bottom-bar{
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 4px);
    height: calc(100% - 8px);
    align-items: center;
    padding: 2px;
    border-bottom: 1px solid #929292;
    border-left: 1px solid white;
    border-right: 1px solid #929292;
}

.contact-bottom-bar a{
    padding: 0px 20px ;
    color: #030206;
    text-decoration: none;
}

.contact-bottom-bar a:hover{
    cursor: pointer;
}

@media(max-width: 650px) {
    .contact-middle{
        font-size: 1.1em;
    }

    
.tel{
    grid-template-columns: 1fr;
}

.crt-contact{
    background-image: none;
}

.tel-title{
    padding-right: 0;
    text-align: center;
    justify-content: center;
}

#blink-tel{
    text-align: center;
    justify-content: center;
}

.blink-address p{
    padding: 5px 10px;
}


.blink-disclaim p{
    padding: 5px 10px;
}
}


@media(max-width: 600px) {
    .turquoise{
        font-size: 0.6em;
    }

    .turq1{
        font-size: 4vw;
    }

 

    .contact-bottom-bar{
        font-size: 3.8vw;
    }
    .contact-bottom-bar a{
       padding: 0 5px;
    }

    .contact-home{
        font-size: 0.8em;
        width: 75% !important;
    }

    .contact-menu-holder a{
        font-size: 3.8vw;
        padding: 0 5px;
    }

    .thing{
        display: none;
    }

    .blink-address, .blink-disclaim{
        padding: 10px 7.5px;
    }

}