/*!
Theme Name: Campaign
Mobile Responsive CSS
*/


/* 1400px start */
@media only screen and (min-width: 1400px){

}

@media only screen and (max-width: 1400px){
    .join-block-in{
        width: 95%;
    }
    .custom-logo-link img{
        max-height: 65px;
    }
    .mega-menu-link{
        margin: 0 2px !important;
    }
}
/* 1400px end */

/* 1200px start */
@media only screen and (max-width: 1200px){

}
/* 1200px end */

/* 991px start */
@media only screen and (max-width: 991px){
    .site-main{
        margin-top: -115px;
    }
    .custom-logo-link img{
        max-height: 60px;
    }
    .mega-menu-link{
        margin: 0 !important;
        padding: 0 6px !important;
    }
    .head-title {
        font-size: 28px !important;
    }
    .sub-heading-big-close{
        font-size: 22px;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 1.4;
    }
    .font-20 {
        font-size: 18px !important;
    }
    .hero-bottom-section{
        width: 100% !important;
    }
    .hero-bottom-section-members h4{
        padding-right: 0;
    }
    .heading-content-box {
        padding: 15px;
    }
    .container-sub-pages-list{
        padding: 30px;
    }
    .sub-pages-card-block-col:nth-child(2){
        margin-top: 0;
    }
    .sub-pages-card-block-col{
        padding: 0 15px !important;
    }
    .resources-card-block .resources-card-heading {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .resources-card-block .resources-card-label{
        font-size: 16px;
    }
    .resources-card-block .resources-card-content{
        font-size: 14px;
        line-height: 1.4;
    }
    .resources-block-left {
        min-height: 160px;
    }
    .resources-block-right {
        padding: 15px 15px 15px 0;
    }
    .videos-play-box-content {
        font-size: 16px;
        margin-top: 18px !important;
    }
    .videos-play-icon{
        width: 60px;
    }
    .testimonial-content{
        width: 70%;
    }
    .join-block-in {
        width: 100%;
    }
    .join-block-in-content {
        font-size: 18px;
        min-height: auto;
    }
    .join-block-in-right{
        padding-bottom: 20px;
    }
    .join-block-in-ctas a{
        margin-bottom: 10px !important;
        margin-left: 0 !important;
        float: left;
        margin: 0;
    }
    .home-subpages-card-img{
        max-height: 50px;
    }
    body .sub-page-banner h1{
        font-size: 36px !important;
    }
    .sub-page-img-overlay{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(47,36,126, 0.8);
        top: 0;
        bottom: 0;
    }
    .sub-page-img-overlay-content{
        position: relative;
        z-index: 1;
    }
}
/* 991px end */

/* 767px start */
@media only screen and (max-width: 767px){
    .width-90, .width-80, .width-70, .width-60{
        width: 100%;
    }
    .custom-logo-link img{
        max-height: 70px;
    }
    .home-banner-main{
        background-position: left center !important;
        padding-top: 200px;
        padding-bottom: 60px;
    }
    .sliders-main img.previous-arrow-slick{
        left: 0;
    }
    .sliders-main img.next-arrow-slick{
        right: 0;
    }
    .hero-bottom-section-members{
        border-radius: 20px !important;
        margin-right: 0 !important;
    }
    .hero-bottom-section{
        position: relative;
        width: 100% !important;
        display: block;
        bottom: 0;
    }
    .container-sub-pages-list{
        border-radius: 16px;
        padding: 30px 10px;
    }
    .heading-content-boxes-num-box-num{
        padding: 50px 20px;
    }
    .join-block-in-right{
        padding-left: 20px !important;
    }
    .sub-page-banner{
        height: auto;
        padding-bottom: 40px;
    }
    .sub-pages-card-block{
        border-radius: 12px;
    }
    .videos-play-box{
        border-radius: 0;
    }
    .content-image-video-video-heading{
        text-align: left;
    }
    .content-image-video-main .videos-play-box{
        margin-top: 40px;
    }
    .videos-play-box-heading{
        font-size: 20px;
    }
    
}
/* 767px end */

/* 575px start */
@media only screen and (max-width: 575px){
	
}
/* 575px end */