* {
    box-sizing: border-box;
    padding: 0;
}

.rowtopheader p a {
    color: #52be90;
    border-bottom: 1px solid #52be90;
}

.rowtopheader p i {
    top: -1px;
    position: relative;
    margin: 0 17px 0 17px;
    font-size: 11px;
}

.header-top-right-list li {
    display: inline-block;
    display: inline-block;
    font-size: 15px;
    padding: 17px 9px 0;
}

.header-top-right-list li a {
    color: #fff;
    text-decoration: none;
}

.bannersection {
    height: 520px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*.bannersectionother {
    margin-bottom: 40px;
}*/

.head-product-li img {
    width: 100%;
}

.menu-container .menu ul li.product-img-li-oth {
    width: 25%;
    padding-left: 12px;
}

.menu-container .menu ul li.productimgwidthname.product-img-li-oth h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-dropdown-icon>ul.product-images-text-header {
    padding: 15px 100px 60px 100px !important;
}

.menu-container .menu ul li.productimgwidthname.product-img-li-oth img.productimg {
    border: 2px solid #fff;
}

.menu-container .menu ul li.productimgwidthname.product-img-li-oth img.productimg:hover {
    border: 2px solid #000;
    transform: none;
    transform: none;
    display: block;
    box-sizing: border-box;
    position: sticky;
}

.footer-pay-img-rupay {
    width: 90px;
}

.footer-pay-img {
    margin-right: 15px;
    margin-top: 10px;
}

.footer-pay-method {
    color: #fff;
    background-color: rgb(88 86 82);
    padding: 10px 10px;
    display: inline-block;
    font-family: 'Jost', sans-serif!important;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 2px;
}

.footer-pay-img:last-of-type {
    margin-right: 0;
}

@media (max-width:768px) {
    .footer-pay-img-cover {
        text-align: center;
    }
    .menu-container .menu ul li.product-img-li-oth {
        width: 100%;
        margin-top: 0;
    }
    .menu-dropdown-icon>ul.product-images-text-header {
        padding: 15px 15px 60px 15px !important;
        overflow-y: auto;
        height: 100vh;
    }
    .menu-container .menu ul li.product-img-li-oth:last-of-type {
        padding-bottom: 60px;
    }
    .bannersection {
        height: 240px;
    }
}

.rating-go-bot {
    padding: 87px 61px 69px;
}

.rating-go-bot-center-row {
    display: flex;
    justify-content: center;
}

.rating-go-bot-cover {
    background-repeat: no-repeat;
    background-position: top;
}

.rating-go-bot-cover img {
    position: absolute;
    display: none;
    top: 0;
    margin: 0 auto;
    left: 30%;
    z-index: -1;
}

.rating-go-bot-cover h2 {
    text-align: center;
    font-size: 32px;
    font-family: Calibre Semibold !important;
    font-weight: 600;
}

.rating-go-bot-cover p {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
}

.rating-go-bot-cover h3 {
    line-height: 1;
    font-size: 21px;
    text-align: center;
    margin: 0;
}

.rating-go-bot-cover h2.rating-go-bot-star {
    margin: 0;
    line-height: 1;
}

.rating-go-bot-disc p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    color: #a3a3a3;
}

@media (max-width:768px) {
    .rating-go-bot-cover h2 {
        margin-bottom: 0;
    }
    .rating-go-bot {
        padding: 10px 0 10px;
    }
    .rating-go-bot-disc p {
        font-size: 16px;
    }
    .rating-go-bot-cover p {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 18px;
    }
}

.front-product img {
    width: 100%;
}

.front-product h3 {
    font-size: 18px;
    line-height: 1.3;
    font-family: Calibre Light !important;
    margin-top: 0;
    margin-bottom: 15px;
}

.front-product-price {
    border-top: 1px solid rgb(0 0 0 / .1);
    display: flex;
    margin-top: 15px;
}

.front-product-price div {
    flex: 0 0 50%;
    padding-top: 12px;
    position: relative;
}

.front-product-price div p {
    margin-bottom: 0;
    font-size: 15px;
    color: #525252;
}

.front-product-price div h4 {
    margin-top: 7px;
    margin-bottom: 25px;
    font-size: 20px;
}

.front-product-price div:first-child {
    border-right: 1px solid rgb(0 0 0 / .1);
}

.front-product-price div:first-child:after {
    content: 'OR';
    position: absolute;
    background-color: inherit;
    line-height: 1;
    padding: 3px;
    right: -10px;
    top: 25px;
    font-size: 11px;
}

.front-product-price div:last-child {
    padding-left: 20px;
}

.front-product-btn-div {
    display: flex;
    margin-top: 15px;
}

.front-product {
    padding: 30px 45px 60px;
    background-color: #fafafa;
}

.front-product h2 {
    font-size: 26px;
    font-family: Calibre Light !important;
}

@media (max-width:768px) {
    .front-product {
        padding: 20px 45px 0;
    }
    .front-product-btn-div {
        margin-bottom: 50px;
    }
    .front-product-price div h4 {
        font-size: 22px;
    }
    .front-product-price div p {
        font-size: 17px;
    }
}

.night-g {
    position: relative;
    top: 10px;
    width: 90px;
}

.night-g p {
    top: 21px;
}

.finance-g {
    width: 160px;
    position: relative;
    bottom: 30px;
}

.finance-g p {
    bottom: 40px;
}

.shipping-g {
    width: 130px;
    position: relative;
    bottom: 20px;
}

.warranty-g {
    width: 150px;
    position: relative;
    bottom: 20px;
}

.warranty-g p {
    bottom: 30px;
}

.customer-g {
    width: 130px;
    position: relative;
    bottom: 20px;
}

.customer-g p {
    top: 33px;
}

.hf-trail-img-sec {
    padding: 70px 0 10px;
}

.hf-trail-img-sec-col {
    display: flex;
    justify-content: space-between;
}

.hf-trail-img-sec-col p {
    font-size: 18px;
    position: relative;
}

@media (max-width:768px) {
    .hf-trail-img-sec-col {
        flex-wrap: wrap;
    }
    .hf-trail-img-sec-col div {
        text-align: center;
    }
}

.elev-section {
    padding: 65px 110px 70px;
}

.elev-section .elev-section-row {
    margin-bottom: 70px;
}

.elev-section {
    padding: 65px 110px 70px;
}

.elev-section h2 {
    font-size: 45px;
    position: relative;
    padding-bottom: 25px;
    margin: 30px 0 30px;
}

.elev-section h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    background-color: rgb(77 77 79 / .3);
    height: 2px;
}

.elev-section p {
    font-size: 19px;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 1px;
}

@media (max-width:768px) {
    .elev-section {
        padding: 10px 110px 70px;
    }
    .elev-section h2 {
        font-size: 30px;
        padding-bottom: 10px;
        margin: 25px 0 25px;
    }
    .elev-section p {
        margin-bottom: 30px;
    }
    .elev-section .elev-section-row {
        margin-bottom: 70px;
    }
    .elev-section-img-2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.help-deciding img {
    margin: 0 auto;
    width: 120px;
    display: block;
}

.help-deciding img.chat-img {
    width: 150px;
    position: relative;
}

.help-deciding img.call-img {
    width: 150px;
}

.help-deciding img.va-img {
    width: 150px;
}

.help-deciding-link a {
    border-bottom: 1px dotted;
}

.help-deciding-text {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 24px;
    margin-bottom: 0;
}

.help-deciding h2 {
    margin-bottom: 40px;
    font-size: 38px;
}

.help-deciding {
    padding: 30px 0 30px;
}

@media (max-width:768px) {
    .help-deciding-text {
        font-size: 18px;
    }
    .help-deciding-link {
        font-size: 17px;
    }
    .help-deciding h2 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .help-deciding-text {
        padding: 0 0;
    }
}

.meet-sleepy {
    padding: 60px 0 0 0;
}

.meet-sleepy img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.meet-sleepy .owl-item {
    box-shadow: 0 .1875rem .375rem 0 hsla(0, 0%, 67.8%, .28);
    border-radius: 5px;
}

.meet-sleepy .meet-sleepy-name {
    padding: 10px 5px 15px 20px;
}

.meet-sleepy .owl-stage-outer {
    padding-bottom: 10px;
}

.meet-sleepy-name h3 {
    margin: 15px 0 3px 0;
    line-height: 10px;
    font-size: 16px;
}

.meet-sleepy-name p {
    font-size: 15px;
}

.meet-sleepy .owl-nav {
    position: relative;
}

.meet-sleepy h2 {
    margin: 0 0 40px 0;
    font-size: 33px;
}

.meet-sleepy .owl-carousel .owl-nav button {
    background-color: rgb(0 0 0 / .3) !important;
    height: 55px !important;
    width: 55px !important;
    bottom: 200px;
    line-height: 1.2 !important;
    color: #fff !important;
    font-size: 54px !important;
    border-radius: 50% !important;
    position: absolute !important;
}

.meet-sleepy .owl-nav button:first-child {
    left: 0;
}

.meet-sleepy .owl-nav button:last-child {
    right: 0;
}

.meet-sleepy-name p {
    margin: 0;
}

.product-categories {
    padding: 20px 45px 60px;
    background-color: #fafafa;
}

.product-categories-text {
    font-size: 17px;
    font-family: Calibre Light !important;
}

.product-categories img {
    display: block;
}

.product-categories-btn {
    margin-top: 30px;
    text-align: center;
}

@media (max-width:768px) {
    .product-categories h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .product-categories-btn {
        margin-bottom: 45px;
        margin-top: 25px;
    }
    .product-categories-text {
        margin-bottom: 3px;
    }
    .product-categories {
        padding: 20px 45px 0;
    }
}

.bannersectionother .maindivforbannertext {
    background: #00000070;
}

.bannersectionother .bannertext button {
    background: #000;
}

.bannersectionother .owl-nav {
    text-align: center;
}

.bannersectionother .owl-nav button {
    font-size: 30px !important;
    margin: 0 30px !important;
}

.bannersectionother .owl-dots {
    position: relative;
    z-index: -1;
    bottom: 33px;
}

.bannersectionother .owl-nav button:hover {
    background-color: inherit !important;
    color: #000 !important;
}

.bannersectionother .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.bannersectionotherimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 470px;
}

.bannersectionotherimg.b1 {
    background-image: url(../images/b1.webp);
}

.bannersectionotherimg.b2 {
    background-image: url(../images/b2.webp);
}

@media (max-width:768px) {
    .bannersectionotherimg {
        height: 380px;
    }
}

.side-by-side {
    background-image: url(../images/side.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 20px;
}

.side-by-side h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 25px;
}

.side-by-sidecol {
    background-color: rgb(0 0 0 / .5);
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

@media (max-width:768px) {
    .side-by-side {
        height: 280px;
        padding: 50px 0;
    }
    .side-by-side h2 {
        font-size: 30px;
    }
    .side-by-side .row {
        padding: 0 15px;
    }
}

.award-winning-section {
    padding: 20px 45px 30px;
    position: relative;
}

.award-winning-section h2 {
    margin-bottom: 32px;
    font-size: 34px;
}

.award-winning-section-bottom h3 {
    margin: 0;
    align-self: flex-end;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.award-winning-section-bottom .btn-cmn {
    width: 90px;
    position: center;
    margin-left: 30px;
}

.award-winning-section-bottom {
    display: flex;
    padding: 10px 20px 15px;
    background-color: rgb(0 0 0 / 50%);
    position: relative;
    bottom: 71px;
    justify-content: space-between;
}

@media (max-width:768px) {
    .award-winning-section-bottom h3 {
        font-size: 20px;
    }
    .award-winning-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .award-winning-section {
        padding: 0 45px 0;
    }
}

.like-mattress {
    background-image: url(../images/wake\ up\ banner\ 3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 60px 135px;
    background-position: bottom;
    color: #fff;
}

.like-mattress h2 {
    font-size: 35px;
}

.like-mattress h3 {
    margin-bottom: 40px;
}

.like-mattress .like-mattress-col {
    background-color: rgb(0 0 0 / .3);
    padding-bottom: 20px;
    border-radius: 5px;
}

@media (max-width:768px) {
    .like-mattress .row {
        padding: 0 15px;
    }
    .like-mattress h2 {
        font-size: 30px;
    }
    .like-mattress h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .like-mattress .like-mattress-col {
        padding-bottom: 25px;
        padding-top: 5px;
    }
    .like-mattress {
        padding: 35px 55px 38px;
    }
}

.dog-section h2 {
    font-size: 35px;
}

.dog-section {
    padding: 50px 0 50px;
}

.dog-section-text {
    background-color: #ecf5fc;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    padding-left: 260px;
    padding-bottom: 110px;
}

.dog-section-text-p {
    font-size: 20px;
    line-height: 1.3;
    margin: 17px 0 45px;
}

.dog-section-img {
    width: 640px;
    position: absolute;
    height: 350px;
    left: 0;
    z-index: 1;
    object-fit: cover;
    top: 40px;
}

.dog-section-row {
    position: relative;
}

@media (max-width:768px) {
    .dog-section-text {
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 15px;
    }
    .dog-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .dog-section-img {
        width: 100%;
        position: initial;
    }
}

.so-section-text {
    background-color: #ffffff;
    
    padding: 40px 0 20px 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.so-section-text-main-cover p {
    font-size: 16px;
    text-align: justify;
}

.so-section-text-img-cover {
    background-image: url(../images/stars.png);
}

.so-section-text-img-cover {
    font-size: 15px;
    text-align: justify;
}

.so-section-text-img-cover h2 {
    font-size: 35px;
    margin-top: 45px;
}

@media(max-width:768px) {
    .so-section-text-main-cover p {
        font-size: 17px;
    }
    .so-section-text-img-cover h2 {
        margin-top: 15px;
    }
}

.strip-section .container {
    padding: 8px 170px;
}

.strip-section h4 {
    font-family: Calibre Regular !important;
    text-align: center;
}

.strip-section h4 img {
    margin-right: 12px;
}

.strip-section .col-md-12 {
    display: flex;
    justify-content: space-between;
}

@media (max-width:768px) {
    .strip-section .container {
        padding: 8px 15px;
    }
    .strip-section .col-md-12 {
        overflow: auto;
    }
    .strip-section h4 {
        white-space: nowrap;
        flex: 0 0 100%;
    }
}

.products-primary-sec .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.products-primary-sec ul li i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.products-primary-sec {
    background-color: #fafafa;
    padding: 50px 65px 70px;
}

.products-primary-sec .col-md-3 .products-primary-sec-outer-cover {
    background-color: #fff;
}

.products-primary-sec h2 {
    margin: 15px 0 0 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.products-primary-sec .row>a:nth-child(3) .products-primary-sec-text-cover h2 {
    margin-bottom: 30px;
}

.products-primary-sec h3 {
    text-decoration: underline;
    font-size: 18px;
    margin-top: 15px;
}

.products-primary-sec-stars i {
    font-size: 20px;
}

.products-primary-sec-stars {
    font-size: 13px;
    margin-bottom: 15px;
    color: #333;
}

.products-primary-sec-stars i {
    color: #f1b31c;
    position: relative;
    top: 2px;
}

.products-primary-sec ul {
    list-style-type: initial;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.products-primary-sec ul li {
    font-size: 16px;
}

.products-primary-sec-price .products-primary-sec-price-original {
    text-decoration: line-through;
}

.products-primary-sec-price .products-primary-sec-price-original i {
    font-size: 16px;
    position: relative;
    left: 2px;
    top: 1px;
}

.products-primary-sec-text-cover {
    padding: 5px 0 10px 20px;
}

.products-primary-sec-price {
    font-size: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.products-primary-sec-outer-cover {
    border: .1px solid #fff;
    position: relative;
}

.products-primary-sec-outer-cover:hover {
    border: .1rem solid #000;
    cursor: pointer;
}

.products-primary-sec-heading-p {
    font-size: 20px;
    margin: 25px 0 45px;
}

.products-primary-sec h4 {
    font-size: 35px;
}

.products-primary-sec-price-final {
    color: #3a5ce4 !important;
    margin-left: 5px;
}

.products-primary-sec-price-final i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.products-primary-sec-outer-sale {
    background-color: #3a5ce4;
    color: #fff;
    text-align: center;
    width: 49px;
    position: absolute;
    font-size: 15px;
    top: 13px;
    left: 12px;
    height: 25px;
    padding-top: 4px;
}

.product-details-new-price table td {
    padding: 0 15px 3px 0;
    font-size: 21px;
}

.product-details-new-price table td i {
    font-size: 18px;
}

.product-details-new-price table .pdnp-sp td {
    font-weight: 700;
}

.product-details-new-price table .pdnp-usave td {
    font-size: 17px;
}

.product-details-new-price table .pdnp-usave td i {
    font-size: 15px;
}

.product-details-new {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.product-details-new h2 {
    margin-bottom: 25px;
    font-family: Calibre Regular !important;
}

.product-details-new-category {
    color: #8f8f8f;
    font-size: 16px;
}

.product-details-new-cover {
    display: flex;
}

.product-details-new-price-cross {
    font-size: 22px;
    font-family: Calibre Light !important;
}

.product-details-new-price-real {
    font-size: 24px;
}

.product-details-new-price-save {
    font-size: 17px;
}

.product-details-new-rating i {
    color: #f6b800;
    font-size: 14px;
}

.product-details-new-rating {
    font-size: 19px;
    padding-left: 20px;
}

.product-details-new-price {
    flex: 0 0 89%;
}

.product-details-size-category .product-details-size-category-cover2 {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    cursor: pointer;
    padding-top: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.size-category-heading {
    font-size: 17px;
    font-family: Calibre Regular !important;
}

.product-details-size-category-cover {
    width: 100%;
    position: relative;
}

.product-details-size-category input[type=radio] {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    height: 48px;
}

.product-details-size-category input[type=text] {
    height: 36px;
    margin: 0;
    padding: 7px 12px 0;
    position: relative;
    bottom: 3px;
    width: 100%;
    border: 0;
}

.product-details-size-custom-selector {
    background-color: #d7dff4;
    border-color: #d7dff4;
    border-radius: 4px;
    padding: 3px 0 0 10px;
    width: 75%;
    position: absolute;
    top: -12px;
    font-size: 14px;
}

.product-details-size-category input:checked div {
    background-color: #d7dff4;
    border-color: #d7dff4;
}

.head-q-pc {
    font-size: 20px;
}

.head-q-pc-selec {
    background-color: #fff;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 12px 19px 10px 20px;
    height: 48px;
    border-radius: 3px;
    cursor: pointer;
    color: #555;
    font-size: 17px;
}

.head-q-pc-in-cover {
    position: relative;
}

.head-q-pc-in-cover input {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 48px;
    font-size: 17px;
    padding: 5px 5px 5px 25px;
    border-radius: 3px;
}

.head-q-pc-in-cover span {
    position: absolute;
    right: 15px;
    font-size: 17px;
    top: 14px;
    cursor: pointer;
}

.head-q-pc-deli-msg {
    font-size: 17px;
    margin: 10px 0 0 0;
    display: none;
}

.cart-add-row a {
    display: block;
}

.cart-add-row {
    margin-top: 40px;
}

.btn-cmn-cart-buy.btn-cmn {
    background-color: #fff;
    color: #000;
}

.btn-cmn-cart-buy.btn-cmn:hover {
    background-color: #000;
    color: #fff;
}

.product-all-details-section-other {
    font-size: 18px;
    padding: 70px 0 40px 0;
}

.product-all-details-section-other-text {
    padding-top: 70px;
}

.products-details-special {
    background-color: #d7dff4;
    border-color: #d7dff4;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 17px;
    padding: 20px 25px 6px 25px;
}

.xzoom-source div {
    background-color: rgb(43 40 35) !important;
}

.col6contactform label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.col12contact-submitbtn button {
    margin-top: 20px;
}

.contactdtls-rowinner {
    margin: 0;
}

.contactus-heading {
    font-size: 22px;
    line-height: 26px;
    color: #000;
}

.no-pressure-vid video {
    width: 100%;
}

.sleepy-img-warranty {
    display: block;
    margin: 0 auto;
    max-width: 35%;
}

.why-l-n img {
    margin: 0 auto;
    display: block;
}

.no-pressure-vid h3 {
    font-size: 32px;
}

.no-pressure-vid p {
    font-size: 20px;
    padding: 0 35%;
    margin-bottom: 70px;
}

.no-pressure-vid {
    background-color: #031a32;
    color: #fff;
    padding: 40px 0 70px 0;
}

.why-l-n {
    padding: 70px 0 70px 0;
}

.why-l-n h2 {
    font-size: 21px;
    margin-top: 35px;
}

.why-l-n .why-l-n-hybrid h2 {
    margin-top: 21px;
}

.why-l-n p {
    font-size: 20px;
    padding: 0 30px;
    margin-top: 28px;
}

.why-l-n-hybrid {
    width: 80px;
}

.btn-cmn {
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    outline: 0;
    border: 1px solid #000;
    border-radius: .25rem;
    transition: background-color .15s ease-out 0s, color .15s ease-out 0s;
    cursor: pointer;
    padding: 12px 2rem 8px;
}

.btn-cmn:hover {
    color: #fff;
    background-color: rgb(0 0 0 / .8);
}

.btn-cmn:focus,
btn-cmt:visited {
    color: #fff;
}

.logo-text {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 22px;
    letter-spacing: 2px;
    padding-top: 5px;
    text-decoration: none;
}

.logo-text:hover {
    color: #000;
}

@media (max-width:768px) {
    .logo-text {
        font-size: 10px;
        padding-top: 0;
        top: 5px;
        position: relative;
    }
    .logo img {
        width: 240px;
        margin-top: -40px;
    }
    .logo {
        left: 60px;
        top: 16px;
    }
    .rowtopheader p i {
        display: none;
    }
    .row.rowtopheader>p {
        text-align: center;
    }
    header>.container-fluid>.col-md-4 {
        padding: 0;
    }
    .header-top-right-list li {
        padding: 0 6px 8px;
        font-size: 14px;
    }
    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width:768px) {
    .products-details-special {
        margin-top: 10px;
    }
    .why-l-n {
        padding: 40px 0 10px 0;
    }
    .why-l-n h2 {
        font-size: 20px;
        margin-top: 15px;
    }
    .why-l-n p {
        font-size: 18px;
        padding: 0 0;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .no-pressure-vid h3 {
        font-size: 25px;
    }
    .no-pressure-vid p {
        font-size: 18px;
        padding: 0;
    }
    .product-all-details-section-other-text {
        padding-top: 0 !important;
    }
    .product-all-details-section-other {
        font-size: 17px;
        padding: 45px 0 40px 0;
        text-align: justify;
    }
    .cart-add-row {
        margin-top: 30px;
    }
    .product-details-new {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-details-new-cover {
        flex-wrap: wrap;
    }
    .product-details-new-price {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .product-details-new h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .product-details-new-rating {
        padding-left: 0;
    }
    .product-details-new-price table td {
        padding: 0 15px 0 0;
        font-size: 18px;
    }
    .meet-sleepy h2 {
        font-size: 25px;
    }
    .meet-sleepy-name h3 {
        font-size: 18px;
    }
    .meet-sleepy-name p {
        font-size: 16px;
    }
    .so-section-text-img-cover h2 {
        font-size: 25px;
    }
    .product-details-new-price table td i {
        font-size: 16px;
    }
    .no-pressure-vid {
        padding: 15px 0 40px 0;
    }
    .no-pressure-vid .col-md-12 {
        padding: 0;
    }
    .no-pressure-vid p {
        margin-bottom: 40px;
    }
    .col-md-6.product-all-details-section-other-text {
        margin-top: 0px !important;
    }
    .product-all-details-section-other {
        padding: 0px 0px 0px 0 !important;
    }
    .row.img-head-s-head-sec-row.display_second {
        display: none;
    }
    .col-md-6.product-all-details-section-other-text h3 {
        margin-top: 7px;
    }
    .row.img-head-s-head-sec-row {
        padding: 0px 0px;
    }
    .col-md-6.img-head-s-head-sec-row-text-col {
        margin-top: 14px !important;
    }
    .container.top_zero {
        padding-top: 0px;
    }
}

@media (min-width:768px) {
    .dtraxI {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .tTLAK {
        display: block;
        padding-top: 3rem;
        padding-bottom: 3rem;
        width: 19.5rem;
        min-width: 19.5rem;
    }
    .dnvqM {
        position: absolute;
    }
    .dnvqM {
        position: relative;
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
    }
    .dnvqM {
        max-width: 100%;
        width: 100%;
    }
    .fNQREW {
        padding-bottom: 0;
    }
    .row.img-head-s-head-sec-row.display-one {
        display: none;
    }
}

.fNQREW {
    padding-bottom: 2.5rem;
}

.jvTFjX {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fNQREW img {
    width: 100vw;
}

.tTLAK {
    display: none;
    width: 19.5rem;
    min-width: 19.5rem;
}

.dnvqM {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
    max-width: 1360px;
}

.RLLyc {
    position: relative;
    width: 100%;
    filter: blur(10px);
    display: none;
}

.kGmdUZ {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: inherit;
    opacity: 1;
    transition: opacity 1s linear 0s;
}

.dtraxI {
    position: relative;
    background-color: #1e1f17;
    overflow: hidden;
}

@media (min-width:768px) {
    @media (min-width: 1280px) {
        .fsMuQy {
            font-size: 2.5rem;
            line-height: 1.2;
        }
        .dnvqM {
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }
    @media (min-width:1280px) {
        .tTLAK {
            width: 25rem;
            min-width: 25rem;
        }
        .fsMuQy {
            color: #fff;
        }
        .tTLAK {
            padding-top: 4.5rem;
            padding-bottom: 4.5rem;
            width: 24rem;
            min-width: 24rem;
        }
        .hbRvbo {
            display: block;
        }
        .hbRvbo {
            font-size: 1.125rem;
            line-height: 1.333;
        }
    }
    .hbRvbo {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: .5rem;
        font-size: 1rem;
        line-height: 1.375;
        letter-spacing: .075rem;
        color: #1e306e;
        display: none;
        text-align: left;
    }
}

.fsMuQy {
    font-style: normal;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.143;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    color: #1e306e;
    margin-bottom: 1.5rem;
    color: #fff;
}

[data-fonts-1=true] .fsMuQy {
    font-weight: 700;
    font-family: "Calibre Light";
}

[data-fonts-2=true] .fsMuQy {
    font-weight: 500;
    font-family: "Calibre Medium";
}

@media (min-width:768px) {
    .fsMuQy {
        font-size: 2rem;
        line-height: 1.25;
    }
}

.fsMuQy em {
    font-style: normal;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[data-fonts-1=true] .fsMuQy em {
    font-weight: 700;
    font-family: "Calibre Light";
}

[data-fonts-2=true] .fsMuQy em {
    font-weight: 500;
    font-family: "Calibre Medium";
}

@media (min-width:1280px) {
    .fsMuQy {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 1rem;
        font-size: 2rem;
        line-height: 1.125;
        -webkit-letter-spacing: 0;
        -moz-letter-spacing: 0;
        -ms-letter-spacing: 0;
        letter-spacing: 0;
        color: #1e306e;
        margin-bottom: 2.5rem;
    }
    [data-fonts-1=true] .fsMuQy {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .fsMuQy {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
    @media (min-width:768px) {
        .fsMuQy {
            font-size: 2.5rem;
            line-height: 1.2;
        }
    }
    .fsMuQy em {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    [data-fonts-1=true] .fsMuQy em {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .fsMuQy em {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
}

@media (min-width:1280px) {
    .fsMuQy {
        color: #fff;
    }
}

.dnvqM {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
    max-width: 1360px;
}

@media (min-width:768px) {
    .dnvqM {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width:768px) {
    .dnvqM {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
    }
    @media (max-width:349px) {
        .dnvqM {
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }
    @media (min-width:350px) and (max-width:767px) {
        .dnvqM {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }
    }
    @media (min-width:768px) and (max-width:1023px) {
        .dnvqM {
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
    @media (min-width:1024px) and (max-width:1279px) {
        .dnvqM {
            padding-right: 2.5rem;
            padding-left: 2.5rem;
        }
    }
    @media (min-width:1280px) {
        .dnvqM {
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }
}

@media (min-width:768px) {
    .dnvqM {
        position: absolute;
    }
}

.jBhwdd {
    position: relative;
    border-left: 1px solid #e6e6e6;
    padding-left: 1rem;
    margin-bottom: 1.75rem;
    border-color: #7a7979;
}

@media (min-width:1280px) {
    .jBhwdd {
        padding-left: 1.5rem;
        margin-bottom: 2.5rem;
    }
}

.tTLAK {
    display: none;
    width: 19.5rem;
    min-width: 19.5rem;
}

@media (min-width:768px) {
    .tTLAK {
        display: block;
        padding-top: 3rem;
        padding-bottom: 3rem;
        width: 19.5rem;
        min-width: 19.5rem;
    }
}

@media (min-width:1280px) {
    .tTLAK {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
        width: 24rem;
        min-width: 24rem;
    }
}

@media (min-width:1280px) {
    .tTLAK {
        width: 25rem;
        min-width: 25rem;
    }
}

.iEFDqg {
    position: absolute;
    top: 0;
    left: -.0625rem;
    width: .1875rem;
    background-color: #1e306e;
    background-color: #fff;
}

.ejsdZQ {
    font-size: 1.125rem;
    line-height: 1.333;
    -webkit-letter-spacing: .0375rem;
    -moz-letter-spacing: .0375rem;
    -ms-letter-spacing: .0375rem;
    letter-spacing: .0375rem;
    font-style: normal;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    margin-bottom: 0;
    color: #fff;
}

[data-fonts-1=true] .ejsdZQ {
    font-weight: 700;
    font-family: "Calibre Light";
}

[data-fonts-2=true] .ejsdZQ {
    font-weight: 500;
    font-family: "Calibre Medium";
}

.ejsdZQ:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width:1280px) {
    .ejsdZQ {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: .75rem;
        font-size: 1.5rem;
        line-height: 1.167;
        -webkit-letter-spacing: 0;
        -moz-letter-spacing: 0;
        -ms-letter-spacing: 0;
        letter-spacing: 0;
        color: #1e306e;
        margin-bottom: 0;
    }
    [data-fonts-1=true] .ejsdZQ {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .ejsdZQ {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
    @media (min-width:768px) {
        .ejsdZQ {
            font-size: 1.75rem;
            line-height: 1.143;
        }
    }
    .ejsdZQ em {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    [data-fonts-1=true] .ejsdZQ em {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .ejsdZQ em {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
}

@media (min-width:1280px) {
    .ejsdZQ {
        color: #fff;
    }
}

.cfolnk {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s ease-out;
    transition: height .15s ease-out;
}

.dTycSP {
    font-size: 1.125rem;
    line-height: 1.333;
    -webkit-letter-spacing: .0375rem;
    -moz-letter-spacing: .0375rem;
    -ms-letter-spacing: .0375rem;
    letter-spacing: .0375rem;
    color: #fff;
}

.dTycSP a {
    color: #151515;
    border-color: #151515;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.dTycSP a:hover {
    opacity: .5;
}

@media (max-width:1279px) {
    .dTycSP {
        font-size: 1rem;
    }
}

.dTycSP a {
    color: #fff;
    border-color: #fff;
}

.dTycSP a:hover {
    border-bottom-color: #fff;
}

.brOIcK {
    color: #1e306e;
    border-bottom: 1px solid rgba(33, 43, 100, .25);
    cursor: pointer;
    -webkit-transition: border-color .15s ease-out;
    transition: border-color .15s ease-out;
}

.brOIcK:hover {
    border-bottom-color: #1e306e;
}

.iujCKT {
    font-size: 1.125rem;
    line-height: 1.333;
    -webkit-letter-spacing: .0375rem;
    -moz-letter-spacing: .0375rem;
    -ms-letter-spacing: .0375rem;
    letter-spacing: .0375rem;
    font-style: normal;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    margin-bottom: 0;
    opacity: 1;
    margin-bottom: .5rem;
    color: #fff;
}

[data-fonts-1=true] .iujCKT {
    font-weight: 700;
    font-family: "Calibre Light";
}

[data-fonts-2=true] .iujCKT {
    font-weight: 500;
    font-family: "Calibre Medium";
}

.iujCKT:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width:1280px) {
    .iujCKT {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: .75rem;
        font-size: 1.5rem;
        line-height: 1.167;
        -webkit-letter-spacing: 0;
        -moz-letter-spacing: 0;
        -ms-letter-spacing: 0;
        letter-spacing: 0;
        color: #1e306e;
        margin-bottom: 0;
    }
    [data-fonts-1=true] .iujCKT {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .iujCKT {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
    @media (min-width:768px) {
        .iujCKT {
            font-size: 1.75rem;
            line-height: 1.143;
        }
    }
    .iujCKT em {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    [data-fonts-1=true] .iujCKT em {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .iujCKT em {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
}

@media (min-width:1280px) {
    .iujCKT {
        margin-bottom: .75rem;
    }
}

@media (min-width:1280px) {
    .iujCKT {
        color: #fff;
    }
}

.cfolnk {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s ease-out;
    transition: height .15s ease-out;
}

.footer-bg {
    background-color: rgb(28 28 28);
}

.footer-bg h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-bg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.footer-bg ul li {
    font-size: 14px;
    line-height: 34px;
    color: #ff2626;
    letter-spacing: .5px;
}

.footer-bg ul li a {
    color: #fff;
}

.footer-bg ul li a {
    text-decoration: none;
}

.footer-bg .col-footer {
    margin-bottom: 30px;
    margin-top: 35px;
}

.footer-bg .col-footer form input {
    width: 50%;
    background-color: #fff;
    color: grey;
    padding: 10px 10px;
    border-radius: 5px 0 0 5px;
    border: 0 solid;
}

.footer-bg .col-footer form input:focus {
    border: 0 solid;
}

.footer-bg .col-footer form button {
    width: 50%;
    background-color: grey;
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 0 5px 5px 0;
    float: right;
}

.footer-bg .col-footer ul.sociallinks {
    display: inline-flex;
    padding: 15px 0;
    border-top: 1px solid #eeeeee1a;
    width: 100%;
    margin-top: 10px;
}

.footer-bg .col-footer ul.sociallinks li {
    font-size: 15px;
    display: block;
    position: relative;
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

.footer-bg .bottom {
    background: rgb(0, 0, 0);
}

.footer-bg .bottom .center {
    text-align: center;
    padding: 10px 0;
}

.footer-bg .bottom ul {
    display: inline-flex;
}

.footer-bg .bottom ul li {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-right: 10px;
}

.dTycSP {
    font-size: 1.125rem;
    line-height: 1.333;
    -webkit-letter-spacing: .0375rem;
    -moz-letter-spacing: .0375rem;
    -ms-letter-spacing: .0375rem;
    letter-spacing: .0375rem;
    color: #fff;
}

.dTycSP a {
    color: #151515;
    border-color: #151515;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.dTycSP a:hover {
    opacity: .5;
}

@media (max-width:1279px) {
    .dTycSP {
        font-size: 1rem;
    }
}

.dTycSP a {
    color: #fff;
    border-color: #fff;
}

.dTycSP a:hover {
    border-bottom-color: #fff;
}

.iEFDqg {
    position: absolute;
    top: 0;
    left: -.0625rem;
    width: .1875rem;
    background-color: #1e306e;
    background-color: #fff;
}

.ejsdZQ {
    font-size: 1.125rem;
    line-height: 1.333;
    -webkit-letter-spacing: .0375rem;
    -moz-letter-spacing: .0375rem;
    -ms-letter-spacing: .0375rem;
    letter-spacing: .0375rem;
    font-style: normal;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    margin-bottom: 0;
    color: #fff;
}

[data-fonts-1=true] .ejsdZQ {
    font-weight: 700;
    font-family: "Calibre Light";
}

[data-fonts-2=true] .ejsdZQ {
    font-weight: 500;
    font-family: "Calibre Medium";
}

.ejsdZQ:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width:1280px) {
    .ejsdZQ {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: .75rem;
        font-size: 1.5rem;
        line-height: 1.167;
        -webkit-letter-spacing: 0;
        -moz-letter-spacing: 0;
        -ms-letter-spacing: 0;
        letter-spacing: 0;
        color: #1e306e;
        margin-bottom: 0;
    }
    [data-fonts-1=true] .ejsdZQ {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .ejsdZQ {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
    @media (min-width:768px) {
        .ejsdZQ {
            font-size: 1.75rem;
            line-height: 1.143;
        }
    }
    .ejsdZQ em {
        font-style: normal;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    [data-fonts-1=true] .ejsdZQ em {
        font-weight: 700;
        font-family: "Calibre Light";
    }
    [data-fonts-2=true] .ejsdZQ em {
        font-weight: 500;
        font-family: "Calibre Medium";
    }
}

@media (min-width:1280px) {
    .ejsdZQ {
        color: #fff;
    }
}

.cfolnk {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s ease-out;
    transition: height .15s ease-out;
}

header .owl-carousel {
    color: #fff;
    position: relative;
    position: relative;
    width: 33%;
    margin-top: 9px;
    top: 8px;
    height: 42px;
}

header .owl-nav>button:first-child,
header .owl-nav>button:last-child {
    position: absolute;
    font-size: 39px !important;
    bottom: 34px;
    height: 23px;
}

header .owl-nav>button:first-child {
    left: 0;
}

header .owl-nav>button:last-child {
    right: 0;
}

header .owl-carousel a {
    color: #52be90;
    border-bottom: 1px solid #52be90;
}

header .owl-carousel div {
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    font-family: Calibre Light !important;
}

.hf-trail-img-sec.warranty-hf-trail {
    padding: 40px 0 10px;
}

.hf-trail-img-sec.warranty-hf-trail .night-g {
    top: 1px;
    width: 65px;
}

.hf-trail-img-sec.warranty-hf-trail .finance-g {
    width: 143px;
    bottom: 15px;
}

.hf-trail-img-sec.warranty-hf-trail .shipping-g {
    width: 113px;
}

.hf-trail-img-sec.warranty-hf-trail .customer-g {
    width: 84px;
}

.hf-trail-img-sec.warranty-hf-trail .customer-g p {
    top: 110px;
}

.hf-trail-img-sec.warranty-hf-trail .warranty-g {
    width: 102px;
}

.hf-trail-img-sec.warranty-hf-trail .hf-trail-img-sec-col p {
    font-size: 16px;
}

.hf-trail-img-sec.warranty-hf-trail .night-g p {
    top: 3px;
}

.hf-trail-img-sec.warranty-hf-trail .finance-g p {
    bottom: 35px;
}

.trial-c-service-img {
    margin: 0 auto;
    width: 250px;
}

.col-footer .sociallinks i {
    position: relative;
    top: 2px;
}

.footer-address-col p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 26px;
}

.add-gst-btn-other {
    font-size: 16px;
}

.custom-product-size-row {
    margin-top: 15px;
}

.mattress-all-sec video {
    width: 65%;
    display: block;
    margin: 0 auto;
}

.mattress-all-sec h2 {
    color: #fff;
    margin: 0;
    font-size: 19px;
    padding: 0 32%;
    line-height: 1.4;
}

.mattress-all-sec h3 {
    color: #fff;
    font-size: 18px;
}

.mattress-all-sec {
    background-color: #011932;
    padding: 70px 0 70px;
}

.w-btn-dark-blue {
    margin-top: 40px;
    line-height: initial;
    margin: 0 10px;
    background-color: #01458e;
    font-size: 17px !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 13px 32px 11px !important;
}

.w-btn-dark-blue:first-child {
    background-color: #fff;
    color: #000 !important;
}

.payment-juspay-outer-wrapper.white-background.w-box-shadow .pull-right {
    margin-top: 30px;
}

@media(max-width:768px) {
    .w-btn-dark-blue {
        margin: 0;
        margin-top: 15px;
        margin-bottom: 5px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .footer-bg .col-footer.col-xs-12 {
        margin-top: 0;
        margin-bottom: 0;
    }
    header .owl-carousel {
        width: 100%;
    }
    .header-lm {
        display: none;
    }
    header .owl-carousel {
        margin-top: 12px;
        margin-bottom: 10px;
        top: 0;
    }
    header .owl-nav>button:first-child,
    header .owl-nav>button:last-child {
        font-size: 32px !important;
        bottom: 9px;
    }
    header .owl-carousel div {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    header .owl-carousel div span {
        display: block;
    }
    header .owl-carousel div a {
        position: relative;
        bottom: 3px;
    }
    .col12topheaer {
        padding: 0;
    }
}

.home_sol_container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: OpenSans-Light;
    padding: 0 50px 50px;
    text-align: center;
}

.solution-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0 20px;
}

.sub-sol-container {
    margin: 10px 30px;
    color: #333 !important;
}

.sub-sol-container p {
    font-family: Calibre Regular !important;
    margin: 15px 0 0 0;
    font-size: 16px;
    letter-spacing: .5px;
}

.solution-container .seperator {
    height: 100px;
    border-right: 1px solid #000;
    border-right-style: dotted;
    margin-top: 20px;
}

.Warranty-section .row {
    display: flex;
    justify-content: space-between;
}

.Warranty-section .Warrantyimg-pkj {
    margin-bottom: 40px;
    margin-top: 50px;
}

@media (max-width:650px) {
    .home_sol_container {
        padding: 0;
    }
    .sub-sol-container img {
        width: 50px;
        max-height: 30px;
    }
    .sub-sol-container p {
        font-size: 11px;
    }
    .solution-container .seperator {
        height: 80px;
    }
    .sub-sol-container {
        margin: 10px;
    }
}

p.text-center.fixed-f {
    margin-left: 30px !important;
}

p.text-center.fixed-w {
    margin: 0 60px;
}

body {
    overflow-x: hidden !important;
}

.rowsleeptogetherbigimg .letssleeptextinner {
    bottom: 50px !important;
}

section.products-primary-sec h2 {
    height: 60px !important;
}

.hf-trail-img-sec-col p {
    font-size: 18px !important;
    top: -1px;
}

.hf-trail-img-sec {
    padding: 100px 0 100px !important;
}

.hf-trail-img-sec-col p {
    font-size: 20px !important;
    font-weight: 600;
    top: 120px;
    position: absolute;
}

p.text-center.fixed-h {
    margin-left: 15px;
}

a.track-hide {
    position: relative;
    top: .8rem;
}

.furnitureslider-home .products-primary-sec-text-cover h2 {
    font-size: 15px;
    height: 50px;
}

.elev-section p {
    font-size: 19px !important;
}

.elev-section {
    padding: 65px 110px 70px;
}

.fix-center {
    margin-bottom: 50px;
}

.rowfurntrslider .carousel-navigation-btn {
    display: none;
}

@media only screen and (max-width:1150px) {
    .products-primary-sec-price h2 {
        font-size: 14px;
    }
    products-primary-sec-stars {
        font-size: 14px;
    }
    .products-primary-sec-text-cover {
        padding: 15px 15px;
        height: 400px;
    }
    section.products-primary-sec h2 {
        height: 90px !important;
    }
    .elev-section {
        padding: 0 !important;
    }
    .hf-trail-img-sec-col p {
        font-size: 20px !important;
        font-weight: 600;
        top: -1px;
    }
    .col-md-5 {
        padding-bottom: 30px !important;
    }
    .hf-trail-img-sec-col p {
        font-size: 18px !important;
        font-weight: 600;
        position: absolute;
        top: 120px;
    }
    .furnitureslider-home .products-primary-sec-text-cover h2 {
        font-size: 14px;
        height: 50px;
    }
    .furnitureslider-home .products-primary-sec-text-cover .products-primary-sec-stars {
        font-size: 12px;
        color: #333 !important;
        margin-top: 20px;
    }
    .products-primary-sec-price {
        font-size: 13px;
    }
}

@media only screen and (max-width:800px) {
    .letssleeptextinner {
        position: relative !important;
    }
    .products-primary-sec .col-md-3 .products-primary-sec-outer-cover {
        display: inline-flex !important;
    }
    .hf-trail-img-sec-col {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .night-g {
        height: 270px !important;
        width: auto !important;
    }
    .hf-trail-img-sec {
        padding: 70px 0;
    }
    section.products-primary-sec h2 {
        height: 50px !important;
    }
    .hf-trail-img-sec-col img {
        height: auto;
    }
    .hf-trail-img-sec-col p {
        font-size: 22px !important;
        font-weight: 600;
        position: relative;
        top: 1px;
    }
    p.text-center.fixed-f {
        margin-left: 0 !important;
        margin-top: -1px;
    }
    .footer-bg .col-footer ul.sociallinks {
        display: flex !important;
        justify-content: center !important;
    }
    .logo img {
        margin-left: -4px !important;
    }
    .furnitureslider-home .products-primary-sec-text-cover h2 {
        font-size: 14px;
        height: 50px;
    }
    .furnitureslider-home .products-primary-sec-text-cover .products-primary-sec-stars {
        font-size: 10px;
        margin-top: 20px;
    }
    .rowfurntrslider .carousel-navigation-btn {
        display: block;
    }
}

@media only screen and (max-width:414px) {
    .products-primary-sec .col-md-3 .products-primary-sec-outer-cover {
        display: flex;
        flex-direction: column;
    }
    section.products-primary-sec h2 {
        height: 100px !important;
    }
    .hf-trail-img-sec-col {
        display: flex;
        justify-content: center;
    }
    .hf-trail-img-sec-col p {
        font-size: 16px !important;
        font-weight: 600;
        position: relative;
    }
    .hf-trail-img-sec {
        padding: 0 0 100px !important;
    }
    p.text-center.fixed-c {
        padding-top: 20px;
    }
    .hf-trail-img-sec-col p {
        font-size: 22px !important;
        font-weight: 600;
        position: relative;
        top: -10px;
    }
    p {
        margin: 0 0 0 !important;
    }
    .elev-section p {
        margin-bottom: 30px !important;
    }
    .btn-cmn {
        justify-content: center;
        display: inline-flex;
        margin-top: 20px;
    }
    .furnitureslider-home .products-primary-sec-text-cover .products-primary-sec-stars {
        margin-top: 20px !important;
    }
}

.hbRvbo {
    font-style: normal;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.375;
    -webkit-letter-spacing: .075rem;
    -moz-letter-spacing: .075rem;
    -ms-letter-spacing: .075rem;
    letter-spacing: .075rem;
    color: #1e306e;
    display: none;
    text-align: left;
}

[data-fonts-1=true] .hbRvbo {
    font-weight: 700;
    font-family: "Calibre Light";
}

[data-fonts-2=true] .hbRvbo {
    font-weight: 500;
    font-family: "Calibre Medium";
}

@media (min-width:768px) {
    .hbRvbo {
        font-size: 1.125rem;
        line-height: 1.333;
    }
}

@media (min-width:768px) {
    .hbRvbo {
        display: block;
    }
}

.product-details-size-category input:checked+div {
    background-color: #d7dff4;
    border-color: #d7dff4;
}

/*Best Selling Products*/

.video_heading h2 {
    text-align: center;
    color: #333333;
    font-size: 38px;
    margin-bottom: 0;
    padding-top: 15px;
}

.owl-carousel.organic-slider .owl-item {
    background: #fff;
    padding: 10px;
}

div#hghhhjyj .owl-item .owl-item {
    width: 100% !important;
    box-shadow: 0px 0px 7px 4px #80808094;
}

.owl-carousel.organic-slider .owl-item {
    background: #fff;
    padding: 10px;
}

.pro-img-new {
    position: relative;
    display: inline-block;
    width: 100%;
}

.pro-img-new img {
    width: 100%;
}

.img-overlay-text-left {
    position: absolute;
    bottom: 10px;
    line-height: 9px;
    left: 10px;
    background-color: #fff;
    color: #000;
    border-radius: 9px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 14px;
    z-index: 10;
}

.rating-new {
    font-size: 15px;
    font-weight: 700;
}

.new-k {
    font-weight: 700;
}

.pro-details-new {
    margin-top: 10px;
}

.pro-details-new p {
    min-height: 46px;
    font-size: 16px;
    color: black;
}

.new-d-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}

.main-rs {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-right: 8px;
}

.off-rs {
    color: gray;
    font-size: 16px;
}

.per-off {
    color: #e38180;
    font-size: 15px;
}

.br-right {
    border-right: 1px solid #000000c4;
    padding-right: 4px;
    font-size: 14px;
    color: #fffb00fe !important;
}

.Best_Selling_Products12 {
    background-color: #fafafa;
    padding-top: 20px;
    padding-bottom: 50px;
}

.jfjfhfh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Add ellipsis for overflow text */
    max-height: 3em;
    line-height: 22px;
}

.mattress-title::after {
    content: "\A";
    /* Line break */
    white-space: pre;
}

.mattress-title p {
    display: block;
    /* Force each span to be on a new line */
}



#brands {
    align-items: center;
    margin-top: 20px;
    font-size: 60px;

    vector-effect: non-scaling-stroke;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}

#brands.top:hover {
    cursor: pointer;
}

#brands {
    font-size: 24px;
    font-family:'Cinzel', serif;

    src: url(CinzelRegular.ttf);
    font-weight: 800;
    text-align: center;
    padding: 20px;
    color: rgb(31, 30, 30);
    border-radius: 0px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(-20px);
    -webkit-animation: fadeInSlide 1.5s ease-out forwards;
    animation: fadeInSlide 1.5s ease-out forwards;
}

@-webkit-keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    #brands {
        position: relative;
        font-size: 20px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    #brands {
        font-size: 16px;
        padding: 10px;
    }
}
  

























  
  .big-collection{
      width: 90%;
      margin: 100px auto;
      overflow:hidden;
      
  }
  .big-collection .collect-flex{
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      flex-wrap: wrap;
      grid-row-gap: 20px;
  }
  .collect-flex .link{
      margin-top: 30px;
      padding-top: 10px;
  }
  .big-collection .collect{
      margin: 0px 10px;
  }
  .collect-flex .link a{
      display: inline-block;
      color: var(--main-color);
      text-transform: capitalize;
      text-decoration: none;
      position: relative;
      padding-top: 6px;
      margin-top: 0px;
  }
  .collect-flex .link a::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: var(--main-color);
      left: 0%;
      top: 23px;
      transform: scale(0);
      transition: .5s ease-in-out;
  }
  .collect-flex .collect:hover a::before{
      transform: scale(1);
  }
  
  .collect-flex .collect .image{
      position: relative;
  }
  .collect .image::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0%;
      width: 0;
      height: 0;
      border: 1px solid transparent;
  }
  .big-collection .collect:hover .image{
   cursor: pointer;
      -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  
  /* ----------------------------------------------
   * Generated by Animista on 2025-2-10 12:6:55
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  
  /**
   * ----------------------------------------
   * animation shadow-drop-2-center
   * ----------------------------------------
   */
   @-webkit-keyframes shadow-drop-2-center {
      0% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      }
      100% {
        -webkit-transform: translateZ(50px);
                transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
                box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
      }
    }
    @keyframes shadow-drop-2-center {
      0% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      }
      100% {
        -webkit-transform: translateZ(50px);
                transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
                box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
      }
    }
    
  
  
  
  
  
  
  
  
  
  .big-collection .collect:hover .image::before{
      animation: animate1 .6s linear forwards;
  }
  
  @keyframes animate1 {
      0%{
          width: 0;
          height: 0;
          border-top-color: var(--main-color);
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent;
      }
      50%{
          width: 100%;
          height: 0;
          border-top-color: var(--main-color);
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent;
      }
      100%{
          width: 100%;
          height: 100%;
          border-top-color: var(--main-color);
          border-right-color: var(--main-color);
          border-bottom-color: transparent;
          border-left-color: transparent;
      }
  }
  
  .collect .image::after{
      content: "";
      position: absolute;
      top: 0;
      left: 0%;
      width: 0;
      height: 0;
      border: 1px solid transparent;
  }
  .big-collection .collect:hover .image::after{
      animation: animate2 .6s linear forwards;
  }
  
  @keyframes animate2 {
      0%{
          width: 0;
          height: 0;
          border-top-color: transparent;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent;
      }
      50%{
          width: 0;
          height: 100%;
          border-top-color: transparent;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: var(--main-color);
      }
      100%{
          width: 100%;
          height: 100%;
          border-top-color: transparent;
          border-right-color: transparent;
          border-bottom-color: var(--main-color);
          border-left-color: var(--main-color);
      }
  }
  
  @media(max-width: 1230px){
      .big-collection .collect-flex{
          display: flex;
          justify-content: center;
          position: relative;
      }
  }
  


/** Shopify CDN: Minification failed

Line 79:4 Expected identifier but found "*"
Line 178:19 Unexpected "{"
Line 182:0 Expected "}" to go with "{"

**/
@keyframes carousel {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(-480px);
      transform: translateY(-480px);
    }
  }
  
  @media (min-width: 768px) {
    @-webkit-keyframes carousel {
      from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      to {
        -webkit-transform: translateY(-900px);
        transform: translateY(-900px);
      }
    }
    @keyframes carousel {
      from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      to {
        -webkit-transform: translateY(-900px);
        transform: translateY(-900px);
      }
    }
  }
  
  @media (min-width: 1660px) {
    @-webkit-keyframes carousel {
      from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      to {
        -webkit-transform: translateY(-960px);
        transform: translateY(-960px);
      }
    }
    @keyframes carousel {
      from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      to {
        -webkit-transform: translateY(-960px);
        transform: translateY(-960px);
      }
    }
  }
  
  
  .image-scrolling__grid{
    display: flex;
        justify-content: center;
    gap:5px;
    position: relative;
  }
  .image-scrolling__grid:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -3px;
      top: 40%;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00FFFF', endColorstr='#FFFFFFFF');
      background-image: -owg-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
      background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      z-index: 5;
  }
  .image-scrolling__grid .logo{
        position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-box-shadow: 0 30px 30px 0 rgb(11 40 54 / 30%);
      box-shadow: 0 30px 30px 0 rgb(11 40 54 / 30%);
      z-index: 6;
  }
  .image-scrolling__grid .logo img{
        width: 128px;
      height: 128px;
  }
  @media (min-width: 992px){
    .image-scrolling__grid .logo img{
      width: 260px;
      height: 260px;
    }
  }
  @media (min-width: 768px){
    .image-scrolling__grid .logo img{
      width: 236px;
      height: 236px;
    }
  }
  
  .image-scrolling__item{
    width: 33.33%;
  
      height: 480px;
        overflow: hidden;
      position: relative;
  }
  .image-scrolling__group{
        position: absolute;
      left: 5px;
      right: 5px;
      top: 0;
      bottom: -480px;
      -webkit-animation-name: carousel;
      animation-name: carousel;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
        -webkit-animation-duration: 48s;
      animation-duration: 48s;
  }
  .scrolling__image{
    width: 100%;
    height: 150px;
    border-radius: 6px;
    object-fit:cover;
    object-position:center;
    margin-bottom: 15px;
        display: inline-block;
      vertical-align: middle;
  }
  .scrolling__text{
        color: rgba(11, 40, 54, 0.7);
      position: absolute;
      bottom: 50px;
      left: 10px;
      right: 10px;
      z-index: 9;
      line-height: 1.2;
        text-align: center;
        font-size: 1.6rem;
  }
  @media (min-width: 992px){
    .scrolling__text{
       font-size: 2.8rem;
    }
        .image-scrolling__item{
      width: 20%;
    }
  }
  @media (min-width: 768px)
  {
  .image-scrolling__group {
      bottom: -900px;
  }  
  .scrolling__image{
    height: 290px;
  }
    .image-scrolling__item{
     height: 690px;   
    }
    .scrolling__text{{
      font-size: 2.2rem;
    }
  }
}
  






.flash-animationsleep {   
    animation: focusFlash 1.5s infinite alternate;
  }
  
  @keyframes focusFlash {
    0% {
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.3);
      transform: scale(1);
    }
    50% {
      text-shadow: 0 0 4px rgba(88, 141, 208, 1), 0 0 4px rgba(88, 141, 208, 1); 
      transform: scale(1.1);
    }
    100% {
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.3); 
      transform: scale(1);
    }
  }
  
  @media (max-width: 991px) {  
    .customerbouadded { border-radius: 20px; background: #fbfbfb; padding:10px 15px 15px; }
    .customerbouadded h3 { font-size: 15px;}
    .productfrequmore { font-size: 11px;}
    .cart-checkout-page .customerbouadded .cart-item-grid { grid-template-columns: 1fr 1.6fr; grid-column-gap: 15px; }
    .customerbouadded .site-btn { float:none; display: block; width: 100%; }
    .popup-wrapper.contact-card.freqbougpopup { max-width: 485px; padding: 15px;}
    .freqbougpopup .cart-checkout-page .cart-grid h2 { font-size: 18px; padding-bottom: 9px; margin-bottom: 10px;}
    .freqbougpopup .customerbouadded .site-btn {  padding: 10px 4px 9px; }
    .freqbougpopup .customerboxtogethcart { border-bottom: #f0f0f0 5px solid; }
  
    
    .footer-mobilesection .footer-grid { grid-template-columns: auto; padding-top: 15px;}
    .footer-mobilesection { margin: 15px; }
    .footer-mobilesection .footer-grid { display: flex; flex-direction: column; }
    .footer-mobilesection .footer-grid .footer-menu1 { order: 3;}
    .footer-mobilesection .footer-grid .footer-menu2 { order: 4;}
    .footer-mobilesection .footer-grid .footer-menu3{ order: 5;}
    .footer-mobilesection .footer-grid .footer-menu6 { order: 6;}
    .footer-mobilesection .footer-grid .footer-menu-end { order: 1;} 
    .footer-mobilesection .footer-menu li ul { display: none;}
    .footer-mobilesection .footer-grid .footer-menu-end li ul  { display: block !important;} 
    .footer-mobilesection  .footer-grid2 { padding-top: 0; padding-bottom: 0; border-bottom: 1px solid #C1D1E0; margin-bottom: 25px; }
    .footer-mobilesection .follow-grid { margin: 0; display: flex; flex-direction: column; }
    .footer-mobilesection  .footer-side-links ul li { display: block; padding: 0; border-left: none; }
    .footer-mobilesection  .footer-side-links ul li a { display: block; font-family: "Intelo Regular", sans-serif;  font-size: 14px; line-height: 19px; padding: 7px 0; }
    .footer-mobilesection  .footer-follow-us { width: 100%; order: 2; margin-top: 30px;}
    .footer-mobilesection  .footer-side-links { width: 100%; order: 1;}
  
    .mob-arrow-downfolink { position: relative;}
    .mob-arrow-downfolink:after { background: url(/static/img-tmp/home-new-images/slide-arrow-right.png) no-repeat;
      background-size: 7px; width: 23px; height: 23px; content: ""; position: absolute; right: 10px; transform: rotate(90deg); top: 17px; opacity: 0.6; }
  
    .mobfootershowarrow { background: #e5e5e5; padding: 22px; width: 100%; order: 2; position: relative; margin-bottom: 20px;}
    .mobfootershowarrow:after {  background: url(/static/img-tmp/home-new-images/mob-foolink-down.png) center top no-repeat; content: ""; position: absolute; width: 100%; height: 100%; top: 13px; left: 0;  }
    .mobfootershowarrowup { margin-bottom: 10px;}
    .mobfootershowarrowup::after {  background: url(/static/img-tmp/home-new-images/mob-foolink-up.png) center top no-repeat;}
    .mobclickfomenu,  .footer-mobilesection .footer-grid2 { display: none;} 
  
  
  }




