/*!
Theme Name: TOL Buildings
Theme URI: http://underscores.me/
Author: Tol Buildings
Author URI: https://tolbuildings.com
Description: Tol Buildings
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: tol_buildings
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

* {
  outline: none;
  box-sizing: border-box;
}

body {
  /* font-family: "Urbanist", sans-serif; */
  font-family: "Source Serif 4", serif;
  /*new change font*/
  /* font-size: 26px;
  line-height: 30px; */
  font-size: 22px;
  line-height: 28px;
  color: #21201E;
  margin: 0;
  padding: 0;
  /* font-weight: 500; */
  font-weight: normal;
  /*new change*/
}

.text_big {
  font-size: 22px;
  line-height: 32px;
}

.text_big_26 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
}

a {
  color: #b40d15;
  text-decoration: none;
}

a:not([class]):hover,
a[class=""]:hover,
a.underline_hover:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}


/* a:hover {
  color: #b40d15;
  text-decoration: underline;
} */

body input,
body button,
body select,
body textarea {
  /* font-family: "Urbanist", sans-serif; */
  font-family: "Source Serif 4", serif;
  /*new change font*/
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 600; */
  font-weight: normal;
  /*font-family: "Outfit", sans-serif;*/
  font-family: "Bebas Neue", sans-serif;
  /*new change font*/

  margin-top: 0;
}

body button,
.banner_btn {
  /* new css added*/
  font-family: "Bebas Neue", sans-serif;
  /*new change font*/
  text-transform: uppercase;
  letter-spacing: normal;
}

h2 {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: none;
}

p {
  margin: 0 0 20px 0;
}

img {
  max-width: 100%;
}

h2.section_title {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 50px;
  line-height: 60px;
  color: #21201E;
  font-weight: 500;
}

h2.big_title {
  font-size: 70px;
  line-height: 80px;
  color: #21201E;
  font-weight: 500;
  margin-bottom: 10px;
}

.big_subtitle {
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}

h2.section_title.white_text {
  color: #ffffff;
}

.section_container {
  padding-top: 40px;
}

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

body main {
  padding: 100px 0 0 0;
}

.site_container {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
  max-width: 1780px;
}

.white_text {
  color: #fff;
}

.white_text .phone_link {
  color: #ffffff;
}

.site_container_full {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1920px;
}

.site_container_full.no-padding {
  padding: 0;
}

.pos_relative {
  position: relative;
}

.product_page_review_section {
  padding-bottom: 80px;
}

.last_section {
  padding-bottom: 80px;
}

.section {
  padding: 80px 0;
}

.section.first_section {
  padding: 117px 0 80px 0;
}

.section.first_section.home-banner {
  padding: 80px 0 80px 0;
}

.section+.section {
  padding-top: 0;
}

.section+.section.section-bg {
  padding: 80px 0;
}

.section.section-bg+.section {
  padding: 80px 0;
}

.section.no-padding {
  padding: 0 !important;
}

.section.no-padding+.section {
  padding: 80px 0;
}

.two_video_section {
  margin-bottom: 285px;
}

.no-padding {
  padding: 0;
}

.clearfix {
  clear: both;
}

.global_table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* smooth on iOS */
}

.cls_transition,
a,
a svg,
a svg path,
a svg rect,
a svg circle {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.gray_bg {
  background: #F0F2F4;
}

.dark_gray_bg {
  background: #21201E;
}

.light_gray_bg {
  background: #fafafa;
}

.rounded_section {
  border-radius: 50px;
}

.mobile_menu_opener {
  display: none;
}

.hide_desktop {
  display: none;
}

.header_line_1 {
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 40px 0 rgba(45, 51, 68, 0.31);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.header_container {
  width: 100%;
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
}

.header_line_1_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 12px;
  padding-bottom: 42px;
}

.header_line_1_flex>* {
  min-width: 0;
}

.top_cta_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.top_cta_link_wrap {
  position: relative;
  display: flex;
  align-items: center;
}

/* .top_cta_link_wrap:not(:nth-last-child(-n+2))::after { */
.top_cta_link_wrap:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  width: 1px;
  height: 30px;
  background: #ccc;
}

.top_cta_link {
  display: flex;
  align-items: center;
  color: #21201E;
  font-size: 20px;
  /* font-weight: 600; */
  font-weight: normal;
  /*new change*/
  text-decoration: none;
  transition: color 0.5s ease;
  gap: 8px;
}

.top_cta_link:hover {
  color: #C7202A;
}

.top_cta_ico {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.top_cta_ico svg {
  width: 18px;
  height: 18px;
  fill: #C7202A;
}

.top_cta_btn .cart-count {
  position: absolute;
  right: -10px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  text-align: center;
  color: #B40D15;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_cta_button .cart_item_wrap {
  position: relative;
}

.top_social_box {
  display: flex;
  align-items: center;
  gap: 22px;
}

.top_social_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-decoration: none;
}

.top_social_link svg {
  width: 28px;
  height: 28px;
  display: block;
}

.top_social_link:hover svg circle {
  fill: #C7202A;
}

.top_social_link:hover svg path {
  fill: #fff;
}

.site_header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 2px 15px 0 15px;
  border-radius: 9999px;
  overflow: hidden;
  display: block;
  height: 30px;
  transition: none;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2.5px;
}

.nav_item.dropdown a {
  padding-right: 25px;
}


.nav_item a:hover {
  background: rgba(255, 255, 255, 10%);
  color: #ffffff;
  border-radius: 9999px;
}

.nav_item a .text_active {
  display: inline-block;
  transition: none;
  -webkit-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
}

.nav_item .arrow {
  position: absolute;
  bottom: 9px;
  line-height: 1;
  right: 15px;
  display: none;
}

.nav_item.nav_item.dropdown .arrow {
  display: block;
}

.nav_item.active a.main_nav_link {
  background: #fff;
  color: #21201e;

  border-radius: 9999px;
}

.nav_actions {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav_item .mega_menu_item a {
  padding: 10px 0px;
  transition: all 0.5s;

  border-radius: 0;
  line-height: normal;
  height: auto;
}

.nav_item .mega_menu_item a:hover {
  padding: 10px 0px 10px 20px;
  background: none;
  color: #ff3c2e;
}

.cart_button_desktop .top_cart_button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: unset;
  background: #fff;
  padding: 0;
}

.cart_button_desktop .top_cta_btn .cart-count {
  background: #b40d15;
  color: #fff;
  font-weight: bold;
}

.cart_button_desktop .top_cart_button svg {
  height: 18px;
  width: 18px;
  display: block;
}

ul.mega-sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 18px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  z-index: 999;
  position: absolute;
  width: 265px;
  max-width: none;
  padding: 25px 31px 25px 37px;
  border: 0;
  background: #21211F;
  border-radius: 20px 20px 20px 20px;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 35%);
}

.nav_item .mega_menu_item a.mega_menu_link {
  position: relative;
}

.nav_item .mega_menu_item a.mega_menu_link .sunav_arrow {
  position: absolute;
  left: 5px;
  bottom: 9px;
  opacity: 0;
  transition: all 0.5s;
}

.nav_item .mega_menu_item a.mega_menu_link:hover .sunav_arrow {
  opacity: 1;
  transition: all 0.5s;
}

.sunav_arrow svg path {
  fill: #ff3c2e;
}

.search_box {
  position: relative;
}

.search_box input {
  padding: 8px 12px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
}

.search_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

li.nav_item {
  position: relative;
}

.design_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #b40d15;
  color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  width: 173px;
  height: 40px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
}

.design_btn:hover {
  color: #ffffff;
  background: #B40D15;
  border: 1px solid #B40D15;
}

.design_btn svg path {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.design_btn:hover svg path {
  fill: #ffffff;
}

.house_icon {
  line-height: 1;
}

.top_social_link svg,
.top_social_link svg path {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.search_form_wrapper .field_wrapper .form_control {
  width: 100px;
  padding: 0 0px 0 0px;
  border-radius: 0;
  font-size: 15px;
  line-height: 1;
  height: 40px;
  border: none;
  background: none;
  color: #ffffff;
  font-weight: 600;
  flex: 0 0 auto;
}

.search_form_wrapper .field_wrapper .form_control::placeholder {
  color: #6F6D6D;
  font-weight: 600;
}

.search_form_wrapper .field_wrapper .form_control:focus {
  outline: none;
  border: none;
}

.search_form_wrapper .field_wrapper {
  display: flex;
  width: 130px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.search_form_wrapper .field_wrapper .close_search_bar {
  width: 20px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}

.nav_item.active .arrow svg path {
  fill: #21201e;
}

.top_mob_cta_box {
  display: none;
}

.logo_box {
  line-height: 1;
}

.site_button {
  display: inline-flex;
  border-radius: 4px;
  border: 0;
  line-height: 1;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  height: 46px;
  gap: 0 10px;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  background-color: #B40D15;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.site_button2 {
  display: inline-block;
  background: #fff;
  color: #21201E;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 15px;
}

.site_button2:hover {
  background: #b40d15;
  color: #ffffff;
}

.site_button2:hover svg path {
  fill: #fff;
}

.btn_white {
  background: #fff;
  color: #21201E;
}

.home-banner {

  text-align: center;
  /* background: url('assets/images/home-banner-bg.webp') no-repeat center center; */
  background-size: cover;
  position: relative;
  z-index: 3;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 100%;
  /* min-height: 100%; */
  max-width: 100%;
  height: 60%;
  transform: translate(-50%, 0%);
  object-fit: cover;
  /* ensures full cover */
  z-index: 1;
  opacity: 30%;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  z-index: 2;

}

.banner_container_full {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.home-banner_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.banner_content {
  margin: 0 auto;
  margin-top: 100px;
}

.banner_content h1 {
  font-size: 82px;
  line-height: normal;
  /* letter-spacing: -4px; */
  letter-spacing: normal;
  /* new change*/
  font-weight: 500;
  margin: 0 0 10px;
  color: #21201E;
}

.banner_subheading {
  font-size: 30px;
  /* font-weight: 600; */
  font-weight: normal;
  line-height: normal;
  color: #21201E;
  margin-bottom: 30px;
  /* letter-spacing: -1px; */
  letter-spacing: normal;
  /* new change*/
}

.banner_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.responsive_flex_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.justify_left,
.responsive_flex_buttons.justify_left {
  justify-content: flex-start;
}

.justify_center,
.responsive_flex_buttons.justify_center {
  justify-content: center;
}

.nowrap_buttons {
  flex-wrap: nowrap;
}

.banner_btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 16px 35px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 50%);
  outline-offset: -2px;
  box-shadow:
    0px 17px 30px -8px rgba(28, 28, 28, 0.4),

    inset 0px 3px 4px 2px rgba(0, 0, 0, 0.15);

  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.banner_btn .banner_button_txt_wrap {
  display: flex;
  align-items: center;
  gap: 10px;

}

.banner_btn,
.banner_btn span {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.banner_btn span {
  display: inline-block;
  line-height: normal;
  line-height: 1;
}

.banner_btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Default state */
.banner_btn .text_active {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
}

.banner_btn .text_hover {
  position: absolute;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(100px);
  left: 35px;
  transform: translateY(100px);
  white-space: nowrap;

}

.banner_btn:hover .text_active {
  opacity: 0;
  transform: translateY(-100px);
}

.banner_btn:hover .text_hover {
  opacity: 1;
  transform: translateY(0px);
}

.phone_btn {
  background: radial-gradient(50.2% 200.78% at 52.34% -100.78%, #2D6096 0%, #253749 64.2%, #21201E 100%);
  color: #fff;
}

.quote_btn {
  background: radial-gradient(50.2% 200.78% at 52.34% -100.78%, #FFD1D3 0%, #B40D15 100%);
  color: #fff;
}

.transparent {
  background: none;
  border: 1px solid #21201E;
  /* box-shadow: none; */
  box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4);
  color: #21201E;
}

.transparent_white {
  background: none;
  border: 1px solid #ffffff;
  /* box-shadow: none; */
  box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4);
  color: #ffffff;
}

.transparent_white svg path,
.transparent_white svg rect {
  fill: #ffffff;
}

.transparent_red {
  background: none;
  border: 1px solid #B40D15;
  /* box-shadow: none; */
  box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4);
  color: #B40D15;
}

.transparent_red svg path,
.transparent_red svg rect {
  fill: #B40D15;
}


.banner_btn.black_background {
  background: #21201E;
  border: 1px solid #ffffff;
  /* box-shadow: none; */
  box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4);
  color: #ffffff;
}

.banner_btn.black_background svg path,
.banner_btn.black_background svg rect {
  fill: #ffffff;
}

.banner_image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
}

.banner_image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.banner-inner-video-wrap {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  height: 870px;
  position: relative;
}

video.banner-inner-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.usp_section {
  position: absolute;
  bottom: -106px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.usp_boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.usp_box {
  position: relative;
  padding: 20px 25px;
  border-radius: 10px;
  background: #f8f8f8;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 127px;
  max-height: 127px;
  border: 1px solid #EDEDED;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px);
}

.usp_title {
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #21201E;
  margin: 0;
  max-width: 70%;
  line-height: 1.4;
  text-align: left;
}

.usp_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 1;
}

.usp_icon svg {
  width: 40px;
  height: 40px;

}

.usp_icon svg path {
  fill: rgba(57, 63, 68, 1);
}


/*home page banner section ends*/

/*home page category section */
.home-category_list .category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
}

.home-category_list .category_item {

  flex: 0 0 calc((100% - (3 * 30px)) / 4);
  background: linear-gradient(to bottom, #ededed, #ffffff);
  border-radius: 12px;
  padding: 20px;
  padding-right: 0;
  position: relative;
  box-sizing: border-box;
  top: 0;
}

.home-category_list .category_item:hover {
  top: -5px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 20%);
}

.home-category_list .category_info {
  padding-right: 20px;
}

.home-category_list .category_title {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px;
}

.home-category_list .category_subtitle {
  font-size: 18px;
  font-weight: 500;
}

.home-category_list .view_more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
}

.home-category_list a.view_more {
  color: #393F44
}

.home-category_list a.view_more:hover {
  color: #b40d15;
}

.home-category_list a.view_more:hover svg path {
  fill: #b40d15;
}


.category_image {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 30px;
}

.section_subtitle {
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.home-category_list .all_category_item {
  background: url('assets/images/all_cat_thumb.webp') no-repeat center center;
  background-size: cover;
  position: relative;
}

.home-category_list .all_category_item .category_title {
  color: #fff;
}

.home-category_list .all_category_item .category_subtitle {
  color: #fff;
}

.all_category_info {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.view_more.view_all {
  position: relative;
  bottom: unset;
  right: unset;
  justify-content: center;
  background: #fff;

  display: inline-flex;
  padding: 2px 12px;
  border-radius: 20px;
}

.home-category_list .view_more.view_all:hover {
  background: #C7202A;
  color: #fff;
}

.home-category_list .view_more.view_all:hover svg path {
  fill: #fff;
}

.view_all_wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


/*home page category section end */

/* cta banner start*/
.cta_banner_inner {}

.cta_banner {
  width: 100%;
}

.cta_banner_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('assets/images/cta_bg.webp') no-repeat center center;
  background-size: cover;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.cta_banner_left,
.cta_banner_right {
  width: 50%;
}

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

.cta_banner_left_inner img {
  width: 623px;
  max-width: 623px;
  width: 76%;
}

.cta_banner_right_inner {
  padding: 15px;
}

.cta_banner_title {
  font-size: 70px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.cta_banner_subtitle {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #fff;
}

.cta_banner_btns_wrap .banner_btns {
  justify-content: flex-start;
}

/* cta banner end*/

/*helpful resources */
.helpful_resources {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.helpful_resources .resource_item {

  flex: 0 0 calc((100% - (4 * 30px)) / 5);
  border: 2px solid #F0F2F4;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
  top: 0;
}

.helpful_resources .resource_image img {
  width: 100%;
  height: auto;
  display: block;
}

.helpful_resources .resource_title_box {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #21201E;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}


.helpful_resources .resource_item:hover {
  /*position: relative;*/
  top: -5px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 20%);
}

.helpful_resources .resource_item:hover img {
  transform: scale(1.1);
}

.helpful_resources .resource_item:hover .resource_title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;

}

.helpful_resources .resource_item:hover .resource_title_box {
  background-color: rgba(108, 108, 108, 50%);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  /* Safari support */
}



.helpful_resources a.resource_title_box:hover svg path {
  fill: #fff;
}

.helpful_resources .resource_title_box .resource_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.helpful_resources .resource_title {
  margin: 0;
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}

.helpful_resources .resource_icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/*helpful resources end*/

/* 3d estimator banner start */


.banner_3d_content {
  width: 50%;
  padding-top: 68px;
  padding-bottom: 137px;
}

.banner_3d_estimator .pos_relative {
  position: relative;
  overflow: hidden;
  /* ensures image doesn't overflow */
}

.banner_3d_img {
  position: absolute;
  right: 0;
  top: 0;
  /* transform: translateY(-50%); */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 49%;
  height: 100%;
  /* take full height of parent */
}

.banner_3d_img img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  /* ensures proper scaling */
}


.banner_3d_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #B40D15;
  /* border: 1px solid #b40d15; */
  color: #ffffff;
  border-radius: 32px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  width: 200px;
  height: 54px;
  font-family: "Bebas Neue", sans-serif;
}

.banner_3d_btn:hover {
  color: #ffffff;
  background: #21201E;
}

.banner_3d_btn svg path {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner_3d_btn:hover svg path {
  fill: #ffffff;
}

.banner_3d_btn_ico {
  line-height: 1;
}

.section_title.section_title.banner_3d_title {
  padding-bottom: 15px;
}

.banner_3d_text {
  padding-bottom: 35px;
}


/* 3d estimator banner end */


/* Trust Section */

.trust_section_inner {
  background: url('assets/images/trust_section_bg.webp') no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 60px 60px 70px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.trust_section_left {

  flex: 0 0 55%;
}

.trust_section_right {
  flex: 0 0 45%;
}

h2.trust_section_title {
  color: #fff;
}

.trust_section_content {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.trust_section_content p {
  margin-bottom: 40px;
}

.trust_section_content p:last-child {
  margin-bottom: 0px;
}

/** Trust Section End */

/* Why Choose Section */

.why_choose_button {
  position: absolute;
  box-shadow: 0px 17px 30px -8px rgba(28, 28, 30, 40%);
  bottom: -28px;
}

.why_choose_inner {

  position: relative;
  margin-bottom: 20px;

}

h2.why_choose_title {
  color: #fff;
}

.why_choose_left {
  background: #21201E;
  color: #fff;
  border-radius: 20px;
  width: 86%;
  position: relative;
  background-image: url('assets/images/why_choose_bg.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: initial;

}

.why_choose_left_inner {
  width: 84%;
  padding: 60px 10% 70px 40px;
}

/* Right image overlaps */
.why_choose_right {
  width: 28%;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}

.why_choose_image {
  border-radius: 20px;
  border: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;

}

.why_choose_image img {
  display: block;
}

/* .why_choose_right img {
 
} */

/* Text description */
.why_choose_desc {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* List */
.why_choose_list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  color: #fff;
}

.why_choose_list li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
}

.why_choose_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #fff;
  background: url('assets/images/check_bullet.webp') no-repeat center center;
  height: 24px;
  width: 24px;
}

.why_choose_list strong {
  display: block;
  font-size: 20px;
  margin-bottom: 0px;
}

.why_choose_list span {
  font-size: 16px;
  color: #fff;
}

/* Logos */
.why_choose_logos {
  display: flex;
  gap: 30px;
  margin: 0px 0 20px;
  flex-wrap: wrap;
  align-items: center;
}

.why_choose_logos .logo_item img {
  max-height: 44px;
  display: block;
}

.logo_bbb {
  width: 118px;
}

.logo_google {
  width: 164px;
}

.logo_chamber {
  max-width: 142px;
}

.logo_ncbia {
  max-width: 55px;
}

/* Button */
.why_choose_btn {
  margin-top: 20px;
}

/*footer css start */

.site-footer {
  position: relative;
}

.footer_cta_banner {
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(calc(-50% - 15px));
}

.footer_cta_banner_wrap {
  margin-top: 185px;
}


.footer_top {
  background: #21201E;
  padding-top: 20px;

}

.footer_top_container {
  background: url('assets/images/footer_top_bg.webp') no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  padding-top: 220px;
  padding-bottom: 50px;
}

.footer_inner_cols {
  display: flex;
  justify-content: space-between;
  gap: 130px;
  color: #ffffff;
  padding-bottom: 65px;
  align-items: flex-start;
}

.footer_col {
  padding-left: 10px;
}

.footer_col1 {
  flex: 2.1;
  padding-left: 0;
}

.footer_col2,
.footer_col3 {
  flex: 1.2;
}

.footer_col2 ul li::marker,
.footer_col3 ul li::marker {
  font-size: 18px;

  color: #ffffff;

}


.footer_col4 {
  flex: 1.5;
}

/* Headings */
.footer_column_heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_column_heading::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 197px;
  height: 1px;
  background: #ffffff;
  margin-top: 6px;
}

/* Paragraph text */
.footer_text {
  font-size: 16px;
  margin: 15px 0 40px;
  line-height: 26px;
  color: #ffffff;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff;
}

/* Lists */
.footer_col ul {
  margin: 0;
  padding-left: 20px;
}

.footer_col2 ul,
.footer_col3 ul {
  list-style: disc;
}

.footer_col4 ul {
  list-style: none;
  padding: 0;
}

.footer_col ul li {
  font-size: 18px;
  margin-bottom: 25px;
}

.footer_col ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer_col ul li a:hover {
  color: #ff3c2e;
}

/* Contact Us icons alignment */
.footer_col4 ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 12px;
  /* font-weight: 600; */
  font-weight: normal;
  /*new change*/
}

.footer_logo {
  line-height: 1;
  margin-bottom: 40px;
}

.footer_col4 svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 6px;
}

.footer_col4 svg path,
.footer_col4 svg circle {
  fill: #ffffff;
}

.address_flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Socials */
.footer_socials_inline {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social_title {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.footer_socials {
  display: flex;
  gap: 20px;
}

.footer_socials svg path {
  transition: fill 0.3s;
}

.footer_socials a:hover svg rect {
  fill: #b40d15;
  background: #fff;
}

.footer_socials a:not(.insta_link):hover svg path {

  fill: #fff;
}

.footer_socials a.insta_link:hover svg path {

  fill: #b40d15;
  stroke: #ffffff;
}

/*footer logo section start*/
.footer_logo_section {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
}

.footer_logo_left {
  flex: 0 1 74%;
}

.footer_logo_right {
  flex: 0 1 26%;
}

.footer_logo_col {
  padding: 13px 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(32, 32, 30, 0.3);
  border-radius: 14px;
  box-sizing: border-box;
}

.footer_logo_grid {
  display: flex;
  height: 100%;
  width: 100%;
}

.footer_logo_item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;

}

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

.footer_logo_item:first-child {
  border-left: none;
}

.footer_logo_right_inner {
  display: flex;
  align-items: center;
  gap: 35px;
  height: 100%;
  width: 100%;
  padding-left: 68px;
  padding-right: 68px;
}

.footer_logo_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 60px;
}

.footer_logo_text {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
}

/*footer logo section end*/

/* Footer Bottom */
.footer_bottom {
  background: #21201E;
}

.footer_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #797979;
  font-size: 14px;
  padding: 20px 0;

}

.footer_links_left,
.footer_links_right {
  display: flex;
  align-items: center;
  gap: 20px;

}

.footer_links,
.footer_links a {
  color: #797979;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.footer_links a:hover {

  color: #ff3c2e;

}

.footer_links .separator {
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #797979;
}

/* Footer Bottom end */


/*footer css end */


/*product css start */
.single_product_section .product-wrapper {
  background: #F0F2F4;
  border-radius: 20px;
  padding: 20px 76px 100px 20px;
}

.single_product_section .product-wrapper_outer {
  position: relative;
}

.single_product_section .product-inner {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.single_product_section .product-left {
  flex: 1;
  min-width: 300px;
}

.single_product_section .product-image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.single_product_section .product-image-box img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.single_product_section .tag-top {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(33, 32, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.single_product_section .product-right {
  flex: 1;
  min-width: 300px;
  font-family: "Outfit", sans-serif;
}

.single_product_section .sku-tag {
  display: inline-block;
  background: #21201E;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  /* letter-spacing: 1px; */
  letter-spacing: normal;
  /* new change*/
  line-height: 14px;
}

.single_product_section .product-title {
  font-size: 36px;
  font-weight: 600;
  color: #21201E;
  margin: 20px 0 20px;
  /* letter-spacing: 1px; */
  letter-spacing: normal;
  /* new change*/
  line-height: normal;
}

.single_product_section .price-section {
  margin: 16px 0 10px;
  line-height: normal;
}

.single_product_section .price-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  /* letter-spacing: 1px; */
  letter-spacing: normal;
  /* new change*/
}

.single_product_section .price-value {
  display: block;
  font-size: 50px;
  font-weight: 700;
  color: #B40D15;
  /* letter-spacing: 1px; */
  letter-spacing: normal;
  /* new change*/
  margin-top: 5px;
  display: inline-block;
}

.single_product_section .price-note {
  font-size: 16px;
  font-weight: 600;
  color: #a1a1a1;
  margin: 10px 0;
}

.single_product_section .product-categories,
.single_product_section .product-categories a {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
  margin-bottom: 20px;
  text-decoration: none;
}

.single_product_section .product-categories a:hover {
  color: #C7202A;
}

.single_product_section .product-categories .cat-label {
  color: #21201E;
  font-weight: 600;
}

.single_product_section .features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  list-style: none;
  margin-bottom: 30px;
}

.single_product_section .features-list li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #21201E;
  /* letter-spacing: 1px; */
  letter-spacing: normal;
  /* new change*/
  line-height: normal;
}

.single_product_section .features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url('assets/images/red_check.webp') no-repeat center center;
  background-size: cover;
  background-size: 14px;
}

.single_product_section .colors-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.single_product_section .colors-box {
  flex: 1 1 0;
  min-width: calc(50% - 8px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}

.single_product_section .color-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.single_product_section .color-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single_product_section .color-row {
  display: flex;
  gap: 10px;
}

.single_product_section .color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-block;
}

.single_product_section .usp_boxes {

  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  max-width: 1595px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.single_product_section .usp_box {
  position: relative;
  padding: 20px 20px;
}

.single_product_section .usp_title {
  max-width: 76%;
}

.single_product_section {
  padding-top: 0px;
  margin-top: -38px;
}

.product-button-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.banner_btn.add_to_cart_btn {
  background: none;
  box-shadow: none;
  border: 1px solid #21201E;
}

.banner_btn.add_to_cart_btn span.banner_button_txt {
  font-size: 18px;
  font-weight: 500;
  color: #21201E;
}

.product-call-btn .banner_btn span.banner_button_txt {
  font-size: 18px;
  font-weight: 500;
}

.product_content_wrapper {
  display: flex;
  gap: 80px;
}

.product_tabs_column {
  flex: 0 0 calc(60% - 40px);
}

.product_info_column {
  flex: 0 0 calc(40% - 40px);
}

.product_form_box {
  background: #F0F2F4;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 20%);
}

/*product detail tab section start */

.section.single_product_content_section {
  padding-top: 60px;
}

.tabs_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tab_title {
  padding: 10px 25px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #21201E;
  background: transparent;
  border-radius: 20px;
  cursor: pointer;
}

.tab_title:hover {
  background: rgba(33, 32, 30, 10%);
  color: #21201E;
}

.tab_title.active {
  background: #21201E;
  color: #fff;
}

.product_tab_content {
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 35px;
  /* font-family: "Urbanist", sans-serif; */
  font-family: "Source Serif 4", serif;
  /*new change font*/
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.product_tab_content.active {
  display: block;
}

.spec_list,
.product_tab_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.spec_list li,
.product_tab_content ul li {
  position: relative;
  /* padding-left: 30px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}

.spec_list li::before,
.product_tab_content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url('assets/images/bullet2.webp') no-repeat center center;
}

.product_tab_content .accorion_content {
  margin-top: 0;
}

.tab_title_mob {
  display: none;
}

.tab_title_desktop_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}


/*product detail tab section end */


/* Product image gallery start */

.product_image_gallery_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
}


.product_gallery_image {
  flex: 0 0 calc((100% - (2 * 40px)) / 3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.product_gallery_image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.woocommerce-notices-wrapper {
  font-size: 16px;
}

.form-check .form-check-label {
  font-size: 16px;
}


/* Product image gallery end */


/* Product css end */

.top_selling_shop_products .product_list {
  margin-top: 40px;
}

.content-section p {
  margin-bottom: 30px;
}

.content-section p:last-child {
  margin-bottom: 0px;
}

.content-section .highlight {
  background: #F0F2F4;
  border-radius: 20px;
  padding: 40px 30px;
}

.content-section .highlight ul {
  padding-left: 0px;
  /* columns: 2; */
  column-gap: 2rem;
  margin: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px 50px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.content-section .highlight ul li {
  list-style: none;
  padding-left: 30px;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #21201E;
  background: url('assets/images/bullet.webp') no-repeat left 7px;
  background-size: 16px 16px;
  break-inside: avoid;
  flex: 0 0 calc(50% - 25px);
}


.list_right_image_inner {
  background: url('assets/images/list_image_bg.webp') no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_inner {
  padding: 80px 0px 80px 0px;
}

.content_image_list_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 20%);
  border-radius: 30px;
  background: rgba(33, 32, 30, 60%);
}

.ci_left {
  flex: 0 0 calc(63% - 16px);
}

.ci_right {
  flex: 0 0 calc(37% - 16px);
}

.ci_image {
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.ci_image img {
  display: block;
}

h3.ci_title {
  /* font-family: "Urbanist", sans-serif; */
  font-family: "Source Serif 4", serif;
  /*new change font*/
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ri_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
}

.ri_left {
  flex: 0 0 calc(49% - 40px);
}

.ri_right {
  flex: 0 0 calc(51% - 40px);
}

.ri_title_wrap {
  /* margin-bottom: 45px; */
}

.ri_wrap2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.ri_left2 {
  flex: 0 0 calc(58% - 15px);
}

.ri_right2 {
  flex: 0 0 calc(42% - 15px);
}

.ri_title_wrap2 {
  /* margin-bottom: 45px; */
}

.ri_right_image {
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
}

.ri_right_image img {
  display: block;
}

.logo_list_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}

.logo_list_item {
  width: 330px;
  height: 150px;
  border: 1px solid rgba(33, 32, 30, 20%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 10%);
}

.content_with_2_right_logos_inner {
  background: #F0F2F4;
}

.ri2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.ri2_left {
  flex: 0 0 calc(62% - 45px);
}

.ri2_right {
  flex: 0 0 calc(38% - 45px);
}

.ri2_right_image_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}

.ri2_right_image {
  flex: 0 1 calc(50% - 30px);
  height: 144px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px;
}

/**/
.content_with_2_right_logos_inner1 {
  background: none;
}

.ri2_wrap1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.ri2_left1 {
  flex: 0 0 calc(64% - 45px);
}

.ri2_right1 {
  flex: 0 0 calc(36% - 45px);
}

.ri2_right_image_wrap1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}

.ri2_right_image1 {
  flex: 0 1 calc(50% - 30px);
  height: auto;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.two_col_cards_with_black_bg_inner {
  background-image: url(assets/images/2col_card_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.two_col_cards_with_black_bg .two_col_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  justify-content: space-between;
}

/* Each card item */
.two_col_cards_with_black_bg .two_col_cards .card_item {
  /* background: #ffffff; */
  /* border-radius: 20px; */
  flex: 0 0 calc(50% - 30px);
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dbd3d3;
}

/* First card special styling */
.two_col_cards_with_black_bg .two_col_cards .card_item.first_card_item {
  background: transparent;
  border-radius: 0;
}

.two_col_cards .card_item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.two_col_cards_with_black_bg .two_col_cards .card_item .card_title_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

/* Image adjustments */
.two_col_cards_with_black_bg .two_col_cards .card_image img {
  max-width: 40px;
  height: auto;
  display: block;
}

/* Title styling */
.two_col_cards_with_black_bg .two_col_cards .card_title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.two_video_section .description {
  width: 900px;
  margin: 0 auto;
}

.video_thumb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
}

.video_thumb_item {
  border: 2px solid #ffffff;
  border-radius: 30px;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  cursor: pointer;
}

.video_thumb_item.video_thumb {
  position: relative;
}

.video_thumb_item img {
  display: block;
}

.section.two_video_section,
.section+.section.two_video_section {
  padding-bottom: 240px;
  margin-bottom: 60px;

}


/*service area section*/
/* .service_area_section {
    padding: 80px 0;
    background-color: #f7f9fc;
} */

.service_area_section .service_area_section_inner_wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}

.service_area_section .service_area_left {
  flex: 1 1 calc(38% - 30px);
}

.service_area_section .service_area_left img {
  max-width: 100%;
  height: auto;
  display: block;

}

.service_area_section .service_area_right {
  flex: 1 1 calc(62% - 30px);
}

.service_area_section .service_area_content {
  margin-bottom: 30px;
}


.service_area_section .service_area_box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(33, 32, 30, 20%);
  margin-top: 125px;
  padding-top: 83px;
}

.service_area_section .service_area_features_row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
  width: calc(100% - 40px);
}

.service_area_section .service_feature_box {
  flex: 1 1 calc(20% - 20px);
  background: #21201E;
  border-radius: 10px;
  padding: 12px;
}

.service_area_section .service_feature_box .feature_icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.service_area_section .service_feature_box .feature_title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
}

.service_area_section .location_box_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.service_area_section .feature_img {
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.service_area_section .service_feature_box .feature_img img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

/* States List */
.service_area_section .service_area_states {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.service_area_section .service_area_states li {
  position: relative;
  padding-left: 21px;
  font-size: 20px;
  color: rgba(0, 0, 0, 50%);
  line-height: normal;
  background-image: url(assets/images/location_pin.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  font-weight: 500;
}

.body_404 {
  max-width: 750px;
  margin: 0 auto;
}

.title_404 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: #FFE4E4;
}

.text_404 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.button_404 {
  text-align: center;
}

.figure_404 {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}

.body_thankyou {
  max-width: 750px;
  margin: 0 auto;
}

.title_thankyou {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #B40D15;
}

.text_thankyou {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.button_thankyou {
  text-align: center;
}

.figure_thankyou {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}

.usp_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.usp_image_box {
  overflow: hidden;
  display: flex;
  border-radius: 20px;
  width: calc(33.33% - 40px);
}

ul.list_cards {
  display: flex;
  align-items: center;
  row-gap: 30px;
  width: 1190px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  column-gap: 80px;
  padding-left: 0px;
}

ul.list_cards li {
  font-weight: 600;
  background: url(assets/images/red_check.webp) no-repeat left center;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 10%);
  background-size: 25px;
  padding-left: 60px;
  background-position: 20px center;
  flex: 1 1 auto;
  min-width: 260px;
  box-sizing: border-box;
  max-width: 33%;
}

.steps_section_inner {
  background: url(assets/images/steps_bg.webp) no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.steps_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 47px;
  padding-top: 35px;
  position: relative;
}

.step_box {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 30px 30px 30px;
  flex: 0 0 calc((100% - (3 * 47px)) / 4);
  position: relative;
  top: 0;

}

.step_box:hover {
  position: relative;
  top: -10px
}


.steps_section {
  position: relative;
  width: 100%;
}

/* === Step Indicator === */
.steps_section .steps_indicator {
  position: relative;
  margin-top: 40px;
}

.steps_section .steps_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* Line that connects circles */
.steps_section .steps_item::before {
  content: "";
  position: absolute;
  top: 35px;

  left: 10%;

  right: 10%;

  height: 2px;
  background: #ffffff;
  z-index: 1;
}


.steps_section .step_item {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 2;
  height: 50px;
}

.steps_section .step_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: #ffffff;
  top: 100%;
  transform: translate(0px, -50%);
}

.steps_section .step_item:first-child::after {
  width: 50%;
  left: 50%;
}

.steps_section .step_item:last-child::after {
  width: 50%;
  right: 50%;
}

/* Label text */
.steps_section .step_label {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}

/* Circle */
.steps_section .step_circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 100%;
  transform: translate(-50%, -50%);
}

.steps_wrap {
  position: relative;
}

.steps_section .step_title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.steps_section .step_title_underline {
  width: 100px;
  height: 4px;
  background: #B40D15;
  margin-bottom: 20px;
}

.step_description {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.step_image {
  margin-bottom: 15px;
}

/* === Active (Red) State === */
.steps_section .step_item.active .step_label {
  color: #b40d15;
}

.steps_section .step_item.active .step_circle {
  background: #b40d15;
}

.steps_section .step_item.active::after {
  background: #b40d15;
}


/**/


/**********************/

.steps_section_inner2 {
  background: url(assets/images/steps_bg.webp) no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.steps_grid2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding-top: 35px;
  position: relative;
}

.step_box2 {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
  flex: 0 0 calc((100% - (3 * 40px)) / 4);
  position: relative;
  top: 0;

}

.step_box2:hover {
  position: relative;
  top: -10px
}


.steps_section2 {
  position: relative;
  width: 100%;
}

/* === Step Indicator === */



/* Label text */
.steps_section2 .step_label2 {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}



.steps_wrap2 {
  position: relative;
}

.steps_section2 .step_title2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}



.step_description2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  line-height: normal;
}

.step_image2 {
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
}

.step_image2 img {
  width: 100%;
  display: block;
}

/*************************/





/* Red animated line overlay */
.steps_section .steps_line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #b40d15;
  transition: width 3s ease;
}

.steps_section .steps_line.fill::after {
  width: 100%;
}

.content_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.list ul {
  list-style: none;
  padding-left: 15px;

}

.list ul li {
  list-style: none;
  padding-left: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
}

.list ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #21201E;
}

.label_button_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 16px 40px;
  border-radius: 10px;
  background: url("assets/images/label_button_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  gap: 30px;
  box-sizing: border-box;
}

.label_button_wrap .label_text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.label_button_wrap .button_link {
  background-color: #fff;
  color: #21201E;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 32px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

}

.label_button_wrap .button_link:hover {
  background-color: #21201E;
  color: #fff;
}

.label_button_wrap .button_link:hover svg path,
.label_button_wrap .button_link:hover svg rect {
  fill: #fff;
}

.label_button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.label_button_icon svg {
  width: 25px;
  height: 25px;

}

.plain_content_with_bg {
  background: #F0F2F4;
}

.color_option_section {
  background: #FAFAFA;
}

.usp_grid2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}

.usp_box2 {
  flex: 0 0 calc((100% - (3 * 30px)) / 4);
}

.usp_title2 {
  font-size: 24px;
  font-weight: 600;
}

.usp_image2 {
  margin-bottom: 20px;
}

.usp_image2 img {
  display: block;
}

.step_bottom_content {
  margin-top: 60px;
}

.two_column_list_grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 156px;
  margin-top: 40px;
  flex-wrap: wrap;
  row-gap: 40px;
}

.list_box_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 40px;
}

.two_column_list_box,
.two_column_list_image_box {
  flex: 0 0 calc(50% - 78px);
}

.two_column_list_wrap_bg .two_column_list_box {
  flex: 0 0 100%;
}

.two_column_list_image_box {
  padding-left: 15px;
}

.two_column_list_top_wrap {
  margin-left: 15px;
  padding-left: 45px;
  background: url('assets/images/star_check.webp') no-repeat left 1px;
}

.list_box {
  margin-left: 15px;
  padding-left: 45px;
  background: url('assets/images/star_check.webp') no-repeat left 1px;
}

.two_column_list_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.list_box_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.two_column_list_content,
.two_column_list_content p {
  font-size: 18px;
  /* line-height: 28px; */
  line-height: normal;
  font-weight: normal;
}

.list_box_content,
.list_box_content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.contact_us_map .map_section_inner {

  position: relative;
  width: 100%;
}

.contact_us_map .map_iframe {
  border-radius: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact_us_map .map_section_inner iframe {
  display: block;
  height: 472px;
}

.contact_us_map .map_contact_box {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(121, 121, 121, 50%);
  padding: 30px 20px;
  max-width: 372px;

}

.contact_details_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 84px;

}

.map_contact_box_ico {
  width: 30px;
  flex: 0 0 30px;
}

.contact_details_inner_box {
  background: #F0F2F4;
  border-radius: 10px;
  padding: 15px;
}

.contact_details_inner_boxes_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 70px;

}

.contact_details_inner_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.contact_details_text_line1 {
  font-size: 18px;
  color: #909090;
  font-weight: 600;
}

.contact_details_text {
  margin-top: -5px;
}

.contact_details_text,
.contact_details_text a {
  color: #21201E;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;

  display: block;
}

.contact_details_text a:hover {
  color: #B40D15;
}

.contact_details_text_small {
  font-size: 16px;
  font-weight: 500;
}

.contact_phone_separator {
  height: 30px;
  width: 1px;
  background: #000000;
}

.contact_details_phone_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.map_contact_box_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid rgba(33, 32, 30, 20%);
}

.map_contact_box_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.map_contact_box_row:first-child {
  padding-top: 0;
}

.map_contact_box_txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.follow_us_txt {
  font-size: 14px;
  font-weight: normal;
}

.follow_us_row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.follow_us_icons_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.follow_us_ico {
  display: block;
}

.follow_us_ico img {
  display: block;
}

.follow_us_ico:hover {
  margin-top: -3px;
}

.map_contact_box_logo_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.map_contact_box_logo {
  display: flex;
  align-items: center;
  padding: 7px 0px;

}

.map_logo_sep {
  width: 1px;
  background: rgba(33, 32, 30, 0.2);
  align-self: stretch;
}


.map_contact_box_logo:last-of-type {
  flex: 0 0 auto;
}

.map_contact_box_txt,
.map_contact_box_txt a {
  color: #21201E;
}

.map_contact_box_txt a:hover {
  color: #B40D15;
}


.contact_details_left {
  flex: 0 0 calc(47% - 42px);
}

.contact_details_right {
  flex: 0 0 calc(53% - 42px);
}

.contact_details_ico {
  flex: 0 0 50px;
  width: 50px;
}

.contact_details_ico img {
  display: block;
}

.color_option_desclaimer {
  padding: 25px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

.color_option_desclaimer {
  padding: 30px 24px;
  background: #F3F3F3;
  border-radius: 10px;
  margin-top: 25px;
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.color_option_desclaimer .disclaimer_title {
  font-weight: 700;
}

.title-text-line {
  display: flex;
  align-items: center;
  width: 100%;
}

.title-text-line span.line-text {
  white-space: nowrap;
  margin-right: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.title-text-line .title-right-line {
  flex: 1;
  height: 1px;
  background-color: #000;
}

.color_box_bottom_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.colors_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.color_outer {
  /* width: calc((100% - (16px * 6)) / 7); */
  width: 95px;
  height: 95px;
  padding: 0px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.color_inner {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color_name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  /* display: none; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.color_name.dark {
  color: #000;
}

.color_outer:hover .color_inner {
  width: 100%;
  height: 100%;

  box-shadow: inset 6px 6px 10px 0 rgba(255, 255, 255, 0.3);

}

.color_outer:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.color_outer:hover .color_name {
  opacity: 1;
  visibility: visible;
}

.color_box_section {
  margin-top: 50px;
}

.color_box_title {
  margin-bottom: 25px;
}

.become_dealer_section_form {
  width: 1060px;
  background: #1F1E1E;
  border-radius: 20px;
  padding: 50px 60px;
  margin: 0 auto;
  max-width: 100%;
}

.contact_us_page_form {
  width: 100%;
  background: #1F1E1E;
  border-radius: 20px;
  padding: 50px;
  margin: 0 auto;
}

.global_form button[type="submit"].new_3d_button {

  align-items: center;
  gap: 5px;
  padding: 12px 45px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 50%);
  outline-offset: -2px;
  box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4), inset 0px 3px 4px 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
}

.global_form button[type="submit"].new_3d_button.red_3d {
  background: radial-gradient(50.2% 200.78% at 52.34% -100.78%, #FFD1D3 0%, #B40D15 100%);
  color: #fff;
  transition: all .5s;
}

.global_form button[type="submit"].new_3d_button.red_3d:hover {
  background: #B40D15;
  border: 2px solid #ffffff;

}

.contact_us_page_form .global_form .form_row.two_col {
  margin: 0 0 0 -40px;
}

.contact_us_page_form .global_form .form_row.two_col .form-group {
  flex: 1 1 calc(50% - 40px);
  margin: 0 0 40px 40px;
}

.contact_us_page_form .global_form input[type='text'],
.contact_us_page_form .global_form input[type='email'],
.contact_us_page_form .global_form input[type='tel'],
.contact_us_page_form .global_form select {
  height: 60px;
}

.contact_us_page_form .global_form .form-control {
  font-size: 18px;
  color: #21201E;
}

.contact_us_page_form .global_form .form-control::-webkit-input-placeholder {
  color: #21201E;
  ;
}

.contact_us_page_form .global_form .form-control::-ms-input-placeholder {
  color: #21201E;
  ;
}

.contact_us_page_form .global_form .form-control::placeholder {
  color: #21201E;
  ;
}

.contact_us_page_form .global_form .form_row .form-group label.error {
  color: #ffffff;
}

.contact_us_page_form .global_form .form_row .form-group {
  margin-bottom: 40px;
}

.contact_us_page_form .global_form .submit-row.form_row .form-group {
  margin-bottom: 0px;
}


/**********************/
.become_dealer_section_form .global_form .form_row.two_col {
  margin: 0 0 0 -40px;
}

.become_dealer_section_form .global_form .form_row.two_col .form-group {
  flex: 1 1 calc(50% - 40px);
  margin: 0 0 40px 40px;
}

.become_dealer_section_form .global_form input[type='text'],
.become_dealer_section_form .global_form input[type='email'],
.become_dealer_section_form .global_form input[type='tel'],
.become_dealer_section_form .global_form select {
  height: 60px;
}

.become_dealer_section_form .global_form .form-control {
  font-size: 18px;
  color: #21201E;
}

.become_dealer_section_form .global_form .form-control::-webkit-input-placeholder {
  color: #21201E;
  ;
}

.become_dealer_section_form .global_form .form-control::-ms-input-placeholder {
  color: #21201E;
  ;
}

.become_dealer_section_form .global_form .form-control::placeholder {
  color: #21201E;
  ;
}

.become_dealer_section_form .global_form .form_row .form-group label.error {
  color: #ffffff;
}

.become_dealer_section_form .global_form .form_row .form-group {
  margin-bottom: 40px;
}

.become_dealer_section_form .global_form .submit-row.form_row .form-group {
  margin-bottom: 0px;
}

.become_dealer_section_form .global_form button[type="submit"].new_3d_button {
  padding: 12px 142px;
}


/***********************/





.global_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('assets/images/select_arrow.webp');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.product_form_box_title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.product_form_box .form_wrapper {
  margin-top: 40px;
}

.product_form_box .global_form .form-control::-webkit-input-placeholder {
  color: #a1a1a1;

}

.product_form_box .global_form .form-control::-ms-input-placeholder {
  color: #a1a1a1;

}

.product_form_box .global_form .form-control::placeholder {
  color: #a1a1a1;

}


.product_form_box .global_form select.form-control.state-select option[value=""] {
  color: #a1a1a1;
}

.product_box .image_url {
  cursor: pointer;
}

.product_list .product_box .image_wrapper .image_url {
  position: relative;
}



.banner_trustindex_logo {
  width: 209px;
  position: absolute;
  top: -10px;
  transform: translate(0px, -14%);
  right: 3.7%;
  z-index: 1;
}

.become_dealer_form_section {
  background: url('assets/images/become_dealer_bg.webp');
}

.html-sitemap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.sitemap-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #222;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  /* letter-spacing: -0.5px; */
  letter-spacing: normal;
  /* new change*/
}

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

.sitemap-section ul li {
  margin-bottom: 20px;
}

.sitemap-section a {
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.3;
}

.sitemap-section a:hover {
  text-decoration: underline;
}

.modal.video_modal .modal-content {
  width: 60%;
}

.modal.video_modal .modal-content img,
.modal.video_modal .modal-content video {
  display: block;
}

.modal.video_modal.product_image_modal .modal-content {
  width: 900px;
  max-width: 90%;
  border: 2px solid #cccccc;
}

.modal.video_modal.product_image_modal .modal-content img {
  width: 100%;
}


.modal.video_modal .close_video_modal {
  color: #222;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 70%;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  appearance: none;
  -webkit-appearance: none;
}

.modal.video_modal .close_video_modal svg {
  stroke: #222;
  height: 20px;
  width: 20px;
}

.modal.video_modal .modal-body {
  padding: 0;
}

.modal.video_modal .modal-content {
  position: relative;
}

.popup-video {
  width: 100%;
  height: auto;
}

.video_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.direct_prices .box .image img {
  width: 100%;
}

.two_col_list_bg {
  background: url(assets/images/two_col_list_bg.webp);
}

.two_column_list_bg_wrap {
  display: flex;
  gap: 0px
}

.two_column_list_bg_col1 {
  border-right: 1px solid rgba(32, 32, 30, 50%);
}

.two_column_list_bg_col {
  flex: 0 0 50%;
  padding-right: 70px;
}

.two_column_list_bg_col2 {
  padding-left: 70px;
}

.metal_building_styles .box {
  cursor: pointer;
  position: relative;
}

a.cat_box_link {
  color: #21201E;
  cursor: pointer;
}

a.cat_box_link:hover {
  text-decoration: none;
}

.metal_building_styles .box .box_arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
}

.metal_building_styles .box:hover .box_arrow {

  visibility: visible;
  opacity: 1;
}

.grecaptcha-badge{
	z-index: 10;
}


.contact_text_card {
  font-size: 18px;
  text-align: center;
  color: #222222;
  margin-bottom: 10px;
}

/* Responsive */


/* Media Queries */
@media (min-width: 1200px) {
  .nav_bar {
    border: 2px solid rgba(255, 255, 255, 35%);
    border-radius: 15px;
    background: radial-gradient(53.47% 155% at 50.82% -55%, #253B51 0%, #21201E 100%);
    box-shadow: 0px 6px 4px 1px #00000059 inset;
    height: 80px;
    padding: 0 20px 0 35px;
  }

  .nav_item a:hover .text_active {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }

  .nav_item a .text_hover {
    position: absolute;
    opacity: 0;
    left: 15px;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);

  }

  .nav_item a:hover .text_hover {
    opacity: 1;
    left: 15px;
    top: 2px;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }


  .nav_container {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .nav_menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .header_line_2 {
    padding: 0 15px;
    position: absolute;
    bottom: -45px;
    /* width: 1440px; */
    width: 1900px;
    /* new change*/
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .main_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .close_nav {
    display: none;
  }

  li.nav_item:hover>ul.mega-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 8px);
  }

}



@media (max-width: 1779px) {
  .single_product_section .colors-box1 {
    flex: 1 1 0;
    min-width: calc(60% - 8px);
  }

  .single_product_section .colors-box2 {
    flex: 1 1 0;
    min-width: calc(40% - 8px);
  }

  .service_area_section .service_area_features_row {
    gap: 20px;
  }


}

@media (max-width: 1599px) {
  .site_container_full {
    padding: 0 20px;
  }

  .footer_logo_right_inner {
    padding-left: 25px;
    padding-right: 25px;
    gap: 20px;
  }

  .footer_logo_section {
    gap: 30px;
  }

  .footer_inner_cols {
    gap: 40px;
  }

  body {
    font-size: 18px;
    line-height: 28px;
    color: #21201E;
    margin: 0;
    padding: 0;
  }

  .text_big {
    font-size: 20px;
    line-height: 30px;
  }

  .text_big_26 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 28px;
  }

  .section_subtitle {
    font-size: 20px;
    width: 80%;
  }


  .trust_section_inner {
    padding: 50px 50px 50px 50px;
  }

  .trust_section_content {

    font-size: 18px;
    line-height: 30px;
  }

  .trust_section_content p {
    margin-bottom: 20px;
  }

  .all_category_info {
    bottom: 43px;
  }

  h2.section_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  h2.big_title {
    font-size: 50px;
    line-height: 60px;
  }


  .big_subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .home-category_list .category_title {
    font-size: 20px;
    margin: 0 0 0px;
  }

  .home-category_list .category_subtitle {
    font-size: 16px;
  }

  .section.first_section.home-banner {
    padding: 80px 0 80px 0;
  }

  .banner_content h1 {
    font-size: 70px;
  }

  .banner_subheading {
    font-size: 29px;
  }

  .banner_btns {
    gap: 20px
  }

  .responsive_flex_buttons {
    gap: 20px
  }

  .banner_btn,
  .banner_btn span {
    font-size: 22px;
  }

  .banner_btn {
    padding: 10px 23px;
  }

  .banner_btn svg {
    width: 18px;
    height: 18px;
  }

  .banner_btn .text_hover {
    left: 25px;
  }

  .usp_boxes {
    max-width: 1130px;

  }

  .usp_title {
    font-size: 20px;
  }

  .usp_icon svg {
    width: 35px;
    height: 35px;
  }

  .usp_box {
    min-height: 117px;
    max-height: 117px;
  }

  .usp_section {
    bottom: -95px;
  }

  .cta_banner_title {
    font-size: 50px;
  }

  .cta_banner_subtitle {
    font-size: 20px;
  }

  .single_product_section .colors-box1 {
    flex: 1 1 0;
    min-width: calc(60% - 8px);

  }

  .single_product_section .colors-box2 {
    flex: 1 1 0;
    min-width: calc(40% - 8px);

  }

  .section_title.section_title.banner_3d_title {
    padding-bottom: 10px;
  }

  .banner_3d_text {
    padding-bottom: 30px;
  }

  .content-section .highlight ul {

    column-gap: 30px;
    margin: 0;
    margin-bottom: 20px;
  }

  .content-section .highlight ul li {
    font-size: 18px;
    line-height: 30px;
    flex: 0 0 calc(50% - 15px);
    padding-bottom: 10px;
  }

  .content-section p {
    margin-bottom: 20px;
  }

  .ri_title_wrap {
    /* margin-bottom: 30px; */
  }

  .logo_list_wrap {
    gap: 100px;
  }

  .ri2_wrap {
    gap: 44px;
  }

  .ri2_left {
    flex: 0 0 calc(62% - 22px);
  }

  .ri2_right_image_wrap {
    gap: 30px;
  }

  .ri2_right {
    flex: 0 0 calc(38% - 22px);
  }

  .ri2_right_image {

    flex: 0 1 calc(50% - 15px);
    height: 100px;
  }

  /* */
  .ri2_wrap1 {
    gap: 44px;
  }

  .ri2_left1 {
    flex: 0 0 calc(62% - 22px);
  }

  .ri2_right_image_wrap1 {
    gap: 30px;
  }

  .ri2_right1 {
    flex: 0 0 calc(38% - 22px);
  }

  .ri2_right_image1 {

    flex: 0 1 calc(50% - 15px);
    height: auto;
  }

  .video_thumb_wrap {
    gap: 50px;

  }

  .section.two_video_section,
  .section+.section.two_video_section {
    padding-bottom: 235px;
    margin-bottom: 100px;
  }

  .video_thumb_item {
    width: 600px;
    max-width: 100%;
  }


  .service_area_section .service_area_section_inner_wrap {
    gap: 30px;
  }

  .service_area_section .service_area_left {
    flex: 1 1 calc(30% - 15px);
  }

  .service_area_section .service_area_right {
    flex: 1 1 calc(70% - 15px);
  }

  .steps_section .step_title {
    font-size: 26px;
  }

  .step_description {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
  }

  .steps_section .step_title {
    margin-bottom: 15px;

  }

  .steps_section .step_title_underline {
    margin-bottom: 15px;
  }

  .step_image {
    margin-bottom: 10px;
  }


  .usp_title2 {
    font-size: 22px;
  }

  .usp_image2 img {
    width: 40px;
  }

  .two_column_list_grid {
    column-gap: 100px;
    row-gap: 30px;
  }

  .list_box_wrap {
    row-gap: 30px;
  }

  .two_column_list_box,
  .two_column_list_image_box {
    flex: 0 0 calc(50% - 50px);
  }

  .contact_details_text,
  .contact_details_text a {
    font-size: 20px;
    line-height: 28px;
  }

  .contact_details_text_line1 {
    font-size: 16px;
    line-height: 20px;
  }

  .contact_details_phone_wrap {
    gap: 30px;
  }

  .contact_details_text_small {
    font-size: 14px;
    font-weight: 500;
  }

  .contact_phone_separator {
    height: 28px;
  }



  .contact_details_inner_box {
    gap: 18px;
  }

  .color_outer {
    /* width: auto; */
    height: 88px;
    width: 88px;
    /* padding: 20px; */
    padding: 0px;
  }

  .title-text-line span.line-text {
    font-size: 18px;

  }

  .product_form_box_title {
    font-size: 35px;
    line-height: 45px;

  }

  .product_form_box .form_wrapper {
    margin-top: 35px;
  }

  .modal.video_modal .modal-content {
    width: 80%;
  }

  .steps_section2 .step_title2 {

    font-size: 22px;
    line-height: 30px;
  }

  .two_column_list_bg_col {

    padding-right: 50px;
  }

  .two_column_list_bg_col2 {
    padding-left: 50px;
  }

  .footer_col ul li {
    margin-bottom: 20px;
  }

  body main {
    padding: 75px 0 0 0;
  }

  .banner-inner-video-wrap {
    height: 700px;
  }



}

@media (min-width: 1400px) and (max-width: 1599px) {
  .single_product_section .product-title {
    font-size: 32px;
  }

  .single_product_section .price-value {
    font-size: 46px;
  }
}


@media (min-width: 1200px) and (max-width: 1599px) {

  /* Logo stays fixed size */
  .logo_box img {
    width: 200px;
    height: auto;
  }

  .top_cta_box {
    gap: 34px;
  }

  .top_cta_link {
    font-size: 16px;
    gap: 6px;
  }

  .top_cta_ico svg {
    width: 16px;
    height: 16px;
  }

  .top_cta_link_wrap:not(:last-child)::after {
    right: -18px;
    height: 20px;
  }

  .top_social_box {
    gap: 14px;
  }

  .top_social_link svg {
    width: 24px;
    height: 24px;
  }

  .nav_menu {
    gap: 19px;
  }

  .nav_item a {
    font-size: 16px;
  }

  .design_btn {
    font-size: 16px;
    width: 160px;
    height: 35px;
  }

  .house_icon svg {
    width: 18px;
    height: 18px;
  }

  .nav_actions {
    gap: 20px;
  }

  .nav_bar {
    height: 60px;
    padding: 0 15px 0 15px;
  }

  .header_line_2 {
    bottom: -40px;

  }

  .header_line_1_flex {
    padding-bottom: 24px;
  }

  .product_image_gallery_wrap {
    gap: 20px;
  }

  .product_tab_content {
    padding: 20px;
  }

  .product_gallery_image {
    flex: 0 0 calc((100% - (2 * 20px)) / 3);
  }

}


@media (min-width: 1200px) and (max-width: 1399px) {
  .usp_image_box {
    width: calc(33.33% - 20px);
  }

  .nav_item a {
    padding: 0px 10px 0 10px;
  }

  .nav_menu {
    gap: 10px;
  }
}


@media (max-width: 1399px) {

  .footer_top_container {
    padding-top: 140px;
  }

  .footer_inner_cols {
    padding-bottom: 45px;
  }


  .footer_logo_text {
    font-size: 17px;

  }

  .footer_col1 {
    flex: 1.8;
    padding-left: 0;
  }

  .footer_col2,
  .footer_col3 {
    flex: 1.3;
  }

  .footer_col4 {
    flex: 1.5;
  }

  .why_choose_left_inner {
    width: 84%;
    padding: 60px 5% 70px 40px;
  }

  .trust_section_right {
    display: none;
  }

  .trust_section_left {
    flex: 0 0 100%;
  }

  .helpful_resources .resource_item {
    flex: 0 0 calc((100% - (2 * 30px)) / 3);
  }


  .section_subtitle {
    width: 80%;
  }

  .all_category_info {
    bottom: 33px;

  }

  .home-category_list .category_list {
    gap: 15px;
  }

  .home-category_list .category_item {

    flex: 0 0 calc((100% - (3 * 15px)) / 4);

  }

  .cta_banner_inner {
    gap: 10px;
  }

  /* .cta_banner_left {
    width: 45%;
  }

  .cta_banner_right {
    width: 55%;
  } */

  .cta_banner_title {
    font-size: 40px;
  }

  .cta_banner_subtitle {
    margin-bottom: 30px;
  }

  .single_product_section .usp_title {
    font-size: 16px;
  }

  .single_product_section .usp_boxes {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }

  .single_product_section .colors-box {
    min-width: 100%;
  }

  .single_product_section .features-list {
    margin-bottom: 15px;
  }

  .single_product_section .usp_boxes {
    padding: 0px;
  }

  .banner_3d_content {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .content_image_list_item {
    gap: 20px;

  }

  .ci_left {
    flex: 0 0 calc(50% - 10px);
  }

  .ci_right {
    flex: 0 0 calc(50% - 10px);

  }

  .ri_wrap {

    gap: 40px;
  }

  .ri_left {
    flex: 0 0 calc(49% - 20px);
  }

  .ri_right {
    flex: 0 0 calc(51% - 20px);
  }






  .logo_list_wrap {
    gap: 60px;
  }

  .ri2_right_image_wrap {
    gap: 20px;
    flex-direction: column;
    align-items: center;

  }

  .ri2_right_image {
    width: 100%;
    flex: unset;
    height: 120px;
    max-width: 320px;
  }

  .ri2_right_image_wrap1 {
    gap: 20px;
    flex-direction: column;
    align-items: center;

  }

  .ri2_right_image1 {
    width: 100%;
    flex: unset;
    height: auto;
    max-width: 320px;
  }

  .ri2_right_image1 img {
    max-height: 110px;
  }

  .ri2_left1 {
    flex: 0 0 calc(80% - 22px);
  }

  .ri2_right1 {
    flex: 0 0 calc(20% - 22px);
  }

  .two_col_cards_with_black_bg .two_col_cards {
    gap: 20px 30px;
  }

  .two_col_cards_with_black_bg .two_col_cards .card_item {

    flex: 0 0 calc(50% - 15px);

  }

  .section.two_video_section,
  .section+.section.two_video_section {
    padding-bottom: 190px;
    margin-bottom: 100px;
  }

  .video_thumb_item {
    width: 500px;
    max-width: 100%;
  }

  .service_area_section .service_area_left {

    /* display: none; */
  }
  .service_area_section .service_area_section_inner_wrap
  {
    flex-direction: column-reverse;
  }

  .service_area_section .service_area_right {
    flex: 1 1 100%;
  }

  .service_area_section .service_area_box {
    margin-top: 165px;
  }

  .service_area_section .service_area_features_row {
    gap: 40px;
  }

  .steps_grid {
    gap: 20px;
  }

  .step_box {
    flex: 0 0 calc((100% - (3 * 20px)) / 4);
  }

  .usp_grid2 {
    gap: 20px;
  }

  .usp_title2 {
    font-size: 18px;
  }

  .usp_box2 {
    flex: 0 0 calc((100% - (3 * 20px)) / 4);
  }

  .two_column_list_grid {
    column-gap: 80px;
    row-gap: 20px;
  }

  .list_box_wrap {

    row-gap: 20px;
  }

  .two_column_list_box,
  .two_column_list_image_box {
    flex: 0 0 calc(50% - 40px);
  }

  .contact_details_inner_boxes_wrap {
    gap: 20px;
    margin-top: 40px;
  }

  .contact_details_wrapper {
    gap: 60px;
  }

  .contact_details_left {
    flex: 0 0 calc(47% - 30px);
  }

  .contact_details_right {
    flex: 0 0 calc(53% - 30px);
  }

  .contact_details_text {
    margin-top: 0;
  }

  .color_option_desclaimer {
    width: 100%;
  }

  .color_outer {
    height: 80px;
    width: 80px;
    padding: 0px;
    border-radius: 5px;
  }

  .color_inner {
    width: 35px;
    height: 35px;
    border-radius: 5px;
  }

  .color_name {
    font-size: 14px;
    line-height: 20px;
  }

  .contact_us_page_form {
    padding: 50px 30px;
  }

  .contact_us_page_form .global_form .form_row.two_col {
    margin: 0 0 0 -30px;
  }

  .contact_us_page_form .global_form .form_row.two_col .form-group {
    flex: 1 1 calc(50% - 30px);
    margin: 0 0 30px 30px;
  }

  .contact_us_page_form .global_form input[type='text'],
  .contact_us_page_form .global_form input[type='email'],
  .contact_us_page_form .global_form input[type='tel'],
  .contact_us_page_form .global_form select {
    height: 50px;
  }

  .contact_us_page_form .global_form .form-control {
    font-size: 16px;
  }

  .contact_us_page_form .global_form .form_row .form-group {
    margin-bottom: 30px;
  }

  .contact_us_page_form .global_form .submit-row.form_row .form-group {
    margin-bottom: 0px;
  }

  /*-----------------*/
  .become_dealer_section_form .global_form.global_form .form_row.two_col {
    margin: 0 0 0 -30px;
  }

  .become_dealer_section_form .global_form.global_form .form_row.two_col .form-group {
    flex: 1 1 calc(50% - 30px);
    margin: 0 0 30px 30px;
  }

  .become_dealer_section_form .global_form.global_form input[type='text'],
  .become_dealer_section_form .global_form.global_form input[type='email'],
  .become_dealer_section_form .global_form.global_form input[type='tel'],
  .become_dealer_section_form .global_form.global_form select {
    height: 50px;
  }

  .become_dealer_section_form .global_form.global_form .form-control {
    font-size: 16px;
  }

  .become_dealer_section_form .global_form.global_form .form_row .form-group {
    margin-bottom: 30px;
  }

  .become_dealer_section_form .global_form .submit-row.form_row .form-group {
    margin-bottom: 0px;
  }

  /*************************/
  .steps_grid {
    gap: 20px;
  }

  .steps_grid2 {
    flex-wrap: wrap;
  }

  .step_box2 {

    flex: 0 0 calc(50% - 20px);

  }

  .two_column_list_bg_col {

    padding-right: 30px;
  }

  .two_column_list_bg_col2 {
    padding-left: 30px;
  }

  .site_container {
    padding: 0 20px;

  }

  .banner_image {

    /* width: 1100px; */

  }

  .banner-inner-video-wrap {

    height: 615px;

  }

  .contact_text_card {
    font-size: 14px;
  }

}


@media (max-width: 1199px) {
  .header_banner {
    padding: 50px 0 50px 0;
  }

  .footer_cta_banner_wrap {
    margin-top: 150px;
  }

  .product_page_review_section {
    padding-bottom: 50px;
  }

  .last_section {
    padding-bottom: 50px;
  }

  .section {
    padding: 50px 0;
  }

  .section.first_section.home-banner {
    padding: 80px 0 80px 0;
  }

  .section_container {
    padding-top: 30px;
  }

  .section.no-padding+.section {
    padding: 50px 0;
  }

  .footer_inner_cols {
    padding-bottom: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 50px;
    column-gap: 50px;
  }

  .footer_col1,
  .footer_col2,
  .footer_col3,
  .footer_col4 {
    flex: calc(50% - 25px);
  }

  .footer_logo_right_inner {
    align-items: center;
    justify-content: center;
  }

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

  .footer_logo_left {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0px;

  }

  .footer_logo_right {
    flex: 0 0 70%;
    /* 70% width */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

  }

  .why_choose_inner {
    position: relative;
    background: #21201E;

    border-radius: 20px;
    padding-bottom: 70px;
    background-image: url(assets/images/why_choose_bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: initial;
  }

  .why_choose_left_inner {
    width: 100%;
    padding: 50px 40px 40px 40px;
  }

  .why_choose_left {
    width: 100%;
    position: unset;
    background-image: none;
  }

  .why_choose_right {
    width: 70%;
    position: relative;
    right: 0%;
    top: 50%;
    transform: none;
    z-index: 1;

    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .why_choose_image {
    position: relative;
    height: 240px;
    transform: none;
    top: auto;
    left: auto;
  }

  .why_choose_right img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .single_product_section {
    margin-top: 0px;
  }

  .product_content_wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .product_tabs_column,
  .product_info_column {
    flex: 0 0 100%;
  }

  .section_inner {
    padding: 50px 0px;
  }

  .content_image_list_item {
    flex-direction: column;
  }

  .ci_left {
    flex: 0 0 100%;
  }

  .ci_right {
    flex: 0 0 100%;

  }

  .logo_list_wrap {
    gap: 40px;
  }

  .logo_list_item {
    width: 300px;
    height: 135px;
  }

  .helpful_resources {
    gap: 15px;

  }

  .section_subtitle {
    width: 100%;
  }

  .helpful_resources .resource_item {
    flex: 0 0 calc((100% - (2 * 30px)) / 3);

    /* 3 columns */
  }

  h2.section_title {
    font-size: 30px;
    line-height: 36px;
  }

  h2.big_title {
    font-size: 40px;
    line-height: 50px;
  }


  .big_subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .home-category_list .category_list {
    gap: 15px;
  }

  .home-category_list .category_item {

    flex: 0 0 calc((100% - (2 * 15px)) / 3);
  }

  .cta_banner_left {
    display: none;
  }

  .cta_banner_right {
    width: 100%;
  }

  .cta_banner_title,
  .cta_banner_subtitle {
    text-align: center;
  }

  .cta_banner_btns_wrap .banner_btns {
    justify-content: center;
  }


  body main {
    padding: 70px 0 0 0;
  }

  .top_cta_button svg {
    height: 18px;
    width: 18px;
    display: block;
  }

  .top_cta_button svg path {
    fill: #ffffff;
  }

  .top_cta_button:hover {
    background: #21201E;

  }

  .top_mob_cta_box {
    display: block;
  }

  .top_cta_box,
  .top_social_box {
    display: none;
  }

  .header_line_1_flex {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .top_mob_cta_box {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .top_cta_button {
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 10px;
  }

  .mobile_menu_opener {
    display: block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 10px;
  }

  .mobile_menu_opener .icon-bar {
    height: 2px;
    display: block;
    background: #fff;
    width: 20px;
    margin: 0 auto;

  }

  .mobile_menu_opener .icon-bar:nth-child(2) {
    margin: 5px auto;
  }

  /*mobile navigation*/
  .header_line_2 {
    display: block;
  }

  .main_nav {
    position: fixed;
    top: 0;
    right: -100%;
    /* hidden */
    width: 300px;
    height: 100vh;
    background: #21201E;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px 20px;
    transition: right 0.4s ease-in-out;
    z-index: 9999;
  }

  .main_nav.active {
    right: 0;
  }

  ul.nav_menu {
    padding-left: 0px;
  }

  li.nav_item {
    padding: 5px 0;
  }

  .close_nav {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .close_nav::before,
  .close_nav::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #000;
  }

  .close_nav::before {
    transform: rotate(45deg);
  }

  .close_nav::after {
    transform: rotate(-45deg);
  }

  .nav_item a {
    transition: all 0.5s ease;
  }

  .nav_item a .text_hover {
    display: none;
  }

  .nav_actions {
    display: block;
    width: 100%;
  }

  .nav_actions .design_btn {
    display: none;
  }

  .nav_actions .search_box {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 200;
    background: #21201E;
    padding: 8px 10px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
  }

  .nav_actions .search_box.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }

  .nav_actions .search_box input[type="search"] {
    width: 100%;
    padding: 10px;
  }

  .search_form_wrapper {
    max-width: 100%;
  }

  .search_form_wrapper .field_wrapper {
    width: 100%;
  }

  .search_form_wrapper .field_wrapper input.form_control {
    width: calc(100% - 40px);
  }

  ul.mega-sub-menu {
    width: 100%;
    transform: translate(0, 0px);
    padding: 10px 25px;
    margin: 10px 0;
  }

  ul.mega-sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .nav_item.dropdown.open>ul.mega-sub-menu {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translate(0, 0px);
    height: auto;
    max-height: 500px;

  }

  .nav_item .arrow {
    padding: 15px 5px 3px 15px;
    bottom: 3px;
    right: 10px;
  }

  .usp_boxes {
    gap: 20px;
  }

  .usp_box {
    position: relative;
    padding: 15px 20px;
  }

  .usp_title {
    max-width: 85%;
  }

  .banner_content h1 {
    font-size: 40px;
    /* letter-spacing: -2px; */
    letter-spacing: normal;
    /* new change*/
  }

  .banner_subheading {
    font-size: 20px;
    /* letter-spacing: 0; */
    letter-spacing: normal;
    /* new change*/
  }

  .section.two_video_section,
  .section+.section.two_video_section {
    padding-bottom: 130px;
    margin-bottom: 100px;
  }

  .video_thumb_item {
    width: 400px;
    max-width: 100%;
  }

  .service_area_section .service_area_features_row {
    gap: 20px;
  }

  .steps_grid {
    gap: 20px;
    flex-direction: column;
    align-items: flex-end;
  }

  .step_box {
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);

  }

  .steps_section .steps_items {

    flex-direction: column;
    width: 70px;
    height: 100%;
  }

  .steps_section .steps_indicator {
    position: absolute;
    margin-top: 0;
    top: 0;
    bottom: 0;
  }

  .steps_section .step_item {
    width: 100%;
  }

  .steps_section .step_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(50% - 20px));
    width: 100%;
    margin-bottom: 0px;
  }

  .steps_section .step_circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 30px));
  }

  .steps_section .step_item::after {
    width: 4px;
    left: 50%;
    height: calc(100% - 50px);
    top: 50%;
    transform: translate(-50%, 30px);
  }

  .steps_section .step_item:first-child::after {
    width: 4px;

  }

  .steps_section .step_item:last-child::after {
    display: none;
  }

  .usp_image_box {
    width: calc(50% - 15px);
  }

  .usp_grid2 {
    gap: 40px;
    flex-wrap: wrap;
  }

  .usp_box2 {
    flex: 0 0 calc(50% - 20px);
  }

  .step_bottom_content {
    margin-top: 30px;
  }

  .two_column_list_grid {
    column-gap: 50px;
    row-gap: 20px;
  }

  .list_box_wrap {
    row-gap: 20px;
  }

  .two_column_list_box,
  .two_column_list_image_box {
    flex: 0 0 calc(50% - 25px);
  }

  .contact_details_wrapper {
    gap: 30px;
    flex-direction: column;
  }

  .contact_details_left {
    flex: 0 0 100%;
    width: 100%;
  }

  .contact_details_right {
    flex: 0 0 100%;
    width: 100%;
  }

  .contact_details_ico {
    width: 50px;
    flex: 0 0 50px;
  }

  .contact_details_inner_box {
    gap: 24px;
  }

  .color_box_section {
    margin-top: 30px;
  }

  .colors_wrap {
    margin-bottom: 15px;
  }

  .modal.video_modal .modal-content {
    width: 90%;
  }

  .banner_image {

    /* width: 950px; */

  }

  .banner-inner-video-wrap {

    height: 460px;

  }

  .contact_text_card {
    font-size: 16px;
  }

}

@media (max-width: 1179px) {
  .single_product_section .usp_section {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }

  .single_product_section .product-wrapper {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .single_product_section .product-inner {
    gap: 40px;
  }

  .single_product_section .price-section {
    margin-top: 0;
  }

  .section.section.single_product_content_section {
    padding-top: 0px;
  }

  ul.list_cards {
    column-gap: 40px;
    row-gap: 20px;
  }

  ul.list_cards li {
    min-width: calc(45% - 20px);
    max-width: calc(45% - 20px);
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .single_product_section .product-title {
    font-size: 30px;
  }

  .single_product_section .price-value {
    font-size: 42px;
  }
}



@media (max-width: 991px) {

  .why_choose_inner {
    flex-direction: column;
  }

  .why_choose_left {
    flex: 1 1 100%;

  }

  .why_choose_right {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 20px;
    flex: 1 1 100%;
  }

  .footer_inner_cols {

    row-gap: 30px;
    column-gap: 24px;
  }

  .footer_col1,
  .footer_col2,
  .footer_col3,
  .footer_col4 {
    flex: calc(50% - 12px);
  }


  .footer_links {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }

  .rounded_section {
    border-radius: 25px;
  }

  .section_container {
    padding-top: 25px;
  }

  .helpful_resources .resource_item {

    flex: 0 0 calc((100% - (2 * 30px)) / 3);
    /* 3 columns */
  }

  .home-category_list .category_item {
    flex: 0 0 calc(33.33% - 15px);
  }

  .hide_desktop {
    display: block;
  }

  .hide_tablet {
    display: none;
  }

  .product_page_review_section {
    padding-bottom: 40px;
  }

  .last_section {
    padding-bottom: 40px;
  }

  .section {
    padding: 40px 0;
  }

  .section.first_section.home-banner {
    padding: 40px 0 40px 0;
  }

  .section+.section.section-bg {
    padding: 40px 0;
  }

  .section.section-bg+.section {
    padding: 40px 0;
  }

  .section.no-padding+.section {
    padding: 40px 0;
  }

  .trust_section_inner {
    padding: 30px 30px 30px 35px;
  }

  .banner_content h1 {
    font-size: 40px;
    /* letter-spacing: -2px; */
    letter-spacing: normal;
    /* new change*/
  }

  .banner_subheading {
    font-size: 20px;
    /* letter-spacing: 0; */
    letter-spacing: normal;
    /* new change*/
  }

  .home-banner_inner {
    gap: 35px;
  }

  .usp_boxes {
    gap: 15px;
  }

  .usp_box {
    position: relative;
    padding: 14px 11px;
    min-height: 100px;
    max-height: 100px;
  }

  .usp_title {
    max-width: 90%;
    font-size: 17px;
  }

  .usp_icon {
    bottom: 14px;
  }

  .usp_icon svg {
    width: 28px;
    height: 28px;
  }

  .usp_section {
    bottom: -90px;
  }

  .single_product_section .product-inner {
    flex-direction: column;
  }

  .single_product_section .product-left,
  .single_product_section .product-right {
    width: 100%;
  }

  .single_product_section .usp_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .single_product_section .usp_boxes .usp_box {
    flex: 0 0 calc((100% - 30px) / 3);
    box-sizing: border-box;
  }

  .single_product_section .tag-top {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px;
    top: 15px;
    left: 15px;
  }

  .product-button-row {
    justify-content: center;
    align-items: center;
  }

  .product_image_gallery_wrap {
    gap: 20px;
  }

  .product_tab_content {
    padding: 20px;
  }

  .product_gallery_image {
    flex: 0 0 calc((100% - (2 * 20px)) / 3);

  }

  .banner_3d_img {
    display: none;
  }

  .banner_3d_content {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .center-991 {
    text-align: center;
  }

  .banner_3d_btn {
    margin: 0 auto;
  }

  .section_inner {
    padding: 50px 0px;
  }

  .ri_wrap {

    flex-direction: column-reverse;
    align-items: center;
  }

  .ri_left {
    flex: 0 0 100%;
  }

  .ri_right {
    flex: 0 0 100%;
  }

  .ri_wrap2 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .ri_left2 {
    flex: 0 0 100%;
  }

  .ri_right2 {
    flex: 0 0 100%;
  }

  .logo_list_item {
    width: 230px;
    height: 115px;
  }

  .logo_list_wrap {
    gap: 20px;
  }

  .two_col_cards_with_black_bg .two_col_cards {
    flex-direction: column;
    gap: 20px;
  }

  .two_col_cards_with_black_bg .two_col_cards .card_item {
    flex: 0 0 100%;
  }

  .two_col_cards_with_black_bg .two_col_cards .card_item {
    border-bottom: 1px solid #dbd3d3;
  }

  .two_col_cards_with_black_bg .two_col_cards .card_item:last-child {
    border-bottom: none;
  }

  .two_video_section .description {
    width: 100%;
  }

  .section.two_video_section,
  .section+.section.two_video_section {
    padding-bottom: 140px;
    margin-bottom: 60px;
  }

  .video_thumb_wrap {
    gap: 25px;
    bottom: -60px;
  }

  .video_thumb_item {
    width: 350px;
    max-width: 100%;
  }

  .service_area_section .service_area_features_row {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    width: 100%;
  }

  .service_area_section .service_area_box {
    padding-top: 20px;
    margin-top: 25px;
  }

  .service_area_section .service_feature_box {
    flex: 0 0 calc((100% - (2 * 20px)) / 3);
  }

  ul.list_cards li {
    min-width: calc(50% - 20px);
    box-sizing: border-box;
    max-width: calc(50% - 20px);
  }

  .contact_us_map .map_contact_box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    right: auto;
    margin-top: 25px;
  }

  .contact_us_map .map_iframe {
    border-radius: 10px;
  }

  .color_outer {
    /* padding: 23px; */
    padding: 0px;
    border-radius: 10px;
    width: 95px;
    height: 95px;
  }

  .color_inner {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }

  .color_name {
    font-size: 16px;
    line-height: 22px;
  }

  .become_dealer_section_form {
    padding: 50px 30px;
  }

  .banner_trustindex_logo {
    width: 160px;

  }

  .two_column_list_bg_wrap {
    flex-wrap: wrap;
    gap: 50px;
  }

  .two_column_list_bg_col {
    flex: 0 0 100%;
    padding-right: 20px;
  }

  .two_column_list_bg_col2 {
    padding-left: 0px;
  }

  .banner_image {
    /* width: 750px; */
  }

  .banner-inner-video-wrap {
    height: 340px;
  }

  .contact_text_card {
    font-size: 14px;
  }

  .banner_content {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .banner_trustindex_logo {
    top: -10px;
    width: 120px;
  }

  .footer_inner_cols {
    row-gap: 30px;
    column-gap: 8px;
  }

  .footer_col1 {
    flex: 100%;
  }

  .footer_logo_grid {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .footer_logo_item {
    flex: 0 0 calc(50% - 10px);
    border: none;
    padding: 10px 0;
    justify-content: center;
  }

  .footer_logo_section {
    gap: 15px;
  }

  .footer_logo_right {
    flex: 0 0 100%;
  }

  .why_choose_left_inner {
    padding: 20px;
  }

  .helpful_resources .resource_item {
    flex: 0 0 calc((100% - 30px) / 2);
  }

  .category_item.all_category_item {
    min-height: 270px;
  }

  .home-category_list .category_list {
    gap: 10px;
  }

  .home-category_list .category_item {
    flex: 0 0 100%;
  }

  .cta_banner_title {
    font-size: 40px;
  }

  .hide_mobile {
    display: none;
  }

  .product_page_review_section {
    padding-bottom: 25px;
  }

  .last_section {
    padding-bottom: 25px;
  }

  .section {
    padding: 25px 0;
  }

  .section.first_section.home-banner {
    padding: 25px 0 40px 0;
  }

  .banner_content h1 {
    font-size: 28px;
    /* letter-spacing: -1px; */
    letter-spacing: normal;
    /* new change*/
  }

  .banner_subheading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .banner_btns {
    gap: 15px;
  }

  .banner_btn,
  .banner_btn span {
    font-size: 16px;
  }

  .home-banner_inner {
    gap: 20px;
  }

  .site_container_full {
    padding: 0 10px;
  }

  .usp_section {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }

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

  .usp_section .site_container {
    width: 100%;
    padding: 0 0px;
  }

  .why_choose_right {
    padding-left: 20px;
    padding-right: 20px;

    width: 100%;
  }

  .single_product_section .product-title {
    font-size: 26px;
  }

  .single_product_section .price-value {
    font-size: 36px;
  }

  .single_product_section .usp_boxes .usp_box {
    flex: 0 0 calc((100% - 15px) / 2);
    /* 2 cols, 1 gap */
  }

  .single_product_section .usp_boxes {
    grid-template-columns: 1fr;
    /* 1 column per row on small screens */
  }

  .single_product_section .features-list {
    grid-template-columns: 1fr;
  }

  /*product tab section accordion on responsive */

  .tab_title_desktop_wrap {
    display: none;
  }

  .tabs_wrapper {
    display: block;
  }

  .tab_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 6px;
    background: #fff;
  }

  .tab_title::after {
    content: "+";
    font-size: 20px;
  }

  .tab_title.active::after {
    content: "−";
  }

  .product_tab_content {
    margin: 0 0 12px 0;
  }

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


  /*product tab section accordion on responsive end */
  .product_content_wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .product_image_gallery_wrap {
    gap: 20px;
  }

  .product_tab_content {
    padding: 20px;
  }

  .product_gallery_image {
    flex: 0 0 calc(50% - 20px);

  }

  .top_selling_shop_products .product_list {
    margin-top: 40px;
  }

  .content-section .highlight ul {
    padding-left: 0px;
    columns: 1;

    row-gap: 10px;
    margin-bottom: 15px;
  }

  .content-section .highlight ul li {
    padding-bottom: 10px;
    flex: 0 0 100%;

  }

  .section_inner {
    padding: 25px 0px;
  }

  .logo_list_wrap {
    flex-wrap: wrap;
  }

  .logo_list_item {
    width: 210px;
    height: 95px;
  }

  .logo_list_item img {
    max-height: 75px;
  }

  .ri2_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .ri2_right_image_wrap {
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ri2_right_image {
    width: 200px;
    flex: unset;
    height: 100px;
    max-width: 100%;
  }

  /**/

  .ri2_wrap1 {
    flex-direction: column;
    gap: 20px;
  }

  .ri2_right_image_wrap1 {
    gap: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ri2_right_image1 {
    width: 150px;
    flex: unset;
    max-width: 100%;
  }

  .ri2_right_image1 img {
    max-height: none;
  }

  .video_thumb_wrap {
    position: relative;
    bottom: unset;
    flex-direction: column;
  }

  .section.two_video_section,
  .section+.section.two_video_section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .video_thumb_item {
    border-radius: 15px;
    width: 500px;
    max-width: 100%;

  }

  .service_area_section .service_feature_box {
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .title_thankyou {
    font-size: 30px;
    line-height: 40px;

  }

  ul.list_cards li {
    min-width: 100%;

    max-width: 100%;
  }

  .step_box {
    padding: 20px 20px 20px 20px;
  }

  .steps_section .step_image img {
    width: 35px;
  }

  .steps_section .step_title {
    font-size: 20px;
  }

  .step_image {
    margin-bottom: 1px;
  }

  .steps_section .step_title {
    margin-bottom: 10px;
  }

  .steps_section .step_title_underline {
    margin-bottom: 10px;
  }

  .usp_image_box {
    width: 100%;
  }

  .label_button_wrap {
    flex-direction: column;
    gap: 10px;
    width: 410px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 20px;
  }

  .two_column_list_box,
  .two_column_list_image_box {
    flex: 0 0 100%;
  }

  .contact_details_ico {
    width: 45px;
    flex: 0 0 45px;
  }

  .contact_details_inner_box {
    gap: 18px;
  }

  .contact_details_text,
  .contact_details_text a {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_details_text_line1 {
    font-size: 14px;
    line-height: 20px;
  }

  .contact_details_phone_wrap {
    gap: 10px;
  }

  .contact_phone_separator {
    height: 24px;
  }

  .contact_us_map .map_section_inner iframe {
    height: 350px;
  }

  .color_inner {
    width: 35px;
    height: 35px;
    border-radius: 5px;
  }

  .color_outer {
    padding: 10px;
    border-radius: 5px;
  }

  .contact_us_page_form {
    padding: 30px 20px;
  }

  .html-sitemap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .become_dealer_section_form .global_form button[type="submit"].new_3d_button {
    padding: 12px 45px;
  }

  .step_box2 {

    flex: 0 0 100%;

  }

  .usp_box {
    position: relative;
    min-height: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .usp_icon {
    position: relative;
    bottom: auto;
    right: auto;
    line-height: 1;
  }

  .footer_col ul li {
    margin-bottom: 15px;
  }

  .banner_image {
    /* width: 500px; */
  }

  .banner-inner-video-wrap {
    height: 270px;
  }

  .banner-inner-video-wrap {
    border-radius: 15px;
  }

  .banner_content {
    margin-top: 5px;
  }

}

@media (max-width: 680px) {}

@media (max-width: 680px) {
  .footer_col1,
  .footer_col2,
  .footer_col3,
  .footer_col4 {
    flex: 100%;
  }

  .usp_image2 {
    margin-bottom: 0;
  }

}


@media (max-width: 577px) {
  .usp_box2 {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .nowrap_buttons {
    gap: 20px;
  }

  .nowrap_buttons .banner_btn,
  .nowrap_buttons .banner_btn span {
    font-size: 14px;
  }

  .nowrap_buttons .banner_btn {
    padding: 10px 17px;
  }

  .nowrap_buttons .banner_btn svg {
    width: 16px;
    height: 16px;
  }

  .nowrap_buttons .banner_btn .banner_button_txt_wrap {
    gap: 8px;
  }

  .banner_image {
    /* width: 400px; */
  }

  .banner-inner-video-wrap {
    height: 260px;
  }

  .banner_trustindex_logo {
    width: 100px;
  }

}

@media (max-width: 480px) {

  /* .footer_links_left,
  .footer_links_right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */

  .footer_links_left,
  .footer_links_right {

    gap: 5px;

  }

  .footer_links .separator {
    /* display: none; */
  }

  .footer_links,
  .footer_links a {
    font-size: 14px;
  }

  .footer_links .separator {

    width: 1px;
    height: 20px;

  }


  .helpful_resources .resource_item {
    flex: 0 0 100%;
  }

  .cta_banner_title {
    font-size: 30px;
  }

  body main {
    padding: 60px 0 0 0;
  }

  .hide_mobile {
    display: none;
  }

  .logo_box img {
    width: 170px;
    height: auto;
  }

  .top_cta_button svg {
    height: 16px;
    width: 16px;
  }

  .top_cta_button {
    cursor: pointer;
    height: 36px;
    width: 36px;
    padding: 10px;
  }

  .mobile_menu_opener {
    height: 36px;
    width: 36px;
  }

  .mobile_menu_opener .icon-bar {
    width: 16px;
  }

  .nav_actions .search_box {
    top: 60px;
  }

  .single_product_section .usp_boxes .usp_box {
    flex: 0 0 100%;
  }

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

  .usp_icon {
    position: relative;
    bottom: unset;
    right: unset;
  }

  .usp_box {
    position: relative;
    padding: 14px 11px;
    min-height: 65px;
    max-height: 65px;
  }

  .single_product_section .color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
  }

  .single_product_section .color-title {
    margin-bottom: 10px;
  }

  .product-button-row {
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
  }

  .product_image_gallery_wrap {
    gap: 20px;
  }

  .product_tab_content {
    padding: 20px;
  }

  .product_gallery_image {
    flex: 0 0 100%;
  }

  .service_area_section .service_feature_box {
    flex: 0 0 100%;
  }

  .text_404 {
    font-size: 24px;
    line-height: 30px;
  }

  .label_button_wrap {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px 15px;
  }

  .label_button_wrap .button_link {
    font-size: 15px;
  }

  .label_button_icon svg {
    width: 18px;
    height: 18px;
  }

  .label_button_wrap .label_text {
    font-size: 18px;
  }

  .banner_content .banner_btns .banner_btn {
    width: 205px;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 400px) {
  .nowrap_buttons {
    flex-wrap: wrap;
  }

  .banner_image {
    /* width: 340px; */
  }

  .banner-inner-video-wrap {
    height: 180px;
  }
}

/* Responsive End */