@media(min-width:1400px) {
    nav .container-fluid,
    section .container-fluid,
    footer .container-fluid {
        width: 80%;
    }
}

@media(max-width:1200px) {
    .navbar .navbar-brand img {
        width: 150px;
    }
    .navbar.shrink .navbar-brand img {
        width: 120px;
    }
    .navbar li a.nav-link {
        font-size: 14px;
        padding: 0 10px !important;
    }
    .navbar .main-btn {
        padding: 5px 20px;
    }
    .our-promises .promises-card h3 {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .navbar {
        position: fixed;
        padding-top: 15px;
    }
    .navbar-brand {
        margin: 0 auto;
    }
    .navbar .navbar-brand img {
        width: 150px;
    }
    .navbar.shrink .navbar-brand img {
        width: 120px;
    }
    .navbar li a.nav-link {
        font-size: 16px;
        padding: 10px 15px !important;
    }
    .navbar .main-btn {
        width: 100%;
        display: flex !important;
    }
    .flex-btn {
        background-color: #d06f1a;
        top: 18px;
    }
    .flex-btn:hover span {
        background-color: #fff;
    }
    .navbar .dropdown-menu {
        background-color: transparent;
        margin-left: 20px !important;
    }
    .shrink .flex-btn {
        top: 14px;
    }
    .flex-btn span {
        background-color: #fff;
    }
    footer ul {
        flex-direction: column;
        gap: 10px;
    }
    .contact-form fieldset {
        padding: 30px;
        padding-top: 0;
    }
    .seller-information-container h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .py-70 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pt-70 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 50px;
    }
    .hero-banner .owl-carousel img {
        max-height: 500px;
        min-height: 500px;
        object-fit: cover;
    }
    .hero-banner h1 {
        font-size: 60px;
    }
    .hero-banner h4 {
        font-size: 24px;
        padding-top: 10px;
    }
    .hero-banner h5 {
        font-size: 18px;
    }
    .first-signature h2 {
        font-size: 30px;
    }
    .convenient-locations .title h1 {
        font-size: 36px;
    }
    .convenient-locations .title h1:last-child {
        padding-left: 0;
    }
    .convenient-locations .title h1 span {
        font-size: 80px;
    }
    .convenient-locations .title h1:first-child span {
        background-size: 50px;
    }
    .convenient-locations .title h1:last-child span {
        background-size: 50px;
    }
    .location-card .location-card-footer {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .location-card .location-card-footer .location-card-footer-left h4 {
        font-size: 24px;
    }
    .our-promises h5 {
        font-size: 18px;
    }
    .our-promises h3 {
        font-size: 24px;
    }
    .our-promises h2 {
        font-size: 36px;
    }
    .our-promises .promises-card {
        min-height: auto;
    }
    .mcallen-leader h2 {
        font-size: 36px;
    }
    .mcallen-leader .box {
        padding: 30px;
        margin-top: 20px;
    }
    .personalized-services h3 {
        font-size: 60px;
    }
    .personalized-services h2 {
        font-size: 24px;
    }
    .learn-more-form fieldset {
        padding: 30px;
        padding-top: 0;
    }
    .learn-more-form fieldset legend {
        font-size: 24px;
    }
    footer .footer-logo {
        width: 250px;
    }
    .calculator-box .calculator-row .row-input {
        width: 90px;
    }
    .contact-form fieldset legend {
        font-size: 24px;
    }
    .contact-form p {
        font-size: 14px;
    }
    .inner-banner h2 {
        font-size: 30px;
    }
    .title-services-container .nav li button {
        font-size: 14px;
    }
    .title-services-container .tab-content .tab-pane p {
        font-size: 16px;
        line-height: 26px;
    }
    .inner-banner {
        padding: 100px 0 50px;
    }
    .title-services-container .tab-content .tab-pane h3 {
        font-size: 24px;
    }
    .divider {
        width: 80%;
    }
    .office-container .office-details {
        padding: 20px;
    }
    .office-container .office-details h2 {
        font-size: 30px;
    }
    .seller-information-container h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .seller-information-container h4 {
        font-size: 18px;
    }
    .seller-information-container .marital-status {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
    .seller-information-container .marital-status .status-content p {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
    .sellersCount {
        flex-wrap: wrap;
    }
    .sellersCount h5 {
        width: 100%;
    }
    .seller-information-container .seller-two-container {
        padding: 10px;
    }
    .we-offer-services .section h2 {
        font-size: 60px;
    }
}

@media (min-width: 576px) {
    .modal-xl .modal-dialog {
        max-width: 90%;
    }
}

@media(max-width:567px) {
    .location-card .location-card-footer {
        position: relative;
        background-color: #282828;
    }
    .location-card .location-card-footer .location-card-footer-right {
        flex-direction: column;
    }
    .mcallen-leader .box p {
        font-size: 16px;
    }
    .calculator-box .calculator-row {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .calculator-box .calculator-row .row-input {
        width: 150px;
    }
    .calculator-box .calculator-row .row-input input {
        font-size: 16px;
    }
    .calculator-actions {
        flex-direction: column;
    }
    .title-calculator {
        flex-direction: column;
    }
    .title-services-container .tab-content .tab-pane {
        width: 100%;
        padding: 30px;
    }
}