.lead-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: rgba(238, 245, 255, 0.9);
}
.lead-popup-inner {
    width: 100%;
    max-width: 420px;
    /* background: linear-gradient(162deg, #131c3b, #223466); */
    background-color: #fff;
    border-top: 5px solid #131c3b;
    box-shadow: 0 5px 7px 0 #00000033;
    border-radius: 0px;
}

.lead-popup-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #223466;
    padding: 10px;
}
.lead-popup-head .lead-popup-title {
    font-size: 1.5rem;
    font-weight: 500;
}
.lead-popup-head .lead-popup-title img {
    width: 21px;
}

.lead-popup-head .lead-popup-closer {
    font-weight: 500;
    border-radius: 100%;
    background: #f2f2f2;
    width: 21px;
    height: 21px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* padding: 5px;
    font-size: 13px; */
    cursor: pointer;
}

.lead-popup-form {
    padding: 10px;
}
.lead-popup-form .form-group {
    padding: 0.5rem 0px;
    margin-bottom: 0.5rem;
}
.lead-popup-form .form-group .form-control {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #f2f2f2;
    outline: none;
    border: none;
    font-weight: normal;
    font-size: 1rem;
}
.lead-popup-form .form-group .form-control:hover,
.lead-popup-form .form-group .form-control:focus {
    outline: none;
    border: none;
}
.lead-popup-form input#txtphone {
    padding-left: 52px;
}
.form-group #accepttnc {
    margin-right: 4px;
}
.button-wrapper {
    text-align: center;
    display: block;
    width: 100%;
}

.button-wrapper .btn {
    margin: 0 auto;
    width: 100%;
    display: block;
    border-radius: 0px;
    cursor: pointer;
}

.lead-popup-form .form-control.error,
.lead-popup-form .form-check-input.error {
    outline: solid #ff3333;
}
.iti.iti--allow-dropdown.iti--separate-dial-code,
.iti.iti--allow-dropdown {
    display: block;
    width: 100%;
}
