/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}
:root {
    scroll-behavior: inherit;
}
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: .3s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-check:focus+.btn-primary, .btn-primary:focus,
.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #FFFFFF;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
}

.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: 15px;
    bottom: 15px;
    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: .3s;
}

.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-nav {
        margin-bottom: 13px;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 3px solid var(--primary);
    }
}

.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/internal-cover.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    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;
}

.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: .3s;
}

.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: .3s;
    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: rgba(6, 163, 218, .85);
}

.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: .3s;
}

.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: .3s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.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: .3s;
}

.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;
}
.service-item .rounded-bottom,
.service-item .rounded-top {
    display: block; 
}
.nav-item .dropdown-toggle::after {
    vertical-align: 3px;
}
.form-control {
    color: #091E3E;
}
.modal-fullscreen .modal-content {
    backdrop-filter: blur(14px);
}
.modal-body .input-group>.form-control {
    color: #fff;
}
.modal-body .input-group>.form-control:focus {
    outline: none;
    box-shadow: none;
}
.modal-body .input-group>.form-control::placeholder {
    color: #fff;
}

/* 12082024 */
.carousel-fade .carousel-item img {
	min-height: 550px;
}
.col-lg-7 h5 {
	display: flex;
}
.col-lg-7 h5 i {
    margin-top: 2px;
}
.rounded [class^="bi-"]::before, 
.rounded [class*=" bi-"]::before {
    vertical-align: 0;
}
@media(max-width:767px){
    .carousel-fade .carousel-item img {
        min-height: 450px;
    }
}
@media(max-width:575px){
    .carousel-fade .carousel-item img {
        min-height: 350px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    p + .row.g-3 > .col-sm-6:nth-child(2) {
        margin-top: 0;
    }
    .p-5 {
        padding: 2rem !important;
    }
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .btn {
        margin: 3px !important;
    }
    .px-5 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .bg-primary {
        height: auto !important;
    }
    .hero-header h4, 
    .hero-header .h4 {
        font-size: calc(1rem + 0vw);
    }
    .px-2 {
        padding-right: .3rem !important;
        padding-left: .3rem !important;
        font-size: 10px;
    }
    .py-3 {
        padding-top: 0.8rem !important;
        padding-bottom: .8rem !important;
    }
    .back-to-top {
        right: 15px;
        bottom: 15px;
    }
    .btn-lg-square {
        width: 40px;
        height: 40px;
        line-height: 24px;
    }
    body {
        font-size: .9rem;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .flex-column {
        height: auto !important;
    }
    /* .input-group {
        justify-content: center;
        gap: 10px;  
    } 
    .input-group .form-control {
        width: 100%;
        text-align: center;
    }*/
    .input-group .btn {
        padding: 15px;
        /* width: 100%; */
        margin: 0 !important;
    }
}
.navbar-brand h1 img {
    width: auto;
    height: 70px;
    object-fit: contain;
    padding-bottom: 10px;
    margin-right: 10px;
}
.navbar-light .navbar-brand {
    padding: 5px 0;
}
nav.navbar {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}
nav.navbar.sticky-top {
    position: fixed;
    top: 0;
}
.hero-header {
    margin-top: 97px;
}
@media(max-width:1199px){
    .ps-5 {
        padding-left: 1rem !important;
    }
    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .topbar p.m-0 {
        font-size: 0.8em;
    }
    small, .small {
        font-size: .76em;
    }
    .me-3.pe-3.border-end.py-2 {
        position: relative;
    }
    nav.navbar {
        top: 35px;
    }
}
@media(max-width:991px){
    nav.navbar.sticky-top,
    nav.navbar {
        position: relative;
        top: 0;
        padding: 5px 15px !important;
    }
    .hero-header {
        margin-top: 0;
    }
}
@media(max-width:767px){
    .navbar-brand h1 img {
        height: 60px;
        padding-bottom: 5px;
    }
}
/* Scrollbar */
body::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #091e3e;
}
body::-webkit-scrollbar {
	width: 8px;
}
body::-webkit-scrollbar-thumb {
	background-color: #f57e57
}

#signup form.mx-auto > p,
.appointment-form form > p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#contact form > p {
    margin-top: 15px;
    margin-bottom: 0;
}
#searchModal .modal-fullscreen .modal-body {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
}
#searchModal .modal-fullscreen .modal-body .input-group {
    max-width: 100% !important;
}
#searchModal .modal-fullscreen .modal-body .input-group>.form-control {
    min-width: 400px;
}
div#searchResults {
    width: 100%;
    margin-top: 10px !important;
}
div#searchResults .list-group .list-group-item a {
    color: #212529;
}
@media(max-width:767px){
    #searchModal .modal-fullscreen .modal-body .input-group>.form-control {
        min-width: inherit;
    }
}
.main_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

/* Mobile Menu */
@media(max-width:991px){
    .navbar-collapse {
        display: block !important;
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: auto;
        left: 15px;
        right: 15px;
        max-height: 650px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }
    .navbar-collapse.collapse:not(.show) {
        overflow: hidden;
        max-height: 0;
    }
    .main_nav {
        padding: 5px 15px 15px 15px;
        display: block;
    }
    button.navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: none;
    }
    .navbar-toggler {
        text-align: center;
        cursor: pointer;
        border-radius: 6px;
        width: 36px;
        box-shadow: none;
        padding: 0;
        background-color: transparent;
        border: none;
    }
    .navbar-toggler:not(.collapsed) .icon-bar,
    .navbar-toggler.collapsed .icon-bar {
        position: relative;
        transition: all .2s ease-in-out;
        background-color: var(--dark);
        display: block;
        height: 5px;
        margin: 5px 0;
        width: 36px;
    }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
        top: 1px;
    }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
        top: 2px;
    }
    .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }
    .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(3) {
        top: -10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-toggler span {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    button.searchModal {
        width: 42px;
        height: 42px;
        background-color: var(--secondary);
        color: #fff !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }
    .navbar-collapse .ms-3 {
        margin-left: 0.5rem !important;
    }
    .nav-item .dropdown-menu {
        display: block;
        padding: 0;
        border: none;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s ease-in-out;
    }
    .nav-item .dropdown-menu.show {
        overflow-y: scroll;
        max-height: 400px;
    }
    .nav-item .dropdown-menu .dropdown-item {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        line-height: 1.2;
    }
    .nav-item .dropdown-menu .dropdown-item.active, 
    .nav-item .dropdown-menu .dropdown-item:active {
        color: var(--primary);
        background-color: transparent;
        font-weight: 700;
    }
    .nav-item .dropdown-toggle::after {
        vertical-align: 2px;
        border-top: .4em solid;
    }
}

#ack-message-contact  {
    margin-top: 10px;
}
#ack-message-signup,
#ack-message-appointment {
    color: #fff;
    margin-top: 10px;
}