body {
    padding: 0px; 
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	top: 0 !important;
}
.error{
	color: maroon;
}
section {
    position: relative;
}
.otp_row  label {
    position: absolute;
    bottom: -6px;
    font-size: 14px;
}


.otp_row{
    display: flex;
    position: relative;
}



body.hiddenClass{
    overflow-y: hidden;
    height: 100vh;
}
h1 {
    padding: 0px; 
    margin: 0px;
    font-weight: 400;
    color: #333333;
}

h2 {
    padding: 0px; 
    margin: 0px;
    font-weight: 400;
    font-size: 35px;
	line-height: 1.4em;
    color: #333333;
}

h3 {
    padding: 0px; 
    margin: 0px;
    color: #333333;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    padding: 0px; 
    margin: 0px; 
}

h5 {
    padding: 0px; 
    margin: 0px;
}

h6 {
    padding: 0px; 
    margin: 0px;
}

p {

    padding: 0px; 
    margin: 0px;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

ul{ 
    list-style: none; 
    padding: 0px; 
    margin: 0px;
}

ul li { 
    padding: 0px; 
    margin: 0px;
}
img {
    max-width: 100%;
}
a {
    padding: 0px; 
    margin: 0px; 
    outline: none;
    transition: all .3s;
    text-decoration: none;
    color: #666666;
}

a:hover { 
    outline: none !important; 
    text-decoration: none;
    transition: all .3s;
}

:focus { 
    outline: none !important; 
    text-decoration: none;
}



.btn {
    text-decoration: none;
    font-size: 16px;
/*    padding: 10px 55px;*/
    display: inline-block;
    color: #fff;
    font-weight: 500;
/*    border-radius: 40px;*/
border-radius: 0.25rem;
}

.sticky-video{
	 position: sticky;
	top: 70px;
}

.vl-verti-text {
    /* position: fixed; */
    /* right: 0; */
    /* top: 30%; */
    /* z-index: 99; */
    padding: 16px 8px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    /* letter-spacing: 8px; */
    color: white;
    cursor: pointer;
    display: flex;
    /* background-color: #6e4e47; */
}
.close_img {
    display: flex;
    width: 35px;
    height: 35px;
    background: white;
    color: black;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    position: absolute;
    left: -15px;
    border: 1px solid #Ccc;
    top: -15px;
	cursor: pointer;
}
.emergency-trigger {
    position: relative;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
    color: #fff;
    background-color: #800000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 40px;
}
.vl-verti-text:hover {
    color: #fff;
    /* background-color: #e1b77e; */
}

.emergency-trigger-panel p a{
    font-size: 14px;
    text-decoration: underline;
}

.our_milestone h1,.leader-doc-cont h1 ,.leadership_section h1, .treatments h1,.here_our_patients  h1,.frequently-sold h1,.packagebyspecial h1, .technology h1, .location h2,.blog h1, .meet-our-exparts h1 ,.query h1,.query h2,.hospital_network h1, .here_our_patients h1, .social_updates h1, .blog .heading-blog h3,section.faq .accordion-container  h2,.our-strengths h2, .expect h1, .joinprogram h1{
     color: #6e4e47;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    /* padding-bottom: 5px; */

 
}


.our_milestone h1  ~ p,
.leader-doc-cont h1  ~ p ,
.leadership_section h1  ~ p, 
.treatments h1  ~ p,
.here_our_patients  h1  ~ p,
.frequently-sold h1  ~ p,
.packagebyspecial h1  ~ p,
.technology h1  ~ p, 
.location h2,
.blog h1  ~ p, 
.meet-our-exparts h1   ~ p,
.query h1,.query h2  ~ p,
.hospital_network h1  ~ p, 
.here_our_patients h1 ~ p, 
.social_updates h1  ~ p, 
.blog .heading-blog h3  ~ p,
section.faq .accordion-container  h2  ~ p,
.our-strengths h2  ~ p, 
.expect h1  ~ p,
.joinprogram h1  ~ p{

    text-align: left !important;
}
.leadership_section p,.leader-doc-cont p,.social_content p, .treatments p,.here_our_patients p,.hospital_network p ,.main-content__body,.technology p,.card-body p, .location p,.blog p, .meet-our-exparts p, .social_updates p ,.blog .heading-blog p,.our-strengths p, .expect p, .query p, .joinprogram p{
    color: #6d6e70;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
 
    
  
}

.emergency-trigger-panel {
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 225px;
    right: 35px;
    padding: 15px;
    background: white;
    height: 100%;
    border: 1px solid #6e4e47;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.treatment-icon{
    overflow: hidden;
}
.treatment-icon img {
    display: flex;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.slick-slider:not(.banner-slider) .slide img {
  transition: all .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.slick-slider:not(.banner-slider):not(.meets-doctors) .slide:hover img {
  transform: scale(1.25);
}
.slick-slider.meets-doctors .slide:hover .expart_persons{
    outline: 2px solid #6e4e47;
    border: 4px solid #fff;
}

.net-hs {
    overflow: hidden;
}
.text-right {
    text-align: right !important;
}

.btn-primary {
    background-color: transparent;
    color: #fff;
    border:2px solid #fff;
    letter-spacing: 2px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
}

.btn-secondary {
    background-color: transparent;
    color: #666666;
}

.btn-secondary:hover {
    color: #28c0d4;
}


input {
    border: 0;
    border-radius: 0;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
    line-height: 1;
    color: #6e4e46;
    font-weight: 400;
    /* margin-bottom: 20px; */
    background-color: #f7e1c2;
}
input[type="submit"] {
    background-color: #28c0d4;
    border: 0;
    padding: 0;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: all .3s;
    height: 45px;
}
input[type="submit"]:hover {
    background-color: #04a6bb;
        transition: all .3s;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 110px;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    resize: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8qbrmc');
  src:  url('../fonts/icomoon.eot?8qbrmc#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8qbrmc') format('truetype'),
    url('../fonts/icomoon.woff?8qbrmc') format('woff'),
    url('../fonts/icomoon.svg?8qbrmc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
  content: "\e900";
}
.icon-google:before {
  content: "\e901";
}
.icon-blood-drop:before {
  content: "\e902";
}
.icon-emergency-ambulance:before {
  content: "\e903";
}
.icon-emergency-bed:before {
  content: "\e904";
}
.icon-operating-room:before {
  content: "\e905";
}
.icon-pills:before {
  content: "\e906";
}
.icon-stethoscope:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-dribbble:before {
  content: "\eaa7";
}

/*---------- header and navigation End ------------*/
.header-menu {
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 99;
}


.top-header {
    padding: 5px 0;
    background-color: #6e4e47;
}

.header-contact {
    text-align: center;
}
.header-contact ul {
    padding: 0;
    margin: 0;
}
.header-contact ul li {
    display: inline-block;
    padding: 0 15px;
}
.header-contact ul li a {
    color: #e1b77e;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.header-contact ul li a:hover {
    color: #ffe083;
}

#search_button {
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.search_box {
    position: absolute;
    right: 14px;
    top: 0;
    padding: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    background-color: #ffffff;
    display: none;
    width: 72%;
    z-index: 1000;
}

.search-btn:hover {
    background-color: #970b1a;
    color: #fff;
}
.card-footer.appo_search_result_apply {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 5px 10px;
}
button.viewall.submit_check {
    margin: 0;
	border: 1px solid #e0b580;
}
.admission_btn {
    background-color: #ffdb8f;
    padding: 15px 10px 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    float: right;
    margin-left: 10px;
}
.date_appoint_sticky {
    position: sticky;
    
    z-index: 99;
    width: 100%;
    left: 0;
    background: white;
}
.admission_btn h5 {
    font-size: 15px;
    line-height: 15px;
    color: #af1901;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.admission_btn h2 {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.admission_btn h2 a {
    line-height: 10px;
    color: #000;
}
.admission_btn h2 a:hover {
    color: #af1901;
}
.admission_btn h6 {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.header-menu-container{
    display: flex;
    justify-content: space-between;
}
.logo {
  
    margin: 10px 0;
}
.logo img {
    display: block;
    height: 30px;
}
.search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search .fa {
    color: #493735;
    font-size: 16px;
}
.book-app {
  
    padding: 8px 0;
    margin: 0 0 0 20px;
}
.book-app a  {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #6e4e47;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 5px;
}
.home-form textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 45px;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    resize: none;
}


/*Amitava*/



section.faq{
  
border-top: 1px solid #e1b77e;
}

.banner-static.our-speciality{
    background-image: url(../img/banner-inner.jpg);
}

.banner-static.international{
    background-image: url(../img/Minternational-banner.png);
}
.banner-static {
 
    background-size: cover;
    background-position: left top;
    padding: 80px  0;
}
.banner-button {
    display: flex;
    /* margin-left: auto; */
    justify-content: flex-start;
}
.banner-button a:first-of-type{
   margin-right: 20px;
}


.banner-text h1, .banner-text p{
    width: fit-content;
    margin-left: auto;
    padding-bottom: 15px;
    text-align: right;

    line-height: 1.2;
    
}
.banner-text h1{
    font-size: 36px;
    font-weight: 600;
    color: white;
}
.banner-text p{

}
.text-style h2 {
    color: #6e4e47;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    padding: 0;
  
}
.text-style h3 {
    font-weight: 600;
    font-size: 16px;
    color: #6e4e47;
    line-height: 20px;
    /* padding: 0 0 10px; */
}
.text-style p, .text-style ul li{
    color: #6d6e70;
    font-weight: 400;
    color: #666666;

    line-height: 25px;

    margin: 0 0 10px;

    font-size: 14px;
}

.text-style strong{
	color: #6e4e47;
}

.card.blog-det .expart_persons{
    width: 100px;
    height: 100px;
 
    margin-right: 20px;
  
    min-width: 100px;
}
.req-ap{
    padding:30px 20px;

}
.req-ap button{
    font-size: 22px;
    font-weight: 400;
    border: 0;
    background-color: #6e4e47;
}
.req-ap button:hover{
    outline:1px solid #6e4e47;
    background: #e1b77d;
}
.req-ap h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #6e4e47;
    margin-bottom: 15px;

}

.expart_cont{
    text-align:left;
}
.text-style ul li{padding-left: 15px;position: relative; margin: 0 0 5px;line-height: 21px;}

.text-style ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #6d6e70;
    border-radius: 100px;
    left: 0;
    top: 7.5px;
}
.text-style p:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}
.banner .banner-slider .slick-list {
    display: block;
     overflow: inherit !important; 
    margin: 0;
    padding: 0;
}
 .slick-slide {

    height:auto;

}


.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 100px;
}
.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #c1bcaa;
    border-radius: 4px;
}
.banner .slick-dots li.slick-active button {
    background:#f1a11e;
    width: 20px;
}
.banner .slick-dots li button:before{
    display: none;
}
.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.inner-banner {
    background-color: #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.inner-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.5);
}
.inner-banner-text {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.innerBannerWrapper { position: relative;}
.banner_text_wrapper { position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.banner_text_wrapper h2 { padding-bottom: 15px; font-size: 32px; font-weight: normal;}
.btn-red2 { color: #e1b87a; background-color: #6d4c43; border-color: #6d4c43;}
.btn-red2:hover { background: #990c1c; color: #fff;}



.marquee-area {
    background-color: #32281e;
    padding: 15px 0;
}
.marquee-area label {
    float: left;
    color: #ffcd00;
    font-size: 14px;
    line-height: 18px;
}
.marquee-area p {
    color: #fff;
}
.marquee-area .marquee {
    float: right;
    max-width: 1000px;
}

.mobile_primary {    
    padding:0;
    transition:all .6s;
    position: relative;
    z-index: 9999;
    margin-left: 15px;
  
}
.mobile_primary ul.menu li .sub-menu-details ul li a{
    background-color: #fff;
    color: #000;
    display: flex;
}
/* .mobile_primary ul.menu li .sub-menu-details ul li:last-of-type a{
   border-bottom: 0; 
 } */
.mobile_primary ul {
    margin:0;
    padding:0;

}
.sub-menu-details ul {
    margin:0;
    padding:0;

}

.mobile_primary li {
    cursor:pointer;
    display:inline-block;

   
}

.menu_fixed .sub-menu--button {
    top:25%
}

.mobile_primary li:last-child {
    margin-right: 0;
}

.mobile_primary li:last-child .sub-menu {
    right:0
}

.mobile_primary ul li a {
    color:#282828;
    font-weight: 400;
    padding:17px 6px;
    font-size: 14px;
    line-height: 14px;
    display:
    block;
    position:
    relative;
    z-index:99;
    text-decoration:
    none;
    text-align:
    center;
    text-transform:
    capitalize;
    transition:
    all .6s;
}

.menu_fixed .mobile_primary ul li a {
    padding:17px 15px;
    transition:all .6s
}

.mobile_primary ul li.current-menu-item a,.mobile_primary ul li a:hover {
    color:#0097f7
}
.sub-menu--button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.sub-menu--button::after {
    content:"\f107";
    font-family:FontAwesome;
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:14px;
    color:#ffff;
    transition:all.5s ease-in-out
}

.mobile_primary ul li.current-menu-item .sub-menu--button::after,
.mobile_primary ul li:hover .sub-menu--button::after {
    color:#fff
}
.mobile_primary ul li ul li .sub-menu--button {
    position: absolute;
    top: 20%;
    right: 10px;
}
.mobile_primary ul li ul li:hover .sub-menu--button::after {
    color: #fff
}
.mobile_primary .sub-menu {
    background: #fff none repeat scroll 0 0;
    border-top: 4px solid #6e4e47;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 130%;
    visibility: hidden;
    opacity: 0; 
    display: none;   
    border-radius: 0;
    border-bottom: 0;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%) !important;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%) !important;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.mobile_primary ul.menu li.current-menu-item a, .mobile_primary ul.menu li a:hover {
       
    background-color: #6e4e47;
    color:#fff;
    border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;	
}


.mobile_primary .sub-menu:after {
    /*content: '';
    border-right: 30px solid transparent;
    border-bottom: 20px solid rgb(255, 255, 255);
    position: absolute;
    left: 10%;
    top: -10px;*/

}
.sub-menu h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #0268b1;
}
.sub-menu p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    padding: 0;
    margin-top: 0;
}
.mobile_primary .sub-menu li {
    display:block;
    position:relative;
    padding:0;
    margin:0
}

.mobile_primary li .sub-menu ul li a {
    color:#000;
    padding:0 0 8px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    display:block;
    text-transform:inherit;
    font-size:14px;
    font-weight:400;
    line-height:16px;
    text-align:left;
    position: relative;
}

/* .mobile_primary li .sub-menu ul li a:after {
    content:"\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-family:'FontAwesome';
    color: #000;
} */
.mobile_primary li .sub-menu ul li a:hover,
.mobile_primary li .sub-menu ul li a:hover:after {
        color: #0097f7;
}
.mobile_primary .sub-menu a:hover {
    /*color:#fff;
    background:#343d3f*/
}

.mobile_primary .sub-menu li a:after,
.mobile_primary .sub-menu li.current-menu-item>a:after,
.mobile_primary .sub-menu li.current-page-ancestor>a:after,
.mobile_primary .sub-menu li.menu-item-has-children:hover>a:after,
.mobile_primary .sub-menu li.menu-item-has-children>a:hover:after {
    content:none
}

.mobile_primary .sub-menu .sub-menu {
    left:100%;
    position:absolute;
    top:0
}
.sub-menu-details h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #6e4e47;
    border-bottom: 1px solid #6e4e47;
    padding: 0px 0 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

/*.mobile_primary li:hover>.sub-menu {
    display:block;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transition: all 0.4s;
}*/

.mobile_primary li.show_sub_menu >.sub-menu {
    display:block;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transition: all 0.4s;
}
.mobile_primary li.show_sub_menu a:first-child{
	background-color: #6e4e47;
	color: #fff;
	border-radius: 4px;

  	border-bottom-right-radius: 4px;
 	border-bottom-left-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



.mobile_primary li:hover>.sub-menu li:after,
.mobile_primary li:hover>.sub-menu li:before {
    display: none;
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display:block;
    top:0
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu li a {
    text-transform:none
}

.menu-button,.menuClose {
    display:none
}
.fixed_header {
    display: none;
}

.fixed-social {
    position: fixed;
    z-index: 99999999;
    right: -50px;
    width: 50px;
    top: 50%;
    transition: all .25s ease;
    transform: translate(0,-50%);
    background-color: #003898;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    padding: 10px 0;
}
.fixed-social.fixed-socialshow {
    right: 0;
}
.fixed-social a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: block;
    padding: 10px;
}

.appointment_booking {
   
    border-bottom: 1px solid #f7e1c2;
}
.appointment_booking p , .appointment_booking p a{
    color: #6e4e46;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}
.appointment_booking .selectric {
    border: 0;
    border-radius: 0px;
    background: #f7e1c2;
    position: relative;
    overflow: hidden;
}
.appointment_booking .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 0;
    font-size: 20px;
    line-height: 55px;
    color: #6e4e46;
    font-weight: 500;
    height: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 10px;
}
.appointment_booking .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 38px;
    background-color: #6e4e46;
    color: #f7e1c2;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.appointment_booking .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #f7e1c2;
    border-bottom: none;
}
.appointment_booking .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f7e1c2;
    border: 1px solid #f7e1c2;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.appointment_booking .selectric-open .selectric-items {
    display: block;
}
.appointment_booking .selectric-items li {
    display: block;
    padding: 15px 10px;
    color: #666;
    cursor: pointer;
}
.appointment_booking .selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}
.appointment_booking .selectric-items ul, .appointment_booking .selectric-items li {
    list-style: none;
    font-size: 18px;
    line-height: 20px;
    min-height: 20px;
}

button.appointment_btn, a.appointment_btn {
    background-color: #6e4e47;
    padding: 0;
    /* text-transform: uppercase;*/
    text-align: center;
    color: #e1b77e;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
}

button.appointment_btn:hover , a.appointment_btn:hover, .book-app a:hover{
    background-color: #e1b77e;
    color: black;
}
.treatments {
  
  
    background: rgba(255,255,255,1);
    background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(236,212,177,1) 50%, rgba(236,212,177,1) 100%);;
}
.dna-bg  {
    background-image: url(../img/dna.png) !important;
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 60%);
    background-size: contain !important;
}
.treatments-inner {
    padding: 0;
    margin: 0;
    text-align: center;
}
.treatment-icon {
   width: 140px;
    height: 140px;
    background-color: #6d4e46;
    border-radius: 50%;
    border: 10px solid #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.treatments .slick-prev,.treatments .slick-next, .meets-doctors .slick-prev, .meets-doctors .slick-next, .customer-logos .slick-prev , .customer-logos .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9
}

.treatments .slick-prev, .meets-doctors .slick-prev , .customer-logos .slick-prev{
    left: 0;
    background: url(../img/left-arrow1.png) center center no-repeat;
}
.treatments .slick-next , .meets-doctors .slick-next , .customer-logos .slick-next {
    right: 0;
   
    background: url(../img/right-arrow1.png) center center no-repeat;
   
}
.treatments .slick-prev::before, .treatments .slick-next::before, .meets-doctors .slick-prev::before, .meets-doctors .slick-next::before , .customer-logos .slick-prev::before, .customer-logos .slick-next::before  {
    display: none;
}

.meets-doctors .slick-prev{
 
    top: 140px;

}
.meets-doctors .slick-next {
    top: 140px;

}
.customer-logos .slick-prev{

    top: 140px;

}
.customer-logos .slick-next {
    top: 140px;
}


.nav-tabs {
    display: inline-block;
}
.nav-tabs li {
    border-top-right-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
	text-align: center;
    font-size: 16px;
	text-align: center;
    line-height: 16px;
    font-weight: 400;
    background-color: #e1b77e;
    display: inline-block;
    border-top-left-radius: 5px;

}
.tab.is-active {
  background: #80716e;
}

.tab-panel {
    display: block;
    height: 0;
    overflow: hidden;

}
.tab-panel.is-active {
 height: auto;

}
.tab-content {
    
    padding: 0;
}


.treatments:not(#home_treatment) .tab-content .tab-panel .treatment-icon{
    display: none;
    
}
.treatments:not(#home_treatment) .tab-content .tab-panel .slick-slide {
    position: relative;
    margin: 0 10px;
    border-radius: 4px ;
    overflow: hidden;
    border: 1px solid #6e4e48;

    background: white;
    padding: 15px;
}
.treatments:not(#home_treatment) .tab-content .tab-panel .slick-slide:hover{
    background:#6e4e48;
}
.treatments:not(#home_treatment) .tab-content .tab-panel .treatments-inner a{
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #6e4e48;

}
.treatments:not(#home_treatment) .tab-content .tab-panel .slick-slide:hover a{
    color: white;
}
.tab-content .tab-panel .treatments-inner a:hover{
    text-decoration: none;
}
.treatments:not(#home_treatment) .tab-content .tab-panel .slide.no-caroursel:hover{
    background:#6e4e48;
}
.treatments:not(#home_treatment) .tab-content .tab-panel .slide.no-caroursel:hover a{
    color: white;
}
.treatments:not(#home_treatment) .tab-content .tab-panel .slide.no-caroursel{

position: relative;

margin: 0 10px;

border-radius: 4px;

overflow: hidden;

border: 1px solid #6e4e48;

background: white;

padding: 15px;

width: 100%;

max-width: 300px;
}

/* .treatments:not(#home_treatment) .tab-content .tab-panel  .slick-next, 
.treatments:not(#home_treatment) .tab-content .tab-panel  .slick-prev  {

    filter: invert(0.5);
} */
.slick-slide {
    display: block;
    position: relative;
  
}
.meets-doctors.technology .slick-next , .meets-doctors.technology .slick-prev  {
 
     top: 40px; 

}
.meets-doctors .slide:last-of-type .book_doc{
    margin-bottom: 0;
}
.treatments-tabs {
    /* padding-top: 30px; */
}



.meet-our-exparts h2 {
     /* padding: 0 0 10px; */
     /* margin: 0; */
     font-weight: 600;
     font-size: 20px;
     line-height: 1;
     color: #6e4e47;
}
.meet-our-exparts h3 {
    /* padding: 0 5px; */
    /* margin-bottom: 5px; */
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #5a595d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meet-our-exparts h4 {
    /* padding: 0 5px; */
    /* margin-bottom: 5px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #5a595d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.doctor-appointment.heading_red .meet-our-exparts h4, .doctor-appointment.heading_red .meet-our-exparts h3{
	 -webkit-line-clamp: 10;
	
}
.single-button{
    margin-right: 60px!important;
}
.meets-doctors {
    /* margin: 20px 40px  0; */
}


.exparts-inner {
    text-align: center;
}
.view_profile {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.heading_red h2{
    font-size: 30px;
}
.book_doc {
  background-color: #6e4e47;
  padding: 15px;
    border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
 
}

.book_doc:hover {
    background-color: #e1b77e;
    color:black;
}


.technology .book_doc {
    background-color: #e0b87d;

    text-align: center;
    color: #6d6e70;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    display: inline-block;
    /* margin-top: 25px; */
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.technology .book_doc:hover {
    background-color: #6e4e47;
    color:white;
    overflow: hidden;
}
.viewall {
  background-color: #6e4e47;
  padding: 10px 25px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;

  border-radius: 5px ;
}
.viewall:hover {
    background-color: #e1b77e;
    color: black;
}
.expart_persons {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin-left:  auto;
    margin-right:  auto;
    margin-top: 2px;
}
.expart_persons img {
    width: 100%;
    height: 100%;
}



.line {
    margin: 15px 0;
}


.advance_tech  .slick-slide{
	padding: 0 15px;
}
.advance_tech  .slide.no-caroursel{width:100%;margin:0 5px; max-width: 250px;}

.advance_tech  .slick-slide img {
    display: block;
    width: 100%;
	 border-radius: 5px;
    
}
.advance_tech  .slide.no-caroursel .tech_card_img{justify-content:center;}
.advance_tech  .slide.no-caroursel .tech_card_img img{width: 100%;}
.tech_card_img {
    overflow: hidden;
    height: 150px;
    object-fit: cover;
    display: flex;
    outline: 1px solid #6e4e47;
    border-radius: 5px;
    position: relative;
    top: 1px;
}
.background_bg {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;    
    position: relative;
    min-height: 390px;
    text-align: center;
}
/* .background_bg .container {
    width: 1170px;
    max-width: 100%;
} */
.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.background_bg h3 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    line-height: 35px;
}
.background_bg h4 {
    font-weight: 700;
    font-size: 53px;
    color: #fff;
    line-height: 53px;
    padding: 0 0 15px;
}


.network_slider_inner {
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
}
.hs_reviews {
    padding: 20px;
    background-color: #6e4e47;
    min-height: 120px;
}
.net-hs img {
    width: 100%;
}
.hospital_network .hs_reviews p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: left;
}
.hospital_network .hs_reviews span {
    color: #ecd4b1
 
}

.find_btn {
  background-color: #e1b77e;
  padding: 15px;
    border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  display: inline-block;

}
.find_btn:hover {
    color: white;
    background-color: #6e4e47;
}



.hospital_network .slick-dots, .here_our_patients .slick-dots {
    position: absolute;
   
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    
}
.hospital_network .slick-dots li ,.here_our_patients .slick-dots li  {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.hospital_network .slick-dots li button , .here_our_patients .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #c1bcaa;
    border-radius: 4px;
}
.hospital_network .slick-dots li.slick-active button ,.here_our_patients  .slick-dots li.slick-active button{
    background:#6e4e47;
    width: 20px;
}
.hospital_network .slick-dots li button:before , .here_our_patients  .slick-dots li button:before{
    display: none;
}

.here_our_patients {
    background-color: #f8e1c2;

}

.here_our_patients video {
    width: 100%;
}
.video_box {
    display: flex;
    margin-bottom: 10px;
}
.here_our_patients h6, .tech-card h4 {
    font-weight: 500;
    font-size: 15px;
    color: #6e4e47;
    line-height: 1.1;
    padding: 0;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 32px;
}


.here_our_patients .video-wrapper p{

display: -webkit-box;

-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;

text-align: left;
}
.here_our_patients .slick-slide p{
    font-size: 15px;
}
.here_our_patients .main-video h6 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    line-height: 20px;
    padding:  15px 0;
}
.video-list {
    height: 369px;
}
.video-list .video_box.active , .video-list .video_box:hover{
  background: #ffffff;
}



.social_area {
    padding: 0;
    margin: 0;
}
.social_video {
  margin: 0 0 25px;
  position: relative;
  outline: 2px solid #795548;
  background: #795548;
  height: 275px;
  border-radius: 5px;
}
.social_area .row:last-of-type  .social_video {
    margin: 0 ;
   
  }
.social_area hr:last-of-type   {
    display: none;
    
}
.social_video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -49px;
    margin-left: -49px;
}
/* .social_content {
    margin-bottom: 30px;
} */

.customers_details {
    margin-top: 20px;
}
.customers_details img {
    float: left;
    margin-right: 10px;
}
.customers_details h5 {
    font-weight: 600;
    font-size: 16px;
    color: #6d6e70;
    line-height: 18px;
    /* padding: 0 0 10px; */
    text-transform: capitalize;
}
.customers_details h6 {
   font-weight: 500;
    font-size: 15px;
    color: #e1b77e;
    line-height: 16px;
    padding: 0;
    text-transform: capitalize;
}
.footer {
    padding: 0;
   
    margin: 0;
    position: relative;
    z-index: 1;
    background-color: #e1b77e;
}

.footer-logo {
    background-color: #493735;
    padding: 20px 0;
}
.footer-contact {
    border: 1px solid #ccc;
}
.footer-bottom p {
    color: #ccc;
    padding: 15px 0;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    padding: 0;
    margin: 0 0 6px;
}
.footer-menu ul li a {
    padding: 0;
    margin: 0;
    color: #493735;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}


/*.footer-menu ul li a:after {
    font-family:'FontAwesome';
    content:"\f105";
    position: absolute;
    left: 0;
    top: 1px;
}*/
.footer-menu ul li a:hover {
    color: #333;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 2px;
    transition: all 0.4s;

}
.footer-menu .book-app{
    margin-left: 0;
}
.footer-menu  .book-app a:hover {
    background-color: #e1b77e;
    color: black;
    outline: 1px solid #000 !important;
}
.footer-bottom h3 {
    font-size: 16px;
    color: #493735;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
}
.footer-social {
    margin-bottom: 10px;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-social ul li a {
    color: #fff;
    font-size: 30px;
}

.copyright {
    text-align: center;
    padding: 15px 0
}
.copyright p {
    color: #493735;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
#return-to-top {
    top: -45px;
    right: 0;
    margin: 0px auto;
    color: #fff;
    text-transform: uppercase;
    background: #28c0d4;
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    display: none;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -moz-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -o-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -ms-box-shadow: 0px 2px 25px -5px #c5c5c5;
    box-shadow: 0px 0px 2px 25px -5px #c5c5c5;
}
.healcare {
    position: relative;
}
.healcare img {
    display: block;
}
.healthcare-logo {
    position: relative;
    z-index: 9999;
    max-width: 150px;
}
.healcare:after{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 65%;
    left: 0;
    background-color: #fff;
    content: '';
}
.footer-bottom {
    padding: 0;
}

.mobile_primary ul li .sub-menu ul li img {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.about_meitra {
    padding: 30px 0;
}
.meitra_youtube_area {
    border:1px solid #cccccc;
    border-radius: 6px;
}
.meitra_youtube_video {
    height: 258px;
    border-radius: 6px;
}
.meitra_youtube_video iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.meitra_youtube_video_content {
    padding: 20px;
}
.about_meitra p {
    padding: 0 0 15px;
    line-height: 0;
    font-size: 14px;
    line-height: 25px;
}
.meitra_vission {

    background-color: #f8e1c2;
}
.meitra_vission h3 {

    font-size: 30px;
    line-height: 1;
    color: #6e4e47;
    font-weight: 500;
    text-transform: capitalize;
}
.meitra_vission p {

    line-height: 0;
    font-size: 14px;
    line-height: 24px;
}

.leadership_section .text-center {
  margin: 0 0 50px;
}
.leadership_area {
  text-align: center;

}
.leadershipt_persons {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.leadershipt_persons img {
  width: 100%;
  height: 100%;
}
.leadership_section h2 {
  padding: 0 0 10px;
  margin: 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #6e4e47;
}
.leadership_section h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #5a595d;
}
.our_milestone {
    padding: 30px 0;
    border-bottom: 1px solid #ecd4b1;
}

.appointment_booking .selected-item {
    background: #f8e1c2;
    padding: 10px 20px;
    color: #6e4e47;
    cursor: pointer;
    z-index: 99;
    font-weight: 400;
    margin-top: 0;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 40px;
}
.appointment_booking .selected-item:before , .doctors_listing_search_wrap .custom-select .selected-item:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/hospital.png);
    position: absolute;
    background-size: cover;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.appointment_booking  .custom-select{
    margin-top: 0;
    height: auto;
   
}
.search-btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #6e4e47;
    color: #fff;
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.quicklinkheader{
    display: none !important;
}
.bannnerbg {
    min-height: 350px;
    object-fit: cover;
    object-position: left;
}
.push-bottom{
    margin-bottom: 20px;
}
.appointment_booking p:hover, .appointment_booking p a:hover{
    text-decoration: underline;
    color:#6e4e47;
}


.expart_persons , .doctor-profile h2{
    cursor: pointer;
}
p.speciality {
    font-size: 16px;
}
.find-doc{
    border-bottom: 0 !important;
} 

h3.count-tag {
    font-size: 30px;
    /* border-bottom: 1px solid #6e4e47; */
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    color: #6e4e47;
    font-weight: 600;
    line-height: 1.5;
}
section.hospital-list{
    padding: 30px 0;
}
.hospital-details h2{
    font-size: 24px;
    font-weight: 600;
    color: #6e4e47;
}
.hospital-box {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%), 0 2px 4px rgb(0 0 0 / 20%);
}
.mobile-block{
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-button button{
    min-width: 200px;
  }

/* 
  .iframe-contact{
    width:90%;
    margin-left: auto;
} */
ul.speciality_list li a:hover, #maincontent_tagsul a:hover {
    color: #6f4e47;
    border-bottom: 1px solid #6f4e47;
    text-decoration: none;
    transition: all .3s;
}
ul.speciality_list li {
    margin-bottom: 5px;
}
.appo_search_result {
    position: absolute;
    box-shadow: none;
    width: calc( 100% - 30px );
}
.appo_search_result   .card-header{
    background-color: rgb(110 78 71) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
/* .appo_search_result .card-header:not(:first-of-type) .appo_search_result_apply{
    display: none;

} */
.list-group-flush>.list-group-item {
    position: relative;
    border-width: 0 0 1px;
    display: flex;
    padding: .5rem .5rem .25rem 1.5rem;
}
.search_container .list-group-flush>.list-group-item{
    padding-left: 2.5rem;
}
.search_container .list-group-flush>.list-group-item::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: rgb(110 78 71);
    border-radius: 3px;
    left: 20px;
    top: 15px;
}
.list-group-flush>.list-group-item   input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list-group-flush>.list-group-item label  {
    margin-left: -5px;
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
}
.exparts-inner a h3 p{
    padding: 0;
}


.main-video iframe, .social_video iframe {
    min-height: 100%;
    width:100%;
}

.video_box img {
    width: 40%;
}

.appo_search_input{
    background: #f8e1c2;
    padding: 12px 20px;
    color: #6e4e47;
    cursor: pointer;
    z-index: 99;
    font-weight: 400;
    margin-top: 0;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
    padding-left: 40px;
    position: relative;
    z-index: 8;
}

.appo_search_result{
    position: absolute;
    width: 348px;
    -webkit-box-shadow: 10px 10px 5px 0px rgb(235 235 235);
    -moz-box-shadow: 10px 10px 5px 0px rgba(235,235,235,1);
    box-shadow: none;
    
}
#appo_search_result_div{
    position: relative;
}
#appo_search_result_div:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/search.png);
    position: absolute;
    background-size: cover;
    left: 25px;
    top: 15px;
 
    z-index: 9;
}

.appo_search_container{
    border: 1px solid #f7e1c2;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    


.appo_search_container::-webkit-scrollbar
{
	width: 6px;
	background-color: #ccc;
}

.appo_search_container::-webkit-scrollbar-thumb
{
	background-color: #6e4e47;
}
.appo_search_container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #ccc;
}


.dr_search_date_row::-webkit-scrollbar
{
	width: 6px;
	background-color: #ccc;
}
.dr_search_date_row::-webkit-scrollbar-thumb
{
	background-color: #6e4e47;
}
.dr_search_date_row::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	background-color: #ccc;
}
    .slick-track {
    margin:auto;
    }

    .list-group-item input {

        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
      }
.list-group-item label {
    position: relative;
    cursor: pointer;
  }
  
  .list-group-item label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #6e4e47;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -5px;
  }
  .list-group-item input:checked + label::before{
    background-color: #6e4e47;
  }
  .list-group-item input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5.5px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  /*Enuire Form*/
  
  .contact-form .modal-header{
    padding: 0;

  }
.contact-form-wrapper  {
    background: transparent;
    border: none;
}
  .modal-content button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #6e4e47;
    opacity: 1;
    color: white;
    font-weight: 300;
    padding: 4px 8px;
    z-index: 1;
    border-radius: 100px;
}
  .contact-form {
    padding: 30px 40px;
    background-color: #f8e1c2;
    border-radius: 12px;

  }
  
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #6e4e47;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #6e4e479a;
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  .contact-form  .form-control{
    min-height: 45px;
  }
  .contact-form  .selected-item {
    background: #ffffff;
    border-radius: 4px;
    min-height: 45px;
    margin-top: 0;

    border: 1px solid #ccc;
}
.contact-form .custom-select {
    margin-bottom: 30px !important;
    height: auto;

}
  .contact-form .description {
    color:#333;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #6e4e47;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 1.5;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #e1b77e;
    color: black;
  }
.doctors_listing_search_wrap .custom-select .selected-item {
    margin-top: 0;
    background: #e1b77d;
    padding-left: 40px;
    position: relative;
	border-radius: 4px;
}
  .doctors_listing_search_wrap .btn.btn-red{
    height: 50px;
  }
  .footer {
    padding: 50px 0 0;
}


/*card*/
.frequently-sold .card{
    border:none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.frequently-sold .card-body{
    padding:0;

}
.frequently-sold .card-action {
    background: #e1b681;
}
.frequently-sold .card-action span{
    color: white;
    font-weight: 700;
}
.frequently-sold .card-action  a{

        padding: 10px;
        font-size: 14px;
        line-height: 14px;
        background-color: #6e4e47;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        border-radius: 6px;

        border: none !important;
        outline: none;
        transition: all .3s;
        text-decoration: none;
     
  
    background-color: white;
    color: #6e4e48;
}
.frequently-sold .card-action  a:hover{
    background-color: #6e4e48;
    color:  white;
}
.frequently-sold .card-action  a:last-of-type{
    margin-left:5px;
    background-color: #6e4e48;
    color:  white;
}
.frequently-sold .card-action  a:last-of-type:hover{
    background-color: white;
    color: #6e4e48;
}
.frequently-sold h4.card-title {
    background: #6e4e49;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.custom-package .card {

    min-height: 150px;
    display: flex;
    border-radius:10px;
    flex-direction: column;
    justify-content: space-around;
}
.custom-package .card a ,.box-content a{
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    font-weight: 400;
    border-radius: 6px;
    border: none !important;
    outline: none;
    transition: all .3s;
    text-decoration: none;
    background-color: #6e4e48;
    color: white;
}
.custom-pack-heading h2 {
    line-height: 1.5;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6e4e49;
}
.custom-package .card a:hover, .custom-package .card a:active ,.box-content  a:hover,.box-content   a:active{
    background-color: #e0b585 !important;
    color: white!important;

   
}

.featured-box {
    background: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
  
    margin-left: auto;
    margin-right: auto;
  
    /* min-height: 100px; */
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.featured-box .box-content {
    background: #152a5708;
    padding: 15px;
}
.featured-box-primary .box-content-border-bottom {
    border-bottom:4px solid #6e4e49 !important;
}
.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #6e4e49;

}
.featured-box .box-content img{
    border: 1px solid #6e4e49;
}


.video-wrapper {
    position: relative;
    height: 230px;
    border-radius: 5px;
    outline: 2px solid #795548;
    background: #795548;
}

.video-wrapper iframe {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	height: 100%;
}

#main-slider button.slick-prev{
    left: -40px;
    top: 125px;

    background: url(../img/left-arrow1.png) center center no-repeat;
    width: 40px;
    height: 40px;
    z-index: 9
}
#main-slider button.slick-arrow::before{
    content: none;
}
#main-slider button.slick-next{
    right: -40px;
    top: 125px;
    background: url(../img/right-arrow1.png) center center no-repeat;
    width: 40px;
    height: 40px;
    z-index: 9
}
#main-slider .slick-slide {
    display: block;
    position: relative;
    padding: 0 10px;
}

/*datepicker*/
.ui-datepicker{
z-index: 10 !important;
}
img.ui-datepicker-trigger {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 90%;
    object-fit: scale-down;
    height: 40px;
    object-position: right;
    filter: hue-rotate(60deg);
}
.footer-store-con a img {
    width: 100px;
    margin-right: 20px;
}
.footer-social ul li.accerdian {
    display: flex;

}
.accerdian img {
    max-width: 60px;
}
.accerdian img:first-of-type {
    max-width: 50px;
    /*height: 100%;*/
    margin: auto 0;
    margin-right: 20px;
}

.tandc{
    padding: 0;
    margin: 0;
    color: #493735;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
.tandc:hover{
    color: #333;
    text-decoration: underline;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.extra-link{
    padding: 0;

    color: #493735;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    font-weight: 500;
    margin: 15px 0;
    white-space: nowrap;
}
.extra-link:hover{
    color: #333;
    text-decoration: underline;
}
.search_box-footer {
    position: relative;
    border-radius: 4px;
    /* overflow: hidden; */
    margin-top: 25px;
}
.search_footer_container{
    border-radius: 5px;
    height: 273px;
    position: absolute;
    bottom: 44px;
    overflow: hidden;
    display: none;
}
.search_box-footer input {
    border-radius: 4px;
height: 40px;
 
font-size: 14px;
}
a.search-btn-footer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #6e4e48;
    color: white;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search_footer_result_dep .list-group-flush>.list-group-item, .search_footer_result_dr .list-group-flush>.list-group-item{
    position:relative;
    padding-left: 2.25rem;
}
.search_footer_result_dep .list-group-flush>.list-group-item::before , .search_footer_result_dr .list-group-flush>.list-group-item::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: rgb(110 78 71);
    border-radius: 3px;
    left: 20px;
    top: 15px;
}
.colum-link{
    height: auto;
}
.banner-button.book-app a {
    padding: 15px 24px;

    min-width: 200px;
    display: flex;
    justify-content: center;
}
.banner-button.book-app a:hover {
   outline: 1px solid #6e4e48 !important;
}
.procedure .selected-item {
    border-radius: 4px;
    margin-top: 0px;
    transform: translateY(-5px);


}
.procedure  .custom-select {

    margin: 0;

}

.mobile_primary .sub-menu.sub-menu-single {

    top: 100%;
    left: initial; 
    width: auto; 
    padding-bottom: 0;
}
.appointment_booking.not-main .selected-item {

    padding-left: 20px;
}

.appointment_booking.not-main .selected-item:before {
    content: none;

}
.emergengy-text{
    margin-top: 30px !important;
}
.video-wrapper.testimonial
{
    height: 175px;
}
.testimomnial-content h2 {
    color: #6e4e47;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    /* padding-bottom: 5px; */
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: inline-flex; */
    min-height: 40px;

}
.custom-select.lang-select{
    margin: auto;
    height:auto;
    min-width: 155px;
}
.custom-select.lang-select .selected-item{
    padding: 2px 25px 2px 10px;
    height: auto;
    min-height: auto;
    font-size: 14px;
    margin: auto 0;
    border-radius: 4px;
}
.custom-select.lang-select .all-items .item {
 
    padding: 5px 15px;

    font-size: 14px;
    z-index: 999;
}



.suman-select{
    height: 50px;
background: #f8e1c2;
border: none;
border-radius: 5px;
-webkit-appearance: none;
-moz-appearance: window;
padding: 2px 50px 2px 15px;
background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
background-repeat: no-repeat;
background-position: 95% center;
color: #6e4e47;
font-weight: 600;
width: 100%;
}

.suman-select:focus {
outline: none !important;
}

.suman-select option:hover {
  background-color: yellow;
}

.suman-select option:active {
  background-color: darkgreen;
}

.suman-select option:focus {
  background-color: red;
}
.modal-header h5{ 
	margin-top:auto;
	margin-bottom:auto; 
   line-height: 1.5;
    font-size: 18px;

    color: #6e4e49;
}
.sticky-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}
.otp_row form{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.doctor-appointment.leader-details .card .doctor-img {max-width:250px;}
.doctor-appointment.leader-details .card .doc-personal-details{margin:20px auto 0;text-align:center;}
a.back_btn {
    top: -10px;
    position: relative;

}

.contact-us [type="radio"]:checked + label:before, .contact-us [type="radio"]:not(:checked) + label:before{
    left: 6px;
}
.contact-us [type="radio"]:checked + label:after,.contact-us [type="radio"]:not(:checked) + label:after {
 
    left: 8.5px;
}

.location .hospital-details:last-of-type{
    padding-bottom: 0;
    border-bottom: 0;
}
.iframe-contact iframe{
    width: 100%;
}

/* .or-text:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 140px;
}

.or-text:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 140px;
} */

@media (max-width: 1024px) {
   
    .appointment_booking p, .appointment_booking p a {
    
        font-size: 14px;
        line-height: 21px;
 
    }
    .prev_available_date .find_btn, .next_available_date .find_btn{
        padding: 12px;
        font-size: 14px;
    }
    .red_text{
        font-size: 30px;
    }
    .search_row {
        padding-bottom: 80px !important;
        padding-top: 20px !important;
    }
    .gallery .slick-slide img {
        padding: 0px; 

        overflow: hidden;
    }

    .advance_tech, .gallery .customer-logos {
        padding: 0 !important; 
    }
	.float{
	display:none;
	}
    .gallery h2 {
        color: #6e4e47;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 600;
        padding: 0;
        margin-bottom: 10px;
    }
    .leader-details .card {
         float: none; 
         margin-right: 0; 
         margin-bottom: 0; 
         transform: none; 
        border: 0;
        justify-content: center;
        text-align: center;
    }
    .custom-select.lang-select .selected-item {
    
        min-height: auto;
        font-size: 14px; 
        padding: 17px 8px;
        text-align: left;
        color: #000;
        margin: auto 0;
        border-radius: 0;
        background: inherit;
        font-weight: 400;

    }
    .custom-select.lang-select .all-items .item{
        padding: 10px;
    }
    .banner-button.book-app {
   
        margin: auto; 
   
   }
   .banner-button.book-app a {
       padding: 15px;
       min-width: 150px;

    
   }
    .banner-button.book-app a.single-button {
		width: 100%;
		margin: 0 !important;
	}

    .vl-verti-text {
        display: none;
    }
    .heading_red h2 {
        font-size: 20px;
    }
    .select-step label {
        margin: auto 0px 10px;
        text-align: left;
        font-weight: 500;
    }
    .select-step {
        display: grid;
        justify-content: initial;
        align-items: initial;
    }
    .select-step .custom-select {
         max-width: 100%; 
        margin: 0;
    }
    .our-strengths p{
        text-align: justify;
    }
    .joinprogram-banner form h2 {
     
        font-size: 24px;
      
    }

    .border-right{
        border-right: 0 !important ;
    }
        /*Need reduction*/
      
        .joinprogram-details{
            margin-top: 20px;
        }
        .joinprogram-banner form {
            max-width: 100%;
            margin-left: auto;
            margin: 20px auto 0;
        }
        .pos-ab-center-mob-none {
            position: initial;
            top: initial;
            right: initial;
            transform: none;
        }
        section.faq .content p {
            padding: 20px 0;
         
            text-align: justify;
        }
        .banner-button button{
            min-width: 120px;
          }
  

    .doc-personal-details{
        margin: 0;
        margin-left: auto;
    }
  
    #search_button {
        color: #6e4e47;
        cursor: pointer;
   
        text-align: center;
      
     
    }
 
    .search .fa {
        color: #6e4e47;
        font-size: 24px;
    }
    .call-icon{
        /* padding: 10px; */
        display: flex;
        align-items: center;
        /* background: #6e4e47; */
		max-width: 20px;
    }
    .call-icon a{
        font-size: 20px;
        color: #6e4e47;
    }
    button.appointment_btn, a.appointment_btn {
    
        font-size: 16px;
    
    }
    .quicklinkheader{
        display: block !important;
   
    }
    .quicklinkheader h3{
        color: white;
        background: #6e4e47;
        padding: 15px 10px;
        font-size: 16px;
        display: none;
    }
    .meet-our-exparts h2 {
     
        font-size: 18px;
        line-height: 1.2;
    }
    .meet-our-exparts h3 {
    
        font-size: 16px;
        line-height: 1.2;
   
    }
    .viewProf{
        font-size: 14px;
    }
    .doctors_listing p{
        font-size: 14px;
        margin:0;
    }
    .doctor_list_row .meet-our-exparts{
        padding-bottom: 0.5rem;
    }
    .meet-our-exparts h4 {
   
        font-size: 15px;
        line-height: 1.2;
     
    }
    .expart_persons {
        width: 175px;
        height: 175px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto;
    }
    .background_bg h4 {
        font-weight: 700;
        font-size: 32px;
        color: #fff;
        line-height: 42px;
        padding: 20px 0 0;
    }
    .background_bg h3 {
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .mobile_primary ul.menu li .sub-menu-details ul li a{
        background-color: #f3f3f3;
    }
    .search_box input{
        padding-right: 50px;
        height: 40px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    .search-btn {
  


        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    button:focus {
        outline:none;
        border:none
    }

    .mobile_primary {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -100%;
        background-color: #e6c28b;
        transition: .5s;
        z-index: 999;
        display: block!important;
        padding: 0;
        border-radius: 0;
        float: none;
        margin-left: 0;
        /* max-width: 350px; */
        overflow-y: auto;
    }
    .menu_fixed .mobile_primary {
        top: 66px;
    }
    .mobile_primary.active {
        display:block!important;
        left:0
    }

    .mobileOverlay {
        display:none
    }

    .mobileOverlay.toggle {
        display:block
    }

    .menuClose {
        position:absolute;
        top:0;
        right:10px;
        font-size:36px;
        line-height:36px;
        margin-left:0;
        color:#010101;
        background:none;
        width:auto;
        height:auto;
        border-radius:0;
        font-weight:300;
        cursor:pointer;
        display:block
    }

    .mobile_primary ul {
        list-style:none;
        margin:0;
        padding:0
		
    }
	  .mobile_primary ul#menu-main-navigation-1{
   
		padding-bottom:110px;
    }
  .mobile_primary ul.menu {
    height: calc(100vh - 50px);
    padding-bottom: 54px;
    overflow: scroll;
}

    .mobile_primary li {
        border-bottom: 1px solid #dbdbdb;
        display:
        block;
        position:
        relative;
        padding:0;
        background:
        none;
        margin:0
    }
    .mobile_primary li:last-of-type {
      position: initial;
      border: none;
     /* padding:10px 0;*/
	
    }

    .mobile_primary .sub-menu li {
        border:0
    }

    .mobile_primary ul li.current-menu-item a:after,.mobile_primary ul li a:hover:after {
        display:none
    }
    .mobile_primary ul li.current-menu-item a, .mobile_primary ul li a:hover {
        color: #fff;
    }
    .mobile_primary ul li a {
        padding:17px 8px;
        text-align: left;
        color: #5c5c5d;
        font-size: 15px;
        font-weight: 500;
        line-height: 15px;
    }

    .nav.fix-menu .mobile_primary ul li a {
        padding:17px 8px
    }

    .nav.fix-menu .sub-menu--button {
        top:0
    }

    .mobile_primary li:first-child {
        border-top:none
    }

    .mobile_primary .sub-menu {
        display:none
    }

    /* .mobile_primary .sub-menu li:first-child {
        border-top:1px solid #fff
    } */

    .mobile_primary li ul.sub-menu li a,.nav.fix-menu .mobile_primary li ul.sub-menu li a {
        padding:5px 20px;
        line-height:30px
    }

    .mobile_primary li ul.sub-menu li a:hover {
        color:#2d5ba9
    }

    .mobile_primary .sub-menu a:hover {
        background:none
    }

    .mobile_primary .sub-menu .sub-menu a {
        padding:15px 0 15px 50px
    }

    .mobile_primary .sub-menu--button {
        cursor:
        pointer;
        display:
        inline-flex;
        justify-content:
        center;
        align-items:
        center;
        height: 49px;
        position:
        absolute;
        right:0;
        top:0;
        width: 49px;
        z-index:99;
        background: #6e4e48;
        transition: all .5s;
    }
  

    .sub-menu--button::after {
        color:#fff;
        transform:rotate(-90deg)
    }

    .sub-menu--button.open::after {
     
        color:#000;
        transform:rotate(0deg)
    }

    .mobile_primary .sub-menu li {
        display:block
    }

    .mobile_primary li:hover .sub-menu {
        top:0;
        display:none
    }

    .nav.fix-menu .mobile_primary li:hover .sub-menu {
        top:0;
        display:none
    }

    .page-header__primary {
        display:none
    }

    .mobile_primary .sub-menu .sub-menu {
        left:auto;
        position:relative;
        top:0
    }

    .mobile_primary li ul.sub-menu li:hover ul.sub-menu {
        display:none;
        position:relative
    }

    .mobile_primary .sub-menu {
        position:relative;
        top:0;
        width:auto;
        background-color:#f3f3f3;
        box-shadow:none;
        text-align: left;
        list-style: outside none none;
        margin: 0;
        padding: 15px;
        visibility: inherit;
        opacity: inherit;
        border-radius: 0;
        border-bottom: 0;
        transform: inherit;
        transition: inherit;
        box-shadow: none;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
    .mobile_primary .sub-menu::after {
        display: none;
    }

    .mobile_primary li.dropdown a:after {
        background:none
    }

    .mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display:none
    }
    .logo {
        width: 65%;
    }
    .header-contact {
     
     
    }
	
    .header-contact ul li {
        padding: 0 8px;
    }
  
    .top-header {
       display: none;
    }
    
 
    .search_box {
        position: absolute;
        right: 0;
        top: 50px;
        width: 100%;
        max-width: 300px;
        border-bottom-left-radius: 5px;
    }
    .fixed_header {
        display: block;
        position: fixed;
      width: 100%;
      left: 0;
      top: inherit;
      bottom: 0;
      z-index: 9999999;
      background-color: #003898;
      border-top: 4px solid #fc8447;
      box-shadow: none;
      padding: 5px 0;
    }
    .fixed_header .logo {
        width: 100px;
        padding: 0;
        margin: 0;
    }
     .menu-button {
        position:
        relative;
        display:
        block;
        background-color:
        transparent;
        border:0;
        cursor:
        pointer;
        transition:
        all .3s ease;
        font-size:18px;
        line-height:29px;
        color:#fff;
        padding:0;
        margin-top:8px
    ;
        scale: .75;
    }
   
    .menu-button .line{
      width: 35px;
      height: 3px;
      background-color: #333;
      display: block;
      margin: 6px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .menu-button.toggle .line:nth-child(2){
      opacity: 0;
    }

    .menu-button.toggle .line:nth-child(1){
      -webkit-transform: translateY(11px) rotate(45deg);
      -ms-transform: translateY(11px) rotate(45deg);
      -o-transform: translateY(11px) rotate(45deg);
      transform: translateY(10px) rotate(45deg);
    }

    .menu-button.toggle .line:nth-child(3){
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg);
    }
    
    .open:before {
        background-position:right center;
        width:25px;
        transition:all .3s ease
    }
    .header-menu.sticky-header .mobile_primary{
        top: 50px !important;
    }
    .book-app{
        display: none;
    }
    .book-app1 a {
        padding: 17px 8px;
        text-align: center !important;
        color: #fff !important;
        width: 100%;
        display: flex;
        border-radius: 0;
        justify-content: center ;
        font-size: 12px;
        line-height: 12px;
        max-width: auto;
    }
  
    .book-app1 {
        max-width: 100%;
        padding: 5px;
        position: fixed;
        display: flex;
        background: #6e4e47;
        width: 100%;
        bottom: 0;
    }
    .text-style h2 {
      
        font-size: 22px;
        line-height: 1.5;
      
    }
    .text-style p , .text-style ul li {
    
        text-align: justify;
    }
    .treatments .text-center, .meet-our-exparts .text-center ,  .hospital_network .text-center {
        /* margin-top: 50px; */
        display: flex;
        justify-content: center;
    }

    .treatments .text-center a, .meet-our-exparts .text-center a , .hospital_network .text-center a,.here_our_patients .text-center a, .social_updates .text-center a , .blog  .text-center a{
        /* margin: 5px 0 0; */
        font-size: 14px;
        display: flex;
        width: 100%;
        justify-content: center;
    }
      .treatments .slick-dots li, .meet-our-exparts .slick-dots li , .customer-logos .slick-dots li {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 2px;
        padding: 0;
        cursor: pointer;
      }
      .treatments .slick-dots li button, .meet-our-exparts .slick-dots li button  , .customer-logos .slick-dots li button{
          font-size: 0;
          line-height: 0;
          display: block;
          width: 10px;
          height: 10px;
          padding: 0;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: #c5c5c596;
          border-radius: 4px;
      }
      .meet-our-exparts .slick-dots li button{
          background: #ccc ;
      }
      .treatments .slick-dots li.slick-active button , .meet-our-exparts .slick-dots li.slick-active button ,.customer-logos .slick-dots li.slick-active button{
          background:#80716e;
          width: 20px;
      }
      
      .treatments .slick-dots li button:before , .meet-our-exparts .slick-dots li button:before{
          display: none;
      }
     
      .mobile-block{
        display: block;
      }
      .desktop-block{
        display: none !important;
      }
}

@media(max-width:991px){
    .pt-sm-5px{
        padding-top: 5px;
        
    }
    .pt-sm-10{
        padding-top: 10px;
        
    }
    .pt-sm-20{
        padding-top: 20px;
        
    }
    .pt-sm-30{
        padding-top: 30px;
        
    }
    .pt-sm-40{
        padding-top: 40px;
        
    }
    .pt-sm-50{
        padding-top: 50px;
        
    }
    .pb-sm-5px{
        padding-bottom: 5px;
        
    }
    .pb-sm-10{
        padding-bottom: 10px;
        
    }
    .pb-sm-20{
        padding-bottom: 20px;
        
    }
    .pb-sm-30{
        padding-bottom: 30px;
        
    }
    .pb-sm-40{
        padding-bottom: 40px;
        
    }
    .pb-sm-50{
        padding-bottom: 50px;
        
    }
    .mt-sm-5px{
        margin-top: 5px;
        
    }    
    .mt-sm-10{
        margin-top: 10px;
        
    }
    .mt-sm-20{
        margin-top: 20px;
        
    }
    .mt-sm-30{
        margin-top: 30px;
        
    }
    .mt-sm-40{
        margin-top: 40px;
        
    }
    .mt-sm-50{
        margin-top: 50px;
        
    }
    .mb-sm-5px{
        margin-bottom: 5px;
        
    }
    .mb-sm-10{
        margin-bottom: 10px;
        
    }
    .mb-sm-20{
        margin-bottom: 20px;
        
    }
    .mb-sm-30{
        margin-bottom: 30px;
        
    }
    .mb-sm-40{
        margin-bottom: 40px;
        
    }
    .mb-sm-50{
        margin-bottom: 50px;
        
    }
    .meet-our-exparts  a.mobile-block{
        background: none;
        color: #6e4e47;
        white-space: nowrap;
        font-weight: bold;
    }

    .meet-our-exparts  a.mobile-block:hover{
        text-decoration: underline;
    }
    .meet-our-exparts a.mobile-block:after {
        display: inline-block;
        margin: 6px 0 8px 20px;
        height: 1px;
        content: " ";
        text-shadow: none;
        background-color: #6e4e47;
        width: 140px;
    }
 
    .meet-our-exparts a.mobile-block:before {
        display: inline-block;
        margin: 6px 20px 8px 0;
        height: 1px;
        content: " ";
        text-shadow: none;
        background-color: #6e4e47;
        width: 140px;
    }
    .about-institute .card {
     
        margin-top:20px;
    }
    .treatments .slick-prev, .treatments .slick-next, .meets-doctors .slick-prev, .meets-doctors .slick-next, .customer-logos .slick-prev, .customer-logos .slick-next {
  
        scale: 0.65;
    }
    #main-slider .slick-slide {
        margin-top: 20px;
         padding: 0; 
    }
    .treatments .slick-slider {
        padding: 0 25px;
    }
    .meets-doctors.noslider .slide{
         margin-bottom: 15px; 
    }
    .meets-doctor.noslider .slide:last-of-type{
        margin-bottom: 0;
    }
    .technology.noslider .slide:nth-last-of-type(even) .book_doc{
        background-color: #6e4e47;
        color: white;
    }
    .technology.noslider .slide:nth-last-of-type(even) .book_doc:hover{
      
        background-color: #e0b87d;
    
        color: #6d6e70;

    }
    .appointment-mobile-space  .red_text{
        font-size: 20px;

    } 
	header{
		height:50px;
		
	}
	.footer {
		padding: 50px 0 50px;
	}
    .accerdian-logo{
        text-align: right;
    }
    .footer-store-con a img {

        margin: 0 10px;
    }
	.single-btn-cta {
		width: auto;	
	}
	.btn-cta-footer {
		justify-content: space-evenly;
	}
	.single-btn-cta a {
		margin-top: 0;
		border-radius: 0;
		padding: 15px 10px;
		background-color: #493735;
	}
	.single-btn-cta:nth-child(2){
		border-right: 1px solid #e1b77e; 
		border-left: 1px solid #e1b77e; 
	}
    .meet-our-exparts a.book_doc{
        width: 100%;
      }
    .colum-link{
        height: 100%;
    }
    .footer-menu {
    
        border-bottom: 1px solid #6e4e48;
    }
    .footer-bottom h3 {
   
        padding: 10px 0;

    }
    .footer-menu.expanded ul.first-child {
        max-height: 0;
        transition: max-height 0.25s ease-out;
        overflow: hidden;
    }
    .footer-menu.expanded.drop-down ul.first-child {
        max-height: 600px;
        transition: max-height 0.25s ease-in;
    }

    .footer-menu.expanded h3:before {
        content: "\f0d7";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
    }
    .footer-menu.expanded.drop-down h3:before {
        opacity: 0.5;
    }
    .app_slot_box {
        width:33.3%;
    
    }
    
    .appo_search_result {
     width: calc( 100% - 30px) !important;
    }
    .appointment_booking .appointment_btn{
        margin-top: 10px;
    }
    .blog-main-cont p {
   
        text-align: justify;
    }
    ul.speciality_list li {
        padding: 10px;
        margin: 0;
        display: inline-block;
        padding-left: 0;
    }
  
    .input-div {
        max-width: 100%;
    }
    .border-end {
        border-right: 1px solid transparent;
    }
    .iframe-contact{
        width:100%;
        margin-left: auto;
    }
    .help-desk-single {
        display: grid;
    }
    .help-desk-single p:not(:first-child) {
        margin-left: initial;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
      
        padding-left: 20px;
    
    }
    .find_btn {
        padding: 10px;
        font-size: 12px;
        min-width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
     
    }
    .banner-button a:first-of-type {
        margin-right: 10px;
    }
    .banner-button {
        display: flex;
        /* margin-left: auto; */
        justify-content: center;
    }
    .doctor-ap-form {
        max-width: 100%;
        margin-top: 20px;
    }

    .viewall {
        /* margin-bottom: 20px; */
    }
    .meet-our-exparts .slick-dots ,.hospital_network  .slick-dots, .treatments .slick-dots{
         bottom: -35px !important;
 
    }
    .banner-text img {
        margin-right: auto;
    }
  

    .book_doc {
        background-color: #6e4e47;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        display: inline-block;
        /* margin-top: 15px; */
    }
  

    .treatments .treatments-inner a {
        font-size: 16px;
        line-height: 20px;
        color: #6e4e46;
        font-weight: 500;
        padding: 0;
    }
    .treatment-icon {
        width: 100px;
        height: 100px;
    
    }
    .slick-list{
        margin: auto;
    }
   
    .our_milestone h1,.leader-doc-cont h1, .leadership_section h1, .treatments h1,.blog h1, .technology h1, .location h2, .meet-our-exparts h1, .query h1, .query h2, .hospital_network h1, .here_our_patients h1, .social_updates h1, .blog .heading-blog h3, section.faq .accordion-container h2, .our-strengths h2, .expect h1, .joinprogram h1 {
        color: #6e4e47;
        font-size: 22px;
        line-height: 1.5;
        font-weight: 600;
        padding-bottom: 0;
    
    }
    .push-bottom {
        margin-bottom:10px;
    }
    .main-slider {
        margin: 0px;
    }
    .hospital_network .hs-net-content div ~ p,.treatments div ~ p , .our_milestone h1 ~ p, .leader-doc-cont h1 ~ p, .leadership_section h1 ~ p, .treatments h1 ~ p, .here_our_patients h1 ~ p, .frequently-sold h1 ~ p, .packagebyspecial h1 ~ p, .technology h1 ~ p, .location h2, .blog h1 ~ p, .meet-our-exparts h1 ~ p, .query h1, .query h2 ~ p, .hospital_network h1 ~ p, .here_our_patients h1 ~ p, .social_updates h1 ~ p, .blog .heading-blog h3 ~ p, section.faq .accordion-container h2 ~ p, .our-strengths h2 ~ p, .expect h1 ~ p, .joinprogram h1 ~ p {
        font-size: 16px;
        text-align: left;

    }
    .leadership_section p,.leader-doc-cont p, .social_content p,.treatments p,.here_our_patients p,.hospital_network p ,.main-content__body,.technology p,.card-body p, .location p,.blog p, .meet-our-exparts p, .social_updates p ,.blog .heading-blog p,.our-strengths p, .expect p, .query p, .joinprogram p{
        color: #6d6e70;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
  
        text-align: justify;
    }
    input {
        border: 0;
        border-radius: 0;
        height: 55px;
        width: 100%;
        padding: 0 15px;
        font-size: 16px;
        line-height: 32px;
        color: #6e4e46;
        font-weight: 600;
        /* margin-bottom: 20px; */
        background-color: #f7e1c2;
    }


    .banner-text p {
        font-size: 16px;
        text-align: left;
    }
    .banner-text h1 {
        font-size: 24px;
        text-transform: uppercase;
        padding-bottom: 0;
        font-family: 'Raleway', sans-serif;
        color: white;
        margin: 0 auto 0 0;
        text-align: left;
        max-width: 80%;
      
    }
    .here_our_patients .main-video{
        margin-bottom: 20px;
    }
    .banner-text img{
        margin-top: 50px;
    }
   
    .otp_row .form-control {
        width: 40px !important;
         margin-right: 10px; 
 
    }
}


/* @media (min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
} */
@media (min-width: 1025px) {
	.mobile_primary li.menu-item-has-children > a:first-child::after{
	content: '\f0d7';
	font-family: 'FontAwesome';
	margin-left: 5px;
	color: #6e4e47;
	
	}

	.mobile_primary li.menu-item-has-children.show_sub_menu > a:first-child::after{
	   color: white;
	}
	.mobile_primary li.menu-item-has-children:hover > a:first-child::after{
	   color: white;
	}
	.float{
	display:block;
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
	}

	.my-float{
		margin-top:16px;
	}
	.top75{top:75%;}
	.doctor-appointment.leader-details .card{
		    float: left;
			margin-right: 15px;
	}
	
	.pos-init{
			position:inherit!important;
	}
	.sub-sub-menu{
		width: 200% !important;
		z-index: 999;
		height: 108%!important;
		top: -19px!important;
	}
	.nav-tabs li {

		min-width: 165px;
	}
    .pos-ab-center.new-pos-button{
        bottom:25px; 
        top:initial;
        transform: translate(50%,0);
    }
    .doctors_listing_search_wrap .custom-select{
        margin:0 !important;
    }
    .find_btn {
  
        min-width: 220px;
    }
    .border-right{
        border-right: 1px solid #6e4e47 ;
    }
    .book-app1{
        display: none;
    }
    .call-icon a{
        display: none;
    }

    
    .mobile_primary ul {
        margin-top: 2px;
        padding: 0;
    }
    .search_box {
        top: 54px;
        width: 500px;
        right: 300px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .search_box input {
        width: 100%;
        margin-bottom: 0;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        font-weight: 400;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

}
@media (min-width:1024px) and (max-width:1200px) {
    .mobile_primary ul li a {

        font-size: 10px;
  
    }
    
}
@media(min-width:992px){
    .pt-lg-5px{
        padding-top: 5px;
        
    }
        
    .pt-lg-10{
        padding-top: 10px;
        
    }
    .pt-lg-20{
        padding-top: 20px;
        
    }
    .pt-lg-30{
        padding-top: 30px;
        
    }
    .pt-lg-40{
        padding-top: 40px;
        
    }
    .pt-lg-50{
        padding-top: 50px;
        
    }


    .pb-lg-5px{
        padding-bottom: 5px;
        
    }
    .pb-lg-10{
        padding-bottom: 10px;
        
    }
    .pb-lg-20{
        padding-bottom: 20px;
        
    }
    .pb-lg-30{
        padding-bottom: 30px;
        
    }
    .pb-lg-40{
        padding-bottom: 40px;
        
    }
    .pb-lg-50{
        padding-bottom: 50px;
        
    }


    .mt-lg-5px{
        margin-top: 5px;
        
    }       
    .mt-lg-10{
        margin-top: 10px;
        
    }
    .mt-lg-20{
        margin-top: 20px;
        
    }
    .mt-lg-30{
        margin-top: 30px;
        
    }
    .mt-lg-40{
        margin-top: 40px;
        
    }
    .mt-lg-50{
        margin-top: 50px;
        
    }

    .mb-lg-5px{
        margin-bottom: 5px;
        
    }
    .mb-lg-10{
        margin-bottom: 10px;
        
    }
    .mb-lg-20{
        margin-bottom: 20px;
        
    }
    .mb-lg-30{
        margin-bottom: 30px;
        
    }
    .mb-lg-40{
        margin-bottom: 40px;
        
    }
    .mb-lg-50{
        margin-bottom: 50px;
        
    }
    .viewall:not(.submit_check) {
 
       
        position: absolute;
        right: 15px;
        bottom: 0;
 
      }
       .modal   .viewall {
 
       
        position: relative;
        right: initial;
        bottom: initial;
 
      } 
    .banner-button {
     
        /* margin-left: auto; */
        justify-content: flex-end;
    }
    .banner-text {
        max-width: 50%;
         margin-top: 100px; 
    }
    .banner-text{
        margin-left: auto;
    }
    .treatments .slick-slider, .meet-our-exparts .slick-slider,.treatments-slider,.treatments-slider-three ,.treatments-slider-two, .advance_tech .slick-slider , .technology.clinic .slick-slider{
        padding:0 40px;
    
    }

    .treatments .tab-content{
        margin-left:  -40px;
    }
    .treatments .tab-content{
        margin-right:  -40px;
    }
    .meet-our-exparts .slick-slider , .advance_tech, .technology.clinic .slick-slider{
        margin-left: -40px;
    
    }
    .meet-our-exparts .slick-slider, .advance_tech, .technology.clinic .slick-slider{
        margin-right: -40px;
    
    }
    .meets-doctors .slide.no-caroursel {
        max-width: 300px;
    }
    .meets-doctors.technology.noslider .slide{
        margin-bottom:15px;
    }
   
  
}
@media (min-width: 768px) {
    h2 {
        font-size: 42px;
    }
    .w-md-75{
        width: 75%;
    }
    .video_box video {
        width: 40%;
        object-fit: cover;
        /* float: left; */
    }
    .video-content {
        /* float: right; */
        /* width: 220px; */
        padding: 15px;
    }

 
    .banner.inner-banner h1 {
        padding-bottom: 0;
    }
    .banner p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        color: #fff;
      
    }
    .banner p span {
        font-weight: 800;
    }
  

    .footer-contact {
        height: 150px;
        background-color: #fff;
        margin-top: -200px;
    }
    .address-div {
        width: 33.3333%;
        float: left;
        border-right: 1px solid #ccc;
        padding: 40px 0 39px 75px;
        position: relative;
    }
    .address-div:last-child {
        border-right: 0;
    }
    .address-div h4 {
        font-size: 18px;
        color: #28c0d4;
        font-weight: 700;
        padding-bottom: 10px;
    }
    

    .dr_appoitnment_step_row .bor_left::before {
        content: '|';
        left: -20px;
        width: 20px;
        height: 20px;
        position: absolute;
    }
}
@media(min-width:576px) and (max-width:991px){
    .search_box-footer {
 
        margin-top: 35px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    
	.doctor_profile figure img, .doctor-prof figure img {
    border-radius: 1000000px;
    display: flex;
    height: 250px;
    width: 250px;
    margin: auto;
}
    .mobile-dropdown-padd{
        padding-top: 80px !important;
    }
    .procedure .custom-select {
        /* width: 100%; */
        position: absolute;
        margin: 20px 0;
        padding: 0;
        background-color: transparent;
        background: none;
        border: none;
        border-radius: 0;
        max-width: 350px;
        top: 25px;
        right: 50%;
        transform: translateX(50%);
        z-index: 99;
    }
    .app_slot_box {
        width: 50%;
    
    }
    
    .doctor_list_row img {
       
        display: flex;
        margin: auto;
    }
    .doctor_list_row .pl-50 {
        padding-left: initial;
    }
    .padding-row-15 {
        padding: 0 15px;
    }
    .video_box img {
        width: 100%;
        max-height: 250px;
    }
    .here_our_patients .main-video {
        margin-bottom: 20px;
        border-bottom: 1px solid #6e4e47a6;
        padding-bottom: 15px;
    }
    .banner-text img {
        margin-top: 10px;
    }
   
    
    .video_box {
     
         flex-direction: column; 
    }
    .social-news-det, .meet-expert-det{
        display: flex;
        flex-direction: column;
        
    }
    .social-news-det a,  .meet-expert-det a{
        order: 3;
    }
    .background_bg {
      
        background-position: center;
        min-height: 300px;
    
    }
    .treatments h1,.blog h1, .location h2, .meet-our-exparts h1, .query h1, .query h2, .hospital_network h1, .here_our_patients h1, .social_updates h1, .blog .heading-blog h3, section.faq .accordion-container h2, .our-strengths h2, .expect h1, .joinprogram h1 {
       
        font-size: 22px;
        line-height: 1.2;
    
    }
 
    .video-content{
        padding: 15px;
    }
 

  
    .nav-tabs li {
     
        padding: 10px 5px;
        margin-right: 0;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        width: 30%;
    }
    .nav-tabs {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .banner-text {
        padding: 40px 0;
    }
    .banner h2 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
        color: #ffcd00;
        padding-bottom: 15px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
    }
 
    .banner.inner-banner h1 {
        padding-bottom: 0;
    }
    .banner p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 20px;
        margin: 0 auto 0 0;
        text-align: left;
    }
    .banner p span {
        font-weight: 600;
    }
    .banner .slick-dots {
        left: 15px;
        bottom: 60px;
    }
    .fixed-social {
        display: none;
    }
}
@media(max-width:576px){

   .grey_bg  .red_text {
        font-size: 22px;
    }
    .change-number a{
        font-size: 15px;
    }
    .appointment-mobile-space{
    
        max-width: calc(100% - 30px);
    }
}
@media(max-width:375px){
    .treatments .treatments-inner a {
        font-size: 14px;
        
    }
    .viewProf {
        font-size: 13px ;
    }
    .nav-tabs li {
       
        width: 32% ;
    }
    .nav-tabs li {
    
        font-size: 11px;
        line-height: 1.5;
       
    }
}
@media(min-width:1799px){
	.single-button{
        margin-right: -110px!important;
    }
}