* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #133958;
}


input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
button,
input[type="submit"],
div {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

body {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 400 !important;
    background: #fff !important;
    color: #000 !important;
    margin: 0 !important
}


header.site-header {
    margin: 0;
    padding: 15px 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}

header.site-header .header-top a:hover {
    color: #e4f4dd;
}

header.site-header .row {
    align-items: center;
}

header.site-header .main-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

header.site-header .main-menu li {
    margin: 0;
    padding: 0;
    position: relative;
}

header.site-header .main-menu li a {
    color: #000;
    text-decoration: none;
    max-width: 0;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
}

header.site-header .main-menu li a:hover {
    color: var(--primary-color);
}

header.site-header.fixed-header {
    position: fixed;
    background: #FFF;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

header.site-header.fixed-header .info-list {
    display: none;
}

header.site-header.fixed-header .site-brand img {
    max-height: 50px;
}

header.site-header .social-list {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

header.site-header .social-list li {
    margin: 0;
    padding: 0;
}

header.site-header .social-list a {
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    display: inline-flex;
}

header.site-header .site-brand a {
    margin: 0;
    padding: 0;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}



.home-banner {
    padding: 130px 0;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    /* background: var(--primary-color); */
    background: url('http://themortgageuniverse.com/wp-content/uploads/2025/08/sky-bg.jpg') no-repeat center center / cover;

    padding-bottom: 0;
}

.stars-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* Behind content */
}

.stars-wrapper .star {
    color: #ffffff;
    opacity: 0.8;
    font-size: 8px;
    /* Small stars */
    position: absolute;
    animation: twinkle 4s infinite ease-in-out;
}

.star-1 {
    top: 5%;
    left: 10%;
}

.star-2 {
    top: 15%;
    left: 25%;
}

.star-3 {
    top: 10%;
    right: 15%;
}

.star-4 {
    top: 25%;
    right: 5%;
}

.star-5 {
    top: 30%;
    left: 40%;
}

.star-6 {
    top: 35%;
    right: 30%;
}

.star-7 {
    top: 45%;
    left: 20%;
}

.star-8 {
    top: 50%;
    right: 34%;
}

.star-9 {
    top: 60%;
    left: 35%;
}

.star-10 {
    top: 51%;
    right: 6%;
}

.star-11 {
    top: 75%;
    left: 10%;
}

.star-12 {
    top: 80%;
    right: 10%;
}

.star-13 {
    top: 90%;
    left: 50%;
}


@keyframes twinkle {

    0%,
    100% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 0.2;
        transform: scale(1.2);
    }
}



.form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.home-banner .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1rem;
}

.home-banner .content-box h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 25px 0;
}

.home-banner .content-box h1 small {
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.home-banner .custom-btn {
    margin: 15px 0 0 0;
    padding: 0;
}

img.home_img {
    max-width: 499px;
    width: 100%;
    margin-bottom: 25px;
}

.home-banne .container {
    position: relative;
    z-index: 111;
}

.home-banner .custom-btn a {
    display: inline-flex;
    padding: 10px 30px;
    font-weight: 600;
    border: 1px solid #ffdd00;
    background: #ffdd00;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
}

.home-banner .custom-btn a:hover {
    background: transparent;
    color: white;
    border-color: #ffff;
}

.home-banner .sub-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px 0;
}

/* .we-offer .form-container {
    padding: 25px 25px 0 25px;
    background: #ffffff;
    border-radius: 15px;
    color: #000;
    border-bottom: 5px solid #d4d4d4d9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: justify;
} */

.home-logo img{
    filter: brightness(0) invert(1);
}
.home-logo a {
    pointer-events: none;
}
.we-offer .form-container {
    padding: 25px 25px 0 25px;
    background: var(--primary-color);
    border-radius: 15px;
    color: white;
    border-bottom: 5px solid #d4d4d4d9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: justify;
}

.we-offer .form-container form p {
    margin-bottom: 0;
}

.we-offer .form-container form br {
    display: none;
}

.we-offer .form-container .invalid .wpcf7-response-output {
    border: none;
    background: #ff0000;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0
}

.we-offer .form-container .sent .wpcf7-response-output {
    border: none;
    background: #008000;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0
}

.we-offer .form-container .wpcf7-not-valid-tip {
    margin-top: -10px
}

.we-offer .form-container label {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
    text-align: left;
}

.we-offer .form-container label span {
    color: #ff0000;
}

.we-offer .form-container input {
    padding: 10px;
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #ebe8d6;
    border-radius: 5px;
}

.we-offer .form-container input[type="submit"] {
    /* background: var(--primary-color); */
    padding: 10px 30px;
    border: none;
    color: black;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 15px auto 0 auto;
    width: auto;
    border-radius: 30px;
    background: #ffdd00;
}

.we-offer .form-container input[type="submit"]:hover {
    background: #fff;
    color: var(--primary-color);
}

.we-offer .form-container h2 {
    font-size: 32px;
    color: white;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
}


.step-by-step {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff;
    width: 100%;
    color: #000;
}

.step-by-step .sub-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500
}

.step-by-step .img-box,
.step-by-step .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.step-by-step .content-box {
    padding: 25px !important;
    background: #f1f1f1;
}

.step-by-step [class*="col-"] {
    padding: 0;
}

.step-by-step .img-box .box-img {
    overflow: hidden;
}

.step-by-step .img-box .box-img:hover img {
    transform: scale(1.1);
}

.step-by-step .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}

.step-by-step h2 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.step-by-step h2 span {
    display: block;
    color: #ffdd00;
}

.step-by-step .custom-btn {
    margin: 0;
    padding: 0;
}

.step-by-step .custom-btn a {
    display: inline-flex;
    background: var(--primary-color);
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
}

.step-by-step .custom-btn a:hover {
    background: #000000d4;
    color: #fff;
}

.step-by-step .audio-box {
    margin: 0 auto 30px auto;
    text-align: center;
}

.step-by-step .audio-box audio {
    max-width: 600px;
    width: 100%;
}


.we-offer {
    margin: 0;
    padding: 60px 0 30px 0;
    position: relative;
    background: #fff;
    width: 100%;
    color: #000;
    text-align: center;
}

.we-offer .sub-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500
}

.we-offer h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 50px 0;
    font-weight: 600;
    text-align: left;
}

.we-offer h3 span {
    color: var(--primary-color);
    font-weight: 700;
    background: #ffdd00;
    padding: 10px 18px;
    border-radius: 100px;
    text-transform: capitalize;
}

.we-offer .offer-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.we-offer .offer-list li {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 15px;
    position: relative;
    font-weight: 500;
    display: flex;
}

.we-offer .offer-list .content-box {
    border-radius: 10px;
    background: #f1f1f1;
    color: #fff;
    border: 1px solid #ccc;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
}

.we-offer .content-box .title {
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
    color: #000;
}

.we-offer .content-box .icon-box {
    background: #fff;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px auto;
    border-radius: 100%;
    border: 1px solid #000;
}

.we-offer .content-box .icon-box img {
    height: 80px;
    width: 80px;
    padding: 15px;
}

.we-offer .content-box .custom-btn {
    margin: 0;
    padding: 0;
}

.we-offer .content-box .custom-btn a {
    color: #000000;
    display: inline-block;
    padding: 10px 30px;
    background: #ffdd00;
    border-radius: 30px;
    text-decoration: none;
}


.how-much-seller {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: var(--primary-color);
    width: 100%;
    color: #ffffff;
    margin-bottom: 3.5rem;
}

.how-much-seller .sub-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
}

.how-much-seller p:last-child {
    margin-bottom: 0;
}

.how-much-seller .sub-title span {
    color: #ffffff;
    font-weight: 600;
}

.how-much-seller h3 {
    color: white;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-align: center;
}

.how-much-seller h3 span {
    color: #fefeff;
    font-weight: 700;
}

.how-much-seller table {
    margin: 0 auto 15px auto;
    padding: 0;
    width: 100%;
    color: #000000;
}

.how-much-seller table th,
.how-much-seller table td {
    padding: 10px;
    border: 1px solid #11385b;
}

.how-much-seller table th {
    background: #ffdd00;
    color: #131111;
}

.how-much-seller table td {
    background: #fff;
    margin: 0 auto;
}

.how-much-seller .list-items {
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.how-much-seller .list-items li {
    margin: 0;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.how-much-seller .list-items li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: white;
    left: 3px;
    top: 10px;
}

.how-much-seller .form-container {
    padding: 25px 25px 0 25px;
    text-align: left;
    background: #fff;
    border-radius: 15px;
    color: #000;
    border-bottom: 5px solid #fefeff;
}

.how-much-seller .form-container label {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
}

.how-much-seller .form-container label span {
    color: #ff0000;
}

.how-much-seller .form-container input {
    padding: 10px;
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.how-much-seller .form-container input[type="submit"] {
    background: #ffdd00;
    padding: 10px 30px;
    color: black;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 15px auto 0 auto;
    width: auto;
    border-radius: 30px;
    border: none;
}

.how-much-seller .form-container input[type="submit"]:hover {
    background: var(--primary-color);
    color: white;
}

.how-much-seller .form-container h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
}

.how-much-seller .content-box {
    padding-right: 30px;
}

.how-much-seller .form-container form p {
    margin-bottom: 0;
}

.how-much-seller .form-container form br {
    display: none;
}

.how-much-seller .form-container .invalid .wpcf7-response-output {
    border: none;
    background: #ff0000;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0
}

.how-much-seller .form-container .sent .wpcf7-response-output {
    border: none;
    background: #008000;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0
}

.how-much-seller .form-container .wpcf7-not-valid-tip {
    margin-top: -10px
}


.why-Choose-us {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #f1f1f1;
    width: 100%;
    color: #000;
}

.why-Choose-us .img-box,
.why-Choose-us .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.why-Choose-us .img-box .box-img {
    overflow: hidden;
    border-radius: 15px;
}

.why-Choose-us .img-box .box-img:hover img {
    transform: scale(1.1);
}

.why-Choose-us .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.why-Choose-us h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.why-Choose-us .custom-btn {
    margin: 0;
    padding: 0;
}

.why-Choose-us .custom-btn a {
    display: inline-flex;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

.why-Choose-us .custom-btn a:hover {
    background: #ffdd00;
    color: #fff;
}

.why-Choose-us .btn-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 15px;
}

.why-Choose-us .btn-list li {
    margin: 0;
    padding: 0;
}

.why-Choose-us .btn-list li a {
    display: inline-flex;
    background: #ffdd00;
    padding: 10px 30px;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
}

.why-Choose-us .btn-list li a:hover {
    background: #ffdd00;
    color: black;
}

.why-Choose-us .btn-list li:first-child a {
    background: var(--primary-color);
    color: #fff;
}

.why-Choose-us .btn-list li:first-child a:hover {
    background: #000000d4;
    color: white;
}

.new-btn a {
    background: var(--primary-color);
    padding: 12px 20px;
    ;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    border-radius: 46px;
    transition: .3s;
}

.new-btn a:hover {
    background: #ffdd00;
    color: black !important;
}

.built-expertise-service {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #F1F1F1;
    width: 100%;
    color: #000;
    text-align: center;
}

.built-expertise-service h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.built-expertise-service h3 span {
    color: var(--primary-color);
    font-weight: 700;
}

.built-expertise-service p:last-child {
    margin-bottom: 0;
}

.built-expertise-service .custom-btn {
    margin: 30px 0 0 0;
}

.built-expertise-service .custom-btn a {
    display: inline-flex;
    background: #ffdd00;
    ;
    padding: 10px 30px;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
}

.built-expertise-service .custom-btn a:hover {
    background: var(--primary-color);
    color: white;
}

.equal-housing {
    margin: 0;
    padding: 90px 0;
    position: relative;
    z-index: 1;
    background: var(--primary-color) url("../images/equal-scale-bg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    width: 100%;
    color: #000;
    text-align: center;
}

.equal-housing:before {
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}

.equal-housing .content-box {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
}

.equal-housing .content-box p:last-child {
    margin-bottom: 0;
}


.client-reviews {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #F1F1F1;
    width: 100%;
    text-align: center;
}

.client-reviews h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.client-reviews .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.client-reviews .owl-nav button {
    background: var(--primary-color) !important;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-reviews .owl-nav button.owl-prev {
    left: -60px;
}

.client-reviews .owl-nav button.owl-next {
    right: -60px;
}

.client-reviews .owl-nav button span {
    font-size: 32px;
    color: #fff;
}

.client-reviews .owl-nav button:hover {
    background: #000000d4 !important;
}

.client-reviews .owl-nav button:hover span {
    color: white;
}

.client-reviews .slide-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 15px;
    min-height: 300px;
}

.client-reviews .slide-content .auther-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.client-reviews .slide-content .auther-info .auther-img {
    max-width: 60px;
}

.client-reviews .slide-content .auther-info .auther-img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.client-reviews .slide-content .auther-info .auther {
    font-size: 18px;
    font-weight: 600;
}



footer.site-footer {
    margin: 0;
    padding: 60px 0 0px 0;
    background: #161313;
    color: #f6f6f6;
    position: relative;
    width: 100%;
}

footer.site-footer h5 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

footer.site-footer .nav-list {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer.site-footer .nav-list li {
    margin: 0 0 15px 0;
    padding: 0
}

footer.site-footer .nav-list li a {
    color: #f6f6f6;
    text-decoration: none;
    margin: 0;
    padding: 0
}

footer.site-footer .nav-list li a:hover {
    color: #ffdd00
}

footer.site-footer form {
    position: relative;
    margin: 0;
    padding: 0;
}

footer.site-footer form input[type="email"] {
    background: #313232;
    width: 100%;
    border: 1px solid #989898;
    padding: 10px 45px 10px 10px;
    border-radius: 30px;
    margin: 0 0 15px 0;
    color: #fff
}

footer.site-footer form input[type="submit"] {
    background: url("../images/submit-btn.svg") no-repeat center center;
    border: none;
    width: 100%;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    position: absolute;
    right: 0;
    font-size: 0;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    top: 0
}

footer.site-footer form br {
    display: none
}

footer.site-footer form p {
    margin-bottom: 0
}

footer.site-footer .footer-bottom {
    border-top: 1px solid #323232;
    padding: 15px 0;
    margin: 30px 0 0 0;
}

footer.site-footer .footer-bottom .widget {
    margin: 0
}

footer.site-footer .footer-bottom .copy-right {
    text-align: right;
}

footer.site-footer .footer-bottom .copy-right a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer .footer-bottom .copy-right a:hover {
    color: #ffdd00;
}

footer.site-footer .footer-bottom .row {
    align-items: center;
}

footer.site-footer .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

footer.site-footer .social-list li {
    margin: 0 15px 0 0;
    padding: 0;
}

footer.site-footer .social-list li a {
    color: #1C2221;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    ;
    background: #fff;
    text-decoration: none;
}

footer.site-footer .social-list li a:hover {
    background: #ffdd00;
    color: var(--primary-color);
}

footer.site-footer form p {
    margin-bottom: 0;
}

footer.site-footer form br {
    display: none;
}

footer.site-footer form.invalid .wpcf7-response-output {
    border: none;
    background: #ff0000;
    color: #fff;
    text-align: center;
    margin: 0
}

footer.site-footer form.sent .wpcf7-response-output {
    border: none;
    background: #008000;
    color: #fff;
    text-align: center;
    margin: 0
}

footer.site-footer form .wpcf7-not-valid-tip {
    margin-top: -10px
}

.content-box p {
    text-transform: capitalize;
}

.site-logo img {
    max-width: 300px;
}


/*-------- Responsive -------*/

@media(max-width:1199px) {}

@media(min-width:992px) and (max-width:1199px) {
    .we-offer .offer-list li {
        width: 25%
    }

    .step-by-step h2 {
        margin-bottom: 15px
    }

    .step-by-step .content-box {
        padding: 15px !important
    }

    .client-reviews .owl-nav button.owl-next {
        right: -25px
    }

    .client-reviews .owl-nav button.owl-prev {
        left: -25px
    }

    .home-banner .sub-title {
        font-size: 21px
    }

}

@media(min-width:768px) and (max-width:991px) {
    .we-offer .offer-list li {
        width: 33.333%
    }

    .home-banner .content-box h1 {
        font-size: 42px
    }

    .built-expertise-service h3,
    .how-much-seller h3,
    .step-by-step h2,
    .client-reviews h3,
    .why-Choose-us h3,
    .we-offer h3 {
        font-size: 36px
    }

    .home-banner {
        padding: 45px 0
    }
}

@media(max-width:991px) {
    .home-banner {
        text-align: center
    }

    .we-offer .form-container {
        margin: 30px 0 0 0
    }

    .how-much-seller .content-box {
        padding-right: 15px
    }

    .how-much-seller .form-container {
        margin-top: 30px
    }

    .why-Choose-us .img-box {
        margin-bottom: 30px
    }

    .client-reviews .owl-nav button.owl-prev {
        left: 0
    }

    .client-reviews .owl-nav button.owl-next {
        right: 0
    }

    .client-reviews .slide-content {
        padding: 25px 50px
    }

    .home-banner .content-box {
        text-align: left;
    }

    .col-lg-6.text-end img {
        transform: translate(0, 60px);
    }


}


@media(max-width:767px) {
    .home-banner .content-box {
        text-align: center;
        margin-bottom: 2rem;
    }

    .home-banner .content-box h1 {
        font-size: 36px
    }

    .built-expertise-service h3,
    .how-much-seller h3,
    .step-by-step h2,
    .client-reviews h3,
    .why-Choose-us h3,
    .we-offer h3 {
        font-size: 30px;
        text-align: center;
    }

    .we-offer h3 span {
        background: transparent;
        padding: 0;
    }

    .we-offer .offer-list li {
        width: 100%;
        margin: 0 0 15px 0
    }

    .we-offer .offer-list li:last-child {
        margin-bottom: 0
    }

    .home-banner {
        padding: 45px 0
    }

    .we-offer,
    .built-expertise-service,
    .how-much-seller,
    .why-Choose-us,
    .step-by-step,
    .client-reviews,
    .equal-housing {
        padding: 30px 0;
        text-align: center
    }

    .we-offer .form-container,
    .how-much-seller .form-container {
        text-align: left
    }

    .why-Choose-us .btn-list {
        flex-wrap: wrap
    }

    .why-Choose-us .btn-list li {
        width: 100%
    }

    .why-Choose-us .btn-list li a {
        justify-content: center;
        width: 100%
    }

    .step-by-step h2 {
        margin-bottom: 15px
    }

    .equal-housing img {
        max-width: 200px
    }

    footer.site-footer {
        padding-top: 30px;
        text-align: center
    }

    footer.site-footer .footer-bottom {
        margin-top: 0px
    }

    footer.site-footer .social-list {
        justify-content: center
    }

    footer.site-footer .footer-bottom .copy-right {
        text-align: center
    }

    header.site-header {
        text-align: center
    }

    header.site-header .main-menu {
        justify-content: flex-start;
    }

    header.site-header .site-brand {
        margin-bottom: 15px
    }

    header.site-header .social-list {
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .equal-housing .content-box p {
        word-break: break-all;
    }

    .how-much-seller .responsive-table {
        overflow-x: auto
    }

    .how-much-seller .responsive-table table {
        min-width: 600px
    }

    .how-much-seller .list-items li {
        margin-bottom: 10px;
        width: 100%
    }

    .how-much-seller .list-items li:before {
        left: auto;
        margin-left: -10px
    }

    img.home_img {
        margin: 10px auto;
        max-width: 291px;

    }

    .contact-list a {
        font-size: 0;
    }

    .new-btn {
        margin-top: 2rem;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }


}


@media (max-width:480px) {}


.site-logo img {
    max-width: 200px;
}


.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    justify-content: end;
}

.contact-list li {
    display: flex;
    align-items: center;
}

.contact-list a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-list i {
    font-size: 16px;
    color: #ffffff;
    background: #11385a;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
}