@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');
html,
body {
    font-family: 'Prompt', sans-serif;
}

.text-blue {
    color: #273B81;
}

.text-red {
    color: #EF2742;
}

header {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 0.25em 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar a,
.navbar a:hover {
    color: #273B81 !important;
}

.btn-confirm-otp,
.navbar a.btn-login,
.btn-submit {
    background: #FFC324;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.navbar a.btn-contact {
    color: #fff !important;
    background: rgb(39, 59, 129);
    background: -moz-linear-gradient(top, rgb(39, 59, 129) 0%, rgb(19, 66, 229) 100%);
    background: -webkit-linear-gradient(top, rgb(39, 59, 129) 0%, rgb(19, 66, 229) 100%);
    background: linear-gradient(to bottom, rgb(39, 59, 129) 0%, rgb(19, 66, 229) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#273b81', endColorstr='#1342e5', GradientType=0);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding-left: 3em !important;
    position: relative;
}

.navbar a.btn-contact span {
    position: relative;
}

.navbar a.btn-contact span:before {
    content: "";
    position: absolute;
    left: -38px;
    top: -3px;
    width: 32px;
    height: 32px;
    background: url(../images/tel.png) no-repeat center;
}

a.btn-line,
a.btn-line:hover {
    color: #fff !important;
    background: #00C300;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding-left: 3em !important;
    position: relative;
}

a.btn-line span {
    position: relative;
}

a.btn-line span:before {
    content: "";
    position: absolute;
    left: -38px;
    top: -3px;
    width: 32px;
    height: 32px;
    background: url(../images/line-icon.png) no-repeat center;
}

.btn-confirm-otp,
.btn-submit {
    padding: 0.75em 5em;
    margin-left: 0;
    color: #273B81;
}

.btn-submit:hover {
    opacity: 0.9;
}

.btn-otp-show {
    display: none;
}

.btn-otp,
.btn-otp-show {
    padding: 0.75em 1em;
    margin-left: 0;
    color: #fff !important;
    background: #273B81;
}

.btn-otp.disabled {
    padding: 0.75em 1em;
    margin-left: 0;
    color: #fff !important;
    background: #A9A9A9;
}

form fieldset {
    border: 2px solid rgba(169, 169, 169, 0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 1em;
}

form label {
    padding-top: 0.5em;
    color: #273B81;
}

form label small {
    color: #2F80ED;
    display: block;
}

form label i {
    font-style: normal;
    line-height: 0.75;
    color: #fff;
    background: #3079CE;
    width: 13px;
    height: 13px;
    text-align: center;
    display: inline-block;
    font-size: 9px;
    vertical-align: baseline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #273B81;
    font-family: 'Prompt', sans-serif;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #273B81;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #273B81;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #273B81;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #273B81;
}

.check-price-form .form-check [type=checkbox],
.check-price-form .form-check [type=radio] {
    display: none;
}

.form-control {
    color: #A9A9A9;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    display: block;
    padding: 0.8em 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
}

.check-price-form .form-control {
    /*text-align: center;*/
}

.formdate {
    text-align: left;
}

.check-price-form .form-check-label {
    color: #A9A9A9;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 0.8em 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
}

.check-price-form .form-check-label.two-line {
    padding: 0.35em 0;
    height: auto;
    line-height: 1.2;
}

.check-price-form .form-control:hover,
.check-price-form [type=checkbox]:checked+.form-check-label,
.check-price-form [type=radio]:checked+.form-check-label {
    color: #273B81;
    border-color: #273B81;
    background-color: rgba(39, 59, 129, 0.1);
}

.forgot-password .form-control,
.forgot-password .form-control:hover {
    text-align: left;
    padding: 0.8em 1em;
    background-color: #fff;
}

.forgot-password .form-control:disabled {
    cursor: default;
}

.forgot-password .form-control.is-valid,
.forgot-password.was-validated .form-control:valid,
.forgot-password .form-control.is-invalid,
.forgot-password.was-validated .form-control:invalid {
    background-image: none;
    padding-right: 1em;
}

.forgot-password input[type=checkbox] {
    cursor: pointer;
}

.bootstrap-select .btn,
.bootstrap-select .btn:focus {
    padding: 0.8em 0.5em;
    border: 1px solid #A9A9A9;
    background: #fff;
    color: #A9A9A9;
    outline: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #273B81;
    border-color: #273B81;
}

.bs-searchbox .form-control {
    padding: 0.5em;
}

.footer-forgot-password {
    background: #4688F1 url(../images/login/bg-forgot-password.png) no-repeat center center;
    background-size: cover;
}

.footer-forgot-password {
    color: #fff;
}

footer {
    background: #273B81;
    color: #fff;
    padding: 1em 0;
}

footer a,
footer a:hover {
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul li {
    display: inline-block;
    margin: 0 0.25em;
}


/* OTP begin */

.otp-input .form-control {
    width: 50px;
    display: inline-block;
    text-align: center !important;
    margin-right: 1.2em;
}

.otp-input .form-control:nth-child(6) {
    margin-right: 0;
}

.otp-input .form-control.is-valid,
.otp-input .was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-left: 1em;
}

.modal .modal-header {
    border-bottom: none;
    text-align: center;
}

.modal .close,
.modal .close:focus {
    font-family: sans-serif;
    outline: none;
}


/* OTP end */


/* Filter begin */

.filter-nav-left {
    position: relative;
}

.filter-nav-left h5.h5-filter {
    background: url(../images/filter/filter_list.png) no-repeat left center;
    padding: 0 0 0 1.65em;
}

#price-range {
    width: 100%;
}

.collapse-title {
    font-size: 1.25em;
    font-weight: 500;
    position: relative;
}

.collapse-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background: url(../images/filter/collapse.png) no-repeat left center;
    cursor: pointer;
}

.collapse-title.collapsed:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background: url(../images/filter/collapsed.png) no-repeat left center;
    cursor: pointer;
}

.filter-nav-left .form-check {
    padding-left: 0;
}

.filter-nav-left .form-check-input {
    position: absolute;
    opacity: 0;
}

.filter-nav-left .form-check-input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.filter-nav-left .form-check-input+label:before {
    content: "";
    margin: 3px 10px 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: url(../images/filter/check-box.png) no-repeat center;
}

.filter-nav-left .form-check-input:focus+label:before {
    box-shadow: none;
}

.filter-nav-left .form-check-input:checked+label:before {
    background: url(../images/filter/checked-box.png) no-repeat center;
}

.filter-nav-left .form-check-input:disabled+label {
    color: #ddd;
    cursor: auto;
}

.filter-nav-left .form-check-input:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.filter-search-wrap {
    background: #F3F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter-search .filter-search-input {
    background: #fff url(../images/filter/search-icon.png) no-repeat 1em center;
    padding-left: 3em;
    padding-right: 3em;
}

.filter-search .form-group {
    position: relative;
}

.filter-search .clear-text {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 1em;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background: #fff url(../images/filter/close.png) no-repeat center;
    cursor: pointer;
}

.filter-search .filter-search-input:required:valid:focus+.clear-text {
    display: inline-block;
}

.filter-search .filter-search-input:required:invalid+.clear-text {
    display: none;
}

.filter-search .filter-search-input:not([required]).valid-text:focus+.clear-text {
    display: inline-block;
}

.filter-search .filter-search-input:not([required]):not(.valid-text)+.clear-text {
    display: none;
}

.btn-filter {
    color: #333;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.btn-filter.active {
    color: #fff;
    background: #273B81;
}

.filter-card {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.08);
}

.filter-card h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.filter-card .filter-logo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.filter-card .filter-type {
    color: #A9A9A9;
    font-size: 1rem;
    background: url(../images/filter/filter-logo.png) no-repeat right center;
    background-size: 5px 5px;
    padding-right: 0.95rem;
    display: inline-block;
}
.filter-card .fund {
    padding-top: 3.5px;
    color: #273B81;
}
.filter-card .fund-round {
    border: 1px solid #273B81;
    color: #273B81;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 2px 0 0 0;
}
.filter-card .fund-round span {
    background: url(../images/filter/down.png) no-repeat right 11px;
    padding-right: 0.75rem;
}

.filter-card .lead {
    font-weight: 500;
    line-height: 1.3;
}

.btn-recommend {
    color: #273B81;
    font-weight: 600;
    font-size: 0.8rem;
    background: #FFC324;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0.275rem 1rem;
}

.recommend-text {
    padding: 0.5rem 0 0 1.5rem;
}

.recommend-text li {
    padding: 0 0 1rem 0;
}

.btn-filter-compare {
    border: 1px solid #FFC324;
    width: 100%;
    color: #273B81;
    background: transparent url(../images/filter/filter-compare.png) no-repeat 0.5rem center;
    padding: .375rem .5rem .375em 2em;
    text-align: center;
}

.btn-filter-compare.active {
    border: 1px solid #273B81;
    width: 100%;
    color: #fff;
    background: #273B81 url(../images/filter/filter-compare-active.png) no-repeat 0.5rem center;
    padding: .375rem .5rem .375em 2em;
    text-align: left;
}

.shop-now {
    text-align: center;
    background: #FFC324;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.75rem 1rem 0.5rem 1rem;
    margin: 0.5rem 0;
}

.shop-now h3 {
    font-size: 1.125rem;
    font-weight: 600;
}

.shop-now strong {
    font-size: 1.125rem;
    line-height: 1;
}

.line-through {
    text-decoration: line-through;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.filter-card .text-lightblue {
    color: #1342E5;
    font-size: 0.875em;
    font-weight: 500;
}

.filter-card hr {
    border-top: 1px solid #EF2742;
}

.footer-filter-card {
    padding: 0 0 0 3.25em;
}

.footer-filter-card p {
    font-size: 1.125em;
    font-weight: 600;
}

.f-1 {
    background: url(../images/filter/f-1.png) no-repeat left top;
    background-size: 45px 45px;
}

.f-2 {
    background: url(../images/filter/f-2.png) no-repeat left top;
    background-size: 45px 45px;
}

.f-3 {
    background: url(../images/filter/f-3.png) no-repeat left top;
    background-size: 45px 45px;
}

.f-4 {
    background: url(../images/filter/f-4.png) no-repeat left top;
    background-size: 45px 45px;
}

.footer-filter-card small {
    font-size: 0.875em;
    font-weight: 400;
}

.footer-filter-card ul {
    padding: 0 0 0 1.5em;
    font-size: 0.875em;
    font-weight: 400;
}

.capital-insurance label {
    font-size: 1.125em;
    font-weight: 600;
    padding: 0.1em 0 0 0;
}

.capital-insurance .form-control {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #273B81;
    padding: 0.25em 0.5em;
    color: #273B81;
    font-weight: 500;
    font-size: 0.875rem;
}

.filter-card .detail {
    font-size: 0.8125em;
    text-decoration: underline;
    cursor: pointer;
    color: #273B81;
    display: inline-block;
    line-height: 1;
}

.filter-toggle-more {
    background: url(../images/filter/filter-toggle-more.png) no-repeat left center;
    padding: 0 1em 0 1.75em;
    cursor: pointer;
    display: inline-block;
}

.filter-toggle-less {
    background: url(../images/filter/filter-toggle-less.png) no-repeat left center;
    padding: 0 1em 0 1.75em;
    cursor: pointer;
    display: inline-block;
}

.btn-modal-title,
.btn-modal-title:hover {
    background: rgba(39, 59, 129, 0.1);
    width: 100%;
    color: #273B81;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1.125em;
    font-weight: 500;
}

.modal table {
    text-align: left;
}

.modal table th {
    border: none;
    font-size: 1.125em;
    font-weight: 500;
}

.modal .table td,
.modal .table th {
    padding: 0.5em;
}

.blue-card {
    background: #273B81;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    position: relative;
    margin: 0 0.5em;
}

.blue-card h2 {
    font-size: 1rem;
    color: #FFC324;
}

.blue-card p {
    line-height: 1;
}

.blue-card .close {
    background: url(../images/filter/close-white.png) no-repeat center;
    width: 14px;
    height: 14px;
    opacity: 1;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    cursor: pointer;
}

.btn-submit:disabled {
    background: #A9A9A9;
}

.compare-table {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #F4F5F8;
}

.compare-table .table tr:nth-child(1) td {
    border: none;
}

.compare-close {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0px;
    top: -18px;
    background: url(../images/filter/compare-close.png) no-repeat center;
    box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.compare-card:hover .compare-close {
    display: block;
}

.compare-card-img {
    width: 40%;
}

.header-back,
.header-back:hover {
    background: url(../images/filter/back.png) no-repeat left center;
    padding-left: 1em;
    color: #273B81;
    text-decoration: none;
}

.filter-btn-group a.btn {
    color: #fff !important;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.5em 1em !important;
    position: relative;
    margin-bottom: 1rem;
}

.filter-btn-group a.btn span {
    position: relative;
    display: inline-block;
    padding-left: 3em;
}

.filter-btn-group a.btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
}

.filter-btn-group a.btn-line span:before {
    background: url(../images/filter/Line_white.png) no-repeat center;
    background-size: 100% 100%;
}

.filter-btn-group a.btn-message,
.filter-btn-group a.btn-message:hover {
    background: #2F80ED;
}

.filter-btn-group a.btn-message span:before {
    background: url(../images/filter/message.png) no-repeat center;
    background-size: 100% 100%;
}

.filter-btn-group a.btn-email,
.filter-btn-group a.btn-email:hover {
    background: #273B81;
}

.filter-btn-group a.btn-email span:before {
    background: url(../images/filter/email.png) no-repeat center;
    background-size: 100% 100%;
}

.filter-btn-group a.btn-tel,
.filter-btn-group a.btn-tel:hover {
    background: #FFC324;
    color: #273B81 !important;
}

.filter-btn-group a.btn-tel span {
    padding-left: 2.5em;
}

.filter-btn-group a.btn-tel span:before {
    background: url(../images/filter/call.png) no-repeat center;
    background-size: auto;
}

.btn-tel-outline {
    color: #273B81 !important;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.5em 2em !important;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #273B81;
}

.btn-tel-outline span {
    position: relative;
    display: inline-block;
    padding-left: 2em;
}

.btn-tel-outline span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/filter/Phone.png) no-repeat center;
    background-size: 100% 100%;
}

.download-quotation {
    background: url(../images/filter/download-quotation.png) no-repeat left center;
    color: #273B81;
    padding-left: 2em;
}

.send-quotation {
    background: url(../images/filter/send-quotation.png) no-repeat left center;
    color: #273B81;
    padding-left: 2em;
}

.no-result {
    color: #828282;
}

.no-result h2 {
    font-size: 1.875rem;
    font-weight: 400;
}

.no-result h2 b {
    font-size: 2.5rem;
    font-weight: 500;
    color: #4F4F4F;
}

.scroll-lock {
    background: #fff;
}
.scroll-lock .scroll-lock-margin {
    margin: 3rem 0;
}
.scroll-lock.fixed-top .scroll-lock-margin {
    margin: 1.5rem 0;
}

.most-choose {
    color: #fff;
    background: #EF2742;
    font-size: 0.5em;
    display: block;
    text-align: center;
    padding: 0.25em 0;
    margin-bottom: 0.5em;
}

.best-price {
    color: #fff;
    background: #EF2742;
    font-size: 0.7em;
    display: block;
    text-align: center;
    padding: 1em 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1rem;
}

.best-price:before {
    content: "";
    background: url(../images/filter/best-price.png) no-repeat center;
    position: absolute;
    width: 23px;
    height: 13px;
    right: 1.25em;
    top: -10px;
}

.best-price .info {
    color: #EF2742;
    background: #fff;
    display: inline-block;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-style: normal;
    line-height: 1.3;
    text-align: center;
}

#loginModal input.label-text+label {
    position: absolute;
    left: 1em;
    top: 0.4em;
    color: #A9A9A9;
}

#loginModal input.label-text+label:after {
    content: '*';
    color: #EF2742;
}


/* show the placeholder when input has no content (no content = invalid) */

#loginModal input.label-text:invalid+label {
    display: inline-block;
}


/* hide the placeholder when input has some text typed in */

#loginModal input.label-text:valid+label {
    display: none;
}

#loginModal .form-control::-moz-placeholder {
    color: #A9A9A9;
    opacity: 1
}

#loginModal .form-control:-ms-input-placeholder {
    color: #A9A9A9
}

#loginModal .form-control::-webkit-input-placeholder {
    color: #A9A9A9
}


/* Filter end */


/* Login begin */

.login-card {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.login-form h1 {
    font-size: 1.875em;
    font-weight: 500;
    color: #273B81;
}

.login-form p.welcome {
    font-size: 1.125em;
}

.login-form .form-control {
    color: #273B81;
    border: 1px solid #E8E8E8;
    text-align: left;
    padding: 0.8em 1em;
}

.login-form .form-control:hover,
.login-form .form-control:focus {
    color: #273B81;
    border-color: #273B81;
    background-color: #fff;
    box-shadow: none !important;
}

.login-form a,
.login-form a:hover {
    color: #273B81;
}

.login-form .login-social {
    color: #fff;
    background: #1877F2;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    width: 100%;
    display: block;
    font-size: 0.8125em;
    padding: 1rem 0.2rem 1rem 4.5rem;
    margin-top: 1rem;
}

.login-form .login-facebook {
    background: #1877F2 url(../images/login/facebook-icon.png) no-repeat 0.25em center;
    background-size: auto 87%;
}

.login-form .login-facebook:hover {
    background: #4688F1 url(../images/login/facebook-icon.png) no-repeat 0.25em center;
    background-size: auto 87%;
}

.login-form .login-google {
    background: #1877F2 url(../images/login/google-icon.png) no-repeat 0.2em center;
    background-size: auto 87%;
}

.login-form .login-google:hover {
    background: #4688F1 url(../images/login/google-icon.png) no-repeat 0.2em center;
    background-size: auto 87%;
}

.login-form .login-social:hover {
    color: #fff;
    text-decoration: none;
}

.forgot-password,
.forgot-password:hover {
    font-size: 0.875em;
}

.or span {
    position: absolute;
    margin-top: -30px;
    display: inline-block;
    background: #fff;
    z-index: 10;
    padding: 0 1em;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.form-group {
    position: relative;
}

.invalid-feedback {
    position: absolute;
    bottom: -1.5em;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
    padding-right: 1em;
}

.eye {
    position: absolute;
    right: 1em;
    top: 26px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/login/eye-off-line.png) no-repeat center;
    background-size: 100%;
}
.eye-show {
    background: url(../images/login/eye-line.png) no-repeat center;
    background-size: 100%;
}


/* Login end */


/* My Account begin */

.account {
    background: #F3F3F3;
}

.account-left {
    background: #fff;
    position: relative;
    z-index: 1;
    border-right: 1px solid #dee2e6;
}

.account-left h5 {
    text-transform: uppercase;
}

.account-left .avatar {
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.09);
    display: inline-block;
}

.account-left .nav-link {
    border-bottom: 1px solid #dee2e6;
    color: #273B81;
    background: transparent url(../../backend/images/account/Vector-1.png) no-repeat right +1em center;
    padding: .75rem 1rem;
}

.account-left .nav-link:hover,
.account-left .nav-link.active {
    border-bottom: 1px solid #dee2e6;
    color: #273B81;
    background: #FFC324 url(../../backend/images/account/Vector-1.png) no-repeat right +1em center;
    padding: .75rem 1rem;
}

.account-left .logout,
.account-left .logout:hover {
    display: block;
    border-bottom: 1px solid #dee2e6;
    color: #EF2742;
    padding: .75rem 1rem;
    text-decoration: none;
}

.account-card {
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    background: #fff;
}

.account-card .form-control {
    border: 1px solid rgba(39, 59, 129, 0.5);
    background: rgba(39, 59, 129, 0.04);
    color: #333;
}

.account-card .btn-submit {
    padding: 0.75em 2em;
}

.btn-blue {
    color: #fff;
    background: #273B81;
    padding: 0.75em 2em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.btn-blue:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-outline-blue {
    color: #273B81;
    background: transparent;
    padding: 0.75em 2em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    border: 1px solid #273B81;
}

.btn-outline-blue:hover {
    color: #273B81;
    opacity: 0.9;
}

.my-insurance {
    border: 1px solid rgba(39, 59, 129, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.my-insurance .my-insurance-logo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.my-insurance a,
.my-insurance a {
    color: #273B81;
    text-decoration: none;
}

.my-insurance p.lead {
    font-weight: 500;
}

.my-insurance small {
    display: block;
}

.quotation-date {
    margin-left: 2rem;
}

.font-weight-500 {
    font-weight: 500;
}

.quotation-table {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(39, 59, 129, 0.3);
}

.quotation-table .table tr:nth-child(1) td {
    border: none;
}

.quotation-table .table thead tr td {
    background: #273B81;
}

.text-lightblue {
    color: #55ACEE;
}

.text-yellow {
    color: #FFC324;
}

.text-orange {
    color: #E48904;
}

.order-status {
    color: #fff !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    font-size: 0.875em;
    padding: 0.5rem 2rem 0.5rem 1rem;
}

.order-status-blue {
    background: #273B81 url(../../backend/images/account/done.png) no-repeat right +1em center;
}

.order-status-lightblue {
    background: #72BCF3 url(../../backend/images/account/hourglass_full.png) no-repeat right +1em center;
}

.order-status-grey {
    background: #A9A9A9 url(../../backend/images/account/close.png) no-repeat right +1em center;
}

.order-status-yellow {
    background: #FFC324 url(../../backend/images/account/hourglass_full.png) no-repeat right +1em center;
}

.order-status-orange {
    background: #E48904 url(../../backend/images/account/history.png) no-repeat right +1em center;
}

.order-status-purple {
    background: #B7388E url(../../backend/images/account/history.png) no-repeat right +1em center;
}
.order-status-success {
    background: #00b900 url(../../backend/images/account/status.png) no-repeat right +1em center;
}
#tab-order.nav-tabs {
    border-bottom: none;
    margin-top: 0.5em;
}

#tab-order.nav-tabs .nav-link {
    border: none;
    color: #828282;
    font-size: 0.875em;
    padding: 0.25em 1em;
}

#tab-order.nav-tabs .nav-item.show .nav-link,
#tab-order.nav-tabs .nav-link.active {
    color: #273B81;
    font-weight: 500;
    border-bottom: 3px solid #273B81;
}

#tab-payment-method.nav-tabs {
    border-bottom: none;
    margin: 0 -0.5em;
}

#tab-payment-method.nav-tabs .nav-link {
    border: 1px solid rgba(39, 59, 129, 0.05);
    background: rgba(39, 59, 129, 0.05) url(../../backend/images/account/credit_card.png) no-repeat 0.8em center;
    color: #273B81;
    font-size: 0.875em;
    padding: 1.5em 1em 1.5em 3em;
    margin: 0.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

#tab-payment-method.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: url(../../backend/images/account/radio_button_unchecked.png) no-repeat center;
}

#tab-payment-method.nav-tabs .nav-link.two-line {
    padding: 0.8em 1em 0.8em 3em;
}

#tab-payment-method.nav-tabs .nav-item.show .nav-link,
#tab-payment-method.nav-tabs .nav-link.active {
    border: 1px solid rgba(39, 59, 129, 0.3);
    background: rgba(39, 59, 129, 0.1) url(../../backend/images/account/credit_card.png) no-repeat 0.8em center;
}

#tab-payment-method.nav-tabs .nav-item.show .nav-link:after,
#tab-payment-method.nav-tabs .nav-link.active:after {
    background: url(../../backend/images/account/radio_button_checked.png) no-repeat center;
}

#payment-method-tabContent {
    background: #F3F3F3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.payment-1-form .form-control {
    border: 1px solid #A9A9A9;
    background: #fff;
    color: #333;
    padding: 0.5em 0.75em;
}

.payment-3-form table {
    width: 100%;
    vertical-align: middle;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.payment-3-form table tr td {
    padding: 0.5em 0.25em;
}

.payment-3-form .form-check-input {
    margin-top: -0.25em;
    margin-left: -0.8rem;
}

.text-kasikorn {
    color: #00B900;
}

.text-scb {
    color: #532882;
}

.text-krungthai {
    color: #00A3E4;
}

.payment-5-tab {
    border: none;
    margin: 0 -0.5em;
}

.payment-5-tab.nav-tabs .nav-link,
.payment-5-tab.nav-tabs .nav-link:hover {
    border: none;
    color: #273B81;
    padding: 0;
    background: #fff;
    margin: 0.5em;
    border: 4px solid #E0E0E0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.payment-5-tab.nav-tabs .nav-item.show .nav-link,
.payment-5-tab.nav-tabs .nav-link.active {
    border: 4px solid #2F80ED;
}

.payment-5-tab.nav-tabs .nav-link table {
    text-align: center;
    margin: 0;
    padding: 0;
}

.payment-5-tab.nav-tabs .nav-link table th {
    border: none;
    background: rgba(39, 59, 129, 0.15);
    color: #273B81;
    font-size: 1.5em;
}
.payment-5-tab.nav-tabs .nav-link.active table th {
    background: #DFE2EC;
    color: #273B81 !important;
}
.payment-5-tab.nav-tabs .nav-link.active table td .text-black-50,
.payment-5-tab.nav-tabs .nav-link.active table td .text-blue {
    color: #fff !important;
}

.table-bank {
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 1rem;
}

.table-bank tr {
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.table-bank tr td {
    padding: 0.5em 0.25em;
}

.table-bank .form-check-input {
    margin-top: -0.25em;
    margin-left: -0.8rem;
}

.my-recommend {
    background: #273B81;
    color: #fff;
}

.my-recommend hr {
    border-top: 1px solid #fff;
}

.input-copy-text,
.input-copy-text:focus {
    color: #3079CE;
    background: rgba(85, 172, 238, 0.21);
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.75em 1em;
    outline: none;
    display: inline-block;
    font-size: 0.8em;
    min-width: 255px;
}

.btn-copy-text,
.btn-copy-text:focus {
    background: rgba(85, 172, 238, 0.21);
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.4em 0.5em;
    outline: none;
    display: inline-block;
}

.copy-tooltip {
    position: relative;
    display: inline-block;
}

.copy-tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #FFC324;
    color: #273B81;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.875em;
}

.copy-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFC324 transparent transparent transparent;
}

.copy-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.id-recommend {
    text-align: center;
    background: rgba(39, 59, 129, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 1em 2em;
    margin-top: 3em;
}

.voucher-cord {
    background: #F3F3F3;
    border: 5px solid rgba(169, 169, 169, 0.3);
    padding: 1.8em;
    position: relative;
    margin-bottom: 1.5em;
}

.voucher-cord:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 49px;
    left: -5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../../backend/images/account/voucher-card-before.png) no-repeat center;
}

.voucher-cord:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 49px;
    right: -5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../../backend/images/account/voucher-card-after.png) no-repeat center;
}

.voucher-cord .border-right {
    border-right: 2px dashed #A9A9A9 !important;
}

#voucherModal img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

#voucherModal .modal-content {
    background: none;
    border: none;
}

#voucherModal .modal-header,
#voucherModal .modal-body {
    background: #fff;
}

#voucherModal .modal-footer {
    border-top: none;
    background: url(../../backend/images/account/voucher-modal.png) no-repeat center top;
    background-size: 100% auto;
}

.payment-wrap {
    border: 2px solid rgba(169, 169, 169, 0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 3em 5em;
}

.payment-wrap .my-insurance {
    -webkit-box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.08);
}

.disabled {
    opacity: 0.5;
}


/* My Account end */


/* Payment Method begin */

.bg-grey {
    background: #F3F3F3;
}

.h-65 {
    height: 70px;
    margin: 2em 0 0.5em 0;
}

#payment-method {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

#payment-method .nav-item {
    width: 50%;
    text-align: center;
    background: #E0E0E0;
}

#payment-method .nav-item .nav-link {
    color: #333;
    border: none;
    padding: 0.8em 1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#payment-method .nav-item .nav-link.active {
    color: #fff;
    border: none;
    background: #273B81;
}

#payment-method #payment-5 .nav-item {
    width: 100%;
}

#full-payment-sub,
#installment-sub {
    border-bottom: none;
}

#full-payment-sub.nav-tabs .nav-link,
#installment-sub.nav-tabs .nav-link {
    background: #fff;
    border: 4px solid #fff;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#full-payment-sub.nav-tabs .nav-item.show .nav-link,
#full-payment-sub.nav-tabs .nav-link.active,
#installment-sub.nav-tabs .nav-item.show .nav-link,
#installment-sub.nav-tabs .nav-link.active {
    border: 4px solid #2F80ED;
}

#full-payment-sub.nav-tabs .nav-link:after,
#installment-sub.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 1em;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 21px;
    height: 20px;
    background: url(../../backend/images/account/radio_button_unchecked-2.png) no-repeat center;
}

#full-payment-sub.nav-tabs .nav-item.show .nav-link:after,
#full-payment-sub.nav-tabs .nav-link.active:after,
#installment-sub.nav-tabs .nav-item.show .nav-link:after,
#installment-sub.nav-tabs .nav-link.active:after {
    background: url(../../backend/images/account/radio_button_checked-2.png) no-repeat center;
}

.time-left {
    height: 54px;
    margin: 2em 0 1em 0;
    position: relative;
}

.time-left-2 {
    position: absolute;
    right: 20px;
    bottom: -10px;
}


/* Payment Method end */

.otp-popup-btn {
    position: absolute;
    right: 1em;
    top: 0.85em;
    color: #EF2742;
    text-decoration: underline;
    cursor: pointer;
}

.tt-menu {
    max-height: 300px;
    background: rgb(255, 255, 255);
    overflow-y: auto;
    padding: 0.5em;
    border: 1px solid rgba(39, 59, 129, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tt-suggestion {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}


/* Extra small devices (portrait phones, less than 576px) xs */

@media (max-width: 575.98px) {
    .account-left {
        background: none;
        border-right: none;
    }
    .account-left .nav {
        background: #fff;
        -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }
    .footer-forgot-password h2 {
        font-size: 1.5em;
    }
    .footer-forgot-password img {
        width: 100%;
    }
    
    h1 {
        font-size: 1.25rem;
    }
    .check-price-form .form-check-label {
        padding: 0.25em 0;
    }
    .navbar-brand img {
        width: 95px;
    }
    .filter-card hr {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .btn-filter-compare {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        padding-left: 2.2rem;
        text-align: center;
    }
    .btn-filter-compare.active {
        padding-left: 2.2rem;
        text-align: center;
    }
    .filter-mobile {
        display: none;
    }
    .mobile-width-wrap {
        overflow: auto;
    }
    .mobile-width {
        min-width: 1200px;
    }
    .copy-tooltip .tooltiptext {
        left: auto;
        right: 0;
    }
    #tab-order.nav-tabs .nav-link {
        padding: 0.25em 0.25em;
    }
}


/* Small devices (landscape phones, 576px and up) sm */

@media (min-width: 576px) and (max-width: 767.98px) {
    .account-left {
        background: none;
        border-right: none;
    }
    .account-left .nav {
        background: #fff;
        -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }
    .navbar-brand img {
        width: 95px;
    }
    .filter-card hr {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .btn-filter-compare {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        padding-left: 2.2rem;
        text-align: center;
    }
    .btn-filter-compare.active {
        padding-left: 2.2rem;
        text-align: center;
    }
    .filter-mobile {
        display: none;
    }
    .mobile-width-wrap {
        overflow: auto;
    }
    .mobile-width {
        min-width: 1200px;
    }
    .copy-tooltip .tooltiptext {
        left: auto;
        right: 0;
    }
    #tab-order.nav-tabs .nav-link {
        padding: 0.25em 0.25em;
    }
}


/* Medium devices (tablets, 768px and up) md */

@media (min-width: 768px) and (max-width: 991.98px) {
    .account-left {
        background: none;
        border-right: none;
    }
    .account-left .nav {
        background: #fff;
        -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }
    .navbar-brand img {
        width: 95px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 0.9rem;
    }
    .filter-mobile {
        display: none;
    }
    .btn-filter-compare, .btn-filter-compare.active {
        font-size: 0.8rem;
        padding: 0.375rem 0rem 0.375em 2.2em;
        text-align: center;
    }
    .filter-card .filter-type, .capital-insurance label {
        font-size: 0.9rem;
    }
    .filter-card .detail {
        font-size: 0.7rem;
    }
    .footer-filter-card p {
        font-size: 0.87em;
    }
    .buy-now .btn-submit {
        padding: 0.75em 2em;
    }

}


/* Large devices (desktops, 992px and up) lg */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-filter-compare, .btn-filter-compare.active {
        font-size: 0.8rem;
        padding: 0.375rem 0rem 0.375em 2.2em;
        text-align: center;
    }
    .filter-card .filter-type, .capital-insurance label {
        font-size: 0.9rem;
    }
    .filter-card .detail {
        font-size: 0.7rem;
    }
    .footer-filter-card p {
        font-size: 0.87em;
    }
}


/* Extra large devices (large desktops, 1200px and up) xl */

@media (min-width: 1200px) {}