.pop-up-ctn {
    width: 1034px;
    margin: 0px auto;
    background: #FFFFFF;
    padding: 0px 70px 70px;
    box-sizing: border-box;
    /* box-shadow: -1px -2px 6px 3px lightgrey; */
}
div#modal-content-1 {
    padding: 0px !important;
    overflow-x: hidden;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    width: 1034px;
    border-radius: 24px;
    overflow: hidden;
}
h2.pu-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 48px;
    line-height: 58.67px;
    color: #3E3E3F;
    margin: 0px 0px 9px;
}
h3.pu-subheading {
    color: #475467;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26.67px;
    line-height: 40px;
    margin: 0px;
}
.pop-up-header{
    position: relative;
}

span.close-pu {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 36px;
    font-weight: 700;
    cursor: pointer;
    display: none;
}
.pop-up-body {
    padding: 70px 0px 0px;
}
label.inp-label {
    display: block;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18.67px;
    line-height: 26.67px;
    color: #344054;
    margin-bottom: 8px;
}
span.err-msg {
    display: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: red;
    margin: 4px 0px;
}
.form-inp-control {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fm-inp-ctn {
    flex: 1;
    margin-bottom: 36px;
}
#pop-up-wrapper .pop-up-ctn .fm-inp {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    border-radius: 10.67px;
    border: 1.33px solid #D0D5DD;
    box-shadow: 0px 1.33px 2.67px 0px #1018280D;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    /*  */
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 21.33px;
        color: #667085;
}
/* #pop-up-wrapper .pop-up-ctn .fm-inp {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/selectDownArrow.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
} */
#pop-up-wrapper .pop-up-ctn #country.fm-inp,
#pop-up-wrapper .pop-up-ctn #main-crop.fm-inp {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/selectDownArrow.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
}
.tnc-ctn {
    display: flex;
    gap: 16px;
    align-items: center;
}
.chk-label ,.chk-label a{
    color: #475467;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 21.33px;
    line-height: 32px;
}
.chk-bx {
    width: 26px;
    height: 26px; 
}
.btn-ctn {
    margin: 30px 0px 0px;
}
.teal-btn{
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 70px;
    background-color: #006E75;
    box-shadow: 0px 1.33px 2.67px 0px #1018280D;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21.33px;
    line-height: 32px;
}
.btn-green{
    background-color: #14AE5C !important;
    box-shadow: none;
}
input#phone-number {
    padding-left: 45px !important;
}

.pop-up-wrapper iframe {
    height: 500px !important;
}
 /* .action-close:before  */
 .modal-popup .modal-header .action-close:before {
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 600;
}
.modal-slide .action-close {
    margin: 15px;
    padding: 0;
    margin-top: 40px;
    margin-right: 40px;
}
@media only screen and (max-width:1180px){
    .modal-popup._inner-scroll .modal-inner-wrap:has(.req-demo-pu) {
        width: 700px;
        background: #FFFFFF;
    }
    .req-demo-pu h2.pu-title {
        font-size: 30px;
        line-height: 46px;
    }
    .req-demo-pu h3.pu-subheading {
        font-size: 24px;
        line-height: 36px;
    }
    .req-demo-pu .pop-up-ctn{
        width:100%;
    }
    .req-demo-pu .pop-up-body {
        padding: 30px 0px 0px;
    }
    #pop-up-wrapper .pop-up-ctn .fm-inp {
        height: 50px;
    }
}

@media only screen and (max-width:1024px)
{
    .customer-account-login .modal-popup._inner-scroll .modal-inner-wrap,
    .customer-account-create .modal-popup._inner-scroll .modal-inner-wrap {
        width: 700px;
    }
    .suggested-lg-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .all-lg-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media screen and (max-width:425px){

}