.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:'';
}
header.mainheader nav {}

.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{
    
}
/*//*/



section{
    padding: 2rem 0;
}

/*Banner*/
.home_banner {

    height: 100vh;

    background-image: url(../images/home_banner.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    position: relative;
}

.home_banner:before {
    content: '';
    background-color: rgb(0 44 93 / 67%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_banner .home_banner_inner {
   position: absolute;
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 1.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home_banner .home_banner_inner .banner_btn {
    position: absolute;
    width: 340px;
    height: 173px;
}

.home_banner .home_banner_inner .banner_btn:before {
    content: '';
    display: block;
    background-image: url(../images/bg_common.png);
    /* background-color: #000; */
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
    background-repeat: no-repeat;
    background-size: 98%;
    transform: rotate(2deg);
    transition1: all .1s ease;
    animation: mymove 3s infinite;
    animation-direction:alternate;

}

@keyframes mymove{
    0%{
        transform:scale(1) rotate(0deg);
    }
    25%{
 transform:scale(0.9) rotate(5deg);
    }
    50%{
     transform:scale(0.8) rotate(0deg);   
    }
    100%{
     transform:scale(1) rotate(5deg);   
    }
}

.home_banner .home_banner_inner .banner_btn:hover:before{
transform: scale(.8) rotateY(45deg);
}

.home_banner .home_banner_inner .banner_btn h3 {
    color: #fff;
    position: absolute;
     top: 48%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: max-content;
}

.home_banner .home_banner_inner .logo_img {}
.home_banner .home_banner_inner a{
transition: all .3s ease;
}
.home_banner .home_banner_inner .vector_bg_egg {
    background-image: url(../images/bg_egg.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center;
    top: -50px;
    left: -50px;
}
.home_banner .home_banner_inner .vector_bg_egg:hover {
    background-image: url(../images/bg_egg_hover.png); 
}

.home_banner .home_banner_inner .vector_bg_sperm {
    background-image: url(../images/bg_sperm.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center;
    top: -50px;
    right: -50px;
}
.home_banner .home_banner_inner .vector_bg_sperm:hover {
    background-image: url(../images/bg_sperm_hover.png); 
}

.home_banner .home_banner_inner .vector_bg_using_egg {
    background-image: url(../images/bg_using.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center;
    bottom: -50px;
    left: -50px;
}
 .home_banner .home_banner_inner .vector_bg_using_egg:hover,.home_banner .home_banner_inner .vector_bg_using_sperm:hover {
    background-image: url(../images/bg_using_hover.png);
}
 

.home_banner .home_banner_inner .vector_bg_using_sperm {
    background-image: url(../images/bg_using.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center;
    bottom: -50px;
    right: -50px;
}

.home_banner .home_banner_inner .vector_bg_using_egg h3,
.home_banner .home_banner_inner .vector_bg_using_sperm h3{
    left: 50%;
}
.home_banner .home_banner_inner .vector_bg_using_egg h3:before,
.home_banner .home_banner_inner .vector_bg_using_sperm h3:before {
   content: "\f4c7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2em;
    vertical-align: middle;
    margin-left: -20px;
}


/*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;
}
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: 5rem 0 1rem;
    position: relative;
}
.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;
}
/***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;
}
footer .f_widget{
margin-bottom:2rem;
}
.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*****************/