/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    .container{
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media(min-width: 1400px){
    .container{
        max-width: 1422px !important;
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media(min-width: 2501px){
    .bottom-shape-img {
        bottom: -9.7vh !important;
    }
    .copyright-text {
        bottom: -8.5vh !important;
    }
    .hero-wrapper .bg-overlay {
        min-height: calc(100vh + 140px) !important;
        max-height: calc(100vh + 140px) !important;
    }
    .hero-wrapper .bg-video{
        min-height: calc(100vh + 140px);
    }
}
@media(min-width: 2100px) and (max-width: 2500px){
    .hero-wrapper .bg-overlay{
        min-height: calc(100vh + 168px) !important;
        max-height: calc(100vh + 187px) !important;
    }
    .hero-wrapper .bg-video{
        min-height: calc(100vh + 168px) !important;
    }
    .bottom-shape-img{
        bottom: -17.4vh !important;
    }
    .copyright-text{
        bottom: -16vh !important;
    }
}
@media(min-width: 1920px) and (max-width: 2099px){
    .hero-wrapper .bg-overlay{
        min-height: calc(100vh + 188px) !important;
        max-height: calc(100vh + 222px) !important;
    }
    .hero-wrapper .bg-video{
        min-height: calc(100vh + 188px) !important;
    }
    .bottom-shape-img{
        bottom: -20.4vh !important;
    }
    .copyright-text{
        bottom: -19vh !important;
    }
    .feature-list .item > img{
        height: 5vh;
        min-height: 5vh;
    }
    .hero-content-wrapper .content > .title::before, .hero-content-wrapper .content > .title::after {
        height: 0.4vh;
    }
}
@media(min-width: 1601px) and (max-width: 1919px){
    .bottom-shape-img {
        bottom: -23.3vh !important;
    }
    .copyright-text {
        bottom: -22vh !important;
    }
    .hero-wrapper .bg-video{
        min-height: calc(100vh + 189px) !important;
    }
    .hero-wrapper .bg-overlay{
        min-height: calc(100vh + 189px) !important;
    }
}
@media(min-width: 1340px) and (max-width: 1600px){
    .hero-wrapper .bg-overlay{
        min-height: calc(100vh + 199px) !important;
    }
    .hero-wrapper .bg-video{
        min-height: calc(100vh + 199px) !important;
    }
    .bottom-shape-img{
        bottom: -27.4vh !important;
    }
    .copyright-text{
        bottom: -26vh !important;
    }
}
@media(max-width: 991px){
    .container{
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
    }
}
@media(min-width: 768px){
    
}
@media(max-width: 767px){
    .lp-section{
        background-color: var(--black-color);
        padding-bottom: 50px;
    }
    .hero-wrapper .bg-video, .hero-wrapper .bg-overlay{
        min-height: unset;
        height: 250px;
    }
    .hero-content-wrapper .content{
        max-width: 100%;
        margin-top: 250px;
        padding: 40px 20px 0;
    }
    .hero-wrapper .sticker {
        top: 70px;
        left: 69%;
        max-width: 110px;
    }
    .left-shape-img {
        max-width: 130px;
    }
    .bottom-shape-img {
        max-width: 150px;
        right: 50%;
        margin-top: 0;
        position: absolute !important;
        margin-bottom: 30px !important;
        bottom: unset;
    }
    .hero-content-wrapper .logo {
        max-width: 180px;
        margin-bottom: 20px;
    }
    .hero-content-wrapper .desc {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }
    .hero-content-wrapper .content > .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .hero-content-wrapper .content > .title::before, .hero-content-wrapper .content > .title::after {
        height: 3px;
        width: calc(100% - 80%);
    }
    .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: 30px;
    }
    .feature-list .item{
        width: 29%;
    }
    .feature-list .item > img {
        margin-bottom: 10px;
        height: 70px;
        min-height: 70px;
    }
    .feature-list .item > .desc {
        font-size: 17px;
        line-height: 24px;
        font-weight: var(--font-weight-semibold);
    }
    .button-group {
        gap: 15px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .button-group .global-btn {
        min-width: 47%;
        font-size: 18px;
        line-height: 24px;
        border-width: 1px;
        font-weight: var(--font-weight-bold);
        padding: 12px 24px 12px 40px;
    }
    .form-title {
        font-size: 20px;
        line-height: 26px;
        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: 26px;
        line-height: 30px;
    }
    .form-desc {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
    .copyright-text {
        font-size: 15px;
        line-height: 20px;
        text-align: start;
        position: relative;
        left: unset;
        margin-top: 0;
        padding: 0 20px;
        bottom: unset;
    }
    .wpcf7-not-valid-tip {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        top: unset;
    }

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

    .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 {
        margin-bottom: 60px;
    }
}