
/* =--------------------------------------------------------form --------------------------- */
/* overlay popup start  */
.overlay {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 89899987;
    display: none;

    .kl-form .kl-input .form-label {
        @media (max-width:992px) {
            font-size: 16px !important;
            margin-bottom: 10px !important;
        }
    }

    .kl-form .kl-input input {
        @media(max-width:992px) {
            font-size: 16px;
            padding: 9px 9px;
        }
    }

    .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
        @media(max-width:992px) {
            font-size: 16px;
        }
    }

    .kl-form__disclaimer {
        @media(max-width:992px) {
            font-size: 16px;
            padding-bottom: 8px;
            padding-top: 8px;
        }
    }

    .kl-form__submit-button {
        @media(max-width:992px) {
            font-size: 16px;
            margin-bottom: 12px;
        }
    }

    .kl-form__branding {
        @media(max-width:992px) {
            font-size: 16px;
        }
    }


}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-size: 26px;
}

.popup {
    max-width: 600px;
    width: 80%;
    padding: 40px 20px 0;
    position: relative;
    background: #fff;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    min-height: 200px;
    transition: all 1s ease-in-out;

    @media(max-width:992px) {
        max-width: 600px;
    }

    @media (max-width: 640px) {
        padding: 20px 10px;
        width: 90%;
    }
}

.enquiry_success {
    font: normal normal 500 24px/28px #fff;
    color: #000;
    letter-spacing: 0.88px;
    padding: 20px 50px;

    @media (max-width: 640px) {
        padding: 10px;
    }
}

.customForm .form-group-wrapper select,
.customForm .form-group-wrapper input[type=text],
.customForm .form-group-wrapper input[type=tel],
.customForm .form-group-wrapper input[type=email],
.customForm .form-group-wrapper textarea {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 7px;
    outline: 0;
    color: #3C446B;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

label {
    color: #000;
    font-weight: 500;
}

.form-group-wrapper .submit-btn {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ff5d3c;
    color: #fff !important;
}

.customForm .form-group-wrapper {
    margin-bottom: 30px;
    padding: 0 10px;
    position: relative;
}

.form-group-wrapper .submit-btn {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    padding: 10px 20px;
}

label span {
    color: red;
}

label.error {
    color: red !important;
    position: absolute;
    left: 0px;
    bottom: -20px;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: normal;
    width: 100%;
    display: block;
}

label.error {
    left: 12px !important;
}

.iti {
    width: 100%;
}

.error-message {
    position: absolute;
    color: red;
    font: normal normal 500 12px #fff;
    line-height: 16px;
    left: 10px;
    bottom: -20px;
}

#consent-error {
    bottom: -20px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    scale: 0.8;
}

.iti__country-name {
    color: #000 !important;
}

.intl-tel-input .country-list {
    font-size: 15px !important;

    @media(max-width:992px) {
        font-size: 10px !important;
    }
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: px-to-vw(250) !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    @media(max-width:992px) {
        max-height: 250px !important;
    }
}


.content-slider {
    height: 160px;
    overflow-y: scroll;
    position: relative;
}

.content-slider ul {
    padding: 10px 0px 10px 20px;
}

.content-slider::-webkit-scrollbar-track {
    background-color: #fff;
    margin-right: 10px;
}

.content-slider::-webkit-scrollbar {
    width: 3px;
    background-color: #0F2749;
    border-radius: 5px;
}

.content-slider::-webkit-scrollbar-thumb {
    background-color: #0F2749;
    border-radius: 5px;
}

.kl-form .kl-input span.invalid {
    position: absolute;
    font-size: 10px;
    margin-top: 0;
}

.kl__form-container h5 {
    text-align: center;
}

#kl__form-container {
    min-height: 450px !important;
}
