body {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}
.logo img {
    width: 200px;
    padding: 6px;
}

.width-container {
    width: 360px;
    margin: 0 auto;
    box-shadow: 5px 10px 20px #cdcfd5;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #ffffff, #cbd5e1);
}

.msg {
    margin: 0;
    padding: 0 0 0 6px;
}

.chola-sec {
    padding: 0 15px;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}

.chola-sec .customer-name {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-transform: capitalize !important;
}

.chola-sec h4 {
    padding: 6px;
}

.chola-sec .msg-display {
    color: #0a3b84;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.brandmsg {
    font-size: 14px !important;
}

.btn {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.product_landing_bg {
  background: linear-gradient(to bottom, #ffffff, #ffffff, #cbd5e1);
}

.btn button {
    background-color: #003F89;
    border: 1px solid #F2F8FD;
    border-radius: 7px;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    color: #FFF;
    box-shadow: 0px 5px 15px #0A3B8466;
    height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.main-sec .sub-main-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 10px 20px #cdcfd5;
    left: 20px;
    margin: 25px auto 70px;
    width: 90%;
}

.ptb-box-sec {
    #background: #e3e3e3;
    border-radius: 2px;
}

.ptb-sec-title {
    color: #014088;
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
}

.confirm-form-sec .form-group {
    display: block;
    margin-bottom: 15px;
    padding: 0 10px;
    position: relative;
}

.confirm-form-sec .form-group .form-label {
    color: #003f89;
    display: block;
    font-size: 1rem;
    padding-left: 20px;
    padding-top: 16px;
    position: absolute;
    top: -8px;
    transition: .2s;
}

.confirm-form-sec .form-group .form-field {
    border: 1px solid #0a3b84;
    box-shadow: 0 5px 15px rgba(72, 88, 133, .161);
    color: #0a3b84;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    outline: 0;
    padding-left: 15px;
    padding-top: 24px;
    transition: border-color .2s;
    width: 93%;
    border-radius: 4px;
}

.logo-banner img {
    width: 100%;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-links {
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    background: #ffffff;
}

.footer-links img {
    padding: 10px;
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.copyright-txt {
    background-color: #0a3c85;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    padding: 10px;

}

.modal-close-otp {
    position: absolute;
    top: 14px;
    right: 14px;
}

.left-btn {
    padding: 10px 25px;
    background: #efefef;
    color: #333;
    border: none;
    outline: none;
    border-radius: 0px 10px 0 10px;
}

.right-btn {
    padding: 10px 25px;
    background: #003f89;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 10px 0 10px 0;
}

.vendar-prev img {
    font-size: 16px;
    padding-right: 5px;
}

.confirm-bottom-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 35px
}

.confirm-form-sec .confirm-bottom-sec .confirm-btn-blue-bg {
    background-color: #003f89;
    border: 1px solid #003f89;
    border-radius: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    left: 120px;
    margin-top: 30px;
    opacity: 1;
    outline: 0;
    padding: 8px 30px;
    position: relative;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    /* always below the button */
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 999;
    text-decoration: none;
}

.dropdown-options li {
    padding: 8px;
    cursor: pointer;
}

.dropdown-options li:hover {
    background: #eee;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    /* or any fixed width you want */
}

.form-field-select {
    text-align: left;
    background: #fff;
    cursor: pointer;
    border: 1px solid #0a3b84;
    box-shadow: 0 5px 15px rgba(72, 88, 133, .161);
    color: #0a3b84;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    outline: 0;
    padding-left: 15px;
    padding-top: 24px;
    transition: border-color .2s;
    width: 93%;
    border-radius: 4px;
    padding: 12px;
}

.dropdown-options-model,
.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    /* always below the button */
    left: 0;
    padding: 0;
    width: 100%;
    /* same width as button */
    border: 1px solid #ccc;
    background: #fff;
    z-index: 999;
}

.dropdown-options-model li,
.dropdown-options li {
    text-decoration: none;
    list-style: none;
    padding: 8px;
    cursor: pointer;
    text-align: left;
}

.dropdown-options-model li:hover,
.dropdown-options li:hover {
    background: #eee;
}

.error-msg {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    background: #bd362f;
    padding: 15px 45px;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: 0 0 12px #999;
}

.success-msg {
    font-size: 16px;
    color: #419460;
    padding: 15px 45px;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: 0 0 12px #999;
}

.otp-modal-bg {
    background: #00000080;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 1;
}

.otp-modal-content {
    padding: 20px 15px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -5px 10px #00000026;
    background: #fff;
    position: fixed;
    height: 46%;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 2;
    text-align: center;
    overflow-y: scroll;
}

.otp-modal-title {
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 8px;
}

.otp-modal-sub-title {
    color: #666666;
    font-size: 12px;
    text-align: center;
    margin-bottom: 42px;
}

.otp-input {
    display: flex;
    padding: 26px 0 0;
    margin: 0 auto;
    width: 237px;
    justify-content: space-between;
}

.otp-input input {
    padding: 11px 6px;
    border: none;
    border-bottom: 1px dashed #CAD2E2;
    outline: none;
    font-size: 20px;
    width: 100px;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    letter-spacing: 10px;
    text-indent: 10px;
}

.otp-verify-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.otp-verify-btn button {
    width: 100%;
    background: #0091D0;
    color: #fff;
    border: none;
    padding: 13px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 700;
    outline: none;
}

.otp-resend {
    color: #0091D0;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 500;
}

.otp-resend-sec {
    color: #4B4B4B;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 500;
}

.otp-margin {
    margin-bottom: 27px;
}

.vehicle-footer {
    border-top: 1px dashed #003f89;
    position: relative;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 85px;
}

.product_landing {
    position: relative;
}

.key-topic {
    color: #d00308;
    border-bottom: 5px solid #003F89;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -28px;
    left: 37%;
    padding-bottom: 5px;
}

.key-topic::after {
    content: "";
    position: absolute;
    bottom: -75%;
    left: 45%;
    margin-left: -3px;
    border-width: 7px;
    border-style: solid;
    border-color: #003F89 transparent transparent transparent;
}

.bold {
    font-weight: 700;
}

.quick-key-high {
    background-color: #e7ecf2;
    color: #0a3b84;
    margin-top: -27px;
}

.key-highlights {
    margin-bottom: 5px;
    display: block;
}

.panel {
    padding: 2px;
    display: flex;
    gap: 10px;
    border-top: 1.8px solid #fff;
    border-bottom: 1.8px solid #fff;
}

.panel img {
    height: 40px;
    padding: 0 0 0 20px;
    width: 40px;
}

.key-footer {
    width: 100%;
    margin-top: 20px;
}

.fix-footer {
    position: fixed;
    max-width: 360px;
    bottom: 0;
}

.loading-app {
    width: 100%;
    height: 100%;
    z-index: 999999999;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    background: url('../img/call_loading.gif') 50% no-repeat;
    background-color: hsla(0, 0%, 100%, .54902);
    overflow: hidden;
    overflow-y: hidden;
    display: block;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]:focus::-webkit-inner-spin-button {
  -webkit-appearance: none;
}