.inactive-enquiry-popup {
    width: 320px;
    position: fixed;
    left: 30px;
    bottom: 20px;
    border: 1px solid #0a368b;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
    background: #fff;
}

#enquiryForm,
#nudge-form {
    position: fixed;
    left: 30px;
    bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 4;
    background: #fff;
    border: 3px solid #c2ccde;
    width: 390px;
    display: none;
}

#enquiryForm {
    z-index: 99;
}

.nudge-header {
    background: 0 0;
    margin: 0 25px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#enquiryForm #nudgeLocation,
#nudge-form #nudgeLocation {
    padding-right: 85px;
    text-overflow: ellipsis;
}

.inactive-enquiry-popup .enquiryForm-inner {
    padding: 5px 15px 8px;
    overflow: auto;
    height: calc(100% - 45px);
}

.inactive-enquiry-popup .enquiryForm-inner .form-group .text-danger {
    font-size: 12px;
    display: flex;
    margin-top: 3px;
}

.inactive-enquiry-popup .enquiryForm-inner .form-group .text-danger img {
    padding-right: 3px;
    height: 12px;
    margin-top: 3px;
}

.inactive-enquiry-popup .form-control-enquiry {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mobile-enquiry .icon-down-arrow {
    opacity: 0;
    font-size: 3px;
}

.submit-enquiry-inprogress {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 480px) {
    .inactive-enquiry-popup {
        left: 15px;
        width: calc(100% - 30px);
        box-sizing: border-box;
        bottom: auto;
    }

        .inactive-enquiry-popup .enquiryForm-inner {
            padding: 10px;
        }
}

@media all and (max-width: 430px) {
    .inactive-enquiry-popup {
        width: auto;
        right: 20px;
        left: 20px;
    }
}

@media all and (max-width: 768px) {
   .popupLeft .inactive-enquiry-popup {
        bottom: 60px;
    }
}

.inactive-enquiry-popup .alert {
    font-size: 13px;
}

#enquiryForm #contactMobileNumber {
    flex: 1 1 0%;
}

.popupLeft .inactive-enquiry-popup label {
    margin-top: 0;
}

.inactive-enquiry-popup .alert p{
    margin: 0;
}
.inactive-enquiry-popup .modal-header {
    background: #0a368b;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.input-group-text.country.dropdown-toggle {
    height: 29px;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: 0 0 !important;
    font-size: 14px;
}

    .input-group-text.country.dropdown-toggle:after {
        margin-left: 6px;
    }

.inactive-enquiry-popup .modal-header img {
    max-width: 100px;
    display: block;
}

.inactive-enquiry-popup .modal-header .close {
    padding: 0 10px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}

.inactive-enquiry-popup .enquiryForm-inner {
    padding: 5px 15px 8px;
    overflow: auto;
    height: calc(100% - 45px);
}

.inactive-enquiry-popup .enquiryForm-inner .form-group .text-danger {
    font-size: 12px;
    display: flex;
    margin-top: 3px;
}

.inactive-enquiry-popup .enquiryForm-inner .form-group .text-danger img {
    padding-right: 3px;
    height: 12px;
    margin-top: 3px;
}

 #enquiryForm .mobile-enquiry .input-group.dropdown, .inputGroup_cs .mobile .input-group {
    flex-wrap: wrap;
}

 .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button#is_showCountryCode {
    width: auto;
    padding-right: 10px;
    position: relative;
    margin-right: 6px;
    padding-left: 0;
}

button#is_showCountryCode:before {
    content: "";
    position: absolute;
    right: 3px;
    height: 12px;
    width: 1px;
    top: 7px;
    background-color: #959595;
}

.country-flag-enquiry {
    max-width: 22px;
    margin-right: 3px;
}

.nudge-header img {
    width: 100px;
}

.nudge-header .close {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 0 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #ee313c;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nudge-body {
    padding: 8px 20px;
    background-origin: border-box;
    overflow: auto;
    max-height: calc(100vh - 160px);
}

.nudge-body h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px;
}
.input-group-text.country.dropdown-toggle {
    margin-left: 0;
}

.nudge-body .form-label {
    text-transform: uppercase;
    color: #0c3688;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.nudge-body .form-control, .nudge-body .form-select {
    font-size: 13px;
    height: 30px;
    padding: 2px 40px 2px 0;
    border: 0;
    border-bottom: 1px solid #0c3688;
    font-weight: 400;
    color: #000;
    border-radius: 0;
}

.inactive-enquiry-popup * {
    font-family: Roboto
}

.nudge-body .input-wrap, .support-customer-wrap {
    margin-bottom: 20px;
}

.nudge-body .form-check-label, .popupLeft .consent-field label {
    text-transform: none;
    color: #aaa;
    font-size: 12px;
    line-height: 15px;
}

    .nudge-body .form-check-label a {
        color: #0c3688;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    -webkit-print-color-adjust: exact;
    border-radius: 3px
}

.btn-group-custom {
    background: #edf2fb;
    gap: 15px;
    display: flex;
    padding: 8px 20px;
}

button#cancel, button#subscribe {
    flex: 1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: 0;
}

button#cancel {
    color: #546887;
    background: #c5d1e3;
}

    #pagination-controls button:disabled, button#cancel:disabled, button#subscribe:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

button#subscribe {
    background: #0c3688;
    color: #fff;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

@media screen and (max-width: 767px) {
    #enquiryForm {
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

.connect-info .nav-tabs .nav-link:not(.active), .input-group-prepend {
    border-bottom: 1px solid #5a5555;
}

.nudge-body .form-control:focus {
    box-shadow: none;
}

.nudge-body .dropdown-menu {
    font-size: 13px;
    max-height: 200px;
    min-width: 315px;
    overflow: auto;
}

.nudge-body .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

.nudge-body .dropdown-menu a img {
    max-width: 22px;
    margin-right: 6px;
}

.nudge-body .dropdown-item:focus, .nudge-body .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.error.text-danger {
    font-size: 13px;
    bottom: -22px;
}

.minw-100 {
    min-width: 100%;
}

    .slideTxt {
        flex-direction: column;
    }

    .nudgeForm #nudge-autocomplete-list {
        background: #deeaff;
        max-height: 185px;
        overflow: auto;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .nudgeForm .nudge-autocomplete-item {
        color: #000;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        cursor: pointer;
    }

    .nudgeForm .autocomplete-label {
        font-weight: 500;
        font-size: 14px;
    }

    .nudgeForm .nudge-autocomplete-item:hover {
        background-color: #0c3688 !important;
        color: #fff;
    }

    .nudgeForm .nudge-autocomplete-item {
        padding: 5px 10px;
        line-height: 19px;
        cursor: pointer;
    }

    .nudge-autocomplete-label div {
        font-weight: 500;
        font-size: 14px;
    }

    .nudgeForm .nudge-autocomplete-item:hover {
        background-color: #0c3688 !important;
        color: #fff;
    }

        .nudgeForm .nudge-autocomplete-item:hover .text-secondary {
            color: #dfdfdf !important;
        }

    .custom-select-dropdown-button.form-select {
        cursor:pointer;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-position: right .75rem center;
        background-size: 16px 12px;
        background-repeat: no-repeat;
    }


    .subHeader.scrolled .navbar {
        height: 90px
    }

.custom-select-dropdown-list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: .3s ease-in-out;
    z-index: 2;
    background: #fff;
    max-height: 158px;
}

    .custom-select-dropdown-list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
    }

.county-flag-dropdown span {
    font-weight: 500 !important;
}

.form-check .form-check-input {
    appearance: auto;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.inactive-enquiry-popup .spinner-border {
    vertical-align: -.125em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.inactive-enquiry-popup .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    margin: 0 !important;
}

.submit-enquiry-inprogress {
    min-width: 32px;
}

.form-check-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: .25em !important;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
    }

/* old UI enquiry form CSS */
#enquiryForm.oldUI-enquiry.inactive-enquiry-popup{
    width: 370px;
}

.oldUI-enquiry.inactive-enquiry-popup .modal-header {
    background: transparent;
    margin: 10px 25px 0px;
    padding: 10px 0 15px;
}

.oldUI-enquiry.inactive-enquiry-popup .modal-header .close {
    color: #0c3688;
    font-size: 26px;
    font-weight: normal;
}

.oldUI-enquiry.inactive-enquiry-popup .enquiryForm-inner.p-20 {
    padding: 8px 25px 8px;
}

.oldUI-enquiry .enquiryForm-inner h3 {
    font-size: 24px;
    color: #0c3688;
    font-weight: 400;
    margin-bottom: 10px;
}

.oldUI-enquiry .enquiryForm-inner label {
    text-transform: uppercase;
    color: #0c3688;
    margin-bottom: 4px;
    font-size: 13px;
}

.popupLeft .oldUI-enquiry .form-group {
    margin-bottom: 10px;
    position: relative;
}

.popupLeft .oldUI-enquiry .form-control {
    font-size: 13px;
    background: #f9fbff;
    height: 35px;
    border-radius: 0.25rem;
    padding: 2px 8px;
    border: 1px #ced4da solid;
    font-weight: normal;
}

.popupLeft .oldUI-enquiry .consent-field label {
    text-transform: none;
    color: #aaa;
    font-size: 12px;
    line-height: 15px;
}

.popupLeft .oldUI-enquiry .consent-field {
    margin-bottom: 5px;
    padding-left: 3px;
}

.oldUI-enquiry .consent-field {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.oldUI-enquiry .input-group-text.country.dropdown-toggle{
    font-size:12px !important;
}

.popupLeft .oldUI-enquiry.inactive-enquiry-popup label {
    margin-top: 0;
    display:flex;
}

.oldUI-enquiry .enquiryForm-inner .consent-field label {
    display: flex;
    align-items: flex-start;
    margin-left: 12px;
}

.popupLeft .oldUI-enquiry .consent-field label a {
    color: #0c3688;
}

.popupLeft .oldUI-enquiry .btn-group-custom {
    background: #edf2fb;
    gap: 0px;
    display: flex;
    padding: 8px 25px;
    justify-content:center
}

.popupLeft .oldUI-enquiry .btn-group-custom .btn {
    padding: 5px 10px;
    opacity:1;
    height: 34px;
    line-height: 1;
}

.popupLeft .oldUI-enquiry .btn-group-custom .btn.submit-enquiry-inprogress {
    opacity: .65;
}

.popupLeft .oldUI-enquiry .btn-group-custom .btn.mr-3{
    margin-right: 10px !important;
}
.popupLeft .oldUI-enquiry .btn-group-custom .btn:hover {
    border: 2px solid #0c3688;
    background: #fff;
    color: #0c3688;
}

.oldUI-enquiry .btn-group-custom .btn-primary {
    background: #0c3688;
}

.oldUI-enquiry .btn-group-custom .btn {
    flex: 1;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid #0c3688;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

.oldUI-enquiry .btn-group-custom .btn-disabled {
    background: #ccc;
    border-color: #ccc;
    color: #444;
    pointer-events: none;
}

.popupLeft .oldUI-enquiry .input-group-prepend .input-group-text {
    background: #f9fbff;
    color: #0c3688;
}

.popupLeft .oldUI-enquiry .input-group-text {
    padding: 3px 5px 3px 8px;
}

.popupLeft .oldUI-enquiry .flagWrap {
    max-width: 20px;
}

.popupLeft .oldUI-enquiry .country img {
    max-width: 100%;
    border-radius: 100%;
    height: 20px;
}

.oldUI-enquiry .country-flag-enquiry {
    width: 2.6rem;
    margin: 0 1rem 0 0;
}

.popupLeft .oldUI-enquiry .input-group-prepend .country-code {
    font-size: 13px;
    font-weight: 600;
    padding-left: 3px;
}

.oldUI-enquiry button#is_showCountryCode {
    width: auto;
    position: relative;
    border: 1px solid #ced4da;
    padding: 3px 5px 3px 8px;
    border-radius: .25rem 0 0 .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    background: #f9fbff !important;
    height: 100%;
}
.oldUI-enquiry .mobile-enquiry #contactMobileNumber{
    border-radius:0 0.25rem 0.25rem 0;
}

.oldUI-enquiry button#is_showCountryCode:before {
    display: none;
}

.oldUI-enquiry .enquiryForm-inner .input-group-prepend {
    border: none;
}

.popupLeft .oldUI-enquiry .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.oldUI-enquiry .country-number-enquiry .dropdown-item {
    font-size: 13px;
}

.popupLeft .oldUI-enquiry .dropdown-item {
    padding: 1px 10px;
}

.popupLeft .oldUI-enquiry .dropdown-menu.country-number-enquiry li img {
    max-width: 25px;
    margin-right: 5px;
}

.popupLeft .oldUI-enquiry .dropdown-menu {
    transform: translate3d(0, -4px, 0px) !important;
    border-radius: 2px;
    padding: 0;
    left: -2px !important;
    right: -2px;
    width: auto;
}

.oldUI-enquiry .visually-hidden {
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 5px !important;
    clip: unset !important;
    position: unset !important;
    font-weight: 600;
}

.oldUI-enquiry.inactive-enquiry-popup .spinner-border {
    height: 10px;
    width: 10px;
}

@media screen and (max-width: 767px) {
    .oldUI-enquiry#enquiryForm {
        left: 30px;
        bottom: 60px;
    }
}


@media screen and (max-width: 480px) {
    .oldUI-enquiry.inactive-enquiry-popup {
        left: 15px;
        width: calc(100% - 30px);
        box-sizing: border-box;
        bottom: auto;
    }
}

.popupLeft .oldUI-enquiry .form-control:focus {
    box-shadow: none;
    border-color: #0c3688;
    background: #f9fbff;
}

@media screen and (max-width: 767px) {
    #enquiryForm.oldUI-enquiry.inactive-enquiry-popup {
        bottom: 60px;
        width: 370px;
        left: 30px;
    }
}

@media screen and (max-width: 480px) {
    #enquiryForm.oldUI-enquiry.inactive-enquiry-popup {
        left: 20px;
        width: calc(100% - 40px);
        box-sizing: border-box;
    }
}

.popupLeft .oldUI-enquiry .form-control:focus {
    color: #495057;
}

.popupLeft .oldUI-enquiry .form-control {
    color: #000
}