@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800;900&display=swap');


fonts {
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Merriweather', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Arimo', sans-serif;
}

:root {
    --primary-color: #005baa;
    --highlight-color: #e91d1c;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #232323;
    --gradient-color: linear-gradient(130deg, #252525 30%, #8f8f8f 100%);
    --gradient-1-color: radial-gradient(at center center, #5e5e5e 0%, #252525 100%);
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 13px 50px;
    background: var(--secondary-color);
    border-bottom: 1px solid #f2f2f2;
}

.top_bar_li {
    padding: 0;
    margin: 0;
}

.top_bar_li li {
    display: inline-block;
    padding: 0 10px;
    color: #343a40;
    font-size: 14.5px;
    letter-spacing: 0.5px;
}

.top_icon {
    color: var(--primary-color);
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 2.5px;
}

.top_social_li {
    padding: 0;
    margin: 0;
    float: right;
}

.top_social_li li {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in;
    border-radius: 3px;
}

.top_social_li li:hover {
    border: 1px solid var(--highlight-color);
    background: none;
    transition: all 0.3s ease-in;
    color: var(--highlight-color);
    cursor: pointer;
}

#header {
    position: sticky !important;
    width: 100%;
    top: 0;
    z-index: 999 !important;
}

.nav_top {
    top: 0 !important;
    transition: all 1s;
}

.navbar {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    width: 100%;
    background: var(--secondary-color);
    margin: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .13);
}

.navbar-brand {
    margin: 0 !important;
    padding: 5px 0 !important;
    height: auto;
    width: 330px;
}
.logo{
    font-family: 'Merriweather', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: var(--primary-color);
    line-height: 30px;
    letter-spacing: 0.35px;
    padding-top: 5px !important;
    text-align: center;
}
#nav_logo{
    height: 60px;
    margin-top: 5px;
}
#footer_box{
    width: 330px;
}

.navbar .navbar-nav>li>a {
    padding: 16px 6px !important;
    color: var(--text-color) !important;
    font-size: 15px;
    letter-spacing: 0.35px;
    margin: 16px 10px;
    font-family: 'poppins', sans-serif;
    transition: all 0.5s;
    font-weight: 500;
}


.navbar .navbar-nav>li>a:hover {
    transition: all 0.5s;
    color: var(--highlight-color);
    /* border-bottom: 2px solid var(--primary_color); */
}

.nav_background {
    background: #ffffff !important;
    margin: 0 !important;
    transition: all 0.5s;
}

.nav_color {
    color: #000000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: var(--highlight-color) !important;
    /* border-bottom: 2px solid var(--primary-color); */
}

.dropdown li a {
    font-size: 15px !important;
    padding: 0px 30px;
    line-height: 40px;
    color: ver(--text_color);
}

.dropdown li a:hover {
    color: #0099cb;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active {
    color: #0099cb;
    background: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
    color: #ffffff;
}

.dropdown-menu {
    border: none;
    padding: 0 !important;
}

/* slider start  */

#slider_desktop{
    display: block;
}
#slider_mobile{
    display: none;
}

.carousel-fade .carousel-inner .item {
    line-height: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: all .5s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 2s;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    transition: all 2s;
}

.carousel-fade .carousel-control {
    z-index: 1;
    transition: all 2s;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }
}

.left_products-control {
    position: absolute;
    top: 40%;
    left: 1.5%;
    background: rgba(255, 255, 255, .4);
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    filter: alpha(opacity=50);
    opacity: 1;
    padding: 8px 20px !important;
    transition: all 0.3s ease-in;
}

.right_products-control {
    position: absolute;
    top: 40%;
    right: 1.5%;
    background: rgba(255, 255, 255, .4);
    color: #ffffff;
    font-size: 25px;
    padding: 8px 20px !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    transition: all 0.3s ease-in;
    opacity: 1;
}

.left_products-control:hover {
    color: var(--primary-color) !important;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in;
}

.right_products-control:hover {
    color: var(--primary-color) !important;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in;
}

.left_products-control:focus {
    color: #ffffff !important;
}

.right_products-control:focus {
    color: #ffffff !important;
}

#myCarousel {
    width: 100%;
}

#bg_red {
    width: 100%;
    height: 100%;
    display: flex;
    display: inline-block;
    /* background: var(--primary-color); */
    background: url(../../images/slider_background.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1;
    animation-name: bg_animation;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transition: all 1s;
    /* padding: 30px 50px; */
}

@-webkit-keyframes bg_animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#right {
    position: relative;
}

#slide_right {
    float: right;
    transform: translateY(0px);
    right: 100px;
    animation-name: img_slider_lefft;
    animation-iteration-count: 1;
    animation-duration: 1.4s;
    transition: all 1s;
    /* padding-right: 50px; */
}

@-webkit-keyframes img_slider_lefft {
    0% {
        transform: translateY(-1000px);
        opacity: 0;
    }

    25% {
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

#slider_caption {
    position: absolute;
    bottom: 30%;
    width: 41%;
    text-align: left;
    padding: 15px 15px;
    left: 0;
    height: auto;
}

@-webkit-keyframes img_slider_text_h {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }

    40% {
        opacity: 1;
        transform: translateX(-1000px);
    }

    100% {
        opacity: 1;
        transform: translateX(100px);
    }
}

@-webkit-keyframes img_slider_text_p {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }

    50% {
        opacity: 1;
        transform: translateX(-1000px);
    }

    100% {
        opacity: 1;
        transform: translateX(100px);
    }
}

.slider_h {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    animation-name: img_slider_text_h;
    animation-iteration-count: 1;
    animation-duration: 2s;
    text-transform: uppercase;
    transition: all 1s;
    transform: translateX(100px);
}

.slider_p {
    color: var(--secondary_color);
    line-height: 28px;
    padding-top: 15px !important;
    font-size: 15px;
    letter-spacing: 0.2px;
    animation-name: img_slider_text_p;
    animation-iteration-count: 1;
    animation-duration: 2.5s;
    font-weight: 400;
    transition: all 1s;
    transform: translateX(100px);
    font-family: 'Raleway', sans-serif;
}

/* slider end */

#top_section {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: var(--s_backgound-color);
    position: relative;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05) !important;
}

.sec_box {
    padding-right: 30px;
    border-right: 1px solid #d4d4d4;
    height: 230px;
}

.br_n {
    border: none !important;
}

.ts_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 25px !important;
    letter-spacing: 0.5px;
}
.ts_sh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px !important;
    letter-spacing: 0.5px;
    padding-left: 15px !important;
    color: var(--primary-color);
}

.ts_icon {
    color: var(--secondary-color);
    font-size: 26px;
    top: 2px;
    padding-top: 9px;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    position: relative;
    text-align: center !important;
    border-radius: 50px;
    margin-right: 7px;
}

.ts-li {
    padding-left: 15px;
}

.ts-li li {
    list-style: none;
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
    padding-top: 0px;
    border-bottom: 1px dashed var(--text-color);
}
.ts-li_c{
    padding-left: 15px;
}
.ts-li_c li{
    list-style: none;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    border-top: 1px dashed var(--text-color);
    padding-top: 15px;
    margin-top: 10px;
}
.c_b{
    color: var(--primary-color);
}

.t_r {
    float: right;
    font-weight: 550;
}

.ts-li li:nth-child(2) {
    padding-bottom: 0px;
    padding-top: 15px;
    border-bottom: none;
}

.section_p {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    padding-left: 15px !important;
    letter-spacing: 0.5px;
    line-height: 29px;
    font-weight: 400;
}

.section_c {
    font-size: 22px;
    padding-left: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#services {
    width: 100%;
    height: auto;
    padding: 65px 0;
    background: var(--secondary-color);
}

.ser_box {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in;
}
#abt_image{
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    margin-top: 20px;
}

.ser_box:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in;
}

.s_h {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 15px 0 !important;
    font-size: 18px;
    letter-spacing: 0.35px;
    font-weight: 700;
    color: var(--primary-color);
}

.s_h_p {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    padding: 0 10% !important;
    padding-top: 5px !important;
    width: 80%;
    margin: auto !important;
}

#cleaning {
    width: 100%;
    height: auto;
    padding: 65px 0;
}

.clean_h {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0 !important;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3d7cc9;
}

.clean_p {
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
}

#about {
    width: 100%;
    height: auto;
    padding: 65px 0;
    background: var(--s_backgound-color);
    /* box-shadow: 0px 13px 100px 0px rgba(0, 0, 0, .5); */
}
#about_inner{
    width: 100%;
    height: auto;
    padding: 65px 0;
    background: var(--secondary-color);
}

.abt_sh {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.6px;
    color: var(--highlight-color);
    padding-bottom: 20px !important;
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 45px;
    padding-bottom: 15px !important;
    color: var(--text-color);
}

.abt_p {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
}

.abt_sp {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 29px;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    font-weight: 500;
    padding-left: 10px !important;
}

#signature {
    width: 150px;
}

#treatment {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.tret_h {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--text-color);
}

.tret_p {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    padding: 0 10% !important;
    padding-top: 15px !important;
}

#tret_box_l {
    width: 100%;
    height: auto;
    padding: 35px 25px;
    background: var(--secondary-color);
    border: 5px solid #c7c7c7;
    margin-top: 50px;
    transition: all 0.3s ease-in;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

#tret_box_l:hover {
    border-color: #e91d1c;
    transition: all 0.3s ease-in;
}

#tret_box_r {
    width: 100%;
    height: auto;
    padding: 35px 25px;
    background: var(--secondary-color);
    border: 5px solid #c7c7c7;
    margin-top: 50px;
    transition: all 0.3s ease-in;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

#tret_box_r:hover {
    border-color: #01bb02;
    transition: all 0.3s ease-in;
}

.tret_b_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--highlight-color);
}

.tret_br_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #01bb02;
}

.tret_left_li {
    padding: 0;
    padding-top: 15px;
}

.tret_left_li li {
    list-style: none;
    padding: 15px 0;
    font-weight: 350;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    /* color: #787878; */
}

.tret_left_li li:before {
    content: "\f11a";
    font-family: "FontAwesome";
    color: var(--highlight-color);
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 7px;
}

.tret_left_li span {
    color: var(--highlight-color);
    font-weight: 400;
    font-family: 'poppins', sans-serif;
}

.tret_right_li {
    padding: 0;
    padding-top: 15px;
    font-weight: 700;
}

.tret_right_li li {
    list-style: none;
    padding: 15px 0;
    font-weight: 450;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    /* color: #787878; */
}

.tret_right_li li:before {
    content: "\f118";
    font-family: "FontAwesome";
    color: #01bb02;
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 7px;
}

.tret_right_li span {
    color: #01bb02;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
}

#appointment {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../../images/back.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#app_box {
    width: 100%;
    height: auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 5px;
}


.app_h {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--text-color);
    padding: 15px 0 !important;
}

.app_form {
    margin-top: 30px !important;
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 45px;
    padding: 0px 25px;
    color: #888888;
    font-size: 15px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


.app_btn {
    padding: 10px 30px;
    margin-top: 25px;
    background: var(--highlight-color);
    border: 2px solid transparent;
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0.6px;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.app_btn:hover {
    transition: all 0.3s ease-in;
    border-color: var(--highlight-color);
    color: var(--highlight-color);
    background: transparent;
}

#practices {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

.pra_icon {
    font-size: 50px;
    color: var(--highlight-color);
    padding-top: 30px;
    padding-bottom: 10px;
}

.pra_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--text-color);
    padding-bottom: 10px !important;
}

.pra_p {
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#doctors {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

#d_img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.d_box {
    margin: 15px;
    margin-top: 50px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.di_box {
    margin-top: 30px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.d_n {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding-top: 20px !important;
    text-align: center;
    letter-spacing: 0.6px;
    color: var(--text-color);
    padding-bottom: 10px !important;
}

.d_d {
    text-align: center;
    font-size: 14.5px;
    font-weight: 500;
    padding-bottom: 5px !important;
}

.d_i_b {
    height: 170px;
}

#video {
    width: 100%;
    height: auto;
    padding: 65px 0;
    background: var(--s_backgound-color);
}

.video_box {
    margin-top: 40px;
}

.pulse {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3d7cc9;
    border: 3px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.6);
    transition: all 0.3s ease-in;
}

.play_icon {
    color: #ffffff;
    font-size: 27px;
    padding-top: 14px;
    padding-left: 20px;
}

#testimonials {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../../images/back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.testi_box {
    width: 100%;
    height: auto;
    padding: 25px;
    border: 1px solid var(--primary-color);
    text-align: center;
}

.testi_p {
    font-family: 'Montserrat';
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 28px;
}

#p_img {
    width: 85px;
    border-radius: 50%;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: none;
    border: 2px solid var(--secondary-color);
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active span {
    background: var(--highlight-color);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    /* background: #fff; */
    /* box-shadow: 0 8px 30px -7px #c9dff0; */
    background: rgba(255, 255, 255, 0.85);
    margin: 0 20px;
    padding: 20px;
    border-radius: 20px;
    border: 0;
}

.gtco-testimonials .card .card-img-top {
    border-radius: 50%;
    margin: 15px auto 0;
    width: 85px;
    border: 5px solid var(--secondary-color);
}

.card-text {
    padding-top: 10px !important;
}

.t_d {
    color: var(--highlight-color) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    font-weight: 800;
}

.gtco-testimonials .card h5 {
    color: var(--text-color);
    font-size: 21px;
    letter-spacing: 0.7px;
    font-family: 'Montserrat';
    padding-top: 15px !important;
    font-weight: 700;
}

.gtco-testimonials .card p {
    font-family: 'Poppins';
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 28px;
    font-weight: 500;
}

.gtco-testimonials .active {
    opacity: 0.7;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1 !important;
    /* background: rgba(255, 255, 255, 0.85); */
    transition: all 0.3s;
    border-radius: 10px;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
    color: var(--text-color);
}

.gtco-testimonials .center h5 span {
    color: var(--secondary-color);
}

.gtco-testimonials .center p {
    color: var(--text-color);
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
    opacity: 1 !important;
}

.c_h {
    color: var(--secondary-color) !important;
}

#footer {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #ffffff;
}

.footer_li {
    padding: 0;
}

.footer_li li {
    list-style: none;
    padding-top: 10px;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
}

.footer_social_li {
    padding: 0;
    margin-top: 20px !important;
}

.footer_social_li li {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border: 1px solid transparent;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in;
    border-radius: 3px;
}

.footer_social_li li:hover {
    border: 1px solid var(--primary-color);
    background: none;
    transition: all 0.3s ease-in;
    color: var(--primary-color);
    cursor: pointer;
}

.footer_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding-bottom: 15px !important;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color) !important;
    /* border-bottom: 1px solid var(--highlight-color); */
}

.footer_h::before {
    content: "";
    width: 170px;
    height: 2px;
    background: var(--primary-color) !important;
    position: absolute;
    top: 28px;
}

.footer_p {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 25px !important;
    padding-top: 10px !important;
}
.footer_ph {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
    padding-right: 25px !important;
    padding-top: 10px !important;
}
.footer_ph strong{
    color: var(--primary-color);
    font-size: 16px;
}

#copyrights {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 45px;
    color: var(--text-color);
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}


#clinic_info {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #3d7cc9;
}

.top_box {
    width: 100%;
    height: auto;
    padding: 50px 25px;
    background: transparent;
    border: 5px solid #ffffff;
}

.top_inner {
    text-align: center;
    border-right: 2px solid #ffffff;
}

.br-none {
    border-right: transparent;
}

.top_h {
    font-size: 34px;
    padding-bottom: 10px !important;
    letter-spacing: 1px;
    font-family: 'Montserrat', serif;
    font-weight: 650;
    color: #ffffff;
}

.top_p {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #ffffff;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}

#video_modal .modal-dialog {
    top: 12%;
    background: none !important;
    width: 646px;
    border-radius: 0;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 0;
}

.modal-content {
    background: none !important;
    border-radius: 0;
}

#video_modal .modal-body {
    width: 100%;
    border-radius: 0;
    padding: 0;
    border: 2px solid #ffffff;
    background: none !important;
}

#inner_pages {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

#ht_img {
    margin-top: 30px;
}

.abt_li {
    padding-left: 0px;
    padding-top: 10px;
}

.abt_li li {
    font-family: 'poppins', serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 !important;
    letter-spacing: 0.3px;
    list-style: none;
    line-height: 28px;
}

.abt_li li:before {
    color: var(--highlight-color);
    font-family: FontAwesome;
    content: "\f192";
    padding-right: 5px;
}

.pil_sh {
    font-family: 'Montserrat', serif;
    font-weight: 650;
    margin-top: 20px !important;
}

.pil_li {
    padding-left: 0px;
    padding-top: 10px;
}

.pil_li li {
    font-family: 'poppins', serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0 !important;
    letter-spacing: 0.3px;
    list-style: none;
    line-height: 28px;
}

.pil_li li:before {
    color: var(--highlight-color);
    font-family: FontAwesome;
    content: "\f18e";
    padding-right: 5px;
}

.cir_sh {
    font-family: 'Montserrat', serif;
    font-weight: 650;
    padding-bottom: 15px !important;
}

.p-15 {
    padding: 15px;
}

.c_r {
    color: var(--highlight-color);
}

#doctor_1 {
    width: 100%;
    height: auto;
    background: #3d7cc9;
}

#doc_content {
    width: 100%;
    height: auto;
    padding: 35px 25px;
}

.hd_sh {
    color: var(--secondary-color);
    font-family: 'Montserrat', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hd_h {
    padding-top: 20px !important;
    font-family: 'Montserrat', serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.5px;
}

.hd_li {
    padding: 0;
    padding-left: 15px;
    margin-top: 10px !important;
}

.hd_li li {
    font-family: 'poppins', serif;
    color: var(--secondary-color);
    line-height: 30px;
    padding-top: 15px;
    letter-spacing: 0.3px;
    list-style: disc;
}

.hd_btn {
    margin-top: 20px;
    background: transparent;
    padding: 9px 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 0;
    color: var(--secondary-color);
    font-weight: 550;
    font-family: 'Montserrat', serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.hd_btn:hover {
    background: var(--secondary-color);
    color: #3d7cc9;
    transition: all 0.3s ease-in;
}

.hd_p {
    font-family: 'poppins', serif;
    color: var(--secondary-color);
    line-height: 30px;
    padding-top: 20px !important;
    letter-spacing: 0.3px;
    font-size: 15px;
}

#doctor_2_img {
    padding-top: 15px;
    margin: auto;
}

.contact_h {
    padding-bottom: 15px !important;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    color: #3d7cc9;
    letter-spacing: 1px;
}

.c_form {
    margin-top: 25px !important;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: 1.5px solid var(--primary-color);
    padding: 12px 25px;
    color: var(--text-color);
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    font-weight: 500;
}
.c_form::placeholder{
    color: #000000;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 24px;
}
.contact_btn{
    padding: 9px 30px;
    margin-top: 25px;
    background: var(--primary-color);
    border: 2px solid transparent;
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 0.65px;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.video_h{
    padding-top: 15px !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.modal-header{
    border: none !important;
}


.about_h {
    font-weight: 800 !important;
    letter-spacing: 1px;
    padding-bottom: 5px !important;
    color: var(--primary-color);
    font-size: 28px;
    padding-top: 15px !important;
    font-family: 'Merriweather', sans-serif;
}

.about_h1 {
    font-weight: 700;
    letter-spacing: 1.5px;
    padding-bottom: 5px !important;
    color: var(--primary-color);
    font-size: 30px;
    padding-top: 15px !important;
}

.color_h {
    color: #2e3242 !important;
}

.about_p {
    line-height: 30px;
    letter-spacing: 0.35px;
    font-size: 18px;
    color: var(--highlight-color);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.c_b {
    color: var(--primary-color);
    font-size: 16px;
}

.about_sh {
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    font-weight: 550;
    line-height: 32px;
    color: rgb(72, 75, 89);
}

.about_m_p {
    color: rgb(72, 75, 89);
    line-height: 31px;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding-top: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.about_li {
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    margin-top: 15px !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.35px;
    font-family: 'Montserrat', sans-serif;
}

.about_li li {
    color: rgb(72, 75, 89);
    margin-left: 20px;
    padding-top: 5px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.pt-5{
    padding-top: 5px !important;
}

.abt_btn{
    padding: 9px 30px;
    margin-top: 25px;
    background: var(--primary-color);
    border: 2px solid transparent;
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 0.65px;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

#contact_form{
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(5, 37, 95, 0.1);
    margin-top: 40px;
}

#tq{
    margin: 25px auto;
}

#doc_logo_1{
    height: 65px;
    margin-right: 5px;
}
.mt-20{
    margin-top: 15px !important;
}
.df{
    display: flex;
}
.df a{
    padding-top: 8px !important;
}