@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body, ul, ol {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
}

.top-section .certifications {
  padding: 5px 0;
  margin: 2% auto 4%;
  text-align: center;
  border-radius: 40px;
}

.top-section .certifications figure {
  margin: 0;
  text-align: center;
}

.top-section .certifications figure img {
  max-width: 80%;
}

header {
  padding: 12px 0;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

header ul.contacts {
  margin: 0;
  padding: 0;
}

header ul.contacts li {
  display: inline-block;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 15px;
}

header ul.contacts li span {
  display: inline-block;
  margin-right: 10px;
}

header ul.contacts li span i {
  color: #8CC9E1;
  font-size: 35px;
  transition: all ease-in-out 0.1s;
}

header ul.contacts li:hover span i {
  color: #C0C0C0;
  transform: rotate(-10deg);
}

header ul.contacts li .details {
  display: inline-block;
  line-height: 20px;
}

header ul.contacts li .details strong {
  color: #000;
  font-weight: 600;
  letter-spacing: normal;
}

header ul.contacts li a {
  color: #333333;
  font-weight: 400;
}

.banner {
  background: url("../images/banner.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 2% 0 3% 0;
  margin: 0 0 6% 0;
}

.banner h1 {
  color: #fff;
  margin: 0 0 2% 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5em;
}

.banner h1 span {
  color: #1dd0e3;
}

.banner .caption {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 80%;
  line-height: 30px;
}

.banner .caption u {
  text-decoration: none;
  border-bottom: 1px solid #1dd0e3;
}

.banner .caption span {
  border-bottom: 1px solid #FF6A00;
  font-weight: 500;
}

.banner a.banner-btn {
  padding: 10px 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #FF6A00;
  margin: 0 0 40px 0;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 5px 0 #fff;
  border-radius: 40px;
}

.banner a.banner-btn:hover {
  background: #00AEEF;
  box-shadow: 0 0 0 transparent;
}

.form-privacy {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.form-privacy i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}

.banner ul.main-features {
  margin: 4% 0 1% 6%;
}

.banner ul.main-features li {
  list-style: none;
  margin: 0 15px 15px 0;
  padding: 2% 0 2% 2%;
  font-size: 16px;
  color: #fff;
  width: 38%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 20px 0 20px;
}

.banner ul.main-features li span {
  font-weight: 600;
  color: #82BD4C;
  font-size: 18px;
}

.banner ul.main-features li i {
  float: left;
  font-size: 40px;
  margin: 8px 15px 0 0;
}

.banner ul.main-features li div {
  font-weight: 300;
}

.banner form {
  padding: 10% 8% 6% 8%;
  margin: 6% 0;
  background: white;
  border-radius: 30px;
  box-shadow: 15px 15px 0px #1dd0e3;
}

.banner form h2 {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.banner form h3 {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}

.banner form span {
  text-align: center;
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 6% 0;
}

.banner form input {
  border-radius: 30px;
  font-size: 16px;
  border-color: #b9b9b9;
}

.banner form textarea {
  height: 150px !important;
  border-radius: 30px;
  border-color: #b9b9b9;
}

.banner form .form-floating > label {
  color: #989797;
  padding: 1rem 1.2rem;
  font-weight: 400;
  font-size: 14px;
}

.banner form .submit-btn {
  background: #FF6A00;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
  padding: 10px 0;
  margin: auto;
  transition: all ease-in-out 0.3s;
}

.banner form .submit-btn:hover {
  background-color: #00AEEF;
  color: #fff;
}

.banner form .form-privacy {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.banner form .form-privacy i {
  color: #268756;
  font-size: 16px;
  vertical-align: middle;
}

.banner a.banner-btn {
  padding: 10px 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #FF6A00;
  margin: 0 0 40px 0;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 5px 0 #fff;
  border-radius: 40px;
}

.banner a.banner-btn:hover {
  background: #00AEEF;
  box-shadow: 0 0 0 transparent;
}

.form-privacy {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.form-privacy i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}

.banner-features {
  margin: 3% 0 4% 0;
}

.banner-features ul {
  margin: 0 0 0 5%;
  padding: 0;
}

.banner-features ul li {
  list-style: none;
  color: #FF6A00;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 1% 0;
  padding: 0 0 0 10px;
}

.banner-features ul li::marker {
  content: "✔";
  font-size: 22px;
}

.banner-features ul li span {
  color: #fff;
}

.banner-features ul li span strong {
  color: #dea640;
  font-weight: 500;
  border-bottom: 1px solid #e3af1e;
  padding-bottom: 2px;
}

.banner-rating {
  margin: 6% 0 2% 0;
}

.banner-rating img {
  margin: 0 0 0 3%;
  max-width: 100%;
}

.banner-certifications {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 40px;
  width: 50%;
  margin: 7% 0 0 0;
}

.banner-certifications figure {
  margin: 0;
  text-align: center;
}

.banner-certifications figure img {
  max-width: 100%;
}

.title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 5px 0;
}

.tagline {
  font-size: 16px;
  color: #696767;
  font-weight: 400;
  width: 80%;
  margin: 10px auto 0;
  position: relative;
}

.tagline::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #00AEEF;
}

.tagline::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 18px;
  left: 50%;
  margin-left: -50px;
  background-color: #00AEEF;
}

.about {
  margin: 0 0 80px 0;
}

.about .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.about iframe {
  margin: 0;
  padding: 0;
  box-shadow: 0 0 8px #3A3A3A;
}

.about p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 34px;
}

.about .content figure.certifications {
  margin: 2% 0;
}

.about .content figure.certifications img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.about:hover .content figure.certifications img {
  margin-left: 20px;
}

.products {
  margin: 6% 0 6% 0;
}

.products .product {
  margin: 0 0 5% 0;
}

.products .product figure {
  margin: 0 0 25px 0;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  text-align: center;
  border-radius: 20px;
  max-height: 300px;
}

.products .product:hover figure {
  box-shadow: 0 0 10px #999;
}

.products .product figure img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.products .product:hover figure img {
  transform: scale(1.1);
}

.products .product .pdetails {
  margin: 10px 0 20px 0;
}

.products .product .pdetails .pname {
  font-size: 16px;
  font-weight: 600;
  color: #524e4e;
  text-align: center;
}

.products .product .pdetails .modelno {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin: 4% 0;
  text-align: center;
}

.products .product .pdetails .modelno span {
  font-weight: 600;
  color: #00AEEF;
}

.products .product a.productBtn {
  background: #ccc;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  display: block;
  color: #333;
  transition: all ease-in-out 0.3s;
  text-align: center;
  margin: 0 20px;
}

.products .product:hover a.productBtn {
  background: #FF6A00;
  color: #fff;
}

.products a.p-view-all-btn {
  display: inline-block;
  padding: 10px 35px;
  background: #00AEEF;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
}

.products a.p-view-all-btn:hover {
  background: #333;
}

.stats {
  background: #E8E9E9;
  margin: 60px 0;
  padding: 100px 0;
}

.stats .stat {
  text-align: center;
  position: relative;
}

.stats .stat .icon {
  display: block;
  vertical-align: middle;
  color: #1980BB;
  font-size: 50px;
  z-index: 1;
  position: relative;
  margin: -50px 10px 0 0;
}

.stats .stat .stat-details {
  display: inline-block;
  z-index: 1;
  position: relative;
  line-height: 14px;
}

.stats .stat .stat-details h4 {
  font-size: 46px;
  font-weight: 600;
  color: #434044;
  margin: 0;
}

.stats .stat .stat-details span {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}

.stats .stat .square {
  width: 100px;
  height: 100px;
  transform: rotate(137deg);
  background: #DEDBF8;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.catalog {
  padding: 30px 0 50px 0;
}

.catalog-wrapper figure {
  margin: 35px 0 0 0;
}

.catalog-wrapper figure img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.catalog-wrapper figure:hover img {
  transform: scale(1.1);
}

.catalog .form-bg {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 4%;
}

.catalog .form-bg:hover img {
  top: 6%;
}

.catalog .form-wrapper {
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  border: #C0C0C0 solid 1px;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.catalog .form-wrapper input {
  border: #A7A5A4 solid 1px;
  color: #989797;
  padding-left: 20px !important;
}

.catalog .form-wrapper select[multiple] {
  height: 150px;
  padding-top: 40px;
}

.catalog .form-wrapper select {
  border-radius: 30px;
  padding-left: 20px !important;
  padding-top: 10px !important;
  border: #A7A5A4 solid 1px;
  padding: 0;
}

.catalog .form-wrapper select option {
  padding: 2px 0;
}

.catalog .form-wrapper .form-floating > label {
  color: #989797;
  padding: 1rem 1.2rem;
  font-weight: 400;
}

.catalog .form-wrapper .submit-btn {
  background: #FF6A00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 50px;
  margin: auto;
  transition: all ease-in-out 0.3s;
}

.catalog .form-wrapper .submit-btn:hover {
  background-color: #00AEEF;
  color: #fff;
}

.testimonials {
  padding: 80px 0 95px 0;
  margin-top: 40px;
  background: #e5e5e5;
}

.testimonials .testimonial-wrapper {
  margin: 5% 0 0 0;
}

.testimonials .testimonial-wrapper .card {
  margin: 0 0 25px 0;
}

.testimonials .testimonial-wrapper .card .client-details {
  margin: 0 0 20px 0;
}

.testimonials .testimonial-wrapper .card .client-details img {
  border: #C0C0C0 solid 1px;
}

.testimonials .testimonial-wrapper .card .card-body h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.testimonials .testimonial-wrapper .card .card-body span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0 0 5px 0;
}

.testimonials .testimonial-wrapper .card .card-body .card-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.video {
  padding: 60px 0 80px 0;
}

.video .yt-video {
  margin: 0 0 30px 0;
}

.video .yt-video img {
  box-shadow: 0 0 10px #ddd;
  transition: all ease-in-out 0.3s;
  border-radius: 20px;
}

.video .yt-video img:hover {
  transform: scale(1.1);
}

.cta {
  background: #1980BB;
  padding: 40px 0;
  margin: 0 0 60px 0;
}

.cta .cta-data {
  width: 80%;
  margin: auto;
}

.cta .cta-data h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #fff;
}

.cta .cta-data ul {
  margin: 0 0 0 40px;
  padding: 0;
}

.cta .cta-data ul li {
  color: #A0D2EF;
  margin: 0 0 5px 0;
  font-size: 16px;
  list-style-type: square;
}

.cta .cta-data a.free-quote-btn {
  background: #FF6A00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  margin: 30px 0 0 0;
  display: block;
  text-align: center;
  transition: all ease-in-out 0.3s;
}

.cta .cta-data a.free-quote-btn:hover {
  background: #82BD4C;
}

.distributor {
  margin: 2% 0;
  padding: 30px 0;
}

.distributor .ad-box {
  width: 50%;
  margin: auto;
  background: url("../images/distributor-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 45px;
  border: #AFA8A8 solid 1px;
}

.distributor .ad-box .content-box {
  text-align: center;
  float: right;
  margin: 0 30px 0;
}

.distributor .ad-box .content-box h4 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.distributor .ad-box .content-box span {
  font-size: 16px;
  color: #393939;
  font-weight: 400;
  display: block;
  margin: 0 0 20px 0;
}

.distributor .ad-box .content-box a.register-btn {
  background: #00AEEF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

.distributor .ad-box .content-box a.register-btn:hover {
  background: #333;
}

footer {
  background: #E4E6E8;
  padding: 2% 0 0 0;
  text-align: center;
}

footer h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 0 0 5px 0;
}

footer .follow-us-links {
  margin-top: 20px;
}

footer .follow-us-links i {
  color: #3A3A3A;
  font-size: 25px;
  margin-right: 5px;
  transition: all ease-in-out 0.2s;
}

footer .follow-us-links i:hover {
  color: #000;
}

footer .follow-us-links .fa-instagram {
  color: #B21B85;
}

footer .follow-us-links .fa-facebook-square {
  color: #4267B2;
}

footer .follow-us-links .fa-square-x-twitter {
  color: #000;
}

footer .follow-us-links .fa-linkedin {
  color: #0072B3;
}

footer .follow-us-links .fa-pinterest {
  color: #CB2027;
}

footer .follow-us-links .fa-blogger {
  color: #F8790A;
}

footer .follow-us-links .fa-youtube {
  color: #FF0000;
}

footer p {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
}

.top-footer {
  padding: 0;
  border-radius: 30px;
  margin: 0 auto 0;
}

footer a {
  color: #000;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  color: #000;
}

footer .copyright {
  background: #4A4F50;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 1%;
  font-size: 14px;
}

.back-btn {
  background: #0089CF;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #fff;
  transition: all ease-in-out 0.2s;
  display: none;
  width: 50px;
  height: 50px;
}

.back-btn:hover {
  bottom: 105px;
  background-color: #00AEEF;
}

.back-btn:hover i {
  color: #fff;
}

.product-description {
  margin: 0;
  padding: 20px 20px 0 20px;
  text-align: center;
  border: #00AEEF solid 2px;
  border-radius: 40px 40px 0 0;
  background: #ddd;
}

.product-description h4 {
  font-size: 22px;
  font-weight: 700;
}

.product-description p {
  font-size: 16px;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  min-height: 380px;
}

.fs-title {
  font-size: 16px;
  color: #0089CF;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  background: #B3E7FA;
  padding: 10px 20px;
  text-align: center;
}

.highlight-text {
  color: #FF6A00;
  font-weight: normal;
}

.done-check {
  font-size: 50px;
  color: #82BD4C;
}

.sub-heading {
  font-weight: 500 !important;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button.submit-btn-form {
  background: #FF6A00;
  color: #fff;
  font-size: 16px;
  padding: 8px 40px;
}

button.submit-btn-form:hover {
  background: #00AEEF;
}

.privacy-caption {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.privacy-caption .fa-user-shield {
  color: #61992d;
}

.tab-content > .active {
  display: block !important;
}

.products .MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.products .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.products .MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.products .MultiCarousel .MultiCarousel-inner .item {
  width: 100%;
}

.products .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
}

.products .MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
}

.products .MultiCarousel .leftLst {
  left: 0;
}

.products .MultiCarousel .rightLst {
  right: 0;
}

.products .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.products .item .cat-img {
  text-align: center;
  width: 75%;
  margin: 0 auto 15px;
}

.products .item {
  transition: all ease-in-out 0.3s;
  border: transparent solid 1px;
  padding: 0 20px;
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
}

.products .item:hover {
  box-shadow: 0 0 20px #C0C0C0;
}

.products .item .cat-img img {
  max-width: 100%;
}

.products .item .category-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px 0;
}

.products .item select {
  color: #1E8ECD;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
  border-color: transparent;
}

.products .item .product-item {
  margin: 0 0 7px 0;
  border-bottom: 1px dotted #C0C0C0;
  padding: 0 0 5px 0;
}

.products .item .product-item figure {
  margin: 0;
  text-align: center;
  padding-top: 10px;
}

.products .item .product-item figure img {
  text-align: center;
  max-width: 100%;
}

.products .item .product-item .pname {
  text-align: left;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.products .item .product-item:hover .pname {
  color: #000;
}

.products .item .product-item .mname {
  color: #1E8ECD;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.products .item .product-item .btn-link {
  margin: 0 0 5px 0;
  text-align: left;
  text-decoration: none;
}

.products .item .product-item .btn-link a {
  color: #FF6A00;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.products .item .product-item:hover .btn-link a {
  color: #000;
}

.products .item a.view-all-btn {
  background-color: #8BB5CD;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
  display: block;
  padding: 8px 0;
}

.products .item a.view-all-btn:hover {
  background-color: #77A3BC;
}

/* Scrollbar Styling */
.products .item::-webkit-scrollbar {
  width: 6px;
}

.products .item::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 10px;
}

.products .item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C0C0C0;
}

@media (max-width: 575.98px) {
  header .navbar-brand {
    margin: auto;
  }
  .banner .w-75 {
    width: 100% !important;
  }
  .banner h1 {
    font-size: 24px !important;
    margin: 10px 0 20px 0;
    padding: 0 !important;
    font-weight: 600;
  }
  .banner .caption {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .banner .why-us {
    display: none;
  }
  .banner form h2 {
    font-size: 18px;
  }
  .tagline {
    width: 100% !important;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  footer .follow-us-links {
    margin-bottom: 20px;
  }
  .cta h3.cta-title {
    font-size: 20px;
  }
  .cta .cta-tagline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .upcoming-events .event-wrapper .event {
    width: 80%;
  }
  .categories {
    margin: 10% 0;
  }
  .videos {
    padding: 10% 0 2% 0;
  }
  .request-a-catalog {
    padding: 10% 0;
  }
}
@media (max-width: 767.98px) {
  header .navbar-brand {
    margin: auto;
  }
  .tagline {
    width: 100% !important;
  }
  footer .follow-us-links {
    margin-bottom: 20px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .banner ul.main-features {
    display: none;
  }
  .request-a-catalog .catalog-wrapper p {
    margin-top: 0;
  }
  .request-a-catalog .catalog-wrapper figure {
    text-align: center;
  }
  .request-a-catalog .catalog-wrapper figure img {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  header .navbar-brand {
    margin: auto;
  }
  header ul.contacts {
    width: 100%;
  }
  header ul.contacts li {
    width: 46%;
  }
  header ul.contacts li:last-child {
    text-align: right;
  }
  .banner .w-75 {
    width: 100% !important;
  }
  .banner h1 {
    font-size: 30px;
    padding: 0 !important;
  }
  .banner .caption {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .banner .why-us {
    display: none;
  }
  .banner .banner-certificates {
    display: none;
  }
  .banner a.banner-btn {
    margin-top: 20px;
  }
  .tagline {
    width: 100%;
  }
  .testimonials {
    padding: 4% 0 10% 0;
  }
  .cta {
    padding: 6% 0;
    text-align: center;
  }
  .cta .cta-tagline {
    margin-bottom: 10px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .request-a-catalog .catalog-wrapper p {
    margin-top: 20px;
  }
  header .navbar-brand {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .banner .why-us ul li {
    width: 100%;
  }
  .tagline {
    width: 100%;
  }
  .request-a-catalog .catalog-wrapper {
    background-color: #fff;
    border: none;
  }
  .request-a-catalog .catalog-wrapper .catalog-images {
    text-align: center;
  }
  .request-a-catalog .catalog-wrapper .catalog-images img {
    border: #C0C0C0 solid 1px;
  }
  .request-a-catalog .catalog-wrapper .col-lg-6:first-child {
    display: none;
  }
  .request-a-catalog .catalog-wrapper .col-lg-6 {
    margin: auto;
  }
  .testimonials .testimonial-wrapper .carousel-control-prev, .testimonials .testimonial-wrapper .carousel-control-next {
    top: 98%;
  }
  .cta .cta-btn {
    font-size: 16px;
  }
  .modal .card-header {
    display: none;
  }
  .banner .banner-certificates {
    margin: 0;
  }
  .request-a-catalog a.request-catalog-btn {
    font-size: 18px;
  }
  .banner ul.main-features li {
    font-size: 14px;
  }
  .banner ul.main-features li span {
    font-size: 16px;
  }
  .stats .stat .icon {
    display: block;
  }
  .banner h1 {
    margin: 2% 0;
  }
  .top-footer {
    width: 90%;
  }
  .cta .cta-data a.free-quote-btn {
    font-size: 16px;
  }
  .catalog .form-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1399.98px) {
  .banner h1 {
    font-size: 40px;
  }
  .banner .why-us ul li {
    text-align: center;
    list-style: none;
    font-size: 14px;
    width: auto;
    float: none;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
  }
  .request-a-catalog .catalog-features {
    margin: 21% auto 0;
  }
  .testimonials .testimonial-wrapper .carousel-control-prev {
    left: 40% !important;
  }
  .testimonials .testimonial-wrapper .carousel-control-next {
    right: 40% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
  .banner .banner-certificates {
    right: 4%;
    top: 5%;
  }
  .banner .why-us ul {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .banner ul.main-features li div {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1280px) {
  .features ul li .icon {
    display: none;
  }
  .cta figure {
    top: -52%;
  }
}
@media screen and (min-width: 1097.14px) and (max-width: 1097.14px) {
  .testimonials .testimonial-wrapper .carousel-control-prev {
    left: 43% !important;
  }
  .testimonials .testimonial-wrapper .carousel-control-next {
    right: 43% !important;
  }
  .banner .banner-certificates {
    margin-left: 0;
  }
  .features {
    text-align: center;
  }
  .features ul li {
    width: 100%;
  }
  .features ul li .icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .cta figure img {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .testimonials .testimonial-wrapper .carousel-control-prev {
    left: 40% !important;
  }
  .testimonials .testimonial-wrapper .carousel-control-next {
    right: 30% !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .testimonials .testimonial-wrapper .carousel-control-prev, .testimonials .testimonial-wrapper .carousel-control-next {
    top: 95%;
  }
  .testimonials .testimonial-wrapper .carousel-control-prev {
    left: 33% !important;
  }
  .testimonials .testimonial-wrapper .carousel-control-next {
    right: 30% !important;
  }
  .testimonials {
    padding: 10% 0 20% 0;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .testimonials .testimonial-wrapper .carousel-inner {
    padding: 1em 0 !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 760px) {
  #progressbar {
    display: none;
  }
  #msform {
    margin-top: 0;
  }
  .cta .w-50 {
    width: 100% !important;
  }
  .products-checkboxes .field {
    width: 100%;
  }
  .features {
    display: none;
  }
  .banner {
    padding: 0;
  }
  .request-a-catalog .catalog-wrapper figure img {
    max-width: 80%;
  }
  .banner-catalog p {
    margin-top: 20px !important;
  }
  .catalog-wrapper figure {
    display: none;
  }
  .become-distributor .distributor {
    width: 90%;
  }
  .banner-certifications {
    width: 90%;
  }
  .catalog .form-wrapper {
    padding: 18px;
  }
  .catalog .form-wrapper .submit-btn {
    font-size: 16px;
  }
  .banner-features {
    display: none;
  }
  .banner-rating {
    text-align: center;
  }
  .about .title {
    text-align: center;
  }
  .about p {
    text-align: center;
  }
  .stats {
    display: none;
  }
  .distributor .ad-box {
    width: 60%;
    padding: 45px 0;
  }
  .distributor .ad-box .content-box {
    float: none;
  }
  .testimonials {
    padding: 40px 0;
    margin-top: 20px;
  }
  .cta .cta-data ul li {
    list-style: none;
  }
  .cta .cta-data {
    width: 100%;
  }
  .video iframe {
    width: 100%;
  }
}
@media screen and (min-width: 740px) and (max-width: 740px) {
  .banner-features {
    margin-left: 8% !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 360px) {
  .banner-features {
    margin-left: 4% !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
  .banner-features {
    margin-left: 15% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .banner-features {
    margin-left: 15% !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 960px) {
  .banner h1 {
    text-align: center;
    font-size: 30px;
  }
  .banner ul.main-features {
    margin: 10px 0 0 0;
  }
  .banner ul.main-features li {
    width: 49%;
    margin: 0 0 15px 0;
  }
  .banner form {
    width: 95%;
    margin: 0 auto 20px;
  }
  .features {
    text-align: center;
  }
  .top-section .certifications {
    width: 100%;
    text-align: center;
  }
  .upcoming-events {
    text-align: center;
  }
  .upcoming-events:hover .event-main-image {
    transform: none;
  }
  .banner-catalog {
    text-align: center;
  }
  .banner-catalog figure {
    text-align: center;
  }
  .features ul {
    margin-top: 5%;
  }
  .banner-catalog p {
    margin: auto;
  }
  .banner-certifications {
    margin: 30px auto 40px;
  }
  .catalog .form-wrapper {
    margin: auto;
    padding: 20px;
  }
  .banner-features ul {
    margin: 0 auto;
    width: 75%;
  }
  .nav-pills .nav-link {
    width: 200px;
  }
  .nav-pills .nav-link.active::after {
    display: none;
  }
}
@media screen and (min-width: 384px) and (max-width: 384px) {
  .nav-pills .nav-link {
    width: 150px;
  }
}
@media screen and (min-width: 284px) and (max-width: 390px) {
  .nav .tab-pane {
    display: none;
  }
  .products {
    margin-top: 40px;
  }
  .products select option {
    text-align: center;
  }
  .catalog .form-wrapper {
    padding: 30px 20px;
    width: 100%;
  }
  .banner-features {
    display: none;
  }
}
@media screen and (min-width: 280px) and (max-width: 1745.45px) {
  .cta .col-lg-6 {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1097.14px) {
  .cta figure {
    position: static;
  }
  .cta figure img {
    max-width: 80%;
  }
  .banner-catalog .banner-btn-wrapper {
    margin: 1% 0;
  }
}
@media screen and (min-width: 280px) and (max-width: 1745.45px) {
  .become-distributor .dist-girl {
    display: none;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1180px) {
  .banner-catalog p {
    width: 100%;
    margin: 0;
  }
  .features {
    margin-top: 35%;
  }
  .cta figure {
    position: static;
  }
  .cta .cta-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  .features {
    display: none;
  }
  .banner-catalog p {
    text-align: left;
  }
}
@media screen and (min-width: 635px) and (max-width: 670px) {
  header ul.contacts li {
    font-size: 12px;
  }
  .about .col-lg-8 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 786px) {
  .features {
    margin: 0;
  }
  .features {
    display: none;
  }
  .about .col-lg-8 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1194px) {
  .features ul li .icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 915px) {
  .catalog-wrapper .col-md-6:first-child {
    display: none;
  }
  .catalog-wrapper .col-md-6:nth-child(2) {
    width: 90%;
    margin: auto;
  }
  .banner-rating {
    text-align: center;
  }
  .banner form {
    padding: 5%;
  }
  .banner {
    padding-bottom: 5%;
  }
  .about .title {
    text-align: center;
  }
  .about p {
    text-align: center;
  }
  .stats {
    padding: 60px 0 40px 0;
  }
  .stats .stat .square {
    display: none;
  }
  .stats .stat {
    margin: 0 0 80px 0;
  }
  .testimonials {
    padding: 8% 0 10% 0;
  }
  .testimonial-wrapper div {
    margin: auto;
  }
  .cta .cta-data ul li {
    list-style: none;
  }
  .top-footer {
    width: 100%;
  }
}
@media screen and (min-width: 2400px) and (max-width: 2880px) {
  .banner {
    padding: 1% 0 14% 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 960px) {
  a.categories-dropdown-button {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    background: #00AEEF;
  }
}
@media screen and (min-width: 240px) and (max-width: 540px) {
  .banner {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .banner h1 {
    font-size: 32px !important;
  }
  .banner-rating {
    width: 100%;
    text-align: center;
  }
  .banner-rating img {
    max-width: 80%;
    margin: 0;
  }
  .banner form {
    padding: 10% 3% 6% 3%;
  }
  .about {
    margin-bottom: 40px;
  }
  .about iframe {
    margin-bottom: 30px;
  }
  .about .title {
    text-align: center;
  }
  .about .col-md-8 {
    padding: 0 !important;
  }
  .about p {
    text-align: center;
  }
  .stats {
    display: none;
  }
  .catalog {
    margin-top: 60px;
  }
  .catalog .form-wrapper {
    width: 95%;
  }
  .video iframe {
    width: 100%;
  }
  .cta {
    padding: 40px 0 50px 0;
  }
  .cta .cta-data ul li {
    text-align: left;
  }
  .distributor .ad-box {
    width: 90%;
    padding: 45px 0;
  }
  .distributor .ad-box .content-box a.register-btn {
    padding: 10px 20px;
  }
  .top-footer {
    width: 80%;
  }
  .catalog {
    padding-bottom: 30px;
  }
  .testimonials {
    padding: 40px 0;
  }
  .tagline {
    margin-bottom: 40px !important;
  }
  .cta .cta-data {
    width: 100%;
  }
  .about .col-lg-8 {
    padding: 0 !important;
  }
  .about iframe {
    display: none;
  }
  .catalog .form-wrapper .submit-btn {
    padding: 8px 38px;
  }
  .distributor .ad-box {
    width: 100%;
  }
}/*# sourceMappingURL=gpc-landing.css.map */