@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .banner-area .banner-1 img{
        max-height: 572px;
        height: 476px;
    }

    .content-two .control-round .carousel-control {
        top: 54%;
    }

    .content-two .slide-text {
        top: 34%;
        padding: 30px 35px;
    }
}

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

    .social-media .i-rss {
        display: none;
    }

    .search input {
        width: 82%;
    }

    .search input:focus{
        width: 82%;
    }

    .header .header-bottom {
        border: none;
        height: auto;
    }

    .slider-area .slide-text{
        width: 460px;
    }

    .slider-area .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slider-area .slide-text > p {
        font-size: 18px;
    }

    .control-round .carousel-control{
        top: 46%;
    }

    .banner-inner .banner-cell h3 {
        font-size: 16px;
    }

    .banner-inner .banner-cell p {
        font-size: 14px;
    }

    .banner-area .banner-1 img{
        max-height: 368px;
        height: 368px;
    }

    .countdown-area .product-action-details a {
        margin-right: 2%;
    }

    .footer .subscribe button {
        padding: 5px;
        font-size: 13px;
    }

    .shop .sidebar {
        margin-top: 35px;
    }

    .product-single .sidebar {
        margin-top: 35px;
    }

    .author {
        margin-bottom: 30px;
    }

    .header-two {
        position: relative;
    }

    .header-two .logo {
        float: none !important;
    }

    .header-two .search input {
        border: 1px solid #353535;
        width: 60%;
    }

    .header-two .search button, 
    .header-two .search input {
        color: #353535;
    }

    .header-two .search input:focus {
        background: #fff;
        color: #353535;
        border: 1px solid #a1ce13;
        width: 70%;
    }

    .header-two .header-bottom {
        height: 52px;
    }

    .header-two .header-bottom-inner {
        border: none;
    }

    .header-two .mean-container .mean-bar {
        position: absolute;
    }

    .header-two .user-link, 
    .header-two .cart-link {
        color: #353535;
        padding: 17px 0;
    }

    .header-two .user ul, 
    .header-two .cart ul {
        top: 42px;
    }

    .header-two .cart:hover ul, 
    .header-two .user:hover ul {
        top: 52px;
    }

    .header-two .header-bottom.sticky {
        position: relative;
        box-shadow: none;
    }

    .header-two #search::-webkit-input-placeholder {
        color: #353535;
    }

    .header-two #search:-moz-placeholder {
        color: #353535;
    }

    .header-two #search::-moz-placeholder {
        color: #353535;
    }

    .header-two #search:-ms-input-placeholder {
        color: #353535;
    }

    .content-two .slide_style_left, 
    .content-two .slide_style_right, 
    .content-two .slide_style_center {
        width: auto;
    }

    .content-two .slide-text {
        position: relative;
        padding: 30px 35px;
    }
    .content-two .slide_style_right{
        left: 0;
        margin-right: 80px;
    }

    .content-two .slide_style_left{
        right: 0;
        margin-left: 80px;
    }
    .content-two .control-round .carousel-control{
        top: 46%;
    }
}

@media only screen and (max-width: 767px) {

    .header-main .search {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .header-main .search input {
        width: 62%;
        float: none;
        margin: 0 auto;
    }

    .header-main .search input:focus {
        width: 72%;
    }

    .header-main .search button {
        position: relative;
        right: 0;
        top: -1px;
    }

    .header .header-bottom {
        border: none;
        height: auto;
    }

    .header-bottom .sticky {
        position: relative;
        box-shadow: none;
    }

    .slider-area {
        margin-bottom: 30px;
    }

    .slider-area .slide-text {
        padding: 10px 30px;
    }

    .slider-area .slide-text{
        width: 460px;
    }

    .slider-area .slide-text h1 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slider-area .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .slider-area .slide-text > a.btn-primary {
        padding: 10px 15px;
    }

    .control-round .carousel-control {
        display: none;
        opacity: 1;
        top: 45%;
    }

    .carousel-indicators {
        display: none;
    }

    .banner-1 {
        margin-bottom: 30px;
    }

    .product-action {
        opacity: 1;
        visibility: visible;
        bottom: 10px;
    }

    .single-product:hover .product-img .product-action {
        bottom: 10px;
    }

    .post {
        text-align: center;
    }

    .post .post-thumb {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .post .post-inner {
        width: 100%;
        padding: 0;
    }

    .post-footer .post-meta {
        width: auto;
    }

    .post-footer .post-meta, 
    .post-share {
        float: none;
        text-align: center;
    }

    .post .post-content {
        width: 100%;
    }

    .post .read-more {
        width: 100%;
    }

    .sidebar {
        margin-top: 35px;
    }

    .img-product-list {
        margin-right: 5%;
        width: auto;
    }

    .countdown-area {
        text-align: center;
    }

    .countdown-img a {
        display: block;
    }

    .countdown-area .product-action-details a {
        margin-right: 2%;
    }

    .desc-product-list {
        width: auto;
    }

    .copyright-text {
        text-align: center;
        width: 100%;
    }

    .header-two {
        position: relative;
    }

    .header-two .logo {
        float: none;
    }
  
    .header-two .search input {
        border: 1px solid #353535;
        width: 60%;
    }

    .header-two .search button, 
    .header-two .search input {
        color: #353535;
    }

    .header-two .search input:focus {
        background: #fff;
        color: #353535;
        border: 1px solid #a1ce13;
        width: 70%;
    }

    .header-two .header-bottom {
        height: 52px;
    }

    .header-two .header-bottom-inner {
        border: none;
    }

    .header-two .mean-container .mean-bar {
        position: absolute;
    }

    .header-two .user-link, 
    .header-two .cart-link {
        color: #353535;
        padding: 17px 0;
    }

    .header-two.user ul, 
    .header-two .cart ul {
        top: 42px;
    }

    .header-two .cart:hover ul, 
    .header-two .user:hover ul {
        top: 52px;
    }

    .header-two .header-bottom.sticky {
        position: relative;
        box-shadow: none;
    }

    .header-two #search::-webkit-input-placeholder {
        color: #353535;
    }

    .header-two #search:-moz-placeholder {
        color: #353535;
    }

    .header-two #search::-moz-placeholder {
        color: #353535;
    }

    .header-two #search:-ms-input-placeholder {
        color: #353535;
    }

    .content-two .slide_style_left, 
    .content-two .slide_style_right, 
    .content-two .slide_style_center {
        width: auto;
    }

    .content-two .slide-text {
        position: relative;
        padding: 20px 25px;
    }
    .content-two .slide_style_right{
        left: 0;
        margin-right: 80px;
    }

    .content-two .slide_style_left{
        right: 0;
        margin-left: 80px;
    }
    .content-two .control-round .carousel-control{
        top: 45%;
    }

    .product-list {
        margin-bottom: 30px;
    }

    .log-in, 
    .info-contact {
        border-right: none;
    }

    .log-in {
        margin-bottom: 35px;
    }

    .product-details {
        text-align: center;
        margin-top: 35px;
    }

    .list-product .product-details {
        margin-top: 35px;
    }

    .coupon {
        margin-bottom: 30px;
    }

    .adress {
        margin-bottom: 25px;
    }

    .author {
        margin-bottom: 30px;
    }

    .modal-dialog {
        width: 92%;
    }

    .modal-details {
        text-align: center;
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .header .header .header-bottom {
        border: none;
        height: auto;
    }

    .header-bottom .sticky {
        position: relative;
        box-shadow: none;
    }

    .header-two .menu-two {
        width: 72%;
    }

    .slider-area .slide-text{
        width: 70%;
    }

    .slider-area .slide-text {
        padding: 10px 30px;
    }

    .slider-area .slide-text h1 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 3px;
    }

    .slider-area .slide-text > p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .slider-area .slide-text > a.btn-default,
    .slider-area .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 8px;
        margin-right: 8px;
        text-align: center;
        padding: 10px 15px;
    }

    .control-round .carousel-control{
        top: 42%;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
    }

    .indicators-line > .carousel-indicators {
        display: none;
    }

    .banner-area .banner-cell.right {
        padding: 0;
    }

    .banner-area .banner-cell.left {
        padding: 0;
    }

    .banner-cell h3 {
        font-size: 18px;
    }

    .banner-cell p {
        font-size: 14px;
    }

    .banner-cell a {
        font-size: 13px;
    }

    .content-title h4 {
        font-size: 17px;
    }

    .post {
        text-align: center;
    }

    .single-product-list {
        text-align: center;
    }

    .img-product-list {
        float: none;
        margin: 20px 0 10px 0;
    }

    .shop-select {
        margin-left: 15px
    }

    .shop-setting {
        text-align: center;
    }

    .shop-veiw {
        margin-bottom: 10px;
    }

    .product-info .nav a {
        padding: 10px 5px;
    }

    .text-comment.reply {
        margin-left: 30px;
    }

    .text-comment h4 {
        display: block;
    }

    .text-comment span {
        float: left;
        margin-bottom: 10px;
        margin-right: 18px;
    }

    .sign-up input, 
    .log-in input {
        width: 100%;
    }

    .tab-product-area .controls .control {
        display: block;
        margin: 6px auto;
    }

    .product-list {
        margin-bottom: 60px;
    }

    .content-two .slide_style_left, 
    .content-two .slide_style_right, 
    .content-two .slide_style_center {
        width: auto;
    }

    .content-two .slide-text {
        position: relative;
        padding: 20px 25px;
    }
    .content-two .slide_style_right{
        left: 0;
        margin-right: 50px;
    }

    .content-two .slide_style_left{
        right: 0;
        margin-left: 50px;
    }
    .content-two .control-round .carousel-control{
        top: 42%;
    }
}