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

@media only screen and (min-width: 768px) and (max-width:991px) {}

@media only screen and (max-width: 767px) {
    .features_img img {
    width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
   .page-vedio-popup{
        width:100%;
    }
    
    .responsive-section{
        margin-bottom: 50px;
    }
    .slider-pa{
         padding-top: 20px !important; 
    }
    .swiper-container {
        width: 78% !important;
        float: inherit !important;
    }
    .responsive-section .content{
    padding-bottom: 82px !important;
    }
   .responsive-section .sub-heading{
   	width: 100% !important;
   }
    .navbar-default.header_area .nav_icons.navbar_right {
    float: left;
    }
    
    .headeing-text {
        font-size: 26px;
        line-height: 37px;
    }

    .headeing-subheading-text {
        width: 80%;
    }

    .testimonial_content h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .chooseUs_title li a {
        line-height: 24px;
        font-size: 16px;
        height: 112px;
        padding: 35px 0;
    }

    .signin-popup,
    .register-popup,
    .submit-form {
        width: 100%;
    }
       .img_details {
        padding: 15px 28px 4px 26px;
    }

    .img_details h4 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .fes12-img{
        height:auto !important;
    }
    .fes2-main-text-cont1 {
    padding: 51px 50px 56px 50px;
    }
    .responsive-section .des a.button{
           margin-bottom: 10px;
    }
  
    .latest-template{
        padding-bottom: 0px !important;
    }
    .features_img img {
    width: 100%;
    }
    footer{
            height: auto;
            background-size: 362% 100%;
    }

}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .features_img img {
    width: 100%;
}
}
