/*
jay
*/
/* =====================
   Typo
   ====================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');


/*

  font-family: 'Nunito', sans-serif;

*/


/*body{*/
/*  display: none;*/
/*}*/


.page-id-85 header.page-header {
    display: none;
}

.quote-form-container .inner-content {
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
}

.quote-form-container .inner-content h2 {
    color: #11262E;
    font-family: 'Nunito', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700 !important;
    /* 68.096px */
    letter-spacing: -2.56px;
    margin-bottom: 30px;
    position: relative;
}

.quote-form-container .inner-content .para-txt {
    color: #11262E;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    /* 26.35px */
    letter-spacing: -0.68px;
    margin-bottom: 45px;
}

.quote-form-container .inner-content .inital-step h2 {
    max-width: 559px;
}

.quote-form-container .inner-content .inital-step .para-txt {
    max-width: 350px;
    position: relative;
    padding-left: 30px;
}


.quote-form-container .inner-content h2:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 100%;
}

.quote-form-container .inner-content .inital-step .para-txt i {
    position: absolute;
    top: 5px;
    left: 0;
}


.quote-form-container .inner-content .btn {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    font-weight: 800;
    color: var(--e-global-color-783f3e9);
    background-color: var(--e-global-color-text);
    border-radius: 24px 24px 24px 24px;
    padding: 16px 25px;
    border-color: var(--e-global-color-text);
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}


.radio-item [type="radio"] {
    display: none;
}

.radio-item a {
    text-decoration: none;
    color: #fff;
}

.radio-item label {
    display: block;
    padding: 100px 30px 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    /* white-space: nowrap; */
    position: relative;
    transition: 0.4s ease-in-out 0s;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    /* 16.218px */
    font-family: 'Nunito', sans-serif;
    border-radius: 18px;
    background: #11262E;
    line-height: 20px;
}

.radio-item label:after,
.radio-item label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}


.radio-item label:before {
    background: #e97012;
    height: 20px;
    width: 20px;
    left: 21px;
    top: calc(50% - 5px);
    transform: scale(5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out 0s;
}

.radio-item [type="radio"]:checked ~ label {
    border-color: #4a7b8d;
    background: #4a7b8d;
}

.radio-item [type="radio"]:checked ~ label::before {
    opacity: 0;
    visibility: visible;
    transform: scale(1);
}

.justify-content {
    justify-content: center;
}

.quote-form-container h3 {
    color: #11262E;
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
}

.radio-btn-list {
    display: flex;
    margin-top: 70px;
    justify-content: center;
    flex-wrap: wrap;
}

.radio-btn-list .radio-item {
    position: relative;
    margin: 0px 10px 20px;
    width: calc(50% - 20px);
    max-width: 230px;
    height: 100%;
}

.radio-btn-list .icons-list {
    position: absolute;
    color: #fff;
    z-index: 9;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    top: 30px;
    line-height: 1;
}

.text-center {
    text-align: center;
}


.quote-form-container .inner-content .full-width-12 {
    display: flex;
    align-items: flex-start;
}

.quote-form-container .inner-content .full-width-12 .colm-half {
    margin-top: 0;
}

.quote-form-container .inner-content .second-step h3 {
    margin-bottom: 75px;
}

.quote-form-container .inner-content .topbar {
    display: flex;
    align-items: center;
    max-width: 370px;
    margin-bottom: 25px;
}

.quote-form-container .inner-content .topbar input {
    border-radius: 38px;
    border: 1px solid #11262E;
    color: #11262E;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 95.4%; /* 16.218px */
    letter-spacing: -0.68px;
    text-align: center;
    max-width: 120px;
}


.quote-form-container .inner-content .topbar input::-webkit-input-placeholder { /* Edge */
    color: #11262E;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 600;

}

.quote-form-container .inner-content .topbar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #11262E;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.quote-form-container .inner-content .topbar input::placeholder {
    color: #11262E;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 600;
}


.quote-form-container .inner-content .topbar label {
    color: #11262E;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    /* 16.218px */
    white-space: nowrap;
    margin-left: 20px;
}


.radio-btn-list.second-way {
    /* flex-wrap: nowrap; */
}

.radio-btn-list.second-way .radio-item {
    width: 100%;
    max-width: 310px;
}

.radio-btn-list.second-way .radio-item label {
    padding: 21px 27px;
    text-align: left;
    min-height: 114px;
}

.radio-btn-list.second-way .radio-item span {
    display: block;
    text-align: left;
    font-style: normal;
    margin-top: 8px;
    font-size: 13px;
}

.radio-btn-list .icons-list span.icon-bed-room {
    font-size: 26px;
}

.radio-btn-list .icons-list.second span.icon-bed-room {
    margin: 0px 5px;
}


.radio-btn-list .icons-list.third span.icon-bed-room {
    margin: 5px;
    font-size: 20px;
}

.quote-form-container .radio-btn-list.second-way .radio-item label i.fa-solid {
    margin-left: 8px;
}

.quote-form-container .forth-step {
    max-width: 750px;
    width: 100%;
}

.quote-form-container .third-step {
    max-width: 660px;
    width: 100%;
}

.fifth-step h3, .quote-form-container .third-step h3, .quote-form-container .third-step p {
    text-align: center;
}

.quote-form-container .forth-step h3 {
    text-align: center;
}

.quote-form-container .forth-step .radio-item {
    min-height: 114px;
}

.fifth-step {
    max-width: 950px;
    width: 100%;
}

.quote-form-container .fifth-step .radio-item {
    width: auto;
    min-width: 210px;
}

.quote-form-container .fifth-step .radio-item label {
    min-height: auto;
    width: 100%;
    white-space: nowrap;
    padding-right: 70px;
}

.fifth-step .radio-btn-list.second-way {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form-contact {
    display: flex;
    max-width: 400px;
    vertical-align: bottom;
    align-items: end;
    margin: 40px auto 0;
}

.form-contact input[type="text"] {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding: 4px 0px;
}

.third-step .calculation-right.colm-half {
    max-width: 430px;
    margin-top: 50px;
    margin: 50px auto 0;
}

.form-contact label {
    width: 210px;
    vertical-align: bottom;
}

.form-contact input[type="text"]:focus {
    outline: 0;
}

div#quote,
div#condo-2,
div#room-2,
div#condo-3,
div#room-3,
div#condo-4,
div#room-4,
div#condo-5,
div#room-5 {
    display: none;
}


.quote-form-container .inner-content .btn:hover, .radio-item label:hover {
    background: #4a7b8d;
}

.quote-form-container .inner-content .calculation-right.colm-half {
    max-width: 380px;
}
div#condo-3 .radio-item label ,
div#room-3 .radio-item label
{
    min-height: auto;
}
