body{
     
}
.container {
    width: 100%;
    max-width: 1440px;
}

/*Header*/
header.mainheader {    position: fixed;
    top: 0; 
   z-index: 999;
    width: 100%;
   /* background-image: url(../images/home_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
}
header.mainheader:before{
    content:'';
}


.btn-link{
    text-decoration: none;
    border-bottom: 3px solid #279ff3; border-radius: 0; padding-right: 0;padding-left: 0;
}

/**USER MENU**/
.user_menu{
     position: relative;
}
.user_pic{
    background-image: url('../images/dummy-user-1-200x200.jpg'); background-repeat: no-repeat;

    background-size: cover;

    background-position: center;
 position: relative;
 width: 40px;height: 40px;
 border-radius: 50%;
   
}
.user_menu .user_pic{
    cursor: pointer;
}
.user_menu .user_box{
    
}
/*/Video/*/

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;  
}
.bg-video-wrap video {
 width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
     background-color:rgb(8 47 92 / 60%);
  background-size: 3px 3px;
  z-index: 2;
}
.sperm_donors_banner {
    height: 100vh;
    background-image1: url(../images/videoplayback.webm);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    padding-top: 6em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;    z-index: 9;
}
/*/
section{
    padding: 2rem 0;
}

/*Banner*/
.using_egg_banner {

    height: 100vh;

    background-image: url(../images/using_egg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

    position: relative;
       display: flex;
    align-items: center;
    background-attachment: fixed;    z-index: 1;
}

.using_egg_banner:before {
    content: '';
/*    background-color: rgb(0 44 93 / 67%);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 .using_egg_banner .container{
    position: relative;
    z-index:999 ;
 }
  .using_egg_banner .hero{
 
 }
 .using_egg_banner .hero .sub_head{

 }

/*Why*/


/* === HEADING STYLE #5 === */
h1.title_section {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700; color:#202020;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px;
  position: relative;    margin-bottom: 3.5rem;
}
h1.title_section.title_white,h4.title_white {  color:#fff; 
}
h1.title_section span {
  margin-top: 40px;
  text-transform: none;
  font-size:.75em;
  font-weight: normal; 
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
h1.title_section:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
      background: rgb(59,140,238);
    background: linear-gradient(90deg, rgba(59,140,238,1) 0%, rgba(18,179,249,1) 100%);
    border: 0;
}
h1.title_section.title_white:before {
   background:#fff;
}

/*SubHead*/
h4 {
   
  position: relative;     margin-bottom: 2.5rem;
}
h4:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 60px;
  height: 4px;
  content: "";
   background: rgb(59,140,238);
    background: linear-gradient(90deg, rgba(59,140,238,1) 0%, rgba(18,179,249,1) 100%);
    border: 0;
}
h4.title_center{
    text-align: center;line-height: 1.4;
    color: #fff;
}
h4.title_center:before{
      left: 50%;
  margin-left: -30px;
}


/*inner header*/
.inner_header{
        background-image: url(../images/home_banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 3rem 0 .5rem;
        position: relative;     margin-top: 3rem;
}
.inner_header h1{
    color:#fff;
}
.inner_header:before {
    content: '';
    background-color: rgb(0 44 93 / 67%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

 .card-description {
      height:80px;
    }

.bg-dark-section{

}
.bg-dark-section h1{
    
}
.bg-dark-section .card .card-icon{
    background: #f2f5f6;
    color:#279ff3;
}

/**/
.bg_screening_collection{
    background-image: url(../images/Monash10066.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
    background-position: center;
    position: relative;
    color:#fff;
}
.bg_screening_collection>div{
 position: relative;z-index: 9;
}
.bg_screening_collection:before{
       content: '';
    background-color: rgb(0 44 93 / 67%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*TESTIMONIAL*/
.testimonial_holder .name_testimonial_holder{

}
.testimonial_holder .name_testimonial_holder .pic_testimonial{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;margin-right: 0.75rem;
}
.testimonial_holder .name_testimonial_holder .pic_testimonial img{
width: 100%;
height: 100%;
}
.testimonial_holder .name_testimonial_holder {
display: flex;
    align-items: center;
}


.testimonial_holder .card:before,
.testimonial_holder .card:after{
   
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ddd;
    position: absolute; 
    font-size: 2.5rem;
    
}
.testimonial_holder .card:before{   
 content: "\f10d";  
    top: -15px; 
    left: 30px;
}
.testimonial_holder .card:after{  
     content: "\f10e";
 bottom: -15px; 
 right: 30px;
}
.testimonial_holder .card span{
position: relative;z-index: 9;font-size: large;
    font-style: italic;
}
.testimonial_holder .nav_click{
    text-align: right;
}.testimonial_holder .nav_click a{
    padding: 0 1rem;
}
.donor-profile-detail>div{
margin-bottom:1rem;
}
.donor-profile-detail>div>label{
color:#898989;
}


/***FOOTER***/
footer {
    background-color: #fff;
}

footer h3 {
    margin-bottom: 1em;color: #279ff3;
}

.new_footer_area {
    background: #fff;
}

footer .new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #1baaf7;
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list li a {
    color: #06283D;
}



footer .f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
footer .f_social_icon ul li a{
    display: flex;
    align-items: center;padding: 0 0 1rem;color: #06283D;
}
footer .f_social_icon ul li a .fab{
    width: 30px;text-align: center;font-size: 1.5rem;
}
footer ul li a.nav-link:hover {
    color: #279ff3;
}


@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

/*************footer End*****************/