.section.contact {
    background: linear-gradient(140deg, rgb(224 241 255) 0%, rgb(255 255 255) 46%, rgb(224 241 255) 100%);
}

.contact_title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* radio section styles starts */
.radio_section {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.radio_section .radio_item {
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio_section .radio_item .dot {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    border: 1px solid #949494;
    cursor: pointer;
    position: relative;
}

.radio_section .radio_item .dot::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #4EA9C5CC;
    border-radius: 100%;
    display: none;
}

.radio_section .radio_item label {
    color: rgba(78, 169, 197, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 8px;
}

.radio_section .radio_item.active .dot {
    border: 1px solid rgba(78, 169, 197, 0.80);
}

.radio_section .radio_item.active .dot::before {
    display: block;
}

/* radio section styles ends */


.form_section {
    position: relative;
    border-radius: 6px;
    background: #1E1E23;
    padding: 60px;
}

.form_container {
    position: relative;
    width: 100%;
}

.form_block {
    position: relative;
}

.form_block .form_grid {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}

.formblockrow {
    position: relative;
    margin: 16px 0px;
}

#budgetRangeRow {
    display: none;
}

.form_block .form_grid .formblockrow {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(50% - 60px);
}

.form_block .form_grid .formblockrow.full_width {
    width: calc(100% - 60px);
}

.formblockrow .label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.formblockrow .inputsec {
    position: relative;
    width: 100%;
}

.formblockrow .inputsec .formInput {
    color: #C9CFCF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    border-radius: 6px;
    border: 1px solid rgba(245, 245, 245, 0.00);
    background: #232D39;
    height: 50px;
    padding: 12px 18px;
    box-sizing: border-box;
    width: 100%;
}

.formblockrow .inputsec .formInput.error {
    border: 1px solid #f00;
}

.formblockrow .inputsec .formSelect {
    color: #C9CFCF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    border-radius: 6px;
    border: 1px solid rgba(245, 245, 245, 0.00);
    background: #232D39;
    height: 50px;
    padding: 12px 18px;
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../assets/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px);
}

.formblockrow .inputsec .formSelect option {
    width: 100%
}


.formblockrow .inputsec .formSelect.error {
    border: 1px solid #f00;
}


.formblockrow .inputsec .formInput.textarea {
    resize: none;
    height: 100px;
}

.formblockrow .multiple {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.formblockrow .multiple .row {
    position: relative;
    width: 48%;
}

.formblockrow.submit {
    margin: 0px;
    margin-top: 10px;
}


.address_section {
    position: relative;
    border-radius: 6px;
    background: #F2FBFF;
    padding: 30px;
}

.address_section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_section ul li {

    border-radius: 6px;
    background: #FFF;
    padding: 20px;
    margin: 0px 10px;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
}

.address_section ul li .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.address_section ul li.desktop_hide {
    display: none;
}

.address_section ul li .icon {
    width: 40px;
}

.address_section ul li .icon img {
    width: 100%;
}

.address_section ul li .text {
    width: calc(100% - 65px);
}

.address_section ul li .text h2,
.address_section ul li .text h2 span {
    color: #1E1F1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.address_section ul li .text h2 span {
    font-size: 14px;
    font-weight: normal;
}

.address_section ul li .text a {
    color: #1E1F1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    display: block;
    text-decoration: none;
}

.address_section ul.location {
    margin-top: 10px;
}

.address_section ul.location li {
    width: calc(100% - 20px);
}


.status_alert {
    position: absolute;
    background: rgba(20, 23, 24, 0.75);
    background: #1e1e239e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.status_alert .status_center {
    border-radius: 20px;
    background: #F8F8F8;
    position: absolute;
    width: 500px;
    height: 270px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 50px 30px;
    box-sizing: border-box;
}

.status_alert .status_center .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/close_icon.png);
}

.status_alert .status_center .icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.status_alert .status_center h4 {
    color: #1A1A1A;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin-top: 16px;
}

.status_alert .status_center p.desc {
    color: #6D6D6D;
    margin-top: 20px;
    text-align: center;
}


.status_alert.success .icon {
    background-image: url(../assets/success-check.svg);
}

.status_alert.error .icon {
    background-image: url(../assets/error-warning.png);
}


.status_alert.success .status_center h4 {
    color: #11a904;
}

.status_alert.error .status_center h4 {
    color: #9b2222;
}


@media screen and (max-width: 1024px) {
    .form_section {
        padding: 50px;
    }

    .formblockrow .label {
        font-size: 16px;
    }

    .formblockrow .inputsec .formInput,
    .formblockrow .inputsec .formSelect {
        font-size: 15px;
    }

    .formblockrow .inputsec input {
        font-size: 14px;
    }

    .form_block .form_grid {
        margin-left: -20px;
        margin-right: -20px;
    }

    .form_block .form_grid .formblockrow {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(50% - 40px);
    }

    .form_block .form_grid .formblockrow.full_width {
        width: calc(100% - 40px);
    }

    .radio_section .radio_item label {
        font-size: 15px;
    }

    .radio_section .radio_item .dot {
        width: 14px;
        height: 14px;
    }

    .radio_section .radio_item .dot::before {
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 999px) {
    .form_section {
        padding: 40px;
    }

    .address_section ul {
        display: block;
    }

    .address_section ul li {
        margin: 0px;
        width: calc(100% - 0px);
        margin-top: 20px;
    }

    .address_section ul li:nth-of-type(1) {
        margin-top: 0;
    }

    .address_section ul.location {
        margin-top: 20px;
        display: none;
    }

    .address_section {
        padding: 20px;
    }

    .address_section ul li .text {
        width: calc(100% - 60px);
    }

    .formblockrow .inputsec input {
        font-size: 14px;
        border-radius: 8px;
        height: 40px;
        padding: 8px 10px;
    }

    .address_section ul li .icon {
        width: 35px;
    }

    .address_section ul li .text {
        width: calc(100% - 55px);
    }

    .address_section ul li.desktop_hide {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .form_section {
        padding: 30px;
    }

    .form_block {
        display: block;
    }


    .formblockrow .label {
        font-size: 14px;
    }

    .formblockrow .inputsec .formInput,
    .formblockrow .inputsec .formSelect {
        font-size: 14px;
    }

    .formblockrow .inputsec input {
        font-size: 12px;
    }

    .address_section ul li .text h2,
    .address_section ul li .text h2 span {
        font-size: 16px;
    }

    .address_section ul li .text a {
        font-size: 13px;
    }

    .address_section ul li {
        padding: 16px;
    }

    .formblockrow {
        position: relative;
        margin: 10px 0px;
    }

    .form_block .form_grid .formblockrow {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .radio_section .radio_item label {
        font-size: 14px;
    }

    .radio_section .radio_item .dot {
        width: 13px;
        height: 13px;
    }

    .radio_section .radio_item .dot::before {
        width: 7px;
        height: 7px;
    }

    .formblockrow .inputsec .formInput {
        height: 40px;
        padding: 8px 12px;
    }

    .formblockrow .inputsec .formSelect {
        height: 40px;
        padding: 8px 12px;
        background-position: calc(100% - 12px);
        padding-right: 34px;
    }

    .formblockrow .inputsec .formInput.textarea {
        height: 80px;
    }

}

@media screen and (max-width: 600px) {
    .form_section {
        padding: 20px;
    }

    .radio_section .radio_item label {
        font-size: 13px;
    }

    .radio_section .radio_item .dot {
        width: 12px;
        height: 12px;
    }

    .radio_section .radio_item .dot::before {
        width: 6px;
        height: 6px;
    }

    .radio_section .radio_item {
        margin-right: 20px;
    }

}

@media screen and (max-width: 400px) {
    .radio_section .radio_item {
        margin-right: 10px;
    }

    .radio_section .radio_item label {
        text-transform: capitalize;
    }

    .address_section ul li .text h2,
    .address_section ul li .text h2 span {
        font-size: 14px;
    }
}