.overlay {
    background-color: #00000080;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
    backdrop-filter: blur(10px);
}

.popup-main {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 940px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    border-radius: 20px;
    max-width: 100%;
    /*max-height: 90vh;*/
}

.mmpopup .formPop textarea {
    border: 1px solid var(--primary);
    margin-bottom: 0.8rem;
    border-radius: 0;
    height: 8rem;
}

.closeico {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #35063e;
    border-radius: 100px;
    color: var(--white);
}

.mmpopup {
    display: flex;
    align-items: center;
}

.mmpopup .imgpop figure,
.mmpopup .imgpop figure img {
    height: 630px;
    border-radius: 18px 0 0 18px;
}

.mmpopup .imgpop img {
    height: 600px;
    object-fit: cover;
}

.mmpopup .cont {
    width: 35%;
    padding: 2rem 2rem;
}

.mmpopup .formPop {
    width: 75%;
    padding: 0rem 3rem;
    margin-left: auto;
}

.mmpopup .formPop h3,
.mmpopup .formPop h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mmpopup .formPop h4 sub {
    display: none;
}

.mmpopup .contpop {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}

.mmpopup .cont h3 {
    font-size: 1.425rem;
    font-weight: 600;
}

.mmpopup .cont p {
    margin-bottom: 10px;
    font-size: 14px;
}

.mmpopup .cont .lists {
    padding: 1rem 0;
}

.mmpopup .cont .lists li {
    color: var(--head-color);
    padding: 2px 0;
    padding-left: 1.5rem;
}

.mmpopup .cont .lists li svg,
.mmpopup .cont .lists li i {
    top: 5px;
}

.mmpopup .cont .call a {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--head-color);
}

.formPop .fld {
    margin-bottom: 0.4rem;
    font-size: 14px;
}

.formPop .fld input,
.formPop .fld textarea {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    font-size: 1rem;
}

.formPop .fld textarea {
    height: 80px;
}

.mmpopup .formPop .themeBtn {
    background: var(--theme-color);
}

.checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

.checkbox-wrap label {
    line-height: 1.3;
    font-size: 13px;
}

.checkbox-wrap input {
    margin-top: 1px;
    width: auto !important;
}

.formTopContnt p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.mmpopup .formPop input {
    border: 1px solid var(--primary);
    margin-bottom: 0.8rem;
    border-radius: 0;
    height: 3rem;
    width: 100%;
}

.mmpopup .formPop label {
    font-weight: 700;
}

.mmpopup .formPop {
    border-radius: 10px;
}

.formPop .callBtn {
    margin-top: 1rem;
}

.closeico:hover {
    color: #fff;
}

.form-main input {
    height: 3rem;
    margin-bottom: 1rem;
}

.mmpopup .formPop .themeBtn,
.form-main .themeBtn {
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 1rem;
    border: none;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.mmpopup .formPop .themeBtn:hover,
.form-main .themeBtn:hover {
    color: #ffffff;
    background: var(--theme-color);
}

.mmpopup .formPop input:focus {
    box-shadow: none;
}

.mmpopup .formPop textarea:focus {
    box-shadow: none;
}

.iti {
    margin-bottom: 0.8rem !important;
}

@media only screen and (max-width: 1440px) {
    .mmpopup .imgpop figure,
    .mmpopup .imgpop figure img {
        height: 560px;
    }
    .popup-main {
        width: 800px;
    }
}

@media only screen and (max-width: 767px) {
    .mmpopup .imgpop {
        display: none;
    }
    .mmpopup .formPop {
        padding: 2rem !important;
        width: 100% !important;
    }
    .iti {
        width: 100%;
    }
    .mmpopup .formPop h3,
    .mmpopup .formPop h4 {
        font-size: 1.4rem;
        padding-right: 2rem;
    }
    .formTopContnt p {
        display: none;
    }
    .popup-main {
        width: 95%;
        border-radius: 5px;
    }
}