@font-face {
    font-family: "HyundaiRegular";
    src: url("HyundaiSansHead-Regular.otf");
}

* {
    font-family: "HyundaiRegular";
}

h3 {
    font-weight: 700;
    color: #26436d;
    font-size: 26px;
    letter-spacing: 5px;
    margin-top: 1.1em;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 1.5em;
}

label {
    font-weight: 500;
    color: #2c2c2c;
    font-size: 0.9em;
    line-height: 1;
    margin-bottom: 7px;
}

.form-input {
    margin-bottom: 1.2em;
}

.form-control {
    color: #0c0c0c;
}

.evaluationheading {
    padding: 6px;
    color: #313131;
    font-size: 17px;
    text-align: center;
    border-radius: 2px;
    border-bottom: 2px solid #26436d;
}

.successmsg {
    color: white;
    background: #009f00;
    padding: 5px;
    border-radius: 7px;
    display: none;
}

.errormsg {
    color: #e20101;
    background: #ffffff;
    font-weight: 500;
    padding: 3px;
    border-radius: 5px;
    display: none;
    border: 1px solid #ff5656;
    font-size: 14px;
}

.btn-submit {
    background: #26436d;
    border-color: #26436d;
    padding: 0.4em 2em;
    font-size: 1.2em;
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 24px;
        letter-spacing: 4px;
        margin-top: 1em;
        padding-bottom: 5px;
        margin-bottom: 1.1em;
    }
}

@media (max-width: 575.98px) {
    h3 {
        font-size: 22px;
        letter-spacing: 3px;
        margin-top: 0.8em;
        padding-bottom: 5px;
        margin-bottom: 1em;
    }
}

.address-f {
    font-size: 16px;
    background: #01255f;
    padding: 5px;
    color: white;
    border-radius: 6px;
    display: inline-block;
    margin-right: 5px;
    width: 27px;
    text-align: center;
}

.phone-f {
    font-size: 16px;
    background: #01255f;
    padding: 5px;
    color: white;
    border-radius: 6px;
    display: inline-block;
    margin-right: 5px;
    width: 27px;
    text-align: center;
}

.address-container {
    margin-bottom: 10px;
    border: 1px solid #93b4e9;
    padding: 10px;
    border-radius: 9px;
    background: #f7fafd;
}

.phone-container {
    border: 1px solid #93b4e9;
    padding: 10px;
    border-radius: 9px;
    background: #f7fafd;
}

#dealership-details p,
#dealership-details p a {
    margin-bottom: 0;
    color: #545454;
    margin-left: 0px;
    margin-top: 2px;
}
#dealership-details p a:hover {
    text-decoration: underline;
}

#dealership-details span {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.otp-modal {
    z-index: 9999;
}

.otp-modal .modal-body {
    padding: 2.5em 1em;
}

.otp-modal .modal-title {
    font-weight: 600;
    font-size: 1.1em;
    color: black;
}

.otp-modal .otpnumber {
    font-weight: 100;
    color: #797979;
    font-size: 13px;
    margin-bottom: 2.7em;
}

.otp-modal .otperror {
    color: #fc4c4c;
    margin: 0;
    display: none;
}

.otp-modal .btn-validate {
    margin-bottom: 1em;
    padding: 10px 22px;
    margin-top: 1.3em;
}

.otp-modal .otp-resend {
    font-weight: 600;
    margin-bottom: 9px;
    cursor: pointer;
    display: none;
}

.otp-modal .otp-num-wrong {
    color: #8f8f8f;
    cursor: pointer;
    font-size: 12px;
}

.digit-group input {
    width: 39px;
    height: 50px;
    background-color: #ebebeb;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: #b0b0b0;
    font-size: 24px;
}

.btn-thank-close {
    border: 1px solid #c4c4c4;
    background: none;
    color: #e91515;
    padding: 3px;
}

.copyright {
    font-size: 13px;
    color: #d6d6d6;
    text-align: center;
    background: #1b1b1b;
    padding: 10px;
    margin-top: 5em;
}

@media (max-width: 767.98px) {
    .digit-group input {
        font-size: 19px;
        width: 32px;
        height: 40px;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
