
@media only screen and (min-width: 992px) {
    
}

@media only screen and (max-width: 991px) {
    section.section{
        padding: 20px 0;
    }
}


@media only screen and (max-width: 767px) {
    section.section{
        padding: 20px 0;
    }
    .banner-logo{
        margin-bottom: 50px;
        margin-top: 10%;
        width: 120px;
    }
    .banner-section h1{
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .banner-section h2{
        font-size: 50px;
        font-weight: 700;
        text-align: center;
    }
    .content-common-text h2{
        font-size: 20px;
        margin-bottom: 6px;
    }
    .content-common-text p{
        font-size: 15px;
        line-height: 22px;
    }
    .hero-banner-image{
        width: 95%;
        position: fixed;
        bottom: 40%;
        margin-top: 0;
    }
    .slider__page{
       
    }
    .about-us-content h2{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .about-us-content p{
        font-size: 15px;
        margin-bottom: 4px;
        line-height: 21px;
    }
    .about-creative img{
        margin-top: 0;
        width: 250px;
    }
    .slider__indicators{
        display: none;
    }
    .vedica-impact-leftbox h2{
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .vedica-impact-content h3{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .vedica-impact-content p{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .sec--title{
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .sec--title h2{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .vedica-impact-creative img{
        width: 200px;
    }
    .impact-section{display: block;}
    .about-section{display: block;}
    .image-wrapper h4{ 
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 0;
    }
    .governimg-item{padding: 5px;}
    .governimg-item .image-wrapper img{
        width: 90px;
        height: 90px;
    }
    .image-wrapper p {
        font-size: 12px;
        line-height: 12px;
    }
    .mobile--banner{display: block;}
    .desktop-banner{display: none;}

#target .arrowUp, 
#about .arrowUp, 
#council .arrowUp, 
#impact .arrowUp, 
#council2 .arrowUp{
    bottom: 30px;
    right: 70px;
}
#target .arrowDown, 
#about .arrowDown, 
#council .arrowDown, 
#impact .arrowDown, 
#council2 .arrowDown{
    bottom: 30px;
    right: 24px;
}
.arrowUp{bottom: 30px; right: 30px;}
.arrowDown{bottom: 15%;right: 30px;}
.contact-leftbox h2{font-size: 20px; margin-bottom: 6px;}
.contact-leftbox p{font-size: 15px; line-height: 22px;margin-bottom: 6px;}
}