/*--------------------*/


/* BASIC TYPOGRAPHY */


/*--------------------*/

body,
html {
    overflow-x: hidden;
}

body {
    font-family: 'Heebo', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 1.59;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-top: 0;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
    line-height: 1.13;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    border: none;
    max-width: 100%;
}

code {
    background-color: #ee6e73;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px;
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
}

pre code {
    background-color: transparent;
    color: #333333;
}

del {
    text-decoration-color: #ee6e73;
}

kbd {
    background-color: #ddd;
    padding: 4px 6px;
    border-radius: 2px;
}

address {
    line-height: 1.5;
    padding-left: 10px;
}

dl dt {
    font-weight: 700;
}

dl dd {
    margin-left: 0;
}

blockquote {
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    color: #323232;
    padding: 15px 15px;
    border-left: 5px solid #0091ea;
    font-weight: 600;
}

blockquote p {
    margin-top: 10px;
}

button {
    padding: 5px 15px;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}

iframe {
    border: none;
}

nav.navbar.navbar-expand-lg.bg-dark {
    background-color: #1A1718 !important;
}
ul.products-wrap-list {
    padding-left: 0px;
    margin-left: 0px;
    width: 90%;
    margin: 0 auto;
    display: block;
    column-count: 3;
    margin-bottom: 40px;
}

ul.products-wrap-list li.product-list {
  list-style-type: none;
  width: 29%;
}

ul.products-wrap-list li.product-list .product-thumb {
    margin-bottom: 50px;
	display: block;
}
section.section-one {
    background: #FFE6D5;
    position: relative;
    padding-top: 0%;
    padding-bottom: 4%;
}
.bg-pattern-one-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    transform-origin: right top;
	transform: scale(0.8);
	margin-right: 20px;
}
.heading-wrap {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
}
h2.heading-title {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

h2.heading-title {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

p.description {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
}
.heading-wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}
.heading-wrap-two {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
h2.heading-title, h2.heading-title-two, h2.heading-title-three {
    font-family: 'Heebo', sans-serif;
    color: #000000;
	font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
    display: inline-block;
    position: relative;
    z-index: 250 !important;
}
.logo-left-col:after {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0px;
    background: #868686;
    top: 0px;
}
p.description {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
}

p.product-title {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
}

section.section-one .container {
    max-width: 1400px !important;
}

h2.heading-title:after {
    content: "";
    width: 90px;
    height: 20px;
    background: #FDC37F;
    position: absolute;
    left: -42px;
    bottom: 0;
    z-index: -1;
}
h2.heading-title-two:after {
    content: "";
    width: 90px;
    height: 20px;
    background: #FDECD0;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: -1;
}
h2.heading-title-three:after {
    content: "";
    width: 90px;
    height: 20px;
    background: #FDECD0;
    position: absolute;
    left: 60%;
    bottom: 0px;
    z-index: -1;
}
.bg-pattern-two-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform-origin: bottom left;
    transform: scale(0.8);
    z-index: 0;
}
ul.products-wrap-list li.product-list {
    list-style-type: none;
    width: 100%;
    z-index: 250;
    display: block;
    overflow: hidden;
}
a.consult-btn {
    background: #ffd833;
    margin: 0 auto;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 30px;
    z-index: 999;
    cursor: pointer;
    color: #000000;
}
a.consult-btn:hover {
    color: #000000;
}
.slider-content-wrap {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    text-align: center;
}
h5.slider-txt {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.slider-bg-wrap {
    position: relative;
	width: 100%;
}
p.usp-title {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    margin-top: 25px;
    line-height: 27px;
}
p.usp-descption {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
.slider-bg-wrap-two {
	background: url(assets/images/all-products/customer-review-bg.jpg) no-repeat;
}
.slider-bg-wrap-two.blind_four_section {
	background: url(assets/images/customer-review-bg.jpg) no-repeat;
}
p.slider-review-content {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.slider-review-wrap {
    text-align: center;
    background: #F1F2ED;
    padding: 60px 60px 40px;
    width: 50%;
    margin: 80px auto;
}
img.brand-desc-logo-left {
    margin-bottom: 40px;
}
img.brand-desc-logo-right {
    margin-bottom: 60px;
}
p.foo-description {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
}
.logo-left-col {
    text-align: right;
    padding: 0px 50px;
}
.logo-right-col {
    padding: 0px 50px;
}
a.product-range-btn {
    background: #000000;
    margin: 0 auto;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 30px;
    z-index: 999;
    cursor: pointer;
    color: #ffd833;
}
section.mobile-butn-section {
    display: none;
}
section.section-footer {
    background: #040505;
    padding-top: 5%;
    padding-bottom: 5%;
}
a.visit-store-btn {
    background: #ffd833;
    margin: 0 auto;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    padding: 13px 60px;
    font-weight: 500;
    border-radius: 30px;
    z-index: 999;
    cursor: pointer;
    color: #000000;
}
a.book-consultnt-btn {
    background: #00000047;
    margin: 0 auto;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    padding: 13px 40px;
    font-weight: 500;
    border-radius: 38px;
    z-index: 999;
    cursor: pointer;
    color: #FFD833;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #FFD833;
}
.book-consultnt-btn {
    cursor: pointer;
}
.desktop-slider {
    position: relative;
}
img.bg-pattern-two {
    width: 100%;
}
p.brand-desc-left {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    text-align: right;
}

p.brand-desc-right {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.heading-wrap.mt-50 {
    margin-top: 50px;
}
.slider-mobile-content-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 36%;
    transform: translateX(-50%);
    text-align: center;
}

h5.slider-mobile-txt {
    font-size: 45px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    line-height: 51px;
    text-shadow: 1px 3px 4px #211b1b45;
}
section.section-one.option-two {
    background: #FFFCF2;
}
.slider-review-wrap.option-two {
    background: #F3D39AD1;
}
h6.slider-sub-desktp-txt {
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 3px 4px #211b1b45;
}
.carousel-item img {
    width: 100%;
}
.slider-mobile-content-wrap.option-two-adjmt {
    top: 45%;
	width: 50%;
}
.products-wrap {
    display: block;
}
p.talk-expert {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: 'Heebo', sans-serif;
    color: #000000;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
.bg-pattern-one-wrap {
    display: none;
}
p.product-title {
    font-size: 23px;
}
h2.heading-title, h2.heading-title-two, h2.heading-title-three {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
    display: inline-block;
    position: relative;
    z-index: 250 !important;
    margin-top: 15px;
}
h2.heading-title:after {
	display: none;
}
p.description {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
}
ul.products-wrap-list li.product-list .product-thumb {
    margin-bottom: 40px;
    display: block;
}
img.usp-thumbnail {
    max-width: 200px;
}
p.usp-descption {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
section.section-three {
    padding: 35px 0px 0px 0px;
    margin: 0px 0px;
}
.desktop-only {
    display: none;
}
.mobile-only {
    display: block;
}
h5.slider-txt {
    font-size: 35px;
    margin-bottom: 50px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 35px;
}
.slider-content-wrap {
    bottom: 8%;
}
a.product-range-btn {
    font-size: 25px;
    padding: 12px 75px;
    border-radius: 50px;
}
.slider-content-wrap {
    width: 100%;
}
section.section-one {
    padding-bottom: 50px;
	padding-top: 0px;
}
.logo-left-col {
    text-align: center;
    max-width: 100% !important;
	margin-bottom: 30px;
    padding: 0px 30px;
}
.logo-right-col {
    max-width: 100% !important;
    text-align: center;
	margin-bottom: 30px;
    padding: 0px 30px;
}
img.brand-desc-logo-left {
    margin-bottom: 10px;
}
img.brand-desc-logo-right {
    margin-bottom: 20px;
}
p.brand-desc-left {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
p.brand-desc-right {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
section.section-footer {
    background: #040505;
    padding-top: 50px;
    padding-bottom: 60px;
}
p.slider-review-content {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}
.slider-mobile-content-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 87%;
    transform: translateX(-50%);
}
.blind_title_mbl h5.slider-mobile-txt {
    margin-bottom: 10px;
}
.blind_title_mbl h6.slider-sub-mobile-txt {
    font-size: 18px;
    font-weight: 300; 
}
h5.slider-mobile-txt {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
	line-height: 35px;
}
.slider-mobile-content-wrap.option-two-admnt {
    top: 45%;
}
h6.slider-sub-mobile-txt {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    line-height: 30px;
}
.slider-mobile-content-wrap.option-two-admnt h5.slider-mobile-txt {
    margin-bottom: 10px;
}
.heading-wrap-two {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0px;
}
section.section-five {
    background: #FFFFFF;
    padding: 20px 0px 40px 0px;
}

}
@media screen and (min-width: 490px) and (max-width: 600px) {
    h5.slider-txt {
        font-size: 30px;
        margin: 0 auto;
        padding-bottom: 35px;
    }
    a.product-range-btn {
        font-size: 26px;
        padding: 12px 40px;
        border-radius: 50px;
    }
    .slider-content-wrap {
        width: 80%;
    }
}
@media screen and (min-width: 390px) and (max-width: 489px) {
    h5.slider-txt {
        font-size: 26px;
        margin: 0 auto;
        padding-bottom: 35px;
    }
    a.product-range-btn {
        font-size: 20px;
        padding: 12px 40px;
        border-radius: 50px;
    }
    .slider-content-wrap {
        width: 80%;
    }
}
@media screen and (min-width: 300px) and (max-width: 389px) {
    h5.slider-txt {
        font-size: 20px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    a.product-range-btn {
        font-size: 18px;
        padding: 12px 40px;
        border-radius: 40px;
    }
    .slider-content-wrap {
        width: 90%;
    }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
    .slider-mobile-content-wrap.option-two-adjmt {
        top: 20%;
        width: 70%;
    }
    .slider-review-wrap {
        padding: 35px 35px 25px;
        width: 60%;
    }
    p.slider-review-content {
        font-family: 'Heebo', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 10px;
        text-align: center;
    }   
}

@media screen and (min-width: 1201px) {
.container {
    max-width: 1200px !important;
}
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
.slider-mobile-content-wrap.option-two-adjmt {
    top: 40%;
    width: 70%;
}
p.slider-review-content {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
}
.slider-review-wrap {
    width: 55%;
}
}

.footer-keyword-section {
    background-color: #ffc82e29;
    padding: 70px 0 50px;
}
.footer-keyword li {
    list-style: none;
    color: #555;
    font-size: 14px;
    line-height: 30px;
}
.footer-keyword-title {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;    
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .footer-keyword-mob {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 992px) {
    .footer-keyword {
        margin-top: 20px;
    }
}


/* Sudharsan */
.modal-open {
    padding-right: 0px !important;
}
img.brands-thumb.img-fluid {
    object-fit: scale-down;
}

@media (max-width: 576px) {
    .modal#quote {
        width: 90%;
        margin: 0 auto;
    }
    ul.products-wrap-list {
        width: 95% !important;
        margin: 0 auto !important;
        column-count: 1 !important;
    }
    ul.products-wrap-list li.product-list {
        width: 100%;
    }
    img.brands-thumb.img-fluid {
        max-width: 40%;
        margin: 0 auto;
        width: 80%;
        object-fit: scale-down;
    }
    .blinds_brand_sec {
        margin-top: 15px;
    }
    .slider-review-wrap {
        margin: 35px auto;
    }
}
@media screen and (min-width: 577px) and (max-width: 800px) {
    img.brands-thumb.img-fluid {
        max-width: 80%;
        margin: 0 auto;
        width: 80%;
        object-fit: scale-down;
    }
    .blinds_brand_sec {
        margin-top: 35px;
    }
}
@media (max-width: 767px) {
    .logo-left-col:after {
        content: unset;
    }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
    .logo-left-col:after {
        right: -10px;
    }
}
@media (max-width: 800px) {
    .mobile-slider {
        display: block !important;
        width: 100%;
    }
    .desktop-slider {
        display: none;
    }
    section.mobile-butn-section {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #ffd833;
        z-index: 999999;
        display: block !important;
    }
    a.mobile-sticky-link {
        font-family: 'Heebo', sans-serif;
        font-size: 20px;
        padding: 10px 20px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        display: block;
    }
    a.consult-btn {
        margin-top: 15px; 
        font-size: 20px;
    }
    p.usp-title {
        margin-top: 15px;
        margin-bottom: 60px;
        font-size: 23px ;
        font-weight: 100;
    }
    .usp-icon-wrap {
        margin-top: 20px;
    }
    .slider-review-wrap {
        text-align: center;
        padding: 35px 30px 10px;
        width: 80%;
        font-size: 18px;
    }
    ul.products-wrap-list {
        width: 95%;
        margin: 0 auto;
        column-count: 2;
    }
    ul.products-wrap-list li.product-list {
        width: 100%;
        padding: 0px 15px;
    }
    section.section-four {
        padding: 0px 0px 20px 0px;
    }
    .slider-bg-wrap-two {
        background: url(assets/images/new/bag_main_landing.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .slider-bg-wrap-two.blind_four_section {
        background: url(assets/images/new/Blind_background.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    a.visit-store-btn {
        font-size: 20px;
    }
    .footer-keyword-section .logo {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 801px) and (max-width: 992px) {
    ul.products-wrap-list {
        column-count: 2;
        margin-bottom: 10px;
    }
    ul.products-wrap-list li.product-list {
        padding: 0px 30px;
    }
    h5.slider-mobile-txt {
        font-size: 35px; 
    }
    h6.slider-sub-desktp-txt {
        font-size: 25px; 
    }
    a.book-consultnt-btn {
        font-size: 18px;
    } 
    h2.heading-title, h2.heading-title-two, h2.heading-title-three {
        font-size: 35px; 
    }
    p.product-title {
        font-size: 25px; 
    }
    p.usp-title {
        font-size: 25px; 
        margin-bottom: 70px;
    }
    p.description {
        font-size: 20px;
    }    
    a.product-range-btn, a.visit-store-btn {
        font-size: 22px;
    }
    a.consult-btn {
        font-size: 22px;
        margin-bottom: 15px;
    } 
    .bg-pattern-one-wrap {
        transform: scale(0.5); 
    }
    section.section-three {
        padding: 60px 0px 0px 0px;
        margin: 0px 0px;
    }
    section.section-four {
        padding: 0px 0px 20px 0px;
    }
    .heading-wrap-two, h2.heading-title-three {
        margin-bottom: 0px; 
    }
    .footer-keyword-section .logo {
        margin-bottom: 20px;
    }
    .blinds_brand_sec {
        margin-top: 55px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    h5.slider-mobile-txt {
        font-size: 40px; 
    }
    h6.slider-sub-desktp-txt {
        font-size: 25px; 
    }
    a.book-consultnt-btn {
        font-size: 20px;
    } 
    h2.heading-title, h2.heading-title-two, h2.heading-title-three {
        font-size: 40px; 
    }
    p.product-title {
        font-size: 25px; 
    }
    p.description {
        font-size: 20px;
    }  
    a.product-range-btn, a.visit-store-btn, p.usp-title {
        font-size: 22px;
    } 
    a.consult-btn {
        font-size: 22px;
        margin-bottom: 20px;
    }   
    .bg-pattern-one-wrap {
        transform: scale(0.6); 
    } 
    ul.products-wrap-list {
        margin-bottom: 20px;
    }
    ul.products-wrap-list li.product-list {
        padding: 0px 15px; 
    }
    .usp-icon-wrap .col-12 {
        padding: 0px 25px;
    }
    section.section-three {
        padding: 30px 0px 5px;
        margin: 30px 0px 0px;
    }
    .usp-thumbnail {
        height: 150px;
        object-fit: contain;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .slider-mobile-content-wrap.option-two-adjmt {
        top: 25%;
        width: 70%;
    } 
    ul.products-wrap-list li.product-list {
        padding: 0px 10px; 
    }
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .slider-mobile-content-wrap.option-two-adjmt {
        top: 35%;
        width: 70%;
    } 
}
@media screen and (min-width: 1900px) {
    .slider-bg-wrap-two {
        background: url(assets/images/all-products/customer-review-bg.jpg) no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    .slider-bg-wrap-two.blind_four_section {
        background: url(assets/images/customer-review-bg.jpg) no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
}
@media screen and (min-width: 2100px) {
    .slider-review-wrap {
        width: 40%;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .slider-content-wrap {
        bottom: 20%;
    }
}
ul.products-wrap-list.blinds-pg {
    margin-bottom: 10px;
}