@media (max-width: 767px) {

    .section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .section-heading {
        font-size: 30px !important;
    }

    .hero-area .hero-text{
        height: 100vh;
        margin: 0 !important;
    }

    .hero-img-wrapper{
        margin: 0;
    }

    .arabic-head{
        font-size: 30px;
    }

    .hero-area .hero-text h2{
        font-size: 30px;
        text-align: center;
    }

    #about-us-section .about-right-content {
        width: 100%;
        padding: 50px 20px 0 10px;
    }

    #service-strip .services-wrapper ul, .web-sub-services-wrapper ul{
        flex-wrap: wrap;
        column-gap: 10px;
        justify-content: center !important;
        row-gap: 10px;
    }

    .web-content-wrapper {
        row-gap: 30px;
        width: 100% !important;
    }

    .about-left, .about-right {
        row-gap: 40px;
        padding: 11px;
        width: 100%;
    }

    .corpo-white-bg{
        background-color: var(--white-color);
    }

    #corporate-media-section .about-left{
        width: 100%;
        padding: 50px;
    }

    #corporate-media-section .about-right::before{
        left: 0;
    }

    #joint-venture-section .section-title{
        margin-bottom: 30px;
    }

    .venture-left-wrapper h3::after{
        display: none;
    }

    .venture-left-wrapper {
        row-gap: 0px;
    }

    .venture-right-wrapper{
        border: none;
        margin-top: 40px;
    }

    .key-people-wrapper{
        margin-bottom: 30px;
    }

    .contact-us .form-main {
        padding: 60px 30px !important;
        width: 100%;
        bottom: 0px;
    }
    
    #copyright-section {
        padding: 20px;
    }

    .navbar-brand img {
        width: 250px !important;
        /* margin-top: -80px; */
    }

    .about-heading .section-heading{
        text-align: right;
        overflow: hidden;
    }

    .about-btn-wrapper .btn{
        width: 50%;
    }

    .new-performance-marketing-section .section-heading{
        font-size: 30px !important;
    }

    .hero-img-wrapper {
        margin-bottom: 50px;
        margin-top: 75px;
        width: 70%;
    }
    
    .new-performance-marketing-section .about-left, .new-performance-marketing-section .about-right {
        padding: 100px 50px;
    }

    .new-performance-marketing-section .about-right{
        margin-top: 0 !important;
    }

    #corporate-media-section .performace-left-bg{
        background-repeat: repeat;
    }

    #corporate-media-section {
        padding: 50px 0;
    }

    #joint-venture-section .section-title {
        row-gap: 15px;
    }

    #joint-venture-section .section-title h2{
        width: 100%;
        font-size: 30px !important;
    }

    #joint-venture-section .section-title h3{
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #joint-venture-section .venture-right-wrapper {
        margin-top: 25px;
    }

    #joint-venture-section .venture-right-wrapper img{
        width: 70%;
    }

    .key-people-wrapper{
        width: 100%;
        flex-direction: column;
    }

    #key-people-section-2 .key-people-content {
        padding: 30px 20px;
    }

    #key-people-section-2 .section-title {
        margin-bottom: 0px !important;
    }

    .contact-us .contant-inner-title h4{
        font-size: 30px !important;
    }

    .contact-us .single-head {
        padding: 50px 30px !important;
    }

    #contact-us .form-main h2{
        font-size: 30px;
    }

    .hero-area .hero-text .arabic-head {
        font-size: 45px;
    }

    .hero-area .hero-text .hero-bottom-text{
        font-size: 28px;
    }

    .contact-us .single-head{
        width: 100%;
    }

    .contact-padding {
        padding: 30px;
    }
    
}