/********************************************************** */
/***********************  Gilkan ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Colors
    03. Animations
    04. Hero Section
    05. Banner Section
    06. About Section
    07. Services Section
    08. Service Details
    09. Pricing Section
    10. Beauty Section
    11. Gallery Section
    12. Team Section
    13. Team Profile
    14. Testimonial Section
    15. Client Section
    16. Vission Mission
    17. Contact Page
    18. Error Section
    19. Footer Section
    

/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #000;
}

a {
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.bg_upper_head{
    background: #1a51a4;
    padding: 2px;
    font-size: 13px;
    
}
.bg_upper_head .fab{
    color:#fff;padding: 5px;
}
.icon-styled.color-main{padding:2px 7px 2px 25px;}
.bg_upper_head .icon-styled .fa.fa-phone{
    transform: rotate(115deg);
}
.bg_upper_head .text-white {
    letter-spacing: 1px;
}



.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 30px;
    overflow-x: hidden;
    color: #fff;
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 6s linear infinite;
    padding-left:40px;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-40%); }
  }

  .bookappointment:hover {
    border: 1px solid #ffffffba;
    padding: 5px 10px;
    border-radius: 4px;
}
  .bookappointment {
    animation: blink 1s linear infinite;font-size: 15px;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.btn_type_text .label {
    font-size: 15px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 6px 9px;
}

.label-default {
    background-color: #A29b99;
    color: #fff;
    border-radius: 5px;
}

/****---whatsaapp--****/
.wht-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 25px;
    background-color: #0cb74c;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999;
}
.wht-my-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
}


header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/** Section Title style One **/
.section-title h2 {
    margin-bottom: 35px;
}

/** Button style One **/
.theme-btn,
a.theme-btn {
    font-size: 18px;
    cursor: pointer;
    min-width: 200px;
    font-weight: 700;
    padding-left:40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    z-index: 1;
}
a.theme-btn span{margin-left:35px;
    background: #fff;
    padding: 24px 24px;}
.about_img img{width:100%;border:10px solid #fff;}
.theme-btn:before,
a.theme-btn:before {
    /* position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s; */
}
.about-section{
    position: relative;
    top: -120px;
    z-index: 9;
}
.proceduce_our_service{margin-top: -50px;}
.theme-btn:hover:before,
a.theme-btn:hover:before {
    width: 100%;
}
.about-content .theme-btn{padding: 10px;}
.about_list_bx ul li{
    margin-bottom:15px;
}
.about_list_bx .num_bg{
    background: #efdf86;
    padding: 10px 10px;
    margin-right: 10px;
    display: inline-table;
    width: 38px;
    height: 26px;
}
.service_banner_head{padding-top:8%;text-align: center;}
.service_banner_head p{
    font-size: 28px;
    color: #1a51a4;
    font-weight: 500;
}
.about_banner_head h4, .about_banner_head p, .about_banner_head a{color:#ffffff !important;}
.about_banner_head .home_click{padding-right: 15px;    color: #ffffff !important;}
.about_banner_head .bdr_sprt{
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    margin-right: 2px;
}
.about_banner_head{padding-top:9%;text-align: center;}
.about_banner_head h4, .service_banner_head h4{
    font-size: 47px;
    color: #fff;
    font-weight: 500;
}
.service_banner_head p{color:#fff !important;}
.about_banner_head ul .bdr_sprt{
    width: 1px;
    height: 16px;
    background: #1a51a4;
        margin: 6px 15px;
}
.about_banner_head ul {
    display: flex;
}
.about_banner_head ul li a{
    color: #deac80;
}
.about_banner_head ul li{
    font-size: 17px;
    color: #deac80;
    display: flex;
    margin: 0px 10px;
}


.theme-btn.btn-reverse,
a.theme-btn.btn-reverse {
    padding-left: 45px;
}

.theme-btn.btn-reverse:before,
a.theme-btn.btn-reverse:before {
    left: auto;
    right: 0;
}

.theme-btn.btn-reverse:after,
a.theme-btn.btn-reverse:after {
    position: absolute;
    left: 10px;
    transform: rotate(180deg);
}

/** Social Link Style One */
.social-style-one {
    display: inline-block;
}

.social-style-one a {
    margin: 0 15px;
    font-size: 15px;
    display: inline-block;
}

.social-style-one a:first-child {
    margin-left: 0;
}

.social-style-one a:last-child {
    margin-right: 0;
}

/*List style One*/
.list-style-one li {
    margin-bottom: 15px;
    display: flex;
}

.list-style-one li:before {
    content: "\f104";
    font-size: 10px;
    font-family: Flaticon;
    margin-right: 30px;
    color: #fbaaa9;
}

.list-style-one li a:hover {
    color: #fbaaa9;
}


/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
    width:40px;
    height:40px;
    cursor: pointer;
    font-size: 18px;
}

/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

.form-control {
    border: 1px solid;
    border-radius: 0;
    padding: 17px 30px;
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
}

.divider {
    height: 12px;
}

/****************************************************** */
/********************* 02. Colors  ******************** */
/****************************************************** */
a,
body,
a:hover,
a:focus,
a:visited {
    color: #787878;
  /* color:#1a51a4; */
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.theme-btn.style-three,
a.theme-btn.style-three, 
.theme-btn.style-four,
a.theme-btn.style-four {
    color:#3a3a3a;
}

.theme-btn,
a.theme-btn,
.scroll-top,
.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
    color: #FFFFFF;
}

.color-one,
.vision-mision > i,
.hero-content h1 span,
.section-title h2 span,
.service-item.style-one > i,
.style-one .price-circle h3 {
    color: #fbaaa9;
}

.style-two .price-circle h3 {
    color: #a0bd7e;
}

.style-three .price-circle h3 {
    color: #e3a7d8;
}

.hero-content h5 {
    color: #545459;
}

.service-item.style-two > i {
    color: #9a9a65;
}

.service-item.style-three > i {
    color: #7acdcd;
}

.service-item.style-four > i {
    color: #ddaad3;
}

.preloader,
.service-item,
.price-circle,
.theme-btn.style-three,
a.theme-btn.style-three,
.theme-btn.style-four,
a.theme-btn.style-four {
    background-color: #1a51a40f;
    box-shadow: 0px -2px 0px #4c8cbf;
    /* background-color: #e7f3f6; */
}

.bg-one {
    background-color: #f9e2e2;
}

.bg-two,
.services-section:after,
.service-item.style-one > i,
.style-one .pricing-content {
    background-color:#e9f2f9;
}

.home_banner_texts .theme-btn, a.theme-btn{
    color:#666572;
}
.home_banner_texts .meet{
    /* color:#1a51a4; */
    color:#fff;
    font-size:22px;}
.theme-btn,
a.theme-btn,
.scroll-top {
    background-color: #ebe085;
    color: #1a51a4;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.bg-three{color:#000; background-color: #e4f2f9;}
.what-experct-content {
    background-color: #ffff;
color: #000;
}

.theme-btn:hover,
a.theme-btn:hover
 {
    /* color: #ffff; */
}

.service-midd-section{
    position: relative;
    /* background: url(../images/banner/service-midd-section.png); */
    background: url(../images/banner/service-midd-section1.png);
    background-size: cover;
    background-position: center;
    height: 490px;
}
.service-midd-section_btm{
    position: relative;
    /* background: url(../images/banner/service-midd-section.png); */
    background: url(../images/banner/service-midd-section3.png);
    background-size: cover;
    background-position: center;
    height: 490px;
}

.service-midd-section_btm .patient_approved{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 16px;
    line-height: 1.8em;
    text-align: left;
}

.service-midd-section_btm .trusted_world{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 16px;
    line-height: 1.4em;
    text-align: left;
}
.service-midd-section_servc{
    background: #e6f2f9;
    padding: 50px 0px;
}
.testimonial-content h2{margin: 8px 0px 20px 0px;font-weight: 500;font-size: 40px;}
.home_banner_text h1{
     color:#fff !important; 
    /* color:#1a51a4 !important; */
}
.testimonial-content h2, .testimonial-content p, .testimonial-content .meet.testmonial_name{
    color:#2c2c2c !important;
}
.dedicated_teams{
    font-size: 35px;
    color: #2c2c2c;
    font-weight: 500;
}
.dedicated_sec .beauty-content p {
    margin: 30px 0 35px;
    color: #a8a8ae;
    line-height: 20px;
    font-size: 14px;
}
.counter_circles p{
    color: #7e7d89;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.our_gallery_before{
    font-size: 35px;
    color: #3a3a3a;
    font-weight: 500;
    padding-top: 15px;
}
.visit_gallery span{
    padding: 5px 20px;
    font-size: 14px;
}

.theme-btn:before,
a.theme-btn:before {
    /* background-color: #3374b4; */
}
.content_sec_bx .wrinkl_smooth{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 16px;
    line-height: 1.4em;
    text-align: right;
}
.content_sec_bx h4{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 16px;
    line-height: 1.4em;
    text-align: right;
}

.theme-btn.style-two:before,
a.theme-btn.style-two:before,
.theme-btn.style-three:before,
a.theme-btn.style-three:before,
.price-item.style-one .theme-btn:before {
    /* background-color: #690000; */
    color:#fff;
}
.theme-btn.style-two:hover{color:#fff;}
.price-item.style-two .theme-btn {
    background-color: #c1d5aa;
}

.price-item.style-two .theme-btn:before {
    background-color: #a0bd7e;
}

.price-item.style-three .theme-btn {
    background-color: #e3a7d8;
}

.price-item.style-three .theme-btn:before {
    background-color: #be84b3;
}

.service-item.style-two > i {
    background-color: #f7f7e8;
}

.service-item.style-three > i {
    background-color: #e2f7f7;
}

.service-item.style-four > i {
    background-color: #ffeffc;
}

.style-two .pricing-content {
    background-color: #f6fbef;
}

.style-three .pricing-content {
    background-color: #fff2fd;
}

.bg-four {
    background-color: #ffffff;
}

.divider,
.mission {
    background-color: #660000d1;
    color: #fff;
}
.mission.vission-mission h6{color:#fff;}

.form-control {
    border-color: #FFFFFF;
}

.service-item.style-one {
    border-color: #fbaaa9;
}

.service-item.style-two {
    border-color: #e8e8d3;
}

.service-item.style-three {
    border-color: #bfe0e0;
}

.service-item.style-four {
    border-color: #ffd1f6;
}

.style-one .price-circle:after {
    border-color: #fcb4b3;
}

.style-two .price-circle:after {
    border-color: #c1d5aa;
}

.form-control:focus,
.style-three .price-circle:after {
    border-color: #fbaaa9;
}

.style-one .pricing-content ul,
.style-one .pricing-content li {
    border-color: #F4D4D2;
}

.style-two .pricing-content ul,
.style-two .pricing-content li {
    border-color: #d6e6c3;
}

.style-three .pricing-content ul,
.style-three .pricing-content li {
    border-color: #f2d4ec;
}

.paragraph_txt{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.8em;
    text-align: right;
}
.home_banner_texts h1{font-size:35px; font-weight: 600;line-height:normal;margin-top: 20px;}

.listing_box a{color:#2a2323}
/****************************************************** */
/******************* 03. Animations  ****************** */
/****************************************************** */
@-webkit-keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


@-webkit-keyframes rotated-reverse {
  0%   {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(0);transform: rotate(0);}
}
@keyframes rotated-reverse {
  0%   {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(0);transform: rotate(0);}
}

@-webkit-keyframes down-up {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

}

@keyframes down-up {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

}

/****************************************************** */
/******************* 04. Hero Section  **************** */
/****************************************************** */
/* .hero-section {
    background: url('../images/hero/bannernew.png');
    background-size: cover;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin-top: 6rem;
} */

.team-item.slider1{
    background: url('../images/banner/slide1.jpg');
    background-size: cover;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin-top: 6rem;
}
.team-item.slider2{
    background: url('../images/banner/slide2.jpg');
    background-size: cover;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin-top: 6rem;
}
.team-item.slider3{
    background: url('../images/banner/slide3.jpg');
    background-size: cover;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin-top: 6rem;
}
.hero-content {
    padding: 17px 0 10px;
    max-width: 450px;
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 70px;
}

.hero-content h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0;
}

.hero-angle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-87%, -70%);
}

.hero-angle img {
    animation: down-up 10s infinite linear;
}


/****************************************************** */
/***************** 05. Banner Section  **************** */
/****************************************************** */
.banner-section {
    position: relative;
    background: url(../images/banner/banner.png);
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}

.banner-inner {
    height: 490px;
    padding-top:40px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-title {
    font-size: 55px;
    margin-bottom: 15px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
    /* content: "\f104"; */
    font-family: Flaticon;
    font-size: 9px;
    padding: 0 13px;
}

.banner-inner nav {
    background: #fbaaa9;
    position: absolute;
    left: 0;
    bottom: -22.5px;
}

.banner-inner .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 8.5px 22px;
    align-items: center;
}

.banner-angle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    overflow: hidden;
    height: 100%;
}

.banner-angle img {
    animation: down-up 10s infinite linear;
}


/****************************************************** */
/****************** 06. About Section  **************** */
/****************************************************** */
.about-content{padding-left: 35px;}
.about-content h6 {
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 25px;
}

.vision-mision {
    display: flex;
    margin: 35px 0;
}

.vision-mision .vm-image {
    margin-right: 30px;
    flex: none;
}

.about-images {
    max-width: 570px;
    padding-left: 25%;
    padding-top: 30px;
    padding-bottom: 21.5%;
    position: relative;
}

.about-images img:first-child {
    position: absolute;
    top: 0;
    right: 75%;
    width: 68%;
}

.about-images img:last-child {
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 90%;
}

/****************************************************** */
/**************** 07. Services Section  *************** */
/****************************************************** */
.services-section {
    position: relative;
    overflow: hidden;
}

.service_sec_bx{
    /* background: #e7f3f6; */
    /* padding-bottom: 20px; */
    position: relative;
}
.services_sec_box{
    /* margin: 0px 85px; */
    position: relative;
    /* top: -72px; */
}
.our_services_head{margin-bottom:40px;}
.services-section .section-title {
    position: relative;
    z-index: 2;
}
.proceduresss{
    font-size: 10px !important;
    margin: 0px;
   
}
.service-item .service_text{
    font-size: 12px;
    line-height: 18px;
    padding: 0px 5px;
    color: #96959c;
}
.service_text{padding:0px 10px!important;}
.section-title h4{
    color: #5f5e69;
}
.section-title h3{
    font-weight: 500;
    font-size: 29px;
}
.services_sec_boxa.service_bx_about .section-title h4{    font-size: 25px !important;
    font-weight: 900 !important;
    color: black !important;
    line-height: 43px !important;}
.service_content_box h4{color: black !important; font-size: 25px !important;}
.services_sec_box .section-title h4, .service_bx_about .section-title h4{   font-size: 25px !important;
    color: black !important;}
.content_bottom_sec h4{
    color: #5f5e69;
    font-size: 17px;
}
.content_bottom_sec b{
    font-size: 14px;
}
.services-section:after {
    position: absolute;
    content: '';
    height: calc(100% - 240px);
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.service-item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 10px;
    /* margin-bottom: 30px;
    padding: 30px 28px 20px; */
    /* border-bottom: 2px solid; */
}

.service-item > i {
    height: 118px;
    width: 118px;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 50%;
    line-height: 118px;
    font-size: 65px;
}

.service-item h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight:600;
    color:#5f5e69
}
.service-item h4 a:hover{
    color:#82a1ad
}
.ecplore_clinic ul li{
    color: #7e7d89;
    text-transform: uppercase;
    font-size: 14px;
}
.ecplore_clinic ul li:hover{
    color:#82a1ad;
    cursor: pointer;
}

.service-angle {
    position: absolute;
    left: 0;
    top: 5%;
    transform: translateX(-87%);
}

.service-angle img {
    animation: down-up 10s infinite linear;
}

.service-ellipse {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -35%);
}
.learn_mores_btn{
    background: #e5d580;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #efdf86;
    display: inline-block;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #efdf86;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.arrow_list{
    background: #fff;
    padding: 2px 5px;
    margin-right: 6px;
}
.arrow_lists{
    /* background: #fff; */
    padding: 2px 5px;
    margin-right: 0px;
}
.slide_right:hover {
    box-shadow: inset 400px 0 0 0 #d6c880;
  }

.what-experct-img {
    height: 100%;
    min-height: 400px;
    background: url('../images/services/service-man.png') center/cover;
}

.what-experct-content {
    padding: 55px 90px 55px 85px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.what-experct-content * {
    position: relative;
    z-index: 2;
}

.what-experct-content:after {
    content: '';
    background: url(../images/services/cicle.png) no-repeat right top;
    position: absolute;
    height: 74%;
    width: 58%;
    right: 0;
    bottom: 0;
}

.what-experct-content h3 {
    font-size: 32px;
    line-height: 42px;
}

.what-experct-content p {
    color: #222222;
    margin: 25px 0;
}

/****************************************************** */
/**************** 08. Service Details  **************** */
/****************************************************** */
.sp-video-conten h2,
.sp-right-content h2,
.sp-right-content h4,
.sp-video-conten p,
.sp-right-content p {
    margin-bottom: 30px;
}

.sp-video {
    padding: 60px;
}

.sp-video img,
.sp-right-content img {
    width: 100%;
}

.document-links a {
    display: flex;
    color: #171928;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}

.document-links a i {
    margin-right: 20px;
    color: #fbaaa9;
    font-weight: 400;
    font-size: 25px;
    transition: 0.5s;
}

.document-links a:hover {
    background: #fbaaa9;
    color: #FFFFFF;
}

.document-links a:hover i {
    color: #FFFFFF;
}

.video-img {
    position: relative;
}

.video-img .video-play {
    height: 73px;
    width: 73px;
    position: absolute;
    background: #fbaaa9;
    text-align: center;
    line-height: 73px;
    color: #FFFFFF;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-img .video-play:after {
    position: absolute;
    height: 92px;
    width: 92px;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    animation: rotated 20s infinite linear;
    content: url('../images/services/video-roteted.png');
}
.about-content p{
    font-size: 14px;
    line-height: 22px;
}
/****************************************************** */
/**************** 09. Pricing Section  **************** */
/****************************************************** */
.price-item {
    text-align: center;
    margin-bottom: 30px;
}

.price-image {
    margin-bottom: 10px;
}

.price-image img {
    width: 100%;
}

.pricing-content {
    padding-bottom: 60px;
}

.price-circle {
    height: 165px;
    width: 165px;
    border-radius: 50%;
    position: relative;
    margin-bottom: -15px;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.price-circle:after {
    position: absolute;
    content: '';
    height: calc(100% + 25px);
    width: calc(100% + 25px);
    left: -12.5px;
    top: -12.5px;
    z-index: -1;
    border-radius: 50%;
    border: 1px dashed;
}

.price-circle p {
    margin-bottom: 10px;
}

.price-circle h3 {
    font-size: 35px;
    margin-bottom: 0;
}

.pricing-content ul {
    margin-bottom: 70px;
    border-top: 1px dashed;
}

.pricing-content li {
    border-bottom: 1px dashed;
    padding: 13px;
}

/****************************************************** */
/***************** 10. Beauty Section  **************** */
/****************************************************** */
.beauty-section {
    background: url(../images/banner/Our-Client-Say.webp) center / cover;
    background-repeat: no-repeat;
    /* background: #eaf3f6 !important; */
}
.explore_anti_aging_progrem {
    background: url(../images/banner/Our-Client-Say_bk.webp) center / cover;
    background-repeat: no-repeat;
    /* background: #eaf3f6 !important; */
}
.beauty-content p {
    margin: 30px 0 35px;
}

.beauty-image {
    position: relative;
    display: inline-block;
}

.beauty-image:after {
    position: absolute;
    content: '';
    height: 72%;
    width: 72%;
    left: 14%;
    top: 14%;
    background:#3471b0a3;
    transform: rotate(60deg);
}

.beauty-image img {
    position: relative;
    width: 100%;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/****************************************************** */
/**************** 11. Gallery Section  **************** */
/****************************************************** */
.gallery-item {
    margin-bottom: 30px;
    position: relative;
}

.gallery-item img {
    width: 100%;
}

.gallery-hover {
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 50px);
    background: #fbaaa94d;
    left: 25px;
    top: 20px;
    opacity: 0;
    display: flex;
    transition: 0.5s;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover .gallery-hover {
    opacity: 1;
}

.gallery-popup-link {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #fbaaa9;
    font-size: 20px;
}

.gallery-hover h4 {
    margin-top: 25px;
}

img.mfp-img {
    padding-bottom: 25px;
}

/****************************************************** */
/****************** 12. Team Section  ***************** */
/****************************************************** */
.team-item {
    margin-bottom: 30px;
}

.team-item img {
    border: 0;
    transition: 0.5s;
    margin-bottom: 35px;
}

.team-item img:hover {
    padding: 5px;
    transition: 0.5s;
    border: 5px solid #fbaaa9;
}

.owl-carousel.team-carousel .owl-nav {
    text-align: center;
    margin-top: 65px;
}

.owl-carousel.team-carousel.style-two .team-item img:hover {
    padding: 0;
    border: 0;
}

.owl-carousel.team-carousel.style-two .owl-nav {
    position: absolute;
    right: 0;
    top: -200px;
    z-index: 5;
    margin-top: 0;
}

.owl-carousel.team-carousel .owl-nav button {
    font-size: 30px;
    height: 100px;
    width: 100px;
    color: #222222;
    transition: 0.5s;
    text-align: center;
    background-color: #fff2f2;
}

.owl-carousel.team-carousel.style-two .owl-nav button {
    background-color: #FFFFFF;
}

.owl-carousel.team-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.owl-carousel.team-carousel .owl-nav button:hover {
    color: #FFFFFF;
    background-color: #6b00004d;
}

/****************************************************** */
/***************** 13. Team Profile  ****************** */
/****************************************************** */
.porfile-image {
    position: relative;
}

.porfile-image img {
    width: 100%;
}

.download-bio a {
    display: flex;
    color: #FFFFFF;
    background: #fbaaa9;
    margin-bottom: 20px;
    padding: 28px;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
}

.download-bio a i {
    font-size: 30px;
    font-weight: 400;
    margin-right: 25px;
}

.experience {
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 230px;
    width: 230px;
    display: flex;
    flex-flow: column;
    padding: 25px;
    z-index: 1;
}

.experience:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background: rgba(251, 170, 169, 0.8);
}

.experience:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    height: 100%;
    width: 100%;
    z-index: -2;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.8);
}

.experience h3 {
    margin-top: auto;
    font-size: 35px;
}

.profile-name {
    font-size: 32px;
}

.profile-desi {
    color: #fbaaa9;
}

.profile-details h6 {
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 27px;
}

.profile-details p {
    margin-bottom: 25px;
}

.profile-details .divider {
    height: 6px;
}

.icon-list li {
    width: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
}

.icon-list li i {
    width: 40px;
    height: 40px;
    color: #fbaaa9;
    line-height: 40px;
    margin-right: 30px;
    text-align: center;
    background: #fff2f2;
    display: inline-block;
}

/****************************************************** */
/************** 14. Testimonial Section  ************** */
/****************************************************** */
.testimonial-section {
    position: relative;
    overflow: hidden;
}

.testimonial-image {
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.testimonial-image:after {
    position: absolute;
    content: '';
    height: 72%;
    width: 72%;
    left: 14%;
    top: 14%;
    background: #FFFFFF;
    transform: rotate(60deg);
}

.testimonial-image img {
    position: relative;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.testimonial-content {
    padding: 40px 30px;
    /* padding-bottom: 130px; */
    
}
.beauty-imagea{background: #f2fbf7;border-radius: 8px;}
.testimonial-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-content p {
    color: #524e4e!important;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 22px;
}
.fas.fa-quote-left{
 color: #e5d580;
 font-size: 22px;
}
.testimonial-content span {
    /* color: #524e4e; */
}
.doctors_box{
    position: relative;
    top: -100px;
    z-index: 9;
}
.center_slider .bk-slider {
    position: relative;
    /* width: 90vw; */
    height: auto;
    padding: 50px 0 100px;
}
.center_slider .swiper {
    width: 100%;
    height: 360px;
    overflow: visible;
}
.center_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: white;
    transition: all 0.3s ease;
}
.center_slider .swiper-slide.swiper-slide-active {
    color: #fff;
    background: linear-gradient(45deg, #f69259, #f16975);
    transform: scale(1.4);
    z-index: 2;
}
/* ARROWS */
.center_slider .swiper-button-prev, .center_slider .swiper-button-next {
    color: #f69259;
}
/* PAGINATION */
.center_slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.center_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    /* background: linear-gradient(45deg, #f69259, #f16975); */
}
.doctors_img{border: 15px solid #fff;}
.testimonial-wrap .owl-dots {
    position: absolute;
    left: calc(40% + 110px);
    bottom: 55px;
}

.testimonial-wrap .owl-dots button {
    height: 8px;
    width: 44px;
    transition: 0.5s;
    margin-right: 10px;
    background: #FFFFFF;
}
.up_event{font-weight:900;font-size:25px;}
.testimonial-wrap .owl-dots button.active {
    background: #222222;
}

.testimonial-dotted {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-angle {
        position: absolute;
    bottom: 20%;
    right: 0;
    width: 4%;
    animation: down-up 10s infinite linear;
}

.testimonial-quote {
    position: absolute;
    left: 52%;
    top: 22%;
    width: 15%;
}
/* .content_why{display: flex;} */
.why_choosus .section-title h3 {
    font-size: 35px;
    font-weight: 500;
}
.why_img_midd{
    position: absolute;
    text-align: -43px;
    margin: auto;
    left: 0;
    right: 0;
    width:80%;
    top: -40px;
}
.services_sec_box .section-title h4, .service_bx_about .section-title h4{
    color: #000000;
    font-size: 18px;
}
.content_why .num_bg{
    background: #efdf86;
    height: 34px;
    width: 40px;
    padding: 18px 14px;
    line-height: 4px;
    text-align: -webkit-center;
    margin-right: 10px;
    color: #7e7d89;
    font-size: 12px;
    display: block;
}
.content_why h5{
    font-size: 14px;
    font-weight: 500;
}
.content_why p{
    color: #96959c;
    font-size: 12px;
    /* line-height: 18px; */
}
/****************************************************** */
/***************** 15. Client Section  **************** */
/****************************************************** */
.client-section {
    position: relative;
}

.client-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.client-item {
    margin: 0 52px 50px;
}

.client-dotted {
    position: absolute;
    left: 0;
    top: 0;
    width: 22%;
}

.client-angle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16%;
    animation: down-up 10s infinite linear;
}
.service-section .team-item{
     margin-bottom: 10px;
}

.event_learn_more span{
    color: #666572;
    font-size: 12px;
    margin-top: 20px;
}
.event_text{
    color: #73727d;
}
.event_text:hover{
    color: #82a1ad;
}
/****************************************************** */
/**************** 16. Vission Mission  **************** */
/****************************************************** */
.vission-mission {
    padding: 60px 55px 60px 65px;
    height: 100%;
}

.vission-mission h3 {
    font-size: 40px;
    margin-bottom: 40px;
}

.vission-mission p,
.vission-mission h6 {
    margin-bottom: 25px;
}

.mission h6 {
    line-height: 27px;
}

/****************************************************** */
/****************** 17. Contact Page  ***************** */
/****************************************************** */
/*contact info*/
.contact-info-item {
    display: flex;
    padding: 30px 40px;
    background: #fff2f2;
    margin-bottom: 30px;
    align-items: center;
    transition: 0.5s;
}

.contact-info-item:hover {
    background: #fbaaa9;
    color: #FFFFFF;
}

.contact-info-icon {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

.contact-info-icon i {
    height: 72px;
    width: 72px;
    line-height: 72px;
    background: #FFFFFF;
    text-align: center;
    color: #fbaaa9;
    font-size: 22px;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.contact-info-item:hover .contact-info-icon i {
    transform: rotate(45deg);
}

.contact-info-icon i:before {
    transition: 0.5s;
    display: inline-block;
}

.contact-info-item:hover .contact-info-icon i:before {
    transform: rotate(-45deg);
}

.contact-info-icon:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5;
    background: #ffc9c8;
    transform: rotate(0deg);
}

.contact-info-item:hover .contact-info-icon:after {
    opacity: 1;
    transform: rotate(30deg);
}

.info-content span {
    display: block;
    font-size: 20px;
    margin: 10px 0;
}

/*contact form*/
.contact-form-inner {
    background: #fff6f6;
    padding: 100px;
    border-bottom: 10px solid;
    border-color: #fbaaa9;
    transform: translateY(250px);
    margin-top: -180px;
    position: relative;
    z-index: 888;
}

.contact-map {
    height: 820px;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

/****************************************************** */
/***************** 18. Error Section  ***************** */
/****************************************************** */
.error-images {
    display: inline-block;
    position: relative;
    padding: 50px;
}

.error-images img {
    position: relative;
    z-index: 2;
}

.error-dots:before {
    position: absolute;
    content: '';
    background: url('../images/error/error-dot3.png') no-repeat center/cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    animation: rotated 35s infinite linear;
}

.error-dots:after {
    position: absolute;
    content: '';
    height: 56%;
    width: 56%;
    left: 22%;
    top: 22%;
    z-index: 1;
    background: #FAE2E2;
    transform: rotate(-30deg);
}

.error-images:before {
    position: absolute;
    content: '';
    background: url('../images/error/error-dot2.png') no-repeat center/cover;
    height: calc(100% - 100px);
    width: calc(100% - 100px);
    left: 50px;
    top: 50px;
    animation: rotated-reverse 45s infinite linear;
}

.error-images:after {
    position: absolute;
    content: '';
    background: url('../images/error/error-dot1.png') no-repeat center/cover;
    height: calc(100% - 180px);
    width: calc(100% - 180px);
    left: 90px;
    top: 90px;
    animation: rotated 55s infinite linear;
}

.error-content h1 {
    color: #fbaaa9;
    font-size: 230px;
    text-shadow: 10px 10px #fef4f3;
}

.error-content h5 {
    font-size: 25px;
    margin-bottom: 50px;
}

.error-content h5 span {
    font-weight: 400;
}
.learn_mores_btn.slide_right{color:#1a51a4;}
/****************************************************** */
/***************** 19. Footer Section  **************** */
/****************************************************** */
.footer-section {
    background: #fff6f6;
    position: relative;
}
.copyright-wrapper{font-size: 12px;color:#8a898a;}
.copyright-wrapper .link-secondary{
 color:#fff;
}
.widget {
    z-index: 2;
    position: relative;
    margin-bottom: 50px;
}

.footer-title {
    font-size: 25px;
    margin-bottom: 50px;
}

/*about widget*/
.about-widget-contact {
    border-left: 5px solid;
    border-color: #fbaaa9;
    padding: 10px 0 10px 30px;
}

.about-widget-contact p {
    margin-bottom: 25px;
}

.about-widget-contact h4 a {
    color: #fbaaa9;
    font-size: 23px;
}

/*subscribe widget*/
.subscribe-widget form {
    background: #FFFFFF;
    padding: 50px 45px 50px 50px;
    border-left: 5px solid;
    border-color: #fbaaa9;
}

.subscribe-widget form input {
    width: 100%;
    color: #FFFFFF;
    background: #fbaaa9;
    padding: 16px 30px;
    margin-bottom: 20px;
}

.subscribe-widget form input::placeholder {
    color: #FFFFFF;
}

.btn-and-text {
    display: flex;
    align-items: center;
}
.bg_foot_copy{background: #1a51a4;}
.btn-and-text button {
    height: 60px;
    width: 60px;
    flex: none;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 28px;
    background: #222222;
}

.btn-and-text p {
    margin: 0;
}

/*copyright*/
.copyright {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: #ffecec;
}

.copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    margin: 0;
}

.footer-dotted-top {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-dotted-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}
.meet{
font-family: "Playwrite CU", cursive;
  font-optical-sizing: auto;
  /* font-weight: 600; */
  font-style: normal;
  /* color: #668e9c; */
  color:#2eb574;
  font-size: 14px;
}
.home-carousel.owl-carousel{
    display: block!important;
}
.bggreen {
    background:#3471b0a3;
}
.w60px {
    width: 30px;
}
.darkbggreen {
    background:#3471b0;
}
.p20 {
    padding-top: 13px;
    padding-bottom: 13px;
}
.bordertype{
    /* width: 150px; */
    margin-bottom:20px;
    border-radius: 5px;
}
.visionmisionbox{
    background: #26b3700f;
    padding: 34px;
    border-radius: 5px;
    box-shadow: 0px -2px 0px #1a51a4;
}
.headingtext h4{color:#26b370}
.listy li i {
    width: 18px;
    font-size: 11px !important;
    color: #625a5a;
}
.footer_sec {
    padding-bottom: 40px;
    background-color: #35444a !important;
    padding-top: 55px;
    color: #fff;
}
.footer_sec .link-wrapper h4{color:#fff;}
.footer_sec .link-wrapper ul li a{
    color: #eaeaea;
    font-size: 15px;
}
.footer_sec .link-wrapper ul li a:hover{
    color: #26b370;
}
.social_icons_footer{display: flex;}
.social_icons_footer li{margin-left: 5px;}
.social_icons_footer li .fab, .social_icons li .fab {
    background-color: rgba(240, 244, 246, .08);
    padding: 10px;
    line-height: 25px;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 16px;
}


.about-section-bnr{
    height: 300px;
    margin-top: 92px;
    /* background: #b3c6cf ; */
    background: #f8e5cd;
    margin-bottom:60px;
}
.circle_percent {margin:15px 10px 2px 10px;font-size:120px; width:1em; height:1em; position: relative; background: #ffffff; border-radius:50%; overflow:hidden; display:inline-block;}
.circle_inner {position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em);}
.round_per {position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #ead481; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 .5em 1em 0em);}
.percent_more:after {position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: #ead481; content:'';}
.circle_inbox {position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #e0f2f9; z-index:3; border-radius: 50%;}
.percent_text {position: absolute; font-size: 16px; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; color: #96959c;}
.section_bg2 .circle_inbox { background: #f3dbc2;}
.accordian_box .card-header .title {
    font-size: 14px;
    color: #73727d;
}
.accordian_box .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.8em;
    background: #ead481;
    padding: 3px 13px;
    position: absolute;
    right: -16px;
    top: 10px;
}
.accordian_box .card-header{
  cursor: pointer;
  border-bottom: none;
  background: #fff;
}
.accordian_box .card{
  border: 1px solid #ddd;
  margin-bottom: 2px;
}
.accordian_box .card-body{
  border-top: 1px solid #ddd;
  font-size: 12px;
  line-height: 18px;
}
.accordian_box .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.explore_text h3{color:#1a51a4;font-weight:500;font-size: 40px;}
.listing_box li{
    background: #1fb36d;
    color: #fff;
    margin: 6px 0px;
    padding: 5px 6px;
}
.listing_box li a{
    color: #fff;
}
.events_img{
    width: 56%;
    height: 107px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.events_img img{
    width: 100%;
    object-fit: cover;
}
.bdr_btm{border-bottom:1px dashed #e5e5e5;border-width: 98%;}
.events_box h4{
    font-size: 14px !important;
font-weight:600;
text-transform: uppercase;
color: #82a1ad;
}
.form_sec{
    background: #e7f3f6;
    padding: 20px;
}
.form_sec .send_sms{ 
    color: #666572;
    background-color: #ebe085;
    padding: 12px 30px;
    font-size: 14px;
}
.form_sec .form-group input, .form_sec .form-group textarea{
    color: #b7b7b7;
    border-color: #eaf3f6;
    background-color: #fff;
    padding: 7px 8px;
}
.location_box .address_seprt{
    background: #e7f3f6;
    padding: 17px 20px;
    line-height: 23px;
}
.btn{border-radius: 0px!important;}
.location_box .address_seprt p{margin-bottom: 15px;
    font-size: 13px;
    color: #807f89;}
.contact_us .section-title h3{
    font-size: 29px;
}
.form_sec .form-control {
    margin-bottom: 0px;
}
.helthtip_list_text ul li{
    list-style: disc;
}
.service_bnr_details{
    background: url(../images/banner/Service-banner.webp) center / cover;
    background-repeat: no-repeat;
    top: 117px;
    position: relative;
    height: 292px;
}
.service_bnr{ 
    background: url(../images/banner/Service-banner.webp) center / cover;
    background-repeat: no-repeat;
    top: 78px;
    position: relative;
    height: 292px;
}
.about_bnr{
    background: url(../images/banner/Service-banner.webp) center / cover;
    background-repeat: no-repeat;
    margin-top: 118px;
}
.contact_bnr{
    background: url(../images/banner/Contact-us.webp) center / cover;
    background-repeat: no-repeat;
    margin-top: 118px;
}
.gallery_bnr{
    background: url(../images/banner/Service-banner.webp) center / cover;
    background-repeat: no-repeat;
    margin-top: 86px;
}
.awards_bnr{
    background: url(../images/banner/Award-And-Achivement.webp) center / cover;
    background-repeat: no-repeat;
    margin-top: 147px;
    /* background: #eaf3f6 !important; */
}
.helthtip_bnr{
    background: url(../images/banner/tipsbanner.png) center / cover;
    background-repeat: no-repeat;
}
.services__overlay{
    visibility: hidden;
    opacity: 0;
}
.left_side_img{width: 75%;}
.right_side_img{width: 75%;}
.services__overlay h3 {
    color: #494646;
    margin-bottom: 23px;
    font-size: 22px;
}
.left_side_img{
    width: 100%;
}
.left_side_img img{
    width: 100%;
}
.service_content_box ul {
   padding-left: 15px;
}
.service_content_box ul li{
    list-style: disc;
}
.services__overlay p {
    color: #494646;
    margin-bottom: 35px;
    font-size: 16px;
}
.ml40{margin-left: 40px;}
.mr40{margin-left: 40px;}
.section_bg1{
    background: #e7f3f6;
    padding: 50px 0px;
    padding-top: 76px;
}
.section_bg2{
    background: #f3dbc2;
    padding: 64px 0px;
    padding-bottom: 50px;
}
.doctors_img:hover .services__overlay {
    left: 10px;
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.doctors_img img{height:228px;}
.services__overlay {
    top: 91px;
    left: 48px;
    right: 0;
    position: absolute;
    height: 240px;
    right: 0px;
    background: #eace7ed4;
    padding: 55px 15px;
    width: 85%;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown .fas.fa-angle-down{font-size: 18px;
    font-weight: 600;
    color: #7f7c7c;
    position: relative;
    top: 2px;
}

/*****new style********/
.round_per {position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #1a51a4; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 .5em 1em 0em);}
.percent_more:after {position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: #1a51a4; content:'';}
a.theme-btn span {
    margin-left: 35px;
    background: #fff;
    padding: 24px 24px;
    color: #1a51a4;
}
.theme-btn, a.theme-btn, .scroll-top {
    background-color: #1a51a4;
}
.home_banner_texts .theme-btn, a.theme-btn {
    color: #ffffff;
}
.learn_mores_btn.slide_right {
    color: #ffffff;
}
.about_list_bx .num_bg {
    background: #1fb36b;
    color:#fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: relative;
    top:4px;
}
.learn_mores_btn {
    background: #1a51a4;
    border: 1px solid #1a51a4;
    box-shadow: inset 0 0 0 0 #1a51a4;
}
.arrow_list {
    background: #1a51a4;
    color: #fff;
}
.accordian_box .card-header .accicon {
    background: #1a51a4;
    color: #fff;
}
.fas.fa-quote-left {
    color: #1a51a4;
    font-size: 22px;
}
.content_why .num_bg {
    background: #22b36d;
    color: #ffffff;
}
.form_sec .send_sms {background: #22b36d;
    color: #ffffff;text-transform: uppercase;
}
.slide_right:hover {
    box-shadow: inset 400px 0 0 0 #1a51a4d6;
}
.beauty-imagea .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff0;
}
.beauty-imagea .swiper {padding: 0px 30px;}
.beauty-imagea .swiper-button-next, .beauty-imagea .swiper-rtl .swiper-button-prev {
    right: 0%;font-size: 30px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{left: 0%;}
.beauty-imagea .swiper-button-next:after, .beauty-imagea .swiper-button-prev:after{font-size: 30px;}
.beauty-imagea .card {padding: 15px 15px 15px;}
.beauty-imagea .swiper-button-next, .beauty-imagea .swiper-button-prev{color:#000;}

.swiper{width: 100%;height: 100%;}
.swiper-slide {
  text-align: center;
  font-size: 18px;background: #fff;display: flex;
  justify-content: center;align-items: center;
}
.swiper-slide img {
  display: block;width: 100%;
  height: 100%;object-fit: cover;
}
.home_banner_text{
    text-align: left;
    position: absolute;
    z-index: 99;
    left: 6%;
    top: 26%;
}

.img-comp-container {
position: relative;
height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
position: absolute;
width: auto;
height: auto;
overflow:hidden;
}

.img-comp-img img {
display:block;
vertical-align:middle;
}

.img-comp-slider {
position: absolute;
z-index:9;
cursor: ew-resize;
/*set the appearance of the slider:*/
width: 40px;
height: 40px;
background-color: #2196F3;
opacity: 0.7;
border-radius: 50%;
}

.twentytwenty-wrapper {
height: 360px !important;
}
.center_slider .swiper-slide {
display: inline !important;
}
.home-carousel.owl-carousel .owl-nav{
position: absolute;
top: 30%;
width: 100%;
}
.owl-next span{
right: 0;
position: absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
font-size: 50px;color:#ffffff;
}

.make_appointment {
/* aspect-ratio: 1 / 1; */
animation: 8s linear 0s infinite alternate sun-rise;
}

@keyframes sun-rise {
from {
/* pushes the sun down past the viewport */
transform: translate(50px, 18px);
}
to {
/* returns the sun to its default position */
transform: translate(0px, 0px);
}
}
.main_heading{
    font-size: 25px !important;
    font-weight: 700!important;
    color: #1852a1 !important;
    line-height: 43px!important;
}
.main_heading_Services{
    font-size: 20px !important;
    font-weight: 900!important;
    color: black!important;
    line-height: 43px!important;
}
.main_heading_Services a{
    font-size: 17px !important;
    font-weight: 700!important;
    color: #21b26e !important;
    line-height: 43px!important;
}

.read-btn{
    background: #fff;
    color: #1a51a4;
    padding: 6px 8px;
    margin-left: 8px;
    border-radius: 5px;
}
p{
    font-size: 14px!important;
    line-height: 20px!important;
    padding: 0px 5px!important;
    color: #000!important;
}
.accordian_box .card-header .title{
     font-size: 17px !important;
    font-weight: 900!important;
    color: black!important;
    line-height: 43px!important;
}
.event_details_btn {
    padding: 45px 0;
}
.bg_servicebox{
    background: #20b36d;
    margin-right: 0px;
    padding-right: 0px;
    border-radius: 5px;
}
.servicecontentbox{
   max-width: 250px;
    margin: 32px 10px 0px 60px;
}
.servicecontentbox h4, .servicecontentbox p{
   color: #fff!important;
}
.service_sec_bx .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}


   .service_sec_bx .card-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.16) 49%, rgba(0,0,0,0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.16) 49%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.16) 49%, rgba(0, 0, 0, 0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}


.service_sec_bx .card-box {
  position: relative;
  overflow: hidden;
}
.service_sec_bx .card-box:hover img {
    transform: scale(1.08);
}

.service_sec_bx .card-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
   transition: transform 0.3s ease;
   overflow: hidden;
}

.service_sec_bx .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  /* background: linear-gradient(to top, rgba(0,0,0,0.7), transparent); */
      /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.16) 49%, rgba(0, 0, 0, 0.90) 100%); */
  color: #fff;
  z-index: 1;
}

.service_sec_bx .overlay h3 {
    margin: 0;
    font-size:16px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    text-align: left;
}

.service_sec_bx .line {
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 3px;
  background: #fff;
}

.card-box:hover .line {
  width: 70px;               /* extend line */
  background: #28a745;
  position: relative;
  transition: 0.3s ease;
}
.about-content ul li{color:#000; font-size: 14px;}
.proceduce_our_impact ul li{font-size: 14px;color:#000;}
.card-box:hover .line::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2.5px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #28a745;
  border-right: 3px solid #28a745;
  transform: rotate(45deg); /* arrow head */
  transition: 0.3s ease;
}


/* Navigation arrows (default Swiper arrows) */
.service_sec_bx .swiper-button-prev,
.service_sec_bx .swiper-button-next {
  color: #fff;
}  
.swiper.mySwiperservise {position: initial;} 
.mySwiperservise .swiper-button-next, .mySwiperservise .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, -7%);
}
.service_sec_bx .swiper-button-prev {
    left: auto;
    right: 100px;
}
.service_sec_bx .swiper-button-next {
    left: auto;
    right: 45px;
}
.service_sec_bx .swiper-button-next:after, .service_sec_bx .swiper-button-prev:after {
    font-size: 20px;
    background: #20b36d;
    padding: 1px 14px;
    border-radius: 50%;
    height: 38px;
    width: 53px;
    align-items: center;
    text-align: center;
    line-height: 38px;
}
.proceduce_our_impact{
   background: #26b3700f;
    padding: 35px 72px;
    border-radius: 5px;
}
.proceduce_our_team{
   background: #26b3700f;
    padding: 35px 72px;
    border-radius: 5px;
}
.proceduce_our_team .card{
    height: 100px;
}

.proceduce_our_impact .card-title{color:#004085;font-size: 16px;}
.proceduce_our_impact h5, .proceduce_our_team h5{color:#004085;}
.proceduce_our_impact .card strong{color:#20b36d;}
.proceduce_our_impact .card{box-shadow: 0px -2px 0px #20b36e;height: 272px;}
.proceduce_our_partner .card{box-shadow: 0px -2px 0px #20b36e;height: 272px;}
 .proceduce_our_team .card{box-shadow: 0 4px 6px rgb(31 179 109 / 35%), 0 -2px 4px rgb(32 178 108 / 36%), 0 0 2px rgb(34 179 109) inset;}
  .imgicons {
    text-align: center;
    margin-top: 12px;
}
   .imgicons img{width: 25%;
    padding: 10px;
    border: 2px solid #1fb36c;
    border-radius: 50%;}



.trusted-companies-wrapper .slider-row {
overflow: hidden;
width: 100%;
margin: 0px auto;
}

.trusted-companies-wrapper .slider-track {
display: flex;
width: fit-content;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

.trusted-companies-wrapper .left-to-right .slider-track {
animation-name: scroll-left-to-right;
animation-duration: 50s;
}

.trusted-companies-wrapper .right-to-left .slider-track {
animation-name: scroll-right-to-left;
animation-duration: 50s;
}

.trusted-companies-wrapper .slider-items {
display: flex;
gap: 44px;
align-items: center;
}
.trusted-companies-wrapper .slider-items img{
max-width: 48%;
}



.trusted-customer{
position: relative;
right: 80px;
font-family:'Poppins-medium';
font-weight: 400;
font-size: 20px;
color: #FFFFFF;

}
.testimonial-content{
    text-align: center;
}
.testimonial-content p{display: inline-grid;text-align: justify;}
.testimonial-content img{
  width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #21b26d;
}
.tabscontent li{
 list-style: none !important;
}
.tabscontent .nav-link{
    border: 1px solid #007bff61;
    border-radius: 10px;
    background-color: #1a51a40f;
    box-shadow: 0px -2px 0px #4c8cbf;
    padding: 8px 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    width: 235px;
    margin: 15px;
    height: 155px;
}

.tabscontent .nav-link b{
    display: block;
    color: #1fb36c;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tabscontent .nav-link.active b, .tabscontent .nav-link.active p{
 color:#fff !important;
}
.tabscontent .nav-link.active, .tabscontent .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1a51a4 !important;
}
.bardboxservices .card .card-title{
   color: #1a51a4;
   font-size: 16px;
}
.bardboxservices .card{
    background: #f1f4f9;
    border: 1px solid #22b56f;
    border-radius: 10px;
    background-color: #1a51a405;
    box-shadow: 0px 0px 2px #1fb46d;
}

 .trusted-companies-wrapper .slider {
  height: 160px;
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}


/*  IMPORTANT CODE BELOW */

.trusted-companies-wrapper .slide-track {
  width: calc(100px * 20);
  display: flex;
  animation: scroll 30s linear infinite;
  justify-content: space-between;
}



.trusted-companies-wrapper .slide {
  width: 125px;
  height: 100px;

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.trusted-companies-wrapper .slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@media (max-width: 991px) {
.rpt-95.rmb-95.mt-170.pb-40.contact_us{margin-top: 35px !important;}
.serviseboxhead{margin-top: 25px !important;}
.about_banner_head h4, .service_banner_head h4 {
    font-size: 25px;}
    .rpt-95.rmb-95.mt-170.pb-70.contact_us{margin-bottom: 35px;padding-bottom: 0px; margin-top: 25px;}
.tabscontent .nav-link {
    width: auto;
    height: auto;
}
.footer_sec .link-wrapper h4 {
    color: #fff;
    font-size: 18px;
}
.footer_sec .link-wrapper ul li a {
    color: #eaeaea;
    font-size: 14px;
}
.footer_sec {
    padding-bottom: 25px;
    padding-top: 32px;
}
.flaticon-down-arrow-1s{float: right;}
.flaticon-down-arrow-1:before {content: "\f105"; display: none;}

.service_bnr_details {
    top: 100px;
    height: 244px;
}
.contact_us.servicesec{margin-top:100px !important;}
.img_bos {margin-bottom: 0px;}
.gallery_bnr {
    margin-top: 40px;
}
.about-section-bnr {
    height: 263px; margin-top: 92px;
    margin-bottom: 60px;
}


}


@media screen and (max-width: 768px) {
  .trusted-companies-wrapper .slide-track {
    width: calc(80px * 20);
  }


  .trusted-companies-wrapper .slide {
    width: 80px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

}
.headgreen {
    color: #1eae6a !important;
}
.headblue {
    color: #1c50a5 !important;
}
.impact_secbx{
    background: #eff2e861;
    border: 1px solid #26b370;
    padding: 15px;
    border-radius: 10px;
}
.impact_secbx ul {
    margin-left: 15px;
}
.impact_secbx ul li{
    list-style: disc;
    color: #100101;
}

.teamparagraphbx{
    border: 1px solid #007bff61;
    border-radius: 10px;
    background-color: #1a51a40f;
    box-shadow: 0px -2px 0px #4c8cbf;
    padding: 15px 25px !important;
    margin-bottom: 20px;
    text-align: justify;
}
.wearewidelyrecog{
    border: 1px solid #007bff61;
    border-radius: 10px;
    background-color: #1a51a40f;
    box-shadow: 0px -2px 0px #4c8cbf;
    padding: 15px 25px !important;
    margin-bottom: 20px;
    text-align: justify;
}
.img_bos{ 
    height: auto;
    width: 95%;
    margin-bottom: 20px;
}
.img_bos img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.serviseboxhead {  
    padding: 10px !important;
    margin-bottom:20px !important;
}

