 

@media screen and (max-width:1200px) {
    
}

@media screen and (min-width:991px) {
     
}
/**/
@media screen and (max-width:991px) {
      .home_banner .home_banner_inner {
        position: relative;
    background-color: transparent;
    transform: inherit;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-height: 100%;
    z-index: 9;
    width: auto;
    max-width: 100%;
    left: 0;
    top: 0;
    }  
    .home_banner .home_banner_inner .logo_img {
          z-index: 9;
    order: -2;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 1rem;
    background-color: #fff;
       padding: 0.5rem 3rem;
    }
    .home_banner .home_banner_inner .banner_btn {
    position: relative;
    width: 240px; 
    top: 0!important;
    right: 0!important;
    left: 0!important;
    bottom: 0;
}
.home_banner .home_banner_inner .banner_btn h3 { 
    font-size: 1.25rem;
}

.card-description {
    height: auto;
}
.sperm_donors_banner  {
            background-position-y: top; 
    background-position-x: 60%;height:100%;
    }
    .bg-video-wrap video {
        width: auto;
    height: 100vh;
    min-height: inherit;
}
.timeline-marker { 
    left: 50%!important; 
    transform: translateX(-50%);
}
.timeline-item{
    padding-left:0!important;
}
     
}
/**/

@media screen and (max-width:767px) {
    h4 {
    text-align: center;
} h4:before {
    
    left: 50%; 
    transform: translateX(-50%);
}
   .sperm_donors_banner .hero {
        margin-top: 0;
    }
    footer .f_widget.about-widget .f_list,footer .company_widget {
    margin-bottom: 2rem;
}



.new_footer_top{
    text-align: center;
}
.list_quick_link{
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
}
h4.title_center:before { 
    margin-left: 0;
}

}

@media screen and (max-width: 400px) {
   
}
