@media screen and (max-width: 767px){

    #header-overlay{
        padding:15px 15px 0px 15px;
        text-align:center;
    }

    #large-screen-menu a img{
        display:block;
        position:static;
        margin:0 auto;
        margin-top:35px;
    }

    #large-screen-menu ul{
        position:static;
        margin-top:45px;
        padding:0 !important;
    }

    #large-screen-menu ul li{
        margin-left:0px !important;
    }

    #header-text-area{
        width:100% !important;
        padding:0px !important;
        padding-bottom:40px !important;
    }

    #about-us{
        padding:15px;
    }

    #about-us-flex{
        width:100%;
        flex-direction:column;
        margin-top:30px !important;
    }

    .about-us-child{
        width:100% !important;
        height:100%;
        padding:0px !important;
    }

    #about-us-first-child{
        /* height:400px; */
        display:none;
    }

    #about-us-second-child{
        padding:0 !important;
        margin-top:-20px;
        text-align:center;

    }

    #about-us-second-child-title{
        line-height:40px;
    }

    #about-us-second-child-description{

        text-align:start;

    }

    #our-services{
        padding:15px !important;
    }

    #our-services-description, #who-we-are-description, #testimony-description{
        width:100%; /*This dimension is changed on mobile device */
    }

    #our-services-flex{
        flex-direction:column;
        padding:0px !important;
        gap:var(--flex-gap);
        opacity:1 !important;
    }

    .our-services-flex-child{
        width:100% !important;
        
    }

    #who-we-are{
        padding:15px;
    }

    #who-we-are-flex-parent{
        flex-direction: column;
        gap:var(--flex-gap);
    }
    
    .who-we-are-flex-child{
        width:100%;
        opacity:1 !important;
        transform:translate3d(0,0,0) !important;
    }

    #contact-us{
        padding:15px;
        padding-bottom:80px;
    }

    #contact-us p{
        opacity:1 !important;
        transform:translate3d(0,0,0) !important;
        transition:none !important;
    }
    
    #contact-us span{
        transform:scale3d(1,1,1) !important;
        transition:none !important;
       
    }

    #testimony{
        padding:15px;
        padding-bottom:60px;
    }

    #testimony-flex-parent{
        flex-direction:column;
        opacity:1 !important;
    }

    .testimony-flex-child{
        width:100%;
        height:350px;
    }

    .testimony-text{
        height:250px;
    }

    .testimony-author{
        height:50px;
        position:relative;
    }

    .testimony-author-picture{
        position:absolute;
        left:25px !important;
        top:43%;
        float:none !important;
        margin-right:0 !important;
    }
      
    .testimony-author-name{
        position:absolute;
        top:0%;
        left:104px !important;
        margin-top:0 !important;
    }
      
    .testimony-author-profession{
         position:absolute;
         top:50%;
         left:104px !important;
         width:220px;
    }

    #footer-flex-parent{
        flex-direction:column;
        padding:15px;
    }

    .footer-flex-child{
       width:100%;
    }

    #footer-copyright{
        font-size:0.8rem;
    }

    #footer-blank-mobile{
        height:35px;

    }

    #questions-answers{
        width:100%;
        border-radius:0px;

    }

    #questions-answers-header{
        border-radius:0px;
    
    }

    #modal-box{
        width:90% !important;
        height:90% !important;
        overflow-y: scroll;
        padding:10px;
       
    }


}