:root {
    --primary: #075080;
    --secondary: #8AC140;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    background-color: #8AC140;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(https://assets-global.website-files.com/631d2068ce919e175c0b0a96/632552ab01e34ee3621a333f_section-bg-2.webp) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: #075080;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(https://assets-global.website-files.com/631d2068ce919e175c0b0a96/632552ab4d23be21d81e5df6_section-bg-01.webp) center center no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.bg-testimonial::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: -1;
    opacity: .7 !important;
    /*background-color: rgba(36, 38, 49, .7);*/
    background-image: linear-gradient(-180deg, #000, transparent);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonial-carousel {
    /* background: #075080; */
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

/* .testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
} */

.testimonial-item {
    background-color: #fff;
    margin: 0 5px;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-item p {
    height: 300px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.ratings i {
    color: #FFC519;
}

.bg-primary {
    background-color: #075080 !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
    font-size: 32px;
    color: #075080 !important;
}

.call-btn {
    background-color: var(--primary);
    color: var(--light);
    text-transform: uppercase;
    border-radius: 4em;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 8px 10px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.375;
    text-decoration: none;
    transition: background-color .2s ease-in;
}

/* Hero Section  */

.ban_sec {
    width: 100%;

}

.ban_img {
    width: 100%;
    position: relative;
}

.ban_img img {
    width: 100%;
}

.ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0000009a;
    padding: 30px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;

}

.ban_text strong {
    font: 800 62.22px/70px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.ban_text strong span {
    font: 400 44.44px/52px "Montserrat", sans-serif;
    letter-spacing: 3px;
}

.ban_text p {
    font: 400 20px/25px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
    text-align: center;
}

.ban_text a {
    display: inline-block;
    font: 800 19.39px/24px "Montserrat", sans-serif;
    background: #075080;
    border-radius: 26px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.ban_text a:hover {
    background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
        font-size: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
        font-size: 17px;
    }

    .ban_text strong {
        font-size: 50px;
        line-height: 60px;
    }

    .ban_text strong span {
        font-size: 37px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 35px;
        line-height: 40px;
    }

    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .ban_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .ban_text a {
        font-size: 13.39px;
        line-height: 15px;
    }
}



@media only screen and (max-width: 575px) {
    .ban_text strong {
        background: #075080;
        padding: 10px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .ban_text strong span {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1px;
    }

    .ban_text {
        left: 2%;
    }
}

.brands-section img {
    width: 150px;
}

.service-section {
    background-color: #F7F7F7;
}

.service-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border-radius: 5px;
    width: 23%;
    margin: 10px;
}

.btn-appointment {
    padding: 10px 15px;
    border-radius: 50px;
    color: var(--primary);
    border: 2px solid var(--primary);
    cursor: pointer;
}

.icon-img {
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 50%;
    background-color: var(--primary);
}

.appointment-btn-2 {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: var(--secondary);
    color: var(--light);
    width: 300px;
    text-align: center;
    font-size: 18px;
}

.clinic-item {
    margin: 0 5px !important;
}



/* FORM MODAL  */

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-body {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.sdta-login {
    width: 900px;
    height: 650px;
    display: flex;
    border-radius: 10px !important;
    /* align-items: center; */
    /* justify-content: center; */
}

.sdta-login form {
    background: #fff;
    width: 55%;
    padding: 25px 50px;
    /* border-radius: 10px !important; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sdta-login .poster {
    position: relative;
    overflow: hidden;
    width: 45%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* margin: auto; */
    background-color: #08598d;
    background-image: linear-gradient(45deg, #08598d, #0e97ed);

}

.poster-testimonial-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px
}

.poster-testimonial-item p {
    height: 250px;
    font-size: 14px;
    font-weight: 500;
    color: gray;
}

.testimonial-profile {
    height: 50px;
}

.poster-testimonial-carousel .owl-nav {
    display: flex;
    justify-content: right;
    gap: 20px;
    padding: 20px 0;
}

.poster-testimonial-carousel .owl-nav i {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}


.sdta-login form img {
    width: 125px;
}

.sdta-login form .heading {
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 40px;
}

.sdta-login form p {
    font-size: .95em;
    color: #444;
    margin-bottom: 40px;
}

.sdta-login form label {
    display: block;
    margin-top: 20px;
    color: #444;
}

.sdta-login form input,
textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 0px;
}



.sdta-login form .forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    color: #444;
    font-size: .85em;
}

.sdta-login form .forgot label {
    margin-top: 0;
    font-size: 1em;
}

.sdta-login form .forgot input {
    width: auto;
}


.sdta-login form .forgot a {
    color: #075080;
    cursor: pointer;
}


.sdta-login form button {
    border: none;
    outline: none;
    margin-top: 40px;
    padding: 12px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.sdta-login form .login {
    width: 60%;
    color: #fff;
    background: #075080;
}

.sdta-login form .login:hover {
    background: #fff;
    color: #075080;
    box-shadow: 0 0 10px #ccc;
}

.sdta-login form .signup {
    width: 38.5%;
    color: #075080;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.sdta-login form .signup:hover {
    background: #075080;
    color: #fff;
}

.modal-close {
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
}

.serviceModal {
    z-index: 5;
    max-width: 1100px;
    background-color: #fff;
    color: #000;
    border-radius: 0.5em;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.service-modal-header {
    background-image: linear-gradient(to bottom, rgba(11, 120, 189, .8), rgba(11, 120, 189, .8)), url('https://assets-global.website-files.com/631d2068ce919e175c0b0a96/6325537c8894df575dbe87f0_modal-services-bg.webp');
    color: #fff;
    text-align: left;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
    padding: 2em;
    display: flex;
}

.service-box-icon-wrapper-modal {
    width: 5em;
    background-color: #08598d;
    border-radius: 100%;
    margin-right: 1em;
    padding: 1em;
    display: inline-block;
}

.service-box-icon {
    width: 100%;
    height: auto;
}

.service-modal-content {
    text-align: left;
    padding: 2em;
}

a {
    cursor: pointer !important;
}

@media (min-width: 0px) and (max-width: 800px) {


    .sdta-login {
        display: block;
        width: 350px;
        height: auto;
    }

    .sdta-login form {
        width: 100vw;
        padding: 40px 40px;
        border-radius: 0 !important;
        position: fixed;
        left: 0 !important;
        top: 0;
        height: 100vh;
    }

    .sdta-login .poster {
        display: none;
    }

    .sdta-login form .signup {
        width: 38%;
    }

    .modal-close {
        position: absolute;
        top: -49vh;
        right: 10px;
        z-index: 9999;
        color: #000 !important;
        font-size: 30px;
    }

    .service-modal-header {
        text-align: center;
        flex-direction: column;
    }

    .service-modal-content {
        text-align: left;
        padding: 2em;
        font-size: 16px;
    }

    .service-modal-heading {
        font-size: 2em;
        font-weight: bold;
    }

    .serviceModal {
        width: 100vw !important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
    }

    .service-modal-content p {
        font-size: 18px;
    }

    .modal-close-service {
        color: #fff !important;
    }

}



.sdta-login .fa-phone {
    font-size: 40px;
    padding: 9px;
    color: cornflowerblue;
    border: 2px solid gold;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contact-section {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.office-hours {
    width: 600px;
    height: 450px;
    position: absolute;
    top: 50px;
    right: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* padding: 20px; */
}

.office-hours .office-hours-header {
    padding: 10px 0;
    color: #06598D !important;
    font-weight: 900 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-callbar-wrapper {
    display: none;
}

.footer-callbar {
    background-color: var(--secondary);
    background-image: linear-gradient(45deg, var(--secondary), var(--secondary));
    color: var(--light);
    text-align: center;
    padding: 1em;
    line-height: 1;
    display: block;
}

.footer-callbar-text {
    text-transform: uppercase;
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }

    .testimonial-item p {
        height: 100% !important;
    }

    .owl-carousel .owl-item {
        /* width: 90vw !important; */
    }

    .ban_text {
        width: 100% !important;
        border-radius: 0 !important;
        background-color: #091E3E;
        position: relative;
        margin: auto;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        overflow: hidden !important;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    .brands-section img {
        width: 100px !important;
    }

    .service-card {
        width: 95% !important;
    }

    .contact-section {
        height: 100% !important;
    }

    .office-hours {
        position: relative;
        width: 90vw;
        height: 100%;
        right: 0;
        margin: 60px auto;
    }

    .footer-callbar-wrapper {
        display: block;
    }

    .footer-callbar {
        z-index: 999;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        font-size: 1.125em;
        position: fixed;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

}