@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
	font-family: 'Montserrat', sans-serif;
	 
}

.saurabh-color{
    color:#F26C2C;
}

/**scrollbar**/
#myScroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#myScroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #f06520; /*#F5F5F5*/
}

#myScroll::-webkit-scrollbar-thumb
{
	background-color:#f06520;
	border-radius: 10px;
}
#myScroll::-webkit-scrollbar-thumb:hover
{
	background-color:#eb5b13;
	border-radius: 10px;
}
/**scrollbar end**/
a,a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
}
ul{margin-bottom: 0;padding-left: 0}
p{
	color: #333;
	font-weight: 500;
}
li{
	list-style: none;
}
body{
	overflow: visible;
}
.text-orange{
	color: #f06520;
}
.bg-orange{
	color: #fff;
	background-color: #f06520;
}
 .text-white{
 	color: #fff;
 }
 .relative{
 	position: relative;
 }
 .modal-header .close {
    padding: 10px; 
}
.modal-header{
    border-bottom:0;
}

 .header{
 	padding: 15px;
 	position: absolute;
 	z-index: 1000;
 	padding-top: 30px;
 
 }
.menu li a{
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
} 
.special-head .menu .current-menu-item a{
    color: #f06520;
}
.menu-contact li a{
	font-size: 16px;
	font-weight:700;
	color: #fff;
	padding: 5px 5px;
}

.social-media-icons img{
	width: 30px;
	position:absolute;
	top:0;
	left:0;
}
.social-media-icons img.img-white{
    opacity:1;
    transition:0.3s all ease-in;
}
.social-media-icons a{
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
}
.social-media-icons a:hover .img-white{
    opacity:0;
}
.social-media-icons a:hover .img-orange{
     opacity:1;
}
#myModal-home{
    z-index:9999;
}
#myModal-home .modal-content {
    background-color: rgba(255, 255, 255, 0.43137254901960786);
    border: 0px solid rgba(0,0,0,.2);
}
#myModal-home .modal-header{
    border:0;
}
#myModal-home .modal-header .close {
    padding: 0.3rem 1rem;
    font-size:2.2rem;
}
#myScroll.modal-open{
    padding-right:6px !important;
    overflow:hidden;
}
.banner-btn {
    position: absolute;
    right: -40px;
    transform: rotate(-90deg);
    z-index: 99999;
    top: 50%;
    background-color: #f06520;
    border: 0;
    outline:none;
}
.banner-btn.focus, .banner-btn:focus,.banner-btn:hover{
    background-color: #f06520;
    border: 0;
}
.banner{
	background-image: url(../img/banner1.png);
	background-size: cover;
	background-repeat: no-repeat; 
	overflow: hidden;
}
.banner-bg{
	background-image: url(../img/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat; 
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	opacity: 0.9;
	z-index: -1;
}
.banner-wrapper{
	padding-top: 100px !important;/*10vh*/
}
.banner-content {
    z-index: 999;
    background-color: rgb(252, 252, 252,0.8);
    padding: 15px 15px;
    border-radius: 10px;
    z-index: 100;
}
.banner-side {
    height: 90vh;
    padding: 50px 15px;
    z-index: 999;
}
.banner-content h1{
	font-size: 42px; 
	margin-bottom: 0;
}
.banner-content span{ 
	width:170px;/*240px*/
	height: 7px;
	border-radius: 10px;
	background-color: #f26c4f; 
	margin-left: 20px;
}
.banner-content h2{
	font-size: 42px;
	margin-bottom:10px;
}
.banner-content p{
	font-size:16px;
	font-weight: 400;
	line-height: 1.6;
	color: white;
}
.banner-content a{
	background-image: linear-gradient(to right, #eb4722 , #f26827);
	color: white;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 14px;
}
.social-media-icons li{
	margin-top: 12px;
}
.contain{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color:transparent;
  top: 0;
  left:0;
  height: 100vh;
  position: absolute;
}
.particle-js-content{
	width: 100%; 
  background-color:transparent;
  top: 0;
  left:0;
  height: 100vh;
  position: absolute;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: 99
}
.circle {
    position: absolute;
    z-index: 99;
} 
.boy-img{
	z-index: 9999;
	position: relative;
	width: 80%;
}
.home-pop-pos .modal-dialog{
    margin: 1.75rem 8rem;
}
@keyframes spin {
	 from {
		 transform: rotate(0deg);
	}
	 to {
		 transform: rotate(360deg);
	}
}
@keyframes spinalternate {
	 from {
		 transform: rotate(360deg);
	}
	 to {
		 transform: rotate(0deg);
	}
}
.circle3 {
    bottom: 39%;
    left: 29%;
    /* width: 100%; */
}
.circle3 img{
	width: 100%;
	animation: 5s linear infinite spin;
}
.circle2 {
    bottom: 24%;
    left: 11%;
}
.circle2 img{
	width: 90%;
	animation: 15s linear infinite spinalternate;
}
.circle1 {
    bottom: 11%;
    left: 9%;
}
.circle1 img{
	width: 100%;
	animation: 10s ease-in-out infinite spin;
}
span.text-span{
	width: 100% !important;
    height: auto !important;
    border-radius: 0;
    background-color: transparent;
	margin-left: 0;
}
/**************************************************section 2******************************************************************************/

.section-two{
	width: 100%;
	height:auto ; /*140px*/
	background-color: #f26522;
	padding: 21px 0;
}
.rating-txt h4{
	font-size: 21px;
	color: #fff;
}
.rating-txt span{
	color: #433f3e;
}
.star-icons i{
	color: #d7d7d7;
}


/**************************************************section 2 end******************************************************************************/

/**************************************************section 3******************************************************************************/
.specialities{
	background-color: #ededed;
	height: auto; /*  910px  */
	
}
.gray-box{
	height: 100%;
	width: 50%;
	background-color: #cfcfcf;
	position: absolute;
	left: 0;
	top: 0;
}
.specialities::before{
	content: '';
	width: 115%;
	background-color: #ededed;
	position: absolute;
	top: 0;
	left: -10rem;
	height: 100%;
	z-index: -1;
}
.left-img{
	padding: 0 0 0 13vh;				/*13vh 0 13vh 7vh*/

}
.left-img h4{
	position: absolute;
	right: 5rem;
	padding: 7px 5px;
	background-color:rgb(237 237 237);
	display: flex;
	align-items: center;
	margin-top:-15px;
}
.left-img h4::after{
	content: '';
	width: 115px;
	height: 2px;
	background-color: #f7941d;
	position: absolute;
	vertical-align: middle;
	right: -8rem;
	
}
.spclity{
    opacity:0;
    transition:all 0.5s;
    position:absolute;
    left:0;
    width:80%;
}
.spclt-acitve{
    opacity:1;
}
.categories h4{
	font-size: 45px;
	color: #dfdfdf;
	/*opacity: 0;*/
}
.category-box h5{
	font-size: 17px;
	font-weight: 600;
}
.category-box p{
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category-box{
	padding: 10px 15px;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.categories .myHover {
    margin-bottom: 1rem;
}
.category-side-hover{
	position: absolute;
    height: 350%;
    width: 0%;
    left: -54%;
    background-color: rgb(242, 101, 34);
    transform: rotate(-45deg);
    top: -100%;
    z-index: -1;
    transition: all 0.2s;
}

.category-box::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-right: 32px solid #fff;
	border-bottom: 0px solid transparent;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.category-box a{
	color: #cccccc;
	font-size: 15px;
	margin: 0;
}
.category-box.active{
	background-color:  #f26522;
	color: #ededed;
}
.category-box:hover{
	color: #fff;
	background-color:  #f26522;
}
.myHover:hover .category-box p{
	color: #ededed;
}
.backdrop{
	width: 50%;
	background-color: red;
	position: absolute;
	left: 0;
	height: 100%;
}
.myHead h4{
	opacity: 0;
}
.category-box a{
	opacity: 0;
}
.myHover:hover .myHead h4{
	opacity: 1;
}
.myHover:hover .category-box a{
	opacity: 1;
}
.category-box:hover h5{
	transition: 0.1s;
}
.myHover:hover .category-box{
	background-color: #f26522;
	color: #fff;
}
.myHover:hover .category-side-hover{
	width: 250%;
	transition: 0.6s;
	
}


/******************section 3 end*********************/

/**********About**************************/
.about{
	padding: 60px 0;
	height: auto; /*810px*/
	position: relative;
	
	/*background-color: #e26509;*/
}
.img-position{
	position: absolute;
	z-index: -1;
}
.img-plug-pos{
	right: 0;
	top: 15%;
}
.img-circle-pos{
	left: 6%;
	top: 15%;
	bottom: 85%;
}
.img-x-pos{
	bottom: 90px;
	left: 5%;
	-webkit-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    -moz-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
}
.img-x-pos-two{
	left: 2%;
	top: 50%;
	bottom: 50%;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.img-x-pos-three{
	left: 25%;
	top: 15%;
	-webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.img-x-pos-four{
	right: 50%;
	top: 20%;
	-webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.img-x-pos-five{
	right: 20%;
	bottom: 20%;
	-webkit-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    -moz-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
}
.img-tri-pos{
	bottom: 90px;
	right: 50%;
	left: 43%;
	-webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.img-tri-pos-two{
	top: 5%;
	left: 30%;
	-webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.about-short-content{
	padding: 10vh 5vh 10vh 5vh;
}
.about-short-content h2{
	color: #192131;
	position: relative;
}
.about-short-content .cut-out{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
}
.line-bar{
	height: 6px;
	width: 117px;
	background-color: #e26509;
	position: absolute;
	border-radius: 5px;
	bottom: 8px;
	margin-left: 10px;
}
.about-short-content p{
	font-size: 14px;
	text-align: justify;
	color: #333;
	letter-spacing: 0.5px;
}
.person-name{
	position: relative;
	padding-left: 20px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	margin-top: 15px;
}
.person-name::before{
	content: '';
	height: 100%;
	position: absolute;
	width: 2px;
	background-color: #555555;
	left: 0;
	top: 0;
}
.person-name a h5{
	font-weight: 600;
	margin: 0;
	font-size: 14px;
	color:#000000 !important;
}
.pointer-event a{
	pointer-events: visible;
}
.person-name p{
	font-size: 13px;
	margin: 0;
	color: #333;
}
.person-one.two h4{
	font-size: 20px;
	font-weight: 600;
	color: #fb814f;
}

.person-two-contend p{
	font-size: 17px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.person-two-contend a, .about-short-content a{
	font-size: 15px;
	color: #141414;
	font-weight: 500;
	letter-spacing: -1px;
}
.person-two-contend a{
	position: absolute;
	padding: 57px 0;
}
.person-two{
	padding-right: 5vh;
}
/*.person-one-img.myTwo{
	height: 370px;
	width: 230px;

}*/
.w-100{
	width: 100%;
}
/**********About end******************/

/****condition and treatments***/
.condition-treatments{
	height: auto; /*1080px*/
	width: 100%;
	background-image: url('../img/bg-wave.jpg');
	padding-top: 70px;
	position: relative;
	overflow: hidden;
}
.condition-treatments p{
	font-size: 15px;
}
.condition-treatments h4{
	color: #dc561e;
	font-weight: 600;
}
.enq-icons a{
	color: #515050;
	font-size: 14px;
	font-weight: 600;
	z-index: 1000000;
}
.enq-icons a:hover{
	color:  #fb814f;
	
}
.overlay{
	position: absolute;
	background-color: rgba(0,0,0,0.1);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.doted-circles{
	z-index: 1;
	position: relative;
	/*animation: crescendo 0.9s alternate infinite ease-in;*/
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
    animation: spin 9s linear infinite;
}
@keyframes crescendo {
	0%   {transform: scale(.8);}
	100% {transform: scale(1);}
  }
.brain-img{
	position: absolute;
	z-index: 10;
}
.treatment-container-icons-top{
	position: absolute;
	top: 0;
	z-index: 10;
}
.each-treatments{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.each-treatments a{
	color: #161616;
}
.each-treatments a:hover{
	color: #f26a29;
}
.treatment-container-icons-top h5, .treatment-container-icons-middle h5, .treatment-container-icons-bottom h5{
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	line-height: 15px;
}
.treatment-container-icons-middle{
	position: absolute;
	z-index: 10;
}
.speech-delay-margin{
	margin-left: 22rem;
}
.treatment-container-icons-bottom{
	position: absolute;
	bottom: 0;
	z-index: 10;
}
.myActive{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.myActive:hover{
	margin-top: -10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

/****condition and treatments ens***/

/*****News and Events*****/
.news-events-section h3{
	font-weight: 700;
}
.news-events-section a{
	color: #fff;
	font-size: 14px;
	position: relative;
}
.news-events-section p{
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.appointments{
	height: auto;
	background-color: #f26a29;
	flex: 7;
	position: relative;
	padding: 2rem 3rem;
	overflow: hidden;
}
.appointment-img{
	position: absolute;
}
.text-container{
	padding: 6rem;
	z-index: 10;
}
.text-container a{
	transition: 0.3s;
}
.text-container a::after{
	position: absolute;
	right: -25px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 18px solid #464646;
	border-bottom: 9px solid transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.news-and-events{
	height: auto;
	background-color:#f26a29;
	flex: 6;
	position: relative;
	padding: 2rem 3rem;
	border-right: 1px solid rgb(70 70 70 / 20%);
	border-left: 1px solid rgb(70 70 70 / 20%);
}
.news-and-events-img{
	position: absolute;
}
.blogs{
	height: auto;
	background-color: #f26a29;
	flex: 7;
	position: relative;
	padding: 2rem 3rem;
}
.page-numbers {
    padding: 5px 10px;
    border: 1px solid #e55c18;
    color: black;
    margin-bottom: 10px;
    display: inline-block;
}
.page-numbers.current { 
    background-color: #e55c18;
    color: white;
}
.blogs-img{
	position: absolute;
}
.doc-side-nav img{
	height:auto !important;
}
.doc-side-nav p{
    line-height:1.5 !important;
}
.blog-inner .doc-side-nav ul {
    margin-left: 20px;
}
.blog-inner .doc-side-nav h4{
	font-size: 16px;
    color: #f36048;
		margin-top:20px;
	margin-bottom:5px;
}
.wraper-flex{
	height: auto;
}
.hoverEffect{
	position: absolute;
	height:100%;
	width: 0%;
	content: '';
	background-color: rgba(70,70,70,0.8);
	left: 0;
	transition: 0.1s ease-out;
	z-index: 1;
}


/*.myHover{
	background-color: #f26a29;
}
.active,.myHover:hover{
	background-color: rgba(70,70,70,0.8);
	color: #fff;
}*/



.myHover:hover .text-container h3{
	color: #fff;
}
.myHover:hover .text-container p{
	color: #fff;
}
.myHover:hover .text-container a{
	color: #f26a29;
}
.myHover:hover .text-container a::after{
	border-left: 18px solid #f26a29;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.text-container a:hover{
	padding-right: 7px;
	transition: 0.3s;
}
.myHover:hover .hoverEffect{
	width: 100%;
	transition: 0.3s ease-in;
}
.appointment-img img, .news-and-events-img img, .blogs-img img{
	transition: 0.3s;
}
.myHover:hover .appointment-img img{
	transform: scale(1.2);
	transition:0.3s;
}
.myHover:hover .news-and-events-img img{
	transform: scale(1.2);
	transition:0.3s;
}
.myHover:hover .blogs-img img{
	transform: scale(1.2);
	transition:0.3s;
}

/*****News and Events end*****/


/***video-scetion***/
.video-section{
	background-color: #ebebeb;
}
.video-container{
	position: relative;
	height: 500px;
}
.video-container img{
	height: 100%;
	object-fit: cover;
}
.video-container::before{
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}
.play-btn{
	position: absolute;
	
}
.video-right-content h4{
	font-weight: 600;
}
.video-right-content p{
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	margin-bottom: 125px;
}
.video-right-content a{
	font-weight: 600;
	color: #383f4c;
	position: relative;
}
.yBar{
	height: 3px;
	width: 115px;
	position: absolute;
	right: -130px;
	bottom: 3px;
	background-color: #f7941d;
	
}
.myChat a {
    background-image: linear-gradient(to right, #eb4722 , #f26827);
    color: white;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
	font-size: 14px;
	letter-spacing: 2px;
}
.chat-icon{
	position: relative;
}
.chat-icon img{
	position: relative;
}
.ask{
	position: relative;
	margin-top: -3rem;
}
.ask h4{
	font-weight: 600;
}
.ask h5{
	color: #d2790f;
}
.v-right{
    padding-top: 75px;
    padding-bottom: 90px;
}

/*****video-section-end***/

/*****logo container slider*****/
.logo-slider-container{
	padding: 100px 0 100px 0;
	
}
.logo-slider-container h4{
	font-weight: 600;
	color: #f26a29;
	margin-bottom: 1.3rem;
}
.insure-head{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
/*****logo container slider end*****/

/*slider*/
.slider {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: white;
  }
  .slider img{
	  width: 100%;
  }
  .slick-slide{
	  width: auto !important;
	  padding: 10px 35px;
  }
  .slider .parent-slide {
	padding: 15px;
  }
  .slider img {
	display: block;
	margin: auto;
  }

  /*********************************************************footer**************************************************/
  .medical-service{
      padding-left:0;
  }
  .ftr-pad-l{
      padding-left:5.5rem;
  }
  i.fa.fa-linkedin{
      font-size: 22px;
        color: #fff;
  }
  .ft-left{
        border:0;
    }
  .social-media-icon-box-ftr img{
      image-rendering: -webkit-optimize-contrast;
  }
  .medical-service .fb-page{
      border:3px solid #f26a29;
  }
.ftr{
	height: auto; /*467px*/
	background-image: url(../img/footer-back.jpg);
	width: 100%;
	padding: 67px 0 15px 0;
	background-position: center;
	background-size: cover;
}
.ftr p{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	line-height: 30px;
	letter-spacing: 1px;
}
.sec-first{
	padding-bottom: 67px;
}
.myAddress{
	border-right: 1px solid  #d2790f;
	border-left: 1px solid  #d2790f;
}
/*.ft-left{*/
/*	border-left: 1px solid  #d2790f;*/
/*}*/
.footer-underline{
	color: #6d6b6b;
	font-size: 15px;
	position: relative;
}
footer .list ul{
	list-style-type: none;
	margin: 0;
	margin-top: 2rem;
}
footer .list ul li a{
	font-size: 13px;
	color: #6d6b6b;
	line-height:26px;
}
footer .footer-underline::before{
	content:'';
	height: 2px;
	background-color: #6d6b6b;
	position: absolute;
	bottom: -3px;
	width: 30px;
	
}
footer .credit h6{
	color: #777777;
	margin: 0;
}
footer .credit p{
	color: #605d5d;
}

  /*********************************************************footer end***************************************************/


/*********************************************************specialities page***************************************************/
.menu-contact.specialities-menu li a{
	color: #454141;
	font-weight: 600;
}
.menu-contact.specialities-menu li img{
	padding-right: 5px;
}
.header.special-head{
	box-shadow: 0 0 5px 0 rgba(69, 65, 65, 0.5);
	position: relative;
	height: 122px;
	display: flex;
	align-items: center;
}
.special-sec-1-left{
	padding: 95px 0px 50px 40px;
}
.special-sec-1-left h1{
	font-weight: 700;
	font-size: 30px;
	margin: 0;
}
.special-sec-1-left h1 span{
	color: #f26a28;
	font-weight: 700;
	letter-spacing: -1px;
}
.special-sec-1-left p{
	color: #a6a2a2;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 45px;
	margin: 0;
	text-align: justify;
}
.special-sec-1-left a{
	background-image: linear-gradient(to right, #eb4722 , #f26827);
	color: white;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 13px;
}

.specialities-banner{
	padding: 56px 0;
}
.specialities-right-banner-img{
	height: auto;
	position: relative;
}
.gray-shade-shape{
	position: relative;
	left: 15px;
}
.special-round-circle {
    position: absolute;
    top: -6px;
	left: -17px;
	z-index: 2;
	-o-animation: spin 10s linear infinite;
	-webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
.special-round {
    position: absolute;
    top: -17px;
	left: 47px;
	z-index: 1;
	-o-animation: spin 10s linear infinite;
	-webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
.dotted-circle{
	position: absolute;
	top: 11px;
	left: 71px;
	z-index: 3;
}
.special-brain{
	position: absolute;
	top: 27px;
	left: 18px;
	
}
.color-star-box{
	position: absolute;
	width: 55px;
	left: 70px;
	bottom: 50px;
}
.s-icon{
	height: 8px;
}
.r-icon{
	position: absolute;
	right: -12px;
}
.outer-star{
	position: absolute;
	left: 0;
	bottom: 0;
}
.outer-star .s-icon{
	position: absolute;
	right: -5px;
	top: -15px;
}

.special-service-head h2{
	font-weight: 700;
	font-size: 30px;
}
.head-after h2{
	position: relative;
}
.head-after h2::after{
	content: '';
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: #f26522;
	position: absolute;
	top: -18px;
	right: -25px;
}
.special-banner-right{
	padding-left: 6rem;
	
}
.special-service-head{
	border-bottom: 1px solid #e1e1e1;
}
.special-service-head.special-sec-1-left{
	padding:  20px 40px 15px 40px;
}

.neuro-contents h3{
	font-size: 21px;
	font-weight: 700;
}
.neuro-contents p{
	font-size: 14px;
	color: #a6a2a2;
	font-weight: 400;
	text-align: justify;
	padding-bottom: 30px;
	padding-top: 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.neuro-contents-btn{
	display: flex;

}

 .neuro-content-btn a{
	padding: 10px 25px;
	border-radius: 25px;
	border: 1px solid #131313;
	margin-right: 43px;
	background-color: transparent;
	background-image: none;
	color: #a6a2a2
}
 .neuro-content-btn a:hover{
	background-color: #f26522;
	border: 1px solid #ffff;
	color: #fff;
}
.head-after h3:after{
	content: '';
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: #f26522;
	position: absolute;
	top: -18px;
	
}

.img-one{
	position: relative;
}
.img-ring{
	position: absolute;
	top: -33px;
	left:160px;
	/*top: -35px;
	left: 50px;*/
	
}
.img-ring img{
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.top-dot-1{
	position: absolute;
	top: -16px;
	right: 117px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.top-dot-2{
	position: absolute;
	right: 75px;
	top: 35px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.bottom-dot-1{
	position: absolute;
	left: 80px;
	bottom: 30px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.neuro-hover .img-one img{
	filter: grayscale(100%);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.neuro-hover:hover .img-one img{
	filter: grayscale(0%);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.neuro-hover:hover .img-ring img{
    top: -37px;
    left: 63px;
    transform: rotate(-18deg);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.neuro-hover:hover .top-dot-1{
	padding-top: 15px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.neuro-hover:hover .top-dot-2{
	margin-top: -25px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.neuro-hover:hover .bottom-dot-1{
	transform: rotate(45deg);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
/**row 2***/
.img-ring.child{
	top: 0px;
	left: 8px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.top-dot-1.child{
	top: -30px;
	right: 170px;
}
.top-dot-2.child{
	right: 124px;
	top: 12px;
}
.bottom-dot-1.child{
	left: 210px;
	bottom: 0;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.shapeHover:hover .img-ring.child img{
	transform: rotate(-16deg);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.shapeHover:hover .img-one img{
	filter: grayscale(0%);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.shapeHover .img-one img{
	filter: grayscale(100%);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.shapeHover:hover .top-dot-1.child{
	padding-top: 7px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.shapeHover:hover .top-dot-2.child{
	margin-top: -25px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
.shapeHover:hover .bottom-dot-1.child{
	transform: rotate(-45deg);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}
/**row - 2 end***/
/*********************************************************specialities page end***************************************************/

/*********************************************************contact page start*****************************************************/
.contact-head{
	padding: 90px 0px 55px 55px;
}
.contact h1{
	font-size: 17px;
	position: relative;
}
.contact h1::after{
	width: 117px;
	height: 5px;
	background-color: #f26522;
	position: absolute;
	content: '';
	bottom: 0;
	border-radius: 10px;
	left: 105px;
	bottom: 3px;
}

.myContact{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 165px;
}
.contact-grid{
	border: 1px solid #e1e1e1;
	padding: 105px 55px 65px 55px;
}
.contact-grid label{
	color: #949494;
	font-size: 17px;
	font-weight: 400;
	
}
.contact-grid input,textarea,select{
	border: none;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
	color: #949494;
	position: relative;
}
.contact-grid select{
	border: none;
	color:  #949494;
	width: 100%;
	outline: none;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 35px;
	appearance: none;
	position: relative;
	z-index: 100;
	background-color: transparent;
}
.select{
	position: absolute;
	top: 0;
	right: 25px;
}
.contact-grid .message{
	width: 100%;
	height: 80px;
}
/* .send-btn{
	background-image: linear-gradient(to right, #eb4722 , #f26827);
    color: white;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
	font-size: 15px;
	margin-top: 53px;
} */

input.send-btn{
	background-image: linear-gradient(to right, #eb4722 , #f26827);
    color: white;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
	margin-top: 53px;
	width: 100px;
}

.send-btn a{
	color: #fff;
}
.contact-details{
	/*padding: 90px 62px 90px 26px;*/
	background-color: #f5f5f5;
	height: 100%;
}
.contact-details-pad{
	padding: 90px 62px 90px 26px;
}
.contact-details h2{
	font-weight: 700;
	padding: 0 0 45px 0;
}
.address-para{
	padding-left: 25px;
}
.contact-address p{
	font-size: 13px;
	margin-left: 15px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 10px;
}
.my-location{
	margin-bottom: 65px;
}
.contact-address .icon-box{
	height: 24px;
	width: 18px;
}
.contact-address .icon-box img{
	width: 100%;
}
.contact-address a{
	color: #000;
}
.contact-map iframe{
	height: 250px;
	width: 100%;
	/* pointer-events: none; */
}
.contact-grid input:focus{
	border-bottom: 1px solid #f26522;
}
.contact-grid textarea:focus{
	border-bottom: 1px solid #f26522;;
}
.contact-grid select:focus{
	border-bottom: 1px solid #f26522;;
}

.contact-grid button{
	border: none;
}
/*********************************************************contact page end*****************************************************/

/*********************************************************About Section start**************************************************/
.signature-name{
	display: flex;
	justify-content: center;
	margin-top:-1rem;
}
.about-section{
	padding: 85px 0;
	position: relative;
	overflow: hidden;
}
.overview{
	padding-left: 6rem;
}
.overview h1, .our-vision h2{
	font-size: 17px;
	position: relative;
	color: #333333;
	font-weight: 600;
	margin-bottom: 28px;
}
.overview h1::after, .our-vision h2::after{
		width: 117px;
		height: 5px;
		background-color: #f26522;
		position: absolute;
		content: '';
		bottom: 0;
		border-radius: 10px;
		left: 105px;
		bottom: 3px;
}
.overview p, .our-vision p, .our-vision ul li{
	font-size: 14px;
	color: #333;
	text-align: justify;
	font-weight: 400;
}
.main-img{
	position: relative;
	z-index: 2;
}
.path-circle{
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 2rem;
}

.track {
	stroke: #ccc;
  }
.marker {
	motion-path: path('M619.5 309C619.5 479.378 480.934 617.5 310 617.5C139.066 617.5 0.5 479.378 0.5 309C0.5 138.622 139.066 0.5 310 0.5C480.934 0.5 619.5 138.622 619.5 309Z');
	offset-path: path('M619.5 309C619.5 479.378 480.934 617.5 310 617.5C139.066 617.5 0.5 479.378 0.5 309C0.5 138.622 139.066 0.5 310 0.5C480.934 0.5 619.5 138.622 619.5 309Z');
	animation: move 3s linear infinite;
  }
  
  @keyframes move {
	100% { 
	  motion-offset: 100%;
	  offset-distance: 100%;
	}
  }
  .ar-img{
	  position: absolute;
	  top: 60px;
	  left: 60px;
	  z-index: 3;
  }
  .top-right-gray-circle{
	  position: absolute;
	  top: 0;
	  right: 5rem;
  }
  .left-small-circle {
    position: absolute;
    top: 5rem;
    left: 5px;
}
.purple-triangle{
	bottom: 5rem;
	position: absolute;
	left: 6rem;
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
    animation: spin 9s linear infinite;
}
.red-cross{
	position: absolute;
	left: 45%;
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
	animation: spin 9s linear infinite;
	-o-animation: spin 9s linear infinite;
}
.dark-bottom-cross{
	position: absolute;
	bottom: 5rem;
	left: 35%;
	-webkit-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    -moz-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
}
.purple-triangle-right{
	position: absolute;
	right: 35rem;
	top: 3rem;
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
	animation: spin 9s linear infinite;
	-o-animation: spin 9s linear infinite;
}
.red-cross-right{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
	animation: spin 9s linear infinite;
	-o-animation: spin 9s linear infinite;
}
.our-vision-section{
	background-color: #ebebeb;
	padding: 55px 0;
}
.our-vision ul{
	padding-left: 1rem;
}

.our-vision ul li{
	list-style-type: decimal;
}
.img-one.about-r-img{
	position: relative;
}
.img-ring.about-ring{
	left: 70px;
	top: 25px;
	position: absolute;
}
/*.bottom-dot-1.about{
	
}*/
.service-available{
	padding: 70px 0;
}
.service-available h3{
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 25px;
}
.myCard{
	padding: 92px 50px 87px 85px;
	box-shadow: 0 0 5px 0 rgba(69, 65, 65, 0.2);
	background-image: url('/img/card_back.png');
	background-position: center;
	background-size: cover;
}

.myCard p{
	font-size: 17px;
	text-align: justify;
	padding-right: 6rem;
	color: #666666;
	padding-bottom: 35px;
	z-index: 2;
}
.myCard a{
	background-image: linear-gradient(to right, #eb4722 , #f26827);
    color: white;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 13px;
}
.service-list ol{
	padding-left: 1rem;
	margin: 0;
}
.service-list ol li{
	list-style-type:decimal;
	padding-bottom: 18px;
	font-size: 17px;
}
.service-list h4, .service-list p{
	font-size: 20px;
}
.service-list h4{
	padding-bottom: 35px;
	color: #d95a30;
}
.service-list p{
	color: #808080;
}
.service-available .purple-triangle{
	bottom: 12rem
}
.service-available .red-cross{
	left: 47%;
	top: 1rem;
}
.service-available .dark-bottom-cross{
	left: 47%;
	bottom: 10rem;
}
.service-available .red-cross-light{
	position: absolute;
	bottom: 10rem;
	right: 15%;
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
	animation: spin 9s linear infinite;
	-o-animation: spin 9s linear infinite;
}

.author-section{
	padding: 100px 0;
	background-color: #ebebeb;
}
.author-one-img-sec{
	max-height: auto;
}
.author-main-img{
	position: relative;
	z-index: 2;
}
.yellow-ring{
	position: absolute;
	right: 15rem;
	top: 0;
}
.red-rectangle{
	position: absolute;
	left: 0;
	top: 7rem;
}
.yellow-circle{
	position: absolute;
	top: 3rem;
	right: 6rem;
	z-index: 1;
}
.black-ring{
	position: absolute;
	bottom: 7rem;
	right: 5rem;
}
.red-triangle{
	position: absolute;
	right: 13rem;
	bottom: -2rem;
}
.author-section .b-orange-left{
	position: absolute;
	bottom: 0;
	left: 0;
}
.author-section .s-orange{
	position: absolute;
	bottom: -20px;
	left: 75px;
}
.author-review{
	padding-left: 2rem;
	
	/*padding-right: 2rem;*/
}
.author-review h4{
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 40px;
	padding-right: 2rem;
	position: relative;
}
.author-review p{
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.author-review .author-para-container{
	max-height: 300px;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 2rem;
	position: relative;
}

/**Author scrollbar**/
#author-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#author-scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #707070; /*#F5F5F5*/
}

#author-scroll::-webkit-scrollbar-thumb
{
	background-color:#707070;
	border-radius: 10px;
}
#author-scroll::-webkit-scrollbar-thumb:hover
{
	background-color:#707070;
	border-radius: 10px;
}
/**Author scrollbar end**/

.signature{
	/*padding-left: 5rem;*/
	display: flex;
	align-items: center;
}
.author-review h4::before{
	content: '';
	position: absolute;
	height: 25px;
	width: 25px;
	background-image: url('../img/mark.png');
	background-repeat: no-repeat;
	left: -25px;
	top: -20px;
}
.author-review h4 span{
	height: 25px;
	width: 25px;
	background-image: url('../img/mark.png');
	position: absolute;
	background-repeat: no-repeat;
}
.author-para-container.second{
	overflow: visible;
}
.author-review.second h4{
	padding-right: 6rem;
}
.row-pad{
	padding-bottom: 8rem;
}
.red-triangle-second{
	position: absolute;
	top: 5px;
	left: 90px;
}
.red-rectangle-second{
	left: 150px;
	position: absolute;
	bottom: -25px;
}
.yellow-ring-second{
	position: absolute;
	left: -20px;
	top: 50%;
}
.yellow-circle-second{
	left: 60px;
	position: absolute;
	bottom: 50px;
}
.black-ring-second{
	position: absolute;
	right: 70px;
	bottom: 70px;
}
.b-orange-left-second{
	position: absolute;
	top: 35%;
	right: 120px;
}
.s-orange-second{
	position: absolute;
	top: 45%;
	right: 90px;	
}
.excellent-section{
	padding: 70px 0;
}
.author-review.second{
	padding-left: 0;
	padding-right: 2rem;
}
.left-v-section{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 385px;
}
.left-v-section img{
	height: 100%;
	object-fit: cover;
}
.left-v-section-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}
.v-play-btn{
	position: absolute;
}
.excellent-head h4{
	font-size: 40px;
	color: #ff6633;
	font-weight: 600;
	margin: 0;
	padding-right: 20px;
}
.excellent-content h5{
	padding: 5px 16rem 15px 0;
	font-size: 21px;
	color: #666666;
	line-height: 30px;
	margin: 0;
}
.excellent-content h6{
	font-size: 19px;
	font-weight: 600;
	padding-right: 10rem;
}
.excellent-content p{
	font-size: 15px;
}
/********************************************************About Section End*****************************************************/

/**************************************** BrainRx ************************************  */
.form-contact{
margin-top:30px;
margin-bottom:30px;
}
.form-contact label {
    width: 100%;
    margin-top: 10px;
    display: block;
    color: #8e8e8e;
}
.form-contact .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.form-contact input, .form-contact select {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}
.form-contact select {
height:40px;
width: 100%;
}
.form-query h3{
	font-size: 20px;
    font-weight: 700;
margin-bottom:25px;
}
.form-query h5{
margin-bottom:20px;line-height:1.6;}
.form-query li{
	line-height:1.8;
}
.form-query h5 input{
border:0px;
border-bottom:1px solid #c1c1c1;
 
}
.form-query p{ 
margin-bottom:5px;}
.qry-row {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
align-items:center;
}
.qry-row select {
    width: 50px;
    padding: 7px;
border: 1px solid #c1c1c1;
}
.frm-submit{
text-align:center}
.frm-submit input 
{
    background-color: #ea8551;
    padding: 10px 30px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}
.modalclose {
    float: right;
    margin-top: -30px;
    margin-right: 15px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 20px;
    line-height: 1.2;
    text-align: center;
    margin-top: 30px;
}
.screen-reader-response{
	display:none
}


/********************************************************Our Approach Section***************************************************/
.our-approach-section{
	padding: 65px 0;
	position: relative;
}
.our-approach-purple-cross{
	position: absolute;
	left: 50px;
	top: 165px;
}
.approach-bnr-left{
	position: relative;
}
.our-approach-purple-cross-2{
	position: absolute;
	left: 155px;
	bottom: 75px;
}
.top-left-svg{
	position: absolute;
	top: 2.5rem;
	left: -30px;
	z-index: 10;
}
.top-left-svg img.svg-top-left{
	width: max-content;
}
.spring-svg{
	margin-top: 1.5rem;
}
.spiral-circle{
	position: absolute;
	right: 7rem;
	top: 87px;
}
.gradient-circle{
	height: 59px;
	width: 59px;
	background: linear-gradient(90deg, rgba(0,82,162,1) 0%, rgba(2,50,100,1) 100%);
	border-radius: 50%;
	position: absolute;
	right: 165px;
	top: 170px;
	z-index: 100;
}
.left-gradient-rectangle{
	height: 214px;
	width: 214px;
	position: absolute;
	bottom: -15px;
	left: 0;
	background: linear-gradient(90deg, rgba(0,82,162,1) 0%, rgba(2,50,100,1) 100%);
}
.bottom-spring{
	position: absolute;
	bottom: 8px;
	left: 12px;
}
.bottom-svg-bubble {
    position: absolute;
    right: 160px;
    bottom: -10px;
    z-index: 100;
}
.x-svg-blue{
	position: absolute;
	top: -35px;
	right: 5px;
}
.disorders-and-treatments h1{
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
}
.our-approach-section h5{
	position: relative;
	margin-top: 15px;
}
.our-approach-section h5::after{
	width: 117px;
    height: 4px;
    background-color: #f26522;
    position: absolute;
    content: '';
    bottom: 0;
    border-radius: 10px;
    left: 150px;
    bottom: 3px;
}
.our-approach-section p{
	font-size: 14px;
	line-height: 22px;
}
.disorders-and-treatments .para-container{
	margin-top: 20px;
}
.disorders-and-treatments .para-container p{
	text-align: justify;
	color: #666666;
}
.disorders-and-treatments{
	padding-left: 6rem;
}	
.our-approach-light-red{
	position: absolute;
	bottom: 75px;
	left: 37%;
}
.our-approach-gradient-rectangle-shape{
	position: absolute;
	right: 10rem;
	top: 65%;
}
.interdisciplinary-section-care{
	height: auto;
	background-image: url(../img/care-bg.png);
	background-repeat: no-repeat;
	position: relative;
	margin-top: -4rem;
	padding: 75px 0 75px 0;
	background-size: cover;
	background-position: center;
}
.interdisciplinary-section-care h2{
	font-size: 28px;
	position: relative;
	color: #666666;
}
.interdisciplinary-section-care h2::after{
	width: 117px;
    height: 4px;
    background-color: #f26522;
    position: absolute;
    content: '';
    border-radius: 10px;
    left: 325px;
    bottom: 7px;
}
.orange-circle{
	height: 238px;
	width: 238px;
	background-color: #fd7d48;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 15px;
}
.orange-circle h4{
	font-size: 16px;
	text-align: center;
}
.orange-circle p{
	font-size: 12px;
	text-align: center;
}
.circle-content{
	position: absolute;
	padding: 0 30px;
}
.smile-box{
	position: relative;
	top: 0;
	left: -15px;
	z-index: 10;
}
.orange-dotted-circle{
	position: absolute;
	top: -4rem;
	right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.letter{
	position: absolute;	
}
.letter h4{
	font-size: 17px;
	font-weight: 600;
	color: #ff6633;
}
.gray-back{
	background-color: #cfcfcf !important;
}
.condition-and-treatments{
	padding: 80px 0 0 0;
	position: relative;
}
.condition-and-treatments p.head-under{
	text-align: center;
	font-size: 14px;
	padding: 0 19rem;
}
.condition-and-treatments h3{
	font-size: 29px;
	font-weight: 600;
	text-align: center;
}
.each-c-t{
	border: 0.3px solid rgba(0,0,0,0.1);
	padding: 13px 28px 30px 28px;
	min-height: 390px;
	transition: 1s;
	margin-bottom: 1.7rem;
}
.each-c-t h6{
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	min-height: 40px;
}
.each-c-t img{
	width: max-content;
}
.each-c-t p{
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.each-c-t a{
	padding: 5px 15px;
	border: 3px solid  #ff6633;
	font-size: 14px;
	color: #222222;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}

.know-more::before{
	position: absolute;
	left: 0;
	width: 0%;
	top: 0;
	height: 100%;
	content: '';
	background-color: #ff6633;
	transition: 0.3s ease-in;
	z-index: -1;
}
.know-more:hover::before{
	position: absolute;
	width: 100%;
	content: '';
	background-color: #ff6633;
	height: 100%;
	transition: 0.3 ease-in;
	color: #fff;
	z-index: -1;
}
.condition-treatment-area{
	padding: 85px 0 0 0;
	position: relative;
}
.treatment-details-popup{
	position: relative;
	z-index: 1000;
	width: 100%;
	background-color:rgba(255, 255, 255, 0.98);
	padding: 50px 74px 50px 74px;
	border: 0px solid rgba(0,0,0,0.1);
	display: block;
	top: 0;
	opacity: 1;
	transition: 1s;
}
.treatment-details-popup p{
	font-size: 14px;
	margin-top: 0;
}
.t-img h6{
	font-size: 14px;
}
.treatment-details-popup .close-btn{
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 1000;
}
.treatment-details-popup.show{
	display: block;
	top: 0;
	opacity: 1;
	transition: 1s;
}
.treatment-details-popup .close-btn:hover{
	cursor: pointer;
	transform: rotate(90deg);
	transition: 0.3s
}
.each-c-t:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	transition: 0.3s;
}
.top-img img{
	transition: 1s;
}
.each-c-t:hover .top-img img{
	transform:rotateY(180deg);
	transition: 1s;
}


.smile-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.each-smile{
	width: 24%;
	position: relative;
}
.smile-icon{
	position: relative;
	z-index: 10;
}
.smile-orange-box{
	position: absolute;
	height: 238px;
	width: 238px;
	border-radius: 50%;
	background-color:#fd7d48;
	top: 15px;
	left: 18px;
	z-index: -1;
}
.smile-orange-box h4{
	font-size: 16px;
	text-align: center;
}
.smile-orange-box p{
	font-size: 12px;
	text-align: center;
}
.orange-letter-cover{
	position: absolute;
	top: -3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
}
.letter-each{
	position: absolute;
	color: #ff6633;
	font-weight: 600;
}
.top-img-box img{
	width: auto;
}

.spin-anim{
	-webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
	animation: spin 9s linear infinite;
	-o-animation: spin 9s linear infinite;
}
.cubic-anim{
	-webkit-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    -moz-animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    animation:spin 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
}
.smile-icon img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.smile-icon img:hover{
	transform: rotate(-15deg);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
/********************************************************Our Approach Section end************************************************/

/*******************************************************Specialities Inner********************************************************/
.specialities-inner{
	padding: 85px 0 42px 0;
	overflow: hidden;
}
.specialities-inner-banner{
	position: relative;
}
.specialities-inner-banner img.bnr{
	height: 325px;
	width: auto;
	object-fit: cover;
}
.b-round-ring{
	position: absolute;
	left: -4rem;
	top: -3rem;
	z-index: -1;
}
.s-round-ring{
	position: absolute;
	right: 0rem;
	top: -3rem;
	z-index: -1;
}
.b-round-ring-2{
	position: absolute;
	bottom: -2.5rem;
	right: 11rem;
	transform: rotate(-110deg);
	z-index: -1;
}
.specialities-inner h1{
	font-size: 33px;
	color: #f26522;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
}
.specialities-inner-content-area{
	padding: 55px 0 0 0;
}
.h-after-ball {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #f26522;
    left: 375px;
    top: 2.3rem;
    border-radius: 50%;
}
.specialities-inner p,.specialities-inner ol{
	font-size: 14px;
	color: #666666;
	margin: 0;
}
p.u-head{
	padding: 25px 0;
	text-align: justify;
	line-height: 26px;
}
.specialities-inner h2{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 0;
	line-height: 26px;
}
.specialities-inner ol{
	line-height: 30px;
	margin: 0;
	margin-left: 15px;
	padding: 25px 0;
}
.specialities-inner ol li{
	list-style-type: decimal;
}
.specialities-inner .red-cross{
	left: 13rem;
	top: 15rem;
}
.specialities-inner .our-approach-purple-cross{
	left: 8rem;
	top: 34rem;
}
.specialities-inner .red-cross-2{
	position: absolute;
	right: 13rem;
	top: 27rem;
}
.our-approach-purple-cross-3{
	position: absolute;
	right: 20rem;
	top: 50rem;
}
.specialities-inner .our-approach-gradient-rectangle-shape-1{
	position: absolute;
	bottom: 15rem;
	right: 8rem;
}
.our-approach-gradient-rectangle-shape-2{
	position: absolute;
	left: 14rem;
	bottom: 37rem;
}

/*******************************************************Specialities Inner End*****************************************************/

/******************************************************* blog *********************************************************************/

.blog{
	padding: 65px 0 0 0;
	position: relative;
	overflow: hidden;
}
.blog .red-cross{
	left: 190px;
	top: 550px;
}
.blog .our-approach-purple-cross{
	top: 883px;
	left: 83px;
}
.blog .blog-gradient-rectangle-shape-2{
	top: 260px;
	right: 235px;
	position: absolute;
}
.blog .red-cross-2{
	right: 115px;
	top: 550px;
	position: absolute;
}
.blog .blog-purple-cross-2{
	position: absolute;
	top: 780px;
	right: 190px;
}
.blog .gradient-cross{
	position: absolute;
	bottom: 950px;
	left: 215px;
}
.blog-gradient-rectangle-shape-3{
	position: absolute;
	left: 55px;
	bottom: 450px;
}
.blog .red-cross-3{
	position: absolute;
	bottom: 1155px;
	right: 185px;
}
.blog .blog-purple-cross-3{
	position: absolute;
	right: 80px;
	bottom: 800px;
}
.blog .blog-gradient-rectangle-shape-4{
	position: absolute;
	right: 180px;
	bottom: 285px;
}
.blog-img{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	height: 305px;
}
.blog-img img{
	object-fit: cover;
	height: 100%;
}
.blog-gray-circle{
	height: 450px;
	width: 450px;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 1rem;
}
.blog-dotted-circle{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-o-transition: 2s;
}
.blog-content{
	position: absolute;
}
.blog h1,.blog h2,.blog h3,.blog h4{
	font-size: 20px;
	color: #e55c18;
	font-weight: bold;
	position: relative;
	margin-bottom: 0;
	padding: 0 3rem 15px 0;
}
.blog h1::after,.blog h2::after,.blog h3::after,.blog h4::after{
	content: '';
	background-color: #e55c18;
	height: 2px;
	width: 90px;
	position: absolute;
	bottom: 22px;
	/* left: 120px; */
}
.blog-date h5{
	font-size: 12px;
	color: #666666;
	margin-bottom: 0;
}
.blog p{
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	margin: 12px 0;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6; /* number of lines to show */
	-webkit-box-orient: vertical;

}
.blog-btn{
	margin-top: 20px;
}
.blog-btn a{
	color: #000000;
	border: 3px solid #e55c18;
	padding: 9px 10px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.blog-row:nth-child(even){
	display: flex;
	flex-direction: row-reverse;
}
.blog-row .blog-img{
	margin-right: 2rem;
	margin-left: 0;
}
.blog-row:nth-child(even) .blog-img{
	margin-left: 2rem;
	margin-right: 0;
}
.blog-btn a::before{
	position: absolute;
	height: 100%;
	width: 0;
	content: '';
	left: 0;
	top: 0;
	background-color:  #e55c18;
	transition: 0.3s;
	z-index: -1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.blog-btn a:hover::before{
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.blog-btn a:hover{
	color: #fff;
}
.blog-row:hover .blog-dotted-circle{
	transform: rotate(7deg);
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-o-transition: 2s;
}
.heart-beat-svg{
	position: absolute;
	right: 60px;
	top: 970px;
}
.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear alternate infinite;
	
  }
  
  @keyframes dash {
	from {
	  stroke-dashoffset: 1000;
	}
	to {
	  stroke-dashoffset: 0;
	}
  }
 .blog-more{
	 height: 33px;
	 width: 33px;
	 border-radius: 50%;
	 border: 3px solid #f36048;
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
 } 
 .y-line{
	 width: 4px;
	 height: 18px;
	 background-color: #f36048;
	 position: absolute;
	 transition: 0.3s;
	 -webkit-transition: 0.3s;
	 -moz-transition: 0.3s;
	 -o-transition: 0.3s;
 }
 .x-line{
	 position: absolute;
	 width: 4px;
	 height: 18px;
	 background-color: #f36048;
	 position: absolute;
	 transform: rotate(90deg);
 }
 .more-blog-items{
	 height: 0;
	 overflow: hidden;
	 transition: 0.5s;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -o-transition: 0.5s;
 }
 .more-blog-items.show{
	 height: auto;
	 transition: 0.5s;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -o-transition: 0.5s;
	 overflow: visible;
 }
 .y-line.hide{
	 opacity: 0;
	 transition: 0.3s;
	 -webkit-transition: 0.3s;
	 -moz-transition: 0.3s;
	 -o-transition: 0.3s;
 }
/******************************************************* blog end *****************************************************************/

/******************************************************* blog inner ***************************************************************/
.blog-inner{
	padding: 125px 0 62px 0;
	position: relative;
	overflow: hidden;
}
.date-root-area{
	font-size: 12px;
	color: #999999;
	padding-bottom: 25px;
}
.root a{
    color: #999999;
}
.blog-inner-bnr{
	position: relative;
	display: flex;
	align-items: center; 
	width: auto;
}
.blog-inner-bnr img{
	max-width: 100%; 
	object-fit: cover;
	height:auto;
}
.l-gray-circle{
	position: absolute;
	height: 170px;
	width: 170px;
	left: -70px;
	background-color: #ebebeb;
	border-radius: 50%;
	z-index: -1;
}
.blog-inner-dot-circle{
	position: relative;
	right: 1rem;
	top: -2rem;
	z-index: -1;
}
.bnr-gray-h-b{
	position: absolute;
	right: 0;
	top: -3.5rem;
	display: flex;
}
.blog-inner-dot-circle img{
	height: 380px;
}
img.bnr-r-gary-img{
	height: 370px;
	width: auto;
}
.bnr-gray-r-h-inner{
	position: absolute;
	top: 7rem;
}
.bnr-gray-h-b h1{
	font-size: 20px;
	padding: 10px 60px;
	font-weight: 700;
	line-height: 35px;
	min-height: 195px;
	height: 195px;
	overflow: hidden;
}
.top-dots{
	position: absolute;
	top: -4rem;
	left: 4rem;
}
.top-dot-b{
	position: absolute;
}
.top-dot-b img{
	width: auto;
	height: 50px;
}
.top-dot-s{
	/* margin-left: 4.5rem;
	margin-top: -20px; */
	margin-left: 4rem;
	margin-top: 35px;
}
.b-gray-dot{
	position: absolute;
	bottom: -3rem;
	right: 5rem;
}
.blog-inner h2{
	font-size: 17px;
	color: #f36048;
	border-bottom: 0.3px solid rgba(0,0,0,0.1);
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.recent-blog-top-img img{
	width: auto;
	height: 200px;
	object-fit: cover;
}
.recent-blog-date{
	font-size: 12px;
	color: #999999;
	padding-top: 12px;
}
.recent-blog-list{
	margin-bottom: 50px;
}
.blog-inner p{
	font-size: 14px;
	line-height: 26px;
}
.blog-inner ul{
margin-left:30px;}
.blog-inner ul li {
    font-size: 14px;
    line-height: 26px;
	list-style:disc
}
.blog-inner h3{
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	margin-bottom: 40px;
}
.blog-inner h1{
  font-weight: 600;
	font-size: 18px;  
}
.blog-inner h1 b{
    font-weight: 600;
	font-size: 18px;
	margin: 0;
	margin-bottom: 40px;
}
h1.blog-title{
font-size:2rem;}
.blog-inner b,.blog-inner strong{
    font-weight: 600; 
}
.blog-inner h4{
    font-weight: 600;
	font-size: 16px;
	margin: 0;
	margin-bottom: 20px;
	margin-top:30px;
}
.blog-inner .keypoints p{
	position: relative;
	padding-left: 5px;

}
.blog-inner .keypoints p::before{
	position: absolute;
	content: '';
	left: 0;
	height: 1px;
	width: 4px;
	background-color: #000000;
	top: 12px;
}
.blog-inner-paragraph p:last-child{
	padding-bottom: 35px;
}
.blog-inner-right-absolute{
	position: absolute;
	top: 0;
	right: 0;
}
.blog-inner .red-cross{
	top: 215px;
	left: 195px;
}
.blog-inner .our-approach-purple-cross{
	top: 560px;
	left: 85px;
}
.blog-inner .blog-gradient-rectangle-shape-3{
	top: 885px;
	left: 85px;
}
.blog-inner .blog-gradient-rectangle-shape-2{
	top: 260px;
	right: 235px;
	position: absolute;
}
.blog-inner .red-cross-2{
	top: 500px;
	right: 150px;
	position: absolute;
}
.blog-inner .blog-purple-cross-2{
	bottom: 275px;
	right: 45px;
	position: absolute;
}
.blog-inner .blog-gradient-rectangle-shape-4{
	bottom: 40px;
	right: 360px;
	position: absolute;
}
.blog-inner .red-cross-3{
	bottom: -200px;
	left: 225px;
	position: absolute;
}
/* .blog-inner-contents:hover .top-dot-b{
	top: 13px;
	transition: 0.3s !important;
	-webkit-transition: 0.3s;
}
.blog-inner-contents:hover .top-dot-s{
	margin-top: 15px;
	transition: 0.3s;
} */
/******************************************************* blog inner end ***********************************************************/

/******************************************************* Videos *******************************************************************/
.videos{
	padding: 140px 0 0 0;
}
.video-area{
	position: relative;
	margin-bottom: 3rem;
}
.video-right-circle-absolute{
	position: relative;
	/* display: flex;
	justify-content: center;
	align-items: center;*/
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -5rem;
	right: 5rem;
}
.video-dotted-circle{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-left-img{
	width: 595px;
	height: 340px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-left-img img{
	width: 100%;
	object-fit: cover;
}
.video-gray-circle{
	position: absolute;
	height: 450px;
	width: 450px;
	border-radius: 50%;
	background-color: #f5f5f5;
}
.v-head{
	position: absolute;
	right: -5.7rem;
	padding-left: 13.3rem;
}
.v-head h1,.v-head h2,.v-head h3,.v-head h4{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
}
.v-left-img-gray-circle{
	height: 207px;
	width: 207px;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: -5rem;
	top: -5rem;
	z-index: -1;

}
.video-p-btn{
	height: 100px;
	width: 100px;
	background-color: #d12228;
	border-radius: 50%;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.blog-row:nth-child(even) .video-right-circle-absolute{
	left: 0;
	
}
.blog-row:nth-child(even) .video-dotted-circle{
	transform: rotate(-180deg);
}
.blog-row:nth-child(even) .v-head{
	left: -6rem;
}
.blog-row:nth-child(even) .v-left-img-gray-circle{
	right: -3rem;
	left: unset;
}
.blog-row:nth-child(even) .video-left-img{
	margin-left: -10rem;
}
.blog-row:nth-child(even) .v-head{
	padding-left: 0;
	padding-right: 17rem;/*13.5rem*/
}
.video-p-btn:hover{
	border: 2px solid #fff;
	cursor: pointer;
}
.more-videos h5{
	font-size: 20px;
	color: #999999;
}
.more-videos .blog-more{
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.more-videos .blog-more .y-line,.more-videos .blog-more .x-line{
	width: 2px;
}
.videos .blog-gradient-rectangle-shape-3{
	top: 235px;
	left: 95px;
}
.videos .red-cross{
	top: 950px;
	left: 240px;
}
.videos .our-approach-purple-cross{
	top: 1295px;
	left: 135px;
}
.videos .blog-gradient-rectangle-shape-2{
	top: 135px;
	right: 320px;
	position: absolute;
}
.videos .red-cross-2{
	top: 670px;
	right: 115px;
	position: absolute;
}
.videos .blog-purple-cross-2{
	top: 1015px;
	right: 225px;
	position: absolute;
}
.videos .blog-gradient-rectangle-shape-4{
	top: 1460px;
	right: 100px;
	position: absolute;
}
.videos .red-cross-3{
	position: absolute;
	bottom: 1100px;
	right: 225px;
}
.videos .purple-cross-3{
	position: absolute;
	bottom: 560px;
	right: 115px;
}
.videos .red-cross-4{
	position: absolute;
	top: 1645px;
	left: 160px;
}
.videos .purple-cross-4{
	position: absolute;
	bottom: 1481px;
	left: 270px;
}
.videos .gradient-rectangle-shape-4{
	position: absolute;
	bottom: 860px;
	left: 175px;
}
.videos .red-cross-5{
	position: absolute;
	bottom: 300px;
	left: 425px;
}
.more-videos h4{
	font-size: 20px;
	color: #999999;
}
/******************************************************* Videos end ***************************************************************/

/******************************************************* Our Team *****************************************************************/
.common-tab.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 50%;
    background-color: #ebebeb;
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
}
.common-tab.nav-tabs .nav-item.show .nav-link,.common-tab.nav-tabs .nav-link.active{
    color: #ffffff;
    background-color: #f26c2b;
    border:0;
}
.common-tab {
    margin-bottom:15px;
}
.team_modal p {
    font-size: 13px;
    line-height: 1.6;
    color:white;
    font-weight:400;
}
.team_modal .modal-content{
   background-color:rgb(156 74 14 / 93%); 
}
.team_modal .modal-header h5{
    color:white;
        font-weight: 600;
}
.team_modal .modal-header{
        border-bottom: 1px solid #ffffff47;
}
.our-team{
	padding: 55px 0 0 0;
	position: relative;
	overflow: hidden;
}
.our-team h1,.our-team h2{
	font-size: 22px;
	color: #fc7422;
	font-weight: 600;
	position: relative;
}
.our-team h1::after,.our-team h2::after{
	position: absolute;
	height: 4px;
	width: 115px;
	background-color: #e26509;
	content: '';
	bottom: 2px;

}
.our-team h3{
	font-size: 17px;
	color: #e26509;
	font-weight: 600;
}
.top-team-details h5{
	color: #000000;
	font-size: 17px;
	font-weight: 600;
}
/* .board-member-container{
	padding: 55px 0;
	position: relative;
} */
.board-member-container{
	padding: 0 0 0 0;
	position: relative;
}
.neuro-board{
	background-image: url(../img/team-bg.png);
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	position: relative;
}
.our-team h1{
	margin-bottom: 115px;
}
/*team new*/
/* .our-team.board{
	background-image: url(../img/team-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
} */
.board-member-container .each-member:nth-child(1),.board-member-container .each-member:nth-child(3){
	/*margin-top: -5rem;*/
	margin-top:0rem;
}
.b-orange-shape{
	position: absolute;
	right: 25px;
	top: 5rem;
	z-index: -1;
}
.b-orange-shape img{
	width: 100%;
	height: 52px;
}
.stroke-icon{
	position: absolute;
	top: 3rem;
	right: 4rem;
}
.fill-dot-orange{
	height: 13px;
	width: 13px;
	background-color: #f26c2b;
	position: absolute;
	right: 0;
	top: 5rem;
	border-radius: 50%;
}
.team-m-icon{
	position: absolute;
	top: 3rem;
	right: 2rem;
}
.board-member-container .each-member:nth-child(2) .b-orange-shape{
	z-index: -1;
    right: -25px;
    top: 9rem;
}
.board-member-container .each-member:nth-child(2) .fill-dot-orange{
	top: 8rem;
	right: -25px;
}
.board-member-container .each-member:nth-child(2) .team-m-icon{
	top: 6.5rem;
    right: 0rem;
}
.board-member-container .each-member:nth-child(2) .stroke-icon{
	right: -25px;
    top: 6rem;
}
.board-member-container .each-member:nth-child(3) .b-orange-shape{
	z-index: -1;
    left: 20px;
    top: 5rem;
}
.board-member-container .each-member:nth-child(3) .stroke-icon{
	left: -10px;
    top: 6rem;
}
.board-member-container .each-member:nth-child(3) .team-m-icon {
    top: 3rem;
    right: 0rem;
}
.board-member-container .each-member:nth-child(3) .fill-dot-orange {
    top: 4rem;
    right: -20px;
}
.board-member-container .each-member:nth-child(4) .b-orange-shape{
	z-index: -1;
    right: -2px;
    top: 6.5rem;
}
.board-member-container .each-member:nth-child(4) .team-m-icon{
	top: 9rem;
    right: -25px;
}
.board-member-container .each-member:nth-child(4) .fill-dot-orange{
	top: 5.5rem;
	right: -25px;
}
.board-member-container .each-member:nth-child(4) .stroke-icon{
	right: 1.7rem;
    top: 4.5rem;
}
/*team new end*/
.member-details{
	padding: 10px 0px 15px 0;
	position: relative;
}
.member-details h4{
	font-size: 18px;
	color: #fc7422;
	cursor:pointer;
}
.member-details h5{
	font-size: 16px;
	color: #807e7e;
	text-align: center;
}
.member-pic{
	position: relative;
	 height:315px;/* 330px*/
	/* width: 270px; */
	width: auto;
	z-index: 10;
}
.member-pic img{
	width: auto;
	height: auto;
}
.gray-border-box{
	position: absolute;
	width: 250px;
	height: 390px;
	border: 14px solid #e1e1e1;
	left: -25px;
	top: 15px;
	z-index: 1;
}
.board-member-svg-t-l{
	position: absolute;
	left: -80px;
	top: 140px;
	z-index: 2;
}
.board-member-svg-t-l img{
	width: auto;
	height: auto;
}
.team-spin{
	position: absolute;
	bottom: -4rem;
	left: -70px;
	z-index: -1;
}
.team-spin img{
	width: auto;
	height: auto;
}
.member-pic .x-svg{
	position: absolute;
	left: -55px;
	top: 80px;
}
.member-details .heart-beat-svg{
	position: absolute;
	top: 45px;
	right: 0;
}
.member-details .heart-beat-svg svg.path{
	height: 8px;
	width: 65px;
}
.member-details .heart-beat-svg svg.pathTwo{
	height: 10px;
}
.board-member-svg-t-l2{
	position: absolute;
	left: -45px;
	top: 70px;
	z-index: 2;
}
.team-spin2{
	position: absolute;
	right: -2.5rem;
	top: -1rem;
	z-index: -1;
}



.board-member-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.each-member{
	max-width: 19%;
	margin-right: 0;
	position: relative;
}
/*.member-details .heart-beat-svg-2{
	position: absolute;
	top: 45px;
}
.member-details .heart-beat-svg-2 svg.path{
	height: 8px;
	width: 65px;
}
.member-details .heart-beat-svg-2 svg.pathTwo{
	height: 10px;
}
.board-member-container .each-member:nth-child(3) .board-member-svg-t-l{
	top: 10rem;
	left: -45px;
}
.board-member-container .each-member:nth-child(3) .team-spin{
	right: 0;
	left: unset;
	
}
.board-member-container .each-member:nth-child(2) .team-spin{
	right: -1.5rem;
	left: unset;
	top: -1.5rem;
	bottom: unset;
	
}
.board-member-container .each-member:nth-child(4) .team-spin{
	right: -2rem;
	left: unset;
	top: 2rem;
	bottom: unset;
	
}
.board-member-container .each-member:nth-child(2) .heart-beat-svg{
	right: unset;
	left: unset;
	top: 1.5rem;
	bottom: unset;
	z-index: 1;
	
}
.board-member-container .each-member:nth-child(3) .heart-beat-svg{
	right: 0;
	left: unset;
	top:-11rem;
	z-index: 100;
	
}
.board-member-container .each-member:nth-child(4) .heart-beat-svg{
	right: -1.5rem;
	left: unset;
	top:-5rem;
	z-index: 100;
	
}*/
.top-team-img{
	height: 350px;
	width: 100%;
	/* background-color: red; */
	position: relative;
}
.top-team-img img{
	object-fit: cover;
	height: 100%;
}
.triangle-left {
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 23px solid #ebebeb;
	border-bottom: 13px solid transparent;
	position: absolute;
	right: 0;
	bottom: 2rem;
}
.triangle-left.left{
	left: 0;
	top: 2rem;
	transform: rotate(180deg);
}
.top-team-details p{
	font-size: 15px;
	margin: 30px 0;
	color: #9b9b9b;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
a.team-know-more{
	color: #9b9b9b;
	padding: 9px 15px;
	border: 3px solid #e26509;
	border-radius: 20px;
	font-size: 15px;
}
a.team-know-more:hover{
	background-color: #e26509;
	border: 3px solid #e26509;
	color: #fff;
}
.bg-gray{
	background-color: #ebebeb;
	height: 100%;
}
.top-team-details{
	padding: 65px 75px 65px 75px;
}
.our-team-container{
	position: relative;
}
.our-team-container h2{
	margin-bottom: 50px;
}
.neuro-teams-content-area h5,.neuro-teams-content-area h6{
	font-size: 16px;
}
.neuro-teams-content-area h5{
	color:#e26509;
}
.neuro-teams-content-area h6{
	color: #000000;
}
 .my-bg-gray{
	/*background-color: #ebebeb;*/
	position: relative;
 }
 .neuro-teams-content-area{
	 padding-left: 15px;
	 padding-right: 40px;
	 height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color:#ebebeb;
    width:100%;
 }
.neuro-teams-content-area p {
    padding: 0;
    padding-top: 23px; 
    font-size: 15px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
 .neuro-teams-img{
	 position: relative;
	 height: auto;
	 overflow: hidden;
 }
 .neuro-teams-img img{
	 width: auto;
	 transition: 0.3s;
	 -webkit-transition: 0.3s;
	 -o-transition: 0.3s;
	 -moz-transition: 0.3s;
	 height:auto;
 }
 .neuro-teams-img .triangle-left{
	 top: 2rem;
 }
 .triangle-left.bottom{
	bottom: 2rem;
	top: unset;
 }
 .triangle-left.bottom-left{
	 left: 0;
	 bottom: 2rem;
	 transform: rotate(180deg);
	 top: unset;
 }
 .triangle-left.top-left{
	 left: 0;
	 transform: rotate(180deg);
 }
 .our-team-container .blog-more{
	 background-color: #f7941d;
 }
 .our-team-container .blog-more .y-line,.our-team-container .blog-more .x-line{
	 background-color: #fff;
	 width: 4px;
 }
 .our-team-container .red-diamond{
	 position: absolute;
	 left: -100px;
	 top: 225px;
 }
 .our-team-container .our-approach-purple-cross{
	 top: 550px;
	 left: -50px;
 }
 .our-team-container .blog-purple-cross-2{
	 top: 637px;
	 left: -235px;
	 position: absolute;
 }
 .our-team-container .red-diamond-2{
	 top: 810px;
	 left: -110px;
	 position: absolute;
 }
 .our-team-container .red-diamond-3{
	position: absolute;
	right: -165px;
	top: 215px;
}
.our-team-container .our-approach-purple-cross-4{
	position: absolute;
	top: 545px;
	right: -220px;
}
.our-team-container .blog-purple-cross-5{
	position: absolute;
	top: 625px;
	right: -53px;
}
 .my-bg-gray .our-approach-purple-cross{
	 top: 350px;
	 left: -75px;
	 position: absolute;
 }
 .my-bg-gray .blog-purple-cross-2{
	 top: 435px;
	 left: -240px;
 }
 .my-bg-gray .red-diamond{
	 top: 620px;
	 left: -108px;
 }
 .my-bg-gray .our-approach-purple-cross-2{
	 top:1145px;
	 left: -75px;
 }
 .my-bg-gray .blog-purple-cross-3{
	 top: 1200px;
	 left: -240px;
	 position: absolute;
 }
 .my-bg-gray .red-diamond-2{
	 left: -75px;
	 bottom: 380px;
	 position: absolute;
	 top: unset;
 }
 .my-bg-gray .our-approach-purple-cross-3{
	 position: absolute;
	 bottom: 60px;
	 left: -75px;
	 top: unset;
 }
 .my-bg-gray .blog-purple-cross-4{
	 position: absolute;
	 bottom: -10px;
	 left: -240px;
 }
 .my-bg-gray .red-diamond-3{
	 top: 43px;
	 right: -190px;
 }
 .my-bg-gray .red-diamond-4{
	 position: absolute;
	 top: 765px;
	 right: -190px;
 }
 .my-bg-gray .our-approach-purple-cross-5{
	 position: absolute;
	 bottom: 750px;
	 right: -75px;
 }
 .my-bg-gray .red-diamond-5{
	 position: absolute;
	 bottom: 370px;
	 right: -190px;
 }
 .my-bg-gray .our-approach-purple-cross-6{
	 position: absolute;
	 bottom: -10px;
	 right: -75px;
 }
.tm-hover .team-member-hover:hover .neuro-teams-img img{
	transform: scale(1.1);
	transition: 0.3s;
	 -webkit-transition: 0.3s;
	 -o-transition: 0.3s;
	 -moz-transition: 0.3s;
 }
 /* .tm-hover .team-member-hover-2:hover .triangle-left{
	bottom: 70%;
	transition: 0.3s;
 } */
/******************************************************* Our Team End *************************************************************/

/******************************************************* gallery ******************************************************************/
.gallery{
	padding: 65px 0;
}
.gallery h1{
	font-size: 17px;
	color: #666666;
	position: relative;
}
.gallery h1::after{
	position: absolute;
	content: '';
	width: 115px;
	height: 4px;
	background-color: #e26509;
	bottom: 2px;
	border-radius: 5px;
}
.gallery-wrapper{
	margin: 50px auto;
	background: #fff;
	max-width: 100%;
	box-shadow: 0px 25px 30px -20px rgba(0, 0, 0, 0.2);
}

.grid {
	margin: 0 auto;
	padding: 10px;
	-webkit-perspective: 1400px;
	perspective: 1400px;
  }

  .grid-item {
	width: 360px;
	height: 425px;
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
  }

  .fancybox {
	display: block;
	width: 100%;
	height: 100%;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
  }
  .grid-item:hover .fancybox {
	transform: scale(1.1);
  }

  .grid-item:nth-child(1) .fancybox {
	background-image: url(../img/gallery-26.jpg);
  }

  .grid-item:nth-child(2) .fancybox {
	background-image: url(../img/gallery-27.jpg);
  }

  .grid-item:nth-child(3) .fancybox {
	background-image: url(../img/gallery-01.jpg);
  }

  .grid-item:nth-child(4) .fancybox {
	background-image: url(../img/gallery-02.jpg);
  }

  .grid-item:nth-child(5) .fancybox {
	background-image: url(../img/gallery-03.jpg);
  }

  .grid-item:nth-child(6) .fancybox {
	background-image: url(../img/gallery-04.jpg);
  }

  .grid-item:nth-child(7) .fancybox {
	background-image: url(../img/gallery-05.jpg);
  }

  .grid-item:nth-child(8) .fancybox {
	background-image: url(../img/gallery-06.jpg);
  }

  .grid-item:nth-child(9) .fancybox {
	background-image: url(../img/gallery-07.jpg);
  }

  .grid-item:nth-child(10) .fancybox {
	background-image: url(../img/gallery-08.jpg);
  }

  .grid-item:nth-child(11) .fancybox {
	background-image: url(../img/gallery-09.jpg);
  }

  .grid-item:nth-child(12) .fancybox {
	background-image: url(../img/gallery-10.jpg);
  }

  .grid-item:nth-child(13) .fancybox {
	background-image: url(../img/gallery-11.jpg);
  }
  .grid-item:nth-child(14) .fancybox {
	background-image: url(../img/gallery-12.jpg);
  }
  .grid-item:nth-child(15) .fancybox {
	background-image: url(../img/gallery-13.jpg);
  }
  .grid-item:nth-child(16) .fancybox {
	background-image: url(../img/gallery-14.jpg);
  }
  .grid-item:nth-child(17) .fancybox {
	background-image: url(../img/gallery-15.jpg);
  }
  .grid-item:nth-child(18) .fancybox {
	background-image: url(../img/gallery-16.jpg);
  }
  .grid-item:nth-child(19) .fancybox {
	background-image: url(../img/gallery-17.jpg);
  }
  .grid-item:nth-child(20) .fancybox {
	background-image: url(../img/gallery-18.jpg);
  }
  .grid-item:nth-child(21) .fancybox {
	background-image: url(../img/gallery-19.jpg);
  }
  .grid-item:nth-child(22) .fancybox {
	background-image: url(../img/gallery-20.jpg);
  }
  .grid-item:nth-child(23) .fancybox {
	background-image: url(../img/gallery-21.jpg);
  }
  .grid-item:nth-child(24) .fancybox {
	background-image: url(../img/gallery-22.jpg);
  }
  .grid-item:nth-child(25) .fancybox {
	background-image: url(../img/gallery-23.jpg);
  }
  .grid-item:nth-child(26) .fancybox {
	background-image: url(../img/gallery-24.jpg);
  }
  .grid-item:nth-child(27) .fancybox {
	background-image: url(../img/gallery-25.jpg);
  }
  .grid-item:nth-child(28) .fancybox {
	background-image: url(../img/gallery-28.jpg);
  }
  .grid-item:nth-child(29) .fancybox {
	background-image: url(../img/gallery-29.jpg);
  }
  .grid-item:nth-child(30) .fancybox {
	background-image: url(../img/gallery-30.jpg);
  }
  .grid-item:nth-child(31) .fancybox {
	background-image: url(../img/gallery-31.jpg);
  }
  .grid-item:nth-child(32) .fancybox {
	background-image: url(../img/gallery-32.jpg);
  }
  .grid-item:nth-child(33) .fancybox {
	background-image: url(../img/gallery-33.jpg);
  }
  .grid-item:nth-child(34) .fancybox {
	background-image: url(../img/gallery-34.jpg);
  }
  .grid-item:nth-child(35) .fancybox {
	background-image: url(../img/gallery-35.jpg);
  }
  .grid-item:nth-child(36) .fancybox {
	background-image: url(../img/gallery-36.jpg);
  }
  .grid-item:nth-child(37) .fancybox {
	background-image: url(../img/gallery-37.jpg);
  }
  .grid-item:nth-child(38) .fancybox {
	background-image: url(../img/gallery-38.jpg);
  }
  .grid-item:nth-child(39) .fancybox {
	background-image: url(../img/gallery-39.jpg);
  }
  .grid-item:nth-child(40) .fancybox {
	background-image: url(../img/gallery-40.jpg);
  }
  .grid-item:nth-child(41) .fancybox {
	background-image: url(../img/gallery-41.jpg);
  }
  .grid-item:nth-child(42) .fancybox {
	background-image: url(../img/gallery-42.jpg);
  }
  .grid-item:nth-child(43) .fancybox {
	background-image: url(../img/gallery-43.jpg);
  }
  .grid-item:nth-child(44) .fancybox {
	background-image: url(../img/gallery-44.jpg);
  }
  .grid-item:nth-child(45) .fancybox {
	background-image: url(../img/gallery-45.jpg);
  }
  .grid-item:nth-child(46) .fancybox {
	background-image: url(../img/gallery-46.jpg);
  }
  .grid-item:nth-child(47) .fancybox {
	background-image: url(../img/gallery-47.jpg);
  }
  .grid-item:nth-child(48) .fancybox {
	background-image: url(../img/gallery-48.jpg);
  }
  .grid-item:nth-child(49) .fancybox {
	background-image: url(../img/gallery-49.jpg);
  }
  .grid-item:nth-child(50) .fancybox {
	background-image: url(../img/gallery-50.jpg);
  }
  .grid-item:nth-child(51) .fancybox {
	background-image: url(../img/gallery-51.jpg);
  }
  .grid-item:nth-child(52) .fancybox {
	background-image: url(../img/gallery-52.jpg);
  }
  .grid-item:nth-child(53) .fancybox {
	background-image: url(../img/gallery-53.jpg);
  }

 

  .grid-item:nth-child(4n-5) {
	/* height: 50px; */
	height:210px;
	width: 360px;
  }

  
  .grid-item:nth-child(2n) {
	height:210px;
	width: 360px;
  }

  .grid-item:nth-child(3n) {
	height:425px;
	width: 360px;
  }
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
	background-color: #000000c4;
	z-index: 10000;
}
.fancybox-opened{
	z-index: 1000000;
}
.gallery-thumb {
    -moz-column-width: 300px;
    column-width: 300px;
    -moz-column-gap: 15px;
    column-gap:15px;
    padding: 5px;
}
.gallery-thumb img {
  width: 100%;
  cursor: pointer;
	margin-bottom:15px;
	
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #7f8c8d;
    perspective: 1000;
    z-index: 9999;
    padding: 10vh;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 70vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 60px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.clos {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}
.clos:after, .clos:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    background: #ffffff;
}

.clos:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.clos:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
/******************************************************* gallery end **************************************************************/

/******************************************************* events *******************************************************************/
.event-page{
	background-image: url(../img/events_02.jpg);
	
}

.owl_wrapper{
	width: 100vw;
	overflow: hidden;
  }
  .owl_content{padding-left: 12%;}
  .owl_wrapper .owl-item{
	opacity: 0;
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	transition: all .2s;
	-webkit-transform: all .2s;
	z-index: 1;
  }
  .owl_wrapper .active{opacity: 0.5;}
  .owl_wrapper .active.middle_beside{
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	opacity: 0.8;
	margin: 0 -1%;
	z-index: 2;
  }
  .owl_wrapper .active.middle{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	z-index: 3;
  }
  .owl_wrapper .active.next_to_mid{margin-left: -1%;}
  .owl_wrapper .active.prev_to_mid{margin-right: -1%;}
  
  
  
  /*===== Navigation =====*/
  .owl_wrapper .prev, .owl_wrapper .next{
	position: absolute;
	top: 45%; left: 30px;
	width: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #777;
	cursor: pointer;
	z-index: 5;
  }
  .owl_wrapper .next{left: calc(100% - 50px);}
  .no_select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
   
/*.event-slider { 
    min-height: 100vh; 
}*/
.swiper-container {
    height: 71vh;
    padding-top: 18vh;
    /* padding-left: 15px; */
    margin: 0 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.row.events-section,.row.swiper-container{
	max-width: 100%;
}
.swiper-container{
	padding: 100px 0;
	height: 60vh;
}
.swiper-slide,.swiper-wrapper{
	height: 28vh;
}
.event-page .blog-gradient-rectangle-shape-3{
	top: 20px;
	right: 730px;
	position: absolute;
	left: unset;
}
.event-page .red-cross{
	position: absolute;
	top: 105px;
	left: 70px;
}
.event-page .blog-purple-cross-2{
	bottom:  160px;
	left: 150px;
	position: absolute;
}
.event-page .red-cross-2{
	position: absolute;
	top: 308px;
	right: 85px;
}
.event-page .blog-purple-cross-3{
	position: absolute;
	bottom: 60px;
	right: 250px;
}
/******************************************************* events end ****************************************************************/

/******************************************************* contact new page *******************************************************************/
.contact{
	position: relative;
}
.contact-address-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.each-contact-grids{
    display: flex;
    flex-direction: column;
    width: 26%;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 350px;
}
.top-contact-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}
.bottom-contact-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.contact-text-box{
    position: absolute;
    z-index: 10;
}
.contact-text-box i{
    color: #e26509;
}
.each-ring {
    position: absolute;
    z-index: 10;
    left: -5px;
	top: 0;
	transition: 0.3s ease-in all;
	-webkit-transition: 0.3s ease-in all;
	-moz-transition: 0.3s ease-in all;
	-o-transition: 0.3s ease-in all;
}

.each-ring img{
	width: auto;
	height: 311px;
}
.each-contact-grids:hover .top-contact-img{
    opacity: 0;
}
.each-contact-grids:hover .bottom-contact-img{
    opacity: 1;
}
.each-contact-grids:hover .each-ring{
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition: 0.3s  ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
}
/* .each-contact-grids:hover .bottom-contact-img{
    opacity: 1;
}*/
.each-contact-grids:hover .contact-text-box i{
    color: #000000;
}

.contact-address-wrapper .each-contact-grids:nth-child(3) .each-ring{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: -15px;
	left: -10px;
}
.contact-address-wrapper .each-contact-grids:nth-child(3):hover .each-ring{
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
}
.contact-address-wrapper .each-contact-grids:nth-child(2):hover .each-ring{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.contact-text-box p{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    z-index: 0;
}
.contact-main{
    height: auto;
    background-image: url(../img/Contact-bg.png);
    background-repeat: no-repeat;
   background-size: cover;
   padding-bottom: 577px;
   position: relative;
}
.contact-left.contact-grid{
    background-color: #ffffff;
    margin-top: 10rem;
}
.contact-career-img{
    position: absolute;
    z-index: 1;
}
.contact-career-img img{
	width: auto;
	height: 427px;
}
.contact-ring{
    position: relative;
   height: 438px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-ring img{
    width: 100%;
}
img.ring-around{
	z-index: 10000;
}
.contact-ring img{
    width: auto;
}
.career-area h2{
    font-size: 30px;
    color: #f16226;
    position: relative;
}
.career-area h6{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding: 30px 0;
    
}
.contact-career-right{
    padding-left: 3.1rem;
}
.send-resumes{
    padding: 20px 0;
}
.send-resumes p:nth-child(1){
    font-size: 20px;
    color: #666666;
    margin: 0;
}
.send-resumes p:last-child{
    font-size: 20px;
    color: #f16226;
    margin: 0;
}
.career-area h2::after{
    position: absolute;
    content: '';
    bottom: 10px;
    background-color: #f16226;
    height: 4px;
    width: 115px;
}
.career-area{
    position: relative;
	margin-top: -27.5rem;
	z-index: 1;
}
.contact-grid {
    border: 1px solid #e1e1e1;
    padding: 65px 130px 65px 130px;
}
.contact-para{
    padding: 0 1rem;
}
.dark-bottom-cross-contact{
	position: absolute;
	left: 75px;
	top: 18px;
}
.contact .our-approach-purple-cross{
	top:335px;
	left:200px;
}
.contact .dark-bottom-cross-contact-2{
	position: absolute;

}
.contact .red-cross{
	right: 260px;
	top: 160px;
	left: unset;
}
.contact .blog-gradient-rectangle-shape-3{
	bottom: 20px;
	right: 185px;
	left: unset;
}
.contact .blog-purple-cross-2{
	right: 375px;
	bottom: -4rem;
	position: absolute;
}
.contact-main .dark-bottom-cross-contact{
	left: 75px;
	top: 175px;
}
.contact-main .our-approach-purple-cross{
	top:450px;
	left:200px;
}
.contact-main .blog-gradient-rectangle-shape-3{
	left: 120px;
	bottom: 28rem;
}
.contact-main .blog-gradient-rectangle-shape-2{
	right: 115px;
	top: 425px;
	position: absolute;
}
.contact-main .red-cross-2{
	right: 115px;
	bottom: 545px;
	position: absolute;
}
.contact-main .blog-purple-cross-2{
	bottom: 202px;
	right: 225px;
	position: absolute;
}
.fa-icon-box{
	margin-right: 15px;
}
input.form-control:focus{
	box-shadow: none;
	border-radius: 0;
}
input.form-control{
	padding-left: 0;
}
button.send-btn{
	outline: none;
}
.screen-reader-response ul{
	display: none;
}
span.wpcf7-not-valid-tip{
	margin-bottom: 12px;
	font-size: 13px;
	color: rgb(230, 73, 73);
}
.screen-reader-response p,.wpcf7-response-output{
	font-size: 14px;
	text-align: center;
}
/******************************************************  contact end ***************************************************************/

/******************Banner new*******************/
.back-video-container {
    /*background-color: #ffff;*/
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-image: ul(../img/banner-image.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.banner-content h2,.banner-content p{
	color: #000000;
}
video {
    position: absolute;
    top: 0;
    z-index: 10;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*****************Banner New end****************/

/************************Gallery - 3 ****************************/
.gallery-head{
	margin-bottom: 65px;
}
.gallery .dark-bottom-cross{
	position: absolute;
	left: 85px;
	top: 300px;
}
.gallery .our-approach-purple-cross{
	top: 620px;
	left: 250px;
}
.gallery .red-cross{
	top: 1000px;
	left: 170px;
}
.gallery .blog-purple-cross-2{
	position: absolute;
	top: 1300px;
	left: 30px;
}
.gallery .blog-gradient-rectangle-shape-3{
	top: 200px;
	right: 215px;
	position: absolute;
	left: unset;
}
.gallery .red-cross-2{
	top: 30%;
	right: 65px;
	position: absolute;
}
.gallery .blog-purple-cross-3{
	position: absolute;
	top: 50%;
	right: 175px;
}
.gallery .blog-gradient-rectangle-shape-4{
	position: absolute;
	bottom: 10%;
	right: 115px;
}
.main .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	justify-content: center;
	align-items: center;
	
}
.main .card {
	background:white;
	box-shadow: white;
	color: red;
	border-radius: 2px;
}
.main .card-image {
	background: white;
	display: block;
	padding-top: 70%;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.main .card-image:hover img{
	transform: scale(1.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	cursor: zoom-in;
}
@media(max-width: 1199px){
	.main .container{
		grid-gap: 1rem;
	}
}
@media only screen and (max-width: 991px) {
	.main .container {
		grid-template-columns: repeat(3, 1fr);
   }
}
@media only screen and (max-width: 767px) {
	.main .container {
		grid-template-columns: repeat(2, 1fr);
   }
}
@media only screen and (max-width: 575px) {
	.main .container {
		grid-template-columns: 1fr;
   }
}


/***********************Gallery - 3 end **************************/


/*******************************event -3*******************************/


[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
	transition: all 0.3s ease;
}

.swiper-container {
	width: 100%;
	height: 28vw;
	transition: opacity 0.6s ease;
}

.swiper-container.loading {
	opacity: 0;
	visibility: hidden;
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-slide .entity-img {
	display: none;
}
.swiper-slide .content {
	position: absolute;
	top: 40%;
	left: 0;
	width: 50%;
	padding-left: 5%;
	color: #fff;
}
.swiper-slide .content .title {
	font-size: 2.6em;
	font-weight: bold;
	margin-bottom: 30px;
}
.swiper-slide .content .caption {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}
[class^="swiper-button-"] {
	width: 44px;
	opacity: 0;
	visibility: hidden;
}
.swiper-button-prev {
	transform: translateX(50px);
}
.swiper-button-next {
	transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	border: 0px solid #fff;
	border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	border-width: 1px;
}
@media(max-width: 1700px){
	.swiper-slide, .swiper-wrapper{
		height: 24vh !important;
	}
}
@media(max-width: 1450px){
	.swiper-slide, .swiper-wrapper{
		height: 15vw !important;
	}
}
@media(max-width: 1350px){
	.swiper-slide, .swiper-wrapper{
		height: 20vh !important;
	}
}
@media(max-width: 1199px){
	.swiper-slide, .swiper-wrapper{
		height: 155px !important;
	}
}
@media (max-width: 1180px) {
	.swiper-slide .content .title {
		font-size: 25px;
   }
	.swiper-slide .content .caption {
		font-size: 12px;
   }
}
@media (max-width: 1023px) {
	/* .swiper-container {
		height: 40vw;
   } */
	.swiper-container.swiper-container-coverflow {
		padding-top: 0;
   }
   .swiper-slide, .swiper-wrapper{
	height: 313px !important;
}
}
@media(max-width: 767px){
	.swiper-slide, .swiper-wrapper{
		height: 232px !important;
	}
}
@media (max-width: 414px){
.swiper-slide, .swiper-wrapper {
    height: 175px !important;
}
}
@media(max-width: 411px){
	.swiper-slide, .swiper-wrapper{
		height: 172px !important;
	}
}
@media(max-width: 375px){
	.swiper-slide, .swiper-wrapper{
		height: 155px !important;
	}
}
@media(max-width: 360px){
	.swiper-slide, .swiper-wrapper{
		height: 24vh !important;
	}
}
@media(max-width: 280px){
	.swiper-slide, .swiper-wrapper{
		height: 113px !important;
	}
}

@media(max-height: 414px){
	.swiper-slide, .swiper-wrapper{
		height: 310px !important;
	}
}


@media(max-height: 375px){
	.swiper-slide, .swiper-wrapper{
		height: 230px !important;
	}
}

/**************************event -3 end *************************/

.credit img{
	width: 30px;
}

/*********our approach more***********/
.more-staffs{
	display: none;
}
.more-staffs.show{
	display: block;
}

/********Our approach more end******/

.content_404{
   color:white; 
   background-color:rgb(240 101 32); 
   padding:80px 15px 40px;
}
.page404 img {
    margin-bottom: -40px;
    z-index: 9999;
    position: relative;
    width: 320px;
}
.content_404 h1 {
    color: white;
    font-weight: 600;
}
.content_404 h4{
    color:white;
    font-weight:500;
    font-size:22px;
}
.content_404 a{
    color:white;
    text-decoration:underline;
    font-size:22px;
}


.tuse{
  border:1px solid !important;;
  color: red !important;
}