.entry-content * {
    word-break: break-word;
}

.entry-content h1 {
    margin: 0 0 15px;
}

.entry-content h2 {
    margin: 25px 0 15px;
}

.entry-content h3 {
    margin: 25px 0 15px;
}

.entry-content
    ul:not(.gform_fields):not(.blocks-gallery-grid):not(.entry-meta)
    li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    z-index: 1;
    background-image: url(/wp-content/uploads/2024/11/emg-list-check.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 5px;
    line-height: 2;
}

.entry-content
    ul:not(.gform_fields):not(.blocks-gallery-grid):not(.entry-meta)
    li
    a:hover {
    text-decoration: underline;
}

.entry-content
    ul:not(.gform_fields):not(.blocks-gallery-grid):not(.entry-meta)
    li
    a {
    font-weight: 500 !important;
}

.entry-content
    ul:not(.gform_fields):not(.blocks-gallery-grid):not(.entry-meta)
    li:not(:last-child) {
    margin-bottom: 12px;
}

.get-cache-offer-heading {
    font-size: 40px !important;
    font-weight: 700;
}

.cash-offer-form {
    background: #ffff;
    box-shadow: 0px 3px 10px 3px #f1f1f1;
    position: relative;
    top: -115px;
    padding: 7px 15px 6px 15px;
    border-radius: 10px;
}
.cash-offer-form input {
    width: 100%;
    background-color: #faf9f9;
    border: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.cash-offer-form input[type="submit"] {
    font-size: 20px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    background-color: rgb(var(--primary-color));
    color: rgb(var(--secondary-color));
    cursor: pointer;
    margin-bottom: 0;
}

/*Work Process*/

.section-title h2,
.author-title {
    font-size: 35px;
    color: rgb(var(--primary-color));
    margin-bottom: 15px;
    text-transform: uppercase;
}
.author-img img {
    width: 100%;
}
.single-work-process img {
    width: 100%;
}
.section-title p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: var(--black-clr);
}

.single-work-process h3 {
    font-size: 25px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    color: rgb(var(--primary-color));
}
.work-process-text {
    padding: 20px;
}

.work-process-text h4 {
    font-size: 21px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    color: var(--black-clr);
    margin-bottom: 15px;
}

.work-process-text p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: var(--black-clr);
    margin-bottom: 0;
}

.single-work-process {
    height: 100%;
    box-shadow: 4px 3px 30px rgb(0, 0, 0, 0.12);
}

/*schedule*/

.section-title .btn-success {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 40px;
    margin-top: 15px;
}

.schedule-form input {
    width: 100%;
    color: #999999;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-bottom: 20px;
}

.schedule-form {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.schedule-form textarea {
    height: 100px;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    width: 100%;
    color: #999;
    margin-bottom: 20px;
}

.schedule-form input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(var(--primary-color));
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}

section.schedule-area {
    background-image: url(../img/schedule-bg.png);
    background-size: cover;
    background-position: center;
    padding: 190px 0 210px 0;
    background-size: 100% 100%;
}

/*chosseus*/

ul#myTab {
    display: block;
    width: 49%;
    float: left;
}

div#myTabContent {
    width: 49%;
    float: right;
    display: inline-block;
}

.nav-item a {
    margin-bottom: 10px;
    border: 1px solid red;
}
.nav-link.active {
    border: none;
}

.nav-tabs {
    border: none;
}

li.nav-item {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-clr) !important;
    border: 1px solid #ebebeb;
    display: block;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.nav-item .nav-link {
    color: var(--black-clr) !important;
    margin-bottom: 0 !important;
    position: relative;
    height: 98px;
}

.nav-item .nav-link:hover {
    background-color: #f1fff3;
}

.nav-item .nav-link.active {
    background-color: #f1fff3;
}
.nav-item .nav-link:after {
    height: 100%;
    width: 5px;
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
li.nav-item .nav-link.active:after {
    background: rgb(var(--primary-color));
}
div#myTabContent p {
    font-size: 18px;
}

div#myTabContent {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 20px #ededed;
    min-height: 430px;
}
.choose-tab {
    padding-top: 30px;
}

section.choose-us-area {
    padding-bottom: 30px;
}
.nav-link span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*service_area*/
.single-service-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.our-service-area {
    background-image: url(/wp-content/uploads/2021/07/service-area-bg-1024x358-1.png);
    background-size: cover;
    background-position: center;
    padding: 175px 0 170px 0;
    background-size: 100% 100%;
}

.single-service-area-item {
    color: var(--black-clr);
    background-color: rgb(var(--secondary-color));
    padding: 12px 0px;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    width: 200px;
    font-size: 22px;
    font-weight: 600;
}
section.our-service-area .section-title h2 {
    color: rgb(var(--secondary-color));
}
.single-service-area a:hover {
    color: var(--black-clr);
}
section.about-author-area .section-title {
    padding-right: 40px;
}

section.about-author-area {
    padding: 20px 0 100px 0;
}

/*testimonial*/

.testimonial-area {
    background-image: url(../img/testimonial-bg.png);
    background-image: url(/wp-content/themes/emg-ibuyhousessd/assets/img/schedule-bg.png);
    background-size: cover;
    background-position: center;
    padding: 200px 0px 160px 0px;
    background-size: 100% 100%;
}
.single-testimonial {
    background: rgb(var(--primary-color));
    color: rgb(var(--secondary-color));
    border-radius: 15px;
    padding: 30px;
}

.single-testimonial p {
    font-size: 16px;
    padding-top: 30px;
}

.single-testimonial h4 {
    font-size: 20px;
    font-weight: 700;
}

.single-testimonial h4 span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.single-testimonial img {
    height: 100px;
    width: 100px !important;
}
.user {
    position: absolute;
    top: -50px;
    z-index: 99;
}

.testimonial .owl-stage-outer {
    padding-top: 50px;
}
.testimonial {
    padding-top: 30px;
}

.testimonial .owl-nav div.owl-next {
    left: 50%;
    transform: translate(-50%);
    margin-left: 7px;
}
.testimonial .owl-nav div {
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    transition: 0.3s;
    background-color: var (--secondary-color);
    color: var(--black-clr);
    padding: 0 10px;
    border: 1px solid #ebebeb;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-left: -7px;
    top: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.testimonial .owl-nav div:hover {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--secondary-color));
}

/*calltoaction*/

section.callto-action {
    background: rgb(var(--primary-color));
    color: #fff;
    padding: 60px 0;
}

section.callto-action .section-title h2 {
    color: rgb(var(--secondary-color));
    margin: 0;
}

.callto-btn .btn-primary {
    font-size: 18px;
    font-weight: 600;
    color: rgb(var(--primary-color));
    background-color: rgb(var(--secondary-color));
    border: 1px solid rgb(var(--secondary-color));
    padding: 10px 30px;
    margin-top: 15px;
}

/*situation*/

section.situation-area {
    padding: 55px 0 35px 0;
}

.situation-title h3 {
    font-size: 24px;
    font-weight: 600;
    background: rgb(var(--primary-color));
    color: var(--white);
    padding: 18px 0;
    margin-bottom: 15px;
}
.single-situation li {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    line-height: 30px;
    list-style: disc;
}

.single-situation i {
    color: rgb(var(--primary-color));
    margin-right: 15px;
}

.single-situation ul {
    padding: 0 20px 20px 58px;
}

.single-situation {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    box-shadow: 0px 3px 20px #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

    height: 100%;
}
.situation-list li a {
    color: rgb(var(--black));
}

.anchor-text {
    padding: 55px 0 70px 0;
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

/*Start Step Form*/

.emg-step-form {
    border: 1px solid #cdcdcc;
    padding: 25px 80px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .emg-step-form {
        padding: 25px 30px 20px;
    }
}

/*End Step Form*/

/*Start Compare*/
/*.compare-area {
    margin-top: -50px;
}*/
.compare-section .compare-table {
    border: unset !important;
}
.compare-table .compare-table-header {
    border: unset;
    padding: 0 !important;
    background-color: #fff;
    border: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.compare-table .compare-table-header li:before {
    content: none !important;
}
.compare-table .compare-table-header li {
    list-style: none;
    min-height: 80px;
    width: 50%;
    border: unset !important;
    box-shadow: unset !important;
}
.compare-table .compare-table-header li h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    min-height: 80px;
    min-width: 100%;
    padding-left: 15px;
    margin: 0;
}
.compare-table .compare-table-header li {
    margin: 0 !important;
    padding-left: 0 !important;
}
.compare-table .compare-table-header li:nth-child(1) h3 {
    background-color: rgba(129, 176, 12, 0.5);
    color: #000;
}
.compare-table .compare-table-header li:nth-child(2) h3 {
    background-color: rgba(129, 176, 12, 0.2);
    color: #000;
}
.compare-table .compare-table-header li:nth-child(3) h3 {
    background-color: #333335;
    color: #fff;
}
.compare-list {
    display: flex;
    flex-direction: column;
}
.compare-table-row {
    display: flex;
    flex-direction: row;
}
.compare-table-row:nth-child(2n + 2) {
    background-color: #f0f5fa;
}
.compare-table-column {
    color: #000;
    display: flex;
    flex-direction: column;
    border: 1px solid #e7e7e9;
    width: -webkit-fill-available;
    padding: 0 15px;
    min-width: 33%;
    min-height: 60px;
    justify-content: center;
    font-size: 16px;
}
.compare-table-column:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
}
.compare-table .compare-table-body {
    border: unset;
    padding: 0 !important;
}

/*End Compare*/

.emg-home-form {
    padding: 15px 20px;
    color: rgb(var(--primary-color));
    background-color: #fff;
    border: 2px solid rgb(var(--primary-color));
    border-radius: 50px;
    max-width: 777px;
}

.emg-home-form-inner {
    position: relative;
    padding-right: 240px;
    padding-left: 10px;
}

.emg-home-form .search_input {
    width: 96%;
    border-color: rgb(var(--primary-color)) !important;
    font-size: 17px !important;
    padding: 5px 15px !important;
}
.form-control.search_input.field_validation_below {
    border-color: red !important;
}
.form-control.search_input + span.validation_error {
    color: red !important;
    padding-left: 16px;
    display: none;
}
.form-control.search_input.field_validation_below + span.validation_error {
    display: block;
}
.emg-home-form .search_input:active,
.emg-home-form .search_input:focus,
.emg-home-form .search_input:hover {
    border-color: rgb(var(--primary-color));
    color: rgb(var(--primary-color)) !important;
}

.emg-home-form .trigger--offer-autocomplete {
    position: absolute;
    padding: 5px 20px;
    line-height: 1.7;
    right: 5px;
    top: 0;
    border-radius: 20px;
    font-family: "ProximaNova-Regular", sans-serif;
}

/*Start FAQ*/
.section-faq {
    padding-top: 0;
}

.faq-item {
    background: rgba(241, 255, 243, 0.55);
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

.faq-question {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 20px;
    padding-right: 62px;
    color: #000;
    cursor: pointer;
    position: relative;
    outline: none;
}

.faq-question .faq-status {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

    background-image: url(../img/icon-add.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;

    transition: 0.4s;
}

.faq-open .faq-question .faq-status {
    background-image: url(../img/icon-minus.png);
}

.faq-item:not(.faq-open):not(:first-child) .faq-answer {
    display: none;
}

.faq-answer {
    padding: 0 20px 20px;
    font-size: 15px;
    color: #646565;
}

.green-title {
    color: rgb(var(--primary-color)) !important;
    font-size: 35px !important;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .get-cache-offer-heading {
        font-size: 32px !important;
    }
    .green-title {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .get-cache-offer-heading {
        font-size: 28px !important;
    }
    .green-title {
        font-size: 28px !important;
    }
    .faq-question {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*End FAQ*/

.property-type-area .property-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c3c3c3;
    top: 0;
    right: 0;
}
