
*{box-sizing: border-box;}
body{ font-family: "Inter", sans-serif; font-size: 15px; font-weight: 500; color: #292929; letter-spacing: 0; margin: 0; padding: 0; overflow-x: hidden; position: relative;}
li{list-style: none;}
a { text-decoration: none !important; transition: .3s all ease; } 
h1, h2, h3, h4, h5, h6, p { margin-top: 0px; margin-bottom: 0px; } 
ul { margin-bottom: 0px; padding-left: 0;}  
/* .container{ max-width: 1420px; }
.container.container1{ max-width: 1530px; } */
.header-area { background: transparent; position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: 9999; } 
.header-area .main-nav .nav { margin-top: 0; background-color: transparent; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; z-index: 999; padding-left: 20px !important; width: 100%; flex: auto; justify-content: flex-end;} 
.header-area .main-nav .nav li { margin: 0 0px; } 
.header-area .main-nav .nav li:last-child{ margin-right: 0; }
.header-area .main-nav .nav li a { display: flex; font-weight: 500; font-size: 18px; color: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; align-items: center; position: relative; padding: 20px  0;line-height: 1.2;} 
.header-area .main-nav .nav li:last-child > .sub-menu{ left: auto; right: 0; }
.header-area .main-nav .nav li:last-child > .sub-menu:before{ right: 20px; left: auto; }
.header-area .main-nav .nav li.menu-item-has-children { position: relative; margin-right: 55px;} 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu { position: absolute; width: 220px; background-color: #2C9A44; box-shadow: 0 0px 18px 2px rgba(0, 0, 0, 0.1); top: 93%; opacity: 0; transition: all .2s; transform: translateY(+2em); visibility: hidden; z-index: -1; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li { margin-left: 0px; padding-left: 0px; padding-right: 0px; margin-right: 0; border-bottom: 1px solid #eee; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li:last-child{ border-bottom: 0; }
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li a { opacity: 1; display: block; background: #242B60; padding: 10px 15px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; position: relative; font-size: 14px; font-weight: 500; color: #fff; } 
.header-area .main-nav .nav li.menu-item-has-children ul li:hover > a{ background: #CC3F54; color: #fff!important; } 
.header-area .main-nav .nav li.menu-item-has-children ul li a:hover:before { width: 3px; } 
.header-area .main-nav .nav li.menu-item-has-children:hover > ul.sub-menu { visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%); transition: .3s all ease } 
.header-area .nav { margin-top: 30px; }
 .sticky_menu { display: none; }
 .fixed_header .sticky_menu { position: fixed; top: 0; left: 0; right: 0; margin: auto; width: 100%; display: block; z-index: 999; animation: smoothScroll 1s forwards; box-shadow: 0 0 15px 2px rgba(0,0,0,.2); background: #CC3F54; display: flex; align-items: center; padding: 10px 0; }
 .header-area .sticky_menu .nav li { margin: 0 20px; }
  .header-area .sticky_menu .menu_icon_sec{ margin-left: 40px; }
 @keyframes smoothScroll{
  0%{transform:translateY(-100px)}
  100%{transform:translateY(0px)}
}
.fixed_header .main-nav .logo{ padding-top: 0;}
.fixed_header .main-nav .logo img { max-width: 60%; }
.header-area .main-nav .nav li.menu-item-has-children:hover li.menu-item-has-children > .sub-menu{ left: 100%; top: 0; }
.sub-menu li .sub-menu:before{ display: none; }
.header-area .main-nav .nav li.menu-item-has-children i { position: absolute; right: 15px; top: 50%; color: #fff; font-size: 16px; z-index: 99; transform: translateY(-50%) rotate(0); transition: .3s all ease; cursor: pointer; }
.header-area .main-nav .nav > li.menu-item-has-children:hover i { color: #fff; transform: translateY(-50%) rotate(0deg); }
.header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children:hover i{ color: #fff; transform: translateY(-50%) rotate(-90deg); }
.sticky_menu.main-nav .nav li:last-child{ margin-right: 0; margin-left: 0;}
.header-area .main-nav .nav li a.active:before{ width: 100%; }
.header-area .main-nav .nav li:hover > a:before, .header-area .main-nav .nav li:active > a:before{ width: 100%; }

.main_menu_sec{ padding-right: 40px; }
.header_row{ border-left: 1px solid #B4B4B4; }
.header_top_links li{ margin: 0 16px; }
.header_top_links li a{ font-size: 13px; color: #fff; }
.header_top_links li a:hover{ color: #30438F; }
.header_ss li a{ width: 25px; height: 25px; display: inline-block;}
.header_ss li { margin: 0 3px;  }
.header_ss li:last-child{ margin-right: 0; }
.menu_icon_sec{ display: block; margin-left: 20px;}
.menu_icon_sec>a { display: block;}
/* .menu_icon_sec>a:hover span{ background: #2C9A44; } */
.menu_icon_sec span { width: 25px; height: 2px; background: #fff; display: block; transition: .3s all ease-in; position: relative; } 
.menu_icon_sec span:nth-child(2) { margin: 5px 0; }
.norm_menu{ margin-right: 35px; }
.sticky_menu .logo_sec img{ position: static; max-width: 250px; }
.sticky_menu .norm_menu{ margin-right: 30px; }
.sticky_menu .logo_sec img{ max-width: 140px; }
.sticky_menu  .header_btn{ flex: 1 0 auto; }
.sticky_menu .norm_menu ul{ margin-right: 35px; }
.header-area .main-nav .nav li.menu-item-has-children img { position: absolute;
    top: 50%;
    right: -20px;
    width: 12px;
    transform: translateY(-50%); }
.header-area .main-nav .nav > li:hover a, .header-area .main-nav .nav > li.active a{ color: #242424; }

.bg_overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, .8); opacity: 0; visibility: hidden; transition: 1s all ease; z-index: -1; width: 100%; height: 100%; }
.active_sidebar .bg_overlay { opacity: 1; visibility: visible; z-index: 9999; }
.header_sidebar { width: 30%; position: fixed; top: 0; transition: .5s all ease-in; opacity: 0; visibility: hidden; height: 100vh; background: #fff; right: -100%; margin-right: 0; display: block; padding: 100px 25px 50px !important; z-index: 999999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3); }
.active_sidebar .header_sidebar { opacity: 1; visibility: visible !important; right: 0; overflow-y: scroll; } 
.header_sidebar li { border-bottom: 1px solid #78787870; width: 100%; }
.header_sidebar li a { font-size: 17px; color: #202020; display: inline-block; padding: 20px 0; text-transform: uppercase; }
.header_sidebar .cross_icon { position: absolute; right: 25px; top: 30px; font-size: 30px; color: #000; transition: .3s all ease; background: transparent; width: 40px; height: 40px; border-radius: 5px; display: inline-flex ; align-items: center; justify-content: center; }
.header_sidebar .cross_icon:hover { background: #CC3F54; color: #fff; }
.active_sidebar { overflow: hidden; }
.header_sidebar a img{ max-width: 60%; margin-bottom: 20px; }
.header_sidebar li a:hover{ color: #CC3F54; }

.ht_row{box-shadow: 0px 3px 6px #00000029; background: #fff; padding: 14px 30px; margin-top: 15px; align-items: center; }
header .container1>.container{    padding: 0 0;}
.emergency_sec span{ width: 40px; height: 40px; border-radius: 50%; background: #CC3F54; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; }
.emergency_sec span img{ width: 17px; }
.emergency_cont p{ font-size: 11px; color: #1C1C1C; font-weight: 400; font-family: "Sora", sans-serif; line-height: 1.3; }
.emergency_cont p a{ font-size: 15px; color: #CC3F54; font-weight: 600; display: block; }
.emergency_cont p a:hover{ color: #242B60; }
.logo_sec img{ max-width: 170px; }
.logo2_sec img{ max-width: 280px; }
.logo2_sec{ margin-right: 40px; }
.emergency_sec{ margin-right: 40px; }
.whatsapp_sec span img{ max-width: 40px; }
.whatsapp_sec .emergency_cont a{ color: #1C1C1C; }
.whatsapp_sec .emergency_cont a:hover { color: #CC3F54; }
.whatsapp_sec span{ margin-right: 8px; }
.whatsapp_sec{ margin-right: 40px; }
.site_btn{ font-size: 14px; font-weight: 600; color: #242B60; font-family: "Sora", sans-serif; border: 1px solid #242B60; display: inline-flex; align-items: center; padding: 4px 5px 4px 22px; border-radius: 50px;}
.site_btn span{ 
    width: 42px;
    height: 42px;
    background: #242B60;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: .3s all ease;
}
.site_btn:hover{ background: #242B60; color: #fff; }
.site_btn:hover span{ background: #38ABDC; }
.site_btn span img{ max-width: 13px; }
.header_btn_bg{ background: #242B60; color: #fff; }
.header_btn_bg span{ background: #fff; }
.header_btn{ margin-left: 15px; }
.header_btn_bg:hover{ background: transparent; color: #242B60; }
.hb_sec{ background: #CC3F54; }

.banner_slide > img{ height: 100vh; object-fit: cover; }
.banner_btm_box li{ display: inline-flex; align-items: center; width: 16.66%; border-right: 1px solid #F2F2F2; padding: 25px 35px;}
.banner_btm_box{ background: #fff; box-shadow: 0px 3px 12px #00000029;   }
.bb_text p{ font-size: 16px; font-weight: 600; color: #1F1F1F; text-align: center; line-height: 1.3; font-family: "Sora", sans-serif; }
.banner_btm_box li:last-child{    border-right: none;}
.banner_btm_box li span img{ max-width: 100%; margin-right: 15px;}
.banner_btm_block { margin-top: -38px; position: relative; z-index: 9; margin-bottom: -38px; }
.main_slider_btn span { width: 13px; height: 5px; background: #ffffff; border-radius: 10px; margin: 0 2px !important; }
.main_slider_btn span.swiper-pagination-bullet-active { width: 25px; background: #ffffff; }
.slider_btn { width: 50px; height: 50px; border-radius: 50%; background: #C6B4AB !important; display: inline-flex ; align-items: center; justify-content: center; transition: .3s all ease; position: absolute; top: -25px; transform: translateY(-50%); z-index: 99999; opacity: 1 !important; }
.swiper-slide-active .slider_btn{ color: #B7B7B6; }
.slider_btn img{ max-width: 16px; }
.slider_btn:after{ display: none; }
.main_slider_btn .banner_pagination { left: 52px !important; z-index: 9999; top: -60px !important; right: auto !important; text-align: left; }
.banner_btn_next{ right: auto; left: 130px; }
.banner_btn_prev{ left: 0; }

.blue_bg{ background: #242B60; }
.space_sec{ padding: 100px 0; }
.appoint_section{ padding-top: 160px; }
.heading_sec h5{ font-size: 24px; color: #fff; font-weight: 500; }
.appoint_block h5{ border-bottom: 1px solid #ffffff30; padding-bottom: 20px; margin-bottom: 50px; }
.input_sec{ font-size: 16px; color: #fff; border: 1px solid #189ED6; padding: 18px 18px 18px 60px; background: #242B60; }
.input_sec::placeholder{ color: #fff; }
.input_sec:focus{ box-shadow: none; outline: none; }
.form_group{ margin-bottom: 30px; position: relative; }
.form_group i { font-size: 28px; color: #7C80A0; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.form_btn .site_btn{ background: #CC3F54; font-size: 14px; transition: .3s all ease; }
.form_btn{ margin-top: 40px; }
.form_btn .site_btn:hover{ background: #fff;}
.appoint_block ul li{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.appoint_block li p{ font-size: 20px; font-weight: 500; color: #fff; line-height: 1; }
.appoint_block li img{ max-width: 24px; }
.appoint_block{padding-right: 15px;}
.view_btn a{ 
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    background: transparent;
    padding: 16px 46px;
    font-family: "Sora", sans-serif;
    border: 1px solid #fff;
    line-height: 1.2;
 }
.view_btn{ margin-top: 30px; }
.view_btn a:hover{ background: #fff; color: #242B60; }
.appoint_section [class*="col-"]{ padding: 0 18px; }
.appoint_section .row{ margin: 0 -18px; }
.switches_block { width: 13rem; position: relative; display: flex; padding: 0; position: relative; background: transparent; border: 1px solid #189ED6; line-height: 2.5rem; border-radius: 3rem; } 
.switches_block input { visibility: hidden; position: absolute; top: 0; } 
.switches_block label { width: 50%;
    padding: 5px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #222222;
    font-family: "Sora", sans-serif;
    font-size: 14px;} 
.switch-wrapper { position: absolute; top: 0; bottom: 0; width: 50%; padding: 0; z-index: 3; transition: transform .5s cubic-bezier(.77, 0, .175, 1);} 
.switch { border-radius: 25px; background: #242B60; height: 100%; } 
.switch div { display: flex;
    color: #fff;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 14px;
    justify-content: center;
    align-items: center;
width: 100%;
opacity: 0;} 
.switches_block input:nth-of-type(1):checked~.switch-wrapper { transform: translateX(0%); } 
.switches_block input:nth-of-type(2):checked~.switch-wrapper { transform: translateX(100%); } 
.switches_block input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) { opacity: 1; }
.switches_block input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) { opacity: 1; }
.explore_col:first-child{ width: 33.33%; background: #F4F4F4; padding: 80px 0; position: relative; padding-right: 25px; }
.explore_col:last-child{ width: 66.66%; }
.heading_sec h3{ font-size: 36px; font-weight: 500; color: #222222; margin-bottom: 45px; }
.heading_sec p{ 
    font-size: 18px;
    color: #222222;
    margin-top: 35px;
    max-width: 75%;
}
.explore_left .heading_sec p{color: #242B60;}
.explore_section { position: relative; overflow: hidden; background: linear-gradient(90deg, #f4f4f4 33%, transparent 33.33%); }
.explore_main > img{ max-width: 80%; padding: 35px 50px;}
.explore_right{ text-align: center; }
.explore_tabs h6{     font-size: 18px;
    font-weight: 600;
    color: #22222280;
    margin-bottom: 17px;
    position: relative;
    left: -19px;}
.explore_tabs .nav button{ font-size: 16px; color: #222222; font-weight: 500; background: transparent !important; padding: 0 0 8px; text-align: right; position: relative; font-family: "Sora", sans-serif;}
.explore_tabs .nav button.active{ color: #189ED6; font-weight: 600; }
.explore_tabs { position: absolute; right: 15px; bottom: 16%; }
.explore_tabs .nav button:focus{ box-shadow: none; outline: none; }
.explore_tabs .nav button:before { content: ''; position: absolute; right: -52px; top: -6px; bottom: 0; margin: auto; width: 45px; height: 1px; background: #189ED667; opacity: 0; transition: .3s all ease; }
.explore_tabs .nav button.active:before{ opacity: 1; } 
.explore_right{ position: relative; }
.body_point { position: absolute; left: 37.5%; top: 34%; width: 16px; height: 16px; border-radius: 50%; background: #CC3F54; border: 3px solid #fff; z-index: 1; }
.bodypart_listing { background: #CC3F54; padding: 15px 0 15px; text-align: left; position: absolute; left: 13%; top: 35%; z-index: 0; min-width: 220px; }
.bodypart_listing h5{ font-family: "Sora", sans-serif; border-bottom: 1px solid #FFFFFF55; padding-bottom: 7px; margin: 0  20px 5px; font-size: 24px; }
.bodypart_listing li a{ font-size: 16px; color: #fff; display: flex; align-items: center; justify-content: space-between; font-family: "Sora", sans-serif; padding: 10px 20px; background: #CC3F54;}
.bodypart_listing li a.active, .bodypart_listing li a:hover{ background: #B72E42; }
.bodypart_listing li a img{ max-width: 21px; }
.bodypart_listing li a span{margin-left: 35px;}
.reception_section{ position: relative; height: 100vh; }
.reception_slide > img{ height: 100vh; object-fit: cover; }
.heading_sec h2{ font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;}
.reception_btn .site_btn{ font-size: 14px; font-weight: 600; border-color: #ffff; color: #fff; }
.reception_btn .site_btn span{ background: #fff;
    margin-left: 60px;
    width: 42px;
    height: 42px; }
.reception_outer { position: absolute; left: 22%; right: 0; top: 48%; }
.reception_container { margin-top: -150px; }

.invest_pagination span { font-size: 30px; color: #fff; }
.invest_pagination { bottom: 50px !important; color: #fff; }
.reception_slider_btn { position: absolute; background: rgba(0, 0, 0, .3); backdrop-filter: blur(34px); -webkit-backdrop-filter: blur(34px); width: 210px; height: 80%; z-index: 9; top: 0; bottom: 0; margin: auto; }
.reception_slider_btn h6{ font-size: 18px; color: #fff; max-width: 80%; padding-left: 20px; padding-top: 55px; }
.slider_btn_prev{ top: 45%; left: 0; right: 0; margin: auto; background: rgba(0, 0, 0, .7) !important; }
.slider_btn_next{ top: 55%; left: 0; right: 0; margin: auto; background: rgba(0, 0, 0, .7) !important; }

.ethos_section{ padding: 90px 0; }
.wh_heading h3{ color: #fff; margin-bottom: 10px; }
.wh_heading p{ color: #fff; max-width: 100%; margin-top: 0; font-size: 14px; }
.ethos_text .view_btn a{ border-color: #CC3F54; padding: 16px 32px; }
.ethos_text .view_btn{ margin-top: 25px; }
.ethos_block{ position: relative; }
.ethos_text { position: absolute; width: 195px; }
.ethos_text1{ top: 12%; left: 18%; }
.ethos_text2 { top: 51%; left: 10.6%; }
.ethos_text3 { bottom: -7%; left: 18%; }
.ethos_text4{ top: 12%; right: 18%; }
.ethos_text5 { top: 51%; right: 10.6%; }
.ethos_text6 { bottom: -7%; right: 18%; }

.patient_block{ position: relative; }
.patient_block i{ font-size: 70px; color: #FF0000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.patient_block.blue_bg{ padding: 40px 50px; }
.patient_block .heading_sec h5{ line-height: 1.5; font-style: italic; }
.patient_block{ margin-bottom: 20px; display: flex; flex-wrap: wrap; align-content: center; }
.patient_block > img{ height: 475px; object-fit: cover; object-position: top; transition: 1s all ease; }
.patient_block a, .patient_block{ display: block; overflow: hidden; }
.patient_block a i{ transition: .5s all ease; }
.patient_block:hover > img{ transform: scale(1.2); }
.patient_block a:hover i{ transform: scale(.9); }
.patient_row{ margin-top: 40px; }
.doctor_name h6{ font-size: 18px; font-weight: 800; color: #fff; }
.doctor_name h6 span{ font-size: 16px; font-weight: 500; display: block; padding-top: 5px; }
.patient_row > span img{ width: 90px !important; height: 90px; border-radius: 50%; }
.patient_row > span{ display: block; margin-right: 15px; }
.main_slider_btn{ position: relative; }
.patient_slider{ padding-bottom: 150px; }
.patient_slider .slider_btn{ background: #A5A5A5 !important; top: 70px; }
.patient_btn_prev{ left: 44%; }
.patient_btn_next{ right: 44%; }
.patient_pagination span{ background: #79797949; opacity: 1; }
.patient_pagination span.swiper-pagination-bullet-active{ background: #CC3F54; }
.main_slider_btn .patient_pagination { left: 0; z-index: 9999; top: 35px !important; }
.exilence{padding: 120px 0px 60px;position: relative;}
.exilence::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: 1;
}
.exilence::before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background-color: #CC3F54;
    z-index: 1;
}
.exilence .container{position: relative;z-index: 2;}
.head36{
    font-size: 36px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
}
.para18{
    font-size: 18px;
    color: #222222;
    margin-top: 0;
    max-width: 100%;
}
.exiLftCnt{padding-right: 100px;}
.exiLftCnt .view_btn a{border-color: #189ED6;color: #189ED6;}
.exiLftCnt .view_btn{margin-top: 40px;}
.exiCrsBox{
    text-align: center;
    border: 1px solid #FFFFFF50;
    padding: 40px 10px 55px;
        margin-bottom: 35px;
        min-height: 360px;
}
.exiCrsImg{
    border: 1px solid #707070;
    background: #fff;
    display: inline-block;
    height: 102px;
    width: 102px;
    line-height: 102px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.head24{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 0;
}
.exiCrsCnt .view_btn a{padding: 13px 20px;border-radius: 22px;}
.exiCrsl{padding-left: 35px;}
.exiCrsl_slider .swiper-wrapper{padding-bottom: 80px;}
.exiCrsl_slider .patient_btn_next{right: 40%;background: #F67E90 !important;}
.exiCrsl_slider .patient_btn_prev{left: 40%;background: #F67E90 !important;}
.exiCrsl_slider .main_slider_btn .patient_pagination{top: -60px !important;}
.exiCrsl_slider .patient_pagination span{background: #F67E90;}
.exiCrsl_slider .patient_pagination span.swiper-pagination-bullet-active{background-color: #fff;}
.benchMark{padding: 140px 0px 75px;margin-bottom: 110px;overflow: hidden;}
.benchMark .head36{margin-bottom: 55px;}
.benchMarkBox{
        border-top: 1px solid #D2E3EA;
    border-left: 1px solid #D2E3EA;
    padding: 60px 20px;
}
.benchMark_slider.swiper{overflow: visible;}
.benchMark_slider .swiper-wrapper::after{
    position: absolute;
    content: '';
    left: -10%;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #D2E3EA;
}
.benchMark_slider .view_btn a{padding: 16px 35px;border-color: #CC3F54;color: #CC3F54;}
.benchMark_slider .patient_btn_prev,
.benchMark_slider .patient_btn_next{top: 70px;background: #A5A5A5 !important;}
.header-area.fixed_header .main-nav .nav li a{font-size: 16px;}
.fostring{
        padding: 170px 0px 220px;
        background: url('./../images/health_bg.png') 0 0 no-repeat;
        background-size: cover;
}
.head44{
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
}
.para20{

    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
}
.fostringBtnGrp{
        margin-top: 50px;
    display: flex;
    align-items: center;
}
.reception_btn .site_btn.enqBtn{background: #CC3F54;    border-color: #CC3F54;}
.reception_btn .site_btn.bookBtn{border-color: #242B60;    background: #242B60;}
.fostringBtnGrp .reception_btn{margin-right: 16px;}
.blogNews{padding: 120px 0 200px;position: relative;}
.blogNews:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 36%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: 1;
}
.blogNews .container{position: relative;z-index: 2;}
.newsEventsSec>.row,.blogNewsSec{padding-top: 20px;}
.newsEventslftImg{margin-bottom: 40px;}
.blogNews small{display: flex;align-items: center;margin-bottom: 20px;}
.blogNews small span{
    background: #F2CAD0;
    font-size: 13px;
    color: #CC3F54;
    font-weight: 500;
    padding: 4px 6px;
    display: inline-block;
    margin-right: 7px;
    line-height: 1;
}
.blogNews small p{
    font-size: 13px;
    color: #222222;
    font-weight: 500;
}
.blogSec{padding-left: 15px;}
.newsEventslftCnt .head24{color: #222222;}
.newsEventslftCnt .view_btn a{color: #CC3F54;border: 1px solid #CC3F54;padding: 16px 35px;}
.newsEventsRght{padding-left: 15px;padding-right: 15px;}
.newsEventsRghtBox{display: flex;width: 100%;margin-bottom: 30px;}
.newsEventsRghtBoxCnt{padding-left: 25px;width: 70%;}
.blogNews .newsEventsRghtBoxCnt small{margin-bottom: 13px;}
.head18{
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 15px;
}
.simpleReadMore{
    font-size: 14px;
    color: #CC3F54;
    font-weight: 600;
}
.newsEventsRghtBoxImg{width: 30%;}
.newsEventsRghtBoxImg img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogNews .blogNewsSec small span{background: #DBF4FF;color: #189ED6;}
footer{background: #242B60;}
.ftrTop{
    display: flex;
    align-items: center;
    width: 100%;
}
.ftrTopLogo{display: flex;align-items: center;padding: 15px 53px 22px 17px;margin-right: 25px;background: #F4F4F4;}
.ftrUl{display: flex;align-items: center;flex-wrap: wrap;}
.ftrTopLogo span{
        margin-right: 18px;
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    position: relative;
    top: 10px;
}
.ftrUl li{line-height: 1.3;margin-right: 100px;}
.ftrUl li span{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    display: block;
}
.ftrUl li  a{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
    display: block;
}
.ftrBtm{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.ftrSec .head18{color: #FFFFFF;}
.ftrSec{
    width: calc(100% / 5);
    border-left: 1px solid #FFFFFF16;
    padding-left: 35px;
    border-top: 1px solid #FFFFFF16;
    padding-top: 40px;
}
.ftrSec .ftrUl li{margin: 0 0;width: 100%;}
.ftrSec .ftrUl li a{
    font-size: 16px;
    color: #FFFFFF69;
    font-weight: 400;
    margin-bottom: 10px;
    transition: 0.3s;
}
.ftrSec .ftrUl li a:hover{color: #FFFFFF;}
.ftrSec:first-child{ border-left: none;}
.ftrSec address{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 40px;
}
.cntctFtr{margin-bottom: 40px;}
.cntctFtr a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}
.ftrSocial li{display: flex;align-items: center;margin-bottom: 10px;}
.ftrSocial li img{margin-right: 15px;}
.ftrSocial li a{
        font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: underline !important;
    font-family: 'Sora';
}
.ftrCopyRght{border-top: 1px solid #FFFFFF16;}
.ftrCopyRghtCnt{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}
.ftrCopyRghtCnt p{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}
.copyRghtUl{display: flex;align-items: center;}
.copyRghtUl a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin-right: 7px;
}
.patient_section{padding-bottom: 50px;}
.bnrNeuro{
    background: url('./../images/Neurology.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuro.mileStnBnr{
    background: url('./../images/doctorTray.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuro.OPDBnr{
    background: url('./../images/opd.png') 0 0 no-repeat;
    background-size: 100% 92%;
}
.bnrNeuro.peBnr{
    background: url('./../images/peImg.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuro.rsrvBnr{
    background: url('./../images/reservBnr.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuro.visitorBnr{
    background: url('./../images/visitor.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuro.bilingFinBnr{
    background: url('./../images/doctorTray.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuroCnt{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-top: 200px;
    padding-bottom: 25px;
}
.bnrNeuro .head36{color: #fff;}
.bnrNeuro .form_btn{margin-top: 30px;}
.bnrNeuro .form_btn .site_btn{border: 0 none;}
.bnrRghtCnt .banner_btm_box{flex-wrap: wrap;padding: 15px 40px;border: 1px solid #189ED6; }
.bnrRghtCnt .banner_btm_box li{
    width: 100%;
    border-right: 0;
    padding: 15px 0px;
    border-bottom: 1px solid #F2F2F2;
}
.bnrRghtCnt{width: 300px; }
.bnrRghtCnt .banner_btm_box li span img{margin-right: 20px;}
.bnrRghtCnt .banner_btm_box li span{width: 50px;margin-right: 20px;}
.bnrRghtCnt .banner_btm_box li:first-child span{width: auto;margin-right: 0;}
.bnrNeuroBtm{background: #242B60;padding: 70px 0px;}
.bnrNeuroBtm .head36{color: #FFFFFF;margin-bottom: 25px;}
.bnrNeuroBtm .para18{color: #fff;}
.bnrNeuroBtm .view_btn a{padding: 16px 35px;}
.teamExpert{padding: 140px 0px;}
.teamExpertCrsl {margin-top: 50px;overflow: visible;}
.expertSecImg{
    width: 100%;
    display: block;
    height: 360px;
    background: #C7C7C7;
    margin-bottom: 35px;
}
.expertSecCnt .head24{
    color: #222222;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.btnGrpTeam{margin-top: 30px;display: flex;align-items: center;}
.btnGrpTeam .form_btn{margin-top: 0px;}
.btnGrpTeam .form_btn .site_btn{    border: 0 none;}
.viewProfile{
    font-size: 14px;
    color: #189ED6;
    text-decoration: underline !important;
    margin-left: 15px;
}
.teamExpertCnt{overflow: hidden;}
.teamExpertCrsl .patient_btn_next{right: 0;top: -44px;background: #A5A5A5 !important;}
.teamExpertCrsl .patient_btn_prev{left: 86%;top: -44px;background: #A5A5A5 !important;}
.teamExpertCrsl .main_slider_btn .patient_pagination{
    text-align: end;
    padding-right: 65px;
    top: -80px !important;
}
.mediNeuro{background: #F4F4F4;padding: 70px 0px;}
.mediNeuroCnt .head36{margin-bottom: 45px;}
.mediNeuroSec .head24{color: #222222;}
.mediNeuroUl{margin-top: 22px;}
.mediNeuroUl li{
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}
.mediNeuroUl li i{
    font-size: 24px;
    color: #189ED6;
    margin-right: 20px;
}
.ourTreatment{
    position: relative;
    padding: 140px 0px 170px;
    height: 880px;
    overflow: hidden;
}
.ourTreatment:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background-color: #242B60;
    z-index: 1;
}
.ourTreatment .container{position: relative; z-index: 2;}
.ourTreatmentCntLft .head36{color: #FFFFFF;}
.ourTreatmentCntLft .para18{color: #FFFFFF;}
.scrollSpy{margin-top: 80px;}
.simpleListExample{
    padding-right: 110px;
        display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.simpleListExample a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    border-bottom: 1px solid #189ed66b;
    border-radius: 0 !important;
    width: 100%;
    margin-bottom: 7px;
}
.ourTreatmentCntRght{
    padding-left: 35px;
    overflow-y: scroll;
    height: 740px;
    overflow-x: hidden;
}
.ourTreatmentCntRght::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.ourTreatmentCntRght::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.ourTreatmentCntRght::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    background-color: #555;
}

.scrollCnt{padding: 70px 25px 70px 35px;background: #189ED6;}
.scrollspyExample>div{margin-bottom: 20px;}
.scrollCnt .head24{margin-bottom: 20px;}
.para16{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}
.scrollImg{
    width: calc(100% + 25px);
    position: relative;
    left: -25px;
    height: 100%;
}
.scrollImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.simpleListExample a.active{color: #189ED6;}
.ourTreatment~section .patient_section{padding: 150px 0px 100px;}
.findDoctor{padding: 250px 0px 230px;}
.bnrLftCnt{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.bnrLftCnt .head36{width: 100%;margin: 0 0;}
.bnrLftCnt .form_btn{margin-top: 30px;margin-right: 17px;}
.bnrLftCnt .form_btn .site_btn{border: 0 none;}
.bnrLftCnt .form_btn .site_btn.reqCall{background: #189ED6;padding-left: 37px;}
.bnrLftCnt .form_btn .site_btn.reqCall span{margin-left: 37px;}
.findDoctorTp{
    padding-bottom: 70px;
    border-bottom: 6px solid #CECECE;
    margin-bottom: 60px;
}
.findDoctorFilterTp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}
.findDoctorFilterTp .head24{color: #222222;}
.clear{
    font-size: 18px;
    color: #189ED6;
    text-decoration: underline;
    text-underline-position: from-font;
    font-weight: 500;
    cursor: pointer;
}
.benchMarkImg{height: 137px;}
.expertSecCnt .para16{color: #222222;}
.findDoctorFilter .accordion{border: 0 none;border-radius: 0;}
.findDoctorFilter .accordion-item{
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
}
.findDoctorFilter .accordion-item .accordion-button{
    border: 0 none;
    border-radius: 0;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}
.findDoctorFilter .accordion-body{padding-left: 0;padding-right: 0;}
.searchDoctorSec{padding-left: 60px;}
.searchDoctorSec .form_group{    margin-bottom: 65px;}
.searchDoctorSec .input_sec{
    background: #fff;
    border: 1px solid #707070;
    border-radius: 41px;
    padding: 26px 38px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    padding-left: 90px;
    width: 80% !important;
}
.searchDoctorSec .input_sec::placeholder{
    font-size: 18px;
    color: #222222;
    font-weight: 400;
}
.searchDoctorSec .form_group i{color: #000000;left: 38px;}
.doctorFound .head24{color: #222222;margin-bottom: 30px;}
.doctorFoundImg{
    width: 100%;
    height: calc(100% + 40px);
    background: #707070;
}
.doctorFoundCnt{    padding-left: 30px;}
.doctorFoundCnt .head24{
    color: #222222;
    font-weight: 600;
    margin-bottom: 8px;
}
.doctorFoundCnt .para16{    color: #222222;}
.doctorFoundDtl1{margin-top: 27px;}
.doctorFoundCnt .para16 b{font-weight: 600;}
.doctorFoundDtl1 .para16{margin-bottom: 6px;}
.doctorFoundDtl2{margin-top: 28px;display: flex;}
.doctorFoundDtlLft{margin-right: 40px;}
.doctorFoundDtlLft:last-child{margin-right: 0px;}
.doctorFoundDtlBtn .form_btn{    margin-top: 0;}
.doctorFoundDtlBtn{
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.doctorFoundDtlBtn .form_btn .site_btn{border: 0 none;}
.doctorFoundDtlBtn .form_btn .site_btn.vwPrfl{
    background: #fff;
    color: #189ED6;
    border: 1px solid #189ED6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    padding: 16px 47px;
    line-height: 1.1;
    margin-left: 20px;
}
.doctorFoundBox{
        padding-bottom: 80px;
    border-bottom: 1px solid #70707050;
    margin-bottom: 40px;
}
.viewMoreDiv{margin-top: 70px;}
.viewMoreBtn{
        border: 1px solid #707070;
    padding: 16px 52px;
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: underline !important;
}

.doctorFound .doctorFoundCnt .head24{margin-bottom: 8px;}
.dctrDtl1{padding: 280px 0px 0px;}
.dctrDtl1 .doctorFoundCnt{
    padding-left: 0;
    margin-left: 40px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 70px;
    border-bottom: 6px solid #CECECE;
}
.dctrDtl1 .doctorFoundImg{    height: 100%;}
.dctrDtl1 .head36{margin-bottom: 15px;}
.dctrDtl1 .doctorFoundDtlBtn{margin-top: 40px;}
.dctrDtl1 .doctorFoundBox{border-bottom: none;}
.dctrScl{
        display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 30px;
}
.whatsUp{
    background: #2AB540;
    padding: 8px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}
.whatsUp i{font-size: 32px;color: #fff;}
.share{
    padding: 14px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #707070;
}
.share i{    font-size: 21px;color: #000000;}
.rghtDctrDtl .head24{color: #222222;font-weight: 600;margin-bottom: 25px;}
.rghtDctrDtl .para16{color: #222222;}
.rghtDctrDtl{margin-left: 40px;}
.rghtDctrDtl>div{margin-bottom: 40px;}
.areaUl{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 200px;
}
.areaUl li{
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
        display: flex;
    align-items: center;
}
.areaUl li span{
    width: 19px;
    height: 19px;
    background: #189ED6;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.areaUl li span i{font-size: 10px;}
.dctrQuliRow{display: flex;width: 100%;}
.dctrQuliBx{
        border-left: 6px solid #189ED6;
    padding-left: 12px;
    margin-right: 40px;
}
.dctrQuliBx h5{
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}
.areaPlc{font-size: 18px;}
.rghtDctrDtl>div.dctrQuli{margin-bottom: 60px;}
.langDctr .areaUl{height: 150px;}
.dctrTalksrow{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #C9C9C9;
    background: #fff;
    transition: 0.3s;
}
.dctrTalksLft{width: 27%;transition: 0.3s;}
.dctrTalksRght{width: 73%;padding-left: 50px;transition: 0.3s;}
img{max-width: 100%;}
.rghtDctrDtl .dctrTalksRght .head24{color: #fff;margin-bottom: 5px;opacity: 0;display: none; transition: 0.3s;}
.dctrTalksRght small{
    font-size: 14px;
    color: #707070;
    margin-bottom: 15px;
    display: inline-block;
    transition: 0.3s;
}
.dctrTalksRght p{
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    height: 60px;
    overflow: hidden;
    transition: 0.3s;
}
.dctrTalksRght .doctorFoundDtlBtn .form_btn .site_btn.vwPrfl{margin: 0 0;}
.dctrTalksrow:hover{background-color: #189ED6;padding-bottom: 0;}
.dctrTalksrow:hover .dctrTalksLft{    width: 45%;}
.dctrTalksrow:hover .dctrTalksRght{width: 55%;}
.dctrTalksrow:hover .dctrTalksRght .head24{display: block;opacity: 1;}
.dctrTalksrow:hover .dctrTalksRght small{color: #fff;}
.dctrTalksrow:hover .dctrTalksRght p{color: #fff;height: auto;}
.dctrTalksrow:hover .doctorFoundDtlBtn .form_btn .site_btn.vwPrfl{border-color: #fff;color: #fff;background-color: #189ED6;}
.dctrTalksVideo img{width: 100%;}
.newsEventslftCnt small{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.newsEventslftCnt small span {
    background: #F2CAD0;
    font-size: 13px;
    color: #CC3F54;
    font-weight: 500;
    padding: 4px 6px;
    display: inline-block;
    margin-right: 7px;
    line-height: 1;
}
.newsEventslftCnt small p {
    font-size: 13px;
    color: #222222;
    font-weight: 500;
}
.dctrFtrNewsCrsl {width: 120%;padding-bottom: 130px;}
.rghtDctrDtl>div.dctrFtrNews{overflow: hidden;}
.dctrDtlAccrd{padding-bottom: 160px;}
.dctrFtrNewsCrsl .patient_btn_prev{left: 0;top: 115px;    background: #A5A5A5 !important;}
.dctrFtrNewsCrsl .main_slider_btn .patient_pagination{top: 80px !important;width: 200px;}
.dctrFtrNewsCrsl .patient_btn_next{    right: 85%;top: 115px;    background: #A5A5A5 !important;}
.dctrDtl1 .doctorFoundDtlBtn .form_btn .reqBtn{margin-left: 20px;background: #189ED6;
    padding-left: 37px;}

/* arrows */
.site_btn span img{display: none;}
.site_btn span{position: relative;}
.site_btn span:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-top: 2px solid #CC3F54;
    border-right: 2px solid #CC3F54;
}
.site_btn span::before{
    position: absolute;
        content: '';
    left: 46%;
    top: 37%;
    height: 2px;
    width: 16px;
    background-color: #CC3F54;
    transform: rotate(-45deg) translate(-50%, -50%);
}
.form_btn .site_btn:hover span:after{border-color: #fff;}
.form_btn .site_btn:hover span::before{background-color: #fff;}
.reception_btn .site_btn span:after{border-color: #189ED6;}
.reception_btn .site_btn span::before{background-color: #189ED6;}
 .site_btn.prpl span::after{border-color: #000000;}
 .site_btn.prpl span::before{background-color: #000000;}

 .site_btn.red span::after{border-color: #CC3F54;}
 .site_btn.red span::before{background-color: #CC3F54;}

 .site_btn.sky span::after{border-color: #189ED6;}
 .site_btn.sky span::before{background-color: #189ED6;}

 .careerBnr.bnrNeuro{
    padding: 100px 0px 125px;
    background: url('./../images/Careers.png') 0 0 no-repeat;
    background-size: cover;
}
.careerBnr.bnrNeuro.medResBnr{
    background: url('./../images/medResearch.png') 0 0 no-repeat;
    background-size: cover;
}
.careerBnr.bnrNeuro.colBrationBnr{
    background: url('./../images/colBrBnr.png') 0 0 no-repeat;
    background-size: cover;
}
 .lifeKDSG{padding: 140px 0px;position: relative;}
 .lifeKDSGCnt .head36{margin-bottom: 40px;}
 .lifeKDSGCnt .para18{color: #707070;margin-bottom: 50px;}
 .lifeKDSGCnt .areaUl li{font-size: 24px;font-weight: 600;}
 .lifeKDSGCnt .areaUl li span{width: 21px;height: 21px;}
 .lifeKDSGCnt .areaUl{    height: 170px;}
 .lifeKDSGImg{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
 }
 .lifeKDSGImg img{width: 100%;height: 100%;object-fit: cover;}
 .fostring.KDSGpartBe{
    padding: 250px 0px 200px;
    background: url('./../images/bePart.png') 0 0 no-repeat;
    background-size: cover;
    
}
.fostring.strDctrFost{
    background: url('./../images/doctorTray.png') 0 0 no-repeat;
    background-size: cover;
}
.bnrNeuro.awrdAcc{
    background: url('./../images/dctrAcc.png') 0 0 no-repeat;
    background-size: cover;
}
 .vcncySec{    padding: 120px 0px 150px;}
 .vcncySec .expertSecCnt .head24{margin-bottom: 20px;}
 .gdsgJobs{
        margin-top: 25px;
    padding: 120px 0px 135px;
    position: relative;
 }
 .gdsgJobs::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background-color: #CC3F54;
    z-index: -1;
 }
 .gdsgJobsCnt .head36{color: #FFFFFF;margin-bottom: 25px;}
 .gdsgJobsCnt .para18{font-weight: 500;color: #FFFFFF;}
 .gdsgJobsTabs{padding-left: 60px;}
 .gdsgJobsCnt{padding-right: 50px;}
 .nav-pills .nav-link{
        border: 1px solid #189ED6;
    border-radius: 25px;
    background: #F4F4F4;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    font-family: 'sora';
    padding: 16px 30px;
    line-height: 1.2;
    margin-right: 15px;
    min-width: 130px;
 }
 .nav-pills .nav-link.active{background-color: #242B60;border: 1px solid #242B60;color: #fff;}
 .nav-pills{
    padding-bottom: 35px;
    border-bottom: 6px solid #CECECE;
    margin-bottom: 45px;
 }
 .kdsgJobBox{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 35px;
 }
 .kdsgJobCnt .head24{color: #222222;margin-bottom: 15px;}
 .kdsgJobCatgRow{display: flex;align-items: center;}
 .kdsgJobCatg{margin-right: 60px;}
 .kdsgJobCatg p{
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
 }
 .kdsgJobCatg p span{font-weight: 600;}
 .kdsgJobCatg>span{
        display: flex;
    align-items: center;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
 }
 .kdsgJobCatg>span i{
    font-size: 23px;
    color: #CC3F54;
    margin-right: 13px;
 }
 .kdsgJobBtn .form_btn{    margin-top: 0;}
 .kdsgJobBtn .form_btn .site_btn{border: 0 none;}
 .kdsgJobBtn .form_btn .site_btn span{margin-left: 35px;}
 .kdsgJobBox:last-child{    margin: 0 0;}
.vcncySec .site_btn span{margin-left: 35px;}
.interPatient.strDctrBnr{
    height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
}
.strDctrBnr{    padding: 130px 0px 150px;}
.strDctrBnr .bnrLftCnt .head36{color: #222222;}
.strDctrCnt{
    font-size: 36px;
    color: #CC3F54;
    font-weight: 500;
    width: 32%;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #C7C7C7;
}
.fff{color: #fff !important;}
.ltsAward{padding: 130px 0px 100px;}
.ltsAward .head36{margin-bottom: 60px;}
.ltsAwardImg{
    width: 100%;
    height: 360px;
    background: #A33F3F;
    margin-bottom: 25px;
}
.ltsAwardCnt small{font-size: 16px;    color: #222222;font-weight: 400;}
.ltsAwardCnt .head24{
    color: #222222;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #C7C7C7;
}
.ltsAwardBx{margin-bottom: 45px;}
.AwardsSec{background: #242B60;padding: 90px 0px 120px;}
.AwardsSec .head36{color: #FFFFFF;    margin-bottom: 100px;}
.AwardsSecTop{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    padding: 45px 100px;
}
.AwardsSecTop strong{
    font-size: 72px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    position: relative;
     z-index: 2;
}
.AwardsSecTop .head24{ position: relative; z-index: 2;}
.AwardsSecBtm .para18{font-weight: 500;    color: #FFFFFF;}
.AwardsSecTop strong sup{
    font-size: 29px;
    color: #FFFFFF;
    font-weight: 600;
    top: -1em;
    left: -10px;
}
.leafImg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.leafImg img{width: 100%;height: 100%;object-fit: cover;}
.AwardsSec .col-lg-4:first-child .AwardsSecCnt{padding-right: 100px;}
.AwardsSec .col-lg-4:last-child .AwardsSecCnt{padding-left: 100px;}
.AwardsSec .col-lg-4:nth-child(2) .AwardsSecCnt{padding-left: 50px;padding-right: 50px;}
.ltsAward.evenTs{padding: 130px 0px 200px;}
.awrdDtlSec{padding: 280px 0px 250px;}
.awrdDtlSec .head36{margin-bottom: 5px;}
.awrdDtlSec .para16{color: #222222;}
.awrdDtlImg{
    width: 100%;
    height: 560px;
    background: #222222;
    margin-bottom: 50px;
}
.awrdDtlBx{padding-right: 50px;border-right: 1px solid #C7C7C7;margin-top: 50px;padding-bottom: 100px;}
.moreAwrd{margin-top: 50px;padding-left: 20px;}
.awrdDtlCnt .areaUl{margin-top: 40px;margin-bottom: 40px;}
.awrdDtlCnt .head24{    margin-bottom: 30px;    color: #222222;font-weight: 600;}
.awrdDtlImgRow{
    margin: 50px 0px;
    display: flex;
    justify-content: space-between;
}
.awrdDtlImg1{
    width: 48%;
    background: #A33F3F;
    height: 450px;
}
.awrdDtlBtnGrp{margin-top: 50px;display: flex;}
.awrdDtlBtnGrp button{
        border: 1px solid #707070;
    background: #fff;
    padding: 17px 20px;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    font-family: 'sora';
    border-radius: 40px;
    margin-right: 30px;
    line-height: 1;
    min-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.awrdDtlBtnGrp button i{font-size: 15px;color: #707070;}
.moreAwrd>.head24{
    color: #222222;
    font-weight: 600;
    margin-bottom: 23px;
}
.moreAwrdImg{
    width: 100%;
    height: 360px;
    background: #707070;
    margin-bottom: 23px;
}
.moreAwrdCnt small{
    font-size: 16px;
    color: #222222;
    padding-bottom: 10px;
    margin-bottom: 17px;
    border-bottom: 1px solid #C7C7C7;
    display: block;
}
.moreAwrdCnt .head24{color: #222222;}
.moreAwrdBx{margin-bottom: 50px;}
.para24 {font-size: 24px;    font-weight: 500;}
.strDctrCnt .para24{padding-right: 25%;} 
.mileStone{    padding: 100px 0px 250px;}
.mileStone .ltsAwardCnt .head24{
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 18px;
    border-top: none;
}
.Treated{
    font-size: 16px;
    color: #222222;
    font-weight: 400;
}
.Treated span{font-weight: 600;}
.mileStone .ltsAwardBx{margin-bottom: 80px;}
.awrdDtlSec.mileStnCase{padding: 280px 0px 130px;}
.patientTest{padding: 100px 0px 140px;}
.grayBg{background: #707070;}
.skyBg{background: #189ED6;}
.prplBg{background: #242B60;}
.redBg{background: #CC3F54;}
.patientTestCnt {padding: 50px 45px 70px;margin-bottom: 30px;}
.patientTestCnt .head24{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C7C7C7;
}
.testiDtl{
        margin-top: 30px;
    display: flex;
    width: 100%;
    align-items: center;
}
.testiDtlLft:first-child{
    padding-right: 35px;
    border-right: 1px solid #C7C7C7;
    margin-right: 35px;
}
.testiDtlLft .Treated{color: #FFFFFF;}
.testiDtlLft{
    display: flex;
    align-items: center;
    
}
.testiDtlImg{
    width: 75px;
    height: 75px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 15px;
}
.testiDtlName h5{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
}
.vdoTest{padding-bottom: 280px;}
.explore_section .explore_tabs .nav button{border: 0 none;}
.explore_section .nav-pills{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.rcrdSed{position: relative;padding: 100px 120px 120px;}
.records_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.records_img img{width: 100%;height: 100%;object-fit: cover;}
.recordsCnt{position: relative;z-index: 2;width: 40%;}
.recordsCnt .head36{color: #FFFFFF;font-weight: 600;}
.para22{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 35px;
}
.reservForm{
    padding: 35px 30px 40px;
    width: 440px;
    flex: 0 0 440px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: #FFFFFF66;
}
.head30{
    font-size: 30px;
    color: #CC3F54;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-floating>.form-control,
.form-floating>.form-select{
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 0;
    padding-left: 3px;
}
.form-floating{margin-bottom: 25px;}
.form-floating>label,
.form-floating>.form-select~label{
    padding-left: 0;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    background-color: transparent;
}
.form-control:focus{box-shadow: none;}
.form-floating>.form-control:focus~label{
    color: #222222;
     font-weight: 400;
     background-color: transparent;
}
.form-floating>.form-control:focus~label::after,
.form-floating>.form-select~label::after{
        background-color: transparent;
    border-radius: 0;
}
.reservForm .form_btn .site_btn{padding-left: 60px;}
.reservForm .form_btn .site_btn span{margin-left: 43px;}
.bnrNeuro .reservForm .form_btn{margin-top: 15px;}
.exploreSec{padding: 120px 0px;}
.exploreSecCnt .head36{margin-bottom: 30px;}
.exploreSecCnt .para18{font-weight: 500;color: #242B60;}
.booking{margin-top: 60px;}
.booking .head24{color: #222222;}
.bookingBntGrp{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bookingBnt{
    background: #F4F4F4;
    border-radius: 43px;
    border: 0 none;
    min-width: 360px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 16px 20px;
    margin-bottom: 15px;
}
.bookingBnt img{width: 50px;margin-right: 15px;}
.bookingBnt span{
        font-size: 18px;
    color: #1C1C1C;
    font-weight: 600;
    font-family: 'Sora';
    line-height: 1.2;
}
.bookingBnt span small{
    display: block;
    text-align: start;
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 400;
    font-family: 'Sora';
}
.bookingBnt.whatsCall span{color: #CC3F54;}
.explrUlSec .head24{color: #222222;}
.explrUl{
    margin-top: 20px;
    padding-top: 35px;
    border-top: 1px solid #189ED6;
        max-height: 470px;
    overflow: hidden;
}
.explrUlSec{padding-left: 60px;}
.explrUl li{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 20px;
    color: #242B60;
    font-weight: 500;
}
.explrUl li span{
    height: 25px;
    width: 25px;
    border: 2px solid #189ED6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.explrUlSec .view_btn a{
        border: 1px solid #242B60;
    color: #242B60;
    font-weight: 600;
}
.explrUlSec.view_btn{margin-top: 40px;}
.experSecPod{    padding: 130px 0px 140px;background: #242B60;}
.experSec .head36{color: #FFFFFF;margin-bottom: 50px;}
.expertRow .expertSecCnt .head24,
.expertRow .expertSecCnt .para16 {color: #FFFFFF;}
.experSec{padding-bottom: 140px;}
.podSec .head36{color: #FFFFFF;margin-bottom: 50px;}
.podVdoCnt{
        position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 30px 45px;
}
.podVdeoSec{position: relative;height: calc(100% - 85px);}
.podVdo{height: 100%;}
.podVdo img,
.podVdo video{height: 100%; width: 100%; object-fit: cover;}
.podVdeoMoreBtn{    margin-top: 35px;}
.podVdeoAll{
        font-size: 14px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 16px 46px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'sora';
}
.podVdoBtn button{
    font-size: 16px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 17px;
    padding-left: 25px;
    min-width: 175px;
}
.podVdoBtn{margin-right: 55px;}
.podDesc .para18{color: #fff;font-weight: 500;}
.podVdeoMoreBox{background: #707070;padding: 30px 35px;margin-bottom: 10px;}
.podVdeoMoreBox .head18{color: #FFFFFF;    font-weight: 600;margin-bottom: 5px;}
.podVdeoMoreBox small{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}
.podVdeoMoreBtnGrp{margin-top: 20px;display: flex;align-items: center;}
.watchYTVedo{margin-right: 20px;}
.watchYTVedoBtn{
        background: #fff;
    border-radius: 25px;
    border: 0 none;
    padding: 15px 22px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #CC3F54;
    font-weight: 600;
    font-family: 'sora';
    text-decoration: underline;
    line-height: 1.3;
}
.watchYTVedoBtn img{    margin-left: 15px;}
.watchYTNowBtn{
        background: transparent;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'sora';
    text-decoration: underline;
}
.faclities{    padding: 145px 0px;}
.faclities .head36{margin-bottom: 55px;}
.faclities .expertSecImg{margin-bottom: 25px;}
.faclities .expertSecCnt .head24{border-bottom: 1px solid #707070;}
.patientSecBx .patient_block{margin-bottom: 30px;}
.patientSecBx .head18{padding-bottom: 15px;    border-bottom: 1px solid #C7C7C7;}
.ptientAll .podVdeoAll{border-color: #242B60;color: #242B60;}
.ptientAll{text-align: end;margin-top: 55px;}
.patientSec{padding-bottom: 125px;}
.explrUlSec.show .explrUl{overflow-y: scroll;}
.form-floating>.form-control:not(:placeholder-shown)~label::after{background-color: transparent;}
.cntctBnr{padding: 260px 0px 100px;}
.cntctBnr .booking{margin-top: 0;}
.cntctBnr .exploreSecCnt .head36{margin-bottom: 20px;}
.cntctBnr .whatsBook{margin-right: 20px;}
.richUs{background: #242B60;    padding: 50px 35px;margin-bottom: 60px;}
.richUs .head24{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #189ED632;
}
.richUs address{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Sora';
    margin-bottom: 20px;
}
.richUs ul a{
        font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Sora';
    margin-bottom: 0;
}
.richUsCntct .head18{
    color: #242B60;
    padding-bottom: 17px;
    margin-bottom: 18px;
    border-bottom: 1px solid #189ED632;
}
.richUsCntct .para18{font-weight: 600;}
.richUsCntct ul a{
    color: #222222;
    font-size: 18px;
    font-weight: 400;
}
.richUsCntct ul li:last-child a{color: #CC3F54;}
.richUsCntct{margin-bottom: 30px;}
.cntctMap iframe{width: 100%;height: 600px;}
.cntctMap{margin-bottom: 110px;}
.cntctUsDtl .head30{color: #222222;}
.cntctUsDtl .para18{
    font-weight: 500;
    color: #242B60;
    width: 60%;
}
.cntctUsDtl{
    padding-bottom: 35px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 40px;
}
.cntctUsForm .form-floating>.form-control{font-size: 22px;    color: #707070;}
.cntctUsForm .form-floating>label{font-size: 16px;}
.cntctUsForm .form_btn .site_btn{
    font-weight: 600;
    font-family: 'Sora';
    padding-left: 60px;
    border: 0 none;
}
.cntctUsForm .form_btn .site_btn span{margin-left: 40px;}
.cntctUs{padding-bottom: 250px;}
.header_btn.ms-0 .site_btn span::before{background-color: #fff;}
.header_btn.ms-0 .site_btn span::after{border-top: 2px solid #ffffff;border-right: 2px solid #ffffff;}
.exploreSecCnt1{width: 80%;}
.rsrvBnrCnt{
    width: 100%;
    display: flex;
    justify-content: center;
}
.rsrvBnrCnt form{display: flex;align-items: center;}
.slctRsrv select{
    border-radius: 43px;
    opacity: 1;
    backdrop-filter: blur(30px);
    background: #F4F4F469;
    border: 0 none;
    padding: 20px 35px;
    line-height: 1.4;
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 400;
    font-family: 'Sora';
        min-width: 350px;
}
.slctRsrv{position: relative;margin-right: 25px;}
.slctRsrv::after{
        position: absolute;
    content: '';
    right: 35px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #00000060;
    border-right: 2px solid #00000060;
    width: 11px;
    height: 11px;
}
.rsrvBnrBtn{
    height: 62px;
    width: 62px;
    background: #CC3F54;
    border: 0 none;
    border-radius: 50%;
    padding: 20px;
}
.rsrvBnrBtn img{width: 20px;}
.orthoSec{background: #F4F4F4;padding: 210px 0px 120px;}
.orthoSub{
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 90px;
    display: block;
}
.orhtoHead{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.orhtoBtn{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
}
.orhtoBtn p{
    padding: 16px 25px;
    color: #CC3F54;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Sora';
}
.orhtoBtn .site_btn span{margin-left: 40px;}
.orhtoRow>.head24{color: #222222;margin-bottom: 45px;}
.orhtoRow .btnGrpTeam{justify-content: space-between;}
.orthoSelct{
    border: 1px solid #707070;
    padding: 11px 50px 11px 25px;
    border-radius: 50px;
    transition: 0.3s;
}
.orthoSelct.checked{border-color: #15A668;}
.orthoSelct .form-check-input[type=checkbox]{
    border: 1px solid #707070;
    border-radius: 5px;
    height: 22px;
    width: 22px;
    transition: 0.3s;
}
.orthoSelct.checked .form-check-input[type=checkbox]{background-color: #12A768;border-color: #12A768;}
.orthoSelct .form-check-label{
   margin-left: 30px;
    position: relative;
    top: 2px;
    line-height: 1;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    font-family: 'Sora';
}
.orhtoRow .expertSec{margin-bottom: 90px;}
.regulatorySec{padding: 110px 0px 250px;}
.regRight{padding-left: 60px;}
.regRight .head30{
        color: #222222;
    font-weight: 600;
    margin-bottom: 35px;
}
.regRight .para16{color: #222222;}
.regTp .para16{margin-bottom: 30px;}
.regBxImg{
        width: 100%;
    height: 240px;
    background: #707070;
    margin-bottom: 15px;
}
.regBxCnt .head18{
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
}
.regTp{margin-bottom: 50px;}
.regService{margin-bottom: 65px;}
.regCostBx{
    background: #F4F4F4;
    padding: 50px 25px 40px;
    margin-bottom: 20px;
}
.regCostImg{margin-bottom: 50px;}
.regCostCnt .head18{border-bottom: 1px solid #C4C4C4;padding-bottom: 15px;font-weight: 600;}
.compCost{display: flex;width: 100%;}
.compCost .para16 span{font-weight: 600;}
.regCostCnt .form_btn .site_btn{border: 0 none;}
.regCost{margin-bottom: 100px;}
.table th{background: #707070;color: #FFFFFF;font-size: 18px;font-weight: 600;padding: 15px 30px;}
.table td{background: #F4F4F4;padding: 25px 30px;font-size: 16px;color: #222222;font-weight: 400;border: 1px solid #707070;}
.table tr td:first-child{font-weight: 600;border-left: none;}
.table tr td:last-child{font-weight: 600;border-right: none;}
.medResSec{padding: 90px 0px 120px;}
.medResRght{padding-left: 60px;}
.medResTp span{
    font-size: 18px;
    color: #CC3F54;
    font-weight: 400;
}
.medResTp .head30{color: #222222;font-weight: 600;margin-bottom: 15px;}
.medResTp .para16{color: #222222;}
.medResTp{margin-bottom: 50px;}
.medResponse .head30{font-weight: 600;color: #222222;margin-bottom: 40px;}
.medResponseBx img{margin-bottom: 15px;}
.medResponseBx .head18{font-weight: 600;}
.medResponseBx .para16{color: #222222;}
.medResponse{margin-bottom: 110px;}
.courseOfrd .head30{color: #222222;font-weight: 600;margin-bottom: 45px;}
.courseOfrdBx{
        padding: 30px 30px;
    background: #F4F4F4;
    margin-bottom: 30px;
}
.courseOfrdBx .head24{
        color: #222222;
        padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
}
.courseOfrdBx .para16{color: #222222;}
.courseOfrdBx .view_btn{margin-top: 20px;}
.courseOfrdBx .view_btn a{    border-color: #242B60;color: #242B60;padding: 16px 33px;}
.Publications{padding: 120px 0px 200px;overflow: hidden;}
.Publications .head30{
    color: #222222;
    margin-bottom: 0;
    position: relative;
    top: 50px;
}
.Publications .main_slider_btn{top: -165px;left: 68%;}
.Publications .dctrFtrNewsCrsl{padding-bottom: 0;padding-top: 100px;}
.colbrationTp{padding: 120px 0px;position: relative;}
.colbrationTp::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #242B60;
    z-index: 1;
}
.colbrationTp>.container{position: relative;z-index: 2;}
.colbrationTp .head36{color: #FFFFFF;margin-bottom: 30px;}
.colbrationTp .areaUl{margin-top: 50px;}
.colbrationTp .areaUl li{    font-size: 24px;    font-weight: 600;color: #FFFFFF;}
.colbrationTp .areaUl li span{width: 21px;height: 21px;}
.colBNratinVdeo{margin-top: 50px;position: relative;}
.colBNratinVdeo:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.55;
    z-index: 1;
}
.colBNratinVdeo .podVdoCnt{ 
    z-index: 2;
    align-items: center;
    padding: 30px 15%;
}
.colbrationBtm .head36{margin-bottom: 50px;}
.colBrtBxImg img{width: 100%;}
.colBrtBxImg{margin-bottom: 30px;}
.colBrtBxCnt{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
}
.colBLogo{
    margin-right: 30px;
    width: 230px;
    flex: 0 0 230px;
}
.colBrtBxCnt .head24{color: #222222;}
.colBrtBx{margin-bottom: 100px;}
.colbrationBtm{padding-bottom: 150px;}
.interPatient .bnrNeuroCnt{position: static;}
.interPatient .banner_btm_box{
    position: absolute;
    bottom: 35px;
    left: 8%;
    width: 86%;
}
.healthServs{padding: 120px 0px;position: relative;}
.healthServs:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #F4F4F4;
    z-index: 1;
}
.healthServs>.container{position: relative;z-index: 2;}
.healthServsLft .head36{margin-bottom: 35px;}
.healthServsLft .para18{color: #242B60;font-weight: 500;}
.healthServsRght .areaUl{height: auto;}
.healthServsRght .areaUl li{font-size: 24px;font-weight: 600;align-items: baseline;}
.healthServsRght .areaUl li span{width: 21px;height: 21px;flex: 0 0 21px;top: -5px;position: relative;}
.healthServsRght{    padding-left: 60px;}
.freeCntctUs{background: #CC3F54;padding: 100px 0px 150px;}
.freeCntctUsTp .head36{color: #FFFFFF;margin-bottom: 25px;}
.freeCntctUsTp .para18{color: #FFFFFF;}
.freeCntctUsTp .form_btn .site_btn{color: #CC3F54;border-color: #cc3f54;background: #FFFFFF;}
.freeCntctUsTp .header_btn_bg span{background: #CC3F54;}
.freeCntctUsTp .site_btn span::before{background-color: #fff;}
.freeCntctUsTp .site_btn span:after{border-color: #fff;}
.freeCntctUsMdl{
    margin-top: 60px;
    border-top: 1px solid #FFFFFF25;
    border-bottom: 1px solid #FFFFFF25;
    margin-bottom: 120px;
    display: flex;
    width: 100%;
}
.frCntct{width: 30%;display: flex;padding: 30px 0px;padding-left: 65px;border-left: 1px solid #FFFFFF25;}
.frCntct:first-child{padding-left: 0;border: 0 none;}
.frCntct:last-child{padding-left: 40px;border: 0 none;}
.frCntctIcon{margin-right: 15px;}
.frCntctCnt .head24{font-weight: 600;margin-bottom: 10px;height: 30px;}
.frCntctCnt a{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
}
.freeCntctUsBtm .head36{color: #FFFFFF;margin-bottom: 55px;}
.freeCntctUsBtm .expertSecCnt .head24{color: #FFFFFF;    padding-bottom: 20px;}
.healthServsLft{padding-right: 15%;}
.healthServs .cntctUsForm{padding-left: 60px;}
.counryCode{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.counryCode .form-floating:first-child{width: 25%;position: relative;}
.counryCode .form-floating:first-child::after{
   position: absolute;
    content: '';
    right: -10px;
    top: 10px;
    height: 40px;
    width: 1px;
    background-color: #C9C9C9;
}
.counryCode .form-floating:last-child{width: 70%;}
.healthServs form>.row{margin-bottom: 90px;}
.healthServs form>.row ~ i{
    font-size: 14px;
    color: #707070;
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
}
.counryCode .form-floating:first-child .form-select{background-position: 100% 60%;}
.healthServs~.fostring~section .patient_section{padding-top: 120px;}
.whyAbtKDSG{padding: 135px 0px 90px;}
.whyAbtKDSGCnt .head30{color: #222222;font-weight: 600;margin-bottom: 40px;}
.whyAbtKDSGCnt .para16{color: #222222;}
.whyAbtKDSGCnt>.para16{margin-bottom: 50px;}
.whyAbtKDSGImg{
    width: 100%;
    height: 240px;
    background: #707070;
    margin-bottom: 15px;
}
.whyAbtKDSGBxCnt .head18{
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
}
.whyAbtKDSGBx{margin-bottom: 40px;}
.qltCommSec{
    padding: 100px 0px;
    background: url('./../images/medResearch.png') 0 0 no-repeat;
    background-size: cover;
}
.qltCommCnt .head30{
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
}
.qltCommCnt>.para16{margin-bottom: 40px;}
.qltCommBx{
    opacity: 1;
    backdrop-filter: blur(30px);
    background: #FFFFFF98;
    padding: 25px 40px 50px 30px;
    margin-bottom: 20px;
}
.qltCommTp img{margin-right: 15px;}
.qltCommTp{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 33px;
}
.qltCommTp .head24{color: #222222;}
.qltCommBtm .para16{color: #222222;}
.abtCSR{padding: 130px 0px;}
.abtCSRCnt .head30{
    color: #222222;
    font-weight: 600;
    margin-bottom: 30px;
}
.abtCSRCnt .para16{color: #222222;}
.abtCSRCntImg{
    margin-top: 30px;
    width: 100%;
    height: 500px;
    background: #707070;
    margin-bottom: 80px;
}
.abtCSRCntBtm .head24{color: #222222;font-weight: 600;margin-bottom: 35px;}
.abtCSRCntBtmBxImg{
    width: 100%;
    height: 240px;
    background: #707070;
    margin-bottom: 15px;
}
.abtCSRCntBtmBxCnt .head18{
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
}
.abtphilosphy{background: #242B60;padding: 100px 0px;}
.abtphilosphyCnt .head30{color: #FFFFFF;font-weight: 600;}
.abtphilosphyCnt>.para16{margin-bottom: 30px;}
.abtphilosphyBx{border: 1px solid #AF263A;    padding: 50px 30px 40px;margin-bottom: 20px;}
.abtphilosphyBx img{width: 44px;margin-bottom: 40px;}
.abtphilosphyBx .head24{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff50;
}
.abtAccreditation{padding: 110px 0px 170px;}
.AccreditationCnt .head30{color: #222222;font-weight: 600;margin-bottom: 40px;}
.AccreditationImg{
    height: 500px;
    width: 100%;
    background: #707070;
    margin-bottom: 45px;
}
.AccreditationImg~.para16{margin-bottom: 50px;color: #222222;}
.accrSecBxImg{
    width: 100%;
    height: 240px;
    background: #707070;
    margin-bottom: 15px;
}
.accrSecBxCnt .head18{
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #70707050;
}
.accrSecBxCnt .para16{    color: #222222;}
.accrSecBxCnt .view_btn a{border-color: #CC3F54;font-weight: 600;color: #CC3F54;padding: 16px 35px;}
.abtAwards{background: #CC3F54;padding: 100px 0px 120px;}
.abtAwardsCnt .head30{color: #FFFFFF;font-weight: 600;}
.abtAwardsCnt>.para16{margin-bottom: 50px;}
.abtAwardsCntBx{background: #AA2539;padding: 45px 35px;margin-bottom: 20px;}
.abtAwardsCntBx .AwardsSecTop strong{font-size: 56px;margin-bottom: 10px;line-height: 1;}
.abtAwardsCntBx .AwardsSecTop strong sup{font-size: 22px;}
.abtAwardsCntBx .AwardsSecTop .head24{font-size: 18px;}
.abtAwardsCntBx .AwardsSecTop{padding: 30px 60px;    margin-bottom: 40px;}
.orthoRoom .orhtoHead{margin-bottom: 20px;}
.dprtMentRow{
    display: flex;
    width: 100%;
    border-top: 1px solid #C7C7C7;
}
.dprtMentBox{
        min-width: 200px;
    padding-right: 70px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-right: 1px solid #C7C7C7;
    display: flex;
    align-items: flex-end;
    margin-right: 40px;
}
.dprtMentBox .para16{color: #222222;}
.dprtMentBox .para16 span{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.dprtMentBox:nth-child(3){border: 0 none;}
.dprtMentRow .orhtoBtn{background: transparent;}
.orthoSec.orthoRoom{padding-bottom: 0;}
.addInfoSec{padding: 70px 0px 110px;}
.addInfoSec .healthServs:after{display: none;}
.addInfoSec .head36{    margin-bottom: 60px;}
.addInfoSec .cntctUsForm .form_btn .site_btn{padding-left: 35px;}
.addInfoSec .cntctUsForm .form_btn .site_btn span{margin-left: 65px;}
.addInfoSec .healthServs form>.row{margin-bottom: 70px;}
.dprtChange{
    font-size: 14px;
    color: #189ED6;
    margin-left: 25px;
    font-weight: 600;
    font-family: 'Sora';
}
.vistors{margin-bottom: 45px;}
.visitHour .head18{font-weight: 600;}
.visitHour{margin-bottom: 60px;}
.dosDont{margin-bottom: 60px;}
.regRight .visitGuid .para16{margin-bottom: 20px;}
.medKDSGSec.colbrationTp::after{display: none;}
.medKDSGSec.colbrationTp .head36{    color: #222222;}
.medKDSGSec .para16{color: #222222;}
.medKDSGSec.colbrationTp .areaUl li{color: #222222;}
.medCamp{background: #242B60;padding: 110px 0px 130px;}
.medCamp .head36{color: #FFFFFF;margin-bottom: 55px;}
.medCampImg{margin-bottom: 25px;}
.medCampImg img{width: 100%;}
.medCampBx .head24{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C7C7C750;
    color: #FFFFFF;
}
.medCamp.medIniat{background: #fff;padding: 140px 0px 120px;}
.medCamp.medIniat .head36{color: #222222;}
.medIniat.medIniat .head24{color: #222222;}
.medIniat.medIniat .para16{color: #222222;}
.medIniat~.patientSec .head36{margin-bottom: 55px;}
.infraSec .banner_slide{position: relative;}
.infraSec .banner_slide .bnrLftCnt{
    position: absolute;
    top: 65%;
}
.infraSec .bnrLftCnt .head36{color: #FFFFFF;}
.lobbySec{padding: 140px 0px 200px;}
.lobbySecCnt{margin-bottom: 25px;}
.lobbySecCnt .head24{color: #222222;padding-top: 17px;border-top: 1px solid #C7C7C7;}
.lobbySecImg img{width: 100%;}
.lobbySecBx{margin-bottom: 60px;}
.careerBnr.bnrNeuro.aboutBnr{
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.header_sidebar ul li{text-align: start ;}
.header_sidebar ul li ul{padding-left: 20px;}
.header_sidebar ul li a.active{color: #CC3F54;}



@media(min-width:1600px){
    .container{    max-width: 1640px;}
    .container.container1{max-width: 1820px;}
}
@media(max-width:1600px){
    .orthoSec{padding: 180px 0px 120px;}
    .whyAbtKDSG{padding: 120px 0px 90px;}
    .qltCommTp{margin-bottom: 30px;}
    .abtCSR{padding: 120px 0px;}
    .abtphilosphyBx{padding: 40px 20px 30px;}
    .abtphilosphyBx img{width: 40px;margin-bottom: 35px;}
    .abtAwardsCntBx .AwardsSecTop strong{font-size: 44px;}
    .abtAwardsCntBx .AwardsSecTop strong sup{font-size: 18px;}
    .abtAwardsCntBx .AwardsSecTop .head24{font-size: 14px;}
    .abtAwardsCntBx .AwardsSecTop{padding: 20px 40px;margin-bottom: 20px;}
    .abtAwardsCntBx{padding: 30px 35px;}
    .abtAwardsCntBx .AwardsSecTop{padding: 20px 20px;}
    .abtAwardsCntBx{padding: 20px 30px;}
    .abtAwardsCntBx .AwardsSecTop{margin-bottom: 10px;}
    .interPatient .banner_btm_box{bottom: 35px;left: 6%;width: 88%;}
    .healthServsRght .areaUl li{font-size: 20px;}
    .healthServsRght .areaUl li span{
            width: 19px;
    height: 19px;
    flex: 0 0 19px;
    }
    .counryCode .form-floating:first-child .form-select{background-position: 100% 60%;}
    .healthServs form>.row{    margin-bottom: 70px;}
    .healthServs form>.row ~ i{font-size: 12px;}
    .healthServs .cntctUsForm .form_btn .site_btn{padding-left: 30px;}
    .healthServs .cntctUsForm .form_btn .site_btn span{margin-left: 20px;}
    .frCntctIcon img{width: 24px;}
    .frCntctCnt .head24{    height: 20px;}
    .frCntctCnt a{font-size: 16px;}
    .freeCntctUsMdl{margin-bottom: 100px;}
    .colbrationTp{padding: 100px 0px;}
    .colbrationTp .areaUl li{font-size: 20px;}
    .podVdoBtn button{font-size: 14px;padding: 15px 17px;}
    .colBNratinVdeo .podVdoCnt{padding: 30px 10%;}
    .colBLogo{width: 200px;flex: 0 0 200px;}
    .colBrtBx{margin-bottom: 80px;}
    .colbrationBtm{padding-bottom: 100px;}
    .Publications .main_slider_btn{top: -155px;left: 63%;}
    .head30{font-size: 28px;}
    .regRight .head30{margin-bottom: 30px;}
    .table th{font-size: 16px;}
    .table td{padding: 20px 30px;}
    .orhtoBtn p{padding: 10px 20px;    font-size: 12px;}
    .orthoSelct{padding: 10px 40px 10px 20px;}
    .orthoSelct .form-check-input[type=checkbox]{    height: 20px;width: 20px;border-radius: 4px;}
    .orthoSelct .form-check-label{margin-left: 25px;font-size: 12px;}
    .cntctBnr .bookingBnt{min-width: 280px;}
    .richUsCntct ul a{font-size: 14px;}
    .cntctMap{margin-bottom: 100px;}
    .cntctUs{padding-bottom: 200px;}
    .richUs address{font-size: 16px;}
    .richUs ul a{font-size: 16px;}
    .cntctBnr{    padding: 230px 0px 80px;}
    .reservForm {padding: 30px 30px 35px;}
    .exploreSecCnt .head36{margin-bottom: 20px;}
    .booking{margin-top: 50px;}
    .bookingBntGrp{margin-top: 20px;}
    .bookingBnt{padding: 14px 20px;}
    .bookingBnt span{font-size: 16px;}
    .bookingBnt img{width: 40px;}
    .bookingBnt{min-width: 320px;}
    .explrUl li{font-size: 18px;}
    .explrUl{max-height: 467px;}
    .explrUl li span{height: 20px;    width: 20px;padding: 3px;}
    .explrUlSec{padding-left: 40px;}
    .leafImg img{object-fit: contain;}
    .AwardsSecTop{padding: 20px 80px;margin-bottom: 30px;}
    .AwardsSec .col-lg-4:first-child .AwardsSecCnt{padding-right: 70px;}
    .AwardsSec .col-lg-4:nth-child(2) .AwardsSecCnt{padding-left: 35px;padding-right: 35px;}
    .AwardsSec .col-lg-4:last-child .AwardsSecCnt{padding-left: 70px;}
    .AwardsSecTop strong{font-size: 60px;margin-bottom: 10px;}
    .AwardsSecTop .head24{font-size: 18px;}
    .AwardsSecTop strong sup{font-size: 24px;}
    .recordsCnt{width: 45%;}
    .para22{font-size: 20px;}
    .strDctrCnt .para24{padding-right: 10%;}
    .testiDtlImg{width: 60px;height: 60px;margin-right: 10px;flex: 0 0 60px;}
    .Treated{    font-size: 14px;}
    .patientTest{padding: 100px 0px 120px;}
    .vdoTest{padding-bottom: 200px;}
    .testiDtlLft:first-child{    padding-right: 25px;    margin-right: 25px;}
    .testiDtlName h5{font-size: 16px;}
    .awrdDtlSec{padding: 230px 0px 200px;}
    .awrdDtlBx{padding-right: 40px;margin-top: 40px;}
    .moreAwrd{margin-top: 40px;padding-left: 10px;}
    .ltsAwardImg{height: 300px;margin-bottom: 20px;}
    .strDctrBnr{padding: 100px 0px 120px;}
    .strDctrCnt{width: 35%;font-size: 30px;}
    .careerBnr{padding: 40px 0px 100px;}
    .vcncySec .site_btn span{margin-left: 20px;}
    .vcncySec{padding: 100px 0px 120px;}
    .gdsgJobs{margin-top: 0;    padding: 100px 0px 120px;}
    .gdsgJobsCnt{padding-right: 35px;}
    .gdsgJobsTabs{padding-left: 40px;}
    .nav-pills .nav-link{font-size: 12px;padding: 14px 25px;margin-right: 15px;min-width: 100px;}
    .nav-pills{
        padding-bottom: 30px;
    border-bottom: 4px solid #CECECE;
    margin-bottom: 40px;
    }
    .kdsgJobCnt .head24{margin-bottom: 10px;}
    .kdsgJobCatg p{font-size: 14px;margin-bottom: 10px;}
    .kdsgJobCatg>span{    font-size: 14px;}
    .kdsgJobCatg>span i{font-size: 20px;margin-right: 10px;}
    .kdsgJobBtn .form_btn .site_btn span{margin-left: 25px;}
    .lifeKDSG{padding: 100px 0px;}
    .lifeKDSGCnt .head36{margin-bottom: 30px;}
    .lifeKDSGCnt .para18{margin-bottom: 30px;}
    .lifeKDSGCnt .areaUl li{font-size: 20px;margin-right: 20px;}
    .lifeKDSGCnt .areaUl li span{width: 19px;height: 19px;}
    .fostring.KDSGpartBe{padding: 200px 0px 150px;}
    .vcncySec .expertSecCnt .head24{margin-bottom: 15px;}
    .site_btn span:after{width: 12px;height: 12px;}
    .site_btn span::before{left: 44%;top: 34%;width: 14px;}
    .whatsUp{height: 40px;    width: 40px;margin-right: 15px;}
    .dctrDtl1 .head36{margin-bottom: 10px;}
    .whatsUp i{font-size: 24px;}
    .share{height: 40px;width: 40px;}
    .share i{font-size: 16px;}
    .clear{font-size: 16px;}
    .findDoctorTp{
        padding-bottom: 50px;
    border-bottom: 4px solid #CECECE;
    margin-bottom: 50px;
    }
    .rghtDctrDtl .head24{    margin-bottom: 20px;}
    .areaUl li{font-size: 16px;margin-bottom: 15px;}
    .areaUl li span{width: 16px;height: 16px;margin-right: 10px;}
    .areaUl li span i{font-size: 8px;}
    .areaUl{    height: 160px;}
    .dctrQuliBx h5{font-size: 16px;}
    .areaPlc{font-size: 16px;}
    .dctrQuliBx{
        border-left: 4px solid #189ED6;
    padding-left: 10px;
    margin-right: 30px;
    }
    .rghtDctrDtl>div.dctrQuli{margin-bottom: 50px;}
    .langDctr .areaUl{height: 120px;}
    .dctrTalksRght{padding-left: 40px;}
    .dctrTalksRght small{font-size: 12px;margin-bottom: 10px;}
    .dctrTalksRght p{font-size: 16px;height: 50px;}
    .dctrTalksrow:hover .dctrTalksLft{width: 40%;}
    .dctrTalksrow:hover .dctrTalksRght{width: 60%;}
    .newsEventslftCnt small span{font-size: 10px;}
    .newsEventslftCnt small{margin-bottom: 15px;}
    .dctrFtrNewsCrsl{padding-bottom: 100px;}
    .dctrFtrNewsCrsl .patient_btn_prev{top: 100px;}
    .dctrFtrNewsCrsl .patient_btn_next{right: 80%;top: 100px;}
    .dctrFtrNewsCrsl .main_slider_btn .patient_pagination{top: 65px !important;}
    .dctrDtlAccrd{padding-bottom: 140px;}
    .dctrDtl1{padding: 250px 0px 0px;}
    .viewMoreDiv{margin-top: 50px;}
    .viewMoreBtn{padding: 12px 40px;font-size: 12px;}
    .findDoctor{padding: 200px 0px 150px;}
    .doctorFoundImg{    height: calc(100% + 30px);}
    .doctorFoundBox{padding-bottom: 60px;margin-bottom: 30px;}
    .doctorFoundDtl1{    margin-top: 20px;}
    .doctorFoundDtl1 .para16{margin-bottom: 5px;}
    .doctorFoundDtl2{margin-top: 20px;}
    .doctorFoundDtlLft{margin-right: 30px;}
    .doctorFoundDtlBtn{margin-top: 20px;}
    .doctorFoundDtlBtn .form_btn .site_btn.vwPrfl{padding: 11px 40px;}
    .doctorFound .doctorFoundCnt .head24{margin-bottom: 5px;}
    .searchDoctorSec{padding-left: 40px;}
    .doctorFoundCnt{padding-left: 10px;}
    .searchDoctorSec .form_group{margin-bottom: 50px;}
    .doctorFound .head24{margin-bottom: 20px;}
    .findDoctorFilterTp{margin-bottom: 40px;}
    .findDoctorFilter .accordion-item .accordion-button{font-size: 16px;}
    .findDoctorFilter .accordion-body{font-size: 12px;}
    .accordion-button::after{background-size: 15px;}
    .searchDoctorSec .input_sec{padding: 20px 30px;font-size: 16px;padding-left: 70px;}
    .searchDoctorSec .input_sec::placeholder{font-size: 16px;}
    .searchDoctorSec .form_group i{left: 30px;}
    .expertSecImg{height: 300px;margin-bottom: 30px;}
    .viewProfile{font-size: 12px;}
    .mediNeuroUl li{font-size: 16px;}
    .mediNeuroUl li i{font-size: 20px;margin-right: 10px;}
    .ourTreatmentCntRght{height: 660px;}
    .ourTreatment{padding: 140px 0px 160px;height: 800px;}
    .teamExpertCrsl .patient_btn_prev{left: 84%;}
    .teamExpertCrsl .main_slider_btn .patient_pagination{padding-right: 50px;}
    .para16{font-size: 14px;}
    .bnrRghtCnt .banner_btm_box{padding: 15px 30px;}
    .bnrNeuroBtm .view_btn a{padding: 12px 30px;}
    .benchMark_slider .view_btn a{padding: 12px 30px;}
    .exiCrsCnt .view_btn a{padding: 10px 15px;}
   .container{max-width: 1250px;}
   .logo_sec img{max-width: 120px;}
   .logo2_sec{margin-right: 30px;}
   .logo2_sec img{max-width: 200px;}
   .emergency_sec{margin-right: 30px;}
   .emergency_sec span{width: 30px;height: 30px;flex: 0 0 30px;}
   .emergency_cont p a{font-size: 12px;}
   .emergency_cont p{font-size: 10px;}
   .whatsapp_sec{margin-right: 30px;}
   .whatsapp_sec span img{max-width: 30px;}
   .emergency_sec span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   }
   .site_btn{font-size: 12px;padding: 3px 4px 3px 15px;}
   .site_btn span{width: 30px;height: 30px;margin-left: 10px;}
   .site_btn span img{max-width: 10px;}
   .header_btn{margin-left: 10px;}
   .header-area .row.ht_row .col-md-3{width: 20%;}
   .header-area .row.ht_row .col-md-9{width: 80%;}
   .header-area .main-nav .nav li.menu-item-has-children{margin-right: 40px;}
   .header-area .main-nav .nav li.menu-item-has-children img{width: 10px;right: -15px;}
   .header-area .main-nav .nav li a{font-size: 14px;padding: 15px 0;}
   .slider_btn{width: 40px;height: 40px;}
   .slider_btn img{max-width: 14px;}
   .banner_btm_box li{width: calc(100% / 6);padding: 20px 25px;}
   .banner_btm_box li span img{margin-right: 10px;}
   .bb_text p{    font-size: 12px;}
   .banner_btm_box li span img{max-width: max-content;margin-right: 10px;height: 30px;}
   .appoint_section{padding-top: 120px;}
   .heading_sec h5{font-size: 20px;}
   .appoint_block h5{padding-bottom: 15px;margin-bottom: 40px;}
   .form_group{margin-bottom: 20px;}
   .input_sec{font-size: 12px;}
   .form_group i{font-size: 22px;left: 10px;}
   .input_sec{font-size: 12px;padding: 14px 14px 14px 40px;}
   .form_btn{margin-top: 30px;}
   .form_btn .site_btn{font-size: 12px;}
   .appoint_block ul li{margin-bottom: 10px;}
   .appoint_block li p{font-size: 16px;}
   .appoint_block li img{    max-width: 20px;}
   .view_btn a{    font-size: 12px;padding: 12px 35px;}
   .heading_sec h3{font-size: 30px;margin-bottom: 30px;}
   .switches_block label{font-size: 12px;}
   .switch div{font-size: 12px;}
   .switches_block{width: 12rem;line-height: 2rem;}
   .heading_sec p{font-size: 14px;margin-top: 30px;}
   .explore_tabs h6{font-size: 14px;margin-bottom: 15px;}
   .explore_tabs .nav button{font-size: 12px;padding: 0 0 6px;}
   .bodypart_listing{padding: 10px 0 10px;min-width: 200px;left: 13%;}
   .bodypart_listing .heading_sec h5{font-size: 18px;padding-bottom: 5px;margin: 0 15px 5px;}
   .bodypart_listing li a{font-size: 12px;padding: 8px 15px;}
   .bodypart_listing li a span{margin-left: 30px;}
   .bodypart_listing li a img{    max-width: 18px;}
   .reception_slider_btn h6{font-size: 16px;padding-top: 40px;}
   .invest_pagination span{font-size: 24px;}
   .heading_sec h2{    font-size: 36px;margin-bottom: 20px;}
   .reception_btn .site_btn{font-size: 12px;}
   .reception_btn .site_btn span{margin-left: 40px;width: 30px;height: 30px;}
   .ethos_text .view_btn{margin-top: 20px;}
   .ethos_text .view_btn a{    padding: 12px 25px;}
   .patient_block i{font-size: 60px;}
   .patient_block.blue_bg{padding: 30px 40px;}
   .patient_row{margin-top: 30px;}
   .patient_row > span img{width: 70px !important;height: 70px;}
   .doctor_name h6{font-size: 14px;}
   .doctor_name h6 span{font-size: 12px;}
   .exilence{padding: 100px 0px 60px;}
   .head36{font-size: 30px;}
   .para18{font-size: 14px;}
   .exiLftCnt .view_btn{margin-top: 30px;}
   .exiCrsImg{
        height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
   }
   .head24{font-size: 20px;}
   .view_btn{    margin-top: 25px;}
   .exiCrsImg img{height: 40px;}
   .exiCrsBox{padding: 30px 10px 40px;margin-bottom: 30px;    min-height: 300px;}
   .exiCrsCnt .head24{font-size: 18px;}
   .benchMark{padding: 100px 0px 70px;margin-bottom: 80px;}
   .benchMark_slider .patient_btn_prev{left: 42%;} 
   .benchMark_slider .patient_btn_next{right: 42%;}
   .benchMarkBox{padding: 50px 20px;}
   .fostring{padding: 100px 0px 150px;}
   .head44{font-size: 36px;}
   .para20{font-size: 16px;font-weight: 500;}
   .fostringBtnGrp{margin-top: 40px;}
   .blogNews{padding: 100px 0 160px;}
   img{max-width: 100%;}
   .newsEventslftImg{margin-bottom: 30px;}
   .blogNews small{margin-bottom: 15px;}
   .blogNews small span{font-size: 10px;padding: 3px 5px;}
   .blogNews small p{font-size: 10px;}
   .newsEventslftCnt .view_btn a{padding: 12px 25px;}
   .newsEventsRght{padding-left: 0;    padding-right: 0;}
   .newsEventsRghtBox{margin-bottom: 20px;}
   .newsEventsRghtBoxCnt{padding-left: 15px;}
   .blogNews .newsEventsRghtBoxCnt small{margin-bottom: 10px;}
   .head18{font-size: 14px;margin-bottom: 10px;}
   .simpleReadMore{font-size: 12px;}
   .blogNews:after{width: 34%;}
   .ftrTopLogo{padding: 10px 40px 15px 10px;margin-right: 20px;}
   .ftrTopLogo span{margin-right: 15px;font-size: 10px;}
   .ftrTopLogo img{width: 200px;}
   .ftrUl li{margin-right: 60px;}
   .ftrUl li span{font-size: 12px;}
   .ftrUl li a{font-size: 20px;}
   .ftrSec .ftrUl li a{font-size: 12px;}
   .ftrSec address{font-size: 12px;margin-bottom: 20px;}
   .cntctFtr{margin-bottom: 30px;}
   .cntctFtr a{font-size: 12px;}
   .ftrSocial li img{margin-right: 10px;height: 12px;}
   .ftrSocial li a{font-size: 12px;}
   .ftrSec{padding-left: 25px;padding-top: 30px;}
   .ftrBtm{    padding-bottom: 30px;}
   .ftrCopyRghtCnt{padding: 15px 0px;}
   .ftrCopyRghtCnt p{font-size: 12px;}
   .copyRghtUl a{font-size: 12px;}
   .sticky_menu .logo_sec img{max-width: 100px;}
   .header-area.fixed_header .main-nav .nav li.menu-item-has-children{margin-right: 35px;margin-left: 0;}
   .header-area.fixed_header .main-nav .nav li a{font-size: 14px;}
   .header_sidebar li a{font-size: 14px;}

}
@media(max-width:1280px){
    .AwardsSec .col-lg-4:first-child .AwardsSecCnt{        padding-right: 0;}
    .AwardsSec .col-lg-4:nth-child(2) .AwardsSecCnt{padding-left: 0;padding-right: 0;}
    .AwardsSec .col-lg-4:last-child .AwardsSecCnt{padding-left: 0;}
    .AwardsSecTop{padding: 20px 60px;}
    .dctrDtl1{padding: 200px 0px 0px;}
    .dctrDtl1 .doctorFoundCnt{margin-left: 20px;}
    .areaUl li{font-size: 12px;}
    .para16{font-size: 12px;}
    .areaPlc{font-size: 14px;}
    .dctrTalksRght small{font-size: 10px;}
    .dctrTalksRght p{font-size: 12px;}
    .dctrFtrNewsCrsl .main_slider_btn .patient_pagination{width: 180px;}
    .dctrFtrNewsCrsl .patient_btn_next{right: 77%;}
    .doctorFoundDtlBtn .form_btn .site_btn.vwPrfl{padding: 8px 30px;}
    .container{max-width: 960px;}
    .teamExpert{padding: 100px 0px;}
    .teamExpertCnt{padding-top: 10px;}
    .teamExpertCrsl .patient_btn_prev{left: 79%;}
    .ourTreatment~section .patient_section{padding: 120px 0px 0px;}
    .ht_row{padding: 10px 15px;}
    .logo_sec img{max-width: 90px;}
    .header-area .row.ht_row .col-md-9{width: 90%;}
    .header-area .row.ht_row .col-md-3{width: 10%;}
    .main_menu_sec{padding-right: 20px;}
    .norm_menu{margin-right: 15px;}
    .header-area .main-nav .nav li.menu-item-has-children{margin-right: 30px;}
    .menu_icon_sec{margin-left: 0;}
    .header-area .main-nav .nav li a{        font-size: 11px;}
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li a{font-size: 12px;}
    .heading_sec h3{font-size: 24px;margin-bottom: 20px;}
    .explore_col:first-child{width: 37%;}
    .explore_col:last-child{width: 63%;}
    .heading_sec p{max-width: 100%;margin-top: 20px;}
    .ethos_block .heading_sec h5{font-size: 16px;}
    .ethos_text .view_btn{margin-top: 10px;}
    .ethos_text .view_btn a{padding: 10px 20px;font-size: 10px;}
    .ethos_text1{top: 10%;    left: 10%;}
    .ethos_text2{left: 3%;}
    .ethos_text3{left: 10%;}
    .ethos_text4{right: 10%;}
    .ethos_text5{right: 2%;}
    .ethos_text6{bottom: -10%;right: 10%;}
    .patient_block .heading_sec h5{font-size: 18px;line-height: 1.3;}
    .patient_block > img{    height: 100%;}
    .patient_block{ height: 400px;margin-bottom: 20px;}
    .patient_btn_prev{left: 40%;}
    .patient_btn_next{right: 40%;}
    .patient_section{    padding-bottom: 0;}
    .head36{font-size: 24px;}
    .exiLftCnt{padding-right: 50px;}
    .exiCrsl_slider .patient_btn_prev{left: 33%;}
    .exiCrsl_slider .patient_btn_next{right: 33%;}
    .benchMark_slider .patient_btn_prev{left: 40%;}
    .benchMark_slider .patient_btn_next{right: 40%;}
    .head44{font-size: 24px;}
    .para20{font-size: 14px;}
    .fostringBtnGrp{margin-top: 30px;}
    .fostring{padding: 60px 0px 100px;}
    .newsEventslftImg{margin-bottom: 20px;}
    .blogNews small{margin-bottom: 10px;}
    .blogNews small span{font-size: 8px;}
    .blogNews small p{font-size: 8px;}
    .head24{font-size: 16px;}
    .view_btn{margin-top: 20px;}
    .newsEventslftCnt .view_btn a{        padding: 10px 20px;}
    .view_btn a{font-size: 10px;}
    .head18{font-size: 12px;}
    .simpleReadMore{font-size: 10px;}
    .ftrTopLogo span{        margin-right: 10px;font-size: 8px;}
    .ftrTopLogo img{        width: 150px;}
    .ftrUl li{        margin-right: 40px;}
    .ftrUl li span{font-size: 10px;}
    .ftrUl li a{font-size: 16px;}
    .ftrSec{padding-left: 20px;}
    .ftrSec .ftrUl li a{font-size: 10px;}
    .ftrSec address{font-size: 10px;margin-bottom: 15px;}
    .cntctFtr{margin-bottom: 20px;line-height: 1.2;}
    .ftrSocial li img{height: 10px;}
    .ftrSocial li a{font-size: 10px;}
    .ftrCopyRghtCnt{padding: 10px 0px;}
    .ftrCopyRghtCnt p{font-size: 10px;}
    .copyRghtUl a{font-size: 10px;}
    .header-area.fixed_header .sticky_menu .logo_sec img{        max-width: 70px;}
    .header-area.fixed_header .sticky_menu .menu_icon_sec{margin-left: 20px;}
    .header-area.fixed_header .main-nav .nav li.menu-item-has-children img{ width: 8px;right: -10px;}
    .header-area.fixed_header .main-nav .nav li a{font-size: 10px;}
    .header-area.fixed_header .main-nav .nav li.menu-item-has-children{margin-right: 20px;}
    .cntctFtr a{font-size: 10px;}
    .bodypart_listing .heading_sec h5{font-size: 16px;margin: 0 10px 5px;}
    .bodypart_listing li a{font-size: 10px;padding: 5px 10px;}
    .bodypart_listing{        min-width: 180px;left: 4%;}
    .reception_outer{left: 30%;}
    .explore_main > img{padding: 0 0;max-width: 90%;}
    .body_point{left: 35%;}
    .logo2_sec img{max-width: 150px;}
    .logo2_sec{margin-right: 20px;}
    .emergency_sec{margin-right: 20px;}
    .emergency_sec span{
                width: 25px;
        height: 25px;
        flex: 0 0 25px;
    }
    .emergency_cont p{font-size: 8px;}
    .emergency_cont p a{font-size: 10px;}
    .whatsapp_sec{margin-right: 20px;}
    .whatsapp_sec span img{        max-width: 25px;}
    .site_btn{font-size: 10px;padding: 3px 4px 3px 10px;}
    .site_btn span{
                width: 25px;
        height: 25px;
        margin-left: 10px;
    }
}
@media(max-width:991px){
    .norm_menu{    overflow-y: scroll;}
    .header-area .main-nav .nav{flex-wrap: nowrap;flex: 0 0 125%;}
    /* .header-area .main-nav>.nav>li:last-child{display: none;}
    .header-area .main-nav>.nav>li:nth-child(6){display: none;} */
    .lobbySec{padding: 100px 0px 100px;}
    .medKDSGSec .colBNratinVdeo{margin-top: 0;}
    .medCamp{padding: 100px 0px 100px;}
    .medCampBx{margin-bottom: 30px;}
    .medCamp.medIniat{padding: 100px 0px 100px;}
    .dprtMentBox .para16 span{font-size: 16px;}
    .dprtMentRow{flex-wrap: wrap;}
    .whyAbtKDSG{padding: 100px 0px 90px;}
    .abtCSR{padding: 100px 0px;}
    .abtCSRCntImg{margin-bottom: 50px;}
    .abtAccreditation{padding: 100px 0px 150px;}
    .healthServs~.fostring~section .patient_section{padding-top: 80px;}
    .healthServs~.blogNews{padding: 100px 0 120px;padding-top: 0;}
    .interPatient .banner_btm_box{bottom: 35px;}
    .healthServsRght{padding-left: 0;margin-top: 35px;}
    .healthServs{padding: 80px 0px;}
    .healthServs:after{height: 18%;width: 100%;}
    .freeCntctUs{padding: 80px 0px 100px;}
    .freeCntctUsMdl{margin-bottom: 80px;margin-top: 50px;flex-wrap: wrap;}
    .frCntct{
        border-left: none;
    border-top: 1px solid #FFFFFF25;
    border-bottom: 1px solid #FFFFFF25;
    }
    .frCntct{width: 100%;padding-left: 0;}
    .frCntct:last-child{padding-left: 0;}
    .frCntctCnt .head24{height: auto;}
    .frCntctIcon img{width: 20px;}
    .expertSecImg img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .freeCntctUsBtm .head36{margin-bottom: 40px;}
    .healthServs .cntctUsForm{padding-left: 0;margin-top: 30px;}
    .healthServs~.healthServs:after{height: 24%;}
    .healthServs form>.row{margin-bottom: 50px;}
    .healthServsRght .areaUl li{font-size: 18px;}
    .healthServsLft .head36{margin-bottom: 25px;}
    .colbrationTp{        padding: 80px 0px;}
    .colbrationTp .areaUl li{font-size: 18px;}
    .colbrationTp .areaUl{margin-top: 40px;}
    .colBNratinVdeo{margin-top: 40px;}
    .colBNratinVdeo .podVdoCnt{padding: 30px 5%;}
    .colbrationBtm .head36{    margin-bottom: 40px;}
    .colBLogo{width: 175px;flex: 0 0 175px;}
    .colBrtBx{margin-bottom: 60px;}
    .medResSec{padding: 60px 0px 80px;}
    .Publications .head30{    top: 40px;}
    .Publications{padding: 80px 0px 120px;}
    .medResRght{margin-top: 40px;padding-left: 0;}
    .medResponse{margin-bottom: 80px;}
    .regulatorySec{padding: 60px 0px 100px;}
    .regRight{padding-left: 0;margin-top: 50px;}
    .regCostBx{padding: 40px 20px 30px;}
    .table td{padding: 15px 20px;font-size: 14px;}
    .table th{padding: 15px 20px;}
    .orthoSub{margin-bottom: 60px;}
    .orhtoHead{margin-bottom: 60px;}
    .orhtoHead .head36{width: 50%;}
    .orhtoRow>.head24{margin-bottom: 30px;}
    .orhtoRow .expertSec{margin-bottom: 60px;}
    .slctRsrv select{padding: 18px 30px;font-size: 14px;min-width: 280px;}
    .rsrvBnrBtn{    width: 55px;height: 55px;padding: 15px;}
    .rsrvBnrBtn img{width: 15px;}
    .cntctMap iframe{height: 500px;}
    .exploreSecCnt1{margin-bottom: 30px;}
    .head30{font-size: 24px;margin-bottom: 10px;}
    .exploreSec{padding: 80px 0px;}
    .exploreSecCnt .head36{margin-bottom: 10px;}
    .booking{margin-top: 40px;}
    .bookingBnt{padding: 12px 15px;margin-right: 10px;        min-width: 300px;}
    .bookingBnt span small{    font-size: 12px;}
    .explrUlSec{padding-left: 0;margin-bottom: 30px;}
    .explrUl{margin-top: 15px;padding-top: 20px;max-height: 395px;}
    .experSecPod{padding: 100px 0px 120px;}
    .expertSecImg{margin-bottom: 20px;}
    .expertSec{margin-bottom: 30px;}
    .btnGrpTeam{margin-top: 20px;}
    .experSec{padding-bottom: 100px;}
    .podVdoBtn button{font-size: 14px;padding: 15px 15px;padding-left: 20px;min-width: 150px;}
    .podVdoBtn button img{width: 20px;}
    .watchYTVedoBtn{font-size: 12px;}
    .watchYTNowBtn{font-size: 12px;}
    .podVdeoAll{font-size: 12px;}
    .faclities .expertSecImg{margin-bottom: 20px;overflow: hidden;}
    .faclities .expertSecImg img{width: 100%;}
    .faclities{    padding: 100px 0px;}
    .patientSecBx .patient_block{margin-bottom: 20px;}
    .patientSecBx{margin-bottom: 30px;}
    .ptientAll{margin-top: 30px;}
    .explrUl li{font-size: 16px;}
    .bookingBnt span{font-size: 14px;}
    .bookingBnt img{width: 35px;}
    .AwardsSec .head36{margin-bottom: 60px;}
    .AwardsSecTop{padding: 20px 38%;        margin-bottom: 20px;}
    .AwardsSecCnt{margin-bottom: 40px;}
    .recordsCnt{width: 75%;}
    .para24{font-size: 18px;}
    .para22{font-size: 18px;margin-bottom: 25px;}
    .rcrdSed{padding: 40px 40px 40px;}
    .mileStone .ltsAwardBx{margin-bottom: 60px;}
    .mileStone{padding: 100px 0px 100px;}
    .awrdDtlBx{padding-right: 0;border-bottom: 1px solid #C7C7C7;border-right: none;padding-bottom: 60px !important;}
    .strDctrBnr{padding: 50px 0px 80px;}
    .strDctrCnt{font-size: 24px;padding-top: 20px;width: 50%;}
    .strDctrBnr{padding: 0px 0px 0px;}
    .strDctrCnt{font-size: 18px;width: 80%;}
    .careerBnr{        padding: 0 0px 50px;}
    .bnrNeuroBtm .head36{margin-bottom: 20px;}
    .lifeKDSGImg{position: relative;height: auto;width: 100%;}
    .lifeKDSGCnt .areaUl li{font-size: 16px;        margin-right: 20px;}
    .fostring.KDSGpartBe{padding: 100px 0px 100px;}
    .vcncySec .expertSec{margin-bottom: 30px;}
    .vcncySec{padding: 100px 0px 100px;}
    .gdsgJobs::after{width: 100%;height: 20%;}
    .gdsgJobsTabs{padding-left: 0;margin-top: 40px;}
    .gdsgJobsCnt .head36{margin-bottom: 20px;}
    .lifeKDSGCnt .areaUl{height: auto;}
    .reception_btn .site_btn span{width: 25px;height: 25px;}
    .site_btn span:after{width: 10px;height: 10px;}
    .site_btn span::before{left: 46%;top: 34%;width: 11px;}
    .dctrDtl1 .doctorFoundImg{height: 400px;}
    .dctrDtl1 .doctorFoundCnt{padding-top: 20px;padding-bottom: 50px;border-bottom: 4px solid #CECECE;margin-left: 0;}
    .rghtDctrDtl{margin-left: 0;    margin-top: 30px;}
    .bnrLftCnt .form_btn .site_btn.reqCall{padding-left: 30px;}
    .searchDoctorSec{padding-left: 0;margin-top: 40px;}
    .doctorFoundImg{height: 300px;margin-bottom: 20px;}
    .doctorFoundBox{padding-bottom: 40px;}
    .viewMoreBtn{padding: 10px 30px;}
    .container{        max-width: 720px;}
    .bnrNeuroBtm{padding: 50px 0px;}
    .teamExpertCrsl .patient_btn_prev{left: 72%;}
    .ourTreatment{padding: 100px 0px 140px;height: 700px;}
    .scrollSpy{margin-top: 50px;}
    .simpleListExample{padding-right: 50px;}
    .simpleListExample a{font-size: 14px;}
    .ourTreatmentCntRght{padding-left: 20px;height: 600px;}
    .scrollCnt{padding: 30px 20px 30px 20px;}
    .scrollCnt .head24{margin-bottom: 10px;}
    .para16{font-size: 12px;}
    .header-area .row.ht_row .col-md-9{width: 80%;overflow-x: scroll;padding-bottom: 6px;}
    .header-area .row.ht_row .col-md-9>div{    width: 150%;}
    .header-area .row.ht_row .col-md-3{width: 17%;}
    .header-area .row.ht_row .col-md-9::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }

    .header-area .row.ht_row .col-md-9::-webkit-scrollbar{
        width: 5px;
        height: 5px;
        background-color: #F5F5F5;
    }

    .header-area .row.ht_row .col-md-9::-webkit-scrollbar-thumb{
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
        background-color: #555;
    }
    .banner_btm_box li{padding: 10px 15px;}
    .banner_btm_box li span img{height: 20px;}
    .bb_text p{font-size: 10px;}
    .banner_btm_block{margin-top: -25px;}
    .appoint_block h5{margin-bottom: 30px;}
    .form_btn{margin-top: 20px;}
    .appoint_block form{    margin-bottom: 30px;}
    .appoint_block{padding-right: 0;margin-bottom: 30px;}
    .explore_section{background: linear-gradient(90deg, #f4f4f4 100%, transparent 69.33%);}
    .explore_col:first-child{width: 100%;}
    .explore_col:last-child{width: 80%;margin-left: auto;}
    .bodypart_listing{left: 4%;}
    .explore_tabs{
        position: absolute;
    right: auto;
    bottom: -50%;
    left: 0;
    }
    .reception_section{height: auto;}
    .reception_slider_btn{width: 180px;}
    .ethos_block>img{
            height: 50vh;
    width: 100%;
    object-fit: cover;
    }
    .ethos_text1{left: -10%;}
    .ethos_text2{left: -12%;top: 57%;}
    .ethos_text4{right: 0%;top: 2%;}
    .ethos_text5{right: -6%;top: 58%;}
    .patient_btn_prev{left: 38%;}
    .patient_btn_next{right: 38%;}
    .exilence::after{    width: 100%;height: 25%;}
    .exilence::before{top: 25%;    width: 100%;    height: 75%;}
    .exiLftCnt{padding-right: 0;}
    .exiCrsl{padding-left: 0;margin-top: 30px;padding-top: 50px;}
    .exilence{        padding: 80px 0px 60px;}
    .benchMark_slider .patient_btn_next{right: 37%;}
    .benchMark_slider .patient_btn_prev{left: 37%;}
    .newsEventslftImg img{width: 100%;}
    .newsEventsLeft{margin-bottom: 30px;}
    .newsEventsRght{    margin-bottom: 30px;}
    .blogNews:after{width: 100%;top: 60%;height: 40%;}
    .ftrTopLogo img{width: 100px;}
    .ftrTopLogo span{margin-right: 5px;font-size: 6px;}
    .ftrUl li{margin-right: 20px;}
    .ftrUl li span{font-size: 8px;}
    .ftrUl li a{font-size: 14px;}
    .medResTp span{font-size: 14px;}
    .header_sidebar li a{padding: 15px 0;}
    .header_sidebar ul li ul{padding-left: 15px;}
    .header_sidebar{width: 35%;}
}

@media(max-width:767px){
    .header_sidebar{        width: 100%;padding: 40px 10px 30px !important;}
    .header_sidebar a img{max-width: 40%;}
    .header_sidebar .cross_icon{
        right: 10px;
    top: 10px;
    font-size: 20px;
    width: auto;
    height: auto;
    }
    .header_sidebar li a{padding: 10px 0;}
    .header_sidebar li a~ul li a{font-size: 12px;}
    .careerBnr.bnrNeuro.aboutBnr{height: auto;}
    .interPatient.strDctrBnr{height: auto;}
    .lobbySec{padding: 60px 0px 40px;}
    .lobbySecBx{margin-bottom: 30px;}
    .lobbySecCnt{margin-bottom: 15px;}
    .lobbySecCnt .head24{padding-top: 10px;}
    .medCamp{padding: 60px 0px 50px;}
    .medCamp.medIniat{padding: 60px 0px 40px;}
    .medIniat~.patientSec .head36{margin-bottom: 30px;}
    .medCamp.medIniat .head36{margin-bottom: 30px;}
    .medCamp .head36{margin-bottom: 30px;}
    .vistors{margin-bottom: 30px;}
    .visitHour{margin-bottom: 30px;}
    .dosDont{margin-bottom: 30px;}
    .regRight .visitGuid .para16{margin-bottom: 10px;}
    .orthoRoom .orhtoHead{margin-bottom: 0;}
    .dprtMentBox{
        min-width: 100%;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #C7C7C7;
    margin-right: 0;
    }
    .dprtMentRow {        padding-bottom: 30px;}
    .dprtMentBox .para16 span{font-size: 12px;}
    .dprtChange{font-size: 10px;margin-left: 15px;}
    .dprtMentRow .orhtoBtn{margin-top: 10px;}
    .addInfoSec{    padding: 50px 0px 60px;}
    .addInfoSec .head36{margin-bottom: 30px;}
    .addInfoSec .cntctUsForm .form_btn .site_btn{padding-left: 20px;}
    .addInfoSec .cntctUsForm .form_btn .site_btn span{margin-left: 20px;}
    .addInfoSec .healthServs form>.row{margin-bottom: 30px;}
    .whyAbtKDSG{padding: 60px 0px 40px;}
    .whyAbtKDSGCnt .head30{margin-bottom: 20px;}
    .whyAbtKDSGCnt>.para16{margin-bottom: 30px;}
    .whyAbtKDSGBxCnt .head18{margin-bottom: 15px;padding-bottom: 10px;}
    .whyAbtKDSGBx{margin-bottom: 30px;}
    .qltCommSec{padding: 60px 0px;}
    .qltCommCnt .head30{    margin-bottom: 20px;}
    .qltCommBx{padding: 15px 20px 30px 20px;}
    .qltCommTp{margin-bottom: 20px;}
    .qltCommTp img{margin-right: 10px;width: 25px;}
    .abtCSR{padding: 60px 0px;padding-bottom: 40px;}
    .abtphilosphy{padding: 60px 0px;}
    .abtphilosphyBx{padding: 20px 15px 20px;}
    .abtphilosphyBx img{width: 30px;margin-bottom: 20px;}
    .abtphilosphyBx .head24{padding-bottom: 10px;margin-bottom: 15px;}
    .abtAccreditation{padding: 60px 0px 30px;}
    .abtAwards{padding: 60px 0px 60px;}
    .abtAwardsCnt>.para16{margin-bottom: 30px;}
    .abtAwardsCntBx .AwardsSecTop strong{font-size: 36px;}
    .abtAwardsCntBx .AwardsSecTop strong sup{font-size: 13px;}
    .abtAwardsCntBx .AwardsSecTop .head24{font-size: 12px;}
    .abtAwardsCntBx .AwardsSecTop{padding: 20px 80px;}
    .abtAwardsCntBx .AwardsSecCnt{margin-bottom: 20px;}
    .AccreditationCnt .head30{margin-bottom: 20px;}
    .AccreditationImg{height: 350px;margin-bottom: 20px;}
    .AccreditationImg~.para16{margin-bottom: 30px;}
    .accrSecBx{margin-bottom: 30px;}
    .accrSecBxCnt .head18{margin-bottom: 15px;padding-bottom: 10px;}
    .accrSecBxCnt .view_btn a{padding: 10px 20px;}
    .abtCSRCnt .head30{margin-bottom: 20px;}
    .abtCSRCntImg{margin-top: 20px;height: 400px;margin-bottom: 30px;}
    .abtCSRCntBtm .head24{margin-bottom: 20px;}
    .abtCSRCntBtmBxImg{margin-bottom: 10px;}
    .abtCSRCntBtmBxCnt .head18{margin-bottom: 15px;padding-bottom: 10px;}
    .abtCSRCntBtmBx{margin-bottom: 30px;}
    .interPatient .banner_btm_box{
        position: relative;
    flex-wrap: wrap;
    transform: rotate(0deg);
    width: 200px;
    left: 0;
    }
    .interPatient .banner_btm_box li{border: 0 none;border-bottom: 1px solid #F2F2F2;width: 100%;}
    .healthServs{padding: 60px 0px;}
    .healthServsLft .head36{margin-bottom: 15px;}
    .healthServsRght{margin-top: 30px;}
    .healthServsRght .areaUl li{font-size: 14px;}
    .healthServsRght .areaUl li span{width: 15px;height: 15px;flex: 0 0 15px;top: 0;}
    .freeCntctUs{        padding: 60px 0px 60px;}
    .counryCode .form-floating:first-child::after{height: 25px;}
    .healthServs .cntctUsForm .form_btn .site_btn{padding-left: 20px;}
    .healthServs .cntctUsForm .form_btn .site_btn span{margin-left: 10px;}
    .healthServs form>.row{margin-bottom: 30px;}
    .healthServs form>.row ~ i{font-size: 8px;margin-bottom: 5px;}
    .healthServs~.fostring~section .patient_section{padding-top: 60px;}
    .healthServs~.blogNews{padding: 100px 0 60px;        padding-top: 0;}
    .freeCntctUsTp .head36{margin-bottom: 15px;}
    .freeCntctUsMdl{margin-bottom: 50px;margin-top: 30px;}
    .frCntct{padding: 20px 0px;}
    .frCntctIcon img{width: 15px;}
    .frCntctIcon{margin-right: 10px;}
    .frCntctCnt .head24{margin-bottom: 0;}
    .frCntctCnt a{font-size: 12px;}
    .freeCntctUsBtm .head36{margin-bottom: 20px;}
    .healthServs:after{height: 17%;}
    .careerBnr.bnrNeuro.colBrationBnr{padding: 0 0px 50px;}
    .colbrationTp{padding: 40px 0px;}
    .colbrationTp .head36{margin-bottom: 20px;}
    .colbrationTp .areaUl{margin-top: 30px;}
    .colbrationTp .areaUl li{font-size: 14px;}
    .colbrationTp .areaUl li span{width: 15px;    height: 15px;}
    .colBNratinVdeo .podVdoCnt{
        padding: 10px 3%;
        background: #cc3f54;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: self-start;
    }
    .podDesc .para18{margin-bottom: 15px;font-size: 10px;}
    .colbrationTp::after{height: 70%;}
    .colbrationBtm .head36{margin-bottom: 20px;}
    .colBrtBxImg{margin-bottom: 20px;}
    .colBrtBxCnt{padding-bottom: 10px;}
    .colBrtBx{margin-bottom: 30px;}
    .colBLogo{width: 100px;flex: 0 0 100px;margin-right: 15px;}
    .colBrtBxCnt .head24{font-size: 12px;}
    .colbrationBtm{padding-bottom: 40px;}
    .colBNratinVdeo{margin-top: 20px;}
    .medResTp span{font-size: 12px;}
    .medResTp .head30{margin-bottom: 10px;}
    .medResTp{margin-bottom: 30px;}
    .medResponse .head30{margin-bottom: 25px;}
    .medResponseBx img{margin-bottom: 10px;width: 20px;}
    .medResponseBx{margin-bottom: 25px;}
    .medResponse{margin-bottom: 30px;}
    .courseOfrd .head30{margin-bottom: 20px;}
    .courseOfrdBx{padding: 20px 20px;margin-bottom: 20px;}
    .courseOfrdBx .view_btn a{padding: 10px 20px;}
    .careerBnr.medResBnr .bnrNeuroCnt{padding-top: 60px;}
    .careerBnr.bnrNeuro.medResBnr{padding: 100px 0px 70px;}
    .medResSec{padding: 40px 0px 50px;}
    .Publications .head30{top: 0;}
    .Publications .dctrFtrNewsCrsl{padding-top: 30px;padding-bottom: 30px;}
    .Publications{padding: 60px 0px 80px;}
    .medResRght{        margin-top: 30px;}
    .regTable{overflow-x: scroll;}
    .regulatorySec{padding: 40px 0px 60px;}
    .regRight{margin-top: 40px;}
    .regRight .head30{margin-bottom: 20px;}
    .regBxCnt .head18{margin-bottom: 15px;padding-bottom: 10px;}
    .regTp{margin-bottom: 20px;}
    .regService{margin-bottom: 40px;}
    .regCostBx{padding: 20px 10px 25px;}
    .company,.CostPatient{width: 50%;}
    .compCost .para16 span{display: block;}
    .regCost{margin-bottom: 30px;}
    .table th{padding: 10px 14px;font-size: 12px;}
    .table td{padding: 10px 10px;font-size: 10px;}
    .orthoSec{padding: 150px 0px 60px;}
    .orthoSub{font-size: 10px;margin-bottom: 40px;}
    .orhtoHead{margin-bottom: 40px;flex-wrap: wrap;}
    .orhtoHead .head36{width: 100%;}
    .orthoSelct{padding: 6px 30px 6px 15px;}
    .orthoSelct .form-check-input[type=checkbox]{height: 15px;        width: 15px;border-radius: 2px;}
    .orthoSelct .form-check-label{margin-left: 10px;font-size: 10px;top: 0;}
    .orhtoRow .expertSec{margin-bottom: 40px;}
    .rsrvBnrCnt form{flex-wrap: wrap;}
    .slctRsrv{margin-right: 0;margin-bottom: 15px;}
    .slctRsrvBtn{margin-left: 15px;}
    .rsrvBnrBtn{
                width: 46px;
        height: 46px;
        padding: 10px;
            position: relative;
    top: -5px;
    }
    .rsrvBnrBtn img{width: 12px;}
    .slctRsrv select{
                padding: 15px 25px;
        font-size: 12px;
        min-width: 220px;
    }
    .slctRsrv::after{right: 25px;width: 9px;height: 9px;}
    .cntctBnr{padding: 150px 0px 50px;}
    .cntctBnr .exploreSecCnt .head36{margin-bottom: 10px;}
    .exploreSecCnt1{margin-bottom: 20px;width: 100%;}
    .richUs{padding: 20px 20px;margin-bottom: 30px;}
    .richUs .head24{padding-bottom: 10px;margin-bottom: 10px;}
    .richUs address{font-size: 12px;margin-bottom: 15px;}
    .richUs ul a{font-size: 12px;}
    .richUsCntct .head18{padding-bottom: 10px;margin-bottom: 10px;}
    .richUsCntct ul a{font-size: 12px;}
    .cntctMap iframe{height: 400px;}
    .cntctMap{margin-bottom: 40px;}
    .cntctUsDtl .para18{width: 100%;}
    .cntctUsDtl{padding-bottom: 20px;margin-bottom: 20px;}
    .cntctUsForm .form-floating>label{font-size: 10px;}
    .cntctUsForm .form-floating>.form-control{font-size: 14px;}
    .cntctUs{padding-bottom: 100px;}
    .cntctBnr .bookingBnt{min-width: 200px;}
    .OPDBnr .bnrNeuroCnt{flex-wrap: wrap;}
    .reservForm{margin-top: 20px;padding: 15px 20px 25px;width: 330px;flex: 0 0 330px;}
    .head30{font-size: 18px;}
    .form-floating>.form-control, .form-floating>.form-select{padding: 10px 0;}
    .form-floating>label, .form-floating>.form-select~label{    padding: 10px 0;font-size: 10px;}
    .form-floating>.form-control, 
    .form-floating>.form-control-plaintext, 
    .form-floating>.form-select{min-height: calc(2.5rem + calc(var(--bs-border-width) * 2));height: calc(2.5rem + calc(var(--bs-border-width) * 2));}
    .form-floating{margin-bottom: 10px;}
    .form-floating>.form-select,
    .form-floating>.form-control{font-size: 12px;}
    .bnrNeuro .reservForm .form_btn{margin-top: 10px;}
    .reservForm .form_btn .site_btn{padding-left: 20px;}
    .reservForm .form_btn .site_btn span{margin-left: 20px;}
    .exploreSec{padding: 20px 0px;}
    .booking{        margin-top: 30px;}
    .bookingBntGrp{margin-top: 15px;}
    .bookingBnt{
        padding: 10px 12px;
        margin-right: 10px;
        min-width: 200px;
        margin-bottom: 10px;
    }
    .explrUl{
        margin-top: 10px;
        padding-top: 15px;
        max-height: 310px;
    }
    .explrUl li{font-size: 12px;margin-bottom: 5px;}
    .explrUl li span{
        height: 15px;
        width: 15px;
        padding: 3px;
        border: 1px solid #189ED6;
    }
    .experSecPod{padding: 60px 0px 80px;}
    .experSec .head36{margin-bottom: 30px;}
    .experSec{padding-bottom: 60px;}
    .podVdoCnt{position: relative;padding: 20px 10px;}
    .podVdoBtn{margin-right: 20px;}
    .podVdoBtn button{
        font-size: 10px;
        padding: 8px 10px;
        padding-left: 15px;
        min-width: 120px;
    }
    .podVdoBtn button img{width: 15px;}
    .podVdeoSec{height: auto;margin-bottom: 20px;}
    .podVdeoMoreBox{padding: 10px 15px;}
    .podVdeoMoreBox .head18{margin-bottom: 0;}
    .podVdeoMoreBox small{font-size: 10px;}
    .podVdeoMoreBtnGrp{margin-top: 10px;}
    .watchYTVedo{margin-right: 10px;}
    .watchYTVedoBtn{font-size: 10px;padding: 10px 15px;}
    .watchYTVedoBtn img{margin-left: 10px;width: 20px;}
    .watchYTNowBtn{padding: 10px 25px;font-size: 10px;}
    .podVdeoMoreBtn{margin-top: 20px;}
    .podVdeoAll{padding: 10px 25px;font-size: 10px;}
    .faclities{padding: 60px 0px;padding-bottom: 30px;}
    .patientSec .head36{        margin-bottom: 30px;}
    .patientSecBx .patient_block{margin-bottom: 15px;}
    .ptientAll{margin-top: 10px;}
    .patientSec{padding-bottom: 70px;}
    .podSec .head36{margin-bottom: 30px;}
    .faclities .head36{margin-bottom: 30px;}
    .faclities .expertSecImg img{height: 100%;object-fit: cover;}
    .faclities .expertSecImg{margin-bottom: 15px;}
    .explrUlSec{margin-bottom: 20px;margin-top: 20px;}
    .bookingBnt span{font-size: 12px;}
    .bookingBnt img{width: 25px;margin-right: 10px;}
    .AwardsSecTop strong{font-size: 40px;margin-bottom: 0;}
    .AwardsSecTop strong sup{font-size: 14px;top: -1.3em;}
    .AwardsSecTop .head24{font-size: 14px;}
    .AwardsSecTop{padding: 20px 30%;}
    .rcrdSed{padding: 20px 20px 30px;}
    .recordsCnt{width: 100%;}
    .para22{font-size: 14px;        margin-bottom: 15px;}
    .patientTest{padding: 60px 0px 40px;}
    .vdoTest{    padding-bottom: 100px;}
    .patientTestCnt{padding: 25px 20px 30px;margin-bottom: 20px;}
    .patientTestCnt .head24{padding-bottom: 10px;    margin-bottom: 20px;}
    .testiDtl{margin-top: 20px;}
    .testiDtl{flex-wrap: wrap;}
    .testiDtlLft:first-child{
        border-bottom: 1px solid #C7C7C7;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .testiDtlImg{
        width: 45px;
        height: 45px;
        margin-right: 10px;
        flex: 0 0 45px;
    }
    .testiDtlName h5{font-size: 12px;}
    .Treated{font-size: 10px;}
    .awrdDtlSec.mileStnCase{padding: 150px 0px 60px;}
    .mileStone{padding: 60px 0px 50px;}
    .ltsAwardImg{height: 250px;margin-bottom: 15px;}
    .ltsAwardCnt small{font-size: 10px;}
    .mileStone .ltsAwardCnt .head24{padding-bottom: 10px;    margin-bottom: 10px;margin-top: 0;}
    .ltsAwardCnt p{font-size: 12px;}
    .mileStone .ltsAwardBx{margin-bottom: 30px;}
    .para24{padding-right: 10%; font-size: 14px;}
    .strDctrCnt .para24{padding-right: 20%;}
    .strDctrCnt{margin-top: 10px;padding-top: 10px;}
    .awrdDtlSec{padding: 150px 0px 50px;}
    .awrdDtlBx{margin-top: 20px;padding-bottom: 30px !important;}
    .moreAwrd{margin-top: 30px;padding-left: 0;}
    .moreAwrdImg{height: 250px;margin-bottom: 15px;}
    .moreAwrdCnt small{font-size: 12px;padding-bottom: 5px;margin-bottom: 10px;}
    .moreAwrdBx{margin-bottom: 30px;}
    .awrdDtlImg{height: 400px;    margin-bottom: 30px;}
    .awrdDtlCnt.lifeKDSGCnt .areaUl{    margin-top: 20px;margin-bottom: 20px;}
    .awrdDtlCnt .head24{margin-bottom: 20px;}
    .awrdDtlImgRow{margin: 30px 0px;flex-wrap: wrap;margin-bottom: 10px;}
    .awrdDtlBtnGrp{margin-top: 30px;}
    .awrdDtlBtnGrp button{padding: 12px 15px;font-size: 12px;font-weight: 500;margin-right: 15px;min-width: 120px;}
    .awrdDtlBtnGrp button i{font-size: 12px;}
    .awrdDtlImg1{width: 100%;height: 300px;margin-bottom: 20px;}
    .ltsAward{padding: 60px 0px 50px;}
    .ltsAward.evenTs {padding: 60px 0px 50px;}
    .site_btn span:after{border-top: 1px solid #CC3F54;border-right: 1px solid #CC3F54;width: 8px;height: 8px;}
    .areaUl{height: auto;}
    .site_btn span::before{
        left: 45%;
        top: 30%;
        width: 10px;
        height: 1px;
    }
    .areaUl li{font-size: 10px;margin-bottom: 10px;}
    .areaUl li span{
        width: 12px;
        height: 12px;
        margin-right: 7px;
    }
    .rghtDctrDtl .head24{margin-bottom: 15px;}
    .dctrDtl1{padding: 150px 0px 0px;}
    .dctrDtl1 .doctorFoundImg{height: 300px;margin: 0 0;}
    .dctrDtl1 .head36{margin-bottom: 5px;width: 80%;}
    .dctrScl{top: 20px;}
    .whatsUp{
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }
    .whatsUp i{font-size: 16px;}
    .share{height: 25px;width: 25px;padding: 10px;}
    .dctrDtl1 .doctorFoundCnt{padding-bottom: 30px;border-bottom: 2px solid #CECECE;}
    .dctrDtl1 .doctorFoundDtlBtn{    margin-top: 20px;}
    .dctrQuliRow{flex-wrap: wrap;}
    .dctrQuliBx{margin-right: 0;margin-bottom: 20px;width: 100%;        border-left: 2px solid #189ED6;}
    .dctrQuliBx h5{font-size: 14px;}
    .areaPlc{font-size: 12px;}
    .rghtDctrDtl>div.dctrQuli{margin-bottom: 20px;}
    .rghtDctrDtl>div{margin-bottom: 30px;}
    .dctrTalksrow{flex-wrap: wrap;margin-bottom: 20px;    padding-bottom: 20px;}
    .dctrTalksLft{width: 100%;}
    .dctrTalksRght{padding-left: 0;width: 100%;margin-top: 10px;}
    .dctrTalksrow:hover .dctrTalksLft{        width: 100%;}
    .dctrTalksrow:hover .dctrTalksRght{width: 100%;padding: 15px 10px;}
    .rghtDctrDtl .dctrTalksRght .head24{display: block;opacity: 1;    color: #000000;}
    .dctrTalksrow:hover .dctrTalksRght .head24{color: #fff;}
    .dctrTalksRght p{font-size: 10px;height: 45px;}
    .dctrDtlAccrd{padding-bottom: 40px;}
    .dctrFtrNewsCrsl{width: 100%;padding-bottom: 40px;}
    .dctrFtrNewsCrsl .patient_btn_prev{top: auto;bottom: 0;}
    .dctrFtrNewsCrsl .patient_btn_next{top: auto;bottom: 0;right: 58%;}
    .dctrFtrNewsCrsl .main_slider_btn .patient_pagination{
        width: auto;
        top: auto !important;
        bottom: 18px;
        left: 30px;
    }
    .newsEventslftCnt small p{font-size: 8px;}
    .newsEventslftCnt small span{font-size: 8px;}
    .share i{font-size: 12px;}
    .container{max-width: 100%;}
    .careerBnr .bnrNeuroCnt{padding-bottom: 0;padding-top: 150px;}
    .bnrNeuroBtm{padding: 40px 0px;}
    .lifeKDSG{padding: 60px 0px;}
    .lifeKDSGCnt .head36{margin-bottom: 20px;}
    .lifeKDSGCnt .para18{margin-bottom: 20px;}
    .lifeKDSGCnt .areaUl{        margin-bottom: 30px;}
    .lifeKDSGCnt .areaUl li{font-size: 12px;margin-right: 0;}
    .lifeKDSGCnt .areaUl li span{width: 15px;height: 15px;}
    .lifeKDSGImg{height: 350px;}
    .fostring.KDSGpartBe{        padding: 50px 0px 60px;}
    .vcncySec{padding: 60px 0px 30px;}
    .gdsgJobs{margin-top: 0;padding: 60px 0px 70px;}
    .gdsgJobs::after{height: 18%;}
    .nav-pills .nav-link{
        font-size: 8px;
        padding: 8px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        min-width: 50px;
    }
    .gdsgJobsCnt .head36{margin-bottom: 15px;}
    .nav-pills{
        padding-bottom: 10px;
        border-bottom: 2px solid #CECECE;
        margin-bottom: 20px;
    }
    .kdsgJobBox{padding-bottom: 15px;margin-bottom: 20px;flex-wrap: wrap;}
    .kdsgJobCnt{width: 100%;}
    .kdsgJobBtn{width: 100%;margin-top: 10px;}
    .kdsgJobCatg p{font-size: 10px;}
    .kdsgJobCatg>span{font-size: 10px;}
    .kdsgJobCatg>span i{font-size: 12px;margin-right: 5px;}
    .bnrRghtCnt .banner_btm_box{
        padding: 0px 10px;
        width: 125px;
        top: 132px;
        left: auto;
        right: 3px;
        transform: rotate(0deg) translateX(0%);
    }
    .bnrNeuroCnt{padding-bottom: 40px;    padding-top: 160px;}
    .bnrRghtCnt .banner_btm_box li{padding: 10px 0px;}
    .bnrRghtCnt .banner_btm_box li span img{margin-right: 5px;}
    .bnrRghtCnt .banner_btm_box li span{width: auto;margin-right: 5px;}
    .logo_sec img{max-width: 50px;}
    .ht_row{padding: 10px 0px;}
    .logo2_sec img{max-width: 100px;}
    .logo2_sec{margin-right: 10px;}
    .emergency_sec{margin-right: 10px;}
    .emergency_sec span{
        width: 15px;
        height: 15px;
        flex: 0 0 15px;
        margin-right: 5px;
    }
    .whatsapp_sec{margin-right: 10px;}
    .whatsapp_sec span{margin-right: 5px;}
    .whatsapp_sec span img{max-width: 15px;}
    .site_btn{font-size: 8px;}
    .site_btn span{
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }
    .site_btn span img{        max-width: 8px;}
    .header-area{
        display: block !important;
        width: 100%;
        overflow: hidden;
    }
    .header-area .row.ht_row .col-md-9>div{width: 220%;}
    .header-area .row.ht_row .col-md-3{width: 20%;}
    .header-area .main-nav .nav li.menu-item-has-children{margin-right: 20px;}
    .header-area .main-nav .nav li a{font-size: 8px;padding: 10px 0;}
    .header-area .main-nav .nav li.menu-item-has-children img{width: 7px;right: -10px;}
    .main_menu_sec{padding-right: 5px;}
    .norm_menu{margin-right: 6px;}
    .slider_btn img{max-width: 10px;}
    .slider_btn{        width: 25px;height: 25px;}
    .banner_section{position: relative;overflow: hidden;}
    .banner_btm_block{position: static;}
    .main_slider_btn{position: static;}
    .banner_btm_box{
        position: absolute;
    top: 0;
    left: 20px;
    transform: rotate(90deg) translateX(68%);
    z-index: 9;
    }
    .banner_btm_box li{        padding: 5px 10px;width: max-content;}
    .banner_btm_box li span img{        height: 15px;}
    .bb_text p{font-size: 8px;}
    .appoint_section{     padding-bottom: 30px;   padding-top: 80px;}
    .appoint_block h5{margin-bottom: 20px;padding-bottom: 10px;}
    .heading_sec h5{font-size: 16px;}
    .appoint_block form{margin-bottom: 20px;}
    .form_group{margin-bottom: 10px;}
    .input_sec{        font-size: 10px;padding: 10px 10px 10px 20px;}
    .form_group i{font-size: 12px;left: 6px;}
    .form_btn .site_btn{font-size: 8px;}
    .bnrNeuroBtm .head36{margin-bottom: 20px;}
    .bnrNeuroBtm .view_btn a{padding: 8px 20px;}
    .teamExpert{padding: 60px 0px;}
    .teamExpertCrsl .patient_btn_prev{left: 53%;top: -6px;}
    .teamExpertCrsl .main_slider_btn .patient_pagination{padding-right: 130px;top: -40px !important;}
    .teamExpertCrsl .patient_btn_next{top: -6px;}
    .expertSecImg{height: 250px;margin-bottom: 20px;}
    .expertSecCnt .head24{padding-bottom: 5px;margin-bottom: 5px;}
    .btnGrpTeam{margin-top: 20px;}
    .viewProfile{font-size: 10px;}
    .mediNeuro{padding: 50px 0px;}
    .mediNeuroCnt .head36{margin-bottom: 30px;}
    .mediNeuroUl{margin-top: 15px;}
    .mediNeuroUl li{font-size: 12px;margin-bottom: 5px;}
    .mediNeuroUl li i{        font-size: 14px;margin-right: 5px;}
    .ourTreatment{padding: 60px 0px 100px;}
    .ourTreatment:after{width: 100%;height: 70%;}
    .scrollSpy{margin-top: 30px;}
    .simpleListExample{padding-right: 0;}
    .simpleListExample a{font-size: 10px;margin-bottom: 5px;}
    .ourTreatmentCntRght{padding-left: 0;margin-top: 20px;}
    .scrollspyExample>div{margin-bottom: 10px;}
    .scrollCnt{padding: 10px 10px 10px 10px;}
    .para16{font-size: 10px;}
    .scrollImg{width: 100%;height: 170px;left: 0;}
    .ourTreatment~section .patient_section{padding: 60px 0px 0px;}
    .ourTreatmentCntRght{height: 370px;}
    .appoint_block ul li{margin-bottom: 5px;}
    .appoint_block li p{        font-size: 12px;}
    .appoint_block li img{max-width: 15px;}
    .view_btn a{font-size: 8px;padding: 8px 25px;}
    .explore_col:first-child{padding: 50px 0;padding-right: 0;}
    .heading_sec h3{font-size: 18px;        margin-bottom: 15px;}
    .switches_block{width: 10rem;line-height: 1rem;}
    .switches_block label{font-size: 10px;}
    .switch div{font-size: 10px;}
    .heading_sec p{margin-top: 10px;font-size: 12px;}
    .explore_tabs{
        position: relative;
        right: auto;
        bottom: -20px;
        left: 20px;
    }
    .explore_tabs h6{font-size: 12px;margin-bottom: 10px;}
    .explore_tabs .nav button{font-size: 10px;padding: 0 0 5px;}
    .explore_col:last-child{width: 100%;}
    .bodypart_listing{min-width: 120px;left: 0%;padding: 5px 0 5px;}
    .bodypart_listing .heading_sec h5{font-size: 10px;margin: 0 4px 3px;}
    .bodypart_listing li a{font-size: 8px;padding: 2px 5px;}
    .bodypart_listing li a span{margin-left: 15px;}
    .bodypart_listing li a img{max-width: 12px;}
    .body_point{width: 10px;height: 10px;border: 1px solid #fff;left: 33%;}
    .reception_slider_btn h6{
        font-size: 12px;
        padding-top: 20px;
        padding-left: 10px;
    }
    .invest_pagination span{        font-size: 16px;}
    .reception_slider_btn{width: 100px;left: 20px;}
    .heading_sec h2{font-size: 24px;margin-bottom: 15px;}
    .reception_outer{    top: 40%;}
    .ethos_block>img{height: 35vh;}
    .reception_btn .site_btn{font-size: 10px;}
    .reception_btn .site_btn span{
        margin-left: 20px;
        width: 20px;
        height: 20px;
    }
    .ethos_block .heading_sec h5{font-size: 10px;}
    .ethos_text{width: 100px;}
    .ethos_text .view_btn{        margin-top: 2px;}
    .ethos_text .view_btn a{padding: 5px 10px;font-size: 8px;}
    .reception_slide > img{height: 50vh;}
    .reception_section{height: 50vh;}
    .reception_container .swiper-horizontal{display: none;}
    .ethos_section{padding: 60px 0;}
    .ethos_text1{left: -2%;}
    .ethos_text2{left: -2%;}
    .ethos_text3{bottom: -13%;}
    .ethos_text4{top: 18%;}
    .ethos_text5{right: -4%;}
    .ethos_text6{bottom: -14%;right: 0%;}
    .space_sec{    padding: 30px 0;}
    .patient_block{height: 350px;}
    .patient_slider .slider_btn.patient_btn_next{right: 0;}
    .patient_slider{overflow: visible;padding-bottom: 40px;}
    .patient_section{overflow: hidden;}
    .patient_slider .slider_btn{top: 0px;}
    .patient_slider .slider_btn.patient_btn_prev{left: 60%;}
    .main_slider_btn .patient_pagination{
        left: 100px;
    z-index: 9999;
    top: -33px !important;
    height: 20px;
    }
    .patient_block.blue_bg{padding: 20px 20px;}
    .patient_block .heading_sec h5{font-size: 14px;}
    .patient_row{        margin-top: 20px;}
    .patient_row > span{margin-right: 10px;}
    .patient_row > span img{width: 50px !important;height: 50px;}
    .doctor_name h6{font-size: 12px;}
    .doctor_name h6 span{        font-size: 10px;padding-top: 0;}
    .exilence{        padding: 50px 0px 10px;}
    .head36{margin-bottom: 10px;font-size: 18px;}
    .para18{font-size: 12px;}
    .exiLftCnt .view_btn{margin-top: 20px;}
    .exilence::after{height: 25%;}
    .exilence::before{top: 25%;height: 75%;}
    .exiCrsl{padding-top: 30px;}
    .exiCrsBox{padding: 20px 10px 20px;        margin-bottom: 20px;min-height: 200px;}
    .exiCrsImg{
                margin-bottom: 10px;
                height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .exiCrsCnt .head24{font-size: 14px;}
    .view_btn{margin-top: 15px;}
    .exiCrsCnt .view_btn a{padding: 5px 10px;}
    .exiCrsl_slider .patient_btn_prev{
                     left: 26%;
        top: auto;
        bottom: 20px;
    }
    .exiCrsl_slider .patient_btn_next{
        top: auto;
        bottom: 20px;
        right: 26%;
    }
    .exiCrsl_slider .main_slider_btn .patient_pagination{
            top: auto !important;
    bottom: 40px;
    left: 0;
    }
    .exiCrsl_slider .swiper-wrapper{padding-bottom: 60px;}
    .benchMark{padding: 60px 0px 70px;margin-bottom: 50px;}
    .benchMark .head36{margin-bottom: 30px;}
    .benchMark_slider .main_slider_btn .patient_pagination{
        top: auto !important;
    bottom: -65px;
    left: 0;
    }
    .benchMark_slider .patient_btn_next{
        right: 28%;
        top: auto;
        bottom: -80px;
    }
    .benchMark_slider .patient_btn_prev{
        left: 29%;
        top: auto;
        bottom: -80px;
    }
    .benchMarkBox{padding: 20px 10px;}
    .benchMarkImg{    height: 80px;}
    .benchMarkImg img{width: 80px;}
    .benchMark_slider .view_btn a{padding: 8px 20px;}
    .fostring{padding: 40px 0px 60px;background-position: center center;}
    .head44{font-size: 18px;margin-bottom: 15px;}
    .para20{font-size: 12px;}
    .fostringBtnGrp{margin-top: 20px;flex-wrap: wrap;}
    .fostringBtnGrp .reception_btn{    margin-right: 10px;}
     .fostringBtnGrp .reception_btn:last-child{margin-right: 0px;}
     .blogNews{padding: 60px 0 60px;}
     .newsEventslftImg{margin-bottom: 10px;}
     .head24{font-size: 14px;}
     .newsEventslftCnt .view_btn a{padding: 8px 20px;}
     .ftrTop{flex-wrap: wrap;}
     .ftrTopLogo{
        padding: 10px 40px 15px 10px;
        margin-right: 0;
        width: 100%;
        text-align: center;
        justify-content: center;
     }
     .ftrUl{flex-wrap: wrap;padding: 10px 10px;}
     .ftrUl li{
                margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
     }
     .ftrSec{padding-left: 10px;padding-top: 20px;width: 100%;}
     .banner_slider_btn.main_slider_btn .banner_pagination{
            bottom: 17px;
    left: 50px !important;
    top: auto !important;
    height: 20px;
     }
     .banner_slider_btn .slider_btn.banner_btn_next{
        bottom: 0;
    left: 120px;
    top: auto;
     }
     .banner_slider_btn .slider_btn.banner_btn_prev {
            bottom: 0;
    left: 20px;
    top: auto;
     }
     .header-area.fixed_header .sticky_menu .logo_sec img{max-width: 50px;}
     .header-area .main-nav .nav{padding-left: 0px !important;flex: 0 0 180%;}
     .header-area.fixed_header .main-nav .nav li.menu-item-has-children{margin-right: 10px;}
     .header-area.fixed_header .main-nav .nav li a{font-size: 8px;        padding: 5px 0;}
     .header-area.fixed_header .main-nav .nav li.menu-item-has-children img{ width: 5px;right: -7px;}
     .header-area.fixed_header .sticky_menu .menu_icon_sec{margin-left: 10px;}
     .ht_row{margin-top: 0;}
     .findDoctor{padding: 150px 0px 60px;}
     .bnrLftCnt .form_btn{margin-top: 20px;margin-right: 15px;}
     .bnrLftCnt .form_btn .site_btn.reqCall{padding-left: 15px;}
     .bnrLftCnt .form_btn .site_btn.reqCall span{margin-left: 15px;}
     .findDoctorTp{
        padding-bottom: 30px;
        border-bottom: 2px solid #CECECE;
        margin-bottom: 30px;
     }
     .clear{font-size: 12px;}
     .findDoctorFilterTp{margin-bottom: 20px;}
     .findDoctorFilter .accordion-item .accordion-button{font-size: 12px;padding: 10px 0;}
     .accordion-button::after{background-size: 12px;}
     .findDoctorFilter .accordion-body{font-size: 10px;}
     .searchDoctorSec{margin-top: 30px;}
     .searchDoctorSec .form_group{margin-bottom: 30px;}
     .searchDoctorSec .input_sec{
        padding: 10px 20px;
        font-size: 14px;
        padding-left: 40px;
        width: 100% !important;
     }
     .viewMoreDiv{margin-top: 30px;}
     .viewMoreBtn{padding: 8px 20px;font-size: 10px;}
     .searchDoctorSec .input_sec::placeholder{font-size: 12px;}
     .searchDoctorSec .form_group i{left: 20px;}
     .doctorFoundBox{padding-bottom: 20px;margin-bottom: 20px;}
     .doctorFoundImg{height: 200px;}
     .doctorFoundDtl1{margin-top: 10px;}
     .doctorFoundDtl2{margin-top: 10px;}
     .doctorFoundDtlBtn{margin-top: 10px;}
     .doctorFoundDtlBtn .form_btn .site_btn.vwPrfl{padding: 6px 20px;margin-left: 12px;}
    
}















