@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html, body{
    overflow-x: hidden;
}
body {
    font-family: 'Lato', sans-serif !important;
    color: #2B2B2B;
}
a:visited {
    color: #2B2B2B;
}
a.btn:visited {
    color: #D9D9D9;
}
h1 {
    font-size: 50px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 50px !important;
}
h2 {
    font-size: 36px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 48px !important;
}
h3 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 35px !important;
}
h4 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 35px !important;
}
h6 {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: normal;
    line-height: 24px !important;
}
.my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}
.my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}
.my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mt-100px {
    margin-top: 100px;
}
.mb-100px {
    margin-bottom: 100px;
}
.mt-50px {
    margin-top: 50px;
}
.mb-50px {
    margin-bottom: 50px;
}
.mt-20px {
    margin-top: 20px;
}
.mb-20px {
    margin-bottom: 20px;
}
.py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt-100px {
    padding-top: 100px;
}
.pb-100px {
    padding-bottom: 100px;
}
.pt-50px {
    padding-top: 50px;
}
.pb-50px {
    padding-bottom: 50px;
}
.pt-40px {
    padding-top: 40px;
}
.pt-30px {
    padding-top: 30px;
}
.pt-20px {
    padding-top: 20px;
}
.pt-10px {
    padding-top: 10px;
}
.pb-40px {
    padding-bottom: 40px;
}
.pb-30px {
    padding-bottom: 30px;
}
.pb-20px {
    padding-bottom: 20px;
}
.hide_link span {
    opacity: 0;
}
/*

.gap-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.hflex-left-bottom {
    flex-flow: row;
    place-content: flex-start flex-end;
    align-items: flex-start;
    display: flex;
    margin-right: 50px;
    padding-bottom: 50px;
}*/
.wrap_collections{
    width: 500%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    background-color: #FFF8EB;
    padding: 10% 0;
}
.row_collections {
    float: left;
}
.collections {
    float: left;
}
#collection_lists .list_item {
    float: left;
}

/* top menu */
header.sticky {
    padding-top: 78px;
}
.sticky #pps-mobile-headline {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#primary-menu {
    float: right;
}
#primary-menu > li {
    vertical-align: middle;
    display: inline-block;
}
#primary-menu > li > a {
    padding: 15px 30px;
}
#primary-menu > li a {
    color: #2B2B2B;
}
#primary-menu li.collection-menu > a i{
    margin-left: 10px;
}
#primary-menu li.collection-menu:hover > a i:before{
    content: "\f286";
}
#primary-menu > li .sub-menu {
    padding: 20px 30px;
    width: 240%;
    column-gap: 12%;
    columns: 2;
    background: #FFF;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
#primary-menu > li .sub-menu li span{
    font-size: 12px !important;
}
#primary-menu > li .sub-menu a{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
}
#primary-menu > li .sub-menu li:is(:nth-child(1),:nth-child(2),:nth-child(3),:nth-child(4),:nth-child(5)){
    border-right: 1px solid #D9D9D9;
}

/* categories listings */
#category_videos li, #category_faq li{
    display: inline-block;
}
#category_videos li a, #category_faq li a { 
    padding: 5px;
    margin: 0 20px;
    text-decoration: none;
    color: #467DE4;
}
#category_videos li.active a, #category_faq li.active a{
    border-bottom: 1px solid #00308C;
    color: #00308C;
}

.btn, .top_enquire_now a, .top_call_now a {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background-color: #467DE4 !important;
    font-size: 16px !important;
    padding: 5px 20px !important;
}
.btn-right-arrow {
    position: relative;
    padding-right: 42px !important;
}
.btn-right-arrow i:before {
    font-size: 30px;
    position: absolute;
    top: 2px;
}
.btn-left-icon i,.top_call_now a i{
    padding-right: 5px;
} 
.box {
    border: 1px solid #D9D9D9;
}
.box .description {
    padding: 10px;
}
.color-white {
    color: #FFF;
}
.color-black {
    color: #2B2B2B;
}
.color-grey {
    color: #D9D9D9;
}
.color-blue {
    color: #467DE4;
}
.color-light_blue {
    color: #CBDCFD;
}
.color-dark_blue {
    color: #00308C;
}
.color-yellow {
    color: #EDB754;
}
.color-light_yellow {
    color: #FFF8EB;
}
.color-light_yellow2 {
    color: #EFDDB7;
}

.bgcolor-white {
    background-color: #FFF !important;
}
.bgcolor-black {
    background-color: #2B2B2B !important;
}
.bgcolor-grey {
    background-color: #D9D9D9 !important;
}
.bgcolor-blue {
    background-color: #467DE4 !important;
}
.bgcolor-light_blue {
    background-color: #CBDCFD !important;
}
.bgcolor-dark_blue {
    background-color: #00308C !important;
}
.bgcolor-yellow,.btn.bgcolor-yellow, .top_enquire_now a { 
    background-color: #EDB754 !important;
    color: #2B2B2B;
}
.bgcolor-orange {
    background-color: #F70 !important;
}

#primary-menu > li.top_enquire_now > a {
    color: #FFF;
}
.border-yellow, .top_call_now a {
    border: 2px solid #EDB754 !important;
    background-color: transparent !important;
    color: #EDB754 !important;
}
.border-blue {
    border: 2px solid #467DE4 !important;
    background-color: transparent !important;
    color: #467DE4 !important;
}
.top_call_now {
    margin-left: 25px;
}
.top_call_now a {
    border: 1px solid #EDB754 !important;
}
#primary-menu li a:hover {
    color: #00308C;
}
#primary-menu > li.top_enquire_now > a:hover {
    background-color: #EFDDB7 !important;
    color: #2B2B2B;
}
#primary-menu > li.top_call_now > a:hover {
    background-color: #EDB754 !important;
    color: #FFF !important;
}
.menu-toggle{
    float: left;
    border: 1px solid #0000001a;
    background: none;
    margin-right: 20px;
}
.border-yellow:hover {
    border-color: #FFF !important;
    color: #FFF !important;
    background-color: #EDB754 !important;
}
.bgcolor-light_yellow {
    background-color: #FFF8EB;
}
.bgcolor-light_yellow2 {
    background-color: #EFDDB7;
}

.cat_collections:nth-child(even){
    background: #FFF8EB;
}
.page {
	margin: 0;
	padding: 0;
}
.container-fluid{
    width: 1200px !important;
    margin: 0 auto;
}
.site-branding .custom-logo-link .custom-logo{
    width: 150px;
}

#footer{
	background: #000;
}

#footer p, #footer a {
    color: #FFF;
    font-size: 12px;
}
#footer .footer-collapse p {
    font-weight: bold;
    font-size: 18px;
    cursor: default;
}
#footer a {
    text-decoration: none;
}
#footer ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

#footer .footer-content{
	padding-top: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #DDD;
}
#footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer .download-app a {
    margin-right: 10px;
}

#footer .stay-connected i {
    font-size: 30px;
    margin-right: 15px;
}

#footer .footer-left-content {
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

.border-bot {
    border-bottom: 1px solid #2B2B2B;
}
.ptc-main-content.border-bot {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
}
.entry-content > p:last-child {
    margin-bottom: 0;
}
.header-category {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cat_collections .fil_list_title h3 {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 48px !important;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
}
.cat_collections .fil_list_title h3 .count_title{
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: -5px;
    padding-left: 10px;
}
.cat_collections .fil_listitem .hover_img {
    display: none;
}
.cat_collections .fil_listitem.is_active .hover_img{
    display: block;
}
.catl_collection h3 a, .catl_collection h3{
    color: #CBDCFD;
    text-decoration: none;
}
.catr_collection h3{
    text-align: right;
    padding-right: 20px;
}
.catr_collection h3 a,.catr_collection h3 ,count_title{
    color: #EFDDB7;
    text-decoration: none;
}
.cat_collections .fil_list_title h3 a:hover,.cat_collections .fil_list_title.is_active h3 a,.cat_collections .fil_list_title.is_active h3 .count_title{
    color: #00308C;
    cursor: pointer;
}
.cat_collections .description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
}
.border-round-10px {
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}
.border-round-20px {
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
}
.top_enquire_now a:hover, .top_enquire_now:hover a {
    background: #FFF !important;
    color: #EDB754 !important;
}
#enquiry .btn:hover{
    background: #FFF !important;
    color: #F70 !important;
}
#collection_product-overview .small_title {
    position: relative;
    top: -5px;
}
.small_title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    display: block;
}
.back_to_collections {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #2B2B2B;
    position: relative;
    top: 10px;
    text-decoration: none;
}
#collection_product-overview .small_title + p {
    position: relative;
    top: -10px;
}
#section_see-also h2 {
    margin-bottom: 45px;
}
#section_see-also a {
    text-decoration: none;
    color: #2B2B2B;
}
#section_downloads {
    background-size: cover !important;
    padding: 60px 0;
    color: #FFF;
    margin: 0 50px 50px;
}

#section_colour-chips {
    padding: 60px 0;
}
#section_colour-chips h2 {
    margin-bottom: 20px;
}

#section_colour-chips .colours img {
    width: 100%;
    margin-bottom: 15px;
}
#section_colour-chips .colours h6 {
    margin-bottom: 0 !important;
}

#enquire_now {
    padding-top: 75px;
    padding-bottom: 75px;
}
#category_videos,#category_faq {
    margin: 0;
    padding-left: 0;
}
#featured_video {
    margin: 20px 0 85px;
}
#content_videos {
    background-color: #FFF8EB;
    padding: 80px 0;
}
#content_videos a {
    text-decoration: none;
}
#content_videos .video_item .video_title{
    font-size: 16px;
    color: #2B2B2B;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
}
#content_faq {
    margin-bottom: 200px;
}
#content_faq .acc_item {
    border-bottom: 1px solid #2B2B2B;
}
#content_faq .acc_item .accordion-button{
    padding-left: 0;
    text-decoration: none;
    cursor: pointer;
}
#content_faq .acc_item .accordion-body {
    padding-left: 0;
}
#content_faq .acc_item .accordion-body ul, #content_faq .acc_item .accordion-body ol {
    padding-left: 0;
    margin-left: 15px;
}
#content_faq .acc_item .accordion-body ul, #content_faq .acc_item .accordion-body ol {
}
#content_faq .acc_item .accordion-button:not(.collapsed){
    background: transparent !important;
    box-shadow: none !important;
}
#home_faq #content_faq {
    margin-bottom: 50px;
}
#faq_accordion .accordion-body {
    padding-top: 0;
}
#home_need_inspiration .btn, #home_collections .btn, #home_banner .btn {
    color: #FFF;
}
#home_collections {
    min-height: 620px;
}
#collection_lists .list_item:nth-child(even) .collection_wrap {
    top: 20px;
}
.pl-collections {
    padding-left: 100px;
}
.collection_wrap {
    width: 300px;
    position: relative;
}
.collection_wrap .title{
    margin-top: 10px;
    margin-bottom: 0;
}
.collection_wrap .view a {
    text-decoration: none;
    color: #467DE4;
}
#collection-slider {
    padding: 0 7%;
}
#collection-slider .owl-buttons .owl-prev, #collection-slider .owl-buttons .owl-next {
    position: absolute;
    top: 45%;
    background: none;
}
#collection-slider .owl-buttons .owl-prev i, #collection-slider .owl-buttons .owl-next i{
    font-size: 36px;
    color: #000;
}
#collection-slider .owl-buttons .owl-prev {
    left: -20px;
}
#collection-slider .owl-buttons .owl-next {
    right: -20px;
}
#collection-slider .collection_item {
    margin: 0 10px;
    display: inline-block;
}
#collection-slider .collection_item img {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
#enquiry .d-md-flex a.btn {
    font-size: 20px !important;
    padding: 10px 30px !important;
    color: #FFF;
}
#enquiry .d-md-flex a.btn-right-arrow {
    padding: 10px 50px 10px 40px !important;
}
#enquiry .d-md-flex a.btn-right-arrow i:before {
    top: 10px;
}
.desktop {
    display: block;
    position: relative;
}
.mobile {
    display: none;
}
.mobile_bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.txt-disclaimer {
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}
/*==== WhatsApp Footer */
.chat-with-us{
    position: relative;
}
.chat-with-us .whatsapp{
    position: fixed;
    right: 20px;
    bottom: 10px;
    background: #25D366;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #25D366;
    z-index: 5;
}
.chat-with-us .whatsapp:hover{
    border: 1px solid #003399;
}
.chat-with-us .whatsapp p{
    margin-bottom: 0;
}
.chat-with-us .whatsapp a{
    color: #FFF;
    text-decoration: none;
}
.chat-with-us .whatsapp a:hover{
    color: #003399;
}
.close-toggle {
    display: none;
}
.m-menu-open {
    position: relative;
    z-index: 999;
}
/*==== WhatsApp Footer */

#collection_product-overview .feature-lists {
    display: inline-flex;
    height: 100%;
}
#collection_product-overview .feature-lists .v_align-mid{
    margin: auto;
}

@media screen and (min-width: 1025px) {
    .pad-left-10 h6{
        padding-left: 20%;
    }
    #enquiry {
        margin: 0 18%;
    }

    #faq_accordion .accordion-body {
        width: 80%;
    }
} 
@media screen and (min-width: 768px) and (max-width: 1204px) {
   .pad-left-10 h6{
        padding-left: 15%;
    }
}
@media screen and (min-width: 768px) {
    #home_banner h1 {
        font-size: 65px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 78px !important;
    }
    #pt-collections .ptc-main-content.sc-content h1 {
        font-size: 65px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 78px !important;
    }
    .ptc-main-content {
        padding: 50px 19%;
    }
    .sc-content.ptc-main-content {
        padding-top: 0;
    }
    .desktop-border-left {
        border-left: 1px solid #2B2B2B;
    }
    #footer .footer-bottom .copyright {
        position: relative;
        top: 10px;
        float: left;
    }
    #footer .footer-bottom ul {
        float: right;
        margin-bottom: 0;
    }

    #footer .footer-bottom li {
        display: inline-block;
        margin-left: 15px;
    }
    .pr-50px {
        padding-right: 50px;
    }
    #collection-slider .owl-item:nth-child(even) {
        margin-top: 50px;
    }
    .owl-pagination {
        display: none;
    }
    .owl-buttons {
        display: block;
    }
    .inner_recommended_section > div > div > div {
        min-height: 70px;
    }
    .inner_recommended_section > div > div:last-child > div {
        min-height: auto;
    }
    .w-txt-collection {
        width: 20%;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .single-collections #pt-collections > div > .py-30px {
        padding-top: unset;
    }
    #content_videos a {
        width: 285px;
        display: inline-block;
    }
    #content_videos .col-xs-12{
        width: 100%;
        text-align: center;
    }
    .ptc-main-content {
        padding-bottom: 50px;
    }
    #pt-collections {
        margin-top: 20px;
    }
    .owl-pagination, .cat_collections .mobile,#home_need_inspiration .mobile, #pps-mobile-headline.mobile, #masthead .menu-toggle, #home_collections .mobile {
        display: block;
    }
    .owl-buttons, .hide_mobile, .menu-top-menu-container, #footer .desktop, .cat_collections .desktop, 
    #home_need_inspiration .desktop, #home_collections .desktop {
        display: none;
    }
    .inner_recommended_section > div > div > div:last-child {
        min-height: 70px;
    }
    .w-100-mobile {
        width: 100%;
    }
    .mt-20px-mobile .btn{
        margin-top: 20px;
    }
    .mobile-lists-div > div {
        margin-bottom: 40px;
    }
    .mobile-lists-div > div:last-child {
        margin-bottom: 0;
    }
    .m-menu-open .site-branding a {
        z-index: 1;
        position: relative;
    }
    .m-menu-open > .container > .row {
        position: relative;
    }
    .m-menu-open .col-md-8.col-4 {
        width: 100%;
        position: absolute;
    }
    #masthead.m-menu-open .menu-toggle {
        display: none;
    }
    .m-menu-open .menu-top-menu-container{
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    .m-menu-open #primary-menu {
        padding: 60px 20px 50px;
        background: #FFF;
        float: none;
    }
    .m-menu-open #primary-menu > li .sub-menu {
        columns: unset;
        border: none;
        box-shadow: none;
        background: none;
        position: relative;
        left: 0;
        padding: 0 30px 20px;
    }
    .m-menu-open #primary-menu > li {
        width: 100%;
        border-bottom: 1px solid #D9D9D9;
    }
    .m-menu-open #primary-menu > li:first-child {
        border-top: 1px solid #D9D9D9D9;
    }
    .m-menu-open #primary-menu > li.top_enquire_now,
    .m-menu-open #primary-menu > li.top_call_now,
    .m-menu-open #primary-menu > li .sub-menu li {
        border: none;
        margin-bottom: 10px;
    }
    .m-menu-open #primary-menu > li .sub-menu li.column_header {
        margin-bottom: 0;
    }
    .m-menu-open #primary-menu > li.top_enquire_now,
    .m-menu-open #primary-menu > li.top_call_now {
        margin: 20px 5% 0;
        width: 90%;
    }
    .m-menu-open #primary-menu > li.top_enquire_now a,
    .m-menu-open #primary-menu > li.top_call_now a{
        padding: 10px 20px !important;
        text-align: center;
    }
    .m-menu-open #primary-menu > li > a {
        padding: 15px 30px 15px 0;
    }
    .m-menu-open .close-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        cursor: pointer;
    }
    #home_why-choose.pt-100px {
        padding-top: 50px;
    }
    #home_why-choose .mb-100px {
        margin-bottom: 50px;
    }
    #footer .footer-content {
        border: none;
    }
    #pps-mobile-headline {
        background-color: #D9D9D9;
        padding: 15px;
    }
    #pps-mobile-headline p{
        margin-bottom: 0;
    }
    .cat_collections .description{
        margin-bottom: 20px;
    }
    .catr_collection h3 {
        text-align: left;
    }
    .cat_collections .fil_list_title h3 {
        margin-bottom: 20px;
    }
    .cat_collections .fil_list_title h3 a, .cat_collections .fil_list_title h3 .count_title {
        color: #00308C;
    }
    .cat_collections .fil_list_title .fil_list_item {
        margin-bottom: 30px;
    }
    #pt-faq #container_faq > .container {
        overflow-x: auto;
    }
    #content_faq {
        margin-bottom: 100px;
    }
    #home_need_inspiration .pt-30px {
        padding-top: 65px;
    }
    .wrap_collections_mobile {
        background-color: #FFF8EB;
        padding: 60px 0;
    }
    #hc_slider .collection_wrap h3, #hc_slider .collection_wrap .view {
        text-align: left;
    }
    #hc_slider .collection_wrap img {
        width: 98%;
    }
    #hc_slider .list_item .collection_wrap {
        width: 100%;
        text-align: left;
    }
    .py-100px {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #enquire_now_mobile .btn {
        float: right;
        color: #FFF;
        padding: 10px 25px !important;
        width: auto;
    }
}
@media screen and (max-width: 600px) {
    #home_banner .pr-50px{
        text-align: center;
    }
    .desktop {
        display: none;
    }
    .mobile, .mobile_bg {
        display: block;
    }
    #home_faq {
        padding-top: 10px;
    }
    #category_faq {
        padding-bottom: 0;
    }
    #category_faq li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    #section_downloads {
        margin: 0 10px 50px;
    }
}
@media screen and (max-width: 450px) {
    .btn {
        width: 100%;
    }
}