/*!
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%;
    }
}
/* 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;
    }
    .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: 260px;
    }
    .resources-block-right {
        padding: 15px 15px 15px 0;
    }
    .videos-play-box-content {
        font-size: 16px;
        margin-top: 18px !important;
    }
    .videos-play-icon{
        width: 60px;
    }
    .videos-play-box{
        margin-top: 85px;
    }
    .testimonial-content{
        width: 70%;
    }
    .testimonial-quote-quote,
    .testimonial-quote-person{
        font-size: 18px;
    }
    .testimonial-content{
        font-size: 18px;
    }
    .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;
    }
}
/* 991px end */

/* 767px start */
@media only screen and (max-width: 767px){
    .width-90, .width-80, .width-70, .width-60{
        width: 100%;
    }
    .main-navigation{
        visibility: hidden;
    }
    .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;
    }
    .members-left-headline{
        border-right: 0px;
        text-align: center;
        display: block;
        width: 100% !important;
    }
    .hero-bottom-section-members .col{
        width: 50%;
        flex: auto;
        margin-bottom: 20px !important;
    }
    .members-left-headline h4{
        text-align: center;
    }
    .banner-bottom-div-class{
        padding-top: 40px !important;
    }
    .hero-bottom-section-thumbnail{
        margin-top: 25px;
    }
    .hero-bottom-section-thumbnail img {
        max-height: unset;
    }

    .heading-content-box .boxes-heading {
        min-height: auto;
    }
    .full-width-rcard-left{
        width: 41.66666667% !important;
    }
    .resources-block-left {
        min-height: 240px;
    }
    .testimonial-content {
        width: 80%;
    }
    .testimonial-qleft {
        left: -20px;
        width: 20px;
    }
    .testimonial-qright{
        right: -20px;
        width: 20px;
    }
    .join-block-in-right{
        padding-left: 20px !important;
    }
    
}
/* 767px end */

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