 @font-face{font-family:Roboto Regular;
 src:url(../fonts/Roboto-Regular.ttf);
 }
 @font-face{font-family:Roboto Medium;
 src:url(../fonts/Roboto-Medium.ttf);
 }
@font-face{font-family:Roboto Bold;
 src:url(../fonts/Roboto-Bold.ttf);
 }
@font-face{font-family:Roboto Black;
 src:url(../fonts/Roboto-Black.ttf);
 }

 
 
/*-----------------------*/
html {scroll-behavior:smooth;}
body { padding: 0; margin: 0 auto;font-family:Roboto Regular; position: relative; font-weight: 400; overflow-x: hidden; color: #000; font-size: 16px;background:#fff;}
ul { list-style: none }
a { text-decoration: none; outline: none; }
body a:hover, body a:focus { text-decoration: none; color:#243a81; }
a:focus { outline: none; text-decoration: underline }
textarea:focus { outline: none }
input { outline: none !important }
button, button:focus { outline: none }
a img { border: none }
img { border: 0; max-width: 100%; width: 100%;}
p {padding: 0px; margin: 0px;}h2{font-family:Roboto Medium;} 
h1, h2, h3, h4, ul, p { padding: 0px; margin: 0px;}
textarea { resize: none }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff }
input:-moz-placeholder, textarea:-moz-placeholder { color: #fff }
input::-moz-placeholder { opacity: 1; outline: none }
textarea::-moz-placeholder { opacity: 1; outline: none }
.clr { clear: both; height: 0 }.latest-newsbox::placeholder {color:#666666; font-size:15px;}
.form-control:focus { box-shadow: none }
ul { padding: 0; list-style: none;}
a {color:#243a81; text-decoration: none; -moz-transition: all .2s; -webkit-transition: all .2s; transition: all .2s }
a:hover { text-decoration: none; -moz-transition: all .2s; -webkit-transition: all .2s; transition: all .2s }

.csn-ul{margin-left:20px;  text-align: justify;}
.csn-ul li {position: relative;margin-bottom:7px;}
.csn-ul li:before {position: absolute;top:9px;left:-19px;height: 8px;width: 8px;
background:#014d49;border-radius: 100%;content: '';}



.animation-element {
  opacity: 0;
}
.animation-element.slide-left {
  opacity: 0;
  transition: all 800ms linear;
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 800ms linear;
  transform: translate3d(100px, 0, 0);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}


.animation-element.slide-up {
  opacity: 0;
  transition: all 200ms linear;
  transform: translate3d(0, 100px, 0);
}

.animation-element.slide-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-up1 {
  opacity: 0;
  transition: all 300ms linear;
  transform: translate3d(0, 300px, 0);
}

.animation-element.slide-up1.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-up2 {
  opacity: 0;
  transition: all 400ms linear;
  transform: translate3d(0, 400px, 0);
}

.animation-element.slide-up2.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}


/*===============header===============*/
#top-head{background:#fad9c9; padding:5px 0; align-items: center; display:flex; justify-content: center; flex-wrap: wrap;}
#top-head p{font-size:18px; font-weight:bold; margin-right:15px;}
#top-head a {background: #4e2a18;color: #fff;margin: 0px;font-size: 18px;font-weight:bold;border-radius: 8px; padding:2px 14px;border: 1px solid #4e2a18;}
#header-id {
    height: auto;
}
#header-id {
  background:#ffffff;
  height:147px;
  transition: transform .3s ease-in-out;
  width:100%;padding:5px 0;
  margin:0px auto;
  top:0px;
}
.header-inner {
    margin: 0 auto;
    max-width:1280px;
    width:100%;
}

.headerTertiary {
  align-items: center;
  display: flex;
height:auto;
position: relative;
z-index: 666;
background: none;
margin: auto;
max-width:90rem; width:100%;
padding:0% 50px;
justify-content: space-between;
}
.topnav-left {
  max-width:50%;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.topnav-left {
  max-width:50%;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.headerTertiary .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.headerTertiary .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.emergency-no a{color:#e30000 !important;}
 


.headerSecondry{
  align-items: center;
  background:none;
  display: flex;
  height:60px;
  position: relative;

}
.logo-scrollup{display:block;}
.logo-scrolldown{display:none;}


.logo-d > img {
  max-width:350px;
  transform:translateY(0px);
  position:relative;
  transition: transform .3s ease-in-out;
  padding:8px 0px 2px;
}
.logo1-d{
  max-width:230px !important;
  transform:translateY(-50px) !important;
  position: absolute;
  transition: transform .3s ease-in-out;
  padding-bottom: 40px;
  top: 0;
  margin-left: 120px;
  z-index: 999;
}
.sticky .logo-d > img {max-width:300px; transform:translateY(0px);}
.sticky .logo1-d {max-width:200px !important; transform:translateY(15px) !important; margin-left:110px;}
.logo-m > img {
  max-width: 130px;
  transform:translateY(-1px);
  position:absolute;
  display:none;
  left: 20px;
  
}
.sticky{position:fixed;top:0;width:100% !important;  backdrop-filter: blur(40px); z-index: 999; /*box-shadow:1px 5px 10px rgba(0,0,0,0.2);*/ height:140px !important; background:#ffffff !important; padding:5px 0 0 !important; }
/*.sticky .headerTertiary{display:none;}*/
.sticky .headerSecondry{height: auto;}

.sticky .page-header .sub-menu{background:#fff;}
.sticky .page-header {padding:0.0rem 1rem 0rem 1rem;}
.sticky .logo-scrollup{display:none;}
.sticky .logo-scrolldown{display:block;}

.dropdown-phone1{display: none;position: absolute; border-radius:12px;min-width:380px;overflow: auto;z-index:999;  right:40px; padding-top:30px;}
.dropdown-phone1 ul{background:#243a81;border-radius:12px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding:15px 5px; position:relative; z-index:999;}
.dropdown-phone1 ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(bg.png) no-repeat;
  background-size:50%;
  background-position: bottom right;
  z-index: -1;
  bottom:0px;
  right:0px;
}
.dropdown-phone1 a {text-align:left;padding:0.4rem 1rem;text-decoration: none;display:flex;justify-content: space-between;color:#ffffff !important;border-bottom:0px solid #243a81;} 
.dropbtn1{position:relative;}

.dropdown:hover .dropdown-phone1{
  display:block;
}


.navbar__buttons{display: flex;align-items: center;gap:10px;/*flex-grow: 1;*/ justify-content: right;}
.navbar__buttons a {
    color: var(--text-gray-color);
    font-weight: 500;
    transition: 0.3s ease;
}
.page-header .top-menu > li > a span{display:block; font-size:13px;}

.topnav-sub-menu{display:flex; margin-bottom:20px; padding:0px; gap:0px; align-items: center; justify-content: right;}
.topnav-sub-menu ul{display: flex; font-size:15px; justify-content: flex-end; margin:0px; padding:0px;}
.topnav-sub-menu li {position: relative; padding:0px 14px; margin:0px 0px 0px; border-right:2px solid #D5D6D7;}
.topnav-sub-menu li:last-child{margin-right:20px;}
.topnav-sub-menu li img{width:auto; height:16px; margin-right:5px;}
.topnav-sub-menu li a {color:#787878;}
.topnav-sub-menu li a:hover{color:#1585D2;}
.topnav-sub-menu li a span {
  color: #1885d1;
}

.head-language{margin:0px; width:max-width; padding:0px; position:relative;}
.eng{background:url(../images/2024/01/en.png) no-repeat; background-size:25px; width:25px; height:25px; position:relative;}

.head-language .ss-main .ss-single-selected{border:0px solid #ffffff; border-radius:8px; padding:0px; height: auto;}
.head-language .ss-main .ss-single-selected .ss-arrow span {border:solid #787878;border-width: 0 2px 2px 0;display: inline-block;padding:4px;  transition: transform .2s, margin .2s; }
.head-language .ss-main .ss-single-selected .ss-arrow span.arrow-down{margin: -3px 0 0 8px;}
.head-language .ss-main .ss-single-selected .ss-arrow span.arrow-up{margin:3px 0 0 8px;}
.head-language .ss-main .ss-content{width:110px;}

.headnav-right{width:50%;display: flex;flex-direction: column; justify-content:right; margin-top:0px;}
.topnav-right{display:flex; margin:0px; padding:0px; gap:20px; align-items: center; justify-content: right;}
.topnav-right ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.topnav-right li {margin-left:1rem;position: relative; padding-left:4px;}
.topnav-right li a {color:#1C1E1B;}
.topnav-right li a:hover{color:#1585D2;}

.page-header{display:flex; justify-content: space-between; align-items: center; }
.menu-button{width:24%;display:flex; margin:0px; padding:0px; align-items: center; justify-content: right;}
.menu-button ul {
    display: flex;
    font-size:14px; 
    justify-content: flex-end;
    line-height: 1.25rem;
    margin-left:15px;
}
.menu-button li {margin:0px;position: relative; padding:0px;}

.menu-button li a {
    color:#ffffff !important;
	 background:#1585D2;
	border-radius: 190px;
	padding:10px 40px 10px 14px;
	position:relative;
}
.menu-button li img{width:auto; height:14px; position:absolute; right:14px; top:12px;}
.menu-button li a:hover{color:#ffffff !important;}
.menu-button li:last-child img{filter: brightness(0) invert(1);}
 



.menu-top{max-width:100%;  background:#F5F5F5;}
.menu-top .page-header{max-width:90rem;padding:10px 50px; margin:10px auto; background:#F5F5F5;}
.sticky .page-header .top-menu-wrapper{margin-top:12px;}




@media (min-width: 64rem){.navbar__buttons a {font-size:18px; font-family:Roboto Regular;}.page-header ul a{font-size:18px !important; font-family:Roboto Regular; }.page-header .top-menu > li > a{padding:0.2rem 0rem !important;}
.sticky .page-header .top-menu > li > a{padding: 0.1rem 0rem !important;}
.topnav-right ul {font-size: 14px;}
}

@media (min-width:90rem){.navbar__buttons a {font-size:18px;   font-family:Roboto Regular;}.page-header ul a{font-size:18px !important; font-family:Roboto Regular;}.page-header .top-menu > li > a{padding:0.2rem 0rem !important;}
.sticky .page-header .top-menu > li > a{padding: 0.1rem 0rem !important;}.topnav-right ul {font-size: 16px;}
}

.search-box-right{width:260px;border-radius:8px;column-count:1;position:relative;background:#fff;}
.search-box-right input::placeholder {color:#aba7a7; font-size:16px;}
.search-box-right input {
    height: 47px;
    width: 100%;
    font-size: 16px;
	border-radius: 190px;
    border: 1px solid #DEDEDE;
	padding-left:20px;
    padding-right: 50px;
    background: #ffffff;
    outline: none;
}
.search-box-right::before {
    content: '';
    position: absolute;
    top: 12px;
    right:20px;
    width: 20px;
    height: 22px;
    background: url(../images/2023/01/search-icon.png) no-repeat;
    background-size: 20px;
}


.scrollbar{
  scrollbar-width: thin;
  scrollbar-color:#243a81 #FFDDE9;
}
.scrollbar::-webkit-scrollbar {
  width:4px;
  height:4px;
}
.scrollbar::-webkit-scrollbar-track {
  background-clip: content-box;
  border:1px solid transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#243a81;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color:#243a81;
}
.scrollbar::-webkit-scrollbar-corner, .scrollbar::-webkit-scrollbar-track {
  background-color:#FFDDE9;
}
/* The below styles are for display purposes only */
[class^=scrollbar] {
  height:500px;
  overflow-y: scroll;
  overflow-x:hidden;
  padding-right:10px; margin-right:10px;
}


.scrollbar-1 {
  scrollbar-width: thin;
  scrollbar-color:#99abe3 #022E88;
}
.scrollbar-1::-webkit-scrollbar {
  width:4px;
  height:4px;
}
.scrollbar-1::-webkit-scrollbar-track {
  background-clip: content-box;
  border:1px solid transparent;
}
.scrollbar-1::-webkit-scrollbar-thumb {
  background-color:#022E88;
}
.scrollbar-1::-webkit-scrollbar-thumb:hover {
  background-color:#012392;
}
.scrollbar-1::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
  background-color:#99abe3;
}
/* The below styles are for display purposes only */
[class^=scrollbar-1] {
  height:480px;
  overflow-y: scroll;
  overflow-x:hidden;padding:25px 30px;
  margin-right:-10px;
}



.most-recent {
    width:170px;
    border:0px solid #dcdde1;
    border-radius:8px;
    column-count: 1;
    position: relative;
	background:none;
	
}
.jdgm-sort-dropdown select:focus{border-bottom:2px solid #0fffe0;  font-size:16px; font-family:Roboto Regular;}
.most-recent::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/2023/01/w-arrow.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    right: 9px;
    top: 17px;
}
.jdgm-sort-dropdown {
    padding: 10px 20px 10px 15px;
    font-size:16px;font-weight:Bold;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 170px;
	color:#1A1A1A;
}

.navigation img{width:25px; }
.search-head{position:relative; padding-left:0px; color:#1A1A1A !important;}
.search-head img{width:18px; position: absolute;left:10px; top:-10px;}
.phone-head img{width:18px; position: absolute;left:-22px; top:0px;}

.phone-head{ width:167px;background:#ffffff;
    color:#243a81 !important;
    border: 2px solid #243a81;
    margin: 20px 0;text-align:center;
    font-size: 15px;
    border-radius: 8px;
    padding:8px 10px 8px 30px;
    transition: all 0.4s ease;
    position: relative;
	
}
.content-head{ width:100px;background: #243a81;
    color:#ffffff !important;
    border: 2px solid #243a81;
    margin: 20px 0;text-align:center;
    font-size:15px;
    border-radius: 8px;
    padding:8px 10px; 
    transition: all 0.4s ease;
    position: relative;
	
}

.btn-11 {
  border: none;
  background: #243a81;
  background: #243a81;
    color: #fff;
    overflow: hidden;
}

.log-in:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -100px;
    left: 0;
    width:25px;
    height: 100%;
    background-color: #fff;
    animation: log-in 4s ease-in-out infinite;
}
@-webkit-keyframes log-in {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



/*--Head END--*/
.wiki-mk {padding-left:50px;padding-right:50px;}
.midbox-inner{margin:auto;max-width:90rem;width:100%; position: relative;}
 
#home-slider{
    width: 100%;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px;
}
#home-slider::before {
    position: absolute;
    content: "";
    width:100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0,0,0,.66)30%, rgb(0,0,0,.0) 70%);
    z-index: 1;
}
#home-slider .home-slider-img {
    object-fit: cover;
    height: 100%;
}
#home-slider .hometop-section {
    display: flex;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
}
#home-slider .hometop-section-left {
    width:50%;
    margin-left: 6%;
    padding: 0px;
	
}
.hometop-section-left h1 {
  font-size:44px;line-height:50px;
  font-family:Roboto Bold;
  color: #ffffff;
  padding-bottom:30px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.hometop-section-left h1 span{display:block;}
.hometop-section-left h3{
  font-size:16px; 
  color: #ffffff; 
  padding-bottom:20px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
  text-transform: uppercase;
}
.hometop-section-left p {
  font-size:18px; 
  color: #ffffff;
  width:95%;
  margin-bottom:30px;
}
.hometop-section-button {
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  gap:0px;
}
.hometop-section-button a {
background: #1585D2;
  color: #ffffff !important;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}

.hometop-section-button a img{width:auto; height:15px; margin-left:10px;}
.hometop-section-right {
  width: max-content;
  margin-left:10%;
  margin-right: 6%;
  padding: 0px;
}

.home-slider-patients{
  display: flex;
  margin-top:20px;
  padding: 0px;
  position: relative;
  gap:20px;
  color:#fff;font-size: 14px;
  align-items: center;
}
 
.home-slider-patients img{width:auto; height:50px;}
.home-slider-patients span{line-height:20px;font-size: 14px; padding-left:20px; border-left:2px solid rgba(217, 217, 217, 0.36);}
 
#home-standard-neuro{background:linear-gradient(180deg, rgba(0,28,80,1)0%, rgba(21,133,210,1) 100%); padding:45px 0px 0px; margin:0px; position:relative; overflow:hidden;}
.home-standard-neuro{display:flex; align-items:center; justify-content: space-between; gap:30px; margin:0px; padding-bottom:30px; position:relative;}
.home-standard-neuro-left{width:70%; margin:0px; padding:0px; position:relative;}
.home-standard-neuro-left h2{
  font-size: 44px;
  font-family:Roboto Medium;
  color: #ffffff;
  padding-bottom: 10px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.home-standard-neuro-left p {
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
}
.home-standard-neuro-right{width:max-content;   margin:0px; padding:0px; position:relative;}
.home-standard-neuro-right a {
  background: #1585D2;
  color: #ffffff !important;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.home-standard-neuro-right a img {
  width: auto;
  height: 15px;
  margin-left: 10px;
}

.home-image-hover h3{padding-top:40px; font-size:20px; text-align:left;}
.home-image-hover a {
  background: #1585D2;width: max-content;
  color: #ffffff !important;
  margin: 20px 0;display:none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.home-image-hover a img {
  width: auto;
  height: 15px;
  margin-left: 10px;
}
.home-image-hover .options .option.active a{display:block;}


#home-advanced-technologies{background:#ffffff; padding:40px 0px 50px; margin:0px; position:relative; overflow:hidden;  z-index:1;}
#home-advanced-technologies::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/2024/01/02/bg.png) no-repeat;
    background-size: cover;
    background-position:top left;
    z-index: -1;
}
.home-advanced-technologies{display:flex; gap:30px; margin:0px; padding:0px; position:relative;}

.home-advanced-technologies-left{width:45%;  margin:0px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;  position:relative;}
.home-advanced-technologies-left h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #1C3563;
  padding-bottom: 10px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.home-advanced-technologies-left p {
  font-size: 18px;
  color: #5B5B5B;
  width: 100%;
  margin-bottom: 30px;
}
.home-advanced-technologies-left a {
  background: #1585D2;width: max-content;
  color: #ffffff !important;
  margin: 20px 0; 
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.home-advanced-technologies-left a img {
  width: auto;
  height: 15px;
  margin-left: 10px;
}
.home-advanced-technologies-right{width:55%;  margin:0px;  position:relative;}
.home-advanced-technologies-right ul {
  display: flex;
  align-items: center;
  margin:20px 0px 0px;
  padding: 0px 0px 0;
  width: 100%;
  gap:18px;
}
.home-advanced-technologies-right li {
  width:33.33%;
  position: relative;
  padding:0px;
  transition: 600ms ease transform;
}
.home-advanced-technologies-right li:hover {transform: scaleX(1.1) scaleY(1.1);z-index: 2;}
.home-advanced-technologies-right li img {
  width:100%;
  height:auto;
  margin:0px 0px 15px;
  border-radius:6px;
}
.home-advanced-technologies-right li h3{
  font-size:20px;
  color:#1585D2;
  font-weight: 600;
  padding-bottom:5px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.home-advanced-technologies-right li p {
  color:#5B5B5B;
  font-size:15px;
}

#home-advanced-treatments{background:#ffffff; padding:40px 0px 50px; margin:0px; position:relative; overflow:hidden;  z-index:1;}



#home-facilities-walk{background:#ffffff; padding:40px 0px 50px; margin:0px; position:relative; overflow:hidden;  z-index:1;}
.home-facilities-walk{display:flex; align-items:center; justify-content: space-between; gap:80px; margin:0px; padding-bottom:30px; position:relative;}
.home-facilities-walk-left{width:40%;  margin:0px; padding:0px; position:relative;}
.home-facilities-walk-left h2{font-size: 44px;font-family:Roboto Medium;color: #1C3563;z-index: 1;width: 100%;position: relative;}
.home-facilities-walk-right{width:60%; margin:0px; padding:0px; position:relative;}
.home-facilities-walk-right p {font-size: 18px;color: #5B5B5B;width: 100%;}
#home-facilities{padding-top:100px; padding-left:6%;}
#home-facilities .item img{border-radius:12px;}


#home-excepteur{background:#F5F6F8; padding:40px 0px 50px; margin:40px 0px 0px; position:relative; overflow:hidden;  z-index:1;}
#home-excepteur h2{font-size: 44px;font-family:Roboto Medium;color: #1C3563;z-index: 1;width: 100%;position: relative;}
#home-excepteur ul {
  display: flex;
  align-items: center;
  margin:50px 0px 0px;
  padding: 0px 0px 0;
  width: 100%;
  gap: 25px;
}
#home-excepteur li {
  width:25%;
  position: relative;
  padding:30px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  transition: 600ms ease transform;
}
#home-excepteur li:hover{transform: scaleX(1.1) scaleY(1.1);z-index: 2;   box-shadow: 0px 4px 33.2px -6px rgba(0, 0, 0, 0.25);}
#home-excepteur li img{width:auto; height:38px;}
#home-excepteur li h3 {
  font-size:20px;
  color:#1585D2;
  font-weight: 600;
  padding: 10px 0px 5px;
  z-index: 1;
  width: 100%;
  position: relative;
}
#home-excepteur li h3::before {
    content: '';
    position: absolute;
    left:0%;
    bottom: 0px;
    background: #1585D2;
    height:2px;
    width:54px;
}
#home-excepteur li p {
  color:#5B5B5B;
  width:92%;
  margin-top:15px;
  font-size:16px;
  font-weight: 200;
}


#home-locations{
  background: #001C50;
  padding:50px 0 50px;
  margin: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-locations-box h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #ffffff;
  z-index: 1;
  width: 100%;
  position: relative;
}
.home-locations-box p {
  font-size: 16px;
  width:85%;padding:10px 0px 20px;
  color:#ffffff;
}
.home-locations-box a {
  font-size: 16px;
  color: #F2336D;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.home-locations-box a img {
  width: auto !important;
  height: 12px;
  margin-left: 14px;
}


#home-locations ul{
  display: flex;align-items: center;
  flex-wrap: wrap;
  margin: 0px;
  padding: 30px 0;
  width: 100%;
  gap:20px;
  justify-content: space-between;
}
#home-locations li {
  flex: 0 0 32%;
  align-items: center;
  text-align: left;
  justify-content: left;
  position:relative;
  transition: 600ms ease transform;
}
#home-locations li:hover .item-locations::after{background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.5) 100%);}
.item-locations{
  width: 100%;
  height:auto;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.item-locations::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 30%, #000 100%);
  position: absolute;
  opacity: 0.69;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  left: 0px;
  bottom:0px;
  border:2px solid #fff;
}

.item-locations img {
  border-radius: 12px; height:100%; border:2px solid #fff;
}
.locations-text{
  position: absolute;
  bottom: 14px;
  left: 14px;
  border-radius: 8px;
  z-index: 2;
}

.locations-text h3 {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
  display: block;
  letter-spacing: 0px;
}
.locations-text h3 img {
  width: auto !important;
  height: 12px;
  margin-left:5px;
}
.explore-locations{
background: #1585D2;
  color: #ffffff !important;
  margin:20px 0 0px !important;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px !important;
  position: relative;
  border: 2px solid #1585D2;
  transition: .5s ease-out;
  box-shadow: 0 50px 50px rgb(0 4 12 / 5%), 0 4px 15px rgb(0 0 0 / 5%);
}
.explore-locations:hover {
    transform: scale(1.01);
	box-shadow: 0 10px 20px rgb(4 46 136 / 20%), 0 5px 10px rgb(4 46 136 / 10%);
}
.explore-locations img{width:auto; height:15px; margin-left:10px;}

.locations-text a{color:#ffffff;}
.locations-text a:hover{color:#ffffff;}
.locations-text a img {
  width: auto !important;
  height: 12px;
  margin-right:5px;
}

#testimonials-pages-video{border:1px solid #CFCFCF;background: #F5F6F8;padding:80px 0 80px;margin: 0px;width: 100%; position: relative;z-index:1; overflow:hidden;}
#home-patient-video{border:1px solid #CFCFCF;background: #F5F6F8;padding:80px 0 80px;margin: 0px;width: 100%; position: relative;z-index:1; overflow:hidden;}
.home-patient-video{display:flex; gap:100px; margin:0px 0px 60px; padding:0px; position:relative;}
.home-patient-left{width:50%; margin:0px; padding:0px; position:relative;}
.home-patient-left h2{width:85%; color: #1C3563;font-size: 44px;margin: 0px;padding: 0px; font-family: Roboto Medium;}
.home-patient-right{width:50%; margin:0px; padding:0px; position:relative;}
.home-patient-right p{color: #5B5B5B;font-size:18px;margin: 0px;padding:0px 0px 50px;}
.home-patient-right a{color:#001C50; text-decoration:underline; font-size:16px;margin:0px;padding: 0px;}

.home-patient-box{display:flex; gap:30px; margin:0px 0px 0px; padding:0px; position:relative;}
.home-patient-boxleft{width:30%; margin:0px; padding:0px; position:relative;}
.home-patient-boxright{width:80%; margin:0px; padding:0px; position:relative;}


#patient-video{background: #F9F9F9;padding: 50px 0 110px;margin: 0px;width: 100%; position: relative;z-index:2; overflow:hidden;}
#patient-video h2{font-size: 44px; text-align:center; font-family: Roboto Medium; color: #000; margin:0px; padding:0px;}
#patient-video p{font-size:16px; text-align:center; color: #4B4B59; margin:15px 20%; padding:0px 0px 20px;}
#video-testimonials{margin-left:7%; padding:60px 0px 0px; position:relative;}
.video-testimonials-item{
  position: relative;
  width: 100%;
  z-index: 1;
}
.video-testimonials-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, 0.0) 100%);
  background-position: right top;
  z-index: 1;
  border-radius: 20px;
}

.video-testimonials-item .video-voices-icon{position: absolute;top:45%;left:45%;z-index: 2;}
.video-testimonials-item .video-voices-icon:hover{opacity:0.7;}.video-testimonials-item .video-voices-icon img {width: 60px;height: 60px;}

.video-testimonials-item img {
  border-radius: 20px;object-fit: cover;
  position: relative;
}
.video-testimonials-text{
  position: absolute;
  margin: 10px;
  border-radius: 20px;
  inset: auto 0px 0px;
  z-index: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.video-testimonials-text h3{color:#fff; font-size:24px; font-weight:Bold;}
.video-testimonials-dd{color:#fff; font-size:18px; padding:10px 0;}


#home-blog{
  background: #ffffff;
  padding:50px 0px 180px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-blog h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #1C3563;
  text-align:center;
  width: 100%;
  position: relative;
}
#home-blog p{
  font-size:18px;
  color: #5B5B5B;
  padding-top:15px;
  text-align:center;
  position: relative;
}
.home-blog{display:flex; gap:30px; margin:50px 0px 0px; padding:0px; position:relative;}
.home-blog h3{
  font-size:24px;
  color: #1C3563;
  position: relative;
}
.home-blog p{
  font-size:18px;
  color: #5B5B5B;
  padding-top:15px;
  text-align:left !important;
  position: relative;
}
.home-blog-left{width:50%; margin:0px; padding:0px; position:relative;}.home-blog-left img{border-radius:12px; margin-bottom:20px;}
.home-blog-right{width:50%; margin:0px; padding:0px; position:relative;}.home-blog-right img{border-radius:12px;}
.home-blog-right ul{margin:0px; padding:0px; position:relative;}
.home-blog-right li{list-style:none; display:flex; gap:20px; margin-bottom:20px; padding:0px; position:relative;}
.home-blog-right li img{width:50%;} .home-blog-right li .home-doc{width:50%;}
.home-blog-right li h3{margin-top:15px;}


/*----treatment LP ----*/


#treatment-lp-section{width:100%;background:#ffffff; height:100%;overflow:hidden;padding:0px; position: relative;margin:0px;}
.home-slider-img {object-fit: cover;height:100%;}
#treatment-lp-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:url(../images/2023/01/bg-slider.png) no-repeat;
  background-size:cover;
  z-index: 1;
}
.treatment-lp-section{
  display: flex;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  align-items: center;
}
.treatment-lp-section-left {
  width:70%;
  margin-left:6%;
  padding: 0px;
}
.treatment-lp-section-left h1 {
  font-size:44px;font-family:Roboto Bold;
  color: #ffffff;font-weight:Bold;
  padding-bottom:10px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.treatment-lp-section-left h3{
  font-size:40px; 
  color: #ffffff; 
  padding-bottom:90px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.treatment-lp-section-left p {
  font-size:18px;
  color: #ffffff;
  width: 85%;
  margin-bottom:50px;
}

.treatment-lp-section-left ul {
    display: flex;
    align-items: center;
    margin:20px 0px 0px;
    padding: 0px 0;
    width: 100%;
}
.treatment-lp-section-left li {
    width: max-content;
    position: relative;
    border-left: 1px solid rgba(217, 217, 217, 0.36);
    padding-left: 6%;
	padding-right: 6%;
}
.treatment-lp-section-left li h2{
    font-size:44px;
    color: #ffffff;font-family:Roboto Bold;
    padding:0px 0px 0px;
	margin:0px;
	display: flex;
    align-items: center;
    gap:8px;
}
.treatment-lp-section-left li .fa-star{font-size:30px;}

.treatment-lp-section-left li h5{
    font-size:14px;
    color: #ffffff;
    padding:0px 0px 0px;
	margin:0px;
}

.treatment-lp-section-left li:first-child{border-left:0px solid #fff; padding-left:0%;}

.treatment-lp-section-button {
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  gap: 25px;
}
.treatment-lp-section-button a {
background: #1585D2;
  color: #ffffff !important;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}

.treatment-lp-section-button a img{width:auto; height:15px; margin-left:10px;}
.treatment-lp-section-right {
  width: max-content;
  margin-left:10%;
  margin-right: 6%;
  padding: 0px;
}
.treatment-lp-section-form {
  background: #fff;
  width: 360px;
  margin: 0px;
  padding:14px 20px 10px;
  position: relative;
  border-top:0px solid #1585D2;
  border-radius: 12px;
}
.treatment-lp-section-form h2 {
  font-size: 20px;
  text-align: center;
  color: #000000;
  padding-bottom:10px;
  margin-bottom: 16px;
  font-family:Roboto Medium;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.treatment-lp-section-form h2::before {
  content: '';
  position: absolute;
  left:25%;
  bottom:0px;
  background:#1585D2;
  height:3px;
  width:50%;
}
.treatment-lp-section-form .home-form-box {
margin-bottom:14px;display: block;width: 100%;
}
.treatment-lp-section-form input::placeholder {color:#666666; font-size:14px;}
.ding select::placeholder {color:#666666; font-size:14px;}
.treatment-lp-section-form textarea::placeholder {color:#666666; font-size:14px;}
.treatment-lp-section-form label {
  font-size: 12px;
  color: #575757;
  margin-bottom:5px;
  font-family:Roboto Medium;
}
.treatment-lp-section-form input, textarea {
  border: 1px solid #D2D4DF;
  height:38px;
  color: #797E82;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  background-color:#ffffff;
  outline: none;
  text-align: left;
}
.treatment-lp-section-form .box-now1{background-color:#ffffff;}

.treatment-lp-section-form .submit-now {
  background:#1585D2;
  font-family:Roboto Medium;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  width: 100%;
  box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
  font-size: 14px;
  border-radius:8px;
  padding:7px 20px;
  position: relative;
  border: 2px solid #1585D2;
}

.treatment-lp-section-form .magbox {
  width: 100%;
  height:80px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 16px;
}
.iti{width: 100%;}

.medical-report-all{position: relative;overflow: hidden;display: inline-block;width:100%; margin-top:10px; text-align:left;}.medical-report-all input[type=file] {font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0;}
.medical-report-file{background:#ffff; color:#1585D2 !important;border: 2px solid #1585D2; font-size:16px;border-radius:8px;padding:6px 11px;position: relative;width: 100%;text-align:left; display:flex; align-items: center; justify-content: center;}
.medical-report-all img{display:inline-block;width:16px; height:16px; margin-right:10px;}

.treatment-lp-section-form  .iti__country-list {width:315px;overflow-x: hidden;}


#walk-again-aboutus{
  width: 100%;
  background:#ffffff;
  height:auto;
  overflow: hidden;
  padding:60px 0px;
  position: relative;
  margin: 0px;
}
.walk-about-box{display:flex; align-items:center; gap:55px; margin:0px; padding:0px; position:relative; justify-content: space-between;}
.walk-aboutbox-left{width:45%;  margin:0px;  position:relative;}.walk-aboutbox-left img{border-radius:12px;}
.walk-aboutbox-left .ttm-video-btn {position: absolute;top:47%;left: 45%; z-index: 2;}
.walk-aboutbox-left .ttm-video-btn .ttm-btn-play{width:50px;height:50px; line-height:50px; font-size:20px;}

.walk-aboutbox-right{width:55%;  margin:0px;  position:relative;}
.walk-aboutbox-right h2 {
  font-size: 40px;
  color: #012F87;
  font-weight: 600;
  font-family: Roboto Bold;
}
.walk-aboutbox-right ul {
  display: flex;
  align-items: center;
  margin:20px 0px 0px;
  padding: 0px 0px 0;
  width: 100%;
  gap:18px;
}
.walk-aboutbox-right li {
  width:33.33%;
  position: relative;
  padding:15px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 33.2px -6px rgba(0, 0, 0, 0.25);
  transition: 600ms ease transform;
}
.walk-aboutbox-right li:hover {transform: scaleX(1.1) scaleY(1.1);z-index: 2;}
.walk-aboutbox-right li img {
  width: auto;
  height: 45px;
  margin:30px 0px 25px;
}
.walk-aboutbox-right li h2 {
  font-size:16px;
  color:#012F87;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: Roboto Medium;
  z-index: 1;
  width: 100%;
  position: relative;
}
.walk-aboutbox-right li p {
  color:#012F87;
  font-size:15px;
  font-style: normal;
  font-weight: 200;
  height: 160px;
}

#choose-from-walk{
  width: 100%;
  background: linear-gradient(to bottom, #01163D 75%, #ffffff 0%);
  height: auto;
  overflow: hidden;
  padding: 60px 0px;
  position: relative;
  margin: 0px;
}
#choose-from-walk h2 {
  font-size: 40px;
  color:#ffffff;
  font-weight: 600;
  padding-bottom:10px;
  font-family: Roboto Medium;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
#choose-from-walk h3{
  font-size: 40px;
  color:#ffffff;
  font-weight:400;
  padding-bottom:10px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
#choose-from-walk p {
  color:#ffffff;
  font-size:22px;
  font-style: normal;
  font-weight:200;
}


#treatments{margin:50px 0px 0px; padding:0px 40px 0; position:relative;}
#treatments .item{margin:0px; padding:50px 10px; position:relative;}
.treatments-items{
  position: relative;
  border-radius:12px 12px;
  margin:0px 0px;
  text-align: center;transition: 600ms ease transform;
  box-shadow: 0px 8px 19.3px -10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#treatments .treatments-items:hover {transform: scaleX(1.1) scaleY(1.1);z-index: 2;}
 

.treatments-items img{width:90px !important; height:90px; margin:50px auto}
.treatments-items h4{
  font-size:14px;
  color:#022E88;
  background:#ffffff;
  padding:15px 30px 15px 20px;
  margin: 0px;
  border-radius:0px 0px 12px 12px;
  position:relative;
  text-align: left;
  height:60px;
}
.treatments-items h4 img {
  content:"";	
  width: auto !important;
  height: 12px;
  position:absolute; right:10px; top:17px;
  margin: 0px;
}


#testimonials-video{
  width: 100%;
  background: #ffffff;
  height: auto;
  overflow: hidden;
  padding:60px 0px 20px;
  position: relative;
  margin: 0px;
}
.testimonials-video{display:flex; align-items:center; gap:0px; margin:0px; padding:0px; position:relative;}
.testimonials-video-left{width:50%; margin-left:8%; align-items:center;  padding:0px; position:relative;}
.testimonials-video-left h2 {
  font-size: 44px;
  color:#012F87;
  font-weight: 600;
  padding-bottom: 20px;
  font-family:Roboto Bold;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.testimonials-video-left h2 span{display:block;}
.testimonials-video-left h3 {
  font-size: 44px;
  color:#012F87;
  font-weight:200;
  padding-bottom:10px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.testimonials-video-left img{width:auto; height:35px; margin-left:20px;}
 
.testimonials-video-left p {
  color:#012F87;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.testimonials-video-left a {
background: #1585D2;
  color: #ffffff !important;
  margin:30px 0 0px;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
  transition: 600ms ease transform;
}
.testimonials-video-left a:hover {
  box-shadow: 0 10px 20px rgb(4 46 136 / 20%), 0 5px 10px rgb(4 46 136 / 10%);
}
.testimonials-video-left a img{width:auto; height:15px; margin-left:10px;}
.testimonials-video-right{width:50%; align-items:center; margin:0px; padding:0px; position:relative;}

.video-box .ttm-video-btn {position: absolute;top:50%;left: 40%;}
.ttm-play-btn {border-radius:30px;color:#fff;font-size:18px;display:inline-block;padding:10px 20px 10px 50px;position:relative}
.ttm-play-btn:hover, .ttm-video-btn span.ttm-btn-play {color: #fff;}
.ttm-video-btn .ttm-btn-play {background-color:#1585D2;
position:absolute;top:50%;left:0;right:0;margin-top:-30px;z-index:5;width:70px;height:70px;border-radius:50px;text-align:center;line-height:70px;font-size:25px;margin-right:-1px;cursor:pointer;display:inline-block;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}
.ttm-btn-play:after,.ttm-btn-play:before{content:'';border:1px solid;border-color:inherit;width:150%;height:150%;-webkit-border-radius:100%;border-radius:100%;position:absolute;left:-25%;top:-25%;opacity:1;-webkit-animation:1s videoplay-anim linear infinite;animation:1s videoplay-anim linear infinite}
.ttm-btn-play:before{-webkit-animation-delay:.5s;animation-delay:.5s}.ttm-play-btn:hover,.ttm-video-btn span.ttm-btn-play{color:#fff}.ttm-video-btn:hover .ttm-btn-play{background-color:#e30000;color:rgba(255,255,255,1)}.fid-section.bg-img5{background-attachment:fixed}

.video-box .content {position: absolute;bottom:15px;left: 0px;width: 100%;color: white;z-index: 5;word-break: break-word;padding:0px 15px;}
.video-box::after {content: '';position: absolute;top: 0;left: 0;height: 100%;width: 100%;transition: 0.5s !important;transform: translateY(10px);background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 70%); border-radius:10px;}
.video-box .content h4 {margin-bottom:5px;color: #fff;font-weight:700;font-size:22px; }
.video-box .content p{margin-bottom: 0;color: #fff;font-weight:200;font-size:14px; }


#rehab-centre{
  width: 100%;
  background:#ffffff;
  height: auto;
  overflow: hidden;
  padding:80px 0px;
  position: relative;
  margin: 0px;
}
.rehab-centre{display:flex; align-items: center; gap:30px; margin:0px; padding:0px; width:100%;}
.rehab-centre-left{width:50%;  margin:0px; padding:0px;}
.rehab-centre-left img{padding-right:20%;}
.rehab-centre-right{width:50%;  margin:0px; padding:0px;}
.rehab-centre-right h2 {
  font-size: 40px;
  color:#012F87;
  font-weight: 600;
  padding-bottom: 20px;
  font-family:Roboto Bold;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.rehab-centre-right h3 {
  font-size: 44px;
  color:#012F87;
  font-weight:200;
  padding-bottom:0px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.rehab-centre-right p {
  color:#012F87;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.rehab-centre-right a {
background: #1585D2;
  color: #ffffff !important;
  margin:30px 0 0px;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
  transition: 600ms ease transform;
}
.rehab-centre-right a:hover {
  box-shadow: 0 10px 20px rgb(4 46 136 / 20%), 0 5px 10px rgb(4 46 136 / 10%);
}
.rehab-centre-right a img{width:auto; height:15px; margin-left:10px;}



#technology-walk{
  width: 100%;
  background: linear-gradient(90deg, #001742 0%, #001742 35%, #013c6e 100%);
  height: auto;
  overflow: hidden;
  padding:80px 0px;
  position: relative;
  margin: 0px;
}
.technology-walk{display:flex; align-items: center; gap:30px; margin:0px; padding:0px; width:100%;}
.technology-walk-left{width:50%;  margin:0px; padding:0px;}
.technology-walk-left h2 {
  font-size: 40px;
  color:#ffffff;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: Roboto Medium;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.technology-walk-left p {
  color:#ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.technology-walk-left a {
background: #1585D2;
  color: #ffffff !important;
  margin:30px 0 0px;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
  transition: .5s ease-out;
  box-shadow: 0 50px 50px rgb(255 255 255 / 5%), 0 4px 15px rgb(0 0 0 / 5%);
}
.technology-walk-left a:hover {
	box-shadow: 0 10px 20px rgb(255 255 255 / 20%), 0 5px 10px rgb(255 255 255 / 10%);
}
.technology-walk-left a img{width:auto; height:15px; margin-left:10px;}
.technology-walk-right{width:50%;  margin:0px; padding:0px;}

.technology-walk-right ul {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  margin:0px 0px 0px;
  padding: 0px 0px 0;
  width: 100%;
  gap: 25px;
}
.technology-walk-right li {
  width:46.33%;
  position: relative;
  padding:15px;
  border-radius:8px;
  background: #1585D2;
  box-shadow: 0px 4px 33.2px -6px rgba(0, 0, 0, 0.25);
  transition: 600ms ease transform;
}
.technology-walk-right li:hover{background:#ffffff; transform: scaleX(1.1) scaleY(1.1);z-index: 2;}
.technology-walk-right li h3 {
  font-size:20px;
  color:#ffffff;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: Roboto Medium;
  z-index: 1;
  width: 100%;
  position: relative;
}
.technology-walk-right li:hover h3{color:#012F87;}
.technology-walk-right li p {
  color:#ffffff;
  font-size:16px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 200;
}
.technology-walk-right li:hover p{color:#012F87;}
.technology-walk-right a {
	background:none;
  color:#1585D2 !important;
  margin:0px 0 0px;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:0px;
  position: relative;
}
.technology-walk-right a img{width:auto; height:15px; margin-left:10px;}


#appointment-walk{
  width: 100%;
  background:#ffffff;
  height: auto;
  overflow: hidden;
  padding:60px 0px;
  position: relative;
 margin: 0px;
}
.appointment-walk{display:flex; align-items: center; gap:25px; margin:0px; padding:50px; position:relative; border-radius: 16px; background: #FFF;box-shadow: 0px 4px 56.9px -11px rgba(0, 0, 0, 0.25);}
.appointment-walk-left{width:70%; margin:0px; padding:0px; position:relative;}
.appointment-walk-left h2{color:#022E88;font-size:48px; font-family:Roboto Bold; font-weight: 600;}.appointment-walk-left h2 span{display:block;}
.appointment-walk-right{width:30%; margin:0px; padding:0px; position:relative;}
.appointment-walk-right p{color: #012F87;font-size: 14px;}
.appointment-walk-right a {
background: #1585D2;
  color: #ffffff !important;
  margin:20px 0 0px;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
  transition: .5s ease-out;
  box-shadow: 0 50px 50px rgb(0 4 12 / 5%), 0 4px 15px rgb(0 0 0 / 5%);
}
.appointment-walk-right a:hover {
    transform: scale(1.01);
	box-shadow: 0 10px 20px rgb(4 46 136 / 20%), 0 5px 10px rgb(4 46 136 / 10%);
}
.appointment-walk-right a img{width:auto; height:15px; margin-left:10px;}



#faqs-walk{
  width: 100%;
  background:#ffffff;
  height: auto;
  overflow: hidden;
  padding:60px 0px;
  position: relative;
 margin: 0px;
}
.faqs-walk{display:flex; align-items:flex-start; gap:50px; margin:0px; padding:0px; position:relative;}
.faqs-walk-left{width:40%; margin:0px; padding:0px; position:relative;}

.faqs-testimonials{position: relative;padding-left:50px;margin: 0px 0%;}
.faqs-testimonials{position:relative; padding-left:50px; margin: 0px%;}
.faqs-testimonials:before{content:""; width:100px; height:100px; background:url(../images/2023/01/do-icon.png) no-repeat; background-size:30%; position:absolute; left:0px; top:-25px;  }
.faqs-testimonials p{font-size:14px; color: #012F87; text-align:left; margin:0px; padding:0px;}
.faqs-testimonials-img{width:max-content;  margin-top:50px; display:flex;   position:relative; padding:0px;}
.faqs-testimonials-img img{width:70px !important; height:70px; border-radius:100%; position:absolute; left:0px; top:-10px; margin:0px;}
.faqs-testimonials-text{display:block; padding-left:90px; height:100px;}
.faqs-testimonials-text h3{font-size:18px; color:#012F87; font-family:Roboto Medium; padding-bottom:7px;}
.faqs-testimonials-text h4{font-size:14px; color: #012F87;}
.faqs-walk-right{width:60%; margin:0px; padding:0px; position:relative;}


#your-journey{
  width: 100%;
  background: #ffffff;
  height: auto;
  overflow: hidden;
  padding: 60px 0px;
  position: relative;
  margin: 0px;
}
.your-journey{display:flex; gap:30px; margin:0px; padding:0px;  position:relative; justify-content: space-between; align-items: center;}
.your-journey-left{width:70%; margin:0px; padding:0px;  position:relative;}
.your-journey-left ul{
display: flex;
  align-items: center;
  margin: 0px 0px 0px;
  padding: 0px 0px 0;
  width: 100%;
  gap: 25px;
}
.your-journey-left li {
  width: 20%;
  position: relative;
  margin:0px;
  padding:0px;
  
}
.your-journey-left li img{border-radius:12px;}
.your-journey-right{width:30%; margin:0px; padding:0px;  position:relative;}
.your-journey-right h2 {
  color: #022E88;
  font-size:44px;
  font-family: Roboto Bold;
  font-weight: 600;
}.your-journey-left h2 span{display:block;}


#treatment-offer{
  width: 100%;
  background: #ffffff;
  height: auto;
  overflow: hidden;
  padding:0px 0px;
  position: relative;
  margin: 0px 0px 110px;
}
#treatment-offer::before {
  content: "";
  width: 60%;
  height: 100%;
  background: url(../images/2023/01/offerings.png) no-repeat;
  background-size:29%;
  background-position:bottom left;
  position: absolute;
  left:6%;
  bottom: 0px;

}
.treatment-offer-walk{
  width:70%; margin-left:30%;
  display: flex;
  align-items: center;
  gap: 25px;
  padding:50px 0;
  position: relative;
}
.treatment-offer-left{width:70%; margin:0px;padding:0px;}
.treatment-offer-left h2{color: #022E88;font-size:40px;font-family: Roboto Bold;font-weight: 600;}
.treatment-offer-left p {color: #012F87;font-size: 16px;}
.treatment-offer-right{width:30%; margin:0px;padding:0px; justify-content:right; display: flex;}
.treatment-offer-right a {
background: #1585D2;
  color: #ffffff !important;
  margin:20px 0 0px;
  width: max-content;
  align-items: center;
  display:flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
  transition: .5s ease-out;
  box-shadow: 0 10px 20px rgb(4 46 136 / 20%), 0 5px 10px rgb(4 46 136 / 10%);
}
.treatment-offer-right a:hover {
    transform: scale(1.01);
    box-shadow: 0 50px 50px rgb(0 4 12 / 5%), 0 4px 15px rgb(0 0 0 / 5%);
}
.treatment-offer-right a img{width:auto; height:15px; margin-left:10px;}

/*----END treatment LP  ----*/

/*---- Contact us  ----*/
#contact-us-slider{
  background:#001C50;
  padding: 50px 0px 50px;
  margin-bottom:0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#contact-us-slider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #001C50 30%, #1585D2 100%);
  z-index: -1;
  opacity: 0.87;
}
.contact-us-slider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin: 0px;
  padding-bottom: 30px;
  position: relative;
}
.contact-us-slider-left {
  width: 40%;
  margin-bottom: 30px;
  padding: 0px;
  position: relative;
}
.contact-us-slider-left h1{
  font-size: 44px;
  font-family: Roboto Medium;
  color: #ffffff;
  z-index: 1;
  width: 100%;
  position: relative;
}
.contact-us-slider-right {
  width: 60%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.contact-us-slider-right p {
  font-size: 18px;
  color: #ffffff;
  width: 100%;
}

.location-section ul{
  display: flex;
  gap:20px;
  margin:40px 0px 0px;
  padding: 0px;
  position: relative;
}
.location-section li img{border-radius: 8px;}
.location-section li{margin:0px; padding:0px; position:relative;}
.location-section li .location-list-box {
    position: absolute;
    bottom:10px;
    left:10px;
    background: #fff;
    padding:15px;
    width:92%;
	border-radius: 8px;
}
.location-section li  h2 {
    font-size:20px;
    margin-bottom:15px;
}
.location-section li  p {
    font-size: 16px;
    color: #7C7C7C;
    margin: 0px 0 25px;
    padding: 0px;
}
.location-section li  a {
    font-size: 16px;
    color: #1585D2;
    margin:7px 0px;
    padding:12px 0px 7px 30px;
	display:block;
	border-top:1px solid #DBDBDB;
	position:relative;
}
.location-section li  a img{width:auto; height:20px; position:absolute; top:14px; left:0px; border-radius:0px;}





#location-questions {
  background: #ffffff;
  padding:20px 0 20px;
  width: 100%;
  margin: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


#enquire-section{
  background: #F9F9F9;
  padding: 50px 0 220px;
  margin:0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#enquire-section h2{
  font-size: 35px;
  color: #1C3563;
  text-align: center;
  padding-bottom:20px;
  font-family:Roboto Medium;
  z-index: 1;
  position: relative;
  display: block;
}
#enquire-section p {
  font-size: 16px;
  width:60%;
  margin: 0px auto;
  text-align: center;
  padding-bottom:70px;
  color: #7C7C7C;
}
.contact-enquire{display:flex;flex-direction: column; border-radius: 13px;border: 1px solid #E6E6E6;background: #FFF;box-shadow: 0px 4px 26.9px -15px rgba(0, 0, 0, 0.25); margin:0px 0px 0; border-radius:12px; padding:30px; position:relative;}

.contact-form input:focus {border:1px solid #1585D2; background: rgba(21, 133, 210, 0.04);}
.contact-form ::placeholder {color:#818181; font-size:16px;}
.contact-form input:focus {border:1px solid #1585D2; background: rgba(21, 133, 210, 0.04);}
.contact-form select:focus {border:1px solid #1585D2; background: rgba(21, 133, 210, 0.04);}
.contact-form textarea:focus {border:1px solid #1585D2; background: rgba(21, 133, 210, 0.04);}
.contact-form input, textarea {
    height: 55px;
    padding-left:15px;
    width: 100%; 
    font-size:16px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: #FBFBFB;
    outline: none;
    text-align: left;
}
.contact-form .magbox {
  width: 100%;
  height: 200px; 
  border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: #FBFBFB;
  padding-top: 20px;
  padding-left: 16px;
}
.treatment-lp-section-form .magbox {
    background: #ffffff !important;
}

.contact-enquire .contact-form{
  width: 100%;
  gap: 15px;
  padding-bottom: 10px;
  display: flex;
}
.contact-enquire .contact-form-box{
  display: block;
  width: 100%;
}

.submit-now{border-radius: 12px;border: 1px solid #1585D2;background: #1585D2;box-shadow: 0px 4px 26.5px 0px rgba(255, 255, 255, 0.25) inset, 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  margin: 20px 0;
  font-size:18px;
  border-radius:6px;
  padding:10px;
  position: relative;
  width:100%;
}
.submit-now:hover{background:#ffffff; color:#1585D2;}
/*----END Contact ----*/

/*----treatment ----*/
#treatment-slider{
    width: 100%;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px;
}
#treatment-slider::before {
    position: absolute;
    content: "";
    width:100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 28, 80, 0.50)30%, rgb(0,0,0,.0) 70%);
    z-index: 1;
}
#treatment-slider .treatment-slider-img {
    object-fit: cover;
    height: 100%;
}
#treatment-slider .treatmenttop-section {
    display: flex;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
}
#treatment-slider .treatmenttop-section-left {
    width:50%;
    margin-left: 6%;
    padding: 0px;
}
.treatmenttop-section-left h1 {
  font-size:44px;line-height:50px;
  font-family:Roboto Bold;
  color: #ffffff;
  padding-bottom:10px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.treatmenttop-section-left h1 span{display:block;}
.treatmenttop-section-left h3{
  font-size:16px; 
  color: #ffffff; 
  padding-bottom:10px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.treatmenttop-section-left p {
  font-size:18px; 
  color: #ffffff;
  width:75%;
  margin-bottom:30px;
}
.treatmenttop-section-button {
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  gap:0px;
}
.treatmenttop-section-button a {
background: #1585D2;
  color: #ffffff !important;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding:10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.treatmenttop-section-button a img{width:auto; height:15px; margin-left:10px;}
#treatment-slider-bottom{
    width: 100%;
    background: none;
    height: 100%;
    padding: 0px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.treatment-slider-bottom{
   border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 19.6px -7px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    padding:10px;
    position: relative;
    display: flex;
    z-index: 222;
    gap: 25px;
    align-items: center;
}
.treatment-slider-bottom ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.treatment-slider-bottom li {
    width: 20%;
	 text-align: center;
    padding:20px;
    border-right:1px solid #D9D9D9;
    
}
.treatment-slider-bottom li:last-child{border-right:0px solid #D9D9D9;}
.treatment-slider-bottom li img {
  width: auto;
  height: 38px;
   text-align: center;
}
.treatment-slider-bottom li h3 {
  font-size:18px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  padding: 10px 0px 5px;
  z-index: 1;
  width: 100%;
  position: relative;
}


#treatment-page{background:#ffffff;margin:0px;padding:50px 0px;position:relative; overflow:hidden;}
.treatment-page{display:flex; gap:50px; margin:0px; padding:0px; position:relative; align-items: center;}
.treatment-page-left{width:55%; margin:0px; padding:0px; position:relative;}
.treatment-page h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #1C3563;
  margin-bottom:20px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.treatment-page h3{
  font-size:24px;
  font-family: Roboto Medium;
  color: #1C3563;
  margin-bottom:20px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.treatment-page p {
  font-size: 18px;
  color: #5B5B5B;
  width: 100%;
  padding:10px 0;
}
.treatment-page-left ul {
  column-count: 2;
  margin-top:20px;
  padding:0px;
  width: 100%;
  gap: 20px;
}
.treatment-page-left li{
    position: relative;
    color: #5B5B5B;
    padding-left: 40px;
    margin-bottom: 20px;
     font-size: 18px;
    list-style: none;
}
.treatment-page-left li::before{
    content: '';
    background: url(../images/2024/02/right-icon.png) no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 0px;
}
.treatment-page-right{width:45%; margin:0px; padding:0px; position:relative;}
.treatment-page-right img{border-radius:6px; object-fit:cover;height:580px;}

#treatment-page-mid{background:#ffffff;margin:0px;padding:50px 0px 0px;position:relative; overflow:hidden;}
.treatment-aw{padding-right:6%;}
.treatment-aword{background: #1585D2; width:900px; position:absolute; right:0px; top:15%; padding:80px 50px; z-index:2;}
.treatment-aword h3{font-size:44px;font-family: Roboto Medium;color: #ffffff;margin-bottom: 20px;width: 100%;position: relative;}
.treatment-aword ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top:35px;
}
.treatment-aword li {
  width:33.33%;
  position: relative;
  align-items: center;
  text-align: left;
  justify-content: left;
  padding-left:80px;
  padding-bottom:15px;
  border-right: 1px solid #fff;
}
.treatment-aword li:nth-last-child(-n + 3){border-top:1px solid #fff; }
.treatment-aword li:nth-child(3n){ border-right:0px}.treatment-aword li:nth-child(6n){ border-right:0px}

.treatment-aword li img {
  position: absolute;
  top:15px;
  padding:0px;
  left:20px;
  width: auto !important;
  height:45px;
}
.treatment-aword li h4 {
  font-size:18px;
  color: #ffffff;
  width: 100%;font-weight:Bold;
  padding:15px 10px 0px 0px;
  margin: 0px 0px;
}
.treatment-aword li h4 span {
   font-size:14px;color: rgba(255, 255, 255, 0.70);
  display: block; 
   padding:10px 0px 0px;
}

.treatment-standard-mid{background:#001C50; padding-top:200px; padding-bottom:60px; position:relative; z-index:1;}
.treatment-standard-neuro{display:flex; align-items:center; justify-content: space-between; gap:30px; margin:0px; padding-bottom:30px; position:relative;}
.treatment-standard-neuro-left{width:70%; margin:0px; padding:0px; position:relative;}
.treatment-standard-neuro-left h2{
  font-size: 44px;
  font-family:Roboto Medium;
  color: #ffffff;
  padding-bottom: 10px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.treatment-standard-neuro-left span{color:#1B9CF4;font-size:18px;}
.treatment-standard-neuro-left p {
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
}
.treatment-standard-neuro-right{width:max-content;   margin:0px; padding:0px; position:relative;}
.treatment-standard-neuro-right a {
  background: #1585D2;
  color: #ffffff !important;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.treatment-standard-neuro-right a img {
  width: auto;
  height: 15px;
  margin-left: 10px;
}


.treatment-standard-mid ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top:20px;
}
.treatment-standard-mid li {
  width:25%;
  position: relative;
  padding:20px 20px;
  margin:0px;
  border:1px solid rgba(255, 255, 255, 0.18);
}
.treatment-standard-mid li img {
  width: auto;
  height:58px;
  margin-bottom:25px;
}
.treatment-standard-mid li h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0px 25px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.treatment-standard-mid li p{
  color: #ffffff;
  width:100%;
  margin-bottom:25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
}
.treatment-standard-mid li a {
  font-size: 16px;
  color: #1B9CF4;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.treatment-standard-mid li a img {
  width: auto !important;
  height: 10px;
  margin-left: 12px;
  margin-bottom:0px;
}


#treatment-team{
  background: #ffffff;
  padding:20px 0px 50px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#treatment-team h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #1C3563;
  text-align: center;
  width: 100%;
  position: relative;
}
#treatment-team p {
  font-size: 18px;width:50%;margin:0px auto;
  color: #5B5B5B;
  padding-top: 15px;
  text-align: center;
  position: relative;
}

#treatment-team ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top:50px;
  gap:20px;
}
#treatment-team li {
  width:23.66%;
  position: relative;
  padding:0px 0px 20px;
  margin:0px;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background: #FFF;
}
#treatment-team li img {
  width:100%;
  height:auto;
  border-radius:8px 8px 0px 0px;
}
#treatment-team li h3 {
  font-size:18px;
  color: #000000;
  font-weight: 600;
  padding:15px 20px 10px;
  z-index: 1;
  width: 100%;
  position: relative;
}
#treatment-team li p{
  color: #5B5B5B;
  width:100%;
  padding:0px 20px 0px;
  font-size: 16px;
  text-align:left;
}

#treatment-rehabilitation-mid{
  background: #ffffff;
  margin: 0px;
  padding:0px 0px 40px;
  position: relative;
  overflow: hidden;
}
.treatment-walk-again-mid{
  background:#ffffff;
  width:100%;
  position:relative;
  padding:60px 0px;
  z-index:1;
}
.treatment-walk-again-mid h2{
  font-size: 44px;
  font-family: Roboto Medium;
  color: #1C3563;
  margin-bottom: 20px;
  width:100%;
  text-align:center;
  position: relative;
}
.treatment-walk-again-mid p {
  font-size: 18px;
  color: #5B5B5B;
  width:100%;
  margin-bottom: 30px;
}
.treatment-walk-again-right{
  background: #001C50;
  width:100%;
  position:relative;
  padding:20px 20px;
  z-index:1;
  border-radius: 12px;
}
.treatment-walk-again-right ul {
  display: flex;
  width: 100%;
  gap:20px;
  flex-direction: column;
}
.treatment-walk-again-right li {
  width:100%;
  position: relative;
  padding: 20px 20px;
  margin: 0px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.20);
 background: rgba(255, 255, 255, 0.08);
}
.treatment-walk-again-right li h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0px 25px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.treatment-walk-again-right li p {
  color: #ffffff;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
}
.treatment-walk-again-right li a {
  font-size: 16px;
  color: #1B9CF4;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.treatment-walk-again-right li a img {
  width: auto !important;
  height: 10px;
  margin-left: 12px;
  margin-bottom: 0px;
}


#treatment-patient-video {
  background: #ffffff;
  padding: 80px 0 60px;
  margin: 0px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#treatment-patient-video .home-patient-box{flex-direction: column;}
#treatment-patient-video .home-patient-boxright{width: 100%;}#treatment-patient-video .home-patient-boxleft{width: 100%;}
#treatment-patient-video .tab-treatment{flex-direction: row;}
#treatment-patient-video .tab-treatment button{border-radius:8px;border: 1px solid #C0C0C0;background: #FFF;}
#treatment-patient-video .tab-treatment button.active {background: rgba(21, 133, 210, 0.05);border: 1px solid #1585D2;border-radius:8px;}
.home-patient-boxleft .tab-treatment h4{font-size: 16px;}
#treatment-patient-video .tab-treatment h4 span{font-size: 14px; padding-top:6px;}


#treatment-blog{background: #F5F6F8;padding: 80px 0 170px;margin: 0px;width: 100%;position: relative;z-index: 1; }
#treatment-blog ul {
  display: flex;
  align-items: center;
  margin: 20px 0px 0px;
  padding: 0px 0px 0;
  width: 100%;
  gap: 18px;
}
#treatment-blog li {
  width: 33.33%;
  position: relative;
  padding: 0px;
  border-radius: 8px;
  border: 1px solid #C0C0C0;
  background: #FFF;
  transition: 600ms ease transform;
}
#treatment-blog li .treatment-blog-img{position:relative;}
#treatment-blog li .treatment-blog-img span{position:absolute; bottom:20px; left:10px; color: #1585D2; font-size:14px;
border-radius: 8px;border: 1px solid #1585D2;background: #E7F2FA; padding:7px 15px;}
#treatment-blog li .treatment-blog-img img{ border-radius: 8px 8px 0px 0px;}
#treatment-blog li h3 {
  font-size:16px;
  color:#1E1E2F;
  height:60px;
  font-weight: 600;
  padding:10px 20px;
  z-index: 1;
  width: 100%;
position: relative;}

#treatment-blog li p {
  color: #4B4B59;
  font-size:14px;
  padding:5px 20px 10px;
  height:140px;
}

#Overview{scroll-margin-top: 100px;}
#Challenges{scroll-margin-top: 100px;}
#Our-Technology{scroll-margin-top: 100px;}
#Neurorehabilitation{scroll-margin-top: 100px;}

/*----END treatment ----*/

/*---- about-us ----*/
#about-page-slider{background:linear-gradient(to bottom, #001C50 55%, #ffffff 0%);padding:50px 0px 50px;margin: 0px;position: relative;overflow: hidden;z-index: 1;}#about-page-slider img{border-radius:8px;}
.about-page-slider{display:flex; align-items:flex-start; justify-content: space-between; gap:80px; margin:0px; padding-bottom:30px; position:relative;}
.about-page-slider-left{width:40%;  margin-bottom:30px; padding:0px; position:relative;}
.about-page-slider-left h2{font-size: 44px;font-family:Roboto Medium;color: #ffffff;z-index: 1;width: 100%;position: relative;}
.about-page-slider-right{width:60%; margin:0px; padding:0px; position:relative;}
.about-page-slider-right p {font-size: 18px;color: #ffffff;width: 100%;}

#about-walk-again{background: #ffffff;
  padding: 40px 0px 50px;
  margin: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-walk-again{display:flex; gap:60px; margin:0px; padding:0px; position:relative;}
.about-walk-again-left{width:45%;  margin:0px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;  position:relative;}
.about-walk-again-left h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #1C3563;
  padding-bottom:30px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.about-walk-again-left h4{
  font-size:18px;
  color: #1585D2;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  display: block;
}
.about-walk-again-left a {
  background: #1585D2;width: max-content;
  color: #ffffff !important;
  margin: 20px 0; 
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.about-walk-again-left a img {
  width: auto;
  height: 15px;
  margin-left: 10px;
}
.about-walk-again-right{width:55%;  margin:0px;  position:relative;}
.about-walk-again-right p{
  font-size: 18px;
  color: #5B5B5B;
  width: 100%;
  padding: 10px 0;
}.about-walk-again-right strong{color: #1585D2;}

#about-treatment{background:#001C50;padding:60px 0px 50px;margin: 0px 0px 0px; position: relative;overflow: hidden;z-index: 1;}
#about-treatment:before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background: url(../images/2024/03/bg.png) no-repeat;background-size:100%;background-position:bottom left;z-index: -1;opacity:0.8;}
.about-treatment{display:flex;  gap:60px; margin-left:6%; padding:0px; position:relative;}
.about-treatment .about-treatment-left{width:45%; margin:0px; padding:0px; position:relative;}
.about-treatment .about-treatment-left h2 {font-size: 44px;font-family: Roboto Medium;color: #ffffff;width: 100%;position: relative;}
.about-treatment .about-treatment-left p {font-size: 18px;width:100%;margin: 0px auto;color: #ffffff;padding:25px 0px;position: relative;}
.about-treatment .about-treatment-right{width:55%; margin:0px; padding:0px;}
.about-facilities-item{border-radius:8px;background: #FFF; padding:60px 20px;}
.about-facilities-item img {width: auto !important;height:45px; margin-bottom:20px;}
.about-facilities-item h3 {font-size: 20px; color:#000;font-weight: 600;padding: 10px 0px 5px;width: 100%;}
.about-facilities-item p {color:#5B5B5B; width: 92%;  height:100px; margin-top: 15px;font-size: 16px;font-weight: 200;}
#joining-our-team{background: #ffffff;padding:50px 0px 50px;margin: 0px 0px 0px;position: relative;overflow: hidden;z-index: 1;}
.joining-our-team{background: #1585D2; border-radius: 12px; padding:50px 30px;margin:0px;position: relative;}
.joining-our-team h2 {font-size: 44px;font-family: Roboto Medium;color: #ffffff;text-align: center;width: 100%;position: relative;}
.joining-our-team p {font-size: 18px;width:60%;margin: 0px auto;color: #ffffff;padding:25px 0px;text-align: center;position: relative;}
.joining-button{display:flex; gap:20px; justify-content: center; width:60%; margin: 0px auto;  padding:0px;}
.learn-more{background: #1585D2;width: max-content;color: #ffffff !important;margin: 20px 0; font-size: 16px;font-weight: 500;border-radius: 81px;padding: 10px 20px;position: relative;border:2px solid #FFF;}
.apply-now{background: #ffffff;width: max-content;color:#1585D2 !important;margin: 20px 0; font-size: 16px;font-weight: 500;border-radius: 81px;padding: 10px 20px;position: relative;border:2px solid #FFF;}
.joining-button a img{width: auto;height: 15px;margin-left: 10px;}
#about-patient-video{background:#F5F6F8;padding: 50px 0px 180px;margin: 0px 0px 0px;position: relative;overflow: hidden;z-index: 1;}
/*----END about-us ----*/

/*---- Testimonials ----*/
#testimonials-page-slider{background:#001C50;padding: 50px 0px 50px;margin: 0px;position: relative;overflow: hidden;z-index: 1;}
.testimonials-page-slider{display:flex; gap:60px; margin:0px; padding:0px; position:relative;}
.testimonials-page-slider-left{width:45%;  margin:0px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;  position:relative;}
.testimonials-page-slider-left h2 {
  font-size: 44px;
  font-family: Roboto Medium;
  color: #ffffff;
  padding-bottom:30px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.testimonials-page-slider-left p{
  font-size:16px;
  color: #ffffff;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  display: block;
}
.testimonials-page-slider-left a {
  background: #1585D2;width: max-content;
  color: #ffffff !important;
  margin: 20px 0; 
  font-size: 16px;
  font-weight: 500;
  border-radius: 81px;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #1585D2;
}
.testimonials-page-slider-left a img {
  width: auto;
  height: 15px;
  margin-left: 10px;
}
.testimonials-page-slider-right{width:55%;  margin:0px;  position:relative;}


#testimonials-video-section{background: #ffffff;padding: 50px 0px 120px;margin: 0px 0px 0px;position: relative;overflow: hidden;z-index: 1;}
#testimonials-video-section h2 {font-size:34px;font-family: Roboto Medium;color: #1C3563;text-align: center;width:90%; margin:0px auto;position: relative; padding-bottom:50px;}
#testimonials-video-section h4 {font-size: 18px;color: #1585D2;text-align: center;width:100%; margin:0px auto;position: relative; padding-bottom:10px;}
#testimonials-video-section .tabcontent{padding-left:6%;}


.video-testimonials-walkagain{position: relative;width: 100%;z-index: 1;}
.video-testimonials-walkagain::before {content: "";position: absolute;width: 100%;height: 100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, 0.9) 100%);background-position:bottom  left;z-index: 1;border-radius:8px;}
.video-testimonials-walkagain .video-voices-icon{position: absolute;top:45%;left:45%;z-index: 2;}
.video-testimonials-walkagain .video-voices-icon:hover{opacity:0.7;}.video-testimonials-item .video-voices-icon img {width: 60px;height: 60px;}
.video-testimonials-walkagain img {border-radius: 8px;object-fit: cover; position: relative;}
.video-testimonials-walkagain .video-voices-icon img{width: 50px;height: 50px;}
.video-testimonials-walkagain .video-voices-icon{top:40%;left:40%;}
.video-testimonials-walkagain .video-testimonials-dd{font-size:14px;}


#testimonials-written-section{background: #ffffff;padding: 50px 0px 180px;margin: 0px 0px 0px;position: relative;overflow: hidden;z-index: 1;}
#testimonials-written-section h2 {font-size: 44px;font-family: Roboto Medium;color: #1C3563;text-align: center;width:80%; margin:0px auto;position: relative; padding-bottom:50px;}
.testimonials-written-item{border-radius:8px; border: 1px solid #E7E7E7; background: #FFF; padding:25px;}
.testimonials-written-item p{font-size:16px; color:#5B5B5B; height:310px;}
.testimonials-written-doc{margin-top:20px; padding:0px; position:relative; padding-left:70px;}
.testimonials-written-doc img{position:absolute; left:0px; top:0px; width:50px !important; height:50px; border-radius:100%;}
.testimonials-written-doc h3{font-size:18px; color:#000; padding-top: 14px;}
.testimonials-written-doc span{display:block;font-size:12px; color:#5B5B5B; padding-top:10px;}
/*----END Testimonials ----*/



/*----footer ----*/
footer{background: #001C50; display:flex;flex-direction:column; margin-top:0px; padding:0px 0px 10px; position:relative; z-index:1;}

.footer-contact-whc{background:#1585D2; margin-top:-110px; margin-bottom:40px; padding:30px; position:relative; border-radius: 12px;}
.footer-contact-whc ul {display: flex;align-items:flex-start;margin:0px 0px 0px;padding: 0px 0px 0;width: 100%;}
.footer-contact-whc li {width:33.33%;position: relative; padding:30px; margin-left:70px; border-right:1px solid rgba(255, 255, 255, 0.27);}
.footer-contact-whc li:last-child{border-right:0px solid #fff; padding-right:0px;}
.footer-contact-whc li:first-child{margin-left:20px;}
.footer-contact-whc li h3 {font-size:22px;color: #ffffff;font-weight: 600;padding: 10px 0px 5px;width: 100%;position: relative;}
.footer-contact-whc li p {color: rgba(255, 255, 255, 0.60);width:100%;margin: 15px 0;font-size: 16px;}
.footer-contact-whc li img {width: auto;height:30px;margin-bottom:10px;}
.footer-contact-whc li a {color: #ffffff;font-size: 16px;}
.footer-contact-whc li a .arrow{width: auto !important;height: 12px;margin-left: 5px; margin-bottom: 0px;}


.footer-contact{display:flex; align-items:center; gap:0px; margin:0px; padding:0px 0 20px; position:relative; justify-content: space-between;}
.footer-footer-logo{width:30%; margin:0px; padding:0px; position:relative;}
.footer-footer-logo img {width:370px;}
.footer-footer-location{width:40%; margin:0px; padding:0px; position:relative; text-align:right; color:#fff; font-size:16px;}
.footer-footer-callno{width:30%; margin:0px; padding:0px; position:relative;text-align:right; color:#fff; font-size:16px;}
.footer-footer-callno a{color:#BACCD8;}

.footer-section {margin: 0px;padding: 0px;display: flex;gap:30px;position: relative;border-top:1px solid rgba(255, 255, 255, 0.21);}
.footer-links{width:100%;margin:50px 0px 0; padding:0px;display: flex; justify-content: space-between;}
.footer-navbox{width:auto;} .footer-nav-des{display:block;}.footer-nav-mob{display:none;}
.footer-navbox h4{font-size:16px;font-weight: 400;color: #ffffff;padding-bottom: 10px;margin:0px;}
.footer-navbox ul{display: block;margin: 0px;padding: 0px;}
.footer-navbox1{display: block;margin: 0px;padding: 0px; column-count:2; gap:80px;}
.footer-navbox li{display: block;padding: 0px;list-style: none;}
.footer-navbox li img{width:auto; height:15px; margin-right:15px;}
.footer-links a{display:block;font-size:14px;   margin:0px;padding:5px 0px; color: rgba(255, 255, 255, 0.50)}
.footer-links a:hover{color:#e1e1e1;}
.but .fa-chevron-down{display:none;}
.footer-navbox .active .fa-chevron-down::before{content: "\f077";}
.footerbox a .fa{padding-right:7px;}

.footer-soc li{padding-left:25px; position:relative;}
.footer-navbox li .fa{position:absolute; left:0px; top:10px;}

.copyright {
	margin-top:20px;padding-top:12px; margin-top:50px; border-top:1px solid rgba(255, 255, 255, 0.21);
    font-size: 14px;
    display: flex; color: rgba(255, 255, 255, 0.40);
    width: 100%;justify-content: space-around;
}
.copyright .wiki {
    width:30%;margin-top:0px;
}
.copyright .wiki ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
	gap: 10px;
}
.copyright .wiki li {
    width: 14%;
    padding:0px;
    list-style: none;
    position: relative;
    text-align: center;
}
.copyright .wiki li a {
    color: #fff; 
    display: block; 
    border-radius:100%;
    width:35px;
    height:35px;
    line-height:35px;
    font-size:18px;
}
.copyright .wiki li a:hover{background:#ffffff; color:#0e296b;}
.copyright .wh{
    width:100%;
   align-items: center;
	display: flex;
  gap: 20px;
}
.copyright .wh a{color: rgba(255, 255, 255, 0.40);}

.but .fa-chevron-down{display:none;}
.footer-navbox .active .fa-chevron-down::before{content: "\f077";}
 
.footer-bottom-mob{position:fixed;bottom: 0;left: 0;right: 0;z-index: 3;background:#000000;box-shadow: 0 -1px 4px rgba(0,0,0,.08);display:none; border-radius:10px 10px 0px 0px;}
.navigation-mobile-link {height:60px;color:#ffffff !important;text-align: center !important;justify-content: center !important;flex-grow: 1 !important;flex-direction: column !important;display: flex !important;text-decoration: none;border-right:1px solid #ffffff;}
.navigation-mobile-link .mx-auto{margin-left:auto !important;width:15px;margin-right:auto !important;}
.f-12 {font-size:12px;   padding-top:5px;}

/*----END footer ----*/






/*---------Mob Header------- */
.mob-head-button{display:none;}
.m-searchbox{display:flex;align-items: center;justify-content: center;width:auto;}
.mob-phone{display:flex;align-items: center;justify-content: center;width:auto;} 
.get-started-m{display:flex;align-items: center;width: auto;}.get-started-m a{color:#ffffff; background: #1585D2;;font-size:12px; border-radius: 5px;padding:5px 7px; border: 1px solid #1585D2;}
.get-started-m a:hover{color:#ffffff; background:#243a81;}
/*---------END Header------- */

@media screen and (max-width:880px) {
#enquiry-bottom-all{display:none;}
	
.slider-des{display:none;}.slider-mob{display:block;} .iti__country-list{width:280px; overflow-x:hidden;}
.mob-head-button{display:flex; margin:0px; gap:10px; right:15px;top:12px;position: absolute; align-items: center;justify-content: center;}
.m-searchbox img{width:30px;height:auto;}	
.mob-phone img{width:30px;height:auto;}.get-started-m{display:flex;}	


.dropdown-phone1{z-index:999; right:0px; min-width:340px; padding-top:20px;}.sticky .dropdown-phone1{padding-top:8px;}
.dropdown-phone1 ul{z-index:999;}
.dropdown-phone1 a{font-size:14px;}.menu-top{display:none !important;}
/*---------END Header------- */

.m-search-box{display:flex;display: flex;align-items: center;justify-content: center;}
.m-search-box img {width: 25px;height: 25px;}
.m-phone{display:flex;display: flex;align-items: center;justify-content: center;}
.m-phone img {width: 25px;height: 25px;}
#header-id{height:60px; width: 100%;  padding:1px 0;}.headerSecondry{height:auto;}
 .headerTertiary{display:none !important;}  
.logo-m > img{max-width:175px; display:block; padding:13px 0px 0px; transform: translateY(0px);}
 .sticky .logo-m > img{transform: translateY(-1px);}
 .sticky .logo-d > img{max-width:134px; transform: translateY(17px); z-index: 666;}
#slider-section {height:100%; background:none;}
.sticky{backdrop-filter:none; height:60px !important;}

.midbox-inner {margin: 0 auto;max-width:100%;width: 100%; }
.wiki-mk {padding-left:20px;padding-right:20px;}
 
.treatment-lp-section-form{width: 100%;}
#home-slider{background:#1585D2;}#home-slider::before{background: none;}
#home-slider .hometop-section{position:relative;}
#home-slider .hometop-section-left{margin-left: 0; width:100%; padding:20px;}
.hometop-section-left h1{font-size:27px; line-height:32px;}.hometop-section-left h1 span{display: inline-block;}
.hometop-section-left p{font-size:14px; width:100%; margin-bottom:0px;}
.home-slider-patients{gap:10px; margin-top:10px;}
.home-slider-patients img{height:34px;}.home-slider-patients span{font-size:12px; padding-left:10px;}
.hometop-section-button a{border: 2px solid #fff; padding:6px 20px; font-size: 14px;}.hometop-section-button a img{height:10px;}
#home-standard-neuro{padding:20px 0px 0px;}
.home-standard-neuro{flex-direction: column;}.home-standard-neuro-left{width:100%;}
.home-standard-neuro-left h2{font-size:27px; text-align:center;}
.treatment-lp-section-left h3 {font-size: 20px;padding-bottom: 0px;}
.home-standard-neuro-left p{font-size:14px; margin-bottom:0px; text-align:center;}
.home-image-hover a{padding:6px 20px; font-size: 14px;}.home-image-hover a img{height:10px;}
#home-advanced-technologies .wiki-mk{padding-right:0px;}
.home-advanced-technologies{flex-direction: column;}
.home-advanced-technologies-left{width:100%;}.home-advanced-technologies-left h2{font-size:27px; padding-right:20px;}
.home-advanced-technologies-left p{font-size:14px; margin-bottom:0px; padding-right:20px;}.home-advanced-technologies-left a{padding:8px 20px; font-size: 14px;}.home-advanced-technologies-left a img{height:10px;}
.home-advanced-technologies-right{width:100%;}.home-advanced-technologies-right ul{flex-wrap:initial; gap:15px;justify-content:left;overflow-x: scroll;overflow-y: hidden;padding-bottom:25px;padding-right: 15px;flex-direction: row; margin:0px 0px 0px;}
.home-advanced-technologies-right li{width:80%;flex:0 0 80%;gap: 8px;}
.home-advanced-technologies-right li:hover {transform:initial;}

#home-facilities-walk{padding:0px 0px 50px;}
.home-facilities-walk{flex-direction: column; gap: 20px; padding-bottom:0px;}
.home-facilities-walk-left{width:100%;}.home-facilities-walk-left h2{font-size:27px;}.home-facilities-walk-right p{font-size:14px;}
.home-facilities-walk-right{width:100%;}

#home-excepteur .wiki-mk{padding-right:0px;}
#home-excepteur h2{font-size:27px; padding-right:20px;}
#home-excepteur ul{flex-wrap:initial; gap:15px;justify-content:left;overflow-x: scroll;overflow-y: hidden;padding-bottom:25px;padding-right: 15px;flex-direction: row;}
#home-excepteur li{width:80%;flex:0 0 80%;gap: 8px;}#home-excepteur li p{width:100%; font-size: 14px;}

.home-locations-box h2{font-size:27px;}.home-locations-box p{width:100%; font-size: 14px; padding: 10px 0px 10px;}
.home-locations-box a{margin-bottom:20px !important;}
#home-locations ul {flex-direction: column;gap:14px;} #home-locations li{flex: 0 0 100%;}
#home-patient-video{padding:40px 0 60px;}#home-patient-video .wiki-mk{padding-right:0px;}
.home-patient-video{flex-direction:column; gap:20px; margin: 0px 0px 40px;}.home-patient-left{width:100%;}
.home-patient-left h2{font-size:22px; width:100%; padding-right:20px;}
.home-patient-right p{font-size:14px; padding:0px 20px 10px 0px;}.home-patient-right{width:100%; }
.home-patient-box{flex-direction:column; gap:20px;}
.home-patient-boxleft{width:100%; }
.home-patient-boxright{width:100%; padding-right:20px;}
.video-testimonials-item .video-voices-icon img{width: 50px;height: 50px;}
.video-testimonials-item .video-voices-icon{top:40%;left:40%;}

#home-blog{padding: 50px 0px 150px;}
#home-blog h2{font-size:30px;}#home-blog p{font-size:14px;}
.home-blog{flex-direction: column;}.home-blog h3{font-size:18px;}
.home-blog-left{width:100%;}.home-blog-right{width:100%;}.home-blog-right li{flex-direction: column;}
.home-blog-right li img{width:100%;}.home-blog-right li .home-doc{width:100%;}

/*----treatment ----*/
#treatment-slider{background:#1585D2; padding-bottom:60px;}#treatment-slider::before{background: none;}
#treatment-slider .treatmenttop-section{position:relative;}
#treatment-slider .treatmenttop-section-left{margin-left: 0; width:100%; padding:20px;}
.treatmenttop-section-left h1{font-size:25px; line-height:32px;}.hometop-section-left h1 span{display: inline-block;}
.treatmenttop-section-left p{font-size:14px; width:100%; margin-bottom:0px;}
.treatment-slider-patients{gap:10px; margin-top:10px;}
.treatment-slider-patients img{height:34px;}.treatment-slider-patients span{font-size:12px; padding-left:10px; line-height:35px;}
.treatmenttop-section-button a{border: 2px solid #fff; padding:6px 20px; font-size: 14px;}.treatmenttop-section-button a img{height:10px;}
.treatment-slider-bottom{margin-top:-50px;}
.treatment-slider-bottom ul {flex-wrap: initial;gap: 15px;justify-content: left;overflow-x: scroll;overflow-y: hidden;padding-bottom:10px; padding-right: 15px;flex-direction: row;margin: 0px 0px 0px;}
.treatment-slider-bottom li {width:60%;flex: 0 0 60%; gap:8px; padding:0px;}.treatment-slider-bottom li img{height:30px;}
.treatment-slider-bottom li h3{font-size:16px;}

#treatment-page{padding:20px 0px 50px;}.treatment-aw{padding-right: 20px;}
.treatment-page{flex-direction: column; gap:0px;}
.treatment-page-left{width:100%;}.treatment-page h2{font-size:27px;}.treatment-page p{font-size:16px;}
.treatment-page h3{font-size:20px;}.treatment-page-left ul{column-count:1;}
.treatment-page-right{width:100%;}.treatment-page-right img{height: auto;}

#treatment-page-mid{padding:20px 0px 50px;}
.treatment-aword{width:100%; position: relative; top:0px; padding:15px;}.treatment-aword h3{font-size:25px; text-align: center;}
.treatment-aword li{width:50%; padding-left:40px; padding-right:14px}
.treatment-aword li:nth-last-child(-n+4){border-top:1px solid #fff;}
.treatment-aword li:nth-child(2n){border-right:0px solid #fff;}
.treatment-aword li:nth-child(3n){border-right:1px solid #fff;}
.treatment-aword li:nth-child(4n){border-right:0px solid #fff;}
.treatment-aword li:nth-child(6n){border-right:0px solid #fff;}
.treatment-aword li h4{font-size:12px; font-weight: 700;}.treatment-aword li h4 span{font-size:12px; font-weight:200;}
.treatment-aword li img{left:7px; height:25px;}
.treatment-standard-mid{padding-top:40px;}
.treatment-standard-neuro{flex-direction:column;}
.treatment-standard-neuro-left{width:100%;}.treatment-standard-neuro-left h2{font-size:27px;}
.treatment-standard-neuro-left p{font-size:16px; margin-bottom:0px;}
.treatment-standard-neuro-right{width:100%;}
.treatment-standard-mid ul {flex-wrap: initial;gap: 15px;justify-content: left;overflow-x: scroll;overflow-y: hidden;padding-bottom:15px;padding-right: 15px;flex-direction: row;margin:20px 0px 0px;}
.treatment-standard-mid ul li{width:70%;flex:0 0 70%;gap: 8px;padding: 10px;}
.treatment-standard-mid li h3{font-size:18px;}.treatment-standard-mid li p{font-size: 14px;}
#treatment-team .wiki-mk{padding-right:0px;}
#treatment-team h2{font-size:27px; padding-right:20px;}#treatment-team p{font-size:14px; width:100%; padding-right:20px;}
#treatment-team ul{flex-wrap: initial;gap: 15px;justify-content: left;overflow-x: scroll;overflow-y: hidden;padding-bottom:25px;padding-right: 15px;flex-direction: row;margin:20px 0px 0px;}
#treatment-team ul li{width:70%;flex:0 0 70%;gap:8px;}#treatment-team li h3{font-size:16px;}#treatment-team li p{font-size:14px;}
#treatment-rehabilitation-mid{padding:20px 0px 20px;}
.treatment-walk-again-mid{width:100%;position: relative; bottom:0px; padding:25px 0px;}.treatment-walk-again-mid h2{font-size:25px; text-align: left;}
.treatment-walk-again-mid p{font-size: 14px; width:100%; margin-bottom:0px;}
.treatment-walk-again-right{width:100%;position: relative; padding:15px;}
.treatment-walk-again-right ul{flex-direction: column;}.treatment-walk-again-right li{width:100%;}
.treatment-walk-again-right li h3{font-size: 20px; padding:10px 0px 15px;}.treatment-walk-again-right li p{font-size:14px;}
#treatment-patient-video .wiki-mk{padding-right:0px;}
#treatment-patient-video{padding:20px 0 40px;}
#treatment-blog .wiki-mk{padding-right:0px;}
#treatment-blog ul{flex-wrap: initial;gap: 15px;justify-content: left;overflow-x: scroll;overflow-y: hidden;padding-bottom:25px;padding-right: 15px;flex-direction: row;margin:20px 0px 0px;}
#treatment-blog ul li{width:80%;flex:0 0 80%;gap:8px;}
#treatment-offer{padding-top:25px;}#treatment-blog li h3{font-size:14px; height:60px; padding: 10px 10px;}
#treatment-blog li p{height:170px; font-size: 12px; padding: 10px 10px;}
/*----END treatment ----*/

/*----about-us ----*/
#about-page-slider{background: linear-gradient(to bottom, #001C50 80%, #ffffff 0%); padding:50px 0px 10px;}
.about-page-slider{flex-direction: column; gap:0px;}
.about-page-slider-left{width:100%;}.about-page-slider-left h2{font-size:27px;} .about-page-slider-right p{font-size:14px;}
.about-page-slider-right{width:100%;}
.about-walk-again{flex-direction: column; gap:0px;}
.about-walk-again-left{width:100%;}.about-walk-again-left h2{font-size:27px; padding-bottom:10px;}
.about-walk-again-right{width:100%;}.about-walk-again-right p{font-size:14px;}
.about-treatment{flex-direction: column; gap:0px; padding:0px 0px 90px;}
.about-treatment .about-treatment-left{width:100%;}.about-treatment .about-treatment-left h2{font-size:27px; padding-bottom:10px;}
.about-treatment .about-treatment-left p{font-size:14px;}
.about-treatment .about-treatment-right{width:100%;}.about-facilities-item{padding:30px 20px;}
.about-facilities-item img{height:35px;}.about-facilities-item h3{font-size:20px;}
.about-facilities-item p{width:100%; font-size:14px;}.joining-our-team{padding:30px 15px;}
.joining-our-team h2{font-size:27px;}.joining-our-team p{width:100%; font-size:14px;}.joining-button{width:100%;}
.learn-more{font-size: 14px; padding:8px 15px;}.apply-now{font-size: 14px; padding:8px 15px;}.joining-button a img{height:12px; margin-left:7px;}
#about-patient-video .wiki-mk{padding-right:0px;}
/*----END about-us ----*/

/*----Treatment LP  ----*/

.treatment-lp-section{position: relative;background:linear-gradient(90deg, #001742 0%, #001742 35%, #013c6e 100%);flex-direction: column; align-items: flex-start;}
#treatment-lp-section::before{background-size:100%; display:none;}
.treatment-lp-section-left {width:100%;margin-left: 0%;padding: 20px; margin-top:0px;}
.treatment-lp-section-left h1{font-size:32px;width: 100%; padding-bottom:10px;}.hometop-section-left h3{font-size:20px; padding-bottom:0px;}.home-slider-img {object-fit: cover;height:150px;}
.treatment-lp-section-left p{font-size:14px;width:100%; margin-bottom:0px;}
.treatment-lp-section-button a{padding: 6px 20px; display:none;}
.treatment-lp-section-right {display: block;width: 96%;margin: 2%; padding-top:14px;}
.treatment-lp-section-button{display:none;}
.treatment-lp-section-left li h2{font-size: 30px;}
.treatment-lp-section-left li h5{font-size:11px;}.hometop-section-left li .fa-star {font-size: 20px;}
.treatment-lp-section-left li{padding-right:4%; padding-left:4%;}

.walk-about-box{flex-direction:column;}.walk-aboutbox-left{width:100%;}.walk-aboutbox-right{width:100%;}
.walk-aboutbox-right ul{flex-direction:column;}.walk-aboutbox-right li{width:100%;}
.walk-aboutbox-right li:hover{transform:initial;}
.walk-again-about{flex-direction: column;}
.walk-about-left{width:100%; margin-bottom:25px;}.walk-about-left h2{font-size:30px;}.walk-about-left p{font-size:14px;}
.walk-about-right{width:100%;}
.walk-aboutbox-right h2{font-size:25px;}
#choose-from-walk{padding:60px 0px 0px;}
#choose-from-walk .wiki-mk {padding-left:0px;padding-right:0px;}
#choose-from-walk h3{font-size:20px; padding-left: 20px;padding-right: 20px;}#choose-from-walk h2{font-size:30px; padding-left: 20px;padding-right: 20px;}#choose-from-walk p{font-size:14px; padding-left: 20px;padding-right: 20px;}
#choose-from-walk ul{flex-wrap: initial;justify-content: left;overflow-x: scroll;gap: 15px; padding: 0px 20px 30px 20px;}
#choose-from-walk li{width:60%; flex: 0 0 60%;}#choose-from-walk li:hover{transform: initial;}

.testimonials-video{flex-direction:column;}
.testimonials-video-left{width:100%; margin-left:0%; padding:0 20px;}
.testimonials-video-left h3{font-size: 24px;}.testimonials-video-left h3 img{height:20px;margin-left: 10px;}
.testimonials-video-left h2{font-size:25px;}.testimonials-video-left p{font-size:14px;}
.testimonials-video-left a{font-size: 14px; padding:7px 20px; margin:20px 0 20px;}.testimonials-video-left a img{height: 12px;}
.testimonials-video-right{width:100%; padding:0 20px;}
#rehab-centre{padding:40px 0px 25px;}
.rehab-centre{flex-direction: column;}.rehab-centre-left{width:100%;}.rehab-centre-right{width:100%;}
.rehab-centre-left img{padding-right:0%;}.rehab-centre-right h3{font-size:22px;}.rehab-centre-right h2{font-size:30px;}
.rehab-centre-right p{font-size:14px;}
.rehab-centre-right a{font-size: 14px; padding:7px 20px; margin:20px 0 0px;}.rehab-centre-right a img{height: 12px;}

#treatments{padding:0px 0px 0px 20px;}


.item-testimonials{margin:0px;}
.item-testimonials::before{width:40px;height:40px;}.item-testimonials{padding-left:47px;}.testimonials-text{padding-left:65px; height:50px;}.testimonials-img img{width:50px !important;height:50px; top:-2px;}.testimonials-text h3{font-size:16px;}.testimonials-text h4{font-size:12px;}
.technology-walk{width:100%; padding-top:0px; flex-direction: column;}#technology-walk::before{width:100%; background-size:80%;}.technology-walk-left{width:100%;}.technology-walk-right{width:100%;}.technology-walk-right li{width:100%;}
.technology-walk-right li:hover{transform:initial;}
.technology-walk h2{font-size:30px;}.technology-walk p{font-size:14px;}
.appointment-walk{flex-direction: column; padding:20px; gap: 14px;}.appointment-walk-left{width:100%;}.appointment-walk-left h2{font-size:22px; text-align: center;}.appointment-walk-right p{font-size:14px; text-align: center; margin-bottom:14px;}
.appointment-walk-right a{font-size: 14px; padding:7px 20px; margin: 0px auto;}.appointment-walk-right a img{height: 12px;}
.appointment-walk-right{width:100%;}
.faqs-walk{flex-direction: column;  gap: 14px;}
.faqs-walk-left{width:100%;}.faqs-walk-right{width:100%;}
[class^="scrollbar-1"]{padding:0px 20px 0px 5px;}

.faqs-testimonials::before {width:70px;height:70px;}.faqs-testimonials{padding-left: 32px;}
.faqs-testimonials-img{margin-top: 30px;}.faqs-testimonials-text{padding-left: 60px;}
.faqs-testimonials-img img {width:45px !important;height:45px; top: -2px;}.faqs-testimonials-text h3{font-size:16px;}
.faqs-testimonials-text h4{font-size:12px;}

#home-locations{padding:20px 0 20px;}
#home-locations ul{flex-direction:column;  gap:14px;}#home-locations li{flex: 0 0 100%;}
.home-locations-box p{width:100%; padding-bottom:0px; font-size: 14px;}.explore-locations{padding: 7px 20px !important; margin-bottom:10px !important;}

#your-journey{padding:10px 0px;}#your-journey .wiki-mk {padding-left:0px;padding-right:0px;}
.your-journey-right h2{font-size:30px; padding-left:20px;padding-right:20px;}
.your-journey{flex-direction:column;  gap:14px;}.your-journey-left{width:100%;}.your-journey-left h2{font-size:30px;}
.your-journey-right{width:100%;}.your-journey-left ul{flex-wrap:initial;justify-content: left;overflow-x: scroll;gap: 15px;padding: 0px 20px 20px 20px;}.your-journey-left li{width:60%;flex: 0 0 60%;}
#treatment-offer::before{background-size: 90%;}
.treatment-offer-walk{width:100%;margin-left:0%; flex-direction:column; padding:0px 0 50px;}.treatment-offer-left{width:100%;}
.treatment-offer-left h2{font-size:22px; padding-bottom: 15px;}.treatment-offer-right{width:100%;}
.treatment-offer-right a{font-size: 14px; padding:7px 20px;}.treatment-offer-right a img{height: 12px;}
/*----END treatment LP  ----*/

/*---- Testimonials ----*/
.testimonials-page-slider{flex-direction: column; gap:10px;}
.testimonials-page-slider-left{width:100%;}.testimonials-page-slider-left h2{font-size:27px;}.testimonials-page-slider-left p{font-size:14px;}
.testimonials-page-slider-right{width:100%;}

#testimonials-video-section .wiki-mk{padding-right:0px;}
#testimonials-video-section h2{font-size:25px; width:100%; padding-bottom:20px; padding-right:20px;}
#testimonials-video-section h4{font-size:14px; padding-right:20px;}
.video-testimonials-item img{height:200px;}

#testimonials-written-section h2{font-size:22px; width:100%; padding-bottom:20px;}
.testimonials-written-item p{font-size:13px;}.testimonials-written-item{padding:18px;}
.testimonials-written-doc h3{font-size:13px;}.testimonials-written-doc span{font-size:10px;}

/*----END Testimonials ----*/
#contact-us-slider .wiki-mk{padding-right:0px;}
.contact-us-slider{flex-direction: column; gap:10px; padding-bottom:0px;}.contact-us-slider-left{width:100%; margin-bottom:10px;  padding-right:20px;}.contact-us-slider-right{width:100%;  padding-right:20px;}
.contact-us-slider-left h1{font-size:30px;}.contact-us-slider-right p{font-size:14px;}
.location-section{flex-direction: column;}
.location-section-left{width:100%;}.location-section-right{width:100%;  padding-right:20px;}
.location-list-box{position: relative; width:100%; border-radius:0px 0px 8px 8px;}
#enquire-section h2{font-size:30px;}#enquire-section p{font-size:14px; width:100%;}.contact-enquire{padding:20px;}
.contact-enquire .contact-form{flex-direction: column; gap:10px;}

/*----END Contact ----*/
.location-section ul{flex-direction: column; gap:15px; padding-right: 20px;}
.location-section li{width:100%;}

/*----END Contact ----*/

/*------Footer-----*/
.footer{margin-top: 120px;}
.footer-newsletter{flex-direction: column; gap:0px;}
.footer-contact-whc{padding:30px 20px 10px;}.footer-contact-whc ul{flex-direction: column;}
.footer-contact-whc li:first-child{margin-left:0px; padding-top:0px;}
.footer-contact-whc li{width:100%; margin-left:0px; padding:25px 10px; border-right:0px; border-bottom: 1px solid rgba(255, 255, 255, 0.27);}.footer-contact-whc li h3{font-size:18px;}.footer-contact-whc li p{margin:7px 0; font-size:14px;}
.footer-contact-whc li:last-child{border-bottom: 0px;}
.footer-newsletter-left h2{font-size:30px;line-height:40px;}
.footer-newsletter-right{margin-top:25px;}.footer-navbox1{display: block;margin: 0px;padding: 0px; column-count:1; gap:0px;}
.footer-section{flex-direction: column; gap:0px;}
.footer-contact{flex-direction: column; gap:10px;}.footer-footer-logo{width:100%; text-align: center;}.footer-footer-location{width:100%; text-align: center; font-size:14px;}.footer-footer-callno{width:100%; text-align: center; font-size:14px;}
.footer-navbox h4{font-size:16px;}.footer-links{flex-direction: column; margin:0px 0px 0;}.footer-navbox{margin:12px 0 0px;}.copyright{flex-direction: column;border-top:0px; gap:20px;  padding-bottom:60px; margin-top:10px; font-size: 14px;}.copyright .wiki{width:100%; margin-bottom:14px;}.copyright .wiki ul{justify-content: center;}.copyright .wh{width:100%; text-align: center;}.footerbox{display:none; }  .footer-navbox ul{display:none; padding-top:10px;}.but{cursor:pointer; position:relative; border-bottom:1px solid rgba(255, 255, 255, 0.21);} .but .fa-chevron-down{display: flex;position: absolute;right:8px;top:0px;}.footer-bottom-mob{display:flex;}
#button{display:none;}.footer-nav-des{display:none;}.footer-nav-mob{display:block;}
.copyright .wh a{padding: 0px 8px;}
.copyright .wh {display:block; font-size: 12px;}.copyright .wh span{display:block; margin-top:10px;}
/*------END Footer-----*/




}

