@media (max-width: 480px) {
    body {
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }

    p {
        font-size: 13px !important;
        line-height: normal !important;
    }

    h2 {
        font-size: 27px !important;
    }

    h1 {
        font-size: 25px !important;
    }

    h5 {
        font-size: 17px !important;
    }

    h6 {
        font-size: 14px !important;
    }

    .home-slider-1 {
        padding: 50px 0px 20px 20px !important;
    }

    .home-slider-2 {
        padding: 50px 0px 20px 20px !important;
    }

    .heroSlider .carousel-indicators {
        display: none;
    }

    .slider-icons {
        width: 40px;
    }

    .btn-secondary {
        font-size: 13px !important;
    }

    .heroSlider .carousel-item {
        height: 400px;
    }

    .heroSlider .home-slider-1 {
        padding: 20px !important;
    }

    .heroSlider .home-slider-2 {
        padding: 20px !important;
    }

    .heroSlider .home-slider-3 {
        padding: 20px !important;
    }

    .heroSlider .home-slider-4 {
        padding: 20px !important;
    }

    .sm-head {
        font-size: 24px !important;
    }

    .aboutPeople .aboutPeoplebox {
        margin-left: 0px !important;
    }

    .aboutPeople h2 {
        font-size: 35px !important;
    }

    .aboutSection .ourExpertise {
        padding: 10px !important;
    }

    .about-page .Ceosec .CeoCard {
        margin-top: 20px;
    }

    .aboutImg img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .heroSlider .sliderheading {
        padding-right: 20px !important;
    }

    .accordion-button {
        padding: 15px !important;
    }

    .paddingLR {
        padding: 0px !important;
    }

    .rowBg img {
        width: 100px;
    }

    .partnerSec .rowBg {
        margin: 30px 10px;
        padding: 20px !important;
    }

    .contactSec .formCol2 {
        padding-left: 10px !important;
    }

    .solutionSec .solution_box img {
        width: 60%;

    }

    .solutionSec .solution_col1 {
        display: flex;
        justify-content: space-between;
    }

    .solutionSec .solution_box {
        padding: 0px !important;
        height: 140px !important;
    }

    .techSec .techBox {
        margin-top: 20px;
        height: auto !important;
    }

    .techSec .techBox h3 {
        font-size: 20px;
    }

    .thirdbox {
        margin-top: 40px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .serviceSec .accordion-header i {
        padding-bottom: 10px;
    }

    .serviceSec .accordion-header h5 {
        padding-left: 10px;
    }

    .sixfaq {
        padding: 0px 20px;
        margin-top: 30px;
        background-color: #d6d5f8;
    }

    .faq-title {
        text-align: center;
        font-size: 45px;
        font-weight: normal;
    }

    .faq-group {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    .faq-group .faq-left {
        width: 38%;
    }

    .faq-group .faq-right {
        width: 58%;
        border-left: #ccc 1px solid;
        padding-left: 30px;
        margin-left: 4%;
    }

    .faq-group h3 {
        font-size: 24px;
        font-weight: normal;
        margin: 35px 0 15px 0;
    }

    .faq-group h3:first-child {
        margin-top: 0px;
    }

    .faq-btns {
        margin-bottom: 40px;
    }

    .faq-btn {
        width: 100%;
        display: inline-block;
        border: #000 1px solid;
        border-radius: 4px;
        text-align: center;
        margin: 10px 0;
        background-color: #fff;
        padding: 14px;
        text-decoration: none;
        color: #000;
        transition: 0.5s all;
    }

    .faq-btn:hover {
        background-color: #000;
        color: #fff;
    }

    .faq-item {
        width: 100%;
        margin: 7px 0px;
        border-bottom: #ebebeb 1px solid;
    }

    .faq-item .faq-label {
        position: relative;
        width: 100%;
        padding: 12px 26px 12px 0px;
        cursor: pointer;
        font-size: 14px;
        color: #000;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .faq-item .faq-label i {
        width: 18px;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .faq-item .faq-label i:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: 8px;
        height: 2px;
        background-color: #000;
    }

    .faq-item .faq-label i:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: 2px;
        height: 8px;
        background-color: #000;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }

    .faq-item.faq-item-show .faq-label i:after {
        opacity: 0;
    }

    .faq-cont {
        transition: 0.3s all;
        overflow: hidden;
        height: 0px;
    }

    .faq-item.faq-item-show .faq-cont {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: auto;
        height: auto;
    }

    .faq-cont p {
        margin: 20px 0 20px 0;
    }

    .faq-cont p:last-child {
        margin-bottom: 0px;
    }

    .footerSec h4 {
        font-size: 18px;
    }

    .footerSec li a {
        font-size: 14px;
    }

    .clientSec h2 {
        font-weight: 500;
        padding: 0px 50px;
    }

    .clientSec p {
        /* font-weight: 400; */
        padding: 0px 50px;
        line-height: normal;
    }

    .paddingT {
        padding: 30px 0px !important;
    }

    .cloudServiceWrapper .verity-Box {
        height: 110px !important
    }

    .ValuePlatformText {
        padding: 30px;
    }

    .ValuePlatformInfo {
        padding: 10px !important;
    }

    .ValuePlatformInfo h2 {

        font-size: 25px !important;
        padding-bottom: 0px !important;
    }

    .ValuePlatformText h2 {
        padding-right: 10px;

    }

    .ValuePlatformText .box-5 {
        padding-bottom: 50px !important;
    }

    .ValuePlatformInfo h3 {
        font-size: 24px !important;
        padding-bottom: 10px !important;
    }

    .ValuePlatformText p {
        margin-bottom: 20px !important;
    }

    .ServicesSection .servicePara {
        padding: 10px 20px !important;
    }

    .serviceCard {
        height: 200px !important;
    }

    .serviceCardWrapper {
        margin-bottom: 40px !important;
        margin-top: 0px !important;
    }

    .sixfaq {
        padding: 0px 20px;
        margin-top: 30px;
        background-color: #dbdcff;
    }

    .faq-title {
        text-align: center;
        font-size: 45px;
        font-weight: normal;
    }

    .faq-group {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    .faq-group .faq-left {
        width: 38%;
    }

    .faq-group .faq-right {
        width: 58%;
        border-left: #ccc 1px solid;
        padding-left: 30px;
        margin-left: 4%;
    }

    .faq-group h3 {
        font-size: 24px;
        font-weight: normal;
        margin: 35px 0 15px 0;
    }

    .faq-group h3:first-child {
        margin-top: 0px;
    }

    .faq-btns {
        margin-bottom: 40px;
    }

    .faq-btn {
        width: 100%;
        display: inline-block;
        border: #000 1px solid;
        border-radius: 4px;
        text-align: center;
        margin: 10px 0;
        background-color: #fff;
        padding: 14px;
        text-decoration: none;
        color: #000;
        transition: 0.5s all;
    }

    .faq-btn:hover {
        background-color: #000;
        color: #fff;
    }

    .faq-item {
        width: 100%;
        margin: 7px 0px;
        border-bottom: #c6c6c6 1px solid;
    }

    .faq-item .faq-label {
        position: relative;
        width: 100%;
        padding: 12px 26px 12px 0px;
        cursor: pointer;
        font-size: 14px;
        color: #000;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .faq-item .faq-label i {
        width: 18px;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .faq-item .faq-label i:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: 8px;
        height: 2px;
        background-color: #000;
    }

    .faq-item .faq-label i:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: 2px;
        height: 8px;
        background-color: #000;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }

    .faq-item.faq-item-show .faq-label i:after {
        opacity: 0;
    }

    .faq-cont {
        transition: 0.3s all;
        overflow: hidden;
        height: 0px;
    }

    .faq-item.faq-item-show .faq-cont {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: auto;
        height: auto;
    }

    .faq-cont p {
        margin: 20px 0 20px 0;
    }

    .faq-cont p:last-child {
        margin-bottom: 0px;
    }

    .healthSec {
        /* color: #fff; */
        background-color: #d2caff;
        background-image: none !important;
        padding: 50px;
    }

    .headingWrapper {
        padding-left: 10px;
    }

    .headingWrapper .heading-card {
        padding: 20px;
        margin-top: 30px;
    }

    .contactSec .contactContent {
        padding: 30px !important;
    }

    .contact2ndrow {
        padding-top: 20px;
    }

    .contact2ndrow .contactHeading {
        padding: 0px 20px;
    }

    .app-development .app-devPeople,
    .could-service-wrapper,
    .bpo-People,
    .ai-ml-wrapper,
    .consulting-hero,
    .engineering-hero,
    .cyberSecurity-hero,
    .partners-hero,
    .testing-hero,
    .bankbanner,
    .hospitalbanner,
    .heroBanner {
        height: 280px !important;
    }

    .cyberTitle {
        padding: 30px !important;
    }

    .cyberTitleWrapper h4 {
        font-size: 25px !important;
    }

    .cyberTitleWrapper p {
        padding: 0px !important;
    }

    .app-devPeoplebox h1 {
        font-size: 35px !important;
        font-weight: 700;
    }

    .flip-box {
        margin-bottom: 20px;
    }

    .testiContent {
        padding: 30px;
    }

    .CommitmentInfo {
        padding: 30px !important;
    }

    .CommitmentBullet {
        padding: 0px 30px !important;
    }

    .bannerBox h1 {
        font-size: 35px !important;
    }

    .induserviceBox .indusServicecontent{
        padding: 15px !important;
    }

    .healthbox{
        padding: 30px !important;
        
    }

    .healthbox h2 , .healthbox p{
        color: #fff;
    }

    .veritySecText{
        padding: 20px;
    }

    .autometion-hero {
        height: 300px !important;
        background-color: #fff;
        background-image: none;
    }
    .featureCard .row{
        padding: 20px;
    }
    .featureCard-info h3{
        font-size: 20px;
    }

    .featureCard .col-md-8{
        margin-top: 20px;
    }
    


}