@font-face {
    font-family: FuturaStd-Light;
    src: url('../fonts/FuturaStd-Light.eot');
    src: url('../fonts/FuturaStd-Light.eot?#iefix') format("embedded-opentype"), url('../fonts/FuturaStd-Light.woff') format("woff"), url('../fonts/FuturaStd-Light.ttf') format("truetype"), url('../fonts/FuturaStd-Light.svg#FuturaStd-Light') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FuturaStd-Medium;
    src: url('../fonts/FuturaStd-Medium.eot');
    src: url('../fonts/FuturaStd-Medium.eot?#iefix') format("embedded-opentype"), url('../fonts/FuturaStd-Medium.woff') format("woff"), url('../fonts/FuturaStd-Medium.ttf') format("truetype"), url('../fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format("svg");
    font-weight: 400;
    font-style: normal
}




body *{
    font-family: 'FuturaStd-Light';
}

/*Home page*/

div#navbarSupportedContent {
    flex-wrap: wrap;
    text-align: right;
    justify-content: flex-end;
}

.upper_contact {
    display: flex;
    padding-bottom: 12px;
}

.contact_text a {
    font-size: 14px;
    color: rgb(0 0 0 / 62%);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .5;
    font-family: 'FuturaStd-Light';
}

.contact_text {
    padding-left: 30px;
}

.contact_text a i.fa {
    display: inline-block;
    padding-right: 7px;
}

.navbar-nav a.nav-link {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .3;
    padding: 0px 0px !important;
    font-weight: 700;
    position: relative;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.navbar-nav a.nav-link:after, .navbar-nav .nav-item.active a.nav-link:after {content: "";position: absolute;height: 3px;width: 0;background: #fed604;bottom: 0;left: 0;transition: .2s ease-in 0s;-webkit-transition: .2s ease-in 0s;-moz-transition: .2s ease-in 0s;-ms-transition: .2s ease-in 0s;}

.navbar-nav li.nav-item {
    padding: 0 12px;
}

nav.navbar {
    padding: 18px 0;
}

.container-fluid {
    padding: 0 30px;
}

.home_hero_slider .item {
    min-height: calc(100vh - 100px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

h2 {
    font-size: 50px;
    font-weight: bold;
}

.hero_content h2 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

p {
    font-size: 18px;
}

.hero_content {
    text-align: center;
}

.btn {
    border: 2px solid transparent;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 24px;
    min-width: 120px;
}

.btn_white {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.btn_white:hover {
    border-color: #fed604;
    background: #fed604;
    color: #1a1919;
}

.hero_content p {
    color: #fff;
}

.btn_box {
    padding-top: 20px;
}

.other_links {
    padding-top: 80px;
    max-width: 400px;
    margin: 0 auto;
}

.links_text {
    max-width: 100px;
    margin-right: 10px;
}

.links_text a {
    font-size: 20px;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: block;
    text-decoration: none;
}

.links_text.active a {
    border-bottom-color: #fed604;
}

.about_section {
    background: rgb(0 0 0 / 80%);
    padding: 90px 0;
    height: max-content;
}

h6 {
    font-size: 14px;
}

.about_content h6 {
    color: #fff;
    margin-bottom: 20px;
}

.about_text h5 {
    color: rgb(255 255 255 / 60%);
    text-transform: unset;
    font-weight: bold;
    font-family: 'FuturaStd-Light';
}

h5 {
    font-size: 21.5px;
}

.about_text p {
    color: rgb(255 255 255 / 60%);
    font-size: 22px;
}

.container {
    max-width: 1100px;
}

.products_deliverd {
    padding: 100px 0px 80px;
    border-bottom: 2px solid #ddd;
}

h4 {
    font-size: 35px;
}

.products_cout h4 {
    color: rgb(0 0 0 / 80%);
    font-weight: bold;
}

.products_cout {
}

.products_cout p {
    color: #675C5C;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: .6;
}

.products_list {
    display: flex;
    padding: 40px 0;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.featured_product_box {
    padding: 20px 10px;
    width: 50%;
}

.feature_prod_img {
    max-width: 100%;
}

.feature_prod_img img {
    max-width: 100%;
}

.feature_prod_detail {
    background: #f5f5f5;
    padding: 40px;
}

.feature_prod_detail label {
    font-size: 14px;
    color: #675C5C;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.feature_prod_detail p {
    font-size: 20px;
    color: rgb(0 0 0 / 80%);
}

.btn_black {
    background: #fed604;
    color: #1a1919;
    border-color: #fed604;
}

.btn_black:hover {
    background: #fff;
    color: #1a1919;
    border-color: #fff;
}

.latest_blog_section {
    padding: 60px 0 70px;
}

.section_head {
}

.blog_list_slider {
    padding-top: 20px;
    position: relative;
}

/*.blog_content a {*/
/*   display: block;*/
/*   font-size: 26px;*/
/*   color: rgb(0 0 0 / 80%);*/
/*   font-weight: bold;*/
/*}*/

.blog_content {
    padding-top: 15px;
}

.blog_content p {
    color: #675C5C;
    font-size: 14px;
}

.blog_content h5 {
    margin-bottom: 15px;
}

.latest_blog_section .owl-nav button span {
    font-size: 35px;
    display: block;
    line-height: 1;
    width: 40px;
    height: 40px;
}

.latest_blog_section .owl-nav button {
    width: 40px;
}

.latest_blog_section button.owl-prev {
    border-right: 2px solid #000;
}

.latest_blog_section button.owl-prev {
    border-right: 2px solid #c4c4c4 !important;
    height: 40px;
    box-sizing: content-box;
}

button:focus {
    outline: none;
}

.blog_list_slider .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}

.footer_top_content {
    padding: 50px 0 40px;
    border-top: 1px solid #ddd;
}

.footer_links ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.footer_links ul li a {
    display: inline-block;
    font-size: 18px;
    color: rgb(0 0 0 / 80%);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.footer_links ul li {
    padding-bottom: 12px;
}

.h1, h1 {
  font-size: 2rem !important;
}

.address_content h5 {
    font-size: 18px;
    font-weight: bold;
}

.colorBlack {
    color: rgb(0 0 0) !important;
}

.address_content p {
    margin-bottom: 0;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
}

.toll_free {
    padding-top: 30px;
}

.toll_free>p {
    color: rgb(0 0 0 / 80%);
    font-weight: 700;
}

.toll_free>p a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.social_links ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-end;
}

.social_links ul li {
    padding-right: 15px;
}

.social_links ul li a {
    /*font-size: 45px;*/
    color: #000;
}

.social_links ul li a i {
}

.social_links ul li a:hover {
    color: rgb(0 0 0 / 50%);
}

.footer_links ul li a:hover {
    color: #fed604;
    text-decoration: underline;
}

.footer_bottom_content p {
    font-weight: 700;
    margin-bottom: 0;
}

.footer_bottom_content span {
    font-size: 18px;
    color: rgb(0 0 0 / 50%);
}

.footer_bottom_content {
    padding-bottom: 40px;
}

.follow_right {
    text-align: right;
}

.social_links {
    display: inline-block;
    text-align: left;
}

.social_links h5 {
    font-size: 22px;
    font-weight: bold;
}

.about_content {
    position: relative;
}

.about_content:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 10px;    
    background: url(../img/sides.png) center center repeat rgb(255 255 255 / 0%);
    background-size: contain;
    right: -20px;
    top: 0;
}

.footer_img {
    display: block;
    padding-top: 50px;
}

.footer_img img {
    max-width: 100%;
}
.container-fluid {
    max-width: 1380px;
}


/*laminates */

.slider_img {
    min-height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.hero_banner_slider .owl-dot span {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 8px;
}

.hero_banner_slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.hero_banner_slider .owl-nav {
    display: none;
}

.hero_banner_slider .owl-dot.active span {
    background: #fed604;
}

.feature_section {
    padding: 60px 0 40px;
    background: #f5f5f5;
}

.inner_head {
    text-align: center;
    padding-bottom: 25px;
}

.inner_head label {
    font-size: 14px;
    margin-bottom: 5px;
}

.inner_head h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.feature_group {
}

.feature_group ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.feature_group ul li {
    width: 33.33%;
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.feature_icon img {
    width: auto;
    height: auto;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.feature_icon {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_box {
    text-align: center;
}

.feature_group ul li:nth-child(3n) {
    border-right: none;
}

.feature_group ul li:nth-last-child(3),
.feature_group ul li:nth-last-child(2),
.feature_group ul li:nth-last-child(1){
    /*border-bottom: none;*/
    padding-top: 40px;
}

.img_collection {
    background: #f5f5f5;
    padding: 60px 0;
}

.collection_boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection_text a.btn.btn_black {
    margin-top: 40px;
}

.collection_text .feature_prod_detail {
    padding-left: 0;
}

.collection_img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.collection_img {
    height: auto;
    padding-bottom: 30px;
}

.inspiration_gallery {
    padding: 40px 0 0;
}

.small_img_box {
    padding-right: 10px;
}

.small_img_box h6 {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 7px;
    font-weight: 700;
}

.small_img_box p {
    font-size: 16px;
    color: rgb(0 0 0 / 50%);
}

#sync1 .owl-nav {
    display: none;
}

div#sync2 {
    padding-top: 20px;
    max-width: calc(100% - 70px);
}

#sync2 .owl-nav button span {
    font-size: 36px;
    display: block;
    line-height: 1;
    width: 40px;
    height: 40px;
}

#sync2 .owl-nav button {
    width: 40px;
}

#sync2 button.owl-prev {
    border-right: 2px solid #000;
}

#sync2 button.owl-prev {
    border-right: 2px solid rgb(0 0 0 / 50%) !important;
    height: 40px;
    box-sizing: content-box;
}

#sync2 .owl-nav {
    position: absolute;
    right: -80px;
    bottom: auto;
    top: 35px;
}

#sync2 .owl-item .small_img {
    position: relative;
}

#sync2 .owl-item .small_img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(255 255 255 / 60%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sync2 .owl-item.active.current .small_img:after {
    background:rgb(254 214 4 / .6);
}

.inspiration_gallery_slider {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}


.certification_detail {
    display: flex;
    margin-bottom: 50px;
}

.certificate_img {
    width: 120px;
}

.certificate_img img {
    max-width: 100%;
}

.certificate_txt p {
    font-size: 16px;
    margin-bottom: 8px;
}

.certificate_txt a.btn {
    color: #000;
    border-color: #000;
}

.certificate_txt a.btn:hover {
    color: #000;
}

.certificate_txt {
    padding-left: 20px;
    width: calc(100% - 140px);
}

.certification_boxes {
    border-bottom: 1px solid #ddd;
}

section.greenlam_branch {
    display: flex;
    position: relative;
}

.greenlam_txt,.greenlam_img {
    width: 100%;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}

.greenlam_img {
    background: rgb(153 187 222 / 0%);
    justify-content: flex-end;
}
.certificate_section {
    padding: 40px 0;
}

h1,h2,h3,h4,h5,h6 {
    text-transform:uppercase;
    font-weight: 700;
}

.section_head h4 {
    font-size: 36px;
    color: rgb(0 0 0 / 80%);
}

.installation_guide_slider {
    padding-top: 20px;
    position: relative;
}

.installation_guide_slider .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
}

.installation_guide_slider .blog_content a {
    font-size: 22px;
}
.pt_0{
    padding-top: 0 !important;
}
.bg_white{
    background-color: #fff !important;
}

/*Product list*/

.products_wrapper a.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 8px;
}

ul#myTab {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px 20px;
}
.gray_box_text a.btn.btn_white {
    border: 1px solid #c4c4c4;
    padding: 10px 14px;
    min-width: 110px;
    margin-top: 10px;
}

a.btn.btn_white i.fa.fa-download {
    margin-right: 4px;
}
.products_wrapper a.nav-link.active.show {
    background: #000;
    color: #fff;
}

#myTab li.nav-item {
    margin: 0 5px;
}

.products_wrapper a.nav-link.active.show i.fa-eye-slash {
    display: none;
}

.products_wrapper a.nav-link i.fa-eye {
    display: none;
}

.products_wrapper a.nav-link.active.show i.fa-eye, .products_wrapper a.nav-link i.fa-eye-slash {
    display: inline-block;
}

.product_list_wrapper ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.product_list_wrapper ul li {
    width: 25%;
    text-align: center;
}

.left_box,.right_box {
    padding: 15px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.left_box label {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.prod_content_box h3 {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.product_content_box {
    position: relative;
    transition: .4s ease-in-out 0s;
    -webkit-transition: .4s ease-in-out 0s;
    -moz-transition: .4s ease-in-out 0s;
    -ms-transition: .4s ease-in-out 0s;
    overflow: hidden;
}

.right_box {
    min-height: 400px;
}

.right_box .prod_content_box a.btn {
    display: none;
}

.left_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    /*z-index: -11;*/
 /*   transition: .4s ease-in-out 0s;
    -webkit-transition: .4s ease-in-out 0s;
    -moz-transition: .4s ease-in-out 0s;
    -ms-transition: .4s ease-in-out 0s;*/
}

.product_content_box:hover .left_box {
    /* display: flex; */
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.products_list_section {
    padding-bottom: 40px;
    position: relative;
}
span.new {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding: 0px 8px;
    background: #FED604;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*Product filter */

.product_pg_banner {
    background: rgb(0 0 0 / 80%);
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    z-index: 1000;
  position: relative;
}

li.breadcrumb-item,li.breadcrumb-item>a {
    font-size: 22px;
    color: rgb(255 255 255 / 80%);
    text-transform: uppercase;
    text-decoration: underline;
}

ol .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: rgb(255 255 255 / 80%);
}

.prod_hero_txt h2 {
    color: rgb(255 255 255 / 80%);
}

.prod_hero_txt p {
    color: rgb(255 255 255 / 60%);
}

.prod_hero_txt {
    padding: 50px 0;
}

.banner_content_detail {
    padding-top: 0;
}

.hero_prod_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero_prod_img {
    height: 100%;
    display: block;
}

.filter_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 11;
}

.filter_left {
    display: flex;
}

.filter_type {
    display: flex;
    padding-left: 15px;
    align-items: center;
}

.filter_type button.dropdown-toggle {
    font-size: 16px;
    padding: 0px 10px;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
    font-weight: 700;
    font-family: 'FuturaStd-Light';
}

.filter_search {
    position: absolute;
    display: block;
    right: 30px;
    top: 15px;
    left: auto;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.filter_left > label {
    margin-bottom: 0;
}

.search_box button {
    background: transparent;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
}

.search_box .fa-plus {
    display: none;
}

.search_box button i.fa {
    padding-left: 5px;
}

.filter_search input {
    width: 0;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #000;
    box-shadow: none;
    padding: 0;
    outline: none;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.open .search_box .fa-plus {
    display: inline-block;
    transform: rotate(45deg);
}

.open .search_box .fa.fa-search {
    display: none;
}
.filter_box.open .filter_search {
    display: block;
    left: auto;
    width: 50%;
    height: auto;
    right: 170px;
}

.filter_box.open input[type="text"] {
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 5px 20px;
}
.filter_output ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    padding-top: 20px;
    margin-bottom: 20px;
}

.filter_output ul li {
    padding-right: 10px;
}

.filter_item {
    font-size: 16px;
    color: #000;
    background: #f5f5f5;
    padding: 7px 20px;
    border-radius: 30px;
    text-transform: capitalize;
}

.searched_prod {
    position: relative;
    padding-bottom: 10px;
}

.prod_desc p {
    font-size: 16px;
    padding-top: 5px;
}

.navbar-nav a.nav-link:before, 
.navbar-nav .nav-item.active a.nav-link:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background: #000;
    bottom: 3px;
    left: 0;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.navbar-nav a.nav-link:hover:after, 
.navbar-nav .nav-item.active a.nav-link:after,
.navbar-nav a.nav-link:hover:before, 
.navbar-nav .nav-item.active a.nav-link:before {
    width: 100%;
}

.contact_text a:hover {
    color: #000;
}
img {
    max-width: 100%;
}
.feature_icon:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.bottom_map_box {
    display: flex;
}

.bottom_map_content ,.bottom_map_btn {
    width: 50%;
}

.bottom_map_btn {
    text-align: right;
}

section.greenlam_branch:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgb(0 0 0 / 50%);
}

.greenlam_branch .container {
    position: relative;
}

.greenlam_txt h3 {
    margin-bottom: 0;
}
.right_box .prod_content_box h3 {
    color: #fff;
}
.searched_prod_img {
    max-width: 100%;
    overflow: hidden;
}

.searched_prod_img img {
    width: 100%;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.searched_prod_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

p,label {
    font-family: 'FuturaStd-Light';
    font-weight: 400;
}

.footer_top_content .col-md-4.col-sm-12:last-child {
    text-align: right;
}
.feature_text p {
    color: #675C5C;
}

.feature_text h5 {
    font-weight: 700;
    color: rgb(0 0 0 / 80%);
}

.inner_head h3 {
    font-weight: 700;
}
.feature_group ul li:nth-child(3),
 .feature_group ul li:nth-child(2), 
.feature_group ul li:nth-child(1) {
    padding-top: 0;
}

.prod_desc>p {
    /*font-family: 'Acumin Pro Condensed';*/
    font-weight: 500;
}

.prod_desc p strong {
    padding-right: 5px;
}
.filter_item i.fa {
    display: inline-block;
    padding-left: 5px;
}
.gray_box_contetnt {
    padding: 40px;
    background: rgb(178 178 178);
    margin-bottom: 30px;
    min-height: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gray_box_contetnt label {
    font-size: 14px;
    color: #675C5C;
    margin-bottom: 0px;
}

.gray_box_contetnt h3, 
.gray_box_contetnt h3>a {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: unset;
    margin-bottom: 3px;
}

.gray_box_contetnt p {
    margin-bottom: 0;
    font-size: 18px;
    color: #675C5C;
    line-height: 1.3;
}
.feature_icon img {
    width: 50px;
    max-width: 100%;
}

.feature_group ul li {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
}

button#dropdownMenuButton:focus {
    outline: none;
    box-shadow: none;
}
img.mobLogo {
    display: none;
}
.filter_type button.dropdown-toggle {
    text-align: left;
}
.filter_left > label {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStd-Light';
}
.home_hero_slider  .owl-dot {
    display: inline-block;
}

.home_hero_slider  .owl-dot button.links_text {
    font-size: 20px;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: block;
    text-decoration: none;
    width: 100px;
    text-align: left;
    margin-right: 15px;
}

.home_hero_slider  .owl-dots {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 70px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    text-align: center;
}

.home_hero_slider  .owl-nav {
    display: none;
}

.home_hero_slider  .owl-dot.active button.links_text {
    border-color: #fed604;
}
.home_hero_slider .owl-dot button.links_text span {
    font-size: 20px;
    display: none;
}
.ext_gal .inspiration_gallery_slider {
    padding-bottom: 0;
    border-bottom: none;
}
.latest_blog_section.ext_ins {
    padding-top: 0px;
}
.big_video_box {
    background: #000;
}
.prod_hero_content {
    padding-top: 40px;
}
.feature_prod_img>a {
    display: block;
    overflow: hidden;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.featured_product_box:hover .feature_prod_img>a>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.featured_product_box .feature_prod_img>a>img {
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.blog_img a {
    display: block;
    overflow: hidden;
}

.blog_img a img {
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
}

.blog_img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.social_links ul li a i.fa.fa-youtube-play:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: #000000;
    left: 0px;
    right: 0px;
    top: 9px;
    bottom: 0px;
    border-radius: 9px;
}

.social_links ul li a {
    position: relative;
}

.social_links ul li a i.fa.fa-youtube-play:before {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 32px;
    display: block;
    text-align: center;
    line-height: 1.1;
}

.social_links ul li a i.fa.fa-youtube-play {
    font-size: 38px;
    height: 40px;
    width: 40px;
}

.social_links ul li a i.fa.fa-youtube-play:hover:after {
    background: rgb(0 0 0 / .5);
}

.big_video_box {
    position: relative;
}

.video_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background: #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_btn button {
    background: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.play_btn button i.fa{
    font-size: 70px;
    color: #fff;
}
.second {display: none;}


.btn.dropdown-toggle-text {
    background: transparent;
    padding: 3px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'FuturaStd-Light';
    position: relative;
    outline: none !important;
    box-shadow: none;
    padding-right: 20px;
    margin-right: 30px;
    min-width: 0;
}

.dropdown-menu_box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    z-index: 11;
}

button.btn.dropdown-toggle-text:focus {
    outline: none;
}

.btn.dropdown-toggle-text:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border: 2px solid #000;
    border-right: none;
    border-top: 0;
    transform: rotate(315deg);
    right: 0;
    top: 7px;
}

.filter_type .dropdown {
    position: static;
}

.filter_box {
    position: relative;
}

section.prod_filter_section {
    position: relative;
}

.tab_checkbox input {
    display: none;
}

.tab_checkbox label {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 8px;
    display: block;
    padding: .3rem 1rem;
    cursor: pointer;
}

.filter_elements {
    display: flex;
    flex-wrap: wrap;
}

.tab_checkbox {
    padding:3px 20px 3px 0;
}
.filter_btns {
    display: flex;
}

.filter_btns.mob_filter_btns {
    display: none;
}

.tab_checkbox input[type="checkbox"] + label i.fa-eye-slash {
    display: inline-block;
}

.tab_checkbox input[type="checkbox"]:checked + label i.fa-eye {
    display: inline-block;
}

.tab_checkbox input[type="checkbox"] + label  i.fa-eye, 
.tab_checkbox input[type="checkbox"]:checked + label i.fa-eye-slash {
    display: none;
}

.tab_checkbox input[type="checkbox"]:checked + label {
    background: #000;
    color: #fff;
}
.fiter_box_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter_btns .btn_white {
    border-color: #000;
    margin-right: 10px;
}

body .products_wrapper .filter_elements {
    justify-content: center;
    padding: 0px;
}

.left_box .white_ele label, 
.prod_content_box.white_ele h3 {
    color: #fff;
}

.white_ele p {
    color: #fff;
}
.filter_mob{
    display: none;
}
.filter_left > label img {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    margin-right: 4px;
}
.dropdown_box_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.acordion_box .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.acordion_box .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.acordion_box .panel-title > a:hover, 
.acordion_box .panel-title > a:active, 
.acordion_box .panel-title > a:focus  {
    text-decoration:none;
}


/*Product detail pg css*/

.product_detail_slider_sec {
    margin-top: -100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}

.slider_details_box .prod_hero_txt {
    padding-top: 0;
    padding-bottom: 20px;
}

.slider_details_box .prod_hero_txt h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1;
}

.detail_pg_banner li.breadcrumb-item,
.detail_pg_banner li.breadcrumb-item>a {
    font-size: 18px;
}

.product_pg_banner.detail_pg_banner {
    max-height: 220px;
    position: relative;
    height: 200px;
}

.prod_desc_box h2 {
    font-size: 52px;
    color: rgb(0 0 0 / 80%);
    text-transform: capitalize;
}

.prod_desc_box {
    padding-top: 20px;
}

.prod_desc_box h6 {
    font-size: 26px;
    font-family: 'FuturaStd-Light';
}

.prod_desc_box p {
    font-size: 16px;
}

.slider_details_box {
    padding: 0 40px;
}

.acordion_box {
    border-top: 1px solid #675C5C;
}

.acordion_box h4.panel-title>A {
    font-size: 24px;
    color: rgb(0 0 0 / 80%);
    display: block;
}

.acordion_box h4.panel-title>a:before {
    font-weight: 100;
}

.acordion_box h4.panel-title {
    margin-bottom: 0;
}

.detail_table td {
    font-size: 20px;
}

.detail_table table {
    width: 100%;
}

.detail_table {
    padding: 20px 0 0px;
}

.acordion_box .panel.panel-default {
    padding-bottom: 10px;
    border-bottom: 1px solid #675c5c;
    padding-top: 10px;
}

.detail_table tr td {
    padding-bottom: 15px;
}


.feature_items ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.feature_items ul li {
    list-style-type: none;
    width: 33%;
    padding: 5px;
    padding-bottom: 15px;
}
.feature_items .feature_text h5 {
    font-size: 16px;
    text-align: center;
}
.feature_items .feature_icon {
    width: 100px;
    height: 100px;
}

.feature_items .feature_icon img {
    width: 30px;
}

.feature_items {
    padding: 20px 0 0;
}

.pagination_box {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.pagination_box a {
    font-size: 24px;
    color: rgb(0 0 0 / 80%);
    text-decoration: none;
    text-transform: uppercase;
}

.product_detail_slider #sync2 .owl-nav {
    display: none;
}

.product_detail_slider div#sync2 {
    max-width: 100%;
}

.enquiry_box {
    display: flex;
    padding: 20px 0;
}

a.beSocial {
    border: 1px solid #000;
    width: 70px;
    text-align: center;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    padding-top: 10px;
    font-weight: 100;
}

a.beSocial:hover {
    background: #000;
    color: #fff;
}

.enquiry_box a.btn.btn_black {
    width: 100%;
}

.enquiry_box a {
    margin-right: 10px;
}

.enquiry_box a:last-child {
    margin-right: 0;
}

.pb_0 {
    padding-bottom: 0;
}
.product_detail_slider .owl-nav {
    display: none;
}

div#sync3 {
    padding-bottom: 20px;
}

.product_detail_slider .owl-item.active.current .small_img {
    border-bottom: 3px solid #fed604;
}

.pagination_box a span {
    display: inline-block;
    border-bottom: 2px solid rgb(0 0 0 / 80%);
    margin-left: 5px;
    line-height: 1;
}

.pagination_box a + a span {
    margin-left: 0;
    margin-right: 5px;
}

.pagination_box a:hover {
    color: #000;
}

.detail_pg_banner .container {
    position: static;
}

.detail_pg_banner .hero_prod_img {
    position: absolute;
    right: 0;
    width: 64%;
}

.detail_pg_banner .col-md-8.col-sm-12 {
    position: static;
}
.ext_slider {
    padding-top: 15px;
}

.ext_slider .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}
.detail_pg_banner li.breadcrumb-item>a:hover {
    color: #fff;
}


/**/





/* Demo CSS */
.hero-banner {
    position: relative;
    overflow: hidden
}

.lg-scribble {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: 50%;
    z-index: 3;
    display: none;
    pointer-events: none
}

.hero-banner-slider-section {
    position: relative
}

.hero-banner-slider {
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.hero-banner-slides-wrapper {
    position: relative
}

.hero-banner-slider-section,
.hero-banner-slider,
.hero-banner-slide,
.hero-banner-asset {
    height: calc(100vh - 100px);
    min-height: 400px;
}

.hero-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    width: 0;
    overflow: hidden;
}

/* .hero-banner-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: radial-gradient(46.15% 106.11% at 62.67% 30.5%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%)
}
 */
.lg-slide-video,
.xs-slide-video {
    position: absolute;
    top: 0;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.xs-slide-video {
    display: none
}

.hero-slider-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 1000ms opacity ease 500ms;
    text-align: center;
}

.active-slide .hero-slider-content {
    opacity: 1
}

.hero-banner-slide.animate {
    transition: width 500ms ease
}

.hero-banner-slide.active-slide {
    opacity: 1;
    width: 100%
}

.hero-banner-asset,
.lg-slide-video,
.xs-slide-video {
    width: 100vw;
}

.hero-banner-asset {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat
}

.hero-slider-category {color: #fff;font-size: 18px;font-family: 'FuturaStd-Light';font-weight: 400;text-transform: unset;}

.hero-slider-title h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-size: 60px;
    margin-bottom: .5rem;
}

.hero-slider-desc {
    margin-top: 15px;
    margin-bottom: 36px
}

.slider-background-img {
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top
}

.slider-pagination-section {
    position: absolute;
    bottom: 9vh;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    list-style-type: none;
    padding: 0;
    z-index: 2;
    max-width: 520px;
}

.slide-pagination-block {
    flex-grow: 1;
    flex-basis: 0;
    border-bottom: 3px solid rgb(255 255 255);
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
    margin-right: 15px;
}

.slide-pagination-block.active-slide-pagination-block {
    color: rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgb(254 214 4);
}

.slide-pagination-text {
    display: none;
}

.xs-slide-pagination {
    display: none
}

.brand-tagline-row1 {
    height: 80vh;
    display: flex;
    align-items: center
}

.brand-tagline-desc {
    margin-top: -50px
}

.brand-tagline-row2 {
    padding-top: 20vh;
    padding-bottom: 80px
}

.brand-tagline-txt.small-h1 {
    margin-top: 15px;
    position: fixed;
    top: 0;
    display: none;
    transition: border 500ms ease-in-out;
    transform: translateY(538.531px)
}

.xs-scribble {
    display: none
}

.hero-banner-slide .page-pad {
    padding-top: 10%;
}

a.page-btn.btn.btn_white {
    margin-top: 35px;
}

.slide-pagination-number {
    font-size: 20px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: left;
}

.blog_list_items {
    padding-top: 20px;
}

.side_drop .dropdown {
    text-align: right;
}

.blog_list_items .blog_item {
    margin-bottom: 40px;
}


/*Contact css*/

.effect-16
{
    border: 0; 
    padding: 4px 0; 
    border-bottom: 1px solid #ccc; 
    background-color: transparent;
}

.effect-16 ~ .focus-border{
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 0; 
    height: 2px; 
    background-color: #3399FF; 
    transition: 0.4s;
}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{
    width: 100%; 
    transition: 0.4s;
}
.effect-16 ~ label{
    position: absolute; 
    left: 0; 
    width: 100%; 
    top: 9px; 
    color: #aaa; 
    transition: 0.3s; 
    z-index: -1; 
    letter-spacing: 0.5px;
}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{
    top: -16px; 
    font-size: 12px; 
    color: #3399FF; 
    transition: 0.3s;
}

/*checkbox*/
.checkbox_wrapper {
   padding: 50px;
}

.checkbox_style {
   display: block;
   margin-bottom: 15px;
}

.checkbox_style input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox_style label {
  position: relative;
  cursor: pointer;
}

.checkbox_style label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox_style input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.contact_section .prod_hero_txt h2 {
    font-size: 36px;
    color: rgb(0 0 0 / 80%);
    text-transform: uppercase;
    font-weight: 700;
}

.input-effect label {
    left: 15px;
}

.effect-16 {
    width: 100%;
}

.effect-16 ~ .focus-border {left: 15px;right: 15px;}

.effect-16:focus ~ .focus-border, .has-content.effect-16 ~ .focus-border {
    width: calc(100% - 30px);
    background: #000;
}

.input-effect .effect-16:focus {
    box-shadow: none !important;
    outline: none;
}

.input-effect {
    margin-bottom: 30px;
}

.input-effect select.effect-16 {
    height: 34px;
}

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
    font-family: 'FuturaStd-Light';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}

.effect-16 {
    font-family: 'FuturaStd-Light';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: block;
    height: 35px;
}

.checkbox_wrapper {
    padding: 10px 0;
}

.input-effect .checkbox_style label {
    left: 0;
    font-size: 16px;
    margin-bottom: 2px;
}

.checkbox_style label:before {
    top: -5px;
    padding: 8px;
    border-color: #000;
}

.checkbox_style input:checked + label:after {
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-color: #000;
}

.checkbox_style {
    margin-bottom: 10px;
}

.contact_section .btn_box {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
}

.contact_section {
    padding-bottom: 60px;
}
.google_map {
    padding-top: 50px;
}
.contact_top_wrap {
    display: flex;
    border: 1px solid #7f7f7f;
    justify-content: space-between;
    border-bottom: 4px solid #7f7f7f;
}

.contact_top_text {
    padding: 30px;
    padding-bottom: 0px;
}

.contact_top_text h4 {
    font-size: 36px;
}

.contact_top_text p {
    font-size: 16px;
}

.contact_top_desc {
    padding-bottom: 60px;
}

.contact_top_img {
    max-width: 100%;
}

.contact_top_img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .lg-scribble {
        display: inline !important
    }
    .brand-tagline-desc {
        margin-top: 0
    }
    .brand-tagline-txt.small-h1 {
        position: static;
        display: block;
        transform: translateY(0)
    }
    .lg-slide-video {
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: auto;
        height: auto
    }
}

@supports(-ms-accelerator:true) {
    .lg-scribble {
        display: inline !important
    }
    .brand-tagline-desc {
        margin-top: 0
    }
    .brand-tagline-txt.small-h1 {
        position: static;
        display: block;
        transform: translateY(0)
    }
    .lg-slide-video {
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: auto;
        height: auto
    }
}

@supports(-ms-ime-align:auto) {
    .lg-scribble {
        display: inline !important
    }
    .brand-tagline-txt.small-h1 {
        position: static;
        display: block;
        transform: translateY(0)
    }
    .brand-tagline-desc {
        margin-top: 0
    }
    .lg-slide-video {
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: auto;
        height: auto
    }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
    .hero-banner {
        position: static
    }
    .brand-tagline-desc {
        display: inline
    }
    .brand-tagline-txt.small-h1 {
        position: static;
        transform: translateY(0) !important;
        display: inline !important
    }
    .brand-tagline-row1 {
        height: auto
    }
    .brand-tagline-section {
        background-color: #13294b;
        padding: 158px 0 48px
    }
    .brand-tagline-row2 {
        padding: 0
    }
    .brand-tagline-row2 .row-fluid .span10 {
        width: 100%
    }
    .xs-scribble {
        display: block;
        margin-left: -84px;
        width: calc(100% + 168px);
        padding: 40px 0
    }
    .xs-scribble img {
        width: 100%
    }
    .lg-scribble {
        display: none !important
    }
    .hero-banner-slider-section,
    .hero-banner-slider,
    .hero-banner-slide,
    .hero-banner-asset {
        height: 85vh
    }
}

@media(max-width:1280px) {
    .row-fluid [class*="span"].hero-slider-title {
        width: 91%
    }
}

@media(max-width:1200px) {
    .row-fluid [class*="span"].hero-slider-title {
        width: 100%
    }
    .row-fluid [class*="span"].hero-slider-desc {
        width: 75%
    }
}

@media(max-width:1023px) {
    .hero-banner {
        position: static
    }
    .hero-banner-slider-section,
    .hero-banner-slider,
    .hero-banner-slide,
    .hero-banner-asset {
        height: 85vh
    }
    .row-fluid [class*="span"].hero-slider-desc {
        width: 100%
    }
    .slider-pagination-section {
        padding: 0 60px
    }
    .slider-background-img {
        background-position: center
    }
    .lg-slide-video {
        display: none
    }
    .xs-slide-video {
        display: inline-block
    }
    .hero-slider-desc {
        width: 100%
    }
    .brand-tagline-desc {
        display: inline
    }
    .brand-tagline-desc,
    .brand-tagline-desc p {
        margin-bottom: 0
    }
    .brand-tagline-txt.small-h1 {
        position: static;
        transform: translateY(0) !important;
        display: inline !important
    }
    .brand-tagline-row1 {
        height: auto
    }
    .brand-tagline-section {
        background-color: #13294b;
        padding: 158px 0 48px
    }
    .brand-tagline-row2 {
        padding: 0
    }
    .brand-tagline-row2 .row-fluid .span10 {
        width: 100%
    }
    .xs-scribble {
        display: block;
        margin-left: -60px;
        width: calc(100% + 120px);
        padding: 40px 0
    }
    .xs-scribble-img {
        width: 100%;
        height: auto
    }
    .lg-scribble {
        display: none !important
    }
}

@media(max-width:767px) {
    .slider-background-img-desk {
        background-image: none !important
    }
    .slider-background-img-mob {
        width: 100%
    }
    .hero-slider-category {
        /*margin-top: 35vh;*/
        margin-bottom: 0;
        transition: margin 500ms ease
    }
    .hero-slider-title {
        margin-top: 15px;
        margin-bottom: 25px
    }
    .row-fluid [class*="span"].hero-slider-desc {
        display: none
    }
    .slider-pagination-section {
        width: 100%;
        padding: 0 24px;
        margin-left: -50%;
        left: 50%;
        align-items: center
    }
    .hero-banner-slider-section .slide-pagination-text,
    .hero-banner-slider-section .slide-pagination-number {
        display: none
    }
    .xs-slide-pagination {
        display: inline
    }
    .xs-slide-pagination-left {
        padding-right: 16px
    }
    .xs-slide-pagination-right {
        padding-left: 16px;
        margin-top: -24px
    }
    .slide-pagination-block {
        border: 0;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.5);
        height: 1px
    }
    .slide-pagination-block.active-slide-pagination-block {
        background: rgba(255, 255, 255, 1)
    }
    .xs-next-slide {
        opacity: .5
    }
    .xs-scribble {
        margin-left: -24px;
        width: calc(100% + 48px)
    }
    .hero-slider-title h1 {
        font-size: 40px;
        text-align: left;
    }

    .hero-banner-slide .page-pad {
        padding-top: 15%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-slider-category {
        text-align: left;
    }

    .hero-slider-content {
        text-align: left;
    }

    .small-text.xs-pagination-text {
        display: none;
    }

    .xs-slide-pagination-right {
        display: none;
    }

    li.xs-slide-pagination {
        font-size: 16px;
        color: #fff;
        position: absolute;
        top: -25px;
    }
}


@media(max-width:1023px) and (orientation:landscape) {
    .row-fluid [class*="span"].hero-slider-desc {
        display: none
    }
    .hero-slider-category {
        margin-bottom: 0
    }
    .hero-slider-title {
        margin-top: 6px;
        margin-bottom: 6px
    }
}


@media(min-width:768px) {
    .slider-background-img-mob {
        background-image: none !important;
    }
}


@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .hero-banner-slider-section,
    .hero-banner-slider,
    .hero-banner-slide,
    .hero-banner-asset {
        /*height: 100vh*/
    }
    .hero-banner-slide h1 {
        margin-top: 0
    }
}

@media(min-width:992px) and (max-width:1024px) and (orientation:landscape) {
    .hero-banner-slider-section,
    .hero-banner-slider,
    .hero-banner-slide,
    .hero-banner-asset {
        /*height: 85vh*/
    }
}

@media(max-height:600px) and (width:1024px) and (orientation:landscape) {
    .hero-banner-slider-section,
    .hero-banner-slider,
    .hero-banner-slide,
    .hero-banner-asset {
        /*height: 100vh*/
    }
    .hero-slider-desc {
        margin-top: 5px;
        margin-bottom: 15px
    }
}



/**/


#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 26px;
  border: 1px solid #555;
  outline: none;
  background-color: #ffff;
  color: #333333;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  height: 48px;
  width: 48px;
  line-height: 1.4;
}

#myBtn:hover {
  background-color: #555;
  color:#fff;
}
.tab_checkbox label i.fa {
    display: inline-block;
    padding-right: 4px;
}

.mob_filter_btns{
    display: none;
}

.filter_right {
    /*display: none;*/
}

.filter_search {
    display: none;
}

.header_area.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 121;
    box-shadow: 2px 2px 2px #ccc;
}
.header_area.fixed nav.navbar {
    padding: 6px 0;
}

header.header_area {
    position: fixed;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹ease-in 0;
    -moz-transition: .2s ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹ease-in 0;
    -ms-transition: .2s ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹ease-in 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 111;
}

body {
    padding-top: 100px;
}
.inner_hero_banner .slide-pagination-number {
    display: none;
}

.inner_hero_banner  li.slide-pagination-block {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    border: none;
    background: #fff;
    margin: 0 7px;
}

.inner_hero_banner ul.slider-pagination-section {
    display: block;
    text-align: center;
}


.hero-banner-slider-section.inner_hero_banner, 
.inner_hero_banner .hero-banner-slider , 
.inner_hero_banner .hero-banner-slide , 
.inner_hero_banner .hero-banner-asset  {
    height: calc(100vh - 160px);
    min-height: 400px;
}


.inner_hero_banner li.slide-pagination-block.active-slide-pagination-block {
    background: #fed604;
}
.product_detail_slider .owl-item .small_img {
    border-bottom: 3px solid transparent;
}
.product_box_section .btn_black {
    background: #fed604;
    color: #1a1919;
    border-color: #fed604;
}

.product_box_section .btn_black:hover {
    background: rgb(254 214 4 / 0%);
    color: #1a1919;
    border-color: #fed604;
}
.inner_hero_banner li.xs-slide-pagination {
    display: none !important;
}

.inner_hero_banner .hero-banner-asset .slider-background-img {
    height: calc(100vh - 160px); 
    min-height: 400px;
}

a.item_img {
    position: relative;
    display: block;
}

a.item_img span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    text-align: center;
}

a.item_img span img {
    width: auto !important;
    display: inline-block;
    margin:  auto;
}

a.item_img span  label {
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.visualiser_text h5 {
    font-size: 14px;
    color: #c4c4c4;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.visualiser_text h3 {
    font-size: 34px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 80%);
    font-family: 'FuturaStd-Light';
    letter-spacing: -1;
}

.visualiser_tool {
    padding: 50px 0;
    background-size: 930px;
    background-position: 75% center;;
    background-repeat: no-repeat;
    background-color: #333;
}

.visualiser_desc p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 80%);
    font-family: 'FuturaStd-Light';
    font-weight: 700;
}

.visualiser_desc {
    max-width: 230px;
    margin-top: 20px;
}

.exp_btn {
    text-align: right;
    padding-top: 20px;
}

.mob_img_vis{
    display: none;
}

/* */

.big_video_section .video_sound {
    position: absolute;
    right: 20px;
    top: 18px;
    padding: 5px;
    cursor: pointer;
    z-index: 2030;
}

.big_video_section .video_play {
    position: absolute;
    right: 58px;
    top: 16px;
    padding: 5px;
    cursor: pointer;
    z-index: 2030;
}

.big_video_section .video_sound a:hover {
    color: #fff;
}

.big_video_section .video_sound a {
    float: right;
    color: #fff;
}

.big_video_section .video_play .fas {
    font-size: 18px;
    color: #fff;
}

.big_video_section .video_play a:hover {
    color: #fff;
}

.big_video_section .video_play a {
    float: right;
    color: #fff;
}


.big_video_section .video_play button {
    margin: 0px;
    padding: 0px;
    background-color: Transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    overflow: hidden;
}
.big_video_section .video_play button {
    width: 18px;
    min-width: 0;
}

.big_video_section .video_play button i.fa {
    color: #fff;
}

video#myVideo {
    display: block;
    max-width: 100%;
}

/**/
section.visualizer_icon_box {
    padding: 40px 20px;
    text-align: center;
    background: #333;
}

.visualizer_icon img {
    max-width: 100%;
}

.visualizer_icon {
    padding-bottom: 10px;
}

.visualizer_icon_box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'FuturaStd-Light';
}

.back_to_link {
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}

.back_to_link>a {
    font-size: 20px;
    color: rgb(0 0 0 / 60%);
    margin-top: 5px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
}

.back_to_link h4 {
    margin-bottom: 0;
    font-size: 36px;
}

.back_to_link_box p {
    text-align: center;
    font-size: 18px;
}

.visualizer_slider_box button span {
    font-size: 24px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.visualizer_slider_box button {
    position: absolute;
    top: 50%;
    border: 1px solid #949494 !important;
    transform: translateY(-50%);
}

.visualizer_slider_box button.owl-prev {
    left: -15px;
}

.visualizer_slider_box button.owl-next {
    right: -15px;
}

.visualizer_slider_box .owl-dots {
    display: none;
}

.visualizer_slider_box .btn_box {
    text-align: center;
    padding: 40px 0;
}

.product_detail_slider_sec.visual_detail_pg {
    margin-top: 0;
    padding: 60px 0;
    border-top: 3px solid #ddd;
    border-bottom: none;
}

.download_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

a.back_text {
    font-size: 20px;
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase;
}

.visual_detail_pg .inspiration_gallery_slider {
    border: none;
    padding-bottom: 0;
}

.visual_detail_pg div#sync3 {
    padding-bottom: 0;
}
.back_to_link>a img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
.visual_detail_pg .product_detail_slider  #sync4 .owl-nav {
    display: block;
}

.visual_detail_pg button span {
    font-size: 24px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.visual_detail_pg #sync4 button {
    position: absolute;
    top: 38%;
    border: 1px solid #949494 !important;
    transform: translateY(-50%);
}

.visual_detail_pg button.owl-prev {
    left: -15px;
}

.visual_detail_pg button.owl-next {
    right: -15px;
}

.visual_detail_pg .owl-dots {
    display: none;
}

.visual_detail_pg .product_detail_slider .owl-item.active .small_img.current_img {
    border: 2px solid #fed604;
}

.visual_detail_pg .product_detail_slider .owl-item .small_img {
    position: relative;
    border: 2px solid transparent;  
}

.visual_detail_pg .product_detail_slider .owl-item.active .small_img.current_img:after {
    content: "";
    position: absolute;
    height: 28px;
    width: 28px;
    background: url(../img/yellow_tick.png) center center transparent no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}


.visual_detail_pg  .owl-item.active.current .small_img {
    border-bottom: none;
}

.visual_detail_pg .owl-item.active.current .small_img {
    border-bottom: none;
}
.texture_wrapper a {
    font-size: 20px;
    color: rgb(0 0 0 / 60%);
    margin-top: 0;
    text-transform: uppercase;
}

.texture_wrapper a>img {
    margin-bottom: 6px;
}

.texture_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}


.texture_list .right_box:hover a.btn {
    display: block;
}
.pull-right {
    float: right;
}
.fancy_modal {
    width: 100%;
    background: #7d7d7d;
    text-align:center;
}

.fancy_modal .detail_table {
    max-width: 600px;
    margin: 0 auto;
}

.fancy_modal .detail_table table td {
    color: #fff;
}

.fancy_modal>img {
    position: relative;
    z-index: 1;
    max-width: 800px;
}
.fancy_head {
    padding-bottom: 20px;
}

.fancy_head h4 {
    color: #fff;
}
.texture_list.product_list_wrapper ul li {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 20px;
}

.product_list_wrapper.texture_list {
    padding: 0 10px;
}
.fancy_modal .detail_table table {
    min-width: 600px;
}
.fancy_modal>img {
    max-width: 100%;
}

.fancy_modal .fancybox-button svg path {
    fill: #fff;
}

.texture_list .right_box {
    min-height: 200px;
}

.fancy_modal .detail_table table td.less_white {
    color: rgb(255 255 255 / 80%);
}

body.fancybox-active {
    overflow: hidden;
}
.visual_img a{
    position: relative;
}
.visual_img a:hover:after{
    content: "";
    position: absolute;
    height: 28px;
    width: 28px;
    background: url(../img/yellow_tick.png) center center transparent no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 1;
    pointer-events:none;
}

.visual_img img {
    border: 2px solid rgb(254 214 4 / 0%);
}
.visual_img img:hover {
    border: 2px solid #fed604;
}

.visual_img a {
    display: block;
}
.visualizer_section {
    padding-bottom: 60px;
}

.download_icon .fa-download {
    font-size: 36px;
    color: #fff;
}

.download_icon  button {
    display: inline-block;
    width: 40px;
    position: absolute;
    top: 12px;
    right: 10px;
    background: transparent;
    border: none;
}

.download_icon {
    display:none;
}
a.item_img span label>i {
    display:none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: 'FuturaStd-Light';
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.about_text ol {
    color: rgb(255 255 255 / 60%);
    font-size: 22px;
}



/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

#status {
  width: 100%;
  height: 100px;
  max-width: calc(100% - 40px);
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../img/New_Mika_loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
}

@-moz-document url-prefix() {

    .social_links ul {
        align-items: flex-start;
     }
     .social_links ul li a i.fa.fa-youtube-play::before{
        line-height: 1.4;
     }
     .social_links ul li a i.fa.fa-youtube-play::after{
        top: 2px;
     }
}

.products_wrapper a.nav-link.active.show i.fa-eye, .products_wrapper a.nav-link i {
    padding-right: 8px;
}

.products_wrapper ul#myTab{
    border-bottom: none;
    padding-bottom: 35px;
}

.visualizer_modal  .modal-dialog {
    max-width: calc(100vw - 80px);
}

.product_detail_slider_sec.visual_detail_pg {
    padding: 0px 0px 30px;
}

.visualizer_modal  .modal-header {
    padding: 0;
    border: none !important;
}

.visualizer_modal  .modal-header .close {
    margin: 0;
    padding: 0;
}

.visualizer_modal  .modal-header .close span {
    font-size: 64px;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 31px;
}

.visualizer_modal  button.close {
    box-shadow: none;
    border: none;
    text-shadow: none;
}

.visualizer_modal  .modal-content {
    border: none;
}

.visualizer_modal  .product_detail_slider_sec.visual_detail_pg {
    border: none;
}


.back_to_link a {
    cursor: pointer;
}

.download_icon {
    display: block;
}
.fancy_modal .detail_table {
    margin-right: 0;
}

.fancy_modal .detail_table table td {
    text-align: left;
}

.fancymodal .texture_wrapper_box {
    justify-content: space-around;
    padding: 0 40px;
}
.texture_wrapper_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
.products_wrapper a.nav-link.active.show i.fa-eye, .products_wrapper a.nav-link i {
    padding-right: 7px !important;
}

.branches_box {
    padding-bottom: 45px;
}

.branches_box .toll_free {
    padding-top: 15px;
}

.contact_top_img img {
    max-height: 10rem;
}
#visualizerModal .modal-dialog .modal-content {
    min-height: calc(100vh - 20px);
}


body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}
.visualizer_modal .modal-header {
    position: relative;
    z-index: 111;
}
body .feature_group ul li:last-child {
    border-bottom: none;
}

.exterior-child .feature_group ul li:nth-last-child(2), 
.exterior-child .feature_group ul li:nth-last-child(1) {
    border-bottom: none !important;
}

.gray_box_img {
    max-width: 200px;
}

.gray_box_img img {
    max-width: 100%;
}

.content--box{max-height: 350px;}
section.product_pg_banner {max-height: 459px;}
.hero-banner-slider-section,.hero-banner-slider, .hero-banner-slide, .hero-banner-asset {max-height: 580px;}
.collection_img img {max-height: 310px;}
.inner_hero_banner li.slide-pagination-block:nth-last-child(2) {margin-right: 0 !important;}
.filter_box.open .filter_search {right: 30px;}

.about_height_box{
    height: 230px;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
    overflow: hidden;
    margin-bottom: 30px;
}
.about_height_box.open_full{
    height: auto;
    overflow: unset;
}

.read--more--btn{
    text-align: center;
}

.detail_pg_banner .hero_prod_img img {
    max-height: 100%;
}

.slider-background-img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 25%);
    display: block;
    }

.hero-banner-slide .page-pad {
    position: relative;
    z-index: 1;
}

.products_deliverd .row {
    justify-content: center;
}


.certificate_txt p {
    width: 100%;
}

.certificate_txt {
    /*display: flex;*/
    display: inline;
    align-items: center;
    flex-wrap: wrap;
}

.gray_box_text {
    padding-right: 15px;
}


.detail_pg_banner .hero_prod_img {
    top: 0px;
    max-height: 200px;
}

.product_pg_banner.detail_pg_banner {
    overflow: hidden;
    max-height: 200px;
}

.detail_pg_banner .hero_prod_img img {
    height: 100%;
}

.left_box label {
    color: #fff;
}

.prod_content_box h3 {
    color: #fff;
}

.prod_content_box p {
    color: #fff;
}

.read--more--btn {
    text-align: left;
}

.left_box:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 25%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 11;
}

.prod_content_box {
    position: relative;
    z-index: 111;
}


.product_content_box:hover .right_box .prod_content_box {
    display: none;
}

section.product_pg_banner {
    max-height: 459px;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}
.texture_list .right_box:hover .prod_content_box  a.btn {
    display: inline-block;
}
.texture_list .product_content_box:hover .right_box .prod_content_box {
    display: inline-block;
}

a.navbar-brand.logo_h {
    width: 100%;
    max-width: 175px;
}

.enquiry_box {
    position: relative;
}

.share_section {
    position: absolute;
    right: 12px;
    top: auto;
    bottom: 62px;
    z-index: 11;
}

.share_section span.at-label {
    display: none;
}

.share_section .addthis_inline_share_toolbox .at-share-btn-elements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

div#m-cookienotice {
    position: fixed;
    width: auto;
    box-shadow: none !important;
    background: rgba(216,216,216,0.8);
    bottom: 0;
    left: 0;
    z-index: 111;
}

div#message-custom-css {
    font-size: 17px !important;
    font-family: 'FuturaStd-Light' !important;
}

div#action-custom-css a.m-button {
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    min-width: 80px;
}

div#action-custom-css {
padding: 10px 10px;
}

.thankyou-box {
    max-width: 600px;
    margin: 0px auto;
    border: 1px solid #ddd;
    padding: 30px;
    padding-bottom: 45px;
    box-shadow: 5px 6px 15px 5px #ddd;
    text-align: center;
}

.thankyou-box h1 {
font-size: 4.5rem;
}

.thankyou-box a.btn.btn_black:hover {
border: 1px solid #212529;
}

.thankyou-box a.btn.btn_black {
border: 1px solid transparent;
}

section.thankyou-page {
padding: 60px 0;
border-top: 1px solid #eee;
}

/* to remove slide effect  css */
.inspiration_gallery_slider #sync1 .animated,
.inspiration_gallery_slider #sync3 .animated,
.inspiration_gallery_slider #sync2 .animated {
  /*animation: none !important;*/
      animation-duration: 0s !important;
    animation-timing-function: ease !important;
    animation-delay: 0s !important;
}  
.inspiration_gallery_slider #sync1 .fadeOut,
.inspiration_gallery_slider #sync3 .fadeOut,
.inspiration_gallery_slider #sync2 .fadeOut   {
-webkit-animation-name : fadeOut  ;
animation-name : fadeOut  ;

}
/*.inspiration_gallery_slider .owl-carousel.owl-drag .owl-item,
.inspiration_gallery_slider .owl-carousel.owl-drag .owl-item {
  animation: none !important;
}*/ 

@-webkit-keyframes  fadeOut  {
0% {
opacity : 1;
}  
100% {
opacity : 1   ;
}  
}
@keyframes  fadeOut  {
0% {
opacity : 1;
}
100% {
opacity : 1;}
}

.inspiration_gallery_slider #sync1 .fadeIn,
.inspiration_gallery_slider #sync3 .fadeIn   {
-webkit-animation-name : fadeIn;
animation-name : fadeIn;
}
@-webkit-keyframes  fadeIn  {
0% {
opacity : 1;
}  
100% {
opacity : 1;
}  
}
@keyframes  fadeIn  {
0% {
opacity : 1;
}
100% {
opacity : 1;}
}

.inspiration_gallery_slider .owl-item.animated.owl-animated-out.fadeOut {
    opacity: 0;
}

.inspiration_gallery_slider .owl-item.animated.owl-animated-out.owl-animated-in.fadeIn.active {
    opacity: 0;
}


.fancybox-container .fancybox-navigation {
    display: none;
}

.fancybox-infobar {
    display: none !important;
}
button.fancybox-button.fancybox-button--play {
    display: none !important;
}
.loding__box{
    position: relative;
}
.loading_gif {
    height: 100%;
    width: 100%;
    background: rgb(26 26 26);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
}

.loading_gif.open {
    display: flex !important;
}
.visual_detail_pg .product_detail_slider .owl-item .small_img {
    cursor: pointer;
}

.search_box .btn_white,.search_box .btn_black:hover {
    border-color: #222;
}

.search_box .btn_white:hover {
    border-color: #fed604;
}

.visual_item.wow.animate__.animate__fadeIn.animate__slower.animated {
    cursor: pointer;
}
button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}


/**/
.header_area .filter_right {
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.header_area ul.nav.navbar-nav.center_nav.pull-right {
    padding-right: 40px;
}

.header_area button {
    cursor: pointer;
}
.header_area .header-filter.open .filter_search {
    display: block;
    top: -10px;
}

.header_area .header-filter.open .filter_search input {
    width: calc(100vw - 90px);
    opacity: 1;
    visibility: visible;
    max-width: 450px;
    padding: 10px 20px;
}
.header-filter.for-mob{
    display: none;
}
.dropdown.country-dropdown button {
    color: #444;
}

.dropdown.country-dropdown button {
    font-size: 14px;
    color: rgb(0 0 0 / 62%) !important;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'FuturaStd-Light';
    background: transparent !IMPORTANT;
    border: none;
    padding: 5px 0px 0px 25px;
    text-transform: capitalize;
}

.country-dropdown .dropdown-toggle::after {vertical-align: .20em;}

.mob_only{
    display: none;
}
.country-dropdown .dropdown-menu.show {
    left: -20px;
    min-width: 0;
}

.dropdown.country-dropdown button {
    min-width: 0;
}

.dropdown.country-dropdown .dropdown-item {
    padding: .25rem 0.5rem;
}

section.search-page {
    padding: 40px 0;
}

.filter_search_pg {
    margin: 50px 0;
    position: relative;
}

.filter_search_pg input {
    height: auto;
    border-radius: 50px;
    border: 1px solid #000;
    box-shadow: none;
    padding: 0;
    outline: none;
    transition: .2s ease-in 0s;
    -webkit-transition: .2s ease-in 0s;
    -moz-transition: .2s ease-in 0s;
    -ms-transition: .2s ease-in 0s;
    width: 100%;
    padding: 15px 40px;
    font-size: 28px;
}

.filter_search_pg button {
    background: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 18px;
}

.filter_search_pg button i.fa {
    font-size: 32px;
}

.filter_search_pg button {
    cursor: pointer;
}

.upper_contact {
    align-items: center;
}

.dropdown.country-dropdown button {
    padding-top: 0;
}

section.new-download_pdf-section {
    background-color: rgb(178 178 178);
    background-image: none !important;
}

.new-download_pdf-section .visualiser_text h5, 
.new-download_pdf-section .visualiser_text h3, 
.new-download_pdf-section .visualiser_desc p {
    color: #444;
}
.new-download_pdf-section .visualiser_desc {
    margin-top: 0;
    height: 100%;
    align-items: center;
    display: flex;
    max-width: 100%;
}
@media (max-width: 991px){
    .texture_wrapper_box {
        display: block;
        padding: 0px;
    }

    #navbarSupportedContent .header-filter{
        display: none;
    }
    .header-filter.for-mob{
        display: block;
    }
    .filter_right.header-filter.for-mob {
        top: 25px;
        right: 15px;
    }

    .navbar-light .navbar-toggler {
        margin-right: 20px;
    }

    .filter_right.header-filter.for-mob.open {
        padding-top: 0;
    }

    .header_area.fixed .filter_right.header-filter.for-mob.open {
        top: 18px;
    }

    header.fixed .filter_right.header-filter.for-mob {
        top: 11px;
    }

    .filter_right.header-filter.for-mob.open {
        top: 32px;
    }

    .mob_only{
        display: block;
    }

    .dropdown.country-dropdown.mob_only {
        position: absolute;
        right: 100px;
    }

    .dropdown.country-dropdown button {
        padding-top: 0;
    }
}

@media (max-width: 767px){
    .product_content_box:hover .right_box .prod_content_box {
        display: block;
    }
    .texture_list .prod_content_box {
        text-align: center;
    }

    .texture_list .right_box .prod_content_box a.btn {
        display: inline-block;
    }
    body .visualizer_modal .modal-dialog {
        max-width: calc(100vw - 20px);
    }

    body  div#visualizerModal {
        padding-right: 0 !important;
    }

    body .visual_detail_pg .back_to_link h4 {
        padding-left: 41px;
    }

    body .visual_detail_pg .back_to_link {
        margin: 0 -10px 10px;
    }
    .fancy_modal .detail_table table {
        min-width: 350px;
    }

    .content--box{
        max-height: 450px;
    }
    
    .share_section {
        right: 5px;
    }
    div#message-custom-css {
        font-size: 14px !important;
    }
    .thankyou-box h1 {
        font-size: 3rem;
    }
    .filter_right {
        /*display: block;
        width: 100%;*/
        padding-top: 5px;
    }

    .filter_box {
        flex-wrap: wrap;
    }

    .filter_search_pg input {
        padding: 10px 20px;
        font-size: 16px;
    }

    .filter_search_pg button i.fa {
        font-size: 20px;
    }

    .filter_search_pg button {
        top: 12px;
        right: 10px;
    }

    .filter_search_pg {
        margin: 30px 0;
    }
    .new-download_pdf-section .mob_img_vis {
        display: none;
    }

    section.visualiser_tool.new-download_pdf-section {
        min-height: 0;
    }
}

@media(min-width:1280px){
    .texture_wrapper_box img {
        /*width: calc(100% - 680px);*/
    }
}




@media (min-width: 1500px) and (max-width: 1920px) {
    
    
    .banner_content_detail .breadcrumb .breadcrumb-item a {font-size: 12px !important;}
    
}





