* *,
*::before,
*::after {
  box-sizing: border-box;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
}

body {
  background: #343434;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.navbar {
  position: absolute;
  width: 100%;
  z-index: 1000;
  padding: 60px;
  background: transparent;
}

.navbar-brand img {
  height: 40px;
}
.navbar-expand-lg .navbar-nav .menu__item .menu__item .menu__link {
  margin: 0 10px;
  padding: 0 0px 0 30px;
}
.nav-link {
  color: white !important;
  margin: 0 2rem;
}
#block-celebright-main-menu
  ul.menu.menu.navbar-nav.menu--level-1
  li.menu__item--level-1:last-child
  a {
  margin: 0 10px;
}
.btn-quote {
  border: 1px solid white;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 2px;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 1000px;
}

.slide {
  height: 1000px;
  position: absolute;
  background-size: cover;
  width: 100%;
  background-position: start;
  background-repeat: no-repeat;
}

.slide-content h1 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: white;
  max-width: 1100px;
}
.slide-content {
  position: absolute;
  bottom: 100px;
  z-index: 99999;
  max-width: 1050px;
}
.slide-content p {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  color: gainsboro;
  max-width: 850px;
}

.slide-content a {
  border: 2px solid gainsboro;
  color: white;
  padding: 0.75rem 2rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.slide-content a:hover {
  background: white;
  color: #000;
}

ul.slick-dots {
  display: flex;
  padding: 0;
  justify-content: center;
  margin: 0;
  gap: 8px;
}
ul.slick-dots li {
  width: 21px;
}
.slide .overlay {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #000000 70.06%,
    #000000 100%
  );
  height: 513px;
  z-index: 99999;
  width: 100%;
}
.block-inline-blockjumbotron-testimonials .slide:after {
  content: "";
  width: 100%;
  height: 351px;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #000000 70.06%,
    #000000 100%
  );
  bottom: 0;
}
.navigation-wrapper {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 39;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navigation-wrapper .slick-prev {
  order: 1;
}

.navigation-wrapper .slick-next {
  order: 3;
}

.navigation-wrapper .slick-dots {
  order: 2;
}

ul.slick-dots li.slick-active {
  background: #f15a24;
}
/* .slick-dots::before {
  content: "<"; 
  padding: 4px;
 
  font-size: 26px;
  color: gray;
} */

.slick-dots li button {
  display: none;
}
ul.slick-dots li {
  width: 16px;
  height: 16px;
  background: #fff;
  display: block;
  border-radius: 50%;
}
.block-inline-blockjumbotron-carousel button.slick-prev.slick-arrow {
  color: transparent;
  background: transparent;
  border: 0;
  background-image: url(../images/Vector3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  padding: 0;
}
.block-inline-blockjumbotron-carousel button.slick-next.slick-arrow {
  border: 0;
  color: transparent;
  background: transparent;
  background-image: url("../images/Vector4.png");
  background-repeat: no-repeat;
  width: 1rem;
  padding: 0;
  background-position: center;
}

.block-inline-blockjumbotron-testimonials button.slick-prev.slick-arrow {
  color: transparent;
  background: transparent;
  border: 0;
  background-image: url(../images/Vector3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
}

.block-inline-blockjumbotron-testimonials button.slick-next.slick-arrow {
  border: 0;
  color: transparent;
  background: transparent;
  background-image: url("../images/Vector4.png");
  background-repeat: no-repeat;
  width: 1rem;
  background-position: center;
}
/* .slick-dots::after {
  content: ">"; 
 padding: 4px;
  font-size: 26px;
  color: gray;
}
.slick-dots li button::before {
  color: white;
  font-size: 11px;
  padding-left: 16px;

  
} */

.slick-dots li.slick-active button::before {
  color: #f15a24;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.play-button {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-button::after {
  content: "";
  border-left: 30px solid #2a2a2a;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: 8px;
}

.accent-line {
  width: 200px;
  height: 4px;
  background-color: #f15a24;
  margin: 2rem auto;
}

.description-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}
.slick-initialized .slick-slide {
  background-position: center;
}
.heading {
  font-size: 36px;
  font-weight: 700;
}

.block-inline-block50x50-split-info-block .fourth-1.col-md-6,
.block-inline-block50x50-split-info-block-reverse .fourth-1.col-md-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.description-text p {
  color: #fff;
}

.feature-image {
  border-radius: 2px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.section-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  justify-content: center;
}

.hero-section3 {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.faded-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 5rem;
  font-weight: 700;
  opacity: 0.1;
  text-align: center;
  pointer-events: none;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 #fffbfb,
    1px 1px 0 white;
}
h2.dealer_count {
  padding: 60px 0;
  color: #fff;
}
.main-title {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.faded-text.second {
  opacity: 1 !important;
}
h1.main-title.text-white.second {
  color: #8b8b8b8a !important;
}
div#navbarNav a.navbar-brand {
  display: none;
}
.feature-image2 {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 2px;

  margin: 0 auto;
  display: block;
}

.image-container2 {
  position: relative;
  padding: 1rem;
}

.image-container2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;

  pointer-events: none;
}
.map-background a {
  font-weight: bold;
  text-decoration: none;
}
.map-background p.mb-2 {
  margin-bottom: 0 !important;
}
.dealer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  border-radius: 2px;
  color: white;
  max-width: 750px;
  margin: 2rem auto;
  padding: 60px 100px;
}

.map-background {
  background-image: url("../images/dealer_map_blur\ 2.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-dealer-btn {
  background-color: #f15a24;
  border: none;
  padding: 0.5rem 2rem;
}

.find-dealer-btn:hover {
  background-color: #f15a24;
}

.app-section {
  color: white;
  padding-bottom: 0%;
  /* padding-top: 5rem; */
  /* padding-left: 5rem; */
  /* padding-right: 5rem; */
  /* min-height: 100vh; */
  /* display: flex; */
  align-items: center;
  /* margin-left: 14%; */
  max-width: 1100px;
  margin: 0 auto;
}

.app-image {
  max-width: 300px;
}

.download-btn {
  background-color: #f15a24;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

.download-btn:hover {
  background-color: #f15a24;
}
.description-text ul {
  text-align: left;
}
.content-right {
  padding-left: 40px;
}
.col-md-6.content-right {
  max-width: 34%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-6.content-right {
    max-width: none;
  }
}
.app-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.app-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #fff;
}

.content-overlay-5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 0;
  z-index: 99;
  max-width: 1320px;
  margin: 0 auto;
}
.image-container2 img {
  width: 100%;
  height: auto;
}
.showcase-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 1.5rem 0;
  color: white;
}

.showcase-description {
  font-size: 0.9rem;

  color: #cccccc;

  margin: 0 auto;
}

.showcase-section {
  color: white;
  position: relative;
  /* min-height: 100vh; */
  margin-top: -112px;
}

.features-section4 {
  padding-bottom: 2.4rem;
}

.feature-card4 {
  background-color: rgb(117, 116, 116);
  padding: 50px 50px;
  min-height: 510px;
  border-radius: 2px;
  margin: 10px;
  text-align: center;
  position: relative;
}

.feature-title4 {
  font-size: 24px;
  margin-top: 40px;
  font-weight: 700;
  color: white;
}

.feature-text4 {
  color: #cccccc;
  font-size: 0.9rem;
  padding-bottom: 2rem;
}

.learn-more-btn4 {
  background: none;
  border: 1px solid gainsboro;
  color: gainsboro;
  padding: 0.9rem 1.2rem;

  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}

.learn-more-btn4:hover {
  background: white;
  color: black;
}

.content-section4 {
  padding: 30px 0;
}

.content-box4-bottom {
  margin-bottom: 4rem;
  margin-top: 5rem;
}
/* .content-box4 {
  margin-bottom: 8rem;
  margin-top: 5rem;
} */
.content-box4-bottom a {
  margin-left: 3rem;
}

.content-title4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: bold;
}

.content-text4 {
  color: #cccccc;
  line-height: 1.6;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
}

.content-image4 {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.accent-line2 {
  width: 24px;
  height: 8px;
  background-color: #f15a24;
  margin-top: 4px;
  margin-bottom: 4px;
}
.accent-line3 {
  background-color: #f15a24;
  width: 24px;
  height: 8px;

  margin-bottom: 14px;
}

.section-9 {
  background-color: #f2f4f7;
  color: #343434;
  padding: 60px;
}
.content-section-9 {
  padding: 50px;
  margin-left: 24px;
}
.img-container-9 img {
  width: 100%;
  border-radius: 2px;
}
.content-section-0 {
  padding: 50px 0;
  text-align: center;
}
.img-container img {
  width: 100%;
  border-radius: 10px;
}
.footer {
  background-color: #817f7f;
  color: white;
}
.footer p {
  font-size: 0.8rem;
  color: rgb(222, 215, 215);
  font-weight: small;
}

.footer a {
  color: rgb(222, 215, 215);
  text-decoration: none;
  font-weight: small;
}
.list-unstyled li a {
  font-size: 0.8rem;
}

.btn-four {
  width: 130px;
  padding: 8px;
  border-radius: 2px;
}

.div-5-ul {
  width: 140px;
  height: 40px;
}
.size {
  font-size: 0.9rem;
}

.learn-more-btn6 {
  background: none;
  border: 1px solid gainsboro;
  color: gainsboro;
  padding: 0.9rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}

.learn-more-btn6:hover {
  background: white;
  color: black;
}
.mb-4 {
  margin-bottom: 2.5rem;
}
.slide-content-5 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  margin-top: 30%;
  bottom: 20%;
  margin-left: 22%;
  color: white;
  width: 800px;
}

.slide-content-5 p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  top: 40px;
  bottom: 20%;
  margin-left: 19%;
  left: 10%;
  color: gainsboro;
  width: 800px;
  text-align: center;
}
.layout.testimonials,
div#featurecard {
  max-width: 1320px;
  margin: 0 auto !important;
}
div#featurecard {
  margin: 60px auto !important;
}
/* .twocol_layout + .threecol_layout {
  padding-bottom: 2500px;
  position: relative;
  background-size: cover;
  background-image: url(../images/1Spring_lONG\ 1.png);
  background-position: bottom;
  background-repeat: no-repeat;
} */

.card {
  border-radius: 0%;
  background: rgb(255, 255, 255);
}

.text-warning {
  color: tomato !important;
}

.paragrap {
  color: #cccccc;
}
.block-inline-block50x50-split-info-block .row.align-items-center,
.block-inline-block50x50-split-info-block-reverse .row.align-items-center {
  margin: 0;
}
.accent-hr-line {
  background-color: rgb(226, 221, 221);
  width: 300px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.accent-hr-line-2 {
  background-color: rgb(226, 221, 221);
  width: 300px;
  height: 2px;

  margin-top: 2px;
  margin-bottom: 10px;
}

.accent-hr-line-3 {
  background-color: rgb(226, 221, 221);
  width: 350px;
  height: 2px;
  margin-left: 29%;
  margin-bottom: 30px;
}
/* 
  .custom-hero {
    position: relative;
    width: 100%;
    height: 1000px; 
    background-image: url('../images/Screenshot\ 2024-08-21\ 133559\ 1.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
   */
.noslide {
  /* position: relative; */
  width: 100%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  bottom: 1510px;
  position: absolute;
}

.overlaybg-slide {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 80%;
  background: linear-gradient(to top, rgba(0, 0, 2, 0.8), transparent);
}
.overlaybg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: #f15a24;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #000000 70.06%,
    #000000 100%
  );
}
.block-inline-blockbecome-a-dealer-block img {
  max-width: 104px;
  height: auto;
  width: 104px;
}
.block-inline-blockbecome-a-dealer-block .flex-grow-1 {
  flex-grow: 1 !important;
  font-size: 16px;
  text-align: left;
  max-width: 200px;
}
.noslide-content-5 {
  z-index: 2;
  max-width: 800px;
  text-align: center;
  color: white;
}
.block-inline-blockbecome-a-dealer-block a {
  margin-top: 30px;
  display: block;
  width: 140px;
  margin: 0 auto;
}
.container-2 {
  margin-bottom: 15px;
  max-width: 1200px;
}

.showcase-section .slick-dots {
  bottom: 50px;
  margin-left: -28%;
  top: 798px;
}

/**** NEw ****/

.media--type-image img {
  width: 100%;
  height: auto;
}
.block-inline-blockcards-block .field.field--name-field-link.field--type-link a,
.block-inline-blockbecome-a-dealer-block a {
  background: none;
  border: 1px solid gainsboro;
  color: gainsboro;
  padding: 0.9rem 1.2rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}
.block-inline-blockcards-block .field--name-field-media-image img {
  width: 110px;
  height: 124px;
  object-fit: contain;
  filter: brightness(100%);
}
.block-inline-blockdevice-app-block .media--type-image img {
  width: 100%;
  height: auto;
  max-width: 351px;
  margin-top: -130px;
}
.block-inline-block6x6-split-info-block p {
  color: #fff;
}
.block-inline-blockgoogle-reviews .card.mb-4 {
  margin: 20px;
}
.footer a.nav-link {
  margin: 0 !important;
  padding: 2px 0;
  font-size: 0.8rem;
  color: rgb(222, 215, 215);
}

.footer .row .col-md:first-child {
  width: 20% !important;
  flex: 1 0 9%;
}
.footer p.fw-normal a {
  font-size: 12px;
  color: #fff !important;
}
#block-celebright-main-menu
  ul.menu.menu.navbar-nav.menu--level-1
  li.menu__item--level-1:last-child {
  border: 0;
  color: white;
  padding: 0;
  border-radius: 2px;
  margin-left: 10px;
  background: #f15a24;
}
.testimonials .field--name-body p {
  color: #fff;
}
.block-inline-blockfull-frame-video {
  margin-top: 100px;
}
.block-inline-blockbasic p {
  color: rgba(52, 52, 52, 1);
  margin: 10px 0px;
  padding-right: 20px;
}
.twocol_layout #hidecontent {
  background: #fff;
  background: rgba(217, 217, 217, 1);
  padding: 100px 0;
  display: none;
  margin-bottom: 140px;
}

.showcase-section .slick-dots {
  margin-left: 0;
}

.block-inline-block6x6-split-info-block-reverse a.learn-more-btn4 {
  margin-left: 50px;
}
.layout.layout--threecol-section.layout--threecol-section--33-34-33 {
  margin: 100px auto;
}

nav.navbar.navbar-expand-lg.no_transparent {
  position: static;
  padding: 20px 0;
  /* border: 1px solid rgba(237, 237, 237, 1); */
  background: rgba(95, 95, 95, 1);
}

.dealer_info img {
  width: 100%;
  height: auto;
}
.dealer_info {
  background: rgba(95, 95, 95, 1);
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
}

a.read_reviews {
  padding: 20px;
  color: rgba(95, 95, 95, 1);
  border: 1px solid;
  background: #fff;
  display: table;
  margin-bottom: 30px;
  text-align: center;
  margin: 20px auto 40px;
  width: 175px;
  text-decoration: none;
}
a.gen_an_estimate {
  padding: 20px;
  color: #fff;
  border: 1px solid transparent;
  background: #f15a24;
  display: table;
  margin-bottom: 30px;
  text-align: center;
  margin: 20px auto 40px;
  width: 175px;
  text-decoration: none;
}
a.set_on_map {
  padding: 20px;
  color: #fff;
  border: 2px solid;
  background: transparent;
  display: table;
  margin-bottom: 30px;
  text-align: center;
  margin: 20px auto 40px;
  width: 165px;
  text-decoration: none;
}
.dealer_info .text-warning img {
  width: 24px;
  height: auto;
  margin-top: -6px;
}
.dealer_info .text-warning {
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
}
.dealer_info p {
  margin-bottom: 0;
}
.dealer_info span {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}
.dealer_info h3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.deal_review {
  /* border-bottom: 1px solid #cdcdcd; */
  border-top: 3px solid rgba(153, 153, 153, 1);
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding: 70px 100px 30px;
}
.review_data img {
  width: 32px;
}
.dealer_review {
  display: none;
}
.review_data {
  text-align: right;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
}
.review_data p {
  float: left;
  margin-left: 160px;
  font-size: 16px;
}
.deal_review h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

section.app-section a[href="/app"] {
  background: #f15a24;
  color: #fff;
  width: 200px;
  display: block;
  margin: 0;
  padding: 20px 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
}
.twocol_layout #hidecontent .layout__region--first img {
  width: 92%;
}
.twocol_layout #hidecontent .layout__region--first p {
  margin-top: 35px;
}
h1.noslide-content-5 {
  font-size: 88px;
  font-weight: 700;
}
.block-inline-blockjumbotron-testimonials .navigation-wrapper {
  bottom: 15rem;
}

/************ Our Story *************/
.our_story_banner img {
  width: 100%;
  height: auto;
}

.mission-center {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mission-items {
  max-width: 300px;
  margin: 20px auto;
}

.mission-item {
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .mission-center {
    width: 150px;
    height: 150px;
  }

  .mission-items {
    max-width: 250px;
  }
}

.story-image-container {
  overflow: hidden;
}

.story-image-container img {
  width: 100%;
  height: 100%;

  background-size: cover;
}

.story-overlay {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .story-overlay h1 {
    font-size: 3rem;
  }

  .story-image-container {
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .story-overlay h1 {
    font-size: 2.5rem;
  }

  .story-image-container {
    max-height: 300px;
  }
}

.mission-section {
  position: relative;
  /* background: radial-gradient(
    50% 50% at 50% 50%,
    #000000 0%,
    rgba(0, 0, 0, 0) 90%
  ); */
}

.mission-image-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.mission-img {
  max-width: 100%;
  height: auto;
}

.vertical-line-top,
.vertical-line-bottom {
  width: 2px;
  height: 100px;
  background-color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mission-image-container {
    max-width: 90%;
  }

  .vertical-line-top,
  .vertical-line-bottom {
    height: 60px;
  }
}

.section-container {
  color: white;
  text-align: center;
  padding: 40px 20px;
}
.btn-custom {
  background-color: #f15a24;
  color: white;
  border: none;

  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #f15a24;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.leader_banner p {
  margin: 0;
}
.middle-our-story .block-inline-blockbasic h2,
.middle-our-story .block-inline-blockbasic p {
  color: #fff;
  max-width: 724px;
  margin: 0 auto;
  margin-top: 0px;
}
.middle-our-story .block-inline-blockbasic p {
  font-size: 16px;
}
.layout--twocol-section--50-50 .layout__region.layout__region--first,
.layout--twocol-section--50-50 .layout__region.layout__region--second {
  width: 50%;
  float: left;
}
.layout--twocol-section--25-75 .layout__region.layout__region--first {
  width: 25%;
  float: left;
}
.layout--twocol-section--25-75 .layout__region.layout__region--second {
  width: 75%;
  float: left;
}
.layout--twocol-section--75-25 .layout__region.layout__region--first {
  width: 75%;
  float: left;
}
.layout--twocol-section--75-25 .layout__region.layout__region--second {
  width: 25%;
  float: left;
}

.layout--twocol-section--33-66 .layout__region.layout__region--first {
  width: 33%;
  float: left;
}
.layout--twocol-section--33-66 .layout__region.layout__region--second {
  width: 66%;
  float: left;
}
.layout--twocol-section--66-33 .layout__region.layout__region--first {
  width: 66%;
  float: left;
}
.layout--twocol-section--66-33 .layout__region.layout__region--second {
  width: 33%;
  float: left;
}

.leader_banner {
  position: relative;
}

.block-views-blockteam-block-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: center;
  margin-top: 4%;
}

.block-views-blockteam-block-1 .view-id-team {
  max-width: 1320px;
}

.block-views-blockteam-block-1 .view-id-team .view-content {
  display: flex;
  justify-content: center;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.block-views-blockteam-block-1 .view-id-team .views-row {
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-bottom: 50px;
}

.block-views-blockteam-block-1 .view-id-team .leader_team {
  text-align: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.block-views-blockteam-block-1 .view-id-team .leader_team h3 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-views-blockteam-block-1 .view-id-team .leader_team .team-member img {
  width: 100%;
  transition: 0.4s;
  filter: brightness(80%);
}

.block-views-blockteam-block-1
  .view-id-team
  .leader_team
  .team-member:hover
  img {
  filter: brightness(100%);
}

.block-views-blockteam-block-1 .view-id-team .leader_popup p {
  text-align: left;
}

.media--type-image:hover img {
  filter: brightness(100%);
}

.media--type-image img {
  width: 100%;
  height: auto;
  /* filter: brightness(80%); */
}

.block-views-blockteam-block-1 .view-id-team .leader_popup {
  color: black;
}

.left_team h3 {
  font-size: 1.2rem;
}

.left_team p {
  text-align: center;
}

.block-views-blockteam-block-1 .view-id-team .leader_popup {
  display: none;
}

.leader_popup {
  position: fixed !important;
  top: 0;
  left: 0;
  border: 0;
  right: 0;
  z-index: 9999;
}

.cross_btn {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 25px;
  cursor: pointer;
}

.leader_banner p {
  padding: 0;
}

.leader_banner img {
  width: 100%;
  height: auto;
}

.banner_content {
  position: absolute;
  z-index: 9;
  color: white;
  text-align: center;
  align-content: center;
  width: 100%;
  /* margin-top: 45%; */
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #000000 70.06%,
    #000000 100%
  );
  padding-bottom: 40px;
}

.banner_content h2 {
  font-size: 40px;
}

.banner_content p {
  font-size: 24px;
  color: white;
  font-weight: 200;
}

.leader_team h3,
.leader_team p {
  color: white;
}

.Border-line {
  width: 100%;
  height: 6px;
  position: absolute;
  background-color: #f15a24;
  top: 0;
  z-index: 111;
  opacity: 0;
  transition: 0.4s;
}

.leader_team:hover .Border-line {
  opacity: 1;
}

.block-views-blockteam-block-1 .view-id-team .leader_popup p {
  text-align: left;
  font-size: 18px;

  padding-right: 30px;
}

.right_team {
  width: 60%;
}

.left_team {
  width: 40%;
  margin-right: 40px;
}

.leader_popup {
  background-color: white;
  margin: 10% auto;
  padding: 40px;
  width: 100%;
  max-width: 800px;
  position: relative;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  color: black;
  display: flex;
  justify-content: flex-start;
}
.cross_btn {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 25px;
}
.block-views-blockteam-block-1 .view-id-team .leader_popup {
  width: 80%;
  background: rgba(217, 217, 217, 1);
}
.left_team h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.privacy-page {
  margin-top: 120px;
  margin-bottom: 120px;
}
.privacy-page h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* become a member */

.banner-become img {
  width: 100%;
  position: relative;
}
.dealer_banner_content {
  position: absolute;
  top: 200px;
  max-width: 1320px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
}
.dealer_banner_content h2 {
  text-transform: capitalize;
  font-size: 36px;
}
.dealer_banner_content p {
  max-width: 420px;
  color: #fff;
  font-size: 12px;
  margin-top: 30px;
}
article[data-history-node-id="14"]
  .block-inline-blockfull-frame-video
  h1.text-center.display-4.fw-medium.mb-4.text-white.heading {
  font-weight: bold;
  font-size: 38px;
}
article[data-history-node-id="14"]
  .block-inline-blockfull-frame-video
  p.dealer-highlight-text {
  color: #fff;
}
article[data-history-node-id="14"]
  .block-inline-blockfull-frame-video
  ul.dealer-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}

article[data-history-node-id="14"]
  .block-inline-blockfull-frame-video
  button.dealer-btn {
  background-color: #f15a24;
  color: white;
  border: none;
  padding: 12px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
}
article[data-history-node-id="14"]
  .block-inline-blockfull-frame-video
  h1.text-center.mb-5 {
  color: #fff;
  font-size: 36px;
}

.slider_section h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
}
.slider_section .col-md-4.slick-slide {
  background: rgba(217, 217, 217, 1);
  min-height: 500px;
  padding: 30px;
  margin: 10px;
}
.slider_section .col-md-4.slick-slide img {
  width: 100%;
  height: auto;
}
.slider_section .col-md-4.slick-slide h3 {
  font-size: 20px;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.slider_section .col-md-4.slick-slide h3:after {
  content: "";
  height: 5px;
  width: 53px;
  background: #f15a24;
  position: absolute !important;
  left: 0;
  top: 35px;
}
.slider_section button.slick-prev.slick-arrow {
  position: absolute;
  left: -40px;
  top: 230px;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: transparent;
  width: 45px;
  height: 45px;
  background-image: url(../images/left_arrow.png);
}
.slider_section button.slick-next.slick-arrow {
  position: absolute;
  right: -50px;
  top: 230px;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: transparent;
  width: 45px;
  height: 45px;
  background-image: url(../images/right_arrow.png);
}

section.faq_section {
  margin-top: 120px;
  margin-bottom: 120px;
}
section.faq_section h3 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.faq_item {
  color: #fff;
  border-top: 1px solid gray;
  padding: 15px 0;
  position: relative;
}
.faq_item .question {
  font-weight: bold;
}
.faq_item .answer {
  display: none;
  border-top: 1px solid gray;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.question.faq_active:after {
  content: "x";
  right: 10px;
}
.faq_item .question:after {
  content: "+";
  position: absolute;
  right: 10px;
}
.field--name-field-faq .field__item:last-child .faq_item {
  border-bottom: 1px solid gray;
}

div.form-section {
  max-width: 705px;
  color: #fff;
  margin: 240px auto;
}
div.form-section h2 {
  text-align: center;
}
div.form-section p strong {
  display: block;
}
div.form-section p {
  color: #fff;
  text-align: center;
}
form#webform-submission-interested-node-14-add-form .js-form-item input,
form#webform-submission-interested-node-14-add-form .js-form-item textarea {
  width: 96%;
  height: 48px;
  border-width: 1px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
form#webform-submission-interested-node-14-add-form .js-form-item {
  width: 50%;
  float: left;
}
form#webform-submission-interested-node-14-add-form
  .js-form-item.form-item.js-form-type-textarea
  textarea {
  width: 98%;
  height: 132px;
}

form#webform-submission-interested-node-14-add-form
  .js-form-item.form-item.js-form-type-textarea {
  width: 100%;
  clear: both;
}
form#webform-submission-interested-node-14-add-form input#edit-submit,
form#webform-submission-interested-node-14-add-form .webform-button--submit {
  background-color: #f15a24;
  color: white;
  border: none;
  padding: 12px 20px;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  width: 120px;
  text-align: center;
  display: table;
  margin-bottom: 20px;
}

.block.block-layout-builder.block-inline-blockour-story-image {
  max-width: 1460px;
  margin: 0 auto;
  display: table;
}
.field--name-field-our-story-image .field__item img {
  height: 375px;
  object-fit: cover;
}
.field--name-field-our-story-image .field__item:nth-child(4) {
  width: 380px;
}
.field--name-field-our-story-image > .field__item {
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
}

/************* Blog page CSS **************/
.view-id-blog.view-display-id-block_1 {
  margin-top: 120px;
  color: #fff;
}
.view-id-blog.view-display-id-block_1 .views-field-title {
  margin-bottom: 60px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 60px;
}
.view-id-blog.view-display-id-block_1 .views-field-title .col-md-8 {
  padding-left: 100px;
}
.view-id-blog.view-display-id-block_1 .views-field-title .col-md-8 h3 {
  margin-bottom: 40px;
}
.view-id-blog.view-display-id-block_1 .views-field-title .col-md-8 a {
  display: block;
  border: 1px solid #ededed;
  width: 114px;
  text-align: center;
  color: #ededed;
  padding: 10px;
  text-decoration: none;
  margin-top: 50px;
  position: relative;
}
.view-id-blog.view-display-id-block_1 .views-field-title .col-md-8 p {
  font-size: 14px;
  /* color: gray; */
}
.view-id-blog.view-display-id-block_1 .views-field-title .col-md-8 a:before {
  content: "";
  height: 1px;
  width: 241px;
  background: #ededed;
  position: absolute;
  left: 0;
  top: -30px;
}
/***********Videos page **********/
.view-id-videos.view-display-id-block_1 {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
}
.views-field.views-field-field-video-1 {
  display: none;
}
.view-id-videos.view-display-id-block_1 .views-field.views-field-field-video {
  max-width: 66%;
  float: left;
}
.view-id-videos.view-display-id-block_1 .flexslider {
  background: transparent;
  border: 0;

  box-shadow: none;
  margin: 0;
}
.view-id-videos.view-display-id-block_1 .views-field.views-field-title {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.view-id-videos.view-display-id-block_1
  .views-field.views-field-title
  h3:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 30px;
  left: 0;
  background: #f15a24;
  z-index: 9999;
  bottom: -26px;
}
.view-id-videos.view-display-id-block_1 .views-field.views-field-title h3 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.view-id-videos.view-display-id-block_1 .flex-direction-nav {
  display: none;
}
.view-id-videos.view-display-id-block_1 .flex-control-thumbs img {
  width: 120px;
  height: auto;
  display: block;
  opacity: 1 !important;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
}
.view-id-videos.view-display-id-block_1 .flex-control-thumbs li {
  width: auto;
  margin-right: 10px;
}

/*********** Dealer page ****************/
.dealer_info h3 a {
  color: #fff;
  text-decoration: none;
}
div#block-celebright-dealerbannerblock {
  margin-bottom: 100px;
}

.webform-submission-get-a-free-quote-form {
  max-width: 1068px;
  color: #fff;
  margin: 100px auto;
  background: #333333b5;
  padding: 100px 200px;
}
.webform-submission-get-a-free-quote-form h2 {
  text-align: center;
}
.webform-submission-get-a-free-quote-form p strong {
  display: block;
}
.webform-submission-get-a-free-quote-form p {
  color: #fff;
  text-align: center;
}
.webform-submission-get-a-free-quote-form .js-form-item input,
.webform-submission-get-a-free-quote-form .js-form-item textarea {
  width: 96%;
  height: 48px;
  border-width: 1px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.webform-submission-get-a-free-quote-form .js-form-item {
  width: 50%;
  float: left;
}
.webform-submission-get-a-free-quote-form
  .js-form-item.form-item.js-form-type-textarea
  textarea {
  width: 98%;
  height: 132px;
}

.webform-submission-get-a-free-quote-form
  .js-form-item.form-item.js-form-type-textarea {
  width: 100%;
  clear: both;
}
.webform-submission-get-a-free-quote-form input#edit-submit,
.webform-submission-get-a-free-quote-form .webform-button--submit {
  background-color: #f15a24;
  color: white;
  border: none;
  padding: 12px 20px;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  width: 120px;
  text-align: center;
  display: table;
  margin-bottom: 20px;
}
.webform-submission-get-a-free-quote-form div#edit-markup {
  width: 100%;
}
.webform-submission-get-a-free-quote-form .form-item-street-address input {
  width: 98%;
}
.webform-submission-get-a-free-quote-form .form-item-street-address {
  width: 100%;
}
div#block-celebright-dealercards {
  max-width: 1320px;
  margin: 50px auto 100px;
}
div#block-celebright-dealercards .field.field--name-body {
  display: flex;
}
div#block-celebright-dealercards .field.field--name-body img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}
div#block-celebright-dealercards .field.field--name-body a {
  background: none;
  border: 1px solid gainsboro;
  color: gainsboro;
  padding: 0.9rem 1.2rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}
.feature-card4 p {
  color: #fff;
  padding-bottom: 10px;
}
#block-celebright-dealerslider .showcase-section {
  margin-top: 0;
}
.showcase-section button.slick-prev.slick-arrow {
  color: transparent;
  background: transparent;
  border: 0;
  background-image: url(../images/Vector3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
}
.showcase-section button.slick-next.slick-arrow {
  border: 0;
  color: transparent;
  background: transparent;
  background-image: url("../images/Vector4.png");
  background-repeat: no-repeat;
  width: 1rem;
  background-position: center;
}
.showcase-section .slide:after {
  content: "";
  width: 100%;
  height: 351px;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #000000 70.06%,
    #000000 100%
  );
  bottom: 0;
}
.showcase-section .navigation-wrapper {
  bottom: 15rem;
}
.views-field-field-video-thumbnail {
  display: none;
}

.field--name-field-gallery-image .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  width: 120px;
  height: auto;
  display: block;
  opacity: 1 !important;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
}
.field--name-field-gallery-image .flex-control-thumbs li img {
  height: 70px;
  object-fit: cover;
}
.field--name-field-gallery-image .flexslider .slides img {
  height: auto;
  max-height: 900px;
  object-fit: cover;
}
.field--name-field-gallery-image ol.flex-control-nav.flex-control-thumbs {
  margin: 0;
  display: flex;
  background: #343434;
}
.field--name-field-gallery-image div#flexslider-1 {
  border: 0 !important;
  margin-bottom: 100px;
}

.feature_home_section .col-md-6 {
  position: relative;
  margin-bottom: 80px;
  /* max-width: 40%; */
  text-align: center;
}
.feature_home_section img {
  width: 90%;
  margin: 0 auto;
}
.feature_home {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0px;
  width: 87%;
  color: #fff;
  padding-left: 40px;
  font-size: 20px;
  padding-bottom: 20px;
  height: 126px;
  padding-top: 30px;
  margin: 0 auto;
  margin-left: 31px;
  text-align: left;
}
.feature_home p {
  margin-bottom: 0px;
}
.feature_home_section h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: 30px;
  font-size: 36px;
}
.feature_home_section img {
  border-top: 6px solid transparent;
}
.feature_home_section img:hover {
  border-top: 6px solid #f15a24;
}
.menu__item--has-children ul {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  /* color: #000; */
  background: transparent;
  padding: 00px 0;
  z-index: 99;
}
.no_transparent .menu__item--has-children ul {
  background: #343434;
}
.menu__item--has-children a.menu__link {
  position: relative;
}
.menu__item--has-children a.menu__link.menu__link--has-children:after {
  content: "";
  width: 16px;
  height: 12px;
  /* background: red; */
  position: absolute;
  right: -15px;
  background-image: url("../images/down_arrow.png");
  background-repeat: no-repeat;
  top: 17px;
}
.menu__item--has-children:hover ul {
  display: block;
}
nav.navbar.navbar-expand-lg.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  font-weight: 500;
}
.section-container p {
  color: #fff;
}
body.path-webform div#content {
  max-width: 1320px;
  margin: 60px auto;
  color: #fff;
}
form#webform-submission-contact-add-form .form-text,
form#webform-submission-contact-add-form .form-email,
form#webform-submission-contact-add-form textarea {
  width: 100%;
  height: 40px;
  top: 330px;
  background: #d9d9d9;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 18px;
}
form#webform-submission-contact-add-form textarea {
  height: 200px;
}
form#webform-submission-contact-add-form input#edit-actions-submit {
  background: #f15a24;
  border: 0;
  width: 145px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
body.path-webform div#block-celebright-content {
  float: left;
  width: 70%;
  margin-right: 40px;
}
div#block-celebright-contactdetails img {
  margin-right: 18px;
  margin-bottom: 10px;
}
.map-background h1 {
  font-size: 36px;
  font-weight: 700;
}
.path-webform div#block-celebright-page-title h1 {
  font-weight: 700;
  font-size: 40px;
}
strong.hello_cele {
  margin-left: 45px;
}
.dealer-features {
  margin-top: 60px;
}
.row.align-items-center.content-box4 h2 {
  font-weight: 700;
}
.row.align-items-center.content-box4 h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.row.align-items-center.content-box4 h3 {
  font-weight: 700;
}
.row.align-items-center.content-box4 h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.block-inline-block3-column-slider p {
  color: #000;
}
.block.block-layout-builder.block-inline-blockimage-compare {
  position: relative;
  background: #222222;
  display: block;
  width: 100%;
  float: left;
}
.icm.icm-horizontal.icm--hide-texts {
  margin: 0 auto;
  width: 100% !important;
  height: 87vh !important;
}
.paragraph--type--image-compare-paragraph h1.main-title.text-white {
  color: #8b8b8b8a !important;
}
.block.block-layout-builder.block-inline-blockbasic {
  clear: both;
}
/*************New CSS ********/
.experience-title {
  margin-top: 120px;
  margin-bottom: 120px;
}
.block-inline-block50x50-split-info-block .col-md-6,
.block-inline-block50x50-split-info-block-reverse .col-md-6 {
  padding: 0;
  margin: 0 !important;
}
.permanent_title {
  margin-top: 120px;
}

.block-inline-blockcards-block
  .field.field--name-field-link.field--type-link
  a {
  position: absolute;
  bottom: 30px;
  left: 33%;
}
.infographic {
  margin: 120px 0;
  clear: both;
  float: left;
  width: 100%;
}
.okay-title {
  margin-top: 120px;
}
.block-inline-block6x6-split-info-block-reverse
  .row.align-items-center.content-box4
  p {
  padding-left: 3rem;
}
.row.align-items-center.content-box4 p {
  padding-right: 4rem;
}
.getquote.layout.layout--onecol {
  background-image: url("../images/Mask-group.jpg");
  /* padding: 1px 0; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.makes-title h1 {
  max-width: 800px;
  margin: 120px auto;
}
.block-inline-blockdevice-app-block {
  background: #222;
  height: 600px;
  margin: 200px 0 120px;
}
.col-md-6.content-right img {
  float: left;
}
.content-right
  .field.field--name-field-link.field--type-link.field--label-hidden.field__item {
  clear: both;
  margin-top: 20px;
  display: block;
  float: left;
  font-size: 12px;
}
.layout.testimonials {
  margin-top: 120px !important;
  position: relative;
  z-index: 99;
}
.become-dealer {
  padding-bottom: 3200px;
  position: relative;
  background-size: 100%;
  background-image: url(../images/become-dealer-image.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: -700px;
}
.layout.testimonials h5.card-title.mb-0 {
  color: #000;
}
.wanttotalk
  .layout__region--first
  .block.block-layout-builder.block-inline-blockbasic {
  text-align: right;
}
.phn_num p {
  color: #fff;
  margin: 0;
}
.phn_num {
  display: flex;
  color: #fff !important;
  gap: 20px;
  margin-top: 30px;
}
.talkto {
  max-width: 320px;
  margin-top: 60px;
  margin-left: 50px;
}
.noslide-content-5.text-center.mb-4 h1 {
  font-size: 88px !important;
  font-weight: bold;
}
.block-inline-blockbecome-a-dealer-block a {
  background: none;
  border: 0;
  color: gainsboro;
  padding: 0.9rem 1.2rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
  background: #f15a24;
}

.block-inline-blockimage-compare
  .field.field--name-field-images.field--type-image.field--label-hidden.field__items {
  float: left;
  width: 70%;
}
.block-inline-blockimage-compare
  .field.field--name-field-before.field--type-entity-reference-revisions.field--label-hidden.field__item {
  width: 30%;
  float: left;
  margin-top: 17%;
}
.block-inline-blockimage-compare
  .field.field--name-field-after.field--type-entity-reference-revisions.field--label-hidden.field__item {
  float: left;
  width: 30%;
}
.faded-text.second {
  opacity: 1 !important;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: capitalize;
  position: static;
}
.paragraph--type--image-compare-paragraph h1.main-title.text-white {
  color: #8b8b8b8a !important;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding: 0;
}
.block-inline-blockdevice-app-block .col-md-6 {
  text-align: right;
}
.block-inline-blockdevice-app-block .col-md-6.content-right {
  text-align: left;
}

.layout_page .navbar {
  position: static;
}
nav.tabs-wrapper ul.tabs.tabs--primary {
  gap: 20px;
  padding: 10px 0;
  position: relative;
  z-index: 9999;
}
.layout_page .ui-dialog .dealer_banner_content {
  position: static;
}

.get_estimation_form {
  display: none;
}
.get_estimation_form input,
.get_estimation_form select {
  margin-bottom: 20px;
}
input#submit_btn-1 {
  padding: 20px;
  color: #fff;
  border: 1px solid transparent;
  background: #f15a24;
  display: table;
  margin-bottom: 30px;
  text-align: center;
  margin: 20px auto 40px;
  width: 175px;
  text-decoration: none;
}

.two_col_slide .description {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 20px 100px;
}
.two_col_slide:hover .description {
  display: flex;
}
.two_col_slide img {
  width: 100%;
  height: 424px;
  object-fit: cover;
}
.two_col_slide {
  position: relative;
}
.block-inline-blocktwo-row-slider button.slick-prev.slick-arrow,
.block-inline-blocktwo-row-slider button.slick-next.slick-arrow {
  display: none !important;
}

.block-inline-blocktwo-row-slider ul.slick-dots {
  margin-bottom: 20px;
  margin-top: 20px;
}
.layout_page .noslide {
  position: static;
}
.layout_page .become-dealer {
  margin-top: 0;
}
h2.text-center.display-4.fw-medium.mb-4.text-white.heading {
  font-size: 48px;
}
h3.section-title {
  font-size: 36px;
}

.block-inline-blockmiddle-banner {
  position: relative;
}
.block-inline-blockmiddle-banner .field--name-body {
  position: absolute;
  top: 70px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}
.block.block-layout-builder.block-inline-blockmiddle-banner {
  margin-top: 40px;
}

#cboxWrapper, #cboxLoadedContent, #cboxContent {
  background: #343434 !important;
}

.field--name-field-gallery-image2  .field__label {
  display: none;
}

.our-story-banner-1 .mission-image-container {
  max-width: 100%;
  padding: 0;
}

.our-story-banner-1 .mission-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  div#featurecard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div#featurecard .layout__region {
    flex: 0 1 31% !important;
  }

  .feature-card4 {
    margin: 0px; 
  }
}

@media (min-width: 990px) and (max-width: 1399px) {
  .noslide {
    bottom: 700px;
  }
  .become-dealer {
    padding-bottom: 1400px;
    margin-top: -200px;
  }
}


.error-message {
  color: red;
  display: none;
}

img.hardhat-become-dealer-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha-text-light{
  color: #ccc;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (min-width: 3840px) {
  /* Styles for 4K screens and larger */
  .become-dealer {
    padding-bottom: 6000px;
    margin-top: -2000px;
  }

  .noslide {
    bottom: 2810px;
  }
}


@media screen and (min-width: 2560px) and (max-width: 3839px) {
  /* Styles for screens between 2K and 4K */
  .become-dealer {
    padding-bottom: 6000px;
    margin-top: -2000px;
  }

  .noslide {
    bottom: 2010px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  /* Styles for screens between 1080p and 2K */
  .become-dealer {
    padding-bottom: 4200px;
    margin-top: -1700px;
  }
}

#cboxLoadingOverlay {
  background: transparent;
}

@media (min-width:768px) and (max-width: 1400px){
  .slider_section .col-md-4.slick-slide {
    min-height: 570px;
  }
}