@font-face {
    font-family: "Proxima-Nova";
    src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Proxima-Nova-Bold";
    src: url("../fonts/Proxima\ Nova\ Bold.otf");
}

@font-face {
    font-family: "Proxima-Nova-Semibold";
    src: url("../fonts/Proxima\ Nova\ Semibold.otf");
}

@font-face {
    font-family: "Proxima-Nova-Extrabold";
    src: url("../fonts/Proxima\ Nova\ Extrabold.otf");
}

* {
    font-family: "Proxima-Nova", sans-serif;
}

.top {
    background-color: #153f5a;
    min-height: 100vh;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}


.logo {
    height: 50px;
}

.fs-14 {
    font-size: 14px;
}

.line-hr {
    background-color: #007e89;
    height: 1px;
    width: 100%;
}

.font-bold {
    font-family: "Proxima-Nova-Bold", sans-serif;
}

.fs-37 {
    font-size: 2.541em;
}

.fs-32 {
    font-size: 2.2em;
}

.fs-30 {
    font-size: 2.0625em;
}

.fs-28 {
    font-size: 1.925em;
}

.fs-26 {
    font-size: 1.7875em;
}

.fs-24 {
    font-size: 1.815em;
}

.fs-23 {
    font-size: 1.58125em;
}

.fs-22 {
    font-size: 1.5125em;
}

.fs-20 {
    font-size: 1.375em;
}

.fs-18 {
    font-size: 1.2375em;
}

.fs-14 {
    font-size: 0.9625em;
}

.fs-13 {
    font-size: 0.89375em
}

.fs-10pt {
    font-size: 10.5pt;
}

.hide-mobile {
    display: block;
}

footer {
    background-color: #0b263a;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}

div.footer {
    display: none;
}

.btn-pink {
    background-color: #ff5c5c !important;
    border-color: #ff5c5c !important;
    padding: 10px 60px;
}

.btn-green {
    background-color: #3fac5f !important;
    border-color: #3fac5f !important;
    padding: 10px 100px;
    display: block;
}

.btn-yellow {
    background-color: #e2a63c !important;
    border-color: #e2a63c !important;
    padding: 10px 100px;
    display: block;
}

.text-contents {
    padding-bottom: 150px !important;
}

.number {
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.71875em;
    color: #00cee0;
    border: 2px solid #00cee0;
    border-radius: 50%;
}

.text-sky {
    color: #b6e2ff;
}

.mortgage.action-btn.active {
    background: #00cee0 !IMPORTANT;
    border-color: #00cee0 !IMPORTANT;
}

.step_wrap {
    display: none;
    width: 100%;
}

.step_wrap.active {
    display: block;
}

.btn-submit:disabled {
	opacity:0.5;
	cursor: not-allowed;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    margin: auto;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 30px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    background: url("../img/handler.png");
    cursor: pointer;
    background-size: contain;
}

.slider::-moz-range-thumb {
    width: 35px;
    height: 35px;
    background: url("../img/handler.png");
    cursor: pointer;
    background-size: contain;
}

.w-200 {
    width: 200px;
    background-color: #0a1d2d;
    display: block;
    padding: 5px 20px;
    font-size: 1.71875em;
    color: #6cf3ff;
    text-align: center;
    display: block;
    margin: 25px auto 10px auto;
    border-radius: 10px;
    border: 2px solid #00cee0;
}

.ls-2 {
    letter-spacing: 2px;
}

.form-control {
    background-color: #0a1d2d;
    color: #6cf3ff;
    border: 2px solid #00cee0;
    border-radius: 10px;
    padding: 2px 20px;
    font-size: 1.375em;
    margin-bottom: 20px;
}

.form-control:focus::placeholder {
    color: #0a1d2d;
}

.form-control::placeholder {
  color: #6cf3ff;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6cf3ff;
}

.new-footer {
    background-color: #0b263a;
}

.show-mob {
    display: none;
}

.error {
    display: block;
    font-size: 0.89375em;
    line-height: 1.2;
    margin: 6px;
    padding: 0;
    position: relative;
    text-align: left;
    transition: .25s;
}

.error.alert-danger {
    color: #e2ff05;
}

@media screen and (max-width: 767px) {
    .hide-mobile {
	display: none;
    }
    .btn-pink {
        background-color: #ff5c5c !important;
        border-color: #ff5c5c !important;
        padding: 10px 20px;
        font-size: 1.375em;
    }

    .show-mob {
        display: block;
    }

    .hide-mob {
        display: none;
    }

    .phone-icon.show-mob {
        width: 40px;
        margin-top: 5px;
    }

    .fs-37 {
        font-size: 1.58125em;
    }

    .fs-30 {
        font-size: 1.375wm;
    }

    .fs-22 {
        font-size: 1.16875em;
    }

    .text-contents {
        padding: 0 15px;
    }

    .fs-32 {
        font-size: 1.375em;
    }

    .fs-26 {
        font-size: 1.16875em;
    }

    .number {
        min-width: 35px;
        height: 35px;
        font-size: 1.375em;
    }

    .fs-24 {
        font-size: 1.2375em;
    }

    .d-flex.justify-content-center.align-items-start.gap-3 {
        gap: 5px !important;
    }

    .btn-green,
    .btn-yellow {
        padding: 10px 20px;
        font-size: 1.375em;
        width: 100%;
    }

    .row.g-4 {
        --bs-gutter-y: 0;
    }

    .container.pt-5 {
        padding-top: 0 !important;
    }
    .text-contents { 
    	padding-bottom: 100px;
    } 
    .top { 
    	min-height: calc(var(--vh, 1vh) * 100); 
    }    
}