@media only screen and (max-width:360px) {}

@media only screen and (max-width:480px) {}

@media only screen and (max-width:545px) {}


@media only screen and (max-width:1200px) {
    .menu {
        overflow: scroll
    }
    .top_con{
        display: none
    }
     .con_pge .col-md-3, .con_pge .col-md-6{
        width: 100%;
    }
    .tdy_menu {
    position: relative;
    background: url(../images/landing-background.jpg) 100% 100%;
    /* background-attachment: fixed; */
}
}


@media only screen and (max-width:1056px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    .menu {
        display: none;
    }
    .header_pos {
        padding: 0 20px;
    }
    
}

@media only screen and (max-width:1024px) {
    .product_img {
        width: 100px;
        height: 100px;
    }
    .blur_leaf {
        display: none
    }
    .client_lft span img,
    .client_sup_inr img {
        height: auto
    }
    .owl-theme .owl-controls{
        display: none !important
    }
    .enq_all{
        padding: 40px 0
    }
    .pop_inr{
        height: 350px;
        overflow-y: scroll
    }
    .fa-close{
        top: 0;
        right: 0
    }
}

@media only screen and (max-width:930px) {

    .main_menu li a {
        padding: 15px 10px;
    }
    .menucard {
        display: none
    }
    .tdy_menu_image {
        flex-basis: 100%;
    }
    .enq_pop .btn_style {
        width:100%;
    }
    
}

@media only screen and (max-width:762px) {
   
}

@media only screen and (max-width:780px) {
     .logo{
        width: 80px;
    }
    .top_bg_inr{
        display: none
    }
    .banner{
        height: auto
    }
    .product_img {
        width: 150px;
        height: 150px;
    }
    .pro_list em {
        top: 2%;
        right: 26%;
    }
    .reser {
        top: 0
    }
    .footer p {
        padding: 0 20px;
    }
    .banner .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 16px;
        bottom: 17px;
        background: rgba(0, 0, 0, 0.8) url(../images/left-arrow.png) no-repeat 6px;
        width: 35px;
        height: 35px;
    }
    .banner .owl-theme .owl-controls .owl-buttons .owl-next {
        left: 80%;
        bottom: 17px;
        background: rgba(0, 0, 0, 0.8) url(../images/right-arrow.png) no-repeat 6px;
        width: 35px;
        height: 35px;
    }
     .menu_btn{
        display: flex;
    }
    .header_pos {
        position: relative;
        background: #333
    }
    .menu_btn_all {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .main_menu {
        justify-content: center;
        flex-direction: column;
        display: none;
        text-align: center
    }
    .main_menu li a {
        padding: 15px 25px;
    }
    .slide {
        position: relative;
        left: 0;
        right: 0;
        z-index: 9
    }
    .sub_banner {
        padding: 0 70px;
        ;
        display: block;
        margin: 0 auto
    }
    .slide span,
    .slide h2,
    .slide p {
        text-align: center;
    }
    .slide p {
        margin: 0 auto 30px auto;
        max-width: 80%;
    }
    .main_banner {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: 100%;
    }
    .slide span {
        margin: 5% 0 0 0
    }
    .ban_ctn{
        z-index: 9
    }
    .ban_ctn h1{
        font-size: 50px;
    }
}

@media only screen and (max-width:590px) {
    .slide h2 {
        font-size: 25px;
    }
    .menu_btn_all {
        top: 25px;
    }
    .tdy_menu .container{
        padding: 0 5px
    }
    .pop_inr{
        flex-basis: 95%;
    }
    .ban_ctn h2{
        font-size: 25px;
    }
    .ban_ctn h1{
        font-size: 40px;
    }
}

@media only screen and (max-width:360px) {

    .menu_btn_all {
        top: 5px;
        right: 10px;
    }
}
