@media only screen and (max-width: 1920px) and (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1600px) {
    .navbar-brand {
        padding: 0;
    }

    .menu-main-menu-container ul#menu {
        padding: 0;
        gap: 2rem;
    }

    .navbar-nav .nav-item .btn-link {
        margin-left: 0;
    }

    .navbar-nav {
        padding: 1rem;
    }

    .top-bar p {
        padding: 1.25rem;
        font-size: 1rem;
    }

    .top-bar ul a {
        font-size: 1rem;
    }

    .navbar-brand img {
        max-width: 120px;
    }

    .btn-menu {
        right: -2rem;
        width: 60px;
        height: 50px;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 4.5rem;
    }

    .main-slider {
        height: 950px;
    }

    .heading {
        font-size: 2.75rem;
    }

    .about-section figure {
        max-width: 500px;
    }

    .about-section figure::before {
        width: 300px;
    }

    .about-section {
        padding: 5rem 0;
    }

    .about-section p {
        margin-bottom: 1rem;
    }

    .cta-figure {
        margin-left: -24rem;
    }

    .themeBtn {
        padding: 0.75em 1.75em;
    }

    .cta-section p {
        font-size: 1rem;
        margin: 0 0 1rem;
    }

    .call-link div {
        font-size: 1.5rem;
    }

    .services-section-listing {
        padding: 5rem 0;
    }

    .title {
        margin-bottom: -1.5rem;
        display: block;
    }

    .extra-option {
        margin-top: 2rem;
        padding: 1.75rem 0;
    }

    .services-card .heading {
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 1rem;
    }

    .services-card {
        padding: 2rem;
    }

    .services-card figure img {
        max-width: 100px;
    }

    .services-card p {
        line-height: normal;
        margin-top: 1rem;
    }

    .servicesSlider {
        margin-bottom: 1rem;
    }

    .services-section .heading {
        font-size: 4rem;
        margin-bottom: 0rem;
    }

    .services-section p {
        margin-bottom: 1rem;
        line-height: normal;
        font-size: 1rem;
    }

    .testimonial-section {
        padding: 4rem 0;
    }

    .review-card {
        padding: 2rem;
    }

    .review-card p {
        margin: 0;
        line-height: normal;
        font-size: 1.1rem;
    }

    .review-card .rating {
        margin-top: 1rem;
    }

    .review-card .review-footer h4 {
        font-size: 1.375rem;
    }

    .offers-section .obj {
        max-width: 460px;
    }

    .offer-card .offer-overlay {
        padding: 2rem 2.5rem;
    }

    .offer-card.card--primary .offer-overlay {
        padding-right: 10rem;
    }

    .offer-card.card--secondary .offer-overlay {
        padding-left: 10rem;
    }

    .heading--sm {
        font-size: 1.75rem;
    }

    .offer-card p {
        line-height: normal;
    }

    .controls-arrow .swiper-button-prev,
    .controls-arrow .swiper-button-next {
        width: 60px;
        height: 60px;
    }

    .controls-arrow::before {
        width: 240px;
    }

    .insta-slider {
        margin: 1.5rem -5rem;
    }

    .newsletter-section .heading {
        font-size: 2.5rem;
    }

    div.newsletterletter-form input {
        border: 0;
    }

    div.newsletterletter-form button.btn.themeBtn {
        max-width: fit-content;
    }

    .newsletterletter-form {
        padding: 0 0.75rem;
    }

    .quickList ul {
        gap: 2rem;
        margin-bottom: 1.5rem;
    }

    footer ul.quickList ul li {
        margin: 0;
    }

    .quickList {
        margin-bottom: 0;
    }

    .calFoter a {
        flex-direction: column;
    }

    .calFoter {
        gap: 2rem;
        justify-content: space-around;
    }

    .calFoter li {}

    .calFoter a div {
        font-size: 1rem;
        text-align: center;
    }

    .gallery--inner {
        width: 100%;
        justify-content: center;
    }

}

@media only screen and (max-width: 1445px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 1.1rem;
    }

    .top-bar p {
        padding: 1rem 0;
        font-weight: 400;
    }

    .navbar-brand {
        margin-right: 1rem;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .main-slider {
        height: 880px;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 4rem;
    }

    .hero-text p {
        max-width: 100%;
        font-size: 1.375rem;
        line-height: normal;
    }

    .about-section {
        padding: 4rem 0;
    }

    .title {
        font-size: 1.375rem;
    }

    .heading {
        font-size: 2.5rem;
    }

    .about-section p {
        margin-bottom: 0.5rem;
    }

    .call-link {
        margin-right: auto;
    }

    .services-section-listing {
        padding: 4rem 0 2rem;
    }

    .extra-option p {
        font-size: 1.5rem;
    }

    .extra-option {
        padding: 1.25rem 0;
        margin-top: 1.5rem;
    }

    .services-card .heading {
        font-size: 1.875rem;
    }

    .services-card {
        padding: 1.5rem;
    }

    .services-card p {
        margin: 0.75rem 0;
    }

    .controls-arrow::before {
        display: none;
    }

    .controls-arrow {
        max-width: 160px;
    }

    .services-section .heading {
        font-size: 3rem;
    }

    .cta-call-option {
        margin: 0 auto;
        background: var(--secondary);
        width: fit-content;
        padding: 1rem;
    }

    .cta-call-option::after {
        display: none;
    }

    .services-section {
        padding: 2rem 0;
    }

    .cta-call-option h4,
    .cta-call-option .btn-call {
        font-size: 2rem;
    }

    .services-figure .btn-video {
        width: 100px;
        height: 100px;
        outline-offset: 1rem;
    }

    .review-card p {
        font-size: 1rem;
    }

    .heading--sm {
        font-size: 1.5rem;
    }

    .insta-slider {
        margin: 1rem 1.5rem 1.5rem;
    }

    .newsletter-section .heading {
        font-size: 2.25rem;
    }

    .newsletter-section {
        padding: 3rem 0;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 15px;
    }

    .btn-menu {
        right: -1.5rem;
        width: 50px;
        height: 50px;
        gap: 6px;
    }

    .navbar-nav {
        padding: 1.5rem 0;
    }

    .main-slider {
        height: 800px;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 3.5rem;
    }

    .about-section {
        padding: 3rem 0;
    }

    .heading {
        font-size: 2.25rem;
    }

    .cta-section .d-flex.flex-wrap {
        align-items: center;
        margin-top: 1rem;
    }

    .cta-figure {
        margin-left: -15rem;
    }

    .services-section-listing {
        padding: 3rem 0 1rem;
    }

    .extra-option p {
        font-size: 1.375rem;
    }

    .extra-option {
        margin-top: 1rem;
    }

    .services-card figure img {
        max-width: 80px;
    }

    .services-card .heading {
        font-size: 1.75rem;
    }

    .controls-arrow .swiper-button-prev,
    .controls-arrow .swiper-button-next {
        box-shadow: none;
        width: 54px;
        height: 54px;
    }

    .controls-arrow {
        max-width: 150px;
        margin: 0 auto;
    }

    .services-section .heading {
        font-size: 2.75rem;
    }

    .cta-call-option h4,
    .cta-call-option .btn-call {
        font-size: 1.75rem;
    }

    .cta-call-option {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .testimonial-section {
        padding: 3rem 0;
    }

    .reviewSlider {
        margin: 1rem 0 0;
    }

    .offers-section .obj {
        max-width: 380px;
    }

    .heading--sm {
        font-size: 1.5rem;
    }

    .offer-card p {
        margin: 0rem 0 1rem;
    }

    .offers-section {
        padding: 6rem 0 1.5rem;
    }

    .newsletter-section .heading {
        font-size: 2rem;
    }

    .newsletter-section {
        padding: 2.25rem 0;
    }

    .copyRight {
        padding: 1rem 0;
    }

    .service-section--inner,
    .gallery-section {
        padding: 5rem 0;
    }

    .gallery--inner {
        gap: 1.5rem;
    }

    .contact-section {
        padding: 4.5rem 0;
    }

    .map iframe {
        height: 500px;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }

    div#navMenu {
        border: 0;
    }

    .top-bar ul {
        border: 0;
        justify-content: end;
    }

    .top-bar p {
        padding: 0.75rem 0;
    }

    .navbar-nav.ml-auto {
        padding: 1.125rem 0;
        justify-content: space-around;
        padding-right: 3rem;
    }

    .btn-menu {
        right: 0;
        top: 62%;
        border: 0;
    }

    .main-slider {
        height: 700px;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 3rem;
    }

    .hero-text p {
        font-size: 1.25rem;
    }

    .heading {
        font-size: 2rem;
    }

    .about-section figure::before {
        animation: none;
        width: 250px;
        bottom: -1rem;
        left: -1rem;
        border-radius: 0 140px;
    }

    .about-section figure {
        max-width: 450px;
    }

    .extra-option p {
        font-size: 1.25rem;
    }

    .extra-option {
        padding: 0.875rem 0;
    }

    .services-card a {
        font-size: 1rem;
    }

    .services-section::after {
        max-width: 100%;
    }

    .cta-call-option {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cta-call-option h4,
    .cta-call-option .btn-call {
        font-size: 1.5rem;
    }

    .testimonial-section {
        padding: 2rem 0;
    }

    .reviewSlider {
        margin-top: 0;
    }

    .offers-section .obj {
        max-width: 320px;
    }

    .offer-card.card--primary .offer-overlay {
        padding-right: 7rem;
    }

    .offer-card .offer-overlay {
        padding: 1.75rem 2rem;
    }

    .offer-card.card--secondary .offer-overlay {
        padding-left: 8rem;
    }

    .heading--sm {
        font-size: 1.375rem;
    }

    .offer-card .btn {
        font-size: 1.125rem;
    }

    .newsletter-section .heading {
        font-size: 1.75rem;
    }

    .newsletter-section {
        padding: 1.75rem 0;
    }

    .quickList ul {
        gap: 0;
        justify-content: space-around;
        width: 100%;
    }

    .copyRight {
        margin-top: 1rem;
    }

    .services-section .heading {
        font-size: 2.5rem;
    }

    .services-figure .btn-video {
        width: 80px;
        height: 80px;
        outline-offset: 0.75rem;
    }

    .services-section .heading {
        font-size: 2.25rem;
    }

    .top-bar ul li+li {
        margin-left: 1rem;
    }

    .service-section--inner p,
    .service-section--inner ul li {
        font-size: 1.25rem;
        line-height: normal;
    }

    .service-section--inner .heading {
        margin-bottom: 0.5rem;
    }

    .service-section--inner,
    .gallery-section {
        padding: 4rem 0;
    }

    .service-section--inner .row+.row {
        margin-top: 2.5rem;
    }

    .review-inner .row {
        gap: 2rem 0;
    }

    .contact-section {
        padding: 4rem 0;
    }

    .contact-list li {
        margin-top: 2rem;
    }

    .contact-box {
        padding: 0;
        box-shadow: none;
    }

    .contact-box .form-group {
        margin-bottom: 1rem;
    }

    .contact-box label {
        margin-bottom: 0;
    }

    .map iframe {
        height: 450px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 13px;
    }

    .navbar-toggler {
        width: fit-content;
        color: black;
        font-size: 1.5rem;
    }

    .top-bar {
        flex-direction: column;
        gap: 1rem 0;
        border: 0;
    }

    .top-bar p,
    .top-bar ul {
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    .navbar-nav.ml-auto {
        padding: 1.5rem 0;
        border: 0;
        justify-content: start;
    }

    .menu-main-menu-container ul#menu {
        gap: 1rem;
        display: flex;
        margin-bottom: 1rem;
    }

    ul.navbar-nav.ml-auto {
        display: block;
        text-align: center;
    }

    .btn-menu {
        display: none;
    }

    div.top-bar {
        border: 0 !important;
    }

    .main-slider {
        height: 600px;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 2.5rem;
    }

    .about-section {
        padding: 2rem 0;
    }

    .title {
        font-size: 1.25rem;
        margin-bottom: -1.125rem;
    }

    .heading {
        font-size: 1.75rem;
    }

    .about-section figure {
        max-width: 340px;
    }

    .call-link {
        gap: 0.5rem;
        flex-direction: column;
        align-items: start;
    }

    .call-link figure {
        width: 3.5rem;
        height: 3.5rem;
    }

    .cta-section .d-flex.flex-wrap {
        gap: 1rem 0;
        align-items: flex-end;
    }

    .cta-figure {
        margin-left: -24rem;
    }

    .services-card .heading {
        font-size: 1.5rem;
    }

    .services-card figure img {
        max-width: 60px;
    }

    .services-section .heading {
        font-size: 2rem;
    }

    .offers-section .obj {
        max-width: 216px;
    }

    .heading--sm {
        font-size: 1.375rem;
    }

    .offer-card .offer-overlay {
        padding: 1rem;
    }

    .offer-card.card--primary .offer-overlay {
        padding-right: 6rem;
    }

    .offer-card p {
        margin-bottom: 0.2rem;
    }

    .offer-card.card--secondary .offer-overlay {
        padding-left: 6rem;
    }

    .offer-card .heading {
        margin: 0;
    }

    .offers-section {
        padding: 1rem 0;
    }

    .newsletter-section .heading {
        font-size: 1.5rem;
    }

    .newsletter-section {
        padding: 1.5rem 0;
    }


    .services-section .row {
        gap: 1.5rem 0;
    }

    .services-figure {
        margin: 0;
    }

    .services-section-listing {
        padding: 2rem 0 0;
    }

    .controls-arrow .swiper-button-prev,
    .controls-arrow .swiper-button-next {
        width: 3.5rem;
        height: 3.5rem;
    }

    .controls-arrow {
        max-width: 120px;
    }

    footer .row {
        gap: 1rem 0;
    }

    .about-section figure img {
        border-radius: 0 8.75rem;
    }

    .service-section--inner p,
    .service-section--inner ul li {
        font-size: 1.125rem;
    }

    .service-section--inner .row+.row {
        margin-top: 1rem;
    }

    .service-section--inner {
        padding: 3rem 0;
    }

    .gallery--inner a:nth-child(2),
    .gallery--inner a:nth-child(3),
    .gallery--inner a:nth-child(6),
    .gallery--inner a:nth-child(7) {
        width: 48%;
    }

    .review-inner .row {
        gap: 1.5rem 0;
    }

    .contact-box input {
        height: 45px;
        margin: 0 !important;
    }

    .contact-section {
        padding: 3rem 0;
    }

    .contact-list li a div {
        flex: 1;
    }

    .contact-list li a figure {
        width: 45px;
    }

    .contact-list li a figure img.img-fluid {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .contact-list li {
        margin-top: 1.5rem;
    }

    .map iframe {
        height: 450px;
    }

    .contact-list li h4 {
        font-size: 1.25rem;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 12px;
    }

    .navbar-brand img {
        max-width: 80px;
    }

    .main-slider {
        height: 500px;
        background-attachment: scroll;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 2.125rem;
    }

    .about-section figure {
        max-width: 100%;
    }

    .cta-figure {
        margin-left: 0;
        border-radius: 0;
    }

    .cta-figure img {
        border-radius: 0;
    }

    .cta-section {
        padding: 2rem 0;
    }

    .cta-section .row {
        gap: 1rem 0;
    }

    .call-link {
        flex-direction: row;
    }

    .controls-arrow {
        height: 60px;
    }

    .services-figure .btn-video {
        width: 60px;
        height: 60px;
        outline-offset: 5px;
    }

    .offers-section .obj {
        display: none;
    }

    .offers-section .row {
        gap: 1rem 0;
    }

    .offer-card .offer-overlay {
        padding: 1.75rem !important;
        justify-content: center;
    }

    .newsletter-section .row {
        gap: 1.5rem 0;
    }

    .newsletter-section .heading {
        text-align: center;
    }

    .newsletterletter-form input {
        height: 2.25rem;
    }

    .footerLogo img {
        max-width: 140px;
    }

    .about-section figure::before {
        display: none;
    }

    .preLoader img {
        max-width: 160px;
    }

    .about-section figure img {
        border-radius: 0 6rem;
    }

    .calFoter {
        justify-content: space-between;
    }

    .calFoter li {
        width: 33%;
    }

    .service-section--inner .row {
        gap: 1rem 0;
    }

    .service-section--inner {
        padding: 2rem 0;
    }

    .service-section--inner,
    .gallery-section {
        padding: 3rem 0;
    }

    .gallery--inner {
        gap: 1rem;
    }

    .review-inner .row {
        gap: 1.25rem 0;
    }

    .contact-list li a figure {
        width: auto;
    }

    .contact-list li a figure img.img-fluid {
        width: 30px;
        height: 30px;
    }

    ul.contact-list {
        margin-bottom: 1rem;
    }

    .map iframe {
        height: 400px;
    }

    .contact-list li {
        margin-top: 1.25rem;
    }
}

@media (max-width: 575.98px) {

    .preLoader img {
        max-width: 140px;
    }

    .inner-main h1,
    .hero-text h1 {
        font-size: 1.875rem;
    }

    .main-slider {
        height: 440px;
    }

    .about-section figure img {
        border-radius: 0 4rem;
        margin-bottom: 1rem;
    }

    .heading {
        font-size: 1.5rem;
    }

    .about-section p {
        line-height: 1.7;
    }

    p {
        line-height: 1.6;
    }

    .extra-option {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem 0;
        margin-bottom: 0.5rem;
    }

    .offer-card .offer-overlay {
        padding: 1.5rem !important;
    }

    .testimonial-section {
        padding-bottom: 0;
    }

    .quickList ul {
        flex-direction: column;
        gap: 0.75rem 0;
    }

    .calFoter {
        flex-direction: column;
        gap: 1rem 0;
    }

    .calFoter a {
        flex-direction: row;
        text-align: left;
    }

    .calFoter a div {
        text-align: left;
    }

    footer .col-lg-2.text-center {
        text-align: left !important;
    }

    .footerLogo img {
        max-width: 100px;
        margin-left: -1rem;
    }

    .calFoter li {
        width: 100%;
    }

    .top-bar ul {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .top-bar {
        margin-top: 1rem;
    }

    .top-bar p {
        text-align: left;
    }

    ul.navbar-nav.ml-auto {
        text-align: left;
    }

    .menu-main-menu-container ul#menu {
        align-items: start;
    }

    .top-bar ul li+li {
        margin: 0;
    }

    .gallery--inner a:nth-child(2),
    .gallery--inner a:nth-child(3),
    .gallery--inner a:nth-child(6),
    .gallery--inner a:nth-child(7) {
        width: auto;
    }

    .review-inner .row {
        gap: 1rem 0;
    }

    .map iframe {
        height: 300px;
    }

    .contact-list li:last-child a {
        font-size: 1.375rem;
    }

    .contact-list li {
        margin-top: 1rem;
    }
}

@media (max-width: 320.98px) {}