@media only screen and (max-width: 1600px) {
    header {
        padding: 1rem 5%;
    }
}

@media only screen and (max-width: 1399.98px) {
    header {
        padding: 1rem 0;
    }

    .main-slider h1 {
        font-size: 2.75rem;
    }

    .main-slider h1 span {
        font-size: 2rem;
    }

    .heading {
        font-size: 2.125rem;
    }

    .heading span {
        font-size: 1.125rem;
    }

    .servBox .imgWrap {
        gap: 1rem 1.25rem;
    }

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

@media (max-width: 1199.98px) {
    html {
        font-size: 13px;
    }

    .navbar-nav {
        gap: 1rem;
    }

    a.navbar-brand {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 1.25rem;
        display: inline-block;
    }

    .chooseSec .row .row {
        gap: 2rem 0;
    }

    .caseStudySec {
        background-size: cover;
    }

    .caseStudySec .container-fluid {
        padding-inline: 15px;
    }

    .teamCard img {
        height: 400px;
    }

    .reviewSection .row {
        gap: 1rem 0;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 14px;
    }

    .homeSlider .swiper-prev, .homeSlider .swiper-next {
        display: none;
    }

    .main-slider h1 {
        font-size: 2rem;
    }

    .main-slider h1 span {
        font-size: 1.25rem;
    }

    .main-slider p {
        max-width: 90%;
        line-height: initial;
        font-weight: 300;
        font-size: 1rem;
    }

    .priceSilver ul li p {
        font-size: 1rem;
    }

    .priceBox h3 {
        text-align: left;
        margin: 0.5rem 0;
    }

    .priceBox h2 {
        font-size: 2rem;
        font-weight: 500;
        margin: 0 0 0.5rem;
    }

    .reviewCard .userInfo {
        padding: 1.5rem;
        gap: 1rem 0.5rem;
    }

    .reviewCard .userInfo img {
        width: 75px;
        height: 75px;
        object-fit: contain;
        box-shadow: 0 0 15px #ddd;
    }

    .reviewCard .userInfo figure::after {
        top: 0;
        right: 5px;
        width: 30px;
        height: 30px;
        font-size: 1rem;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviewCard P {
        padding: 1.5rem;
    }

    section {
        padding: 5rem 0;
    }

    header {
        padding: 1rem 0;
    }

    .contactPgForm {
        margin-top: 2rem;
    }

    footer .logo {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    footer .row {
        gap: 2rem 0;
    }

    footer {
        padding-top: 2rem;
    }

    .copyRight {
        margin-top: 2rem;
    }

    .roleback {
        display: flex;
        position: initial;
        width: 100%;
        justify-content: center;
    }

    .aboutIner .row {
        margin-block: 0;
    }

    .aboutIner img,
    .serviceSec img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    }

    .personImg img {
        object-fit: contain;
    }

    .row {
        gap: 2rem 0;
    }

    .aboutIner .row .row {
        margin-top: 2rem;
    }

    .secHeading,
    .serviceSec h4 {
        font-size: 1.75rem;
    }

    .serviceSec h5 {
        font-size: 1.375rem;
        margin: 1rem 0 0.25rem;
    }

    .serviceSec p {
        margin: 0;
    }

    .partnerSec h4 {
        font-size: 3rem;
    }

    .partnerSec h5 {
        font-size: 2rem;
    }

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

    .contactPgForm .row {
        gap: 1rem 0;
    }

    .contactPgForm .row .form-group {
        margin: 0;
    }

    a.openSearch {
        display: none;
    }

    .servBox {
        height: auto;
    }

    .caseStudySec .themeBtn {
        margin-bottom: 2rem;
    }

    .priceSec .row .row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 13px;
    }

    footer h3 {
        margin: 0;
    }

    footer .links li a {
        margin: 0;
    }

    footer .logo {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    footer .socialList {
        justify-content: center;
    }

    footer p.footerDesc {
        margin: 0;
    }

    .priceBox ul {
        padding: 0;
    }

    .priceHome .row .row {
        flex-wrap: nowrap;
    }

    header {
        padding: 0;
    }

    .form-inline {
        flex-direction: column;
        justify-content: space-between !important;
    }

    .topInfo li a {
        gap: 0.125rem;
    }

    .topInfo li {
    }

    .listWrap {
        gap: 1rem;
        flex-direction: column;
        text-align: center;
        margin: 0;
    }


    .listWrap + .listWrap {
        margin-top: 1rem;
    }
}

@media (max-width: 320.98px) {
    html {
        font-size: 11px;
    }
}
