@media (min-width:1200px) {}

/*-----------------------------------------------------------------------------*/
@media (min-width:992px) and (max-width:1199px) {
    .searchbar ul {
        padding: 0;
        margin: 10px 0;
        list-style-type: none;
        float: right;
    }

    form.searchform {
        float: right;
    }

    .searchbar {
        overflow: hidden;
        float: right;
    }

    .overlay-title .title-box {
        padding: 15px;
    }

    .overlay-title .title-box h2 {
        text-align: center;
    }

    .imageoverlaybox h4 {
        font-size: 30px;
    }

    .newsletter h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    footer .form-inline.newsletterform {
        position: relative;
        margin: 20px 0 25px;
        width: 50%;
    }

    footer .fblist li {
        line-height: normal;
        width: 50%;
    }

    footer .col:last-child .media {
        width: 50%;
    }

    .newsletter h3 {
        max-width: 100%;
    }

    .container.cms-container.top-header-section ul.top-header-ulist li:last-child {
        position: relative;
        bottom: 10px;
    }

    .product_sidebar {
        max-width: 250px;
        width: 100%;
        padding: 10px 15px 0;
    }

    .product_list {
        max-width: -moz-calc(100% - 250px);
        max-width: calc(100% - 250px);
        width: 100%;
    }

    .product_list .card .card-body {
        padding: 5px;
    }

    .sellinggrid .card .card-body .cartbtn {
        max-width: 155px;
        width: 100%;
    }

    .customstory-container {
        width: 100%;
        margin: 0;
    }

    .left_customstorybox {
        width: 40%;
    }

    .right_customstorybox {
        width: 60%;
        padding: 0 15px;
    }

    .left_customstorybox img {
        width: 100%;
    }

    .contact-address .media-body a,
    .contact-address .media-body p,
    .contact-address .media ul li {
        font-size: 14px;
    }

    /* 29/8/2019 */
    .googlemapsection iframe {
        width: 100%;
    }

    .contact-boxform {
        max-width: 60%;
    }

    .contact-boxquote {
        max-width: -moz-calc(38% - 15px);
        max-width: -moz-calc(38% - 15px);
        max-width: calc(38% - 15px);
        padding-right: 0;
    }

    .contact-boxquote h3 {
        color: #1c3159;
        font-family: 'Satisfy', cursive;
        font-size: 32px;
        padding: 20px 0;
        text-align: center;
        margin: 0 auto;
        max-width: 437px;
        width: 100%;
        line-height: 40px;
    }

    .single-product div.wc_ss_btns {
        width: 100%;
    }

    .product_list .three-productdetail-list ul li .boxdetail {
        padding-right: 5px;
        padding-left: 5px;
    }

    .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
    }

    .captivate-client .row {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .client-review .captivate-description {
        padding-top: 0;
    }

    .partner-logo ul li {
        width: -moz-calc(25% - 36px);
        width: calc(25% - 36px);
        border: 1px solid #dfdfdf;
        display: inline-block;
        margin: 15px;
        text-align: center;
    }

    .partner-logo ul {
        padding-left: 0;
        list-style: none;
        text-align: center;
        margin: 0 -20px;
    }

    .client-review {
        margin: 40px 0 0;
    }

    section.interior-section {
        padding: 30px 0 20px;
        background: #f4f4f4;
    }

    .design-slider {
        background: #f1f1f1;
        padding: 10px 20px 20px;
    }

    .design-slider .slick-dots {
        bottom: -25px;
    }

    section.partner-logo {
        padding-bottom: 15px;
        margin-top: 40px
    }

    .contact-boxquote {
        padding-left: 0px;
    }

    .imageoverlaybox a {
        width: 160px;
    }

    .single.single-product .breadcrumb nav {
        margin-left: 0%;
    }

    .author-main-section-bg {
        padding: 40px 20px 80px;
    }

    .design-slider.slider.slick-initialized.slick-slider.slick-dotted {
        padding: 0;
    }

    /* 29/8/2019 */
}

/*-----------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:991px) {
    .woocommerce .product_sidebar .woocommerce-ordering {
        margin: 30px 0;
    }

    .searchbar ul {
        padding: 0;
        margin: 10px 0;
        list-style-type: none;
        float: right;
    }

    form.searchform {
        float: right;
    }

    .searchbar {
        overflow: hidden;
        float: right;
    }

    .newsletter h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .imageoverlaybox h4 {
        font-size: 24px;
    }

    .sellinggrid .card .card-body .cartbtn {
        width: 90%;
    }

    .sellinggrid .card .card-body .added_to_cart.wc-forward {
        width: 90%;
    }

    .sellinglist .card-body {
        padding: 15px 0;
    }

    .overlay-title .title-box h2 {
        font-size: 40px;
    }

    footer .form-inline.newsletterform {
        position: relative;
        margin: 20px 0 25px;
        width: 50%;
    }

    footer h6 {
        font-size: 16px;
    }

    footer .col:last-child .media {
        width: 50%;
    }

    .imagebox img {
        width: 100%;
    }

    .newsletter h3 {
        max-width: 100%;
    }

    footer .fblist li {
        width: 48%;
    }

    .stikycontact {
        background-color: #b1238c;
        position: fixed;
        padding: 5px;
        border-radius: 0px 5px 5px 0px;
        top: 45%;
        z-index: 1;
    }

    .product_sidebar {
        max-width: 350px;
        width: 100%;
        padding: 10px 15px 0;
    }

    .product_list {
        max-width: 100%;
        width: 100%;
    }

    .right-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stb-select-container {
        width: 125px;
    }

    .customstory-container {
        width: 100%;
        margin: 0;
    }

    .left_customstorybox {
        width: 40%;
    }

    .right_customstorybox {
        width: 60%;
        padding: 0 15px;
    }

    .left_customstorybox img {
        width: 100%;
    }

    .contactus-container {
        max-width: 1120px;
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .contact-form {
        float: left;
        padding: 20px 20px;
    }

    .contact-boxform {
        background: #f2f2f2;
        overflow: hidden;
        border-radius: 15px;
        margin: 0px auto 65px;
        max-width: 765px;
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .contact-address {
        width: 50%;
        float: right;
        padding: 20px 20px;
    }

    .googlemapsection iframe {
        width: 100%;
    }

    .rightcontactbox .contact-address {
        width: 100%;
        float: left;
        padding: 30px 0 0;
    }

    /* 29-8-2019 */
    .contact-boxquote {
        max-width: 100%;
    }

    footer {
        z-index: 3;
        position: relative;
        background: #fff;
    }

    section.contactus-section {
        padding: 25px 0px 15px;
    }

    .mapsection {
        padding: 25px 0;
    }

    .full-width-slider-contact.slick-dotted.slick-slider {
        margin-top: 25px;
    }

    .contact-boxquote h3 {
        padding: 20px 0;
    }

    .woocommerce table.my_account_orders .button {
        width: 140px;
    }

    .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file {
        width: 141px;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .u-column1.col-1.woocommerce-Address {
        max-width: 48%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }

    .u-column2.col-2.woocommerce-Address {
        max-width: 48%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }

    .woocommerce.woocommerce-account .col2-set,
    .woocommerce-page .col2-set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .woocommerce-MyAccount-content table.shop_table.alg-wc-wl-view-table td.add-to-cart-btn p a {
        margin: 10px 0 0;
    }

    .single-product button.single_add_to_cart_button.button.alt {
        margin: 0px 0 0;
    }

    .single-product div.wc_ss_btns {
        width: 100%;
    }

    .three-productdetail-list ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 3);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: -moz-calc(100% / 3);
        max-width: calc(100% / 3);
        padding: 0px !important;
        margin: 0px;
    }

    .product_list .three-productdetail-list ul li .boxdetail {
        padding: 10px 0;
    }

    .product_list .three-productdetail-list ul {
        margin: 15px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_sidebar {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        left: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: scroll;
        z-index: 999;
    }

    .fillterbutton {
        display: block;
        position: fixed;
        left: 0px;
        top: 5px;
        background: #1c3159;
        top: 40%;
        z-index: 1;
        z-index: 1;
        color: #fff;
        padding: 5px 8px;
        font-size: 22px;
        cursor: pointer;
        border-radius: 0px 5px 5px 0;
    }

    .product_sidebar.open {
        left: 0;
    }

    .closebtnslider {
        position: absolute;
        right: 10px;
        font-size: 20px;
        top: -3px;
        cursor: pointer;
        display: block;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        margin: 8px;
    }

    .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
    }

    .imageoverlaybox a {
        width: 90%;
        padding: 5px;
    }

    #sb_instagram .sbi_photo {
        display: block;
        text-decoration: none;
        height: 130px !important;
    }

    .product_listing_mainwrapper .breadcrumb {
        padding: 5px 8px 5px;
    }

    .captivate-client .row {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .client-review .captivate-description {
        padding-top: 0;
    }

    .partner-logo ul {
        padding-left: 0;
        list-style: none;
        text-align: center;
    }

    .partner-logo ul {
        margin: 0 -45px;
    }

    .client-review {
        margin: 25px 0 0;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
        margin: 20px 0 15px;
        padding: 15px 35px;
    }

    section.partner-logo {
        padding: 40px 30px 15px;
    }

    .partner-logo ul li {
        width: -moz-calc(25% - 20px);
        width: calc(25% - 20px);
        border: 1px solid #dfdfdf;
        display: inline-block;
        margin: 8px 5px;
        text-align: center;
    }

    .consultation-box .consultation-heading h3 {
        font-size: 18px;
        color: #1c3159;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .consultation-box .consultation-description {
        padding: 20px 10px 10px;
    }

    section.interior-section {
        padding: 35px 0px 20px;
        background: #f4f4f4;
    }

    .design-slider p {
        letter-spacing: 0px;
    }

    .contact-boxquote {
        max-width: 100%;
        max-width: 100%;
        width: 100%;
        float: left;
        padding: 0 15px;
        padding-left: 15px;
    }

    .contact-boxquote img {
        max-width: 100%;
        float: none;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        border-radius: 10px;
        margin: 0 auto;
        display: block;
    }

    .imageoverlaybox a {
        width: 80%;
    }

    .single.single-product .breadcrumb nav {
        margin-left: 0%;
    }

    .design-slider.slider.slick-initialized.slick-slider.slick-dotted {
        margin: 0;
        padding: 0;
    }

    .author-main-section-bg {
        padding: 30px 35px 60px;
    }

    .author-main-section-bg {
        margin-top: 20px;
    }

    /* 29-8-2019 */
}

/*-----------------------------------------------------------------------------*/
@media (max-width:767px) {
    #wpcf7-f307-o1 .newsletterform .form-group .wpcf7-form-control-wrap {
        position: relative;
        float: none;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }

    .single.single-product .breadcrumb nav {
        margin-left: 0%;
    }

    .top-header-section ul {
        margin: 0;
    }

    .nooverflow {
        overflow: hidden;
    }

    button.hamburger {
        position: absolute;
        display: block;
        z-index: 1;
        position: absolute;
        display: block;
        z-index: 1;
/*         top: 20px; */
		top: 44px;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
        left: 0;
    }

    .naviagation {
        background-color: #1c3159;
        position: fixed;
        top: 0;
        height: 100%;
        left: -100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .naviagation.open {
        left: 0%;
        z-index: 5;
        width: 90%;
        overflow-x: hidden;
    }

    .naviagation ul {
        list-style-type: none;
        margin: 50px 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .naviagation ul li {
        display: inline-block;
        margin: 0;
        width: 100%;
        padding: 0 15px;
    }

    .call {
        float: left;
    }

    h5.call {
        display: none;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1c3159;
        margin-bottom: 0;
        margin: 7px 0;
    }

    .logolink img {
        margin: 0px auto;
        display: block;
        width: 90px;
        padding: 5px 0px;
    }

    .hamburger.is-active {
        top: 15px;
        z-index: 6;
        padding: 0;
        left: 15px;
    }

    .top-header-section ul li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-color: #fff;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        width: 20px;
    }

    .bannersection .bannerimage img {
        width: 100%;
        height: 220px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    footer .cms-container .col,
    footer .cms-container .col-2 {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    footer button.newsletterbtn {
        position: absolute;
        border: solid 2px #1c3159;
        top: 0;
    }

    .newsletterform .form-group {
        width: 100%;
        float: left;
        margin-bottom: 16px;
    }

    .newsletterbtn {
        margin: 0 auto;
    }

    .instagram-section ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .instagram-section ul li {
        margin: 15px 0px;
        width: 100%;
    }

    .instagram-section ul li img {
        width: 100%;
    }

    footer .media-body a {
        font-size: 14px;
    }

    footer ul li {
        line-height: 30px;
    }

    .newsletter h3 {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        margin: 0 0 10px;
        text-align: center;
    }

    .overlay-title .title-box {
        padding: 20px 15px;
    }

    .overlay-title .title-box h2 {
        font-size: 34px;
        font-family: 'Satisfy', cursive;
        color: rgb(255, 255, 255);
        line-height: 1.4;
        text-align: center;
        text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
        margin: 0;
        font-weight: normal;
    }

    .collection-section {
        padding: 25px 0px 0;
    }

    .imageoverlaybox h4 {
        font-size: 20px;
        padding: 15px 0 0;
    }

    .instagram-section h3 {
        font-size: 28px;
        padding: 15px 0 0;
    }

    .collection-section h3 {
        font-size: 28px;
        margin-top: 20px;
    }

    .gallerygrid ul {
        margin: 0 0 10px;
        padding: 0 9px;
    }

    .instagram-section ul {
        padding-top: 0;
    }

    .instagram-section {
        padding: 25px 0px;
    }

    .gallerygrid ul li {
        margin: 5px 0;
        padding: 0 5px;
    }

    .instagram-section h3 {
        margin-bottom: 10px;
    }

    .instabox {
        padding: 0px 0 0;
    }

    footer {
        padding: 25px 0px 0px;
        z-index: 3;
        position: relative;
        background: #fff;
    }

    .naviagation ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        margin: 10px 0;
        display: block;
        position: relative;
    }

    .imagebox img {
        width: 100%;
    }

    footer ul.fblist li {
        width: 47%;
    }

    .naviagation ul li:hover {
        background-color: transparent;
    }

    li.drop-down:before {
        content: "\f103";
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 6px;
        top: 20px;
        font-size: 14px;
    }

    .nav ul li .fa-angle-down {
        position: absolute;
        right: 0;
        border: solid 1px transparent;
        width: 23px;
        height: 23px;
        top: 0;
        text-align: center;
        line-height: 22px;
        display: block;
    }

    li.sub-menu {
        position: relative;
    }

    header .nav ul li .children {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
        max-width: 100%;
        margin: 5px 0;
    }

    header .nav ul li:hover .children {
        display: none;
    }

    .nav ul li .children li {
        border: none;
    }

    header .nav ul li .children span {
        display: inline-block;
        margin-right: 10px;
    }

    header .nav ul li .children a {
        margin-left: 10px;
        padding: 5px 0;
    }

    .container.cms-container.top-header-section {
        padding: 0px 15px;
    }

    .stikycontact {
        top: 45%;
        left: 0px;
        display: block;
    }

    .container.cms-container.top-header-section ul.top-header-ulist li:last-child {
        position: relative;
        bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .product_sidebar {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        left: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: scroll;
    }

    .product_sidebar.open {
        left: 0;
    }

    .stb-select-container {
        width: 100px;
    }

    .product_list {
        width: 100%;
        max-width: 100%;
    }

    .small_banner_section .smallbannerbox {
        width: 90%;
        padding: 40px 15px;
    }

    .fillterbutton {
        display: block;
        position: absolute;
        left: 15px;
        top: 5px;
    }

    section.product_listing_mainwrapper.sellinggrid {
        position: relative;
    }

    .fillterbutton {
        display: block;
        position: fixed;
        left: 0px;
        top: 5px;
        background: #1c3159;
        top: 40%;
        z-index: 1;
        z-index: 1;
        color: #fff;
        padding: 5px 8px;
        font-size: 22px;
        cursor: pointer;
        border-radius: 0px 5px 5px 0;
    }

    .closebtnslider {
        position: absolute;
        right: 10px;
        font-size: 20px;
        top: -3px;
        cursor: pointer;
        display: block;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }

    .product_sidebar {
        max-width: 340px;
        width: 100%;
        padding: 15px 5px 15px 15px;
        z-index: 999;
    }

    .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #1c3159;
        background-color: rgba(28, 49, 89, 0.75);
    }

    .customstory-container {
        width: 100%;
        margin: 0;
    }

    .left_customstorybox,
    .right_customstorybox {
        width: 100%;
    }

    .left_customstorybox img {
        width: 100%;
    }

    .contact-descriptionbox p {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .contactus-container {
        max-width: 1120px;
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .contact-form {
        padding: 30px 15px;
        width: 100%;
        border-right: 0;
    }

    .contact-form .form-group.pr-0 {
        padding-right: 15px !important;
    }

    .contact-form .form-inline .form-group .form-control,
    .contact-form .form-inline .form-group .form-controll {
        margin-bottom: 0px;
    }

    .contact-form .form-inline {
        margin: 0 -15px;
    }

    .contact-address {
        width: 100%;
        float: right;
        padding: 15px;
    }

    .contact-slider .slick-slide img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .contact-address .media-body {
        margin-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .contact-address .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .contact-address ul li {
        line-height: normal;
        margin: 0 0 10px;
    }

    .contact-address .media-body a {
        font-size: 14px;
    }

    .contact-address .media-body p {
        font-size: 14px;
    }

    .googlemapsection iframe {
        max-width: 100%;
        width: 100%;
        display: block;
    }

    .contact-boxform {
        background: #f2f2f2;
        overflow: hidden;
        border-radius: 15px;
        margin: 0 15px;
        max-width: 765px;
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .rightcontactbox .contact-address {
        width: 100%;
        float: left;
        padding: 15px 0 0;
        margin: 15px 0 0;
    }

    .contact-address .media ul {
        margin: 10px 0;
        width: 100%;
    }

    .mapsection {
        padding: 25px 0 15px;
    }

    /* 29/9/2019 */
    section.contactus-section {
        padding: 25px 0 10px;
    }

    .contact-address ul li .media i {
        margin: 0 10px 0 0;
    }

    .contact-address ul li:nth-child(5) .media {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-boxquote {
        max-width: 100%;
        margin-top: 25px;
    }

    .contact-boxquote h3 {
        padding: 15px 0 0;
        font-size: 30px;
        line-height: 40px;
    }

    .full-width-slider-contact.slick-dotted.slick-slider {
        margin-top: 25px;
    }

    body {
        padding-bottom: 0 !important;
    }

    .contact-address .media ul li {
        color: #1c3159;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin: 0 0 0 40px;
        line-height: 30px;
    }

    section.login-register-block::before,
    .or-text {
        display: none;
    }

    #customer_login .u-column1,
    #customer_login .u-column2 {
        padding: 0px !important;
    }

    div#customer_login {
        margin: 0;
    }

    section.login-register-block {
        margin: 0 -15px;
    }

    .page-content-section .login-register-block h2 {
        font-size: 24px;
    }

    .woocommerce table.shop_table {
        margin-top: 30px;
    }

    .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
        border-bottom: solid 2px #1c3159;
    }

    .woocommerce-cart .woocommerce table.shop_table {
        margin-top: 0px;
    }

    .woocommerce table.my_account_orders .button {
        width: 140px;
    }

    .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file {
        width: 141px;
    }

    .u-column1.col-1.woocommerce-Address {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .u-column2.col-2.woocommerce-Address {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    section.page-content-section {
        padding: 25px 0 0;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woocommerce-MyAccount-content table.shop_table.alg-wc-wl-view-table td.add-to-cart-btn p a {
        margin: 10px 0 0;
    }

    .search .no-results.not-found .page-content {
        width: 95%;
    }

    .search .page-content-search ul li {
        max-width: calc(100% / 2);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
	
	.search .card .imagebox {
		height: 50% !important;
	}
	
	.search .page-content-search ul li img {
		width: 100%;
		height: 50% !important;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		background: #fff;
		padding: 0;
		border: none;
		margin: auto;
	}
	
	.search .page-content-search ul li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(100% / 4);
		-moz-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 2);
		max-width: -moz-calc(100% / 4);
		max-width: calc(100% / 2);
		padding: 5px;
	}

    .small_banner_section .smallbannerbox h1 {
        color: rgb(255, 255, 255);
        text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
        text-align: center;
        font-size: 34px;
        font-family: 'Satisfy', cursive;
        font-weight: 400;
        margin: 0;
        line-height: 48px;
    }

    div.wc_ss_btns > span {
        display: block;
        margin-right: 5px;
    }

    .single-product div.wc_ss_btns > ul {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        float: left;
    }

    .single-product div.wc_ss_btns {
        padding: 0;
    }

    .product_list .three-productdetail-list ul {
        margin: 15px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .three-productdetail-list ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding: 0 15px !important;
        margin: 0px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        display: block;
        margin: 0;
        width: 100%;
        border-bottom: solid 1px #d3d3d3;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        margin: 80px 0px;
        -webkit-transform: translateX(-65px);
        -moz-transform: translateX(-65px);
        -ms-transform: translateX(-65px);
        -o-transform: translateX(-65px);
        transform: translateX(-65px);
        opacity: 0;
        -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
        transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
        -o-transition: opacity 0.5s ease 0.25s, -o-transform 0.5s ease 0.25s;
        -moz-transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s, -moz-transform 0.5s ease 0.25s;
        transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
        transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s, -moz-transform 0.5s ease 0.25s, -o-transform 0.5s ease 0.25s;
        transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
    }

    .open #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .nav ul li .fa-angle-down {
        display: none;
    }

    #mega-menu-wrap-menu-1 {
        width: 90%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover {
        background-color: transparent;
    }

    .product_list .list-filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .right-filter {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .right-filter .sort {
        margin: 0;
        width: 100%;
    }

    select.orderby {
        width: 100%;
        margin: 0;
        padding: 5px;
    }

    .left-filter {
        width: 100%;
        float: left;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0 1em;
        width: 100%;
        padding: 0px 0;
    }

    .searchbar {
        overflow: inherit;
        position: absolute;
        top: -50px;
        right: 0px;
    }

    /*.container.cms-container.top-header-section ul.top-header-ulist li .searchbar ul li:first-child{display:none;}
    .container.cms-container.top-header-section ul.top-header-ulist li .searchbar ul li:last-child{display:none;}*/
    .topheader {
        padding-bottom: 0;
    }

    .hamburger-inner:before {
        width: 30px;
    }

    .newsletter {
        margin-top: -6px;
    }

    .newsletter {
		display:none;
        background-color: #1c3159;
        margin-top: -10px;
        padding: 20px 0 25px;
    }
	
	.bannersection .slick-dotted.slick-slider {
		margin-bottom: -3px !important;
	}
	
	.shipingorder h2 {
		font-size: 16px;
	}

    .imageoverlaybox a {
        width: 80%;
        margin: 0 auto;
        display: block;
        color: #1c3159;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        background: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 25px;
    }

    .sellinglist .card-body {
        padding: 15px 0;
    }

    .sellinggrid .card .card-body h6 {
        font-size: 16px;
    }

    .sellinggrid .card .card-body .cartbtn {
        width: 90%;
        background: #1c3159;
        color: #fff;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-align: center;
        padding: 8px 15px;
        border-radius: 25px;
        margin: 0 auto 10px;
        display: block;
    }

    .sellinggrid .card .card-body .added_to_cart.wc-forward {
        width: 90%;
        background: #1c3159;
        color: #fff;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-align: center;
        padding: 8px 15px;
        border-radius: 25px;
        margin: 0 auto 10px;
        display: block;
    }

    #sb_instagram .sbi_photo {
        display: block;
        text-decoration: none;
        height: 150px !important;
    }

    #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 50%;
    }

    #sb_instagram.sbi_col_5 #sbi_images .sbi_item:last-child {
        margin: 0 auto !important;
        display: block;
    }

    .searchbar ul li {
        float: left;
        margin: 0 2px;
    }

    .hearticon {
        background-image: url(../images/sprite.png);
        display: inline-block;
        background-position: -354px -2px;
        width: 23px;
        height: 27px;
    }

    .cartticon {
        background-image: url(../images/sprite.png);
        display: inline-block;
        background-position: -233px -8px;
        width: 27px;
        height: 28px;
    }

    .usericon {
        background-image: url(../images/sprite.png);
        display: inline-block;
        background-position: -302px -4px;
        width: 24px;
        height: 28px;
    }

    .searchbar ul li:nth-child(3) a {
        border-left: none;
        padding-left: 5px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        border: 0;
        padding: 0 0 0 30px;
        border-radius: 0;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0 0px 15px 0;
        margin: 0 0 15px;
        border-bottom: solid 1px #d3d3d3;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child {
        border-bottom: none;
    }

    .small_banner_section {
        height: 220px;
    }

    ul.products.d-flex.sellinglist {
        margin: 15px 0;
        list-style: none;
        clear: inherit;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product_sidebar form.woocommerce-ordering.float-none {
        padding: 15px 0;
    }

    .wallpaper_calculator {
        margin-top: 15px;
    }

    .hamburger-inner:after,
    .hamburger-inner {
        width: 23px;
    }

    .woocommerce table.cart tbody tr.cart_item:first-child td {
        padding: 5px 0px;
    }

    form.woocommerce-cart-form {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce table.shop_table td {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-shipping-calculator p {
        margin: 0 0 10px;
        padding: 0 5px;
    }

    .woocommerce-MyAccount-content table.shop_table.alg-wc-wl-view-table td {
        padding: 15px;
    }

    .alg-wc-wl-view-table .product-thumbnail img {
        max-width: 140px;
        margin: 0 auto;
        height: auto;
    }

    .hamburger-inner::before {
        width: 27px;
    }

    .hamburger-inner::after,
    .hamburger-inner {
        width: 27px;
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        height: 3px;
    }

    .searchbar ul li {
        float: left;
        margin: 0 5px;
    }

    .form-inline.newsletterform .form-control {
        width: 100%;
    }

    #sb_instagram #sbi_images {
        padding: 9px;
    }

    body .instagram-section #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        padding: 5px !important;
    }

    .sellinggrid ul {
        padding: 9px;
    }

    .sellinggrid ul li {
        padding: 5px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        margin: 0;
        padding: 15px 0px;
    }

    .partner-logo ul {
        padding-left: 0;
        list-style: none;
        text-align: center;
        margin: 0 -15px;
    }

    .partner-logo ul li {
        width: -moz-calc((100% - 45px) / 2);
        width: calc((100% - 45px) / 2);
        border: 1px solid #dfdfdf;
        display: inline-block;
        margin: 10px 5px;
        text-align: center;
    }

    .design-slider {
        background: #f1f1f1;
        padding: 0px 15px 30px;
    }

    .client-review .slick-dotted.slick-slider {
        margin: 15px 0px;
    }

    .client-review {
        margin: 25px 0 0;
    }

    section.partner-logo {
        padding: 35px 0 15px;
    }

    .design-slider .slick-dots {
        bottom: -40px;
    }

    section.interior-section {
        padding: 35px 0px 15px;
        background: #f4f4f4;
    }

    .consultation-box {
        margin-bottom: 30px;
    }

    .contact-boxquote {
        max-width: 100%;
        max-width: 100%;
        width: 100%;
        float: left;
        padding: 0 15px;
        padding-left: 15px;
    }

    section.contactus-bottom-text {
        line-height: 47px;
    }

    section.page-content-section.cms-inquiry {
        padding: 25px 0 20px;
    }

    .page-content-section .inquiry-form h5 {
        padding: 0 15px;
    }

    .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
        margin: 0 0 0px;
        -webkit-transform: scale(0.78);
        -moz-transform: scale(0.78);
        -ms-transform: scale(0.78);
        -o-transform: scale(0.78);
        transform: scale(0.78);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
    }

    .author-main-section-bg {
        margin-top: 20px;
    }

    .page-template-template-contactus span.wpcf7-not-valid-tip {
        margin-top: 0;
        margin-bottom: 0;
    }

/*     .product_sidebar {
        background-color: #fff;
        position: relative;
        top: 0;
        height: 100%;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: scroll;
        max-width: 100%;
        width: 100%;
        padding: 15px;
        z-index: 999;
    }

    .closebtnslider {
        display: none;
    }

    .fillterbutton {
        display: none;
    }

    .stikycontact {
        z-index: 9999;
    } */
	
	#nav_menu-5
	{
		display: none;
	}
}

/* 29/9/2019 */

/*-----------------------------------------------------------------------------*/
@media (max-width:767px) and (orientation:landscape) {
	.fillterbutton {
        display: block;
        position: fixed;
        left: 0px;
        top: 5px;
        background: #1c3159;
        top: 80%;
        z-index: 999;
        color: #fff;
        padding: 5px 8px;
        font-size: 22px;
        cursor: pointer;
        border-radius: 0px 5px 5px 0;
    }
	
    .stikycontact {
        top: 50%;
    }

    .contact-form .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
        margin: 0 0 20px;
    }

    .fblist .media .media-body a {
        bottom: 0;
    }

    .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
    }

    .imageoverlaybox a {
        width: 80%;
    }

    .customstory-container .wp-block-column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    section.contactus-bottom-text {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* 28-04-2020 */
/*-----------------------------------------------------------------------------*/
@media (max-width:567px) {
    footer .cms-container {
        padding: 0 20px 0 45px;
    }

    footer .media-body a {
        font-size: 12px;
    }

    .rightcontactbox .contact-address {
        padding: 0 20px 0 25px;
    }

    .contact-address .media-body a {
        font-size: 13px;
    }

    .small_banner_section {
        height: 180px;
    }
}

/* 28-04-2020 */
/*-----------------------------------------------------------------------------*/
@media (max-width:320px) {
    .product_list .list-filter .sort p {
        font-size: 12px;
    }

    .stb-select-container {
        width: 90px;
    }

    .fillterbutton {
        top: 48%;
    }

    .small_banner_section .smallbannerbox h1 {
        font-size: 40px;
    }

    .searchbar ul li {
        float: left;
        margin: 0 1px;
    }

    .single-product div.wc_ss_btns > ul > li {
        float: left;
        width: 80px !important;
        line-height: 1.75;
        margin: 0 1px;
    }

    .three-productdetail-list ul li {
        padding: 0px !important;
        margin: 0px;
    }

    .sellinggrid .card .card-body h6 {
        font-size: 14px;
    }

    .overlay-title .title-box h2 {
        font-size: 40px;
    }
}
.woocommerce span.onsale{
    background: rgba(244,0,131,1) !important;
}