@font-face {
    font-family: 'helv';
    src: url('../../font/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../../font/db_helvethaica_x_li_v3.2-webfont.woff') format('woff');
    font-weight: 400;
}

.top-bg-div {
    background-image: url(../../images/top-bg-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 230px;
    color: #1f97b0;
    font-size: 2rem;
    padding-top: 95px;
    background-position: right;
}

.top-bg-div .txt-h {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: auto;
    display: inline-block;
    padding: 1rem;
    padding-left: 0;
}

.contact-nav {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.contact-nav-form {
    padding-top: .5rem;
}

.contact-nav-form-txt {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #1f97b0;
    width: 200px;
    display: inline-block;
    float: left;
}

.contact-nav-form-form {
    width: calc(100% - 200px);
    display: inline-block;
    float: left;
    margin-top: .3rem;
}

.contact-nav-form-form select {
    width: 100%;
}

.contact-content {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.contact-content h2 {
    color: #1f97b0;
    font-size: 3rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: 400;
}

.contact-content h3 {
    color: #1f97b0;
    font-size: 2rem;
    font-weight: 400;
}

.txt-blue {
    color: #1f97b0;
    font-size: 1.7rem;
}

.contact-content-div {
    margin-bottom: 3rem;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(../../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #292929;
    font-weight: 400;
}

.contact-content-div-box {
    padding: 4rem;
    background-color: #fff;
}

.w-85-100 {
    width: 85%;
    max-width: 350px;
}

.w-100-85 {
    width: 100%;
    max-width: 300px;
}

.address-div {
    color: #242424;
    font-size: 1.7rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.address-div h3 {
    color: #1f97b0;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
}

.phone-div {
    color: #242424;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.phone-div span {
    color: #1f97b0;
    font-size: 1.2rem;
}

#feedback-div {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    display: none;
    color: #fff;
    z-index: 99999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#feedback.visible {
    display: block;
    opacity: 1;
    transition: .7s;
}

#appointment-div {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    display: none;
    z-index: 99999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: .7s;
}

#appointment-div.visible {
    display: block;
    opacity: 1;
    transition: .7s;
}

#btn-appointment,
#btn-feedback {
    cursor: pointer;
}

#btn-appointment-div-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background-image: url(../../images/icon-menu-close-blue.svg);
    background-size: cover;
}

#btn-feedback-div-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background-image: url(../../images/icon-menu-close-blue.svg);
    background-size: cover;
}

.about-content-div {
    margin-bottom: 3rem;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(../../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #292929;
    font-weight: 400;
}

.about-content-div-box {
    padding: 4rem 1rem;
    background-color: #fff;
    position: relative;
}


/* Works on Chrome, Edge, and Safari */

.scroll-div::-webkit-scrollbar {
    width: 12px;
}

.scroll-div::-webkit-scrollbar-track {
    background: #fff;
}

.scroll-div::-webkit-scrollbar-thumb {
    background-color: #979797;
    border-radius: 20px;
    border: 3px solid #fff;
}

.overflow400 {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

.content-group-box {
    width: 70%;
    max-width: 750px;
    background-color: #fff;
    padding: 3rem;
    transition: .6s;
    color: #383636;
}

.img-h-top {
    width: 250px;
    margin: auto;
    display: block;
    margin-bottom: 1.5rem;
}

.content-group-box .form-group {
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-bottom: 1.5rem;
}

.btn-contact {
    border: none;
    background-color: #1f97b0;
    color: #fff;
    padding: 3px 40px;
    border-radius: 45px;
    box-shadow: none;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 1px 10px 20px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 10px 20px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
    background: linear-gradient( -45deg, #84e0f3, #4cc6df, #3dd5f3, #3ea8bd);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.btn-contact:hover {
    color: #fff;
    background: linear-gradient( -45deg, #6cd6e9, #37deff, #55e3ff, #3cdafa);
}

@media (max-width: 991px) {
    .content-group-box {
        width: 100%!important;
        padding: 1.5rem;
    }
    .about-content-div {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
    .top-bg-div {
        padding-top: 0px;
        height: 120px;
        font-size: 3rem;
        padding-left: 0;
    }
    .w-85-100 {
        width: 100%;
        max-width: 300px;
    }
    .w-100-85 {
        width: 85%!important;
        text-align: right;
        margin-left: 15%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .address-div {
        color: #242424;
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin-bottom: 1rem;
    }
    .contact-content-div-box {
        padding: 1.5rem;
    }
}

@media (max-width: 580px) {
    .contact-nav-form-form {
        width: 100%;
    }
}

@media (min-width: 581px) and (max-width: 991px) {}