﻿.staticPage {
    padding: 0
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.side-banner {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    pointer-events: none
}

.side-banner .banner-bg {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translateY(-50%);
    z-index: 0
}

.side-banner h1 {
    color: #fff;
    padding: 40px 52px 216px;
    position: relative;
    text-shadow: .6px 5px 22.3px rgba(0, 0, 0, .45);
    font-size: 2.6vw;
    z-index: 1
}

.form-container {
    padding: 0 74px 132px;
    font-size: 1.6rem;
    z-index: 1;
    position: relative
}

.form-container h2 {
    color: #3a3a3a;
    font-weight: 800;
    margin: 45px 0 50px;
    font-size: 2.18vw;
    text-align: left
}

.form-group {
    margin-bottom: 30px
}

.iQubeLeadForm .form-container .form-control,
.iQubeLeadForm .iti__flag-container,
.iQubeLeadForm .form-container .select-box.dropdown .btn-input-select {
    padding: 12px 30px 12px 0;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: .13px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(102, 102, 102, .2);
    border-radius: 2.5px
}

.custom-checkbox {
    position: relative;
    padding: 10px 0 20px 40px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    display: block
}

.custom-checkbox a {
    color: #18407e;
}

.iQubeLeadForm .custom-checkbox .checkmark {
    height: 30px;
    width: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    position: absolute;
    left: 0;
    top: 40%;
    border: 2px solid #222;
    border-radius: .6rem
}

.custom-checkbox .checkmark:before {
    content: "";
    height: .8rem;
    width: 1.5rem;
    position: absolute;
    left: .6rem;
    top: .7rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.custom-checkbox input[type=checkbox] {
    display: none
}

.custom-checkbox input[type=checkbox]:checked~.checkmark:before {
    content: "";
    border-left: 2px solid #18407e;
    border-bottom: 2px solid #18407e;
    height: 8px;
    width: 15px;
    position: absolute;
    left: 6px;
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.form-btn {
    padding: 50px 0 50px;
    margin-top: 3.5rem;
    border-top: 1px solid #e8e8e8;
    height: 167px;
    position: relative
}

.form-container .validation-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 10px;
    width: 100%;
    margin-top: -30px;
    color: #dc3545;
    font-weight: 500;
    font-size: 16px;
}

.form-container .form-btn .btn-primary.btn-disabled,
.form-container .form-btn .btn-primary.btn-disabled:focus,
.form-container .form-btn .btn-primary.btn-disabled:hover {
    background: #d7d7d7 !important;
    color: #8c8c8c;
    border-color: #d7d7d7 !important;
    pointer-events: none
}

.form-btn .btn {
    min-width: 277px;
    padding: 17px 20px;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    border-radius: 15px !important;
    box-shadow: 0 7px 41.61px 15.39px rgba(0, 0, 0, .06) !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    background-color: #18407e;
}

#nudge-autocomplete-list {
    width: 100% !important;
    max-height: 225px;
    overflow: auto;
    padding: 0;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
}

#nudge-autocomplete-list.custom-dealer {
    box-shadow: 0px 3px 23.49px 5.51px rgba(0, 0, 0, .14);
}

#nudge-autocomplete-list .nudge-autocomplete-item {
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    padding: 13px 0;
    line-height: 1.28;
    margin: 0 auto;
    width: calc(100% - 30px);
    cursor: pointer;
}

#nudge-autocomplete-list .nudge-autocomplete-item:hover {
    color: #18407e;
    font-weight: bold;
}

.form-group {
    position: relative;
}

.iQubeLeadForm .form-container .form-control.is-invalid {
    color: #dc3545;
    background-image: none;
    box-shadow: none;
}

.iQubeLeadForm .form-container .form-control.is-invalid:focus {
    box-shadow: none;
}

.iQubeLeadForm .form-container .form-control.is-invalid::placeholder {
    color: #dc3545;
}

button#is_showCountryCode {
    font-size: 22px;
    padding: 7px 6px 6px 4px;
    border: 0;
    display: block;
    height: 100%;
}

.your-number .iti__selected-flag:after,
button#is_showCountryCode:before {
    content: "";
    font-family: "ibcountry";
    position: absolute;
    color: #222;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    background-color: #fff;
}

.input-group-prepend {
    border-bottom: 1px solid rgba(102, 102, 102, .2);
}

.dropdown-menu.country-number-enquiry .dropdown-item {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    color: #000;
    white-space: normal;
}

.dropdown-menu.country-number-enquiry.show {
    min-width: initial;
    /* max-width: 100%; */
    border: none;
    box-shadow: 0px 3px 23.49px 5.51px rgba(0, 0, 0, .29);
    border-radius: 10px;
    z-index: 999;
    width: 100%;
    top: 100% !important;
    transform: none !important;
    color: #000;
}

.success-popup .modal-dialog {
    width: 1143px;
    max-width: none;
}

.success-popup .modal-header .close {
    font-size: 0;
    padding: 0;
    margin: 19px 19px 10px auto;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    border: none;
    color: transparent;
    background: url(/IBCountry_Assets/images/close.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
}

.success-popup .modal-content {
    border-radius: 40px;
    box-shadow: 0px 7px 41.61px 15.39px rgba(0, 0, 0, .13);
    position: relative;
}

.success-popup .modal-header,
.success-popup .modal-footer {
    border: none;
}

.success-popup .modal-header {
    padding: 0;
}

.success-popup .modal-body {
    padding: 10px 30px;
}

.success-popup .modal-body img {
    margin: 64px auto 30px;
    max-height: 126px;
}

.success-popup .modal-body h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: -15px;
}

.success-popup .modal-body .thank-you-msg {
    max-width: 650px;
    margin: 20px auto;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.31;
    color: #000;
}

.success-popup .modal-body p {
    font-size: 32px;
    font-weight: 300;
}

.success-popup .modal-footer {
    justify-content: center;
    margin: 20px auto 45px;
}

.success-popup .modal-footer .btn {
    border: solid 2px #fff;
    font-size: 24px;
    padding: 25px 38px;
    margin-bottom: 0;
    background-color: #18407e;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 7px 41.61px 15.39px rgba(0, 0, 0, .13);
}

input#mobileNumber {

    -moz-appearance: textfield;
    appearance:  textfield;
}

@media screen and (max-width: 1600px) {
    .form-container {
        padding-left: 55px;
        padding-right: 55px;
    }

    button#is_showCountryCode,
    .iQubeLeadForm .form-container .form-control,
    .iQubeLeadForm .iti__flag-container,
    .iQubeLeadForm .form-container .select-box.dropdown .btn-input-select {
        font-size: 18px;
    }
}

@media screen and (max-width: 1365px) {
    #nudge-autocomplete-list .nudge-autocomplete-item {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media screen and (max-width:1199px) {
    body {
        margin-top: 0 !important
    }
}

/* 991px */
@media screen and (max-width: 991px) {
    .success-popup .modal-dialog {
        max-width: 320px;
        margin: 15px auto;
        transform: none !important;
    }

    .success-popup .modal-body .thank-you-msg {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.44;
    }

    .success-popup .modal-body p {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .side-banner {
        min-height: fit-content;
    }

    .form-group {
        margin: 10px 0 2px;
    }

    .iQubeLeadForm .form-container .form-control,
    .iQubeLeadForm .form-container .form-control:focus {
        padding: 5px 0;
        font-size: 16px;
        height: 43px;
        line-height: 40px;
    }

    button#is_showCountryCode {
        font-size: 16px;
        font-weight: bold;
    }

    .form-container {
        padding: 0 20px 30px;
    }

    .iQubeLeadForm .form-container h2 {
        margin: 15px 0 0;
        font-size: 21px;
    }

    .iQubeLeadForm .custom-checkbox .checkmark {
        height: 22px;
        width: 22px;
        border-radius: 8px;
        top: 13px
    }

    .custom-checkbox input[type=checkbox]:checked~.checkmark:before {
        left: 2px;
        top: 4px;
    }

    .custom-checkbox {
        font-size: 15px;
        padding: 0 0 13px 32px;
    }

    .form-btn {
        padding: 60px 20px 0;
        margin-top: 27px;
        height: initial
    }

    .form-btn .btn {
        min-width: 134px;
        padding: 9px 12px;
        height: 40px !important;
        min-height: 40px !important;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }

    .success-popup .modal-header .close {
        margin: 20px 20px 10px auto;
        width: 30px;
        height: 30px;
        background: url(/IBCountry_Assets/images/close-mobile.png) no-repeat;
        background-size: contain;
    }

    .success-popup .modal-content {
        border-radius: 20px;
    }

    .success-popup .modal-body {
        padding: 10px 17px;
    }

    .success-popup .modal-body img {
        margin: 35px auto 30px;
        max-height: 77px;
    }

    .success-popup .modal-body h2 {
        font-size: 40px;
        margin-bottom: 5px;
        margin-top: -10px;
    }

    .success-popup .modal-footer {
        margin: -15px auto 20px;
    }

    .success-popup .modal-footer .btn {
        font-size: 14px;
        padding: 10px 16px;
        min-width: 184px;
    }
    .form-container .validation-form {
        font-size: 12px;
        min-height: 28px;
    }
}