.top_banner{
    position: relative;
    min-height: 350px;
}
.top_banner .banner_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.top_banner.top_banner_ .single-quote{
    margin-left: 90px;
}
.top_banner.over_height .flexcenter{
    height: auto!important;
    padding-top: 50px;
}
.top_banner .single_video_wrap{
    margin-top: 80px;
}
.banner-placeholder{
    padding-top: 0!important;
}

.top_banner .title{

}

.title-line{
    width: 120px;
    height: 3px;
    background-color: #ffffff;
    margin:0 auto ;
}

.banner_content_bottom .banner_content .flexcenter{
    justify-content: flex-end;
    align-items: flex-end;
}

.top_banner .partner{
    padding-top: 0px;
}
.top_banner .video_popup .img_wrap{
    width: 100px!important;
}
.top_banner.cross-bottom .banner_img {
    position: absolute;
    width: 100%;
    z-index: 0;
    top:0;
    left: 0;
}
.top_banner.cross-bottom .banner_content{
    position: static!important;
}
.top_banner.cross-bottom .flexcenter{
    display: block!important;
    margin-top: 80px;
}

.top_banner.top_banner_center img{
    margin-left: auto;
    margin-right: auto;
}

.top_banner.html_area_main input{
    max-width: 440px;
}

.top_banner.text-white .text-block,.top_banner.text-white .text-block > *,.top_banner.text-white .text-block > *> *{
    color: #ffffff;
}

@media (min-width: 1400px){
    .top_banner:not(.no-100) > amp-img > i-amphtml-sizer{
        padding-top: 100vh!important;
    }
    .top_banner  > amp-img,  .top_banner > amp-img img {
        object-fit: cover;
    }
}
@media (max-width: 990px) AND (min-width: 481px) {
    .top_banner .banner_img,.top_banner .banner_img img,
    .top_banner.mobile_content_bottom .banner_img,.top_banner.mobile_content_bottom .banner_img img,
    .top_banner.mobile_content_top .banner_img,.top_banner.mobile_content_top .banner_img img
    {
        object-fit: cover;
        height: 600px;
    }
}
@media (max-width: 990px) {

    .top_banner.responsive .banner_img,.top_banner.responsive .banner_img img
    {
        object-fit: cover;
        height: 600px;
    }
    .top_banner.mobile_static{
        display: inline-flex;
        width: 100%;
        align-items: center;
    }
    .top_banner.mobile_static .banner_content{
        position: static;
        padding-top: 120px;
    }
    .top_banner.mobile_static .banner_img,.top_banner.mobile_static .banner_img img{
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .top_banner.top_banner_ .single-quote{
        margin-left: 30px;
    }

    .top_banner .text-block .content{
        padding-bottom: 20px;
    }
    .top_banner .after_banner_content .partner{
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
        z-index: 9;
    }
}
@media (max-width: 480px) {
    .top_banner.no_mobile_bg .banner_img,.top_banner.no_mobile_bg .banner_img img,.top_banner.responsive .banner_img,.top_banner.responsive .banner_img img
    {
        height: 450px;
    }
    .top_banner.no_mobile_bg .banner_content .flexcenter,.top_banner.responsive .banner_content .flexcenter{
        justify-content: center;
        align-items: center;
    }

    .top_banner .text-block p{
        font-size: 18px;
    }
    .top_banner .banner_content .flexcenter{
        justify-content: flex-end;
        align-items: flex-end;
    }
    .top_banner.responsive .banner_content .flexcenter,.top_banner.mobile_content_center .banner_content .flexcenter{
        justify-content: center;
        align-items: center;
    }
    .top_banner .banner_content .flexcenter .video_popup > a{
        margin-left: auto;
        margin-right: auto;
    }
    .top_banner .button_sc{
        margin-left: auto;
        margin-right: auto;
    }
    .top_banner.html_area_ .flexcenter{
        text-align: left!important;
        padding-bottom: 20px;
    }
    .mobile_content_bottom .banner_content .flexcenter{
        justify-content: flex-end;
        align-items: flex-end;
    }


    .top_banner.no_mobile_bg .banner_img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top:0;
        left: 0;
    }
    .top_banner.no_mobile_bg .banner_content{
        position: static!important;
    }
    .top_banner.no_mobile_bg .flexcenter{
        display: block!important;
        margin-top: 120px;
    }
    .top_banner.hidden_content_mobile .content{
        display: none!important;
    }

    .top_banner.cross-bottom .flexcenter{
        display: block!important;
        margin-top: 180px;
    }
}