*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Arial";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: bolder;
}

a {
    color: #3a34d1;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.row_reverse {
    flex-direction: row-reverse;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.collapse:not(.show) {
    display: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px
}

.text-center {
    text-align: center;
}

.m-0 {
    margin: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(17px);
        transform: translateY(17px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(17px);
        transform: translateY(17px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/* header */

header {
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    z-index: 9999;
    padding: 13px 145px;
    background: #fff;
}


/* site Banner */

.site-banner {
    min-height: 840px;
    position: relative;
}

.site-banner-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/banner-img.webp);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 121px;
    width: 100%;
}

.site-banner-inner {
    padding-left: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 840px;
    padding-right: 148px;
}

.site-banner-inner:before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #5798af 0%, #192d5a 100%);
    opacity: 0.92;
}

.banner-content h2 {
    font-size: 47px;
    color: white;
    position: relative;
    max-width: 701px;
    text-align: center;
    font-weight: bold;
    line-height: 59px;
    margin: 0px auto;
    text-shadow: 0px 3px 23px rgb(1 4 25 / 58%);
}

.banner-content h2>span {
    color: white;
    display: inline-block;
    font-weight: bold;
    max-width: 660px;
}

.banner-content h2 p {
    margin-bottom: 0;
    font-weight: normal;
    padding-top: 25px;
    font-size: 39px;
    text-align: center;
    line-height: 46px;
}

.banner-content h2 p .get-compile {
    display: block;
}

.banner-content p {
    font-size: 57px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 23px rgba(1, 4, 25, 0.58);
}

.sec_pad.banner_title.nextBanner_title span {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-top: 0;
}

span.dollar-force {
    color: #fc2f83 !important;
}

.head_for_lastStep {
    display: none;
}

.head_for_lastStep p {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    position: relative;
    text-shadow: none;
    max-width: 760px;
    text-align: center;
    margin: 0;
}

.banner-content .listing {
    margin-top: 72px;
}

.banner-content .listing li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    position: relative;
}

.banner-content .listing li:last-child {
    margin-bottom: 0;
}

ul.listing .svg-cover {
    height: 96px;
    width: 96px;
    text-align: center;
    background-color: transparent;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-radius: 100%;
    padding: 4px;
}

ul.listing svg {
    width: 75%;
    height: 75%;
}

.banner-content .listing li span {
    font-size: 35px;
    color: white;
    margin-left: -43px;
    min-height: 96px;
    display: flex;
    align-items: center;
    border-width: 3px 3px 3px 0px;
    border-style: solid solid solid;
    border-color: white;
    border-image: initial;
    padding: 11px 30px 11px 72px;
    border-radius: 0px 50px 50px 0px;
    border-left: 0px
}

.sticky_form {
    max-width: 515px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 515px;
    flex: 0 0 515px;
}

.sticky_form:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(../images/pointing-women.webp) no-repeat center;
    background-size: contain;
    right: 565px;
    width: 490px;
    height: 670px;
    z-index: 1;
}

.sticky_form .head-area {
    max-width: 496px;
    margin: auto;
}

.formBox {
    position: relative;
    max-width: 522px;
    min-height: 424px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 22px;
    margin: 110px auto 38px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.formBox:after {
    content: "";
    background: url(../images/free-check.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    top: -10px;
    right: -9px;
    width: 100%;
    width: 123px;
    height: 123px;
}

.sticky_form .chevron_down {
    text-align: center;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
}

.sticky_form .chevron_down img {
    -webkit-animation: jump 2s infinite;
    animation: jump 2s infinite;
    -webkit-filter: none;
    filter: none;
    padding: 11px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: linear-gradient(135deg, #406bef 0, #1fbdff 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.fieldset.first-fieldset .fieldset-inner {
    padding: 45px 0 35px 0;
}

.fieldset .fieldset-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 99;
    max-width: 522px;
    margin: 0 auto;
    height: 100%;
    padding: 0;
}

.first-heading h3 {
    color: #052558 !important;
}

.first-heading .fieldset_top_text h3 {
    font-size: 41px;
}

.nextFieldset_wrap .fieldset_top_text h3 {
    font-size: 36px;
}

.fieldset_top_text h3 {
    font-weight: bold;
    color: #123C4A;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 2px;
}

.second-fieldset-top h3 {
    color: #243363;
}

.fith-inner {
    align-items: normal !important;
}

.third-fieldset-top h3 {
    font-size: 33px;
}

.btns-wrap {
    width: 100%;
}

.first-fieldset .fieldset-inner .btns-wrap {
    margin: 40px 0 45px 0;
}

.first-fieldset .fieldset-inner .btns-wrap .input_wrap {
    max-width: 420px;
    margin: 0 auto;
}

.custom_radio [type="radio"] {
    display: none;
}

.fileupload:hover p {
    color: #fff;
}

.fileupload:hover {
    background: #03172E;
    transition: all ease 0.3s;
}

.fileupload:hover img {
    filter: invert(1);
}

.custom_radio label {
    border: 2px solid #084819;
    border-radius: 8px;
    padding: 6px 20px;
    height: 100px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    background: #15de7a;
    background: -moz-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: -webkit-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: linear-gradient(to bottom, #15de7a 0%, #15aa65 100%);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.39);
    overflow: hidden;
}

.custom_radio label:hover,
.custom_radio label:focus,
.custom_radio label:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    background: #2ddb78;
    color: #fff;
    box-shadow: none;
    border: 2px solid #26c16e;
}

.themeBtn_hover.active:hover {
    background: #2ddb78;
    color: #fff;
    box-shadow: none;
    border: 2px solid #26c16e;
}

.themeBtn_hover.active:hover,
.themeBtn_hover.active:focus,
.themeBtn_hover.active:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.take_minute {
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    text-align: center;
    color: #123c4a;
    position: relative;
    z-index: 1;
}

.take_minute img {
    margin-right: 10px;
    vertical-align: text-bottom;
}

.form-progress-wrap {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    text-align: center;
}

.form-progress {
    height: 30px;
    max-width: 100%;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-radius: 50px;
    overflow: hidden;
    margin: 0px auto;
}

.form-progress .progress-bar {
    height: 100%;
    background: #1eace4;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.form-progress span {
    position: absolute;
    left: 0px;
    right: 0px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: white;
    font-weight: 300;
    cursor: default;
    pointer-events: none;
    margin: 0px auto;
}

.third-fieldset .form-wrap {
    padding: 0 0 5px;
}

.detail-form-fieldset .fieldset-inner {
    display: block !important;
    max-width: 100%;
}

.lender-with-cross {
    display: flex;
    width: 100%;
    align-items: center;
}

.lender-with-cross ul {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}

.lender-with-cross ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 5px;
}

.lender-with-cross input[type="checkbox"],
.lender-with-cross input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.lender-with-cross ul li .custom-checkbox+label {
    position: relative;
    cursor: pointer;
    outline: 0;
    margin: 0;
    line-height: 23px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    color: #123c4a;
    font-size: 21px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: linear-gradient(#fff 0, #e8e8e8 100%);
    border: 2px solid #797979;
    box-shadow: 0 3px 3px rgb(0 0 0 / 39%);
}

.lender-with-cross ul li .custom-checkbox:checked+label {
    background: #2CDA79;
    color: #fff;
    box-shadow: none;
    border: 2px solid #2ddb78;
}



.error_msg {
    display: block;
    text-align: left;
    /* margin-top: 10px; */
    color: red !important;
    font-size: 14px;
    width: 100%;
}

.detail-form-fieldset label.error {
    color: red;
    display: block;
    font-size: 14px;
}

.checknow_btn_wrap {
    width: 100%;
    margin-top: 30px;
}

.theme-greenBtn {
    width: 100%;
    height: 101px;
    line-height: 0;
    border-radius: 8px;
    background: linear-gradient(to bottom, #e3e3e3 0%, #a8a8a8 100%);
    border: 2px solid #656565;
    box-shadow: 0 3px 3px rgb(0 0 0 / 39%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 39%);
    /* pointer-events: none; */
}

.fieldset-inner .theme-greenBtn.active {
    border: 2px solid #084819;
    background: #15de7a;
    background: -moz-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: -webkit-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: linear-gradient(to bottom, #15de7a 0%, #15aa65 100%);
    cursor: pointer;
    pointer-events: inherit;
}

.fieldset-inner .theme-greenBtn.active:hover {
    border: 2px solid #26c16e;
    background: #2ddb78;
}

.faq_checknow.theme-greenBtn {
    border: 2px solid #084819;
    background: #15de7a;
    background: -moz-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: -webkit-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: linear-gradient(to bottom, #15de7a 0%, #15aa65 100%);
    cursor: pointer;
    pointer-events: inherit;
}

.faq_checknow.theme-greenBtn:hover {
    border: 2px solid #26c16e;
    background: #2ddb78;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fieldset-inner .theme-greenBtn svg {
    margin-left: 10px;
}

.fieldset-inner .theme-greenBtn svg.arrow_right {
    stroke: #fff;
    height: 12px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    padding-bottom: 2px;
}

.back_btn_wrap .back_btn {
    background: 0 0;
    border: none;
    color: #797979;
    font-size: 19px;
    padding: 0;
    display: flex;
    align-items: center;
}

.back_btn_wrap .back_btn span {
    margin-left: 10px;
    text-decoration: underline;
}

.information_protected {
    display: flex;
    margin-top: 38px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: space-between;
}

.information_protected p {
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: #636A84;
    align-self: center;
}
.information_protected.text-center p{
    text-align: center;
}
.achor_style {
    color: #4500ff;
    text-decoration: underline;
}

.form-progress-wrap h4 {
    font-size: 23px;
    color: white;
    font-weight: 400;
    margin-top: 15px;
}

.fieldset_top_text p {
    font-size: 21px;
    margin-bottom: 4px;
    color: #123C4A;
}

.form-group {
    margin-bottom: 1rem;
}

.postcode label {
    font-size: 20px;
}

.field_wrap {
    width: 100%;
    display: flex;
    position: relative;
}

.field_wrap .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.field_wrap .img_wrap {
    position: absolute;
    top: 0;
    right: 10px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.field_wrap .img_wrap img {
    width: 60px;
}

.postcode .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.postcode .form-control {
    max-width: calc(100% - 70px);
}

.detail-form-fieldset .form-control {
    height: 49px;
    font-size: 19px;
    color: rgb(0, 0, 0);
    width: 100%;
    border-radius: 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #797979;
    border-image: initial;
    padding: 10px 35px 10px 13px;
    font-weight: 400;
}

.field_wrap input.form-control {
    padding-left: 45px;
}

.postcode .postcodeLookup {
    border-right: none;
}

.postcodeLookup {
    font-size: 19px;
    font-weight: 300;
    background: #000000;
    border: 2px solid #313131;
    color: #fff;
    border-radius: 7px;
    border: none;
    height: 49px;
    width: 220px;
    margin-left: 10px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-x: 16px;
    background-position-y: center;
    text-transform: uppercase;
    text-indent: 22px;
    cursor: pointer;
}

.postcodeLookup:hover {
    background-color: #15de7a;
}

.field_wrap .icon svg {
    fill: #888;
}

.postcode .input-group-btn {
    position: absolute;
    right: 0;
    width: 70px;
    height: 47px;
}

#address {
    max-width: 100% !important;
    margin-top: 5px;
    border-radius: 8px;
    padding-right: 35px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#address-container-loading {
    text-align: center;
}

.dob-fieldset {
    margin-bottom: 10px;
    padding: 0 0px 5px;
    background: 0px 0px;
}

.input-group.form-check-new {
    padding-bottom: 12px;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.chck-boxe input:checked+label:before {
    border: 2px solid #2ee38b;
}

.dob-fieldset legend {
    text-align: left;
}

.dob-fieldset legend {
    text-transform: capitalize;
    -webkit-padding-start: 4px;
    padding-inline-start: 4px;
    -webkit-padding-end: 4px;
    padding-inline-end: 4px;
    max-width: 124px;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    color: #888;
}

.dob-grid-wrap {
    padding: 0 12px;
}

.dob-grid-wrap [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.formBox select {
    font-size: 18px;
}

.detail-form-fieldset .form-control.custom_select {
    appearance: none;
    background-image: url(../images/select-done.svg);
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    background-size: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

#signature-pad-leaner {
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}

.signature_pad_wrapper {
    position: relative;
}

div#your_signature_err {
    color: red;
}

.signHere_img {
    z-index: 99;
}

.signHere_img {
    position: absolute;
    right: -10px;
    top: -35px;
    width: 80px;
    z-index: 999;
    -webkit-animation: shake 2s infinite alternate;
    animation: shake 2s infinite alternate;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes pulse-effect {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(18, 110, 155, .6);
        box-shadow: 0 0 0 0 rgba(18, 110, 155, .6)
    }
    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(18, 110, 155, .2);
        box-shadow: 0 0 0 15px rgba(18, 110, 155, .2)
    }
}

.signature_img {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 211px;
    border-radius: 17px;
}

.second-claimant-details .signature-pad-leaner .canvas_wrapper,
.signature_pad_wrapper .canvas_wrapper {
    border: 2px solid #797979;
    -webkit-box-shadow: rgb(0 0 0 / 7%) 0 1px 1px, rgb(0 0 0 / 7%) 0 2px 2px, rgb(0 0 0 / 7%) 0 4px 4px, rgb(0 0 0 / 7%) 0 8px 8px, rgb(0 0 0 / 7%) 0 16px 16px;
    box-shadow: rgb(0 0 0 / 7%) 0 1px 1px, rgb(0 0 0 / 7%) 0 2px 2px, rgb(0 0 0 / 7%) 0 4px 4px, rgb(0 0 0 / 7%) 0 8px 8px, rgb(0 0 0 / 7%) 0 16px 16px;
    overflow: hidden;
    border-radius: 17px 17px 0 0;
    border-bottom: none;
}

.signature_pad_wrapper .canvas_wrapper canvas {
    border-radius: 17px 17px 0 0;
}

.canvas_wrapper {
    height: 249px;
}

button#clear-signature {
    height: 49px;
    border-radius: 8px;
    padding-left: 23px;
    padding-right: 23px;
    background: #de1515;
    background: -moz-linear-gradient(top, #de1515 0, #aa152c 100%);
    background: -webkit-linear-gradient(top, #de1515 0, #aa152c 100%);
    background: linear-gradient(to bottom, #de1515 0, #aa152c 100%);
    width: 100%;
    border: 2px solid #480808;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

button.btn.btn-danger.clearButton {
    position: relative !important;
    margin-top: 0;
    bottom: 10px;
}

.clearButton {
    position: absolute;
    bottom: -55px;
    left: 0;
}

button {
    cursor: pointer;
}

p#sig_bottom_text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 13px;
    line-height: 16px;
}
select.is-invalid {
    border-color: #dc3545;
    padding-right: 10px;
    background: url(../images/select-done.svg) no-repeat right 6px center/10px, url(../images/invalid.svg) #fff no-repeat right 20px center/15px;
}
input#postcode.is-invalid {
    background: url(../images/invalid.svg) #fff no-repeat center right 0.35rem/calc(0.75em + 0.375rem) auto;
}
input.is-invalid {
    border-color: #dc3545;
    background: url(../images/invalid.svg) #fff no-repeat center right 1.35rem/calc(0.75em + 0.375rem) auto;
}
.form-control.is-invalid {
    border-color: #dc3545;
}
.field_wrap.form-check-new.email_wrap input.is-invalid {
    background: url(../images/invalid.svg) #fff no-repeat center right 4.35rem/calc(0.75em + 0.375rem) auto!important;
} 
.tick-icon{display: none;width: 20px;position: absolute;right: 15px;top: 12px;}
input[type="tel"].is-valid+.tick-icon, input[type="email"].is-valid+.tick-icon{right: 65px;}
input.is-valid,.detail-form-fieldset .form-control.is-valid {
  border: 2px solid #28a745;
}

input.is-valid+.tick-icon{
  display: block;
}

.iagree_radio input {
    display: none;
}

.detail-form-fieldset .iagree_radio label {
    z-index: 9930;
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    font-size: 21px;
    padding-top: 0;
    cursor: pointer;
    text-align: left;
    color: #123c4a;
    margin: 10px 0 19px;
    line-height: normal;
}

.iagree_radio label {
    z-index: 993;
}

.first-fieldset .iagree_radio label a,
.third-fieldset .iagree_radio label a {
    color: #4521ff;
    text-decoration: underline;
}

.formBox .list {
    display: none;
}

.formBox .listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 7px 20px;
    margin-top: 0;
}

.formBox .listing li {
    color: #636a84;
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 7px 7px;
}

ul.listing svg {
    width: 75%;
    height: 75%;
}

.formBox .listing li svg {
    margin-right: 6px;
    width: 16px;
}

.form_info_text p {
    max-width: 476px;
    height: 119px;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    color: #fff;
    display: none;
    position: relative;
}

.secure-signs-mb {
    /* display: none; */
    position: relative;
    text-align: center;
}


/* .secure-signs-mb img {
  max-width: 313px;
} */


/* ACCORDION CSS */

.accordion-wrap {
    max-width: 933px;
    margin: 0 auto;
    padding: 78px 15px 85px 15px;
}

.accordion-wrap .head_area {
    text-align: center;
    margin-bottom: 30px;
}

.accordion-wrap .head_area h3 {
    font-weight: 700;
    font-size: 53px;
    margin-bottom: 0;
    text-align: center;
    color: #123c4a;
    margin-top: 0;
}

.accordion-wrap .head_area h3 .win {
    color: #ee662d;
}

.faq-accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 19px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 55px;
}

.faq-accordion .card-header {
    padding: 0;
    border: none;
}

.faq-accordion .btn-link.collapsed {
    padding: 40px 20px;
}

.faq-accordion .btn-link {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    background: linear-gradient(to right, #ee662d 0%, #e0623b 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 0;
    padding: 40px 20px;
    text-align: left;
    outline: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-accordion .btn-link.collapsed img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.faq-accordion .btn-link img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.faq-accordion .card-body {
    padding: 30px 20px 20px 20px;
    border: 2px solid #E66436;
}

.faq-accordion .card-body p {
    color: #123c4a;
    font-size: 24px;
    line-height: 28px;
}

.checknow_btn_wrap button,
.checknow_btn_wrap a {
    width: 420px;
    height: 101px;
    margin: 0 auto;
}


/* Why CHOOSE US */

.claim-for-conatiner {
    padding-right: 122px;
    padding-left: 113px;
    padding-top: 90px;
}

.claim-for h3 {
    font-weight: bold;
    font-size: 119px;
    line-height: 128px;
    color: #123c4a;
    text-transform: uppercase;
}

.claim-forh3 span {
    color: #EE662D;
}

.whyChooseUs-left {
    height: 757px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: right;
    padding: 100px 0px;
}

.whyChooseUs-right {
    padding: 60px 0px 49px 130px;
}

.whyChooseUs-right p {
    font-weight: normal;
    font-size: 25px;
    line-height: 31px;
    text-align: left;
    color: #123C4A;
    margin: 0;
    max-width: 410px;
}

.whyChooseUs-right .left-icon {
    min-width: 107px;
    margin-right: 20px;
    text-align: center;
}

ul.whyChooseUs-right li {
    align-items: center;
    margin-bottom: 31px;
}

ul.whyChooseUs-right li:last-child {
    margin: 0;
}

.content_wrap {
    padding-left: 185px;
    padding-top: 15px;
    max-width: 590px;
    box-sizing: content-box;
}

.content_wrap h2 {
    font-weight: bold;
    font-size: 41px;
    line-height: 51px;
    color: #1eace4;
    margin: 0;
    padding-bottom: 15px;
}

.content_wrap p {
    font-weight: normal;
    font-size: 22px;
    color: #123c4a;
    max-width: 631px;
    line-height: 27px;
    margin: 0;
    padding-left: 11px;
    padding-bottom: 25px;
}

.bullet_listing {
    max-width: 545px;
}

.bullet_listing li {
    position: relative;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    padding-left: 30px;
    color: #123c4a;
    padding-bottom: 20px;
}

.shutter-para p {
    padding-bottom: 30px;
}

.bullet_listing li:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 13px;
    width: 9px;
    height: 9px;
    background: #052558;
    border-radius: 50%;
}

.shutter-image img {
    width: 100%;
    height: auto;
}

.claim-disappear {
    color: #50119A;
    text-decoration: underline;
}

.content_wrap-second {
    padding-left: 0;
    padding-right: 183px;
}

.claim-for-conatiner-second {
    padding-left: 146px;
    padding-bottom: 200px;
}


/* .nextBanner_title p {
  max-width: 700px;
} */

.nextFieldset_wrap .formBox {
    padding: 40px 30px;
}

.nextFieldset_wrap .fieldset_top_text {
    text-align: center;
    margin-bottom: 20px;
}

.nextFieldset_wrap .fieldset_top_text h3 {
    margin-bottom: 10px;
}

.detail-form-fieldset label {
    font-weight: 400;
    font-size: 20px;
    color: #123C4A;
}
.wizard-wrapper .mortgage_set > label{
    font-weight: 600 ;
    padding-top: 30px ;
    margin-bottom: 15px;
}

.field_wrap .icon svg path {
    fill: #133457;
}

.col-lg-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.pay_owed {
    font-size: 26px;
    text-align: center;
    color: rgb(18, 60, 74);
    margin-top: 10px;
    margin-bottom: 0px;
}

.pay_owed span {
    font-weight: bold;
    color: rgb(238, 102, 45);
}

.detail-form-fieldset label sup {
    vertical-align: baseline;
    color: red;
}

.radio_wraper {
    display: flex;
    justify-content: space-between;
}

.radio_wraper input[type="radio"] {
    display: none;
}

.radio_wraper label {
    cursor: pointer;
    position: relative;
    font-size: 22px;
    background: no-repeat;
    text-align: center;
    color: #123C4A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-left: 44px;
    border: 2px solid transparent;
}

.radio_wraper label::before {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    background: #fff;
    border: 2px solid #797979;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.radio_wraper label::after {
    content: "";
    position: absolute;
    width: 31px;
    background: #382CEB;
    height: 31px;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.radio_wraper input[type="radio"]:checked+label::before {
    background: #EEEDFF;
    border: 2px solid #382CEB;
}

.radio_wraper input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

.mobile-num-field .field_wrap .icon {
    height: 24px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}

.mobile-num-field .field_wrap .icon svg {
    background: #133457;
    border-radius: 50%;
    flex: 0 0 38px;
    height: 38px;
}

.mobile-num-field .field_wrap .icon svg path {
    fill: #fff;
}

.main-logos {
    align-items: center;
}

.iagree_radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    width: 33px;
    height: 33px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #888;
}

.iagree_radio label a {
    color: #4521FF;
    text-decoration: underline;
}

.iagree_radio label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    height: 23px;
    width: 23px;
    background: url(../images/tick.png) no-repeat;
    background-size: contain;
    opacity: 0;
    display: inline-block;
}

.iagree_radio input:checked+label:after {
    opacity: 1;
}

.mobilePhone_info {
    color: #797979;
    margin-top: 10px;
    font-style: italic;
    font-size: 14px;
}

.d-block {
    display: block;
}

.fieldset_top_text p span.for_mobile {
    display: block;
}

.iagree_radio label small {
    font-size: 13px;
}

.lender-with-cross ul li.full-width {
    grid-column: 1 / -1;
}

.banner_para_title {
    color: #123C4A;
    font-weight: 400;
    font-size: 38px;
    position: relative;
    text-shadow: none;
    max-width: 790px;
    text-align: center;
    margin: 0;
}

.more_questions_wrap fieldset {
    padding: 14px 6px 18px 6px;
    margin-bottom: 20px;
    background: 0 0;
    border: 1px solid #E8642E;
}

.more_questions_wrap fieldset legend {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    color: #123C4A;
    padding: 0 8px;
}

.more_questions_wrap .radio_wraper {
    justify-content: flex-start;
    padding-left: 8px;
}

.more_questions_wrap .radio_wraper .input_wrap+.input_wrap {
    margin-left: 50px;
}

.thanku-wrap {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 108px);
    margin-top: 108px;
}

.thanku-inner {
    background: url('../images/thankyou-bg.jpg') no-repeat center;
    background-size: cover;
}

.icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 520px);
}

.icon_wrapper svg {
    width: 200px;
    height: 200px;
}

.thanku-wrap .content_wrapper {
    text-align: center;
    padding: 70px 0;
    color: #123C4A;
}

.thanku-wrap .content_wrapper h2 {
    font-size: 55px;
}

.thanku-wrap .content_wrapper h2 span {
    color: #EE662D;
}

.thanku-wrap .content_wrapper h4 {
    font-size: 30px;
    max-width: 720px;
    margin: 0 auto 70px auto;
}

.thanku-wrap .content_wrapper p {
    font-size: 24px;
}

.thanku-wrap .content_wrapper p span {
    display: block;
    color: #EE662D;
}

footer {
    background: #222933;
    text-align: center;
    color: #fff;
    padding: 120px 15px 150px 15px;
}

.footer_content {
    font-size: 22px;
    max-width: 987px;
    margin: 0 auto;
}

.footer_content p a {
    color: #fff;
}

form {
    margin: 0;
}

.footer_links {
    margin-top: 70px;
}

.footer_links a {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-right: 70px;
}

.footer_links a:hover {
    color: #15DE7A;
}

.footer_links a:last-child {
    margin: 0;
}

.hidden_botton_content .claim-for-us,
.hidden_botton_content .whyChooseUs-conatiner,
.hidden_botton_content .accordion-wrap {
    display: none;
}

.bottom_listing {
    display: flex;
    justify-content: center;
    margin-top: 0;
    flex-flow: wrap;
}

.bottom_listing li {
    color: #636A84;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.bottom_listing li svg {
    margin-right: 5px;
    width: 17px;
}

.bottom_listing li:first-child {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 5px;
}

.bottom_listing li:last-child {
    margin-left: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fade {
    transition: opacity .15s linear;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal {
    backdrop-filter: blur(6.252009868621826px);
    --webkit-backdrop-filter: blur(6.252009868621826px);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal[aria-labelledby="addModalLabel"] .modal-dialog {
    margin-top: 80px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal[aria-labelledby="addModalLabel"] .modal-content {
    border-radius: 15px;
    border: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal[aria-labelledby="addModalLabel"] .modal-header {
    margin: 0;
    padding: 1rem;
    border: none;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    background-color: #15389d;
    color: #fff;
    flex-direction: row-reverse;
}

.modal[aria-labelledby="addModalLabel"] .modal-header h4 {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal[aria-labelledby="addModalLabel"] .modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: 400;
    margin-left: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto!important;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.input-group-btn.postcode_flex_btn button {
    width: 53px;
    margin-left: -11px;
}
.input-group.previous-postcode-wrap.postcode_flex {
    display: flex;
}
.theme-blue-btn.add_address_btn.custom_another_address{
    background: #2f83c7;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    max-width: 222px;
    margin: 0px auto;
    display: block;
    margin-top: 19px;
    border: none;
}
.form-control.previous_first_address{
    max-width: 100%;
    width: 100%;
}
.form-control.relevant_poscode{
    max-width: 411px;
    width: 100%;
}
.previous-address-one {
    margin-top: 15px;
}
a.btn-link.remove_address {
    color: red;
}
.selected_postcode_label{
    display: flex;
    justify-content: space-between;
}
.selected-postcode-address {
    margin-top: 15px;
}


.modal-footer .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.modal-footer>:not(:last-child) {
    margin-right: 0.25rem;
}

.modal[aria-labelledby="addModalLabel"] .modal-footer button {
    padding: 6px 20px;
    min-width: 95px;
    border-radius: 50px;
}

.modal[aria-labelledby="addModalLabel"] .modal-footer button {
    padding: 6px 20px;
    min-width: 95px;
    border-radius: 50px;
}

.modal[aria-labelledby="addModalLabel"] .modal-footer .btn-default {
    background: #f44336;
    color: #fff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal[aria-labelledby="addModalLabel"] .modal-body .form-control>option {
    border-top: 1px solid #ccc!important;
    padding: 8px;
    width: 100%;
    font-size: 16px;
}

.sixth-fieldset .theme-greenBtn svg line,
.eleven-fieldset .theme-greenBtn svg line {
    stroke: #C2C2C2;
}

.sixth-fieldset .theme-greenBtn.active svg line,
.eleven-fieldset .theme-greenBtn.active svg line {
    stroke: rgb(38, 194, 111);
}

input[type=number] {
    -moz-appearance: textfield;
}



/* .detail-form-fieldset select.form-control.is-valid {
    background: url(../images/select-done.svg) no-repeat right 6px center/10px, url(../images/tick.svg) #fff no-repeat right 17px center/13px;
} */
.detail-form-fieldset select.form-control.is-valid {
    background: url(../images/tick.svg) #fff no-repeat right 7px center/20px;
}
#reapeaterimg {
    display: none;
}

.landingPage_contentWrap ul {
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 20px;
    font-size: 18px;
}

.landingPage_contentWrap ul li {
    margin-bottom: 10px;
}

.landingPage_contentWrap.privacy_padding {
    margin-top: 100px;
    padding-bottom: 50px;
    padding-top: 60px;
}

.landingPage_heading {
    font-size: 36px;
    text-transform: uppercase;
    color: #052558;
}

.landingPage_heading .privacy-margin {
    background-image: url(../images/cms-page-banner.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 142px;
}

.landingPage_content p {
    font-size: 18px;
}

.mini-heading {
    font-size: 24px;
    margin-bottom: 5px;
}

#lender-container-loading {
    text-align: center;
}

#lender-container-loading img {
    width: 80px;
}

.preloader {
    background-color: rgb(255 255 255 / 95%);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    -moz-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    -o-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}

.loader-line-wrap:nth-child(1) {
    animation-delay: -50ms;
}

.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: rgba(0, 0, 0, 0.2);
    height: 90px;
    width: 90px;
    top: 7px;
}

.loader-line-wrap:nth-child(2) {
    animation-delay: -100ms;
}

.loader-line-wrap:nth-child(2) .loader-line {
    border-color: rgba(0, 0, 0, 0.4);
    height: 76px;
    width: 76px;
    top: 14px;
}

.loader-line-wrap:nth-child(3) {
    animation-delay: -150ms;
}

.loader-line-wrap:nth-child(3) .loader-line {
    border-color: rgba(0, 0, 0, 0.6);
    height: 62px;
    width: 62px;
    top: 21px;
}

.loader-line-wrap:nth-child(4) {
    animation-delay: -200ms;
}

.loader-line-wrap:nth-child(4) .loader-line {
    border-color: rgba(0, 0, 0, 0.8);
    height: 48px;
    width: 48px;
    top: 28px;
}

.loader-line-wrap:nth-child(5) {
    animation-delay: -250ms;
}

.loader-line-wrap:nth-child(5) .loader-line {
    border-color: black;
    height: 34px;
    width: 34px;
    top: 35px;
}

@-webkit-keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.shutter-para a {
    color: #50119A;
    text-decoration: underline;
}


/* modal-section */

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.do-not-qualify-dialog .modal-content {
    border: none;
    border-radius: 40px;
    padding: 50px 30px;
    text-align: center;
}

.do-not-qualify-dialog .modal-content p {
    font-size: 21px;
    max-width: 470px;
    margin: 0 auto 40px auto;
    text-align: center;
    font-weight: bold;
}

.do-not-qualify-dialog .modal-content p span {
    color: #2870C5;
}

.do-not-qualify-dialog .modal-content .back_button {
    color: #fff;
    font-size: 19px;
    width: 250px;
    height: 70px;
    margin: 0 auto;
    border-radius: 8px;
    background: linear-gradient(#1564a7 0%, #151599 100%);
    border: 2px solid #1b4a8b;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 39%);
    text-transform: uppercase;
    transition: all .3s;
    outline: 0!important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.do-not-qualify-dialog .modal-content .back_button svg {
    margin-right: 7px;
}

.do-not-qualify-dialog {
    padding: 0 15px;
}

.do-not-qualify-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    backdrop-filter: blur(6.252009868621826px);
    --webkit-backdrop-filter: blur(6.252009868621826px);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* thanku-page */

.thanku-section {
    background-image: url(../images/banner-img.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 840px;
}

.tahnku-page-wraper {
    margin: 80px 0 50px 0;
    position: relative;
}

.thanku-title {
    text-align: center;
    color: #fff;
}

.thanku-title h2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 0;
    text-shadow: 0px 3px 23px rgb(1 4 25 / 58%);
}
.form-wrap.wizard-wrapper.formBox.custom_formbox .step2Btn.theme-greenBtn {
    margin: 0 auto;
    width: 100%;
}
.thanku-title h4 {
    font-size: 47px;
    text-shadow: 0px 3px 23px rgba(1, 4, 25, 0.58);
}
.sticky_form.thank_u_sticky_form::before {
    display: none;
}
.sticky_form.thank_u_sticky_form {
    max-width: unset;
    padding-top: 64px;
}
.thank_u_sticky_form .detail-form-fieldset label {
    font-weight: 600;
}
.sticky_form.thank_u_sticky_form .formBox{
    padding: 40px 30px;
    margin: 0px auto 38px;
}
.thank_u_sticky_form .parent_div_for_error > label{
    padding-top: 12px;
}
.thank_u_sticky_form .checknow_btn_wrap button {
    max-width: 467px;
    width: 100%;
}

.thanku-title h5 {
    font-size: 45px;
    max-width: 790px;
    margin: 0 auto;
    line-height: normal;
}

.thanku-title p {
    font-size: 30px;
    max-width: 1080px;
    margin: 30px auto 25px auto;
}

.check_wrap {
    text-align: center;
    margin-bottom: 30px;
}

.thanku-section>.container {
    position: relative;
    z-index: 9;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.chevron_down {
    position: relative;
    z-index: 9;
    top: 15px;
}

.chevron_down .arrow {
    animation: jump 2s infinite;
    width: 57px;
    height: 57px;
    background: linear-gradient(135deg, #1eace4 1%, #158acb 98%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.upload_id_form {
    position: relative;
    border-radius: 22px;
    max-width: 660px;
    margin: 0 auto;
    padding: 40px;
    background: #f8f8f8;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.modal-content .back_button.click_here_btn{
    max-width: 280px;
    width: 100%;
}
.click_here {
    color: #fff!important;
}
.click_here.back_button.click_here_btn.thank_u_page_click {
    font-size: 19px;
    height: 70px;
    margin: 0 auto;
    border-radius: 8px;
    background: linear-gradient(to bottom, #15de7a 0%, #15aa65 100%);
    border: 2px solid #1b4a8b;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 39%);
    text-transform: uppercase;
    transition: all .3s;
    outline: 0!important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    max-width: 292px;
}

.thanku-page-inner .title {
    font-weight: bold;
    color: #243363;
    font-size: 22px;
}

.add-pulse {
    animation: pulse-effect 1s infinite;
}

.fileupload {
    width: 100%;
    height: 72px;
    position: relative;
    overflow: hidden;
    margin: 25px auto 0 auto;
    display: flex;
    border-radius: 8px;
    padding-left: 20px;
    border: 3px solid #03172e;
    display: flex;
    align-items: center;
}

label.error {
    color: #FF0000;
    font-size: 14px;
}

.thanku-page-inner .sec-title {
    padding-top: 0;
    margin: 35px 0px 0px 0px;
}

.Here-what-happens-next-step .step {
    margin: 25px 0px 0px 0px;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    height: 67px;
    width: 100%;
}

.fileupload svg {
    display: none;
}

.fileupload p {
    font-size: 22px;
    margin: 0 0 0 15px;
    color: #020100;
    max-width: max-content;
    line-height: normal;
    font-weight: bold;
}

span.optional-text {
    color: #6e757c;
}

.bottom-content {
    max-width: 624px;
    margin: 0 auto;
    font-weight: bold;
    color: white;
}

.sec-title h5 {
    font-size: 40px;
    border-bottom: 1px solid white;
    margin: 0 auto;
    padding-bottom: 18px;
}

.media-body span {
    font-size: 23px;
}

.time {
    font-weight: 400;
    font-size: 22px;
}

.media-body {
    border-bottom: 1px solid white;
}

.last-covid .media-body {
    border-bottom: none;
}

.like-bussines {
    font-size: 20px;
    font-weight: normal;
}

p.covid-update {
    font-size: 20px;
}

.like-bussines a {
    color: white;
    text-decoration: underline;
}

.banner-content h2 p.max-width {
    max-width: 600px;
    color: white;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

.claim-for-us .theme-greenBtn {
    width: 420px;
}

.claim-for-conatiner [class*="col-"] {
    padding: 0;
}

.sra_wrap {
    flex: 0 0 165px;
}

.nextFieldset_wrap .banner-content h2 {
    max-width: 700px;
}

.last-fieldset.detail-form-fieldset .iagree_radio label {
    padding-top: 5px;
}

.claim_now_btn svg line {
    stroke: #C4C4C4;
}

.claim_now_btn.active svg line {
    stroke: #26C26F;
}

.preloader {
    background-color: rgb(255 255 255 / 95%);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    -moz-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    -o-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}

.loader-line-wrap:nth-child(1) {
    animation-delay: -50ms;
}

.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: rgba(0, 0, 0, 0.2);
    height: 90px;
    width: 90px;
    top: 7px;
}

.loader-line-wrap:nth-child(2) {
    animation-delay: -100ms;
}

.loader-line-wrap:nth-child(2) .loader-line {
    border-color: rgba(0, 0, 0, 0.4);
    height: 76px;
    width: 76px;
    top: 14px;
}

.loader-line-wrap:nth-child(3) {
    animation-delay: -150ms;
}

.loader-line-wrap:nth-child(3) .loader-line {
    border-color: rgba(0, 0, 0, 0.6);
    height: 62px;
    width: 62px;
    top: 21px;
}

.loader-line-wrap:nth-child(4) {
    animation-delay: -200ms;
}

.loader-line-wrap:nth-child(4) .loader-line {
    border-color: rgba(0, 0, 0, 0.8);
    height: 48px;
    width: 48px;
    top: 28px;
}

.loader-line-wrap:nth-child(5) {
    animation-delay: -250ms;
}

.loader-line-wrap:nth-child(5) .loader-line {
    border-color: black;
    height: 34px;
    width: 34px;
    top: 35px;
}

@-webkit-keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0%,
    15% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.detail-form-fieldset .iagree_radio label[for="iagree_to_business"] {
    padding-top: 5px;
}

.postcode_address_field.is-valid {
    border-color: #28a745;
    background: url(../images/tick.svg) #fff no-repeat center right 0.75rem/calc(0.75em + 0.375rem) auto;
}
.cms_page_content{
    padding: 50px 0;
}
table{
    border-collapse: collapse;
}
table td, table th {
    padding: 0.75rem;
}


/* fileupload */
.first_upload_wrap {
    margin-top: 25px;
}
.info_upload {
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    text-align: left;
    color: #797979;
    line-height: 22px;
    margin: 0px 0 23px;
}
.detail-form-fieldset .first_upload_wrap label span {
    color: #123c4a6b;
}
.add-pulse {
    animation: pulse-effect 1s infinite;
  }
  .iagree_radio.form-check-new.chck-boxe {
    z-index: 999;
}
.first_upload_wrap label.text_align.f_bold {
    margin-bottom: 5px;
}
  .fileupload {
    width: 100%;
    height: 72px;
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    display: flex;
    border-radius: 8px;
    padding-left: 20px;
    border: 3px solid #03172e;
    display: flex;
    align-items: center;
  }
  label.error {
    color: #FF0000;
    font-size: 14px;
  }
  .thanku-page-inner .sec-title {
    padding-top: 0;
    margin: 35px 0px 0px 0px;
  }
  .Here-what-happens-next-step .step {
    margin: 25px 0px 0px 0px;
  }
  .fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    height: 67px;
    width: 100%;
  }
  .fileupload svg {
    display: none;
  }
  .fileupload p {
    font-size: 22px;
    margin: 0 0 0 15px;
    color: #020100;
    max-width: max-content;
    line-height: normal;
    font-weight: bold;
  }
  .fileupload.successfully_uploaded {
    border: 3px solid #00c765 !important;
    background: #00c765;
  }
  .fileupload.successfully_uploaded p:hover{
    color: white;
  }
  .fileupload.successfully_uploaded p {
    color: white;
  }
  .fileupload.successfully_uploaded:hover img {
    filter: invert(1);
  }
  .fileupload.successfully_uploaded img {
    filter: invert(1);
  }
  .fileupload.successfully_uploaded p img {
    display: none;
  }
  .successfully_uploaded svg {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: auto;
    margin-right: 20px;
  }
  .fileupload.successfully_uploaded svg {
    display: block;
  }
  .fileupload svg {
    display: none;
  }
  span.optional-text{
    color: #6e757c;
  }
  img.fileupload_img {
    width: 35px;
  }
  .fileupload p {
    width: 100%;
    max-width: 100%;
}

p.upload_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
}
  @media (max-width: 991px){
    .info_upload {
        font-size: 15px;
        line-height: 18px;
        margin: 0px 0 17px;
    }
}


.logo img {max-width: 300px;}
.linke_site{margin: 20px 0 10px;}
.linke_site a{font-weight: bold;font-size: 18px;}
.txt_yellow{color: #fbe459 !important;}
i.text_style {font-style: normal; }
.f_bold{font-weight: bold !important;}
.fileupload {margin-bottom: 25px;}
p.clicking_agree {font-size: 17px;line-height: normal;}
p.info_upload.mb-2 {margin-bottom: 10px;}









/* tahnku-page-wraper  */
.tahnku-page-wraper .nextFieldset_wrap .formBox {margin:50px auto 0 auto;}
.thanku-title.tahnku_page_heading h2 {line-height: normal;}
.tahnku-page-wraper .fileupload {margin-bottom: 25px;margin-top: 26px;}
.tahnku-page-wraper .nextFieldset_wrap .formBox::after{display: none;}
.tahnku-page-wraper .title {font-family: "Helvetica";font-weight: bold;color: #212529;}
.tahnku-page-wraper .title span { display: block; color: #6e757c;}
.tahnku-page-wraper .sticky_form {margin: 0 auto 30px;}
.tahnku-page-wraper .sticky_form::before{display: none;}
.tahnku-page-wraper .first_upload_wrap {margin-top: 1px;}
.tahnku-page-wraper .fileupload img{margin: 0;}
.mt-1{margin-top: 10px;}
.mb-3{margin-bottom: 30px;}
.uplaoded-file{color: #2ddb78;font-size: 18px;font-weight: bold;}

@media (max-width: 480px){
    .nextFieldset_wrap .fileupload img {height: auto !important; width: auto !important; }
    .tahnku-page-wraper .chevron_down { top: -15px !important; }
    .tahnku-page-wraper .first_upload_wrap {  margin-top: 16px; }
    .tahnku-page-wraper .nextFieldset_wrap .formBox {margin: 29px auto 0 auto; }
    .tahnku-page-wraper .fileupload { margin-bottom: 20px;}
    .tahnku-page-wraper .title { font-size: 17px;  }
    .thanku-title h2 { font-size: 38px !important; line-height: 44px !important; margin: 0; }
}


p.addressContainer {
    padding: 6px 10px;
    margin: 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 0 0 5px 5px;
}
div#response {
    width: 297px;
    position: absolute;
    top: 312.992px;
    left: 716px;
    background: #fff;
    z-index: 9999;
    max-height: 300px;
    overflow: auto;
}





.do-not-qualify-dialog{position: relative;}
.close_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    text-shadow: none;
    opacity: 1;
    background: #f44336;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 29px;
    border-radius: 60px;
    outline: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-family: sans-serif;
}
.do-not-qualify-dialog .modal-content p {
    font-size: 28px; 
}


@media (max-width: 991px){
    .do-not-qualify-dialog .modal-content p {
        font-size: 20px; 
    }
    }

   




    /* new_css */
     