body.page-template-template-landing{
    padding: 0px !important;
    background-size: cover;
    background-repeat: repeat-y;
}
h2,h3,h4,h5,h6{
    font-family: 'NeueHelveticaPro43ExtendedLight';
    font-weight: bold;
}
.sticky-contact-btn, .lang-switcher, .navbar-container, .footer-sec{
    display: none !important;
}
.landing-wrapper .lp-banner-wrapper {
    width: 64%;
}
.landing-wrapper .lp-content-wrapper {
    width: 36%;
    margin: auto;
}
.lp-banner-wrapper .lp-logo-area .lp-logo{
    /* max-width: 85px; */
    max-width: 5vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.lp-slider .slide::before{
    content: '';
    background: linear-gradient(180deg, rgba(242,241,240,0) 0%, rgba(0,0,0,0.5774509632954745) 50%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.lp-slider.slick-dotted.slick-slider{
    margin-bottom: 0px;
    height: 100%;
}
.lp-slider.slick-dotted.slick-slider .slick-list{
    height: 100%;
}
.lp-slider.slick-dotted.slick-slider .slick-list .slick-track{
    height: 100%;
}
.lp-slider.global-slider .slick-dots{
    right: unset;
    text-align: center;
    z-index: 2;
    bottom: 30px;
}
.lp-slider .slide{
    position: relative;
}
.lp-slider .slide > img{
    /* height: calc(100vh - 32px); */
    height: 100vh;
    object-fit: cover;
    object-position: top center;
}
.lp-slider .slide h1.title{
    position: absolute;
    top: 28vh;
    text-align: center;
    width: 100%;
    z-index: 9;
    font-size: 3.5vw;
    color: var(--text-color);
    font-weight: bold;
    text-transform: uppercase;
}
.lp-banner-wrapper .note{
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-bottom: 0px;
    color: var(--white-color);
    font-size: 13px;
    line-height: 20px;
    font-family: 'NeueHelveticaPro43ExtendedLight';
    z-index: 9;
}
.lp-content-wrapper {
    padding: 40px 60px;
}
.lp-content-wrapper h2.title{
    font-size: 29px;
    line-height: 44px;
    color: var(--text-color);
    letter-spacing: 5%;
    margin-bottom: 40px;
}
.lp-content-wrapper p.desc{
    font-size: 17px;
    line-height: 26px;
    color: var(--text-color);
    text-align: justify;
    text-align-last: center;
    font-family: 'NeueHelveticaPro43ExtendedLight';
    letter-spacing: 0;
}
.lp-content-wrapper p.desc, .lp-content-wrapper .subtitle-wrapper{
    margin-bottom: 26px;
}
.lp-content-wrapper p.desc.sub{
    margin-bottom: 40px;
}
.lp-content-wrapper .subtitle-wrapper{
    border-top: 1px solid #888679;
    border-bottom: 1px solid #888679;
    font-family: 'NeueHelveticaPro43ExtendedLight';
    font-size: 29px;
    line-height: 44px;
    color: var(--text-color);
    padding: 7px 0;
    letter-spacing: 1px;
}
.lp-content-wrapper .form-title{
    background-image: url('../images/form-title-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'NeueHelveticaPro43ExtendedLight';
    font-weight: 400;
    padding: 20px;
    font-size: 0.9vw;
    line-height: 1.2vw;
    letter-spacing: 10%;
    color: var(--white-color);
    margin-bottom: 1.3rem;
}
.lp-contact-form .wpcf7-form-control-wrap > :where(input, textarea, select), .lp-contact-form select, .lp-contact-form .iti input{
    color: var(--text-color);
    background: rgba(165,152,133,30%) !important;
}
.lp-contact-form .wpcf7-not-valid-tip{
    text-align: start;
    margin-top: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
    margin-top: 0;
}
.lp-contact-form input[type="checkbox"]{
    min-width: 22px;
    border-color: var(--text-color);
}
.lp-contact-form input[type="checkbox"]:checked::after {
    color: var(--text-color);
}
.lp-contact-form .wpcf7-checkbox .wpcf7-list-item-label{
    font-size: 0.8vw;
    line-height: 2.2vh;
    color: var(--text-color);
    letter-spacing: 1px;
    text-align: start;
    font-family: 'NeueHelveticaPro43ExtendedLight';
}
.lp-contact-form .check-col > p{
    margin-bottom: 50px;
}
.lp-contact-form .check-col.lp-check-col > p:first-child{
    margin-bottom: 0px !important;
}
.lp-contact-form .pv-check-col > p:first-child{
    flex-wrap: wrap;
}
.lp-contact-form .pv-check-col .privacy-link{
    font-size: 0.8vw;
    line-height: 2.2vh;
    margin-left: 2.2vw;
    margin-top: -1.5vh;
}
.lp-contact-form .submit-col{
    order: 6;
    margin-top: 10px;
}
.lp-contact-form .pv-check-col .wpcf7-not-valid-tip{
    margin-top: 10px;
}
.lp-footer-wrapper .lp-copyright-text{
    font-size: 16px;
    line-height: 26px;
    font-family: 'NeueHelveticaPro43ExtendedLight';
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}


/***** Responsive css start *****/
@media(min-width: 768px){
    .lp-banner-wrapper.mobile-bn{
        display: none !important;
    }
}
@media(min-width: 1680px){
    .lp-content-wrapper h2.title, .lp-content-wrapper p.desc.sub{
        margin-bottom: 2.8vh !important;
    }
    .lp-content-wrapper p.desc, .lp-content-wrapper .subtitle-wrapper {
        margin-bottom: 2vh !important;
    }
    .lp-contact-form .check-col > p {
        margin-bottom: 4vh !important;
    }
    .lp-content-wrapper h2.title, .lp-content-wrapper .subtitle-wrapper h3.subtitle{
        font-size: 1.3vw !important;
    }
}
@media(min-width: 768px){
    .lp-content-wrapper h2.title{
        margin-bottom: 2vh;
        font-size: 1.1vw;
        line-height: unset;
    }
    .lp-content-wrapper p.desc.sub{
        margin-bottom: 2vh;
    }
    .lp-content-wrapper {
        padding: 3vh 3.3vw 3vh 2.5vw;
    }
    .lp-content-wrapper .form-title{
        padding: 10px;
    }
    .lp-content-wrapper .subtitle-wrapper h3.subtitle{
        font-size: 1.1vw;
    }
    .lp-content-wrapper p.desc, .lp-content-wrapper .subtitle-wrapper{
        margin-bottom: 1.5vh;
    }
    .lp-contact-form .check-col > p {
        margin-bottom: 3vh !important;
    }
    .lp-content-wrapper p.desc, .lp-footer-wrapper .lp-copyright-text{
        font-size: 0.9vw;
        line-height: 2.6vh;
    }
    .wpcf7-form-control-wrap > select, .lp-contact-form .country-code-wrapper select{
        padding: 1.6vh 2vh !important;
    }
    .wpcf7-form-control-wrap > :where(input, textarea, select), .lp-contact-form select{
        padding: 1vh 2vh !important;
        font-size: 1vw;
    }
    .lp-contact-form .iti input{
        padding-top: 1vh !important;
        padding-bottom: 1vh !important;
    }
    .global-btn{
        font-size: 2.5vw;
        line-height: 4vh;
    }
    .lp-content-wrapper .form-title, .lp-contact-form form .col-12 > p{
        margin-bottom: 1.3vh;
    }
    .check-col {
        margin-top: 0.5vh;
    }
}
@media(max-width: 767px){
    .page-template-template-landing .sticky-contact-btn-mobile{
        display: none;
    }
    .landing-wrapper{
        flex-wrap: wrap;
    }
    .landing-wrapper .lp-banner-wrapper {
        width: 100%;
    }
    .landing-wrapper .lp-content-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .lp-banner-wrapper .note{
        display: none;
    }
    .lp-slider.global-slider .slick-dots{
        right: 16px;
        text-align: center;
        bottom: 16px;
        max-width: 90% !important;
    }
    .lp-slider.global-slider .slick-dots li{
        margin: 0 5px;
    }
    .lp-slider .slide > img{
        height: auto;
        min-height: 360px;
    }
    .lp-content-wrapper {
        padding: 30px 16px;
    }
    .lp-content-wrapper h2.title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .lp-content-wrapper h2.title br{
        display: none;
    }
    .lp-content-wrapper p.desc {
        font-size: 18px;
        line-height: 28px;
    }
    .lp-content-wrapper .subtitle-wrapper h3.subtitle{
        font-size: 22px;
        line-height: 32px;
    }
    .lp-contact-form .check-col{
        margin-top: 20px;
    }
    .lp-contact-form input[type="checkbox"]{
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    .lp-contact-form .check-col > p {
        margin-bottom: 30px;
    }
    .lp-contact-form .submit-col{
        order: 6;
        margin-bottom: 20px;
    }
    .lp-contact-form .wpcf7-checkbox .wpcf7-list-item-label{
        font-size: 12px;
        line-height: 18px;
    }
    .lp-contact-form .pv-check-col .privacy-link{
        margin-left: 28px;
        margin-top: 0;
        width: 100%;
        text-align: start;
        font-size: 12px;
        line-height: 18px;
        position: absolute;
        top: 38px;
    }
    .lp-contact-form .pv-check-col .wpcf7-not-valid-tip{
        margin-top: 30px;
    }
    .lp-contact-form .check-col.pv-check-col{
        position: relative;
    }
    .lp-contact-form .check-col.lp-check-col{
        margin-bottom: 0px !important;
    }
    .lp-banner-wrapper.desktop-bn{
        display: none !important;
    }
    .lp-banner-wrapper.mobile-bn .lp-logo-area{
        width: 25%;
        background: rgba(165, 152, 133, 50%);
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: baseline;
    }
    .lp-banner-wrapper .lp-logo-area .lp-logo{
        max-width: 100%;
        position: relative;
        left: unset;
        top: unset;
        transform: none;
    }
    .lp-banner-wrapper.mobile-bn .lp-logo-area .lp-wp-link-wrapper{
        width: 100%;
        height: auto;
        position: relative;
        display: block;
    }
    .lp-banner-wrapper.mobile-bn .lp-logo-area .lp-wp-link-wrapper .lp-whatsapp-btn{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        font-size: 45px;
        color: var(--text-color);
    }
    .lp-banner-wrapper.mobile-bn .lp-slider{
        width: 75%;
    }
    .lp-slider .slide h1.title{
        top: 50px;
        font-size: 38px;
        line-height: 40px;
    }
    .lp-content-wrapper .form-title{
        font-size: 19px;
        line-height: 28px;
    }
    .page-template-template-landing #pojo-a11y-toolbar {
        top: calc(100vh - 20vh) !important;
    }
    .page-template-template-landing #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{
        bottom: calc(100px - 152px) !important;
        position: absolute;
    }
}