
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#000;
}



.loader {

  animation:spin 1s infinite linear;
  border:solid 2vmin transparent;
  border-radius:50%;
  border-right-color:#fff;
  border-top-color:#fff;
  box-sizing:border-box;
  height:20vmin;
  left:calc(50% - 10vmin);
  position:fixed;
  top:calc(50% - 10vmin);
  width:20vmin;
  z-index:1;
  &:before {
    animation:spin 2s infinite linear;
    border:solid 2vmin transparent;
    border-radius:50%;
    border-right-color:#3cf;
    border-top-color:#3cf;
    box-sizing:border-box;
    content:"";
    height:16vmin;
    left:0;
    position:absolute;
    top:0;
    width:16vmin;
  }
  &:after {
    animation:spin 1s infinite linear;
    border:solid 2vmin transparent;
    border-radius:50%;
    border-right-color:#6ff;
    border-top-color:#6ff;
    box-sizing:border-box;
    content:"";
    height:12vmin;
    left:2vmin;
    position:absolute;
    top:2vmin;
    width:12vmin;
  }
 
}

@keyframes spin {
  100% {
    transform:rotate(360deg);
  }
}

.loader_sec{background: #ef5ea2f0;
width: 100%;
position: fixed;
top: 0;
bottom: 0;
z-index: 999;}



.container-fluid{
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

.page_head_landing{
	padding:100px 0;
	text-align:center;
	height:100vh;
	position:relative;
}


body #siteheader{
	position: fixed;
	width: 100%;
z-index: 999;
}

.sticky-header{
	background:#fff;
	z-index:999;
	border-bottom: 1px solid #ddd;
}

body #siteheader .container-fluid{
	  max-width: 1300px;
  margin: auto;

}

.hero-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}


body .hero-box .containers .row-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

body .hero-box .containers {
  display: table;
  width: 100%;
  height: 100%;
}


.page_head_landing h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
color: #000;
font-size: 38px;
line-height: 54px;
margin-bottom: 20px;
}


.page_head_landing .btn{
	background: #EF5EA2;
	color:#fff;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
border-radius: 63.5px;
font-weight: 600;
font-size: 20px;
line-height: 33px;
padding: 7px 30px;
display: inline-block;
margin-top: 25px;
}

.page_head_landing .btn:hover{
	background:#5EA5B0;
}

.page_head_landing p{
	max-width: 93%;
margin: auto;
font-size: 17px;
line-height: 30px;
}

#footer{
	background: #FFA6BB;
}

.icon_box{
	position: absolute;
bottom: -160px;
max-width: 190px;
right: 0;
z-index: 2;
}

.list_dark{
	background:#5EA5B0;
	padding:30px 0;
}

.list_dark ul{
	padding:0px;
	margin:0px;
	list-style:none;
	align-items: center;
}

.list_dark li{
	color: #fff;
font-weight: 500;
font-size: 18px;
line-height: 27px;
width: calc(25% - 18px);
padding-left: 15px;
padding-right: 15px;
text-align: center;
border-right:2px solid #fff;
margin-right:18px;
height: 81px;
display: flex;
align-items: center;
justify-content: center;
}

.list_dark li:last-child{
	border-right:0px solid #fff;
margin-right:0px;
}


.title_sec{
	background: #fff;
border-radius: 0px 0px 50px 50px;
padding:80px 0;
}


.title_sec h2{
	font-weight: 600;
font-size: 44px;
line-height: 62px;
color: #000000;
}

.theme_col,
.dr_sec h2 span{
	color:#EF5EA2;
}

.lead{
	font-size:19px;
}

.content-inner_landing{
	
}

.nav_logo img{
	max-width: 200px;
}

.pink_bg{
	padding:100px 0;
}

.pink_bg h2{
font-weight: 600;
font-size: 36px;
line-height: 45px;
color: #000000;

}


.video_sec .v_box{
	overflow:hidden;border-radius: 50px;
	
	margin-top: 12px;
	}
	
.pink_bg h2 span	{
font-size: 22px;
line-height: 22px;
display: block;
font-weight: 500;
	}
	
	.right_text{
		padding-left:80px;
		
	}
	
	.right_text p{
		text-align: justify;
		font-size:18px;
		line-height: 30px;
	}
	
	.dr_sec h2{
		font-weight: 600;
font-size: 43px;
line-height: 50px;
color: #000000;
margin-bottom:15px;
	}
	
	.dr_sec p{
		text-align: justify;
	}

.cta_bg_img:after{
	display:none;
}

.cta_bg_img{
	margin-left:-15px;
	margin-right:-15px;
}

.cta_bg_img .cta-no a{
	padding: 7px 30px;
	text-transform: capitalize;
font-size: 18px;
}

.cta_bg_img h2{
	text-align:left;
	font-size: 37px;
	line-height: 1.3;
}

.ivf_sec ul{
	list-style:none;	
	padding:0px;
	padding-top:50px;
	
}

.ivf_icon_box{
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
	background: #ECECEC;
border-radius: 16px;
padding: 30px 15px;
max-width: 156px;
margin: auto;
height: 180px;
display: flex;
align-items: center;
}

.ivf_sec ul li h4{
font-size: 24px;
line-height: 30px;
text-align: center;
margin-top: 20px;
color: #EF5EA2;
}

.ivf_icon_box img{
	max-height:120px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
p{
	text-align: justify;
}

body .ivf_sec h3{
font-weight: 600;
font-size: 40px;
line-height: 50px;
color: #EF5EA2;
}

.lead.bold{
	font-weight:500;
}

.ivf-text p{
	border-left: 2px solid #ddd;
padding-left: 35px;
padding-top: 15px;
padding-bottom: 15px;
}


@media(min-width:992px){
	.cta-no{
		text-align:right;
	}
	
	.cta_bg_img h2{
		margin-bottom:0px;
	}
	
	.ivf_sec ul li{
		width:20%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
	}
}


.rv_sec{
	background-size:cover;
	background-position:center;
	padding:80px 0;
	margin-left:-15px;
		margin-right:-15px;
}

.form_sec{
margin-left:-15px;
margin-right:-15px;	
}

body .faq h3{
	font-weight: 600;
font-size: 35px;
line-height: 44px;
}

.faq .lead {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	margin-bottom:20px;
}

.faq .sseo_faqs .sseo_faqcont .sseo_faqtitle::before{
	display:none!important;
}
.sseo_faqs .sseo_faqcont .sseo_faqtitle {
  color: #333 !important;
}
.faq .sseo_faqs .sseo_faqcont .sseo_faqtitle {
	background: #ECECEC;
	border-radius: 12px;
	padding:15px!important;
	padding-right: 38px !important;
}

.faq .sseo_faqs .sseo_faqdet{
	border: 1px solid #EF5EA2 !important;
	border-radius: 16px;
	margin-top: 5px;
}

.rv_inner{
	background:url(/app/uploads/2022/10/rv_banner.png)no-repeat center;
	background-size:cover;
	padding:30px 30px;
	padding-right:0px;
	padding-bottom:20px;
	position:relative;
	left:8%;
}

.rv_inner .col-md-3 img{
	max-width:250px;
}


  
  .rv_inner .itemR .reviewtext{
      background: #FFFFFF!important;
      border-radius:0px!important;
    border-top-left-radius: 28px!important;
        border-top-right-radius: 28px!important;
    padding:25px!important;
    padding-bottom:12px!important;
    border:0px!important;
	text-align: center;
    
  }
  .rv_inner .itemR .reviewtext p{
       margin-bottom:0px!important;
   }
  
    .rv_inner .itemR .reviewtext:after{
         display:none!important;
     }
  
.rv_inner .rBottom{
      margin:0px!important;
      background:#fff!important;
      border-bottom-left-radius: 28px!important;
      border-bottom-right-radius: 28px!important;
       padding-bottom:25px!important;
	   text-align: center;
  }
  
.rv_inner .rBottom .authorR{
      float:none!important;
      padding:0px!important;
      color: #000000;       
       font-weight:500;
        
  }
  
  .rv_inner .itemR .reviewtext::before{
	  display:none!important;
  }
  
  .itemR .reviewtext .starRatting{
	  display:none!important;
  }
  
 .rv_inner .rBottom .authorR a {
	  color: #5A5A5A!important;
  }
  
 .faq_toggle_sec{
	margin-top:50px;
} 
  
  .accordion {
	   background:url(/app/uploads/2022/10/right_arrow.png)no-repeat right center!important;
	   background-size:42px!important;
	  color: #000000;
font-weight: 600;
font-size: 25px;
line-height: 32px;
font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  padding: 18px;
  padding-left:0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
 
  transition:all 0.3s;
}

.active, .accordion:hover {
  color: #333; 

}

.panel {
  padding:30px;
  margin:20px 0;
  display: none;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.25);
border-radius: 54px;
transition:all 0.3s;
}

.panel img{
	border-radius:30px;
}


.logo-box.text-center p{
	text-align:center;
}

.form_sec h3{
	margin-bottom:20px;
}

.form_sec input[type="text"],
.form_sec input[type="email"],
.form_sec input[type="tel"],
.form_sec textarea{
	background:#fff;
	margin-bottom:12px;
	border-bottom:1px solid #000;
	border-radius:0px;
}

.form_sec input[type="submit"]{
	border-radius: 30px;
padding: 10px 45px;
margin-top:25px;
}

@media(max-width:991px){
	.content-inner_landing{
		padding-left:0px;
		padding-right:0px;
	}
	
	.page_head_landing h1{
		padding-top: 20px;
		font-size: 36px;
line-height: 46px;
	}
	
	.hero-box {
	position: static;
	}
	
	.page_head_landing{
		height:auto;
	}
	
	.list_dark li{
		width: calc(50% - 18px);
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.list_dark li:nth-child(2){
		border-right:0px;
		padding-right:0px;
		margin-right:0px;
	}
	
	.page_head_landing{
		padding-bottom: 85px;
		
	}
	
	.icon_box{
		max-width: 159px;
	}
	
	.title_sec h2{
		font-size: 36px;
line-height: 44px;
		margin-bottom: 25px;
	}
	body .ivf_sec h3{
		font-size: 32px;
line-height: 32px;
	}
	
.ivf_sec ul li {
  width: 33.333%;
  margin-bottom:30px;
 
}
	
}

@media(max-width:767px){
	
	.ivf_sec ul li h4{
		font-size: 20px;
line-height: 22px;
	}
	
	.dr_sec h2{
		font-size: 34px;
line-height: 42px;
  text-align:center;
	}
	
	
	.ivf-text p {
  border-left: 0px solid #ddd;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
}

body .ivf_sec h3,
.dr_sec p,
.ivf_sec p{
	text-align:center;
}
	
	.right_text{
		padding-left:15px;
		margin-top:25px;
	}
	
	.panel img{
		margin:25px auto;
		display:block;
	}
	
	.dr_sec img{
		margin-top:40px;
	}
	
	.cta_bg_img h2{
		text-align: center;
font-size: 27px;
	}
	
	.rv_inner{
		left: 0;
	}
	
	.form_sec .container{
		padding-left:30px;
		padding-right:30px;
	}
}


@media(max-width:600px){
.ivf_sec ul li {
  width: 50%;
  margin-bottom:30px;
 
}
.ivf_icon_box{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}


	.list_dark li{
		width: calc(100% - 0px);
	}
	
	.list_dark li{
		border-right:0px;
		padding-right:0px;
		margin-right:0px;
		border-bottom: 1px solid #ddd;
padding-bottom: 30px;
height:auto;
	}
	
	.list_dark li:nth-child(4){
		border-bottom: 0px solid #ddd;
		padding-bottom: 0px;
		
		
	}
	
	.home-cta-section .container{
		padding-left:30px;
		padding-right:30px;
	}
}


#scroll-top{
	z-index:9999;
}

.mobile_icon a img{
	display:inline-block;
	vertical-align:middle;
}

.nav_logo img {

  margin-left: 0;
}

.mobile_icon{
	text-align: right;
}

body #navigation > ul{
	justify-content: center !important;
}

.mobile_icon a{
	font-size: 23px;
color: #333;
font-weight: 600;
}

#pre-footer-location p{
	text-align: left;
}

@media(min-width:768px){
	
	.faq img{
		min-height: 650px;
object-fit: cover;
	}
	
	.icon_box_mobile{
		display:none;
	}
	
}

@media (max-width: 1199px){
	
.mobile_icon a{
	font-size: 20px;
}

}


@media (max-width: 991px){
	
.logo_menu .row {
  display: flex;
}

#res_menu_b{
	top: 4px;
margin-left: 15px;
border-left: 2px solid #ddd;
padding-left: 15px
}

.nav_logo img{
	max-width: 160px;
}

}

@media(max-width:767px){
	
	.mobile_icon {
  text-align: center;
}

#siteheader .col-md-6{
	padding:0px;
}

#res_menu_b{
	z-index: 999;
}

.nav_logo img{
	max-width:150px;
}

.mobile_icon a {
  font-size: 15px;
}

.page_head_landing h1{
	padding-top: 0;
font-size: 28px;
line-height: 45px;
margin-bottom: 12px;
text-align:center;
}

.mobile_icon a img{
		max-height: 24px;
	}
	
}

@media(max-width:520px){
	.mobile_icon a img{
		max-height: 24px;
	}
	
	.mobile_icon {
		position:relative;
	}
	
	.mobile_icon a {
	position: absolute;
right: 76px;
font-size: 0px;
top: 3px;
		}
	
}

body,
html{
	overflow-x:hidden;
	
}


.award h4,
.award h3{
	font-size: 22px;
line-height: 32px;
margin-top:12px;
}

.award .title_sec{
	padding: 30px 0;
margin-bottom: 30px;
}

.offer_sec .row{
	padding-top:0px;
}

body .offer_sec h2,
body .offer_sec h3{
	font-weight: 500;
font-size: 22px;
line-height: 26px;
color: #fff;
text-align: center;
}

.box_s{
	margin-bottom:40px;
}

.box_s img{
	max-width: 120px;
margin: auto;
display: block;
margin-bottom: 20px;
}

.offer_sec .row{
	align-items: center;
justify-content: center;
}

 body .rv_sec h3{
	font-size: 18px;
text-align: left;
padding-left: 9px;
color: #555759;
font-weight: 300;
font-style: italic;
 }
 
 .rv_inner .btn{
	 background: #EF5EA2;
color: #fff;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
border-radius: 63.5px;
font-weight: 600;
font-size: 20px;
line-height: 33px;
padding: 7px 30px;
display: inline-block;
margin-bottom: 25px;
border:0px;
font-family: inherit;
cursor:pointer;
 }
 
  .rv_inner .btn img{
	 max-height: 18px;
width: auto;
margin-left: 6px;
position: relative;
top: 4px;
right: -5px;
 }


.wtsup, .fbsup {
  z-index: 99;
}

 .wtsup, .fbsup {
	 background-color:#fff;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50%;
  right: 0px;  
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 50%;
}

.wtsup {
  display: block;
  bottom: 80px;
  background: url("/app/uploads/2022/11/green.png")no-repeat center;
    background-size: auto;
  bottom: 40%;
  background-size: 38px;
 width: 44px;
height: 48px;
 right: -2px;  
}


.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 5px solid #ef5ea2;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding:30px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 40px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

.box_title {
	font-size: 25px;
font-weight: 600;
line-height: 32px;
margin-bottom: 20px;
}

.pop-up-content-wrap input:not(.wpcf7-submit){
	border-radius: 30px;
	padding-left: 18px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	height:52px;
}

.pop-up-content-wrap .wpcf7-submit{
	border-radius: 30px;
	width:100%;
}

.panel p{
	font-size: 19px;
	line-height: 32px;
	font-weight: 300;
}

@media(min-width:992px){
	.ivf_sec.offer_sec .col-md-4 {
		  -webkit-box-flex: 0;
		  -webkit-flex: 0 0 16.6666%;
		  -ms-flex: 0 0 16.6666%;
		  flex: 0 0 16.6666%;
		  max-width: 16.6666%;
		}
}


@media(max-width:767px){
	.ivf_sec.offer_sec .col-md-4 {
		  -webkit-box-flex: 0;
		  -webkit-flex: 0 0 50%;
		  -ms-flex: 0 0 50%;
		  flex: 0 0 50%;
		  max-width: 50%;
		}
		
		.box_s img{
			max-width: 100px;
		}
}



.page_head_landing{
	text-align:left;
}


.page_head_landing p{
	max-width:100%;
}

.inner_form_h{
	max-width: 400px;
padding: 25px 20px 10px;
background: #fff;
border-radius: 3px;
margin-right: 0;
margin-left: auto;
border: 2px dashed #ef5ea266;
}

.inner_form_h h3{
	text-align: center;
font-size: 22px;
margin-bottom: 15px;
}

.inner_form_h .wpcf7-form-control:not(.wpcf7-submit){
	border-radius: 3px;
padding-left: 20px;
background: #fff;
border: 1px solid #ef5ea2;
}

.inner_form_h .wpcf7-submit{
width: 100%;
border-radius: 30px;
font-size: 22px;
line-height: 15px;
}

.inner_form_h .wpcf7-textarea{
	border-radius:3px!important;
}

.hero-box .row{
	align-items: center;
}

@media(min-width:992px){

.page_head_landing .container{
	width: auto;
max-width: 1300px;
}

}

@media(max-width:767px){

.inner_form_h{
	margin-right:auto;
	margin-top: 30px;
}

.page_head_landing {
  padding-bottom: 50px;
}

.page_head_landing .sub_txt,
.icon_box {
	display:none;
}

.icon_box_mobile {
	max-width: 200px;
margin: auto;
  margin-bottom: auto;
display: block;
margin-bottom: -70px;
}

#Make-an-appointment h3{
	margin-top:30px;
}

}
/***************************************************************/
*{font-family: 'Open Sans', sans-serif;}
.best-ivf-clinic .ivf_icon_box{padding:15px;filter:none;background-color:#EF5EA2;width: 180px;height: 180px;border-radius: 50%;display: flex;align-items: center;justify-content: center;
max-width: inherit;}
.best-ivf-clinic .ivf_icon_box img{width:99px;height:93px;margin:15px;}
.best-ivf-clinic .ivf_sec ul li h4{color:#000;font-size:22px;line-height:140%;}
.best-ivf-clinic .ivf_sec .lead{color: #51a8b1 !important;text-align:center;}
.best-ivf-clinic .ivf_sec h3, .best-ivf-clinic .ivf_sec p{text-align:center;}
.best-ivf-clinic .ivf_sec.offer_sec{padding-top: 50px;padding-bottom: 50px;}
.best-ivf-clinic .ivf_sec.offer_sec .row{justify-content: space-between;}
.best-ivf-clinic .ivf_sec.offer_sec .box_s{background-color: #fff;padding: 30px;width: 160px;height: 160px;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin:0 auto 20px auto;}
.best-ivf-clinic .ivf_sec.offer_sec .box_s img{margin:0;}
.best-ivf-clinic .ivf_sec.offer_sec h2{font-size: 24px;line-height: 140%;color: #fff;text-align: center;}


/* css start */
/* header */
body #siteheader .logo_menu .container-fluid {max-width: 1440px;}
body #siteheader .logo_menu .container-fluid .row {padding: 0 45px;}

/* banner section start */
p {text-align: left;}
.page_head_landing {background-color: #FFF7F6;padding: 0;height: unset;background-image: none;}
.page_head_landing .hero-box {position: static;padding: 140px 0 100px 0;}
.page_head_landing h1 {font-size: 45px;line-height: 1.2;margin-bottom: 10px;font-weight: 700;margin-top: 30px;    max-width: 610px;}
.page_head_landing h1 + p{margin-bottom: 30px; font-size: 18px;}
.page_head_landing p.sub_txt {font-size:18px;line-height: 1.3;color: #333333;max-width: 558px;margin-left:0;}
/* ivf_package */
.ivf_package {text-align: center;margin-top: 50px;width: fit-content;margin: 50px auto 0;}
.ivf_package span {font-size: 18px;line-height: 27px;color: #47A5AF;font-weight: 400;display: block;border: 2px dashed #47A5AF;border-radius: 10px;padding: 5px 10px;margin-bottom: 7px;}
.ivf_package a img {max-width: 29px;animation:scrolldown 1.5s infinite;transition: .45s all;}
@keyframes scrolldown {
    0% {transform: translateY(0);}
    50% {transform: translateY(8px);}
    100% {transform: translateY(0);}
}
/* right col */
.page_head_landing .right_col {text-align: center;}
.page_head_landing .right_col .title {font-size: 26px;line-height: 1.3;text-transform: uppercase;max-width: 258px;margin: 10px auto 14px auto;text-align: center;}
.page_head_landing .right_col .title span {color:#47A5AF}
.page_head_landing .appointment {display: flex;align-items: center;justify-content: center;}
.page_head_landing .appointment .book_btn {padding: 15px 30px;background: #ef579f;border-radius: 50px;color: #fff;font-size: 17px;text-transform: capitalize;font-weight: 600;transition: .45s all;}
.page_head_landing .appointment .book_btn:hover {background: var(--secondry-color);}
.page_head_landing .appointment .whatsapp_btn {height: 55px;width: 55px;border-radius: 50%;margin-left: 10px;background: #47A5AF;display: flex;align-items: center;justify-content: center;padding: 12px;}
.page_head_landing .right_col p {font-size: 16px;line-height: 1.1;color: #000000;text-align: center;margin-top: 8px;}
/* banner section end */

.best-ivf-clinic .ivf_sec.offer_sec .box_s {height: 140px;width: 140px;}
.best-ivf-clinic .ivf_sec.offer_sec h2 {font-size: 22px;line-height: 1.4;}

/* cls issue */
html {margin-top: 0;}
body.page-template-template-landing-ivf-clinic {padding-top: 0;}
/* hide recaptcha */
.grecaptcha-badge{display: none !important;}
/* timer */
.notice span.new_timer {width: 250px;}
/*.page_head_landing::before {content: '';position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: #ffe5e5;opacity: .5;}*/
.ivf_sec.mainSection h3  {color:#000}
section.ivf_sec.mainSection {padding: 80px 0;background-color: #fff4f4;}
.row.ivf_procedure_result {margin-top: 50px;text-align: center;}
.ivf_procedure_result .col-lg-5 img {margin-bottom: 50px;}
#Make-an-appointment img.size-full {border-radius:10px;}
/* .page_head_landing {background: url(/app/uploads/2023/09/main-banner-image.jpg) no-repeat center;background-size:cover;} */
/* .page_head_landing {background: url(/app/uploads/2023/09/drpranayshah.jpg) no-repeat center;background-size:cover;} */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap'); */
*{font-family: 'Open Sans', sans-serif;}
.mob_shw{display: none !important;}
.mob_shw.book_appointment_form{display: none !important;}
.doc_info_lst{list-style: none; padding: 0px; margin: 15px 0;}
.doc_info_lst li{font-size: 18px;line-height: 1.47;}
.read_btn{color: #EF579F; font-size: 16px; font-weight: 600;}
.read_btn:hover{color: #47A5AF;}
#text{display: none;}
.doc_info_lst li:not(:last-child){margin-bottom: 0px;}
.dr_sec p{text-align: left; font-size: 18px;}
.award h4, .award h3 {font-size: 18px; line-height: 1.2;}
body .ivf_sec.award h3{font-size: 30px; line-height: 1.2;}
.award .staticblock .row{padding: 0px;}
.award {margin-top: 20px;}
.mb-10{margin-bottom: 20px;}
.dr_sec h2{margin-bottom: 70px;text-align: center;}
.container .row {padding: 0;}
.doc_info_lst li{
  position: relative;
  padding: 5px 0;
  padding-left: 35px;
}
.doc_info_lst li:before{
  content: '';
  background-image: url("/app/themes/wellspringivf/img/first-aid-kit.png");
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 8px;
}
/* Package CSS */
.package_row{
  margin: 0px;
}
.package_col{
  padding: 0px;
  max-width: calc(50% - 8.5px);  
  flex:  calc(50% - 8.5px);
}
.package_col:not(:nth-child(even)){
  margin-right: 17px;
}
.package_col .accordion{
  background-color: #FFFFFF !important;
  background-image: none !important;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 20px;
  font-weight: 600;
} 
.package_col .accordion label{
  position: relative;
  padding-left: 60px;
  display: block;
  padding-right: 40px;
  cursor: pointer;
}
.package_col .accordion label:before{
  content: '';
  background-image: url(/app/uploads/2023/09/package_ic.png);
  width:34px;
  height: 34px;
  background-size: 100%;
  position: absolute;
  left: 0;
}
.package_col .accordion label:after{
  content: '+';
  color:#EF579F;
  position: absolute;
  right: 0;
  top: 0;
}
.package_col .accordion.active label:after{
   content: '-';
}
.package_col .accordion.active{
  border-radius: 7px 7px 0 0;
}
.package_col .accordion span{
  color: #EF579F;
  font-size: 18px;
  font-weight: 400;
  margin-left: 7px;
  display: inline-flex;
}
.package_col .accordion span s{
  color: #969696;
  margin-right: 7px;
}
.package_col .panel{
  margin: 0px;
  border-radius: 0px 0 7px 7px;
  background-color: #FFF3F9;
  padding: 20px;
}
.benif_lst li{
  color: #000;
  font-size: 19px;
  font-weight: 400; 
}
.benif_lst{
  margin-bottom: 20px;
}
.benif_lst li::marker{
  color: #EF579F;
}
.benif_lst li:not(:last-child){
  margin-bottom: 10px;
}
.page_head_landing h1 span{
    color: #ef579f;
}
.btn_pink{
  padding: 15px 30px;
  background: #ef579f;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  transition: .45s all;
  display: inline-block;
}
.btn_pink:hover {
    background: var(--secondry-color);
}
.package_head h2{
  color: #333333;
  font-weight: 600;
  text-align: center;
}
.package_head{
  margin-bottom: 50px;
}
.mb-17{margin-bottom: 17px;}
.ivf_package span {
    font-size: 18px;
    line-height: 27px;
    color: #47A5AF;
    font-weight: 400;
    display: block;
    border: 3px dashed #47A5AF;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 7px;
    font-weight: bold;
}
#navigation>ul>li>a{
    padding: 10px 7px;font-size:15px;
}
.nav_menu{padding: 0px;}
#navigation>ul>li:first-child>a {padding-left: 0;}
.pink_bg{background: #FFE5E5;}
announcement-bar{
  background-color: #EF579F;
  padding: 10px 0;
  display: block;
}
.notice span{
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
}
.notice{
  text-align: center;
}
.notice_cnt{
  margin-right: 10px;
}
.day_remain{
 background-color: #47A5AF;
 border-radius: 3px;
 display: inline-block;
 margin-right: 6px;
}
/* video css */
.play{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play_btn{background: none;border: none;padding: 0px;cursor: pointer;}
.video_img{position: relative;}
.video-slider .video_img img{border-radius: 10px}
.rll-youtube-player{
  width: 100%;  
  padding-bottom: 177.61989342806396% !important;
}
.rll-youtube-player img{
  height: 100% !important;
  object-fit: cover;
}
.rll-youtube-player{display: none;}
.admin-bar .sticky-header{top: 30px;}
.sticky-header{top: 0px;}
.wpcf7-select{
 background-color: #fff; 
}
.notice span.new_timer{
  display: inline-flex;
  gap: 10px;
}
.video-slider{margin-top: 50px;}
.ivf_package{cursor: pointer;}
.consul_btn{display: flex; align-items: center;gap:10px;}
.consul_btn .whatsapp_btn{line-height: 0;}
.consul_btn img{width: 55px;}
.border-radius{border-radius: 50px;}
.rv_inner{background-image: none; left: 0;}
.star_rw{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.google_ic img{
  max-width: 206px;  
}
.google_ic{
    text-align: right;
}
.rev_slides{
  margin: 50px 0;
}
body .mainSection .rv_inner h2{
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
body .mainSection .rv_inner p{
  font-size: 19px;
  color: #000;
}
.award_item{margin: 0 auto;}
/* .owl-nav{
  /position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width:100%;
  justify-content: space-between;
} */
.owl-nav .owl-prev{position: absolute;left: 10px;top: 0;bottom: 0;margin: auto;background: transparent;outline: 0;}
.owl-nav .owl-next{position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;background: transparent;outline: 0;}
.award_slider, .video-slider{position: relative;}
.owl-nav button, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  background: none;
  font-size: 40px;
  cursor: pointer;
  padding: 0px;
  line-height: 1;
  border-radius: 100%;
  border: none;
}
.owl-nav button span{
  line-height: 1;  
}

@media (max-width:1200px){
    .page_head_landing .hero-box {position: static;padding: 110px 0 70px 0;}
    body #siteheader .logo_menu .container-fluid .row {padding: 0;}
}
@media (max-width:991px){
    .page_head_landing h1 {font-size: 35px;}    
    .page_head_landing p.sub_txt {font-size: 17px;}    
    .page_head_landing .right_col .title {font-size: 24px;}    
    .ivf_package {margin: 35px auto 0 auto;}
}
@media (max-width:767px){
    .page_head_landing h1 {margin: auto;font-size: 30px;        margin-top: 20px;}
    .page_head_landing .right_col .title {font-size: 22px;}  
    .page_head_landing .appointment .book_btn {padding: 13px 20px;font-size: 15px;}
    .page_head_landing .appointment .whatsapp_btn {height: 51px;width: 51px;padding: 13px;}
}
@media (min-width:576px){
    .container {width: 90%;}
    .container .row {padding: 0;}
}
@media (min-width:768px){
    .container {width: 90%;}
    .container .row {padding: 0;}
}
@media (min-width:992px){
    .container {max-width:1440px !important;}
    .container .row {padding: 0 45px;}
}
@media (max-width: 1200px) {
    .dr_sec h2{margin-bottom: 60px; font-size: 36px; line-height: 1;}
    .doc_info_lst li, .dr_sec p {font-size: 16px;}    
    #navigation>ul>li>a {font-size: 13px;}
    .notice span{  
        font-size: 16px;
    }
    /* timer */
    .notice span.new_timer {width: 210px;}
}
@media (min-width: 990px) {
    .page_head_landing .container{
        width: 90%;
    }
}
@media (max-width: 991px) {    
    .dr_sec h2 {
      margin-bottom: 45px;
      font-size: 27px;
  }
  .package_col .accordion {    
      font-size: 17px;
  }
  .package_col .accordion label{
      padding-left: 50px;
  }
  .package_col .accordion label:before {    
      width: 25px;
      height: 25px;    
  }
  .package_col .accordion span, .benif_lst li {
      font-size: 16px;
  }
  #siteheader .menu_sec{
    background: none;
    position: unset;
    height: auto;
    width: 100%;
  }
  #navigation{
    height: auto;
  }
  #res_menu_b{display: none;}
  #navigation>ul#menu-main-menu{
    flex-direction: row;
    display: flex;
    padding: 0px;
    background: #ffc0cb;
  }
  #navigation > ul > li:nth-child(2),#navigation > ul > li:nth-child(3){
    display: none;
  }
  #navigation > ul > li > a, .sub-menu-wrap ul li a, #navigation > ul > li:hover > a, #navigation > ul > li.current-menu-item > a{
    color: #ef579f;
  }
  #navigation>ul>li>a, .sub-menu-wrap ul li a{
    color: #000;
    border-bottom: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  #r_menu button{
    display: none;
  }
  .logo_menu .col-1{
    width: 100%;
    flex: 100%;
    max-width: 100%;
    order: 3;
  }

  #navigation>ul>li:last-child>a, .sub-menu-wrap ul li a:last-child{
    padding-right: 0px !important;
  }
  .notice span{  
        font-size: 14px;
    }
    .logo_menu {
        max-height: unset;
    }
    .nav_logo{
        padding: 5px 0;
    }
    #navigation>ul>li:nth-last-child(2) a{
        padding-left: 10px !important;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    #navigation>ul>li:nth-last-child(1) a{
        padding-left: 10px !important;
    }
.logo_menu .row{display: flex;}

    /* timer */
    /* .notice span.new_timer {width: 170px;} */
}
@media (max-width: 991px) and (min-width: 768px){
  .ivf_sec.offer_sec .col-md-4:not(:last-child){
    margin-bottom: 20px;
  }
}
@media (max-width: 767px){
  .logo_menu .row{flex-wrap: wrap;}
  .mob_shw{display: block !important;}
  .mob_hide{display: none;}
  
  .package_scroll{cursor: pointer;}
  .ivf_package span {color: #000;border-color: #47A5AF;}
  .ivf_package a img{filter: brightness(0);}
  .page_head_landing .right_col .title span {color: #47A5AF;}
  .page_head_landing .right_col{margin-top: 20px}
  .ivf_sec.offer_sec .col-md-4:not(:nth-last-child(-n + 2)){margin-bottom: 20px;}
  .dr_sec .row{flex-direction: column-reverse; row-gap: 20px;}
  .dr_sec h2{margin-bottom: 30px; font-size: 24px;}
  .doc_info_lst li, .dr_sec p {font-size: 14px;}
  .package_col{padding: 0px;max-width: 100%;  flex: 100%;}
  .package_col:not(:nth-child(even)){margin-right: 0px;}
  .package_col:not(:last-child){margin-bottom: 17px;}
  .package_col .accordion label {padding-left: 30px; padding-right: 20px;}
  .pink_bg{padding: 60px 0;}
  .pink_bg h2 {font-size: 24px}
  .package_head {margin-bottom: 20px;}
  .best-ivf-clinic .ivf_sec.offer_sec h2 {font-size: 16px;}
  .best-ivf-clinic .ivf_sec.offer_sec .box_s {height: 100px;width: 100px;}
  .package_col .accordion span{margin-left: 0px;}
  .mobile_icon{text-align: right;}
  .mobile_icon a{position: unset;}
  .admin-bar .sticky-header{top: 0;}
  .video-slider{margin-top: 20px;}
  .border-radius{border-radius: 30px;}
  .logo_menu {
      max-height: unset;
  }
  .google_ic{
      text-align: center;
  }
  .stars{margin: 10px 0;}
  .heading{
      max-width: 65%;
      margin: 0 auto;
  }
  body .mainSection .rv_inner h2 {
      font-size: 24px;
  }
  body .mainSection .rv_inner p {
      font-size: 15px;
  }
  .star_rw svg{
      width: 30px;
      height: auto;
  }
  .rev_slides {
      margin: 25px 0;
  }
  .owl-nav{    
      width:80%;
      left: 10%;
      right: 10%;
  }

  .title_sec h2 {
    font-size: 24px;
    line-height: 1.23;
  }
}
/* youtube video slider arrow start*/
.video-slider .owl-nav button span {background: #EF5EA2;color: #ffe5e5;height: 40px;width: 40px;display: flex;align-items: center;justify-content: center;border-radius: 50px;border: 1px solid #ffe5e5;}
.owl-nav button.disabled {visibility: hidden;}
@media (min-width:600px) and (max-width:767px){
    .video-slider .owl-nav {width: 100%;left: 0%;}
}
/* youtube video slider arrow end*/
@media (max-width: 520px) {
    .mobile_icon a{font-size: 14px;}
    
}

@media (max-width: 340px) {
    #navigation>ul>li>a, .sub-menu-wrap ul li a{
        font-size: 13px;
    }
    .notice span.new_timer {
    gap: 5px;width: 155px;
    }
    .notice span {font-size:13px;}
    .consul_btn .btn_pink{
        padding: 15px 20px;
        font-size: 15px;
    }
    .package_col .accordion label {
        padding-left: 25px;
        padding-right: 15px;
    }
    .package_col .accordion label:before {
        width: 20px;
        height: 20px;
        top: 5px;
    }
    
}

/*fix content css start */

.best-ivf-clinic .ivf_sec.offer_sec .iconbox{    text-align: center;}
.best-ivf-clinic .ivf_sec.offer_sec .iconbox img{filter: invert(100%) sepia(0%) saturate(49%) hue-rotate(-1300deg) brightness(325%) contrast(99%)}

.fix-content{position: fixed;bottom: 20px;right: 13px;z-index: 10;}
.fix-content .fix-content-link .link:first-child{margin-bottom: 10px}
.fix-content .fix-content-link .link .btn .icon{position: absolute;top: 50%;left: -15px;transform: translateY(-50%);border: none;border-radius: 100%;background-color: #EA4E91;height: 34px;width: 34px;margin: 0;}
.fix-content .fix-content-link .link .btn .icon img{width: 100%;height: 100%}
.fix-content .fix-content-link .link:first-child .link-icon-inner .btn{background-color: #fff;color: #EA4E91;display: flex;align-items: center;justify-content: center;width: 187px;border: 3px solid #EA4E91;font-size: 16px;line-height: 24px;font-weight: bold;position: relative;padding: 11px 22px;border-radius: 50px;margin-left: auto;}
.fix-content .fix-content-link .link:first-child .link-icon-inner .btn:hover{background-color: #5EA5B0;color: #fff}
.fix-content .fix-content-link .link:first-child .link-icon-inner .btn::before{content: "Whatsapp us";position: absolute;top: -17px;left: 31px;color: #F8F8F8;background-color: #EA4E91;padding: 6px 10px;font-size: 10px;line-height: 15px;border-radius: 6px;width: 90px;}
.fix-content .btn{margin: 0;width: 100%;text-align: center;box-shadow: 0px 0px 8px #0000003D;font-size: 16px;padding: 10px 22px;border-radius: 8px;line-height: 24px;width: 220px;display: block;background-color: #ef5ea2;color: #fff;font-weight: 500;transition: all .5s ease;}
.fix-content .btn:hover{background-color: #5EA5B0;transform: translate3d(0, -3px, 0.01px);}
.fix-content .fix-content-link .link:first-child .link-icon-inner .btn:hover{transform: none;}
#scroll-top{left: 30px;bottom: 50px;}

/*fix content css end */
@media (max-width:1440px) {
  .best-ivf-clinic .ivf_sec.offer_sec h2{    font-size: 17px;}
}
@media (max-width: 767px){
  .fix-content{top: auto;translate: 0;bottom: 0;width: 100%;right: 0;transform: translateY(0);}
  .fix-content .fix-content-link .link:first-child .link-icon-inner .btn{width: fit-content;margin-left: auto;margin-right: 10px;}
  .fix-content .btn{border-radius: 0}
  .fix-content .btn{font-size: 18px;line-height: 24px;}
  .fix-content .fix-content-list .fix-content-link{display:flex; }
  .fix-content .fix-content-list .fix-content-link .link{width: 50%}
  .fix-content .fix-content-link .link:first-child .link-icon-inner .btn::before{display: none}
  .fix-content .btn,.fix-content .fix-content-link .link:first-child .link-icon-inner .btn{font-size: 14px;line-height: 24px;width: 100%;padding: 15px 20px;}
  .fix-content .fix-content-link .link:first-child .link-icon-inner .btn .icon{height: 30px;width: 30px;padding: 7px;margin-right: 5px;position: relative;left: 0;top: 0;transform: translateY(0);}
  .fix-content .fix-content-list .fix-content-link .link{width: 40%;}
  .fix-content .fix-content-list .fix-content-link .link:first-child {width: 60%;margin: 0}
  .fix-content .fix-content-link .link:first-child .link-icon-inner .btn{padding: 10px 15px;border: 2px solid;border-radius: 0;width: 100%;}
  #scroll-top{bottom: 66px;left: 3px}
}
@media (max-width: 450px){
  .fix-content .btn{padding: 15px 10px;font-size: 12px;}
}




/* changes date 21-5-2024 start */
.stats {display: grid !important;grid-template-columns: 1fr 1fr;gap: 30px;}
.stats .inner-stats {display: flex;flex-wrap: wrap;align-items: center;gap: 15px;}
.stats .inner-stats img {width: 45px;height: 45px;object-fit: contain;margin: 0;display: block;}
.stats .inner-stats h2 {width: calc(100% - 60px);font-size: 20px;font-weight: 500;}
.stats.mob_shw{display: none !important;}

@media(max-width:991px){

  .stats{grid-template-columns: 1fr;    gap: 20px;}
    .page_head_landing .hero-box {padding: 140px 0 70px 0;}

}
@media(max-width:767px){

  .stats{margin: 20px 0;}
  .stats.mob_hide{display: none !important;}
  .stats.mob_shw{display: grid !important;}
  
}

.award-grid {display: grid;gap: 30px;}
.title-text h3 {font-size: 22px;margin-top: 40px;text-decoration: underline;}
.award-grid .inner-box {display: grid;grid-template-columns: 1fr 4fr;align-items: center;gap: 30px;max-width: 460px;}
.award-grid .inner-box h4 {margin: 0;font-size: 20px;font-weight: 500;}
.new-video-scroll .scroll-section{display: grid;gap: 20px;grid-template-columns: repeat(4, 1fr);width: 2380px;}
.new-video-scroll {width: 100%;overflow: auto;}


@media(max-width:1290px){
  .new-video-scroll .scroll-section{width: 1730px;     padding-bottom: 20px;}

}

@media(max-width:500px){

  section#about-us {padding-top: 60px !important;padding-bottom: 60px !important;}
}

/*treatment_section css start */
.treatment_section {
  margin: 100px 0;
}

.treatment_section .list-of-treatments {
  padding: 58px 75px 58px;
  border: 1px solid #EA4E91;
  border-radius: 36px;
  max-width: 1097px;
  margin: 0 auto
}

.treatment_section .list-of-treatments ul.grid-3-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin: 0px;
  list-style: none;
  list-style: none;
}

.treatment_section .list-of-treatments ul li {
  position: relative;
  line-height: 42px;
  margin-bottom: 0px;
  padding: 0 0 0 52px !important;font-size: 20px !important;
}

.treatment_section .list-of-treatments ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/app/uploads/2024/05/question.png);
  content: "";
}

.treatment_section .title {
  margin-bottom: 65px;
  text-align: center;
}

.treatment_section .title h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.treatment_section h2{font-weight: 600;font-size: 44px;    line-height: 1.3;}

@media (max-width: 1199px) {
  .treatment_section .list-of-treatments ul.grid-3-columns {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .treatment_section .list-of-treatments ul.grid-3-columns {
      grid-template-columns: 1fr;
  }
  .treatment_section .list-of-treatments {
    padding: 29px 30px 29px;
    border-radius: 18px;
}
.treatment_section {
  margin: 60px 0;
}
}

  

/*treatment_section css end */


@media (max-width: 991px){

  .treatment_section h2{font-size: 36px;}

}
@media (max-width: 767px){

  .treatment_section h2{font-size: 36px;}
  
}
@media (max-width: 500px){

  .treatment_section h2{font-size: 30px;}
  
}


section.youtube-video-sec.pink_bg {background-color: #fff4f4;}
section.youtube-shorts-sec.pink_bg {background-color: #fff;}
section.youtube-video-sec .title , .youtube-shorts-sec .title {text-align: center;margin-bottom: 50px;}
section.youtube-video-sec .title h2, .youtube-shorts-sec .title h2{font-weight: 600;font-size: 44px;    line-height: 1.3;}
.youtube-video {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;}
.youtube-video .inner-videos {border-radius: 10px;overflow: hidden;box-shadow: 0 0 7px 3px #ef5ea238;border: 1px solid #ef5ea2;}
.youtube-video .inner-videos h4 {padding: 20px;font-size: 20px;font-weight: 600;}
.youtube-mobile-scroll {width: 100%;overflow: auto;padding-bottom: 20px;}
  .youtube-mobile-scroll .youtube-video {grid-template-columns: repeat(4, 1fr);width: 1630px;}
  section.youtube-shorts-sec  .youtube-mobile-scroll .youtube-video {grid-template-columns: repeat(10, 1fr);width: 3090px;}
@media (max-width: 991px){

  section.youtube-video-sec .title h2, .youtube-shorts-sec .title h2{font-size: 36px;}

}
@media (max-width: 767px){

  section.youtube-video-sec .title h2, .youtube-shorts-sec .title h2{font-size: 36px;}
  .youtube-mobile-scroll .youtube-video {width: 1460px;}
  section.youtube-video-sec.pink_bg{padding: 60px 0;}
  
}
@media (max-width: 500px){

  section.youtube-video-sec .title h2, .youtube-shorts-sec .title h2{font-size: 30px;}
  .youtube-video {grid-template-columns: 1fr;gap: 30px;}
  
}



.services-update-section .tabs{list-style: none;display: flex;flex-wrap: wrap;flex-direction: column; padding: 0;margin: 0;margin-top: 60px;gap: 20px;}
.services-update-section .tabs .tab{cursor: pointer;font-size: 20px;font-weight: 500;position: relative;display: flex;flex-wrap: wrap;align-items: center;}
/* .services-update-section .tabs .tab:before{content: '';background-color: #ef5ea2;width: 100%;height: 2px;position: absolute; bottom: 0;left: 0;transition: all 0.3s ease-in-out;} */
.services-update-section .grid-section {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.services-update-section .tabs .tab.active {color:#ef5ea2; font-weight: 700;}
.services-update-section.pink_bg{background: #fff4f4;}
.services-update-section .grid-section .grid-item a {display: grid;grid-template-columns: auto 1fr;gap: 40px;padding: 20px;color: #000;align-items: center;}
.services-update-section .grid-section .grid-content h3 {font-size: 20px;margin-bottom: 10px;font-weight: 500;}
.services-update-section .grid-section .grid-content p {font-size: 18px;}
.services-update-section .grid-section .grid-item a:hover{background-color: #fff;box-shadow: 0px 2px 40px rgb(255 237 246); border-radius: 10px;}
.services-update-section .title h2{font-weight: 600;font-size: 44px;margin-bottom: 10px;line-height: 1.3;}
.services-update-section .title {text-align: center;}
.services-update-section .title p {text-align: center;font-size: 16px;}
.inner-tab {border-top: 1px solid #000;padding-top: 20px;padding-right: 20px;padding-left: 20px;}
.tabs-content .tab-text {margin-top: 20px;margin-bottom: 20px;}
.inner-tab:last-child {border-bottom: 1px solid #000;padding-bottom: 20px;}
.services-update-section .tabs .tab:before {content: "+";position: absolute;right: 0;font-size: 28px;transition: all 0.3s ease-in-out;}
.services-update-section .tabs .tab.active:before {transform: rotate(45deg);}
.services-update-section .tabs .tab img {margin: 0;padding-right: 10px;filter: brightness(3) invert(2);}
.services-update-section .tabs .tab.active img{filter:none;}

@media(max-width:1350px){
  .services-update-section .grid-section{    grid-template-columns: repeat(2, 1fr);}
  .services-update-section .grid-section .grid-item a .grid-icon img {max-width: 70px;}
}

@media (max-width: 991px){

  .services-update-section .title h2{font-size: 36px;}
  .inner-tab{    padding-right: 0px;padding-left: 0px;}

}
@media(max-width:840px){
  .services-update-section .grid-section{    grid-template-columns: 1fr;}
  .services-update-section .grid-section .grid-item a{border-top: 1px solid #ef5ea252;}
  
}

@media (max-width: 767px){

  .services-update-section .title h2{font-size: 36px;}
  .page_head_landing h1 + p{text-align: center;    margin-top: 10px;}

  
}
@media (max-width: 500px){

  .services-update-section .title h2{font-size: 30px;}
  .services-update-section .grid-section .grid-item a{grid-template-columns: auto;gap: 10px;}

  
}


.center-btn {margin-top: 50px;text-align: center;}
a.btn_pink, a.book_btn{cursor: pointer;}

@media (max-width: 500px){
  .center-btn{margin-top: 30px;}
}

.youtube-shorts-sec .perfmatters-lazy-youtube {width: 100%;min-height: 475px;}
.youtube-shorts-sec .perfmatters-lazy-youtube img{    object-fit: cover;    height: 100%;}
.youtube-shorts-sec .title p {text-align: center;font-size: 16px;margin-top: 10px;}

/* scroll design start */
.youtube-mobile-scroll::-webkit-scrollbar{height: 5px;}
.youtube-mobile-scroll::-webkit-scrollbar-track{background: #f1f1f1;}
.youtube-mobile-scroll::-webkit-scrollbar-thumb{background: #ef5ea2;}
.youtube-mobile-scroll::-webkit-scrollbar-thumb:hover{background: #5EA5B0;}
/* scroll design end */

/* changes date 21-5-2024 end*/


