/*************
Hash CSS Start
**************/
@media(min-width: 2501px){

}
@media(min-width: 2100px) and (max-width: 2500px){

}
@media(min-width: 1920px) and (max-width: 2099px){

}
@media(min-width: 1601px) and (max-width: 1919px){
    
}
@media(min-width: 1340px) and (max-width: 1600px){
    
}
@media(max-width: 767px){
    .vp-center{
        align-items: start !important;
    }
    .lp-section{
        background-color: #024d44;
        padding-bottom: 110px;
    }
    .bg-img-wrapper .bg-img{
        height: 200px;
    }
    .hero-wrapper{
        position: relative;
    }
    /* the logos sit on top of the video banner */
    .logos-wrapper{
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        z-index: 5;
        max-width: 100%;
        margin: 0;
        gap: 8px;
        justify-content: center;
    }
    .logos-wrapper > img{
       max-width: 130px;
    height: 50px;
    }
    .logos-wrapper > img:first-child{
        
    }
    .hero-content-wrapper {
        position: relative;
        top: unset;
        right: unset;
    }
    /* the content starts straight under the video, no gap showing the
       section background through (mains.css sets a 36px top margin here) */
    .hero-content-wrapper .content{
        max-width: 100%;
        margin: 0 auto !important;
        padding: 20px 0 0;
        background-color: var(--white-color);
    }
    .hero-content-wrapper .content .content-area{
        padding: 0 16px;
    }
    .hero-content-wrapper::before {
        /* width: 93%;
        height: 50%;
        border: 1px solid var(--white-color); */
        content: none;
    }
    .hero-content-wrapper .content .content-area h1.title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    .hero-content-wrapper .content .content-area h1.title span{
        font-size: 42px;
    }
    .hero-wrapper .sticker {
        /* top: 100px;
        left: unset;
        max-width: 80px;
        right: 10px; */
        top: unset;
        left: unset;
        max-width: unset;
        right: unset;
        position: relative !important;
    }
    .hero-content-wrapper .desc {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }
    .payment-terms {
        margin: 10px 0 20px;
    }
    .payment-terms .box{
        max-width: 94%;
    }
    .payment-terms .box .installment {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .payment-terms .box .desc{
        margin-bottom: 6px;
    }
    .price-wrapepr .desc{
        margin-bottom: 0;
    }
    .price-wrapepr{
        margin-bottom: 20px;
    }
    .price-area .price-badge {
        font-size: 13px;
        line-height: 14px;
        right: 0;
        padding: 1px 2px;
    }
    .price-area .price > span {
        font-size: 20px;
    }
    .price-area .price {
        font-size: 46px;
        line-height: 46px;
    }
    .hero-content-wrapper .content > .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .hero-content-wrapper .content > .subtitle {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .financial-terms .title {
        font-size: 28px;
        line-height: 34px;
    }
    .financial-terms .desc{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .condition-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }
    .feature-list {
        gap: 20px;
        justify-content: center !important;
        margin-bottom: 20px;
        padding: 20px;
    }
    .feature-list .item{
        width: 28%;
    }
    .feature-list .item > img {
        margin-bottom: 10px;
        height: 50px;
        min-height: 50px;
    }
    .feature-list .item > .desc {
        font-size: 15px;
        line-height: 18px;
        font-weight: var(--font-weight-semibold);
    }
    .button-group {
        gap: 15px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        left: unset;
        top: unset;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .button-group .global-btn {
        font-size: 18px;
        line-height: 24px;
        border-width: 1px;
        font-weight: var(--font-weight-bold);
        padding: 12px 24px 12px 40px;
        min-width: 100%;
        margin-bottom: 0px;
        border-radius: 50px !important;
        justify-content: center;
    }
    /* the info button in the fixed bottom bar jumps to #contact-form */
    html{
        scroll-behavior: smooth;
    }
    .form-wrapper-area {
        padding: 20px 16px;
        scroll-margin-top: 16px;
    }
    .form-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .form-wrap {
        max-width: 100%;
        padding: 0 20px 16px;
    }
    input{
        padding: 12px 16px;
        font-size: 18px;
        line-height: 24px;
    }
    .check-col .wpcf7-form-control-wrap {
        width: 100%;
        display: flex;
    }
    .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 15px;
        line-height: 20px;
    }
    input[type="checkbox"] {
        margin-top: 5px;
    }
    .wpcf7-checkbox label{
        gap: 8px;
    }
    .check-col{
        margin-bottom: 16px;
    }
    .contact-form .wpcf7-submit{
        font-size: 20px;
        line-height: 23px;
    }
    .form-desc {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
    .text-col > p{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .copyright-text {
        font-size: 15px;
        line-height: 20px;
        text-align: start;
        position: relative;
        left: unset;
        margin-top: 0;
        bottom: unset;
        top: unset;
    }
    .wpcf7-not-valid-tip {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        top: unset;
    }


    /* the video is a banner at the top of the page instead of a fixed full
       screen background, so the content can follow it in normal flow */
    #mobile-video-container{
        --mobile-video-height: 70vh;
        position: relative !important;
        width: 100vw !important;
        height: var(--mobile-video-height) !important;
    }
    .video-wrapper{
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
    }
    /* the banner is shorter than the video is tall, so scale the player up
       until it fills the banner and let the wrapper crop the overflow - that
       keeps the player's black bars off screen. --video-aspect is the real
       ratio custom.js reads off the player, 9:16 is only the fallback for the
       moment before that resolves (the mobile video is a vertical clip). */
    #mobile-video-container .video-iframe {
        width: max(100vw, calc(var(--mobile-video-height) * var(--video-aspect, 0.5625))) !important;
        height: max(var(--mobile-video-height), calc(100vw / var(--video-aspect, 0.5625))) !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
    }

    .lb-data .lb-close{
        width: 30px !important;
        height: 30px !important;
        background-size: 12px;
    }
    .lb-nav a{
        width: 35px !important;
        height: 35px;
        background-size: 10px;
    }
    .lb-nav a.lb-prev {
        margin-left: 8px;
    }
    .lb-nav a.lb-next {
        margin-right: 8px;
    }

    .gallery-slider .item .gallery-img{
        height: 350px;
    }
    .gallery-slider .slick-prev{
        left: 10px;
    }
    .gallery-slider .slick-next{
        right: 10px;
    }

    .privacy-links {
        font-size: 16px;
        line-height: 20px;
    }
    .privacy-banner {
        min-height: 250px;
    }
    .privacy-banner h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 14px;
    }
    .breadcrumbs li {
        font-size: 22px;
        line-height: 22px;
    }
    .privacy-banner{
        margin-bottom: 40px;
    }
    .privacy-banner {
        min-height: 250px;
    }
    .page-content {
        padding-bottom: 60px;
    }
}