#ios_modal_content {
    min-height: 600px;
    border-radius: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 320px !important;
    background-image: url(../marketing-images/images/ios-leads-bg.webp)
}

#ios-btn-modal-container {
    top: 55%;
    left: 50%;
    position: absolute;
    width: 334px !important;
    transform: translate(-50%, -60%)
}

#close-ios {
    top: 0;
    right: 10px;
    border: none;
    position: absolute;
    background-color: transparent
}

.modal-content {
    padding-top: 0
}

.modal_header_bg {
    border-bottom: none !important
}

.ios-popup-title {
    font-size: 30px;
    font-weight: 600;
    padding-top: 16px;
    text-align: center;
    margin-bottom: 19px;
    background: 0 0
}

.subtext-section {
    text-align: center;
    padding: 0 9px
}

.ios-input-section {
    display: block;
    border-bottom: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-bottom: 0;
}

.ios-popup-subtext {
    font-size: 23px;
    font-weight: 600;
    color: #314259;
    line-height: 1.3;
    font-family: poppins, sans-serif !important;
    margin: 21px 0 !important
}

.ios-input-para {
    font-size: 13px;
    color: #545658
}

.padding-bottom-15 {
    position: relative;
    padding-bottom: 15px
}

.input-section {
    padding: 0 7px;
    margin-top: 34px
}

.ios-border {
    height: 51px;
    border-radius: 14px;
    border: 1px solid #3a4259 !important
}

.ios-submit {
    width: 158px;
    color: #fff;
    margin-top: 17px;
    border-radius: 14px;
    background-color: #ed1a3b
}

#ios-phone {
    font-size: 15px;
    text-align: center;
    height: 50px !important;
    background-color: white;
    opacity: 0.8;
}

#ios-phone::placeholder {
    font-size: 17px;
    text-align: center
}

#ios_error_message {
    color: #ed1a3b;
    text-align: center
}

.modal-header-cont {
    margin: auto
}

.ios-popup-success {
    display: none;
    color: green;
    font-size: 30px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center
}

.ios-input-success {
    display: none;
    background: #fff;
    border-bottom: none
}

.fw-500 {
    font-weight: 500
}

.input-section-for-ios {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ios-submit-success {
    display: none;
    color: green;
    text-align: center;
}

.ios-submit-failure {
    display: none;
    color: #ed1a3b;
    text-align: center;
}
@media screen and (max-width:360px) { 
    #ios_modal_content {
        min-height: 550px !important;
    } 
    #ios-phone {
        height: 40px !important;
    }
}