header a{
	text-decoration : none !important;
}

footer a{
	text-decoration : none !important;
}
.footer2 a{
	text-decoration : none !important;
}

.hide{
	display:none !important;
}

.display_title{
	display:none !important;
}

/*Home*/

nav{
	font-family: "Kadwa";
}
.nav_mob{
	display:block !important;
}
.nav_lap{
	display:none !important;
}
@media(min-width:920px){
	.nav_mob{
	display:none !important;
}
.nav_lap{
	display:block !important;
}
}
/*Fixed div for book appointment in header*/
.fixeddiv{
	position:fixed;
	top:50%;
	right:0;
	cursor: pointer;
	transform:translatey(-50%);
	z-index:2;
	margin-right: 0px !important;
	
}
.fix_div{

	margin-right: -170px !important;
}
.fix_div p{
	background-color: rgba(7, 7, 7, 0.7);
}
.hover-effect{
	margin-right: 0px !important;
}

.overlapdiv{
	margin-top:-30px;
}
.topimgdiv
{
	z-index:2;
	position:relative;
}
.bottomimgdiv
{
	z-index:2;
	position:relative;
}

.coverimgheight
{
		height:800px;
}
.bannarh1
{
  font-family: "Karantina", system-ui;
  font-weight: 700;
  font-style: normal;

}
.bannarh2
{
	font-family:'Karantina';
	font-size:40px;
	font-weight:400;
}
.wp-block-social-links .wp-social-link 
{
	border:2px;
	border-style: solid;

}


.parabookwidth
{
	width:150px;
	font-family: "Jost";
	font-size: 14px;
	font-weight: 500;
}
.explrbttn a
{
	padding-left:0px;
}
.divbookhdr:hover
{
	transform:translatex(-50%);
	transition:0.5s ease;
}
.overlapfooterdiv{
	margin-top:-20px;
}
.splideborderhome{
	border-radius:50%;
	background-color:white;
}
.footer_p{
	text-align:center !important;
}
.footer_p1{
	text-align:center !important;
}
@media(min-width:782px){
	.footer_p1{
	text-align:left !important;
}
	.footer_p{
	text-align:right !important;
}
}
/*contacts*/
.overlapsendmsgdiv{
	z-index:1;
	position:absolute;
	top:0px;
	margin-bottom:-20px;
 
}

/* social link header styling */

.wp-block-social-link a{
	padding: 5px;
	font-size: 16px;
}
/*service_home page*/
.ser_home{
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
}


.img_hov{
 position: relative;
  display: inline-block; /* Adjust if your image container is a block element */
  overflow: hidden; /* This hides any part of the image that might grow outside the container */
	
	
}
.img_txt{
	display: none;
}



.img_hov:hover {
	background-color: #0D7078;
	opacity : 1;
	border-radius : 15px; 


}

.img_hov1:hover .img_txt{
	display :block;
}
/*footer*/
.footer_btn{
	background-color: #fff !important;
    margin-top: 0px !important;
}
/*about*/
.our_team img{
	object-fit : cover !important;
}
.our_team_hov img{
	width: 100% !important;
}
.our_team_hov{
	 background-color: #797979 !important;
	
}
.our_team_hov:hover{
	 background-color: #0D7078 !important;

}
/*g review slider*/
.ghome .ti-widget.ti-goog .ti-controls {
	top: 0 !important;
	margin-top : 17% !important;
}
.ghome .ti-widget.ti-goog .ti-controls .ti-next {
    right: 0px !important;
    margin-right: 120% !important;
	 outline-color: #292D32 !important;
}
.ghome .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 0;
    margin-left: -30%;
	outline-color: #292D32 !important;

}

/* splide slider*/

.abt_dtr_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : auto !important;
	    left : 35%;
       right: 35%;
        bottom: 0;
    margin-top: 0px;
    margin-bottom: -40px;
	  width : 120px;
	
    }
@media(min-width:782px){
	.abt_dtr_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : auto !important;
	    left : 0;
		margin-left : -35%;
       right: auto;
        bottom: 8%;
    margin-top: 0px;
    margin-bottom: 0px;
	  width : 0px;
	
    }
}

@media(min-width:992px){
	.abt_dtr_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : auto !important;
	    left : 0;
		margin-left : -38%;
       right: auto;
        bottom: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
	  width : 0px;
	
    }
}

.our_facility_splide .wp-block-splide-carousel .splide__arrow {
	border-radius: 0;
	border : 1px solid #A29595;
	background-color : transparent;
}
.our_facility_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : 0 !important;
	    left : auto;
       right: 0;
	   
      margin-right:-15px;
        bottom: auto;
    margin-top: -40px;
    
	  width :110px;
	
    }
@media(min-width:782px){
	.our_facility_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
        left: -20px;
    }
.our_facility_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
         right: -20px;
    }
	.our_facility_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : 0 !important;
	    left : auto;
       right: 0;
	   
      margin-right:20px;
        bottom: auto;
    margin-top: -50px;
    
	  width : 40px;
	
    }
}
.awards_splide .wp-block-splide-carousel .splide__arrow {
	border-radius: 50%;
	border : 1px solid #A29595;
	background-color : transparent;
}
.awards_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
        left: -20px;
    }
.awards_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
         right: -20px;
    }
@media(min-width:782px){
	.awards_splide .wp-block-splide-carousel .splide__arrow {
	border-radius: 0;
	border : 1px solid #A29595;
	background-color : transparent;
}
	.awards_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : 0 !important;
	    left : auto;
       right: 0;
	   
      margin-right:60px;
        bottom: auto;
    margin-top: -50px;
    
	  width : 40px;
	
    }
}
.splide_main{
	position : relative !important;
}
.testimonial_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
	   
	background: #ffffff;
    border: 1px solid #000;
    }
   
.testimonial_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
background: #ffffff;
    border: 1px solid #000;
}

.testimonial_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : auto !important;
	    left : auto;
       right: 0;
    margin-right: 0px;
        bottom: 0;
    margin-top: 0px;
    margin-bottom: -40px;
	  width : 120px;
	
    }

@media(min-width:782px){
.testimonial_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : 0 !important;
	    left : 0;
	margin-left : -75%;
       right: auto;
    margin-right:auto;
        bottom: 0;
    margin-top: 10px ;
    margin-bottom: auto;
	  width : 0px;
	
    }
}

@media(min-width:992px){
.testimonial_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : 0 !important;
	    left : 0;
	margin-left : -20%;
       right: auto;
    margin-right:auto;
        bottom: 0;
    margin-top: 80px ;
    margin-bottom: auto;
	  width : 0px;
	
    }
}
@media(min-width:1250px){
.testimonial_splide .wp-block-splide-carousel .splide__arrows {
	   position : absolute !important;
	top : 0 !important;
	    left : 0;
	margin-left : -24%;
       right: auto;
    margin-right:auto;
        bottom: 0;
    margin-top: 90px ;
    margin-bottom: auto;
	  width : 0px;
	
    }
}
.insurance_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
	   
	background: transparent;
    border: 1px solid #000;
    }
   
.insurance_splide .wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
background: transparent;
    border: 1px solid #000;
}
.insurance_splide .wp-block-splide-carousel .splide__arrow--prev {
    left: -25px;
}
.insurance_splide .wp-block-splide-carousel .splide__arrow--next {
    right: -25px;
}
@media(min-width : 782px){
	.insurance_splide .wp-block-splide-carousel .splide__arrow--prev {
   left: calc(-2em - 30px);
}
.insurance_splide .wp-block-splide-carousel .splide__arrow--next {
   right: calc(-2em - 30px);
}
}

/*details */
.custom-summary summary {
  /* Use Flexbox to align the text and marker */
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* Hide the default marker */
  list-style: none;
  cursor: pointer;
  padding: 0;
	outline-style : none !important;
}
.custom-summary summary > strong{
	padding-right: 50px !important;
}
.custom-summary summary::after {
	position: absolute;
    right: 0;
    margin-left: auto !important;
    margin-right: 0px !important;
  content: ''; /* Must be set for the pseudo-element to appear */
  width: 35px; /* Adjust size as needed */
  height:35px; /* Adjust size as needed */
  background: url('https://peacockfertilitycentre.com/wp-content/uploads/2025/10/arrow-circle-left.png') no-repeat center center;
  background-size: contain;
  transition: transform 0.2s ease; /* Add a smooth rotation effect */
	justify-content : right ;
}
.custom-summary  details[open] summary::after {
  transform: rotate(180deg);
}

/*marquee*/

.marquee-container {
  overflow: hidden; /* Hides the content as it moves out of view */
  white-space: nowrap; /* Prevents the text from wrapping */
  box-sizing: border-box;
  display: flex;
}

.marquee-content {
	font-family : "Khand" !important;
	font-size : 30px;
		color: #0d7078;
	font-weight:400;
	padding:0px;
  display: flex;
  min-width: max-content; /* Critical: Allows the flex container to be as wide as its content */
  animation: scroll-left 8s linear infinite; /* Adjust duration to control speed */
}

/*@media(min-width: 992px){
.marquee-content {
	
	font-size : 150px;
	
}	
}*/


@keyframes scroll-left {
  0% {
    transform: translateX(0%); /* Starts at the beginning */
  }
  100% {
    transform: translateX(-30%); /* Crucial: Ends at exactly half the width */
  }
}
/*treatment*/
.display_none{
	display : none;
}
.col_img1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/05/img2.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img1:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img1:hover .display_none{
	display:block;
}

.col_img2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("https://peacockfertilitycentre.com/wp-content/uploads/2026/02/Untitled-design.jpg-1-1.jpeg");
	
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img2:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img2:hover .display_none{
	display:block;
}

.col_img3{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/06/services3.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center !important; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img3:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center !important; 

}
.col_img3:hover .display_none{
	display:block;
}

.col_img4{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2026/02/Untitled-design-2.jpg-1.jpeg");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img4:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img4:hover .display_none{
	display:block;
}

.col_img5{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2026/02/Untitled-design.jpg-2-1.jpeg");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img5:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img5:hover .display_none{
	display:block;
}

.col_img6{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/06/services6.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img6:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 250px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
}
.col_img6:hover .display_none{
	display:block;
}



@media(min-width:782px){

.col_img1{
	height : 425px;
}
.col_img1:hover{
	height : 425px;
}


.col_img2{
	height : 425px;
}
.col_img2:hover{
	
	height : 425px;
	
}


.col_img3{
	
	height : 425px;

}
.col_img3:hover{
	
	height : 425px;
	
}


.col_img4{
	
	height : 425px;
	
}
.col_img4:hover{
	
	height : 425px;
	
	
}


.col_img5{
	
	height : 425px;
	
}
.col_img5:hover{

	height : 425px;

	
}


.col_img6{

	height : 425px;
	
}
.col_img6:hover{

	height : 425px;
	
}


}

@media(min-width:1300px){
	.display_none{
	display : none;
}
.col_img1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/05/img2.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img1:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img1:hover .display_none{
	display:block;
}

.col_img2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("https://peacockfertilitycentre.com/wp-content/uploads/2026/02/Untitled-design.jpg-1-1.jpeg");
	
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img2:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img2:hover .display_none{
	display:block;
}

.col_img3{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/06/services3.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center !important; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img3:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center !important; 

}
.col_img3:hover .display_none{
	display:block;
}

.col_img4{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2026/02/Untitled-design-2.jpg-1.jpeg");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img4:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img4:hover .display_none{
	display:block;
}

.col_img5{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2026/02/Untitled-design.jpg-2-1.jpeg");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img5:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	
}
.col_img5:hover .display_none{
	display:block;
}

.col_img6{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/06/services6.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img6:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 300px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
}
.col_img6:hover .display_none{
	display:block;
}

}
.col_img_home1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/05/img1.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 200px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center !important; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img_home1:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 200px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
}
.home_service{
	position : relative;
	z-index : 1;
}
.col_img_home1:hover .display_none{
	display:block;
}

.col_img_home2{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/05/img2.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 200px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img_home2:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 200px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
}
.col_img_home2:hover .display_none{
	display:block;
}

.col_img_home3{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://peacockfertilitycentre.com/wp-content/uploads/2025/05/img3.png");
	background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: cover; /* Scale the image to cover the entire viewport */
    background-position: center; /* Center the image within the element */
   border-radius:20px;
	height : 200px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
	background-blend-mode: normal; 
    transition: background-color 2s ease, background-blend-mode 2s ease;
}
.col_img_home3:hover{
	background-image: none;
	background-color : #0D7078 !important;
	 border-radius:20px;
	height : 200px;
	display: grid;
    
    /* 3. Center content along both axes */
    place-items: center; 
}
.col_img_home3:hover .display_none{
	display:block;
}
.pricing_splide .wp-block-splide-carousel .splide__pagination {
    bottom: 50%;
    left: 0;
    margin-left: -105%;
}
.pricing_splide .wp-block-splide-carousel .splide__pagination__page.is-active {
    background: #0D7078;
	  border: 2px solid #0D7078;
    transform: none !important; 
}
.pricing_splide .wp-block-splide-carousel .splide__pagination__page {
	height: 15px;
	width: 15px;
	border: 2px solid #0D7078;
}
.gm-style .place-card-large{
    margin-top: 15px !important;
    margin-left: 85px !important;
}
.background-div {
   background: linear-gradient(to bottom, transparent 35%, #0D7078 35%);
	
}
.dr_image img{
    display: flex !important;
	justify-content: center !important;
	margin-top: 50px;
    margin-bottom: 50px;
	margin-left : auto;
	margin-right : auto;
	width : 350px !important;
} 
	.dr_content{
		margin-top :-50px !important;
		padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    
	}

@media(min-width:782px){
	.background-div {
   background: linear-gradient(to right, transparent 36%, #0D7078 36%) !important;
		
}
	.dr_image img{
    justify-content: flex-end !important;
		margin-top: 105px;
    margin-right: -30px;
    margin-bottom: 90px;
		width : 350px !important;
} 
	
	.dr_content{
		padding-top: 75px;
    padding-right: 0px;
    padding-bottom: 85px;
    padding-left: 60px;
   
	}
}

@media(min-width:1300px){
	.background-div {
   background: linear-gradient(to right, transparent 32%, #0D7078 32%) !important;
		
}
	.dr_image img{
    justify-content: flex-end !important;
		margin-top: 105px;
    margin-right: -30px;
    margin-bottom: 90px;
		width : 350px !important;
} 
	
	.dr_content{
		padding-top: 75px;
    padding-right: 0px;
    padding-bottom: 85px;
    padding-left: 60px;
   
	}
}

*:focus,
*:hover {
  outline: none;
  /* You may also need to remove box-shadow if it's being used as an outline substitute by a framework like Bootstrap */
  box-shadow: none; 
}
.home a{
	 text-decoration: none;
}

.testimonials{
	position : relative;
	margin-top: 110px !important;
	padding-top : 120px !important;
	
}
.testimonials_img{
	position: absolute !important;
    z-index: 9 !important;
	left: calc(50% - 110px) !important;

	width : 220px !important;
	height : 220px;
}

.wp-block-splide-carousel .splide__slide, .wp-block-splide-carousel .splide__track{
	overflow-y : visible !important;
	overflow-x : hidden !important;
}
.wp-block-splide-carousel .splide__slide{
	overflow-x : visible !important;
}
.col_header{
	justify-content : space-between !important;
	flex-wrap: wrap !important;
}

.col_header1{
	flex-basis : 100% !important;
}
.col_header2{
	flex-basis : 0% !important;
}
@media(min-width : 992px){
	.col_header{
	justify-content : space-between !important;
	flex-wrap: nowrap !important;
}

.col_header1{
	flex-basis : 80% !important;
}
.col_header2{
	flex-basis : 170px !important;
}
}

.display_tab{
	display: none !important;
}
.banner {
	min-height : 500px !important;
}
.coverLh2{
	font-size: 40px !important;
}
@media(min-width : 782px){
	.banner {
	min-height : 650px !important;
}
	.coverLh2{
	font-size: 80px !important;
}
}
@media(min-width: 992px){
	.display_tab{
	display: flex !important;
		justify-content : center;
}
.banner {
	min-height : 750px !important;
}
.coverLh2{
	font-size: 80px !important;
}
}

	.grp_journey{
	margin-bottom: -200px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.journey_col{
	flex-wrap: wrap !important;
}
.journey_col1{
	flex-basis : 100%;
}
.journey_col2{
	flex-basis : 0%;
}
.journey_tab{
	display: none;
}
@media(min-width: 600px){
	.grp_journey{
	margin-bottom: -65px;
    padding-top: 30px;
    padding-bottom: 30px;
}
	.journey_col{
	flex-wrap: nowrap !important;
}
	.journey_col1{
		flex-basis : 50% !important;
}
	.journey_col2{
	flex-basis : 0%;
}
}
@media(min-width: 992px){
	.grp_journey{
	margin-bottom: -65px;
    padding-top: 100px;
    padding-bottom: 30px;
}
	.journey_tab{
	display: block;
}
	.journey_col1{
	flex-basis : 25% !important;
}
.journey_col2{
	flex-basis : 25% !important;
}
	
}
.success{
	background-color: #85d2d880;
    padding-top: 200px;
    padding-bottom: 50px;
}
.succes_rate{
	flex-wrap : wrap !important;
}
.succes_rate0{
	flex-basis : 100% !important;
}
.succes_rate2{	
	flex-direction: row-reverse ;
}
.success_btn{
	display: none !important;
}
@media(min-width : 600px){
		.success{
	background-color: #85d2d880;
    padding-top: 100px;
    padding-bottom: 80px;
}
}
@media(min-width: 992px){
	.success{
	background-color: #85d2d880;
    padding-top: 100px;
    padding-bottom: 80px;
}
	.succes_rate{
	flex-wrap : nowrap !important;
}
.succes_rate0{
	flex-basis : 33.33%
}
	.succes_rate2{	
	flex-direction: row;
}
	.success_btn{
	display: block !important;
}
	
}
.seperator_btn{
	position:relative;
	width:200px;
}
.seperator_btn:after{
	content: '';
	position : absolute;
	bottom:0;
	margin-bottom : -1px;
    left: 0;
    margin-left: 25px;
	width: 150px;
	background-color:#0D7078;
    height : 4px;
}
.stories-btn{
	text-align : right !important;
}
@media(min-width : 782px){
	.stories-btn{
	text-align : left !important;
}
}



.patients{
	flex-wrap : wrap;
}
.pateints_col1{
	flex-basis : 100%;
}

.pateints_col2{
	flex-basis : 100%;
	padding-top: 20px !important;
    padding-bottom: 15px;
}
@media(min-width : 782px){
	.patients{
	flex-wrap : nowrap;
}
.pateints_col1{
	flex-basis : 50% !important;
}
	.pateints_col2{
	flex-basis : 50% !important;
		padding-top: 15px !important;
    padding-bottom: 15px;
}
}
@media(min-width : 992px){
	.patients{
	flex-wrap : nowrap;
}
.pateints_col1{
	flex-basis : 25% !important;
}
	.pateints_col2{
	flex-basis : 75% !important;
		padding-top: 15px !important;
    padding-bottom: 15px;
}
}

.explore_mob1{
	display:none !important;
}
.explore_mob2{
	display : block !important;
}
@media(min-width:782px){
	.explore_mob1{
	display:block !important;
}
.explore_mob2{
	display : none !important;
}
}
.intro_welcome{
	background-color: #f5f3f3;
    margin-top: -40px;
    padding-top: 10px;
    padding-bottom: 65px;
}
@media(min-width: 992px){
.intro_welcome{
	background-color: #f5f3f3;
    margin-top: -40px;
    padding-top: 65px;
    padding-bottom: 65px;
}
}
.welcome_content{
	margin-top : -30px !important;
}
@media(min-width:782px){
	.welcome_content{
	margin-top : 0px !important;
}
}
.insurance_img img{
	width : 100px !important;
	height : 100px !important;
}
@media(min-width:992px){
	.insurance_img img{
	width : 150px !important;
	height : 150px !important;
}
}
/*about*/
.about_grp{
	margin-bottom: 50px;
    padding-top: 0px !important;
    padding-right: 0px;
}
.abt_grp_cont{
	padding-left : 10% !important;
	padding-right : 10% !important;
}

 .about_banner_grp {
	padding-left : 0px !important;
	
}
.about_banner{
	flex-direction: column-reverse !important ;
	padding-left : 0px !important;
	overflow : hidden !important
}

.about-banner_img1{	
	display:block !important;
	width:100% !important;
	
}
.about-banner_img2{	
	display:none !important;
}
.about-banner_img3{	
	display:none !important;
}
@media(min-width:782px){
	.about_grp{
	margin-bottom: 50px;
    padding-top: 20px !important;
    padding-right: 0px;
}

	.abt_grp_cont{
	padding-left : 0px !important;
	padding-right : 0px !important;
}

	
	.about_banner_grp{
	padding-left: var(--wp--style--root--padding-left) !important;
}
	.about_banner{
	flex-direction: row !important;
}
.about-banner_img1{	
	display:none !important;
}
.about-banner_img2{	
	display:block !important;
}
.about-banner_img3{	
	display:none;
}
}
@media(min-width:1350px){
	.about_banner_grp{
	padding-left: var(--wp--style--root--padding-left) !important;
        padding-right: var(--wp--style--root--padding-right) !important;
}
	.about_banner{
	flex-direction: row !important;
}
.about-banner_img1{	
	display:none !important;
}
.about-banner_img2{	
	display:none !important;
}
.about-banner_img3{	
	display:block !important;
}
}
.mission{
	display : block !important;
}

.mission h2{
	text-align : center !important;
}
.vision{
	display : none !important;
}
.vision_img{
	display : none !important;
}
.vision_img1{
	display : none !important;
}
.vision2 h2{
	display : block !important;
	text-align : center !important;
}
@media(min-width:782px){
	.mission{
	display : none !important;
}
.vision{
	display : block !important;
}
	.vision_img{
	display : block !important;
}
	.vision_img1{
	display : none !important;
}
	.vision2 h2{
	
	text-align : left !important;
}
}
@media(min-width: 1350px){
		.mission{
	display : none !important;
}
.vision{
	display : block !important;
}
	.vision_img{
	display : none !important;
}
	.vision_img1{
	display : block !important;
}
	.vision2 h2{
	
	text-align : left !important;
}
}
.values{
	display : block !important;
	text-align : center !important;
}
.values1{
	display : none !important;
}
.values_cont{
	text-align : center !important;
}
.values_icon{
	justify-content :center;
}
@media(min-width:782px){
	.values{
	display : none !important;
}
.values1{
	display : block !important;
}
	.values_cont{
	text-align : left !important;
}
	.values_icon{
	justify-content :left;
}
}
.map iframe{
	height : 1200px !important;
}
.footer_top{
	margin-top : -150% !important;
}
@media(min-width : 782px){
.map iframe{
	height : 650px !important;
}
	.footer_top{
	margin-top : -25% !important;
}
}
@media(min-width : 992px){
.map iframe{
	height : 650px !important;
}
	.footer_top{
	margin-top : -21% !important;
}
}
.display_arrows{
	display : none !important;
}
.display_fertility1{
	display : block !important;
}
.display_fertility2{
	display : none !important;
}
@media(min-width : 782px){
	.display_arrows{
	display : block !important;
}
	.display_fertility1{
	display : none !important;
}
.display_fertility2{
	display : block !important;
}
}
@media(min-width : 1100px){
	.display_fertility1{
	display : block !important;
}
.display_fertility2{
	display : none !important;
}
}
.inner_footer{
	margin-bottom : 150% !important;
}
@media(min-width:782px){
	.inner_footer{
	margin-bottom : 27% !important;
}
	
}
.wp-block-post-content {
   display: block !important; 
}
.contact_socials1{
	display : none !important;
}
.contact_socials2{
	display : block !important;
}
.iui_img{
	height: 650px !important;
    width: 450px !important;
}
.contact_loc{
		margin-top:16% !important;
	}
@media(min-width:782px){
	.contact_socials1{
	display : block !important;
}
.contact_socials2{
	display : none !important;
}
}

@media(min-width:782px){
	.send_msg{
		padding-bottom : 350px !important;
	}
	
	.follow_us{
	margin-bottom: -150px !important;
}
	.contact_loc{
		margin-top:20% !important;
	}
}
@media(min-width:992px){
	.send_msg{
		padding-bottom : 300px  !important;
	}
	.follow_us{
	margin-bottom: -150px !important;
}
	.contact_loc{
		margin-top:20% !important;
	}
}
@media(min-width:1100px){
	.contact_loc{
		margin-top:15% !important;
	}
}

.steps_reverse{
		flex-direction: column-reverse !important ;
}
@media(min-width : 782px){
	
	.steps_reverse{
		flex-direction: row !important ;
}
}
.service_link a{
  text-decoration: none !important;
}
.gutena-tab-title-text{
	font-family : karantina !important;
	text-transform: uppercase;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
	min-width: 300px !important;
}
.nav_div{
	display: flex;
  align-items: center; /* This centers the navigation vertically */
  height: 100px;
}

.h_tab {
  display: grid;
  place-items: center !important;
  height: 180px !important; /* Must have a defined height for vertical centering */
}
.head_tab .gutena-tab-title-text{
	font-family : khand !important;
	font-size : 40px !important
}
.packages{
	 display: grid;
  place-items: center !important;
}