/*Extra Large Device*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    
}
/*Large Device*/
@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .main_list .single_list .text h5 {
        font-size: 11px;
    }
}

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

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
    
    .banner_bg{
        padding: 120px 0;
    }
    .main_list .single_list{
        margin-bottom: 20px;
    }
    .section_1 .section_content_box,
    .section_6 .section_content_box,
    .section_9 .section_content_box,
    .section_10 .section_content_box{
        margin-bottom: 60px;
    }
    
    .section_8 .section_img_box{
        margin-bottom: 60px;
    }
    .section_7 .eating_box{
        margin-bottom: 40px;
    }
    .footer_widget .widget-box{
        margin-bottom: 40px;
    }
    .copyright_text{
        text-align: center;
    }
    .payment_list.text-lg-right {
        text-align: center;
        margin-top: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .section_3 .main_content_box .main_text h2 {
        font-size: 21px;
        line-height: 30px;
    }
}
/* Mobile Devices, Tablets */
@media only screen and (max-width: 359px){
    .section_3 .main_content_box .main_text h2 {
        font-size: 18px;
        line-height: 28px;
    }
}
/* Mobile Devices, Tablets */
@media only screen and (min-width: 450px) and (max-width : 767px) {
    
}