* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.banner {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    min-height: 400px;
}
.banner .column {
    width: max-content;
    margin: 0 auto 0 30px;
}
.banner .column .heading {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    margin-bottom: 12px;
    margin-top: 36px;
}
.banner .column .heading .bold {
    font-weight: 500;
}
.banner .column .heading::after {
    content: url(../images/line.svg);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 95.932px;
    height: 6.823px;
}
.banner .column .list {
    display: flex;
    margin-bottom: 4px;
    margin-left: 2px;
    -webkit-box-align: center;
    align-items: center;
}
.banner .column .list .bullet {
    width: 10.5px;
    height: 10.5px;
    background-color: rgb(255, 220, 0);
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 9.13px;
}
.banner .column .list .bullet .tick {
    content: url(../images/tick.svg);
    width: 8px;
    height: 6px;
}
.banner .column .list .text {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.banner .image {
    position: relative;
    z-index: 1;
    width: 573.2px;
    height: 358.5px;
    margin: -30px 0px 0px 106px;
}
.banner .buttons {
    display: flex;
    gap: 8px;
    width: max-content;
    margin: 0px auto;
    padding-bottom: 10px;
}
.banner .buttons .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 144px;
    border-radius: 8px;
    border: 0px;
    background: rgba(163, 163, 163, 0.2);
    margin: 0px;
    padding: 11px 8px 11px 11px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.banner .buttons .button .hiw-image {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
}
.banner .buttons .button .arrow {
    margin-left: auto;
    width: 4px;
    height: 7px;
    content: url(../images/arrow.svg);
    position: relative;
}
@media screen and (min-width: 1024px) {
    .banner .column .heading {
        font-size: 32px;
    }
    .banner .column .heading::after {
        content: url(../images/line1.svg);
        width: 183px;
        height: 13px;
    }
    .banner .column .list .bullet .tick {
        width: 8px;
        height: 6px;
    }
    .banner .buttons {
        margin-left: 278.68px;
        margin-top: -36px;
        padding-bottom: 75px;
        z-index: 1;
        position: relative;
    }
}
.main-section {
    /*width: 60%;*/
    padding-left: 185px;
    position: relative;
}
.main-section .style-icon {
    position: absolute;
    left: 9px;
    top: 483px;
}
.main-section .call-wrapper {
    border-radius: 8px;
    background: rgb(213, 243, 232);
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px 18px;
    color: rgb(34, 34, 34);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
    .main-section .call-wrapper {
        margin: 20px 0px 0px -50px;
        -webkit-box-pack: center;
        justify-content: center;
        background: rgb(255, 244, 219);
        color: rgb(67, 67, 67);
        border-radius: 8px;
        -webkit-box-align: center;
        align-items: center;
        font-size: 16px;
    }
}
.call-icon {
    width: 18px;
    height: 18px;
    padding-right: 16px;
    height: max-content;
    margin-right: 8px;
}
.a-href,
a {
    text-decoration: none;
    color: #5e23dc;
    cursor: pointer;
    outline: none;
}
.main-section .call-wrapper .call {
    padding: 0px 3px;
    font-weight: 500;
    text-decoration-line: underline;
}
.hitw .heading {
    width: max-content;
    margin-left: 110px;
}
.hitw .heading .h2 {
    color: rgb(34, 34, 34);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 16px auto 6px;
}
.hitw .heading .underline {
    width: 28px;
    height: 12px;
    margin: 0px auto;
    display: block;
}
.hitw-wrapper {
    width: 100%;
    padding: 0px 0px 16px;
}

@media (min-width: 1024px) {
    .hitw .heading .h2 {
        margin: 60px auto 16px;
        font-size: 30px;
    }
    .hitw-wrapper {
        padding: 0px;
    }
}
.hitw-wrapper .hitw-container {
    margin-top: 50px;
}
.hitw-wrapper .hitw-container .list {
    gap: 50px;
    display: flex;
    flex-direction: column;
}
.hitw-wrapper .hitw-container .list .item {
    display: flex;
    flex-direction: row;
    gap: 15px;
    position: relative;
}
.hitw-wrapper .hitw-container .list .item .image {
    width: 78px;
    height: 77px;
    margin: 2px;
}
.hitw-wrapper .hitw-container .list .item .content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 7px;
}
.hitw-wrapper .hitw-container .list .item .content .heading {
    color: rgb(67, 67, 67);
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    width: 350px;
}
.hitw-wrapper .hitw-container .list .item .content .heading .bold {
    font-weight: 500;
}
.hitw-wrapper .hitw-container .list .item .content .desc {
    color: rgb(118, 118, 118);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 330px;
}
.faqs {
    width: max-content;
    margin-left: 110px;
}
.faqs .heading {
    color: rgb(34, 34, 34);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 16px auto 6px;
}
.underline {
    width: 28px;
    height: 12px;
    margin: 0px auto;
    display: block;
}
.faqs-container {
    width: 100%;
    padding: 0px 0px 16px;
}
@media (min-width: 1024px) {
    .faqs .heading {
        margin: 60px auto 16px;
        font-size: 30px;
    }
    .faqs-container {
        padding: 0px;
    }
}
.faqs-container .faqs-wrapper {
    margin-top: 33px;
    width: 92%;
}
.accordion {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #d8d8d8;
}
.accordion-button {
    position: relative;
    cursor: pointer;
    padding: 20px 15px;
    letter-spacing: 0.46px;
    font-weight: 400;
    color: rgb(67, 67, 67);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #052c65;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    overflow-y: hidden;
    color: rgb(67, 67, 67);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.2s ease 0s;
    margin-left: 10px;
}
.owner-modal {
    top: 130px;
    right: 140px;
    width: 411px;
    min-height: 400px;
    max-height: 620px;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 3px 27px);
    border-radius: 8px;
    position: fixed;
    z-index: 1000;
}
.owner-modal .header .h2 {
    letter-spacing: 0px;
    white-space: nowrap;
    display: flex;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 20px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: #5e23dc;
    width: fit-content;
}
.owner-modal .header .h2::after {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    right: -34px;
    z-index: 20;
    border-top: 68px solid transparent;
    border-left: 38px solid #5e23dc;
    border-bottom: 0px solid transparent;
    border-radius: 10px;
}
@media (min-width: 1024px) {
    .owner-modal .header .h2 {
        padding: 10px 0px 20px 20px;
        font-size: 18px;
        line-height: 20px;
        padding-right: 20px;
    }
}
.modal-card {
    position: relative;
    top: -15px;
    z-index: 1000;
    border-radius: 10px;
    height: 540px;
    background-color: rgb(255, 255, 255);
    padding: 32px 38px 0px;
    min-height: 0px;
}
.card-wrapper {
    display: flex;
    margin-bottom: 20px;
}
.modal-heading {
    text-align: left;
    position: relative;
    width: 100%;
}
.modal-heading .h3 {
    color: rgb(67, 67, 67);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
@media (min-width: 1024px) {
    .modal-heading .h3 {
        line-height: 20px;
        font-size: 16px;
    }
}
.modal-heading .h3 .bold-text {
    font-weight: 500;
}
.owner-modal .modal-card .property-form {
    padding-top: 0px;
}
.owner-modal .modal-card .property-form .form-wrapper {
    padding-bottom: 0px;
}
.owner-modal .modal-card .property-form .form-wrapper .field {
    /* margin-top: 18px; */
}
.owner-modal .modal-card .property-form .form-wrapper .group {
    margin-top: 0px;
}
.owner-modal .modal-card .property-form .form-wrapper .title {
    color: rgb(67, 67, 67);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.owner-modal .modal-card .property-form .form-wrapper .rf-group {
    display: flex;
    flex-wrap: wrap;
}
.owner-modal .modal-card .property-form .form-wrapper .rf-group .rf-toggle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    height: 48px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    margin: 9px 0px 0px;
}
@media (min-width: 1024px) {
    .owner-modal .modal-card .property-form .form-wrapper .rf-group {
        gap: 16px;
        place-content: center flex-start;
        -webkit-box-pack: start;
        -webkit-box-align: center;
        align-items: center;
    }
}
.owner-modal
    .modal-card
    .property-form
    .form-wrapper
    .rf-group
    .rf-toggle
    .toggle-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(34, 34, 34);
    font-size: 14px;
    padding: 0 26px;
    height: 48px;
    line-height: 48px;
}
/* .owner-modal .modal-card .property-form .form-wrapper .rf-group .toggle-active .toggle-label {
    color: rgb(94, 35, 220);
} */
.owner-modal
    .modal-card
    .property-form
    .form-wrapper
    .rf-group
    input:checked
    + .toggle-label {
    background-color: #5e23dc;
    color: #fff;
    border-radius: 8px;
}
.owner-modal .modal-card .property-form .form-wrapper .rf-group .rf-toggle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    height: 48px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    margin: 9px 0px 0px;
}
.owner-modal
    .modal-card
    .property-form
    .form-wrapper
    .rf-group
    .rf-toggle
    .toggle-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(34, 34, 34);
    font-size: 14px;
}
/* .owner-modal .modal-card .property-form .form-wrapper .errorStyle {
    color: #e02727;
    padding: 5px 0 0 5px;
}
.owner-modal .modal-card .property-form .form-wrapper .field {
    margin-top: 30px;
}
.owner-modal .modal-card .property-form .form-wrapper .tel-field {
    position: relative;
    font-size: 14px;
} */
.owner-modal .modal-card .property-form .form-wrapper .dropdownContainer {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* background-color: rgb(191, 192, 198); */
}
.material-input .dropdown-input,
.material-input input,
.material-input textarea,
.material-text .dropdown-input,
.material-text input,
.material-text textarea {
    display: block;
    background: none;
    padding: 0 10px 8px 0;
    margin-top: 9px;
    border-width: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    /* color: transparent; */
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: 27px;
}
.material-input .label,
.material-text .label {
    /* position: absolute; */
    left: 0;
    top: 0;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.38);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    font-size: 16px;
}
.material-input .result-cont,
.normal-input .result-cont {
    padding: 0;
    margin: 0;
    z-index: 101;
    width: 100%;
    max-height: 0;
    visibility: hidden;
    position: absolute;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transition: max-height 0ms ease-in-out 0.35s,
        visibility 0ms ease-in-out 0.35s;
    transition: max-height 0ms ease-in-out 0.35s,
        visibility 0ms ease-in-out 0.35s;
}
.owner-modal .modal-card .property-form .form-wrapper .btn-cont {
    margin: 22px 0px 18px;
    padding: 0px;
    position: relative;
}
.new-btn {
    border-radius: 8px;
    height: auto;
    border: none;
    bottom: 0;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
}
.new-btn.large {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
}
.new-btn.secondary {
    border: 1px solid #1dd38f;
    background: #1dd38f;
    color: #fff;
    -webkit-box-shadow: #4cbd94 0 -2px inset;
    box-shadow: inset 0 -2px #4cbd94;
}
.new-btn.login {
    border-radius: 8px;
    background: rgb(54, 201, 145);
    border: 0px;
    box-shadow: none;
}
.new-btn.disabled {
    background: rgb(159, 159, 159);
    background-color: rgb(159, 159, 159);
    box-shadow: inset 0 2px rgb(159, 159, 159);
    border-color: rgb(159, 159, 159);
    pointer-events: none;
}
.form-control:focus {
    box-shadow: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-selection--single {
    display: block !important;
    background: none !important;
    padding: 0 10px 8px 0 !important;
    margin-top: 9px !important;
    border-width: 0 !important;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    /* color: transparent; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 45px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px 10px 8px !important;
}
.select2-selection__arrow {
    display: none !important;
}
