@media only screen and (max-width: 767px) {
    .tabs {
        flex-wrap: unset !important;
        margin-top: 5px !important;
        overflow-x: scroll;
        width: 230%;
    }

    .heroImgContent {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    .heroContent {
        padding-top: 0px;
    }

    .dispart a,
    .disparts a {
        font-size: 23px !important;
    }

    .two-col {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .tabbox {
        overflow: scroll;
        scrollbar-width: none;
    }

    .tab-content {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .cards-grid {
        display: flex !important;
        gap: 10px !important;
        width: 540px !important;
    }

    #ev .cards-grid {
        width: 810px !important;
    }

    #evcms .cards-grid,
    #evcme .cards-grid {
        width: 100% !important;
    }

    .ssssHeading {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .wcuSlideBox {
        margin: 0px;
        border-radius: 0;
    }

    .wcuSection {
        background: rgb(190 199 214);
    }

    .growContainer {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .growthSection {
        padding: 50px 10px;
    }

    .growRow {
        width: 100%;
        grid-template-columns: repeat(5, 280px);
        padding: 10px 0px;
        padding-bottom: 50;
    }

    .growColumn.growbox5 .growInnerBox {
        margin-right: 5px;
    }

    .wcuMainHh {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .heroRow {
        grid-template-columns: 100%;
    }

    .heroContent h1 {
        font-size: 25px;
    }

    .heroContainer {
        padding: 10px;
        padding-bottom: 0px;
    }

    .disbtn a {
        font-size: 15px;
    }

    .disbtn {
        padding: 0px 10px;
        border-radius: 10px;
    }

    .heroBannerD {
        margin: 10px;
        border-radius: 15px;
    }

    .text001 {
        font-size: 17px;
        padding: 10px;
        font-weight: 400;
    }

    .joinRow {
        grid-template-columns: 100%;
    }

    .spoHeadingc {
        font-size: 25px !important;
    }

    .wcuSP {
        display: none;
    }

    .scroller-wrappers {
        grid-template-columns: repeat(10, 180px) !important;
    }

    .wcuSlides img {
        width: 40px;
        height: 40px;
    }

    .wcuSH {
        font-size: 14px;
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .ssssBox .container {
        padding: 10px 20px;
        padding-bottom: 0px;
    }

    .joinContentbox {
        padding: 0;
    }

    .joinContentbox h2 {
        font-size: 20px;
        text-align: center;
    }

    .disparts {
        width: max-content;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .disparts a {
        font-size: 17px;
    }

    .tab-btn {
        padding: 10px 6px;
        font-size: 12px;
    }

    .growHeading {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .growbox1 .growInnerBox,
    .growbox3 .growInnerBox,
    .growbox5 .growInnerBox {
        top: 0;
    }

    .growbox2 .growInnerBox,
    .growbox4 .growInnerBox {
        bottom: 0;
    }

    .spoSection {
        padding: 40px 10px !important;
        padding-bottom: 90px !important;
    }

    .spoRow {
        grid-template-columns: 100% !important;
    }

    .spoImgI.spoImgI1 img {
        top: 0;
    }

    .spoImgI.spoImgI2 img {
        bottom: -60px;
    }

    .spoHeadingc {
        font-size: 27px;
        text-align: center;
        margin-bottom: 40px;
    }

    .spoImg {
        gap: 10px;
    }

    .hCSection {
        padding: 10px;
    }

    .hCRow {
        grid-template-columns: 100%;
    }

    .hcHeading {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 20px;
    }

    button.disbtn.contactBtns {
        padding: 0px 0px !important;
        width: 75%;
        text-align: left;
    }

    button.disbtn.contactBtns a {
        font-size: 15px !important;
        font-weight: 500;
        padding: 5px 0px;
        text-align: left;
        padding-left: 9px;
    }

    .abouttextBox {
        padding-top: 30px;
        padding-left: 10px;
    }

    .aboutRow {
        grid-template-columns: 100%;
    }

    .h2Heading {
        font-size: 30px;
    }

    .abouttextBox p {
        font-size: 16px;
        padding-right: 10px;
    }

    .aboutImgBox {
        padding-top: 0px;
    }

    .growHeading2 {
        font-size: 25px;
    }

    .swiper-slide img {
        height: 100% !important;
    }

    .inhouseSlider {
        border-radius: 20px;
    }
}

@media only screen and (max-width:991px) {
    .tab-content {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .cards-grid {
        display: flex !important;
        gap: 10px !important;
    }

    .growContainer {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .growthSection {
        padding: 50px 10px;
    }

    .growRow {
        width: 100%;
        grid-template-columns: repeat(5, 280px);
        padding: 10px 0px;
        padding-bottom: 50;
    }

    .growbox1 .growInnerBox,
    .growbox3 .growInnerBox,
    .growbox5 .growInnerBox {
        top: 0;
    }

    .growbox2 .growInnerBox,
    .growbox4 .growInnerBox {
        bottom: 0;
    }

    .hCRow {
        grid-template-columns: 100%;
    }

    .cityPin {
        display: flex !important;
        gap: 10px;
    }

    .inputDiDesktop {
        display: none;
    }

    .swiper-slide img {
        height: 100% !important;
    }

    .spoHeadingc {
        font-size: 45px;
        text-align: center;
        margin-bottom: 50px;
    }

    .spoRow {
        grid-template-columns: 100%;
    }

    .spoImgI.spoImgI1 img {
        top: 0;
    }

    .spoImgI.spoImgI2 img {
        bottom: -60px;
    }

    #evcms .cards-grid,
    #evcme .cards-grid {
        width: 100% !important;
    }

    .growthSection::before {
        top: 0;
    }

    .hCSection {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    .heroContent h1 {
        font-size: 30px;
    }

    .disbtn a {
        font-size: 22px;
    }

    .disbtn {
        padding: 0px 10px;
    }

    .joinRow {
        grid-template-columns: 100%;
    }

    .joinContentbox {
        padding-right: 10px;
        align-items: center;
        margin-bottom: 40px;
    }

    .joinContentbox h2 {
        font-size: 30px;
        text-align: center;
    }

    .heroRow {
        grid-template-columns: 60% 39%;
    }
}

@media only screen and (min-width:1000px) and (max-width:1023px) {
    .heroContent h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .disbtn a {
        font-size: 28px;
    }

    .text001 {
        font-size: 24px;
    }

    .joinContentbox h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .disbtn {
        padding: 0px 10px;
    }

    .dispart a,
    .disparts a {
        font-size: 23px;
    }

    .tab-btn {
        font-size: 12px;
    }

    .spoHeadingc {
        font-size: 40px;
    }

    .growH {
        padding: 15px 0px;
    }

    .hcHeading {
        font-size: 33px;
        line-height: 40px;
    }

    button.disbtn.contactBtns a {
        font-size: 17px !important;
    }

    button.disbtn.contactBtns {
        padding: 5px 0px !important;
    }

    .joinContentbox {
        padding-right: 60px;
    }

    .disparts {
        width: 44%;
    }

    .disbtn {
        border-radius: 10px;
        width: 86%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {
    .heroContent h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .disbtn a {
        font-size: 28px;
    }

    .text001 {
        font-size: 24px;
    }

    .joinContentbox h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .disbtn {
        padding: 0px 10px;
    }

    .dispart a,
    .disparts a {
        font-size: 23px;
    }

    .tab-btn {
        font-size: 13px;
    }

    .spoHeadingc {
        font-size: 40px;
    }

    .growH {
        padding: 15px 0px;
    }

    .hcHeading {
        font-size: 40px;
        line-height: 45px;
    }

    button.disbtn.contactBtns a {
        font-size: 21px !important;
    }

    .joinContentbox {
        padding-right: 60px;
    }

    .disparts {
        width: 40%;
    }

    .disbtn {
        border-radius: 10px;
        width: 86%;
    }
}

@media only screen and (min-width:1920px) {
    .hCRow {
        grid-template-columns: 36% 42%;
        justify-content: space-between;
    }

    .hcHeading {
        font-size: 65px;
        line-height: 76px;
    }

    button.disbtn.contactBtns {
        padding: 9px 0px !important;
        width: 78%;
    }

    .growH {
        font-size: 25px;
    }

    .growthSection {
        padding: 70px 20px;
        padding-bottom: 220px;
    }
}