@media (min-width: 768px) {
    .home--banner #myVideo {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 768px) {
    .home--banner #myVideo {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .mt-5rem {
        margin-top: 6rem !important;
    }
}

@media (max-width: 600px) {
    .mt-5rem {
        margin-top: 5rem !important;
    }
}

@media screen and (orientation: landscape) {
    .parallax.desk-none.mob-tab-block .h-60 {
        height: 120vh !important;
    }

    .plain-image.spt-100.spb-60.h-90 {
        height: 100vh !important;
    }
}

.cream-bg {
    background-color: #F2E6DA;
}

/* Lp-1 styles starts here: Manohar*/

.lp-banner {
    background-color: #F2E6DA;
    background-image: url('/assets/images/lp-1/lp-bg-1.png');
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 80px;
}

.lp-banner h1 {
    font-family: DM Serif Display;
    font-size: 50px;
    font-weight: 400;
    line-height: 68.55px;
    text-align: left;
    color: black;

}

.lp-banner h3 {
    font-family: DM Serif Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.9px;
    color: #726658;
}

.lp-banner .left {
    padding-top: 50px;
}

.contact-us .lp-banner {
    background-color: #F2E6DA;
    background-image: url('/assets/images/contact-us/contact-us-banner.png');
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 80px;
}

.contact-us .lp-banner h1 {
    font-family: DM Serif Display;
    font-size: 50px;
    font-weight: 400;
    line-height: 68.55px;
    text-align: left;
    color: black;

}

.contact-us .lp-banner h3 {
    font-family: DM Serif Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.9px;
    color: #726658;
}

.contact-us .lp-banner .left {
    padding-top: 50px;
}

.db {
    display: block;
}

.card-img-txt {
    position: relative;
    bottom: 45px;
    text-align: center;
    z-index: 1;

}

.card-img-txt h5 {
    color: #ffffff !important;
}

.imaginest-lp h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.card-img-sec .col-md-4 {
    margin-bottom: -10px;
}

.lp-why-us .icon-box {
    border: 1px solid #F2E6DA;
    border-radius: 8px;
    width: 14%;
    padding: 40px 5px;
}

.lp-why-us .wi {
    display: flex;
    align-items: center;
    
    gap: 15px;
}

.lp-why-us-mobile .icon-box {
    border: 1px solid #F2E6DA;
    border-radius: 8px;
    width: 35%;
    padding: 20px 5px;
}

.lp-why-us-mobile .wi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.imaginest-lp h6 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.lp-why-us .icon-box h6 {
    color: #594A42;
}

.our-steps {
    background-color: #F2E6DA;
}

.our-steps .steps-txt {
    position: relative;
    bottom: 115px;
    left: 45px;
}

.our-steps .col-lg-6 {
    margin-bottom: -45px;
}

a.lp-btn,
button.lp-btn {
    padding: 12px 24px 12px 24px;
    background-color: #EB5C35;
    color: #fff;
    border-radius: 58px;
    border: 1px solid #EB5C35;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
}

a.lp-btn:hover,
button.lp-btn:hover {
    background: #ffffff;
    color: #EB5C35;
}

/* Start:  Faq styles */

.wrapper {
    width: 100%;
}

.faq-con {
    background-color: white;
    color: #594A42;
    margin-bottom: 25px;
}

.question {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 12px 80px 12px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 4px solid #F2E6DA;
}

.question.active {
    border-bottom: none;
    background: #F2E6DA;
}

.question::after {
    content: url('/assets/images/lp-1/faq-plus.svg');
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    content: url('/assets/images/lp-1/faq-minus.svg');
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    padding: 15px 20px 15px;
    border: 4px solid #F2E6DA;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-top: none;
    background: #F2E6DA;
}

.answer ol li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #594A42;

}


/* Form css starts here */
.lp-form {
    min-width: 300px;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    background: #ffffff59;
    -webkit-box-shadow: 3px 3px 23px -9px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 3px 3px 23px -9px rgba(0, 0, 0, 0.86);
    box-shadow: 3px 3px 23px -9px rgba(0, 0, 0, 0.86);
}

.lp-form input {
    border: 1px solid #eee;
    border-radius: 0 !important;
    padding: 5px 8px;
    color: #444;
}

.lp-form button {
    color: #555;
    background: #ffffffad;
    border: 1px solid #fff !important;
    margin-top: 20px;
    border-radius: 0px Important;
}

.lp-form button:hover {
    background: #fff !important;
}

.pull-right {
    float: right;
}


.lp-form-control {
    padding: 12px 16px 12px 16px;
    line-height: 24px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #667085;
    border: 1px solid #D0D5DD;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
}

.form-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 45px 24px;
    position: absolute;
    right: 45px;
    top: 120px;
}

/* lp Mobile slider styles */

.lp-slider .swiper-slide {
    width: 70%;
  }

.lp-slider h5{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

/* .swiper-slide:nth-child(2n) {
    width: 60%;
  }

  .swiper-slide:nth-child(3n) {
    width: 40%;
  } */



@media (max-width: 767px) {
    .lp-banner h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32.9px;
    }

    .db {
        display: inline;
    }

    .lp-banner {
        background-image: url('/assets/images/lp-1/lp-banner-bg-mobile.png');
        height: 680px;
        background-repeat: no-repeat;
        margin-top: 60px;
    }

    .contact-us .lp-banner h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32.9px;
    }

    .contact-us .lp-banner {
        background-image: url('/assets/images/contact-us/contact-us-banner-mobile.png');
        height: 680px;
        background-repeat: no-repeat;
        margin-top: 60px;
    }

    .imaginest-lp h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 30px;
    }

    .our-steps .col-lg-6 {
        margin-bottom: -30px;
    }

    .our-steps .col-lg-6:nth-of-type(3) {
        margin-bottom: -45px;
    }
    

    a.lp-btn,
    button.lp-btn {
        font-size: 13px;
        font-weight: 600;
        line-height: 19.5px;
    }

    .our-steps .steps-txt {
        bottom: 90px;
        left: 40px;
        width: 70%;
    }

    .form-container {
        padding: 20px 24px;
        right: 40px;
        top: 430px;
        width: 80%;
    }

    .lp-form-control {
        font-size: 13px;
        line-height: 24px;
        padding: 6px 16px 6px 16px;
    }

    .lp-banner h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.19px;
    }
    .imaginest-lp h6 {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .imaginest-lp p{
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

    .steps-txt p{
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
    }

    .card-img-txt{
        bottom: 30px;
    }

    .lp-accordion.sp-60{
        padding-bottom: 0px;
    }

    .our-steps a{
        font-size: 12px;
    }
    .spb-50{
        padding-bottom: 25px;
    }
}

/* Large Devices media query */

@media only screen and (min-width: 1440px) {
    .form-container {
        right: 120px;
    }
}

@media only screen and (min-width: 767px) and (max-width:1220px) {
    
    .lp-banner{
        background-image: url('/assets/images/lp-1/lp-banner-bg-tab.png');
        height: 900px;
        margin-top: 55px;

    }

    .contact-us .lp-banner{
        background-image: url('/assets/images/contact-us/contact-us-banner-mobile.png');
        height: 900px;
        margin-top: 55px;

    }
    .form-container {
        right: 101px;
        top: 545px;
        width: 75%;
    }

    .our-steps .steps-txt {
        position: relative;
        bottom: 160px;
        left: 70px;
    }
}



/* End:  Faq styles */

/* Lp-1 styles ends here: Manohar*/