* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --orrange: #e92b2f;
}

@media (min-width: 320px) and (max-width: 1280px) {
    ul.modal-content {
        display: flex;
        flex-direction: column;
    }

    button#myBtn {
        display: block;
    }

    span.close {
        display: block;
    }

    .leftSide {
        flex: 1;
        justify-content: space-between;
    }

    header .row {
        align-items: initial;
    }

    /* The Modal (background) */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    .topRight {
        display: none;
    }

    .topLogo img {
        max-width: 180px;
    }

    nav {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    /* Modal Content */
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        width: 70%;
        margin-left: 0;
        height: 100vh;
    }

    .mob_call {
        display: block;
    }

    /* The Close Button */
    .close {
        float: right;
    }

    .home_bannner {
        margin-top: 53px;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    header {
        padding: 14px 0px;
        box-shadow: 0px 0px 16px -5px #000;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .copyright {
        margin-top: 15px;
        padding: 15px 0;
    }
    .copyright p {
        max-width: 258px;
    }
    .copyright ul li {
        margin: 0;
    }
    .t_first {
        margin-top: 20px;
    }
    .whyChooseUs {
        background: #fbf6eb;
    }
    .viewAll .redBtn {
        width: 100%;
    }
    .slick-arrow {
        left: -5px;
    }
    .right_arrow.slick-arrow{
        right: -5px;
    }
    .partnerSlider .slick-slide img {
        width: 100%;
    }
    .home_bannner .slick-arrow{
        display: none !important;
    }
    .slider_content .redBtn {
        width: 100%;
    }
    .filterDiv {
        width: 100%;
    }

    .offer_boxes {
        flex-direction: column;
        gap: 15px;
    }
    .redBtn {
        padding: 8px 30px;
        font-size: 14px;
    }
    .singleBox {
        width: 100%;
    }

    .dflex {
        flex-direction: column;
    }

    .p-both-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s2 {
        border-radius: 0px 50px 0px 0px;
    }

    .s3 {
        border-radius: 0px 0px 50px 0px;
    }

    .s4 {
        border-radius: 0px 50px 0px 0px;
    }

    .p-left-50 {
        padding-left: 0;
    }

    .mainHeading {
        font-size: 26px;
        line-height: 38px;
    }

    .subheading {
        font-size: 14px;
    }

    .col2 {
        text-align: center;
    }

    .col2 .redBtn {
        width: 100%;
    }

    .our_services .row {
        flex-direction: column;
    }

    .tab {
        padding: 30px 16px;
    }

    .tab button {
        padding: 10px 0;
        font-size: 17px;
        line-height: 26px;
    }

    .tab button span {
        font-size: 24px;
        margin-left: 0;
    }

    .tab button.active span:after {
        width: 37px;
        height: 1px;
    }

    .tabcontent img {
        height: 424px;
    }

    .p_btn {
        width: 100%;
        border-bottom: 1px solid #d4d4d4;
    }

    .projectFiltersData {
        gap: 16px;
    }

    .w_colls1,
    .w_colls2 {
        width: 100%;
    }

    .w_colls1 {
        text-align: center;
    }

    .whyChooseUs .offer_boxes {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .whyChooseUs .singleBox {
        width: calc(52% - 15px);
        border-radius: 0px 50px 0 0px;
        padding: 10px;
        min-height: auto !important;
    }

    .whyChooseUs .singleBox img {
        width: 80px;
        height: 70px;
    }

    .w_colls2 img {
        position: static;
        clip-path: none !important;
    }

    .w_colls2 {
        clip-path: none;
        text-align: center;
    }

    .w_colls2 img {
        position: static;
        clip-path: none !important;
        width: 90%;
        height: 400px;
        border: 6px solid var(--orrange);
        margin-top: 20px;
    }

    .partnerSlider .slick-slide img {
        padding: 0 5px;
    }

    .partners {
        padding: 0 36px;
    }
    .partnerSlider {
        margin-top: 20px;
    }
    .foot_logo {
        text-align: center;
    }
    .p-top-100 {
        padding-top: 30px;
    }

    .accordion {
        cursor: pointer;
        width: 100%;
        border: none;
        background: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        border-bottom: 1px solid grey;
        padding: 13px 0;
    }

    .t_first {
        align-items: flex-start;
    }

    .s_first {
        margin-top: 20px;
        gap: 15px;
    }

    .foot_search {
        padding: 0;
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
    }

    .foot_search button {
        position: static;
        width: 100%;
        margin-top: 10px;
        border: none;
        padding: 16px;
        border-radius: 5px;
        background-color: #e92b2f;
    }

    .copyright {
        align-items: flex-start;
    }

    .accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .slide_back {
        background-size: 100% 67vh;
        background-position: top;
    }

    .slider_content {
        padding: 20px 30px 56px 30px !important;
        background: #fff;
        text-align: center;
        border-radius: 0;
    }

    .slide_back .container {
        /* height: 530px; */
        padding: 0;
    }

    .homepage_banner_inner {
        margin: 0;
        /* height: 530px; */
    }

    .slide_back .container {
        align-items: end;
    }

    .projectFiltersData {
        height: 1435px;
    }

    footer .active:after {
        content: "\2212";
    }

    .viewAll {
        margin-top: 20px;
    }

    .panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    h2.f_heading {
        font-weight: 600;
        float: left;
    }
}

@media (min-width: 768px) {
    button.accordion {
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .p-both-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .what_we_offer .row {
        flex-direction: column;
    }

    .p-left-50 {
        padding-left: 0px;
    }

    .col2 {
        margin-top: 30px;
    }

    .tab button {
        padding: 16px 0 !important;
    }

    .tab {
        padding: 30px 10px;
    }

    .tabcontent img {
        height: 540px;
    }

    .filterDiv {
        width: calc(50% - 20px);
    }

    .whyChooseUs .row {
        flex-direction: column;
    }

    .w_colls1,
    .w_colls2 {
        width: 100%;
    }

    .w_colls2 {
        clip-path: none;
        text-align: center;
    }

    .w_colls2 img {
        position: static;
        clip-path: none !important;
        width: 90%;
        height: 400px;
        border: 6px solid var(--orrange);
        margin-top: 20px;
    }

    .whyChooseUs .offer_boxes {
        justify-content: space-around;
    }

    .f_first {
        flex-wrap: wrap;
        gap: 30px;
    }

    .fcol {
        width: calc(50% - 30px);
        flex: none;
    }

    .s_first {
        margin-top: 30px;
    }

    .p-top-100 {
        padding-top: 50px;
    }

    .p_btn {
        width: 33%;
    }
}