@media only screen and (max-width: 1920px) and (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1600px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 1.125rem;
        padding: 0;
    }

    .navbar-nav {
        gap: 1.375rem;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    header {
        padding: 0;
    }
    .slideOne h1 {
        width: 80%;
        margin: auto;
    }
    .mainHead {
        font-size: 3.75rem;
    }

    .secHeading {
        font-size: 2.5rem;
    }

    .aboutContent a {
        width: fit-content;
    }
    .aboutContent a:before {right: auto;left: calc(100% + 1rem);width: 140px;}

    .listingTabs ul li a {
        padding: 1em 1.5em;
        min-width: auto;
    }

    .listingSec .tab-content {
        margin-top: 1rem;
    }

    .listingBox .btn-group a {
        min-width: auto;
    }

    .listingBox .btn-group {
        flex-wrap: wrap;
    }

    .listingBox ul {
        margin: 1.5rem 0 0.85rem;
    }

    .listingWrap figure img {
        border-radius: 1.75rem;
    }

    .listingSlider .swiper-button-next {
        right: 1rem;
    }

    .listingSlider .swiper-button-prev {
        left: 1rem;
    }

    .starBox {
        top: 0.8rem;
        left: 0.8rem;
    }

    .starBox a {
        padding: 0.25rem 0.85rem;
        border-radius: 0.5rem;
    }

    .listingBox h3 {
        font-size: 1.5rem;
    }

    .listingSec {padding: 4rem 0 8rem;}

    .viewBtn {font-size: 1.5rem;}

    .viewBtn i {
        font-size: 2rem;
    }

    .newsSec {
        padding: 3rem 0 5rem;
    }

    .contactSec {
        padding: 6rem 0;
    }

    .contactForm .form-control {
        margin-bottom: 2rem;
    }

    footer {padding-top: 4rem;}

    footer h3 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .socialLinks li a {
        width: 3.125rem;
        height: auto;
        aspect-ratio: 1;
    }

    .terms li a {
        font-size: 1.125rem;
    }

    .terms {
        gap: 1rem;
    }

    .contactForm .themeBtn {
        padding: 1rem 3rem;
    }
}

@media only screen and (max-width: 1445px) {
    .mainHead {
        font-size: 3rem;
    }

    .slideOne h1 {
        width: 60%;
    }

    .themeBtn {
        padding: 1em 1.75em;
        letter-spacing: 2px;
    }

    .navbar-nav {
        gap: 1.75rem;
    }

    .secHeading {
        font-size: 2.125rem;
    }

    .aboutContent h2 {
        margin-bottom: 0.75rem;
    }

    .aboutContent p {
        font-size: 1rem;
        margin-bottom: 1rem;
        line-height: 1.8;
    }

    .subHead {
        margin-bottom: 0.25rem;
    }

    .listingSec {
        padding: 3rem 0 5rem;
    }

    .listingTabs ul li a {
        padding: 0.75em 1.5em;
    }

    .viewBtn {
        font-size: 1.375rem;
        gap: 1rem;
    }

    .starBox a {
        font-size: 1rem;
    }

    .contactSec {
        padding: 5rem 0;
    }

    .contactForm .form-control {
        margin-bottom: 1.5rem;
    }

    footer {
        padding-top: 3rem;
    }

    .copyRight {
        margin-top: 2rem;
        padding: 1.25rem 0;
    }

    .copyRight p {
        font-size: 1.125rem;
    }
    .inner-banner__title h1 {
        font-size: 3.75rem;
    }
    .map-section {
        margin: 0;
    }

    .map-section iframe {
        display: block;
        height: 600px;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 15px;
    }
    .navbar-brand img {
        max-width: 160px;
    }

    .navbar-nav {
        gap: 2rem;
    }

    .main-slider {
        height: 800px;
    }

    .mainHead {
        font-size: 2.75rem;
    }

    .slideOne h1 {
        width: 50%;
    }

    .secHeading {
        font-size: 1.875rem;
    }

    .aboutContent h2 {
        margin-bottom: 0.5rem;
    }

    .aboutSec img {
        max-height: 740px;
        margin-left: -4rem;
    }

    .viewBtn {
        font-size: 1.25rem;
    }

    .viewBtn i {
        font-size: 1.75rem;
    }

    .listingSec .tab-content .row+.row, .listingSec .row+.row {
        margin-top: 2rem;
    }

    .contactForm .form-control {
        padding: 0;
        margin-bottom: 1rem;
    }

    .contactForm input {
        height: 4rem;
    }

    .contactSec {
        padding: 4rem 0;
    }

    footer {
        padding-top: 2.5rem;
    }

    .copyRight p {
        margin: 0;
    }

    .copyRight {
        padding: 1rem 0;
        margin-top: 1.5rem;
    }

    .contactLinks li+li {margin-top: 1.25rem;}

    .contactForm .themeBtn {
        padding: 0.875rem 2rem;
    }
    .preLoader img {
        max-width: 300px;
    }
    .inner-banner__title h1 {
        font-size: 3.25rem;
    }
    .inner-banner {
        height: auto;
    }
    .aboutSec img.abtimg {
        max-height: 500px;
    }
    section.aboutSec.aboutSec-inner.pt-0 {
        padding-bottom: 2rem;
    }
    .aboutSec {
        padding: 4rem 0;
    }
    .map-section iframe {
        height: 550px;
    }
    .loginForm :is(input) {
        margin-bottom: 1.25rem;
    }

    .loginForm .checkBox label input {
        width: 1.25rem;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }
    .navbar-brand img {
        max-width: 150px;
    }

    .navbar-nav {
        gap: 1.375rem;
    }

    .main-slider {
        height: 680px;
    }

    .mainHead {
        font-size: 2.5rem;
    }

    .scroll {
        top: 36%;
        right: 3rem;
    }

    .homeSlider .swiper-pagination {
        left: 3rem;
        top: 36%;
    }

    .secHeading {
        font-size: 1.75rem;
    }

    .subHead {
        font-size: 1.125rem;
    }

    .aboutContent a:before {
        width: 90px;
    }

    .aboutSec img {max-height: 680px;}

    .frstHead:before {
        width: 2.25rem;
        height: 1px;
        left: -2.75rem;
    }

    .frstHead {
        margin-left: 2.75rem;
    }

    .viewBtn {
        font-size: 1.125rem;
    }

    .listingBox h3 {
        font-size: 1.375rem;
    }

    .listingBox ul {
        margin: 1rem 0 0.75rem;
    }

    .listingBox {
        padding: 3.5rem 1.125rem 1.25rem 1.125rem;
    }

    .listingBox ul li a {
        font-size: 1rem;
        gap: 0.5rem;
    }

    .listingSec {
        padding: 3rem 0;
    }

    .newsSec {
        padding: 3rem 0;
    }

    .contactForm .form-control {
        border-width: 2px;
        font-size: 1.125rem;
    }

    .contactForm .themeBtn {
        margin-top: 1rem;
    }

    footer {
        padding-top: 2rem;
    }

    footer h3 {
        margin-bottom: 0.5rem;
        font-size: 1.375rem;
    }

    .contactLinks li+li {
        margin-top: 0.75rem;
    }

    .links li+li {
        margin-top: 5px;
    }

    .socialLinks li a {
        width: 2.875rem;
    }

    .footform input {
        padding-left: 0.75rem;
    }
    section.aboutSec.aboutSec-inner.pt-0 {
        padding-bottom: 1rem;
    }
    .inner-banner__title h1 {
        font-size: 3rem;
    }
    .aboutSec {
        padding: 3rem 0;
    }
    .map-section iframe {
        height: 500px;
    }
    .login-section {
        padding: 4rem 0;
    }
    .login-content {
        padding: 2rem;
    }

    .loginForm :is(input) {
        margin-bottom: 1rem;
        padding: 1rem;
    }

}

@media (max-width: 991.98px) {
    html {
        font-size: 13px;
    }
    .navbar-nav {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .navbar-brand img {
        max-width: 130px;
    }

    .main-slider {
        height: 560px;
    }

    .mainHead {
        font-size: 2rem;
    }

    .slideOne h1 {
        width: 70%;
    }

    .homeSlider .swiper-pagination {
        left: 1.5rem;
    }

    .scroll {
        right: 1.5rem;
    }

    .secHeading {
        font-size: 1.5rem;
    }

    .aboutContent a {letter-spacing: 1px;}

    .aboutContent a:before {
        width: 60px;
    }

    .aboutContent p {
        margin-bottom: 0.5rem;
    }

    .aboutSec img {max-height: 700px;margin-left: -5rem;}

    .frstHead {
        margin-left: 0;
    }

    .frstHead:before {
        display: none;
    }

    .listingTabs ul li a {
        font-size: 1rem;
    }

    .listingSec .tab-content {
        margin: 0;
    }

    .contactSec {
        padding: 3rem 0;
    }

    .contactForm .form-control {margin-bottom: 0.5rem;}


    .preLoader img {
        max-width: 200px;
    }
    .viewBtn {
        gap: 0.5rem;
    }

    .viewBtn i {
        font-size: 1.5rem;
    }
    .copyRight p {
        text-align: left;
    }
    .inner-banner__title h1 {
        font-size: 2.75rem;
    }
    .aboutSec {
        padding: 2rem 0;
    }
    .map-section iframe {
        height: 400px;
    }
    #search input[type="search"] {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 12px;
    }
    .navbar-brand img {
        max-width: 110px;
    }

    .main-slider {
        height: 480px;
    }

    .mainHead {
        font-size: 1.875rem;
    }

    .slideOne h1 {
        width: 80%;
    }

    .homeSlider .swiper-pagination {
        left: 1rem;
        gap: 1.5rem;
    }

    .scroll {
        right: 1rem;
    }

    .homeSlider .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .aboutSec {
        padding: 2.5rem 0 !important;
    }

    .aboutSec img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .aboutContent p {
        font-size: 1.25rem;
        line-height: normal;
    }

    .aboutContent a {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .contactSec:before {
        width: 100%;
        background: rgb(0 0 0 / 40%);
    }

    .listingWrap figure img {border-radius: 1rem;}

    .footLogo img {
        max-width: 150px;
    }

    footer .row {
        gap: 1.375rem 0;
    }

    .footform {
        text-align: left;
    }

    .socialLinks {
        justify-content: start;
    }

    .copyRight {
        border: 0;
    }

    .scroll a i {
        font-size: 2rem;
    }

    .socialLinks li a {
        border: 0;
    }

    .socialLinks {
        gap: 0.25rem;
    }
    .listingTabs ul {
        margin: 0 !important;
        gap: 0.5rem;
    }
    .listingHeading {
        margin-bottom: 1.5rem;
    }
    section.aboutSec.aboutSec-inner.pt-0{
        padding-bottom: 0 !important;
    }
    .aboutSec .row {
        gap: 1.5rem 0;
    }
    .inner-banner__title h1 {
        font-size: 2.5rem;
    }
    .map-section iframe {
        height: 300px;
    }
    #search input[type="search"] {
        font-size: 2rem;
        margin-top: -2rem;
    }
    .srch-btn .themeBtn {
        padding: 1rem 5rem;
        font-size: 1.25rem;
    }
    .login-content {
        padding: 0;
        box-shadow: none;
    }
    .login-section {
        padding: 3rem 0;
    }

    .login-section .row {
        gap: 1.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        max-width: 90px;
    }

    header {
        padding: 0 1rem;
    }

    .homeSlider .swiper-pagination {
        display: none;
    }

    .scroll {
        display: none;
    }

    .mainHead {
        font-size: 1.75rem;
    }

    .slideOne h1 {
        width: 100%;
    }

    .main-slider {
        height: 400px;
    }

    .themeBtn {
        letter-spacing: 1px;
    }

    .aboutSec {
        padding: 2rem 0 !important;
    }

    .listingHeading {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }

    .listingSec .tab-content .row {
        gap: 1.25rem 0;
    }

    .aboutContent p {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .listingBox ul li a {
        font-size: 1.125rem;
    }

    .listingBox ul li a {
        max-width: 300px;
    }

    .listingBox ul {
        max-width: 280px;
    }

    .footLogo img {
        max-width: 120px;
    }

    footer .row {
        gap: 1rem 0;
    }

    .footform input {
        font-size: 1.125rem;
    }
    .viewBtn {
        justify-content: start;
    }
    .aboutSec .row {
        gap: 1rem 0;
    }
    .inner-banner__title h1 {
        font-size: 2rem;
    }
    .map-section iframe {
        height: 220px;
    }
}

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