/* Responsve Styling */
@media only screen and (min-width: 280px) and (max-width: 519px) {
    .resp-direction-colmn {
    flex-direction: column-reverse;
}
    .orderSlider .slick-arrow {
        background: var(--color-primary);
        border: none;
    }

    .orderSlider .slick-arrow::before {
        color: #fff;
    }

    .orderSlider .slick-prev {
        left: 0;
    }

    .orderSlider .slick-next {
        right: 0;
    }

    .banner {
        min-height: 70vh;
        padding: 5rem 0 25rem;
    }

    .banner--resp .banner__img {
        padding: 3rem 0 0;
    }

    .cta {
        display: none;
    }

    .header-main__menu {
        display: block;
    }

    .header-main__nav,
    .header-topWrapper {
        display: none;
    }

    .header-main__logo {
        width: 170px;
    }

    .wave {
        top: -318px;
    }

    .banner .wave {
        top: -126px;
    }

    .banner-content__subHeading {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .banner-content__heading {
        font-size: 2.25rem;
    }

    .bannerImgSlider {
        display: block;
        top: 65%;
        left: 50%;
        right: auto !important;
        transform: translate(-65%, -50%) !important;
        width: 100% !important;
    }

    .bannerImgSlider .slick-arrow {
        top: 50%;
        border: none;
        background: #fff;
    }

    .bannerImgSlider .slick-arrow::before {
        color: #000 !important;
        opacity: 1 !important;
    }

    .bannerImgSlider .slick-prev {
        left: 5rem;
        right: auto;
    }

    .bannerImgSlider .slick-next {
        right: -2.25rem;
        left: auto;
    }

    .banner-content>p,
    .section-content p,
    .themeBtn,
    .footer-info p,
    .contact-details__single :is(a, address),
    .footer__quickLinks>ul>li :is(a, address) {
        font-size: 13px;
    }

    .footer__quickLinks>ul>li :is(a, address) {
        padding: 0.3rem 0;
    }

    .themeBtn {
        padding: 0.65rem 1.5rem;
    }

    .section-content :is(.heading, .heading--sm) {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .services--bg {
        border-radius: 0;
        padding: 4rem 1rem;
    }

    .services-card {
        padding-right: 0;
        border: none;
    }

    .services .col-lg-3.slick-slide {
        /* padding: 0; */
    }

    .bubbles-img {
        display: none;
    }

    .services .slick-list.draggable {
        padding: 1rem 0 !important;
    }

    .circle-img {
        width: 125px;
    }

    .portfolio__single {
        height: 300px;
        border-radius: 0 6rem 0 6rem;
    }

    .portfolio-list {
        padding: 1rem 0;
    }

    .row.portfolioListSlider {
        padding-top: 4rem;
    }

    .portfolio-list__single {
        height: 160px;
        border-radius: 30px 0px;
        margin: 1rem 0;
    }

    .slick-arrow {
        top: 10%;
    }

    .about--circle {
        border-radius: 0;
        padding: 4rem 1rem;
    }

    .about__content.section-content {
        padding: 1rem 0 !important;
    }

    .about__img.about__img--radius {
        width: 100%;
        height: 300px;
        border-radius: 6rem 0px 6rem;
    }

    .about--alt {
        padding: 4rem 2rem;
    }

    .about--alt::after {
        width: 100%;
        border-radius: 0;
    }

    .newsletter {
        text-align: center;
        padding-inline: 1rem;
    }

    .newsletter-content {
        margin: 2rem 0 0;
    }

    .newsletter-content__form>input {
        padding: 12px 1rem;
    }

    .footer__quickLinks:not(.footer__copyright .footer__quickLinks) {
        margin: 1.5rem 0;
    }

    .footer .title {
        margin-bottom: 0.75rem;
    }

    .page-title__content>.heading {
        font-size: 2.5rem;
    }

    .contact__img {
        height: 300px;
        border-radius: 0 6rem 0 6rem;
    }

    .contactFormWrapper {
        padding: 1.5rem 1.5rem;
    }

    .contact-form {
        margin: 1rem 0;
    }

    :is(.banner--resp, .banner--inner) .row.align-items-center.px-5.mx-4 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .banner--resp,
    .banner--inner {
        padding: 5rem 0;
        text-align: center;
        min-height: 80vh;
    }

    .container-fluid.p-0:not(:is(.about.about--alt.mar-y) .container-fluid.p-0) {
        padding-inline: 1.15rem !important;
    }

    .accordion--alt .accordion-header {
        font-size: 0.85rem;
    }

    .btnsWrapper {
        justify-content: flex-start !important;
    }

    .primary-radius {
        border-radius: 3rem 0 3rem 0;
    }

    .portfolio.mar-y .col-12.col-lg-7.pl-4 {
        padding: 0 !important;
    }

    .footer__copyright {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .banner--resp .banner__img {
        padding: 3rem 0 0;
    }

    .cta {
        display: none;
    }

    .header-main__menu {
        display: block;
    }

    .header-main__nav,
    .header-topWrapper {
        display: none;
    }

    .header-main__logo {
        width: 170px;
    }

    .wave {
        top: -318px;
    }

    .banner .wave {
        top: -126px;
    }

    .banner-content__subHeading {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .banner-content__heading {
        font-size: 2.25rem;
    }

    .bannerImgSlider {
        display: none;
    }

    .banner-content>p,
    .section-content p,
    .themeBtn,
    .footer-info p,
    .contact-details__single :is(a, address),
    .footer__quickLinks>ul>li :is(a, address) {
        font-size: 13px;
    }

    .footer__quickLinks>ul>li :is(a, address) {
        padding: 0.3rem 0;
    }

    .themeBtn {
        padding: 0.65rem 1.5rem;
    }

    .section-content :is(.heading, .heading--sm) {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .services--bg {
        border-radius: 0;
        padding: 4rem 1rem;
    }

    .services-card {
        padding-right: 0;
        border: none;
    }

    .services .col-lg-3.slick-slide {
        /* padding: 0; */
    }

    .bubbles-img {
        display: none;
    }

    .services .slick-list.draggable {
        padding: 1rem 0 !important;
    }

    .circle-img {
        width: 125px;
    }

    .portfolio__single {
        height: 300px;
        border-radius: 0 6rem 0 6rem;
    }

    .portfolio-list {
        padding: 1rem 0;
    }

    .row.portfolioListSlider {
        padding-top: 4rem;
    }

    .portfolio-list__single {
        height: 160px;
        border-radius: 30px 0px;
        margin: 1rem 0;
    }

    .slick-arrow {
        top: 10%;
    }

    .about--circle {
        border-radius: 0;
        padding: 4rem 1rem;
    }

    .about__content.section-content {
        padding: 1rem 0 !important;
    }

    .about__img.about__img--radius {
        width: 100%;
        height: 300px;
        border-radius: 6rem 0px 6rem;
    }

    .about--alt {
        padding: 4rem 2rem;
    }

    .about--alt::after {
        width: 100%;
        border-radius: 0;
    }

    .newsletter {
        text-align: center;
        padding-inline: 1rem;
    }

    .newsletter-content {
        margin: 2rem 0 0;
    }

    .newsletter-content__form>input {
        padding: 12px 1rem;
    }

    .footer__quickLinks:not(.footer__copyright .footer__quickLinks) {
        margin: 1.5rem 0;
    }

    .footer .title {
        margin-bottom: 0.75rem;
    }

    .page-title__content>.heading {
        font-size: 2.5rem;
    }

    .contact__img {
        height: 300px;
        border-radius: 0 6rem 0 6rem;
    }

    .contactFormWrapper {
        padding: 1.5rem 1.5rem;
    }

    .contact-form {
        margin: 1rem 0;
    }

    :is(.banner--resp, .banner--inner) .row.align-items-center.px-5.mx-4 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .banner--resp,
    .banner--inner {
        padding: 5rem 0;
        text-align: center;
        min-height: 80vh;
    }

    .container-fluid.p-0:not(:is(.about.about--alt.mar-y) .container-fluid.p-0) {
        padding-inline: 1.15rem !important;
    }

    .accordion--alt .accordion-header {
        font-size: 0.85rem;
    }

    .btnsWrapper {
        justify-content: flex-start !important;
    }

    .primary-radius {
        border-radius: 3rem 0 3rem 0;
    }

    .portfolio.mar-y .col-12.col-lg-7.pl-4 {
        padding: 0 !important;
    }

    .footer__copyright {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner--resp .banner__img {
        padding: 3rem 0 0;
    }

    .cta {
        display: none;
    }

    .header-main__menu {
        display: block;
    }

    .header-main__nav,
    .header-topWrapper {
        display: none;
    }

    .header-main__logo {
        width: 170px;
    }

    .wave {
        top: -285px;
    }

    .banner .wave {
        top: -126px;
    }

    .banner-content__subHeading {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .banner-content__heading {
        font-size: 2.75rem;
    }

    .bannerImgSlider {
        /* display: none; */
    }

    .banner-content>p,
    .section-content p,
    .themeBtn,
    .footer-info p,
    .contact-details__single :is(a, address),
    .footer__quickLinks>ul>li :is(a, address) {
        font-size: 13px;
    }

    .footer__quickLinks>ul>li :is(a, address) {
        padding: 0.3rem 0;
    }

    .themeBtn {
        padding: 0.65rem 1.5rem;
    }

    .section-content :is(.heading, .heading--sm) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .services--bg {
        border-radius: 0;
        padding: 4rem 1rem;
    }

    .services-card {
        padding-right: 0;
        border: none;
    }

    .services .col-lg-3.slick-slide {
        /* padding: 0; */
    }

    .bubbles-img {
        display: none;
    }

    .services .slick-list.draggable {
        padding: 1rem 0 !important;
    }

    .circle-img {
        width: 125px;
    }

    .portfolio__single {
        height: 300px;
        border-radius: 0 6rem 0 6rem;
    }

    .portfolio-list {
        padding: 1rem 0;
    }

    .row.portfolioListSlider {
        padding-top: 4rem;
    }

    .portfolio-list__single {
        height: 160px;
        border-radius: 30px 0px;
        margin: 1rem 0;
    }

    .slick-arrow {
        top: 10%;
    }

    .about--circle {
        border-radius: 0;
        padding: 4rem 1rem;
    }

    .about__content.section-content {
        padding: 1rem 0 !important;
    }

    .about__img.about__img--radius {
        /* width: 100%; */
        height: 400px;
        border-radius: 6rem 0px 6rem;
    }

    .about--alt {
        padding: 4rem 2rem;
    }

    .about--alt::after {
        /* width: 100%; */
        /* border-radius: 0; */
    }

    .newsletter {}

    .newsletter-content {
        margin: 2rem 0 0;
    }

    .newsletter-content__form>input {
        padding: 12px 1rem;
    }

    .footer__quickLinks:not(.footer__copyright .footer__quickLinks) {
        margin: 1.5rem 0;
    }

    .footer .title {
        margin-bottom: 0.75rem;
    }

    .page-title__content>.heading {
        font-size: 2.5rem;
    }

    .contact__img {
        height: 300px;
        border-radius: 0 6rem 0 6rem;
    }

    .contactFormWrapper {
        padding: 1.5rem 1.5rem;
    }

    .contact-form {
        margin: 1rem 0;
    }

    :is(.banner--resp, .banner--inner) .row.align-items-center.px-5.mx-4 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .banner--resp,
    .banner--inner {
        padding: 5rem 0;
        min-height: 80vh;
    }

    .container-fluid.p-0:not(:is(.about.about--alt.mar-y) .container-fluid.p-0) {
        padding-inline: 1.15rem !important;
    }

    .accordion--alt .accordion-header {
        font-size: 0.85rem;
    }

    .btnsWrapper {
        justify-content: flex-start !important;
    }

    .primary-radius {
        border-radius: 3rem 0 3rem 0;
    }

    .portfolio.mar-y .col-12.col-lg-7.pl-4 {
        /* padding: 0 !important; */
    }

    .footer__copyright {
        text-align: center;
    }

    .banner {
        min-height: 50vh;
    }

    .about__content.section-content.pl-5 {
        padding-left: 1.15rem !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1250px) {}