/* reset css */
*,:after,:before{box-sizing: border-box;padding: 0;margin: 0;border: none;outline: none;}
img{max-width: 100%;}
ul,li{list-style: none;margin: 0;}
a{text-decoration: none !important;display: inline-block;color: #000000;font-size: 16px;cursor: pointer;}
select,input,textarea,button{width: 100%;border: none;outline: none; background: transparent;cursor: pointer;font-family: 'Montserrat', sans-serif;font-size: 16px;}
select:focus,input:focus,textarea:focus,button:focus{border: none;outline: none;}
input::placeholder, textarea::placeholder {opacity: 1;color: #626262;}  
textarea{resize: none;}
p {color: var(--p-color);font-size: 17px;margin: 15px 0;text-align: justify;line-height: 1.6;}
.textl{text-align: left;}
.textc{text-align: center;}
iframe{width: 100%;height: 100%;border: none;}
.textr{text-align: right;}
.textc{text-align: center;}
body{font-family: 'Montserrat', sans-serif;}
h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;font-weight: inherit;}
h2.h2-home{font-size: 32px;font-weight: 700;text-align: center;padding: 20px 0;}
h1{font-size: 36px;font-weight: 500;font-family: 'Montserrat', sans-serif;text-align: center;padding: 0 0 20px 0;color: #000;}
h2{font-size: 36px;font-weight: 600;text-align: center;padding: 0 0 10px 0;position: relative;color: #701e14;}
.inner-wrapper h2{font-size: 30px;}
h3{font-size: 26px;text-align: center;padding: 0 0 10px 0;}
h6{font-size: 20px;font-weight: 400;text-align: center;color: var(--purple);padding: 10px 0;}
/* reset css */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}


/* common css */
.wrapper{width: 100%;overflow: hidden;}
.inner-wrapper{width: 100%;overflow: hidden;background: #fefbf6;}
.fluid-container{width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 20px;}
/* common css */

#start-popup{background:rgba(0,0,0,.7) none repeat scroll 0 0;height:100%;left:0;position:fixed;text-align:center;top:0;width:calc(100% - 0px);z-index:4;padding:0 10px;overflow-y: scroll;}
#start-popup>div{display:inline-block;margin:0 auto 0;position:relative;}
.close-popup{position:absolute;right:0;top:0;padding:5px 10px;background:#701e14;color:#fff!important;font-weight:700;cursor:pointer}
.ad-link p{padding:10px;text-align:center;color:#fff;}
.ad-link{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ad-link img{margin-bottom: 15px;}
.ad-link span{color: #e4a400;font-size: 13px;}
.ad-link p{color: #ffff;margin: 0; padding: 0;font-size: 15px;}
.ad-link h2{font-size:24px;font-weight:600;color:#fff;}
.ad-link h4{font-size: 17px;margin: 30px 0 10px;font-weight: 600;color: #e48a45;text-transform: uppercase;}
.ad-link h5{font-size:20px;margin:20px 0 15px;font-weight:600;color:#fff}
.ad-link p a.download-a{font-size:18px;font-weight:600;color:#fff;animation:blink 1.5s infinite; background: #fff; padding: 10px 20px; margin-top: 10px; border-radius: 5px;}
.buttons-a {color: #685739;background: #fff;padding: 5px 10px;margin: 5px 0;border-radius: 5px;}
.pdf-nacc{display: flex; justify-content: center;gap: 20px; margin: 20px 0;flex-wrap: wrap;}
.pdf-nacc a{width: 100%; max-width: 200px;    padding: 15px;}
@keyframes blink{0%{color:#fff}50%{color:#c00}100%{color:#c00}}

/* 0. owl css */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:0}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;display: flex;justify-content: center;align-items: stretch;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{color:#d0630e;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-theme .owl-dots .owl-dot.active span{background:#fff}
.owl-dots{text-align-last: center;margin-top: 32px;}

.testimonials-cards .owl-item, .testimonials-cards .owl-item.active{display: flex;justify-content: center;}
.testimonials-cards .owl-nav{display: none;}
.testimonials-cards .owl-dots{margin-top: 32px;display: flex;justify-content: center;gap: 15px;}
.testimonials-cards .owl-dots .owl-dot{border: 1px solid #fff;width: 10px;height: 10px;border-radius: 50%;}
.testimonials-cards .owl-dots .owl-dot.active{background: #fff;border: 1px solid #fff;}
/* 0. owl css */

/* header */
.bottom-header-top .iso-logos{display: none;}
.resp-menu{display: none;}
.header-banner-wrapper{background: #701e14;}
.header-inner-wrapper {display: flex;justify-content: space-between;align-items: center;gap: 20px;}
.top-header-left, .top-header-right{display: flex;justify-content: center;align-items: center;gap: 20px;}
.top-header-left li a, .top-header-right li a {font-size: 14px;padding: 15px 0;color: #fff;display: flex;justify-content: center;align-items: center;gap: 10px;border-radius: 5px;font-weight: 500;}
.top-header-left li a i, .top-header-right li a i{color: #ffffff;}
.top-header-left li:hover a, .top-header-right li:hover a{color: #e5b65f;}
.top-header-left li a i{padding: 5px;}
.top-header-right li a img{width: 100%;max-width: 25px;filter: invert(99%) sepia(4%) saturate(353%) hue-rotate(142deg) brightness(117%) contrast(100%);}

/* Bottom Header */
.logo-header-wrapper{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;position: relative;background: #fff;z-index: 2;}
.bottom-header-top {display: flex;justify-content: space-between;align-items: center;gap: 20px;padding: 5px 0;}
.iso-logos img{width: 100%;max-width: 80px;}
.bottom-inner-wrapper{display: flex;justify-content: space-between;align-items: center;gap: 20px;position: relative;}
/* .bottom-inner-wrapper a{padding: 3px 0;} */

.logo-image-container{width: 100%;max-width: 350px;}
.nav-links li a img{width: 100%; max-width: 350px;}

.grecaptcha-badge {right: -350px !important;}

.right-desktop-menu-container {width: 100%;max-width: 850px;margin: auto;}
.right-desktop-menu-container > ul {display: flex;justify-content: space-between;align-items: center;gap: 10px;}
.right-desktop-menu-container ul li a{font-size: 16px;padding: 28px 0;font-weight: 500;position: relative;}
.right-desktop-menu-container ul li a:hover:after {width:100%;right: 0;}
.right-desktop-menu-container ul li > a:hover::after {width: 100%;right: 0;bottom: 20px !important;}
.dropdown-wrapper ul li > a:hover::after, .top-menu-wrapper ul li a:hover::after {width: 100%;right: 0;bottom: -2px !important;}
.right-desktop-menu-container ul li a:after {background: none repeat scroll 0 0 transparent;bottom: 20px;content: "";display: block;height: 2px;right: 0;position: absolute;background: #945C0E;transition: width 1s ease 0s, right 0.5s ease 0s;width: 0;}
.top-menu-wrapper ul li a::after, .dropdown-wrapper ul li a::after {background: none repeat scroll 0 0 transparent;bottom: -2px !important;content: "";display: block;height: 2px;right: 0;position: absolute;background: #945C0E;transition: width 1s ease 0s, right 0.5s ease 0s;width: 0;}
.right-desktop-menu-container ul li:hover > a{color: #f6b913;}
.right-desktop-menu-container ul li a.act-link, .dropdown-wrapper-li.act-link > a{color: #f6b913;  font-weight: 600;}
/* .right-desktop-menu-container ul li a.act-link{border-bottom: 1px solid #701e14;} */
.mega-menu-wrapper .top-menu-wrapper li:last-child{border: none !important;}
/* scrolled header */
header.scrolled-header .logo-header-wrapper{position: fixed;left: 0;right: 0;top: 0; width: 100%;z-index: 3;box-shadow: 0px 6px 9px -4px rgba(34,56,101,0.12);transition: all .3s;}
header.scrolled-header .logo-image-container .nav-links li a {padding: 0px 0;}
header.scrolled-header .bottom-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 20px;}
header.scrolled-header .bottom-inner-wrapper .bottom-header-top {align-items: flex-end;flex-direction: row-reverse;}
header.scrolled-header .bottom-inner-wrapper .iso-logos img {max-width: 60px;}
header.scrolled-header .bottom-inner-wrapper .right-desktop-menu-container ul li a {padding: 30px 0;}
header.scrolled-header .bottom-inner-wrapper li.dropdown-wrapper-li:hover .dropdown-wrapper {top: 82px;}
header.scrolled-header .bottom-inner-wrapper li.megamenu-wrapper-li:hover .mega-menu-wrapper {top: 82px;}
header.scrolled-header .bottom-inner-wrapper .mega-menu-wrapper .top-menu-wrapper li a {width: 100%;max-width: 300px;padding: 10px 5px !important;}
header.scrolled-header .right-desktop-menu-container .iso-logos{display: block;}
header.scrolled-header .bottom-header-top .iso-logos{display: none;}

.iso-logos {width: 100%;max-width: 80px;}
.iso-logos a {padding: 0 !important;position: relative;display: flex;justify-content: center;align-items: center;}
.iso-logos a:hover::after {display: none;}
.iso-logos a:hover::before {content: 'View Certificate';position: absolute;width: 140px;height: auto;background: #701e14;color: #fff;font-size: 14px;bottom: -35px;padding: 8px;display: flex;justify-content: center;align-items: center;left: -25px;}
.iso-logos a img {display: flex;justify-content: center;align-items: center;}

/* scrolled header */

/* 01.responcive menu  CSS code starts here  */
/* 0. menu css */
a.toggle{width: 100%;max-width: 30px;padding: 35px 0;}
.hc-nav-trigger span,.hc-nav-trigger span::after,.hc-nav-trigger span::before {display: block;position: absolute;left: 0;height: 4px;background: #701e14;transition: all 0.2s ease;}
.hc-nav-trigger span {width: 30px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.hc-nav-trigger span::after,.hc-nav-trigger span::before {content: "";width: 100%;}
.hc-nav-trigger span::before {top: -10px;}
.hc-nav-trigger span::after {bottom: -10px;}
.hc-nav-trigger.toggle-open span {background: rgba(0, 0, 0, 0);-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.hc-nav-trigger.toggle-open span::before {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}
.hc-nav-trigger.toggle-open span::after {-webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);transform: rotate(-90deg) translate3d(10px, 0, 0);}

.hc-offcanvas-nav .nav-container,.hc-offcanvas-nav .nav-wrapper,.hc-offcanvas-nav ul {background: #701e14;}
.hc-offcanvas-nav .nav-container {position: fixed;z-index: 9998;top: 0;width: 340px;height: 100%;max-width: 100%;max-height: 100%;box-sizing: border-box;transition: -webkit-transform 0.4s ease;transition: transform 0.4s ease;transition: transform 0.4s ease, -webkit-transform 0.4s ease;}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-1 {width: 380px;}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-2 {width: 380px;}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-3 {width: 380px;}
.hc-offcanvas-nav .nav-wrapper::after,.hc-offcanvas-nav.disable-body::after {content: "";position: fixed;z-index: 9990;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;-ms-scroll-chaining: none;overscroll-behavior: none;visibility: hidden;opacity: 0;transition: visibility 0s ease 0.4s, opacity 0.4s ease;}
html.hc-nav-yscroll {overflow-y: scroll;}
body.hc-nav-open {overflow: visible;position: fixed;width: 100%;min-height: 100%;}
.hc-offcanvas-nav {visibility: hidden;display: none;position: fixed;top: 0;height: 100%;z-index: 9999;}
.hc-offcanvas-nav .nav-wrapper {width: 100%;height: 100%;max-height: 100vh;-ms-scroll-chaining: none;overscroll-behavior: none;box-sizing: border-box;}
.hc-offcanvas-nav .nav-content {height: 100%;max-height: 100vh;}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {overflow: scroll;overflow-x: visible;overflow-y: auto;box-sizing: border-box;}
.hc-offcanvas-nav ul {list-style: none;margin: 0;padding: 0;}
.hc-offcanvas-nav li {position: relative;display: block;}
.hc-offcanvas-nav li.level-open > .nav-wrapper {visibility: visible;}
.hc-offcanvas-nav input[type="checkbox"] {display: none;}
.hc-offcanvas-nav label {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;cursor: pointer;}
.hc-offcanvas-nav a {position: relative;display: block;box-sizing: border-box;cursor: pointer;}
.hc-offcanvas-nav a,.hc-offcanvas-nav a:hover {text-decoration: none;}
.hc-offcanvas-nav .nav-item {position: relative;display: block;box-sizing: border-box;}
.hc-offcanvas-nav .sub-level-open::after,.hc-offcanvas-nav.disable-body.nav-open::after {visibility: visible;opacity: 1;transition-delay: 50ms;}
.hc-offcanvas-nav:not(.nav-open)::after {pointer-events: none;}
.hc-offcanvas-nav.nav-levels-expand .nav-content {overflow: scroll;overflow-x: visible;overflow-y: auto;box-sizing: border-box;}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {display: none;}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {min-width: 0;max-height: 0;overflow: hidden;transition: height 0s ease 0.4s;}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {max-height: none;}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {overflow: scroll;overflow-x: visible;overflow-y: auto;box-sizing: border-box;}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {position: absolute;z-index: 9999;top: 0;height: 100%;visibility: hidden;transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;transition: visibility 0s ease 0.4s, transform 0.4s ease;transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {position: static;}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {visibility: visible;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: -webkit-transform 0.4s ease;transition: transform 0.4s ease;transition: transform 0.4s ease, -webkit-transform 0.4s ease;}
.hc-offcanvas-nav.nav-position-left {left: 0;}
.hc-offcanvas-nav.nav-position-left .nav-container {left: 0;-webkit-transform: translate3d(-240px, 0, 0);transform: translate3d(-240px, 0, 0);}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {left: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.hc-offcanvas-nav.nav-position-right {right: 0;}
.hc-offcanvas-nav.nav-position-right .nav-container {right: 0;-webkit-transform: translate3d(240px, 0, 0);transform: translate3d(240px, 0, 0);}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {right: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
.hc-offcanvas-nav.nav-position-top {top: 0;}
.hc-offcanvas-nav.nav-position-top .nav-container {top: 0;width: 100%;height: auto;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {left: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
.hc-offcanvas-nav.nav-position-bottom {top: auto;bottom: 0;}
.hc-offcanvas-nav.nav-position-bottom .nav-container {top: auto;bottom: 0;width: 100%;height: auto;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {left: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.first-nav.logo-img li a{background: #fff;}
.first-nav.logo-img li:hover a{background: #fff !important;}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav::after {background: rgba(0, 0, 0, 0.3);}
.hc-offcanvas-nav h2 {font-size: 19px;font-weight: 400;padding: 20px 17px;color: #701e14;background: #fff;text-align: center;margin: 0;}
.hc-offcanvas-nav .nav-item,.hc-offcanvas-nav a {padding: 14px 17px;font-size: 15px;color: #fff;z-index: 1;background: rgba(0, 0, 0, 0);}
.hc-offcanvas-nav:not(.touch-device) a:hover {background: #00c3ff;}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {border-top: 1px solid #2c5d8f;margin-top: -1px;}
.nav-close {display: none !important;}
.nav-close a:hover {color: #fff;}
.hc-offcanvas-nav .nav-item:hover, .hc-offcanvas-nav a:hover{background: #da9313  !important;color: #fff !important;}
.hc-offcanvas-nav li.nav-back a, .hc-offcanvas-nav li.nav-close a, .resp-link {background: #da9313 !important;color: #fff;}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {border-top: 1px solid #2c5d8f;margin-top: -1px;}
.hc-offcanvas-nav li {text-align: left;}
.hc-offcanvas-nav li.nav-back a,.hc-offcanvas-nav li.nav-close a,.resp-link {background: #da9313;color: #fff;}
.hc-offcanvas-nav li.nav-back:not(:first-child) a,.hc-offcanvas-nav li.nav-close:not(:first-child) a {margin-top: -1px;}
.hc-offcanvas-nav li.nav-parent .nav-item {padding-right: 58px;font-family: 'Montserrat', sans-serif;line-height: 1.4;color: #fff;}
.hc-offcanvas-nav li.nav-back span,.hc-offcanvas-nav li.nav-close span,.hc-offcanvas-nav li.nav-parent span.nav-next {width: 45px;position: absolute;top: 0;right: 0;bottom: 0;text-align: center;cursor: pointer;transition: background 0.2s ease;}
.hc-offcanvas-nav li.nav-back span::before,.hc-offcanvas-nav span.nav-next::before {content: "";position: absolute;top: 50%;left: 50%;width: 8px;height: 8px;margin-left: -2px;box-sizing: border-box;border-top: 2px solid #fff;border-left: 2px solid #fff;-webkit-transform-origin: center;transform-origin: center;}
.hc-offcanvas-nav span.nav-next::before {-webkit-transform: translate(-50%, -50%) rotate(135deg);transform: translate(-50%, -50%) rotate(135deg);}
.hc-offcanvas-nav li.nav-back span::before {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
#main-nav {display: none;} 

/* responcive menu css  */
/* 01.responcive menu  CSS code ends here  */

/* Megamenu css */
li.megamenu-wrapper-li .mega-menu-wrapper {pointer-events: none; opacity: 0;position: absolute;left: 0px;right: 0px;width: 100%;margin: 0 auto;top: 180px;visibility: hidden;transition: all .2s ease-in-out;z-index: 1;max-width: 1240px;}
li.megamenu-wrapper-li:hover .mega-menu-wrapper{visibility: visible;opacity: 1;top: 80px;pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.mega-menu-wrapper .top-menu-wrapper{display: flex;justify-content: space-between;gap: 20px; background: #f9f7f7;z-index: 0;border-top: 5px solid #f6b913;padding: 5px 20px;} 
.mega-menu-wrapper .top-menu-wrapper li a{width: 100%; max-width: 300px; padding: 10px 5px;}
.mega-menu-wrapper .top-menu-wrapper li{position: relative;border-bottom: 2px dotted #701e141f;}
/* Megamenu css */

/* Dropdown css */
.dropdown-wrapper-li{position: relative;}
li.dropdown-wrapper-li .dropdown-wrapper {pointer-events: none; opacity: 0;position: absolute; width: 300px;top: 100px;visibility: hidden;transition: all .2s ease-in-out;z-index: 1;}
li.dropdown-wrapper-li:hover .dropdown-wrapper.last {left: -70px !important}
li.dropdown-wrapper-li:hover .dropdown-wrapper{visibility: visible;opacity: 1;top: 80px;pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.dropdown-wrapper ul{background: #f9f7f7;z-index: 0;border-top: 5px solid #f6b913; padding: 0 20px 2px;}
.dropdown-wrapper li a{width: 100%; max-width: 300px; padding: 10px 5px !important;}
.dropdown-wrapper li{position: relative;border-bottom: 2px dotted #701e141f;}
.dropdown-wrapper ul li:last-child{border: none;}
/* Dropdown css */
/* header */

/* 5. index slider */
.index-slider{position: relative;}
.index-slider .swiper-wrapper .swiper-container {width: 100%;}
.index-slider .swiper-wrapper .swiper-slide {background: no-repeat center center/cover;min-height: 650px;position: relative;z-index: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.index-slider .swiper-wrapper .swiper-slide .index-slide-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .6;z-index: -1;}
.index-slider .swiper-pagination-bullet {background-color: transparent;border: 2px solid #fff;width: 12px;height: 3px;opacity: 1;}
.index-slider .swiper-pagination-bullet-active {background-color: #fff;}
.index-slider .swiper-button-container {background-color: #fff;}
.index-slider .swiper-container .swiper-pagination-bullet-active{background: #17a43b !important;}
.index-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: rgba(255,255,255,.6);}
.index-slider .swiper-container .swiper-pagination-bullet{width: 12px;height: 3px;}
.index-slider .swiper-container .swiper-pagination-bullet{border: none;}
.swiper-pagination-bullet{border-radius: 2px !important;}
.index-slider .swiper-slide h1,.swiper-slide h3,.swiper-slide h2,.swiper-slide a,.swiper-slide p {opacity: 0;color: #ffffff;font-size: 62px;transform: translateY(-100%) scale(0.8);transition: 1s ease; margin: 10px auto;}
.index-slider .swiper-slide a{ padding: 12px 24px;border-radius: 4px;background: #ff9600;font-size: 14px;color: #fff;text-transform: uppercase;transition: all 0.3s ease 0s;text-decoration: none;} 
.index-slider .swiper-slide h3{font-size: 32px;}
.index-slider .swiper-slide p{font-size: 16px; color: #fff;line-height: 1.4; text-align: left;}
.index-slider .swiper-slide-active h3{opacity: 1;transform: translateY(0%) scale(1);transition: 1s ease;transition-delay: 1s;}
.index-slider .swiper-slide-active h1{opacity: 1;transform: translateY(0%) scale(1);transition: 1s ease;transition-delay: .9s;}
.index-slider .swiper-slide-active h2{opacity: 1;transform: translateY(0%) scale(1);transition: 1s ease;transition-delay: 1s;}
.index-slider .swiper-slide-active p{opacity: 1;transform: translateY(0) scale(1);transition-delay: .7s;} 
.index-slider .swiper-slide-active a{opacity: 1;transform: translateY(0) scale(1);transition-delay: .5s;}
.index-slider .swiper-button-prev, .swiper-button-next {color: #800000 !important;transition: all .2s;z-index: 1;background: #80000047;border-radius: 50%;width: 100%;max-width: 50px;height: 50px;}
.index-slider .swiper-button-prev:hover, .swiper-button-next:hover{background: #800000;}
.index-slider .swiper-button-prev::after, .swiper-button-next::after{font-size: 28px !important;}
.index-slider .swiper-button-prev:hover::after, .index-slider .swiper-button-next:hover::after{color: #fff !important;}
.index-slider .swiper-button-prev{left: 2%;}
.index-slider .swiper-button-next{right: 2%;}
/* banner text */
.banner-slider-text.banner-01 h2{text-align: left;}
.index-slider .banner-slider-text h1 {color: #701e14 !important;font-style: italic;font-weight: 600;font-size: 50px !important;}
.index-slider .banner-slider-text h2 {color: #701e14 !important;font-weight: 600;font-size: 30px !important;padding: 0;margin: 0;}
.index-slider .swiper-slide .banner-slider-text p {display: flex;justify-content: center;align-items: center;gap: 10px;font-size: 24px;font-weight: 600;color: #000;}
.index-slider .swiper-slide .banner-slider-text p span {display: flex;justify-content: center;align-items: center;gap: 10px;}
.index-slider .swiper-slide .banner-slider-text p span i, .index-slider .swiper-slide .banner-slider-text p i{font-size: 10px;color: #701e14;}
.index-slider .banner-slider-text {display: flex;flex-direction: column;align-items: flex-start;justify-content: center;gap: 20px;position: relative;left: -24%;}
.index-slider .banner-slider-text h3, .banner-slider-text p, .banner-slider-text a{margin: 0 !important;color: #313131 !important;}
.index-slider .banner-slider-text.banner-02 h1 {margin: 0;font-style: inherit;font-size: 34px !important;color: #da9313 !important;padding: 0;}
.index-slider .banner-slider-text.banner-02 .our-services-bnr-text {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 20px;width: 100%;padding: 0 0 20px;}
.index-slider .banner-slider-text.banner-02 .our-services-bnr-text li{width: 100%;max-width: 300px;font-size: 15px;color: #fff;}
.index-slider .banner-slider-text.banner-02 .banner-our-services {width: 100%;max-width: 650px;  background: linear-gradient(to top, #701e14 86%, #fff0 50%);}
.index-slider .banner-slider-text.banner-02 .banner-our-services h3{color: #fff !important;font-weight: 600;background: #da9313;padding: 10px;font-size: 18px;width: 100%;max-width: 300px;margin: 10px auto 10px !important;}

.index-slider .banner-slider-text.banner-03{position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}
.index-slider .banner-slider-text.banner-03 h1 {font-size: 30px !important; font-style: inherit;margin: 0;text-align: center;width: 100%;font-weight: 600;text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;}
.index-slider .banner-slider-text.banner-03 h2 {font-size: 20px !important; font-style: inherit;margin: 0;text-align: center;width: 100%;font-weight: 600;text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;}

.index-slider .banner-slider-text.banner-04 h3 {width: 100%;text-align: center;color: #da9313 !important;text-shadow: 2px 2px #7a787880;}
.index-slider .banner-slider-text.banner-04 h2, .banner-slider-text.banner-04 h1{color: #701e14 !important;width: 100%;text-align: center;}
.index-slider .banner-slider-text.banner-04 h1 {font-style: inherit;margin: 0;text-align: center;width: 100%;font-weight: 600;text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;}

.index-slider .banner-slider-text.banner-nbah{left: 0;bottom: -150px;}
.index-slider .banner-slider-text.banner-nbah h2 {width: 100%;text-align: center;}
.nbah-logo{width: 100%;text-align: center;}
.nbah-logo img {width: 100%;max-width: 150px;}
/* banner text */

/* 04-10-2024 Banners */
.banner-img {display: none;}
.dept-content { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; gap: 10px; width: 100%; max-width: 600px; margin: auto;padding: 0 20px;}
.dept-content p { font-size: 16px !important;width: 100%;max-width: 48%;}
.index-slider .swiper-slide .banner-slider-text p {
	justify-content: flex-start !important;
}
/* 04-10-2024 Banners */

/* About Us */
.about-content{padding: 80px 0 0 !important;}
.about-us-banner-wrapper{padding: 60px 0 0;}
.about-cards {display: flex;justify-content: center;align-items: stretch;gap: 10px;}
.about-card {width: 100%;max-width: 300px;box-shadow: rgba(0, 0, 0, 0.24) 3px 2px 8px;padding: 10px 20px;border-radius: 10px;background: #fff;transition: all 200ms ease-in;position: relative;overflow: hidden;}
.abt-card-t {display: flex;justify-content: space-between;align-items: center;gap: 10px;}
.abt-card-t h2{color: #701e14;text-align: left;font-size: 20px;font-weight: 500;width: 100%;max-width: 210px;}
.abt-card-t span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 50px;}
.abt-card-t span img{filter: invert(59%) sepia(27%) saturate(4000%) hue-rotate(8deg) brightness(101%) contrast(85%);width: 100%;max-width: 50px;}
.about-card::before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;transform: translate3d(-98%, 0, 0);background-color: #da9313;z-index: 0;transition: all 200ms ease-in;}
.about-card:hover:before {transform: translate3d(0, 0, 0);}
.about-cards .about-card:nth-child(2n)::before{background-color: #701e14;}
.about-cards .about-card:nth-child(2n) .abt-card-t h2{color: #da9313;}
.about-cards .about-card:nth-child(2n) .abt-card-t span img{filter: invert(11%) sepia(94%) saturate(1909%) hue-rotate(345deg) brightness(96%) contrast(92%);}

.about-cards .about-card:hover .abt-card-t span img{filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%) !important;}
.about-cards .about-card:hover .abt-card-t h2, .about-cards .about-card:hover .abt-card-b p{color: #fff;}
.abt-card-b, .abt-card-t{position: relative;z-index: 2;}
.about-content {position: relative;}
.about-content p{text-align: center;width: 100%;max-width: 900px;margin: auto;}
.about-content span{display: flex;justify-content: center;align-items: center;padding: 150px 0 0;position: relative;}
.about-content span::before {content: "";position: absolute;background: url(../images/bg/mandala-sakthi-amma-bacground.webp) no-repeat center center/contain;width: 400px;height: 400px;z-index: 0;top: 10px;left: 18px;right: 0;margin: auto;animation: spin 20s linear infinite;}
.about-content span img{position: relative;z-index: 1;}

.about-cards.what-we-do-card .about-card{display: flex;justify-content: center;align-items: center;gap: 15px;}
.about-cards.what-we-do-card .about-card img{width: 100%;max-width: 50px;filter: invert(11%) sepia(94%) saturate(1909%) hue-rotate(345deg) brightness(96%) contrast(92%);}
.about-cards.what-we-do-card .about-card:last-child img{filter: invert(59%) sepia(27%) saturate(4000%) hue-rotate(8deg) brightness(101%) contrast(85%);}
.about-cards.what-we-do-card .about-card:before{display: none;}
.about-cards.what-we-do-card .about-card:first-child {border-left: 5px solid #701e14;padding: 10px 12px;}
.about-cards.what-we-do-card .about-card:last-child {border-left: 5px solid #da9313;padding: 10px 12px;}

@keyframes spin {
    0% {
       transform: rotate(0deg);
    }
    100% {
       transform: rotate(360deg);
    }
}
/* About Content */
.abt-con-banner{position: relative;}
.abt-con-banner::before {content: "";position: absolute;background: url(../images/bg/mandala-side-texture.webp);width: 400px;height: 1000px;right: 0;top: 0;bottom: 0;margin: auto;}
.abt-con-banner::after {content: "";position: absolute;background: url(../images/bg/mandala-side-texture.webp);width: 400px;height: 1000px;left: 0;top: 0;bottom: 0;margin: auto;transform: rotateY(180deg);}
/* About Content */

/* About Us */

/* video starts */
.video-bnr-main{background: linear-gradient(to top, #701e14 50%, #fefbf6 50%);position: relative;z-index: 2;}
.video-bnr-main::before{content: "";position: absolute;background: url(../images/bg/texture.png) repeat center center/contain;width: 100%;height: 300px;z-index: 0;bottom: 0;  opacity: .5;}
.video-bnr {width: 100%;margin: auto;}
.aLeft {width: 100%;padding: 7px 0 0;height: 600px;background-position: top center;background-size: cover;position: relative;transition: all 0.2s;}
.aLeft span{position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;display: flex;justify-content: center;align-items: center;transition: all 0.2s;}
.aLeft:hover span{background-color: rgba(0, 0, 0, .1);}
.aLeft span i{color: #fff;font-size: 60px;transition: all 0.2s;}
.aLeft span:hover svg{color:#fe0000;}
.aLeft::before, .aLeft::after {z-index: -1;position: absolute;content: "";bottom: 25px;left: 10px;width: 50%;top: 80%;max-width: 300px;background: #0000006b;box-shadow: 0 35px 20px #0404046b;transform: rotate(-8deg);}
.aLeft:after{transform: rotate(8deg);right: 10px;left: auto;}
/* video ends*/

/* certifications */
.certifications-banner{background: #701e14;position: relative;z-index: 0;}
.certifications-banner::before{content: "";position: absolute;background: url(../images/bg/texture.png) repeat center center/contain;width: 100%;height: 300px;z-index: -1;  opacity: .5;}
.certifications-inner{display: flex;justify-content: center;align-items: center;gap: 50px;padding: 60px 0;}
.certifications-image{width: 100%;max-width: 120px;}
/* certifications */

/* what we do */
.what-we-do-banner{background: #fefbf6;position: relative;z-index: 1;padding: 80px 0 0;}
.what-we-do-inner{display: flex;justify-content: space-between;align-items: center;gap: 10px;}

.what-we-do-l {width: 100%;max-width: 620px;}
.what-we-do-l h2, .what-we-do-l span{text-align: left;}
.what-we-do-l span{font-size: 28px;}
.what-we-do-r {width: 100%;max-width: 600px;}
.what-we-do-r span{display: flex;justify-content: center;align-items: center;}
.about-cards.what-we-do-card .about-card .abt-card-t span img{filter: none;max-width: 40px;}
.about-cards.what-we-do-card .about-card span {display: flex;justify-content: center;align-items: center;width: 100%;max-width: 50px;}
.about-cards.what-we-do-card .about-card .abt-card-t h2{padding: 0;}
.about-cards.what-we-do-card .about-card .abt-card-b p{margin: 0;}
.abt-card-b p{font-size: 16px;  margin: 5px 0;  text-align: left;}
.about-cards.what-we-do-card {align-items: stretch;padding: 60px 0;}
.about-cards.what-we-do-card p{font-size: 15px;}
/* what we do */

/* Number Count */
.run-letter-div div i {font-size: 40px;display: block;font-style: initial;margin-left: 5px; font-weight: 600;}
.plus {color: #fff;display: flex;justify-content: center;align-items: center;font-weight: 600;font-family: 'Montserrat', sans-serif;font-size: 25px;}
.our-score-board {padding: 40px 0;background: #701e14;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.run-letter-div div span{color: #fff;font-size: 32px;font-weight: 501;text-align: center;}
.scoreboard-wrap{display: flex;justify-content: space-evenly;align-items: center;flex-wrap: wrap;gap: 10px;}
.run-letter-div span{font-size: 20px;color: #fff;}
/* .run-letter-div:hover{transform: translateY(-10px);} */
.run-letter-div:hover img {border: 4px solid #fff;background: #eebf33;}
.counter-with-icons {display: flex;justify-content: space-between;align-items: center;gap: 20px;width: 100%;max-width: 200px;}
.counter-with-icons span{display: flex;justify-content: center;align-items: center;}
.counter-with-icons span img{filter: invert(100%) sepia(100%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);}
.run-letter-div{width: 100%;max-width: 235px;text-align: center;}

span.icons-c, span.icons-c img{width: 100%;max-width: 70px;}
/* Number Count */

/* founder mesg css  */
.founder-msg-wrapper{position: relative;z-index: 0;}
.founder-msg-wrapper::before{content: "";position: absolute;background: url(../images/sri-sakthi-amma-message.webp) no-repeat center center/cover;width: 100%;height: 100%;z-index: -1;}
.founder-msg-inner{padding: 150px 0;}
.founder-msg-inner h2{text-align: left;color: #fff;}
.founder-msg-inner p {font-size: 26px;color: #fff;text-align: center;}
/* founder mesg css  */

/* International Patient Care */
.international-patient-care {position: relative;}
.international-patient-care .wave-img {width: 100%;position: absolute;top: -7px;height: 115px;}
/* .ipc-inner-wave{padding: 250px 0 0;} */

.ipc-inner {display: flex;justify-content: space-between;align-items: center;padding: 60px 0 0;}
.ipc-left, .ipc-right{width: 100%;}
.ipc-left span, .ipc-left h2, .ipc-right p{text-align: left;}
.ipc-left span{font-size:26px;}
.ipc-left h2{color: #701e14;}

.ipc-cards-banner{background: #fdf4e4;padding: 100px 0 0;}
/* .ipc-cards-banner{background: #FDF4E4;padding: 100px 0 0;} */
.ipc-services {display: flex;justify-content: center;align-items: center;gap: 15px;flex-wrap: wrap;padding: 30px 0 60px;}
.ipc-card {width: 100%;max-width: 250px;padding: 20px;border: 1px dotted #701e14;border-radius: 3px;margin: 10px;}
.ipc-card:hover{background: #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.ipc-card h3 {font-size: 18px;color: #3e3c39;text-align: center;padding: 15px 0 0;font-weight: 500;margin: 0;line-height: 1.4;}
.ipc-card span{display: flex;justify-content: center;align-items: center;}
.ipc-card span img{width: 100%;max-width: 70px;filter: invert(11%) sepia(94%) saturate(1909%) hue-rotate(345deg) brightness(96%) contrast(92%);}
/* International Patient Care */


/* Services */
.inner-services{padding: 0 0 60px;}
.services-head {padding: 60px 0;}
.services-head p{width: 100%;max-width: 900px;margin: auto;}

.services-cards{display: flex;justify-content: center;align-items: center;}
.service-card {width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.service-card:nth-child(2){flex-direction: column-reverse;}
.service-card-t, .service-card-b{width: 100%;height: 300px;}

.service-card-t span{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.service-card-t span img{width: 100%;object-fit: cover;height: 100%;}

.service-card-b{background: #e1ba7f;display: flex;justify-content: center;align-items: center;}
.service-card-b p{color: #303030;text-align: center;}
.service-card-b h3 {color: #303030;padding: 15px 0 0;text-align: center;font-weight: 600;}
.service-card-b span{display: flex;justify-content: center;align-items: center;}
.service-card-b span img{width: 100%;max-width: 50px;}

.service-card.card-d-n{display: none;}
.service-card.bottom-cards{flex-direction: row;}
.card-b-inner{padding: 20px;margin: auto;}

/* Services */

/* Testimonials */
.testimonials-wrapper{background: #fdf3e4;}
.testimonials-inner{padding: 60px 0;}
.testimonials-inner h3 {color: #da9313;font-weight: 600;}
.testimonials-inner h2 {color: #701e14;font-size: 46px;}
.testimonials-cards{display: flex;justify-content: space-between;align-items: center;gap: 20px;}
.testi-card {width: 100%;max-width: 350px;background: #fff;padding: 40px 20px;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;transition: .5s;margin: 30px 0;}
.testi-card:hover{transform: translateY(-25px);}
.testi-card span{display: flex;justify-content: center;align-items: center;}
.testi-card span img{width: 100%;max-width: 100px;border-radius: 50%;}
.testi-card p{text-align: center;color: #303030;font-weight: 400;}
.testi-card h4 {padding: 20px 0 0;text-align: center;font-size: 20px;color: #701e14;font-weight: 600;}
/* Testimonials */



/* get in touch */
.get-in-touch{background: #fefbf6;position: relative;}
.get-in-touch-inner {display: flex;justify-content: center;align-items: flex-start;gap: 20px;padding: 60px 0;}
.get-in-touch-inner h2{text-align: left;font-size: 26px;padding: 0;}

.get-in-touch-inner .info{width: 100%;max-width: 500px;padding: 40px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 15px;  background: #fff;}
.info p{color: #626262;}
.contact-input input, .contact-input select, .contact-input textarea {padding: 15px 20px;margin: 10px 0;border: 1px solid #0000002b;border-radius: 5px;appearance: none;color: #626262;}
.submit-btn{padding: 20px 0 0;}
.submit-btn button {background: #da9313;color: #fff;padding: 15px 20px;width: 100%;max-width: 200px;margin: auto;display: flex;justify-content: center;align-items: center;border-radius: 5px;font-weight: 600;}
.submit-btn:hover button {background: #701e14;}

/* index video */
.video-sections.index-videos h3{margin: 0;height: 100%;}
.video-sections.index-videos .latest-event-sections iframe {width: 100%;height: 100%;}

a.latest-event-sections {cursor: pointer;}
a.latest-event-sections span {display: flex;justify-content: center;align-items: center;}
a.latest-event-sections span img {width: 100%;height: 100%;}

.certifications-banner::after {content: "";position: absolute;background: url(../images/bg/texture.png) repeat center center/contain;width: 100%;height: 300px;z-index: -1;bottom: -98px;opacity: .5;}
.certifications-inner{display: flex;justify-content: center;align-items: center;gap: 50px;padding: 20px 0 0;}

.certifications-banner.videos-sec h3{color: #da9313;  padding: 20px 0 0;}
.certifications-banner.videos-sec h2{color: #fff;font-weight: 400;}

.certifications-banner.videos-sec {padding: 0 0 40px;}
.certifications-banner.videos-sec .video-sections.index-videos {padding: 0 0 40px;}
.certifications-banner.videos-sec a.more-btn {width: 100%;display: flex;justify-content: center;align-items: center;margin: auto;max-width: 150px;}
.certifications-banner.videos-sec .latest-event-sections {margin: 0;}
/* index video */

.address {width: 100%;max-width: 650px;padding: 40px;}
.address p{color: #da9313;font-size: 20px;font-weight: 500;}
.address span{color: #000;font-weight: 500;}
.address ul{padding: 20px 0;}
.address ul li a {padding: 10px 0;display: flex;justify-content: flex-start;align-items: center;gap: 20px;}
.emergency-num{padding: 20px 0 0;}
.emergency-num span{padding: 0 0 10px;}

.building img {width: 100%;max-width: 500px;height: 350px;object-fit: cover;border-radius: 15px;}
/* get in touch */

/* Faqs  */
.faq-wrapper{padding: 60px 0;}
.acc {margin: 0 auto;}
.acc__card {margin: 20px auto;position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 8px;}
.acc__title {line-height: 1.4;font-size: 18px;background: #fff;color: #955f14;cursor: pointer;display: block;padding: 20px 50px 20px 5px;position: relative;text-align: left;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.acc__title h2{font-size: 18px !important;margin: 0 10px !important;color: #da9313;padding: 0;text-align: left;}
.acc__title.active h2{color: #701E14;}
.acc__title::after {width: 8px;height: 8px;border-right: 2px solid #701e14;border-bottom: 2px solid #701e14;position: absolute;right: 25px;content: " ";top: 0;transform: rotate(45deg);transition: all 0.2s ease-in-out;margin: auto;bottom: 0;}
/* .acc__title:before{content: ''; position: absolute; width: 25px; height: 25px;background-image: url('../images/icons-used/lotus.png'); background-position: center; background-repeat: no-repeat; background-size: cover;top: 0; bottom: 0; left: 18px;margin: auto;filter: invert(73%) sepia(65%) saturate(264%) hue-rotate(2deg) brightness(90%) contrast(90%);} */
.acc__title.active{border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; padding-bottom: 0px;}
.acc__title.active:before{top: 16px;}
.acc__title.active::after { transform: rotate(-138deg); transition: all 0.2s ease-in-out;}
.acc__panel {background: #fff;color: #212121;display: none;margin: 0;padding: 1em;text-align: left;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
.acc__panel p{font-size: 16px;line-height: 1.6; margin: 20px 0px;margin-top: 0px; text-shadow: initial;color: #221122;}
.acc__panel p a{color: #701e14;font-weight: 600;}
.acc__panel p a:hover {color: #f6b913;}
/* Faqs  */


/* awards starts */
.awards-inner {margin: 60px 0;}
.awards-main{padding: 20px 0;}
.awards-main h2{color: #701e14; }
.awards-main h2{text-align: center !important; padding: 0px 20px;}
.award-content{padding: 30px 85px;text-align: center;}
.awards p{width: 100%; text-align: center;}
.awards img{ width: 100%; max-width: 250px; border-radius: 20px; } 
.awards-b-line{position: relative;padding: 20px 0;}
.awards-b-line hr {position: relative;width: 100%;border-bottom: 2px dashed #000;max-width: 500px;margin: auto;height: 15px;}
.awards-b-line::before {content: '';position: absolute;border-radius: 50px;background: #701e14;height: 15px;width: 15px;left: 29%;bottom: -10px;top: 0;margin: auto;z-index: 1;}
.awards-b-line::after {content: '';position: absolute;border-radius: 50px;background: #701e14;height: 15px;width: 15px;bottom: -12px;top: 0;margin: auto;right: 29%;z-index: 1;}
.awards-main .awards:nth-child(2n) .award-content{flex-direction: row-reverse;}
/* awards ends */

/* Homshree css */

/* medical-solutions */
.medical-solutions{padding: 60px 20px;}
.medical-solutions-inner{display: flex; gap: 30px; justify-content: space-between; align-items: center;}
.medical-solutions-left{width: 100%; max-width: 500px;}
.medical-solutions-left *{text-align: left;}
.medical-solutions-left h2{font-size: 40px;}
.medical-solutions-left h3{color: #7a7a7a;}
.medical-solutions-left p{margin-bottom: 30px;}
.medical-solutions-left li{display: flex; gap: 6px; margin-bottom: 20px;align-items: flex-start;font-weight: 500;}
.medical-solutions-left span:first-child{display: flex; width: 100%; max-width: 20px;}
.medical-solutions-left img{filter: invert(10%) sepia(84%) saturate(3642%) hue-rotate(7deg) brightness(101%) contrast(125%);}
.medical-solutions-right{width: 100%; max-width: 700px;}
.medical-solutions-right *{text-align: left;}
.right-top h2{font-size: 46px; color:#800000 ; }
.right-bottom{display:flex; align-items: center; }
.right-bottom-img{width: 100%; max-width: 400px;}
.right-bottom-text h3 span{font-size: 36px; color:#800000 ;}
.right-bottom-text h3 {font-weight: 700; position: relative; margin-bottom: 20px;}
.right-bottom-text h3::before { content: ""; position: absolute; width: 150px; height: 5px; background-color: #da9313; left: 0; bottom: -9px;}
.right-bottom-text h4 {font-weight: 600; color: #414141; font-size: 20px;}
/* medical-solutions */

/* 8. Best practices */
.best-practices-inner {display: flex;align-items: stretch;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 20px;}
.best-practices-left-img, .best-practices-right-txt{width: 100%; max-width: 50%;}
.best-practices-left-img{display: flex;}
.best-practices-left-img img {width: 100%;object-fit: cover;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.best-practices-right-txt {padding: 30px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;  background: #fff;}
.best-practices-right-txt *{text-align: left;}
.best-practices-right-txt li{display: flex; gap: 10px; margin-bottom: 20px;align-items: flex-start;font-weight: 500; color:#181717;}
.best-practices-right-txt span:first-child{display: flex; width: 100%; max-width: 20px;}
.best-practices-right-txt span:first-child img{position: relative;top: 4px;}
a.more-btn, button{padding: 10px 14px;border-radius: 5px;font-weight: 500;color: #fff;background: #da9313;margin: 20px 0 5px;}
a.more-btn:hover, button:hover {background: #701e14;}
.best-practices-right-txt h2{color :#701e14; font-weight: 600;}
.best-practices-right-txt h3{color :#701e14;}
/* 8. Best practices */

/* 9. Speciality-services */
.speciality-services a.more-btn {margin: auto !important;width: 100%;display: flex;justify-content: center;align-items: center;max-width: 200px;}
.speciality-services{padding: 40px 0;}
.speciality-services-inner-top {padding: 30px 0 0; }
.speciality-services-inner-bottom{padding: 10px 0 20px;}
.speciality-services-inner-top{width: 100%; max-width: 950px; margin: 0 auto;}
.speciality-services-inner-top p{text-align: center; font-weight: 500;}
.speciality-services-inner-bottom{display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 15px;}
.speciality-service-card {width: 100%;max-width: 220px;padding: 30px 10px;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;border-radius: 10px;margin: 20px 0;background: #fff;}
.speciality-service-card span {max-width: 100px;height: 100px;position: relative;display: flex;justify-content: center;align-items: center;margin: auto;}
.speciality-service-card span::before {content: '';position: absolute;width: 100px;height: 100px;object-fit: contain;border: 2px dashed #701e14;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: auto;}
.speciality-service-card:hover span::before {animation: animName 20s linear infinite;}
@keyframes animName {
   0%{
      transform: rotate(0deg);
     }
  100%{
      transform: rotate(360deg);
     }
  }
.speciality-service-card p{text-align: center; margin: 0; line-height: 1.5; font-size: 14px; }
.speciality-service-card h3 {font-size: 17px;color: #da9313;font-weight: 500;padding: 20px 0 0px;text-align: center;}
.speciality-service-card span img {width: 100%;max-width: 60px;filter: invert(11%) sepia(94%) saturate(1909%) hue-rotate(345deg) brightness(96%) contrast(92%);}

.speciality-service-card:hover{background: #e2ba7f;}
.speciality-service-card:hover p, .speciality-service-card:hover h4{color: #701e14;}
/* 9. Speciality-services */

/* 10. Book Consultation */
.book-consultation{position: relative; background: url("../images/book-consultation-at-snhrc-vellore.webp") no-repeat center center/cover;}
.book-consultation-inner{padding: 100px 0;width: 100%; max-width: 650px;}
.book-consultation-inner h3{color: #701e14;font-weight: 600;padding: 0;}
.book-consultation-inner h2{margin: 0;font-size: 32px;}
.book-consultation-inner *{text-align: left;}
/* 10. Book Consultation */

/* 14. Free Camp */
.free-camp-section{padding: 80px 20px;}
.free-camp-section-inner{display: flex; align-items: flex-start; padding: 20px 0;}
.free-camp-section-inner.top{justify-content: space-between;}
.free-camp-section-inner.top *{text-align: left;}
.top-right, .top-left {width: 100%; max-width: 50%;}
.top-right h3{color: #d09949; font-weight: 500;}
.top-right h2{ font-weight: 700;}
.bottom{justify-content: space-evenly;}
.free-camp-card{display: flex; flex-direction: column; width: 100%; max-width: 500px;}
.free-camp-card div{width: 100%; display: flex;}
.free-camp-card div img{border-radius: 10px 10px 0 0;width: 100%;}
.free-camp-card div:last-child {width: 100%;padding: 10px 20px;background-color: #701e14;border-radius: 0 0 10px 10px;}
.free-camp-card h3 {color: #f9f6f3;font-size: 21px;font-weight: 500px;padding: 10px 0;margin: 0;}
/* 14. Free Camp */

/* Master Health Check Up page css */
.master-health-check-up{padding: 40px 20px;}
.check-up-para{width: 100%;}
.instructions-for-check-up{display: flex; align-items: flex-start; gap: 30px;margin: 60px 0;}
.instructions-left{width: 100%; max-width: 750px;}
.instructions-left *{text-align: left;}
.instructions-left h2{font-size: 30px; color: #800000;}
.instructions-left h3{font-size: 23px; color: #8a6224; font-weight: 600; margin: 0 0 15px;}
.star-list li { display: flex; gap: 6px; margin-bottom: 20px; align-items: flex-start; font-weight: 500;}
.star-list span:first-child { display: flex; width: 100%; max-width: 20px;}
.star-list span:first-child img {filter: invert(10%) sepia(84%) saturate(3642%) hue-rotate(7deg) brightness(101%) contrast(125%);}
.instructions-right{width: 100%; max-width: 450px;}
.instruction-card {box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;background: #fff;}
.instruction-card span{display: flex; width: 100%;}
.instruction-card span img{width: 100%;}
.ques{padding: 20px; position: relative;margin: 0 0 40px;}
.ques h4 { text-align: center; position: relative; z-index: 1; color: #fff; font-weight: 700;}
.ques::before { content: ''; position: absolute; width: 280px; height: 152px; top: 0; background: url("../images/inner-pages/cta-slice-1.png") no-repeat center center/contain; left: 0; right: 0; margin: auto; bottom: 0; z-index: 1;}
.contact h5{width: 100%; max-width: 100px; margin: auto; background-color:#955f14 ; text-align: center; color: #fff; font-size: 16px; font-weight: 500; padding: 3px 0; border-radius: 15px; position: relative;z-index: 1;}
.contact h5::before { content: ''; position: absolute; width: 300px; height: 3px; top: 0; background-color: #955f14; left: -100px; right: 0; margin: auto; bottom: 0; z-index: -1;}
.contact div {display: flex; flex-wrap: wrap; padding: 25px 10px; gap: 10px; align-items: center; justify-content: center; }
.contact div span{width: 100%; max-width: 48%; color: #955f14; font-weight: 500;gap: 10px;}
.contact div span a{ color: #000; }
.contact div span a:hover{ color: #955f14; }
.head {padding: 14px 25px !important;background-color: #582f11;border-radius: 5px;color: #fff !important;font-weight: 600;text-align: center;}
.reports{padding: 50px;}
.acc-wrapper{display: flex; gap: 30px; align-items: flex-start; margin: 0 0 40px;}
.acc-content{width: 100%; max-width: 50%;}
/* Master Health Check Up page css */

/* blood bank page css */
.inner-page-wrapper{padding: 40px 0;background-color: #fefbf6;}
.inner-blood-bank{padding: 40px 0;}
.inner-blood-bank h2{color: #800000;}
.blood-bank-binary{display: flex; justify-content: center; align-items: stretch;padding: 10px 0;}
.blood-bank-binary div{width: 100%; max-width: 550px;}
.blood-bank-binary div img{border-top-left-radius: 50px; border-bottom-right-radius: 50px;width: 100%;}
.blood-bank-text{padding: 20px;}
.inner-blood-bank-sec2{padding: 40px 60px; border-radius: 50px; border: 3px solid #582f11;}
.sec2{display: flex; align-items: stretch; gap: 30px; justify-content: space-between; padding: 40px 20px;}
.inner-blood-bank-sec2 hr{ background-color: #582f11; height: 3px;}
.sec2 *{text-align: left;}
.sec2 li{text-align: left; line-height: 2;}
.sec2-instruments, .sec2-img, .sec2-left, .sec2-right{width: 100%; max-width: 600px;}
.sec2-img{width: 100%; max-width: 480px;}
.sec2-img img{width: 100%; border-radius: 30px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.sec2-right{position: relative;}
.sec2-right::before{content: ''; width: 3px; height: 250px; background-color: #582f11; position: absolute; left: -20px;}
/* blood bank page css */

/* International Patient */
.inner-ips *{text-align: center; }
.ips-card-holder{display: flex; flex-wrap: wrap; gap: 40px; width: 100% ; max-width: 850px; justify-content: center; align-items: stretch; margin: auto; padding: 30px 0;}
.ips-card{width: 100%; max-width: 250px; background-color: #fff; border: 1px solid #63400a5e; padding: 10px; border-radius: 5px; display: flex; justify-content: center; align-items: center;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; height: 200px; position: relative;}
.ips-card p{color: #800000; font-weight: 500;}
.ips-card-holder .ips-card:nth-child(1)::before {content: '1'; width: 50px; height: 50px; background-color: #63400a; color: #fff; display: flex; justify-content: center; align-items: center; border: 5px solid #f7f8f9; position: absolute; top:-25px ; border-radius: 50%;font-weight: 600; }
.ips-card-holder .ips-card:nth-child(2)::before {content: '2'; width: 50px; height: 50px; background-color: #63400a; color: #fff; display: flex; justify-content: center; align-items: center; border: 5px solid #f7f8f9; position: absolute; top:-25px ; border-radius: 50%;font-weight: 600; }
.ips-card-holder .ips-card:nth-child(3)::before {content: '3'; width: 50px; height: 50px; background-color: #63400a; color: #fff; display: flex; justify-content: center; align-items: center; border: 5px solid #f7f8f9; position: absolute; top:-25px ; border-radius: 50%;font-weight: 600; }
.ips-card-holder .ips-card:nth-child(4)::before {content: '4'; width: 50px; height: 50px; background-color: #63400a; color: #fff; display: flex; justify-content: center; align-items: center; border: 5px solid #f7f8f9; position: absolute; top:-25px ; border-radius: 50%;font-weight: 600; }
.ips-card-holder .ips-card:nth-child(5)::before {content: '5'; width: 50px; height: 50px; background-color: #63400a; color: #fff; display: flex; justify-content: center; align-items: center; border: 5px solid #f7f8f9; position: absolute; top:-25px ; border-radius: 50%;font-weight: 600; }
.ips-card-holder .ips-card:nth-child(6)::before {content: '6'; width: 50px; height: 50px; background-color: #63400a; color: #fff; display: flex; justify-content: center; align-items: center; border: 5px solid #f7f8f9; position: absolute; top:-25px ; border-radius: 50%;font-weight: 600; }
.facilitate-ips{display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 40px 0;}
.facilitate-left , .facilitate-right{width: 100%; max-width: 600px;}
.facilitate-right *{text-align: left;}
.facilitate-left img{ width: 100%; border-radius: 40px;}
.ips{padding: 40px 60px; border-radius: 50px; border: 3px solid #582f11;}
/* International Patient */
/* Homshree css */

/* Why Snhrc */
.why-snhrc{  position: relative;background: #fff;padding: 60px 0 0;z-index: 0;}
.why-choose-us{display: flex;justify-content: space-between;align-items: center;gap: 20px;}

.why-snhrc-right.best-practices-right-txt{background-color: transparent;border: none;}
.why-snhrc-right.best-practices-right-txt li {color: #53524f;}
.why-snhrc-right.best-practices-right-txt span:first-child img {filter: invert(12%) sepia(45%) saturate(6120%) hue-rotate(354deg) brightness(86%) contrast(112%);width: 100%;max-width: 16px;}

.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }
.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle .itemDot {display: block;width: 80px;height: 80px;position: absolute;background: #ffffff;color: #da9313;border-radius: 50%;text-align: center;line-height: 80px;font-size: 30px;z-index: 3;cursor: pointer;border: 2px solid #eae8e5;}
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round {position: absolute;left: 55px;top: 0;width: 490px;height: 490px;border: 2px dashed #701e14;border-radius: 100%;-webkit-animation: rotation 100s infinite linear;background: #fdf4e4;}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s; background: #701e14; }
.dotCircle .itemDot { font-size: 20px; }
.contentCircle {width: 350px;border-radius: 100%;color: #222222;position: relative;left: 11%;right: 0;bottom: -34%;margin: auto;}
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
.dotCircle span {display: flex;justify-content: center;align-items: center;}
.dotCircle span img{width: 100%;max-width: 40px;position: relative;top: -4px;left: 1px;filter: invert(11%) sepia(94%) saturate(1909%) hue-rotate(345deg) brightness(96%) contrast(92%);}
.dotCircle span:hover img, .dotCircle .itemDot.active img{filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%) !important;}
.title-box .title {letter-spacing: 2px; position: relative; z-index: -1; font-size: 20px;}
.title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15);color: #800000; }
.title-box p {font-size: 16px;text-align: center;}
/* Why Snhrc */

/* Inner CTA */
.inner-cta-main{background: #fefbf6;}
.inner-cta {position: relative; display: flex;justify-content: center;align-items: stretch;gap: 30px;flex-wrap: wrap;border-radius: 25px;z-index: 1;padding: 60px 0;}
.cta-content.cta-w-icons {display: flex;justify-content: center;align-items: flex-start;gap: 20px;}
.contact-left-cta{width: 100%;max-width: 45px;}
.contact-right-cta{width: 100%;max-width: 200px;}
.contact-left-cta span{display: flex;justify-content: center;align-items: center;}
.contact-left-cta span img{filter: invert(17%) sepia(37%) saturate(2487%) hue-rotate(337deg) brightness(93%) contrast(102%);position: relative;top: 5px;}
.cta-content {width: 100%;max-width: 330px;background: #fdf3e4;padding: 20px 40px;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.cta-content p, .cta-contact li{margin: 5px 0;}
.cta-contact{line-height: 1.8;}
.cta-contact li a{display: flex;justify-content: flex-start;align-items: center;text-align: left;}
.cta-content a{display: flex;justify-content: center;align-items: center;height: 100%;}
.cta-content p,.cta-content a{font-size: 15px;}
.cta-content h3{font-size: 20px;text-align: left;font-weight: 600;color: #701e14;}
.cta-content.get-an-appointment{padding: 0;}
.cta-content.get-an-appointment a{font-size: 20px;padding: 20px 40px;background: #701e14;color: #fff;border-radius: 10px;font-weight: 600;}
.cta-content.get-an-appointment:hover a {background: #f6c76d;color: #701e14;}
/* Inner CTA */

/* error */
.error-inner {display: flex;flex-direction: column;align-items: center;}
.error{padding: 60px 0;}
.error-inner h2, .error-inner{text-align: center !important;font-size: 200px;padding: 0;}
.error-inner h3 {color: #000 !important;font-size: 50px !important;text-align: center !important;padding: 10px 0 !important;}
.error-inner a.more-btn{background: #701e14;}
.error-inner a.more-btn:hover{background: #fdb913;color: #701e14;}
/* error */

/* Treatment Cards */
.treatments-provided{padding: 100px 0 0;}
.treatments-cards{display: flex;justify-content: space-between;align-items: center;gap: 10px;padding: 40px 0;}
.treatment-card {background: #701e14;width: 100%;max-width: 300px;padding: 30px 0;border-radius: 10px;height: 195px;}
.treatment-card h3{color: #fdb913;font-weight: 600;padding: 20px 0 0;font-size: 18px;}
.treatment-card span {display: flex;justify-content: center;align-items: center;border: 1px solid #8a6224;padding: 10px;border-radius: 10px;width: 100%;max-width: 70px;margin: auto;}
.treatment-card img{filter: invert(100%) sepia(0%) saturate(7464%) hue-rotate(276deg) brightness(111%) contrast(107%);width: 100%;max-width: 70px;}

.owl-dots{display: none;}
.treatments-cards .owl-item {display: flex !important;justify-content: center;}
.treatments-cards .owl-nav button.owl-prev{width: 100%;max-width: 40px;position: relative;left: -50px;}
.treatments-cards .owl-nav button.owl-next{width: 100%;max-width: 40px;position: relative;right: -50px;}
.treatments-cards .owl-nav button.owl-prev span{font-size: 50px;margin-top: -7px;}
.treatments-cards .owl-nav button.owl-next span{font-size: 50px;margin-top: -7px;}
.treatments-cards .owl-nav {display: flex !important;justify-content: space-between;position: absolute;width: 100%;top: 0;bottom: 0;align-items: center;z-index: -1;}

.treatment-description{padding: 60px 0;}
.description-top {display: flex;justify-content: space-between;align-items: center;gap: 20px;border: 1px solid #000;padding: 50px;background: #fff;border-radius: 10px;}
.desc-image{width: 100%;max-width: 400px;}
.desc-image img {width: 100%;max-width: 400px;height: 500px;object-fit: cover;border-radius: 10px;}
/* Treatment Cards */

/* go to top */
#to-top {cursor: pointer;position: fixed;bottom: 10px;right: 10px;width: 90px;height: 90px;z-index: 9;padding: 6px;border-radius: 50%;}
#to-top img{filter: invert(59%) sepia(27%) saturate(4000%) hue-rotate(8deg) brightness(101%) contrast(85%);}
#to-top:hover img{filter: invert(11%) sepia(94%) saturate(1909%) hue-rotate(345deg) brightness(96%) contrast(92%);}
/* go to top */

/* Centre of Excellence */
.centre-of-excellenece-sec{padding: 50px 0;}
.centre-of-excellenece-inner{padding: 100px 0 60px;}
.centre-of-excellenece-inner.pd-none{padding: 100px 0 0;}
.centre-of-excellence-wrapper h2, .inner-wrapper h2{color: #701e14;text-align: left;}
.centre-of-excellence-wrapper h3{color: #701e14;text-align: left;font-size: 30px !important;}
.treatment-list li {color: #303030;padding: 5px;font-weight: 400;font-size: 16px;display: flex;justify-content: flex-start;align-items: baseline;gap: 15px;  line-height: 1.8;}
.treatment-list li i{font-size: 12px;color: #701e14;}
li.sub-services{padding-left: 20px;}
li.sub-services i{font-size: 6px;}
.treatment-main{padding: 0 0 20px;}
.centre-of-excellenece-sec h4 {font-size: 20px;font-weight: 600;color: #303030;padding: 10px 0 5px;}
.centre-of-excellenece-sec p{margin: 5px 0 15px;}
/* Centre of Excellence */

/* tabination */
.tab-in-content p{color: #000;}
.tab-in-content h3, .inner-wrapper h3{color: #701e14;padding: 20px 0 5px;text-align: left;font-size: 20px;font-weight: 600;}
.centre-of-excellence-wrapper h3{color: #701e14;padding: 20px 0 5px;text-align: left;font-size: 26px !important;font-weight: 600;}
.inner-cta h3{font-size: 20px;padding: 0 0 10px;}
.tab-in-content h4 {font-size: 18px;font-weight: 600;color: #303030;padding: 5px 0 10px;}

.gsmk-tabination .tab-wrapper {text-align: center;display: block;margin: auto}
.gsmk-tabination .tabs {margin: 0px;display: flex;justify-content: flex-start;white-space: nowrap;flex-wrap: initial;}
.gsmk-tabination .tab-link {padding: 15px 40px;cursor: pointer;transition: all ease .5s;border-bottom: solid 3px rgba(255,255,255,0);letter-spacing: 1px;box-shadow: rgba(0,0,0,.45) 0 25px 20px -20px;background: #701e14;width: 100%;color: #fff;}
.gsmk-tabination .tab-link:hover {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .tab-link.active {color: #333;border-color: #333;}
.gsmk-tabination .tab-link:nth-of-type(1).active {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .tab-link:nth-of-type(2).active {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .tab-link:nth-of-type(3).active {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .tab-link:nth-of-type(4).active {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .tab-link:nth-of-type(5).active {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .tab-link.active {color: #fdb913;border-color: #fdb913;}
.gsmk-tabination .content-wrapper {padding: 20px;background: #fff;box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;border-radius: 0 0 10px 10px;}
.gsmk-tabination .tab-content {display: none;font-weight: 300;font-size: 15px;opacity: 0;transform: translateY(15px);animation: fadeIn .5s ease 1 forwards}
.gsmk-tabination .tab-content.active {display: block}
@keyframes fadeIn {
   100% {
       opacity: 1;
       transform: none
   }
}
.gsmk-tabination .tab-wrapper {text-align: center;display: block;margin: auto;width: 100% !important;max-width: 1390px !important;margin: 0 auto !important;}
.gsmk-tabination .tabs {display: flex;justify-content: center;white-space: nowrap;flex-wrap: initial;border-bottom: 1px solid #701e14;}
/* tabination */

/* Our Doctors */
.our-doctors {display: flex;justify-content: center;align-items: stretch;gap: 30px;padding: 60px 0;}
.our-doctors-inner p, .coe-content p{width: 100%;text-align: center}
.coe-content p a, .treatment-list li a {color: #b12210;}
.coe-content p a:hover, .treatment-list li a:hover {color: #d08100;}
.our-doctors-inner h2, .our-doctors-inner h3{text-align: center;}
.our-doctors-inner h3{font-size: 24px;}
.our-doctor-card {width: 100%;max-width: 400px;padding: 30px;background: #fefbf6;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;margin: 0 0 10px 0;}
.our-doctor-card span {display: flex;justify-content: center;align-items: center;padding: 0 0 30px;}
.our-doctor-card span img {width: 100%;max-width: 170px;border-radius: 50%;height: 170px;object-fit: cover;object-position: top;}
.doctor-content h3 {color: #701e14;font-size: 22px;padding: 0;font-weight: 600;text-align: center;}
.doctor-content h3:last-child {color: #000;padding: 10px 0 0;font-size: 16px;font-weight: inherit;line-height: 1.8;}
.our-doctors-wrapper{background: #fff;padding: 60px 0 0;}
.doctor-content h4 {text-align: center;padding: 10px 0 0;position: relative;color: #701e14;font-size: 14px;font-weight: 400;}
.our-doctors .owl-item{display: flex !important;justify-content: center;}
.our-doctors .owl-nav{display: none;}
/* Our Doctors */


.centre-of-excellence-scroll {display: flex;justify-content: center;align-items: center;gap: 30px;}
.centre-of-excellence-scroll li{position: relative;}
.centre-of-excellence-scroll li::before {content: "";position: absolute;right: -17px;width: 1px;background: #ffffff70;height: 25px;top: 0px;bottom: 0;margin: auto;}
.centre-of-excellence-scroll li:last-child::before{display: none;}

/* Core Value */
.tap-section{background-color: #701e14;}
.tap-section.scrolled {position: fixed;top: 80px;left: 0;right: 0;width: 100%;z-index: 2;background-color: #701e14;box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;transition: all .2s;margin: 0 !important;}
.tap-section.scrolled + #core-2{padding: 140px 0 40px !important;}
.coe-top { color: #fff !important; padding: 15px 0; font-size: 15px; font-weight: 600;}
.coe-top.act{color: #f6c76d !important;}
.bg-white{background-color: #fff !important;  box-shadow: rgba(0, 0, 0, 0.16) 15px 6px 10px;}
.centre-of-excellence-wrapper{box-shadow: rgba(0, 0, 0, 0.13) 15px 6px 10px;position: relative;}

/* Core Value */

/* faq */
.inner-banner{background-repeat: no-repeat;background-position: center;background-size: cover;}
/* faq */

/* news */
.news-main{padding: 0 0 50px 0;}
.news-wrapper.annual-bmw-wrapper .news-inner{display: flex;justify-content: space-evenly;align-items: center;gap: 20px;}
.news-wrapper.annual-bmw-wrapper .news{width: 100%;max-width: 300px;position: relative;}
.news-main h2{padding: 0 0 20px;}
.news {display: flex;justify-content: center;align-items: center;gap: 20px;flex-wrap: wrap;}
.news a {width: 295px;height: 300px;margin: 10px 0;}
.news a img{width: 100%;max-width: 300px;height: 300px;object-fit: cover;object-position: top;}

.news-wrapper.annual-bmw-wrapper .news a{padding: 20px;border: 1px solid #000;border-radius: 15px;overflow: hidden;}
.news-wrapper.annual-bmw-wrapper .news:hover a{background: #fff;}
.news-wrapper.annual-bmw-wrapper .news-no {position: absolute;background: #da9313;color: #fff;font-size: 24px;border-radius: 50%;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;left: -30px;top: -30px;font-weight: 600;}
/* news */

/* photo gallery css start */
.gallery-album-wrapper img{width: 100%;max-width: 400px;border-bottom: 2px solid #99002E;transition: .3s;border-radius: 5px;  object-fit: cover;}
.gallery-album-wrapper img:hover{transform: translateY(-10px);}
.gallery-album-wrapper{display: flex;gap: 20px;padding: 20px 0 0 0;justify-content: center;align-items: center;flex-wrap: wrap;}
.gallery-album-wrapper a{width: 100%;max-width: 400px;height: 270px;display: flex;}
.academic-process-content{padding-top: 40px;}

/* photo gallery css end */

.footer-bottom-r.social-links i{font-size: 20px;color: #fff;}
.footer-bottom-r.social-links {justify-content: center;color: #fff;}

/* Facilities */
.inner-facilities-wrapper{ display: flex;justify-content: center;align-items: flex-start;gap: 20px;flex-wrap: wrap; margin: 40px 0;;}
.facilities-box h3{text-align: left; font-size: 20; color: #701e14;}
.facilities-box{width: 100%; max-width: 250px; height: 150px; border: 1px solid #a06d22;padding: 20px; border-radius: 10px;position: relative;}
.facilities-box span img{width: 100%; max-width: 70px; margin: 0 0 10px; filter: invert(39%) sepia(99%) saturate(356%) hue-rotate(357deg) brightness(94%) contrast(91%); border: 1px solid #c67b13; padding: 10px; border-radius: 10px}
.facilities-box .bg-img{position: absolute; width: 100%; max-width: 250px; height: 150px; border-radius: 10px; object-fit: cover; z-index: 1; left: 0; right: 0; top: 0; border-radius: 19px; opacity: 0;}
.facilities-box:hover .bg-img{opacity: 1;}
.facilities-box .bg-img img{width: 100%; max-width: 250px; height: 148px; border-radius: 10px;}
.facilities-box h4{color: #701e14;}
/* Facilities */

/* hospital locations */
.hospital-locations {background: #f6c76d;padding: 40px 0;}
.hospital-locations h2 {text-align: center;padding: 0 0 50px;}
.location {width: 100%;max-width: 350px;text-align: center;}
.location i{font-size: 30px;  padding: 0 0 15px 0;color: #701e14;}
.location p{margin: 0;font-size: 18px;text-align: center;}
.location p span{font-weight: 600;}
.hospital-locations-inner {display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;gap: 20px;}
/* hospital locations */

/* responsive banner */
.index-slider.resp{display: none;}
.inner-banner.resp{display: none;}
/* responsive banner */

.cont-fo-rm.book-an-appointment-form-main{max-width: 100%;}
.cont-form.book-an-appointment-form {display: flex;width: 100%;max-width: 100%;flex-direction: initial;flex-wrap: wrap;gap: 18px;justify-content: center;align-items: stretch;  padding: 40px 0;}
.book-an-appointment-input{width: 100%;max-width: 35%;}
.book-an-appointment-input.sub-btn{display: flex;justify-content: center;align-items: center;}
.book-an-appointment-input.sub-btn button{margin: 0;}


/* contact page */
.cont-fo-rm.contact-page-form{display: flex;flex-direction: inherit;flex-wrap: wrap;justify-content: center;align-items: center;gap: 10px;}
.cont-fo-rm.contact-page-form .cont-form {display: flex;flex-direction: inherit;flex-wrap: wrap;justify-content: center;align-items: center;gap: 10px;}
.cont-fo-rm.contact-page-form .cont-form input{width: 100%;max-width: 49%;}

/********************************************************* Homshree CSS *********************************************************/
/* insurance page css */
.inner-insurance{padding: 40px 0;}
.inner-insurance h2{ text-align: left;}
.insurance-binary{display: flex; justify-content: center; align-items: center;padding: 60px 0; gap: 50px;}
.network-hospital {padding: 100px 0 0;}
.insurance-binary div{width: 100%; max-width: 550px;}
.insurance-img img{border-bottom-left-radius: 100px; border-top-right-radius: 100px;width: 100%; border: 2px solid #63400b; position: relative; z-index: 1;}
.insurance-text{padding: 30px;}
.insurance-img{position: relative; }
.insurance-img::before{content: ''; background: url("../images/inner-pages/Group-62.png") no-repeat center center/contain; width: 204px; height: 204px; position: absolute; bottom: -90px; right: 10px; z-index: 0;}
.insurance-cta-div{padding: 0 20px 20px; border: 3px solid #582f11;border-radius: 25px;margin: 25px 0 0;}
.insurance-cta img{filter: invert(78%) sepia(49%) saturate(837%) hue-rotate(356deg) brightness(106%) contrast(87%); width: 100%;}
.insurance-cta span{width: 100%; max-width: 30px; display: flex;}
.insurance-cta{display: flex; justify-content: flex-start; align-items: center ; flex-wrap: wrap; gap: 20px;}
.insurance-cta div{display: flex; justify-content: flex-start; align-items: center ; gap: 3px; width: 100% ; max-width: 200px;}
.insurance-cta-div p {padding: 0;}
.insurance-partners{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px;}
.insurance-partners-card{width: 100%; max-width: 180px;}

.insurance-companies {padding: 40px 0;}
.insurance-companies h2{padding: 0 0 30px;text-align: center;}
.insurance-partners span img{box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px;background: #fff;border-radius: 10px;padding: 10px;}
/* insurance page css */

/* home care page css  */
.inner-home-care{padding: 40px 0;}
.inner-home-care h2{ text-align: left;font-weight: 600;}
.home-care-binary{display: flex; justify-content: space-evenly; align-items: stretch;padding: 60px 0; gap: 50px,}
.home-care-img{width: 100%; max-width: 500px;}
.home-care-img img{width: 100%; }
.home-care-binary div{width: 100%; max-width: 500px;}
.therapeutic-care-img{width: 100% ; max-width: 350px !important; }
.nursing-img img{width: 100% ; border-bottom-right-radius: 30px; border-top-left-radius: 30px;  object-fit: cover;}
.therapeutic-care-img img{width: 100% ; border-bottom-right-radius: 30px; border-top-left-radius: 30px; }
.home-care-text{padding: 30px;}
.bg-div{ background: url("../images/inner-pages/care-services/home-care-bg.jpg") no-repeat  center/cover ;  padding: 50px 30px; margin: 70px 0; border-radius: 25px; }
.bg-div h3, .bg-div h2{color: #f6c76d  !important;}
.bg-div li{color: #fff !important; }
.numbered-list li{display: flex; justify-content: flex-start; align-items: flex-start; gap: 10px ; line-height: 2.2;}
.numbered-list li span{display: flex;}
.hc-services-list-div{width: 100%; max-width: 350px;}
.home-care-ternery{display: flex; justify-content: center; align-items: flex-start; gap: 25px ; flex-wrap: wrap;}
.snhhc-provides{padding: 20px; border-radius: 25px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background-color: #fff;}
.snhhc-pro{width: 100%; max-width: 350px;}
.snhhc-provides-top{display: flex; justify-content: center; align-items: center; gap: 30px;}
.snhhc-provides li{line-height: 1.5; margin: 10px 0;}
.numbered-list.d-flex{display: flex; justify-content: center; align-items: center;gap: 30px;}
.benefits h3{text-align: center;}
/* home care page css  */

/* International Patient */
.ips-di li{width: 100%; max-width: 50% !important;}
.d-flex.ips-di{justify-content: center !important; align-items: flex-start !important; margin: 30px 0 ; }
.d-flex.ips-di li span:first-child{font-weight: 600; color: #701e14;}
/* International Patient */

/* coe css */
.margin-top{ margin: 50px 0 0 !important;}
.d-flex{display: flex; justify-content: flex-start; align-items: center;gap: 30px;}
.d-flex h4{width: 100%; max-width: 350px;}
.text-c{text-align: center !important;}
/* coe css */



.inner-appointment { display: flex; flex-direction: column; align-items: center; justify-content: center;}
.appointment{padding: 40px 0 !important;}


/* index */
.bottom { justify-content: space-evenly; gap: 30px;}
/* index */
.free-camp-section{padding: 60px 0;background: #fefbf6;}





/********************************************************* Homshree CSS *********************************************************/


/********************************************************* Vinutha CSS *********************************************************/
/* footer starts */
.footer-banner-wrapper{background: #701e14;}
.footer-inner-wrapper{padding: 40px 0;}
.footer-logo-container{width: 100%;display: flex;justify-content: center;align-items: center;padding: 0 0 40px;border-bottom: 3px solid #f6c76dba;}
.footer-logo-container a img{background: #f4ecd5;padding: 10px 10px 15px;border-radius: 15px;}
.footer-contact h3{color: #eabc79;font-weight: 600;padding: 40px 0 20px;}
.contact-form-footer{display: flex; justify-content: center; align-items: center; gap: 10px;}

.footer-list{display: flex; justify-content: space-between; align-items: flex-start; gap: 10px;padding: 40px 0 0;}
.footer-list li a {font-size: 14px;display: flex;gap: 10px;justify-content: flex-start;align-items: baseline;color: #fff;padding: 8px 2px;line-height: 1.4;}
.footer-list li a:hover, .footer-list li a.act-link {color: #f6c76d;}
.footer-list li a i{font-size: 10px;}

.footer-list-left{display: flex; justify-content: center; align-items: center; gap: 10px;}
.footer-list-left, .footer-list-right {width: 100%;max-width: 600px;}

.footer-centre-1 {display: flex;justify-content: center;align-items: flex-start;gap: 20px;}
.footer-list-righ-top {display: flex;justify-content: space-between;align-items: flex-start;gap: 20px;}
.footer-list-right-bottom{display: flex;flex-direction: column;align-items: flex-start;}

.footer-mail-call {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 15px;margin: 20px;border: 3px solid #f6c76d;padding: 20px 40px;border-radius: 20px;}
.footer-mail{ display: flex; justify-content: center; align-items: center; gap: 20px;}
.footer-mail-content{ display: flex; justify-content: center; align-items: center; gap: 10px; flex-direction: column;}

.contact-input-footer input {padding: 15px 20px;margin: 10px 0;border: 1px solid #0000002b;border-radius: 5px;background: #faeaca;}
.submit-btn-footer button {padding: 16px 35px;color: #fff;background: #bf9352;border-radius: 5px;}
.footer-list h2 {font-size: 20px;font-weight: 600;text-align: left;padding: 0 0 10px 0;position: relative;color: #f6c76d;}
.footer-mail-content a, .footer-mail-content p{width: 100%;text-align: left;color: #fff;font-size: 14px;}

.footer-bottom-main{background: #f6c76d;}
.footer-bottom-l {display: flex;justify-content: space-between;align-items: center;gap: 20px;flex-wrap: wrap;  padding: 10px 0;}
.footer-bottom-r, .footer-bottom-r ul{display: flex;justify-content: space-between;align-items: center;gap: 20px;flex-wrap: wrap;}
.footer-bottom-r ul li a{color: #313131;}
.footer-bottom-r.social-links i:hover, .footer-mail-content a:hover{color: #f6c76d;}

.footer-bottom p, .footer-bottom span{font-size: 12px;color: #313131;;font-weight: 600;display: flex;justify-content: center;align-items: center;margin: 0;}
.footer-bottom span a{display: flex;justify-content: center;align-items: center;}
.footer-bottom-l p span img{width: 100%;max-width: 85px;}
/* footer ends */

/* about-management starts */
.inner-about-management{display: flex; justify-content: center; align-items: center; gap: 40px; padding: 60px 0 0;}
.inner-about-management img{ width: 100%; max-width: 550px;}
.about-management-content{width: 100%; max-width: 700px;}
.about-management-content ul li {list-style: initial;margin: 0 20px;line-height: 1.8;font-size: 18px;font-weight: 600;}
/* about-management ends */

/* directors message */
.inner-about-management.directors-message{display: inline;}
.directors-message-main {display: flex;justify-content: center;align-items: flex-start;gap: 20px;padding: 60px 0 0;}
.inner-director-message-content{width: 100%;max-width: 650px;}
.inner-about-management.directors-message img {width: 100%;max-width: 500px;}
.inner-about-management.directors-message{padding: 0;}
/* directors message */

/* inner banner */
.inner-banner{position: relative;display: flex;justify-content: center;align-items: center;height: 400px;}
.inner-banner .fluid-container{position: relative;width: 100%;height: 100%;}
.banner-content {color: #fff;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;position: absolute;top: 30px;margin: auto;left: 0;padding: 0 20px;}
.inner-banner h1 {font-size: 52px;color: #fff;letter-spacing: 1px;font-weight: 700; text-align: left;  text-shadow: 2px 2px #701e14;}
.inner-banner h1.seo-h1 {text-align: left; font-size: 42px;}
.inner-banner h1 span{color: #fff;}
.breadcrumbs{color: #fff;}
.breadcrumbs a {color: #fff;font-weight: 600;}
.inner-banner .breadcrumbs {display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;margin-top: 8px; line-height: 1.5;font-size: 14px;}
.inner-banner .breadcrumbs i{margin: 0 8px;margin-top: 1px;}
.breadcrumbs.c-o-e-breadcrumbs a{color: #fff;}
.centre-of-excellence-breadcrumbs{position: absolute;}
.centre-of-excellence-breadcrumbs img{width: 50px;max-width: 50px;filter: invert(39%) sepia(10%) saturate(2872%) hue-rotate(357deg) brightness(98%) contrast(89%);}
.banner-text{height: 100%;}
.banner-container {position: absolute;bottom: 0;top: 0;margin: auto;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;}
.centre-of-excellence-breadcrumbs {position: absolute;bottom: -14%;left: 0;right: 0;width: 100%;max-width: 900px;margin: auto;background: #fff;padding: 20px 0;border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.centre-of-excellence-breadcrumbs h2{padding: 0;color: #701e14;font-size: 30px;}
.centre-of-excellence-breadcrumbs span {display: flex;justify-content: center;align-items: center;border: 1px solid #8a6224;padding: 10px;border-radius: 10px;}
.breadcrumb-with-icon {display: flex;justify-content: center;align-items: center;gap: 20px;width: 100%;max-width: 700px;margin: auto;position: relative;background: #fff;padding: 0 20px;}
.centre-of-excellence-breadcrumbs::before {content: "";position: absolute;width: 100%;height: 2px;background: #701e14;top: 0;bottom: 0;margin: auto;max-width: 800px;left: 0;right: 0;}
/* inner banner */

/* vision-mission starts */
.vm-doc-image {display: flex;justify-content: flex-end;align-items: center;width: 100%;max-width: 380px;}
.vm-doc-image img{ width: 100%; max-width: 380px;}
.vision-mission-image{padding: 20px; width: 100%; max-width: 170px; display: flex; align-items: center; flex-direction: column; border-radius: 10px;}
.vision-mission-image h3{padding: 0 0 15px;}
.vision-mission-image img{width: 100%; max-width: 70px;filter: invert(12%) sepia(100%) saturate(4104%) hue-rotate(52deg) brightness(95%) contrast(92%);}
.vision-mission:last-child{flex-direction: row-reverse;}
.vision-mission:first-child{background: #fff4e0;margin: 0 0 20px 0;}
.vision-mission-content{padding: 60px 0;}
.vision-mission-main{padding: 40px 0px; background: url(../images/vission-mission-amma-background.png);  height: 1214px;}
.vision-mision{display: flex; justify-content: space-between; align-items: center; }
.v-m-image img{width: 100%; max-width: 550px;}
.vision-mission-amma-content{ width: 100%; max-width: 700px;}
.vision-amma-content{padding: 20px 0;}
.vision-amma-content h2{padding: 0;}
.vision-amma-content h3{padding: 10px 0 0;}
.vision-mission{display: flex;justify-content: center;align-items: center;gap: 20px;padding: 20px;}
/* vision-mission ends */

/* Charity starts */
.charity-wrapper{padding: 40px 0px;}
.inner-charity-wrapper{display: flex; justify-content: flex-start; align-items: center; padding: 20px 0;background: url(../images/charity-background.jpg); width: 100%; height: 700px; border-radius: 30px;}
.charity-image{    width: 100%; max-width: 400px; display: flex; justify-content: center; align-items: center;border-radius: 30px }
.charity-image img{width: 100%; max-width: 400px;  }
.charity-content{ width: 100%; max-width: 600px;}
.charity-content p{text-align: center;}
/* Charity ends */

/* Facilities */
.inner-facilities-wrapper{ display: flex;justify-content: center;align-items: flex-start;gap: 20px;flex-wrap: wrap; margin: 40px;}
.facilities-box h3{text-align: left; font-size: 20; color: #701e14;}
.facilities-box{width: 100%; max-width: 250px; height: 150px; border: 1px solid #a06d22;padding: 20px; border-radius: 10px;position: relative;}
.facilities-box span img{width: 100%; max-width: 70px; margin: 0 0 10px; filter: invert(39%) sepia(99%) saturate(356%) hue-rotate(357deg) brightness(94%) contrast(91%); border: 1px solid #c67b13; padding: 10px; border-radius: 10px}
.facilities-box .bg-img{position: absolute; width: 100%; max-width: 250px; height: 150px; border-radius: 10px; object-fit: cover; z-index: 1; left: 0; right: 0; top: 0; border-radius: 19px; opacity: 0;}
.facilities-box:hover .bg-img{opacity: 1;}
.facilities-box .bg-img img{width: 100%; max-width: 250px; height: 148px; border-radius: 10px;}
.facilities-box h4{color: #701e14;font-weight: 600;}
/* Facilities */

/* faq starts */
.faq-content a:hover{color: #701e14;}
.faq-inner-content h2{color: #701e14; }
.inner-faq-wrapper{display: flex; justify-content: space-between; align-items: flex-start; gap: 20px;}
.inner-faq-wrapper .top-content{width: 100%; max-width: 400px}
.inner-faq-wrapper .inner-content{width: 100%;max-width: 800px;}
.faq-inner-content{padding: 20px 0;}
/* faq ends */

.awards-main-inner{display: flex; justify-content: center; align-items: center; gap: 30px;}
.awards-inner-top{width: 100%; max-width: 600px; padding: 60px 0;}
.awards-top-list li{display: flex; justify-content: center; align-items: center; gap: 20px;}
.awards-top-list li p{color: #000; font-weight: 600;}
.awards-top-list li img{width: 100%; max-width: 25px; filter: invert(13%) sepia(29%) saturate(5035%) hue-rotate(347deg) brightness(101%) contrast(96%);}
.awards-top-image img{ width: 100%; max-width: 600px;}
.awards-second-top ul li img{width: 100%; max-width: 25px; filter: invert(13%) sepia(29%) saturate(5035%) hue-rotate(347deg) brightness(101%) contrast(96%);}
.awards-second-bottom ul li img{width: 100%; max-width: 25px; filter: invert(13%) sepia(29%) saturate(5035%) hue-rotate(347deg) brightness(101%) contrast(96%);}
.awards-inner-second-wrapper{display: flex; justify-content: center; align-items: flex-start; gap: 30px; color: #000; font-weight: 600;}
.awards-second-top ul li{display: flex; justify-content: flex-start; align-items: center; gap: 20px; width: 100%; max-width: 600px;}
.awards-second-bottom ul li{display: flex; justify-content: flex-start; align-items: center; gap: 20px; width: 100%; max-width: 600px;}
.awards-second-wrapper{background: #e1ba7f; padding: 40px 0;}


/********************************************************* Vinutha CSS *********************************************************/

/********************************************************* Akshaya CSS *********************************************************/
.treatments-wrapper{padding: 100px 0 0;}
.treatments-wrapper p{text-align: center;}
/* Contact-us */
.contact-us-wrapper,.contact-forms-wrapper{padding: 60px 0 ;}
.contact-forms-wrapper h2{text-align: center;padding: 0 0 30px;}
.contact-us-wrapper>.fluid-container{border: 1px solid #701e14;padding:20px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;border-radius: 20px;}
.inner-contact{display:flex;justify-content:center;align-items: stretch;width:100%;gap:30px;}
.in-form-img img { width: 100%; max-width: 30px; height: 30px;filter: invert(32%) sepia(22%) saturate(5228%) hue-rotate(26deg) brightness(92%) contrast(87%);}
.cont-1 {display: flex;justify-content: center;align-items: stretch;gap: 40px;padding: 20px;}
.in-form p {font-size:13px;color:#000;font-weight:500;margin: 0;}
.cont-img{padding: 20px;}.cont-img img{width:100%;max-width: 589px;height:100%;border-radius:20px;}
.in-form a{font-size:13px;color:#000;font-weight:500;}.cont-inform,.cont-img{width:100%;max-width:640px;}
.in-form  { display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;width: 100%;max-width: 240px;gap:8px;border: 1px solid #63400a;padding:30px;border-radius:20px;}
.cont-form input,.cont-form textarea, .cont-form select{border: 1px solid #701e14;padding:15px;border-radius:10px; margin:10px 0; box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;}
.cont-form input{color: #701e14;}
.cont-fo-rm{display: flex;justify-content: flex-start;align-items: flex-start;gap: 30px;width: 100%;max-width:640px;}
.map-img{width:100%;}.map-img p{width:100%;max-width:640px;height:100%;}
.cont-form{display: flex;justify-content: space-between;align-items:center;flex-direction: column;width: 100%; max-width: 500px;}
.cont-form button { margin: 40px 0; background-color: #701e14; max-width: 200px;}
.mapouter .gmap_canvas iframe{border-radius:25px !important;}
.in-form h3 {font-size:13px;font-weight:700;color: #701e14;}
.in-form:hover {background-color: #701e14;color: #bf9352 !important;}
.in-form:hover a, .in-form:hover p {color: #bf9352 !important;}
.in-form:hover  h3{color: #bf9352 !important;}
.in-form:hover img {filter: invert(81%) sepia(32%) saturate(4281%) hue-rotate(0deg) brightness(106%) contrast(107%);}
/* Contact-us */

/* Carrers */
.inner-carrer,.details-wrapper{padding:60px 0 0;}
.inner-carrer h3{text-align:center !important;}
.inner-carrer p{width: 100%;text-align: center;font-weight:500;padding:10px;}
.carrer-appoint h2{font-size:15px;background-color: #63400a;border-radius:20px 20px 0 0; color:#fff;text-align: center;margin: 0;padding: 10px;}
.carrer-appoint{border: 1px solid #63400a;border-radius:20px;}
.appoinment{padding:40px 0 0;}
.note-wrapper{padding: 40px 0 0;}
.inner-notes h2{color:#c10c0b;font-size:19px;}.inner-notes{border: 2px dashed #701e14;padding:20px;border-radius:30px;}
.inner-notes p{color:#000;font-size:14px;text-align: center;}.inner-details{border:1px solid #701e14;padding:20px;}
.photo-upload-contain {margin: 15px auto 0;border-radius: 10px; background-color:transparent;border: 1px dashed #701e14 ;width: 100%;max-width: 150px;padding: 2.12em 10px;position: relative;box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);}
.photo-upload-contain>input[type="file"] {display: none;}.photo-upload-contain label{text-align:center;}
label {display: block;position: relative;font-weight: 500; color: #701e14;;font-size: 14px;text-align: left;width: 100%;padding:5px;border-radius: 0.3em;cursor: pointer;}
#image-display {position: relative;width: 90%;margin: 0 auto;display: flex;justify-content: space-evenly;gap: 1.25em;flex-wrap: wrap;}
#image-display figure {width: 45%;}#image-display img { width: 100%;}.pho-to-1{width:100%;max-width:640px;display:flex;justify-content:space-around;align-items:flex-start;}
#image-display figcaption { font-size: 0.8em;text-align: center;color: #5a5861;}
.pho-to-1 .cont-form{align-items:flex-start !important;max-width: 430px;}
#error { text-align: center;color: #ff3030;}
.pho-to-1 .cont-form input {color: #701e14;font-size:11px;}
.pho-to-1 h3 {font-size: 16px;color: #000;width: 100%;max-width: 160px;margin: 5px 0 10px 0;text-align: center;padding: 0 !important;}
.photo-drap h3 {padding: 3px 0 !important;}
.pho-to{padding:50px;display:flex;justify-content:space-between;align-items:flex-start;width:100%;}
.pho-to-1 img{width:100%;max-width:700px;}.pho-to-1 .cont-form label{font-weight:600;color: #000;font-size:14px;}
/* Carrers */

/* Video Gallery */
.vid-wrapper{padding: 120px 20px;}
.latest-event-sections{display: flex;justify-content: space-between;align-items: flex-start;gap: 30px;margin-block-end: 40px;border-bottom: 1px solid #a6a3a340;width: 100%;}
.video-sections{display: flex;justify-content: center;align-items: flex-start;gap: 20px;flex-wrap: wrap;}
.inner-latest-event{margin-block-end: 20px;}
.details-events-box{width: 100%;}
.details-events-box p{margin-block-end: 10px;text-align: left;}
.details-events-box p span{color: #e72a7c;font-size: 16px;}
.latest-event-sections:last-child{border-bottom: unset;}
.latest-event-sections iframe {width: 100%;height: 200px;}
.image-events{max-width: 500px;width: 100%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;display: flex;justify-content: center;align-items: center;position: relative;}
.image-events span{position: absolute;}
.image-events figure img{width: 100%;max-width: 500px;height: 350px;object-fit: cover;object-position: top;}
.video-sections {display: flex;justify-content:center;align-items: flex-start;gap:40px;flex-wrap: wrap;}
.video-sections .latest-event-sections {display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 0;border: 0;width: 100%;max-width:30%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.video-sections .latest-event-sections h3 {background: #f9f9f9;width: 100%;text-align: center;padding: 15px 10px;font-weight: 500;font-size: 15px;color: #111c30;line-height: 1.6;display: flex;justify-content: center;align-items: center;}
.image-events i{display: none;color: #fff;}
.image-events:hover i{display: block;}
.image-events{position: relative;}
.image-events:hover::before{position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: #000; opacity: .6;}
.download-btn{display: none;}
.image-events:hover .download-btn {display: flex;justify-content: flex-start;align-items: center;gap: 5px;width: 100%;max-width: 150px;padding: 10px 20px;border-radius: 5px;background: #11345a;color: #fff;position: absolute;}
.download-btn img {width: 100%;max-width: 22px;filter: invert(100%) sepia(0%) saturate(7454%) hue-rotate(122deg) brightness(96%) contrast(102%);}
/* Video Gallery */

/* News */
.news-wrapper{padding:120px 20px 80px}.inner-news{display: flex;justify-content:space-between;align-items: center;gap:20px;}
.news-img{width:100%;max-width:420px;}
.ab-ctn{    padding: 0;background:none;border-radius: 0;}
.lb-container img{width: 576px !important}
/* News */

/* academic */
.acd-wrapper{padding:80px 20px;}
.inner-academics{display: flex;justify-content:space-between;align-items:stretch;gap:20px;}
.academic img{width:100%;max-width:300px;}.academic{width:100%;max-width:320px;}
.academic h4{color: #000;font-weight: 600;text-align: center;font-size:15px;min-height:40px;}
.ac-ad-msg{display:flex;justify-content: center;align-items:center;flex-direction: column;gap:20px;padding:15px 0;}
/* academic */

/* Photo Gallery */
.photo-gallery-wrapper{position: relative;padding:40px 0;}
.gallery-slider .swiper {width: 100%;height: 100%;max-width:500px !important;}
.gallery-slider .swiper-slide {text-align: center;font-size: 18px; background: #fff; display: flex;justify-content: center;align-items: center;padding: 20px !important;border-radius: 15px;}
.gallery-slider .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.inner-photo-gallery{display:flex;justify-content:space-evenly;align-items:center;gap:40px;padding:20px;flex-wrap: wrap;}
.gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {color: #701e14 !important;transition: all .2s;width: 100%;max-width: 50px;height: 100%;bottom: 0;top: 0;right: 0;background: transparent;z-index: 99;display: flex;justify-content: center;align-items: flex-end;}
.gallery-slider .swiper-button-prev:hover, .gallery-slider .swiper-button-next:hover{color: #701e14 !important;}
.gallery-slider .swiper-button-prev::after,.gallery-slider .swiper-button-next::after{font-size:20px !important;}
.gallery-slider .swiper-button-prev:hover::after,.swiper-button-next:hover::after{color: #701e14;}
.swiper-slide {background:#fff;display:flex !;justify-content: center;align-items:center;}
.ph-oto img { width: 100%; max-width: 500px;height:100%;max-height:300px !important;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-mesg {text-align: center !important;padding:15px 0 0;}
.gallery-card {background: #fff;border: 1px solid #eece94;width: 100%;max-width: 500px !important;border-radius: 15px;}
a.gallery-a{width: 100%;text-align: center;color: #701e14;font-weight: 600;padding: 10px 10px 20px;font-size: 18px;}
/* Photo Gallery */

/* Sitemap */
.sitemap-section{padding:60px 20px;}
.sitemap-section h3{text-transform: uppercase;color: #112b3c;}
.sitemap-section h3 a{text-transform: uppercase; color: #701e14;font-weight: 700;;}
.sub-sitemap{display: flex; justify-content:start; align-items: flex-start; gap: 30px;}   
.inner-sitemap{margin: 10px 0;}
.inner-sitemap li{line-height: 1.8;position: relative;}
.inner-sitemap li::before {position: absolute;content: '\20D7';top: 0;left: 0;width: 100%;height: 100%;font-size: 35px;color: #fec010;padding-left: 30px;bottom:-6px;margin: auto;right: 0;}
.inner-sitemap li a{color: #112b3c;padding: 10px 45px 0;font-size: 16px;position: relative;z-index:1;}
.sitemap-wrap{margin-bottom: 20px;}.site-map-fc{display: flex;justify-content:space-between;align-items:flex-start;}
.sitemap-wrap:last-child{margin-bottom: 0;}
.photo-gallery-wrapper.fluid-container.index-slider.inner-photo-gallery .swiper-wrapper .swiper-slide {background:none !important;min-height: 0 !important;position: relative;z-index: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;}
/* Sitemap */
/********************************************************* Akshaya CSS *********************************************************/

/* 18-02-2025 */
.latest-events-wrapper{display: flex;justify-content: flex-start;align-items: center;gap: 30px;}
.latest-events-wrapper a.more-btn, button{padding: 20px 20px;margin: 0px;}
/* 18-02-2025 */

/* 27-03-2025 */
.rehabilitation-boxs-main{display: flex; justify-content: center;align-items: stretch; flex-wrap: wrap; gap: 30px;padding: 40px 0;}
.rehabilitation-box{width: 100%; max-width: 370px; padding: 20px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.rehabilitation-box h4{text-align: center;}
.rehabilitation-box p{text-align: center;}
.rehabilitation-center-common-card-content h3{text-align: left !important;}

/* 27-03-2025 */


/********************************************************* Responsive *********************************************************/
@media(max-width: 1600px){
   .swiper-slide > span.banner-img::before {left: 2px;bottom: -80px;max-width: 200px;transform: rotate(7deg);}
   .swiper-slide > span.banner-img::after {right: 25px;top: -100px;max-width: 200px;transform: rotate(176deg);}
   .swiper-slide > span.banner-img > img {max-width: 300px;}
   /* .index-slider .swiper-button-prev { left: 8%; top: -20%; position: relative;}
   .index-slider .swiper-button-next { right: -15%; position: relative; top: -20%;} */
   .index-slider .banner-slider-text { width: 100%; max-width: 500px;}
}

@media(max-width:1360px){
   .index-slider .swiper-wrapper .swiper-slide {min-height: 450px;}
   .banner-slider-text.banner-01 h1{font-size: 38px !important;}
   .banner-slider-text.banner-02 .banner-slider-text {left: -26%;}
   .index-slider .banner-slider-text.banner-nbah {left: 0;bottom: -40px;}
   .banner-slider-text.banner-02 .banner-our-services {width: 100%;max-width: 400px;background: linear-gradient(to top, #701e14 86%, #fff0 50%);}
   .banner-slider-text.banner-02 .our-services-bnr-text li {max-width: 165px;}
   .banner-slider-text.banner-02 {left: -17%;}
   .iso-logos a:hover::before {left: -70px;}
}

@media(max-width:1225px){
   .awards-b-line::before{left: 28%;}
   .awards-b-line::after{right: 28%;}
}

@media(max-width:1200px){
   .abt-con-banner::after {background: url(../images/bg/mandala-side-texture.png) no-repeat center center/contain;width: 250px;height: 1000px;z-index: -1;}
   .abt-con-banner::before {background: url(../images/bg/mandala-side-texture.png) no-repeat center center/contain;width: 250px;height: 1000px;z-index: -1;}
   .right-desktop-menu-container ul li {display: none;}
   /* .resp-menu {display: block !important;position: absolute;right: 0px;width: 100%;max-width: 30px;top: 0;bottom: 0;} */
   .bottom-header-top {justify-content: flex-start;}
   .bottom-inner-wrapper {padding: 10px 0;position: relative;}
   .bottom-header-top .iso-logos img {width: 100%;max-width: 65px;position: relative;top: 3px;}
   .bottom-header-top .iso-logos{display: block;}
   header.scrolled-header .bottom-header-top .iso-logos{display: block;}
   header.scrolled-header .bottom-inner-wrapper .bottom-header-top {align-items: flex-end;flex-direction: row;}
   header.scrolled-header .bottom-inner-wrapper {justify-content: flex-start;}
   .tap-section.scrolled {top: 90px;}
   .nursing-img img {height: 751px;}
   .pho-to{flex-direction: column;justify-content: center;align-items: center;gap:40px;}
   .pho-to-1 {justify-content: center;max-width:100%;gap: 50px;padding:0 10px;}
   .directors-message-main {flex-direction: column;}
   .inner-director-message-content { max-width: 100%;}
   .inner-about-management.directors-message .about-management-content{max-width: 100%;}
   .banner-our-services{display: none;}
   .banner-slider-text.banner-02 {left: -26%;}
   .index-slider .swiper-slide .banner-slider-text.banner-01 p span{padding: 0 !important;color: #313131 !important;background-color: transparent !important;}
   /* .banner-slider-text.banner-01:last-child p{font-size: 20px !important;} */
   .iso-logos a:hover::before {left: -25px;bottom: -45px;}
   .right-desktop-menu-container ul li:last-child {display: block;margin-left: auto;}
   .bottom-header-top { width: 300px;}
   .iso-logos {max-width: 60px;position: relative;bottom: -3px;}
   .logo-image-container ul li a img {width: 300px;}  
  
}

@media(max-width:1160px){
   .contact-us-wrapper, .contact-forms-wrapper {padding: 60px 0;}
   .map-img{display:flex;justify-content: center;align-items:center;padding:10px;overflow: hidden;}
}

@media(max-width:1150px){
   .footer-list li a{font-size: 13px;}
}
   
@media(max-width:1140px){
   .blood-bank-img img{height: 500px;object-fit: cover;}
   .blood-bank-binary{align-items: center;}
   .inner-blood-bank-sec2{padding: 0;}
   .why-choose-us{flex-direction: column;}
   .best-practices-right-txt {max-width: 100%;}
   .contentCircle {left: 0;}
   .dotCircle {left: -120px;}
   .round {left: 0;}
   .ipc-services{justify-content: center;}
   .ipc-card { max-width: 230px;}
}

@media(max-width:1175px){
   .awards-b-line::before{left: 27%;}
   .awards-b-line::after{right: 27%;}
}
@media(max-width:1125px){
   .awards-b-line::before{left: 26%;}
   .awards-b-line::after{right: 26%;}
}

@media(max-width:1100px){
   .top-header-left li a span{display: none;}
   .news-inner {gap: 50px;flex-wrap: wrap !important;}
   .news{text-align: center;}
}

@media(max-width:1070px){
   .site-map-fc{flex-wrap: wrap;}
   .inner-academics{flex-wrap: wrap;justify-content: center;align-items: center;}
}

@media(max-width:1080px){
   .award-content {padding: 20px;}
   .inner-contact{flex-direction: column;align-items: center;}
   .cont-fo-rm.contact-page-form .cont-form input{max-width: 100%;}
   .cont-fo-rm.contact-page-form {margin: auto;}
   .contact-us-wrapper > .fluid-container{border: none;box-shadow: none;}
   .awards{ padding: 10 40px; gap: 20px;}
   .awards-b-line{display: none;}
   .awards{padding: 10px 40px;}
   .index-slider .banner-slider-text {
      left: -18% !important;
   }
}

@media(max-width:1054px){
   .medical-solutions-left{max-width: 400px;}
   .medical-solutions-inner {align-items: flex-start;}
}



@media(max-width:992px){
   .index-slider.desk .swiper-slide{position: relative;}
   .index-slider.desk .swiper-slide::before{content: ""; position: absolute;background: #ffffff8f;width: 100%;height: 100%;top: 0;left: 0;}
   .about-cards {flex-wrap: wrap;gap: 20px;}
   .abt-con-banner::after, .abt-con-banner::before {display: none;}
   .what-we-do-inner, .get-in-touch-inner {flex-direction: column;justify-content: center;align-items: center;}
   .scoreboard-wrap {gap: 50px;}
   .founder-msg-inner {padding: 100px 0;}
   .footer-list {gap: 40px !important;flex-wrap: wrap;align-items: center;justify-content: center;}
   .footer-centre{width: 100%;}
   .footer-list-left, .footer-list-right {width: 100%;max-width: 100% !important; }
   .footer-centre-1 {justify-content: space-between;}
   .footer-list-right-bottom {align-items: center !important;padding: 40px 0 0;}
   .medical-solutions-inner {flex-direction: column;align-items: center;}
   .medical-solutions-left {max-width: 100%;}
   .instructions-for-check-up{flex-direction: column; align-items: center; }
   .acc-wrapper{flex-direction: column; align-items: center; }
   .best-practices-left-img img {border-radius: 0;width: 100%;height: 400px;margin: auto;max-width: 500px;}
   .best-practices-inner {box-shadow: none;border-radius: 0;flex-direction: column;}
   .best-practices-left-img, .best-practices-right-txt {max-width: 100%;background: none;}
   .gsmk-tabination .tabs{margin: 0px;padding: 10px 20px;display: flex;justify-content: flex-start;overflow-x: scroll;white-space: nowrap;gap: 20px;flex-wrap: initial;}
   .centre-of-excellence-breadcrumbs {max-width: 320px !important;}
   .centre-of-excellence-breadcrumbs img {max-width: 40px !important;}
   .centre-of-excellence-breadcrumbs h2 {font-size: 20px !important;}
   .our-doctors{flex-wrap: wrap;}
   .awards {padding: 10px 0 !important;}
   .services-cards {flex-direction: row;}
   .service-card {flex-direction: row;}
   .service-card:nth-child(2) {flex-direction: row-reverse;}
   .service-card {flex-direction: column-reverse;position: relative;}
   .service-card:nth-child(2) {flex-direction: column-reverse;}
   .services-cards {gap: 15px;margin: 0 0 15px;}
   .service-card-t, .service-card-b {max-width: 350px;}
   .service-card-b{position: absolute;    background: #fffc;}
   .album-gal,.inner-news,.video-sections {flex-wrap:wrap;justify-content:center;align-items:center;}
   .video-sections .latest-event-sections {max-width: 46%;}
   .inner-about-management{flex-direction: column-reverse;}
   .inner-about-management img{max-width: 500px;}
   .about-management .sri-sakthi-amma{flex-direction: column;}
   .about-management .directors-message{flex-direction: column; }
   .vision-mission-main{ background: none; padding: 0; height: auto;}
   .vision-mision{flex-direction: column;}
   .charity-content{padding: 0 20px;}
   .inner-faq-wrapper{flex-direction: column; align-items: center;}
   .inner-faq-wrapper .top-content{ width: 100%; max-width: 100%;}
   .inner-faq-wrapper .inner-content{width: 100%; max-width: 100%;}
   .footer-list h2{text-align: center;}
   .footer-centre-1{ justify-content: space-around; }
   .footer-list-righ-top{justify-content: space-around;}
   .footer-mail-call{gap: 30px;}
   .footer-list li a{font-size: 13px;}
   .banner-slider-text.banner-01{left: 0 !important;}
   .banner-slider-text.banner-01 h1 {font-size: 24px !important;margin: 0;}
   .index-slider .swiper-slide .banner-slider-text p {font-size: 18px;}
   .banner-slider-text.banner-04 {left: -16%;}
   .awards-main-inner{gap: 0px; flex-direction: column-reverse;}
   .awards-inner-top{padding: 0;}
   .awards-inner-top{ width: 100%; max-width: 100%;}
   .awards-top-list li{ justify-content: flex-start;}
   .awards-inner-second-wrapper{ flex-direction: column; gap: 0;}
   .awards-second-top ul li{ width: 100%; max-width: 100%;}
   .awards-second-bottom ul li{ width: 100%; max-width: 100%;}
   .awards-second-wrapper{padding: 10px 0;}
   .awards-top-image img{padding: 20px 0;}
   .awards-main-inner{ gap: 0;}
   .nursing-img img {height: 100%;}
   .home-care-img{max-width: 400px !important;}
   .nursing-img{max-width: 400px !important;}
   .home-care-binary{flex-direction: column; align-items: center;}
   .home-care-binary div{max-width: 100%;}
   .snhhc-provides-top{flex-direction: column;}
   .snhhc-pro.t-center {text-align: center;}
   .snhhc-pro, .facilitate-right, .ips-di li , .blood-bank-text , .sec2-instruments, .sec2-left, .sec2-right, .acc-content, .instructions-left{max-width: 100% !important;}  
   .numbered-list.d-flex{flex-direction: column; gap: 0; align-items: flex-start}
   .numbered-list li{line-height: 1.8;}
   .home-care-binary { padding: 20px 0;}
   .bg-div {padding: 30px 20px;}
   .home-care-text , .blood-bank-text {padding: 0;}
   .insurance-binary {flex-direction: column;}
   .insurance-text{padding: 0; max-width: 100% !important;}
   .insurance-img::before{display: none;}
   .facilitate-ips{flex-direction: column;}
   .d-flex.ips-di{margin: 0;}
   .ips-di li, .speciality-service-card{margin: 10px 0 }
   .blood-bank-binary{flex-direction: column;}
   .d-none{display: none;}
   .sec2{flex-direction: column; padding: 20px;}
   .sec2-right::before{display: none;}
   .sec2-img{margin: auto;}
   .blood-bank-img img{height: 100%;object-fit: contain;}
   .inner-blood-bank-sec2{border-radius: 30px;}
   .acc-wrapper{gap: 0;}
   .free-camp-card h3{font-size: 18px !important; width: 100%;}
   .top-right, .top-left{max-width: 100% !important;}
   .free-camp-card{margin: auto;}
   .best-practices-right-txt{padding: 30px 0;}
   .speciality-services-inner-top{ padding: 0;}
   .founder-msg-inner {padding: 60px 0 !important;}
   .ipc-inner{flex-direction: column;}
   .inner-banner h1 {font-size: 40px;}

   .swiper-slide {background-position: center !important;}
   .network-hospital { padding: 0;}
   .network-hospital .insurance-img {display: none ;}

   .slide-img-bg::before {display: none;}
}

@media(max-width:930px){
   .inner-charity-wrapper{background: none; border: none; height: auto;}
   .charity-image{max-width: fit-content;}
   .charity-image img{display: none;}
   .charity-content{max-width: none;}
}

@media(max-width:920px){
   .annual-bmw-wrapper .news-inner {gap: 50px;flex-wrap: wrap;}
   .annual-bmw-wrapper .news-no {left: -15px;top: -15px;}
   .annual-bmw-wrapper .news{text-align: center;}
}

@media(max-width:910px){
   .inner-photo-gallery  {flex-wrap:wrap;justify-content:center;align-items:center;}
}
   
@media(max-width: 883px){
   .awards{flex-direction: column-reverse;}
   .awards-main .list{flex-direction: column;}
}

@media(max-width:800px){
   .inner-vission-mission-wrapper{ justify-content: center;}
   .vm-doc-image{ display: none;}
   .vision-mission-content {margin: 30px 0 0 0px;}
   .vision-mission-image {padding: 10px;}
   .vision-mission-image h3{ padding: 0px;}
   .awards{padding: 10px 20px;}
   .footer-mail-call {gap: 20px;}
   .footer-bottom{ justify-content: center; flex-direction: column;gap: 0; }
}

@media(max-width:776px){
   .top-header-right li a img{display: none;}
   .awards-main .awards:nth-child(2n) .award-content {flex-direction: column;background: #fff;}
   .award-content{flex-direction: column;}
   .awards img {max-width: 500px;border-radius: 10px;}
   .services-cards {flex-wrap: wrap;}
   .hc-services-list-div {max-width: 100%;}
   .insurance-binary {padding: 20px 0;}
   .reports {padding: 20px;}
   .founder-msg-inner h2{ font-size: 26px; }
   .founder-msg-inner p {font-size: 17px;}
   .appointment .inner-notes h2{font-size: 17px;}
   /* .banner-slider-text.banner-01{left: -10% !important;} */
   .banner-slider-text.banner-02 {
      left: -10% !important;
   }}

@media(max-width:680px){
   .inner-banner h1{font-size: 42px;}
   .charity-content{padding: 0;}
}

@media(max-width:676px){
   .free-camp-section-inner{flex-direction: column !important;}
   .founder-msg-inner {padding: 40px 0 !important ;}
}

@media(max-width:662px){
   .pho-to-1{flex-direction: column;justify-content: center;align-items: center;} 
   .inner-news,.video-sections {flex-direction:column;}
   .video-sections .latest-event-sections {max-width:100%;}
}

@media(max-width:620px){
   .footer-list-righ-top{justify-content: space-around; gap: 30px;}
   .footer-mail-call{ justify-content: flex-start; align-items: flex-start; gap: 25px; flex-direction: column; padding: 20px 60px;}
}

@media(max-width:590px){
   .footer-list-righ-top {justify-content: center; gap: 15px;}
}

@media(max-width:580px){
   .cont-1,.cont-fo-rm{flex-direction: column;justify-content: center;align-items: center;} 
   .index-sliders .swiper-button-next {top: 197px;right: 0; right: -4px;}
   .swiper-slide{padding:0 !important;}
   .index-sliders .swiper-button-prev {top: 195px;bottom: 0;left: -7px; right: -11px;}
   .index-sliders .swiper-button-prev::after,.index-sliders .swiper-button-next::after {font-size: 18px !important;}
}

@media(max-width:576px){
   .book-an-appointment-input {width: 100%;max-width: 100%;}
   .appointment .inner-notes h2 {font-size: 13px !important;}
   .inner-notes{padding: 20px 15px 20px !important;}
   .certifications-inner {flex-wrap: wrap;}
   .right-bottom{flex-direction: column;gap: 30px;}
   .about-content span::before {width: 320px;height: 320px;top: 32px;left: 14px;}
   .nav-links li a img {max-width: 250px;}
   .top-header-right li:first-child{display: none;}
   .top-header-left{gap: 10px;}
   .top-header-right{gap: 15px;}
   a.toggle {padding: 20px 0;width: 25px;}
   .resp-menu {right: -4px;}
   .hc-nav-trigger span{width: 25px;}
   .hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-1, .hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-2, .hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-3{max-width: 290px;}
   .hc-offcanvas-nav .nav-container{max-width: 250px;}
   .hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-0{width: 100%;}
   .dotCircle {left: 62px !important;top: -4%;margin: 0;}
   .holderCircle {height: 320px;margin: 20px auto 0;}
   .round {width: 300px;height: 300px;left: 100px !important;}
   .title-box p {font-size: 12px;}
   .contentCircle {width: 220px;left: 1% !important;right: 0;bottom: -18%;}
   .title-box .title {font-size: 20px;padding: 0;}
   .dotCircle .itemDot {width: 45px;height: 45px;line-height: 43px;}
   .dotCircle .itemDot {font-size: 16px;}
   .contact div span {max-width: 100%;display: flex;justify-content: center;gap: 10px;}
   h3.head{font-size: 18px;line-height: 1.6;}
   .tap-section.scrolled {top: 72px;}
   .coe-top {padding: 10px 5px;font-size: 14px;}
   .centre-of-excellence-scroll {justify-content: center;align-items: center;gap: 0px;flex-wrap: wrap;}
   .service-card {flex-direction: column-reverse;}
   .service-card:nth-child(2) {flex-direction: column-reverse;}
   .services-cards {gap: 15px;margin: 0 0 15px;}
   .service-card-t, .service-card-b {max-width: 350px;}
   .error-inner h3 {font-size: 28px !important;}
   .error-inner h2, .error-inner {font-size: 140px;}
   .dotCircle span img {max-width: 28px;top: -2px;left: 1px;}
   h2{font-size: 26px !important;}
   h1{font-size: 28px !important;}
   .speciality-services-inner-bottom .speciality-service-card:nth-child(5){display: none;}
   .speciality-services-inner-bottom .speciality-service-card:nth-child(6){display: none;}
   .speciality-services-inner-bottom .speciality-service-card:nth-child(7){display: none;}
   .speciality-services-inner-bottom .speciality-service-card:nth-child(8){display: none;}
   .speciality-services-inner-bottom .speciality-service-card:nth-child(9){display: none;}
   .speciality-services-inner-bottom .speciality-service-card:nth-child(10){display: none;}
   .top-header-left li a, .top-header-right li a {padding: 10px 0;}
   .inner-cta h3 {font-size: 18px;}
   .abt-card-t h2{font-size: 17px !important;padding: 0;}
   .abt-card-b p {font-size: 12px;margin: 0;padding: 0;}
   .abt-card-t span img {max-width: 40px !important;}
   .centre-of-excellence-scroll li::before {display: none;}
   .book-app-btn { padding: 9px 20px;}
   .about-card {max-width: 200px;padding: 10px;}

   /* .index-slider.resp{display: block;} */
   /* .index-slider.desk{display: none;} */
   .banner-img {display: block !important;}
   .swiper-slide {background: #fffcf7 !important;}

   .index-slider.resp .banner-slider-text{left: 0;gap: 5px;bottom: -165px;}
   .index-slider.resp .banner-slider-text h2 {font-size: 20px !important;width: 100%;padding: 0 0 5px 0;}
   .index-slider.resp .banner-slider-text h1 {font-size: 28px !important;}
   .index-slider.resp .swiper-slide h3 {font-size: 20px;padding: 0;text-shadow: none;}

   .index-slider.resp .banner-slider-text.banner-nbah {bottom: -100px;}

   .index-slider.resp .swiper-slide .banner-slider-text p {font-size: 14px !important;}
   .index-slider.resp .swiper-slide .banner-slider-text p span i, .index-slider .swiper-slide .banner-slider-text p i {font-size: 7px;}

   .index-slider.resp .banner-slider-text.banner-02 h3{color: #da9313 !important;width: 100%;}
   .index-slider.resp .banner-slider-text.banner-02 {bottom: -135px;}

   .index-slider.resp .swiper-button-prev, .index-slider.resp .swiper-button-next{background: transparent;display: none;color: #701e14 !important;}
   .index-slider.resp .swiper-button-prev:hover, .index-slider.resp .swiper-button-next{color: #701e14 !important;}
   .index-slider.resp:hover .swiper-button-prev, .index-slider.resp:hover .swiper-button-next{display: flex;justify-content: center;align-items: center;}

   .index-slider.resp .nbah-logo img {width: 100%;max-width: 100px;}
   .run-letter-div div span {font-size: 26px;}
   .book-consultation {background: #fdf4e4;}
   .footer-bottom-l {display: flex;justify-content: center;}
   .footer-bottom-l {justify-content: center !important;gap: 5px !important;}
   .certifications-banner.videos-sec h3 {font-size: 20px;}
   .certifications-banner.videos-sec h2 {font-size: 20px !important;}
   .pho-to {padding: 10px !important;}
   .vision-mission:last-child, .vision-mission:first-child {flex-direction: column;}
   .hc-services-list-div {max-width: 100%;}
   .ips{padding: 20px;}
   .reports {padding: 0;}
   .founder-msg-inner h2{ font-size: 20px !important; }
   .founder-msg-inner p {font-size: 15px !important;}
   .ipc-card h3 { font-size: 13px;}
   .ipc-card span img {max-width: 40px;}
   .ipc-card {max-width: 150px;margin: 0;padding: 10px;}
   .logo-image-container {width: 100%;max-width: 300px;}
   .bottom-header-top .iso-logos img {max-width: 48px;}
   header.scrolled-header .bottom-inner-wrapper .iso-logos img {max-width: 48px;}
   a.gallery-a {font-size: 14px;height: 60px;display: flex;justify-content: center;align-items: center;}
   .gallery-slider .swiper-button-prev{left: -16px;}
   .gallery-slider .swiper-button-next{right: -16px;}
   .inner-photo-gallery{padding: 0;}

   /* Responsive Banners */
   .slide-img-bg {background: url(../images/banners/kidney-transplant-resp.webp) no-repeat center center/cover !important;}
   .inner-banner.amma-bnr {background: url(../images/banners/responsive-banners/amma-message.jpg) no-repeat center center/cover !important;}
   .inner-banner.directors-message-bnr {background: url(../images/banners/responsive-banners/director-message.jpg) no-repeat center center/cover !important;}
   .inner-banner.vision-mission-bnr {background: url(../images/banners/responsive-banners/vison-mission.jpg) no-repeat center center/cover !important;}
   .inner-banner.insurance-bnr {background: url(../images/banners/responsive-banners/insurance.jpg) no-repeat center center/cover !important;}
   .inner-banner.faq-bnr {background-image: url(../images/banners/responsive-banners/faq.jpg) no-repeat center center/cover !important;}
   .inner-banner.contact-bnr {background: url(../images/banners/responsive-banners/contact-us.phone.jpg) no-repeat center center/cover !important;}

   .inner-banner.cardiovascular-and-thoracic-surgery-bnr {background: url(../images/banners/responsive-banners/cardiovascular.jpg) no-repeat center center/cover !important;}
   .inner-banner.orthopedics-bnr {background: url(../images/banners/responsive-banners/orthopedic.jpg) no-repeat center center/cover !important;}
   .inner-banner.vascular-surgery-bnr {background: url(../images/banners/responsive-banners/vascular-surgery.jpg) no-repeat center center/cover !important;}
   .inner-banner.rheumatology-bnr {background: url(../images/banners/responsive-banners/rheumatology.jpg) no-repeat center center/cover !important;}
   .inner-banner.radiology-bnr {background: url(../images/banners/responsive-banners/radiology.jpg) no-repeat center center/cover !important;}
   .inner-banner.paediatrics-bnr {background: url(../images/banners/responsive-banners/pediatrics.jpg) no-repeat center center/cover !important;}
   .inner-banner.hematology-bnr {background: url(../images/banners/responsive-banners/hematology.jpg) no-repeat center center/cover !important;}
   .inner-banner.nephrology-bnr {background: url(../images/banners/responsive-banners/nephrology.jpg) no-repeat center center/cover !important;}
   .inner-banner.geriatric-medicine-bnr {background: url(../images/banners/responsive-banners/geriatric-medicine.jpg) no-repeat center center/cover !important;}
   .inner-banner.general-surgery-bnr {background: url(../images/banners/responsive-banners/general-surgery.jpg) no-repeat center center/cover !important;}
   .inner-banner.ent-bnr {background: url(../images/banners/responsive-banners/ent.jpg) no-repeat center center/cover !important;}
   .inner-banner.endocrinology-bnr {background: url(../images/banners/responsive-banners/endocrinology.jpg) no-repeat center center/cover !important;}
   .inner-banner.dermatology-bnr {background: url(../images/banners/responsive-banners/dermatology.jpg) no-repeat center center/cover !important;}
   .inner-banner.cosmetics-bnr {background: url(../images/banners/responsive-banners/cosmetics.jpg) no-repeat center center/cover !important;}
   /* Responsive Banners */

   .hc-nav-trigger span, .hc-nav-trigger span::after, .hc-nav-trigger span::before {height: 1px;}
   .address {padding: 20px 0;}
   .address p {text-align: left;}

   
   .index-slider.desk .swiper-slide::before {display: none;}
   .index-slider .swiper-wrapper .swiper-slide { flex-direction: column-reverse;    gap: 25px;}
   .index-slider .banner-slider-text h2 { font-size: 20px !important;}
   .dept-content { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; gap: 10px; width: 100%; max-width: 350px; margin: auto;padding: 0 20px;}
   .dept-content p {font-size: 14px !important; width: 100%;max-width: 48%;}
   .index-slider .swiper-slide .banner-slider-text p { justify-content: flex-start;align-items: baseline;}
   .index-slider .swiper-slide .banner-slider-text p i {position: relative; top: -2px;}
   .index-slider .swiper-wrapper .swiper-slide { min-height: calc(100vh - 120px);}
   .banner-slider-text h2 {text-align: center;width: 100%;display: flex;justify-content: center; padding: 0 20px;}
   .index-slider .banner-slider-text h2 {
      text-align: center;
   }
}

@media(max-width:573px){
   .footer-list-righ-top{gap: 12px;}
}

@media(max-width:570px){
   .footer-list h2{font-size: 17px;}
}

@media(max-width:527px){
   .footer-list h2 {font-size: 15px;}
}
@media(max-width:480px){
   .footer-mail-call{padding: 20px 40px;}
   .footer-list li a{font-size: 12px;}
   .footer-bottom-l p{text-align: center; padding: 0 60px;}
   .contact div { flex-direction: column; align-items: center; justify-content: center;}
   .bottom-header-top .iso-logos img {max-width: 38px;}
   header.scrolled-header .bottom-inner-wrapper .iso-logos img {max-width: 40px;}

}

@media(max-width:467px){
   .footer-list h2 {font-size: 14px;}
}

@media(max-width:460px){
   .about-card {max-width: 100% !important;padding: 10px 30px;}
}

@media(max-width:440px){
   .footer-list-righ-top {gap: 10px;}
   .footer-list h2 {font-size: 13px !important;}
}

@media(max-width:420px){
   .footer-centre-1{gap: 15px;}
   .footer-bottom-l p{padding: 0 45px}
   /* .logo-image-container {width: 100%;max-width: 200px;} */
   .iso-logos { max-width: 50px;}
}

@media(max-width:400px){
   .footer-list li a{font-size: 11px !important;}
   .footer-centre-1 {gap: 12px;}
   .footer-bottom-l p {padding: 0 30px;}
   .logo-image-container ul li a img {width: 215px;}
}

@media(max-width:380px){
   .top-header-left li a, .top-header-right li a{font-size: 13px;}
   .about-management-content h3{font-size: 24px !important;}
   .footer-centre-1 {gap: 10px;}
   .footer-bottom-l p {padding: 0 20px;}
   .founder-msg-inner h2 {font-size: 17px;}
   .founder-msg-inner p {font-size: 13px;}
   .founder-msg-inner {padding: 30px 0 !important;}
   .annual-bmw{display: none !important;}
   .logo-image-container ul li a img {width: 200px;}
   .dept-content p {max-width: 100%;
   }
}

@media(max-width:394px){
   .footer-mail-call {padding: 20px 20px;}
   .iso-logos {max-width: 40px;}
}

@media(max-width:360px){
   .about-content span::before{left: 4px;}  
   .footer-centre-1 {gap: 6px;}
   .bottom-header-top{gap: 5px;}
   /* .iso-logos {width: 100%;max-width: 60px;margin-right: 35px;} */
   .iso-logos a:hover::before {left: -75px;}
}

/******************************************* Responsive ****************************************/





.rehabilitations-services-main-wrapper{padding: 60px 0;}
.rehabilitations-services-main-wrapper h2{text-align: center;}
.rehabilitations-services-main-wrapper .gsmk-tabination .content-wrapper{box-shadow: unset !important; background: unset !important;} 
.rehabilitations-services-main-wrapper  .gsmk-tabination .tabs{border-bottom: unset;}
.rehabilitation-center-common-wrapper h3{font-size: 26px; padding-bottom:5px; text-align: center;}

.treatment-list-1 li{padding: 10px 0;}
.treatment-list-1 li i {font-size: 12px;color: #701e14; padding-right: 10px;}

.rehabilitation-center-common-card{width: 100%; max-width: 100% ; display: flex; justify-content: center;align-items: center; padding: 40px 0;}
.rehabilitation-center-common-card-image{width: 100%; max-width:38%;}
.rehabilitation-center-common-card-image img {width: 100%;max-width: 380px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 10px;}
.rehabilitation-center-common-card-content{width: 100%; max-width:700px;}
.rehabilitation-center-common-card-content h4{font-size: 24px;}
.rehabilitation-center-common-card-content li i{padding-right:15px; font-size: 12px; color:#701e14 !important;}
.rehabilitation-center-common-card-content ul li{color: #000;}
.rehabilitation-center-common-card-content p{margin: 0 0 15px;}
.rehabilitation-center-common-wrapper p{text-align: center; margin:unset; font-size: 20px;}
.rehabilitation-center-common-card-content p{text-align: start; margin: 0 0 10px;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n){flex-direction:row-reverse; gap:90px;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) h4{text-align: end;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) p{text-align: end;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) .rehabilitation-center-common-card-content ul li {text-align: end;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) .rehabilitation-center-common-card-content ul li {text-align: end;display: flex;flex-direction: row-reverse;align-items: center;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) .rehabilitation-center-common-card-content li i{transform: scaleX(-1);}
     
.gsmk-tabination .tab-wrapper { text-align: center;display: block; margin: auto;width: 100% !important;max-width: 1390px !important; margin: 0 auto !important; }
.gsmk-tabination .tabs {margin: 0;padding: 10px 0 0 ;display: flex;justify-content:flex-start; white-space: nowrap;gap: 25px; overflow: auto;}
.gsmk-tabination .tab-link {margin: 10px 0;list-style: none;padding: 12px 45px;color:#FFF;cursor: pointer;transition: all 0.3s ease-in-out;border-bottom: solid 3px rgba(255, 255, 255, 0);letter-spacing: 1px; font: 18px "Myriad Pro", Verdana, sans-serif;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius:8px; border: solid 1px var(--orange);}
.gsmk-tabination .tab-link:hover {transform: translateY(-2px);}
.rehabilitations-services-main-wrapper .gsmk-tabination .tab-link.active { color: #000 !important; background:#fff; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);border-bottom: solid 3px var(--purple);}
.gsmk-tabination .content-wrapper { padding: 20px 10px;}
.gsmk-tabination .tab-content {display: none;color: #555;font-weight: 300;font-size: 16px;line-height: 1.6;transform: translateY(15px); animation: fadeIn 0.5s ease forwards;}
.gsmk-tabination .tab-content.active {display: block; opacity: 1;}




@media(max-width:1450px){
   .gsmk-tabination .tabs {justify-content:start;}
}



@media(max-width:1100px){
.rehabilitation-center-common-card {gap:40px;}
}

@media(max-width:992px){
.rehabilitation-center-common-card {gap:10px;flex-direction: column;}
.rehabilitation-center-common-card-content {max-width: 100%;}
.rehabilitation-center-common-card-image {max-width: 100%;display: flex;justify-content:flex-start;align-items: center;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) {flex-direction: column;gap:unset;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) h4 ,.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) p { text-align:start !important;}

.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) .rehabilitation-center-common-card-content ul li {text-align: start; flex-direction: unset !important;}
.rehabilitation-center-common-cards .rehabilitation-center-common-card:nth-child(2n) .rehabilitation-center-common-card-content li i {  transform:unset;}

}

@media(max-width:480px){
.rehabilitation-center-common-wrapper p {font-size: 17px;}
.rehabilitation-center-common-card-image {justify-content:center;}
.treatment-list-1 li {padding: 5px 0;}

}