body {
  font-family: "open sans";
  margin: 0 auto;
  padding: 0;
  color: #181617;
}
body,
p,
span,
div {
  font-family: "open sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  font-display: swap;
}
.ffopen {
  font-family: "open sans";
  font-display: swap;
}
.ffmont {
  font-family: "Montserrat";
  font-display: swap;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
a:hover {
  text-decoration: none;
}
.bg-gray {
  background: #f3f3f3;
}
.bg-gray1 {
  background: #f0f0f0;
}
.bgf7 {
  background: #f7f7f7;
}
.bgf5 {
  background: #f5f5f5;
}
.bg-black {
  background: #181617;
}
.bg_gray {
  background: #ededed;
}
.bg-white {
  background: #ffffff;
}
.bg-red {
  background: #e11f26;
}
.bg-green {
  background: #099e44;
}
.bg-green-light {
  background: #32908f;
}
.red {
  color: #e11f26;
}
.black {
  color: #181617;
}
.text_gray {
  color: #777777;
}
.text-green-light {
  color: #32908f;
}
.f11 {
  font-size: 11px;
  font-weight: 500;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.gradient_bgv7,
.gradient_bgmenu {
  background: linear-gradient(
    -147deg,
    rgb(245, 56, 67) 0%,
    rgb(47, 87, 149) 100%
  );
}
.glob_gray {
  background: #f7f7f7;
}
.globle_h {
  font-size: 32px;
  font-weight: 700;
}
.globle_sh {
  font-size: 18px;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #181617;
}
a:hover {
  color: #181617;
}
.glob_lr {
  padding-left: 4.3rem;
  padding-right: 4.3rem;
}
a {
  color: #181617;
}
.gradient-text {
  background: linear-gradient(
    90deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


/*Desktop header*/
#navbar {
  overflow: hidden;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
header {  width: 100%; position: sticky; top: 0; z-index: 100;background: #fff; height: 80px; display: flex}
header nav{width: 100%}
 
.stellar_logo {
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.exp_text {
  font-size: 12px;
  line-height: 1;
  color: #737373;
  margin-top: 0.4rem;
  padding-left: 0.938rem;
}
.exp_text span {
  display: block;
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  padding-bottom: 0.35rem;
}
.stellar_logo a {
  padding-right: 0.938rem;
  position: relative;
}
.stellar_logo a:before {
  width: 1px;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    #d0d0d0 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  right: 0;
  top: 0.3rem;
  margin: auto;
  content: "";
  display: block;
}
  

/*Footer Section*/
.banner_bottom_sec {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-top: 20px;
}
.red_bg_sec {
  background: #e11f26;
  padding: 25px;
  width: 85%;
  position: absolute;
  top: -50px;
}
.red_bg_sec h5 {
  font-size: 21px;
  color: #fff;
}
.footer_row {
  display: flex;
}
.foote-col-1 {
  width: 30%;
}
.foote-col-2 {
  width: 20%;
  margin-left: 5%;
}
.blank_bgl ul {
  margin: 0;
  padding: 0;
}
.blank_bgl ul li {
  list-style: none;
  color: #888;
  padding: 3px 0;
}
.blank_bgl ul li a {
  color: #555;
  font-size: 14px;
  font-family: "Open Sans";
}
.bottom_footer P {
  color: #888;
  font-size: 14px;
}
red_bg_sec p {
  line-height: 28px;
}
.call-us a:focus,
.call-us a:hover {
  color: #fff;
}
.diy-box-title {
  font-size: 15px;
  letter-spacing: 0.15em;
}
.bg_gray_footer {
  background: #f2f2f2;
}
.popover_img {
  background: #181617;
  color: #fff;
  width: 300px;
  padding: 14px 15px 7px 15px;
  border-radius: 5px;
  position: absolute;
  left: -20px;
  top: -125px;
}
.popover_img:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #181617;
  content: "";
  z-index: 9;
  position: absolute;
  left: 23px;
  bottom: -14px;
  transform: rotate(272deg);
}
.nav_btn_free a {
  padding: 12px 30px !important;
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  background-color: #099e44;
  border-radius: 3px;
  display: inline-block;
  border: solid 1px #099e44 !important;
}
.nav_btn_free {
  position: absolute;
  right: 5%;
  padding-right: 0 !important;
  padding: 0 50px;
  top: -5px;
}
.nav_btn_buy a {
  padding: 12px 30px;
  font-size: 18px;
  text-align: center;
  color: #e11f26 !important;
  background-color: none;
  border: solid 2px #e11f26;
}

.language_menu{right: -25px; margin-top: 10px;     box-shadow: -1px -12px 15px #7c7c7c40;}













a.nav_buy {
  background: 0 0 !important;
  border: solid 1px #e11f26 !important;
  color: #e11f26 !important;
}
a.nav_buy:hover {
  background: #e11f26 !important;
  color: #fff !important;
}
.nav_top-stellar {
  box-shadow: none;
}
.footer_mobile_collaps h4.diy-box-title {
  position: relative;
}
.footer_mobile_collaps .footer_title.diy-box-title:before {
  width: 8px;
  height: 8px;
  content: "";
  right: 20px;
  position: absolute;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  transition: all 250ms ease-in-out;
  transform: rotate(135deg);
  display: block;
}














.footer_mobile_collaps .row ~ .row h4:before {
  display: none;
}
.footer_mobile_collaps
  .footer_title.diy-box-title[aria-expanded="true"]:before {
  transform: rotate(224deg);
}
#offcanvas-sidebar span.offcanvas-child-back-link {
  color: #181617;
}

/* Add New Css*/
.footer_mobile_collaps .footer_title.diy-box-title,
.diy-box-title span,
.diy-box-title {
  color: #555;
  letter-spacing: 0;
  margin-bottom: 0.3rem;
}
.bottom_footer_logo {
  display: flex;
  list-style: none;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
footer .social_app img {
  filter: brightness(0.5) invert(1);
}
footer .bottom_footer P {
  color: #888;
  font-size: 12px;
}
.blank_bgl ul li a:hover {
  text-decoration: underline;
  color: #181617;
}
.gradient_strip {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 9%,
    rgb(47, 87, 149) 78%
  );
}
.left_side_logo {
  display: flex;
  align-items: center;
}
.logo_list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  align-items: center;
  column-gap: 1rem;
}
.left_side_logo p {
  margin-left: 2rem;
  border-left: solid 1px #fff;
  padding-left: 2rem;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat";
  margin-bottom: 0;
}
.left_side_logo p span {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.logo_list li {
  margin-left: 0.5rem;
  margin-top: 1rem;
}
.bottom_footer_logo li img {
  max-width: 75px;
  padding-left: 5px; /* filter: grayscale(); */
}

.cookies_message3 {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  color: #555;
  font-size: 12px;
  z-index: 1025;
  height: auto !important;
  max-width: 1154px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0rem 1rem;
  box-shadow: 0 0 18px rgb(0 0 0 / 30%);
  border-radius: 6px 6px 0 0;
  border: solid 1px #555;
  border-bottom: 0;
}  
.wrapper_mb {
  width: 100%;
  position: sticky;
  top: 106px;
  z-index: 150;
  background: #f0f0f0;
  padding-bottom: 0;
}
.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.menu a.navbar-brand {
  margin-left: 22px;
  position: relative;
  z-index: 1052;
}
.hamburger_menu {
  width: 24px;
  height: 39px;
  border-radius: 3px;
  text-align: center;
  color: #e11f26;
  line-height: 50px;
  font-size: 26px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease;
}
.dd_wrap {
  height: 100%;
  background: #ffffff;
  position: fixed;
  top:0;
  margin-top: 0;
  width: 100%;
  max-width: 400px;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  overflow-y: hidden;
  right: 0;
}
.dd_wrap ul {
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
.dd_wrap ul li a {
  display: block;
  background: none;
  color: #181617;
  padding: 0 22px;
  width: 100%;
  transition: all 0.2s ease;
}
.dd_wrap ul li a:hover,
.dd_wrap ul li a.active {
  color: #e11f26;
}
.dd_wrap ul li:first-child a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dd_wrap ul li:last-child a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dd_wrap ul li a .icon {
  width: 30px;
  display: inline-block;
}
.dd_wrap.active {
  transform: translateX(0);
  z-index: 12;
  box-shadow: -3px 20px 15px #d1d1d1;
  overflow-y: auto;	
}
.dd_menu {
  position: fixed;
  top: 70px;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 0.5rem;
  transform: translateX(-100%);
  transition: ease-in-out 0.3s;
  z-index: 1055;
  margin-top: 0;
}
.dd_menu:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -30px;
  z-index: 1;
  border: 15px solid;
  border-color: transparent #dc555f transparent transparent;
}
.dd_wrap ul li a.active + .dd_menu {
  transform: translateX(0);
}
.back_btn {
  margin-left: 22px;
  display: inline-flex;
  padding: 10px 0;
  align-items: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  color: #888888;
  cursor: pointer;
}
.back_btn svg {
  margin-right: 10px;
  width: 5px !important;
}
.dd_sub_menu ul li a {
  padding: 5px;
  padding-left: 2rem;
  text-transform: capitalize;
  letter-spacing: normal;
}
.a_child + .dd_sub_menu {
  overflow: hidden;
}
.dd_sub_menu ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dd_sub_menu ul li {
  margin-bottom: -3rem;
  transition: ease-in-out 0.3s;
}
.a_child.active + .dd_sub_menu ul li {
  margin-bottom: 0.5rem;
  transition: ease-in-out 0.5s;
}
.a_child .wrap {
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.a_child .wrap i {
  transition: 0.3s ease-in-out;
}
.a_child.active .wrap i {
  transform: rotate(90deg);
}
.hamburger_menu {display: flex;justify-content:center;align-items: center;margin-left: 10px;z-index: 50; width: 35px; height: 35px; border: solid 1px #000; border-radius: 50px; background:  linear-gradient(135.41deg, #FFFFFF 19.18%, #FECBCC 100%);}

.hamburger_icon {width:18px;height: 2px; background:#181617;;display: block;position: relative;margin-top: 0;}


.hamburger_icon:before {
  width: calc(100%);
  height: 2px;
  position: absolute;
  right: 0;
  top: -6px;
  content: "";
  background:#181617;
  transition: 0.3s ease-in-out;
}
.hamburger_icon:after {
  width: calc(100%);
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -6px;
  content: "";
  background:#181617;
  transition: 0.3s ease-in-out;
}
.hamburger_icon.show {
  background: none;
}
.hamburger_icon.show:after {
  transform: rotate(134deg);
}
.hamburger_icon.show:before {
  transform: rotate(45deg);
  top: 3px;
}
.hamburger_icon.show:after {
  top: 3px;
}
.field {
  position: relative;
}
.field i {
  width: 5px;
  height: 9px;
  border: solid rgb(37, 160, 67);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: block;
}
.wrap span.text {
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 3.5;
  font-weight: 700; display: inline-flex; align-items: center; column-gap: .7rem; cursor: pointer
}

.wrap span.text img{filter: brightness(0); opacity: .9  }
.wrap {
  border-bottom: solid 1px #eeeeee;
  position: relative;
}

.wrap:before {
  width: 10px;
  height: 10px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  transform: rotate(-48deg);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 0.8rem;
  transition: ease-in-out 0.5s;
}
.dd_wrap ul ul li a.active .wrap:before {
  transform: rotate(47deg);
}
.searchpanel {
  margin-left: auto;
  display: flex;
   
}
.searchpanel {
  margin-right: 15px;
}
.searchpanel span {
  margin-left: 10px;
  margin-right: 10px;
}
.dd_menu .h3 {
  font-size: 15px;
  padding-left: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.sub_menu {
  padding: 0 22px 170px;
  margin-top: 0; /*overflow-y: scroll;-webkit-appearance: none;-webkit-overflow-scrolling: touch; height:-webkit-fill-available;*/ /*height: 100%;*/ /*overflow-y: auto;*/
}
ul.sub_menu > li {
  border-bottom: 1.5px solid #eeeeee;
  padding: 5px 0;
}
ul.sub_menu li .prduct_name {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
  position: relative; /* top: -1px; background: #fff; line-height: 26px;*/
  margin-bottom: 0 !important;
  cursor: pointer;
}
.product_dis {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.prodcut_type {
  display: flex;
  padding: 0;
  list-style: none;
}
.b2b_product {
  flex-direction: column;
}
ul.prodcut_type li a {
  color: #e11f26;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin-right: 8px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 1px #e11f26;
  width: auto;
  border-radius: 0 !important;
  margin-bottom: 15px;
}
.sub_menu p {
  padding-right: 15px;
  display: none;
}
ul.prodcut_type.b2b_product a {
  border-bottom: solid 1px #ebebeb;
  color: #888888;
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 0;
  margin: 0.5rem 0;
}
ul.prodcut_type.b2b_product a span {
  display: inline-block;
  color: #e11f26;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
}

ul.sub_menu > li .prduct_name[aria-expanded="false"]:before {
  width: 7px;
  height: 7px;
  border: solid #555555;
  border-width: 0 1px 1px 0;
  transform: rotate(-48deg);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 0.8rem;
  transition: ease-in-out 0.5s;
}
ul.sub_menu > li .prduct_name[aria-expanded="true"]:before {
  transform: rotate(47deg);
  width: 7px;
  height: 7px;
  border: solid #555555;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 0.8rem;
  transition: ease-in-out 0.5s;
}
ul.sub_menu > li:hover .prduct_name span {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.menu_main_title {
  display: inline-block;
}

ul.sub_menu > li .prduct_name[aria-expanded="true"] .menu_main_title {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Montserrat";
}

ul.sub_menu > li .prduct_name span:before {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  transform: scaleX(0);
  transition: ease-in-out 0.3s;
  transform-origin: left;
}

ul.sub_menu > li .prduct_name[aria-expanded="true"] span:before {
  transform: scaleX(1);
}
ul.sub_menu > li .prduct_name span {
  font-family: "Montserrat"; display: inline-flex; align-items: center; column-gap: .5rem
}
ul.sub_menu > li .prduct_name[aria-expanded="true"] span {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.b2b_product li:last-child ul {
  border-bottom: none !important; flex-wrap: wrap
}



#partners li a {
  font-family: "Montserrat";
}
@keyframes slide_down {
  from {
    top: -25px;
  }
  to {
    top: -0;
  }
}

.searchwrape {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 4.5rem;
  margin-top: 0;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  overflow-y: scroll;
  padding: 20px;
  display: none;
}
.searchwrape.active {
  transform: translateX(0);
  display: block;
}
.searchwrape label {
  display: block;
  width: 100%;
  max-width: 100%;
  border-bottom: solid 1px #eeeeee;
  margin-top: 0.5rem;
  position: relative;
}
.searchwrape label input {
  display: block;
  width: 100%;
  outline: none;
  padding: 13px 8px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-size: 14px;
}
.searchwrape .search {
  position: absolute;
  right: 1rem;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.searchwrape .search svg {
  cursor: pointer;
  margin: 0 5px;
}
.fm_box_search_link a {
  color: #616161;
}
.mobilebtn {
  border: none;
  color: #181617;
  background: #fff;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  border-radius: 20px;
}

/* New Css Add*/

.dd_menu .h3 {
  background: linear-gradient(
    147deg,
    rgb(245 56 67 / 9%) 4%,
    rgb(47 87 149 / 5%) 29%
  );
}
.for_individuals ul.prodcut_type li a {
  border: solid 1px #e1e1e1;
  display: flex;
  padding: 0.2rem 0.5rem;
  color: #555;
  border-radius: 25px !important;
}
.for_individuals ul.prodcut_type li a:hover,
.for_individuals ul.prodcut_type li a:focus {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  color: #fff;
}
.dd_wrap {
  margin-top: 0;
}
ul.prodcut_type.b2b_product a {
  cursor: pointer;
}
ul.prodcut_type.b2b_product a span {
  color: #181617;
}
.dd_wrap ul li a:hover,
.dd_wrap ul li a.active {
  color: #181617;
}
/*.for_individuals ul.prodcut_type li a.fill_gradient_btn, ul.b2b_product ul.product_variants a.fill_gradient_btn{background: linear-gradient(147deg, rgb(245, 56, 67) 10%, rgb(47, 87, 149) 68%); color: #fff!important}*/
/*
ul.for_individuals li:last-child{padding-bottom: 0;  padding-top: 0}
*/
ul.sub_menu > li:last-child .wrap span.text {
  line-height: normal;
}
ul.for_individuals li:last-child .wrap {
  border-bottom: none;
}
ul.prodcut_type.b2b_product a {
  border: none;
  font-size: 0;
  line-height: 0;
}
ul.b2b_product .product_variants {
 
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -1rem !important;
  padding-left: 5px;  
  
}
 
 
ul.b2b_product .product_variants.show {
  display: flex; 
}
ul.b2b_product .product_variants a {
  color: #181617;
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
  border: solid 1px transparent;
  padding-bottom: 3px;
}

.prodcut_type.b2c_product {
  display: flex;
  flex-direction: column;
}
.prodcut_type.b2c_product {
  border-top: 0;
}

.for_individuals ul.prodcut_type.b2c_product li a {
  border: 0;
  border-radius: 0;
}
.for_individuals ul.prodcut_type.b2c_product li a:hover {
  background: none;
  color: #181617;
}
.for_individuals ul.prodcut_type.b2c_product li a {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.for_individuals ul.prodcut_type.b2c_product li a span {
  display: block;
  color: #181617;
  font-family: "Montserrat";
  padding-bottom: 0.2rem;
  font-weight: 600;
  font-size: 14px;
}
.for_individuals ul.b2c_product ul.product_variants a {
  border: solid 1px #e1e1e1;
  display: flex;
  padding: 0rem;
  color: #555;
  border-radius: 25px !important;
}
.for_individuals ul.b2c_product ul.product_variants {
  display: flex;
  margin-top: -0.5rem;
}
.for_individuals ul.b2c_product ul.product_variants a:hover,
ul.b2c_product ul.product_variants a:focus {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  color: #fff;
}

ul.product_variants li a:hover {
  border-bottom: solid 1px #181617;
}

.resource li a {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: flex;
  padding: 8px 0;
}
.resource li a:before {
  width: 10px;
  height: 10px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  transform: rotate(-48deg);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 0.8rem;
  transition: ease-in-out 0.5s;
}

.product_name_h {
  display: block !important;
  position: relative;
  margin-top: 15px;
}
.product_name_h[aria-expanded="false"]:before {
  transform: rotate(47deg);
  width: 7px;
  height: 7px;
  border: solid #555555;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute;
  right: -0px;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 0.8rem;
  transition: ease-in-out 0.5s;
}
.product_name_h[aria-expanded="true"]:before {
  transform: rotate(224deg);
  width: 7px;
  height: 7px;
  border: solid #555555;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute;
  right: -0px;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 0.8rem;
  transition: ease-in-out 0.5s;
}
 
.dd_wrap ul li a:hover.a_parent .wrap .text {background: linear-gradient(  147deg,  rgb(245, 56, 67) 35%,  rgb(47, 87, 149) 68%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}
/*.dd_wrap ul li a:hover.a_parent .wrap .text img {filter: none}*/
.product_variants ul.product_child{ padding-left: 0; margin-top: 0}
ul.b2b_product .product_variants{padding-left: 0}
.product_variants ul.product_child li:first-child a{margin-left: 0}
.product_variants ul.product_child li a{margin: 0 3px; padding: 6px 7px; border: solid 1px #d1d1d1; border-radius: 20px!important; margin-top: 10px;}
.product_variants ul.product_child li a:hover{background: linear-gradient(  147deg,  rgb(245, 56, 67) 15%,  rgb(47, 87, 149) 68%); color: #fff}
ul.prodcut_type.b2b_product > li > a:hover{background: linear-gradient(  147deg,  rgb(245, 56, 67) 35%,  rgb(47, 87, 149) 68%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}
.product_variants ul.product_child li a:hover{background: linear-gradient(  147deg,  rgb(245, 56, 67) 15%,  rgb(47, 87, 149) 68%); color: #fff!important}

.product_name_h[aria-expanded="true"] span {
  color: #e11f26 !important;
}
.prodcut_type.b2b_product li > .product_name_h:hover span {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dd_wrap::-webkit-scrollbar {
  width: 2px;
}

.dd_wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.dd_wrap::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 5px;
}

.dd_wrap::-webkit-scrollbar-thumb:hover {
  background: #888;
}
 
/* Sidebar Header Styling */
.sidebar-header-fixed {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1060; /* Ensures it sits above sub-menus */
}

.dd_wrap {
  top: 0 !important;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.dd_wrap ul {
  flex-grow: 1;
  overflow-y: auto;
}

 
.sidebar-search-container{ width:290px}
.close_sidebar_btn{ width: 35px; height: 35px; border: solid 1px #000; display: flex; justify-content: center; align-items: center; font-size:28px; border-radius: 35px; font-weight: 500;background: linear-gradient(135.41deg, #FFFFFF 19.18%, #FECBCC 100%); margin-right: 1rem; padding: 0; box-sizing: border-box; cursor: pointer}
.megamenu {width: 100%; border: none;  border-radius: 0; margin: 0; box-shadow: -18.858px -2.316px 16px 0 rgba(0, 0, 0, 0.08), 0 11px 24px 0 rgba(0, 0, 0, 0.08)}

.right-nav{align-items: center; column-gap: 1rem}
.mainnavtab{ cursor: pointer}
.suport_lg{ display: flex; align-items: center; column-gap: 1rem; font-size: 13px; font-weight: 600;cursor: pointer}
 .suport_lg a{ font-family: 'Open Sans'; cursor: pointer; position: relative; padding-left: 5px}
 

#custom-search-input {padding: 3px;border-bottom: 2px solid #cfcfcf;background-color: #fff}
#custom-search-input input {border: 0;box-shadow: none;padding: 25px 0;height: 70px;color: #888;font-size: 42px;font-weight: 300}
#custom-search-input button {margin: 2px 0 0;background: 0 0;box-shadow: none;border: 0;color: #666;padding: 0 8px 0 10px}
#custom-search-input button:hover {border: 0;box-shadow: none}
#custom-search-input .fa {color: #e11f26;margin-top: 15px}

.language_menu{min-width:150px; padding-left: 15px; left: -63px; right: auto}
.language_menu div {   display: flex; flex-direction: column; row-gap:8px; font-size: 13px; font-weight: 700}
  .selected_text {font-style: normal; font-weight: 700}
.globle_lang{ display: inline-block; position: relative; }
.globle_lang:before,  .suport_lg > a:before{position: absolute; left: -5px; top: 0; bottom: 0; margin: auto;width: 1px; height:15px; background: #dadada; content: ''}

@media screen and (min-width:991px){
	 .footer_mobile_collaps .footer_title.diy-box-title:before {
                    display: none;
                }

                .collapse.dont-collapse-sm {
                    display: block;
                    height: auto !important;
                    visibility: visible;
                    font-size: 13px;
                }

                .footer_mobile_collaps .footer_title.diy-box-title[aria-expanded="true"]:before {
                    transform: rotate(224deg);
                }
	
}

@media screen and (max-width:991px){
	.searchpanel{ display: none}
  main .container_box .article-meta {
    padding: 2px 18px !important;
  }
  .container_box .table_container .gradient_strip{width: 100%;
    position: sticky;
    left: 0;}
	
}
@media screen and (max-width:572px){
	.suport_lg, .searchpanel span, .right-nav{ display: none}
	.stellar_logo img{max-width: 110px}
	.exp_text span{font-size: 14px}
	.stellar_logo a{padding-right: 8px}
	.exp_text{padding-left: 8px}
	.stellar_logo img{margin-left: 10px}
	.hamburger_menu{margin-left: auto}
	header{height: 55px}
	.close_sidebar_btn{margin-right: 0}
  .body_sec_content img{max-width: 100%!important;height: auto!important;}
  main .container_box .article-meta{padding: 2px 16px!important;}
  .gototop{z-index: 1;}
  .submit_enquiry_btn {
    padding: 0;
    height: 55px;
    font-size: 18px;
    margin-left: 0;width: 60%;
  }
  .container_box .table_container .gradient_strip{width: 100%;
    position: sticky;
    left: 0;}
    figure iframe {
     width: 100%;
    height: 193px;
    }
  .bolear_box{flex-direction: column;}
  .bolear_box .bolear_media {padding-right: 0;}
  .bolear_box .bolier_aside{justify-content: flex-start!important;margin-top: 1rem!important;}
}
 