/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	.container {
		max-width: 1170px;
	}
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .bs-single .field {
        width: 230px;
    }
    .bs-single button, .bs-link a,
    .banner-text h4 {
        font-size: 14px;
    }
    .header-bottom .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 10px;
    }
    .header-middle .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .header-middle .nav-item {
        margin: 0px 10px;
    }
    
    .filter-area .nav-item {
        width: 32%;
    }
    
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .bs-wrapper {
        display: inherit;
    }
    .bs-wrapper form {
        width: 45%;
        float: left;
        margin-right: 30px
    }
    .bs-single .field {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-btn-area a, .banner-btn-area span {
        padding: 0px 70px;
    }
    .header-middle.mobile-menu {
        display: block;
    }
    .header-middle.mobile-menu .middle-menu {
        display: block;
    }
    .header-top,
    .header-middle,
    .header-bottom {
        display: none;
    }
    .product-two-area h2 {
        font-size: 28px;
    }
    .filter-area .nav-item {
        width: 32%;
    }
    .location-area select {
        font-size: 14px;
    }
    h5.ff-title,
    .break-cat .bc-title h5 {
        font-size: 18px;
    }
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .pro-title h2,
    .cb-text h2,
    .banner-text h2 {
        font-size: 28px;
    }
    .banner-text h4 {
        font-size: 14px;
    }
    .bs-wrapper {
        display: inherit;
    }
    .bs-wrapper form {
        width: 100%;
        margin-right: 30px
    }
    .bs-single .field {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-btn-area a, .banner-btn-area span {
        padding: 0px 20px;
    }
    .read-text h2 {
        font-size: 16px;
    } 
    .read-btn {
        text-align: left;
        padding-bottom: 20px;
    }
    .banner-btn-area {
        display: inherit;
        text-align: center;
    }
    .banner-btn-area a {
        margin-bottom: 15px;
    }
    .footer-widget.links.mb-30 {
        margin-bottom: 20px;
    }
    .product-area {
        padding-bottom: 150px;
    }
    
    
    
    .navbar-brand img {
        max-width: 140px;
    }
    .header-middle.mobile-menu {
        display: block;
    }
    .header-middle.mobile-menu .middle-menu {
        display: block;
    }
    .header-top,
    .header-middle,
    .header-bottom {
        display: none;
    }
    .vh-text h2,
    .vh-desc h3.title,
    .vh-breaker h3 {
        font-size: 28px;
    }
    .number-wrapper h3,
    .number-wrapper h4 {
        font-size: 18px;
    }
    .number-wrapper h3 span,
    .number-wrapper h4 span {
        font-size: 26px;
    }
    .vh-btn {
        text-align: left;
    }
    .vh-tab {
        margin-left: 0px;
    }
    .vh-custom-tab .nav-item {
        width: 50%;
    }
    .product-two-area h2 {
        font-size: 28px;
    }
    h5.ff-title {
        font-size: 18px;
    }
    .product-two-content .search-wrap input {
        padding: 0px 10px;
    }
    .ff-title.reset-btnn {
        font-size: 18px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .pro-title h2,
    .cb-text h2,
    .banner-text h2 {
        font-size: 32px;
    }
    .bs-single.first input {
        padding-left: 35px;
    }
    .banner-btn-area a, .banner-btn-area span {
        padding: 0px 20px;
    }
    .read-text h2 {
        font-size: 18px;
    }
    .read-btn {
        text-align: right;
    }
    .read-btn {
        padding-bottom: 0px;
    }
    .banner-btn-area {
        display: flex;
    }
    .banner-btn-area a {
        margin: 0px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .vh-custom-tab .nav-item {
        width: 33.33%;
    }
    .product-two-area h2 {
        font-size: 32px;
    }
}