@font-face {
    font-family: "GoudyTrajan-Medium";
    src: url("../fonts/GoudyTrajan-Medium/70786bb6e66dbbeaf10a376aedec6f7f.eot");
    /* IE9*/
    src: url("../fonts/GoudyTrajan-Medium/70786bb6e66dbbeaf10a376aedec6f7f.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/GoudyTrajan-Medium/70786bb6e66dbbeaf10a376aedec6f7f.woff2") format("woff2"),
        /* chrome、firefox */
        url("../fonts/GoudyTrajan-Medium/70786bb6e66dbbeaf10a376aedec6f7f.woff") format("woff"),
        /* chrome、firefox */
        url("../fonts/GoudyTrajan-Medium/70786bb6e66dbbeaf10a376aedec6f7f.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("../fonts/GoudyTrajan-Medium/70786bb6e66dbbeaf10a376aedec6f7f.svg#GoudyTrajan-Medium") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Medium.eot');
    src: url('../fonts/SourceSans3-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSans3-Medium.woff2') format('woff2'),
        url('../fonts/SourceSans3-Medium.woff') format('woff'),
        url('../fonts/SourceSans3-Medium.ttf') format('truetype'),
        url('../fonts/SourceSans3-Medium.svg#SourceSans3-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




.half-width {
    width: 50%;
}

.loader {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    padding: 50px 0;
}

.navtab .navtabs {
    padding-top: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.navtab .navtabs li {
    width: 25%;
    text-align: center;
    border-bottom: 2px solid #4d5a5d;
    padding-bottom: 20px;
}

.navtab .navtabs li a {
    text-transform: uppercase;
    color: #4d5a5d;
    font-size: 16px;
    font-weight: bold;
}

.navtab .navtabs li.active {
    border-bottom: 2px solid #F15F20;
}

.navtab .navtabs li.active a {
    color: #F15F20;
}

.filter-list {
    margin-bottom: 25px;
}

.filter-list ul {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
}

.filter-list ul li {
    margin-right: 10px;
    min-width: max-content;
    border: 1px solid #F15F20;
    color: #F15F20;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}


.filter-list ul li.active {
    background-color: #F15F20;
    color: white;
}

img {
    max-width: 100%;
}

.blog img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-detail p img {
    width: auto;
    max-height: 500px;
}

.blog .content-wrap:last-child {
    margin-bottom: 0;
}

.content-wrap {
    display: flex;
    margin-bottom: 50px;
    color: #4d5a5d;
    flex-wrap: wrap;
}

.blog .content-wrap.reverse {
    flex-direction: row-reverse;
}

.blog .date {
    display: flex;
    align-items: center;
}

.blog .date img {
    height: 15px;
    width: 12px;
    margin-right: 10px;
}

.blog .left-wrap {
    background-color: #FBF4EE;
    padding: 40px;
    width: calc(50% - 80px);
}

.blog .upper-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.blog .social-list ul {
    display: flex;
}

.blog .social-list li {
    margin-right: 10px;
    height: 12px;
    width: 12px;
}

.blog .author {
    color: #F15F20;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.blog .author:after {
    content: '';
    background-color: #F15F20;
    height: 1px;
    width: 50px;
    display: inline-block;
    margin-left: 10px;
}

.blog .title {
    font-size: 25px;
    margin-bottom: 20px;
}

.blog .description {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.blog .left-wrap .below-wrap {
    display: flex;
}

.blog .left-wrap .below-wrap .read-more a {
    background-color: #F15F20;
    color: white;
    padding: 13px 25px;
    border-radius: 3PX;
    margin-right: 15px;
    display: inline-block;
    font-weight: bold;
}

.blog .left-wrap .below-wrap .tag-list li {
    margin-bottom: 3px;
}

.blog .left-wrap .below-wrap .tag-list a {
    background-color: #F15F20;
    padding: 3px 8px;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 11px;
}

/*.blog .content-wrap.reverse .tag-list a {
    background-color: transparent;
    border: 1px solid #F15F20;
    color: #F15F20;
}*/

/* blog detail page */
.blog-detail .wrapper {
    padding: 40px 0;
    color: #4d5a5d;
}

.blog-detail .blog-image {
    width: 100%;
    margin-bottom: 30px;
}

.blog-detail .content-wrapper {
    margin-bottom: 80px;
}

.blog-detail .content-wrapper .date {
    font-size: 18px;
}

.blog-detail .content-wrapper .title {
    font-size: 30px;
}

.blog-detail p {
    font-size: 20px;
}

/* .blog-detail .image-wrap {
    display: flex;
    margin-bottom: 40px;
    width: calc(100% - 40px);
}  */
.blog-detail .image-wrap {
    display: grid;
    margin-bottom: 40px;
    width: calc(100% - 40px);
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.blog-detail .content-wrapper .social-list li {
    height: 18px;
    width: 18px;
}

/* .blog-detail .image-wrap img:first-child {
    margin-right: 40px;
} */
.blog-detail .read-next {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.blog-detail .read-next-span {
    font-size: 25px;
    width: calc(100% - 120px);
    text-align: center;
    margin-left: -60px;
}

.blog-detail .read-next .back {
    margin-bottom: 0;
}

.blog-detail .image-wrap img {
    width: 50%;
    height: 740px;
}

.blog-detail .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail .back {
    margin-bottom: 15px;
}

.blog-detail .back a {
    display: flex;
    align-items: center;
    color: gray;
    font-size: 15px;
}

.blog-detail .back img {
    width: 20px;
    margin-right: 10px;
}

/* Gallery */
.gallery .img-wrap {
    display: none;
}

.gallery .half-width {
    position: relative;
    cursor: pointer;
}

.gallery .half-width:hover .img-wrap {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}

.gallery .title {
    color: #F15F20;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.gallery .sub-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.gallery .left-wrap {
    margin-right: 5px;
    margin-bottom: 5px;
}

.gallery .right-wrap {
    margin-bottom: 5px;
}

.gallery .content-wrap {
    margin-bottom: 0;
}

/* trade show page */
.trade-shows h2 {
    color: #F15F20;
    text-transform: uppercase;
    font-size: 22px;
    background-image: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.trade-shows iframe {
    width: 100%;
}

.trade-shows .sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #4d5a5d;
}

.trade-shows .schedule-wrap {
    background-color: #FBF4EE;
    padding: 40px;
    border-bottom: 2px solid #F15F20;
    /* margin-bottom: 50px; */
}

.trade-shows {
    text-transform: capitalize;
}

.trade-shows p {
    color: #4d5a5d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.trade-shows .get-in-touch-section {
    padding: 40px;
}

.trade-shows .right-wrap span {
    color: #4d5a5d;
}

.trade-shows .email p {
    text-transform: none;
}

/* social page */
.social .upper-wrap {
    display: flex;
    align-items: center;
    margin: 0 15px;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.social .upper-wrap .social-list ul {
    display: flex;
    align-items: center;
}

.social .upper-wrap .social-list li {
    margin-right: 15px;
}

.social .upper-wrap .text {
    font-size: 16px;
    margin-right: 20px;
}

.social .below-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social .content_box {
    max-width: 70%;
    margin: 0 auto;
}

.social .widget-wrap {
    margin-bottom: 40px;
}

.social .below-wrap .text {
    color: #F15F20;
    font-size: 16px;
}

@media(max-width: 800px) {
    .filter-list {
        margin-left: 10px;
    }

    .half-width {
        width: 100%;
    }

    .blog .left-wrap {
        padding: 20px;
        width: calc(100% - 40px);
    }

    .content-wrap {
        display: inline-block;
        width: 100%;
    }

    .trade-shows iframe {
        height: 300px;
    }

    .trade-shows .schedule-wrap,
    .trade-shows .get-in-touch-section {
        padding: 20px;
    }

    .blog-detail .image-wrap {
        display: inline-block;
        width: 100%;
    }

    .blog-detail .image-wrap img:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-detail .image-wrap img {
        width: 100%;
    }

    .blog-detail .section-wrap {
        padding: 0 15px;
    }

    .blog-detail .image-wrap img {
        height: auto;
    }

    .blog-detail .back {
        padding-left: 15px;
    }

    .blog-detail .read-next .back {
        padding-left: 0;
    }

    .blog-detail p {
        font-size: 16px;
    }

    .blog-detail .content-wrapper .upper-wrap {
        display: inline-block;
        width: 100%;
    }

    .blog-detail .content-wrapper .upper-wrap .date {
        margin-bottom: 20px;
    }

    .social .upper-wrap {
        display: inline-block;
        margin: 0;
        margin-bottom: 40px;
    }

    .social .upper-wrap .text {
        margin-bottom: 10px;
    }

    .social .content_box {
        max-width: 100%;
        padding: 0 15px;
        padding-bottom: 40px;
    }
}


@media(max-width: 549px) {
    .navtab .navtabs {
        display: inline-block;
        width: 100%;
    }

    .navtab .navtabs li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .blog-detail .read-next {
        display: inline-block;
        width: 100%;
    }

    .blog-detail span {
        width: 100%;
        margin-left: 0;
    }
}

/* hub page CSS*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1415px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.justify-content-between {
    justify-content: space-between;
}

body.hub-page {
    background-color: #fff;
}

body.no-scroll {
    overflow: hidden;
}


.table-designing {
    background: url(/images/table-designing/table_image_new.gif);
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-color: #FBF4EE;
    padding: 30px 0 60px;
}

.table-designing .left-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.table-designing .right-wrap {
    display: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.table-designing .left-content h1 {
    color: #3f3f3f;
    font-size: 52px;
    margin-bottom: 30px;
    font-family: 'Source Sans 3';
    font-weight: 600;
    line-height: 57px;
    text-transform: uppercase;
}

.table-designing .left-content p {
    color: #707070;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'SourceSansProRegular';
}

.table-designing .left-content .btn-group {
    display: inline-block;
}

.table-designing .left-content .btn-group .btn {
    background: transparent;
    border-radius: 3px;
    color: #F15F20;
    display: inline-block;
    padding: 15px 20px;
    font-size: 17px;
    border: 2px solid #F15F20;
    letter-spacing: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-family: 'SourceSansProRegular';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.table-designing .left-content .btn-group .btn:nth-child(1),
.table-designing .left-content .btn-group .btn.button {
    margin-right: 15px;
}

.table-designing .left-content .btn-group .btn:hover {
    background: #F15F20;
    color: #fff;
}

.table-designing .left-content .btn-group .btn.btn-fill {
    background: #F15F20;
    color: #fff;
    border: 2px solid transparent;
}

.table-designing .left-content .btn-group .btn.btn-fill:hover {
    background: transparent;
    color: #F15F20;
    border: 2px solid #F15F20;
}

.table-designing .right-content {
    text-align: right;
}

.full-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.things-to-know {
    padding: 40px 0;
}

.things-to-know .title {
    margin-bottom: 30px;
}

.things-to-know .title h2 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #F15F20;
    font-family: Helvetica;
    font-size: 22px;
}

.things-to-know .title h2::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 92px;
    top: 0;
    bottom: 0;
    right: -100px;
    margin: auto;
    background: #F15F20;
}

.things-to-know .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.things-to-know .box-content .config-content {
    min-width: 225px;
    max-width: 225px;
    flex: 1 1 225px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
}

.things-to-know .box-content .config-content .title {
    margin: 10px 0 30px;
}

.things-to-know .box-content .config-content h3 {
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    font-family: Helvetica;
    font-size: 17px;
    margin-bottom: 15px;
}

.things-to-know .box-content .config-content p {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'SourceSansProRegular';
}

.delivery-time {
    background: #f1f1f1;
    padding: 86px 0 120px;
}

.delivery-time .heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.delivery-time .heading h2 {
    color: #3f3f3f;
    font-size: 52px;
    font-weight: bolder;
    margin-bottom: 60px;
}

.delivery-time .heading p {
    color: #707070;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'SourceSansProRegular';
}

.delivery-time .heading .btn {
    background: transparent;
    border-radius: 3px;
    color: #F15F20;
    display: inline-block;
    padding: 15px 25px;
    font-size: 17px;
    border: 2px solid #F15F20;
    letter-spacing: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-family: 'SourceSansProRegular';
    text-transform: uppercase;
}

.delivery-time .heading .btn:hover {
    background: #F15F20;
    color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.slider-popup {
    margin: 120px auto;
    padding: 0;
    background: transparent;
    border-radius: 5px;
    width: 580px;
    position: relative;
    transition: all 0.5s ease-in-out;
}


.slider-popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 999;
}

.slider-popup .close:hover {
    color: #06D85F;
}

.slider-popup .content {
    max-height: 580px;
    overflow: auto;
}


.slider-popup .slider-content .slick-slide {
    height: auto;
}

.slider-popup .slider-content .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slider-popup .slider-content .slick-dots li.slick-active button:before {
    color: #F15F20;
}

.slider-popup .slider-content .slick-dots li button:before {
    font-size: 40px;
    color: #CFCFCF;
    opacity: 1;
}

.slider-popup .slider-content .slick-prev,
.slider-popup .slider-content .slick-next {
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background-size: 8px;
    z-index: 999;
    filter: grayscale(1);
}

.slider-popup .slider-content .slick-dots {
    bottom: -30px;
}

.slider-popup .slider-content .slick-next {
    right: 25px;
}

.slider-popup .slider-content .slick-prev {
    left: 25px;
}

.blog .left-wrap .below-wrap .tag-list li {
    display: inline-block;
    margin-left: 5px;
}

.blog .left-wrap .below-wrap .read-more {
    flex: 0 0 auto;
}

.gallery .half-width {
    flex: 1 0 0;
}

.filter-list ul {
    flex-wrap: wrap;
}

.filter-list ul li {
    margin-bottom: 5px;
}

.overlay.gallery-overlay {
    background: rgba(255, 255, 255, 1);
}

.gallery-popup .slick-slide {
    margin: 0px 10px;
}

.gallery-popup .slick-slide img {
    width: 100%;
    opacity: 0.5;
}

.gallery-popup .slick-center img {
    opacity: 1;
}

.gallery-popup {
    margin: auto;
    padding: 0;
    background: transpareRnt;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

.gallery-popup.slider-popup .slider-content .slick-prev,
.gallery-popup.slider-popup .slider-content .slick-next {
    width: 78px;
    height: 78px;
    background-size: 14px;
}

.gallery-popup.slider-popup .slider-content .slick-next {
    right: 10%;
}

.gallery-popup.slider-popup .slider-content .slick-prev {
    left: 10%;
}


.gallery-popup .close {
    position: absolute;
    top: -15px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 999;
}

.gallery-popup .close:hover {
    color: #06D85F;
}

.gallery-popup.slider-popup .title {
    text-align: center;
}

.gallery-popup.slider-popup .sub-title {
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.blog .description {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 74px;
}

.hub-page .navbar {
    background-color: #FBF4EE;
    padding-top: 30px;
}

.logo-border {
    border-right: 1px solid #3c3c3c;
    padding: 0 20px 0 0;
}

.hub-page .navbar-light .navbar-nav .nav-link {
    color: #b54b1c;
    font-size: 14px;
    border-right: 1px solid #888;
    padding: 0 15px;
    line-height: 12px;
}

.hub-page .navbar-light .navbar-nav .nav-link.blog-link {
    font-weight: bold;
    text-transform: uppercase;
}

.hub-page .navbar-light .nav-link {
    color: #b54b1c;
    font-size: 14px;
    padding: 0 15px;
    line-height: 12px;
}

.navbar-text .nav-link img {
    margin-right: 5px;
}

.hub-page .navbar-light .navbar-nav li:last-child .nav-link {
    border: none;
}

.ribbon-heading {
    position: relative;
    padding-bottom: 50px;
}

.ribbon-heading::before {
    content: "";
    background-color: #f15f20;
    width: 40%;
    height: 103px;
    position: absolute;
}

.ribbon-heading .full-wrap {
    position: relative;
    margin: 0 0 20px;
    padding: 32px 20px;
    text-align: left;
    background-color: #f15f20;
    max-width: 840px;
    display: flex;
    height: 103px;
}

.ribbon-heading .full-wrap h2 {
    color: #fff;
    font-family: "GoudyTrajan-Medium" !important;
    text-transform: uppercase;
}

.ribbon-heading .full-wrap::after {
    content: "";
    position: absolute;
    background: url(../images/table-designing/ribbon.png);
    top: 0;
    right: -153px;
    width: 169px;
    height: 113px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1500px) {
    .things-to-know .box-content .config-content {
        min-width: 180px;
        max-width: 180px;
        flex: 1 1 180px;
    }
}

@media (max-width: 1198.98px) {
    .gallery-popup .slider-popup {
        width: 90%;
    }

    .table-designing {
        background-position: 115% 30%;
        background-size: 600px;
    }

    .ribbon-heading .full-wrap {
        max-width: 730px;
        height: 93px;
    }

    .ribbon-heading .full-wrap h2 {
        font-size: 28px;
    }

    .ribbon-heading .full-wrap::after {
        height: 103px;
    }

    .ribbon-heading::before {
        height: 93px;
    }

}

@media (max-width: 991.98px) {
    .table-designing .left-content h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .table-designing .left-content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .table-designing .left-content .btn-group .btn {
        font-size: 15px;
    }

    .gallery-popup.slider-popup .slider-content .slick-prev,
    .gallery-popup.slider-popup .slider-content .slick-next {
        width: 58px;
        height: 58px;
        background-size: 10px;
    }

    .gallery-popup.slider-popup .slider-content .slick-next {
        right: 10%;
    }

    .gallery-popup.slider-popup .slider-content .slick-prev {
        left: 10%;
    }

    .table-designing {
        background-position: 160% 30%;
        background-size: 600px;
    }

    .ribbon-heading .full-wrap {
        max-width: 540px;
        height: 90px;
    }

    .ribbon-heading .full-wrap h2 {
        font-size: 20px;
    }

    .hub-page .navbar-light .navbar-nav .nav-link {
        border-right: none;
        padding: 10px 0;
        line-height: normal;
    }

    .hub-page .navbar-light .nav-link {
        padding: 10px 0;
    }

    .hub-page .navbar-light .navbar-nav {
        padding-top: 30px;
    }

    .ribbon-heading .full-wrap::after {
        height: 98px;
    }

    .ribbon-heading::before {
        height: 90px;
    }

    .table-designing .left-content .btn-group .btn {
        padding: 15px;
    }

}

@media (max-width: 767.98px) {
    .table-designing {
        padding: 60px 0;
        background: #FBF4EE;
    }

    .table-designing .row {
        flex-direction: column-reverse;
    }

    .table-designing .left-wrap {
        flex-basis: auto;
        max-width: 100%;
    }

    .table-designing .right-wrap {
        flex-basis: auto;
        max-width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .table-designing .left-content h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .table-designing .left-content h1 br {
        display: none;
    }

    .things-to-know .title h2::after {
        display: none;
    }

    .full-wrap {
        flex: 0 1 auto;
        max-width: 100%;
    }

    .things-to-know .box-content .config-content {
        min-width: 100%;
        max-width: 100%;
        flex: 0 1 auto;
        text-align: center;
    }

    .delivery-time {
        padding: 60px 0;
    }

    .delivery-time .heading h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .gallery-popup.slider-popup .slider-content .slick-prev,
    .gallery-popup.slider-popup .slider-content .slick-next {
        width: 38px;
        height: 38px;
        background-size: 7px;
    }

    .ribbon-heading .full-wrap {
        height: auto;
    }

    .ribbon-heading .full-wrap h2 {
        font-size: 18px;
    }

    .ribbon-heading .full-wrap::after {
        display: none;
    }

    .ribbon-heading::before {
        display: none;
    }

    .navbar-brand.default {
        width: 120px;
    }

    .hub-page .navbar-light .navbar-nav .nav-link {
        border-right: none;
        padding: 10px 0;
        line-height: normal;
    }

    .hub-page .navbar-light .nav-link {
        padding: 10px 0;
    }

    .hub-page .navbar-light .navbar-nav {
        padding-top: 30px;
    }


}

@media screen and (max-width: 700px) {
    .slider-popup {
        width: 90%;
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.gallery .content-wrap img {
    height: 100%;
    object-fit: cover;
}

.content .navtab {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .content .navtab .navtabs {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .navtab .navtabs {
        display: flex;
    }

    .navtab .navtabs li a {
        font-size: 10px;
    }

    .blog-detail .blog-image {
        height: 220px;
    }

    .blog-detail .blog-image img {
        height: 100% !important;
    }

    .blog-detail .read-next-span {
        width: 100%;
        margin: 30px auto 0;
        display: block;
    }

    .right-wrap.half-width {
        height: 220px;
    }

    .blog .content_box .right-wrap.half-width img {
        height: 100% !important;
    }
}

.blog-detail .read-next .back {
    position: relative;
    z-index: 9;
}

.banner-link {
    display: block;
    margin-top: 30px;
}

.banner-link a {
    color: #F15F20;
    font-size: 17px;
    text-transform: capitalize;
    text-decoration: underline;
}

.banner-link a:hover {
    color: #3c3c3c;
}

.text-img {
    margin-bottom: 40px;
}