/*!
Theme Name: Avanti Garage Door Openers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avanti-garage-door-openers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Avanti Garage Door Openers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*GENERAL*/
body,html{
	overflow-x:hidden;
}
body{
	font-family: 'Open Sans', sans-serif;
}
.container {
    max-width: 1375px !important
}
div h1{
	font-family: 'Poppins', sans-serif;
	font-size:50px;
	font-weight:600;
}
div h2{
	font-family: 'Poppins', sans-serif;
	font-size:35px;
	font-weight:600;
}
div h3{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	font-weight:600;
}
div h4{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
}
div p{
    font-size:15px;
	font-weight:400;
    font-family: 'Poppins', sans-serif;
}
.reveal {
  position: relative;
  opacity: 0;
}
.with-period::after {
    color: #E30016; 
    content: ".";
}
p.subcategory {
    font-weight: 600;
    color: #A4A4A4;
    font-size: 20px;
}
.download-btns {
    display: flex;
    align-items: center;
    gap:20px;
}
label.ur-label {
    color: black !important;
    text-align: left;
}
.ur-form-grid label {
    color: #000 !important;
}
input.user-registration-Button.button {
    background-color: #E30015;
    color: #fff;
    max-width: 100%;
    text-align: right;
    width: auto !important;
}
button.btn.button.ur-submit-button {
    background-color: #E30015;
    color: #fff;
    max-width: 150px;
    border-radius: 0px;
    width: 100%;
}
h3.product-title {
    color: #000;
    text-decoration: none;
}

.post-content a {
    text-decoration: none;
}
div#ur-frontend-form {
    padding: 5%;
}
.ur-frontend-form {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 5%;
    box-sizing: border-box;
}
#user-registration.horizontal, #user-registration{
	box-shadow:unset !important;
}
a#inquiryBtn {
    background-color: #000;
    border: 1px solid #000;
}
a#inquiryBtn:hover {
    background-color: transparent;
    border: 1px solid #000;
    color:#000;
}
h3.product-title a {
    color: #000;
    text-decoration: none;
}
h3.product-title a:hover {
    color: #e30016;
}
h3.product-title:hover {
    color: #e30015;
}
section.image-box.manualshide {
    display: none;
}
.img-box-wrapper p.cstm-description {
    margin: 0px;
    height: 177px;
}
.distributor-header .container.header {
    display: flex;
    align-items: flex-start;
}
li.distributor-products.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2272.nav-item:hover > .dropdown-menu {
    display: block !important;
}
.reveal {
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }
  .active.fade-top {
    -webkit-animation: fade-top 0.5s ease-in;
            animation: fade-top 0.5s ease-in;
  }
  .active.fade-bottom {
    -webkit-animation: fade-bottom 0.5s ease-in;
            animation: fade-bottom 0.5s ease-in;
  }
  .active.fade-left {
    -webkit-animation: fade-left 0.5s ease-in;
            animation: fade-left 0.5s ease-in;
  }
  .active.fade-right {
    -webkit-animation: fade-right 0.5s ease-in;
            animation: fade-right 0.5s ease-in;
  }
  @-webkit-keyframes fade-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fade-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-left {
    0% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fade-right {
    0% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
/*Private Catalog*/
/* .distributor-products:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #fff;
    font-size: 20px;
    position:absolute;
    right:-10px;
    top:50%;
    bottom:0;
} */
.distributor-products{
    cursor:pointer;
}
/* Caret */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 5px; /* Adjust as needed */
    margin-top: 3px; /* Adjust as needed */
    position:absolute;
    right:0;
    top:30%;
    right:-20px;
    color:white;

}

ul.category-tabs {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    font-size: 28px;
    justify-content: space-between;
    padding: 0 10% 0 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-y: auto;
    width: 100%;
}
ul.category-tabs li {
    display: inline-block; /* Displays list items horizontally */
  padding: 8px 16px; /* Adjust padding according to your design */
}

.distributor-products {;
    align-items: center;
    position:relative;
    
}
.products-container-no-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}
.banner-title.private-catalog {
    padding: 10%;
}
nav.menu-private-catalog-container {
    width: 100%;
}
section.archive-banner.archive-banner- {
    background-image: url(/wp-content/uploads/2024/02/background-default.png);
    background-size: cover;
    background-position: 100% 19%;
}
ul#menu-private-catalog-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	gap:20px;
}
/*Page Content*/
section.page-content {
    padding: 5%;
}
.page-content .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    margin: 0px;
    display: flex;
}
.left-block-col {
    display: flex;
}
/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}

.form-header {
    height: 111px;
    display: flex;
    align-items: center;
    padding: 5%;
    background-image: url(/wp-content/uploads/2024/02/form-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.image-box.manuals .img-box-wrapper p.cstm-description {
    margin: 0px;
    height: 70px !important;
}
/*Image box 2*/

.img-box-2 .img-box-wrapper:nth-child(1) {
    padding: 0px;
    background-color: #E30016;
    display: block;
    position: relative;
}
.img-box-2 .img-box-wrapper:after {
    content: url(/wp-content/webp-express/webp-images/uploads/2024/01/logo.png.webp);
    background-color: #fff;
    padding: 20px;
    text-align: end;
    box-shadow: 0px 4px 15px 3px rgb(0 0 0 / 2%);
    -webkit-box-shadow: 0px 4px 15px 3px rgb(0 0 0 / 2%);
    -moz-box-shadow: 0px 4px 15px 3px rgba(0,0,0,0.75);
}

.img-box-2 .img-box-wrapper:nth-child(1) .box-content:after {
    content: "";
    width: 174px;
    height: 166px;
    position: absolute;
    right: 0;
    background-color: #B70012;
    bottom: 0;
    border-radius: 143px 0px 0px 0px;
    clip-path: polygon(36% 0, 100% 0, 100% 146%, 58% 177%, 79% 100%, 0 100%, 42% 11%);
}
.img-box-2 .img-box-wrapper:nth-child(2) {
    padding: 0px;
    background-color: #000;
    display: block;
    position: relative;
}
.logo-wrapper {
    width: 20%;
	max-width:250px;
}
.logo-wrapper-private {
    width: auto;
    max-width: 260px;
    padding: 20px;
    align-items: center;
    margin: auto 0;
    display: flex;
    justify-content: flex-start;
}
.logo-wrapper-private img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.img-box-2 .img-box-wrapper:nth-child(2) .box-content:after {
    content: "";
    width: 174px;
    height: 166px;
    position: absolute;
    right: 0;
    background-color: #282828;
    bottom: 0;
    border-radius: 143px 0px 0px 0px;
    clip-path: polygon(36% 0, 100% 0, 100% 146%, 58% 177%, 79% 100%, 0 100%, 42% 11%);
}
.img-box-2 .img-box-wrapper:nth-child(3) {
    padding: 0px;
    background-color: #7E7E7E;
    display: block;
    position: relative;
}
.img-box-2 .img-box-wrapper:nth-child(3) .box-content:after {
    content: "";
    width: 174px;
    height: 166px;
    position: absolute;
    right: 0;
    background-color: #6E6E6E;
    bottom: 0;
    border-radius: 143px 0px 0px 0px;
    clip-path: polygon(36% 0, 100% 0, 100% 146%, 58% 177%, 79% 100%, 0 100%, 42% 11%);
}
.img-box-2 .img-box-wrapper img{
    max-height:254px;
    border-radius:0px;
	padding-right:20px;
}

.img-box-2 .box-content {
    padding: 10%;
    position: relative;
}

.img-box-2 a.cstm-btn.white.reveal.fade-top.open-modal {
    border: 3px solid;
    background-color: transparent;
}
.modal-content {
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 652px;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: 0px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    padding-right: 20px;

}
.form-box .gform-theme--foundation .gform_fields {
    grid-column-gap: 0;
    grid-row-gap: var(--gf-form-gap-y);
    -moz-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    inline-size: 100%;
    row-gap: 20px;
}
.form-box {
    position: relative;
}
.form-box .gform_footer.top_label {
    display: flex;
    justify-content: center;
}
.form-box-container {
    background-color: #000;
    padding: 5%;
    border-radius: 0% 0 15px 15px;
}
.page-id-119 .form-box-container {
	height: 450px;
    overflow-y: scroll;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}
div#input_4_17 label {
    color: white;
}

div#input_4_17 {
    display: inline;
    text-align: center;
}

.ginput_container.ginput_container_radio {
    text-align: center;
}

div#input_4_17 div {
    padding: 0px 20px;
}
/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    padding-right: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
span#input_2_6_3_container {
    width: 100% !important;
}
/*Buttons*/
a.cstm-btn:hover {
    background-color: #fff;
    color: #E30015;
    border: 1px solid #E30015;
}
a.cstm-btn {
    background-color: #E30015;
    border: 1px solid transparent;
    transition: 0.3s ease;
    padding: 10px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 267px;
    width: 100% !important;
    text-align: center;
    display: block;
}
.avanti-section a.cstm-btn {
    padding:5px 10px;
}
.avanti-section a.cstm-btn:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 35px;
}
p#breadcrumbs a {
    color: #e30016;
    text-decoration: none;
}
/* Hide scrollbar */
        .product-slider::-webkit-scrollbar {
            display: none;
        }

        /* Product slider styles */
        .product-slider {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            margin-bottom: 10px; /* Add margin between main slider and thumbnails */
        }
        .product-slide {
			flex: 0 0 auto;
			scroll-snap-align: start;
			margin-right: 10px;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			padding: 5%;
			max-height: 370px;
		}
		.product-slide img {
			width: 100%;
			height: 500px !important;
			display: block;
			cursor: pointer;
			object-fit: contain;
		}
        .product-slide img {
            width: 100%;
            height: auto;
            display: block;
            cursor: pointer; /* Add cursor pointer to indicate clickable image */
        }

        /* Thumbnails styles */
        .product-thumbnails {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			padding-bottom: 5%;
		}
        .thumbnail {
            margin: 5px; /* Adjust spacing between thumbnails */
            cursor: pointer;
            flex: 0 0 calc(25% - 10px); /* Distribute thumbnails in 4 columns */
            max-width: calc(25% - 10px); /* Set maximum width for each thumbnail */
            opacity: 0.5; /* Set default opacity for inactive thumbnails */
            transition: opacity 0.3s ease; /* Add transition effect */
        }
        .thumbnail:hover,
        .thumbnail.active {
            opacity: 1; /* Set opacity to 1 on hover and for active thumbnail */
        }
        .thumbnail img {
            width: 100%; /* Adjust thumbnail size */
            height: auto;
            display: block;
        }
a.btn-transparent {
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 60px;
    text-decoration: none;
    transition: 0.3s ease;
}
a.btn-transparent:hover {
    background-color: #fff;
    color: #E30015;
    border: 1px solid #E30015;
}
section.archive-banner {
    height: 100%;
    max-height: 450px;
    display: block;
}
.archive-content {
    padding: 20px 0;
}
section.archive-banner img {
    width: 100%;
	max-height:397px;
	height:100vh;
	object-fit:contain;
}
section.archive-banner.archive-banner-37 {
    padding-top: 50px;
}
section.archive-banner.archive-banner-36 .black-wrapper {
    margin-right: -399px;
}
section.archive-banner{
    position:relative;
    
}
section.archive-banner:after {
    position:absolute;
    content: "";
    width: 100%;
    height:300px;
    width:100%;
    bottom: -330px;
    display:block;
    background-color:#bfbfbf1a;
    z-index:-1;
    filter: blur(7px);
}

/*Colors*/
.red{
	color:#E30015;
}
.white{
	color:#FFFFFF;
}
/*End of Colors */
a.nav-link {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
/*default page banner*/
.banner-left-content {
    padding-top: 5%;
}
section.banner-default.default-banner {
    height: 100vh;
    max-height: 300px;
    object-fit: cover;
    padding: 0px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.default-content-section {
    padding: 5%;
}
a.learn-more:hover {
    color: #000;
}
section.default-content-section p {
    margin: 0;
}
.default-banner .banner-title, .default-banner h1 {
    margin-bottom: 0;
}
section.banner.default-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fafafa;
}
section.banner.default-banner:after{
    display:none;
}
/*Archive Page*/
.product-img:hover {
    border: 3px solid #e30016;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
li.product-wrapper {
    width:30%;
}
.subcategories-list h2 {
    padding: 5% 1% 2%;
}
section.sub-categories {
    padding: 5%;
    background-color: #ECECEC;
}
ul.subcategories-list {
    list-style-type: none;
	padding:0px;
}
.product-wrapper h3.product-title {
    margin-bottom: 0px !important;
    padding-top: 20px;
}

li.product-wrapper p {
    padding: 20px 0 !important;
    margin: 0px;
}

li.product-wrapper h3 {
    margin-bottom: 20px;
}
ul.posts-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px;
    list-style-type: none;
    padding: 0;
    justify-content: center;
}
section.sub-categories .col-md-12 {
    padding: 0px;
}
.featured-image img {
    border: 3px solid #A3A3A3;
    width: 100%;
    object-fit: cover;
    max-height: 292px;
    height: 100vh;
}
/*HEADER*/
/*Dropdown Css*/
section.banner {
    padding: 0 5%;
    position: relative;
}
ul.dropdown-menu {
	background-color: transparent;
    border-radius: 0px;
    border:0px;
    padding-top:10px;
}
ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active  {
    background-color: #e30016;
	color:#fff;
}

ul.dropdown-menu li a{
    color:#fff;
    font-size:20px;
    text-transform: uppercase;
    font-family:Poppins, sans-serif;
	background-color:#000;
    padding:10px 20px 20px 20px;
}

a.nav-link:hover {
    color: #fff;
}
header ul.social-media-lists.mb-0.list-unstyled i {
    font-size: 15px;
    color: #e30015;
}

header li.list.reveal.fade-top.active {
    border: 2px solid #D6D6D6;
    border-radius: 60px;
}

header .container.questions-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
header ul.social-media-lists.mb-0.list-unstyled a{
    height:25px;
    width:25px;
}

header ul.telephone-lists.mb-0.list-unstyled {
    margin-top: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    padding: 10px 0;
}

.top-most-social {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/
nav.site-header-navbar.site-header-navbar-lg.navbar.navbar-expand-xl.pt-0.d-xl-block {
    padding: 0;
}
.header-menu {
    background-color: #E30016;
    padding: 10px;
    width: 100%;
}
header.header {
    border-top: 5px solid #E30016;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
a.nav-link:hover:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
}
a.nav-link{
    position:relative;
}
ul#menu-main-menu-1 {
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
}
.navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: center;
}

a.nav-link {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
	color:#fff;
}

.cstm-questions {
    background-color: #e30015;
    width: auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 0px 10px 10px;
}
.black-wrapper p {
    color: white;
}
.thank-you .banner-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you .black-wrapper{
    text-align: center !important;
}
.thank-you a.cstm-btn.white.reveal.fade-right.active {
    margin: auto;
}
table {
    width: 100%;
}
.thank-you h2.white.fw-content {
    max-width: 1050px;
    margin: 20px 0 20px auto !important;
}
.thank-you .fw-content {
    margin: 0px 0 !important;
}

.error-404 .banner-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 .black-wrapper{
    text-align: center !important;
}
.error-404 p {
    font-size: 33px;
    text-align: center !important;
    padding: 12px;
}
.thank-you p {
    font-size: 33px;
}
.thank-you h2 {
    font-size: 50px;
}
.error-404 a.cstm-btn.white.reveal.fade-right.active {
    margin: auto;
}
.error-404 h2.white.fw-content {
    max-width: 1050px;
    margin: 20px 0 20px auto !important;
}
.error-404 .fw-content {
    margin: 0px 0 !important;
}
.products-container-noslider {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
    justify-content: center;
}
.cstm-questions a {
    font-size: 22px;
    color: #fff;
    padding:50px;

}
.header-right-wrapper {
    max-height: 130px;
    height: 100vh;
    position:relative;
    
}
.header-text.archive-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 85%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    flex-direction: column;
}
.header-text {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    flex-direction: column;
}
.header-text p {
    margin-bottom: 30px;
	font-size:20px;
}
.top-bar {
    position: absolute;
    right: 0;
    z-index: 9;
}
.top-bar a {
    text-decoration: none;
    color: #fff;
}
.questions-wrapper{
    padding: 0 !important;
}
nav.menu-main-menu-container {
    width: 100%;
}
ul#menu-main-menu-1 {
    margin: auto;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
/*END OF HEADER*/
/*Video Content*/
section.simple-banner.video-content video {
    max-width: 500px;
}
section.simple-banner.video-content .banner-description {
    max-width: unset;
}
section.simple-banner.video-content iframe {
    width: 100%;
    padding: 3%;
}
section.simple-banner.video-content {
    height: auto;
    max-height: unset;
}
.video-content .banner-description {
    display: flex;
    align-items: center;
}
/* Simple Banner*/
section.simple-banner.contact-banner video {
    width: 50%;
    height:200px;
}

section.simple-banner.contact-banner .banner-description {
    display: flex;
    max-width:unset !important;
    align-items:center;
}
section.simple-banner.contact-banner .banner-description p {
    text-align:center;
}

section.simple-banner {
    height: 100vh;
    max-height: 400px;
    object-fit: cover;
    padding: 0px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.simple-banner h1 {
    text-transform: uppercase;
    text-align: center;
}
.simple-banner .banner-description {
    max-width: 633px;
}
.simple-banner p {

    text-align: center;
}
.black p{
	color:#3F3F51;
}
/*BANNER*/
section.banner .container {
    height: 100vh;
    max-height: 676px;
    object-fit: cover;
    padding-bottom: 50px;
}
section.banner:after {
    content: "";
    position:absolute;
    top:0;
    right:0;
    height:100%;
    background-color:#00000082;
    width: 68%;
    clip-path: polygon(26% 0%, 100% 0, 100% 108%, 0% 100%);
}
section.banner {
    padding: 0 5%;
	position:relative;
}
section.banner .row {
    height: 100%;
}
.banner-description p {
    font-size: 19px;
}
section.banner a.cstm-btn {
    margin: auto 0 auto auto;
}
section.banner.full-width-bg {
    position: relative;
    margin-bottom: -50px;
    z-index: 1;
	margin-top:0px;
}
h2.white.fw-content {
    max-width: 1050px;
    margin: 50px 0 50px auto !important;
}

.banner-contents {
    width: 100%;
}
.banner-content {
    z-index: 9;
}
.banner-title {
    margin-bottom: 30px;
}
/*About Us*/
.door {
    margin-bottom: 20px;
	width: 35px;
    object-fit: cover;
}

section.about-us {
    padding: 5%;
}

.right-img-wrapper img {
    width: 100%;
}

/*Img Box*/
section.image-box {
    margin-top: -72px;
    padding: 0 5%;
}

section.image-box.door-openers .img-box-wrapper {
    background-image: none !important;
    padding: 50px 0;
    width: 31.2% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background: rgb(227,0,22);
    background: linear-gradient(180deg, rgba(227,0,22,1) 33%, rgba(0,0,0,1) 35%) !important;
}
section.image-box.manuals .img-box-wrapper {
    background-color: #000;
    padding: 100px 0 50px 0;
    width: 50% !important;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 459px;
    height: 100vh;
    display: flex !important;
    justify-content: flex-end !important;
}
form input {
    width: 100% !important;
}
body.page-template.page-template-page-acf.page-template-page-acf-php.page.page-id-127 .wrapper-box, body.page-template.page-template-page-acf.page-template-page-acf-php.page.page-id-291 .wrapper-box {
    display: flex;
    gap: 36px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 5%;
    padding-bottom: 5%;
}
.technical-specifications{
    margin-top:50px;
}

.technical-specifications th.specification {
    background-color: #000;
    color: #fff;
    padding:10px;
}
p#“breadcrumbs” a {
    color: #e30016;
    text-decoration: none;
}
.technical-specifications tr:nth-child(odd) {
    background-color: #eee;
}
.technical-specifications td{
    padding:10px !important;
	width:50%;
}
.wrapper-box {
    display: flex;
    gap: 36px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: -50px;
}
.img-box-wrapper {
    width: 50% !important;
}
/* .img-box-wrapper img{
    display:none;
} */
.box-content a.cstm-btn {
    margin-top: 20px;
    width: auto !important;
    padding: 10px 30px;
}
.box-content {
    padding: 0 10%;
}

p.cstm-description {
    margin: 0px;
}
section.image-box.door-openers .img-box-wrapper {
    padding: 50px 0;
    width: 31.2% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background: rgb(227,0,22);
    background: linear-gradient(180deg, rgba(227,0,22,1) 33%, rgba(0,0,0,1) 35%);
}
.img-box-wrapper img {
	max-width:430px;
    width: 100%;
    height: 100vh;
    max-height: 430px;
    object-fit: cover;
    border-radius: 0px 600px 600px 600px;
}

.img-box-wrapper {
	background-color: #000;
    padding: 50px 0;
    width: 31.2% !important;
    background-repeat: no-repeat;
    background-size: cover;
}
section.image-box.manuals {
    margin: 0px;
    padding-bottom:5%;
}
section.image-box.manuals .wrapper-box {
    display: flex;
    gap: 36px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: 0;
}
section.image-box.manuals .img-box-wrapper:nth-child(odd) {
    background-color: #E30015;
    width: 47% !important;
    background-repeat: no-repeat;
    background-size: cover;
}
section.image-box.manuals .img-box-wrapper {
    background-color: #000;
    padding: 100px 0 50px 0;
    width: 50% !important;
    background-repeat: no-repeat;
    background-size: cover;
    max-height:459px;
    height:100vh;
}
section.image-box.manuals .cstm-btn {
    background-color: transparent;
    border: 1px solid;
}
/* MAP Hotspot */
section.map-hotspot {
    position: relative;
    display: block;
}
svg.leaflet-zoom-animated path {
    fill: #F7BAC0 !important;
    fill-opacity:unset !important;
}
/*ICON BOX*/

section.icon-box {
    position: relative;
    z-index: 2;
    background-size: cover;
    padding: 5% 5% 0;
    background-position: center;
}
h3.image-title {
    margin: 20px 0 20px;
}
a:hover i {
    color: #000!important;
}
ul.telephone-lists.mb-0.list-unstyled:hover a {
    color: #000;
}
.icon-kicker {
    text-align: center;
    padding-bottom: 3%;
}
.icon-box-wrapper {
    box-shadow: -1px -1px 14px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow: -1px -1px 14px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: -1px -1px 14px 0px rgba(0,0,0,0.29);
    padding: 50px;
    border-radius:5px;
    background-color: #fff;
	width:33%;
}
.icon-box-wrapper p.cstm-description {
    font-size: 18px;
}
.icon-box-wrapper p.cstm-description {
    font-size: 18px;
    height: 212px;
}
/* Full width Content */
.fw-content {
    margin: 50px 0 !important;
}
section.banner.full-width-bg::after {
    display: none;
}
.full-width-bg a.cstm-btn {
    margin: auto 0 auto auto;
}
/*Products*/
section.products .container {
    background-color: white;
    z-index: 999;
    position: relative;
}
.products ul.social-media-lists.mb-0.list-unstyled a {
    color: #E30015;
    border: 1px solid #D6D6D6;
    border-radius: 60px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.products ul.social-media-lists.mb-0.list-unstyled i {
    font-size: 16px;
}
.products-container-wrapper .right-content {
    text-align: center;
    max-width: 503px;
    margin: auto 0 auto auto;
}
.products-container.slick-slider .distributor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    width: 100%;
}
ul.category-tabs {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    font-size: 28px;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}
.user-registration-message {
    margin-bottom: 20px !important;
}
ul.category-tabs a {
    color: #A1A1A1;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.category-tabs li.active a {
    color: #000;
    font-weight:600;
    position: relative;
}
.category-tabs li:hover a:after, .category-tabs li.active a:after {
    content: "";
    width: 39%;
    height: 3px;
    display: block;
    background-color: red;
    position: absolute;
    bottom: -7px;
}
.category-tabs li:hover a {
    color:#000;
}


.products-wrapper {
    margin-top: 5% !important;
}

.tab-content {
    padding: 5% 0;
}
.product-img {
    width: 100%;
    height: 100vh;
    max-height: 260px;
    border: 1px solid #D6D6D6;
    border-radius: 180px 0px 180px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px;
}
.products-container {
    display: flex

    align-items: start;
    gap: 40px;
}
.distributor-item h2 {
    font-size: 24px;
}
.products-container-no-slider {
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
    justify-content: center;
}
.distributor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    max-width: 22%;
    width: 100%;
}
.distributor-item img {
    border: none;
    max-height: 169px;
    max-width: 217px;
    height: 100vh;
    object-fit: contain;
}
p.product-type {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 600;
    color: #A4A4A4;
    margin-bottom: 10px;
}
.product-context {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    height: 150px;
}
a.learn-more {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.slick-list {
    margin: 0 -20px !important;
  }
  
  .slick-slide > div {
    padding: 0 20px !important;
  }
  .tab-container {
    margin-top: 5% !important;
}
.tab-container {
    padding: 0 5% !important;
}
  /*No Slider Products*/
.products-container-no-slider {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.products-container-no-slider .distributor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    max-width: 21%;
    width: 100%;
}
.products-container-wrapper {
    padding: 5% 5% 0 5% !important;
    box-shadow: -1px -28px 18px 7px rgb(0 0 0 / 13%);
    -webkit-box-shadow: -1px -28px 18px 7px rgb(0 0 0 / 13%);
    -moz-box-shadow: -1px -28px 18px 7px rgb(0 0 0 / 13%);
    margin: 0px !important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #E30015 !important;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px !important;
}
/*Avanti Section*/
section.avanti-section {
    background-color: #000;
    padding: 5%;
}
.avanti-section a.cstm-btn.white.reveal.fade-top.active {
    margin: auto;
}
.avanti-wrapper h2 {
    margin: 20px;
}
.avanti-wrapper {
    max-width: 1014px;
    margin: auto;
}
.avanti-wrapper a.cstm-btn {
    max-width: 175px;
    margin-top: 50px !important;
}
/*Contact Section*/
form label {
    color: #fff !important;
}

legend.gfield_label.gform-field-label {
    color: #fff;
}

h3.product-info {
    color: #fff;
}


fieldset#field_5_22 {
    padding-left: 5%;
}

.ginput_container.ginput_container_radio label {
    text-align: left;
}

.ginput_container.ginput_container_email {
    padding-right: 5px;
}

/* .ginput_container.ginput_container_phone {
    padding-left: 5px;
} */
.contact-us-form.contact-form-wrapper {
    margin: 0px;
    padding: 3%;
}

section.map-hotspot .row {
    display: flex;
    align-items: center;
}

section.map-hotspot .col-7 {
    padding-right: 5%;
}
section.contact-section {
    padding: 5%;
    background-size: cover;
    background-position: 100% 79%;
}
section.contact-section img{
    padding-bottom:20px;
}
.contact-form-wrapper {
    max-width: 695px;
    margin: 10% auto 5%;
    color: white;
    background-color: #00000094;
    border-radius: 10px;
    padding: 5%;
}
.contact-form-wrapper p {
    font-size: 27px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}
.contact-form-wrapper b {
    font-size: 45px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
}


.contact-form-wrapper input, .contact-form-wrapper textarea {
    font-family: 'Open Sans', sans-serif !Important;
    font-size: 15px !important;
    text-align: left !important;
    height: 50px !important;
    font-weight: 400;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    text-align: left;
    color: white;
    font-size: 15px;
    font-family: 'Open Sans';
}
div#gform_fields_1 {
    gap: 15px;
}
.gform-theme--foundation .gform-grid-row{
    flex-direction: row-reverse !important;
}
.contact-wrapper .gform-theme--foundation .gform-grid-col {
    flex: none;
    inline-size: auto;
    flex-flow: row wrap;
    padding-inline: calc(var(--gf-field-gap-x)/2);
  width: 50% !important;
}

p.gform_required_legend {
    display: none;
}
input#gform_submit_button_1, input#gform_submit_button_2, input#gform_submit_button_3, input#gform_submit_button_4, input#gform_submit_button_5 {
    background-color: #E30015;
    padding: 10px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 175px;
    width: 100%;
}

div#field_submit {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*Contact Us*/
section.map-hotspot {
    padding: 5%;
    background-color:#fafafa
}
/*Gallery*/
.gallery-section {
    padding: 5%;
    background-color: #FAFAFA;
}
.gallery-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.gallery-section ul li img {
    max-width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.gallery-section .container {
    padding: 0px;
}
.gallery-section h2{
    text-align:center;
    margin-bottom:30px;
}
.gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-section ul li {
  display: inline-block;
  margin: 10px;
}


.gallery-section ul li p {
  margin: 5px 0;
  text-align: center;
}

/*Accordion*/
.accordion-header {
    cursor: pointer;
}
 .accordion-button {
        background-color: #e30016;
        color: #fff;
        padding: 1rem;
        border: none;
        text-align: left;
        width: 100%;
        cursor: pointer;
        transition: background-color 0.3s ease;
        padding:20px;
    }

    .accordion-button:hover {
        background-color: #000000;
        color:#fff;
    }

    .accordion-collapse {
        overflow: hidden;
        transition: max-height 0.1s ease;
        max-height: 0;
        background-color:
    }

    .accordion-collapse.show {
        max-height: 1000px; /* adjust this value based on your content */
    }

    .accordion-body {
        padding: 1rem;
        text-align: left;
        border:1px solid #eee;
        padding:3%;
        margin-bottom:20px;
    }

.accordion-button:not(.collapsed){
    background-color:#000;
    color:#fff;
    margin-top:20px;
}

section.faq-section {
    padding: 5%;
    background-color: #FAFAFA;
}
section.faq-section h2 {
    text-align: center;
    margin-bottom: 50px;
}
.faq-wrapper h2 {
    padding-bottom: 20px;
}
/*Support Single Page*/
section.support-content {
    padding: 5%;
}
/*Single Posts*/
.product-gallery ul {
    list-style-type: none;
    padding: 0px;
}
.product-gallery li {
    padding:20px 10px;

    margin-top:10px;
}
.product-gallery li img{
    height:150px;
    object-fit:cover;
    background-color:#fafafa;
    padding:20px;
}
section.single-posts {
    padding: 2% 5% 5% 5%;
}
p#“breadcrumbs” {
    margin-bottom: 5%;
}

@keyframes shake {
    0% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }
}


.left-featured-img img {
    width: 100%;
    height: auto;
}
.left-featured-img {
    padding-right: 5%;
}
/*Footer*/

.site-info {
    background-color: #000;
    padding: 5% 5% 3%;
}
.site-info h4 {
    text-transform: uppercase;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #e30015;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index:999;
}

#backToTop:hover {
    background-color: #000;
}

footer a.cstm-btn {
    max-width: 175px;
}
.footer-right .current_page_item a {
    color: #e30015 !important;
}
footer a:hover, footer li a:active {
    color: #e30015 !important;
}
.footer-wrapper a:hover {
    color: #000 !important;
}
footer ul.sub-menu {
    display: none;
}
.col-3.footer-right.red {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 5%;
}
.footer-social-media img {
    margin-bottom: 10px;
}
.content-desc p {
    font-size: 15px;
}
.whatsapp-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
ul#menu-main-menu-2 {
    list-style-type: none;
    padding: 0;
}
ul#menu-main-menu-2 a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

ul.address-lists.mb-0.list-unstyled {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

ul.address-lists.mb-0.list-unstyled a {
    text-decoration: none;
    color: white;

}

ul.telephone-lists.mb-0.list-unstyled {
    margin-top: 20px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
i{
	transition:0.3s ease;
}
ul.telephone-lists.mb-0.list-unstyled a {
    text-decoration: none;
    color: white;
    font-weight: bold;
	transition:0.3s ease;
}
.footer-wrapper {
    background-color: #E30015;
    padding: 2% 5%;
}

ul#menu-policy-menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}
ul#menu-policy-menu a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.pre-left-col {
    margin: auto;
}
ul.social-media-lists.mb-0.list-unstyled {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
ul.social-media-lists.mb-0.list-unstyled a {
    color: #fff;
    border: 1px solid;
    border-radius: 60px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
ul.social-media-lists.mb-0.list-unstyled i {
    font-size: 14px;
}

.col-lg-4.socials {
    margin: auto;
}
.pre-right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: end;
}
p.copyright {
    color: white;
    font-size: 15px;
    text-align: end;
	margin:0px;
}
section.banner.full-width-bg.about-content p {
    text-align: left;
    color: black;
}
section.banner.full-width-bg.about-content .container {
    height: unset;
    max-height: unset;
    object-fit: cover;
    padding: 5% 0;
    margin: auto;
}
section.image-box.about-imgbox .wrapper-box {
    display: flex;
    gap: 36px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: 0;
}

section.image-box.about-imgbox {
    padding: 0 5% 5%;
}
section.banner.full-width-bg.about-content {
    margin: 0;
}
section.image-box.about-imgbox {
    margin: 0;
}
.cstm-questions .telephone-lists a:before {
    content: "\f2a0";
    font-family: 'FontAwesome';
    margin-right: 20px;
    animation: shake 0.5s ease-in-out infinite alternate;
    position: absolute;
    left: -20px;
}
.cstm-questions .telephone-lists a {
    position: relative;
	padding-left:20px;
}
.cstm-questions {
    background-color: #e30015;
    width: auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 0px 10px 10px;
    padding-left: 70px;
}
.product-desc ul li {
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 22.5px;
}

@media screen and (max-width:1400px){
.icon-box-wrapper p.cstm-description {
    font-size: 18px;
    height: auto;
}
ul#menu-policy-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}
.header-text p {
    margin-bottom: 30px;
    font-size: 15px;
}
.container.header {
    padding: 0 5%;
}
	a.cstm-btn {
    background-color: #E30015;
    border: 1px solid transparent;
    transition: 0.3s ease;
    padding: 10px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 210px;
    width: 100% !important;
    text-align: center;
    display: block;
}
	.img-box-wrapper img {
    max-width: 430px;
    width: 100%;
    height: 300px;
    max-height: 430px;
    object-fit: cover;
    border-radius: 0px 600px 600px 600px;
}
	p.copyright {
    color: white;
    font-size: 13px;
    margin: auto;
    text-align: end;
}
}
@media screen and (max-width:1366px){
	.img-box-wrapper p.cstm-description {
    margin: 0px;
    height: auto;
}
	section.banner-default.default-banner {
    height: auto;
    max-height: unset;
    object-fit: cover;
    padding: 10%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
}

	.cstm-questions .telephone-lists a {
    position: relative;
    padding-left: 20px;
}
.cstm-questions {
    background-color: #e30015;
    width: auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 0px 10px 10px;
    padding-left: 50px;
}
}
@media screen and (min-width:1024px){
.form-box-container {
	height: 450px;
    overflow-y: scroll;
}

.modal-content {
    margin: auto;
    padding: 5%;
    border: 1px solid #888;
    width: 100%;
    max-width: 652px;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: 0px;
}
	
/* .img-box-wrapper p.cstm-description {
    margin: 0px;
    height: 120px;
} */
footer .collapse:not(.show) {
    display: unset;
}
.distributors-single .form-box-container, .support-box .form-box-container {
    height: auto;
    overflow: hidden;
}

input#gform_submit_button_6 {
    background-color: #e30016;
}
div#gform_confirmation_message_6, div#gform_confirmation_message_3, div#gform_confirmation_message_4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.header.header-sticky {
    /* position: fixed; */
    position: sticky;
    top: 0; /* Adjust top position as needed */
    z-index: 1000; /* Adjust z-index as needed */
    /* Add scrollbar to header */
  
}
	div#mobileMenu {
    display: none !important;
}

footer a.nav-link:hover:before {
    content: "";
    width: 100%;
    height: 3px;
    display: none;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
}

footer a.dropdown-item {
    padding: 10px !important;
}
footer ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active{
    color:red !important;
    background-color:transparent;
    font-weight:bold;

}
}
@media screen and (max-width:1024px){
.products-container-wrapper.row {
    display: flex;
    flex-direction: row !important;
}
.archive-banner .products-container-wrapper{
    width: 50%;
}
.products .right-content.col-6{
    width: 50%;
}
.products-container-no-slider .distributor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    max-width: 32%;
    width: 100%;
}
.img-box-2 .img-box-wrapper {
    padding: 0px;
    display: block;
    position: relative;
    width: 100% !important;
}
section.simple-banner.video-content {
    height: auto;
    max-height: unset;
    padding: 5%;
}
section.simple-banner.video-content .banner-content {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    height: 100%;
}
.video-content .banner-description {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gallery-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
	ul.gallery img {
    width: 100% !important;
}
.modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    max-width: 652px;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: 0px;
    padding: 5%;
}
div#input_4_17 div {
    padding: 10px 20px;
}
div#footer-mobileMenu {
    display: block !important;
}
footer a.nav-link:hover:before {
    content: "";
    width: 100%;
    height: 3px;
    display: none;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
}

footer a.dropdown-item {
    padding: 10px !important;
}
footer ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active{
    color:red !important;
    background-color:transparent;
    font-weight:bold;

}
.right-content-product .row {
    display: flex;
    flex-direction: column;
}

.right-content-product .col-6 {
    width: 100%;
}
section.simple-banner {
    height: unset;
    max-height: unset;
    object-fit: cover;
    padding: 10%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
h1.red.reveal.fade-right.active {
    font-size: 50px;
}
section.map-hotspot .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:50px;
}
section.map-hotspot .col-7 {
    padding-right: 0;
    width: 100%;
}

.col-5.contact-us-form.contact-form-wrapper {
    width: 100%;
    max-width: unset;
}
div#field_submit {
    text-align: start;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}
.gform-theme--foundation .gfield--width-half {
    grid-column: span 12 !important;
}
section.banner-default.default-banner {
    height: unset;
    max-height: unset;
    object-fit: cover;
    padding: 15%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
}
.archive-banner .banner-content {
    display: flex !important;
    flex-direction: row;
    padding: 0 5% 0% 5%;
    height: 100%;
}
section.archive-banner.archive-banner-36 .black-wrapper {
    margin-right: -184px;
}
section.archive-banner img {
    width: 100%;
    max-height: 397px;
    height: 100vh;
    object-fit: cover;
}
section.banner .col-6 {
    width: 100%;
}
.banner-left-content img {
    width: 100%;
}
.distributor-item img {
    border: none;
    max-height: 100px;
    max-width: 141px;
    height: 100vh;
    object-fit: contain;
}
.product-img {
    width: 100%;
    height: 100vh;
    max-height: 195px;
    border: 1px solid #D6D6D6;
    border-radius: 180px 0px 180px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.distributor-item h2 {
    font-size: 22px;
}
.slick-slide > div {
    padding: 15px 20px !important;
}
.banner-left-content {
    padding-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-context {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    height: auto;
}
section.banner {
    padding: 5%;
    position: relative;
    margin-top: 0;
}
.icon-box-wrapper {
    width: 100%;
}
	div h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
}
	div h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
	div h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
}
	
	.contact-form-wrapper b {
    font-size: 23px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}
	.contact-form-wrapper p {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}
.banner-content {
    display: flex !important;
    flex-direction: column;
    padding: 5%;
    height: 100%;
}
.icon-box-wrapper {
    box-shadow: -1px -1px 14px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow: -1px -1px 14px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: -1px -1px 14px 0px rgba(0,0,0,0.29);
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
}
	section.icon-box {
    position: relative;
    z-index: 2;
    background-size: cover;
    padding: 10% 5% 5%;
}

	.header-right-wrapper {
    max-height: 130px;
    height: 100vh;
    position: relative;
    width: 78%;
}

.logo-wrapper {
    width: 20%;
}

.cstm-questions a {
    font-size: 14px;
    color: #fff;
    padding: 36px;
}
.header-text p {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: end;
}
.wrapper-box {
    display: flex;
    gap: 36px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
}

section.image-box.door-openers .img-box-wrapper {
    width: 100% !important;
}
	.img-box-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    max-height: 582px;
    object-fit: cover;
    border-radius: 0px 600px 600px 600px;
}

	section.image-box {
    margin-top: 0;
    padding: 5%;
}
	section.about-us .row {
    display: flex;
    flex-direction: column;
}

section.about-us .left-content {
    width: 100%;
}
section.about-us .right-content {
    width: 100%;
}
	section.image-box.manuals .img-box-wrapper{
    width:100% !important;
}
section.image-box.manuals .img-box-wrapper:nth-child(odd){
    width:100% !important;
}
ul.category-tabs {
    display: flex;
    list-style-type: none;
    font-size: 23px;
    justify-content: center;
    padding: 0;
    flex-direction: row;
}

	.products-container-noslider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
	.distributor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    width: 100%;
}
	.products-container-wrapper .left-content.col-6.d-flex.flex-column.align-items-left.justify-content-center.text-left {
    width: 100%;
}

.products-container-wrapper .right-content.col-6 {
    width: 100%;
}
	.site-info .row {
    display: flex;
    flex-direction: column;
}

.site-info .footer-social-media {
    width: 100%;
}

.site-info .contact-info {
    width: 100%;
}
.site-info .footer-right.red {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 5% 2% !important;
}
	.pre-footer {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pre-footer .pre-left-col {
    width: 100%;
}

.pre-right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    width: 100%;
}


.menu-policy-menu-container {
    margin: auto;
}
button#mobileMenuToggle {
    margin: 0 0 0 auto;
    position: relative;
    display: block;
}
ul#menu-main-menu a {
    color: #fff;
}
	button.navbar-toggler.d-lg-none {
    margin: 0 0 0 auto;
    display: block;
    background-color: #fff;
}
	.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
span.navbar-toggler-icon {
	invert(
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX);
    color: #f00;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

button#mobileMenuToggle {
    border: 1px solid #fff;
}
}
@media screen and (min-width:992px){
	button#mobileMenuToggle {
    display: none;
}
}
@media screen and (max-width:991px){
.cstm-questions .telephone-lists a {
    position: relative;
    padding-left: 0;
}
.cstm-questions {
    background-color: #e30015;
    width: auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 0px 10px 10px;
    padding-left: 50px;
}
li.product-wrapper {
    width: 46%;
}
	.product-img {
    width: 100%;
    height: 100vh;
    max-height: 252px;
    border: 1px solid #D6D6D6;
    border-radius: 180px 0px 180px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.distributor-item img {
    border: none;
    max-height: 132px;
    max-width: 164px;
    height: 100vh;
    object-fit: cover;
}

}
@media screen and (max-width:767px){
.products-container-no-slider .distributor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    width: 100%;
}
.distributor-header .container.header {
    display: flex;
    align-items: center;
}
	.header-text.archive-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 85%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    flex-direction: column;
    text-align: center;
    padding-top: 5%;
}
.img-box-2 .img-box-wrapper .box-content:after{
    height:150px !important;
    width:80px !important
}
.img-box-2 .img-box-wrapper img {
    max-height: 254px;
    border-radius: 0px;
    padding-right: 20px;
    height: auto;
}
.video-content .banner-description {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gallery-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.download-btns {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    padding-top: 20px;
}
.image-box.manuals .img-box-wrapper p.cstm-description {
    margin: 0px;
    height: auto !important;
}
.cstm-questions {
    background-color: #e30015;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 0px 10px 10px;
    padding-left: 39px;
}
h1.red.reveal.fade-right.active {
    font-size: 36px;
}
.simple-banner .banner-container {
    width: 100%;
    text-align: center;
}
div#input_1_8 div {
    width: 221px;
}
li.product-wrapper {
    width: 100%;
}
section.archive-banner.archive-banner-37 {
    padding-top: 0px;
}
section.archive-banner.archive-banner-36 .black-wrapper {
    margin-right: 0;
}
section.archive-banner {
    height: 100%;
    max-height: unset;
    display: block;
}
section.archive-banner img {
    width: 100%;
    max-height: unset;
    height: unset;
    object-fit: cover;
}
.archive-banner .banner-content {
    display: flex !important;
    flex-direction: column;
    padding: 5% 5% 5% 5%;
    height: 100%;
}
ul.category-tabs a {
    color: #A1A1A1;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
}
section.contact-section .row {
    display: block;
}
.door {
    margin-bottom: 20px;
    width: 35px;
    object-fit: cover;
    margin: auto auto 20px auto;
}
.products .left-content {
    text-align: center;
    padding-bottom: 20px;
}
.products-container-wrapper .right-content {
    text-align: center;
    max-width: 503px;
    margin: auto auto auto auto;
}
.contact-section .text-center {
    width: 100%;
}
.logo-wrapper {
    width: 100%;
    text-align: center;
}
	a.navbar-brand {
    margin: 0;
}
	.header-text p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
	.top-bar {
    position: relative;
    right: 0;
    z-index: 9;
}

.top-most-social {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
}

.top-most-social.reveal.fade-right.active {
    width: 100% !important;
}
header .container.questions-wrapper {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    flex-direction: column;
}

.container.header {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

.header-right-wrapper {
    max-height: unset;
    height: unset;
    position: relative;
    width: 100%;
}

.banner-content .col-6 {
    width: 100% !important;
}
.banner-content{
    display: flex !important;
    flex-direction: column;
}
section.banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #00000082;
    width: 100%;
    clip-path: unset;
}
	.img-box-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    max-height: 333px;
    object-fit: cover;
    border-radius: 0px 600px 600px 600px;
}
	.wrapper-box {
    display: flex;
    gap: 36px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
}
	section.icon-box {
    position: relative;
    z-index: 2;
    background-size: cover;
    padding: 10% 5% 5%;
}
	section.banner .container {
    height: auto;
    max-height: unset;
    object-fit: cover;
    padding-bottom: 0;
}
	section.banner.full-width-bg {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
	div h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
ul.category-tabs {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    font-size: 14px;
    justify-content: center;
    padding: 0;
    gap: 20px;
    text-align: center;
    flex-wrap: nowrap;
}
.category-tabs li:hover a:after, .category-tabs li.active a:after {
    content: "";
    width: 39%;
    height: 3px;
    display: block;
    background-color: red;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.product-img {
    width: 100%;
    max-width: 300px;
    height: 100vh;
    max-height: 250px;
    border: 1px solid #D6D6D6;
    border-radius: 180px 0px 180px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
	.distributor-item img {
    border: none;
    max-height: 100px;
    max-width: 133px;
    height: 100vh;
    object-fit: contain;
}
	p.copyright {
    color: white;
    font-size: 13px;
    margin: auto;
    text-align: center;
}
	.d-flex.align-items-center.justify-content-center {
    justify-content: flex-start !important;
}
	.site-info {
    background-color: #000;
    padding: 5% 5% 5%;
}
	ul#menu-policy-menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.cstm-questions .telephone-lists a:before {
    content: "\f2a0";
    font-family: 'FontAwesome';
    margin-right: 20px;
    animation: shake 0.5s ease-in-out infinite alternate;
    position: absolute;
    left: -40px;
}
	.cstm-questions a {
    font-size: 21px;
    color: #fff;
    padding: 25px;
}
.avanti-wrapper a.cstm-btn {
    max-width: 175px;
    margin-top: 0px !important;
}
.avanti-section a.cstm-btn {
    padding: 0px 0px;
}
}
@media screen and (max-width:400px){
.cstm-questions {
    background-color: #e30015;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 0px 10px 10px;
    padding-left: 39px;
}
	
.cstm-questions .telephone-lists a:before {
    content: "\f2a0";
    font-family: 'FontAwesome';
    margin-right: 20px;
    animation: shake 0.5s ease-in-out infinite alternate;
    position: absolute;
    left: -30px;
}
}