@media only screen and (max-width:1440px) and (min-width:1201px) {
    .product-main {
        width: 25%;
    }
}
@media only screen and (max-width:1200px) and (min-width:991px) {
	.sidebar .widget table tbody a {
		padding: 1px;
		margin-left: -10px!important;
	}
	.footer-sidebar .widget table tbody a {
		padding: 2px;
		margin-left: -7px;
	}
    .slider_content_box {
        left: 15%;
        right: 15%;
    }
    .product-main {
        width: 30%;
        right: 4%;
    }
    .slider_content_box {
        left: 4%;
        right: 50%;
    }
}
span.phone-btn {
    background: #BC0923;
    padding: 12px 20px;
}


@media only screen and (max-width:991px) and (min-width:767px) {
    span.phone-btn {
        background: #BC0923;
        padding: 12px 15px;
    }
}

/* Mobile Layout: 320px */

@media only screen and (max-width:991px) {
    .nav-stick.header-fixed{
        position: static !important;
    }
    
    .post-thumbnail img {
        width: 100%;
    }
    #blog-content article.blog-post:last-child {
        margin-bottom: 80px;
    }
    /* Blog page */
    .post-new-comment,
    ul.meta-info,
    #blog-content .post-content,
    .post-comment-area .media {
        padding: 30px 30px;
    }
    ul.meta-info li {
        margin-bottom: 10px;
    }
    #blog-content ul.meta-info {
        padding: 15px 30px;
    }
    .single-blog-area .tag-share {
        padding: 10px 30px;
    }
    #blog-content ul.meta-info li {
        margin-right: 10px;
    }
    .scrollup {
        right: 5px;
        bottom: 5px;
    }
}

/* Wide Mobile Layout: 480px */
@media screen and (min-width:768px) and (max-width:991px){
    .slider_content_box {
        left: 6%;
        right: 43%;
    }
    .product-main{
        width: 30%;
    }
}
@media only screen and (max-width:767px) {
    #footer-widgets p {
        margin-bottom: 24px;
    }
    .slider_content_box {
	    left: 10%;
	    right: 10%;
        text-align: center;
	}
    .slider_content_box h3{
        font: 20px;
        margin-bottom: 20px;
    }
    .slider_content_box h2{
        font-size: 22px;
        line-height: 35px;
    }
    .logo.main {
        text-align: center;
    }
    .page-template-template-homepage #header {
        position: relative;
        background: #00000040;
    }
    section#home_slider,.slider_main_box img{
        height: 550px;
    }
    .container.inner-content {
        width: 100%;
        margin-left: 0;
    }
    ul.meta-info,
    #blog-content .post-content {
        padding: 30px 15px;
    }
    #blog-content .featured-img .single-meta-box {
        top: 25%;
        transform: none;
        left: 0%;
        width: 100%;
    }
    .product-main {
        position: relative;
        width: 100%;
        right: 0px;
        margin-top: 20px;
        border: 0px;
        transform: none;
    }
}

@media only screen and (max-width:720px) {
    #top_header{
        text-align: center;
    }
    .slider_button a.video_tl {
        margin-left: 0;
        display: inline-block;
        margin-top: 20px;
    }
	.comment-author.vcard {
        display: grid;
    }	
	.post-content table {
		overflow-x: auto;
		display: flex;
	}	
    a.header_button{
        display: inline-block;
        margin: 15px 0;
    }
	
}

@media screen and (min-width:1700px) and (max-width:1900px){
    .container{
        max-width: 1520px;
    }
}
@media screen and (min-width:1920px) {
    .container{
        max-width: 1620px;
    }
}