/* 15-7-2021 New Home Page */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(32, 28, 29, 0.9);
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: inherit;
  background: #ffffff; }

.container {
  max-width: 1150px;
  width: 94%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: rgba(32, 28, 29, 0.9);
  margin: 0;
  padding: 0 0 25px; }

a {
  color: #418fc7;
  outline: none !important;
  -webkit-outline: none;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  outline: none;
  text-decoration: none; }

a:hover, a:focus {
  outline: none !important;
  color: #6d899f;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  outline: none !important; }

.clearfix {
  clear: both; }

[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline: none !important;
  outline-offset: initial !important; }

.button {
  border-radius: 0; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0; }

h1.page-heading {
  font-family: Oswald;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin: -12px 0 7px; }

/* Header */
header {
  width: 100%;
  display: inline-block;
  padding: 0 0 17px; }
  header .header-left {
    width: 190px;
    float: left;
    padding: 20px 0 0; }
    header .header-left .mobile-menu {
      display: none;
      width: 10%;
      float: left;
      text-align: left;
      padding: 38px 0 0; }
      header .header-left .mobile-menu #main {
        transition: margin-left .5s;
        width: auto;
        display: inline-block; }
        header .header-left .mobile-menu #main span {
          font-size: 30px;
          cursor: pointer; }
    header .header-left a img {
      max-width: 171px; }
    header .header-left .Call-Us.mobile {
      display: none; }
    header .header-left .mobile_fastimg {
      display: none; }
    header .header-left .cart-box {
      display: none;
      width: 10%;
      float: right;
      text-align: right;
      padding: 33px 0 0; }
  header .header-right {
    width: calc(100% - 190px);
    float: right; }
    header .header-right .header-bottom {
      width: 100%;
      display: inline-block;
      padding: 21px 0 0; }
      header .header-right .header-bottom .Call-Us .call {
        width: auto;
        float: left;
        margin: 0; }
        header .header-right .header-bottom .Call-Us .call .content span {
          font-family: Poppins,sans-serif;
          font-weight: 500;
          font-size: 17px;
          line-height: 1;
          color: #498cbc;
          display: block;
          padding: 0 0 2px; }
        header .header-right .header-bottom .Call-Us .call .content a {
          font-family: Poppins,sans-serif;
          font-weight: 600;
          font-size: 23px;
          line-height: 1;
          color: #498cbc;
          width: auto;
          display: inherit;
          padding: 0; }
          header .header-right .header-bottom .Call-Us .call .content a:hover {
            color: #000000; }
      header .header-right .header-bottom .Call-Us .header-top {
        float: right; }
        header .header-right .header-bottom .Call-Us .header-top ul {
          padding: 0;
          margin: 0;
          list-style: none;
          width: 100%;
          display: inline-block;
          border-top: 1px solid rgba(32, 28, 29, 0.15);
          border-bottom: 1px solid rgba(32, 28, 29, 0.15); }
          header .header-right .header-bottom .Call-Us .header-top ul li {
            padding: 6px 19px;
            margin: 0;
            list-style: none;
            float: left;
            border-left: 1px solid rgba(32, 28, 29, 0.1);
            line-height: 1; }
            header .header-right .header-bottom .Call-Us .header-top ul li:last-child {
              border-right: 1px solid rgba(32, 28, 29, 0.1); }
            header .header-right .header-bottom .Call-Us .header-top ul li a {
              font-family: Poppins,sans-serif;
              font-weight: 600;
              font-size: 14px;
              line-height: normal;
              color: rgba(32, 28, 29, 0.6); }
              header .header-right .header-bottom .Call-Us .header-top ul li a:hover {
                color: #201c1d; }
      header .header-right .header-bottom .Search-products {
        position: relative;
        width: 100%;
        display: inline-block;
        margin: 15px 0 0; }
        header .header-right .header-bottom .Search-products form {
          position: relative;
          margin: 0; }
          header .header-right .header-bottom .Search-products form .form-field {
            padding: 0;
            margin: 0; }
          header .header-right .header-bottom .Search-products form input::-moz-placeholder {
            font-size: 18px;
            line-height: normal;
            color: #201c1d;
            opacity: 10; }
          header .header-right .header-bottom .Search-products form input::-webkit-input-placeholder {
            font-size: 18px;
            line-height: normal;
            color: #201c1d; }
          header .header-right .header-bottom .Search-products form input[type=text] {
            font-family: Poppins,sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 1;
            color: #201c1d;
            background: #ffffff;
            border: 2px solid #000;
            width: 100%;
            height: 61px;
            padding: 22px 20px;
            padding-right: 260px;
            border-radius: 0; }
          header .header-right .header-bottom .Search-products form .search-icon button.search-btn {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 200px;
            border: none;
            box-shadow: none;
            background: 0 0;
            outline: 0; }
            header .header-right .header-bottom .Search-products form .search-icon button.search-btn img {
              max-height: 40px; }
          header .header-right .header-bottom .Search-products form .fast-img.desktop_fastimg {
            float: initial;
            margin: 0;
            width: auto;
            display: inline-block;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 20px; }
            header .header-right .header-bottom .Search-products form .fast-img.desktop_fastimg img {
              width: 150px; }
        header .header-right .header-bottom .Search-products .quickSearchResults {
          position: absolute;
          top: 37px;
          left: 0;
          background: #ffffff;
          padding: 0;
          width: 100%;
          z-index: 99999;
          margin: 0; }

/* Header Menu */
.header-menu {
  width: 100%;
  display: inline-block;
  background: #201c1d;
  margin: 0; }
  .header-menu .custom-mega-menu {
    width: 100%;
    display: inline-block;
    padding: 0; }
    .header-menu .custom-mega-menu .navigation {
      float: left;
      width: auto; }
      .header-menu .custom-mega-menu .navigation ul.nav {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .header-menu .custom-mega-menu .navigation ul.nav:before {
          content: "";
          position: absolute;
          top: -5px;
          left: 0;
          width: 231px;
          height: 5px;
          background: #498cbc;
          z-index: 9; }
        .header-menu .custom-mega-menu .navigation ul.nav:after {
          content: "";
          position: absolute;
          bottom: -6px;
          left: 0;
          width: 231px;
          height: 6px;
          background: #498cbc;
          z-index: 9; }
        .header-menu .custom-mega-menu .navigation ul.nav li {
          position: relative;
          list-style-type: none;
          display: inherit;
          padding: 0;
          margin: 0;
          list-style: none; }
          .header-menu .custom-mega-menu .navigation ul.nav li a {
            position: relative;
            font-family: Poppins,sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 15px;
            line-height: normal;
            color: #ffffff;
            letter-spacing: 0;
            text-decoration: none;
            text-transform: uppercase;
            background: 0 0;
            padding: 10px 25px; }
          .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu {
            position: initial; }
            .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover {
              position: inherit; }
              .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover:hover ul.submenu {
                display: block; }
              .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li {
                list-style-type: none;
                position: relative;
                padding: 0;
                margin: 0 0 5px;
                width: 100%;
                display: inline-block; }
                .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li a {
                  font-family: Poppins,sans-serif;
                  font-weight: 500;
                  font-style: normal;
                  font-size: 14px;
                  line-height: 20px;
                  color: #201c1d;
                  letter-spacing: 0;
                  padding: 0;
                  margin: 0;
                  text-decoration: none;
                  text-transform: uppercase;
                  display: block;
                  width: 100%; }
                  .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li a:hover {
                    color: #498cbc; }
          .header-menu .custom-mega-menu .navigation ul.nav li:hover ul.submenu {
            display: block; }
          .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 9;
            background: #fff;
            -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            border-radius: 0;
            border: none;
            z-index: 9999;
            margin: 0;
            padding: 12px; }
            .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li {
              list-style-type: none;
              position: relative;
              padding: 0;
              margin: 0;
              width: 100%;
              display: inline-block; }
              .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1 {
                width: calc(33.333% - 20px);
                float: left;
                border-right: 2px dashed #498cbc;
                margin-right: 30px; }
                .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1:last-child {
                  border-right: none;
                  margin-right: 0; }
                .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1 a {
                  font-family: Poppins,sans-serif;
                  font-weight: 500;
                  font-style: normal;
                  font-size: 15px;
                  line-height: normal;
                  color: #201c1d;
                  letter-spacing: 0;
                  padding: 2px 0;
                  margin: 0;
                  text-decoration: none;
                  text-transform: uppercase;
                  display: block;
                  width: 100%; }
                  .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1 a:hover {
                    color: #498cbc; }
                .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1.col_sbs {
                  width: calc(16.333% - 20px);
                  margin-right: 27px; }
                  .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1.col_sbs:last-child {
                    border-right: none;
                    margin-right: 0; }
        .header-menu .custom-mega-menu .navigation ul.nav > li.dropdown-submenu > a:before {
          content: "\f107";
          position: absolute;
          top: 13px;
          right: 10px;
          font-size: 16px;
          color: #fff;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .header-menu .custom-mega-menu .navigation ul.nav > li > a:after {
          content: "";
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 11px;
          height: 68%;
          border-right: 1px dashed rgba(234, 234, 234, 0.15); }
        .header-menu .custom-mega-menu .navigation ul.nav > li:last-child > a:after {
          display: none; }
      .header-menu .custom-mega-menu .navigation > ul.nav > li:hover > a {
        background: #498cbc;
        color: #ffffff; }
      .header-menu .custom-mega-menu .navigation > ul.nav > li.dropdown-submenu.category_nav > a {
        font-size: 18px;
        padding: 10px 27px;
        box-shadow: none;
        width: 231px;
        background: #498cbc; }
    .header-menu .custom-mega-menu .cart-box {
      background: #fff;
      padding: 7px 25px 7px 20px;
      margin: 2px 0;
      float: right;
      height: 41px; }
      .header-menu .custom-mega-menu .cart-box a {
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        color: #000;
        text-transform: uppercase;
        padding: 0; }
        .header-menu .custom-mega-menu .cart-box a img {
          max-height: 30px;
          margin-right: 8px; }
        .header-menu .custom-mega-menu .cart-box a span {
          position: absolute;
          top: -5px;
          right: -18px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          display: inline-block;
          background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
          font-family: 'Poppins', sans-serif;
          font-weight: normal;
          font-size: 13px;
          padding: 1px;
          line-height: normal;
          color: #000;
          z-index: 99;
          text-align: center; }

/* Header Mobile Menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  padding: 35px 0 70px;
  z-index: 9999999; }
  .sidenav .mobile-menu-content-block {
    padding: 0 15px; }
    .sidenav .mobile-menu-content-block ul.navList {
      border: none !important; }
  .sidenav .sidebarBlock-heading {
    background: #498cbc; }
  .sidenav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    background: transparent !important; }
    .sidenav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      display: inline-block;
      border-top: none; }
      .sidenav ul li .hitarea {
        color: #000;
        width: 20px;
        height: 20px;
        top: 10px; }
        .sidenav ul li .hitarea:after {
          width: 20px;
          height: 20px;
          line-height: 0;
          padding: 10px 0; }
      .sidenav ul li a {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        line-height: normal;
        color: #000;
        letter-spacing: 0;
        text-decoration: none;
        text-transform: initial;
        padding: 8px 0;
        padding-right: 20px;
        display: block;
        transition: 0.3s;
        border-top: 1px solid #000; }
        .sidenav ul li a:hover {
          color: #d4c01c; }
        .sidenav ul li a img {
          display: none; }
      .sidenav ul li:first-child a {
        border-top: none; }
      .sidenav ul li ul li a {
        padding-left: 8px;
        border-top: 1px solid #000 !important; }
      .sidenav ul li ul li ul li a {
        padding-left: 16px; }
      .sidenav ul li.loginlink {
        border-top: 1px solid #ddd; }
        .sidenav ul li.loginlink a {
          display: inline-block;
          border-top: none;
          padding-right: 5px; }
          .sidenav ul li.loginlink a:last-child {
            padding-right: 0;
            padding-left: 5px; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 8px;
    margin: 0;
    color: #000; }

/* Real Reviews Section */
.Real-reviews {
  width: 100%;
  display: inline-block;
  padding: 5px 0 0; }
  .Real-reviews .Real-product {
    width: 100%;
    display: inline-block;
    padding: 30px 0 15px; }
    .Real-reviews .Real-product .row {
      margin-left: -5px;
      margin-right: -5px; }
      .Real-reviews .Real-product .row .col-sm-3 {
        width: 33.3333%;
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex: initial;
        flex: initial;
        max-width: 100%;
        float: left;
        -ms-flex: auto;
        flex: auto; }
        .Real-reviews .Real-product .row .col-sm-3:nth-child(n+4) {
          margin-top: 20px; }
        .Real-reviews .Real-product .row .col-sm-3 .box {
          position: relative;
          transition: all .3s ease-in 0s;
          -webkit-transition: all .3s ease-in 0s; }
          .Real-reviews .Real-product .row .col-sm-3 .box img {
            width: 100%; }
          .Real-reviews .Real-product .row .col-sm-3 .box .overle {
            position: absolute;
            bottom: 16px;
            right: 0;
            width: 150px;
            padding-right: 8px; }
            .Real-reviews .Real-product .row .col-sm-3 .box .overle a {
              font-family: Oswald,sans-serif;
              font-weight: 600;
              font-size: 25px;
              line-height: 30px;
              color: #fbfcfd;
              text-transform: uppercase; }

/* Home Review Slider Section */
.home-review-slider {
  width: 100%;
  display: inline-block;
  margin: 0; }
  .home-review-slider .Real-reviews {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 30px 0 10px; }
    .home-review-slider .Real-reviews .Reviews-heading {
      float: left;
      width: 230px;
      text-align: center; }
      .home-review-slider .Real-reviews .Reviews-heading .Reviews-title h1 {
        font-family: Oswald,sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: normal;
        color: #201c1d;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0;
        margin: 0 0 20px; }
    .home-review-slider .Real-reviews section.yotpoSlider {
      width: calc(100% - 280px);
      float: left;
      display: inline-block;
      /* padding: 0 42px; */
      margin-left: 50px; }
      .home-review-slider .Real-reviews section.yotpoSlider .yotpoSlider__title {
        display: none; }
        .home-review-slider .Real-reviews section.yotpoSlider .yotpoSlider__title .yotpoSlider__title__summary {
          border-bottom: 2px solid #e3e3e3;
          text-align: center;
          padding: 0 0 10px;
          margin: 0 0 20px; }
          .home-review-slider .Real-reviews section.yotpoSlider .yotpoSlider__title .yotpoSlider__title__summary .yotpoSlider__title__num {
            font-family: Poppins,sans-serif;
            font-weight: 500;
            font-size: 21px;
            color: #000000;
            vertical-align: middle;
            margin-left: 20px; }
      .home-review-slider .Real-reviews section.yotpoSlider .slick-slider {
        width: 100%;
        margin-bottom: 0; }
        .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-prev.slick-arrow {
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -50px;
          background: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/arrow-left-new.png);
          background-size: 100%;
          background-repeat: no-repeat;
          margin: 0; }
          .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-prev.slick-arrow:before {
            display: none; }
        .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-next.slick-arrow {
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: -50px;
          background: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/arrow-right-new.png);
          background-size: 100%;
          background-repeat: no-repeat;
          margin: 0; }
        .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content {
          width: calc(100% - 90px);
          float: left;
          padding: 0 15px; }
          .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__author {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 18px;
            line-height: 23px;
            color: #000000;
            padding: 0 0 25px;
            margin: 0 0 10px; }
          .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__stars {
            margin: 0 0 15px;
            height: 20px;
            width: auto; }
          .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__shortTitle {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 18px;
            line-height: 1;
            color: #000000;
            letter-spacing: 0;
            margin: 0 0 10px; }
          .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .box_bg .yotpoSlider__text {
            font-family: 'Poppins';
            font-weight: 400;
            font-style: italic;
            font-size: 15px;
            line-height: 23px;
            color: #000000;
            margin: 0;
            padding: 0 0 25px; }
    .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-next.slick-arrow:before {
      display: none; }
    .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide {
      outline: 0; }
      .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide .yotpoSlider__content {
        max-width: 300px; }
        .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .image {
          width: 90px;
          float: left; }
          .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .image .yotpo_user_icon img {
            margin: 0 auto 10px;
            width: auto; }
          .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .image a .yotpoSlider__productTitle {
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 10px;
            line-height: 1;
            color: #c6c6c6;
            text-align: left;
            overflow: hidden;
            letter-spacing: 0;
            margin: 4px 0 0; }

#tcsReal.Real-reviews.new_homecat_section .Real-product {
  padding: 20px 0 15px; }

.type-default.home-page .all_homcategory_list .Real-product {
  padding: 10px 0 0; }

/* Help Section */
.help-section {
  width: 100%;
  display: inline-block;
  padding: 0 0 10px; }
  .help-section ul {
    padding: 15px 0 20px;
    margin: 0;
    list-style: none;
    border-bottom: none;
    width: 100%;
    display: inline-block; }
    .help-section ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 33.333%;
      float: left;
      text-align: center; }
      .help-section ul li a {
        font-family: Oswald,sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: normal;
        color: #282828;
        text-transform: uppercase;
        display: block;
        width: 100%; }
        .help-section ul li a img {
          margin: 0 auto;
          display: table;
          margin-bottom: 10px; }

.Newsletter.visible {
  background-image: url("https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/newsletter-bg.jpg");
  /* The final image */ }

/* Newsletter Section */
.Newsletter {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 54px 0; }
  @media (max-width: 1050px) {
    .Newsletter {
      padding: 45px 0; } }
  @media (max-width: 999px) {
    .Newsletter {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .Newsletter {
      padding: 25px 0; } }
  @media (max-width: 479px) {
    .Newsletter {
      padding: 20px 0;
      min-height: 200px; } }
  .Newsletter .title {
    max-width: 475px;
    float: left; }
    @media (max-width: 1120px) {
      .Newsletter .title {
        max-width: 445px; } }
    @media (max-width: 1050px) {
      .Newsletter .title {
        max-width: 430px; } }
    @media (max-width: 1020px) {
      .Newsletter .title {
        max-width: 100%; } }
    .Newsletter .title h2 {
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      font-size: 31px;
      line-height: 33px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0;
      margin: 0 0 0; }
      @media (max-width: 1120px) {
        .Newsletter .title h2 {
          font-size: 29px; } }
      @media (max-width: 1050px) {
        .Newsletter .title h2 {
          font-size: 28px;
          line-height: 33px; } }
      @media (max-width: 999px) {
        .Newsletter .title h2 {
          font-size: 32px;
          line-height: 38px; } }
      @media (max-width: 767px) {
        .Newsletter .title h2 {
          font-size: 28px;
          line-height: 35px; } }
      @media (max-width: 479px) {
        .Newsletter .title h2 {
          font-size: 22px;
          line-height: 25px; } }
  .Newsletter .From {
    max-width: 605px;
    float: right;
    padding: 5px 0 0; }
    @media (max-width: 1050px) {
      .Newsletter .From {
        max-width: 530px;
        padding: 4px 0 0; } }
    @media (max-width: 1020px) {
      .Newsletter .From {
        padding: 15px 0 0;
        width: 100%;
        max-width: 100%;
        display: inline-block;
        float: initial; } }
    .Newsletter .From form {
      margin: 0; }
      .Newsletter .From form .form-field {
        margin: 0; }
    .Newsletter .From .box {
      float: left;
      margin-right: 5px; }
      @media (max-width: 1020px) {
        .Newsletter .From .box {
          width: 32%;
          margin-right: 9px; } }
      @media (max-width: 479px) {
        .Newsletter .From .box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px; } }
      .Newsletter .From .box:last-child {
        margin-right: 0; }
      .Newsletter .From .box label {
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        margin: 0 0 5px; }
      .Newsletter .From .box input::-moz-placeholder {
        font-size: 17px;
        line-height: normal;
        color: #201c1d;
        opacity: 10; }
      .Newsletter .From .box input::-webkit-input-placeholder {
        font-size: 17px;
        line-height: normal;
        color: #201c1d; }
      .Newsletter .From .box input {
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        font-size: 17px;
        line-height: 1;
        color: #201c1d;
        background: #ffffff;
        border: none;
        box-shadow: none;
        outline: none;
        display: inline-block;
        width: 209px;
        height: 59px;
        padding: 22px 19px;
        border-radius: 0; }
        @media (max-width: 1280px) {
          .Newsletter .From .box input {
            width: 174px; } }
        @media (max-width: 1020px) {
          .Newsletter .From .box input {
            width: 100%; } }
        @media (max-width: 479px) {
          .Newsletter .From .box input {
            height: 50px;
            padding: 19px 19px; } }
      .Newsletter .From .box .btn-send {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        color: #ffffff;
        background: #1a5b7e;
        text-transform: uppercase;
        display: inline-block;
        padding: 20px 19px;
        width: auto;
        margin: 27px 0 0 9px;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s; }
        @media (max-width: 1280px) {
          .Newsletter .From .box .btn-send {
            font-size: 16px !important;
            margin: 27px 0 0 5px; } }
        @media (max-width: 479px) {
          .Newsletter .From .box .btn-send {
            font-size: 16px;
            margin: 10px 0 0;
            padding: 15px 20px;
            height: initial; } }
        .Newsletter .From .box .btn-send:hover {
          background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%); }
      .Newsletter .From .box .klaviyo_messages .error_message {
        color: red;
        margin: 3px 0 0; }
      @media (max-width: 1020px) {
        .Newsletter .From .box.newsletter_submit {
          width: 20%;
          margin: 0; } }
    .Newsletter .From .success_msg {
      width: 72%;
      display: inline-block;
      margin: 5px 0 0; }
      @media (max-width: 1280px) {
        .Newsletter .From .success_msg {
          width: 69%; } }
      @media (max-width: 999px) {
        .Newsletter .From .success_msg {
          width: 66%; } }
      @media (max-width: 479px) {
        .Newsletter .From .success_msg {
          width: 100%; } }
      .Newsletter .From .success_msg .success_message {
        font-weight: 700;
        color: #ffffff; }
        @media (max-width: 1280px) {
          .Newsletter .From .success_msg .success_message {
            font-size: 15px; } }

/* Our Blog Section */
.Our-blog {
  width: 100%;
  display: inline-block;
  padding: 30px 0 30px; }
  .Our-blog .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
    .Our-blog .row .col-sm-4 {
      width: 20%;
      float: left;
      max-width: 100%;
      text-align: center;
      -ms-flex: initial;
      flex: initial;
      max-width: initial;
      display: block;
      padding-left: 8px;
      padding-right: 8px; }
      .Our-blog .row .col-sm-4 .box a {
        position: relative;
        display: inline-block; }
      .Our-blog .row .col-sm-4 .box .Our-blog-icon {
        margin: 0 auto;
        display: table;
        margin-bottom: 7px; }
      .Our-blog .row .col-sm-4 .box h2 {
        font-family: Oswald,sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: normal;
        color: #201c1d;
        text-align: center;
        text-transform: initial;
        letter-spacing: 0;
        margin: 0 0 6px; }

/* Footer Section */
footer {
  width: 100%;
  display: inline-block;
  padding: 0 0; }
  footer .footer-top {
    width: 100%;
    display: inline-block;
    padding: 30px 0; }
    footer .footer-top .box {
      width: 25%;
      float: left;
      padding-right: 22px; }
      footer .footer-top .box h3 {
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: normal;
        color: #282828;
        text-transform: uppercase;
        letter-spacing: 0;
        margin: 0 0 24px; }
        footer .footer-top .box h3 img {
          margin-right: 9px; }
      footer .footer-top .box ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        display: inline-block; }
        footer .footer-top .box ul li {
          padding: 0;
          margin: 0;
          list-style: none;
          width: 100%;
          display: inline-block; }
          footer .footer-top .box ul li a {
            font-family: 'Poppins', sans-serif;
            font-weight: normal;
            font-size: 15px;
            line-height: 30px;
            color: #201c1d; }
            footer .footer-top .box ul li a:hover {
              color: #498cbc; }
      footer .footer-top .box p {
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 30px;
        color: rgba(32, 28, 29, 0.85);
        padding: 0 0 0; }
      footer .footer-top .box .Contact-info-box {
        width: 100%;
        display: inline-block; }
        footer .footer-top .box .Contact-info-box + .Contact-info-box {
          margin-top: 19px; }
        footer .footer-top .box .Contact-info-box .image {
          float: left;
          margin-right: 9px; }
        footer .footer-top .box .Contact-info-box .content {
          width: calc(100% - 24px);
          float: right;
          border-bottom: 2px dashed rgba(32, 28, 29, 0.3);
          padding: 0 0 16px; }
          footer .footer-top .box .Contact-info-box .content span {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 15px;
            line-height: 1;
            color: #201c1d;
            display: block;
            padding: 0 0 7px; }
          footer .footer-top .box .Contact-info-box .content a {
            font-family: 'Poppins', sans-serif;
            font-weight: normal;
            font-size: 15px;
            line-height: 1;
            color: rgba(32, 28, 29, 0.85);
            text-decoration: none; }
            footer .footer-top .box .Contact-info-box .content a:hover {
              color: #498cbc; }
              footer .footer-top .box .Contact-info-box .content a:hover span {
                color: #498cbc; }
          footer .footer-top .box .Contact-info-box .content p {
            font-family: 'Poppins', sans-serif;
            font-weight: normal;
            font-size: 15px;
            line-height: 1;
            color: rgba(32, 28, 29, 0.85);
            padding: 0 0 0; }
        footer .footer-top .box .Contact-info-box:last-child .content {
          border-bottom: none; }
      footer .footer-top .box.warehouses {
        width: 22%;
        padding-right: 0; }
  footer .footer-bottom {
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 26px 0; }
    footer .footer-bottom .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      footer .footer-bottom .row .col-sm-4 {
        -ms-flex: auto;
        flex: auto;
        width: 33%;
        padding-right: 15px;
        padding-left: 15px; }
    footer .footer-bottom .Buy-online .image {
      float: left;
      margin-right: 13px; }
    footer .footer-bottom .Buy-online .content {
      float: left; }
      footer .footer-bottom .Buy-online .content span {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: #498cbc;
        display: block;
        padding: 0 0 4px; }
      footer .footer-bottom .Buy-online .content a {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        color: #498cbc; }
        footer .footer-bottom .Buy-online .content a:hover {
          color: #282828; }
    footer .footer-bottom ul.footer-social {
      padding: 0;
      margin: 0 auto;
      list-style: none;
      display: table; }
      footer .footer-bottom ul.footer-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        float: left;
        margin-right: 8px; }
        footer .footer-bottom ul.footer-social li:last-child {
          margin-right: 0; }
        footer .footer-bottom ul.footer-social li a {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          display: inline-block;
          background: rgba(32, 28, 29, 0.1);
          padding: 11px 8px;
          text-align: center; }
    footer .footer-bottom .footer-payment-icons {
      float: right;
      margin: 0;
      padding: 4px 0; }
      footer .footer-bottom .footer-payment-icons ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .footer-bottom .footer-payment-icons ul li {
          padding: 0;
          margin: 0;
          list-style: none;
          float: left;
          margin-right: 5px; }
          footer .footer-bottom .footer-payment-icons ul li:last-child {
            margin-right: 0; }
          footer .footer-bottom .footer-payment-icons ul li .footer-payment-icon {
            width: initial;
            height: initial;
            margin: 0; }
  footer .Copyright {
    width: 100%;
    display: inline-block;
    padding: 19px 0;
    text-align: center; }
    footer .Copyright p {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: normal;
      color: #201c1d;
      padding: 0; }

/* Breadcrumbs */
.inner-breadcrumbs ul.breadcrumbs {
  width: 100%;
  list-style: none;
  display: inline-block;
  overflow: initial;
  margin: 0;
  padding: 0 0 20px 30px; }
  .inner-breadcrumbs ul.breadcrumbs li.breadcrumb {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
    float: left;
    margin-right: 26px; }
    .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:last-child {
      margin: 0; }
      .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:last-child:before {
        display: none; }
    .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:nth-child(1) a {
      position: relative; }
    .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:nth-child(1) a:after {
      content: "";
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -28px;
      background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/home.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 18px;
      height: 15px;
      z-index: 999; }
    .inner-breadcrumbs ul.breadcrumbs li.breadcrumb a.breadcrumb-label {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 15px;
      line-height: normal;
      color: #181818;
      text-transform: uppercase; }
      .inner-breadcrumbs ul.breadcrumbs li.breadcrumb a.breadcrumb-label:hover {
        color: #498cbc; }
    .inner-breadcrumbs ul.breadcrumbs li.breadcrumb.is-active a.breadcrumb-label {
      color: #498cbc;
      cursor: text; }
    .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:before {
      content: "";
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -13px;
      margin: 0;
      width: 2px;
      height: 15px;
      background: #181818; }

/* PDP Page */
.productPage {
  min-height: 1000px;
  display: block;
  padding: 30px 0 0; }
  .productPage .page {
    margin: 0; }
    .productPage .page .productView {
      width: 100%;
      display: inline-block;
      padding: 0;
      margin: 0; }
      .productPage .page .productView .product-contain {
        width: 100%;
        display: inline-block;
        padding: 0 0 0; }
        .productPage .page .productView .product-contain .ss-recommendations li.product .yotpo-widget-instance .yotpo-display-wrapper {
          display: none !important; }
        .productPage .page .productView .product-contain .ss-recommendations li.product .yotpo-widget-instance .yotpo-star-ratings-clickable {
          justify-content: center !important; }
        .productPage .page .productView .product-contain .mobile_addtocart {
          display: none;
          margin: 0; }
        .productPage .page .productView .product-contain .mobile_product_title {
          display: none; }
        .productPage .page .productView .product-contain .wrapperThreeColumns {
          width: 100%;
          display: inline-block;
          padding: 0; }
          .productPage .page .productView .product-contain .wrapperThreeColumns .content {
            width: auto;
            float: left; }
            .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images {
              width: 515px;
              float: left;
              padding: 0;
              margin: 0 0 20px; }
              .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery {
                width: calc(100% - 112px);
                float: right;
                height: 444px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox {
                  height: 444px; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image {
                    position: relative;
                    overflow: hidden;
                    vertical-align: middle;
                    border: 1px solid #ddd;
                    height: 444px;
                    margin: 0;
                    padding: 20px; }
              .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap {
                width: 100px;
                float: left;
                display: inline-block;
                margin: 0;
                max-height: 444px;
                overflow: hidden;
                overflow-y: auto; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap::-webkit-scrollbar {
                  width: 5px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap::-webkit-scrollbar-track {
                  background-color: #f1f1f1;
                  -webkit-border-radius: 0;
                  border-radius: 0; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap::-webkit-scrollbar-thumb {
                  -webkit-border-radius: 0;
                  border-radius: 0;
                  background: #c1c1c1; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails {
                  margin: 0;
                  padding: 0;
                  list-style: none; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail {
                    width: 90px;
                    float: left;
                    margin: 0;
                    padding: 0;
                    margin-top: 28px;
                    line-height: 1; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail:first-child {
                      margin-top: 0; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
                      max-width: 88px;
                      min-height: 88px;
                      padding: 0;
                      border: 1px solid #e1e1e1;
                      outline: 0 !important;
                      display: inline-block; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
                        width: 72%;
                        height: 100%;
                        padding: 5px;
                        position: relative;
                        font-family: initial;
                        top: 50%;
                        -ms-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .wishlistBtnBox form {
                margin: 0; }
              .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .share-product-2 {
                width: 100%;
                display: inline-block;
                padding: 20px 0 0;
                display: none; }
              .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .custom_field_video {
                width: 100%;
                display: inline-block;
                text-align: center;
                margin: 30px 0 0; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .custom_field_video iframe {
                  width: 100%;
                  height: 290px; }
          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar {
            max-width: 605px;
            width: 52%;
            float: right;
            padding: 0;
            margin: 0;
            padding-left: 25px; }
            .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details {
              max-width: 100%;
              width: 100%;
              float: initial;
              padding: 0;
              margin: 0; }
              .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product {
                padding: 0;
                border: none; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-reviews-star-ratings-widget {
                  float: left;
                  display: block;
                  padding: 0;
                  margin: 13px 0;
                  margin-right: 15px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-review-2 {
                  float: left;
                  display: block;
                  padding: 0;
                  margin: 13px 0;
                  margin-right: 15px; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-review-2 .yotpo .star-clickable .yotpo-stars .rating-star {
                    margin-right: 10px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section {
                  float: left; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .top_ask_question {
                    margin-left: 10px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-title {
                  font-family: Oswald;
                  font-weight: 700;
                  font-size: 30px;
                  line-height: 35px;
                  color: #201c1d;
                  text-transform: uppercase;
                  width: 100%;
                  display: inline-block;
                  letter-spacing: 0;
                  margin: 12px 0 20px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view {
                  position: relative; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .productView-info {
                    padding: 0 0 12px;
                    margin: 0 0 22px;
                    border-bottom: 1px solid rgba(61, 61, 61, 0.15); }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .productView-info .productView-info-name {
                      margin: 0;
                      float: left;
                      width: 144px;
                      font-family: Poppins;
                      font-weight: 600;
                      font-size: 16px;
                      line-height: normal;
                      color: rgba(32, 28, 29, 0.9); }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .productView-info .productView-info-value {
                      margin: 0;
                      float: left;
                      font-family: Poppins;
                      font-weight: 400;
                      font-size: 16px;
                      line-height: normal;
                      color: rgba(32, 28, 29, 0.9); }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .new_low_price {
                    position: absolute;
                    bottom: 18px;
                    right: 0; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .new_low_price img {
                      width: 90px; }
                .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form {
                  width: 100%;
                  display: inline-block;
                  padding: 0;
                  margin: 0; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section {
                    width: 100%;
                    display: inline-block;
                    padding: 0 0 0; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section {
                      width: 50%;
                      float: left; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox {
                        width: 100%;
                        display: inline-block;
                        margin: 0 0 20px; }
                        .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price {
                          margin: 0; }
                          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .rrp-price--withoutTax span {
                            display: none; }
                          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .rrp-price--withoutTax .price--rrp {
                            font-family: Poppins;
                            font-weight: 400;
                            font-size: 25px;
                            line-height: normal;
                            color: #201c1d !important;
                            float: left;
                            margin-right: 25px;
                            display: block; }
                            .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .rrp-price--withoutTax .price--rrp::before {
                              -ms-transform: rotate(0);
                              transform: rotate(0);
                              border-top: 2px solid #201c1d;
                              opacity: .5;
                              top: 50%;
                              -ms-transform: translateY(-50%);
                              transform: translateY(-50%); }
                          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section--withoutTax .price--withoutTax {
                            font-family: Poppins;
                            font-weight: 600;
                            font-size: 25px;
                            line-height: normal;
                            color: red !important; }
                        .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .price-section--saving {
                          font-family: Poppins;
                          font-weight: 500;
                          font-style: normal;
                          font-size: 16px;
                          line-height: normal;
                          color: rgba(32, 28, 29, 0.8); }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .review-top-section {
                      width: 50%;
                      float: left; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .review-top-section .yotpo .yotpo-regular-box {
                        padding: 0;
                        margin: 0;
                        border: none; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart {
                      margin: 10px 0 25px; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input {
                        font-family: Poppins,sans-serif;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 1;
                        color: #ffffff;
                        background: #498cbc;
                        text-transform: uppercase;
                        display: inline-block;
                        padding: 12px 22px;
                        border: none;
                        outline: 0;
                        box-shadow: none;
                        border-radius: 0;
                        width: 100%;
                        margin: 0; }
                        .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input:hover {
                          background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
                          color: #ffffff; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-page-compare {
                    display: none; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .reviewbox {
                    display: none; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .share-product-1 {
                    display: none; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_shdec {
                    margin: 0 0 20px; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_shdec p {
                      font-family: Poppins;
                      font-weight: 400;
                      font-size: 16px;
                      line-height: 22px;
                      color: rgba(32, 28, 29, 0.9);
                      text-align: justify;
                      padding: 0 0 20px; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_shdec p:last-child {
                        padding: 0; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option {
                    overflow: hidden;
                    overflow-y: scroll;
                    border-top: 1px solid #e1e1e1;
                    border-bottom: 1px solid #e1e1e1;
                    margin: 0 0 20px; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option::-webkit-scrollbar {
                      width: 10px; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option::-webkit-scrollbar-track {
                      background-color: #f1f1f1;
                      -webkit-border-radius: 0;
                      border-radius: 0; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option::-webkit-scrollbar-thumb {
                      -webkit-border-radius: 0;
                      border-radius: 20px;
                      background: #c1c1c1; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field {
                      border: 1px solid #e1e1e1;
                      padding: 20px 32px 20px 21px; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field:last-child {
                        margin: 0; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label {
                        font-family: Oswald;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: normal;
                        color: #201c1d;
                        text-transform: uppercase;
                        margin: 0 0 15px; }
                        .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label small {
                          color: red;
                          font-size: 14px;
                          font-family: Poppins;
                          font-weight: 600; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list {
                        border: none;
                        list-style: none;
                        margin: 0;
                        padding: 0;
                        overflow-y: initial;
                        max-height: initial; }
                        .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item {
                          border: none;
                          padding: 0;
                          margin: 0 0 15px;
                          width: 100%;
                          display: inline-block; }
                          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item:last-child {
                            margin: 0; }
                          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item .productOptions-list-item-figure {
                            width: 41px;
                            float: left;
                            margin: 0; }
                          .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item .productOptions-list-item-content {
                            padding: 5px 0 0;
                            padding-left: 22px;
                            width: calc(100% - 55px);
                            display: inline-block;
                            float: right; }
                            .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item .productOptions-list-item-content label.form-label {
                              padding: 0 0 10px;
                              margin: 0 0 0;
                              margin-left: 0;
                              border-bottom: 1px solid rgba(61, 61, 61, 0.1);
                              top: 0;
                              width: 100%;
                              position: relative;
                              display: block;
                              font-family: 'Poppins';
                              font-weight: 400;
                              font-size: 14px;
                              line-height: 1.8;
                              color: #666;
                              text-transform: initial; }
                              .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item .productOptions-list-item-content label.form-label::before {
                                left: -28px;
                                width: 20px;
                                height: 20px;
                                border: 2px solid #498cbc;
                                display: inline-block;
                                top: 6px;
                                border-radius: 0; }
                              .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item .productOptions-list-item-content label.form-label::after {
                                background: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/check-icon.png);
                                background-size: 100%;
                                background-repeat: no-repeat;
                                left: -25px;
                                top: 10px;
                                width: 16px;
                                height: 16px;
                                padding: 0;
                                border: none; }
                  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart {
                    width: 100%;
                    display: inline-block;
                    padding: 0;
                    margin: 25px 0 0; }
                    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart input {
                      font-family: Poppins,sans-serif;
                      font-weight: 700;
                      font-size: 20px;
                      line-height: 1;
                      color: #ffffff;
                      background: #498cbc;
                      text-transform: uppercase;
                      display: inline-block;
                      padding: 12px 22px;
                      border: none;
                      border-radius: 0;
                      outline: 0;
                      box-shadow: none;
                      width: 100%;
                      margin: 0; }
                      .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart input:hover {
                        background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
                        color: #ffffff; }
        .productPage .page .productView .product-contain .productView-details .productView-product .top_review_section .yotpo-default-button .yotpo-icon {
          speak: none;
          font-size: 17.5px;
          font-style: normal;
          font-weight: 400;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          width: auto !important;
          background: 0 0;
          height: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 19px;
          color: #fff; }
          .productPage .page .productView .product-contain .productView-details .productView-product .top_review_section .yotpo-default-button .yotpo-icon::before {
            font-family: yotpo-widget-font !important; }
        .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .yotpo-review-1 {
          display: none; }
        .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox {
          width: 100%;
          display: inline-block; }
          .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments {
            width: auto;
            margin: 0 0 20px;
            display: inline-block;
            border: none !important;
            padding: 0 !important;
            float: left; }
            .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments label {
              font-family: Poppins;
              font-weight: 500;
              font-size: 16px;
              line-height: normal;
              color: rgba(32, 28, 29, 0.8);
              margin: 0;
              float: left;
              margin-right: 17px;
              padding: 7px 0; }
            .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment {
              width: auto;
              float: left;
              border: 1px solid rgba(0, 0, 0, 0.2); }
              .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment button {
                width: 30px;
                height: 37px;
                border: none;
                padding: 0; }
                .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment button:first-child .icon {
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  color: #000000; }
                .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment button .icon {
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  color: #000000; }
                  .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment button .icon svg {
                    fill: #4f4f4f; }
              .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment input {
                font-family: Poppins;
                font-weight: 700;
                font-size: 15px;
                color: #454545;
                border-left: 1px solid rgba(0, 0, 0, 0.2);
                border-right: 1px solid rgba(0, 0, 0, 0.2);
                border-radius: 0;
                width: 65px;
                height: 37px;
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                padding: 0;
                margin: 0; }
          .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .need-size {
            float: left;
            margin-left: 20px;
            padding: 7px 0;
            color: #418fc7; }
            .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .need-size a {
              text-decoration: underline; }
          .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--stock {
            display: none; }
        .productPage .page .productView .product-contain .ProductDetail-PageContent {
          width: 100%;
          display: inline-block;
          padding: 52px 0 20px; }
          .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption h2.section_hd {
            display: none; }
          .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_shortdescription {
            display: none; }
          .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox {
            width: 33.333%;
            float: left;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin: 0 0 20px; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox:nth-child(4) {
              border-right: none;
              border-left: none; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap {
              padding: 26px 30px; }
              .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap h3 {
                font-family: Poppins;
                font-weight: 700;
                line-height: 30px;
                color: #201c1d;
                font-size: 20px;
                text-transform: uppercase;
                margin: 0 0 20px; }
                .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap h3 img {
                  margin-left: 12px; }
              .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p {
                font-family: Poppins;
                font-weight: 400;
                font-size: 16px;
                line-height: 23px;
                color: rgba(32, 28, 29, 0.8);
                margin: 0;
                padding: 0 0 26px; }
                .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p:last-child {
                  padding: 0; }
                .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p strong {
                  font-family: Oswald;
                  font-weight: 700;
                  font-size: 20px;
                  line-height: 1;
                  color: #201c1d; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox ul {
              padding: 0;
              margin: 0 0 36px;
              list-style: none; }
              .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox ul li {
                position: relative;
                padding: 0;
                margin: 0 0 10px;
                list-style: none;
                font-family: Poppins;
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                color: rgba(32, 28, 29, 0.9);
                padding-left: 21px; }
                .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox ul li:before {
                  content: "";
                  position: absolute;
                  top: 3px;
                  left: 0;
                  width: 12px;
                  height: 12px;
                  border: 3px solid #000;
                  border-radius: 50%; }
          .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content h2 {
            font-family: Oswald;
            font-weight: 700;
            font-size: 20px;
            line-height: normal;
            color: #201c1d;
            text-transform: uppercase;
            width: 100%;
            display: inline-block;
            margin: 0 0 15px; }
          .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video {
            width: 100%;
            display: block;
            text-align: center; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .section_hd {
              font-family: Oswald;
              font-weight: 700;
              font-size: 20px;
              line-height: normal;
              color: #201c1d;
              text-transform: uppercase;
              margin: 0;
              text-align: left; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .section_hd1 {
              font-family: Oswald;
              font-weight: 700;
              font-size: 20px;
              line-height: normal;
              color: #201c1d;
              text-transform: uppercase;
              text-align: left;
              margin: 20px 0 30px; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery {
              border: none;
              margin: 0 auto !important; }
              .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-main {
                padding: 0;
                height: 315px;
                width: 560px;
                display: inline-block;
                max-width: 100%;
                margin: 0 0 10px; }
                .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-main iframe {
                  height: 100%;
                  position: absolute;
                  top: 0;
                  width: 100%;
                  left: 0; }
              .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list {
                max-width: 560px;
                margin: auto; }
                .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item {
                  width: 100%;
                  padding: 0;
                  margin: 0 0 15px; }
                  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item a.video {
                    margin: 0 auto;
                    text-align: left;
                    opacity: 1; }
                    .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item a.video .video-body .video-title {
                      font-size: 16px;
                      font-family: Poppins;
                      font-weight: 500;
                      line-height: 1.2; }
                    .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item a.video .video-body .video-description {
                      font-size: 14px;
                      line-height: 1;
                      margin: 10px 0 0; }
          .productPage .page .productView .product-contain .ProductDetail-PageContent .yotpo-review {
            margin: 0 0 30px; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .yotpo-review .section_hd {
              font-family: Oswald;
              font-weight: 700;
              font-size: 20px;
              line-height: normal;
              color: #201c1d;
              text-transform: uppercase;
              margin: 0 0 10px; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .yotpo-review .detail-content h3 {
              font-family: Poppins;
              font-weight: 400;
              font-size: 16px;
              line-height: 22px;
              color: rgba(32, 28, 29, 0.9);
              text-align: justify;
              margin: 0;
              padding: 0 0 15px; }
            .productPage .page .productView .product-contain .ProductDetail-PageContent .yotpo-review #have_a_product_question_request {
              width: 100%;
              display: block;
              padding: 20px 0 0; }
      .productPage .page .productView .Real-reviews {
        padding: 0 0 30px; }
        .productPage .page .productView .Real-reviews .container {
          position: relative;
          width: 100%;
          height: 100%; }
        .productPage .page .productView .Real-reviews .Reviews-title {
          width: 345px;
          float: left;
          padding-top: 35px; }
          .productPage .page .productView .Real-reviews .Reviews-title .section_hd {
            font-family: Oswald,sans-serif;
            font-weight: 700;
            font-size: 24px;
            line-height: normal;
            color: #201c1d;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0;
            margin: 0 0 17px; }
        .productPage .page .productView .Real-reviews .Real-reviews-box {
          width: 600px;
          float: left; }
          .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox {
            width: 100%;
            height: 297px;
            vertical-align: top;
            float: right;
            padding-top: 22px; }
            .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper {
              overflow: hidden; }
              .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel {
                text-align: center;
                margin: 0 0 15px;
                display: inline-block;
                width: 100%; }
                .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .headline {
                  display: none; }
                .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
                  float: left;
                  margin-left: 0;
                  position: absolute;
                  top: 50%;
                  width: 100%;
                  left: 0;
                  z-index: 1000; }
                  .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
                    float: left;
                    margin-left: -20px; }
                  .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
                    float: right;
                    margin-right: -20px; }
                .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
                  float: none !important;
                  display: inline-block;
                  margin: auto; }
                  .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-num-of-reviews {
                    font-size: 19px;
                    font-weight: 700; }
          .productPage .page .productView .Real-reviews .Real-reviews-box .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
            padding-right: 20px; }
          .productPage .page .productView .Real-reviews .Real-reviews-box .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
            padding-right: 20px; }
        .productPage .page .productView .Real-reviews .certified-reviews {
          width: 250px;
          float: right;
          padding: 53px 0 0 32px;
          position: absolute;
          top: 0;
          right: -46px; }
          .productPage .page .productView .Real-reviews .certified-reviews .y-powered-by {
            display: none; }

.type-productdetail .productPage .Real-reviews {
  padding: 0 0 30px; }
  .type-productdetail .productPage .Real-reviews .container {
    position: relative;
    width: 100%;
    height: 100%; }
  .type-productdetail .productPage .Real-reviews .Reviews-title {
    width: 345px;
    float: left;
    padding-top: 35px; }
    .type-productdetail .productPage .Real-reviews .Reviews-title .section_hd {
      font-family: Oswald,sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: normal;
      color: #201c1d;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0;
      margin: 0 0 17px; }
  .type-productdetail .productPage .Real-reviews .Real-reviews-box {
    width: 600px;
    float: left; }
    .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox {
      width: 100%;
      height: 297px;
      vertical-align: top;
      float: right;
      padding-top: 22px; }
      .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper {
        overflow: hidden; }
        .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel {
          text-align: center;
          margin: 0 0 15px;
          display: inline-block;
          width: 100%; }
          .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .headline {
            display: none; }
          .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
            float: left;
            margin-left: 0;
            position: absolute;
            top: 50%;
            width: 100%;
            left: 0;
            z-index: 1000; }
            .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
              float: left;
              margin-left: -20px; }
            .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
              float: right;
              margin-right: -20px; }
          .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
            float: none !important;
            display: inline-block;
            margin: auto; }
            .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-num-of-reviews {
              font-size: 19px;
              font-weight: 700; }
    .type-productdetail .productPage .Real-reviews .Real-reviews-box .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
      padding-right: 20px; }
    .type-productdetail .productPage .Real-reviews .Real-reviews-box .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
      padding-right: 20px; }
  .type-productdetail .productPage .Real-reviews .certified-reviews {
    width: 250px;
    float: right;
    padding: 53px 0 0 32px;
    position: absolute;
    top: 0;
    right: -46px; }
    .type-productdetail .productPage .Real-reviews .certified-reviews .y-powered-by {
      display: none; }

.type-product #productStickyWrap {
  top: 0 !important;
  z-index: 9999;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important; }

.type-product #productStickyWrap.is-fixed {
  display: block !important; }

/* PDP Page Product Sticky Wrap */
#productStickyWrap {
  top: 0 !important; }
  #productStickyWrap .productSticky {
    padding: 12px 0; }
    #productStickyWrap .productSticky .pro_name_wrap {
      display: flex;
      align-items: center; }
      #productStickyWrap .productSticky .pro_name_wrap .pro_name .product_brand {
        display: none;
        margin: 0 0 8px;
        padding: 6px 0 0; }
        #productStickyWrap .productSticky .pro_name_wrap .pro_name .product_brand span.pro_sku {
          display: none; }
      #productStickyWrap .productSticky .pro_name_wrap .pro_name h2 {
        font-family: Oswald;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        color: #201c1d;
        text-transform: uppercase;
        /*margin: 0 0 7px;*/
        margin: 0; }
      #productStickyWrap .productSticky .pro_name_wrap .pro_name .sticky-reviews .yotpo-sr-bottom-line-right-panel {
        display: none; }
    #productStickyWrap .productSticky .pro_price_wrap {
      border: none;
      box-shadow: none;
      width: 760px;
      justify-content: flex-end;
      padding-left: 15px; }
      #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .price-section .price--withoutTax {
        font-family: Poppins;
        font-weight: 600;
        font-size: 25px;
        line-height: normal;
        color: #f00; }
      #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .rrp-price--withoutTax {
        /* display: none; */ }
      #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .price-section--withoutTax .price--withoutTax {
        font-family: Poppins;
        font-weight: 600;
        font-size: 25px;
        line-height: normal;
        color: red; }
      #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .sezzle-shopify-info-button {
        display: none; }
      #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart {
        margin-left: 30px; }
        #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button {
          margin: 0;
          font-family: Poppins, sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 1;
          color: #fff;
          background: #498cbc;
          text-transform: uppercase;
          display: inline-block;
          padding: 12px 22px;
          border: none;
          outline: 0;
          box-shadow: none;
          border-radius: 0; }
          #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button:hover {
            background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
            color: #fff; }
        #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart .view-cart-bg {
          margin: 0;
          font-family: Poppins, sans-serif;
          font-weight: 700;
          font-size: 13px;
          line-height: 1;
          color: #fff;
          background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
          text-transform: uppercase;
          display: inline-block;
          padding: 9px 10px;
          border: none;
          outline: 0;
          box-shadow: none; }
          #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart .view-cart-bg:hover {
            background: #498cbc;
            color: #fff; }
  #productStickyWrap .pro_img {
    margin-right: 18px !important; }
  #productStickyWrap .sticky_navi {
    padding: 5px 0; }
    #productStickyWrap .sticky_navi ul.sticky_list li.sticky_list_item {
      padding-bottom: 2px; }

/****** 23-4-21 Search Result Page *****/
.ss-page .categories-section {
  width: 100%;
  display: inline-block;
  padding: 30px 0; }
  .ss-page .categories-section .page-sidebar {
    max-width: 245px;
    width: 25%;
    float: left;
    padding: 0; }
    .ss-page .categories-section .page-sidebar .sidebarBlock {
      margin-bottom: 20px; }
      .ss-page .categories-section .page-sidebar .sidebarBlock .sidebarBlock-heading {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        background-color: #201c1d;
        padding: 18px 25px;
        margin: 0 0 20px; }
        .ss-page .categories-section .page-sidebar .sidebarBlock .sidebarBlock-heading .category_icon {
          float: left;
          margin-right: 11px; }
      .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList {
        padding: 0;
        margin: 0;
        list-style: none;
        border: none;
        background: transparent; }
        .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li {
          padding: 0;
          margin: 0 0 9px;
          list-style: none;
          border-top: none; }
          .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li .hitarea {
            width: 20px;
            height: 20px;
            top: 0;
            color: #333333;
            padding: 4px 0; }
            .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li .hitarea:after {
              width: initial;
              height: initial;
              line-height: normal;
              transform: rotate(-90deg); }
            .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li .hitarea.collapsable-hitarea:after {
              transform: rotate(-180deg); }
          .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li a {
            font-family: 'Poppins';
            font-weight: normal;
            font-size: 14px;
            line-height: normal;
            color: rgba(0, 0, 0, 0.8);
            padding: 0;
            padding-right: 15px; }
          .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li ul {
            background: transparent;
            padding-left: 5px; }
            .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li ul li a {
              position: relative;
              padding: 0 20px 0 12px; }
              .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li ul li a:before {
                content: "";
                position: absolute;
                top: 8px;
                left: 0;
                width: 5px;
                height: 5px;
                background: #000000;
                border-radius: 50%; }
            .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li ul ul li a {
              position: relative;
              padding-left: 15px; }
              .ss-page .categories-section .page-sidebar .sidebarBlock ul.navList li ul ul li a:before {
                content: "";
                position: absolute;
                top: 9px;
                left: 0;
                width: 7px;
                height: 2px;
                background: #000;
                border-radius: 0; }
    .ss-page .categories-section .page-sidebar .ss-targeted .ss-facets .ss-facet-container .ss-title {
      font-family: Poppins;
      font-weight: 600;
      font-size: 16px;
      line-height: 1;
      color: #201c1d;
      border-color: rgba(32, 28, 29, 0.2); }
      .ss-page .categories-section .page-sidebar .ss-targeted .ss-facets .ss-facet-container .ss-title::before {
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .ss-page .categories-section .page-sidebar .ss-targeted .ss-facets .ss-facet-container.ss-expanded .ss-title::before {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .ss-page .categories-section .page-sidebar .ss-targeted .ss-facets .ss-facet-container .ss-facet-options span {
      font-size: 14px; }
  .ss-page .categories-section .page-content {
    max-width: 885px;
    width: 80% !important;
    float: right;
    padding: 0;
    padding-left: 25px; }
    .ss-page .categories-section .page-content .page-heading {
      font-family: Oswald;
      font-weight: 700;
      /* font-size: 35px; */
      font-size: 27px;
      line-height: normal;
      color: #2d2d2d;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 0;
      margin: -12px 0 7px; }
      .ss-page .categories-section .page-content .page-heading .ss__oq {
        font-size: 23px; }
    .ss-page .categories-section .page-content .ss-header-container {
      display: inline-block;
      float: left;
      padding: 4px 0 0;
      width: 100%; }
      .ss-page .categories-section .page-content .ss-header-container .ss-results-title {
        font-family: Oswald;
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        color: #201c1d;
        text-transform: uppercase;
        margin: 0 0 0; }
        .ss-page .categories-section .page-content .ss-header-container .ss-results-title span {
          color: #201c1d; }
    .ss-page .categories-section .page-content .ss-toolbar-top {
      width: 550px;
      margin: 0 0 0 auto;
      display: table;
      text-align: right; }
      .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row {
        margin: 0;
        float: right; }
        .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col {
          width: auto;
          float: initial;
          margin: 0 10px 0 0;
          padding: 0;
          display: inline-block; }
          .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col.ss-per-page-container {
            margin: 0; }
          .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-label {
            font-family: Oswald;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #201c1d;
            text-transform: uppercase;
            margin: 0 10px 0 0;
            padding: 11px 0 0; }
          .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown {
            overflow: initial;
            float: left; }
            .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown .ss-menu-select {
              width: 127px;
              border: 1px solid rgba(0, 0, 0, 0.2);
              border-radius: 0;
              padding: 4px 5px;
              height: 37px;
              font-family: Poppins;
              font-weight: 400;
              font-size: 15px;
              line-height: 1;
              color: rgba(0, 0, 0, 0.7); }
        .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-pagination ul.ss-pagination-list {
          margin: 40px 0 0; }
        .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-pagination-container {
          margin: 0;
          float: right; }
    .ss-page .categories-section .page-content .searchspring-results-search {
      display: none; }
    .ss-page .categories-section .page-content ul.ss-item-container {
      width: 100%;
      display: inline-block;
      margin: 0;
      padding: 40px 0 0; }
      .ss-page .categories-section .page-content ul.ss-item-container li.product {
        padding: 0;
        width: calc(33.333% - 12px);
        float: left;
        margin-right: 18px;
        height: initial !important;
        overflow: initial; }
        .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(n+4) {
          margin-top: 20px; }
        .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(3n+0) {
          margin-right: 0; }
        .ss-page .categories-section .page-content ul.ss-item-container li.product .card {
          position: relative;
          border: none;
          margin: 0;
          width: 100%;
          display: inline-block;
          background: #ffffff;
          -webkit-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
          -moz-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
          text-align: center;
          padding: 22px 25px; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product .card br {
            display: none; }
        .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-figure {
          padding: 0;
          margin: 0 0 20px; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-figure .productImage .card-image {
            border: none;
            width: auto;
            position: initial;
            object-fit: initial;
            font-family: initial;
            margin: 0; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-figure .quickview {
            position: absolute;
            top: 60%;
            left: 50%;
            font-family: Poppins;
            font-weight: 400;
            font-size: 13px;
            line-height: normal;
            color: #2d2d2d;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 0;
            line-height: normal;
            margin-left: -44px;
            margin-top: -13px;
            opacity: 0;
            transition: all .5s ease;
            text-transform: uppercase;
            display: block;
            border: 1px solid #dfdfdf;
            padding: 7px 15px; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-figure:hover .quickview {
            opacity: 1;
            top: 50%; }
        .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body {
          padding: 0;
          -ms-flex: initial;
          flex: initial;
          text-align: center; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .card-title {
            height: initial;
            margin: 0; }
            .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .card-title a {
              font-family: Oswald;
              font-weight: 500;
              font-size: 16px;
              line-height: 22px;
              color: #201c1d;
              text-transform: uppercase;
              margin: 0 0 10px; }
              .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .card-title a:hover {
                color: #498cbc; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .yotpo {
            margin: 0 0 7px; }
            .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .yotpo .star-clickable .ng-binding {
              display: none; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .QABottomLine {
            display: none; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp {
            font-family: Poppins;
            font-weight: 600;
            font-size: 22px;
            line-height: normal;
            color: #1d1d1d !important;
            margin: 0;
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax {
            font-family: Poppins;
            font-weight: 600;
            font-size: 22px;
            line-height: normal;
            color: #498cbc;
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            margin: 0; }
        .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-button-block .cartBtn a {
          font-family: Poppins;
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          color: #201c1d;
          background: rgba(0, 0, 0, 0.05);
          border: none;
          width: 100%;
          text-transform: uppercase;
          border-radius: 0;
          margin: 11px 0 0;
          padding: 12px; }
          .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-button-block .cartBtn a:hover {
            color: #ffffff;
            background: #498cbc; }
    .ss-page .categories-section .page-content .ss-pagination {
      float: right; }
      .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list {
        padding: 0;
        margin: 45px 0 0;
        list-style: none; }
        .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page {
          padding: 0;
          margin: 0 5px 0 0;
          list-style: none;
          float: left;
          width: 43px;
          height: 43px;
          border-radius: 50%;
          background: 0 0;
          display: table; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page:last-child {
            margin: 0; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-active {
            background: #498bbb; }
            .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-active .ss-page-label {
              display: table-cell;
              vertical-align: middle;
              font-family: Poppins;
              font-weight: 500;
              font-size: 16px;
              line-height: 1;
              color: #ffffff;
              border: none; }
              .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-active .ss-page-label:after {
                display: none; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.pagination-item--current {
            background: #498bbb; }
            .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.pagination-item--current .pagination-link {
              display: table-cell;
              vertical-align: middle;
              font-family: Poppins;
              font-weight: 500;
              font-size: 16px;
              line-height: 1;
              color: #ffffff;
              border: none; }
              .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.pagination-item--current .pagination-link:after {
                display: none; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page a {
            display: table-cell;
            vertical-align: middle;
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            border: none; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page .ss-page-label {
            display: table-cell;
            vertical-align: middle;
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            border: none;
            text-align: center;
            padding: 0 5px; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            background: rgba(98, 99, 99, 0.1);
            border-radius: 0;
            padding: 14px 25px; }
            .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link:hover {
              color: #ffffff;
              background: #201c1d; }
          .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            background: rgba(98, 99, 99, 0.1);
            border-radius: 0;
            padding: 14px 25px; }
            .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link:hover {
              color: #ffffff;
              background: #201c1d; }

.full-page-content {
  width: 100%;
  max-width: 1150px;
  padding: 0; }

/* Search Page */
.search_content_wrap .categories-section {
  max-width: 933px;
  margin: 30px auto;
  display: table;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #000000;
  padding: 35px 120px 15px; }
  @media (max-width: 1050px) {
    .search_content_wrap .categories-section {
      padding: 30px 100px 10px; } }
  @media (max-width: 999px) {
    .search_content_wrap .categories-section {
      margin: 15px auto 30px;
      padding: 25px 80px 10px; } }
  @media (max-width: 767px) {
    .search_content_wrap .categories-section {
      padding: 20px 40px 10px; } }
  @media (max-width: 479px) {
    .search_content_wrap .categories-section {
      padding: 15px 20px 10px; } }
  .search_content_wrap .categories-section .ContentEditor {
    padding: 0; }
    .search_content_wrap .categories-section .ContentEditor .page-sidebar {
      max-width: 100%;
      width: 100%;
      padding: 0; }
      .search_content_wrap .categories-section .ContentEditor .page-sidebar .ss-filter-message-content {
        font-family: 'Poppins';
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.85);
        padding: 0 0 35px;
        margin: 0; }
        .search_content_wrap .categories-section .ContentEditor .page-sidebar .ss-filter-message-content strong {
          font-family: 'Poppins';
          font-weight: normal; }
    .search_content_wrap .categories-section .ContentEditor .page-content {
      max-width: 100%;
      width: 100%;
      float: initial;
      display: inline-block; }
      .search_content_wrap .categories-section .ContentEditor .page-content .ss-header-container .ss-results-title {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 15px;
        line-height: normal;
        color: #000000;
        text-transform: uppercase;
        margin: 0 0 36px; }
        @media (max-width: 1050px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-header-container .ss-results-title {
            margin: 0 0 25px; } }
        @media (max-width: 999px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-header-container .ss-results-title {
            margin: 0 0 20px; } }
        @media (max-width: 479px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-header-container .ss-results-title {
            margin: 0 0 10px; } }
      .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-title {
        font-family: 'Oswald';
        font-weight: 600;
        font-size: 25px;
        line-height: 1;
        color: #201c1d;
        text-transform: uppercase;
        margin: 0 0 10px;
        width: 100%;
        display: inline-block; }
        @media (max-width: 1050px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-title {
            font-size: 22px;
            margin: 0 0 8px; } }
        @media (max-width: 999px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-title {
            font-size: 21px; } }
        @media (max-width: 767px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-title {
            font-size: 20px; } }
        @media (max-width: 479px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-title {
            font-size: 18px; } }
      .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-suggestion-list {
        padding: 0;
        margin: 0 0 20px;
        list-style: none; }
        @media (max-width: 999px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-suggestion-list {
            margin: 0 0 15px; } }
        .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-suggestion-list li {
          position: relative;
          font-family: 'Poppins';
          font-weight: normal;
          font-size: 15px;
          line-height: 30px;
          color: rgba(0, 0, 0, 0.85);
          list-style: none;
          width: 100%;
          margin: 0;
          padding: 0 0 0 25px; }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-suggestion-list li:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/search-right-icon.png);
            background-repeat: no-repeat;
            background-size: cover;
            width: 14px;
            height: 14px; }
      .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p {
        font-family: 'Poppins';
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.85);
        margin: 0;
        padding: 0 0 48px; }
        @media (max-width: 1050px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p {
            padding: 0 0 38px; } }
        @media (max-width: 999px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p {
            padding: 0 0 30px; } }
        @media (max-width: 767px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p {
            padding: 0 0 25px; } }
        @media (max-width: 479px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p {
            padding: 0 0 20px; } }
        .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p strong {
          font-family: Poppins;
          font-weight: 400; }
        .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p a {
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 15px;
          line-height: 25px;
          color: #498cbc;
          text-transform: uppercase;
          border-bottom: 1px solid #498cbc;
          margin-left: 0; }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container p a:hover {
            color: #000000;
            border-bottom: 1px solid #000000; }
      .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 48px 0 0; }
        @media (max-width: 1050px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact {
            padding: 38px 0 0; } }
        @media (max-width: 999px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact {
            padding: 30px 0 0; } }
        @media (max-width: 767px) {
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact {
            padding: 25px 0 0; } }
        .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location {
          padding-bottom: 40px; }
          @media (max-width: 1050px) {
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location {
              padding-bottom: 30px; } }
          @media (max-width: 767px) {
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location {
              padding-bottom: 25px; } }
          @media (max-width: 479px) {
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location {
              padding-bottom: 20px; } }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location p {
            position: relative;
            padding: 0 0 5px;
            padding-left: 20px; }
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location p strong {
              font-family: 'Poppins';
              font-weight: normal; }
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location p br {
              display: none; }
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-location p:before {
              content: "";
              position: absolute;
              top: 6px;
              left: 0;
              background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/search-loction-icon.png);
              background-repeat: no-repeat;
              background-size: cover;
              width: 14px;
              height: 14px; }
        .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-email p {
          position: relative;
          padding-left: 20px; }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-email p:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/search-mail-icon.png);
            background-repeat: no-repeat;
            background-size: cover;
            width: 14px;
            height: 11px; }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-email p a {
            font-family: 'Poppins';
            font-weight: normal;
            color: rgba(0, 0, 0, 0.85);
            text-decoration: none;
            border: none;
            text-transform: initial; }
            .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-email p a:hover {
              color: #498cbc; }
        .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-phone p strong {
          position: relative;
          padding: 0;
          padding-left: 20px; }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-phone p strong:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/search-calll-icon.png);
            background-repeat: no-repeat;
            background-size: cover;
            width: 14px;
            height: 14px; }
          .search_content_wrap .categories-section .ContentEditor .page-content .ss-no-results .ss-no-results-container .ss-contact.ss-phone p strong:last-child:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 0;
            background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/search-fax-icon.png);
            background-repeat: no-repeat;
            background-size: cover;
            width: 15px;
            height: 14px; }

/****** End Search Result Page *****/
/* PLP Page */
.categories-section {
  width: 100%;
  display: inline-block;
  padding: 30px 0; }
  .categories-section .categories-left {
    max-width: 245px;
    width: 25%;
    float: left;
    padding: 0; }
    .categories-section .categories-left .sidebarBlock {
      margin-bottom: 20px; }
      .categories-section .categories-left .sidebarBlock .sidebarBlock-heading {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        background-color: #201c1d;
        padding: 18px 25px;
        margin: 0 0 20px; }
        .categories-section .categories-left .sidebarBlock .sidebarBlock-heading .category_icon {
          float: left;
          margin-right: 11px; }
      .categories-section .categories-left .sidebarBlock ul.navList {
        padding: 0;
        margin: 0;
        list-style: none;
        border: none;
        background: 0 0; }
        .categories-section .categories-left .sidebarBlock ul.navList li.toplevel {
          position: relative;
          display: inline-block;
          padding: 0;
          margin: 0 0 9px;
          list-style: none;
          border-top: none; }
          .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPages-action {
            font-family: Poppins;
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
            color: rgba(0, 0, 0, 0.8);
            padding: 0;
            padding-right: 15px;
            display: block;
            text-transform: initial; }
          .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPages-action-moreIcon {
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            margin: 0;
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            padding: 6px; }
            .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPages-action-moreIcon svg {
              width: 8px;
              height: 8px;
              fill: #333333;
              stroke: #333333; }
          .categories-section .categories-left .sidebarBlock ul.navList li.toplevel.active .navPages-action-moreIcon {
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
          .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu {
            background: 0 0;
            padding: 0 !important;
            margin: 0; }
            .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list {
              padding: 0 0 0 5px;
              margin: 0;
              width: 100%;
              display: inline-block; }
              .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
                padding: 0 !important;
                margin: 0 0 9px;
                list-style: none;
                border-top: none; }
                .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
                  position: relative;
                  padding: 0 20px 0 12px;
                  margin: 0;
                  border: none; }
                  .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action:before {
                    content: "";
                    position: absolute;
                    top: 8px;
                    left: 0;
                    width: 5px;
                    height: 5px;
                    background: #000;
                    border-radius: 50%; }
                .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action-moreIcon {
                  -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
                .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.active .navPages-action-moreIcon {
                  -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
                .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu .navPage-childList {
                  padding: 0 0 0 10px;
                  margin: 0;
                  width: 100%;
                  display: inline-block; }
    .categories-section .categories-left .ss-targeted .ss-facets .ss-facet-container .ss-title {
      font-family: Poppins;
      font-weight: 600;
      font-size: 16px;
      line-height: 1;
      color: #201c1d;
      border-color: rgba(32, 28, 29, 0.2); }
      .categories-section .categories-left .ss-targeted .ss-facets .ss-facet-container .ss-title::before {
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .categories-section .categories-left .ss-targeted .ss-facets .ss-facet-container.ss-expanded .ss-title::before {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .categories-section .categories-left .ss-targeted .ss-facets .ss-facet-container .ss-facet-options span {
      font-size: 14px; }
  .categories-section .categories-right {
    max-width: 885px;
    width: 80%;
    float: right;
    padding: 0;
    padding-left: 25px; }
    .categories-section .categories-right .page-heading {
      font-family: Oswald;
      font-weight: 700;
      font-size: 35px;
      line-height: normal;
      color: #2d2d2d;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 0;
      margin: -12px 0 7px; }
    .categories-section .categories-right .category_desc {
      width: 100%;
      display: inline-block;
      padding: 0 0 0; }
      .categories-section .categories-right .category_desc .ContentEditor p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: rgba(32, 28, 29, 0.9);
        padding: 0 0 25px; }
      .categories-section .categories-right .category_desc .ContentEditor a.comment_more_btn {
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        color: #498cbc;
        text-transform: uppercase;
        border-bottom: 1px solid #498cbc; }
    .categories-section .categories-right .categories_list {
      width: 100%;
      display: inline-block;
      margin: 0 0 30px; }
      .categories-section .categories-right .categories_list .row {
        margin-left: -12px;
        margin-right: -12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .categories-section .categories-right .categories_list .row .large-2 {
          width: 16.66667%;
          padding-left: 12px;
          padding-right: 12px; }
          .categories-section .categories-right .categories_list .row .large-2 .navList-action .subCategoryList {
            min-height: 120px; }
          .categories-section .categories-right .categories_list .row .large-2 .navList-action .nameTitle {
            font-family: Poppins;
            font-weight: 600;
            font-size: 13px;
            line-height: 15px;
            color: #4f4f4f;
            letter-spacing: 0;
            padding: 0;
            margin: 10px 0 15px;
            word-break: break-word;
            text-transform: capitalize; }
    .categories-section .categories-right .ss-header-container {
      display: inline-block;
      float: left;
      padding: 4px 0 0; }
      .categories-section .categories-right .ss-header-container .ss-results-title {
        font-family: Oswald;
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        color: #201c1d;
        text-transform: uppercase;
        margin: 0 0 0; }
        .categories-section .categories-right .ss-header-container .ss-results-title span {
          color: #201c1d; }
    .categories-section .categories-right .ss-toolbar-top {
      width: 550px;
      margin: 0 0 0 auto;
      display: table;
      text-align: right; }
      .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row {
        margin: 0;
        float: right; }
        .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col {
          width: auto;
          float: initial;
          margin: 0 10px 0 0;
          padding: 0;
          display: inline-block; }
          .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col.ss-per-page-container {
            margin: 0; }
          .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-label {
            font-family: Oswald;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #201c1d;
            text-transform: uppercase;
            margin: 0 10px 0 0;
            padding: 11px 0 0; }
          .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown {
            overflow: initial;
            float: left; }
            .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown .ss-menu-select {
              width: 127px;
              border: 1px solid rgba(0, 0, 0, 0.2);
              border-radius: 0;
              padding: 4px 5px;
              height: 37px;
              font-family: Poppins;
              font-weight: 400;
              font-size: 15px;
              line-height: 1;
              color: rgba(0, 0, 0, 0.7); }
        .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-pagination ul.ss-pagination-list {
          margin: 40px 0 0; }
        .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-pagination-container {
          margin: 0;
          float: right; }
    .categories-section .categories-right .searchspring-results-search {
      display: none; }
    .categories-section .categories-right ul.ss-item-container {
      width: 100%;
      display: inline-block;
      margin: 0;
      padding: 40px 0 0; }
      .categories-section .categories-right ul.ss-item-container li.product {
        padding: 0;
        width: calc(33.333% - 12px);
        float: left;
        margin-right: 18px;
        height: initial !important;
        overflow: initial; }
        .categories-section .categories-right ul.ss-item-container li.product:nth-child(n+4) {
          margin-top: 20px; }
        .categories-section .categories-right ul.ss-item-container li.product:nth-child(3n+0) {
          margin-right: 0; }
        .categories-section .categories-right ul.ss-item-container li.product .card {
          position: relative;
          border: none;
          margin: 0;
          width: 100%;
          display: inline-block;
          background: #ffffff;
          -webkit-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
          -moz-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
          text-align: center;
          padding: 22px 25px; }
          .categories-section .categories-right ul.ss-item-container li.product .card br {
            display: none; }
        .categories-section .categories-right ul.ss-item-container li.product article.card .card-figure {
          padding: 0;
          margin: 0 0 20px; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-figure .productImage .card-image {
            border: none;
            width: auto;
            position: initial;
            object-fit: initial;
            font-family: initial;
            margin: 0; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-figure .quickview {
            position: absolute;
            top: 60%;
            left: 50%;
            font-family: Poppins;
            font-weight: 400;
            font-size: 13px;
            line-height: normal;
            color: #2d2d2d;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 0;
            line-height: normal;
            margin-left: -44px;
            margin-top: -13px;
            opacity: 0;
            transition: all .5s ease;
            text-transform: uppercase;
            display: block;
            border: 1px solid #dfdfdf;
            padding: 7px 15px; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-figure:hover .quickview {
            opacity: 1;
            top: 50%; }
        .categories-section .categories-right ul.ss-item-container li.product article.card .card-body {
          padding: 0;
          -ms-flex: initial;
          flex: initial;
          text-align: center; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .card-title {
            height: initial;
            margin: 0; }
            .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .card-title a {
              font-family: Oswald;
              font-weight: 500;
              font-size: 16px;
              line-height: 22px;
              color: #201c1d;
              text-transform: uppercase;
              margin: 0 0 10px; }
              .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .card-title a:hover {
                color: #498cbc; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .yotpo-widget-instance .yotpo-display-wrapper {
            display: none !important; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .yotpo {
            margin: 0 0 7px; }
            .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .yotpo .star-clickable .ng-binding {
              display: none; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .QABottomLine {
            display: none; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price img {
            width: 225px;
            height: auto; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp {
            font-family: Poppins;
            font-weight: 600;
            font-size: 22px;
            line-height: normal;
            color: #1d1d1d !important;
            margin: 0;
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax {
            font-family: Poppins;
            font-weight: 600;
            font-size: 22px;
            line-height: normal;
            color: #498cbc;
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            margin: 0; }
        .categories-section .categories-right ul.ss-item-container li.product article.card .card-button-block .cartBtn a {
          font-family: Poppins;
          font-weight: 600;
          font-size: 16px;
          line-height: normal;
          color: #201c1d;
          background: rgba(0, 0, 0, 0.05);
          border: none;
          width: 100%;
          text-transform: uppercase;
          border-radius: 0;
          margin: 11px 0 0;
          padding: 12px; }
          .categories-section .categories-right ul.ss-item-container li.product article.card .card-button-block .cartBtn a:hover {
            color: #ffffff;
            background: #498cbc; }
    .categories-section .categories-right .ss-pagination {
      float: right; }
      .categories-section .categories-right .ss-pagination ul.ss-pagination-list {
        padding: 0;
        margin: 45px 0 0;
        list-style: none; }
        .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page {
          padding: 0;
          margin: 0 5px 0 0;
          list-style: none;
          float: left;
          width: 43px;
          height: 43px;
          border-radius: 50%;
          background: 0 0;
          display: table; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page:last-child {
            margin: 0; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-active {
            background: #498bbb; }
            .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-active .ss-page-label {
              display: table-cell;
              vertical-align: middle;
              font-family: Poppins;
              font-weight: 500;
              font-size: 16px;
              line-height: 1;
              color: #ffffff;
              border: none; }
              .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-active .ss-page-label:after {
                display: none; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.pagination-item--current {
            background: #498bbb; }
            .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.pagination-item--current .pagination-link {
              display: table-cell;
              vertical-align: middle;
              font-family: Poppins;
              font-weight: 500;
              font-size: 16px;
              line-height: 1;
              color: #ffffff;
              border: none; }
              .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.pagination-item--current .pagination-link:after {
                display: none; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page a {
            display: table-cell;
            vertical-align: middle;
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            border: none; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page .ss-page-label {
            display: table-cell;
            vertical-align: middle;
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            border: none;
            text-align: center;
            padding: 0 5px; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            background: rgba(98, 99, 99, 0.1);
            border-radius: 0;
            padding: 14px 25px; }
            .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link:hover {
              color: #ffffff;
              background: #201c1d; }
          .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #3b525e;
            background: rgba(98, 99, 99, 0.1);
            border-radius: 0;
            padding: 14px 25px; }
            .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link:hover {
              color: #ffffff;
              background: #201c1d; }

/* Contact Us Page */
.type-contact .categories-section {
  padding: 25px 0; }
  .type-contact .categories-section .contact_us .call-top {
    width: 100%;
    display: inline-block;
    padding: 0 0 21px; }
    .type-contact .categories-section .contact_us .call-top .row {
      margin-left: -15px;
      margin-right: -15px; }
      .type-contact .categories-section .contact_us .call-top .row .col-sm-3 {
        width: 25%;
        float: left;
        padding-right: 15px;
        padding-left: 15px; }
        .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box {
          position: relative;
          text-align: center; }
          .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box .call-box {
            width: 100px;
            height: auto;
            margin: 0 auto 10px;
            display: table;
            text-align: center; }
            .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box .call-box img {
              padding: 20px 0; }
          .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box span {
            font-family: Oswald;
            font-weight: 600;
            font-size: 18px;
            line-height: normal;
            color: #201c1d;
            text-transform: uppercase;
            display: block;
            padding: 0 0 5px; }
          .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box a {
            font-family: Poppins;
            font-weight: 400;
            font-size: 16px;
            line-height: normal;
            color: rgba(0, 0, 0, 0.8);
            text-decoration: none; }
            .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box a:hover {
              color: #498cbc; }
            .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box a:after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%; }
  .type-contact .categories-section .contact_us .form {
    box-shadow: none;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin: 0; }
    .type-contact .categories-section .contact_us .form h2 {
      font-family: Oswald;
      font-weight: 700;
      font-size: 35px;
      line-height: normal;
      text-transform: uppercase;
      margin: 10px 0 0; }
  .type-contact .categories-section .contact_us .services {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px; }
    .type-contact .categories-section .contact_us .services h2 {
      font-family: Oswald;
      font-weight: 700;
      font-size: 35px;
      line-height: normal;
      text-transform: uppercase;
      margin: 10px 0 30px; }
    .type-contact .categories-section .contact_us .services .row {
      margin-left: -15px;
      margin-right: -15px; }
      .type-contact .categories-section .contact_us .services .row .col-sm-3 {
        width: 25%;
        float: left;
        padding-right: 15px;
        padding-left: 15px; }
        .type-contact .categories-section .contact_us .services .row .col-sm-3 .service-box {
          width: 100%;
          text-align: center;
          position: relative; }
          .type-contact .categories-section .contact_us .services .row .col-sm-3 .service-box img {
            max-width: 120px; }
          .type-contact .categories-section .contact_us .services .row .col-sm-3 .service-box a {
            font-family: Oswald;
            font-weight: 600;
            font-size: 18px;
            margin: 15px 0 0;
            color: #201c1d;
            text-transform: uppercase;
            text-decoration: none;
            display: block; }
            .type-contact .categories-section .contact_us .services .row .col-sm-3 .service-box a:hover {
              color: #498cbc; }
            .type-contact .categories-section .contact_us .services .row .col-sm-3 .service-box a:after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%; }

/* About Us Page */
.aboutus_page {
  width: 100%;
  display: inline-block;
  padding: 0 0; }
  .aboutus_page .about-banner {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 112px 0 75px;
    margin: 0 0 66px; }
    .aboutus_page .about-banner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/aboutus-banner-before.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 62px; }
    .aboutus_page .about-banner:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/aboutus-banner-after.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 20px; }
    .aboutus_page .about-banner .logo {
      width: 325px;
      float: left;
      text-align: center; }
      .aboutus_page .about-banner .logo a img {
        max-width: 200px; }
    .aboutus_page .about-banner .content {
      width: calc(100% - 325px);
      float: right; }
      .aboutus_page .about-banner .content h2 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 70px;
        line-height: 1;
        color: #000000;
        text-transform: uppercase;
        margin: 9px 0 0; }
  .aboutus_page p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    color: #353535;
    letter-spacing: -0.35px;
    text-align: center;
    padding: 0 0 17px;
    max-width: 710px;
    margin: 0 auto; }
  .aboutus_page .Best-banner {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 55px 0 85px; }
    .aboutus_page .Best-banner .overle {
      position: absolute;
      bottom: 32px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      text-align: center; }
      .aboutus_page .Best-banner .overle h2 {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 55px;
        line-height: 1;
        color: #000000;
        text-transform: uppercase;
        margin: 0 0 13px; }
        .aboutus_page .Best-banner .overle h2 span.access {
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 55px;
          line-height: 1;
          color: #000000;
          display: block;
          margin: -1px 0 0; }
        .aboutus_page .Best-banner .overle h2 span.doors {
          font-family: 'Poppins';
          font-weight: 900;
          font-size: 61px;
          line-height: 1;
          color: #000000;
          display: block;
          margin: -3px 0 0; }
  .aboutus_page .Why-are-we {
    width: 100%;
    display: inline-block;
    padding: 0 0 43px; }
    .aboutus_page .Why-are-we h2 {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 53px;
      line-height: 1;
      color: #000000;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 0; }
      .aboutus_page .Why-are-we h2 .the-choice {
        display: block;
        margin: 5px 0 12px; }
      .aboutus_page .Why-are-we h2 .for-access {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 53px;
        line-height: 1;
        color: #000000; }
  .aboutus_page .answer-simple {
    width: 100%;
    display: inline-block;
    padding: 0 0 0; }
    .aboutus_page .answer-simple + .answer-simple {
      margin-top: 50px; }
    .aboutus_page .answer-simple h2 {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 29px;
      line-height: 1;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: -0.35px;
      text-align: center;
      margin: 0 0 12px; }
    .aboutus_page .answer-simple .content {
      width: 100%;
      display: inline-block;
      background: #ffce09;
      text-align: center;
      padding: 25px 0 40px; }
      .aboutus_page .answer-simple .content h3 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 33px;
        line-height: 35px;
        color: #010101;
        text-transform: uppercase;
        margin: 0 0 0; }
    .aboutus_page .answer-simple .image {
      margin: -20px 18px 0; }
  .aboutus_page .the-Advantage {
    width: 100%;
    display: inline-block;
    padding: 65px 0 0; }
    .aboutus_page .the-Advantage h2 {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 57px;
      line-height: 1;
      color: #000000;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 62px; }
      .aboutus_page .the-Advantage h2 span {
        display: inline-block;
        margin: 5px 0 0; }
    .aboutus_page .the-Advantage .box {
      width: 100%;
      display: inline-block;
      padding: 0 0 0; }
      .aboutus_page .the-Advantage .box + .box {
        margin-top: 85px; }
      .aboutus_page .the-Advantage .box .box-title {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0 60px 0 70px;
        margin: 0 0 35px; }
        .aboutus_page .the-Advantage .box .box-title:before {
          content: "";
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          width: 100%;
          height: 115px;
          background: #ffce09;
          z-index: -1; }
        .aboutus_page .the-Advantage .box .box-title .title {
          width: 50%;
          float: left;
          padding: 76px 0; }
          .aboutus_page .the-Advantage .box .box-title .title h3 {
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 32px;
            line-height: 1;
            color: #000000;
            text-transform: uppercase;
            margin: 0 0 0; }
          .aboutus_page .the-Advantage .box .box-title .title.right {
            text-align: center; }
        .aboutus_page .the-Advantage .box .box-title .image {
          position: relative;
          width: 50%;
          float: left; }
          .aboutus_page .the-Advantage .box .box-title .image:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/about-img-0.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 100%;
            z-index: -1; }
          .aboutus_page .the-Advantage .box .box-title .image img {
            padding: 5px; }
      .aboutus_page .the-Advantage .box .content {
        width: 100%;
        display: inline-block;
        padding: 0 60px; }
        .aboutus_page .the-Advantage .box .content p {
          font-family: 'Poppins';
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          color: #3f3e3e;
          letter-spacing: -0.375px;
          text-align: left;
          max-width: 100%;
          margin: 0;
          padding: 0 0 34px; }
        .aboutus_page .the-Advantage .box .content h3 {
          font-family: 'Poppins';
          font-weight: 500;
          font-size: 19px;
          line-height: 1;
          color: #39709a;
          text-transform: uppercase;
          text-align: center;
          margin: 0 0 25px; }
        .aboutus_page .the-Advantage .box .content .row {
          margin-left: -15px;
          margin-right: -15px; }
          .aboutus_page .the-Advantage .box .content .row .col-sm-3 {
            width: 25%;
            float: left;
            padding-left: 15px;
            padding-right: 15px; }
        .aboutus_page .the-Advantage .box .content ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .aboutus_page .the-Advantage .box .content ul li {
            padding: 0;
            margin: 0;
            list-style: none;
            width: 20%;
            float: left;
            padding-right: 17px; }
            .aboutus_page .the-Advantage .box .content ul li:nth-child(4) {
              clear: both; }
            .aboutus_page .the-Advantage .box .content ul li:nth-child(n+4) {
              display: table;
              min-height: 151px; }
              .aboutus_page .the-Advantage .box .content ul li:nth-child(n+4) a {
                display: table-cell;
                vertical-align: middle; }
        .aboutus_page .the-Advantage .box .content .service-box {
          position: relative;
          width: 685px;
          margin: 0 auto;
          display: table; }
          .aboutus_page .the-Advantage .box .content .service-box:nth-child(n+2) {
            margin-top: 20px; }
          .aboutus_page .the-Advantage .box .content .service-box .user-image {
            position: absolute;
            top: 0;
            left: -57px; }
          .aboutus_page .the-Advantage .box .content .service-box .content {
            width: 100%;
            display: inline-block;
            padding: 0; }
            .aboutus_page .the-Advantage .box .content .service-box .content h4 {
              font-family: 'Poppins';
              font-weight: 500;
              font-size: 16px;
              line-height: 1;
              color: #000000;
              background: #fecd0a;
              text-transform: uppercase;
              margin: 0;
              padding: 8px 25px 4px 70px;
              display: inline-block; }
            .aboutus_page .the-Advantage .box .content .service-box .content .content-bg {
              background: #4281ab;
              padding: 20px 25px 9px 70px;
              margin-top: -10px; }
              .aboutus_page .the-Advantage .box .content .service-box .content .content-bg p {
                font-family: 'Poppins';
                font-weight: 400;
                font-size: 13.5px;
                line-height: 15px;
                color: #ffffff;
                letter-spacing: -0.375px;
                text-align: left;
                padding: 0 0 8px; }
              .aboutus_page .the-Advantage .box .content .service-box .content .content-bg span {
                font-family: 'Poppins';
                font-weight: 500;
                font-size: 13px;
                line-height: 1;
                color: #ffffff;
                letter-spacing: 0;
                padding: 0; }
          .aboutus_page .the-Advantage .box .content .service-box.right .user-image {
            right: -57px;
            left: auto; }
          .aboutus_page .the-Advantage .box .content .service-box.right .content {
            text-align: right; }
            .aboutus_page .the-Advantage .box .content .service-box.right .content h4 {
              padding: 8px 70px 4px 25px; }
            .aboutus_page .the-Advantage .box .content .service-box.right .content .content-bg {
              padding: 20px 70px 9px 25px; }
        .aboutus_page .the-Advantage .box .content .box {
          text-align: center; }
          .aboutus_page .the-Advantage .box .content .box a {
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 16px;
            line-height: 1;
            color: #0f0e10;
            display: inline-block;
            padding: 0 0 9px; }
          .aboutus_page .the-Advantage .box .content .box .star {
            margin: 12px 0 0; }
        .aboutus_page .the-Advantage .box .content .video-section {
          max-width: 610px;
          margin: 0 auto;
          padding: 0 0 77px;
          border-bottom: 5px solid #ffcc01; }
        .aboutus_page .the-Advantage .box .content .Hear-from {
          width: 100%;
          display: inline-block;
          padding: 65px 0 0; }
          .aboutus_page .the-Advantage .box .content .Hear-from h2 {
            font-size: 30px;
            margin: 0 0 30px; }
          .aboutus_page .the-Advantage .box .content .Hear-from h3 {
            color: #000000;
            max-width: 550px;
            margin: 0 auto; }
    .aboutus_page .the-Advantage .Help-You {
      position: relative;
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 68px 0 118px; }
      .aboutus_page .the-Advantage .Help-You:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(//cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/aboutus-banner-before.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 62px;
        transform: rotate(180deg); }
      .aboutus_page .the-Advantage .Help-You .logo {
        padding: 0 0 31px; }
        .aboutus_page .the-Advantage .Help-You .logo img {
          max-width: 150px; }
      .aboutus_page .the-Advantage .Help-You h2 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 70px;
        line-height: 1;
        color: #000000;
        text-transform: uppercase;
        margin: 0; }
        .aboutus_page .the-Advantage .Help-You h2 span {
          margin: 0; }

/* About Us Page Pop Up */
.popup_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms; }

.popup_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms; }

.popup_back {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.popup_close {
  position: absolute;
  right: -12px;
  top: -12px;
  background: #ffc000;
  color: #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 4px;
  text-align: center;
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 9; }

.Popup-section {
  position: relative;
  z-index: 99; }
  .Popup-section a {
    color: #333333;
    outline: none !important;
    -webkit-outline: none;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    outline: none;
    text-decoration: none; }
    .Popup-section a:hover {
      outline: none !important;
      color: #6d899f;
      text-decoration: none; }
    .Popup-section a:focus {
      outline: none !important;
      color: #6d899f;
      text-decoration: none; }
  .Popup-section input::-moz-placeholder {
    font-size: 17px;
    line-height: normal;
    color: #000000;
    opacity: 10; }
  .Popup-section input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: normal;
    color: #000000; }
  .Popup-section .popup_main .open_popup {
    font-family: 'Poppins,sans-serif';
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: #ffc000;
    background: #000000;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 20px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    border-right: 0;
    outline: none; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fafafa;
    max-width: 460px;
    width: 94%;
    margin: 0;
    padding: 0;
    border-radius: 30px;
    border: 2px solid #000000;
    padding: 9px 0 6px; }
    .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .popup_close {
      position: absolute;
      right: -5px;
      top: -5px;
      background: #ffc000;
      color: #000000;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      padding: 4px;
      text-align: center;
      font-family: 'Poppins';
      font-weight: normal;
      font-size: 16px;
      line-height: 1;
      cursor: pointer;
      z-index: 9; }
    .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue h2 {
      font-family: 'Poppins';
      font-weight: normal;
      font-size: 21.64px;
      line-height: 25px;
      color: #000000;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0;
      padding: 11px 30px 5px; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue h2 span {
        font-family: 'Poppins';
        font-weight: 700;
        display: block; }
    .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .image-box {
      margin-top: -3px;
      margin-bottom: 7px; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .image-box img {
        margin: 0 auto;
        display: table; }
    .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .klaviyo_styling {
      margin: 0; }
    .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form {
      max-width: 203px;
      margin: 0 auto;
      text-align: center;
      margin-top: 0; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form form {
        padding: 0;
        padding: 0 0 8px; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form label {
        display: none; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form input {
        width: 100%;
        height: 27px;
        border: 1px solid #000000;
        font-family: 'Poppins';
        font-weight: normal;
        font-size: 13px;
        line-height: 1;
        color: #000000;
        text-align: left;
        outline: none;
        padding: 9px;
        border-radius: 0; }
        .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form input::-moz-placeholder {
          font-size: 13px;
          line-height: normal;
          color: #000000;
          text-transform: uppercase;
          opacity: 10; }
        .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form input::-webkit-input-placeholder {
          font-size: 13px;
          line-height: normal;
          color: #000000;
          text-transform: uppercase; }
        .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form input + input {
          margin-top: 7px; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form .Send-now {
        font-family: 'Poppins';
        font-weight: 900;
        font-size: 12.98px;
        line-height: 1;
        color: #ffc000;
        text-transform: uppercase;
        background: #000000;
        display: inline-block;
        padding: 7px 8px 3px;
        width: 145px;
        margin: 8px 0 7px;
        transition: all .3s ease-in 0s;
        -webkit-transition: all .3s ease-in 0s;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin: 0 auto 7px;
        display: table;
        border-radius: 0; }
        .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form .Send-now:hover {
          background: #ffffff;
          color: #000000; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form p {
        font-family: 'Poppins';
        font-weight: normal;
        font-size: 9.43px;
        line-height: normal;
        color: #000000;
        padding: 0;
        margin: 0; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form button.needsclick {
        font-family: Poppins;
        font-weight: 900;
        font-size: 12.98px;
        line-height: 1;
        color: #ffc000;
        text-transform: uppercase;
        background: #000;
        padding: 12px 8px 9px;
        width: 145px;
        transition: all .3s ease-in 0s;
        -webkit-transition: all .3s ease-in 0s;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        display: table;
        margin-left: 16px;
        border-radius: 0; }
        .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form button.needsclick:hover {
          background: #fff;
          color: #000; }
    .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section {
      padding: 43px 0 0;
      text-align: center; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section h2 {
        font-family: 'Poppins';
        font-weight: normal;
        font-size: 23.57px;
        line-height: 27px;
        color: #000000;
        text-transform: uppercase;
        margin: 0 0 15px; }
        .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section h2 span {
          font-family: 'Poppins';
          font-weight: 700;
          display: block;
          margin: 9px 0 0; }
      .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section .image-Success {
        width: 100%;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px; }

/* Shop By Category Page */
.categories-section .categories-right .ContentEditor .row {
  margin-left: -12px;
  margin-right: -12px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 {
    width: 33.333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px; }
    .categories-section .categories-right .ContentEditor .row .col-sm-4:nth-child(n+4) {
      margin-top: 20px; }
    .categories-section .categories-right .ContentEditor .row .col-sm-4 .box {
      position: relative;
      width: 100%;
      display: inline-block;
      background: #ffffff;
      -webkit-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
      -moz-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
      box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
      text-align: center;
      padding: 8px 13px 11px; }
      .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .image {
        margin: 0 0 31px;
        min-height: 225px; }
      .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .title {
        font-family: Oswald,sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: normal;
        color: #201c1d;
        text-transform: uppercase;
        display: block;
        padding: 0 0 12px; }
        .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .title:hover {
          color: #498cbc; }

/* What's New Page */
.Trending-now .productCarousel .card {
  width: 100%;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 20px 25px 22px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .Trending-now .productCarousel .card .card-figure {
    display: block;
    padding: 0;
    margin: 0 0 5px; }
  .Trending-now .productCarousel .card .card-body {
    text-align: center;
    padding: 0; }
    .Trending-now .productCarousel .card .card-body p.card-text {
      display: none; }
    .Trending-now .productCarousel .card .card-body .card-title {
      margin: 0; }
      .Trending-now .productCarousel .card .card-body .card-title a {
        font-family: Oswald,sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #201c1d;
        text-transform: uppercase;
        display: block;
        padding: 0 0 2px;
        margin: 5px 0; }
        .Trending-now .productCarousel .card .card-body .card-title a:hover {
          color: #498cbc; }
    .Trending-now .productCarousel .card .card-body .card-text {
      margin: 0 auto;
      display: table;
      padding: 0 0 2px; }
      .Trending-now .productCarousel .card .card-body .card-text .price-section--withoutTax {
        float: left;
        margin-right: 10px; }
        .Trending-now .productCarousel .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
          font-family: Poppins,sans-serif;
          font-weight: 600;
          font-size: 15px;
          line-height: normal;
          color: #498cbc !important;
          display: block;
          padding: 0;
          margin: 0; }
        .Trending-now .productCarousel .card .card-body .card-text .price-section--withoutTax:last-child {
          margin-right: 0; }
      .Trending-now .productCarousel .card .card-body .card-text .rrp-price--withoutTax .price--rrp {
        font-family: Poppins,sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: normal;
        color: #1d1d1d !important;
        display: block;
        padding: 0;
        margin: 0;
        vertical-align: middle; }
      .Trending-now .productCarousel .card .card-body .card-text .paypalpaylater {
        display: none; }
    .Trending-now .productCarousel .card .card-body .card-button-block {
      margin-top: 10px; }
      .Trending-now .productCarousel .card .card-body .card-button-block .Add-cart {
        font-family: Poppins,sans-serif;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 1;
        color: #201c1d;
        display: inline-block;
        background: rgba(0, 0, 0, 0.05);
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        width: 100%;
        height: 48px;
        box-shadow: none;
        margin: 0;
        padding: 17px 10px; }
        .Trending-now .productCarousel .card .card-body .card-button-block .Add-cart:hover {
          color: #ffffff;
          background: #498cbc; }

.Trending-now .productCarousel .slick-dots {
  display: none !important; }

.Trending-now .productCarousel .slick-arrow.slick-prev {
  position: absolute;
  top: auto;
  bottom: -70px;
  width: 36px;
  height: 40px;
  background: #fafafa;
  margin: 0 5px;
  outline: 0;
  border: none;
  box-shadow: none;
  float: left;
  left: 47%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: auto;
  opacity: 1; }

.Trending-now .productCarousel .slick-arrow.slick-next {
  position: absolute;
  top: auto;
  bottom: -70px;
  width: 36px;
  height: 40px;
  background: #fafafa;
  margin: 0 5px;
  outline: 0;
  border: none;
  box-shadow: none;
  float: left;
  left: 52%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: auto;
  opacity: 1; }
  .Trending-now .productCarousel .slick-arrow.slick-next::before {
    content: "\f105"; }

.Trending-now .productCarousel .slick-arrow::before {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #201c1d;
  background-image: none;
  width: auto;
  height: auto;
  opacity: 1 !important; }

/* Privacy Policy Page */
.ContentEditor {
  /*strong {
        line-height: normal;
    }*/ }
  .ContentEditor h2 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #201c1d;
    text-transform: uppercase;
    margin: 0 0 15px; }

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  list-style-type: disc;
  padding-left: 15px; }

ol {
  list-style-type: decimal;
  padding-left: 15px; }

.page-content a {
  color: #418fc7; }

hr {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* Reviews Page */
#yotpo-testimonials-custom-tab #yotpo-testimonials .yotpo-modal-dialog .yotpo-label {
  display: none; }

/* Finance credit promotion Page */
.finance-credit-promotion .banner {
  text-align: right;
  position: relative; }
  .finance-credit-promotion .banner img {
    max-height: 250px; }
  .finance-credit-promotion .banner:after {
    content: '';
    width: 68%;
    background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/finance-credit-banner-bg.png);
    background-size: auto 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-position: right; }
  .finance-credit-promotion .banner .overlay-text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #ffd200;
    font-size: 70px;
    font-family: 'DCC - Ash';
    z-index: 100;
    text-align: left;
    line-height: 65px;
    text-transform: uppercase;
    border-left: 16px solid #ffd200;
    padding-left: 25px;
    margin-left: -8px;
    letter-spacing: 1px;
    margin-top: 0; }
    .finance-credit-promotion .banner .overlay-text span {
      display: block;
      color: #fff; }

.byusing-finance-credit-content {
  margin-top: 50px;
  width: calc(100% + 8px);
  border-left: 16px solid #ffd200;
  padding-left: 25px;
  margin-left: -8px; }
  .byusing-finance-credit-content .title h2 {
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 40px;
    color: #1d1d1b;
    line-height: 1;
    margin: 0 0 10px; }

.categories-section .byusing-finance-credit-content .title h2 span {
  font-family: 'DCC - Ash';
  font-weight: normal;
  color: #f4c900; }

.categories-section .byusing-finance-credit-content .title p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  margin-bottom: 15px; }
  .categories-section .byusing-finance-credit-content .title p strong {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #000; }

.categories-section .byusing-finance-credit-content .content p {
  font-family: 'Poppins';
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  padding-bottom: 0;
  line-height: normal; }
  .categories-section .byusing-finance-credit-content .content p strong {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #000; }

.categories-section .byusing-finance-credit-content .content ul {
  margin: 0;
  padding: 0; }
  .categories-section .byusing-finance-credit-content .content ul li {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 6px 0 0; }
    .categories-section .byusing-finance-credit-content .content ul li:hover {
      color: #498cbc; }

.categories-section .categories-right .ContentEditor .select-approve-finance p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 17px; }

.best-finance-credit-bottom-banner {
  position: relative;
  width: calc(100% + 8px);
  margin: 25px 0 20px -8px; }
  .best-finance-credit-bottom-banner .overlay-text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #1d1d1b;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 27px;
    max-width: 430px;
    line-height: 1.1;
    padding-left: 25px; }

.select-approve-finance {
  padding-left: 35px;
  margin: 0 0 50px; }
  .select-approve-finance .apply-now-btn {
    font-family: 'Poppins';
    font-weight: 900;
    background: #ffd200;
    color: #000;
    padding: 16px 35px;
    border-radius: 5px;
    font-size: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px; }

/* Blog Page */
.categories-section.blog_wrap {
  padding: 30px 0; }
  .categories-section.blog_wrap .blog_post_section {
    max-width: 882px;
    width: 77%;
    padding: 0; }
    .categories-section.blog_wrap .blog_post_section .blog {
      background: #fff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      display: inline-block;
      padding: 12px;
      margin: 0; }
      .categories-section.blog_wrap .blog_post_section .blog:nth-child(n+2) {
        border: none;
        margin-top: 14px; }
      .categories-section.blog_wrap .blog_post_section .blog .blog-post-figure {
        max-width: 240px;
        float: left; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-figure .blog-thumbnail {
          margin: 0;
          max-width: 100%; }
      .categories-section.blog_wrap .blog_post_section .blog .blog-post-body {
        width: calc(100% - 270px);
        float: right;
        text-align: left; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header {
          padding: 0;
          position: initial;
          box-shadow: none;
          top: initial;
          left: initial;
          background: transparent; }
          .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox {
            margin: 25px 0 20px; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox h3 {
              font-family: 'Poppins';
              font-weight: 500;
              font-size: 14px;
              line-height: normal;
              color: rgba(32, 28, 29, 0.8);
              float: left;
              margin: 0 15px 0 0;
              padding: 8px 0 0; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks {
              float: left;
              margin: 0;
              line-height: 0; }
              .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item {
                width: 36px;
                height: 36px;
                display: inline-block;
                border-radius: 50%;
                margin: 0;
                float: left;
                background: rgba(60, 89, 155, 0.1);
                margin-right: 6px;
                display: table; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item:last-child {
                  margin-right: 0; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item a {
                  color: #3c599b;
                  margin: 0;
                  line-height: 1;
                  width: 36px;
                  height: 36px;
                  display: table-cell;
                  vertical-align: middle; }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item a span {
                    line-height: 1; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--email {
                  background: rgba(0, 31, 190, 0.1); }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--email a {
                    color: #0083be; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--print {
                  background: rgba(254, 102, 1, 0.1); }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--print a {
                    color: #fe6601; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--twitter {
                  background: rgba(23, 70, 120, 0.1); }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--twitter a {
                    color: #174678; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--linkedin {
                  background: rgba(42, 169, 224, 0.1); }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--linkedin a {
                    color: #2aa9e0; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--pinterest {
                  background: rgba(204, 24, 30, 0.1); }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox .socialLinks .socialLinks-item.socialLinks-item--pinterest a {
                    color: #cc181e; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-title {
          font-family: 'Oswald';
          font-weight: bold;
          font-size: 22px;
          line-height: normal;
          color: #201c1d;
          text-transform: uppercase;
          margin: 0 0 4px; }
          .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-title a {
            color: #201c1d; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-title a:hover {
              color: #498cbc; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-date {
          font-family: 'Poppins';
          font-weight: 500;
          font-size: 14px;
          line-height: normal;
          color: rgba(32, 28, 29, 0.8);
          text-align: left;
          margin: 0;
          padding: 0 0 8px; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post {
          font-family: 'Poppins';
          font-weight: normal;
          font-size: 16px;
          line-height: 22px;
          color: rgba(32, 28, 29, 0.9); }
          .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row {
            margin: 0 0 0;
            display: inline-block;
            width: 100%; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .readmore_btn1 {
              float: left;
              padding: 6px 0; }
              .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .readmore_btn1 .readmore_btn {
                font-family: 'Poppins';
                font-weight: 600;
                font-size: 14px;
                line-height: 25px;
                color: #498cbc;
                text-transform: uppercase;
                border-bottom: 1px solid #498cbc; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .readmore_btn1 .readmore_btn:hover {
                  color: #000;
                  border-bottom: 1px solid #000; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags {
              float: right; }
              .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags {
                margin: 8px 0 0; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags .tag {
                  margin-right: 5px;
                  margin-bottom: 5px; }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags .tag:last-child {
                    margin-right: 0; }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags .tag a {
                    font-family: 'Poppins';
                    font-weight: 600;
                    font-size: 10px;
                    line-height: 1;
                    color: #201c1d;
                    text-transform: uppercase;
                    border-left: 1px solid #f8f8f8;
                    border-right: 1px solid #f8f8f8;
                    background: rgba(32, 28, 29, 0.07);
                    display: inline-block;
                    padding: 8px 10px; }
                    .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags .tag a:hover {
                      color: #fff;
                      background: #498cbc; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth {
          width: 100%; }
          .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-1 {
            width: auto;
            float: left;
            padding: 6px 0; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-1 .readmore_btn {
              font-family: 'Poppins';
              font-weight: 600;
              font-size: 16px;
              line-height: 25px;
              color: #498cbc;
              text-transform: uppercase;
              border-bottom: 1px solid #498cbc; }
              .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-1 .readmore_btn:hover {
                color: #000;
                border-bottom: 1px solid #000; }
          .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 {
            float: right;
            width: auto; }
            .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags {
              margin: 0; }
              .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags .tag {
                margin-right: 5px;
                margin-bottom: 5px; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags .tag:last-child {
                  margin-right: 0; }
                .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags .tag a {
                  font-family: 'Poppins';
                  font-weight: 600;
                  font-size: 12px;
                  line-height: 1;
                  color: #201c1d;
                  text-transform: uppercase;
                  border-left: 1px solid #f8f8f8;
                  border-right: 1px solid #f8f8f8;
                  background: rgba(32, 28, 29, 0.07);
                  display: inline-block;
                  padding: 12px 20px; }
                  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags .tag a:hover {
                    color: #fff;
                    background: #498cbc; }
        .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog_share {
          display: none; }
    .categories-section.blog_wrap .blog_post_section .pagination .pagination-list {
      padding: 0;
      margin: 56px 0 0;
      list-style: none; }
      .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item {
        padding: 0;
        margin: 0;
        list-style: none;
        float: left;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        background: transparent;
        display: table;
        margin-right: 5px; }
        .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item:last-child {
          margin-right: 0; }
        .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item .pagination-link {
          display: table-cell;
          vertical-align: middle;
          font-family: 'Poppins';
          font-weight: 500;
          font-size: 16px;
          line-height: 1;
          color: #3b525e; }
        .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--current {
          background: #498bbb; }
          .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
            color: #fff; }
        .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
          font-family: Poppins;
          font-weight: 500;
          font-size: 16px;
          line-height: 1;
          color: #3b525e;
          background: rgba(98, 99, 99, 0.1);
          border-radius: 0;
          padding: 14px 25px; }
          .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link:hover {
            color: #fff;
            background: #201c1d; }
          .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link i.icon {
            display: none; }
        .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
          font-family: 'Poppins';
          font-weight: 500;
          font-size: 16px;
          line-height: 1;
          color: #3b525e;
          background: rgba(98, 99, 99, 0.1);
          border-radius: 0;
          padding: 14px 25px; }
          .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link:hover {
            color: #fff;
            background: #201c1d; }
          .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link i.icon {
            display: none; }
    .categories-section.blog_wrap .blog_post_section h3.page-heading {
      font-family: Oswald;
      font-weight: 700;
      font-size: 30px;
      line-height: normal;
      color: #2d2d2d;
      text-transform: uppercase;
      letter-spacing: 0;
      margin: -12px 0 7px;
      text-align: left; }
  .categories-section.blog_wrap .categories-left {
    max-width: 250px;
    width: 23%;
    float: right; }
    .categories-section.blog_wrap .categories-left h5.sidebarBlock-heading {
      margin: 0; }
    .categories-section.blog_wrap .categories-left ul.navList {
      background: #fff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      padding: 20px 26px; }
      .categories-section.blog_wrap .categories-left ul.navList .tree_content {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        color: #498cbc;
        text-transform: uppercase;
        border-bottom: 1px solid #498cbc;
        margin: 4px 0 25px;
        outline: none; }
    .categories-section.blog_wrap .categories-left .signup-banner {
      background: linear-gradient(0deg, #f7c700, #f7c700);
      text-align: center; }
      .categories-section.blog_wrap .categories-left .signup-banner input {
        border-radius: 20px !important;
        font-family: 'Poppins' !important;
        font-weight: 400 !important;
        border: 0 !important;
        font-size: 20px !important;
        padding: 0 25px !important; }
      .categories-section.blog_wrap .categories-left .signup-banner img {
        max-width: 250px; }
      .categories-section.blog_wrap .categories-left .signup-banner button {
        margin-top: 17px;
        font-family: 'Poppins' !important;
        font-weight: 900 !important;
        font-size: 32px !important;
        padding: 7px 0 3px !important; }
      .categories-section.blog_wrap .categories-left .signup-banner span {
        font-family: 'Poppins' !important;
        font-weight: 400 !important; }
      .categories-section.blog_wrap .categories-left .signup-banner strong {
        font-family: 'Poppins' !important;
        font-weight: 900 !important; }
    .categories-section.blog_wrap .categories-left .follow-us-banner {
      background: linear-gradient(0deg, #3e89bf, #478bbc);
      padding: 15px 20px;
      text-align: center;
      margin: 20px 0 20px; }
      .categories-section.blog_wrap .categories-left .follow-us-banner .social-link {
        margin: 8px 0; }
        .categories-section.blog_wrap .categories-left .follow-us-banner .social-link a {
          display: inline-block;
          margin: 0 12px; }

.bestaccessdoors_content p {
  padding: 0 0 27px;
  line-height: 24.18px; }

/* Blog Details Page */
.type-blog_post .blog_wrap {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 30px 0; }
  .type-blog_post .blog_wrap .new_blog_sidebar {
    width: calc(100% - 800px);
    float: left; }
    .type-blog_post .blog_wrap .new_blog_sidebar .form-search {
      position: relative;
      width: 100%;
      display: inline-block;
      padding: 0 0 15px; }
      .type-blog_post .blog_wrap .new_blog_sidebar .form-search button {
        position: absolute;
        top: 2px;
        right: 2px;
        padding: 0;
        background: #3c3c3c;
        border-radius: 0;
        width: 40px;
        height: 40px;
        border: none;
        text-align: center; }
        .type-blog_post .blog_wrap .new_blog_sidebar .form-search button img {
          max-width: 20px; }
      .type-blog_post .blog_wrap .new_blog_sidebar .form-search input {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #3d3d3d;
        text-transform: uppercase;
        border: 2px solid #3c3c3c;
        border-radius: 8px;
        width: 100%;
        height: 44px;
        display: inline-block;
        padding: 15px 12px;
        padding-right: 50px; }
        .type-blog_post .blog_wrap .new_blog_sidebar .form-search input::-moz-placeholder {
          font-size: 16px;
          line-height: normal;
          color: #3d3d3d;
          opacity: 10; }
        .type-blog_post .blog_wrap .new_blog_sidebar .form-search input::-webkit-input-placeholder {
          font-size: 16px;
          line-height: normal;
          color: #3d3d3d; }
    .type-blog_post .blog_wrap .new_blog_sidebar .blog_share {
      padding: 0 0 24px; }
      .type-blog_post .blog_wrap .new_blog_sidebar .blog_share .addthis_toolbox {
        margin: 0;
        display: block; }
        .type-blog_post .blog_wrap .new_blog_sidebar .blog_share .addthis_toolbox h3 {
          padding: 4px 12px 0;
          background: linear-gradient(to right, #ededed 0, #fff 100%);
          width: 150px;
          font-size: 17px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
        .type-blog_post .blog_wrap .new_blog_sidebar .blog_share .addthis_toolbox .socialLinks {
          float: right;
          margin: 0; }
    .type-blog_post .blog_wrap .new_blog_sidebar .Related-post {
      width: 100%;
      display: inline-block;
      padding: 0 0 60px; }
      .type-blog_post .blog_wrap .new_blog_sidebar .Related-post h2 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 23px;
        line-height: normal;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0 !important;
        background: #3b3b3a;
        display: block;
        text-align: center;
        padding: 7px 10px 5px;
        margin: 0 0 20px; }
      .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box {
        position: relative; }
        .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box:nth-child(n+2) {
          margin-top: 20px; }
        .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box img {
          width: 100%; }
        .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .content {
          background: #f6f6f6;
          width: 100%;
          min-height: 35px;
          display: inline-block;
          padding: 0; }
        .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .blog-date {
          font-family: Poppins;
          font-weight: 500;
          font-size: 13.17px;
          line-height: normal;
          color: #575756;
          text-align: left;
          padding: 8px 11px 5px;
          width: calc(100% - 120px);
          float: left; }
        .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .read-more {
          font-family: Poppins;
          font-weight: 700;
          font-size: 16px;
          line-height: 1;
          color: #1d1d1b;
          background: #ecc116;
          display: inline-block;
          text-transform: uppercase;
          padding: 11px 12px 8px;
          float: right; }
          .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .read-more:hover {
            background: #1d1d1b;
            color: #ffffff; }
          .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .read-more:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: inline-block; }
    .type-blog_post .blog_wrap .new_blog_sidebar .right__btn {
      width: 100%;
      display: inline-block;
      padding: 0 0 60px; }
      .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: calc(50% - 7px);
        display: inline-block; }
        .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul:nth-child(even) {
          float: right; }
        .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading {
          position: relative;
          padding: 0;
          margin: 0;
          list-style: none;
          width: 100%;
          float: left;
          text-align: center;
          display: inline-block; }
          .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .link {
            position: relative;
            padding: 14px 46px 16px 0;
            background: linear-gradient(to right, #eab81a 30%, #efd20e 100%);
            overflow: hidden; }
            .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .link span {
              font-family: Oswald;
              font-weight: 700;
              font-size: 16px;
              line-height: 1;
              color: #1d1d1b;
              text-transform: uppercase; }
            .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .link .blog_tag_link {
              background: #1d1d1b;
              position: absolute;
              top: 0;
              right: 0;
              width: 46px;
              height: 46px;
              padding: 16px; }
          .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading:nth-child(n+2) {
            margin-top: 14px; }
          .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .submenu {
            border: 1px solid #ddd;
            background: #fff;
            padding: 6px;
            text-align: left; }
            .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .submenu ul {
              padding: 0;
              margin: 0;
              list-style: none;
              width: 100%;
              display: inline-block; }
            .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .submenu li {
              position: relative;
              padding-left: 15px;
              float: left;
              width: 100%; }
              .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .submenu li:nth-child(n+2) {
                margin-top: 10px; }
              .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .submenu li:before {
                content: "";
                height: 7px;
                width: 7px;
                background: #000;
                position: absolute;
                top: 6px;
                left: 0;
                border-radius: 50%; }
              .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .submenu li a {
                font-family: Poppins;
                font-weight: 400;
                font-style: normal;
                font-size: 12px;
                line-height: 22px;
                color: #333333; }
  .type-blog_post .blog_wrap .page-content {
    max-width: 760px;
    width: auto;
    padding: 0;
    float: right; }
    .type-blog_post .blog_wrap .page-content .mobile-search {
      display: none; }
    .type-blog_post .blog_wrap .page-content .blog {
      width: 100%;
      display: inline-block;
      padding: 0 0 0; }
      .type-blog_post .blog_wrap .page-content .blog .blog-post-figure.blog_thumbnail_hide {
        display: none; }
      .type-blog_post .blog_wrap .page-content .blog .blog-post-body {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 0; }
        .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header {
          padding: 0; }
          .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-title {
            font-family: Oswald;
            font-weight: 700;
            font-size: 27.7px;
            line-height: normal;
            color: #1d1d1b;
            text-transform: uppercase;
            margin: 0 0 3px; }
            .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-title a {
              color: #201c1d; }
              .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-title a:hover {
                color: #498cbc; }
          .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-date {
            font-family: Poppins;
            font-weight: 500;
            font-size: 13.16px;
            line-height: normal;
            color: #575756;
            text-align: left;
            margin: 0;
            padding: 0 0 13px; }
        .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post-figure {
          width: 100%; }
          .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post-figure .blog-thumbnail {
            padding: 0 0 25px;
            margin: 0;
            max-width: initial; }
        .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p {
          font-family: Poppins;
          font-weight: 400;
          font-size: 15.82px;
          line-height: 22px;
          color: #3c3c3b;
          text-align: left;
          word-break: break-word;
          padding: 0 0 25px; }
          .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p a {
            color: #418fc7; }
            .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p a:hover {
              color: #3c3c3b; }
        .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post ul {
          padding: 0;
          margin: 0 0 25px 18px; }
          .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post ul li {
            padding: 0;
            margin: 0;
            font-family: Poppins;
            font-weight: 400;
            font-size: 15.82px;
            line-height: 22px;
            color: #3c3c3b; }
            .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post ul li:last-child {
              margin-bottom: 0; }
        .type-blog_post .blog_wrap .page-content .blog .blog-post-body .tags {
          margin: 0; }
          .type-blog_post .blog_wrap .page-content .blog .blog-post-body .tags .tag {
            margin-right: 5px;
            margin-bottom: 5px; }
            .type-blog_post .blog_wrap .page-content .blog .blog-post-body .tags .tag a {
              font-family: Poppins;
              font-weight: 600;
              font-size: 12px;
              line-height: 1;
              color: #201c1d;
              text-transform: uppercase;
              border-left: 1px solid #f8f8f8;
              border-right: 1px solid #f8f8f8;
              background: rgba(32, 28, 29, 0.07);
              display: inline-block;
              padding: 12px 20px; }
              .type-blog_post .blog_wrap .page-content .blog .blog-post-body .tags .tag a:hover {
                color: #ffffff;
                background: #498cbc; }
            .type-blog_post .blog_wrap .page-content .blog .blog-post-body .tags .tag:last-child {
              margin-right: 0; }
      .type-blog_post .blog_wrap .page-content .blog .share_via_email_blog .popup_main {
        text-align: center;
        padding-top: 20px; }
        .type-blog_post .blog_wrap .page-content .blog .share_via_email_blog .popup_main .open_popup {
          font-family: Poppins,sans-serif;
          font-weight: 900;
          font-size: 15px;
          line-height: 1;
          color: #ffc000;
          background: #000;
          text-transform: uppercase;
          display: inline-block;
          padding: 15px;
          cursor: pointer;
          box-shadow: none;
          border: none;
          border-right: 0;
          outline: 0; }
  .type-blog_post .blog_wrap .blog_share {
    width: 100%;
    display: inline-block;
    padding: 2px 0 0; }
    .type-blog_post .blog_wrap .blog_share h2 {
      font-family: 'Bebas Neue';
      font-weight: bold;
      font-size: 50px;
      line-height: normal;
      color: #ffffff;
      letter-spacing: 2.88px !important;
      background: linear-gradient(to right, #4986b5 0%, #32688d 100%);
      display: block;
      text-align: center;
      padding: 11px 10px 4px;
      margin: 0 0 20px; }
    .type-blog_post .blog_wrap .blog_share .addthis_toolbox {
      position: relative;
      margin: 0 auto;
      display: table; }
      .type-blog_post .blog_wrap .blog_share .addthis_toolbox h3 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 17px;
        line-height: normal;
        color: #000;
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 12px 0;
        margin: 0;
        width: 150px;
        float: left;
        text-align: left;
        background: linear-gradient(to right, #ededed 60%, #fff 100%);
        z-index: -1; }
      .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks {
        float: left;
        margin: 0 0 0 -30px;
        padding: 0; }
        .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item {
          width: 35px;
          height: 35px;
          margin: 0;
          float: left;
          border-radius: 50%;
          text-align: center;
          background: #3b5a99;
          display: table;
          margin-right: 5px; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item:last-child {
            margin-right: 0; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item a {
            color: #ffffff;
            font-size: 18px;
            line-height: 0;
            margin: 0;
            display: table-cell;
            vertical-align: middle;
            padding: 0 8px; }
            .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item a svg {
              fill: #ffffff; }
            .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item a span {
              line-height: 1; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item.socialLinks-item--facebook {
            background: #3b5a99; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item.socialLinks-item--email {
            background: #FF0000; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item.socialLinks-item--print {
            background: #1a4567; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item.socialLinks-item--twitter {
            background: #33ccff; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item.socialLinks-item--linkedin {
            background: #0079b8; }
          .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks li.socialLinks-item.socialLinks-item--pinterest {
            background: #c8232c; }

.popup_contain {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fafafa;
  max-width: 460px;
  min-height: 326px;
  width: 94%;
  margin: 0;
  padding: 0;
  border-radius: 30px; }
  .popup_contain.bg-img {
    background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/image-bg-01.png);
    background-repeat: no-repeat;
    background-size: cover; }

.share_via_email_blog span {
  font-family: 'Poppins' !important; }

.share_via_email_blog strong {
  font-family: 'Poppins' !important;
  font-weight: 900 !important; }

.share_via_email_blog input {
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  color: #000000 !important; }
  .share_via_email_blog input::placeholder {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #000000 !important; }

.share_via_email_blog .eZTfFN.eZTfFN.eZTfFN.eZTfFN.eZTfFN.eZTfFN {
  background: #000000 !important;
  font-family: 'Poppins' !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  border: 1px solid #c1c1c1 !important; }

.share_via_email_blog .popup_close {
  right: -4px;
  top: -4px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  padding: 3px 8px; }

.share_via_email_blog .popup_contain {
  background: transparent;
  border: 0;
  min-height: 100px; }

.share_via_email_blog .open_popup {
  padding: 15px !important; }

.share_via_email_blog .popup_main {
  text-align: center;
  padding-top: 20px; }

/* PDP Add To Cart Sidebar Pop Up */
.type-product .modal-background {
  background: rgba(45, 45, 45, 0.7); }

.product_preview {
  top: 0 !important;
  transform: none !important;
  right: 0;
  left: auto;
  max-width: 400px;
  height: 100%;
  background: #fff;
  max-height: none;
  width: 96%;
  position: fixed;
  z-index: 9999999; }
  .product_preview .modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  .product_preview .cartpreview_body {
    width: 100%;
    padding: 54px 0 0;
    position: absolute;
    top: 0;
    max-height: 100% !important;
    overflow: hidden;
    height: 100%; }
  .product_preview .modal-header {
    background: #498cbc;
    border-radius: 0;
    padding: 12px 10px; }
    .product_preview .modal-header .modal-header-title {
      color: #fff; }
  .product_preview .modal-close {
    top: 8px;
    right: auto;
    left: 0;
    color: #fff; }
    .product_preview .modal-close svg use {
      fill: #fff; }
    .product_preview .modal-close:before {
      display: none; }
    .product_preview .modal-close:after {
      display: none; }
  .product_preview .precart_icon {
    float: right;
    position: absolute;
    right: 20px;
    top: 12px; }
    .product_preview .precart_icon .navUser-section {
      padding: 0;
      margin: 0; }
    .product_preview .precart_icon .navUser-action--cart {
      padding: 0 !important; }
    .product_preview .precart_icon .cart-quantity {
      position: absolute;
      top: -10px;
      right: -10px;
      background: red !important;
      font-size: 10px; }
  .product_preview .modal-header-title {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2; }
  .product_preview .precart_subtext {
    padding: 15px 15px 20px;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px; }
    .product_preview .precart_subtext img {
      width: 20px;
      height: auto;
      padding-right: 0;
      margin-right: 6px;
      margin-top: -2px; }
  .product_preview .previewCartList {
    display: block;
    overflow: auto;
    width: 100%;
    position: absolute;
    top: 107px;
    height: calc(100% - 448px); }
    .product_preview .previewCartList .previewCartItem {
      padding: 15px 15px;
      float: left;
      width: 100%;
      display: block;
      border: 0;
      border-bottom: 1px solid #d1d1d1; }
      .product_preview .previewCartList .previewCartItem .previewCartItem-image {
        width: 80px;
        padding: 0 18px 0 0;
        float: left;
        color: #ba281e; }
        .product_preview .previewCartList .previewCartItem .previewCartItem-image img {
          position: inherit; }
        .product_preview .previewCartList .previewCartItem .previewCartItem-image:after {
          padding-bottom: 0; }
      .product_preview .previewCartList .previewCartItem .productView-image {
        width: 100%;
        min-height: initial; }
      .product_preview .previewCartList .previewCartItem .previewCartItem-brand {
        display: none; }
      .product_preview .previewCartList .previewCartItem .previewCartItem-content {
        width: 100%;
        padding: 0;
        font-size: 14px; }
        .product_preview .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
          font-size: 14px;
          font-family: 'Open Sans',sans-serif;
          font-weight: normal;
          text-align: right; }
        .product_preview .previewCartList .previewCartItem .previewCartItem-content .precart_title {
          width: calc(100% - 90px);
          float: left; }
        .product_preview .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
          font-size: 16px;
          width: 80px;
          color: #498cbc; }
  .product_preview .previewCartAction {
    background: #f0f0f0;
    padding: 0 0 30px;
    border-top: 0;
    position: absolute;
    bottom: 0; }
    .product_preview .previewCartAction .precartaction_items {
      font-weight: bold;
      padding: 10px 15px;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      color: #373636;
      font-size: 16px; }
    .product_preview .previewCartAction p {
      padding: 0 15px;
      color: #373636;
      font-family: 'Open Sans',sans-serif;
      font-size: 13px;
      display: inline-block;
      margin: 10px 0 15px;
      line-height: normal; }
  .product_preview .precartaction_subtotal span {
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px 0;
    color: #373636; }
    .product_preview .precartaction_subtotal span:last-child {
      width: 50%;
      float: left;
      text-align: right; }
  .product_preview .previewCartAction-viewCart {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px; }
    .product_preview .previewCartAction-viewCart .button {
      background: #498cbc;
      color: #fff;
      padding: 12px 10px;
      text-transform: unset;
      font-size: 14px;
      line-height: normal;
      font-weight: 600;
      border: 0; }
      .product_preview .previewCartAction-viewCart .button:hover {
        background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%); }
      .product_preview .previewCartAction-viewCart .button img {
        margin-right: 6px; }
  .product_preview .precart_cntshp {
    padding: 0 15px; }
    .product_preview .precart_cntshp .previewCartCheckout-continueButton {
      background: #fff;
      padding: 12px 10px;
      text-transform: unset;
      font-size: 14px;
      line-height: normal;
      border: 1px solid #498cbc;
      color: #498cbc; }
      .product_preview .precart_cntshp .previewCartCheckout-continueButton:hover {
        background: #498cbc;
        color: #fff; }
  .product_preview .previewCart {
    position: absolute;
    height: 100%;
    top: 0;
    padding-bottom: 284px;
    padding-top: 54px; }
  .product_preview .cart-item-quantity .form-increment {
    margin: 0 0 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
  .product_preview .form-increment .button {
    border-top: 0;
    border-bottom: 0;
    padding: 6px;
    border-color: #dcdcdc; }
  .product_preview .previewCartAction-checkout {
    padding: 0 15px;
    margin: 0 0 10px;
    width: 100%; }
    .product_preview .previewCartAction-checkout a {
      background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
      border: 0;
      width: 100%;
      color: #fff;
      padding: 12px 5px;
      font-weight: 600;
      font-size: 14px; }
      .product_preview .previewCartAction-checkout a:hover {
        background: #498cbc;
        color: #fff; }
  .product_preview .modal .modal-content .modal-header h2.modal-header-title {
    font-size: 18px; }
  .product_preview .cart-item-info {
    width: 85px; }
    .product_preview .cart-item-info .cart-item-label {
      display: none; }

/* Cart Page */
.button--small {
  font-size: 13px !important; }

.type-cart .categories-section {
  padding: 30px 0; }
  .type-cart .categories-section .page-content {
    padding: 0; }
  .type-cart .categories-section .cart_total_wrap {
    max-width: 390px;
    width: 34%;
    float: right; }
    .type-cart .categories-section .cart_total_wrap .cart_summary_title {
      font-family: 'Oswald';
      font-weight: 600;
      font-size: 25px;
      line-height: 1;
      color: #fff;
      text-transform: uppercase;
      background: #201c1d;
      padding: 18px 24px; }
    .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap {
      background: #fff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      padding: 0 24px 30px; }
      .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals {
        width: 100%;
        margin: 0;
        padding: 0; }
        .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total {
          border-top: 1px solid rgba(32, 28, 29, 0.15); }
          .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-label {
            font-family: 'Oswald';
            font-weight: 600;
            font-size: 17px;
            line-height: normal;
            color: #201c1d;
            text-transform: uppercase;
            padding: 17px 0;
            text-align: left; }
            .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-label strong {
              font-family: 'Oswald';
              font-weight: 600; }
          .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-value {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 13px;
            line-height: normal;
            color: #201c1d;
            padding: 20px 0; }
            .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-value button {
              font-family: 'Poppins';
              font-weight: 500;
              font-size: 13px;
              line-height: normal;
              color: #201c1d;
              text-decoration: none; }
          .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-grandTotal span {
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 32px;
            line-height: normal;
            color: #201c1d; }
          .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total:last-child .cart-total-label {
            padding: 28px 0; }
      .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap .cart-actions {
        margin: 0; }
        .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap .cart-actions .button {
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 18px;
          line-height: 1;
          color: #fff;
          background: #498cbc;
          border: none;
          box-shadow: none;
          text-transform: uppercase;
          max-width: 253px;
          float: initial;
          display: block;
          margin: 0 auto;
          border-radius: 0;
          padding: 18px 10px; }
    .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap {
      margin: 25px 0 0; }
      .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight {
        width: calc(50% - 8px);
        float: left;
        margin-right: 15px; }
        .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight:last-child {
          margin-right: 0; }
        .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight p {
          text-align: left;
          padding: 0;
          margin: 0 0 8px; }
        .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight div {
          float: left; }
  .type-cart .categories-section .cart_content_wrap {
    max-width: 760px;
    width: 66%;
    float: left;
    padding-right: 30px; }
    .type-cart .categories-section .cart_content_wrap .page-heading {
      font-family: 'Oswald';
      font-weight: 600;
      font-size: 20px;
      line-height: 1;
      color: #201c1d;
      text-transform: uppercase;
      text-align: left;
      margin: 0 0 33px; }
    .type-cart .categories-section .cart_content_wrap .cart-announcementbar-status .alertBox-announcement {
      background: #498cbc;
      background-color: #498cbc;
      color: #FFFFFF !important; }
      .type-cart .categories-section .cart_content_wrap .cart-announcementbar-status .alertBox-announcement .alertBox-message {
        color: #FFFFFF !important; }
        .type-cart .categories-section .cart_content_wrap .cart-announcementbar-status .alertBox-announcement .alertBox-message a {
          color: #e9c001; }
      .type-cart .categories-section .cart_content_wrap .cart-announcementbar-status .alertBox-announcement .icon svg {
        fill: #e9c001; }
    .type-cart .categories-section .cart_content_wrap .cart {
      background: #fff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      margin: 0;
      padding: 0 20px;
      display: inline-block; }
      .type-cart .categories-section .cart_content_wrap .cart .cart-header {
        width: 100%;
        display: inline-block; }
        .type-cart .categories-section .cart_content_wrap .cart .cart-header tr {
          display: initial;
          width: 100%; }
          .type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item {
            font-family: 'Oswald';
            font-weight: 600;
            font-size: 17px;
            line-height: normal;
            color: #201c1d;
            text-transform: uppercase;
            padding: 17px 0 20px;
            text-align: left; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox1 {
              width: 50%;
              float: left; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox2 {
              width: 14%;
              float: left; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox3 {
              width: 21%;
              float: left; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox4 {
              width: 13%;
              float: left; }
      .type-cart .categories-section .cart_content_wrap .cart .cart-list {
        width: 100%;
        display: inline-block !important; }
        .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item {
          padding: 25px 0;
          display: inline-block; }
          .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-figure {
            width: 14%;
            padding: 0; }
          .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-title {
            width: 34%;
            padding: 0 15px; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-title .cart-item-name {
              font-family: 'Oswald';
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              color: #201c1d;
              text-transform: uppercase; }
              .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-title .cart-item-name a {
                color: #201c1d; }
                .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-title .cart-item-name a:hover {
                  color: #6d899f; }
          .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info {
            width: 14%;
            text-align: left; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-item-value {
              font-family: 'Poppins';
              font-weight: 500;
              font-size: 16px;
              line-height: normal;
              color: #201c1d;
              padding: 0; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity {
              width: 20%;
              text-align: left; }
              .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment {
                margin: 0; }
                .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment button {
                  border: 1px solid rgba(32, 28, 29, 0.35);
                  border-radius: 0;
                  padding: 0;
                  width: 36px;
                  height: 36px;
                  float: left; }
                  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment button .icon {
                    transform: rotate(90deg); }
                    .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment button .icon svg {
                      fill: #201c1d; }
                .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment .form-input--incrementTotal {
                  font-family: 'Poppins';
                  font-weight: 500;
                  font-size: 16px;
                  line-height: normal;
                  color: #201c1d;
                  width: 34px;
                  height: 36px;
                  float: left; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-remove {
              background: transparent;
              padding: 0;
              margin: 0;
              width: 18px;
              height: 23px; }
          .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options {
            width: 100%;
            display: inline-block;
            margin: 30px 0 0; }
            .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options .definitionList {
              margin: 0; }
              .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options .definitionList .definitionList-key {
                position: relative;
                font-family: 'Oswald';
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                color: #201c1d;
                text-transform: uppercase;
                margin: 0 0 1px;
                float: initial;
                padding-left: 23px; }
                .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options .definitionList .definitionList-key:before {
                  content: "";
                  position: absolute;
                  top: 4px;
                  left: 0;
                  width: 13px;
                  height: 13px;
                  border: 3px solid #498cbc;
                  border-radius: 50%; }
              .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options .definitionList .definitionList-value {
                font-family: 'Poppins';
                font-weight: 500;
                font-size: 16px;
                line-height: 25px;
                color: rgba(32, 28, 29, 0.8);
                margin: 0 0 15px;
                padding-left: 23px; }
  .type-cart .categories-section .page-heading {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #201c1d;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .type-cart .categories-section .alertBox {
    margin: 0 0 20px; }
    .type-cart .categories-section .alertBox .alertBox-message {
      font-family: Poppins, sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: normal;
      color: #201c1d;
      padding: 0; }
  .type-cart .categories-section h3 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #201c1d;
    text-transform: uppercase;
    margin: 0 0 15px; }

/* Login Page */
.login {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 30px 0; }
  .login .page-heading {
    font-family: Oswald;
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin: -12px 0 7px; }
  .login .login-rowproduct .new-customer {
    border-right: none; }
    .login .login-rowproduct .new-customer .panel {
      padding: 17px 20px 40px; }
  .login .login-rowproduct .login-form {
    border-left: 1px solid #ddd; }
    .login .login-rowproduct .login-form .panel {
      padding: 17px 20px 40px; }
      .login .login-rowproduct .login-form .panel .panel-title {
        font-family: "Source Sans Pro",sans-serif;
        font-weight: 500; }
      .login .login-rowproduct .login-form .panel .login-form {
        width: 100%;
        border: none;
        padding: 0; }
        .login .login-rowproduct .login-form .panel .login-form .form-actions {
          text-align: left; }
          .login .login-rowproduct .login-form .panel .login-form .form-actions input.button {
            font-family: Poppins;
            font-weight: 500;
            font-size: 20px;
            border-radius: 0; }
          .login .login-rowproduct .login-form .panel .login-form .form-actions .forgot-password {
            margin: 0; }
      .login .login-rowproduct .login-form .panel .newcustomer {
        width: 100%;
        display: inline-block; }
        .login .login-rowproduct .login-form .panel .newcustomer a button {
          font-family: 'Poppins';
          font-weight: 500;
          font-size: 20px;
          border-radius: 0; }

.login-rowproduct .new-customer .panel-title {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: bold; }

/* Create An Account */
.type-createaccount .categories-section .account .account-body {
  margin: 0; }
  .type-createaccount .categories-section .account .account-body form .form-row {
    margin: 0; }
    .type-createaccount .categories-section .account .account-body form .form-row .form-field {
      width: 100%;
      padding: 0; }
      .type-createaccount .categories-section .account .account-body form .form-row .form-field .form-label small {
        float: initial;
        color: red;
        margin: 0;
        font-size: 1rem; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-field-error {
    color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-inlineMessage {
    color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-checkbox + .form-label::before {
    border-color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-input {
    border-color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-prefixPostfix-label {
    border-color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-radio + .form-label::before {
    border-color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-field--error .form-select {
    border-color: #ff7d7d; }
  .type-createaccount .categories-section .account .account-body form .form-actions input.button {
    font-size: 20px;
    border-radius: 0; }

/* Forgot Password Page */
h2.page-heading {
  font-family: Oswald;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  color: #2d2d2d;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: -12px 0 7px; }

.type-forgotpassword .categories-section h2.page-heading {
  font-family: Oswald;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin: -12px 0 7px; }

.type-forgotpassword .categories-section form .form-label {
  line-height: 1.8; }

.type-forgotpassword .categories-section form input.button {
  font-size: 20px;
  border-radius: 0; }

/* Account Settings Page */
.categories-section.myaccount_wrap .categories-left .navBar--sub {
  margin-bottom: 25px; }
  .categories-section.myaccount_wrap .categories-left .navBar--sub .navBar-section {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: block; }
    .categories-section.myaccount_wrap .categories-left .navBar--sub .navBar-section .navBar-item {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      display: block;
      text-align: left;
      border: none; }
      .categories-section.myaccount_wrap .categories-left .navBar--sub .navBar-section .navBar-item .navBar-action {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        color: rgba(0, 0, 0, 0.8);
        padding: 0;
        margin: 0; }
      .categories-section.myaccount_wrap .categories-left .navBar--sub .navBar-section .navBar-item.is-active {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        color: #498cbc;
        padding: 0;
        margin: 0; }

.categories-section.myaccount_wrap .categories-right .account-body .account-content .account-heading {
  display: none; }

.categories-section.myaccount_wrap .categories-right .account-body .account-content .alertBox {
  color: #4f4f4f;
  background-color: #e8e8e8;
  border-radius: 4px;
  border-color: #e8e8e8; }
  .categories-section.myaccount_wrap .categories-right .account-body .account-content .alertBox .alertBox-icon .icon svg {
    fill: #4f4f4f; }
  .categories-section.myaccount_wrap .categories-right .account-body .account-content .alertBox .alertBox-message {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: rgba(32, 28, 29, 0.9);
    padding: 0; }

.categories-section.myaccount_wrap .categories-right .account--fixedLarge {
  width: 100%;
  margin: 0; }
  .categories-section.myaccount_wrap .categories-right .account--fixedLarge .account-body {
    margin: 0; }
    .categories-section.myaccount_wrap .categories-right .account--fixedLarge .account-body .addressList li.address .panel-body {
      background: #f2f2f2; }
      .categories-section.myaccount_wrap .categories-right .account--fixedLarge .account-body .addressList li.address .panel-body .address-title {
        font-family: "Source Sans Pro",sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2;
        color: #2d2d2d;
        margin: 0 0 .78571rem; }

.categories-section.myaccount_wrap .categories-right .account--fixed {
  width: 100%; }
  .categories-section.myaccount_wrap .categories-right .account--fixed .account-body {
    margin: 0; }

.categories-section.myaccount_wrap .categories-right form .form-field .form-label small {
  float: initial;
  color: red;
  margin: 0;
  font-size: 1rem; }

.categories-section.myaccount_wrap .categories-right form .change_password_title {
  width: 100%;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-bottom: 15px;
  font-family: Oswald;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #201c1d;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0; }

.categories-section.myaccount_wrap .categories-right form .form-actions button {
  border-radius: 0; }

.categories-section.myaccount_wrap .categories-right form .form-fieldset {
  width: 100%;
  display: inline-block;
  padding: 20px 0 0; }

.categories-section.myaccount_wrap .categories-right form ul.productGrid {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 40px 0 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product {
    padding: 0;
    width: calc(33.333% - 12px);
    margin-right: 18px;
    height: initial !important;
    overflow: initial; }
    .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product:nth-child(3n+0) {
      margin-right: 0; }
    .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product:nth-child(n+4) {
      margin-top: 20px; }
    .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card {
      border: none;
      margin: 0;
      width: 100%;
      display: inline-block;
      background: #fff;
      background: #ffffff;
      -webkit-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
      -moz-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
      box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
      text-align: center;
      padding: 22px 25px; }
      .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-figure {
        margin: 0 0 20px;
        padding: 0; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-figure .card-figcaption .card-figcaption-body button.quickview {
          position: absolute;
          top: 60%;
          left: 50%;
          font-family: Poppins;
          font-weight: 400;
          font-size: 13px;
          line-height: normal;
          color: #2d2d2d;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 0;
          line-height: normal;
          margin-left: -44px;
          margin-top: -13px;
          opacity: 0;
          transition: all .5s ease;
          text-transform: uppercase;
          display: block;
          border: 1px solid #dfdfdf;
          width: 110px;
          display: inline-block;
          padding: 7px 15px; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-figure .card-figcaption .card-figcaption-body a.card-figcaption-button {
          display: none; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-figure .card-figcaption .card-figcaption-body label.card-figcaption-button {
          display: none; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-figure:hover .card-figcaption .card-figcaption-body button.quickview {
          opacity: 1;
          top: 50%; }
      .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body {
        padding: 0;
        -ms-flex: initial;
        flex: initial; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-title {
          margin: 0; }
          .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-title a {
            font-family: Oswald;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #201c1d;
            text-transform: uppercase;
            margin: 0 0 10px; }
            .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-title a:hover {
              color: #6d899f; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .price-section--withoutTax {
          float: left;
          margin-right: 10px; }
          .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .price-section--withoutTax:last-child {
            margin-right: 0; }
          .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
            font-family: Poppins;
            font-weight: 600;
            font-size: 22px;
            line-height: normal;
            color: #498cbc;
            margin: 0; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .rrp-price--withoutTax .price--rrp {
          font-family: Poppins;
          font-weight: 600;
          font-size: 22px;
          line-height: normal;
          color: #498cbc;
          margin: 0; }
        .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-button-block {
          padding: 0;
          margin: 0; }
          .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-button-block .Add-cart {
            font-family: Poppins;
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            color: #201c1d;
            background: rgba(0, 0, 0, 0.05);
            border-radius: 0;
            border: none;
            width: 100%;
            text-transform: uppercase;
            margin: 11px 0 0;
            padding: 12px; }
            .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-button-block .Add-cart:hover {
              color: #ffffff;
              background: #498cbc; }

/* Search Page */
.type-search .categories-section .categories-left .sidebarBlock .facetedSearch-navList .accordion .accordion-block .accordion-nav-clear-holder .accordion-navigation span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #201c1d;
  border-color: rgba(32, 28, 29, 0.2); }
  .type-search .categories-section .categories-left .sidebarBlock .facetedSearch-navList .accordion .accordion-block .accordion-nav-clear-holder .accordion-navigation span svg {
    fill: #201c1d; }

.type-search .categories-section .categories-right .actionBar {
  text-align: right;
  float: right; }
  .type-search .categories-section .categories-right .actionBar .actionBar-section .form-field {
    border: none;
    border-radius: 0;
    margin: 0; }
    .type-search .categories-section .categories-right .actionBar .actionBar-section .form-field .form-label {
      font-family: Oswald;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      color: #201c1d;
      text-transform: uppercase;
      float: left;
      margin: 0 10px 0 0;
      padding: 11px 0 0; }
    .type-search .categories-section .categories-right .actionBar .actionBar-section .form-field select {
      width: auto;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 0;
      padding: 4px 5px;
      height: 37px;
      font-family: Poppins;
      font-weight: 400;
      font-size: 15px;
      line-height: initial;
      color: rgba(0, 0, 0, 0.7); }

.type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text {
  display: inline-block;
  margin: 0; }
  .type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text .price-section--withoutTax {
    float: left;
    margin-right: 10px; }
    .type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text .price-section--withoutTax:last-child {
      margin-right: 0; }
    .type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text .price-section--withoutTax .price--rrp {
      font-family: Poppins;
      font-weight: 600;
      font-size: 22px;
      line-height: normal;
      color: #1d1d1d !important;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
    .type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
      font-family: Poppins;
      font-weight: 600;
      font-size: 22px;
      line-height: normal;
      color: #498cbc;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0; }
    .type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text .price-section--withoutTax .price-now-label {
      display: none; }
  .type-search .categories-section .categories-right ul.ss-item-container li.product .card .card-body .card-text .non-sale-price--withoutTax {
    display: none; }

/* Drop Ship Program */
.drop-ship-program {
  width: 100%;
  display: inline-block;
  padding: 0 0 0; }
  .drop-ship-program .container {
    max-width: 1170px;
    width: 94%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
  .drop-ship-program .pship-Bg {
    background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/drop-pship-program-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .drop-ship-program .Header__top {
    margin: 0 auto;
    display: table;
    padding: 98px 0 82px; }
    .drop-ship-program .Header__top .logo {
      float: left; }
    .drop-ship-program .Header__top .content {
      position: relative;
      float: left;
      margin: 12px 0 0;
      margin-left: 46px;
      padding-left: 46px; }
      .drop-ship-program .Header__top .content:before {
        content: "";
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 6px;
        height: 108px;
        background: #1c1d1a;
        border-radius: 5px; }
      .drop-ship-program .Header__top .content h2 {
        font-family: 'Bebas Neue';
        font-weight: normal;
        font-size: 55.95px;
        line-height: 1;
        color: #000000;
        text-transform: uppercase;
        margin: 0; }
        .drop-ship-program .Header__top .content h2 span {
          font-family: 'Bebas Neue';
          font-weight: 700;
          display: inline-block;
          margin: 0 0 -4px; }
  .drop-ship-program .Ship-program {
    width: 100%;
    display: inline-block;
    padding: 0 100px 50px; }
    .drop-ship-program .Ship-program h1 {
      font-family: 'Oswald';
      font-weight: bold;
      font-size: 37.79px;
      line-height: 1;
      color: #000000;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 50px; }
    .drop-ship-program .Ship-program .content {
      width: calc(100% - 510px);
      float: left; }
      .drop-ship-program .Ship-program .content p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 21px;
        line-height: normal;
        color: #3f3e3e;
        text-align: justify;
        padding: 0 0 40px; }
      .drop-ship-program .Ship-program .content h3 {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 22px;
        line-height: normal;
        color: #3f3e3e;
        margin: 0 0 8px; }
      .drop-ship-program .Ship-program .content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .drop-ship-program .Ship-program .content ul li {
          list-style: none;
          font-family: 'Poppins';
          font-weight: 400;
          font-size: 18.5px;
          line-height: normal;
          color: #3f3e3e;
          padding: 0;
          margin: 0 0 8px; }
          .drop-ship-program .Ship-program .content ul li:last-child {
            margin: 0; }
    .drop-ship-program .Ship-program form {
      width: 460px;
      float: right; }
      .drop-ship-program .Ship-program form p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 21.6px;
        line-height: normal;
        color: #3f3e3e;
        padding: 0 0 26px; }
        .drop-ship-program .Ship-program form p.zf-errorMessage {
          font: 12px Arial, Helvetica, sans-serif;
          color: #ff0000;
          padding: 5px 0 0; }
      .drop-ship-program .Ship-program form .box {
        width: 100%;
        display: inline-block;
        margin: 0 0 20px; }
        .drop-ship-program .Ship-program form .box:last-child {
          margin: 0; }
        .drop-ship-program .Ship-program form .box.box-box {
          width: calc(50% - 8px);
          float: left;
          margin-right: 16px; }
          .drop-ship-program .Ship-program form .box.box-box:nth-child(even) {
            margin-right: 0; }
        .drop-ship-program .Ship-program form .box label {
          font-family: 'TT Norms';
          font-weight: normal;
          font-variant: no-common-ligatures;
          font-size: 16.84px;
          line-height: normal;
          color: #000000;
          width: 100%;
          display: inline-block;
          margin: 0 0 5px; }
          .drop-ship-program .Ship-program form .box label.small_label {
            font-size: 15px;
            margin: 5px 0 0; }
        .drop-ship-program .Ship-program form .box input {
          font-family: 'TT Norms';
          font-weight: normal;
          font-variant: no-common-ligatures;
          font-size: 17px;
          line-height: 1;
          color: #000;
          background: #ebeced;
          border-radius: 15px;
          border: none;
          outline: none;
          width: 100%;
          height: 56px;
          display: inline-block;
          padding: 22px; }
          .drop-ship-program .Ship-program form .box input::-moz-placeholder {
            font-size: 17px;
            line-height: normal;
            color: #ebeced;
            opacity: 10; }
          .drop-ship-program .Ship-program form .box input::-webkit-input-placeholder {
            font-size: 17px;
            line-height: normal;
            color: #ebeced; }
      .drop-ship-program .Ship-program form button.zf-submitColor {
        background: transparent;
        border: 0;
        box-shadow: unset;
        text-shadow: unset; }
      .drop-ship-program .Ship-program form .zf-submitColor:hover {
        background: unset; }
      .drop-ship-program .Ship-program form .zf-submitColor:focus {
        outline: unset; }
    .drop-ship-program .Ship-program .join-us-btn {
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 73px 0 50px; }
  .drop-ship-program .shipping-explained {
    width: 100%;
    display: inline-block;
    padding: 0 0 0; }
    .drop-ship-program .shipping-explained .image-section {
      width: 100%;
      display: inline-block;
      border-top: 30px solid #141514;
      margin: 0 0 0; }
    .drop-ship-program .shipping-explained .Title {
      background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/drop-pship-program-shipping-explained-title-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 112px;
      margin: 0 0 52px; }
      .drop-ship-program .shipping-explained .Title h2 {
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 37.79px;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 0;
        padding: 44px 0 0; }
    .drop-ship-program .shipping-explained .content {
      width: 100%;
      display: inline-block;
      padding: 0 100px; }
      .drop-ship-program .shipping-explained .content p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 21px;
        line-height: normal;
        color: #3f3e3e;
        text-align: justify;
        padding: 0 0 47px; }
      .drop-ship-program .shipping-explained .content h3.Benefits-you {
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 37.79px;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/benefits-you-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 348px;
        height: 87px;
        display: inline-block;
        padding: 24px;
        margin: 0 0 18px; }
      .drop-ship-program .shipping-explained .content ul {
        padding: 0;
        margin: 0 0 50px 21px;
        list-style: none; }
        .drop-ship-program .shipping-explained .content ul li {
          font-family: 'Poppins';
          font-weight: 400;
          font-size: 21px;
          line-height: normal;
          color: #3f3e3e;
          padding: 0;
          margin: 0;
          list-style: outside; }
      .drop-ship-program .shipping-explained .content .Even-better-section .Even-better {
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 37.79px;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/even-better-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 439px;
        height: 87px;
        display: inline-block;
        padding: 24px;
        margin: 0 0 18px; }
      .drop-ship-program .shipping-explained .content .Even-better-section span {
        font-family: Poppins;
        font-weight: 700;
        font-size: 21px;
        line-height: normal;
        color: #3f3e3e;
        display: block;
        padding: 0 0 14px; }
      .drop-ship-program .shipping-explained .content .Even-better-section p {
        padding: 0 0 21px; }
      .drop-ship-program .shipping-explained .content .Even-better-section ul {
        padding: 0;
        margin: 0 0 55px;
        list-style: none; }
        .drop-ship-program .shipping-explained .content .Even-better-section ul li {
          padding: 0;
          margin: 0;
          list-style: none; }
  .drop-ship-program .We-also-section {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 0 57px; }
    .drop-ship-program .We-also-section:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/drop-pship-program-bg-2.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .drop-ship-program .We-also-section .image-section {
      width: 100%;
      display: inline-block;
      border-top: 30px solid #141514;
      margin: 0 0 0; }
    .drop-ship-program .We-also-section .Title {
      background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/drop-pship-program-we-also-title-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 111px;
      margin: 0 0 52px; }
      .drop-ship-program .We-also-section .Title h2 {
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 37.79px;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 0;
        padding: 44px 0 0; }
    .drop-ship-program .We-also-section .content {
      width: 100%;
      display: inline-block;
      padding: 0 100px; }
      .drop-ship-program .We-also-section .content p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 21px;
        line-height: normal;
        color: #3f3e3e;
        text-align: justify;
        padding: 0 0 28px; }
      .drop-ship-program .We-also-section .content .program-guidelines-img {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 71px 0 75px; }
      .drop-ship-program .We-also-section .content .How-works {
        font-family: Oswald;
        font-weight: 700;
        font-size: 37.79px;
        line-height: 1;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/how-works-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 325px;
        height: 88px;
        display: inline-block;
        padding: 25px;
        margin: 0 0 18px; }
      .drop-ship-program .We-also-section .content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .drop-ship-program .We-also-section .content ul li {
          font-family: Poppins;
          font-weight: 400;
          font-size: 21px;
          line-height: normal;
          color: #3f3e3e;
          list-style: none;
          padding: 0;
          margin: 0 0 27px; }
          .drop-ship-program .We-also-section .content ul li:last-child {
            margin: 0; }
  .drop-ship-program .shipping-order {
    width: 100%;
    display: inline-block;
    padding: 0 0 0; }
    .drop-ship-program .shipping-order .Title {
      background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/shipping-order-title-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 115px;
      margin: 0 0 48px; }
      .drop-ship-program .shipping-order .Title h2 {
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 37.79px;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 0;
        padding: 20px 0; }
    .drop-ship-program .shipping-order .content {
      width: 100%;
      display: inline-block;
      padding: 0 100px; }
      .drop-ship-program .shipping-order .content p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 21px;
        line-height: normal;
        color: #3f3e3e;
        text-align: justify;
        padding: 0 0 28px; }
      .drop-ship-program .shipping-order .content .product-descriptions-bg {
        font-family: Oswald;
        font-weight: 700;
        font-size: 37.79px;
        line-height: 1;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/product-descriptions-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 686px;
        height: 86px;
        display: inline-block;
        padding: 25px;
        margin: 25px 0 20px; }
    .drop-ship-program .shipping-order .program-today {
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 22px 35px 10px; }
      .drop-ship-program .shipping-order .program-today h2 {
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 45.35px;
        line-height: 1;
        color: #000000;
        text-transform: uppercase;
        margin: 0 0 58px; }
      .drop-ship-program .shipping-order .program-today img.ship-program-today-icon {
        margin: 0 0 60px; }
      .drop-ship-program .shipping-order .program-today p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        color: #3f3e3e;
        text-align: center;
        padding: 0 0 32px; }
        .drop-ship-program .shipping-order .program-today p a {
          font-family: Poppins;
          font-weight: 700;
          color: #3f3e3e; }
  .drop-ship-program button.zf-submitColor {
    background: transparent;
    border: 0;
    box-shadow: unset;
    text-shadow: unset; }

/*****/
.productPage .product-contain .sku_image_content {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 15px 0 0; }
  .productPage .product-contain .sku_image_content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 0; }

.quickView .productPage .product-contain .top_review_section {
  display: none; }

.quickView .productPage .product-contain .yotpo-review-2 {
  display: none !important; }

.quickView .productPage .product-contain .review_section_wrap {
  display: none; }

.type-warehouses.page-content p iframe {
  width: 100%; }

.type-warehouses .page-content h3.contact-title {
  font-family: Oswald;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 0 0; }

.cart_chkbtn_wrap .GooglePayCheckout button.gpay-button {
  width: 160px;
  margin: 0; }

.type-page .Trending-now.top_sellers_wrap {
  margin-bottom: 80px; }

#yotpobox .yotpo-label {
  display: none; }

.login-rowproduct .panel-body.login_bestseller .slick-track {
  width: 100% !important; }
  .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide {
    width: 100% !important; }
    .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box {
      border: 0; }
      .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .yotpo-stars {
        width: 100%;
        text-align: center; }
        .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .yotpo-stars .yotpo-icon {
          float: none !important; }
      .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .star-clickable {
        display: block;
        margin: 10px 0 !important; }
      .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .price-section {
        width: auto;
        display: table; }
      .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .product-item-price {
        padding: 15px 0 15px !important; }
      .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .card-button-block {
        max-width: 300px; }
        .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .card-button-block a {
          background: #201c1d; }
          .login-rowproduct .panel-body.login_bestseller .slick-track .productCarousel-slide .slider-box .card-button-block a:hover {
            background-color: #666;
            border-color: #666; }

.login-rowproduct .panel-body.login_bestseller div {
  width: auto; }

.login-rowproduct .panel-body.login_bestseller .card-img-container {
  max-width: 200px; }

.login-rowproduct .panel-body .card-img-container img {
  position: relative;
  margin-bottom: 0; }

.login-rowproduct .panel-body .card-img-container::after {
  padding: 0; }

.login-rowproduct .panel-body .Trending-now .productCarousel .card {
  border: 0;
  width: 65%; }

.login-rowproduct .new-customer .panel-header {
  z-index: 100; }

.type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_best_title h2 {
  font-family: 'Bebas Neue';
  font-weight: 700;
  font-size: 33px;
  line-height: normal;
  color: #fff;
  letter-spacing: 2.88px !important;
  background: linear-gradient(to right, #4986b5 0, #32688d 100%);
  display: block;
  text-align: center;
  padding: 12px 10px 9px;
  margin: 0 0 20px; }

.type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0; }
  .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product:nth-child(n+3) {
      margin-top: 20px; }
    .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card {
      border: 2px solid #ececec;
      border-radius: 5px;
      padding: 10px 15px 0;
      margin: 0; }
      .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-figure .button--small {
        font-size: 13px !important; }
      .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body {
        padding: 0;
        margin: 12px 0;
        text-align: center; }
        .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .paypalpaylater {
          display: none; }
        .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .yotpo a.text-m {
          display: none; }
        .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .product-item-price {
          margin: 0 auto;
          display: table;
          padding: 0; }
          .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .product-item-price span.price {
            font-family: Poppins,sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            color: #498cbc !important;
            display: block;
            padding: 0;
            margin: 0;
            float: left; }
            .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .product-item-price span.price.price--rrp {
              color: #1d1d1d !important;
              margin-right: 5px; }
        .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .card-title a {
          font-family: Oswald,sans-serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 19px;
          color: #201c1d;
          text-transform: uppercase;
          display: block;
          padding: 0;
          margin: 8px 0; }
        .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .card-button-block {
          padding: 1px 0 0; }
          .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .card-button-block .button.Add-cart {
            font-family: Poppins,sans-serif;
            font-weight: 600;
            font-size: 15px !important;
            line-height: 1;
            color: #201c1d;
            display: inline-block;
            background: rgba(0, 0, 0, 0.05);
            text-transform: uppercase;
            width: 100%;
            height: 40px;
            padding: 14px 10px;
            margin: 0;
            box-shadow: none;
            border: none; }
            .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .card-button-block .button.Add-cart:hover {
              color: #ffffff;
              background: #498cbc; }

.type-blog_post .blog_wrap .page-content .blog .blog-post-body span {
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: rgba(32, 28, 29, 0.9);
  -webkit-font-smoothing: antialiased; }

.type-blog_post .blog_wrap .blog_navtree_post .tree_content.tree_content_post {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #498cbc;
  text-transform: uppercase;
  border-bottom: 1px solid #498cbc;
  margin: 4px 0 25px;
  outline: 0; }

.plumber-landing-page form p.zf-errorMessage {
  padding: 0 0 10px; }

#productStickyWrap .sticky_navi .sticky_list_item a {
  color: #333; }

.categories-section .categories-left .sidebarBlock ul.navList li.toplevel {
  display: inline-block;
  width: 100%; }
  .categories-section .categories-left .sidebarBlock ul.navList li.toplevel a {
    color: #333; }
  .categories-section .categories-left .sidebarBlock ul.navList li.toplevel .navPages-action {
    display: inline-block;
    width: 100%; }

.categories-section .categories-left .navPages-action-moreIcon {
  position: absolute;
  right: 3px;
  top: 7px;
  display: inline-block;
  cursor: pointer; }

.categories-section .categories-left .navPage-subMenu {
  position: initial;
  float: left;
  width: 100%; }
  .categories-section .categories-left .navPage-subMenu .navPage-subMenu-list li {
    float: left;
    width: 100%;
    position: relative; }

.categories-section.shop_by_size_cat .categories-right .col-sm-4 {
  display: none; }

.header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li a {
  line-height: normal;
  padding: 2px 0; }

#player3, .closeiconnn, .overlayy, .type-default .playvideobuttonhead {
  display: none; }

#searchoverlaywhole, .overlayy {
  height: 100%;
  top: 0;
  position: fixed; }

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 502; }

.body {
  padding-top: 206px; }

.playvideobuttonhead {
  position: absolute;
  bottom: -35px;
  right: 55px;
  cursor: pointer; }

.header-advertise h2 {
  position: relative; }

.overlayy {
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.closeiconnn {
  position: fixed;
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  color: #fff;
  z-index: 1002;
  cursor: pointer;
  border-radius: 50%;
  background: #1d1d1d;
  text-align: center; }

.canadabox {
  background: url(/product_images/uploaded_images/gradback.jpg) repeat-y;
  padding: 0 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 865px; }
  .canadabox img {
    float: left; }
  .canadabox .canadaoffer {
    float: left;
    width: 70%;
    padding-top: 35px;
    padding-left: 55px; }
    .canadabox .canadaoffer span {
      display: block;
      font-size: 42px;
      color: #fff;
      margin-bottom: 25px;
      font-family: sans-serif; }
    .canadabox .canadaoffer a {
      color: #fff;
      padding: 10px 20px;
      background: #000;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 16px;
      margin-right: 40px; }

#searchoverlaywhole {
  background: rgba(0, 0, 0, 0.35);
  display: none;
  width: 100%;
  left: 0; }

.price--rrp {
  text-decoration: none !important;
  position: relative !important;
  color: #1d1d1d !important; }
  .price--rrp::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #ba281e;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }

.price--withoutTax {
  font-size: 20px;
  font-weight: 700;
  color: #ba281e; }

.type-product .price--withoutTax {
  font-size: 26px; }

.abandonedcart_popup .popup_contain button:focus {
  outline: unset; }

.abcart_popup .popup_contain button:focus {
  outline: unset; }

.type-category .category_desc .ContentEditor a.morelink.comment_more_btn {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #498cbc;
  text-transform: uppercase;
  border-bottom: 1px solid #498cbc; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options {
  margin-top: 10px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section.product_option_sizelist {
    width: 100%; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field.ppa_re_material_type {
    display: none; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field .productOptions-list .productOptions-list-item .productOptions-list-item-content .form-radio {
    visibility: hidden; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .wishlistBtnBox {
    margin-top: 20px; }
    .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .wishlistBtnBox .form-wishlist a.button {
      font-size: 20px; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .product_shdec p {
  padding-bottom: 5px !important; }

.productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #201c1d;
  width: 100%;
  display: inline-block;
  margin: 0 0 15px; }

.productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content p {
  padding: 0 0 15px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content p.video_desc iframe {
    margin-right: 15px; }

.product-size-tag {
  margin: 0 0 20px;
  text-align: left; }
  .product-size-tag a {
    display: inline-block;
    margin: 0 5px 10px 0;
    vertical-align: top;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #333;
    padding: 10px 10px 9px;
    line-height: 1; }
    .product-size-tag a.active {
      font-weight: 600;
      border: 1px solid red; }

#searchspring-slideout_container.ss-slideout_show {
  z-index: 9999999; }

.type-search div#search-results-content {
  display: block !important; }
  .type-search div#search-results-content ul {
    margin: 0;
    padding: 0; }

.type-search div#product-listing-container {
  display: none !important; }

.type-search .blog_search_info .search-nav {
  text-align: left;
  margin: 0; }
  .type-search .blog_search_info .search-nav ul li a#search-results-content-count {
    font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #201c1d;
    text-transform: uppercase;
    display: block;
    padding: 0; }

.type-search .categories-section #search-results-content .actionBar {
  display: block;
  width: 100%;
  margin: 0; }
  .type-search .categories-section #search-results-content .actionBar fieldset.form-fieldset.actionBar-section {
    float: right; }
    .type-search .categories-section #search-results-content .actionBar fieldset.form-fieldset.actionBar-section select#sort {
      width: 127px; }

.type-search .categories-section.blog_wrap .blog_post_section .page-heading {
  display: block !important;
  margin-bottom: 30px;
  font-size: 30px; }

.type-search .categories-section.blog_wrap .blog_post_section .blog {
  width: 100%; }

.type-search .categories-section.blog_wrap .categories-left.blog_navtree {
  display: block !important; }

.type-search .categories-section.blog_wrap .categories-left h5.sidebarBlock-heading {
  margin: 30px 0 0;
  display: inline-block;
  width: 100%; }

.type-blog_post .blog_wrap .new_blog_sidebar .form-search input {
  text-transform: inherit; }
  .type-blog_post .blog_wrap .new_blog_sidebar .form-search input::-webkit-input-placeholder {
    text-transform: uppercase; }
  .type-blog_post .blog_wrap .new_blog_sidebar .form-search input:-ms-input-placeholder {
    text-transform: uppercase; }
  .type-blog_post .blog_wrap .new_blog_sidebar .form-search input::placeholder {
    text-transform: uppercase; }

.sidenav .new_tap_navmenu ul.nav_pages {
  margin-top: 8px; }
  .sidenav .new_tap_navmenu ul.nav_pages li {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    background: #498cbc;
    letter-spacing: 0;
    margin: 0 0 8px;
    padding: 6px 12px; }
    .sidenav .new_tap_navmenu ul.nav_pages li a.navPages-action {
      border: 0 !important;
      padding: 0;
      margin: 0;
      color: #fff; }

.sidenav .new_tap_navmenu .sidebarBlock ul li:last-child a {
  border-bottom: 1px solid #000; }

.sidenav ul li.loginlink {
  border: 0 !important; }

.categories-section .categories-right #searchspring-content .ss-no-results.ss-targeted.ng-scope {
  width: 100%;
  display: block;
  float: left;
  padding-top: 30px; }

.categories-section .categories-right .categories_list.modelnumber_catwrap .row .large-2 .navList-action .subCategoryList {
  display: table;
  border: 1px solid #ddd;
  padding: 8px; }
  .categories-section .categories-right .categories_list.modelnumber_catwrap .row .large-2 .navList-action .subCategoryList .imagebox {
    display: table-cell;
    vertical-align: middle; }

.ss-page h1.search_title {
  opacity: 0;
  margin: -15px 0 0 0;
  padding: 0; }

.productView-options.zeroprice_wrap img {
  width: 300px; }

.productView-options .wishlistBtnBox #wishlist-dropdown.is-open {
  padding: 0; }

.productView-options .wishlistBtnBox #wishlist-dropdown li input.button {
  font-size: 20px; }

footer .footer-bottom .footer-payment-icons {
  height: auto; }
  footer .footer-bottom .footer-payment-icons img {
    margin: 0 0 0 30px;
    backface-visibility: inherit; }
    footer .footer-bottom .footer-payment-icons img:first-child {
      margin: 0; }
  footer .footer-bottom .footer-payment-icons svg {
    margin: 0 0 0 20px; }

footer .footer-bottom .Buy-online {
  margin-top: 10px; }

footer .footer-bottom .row .col-sm-4 {
  width: auto; }

footer .footer-top .box h3 svg {
  margin-right: 9px;
  vertical-align: middle; }

#y-badges .y-badge .y-powered-by {
  display: none; }

.testimonials #yotpo-testimonials-site-reviews.yotpo-active {
  padding: 0 0 25px; }

.yotpo .yotpo-logo-link-new {
  display: none; }

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
  width: 100%;
  display: inline-block; }
  .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
    display: none; }

.all_homcategory_list.Real-reviews .Real-product .row .col-sm-3 {
  width: 25%; }
  .all_homcategory_list.Real-reviews .Real-product .row .col-sm-3:nth-child(n+4) {
    margin-top: 0; }
  .all_homcategory_list.Real-reviews .Real-product .row .col-sm-3:nth-child(n+5) {
    margin-top: 10px; }

.type-page .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  display: inline-block; }

.type-page section.yotpo_section {
  padding: 0 0 30px; }

.zeroprice_wrap a {
  position: relative;
  display: inline-block; }
  .zeroprice_wrap a span {
    position: absolute;
    left: 0;
    top: 22px;
    font-weight: 700;
    color: #4d4d4d;
    text-align: center;
    width: 100%;
    font-size: 19px;
    padding-left: 22px; }

h1.page-heading.project_list_title {
  display: none; }

.type-wishlist .categories-section .categories-right ul.ss-item-container li.product {
  background: #ffffff;
  -webkit-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
  -moz-box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
  box-shadow: 0px 40px 40px 0px rgba(70, 93, 128, 0.1);
  text-align: center;
  padding: 22px 25px; }
  .type-wishlist .categories-section .categories-right ul.ss-item-container li.product article.card {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: initial;
    padding: 0; }
  .type-wishlist .categories-section .categories-right ul.ss-item-container li.product form {
    margin: 15px 0 0; }
    .type-wishlist .categories-section .categories-right ul.ss-item-container li.product form input.button {
      margin: 0; }

.help-section ul li a svg {
  margin: 0 auto;
  display: table;
  margin-bottom: 10px;
  height: auto; }

.type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box .call-box svg {
  margin: 20px 0; }

.type-contact .categories-section .contact_us .services .row .col-sm-3 .service-box svg {
  max-width: 120px; }

.account-sidebar-block ul.account-order-address li {
  cursor: initial !important; }

input:focus + label {
  outline: 0 !important;
  outline-offset: initial !important; }

.alertBox .alertBox-message {
  padding: 0 !important; }

.type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .tax_exempt_link {
  width: 100%;
  display: inline-block;
  text-align: left; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .tax_exempt_link a {
    font-size: 13px; }

.gt_redirectpopup_1645620295358_modal {
  font-family: oswald; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container {
    display: inline-block !important;
    float: left; }
    .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container a.gt_redirectpopup_1645620295358_button {
      font-weight: 500;
      padding: 10.5px 19px !important;
      font-size: 16.9px !important;
      line-height: 1 !important;
      margin: 0 !important;
      margin-right: 28px !important; }
      .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container a.gt_redirectpopup_1645620295358_button:last-child {
        margin: 0 !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container {
    padding: 0 !important;
    padding-right: 78px !important;
    padding: 2px 0 !important;
    padding-right: 78px !important;
    display: inline-block !important;
    float: left; }
    .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container span.gt_redirectpopup_1645620295358_text {
      font-size: 33px !important;
      line-height: 1 !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_popup_container_padding {
    display: inline-block;
    padding: 22px 0 20px !important; }

.kl-private-reset-css-Xuajs1 .klaviyo-close-form {
  margin: -12px -12px 0 0 !important; }

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor strong {
  font-weight: 700;
  font-size: 34px !important; }

.type-cart .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor strong {
  font-weight: 700;
  font-size: 24px !important; }

body.type-productdetail.type-product a#yotpo_testimonials_btn {
  display: none; }

.blog_wrap .cta_banner {
  padding-top: 30px; }

div#tax-exempt-login-page {
  display: none !important; }

.tax-login-redirect-link {
  display: none !important; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .review-top-section .yotpo-comments-box {
  display: none !important; }

.home_abtest .abtest-banner {
  margin: 0 0 50px;
  display: inline-block;
  width: 100%; }
  .home_abtest .abtest-banner .imgbox {
    position: relative; }
    .home_abtest .abtest-banner .imgbox .overlay-text {
      position: absolute;
      left: 0;
      right: 0;
      top: 90px;
      background: rgba(255, 210, 0, 0.75);
      max-width: 992px;
      margin: auto;
      padding: 105px 205px;
      text-align: center; }
      .home_abtest .abtest-banner .imgbox .overlay-text h2 {
        font-family: 'Bebas Neue', cursive;
        color: #000;
        font-size: 65px;
        line-height: normal;
        margin: 0;
        font-weight: 700; }
      .home_abtest .abtest-banner .imgbox .overlay-text p {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        color: #000;
        padding: 0;
        margin: 12px 0 43px;
        line-height: normal; }
      .home_abtest .abtest-banner .imgbox .overlay-text .banner-btn {
        background: #333333;
        color: #fff;
        display: inline-block;
        padding: 14px 50px;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 18px; }
    .home_abtest .abtest-banner .imgbox .go1152403042 {
      background: rgba(255, 210, 0, 0.75);
      max-width: 780px;
      margin: auto;
      padding: 70px 100px;
      text-align: center;
      margin: 58px 0 135px; }
    .home_abtest .abtest-banner .imgbox .go403273743 p {
      padding: 0;
      font-family: 'Bebas Neue',cursive;
      color: #000;
      font-size: 60px;
      line-height: normal;
      margin: 0;
      font-weight: 700; }
    .home_abtest .abtest-banner .imgbox .go3130182400 p {
      font-family: Roboto,sans-serif;
      font-size: 22px;
      color: #000;
      padding: 0;
      margin: 12px 0 43px;
      line-height: normal; }
    .home_abtest .abtest-banner .imgbox .go2241011273 {
      background: #333;
      color: #fff;
      display: inline-block;
      padding: 13px 42px;
      font-family: Poppins;
      font-weight: 700;
      font-size: 18px;
      margin: 0; }
      .home_abtest .abtest-banner .imgbox .go2241011273 p {
        color: #fff;
        padding: 0;
        font-family: Poppins;
        font-weight: 700;
        font-size: 17px; }

.home_abtest .servicesbox {
  display: block;
  max-width: 1180px;
  margin: -100px auto 0;
  position: relative; }
  .home_abtest .servicesbox .box {
    float: left;
    width: 33.33%;
    padding: 0 15px; }
    .home_abtest .servicesbox .box .iconimg {
      max-width: 50px;
      display: table-cell;
      vertical-align: middle; }
      .home_abtest .servicesbox .box .iconimg img {
        min-width: 50px; }
    .home_abtest .servicesbox .box .content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 25px; }
      .home_abtest .servicesbox .box .content h3 {
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 700;
        color: #000;
        margin: 0 0 10px; }
      .home_abtest .servicesbox .box .content p {
        font-size: 14px;
        font-family: 'Poppins';
        color: #333;
        padding: 0; }
    .home_abtest .servicesbox .box .serviceitem {
      width: 100%;
      background: #fff;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
      padding: 35px 25px; }
      .home_abtest .servicesbox .box .serviceitem a {
        display: table;
        margin: auto; }

.home_abtest .category-section {
  display: block;
  width: 100%;
  margin: 70px auto 0;
  max-width: 1428px; }
  .home_abtest .category-section .cat-row {
    margin: 0 -15px; }
    .home_abtest .category-section .cat-row.col-4 .box {
      width: 25%; }
      .home_abtest .category-section .cat-row.col-4 .box img {
        height: 180px; }
  .home_abtest .category-section .box {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin: 0 0 50px; }
    .home_abtest .category-section .box img {
      width: auto;
      max-width: initial;
      height: 200px;
      display: table;
      margin: auto; }
    .home_abtest .category-section .box .catname {
      display: block;
      font-size: 24px;
      font-family: Poppins;
      color: #000;
      font-weight: 700;
      padding: 16px 15px;
      margin: 20px 0 0;
      transition: .5s;
      background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/cat-arrow.png);
      background-position: center right;
      background-repeat: no-repeat;
      background-size: auto 18px; }
    .home_abtest .category-section .box a {
      border: 1px solid transparent;
      display: inline-block;
      width: 100%;
      padding: 35px 0 0; }
      .home_abtest .category-section .box a:hover {
        border: 1px solid #498cbc; }
        .home_abtest .category-section .box a:hover .catname {
          background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/cathover-arrow.png), #498cbc;
          color: #fff;
          transition: 0.5s;
          background-position: center right 10px;
          background-repeat: no-repeat;
          background-size: auto 18px; }
  .home_abtest .category-section .view_all_btn {
    margin: 35px 0 50px;
    text-align: center;
    display: inline-block;
    width: 100%; }
    .home_abtest .category-section .view_all_btn a {
      background: #498cbc;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Poppins';
      padding: 14px 68px;
      display: inline-block;
      font-size: 18px; }

.home_abtest .all_homcategory_list .Real-product {
  padding: 10px 0 30px; }

.new_tax_exempt .categories-section .categories-right .page-heading {
  font-size: 42px;
  color: #131313; }

.exemption-details .exemption-content {
  display: inline-block; }
  .exemption-details .exemption-content h4 {
    margin: 23px 0 10px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Poppins'; }
  .exemption-details .exemption-content p {
    font-size: 16px;
    font-family: 'Poppins';
    color: #333333; }
  .exemption-details .exemption-content .row .col-6 {
    width: 38%;
    float: left;
    padding: 0 12px; }
    .exemption-details .exemption-content .row .col-6.list {
      width: 62%;
      float: left;
      padding: 0 12px; }
      .exemption-details .exemption-content .row .col-6.list ul {
        margin: 0;
        padding: 0 0 0 16px; }
        .exemption-details .exemption-content .row .col-6.list ul li {
          font-size: 16px;
          font-family: 'Poppins';
          color: #333333;
          margin: 0 0 12px;
          list-style: disc; }

.exemption-details .how-to-submit h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Poppins';
  margin: 30px 0 15px; }

.exemption-details .how-to-submit p {
  font-size: 16px;
  font-family: Poppins;
  color: #333; }

.exemption-details .how-to-submit .step h2 {
  font-size: 33px;
  color: #131313;
  margin: 20px 0 20px; }

.exemption-details .how-to-submit .step .note {
  font-size: 16px;
  font-family: Poppins;
  color: #333;
  padding: 26px 15%;
  background: #fafafa;
  text-align: center;
  margin: 10px 0 30px; }

.exemption-details .how-to-submit .step a.btn {
  background: #498cbc;
  border-radius: 4px 0px 0px 4px;
  color: #fff;
  height: 50px;
  display: table;
  line-height: 50px;
  width: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
  position: relative;
  padding: 0 28px 0 12px; }

.exemption-details .submit-detail-grid {
  display: inline-block;
  background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/questionamark-bg.jpg);
  padding: 50px 10px 30px;
  background-size: cover;
  background-position: right;
  margin: 60px 0 50px; }
  .exemption-details .submit-detail-grid .grid-row .col {
    float: left;
    width: 33.33%;
    padding: 0 15px; }
    .exemption-details .submit-detail-grid .grid-row .col h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 30px;
      color: #131313;
      min-height: 60px;
      margin: 0 0 20px;
      font-family: 'Poppins';
      text-align: center; }
    .exemption-details .submit-detail-grid .grid-row .col p {
      font-size: 15px;
      font-weight: 700;
      font-family: Poppins;
      color: #131313; }

.how-to-submit .step a.btn:after {
  content: '';
  position: absolute;
  right: -17px;
  height: 35.999px;
  width: 34.7px;
  background: #498cbc;
  transform: rotate(45deg);
  top: 7px; }

#taxform_body p.note {
  font-size: 16px;
  font-family: Poppins;
  color: #333;
  padding: 26px 15%;
  background: #fafafa;
  text-align: center;
  margin: 10px 0 30px; }

.request-quate-form {
  display: table;
  width: 100%;
  max-width: 1060px;
  margin: auto; }
  .request-quate-form .tagline {
    margin: 10px 0 0;
    font-size: 18px;
    max-width: 610px;
    color: #333333;
    padding: 0; }
  .request-quate-form form {
    margin: 0 0;
    display: inline-block;
    width: 100%; }
    .request-quate-form form .box {
      border: 1px solid #dcdcdc;
      background: #F8F8F8;
      padding: 60px 35px;
      margin: 35px 0 0; }
      .request-quate-form form .box h3 {
        font-size: 24px;
        color: #010101;
        font-family: 'Oswald';
        font-weight: 600;
        margin: 0 0 25px; }
      .request-quate-form form .box .form-row {
        margin: 0 -15px; }
        .request-quate-form form .box .form-row .col {
          float: left;
          width: 100%;
          padding: 0 15px;
          margin: 24px 0 0; }
          .request-quate-form form .box .form-row .col.col-6 {
            width: 50%; }
          .request-quate-form form .box .form-row .col label {
            display: block;
            font-size: 16px;
            color: #333333;
            margin: 0 0 8px; }
          .request-quate-form form .box .form-row .col select {
            appearance: none;
            background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/select-icon.png) #fff;
            background-repeat: no-repeat;
            background-position: center right 10px;
            background-size: 17px;
            width: 100%;
            border: 1px solid #7f7f7f;
            border-radius: 4px;
            line-height: 41px;
            padding: 0 12px;
            font-size: 16px;
            color: #333;
            height: 42px; }
            .request-quate-form form .box .form-row .col select:hover {
              border-color: #131313; }
          .request-quate-form form .box .form-row .col textarea {
            height: 150px;
            line-height: normal;
            width: 100%;
            border: 1px solid #7f7f7f;
            border-radius: 4px;
            line-height: 41px;
            padding: 0 12px;
            font-size: 16px;
            color: #333;
            height: 42px; }
            .request-quate-form form .box .form-row .col textarea:hover {
              border-color: #131313; }
          .request-quate-form form .box .form-row .col input {
            width: 100%;
            border: 1px solid #7f7f7f;
            border-radius: 4px;
            line-height: 41px;
            padding: 0 12px;
            font-size: 16px;
            color: #333;
            height: 42px; }
            .request-quate-form form .box .form-row .col input:hover {
              border-color: #131313; }
          .request-quate-form form .box .form-row .col.col-7 {
            width: 65%; }
          .request-quate-form form .box .form-row .col.col-5 {
            width: 35%; }
          .request-quate-form form .box .form-row .col.submit button.submit-form {
            border-radius: 8px;
            background: #498cbc;
            width: 380px;
            height: 42px;
            color: #fff;
            font-family: Poppins;
            text-transform: uppercase;
            line-height: 44px;
            padding: 0 15px;
            font-size: 16px;
            font-weight: 600;
            margin: 40px auto 0;
            display: table;
            font-family: 'Roboto', sans-serif; }
            .request-quate-form form .box .form-row .col.submit button.submit-form:hover {
              background: #377EB1; }
          .request-quate-form form .box .form-row .col .verficatio-code {
            max-width: 350px; }
            .request-quate-form form .box .form-row .col .verficatio-code h5 {
              font-size: 18px;
              font-weight: 400;
              color: #333333;
              text-transform: none;
              margin: 0 0 10px; }
              .request-quate-form form .box .form-row .col .verficatio-code h5 span {
                display: block;
                font-size: 14px;
                color: #7f7f7f; }
            .request-quate-form form .box .form-row .col .verficatio-code input {
              background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/verification-icon.png) #fff;
              background-repeat: no-repeat;
              background-size: auto 62%;
              background-position: center right 15px;
              max-width: 297px;
              padding-right: 45px; }
            .request-quate-form form .box .form-row .col .verficatio-code .text-block {
              height: 88px;
              background: #D6D6D6;
              border-radius: 4px;
              margin: 25px 0 0; }
      .request-quate-form form .box.product-info .form-row .col.col-5 {
        width: 39%; }
      .request-quate-form form .box.product-info .form-row .col.col-2 {
        width: 22%; }

input#international_PhoneNumber_countrycodeval {
  width: 30%;
  float: left; }

input#international_PhoneNumber_countrycode {
  width: 65%;
  float: right; }

.landing-page .calltoday-joinform-section .join-form .form input#international_PhoneNumber_countrycode {
  width: calc(50% - 24px); }

.landing-page.landing-page2 .calltoday-joinform-section .join-form .form input#international_PhoneNumber_countrycode {
  width: 100%; }

.electrician-landing-page .landing-form-content .form-sec form input#international_PhoneNumber_countrycode, .plumber-landing-page input#international_PhoneNumber_countrycode {
  width: 100%;
  float: right; }

.RequestAQuote_form input#international_PhoneNumber_countrycodeval, .RequestAQuote_form input#international_PhoneNumber_countrycode {
  width: 100%;
  float: initial; }

/* Request a Quote */
.request-quote .form-title {
  font-size: 36px;
  color: #010101;
  margin: 25px 0 10px;
  text-transform: capitalize; }

.request-quote p {
  font-size: 18px;
  color: #333333; }

.request-quote .box h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 20px 0 30px;
  font-family: Poppins; }
  .request-quote .box h4:after {
    content: '';
    display: table;
    width: 40px;
    height: 2px;
    background-color: #0079b8;
    margin: 7px 0 0; }

.request-quote .box .form-row {
  margin: 0 -15px; }
  .request-quote .box .form-row .col-6 {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 20px; }
    .request-quote .box .form-row .col-6 label {
      color: #333333;
      font-size: 18px;
      margin: 0 0 6px;
      display: block; }
    .request-quote .box .form-row .col-6.address {
      width: 100%; }
    .request-quote .box .form-row .col-6 input {
      width: 100%;
      border: 1px solid #7f7f7f;
      padding: 12px 15px;
      border-radius: 4px;
      font-family: Poppins;
      background: #fff; }
      .request-quote .box .form-row .col-6 input:hover {
        border: 1px solid #131313; }
    .request-quote .box .form-row .col-6 select {
      width: 100%;
      border: 1px solid #7f7f7f;
      padding: 12px 15px;
      border-radius: 4px;
      font-family: Poppins;
      background: #fff; }
      .request-quote .box .form-row .col-6 select:hover {
        border: 1px solid #131313; }
    .request-quote .box .form-row .col-6.size {
      width: 25%; }
    .request-quote .box .form-row .col-6.quantity {
      width: 25%; }

.request-quote .submit-btn .btn {
  width: 100%;
  max-width: 446px;
  text-align: center;
  background: #498cbc;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 14px;
  border-radius: 8px;
  margin: 50px auto 50px;
  display: table;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }
  .request-quote .submit-btn .btn:hover {
    background: #377EB1; }

.request-quote .captcha p {
  font-size: 16px;
  padding: 20px 0 15px; }

.request-quote .captcha .captcha-box {
  display: table;
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
  max-width: 253px; }
  .request-quote .captcha .captcha-box span {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    color: #999; }

.request-quote .captcha .captch-code {
  height: 70px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .request-quote .captcha .captch-code img {
    max-width: 70%; }

.request-quote .captcha .input {
  display: flex; }
  .request-quote .captcha .input:after {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/reload-captcha.png);
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center; }

.request-quote-banner img.mobile-banner {
  display: none; }

.home-page .abtest-banner {
  margin: 0 0 0px;
  display: inline-block;
  width: 100%; }
  .home-page .abtest-banner .imgbox {
    position: relative; }
    .home-page .abtest-banner .imgbox .overlay-text {
      position: absolute;
      left: 0;
      right: 0;
      top: 90px;
      background: rgba(255, 210, 0, 0.75);
      max-width: 992px;
      margin: auto;
      padding: 105px 205px;
      text-align: center; }
      .home-page .abtest-banner .imgbox .overlay-text h2 {
        font-family: 'Bebas Neue', cursive;
        color: #000;
        font-size: 65px;
        line-height: normal;
        margin: 0;
        font-weight: 700; }
      .home-page .abtest-banner .imgbox .overlay-text p {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        color: #000;
        padding: 0;
        margin: 12px 0 43px;
        line-height: normal; }
      .home-page .abtest-banner .imgbox .overlay-text .banner-btn {
        background: #333333;
        color: #fff;
        display: inline-block;
        padding: 14px 50px;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 18px; }
    .home-page .abtest-banner .imgbox .go1152403042 {
      background: rgba(255, 210, 0, 0.75);
      max-width: 780px;
      margin: auto;
      padding: 70px 100px;
      text-align: center;
      margin: 58px 0 135px; }
    .home-page .abtest-banner .imgbox .go403273743 p {
      padding: 0;
      font-family: 'Bebas Neue',cursive;
      color: #000;
      font-size: 60px;
      line-height: normal;
      margin: 0;
      font-weight: 700; }
    .home-page .abtest-banner .imgbox .go3130182400 p {
      font-family: Roboto,sans-serif;
      font-size: 22px;
      color: #000;
      padding: 0;
      margin: 12px 0 43px;
      line-height: normal; }
    .home-page .abtest-banner .imgbox .go2241011273 {
      background: #333;
      color: #fff;
      display: inline-block;
      padding: 13px 42px;
      font-family: Poppins;
      font-weight: 700;
      font-size: 18px;
      margin: 0; }
      .home-page .abtest-banner .imgbox .go2241011273 p {
        color: #fff;
        padding: 0;
        font-family: Poppins;
        font-weight: 700;
        font-size: 17px; }

.home-page .servicesbox {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 0px 160px 0px;
  position: relative; }
  .home-page .servicesbox .box {
    float: left;
    width: 33.33%;
    padding: 0 15px; }
    .home-page .servicesbox .box .iconimg {
      max-width: 50px;
      display: table-cell;
      vertical-align: middle; }
      .home-page .servicesbox .box .iconimg img {
        min-width: 50px; }
    .home-page .servicesbox .box .content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 25px; }
      .home-page .servicesbox .box .content h3 {
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 700;
        color: #000;
        margin: 0 0 10px; }
      .home-page .servicesbox .box .content p {
        font-size: 14px;
        font-family: 'Poppins';
        color: #333;
        padding: 0; }
    .home-page .servicesbox .box .serviceitem {
      width: 100%;
      background: #fff;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
      padding: 35px 25px; }
      .home-page .servicesbox .box .serviceitem a {
        display: table;
        margin: auto; }

.home-page .category-section {
  display: block;
  width: 100%;
  margin: 70px auto 0;
  max-width: 1428px; }
  .home-page .category-section .cat-row {
    margin: 0 -15px; }
    .home-page .category-section .cat-row.col-4 .box {
      width: 25%; }
      .home-page .category-section .cat-row.col-4 .box img {
        height: 180px; }
  .home-page .category-section .box {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin: 0 0 50px; }
    .home-page .category-section .box img {
      width: auto;
      max-width: initial;
      height: 200px;
      display: table;
      margin: auto; }
    .home-page .category-section .box .catname {
      display: block;
      font-size: 24px;
      font-family: Poppins;
      color: #000;
      font-weight: 700;
      padding: 16px 15px;
      margin: 20px 0 0;
      transition: .5s;
      background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/cat-arrow.png);
      background-position: center right;
      background-repeat: no-repeat;
      background-size: auto 18px; }
    .home-page .category-section .box a {
      border: 1px solid transparent;
      display: inline-block;
      width: 100%;
      padding: 35px 0 0; }
      .home-page .category-section .box a:hover {
        border: 1px solid #498cbc; }
        .home-page .category-section .box a:hover .catname {
          background: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/cathover-arrow.png), #498cbc;
          color: #fff;
          transition: 0.5s;
          background-position: center right 10px;
          background-repeat: no-repeat;
          background-size: auto 18px; }
  .home-page .category-section .view_all_btn {
    margin: 35px 0 50px;
    text-align: center;
    display: inline-block;
    width: 100%; }
    .home-page .category-section .view_all_btn a {
      background: #498cbc;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Poppins';
      padding: 14px 68px;
      display: inline-block;
      font-size: 18px; }

.home-page .all_homcategory_list .Real-product {
  padding: 10px 0 30px; }

.home_abtest header .header-right .header-bottom .Search-products {
  margin: 25px 0 0; }
  .home_abtest header .header-right .header-bottom .Search-products form .form-field {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 0 16px;
    align-items: center; }
    .home_abtest header .header-right .header-bottom .Search-products form .form-field:after {
      display: none; }
    .home_abtest header .header-right .header-bottom .Search-products form .form-field:before {
      display: none; }
  .home_abtest header .header-right .header-bottom .Search-products form input[type=text] {
    font-size: 20px;
    height: 60px;
    border: 3px solid #ffd200;
    padding: 8px 15px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px; }
  .home_abtest header .header-right .header-bottom .Search-products form input[type=text]::placeholder {
    color: #000;
    font-size: inherit; }
  .home_abtest header .header-right .header-bottom .Search-products form .search-box {
    display: flex;
    gap: 0 5px;
    width: 100%; }
  .home_abtest header .header-right .header-bottom .Search-products form .search-icon {
    background: #498cbc;
    height: 60px;
    width: 90px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home_abtest header .header-right .header-bottom .Search-products form .search-icon button.search-btn {
      position: static;
      transform: none; }
  .home_abtest header .header-right .header-bottom .Search-products form .fast-img.desktop_fastimg {
    position: static;
    transform: none; }
    .home_abtest header .header-right .header-bottom .Search-products form .fast-img.desktop_fastimg img {
      width: 100%; }

.home_abtest header .header-right .header-bottom .Call-Us .call .content span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 7px 0 0; }

.home_abtest header .header-right .header-bottom .Call-Us .call .content a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 7px 0 0; }

.blackfri_nov22 {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/subscribe-left-bg.png), url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/subscribe-right-bg.png), #000;
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 280px;
  padding: 19px 0 6px; }
  .blackfri_nov22 .From {
    max-width: 100%; }
    .blackfri_nov22 .From .box {
      width: 50%;
      margin: 0; }
      .blackfri_nov22 .From .box .btn-send {
        margin: 0;
        background: linear-gradient(45deg, #f9d83b, #ffa701);
        font-size: 30px !important;
        height: 67px;
        text-transform: capitalize;
        color: #000;
        font-weight: 800;
        border-radius: 8px;
        padding: 18px 19px; }
      .blackfri_nov22 .From .box:last-child {
        width: 240px;
        padding-left: 5px; }
      .blackfri_nov22 .From .box input {
        width: 100%;
        height: 67px;
        font-size: 19px; }
    .blackfri_nov22 .From .form-title {
      color: #fff;
      font-size: 34.7px;
      font-weight: 600;
      margin: 0 0 20px; }
    .blackfri_nov22 .From .form-prefixPostfix {
      width: 100%;
      flex: 1;
      flex-wrap: nowrap;
      gap: 0 10px; }
  .blackfri_nov22 .container {
    display: grid;
    grid-template-columns: 265px auto;
    gap: 0 65px;
    align-items: center; }

.faq-section {
  border-top: 1px solid #ddd;
  padding: 40px 0;
  margin: 10px 0; }
  .faq-section .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 0 15px;
    margin: 0 0 15px; }
  .faq-section .faq-accordian-title {
    font-size: 18px;
    border: 1px solid #498cbc;
    padding: 8px 38px 8px 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative; }
    .faq-section .faq-accordian-title:before {
      content: '';
      width: 2px;
      height: 18px;
      position: absolute;
      right: 20px;
      top: 10px;
      background: #498cbc; }
    .faq-section .faq-accordian-title:after {
      content: '';
      width: 18px;
      height: 2px;
      position: absolute;
      right: 12px;
      top: 18px;
      background: #498cbc; }
    .faq-section .faq-accordian-title.active {
      background: #498cbc;
      color: #fff; }
      .faq-section .faq-accordian-title.active:before {
        opacity: 0; }
      .faq-section .faq-accordian-title.active:after {
        background: #f9d83b; }
  .faq-section .faq-accordian-content {
    border: 1px solid #498cbc;
    padding: 20px 15px;
    border-top: 0;
    display: none; }
    .faq-section .faq-accordian-content ol li {
      list-style-type: decimal;
      padding-bottom: 5px; }
    .faq-section .faq-accordian-content p:last-child {
      padding: 0; }
  .faq-section .box:not(:last-child) {
    padding: 0 0 10px;
    border-bottom: 2px dashed #ddd;
    margin: 0 0 60px; }
  .faq-section .faq-accordian-box {
    margin: 0 0 15px; }

/* Deals page */
.bfri_deals_page .deal-section {
  margin-bottom: 30px; }
  .bfri_deals_page .deal-section .off {
    text-align: center;
    margin: 40px 0 0;
    line-height: normal; }
    .bfri_deals_page .deal-section .off .off-per {
      font-weight: 800;
      font-size: 50px;
      text-transform: uppercase;
      display: inline-block;
      color: #ffd200; }
    .bfri_deals_page .deal-section .off p {
      font-size: 32px;
      padding: 0;
      color: #000; }

.bfri_deals_page .deal-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 70px;
  margin: 80px 0 0; }
  .bfri_deals_page .deal-product .box .sku {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    margin: 0 0 18px;
    padding: 0 26px; }
  .bfri_deals_page .deal-product .box .product-title-img {
    background: linear-gradient(to left, #f9d93d, #feb411);
    display: flex;
    align-items: center;
    padding: 20px 0 10px 23px;
    position: relative;
    border-top-left-radius: 40px;
    min-height: 132px; }
    .bfri_deals_page .deal-product .box .product-title-img .tredmark {
      position: absolute;
      left: 0;
      top: -8px;
      background: #000;
      color: #fff;
      font-size: 14px;
      padding: 6px 15px;
      line-height: 1; }
    .bfri_deals_page .deal-product .box .product-title-img:has(> .tredmark) {
      border-radius: 0; }
    .bfri_deals_page .deal-product .box .product-title-img .p-title {
      font-size: 20px;
      font-weight: 600;
      width: 62%;
      line-height: 27px; }
    .bfri_deals_page .deal-product .box .product-title-img .p-img {
      position: absolute;
      left: 62%;
      bottom: 0;
      width: 170px;
      text-align: center;
      padding: 0 5px; }
  .bfri_deals_page .deal-product .box .sale-img img {
    width: 100%; }
  .bfri_deals_page .deal-product .box .content {
    padding: 10px 0 0 30px;
    border-left: 6px solid #000;
    margin: 11px 0 0; }
    .bfri_deals_page .deal-product .box .content ul {
      margin: 0;
      padding: 0; }
      .bfri_deals_page .deal-product .box .content ul li {
        color: #000;
        font-size: 16px;
        list-style: none;
        position: relative;
        line-height: 20px;
        margin: 0 0 5px; }
        .bfri_deals_page .deal-product .box .content ul li::before {
          content: '';
          height: 7px;
          width: 7px;
          border-radius: 7px;
          background: #f9d83b;
          display: inline-block;
          left: -17px;
          position: absolute;
          top: 7px; }
    .bfri_deals_page .deal-product .box .content .size-on-sale {
      margin: 45px 0 0; }
      .bfri_deals_page .deal-product .box .content .size-on-sale .size-title {
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        margin: 0 0 2px; }
      .bfri_deals_page .deal-product .box .content .size-on-sale .size-link a {
        display: inline-block;
        border: 1px solid #000;
        color: #000;
        padding: 6px 5px 4px;
        line-height: 1;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase; }
    .bfri_deals_page .deal-product .box .content .see-more a {
      display: inline-block;
      background: linear-gradient(to left, #f9d93d, #feb411);
      color: #000;
      font-size: 16px;
      font-weight: 800;
      padding: 6px 11px 5px;
      text-transform: uppercase;
      margin: 11px 0 0;
      border-radius: 4px; }

/* Black Friday Banner */
.black_fri_banner.abtest-banner .imgbox {
  position: relative; }
  .black_fri_banner.abtest-banner .imgbox a img {
    width: 100%; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner {
    max-width: 800px;
    width: 90%;
    position: absolute;
    top: calc(50% - 100px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 50px; }
    .black_fri_banner.abtest-banner .imgbox .overlay-banner .shop-now-btn {
      max-width: 336px;
      display: inline-block;
      position: absolute;
      bottom: 20px;
      right: 50px; }

.fri_deals .servicesbox {
  margin-top: -128px; }

.kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[component="[object Object]"] p {
  padding: 0;
  line-height: 28px; }

.kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
  padding-bottom: 6px !important; }

.kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(1) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
  margin-top: -3px !important; }

.klaviyo-form-UMpZWA .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[component="[object Object]"] p {
  padding: 0;
  line-height: 28px; }

.klaviyo-form-UMpZWA .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
  padding-bottom: 0px !important; }

.klaviyo-form-UMpZWA .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(1) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
  margin-top: 0px !important; }

.New_custom_size {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 26px; }
  .New_custom_size .banner_inner {
    width: 100%;
    display: inline-block;
    margin: 10px 0 31px; }
    .New_custom_size .banner_inner img {
      width: 100%; }

.content_box {
  width: 100%;
  display: inline-block;
  padding: 0 0 53px; }
  .content_box p {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    margin: 0;
    padding: 0 0 19px; }
  .content_box span {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    width: 100%;
    margin: 0;
    padding: 0 0 20px; }

.quote_anything {
  max-width: 828px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 7px; }
  .quote_anything form {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: inline-block;
    padding: 18px 19px 30px 23px; }
    .quote_anything form .box_section {
      width: 100%;
      display: inline-block;
      margin: 0 0 6px; }
      .quote_anything form .box_section:last-child {
        margin: 0; }
      .quote_anything form .box_section h2 {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 27.6px;
        line-height: normal;
        color: #000000;
        letter-spacing: 0;
        text-transform: initial;
        border-bottom: 3px solid #c4c4c4;
        padding: 0 0 12px;
        margin: 0 0 35px; }
      .quote_anything form .box_section .box {
        width: 100%;
        display: inline-block;
        margin: 0 0 26px; }
        .quote_anything form .box_section .box.box-50 {
          width: calc(50% - 10px);
          float: left;
          margin-right: 20px; }
          .quote_anything form .box_section .box.box-50:nth-child(3) {
            margin-right: 0; }
        .quote_anything form .box_section .box.box50 {
          width: 50%; }
        .quote_anything form .box_section .box label {
          font-family: 'Roboto';
          font-weight: 700;
          font-size: 16.29px;
          line-height: normal;
          color: #000000;
          width: 100%;
          display: inline-block;
          min-height: 19px;
          margin: 0 0 10px; }
          .quote_anything form .box_section .box label span {
            font-family: 'Roboto';
            font-weight: 700;
            font-size: 16.29px;
            line-height: normal;
            color: #ed2131;
            width: auto;
            margin: 0; }
        .quote_anything form .box_section .box input {
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 15.83px;
          line-height: 1;
          color: #79787e;
          width: 100%;
          display: inline-block;
          border: 1px solid #c7c7c7;
          border-radius: 5px;
          outline: none;
          margin: 0;
          padding: 8px; }
        .quote_anything form .box_section .box select {
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 15.83px;
          line-height: 1;
          color: #79787e;
          width: 100%;
          display: inline-block;
          border: 1px solid #c7c7c7;
          border-radius: 5px;
          outline: none;
          margin: 0;
          padding: 8px;
          line-height: normal;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/select-arrow.png);
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 98%;
          cursor: pointer;
          padding-right: 30px; }
        .quote_anything form .box_section .box .box_below {
          width: 100%;
          max-width: 288px;
          background: #f7f7f7;
          display: inline-block;
          padding: 10px 9px 9px; }
          .quote_anything form .box_section .box .box_below textarea {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 15.83px;
            line-height: 1;
            color: #79787e;
            width: 100%;
            display: inline-block;
            border: 1px solid #c7c7c7;
            border-radius: 5px;
            outline: none;
            margin: 0;
            padding: 8px;
            height: 70px;
            resize: none;
            margin: 11px 0 0; }
          .quote_anything form .box_section .box .box_below span {
            font-family: 'Roboto';
            font-weight: 700;
            font-size: 14.04px;
            line-height: normal;
            color: #79787e;
            width: 100%;
            display: inline-block;
            margin: 0 0 5px; }
          .quote_anything form .box_section .box .box_below input {
            width: 90%;
            float: left;
            margin-right: 5px; }
          .quote_anything form .box_section .box .box_below a {
            line-height: 1;
            display: inline-block;
            padding: 10px 0; }
        .quote_anything form .box_section .box span {
          font-family: 'Roboto';
          font-weight: 700;
          font-size: 13.21px;
          line-height: normal;
          color: #79787e;
          width: 100%;
          display: inline-block;
          margin: 5px 0 0; }
      .quote_anything form .box_section button.Submit-btn {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 17px;
        line-height: 1;
        color: #ffffff;
        background: #1988d6;
        letter-spacing: 0;
        border: none;
        border-radius: 0;
        outline: none;
        display: table;
        cursor: pointer;
        margin: 28px auto 0;
        padding: 10px 19px; }
        .quote_anything form .box_section button.Submit-btn:hover {
          color: #ffffff;
          background: #000000; }
  .quote_anything.custom_size_form form .box_section h2 {
    font-family: Poppins,sans-serif;
    text-transform: capitalize; }
  .quote_anything.custom_size_form form .box_section .box label {
    font-family: Poppins,sans-serif;
    text-transform: capitalize; }
  .quote_anything.custom_size_form form .box_section .box span {
    font-family: Poppins,sans-serif; }
  .quote_anything.custom_size_form form .box_section .box input {
    font-family: Poppins,sans-serif; }
  .quote_anything.custom_size_form form .box_section .box select {
    font-family: Poppins,sans-serif; }
  .quote_anything.custom_size_form form .box_section .box .box_below textarea {
    font-family: Poppins,sans-serif; }
  .quote_anything.custom_size_form form .box_section button.Submit-btn {
    font-family: Poppins,sans-serif; }

.paypalpaylater {
  padding: 15px;
  border: 1px solid;
  margin-top: 15px;
  width: 94%; }

#checkout-customer-guest .form-body p:nth-child(3) {
  display: none; }

#googlepaystripeupeCheckoutButton {
  display: none; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product__video {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 25px 0 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product__video video {
    width: 100%;
    height: auto; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product__video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99; }

/* Ebook */
.ebook .book-grid {
  display: grid;
  grid-template-columns: 524px auto;
  font-family: Poppins;
  gap: 0 60px;
  margin: 90px 0 32px;
  padding: 0 15px;
  color: #000; }
  .ebook .book-grid h2 {
    font-size: 40.98px;
    line-height: 55px;
    text-transform: inherit;
    font-family: Poppins;
    font-weight: 700;
    text-align: left;
    margin-top: -13px; }
    .ebook .book-grid h2.Mobile_Show {
      display: none; }
  .ebook .book-grid:after {
    content: '';
    position: absolute;
    height: 76%;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/bg-yellow.png);
    width: 100vw;
    bottom: 0;
    background-size: 100% 100%;
    z-index: -1;
    margin: auto calc(-50vw + 49.3%);
    left: 0;
    right: 0; }

.ebook .book-form ul {
  margin: 0;
  padding: 0; }
  .ebook .book-form ul li {
    font-size: 21.9px;
    margin: 0 0 10px;
    font-weight: 500; }
    .ebook .book-form ul li .mobile-icon {
      display: none; }

.ebook .book-form h2 {
  font-size: 36.73px;
  font-weight: 700;
  margin: 0 0 22px;
  position: relative;
  top: -11px; }

.ebook .book-form .content {
  border-left: 6px solid #000;
  padding-left: 30px; }
  .ebook .book-form .content form .download-e-book.mobile-hide {
    display: block; }

.ebook .book-form iframe {
  width: 100%;
  height: 402px;
  margin: 0; }

.ebook .book-img {
  text-align: center;
  max-width: 524px; }
  .ebook .book-img .img {
    margin: 50px 0 0; }

.ebook .learn-more .title {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 15px; }

.ebook .learn-more p {
  font-size: 21.9px;
  font-weight: 700;
  padding: 0;
  margin: 15px 0 0; }

.ebook form.download-e-book {
  width: 100%;
  max-width: 432px;
  margin: 38px 0 0; }
  .ebook form.download-e-book h2 {
    display: none; }
  .ebook form.download-e-book input {
    font-size: 20px;
    color: #000;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #dbddde;
    height: 50px; }
    .ebook form.download-e-book input::-moz-placeholder {
      color: #000000;
      opacity: 10; }
    .ebook form.download-e-book input::-webkit-input-placeholder {
      color: #000000; }
    .ebook form.download-e-book input:focus {
      outline: 1px solid #000000 !important;
      border: 1px solid #000000; }
  .ebook form.download-e-book .book-download-btn {
    font-size: 26px;
    color: #fff;
    width: 100%;
    max-width: 348px;
    margin: 23px 0 0;
    border: 1px solid #000;
    height: 58px;
    padding: 10px 30px;
    text-align: left;
    background: #000;
    border-radius: 8px;
    font-weight: 700; }
    .ebook form.download-e-book .book-download-btn:hover {
      opacity: 0.8; }
  .ebook form.download-e-book iframe {
    width: 100%;
    height: 402px;
    margin: 0; }
  .ebook form.download-e-book.mobile-show {
    display: none; }

.ebook2 .learn-more {
  margin: 207px 0 0; }
  .ebook2 .learn-more .title {
    margin: 0 0 21px;
    font-size: 17.83px; }
  .ebook2 .learn-more p {
    font-size: 17.83px;
    margin: 23px 0 0; }

.ebook2 .book-form ul li {
  font-size: 20.65px;
  font-weight: bold;
  margin: 0 0 13px; }

.ebook2 .content.Mobile_Show {
  display: none; }

/* Showcase Page */
.showcase_page {
  width: 100%;
  display: inline-block;
  padding: 0 0 0; }
  .showcase_page .showcase_banner {
    width: 100%;
    display: inline-block;
    margin: 0 0 35px; }
  .showcase_page p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16.45px;
    line-height: 25px;
    color: #000000;
    margin: 0;
    padding: 0 0 14px;
    cursor: initial !important; }
    .showcase_page p.size16 {
      font-size: 16px;
      padding: 0 0 9px; }
  .showcase_page .showcase-product {
    width: 100%;
    display: inline-block;
    padding: 44px 0 50px; }
    .showcase_page .showcase-product .box {
      width: calc(25% - 19.5px);
      float: left;
      margin-right: 26px; }
      .showcase_page .showcase-product .box:nth-child(4n+0) {
        margin-right: 0; }
      .showcase_page .showcase-product .box:nth-child(4n+1) {
        clear: left; }
      .showcase_page .showcase-product .box:nth-child(n+5) {
        margin-top: 43px; }
      .showcase_page .showcase-product .box a.overle_a {
        width: 100%;
        display: inline-block;
        margin: 0 0 7px; }
      .showcase_page .showcase-product .box .box_content {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0 0 5px; }
        .showcase_page .showcase-product .box .box_content:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/showcase-box-content-bg.png);
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 5px 5px 0 0;
          width: 100%;
          height: 67px;
          z-index: -1; }
        .showcase_page .showcase-product .box .box_content .content {
          position: relative;
          width: calc(100% - 82px);
          float: left;
          padding-left: 17px; }
          .showcase_page .showcase-product .box .box_content .content a {
            font-family: Poppins;
            font-weight: 800;
            font-size: 14px;
            line-height: 19.11px;
            color: #000000;
            width: 110%;
            display: block;
            padding: 0;
            margin: 0 0 13px; }
          .showcase_page .showcase-product .box .box_content .content span {
            font-family: Poppins;
            font-weight: 800;
            font-size: 14px;
            line-height: 19.11px;
            color: #000000;
            width: 110%;
            display: block;
            padding: 0;
            margin: 0 0 13px; }
          .showcase_page .showcase-product .box .box_content .content span.smalltitle {
            font-size: 13px; }
          .showcase_page .showcase-product .box .box_content .content p {
            font-family: Poppins;
            font-weight: 600;
            font-size: 10.63px;
            line-height: 13.71px;
            color: #000000;
            min-height: 55px;
            vertical-align: middle;
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0 0 0 0; }
          .showcase_page .showcase-product .box .box_content .content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 8px;
            width: 3px;
            height: 83px;
            background: #000000; }
        .showcase_page .showcase-product .box .box_content .image {
          width: 82px;
          float: right;
          padding-right: 2px; }
      .showcase_page .showcase-product .box .box_image {
        width: 100%;
        display: inline-block;
        margin: 0; }
        .showcase_page .showcase-product .box .box_image img {
          width: 100%; }
      .showcase_page .showcase-product .box .box_btn {
        width: 100%;
        display: inline-block;
        margin: 0 0 0; }
        .showcase_page .showcase-product .box .box_btn a {
          width: calc(50% - 5px);
          float: left;
          margin-right: 10px; }
          .showcase_page .showcase-product .box .box_btn a:last-child {
            margin-right: 0; }
          .showcase_page .showcase-product .box .box_btn a span.BIMobject {
            position: relative;
            font-family: Poppins;
            font-weight: 700;
            font-size: 12.79px;
            line-height: 14.39px;
            color: #ffc700;
            height: 28px;
            display: inline-block;
            min-width: 92px; }
            .showcase_page .showcase-product .box .box_btn a span.BIMobject strong {
              font-family: Poppins;
              font-weight: 700;
              font-size: 12.79px;
              line-height: 14.39px;
              color: #000000; }
            .showcase_page .showcase-product .box .box_btn a span.BIMobject:before {
              content: "";
              position: absolute;
              top: 50%;
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              left: -6px;
              width: 3px;
              height: 25px;
              display: inline-block;
              background: #000000; }
          .showcase_page .showcase-product .box .box_btn a.Sheet_btn {
            font-family: Poppins;
            font-weight: 800;
            font-size: 12px;
            line-height: 1;
            color: #000000;
            background: #ffc700;
            display: block;
            text-align: center;
            border-radius: 5px;
            padding: 8px 0;
            min-width: 92px; }
            .showcase_page .showcase-product .box .box_btn a.Sheet_btn:hover {
              color: #ffc700;
              background: #000000; }
          .showcase_page .showcase-product .box .box_btn a.BIM_btn {
            font-family: Poppins;
            font-weight: 800;
            font-size: 12px;
            line-height: 1;
            color: #ffc700;
            background: #000000;
            display: block;
            text-align: center;
            border-radius: 5px;
            padding: 8px 0;
            min-width: 92px; }
            .showcase_page .showcase-product .box .box_btn a.BIM_btn:hover {
              color: #000000;
              background: #ffc700; }
  .showcase_page a.Request_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 21px 0 29px; }

.Find_us_in {
  width: 100%;
  display: inline-block;
  padding: 0 0 50px; }
  .Find_us_in .box {
    width: 50%;
    float: left;
    text-align: center; }

.Trusted_industry {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  margin-top: 5px; }
  .Trusted_industry .content {
    position: relative;
    width: calc(100% - 203px);
    float: left;
    padding: 0 0 0 34px;
    margin: 17px 0 0; }
    .Trusted_industry .content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 11px;
      height: 100%;
      background: #201c1d; }
    .Trusted_industry .content span {
      font-family: Poppins;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      color: #000000;
      display: block;
      padding: 0;
      margin: 0 0 2px; }
    .Trusted_industry .content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px;
      color: #000;
      margin: 0;
      padding: 0 0 13px; }
  .Trusted_industry .image {
    width: 133px;
    float: right; }

.pagination {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.showcase-product ul#pagin {
  width: auto;
  display: table;
  text-align: center;
  list-style: none;
  margin: 0 auto;
  padding: 47px 0 0; }
  .showcase-product ul#pagin li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left; }
    .showcase-product ul#pagin li a {
      font-family: Poppins;
      font-weight: 500;
      font-size: 17.14px;
      line-height: normal;
      color: #000000;
      background: transparent;
      border-radius: 50%;
      width: 26px;
      height: 26px;
      display: inline-block;
      text-align: center; }
      .showcase-product ul#pagin li a.current {
        background: #ffc700; }
    .showcase-product ul#pagin li.next {
      position: relative;
      font-size: 0;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/pagination-right-arrow.png);
      background-repeat: no-repeat;
      background-size: 16px;
      width: 16px;
      height: 26px;
      padding: 0px 0;
      background-position: center;
      margin-left: 5px; }
    .showcase-product ul#pagin li.prev {
      position: relative;
      font-size: 0;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/pagination-left-arrow.png);
      background-repeat: no-repeat;
      background-size: 16px;
      width: 16px;
      height: 26px;
      padding: 0px 0;
      background-position: center;
      margin-right: 5px; }

.showcase-product .pagination {
  display: none; }

#player2 {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 80%;
  top: 50%; }

.productView-thumbnail {
  position: relative; }

.biggericon {
  position: absolute;
  right: 5px;
  z-index: 2;
  cursor: pointer; }

.overlayyy {
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: rgba(0, 0, 0, 0.7); }

.closeicon {
  position: fixed;
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  color: #fff;
  z-index: 100;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  background: #1d1d1d;
  text-align: center; }

.productView-images .imgGallery a.fancybox {
  z-index: 500 !important; }

#imgshow {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 50%;
  top: 0; }

.YTvideo.player img {
  display: none; }

.YTvideo.player:after {
  display: none; }

.productView-options .form-action {
  padding: 0;
  width: 100%; }

.productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection {
  margin: 0; }

.productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .product_shdec {
  margin: 0; }

.top_review_section .yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text {
  color: #fff; }

.top_review_section .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
  color: #fff; }

.top_review_section .top_ask_question {
  margin-left: 15px; }

.top_review_section .pull-right {
  text-align: right;
  float: right; }

.top_review_section .yotpo-icon-write:before {
  content: "\e61e"; }

.top_review_section .yotpo-icon-double-bubble:before {
  content: "\e618"; }

.top_review_section .yotpo-default-button {
  display: inline-block;
  text-overflow: ellipsis;
  border: none;
  font-family: Open Sans;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 10px 15px;
  background: #6A6C77;
  color: #fff;
  height: auto;
  margin: 0 0 5px 0;
  cursor: pointer; }

.yotpo input[type="button"].yotpo-default-button {
  display: inline-block;
  text-overflow: ellipsis;
  border: none;
  font-family: Open Sans;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 10px 15px;
  background: #6A6C77;
  color: #fff;
  height: auto;
  margin: 0 0 5px 0; }

.ShowDiv {
  display: block !important; }

.yotpo-display-wrapper .yotpo-logo-title {
  display: none; }

.yotpo-display-wrapper .yotpo-icon-btn-big {
  display: none; }

.productView .productView-details .productView-info-name.HideDiv {
  display: none; }

.productView .productView-details .productView-info-value.HideDiv {
  display: none; }

.pick-btn {
  display: inline-block;
  background: #1a5b7e;
  line-height: 32px;
  vertical-align: middle;
  margin: 4px 0px 0px 0px;
  padding: 0px 20px; }
  .pick-btn a {
    color: #fff;
    text-transform: uppercase; }

.panel--address .form-actions .button {
  font-size: 20px; }

.categories-section.myaccount_wrap .categories-right form .form-actions button {
  font-size: 20px; }

.type-wishlists .myaccount_wrap form .form-actions a.button {
  font-size: 20px; }

.shippingnotes {
  font-size: 14px;
  float: left;
  width: 100%;
  font-weight: normal; }

/* Common CSS */
.data_product_option-duplicate {
  display: none !important; }

.type-blog_post .blog_wrap .new_blog_sidebar .Related-post {
  padding: 0px 0 30px !important; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box a.related_blog_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #414141;
    display: block;
    text-decoration: none;
    margin: 12px 0 10px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box a.related_blog_readmore {
    position: relative;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    color: #498cbc;
    text-transform: uppercase; }
    .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box a.related_blog_readmore:after {
      content: "\f178";
      font-family: fontawesome;
      padding-left: 8px;
      font-weight: 400;
      vertical-align: middle; }

.fire_rated .floor_hatches {
  display: none; }

.fire_rated .for_oversized_openings {
  display: none;
  display: none; }

.fire_rated .garbage_and_laundry_chutes {
  display: none; }

.fire_rated .grease_ducts {
  display: none; }

.fire_rated .plaster {
  display: none; }

.fire_rated .recessed_walls {
  display: none; }

.fire_rated .security {
  display: none; }

.fire_rated .stainless_steel {
  display: none; }

.fire_rated .surface_mount {
  display: none; }

.prop65.position-relative {
  float: left;
  text-align: center;
  padding-bottom: 20px;
  width: 100%; }

.type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_best_title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 23px;
  line-height: normal;
  color: #fff;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  background: linear-gradient(to right, #4986b5 0, #32688d 100%);
  display: block;
  text-align: center;
  padding: 7px 10px 5px;
  margin: 0 0 20px; }

/* About Us 27-6-2023 */
.AboutUs_new_page #main-content {
  position: relative; }
  .AboutUs_new_page #main-content:before {
    content: "";
    position: absolute;
    bottom: 1195px;
    right: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 892px;
    height: 656px; }

.categories-section .webpage_content {
  width: 100% !important; }

.Aboutus_new_wrap {
  width: 100%;
  display: inline-block;
  cursor: initial !important;
  margin: 0 0 8px; }
  .Aboutus_new_wrap .Aboutus_learning {
    width: 240px;
    float: right; }
    .Aboutus_new_wrap .Aboutus_learning .box_right {
      width: 100%;
      display: inline-block;
      border: 2px solid #252524;
      padding: 0; }
      .Aboutus_new_wrap .Aboutus_learning .box_right:nth-child(n+2) {
        margin-top: 25px; }
      .Aboutus_new_wrap .Aboutus_learning .box_right .learning_mobile_img {
        display: none; }
      .Aboutus_new_wrap .Aboutus_learning .box_right .Title {
        width: 100%;
        display: inline-block;
        background: #252524;
        padding: 10px 20px; }
        .Aboutus_new_wrap .Aboutus_learning .box_right .Title h2.Accordion-btn {
          font-family: Poppins;
          font-weight: 700;
          font-size: 20.23px;
          line-height: normal;
          color: #ffffff;
          letter-spacing: 0;
          text-transform: initial;
          padding: 0;
          margin: 0; }
      .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box {
        width: 100%;
        display: inline-block;
        padding: 21px 15px 28px; }
        .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box p {
          font-family: Poppins;
          font-weight: 400;
          font-size: 15.25px;
          line-height: 25px;
          color: #000000;
          letter-spacing: 0;
          text-transform: initial;
          padding: 0 0 15px; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box p strong {
            font-weight: 600;
            line-height: 25px;
            cursor: initial !important; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box p a {
            font-weight: 600;
            color: #498bbb;
            font-weight: 600;
            color: #498bbb; }
            .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box p a:hover {
              color: #000000; }
        .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box span {
          font-family: Poppins;
          font-weight: 700;
          font-size: 15.25px;
          line-height: 25px;
          color: #000000;
          letter-spacing: 0;
          text-transform: initial;
          display: inline-block;
          padding: 0 0 15px; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box span a {
            color: #000000; }
            .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box span a:hover {
              color: #498cbc; }
        .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional {
          width: 100%;
          display: inline-block;
          margin: 5px 0 26px; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional a {
            display: inline-block; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional img {
            width: 100%; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Learning-mobileimg {
            display: none; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Written_box {
            width: 100%;
            display: inline-block;
            background: #252524;
            margin: -1px 0 0;
            padding: 21px 15px 13px; }
            .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Written_box a.Download_now {
              font-family: Poppins;
              font-weight: 700;
              font-size: 17.13px;
              line-height: 1;
              color: #252524;
              background: #f8ce0e;
              border: none;
              border-radius: 8px;
              letter-spacing: 0;
              text-transform: initial;
              display: inline-block;
              text-align: center;
              width: 100%;
              margin: 0 0 19px;
              padding: 6px; }
              .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Written_box a.Download_now:hover {
                color: #ffffff;
                background: #498cbc; }
            .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Written_box p {
              font-family: Poppins;
              font-weight: 800;
              font-size: 12.29px;
              line-height: 16.40px;
              color: #ffffff;
              letter-spacing: 0;
              text-transform: initial;
              padding: 0 0 0; }
              .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Written_box p b {
                font-weight: 800;
                line-height: 16.40px;
                color: #f8ce0e; }
        .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box a.Suggest-btn {
          font-family: Poppins;
          font-weight: 600;
          font-size: 14.38px;
          line-height: 1;
          color: #252524;
          background: #ffd200;
          border: none;
          border-radius: 8px;
          letter-spacing: -0.14px;
          text-transform: initial;
          display: inline-block;
          text-align: center;
          width: 100%;
          margin: 9px 0 0;
          padding: 11px; }
          .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box a.Suggest-btn:hover {
            color: #ffffff;
            background: #498cbc; }
      .Aboutus_new_wrap .Aboutus_learning .box_right.Did_you_know {
        border-color: #498bbb; }
        .Aboutus_new_wrap .Aboutus_learning .box_right.Did_you_know .Title {
          background: #498bbb; }
        .Aboutus_new_wrap .Aboutus_learning .box_right.Did_you_know .panel .panel_box a.Suggest-btn {
          color: #fff;
          background: #498cbc; }
          .Aboutus_new_wrap .Aboutus_learning .box_right.Did_you_know .panel .panel_box a.Suggest-btn:hover {
            color: #252524;
            background: #ffd200; }
      .Aboutus_new_wrap .Aboutus_learning .box_right.Letus_Help {
        border-color: #ffd200; }
        .Aboutus_new_wrap .Aboutus_learning .box_right.Letus_Help .Title {
          background: #ffd200; }
        .Aboutus_new_wrap .Aboutus_learning .box_right.Letus_Help .panel .panel_box p strong {
          font-weight: 700; }
  .Aboutus_new_wrap .Testimonial {
    width: 100%;
    display: inline-block;
    padding: 0 0 0;
    margin: 67px 0 40px; }
    .Aboutus_new_wrap .Testimonial .Testimonial_box {
      position: relative;
      width: 100%;
      display: inline-block;
      background: #ffd200;
      border-radius: 15px;
      padding: 48px 36px 37px; }
      .Aboutus_new_wrap .Testimonial .Testimonial_box:before {
        content: "";
        position: absolute;
        top: -17px;
        left: 17px;
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-quotes-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 31px; }
      .Aboutus_new_wrap .Testimonial .Testimonial_box:after {
        content: "";
        position: absolute;
        bottom: -17px;
        right: 17px;
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-quotes-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 31px; }
      .Aboutus_new_wrap .Testimonial .Testimonial_box p {
        font-family: Poppins;
        font-weight: 600;
        font-style: italic;
        font-size: 18.46px;
        line-height: 24px;
        color: #252524;
        letter-spacing: 0;
        text-transform: initial;
        padding: 0; }
    .Aboutus_new_wrap .Testimonial span {
      position: relative;
      font-family: Poppins;
      font-weight: 600;
      font-style: italic;
      font-size: 18.46px;
      line-height: 24px;
      color: #252524;
      letter-spacing: 0;
      text-transform: initial;
      width: 100%;
      display: inline-block;
      cursor: initial !important;
      padding: 20px 50px 0; }
      .Aboutus_new_wrap .Testimonial span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 28px;
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/testimonial-down-arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 31px;
        height: 29px; }
  .Aboutus_new_wrap .Aboutus_content {
    width: calc(100% - 293px);
    float: left; }
    .Aboutus_new_wrap .Aboutus_content h1 {
      font-family: 'Bebas Neue';
      font-weight: 700;
      font-size: 44.37px;
      line-height: 1;
      color: #201c1d;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: -3px 0 17px; }
    .Aboutus_new_wrap .Aboutus_content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 16.86px;
      line-height: 25px;
      color: #000000;
      letter-spacing: 0;
      text-transform: initial;
      width: 100%;
      display: inline-block;
      padding: 0 0 15px; }
      .Aboutus_new_wrap .Aboutus_content p a {
        font-weight: 700;
        color: #498bbb; }
      .Aboutus_new_wrap .Aboutus_content p b {
        font-weight: 600; }
      .Aboutus_new_wrap .Aboutus_content p strong {
        font-weight: 600; }
    .Aboutus_new_wrap .Aboutus_content .History {
      width: 100%;
      display: inline-block;
      margin: 42px 0; }
      .Aboutus_new_wrap .Aboutus_content .History h2 {
        font-family: Poppins;
        font-weight: 700;
        font-style: italic;
        font-size: 60.57px;
        line-height: 1;
        color: #252524;
        letter-spacing: 0;
        text-transform: initial;
        margin: 0 0 22px; }
      .Aboutus_new_wrap .Aboutus_content .History .panel p strong {
        font-weight: 600;
        line-height: 25px; }
      .Aboutus_new_wrap .Aboutus_content .History .panel .content {
        width: calc(100% - 450px);
        float: left; }
        .Aboutus_new_wrap .Aboutus_content .History .panel .content p {
          padding: 0 0 17px; }
      .Aboutus_new_wrap .Aboutus_content .History .History_team_img {
        width: 400px;
        float: right;
        text-align: right;
        padding: 0 20px 0 0;
        margin: -92px 0 0; }
        .Aboutus_new_wrap .Aboutus_content .History .History_team_img.Mobile_show {
          display: none; }
        .Aboutus_new_wrap .Aboutus_content .History .History_team_img img:nth-child(2) {
          position: relative;
          margin: 0 -18px; }
      .Aboutus_new_wrap .Aboutus_content .History.Products .panel .content {
        width: calc(100% - 520px);
        float: left; }
      .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image {
        width: 480px;
        float: right;
        margin: -78px 0 0; }
        .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image.Mobile_show {
          display: none; }
        .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image .box {
          width: calc(33.333% - 7px);
          float: left;
          margin-right: 10px; }
          .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image .box:last-child {
            margin-right: 0; }
          .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image .box a {
            display: inline-block; }
            .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image .box a img {
              cursor: pointer !important; }
    .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel {
      max-width: 660px;
      margin: 34px auto 50px; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-item {
        padding: 20px 0;
        transition: all .3s ease-in 0s;
        -webkit-transition: all .3s ease-in 0s; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .active + .active {
        transform: scale(1.18); }
        .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .active + .active + .active {
          transform: initial; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box a.overle_a {
        width: 100%;
        display: inline-block;
        margin: 0; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0 0 5px; }
        .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/showcase-box-content-bg.png);
          background-repeat: no-repeat;
          background-size: cover;
          background: #ffd200;
          border-radius: 5px 5px 0 0;
          width: 100%;
          height: 67px;
          z-index: -1; }
        .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content {
          position: relative;
          width: calc(100% - 82px);
          float: left;
          padding-left: 17px; }
          .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content a {
            font-family: Poppins;
            font-weight: 800;
            font-size: 14px;
            line-height: 19.11px;
            color: #000;
            width: 110%;
            display: block;
            padding: 0;
            margin: 0 0 13px; }
          .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content span {
            font-family: Poppins;
            font-weight: 800;
            font-size: 14px;
            line-height: 19.11px;
            color: #000;
            width: 110%;
            display: block;
            padding: 0;
            margin: -4px 0 13px; }
          .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content p {
            font-family: Poppins;
            font-weight: 600;
            font-size: 10.63px;
            line-height: 13.71px;
            color: #000;
            min-height: 55px;
            vertical-align: middle;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin: 0;
            padding: 0; }
          .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 8px;
            width: 3px;
            height: 83px;
            background: #000; }
        .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .image {
          width: 82px;
          float: right;
          padding-right: 2px; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_image {
        width: 100%;
        display: inline-block;
        margin: 0; }
        .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_image img {
          width: 100%; }
        .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_image a.overle_a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: inline-block; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .Link_overle {
        position: relative; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -59px; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -59px; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button img {
        width: 19px;
        height: 30px;
        cursor: pointer !important; }
    .Aboutus_new_wrap .Aboutus_content .Products .Products_slider a.Visit-specification {
      font-family: Poppins;
      font-weight: 600;
      font-size: 14.76px;
      line-height: 1;
      color: #252524;
      background: #ffd200;
      border: none;
      border-radius: 8px;
      letter-spacing: -.14px;
      text-transform: initial;
      display: inline-block;
      text-align: center;
      margin: 26px auto 0;
      display: table;
      padding: 15px 39px; }
      .Aboutus_new_wrap .Aboutus_content .Products .Products_slider a.Visit-specification:hover {
        color: #fff;
        background: #498cbc; }
    .Aboutus_new_wrap .Aboutus_content .Vision_mission {
      position: relative;
      width: 100%;
      display: inline-block;
      margin: 45px 0 26px; }
      .Aboutus_new_wrap .Aboutus_content .Vision_mission:before {
        content: "";
        position: absolute;
        top: 22px;
        left: 304px;
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 915px;
        height: 630px;
        z-index: -1; }
      .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_vision {
        width: 255px;
        float: left; }
      .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_mission {
        width: calc(100% - 367px);
        float: right; }
      .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box {
        padding: 0 0 17px; }
        .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box h2 {
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 29.12px;
          line-height: 1;
          color: #252524;
          letter-spacing: 0;
          text-transform: uppercase;
          text-decoration: underline;
          text-decoration-thickness: 3px;
          text-underline-offset: 17px;
          text-decoration-color: #ffd200;
          margin: 0 0 17px; }
          .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box h2 img {
            margin-left: 6px; }
        .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box p {
          font-size: 16px; }
      .Aboutus_new_wrap .Aboutus_content .Vision_mission p strong {
        font-weight: 600;
        line-height: 25px; }
      .Aboutus_new_wrap .Aboutus_content .Vision_mission p b {
        font-weight: 600;
        line-height: 25px; }
    .Aboutus_new_wrap .Aboutus_content .Core_values {
      width: 100%;
      display: inline-block;
      margin: 0 0 69px; }
      .Aboutus_new_wrap .Aboutus_content .Core_values h2 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
        color: #252524;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: 17px;
        text-decoration-color: #ffd200;
        margin: 0 0 35px; }
      .Aboutus_new_wrap .Aboutus_content .Core_values .Core-content {
        width: calc(100% - 387px);
        float: left; }
        .Aboutus_new_wrap .Aboutus_content .Core_values .Core-content p strong {
          font-weight: 700;
          color: #ffd200; }
        .Aboutus_new_wrap .Aboutus_content .Core_values .Core-content p b {
          font-weight: 700;
          color: #ffd200; }
      .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider {
        width: 355px;
        float: right;
        margin: -63px 0 0; }
        .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box {
          width: 100%;
          display: inline-block;
          background: #ffd200;
          border-radius: 8px;
          text-align: center;
          padding: 9px 7px 19px; }
          .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box a {
            font-family: Poppins;
            font-weight: 600;
            font-size: 25px;
            line-height: normal;
            color: #252524;
            letter-spacing: 0;
            text-transform: initial;
            text-align: center;
            pointer-events: none !important;
            cursor: auto !important; }
          .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box .Image {
            width: 100%;
            display: inline-block;
            background: #ffffff;
            border-radius: 8px;
            margin: 0 0 23px;
            padding: 18px 10px; }
            .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box .Image img {
              max-width: 135px;
              margin: 0 auto; }
        .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel {
          width: 220px;
          margin: 0 auto; }
          .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-stage-outer {
            width: 220px;
            margin: 0 auto; }
          .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: -20px 0 0; }
            .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button.owl-prev {
              left: -52px; }
            .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button.owl-next {
              right: -52px; }
            .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button img {
              cursor: pointer !important; }
    .Aboutus_new_wrap .Aboutus_content .Custom_size {
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      align-items: flex-end;
      margin: 0 0 53px; }
      .Aboutus_new_wrap .Aboutus_content .Custom_size .Title {
        width: calc(100% - 440px);
        float: right; }
        .Aboutus_new_wrap .Aboutus_content .Custom_size .Title h2 {
          font-family: Poppins;
          font-weight: 700;
          font-size: 33px;
          line-height: 44px;
          color: #201c1d;
          letter-spacing: -0.495px;
          text-transform: initial;
          max-width: 342px;
          text-align: right;
          margin: 0 0 25px;
          cursor: auto !important; }
          .Aboutus_new_wrap .Aboutus_content .Custom_size .Title h2 span {
            color: #ffd200;
            cursor: auto !important; }
      .Aboutus_new_wrap .Aboutus_content .Custom_size .image {
        width: 440px;
        float: left;
        padding: 0 0 0 12px; }
    .Aboutus_new_wrap .Aboutus_content .Custom_solutions {
      width: 100%;
      display: inline-block;
      margin: 0 0 100px; }
      .Aboutus_new_wrap .Aboutus_content .Custom_solutions h2 {
        font-family: Poppins;
        font-weight: 700;
        font-style: italic;
        font-size: 60.57px;
        line-height: 1;
        color: #252524;
        letter-spacing: 0;
        text-transform: initial;
        margin: 0 0 26px; }
      .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .content {
        width: calc(100% - 407px);
        float: left; }
      .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image {
        width: 365px;
        float: right;
        margin: -52px 0 0; }
        .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box {
          float: left; }
          .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box:nth-child(2) {
            position: relative;
            margin: 40px -17px 0; }
          .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box:nth-child(1) {
            margin-top: 88px; }
      .Aboutus_new_wrap .Aboutus_content .Custom_solutions .Lets_customize {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 18px 0 0; }
        .Aboutus_new_wrap .Aboutus_content .Custom_solutions .Lets_customize a {
          font-family: Poppins;
          font-weight: 600;
          font-size: 14.76px;
          line-height: 1;
          color: #252524;
          background: #ffd200;
          border: none;
          border-radius: 8px;
          letter-spacing: -.14px;
          text-transform: initial;
          display: inline-block;
          min-width: 267px;
          text-align: center;
          padding: 15px; }
          .Aboutus_new_wrap .Aboutus_content .Custom_solutions .Lets_customize a:hover {
            color: #fff;
            background: #498cbc; }
    .Aboutus_new_wrap .Aboutus_content .Reviews_section {
      width: 100%;
      display: inline-block;
      margin: 0 0 55px; }
      .Aboutus_new_wrap .Aboutus_content .Reviews_section h2 {
        font-family: Poppins;
        font-weight: 700;
        font-style: italic;
        font-size: 60.57px;
        line-height: 1;
        color: #252524;
        letter-spacing: 0;
        text-transform: initial;
        margin: 0 0 40px; }
      .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image {
        width: 355px;
        float: right;
        margin: -82px 0 0; }
        .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image.Mobile_show {
          display: none; }
        .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box {
          float: left; }
          .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box:nth-child(1) {
            margin-top: 85px; }
          .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box:nth-child(2) {
            position: relative;
            margin: 35px -21px 0; }
      .Aboutus_new_wrap .Aboutus_content .Reviews_section .panel .content {
        width: calc(100% - 440px);
        float: left; }
      .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider {
        width: 100%;
        display: inline-block;
        margin: 0 0 0; }
        .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel {
          max-width: 665px;
          margin: 50px auto 33px; }
          .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-item {
            padding: 15px 0;
            transition: all .3s ease-in 0s;
            -webkit-transition: all .3s ease-in 0s; }
          .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .active + .active {
            transform: scale(1.18); }
            .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .active + .active + .active {
              transform: initial; }
          .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item {
            padding: 20px 0; }
            .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box {
              width: 100%;
              display: inline-block;
              background: #498bbb;
              border-radius: 10px;
              padding: 0 15px 16px 18px; }
              .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star {
                display: table;
                list-style: none;
                padding: 0;
                margin: -15px auto 18px; }
                .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star li {
                  float: left;
                  list-style: none;
                  padding: 0;
                  margin: 0;
                  margin-right: 3px; }
                  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star li:last-child {
                    margin-right: 0; }
              .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box p {
                font-family: Poppins;
                font-weight: 400;
                font-size: 14px;
                line-height: normal;
                color: #ffffff;
                letter-spacing: 0;
                text-transform: initial;
                padding: 0 0 12px; }
              .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box span {
                font-family: Poppins;
                font-weight: 400;
                font-size: 11px;
                line-height: normal;
                color: #ffffff;
                letter-spacing: 0;
                text-transform: initial; }
          .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button.owl-next {
              right: -58px; }
            .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button.owl-prev {
              left: -58px; }
            .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button img {
              cursor: pointer !important; }
  .Aboutus_new_wrap .Customer_service {
    width: 100%;
    display: inline-block;
    margin: 0 0 108px; }
    .Aboutus_new_wrap .Customer_service .Customer_service_img {
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      margin: 0 0 -80px; }
      .Aboutus_new_wrap .Customer_service .Customer_service_img .box {
        float: left; }
        .Aboutus_new_wrap .Customer_service .Customer_service_img .box:nth-child(1) {
          position: relative;
          z-index: 11;
          margin: 45px -5px 0 0; }
        .Aboutus_new_wrap .Customer_service .Customer_service_img .box:nth-child(2) {
          position: relative;
          z-index: 1; }
        .Aboutus_new_wrap .Customer_service .Customer_service_img .box:nth-child(3) {
          position: relative;
          margin: 0 -8px; }
    .Aboutus_new_wrap .Customer_service h2 {
      font-family: Poppins;
      font-weight: 700;
      font-style: italic;
      font-size: 60.57px;
      line-height: 1;
      color: #252524;
      letter-spacing: 0;
      text-transform: initial;
      margin: 0 0 39px; }
    .Aboutus_new_wrap .Customer_service .panel p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 16.86px;
      line-height: 25px;
      color: #000;
      letter-spacing: 0;
      text-transform: initial;
      width: 100%;
      display: inline-block;
      padding: 0 0 15px; }
      .Aboutus_new_wrap .Customer_service .panel p strong {
        font-weight: 600; }
      .Aboutus_new_wrap .Customer_service .panel p b {
        font-weight: 600; }
    .Aboutus_new_wrap .Customer_service .Apply__Credit {
      width: 100%;
      display: inline-block;
      text-align: center;
      margin: 38px 0 0; }
      .Aboutus_new_wrap .Customer_service .Apply__Credit a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 15.85px;
        line-height: 1;
        color: #252524;
        background: #ffd200;
        border: none;
        border-radius: 8px;
        letter-spacing: -0.16px;
        text-transform: initial;
        display: inline-block;
        text-align: center;
        min-width: 267px;
        padding: 15px 39px; }
        .Aboutus_new_wrap .Customer_service .Apply__Credit a:hover {
          color: #fff;
          background: #498cbc; }
  .Aboutus_new_wrap .Quality_section {
    width: 100%;
    display: inline-block;
    margin: 40px 0; }
    .Aboutus_new_wrap .Quality_section .Products_image.Mobile_show {
      display: none; }
    .Aboutus_new_wrap .Quality_section h2 {
      font-family: Poppins;
      font-weight: 700;
      font-style: italic;
      font-size: 60.57px;
      line-height: 1;
      color: #252524;
      letter-spacing: 0;
      text-transform: initial;
      margin: 0 0 40px; }
    .Aboutus_new_wrap .Quality_section .panel .content {
      width: calc(100% - 700px);
      float: left;
      margin: 0 0 5px; }
    .Aboutus_new_wrap .Quality_section .panel .Products_image {
      width: 675px;
      float: right;
      padding-right: 27px;
      margin: -133px 0 0; }
      .Aboutus_new_wrap .Quality_section .panel .Products_image .box {
        float: left;
        margin-right: 2px; }
        .Aboutus_new_wrap .Quality_section .panel .Products_image .box:last-child {
          margin-right: 0; }
        .Aboutus_new_wrap .Quality_section .panel .Products_image .box.quality_icon {
          position: relative;
          margin: 19px -12px 0 0; }
    .Aboutus_new_wrap .Quality_section .panel p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 16.86px;
      line-height: 25px;
      color: #000;
      letter-spacing: 0;
      text-transform: initial;
      width: 100%;
      display: inline-block;
      padding: 0 0 15px; }
      .Aboutus_new_wrap .Quality_section .panel p strong {
        font-weight: 600; }
      .Aboutus_new_wrap .Quality_section .panel p b {
        font-weight: 600; }
  .Aboutus_new_wrap .Instagram_section {
    width: 100%;
    display: inline-block;
    margin: 14px 0; }
    .Aboutus_new_wrap .Instagram_section .container {
      position: relative;
      max-width: 857px;
      width: 100%;
      padding: 0;
      margin: 0 auto;
      display: table;
      padding: 27px 81px 27px 97px; }
      .Aboutus_new_wrap .Instagram_section .container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/instagram-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1; }
    .Aboutus_new_wrap .Instagram_section .content {
      max-width: 435px;
      float: left;
      margin: 8px 0 0; }
      .Aboutus_new_wrap .Instagram_section .content p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16.86px;
        line-height: 24px;
        color: #000000;
        letter-spacing: 0;
        text-transform: initial;
        width: 100%;
        display: inline-block;
        padding: 0 0 15px; }
        .Aboutus_new_wrap .Instagram_section .content p strong {
          font-weight: 600; }
        .Aboutus_new_wrap .Instagram_section .content p b {
          font-weight: 600; }
        .Aboutus_new_wrap .Instagram_section .content p a {
          font-weight: 600;
          color: #000000; }
          .Aboutus_new_wrap .Instagram_section .content p a:hover {
            color: #418fc7; }
        .Aboutus_new_wrap .Instagram_section .content p:last-child {
          padding: 0; }
    .Aboutus_new_wrap .Instagram_section .Instagram_icon {
      width: 155px;
      float: right; }
  .Aboutus_new_wrap .Our_team {
    width: 100%;
    display: inline-block;
    margin: 61px 0 0; }
    .Aboutus_new_wrap .Our_team h2 {
      font-family: Poppins;
      font-weight: 700;
      font-style: italic;
      font-size: 60.57px;
      line-height: 1;
      color: #252524;
      letter-spacing: 0;
      text-transform: initial;
      margin: 0 0 36px; }
    .Aboutus_new_wrap .Our_team .panel .Team_box {
      width: 100%;
      display: inline-block;
      margin: 0 0 47px; }
      .Aboutus_new_wrap .Our_team .panel .Team_box h3 {
        font-family: Poppins;
        font-weight: 700;
        font-style: italic;
        font-size: 29.56px;
        line-height: 1;
        color: #498bbb;
        letter-spacing: -0.75px;
        text-transform: initial;
        margin: 0 0 8px; }
      .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel {
        width: 100%;
        display: inline-block;
        margin: 0 0 0; }
        .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item {
          width: calc(9.090% - 4.6px);
          float: left;
          margin-right: 5px; }
          .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item:last-child {
            margin-right: 0; }
          .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item:nth-child(11n+0) {
            margin-right: 0; }
          .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item:nth-child(n+12) {
            margin-top: 20px; }
          .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box {
            position: relative;
            width: 100%;
            display: inline-block;
            text-align: center; }
            .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box .overle {
              position: absolute;
              bottom: 6px;
              left: 0;
              width: 100%; }
              .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box .overle a {
                font-family: Poppins;
                font-weight: 700;
                font-size: 9.3px;
                line-height: 9.64px;
                color: #ffffff;
                letter-spacing: 0;
                text-transform: initial;
                pointer-events: none !important;
                cursor: auto !important; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Sales .owl-carousel .item:nth-child(even) .box .overle a {
        color: #000000; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Ecommerce .owl-carousel .item:nth-child(even) .box .overle a {
        color: #000000; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer {
        width: calc(100% - 400px);
        float: left; }
        .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item {
          width: calc(13.94% - 4.6px); }
          .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item:nth-child(even) .box .overle a {
            color: #ffffff; }
          .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item .box .overle a {
            color: #000000; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Finance {
        width: 313px;
        float: right; }
        .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item {
          width: calc(33.33% - 4.6px); }
          .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item:nth-child(even) .box .overle a {
            color: #ffffff; }
          .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item .box .overle a {
            color: #000000; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle {
        bottom: 4px;
        cursor: auto !important; }
        .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle a {
          font-family: Poppins;
          font-weight: 700;
          font-size: 10.12px;
          line-height: 9.16px;
          color: #000000;
          letter-spacing: 0;
          text-transform: initial; }
        .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle span {
          font-family: Poppins;
          font-weight: 500;
          font-size: 5.6px;
          line-height: 9.16px;
          color: #000000;
          letter-spacing: 0;
          text-transform: uppercase;
          display: block;
          margin: 2px 0 0; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item:nth-child(even) .box .overle a {
        color: #ffffff; }
      .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item:nth-child(even) .box .overle span {
        color: #ffffff; }
  .Aboutus_new_wrap .contact_form h2.Title {
    font-family: Poppins;
    font-weight: 700;
    font-style: italic;
    font-size: 60.57px;
    line-height: 1;
    color: #252524;
    letter-spacing: 0;
    text-transform: initial;
    margin: 0 0 36px;
    margin: 0 !important; }
  .Aboutus_new_wrap * {
    cursor: auto !important; }
  .Aboutus_new_wrap a {
    cursor: pointer !important; }
    .Aboutus_new_wrap a img {
      cursor: pointer !important; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field {
  position: relative; }

/* New Header Menu */
.header-menu .custom-mega-menu {
  position: relative; }
  .header-menu .custom-mega-menu .navigation ul.nav {
    position: initial; }
    .header-menu .custom-mega-menu .navigation ul.nav > li.dropdown-submenu > a:before {
      display: none; }
    .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu .navPage-subMenu {
      width: 100%;
      padding: 0 !important;
      position: absolute;
      top: 100%;
      left: 0; }
    .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu:hover .navPage-subMenu {
      display: block;
      width: 100%; }
    .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.Model_category .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item {
      width: 20%;
      float: left;
      border: none;
      padding: 0;
      margin: 0; }
      .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.Model_category .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a.navPages-action {
        font-family: Poppins,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: normal;
        color: #000000;
        text-transform: capitalize;
        border: none;
        padding: 0 !important;
        margin: 0 0 10px; }
        .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.Model_category .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a.navPages-action.activePage {
          color: #498cbc;
          text-decoration: underline;
          text-decoration-thickness: 2px;
          text-underline-offset: 6px;
          text-decoration-color: #498cbc; }
      .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.Model_category .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:last-child a.navPages-action {
        margin: 0; }
      .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.Model_category .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:hover a.navPages-action {
        color: #498cbc;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 6px;
        text-decoration-color: #498cbc; }
    .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover {
      position: relative; }
      .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu {
        height: initial;
        overflow: initial;
        overflow-y: initial;
        padding: 12px; }
        .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li {
          margin: 0; }
          .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li a {
            padding: 2px 0 !important; }
    .header-menu .custom-mega-menu .navigation ul.nav li a {
      font-size: 15px !important;
      /* padding: 11px 22px !important; */
      padding: 11px 19.9px !important; }
      .header-menu .custom-mega-menu .navigation ul.nav li a i.icon {
        width: 12px;
        height: 12px;
        margin: 0 0 0 8px; }
        .header-menu .custom-mega-menu .navigation ul.nav li a i.icon svg {
          fill: #ffffff;
          stroke: #ffffff;
          opacity: 1; }
    .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu {
      max-height: 480px;
      overflow: hidden;
      overflow-y: auto;
      padding: 15px; }
      .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList {
        width: 16.6666%;
        float: left;
        margin: 0;
        padding: 0 12px 0 0; }
        .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li {
          width: 100%;
          display: inline-block;
          padding: 0 !important;
          margin: 0; }
          .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li a {
            font-family: Poppins,sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 15px;
            line-height: normal;
            color: #000000;
            text-transform: capitalize;
            border: none;
            padding: 0 !important;
            margin: 0 0 5px; }
            .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li a.activePage {
              color: #498cbc;
              text-decoration: underline;
              text-decoration-thickness: 2px;
              text-underline-offset: 6px;
              text-decoration-color: #498cbc; }
          .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li:last-child a {
            margin: 0; }
          .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li.navPage-subMenu-item a {
            font-weight: 700;
            padding: 0 !important;
            margin: 0 0 8px; }
          .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li:hover a {
            color: #498cbc;
            text-decoration: underline;
            text-decoration-thickness: 2px;
            text-underline-offset: 6px;
            text-decoration-color: #498cbc; }
          .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li:first-child {
            position: sticky;
            top: 0;
            left: 0;
            z-index: 9; }
            .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList li:first-child:before {
              content: "";
              position: absolute;
              top: -15px;
              left: 0;
              width: 100%;
              height: 50px;
              background: #ffffff; }
        .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList:nth-child(7n+0) {
          /* clear: both; */ }
        .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu ul.SubMenu_childList:nth-child(n+7) {
          margin-top: 15px; }
    .header-menu .custom-mega-menu .navigation ul.nav li.Size_category ul.submenu ul.SubMenu_childList {
      /* width: 20%; */ }
    .header-menu .custom-mega-menu .navigation ul.nav li.Size_category .customization_links {
      display: none; }
    .header-menu .custom-mega-menu .navigation ul.nav:before {
      display: none; }
    .header-menu .custom-mega-menu .navigation ul.nav:after {
      display: none; }
  .header-menu .custom-mega-menu .navigation > ul.nav > li:hover > a {
    background: #498cbc !important; }
  .header-menu .custom-mega-menu .navigation > ul.nav > li.dropdown-submenu.category_nav > a {
    width: initial !important;
    background: transparent; }

/*** Model Number Dropdown Filter ***/
.categories-section .categories-right .page-heading.Model_number_filter {
  width: 50%;
  float: left; }

.categories-section .categories-right .dropdown_filter {
  position: relative;
  display: inline-block;
  width: 50%;
  float: right; }
  .categories-section .categories-right .dropdown_filter .dropdown-content {
    position: relative;
    max-width: 230px;
    float: right; }
    .categories-section .categories-right .dropdown_filter .dropdown-content input {
      font-family: Poppins,sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 1;
      color: rgba(0, 0, 0, 0.7);
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.2);
      border-radius: 0;
      box-shadow: none;
      outline: 0;
      display: inline-block;
      width: 100%;
      float: right;
      padding: 4px 12px; }
      .categories-section .categories-right .dropdown_filter .dropdown-content input::-moz-placeholder {
        font-size: 18px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.7);
        opacity: 10; }
      .categories-section .categories-right .dropdown_filter .dropdown-content input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.7); }
    .categories-section .categories-right .dropdown_filter .dropdown-content .Filter_section {
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      display: inline-block;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      border-radius: 0;
      max-height: 368px;
      overflow: hidden;
      overflow-y: auto; }
      .categories-section .categories-right .dropdown_filter .dropdown-content .Filter_section a {
        color: #000;
        padding: 5px 5px 5px;
        text-decoration: none;
        display: none;
        width: calc(100% - 20px);
        border-bottom: 1px solid #282828;
        margin: 0 10px 9px; }
        .categories-section .categories-right .dropdown_filter .dropdown-content .Filter_section a.Filter_block {
          display: inline-block; }
          .categories-section .categories-right .dropdown_filter .dropdown-content .Filter_section a.Filter_block:last-child {
            border: none; }

.show {
  display: block; }

/*****/
#iubenda_policy .iub_content {
  padding: 0 !important; }

#iubenda_policy.iubenda_embed_policy .iub_base_container {
  margin: 0 !important; }

#iubenda_policy.iubenda_embed_policy .iub_container > .iub_footer {
  display: none !important; }

.categories-section .categories-right ul.ss-item-container li.product article.card .card-body .card-title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block; }

.fancybox-container {
  z-index: 9999999 !important; }

.categories-section .categories-left .sidebarBlock ul.navList li ul {
  display: none;
  padding: 0 25px 0 10px;
  margin: 9px 0 0; }
  .categories-section .categories-left .sidebarBlock ul.navList li ul li {
    margin: 0 0 9px; }
    .categories-section .categories-left .sidebarBlock ul.navList li ul li ul {
      padding: 0 0 0 10px; }
    .categories-section .categories-left .sidebarBlock ul.navList li ul li:last-child {
      margin: 0; }

.categories-section .categories-left .sidebarBlock ul.navList li button {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9;
  font-size: 0;
  padding: 0; }
  .categories-section .categories-left .sidebarBlock ul.navList li button:before {
    content: "\f107";
    font-family: FontAwesome;
    text-align: center;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    transform: rotate(-90deg); }

.categories-section .categories-left .sidebarBlock ul.navList li a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8) !important; }

.categories-section .categories-left .sidebarBlock ul.navList li.active > button::before {
  transform: rotate(0deg); }

.pagination ul.pagination-list {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  float: right; }
  .pagination ul.pagination-list li {
    padding: 0;
    margin: 0 5px 0 0;
    list-style: none;
    float: left;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: 0 0;
    display: table; }
    .pagination ul.pagination-list li:last-child {
      margin: 0; }
    .pagination ul.pagination-list li.ss-active {
      background: #498bbb; }
      .pagination ul.pagination-list li.ss-active .ss-page-label {
        display: table-cell;
        vertical-align: middle;
        font-family: Poppins;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        border: none; }
        .pagination ul.pagination-list li.ss-active .ss-page-label:after {
          display: none; }
    .pagination ul.pagination-list li.pagination-item--current {
      background: #498bbb; }
      .pagination ul.pagination-list li.pagination-item--current .pagination-link {
        display: table-cell;
        vertical-align: middle;
        font-family: Poppins;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        border: none; }
        .pagination ul.pagination-list li.pagination-item--current .pagination-link:after {
          display: none; }
    .pagination ul.pagination-list li a {
      display: table-cell;
      vertical-align: middle;
      font-family: Poppins;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      color: #3b525e;
      border: none; }
    .pagination ul.pagination-list li .ss-page-label {
      display: table-cell;
      vertical-align: middle;
      font-family: Poppins;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      color: #3b525e;
      border: none;
      text-align: center;
      padding: 0 5px; }
    .pagination ul.pagination-list li.pagination-item--next .pagination-link {
      font-family: Poppins;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      color: #3b525e;
      background: rgba(98, 99, 99, 0.1);
      border-radius: 0;
      padding: 14px 25px; }
      .pagination ul.pagination-list li.pagination-item--next .pagination-link:hover {
        color: #fff;
        background: #201c1d; }
      .pagination ul.pagination-list li.pagination-item--next .pagination-link i.icon {
        display: none; }
    .pagination ul.pagination-list li.pagination-item--previous .pagination-link {
      font-family: Poppins;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      color: #3b525e;
      background: rgba(98, 99, 99, 0.1);
      border-radius: 0;
      padding: 14px 25px; }
      .pagination ul.pagination-list li.pagination-item--previous .pagination-link:hover {
        color: #fff;
        background: #201c1d; }
      .pagination ul.pagination-list li.pagination-item--previous .pagination-link i.icon {
        display: none; }

#iubenda_policy {
  font-family: Poppins !important;
  font-weight: 400; }

.Drywall-cookie {
  width: 100%;
  display: inline-block;
  background: #201c1d;
  padding: 31px 0 8px; }
  .Drywall-cookie p {
    color: #ffffff; }

/* Whats new week page 18-9-23 */
div[data-layout-name="whats-new-week-grid"] ul {
  padding: 0;
  margin: 28px 0 32px 39px;
  min-height: 146px; }
  div[data-layout-name="whats-new-week-grid"] ul li {
    position: relative;
    padding-left: 16px;
    font-size: 17px;
    margin: 0 0 7px; }
    div[data-layout-name="whats-new-week-grid"] ul li:after {
      content: '';
      height: 9px;
      width: 9px;
      background: #fad209;
      position: absolute;
      left: 0;
      top: 6px;
      border-radius: 10px; }

div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] {
  position: relative; }
  div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] p {
    padding-left: 38px;
    min-height: 70px; }
  div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] h2 {
    margin: 0;
    padding-left: 38px;
    color: #231f20;
    font-family: inherit;
    font-weight: 700;
    font-size: 27px;
    min-height: 27px;
    font-family: Poppins; }
    div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] h2 a {
      color: #231f20; }
  div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] img {
    max-width: 200px; }
  div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] .buttonLink {
    padding-left: 9px; }

div[data-layout-name=whats-new-week-grid] div[data-sub-layout]::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  width: 9px;
  height: calc(100% - 75px);
  background: #488abb;
  z-index: -1; }

/* UGC Page */
.ugc_content_page .categories-section {
  padding-top: 0; }

.ugc-main-section h2 {
  font-family: 'DCC - Ash';
  color: #498cbc;
  font-size: 41.52px;
  letter-spacing: 1px;
  font-weight: 400; }

.ugc-main-section p {
  font-size: 17.60px;
  color: #000;
  line-height: normal; }

.ugc-main-section .btn {
  background: #418fc7;
  color: #fff;
  font-weight: 700;
  font-size: 25.43px;
  padding: 11px 43px 10px 25px;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 7px;
  display: inline-block;
  position: relative; }
  .ugc-main-section .btn:hover {
    background-color: #ffd200; }
  .ugc-main-section .btn:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #000;
    opacity: 0.2; }

.ugc-main-section .banner {
  position: relative; }
  .ugc-main-section .banner .over-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 68px; }
    .ugc-main-section .banner .over-content h2.yellow-heading {
      font-family: 'DCC - Ash';
      color: #ffd200;
      margin: 0 0 9px;
      font-size: 55px; }
    .ugc-main-section .banner .over-content p {
      font-size: 18.46px;
      color: #fff;
      margin: 0;
      padding: 0; }
      .ugc-main-section .banner .over-content p.subheading {
        font-size: 43.2px;
        font-weight: 700;
        line-height: 43.2px;
        padding: 0 0;
        margin: 0 0 17px; }
    .ugc-main-section .banner .over-content .btn {
      margin: 25px 0 0; }

.ugc-main-section .banner-bottom-text p {
  padding: 51px 0 47px; }

.ugc-main-section .ugc-content-with-sidebar {
  display: grid;
  grid-template-columns: auto 370px;
  gap: 80px; }
  .ugc-main-section .ugc-content-with-sidebar .content-col h2 {
    display: flex;
    align-items: center;
    margin: 0 0 22px; }
    .ugc-main-section .ugc-content-with-sidebar .content-col h2 .icon {
      display: inline-block;
      vertical-align: top;
      width: 50px;
      height: auto;
      margin-right: 10px; }
  .ugc-main-section .ugc-content-with-sidebar .content-col p strong {
    display: block; }
  .ugc-main-section .ugc-content-with-sidebar .content-col p .step-btn {
    display: block;
    margin: 7px 0 0; }
    .ugc-main-section .ugc-content-with-sidebar .content-col p .step-btn .btn {
      font-size: 14px;
      padding: 11px 35px 10px 15px;
      margin: 4px 0; }
      .ugc-main-section .ugc-content-with-sidebar .content-col p .step-btn .btn::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid #000;
        top: 10px; }
  .ugc-main-section .ugc-content-with-sidebar .btn-sec {
    text-align: center;
    margin: 47px 0 0; }
  .ugc-main-section .ugc-content-with-sidebar .left-content .content-col + .content-col {
    margin: 42px 0 0; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/yellow-pattern-bg.png) #ffd200;
    padding: 50px 38px 12px;
    text-align: center;
    border-radius: 10px; }
    .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box h2 {
      justify-content: center;
      font-size: 40.44px;
      color: #000;
      margin: 0 0 11px; }
    .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box .box p {
      padding: 0 0 32px;
      position: relative;
      font-weight: 500; }
      .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box .box p + p::before {
        content: '';
        width: 45px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -19px;
        background: #fff; }
    .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box .box + .box {
      margin: 28px 0 0; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .blue-box-text {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/ugc-blue-box-icon.png) #498cbc no-repeat;
    background-position: right 35px center;
    padding: 37px 37px;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0 0; }
    .ugc-main-section .ugc-content-with-sidebar .right-content .blue-box-text p {
      color: #fff;
      padding: 0; }

.ugc-main-section .simple-submissions-section {
  margin: 145px 0 90px;
  text-align: center; }
  .ugc-main-section .simple-submissions-section h2 {
    margin: 0 0 40px; }
  .ugc-main-section .simple-submissions-section .btn-sec {
    margin-top: 50px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider .owl-stage {
    display: flex;
    align-items: center; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider .item {
    border-radius: 11px;
    box-shadow: 0 0 4px 0 #e7e4e4;
    margin: 20px 10px;
    padding: 22px;
    background: #f9f9fb; }
    .ugc-main-section .simple-submissions-section .simple-submissions-slider .item a {
      background: #f9f9fb;
      display: block; }
      .ugc-main-section .simple-submissions-section .simple-submissions-slider .item a .title {
        font-size: 14px;
        color: #000;
        display: inline-block;
        margin: 20px 0 0;
        font-weight: 700; }
    .ugc-main-section .simple-submissions-section .simple-submissions-slider .item .video-box {
      aspect-ratio: 1/1.39;
      position: relative; }
      .ugc-main-section .simple-submissions-section .simple-submissions-slider .item .video-box iframe {
        height: 100%;
        width: 100%; }
      .ugc-main-section .simple-submissions-section .simple-submissions-slider .item .video-box .play-icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 0px; }
        .ugc-main-section .simple-submissions-section .simple-submissions-slider .item .video-box .play-icon::after {
          content: "\f01d";
          font-size: 50px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider .active + .active {
    transform: scale(1.5);
    z-index: 11;
    margin: 100px 0 100px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider .active + .active + .active {
    transform: initial;
    z-index: 1;
    margin: 0; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    color: #fff;
    border-top: 4px solid #498cbc !important;
    border-right: 4px solid #498cbc !important;
    height: 20px;
    width: 20px;
    border-radius: 0 !important;
    transform: rotate(45deg) translateY(-50%);
    background: transparent; }
    .ugc-main-section .simple-submissions-section .simple-submissions-slider button.owl-next span {
      display: none; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    color: #fff;
    border-top: 4px solid #498cbc !important;
    border-left: 4px solid #498cbc !important;
    height: 20px;
    width: 20px;
    border-radius: 0 !important;
    transform: rotate(-45deg) translateY(-50%);
    background: transparent; }
    .ugc-main-section .simple-submissions-section .simple-submissions-slider button.owl-prev span {
      display: none; }

/* Black Friday Page */
body.black_friday_deal_page .categories-section {
  padding-top: 0; }

body.black_friday_deal_page #main-content > .container {
  max-width: 100%;
  width: 100%; }
  body.black_friday_deal_page #main-content > .container .page-content {
    max-width: 100% !important; }

.blck-friday-main-section .banner {
  background: #0c0c0c;
  position: relative;
  height: 457px;
  max-width: 100%; }
  .blck-friday-main-section .banner .text {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    position: absolute;
    top: 9px;
    width: calc(100% - 160px);
    text-align: center; }
  .blck-friday-main-section .banner .banner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px; }

.blck-friday-main-section .banner-bottom-off-text {
  display: table;
  max-width: 660px;
  margin: 82px auto 108px;
  text-align: center; }
  .blck-friday-main-section .banner-bottom-off-text h2 {
    font-size: 50px;
    margin: 0 0 14px;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(to right, #51afdd 48%, #3f8bb3);
    background: -webkit-linear-gradient(to right, #51afdd 48%, #3f8bb3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins;
    text-transform: none; }
  .blck-friday-main-section .banner-bottom-off-text p {
    font-size: 32px;
    font-weight: 500;
    color: #231f20;
    line-height: 1.4; }

.blck-friday-main-section .best-selling-product {
  max-width: 1080px;
  margin: auto; }
  .blck-friday-main-section .best-selling-product h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 112px;
    font-family: Poppins;
    text-transform: none; }
    .blck-friday-main-section .best-selling-product h2 span {
      background: linear-gradient(to right, #f9d93d, #feab06);
      background: -webkit-linear-gradient(to right, #51afdd 48%, #3f8bb3);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .blck-friday-main-section .best-selling-product .bf-product-list {
    display: flex;
    gap: 100px 90px;
    justify-content: center;
    flex-wrap: wrap; }
    .blck-friday-main-section .best-selling-product .bf-product-list .box {
      flex-basis: calc(50% - 45px);
      max-width: 50%;
      position: relative; }
      .blck-friday-main-section .best-selling-product .bf-product-list .box .btn-sec {
        text-align: center;
        margin-top: 16px; }
        .blck-friday-main-section .best-selling-product .bf-product-list .box .btn-sec .btn {
          background: #488bbb;
          color: #fff;
          font-size: 14px;
          text-transform: uppercase;
          display: inline-block;
          padding: 9.5px 25px;
          border-radius: 5px;
          line-height: 1;
          font-weight: 700; }
          .blck-friday-main-section .best-selling-product .bf-product-list .box .btn-sec .btn:hover {
            background: #fbbe1e; }
          .blck-friday-main-section .best-selling-product .bf-product-list .box .btn-sec .btn:after {
            position: absolute;
            left: 0;
            bottom: 49px;
            background: transparent;
            content: '';
            height: 100%;
            width: 100%; }
    .blck-friday-main-section .best-selling-product .bf-product-list .main-product {
      position: relative; }
      .blck-friday-main-section .best-selling-product .bf-product-list .main-product > img {
        width: 100%; }
      .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product {
        position: absolute;
        left: 0;
        top: -50px;
        width: 100%;
        padding: 0 0 0 20px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        justify-content: space-between; }
        .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title {
          display: flex;
          flex-direction: column;
          font-size: 18px;
          color: #231f20;
          font-weight: 500;
          line-height: 1.2;
          border-left: 4px solid #231f20;
          padding-left: 10px;
          margin-top: 6px; }
          .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title .cat {
            font-size: 30px;
            font-weight: 700;
            line-height: 1;
            margin: 0 0 25px;
            text-transform: uppercase; }
        .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .sub-product {
          min-width: 225px; }
  .blck-friday-main-section .best-selling-product.pack5 {
    margin-top: 100px; }
    .blck-friday-main-section .best-selling-product.pack5 h2 span {
      background: linear-gradient(to right, #51afdd 48%, #3f8bb3);
      background: -webkit-linear-gradient(to right, #51afdd 48%, #3f8bb3);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .sub-product {
      margin-top: 40px;
      margin-right: -8px; }
    .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title {
      border-color: #fcc625; }
      .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title .cat {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        margin: 0 0 30px;
        text-transform: uppercase;
        width: calc(100% + 150px); }
        .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title .cat span {
          font-weight: 400; }
      .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title .p-name {
        color: #fff; }
    .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .box .btn-sec .btn {
      background: #221f1f;
      color: #fcc625; }
      .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .box .btn-sec .btn:hover {
        color: #221f1f;
        background: #fcc625; }
  .blck-friday-main-section .best-selling-product.below-with-details {
    margin-top: 100px; }
    .blck-friday-main-section .best-selling-product.below-with-details h2 {
      font-weight: 400; }
      .blck-friday-main-section .best-selling-product.below-with-details h2 span {
        color: #488bbb;
        font-weight: 700;
        background: inherit;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: unset; }
    .blck-friday-main-section .best-selling-product.below-with-details .bf-product-list .main-product .overlay-product .sub-product {
      min-width: 185px; }

.blck-friday-main-section .did-you-know {
  margin: 160px 0 106px;
  display: inline-block; }
  .blck-friday-main-section .did-you-know h2 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    line-height: normal;
    margin: 0 0 42px;
    font-family: Poppins;
    text-transform: none; }
    .blck-friday-main-section .did-you-know h2 span {
      color: #fbbe1e; }
  .blck-friday-main-section .did-you-know p {
    font-size: 24px;
    line-height: normal;
    padding: 0 0 35px;
    color: #221f1f; }
    .blck-friday-main-section .did-you-know p a {
      color: #221f1f; }
  .blck-friday-main-section .did-you-know .text-block img {
    float: right; }

/* Home New Showcase Banner */
.showcase-home-banner .imgbox {
  position: relative; }
  .showcase-home-banner .imgbox img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center; }
  .showcase-home-banner .imgbox .banner-over-text {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1150px;
    width: 94%;
    margin: auto; }
    .showcase-home-banner .imgbox .banner-over-text h2 {
      margin: 0;
      text-transform: uppercase;
      font-size: 60px;
      font-family: 'DCC - Ash';
      color: #ffd200;
      line-height: normal; }
    .showcase-home-banner .imgbox .banner-over-text .title {
      color: #fff;
      font-size: 45px;
      font-weight: 700;
      margin: 5px 0 0;
      max-width: 780px;
      line-height: 1.1; }
    .showcase-home-banner .imgbox .banner-over-text p {
      font-size: 20px;
      color: #fff;
      margin: 25px 0 0;
      max-width: 531px;
      line-height: normal; }
    .showcase-home-banner .imgbox .banner-over-text .banner-btn {
      background: #418fc7;
      color: #fff;
      font-weight: 700;
      font-size: 25.43px;
      padding: 11px 43px 10px 25px;
      line-height: 1;
      text-transform: capitalize;
      border-radius: 7px;
      display: inline-block;
      position: relative; }
      .showcase-home-banner .imgbox .banner-over-text .banner-btn:after {
        content: '';
        position: absolute;
        right: 16px;
        top: 14px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #000;
        opacity: .2; }

.showcase-home-banner .servicesbox {
  margin-top: -128px; }

/* New Newsletter */
.new-ver-nwsltr .form-prefixPostfix.wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px; }

.new-ver-nwsltr .From .box {
  margin: 0;
  width: 100%; }
  .new-ver-nwsltr .From .box input {
    height: 44px;
    padding: 13px 19px;
    font-size: 15px; }
    .new-ver-nwsltr .From .box input::placeholder {
      font-size: 15px; }
  .new-ver-nwsltr .From .box .btn-send {
    margin: 0;
    width: 100%;
    padding: 13px 19px;
    font-size: 18px !important; }

/***** Sponsorship Program Page *****/
body.sponsorship_program_page main > .container {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0; }

body.sponsorship_program_page main .page1 .categories-section {
  padding: 0;
  margin: 0; }
  body.sponsorship_program_page main .page1 .categories-section main.categories-right {
    width: 100% !important;
    max-width: 100% !important;
    float: initial !important;
    padding: 0 !important; }

.sponsorship-program {
  width: 100%;
  display: inline-block;
  padding: 0 0 0; }

.sponsorship-banner {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }
  .sponsorship-banner .Future-champions {
    width: 100%;
    display: inline-block;
    background: #4987b8;
    text-align: center;
    padding: 13px 0; }
    .sponsorship-banner .Future-champions p {
      font-family: Poppins;
      font-weight: 700;
      font-size: 31.77px;
      line-height: normal;
      color: #ffffff;
      padding: 0; }
  .sponsorship-banner img {
    width: 100%; }

.Winning-team {
  width: 100%;
  display: inline-block;
  padding: 58px 0; }
  .Winning-team .container {
    padding: 0 103px 0 43px; }
  .Winning-team h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
    color: #4987b7;
    letter-spacing: 0;
    text-transform: initial;
    margin: 0 0 17px; }
  .Winning-team p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17.47px;
    line-height: 24.62px;
    color: #000000;
    padding: 0 0 24px; }
    .Winning-team p strong {
      font-family: Poppins;
      font-weight: 700; }
  .Winning-team a.Refer-btn {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22.35px;
    line-height: normal;
    color: #000000;
    background: #ffcd00;
    border: none;
    border-radius: 50px;
    display: table;
    margin: 33px auto 0;
    padding: 9px 61px; }
    .Winning-team a.Refer-btn:hover {
      color: #ffffff;
      background: #4987b7; }

.Members-customer {
  width: 100%;
  display: inline-block;
  padding: 18px 0 55px; }
  .Members-customer .container {
    display: flex;
    justify-content: center; }
  .Members-customer .box {
    position: relative;
    width: calc(47.5% - 20px);
    float: left;
    margin-right: 40px;
    padding: 0 30px 0 43px; }
    .Members-customer .box h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 31.77px;
      line-height: normal;
      color: #1d1d1b;
      text-transform: uppercase;
      letter-spacing: -1.2px;
      padding: 0 25px;
      margin: -20px 0 16px; }
    .Members-customer .box p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 17.47px;
      line-height: 26.21px;
      color: #000000;
      padding: 0 0 0; }
    .Members-customer .box:last-child {
      width: calc(52.5% - 20px);
      margin-right: 0;
      padding: 0 39px 36px 43px; }
      .Members-customer .box:last-child:before {
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/sponsorship-program-border-2.png);
        background-repeat: no-repeat;
        background-size: cover; }
      .Members-customer .box:last-child h2 {
        color: #ffcd00; }
    .Members-customer .box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/sponsorship-program-border-1.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 262px;
      z-index: -1; }

.Sponsorship-criteria {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0;
  margin: 0 0 0; }
  .Sponsorship-criteria:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/sponsorship-criteria-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .Sponsorship-criteria .container {
    padding: 112px 55px 152px; }
  .Sponsorship-criteria .The-starting {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 56px 48px 53px; }
    .Sponsorship-criteria .The-starting:before {
      content: "";
      position: absolute;
      top: -65px;
      right: -55px;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/sponsorship-criteria-icon.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 244px;
      height: 181px; }
    .Sponsorship-criteria .The-starting h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 35px;
      line-height: normal;
      color: #4987b7;
      letter-spacing: 0;
      text-transform: initial;
      margin: 0 0 28px; }
    .Sponsorship-criteria .The-starting .box {
      width: calc(50% - 25px);
      float: left;
      margin-right: 50px;
      padding-right: 10px; }
      .Sponsorship-criteria .The-starting .box:last-child {
        margin-right: 0; }
      .Sponsorship-criteria .The-starting .box h2 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 31.77px;
        line-height: normal;
        color: #1d1d1b;
        letter-spacing: 0;
        text-transform: uppercase;
        margin: 0 0 -2px; }
      .Sponsorship-criteria .The-starting .box h3 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 28.59px;
        line-height: normal;
        color: #4987b7;
        letter-spacing: 0;
        text-transform: initial;
        margin: 0 0 15px; }
      .Sponsorship-criteria .The-starting .box p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 17.47px;
        line-height: 26.21px;
        color: #000000;
        padding: 0 0 5px; }
      .Sponsorship-criteria .The-starting .box ul {
        width: 100%;
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 0 5px; }
        .Sponsorship-criteria .The-starting .box ul li {
          position: relative;
          font-family: Poppins;
          font-weight: 400;
          font-size: 17.47px;
          line-height: 26.21px;
          color: #000000;
          width: 100%;
          display: inline-block;
          list-style: none;
          padding: 0 0 0 18px;
          margin: 0 0 7px; }
          .Sponsorship-criteria .The-starting .box ul li:before {
            content: "";
            position: absolute;
            top: 9px;
            left: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ffcd00; }

.Application-section {
  width: 100%;
  display: inline-block;
  margin: -67px 0 73px;
  padding: 0 0 0; }
  .Application-section .accordion-wrapper {
    width: calc(50% - 11.5px);
    float: left;
    margin-right: 23px; }
    .Application-section .accordion-wrapper:last-child {
      margin-right: 0; }
    .Application-section .accordion-wrapper .btn-wrapper button {
      position: relative;
      font-family: Poppins;
      font-weight: 700;
      font-size: 25.42px;
      line-height: 31.77px;
      color: #ffffff;
      width: 100%;
      display: inline-block;
      background: #4886b7;
      border: none;
      border-radius: 10px 10px 0 0;
      outline: none !important;
      text-align: left;
      padding: 20px 38px 15px; }
      .Application-section .accordion-wrapper .btn-wrapper button:before {
        content: "";
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 28px;
        background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/sponsorship-criteria-arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 41px;
        height: 17px; }
    .Application-section .accordion-wrapper .btn-wrapper span {
      text-transform: uppercase;
      display: inline-block;
      margin: 0 0 1px; }
    .Application-section .accordion-wrapper .collepsing-div {
      width: 100%;
      display: inline-block;
      background: #f5f5f5;
      border: none;
      border-radius: 0 0 10px 10px;
      min-height: 455px;
      padding: 32px 26px 12px; }
      .Application-section .accordion-wrapper .collepsing-div p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 17.47px;
        line-height: 23.83px;
        color: #000000;
        padding: 0 0 11px; }
        .Application-section .accordion-wrapper .collepsing-div p strong {
          font-family: Poppins;
          font-weight: 700; }
      .Application-section .accordion-wrapper .collepsing-div ul {
        width: 100%;
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 0 9px; }
        .Application-section .accordion-wrapper .collepsing-div ul.decimal {
          width: 100%;
          display: inline-block;
          list-style: decimal;
          padding: 0;
          margin: 0; }
          .Application-section .accordion-wrapper .collepsing-div ul.decimal li {
            font-family: Poppins;
            font-weight: 400;
            font-size: 15.89px;
            line-height: 23.83px;
            color: #000000;
            width: 100%;
            list-style: decimal;
            padding: 0;
            margin: 0 0 8px 17px; }
            .Application-section .accordion-wrapper .collepsing-div ul.decimal li:last-child {
              margin-bottom: 0; }
            .Application-section .accordion-wrapper .collepsing-div ul.decimal li::before {
              display: none; }
            .Application-section .accordion-wrapper .collepsing-div ul.decimal li strong {
              font-family: Poppins;
              font-weight: 700; }
        .Application-section .accordion-wrapper .collepsing-div ul li {
          position: relative;
          font-family: Poppins;
          font-weight: 400;
          font-size: 15.89px;
          line-height: 23.83px;
          color: #000000;
          width: 100%;
          list-style: none;
          padding: 0 0 0 22px;
          margin: 0 0 11px; }
          .Application-section .accordion-wrapper .collepsing-div ul li:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 5px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #4886b7;
            display: inline-block; }

.all-stars {
  width: 100%;
  display: inline-block;
  background: #4886b7;
  padding: 0 0 48px; }
  .all-stars .container {
    padding: 0 52px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .all-stars .content {
    width: calc(100% - 340px);
    float: left;
    margin: 50px 0 0; }
    .all-stars .content p {
      font-family: Poppins;
      font-weight: 500;
      font-size: 17.47px;
      line-height: 26.21px;
      color: #ffffff;
      padding: 0 0 0; }
  .all-stars .image {
    width: 300px;
    float: right;
    text-align: right;
    margin: -30px 0 0; }

.Refer-child {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 65px 0; }
  .Refer-child a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22.35px;
    line-height: normal;
    color: #000;
    background: #ffcd00;
    border: none;
    border-radius: 50px;
    display: inline-block;
    margin: 0 !important;
    padding: 9px 61px; }
    .Refer-child a:hover {
      color: #fff;
      background: #4987b7; }

/***** ESG Policy Page *****/
body.esg_policy_page main > .container {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0; }

body.esg_policy_page main .categories-section {
  padding: 0; }
  body.esg_policy_page main .categories-section main.categories-right {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important; }

.Policy-banner {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 0; }
  .Policy-banner img {
    width: 100%; }
  .Policy-banner .overle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1150px;
    width: 94%; }
    .Policy-banner .overle .container {
      width: 100%;
      padding: 0 45px; }
    .Policy-banner .overle h1 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 50.12px;
      line-height: 59.23px;
      color: #ffffff;
      letter-spacing: -0.25px;
      text-transform: initial;
      max-width: 600px;
      margin: 0 0 0; }

.Aboutus-section {
  width: 100%;
  display: inline-block;
  padding: 67px 0 60px; }
  .Aboutus-section .container {
    position: relative;
    padding: 0 46px 40px; }
    .Aboutus-section .container:before {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/esg-policy-border.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 303px; }
  .Aboutus-section h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 31.87px;
    line-height: normal;
    color: #1d1d1b;
    letter-spacing: -0.128px;
    text-transform: initial;
    max-width: 600px;
    padding: 0 12px;
    margin: 0 0 26px; }
  .Aboutus-section p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17.53px;
    line-height: 26.3px;
    color: #000000;
    padding: 0 0 0; }

.ESG-commitment {
  width: 100%;
  display: inline-block;
  padding: 0 0 80px; }
  .ESG-commitment h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 31.87px;
    line-height: normal;
    color: #4986b6;
    letter-spacing: -0.128px;
    text-transform: initial;
    padding: 0 35px;
    margin: 0 0 13px; }
  .ESG-commitment p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17.53px;
    line-height: 26.3px;
    color: #000000;
    padding: 0 35px 20px; }
  .ESG-commitment .ESG-accordion {
    width: 100%;
    display: inline-block;
    margin: 61px 0 0; }
    .ESG-commitment .ESG-accordion .accordion-wrapper {
      width: 100%;
      display: inline-block;
      margin: 0 0 63px; }
      .ESG-commitment .ESG-accordion .accordion-wrapper:last-child {
        margin: 0 0 0; }
      .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper {
        position: relative;
        width: 100%;
        display: inline-block;
        background: #4886b7;
        border-radius: 15px 15px 0 0;
        padding: 0 43px 0 18px; }
        .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button {
          font-family: Poppins;
          font-weight: 700;
          font-size: 27.89px;
          line-height: normal;
          color: #ffffff;
          letter-spacing: -0.14px;
          width: 100%;
          display: inline-block;
          border: none;
          outline: 0 !important;
          text-align: left;
          padding: 0; }
          .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span {
            display: inline-block;
            margin: -7px 0 -15px;
            margin-right: 25px; }
          .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 43px;
            background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/esg-accordion-arrow.png);
            background-repeat: no-repeat;
            background-size: cover;
            width: 43px;
            height: 22px; }
        .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper.open {
          border-radius: 15px; }
      .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div {
        width: 100%;
        display: inline-block;
        background: #f4f4f4;
        border-radius: 0 0 15px 15px;
        padding: 46px 70px 15px 35px; }
        .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div p {
          padding: 0 0 39px; }
        .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div .box {
          width: 100%;
          display: inline-block;
          padding: 0 0 0 26px; }
          .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div .box p strong {
            font-family: Poppins;
            font-weight: 700; }
          .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div .box p b {
            font-family: Poppins;
            font-weight: 700; }

[data-sub-layout-container="56c7f314-8fac-494e-8b74-d85a99a138ad"] {
  display: none !important; }

.great_place_section {
  width: 100%;
  display: inline-block;
  padding: 0 0 80px; }
  .great_place_section .container {
    position: relative;
    max-width: 857px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: table; }

.ESG-Policy .great_place_section .container {
  margin: 0 auto;
  padding: 0; }

.ESG-Policy .great_place_section .gptwl_section img {
  width: auto;
  max-height: 200px;
  margin: 0 10px; }

.gptwl_section {
  text-align: center;
  width: 100%;
  display: inline-block; }
  .gptwl_section img {
    width: 125px;
    margin: 0; }

.gptwl_text {
  width: 50%;
  float: left;
  text-align: left; }

.gptwl_footer_section img {
  width: 100px;
  margin-top: 20px; }

.sponsorship_program_homebanner .imgbox a img {
  width: 100% !important;
  height: initial !important; }

/* Sitemap 11-1-24 */
body.type-sitemap .categories-section h1 {
  margin: 0 0 50px;
  font-family: Oswald;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  color: #2d2d2d;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0; }

body.type-sitemap .categories-section > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px; }
  body.type-sitemap .categories-section > ul li h2 {
    font-family: Poppins;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: 2px solid #2d2d2d;
    padding: 6px 10px 5px;
    font-size: 16px;
    background: #2d2d2d;
    color: #fff; }
  body.type-sitemap .categories-section > ul ul li {
    margin: 15px 0;
    position: relative; }
  body.type-sitemap .categories-section > ul ul ul {
    border-left: 1px solid #ddd;
    margin-left: 10px; }
    body.type-sitemap .categories-section > ul ul ul li {
      padding-left: 15px; }
      body.type-sitemap .categories-section > ul ul ul li:before {
        content: '-';
        position: absolute;
        left: 0px;
        color: #ddd;
        top: 0; }

body.type-sitemap .categories-section ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  body.type-sitemap .categories-section ul li a {
    color: #2d2d2d;
    font-size: 16px; }
    body.type-sitemap .categories-section ul li a:hover {
      color: #418fc7; }

/* Customer Blog 19-1-24 */
.customer_blog_webpage main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important; }
  .customer_blog_webpage main .categories-section {
    padding-top: 0; }
  .customer_blog_webpage main .container {
    width: 100%;
    max-width: 100%; }

.customer_blog_webpage .categories-section .container {
  max-width: 1150px;
  width: 94%; }

.customer_blog_webpage .customer-blog-banner {
  position: relative; }
  .customer_blog_webpage .customer-blog-banner img {
    width: 100%; }
    .customer_blog_webpage .customer-blog-banner img.mobile-banner {
      display: none; }
  .customer_blog_webpage .customer-blog-banner .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-top: 19px; }
    .customer_blog_webpage .customer-blog-banner .container .subtext {
      font-size: 38.53px;
      color: #fff;
      line-height: normal;
      letter-spacing: normal;
      font-weight: 800;
      font-family: 'Poppins';
      margin: 0; }
      .customer_blog_webpage .customer-blog-banner .container .subtext::after {
        content: '';
        width: 134px;
        height: 4px;
        background: #ffcd00;
        line-height: normal;
        display: table;
        margin: 17px 0 0; }
    .customer_blog_webpage .customer-blog-banner .container .title {
      font-size: 87.57px;
      color: #fff;
      font-family: 'DCC - Ash';
      line-height: normal;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      margin: 10px 0 27px;
      font-weight: normal;
      text-align: left; }
    .customer_blog_webpage .customer-blog-banner .container .btn {
      display: inline-flex;
      height: 51px;
      background: #ffcd00;
      color: #000;
      border-radius: 6px;
      align-items: center;
      justify-content: center;
      padding: 0 25px;
      font-weight: 700;
      font-size: 26px; }
      .customer_blog_webpage .customer-blog-banner .container .btn:hover {
        background: #000;
        color: #ffcd00; }

.customer_blog_webpage h2 {
  font-size: 63px;
  color: #498cbc;
  font-family: 'DCC - Ash';
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-weight: normal;
  text-align: center; }
  .customer_blog_webpage h2 span {
    display: block;
    font-size: 38px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: none;
    line-height: 1.2; }

.customer_blog_webpage p {
  font-size: 23px;
  color: #000;
  line-height: normal;
  padding: 0; }

.customer_blog_webpage .comercial-cunstruction-text {
  text-align: center;
  padding: 64px 0 70px; }
  .customer_blog_webpage .comercial-cunstruction-text .container {
    max-width: 1080px; }

.customer_blog_webpage .insights-today {
  position: relative;
  z-index: 1;
  padding: 0 0 140px; }
  .customer_blog_webpage .insights-today::before {
    content: '';
    height: 60%;
    background: #f7f7f7;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .customer_blog_webpage .insights-today::after {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-insite-today-icon-bg-new.png);
    background-position: left -90px top 0;
    background-size: auto 90.6%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1; }
  .customer_blog_webpage .insights-today .box-section {
    display: flex;
    width: 100%;
    gap: 40px;
    margin: 14px 0 0; }
    .customer_blog_webpage .insights-today .box-section .box {
      width: 50%;
      padding: 38px 53px 40px 40px;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 10px 10px 1px #0000001a; }
      .customer_blog_webpage .insights-today .box-section .box .title {
        display: flex;
        gap: 80px;
        width: 100%;
        justify-content: space-between;
        font-size: 24.54px;
        line-height: 35px;
        padding-bottom: 26px;
        position: relative;
        margin: 0 0 24px;
        font-weight: 700;
        font-family: 'Poppins'; }
        .customer_blog_webpage .insights-today .box-section .box .title:after {
          content: '';
          width: 114px;
          height: 4px;
          background: #ffcd00;
          line-height: normal;
          display: table;
          position: absolute;
          bottom: 0;
          left: 0; }
        .customer_blog_webpage .insights-today .box-section .box .title .cb-icon {
          min-width: 97px;
          height: 97px; }
      .customer_blog_webpage .insights-today .box-section .box:nth-child(2) .title:after {
        background: #498cbc;
        font-weight: 600; }
      .customer_blog_webpage .insights-today .box-section .box p {
        font-size: 22px; }
        .customer_blog_webpage .insights-today .box-section .box p a {
          text-decoration: underline;
          color: #488bbb;
          font-weight: 600; }

.customer_blog_webpage .process-step {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-white-shap-bg-new.png), #f7f7f7;
  min-height: 1400px;
  background-size: 100% 1275px;
  background-repeat: no-repeat;
  background-position: bottom 40px center;
  position: static;
  padding-bottom: 100px; }
  .customer_blog_webpage .process-step h2 {
    margin: 0 0 48px; }
  .customer_blog_webpage .process-step .process-step-slider {
    max-width: 943px;
    margin: 0 auto;
    padding: 55px 100px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 1px #0000001a; }
    .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text {
      max-width: 650px; }
      .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .step-num-word {
        font-weight: 700;
        color: #000;
        font-size: 31px;
        margin: 0 0 84px;
        position: relative; }
      .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text p a {
        font-weight: 600; }
      .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .btn {
        display: inline-flex;
        height: 38px;
        background: #ffcd00;
        color: #000;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        font-weight: 700;
        font-size: 16px;
        margin: 35px 0 0;
        min-width: 219px; }
        .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .btn:hover {
          background: #000;
          color: #ffcd00; }
  .customer_blog_webpage .process-step .owl-theme .owl-nav {
    margin: 0; }
    .customer_blog_webpage .process-step .owl-theme .owl-nav [class*='owl-'] {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px;
      height: 45px;
      width: 45px;
      background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-prev-arrow-new.png"), #488bbb;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      border-radius: 50px;
      margin: 0; }
      .customer_blog_webpage .process-step .owl-theme .owl-nav [class*='owl-'] span {
        display: none; }
    .customer_blog_webpage .process-step .owl-theme .owl-nav [class*='owl-'].owl-next {
      left: auto;
      right: 43px;
      background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-next-arrow-new.png");
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat; }
    .customer_blog_webpage .process-step .owl-theme .owl-nav [class*='owl-'].disabled {
      display: none; }
  .customer_blog_webpage .process-step .owl-theme .owl-dots {
    position: absolute;
    top: -36px;
    left: -86px;
    width: 391px;
    height: 223px;
    pointer-events: none; }
    .customer_blog_webpage .process-step .owl-theme .owl-dots button span {
      display: none; }
    .customer_blog_webpage .process-step .owl-theme .owl-dots .owl-dot {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/new-process-step-1.png");
      background-position: top left !important;
      background-repeat: no-repeat !important;
      background-size: 100% !important; }
      .customer_blog_webpage .process-step .owl-theme .owl-dots .owl-dot:nth-child(2) {
        background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/new-process-step-2.png"); }
      .customer_blog_webpage .process-step .owl-theme .owl-dots .owl-dot:nth-child(3) {
        background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/new-process-step-3.png"); }
      .customer_blog_webpage .process-step .owl-theme .owl-dots .owl-dot:nth-child(4) {
        background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/new-process-step-4.png"); }
      .customer_blog_webpage .process-step .owl-theme .owl-dots .owl-dot:nth-child(5) {
        background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/new-process-step-5.png"); }
      .customer_blog_webpage .process-step .owl-theme .owl-dots .owl-dot.active {
        opacity: 1; }
  .customer_blog_webpage .process-step .guidelines {
    margin: 102px auto 0;
    text-align: center; }
    .customer_blog_webpage .process-step .guidelines p.top-text {
      padding: 0;
      max-width: 990px;
      margin: auto; }
    .customer_blog_webpage .process-step .guidelines h2 {
      margin: 0 0 11px; }
    .customer_blog_webpage .process-step .guidelines .guideline-content-section {
      display: flex;
      gap: 48px;
      margin: 54px 0 0; }
      .customer_blog_webpage .process-step .guidelines .guideline-content-section .left {
        width: calc(100% - 403px - 48px);
        padding-top: 14px; }
        .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3 {
          text-align: left;
          font-size: 31px;
          color: #000;
          margin: 0 0 31px;
          font-weight: 700;
          font-family: 'Poppins'; }
        .customer_blog_webpage .process-step .guidelines .guideline-content-section .left p {
          text-align: left;
          margin: 0 0 25px; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left p strong {
            display: block; }
        .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel {
          background: #f7f7f7;
          padding: 0 80px;
          box-shadow: 7px 7px 10px 1px #0000001a;
          border-radius: 8px; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-stage-outer .owl-stage {
            display: flex;
            align-items: center; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots {
            width: 88px;
            left: 0;
            top: 0;
            height: 100%;
            counter-reset: item;
            pointer-events: none; }
            .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots button {
              background: transparent; }
              .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots button:after {
                font-size: 100px;
                font-family: 'DCC - Ash';
                font-weight: 400;
                content: counters(item, ".") " ";
                counter-increment: item;
                color: #498cbc; }
            .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots .owl-dot {
              top: 50%;
              width: 100%;
              transform: translateY(-50%);
              left: 0; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider {
            min-height: 320px; }
            .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider .owl-dots button:after {
              color: #ffcd00; }
            .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider .content-text {
              min-height: 320px; }
            .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider .owl-nav [class*='owl-'] {
              background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-arrow-prev-yellow.jpg);
              background-position: center;
              background-size: 100%;
              background-repeat: no-repeat; }
            .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider .owl-nav [class*='owl-'].owl-next {
              background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-arrow-next-yellow.jpg);
              background-position: center;
              background-size: 100%;
              background-repeat: no-repeat; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-nav [class*='owl-'] {
            left: -28px;
            background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-arrow-prev.jpg);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-nav [class*='owl-'].owl-next {
            left: auto;
            right: 33px;
            background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-arrow-next.jpg);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel p {
            margin: 0;
            font-size: 22px; }
          .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .content-text {
            min-height: 300px;
            display: flex;
            align-items: center;
            padding: 38px 7px; }
        .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .box + .box {
          margin-top: 93px; }
      .customer_blog_webpage .process-step .guidelines .guideline-content-section .right {
        width: 403px; }
    .customer_blog_webpage .process-step .guidelines .guidline-sidebar {
      height: 100%;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-sidebar-bg.jpg);
      border-radius: 25px;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 41px 32px; }
      .customer_blog_webpage .process-step .guidelines .guidline-sidebar p {
        font-size: 22px; }
      .customer_blog_webpage .process-step .guidelines .guidline-sidebar .text-box + .text-box {
        margin-top: 23px; }
      .customer_blog_webpage .process-step .guidelines .guidline-sidebar .text-box .border {
        display: block;
        margin: 10px auto 15px;
        height: 1px;
        width: 84px;
        background: #000; }

.customer_blog_webpage .customer-blog-pricing {
  background: #f7f7f7; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing {
    text-align: center;
    max-width: 1050px;
    margin: auto; }
    .customer_blog_webpage .customer-blog-pricing .top-priceing p span {
      display: block; }
    .customer_blog_webpage .customer-blog-pricing .top-priceing h2 {
      margin: 0 0 24px; }
    .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price {
      height: 102px;
      display: inline-flex;
      gap: 8px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px 1px #0000001a;
      background-color: #e8e8e8;
      margin: 39px 0 0; }
      .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price span {
        display: flex;
        padding: 0 10px;
        align-items: center;
        font-size: 31px;
        color: #000;
        font-weight: 700;
        width: 194px;
        justify-content: center;
        background: #fff;
        text-transform: capitalize; }
      .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price .yellow {
        background: #ffcd00;
        width: 254px;
        font-weight: 600; }
  .customer_blog_webpage .customer-blog-pricing .package-offer {
    margin-top: 66px;
    position: relative; }
    .customer_blog_webpage .customer-blog-pricing .package-offer::after {
      content: '';
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/blue-pattern-packages.jpg);
      background-size: cover;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 320px;
      width: 100%;
      z-index: 1; }
    .customer_blog_webpage .customer-blog-pricing .package-offer .price-box {
      max-width: 1126px;
      width: 94%;
      margin: auto;
      position: relative;
      z-index: 11; }
      .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3 {
        text-align: center;
        font-size: 31px;
        margin: 0 0 42px;
        font-family: 'Poppins';
        font-weight: 700; }
      .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec {
        display: flex;
        gap: 17px;
        text-align: center; }
        .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box {
          flex: 1;
          box-shadow: 0 0 10px 1px #0000001a;
          border-radius: 10px;
          overflow: hidden;
          background: #fff; }
          .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .article-title {
            height: 85px;
            background: #ffcd00;
            font-size: 31px;
            color: #000;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: capitalize; }
          .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price {
            font-size: 50px;
            line-height: normal;
            font-weight: 700;
            padding: 19px 10px 29px; }
            .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price span {
              font-size: 23px;
              font-weight: 400;
              display: block; }
    .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section {
      display: flex;
      gap: 12px;
      margin-top: 49px; }
      .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box {
        flex: 1;
        box-shadow: 0 0 10px 1px #0000001a;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        padding: 43px 42px; }
        .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion {
          max-width: 407px; }
          .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion h3:after {
            background: #ffcd00; }
          .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion p span + span {
            margin-left: 20px; }
          .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion .btn {
            background: #488bbb;
            color: #fff;
            font-size: 18px;
            height: 30px;
            min-width: 140px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            border-radius: 6px;
            margin-top: 24px; }
            .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion .btn:hover {
              background: #000;
              color: #ffcd00; }
        .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3 {
          font-size: 22.17px;
          text-transform: uppercase;
          text-align: left;
          position: relative;
          margin: 0 0 18px;
          padding: 0 0 28px;
          font-weight: 700;
          color: #000;
          font-family: 'Poppins'; }
          .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3:after {
            content: '';
            width: 90px;
            height: 4px;
            background: #498cbc;
            line-height: normal;
            display: table;
            position: absolute;
            bottom: 0;
            left: 0; }
    .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft {
      text-align: center;
      margin-top: 53px; }
      .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft .btn {
        display: inline-flex;
        height: 38px;
        background: #ffcd00;
        color: #000;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        font-weight: 700;
        font-size: 16px;
        min-width: 219px; }
        .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft .btn:hover {
          background: #000;
          color: #ffcd00; }

.customer_blog_webpage .evaluate-project {
  margin-top: 124px; }
  .customer_blog_webpage .evaluate-project h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 87px;
    color: #000;
    font-family: 'Poppins'; }
  .customer_blog_webpage .evaluate-project .box-sec {
    display: flex;
    gap: 30px; }
    .customer_blog_webpage .evaluate-project .box-sec .project-box {
      border-radius: 10px;
      width: 50%;
      padding: 0 34px 30px;
      position: relative;
      background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/evaluate-project-border.png);
      background-size: calc(100% - 1px) 100%;
      background-repeat: no-repeat; }
      .customer_blog_webpage .evaluate-project .box-sec .project-box .title {
        font-size: 31px;
        font-weight: 700;
        color: #000;
        margin: -10px -27px -13px;
        padding-left: 104px;
        position: relative;
        top: -55px; }
        .customer_blog_webpage .evaluate-project .box-sec .project-box .title:after {
          content: '';
          height: 14px;
          width: 14px;
          background: #498cbc;
          position: absolute;
          left: 80px;
          bottom: -26px;
          border-radius: 15px; }
      .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .title:after {
        background: #ffcd00; }
      .customer_blog_webpage .evaluate-project .box-sec .project-box p {
        margin: 0;
        padding: 0; }
      .customer_blog_webpage .evaluate-project .box-sec .project-box .cb-icon {
        position: relative;
        left: -10px;
        top: -34px; }

.customer_blog_webpage .looks-like {
  background: #f7f7f7;
  padding: 78px 0 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  .customer_blog_webpage .looks-like::after {
    content: '';
    position: absolute;
    height: 170px;
    width: 100%;
    background: #fff;
    z-index: -1;
    left: 0;
    bottom: 0; }
  .customer_blog_webpage .looks-like h2 {
    margin: 0 0 15px; }
  .customer_blog_webpage .looks-like p {
    text-align: center;
    margin: auto;
    max-width: 960px; }
  .customer_blog_webpage .looks-like .looks-likes-slider .owl-stage-outer {
    padding: 90px 0; }
    .customer_blog_webpage .looks-like .looks-likes-slider .owl-stage-outer .owl-item.active + .active {
      transform: scale(1.5); }
      .customer_blog_webpage .looks-like .looks-likes-slider .owl-stage-outer .owl-item.active + .active + .active {
        transform: none;
        z-index: -1; }
  .customer_blog_webpage .looks-like .looks-likes-slider img {
    box-shadow: 0 0 10px 1px #0000001a;
    border-radius: 16px; }
  .customer_blog_webpage .looks-like .btn {
    background: #488bbb;
    color: #fff;
    font-size: 16px;
    height: 38px;
    min-width: 219px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 6px;
    margin-top: 0; }
    .customer_blog_webpage .looks-like .btn:hover {
      background: #000;
      color: #ffcd00; }

.customer_blog_webpage .submission-help {
  padding: 70px 0 16px; }
  .customer_blog_webpage .submission-help .grid-box {
    display: flex;
    gap: 30px;
    margin-bottom: 25px; }
    .customer_blog_webpage .submission-help .grid-box .box {
      width: 50%;
      position: relative;
      padding-bottom: 58px; }
      .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) {
        padding-left: 86px; }
        .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .btn-sec {
          left: 86px; }
      .customer_blog_webpage .submission-help .grid-box .box .title {
        font-size: 24.54px;
        font-weight: 700;
        color: #000;
        padding-left: 133px;
        position: relative;
        min-height: 48px;
        margin: 45px 0 36px; }
        .customer_blog_webpage .submission-help .grid-box .box .title .cb-icon {
          position: absolute;
          left: 0;
          bottom: 0; }
          .customer_blog_webpage .submission-help .grid-box .box .title .cb-icon .mobile-icon {
            display: none; }
      .customer_blog_webpage .submission-help .grid-box .box p {
        margin: 0 0 15px; }
        .customer_blog_webpage .submission-help .grid-box .box p a {
          display: table;
          text-decoration: underline;
          font-weight: 600; }
      .customer_blog_webpage .submission-help .grid-box .box .btn-sec {
        position: absolute;
        bottom: 0;
        left: 0; }
        .customer_blog_webpage .submission-help .grid-box .box .btn-sec .btn {
          background: #ffcd00;
          color: #000;
          font-size: 16px;
          height: 38px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          border-radius: 6px;
          margin-top: 0;
          min-width: 219px; }
          .customer_blog_webpage .submission-help .grid-box .box .btn-sec .btn:hover {
            background: #000;
            color: #ffcd00; }

.type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox1 {
  width: 52%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox2 {
  width: 15%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox3 {
  width: 18%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox4 {
  width: 15%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-title {
  width: 38%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info {
  width: 15%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity {
  width: 18%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart_infolast {
  width: 15%; }

@media (min-width: 320px) and (max-width: 480px) {
  header .header-left .mobile_fastimg {
    display: none !important; } }

@media (min-width: 120px) and (max-width: 380px) {
  .imgbox {
    min-height: 142px !important; }
  .ugc-main-section .banner {
    min-height: 178px !important; } }

@media (min-width: 380px) and (max-width: 767px) {
  .imgbox {
    min-height: 180px !important; }
  .ugc-main-section .banner {
    min-height: 146px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .imgbox {
    min-height: 230px !important; }
  .ugc-main-section .banner {
    min-height: 233px !important; } }

@media (min-width: 1025px) and (max-width: 1480px) {
  .imgbox {
    min-height: 500px !important; }
  .ugc-main-section .banner {
    min-height: 310px !important; } }

@media (min-width: 1481px) {
  .imgbox {
    min-height: 600px !important; }
  .ugc-main-section .banner {
    min-height: 370px !important; } }

/* Responsive Start */
@media (max-width: 1900px) {
  /***/
  .blackfri_nov22 {
    background-size: 220px; }
  /*** ESG Policy Page ***/
  .Policy-banner {
    height: 370px;
    overflow: hidden; }
  .Policy-banner img {
    height: auto;
    /* max-width: 1920px; */
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); } }

@media (max-width: 1800px) {
  /* Customer Blog */
  .customer_blog_webpage .insights-today::after {
    top: 100px; } }

@media (max-width: 1680px) {
  /***/
  .home_abtest .abtest-banner .imgbox .overlay-text {
    top: 70px;
    max-width: 762px;
    padding: 75px 90px; }
  .home_abtest .abtest-banner .imgbox .go1152403042 {
    max-width: 762px;
    padding: 75px 90px;
    margin: 58px 0 175px; }
  .home-page .abtest-banner .imgbox .overlay-text {
    top: 70px;
    max-width: 762px;
    padding: 75px 90px; }
  .home-page .abtest-banner .imgbox .go1152403042 {
    max-width: 762px;
    padding: 75px 90px;
    margin: 58px 0 175px; } }

@media (max-width: 1600px) {
  /***/
  .home_abtest .abtest-banner .imgbox .overlay-text {
    top: 60px;
    max-width: 762px;
    padding: 70px 90px; }
  .home_abtest .servicesbox {
    margin: -100px auto 0; }
  .home-page .abtest-banner .imgbox .overlay-text {
    top: 60px;
    max-width: 762px;
    padding: 70px 90px; }
  .home-page .servicesbox {
    margin: 0 auto;
    padding: 25px 0px 160px 0px; }
  .blackfri_nov22 {
    background-size: 160px; }
  /* Black Friday Banner */
  .black_fri_banner.abtest-banner .imgbox .overlay-banner {
    max-width: 700px; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner .shop-now-btn {
    max-width: 250px;
    right: 40px; }
  /* Home New Showcase Banner */
  .showcase-home-banner .servicesbox {
    margin-top: -95px; }
  .showcase-home-banner .imgbox .banner-over-text {
    top: calc(50% - 40px); }
  /* Customer Blog */
  .customer_blog_webpage h2 {
    font-size: 55px; }
  .customer_blog_webpage h2 span {
    font-size: 33px; } }

@media (max-width: 1450px) {
  /***/
  .home_abtest .servicesbox .box .serviceitem {
    padding: 35px 26px; }
  .home_abtest .category-section {
    max-width: 1350px; }
  .home_abtest .category-section .box .catname {
    font-size: 20px; }
  .home_abtest .category-section .box img {
    height: 180px; }
  .home_abtest .category-section .cat-row.col-4 .box img {
    height: 160px; }
  .home-page .servicesbox .box .serviceitem {
    padding: 35px 26px; }
  .home-page .category-section {
    max-width: 1350px; }
  .home-page .category-section .box .catname {
    font-size: 20px; }
  .home-page .category-section .box img {
    height: 180px; }
  .home-page .category-section .cat-row.col-4 .box img {
    height: 160px; } }

@media (max-width: 1366px) {
  /***/
  .home_abtest .abtest-banner .imgbox .overlay-text h2 {
    font-size: 60px; }
  .home_abtest .abtest-banner .imgbox .overlay-text p {
    font-size: 22px; }
  .home_abtest .abtest-banner .imgbox .overlay-text {
    top: 50px;
    max-width: 700px;
    padding: 55px 85px; }
  .home_abtest .servicesbox .box .iconimg img {
    min-width: 60px; }
  .home_abtest .servicesbox .box .content p {
    font-size: 14px; }
  .home_abtest .servicesbox .box .content h3 {
    font-size: 18px; }
  .home_abtest .category-section .box a {
    padding: 25px 0 0; }
  .home_abtest .category-section .cat-row {
    margin: 0; }
  .home_abtest .abtest-banner .imgbox .go1152403042 {
    max-width: 700px;
    padding: 55px 85px;
    margin: 45px 0 120px; }
  .home_abtest .abtest-banner .imgbox .go3130182400 p {
    font-size: 22px; }
  .home_abtest .abtest-banner .imgbox .go403273743 p {
    font-size: 55px; }
  .home-page .abtest-banner .imgbox .overlay-text h2 {
    font-size: 60px; }
  .home-page .abtest-banner .imgbox .overlay-text p {
    font-size: 22px; }
  .home-page .abtest-banner .imgbox .overlay-text {
    top: 50px;
    max-width: 700px;
    padding: 55px 85px; }
  .home-page .servicesbox .box .iconimg img {
    min-width: 60px; }
  .home-page .servicesbox .box .content p {
    font-size: 14px; }
  .home-page .servicesbox .box .content h3 {
    font-size: 18px; }
  .home-page .category-section .box a {
    padding: 25px 0 0; }
  .home-page .category-section .cat-row {
    margin: 0; }
  .home-page .abtest-banner .imgbox .go1152403042 {
    max-width: 700px;
    padding: 55px 85px;
    margin: 45px 0 120px; }
  .home-page .abtest-banner .imgbox .go3130182400 p {
    font-size: 22px; }
  .home-page .abtest-banner .imgbox .go403273743 p {
    font-size: 55px; }
  .blackfri_nov22 {
    background-size: 130px; }
  .blackfri_nov22 .From .box .btn-send {
    font-size: 26px !important; }
  .blackfri_nov22 .From .box input {
    height: 60px; }
  .blackfri_nov22 .From .box .btn-send {
    height: 60px;
    padding: 17px 19px; }
  /* Customer Blog */
  .customer_blog_webpage .customer-blog-banner .container .subtext {
    font-size: 30px; }
  .customer_blog_webpage .customer-blog-banner .container .title {
    font-size: 70px; }
  .customer_blog_webpage .customer-blog-banner .container .btn {
    font-size: 22px;
    min-width: 250px; }
  .customer_blog_webpage h2 {
    font-size: 45px; }
  .customer_blog_webpage h2 span {
    font-size: 26px; }
  .customer_blog_webpage p, .customer_blog_webpage .process-step .guidelines p.top-text, .customer_blog_webpage .looks-like p, .customer_blog_webpage .insights-today .box-section .box p, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel p, .customer_blog_webpage .process-step .guidelines .guidline-sidebar p {
    font-size: 20px; }
  .customer_blog_webpage .insights-today {
    padding: 0 0 100px; }
  .customer_blog_webpage .comercial-cunstruction-text {
    padding: 40px 0 55px; }
  .customer_blog_webpage .insights-today .box-section .box .title, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3, .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3, .customer_blog_webpage .evaluate-project .box-sec .project-box .title, .customer_blog_webpage .submission-help .grid-box .box .title {
    font-size: 24px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3 {
    font-size: 20px; }
  .customer_blog_webpage .evaluate-project h3 {
    font-size: 32px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title:after {
    bottom: -17px;
    left: 80px; }
  .customer_blog_webpage .insights-today::after {
    top: 68px; }
  .customer_blog_webpage .insights-today .box-section .box .title {
    gap: 50px; } }

@media (max-width: 1280px) {
  /* Home Page */
  /* PDP Page */
  /* PLP Page */
  /* Contact Us Page */
  /* About Us Page */
  /* About Us Page Pop Up */
  /* Shop By Category Page */
  /* What's New Page */
  /* Finance credit promotion Page */
  /* Blog Page */
  /* Blog Details Page */
  /* PDP Add To Cart Sidebar Pop Up */
  /* Cart Page */
  /* Login Page */
  /* Account Settings Page */
  /* Drop Ship Program */
  /***/
  .home_abtest .servicesbox .box .iconimg img {
    min-width: 45px;
    max-height: 90px; }
  .home_abtest .servicesbox .box .content {
    padding-left: 20px; }
  .home_abtest .servicesbox .box .serviceitem {
    padding: 28px 20px; }
  .home_abtest .servicesbox .box .content p {
    font-size: 14px; }
  .home_abtest .servicesbox .box .content h3 {
    font-size: 17px; }
  .home_abtest .abtest-banner .imgbox .overlay-text h2 {
    font-size: 50px; }
  .home_abtest .abtest-banner .imgbox .overlay-text p {
    font-size: 20px; }
  .home_abtest .abtest-banner .imgbox .overlay-text p {
    font-size: 20px;
    margin: 10px 0 35px; }
  .home_abtest .abtest-banner .imgbox .overlay-text {
    top: 40px; }
  .new_tax_exempt .categories-section .categories-right .page-heading {
    font-size: 36px; }
  .exemption-details .exemption-content h4 {
    font-size: 22px; }
  .exemption-details .exemption-content p {
    font-size: 15px; }
  .exemption-details .exemption-content .row .col-6.list ul li {
    font-size: 15px;
    margin: 0 0 10px; }
  .exemption-details .how-to-submit h4 {
    font-size: 22px; }
  .exemption-details .how-to-submit .step h2 {
    font-size: 30px; }
  .exemption-details .how-to-submit p, .exemption-details .how-to-submit .step .note {
    font-size: 15px; }
  .exemption-details .how-to-submit .step .note {
    padding: 0 14%; }
  .exemption-details .submit-detail-grid {
    margin: 50px 0 40px; }
  .exemption-details .submit-detail-grid .grid-row .col h3 {
    font-size: 18px;
    line-height: normal;
    min-height: 50px; }
  .exemption-details .submit-detail-grid .grid-row .col p {
    font-size: 14px;
    padding: 0 0 15px; }
  .exemption-details .how-to-submit .step a.btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px; }
  .how-to-submit .step a.btn:after {
    right: -15px;
    height: 28.999px;
    width: 29.1px;
    top: 5px; }
  .home-page .servicesbox .box .iconimg img {
    width: auto;
    min-width: 45px;
    max-height: 90px; }
  .home-page .servicesbox .box .content {
    padding-left: 20px; }
  .home-page .servicesbox .box .serviceitem {
    padding: 28px 20px; }
  .home-page .servicesbox .box .content p {
    font-size: 14px; }
  .home-page .servicesbox .box .content h3 {
    font-size: 17px; }
  .home-page .abtest-banner .imgbox .overlay-text h2 {
    font-size: 50px; }
  .home-page .abtest-banner .imgbox .overlay-text p {
    font-size: 20px; }
  .home-page .abtest-banner .imgbox .overlay-text p {
    font-size: 20px;
    margin: 10px 0 35px; }
  .home-page .abtest-banner .imgbox .overlay-text {
    top: 40px; }
  .blackfri_nov22 {
    background-size: 120px; }
  .blackfri_nov22 .container {
    grid-template-columns: 240px auto;
    gap: 0 45px; }
  .blackfri_nov22 .From .form-title {
    font-size: 32px;
    margin: 0 0 16px; }
  .blackfri_nov22 .From .box input {
    padding: 15px 20px;
    font-size: 17px;
    height: 55px; }
  .blackfri_nov22 .From .box .btn-send {
    height: 55px;
    font-size: 25px !important; }
  /* Deals page */
  .bfri_deals_page .deal-product {
    gap: 55px 60px; }
  .bfri_deals_page .deal-section .off .off-per {
    font-size: 40px; }
  .bfri_deals_page .deal-section .off p {
    font-size: 26px; }
  .bfri_deals_page .deal-product .box .sku {
    font-size: 22px; }
  .bfri_deals_page .deal-product .box .product-title-img .p-img {
    width: 140px; }
  .bfri_deals_page .deal-product .box .product-title-img .p-title {
    font-size: 17px;
    line-height: 20px; }
  .bfri_deals_page .deal-product .box .product-title-img {
    min-height: 110px; }
  .bfri_deals_page .deal-product .box .content .size-on-sale {
    margin: 30px 0 0; }
  /* About Us 27-6-2023 */
  .Aboutus_new_wrap .Aboutus_content .Vision_mission:before {
    left: 260px; }
  .showcase-home-banner .imgbox .banner-over-text h2 {
    font-size: 50px; }
  .showcase-home-banner .imgbox .banner-over-text .title {
    font-size: 40px;
    max-width: 650px; }
  .showcase-home-banner .imgbox .banner-over-text p {
    font-size: 18px;
    margin: 20px 0 0; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn {
    font-size: 20px; } }

@media (max-width: 1150px) {
  h1.page-heading {
    font-size: 33px;
    margin: -11px 0 5px; }
  /* Home Page */
  header .header-right .header-bottom .Call-Us .header-top ul li {
    padding: 6px 13px; }
  header .header-right .header-bottom .Call-Us .call .content a {
    font-size: 18px; }
  .header-menu .custom-mega-menu .navigation ul.nav:before, .header-menu .custom-mega-menu .navigation ul.nav:after {
    width: 205px; }
  .header-menu .custom-mega-menu .navigation > ul.nav > li.dropdown-submenu.category_nav > a {
    font-size: 16px;
    line-height: 1;
    padding: 14px 24px;
    box-shadow: none;
    width: 205px; }
  .header-menu .custom-mega-menu .navigation ul.nav li a {
    font-size: 13px;
    line-height: 1;
    padding: 16px 19px; }
  .header-menu .custom-mega-menu .navigation ul.nav > li.dropdown-submenu > a:before {
    top: 16px;
    right: 7px; }
  .header-menu .custom-mega-menu .navigation ul.nav > li.dropdown-submenu.category_nav > a::before {
    top: 13px; }
  .header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu li a {
    font-size: 13px; }
  .header-menu .custom-mega-menu .cart-box {
    padding: 7px 18px 7px 13px;
    height: 41px; }
  .header-menu .custom-mega-menu .cart-box a {
    font-size: 15px; }
  .header-menu .custom-mega-menu .cart-box a img {
    max-height: 23px;
    margin-right: 5px; }
  .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu li .col_1 a {
    font-size: 13px; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle {
    width: 125px; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle a {
    font-size: 22px;
    line-height: 27px; }
  .help-section ul li a {
    font-size: 25px; }
  .Our-blog .row .col-sm-4 .box h2 {
    font-size: 32px; }
  footer .footer-top .box h3 {
    font-size: 18px;
    margin: 0 0 20px; }
  footer .footer-top .box {
    padding-right: 12px; }
  footer .footer-bottom {
    padding: 22px 0; }
  footer .footer-bottom .Buy-online .content a {
    font-size: 18px; }
  /* PDP Page */
  .inner-breadcrumbs ul.breadcrumbs {
    padding: 0 0 10px 30px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images {
    width: 450px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image {
    display: inline-block; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image .productView-image--default {
    width: 93%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-title {
    font-size: 27px;
    line-height: 32px;
    margin: 12px 0 15px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .rrp-price--withoutTax .price--rrp {
    font-size: 22px;
    margin-right: 20px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 22px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field {
    position: relative;
    padding: 20px 22px 20px 20px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label {
    font-size: 19px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent {
    padding: 40px 0 20px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap {
    padding: 22px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap h3 {
    margin: 0 0 15px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 20px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p strong {
    font-size: 19px; }
  .productPage .page .productView .Real-reviews .Real-reviews-box {
    width: 430px; }
  .productPage .page .productView .Real-reviews .certified-reviews {
    width: 190px;
    padding: 53px 0 0 15px;
    right: -25px; }
  .type-productdetail .productPage .Real-reviews .Real-reviews-box {
    width: 430px; }
  .type-productdetail .productPage .Real-reviews .certified-reviews {
    width: 190px;
    padding: 53px 0 0 15px;
    right: -25px; }
  #productStickyWrap .productSticky .pro_price_wrap {
    width: 600px; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 23px; }
  #productStickyWrap .productSticky .pro_name_wrap .pro_name h2 {
    font-size: 22px;
    line-height: 27px; }
  /* PLP Page */
  .categories-section .categories-right {
    width: 75%; }
  .categories-section .categories-right .page-heading {
    font-size: 33px;
    margin: -11px 0 5px; }
  .categories-section .categories-right .ss-header-container .ss-results-title {
    font-size: 17px; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-label {
    margin: 0 7px 0 0;
    padding: 11px 0 0; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .card-title a {
    font-size: 15px; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp {
    font-size: 19px; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax {
    font-size: 19px; }
  /* Search Page */
  .ss-page .categories-section .page-content {
    width: 75%; }
  .ss-page .categories-section .page-content .page-heading {
    /* font-size: 33px; */
    font-size: 24px;
    margin: -11px 0 5px; }
  .ss-page .categories-section .page-content .page-heading .ss__oq {
    font-size: 21px; }
  .ss-page .categories-section .page-content .ss-header-container .ss-results-title {
    font-size: 17px; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-label {
    margin: 0 7px 0 0;
    padding: 11px 0 0; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .card-title a {
    font-size: 15px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp {
    font-size: 19px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax {
    font-size: 19px; }
  /* Contact Us Page */
  .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box a {
    font-size: 14px; }
  .type-contact .categories-section .contact_us .form h2, .type-contact .categories-section .contact_us .services h2 {
    font-size: 33px; }
  .type-contact .categories-section .contact_us .call-top .row {
    margin-left: -10px;
    margin-right: -10px; }
  .type-contact .categories-section .contact_us .call-top .row .col-sm-3 {
    padding-right: 10px;
    padding-left: 10px; }
  /* About Us Page */
  .aboutus_page .about-banner {
    padding: 102px 0 65px;
    margin: 0 0 55px; }
  .aboutus_page .about-banner:before {
    height: 50px; }
  .aboutus_page .about-banner:after {
    height: 15px; }
  .aboutus_page .about-banner .logo a img {
    max-width: 165px; }
  .aboutus_page .about-banner .content h2 {
    font-size: 57px; }
  .aboutus_page p {
    font-size: 23px;
    line-height: 32px;
    padding: 0 0 15px; }
  .aboutus_page .Best-banner {
    margin: 40px 0 60px; }
  .aboutus_page .Best-banner .overle {
    bottom: 26px; }
  .aboutus_page .Best-banner .overle h2 {
    font-size: 52px; }
  .aboutus_page .Best-banner .overle h2 span.access {
    font-size: 52px; }
  .aboutus_page .Best-banner .overle h2 span.doors {
    font-size: 57px; }
  .aboutus_page .Best-banner .overle span img {
    max-width: 270px; }
  .aboutus_page .Why-are-we h2 {
    font-size: 50px; }
  .aboutus_page .Why-are-we h2 .for-access {
    font-size: 50px; }
  .aboutus_page .Why-are-we h2 .the-choice img {
    max-width: 560px; }
  .aboutus_page .answer-simple h2 {
    font-size: 27px;
    margin: 0 0 10px; }
  .aboutus_page .answer-simple .content {
    padding: 20px 0 30px; }
  .aboutus_page .answer-simple .content h3 {
    font-size: 26px;
    line-height: 28px; }
  .aboutus_page .the-Advantage h2 {
    font-size: 50px; }
  .aboutus_page .the-Advantage h2 span img {
    max-width: 570px; }
  .aboutus_page .the-Advantage .box + .box {
    margin-top: 60px; }
  .aboutus_page .the-Advantage .box .box-title {
    padding: 0 30px;
    margin: 0 0 25px; }
  .aboutus_page .the-Advantage .box .box-title:before {
    height: 60px; }
  .aboutus_page .the-Advantage .box .box-title .title {
    padding: 67px 0; }
  .aboutus_page .the-Advantage .box .box-title .title h3 {
    font-size: 28px; }
  .aboutus_page .the-Advantage .box .content p {
    padding: 0 0 22px; }
  .aboutus_page .the-Advantage .box .content h3 {
    font-size: 18px;
    margin: 0 0 22px; }
  .aboutus_page .the-Advantage .box .content .service-box {
    width: 100%; }
  .aboutus_page .the-Advantage .box .content .video-section {
    padding: 0 0 60px; }
  .aboutus_page .the-Advantage .box .content .Hear-from {
    padding: 50px 0 0; }
  .aboutus_page .the-Advantage .box .content .Hear-from h2 {
    font-size: 28px;
    margin: 0 0 22px; }
  .aboutus_page .the-Advantage .Help-You {
    padding: 55px 0 100px; }
  .aboutus_page .the-Advantage .Help-You:before {
    height: 50px; }
  .aboutus_page .the-Advantage .Help-You h2 {
    font-size: 62px; }
  .aboutus_page .the-Advantage .Help-You h2 span img {
    max-width: 400px; }
  /* Shop By Category Page */
  .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .image {
    margin: 0 0 20px;
    min-height: 180px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .title {
    font-size: 22px;
    padding: 0 0 10px; }
  /* What's New Page */
  .Trending-now .productCarousel .card {
    padding: 20px 15px 22px; }
  .Trending-now .productCarousel .card .card-body .card-button-block .Add-cart {
    padding: 17px 9px; }
  .Trending-now .productCarousel .card .card-body .card-text .price-section--withoutTax {
    margin-right: 6px; }
  .Trending-now .productCarousel .slick-arrow.slick-prev {
    left: 46%; }
  .Trending-now .productCarousel .slick-arrow.slick-next {
    left: 53%; }
  /* Finance credit promotion Page */
  .finance-credit-promotion .banner .overlay-text {
    font-size: 58px;
    line-height: 58px; }
  .byusing-finance-credit-content .title h2 {
    font-size: 32px; }
  .categories-section .byusing-finance-credit-content .title p {
    font-size: 18px !important; }
  .categories-section .byusing-finance-credit-content .title p strong {
    font-size: 18px; }
  .categories-section .byusing-finance-credit-content .content p {
    font-size: 18px !important;
    margin-bottom: 15px; }
  .categories-section .byusing-finance-credit-content .content p strong {
    font-size: 18px; }
  .categories-section .byusing-finance-credit-content .content ul li {
    font-size: 18px; }
  .best-finance-credit-bottom-banner .overlay-text {
    font-size: 23px;
    max-width: 375px; }
  .categories-section .categories-right .ContentEditor .select-approve-finance p {
    font-size: 14px; }
  .select-approve-finance .apply-now-btn {
    font-size: 24px;
    padding: 12px 35px; }
  /* Blog Page */
  .categories-section.blog_wrap .blog_post_section {
    padding-right: 25px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox {
    margin: 20px 0 15px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-title {
    font-size: 21px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-date {
    padding: 0 0 8px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row {
    margin: 0 0 0; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags .tag {
    margin-bottom: 5px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags .tag {
    margin-bottom: 5px; }
  .categories-section.blog_wrap .blog_post_section .pagination .pagination-list {
    margin: 45px 0 0; }
  .categories-section.blog_wrap .categories-left ul.navList {
    padding: 18px 15px; }
  .categories-section.blog_wrap .categories-left ul.navList .tree_content {
    margin: 4px 0 18px; }
  .categories-section.blog_wrap .blog_post_section h3.page-heading {
    font-size: 24px; }
  /* Blog Details Page */
  .type-blog_post .blog_wrap .page-content {
    max-width: 640px; }
  .type-blog_post .blog_wrap .new_blog_sidebar {
    width: calc(100% - 662px); }
  .type-blog_post .blog_wrap .new_blog_sidebar .form-search input {
    font-size: 14px;
    padding: 15px 8px;
    padding-right: 50px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .blog_share {
    padding: 0 0 15px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .blog_share .addthis_toolbox h3 {
    padding: 3px 8px 0;
    width: 120px;
    font-size: 14px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .blog_share .addthis_toolbox .socialLinks li.socialLinks-item {
    margin-right: 5px;
    width: 30px;
    height: 30px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post, .type-blog_post .blog_wrap .new_blog_sidebar .right__btn {
    padding: 0 0 50px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post h2 {
    font-size: 21px;
    padding: 5px 10px 3px;
    margin: 0 0 14px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .link span {
    font-size: 15px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-title {
    font-size: 23px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p {
    padding: 0 0 20px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p span {
    /* font-size: 28px!important; */ }
  .type-blog_post .blog_wrap .blog_share h2 {
    font-size: 40px;
    padding: 9px 10px 2px;
    margin: 0 0 18px; }
  /* Cart Page */
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-grandTotal span {
    font-size: 30px; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight {
    width: 100%;
    margin-right: 0; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight:last-child {
    margin-top: 15px; }
  /* Login Page */
  .login .page-heading {
    font-size: 33px;
    margin: -11px 0 5px; }
  /* Forgot Password Page */
  .type-forgotpassword .categories-section h2.page-heading {
    font-size: 33px;
    margin: -11px 0 5px; }
  .type-forgotpassword .categories-section form input {
    width: 20%; }
  .type-forgotpassword .categories-section form input.button {
    margin: 0 0 0 10px; }
  /* Account Settings Page */
  .categories-section.myaccount_wrap .categories-right form ul.productGrid {
    padding: 30px 0 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .price-section--withoutTax {
    margin-right: 8px; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .rrp-price--withoutTax .price--rrp, .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
    font-size: 20px; }
  /* Drop Ship Program */
  .drop-ship-program .container {
    max-width: 100%;
    width: 100%; }
  .drop-ship-program .Header__top {
    padding: 82px 0 72px; }
  .drop-ship-program .Header__top .content h2 {
    font-size: 50px; }
  .drop-ship-program .Header__top .content {
    margin: 12px 0 0;
    margin-left: 40px;
    padding-left: 40px; }
  .drop-ship-program .Ship-program h1 {
    font-size: 35px;
    margin: 0 0 40px; }
  .drop-ship-program .Ship-program, .drop-ship-program .shipping-explained .content, .drop-ship-program .We-also-section .content, .drop-ship-program .shipping-order .content {
    padding: 0 50px; }
  .drop-ship-program .Ship-program .content {
    width: calc(100% - 480px); }
  .drop-ship-program .Ship-program form {
    width: 450px; }
  .drop-ship-program .Ship-program .content p {
    font-size: 20px;
    padding: 0 0 30px; }
  .drop-ship-program .Ship-program form p {
    font-size: 20px;
    padding: 0 0 22px; }
  .drop-ship-program .Ship-program .content h3 {
    font-size: 21px; }
  .drop-ship-program .Ship-program .content ul li {
    font-size: 17px;
    margin: 0 0 5px; }
  .drop-ship-program .Ship-program {
    padding-bottom: 40px; }
  .drop-ship-program .shipping-explained .Title, .drop-ship-program .We-also-section .Title {
    height: 100px;
    margin: 0 0 40px; }
  .drop-ship-program .shipping-explained .Title h2, .drop-ship-program .We-also-section .Title h2 {
    font-size: 35px;
    padding: 33px 0 0; }
  .drop-ship-program .shipping-explained .content p {
    font-size: 20px;
    padding: 0 0 35px; }
  .drop-ship-program .shipping-explained .content h3.Benefits-you {
    font-size: 35px;
    width: 330px;
    height: 82px;
    padding: 23px; }
  .drop-ship-program .shipping-explained .content ul li {
    font-size: 20px; }
  .drop-ship-program .shipping-explained .content .Even-better-section .Even-better {
    font-size: 35px;
    width: 415px;
    height: 82px;
    padding: 23px; }
  .drop-ship-program .shipping-explained .content .Even-better-section span {
    font-size: 20px;
    padding: 0 0 12px; }
  .drop-ship-program .shipping-explained .content .Even-better-section p {
    padding: 0 0 18px; }
  .drop-ship-program .We-also-section .content p {
    font-size: 20px;
    padding: 0 0 25px; }
  .drop-ship-program .We-also-section .content .How-works {
    font-size: 35px;
    width: 303px;
    height: 82px;
    padding: 23px; }
  .drop-ship-program .We-also-section .content ul li {
    font-size: 20px;
    margin: 0 0 22px; }
  .drop-ship-program .shipping-order .Title {
    height: 100px;
    margin: 0 0 40px; }
  .drop-ship-program .shipping-order .Title h2 {
    font-size: 35px;
    padding: 15px 0; }
  .drop-ship-program .shipping-order .content p {
    font-size: 20px;
    padding: 0 0 22px; }
  .drop-ship-program .shipping-order .content .product-descriptions-bg {
    font-size: 35px;
    width: 630px;
    height: 78px;
    padding: 21px;
    margin: 15px 0; }
  .drop-ship-program .shipping-order .program-today h2 {
    font-size: 40px;
    margin: 0 0 40px; }
  .drop-ship-program .shipping-order .program-today img.ship-program-today-icon {
    margin: 0 0 40px; }
  /***/
  .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_best_title h2 {
    font-size: 27px;
    padding: 10px 10px 7px; }
  .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card {
    padding: 10px 10px 0; }
  .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .product-item-price span.price {
    font-size: 14px; }
  .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .card-button-block .button.Add-cart {
    font-size: 14px; }
  .type-new_blog_post .new_blog_wrap .new_blog_sidebar .blog_best_seller .blog_bestseller ul.productGrid li.product .card .card-body .card-title a {
    font-size: 13px;
    line-height: 17px; }
  footer .footer-bottom .footer-payment-icons svg {
    margin: 0 0 0 14px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content p.video_desc iframe:nth-child(n+2) {
    margin-top: 10px; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container span.gt_redirectpopup_1645620295358_text {
    font-size: 28px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container a.gt_redirectpopup_1645620295358_button {
    padding: 10px 17px !important;
    font-size: 15px !important;
    margin-right: 20px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container {
    padding: 3.5px 0 !important;
    padding-right: 50px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_popup_container_padding {
    padding: 18px 0 !important; }
  .home_abtest .servicesbox .box .iconimg {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 20px; }
  .home_abtest .servicesbox .box .content {
    padding-left: 0;
    display: block;
    text-align: center; }
  .home_abtest .abtest-banner .imgbox .overlay-text h2 {
    font-size: 40px; }
  .home_abtest .abtest-banner .imgbox .overlay-text p {
    font-size: 18px;
    margin: 10px 0 25px; }
  .home_abtest .abtest-banner .imgbox .overlay-text {
    max-width: 580px;
    padding: 35px 73px; }
  .home_abtest .servicesbox {
    margin: -60px auto 0; }
  .home_abtest .abtest-banner .imgbox .go1152403042 {
    max-width: 580px;
    padding: 35px 73px;
    margin: 45px 0 100px; }
  .home_abtest .abtest-banner .imgbox .go3130182400 p {
    font-size: 18px;
    margin: 10px 0 25px; }
  .home_abtest .abtest-banner .imgbox .go403273743 p {
    font-size: 40px; }
  .new_tax_exempt .categories-section .categories-right .page-heading {
    font-size: 30px; }
  .exemption-details .exemption-content h4 {
    font-size: 20px; }
  .exemption-details .exemption-content p, .exemption-details .exemption-content .row .col-6.list ul li {
    font-size: 14px; }
  .exemption-details .how-to-submit h4 {
    font-size: 20px; }
  .exemption-details .how-to-submit .step h2 {
    font-size: 25px; }
  .exemption-details .how-to-submit .step .note, .exemption-details .how-to-submit p {
    font-size: 14px; }
  .exemption-details .submit-detail-grid .grid-row .col h3 {
    font-size: 16px;
    margin: 0 0 15px; }
  .exemption-details .submit-detail-grid .grid-row .col p {
    font-size: 12px;
    padding: 0 0 15px;
    line-height: 20px; }
  .exemption-details .submit-detail-grid {
    margin: 40px 0 20px;
    padding: 30px 0 20px; }
  .request-quate-form form .box {
    padding: 40px 25px; }
  .request-quate-form form .box .form-row .col label {
    font-size: 14px; }
  .request-quate-form form .box .form-row .col input, .request-quate-form form .box .form-row .col select, .request-quate-form form .box .form-row .col textarea {
    font-size: 14px; }
  .request-quate-form form .box .form-row .col {
    padding: 0 10px; }
  .request-quate-form form .box .form-row {
    margin: 0 -10px; }
  .request-quate-form form .box h3 {
    margin: 0 0 0; }
  .home-page .servicesbox .box .iconimg {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 20px; }
  .home-page .servicesbox .box .content {
    padding-left: 0;
    display: block;
    text-align: center; }
  .home-page .abtest-banner .imgbox .overlay-text h2 {
    font-size: 40px; }
  .home-page .abtest-banner .imgbox .overlay-text p {
    font-size: 18px;
    margin: 10px 0 25px; }
  .home-page .abtest-banner .imgbox .overlay-text {
    max-width: 580px;
    padding: 35px 73px; }
  .home-page .servicesbox {
    margin: -60px auto 0; }
  .home-page .abtest-banner .imgbox .go1152403042 {
    max-width: 580px;
    padding: 35px 73px;
    margin: 45px 0 100px; }
  .home-page .abtest-banner .imgbox .go3130182400 p {
    font-size: 18px;
    margin: 10px 0 25px; }
  .home-page .abtest-banner .imgbox .go403273743 p {
    font-size: 40px; }
  .blackfri_nov22 {
    background-size: 100px; }
  .blackfri_nov22 .container {
    grid-template-columns: 220px auto; }
  .blackfri_nov22 .From .form-title {
    font-size: 29px; }
  .blackfri_nov22 .From .form-title img {
    height: 26px; }
  .blackfri_nov22 .From .box input {
    height: 50px; }
  .blackfri_nov22 .From .box .btn-send {
    height: 50px;
    font-size: 20px !important;
    padding: 13px 19px; }
  /* Deals page */
  .bfri_deals_page .deal-product {
    gap: 50px 40px;
    margin: 50px 0 0; }
  .bfri_deals_page .deal-section .off {
    margin: 25px 0 0; }
  .bfri_deals_page .deal-section .off .off-per {
    font-size: 36px; }
  .bfri_deals_page .deal-section .off p {
    font-size: 22px; }
  .bfri_deals_page .deal-product {
    gap: 55px 40px;
    margin: 60px 0 0; }
  .bfri_deals_page .deal-product .box .content ul li {
    font-size: 15px; }
  .bfri_deals_page .deal-product .box .sku {
    padding: 0 20px; }
  .bfri_deals_page .deal-product .box .product-title-img {
    padding: 20px 0 10px 20px;
    min-height: 100px; }
  .bfri_deals_page .deal-product .box .product-title-img .p-title {
    font-size: 16px;
    line-height: 18px; }
  .bfri_deals_page .deal-product .box .product-title-img .tredmark {
    font-size: 13px; }
  .bfri_deals_page .deal-product .box .product-title-img .p-img {
    width: 120px; }
  /* Black Friday Banner */
  .black_fri_banner.abtest-banner .imgbox .overlay-banner {
    max-width: 610px;
    top: calc(50% - 60px);
    margin-top: 30px; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner .shop-now-btn {
    max-width: 220px;
    right: 30px; }
  .fri_deals .servicesbox {
    margin-top: -90px; }
  /* Ebook */
  .ebook .book-grid {
    grid-template-columns: 440px auto; }
  .ebook .book-img {
    max-width: 440px;
    margin: 0 auto; }
  .ebook .book-grid h2 {
    font-size: 33px;
    line-height: 45px; }
  .ebook .book-form h2 {
    font-size: 30px; }
  .ebook .book-form ul li, .ebook .learn-more .title, .ebook .learn-more p {
    font-size: 15px; }
  .ebook form.download-e-book input {
    font-size: 16px; }
  .ebook form.download-e-book .book-download-btn {
    font-size: 22px; }
  .ebook2 .book-form ul li {
    margin: 0 0 10px; }
  .ebook2 .learn-more .title {
    margin: 0 0 18px; }
  .ebook2 .learn-more p {
    margin: 18px 0 0; }
  /* Showcase Page */
  .showcase_page .showcase_banner {
    margin: 0 0 20px; }
  .showcase_page .showcase-product {
    padding: 25px 0 50px; }
  .showcase_page .showcase-product .box {
    width: calc(33.333% - 19.5px);
    margin-right: 26px; }
  .showcase_page .showcase-product .box:nth-child(4n+0) {
    margin-right: 26px; }
  .showcase_page .showcase-product .box:nth-child(3n+0) {
    margin-right: 0; }
  .showcase_page .showcase-product .box:nth-child(n+4) {
    margin-top: 43px; }
  /*.Find_us_in { padding: 0 0 50px; }*/
  .showcase_page a.Request_btn {
    padding: 15px 0 30px; }
  .showcase_page a.Request_btn img {
    max-width: 250px; }
  .Trusted_industry {
    margin-top: 0; }
  .Trusted_industry .content {
    width: calc(100% - 153px);
    padding: 0 0 0 25px;
    margin: 15px 0 0; }
  .showcase_page .showcase-product .box:nth-child(4n+1) {
    clear: none; }
  .showcase_page .showcase-product .box:nth-child(3n+1) {
    clear: left; }
  /* About Us 27-6-2023 */
  .Aboutus_new_wrap {
    margin: 0; }
  .Aboutus_new_wrap .Aboutus_content {
    width: calc(100% - 270px); }
  .Aboutus_new_wrap .Aboutus_content h1 {
    font-size: 38px; }
  .Aboutus_new_wrap .Aboutus_content p {
    font-size: 15.86px;
    line-height: 25px; }
  .Aboutus_new_wrap .Aboutus_content .History {
    margin: 30px 0; }
  .Aboutus_new_wrap .Aboutus_content .History h2 {
    font-size: 48px;
    margin: 0 0 20px; }
  .Aboutus_new_wrap .Aboutus_content .History .panel .content {
    width: calc(100% - 350px); }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img {
    width: 350px;
    padding: 0;
    margin: -52px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img img {
    max-width: 120px; }
  .Aboutus_new_wrap .Aboutus_content .History.Products .panel .content {
    width: calc(100% - 366px); }
  .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image {
    width: 350px;
    margin: -48px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel {
    margin: 30px auto 40px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button.owl-next {
    right: -30px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button.owl-prev {
    left: -30px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider a.Visit-specification {
    margin: 20px auto 0; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box {
    padding: 40px 27px 30px; }
  .Aboutus_new_wrap .Testimonial {
    margin: 50px 0 40px; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box p {
    font-size: 17px; }
  .Aboutus_new_wrap .Testimonial span {
    font-size: 17px;
    padding: 15px 50px 0; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission {
    margin: 30px 0 20px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission:before {
    left: 270px;
    width: 715px;
    height: 500px;
    background-size: contain; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box h2, .Aboutus_new_wrap .Aboutus_content .Core_values h2 {
    font-size: 26px;
    text-underline-offset: 15px;
    margin: 0 0 15px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box p, .Aboutus_new_wrap .Customer_service .panel p, .Aboutus_new_wrap .Quality_section .panel p, .Aboutus_new_wrap .Instagram_section .content p {
    font-size: 15.86px;
    line-height: 25px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_mission {
    width: calc(100% - 307px); }
  .Aboutus_new_wrap .Aboutus_content .Core_values {
    margin: 0 0 40px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values h2 {
    margin: 0 0 30px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider {
    width: 300px;
    margin: -50px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box a {
    font-size: 22px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box .Image {
    margin: 0 0 18px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button img, .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button img {
    width: 19px;
    height: 30px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button.owl-next {
    right: -40px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-content {
    width: calc(100% - 327px); }
  .Aboutus_new_wrap .Aboutus_content .Custom_size {
    margin: 0 0 40px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size .Title h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size .image {
    width: 370px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size .Title {
    width: calc(100% - 370px); }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions {
    margin: 0 0 60px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions h2, .Aboutus_new_wrap .Aboutus_content .Reviews_section h2, .Aboutus_new_wrap .Customer_service h2, .Aboutus_new_wrap .Quality_section h2, .Aboutus_new_wrap .Our_team h2, .Aboutus_new_wrap .contact_form h2.Title {
    font-size: 48px;
    margin: 0 0 20px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box img, .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box img {
    max-width: 120px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .content {
    width: calc(100% - 350px); }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image {
    width: 326px;
    margin: -45px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .Lets_customize {
    margin: 12px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section {
    margin: 0 0 40px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .panel .content {
    width: calc(100% - 350px); }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image {
    width: 320px;
    margin: -60px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel {
    max-width: 622px;
    margin: 40px auto 20px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box {
    padding: 0 12px 12px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box p {
    padding: 0 0 10px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star {
    margin: -12px auto 10px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star li img {
    width: 24px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button.owl-prev {
    left: -35px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button.owl-next {
    right: -35px; }
  .Aboutus_new_wrap .Customer_service {
    margin: 0 0 60px; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img {
    margin: 0 0 -50px; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box img {
    max-width: 120px; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box.box24-7 {
    margin: 42px -5px 0 0; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box.box24-7 img {
    max-width: 100px; }
  .Aboutus_new_wrap .Customer_service .Apply__Credit {
    margin: 25px 0 0; }
  .Aboutus_new_wrap .Quality_section {
    margin: 30px 0; }
  .Aboutus_new_wrap .Quality_section .panel .Products_image {
    width: 520px;
    padding-right: 0;
    margin: -90px 0 0; }
  .Aboutus_new_wrap .Quality_section .panel .Products_image .box img {
    max-width: 150px; }
  .Aboutus_new_wrap .Quality_section .panel .Products_image .box.quality_icon {
    margin: 15px -10px 0 0; }
  .Aboutus_new_wrap .Quality_section .panel .Products_image .box.quality_icon img {
    max-width: 75px; }
  .Aboutus_new_wrap .Quality_section .panel .content {
    width: calc(100% - 540px);
    float: left;
    margin: 0 0 5px; }
  .Aboutus_new_wrap .Our_team {
    margin: 40px 0 0; }
  .Aboutus_new_wrap .Our_team .panel .Team_box {
    margin: 0 0 30px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box h3 {
    font-size: 26px;
    margin: 0 0 8px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item, .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item, .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item {
    width: 100%;
    margin: 0; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item:nth-child(11n+0) {
    margin-right: 0; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item:nth-child(n+12) {
    margin-top: 0; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Finance, .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer {
    width: 100%;
    float: initial;
    display: inline-block; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button img {
    max-width: 15px;
    height: 24px;
    cursor: pointer !important; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button.owl-prev {
    left: -20px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button.owl-next {
    right: -20px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .owl-item:nth-child(even) .item .box .overle a, .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .owl-item:nth-child(even) .item .box .overle span, .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .owl-item:nth-child(even) .item .box .overle a, .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .owl-item:nth-child(even) .item .box .overle a, .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .owl-item:nth-child(even) .item .box .overle a {
    color: #ffffff; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Sales .owl-carousel .owl-item:nth-child(even) .item .box .overle a, .Aboutus_new_wrap .Our_team .panel .Team_box.Ecommerce .owl-carousel .owl-item:nth-child(even) .item .box .overle a {
    color: #000000; }
  /* New Header Menu */
  .header-menu .custom-mega-menu .navigation ul.nav li a {
    /* padding: 15px 11px !important; */
    padding: 15px 16px !important; }
  .header-menu .custom-mega-menu .navigation ul.nav li ul.submenu {
    height: calc(100vh - 290px); }
  /* Black Friday Page */
  .blck-friday-main-section .banner {
    height: 350px; }
  .blck-friday-main-section .banner .banner-box {
    max-width: 710px; }
  .blck-friday-main-section .banner .text {
    width: calc(100% - 93px); }
  .blck-friday-main-section .banner-bottom-off-text h2 {
    font-size: 45px; }
  .blck-friday-main-section .banner-bottom-off-text {
    max-width: 600px;
    margin: 70px auto 80px; }
  .blck-friday-main-section .banner-bottom-off-text p {
    font-size: 28px; }
  .blck-friday-main-section .best-selling-product h2 {
    margin: 0 0 100px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 175px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 26px;
    margin: 0 0 25px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title {
    font-size: 16px; }
  .blck-friday-main-section .did-you-know h2 {
    font-size: 38px;
    margin: 0 0 32px; }
  .blck-friday-main-section .did-you-know p {
    font-size: 20px;
    padding: 0 0 25px; }
  .blck-friday-main-section .did-you-know .text-block img {
    max-width: 500px; }
  .blck-friday-main-section .did-you-know {
    margin: 140px 0 80px; }
  /*** Sponsorship Program Page ***/
  .sponsorship-banner .Future-champions p {
    font-size: 28px; }
  .sponsorship-banner .Future-champions {
    padding: 10px 0; }
  .Winning-team .container {
    padding: 0 60px 0 30px; }
  .Winning-team {
    padding: 50px 0; }
  .Winning-team h2 {
    font-size: 33px;
    margin: 0 0 15px; }
  .Winning-team p {
    font-size: 17px;
    line-height: 24px;
    padding: 0 0 22px; }
  .Winning-team a.Refer-btn, .Refer-child a {
    font-size: 21px;
    margin: 28px auto 0;
    padding: 9px 55px; }
  .Members-customer {
    padding: 15px 0 50px; }
  .Members-customer .box {
    width: calc(47.5% - 13px);
    margin-right: 26px;
    padding: 0 30px 0 35px; }
  .Members-customer .box h2 {
    font-size: 26px;
    letter-spacing: -1px;
    padding: 0 17px;
    margin: -17px 0 3px; }
  .Members-customer .box p {
    font-size: 15px;
    line-height: 24px; }
  .Members-customer .box:before {
    height: 220px; }
  .Members-customer .box:last-child {
    width: calc(52.5% - 13px);
    padding: 0 30px 30px 35px; }
  .Sponsorship-criteria .container {
    padding: 80px 30px 100px; }
  .Sponsorship-criteria .The-starting {
    padding: 40px 30px; }
  .Sponsorship-criteria .The-starting h2 {
    font-size: 31px;
    margin: 0 0 25px; }
  .Sponsorship-criteria .The-starting .box {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding-right: 0; }
  .Sponsorship-criteria .The-starting .box h2 {
    font-size: 28px; }
  .Sponsorship-criteria .The-starting .box h3 {
    font-size: 26px;
    margin: 0 0 12px; }
  .Sponsorship-criteria .The-starting .box p, .Sponsorship-criteria .The-starting .box ul li {
    font-size: 17px;
    line-height: 26px;
    padding: 0 0 5px; }
  .Sponsorship-criteria .The-starting .box ul li {
    padding: 0 0 0 18px;
    margin: 0 0 7px; }
  .Application-section .accordion-wrapper .btn-wrapper button {
    font-size: 23px;
    line-height: 29px;
    padding: 18px 30px 15px; }
  .Application-section {
    margin: -60px 0 60px; }
  .Application-section .accordion-wrapper .btn-wrapper button:before {
    background-size: 30px;
    width: 30px;
    height: 13px; }
  .Application-section .accordion-wrapper .collepsing-div {
    min-height: 480px;
    padding: 25px 22px 12px; }
  .Application-section .accordion-wrapper .collepsing-div p {
    font-size: 17px;
    line-height: 23px;
    padding: 0 0 10px; }
  .Application-section .accordion-wrapper .collepsing-div ul.decimal li, .Application-section .accordion-wrapper .collepsing-div ul li {
    font-size: 15px;
    line-height: 23px; }
  .all-stars {
    padding: 0 0 40px; }
  .all-stars .container {
    padding: 0 40px; }
  .all-stars .content {
    width: calc(100% - 300px);
    margin: 40px 0 0; }
  .all-stars .image {
    width: 260px;
    margin: -40px 0 0; }
  .all-stars .content p {
    font-size: 17px;
    line-height: 26px; }
  .Refer-child {
    padding: 50px 0; }
  /*** ESG Policy Page ***/
  .Policy-banner {
    height: 325px; }
  .Policy-banner img {
    /* max-width: 1601px; */ }
  .Policy-banner .overle .container {
    padding: 0 35px; }
  .Policy-banner .overle h1 {
    font-size: 45px;
    line-height: 54px; }
  .Aboutus-section {
    padding: 60px 0 50px; }
  .Aboutus-section .container {
    padding: 0 25px; }
  .Aboutus-section .container:before {
    display: none; }
  .Aboutus-section h2, .ESG-commitment h2 {
    font-size: 28px; }
  .Aboutus-section p, .ESG-commitment p {
    font-size: 16px;
    line-height: 25px; }
  .Aboutus-section h2 {
    padding: 0;
    margin: 0 0 8px; }
  .ESG-commitment, .great_place_section {
    padding: 0 0 70px; }
  .ESG-commitment h2 {
    padding: 0 25px;
    margin: 0 0 8px; }
  .ESG-commitment p {
    padding: 0 25px 15px; }
  .ESG-commitment .ESG-accordion {
    margin: 50px 0 0; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper {
    padding: 0 35px 0 18px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button {
    font-size: 26px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span {
    margin: -7px 0 -15px;
    margin-right: 22px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button:before {
    background-size: 35px;
    width: 35px;
    height: 18px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div {
    padding: 35px 60px 10px 25px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div p {
    padding: 0 0 32px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper {
    margin: 0 0 55px; }
  .gptwl_section img {
    width: 110px;
    margin: 0; }
  .great_place_section .gptwl_section img {
    width: 110px;
    margin: 0 15px; }
  /* Customer Blog */
  .customer_blog_webpage .customer-blog-banner .container {
    margin-top: 0; }
  .customer_blog_webpage .customer-blog-banner .container .subtext {
    font-size: 25px; }
  .customer_blog_webpage .customer-blog-banner .container .title {
    font-size: 60px; }
  .customer_blog_webpage .customer-blog-banner .container .btn {
    font-size: 20px;
    height: 45px; }
  .customer_blog_webpage .insights-today .box-section .box .title, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3, .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3, .customer_blog_webpage .evaluate-project .box-sec .project-box .title, .customer_blog_webpage .submission-help .grid-box .box .title {
    font-size: 20px;
    line-height: 30px; }
  .customer_blog_webpage .insights-today .box-section .box .title:after {
    width: 90px; }
  .customer_blog_webpage .process-step .guidelines {
    margin-top: 75px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    gap: 50px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel {
    padding: 0 90px 0 120px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left {
    width: calc(100% - 403px - 50px);
    padding-top: 12px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title:after {
    bottom: -18px; }
  .customer_blog_webpage .insights-today::after {
    top: 80px; }
  .customer_blog_webpage .process-step {
    padding-left: 54px; } }

@media (max-width: 999px) {
  h1.page-heading {
    font-size: 28px;
    margin: 0 0 5px; }
  /* Home Page */
  body {
    padding-top: 250px; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    padding: 20px 0; }
  header .header-right {
    width: 100%; }
  header .header-right .header-bottom .Call-Us {
    display: none; }
  header .header-right .header-bottom .Search-products {
    margin: 0; }
  header .header-right .header-bottom .Search-products form input[type=text] {
    width: 100%;
    padding: 7px 50px 7px 10px;
    height: initial; }
  header .header-right .header-bottom .Search-products form .search-icon button.search-btn {
    right: 20px; }
  header .header-right .header-bottom .Search-products form .search-icon button.search-btn img {
    max-height: 25px;
    max-width: 25px; }
  header .header-right .header-bottom .Search-products form .fast-img.desktop_fastimg {
    display: none; }
  header .header-left {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0; }
  header .header-left .mobile-menu {
    display: block; }
  header .header-left .cart-box {
    display: block; }
  header .header-left .cart-box a.navUser-action {
    position: relative;
    padding: 0; }
  header .header-left .cart-box a.navUser-action .cart-quantity-header {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    display: block; }
  header .header-left a {
    display: inline-block; }
  header .header-left .Call-Us.mobile {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px; }
  header .header-left .Call-Us.mobile .call {
    width: 100%;
    margin: 0; }
  header .header-left .Call-Us.mobile .call .content span {
    display: none; }
  header .header-left .Call-Us.mobile .call .content a {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    color: #498cbc;
    display: inline-block;
    margin: 0; }
  header .header-left .Call-Us.mobile ul.social-icon {
    float: left;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 8px 0 0; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item {
    position: relative;
    font-size: 15px;
    float: left;
    margin: 0;
    margin-left: 26px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item:first-child {
    margin-left: 0; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 1px;
    height: 100%;
    background: rgba(32, 28, 29, 0.1); }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item:last-child:before {
    display: none; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a {
    font-size: 25px;
    display: inline-block;
    color: #6b6b6b; }
  .header-menu {
    display: none; }
  .sidenav .mobile-menu-content-block .sidebarBlock + .sidebarBlock {
    border: none;
    margin: 20px 0 0;
    padding: 0; }
  .sidenav .mobile-menu-content-block .sidebarBlock h5.sidebarBlock-heading {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
    background: #498cbc;
    letter-spacing: 0;
    margin: 0;
    padding: 6px 12px; }
  .sidenav .mobile-menu-content-block .sidebarBlock h5.sidebarBlock-heading:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    margin: 4px 0 0; }
  .sidenav ul li.loginlink {
    border-top: 1px solid #000; }
  .Real-reviews {
    padding: 10px 0 0; }
  .home-page .all_homcategory_list .Real-product {
    padding: 0; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle {
    width: 85px; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle a {
    font-size: 19px;
    line-height: 24px; }
  .home-review-slider .Real-reviews section.yotpoSlider {
    width: 100%;
    margin: 35px 0 0; }
  .home-review-slider .Real-reviews .Reviews-heading {
    width: 100%;
    max-width: 450px;
    float: none;
    display: table;
    margin: auto;
    text-align: left;
    padding: 0; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    float: right;
    width: auto;
    max-width: 300px;
    margin-top: 32px;
    padding-left: 20px; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 33px;
    line-height: 38px; }
  .home-review-slider .Real-reviews .Reviews-heading .certified-reviews {
    position: initial;
    float: left;
    padding: 0;
    width: auto;
    display: inline-block;
    text-align: center; }
  .help-section ul li a {
    font-size: 22px; }
  .help-section ul li a img {
    margin-bottom: 5px; }
  .Our-blog {
    padding: 30px 0 15px; }
  .Our-blog .row .col-sm-4 .box h2 {
    font-size: 25px; }
  .Newsletter .klaviyo-form.klaviyo-form.klaviyo-form {
    min-width: 100% !important; }
  footer .footer-top .box h3 {
    font-size: 17px;
    margin: 0 0 18px; }
  footer .footer-top .box h3 svg {
    width: 30px;
    margin-right: 5px; }
  footer .footer-bottom {
    padding: 18px 0;
    text-align: left; }
  footer .footer-bottom .row {
    display: block;
    display: block;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    margin-right: 0;
    margin-left: 0;
    text-align: center; }
  footer .footer-bottom .row .col-sm-4 {
    width: 100%;
    padding: 0;
    text-align: center;
    -ms-flex: initial;
    flex: initial; }
  footer .footer-bottom .Buy-online {
    margin: 0 auto;
    display: table; }
  footer .footer-bottom .footer-payment-icons {
    float: initial; }
  footer .Copyright {
    padding: 15px 0; }
  /* PDP Page */
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart.mobile_hide_addtocart {
    display: none; }
  .type-productdetail {
    padding: 0; }
  .type-productdetail header {
    position: initial;
    box-shadow: none; }
  .productPage {
    padding: 15px 0 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images {
    width: 100%; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar {
    max-width: 100%;
    width: 100%;
    padding: 0; }
  #productStickyWrap .productSticky .pro_name_wrap .pro_name h2 {
    font-size: 19px;
    line-height: 24px; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 21px; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart {
    margin-left: 15px; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button {
    font-size: 18px !important;
    padding: 11px; }
  .productPage .page .productView .product-contain .mobile_product_title {
    font-family: Oswald;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #201c1d;
    text-transform: uppercase;
    margin: 0 0 12px;
    display: block;
    width: 100%; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image {
    display: inline-block;
    width: 100%; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image .productView-image--default {
    width: auto;
    max-height: 400px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-title {
    font-size: 25px;
    line-height: 30px;
    margin: 12px 0; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent {
    padding: 20px 0; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap {
    padding: 15px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p {
    padding: 0 0 15px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p strong {
    font-size: 18px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap h3 {
    margin: 0 0 12px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery {
    width: 400px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list {
    margin-top: 15px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item a.video .video-body .video-title {
    font-size: 14px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item a.video .video-body .video-description {
    font-size: 12px; }
  .productPage .page .productView .Real-reviews .certified-reviews {
    right: 0; }
  .productPage .page .productView .Real-reviews .Real-reviews-box {
    width: 100%; }
  .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
    margin-left: -10px; }
  .productPage .page .productView .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
    margin-right: -10px; }
  .productPage .page .productView .Real-reviews .Reviews-title {
    padding-top: 0; }
  .type-productdetail .productPage .Real-reviews .certified-reviews {
    right: 0; }
  .type-productdetail .productPage .Real-reviews .Real-reviews-box {
    width: 100%; }
  .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
    margin-left: -10px; }
  .type-productdetail .productPage .Real-reviews .Real-reviews-box #yotpobox .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
    margin-right: -10px; }
  .type-productdetail .productPage .Real-reviews .Reviews-title {
    padding-top: 0; }
  #productStickyWrap .sticky_navi {
    display: none; }
  /* PLP Page */
  .categories-section {
    padding: 10px 0 30px; }
  .categories-section .categories-left {
    width: 100%;
    max-width: 100%;
    display: none; }
  .categories-section .categories-right {
    width: 100% !important;
    max-width: 100%;
    padding: 0; }
  .categories-section .categories-right .page-heading {
    font-size: 28px;
    margin: 0 0 5px; }
  .categories-section .categories-right .categories_list .row .large-2 .navList-action .subCategoryList {
    min-height: 110px; }
  .categories-section .categories-right .ss-filter-container .ss-slideout-button {
    width: 34%;
    float: right;
    margin: 0; }
  .categories-section .categories-right .ss-header-container {
    padding: 4px 0 12px; }
  .categories-section .categories-right .ss-toolbar-top {
    padding: 20px 0 0; }
  #searchspring-slideout_container {
    z-index: 9999999; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-pagination ul.ss-pagination-list {
    margin: 30px 0 0; }
  /* Search Page */
  .ss-page .categories-section {
    padding: 10px 0 30px; }
  .ss-page .categories-section .page-sidebar {
    width: 100%;
    max-width: 100%;
    display: none; }
  .ss-page .categories-section .page-content {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .ss-page .categories-section .page-content .page-heading {
    /* font-size: 28px; */
    font-size: 22px;
    margin: 0 0 5px; }
  .ss-page .categories-section .page-content .page-heading .ss__oq {
    font-size: 18px; }
  .ss-page .categories-section .page-content .ss-filter-container .ss-slideout-button {
    width: 34%;
    float: right;
    margin: 0; }
  .ss-page .categories-section .page-content .ss-header-container {
    padding: 4px 0 12px; }
  .ss-page .categories-section .page-content .ss-toolbar-top {
    padding: 20px 0 0; }
  #searchspring-slideout_container {
    z-index: 9999999; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-pagination ul.ss-pagination-list {
    margin: 30px 0 0; }
  /* Contact Us Page */
  .type-contact .categories-section {
    padding: 10px 0 25px; }
  .type-contact .categories-section .contact_us .form h2, .type-contact .categories-section .contact_us .services h2 {
    font-size: 28px; }
  /* About Us Page */
  .aboutus_page .about-banner:before {
    height: 40px; }
  .aboutus_page .about-banner:after {
    height: 12px; }
  .aboutus_page .the-Advantage .box .box-title .title {
    padding: 70px 0; }
  .aboutus_page .about-banner .content h2 span img {
    max-width: 370px; }
  .aboutus_page .the-Advantage h2 span img {
    max-width: 550px; }
  /* What's New Page */
  .Trending-now .productCarousel {
    padding: 0 0 60px;
    margin: 0; }
  .Trending-now .productCarousel .slick-arrow.slick-prev {
    left: 46%;
    bottom: 0; }
  .Trending-now .productCarousel .slick-arrow.slick-next {
    left: 53%;
    bottom: 0; }
  /* Blog Page */
  .categories-section.blog_wrap {
    padding: 15px 0 30px; }
  .categories-section.blog_wrap .blog_post_section {
    max-width: 100%;
    width: 100%;
    padding-right: 0; }
  .categories-section.blog_wrap .categories-left {
    max-width: 100%;
    width: 100%;
    float: initial;
    display: inline-block;
    margin: 30px 0 0; }
  /* Blog Details Page */
  .type-blog_post .blog_wrap {
    padding: 15px 0 30px; }
  .type-blog_post .blog_wrap .page-content {
    max-width: 100%;
    width: 100%; }
  .type-blog_post .blog_wrap .new_blog_sidebar {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0; }
  .type-blog_post .blog_wrap .page-content .blog {
    margin: 0; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header {
    padding: 0;
    position: initial;
    top: initial;
    left: initial;
    background: transparent;
    box-shadow: none; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p span {
    /* font-size: 25px!important; */ }
  /* Cart Page */
  .type-cart .categories-section {
    padding: 15px 0 30px; }
  .type-cart .categories-section .cart_total_wrap {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0; }
  .type-cart .categories-section .cart_total_wrap .cart_summary_title {
    font-size: 22px;
    padding: 15px 20px; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap {
    padding: 0 20px 25px; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-grandTotal span {
    font-size: 27px; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total:last-child .cart-total-label {
    padding: 22px 0; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap .cart-actions .button {
    font-size: 17px;
    padding: 15px 10px;
    width: 200px; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight {
    width: calc(50% - 8px);
    margin-right: 15px; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight:last-child {
    margin-top: 0; }
  .type-cart .categories-section .cart_content_wrap {
    max-width: 100%;
    width: 100%;
    padding-right: 0; }
  .type-cart .categories-section .cart_content_wrap .page-heading {
    font-size: 19px;
    margin: 0 0 25px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-figure {
    margin: 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-block {
    display: table-cell;
    float: none; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-block.cart-item-options {
    display: inline-block; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-item-label {
    display: none; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-value {
    width: 50%; }
  /* Login Page */
  .login {
    margin: 15px 0 30px; }
  .login .page-heading {
    font-size: 28px;
    margin: 0 0 5px; }
  /* Forgot Password Page */
  .type-forgotpassword .categories-section h2.page-heading {
    font-size: 28px;
    margin: 0 0 5px; }
  .type-forgotpassword .categories-section form input {
    width: 25%; }
  /* Account Settings Page */
  .categories-section.myaccount_wrap .categories-right form ul.productGrid {
    padding: 20px 0 0; }
  header .header-left > a img {
    width: 190px;
    max-width: 190px; }
  .sidenav .mobile-menu-content-block .sidebarBlock > ul {
    display: none; }
  /* Drop Ship Program */
  .drop-ship-program .Header__top {
    padding: 52px 0 42px; }
  .drop-ship-program .Header__top .content {
    margin: 20px 0 0;
    margin-left: 30px;
    padding-left: 30px; }
  .drop-ship-program .Header__top .content:before {
    height: 85px; }
  .drop-ship-program .Header__top .content h2 {
    font-size: 45px; }
  .drop-ship-program .Ship-program h1 {
    font-size: 32px;
    margin: 0 0 30px; }
  .drop-ship-program .Ship-program, .drop-ship-program .We-also-section .content, .drop-ship-program .shipping-explained .content, .drop-ship-program .shipping-order .content {
    padding: 0 30px; }
  .drop-ship-program .Ship-program .content {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px; }
  .drop-ship-program .Ship-program form {
    width: 100%; }
  .drop-ship-program .Ship-program .content p {
    font-size: 19px;
    padding: 0 0 20px; }
  .drop-ship-program .Ship-program .content h3 {
    font-size: 20px; }
  .drop-ship-program .Ship-program form p {
    font-size: 19px;
    padding: 0 0 15px; }
  .drop-ship-program .Ship-program {
    padding-bottom: 30px; }
  .drop-ship-program .We-also-section .Title, .drop-ship-program .shipping-explained .Title {
    height: 90px;
    margin: 0 0 30px; }
  .drop-ship-program .We-also-section .Title h2, .drop-ship-program .shipping-explained .Title h2 {
    font-size: 32px;
    padding: 29px 0 0; }
  .drop-ship-program .shipping-explained .content p {
    font-size: 19px;
    padding: 0 0 30px; }
  .drop-ship-program .shipping-explained .content h3.Benefits-you {
    font-size: 32px;
    width: 300px;
    height: 75px;
    padding: 21px; }
  .drop-ship-program .shipping-explained .content ul li {
    font-size: 19px; }
  .drop-ship-program .shipping-explained .content ul {
    margin: 0 0 30px 21px; }
  .drop-ship-program .shipping-explained .content .Even-better-section .Even-better {
    font-size: 32px;
    width: 380px;
    height: 75px;
    padding: 21px; }
  .drop-ship-program .shipping-explained .content .Even-better-section span {
    font-size: 19px;
    padding: 0 0 10px; }
  .drop-ship-program .shipping-explained .content .Even-better-section p {
    padding: 0 0 15px; }
  .drop-ship-program .We-also-section .content p {
    font-size: 19px;
    padding: 0 0 18px; }
  .drop-ship-program .We-also-section .content .program-guidelines-img {
    margin: 50px 0; }
  .drop-ship-program .We-also-section .content .How-works {
    font-size: 32px;
    width: 277px;
    height: 75px;
    padding: 21px; }
  .drop-ship-program .We-also-section .content ul li {
    font-size: 19px;
    margin: 0 0 18px; }
  .drop-ship-program .shipping-order .Title {
    height: 90px;
    margin: 0 0 30px; }
  .drop-ship-program .shipping-order .Title h2 {
    font-size: 32px;
    padding: 13px 0; }
  .drop-ship-program .shipping-order .content p {
    font-size: 19px;
    padding: 0 0 15px; }
  .drop-ship-program .shipping-order .content .product-descriptions-bg {
    font-size: 32px;
    width: 559px;
    height: 70px;
    padding: 19px;
    margin: 15px 0; }
  .drop-ship-program .shipping-order .program-today h2 {
    font-size: 35px;
    margin: 0 0 30px; }
  .drop-ship-program .shipping-order .program-today img.ship-program-today-icon {
    margin: 0 0 30px; }
  .drop-ship-program .shipping-order .program-today {
    padding: 15px 0 10px; }
  /***/
  .canadabox .canadaoffer span {
    line-height: 45px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .cd-section h2.section_hd {
    display: inline-block !important;
    margin: 0;
    padding: 15px 20px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: 700;
    color: #498cbc;
    font-size: 20px;
    border-bottom: 0;
    margin: 0; }
  .productPage .productdesc_tabinfo .tab_procontent {
    padding: 20px 20px 30px;
    border: 1px solid #ddd; }
  footer .footer-bottom .Buy-online {
    margin-top: 0; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    float: right;
    padding: 31px 0;
    max-width: 280px;
    margin: 0 auto; }
  .home-review-slider .Real-reviews .Reviews-heading .certified-reviews {
    float: left; }
  footer .footer-bottom .footer-payment-icons svg {
    margin: 10px 0 0 10px;
    width: auto;
    height: 40px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a svg {
    width: 21px;
    height: 21px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a svg path {
    fill: #6b6b6b; }
  .help-section ul li a svg {
    margin-bottom: 5px; }
  body.geo_ca_redirect_popup {
    padding-top: 314px;
    margin-top: 0 !important; }
  body.geo_ca_redirect_popup header {
    top: 64px; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_popup_container_padding {
    padding: 15px 0 !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container {
    width: auto !important;
    padding: 5.5px 0 !important;
    padding-right: 30px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container span.gt_redirectpopup_1645620295358_text {
    font-size: 23px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container {
    width: auto !important;
    margin: 0 !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container a.gt_redirectpopup_1645620295358_button {
    padding: 10px 15px !important;
    font-size: 14px !important;
    margin-right: 12px !important; }
  .klaviyo-form.klaviyo-form.klaviyo-form {
    width: 100% !important;
    padding: 0 0 !important; }
  .klaviyo-form.klaviyo-form.klaviyo-form {
    width: 100% !important;
    padding: 0 0 !important;
    min-width: 780px !important; }
  [data-testid="klaviyo-form-HWDUee"] {
    min-width: 780px !important; }
  .Newsletter.Black-friday-cyber-monday .content .klaviyo-form.klaviyo-form.klaviyo-form {
    min-width: 200px !important; }
  [data-testid="klaviyo-form-HWDUee"] .needsclick.kl-private-reset-css-Xuajs1 {
    z-index: 9999999 !important; }
  .kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1.klaviyo-close-form {
    z-index: 99999999 !important; }
  .home_abtest .abtest-banner .imgbox .overlay-text h2 {
    font-size: 35px; }
  .home_abtest .abtest-banner .imgbox .overlay-text p {
    font-size: 16px;
    margin: 5px 0 20px; }
  .home_abtest .abtest-banner .imgbox .overlay-text {
    top: 30px;
    max-width: 480px;
    padding: 28px 50px; }
  .home_abtest .abtest-banner .imgbox .overlay-text .banner-btn {
    padding: 10px 30px;
    font-size: 16px; }
  .home_abtest .servicesbox .box .serviceitem {
    padding: 20px 15px; }
  .home_abtest .servicesbox .box .content h3 {
    font-size: 15px; }
  .home_abtest .servicesbox .box .iconimg {
    margin: 0 0 10px; }
  .home_abtest .servicesbox .box .iconimg img {
    max-width: 50px; }
  .home_abtest .servicesbox .box .serviceitem {
    padding: 20px 12px; }
  .home_abtest .servicesbox .box .content p {
    font-size: 12px; }
  .home_abtest .category-section .cat-row.col-4 .box {
    width: 50%; }
  .home_abtest .category-section .box .catname {
    font-size: 16px; }
  .home_abtest .category-section {
    margin: 50px auto 0; }
  .home_abtest .category-section .box a:hover .catname, .home_abtest .category-section .box .catname {
    background-size: auto 12px;
    padding: 10px 15px; }
  .home_abtest .category-section .cat-row.col-4 .box img {
    height: 180px; }
  .home_abtest .category-section .view_all_btn a {
    font-size: 16px;
    padding: 12px 60px; }
  .home_abtest .abtest-banner .imgbox .go1152403042 {
    max-width: 480px;
    padding: 28px 50px;
    margin: 15px 0 50px;
    display: block; }
  .home_abtest .abtest-banner .imgbox .go3130182400 p {
    font-size: 16px;
    margin: 5px 0 20px; }
  .home_abtest .abtest-banner .imgbox .go403273743 p {
    font-size: 35px; }
  .home_abtest .abtest-banner .imgbox .go2241011273 {
    padding: 10px 30px;
    font-size: 16px; }
  .home_abtest .abtest-banner .imgbox .go2241011273 p {
    font-size: 16px; }
  .home_abtest .abtest-banner .imgbox .go671630196 {
    display: none; }
  .new_request_quote .categories-section .categories-right .page-heading {
    /* font-size: 36px; */
    /* margin: 20px 0 0; */ }
  .request-quate-form .tagline {
    font-size: 16px;
    max-width: 550px; }
  .request-quate-form form .box {
    padding: 30px 20px; }
  .request-quate-form form .box .form-row .col label {
    font-size: 14px;
    margin: 0 0 5px; }
  .request-quate-form form .box .form-row .col input, .request-quate-form form .box .form-row .col select, .request-quate-form form .box .form-row .col textarea {
    font-size: 14px;
    line-height: 40px;
    height: 40px; }
  .request-quate-form form .box .form-row .col textarea {
    height: 120px;
    line-height: normal; }
  .request-quate-form form .box .form-row .col {
    margin: 20px 0 0; }
  .request-quate-form form .box h3 {
    font-size: 22px; }
  .request-quate-form form .box .form-row .col .verficatio-code h5 {
    font-size: 16px; }
  .request-quate-form form .box .form-row .col .verficatio-code h5 span {
    font-size: 12px; }
  .request-quate-form form .box .form-row .col .verficatio-code input {
    background-size: auto 52%; }
  .request-quate-form form .box .form-row .col.submit button.submit-form {
    width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 35px auto 0; }
  header .header-left .mobile-menu {
    padding: 0; }
  header .header-left {
    width: 100%;
    padding: 0;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .header-left .cart-box {
    width: auto;
    margin-left: 15px;
    padding: 0; }
  header .header-left .Call-Us.mobile {
    margin: 8px 0 0; }
  header .call_cart_wrap {
    width: 270px; }
  .home-page .abtest-banner .imgbox .overlay-text h2 {
    font-size: 35px; }
  .home-page .abtest-banner .imgbox .overlay-text p {
    font-size: 16px;
    margin: 5px 0 20px; }
  .home-page .abtest-banner .imgbox .overlay-text {
    top: 30px;
    max-width: 480px;
    padding: 28px 50px; }
  .home-page .abtest-banner .imgbox .overlay-text .banner-btn {
    padding: 10px 30px;
    font-size: 16px; }
  .home-page .servicesbox .box .serviceitem {
    padding: 20px 15px; }
  .home-page .servicesbox .box .content h3 {
    font-size: 15px; }
  .home-page .servicesbox .box .iconimg {
    margin: 0 0 10px; }
  .home-page .servicesbox .box .iconimg img {
    max-width: 50px; }
  .home-page .servicesbox .box .serviceitem {
    padding: 20px 12px; }
  .home-page .servicesbox .box .content p {
    font-size: 12px; }
  .home-page .category-section .cat-row.col-4 .box {
    width: 50%; }
  .home-page .category-section .box .catname {
    font-size: 16px; }
  .home-page .category-section {
    margin: 50px auto 0; }
  .home-page .category-section .box a:hover .catname, .home-page .category-section .box .catname {
    background-size: auto 12px;
    padding: 10px 15px; }
  .home-page .category-section .cat-row.col-4 .box img {
    height: 180px; }
  .home-page .category-section .view_all_btn a {
    font-size: 16px;
    padding: 12px 60px; }
  .home-page .abtest-banner .imgbox .go1152403042 {
    max-width: 480px;
    padding: 28px 50px;
    margin: 15px 0 50px;
    display: block; }
  .home-page .abtest-banner .imgbox .go3130182400 p {
    font-size: 16px;
    margin: 5px 0 20px; }
  .home-page .abtest-banner .imgbox .go403273743 p {
    font-size: 35px; }
  .home-page .abtest-banner .imgbox .go2241011273 {
    padding: 10px 30px;
    font-size: 16px; }
  .home-page .abtest-banner .imgbox .go2241011273 p {
    font-size: 16px; }
  .home-page .abtest-banner .imgbox .go671630196 {
    display: none; }
  .home_abtest header .header-right .header-bottom .Search-products form .form-field {
    grid-template-columns: 100%; }
  .home_abtest header .header-right .header-bottom .Search-products form input[type=text] {
    height: 42px;
    font-size: 18px; }
  .home_abtest header .header-right .header-bottom .Search-products form .search-icon {
    height: 42px;
    width: 70px; }
  .home_abtest header .header-right .header-bottom .Search-products {
    margin: 0; }
  .blackfri_nov22 {
    padding: 20px 0; }
  .blackfri_nov22 .container {
    grid-template-columns: 100%; }
  .Newsletter .title {
    text-align: center; }
  .Newsletter .title img {
    max-width: 170px; }
  .blackfri_nov22 .From .form-title {
    text-align: center; }
  /* Deals page */
  .bfri_deals_page .deal-product {
    grid-template-columns: repeat(2, 1fr); }
  .bfri_deals_page .deal-product .box .product-title-img .p-img {
    left: 70%; }
  .bfri_deals_page .deal-product .box .product-title-img .p-title {
    width: 66%; }
  /* Black Friday Banner */
  .home-page .black_fri_banner .servicesbox {
    margin: -30px auto 0; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner {
    max-width: 510px;
    top: calc(50% - 30px);
    margin-top: 15px; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner .shop-now-btn {
    max-width: 200px;
    right: 25px; }
  .fri_deals .servicesbox {
    margin-top: -80px; }
  /* Ebook */
  .ebook .book-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin: 60px 0 0; }
  .ebook .book-grid h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: -8px; }
  .ebook .book-form h2 {
    font-size: 24px;
    top: -6px; }
  .ebook .book-form .content {
    padding-left: 20px; }
  .ebook .book-form ul li {
    display: flex;
    align-items: center;
    gap: 0 10px; }
  .ebook .book-grid:after {
    height: 67%; }
  .ebook2 .learn-more {
    margin: 87px 0 0; }
  .ebook .book-form iframe, .ebook form.download-e-book iframe {
    height: 465px; }
  /* About Us 27-6-2023 */
  .Accordion .Accordion-btn {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer; }
  .Accordion .Accordion-btn::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 24px;
    border: solid #ffd200;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s; }
  .Accordion.Letus_Help .Accordion-btn::after {
    border-color: #498bbb; }
  .Accordion.is-active .Accordion-btn::after {
    content: "";
    transform: rotate(-135deg);
    top: 26px; }
  .Accordion .panel {
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .Accordion.js-enabled .panel {
    visibility: hidden; }
  .Accordion.is-active .panel {
    visibility: visible; }
  .Aboutus_new_wrap .Aboutus_content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 7px 0 0; }
  .Aboutus_new_wrap .Aboutus_learning {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 0; }
  .Aboutus_new_wrap .Aboutus_content h1 {
    font-size: 29.6px;
    margin: 0 0 27px; }
  .Aboutus_new_wrap .Aboutus_content p {
    font-size: 14.76px;
    line-height: 24.28px;
    padding: 0 0 15px; }
  .Aboutus_new_wrap .Aboutus_content > p:nth-child(2) {
    font-weight: 600; }
  .Aboutus_new_wrap .Aboutus_content .History {
    margin: 27px 0; }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img.Mobile_show {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    padding: 0;
    margin: 0 0 27px; }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img.Mobile_show img {
    width: 83px;
    margin-right: 21px !important; }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img.Mobile_show img:last-child {
    margin-right: 0 !important; }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img img:nth-child(2) {
    margin: 0; }
  .Aboutus_new_wrap .Aboutus_content .History h2 {
    font-size: 25.82px;
    width: 100%;
    display: inline-block;
    border: 1px solid #498bbb;
    margin: 0 0 0;
    padding: 17px 20px 17px 15px; }
  .Aboutus_new_wrap .Aboutus_content .History .History_team_img {
    display: none; }
  .Aboutus_new_wrap .Aboutus_content .History .panel .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 20px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .History .panel .content p, .Aboutus_new_wrap .Aboutus_content .History .panel p {
    font-weight: 400;
    font-size: 13.22px;
    line-height: 22.13px;
    padding: 0 0 14px; }
  .Aboutus_new_wrap .Aboutus_content .History .panel p strong {
    line-height: 22.13px; }
  .Aboutus_new_wrap .Aboutus_content .History.Products {
    position: relative;
    margin: 70px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .History.Products:before {
    content: "";
    position: absolute;
    top: -159px;
    right: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-mobile-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
    height: 363px;
    z-index: -1; }
  .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image.Mobile_show {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 18px; }
  .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image .box {
    width: calc(33.333% - 4px);
    float: left;
    text-align: center;
    margin-right: 6px; }
  .Aboutus_new_wrap .Aboutus_content .History.Products .panel .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 18px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .History.Products .Products_image {
    display: none; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel {
    width: 85%;
    max-width: initial;
    margin: 12px auto 31px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button img {
    width: 12px;
    height: 19px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-nav button.owl-next {
    right: -25px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider a.Visit-specification {
    font-size: 12.68px;
    letter-spacing: -0.12px;
    margin: 7px auto 0;
    padding: 12.5px 32px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right:nth-child(n+1) {
    margin-top: 35px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right.Learning_box .Title h2.Accordion-btn {
    font-style: italic;
    font-size: 25.82px;
    line-height: 1;
    color: #252524;
    width: 100%;
    display: inline-block;
    border: 1px solid #498bbb;
    margin: 0 0 0;
    padding: 17px 20px 17px 15px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right.Learning_box .Title {
    background: transparent;
    padding: 0; }
  .Aboutus_new_wrap .Aboutus_learning .box_right.Learning_box {
    border: none; }
  .Aboutus_new_wrap .Aboutus_learning .box_right.Learning_box .panel .panel_box {
    padding: 25px 0 0; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box p {
    font-size: 13.22px;
    line-height: 22.14px;
    padding: 0 0 15px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional {
    margin: 15px 0 33px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Learning-desktopimg {
    display: none; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box .Written_professional .Learning-mobileimg {
    display: block; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .panel .panel_box p strong {
    line-height: 22.14px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right {
    border: 1px solid #252524; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .Title {
    padding: 0; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .Title h2.Accordion-btn {
    font-style: italic;
    font-size: 25.82px;
    line-height: 1;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    margin: 0 0 0;
    padding: 18px 20px 18px 15px; }
  .Aboutus_new_wrap .Testimonial {
    margin: 50px 0 0; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box {
    padding: 35px 36px 30px; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box p {
    font-size: 16.46px;
    line-height: 22px; }
  .Aboutus_new_wrap .Testimonial span {
    font-size: 17.46px;
    line-height: 23px;
    padding: 15px 50px 0; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content {
    width: calc(100% - 80px); }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .image {
    width: 78px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission {
    margin: 55px 0 33px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission:before {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-mobile-1.png);
    width: 360px;
    height: 575px;
    background-size: cover;
    left: auto;
    right: -11px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values h2, .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box h2 {
    font-size: 24.87px;
    text-underline-offset: 15px;
    text-decoration-thickness: 2px;
    margin: 0 0 9px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box {
    width: 100%;
    max-width: 231px;
    float: initial;
    display: inline-block;
    padding: 0; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_mission.Our_box {
    max-width: 280px;
    text-align: right;
    float: right;
    margin: 35px 0 26px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box p, .Aboutus_new_wrap .Customer_service .panel p, .Aboutus_new_wrap .Instagram_section .content p, .Aboutus_new_wrap .Quality_section .panel p {
    font-weight: 400;
    font-size: 11.07px;
    line-height: 18.14px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_mission.Our_box h2 {
    display: flex;
    flex-direction: row-reverse; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_mission.Our_box h2 img {
    margin: 0 12px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission .Our_box h2 img {
    margin-left: 25px;
    max-width: 62px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission p {
    font-weight: 400;
    font-size: 13.22px;
    line-height: 22.13px; }
  .Aboutus_new_wrap .Aboutus_content .Vision_mission p strong {
    font-size: 13.22px;
    line-height: 22.13px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values {
    margin: 0 0 32px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0; }
  .Aboutus_new_wrap .Aboutus_content .Core_values h2 {
    margin: 0 0 43px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-content {
    width: 100%;
    display: inline-block;
    float: initial;
    background: #fafafa;
    border-radius: 20px;
    padding: 43px 24px 7px 14px;
    margin-top: -25px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box a {
    font-size: 17px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box .Image {
    margin: 0 0 8px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .item_box {
    padding: 9px 7px 8px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-slider .owl-carousel .owl-nav button img {
    width: 12px;
    height: 19px; }
  .Aboutus_new_wrap .Aboutus_content .Core_values .Core-content p {
    font-weight: 400;
    font-size: 11.07px;
    line-height: 18.04px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 0 32px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-mobile-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 355px;
    height: 307px;
    z-index: -1; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size .Title {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size .Title h2 {
    font-size: 22.09px;
    line-height: 31.86px;
    max-width: 230px;
    text-align: left;
    margin: 0 auto 4px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_size .image {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    padding: 0 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions h2, .Aboutus_new_wrap .Aboutus_content .Reviews_section h2, .Aboutus_new_wrap .Customer_service h2, .Aboutus_new_wrap .Our_team h2, .Aboutus_new_wrap .Quality_section h2, .Aboutus_new_wrap .contact_form h2.Title {
    font-size: 25.82px;
    width: 100%;
    display: inline-block;
    border: 1px solid #498bbb;
    margin: 0 0 0;
    padding: 17px 20px 17px 15px; }
  .Aboutus_new_wrap .contact_form h2.Title {
    border: 0;
    margin-top: 35px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .Lets_customize {
    margin: 37px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .Lets_customize a {
    font-size: 15.56px;
    min-width: 230px;
    padding: 11px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image.Mobile_show {
    width: 100%;
    display: inline-block; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 20px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .content p, .Aboutus_new_wrap .Aboutus_content .Reviews_section .panel .content p, .Aboutus_new_wrap .Aboutus_content p {
    font-size: 13.22px;
    line-height: 22.13px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image {
    width: auto;
    display: table;
    float: initial;
    margin: 0 auto; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box:first-child {
    margin-top: 0; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box img {
    max-width: 100px; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions .panel .Custom_size_image .box:nth-child(2) {
    margin: 73px -25px 0; }
  .Aboutus_new_wrap .Aboutus_content .Custom_solutions {
    margin: 0 0 62px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box {
    margin-right: 20px !important; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box:last-child {
    margin-right: 0 !important; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box:nth-child(2) {
    margin: 0 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box:first-child {
    margin: 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image .box img {
    max-width: 84px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image.Mobile_show {
    width: auto;
    display: table;
    float: initial;
    margin: 0 auto 25px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .panel .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 22px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Reviews_image {
    display: none; }
  .Aboutus_new_wrap .Testimonial {
    max-width: 250px;
    display: table;
    margin: 10px auto 0; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box {
    border-radius: 10px;
    padding: 14px 25px; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box p {
    font-size: 13.22px;
    line-height: 22.13px;
    color: #ffffff; }
  .Aboutus_new_wrap .Testimonial span {
    font-size: 13.22px;
    line-height: 22px;
    padding: 8px 45px 0; }
  .Aboutus_new_wrap .Testimonial span:before {
    left: 20px;
    background-size: contain;
    width: 25px;
    height: 21px; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box:after {
    bottom: -9px;
    right: 12px;
    width: 20px;
    height: 15px;
    background-size: cover; }
  .Aboutus_new_wrap .Testimonial .Testimonial_box:before {
    top: -9px;
    left: 12px;
    width: 20px;
    height: 15px;
    background-size: cover; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section {
    margin: 0 0 60px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel {
    margin-bottom: 22px !important; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box p {
    font-size: 13.22px;
    line-height: normal;
    padding: 0 0 12px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star li img {
    width: 22px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item .box ul.Reviews_star {
    margin: -12px auto 15px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button img {
    width: 12px;
    height: 19px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button.owl-prev {
    left: -20px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-nav button.owl-next {
    right: -20px; }
  .Aboutus_new_wrap .Customer_service {
    margin: 0 0 70px; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img {
    width: auto;
    display: table;
    margin: 0 auto 25px; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box.box24-7 {
    display: none; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box {
    margin: 0 20px 0 0 !important; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box:last-child {
    margin-right: 0 !important; }
  .Aboutus_new_wrap .Customer_service .Customer_service_img .box img {
    max-width: 85px; }
  .Aboutus_new_wrap .Quality_section .Products_image.Mobile_show {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 12px; }
  .Aboutus_new_wrap .Quality_section .Products_image .box {
    float: left;
    margin-right: 11px; }
  .Aboutus_new_wrap .Quality_section .Products_image .box:last-child {
    margin-right: 0; }
  .Aboutus_new_wrap .Quality_section .Products_image .box img {
    max-width: 108px; }
  .Aboutus_new_wrap .Quality_section .Products_image .box.quality_icon img {
    max-width: 60px; }
  .Aboutus_new_wrap .Customer_service .Apply__Credit {
    margin: 32px 0 0; }
  .Aboutus_new_wrap .Customer_service .Apply__Credit a {
    min-width: 230px;
    padding: 12px; }
  .Aboutus_new_wrap .Quality_section {
    margin: 0 0 47px; }
  .Aboutus_new_wrap .Instagram_section {
    margin: 0 0 5px; }
  .Aboutus_new_wrap .Instagram_section .container:before {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/instagram-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: 100% 100%; }
  .Aboutus_new_wrap .Instagram_section .container {
    width: 100%;
    max-width: 100%;
    padding: 13px 0 23px 20px; }
  .Aboutus_new_wrap .Instagram_section .content p {
    font-size: 13.22px;
    line-height: 22.14px;
    padding: 0 0 8px; }
  .Aboutus_new_wrap .Instagram_section .Instagram_icon {
    position: absolute;
    top: 10px;
    right: 0;
    width: 90px; }
  .Aboutus_new_wrap .Instagram_section .content p:first-child {
    width: 68%; }
  .Aboutus_new_wrap .Instagram_section .content {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    float: initial; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .learning_mobile_img {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 22px; }
  .Aboutus_new_wrap .Aboutus_learning .box_right .learning_mobile_img:before {
    content: "";
    position: absolute;
    top: -22px;
    left: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-mobile-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    height: 295px; }
  .Aboutus_new_wrap .Customer_service .panel p, .Aboutus_new_wrap .Quality_section .panel p {
    font-size: 13.22px;
    line-height: 22.14px; }
  .Aboutus_new_wrap .Customer_service .panel p:nth-child(1) {
    margin-top: 22px; }
  .Aboutus_new_wrap .Quality_section .panel .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 18px 0 0; }
  .Aboutus_new_wrap .Quality_section .panel .Products_image {
    display: none; }
  .Aboutus_new_wrap .Our_team .panel .Team_box {
    margin: 0 0 38px;
    padding: 0 25px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box:last-child {
    margin: 0; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Management {
    margin-top: 47px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box h3 {
    font-size: 13.91px;
    margin: 0 0 12px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button img {
    max-width: 12px;
    height: 19px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .owl-nav button.owl-next {
    right: -25px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box .overle {
    bottom: 8px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item .box .overle {
    bottom: 9px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item .box .overle {
    bottom: 9px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Ecommerce .owl-carousel .item .box .overle {
    bottom: 8px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle {
    bottom: 7px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle span {
    font-size: 5px; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .item .box .box_content .content p {
    font-size: 9px;
    line-height: 12px; }
  .AboutUs_new_page #main-content:before {
    display: none; }
  .Aboutus_new_wrap .Our_team h2 {
    position: relative; }
  .Aboutus_new_wrap .Our_team.is-active h2:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -12px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/aboutus-new-bg-mobile-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
    height: 479px;
    z-index: -1; }
  /* New Header Menu */
  .sidenav .mobile-menu-content-block ul#treeView {
    display: block; }
  .sidenav .new_tap_navmenu ul.nav_pages {
    margin-top: 0; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView {
    margin: 8px 0 0; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView li.toplevel a.has-subMenu {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    background: #498cbc;
    border: none;
    letter-spacing: 0;
    margin: 0 0 8px;
    padding: 6px 12px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel button {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 7px;
    color: #fff;
    float: right;
    width: 35px;
    height: 35px;
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    z-index: 999; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul {
    display: none; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul li.level-second > a {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    border: none !important;
    padding: 0 0 5px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul li.level-second ul {
    padding: 0;
    margin: 0 0 5px 10px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul li.level-second ul li {
    padding: 0;
    margin: 0 0 5px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul li.level-second ul li a {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    border: none !important;
    padding: 0 !important;
    margin: 0; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul li.level-second > button {
    color: #000000;
    width: 35px;
    height: 23px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul.modelcat_mobile li.level-second a {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    border: none !important;
    padding: 0 !important;
    margin: 0; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul.modelcat_mobile {
    padding: 0;
    margin: 0 0 5px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView > li.toplevel > ul.modelcat_mobile li.level-second {
    padding: 0;
    margin: 0 0 5px; }
  .sidenav .mobile-menu-content-block .sidebarBlock ul#treeView li.toplevel ul li.level-second ul {
    display: none; }
  /* Whats new week page 18-9-23 */
  div[data-layout-name=whats-new-week-grid] div[data-sub-layout] .buttonLink a {
    font-size: 14px;
    padding: 7px 20px 6px; }
  div[data-layout-name="whats-new-week-grid"] {
    margin-bottom: 60px; }
  div[data-layout-name=whats-new-week-grid] div[data-sub-layout] h2 {
    font-size: 20px; }
  div[data-layout-name=whats-new-week-grid] div[data-sub-layout] p {
    min-height: 55px;
    font-size: 14px;
    line-height: 1.2; }
  div[data-layout-name=whats-new-week-grid] ul li {
    font-size: 14px; }
  div[data-layout-name=whats-new-week-grid] ul {
    padding: 0;
    margin: 12px 0 22px 32px;
    min-height: 148px; }
  div[data-layout-name=whats-new-week-grid] div[data-sub-layout]::after {
    height: calc(100% - 60px); }
  /* UCG Page */
  .ugc-main-section .banner .over-content {
    left: 48px; }
  .ugc-main-section .banner .over-content h2.yellow-heading {
    font-size: 38px;
    margin: 0; }
  .ugc-main-section .banner .over-content p.subheading {
    font-size: 30px;
    margin: 0 0 10px; }
  .ugc-main-section .banner .over-content p {
    font-size: 16px; }
  .ugc-main-section .banner .over-content .btn {
    margin: 15px 0 0; }
  .ugc-main-section .btn {
    font-size: 17px;
    padding: 11px 39px 10px 20px; }
  .ugc-main-section .btn:after {
    right: 13px;
    top: 10px; }
  .ugc-main-section .banner-bottom-text p {
    padding: 30px 0 37px; }
  .ugc-main-section .ugc-content-with-sidebar {
    grid-template-columns: auto;
    gap: 60px; }
  .ugc-main-section .ugc-content-with-sidebar .left-content .content-col + .content-col {
    margin: 26px 0 0; }
  .ugc-main-section .ugc-content-with-sidebar .btn-sec {
    margin: 20px 0 0; }
  .ugc-main-section .simple-submissions-section {
    margin: 90px 0 30px; }
  .ugc-main-section .simple-submissions-section h2 {
    margin: 0 0 20px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider .active + .active {
    transform: none;
    z-index: 11;
    margin: 0; }
  /* Black Friday Page */
  .blck-friday-main-section .banner {
    height: 300px; }
  .blck-friday-main-section .banner .banner-box {
    max-width: 550px; }
  .blck-friday-main-section .banner .text {
    width: calc(100% - 71px);
    top: 0; }
  .blck-friday-main-section .banner-bottom-off-text h2 {
    font-size: 40px; }
  .blck-friday-main-section .banner-bottom-off-text p {
    font-size: 24px; }
  .blck-friday-main-section .banner-bottom-off-text {
    max-width: 520px;
    margin: 50px auto 60px; }
  .blck-friday-main-section .best-selling-product h2 {
    font-size: 30px;
    margin: 0 0 80px; }
  .blck-friday-main-section .best-selling-product .bf-product-list {
    gap: 80px 40px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .box {
    flex-basis: calc(50% - 20px); }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 100px;
    max-width: 100px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product {
    top: -25px;
    padding: 0 0 0 15px;
    gap: 15px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title {
    font-size: 15px;
    line-height: 15px;
    margin: 0; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 22px;
    margin: 0 0 10px; }
  .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 22px;
    margin: 0 0 10px;
    width: calc(100% + 90px); }
  .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .sub-product {
    margin-top: 22px;
    margin-right: -4px; }
  .blck-friday-main-section .best-selling-product.below-with-details .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 100px; }
  .blck-friday-main-section .did-you-know {
    margin: 100px 0 60px; }
  .blck-friday-main-section .did-you-know h2 {
    font-size: 34px;
    margin: 0 0 15px; }
  .blck-friday-main-section .did-you-know p {
    font-size: 18px;
    padding: 0 0 20px; }
  .blck-friday-main-section .did-you-know .text-block img {
    max-width: 390px; }
  /* Home New Showcase Banner */
  .showcase-home-banner .imgbox .banner-over-text {
    top: 50%; }
  .showcase-home-banner .servicesbox {
    margin-top: 0px; }
  .showcase-home-banner .imgbox .banner-over-text h2 {
    font-size: 40px; }
  .showcase-home-banner .imgbox .banner-over-text .title {
    font-size: 38px;
    max-width: 530px; }
  .showcase-home-banner .imgbox .banner-over-text p {
    font-size: 16px; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn {
    font-size: 18px; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn:after {
    top: 12px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000; }
  /*** Sponsorship Program Page ***/
  .sponsorship-banner .Future-champions {
    padding: 8px 0; }
  .sponsorship-banner .Future-champions p {
    font-size: 25px; }
  .Winning-team .container {
    padding: 0; }
  .Winning-team {
    padding: 40px 0; }
  .Winning-team h2 {
    font-size: 30px;
    margin: 0 0 12px; }
  .Members-customer {
    padding: 12px 0 40px; }
  .Members-customer .box:before {
    display: none; }
  .Members-customer .box {
    width: 100%;
    margin: 0;
    padding: 0; }
  .Members-customer .box:last-child {
    width: 100%;
    margin: 20px 0 0;
    padding: 0; }
  .Members-customer .box h2 {
    font-size: 25px;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 3px; }
  .Sponsorship-criteria .container {
    padding: 60px 0 80px; }
  .Sponsorship-criteria .The-starting {
    padding: 30px 25px; }
  .Sponsorship-criteria .The-starting h2 {
    font-size: 28px;
    margin: 0 0 20px; }
  .Sponsorship-criteria .The-starting .box {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 0; }
  .Sponsorship-criteria .The-starting .box + .box {
    margin-top: 20px; }
  .Sponsorship-criteria .The-starting .box h2 {
    font-size: 26px; }
  .Sponsorship-criteria .The-starting .box h3 {
    font-size: 24px;
    margin: 0 0 10px; }
  .Sponsorship-criteria .The-starting:before {
    top: -55px;
    right: -20px;
    width: 148px;
    height: 111px; }
  .Application-section {
    margin: -40px 0 40px; }
  .Application-section .accordion-wrapper {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 0; }
  .Application-section .accordion-wrapper:nth-child(n+2) {
    margin-top: 25px; }
  .Application-section .accordion-wrapper .btn-wrapper button {
    font-size: 21px;
    line-height: 27px;
    padding: 16px 25px 14px; }
  .Application-section .accordion-wrapper .btn-wrapper button:before {
    background-size: 25px;
    width: 25px;
    height: 11px; }
  .Application-section .accordion-wrapper .collepsing-div {
    display: none;
    min-height: initial;
    padding: 22px 20px 12px; }
  .all-stars {
    padding: 30px 0; }
  .all-stars .container {
    padding: 0;
    display: table; }
  .all-stars .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0; }
  .all-stars .image {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    margin: 25px 0 0; }
  .all-stars .image img {
    max-width: 220px; }
  .Refer-child {
    padding: 40px 0; }
  .Members-customer .container {
    display: table; }
  /*** ESG Policy Page ***/
  .Policy-banner {
    height: 232px; }
  .Policy-banner img {
    /* max-width: 1481px; */
    /* text-align: right; */
    /* left: 40%; */ }
  .Policy-banner .overle .container {
    padding: 0; }
  .Policy-banner .overle h1 {
    font-size: 40px;
    line-height: 49px;
    max-width: 500px; }
  .Aboutus-section {
    padding: 40px 0; }
  .Aboutus-section .container {
    padding: 0; }
  .Aboutus-section h2, .ESG-commitment h2 {
    font-size: 26px; }
  .ESG-commitment, .great_place_section {
    padding: 0 0 60px; }
  .ESG-commitment h2 {
    padding: 0;
    margin: 0 0 8px; }
  .ESG-commitment p {
    padding: 0 0 15px; }
  .ESG-commitment .ESG-accordion {
    margin: 40px 0 0; }
  .ESG-commitment .ESG-accordion .accordion-wrapper {
    margin: 0 0 45px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button {
    font-size: 24px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button:before {
    right: 43px;
    background-size: 32px;
    width: 32px;
    height: 16px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span {
    margin: -7px 0 -10px;
    margin-right: 20px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span img {
    max-width: 100px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div {
    padding: 30px 20px 10px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div p {
    padding: 0 0 25px; }
  .gptwl_text {
    width: 100%;
    display: inline-block;
    float: initial; }
  .gptwl_section img {
    width: 100px;
    margin: 0 0 0; }
  .great_place_section .gptwl_section img {
    width: 100px;
    margin: 0 10px; }
  /**/
  .categories-section .categories-right .klaviyo-form.klaviyo-form.klaviyo-form {
    padding: 0 !important;
    min-width: 320px !important;
    width: 100% !important; }
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 {
    display: inline-block !important; }
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    width: 100% !important;
    min-width: 100% !important;
    display: inline-block !important;
    margin: 0 !important;
    position: initial !important;
    min-height: initial !important; }
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 + .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 {
    background-size: cover !important;
    background-position: 100% 100% !important;
    height: 600px !important; }
  .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
    padding: 5px 0 6px !important;
    max-width: 390px;
    margin: 0 auto; }
  .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(3) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
    padding: 5px 0 10px !important;
    max-width: 390px;
    margin: 0 auto; }
  /* Customer Blog */
  .customer_blog_webpage .customer-blog-banner .container .subtext {
    font-size: 20px; }
  .customer_blog_webpage .customer-blog-banner .container .title {
    font-size: 50px; }
  .customer_blog_webpage .customer-blog-banner .container .btn {
    font-size: 18px; }
  .customer_blog_webpage .customer-blog-banner .container .subtext::after {
    margin-top: 10px; }
  .customer_blog_webpage h2 {
    font-size: 38px; }
  .customer_blog_webpage h2 span {
    font-size: 26px; }
  .customer_blog_webpage p, .customer_blog_webpage .process-step .guidelines p.top-text, .customer_blog_webpage .looks-like p, .customer_blog_webpage .insights-today .box-section .box p, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel p, .customer_blog_webpage .process-step .guidelines .guidline-sidebar p {
    font-size: 16px; }
  .customer_blog_webpage .insights-today {
    padding: 0 0 60px; }
  .customer_blog_webpage .insights-today .box-section {
    gap: 20px; }
  .customer_blog_webpage .insights-today .box-section .box {
    padding: 38px 22px 40px 22px; }
  .customer_blog_webpage .insights-today .box-section .box .title {
    gap: 20px; }
  .customer_blog_webpage .insights-today .box-section .box .title .cb-icon {
    min-width: 77px;
    height: 77px; }
  .customer_blog_webpage .insights-today .box-section .box .title, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3, .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3, .customer_blog_webpage .evaluate-project .box-sec .project-box .title, .customer_blog_webpage .submission-help .grid-box .box .title {
    font-size: 18px;
    line-height: 24px; }
  .customer_blog_webpage .insights-today .box-section .box .title .icon {
    min-width: 65px;
    height: 65px; }
  .customer_blog_webpage .process-step {
    min-height: auto;
    background-size: auto 550px;
    background-position: bottom 630px center;
    padding-bottom: 80px; }
  .customer_blog_webpage .process-step h2 {
    margin: 0 0 30px; }
  .customer_blog_webpage .process-step .process-step-slider {
    width: calc(100% - 40px);
    padding: 20px 42px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-dots {
    width: 170px;
    left: -37px;
    top: -17px;
    height: 100px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .step-num-word {
    font-size: 18px;
    margin: 0 0 40px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    left: 6px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: 10px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .btn {
    margin: 20px 0 0; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-dots .owl-dot {
    left: 0;
    top: 3px;
    font-size: 16px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    flex-wrap: wrap; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left, .customer_blog_webpage .process-step .guidelines .guideline-content-section .right {
    width: 100%; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left p {
    text-align: center; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3 {
    margin: 0 0 16px;
    text-align: center; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    margin: 30px 0 0; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .content-text p {
    text-align: left; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left p {
    margin: 0 0 16px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots {
    width: 90px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel {
    padding: 0 63px 0 100px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: 10px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .box + .box {
    margin-top: 60px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .content-text, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider .content-text {
    padding: 40px 7px; }
  .customer_blog_webpage .process-step .guidelines .guidline-sidebar {
    padding: 42px; }
  .customer_blog_webpage .process-step .guidelines .guidline-sidebar .text-box + .text-box {
    margin-top: 18px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing h2 {
    margin: 0 0 20px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price {
    height: 65px;
    margin: 26px 0 0; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price span {
    font-size: 22px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3 {
    font-size: 18px;
    padding: 0 0 16px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .article-title {
    height: 50px;
    font-size: 22px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price {
    font-size: 35px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price span {
    font-size: 16px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion .btn {
    font-size: 15px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer::after {
    height: 220px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3 {
    margin: 0 0 25px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer {
    margin-top: 47px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section {
    margin-top: 21px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft {
    margin-top: 40px; }
  .customer_blog_webpage .evaluate-project h3 {
    font-size: 25px;
    margin: 0 0 70px; }
  .customer_blog_webpage .evaluate-project {
    margin-top: 78px; }
  .customer_blog_webpage .evaluate-project .box-sec {
    flex-wrap: wrap;
    gap: 60px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box {
    width: 100%;
    max-width: 540px;
    margin: auto;
    min-height: auto; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .cb-icon {
    width: 50px;
    top: -23px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title:after {
    bottom: -27px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/evaluate-project-border-mobile.png);
    background-size: calc(100% - 1px) 100%;
    background-repeat: no-repeat;
    text-align: right; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .cb-icon {
    left: calc(100% - 40px); }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .title {
    padding-left: 0;
    padding-right: 80px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .title:after {
    right: 74px;
    left: auto;
    bottom: -27px; }
  .customer_blog_webpage .submission-help .container {
    padding: 0 0; }
  .customer_blog_webpage .looks-like {
    padding: 60px 0 0; }
  .customer_blog_webpage .submission-help {
    padding: 54px 0 0; }
  .customer_blog_webpage .submission-help .grid-box {
    flex-wrap: wrap; }
  .customer_blog_webpage .submission-help .grid-box .box {
    width: 100%; }
  .customer_blog_webpage .submission-help .grid-box .box .title .cb-icon img {
    height: 70px; }
  .customer_blog_webpage .submission-help .grid-box .box .title {
    min-height: 38px;
    padding-left: 82px;
    margin: 35px 0 16px; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) {
    text-align: right;
    padding-left: 0; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .title {
    padding-left: 0;
    padding-right: 82px; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .title .cb-icon {
    left: auto;
    right: 0; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .title .cb-icon img {
    display: none; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .title .cb-icon .mobile-icon {
    display: block; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .btn-sec {
    left: auto;
    right: 0; }
  .customer_blog_webpage .process-step {
    padding-left: 0; } }

@media (max-width: 767px) {
  h1.page-heading {
    font-size: 25px; }
  p {
    padding: 0 0 18px; }
  /* Home Page */
  body {
    padding-top: 230px; }
  header {
    padding: 15px 0; }
  header .header-left .mobile-menu {
    width: 6%;
    padding: 65px 0 0; }
  header .header-left .Call-Us.mobile {
    margin: 10px 0 0 0; }
  header .header-left > a img {
    width: 180px;
    max-width: 180px; }
  header .header-left .Call-Us.mobile .call .content a {
    font-size: 20px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item {
    margin-left: 22px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a {
    font-size: 20px; }
  header .header-left .cart-box {
    width: 16%;
    padding: 55px 0; }
  header .header-right .header-bottom {
    padding: 15px 0 0; }
  .home-review-slider .Real-reviews {
    padding: 10px 0 5px; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle {
    width: 66px;
    bottom: 10px; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle a {
    font-size: 14px;
    line-height: 16px; }
  .home-review-slider .Real-reviews .container .yotpoSlider {
    padding: 0 25px; }
  .home-review-slider .Real-reviews .Reviews-heading {
    width: 205px;
    max-width: initial;
    float: left;
    text-align: center; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    padding: 0;
    margin: 0;
    float: initial;
    max-width: initial;
    width: auto; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title h1 {
    font-size: 22px;
    line-height: normal;
    text-align: center;
    margin: 0 0 15px;
    display: inline-block; }
  .home-review-slider .Real-reviews .Reviews-heading .certified-reviews {
    margin: 0 auto;
    max-width: 130px;
    display: table;
    float: initial; }
  .home-review-slider .Real-reviews section.yotpoSlider {
    width: calc(100% - 210px);
    margin: 0;
    padding: 0 25px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .box_bg .yotpoSlider__text {
    padding: 0 0 12px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-prev.slick-arrow {
    left: -35px;
    background-size: 30px;
    padding: 0;
    width: 25px;
    height: 31px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-next.slick-arrow {
    right: -25px;
    background-size: 30px;
    padding: 0;
    width: 25px;
    height: 31px; }
  .help-section ul li a {
    font-size: 20px; }
  .help-section ul li a img {
    width: 120px; }
  .Our-blog .row .col-sm-4 .box h2 {
    font-size: 18px; }
  footer .footer-top .box {
    width: 33.333%; }
  footer .footer-top .box.Contact-info {
    width: 100%;
    padding: 0;
    margin: 20px 0 0; }
  /* Breadcrumbs */
  .inner-breadcrumbs ul.breadcrumbs li.breadcrumb {
    width: 100%;
    margin: 0 0 5px;
    text-align: center; }
  .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:before {
    display: none; }
  .inner-breadcrumbs ul.breadcrumbs li.breadcrumb a.breadcrumb-label {
    font-size: 14px;
    margin: 0 auto;
    display: table;
    position: relative; }
  /* PDP Page */
  #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button {
    font-size: 15px !important; }
  #productStickyWrap .productSticky .pro_name_wrap .pro_name h2 {
    font-size: 14px;
    line-height: 1.3; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 20px !important; }
  #productStickyWrap .productSticky .pro_price_wrap {
    width: 600px;
    padding: 0;
    padding-left: 15px; }
  .productPage .page .productView .product-contain .mobile_product_title {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px; }
  .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image {
    padding: 10px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery .fancybox .productView-image .productView-image--default {
    max-height: 420px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-title {
    font-size: 22px;
    line-height: 28px;
    margin: 12px 0 10px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .productView-info {
    padding: 0 0 10px;
    margin: 0 0 15px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .rrp-price--withoutTax .price--rrp {
    font-size: 20px;
    margin-right: 12px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 20px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_shdec p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 15px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field {
    padding: 15px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label {
    font-size: 18px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox {
    width: 100%;
    margin: 0; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox:nth-child(4) {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    border-bottom: none; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap h3 {
    margin: 0 0 10px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p {
    padding: 0 0 12px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox .product_descwrap p strong {
    font-size: 17px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content .product_descbox ul {
    margin: 0 0 22px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content h2 {
    margin: 20px 0 12px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-default-button {
    padding: 8px 12px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section {
    width: 100%;
    float: initial;
    display: inline-block;
    padding: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .review-top-section {
    width: 100%;
    float: initial;
    display: inline-block;
    padding: 0 0 10px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .yotpo-review .sr-only {
    left: 0; }
  #productStickyWrap .productSticky .pro_price_wrap {
    width: 500px; }
  /* PLP Page */
  .categories-section .categories-right .page-heading {
    font-size: 25px; }
  .categories-section .categories-right .category_desc .ContentEditor p {
    padding: 0 0 18px; }
  .categories-section .categories-right .categories_list .row .large-2 {
    width: 25%; }
  .categories-section .categories-right ul.ss-item-container li.product {
    width: calc(33.33% - 8px);
    margin-right: 12px; }
  .categories-section .categories-right ul.ss-item-container li.product:nth-child(3n+0) {
    margin-right: 0; }
  .categories-section .categories-right ul.ss-item-container li.product:nth-child(n+4) {
    margin-top: 12px; }
  .categories-section .categories-right ul.ss-item-container li.product .card {
    padding: 12px; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-button-block .cartBtn a {
    font-size: 13px;
    padding: 7px 5px; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .card-title a {
    font-size: 13px;
    line-height: 18px; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp, .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax {
    font-size: 13px; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list {
    margin: 35px 0 0; }
  .categories-section .categories-right .ss-toolbar-top {
    width: 100%; }
  /* Search Page */
  .ss-page .categories-section .page-content .page-heading {
    /* font-size: 25px; */
    font-size: 22px; }
  .ss-page .categories-section .page-content .page-heading .ss__oq {
    font-size: 18px; }
  .ss-page .categories-section .page-content .category_desc .ContentEditor p {
    padding: 0 0 18px; }
  /*.ss-page .categories-section .page-content ul.ss-item-container li.product { width: calc(50% - 12px); }
    .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(3n+0) { margin-right: 18px; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(2n+0) { margin-right: 0; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(n+3) { margin-top: 20px; }*/
  .ss-page .categories-section .page-content .ss-toolbar-top {
    width: 100%; }
  .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list {
    margin: 35px 0 0; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product {
    width: calc(33.33% - 8px);
    margin-right: 12px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(n+4) {
    margin-top: 12px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product .card {
    padding: 12px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .card-title a {
    font-size: 13px;
    line-height: 18px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp {
    font-size: 13px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax {
    font-size: 13px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-button-block .cartBtn a {
    font-size: 13px;
    padding: 7px 5px; }
  /* Contact Us Page */
  .type-contact .categories-section .contact_us .call-top .row .col-sm-3 {
    width: 50%; }
  .type-contact .categories-section .contact_us .call-top .row .col-sm-3:nth-child(n+3) {
    margin-top: 20px; }
  .type-contact .categories-section .contact_us .call-top .row .col-sm-3:nth-child(odd) {
    clear: both; }
  .type-contact .categories-section .contact_us .form h2, .type-contact .categories-section .contact_us .services h2 {
    font-size: 25px; }
  .type-contact .categories-section .contact_us .form h2 {
    margin: 10px 0 20px; }
  .type-contact .categories-section .contact_us .services .row .col-sm-3 {
    width: 50%; }
  .contact_us.contactus-new .services .col-sm-3:nth-child(n+3) {
    margin-top: 30px; }
  /* About Us Page */
  .aboutus_page .about-banner {
    padding: 80px 0 55px;
    margin: 0 0 40px; }
  .aboutus_page .about-banner .logo {
    width: 220px; }
  .aboutus_page .about-banner .logo a img {
    max-width: 142px; }
  .aboutus_page .about-banner .content {
    width: calc(100% - 220px); }
  .aboutus_page .about-banner .content h2 {
    font-size: 46px; }
  .aboutus_page p {
    font-size: 21px;
    line-height: 30px;
    padding: 0 0 12px; }
  .aboutus_page .Best-banner {
    margin: 30px 0; }
  .aboutus_page .Best-banner .overle {
    bottom: 20px; }
  .aboutus_page .Best-banner .overle h2 {
    font-size: 42px; }
  .aboutus_page .Best-banner .overle h2 span.access {
    font-size: 42px; }
  .aboutus_page .Best-banner .overle h2 span.doors {
    font-size: 47px; }
  .aboutus_page .Best-banner .overle span img {
    max-width: 200px; }
  .aboutus_page .Why-are-we {
    padding: 0 0 35px; }
  .aboutus_page .Why-are-we h2 {
    font-size: 42px; }
  .aboutus_page .Why-are-we h2 .the-choice img {
    max-width: 90%; }
  .aboutus_page .Why-are-we h2 .for-access {
    font-size: 43px; }
  .aboutus_page .answer-simple h2 {
    font-size: 25px;
    margin: 0 0 8px; }
  .aboutus_page .answer-simple .content {
    padding: 15px 0 25px; }
  .aboutus_page .answer-simple .content h3 {
    font-size: 20px;
    line-height: 23px; }
  .aboutus_page .the-Advantage {
    padding: 50px 0 0; }
  .aboutus_page .the-Advantage h2 {
    font-size: 42px; }
  .aboutus_page .the-Advantage h2 span img {
    max-width: 90%; }
  .aboutus_page .the-Advantage .box + .box {
    margin-top: 45px; }
  .aboutus_page .the-Advantage .box .box-title .title {
    padding: 51px 0; }
  .aboutus_page .the-Advantage .box .box-title .title h3 {
    font-size: 21px; }
  .aboutus_page .the-Advantage .box .content {
    padding: 0 30px; }
  .aboutus_page .the-Advantage .box .content p {
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 18px; }
  .aboutus_page .the-Advantage .box .content h3 {
    font-size: 17px;
    margin: 0 0 20px; }
  .aboutus_page .the-Advantage .box .content .row .col-sm-3 {
    width: 50%;
    float: left; }
  .aboutus_page .the-Advantage .box .content .row .col-sm-3:nth-child(n+3) {
    margin-top: 25px; }
  .aboutus_page .the-Advantage .box .content .service-box .user-image {
    left: -40px; }
  .aboutus_page .the-Advantage .box .content .service-box .content h4 {
    font-size: 15px;
    padding: 8px 20px 4px 60px; }
  .aboutus_page .the-Advantage .box .content .service-box .content .content-bg {
    padding: 20px 20px 9px 80px;
    margin-top: -8px; }
  .aboutus_page .the-Advantage .box .content .service-box.right .content .content-bg {
    padding: 20px 80px 9px 20px; }
  .aboutus_page .the-Advantage .box .content .service-box.right .user-image {
    right: -40px; }
  .aboutus_page .the-Advantage .box .content .video-section iframe {
    width: 100%;
    height: 280px; }
  .aboutus_page .the-Advantage .box .content .Hear-from h2 {
    font-size: 25px;
    margin: 0 0 15px; }
  .aboutus_page .the-Advantage .Help-You {
    padding: 45px 0 80px; }
  .aboutus_page .the-Advantage .Help-You:before {
    height: 38px; }
  .aboutus_page .the-Advantage .Help-You .logo {
    padding: 0 0 25px; }
  .aboutus_page .the-Advantage .Help-You h2 {
    font-size: 50px; }
  .aboutus_page .the-Advantage .Help-You h2 span img {
    max-width: 320px; }
  .aboutus_page .about-banner .content h2 span img {
    max-width: 300px; }
  /* About Us Page Pop Up */
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue {
    max-height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 20px; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .popup_close {
    top: 5px;
    right: 5px; }
  .Popup-section .popup_main .popup_body .popup_contain h2 {
    padding: 10px 20px 6px; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section {
    padding: 30px 0 0; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section h2 {
    font-size: 20px;
    margin: 0 0 12px; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section .image-Success {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  /* Shop By Category Page */
  .categories-section .categories-right .ContentEditor .row {
    margin-left: -10px;
    margin-right: -10px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4:nth-child(n+3) {
    margin-top: 20px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .image {
    margin: 0 0 15px;
    min-height: 215px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .title {
    font-size: 20px;
    padding: 0 0 10px; }
  /* What's New Page */
  .Trending-now .productCarousel .card .card-body .card-button-block .Add-cart {
    font-size: 15px;
    padding: 17px 9px; }
  .Trending-now .productCarousel .card .card-body .card-text .price-section--withoutTax {
    margin-right: 4px; }
  .Trending-now .productCarousel .slick-arrow.slick-prev {
    bottom: 0;
    left: 45%; }
  .Trending-now .productCarousel .slick-arrow.slick-next {
    bottom: 0;
    left: 54%; }
  /* Finance credit promotion Page */
  .finance-credit-promotion .banner .overlay-text {
    font-size: 36px;
    line-height: 34px;
    border-left: 12px solid #ffd200;
    margin-left: -6px;
    padding-left: 20px; }
  .byusing-finance-credit-content {
    margin-top: 30px;
    width: calc(100% + 6px);
    border-left: 12px solid #ffd200;
    padding-left: 20px;
    margin-left: -6px; }
  .categories-section .byusing-finance-credit-content .title p {
    margin-bottom: 10px; }
  .best-finance-credit-bottom-banner .overlay-text {
    font-size: 16px;
    max-width: 255px;
    padding-left: 20px; }
  .select-approve-finance .apply-now-btn {
    font-size: 20px;
    padding: 9px 35px; }
  .select-approve-finance {
    padding-left: 30px;
    margin: 0 0 30px; }
  /* Blog Page */
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-figure {
    max-width: 100%; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body {
    width: 100%; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox {
    margin: 15px 0 10px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-title {
    font-size: 20px;
    margin: 0 0 3px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-date {
    padding: 0 0 8px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post {
    font-size: 15px;
    line-height: 20px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row {
    margin: 0 0 0; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .readmore_btn1 {
    width: 100%;
    display: inline-block;
    padding: 5px 0 8px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags {
    float: left; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags {
    float: left !important;
    text-align: left; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-post .row .blog-tags .tags .tag a {
    padding: 8px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-1 {
    width: 100%;
    float: initial;
    padding: 0 0 12px; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 {
    float: initial;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 0; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body.fullwidth .blog-post .row .large-11 .tags {
    float: left !important;
    text-align: left; }
  .categories-section.blog_wrap .blog_post_section .pagination .pagination-list {
    margin: 25px 0 0; }
  .categories-section.blog_wrap .blog_post_section h3.page-heading {
    font-size: 22px; }
  /* Blog Details Page */
  .inner-breadcrumbs ul.breadcrumbs {
    padding: 0 0 10px 0; }
  .type-blog_post .blog_wrap .page-content .mobile-search {
    display: block !important;
    height: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: initial !important; }
  .type-blog_post .blog_wrap .page-content .mobile-search .form-search {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 0 15px; }
  .type-blog_post .blog_wrap .page-content .mobile-search .form-search form button {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0;
    background: #3c3c3c;
    border-radius: 0;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center; }
  .type-blog_post .blog_wrap .page-content .mobile-search .form-search form button img {
    max-width: 20px; }
  .type-blog_post .blog_wrap .page-content .mobile-search .form-search form input::-moz-placeholder {
    font-size: 14px;
    line-height: normal;
    color: #3d3d3d;
    opacity: 10; }
  .type-blog_post .blog_wrap .page-content .mobile-search .form-search form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: normal;
    color: #3d3d3d; }
  .type-blog_post .blog_wrap .page-content .mobile-search .form-search form input {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #3d3d3d;
    text-transform: uppercase;
    border: 2px solid #3c3c3c;
    border-radius: 8px;
    width: 100%;
    height: 44px;
    display: inline-block;
    padding: 15px 8px;
    padding-right: 50px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-title {
    font-size: 19px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-date {
    padding: 0 0 10px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p {
    padding: 0 0 15px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p span {
    /* font-size: 23px!important; */ }
  .type-blog_post .blog_wrap .blog_share h2 {
    font-size: 37px;
    padding: 9px 10px 2px;
    margin: 0 0 15px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .form-search {
    display: none; }
  .type-blog_post .blog_wrap .new_blog_sidebar .blog_share {
    display: none; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post h2 {
    font-size: 20px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box {
    width: calc(50% - 10px);
    float: left;
    padding-bottom: 20px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box:nth-child(odd) {
    float: right; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box:nth-child(n+2) {
    margin-top: 0; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box:nth-child(even) {
    clear: both; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post {
    padding: 0 0 20px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .right__btn {
    padding: 0 0 40px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post iframe {
    width: 100%;
    height: auto;
    max-width: 560px; }
  /* Cart Page */
  .type-cart .categories-section .cart_total_wrap {
    margin: 25px 0 0; }
  .type-cart .categories-section .cart_total_wrap .cart_summary_title {
    font-size: 20px; }
  .type-cart .categories-section .cart_content_wrap .page-heading {
    margin: 0 0 20px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-header {
    display: none; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item {
    padding: 20px 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-figure {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 15px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-title {
    width: 100%;
    padding: 0;
    display: inline-block;
    margin: 0 0 10px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info {
    width: 33.333%; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-item-label {
    display: block;
    font-family: Oswald;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    color: #201c1d;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    text-align: left; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-item-label {
    font-size: 16px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity {
    width: 33.333%; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options {
    margin: 20px 0 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-block.cart-item-title {
    height: auto; }
  /* Login Page */
  .login .page-heading {
    font-size: 25px; }
  /* Forgot Password Page */
  .type-forgotpassword .categories-section h2.page-heading {
    font-size: 25px; }
  .type-forgotpassword .categories-section form input {
    width: 33%; }
  /* Account Settings Page */
  .categories-section.myaccount_wrap .categories-right form .form-fieldset {
    padding: 10px 0 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product {
    width: calc(50% - 12px); }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product:nth-child(even) {
    margin-right: 0 !important; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product:nth-child(3n+0) {
    margin-right: 18px; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product:nth-child(n+3) {
    margin-top: 20px; }
  /* Drop Ship Program */
  .drop-ship-program .Header__top {
    padding: 35px 0 25px; }
  .drop-ship-program .Header__top .logo a img {
    max-width: 150px; }
  .drop-ship-program .Header__top .content {
    margin: 17px 0 0;
    margin-left: 25px;
    padding-left: 25px; }
  .drop-ship-program .Header__top .content:before {
    height: 75px; }
  .drop-ship-program .Header__top .content h2 {
    font-size: 40px; }
  .drop-ship-program .Ship-program h1 {
    font-size: 28px;
    margin: 0 0 20px; }
  .drop-ship-program .Ship-program .content p {
    font-size: 18px;
    padding: 0 0 15px; }
  .drop-ship-program .Ship-program .content h3 {
    font-size: 19px; }
  .drop-ship-program .Ship-program form p {
    font-size: 18px;
    padding: 0 0 12px; }
  .drop-ship-program .Ship-program {
    padding-bottom: 25px; }
  .drop-ship-program .shipping-explained .image-section {
    border-top: 20px solid #141514; }
  .drop-ship-program .shipping-explained .Title {
    height: 80px;
    margin: 0 0 20px; }
  .drop-ship-program .shipping-explained .Title h2 {
    font-size: 28px;
    padding: 26px 0 0; }
  .drop-ship-program .shipping-explained .content p {
    font-size: 18px;
    padding: 0 0 20px; }
  .drop-ship-program .shipping-explained .content h3.Benefits-you {
    font-size: 28px;
    width: 260px;
    height: 64px;
    padding: 18px;
    margin: 0 0 15px; }
  .drop-ship-program .shipping-explained .content ul li {
    font-size: 18px; }
  .drop-ship-program .shipping-explained .content .Even-better-section .Even-better {
    font-size: 28px;
    width: 323px;
    height: 64px;
    padding: 18px;
    margin: 0 0 15px; }
  .drop-ship-program .shipping-explained .content .Even-better-section span {
    font-size: 18px;
    padding: 0 0 8px; }
  .drop-ship-program .shipping-explained .content .Even-better-section ul {
    margin: 0 0 40px; }
  .drop-ship-program .We-also-section {
    padding: 0 0 40px; }
  .drop-ship-program .We-also-section .image-section {
    border-top: 20px solid #141514; }
  .drop-ship-program .We-also-section .Title {
    height: initial;
    margin: 0 0 20px; }
  .drop-ship-program .We-also-section .Title h2 {
    font-size: 28px;
    line-height: normal;
    padding: 15px 0; }
  .drop-ship-program .We-also-section .content p {
    font-size: 18px;
    padding: 0 0 15px; }
  .drop-ship-program .We-also-section .content .program-guidelines-img {
    margin: 40px 0; }
  .drop-ship-program .We-also-section .content .How-works {
    font-size: 28px;
    width: 236px;
    height: 64px;
    padding: 18px;
    margin: 0 0 15px; }
  .drop-ship-program .We-also-section .content ul li {
    font-size: 18px;
    margin: 0 0 15px; }
  .drop-ship-program .shipping-order .Title {
    height: 80px;
    margin: 0 0 20px; }
  .drop-ship-program .shipping-order .Title h2 {
    font-size: 28px;
    padding: 12px 0; }
  .drop-ship-program .shipping-order .content p {
    font-size: 18px;
    padding: 0 0 12px; }
  .drop-ship-program .shipping-order .content .product-descriptions-bg {
    font-size: 28px;
    width: 479px;
    height: 60px;
    padding: 16px;
    margin: 12px 0; }
  .drop-ship-program .shipping-order .program-today {
    padding: 10px 0; }
  .drop-ship-program .shipping-order .program-today h2 {
    font-size: 30px;
    margin: 0 0 20px; }
  .drop-ship-program .shipping-order .program-today img.ship-program-today-icon {
    max-width: 150px;
    margin: 0 0 20px; }
  /***/
  .type-warehouses.page-content p iframe {
    height: 250px; }
  .login-rowproduct .panel-body .Trending-now .productCarousel .card {
    border: 0;
    width: 100%; }
  .canadabox {
    padding: 10px 5px 0; }
  .canadabox img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 75px; }
  .canadabox .canadaoffer {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px; }
  .canadabox .canadaoffer span {
    margin-bottom: 15px; }
  .canadabox .canadaoffer a {
    margin: 0 5px 10px;
    display: inline-block; }
  .product-size-tag a {
    padding: 7px 10px 6px;
    font-size: 12px;
    margin: 0 2px 6px 0; }
  .product-size-tag {
    margin: 0 0 15px; }
  footer .footer-bottom .footer-payment-icons img {
    margin: 0 0 0 10px;
    max-height: 31px;
    width: auto !important; }
  .home-review-slider .Real-reviews .Reviews-heading {
    width: 455px;
    margin: 0 auto;
    display: table;
    float: initial; }
  .home-review-slider .Real-reviews section.yotpoSlider {
    width: 100%;
    padding: 0 10px; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    padding: 36px 0; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title h1 {
    text-align: left;
    margin: 0; }
  .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
    display: none; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a svg {
    width: 18px;
    height: 18px; }
  .new_homecat_section.all_homcategory_list.Real-reviews .Real-product .row .col-sm-3 {
    width: 33.3333%; }
  .new_homecat_section.all_homcategory_list.Real-reviews .Real-product .row .col-sm-3:nth-child(n+4) {
    margin-top: 10px; }
  .help-section ul li a svg {
    width: 120px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content p.video_desc iframe {
    width: 100%;
    height: auto; }
  body.geo_ca_redirect_popup {
    padding-top: 282px; }
  body.geo_ca_redirect_popup header {
    top: 52px; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_popup_container_padding {
    padding: 10px 0 !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container {
    width: auto !important;
    padding: 7px 0 !important;
    padding-right: 10px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container span.gt_redirectpopup_1645620295358_text {
    font-size: 18px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container a.gt_redirectpopup_1645620295358_button {
    padding: 10px 12px !important;
    font-size: 12px !important;
    margin-right: 10px !important; }
  .home_abtest .servicesbox .box {
    margin: 10px 0; }
  .home_abtest .servicesbox {
    margin: 20px auto 0; }
  .home_abtest .abtest-banner .imgbox .overlay-text h2 {
    font-size: 30px; }
  .home_abtest .abtest-banner .imgbox .overlay-text p {
    font-size: 14px;
    margin: 5px 0 15px; }
  .home_abtest .abtest-banner .imgbox .overlay-text {
    top: 20px;
    max-width: 390px;
    padding: 15px 23px; }
  .home_abtest .abtest-banner .imgbox .overlay-text .banner-btn {
    font-size: 12px;
    line-height: normal;
    padding: 7px 20px; }
  .home_abtest .category-section .box {
    width: 100%; }
  .home_abtest .category-section {
    margin: 50px auto 0;
    display: table;
    max-width: 320px; }
  .home_abtest .category-section .box {
    margin: 0 0 40px; }
  .home_abtest .category-section .cat-row.col-4 .box {
    width: 100%; }
  .home_abtest .category-section .view_all_btn a {
    padding: 10px 50px;
    font-size: 14px; }
  .home_abtest .abtest-banner .imgbox .go1152403042 {
    max-width: 390px;
    padding: 28px 23px;
    margin: 15px 0 30px; }
  .home_abtest .abtest-banner .imgbox .go403273743 p {
    font-size: 30px; }
  .home_abtest .abtest-banner .imgbox .go403273743 {
    display: block;
    min-height: inherit; }
  .home_abtest .abtest-banner .imgbox .go3130182400 p {
    font-size: 14px;
    margin: 5px 0 15px; }
  .home_abtest .abtest-banner .imgbox .go2241011273 p {
    font-size: 12px; }
  .new_tax_exempt .categories-section .categories-right .page-heading {
    font-size: 28px; }
  .exemption-details .exemption-content h4 {
    font-size: 18px;
    margin: 15px 0 10px; }
  .exemption-details .exemption-content .row .col-6 {
    width: 100%; }
  .exemption-details .exemption-content .row .col-6.list {
    width: 100%;
    margin: 0 0 25px; }
  .exemption-details .how-to-submit h4 {
    font-size: 18px;
    margin: 60px 0 10px; }
  .exemption-details .how-to-submit .step h2 {
    font-size: 22px;
    margin: 10px 0 10px; }
  .exemption-details .how-to-submit .step .note, .exemption-details .how-to-submit p {
    line-height: normal; }
  .exemption-details .how-to-submit .step .note {
    padding: 10px 15px;
    margin: 10px 0 20px; }
  .exemption-details .how-to-submit .step a.btn {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-right: 18px; }
  .how-to-submit .step a.btn:after {
    right: -14px;
    height: 23.999px;
    width: 26.1px;
    top: 6px; }
  .exemption-details .submit-detail-grid .grid-row .col {
    width: 100%;
    margin: 0 0 20px; }
  .exemption-details .submit-detail-grid .grid-row .col h3 {
    margin: 0 0 10px;
    min-height: auto;
    text-align: left; }
  .exemption-details .submit-detail-grid {
    margin: 30px 0 0px;
    padding: 30px 0 0px; }
  .request-quate-form .tagline {
    font-size: 15px; }
  .request-quate-form form {
    margin: 15px 0 0; }
  .request-quate-form form .box {
    margin: 25px 0 0; }
  .request-quate-form form .box .form-row .col.col-6, .request-quate-form form .box .form-row .col.col-7, .request-quate-form form .box .form-row .col.col-5, .request-quate-form form .box.product-info .form-row .col.col-5, .request-quate-form form .box.product-info .form-row .col.col-2 {
    width: 100%; }
  .request-quote .form-title {
    font-size: 32px;
    margin: 20px 0 10px; }
  .request-quote p {
    font-size: 16px;
    padding: 0 0 10px; }
  .request-quote .box h4 {
    font-size: 18px;
    margin: 20px 0 15px; }
  .request-quote .box h4:after {
    margin: 5px 0 0; }
  .request-quote .box .form-row {
    margin: 0; }
  .request-quote .box .form-row .col-6 label {
    font-size: 16px; }
  .request-quote .box .form-row .col-6 input {
    padding: 9px 15px;
    font-size: 16px; }
  .request-quote .box .form-row .col-6 {
    margin: 0 0 13px; }
  .request-quote .box .form-row .col-6, .request-quote .box .form-row .col-6.quantity, .request-quote .box .form-row .col-6.size {
    width: 100%;
    padding: 0; }
  .request-quote .submit-btn .btn {
    max-width: 354px;
    margin: 35px auto 30px; }
  .request-quote .captcha p {
    padding: 10px 0 8px;
    font-size: 14px; }
  header .header-left .cart-box {
    padding: 0; }
  header .call_cart_wrap {
    width: 220px; }
  header .header-left .mobile-menu {
    padding: 0; }
  .home-page .servicesbox .box {
    margin: 10px 0; }
  .home-page .servicesbox {
    margin: 20px auto 0; }
  .home-page .abtest-banner .imgbox .overlay-text h2 {
    font-size: 30px; }
  .home-page .abtest-banner .imgbox .overlay-text p {
    font-size: 14px;
    margin: 5px 0 15px; }
  .home-page .abtest-banner .imgbox .overlay-text {
    top: 20px;
    max-width: 390px;
    padding: 15px 23px; }
  .home-page .abtest-banner .imgbox .overlay-text .banner-btn {
    font-size: 12px;
    line-height: normal;
    padding: 7px 20px; }
  .home-page .category-section .box {
    width: 100%; }
  .home-page .category-section {
    margin: 50px auto 0;
    display: table;
    max-width: 320px; }
  .home-page .category-section .box {
    margin: 0 0 40px; }
  .home-page .category-section .cat-row.col-4 .box {
    width: 100%; }
  .home-page .category-section .view_all_btn a {
    padding: 10px 50px;
    font-size: 14px; }
  .home-page .abtest-banner .imgbox .go1152403042 {
    max-width: 390px;
    padding: 28px 23px;
    margin: 15px 0 30px; }
  .home-page .abtest-banner .imgbox .go403273743 p {
    font-size: 30px; }
  .home-page .abtest-banner .imgbox .go403273743 {
    display: block;
    min-height: inherit; }
  .home-page .abtest-banner .imgbox .go3130182400 p {
    font-size: 14px;
    margin: 5px 0 15px; }
  .home-page .abtest-banner .imgbox .go2241011273 p {
    font-size: 12px; }
  .blackfri_nov22 .From .form-title {
    font-size: 18px; }
  .blackfri_nov22 .From .form-title img {
    height: 20px; }
  .blackfri_nov22 .From .form-prefixPostfix {
    gap: 10px 10px;
    flex-direction: column; }
  .blackfri_nov22 .From .box input, .blackfri_nov22 .From .box input::placeholder {
    height: 40px;
    font-size: 15px;
    padding: 10px 15px; }
  .blackfri_nov22 .From .box .btn-send {
    height: 40px;
    font-size: 16px !important;
    padding: 12px 19px;
    width: 100%;
    max-width: 200px;
    margin: auto;
    float: none;
    display: table; }
  .blackfri_nov22 .From .box:last-child {
    padding-left: 0;
    width: 100%; }
  .Newsletter .From .box {
    width: 100%; }
  .faq-section {
    padding: 20px 0; }
  .faq-section .title {
    font-size: 20px; }
  .faq-section .faq-accordian-title {
    font-size: 14px; }
  .faq-section .faq-accordian-content {
    padding: 15px; }
  .faq-section .faq-accordian-content p {
    font-size: 14px; }
  .faq-section .box:not(:last-child) {
    padding: 0 0 5px;
    margin: 0 0 35px; }
  /* Deals page */
  .bfri_deals_page .deal-product {
    grid-template-columns: repeat(1, 1fr); }
  .bfri_deals_page .deal-section .off p {
    font-size: 19px; }
  .bfri_deals_page .deal-product .box .product-title-img .p-img {
    left: auto;
    right: -12px; }
  .bfri_deals_page .deal-product .box .product-title-img {
    padding: 25px 0 15px 20px;
    min-height: auto; }
  .bfri_deals_page .deal-product .box .content ul li {
    font-size: 14px; }
  /* Black Friday Banner */
  .home-page .black_fri_banner .servicesbox {
    margin: 20px auto 0; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner {
    max-width: 360px;
    top: 50%;
    margin-top: 0px; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner .shop-now-btn {
    max-width: 150px;
    right: 20px;
    bottom: 15px; }
  /* Ebook */
  .ebook .book-grid {
    gap: 0 20px;
    margin: 50px 0 0; }
  .ebook h2 {
    font-size: 21px;
    font-family: Poppins;
    text-align: center;
    text-transform: none; }
  .ebook .book-form h2 {
    display: none; }
  .ebook form.download-e-book h2 {
    display: block;
    font-family: Poppins; }
  .ebook .book-img .img {
    margin: 0; }
  .ebook .book-form ul li, .ebook .learn-more .title, .ebook .learn-more p {
    font-size: 14px; }
  .ebook .book-form .content {
    padding-left: 20px;
    border-left: 3px solid #000; }
  .ebook form.download-e-book h2 {
    font-size: 20px;
    top: 0; }
  .ebook2 .book-grid {
    grid-template-columns: repeat(1, 1fr); }
  .ebook2 .book-grid h2 {
    font-size: 19px;
    line-height: 27px;
    text-align: center; }
  .ebook2 .book-img .img {
    max-width: 75%;
    margin: auto; }
  .ebook2 .learn-more {
    margin: 40px 0 0; }
  .ebook2 form.download-e-book {
    width: 90%;
    margin: 20px auto 0; }
  .ebook2 .book-form h2 {
    margin: 0 0 20px; }
  .ebook .book-form iframe, .ebook form.download-e-book iframe {
    width: 100%;
    height: 408px; }
  .ebook form.download-e-book.mobile-show {
    display: block; }
  .ebook .book-form .content form.download-e-book.mobile-hide {
    display: none; }
  .ebook2 .book-grid h2 {
    margin-top: 0; }
  /* Showcase Page */
  .showcase_page .showcase_banner {
    margin: 0 0 15px; }
  .showcase_page p {
    padding: 0 0 10px; }
  .showcase_page .showcase-product {
    padding: 20px 0 40px; }
  .showcase_page .showcase-product .box {
    width: calc(50% - 13px);
    margin-right: 26px !important; }
  .showcase_page .showcase-product .box:nth-child(even) {
    margin-right: 0 !important; }
  .showcase_page .showcase-product .box:nth-child(n+3) {
    margin-top: 35px; }
  .showcase_page .showcase-product .box .box_content .content p {
    min-height: 41px; }
  .showcase_page .showcase-product .box .box_content .content:before {
    height: 68px; }
  .showcase_page .showcase-product .box .box_content:before {
    height: 59px; }
  .showcase_page .showcase-product .box .box_btn {
    margin: 0 auto;
    width: auto;
    display: table; }
  .Find_us_in .box a img {
    width: auto;
    height: 132px; }
  .Find_us_in {
    padding: 0 0 30px; }
  .showcase_page a.Request_btn {
    padding: 10px 0 20px; }
  .showcase_page a.Request_btn img {
    max-width: 220px; }
  .Trusted_industry {
    padding: 20px 0; }
  .Trusted_industry .content {
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0 0 0; }
  .Trusted_industry .image {
    width: 100%;
    float: initial;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0; }
  .showcase_page .showcase-product .box:nth-child(3n+1) {
    clear: none; }
  .showcase_page .showcase-product .box:nth-child(2n+1) {
    clear: left; }
  /* About Us 27-6-2023 */
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .active {
    transform: initial !important; }
  .Aboutus_new_wrap .Aboutus_content .Products .Products_slider .owl-carousel .owl-item {
    padding: 0; }
  .Aboutus_new_wrap .Instagram_section .Instagram_icon {
    top: 20px; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .active + .active {
    transform: initial; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-item {
    padding: 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .item {
    padding: 15px 0 0; }
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel, .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-stage-outer {
    width: 550px;
    margin: 0 auto; }
  /*****/
  .Drywall-cookie {
    padding: 24px 0 8px; }
  /* UCG Page */
  .ugc-main-section .banner .over-content {
    left: 28px;
    z-index: 1; }
  .ugc-main-section .banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4; }
  .ugc-main-section .banner > img {
    object-position: 70%;
    height: 300px;
    object-fit: cover; }
  .ugc-main-section h2 {
    font-size: 33px; }
  .ugc-main-section .ugc-content-with-sidebar .content-col h2 .icon {
    width: 40px; }
  .ugc-main-section p {
    font-size: 15px; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box h2 {
    font-size: 30px; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box {
    padding: 40px 30px 12px; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .blue-box-text {
    padding: 30px; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box .box + .box {
    margin: 10px 0 0; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box .box p {
    padding: 0 0 26px; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box .box p + p::before {
    top: -14px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider button.owl-next {
    right: 0; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider button.owl-prev {
    left: 0; }
  .ugc-main-section .simple-submissions-section {
    margin: 55px 0 10px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider {
    padding: 0 20px; }
  .ugc-main-section .simple-submissions-section h2 {
    margin: 0 0 10px; }
  .ugc-main-section .simple-submissions-section .simple-submissions-slider .active + .active {
    transform: none;
    z-index: 11;
    margin: 0; }
  .ugc-main-section .btn:after {
    top: 9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #000; }
  .ugc-main-section .ugc-content-with-sidebar .content-col p .step-btn .btn {
    font-size: 13px;
    padding: 8px 30px 8px 12px; }
  .ugc-main-section .ugc-content-with-sidebar .content-col p .step-btn .btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #000;
    top: 9px; }
  /* Black Friday Page */
  .blck-friday-main-section .banner {
    height: 220px; }
  .blck-friday-main-section .banner .banner-box {
    max-width: 430px; }
  .blck-friday-main-section .banner .text {
    width: calc(100% - 56px);
    font-size: 20px; }
  .blck-friday-main-section .banner-bottom-off-text h2 {
    font-size: 32px; }
  .blck-friday-main-section .banner-bottom-off-text p {
    font-size: 20px; }
  .blck-friday-main-section .banner-bottom-off-text {
    max-width: 440px;
    margin: 30px auto 40px; }
  .blck-friday-main-section .best-selling-product h2 {
    font-size: 26px;
    margin: 0 0 60px; }
  .blck-friday-main-section .best-selling-product .bf-product-list {
    flex-direction: column; }
  .blck-friday-main-section .best-selling-product .bf-product-list .box {
    flex-basis: 100%;
    max-width: 100%; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title {
    font-size: 16px;
    line-height: 1.2; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 22px;
    margin: 0 0 14px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product {
    top: -30px; }
  .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 23px;
    margin: 0 0 14px; }
  .blck-friday-main-section .best-selling-product.below-with-details h2 span {
    display: block; }
  .blck-friday-main-section .did-you-know h2 {
    font-size: 30px; }
  .blck-friday-main-section .did-you-know p {
    font-size: 16px; }
  .blck-friday-main-section .did-you-know .text-block img {
    max-width: 260px; }
  .blck-friday-main-section .did-you-know {
    margin: 80px 0 10px; }
  .blck-friday-main-section .best-selling-product.below-with-details, .blck-friday-main-section .best-selling-product.pack5 {
    margin-top: 70px; }
  /* Home New Showcase Banner */
  .showcase-home-banner .imgbox img {
    height: 262px; }
  .showcase-home-banner .imgbox .banner-over-text h2 {
    font-size: 30px; }
  .showcase-home-banner .imgbox .banner-over-text .title {
    font-size: 25px;
    max-width: 530px; }
  .showcase-home-banner .imgbox .banner-over-text p {
    font-size: 14px;
    margin: 10px 0 0; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn {
    font-size: 16px; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn:after {
    top: 11px; }
  /*** Sponsorship Program Page ***/
  .sponsorship-banner .Future-champions p {
    font-size: 22px; }
  .Winning-team {
    padding: 30px 0; }
  .Winning-team h2 {
    font-size: 28px;
    margin: 0 0 10px; }
  .Winning-team p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 20px; }
  .Refer-child a, .Winning-team a.Refer-btn {
    font-size: 19px;
    margin: 20px auto 0;
    padding: 8px 45px; }
  .Members-customer {
    padding: 10px 0 30px; }
  .Members-customer .box h2 {
    font-size: 23px;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 3px; }
  .Members-customer .box:last-child {
    margin: 15px 0 0; }
  .Sponsorship-criteria .container {
    padding: 40px 0 70px; }
  .Sponsorship-criteria .The-starting {
    padding: 25px 20px; }
  .Sponsorship-criteria .The-starting:before {
    display: none; }
  .Sponsorship-criteria .The-starting h2 {
    font-size: 25px;
    margin: 0 0 15px; }
  .Sponsorship-criteria .The-starting .box h2 {
    font-size: 23px; }
  .Sponsorship-criteria .The-starting .box h3 {
    font-size: 22px;
    margin: 0 0 8px; }
  .Sponsorship-criteria .The-starting .box p, .Sponsorship-criteria .The-starting .box ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 5px; }
  .Sponsorship-criteria .The-starting .box + .box {
    margin-top: 15px; }
  .Sponsorship-criteria .The-starting .box ul li {
    padding: 0 0 0 18px;
    margin: 0 0 7px; }
  .Application-section {
    margin: -40px 0 30px; }
  .Application-section .accordion-wrapper .btn-wrapper button {
    font-size: 20px;
    line-height: 25px;
    padding: 15px 22px 12px; }
  .all-stars {
    padding: 25px 0; }
  .all-stars .content p {
    font-size: 16px;
    line-height: 24px; }
  .all-stars .image {
    margin: 20px 0 0; }
  .all-stars .image img {
    max-width: 180px; }
  .Refer-child {
    padding: 30px 0; }
  /*** ESG Policy Page ***/
  .Policy-banner img {
    /* max-width: 1481px; */
    /* text-align: right; */
    /* left: 20%; */ }
  .Policy-banner .overle h1 {
    font-size: 33px;
    line-height: 42px;
    max-width: 400px; }
  .Aboutus-section {
    padding: 30px 0; }
  .Aboutus-section h2, .ESG-commitment h2 {
    font-size: 25px; }
  .Aboutus-section h2, .ESG-commitment h2 {
    margin: 0 0 5px; }
  .Aboutus-section p, .ESG-commitment p {
    font-size: 16px;
    line-height: 24px; }
  .ESG-commitment, .great_place_section {
    padding: 0 0 50px; }
  .ESG-commitment .ESG-accordion {
    margin: 30px 0 0; }
  .ESG-commitment .ESG-accordion .accordion-wrapper {
    margin: 0 0 40px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper {
    padding: 0 25px 0 15px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button {
    font-size: 22px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button:before {
    right: 25px;
    background-size: 28px;
    width: 28px;
    height: 14px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span {
    margin: -7px 0 -10px;
    margin-right: 15px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span img {
    max-width: 80px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div {
    padding: 25px 20px 10px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div .box {
    padding: 0 0 0 15px; }
  /**/
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 + .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 {
    height: 500px !important; }
  .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"], .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(3) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
    max-width: 300px; }
  /* Sitemap 11-1-24 */
  body.type-sitemap .categories-section > ul {
    grid-template-columns: repeat(1, 1fr); }
  body.type-sitemap .categories-section > ul ul li {
    margin: 10px 0; }
  body.type-sitemap .categories-section ul li a {
    font-size: 14px; }
  /* Customer Blog */
  .customer_blog_webpage .customer-blog-banner img {
    min-height: 228px;
    object-fit: cover;
    object-position: 60%; }
  .customer_blog_webpage .customer-blog-banner .container .title {
    font-size: 31.85px;
    max-width: 220px;
    margin: 6px 0;
    line-height: 1; }
  .customer_blog_webpage .customer-blog-banner .container .subtext {
    font-size: 13px;
    max-width: 180px;
    line-height: 1; }
  .customer_blog_webpage .customer-blog-banner .container .subtext::after {
    width: 43px;
    height: 2px;
    margin: 6px 0 0; }
  .customer_blog_webpage .customer-blog-banner .container .btn {
    font-size: 12px;
    height: 28px;
    min-width: 145px;
    padding: 0 10px; }
  .customer_blog_webpage h2 {
    font-size: 32px; }
  .customer_blog_webpage h2 span {
    font-size: 20px; }
  .customer_blog_webpage .comercial-cunstruction-text {
    padding: 35px 0 40px; }
  .customer_blog_webpage .insights-today .box-section {
    flex-wrap: wrap;
    margin-top: 0; }
  .customer_blog_webpage .insights-today .box-section .box {
    width: 100%; }
  .customer_blog_webpage .insights-today .box-section .box .title .icon {
    min-width: 45px;
    width: 45px;
    height: 45px; }
  .customer_blog_webpage .insights-today .box-section .box .title {
    font-size: 15px;
    padding-bottom: 0; }
  .customer_blog_webpage .insights-today .box-section .box .title .cb-icon {
    min-width: 60px;
    height: 60px;
    width: 60px; }
  .customer_blog_webpage .insights-today .box-section .box {
    padding: 30px 20px 30px 30px; }
  .customer_blog_webpage .insights-today .box-section .box .title {
    margin: 0 0 20px; }
  .customer_blog_webpage .process-step .guidelines h2 {
    margin: 0 0 15px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    margin: 20px 0 0; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .step-num-word {
    font-size: 15px;
    margin: 0 0 26px; }
  .customer_blog_webpage .process-step .guidelines {
    margin-top: 48px; }
  .customer_blog_webpage .insights-today .box-section .box .title, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3, .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3, .customer_blog_webpage .evaluate-project .box-sec .project-box .title, .customer_blog_webpage .submission-help .grid-box .box .title {
    font-size: 15px; }
  .customer_blog_webpage p, .customer_blog_webpage .process-step .guidelines p.top-text, .customer_blog_webpage .looks-like p, .customer_blog_webpage .insights-today .box-section .box p, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel p, .customer_blog_webpage .process-step .guidelines .guidline-sidebar p {
    font-size: 15px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    gap: 30px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3 {
    margin: 0 0 10px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel {
    padding: 0 55px 0 72px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots {
    width: 80px; }
  .customer_blog_webpage .process-step .owl-theme .owl-nav [class*='owl-'] {
    height: 30px;
    width: 30px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .box + .box {
    margin-top: 40px; }
  .customer_blog_webpage .process-step .guidelines .guidline-sidebar .text-box + .text-box {
    margin-top: 12px; }
  .customer_blog_webpage .process-step .guidelines .guidline-sidebar {
    padding: 30px; }
  .customer_blog_webpage .process-step {
    padding-bottom: 50px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price span {
    font-size: 20px;
    width: 130px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price .yellow {
    width: 160px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price {
    height: 50px;
    margin: 20px 0 0;
    gap: 6px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer {
    margin-top: 36px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3 {
    margin: 0 0 15px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec {
    gap: 8px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .article-title {
    height: 40px;
    font-size: 18px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price {
    font-size: 25px;
    padding: 10px 6px 15px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price span {
    font-size: 13px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3 {
    font-size: 16px;
    padding: 0 0 10px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3:after {
    width: 60px;
    height: 3px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box {
    padding: 20px 15px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion {
    max-width: 160px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion p span {
    display: block; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion p span + span {
    margin-left: 0; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion .btn {
    font-size: 14px;
    min-width: 120px;
    margin-top: 15px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section {
    margin-top: 15px;
    gap: 8px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft {
    margin-top: 30px; }
  .customer_blog_webpage .evaluate-project h3 {
    font-size: 20px;
    margin: 0 0 60px; }
  .customer_blog_webpage .evaluate-project {
    margin-top: 58px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title {
    top: -45px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title:after {
    bottom: -13px;
    left: 10%; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .title:after {
    right: 10%;
    left: auto;
    bottom: -12px; }
  .customer_blog_webpage .evaluate-project .box-sec {
    flex-wrap: wrap;
    gap: 50px; }
  .customer_blog_webpage .looks-like {
    padding: 40px 0 0; }
  .customer_blog_webpage .looks-like .looks-likes-slider .owl-stage-outer {
    padding: 20px 0; }
  .customer_blog_webpage .looks-like .looks-likes-slider .owl-stage-outer .owl-item.active + .active {
    transform: none; }
  .customer_blog_webpage .looks-likes-slider .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 30px;
    width: 30px;
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-arrow-prev.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin: 0; }
  .customer_blog_webpage .looks-likes-slider .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: 10px;
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/guidline-arrow-next.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; }
  .customer_blog_webpage .looks-likes-slider .owl-nav [class*='owl-'] span {
    display: none; }
  .customer_blog_webpage .submission-help {
    padding: 34px 0 0; }
  .customer_blog_webpage .submission-help .grid-box {
    gap: 10px; } }

@media (max-width: 700px) {
  /* Whats new week page 18-9-23 */
  div[data-layout-name=whats-new-week-grid] div[data-sub-layout] img {
    max-width: 100%; }
  div[data-layout-name="whats-new-week-grid"] div[data-sub-layout] + div[data-sub-layout] {
    margin-top: 60px; }
  div[data-layout-name="whats-new-week-grid"] #sd-image-dd56a0e1-a389-4b3e-80ef-8e752b92e4bd {
    margin-top: 20px;
    margin-bottom: 50px; }
  div[data-layout-name="whats-new-week-grid"] {
    margin-bottom: 40px; }
  div[data-layout-name=whats-new-week-grid] div[data-sub-layout] p, div[data-layout-name=whats-new-week-grid] ul {
    min-height: auto; } }

@media (max-width: 479px) {
  h1.page-heading {
    font-size: 22px; }
  p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 15px; }
  /* Home Page */
  body {
    padding-top: 170px; }
  header .header-left .mobile-menu {
    padding: 28px 0 0;
    width: 11%; }
  header .header-left .cart-box {
    padding: 25px 0; }
  header .header-left a img {
    max-width: 92px; }
  header .header-left .Call-Us.mobile {
    display: inline-block;
    margin: 0;
    padding: 25px 0; }
  header .header-left .Call-Us.mobile .call .content a {
    margin: 0 0 0;
    font-size: 0; }
  header .header-left .Call-Us.mobile .call .content a:after {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px; }
  header .header-left .Call-Us.mobile ul.social-icon {
    margin: 5px 0 0; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item {
    margin-left: 15px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a {
    font-size: 15px; }
  header .header-left .cart-box a.navUser-action img {
    max-width: 28px; }
  header .header-left .cart-box a.navUser-action .cart-quantity-header {
    top: -10px;
    right: -5px; }
  .Real-reviews .Real-product .row {
    margin: 0; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle {
    width: auto;
    bottom: 5px;
    max-width: 40px;
    padding-right: 5px; }
  .Real-reviews .Real-product .row .col-sm-3 .box .overle a {
    font-size: 9px;
    line-height: 1; }
  .help-section ul {
    padding: 15px 0; }
  .help-section ul li a {
    font-size: 17px; }
  .help-section ul li a img {
    width: 80px; }
  .Our-blog {
    /* display: none; */
    padding: 20px 0 15px; }
  .Our-blog .row .col-sm-4 .box .Our-blog-icon {
    width: 60px;
    margin-bottom: 5px; }
  .Our-blog .row .col-sm-4 .box h2 {
    font-size: 16px; }
  footer .footer-top {
    padding: 15px 0; }
  footer .footer-top .box {
    width: 50%;
    float: left;
    padding-right: 0;
    margin: 20px 0 0; }
  footer .footer-top .box:nth-child(odd) {
    clear: both; }
  footer .footer-top .box.Contact-info {
    width: 50%;
    padding: 0; }
  footer .footer-top .box .Contact-info-box .image {
    margin-right: 7px; }
  footer .footer-top .box .Contact-info-box .content {
    width: calc(100% - 22px);
    padding: 0 0 12px; }
  footer .footer-top .box .Contact-info-box + .Contact-info-box {
    margin-top: 15px; }
  footer .footer-top .box h3 {
    font-size: 14px;
    margin: 0 0 10px; }
  footer .footer-top .box h3 img {
    margin-right: 6px;
    width: 25px; }
  footer .footer-top .box ul li a {
    font-size: 13px;
    line-height: 25px; }
  footer .footer-bottom .footer-payment-icons {
    padding: 0;
    margin-top: 12px; }
  footer .Copyright p {
    margin-bottom: 35px; }
  .gptwl_footer_section img {
    width: 70px;
    margin-top: 10px; }
  .home-review-slider .Real-reviews .Reviews-heading {
    width: 95px; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    display: none; }
  .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .image .yotpo_user_icon {
    display: none; }
  .home-review-slider .Real-reviews section.yotpoSlider {
    width: calc(100% - 95px);
    float: right;
    margin: 0;
    padding: 0 15px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__author {
    padding: 0; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-next.slick-arrow {
    right: -14px;
    background-size: 20px;
    padding: 0;
    width: 17px;
    height: 21px;
    top: 30px;
    transform: initial; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-prev.slick-arrow {
    left: -19px;
    background-size: 20px;
    padding: 0;
    width: 18px;
    height: 21px;
    top: 30px;
    transform: initial; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__stars {
    margin: 0 0 10px;
    height: auto;
    width: auto; }
  .home-review-slider .Real-reviews .yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .image {
    width: 71px;
    float: left; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content {
    width: calc(100% - 71px);
    float: left;
    padding: 0 12px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__shortTitle {
    font-size: 16px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__author {
    font-size: 16px;
    line-height: 21px; }
  .home-review-slider .Real-reviews .Reviews-heading .certified-reviews {
    max-width: 80px; }
  .new_homecat_section.all_homcategory_list.Real-reviews .Real-product .row .col-sm-3 {
    width: 50%; }
  .new_homecat_section.all_homcategory_list.Real-reviews .Real-product .row .col-sm-3:nth-child(n+3) {
    margin-top: 10px; }
  /* PDP Page */
  .type-product .breadcrumbs_wrap {
    display: none; }
  .productPage {
    padding: 10px 0 0; }
  .productPage .page .productView .product-contain .mobile_addtocart {
    display: block;
    margin: 0 0 10px; }
  .productPage .page .productView .product-contain .mobile_addtocart input {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background: #51b247;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    width: 100%; }
  .productPage .page .productView .product-contain .mobile_addtocart input:hover {
    background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%);
    color: #ffffff; }
  .productPage .page .productView .product-contain .mobile_product_title {
    font-size: 20px;
    line-height: 25px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .imgGallery {
    width: 100%;
    margin: 0 0 20px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap {
    width: 100%;
    overflow: visible;
    max-height: initial; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_video_box {
    float: right;
    width: 20%;
    margin: 0 auto 10px;
    display: table;
    max-width: initial;
    padding: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_video_box #PlayButton {
    width: 60px;
    height: 52px;
    padding: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_video_box #PlayButton div {
    border: none !important; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box {
    float: left;
    width: 80%; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail {
    width: calc(25% - 10px);
    height: 50px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    max-height: 50px;
    min-height: auto;
    height: 50px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .custom_field_video {
    /* display: none; */ }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-title {
    font-size: 20px;
    line-height: 25px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .productView-info .productView-info-name {
    width: 120px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .new_low_price {
    position: initial;
    width: 100%;
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(61, 61, 61, 0.15); }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .info_content_view .productView-info {
    border-bottom: none;
    padding: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section--withoutTax {
    float: left; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .price-section--saving {
    width: 100%;
    display: inline-block;
    text-align: left; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content center iframe {
    width: 100% !important;
    min-width: 100% !important; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .section_hd1 {
    margin: 0 0 30px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery {
    width: 300px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .product-video .detail-content .videoGallery .videoGallery-list .videoGallery-item a.video .video-body .video-description {
    display: none; }
  .productPage .page .productView .Real-reviews .Reviews-title {
    display: none; }
  .productPage .page .productView .Real-reviews .certified-reviews {
    display: none; }
  .type-productdetail .productPage .Real-reviews .Reviews-title {
    display: none; }
  .type-productdetail .productPage .Real-reviews .certified-reviews {
    display: none; }
  .type-product #productStickyWrap {
    display: none !important; }
  /*.type-productdetail { padding-top: 170px; }*/
  /*.type-productdetail header { position: fixed; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); }*/
  #productStickyWrap .productSticky .pro_price_wrap {
    width: 300px;
    padding-left: 8px; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button {
    font-size: 11px !important;
    padding: 9px; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_price .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 15px !important; }
  #productStickyWrap .productSticky .pro_price_wrap .pro_addtocart {
    margin-left: 8px; }
  .productSticky .pro_img img {
    max-width: 35px;
    margin: 0; }
  #productStickyWrap .pro_img {
    margin-right: 5px !important; }
  #productStickyWrap .productSticky .pro_name_wrap .pro_name h2 {
    font-size: 11px;
    line-height: 1.2;
    height: auto;
    overflow: visible; }
  /* PLP Page */
  .categories-section .categories-right .page-heading {
    font-size: 22px; }
  .categories-section .categories-right .category_desc .ContentEditor p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 15px; }
  .categories-section .categories-right .categories_list .row {
    margin-left: -8px;
    margin-right: -8px; }
  .categories-section .categories-right .categories_list .row .large-2 {
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px; }
  .categories-section .categories-right .categories_list .row .large-2 .navList-action .subCategoryList {
    min-height: 90px; }
  .categories-section .categories-right .ss-filter-container .ss-slideout-button {
    width: 100%; }
  .categories-section .categories-right .ss-toolbar-top {
    width: 100%; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col {
    width: 100%;
    margin: 0; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col.ss-per-page-container {
    margin: 15px 0 0; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-label {
    text-align: left; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown {
    width: calc(100% - 70px);
    float: right; }
  .categories-section .categories-right .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown .ss-menu-select {
    width: 100%; }
  .categories-section .categories-right ul.ss-item-container {
    padding: 30px 0 0; }
  .categories-section .categories-right ul.ss-item-container li.product {
    width: calc(50% - 8px);
    margin-right: 12px; }
  .categories-section .categories-right ul.ss-item-container li.product:nth-child(n+3) {
    margin-top: 12px; }
  .categories-section .categories-right ul.ss-item-container li.product:nth-child(3n+0) {
    margin-right: 12px; }
  .categories-section .categories-right ul.ss-item-container li.product:nth-child(2n+0) {
    margin-right: 0; }
  /* .categories-section .categories-right ul.ss-item-container li.product article.card .card-body { height: initial !important; } */
  /* .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp { font-size: 19px; } */
  /* .categories-section .categories-right ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax { font-size: 19px; } */
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list {
    margin: 30px 0 0; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page {
    margin-bottom: 15px; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link, .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link {
    padding: 13px 15px; }
  /* Search Page */
  .ss-page .categories-section .page-content .page-heading {
    /* font-size: 22px; */
    font-size: 20px; }
  .ss-page .categories-section .page-content .page-heading .ss__oq {
    font-size: 16px; }
  .ss-page .categories-section .page-content .category_desc .ContentEditor p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 15px; }
  .ss-page .categories-section .page-content .categories_list .row {
    margin-left: -10px;
    margin-right: -10px; }
  .ss-page .categories-section .page-content .categories_list .row .large-2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .ss-page .categories-section .page-content .categories_list .row .large-2 .navList-action .subCategoryList {
    min-height: 140px; }
  .ss-page .categories-section .page-content .ss-filter-container .ss-slideout-button {
    width: 100%; }
  .ss-page .categories-section .page-content .ss-toolbar-top {
    width: 100%; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col {
    width: 100%;
    margin: 0; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col.ss-per-page-container {
    margin: 15px 0 0; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-label {
    text-align: left; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown {
    width: calc(100% - 70px);
    float: right; }
  .ss-page .categories-section .page-content .ss-toolbar-top .ss-toolbar-row .ss-toolbar-col .ss-menu-dropdown .ss-menu-select {
    width: 100%; }
  .ss-page .categories-section .page-content ul.ss-item-container {
    padding: 30px 0 0; }
  /*.ss-page .categories-section .page-content ul.ss-item-container li.product { width: 100%; margin-right: 0; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(n+3) { margin-top: 0; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(n+2) { margin-top: 20px; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body { height: initial !important; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--rrp { font-size: 19px; }
    .ss-page .categories-section .page-content ul.ss-item-container li.product article.card .card-body .product-item-price .price-section .price--withoutTax { font-size: 19px; }*/
  .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list {
    margin: 30px 0 0; }
  .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page {
    margin-bottom: 15px; }
  .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link, .ss-page .categories-section .page-content .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link {
    padding: 13px 15px; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product {
    width: calc(50% - 6px);
    margin: 0 !important; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(even) {
    margin-left: 12px !important; }
  .ss-page .categories-section .page-content ul.ss-item-container li.product:nth-child(n+3) {
    margin-top: 12px !important; }
  /* Contact Us Page */
  .type-contact .categories-section .contact_us .call-top .row .col-sm-3 .box a {
    font-size: 12px; }
  .type-contact .categories-section .contact_us .form h2 {
    margin: 0 0 12px; }
  .type-contact .categories-section .contact_us .services .row {
    margin-left: -10px;
    margin-right: -10px; }
  .type-contact .categories-section .contact_us .services .row .col-sm-3 {
    padding-right: 10px;
    padding-left: 10px; }
  /* About Us Page */
  .aboutus_page .about-banner {
    padding: 50px 0 40px;
    margin: 0 0 25px; }
  .aboutus_page .about-banner:before {
    height: 20px; }
  .aboutus_page .about-banner:after {
    height: 7px; }
  .aboutus_page .about-banner .logo {
    width: 100%; }
  .aboutus_page .about-banner .content {
    width: 100%; }
  .aboutus_page .about-banner .content h2 {
    font-size: 38px;
    text-align: center;
    margin: 15px 0 0; }
  .aboutus_page p {
    font-size: 19px;
    line-height: 28px;
    padding: 0 0 10px; }
  .aboutus_page .Best-banner .overle {
    position: relative;
    bottom: 0;
    padding: 15px 0; }
  .aboutus_page .Best-banner .overle h2 {
    font-size: 35px; }
  .aboutus_page .Best-banner .overle h2 span.access {
    font-size: 35px; }
  .aboutus_page .Best-banner .overle h2 span.doors {
    font-size: 38px; }
  .aboutus_page .Best-banner .overle span img {
    max-width: 170px; }
  .aboutus_page .Why-are-we h2 {
    font-size: 33px; }
  .aboutus_page .Why-are-we h2 .the-choice {
    margin: 5px 0 10px; }
  .aboutus_page .Why-are-we h2 .the-choice img {
    max-width: 270px; }
  .aboutus_page .Why-are-we h2 .for-access {
    font-size: 25px; }
  .aboutus_page .answer-simple + .answer-simple {
    margin-top: 35px; }
  .aboutus_page .answer-simple h2 {
    font-size: 22px; }
  .aboutus_page .answer-simple .content {
    padding: 12px 10px 20px; }
  .aboutus_page .answer-simple .content h3 {
    font-size: 17px;
    line-height: 20px; }
  .aboutus_page .answer-simple .content h3 br {
    display: none; }
  .aboutus_page .answer-simple .image {
    margin: -10px 12px 0; }
  .aboutus_page .the-Advantage {
    padding: 30px 0 0; }
  .aboutus_page .the-Advantage h2 {
    font-size: 24px;
    margin: 0 0 40px; }
  .aboutus_page .the-Advantage .box .box-title {
    padding: 0;
    margin: 0 0 20px; }
  .aboutus_page .the-Advantage .box .box-title:before {
    display: none; }
  .aboutus_page .the-Advantage .box .box-title .title {
    width: 100%;
    background: #ffce09;
    text-align: center;
    padding: 15px 0;
    margin: 0 0 12px; }
  .aboutus_page .the-Advantage .box .box-title .title.right {
    margin: 10px 0 0; }
  .aboutus_page .the-Advantage .box .box-title .image {
    width: 100%; }
  .aboutus_page .the-Advantage .box .content {
    padding: 0; }
  .aboutus_page .the-Advantage .box .content .row {
    margin-left: -5px;
    margin-right: -5px; }
  .aboutus_page .the-Advantage .box .content .row .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px; }
  .aboutus_page .the-Advantage .box .content ul li {
    width: 50%;
    padding-right: 15px; }
  .aboutus_page .the-Advantage .box .content .service-box .user-image {
    position: initial;
    margin: 0 0 12px; }
  .aboutus_page .the-Advantage .box .content .service-box .content h4 {
    padding: 6px 15px; }
  .aboutus_page .the-Advantage .box .content .service-box .content .content-bg {
    padding: 20px 15px 10px;
    margin-top: -8px; }
  .aboutus_page .the-Advantage .box .content .service-box.right .user-image {
    position: initial;
    margin: 12px 0 0; }
  .aboutus_page .the-Advantage .box .content .service-box.right .content {
    text-align: left; }
  .aboutus_page .the-Advantage .box .content .service-box.right .content h4 {
    padding: 6px 15px; }
  .aboutus_page .the-Advantage .box .content .service-box.right .content .content-bg {
    padding: 20px 15px 10px; }
  .aboutus_page .the-Advantage .box .content .video-section {
    padding: 0 0 30px; }
  .aboutus_page .the-Advantage .box .content .video-section iframe {
    height: 200px; }
  .aboutus_page .the-Advantage .box .content .Hear-from {
    padding: 30px 0 0; }
  .aboutus_page .the-Advantage .box .content .Hear-from h2 {
    font-size: 22px;
    margin: 0 0 15px; }
  .aboutus_page .the-Advantage .Help-You {
    padding: 30px 0 60px; }
  .aboutus_page .the-Advantage .Help-You:before {
    height: 22px; }
  .aboutus_page .the-Advantage .Help-You h2 {
    font-size: 40px; }
  .aboutus_page .the-Advantage .Help-You h2 span img {
    max-width: 90%; }
  .aboutus_page .the-Advantage h2 span img {
    max-width: 270px; }
  .aboutus_page .about-banner .content h2 span img {
    max-width: 250px; }
  .aboutus_page .the-Advantage .Help-You h2 span img {
    max-width: 270px; }
  /* About Us Page Pop Up */
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue h2 {
    font-size: 19px; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .image-box {
    margin-top: -8px; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .image-box img {
    width: 100%; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue .form {
    margin-top: -10px; }
  .Popup-section .popup_main .popup_body .popup_contain.PopUp_catalogue.box_section h2 {
    font-size: 17px;
    margin: 0 0 10px; }
  /* Shop By Category Page */
  .categories-section .categories-right .ContentEditor .row .col-sm-4 {
    width: 100%; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4:nth-child(n+2) {
    margin-top: 20px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 .box {
    padding: 10px; }
  .categories-section .categories-right .ContentEditor .row .col-sm-4 .box .image {
    min-height: initial; }
  /* Finance credit promotion Page */
  .finance-credit-promotion .banner .overlay-text {
    font-size: 23px;
    line-height: 24px; }
  .byusing-finance-credit-content .title h2 {
    font-size: 23px; }
  .categories-section .byusing-finance-credit-content .title p strong {
    font-size: 15px; }
  .categories-section .byusing-finance-credit-content .title p {
    font-size: 15px !important;
    margin-bottom: 0; }
  .categories-section .byusing-finance-credit-content .content p strong {
    font-size: 15px; }
  .categories-section .byusing-finance-credit-content .content p {
    font-size: 15px !important; }
  .categories-section .byusing-finance-credit-content .content ul li {
    font-size: 15px; }
  .best-finance-credit-bottom-banner .overlay-text {
    font-size: 12px;
    max-width: 190px;
    padding-left: 13px; }
  .categories-section .categories-right .ContentEditor .select-approve-finance p {
    font-size: 13px; }
  .select-approve-finance .apply-now-btn {
    font-size: 17px;
    padding: 7px 30px;
    margin-top: 0; }
  /* Blog Page */
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox {
    margin: 10px 0; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-header .addthis_toolbox h3 {
    width: 100%;
    margin: 0 0 10px;
    padding: 0; }
  .categories-section.blog_wrap .blog_post_section .blog .blog-post-body .blog-title {
    font-size: 18px; }
  .categories-section.blog_wrap .blog_post_section .pagination .pagination-list {
    margin: 15px 0 0; }
  .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item {
    width: 37px;
    height: 37px; }
  .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
    padding: 11px 15px; }
  .categories-section.blog_wrap .blog_post_section .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
    padding: 11px 15px; }
  .categories-section.blog_wrap .categories-left ul.navList .tree_content {
    font-size: 15px;
    margin: 0 0 12px; }
  .categories-section.blog_wrap .blog_post_section h3.page-heading {
    font-size: 20px; }
  /* Blog Details Page */
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-title {
    font-size: 18px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-header .blog-date {
    font-size: 13px;
    padding: 0 0 10px; }
  .type-blog_post .blog_wrap .page-content .blog .blog-post-body .blog-post p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 12px; }
  .type-blog_post .blog_wrap .blog_share h2 {
    font-size: 32px; }
  .type-blog_post .blog_wrap .blog_share .addthis_toolbox h3 {
    width: 100%;
    float: initial;
    text-align: center;
    margin: 0 0 14px; }
  .type-blog_post .blog_wrap .blog_share .addthis_toolbox .socialLinks {
    float: initial;
    margin: 0 auto;
    display: table; }
  .type-blog_post .blog_wrap .blog_share .addthis_toolbox {
    margin: 0;
    display: block; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post h2 {
    font-size: 18px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box {
    padding-bottom: 14px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .content {
    padding: 10px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .blog-date {
    width: 100%;
    padding: 0 0 8px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post .box .read-more {
    float: initial;
    font-size: 13px;
    padding: 9px 10px 6px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .Related-post {
    padding: 0 0 10px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .right__btn {
    padding: 0 0 20px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .link span {
    font-size: 14px; }
  .type-blog_post .blog_wrap .new_blog_sidebar .right__btn ul li.tag_heading .link .blog_tag_link {
    width: 44px;
    height: 44px;
    padding: 16px; }
  /* PDP Add To Cart Sidebar Pop Up */
  #trustedsite-tm-image {
    display: none !important; }
  .type-product .product_preview .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
    font-size: 14px; }
  .type-product .product_preview .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
    font-size: 14px; }
  .type-product .product_preview .previewCartAction .precartaction_items {
    font-size: 14px; }
  .type-product .product_preview .precartaction_subtotal span {
    font-size: 16px; }
  .type-product .product_preview .previewCartAction p {
    font-size: 12px; }
  .type-product .product_preview .precart_subtext {
    font-size: 12px; }
  .type-product .product_preview .form-increment .button {
    border-radius: 0; }
  .type-product .product_preview .cart-item-info {
    width: 85px;
    float: left;
    clear: none;
    overflow: hidden; }
  .type-product .product_preview .cart-item-info .cart-item-label {
    display: block;
    color: #a5a5a5;
    float: left;
    margin-bottom: .35714rem;
    padding-left: 1.5rem;
    text-align: left;
    width: 100%; }
  .type-product .product_preview .previewCartList .previewCartItem .previewCartItem-content .precart_title {
    padding-right: 5px; }
  /* Cart Page */
  .type-cart .categories-section .cart_total_wrap .cart_summary_title {
    font-size: 18px;
    padding: 15px; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap {
    padding: 0 15px 20px; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-label {
    font-size: 15px;
    width: 40%;
    padding: 10px 0; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-value {
    padding: 12px 0; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total .cart-total-grandTotal span {
    font-size: 24px; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals li.cart-total:last-child .cart-total-label {
    padding: 17px 0; }
  .type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap .cart-actions .button {
    font-size: 16px;
    padding: 12px 10px;
    width: 150px; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight {
    width: 100%;
    margin-right: 0;
    text-align: center; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight:last-child {
    margin-top: 15px; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight p {
    text-align: center; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .FloatRight div {
    float: initial; }
  .type-cart .categories-section .cart_content_wrap .page-heading {
    margin: 0 0 15px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item {
    padding: 15px 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info {
    width: 33.333%;
    margin: 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity {
    width: 33.333%;
    margin: 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment button {
    width: 22px;
    height: 22px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 25px;
    height: 22px; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info, .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity {
    width: 100%;
    display: inline-block; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity {
    margin: 5px 0; }
  /* Login Page */
  .login .page-heading {
    font-size: 22px; }
  .login .login-rowproduct .login-form .panel .login-form .form-actions input.button {
    margin: 0 0 8px; }
  /* Forgot Password Page */
  .type-forgotpassword .categories-section h2.page-heading {
    font-size: 22px; }
  .type-forgotpassword .categories-section form input {
    width: 100%; }
  .type-forgotpassword .categories-section form input.button {
    margin: 10px 0 0; }
  /* Account Settings Page */
  .categories-section.myaccount_wrap .categories-right form {
    margin: 0; }
  .categories-section.myaccount_wrap .categories-right form .form-fieldset .form-row {
    margin: 0; }
  .categories-section.myaccount_wrap .categories-right form .form-fieldset .form-row .form-field {
    padding: 0;
    margin: 0 0 20px; }
  .categories-section.myaccount_wrap .categories-right form .change_password_title {
    padding-left: 0;
    padding-right: 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid {
    padding: 10px 0 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product {
    width: 100%;
    margin-right: 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product:nth-child(3n+0) {
    margin-right: 0; }
  .categories-section.myaccount_wrap .categories-right form ul.productGrid li.product .card .card-body .card-text {
    text-align: center;
    display: inline-block; }
  /* Drop Ship Program */
  body.DropShipProgram_wrap {
    padding: 0; }
  .drop-ship-program .Header__top {
    padding: 20px 0; }
  .drop-ship-program .Header__top .logo a img {
    max-width: 80px; }
  .drop-ship-program .Header__top .content {
    margin: 7px 0 0;
    margin-left: 15px;
    padding-left: 15px; }
  .drop-ship-program .Header__top .content:before {
    height: 46px;
    width: 3px; }
  .drop-ship-program .Header__top .content h2 {
    font-size: 25px; }
  .drop-ship-program .Ship-program, .drop-ship-program .We-also-section .content, .drop-ship-program .shipping-explained .content, .drop-ship-program .shipping-order .content {
    padding: 0 20px; }
  .drop-ship-program .Ship-program h1 {
    font-size: 25px;
    margin: 0 0 15px; }
  .drop-ship-program .Ship-program .content p br {
    display: none; }
  .drop-ship-program .Ship-program form .box.box-box {
    width: 100%;
    margin-right: 0; }
  .drop-ship-program .Ship-program {
    padding-bottom: 22px; }
  .drop-ship-program .shipping-explained .image-section {
    border-top: 12px solid #141514; }
  .drop-ship-program .shipping-explained .Title {
    height: initial;
    background: #161615;
    margin: 0 0 15px; }
  .drop-ship-program .shipping-explained .Title h2 {
    font-size: 25px;
    padding: 18px 0; }
  .drop-ship-program .shipping-explained .content h3.Benefits-you {
    font-size: 25px;
    width: 230px;
    height: 57px;
    padding: 15px;
    margin: 0 0 12px; }
  .drop-ship-program .shipping-explained .content .Even-better-section .Even-better {
    font-size: 25px;
    width: 273px;
    height: 54px;
    padding: 15px;
    margin: 0 0 12px; }
  .drop-ship-program .We-also-section .image-section {
    border-top: 12px solid #141514; }
  .drop-ship-program .We-also-section .Title {
    height: initial;
    margin: 0 0 15px; }
  .drop-ship-program .We-also-section .Title h2 {
    font-size: 25px;
    line-height: normal;
    padding: 15px 0; }
  .drop-ship-program .We-also-section .content .program-guidelines-img {
    margin: 25px 0; }
  .drop-ship-program .We-also-section .content .How-works {
    font-size: 25px;
    width: 206px;
    height: 55px;
    padding: 14px;
    margin: 0 0 12px; }
  .drop-ship-program .shipping-order .Title {
    height: initial;
    background: #161615;
    margin: 0 0 15px; }
  .drop-ship-program .shipping-order .Title h2 {
    font-size: 25px;
    padding: 15px 0; }
  .drop-ship-program .shipping-order .Title h2 br {
    display: none; }
  .drop-ship-program .shipping-order .content .product-descriptions-bg {
    font-size: 16px;
    width: 280px;
    height: 35px;
    padding: 10px;
    margin: 10px 0; }
  .drop-ship-program .shipping-order .program-today h2 {
    font-size: 25px;
    margin: 0 0 15px; }
  .drop-ship-program .shipping-order .program-today img.ship-program-today-icon {
    max-width: 110px;
    margin: 0 0 15px; }
  /***/
  .canadabox .canadaoffer a {
    font-size: 12px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .cd-section h2.section_hd {
    display: block !important;
    padding: 10px 9px;
    font-size: 17px; }
  .productPage .productdesc_tabinfo .tab_procontent {
    padding: 15px 9px 15px; }
  header .header-left .Call-Us.mobile .call .content .theiaStickySidebar {
    text-align: left; }
  .home-review-slider .Real-reviews .Reviews-heading {
    width: 310px; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    display: block; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    display: block;
    max-width: 180px;
    padding: 20px 0; }
  .home-review-slider .Real-reviews .Reviews-heading .Reviews-title h1 {
    font-size: 20px; }
  .home-review-slider .Real-reviews .Reviews-heading .certified-reviews .yotpo-icon #y-badges .y-badge {
    width: 110px;
    height: 120px; }
  #y-badges .y-badge-reviews {
    font-size: 21px !important;
    top: -73px !important; }
  #y-badges .y-badge-stars {
    top: 47px !important;
    left: 27px !important; }
  #y-badges .y-badge-stars .yotpo-icon {
    font-size: 12px !important; }
  #y-badges .y-badges-certified {
    top: 62px !important;
    left: -9px !important;
    font-size: 9px !important; }
  .zsiq_theme1 div.zsiq_cnt {
    display: none; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item {
    margin-left: 12px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item a svg {
    width: 14px;
    height: 14px; }
  header .header-left .Call-Us.mobile ul.social-icon li.socialLinks-item:before {
    right: -6px; }
  footer .footer-bottom {
    padding: 18px 0 10px; }
  footer .footer-bottom .footer-payment-icons svg {
    margin: 0 0 10px 5px;
    width: auto;
    height: 34px; }
  .help-section ul li a svg {
    width: 100px; }
  footer .footer-top .box h3 svg {
    margin-right: 6px;
    width: 25px;
    height: auto; }
  body.geo_ca_redirect_popup {
    padding-top: 235px; }
  body.geo_ca_redirect_popup header {
    top: 72px; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_popup_container_padding {
    padding: 8px 0 9px !important; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_content_container {
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
    margin: 0 0 8px; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container {
    margin: 0 auto !important;
    display: table !important;
    float: initial; }
  .gt_redirectpopup_1645620295358_modal .gt_redirectpopup_1645620295358_button_container a.gt_redirectpopup_1645620295358_button {
    padding: 9px 10px !important;
    font-size: 11px !important;
    margin-right: 5px !important; }
  .home_abtest .category-section .cat-row {
    margin: 0; }
  .home_abtest .servicesbox .box {
    width: 100%; }
  .home_abtest .abtest-banner .imgbox .overlay-text {
    position: static; }
  .home_abtest .abtest-banner .imgbox .go1152403042 {
    display: none; }
  .home_abtest .abtest-banner .imgbox .go671630196 {
    display: block;
    background: rgba(255, 210, 0, 0.75);
    padding: 15px 23px; }
  .home_abtest .abtest-banner .imgbox .go257671969 {
    min-height: 180px; }
  .new_tax_exempt .categories-section .categories-right .page-heading {
    font-size: 22px; }
  .exemption-details .exemption-content h4 {
    font-size: 16px; }
  .exemption-details .exemption-content .row .col-6.list ul li, .exemption-details .exemption-content p {
    font-size: 13px; }
  .exemption-details .exemption-content .row .col-6.list ul li {
    margin: 0 0 6px; }
  .exemption-details .how-to-submit .step .note, .exemption-details .how-to-submit p {
    font-size: 13px; }
  .exemption-details .how-to-submit h4 {
    font-size: 16px;
    margin: 40px 0 10px; }
  .exemption-details .how-to-submit .step h2 {
    font-size: 20px; }
  .exemption-details .submit-detail-grid .grid-row .col p {
    padding: 0 0 10px;
    line-height: normal; }
  .exemption-details .how-to-submit .step a.btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding-right: 16px; }
  .how-to-submit .step a.btn:after {
    right: -12px;
    height: 22.999px;
    width: 23.1px;
    top: 5px; }
  .request-quate-form .tagline {
    font-size: 14px; }
  .request-quate-form form .box h3 {
    font-size: 18px;
    margin: 0; }
  .request-quate-form form .box {
    padding: 20px 15px;
    margin: 15px 0 0; }
  .request-quate-form form .box .form-row .col input, .request-quate-form form .box .form-row .col select, .request-quate-form form .box .form-row .col textarea {
    line-height: 32px;
    height: 32px;
    font-size: 13px; }
  .request-quate-form form .box .form-row .col label {
    font-size: 13px; }
  .request-quate-form form .box .form-row .col textarea {
    height: 70px;
    line-height: normal; }
  .request-quate-form form .box .form-row .col label {
    margin: 0 0 2px; }
  .request-quate-form form .box .form-row .col {
    margin: 15px 0 0; }
  .request-quate-form form .box .form-row .col .verficatio-code h5 {
    font-size: 14px; }
  .request-quate-form form .box .form-row .col .verficatio-code .text-block {
    height: 65px;
    margin: 15px 0 0; }
  .request-quate-form form .box .form-row .col.submit button.submit-form {
    width: 100%;
    height: 32px;
    line-height: 34px;
    font-size: 14px;
    margin: 10px auto 0;
    max-width: 350px; }
  .request-quote-banner img {
    display: none; }
  .request-quote-banner img.mobile-banner {
    display: block; }
  .request-quote .form-title {
    font-size: 22px;
    margin: 15px 0 7px; }
  .request-quote p {
    font-size: 14px;
    line-height: 26px; }
  .request-quote .box .form-row .col-6 label {
    font-size: 14px; }
  .request-quote .box .form-row .col-6 input {
    font-size: 14px; }
  .request-quote .captcha p {
    font-size: 12px; }
  header .header-left .Call-Us.mobile .call .content a {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/call-new-icon.png);
    height: 28px;
    width: 28px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  header .header-left .Call-Us.mobile {
    margin: 0; }
  header .call_cart_wrap {
    width: 70px; }
  header .header-left .cart-box {
    width: 40%;
    margin-left: 10px; }
  header .header-left .mobile-menu {
    width: 70px; }
  header .header-left .Call-Us.mobile .call .content a:after {
    display: none; }
  header .header-left a svg {
    width: 92px;
    height: auto; }
  .home-page .category-section .cat-row {
    margin: 0; }
  .home-page .servicesbox .box {
    width: 100%; }
  .home-page .abtest-banner .imgbox .overlay-text {
    position: static; }
  .home-page .abtest-banner .imgbox .go1152403042 {
    display: none; }
  .home-page .abtest-banner .imgbox .go671630196 {
    display: block;
    background: rgba(255, 210, 0, 0.75);
    padding: 15px 23px; }
  .home-page .abtest-banner .imgbox .go257671969 {
    min-height: 180px; }
  .home_abtest header .header-right .header-bottom .Search-products form input[type=text] {
    font-size: 16px; }
  .home_abtest header .header-right .header-bottom .Search-products form .search-icon {
    width: 60px; }
  .home_abtest header .header-right .header-bottom .Search-products form .search-icon button.search-btn img {
    max-height: 20px; }
  .Newsletter .title img {
    max-width: 150px; }
  .blackfri_nov22 .From .form-title {
    font-size: 12px; }
  .blackfri_nov22 .From .form-title img {
    height: 15px; }
  /* Deals page */
  .bfri_deals_page .deal-section .off .off-per {
    font-size: 30px;
    line-height: 1; }
  .bfri_deals_page .deal-section .off p {
    font-size: 13px; }
  .bfri_deals_page .deal-product {
    gap: 50px 40px;
    margin: 30px 0 0; }
  .bfri_deals_page .deal-product .box .sku {
    font-size: 20px;
    margin: 0 0 13px; }
  .bfri_deals_page .deal-product .box .product-title-img .p-img {
    width: 100px; }
  .bfri_deals_page .deal-product .box .product-title-img {
    padding: 15px 0 15px 20px;
    min-height: auto;
    border-top-left-radius: 20px; }
  .bfri_deals_page .deal-product .box .product-title-img:has(> .tredmark) {
    padding-top: 25px; }
  /* Black Friday Banner */
  .black_fri_banner.abtest-banner .imgbox .overlay-banner {
    max-width: 250px; }
  .black_fri_banner.abtest-banner .imgbox .overlay-banner .shop-now-btn {
    max-width: 100px;
    right: 8px;
    bottom: 7px; }
  /* Ebook */
  .ebook .book-grid {
    padding: 0;
    gap: 0 12px;
    margin: 20px 0 0; }
  .ebook .book-form .content {
    padding-left: 0;
    border-left: 0; }
  .ebook .book-form ul li, .ebook .learn-more .title, .ebook .learn-more p {
    font-size: 12px; }
  .ebook .book-form ul li img {
    max-width: 19px; }
  .ebook .book-form ul li img.mobile-icon {
    display: block; }
  .ebook .learn-more .title {
    margin: 0 0 8px; }
  .ebook .book-form ul li {
    line-height: normal;
    font-weight: 600;
    margin: 0 0 6px; }
  .ebook form.download-e-book input {
    height: 36px; }
  .ebook form.download-e-book input {
    margin: 0 0 10px; }
  .ebook form.download-e-book .book-download-btn {
    font-size: 15px;
    max-width: 210px;
    margin: 10px auto 0;
    display: table;
    height: 40px;
    padding: 6px 20px;
    text-align: center; }
  .ebook .book-grid:after {
    height: 81%;
    background-size: cover; }
  .ebook .learn-more p {
    margin: 10px 0 0; }
  .ebook .book-form iframe, .ebook form.download-e-book iframe {
    width: 100%;
    height: 464px; }
  .ebook.ebook1 .book-form ul li img {
    display: none; }
  .ebook.ebook1 .book-form ul li img.mobile-icon {
    display: block; }
  .ebook2 .learn-more {
    margin: 30px 0 0; }
  .ebook.ebook2 .book-grid .book-form .content.Mobile_Hide {
    display: none; }
  .ebook.ebook2 .content.Mobile_Show {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px; }
  .ebook h2.Mobile_Hide {
    display: none; }
  .ebook h2.Mobile_Show {
    display: block; }
  .ebook.ebook2 .book-grid .book-form {
    margin: 0 auto;
    display: table; }
  /* Showcase Page */
  .showcase_page .showcase_banner {
    margin: 0 0 10px; }
  .showcase_page p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 8px; }
  .showcase_page p.size16 {
    font-size: 15px;
    padding: 0 0 8px; }
  .showcase_page .showcase-product {
    padding: 10px 0 30px; }
  .showcase_page .showcase-product .box {
    width: 100%;
    margin: 0 !important; }
  .showcase_page .showcase-product .box:nth-child(n+2) {
    margin-top: 25px !important; }
  .showcase_page .showcase-product .box .box_content .content p {
    min-height: 28px; }
  .showcase_page .showcase-product .box .box_content .content:before {
    height: 56px; }
  .showcase_page .showcase-product .box .box_content:before {
    height: 53px; }
  .showcase_page .showcase-product .box .box_content .content a {
    margin: 0 0 10px; }
  .showcase_page .showcase-product .box .box_content .image {
    text-align: right; }
  .showcase_page .showcase-product .box .box_content .image img {
    height: 70px; }
  .showcase_page a.Request_btn img {
    max-width: 200px; }
  .Find_us_in .box {
    width: 100%; }
  .Find_us_in .box:nth-child(n+2) {
    margin-top: 30px; }
  .Find_us_in {
    padding: 0 0 20px; }
  .Trusted_industry {
    padding: 20px 0 0; }
  .Trusted_industry .content:before {
    width: 8px; }
  .Trusted_industry .content {
    padding: 0 0 0 20px; }
  .Trusted_industry .content span {
    font-size: 17px;
    line-height: 23px; }
  .Trusted_industry .content p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 10px; }
  .showcase_page .showcase-product .box:nth-child(2n+1) {
    clear: none; }
  /* About Us 27-6-2023 */
  .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel, .Aboutus_new_wrap .Aboutus_content .Reviews_section .Review_slider .owl-carousel .owl-stage-outer {
    width: 300px;
    margin: 0 auto; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box .overle {
    bottom: 5px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item .box .overle {
    bottom: 6px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Ecommerce .owl-carousel .item .box .overle, .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item .box .overle {
    bottom: 7px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle {
    bottom: 3px; }
  .Aboutus_new_wrap .Instagram_section .Instagram_icon {
    top: 25px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box .overle a {
    font-size: 8px;
    line-height: 9px; }
  /*** Model Number Dropdown Filter ***/
  .categories-section .categories-right .page-heading.Model_number_filter {
    width: 100%;
    display: inline-block;
    float: initial; }
  .categories-section .categories-right .dropdown_filter {
    width: 100%;
    float: initial;
    margin: 0 0 8px; }
  .categories-section .categories-right .dropdown_filter .dropdown-content {
    width: 100%;
    max-width: 100%; }
  .categories-section .categories-right .dropdown_filter .dropdown-content .Filter_section {
    max-height: 284px; }
  /**/
  .home-review-slider .Real-reviews section.yotpoSlider {
    width: 100%;
    padding: 0; }
  .Drywall-cookie {
    padding: 24px 0 8px; }
  /* UCG Page */
  .ugc-main-section .banner .over-content h2.yellow-heading {
    font-size: 28px; }
  .ugc-main-section .banner .over-content p.subheading {
    font-size: 20px;
    line-height: normal; }
  .ugc-main-section .banner .over-content p {
    font-size: 14px; }
  .ugc-main-section .btn {
    font-size: 14px;
    padding: 10px 39px 10px 20px; }
  .ugc-main-section .banner-bottom-text p {
    padding: 20px 0 27px; }
  .ugc-main-section p {
    font-size: 14px; }
  .ugc-main-section h2 {
    font-size: 28px; }
  .ugc-main-section .ugc-content-with-sidebar .content-col h2 .icon {
    width: 30px; }
  .ugc-main-section .ugc-content-with-sidebar .content-col h2 {
    margin: 0 0 15px; }
  .ugc-main-section .ugc-content-with-sidebar .right-content .refund-exposure-box h2 {
    font-size: 24px; }
  .ugc-main-section .ugc-content-with-sidebar {
    gap: 40px; }
  /* Black Friday Page */
  .blck-friday-main-section .banner {
    height: 160px; }
  .blck-friday-main-section .banner .banner-box {
    max-width: 310px; }
  .blck-friday-main-section .banner .text {
    width: calc(100% - 41px);
    font-size: 16px;
    top: -3px; }
  .blck-friday-main-section .banner-bottom-off-text {
    max-width: 290px;
    margin: 20px auto 20px; }
  .blck-friday-main-section .banner-bottom-off-text h2 {
    font-size: 24px;
    margin: 0 0 7px; }
  .blck-friday-main-section .banner-bottom-off-text p {
    font-size: 14px; }
  .blck-friday-main-section .best-selling-product h2 {
    font-size: 22px;
    margin: 0 0 50px;
    line-height: 1; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title {
    font-size: 14px;
    line-height: 1; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 20px;
    margin: 0 0 10px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 80px;
    max-width: 80px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .main-product .overlay-product {
    top: -26px; }
  .blck-friday-main-section .best-selling-product .bf-product-list .box .btn-sec .btn {
    font-size: 12px; }
  .blck-friday-main-section .best-selling-product.pack5 .bf-product-list .main-product .overlay-product .title .cat {
    font-size: 20px; }
  .blck-friday-main-section .best-selling-product .bf-product-list {
    gap: 60px; }
  .blck-friday-main-section .best-selling-product.below-with-details .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 80px;
    max-width: 80px; }
  .blck-friday-main-section .did-you-know h2 {
    font-size: 25px; }
  .blck-friday-main-section .did-you-know {
    margin: 50px 0 0px; }
  .blck-friday-main-section .did-you-know p {
    font-size: 14px;
    padding: 0 0 15px; }
  .blck-friday-main-section .did-you-know .text-block img {
    max-width: 160px; }
  .blck-friday-main-section .best-selling-product.below-with-details, .blck-friday-main-section .best-selling-product.pack5 {
    margin-top: 50px; }
  /* Home New Showcase Banner */
  .showcase-home-banner .imgbox img {
    height: 252px; }
  .showcase-home-banner .imgbox .banner-over-text h2 {
    font-size: 22px; }
  .showcase-home-banner .imgbox .banner-over-text .title {
    font-size: 18px;
    max-width: 290px; }
  .showcase-home-banner .imgbox .banner-over-text p {
    font-size: 12px;
    margin: 10px 0 0; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn {
    font-size: 14px; }
  .showcase-home-banner .imgbox .banner-over-text .banner-btn:after {
    top: 10px; }
  /* New Newsletter */
  .new-ver-nwsltr .form-prefixPostfix.wrap {
    grid-template-columns: repeat(1, 1fr); }
  .new-ver-nwsltr .From .box .btn-send {
    float: right;
    max-width: 160px; }
  #sd-simple-text-editable-048e73ef-9a48-4fc9-9024-6f8dcba5fdea {
    font-size: 22px;
    line-height: 22px; }
  /*** Sponsorship Program Page ***/
  .sponsorship-banner .Future-champions p {
    font-size: 19px; }
  .Winning-team {
    padding: 25px 0; }
  .Winning-team h2 {
    font-size: 23px;
    margin: 0 0 8px; }
  .Winning-team p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 15px; }
  .Refer-child a, .Winning-team a.Refer-btn {
    font-size: 18px;
    margin: 12px auto 0;
    padding: 7px 38px; }
  .Members-customer {
    padding: 5px 0 25px; }
  .Members-customer .box h2 {
    font-size: 21px; }
  .Members-customer .box p {
    font-size: 15px;
    line-height: 22px; }
  .Sponsorship-criteria .container {
    padding: 30px 0 60px; }
  .Sponsorship-criteria .The-starting {
    padding: 20px 15px; }
  .Sponsorship-criteria .The-starting h2 {
    font-size: 22px;
    margin: 0 0 12px; }
  .Sponsorship-criteria .The-starting .box h2 {
    font-size: 21px; }
  .Sponsorship-criteria .The-starting .box h3 {
    font-size: 20px;
    margin: 0 0 8px; }
  .Sponsorship-criteria .The-starting .box p, .Sponsorship-criteria .The-starting .box ul li {
    font-size: 15px;
    line-height: 22px; }
  .Application-section {
    margin: -35px 0 25px; }
  .Application-section .accordion-wrapper .btn-wrapper button {
    font-size: 17px;
    line-height: 22px;
    padding: 12px 15px 11px; }
  .Application-section .accordion-wrapper .btn-wrapper button:before {
    background-size: 22px;
    width: 22px;
    height: 10px;
    right: 12px; }
  .Application-section .accordion-wrapper .collepsing-div {
    padding: 20px 15px 10px; }
  .Application-section .accordion-wrapper .collepsing-div p {
    font-size: 16px;
    line-height: 22px; }
  .Application-section .accordion-wrapper .collepsing-div ul li, .Application-section .accordion-wrapper .collepsing-div ul.decimal li {
    font-size: 15px;
    line-height: 22px; }
  .all-stars {
    padding: 20px 0; }
  .all-stars .content p {
    font-size: 15px;
    line-height: 22px; }
  .all-stars .image {
    margin: 18px 0 0; }
  .all-stars .image img {
    max-width: 150px; }
  /*** ESG Policy Page ***/
  .Policy-banner {
    height: 125px; }
  .Policy-banner img {
    /* max-width: 1232px; */
    /* left: 50%; */
    /* transform: translate(-66%,0); */
    /* -webkit-transform: translate(-66%,0); */ }
  .Policy-banner .overle h1 {
    font-size: 28px;
    line-height: 37px;
    max-width: 100%; }
  .Aboutus-section {
    padding: 25px 0; }
  .Aboutus-section h2, .ESG-commitment h2 {
    font-size: 23px; }
  .Aboutus-section p, .ESG-commitment p {
    font-size: 15px;
    line-height: 22px; }
  .ESG-commitment, .great_place_section {
    padding: 0 0 40px; }
  .ESG-commitment .ESG-accordion {
    margin: 20px 0 0; }
  .ESG-commitment .ESG-accordion .accordion-wrapper {
    margin: 0 0 30px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper {
    border-radius: 10px 10px 0 0;
    padding: 0 35px 0 12px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button {
    font-size: 16px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button:before {
    right: 8px;
    background-size: 20px;
    width: 20px;
    height: 10px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span {
    margin: -7px 0;
    margin-right: 5px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper button span img {
    max-width: 45px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .btn-wrapper.open {
    border-radius: 10px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div {
    padding: 20px 15px 10px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div p {
    padding: 0 0 18px; }
  .ESG-commitment .ESG-accordion .accordion-wrapper .collepsing-div .box {
    padding: 0 0 0 10px; }
  .gptwl_text {
    width: 100%; }
  .great_place_section .container {
    padding: 0;
    width: 94%; }
  .hide_ptag {
    display: none; }
  .ESG-Policy .great_place_section .container {
    margin: 0 auto;
    padding: 0; }
  .ESG-Policy .great_place_section .gptwl_section img {
    width: auto;
    max-height: 150px;
    display: table;
    margin: 0 auto 12px; }
  .ESG-Policy .great_place_section .gptwl_section img:last-child {
    margin-bottom: 0; }
  /**/
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 + .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 {
    height: 250px !important; }
  .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"], .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(3) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
    max-width: 250px; }
  /* 29-11-23 */
  .Our-blog .row .col-sm-4 .box a svg {
    width: 60px;
    height: auto;
    margin: 0 0 5px; }
  .home_cat_abtest .Our-blog .row .col-sm-4 .box a svg {
    width: 55px;
    height: auto;
    margin: 0 0 5px; }
  /* Customer Blog */
  .customer_blog_webpage .customer-blog-banner img {
    display: none; }
  .customer_blog_webpage .customer-blog-banner img.mobile-banner {
    display: block; }
  .customer_blog_webpage h2 {
    font-size: 24px;
    margin: 0 0 13px; }
  .customer_blog_webpage h2 span {
    font-size: 14px; }
  .customer_blog_webpage p {
    font-size: 12px; }
  .customer_blog_webpage .insights-today .box-section .box .title, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3, .customer_blog_webpage .customer-blog-pricing .package-offer .price-box h3, .customer_blog_webpage .evaluate-project .box-sec .project-box .title, .customer_blog_webpage .submission-help .grid-box .box .title {
    font-size: 15px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .btn, .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft .btn, .customer_blog_webpage .looks-like .btn, .customer_blog_webpage .submission-help .grid-box .box .btn-sec .btn {
    margin: 14px 0 0;
    font-size: 12px;
    min-width: 170px;
    height: 32px; }
  .customer_blog_webpage .comercial-cunstruction-text {
    padding: 21px 0 35px; }
  .customer_blog_webpage .comercial-cunstruction-text h2 {
    max-width: 210px;
    margin: 0 auto 13px; }
  .customer_blog_webpage .insights-today {
    padding-bottom: 45px; }
  .customer_blog_webpage .insights-today::after {
    top: 35px;
    max-height: 952px;
    background-position: left -500px top 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-insite-today-icon-bg-mobile.png) no-repeat;
    background-size: 100%; }
  .customer_blog_webpage .insights-today h2 {
    margin-bottom: 12px; }
  .customer_blog_webpage .insights-today .box-section {
    gap: 10px; }
  .customer_blog_webpage .insights-today .box-section .box {
    padding: 16px 20px; }
  .customer_blog_webpage .insights-today .box-section .box .title {
    font-size: 13px;
    padding: 0 0;
    line-height: 1.4;
    margin: 0 0 12px; }
  .customer_blog_webpage .insights-today .box-section .box .title:after {
    width: 49px;
    height: 2px; }
  .customer_blog_webpage .insights-today .box-section .box .title .cb-icon {
    min-width: 42px;
    height: 42px;
    width: 42px; }
  .customer_blog_webpage .insights-today .box-section {
    margin-top: 0; }
  .customer_blog_webpage .process-step {
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-white-shap-bg-mobile.png"), url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-blog-white-shap-bg-mobile.png"), #f7f7f7;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat;
    background-position: top 425px center, top 670px center; }
  .customer_blog_webpage .process-step h2 {
    margin: 0 auto 22px;
    max-width: 190px; }
  .customer_blog_webpage .process-step .process-step-slider {
    padding: 14px 40px;
    margin-left: 30px;
    width: calc(100% - 30px);
    padding: 14px 32px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-dots {
    width: 150px;
    left: -32px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .step-num-word {
    font-size: 13px;
    margin: 0 0 18px;
    padding-left: 9px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .content-text .btn {
    margin: 14px 0 0; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-nav [class*='owl-'] {
    height: 22px;
    width: 22px;
    left: 4px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-nav [class*='owl-'].owl-next {
    right: 6px; }
  .customer_blog_webpage .process-step .process-step-slider.owl-theme .owl-dots .owl-dot {
    left: -3px;
    top: -1px;
    font-size: 11px; }
  .customer_blog_webpage .process-step .guidelines h2 {
    margin: 0 auto 6px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel {
    padding: 0 50px 0 65px; }
  .customer_blog_webpage p, .customer_blog_webpage .process-step .guidelines p.top-text, .customer_blog_webpage .looks-like p, .customer_blog_webpage .insights-today .box-section .box p, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel p, .customer_blog_webpage .process-step .guidelines .guidline-sidebar p {
    font-size: 14px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    margin: 14px 0 0; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left {
    padding-top: 0; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .content-text, .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel.submission-guidelines-slider .content-text {
    padding: 20px 7px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-nav [class*='owl-'] {
    left: -10px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .owl-carousel .owl-dots button:after {
    font-size: 60px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left .box + .box {
    margin-top: 31px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section .left h3 {
    margin: 0 auto 10px;
    max-width: 200px; }
  .customer_blog_webpage .process-step .guidelines .guideline-content-section {
    gap: 26px; }
  .customer_blog_webpage .process-step .guidelines .guidline-sidebar {
    border-radius: 15px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing h2 {
    margin: 0 auto 14px;
    max-width: 220px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing p span {
    margin: 0 0 7px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price {
    height: 40px;
    margin: 23px 0 0;
    gap: 4px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price span {
    font-size: 20px;
    width: 73px; }
  .customer_blog_webpage .customer-blog-pricing .top-priceing .article-price .yellow {
    width: 78px;
    font-size: 14px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer {
    margin-top: 22px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .article-title {
    height: 30px;
    font-size: 14px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price {
    font-size: 20px;
    padding: 8px 6px 12px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec .box .price span {
    font-size: 10px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .price-box .box-sec {
    gap: 5px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section {
    margin-top: 17px;
    gap: 5px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box h3 {
    font-size: 14px;
    padding: 0 0 7px;
    line-height: normal; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion {
    max-width: 123px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box.insertion .btn {
    font-size: 12px;
    min-width: 100%;
    margin-top: 14px;
    height: 25px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .insertion-service-section .box {
    padding: 16px 12px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer::after {
    height: 200px; }
  .customer_blog_webpage .customer-blog-pricing .package-offer .submit-draft {
    margin-top: 28px; }
  .customer_blog_webpage .evaluate-project {
    margin-top: 46px; }
  .customer_blog_webpage .evaluate-project h3 {
    font-size: 16px;
    margin: 0 auto 25px;
    max-width: 220px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box {
    padding-bottom: 15px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .cb-icon {
    width: 41px;
    left: -23px;
    top: -19px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title {
    top: -31px;
    padding-left: 70px; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box .title:after {
    bottom: auto;
    left: 14%;
    width: 10px;
    height: 10px;
    top: 100%; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .title:after {
    right: 14%;
    left: auto;
    bottom: auto;
    top: 105%; }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .cb-icon {
    left: calc(100% - 18px); }
  .customer_blog_webpage .evaluate-project .box-sec .project-box:nth-child(2) .title {
    padding-left: 0;
    padding-right: 70px; }
  .customer_blog_webpage .evaluate-project .box-sec {
    gap: 37px; }
  .customer_blog_webpage .looks-like h2 {
    margin: 0 0 8px; }
  .customer_blog_webpage .looks-like::after {
    height: 100px; }
  .customer_blog_webpage .looks-likes-slider .owl-nav [class*='owl-'] {
    height: 20px;
    width: 20px;
    left: 0; }
  .customer_blog_webpage .looks-likes-slider .owl-nav [class*='owl-'].owl-next {
    right: 0;
    left: auto; }
  .customer_blog_webpage .looks-like .looks-likes-slider {
    padding: 0 26px; }
  .customer_blog_webpage .looks-like .btn {
    font-size: 14px; }
  .customer_blog_webpage .submission-help .grid-box .box .title .cb-icon img {
    height: 51px; }
  .customer_blog_webpage .submission-help .grid-box .box .title {
    min-height: 30px;
    padding-left: 60px;
    margin: 15px 0 16px; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) {
    margin-top: 30px; }
  .customer_blog_webpage .submission-help .grid-box .box:nth-child(2) .title {
    padding-left: 0;
    padding-right: 60px; }
  .customer_blog_webpage .submission-help .grid-box .box p a {
    margin: 5px 0; }
  .customer_blog_webpage .submission-help .grid-box {
    gap: 0; }
  .customer_blog_webpage .submission-help .grid-box .box {
    padding-bottom: 40px; } }

@media (max-width: 360px) {
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__author {
    font-size: 13px;
    line-height: 17px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .yotpoSlider__shortTitle {
    font-size: 13px; }
  .home-review-slider .Real-reviews section.yotpoSlider .slick-slider .slick-slide .yotpoSlider__content .content .box_bg .yotpoSlider__text {
    font-size: 13px;
    line-height: 20px; }
  /* About Us 27-6-2023 */
  .Aboutus_new_wrap .Our_team .panel .Team_box.Management .owl-carousel .item .box .overle {
    bottom: 1px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box .owl-carousel .item .box .overle {
    bottom: 3px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Service_customer .owl-carousel .item .box .overle {
    bottom: 5px; }
  .Aboutus_new_wrap .Our_team .panel .Team_box.Ecommerce .owl-carousel .item .box .overle, .Aboutus_new_wrap .Our_team .panel .Team_box.Finance .owl-carousel .item .box .overle {
    bottom: 6px; } }

@media only screen and (min-width: 480px) {
  .productPage .page .productView .product-contain .productView-images .product_thumbnail_wrap .product_video_box {
    display: none; } }

@media screen and (min-width: 73.75em) {
  .productView-options .form-action .button {
    margin-right: .78571rem;
    width: 100%; } }

@media (min-width: 1000px) {
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    width: 50% !important; }
  .categories-section .categories-right .ContentEditor > .klaviyo-form.form-version-cid-1 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    width: 100% !important; } }

/* 7-11-2023 */
.Newsletter.Black-friday-cyber-monday {
  width: 100%;
  display: inline-block;
  background-image: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/black-friday-cyber-monday-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19px 0 6px; }

.Newsletter.Black-friday-cyber-monday .Logo {
  float: left;
  padding: 0 40px 0 0; }

.Newsletter.Black-friday-cyber-monday .content {
  float: left;
  padding: 19px 0 0; }

.Newsletter.Black-friday-cyber-monday .content .box {
  position: relative;
  max-width: 310px;
  float: left;
  padding: 0 26px 0 20px; }

.Newsletter.Black-friday-cyber-monday .content form {
  float: left;
  padding: 0;
  margin: -2px 0 0; }

.Newsletter.Black-friday-cyber-monday .content .box:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 93%;
  background: #ffffff; }

.Newsletter.Black-friday-cyber-monday .content .box h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px; }

.Newsletter.Black-friday-cyber-monday .content .box p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 19.3px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: -0.19px;
  padding: 0; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form {
  width: 292px !important;
  max-width: initial !important;
  text-align: center;
  padding: 0 !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {
  min-height: initial !important;
  text-align: center; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:first-child .kl-private-reset-css-Xuajs1[component="[object Object]"] {
  margin-top: 0 !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:first-child .kl-private-reset-css-Xuajs1[component="[object Object]"] input {
  text-align: center !important;
  padding: 0 16px !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] input {
  height: 50px !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] .go181334828.kl-private-reset-css-Xuajs1 {
  height: 50px !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] button.go3894874857.kl-private-reset-css-Xuajs1 {
  height: 40px !important; }

/* 7-11-2023 */
.Newsletter.Black-friday-cyber-monday {
  width: 100%;
  display: inline-block;
  background-image: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/black-friday-cyber-monday-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19px 0 6px; }

.Newsletter.Black-friday-cyber-monday .Logo {
  float: left;
  padding: 0 40px 0 0; }

.Newsletter.Black-friday-cyber-monday .content {
  float: left;
  padding: 19px 0 0; }

.Newsletter.Black-friday-cyber-monday .content .box {
  position: relative;
  max-width: 310px;
  float: left;
  padding: 0 26px 0 20px; }

.Newsletter.Black-friday-cyber-monday .content form {
  float: left;
  padding: 0;
  margin: -2px 0 0; }

.Newsletter.Black-friday-cyber-monday .content .box:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 93%;
  background: #ffffff; }

.Newsletter.Black-friday-cyber-monday .content .box h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px; }

.Newsletter.Black-friday-cyber-monday .content .box p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 19.3px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: -0.19px;
  padding: 0; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form {
  width: 292px !important;
  max-width: initial !important;
  text-align: center;
  padding: 0 !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {
  min-height: initial !important;
  text-align: center; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:first-child .kl-private-reset-css-Xuajs1[component="[object Object]"] {
  margin-top: 0 !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:first-child .kl-private-reset-css-Xuajs1[component="[object Object]"] input {
  text-align: center !important;
  padding: 0 16px !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] input {
  height: 50px !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] .go181334828.kl-private-reset-css-Xuajs1 {
  height: 50px !important; }

.Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] button.go3894874857.kl-private-reset-css-Xuajs1 {
  height: 40px !important; }

@media (max-width: 1600px) {
  .Newsletter.Black-friday-cyber-monday {
    padding: 19px 0; }
  .Newsletter.Black-friday-cyber-monday .Logo img {
    max-width: 750px; } }

@media (max-width: 1450px) {
  .Newsletter.Black-friday-cyber-monday .Logo {
    padding: 0 30px 0 0; }
  .Newsletter.Black-friday-cyber-monday .Logo img {
    max-width: 700px; }
  .Newsletter.Black-friday-cyber-monday .content {
    padding: 10px 0 0; }
  .Newsletter.Black-friday-cyber-monday .content .box {
    max-width: 275px;
    padding: 0 20px 0 20px; }
  .Newsletter.Black-friday-cyber-monday .content .box h2 {
    font-size: 30px;
    margin: 0 0 12px; }
  .Newsletter.Black-friday-cyber-monday .content .box p {
    font-size: 17px;
    line-height: 27px; }
  .Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] input {
    height: 37px !important; }
  .Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] .go181334828.kl-private-reset-css-Xuajs1 {
    height: 37px !important; }
  .Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row] .kl-private-reset-css-Xuajs1[component="[object Object]"] button.go3894874857.kl-private-reset-css-Xuajs1 {
    height: 35px !important; } }

@media (max-width: 1366px) {
  .Newsletter.Black-friday-cyber-monday {
    display: flex;
    align-items: center;
    padding: 19px 0; }
  .Newsletter.Black-friday-cyber-monday .Logo img {
    max-width: 600px; } }

@media (max-width: 1150px) {
  .Newsletter.Black-friday-cyber-monday .Logo {
    padding: 0 20px 0 0; }
  .Newsletter.Black-friday-cyber-monday .Logo img {
    max-width: 450px; }
  .Newsletter.Black-friday-cyber-monday .content .box {
    max-width: 250px;
    padding: 0 15px; }
  .Newsletter.Black-friday-cyber-monday .content .box h2 {
    font-size: 27px;
    margin: 0 0 10px; }
  .Newsletter.Black-friday-cyber-monday .content .box p {
    font-size: 16px;
    line-height: 26px; }
  .Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form {
    width: 270px !important; } }

@media (max-width: 999px) {
  .Newsletter.Black-friday-cyber-monday {
    display: inline-block;
    padding: 15px 0; }
  .Newsletter.Black-friday-cyber-monday .Logo {
    display: table;
    float: initial;
    margin: 0 auto;
    padding: 0; }
  .Newsletter.Black-friday-cyber-monday .content {
    display: table;
    float: initial;
    margin: 0 auto;
    padding: 20px 0 0; }
  .Newsletter.Black-friday-cyber-monday .content .box {
    max-width: 250px;
    padding: 0 30px 0 0; }
  .Newsletter.Black-friday-cyber-monday .content .box:before {
    display: none; }
  .Newsletter.Black-friday-cyber-monday .content form {
    margin: 0; } }

@media (max-width: 767px) {
  .Newsletter.Black-friday-cyber-monday .content {
    padding: 15px 0 0; }
  .Newsletter.Black-friday-cyber-monday .content .box h2 {
    font-size: 25px;
    margin: 0 0 8px; }
  .Newsletter.Black-friday-cyber-monday .content .box p {
    font-size: 15px;
    line-height: 24px; } }

@media (max-width: 479px) {
  .Newsletter.Black-friday-cyber-monday .Logo img {
    max-width: 300px; }
  .Newsletter.Black-friday-cyber-monday .content {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0; }
  .Newsletter.Black-friday-cyber-monday .content .box {
    max-width: 300px;
    float: initial;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding: 0 0 15px; }
  .Newsletter.Black-friday-cyber-monday .content form {
    display: table;
    float: initial;
    margin: 0 auto; }
  .Newsletter.Black-friday-cyber-monday .content form form.klaviyo-form {
    width: 300px !important; }
  .Newsletter.Black-friday-cyber-monday .content form .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"], .Newsletter.Black-friday-cyber-monday .content form .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid=form-row]:nth-child(3) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
    max-width: 300px; } }

/* 20-11-2023 Cyber Monday Sale */
.abtest_hero_banner.Cyber_monday_sale .imgbox a img.Cyber_monday_sale_mobile {
  display: none; }

.abtest_hero_banner.Cyber_monday_sale .servicesbox {
  margin-top: -50px; }

/* Showcase Home Banner */
.showcase-home-banner .imgbox img.showcase_banner_mobile {
  display: none; }

@media (max-width: 1150px) {
  .abtest_hero_banner.Cyber_monday_sale .servicesbox {
    margin-top: -40px; } }

@media (max-width: 999px) {
  .abtest_hero_banner.Cyber_monday_sale .servicesbox {
    margin-top: -35px; } }

@media (max-width: 767px) {
  .abtest_hero_banner.Cyber_monday_sale .imgbox a img.Cyber_monday_sale_desktop {
    display: none; }
  .abtest_hero_banner.Cyber_monday_sale .imgbox a img.Cyber_monday_sale_mobile {
    display: block; }
  .abtest_hero_banner.Cyber_monday_sale .servicesbox {
    margin: 20px auto 0; } }

@media (max-width: 479px) {
  /* Showcase Home Banner */
  .showcase-home-banner .imgbox img.showcase_banner_desktop {
    display: none; }
  .showcase-home-banner .imgbox img.showcase_banner_mobile {
    width: 100%;
    height: auto;
    display: block; }
  .showcase-home-banner .imgbox .banner-over-text {
    display: none; } }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none !important; }

/* 27-6-2023 */
.product_downloads {
  width: 100%;
  display: inline-block;
  margin: 0 0 30px; }

.product_downloads h2.pd_section_hd {
  font-family: Oswald;
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  color: #201c1d;
  text-transform: uppercase;
  margin: 0 0 10px; }

.product_downloads .pd-table table tbody.pd-container tr.pd-table-row {
  border-top: 1px solid #eaeaea; }

.product_downloads .pd-table table tbody.pd-container tr.pd-table-row td.pd-table-title {
  width: 250px;
  text-align: left !important; }

.product_downloads .pd-table table tbody.pd-container tr.pd-table-row td.pd-table-title .pd-title {
  font-size: 20px; }

.product_downloads .pd-table table tbody.pd-container tr.pd-table-row td {
  vertical-align: middle !important;
  text-align: center !important;
  padding: 10px 12px; }

.product_downloads .pd-table table thead tr th.pd-thead-column {
  vertical-align: bottom;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  padding: 10px 12px; }

.product_downloads .pd-table table.pd-table tbody.pd-container tr.pd-table-row td.pd-table-column a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.product_downloads .pd-table table.pd-table tbody.pd-container tr.pd-table-row td.pd-table-column a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

@media (min-width: 480px) {
  .product_downloads .pd-table {
    width: 100%;
    display: inline-block;
    padding: 0 0 0; }
  .product_downloads .pd-table table.pd-table thead {
    width: 100%;
    display: inline-block; }
  .product_downloads .pd-table table.pd-table thead tr {
    width: 100%;
    display: inline-block;
    margin: 0 0 0; }
  .product_downloads .pd-table table.pd-table thead tr th.pd-thead-column.pd-thead-column-0, .product_downloads .pd-table table.pd-table tbody.pd-container tr.pd-table-row td.pd-table-column.pd-table-title {
    width: 40% !important;
    float: left; }
  .product_downloads .pd-table table.pd-table thead tr th.pd-thead-column, .product_downloads .pd-table table.pd-table tbody.pd-container tr.pd-table-row td.pd-table-column {
    width: 20% !important;
    float: left; }
  .product_downloads .pd-table table.pd-table tbody.pd-container {
    width: 100%;
    display: inline-block; }
  .product_downloads .pd-table table.pd-table tbody.pd-container tr.pd-table-row {
    width: 100%;
    display: inline-block;
    border: none; }
  .product_downloads .pd-table table.pd-table tbody.pd-container tr.pd-table-row td.pd-table-column {
    border-top: 1px solid #eaeaea; } }

@media (max-width: 999px) {
  .product_downloads {
    margin: 20px 0; }
  /* About us Klavyo Popup */
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form {
    min-width: auto !important;
    max-width: 700px !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1:nth-child(2) {
    padding: 7px 10px 6px 10px !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick span {
    font-size: 18px !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 {
    min-height: 288px; } }

@media (max-width: 767px) {
  .product_downloads .pd-table {
    overflow: auto; }
  .product_downloads h2.pd_section_hd {
    font-size: 20px; }
  /* About us Klavyo Popup */
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form {
    flex-direction: column !important;
    min-width: auto !important;
    max-width: 380px !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 {
    width: 100% !important;
    min-height: 270px;
    margin: 0 !important;
    min-width: auto !important;
    padding: 0 0 !important;
    width: 100% !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1:nth-child(2) {
    padding: 0 !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 .needsclick.kl-private-reset-css-Xuajs1 {
    background-size: 100% !important; } }

@media (max-width: 479px) {
  .product_downloads .pd-table table thead tr th.pd-thead-column, .product_downloads .pd-table table tbody.pd-container tr.pd-table-row td {
    padding: 10px; }
  /* About us Klavyo Popup */
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form {
    flex-direction: column !important;
    min-width: auto !important;
    max-width: 480px !important; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 {
    min-height: 368px; }
  .AboutUs_new_page .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1:nth-child(2) {
    padding: 0 !important;
    min-height: 288px; } }

.abtest_hero_banner.Cyber_monday_sale.sponsorship_program_homebanner .servicesbox {
  margin-top: 15px !important; }

.sidenav ul li.mobile_submenu ul li a {
  border: 0 !important;
  padding: 5px 8px; }

.sidenav ul li.mobile_submenu ul li:last-child a {
  margin-bottom: 8px; }

/*** About team slider ***/
.Amazing-team {
  width: 100%;
  display: inline-block;
  margin: 0 0 60px; }

.Amazing-team .gptwl_section {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 0 0 21px; }

.Amazing-team .gptwl_section .gptwl_text {
  width: 100%;
  display: inline-block;
  float: initial; }

.Amazing-team .gptwl_section .gptwl_img {
  display: none; }

.Amazing-team .gptwl_section .gptwl_text p {
  color: #000000; }

.Amazing-team .gptwl_section .gptwl_text p:last-child {
  padding: 0; }

.Amazing-team .Team-quote-slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0; }

.Amazing-team .Team-quote-slider .quote-slider {
  width: calc(100% - 200px);
  float: left; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-stage-outer {
  padding: 12px 0 27px; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item {
  width: 100%;
  display: inline-block; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .image {
  width: 189px;
  float: left;
  position: relative;
  z-index: 9;
  margin: -12px 0 0; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content {
  position: relative;
  width: calc(100% - 162px);
  min-height: 256px;
  float: left;
  background: #488aba;
  border: none;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 0 -27px;
  padding: 20px 55px 20px 65px; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 25px;
  border-top: 14px solid #488aba;
  border-left: 14px solid #488aba;
  border-bottom: 14px solid #ffffff;
  border-right: 14px solid #ffffff; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 13.26px;
  line-height: 20.62px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 2px; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content span {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-size: 13.26px;
  line-height: normal;
  color: #ffffff;
  display: block;
  margin: 10px 0 0; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-prev {
  display: none; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  margin: -12px 0 0; }

.Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-next img {
  cursor: pointer !important; }

.Amazing-team .Team-quote-slider .quote-image {
  width: 170px;
  float: right;
  margin: 12px 0 0; }

.Amazing-team .Team-quote-slider .quote-image img.black-certification-2023 {
  max-height: 160px;
  margin: 0 auto;
  display: table;
  padding: 0 0 10px; }

@media (max-width: 1150px) {
  .Amazing-team {
    margin: 0 0 50px; }
  .Amazing-team .Team-quote-slider .quote-slider {
    width: calc(100% - 170px); }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content {
    width: calc(100% - 125px);
    padding: 20px 40px 20px 50px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .image {
    width: 150px;
    margin: 25px 0 0; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-next {
    right: 10px; }
  .Amazing-team .Team-quote-slider .quote-image {
    width: 150px; } }

@media (max-width: 999px) {
  .Amazing-team {
    margin: 0; }
  .Amazing-team .gptwl_section {
    margin: 30px 0 20px; }
  .Amazing-team .gptwl_section .gptwl_text {
    width: calc(100% - 140px);
    float: left; }
  .Amazing-team .gptwl_section .gptwl_img {
    width: auto;
    float: right;
    display: block;
    text-align: right; }
  .Amazing-team .gptwl_section .gptwl_img img {
    width: 110px; }
  .Amazing-team .Team-quote-slider .quote-image {
    display: none; }
  .Amazing-team .Team-quote-slider .quote-slider {
    width: 100%;
    display: inline-block;
    float: initial; } }

@media (max-width: 767px) {
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item {
    padding: 0 1px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-stage-outer {
    padding: 0 0 22px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .image {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .image img {
    width: 150px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content {
    width: 100%;
    padding: 42px 20px 25px;
    margin: -28px 0 0; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .content:after {
    bottom: -22px;
    border-top: 11px solid #488aba;
    border-left: 11px solid #488aba;
    border-bottom: 11px solid #ffffff;
    border-right: 11px solid #ffffff; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-next {
    top: 118px;
    transform: initial;
    right: auto;
    left: 207px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-next img {
    filter: invert(48%) sepia(56%) saturate(480%) hue-rotate(162deg) brightness(93%) contrast(84%); } }

@media (max-width: 479px) {
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .item .image img {
    width: 125px; }
  .Amazing-team .Team-quote-slider .quote-slider .owl-carousel .owl-nav button.owl-next {
    top: 80px;
    left: 185px; } }

/* What's New This Week 22-1-2024 */
.New-this-week {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.New-this-week .This-week-product {
  width: 100%;
  display: inline-block;
  margin: 43px 0 52px; }

.New-this-week .This-week-product .box {
  width: calc(33.333% - 20px);
  float: left;
  margin-right: 30px; }

.New-this-week .This-week-product .box:nth-child(3n+0) {
  margin-right: 0; }

.New-this-week .This-week-product .box:nth-child(n+4) {
  margin-top: 50px; }

.New-this-week .This-week-product .box .content {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0;
  padding: 0 0 0 38px; }

.New-this-week .This-week-product .box .content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 100%;
  background: #488abb;
  z-index: -1; }

.New-this-week .This-week-product .box .content:last-child:before {
  height: calc(100% - 70px); }

.New-this-week .This-week-product .box .content a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 27px;
  line-height: normal;
  color: #231f20;
  display: inline-block;
  margin: 0 0 2px; }

.New-this-week .This-week-product .box .content a:hover {
  color: #418fc7; }

.New-this-week .This-week-product .box .content p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #231f20;
  min-height: 70px;
  padding: 0 0 0;
  margin: 0 0 17px; }

.New-this-week .This-week-product .box .content ul {
  width: 100%;
  display: inline-block;
  min-height: 146px;
  padding: 0;
  margin: 28px 0 32px 0; }

.New-this-week .This-week-product .box .content ul li {
  position: relative;
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: rgba(32, 28, 29, 0.9);
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0 0 7px; }

.New-this-week .This-week-product .box .content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #fad209;
  border-radius: 10px; }

.New-this-week .This-week-product .box .content a.buttonLink {
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  color: #1f1c1d;
  background: #fad209;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 -38px;
  padding: 6px 29px; }

.New-this-week .This-week-product .box .content a.buttonLink:hover {
  color: #ffffff;
  background: #1f1c1d; }

.New-this-week .This-week-product .box .image {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px; }

.New-this-week .This-week-product .box .image img {
  max-width: 200px; }

.New-this-week .Biggest-supplier {
  width: 100%;
  display: inline-block;
  margin: 30px 0 55px; }

.New-this-week .Catch-missed {
  width: 100%;
  display: inline-block;
  margin: 0 0 30px; }

.New-this-week .Catch-missed h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #333333;
  letter-spacing: 0;
  margin: 0 0 20px; }

.New-this-week .Catch-missed .box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0; }

.New-this-week .Catch-missed .box-section .box {
  width: calc(16.666% - 17px);
  float: left;
  margin-right: 20px; }

.New-this-week .Catch-missed .box-section .box:nth-child(6n+0) {
  margin-right: 0; }

.New-this-week .Catch-missed .box-section .box:nth-child(n+7) {
  margin-top: 20px; }

.New-this-week .Catch-missed .box-section .box a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  color: #333333;
  display: inline-block;
  margin: 0 0 0; }

.New-this-week .Catch-missed .box-section .box a:hover {
  color: #418fc7; }

.New-this-week .Catch-missed .box-section .box p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  color: #333333;
  padding: 0 0 12px;
  text-transform: uppercase; }

.New-this-week .Catch-missed .box-section .box p:last-child {
  padding: 0; }

@media (max-width: 1150px) {
  /* What's New This Week 22-1-2024 */
  .New-this-week .This-week-product {
    margin: 35px 0 42px; }
  .New-this-week .This-week-product .box .content {
    padding: 0 0 0 30px; }
  .New-this-week .This-week-product .box .content a {
    font-size: 25px; }
  .New-this-week .This-week-product .box .content p {
    font-size: 16px;
    line-height: 22px; }
  .New-this-week .This-week-product .box .content ul {
    min-height: 168px;
    margin: 20px 0 25px 0; }
  .New-this-week .This-week-product .box .content ul li {
    font-size: 16px;
    line-height: 21px; }
  .New-this-week .This-week-product .box .content:last-child:before {
    height: calc(100% - 62px); }
  .New-this-week .This-week-product .box .content a.buttonLink {
    font-size: 16px;
    margin: 0 0 0 -30px;
    padding: 6px 25px; }
  .New-this-week .Biggest-supplier {
    margin: 19px 0 47px; }
  .New-this-week .Catch-missed {
    margin: 0 0 20px; }
  .New-this-week .Catch-missed h2 {
    font-size: 28px; }
  .New-this-week .Catch-missed .box-section .box {
    width: calc(20% - 16px);
    margin-right: 20px !important; }
  .New-this-week .Catch-missed .box-section .box:nth-child(5n+0) {
    margin-right: 0 !important; }
  .New-this-week .Catch-missed .box-section .box:nth-child(n+6) {
    margin-top: 20px; } }

@media (max-width: 767px) {
  /* What's New This Week 22-1-2024 */
  .New-this-week .This-week-product {
    margin: 28px 0 32px; }
  .New-this-week .This-week-product .box .content a {
    font-size: 23px; }
  .New-this-week .This-week-product .box .content {
    padding: 0 0 0 25px; }
  .New-this-week .This-week-product .box .content ul {
    min-height: 189px;
    margin: 15px 0 20px 0; }
  .New-this-week .This-week-product .box .content:last-child:before {
    height: calc(100% - 57px); }
  .New-this-week .This-week-product .box .content a.buttonLink {
    font-size: 16px;
    margin: 0 0 0 -25px;
    padding: 6px 14px; }
  .New-this-week .This-week-product .box .content:before {
    width: 7px; }
  .New-this-week .Biggest-supplier {
    margin: 16px 0 37px; }
  .New-this-week .Catch-missed {
    margin: 0 0 10px; }
  .New-this-week .Catch-missed h2 {
    font-size: 26px; } }

@media (max-width: 479px) {
  /* What's New This Week 22-1-2024 */
  .New-this-week .This-week-product {
    margin: 19px 0 22px; }
  .New-this-week .This-week-product .box {
    width: 100%;
    margin: 0; }
  .New-this-week .This-week-product .box:nth-child(n+2) {
    margin-top: 40px; }
  .New-this-week .This-week-product .box .content:last-child:before {
    height: calc(100% - 52px); }
  .New-this-week .This-week-product .box .content a {
    font-size: 20px; }
  .New-this-week .This-week-product .box .content p {
    font-size: 15px;
    line-height: 21px;
    min-height: initial; }
  .New-this-week .This-week-product .box .content ul {
    min-height: initial;
    margin: 10px 0 15px 0; }
  .New-this-week .This-week-product .box .content ul li {
    font-size: 15px;
    line-height: 20px; }
  .New-this-week .Biggest-supplier {
    margin: 10px 0 27px; }
  .New-this-week .Catch-missed h2 {
    font-size: 20px; }
  .New-this-week .Catch-missed .box-section .box {
    width: calc(50% - 10px);
    margin: 0 !important; }
  .New-this-week .Catch-missed .box-section .box:nth-child(even) {
    margin-left: 20px !important; }
  .New-this-week .Catch-missed .box-section .box:nth-child(n+3) {
    margin-top: 20px !important; }
  .New-this-week .Catch-missed {
    margin: 0 0 0; } }

/*************** All Stars Sponsorship Page ***************/
.Featured_sponsor_page {
  width: 100%;
  display: inline-block;
  margin: 34px 0; }

.Featured_sponsorships {
  width: 100%;
  display: inline-block;
  margin: 0 0 46px; }

.Featured_sponsorships .title {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Featured_sponsorships .title h1 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -1.28px;
  margin: 0 0 10px; }

.Featured_sponsorships .title h2 {
  font-family: 'Atalon';
  font-weight: 400;
  font-size: 58px;
  line-height: normal;
  color: #4886b7;
  text-transform: capitalize;
  letter-spacing: -2.32px;
  margin: 0 0 39px; }

.Featured_sponsorships .owl-carousel {
  width: 100%;
  display: inline-block;
  padding: 0; }

.Featured_sponsorships .owl-carousel .item {
  background: #f4f4f4;
  border-radius: 15px;
  margin: 0 0 26px; }

.Featured_sponsorships .owl-carousel .item .box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0;
  padding: 41px 60px 37px 82px; }

.Featured_sponsorships .owl-carousel .item .box .images {
  width: 154px;
  float: left; }

.Featured_sponsorships .owl-carousel .item .box .images img {
  width: auto;
  border-radius: 10px;
  margin: 0 0 8px;
  cursor: pointer; }

.Featured_sponsorships .owl-carousel .item .box .images img:last-child {
  margin: 0; }

.Featured_sponsorships .owl-carousel .item .box .content {
  width: calc(100% - 215px);
  float: right; }

.Featured_sponsorships .owl-carousel .item .box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.9px;
  width: 100%;
  display: inline-block;
  padding: 0 80px 35px 0; }

.Featured_sponsorships .owl-carousel .item .box .Team-child {
  position: relative;
  width: calc(100% - 150px);
  float: left;
  margin: 5px 0 52px; }

.Featured_sponsorships .owl-carousel .item .box .Team-child:before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 87px;
  height: 2px;
  background: #ffcd02; }

.Featured_sponsorships .owl-carousel .item .box .Team-child span {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin: 0 0 5px; }

.Featured_sponsorships .owl-carousel .item .box .Team-child span strong, .Featured_sponsorships .owl-carousel .item .box .Team-child span b {
  font-family: 'Poppins';
  font-weight: 700; }

.Featured_sponsorships .owl-carousel .item .box .Team-child span a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #4886b7;
  text-decoration: underline; }

.Featured_sponsorships .owl-carousel .item .box .Team-child span a:hover {
  color: #000000; }

.Featured_sponsorships .owl-carousel .item .box .Icon-top {
  width: 128px;
  float: right; }

.Featured_sponsorships .owl-carousel .item .box .Icon-top img {
  width: auto; }

.Featured_sponsorships .owl-carousel .item .box .content .Share-icon img {
  width: auto; }

.Featured_sponsorships .owl-carousel .item .box .content .Icon-bottom {
  position: absolute;
  bottom: 0;
  right: 28px; }

.Featured_sponsorships .owl-carousel .item .box .content .Icon-bottom img {
  width: auto; }

.Featured_sponsorships .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 19px; }

.Featured_sponsorships .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 19px; }

.Featured_sponsorships .owl-carousel .item .box .Mobile_show {
  display: none; }

.Past_sponsorships {
  width: 100%;
  display: inline-block;
  padding: 0 0 0;
  margin: 0 0 30px; }

.Past_sponsorships .accordion-wrapper {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Past_sponsorships .accordion-wrapper .btn-wrapper button {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 32.08px;
  line-height: normal;
  color: #000000;
  width: 100%;
  display: inline-block;
  background: #ffcd02;
  border: none;
  border-radius: 15px 15px 0 0;
  outline: none !important;
  text-align: left;
  letter-spacing: -1.28px;
  text-transform: uppercase;
  padding: 28px 31px 18px; }

.Past_sponsorships .accordion-wrapper .btn-wrapper button:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 64px;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/past-sponsorships-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 21px; }

.Past_sponsorships .accordion-wrapper .btn-wrapper span {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 1px; }

.Past_sponsorships .accordion-wrapper .collepsing-div {
  position: relative;
  width: 100%;
  display: inline-block;
  border: none;
  border-radius: 0 0 15px 15px;
  min-height: inherit;
  padding: 0; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel {
  width: 100%;
  display: inline-block;
  padding: 0; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item {
  position: relative; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/past-sponsorships-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0;
  padding: 39px 63px 55px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images {
  position: relative;
  width: 195px;
  float: left;
  margin-top: 20px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images img {
  width: auto;
  border-radius: 50%; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-star {
  position: absolute;
  top: -25px;
  right: 15px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-star img {
  width: auto; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-icon {
  position: absolute;
  bottom: -16px;
  left: -10px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-icon img {
  width: auto; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content {
  width: calc(100% - 230px);
  float: right; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content p {
  position: relative;
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 0.85px;
  width: 100%;
  display: inline-block;
  padding: 0; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Team-child {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 14px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin: 0 0 1px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span strong, .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span b {
  font-family: 'Poppins';
  font-weight: 700; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  text-decoration: underline; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span a:hover {
  color: #000000; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Icon-top {
  width: 128px;
  float: right; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Icon-top img {
  width: auto; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Share-icon img {
  width: auto; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Icon-bottom {
  position: absolute;
  bottom: 0;
  right: 28px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Icon-bottom img {
  width: auto; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px; }

.Past_sponsorships .Apply-sponsorship {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 58px 0 0; }

.Past_sponsorships .Apply-sponsorship a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #252524;
  background: #ffd200;
  border: none;
  border-radius: 50px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 15px 38px; }

.Past_sponsorships .Apply-sponsorship a:hover {
  color: #ffffff;
  background: #498cbc; }

.Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .Mobile_show {
  display: none; }

body.sponsorship_program_page .Featured_sponsor_page {
  margin-top: 0 !important; }

body.sponsorship_program_page .Application-section {
  margin-bottom: 50px; }

.productView-details .productView-product .non-sale-price--withoutTax {
  font-size: 20px; }

@media (max-width: 1150px) {
  .Featured_sponsor_page {
    margin: 25px 0; }
  .Featured_sponsorships {
    margin: 0 0 35px; }
  .Featured_sponsorships .title h1 {
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 0 8px; }
  .Featured_sponsorships .title h2 {
    font-size: 55px;
    letter-spacing: -2px;
    margin: 0 0 30px; }
  .Featured_sponsorships .owl-carousel .item .box {
    padding: 35px 40px 35px 60px; }
  .Featured_sponsorships .owl-carousel .owl-nav button img {
    width: 35px; }
  .Featured_sponsorships .owl-carousel .owl-nav button {
    left: 15px; }
  .Featured_sponsorships .owl-carousel .owl-nav button.owl-next {
    right: 15px; }
  .Featured_sponsorships .owl-carousel .item .box .content {
    width: calc(100% - 180px); }
  .Featured_sponsorships .owl-carousel .item .box .Team-child {
    margin: 0 0 40px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child span, .Featured_sponsorships .owl-carousel .item .box .Team-child span a {
    font-size: 18px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child:before {
    bottom: -15px; }
  .Featured_sponsorships .owl-carousel .item .box .content p {
    font-size: 17px;
    line-height: 28px;
    padding: 0 40px 30px 0; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button {
    font-size: 30px;
    padding: 22px 30px 18px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button:before {
    right: 40px;
    background-size: contain;
    width: 35px;
    height: 16px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box {
    padding: 35px 60px 45px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content {
    width: calc(100% - 220px); }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span, .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span a {
    font-size: 18px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Team-child {
    margin: 0 0 12px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content p {
    font-size: 16px;
    line-height: 28px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button {
    left: 25px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button.owl-next {
    right: 25px; }
  .Past_sponsorships .Apply-sponsorship {
    margin: 50px 0 0; }
  .Past_sponsorships .Apply-sponsorship a {
    font-size: 20px;
    padding: 14px 35px; }
  .Past_sponsorships {
    margin: 0 0 25px; }
  body.sponsorship_program_page .Application-section {
    margin-bottom: 40px; } }

@media (max-width: 999px) {
  .Featured_sponsor_page {
    margin: 20px 0 25px; }
  .Featured_sponsorships {
    margin: 0 0 30px; }
  .Featured_sponsorships .title h1 {
    font-size: 28px;
    letter-spacing: -1px;
    margin: 0 0 8px; }
  .Featured_sponsorships .title h2 {
    font-size: 52px;
    letter-spacing: -2px;
    margin: 0 0 25px; }
  .Featured_sponsorships .owl-carousel .item .box {
    padding: 30px 30px 30px 50px; }
  .Featured_sponsorships .owl-carousel .owl-nav button img {
    width: 30px; }
  .Featured_sponsorships .owl-carousel .owl-nav button {
    left: 12px; }
  .Featured_sponsorships .owl-carousel .owl-nav button.owl-next {
    right: 12px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child span, .Featured_sponsorships .owl-carousel .item .box .Team-child span a {
    font-size: 17px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child {
    margin: 0 0 35px; }
  .Featured_sponsorships .owl-carousel .item .box .content p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px 25px 0; }
  .Past_sponsorships {
    margin: 0 0 15px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button {
    font-size: 28px;
    padding: 20px 28px 15px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button:before {
    right: 35px;
    background-size: contain;
    width: 32px;
    height: 15px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box {
    padding: 30px 45px 35px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span, .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span a {
    font-size: 17px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Team-child {
    margin: 0 0 10px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content p {
    font-size: 15px;
    line-height: 25px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button {
    left: 20px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button.owl-next {
    right: 20px; }
  .Past_sponsorships .Apply-sponsorship {
    margin: 40px 0 0; }
  .Past_sponsorships .Apply-sponsorship a {
    font-size: 18px;
    padding: 13px 32px; } }

@media (max-width: 767px) {
  .Featured_sponsorships .owl-carousel .item .box .Mobile_show {
    display: block; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .Mobile_show {
    display: block; }
  .Featured_sponsor_page {
    margin: 25px 0; }
  .Featured_sponsorships {
    margin: 0 0 20px; }
  .Featured_sponsorships .title h1 {
    font-size: 25px;
    letter-spacing: -1px;
    margin: 0 0 8px; }
  .Featured_sponsorships .title h2 {
    font-size: 45px;
    letter-spacing: -2px;
    margin: 0 0 15px; }
  .Featured_sponsorships .owl-carousel .item .box {
    padding: 25px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child span, .Featured_sponsorships .owl-carousel .item .box .Team-child span a {
    font-size: 16px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child:before {
    display: none; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child {
    margin: 0 0 25px; }
  .Featured_sponsorships .owl-carousel .item .box .images {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 25px; }
  .Featured_sponsorships .owl-carousel .item .box .images img {
    width: 100%;
    margin: 0;
    display: none; }
  .Featured_sponsorships .owl-carousel .item .box .images img:first-child {
    display: block; }
  .Featured_sponsorships .owl-carousel .item .box .content {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Featured_sponsorships .owl-carousel .item .box .content .Team-icon {
    display: none; }
  .Featured_sponsorships .owl-carousel .item .box .content p {
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 20px; }
  .Featured_sponsorships .owl-carousel .owl-nav button img {
    width: 24px; }
  .Featured_sponsorships .owl-carousel .owl-nav button {
    left: -4px; }
  .Featured_sponsorships .owl-carousel .owl-nav button.owl-next {
    right: -4px; }
  .Featured_sponsorships .owl-carousel .item .box .content .Share-icon img {
    max-width: 88px; }
  .Featured_sponsorships .owl-carousel .item .box .Icon-top {
    display: flex;
    justify-content: flex-end; }
  .Featured_sponsorships .owl-carousel .item .box .Icon-top img {
    max-height: 58px;
    width: auto; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box {
    padding: 30px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button {
    font-size: 25px;
    padding: 18px 25px 14px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button:before {
    right: 30px;
    background-size: contain;
    width: 25px;
    height: 11px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content .Team-child {
    display: none; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images {
    width: 100%;
    display: flex;
    float: initial;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .image-box {
    position: relative;
    width: 150px;
    float: left;
    margin-top: 20px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .Team-child {
    width: calc(100% - 180px);
    float: right; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-star {
    top: -9px;
    right: 22px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-star img {
    max-width: 25px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-icon {
    bottom: -16px;
    left: 0; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-icon img {
    max-width: 80px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 0; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content p {
    font-size: 14px;
    line-height: 23px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button img {
    max-width: 10px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button {
    left: 10px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button.owl-next {
    right: 10px; }
  body.sponsorship_program_page .Application-section {
    margin-bottom: 30px; } }

@media (max-width: 479px) {
  .Featured_sponsor_page {
    margin: 20px 0 30px; }
  .Featured_sponsorships {
    margin: 0 0 12px; }
  .Featured_sponsorships .title h1 {
    font-size: 20px;
    letter-spacing: -0.8px;
    margin: 0 0 5px; }
  .Featured_sponsorships .title h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
    margin: 0 0 20px; }
  .Featured_sponsorships .owl-carousel .item {
    border-radius: 10px;
    margin: 0 0 18px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child {
    width: calc(100% - 100px);
    margin: 0 0 21px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child span {
    margin: 0 0 8px; }
  .Featured_sponsorships .owl-carousel .item .box .Team-child span, .Featured_sponsorships .owl-carousel .item .box .Team-child span a {
    font-size: 13.67px;
    line-height: 19.33px;
    letter-spacing: 0.67px; }
  .Featured_sponsorships .owl-carousel .item .box .Icon-top {
    width: 85px; }
  .Featured_sponsorships .owl-carousel .item .box .images {
    margin: 0 0 18px; }
  .Featured_sponsorships .owl-carousel .item .box .content p {
    font-size: 13.67px;
    line-height: 19.33px;
    padding: 0 0 22px; }
  .Featured_sponsorships .owl-carousel .item .box .content .Icon-bottom img {
    max-width: 95px; }
  .Featured_sponsorships .owl-carousel .item .box .content .Icon-bottom {
    right: 15px; }
  .Featured_sponsorships .owl-carousel .owl-nav button {
    top: 140px;
    transform: initial; }
  .Past_sponsorships {
    margin: 0 0 3px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button {
    font-size: 19.67px;
    border-radius: 10px 10px 0 0;
    padding: 16px 17px 8px; }
  .Past_sponsorships .accordion-wrapper .btn-wrapper button:before {
    right: 25px;
    background-size: contain;
    width: 18px;
    height: 8px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box {
    padding: 21px 28px 28px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .image-box {
    width: 83px;
    margin: 0; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .Team-child {
    width: calc(100% - 102px); }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-star {
    top: -12px;
    right: 4px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-icon img {
    max-width: 62px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images .box-icon {
    bottom: -12px;
    left: 0; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span, .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span a {
    font-size: 13.67px;
    line-height: 19.33px;
    letter-spacing: 0.67px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span {
    margin: 0 0 6px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box span:last-child {
    margin: 0; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .content p {
    font-size: 12px;
    line-height: 18.67px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .item .box .images {
    margin: 0 0 35px; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button {
    top: 55px;
    transform: initial; }
  .Past_sponsorships .accordion-wrapper .collepsing-div .owl-carousel .owl-nav button img {
    max-width: 9px; }
  .Past_sponsorships .Apply-sponsorship {
    margin: 33px 0 0; }
  .Past_sponsorships .Apply-sponsorship a {
    font-size: 16px;
    padding: 10px 20px; }
  body.sponsorship_program_page .Application-section {
    margin-bottom: 25px; } }

/*************** Welcome to Our Blog Page ***************/
.categories-section.Welcome_our_blog {
  width: 100%;
  display: inline-block;
  padding: 30px 0 0; }

.categories-section.Welcome_our_blog .blog_post_section {
  max-width: 870px; }

.categories-section.Welcome_our_blog .blog_post_section h1.page-heading {
  font-family: Oswald;
  font-weight: 700;
  font-size: 41.23px;
  line-height: normal;
  color: #1d1d1b;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  display: block;
  margin: -9px 0 29px; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 18px; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner img {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px #e9c001;
  -moz-box-shadow: 0px 0px 10px 1px #e9c001;
  box-shadow: 0px 0px 10px 1px #e9c001;
  margin: 0; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle {
  position: absolute;
  top: 42px;
  left: 30px; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .Hit-nail {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20.91px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  margin: 0 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 {
  margin: -17px 0 3px -29px; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 img {
  width: auto;
  max-width: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0; }

.categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .from-best {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20.34px;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  margin: 0 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .content {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15.47px;
  line-height: 24.18px;
  color: #000000;
  margin: 0;
  padding: 0 0 21px; }

.categories-section.Welcome_our_blog .blog_post_section .content p b {
  font-family: Poppins;
  font-weight: 700; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab {
  position: relative;
  width: 50%;
  float: left;
  margin-right: 23px;
  text-align: center;
  padding: 28px 0 22px; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-tab-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab:last-child {
  margin-right: 0; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab img {
  display: table;
  margin: 0 auto 11px; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab.is-active img {
  filter: invert(53%) sepia(54%) saturate(447%) hue-rotate(162deg) brightness(85%) contrast(93%); }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab a.tab-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 19.34px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.323px;
  text-transform: capitalize;
  background: transparent;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab a.tab-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block; }

.categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab.is-active a.tab-title {
  color: #498cbc; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents {
  padding: 0;
  margin: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content {
  padding-bottom: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15.47px;
  line-height: 24.18px;
  color: #000000;
  margin: 0;
  padding: 0 0 27px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content p b {
  font-family: Poppins;
  font-weight: 700; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list {
  width: 100%;
  display: inline-block;
  background: #eeeeee;
  padding: 22px 25px 0;
  margin: 0 0 52px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  border-radius: 15px;
  padding: 12px 12px 10px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box .image {
  width: 100%;
  display: inline-block;
  margin: 0 0 14px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box .image img {
  border-radius: 10px;
  width: 100%; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box article.blog {
  width: 100%;
  background: transparent;
  box-shadow: initial;
  display: inline-block;
  padding: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-figure {
  width: 100%;
  max-width: 100%;
  float: initial;
  display: inline-block;
  margin: 0 0 14px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-figure a img {
  border-radius: 10px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body {
  width: 100%;
  float: initial;
  display: inline-block;
  margin: 0 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header .blog-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 17.22px;
  line-height: 23.21px;
  color: #000000;
  display: block;
  margin: 0 0 10px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header .blog-title a {
  color: #000000; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header .blog-title a:hover {
  color: #418fc7; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 9.67px;
  line-height: 1;
  color: #5e5e5e;
  display: block;
  margin: 0 0 10px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14.51px;
  line-height: 22.24px;
  color: #000000;
  padding: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .readmore_btn1, .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-1 {
  padding: 5px 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-1 .readmore_btn {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #498cbc;
  text-transform: uppercase;
  border-bottom: 1px solid #498cbc; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post {
  width: 100%;
  display: inline-block;
  float: initial; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 {
  width: 100%;
  display: inline-block;
  float: initial; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .blog-tags {
  width: 100%;
  display: inline-block;
  float: initial; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .blog-tags ul.tags, .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags {
  margin: 19px 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .blog-tags ul.tags li.tag a, .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags li.tag a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 9.51px;
  line-height: 14px;
  color: #000000;
  background: #eeeeee;
  border: none;
  border-radius: 7px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .blog-tags ul.tags li.tag a:hover, .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags li.tag a:hover {
  color: #fff;
  background: #498cbc; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog {
  width: calc(33.333% - 16px);
  float: left;
  margin: 0;
  margin-right: 23px;
  clear: none;
  box-shadow: none;
  border-radius: 15px;
  padding: 12px 12px 10px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog:nth-child(3n+0) {
  margin-right: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog .blog-post-body .blog-post .blog-tags ul.tags {
  padding: 0;
  text-align: left; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box ul.tags {
  width: 100%;
  display: inline-block;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box ul.tags li.tag {
  margin-right: 5px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box ul.tags li.tag:last-child {
  margin-right: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots {
  margin: 0 auto;
  display: table;
  padding: 28px 0 20px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #010101;
  padding: 0;
  margin: 0;
  margin-right: 7px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots .owl-dot.active {
  background: #4781b3;
  border-color: #4781b3; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots.disabled {
  padding: 15px 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots.disabled button {
  display: none; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Keep-reading {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 -22px !important; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Keep-reading a {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 19.34px;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  display: inline-block;
  z-index: 9;
  padding: 14px 30px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Keep-reading a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-btn-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together {
  width: 100%;
  display: flex;
  margin: 22px 0 66px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box {
  position: relative;
  width: calc(50% - 14px);
  float: left;
  margin-right: 27px;
  text-align: center;
  border: 3px solid #000000;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(73, 140, 188, 0.8), inset 0px 0px 10px 0px rgba(73, 140, 188, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(73, 140, 188, 0.8), inset 0px 0px 10px 0px rgba(73, 140, 188, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(73, 140, 188, 0.8), inset 0px 0px 10px 0px rgba(73, 140, 188, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(73, 140, 188, 0.8), inset 0px 0px 10px 0px rgba(73, 140, 188, 0.8);
  display: inline-block;
  padding: 36px 14px 19px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box:nth-child(even) {
  margin-right: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24.18px;
  line-height: 1;
  color: #000000;
  margin: 0 0 17px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box p {
  padding: 0 0 20px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box a {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  display: table;
  z-index: 9;
  min-width: 240px;
  margin: 0 auto;
  padding: 18px 25px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-btn-bg-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box:nth-child(even) a:before {
  background: url("https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-btn-bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how {
  position: relative;
  width: 100%;
  display: inline-block;
  z-index: 9;
  padding: 37px 35px 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/build-know-how-bg-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px #e9c001;
  -moz-box-shadow: 0px 0px 10px 1px #e9c001;
  box-shadow: 0px 0px 10px 1px #e9c001;
  margin: 0;
  z-index: -1; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h2 {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 24.18px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 33px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h2:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 54px;
  height: 5px;
  background: #ffc700; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15.47px;
  line-height: 23.21px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 19px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h3 {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 24.18px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 20px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 -28px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 19.34px;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  display: inline-block;
  z-index: 9;
  float: left;
  margin-right: 14px;
  padding: 16px 30px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a:last-child {
  margin-right: 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-btn-bg-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-btn-bg-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #eeeeee;
  margin: 0;
  padding: 70px 30px 57px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .logo {
  width: auto;
  float: left; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content {
  width: auto;
  float: left;
  margin: 13px 0 0 26px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32.4px;
  line-height: 38.88px;
  color: #1a1b18;
  letter-spacing: 0;
  margin: 0 0 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content h2 b {
  font-family: Poppins;
  font-weight: 700;
  color: #3f7baf; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Leave_review {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 30px 0; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Leave_review a {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 19.34px;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  display: inline-block;
  z-index: 9;
  padding: 16px 30px; }

.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Leave_review a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://cdn11.bigcommerce.com/s-am2zwfj7ty/images/stencil/original/image-manager/welcome-our-blog-btn-bg-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1; }

@media (max-width: 1150px) {
  .categories-section.Welcome_our_blog .blog_post_section h1.page-heading {
    font-size: 38px;
    margin: -6px 0 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .Hit-nail, .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .from-best {
    font-size: 19px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 {
    margin: -12px 0 3px -24px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 img {
    max-width: 380px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab {
    padding: 18px 0; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab:before {
    background-size: contain; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab img {
    max-height: 58px;
    margin: 0 auto 8px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab a.tab-title {
    font-size: 19px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header .blog-title {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 10px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list {
    padding: 22px 25px 0;
    margin: 0 0 45px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together {
    margin: 20px 0 60px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box {
    padding: 30px 14px 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box h2 {
    font-size: 22px;
    margin: 0 0 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how {
    padding: 30px 30px 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h2 {
    font-size: 23px;
    margin: 0 0 30px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h2:before {
    bottom: -18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h3 {
    font-size: 23px;
    margin: 0 0 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better {
    padding: 60px 30px 50px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content h2 {
    font-size: 30px;
    line-height: 36px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog {
    width: calc(50% - 11.5px);
    margin-right: 23px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog:nth-child(even) {
    margin-right: 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog:nth-child(n+3) {
    margin-top: 23px; } }

@media (max-width: 999px) {
  .categories-section.Welcome_our_blog {
    padding: 15px 0 30px; }
  .categories-section.Welcome_our_blog .blog_post_section h1.page-heading {
    font-size: 33px;
    line-height: 1;
    margin: -5px 0 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Leave_review {
    margin: 30px 0 0; } }

@media (max-width: 767px) {
  .categories-section.Welcome_our_blog .blog_post_section h1.page-heading {
    font-size: 28px;
    line-height: 1;
    margin: -5px 0 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle {
    left: 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .Hit-nail, .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .from-best {
    font-size: 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 {
    margin: -12px 0 3px -20px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 img {
    max-width: 300px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner {
    margin: 0 0 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .content p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 18px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab {
    padding: 14px 0; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab:before {
    background-size: cover;
    background-position: center;
    border-radius: 15px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab img {
    max-height: 50px;
    margin: 0 auto 5px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab a.tab-title {
    font-size: 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content {
    padding-top: 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content p {
    padding: 0 0 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together {
    margin: 20px 0 50px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box {
    padding: 25px 14px 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box h2 {
    font-size: 19px;
    margin: 0 0 12px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box a {
    padding: 19px 25px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content {
    margin: 15px 0 0 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content h2 {
    font-size: 28px;
    line-height: 34px; } }

@media (max-width: 479px) {
  body.type-blog main#main-content .container {
    width: 100%; }
  body.type-blog main#main-content .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .cta_banner {
    padding-left: 15px;
    padding-right: 15px; }
  body.type-blog main#main-content .categories-section.blog_wrap .categories-left {
    padding: 0 15px; }
  .categories-section.Welcome_our_blog .blog_post_section h1.page-heading {
    font-size: 18px;
    line-height: 1;
    margin: 0 15px 12px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner {
    height: 203px;
    overflow: hidden;
    margin: 0 0 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner img {
    height: auto;
    max-width: 650px;
    width: auto;
    position: relative;
    left: 35%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    box-shadow: none; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle {
    left: 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .Hit-nail {
    font-size: 11.68px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle .from-best {
    font-size: 12.95px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 {
    margin: -7px 0 2px -16px; }
  .categories-section.Welcome_our_blog .blog_post_section .Our-blog-banner .overle h2 img {
    max-width: 240px;
    position: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial; }
  .categories-section.Welcome_our_blog .blog_post_section .content {
    padding: 7px 15px 0; }
  .categories-section.Welcome_our_blog .blog_post_section .content p {
    font-size: 13.62px;
    line-height: 19.27px;
    padding: 0 0 16px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs {
    padding: 0 15px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab {
    margin-right: 12px;
    padding: 13px 0 14px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab:before {
    border-radius: 10px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab a.tab-title {
    font-size: 11.92px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab img {
    max-height: 40px;
    margin: 0 auto 6px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content {
    padding-top: 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content p {
    font-size: 13.59px;
    line-height: 19.23px;
    padding: 0 15px 24px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list {
    padding: 36px 32px 0;
    margin: 0 0 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box {
    border-radius: 12px;
    padding: 11px 9px 10px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Item-box .image {
    margin: 0 0 10px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header .blog-title {
    font-size: 14.24px;
    line-height: 18.88px;
    margin: 0 0 10px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-header p {
    margin: 0 0 7px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post {
    font-size: 12.26px;
    line-height: 18.22px;
    padding: 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .blog-tags ul.tags, .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags {
    margin: 10px 0 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .blog-tags ul.tags li.tag a, .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags li.tag a {
    font-size: 8.28px;
    border-radius: 5px;
    padding: 3px 8px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots {
    padding: 15px 0 13px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin-right: 5px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Keep-reading {
    margin: 0 0 -18px !important; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Keep-reading a {
    font-size: 13.25px;
    padding: 11px 22px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list .Keep-reading a:before {
    background-size: contain; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together {
    padding: 0 15px;
    margin: 28px 0 50px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box {
    width: calc(50% - 4.5px);
    float: left;
    margin-right: 9px;
    border: 2px solid #000000;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(73, 140, 188, 0.8), inset 0px 0px 8px 0px rgba(73, 140, 188, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(73, 140, 188, 0.8), inset 0px 0px 8px 0px rgba(73, 140, 188, 0.8);
    padding: 20px 9px 15px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box h2 {
    font-size: 16px;
    line-height: 19.57px;
    margin: 0 0 10px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box p {
    font-size: 12.27px;
    line-height: 17.57px;
    padding: 0 0 18px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box a {
    bottom: -18px;
    font-size: 11px;
    min-width: 140px;
    padding: 14px 11px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how:before {
    box-shadow: none; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h2 {
    font-size: 16.23px;
    margin: 0 0 21px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how p {
    font-size: 13.58px;
    line-height: 19.21px;
    padding: 0 0 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h3 {
    font-size: 16.23px;
    margin: 0 0 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how h2:before {
    width: 83px;
    height: 2px;
    bottom: -12px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a {
    font-size: 13.25px;
    margin-right: 32px;
    padding: 11px 23px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how {
    padding: 31px 15px 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend {
    margin: 0 0 -17px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better {
    padding: 55px 15px 40px;
    display: inline-block; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .logo {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .logo a img {
    max-height: 57px;
    width: auto; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    padding: 0 0 0;
    margin: 10px 0 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-better .content h2 {
    font-size: 22.32px;
    line-height: 26.74px; }
  /*.categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list .Keep-reading a { padding: 11px 22px; }*/
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog {
    width: 100%;
    margin: 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .tab_box .Blog_list article.blog:nth-child(n+2) {
    margin-top: 20px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Leave_review a {
    font-size: 16px;
    padding: 13px 23px; } }

@media (max-width: 350px) {
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a {
    margin-right: 11px; }
  .categories-section.Welcome_our_blog .blog_post_section ul.tabs li.tab a.tab-title {
    font-size: 10.92px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags {
    padding: 0; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Blog_list article.blog .blog-post-body .blog-post .large-11 .tags .tag a {
    word-break: break-all; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Build-know-how .Refer-friend a {
    font-size: 12px; }
  .categories-section.Welcome_our_blog .blog_post_section .tabs-contents .tab-content .Platform-together .box a {
    font-size: 10px;
    min-width: 130px; } }

/*************** Reviews V2 Page ***************/
@media only screen and (min-device-width: 768px) and (max-device-width: 3000px) {
  /* Review Page Mobile 27-2-24 */
  .customer_reviews_page .categories-section {
    padding: 0; }
  .customer_reviews_page .categories-section .categories-right .page-heading {
    display: none; }
  .customer_reviews_page .categories-section .categories-right {
    width: 100%;
    max-width: 100% !important;
    display: inline-block;
    float: initial;
    padding: 0 !important; }
  .customer_reviews_page .customer-review-main .customer-like-you.Open-door-real {
    position: relative; }
  /*.customer_reviews_page .customer-review-main .customer-like-you.Open-door-real:before { content: ""; position: absolute; top: 0; left: 0; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/customer-like-you-bg-desktop.png); background-repeat: no-repeat; background-size: cover; background-position: bottom; width: 100%; height: 1011px; }*/
  .customer_reviews_page .categories-section {
    padding-bottom: 0; }
  .customer_reviews_page #main-content > .container {
    width: 100%;
    max-width: 100%; }
  .customer_reviews_page .customer-review-main .customer-review-banner {
    position: relative;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-banner.png), #191919;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: 370px;
    cursor: initial !important; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand {
    position: relative;
    max-width: 1150px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: initial !important; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 170px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-banner-hand.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 260px; }
  /*.customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { position: absolute; top: 125px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); margin: auto; max-width: 1155px; z-index: 1; }*/
  /*.customer_reviews_page .customer-review-main .customer-review-banner .overlay-content:after { content: ''; width: 105px; height: 192px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-hand.png?t=1709185081); position: absolute; background-size: 100%; top: 31px; right: 2px; background-repeat: no-repeat; z-index: -1; pointer-events: none; }*/
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star {
    display: flex;
    gap: 54px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span {
    display: inline-block;
    width: 125px;
    height: 120px;
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-fill-star.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    cursor: initial !important; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star {
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-blank-star.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer !important; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:before {
    content: "touch";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    margin: -3px 0 0;
    text-transform: capitalize; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    opacity: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/fill-onclick-star.png?t=1709099403);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100% + 25px);
    width: calc(100% + 25px);
    pointer-events: none;
    margin: 2px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star.fill-star:after {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
    opacity: 1; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 59px;
    line-height: 1;
    color: #f5bd28;
    text-transform: none;
    letter-spacing: -0.236px;
    cursor: initial !important;
    margin: 35px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span {
    font-weight: 500;
    font-size: 55px;
    color: #fff;
    display: block;
    cursor: initial !important;
    text-transform: capitalize;
    letter-spacing: -0.165px;
    margin: 0 0 7px; }
  .customer_reviews_page .customer-review-main h2.heading {
    font-size: 47.89px;
    color: #181818;
    font-family: "Bebas Neue", sans-serif;
    text-transform: none;
    line-height: 1;
    letter-spacing: -0.141px;
    margin: 0 0 20px;
    font-weight: 400;
    max-width: 850px; }
  .customer_reviews_page .customer-review-main h2.heading .yellow-text {
    display: block;
    color: #f5bd27; }
  .customer_reviews_page .customer-review-main h2.heading:after {
    display: table;
    height: 6px;
    width: 110px;
    background: #f4bd28;
    content: '';
    margin: 8px 0 0; }
  .customer_reviews_page .customer-review-main p {
    font-size: 14.77px;
    line-height: 21.81px;
    letter-spacing: 0.056px;
    color: #010101; }
  .customer_reviews_page .customer-review-main p:last-child {
    padding: 0; }
  .customer_reviews_page .customer-review-main .customer-like-you {
    position: relative;
    padding: 45px 0; }
  /*.customer_reviews_page .customer-review-main .customer-like-you:before { content: ""; position: absolute; top: 0; left: 0; background: url('https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-customer-like-you-bg.png'); background-repeat: no-repeat; background-size: cover; background-position: top; width: 100%; height: 1012px; }*/
  .customer_reviews_page .customer-review-main .customer-like-you h2.heading {
    max-width: 100%;
    margin: 0 0 13px; }
  .customer_reviews_page .customer-review-main .customer-like-you h2.heading::after {
    margin: 14px 0 0; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider {
    padding: 10px 0 45px; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider h2.heading {
    max-width: 100%; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel {
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-slider-item-bg.png");
    background-size: cover;
    background-position: center;
    border-radius: 20px; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel .owl-item p {
    max-width: 490px;
    margin: 0 auto;
    padding: 0; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel .owl-item p strong {
    display: block; }
  .customer_reviews_page .customer-review-main .owl-carousel {
    background: linear-gradient(45deg, #eeeeef, #f5f6f7, #ebeced);
    border-radius: 8px;
    padding: 50px 40px;
    text-align: center;
    margin: 0; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] {
    background: transparent;
    width: 14px;
    height: 24px;
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] span {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    display: inline-block;
    padding: 8px;
    line-height: normal;
    transform: rotate(-45deg);
    transform-origin: center; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 38px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button.owl-next span {
    transform: rotate(135deg); }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dot {
    height: 10px;
    width: 10px;
    border: 1px solid #010101;
    background: #fff;
    transform: scale(1);
    transition: 0.5s;
    border-radius: 10px;
    margin: 7px 3px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dot.active {
    border-color: #f4bd23;
    background: #f4bd23;
    transform: scale(1.05); }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dots {
    position: absolute;
    bottom: -44px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot {
    width: 19px;
    height: 19px;
    border: 2px solid #050505;
    border-radius: 50px;
    background: transparent;
    margin: 0 6px 0 0; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot:last-child {
    margin: 0; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot.active {
    width: 27px;
    height: 27px;
    background: #f4bc20;
    border-color: #f4bc20; }
  .customer_reviews_page .customer-review-main .review-showcase {
    position: relative;
    margin: 0;
    padding: 30px 0 45px; }
  /*.customer_reviews_page .customer-review-main .review-showcase:before { content: ""; position: absolute; top: -25px; left: 47px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-review-showcase.png); background-repeat: no-repeat; background-size: cover; width: 264px; height: 277px; }*/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel {
    padding: 0;
    background: transparent; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-nav button[class*="owl-"] {
    top: 150px;
    transition: initial; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user {
    display: flex;
    gap: 27px;
    align-items: center;
    margin: 0 0 15px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .img {
    display: none;
    width: 153px;
    height: 153px;
    border-radius: 80px;
    overflow: hidden; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name {
    font-size: 40.99px;
    font-weight: 700;
    text-align: left;
    color: #171717; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name .star {
    max-width: 130px;
    margin: 0 0 10px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel p {
    text-align: left; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .text-block {
    position: relative;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/showcase-slider-bg-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 78px 112px 73px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .text-block:after {
    content: '';
    position: absolute;
    bottom: -10px;
    background: #000;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product {
    background: #171717;
    border-radius: 0 0 15px 15px;
    padding: 70px 30px 60px;
    position: relative;
    text-align: left; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: auto;
    max-width: 620px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .main-img {
    max-width: 230px;
    min-width: 230px;
    height: 230px;
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    display: block; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-sku a {
    font-family: "Bebas Neue", sans-serif;
    font-size: 49.25px;
    line-height: 0.8;
    color: #f5bd27;
    font-weight: 400;
    display: inline-block; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-name a {
    color: #fff;
    font-size: 20.08px;
    line-height: normal;
    padding: 0 0 17px;
    display: inline-block; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video {
    display: flex;
    align-items: center;
    gap: 15px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box {
    width: 50%;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    position: relative; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 108px;
    border-radius: 10px;
    transform: translate(-50%, -50%); }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec {
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    width: 83px;
    height: 23px;
    z-index: 111;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-bottom-arrow-bg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: auto; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec a.dropdown-btn {
    top: -25px;
    display: inline-block;
    position: relative;
    max-width: 40px; }
  .customer_reviews_page .customer-review-main .keep-reading-review {
    position: relative;
    padding: 0; }
  /*.customer_reviews_page .customer-review-main .keep-reading-review:before { content: ""; position: absolute; top: 150px; right: 194px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/helpful-reviews-star.png); background-repeat: no-repeat; background-size: cover; width: 85px; height: 86px; }*/
  /*.customer_reviews_page .customer-review-main .keep-reading-review:after { content: ''; position: absolute; top: 35px; left: 0; width: 1837px; height: 2642px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-review-desktop.png); z-index: -1; pointer-events: none; background-repeat: no-repeat; background-size: cover; }*/
  .customer_reviews_page .customer-review-main .keep-reading-review .review-message-img img {
    border-radius: 8px; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec {
    text-align: center; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn {
    display: block;
    background: #418fc7;
    color: #fff;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 23px;
    margin: 47px auto;
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 33px; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn:after {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-btn-star-desktop.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 218px;
    height: 56px; }
  .customer_reviews_page .customer-review-main .keep-reading-review .review-message-img {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0; }
  .customer_reviews_page .customer-review-main .leave-us-review {
    background: transparent;
    padding: 50px 0 27px; }
  .customer_reviews_page .customer-review-main .why-write-review {
    background: transparent;
    position: relative;
    padding-bottom: 115px; }
  .customer_reviews_page .customer-review-main .why-write-review h2.heading {
    margin: 0 0 52px; }
  .customer_reviews_page .customer-review-main .why-write-review h2.heading:after {
    margin: 26px 0 0; }
  /*.customer_reviews_page .customer-review-main .why-write-review:after { content: ''; position: absolute; top: 40px; left: 80px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/why-write-review-star.png); background-repeat: no-repeat; background-size: cover; width: 110px; height: 104px; }*/
  .customer_reviews_page .customer-review-main .why-write-review .owl-carousel p strong {
    display: block; }
  .customer_reviews_page .customer-review-main .how-to-leave-review {
    position: relative;
    padding: 24px 0 0; }
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:before { content: ""; position: absolute; top: 50px; right: 0; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/how-to-leave-review-background.png); background-repeat: no-repeat; background-size: cover; width: 1776px; height: 1797px; z-index: -1; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:after { content: ""; position: absolute; bottom: 200px; left: 80px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/how-to-leave-review-star-3.png); background-repeat: no-repeat; background-size: cover; width: 85px; height: 87px; }*/
  .customer_reviews_page .customer-review-main .featured-review-showcase {
    padding: 39px 0 48px; }
  .customer_reviews_page .customer-review-main .featured-review-showcase p a {
    text-decoration: underline;
    font-style: italic;
    font-weight: 600;
    text-underline-offset: 2px; }
  .customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 16px 0 0; }
  .customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn {
    position: relative;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 23.11px;
    line-height: normal;
    color: #ffffff;
    background: #4788b8;
    border: none;
    border-radius: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 6.5px 45px; }
  .customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn:after {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-btn-star-desktop.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 157px;
    height: 40px; }
  .customer_reviews_page .customer-review-main .keep-reading-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000057;
    z-index: 111111111;
    display: none; }
  .customer_reviews_page .customer-review-main .keep-reading-popup .popup-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    width: 90%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .customer_reviews_page .customer-review-main .keep-reading-popup .popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1; }
  .customer_reviews_page .customer-review-main .keep-reading-popup .reviews-carousel-card-container.reviews-carousel-card-mobile-mode {
    width: 99%; }
  .customer_reviews_page .customer-review-main .keep-reading-popup .yotpo-reviews-carousel-widget-container.yotpo-reviews-carousel-widget-mobile-mode {
    margin: 0; }
  /***************************/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec {
    display: none; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec.Desktop_show {
    display: block; }
  .customer_reviews_page .customer-review-main .read-review-img {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 28px 0 0; }
  /*.customer_reviews_page .customer-review-main .read-review-img:before { content: ""; position: absolute; top: 232px; right: -182px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/reviews-anytime-star-1.png); background-repeat: no-repeat; background-size: cover; width: 110px; height: 111px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { content: ""; position: absolute; bottom: -98px; right: -168px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/reviews-anytime-star-2.png); background-repeat: no-repeat; background-size: cover; width: 240px; height: 280px; }*/
  .customer_reviews_page .customer-review-main .read-review-img .img {
    width: 100%;
    display: inline-block;
    margin: 22px 0 0; }
  .customer_reviews_page .customer-review-main .read-review-img .img img.Image_mobile {
    display: none; }
  .customer_reviews_page .customer-review-main .read-review-img .img img.Image_desktop {
    display: block; }
  .customer_reviews_page .customer-review-main .how-to-leave-review .intro-img {
    width: 100%;
    display: inline-block;
    margin: 11px 0 0; }
  .customer_reviews_page .customer-review-main .how-to-leave-review .intro-img img.Image_mobile {
    display: none; }
  .customer_reviews_page .customer-review-main .how-to-leave-review .intro-img img.Image_desktop {
    display: block; }
  .customer_reviews_page .customer-review-main .how-to-leave-review .container {
    position: relative; }
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { content: ""; position: absolute; top: 10px; right: -235px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/how-to-leave-review-star-1.png); background-repeat: no-repeat; background-size: cover; width: 84px; height: 87px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:after { content: ""; position: absolute; top: 170px; left: -315px; background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/how-to-leave-review-star-2.png); background-repeat: no-repeat; background-size: cover; width: 264px; height: 277px; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.featured-review-showcase h2.heading::after { margin: 13px 0 0; }*/
  .customer_reviews_page .customer-review-main .customer-like-you.featured-review-showcase h2.heading {
    margin: 0 0 20px; }
  .customer_reviews_page .customer-review-main .featured-review-showcase p {
    padding: 0 0 21px; }
  /* New PSD Design Right Side */
  .customer_reviews_page .customer-review-main .Main_review {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 0 0; }
  .customer_reviews_page .customer-review-main .Main_review:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-top-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1319px;
    z-index: -1; }
  .customer_reviews_page .customer-review-main .Main_review:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-page-bottom-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1837px;
    height: 2517px;
    z-index: -1; }
  .customer_reviews_page .customer-review-main .Main_container {
    max-width: 1150px;
    width: 94%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
  .customer_reviews_page .customer-review-main .Main_container .customer_review_left .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0; }
  .customer_reviews_page .customer-review-main .customer_review_left {
    width: calc(100% - 370px);
    float: left; }
  .customer_reviews_page .customer-review-main .customer_review_right {
    width: 340px;
    float: right; }
  .customer_reviews_page .customer-review-main .keep-reading-review .Desktop_none {
    display: none; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    margin: 45px 0 0; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-wrapper button {
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    color: #181818;
    background: #f4bd28;
    letter-spacing: -1.32px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 22px 15px 11px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-wrapper button:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/accordion-arrow-minus.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-wrapper.open button:before {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/accordion-arrow-plus.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .collepsing-div {
    width: 100%;
    border: 6px solid #f4bd28;
    border-top: none; }
  /*.customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-wrapper button:after { display: none; }*/
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see h3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 47.15px;
    line-height: 48.77px;
    color: #181818;
    letter-spacing: -1.41px;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 12px 18px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see h3 span {
    color: #f5bd28; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img {
    width: 100%;
    display: inline-block;
    margin: 0 0 0; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-sec {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 15px 15px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-sec button.keep-reading-btn {
    position: relative;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 23.11px;
    line-height: normal;
    color: #ffffff;
    background: #4788b8;
    border: none;
    border-radius: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 7.5px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-sec button.keep-reading-btn:before {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-btn-star-desktop.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 38px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo-testimonials-btn {
    display: none; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium {
    display: none; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-small.yotpo-nav {
    display: none; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large {
    padding: 0; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-reviews .yotpo-review.yotpo-regular-box {
    border: none;
    margin: 0 0 50px;
    padding: 0 10px 0; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-reviews .yotpo-review.yotpo-regular-box .yotpo-comments-box {
    display: none !important; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-reviews nav[role="navigation"] {
    display: none; }
  .customer_reviews_page .customer-review-main .Desktop_none {
    display: none; }
  .customer_reviews_page .customer-review-main .Reviews_anytime {
    width: 100%;
    display: inline-block;
    border: 6px solid #f4bd28;
    border-top: none;
    margin: 0 0 50px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper button {
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 49.32px;
    line-height: 1;
    color: #181818;
    background: #f4bd28;
    letter-spacing: -0.147px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 20px 25px 15px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper button:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/accordion-arrow-plus.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper.open button::before {
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/accordion-arrow-minus.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .collepsing-div {
    width: 100%;
    display: inline-block;
    padding: 44px 15px 30px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Write_review .collepsing-div {
    padding: 30px 24px 20px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Write_review .collepsing-div .read-customer-review-slider {
    margin: 0 0 0;
    padding: 0 0 45px; }
  .customer_reviews_page .customer-review-main .Write_review .read-customer-review-slider .owl-carousel {
    padding: 22px 40px; }
  .customer_reviews_page .customer-review-main .Write_review .read-customer-review-slider .owl-carousel .owl-item p {
    max-width: 590px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review .collepsing-div {
    padding: 34px 21px 22px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review .collepsing-div p {
    padding: 0 0 15px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review .collepsing-div img.Image_desktop {
    max-width: 738px;
    margin: 0 auto;
    display: table; }
  /*.customer_reviews_page .customer-review-main .Reviews_anytime.Write_review { margin: 50px 0 13px; }*/
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review {
    margin: 0 0 20px; }
  /* 26-3-24 */
  .customer_reviews_page .customer-review-main .yotpo-grouping-reference a {
    display: inline-block; }
  .customer_reviews_page .customer-review-main .yotpo-footer span[data-target="yotpo-comments-box"] {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1880px) {
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 620px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before { right: 45px; background-size: contain; width: 220px; height: 395px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase:before { top: -25px; left: 17px; background-size: contain; width: 214px; height: 227px; }*/
  /*.customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 158px; height: 149px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 70px; margin-left: 45px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 83px; margin: 60px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 77px; margin: 0 0 10px; }*/
  /*.customer_reviews_page .customer-review-main .keep-reading-review:after { width: 100%; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:before { width: 90%; }*/
  /*.customer_reviews_page .customer-review-main .keep-reading-review:after { width: 94%; background-position: right; }*/
  /*.customer_reviews_page .customer-review-main .why-write-review:after { top: 150px; left: 70px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 15px; right: -100px; background-size: contain; width: 210px; height: 250px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { top: -60px; right: -150px; background-size: contain; width: 74px; height: 77px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:after { top: 170px; left: -235px; background-size: contain; width: 210px; height: 250px; }*/
  .customer_reviews_page .customer-review-main .Main_review:after {
    width: 94%;
    background-position: left bottom; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1650px) {
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 500px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star { gap: 50px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 158px; height: 150px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 75px; margin: 50px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 70px; margin: 0 0 8px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before { right: 103px; width: 185px; height: 330px; }*/
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 600px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 128px; height: 119px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star { display: flex; gap: 45px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 120px; margin-left: 70px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 75px; margin: 50px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 69px; margin: 0 0 10px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase:before { top: -15px; left: 17px; width: 174px; height: 187px; background-size: contain; }     */
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec { bottom: -31px; }*/
  /*.customer_reviews_page .customer-review-main .why-write-review:after { top: 100px; left: 80px; background-size: contain; width: 90px; height: 84px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { top: -60px; right: -165px; background-size: contain; width: 74px; height: 77px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:after { top: 200px; left: -195px; width: 174px; height: 187px; background-size: contain; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:before { right: -152px; background-size: contain; width: 90px; height: 91px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 25px; right: -40px; background-size: contain; width: 190px; height: 230px; }*/ }

@media only screen and (min-device-width: 768px) and (max-device-width: 1450px) {
  /*.customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before { right: 105px; width: 180px; height: 325px; }*/
  /*.customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 108px; height: 99px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star { gap: 40px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 141px; margin-left: 30px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 60px; margin: 40px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 64px; margin: 0 0 8px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase:before { top: 35px; left: 5px; width: 114px; height: 127px; background-size: contain; }*/
  /*.customer_reviews_page .customer-review-main .keep-reading-review:before { top: 150px; right: 194px; background-size: contain; width: 75px; height: 76px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:before { top: 222px; right: -100px; background-size: contain; width: 90px; height: 91px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 40px; right: -20px; background-size: contain; width: 170px; height: 210px; }*/
  /*.customer_reviews_page .customer-review-main .why-write-review:after { top: 80px; left: 30px; background-size: contain; width: 80px; height: 74px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { top: -60px; right: -90px; background-size: contain; width: 64px; height: 67px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:after { top: 210px; left: -125px; width: 114px; height: 127px; background-size: contain; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:after { bottom: 220px; left: 70px; background-size: contain; width: 75px; height: 77px; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:before { width: 94%; }*/
  /*.customer_reviews_page .customer-review-main h2.heading { font-size: 65px; }*/ }

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 395px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star { gap: 40px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 128px; height: 120px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before { right: 194px; width: 150px; height: 270px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 68px; margin: 40px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 62px; margin: 0 0 8px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:before { font-size: 15px; margin: 3px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:after { margin: 2px 0 0; }*/
  /*.customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 145px; margin-left: 8px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 98px; height: 89px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 56px; margin: 30px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 60px; margin: 0 0 8px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:before { top: 242px; right: -80px; background-size: contain; width: 70px; height: 71px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 60px; right: 0; background-size: contain; width: 150px; height: 190px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { top: -70px; right: -50px; background-size: contain; width: 60px; height: 65px; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:after { bottom: 240px; left: 70px; background-size: contain; width: 65px; height: 67px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:after { display:none; }*/
  /*.customer_reviews_page .customer-review-main .why-write-review:after { top: 80px; left: 20px; background-size: contain; width: 60px; height: 54px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase:before { display: none; }*/
  /*.customer_reviews_page .customer-review-main h2.heading { font-size: 60px; }*/ }

@media only screen and (min-device-width: 768px) and (max-device-width: 1299px) {
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 500px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 110px; margin-left: 31px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:before { top: 252px; right: -50px; background-size: contain; width: 60px; height: 61px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 60px; right: 10px; background-size: contain; width: 150px; height: 190px; }*/
  /*.customer_reviews_page .customer-review-main .why-write-review:after { top: 60px; left: 10px; background-size: contain; width: 50px; height: 44px; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { top: -70px; right: -40px; background-size: contain; width: 50px; height: 55px; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:after { bottom: 230px; left: 60px; background-size: contain; width: 55px; height: 57px; }*/
  /*.customer_reviews_page .customer-review-main h2.heading { font-size: 60px; }*/ }

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star {
    gap: 30px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span {
    width: 105px;
    height: 100px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 {
    margin: 30px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span {
    margin: 0 0 5px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before {
    right: 165px;
    width: 140px;
    height: 250px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:before {
    font-size: 14px;
    margin: 2px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:after {
    margin: 2px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star.fill-star:after {
    transform: translate(-50%, -50%) scale(0.9); }
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 450px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 88px; height: 79px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star { gap: 40px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 95px; margin-left: -42px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 50px; margin: 25px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 52px; margin: 0 0 5px; }*/
  .customer_reviews_page .customer-review-main h2.heading {
    font-size: 42px; }
  /*.customer_reviews_page .customer-review-main h2.heading:after { margin: 15px 0 0; }*/
  /*.customer_reviews_page .customer-review-main p { font-size: 19px; line-height: 28px; }*/
  .customer_reviews_page .customer-review-main .customer-like-you {
    padding: 35px 0; }
  /*.customer_reviews_page .customer-review-main .customer-like-you h2.heading { margin: 0 0 25px; }*/
  /*.customer_reviews_page .customer-review-main .customer-like-you h2.heading::after { margin: 15px 0 0; }*/
  .customer_reviews_page .customer-review-main .read-customer-review-slider {
    padding: 0 0 45px; }
  /*.customer_reviews_page .customer-review-main .owl-carousel { padding: 60px 40px; margin: 40px 0 0; }*/
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] span {
    padding: 7px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] {
    left: 33px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 35px; }
  /*.customer_reviews_page .customer-review-main .owl-carousel .owl-dots { bottom: -60px; }*/
  /*.customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot.active { width: 30px; height: 30px; }*/
  /*.customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot { width: 22px; height: 22px; }*/
  .customer_reviews_page .customer-review-main .review-showcase {
    padding: 25px 0 45px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-dots { bottom: -60px; }*/
  .customer_reviews_page .customer-review-main .keep-reading-review {
    padding: 80px 0 25px; }
  /*.customer_reviews_page .customer-review-main .keep-reading-review:after { top: 0; }*/
  /*.customer_reviews_page .customer-review-main .keep-reading-review:before { top: 100px; right: 204px; background-size: contain; width: 65px; height: 66px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:before { display: none; }*/
  /*.customer_reviews_page .customer-review-main .how-to-leave-review .container:before { top: -30px; right: 50px; }*/
  .customer_reviews_page .customer-review-main .keep-reading-review .review-message-img {
    margin: 20px 0 0; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn {
    font-size: 28px;
    padding: 20px;
    margin: 40px auto; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn:after {
    top: -30px;
    background-size: contain;
    width: 155px;
    height: 40px; }
  .customer_reviews_page .customer-review-main .read-review-img {
    margin: 20px 0 0; }
  .customer_reviews_page .customer-review-main .read-review-img .img {
    margin: 15px 0 0; }
  .customer_reviews_page .customer-review-main .keep-reading-review {
    padding: 60px 0 20px; }
  .customer_reviews_page .customer-review-main .why-write-review h2.heading {
    margin: 0 0 40px; }
  .customer_reviews_page .customer-review-main .why-write-review h2.heading:after {
    margin: 15px 0 0; }
  /*.customer_reviews_page .customer-review-main .why-write-review:after { display: none; }*/
  .customer_reviews_page .customer-review-main .how-to-leave-review .intro-img {
    margin: 10px 0 0; }
  /*.customer_reviews_page .customer-review-main .featured-review-showcase p { padding: 0 0 22px; }*/
  /*.customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn { font-size: 28px; padding: 20px; margin: 20px 0 0; }*/
  /*.customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn:after { top: -30px; background-size: contain; width: 155px; height: 40px; }*/
  .customer_reviews_page .customer-review-main .customer-like-you.featured-review-showcase {
    padding: 30px 0 40px; }
  .customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review {
    padding: 50px 0 30px; }
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:before { height: 1550px; }*/
  .customer_reviews_page .customer-review-main .customer-like-you.leave-us-review {
    padding: 30px 0; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .text-block {
    padding: 50px 100px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user {
    gap: 25px;
    margin: 0 0 15px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name {
    font-size: 32px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name .star { margin: 0 0 15px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name .star img { max-width: 150px; }*/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-nav button[class*="owl-"] {
    top: 110px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product {
    padding: 60px 30px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box {
    max-width: 600px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-sku a { font-size: 60px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-name a { font-size: 25px; padding: 0 0 18px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video { gap: 18px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box { border-radius: 12px; min-height: 130px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box .play-icon { max-width: 50px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .main-img { max-width: 250px; min-width: 250px; height: 250px; border-radius: 12px; }*/
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 40px; right: 10px; background-size: contain; width: 130px; height: 170px; }*/
  /**/
  .customer_reviews_page .customer-review-main .customer_review_left {
    width: calc(100% - 300px); }
  .customer_reviews_page .customer-review-main .customer_review_right {
    width: 280px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see {
    margin: 35px 0 0; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-wrapper button {
    font-size: 35px;
    padding: 15px 12px 10px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see h3 {
    font-size: 42px;
    line-height: 43px;
    letter-spacing: -1px;
    padding: 15px 12px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-reviews .yotpo-review.yotpo-regular-box {
    margin: 0 0 35px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-sec button.keep-reading-btn {
    font-size: 21px;
    letter-spacing: 2px;
    padding: 6px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-sec button.keep-reading-btn:before {
    top: -27px;
    background-size: contain;
    width: 130px;
    height: 34px; }
  .customer_reviews_page .customer-review-main .owl-carousel {
    padding: 40px 30px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime {
    margin: 0 0 35px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper button {
    font-size: 40px;
    padding: 16px 20px 10px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper button:before {
    right: 20px;
    width: 30px;
    height: 30px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .collepsing-div {
    padding: 30px 15px; }
  .customer_reviews_page .customer-review-main .Write_review .read-customer-review-slider .owl-carousel .owl-item p {
    max-width: 450px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Write_review .collepsing-div {
    padding: 30px 20px 20px; }
  /*.customer_reviews_page .customer-review-main .Reviews_anytime.Write_review { margin: 0; }*/
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review {
    margin: 0 0 10px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review .collepsing-div {
    padding: 30px 20px 20px; }
  .customer_reviews_page .customer-review-main .Main_review:before {
    background-size: contain;
    width: 100%;
    height: 730px; }
  .customer_reviews_page .customer-review-main .Main_review:after {
    height: 1330px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box {
    min-height: 100px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box .play-icon {
    max-width: 100px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 999px) {
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star {
    gap: 25px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span {
    width: 85px;
    height: 80px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 {
    font-size: 50px;
    margin: 20px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span {
    font-size: 45px;
    margin: 0 0 5px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-hand:before {
    right: 100px;
    width: 130px;
    height: 235px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:before {
    font-size: 12px;
    margin: 1px 0 0; }
  /*.customer_reviews_page .customer-review-main .customer-review-banner { height: 330px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content { top: 65px; margin-left: -52px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star { gap: 30px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .review-star span { width: 78px; height: 69px; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 { font-size: 42px; margin: 20px 0 0; }
    .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span { font-size: 45px; margin: 0 0 5px; }*/
  .customer_reviews_page .customer-review-main h2.heading {
    font-size: 40px; }
  /*.customer_reviews_page .customer-review-main h2.heading:after { width: 140px; height: 6px; margin: 10px 0 0; }*/
  .customer_reviews_page .customer-review-main .customer-like-you {
    padding: 30px 0; }
  /*.customer_reviews_page .customer-review-main .customer-like-you h2.heading { margin: 0 0 20px; }*/
  .customer_reviews_page .customer-review-main .customer-like-you h2.heading::after {
    margin: 10px 0 0; }
  /*.customer_reviews_page .customer-review-main p { font-size: 18px; line-height: 27px; }*/
  .customer_reviews_page .customer-review-main .read-customer-review-slider {
    padding: 0 0 40px; }
  /*.customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel .owl-item p { max-width: 550px; }*/
  .customer_reviews_page .customer-review-main .owl-carousel {
    padding: 35px 30px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dots {
    bottom: -40px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] {
    left: 30px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30px; }
  /*.customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot { width: 20px; height: 20px; border: 2px solid #050505; margin: 0 8px 0 0; }*/
  /*.customer_reviews_page .customer-review-main .owl-carousel .owl-dots button.owl-dot.active { width: 25px; height: 25px; }*/
  .customer_reviews_page .customer-review-main .review-showcase {
    padding: 25px 0 40px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-dots { bottom: -50px; }*/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .text-block {
    padding: 40px 80px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user {
    gap: 20px;
    margin: 0 0 12px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .img {
    width: 120px;
    height: 120px;
    border-radius: 80px;
    overflow: hidden; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name {
    font-size: 27px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name .star { margin: 0 0 12px; }*/
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name .star img { max-width: 120px; }*/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec a.dropdown-btn {
    top: -22px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec a.dropdown-btn img {
    max-width: 40px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product {
    padding: 50px 30px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-sku a {
    font-size: 45px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-name a { font-size: 22px; padding: 0 0 15px; }*/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .main-img {
    max-width: 200px;
    min-width: 200px;
    height: 200px; }
  /*.customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box { border-radius: 12px; min-height: 115px; } */
  .customer_reviews_page .customer-review-main .keep-reading-review {
    padding: 40px 0 15px; }
  .customer_reviews_page .customer-review-main .keep-reading-review .review-message-img {
    margin: 15px 0 0; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn {
    font-size: 25px;
    padding: 15px;
    margin: 30px auto; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn:after {
    top: -24px;
    background-size: contain;
    width: 116px;
    height: 30px; }
  .customer_reviews_page .customer-review-main .read-review-img {
    margin: 15px 0 0; }
  .customer_reviews_page .customer-review-main .read-review-img .img {
    margin: 10px 0 0; }
  /*.customer_reviews_page .customer-review-main .read-review-img:after { bottom: 30px; right: 10px; background-size: contain; width: 110px; height: 140px; }*/
  /*.customer_reviews_page .customer-review-main .keep-reading-review:before { top: 50px; right: 110px; background-size: contain; width: 55px; height: 56px; }*/
  .customer_reviews_page .customer-review-main .customer-like-you.leave-us-review {
    padding: 25px 0; }
  .customer_reviews_page .customer-review-main .why-write-review h2.heading {
    margin: 0 0 30px; }
  .customer_reviews_page .customer-review-main .why-write-review h2.heading:after {
    margin: 10px 0 0; }
  .customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review {
    padding: 40px 0 20px; }
  .customer_reviews_page .customer-review-main .customer-like-you.featured-review-showcase {
    padding: 25px 0 30px; }
  /*.customer_reviews_page .customer-review-main .customer-like-you.featured-review-showcase h2.heading::after { margin: 10px 0 0; }*/
  /*.customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn { font-size: 25px; padding: 15px; margin: 20px 0 0; }*/
  /*.customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn:after { top: -24px; background-size: contain; width: 116px; height: 30px; }*/
  .customer_reviews_page .customer-review-main .featured-review-showcase p {
    padding: 0 0 18px; }
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:before { height: 1320px; } */
  /*.customer_reviews_page .customer-review-main .customer-like-you.how-to-leave-review:after { bottom: 150px; left: 70px; background-size: contain; width: 45px; height: 47px; }*/
  /**/
  .customer_reviews_page .customer-review-main .customer_review_left {
    width: 100%;
    display: inline-block;
    float: initial; }
  .customer_reviews_page .customer-review-main .customer_review_right {
    width: 100%;
    display: inline-block;
    float: initial; }
  .customer_reviews_page .customer-review-main .Reviews_anytime {
    margin: 0 0 30px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper button {
    font-size: 37px;
    padding: 14px 18px 8px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .btn-wrapper button:before {
    right: 18px;
    width: 25px;
    height: 25px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime .collepsing-div {
    padding: 25px 15px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Write_review .collepsing-div {
    padding: 25px 18px 20px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Write_review .collepsing-div .read-customer-review-slider {
    margin: 0 0 0;
    padding: 0 0 40px; }
  .customer_reviews_page .customer-review-main .Reviews_anytime.Leave_review .collepsing-div {
    padding: 25px 18px 15px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see {
    margin: 20px 0 30px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .btn-wrapper button {
    padding: 13px 12px 8px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see h3 {
    font-size: 40px;
    line-height: 41px;
    letter-spacing: -1px;
    padding: 12px 12px; }
  .customer_reviews_page .customer-review-main .customer_review_right .Like-what-see .review-message-img .testimonials .yotpo .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-reviews .yotpo-review.yotpo-regular-box {
    margin: 0 0 30px; } }

@media (max-width: 767px) {
  /* Review Page Mobile 27-2-24 */
  .customer_reviews_page .categories-section {
    padding-bottom: 0; }
  .customer_reviews_page #main-content > .container {
    width: 100%;
    max-width: 100%; }
  .customer_reviews_page .customer-review-main .customer-review-banner {
    position: relative;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-mobile-banner.jpg?t=1709184432), #191919;
    display: flex;
    align-items: center;
    justify-content: end;
    background-size: auto 100%;
    background-position: top right 0px;
    background-repeat: no-repeat;
    height: 276px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content {
    position: absolute;
    bottom: 45px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 420px;
    z-index: 1; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content:after {
    content: '';
    width: 105px;
    height: 192px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-hand.png?t=1709185081);
    position: absolute;
    background-size: 100%;
    top: 31px;
    right: 2px;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star {
    display: flex;
    gap: 23px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span {
    display: inline-block;
    width: 66px;
    height: 66px;
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/fill-star.png?t=1709021011");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star {
    background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/blank-star.png?t=1709020996");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    opacity: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/fill-onclick-star.png?t=1709099403);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100% + 25px);
    width: calc(100% + 25px);
    pointer-events: none; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span.blank-star.fill-star:after {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
    opacity: 1; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 {
    color: #f5bd28;
    font-family: 'Poppins';
    text-transform: none;
    margin: 20px 0 0;
    font-size: 40px;
    line-height: 1.2; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span {
    font-weight: 500;
    color: #fff;
    display: block;
    font-size: 36px; }
  .customer_reviews_page .customer-review-main h2.heading {
    font-size: 24px;
    color: #181818;
    font-family: "Bebas Neue", sans-serif;
    text-transform: none;
    line-height: 1.1;
    margin: 0 0 17px;
    font-weight: 400; }
  .customer_reviews_page .customer-review-main h2.heading .yellow-text {
    display: block;
    color: #f5bd27; }
  .customer_reviews_page .customer-review-main h2.heading:after {
    display: table;
    height: 4px;
    width: 70px;
    background: #f4bd28;
    content: '';
    margin: 7px 0 0; }
  .customer_reviews_page .customer-review-main p {
    font-size: 15px;
    color: #010101; }
  .customer_reviews_page .customer-review-main .customer-like-you {
    padding: 20px 0 0;
    background: #f2f2f2; }
  .customer_reviews_page .customer-review-main .customer-like-you h2.heading {
    margin: 0 0 10px; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider {
    padding: 10px 0 52px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/read-customer-review-slider-mobile-bg.png?t=1709104144);
    background-size: 100%;
    background-position: bottom; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/read-customer-review-slider-item-bg.png);
    background-size: cover;
    background-position: center; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center; }
  .customer_reviews_page .customer-review-main .read-customer-review-slider .owl-carousel p {
    padding: 0; }
  .customer_reviews_page .customer-review-main .owl-carousel {
    background: linear-gradient(45deg, #eeeeef, #f5f6f7, #ebeced);
    border-radius: 8px;
    padding: 15px 40px;
    text-align: center; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] {
    background: transparent;
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button[class*="owl-"] span {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    padding: 4px;
    line-height: normal;
    transform: rotate(-45deg);
    transform-origin: center; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-nav button.owl-next span {
    transform: rotate(135deg); }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dot {
    height: 10px;
    width: 10px;
    border: 1px solid #010101;
    background: #fff;
    transform: scale(1);
    transition: 0.5s;
    border-radius: 10px;
    margin: 7px 3px; }
  .customer_reviews_page .customer-review-main .owl-carousel .owl-dot.active {
    border-color: #f4bd23;
    background: #f4bd23;
    transform: scale(1.05); }
  .customer_reviews_page .customer-review-main .review-showcase {
    margin: -45px 0 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-bg-star1.png);
    background-repeat: no-repeat;
    background-position: right 40% top 3px;
    padding: 20px 0 0; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel {
    padding: 0;
    background: transparent; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-nav button[class*="owl-"] {
    top: calc(50% - 85px); }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0 0 8px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .img {
    width: 70px;
    height: 70px;
    border-radius: 80px;
    overflow: hidden; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #181818; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .name .star {
    width: 78px;
    margin: 0 0 3px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel p {
    text-align: left; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .text-block {
    padding: 30px 40px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/showcase-slider-bg.png?t=1709106856);
    background-size: 102% 100%;
    background-position: bottom;
    border-radius: 8px;
    position: relative; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .text-block:after {
    content: '';
    position: absolute;
    bottom: -10px;
    background: #000;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product {
    background: #000;
    border-radius: 8px;
    padding: 40px 40px 30px;
    position: relative;
    text-align: left; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: auto;
    max-width: 248px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .main-img {
    min-width: 107px;
    height: 107px;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    display: block;
    max-width: 107px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-sku a {
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    color: #f5bd27;
    font-weight: 400; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-name a {
    color: #fff;
    font-size: 10px;
    line-height: normal; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video {
    display: flex;
    align-items: center;
    gap: 7px; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box {
    width: 50%;
    background: #f2f2f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    position: relative; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 20px;
    transform: translate(-50%, -50%); }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 45px;
    height: 20px;
    z-index: 111;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/showcase-slider-bottom-arrow-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 10px;
    margin: auto; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec a.dropdown-btn {
    top: -10px;
    width: 20px;
    display: inline-block;
    position: relative; }
  .customer_reviews_page .customer-review-main .keep-reading-review {
    padding: 34px 0 0;
    position: relative;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-bg-star2.png);
    background-repeat: no-repeat;
    background-position: top right 10%; }
  .customer_reviews_page .customer-review-main .keep-reading-review:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 776px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-bg.png);
    width: 100%;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  .customer_reviews_page .customer-review-main .keep-reading-review .review-message-img img {
    border-radius: 8px; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec {
    text-align: center; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn {
    display: block;
    background: #418fc7;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    max-width: 500px;
    margin: 20px auto 24px;
    text-align: center;
    position: relative;
    width: 100%; }
  .customer_reviews_page .customer-review-main .keep-reading-review .btn-sec .keep-reading-btn:after {
    content: '';
    width: 60px;
    height: 17px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-btn-star.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px; }
  .customer_reviews_page .customer-review-main .leave-us-review {
    background: transparent;
    padding: 17px 0 0; }
  .customer_reviews_page .customer-review-main .why-write-review {
    background: transparent;
    position: relative;
    padding-bottom: 20px; }
  .customer_reviews_page .customer-review-main .why-write-review:after {
    content: '';
    width: 70px;
    height: 70px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/review-bg-star3.png);
    position: absolute;
    top: -20px;
    right: 21%;
    background-repeat: no-repeat; }
  .customer_reviews_page .customer-review-main .why-write-review .owl-carousel p strong {
    display: block; }
  .customer_reviews_page .customer-review-main .how-to-leave-review {
    padding: 24px 0 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/how-to-leave-review-bg.png);
    background-size: cover; }
  .customer_reviews_page .customer-review-main .featured-review-showcase {
    padding-bottom: 24px; }
  .customer_reviews_page .customer-review-main .featured-review-showcase p a {
    text-decoration: underline;
    font-style: italic;
    font-weight: 600;
    text-underline-offset: 2px; }
  .customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn {
    display: block;
    background: #418fc7;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    max-width: 500px;
    margin: 0 auto 0;
    text-align: center;
    position: relative; }
  .customer_reviews_page .customer-review-main .featured-review-showcase .submit-btn-sec .submit-btn:after {
    content: '';
    width: 60px;
    height: 17px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/keep-reading-btn-star.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px; }
  .customer_reviews_page .customer-review-main .keep-reading-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000057;
    z-index: 111111111;
    display: none; }
  .customer_reviews_page .customer-review-main .keep-reading-popup .popup-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    width: 90%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .customer_reviews_page .customer-review-main .keep-reading-popup .popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1; }
  .customer_reviews_page .customer-review-main .keep-reading-popup .reviews-carousel-card-container.reviews-carousel-card-mobile-mode {
    width: 99%; }
  .customer_reviews_page .customer-review-main .keep-reading-popup .yotpo-reviews-carousel-widget-container.yotpo-reviews-carousel-widget-mobile-mode {
    margin: 0; }
  /****************/
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec {
    display: block; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .btn-sec.Desktop_show {
    display: none; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .user .img {
    display: none; }
  .customer_reviews_page .customer-review-main .review-showcase .owl-carousel .owl-item .dropdown-product .product-box .info .p-video .box:last-child {
    display: none; }
  .customer_reviews_page .customer-review-main .read-review-img .img img.Image_mobile {
    display: block; }
  .customer_reviews_page .customer-review-main .read-review-img .img img.Image_desktop {
    display: none; }
  .customer_reviews_page .customer-review-main .how-to-leave-review .intro-img img.Image_mobile {
    display: block; }
  .customer_reviews_page .customer-review-main .how-to-leave-review .intro-img img.Image_desktop {
    display: none; }
  .customer_reviews_page .customer-review-main .customer_review_right {
    display: none; }
  .customer_reviews_page .customer-review-main .Reviews_anytime {
    display: none; } }

@media (max-width: 479px) {
  /* Review Page Mobile 27-2-24 */
  .customer_reviews_page .customer-review-main .customer-review-banner {
    height: 185px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content {
    top: 33px;
    max-width: 281px;
    width: 90%; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-content:after {
    content: '';
    width: 70px;
    height: 128px;
    top: 25px;
    right: 4px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star {
    display: flex;
    gap: 10px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .review-star span {
    height: 48px;
    width: 48px; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 {
    font-size: 27px;
    margin: 13px 0 0; }
  .customer_reviews_page .customer-review-main .customer-review-banner .overlay-text h2 span {
    font-size: 24px; } }

/*************** Buildopoly Page ***************/
body.buildopoly_program main > .container {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0; }

body.buildopoly_program main .categories-section {
  width: 100%;
  display: inline-block;
  padding: 0; }

body.buildopoly_program main .categories-section main.categories-right {
  width: 100% !important;
  max-width: 100% !important;
  float: initial !important;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important; }

.Buildopoly_page {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Buildopoly_page .Buildopoly-banner {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 61px; }

.Buildopoly_page .Buildopoly-banner a img {
  width: 100%; }

.Buildopoly_page .Buildopoly-banner .overle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1150px;
  width: 94%;
  text-align: center; }

.Buildopoly_page .Buildopoly-banner .overle h1 {
  padding: 0;
  margin: 0 0 -6px; }

.Buildopoly_page .Buildopoly-banner .overle h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 27.78px;
  line-height: normal;
  color: #ffd200;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 1px; }

.Buildopoly_page .Buildopoly-banner .overle p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 23.62px;
  line-height: 1.15;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 36px; }

.Buildopoly_page .Buildopoly-banner .overle a.buildopoly-button {
  width: 100%;
  display: inline-block;
  margin: 0 0 39px; }

.Buildopoly_page .Buildopoly-banner .overle .Board-section {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Buildopoly_page .Buildopoly-banner .overle .Board-section img {
  width: 100%; }

.Buildopoly_page .Buildopoly-banner .overle p strong, .Buildopoly_page .Buildopoly-banner .overle p b {
  font-family: Poppins;
  font-weight: 700; }

.Buildopoly_page .Buildopoly-banner .overle .Board-section:before {
  content: "";
  position: absolute;
  top: -85px;
  right: 273px;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/buildopoly-banner-img-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 174px;
  height: 150px; }

.Buildopoly_page .Title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Buildopoly_page .Title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0 0 17px; }

.Buildopoly_page .Title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #4a8bbc;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 17px; }

.Buildopoly_page .Buildopoly-referral {
  width: 100%;
  display: inline-block;
  margin: 0 0 61px; }

.Buildopoly_page .Buildopoly-referral .Title h2 {
  margin: 0 0 5px; }

.Buildopoly_page .Buildopoly-referral .box-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0; }

.Buildopoly_page .Buildopoly-referral .box-section .image {
  width: 46%;
  float: left; }

.Buildopoly_page .Buildopoly-referral .box-section .content {
  width: 52%;
  float: right;
  padding: 0 40px 0 0; }

.Buildopoly_page .Buildopoly-referral .box-section .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17.47px;
  line-height: 24.62px;
  color: #000000;
  padding: 0 0 24px; }

.Buildopoly_page .Buildopoly-referral .box-section .content p:last-child {
  padding: 0; }

.Buildopoly_page .Buildopoly-referral .box-section .content p a {
  color: #599ec9; }

.Buildopoly_page .Buildopoly-referral .box-section .content p a:hover {
  color: #000000; }

.Buildopoly_page .Buildopoly-referral.How-works .Title h2 {
  margin: 0 0 17px; }

.Buildopoly_page .Buildopoly-referral.How-works .box-section {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap; }

.Buildopoly_page .Buildopoly-referral.How-works .box-section .content {
  text-align: right;
  padding: 0 0 0 20px; }

.Buildopoly_page .Buildopoly-referral.How-works .box-section .image {
  text-align: right; }

.Buildopoly_page .Ready-roll {
  width: 100%;
  display: inline-block;
  margin: 0 0 61px; }

.Buildopoly_page .Ready-roll .box-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Buildopoly_page .Ready-roll .box-section .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px; }

.Buildopoly_page .Ready-roll .box-section .box:last-child {
  margin: 0 0 0; }

.Buildopoly_page .Ready-roll .box-section .box .icon {
  width: 300px;
  float: left;
  height: initial;
  text-align: center; }

.Buildopoly_page .Ready-roll .box-section .box .content {
  width: calc(100% - 350px);
  float: right; }

.Buildopoly_page .Ready-roll .box-section .box .content h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0 0 2px; }

.Buildopoly_page .Ready-roll .box-section .box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17.47px;
  line-height: 24.62px;
  color: #000000;
  padding: 0 0 24px; }

.Buildopoly_page .Ready-roll .box-section .box .content p:last-child {
  padding: 0; }

.Buildopoly_page .Why-play {
  width: 100%;
  display: inline-block;
  margin: 0 0 61px; }

.Buildopoly_page .Why-play .box-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 40px; }

.Buildopoly_page .Why-play .box-section .box {
  width: calc(33.333% - 7px);
  float: left;
  margin-right: 10px;
  text-align: center; }

.Buildopoly_page .Why-play .box-section .box:last-child {
  margin-right: 0; }

.Buildopoly_page .Why-play .box-section .box img {
  max-width: 300px;
  margin: 0 auto 10px;
  display: table; }

.Buildopoly_page .Why-play .box-section .box .whyplay_heading {
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  text-transform: initial;
  display: block;
  margin: 0 0 2px; }

.Buildopoly_page .Why-play .box-section .box a:hover {
  /* color: #599ec9; */ }

.Buildopoly_page .Why-play .box-section .box p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17.47px;
  line-height: 24.62px;
  color: #000000;
  padding: 0 0 0; }

.Buildopoly_page .Why-play p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17.47px;
  line-height: 24.62px;
  color: #000000;
  text-align: center;
  padding: 0 0 24px; }

.Buildopoly_page .Why-play p strong, .Buildopoly_page .Why-play p b {
  font-family: Poppins;
  font-weight: 700; }

.Buildopoly_page .Why-play span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 17.47px;
  line-height: 24.62px;
  color: #000000;
  text-align: center;
  display: block;
  padding: 0 0 0; }

.Buildopoly_page .Read-to-play {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Buildopoly_page .Read-to-play .overle {
  position: relative;
  width: 94%;
  max-width: 1150px;
  text-align: center;
  display: table;
  margin: 0 auto; }

.Buildopoly_page .Read-to-play .overle span a {
  /* color: #000000; */ }

.Buildopoly_page .Read-to-play .overle span a:hover {
  color: #418fc7; }

.Buildopoly_page .Read-to-play .overle a.buildopoly-button {
  position: relative;
  display: table;
  margin: 0 auto 17px; }

.Buildopoly_page .Read-to-play .overle a.buildopoly-button:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -206px;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/buildopoly-icon-7.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 146px;
  height: 122px; }

.Buildopoly_page .Read-to-play .overle a.buildopoly-button img {
  max-width: 210px; }

.Buildopoly_page .Read-to-play .overle span {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  display: block;
  padding: 0 0 0; }

.Buildopoly_page .Read-to-play .image-bg {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: -100px 0 0; }

@media (max-width: 1800px) {
  /*************** Buildopoly Page ***************/
  .Buildopoly_page .Read-to-play .image-bg img {
    width: calc(100% - 390px); } }

@media (max-width: 1600px) {
  /*************** Buildopoly Page ***************/
  .Buildopoly_page .Read-to-play .image-bg img {
    width: calc(100% - 530px); } }

@media (max-width: 1366px) {
  /*************** Buildopoly Page ***************/
  .Buildopoly_page .Read-to-play .image-bg img {
    width: calc(100% - 600px); } }

@media (max-width: 1150px) {
  /*************** Buildopoly Page ***************/
  /*.Buildopoly_page .Buildopoly-banner { height: 450px; overflow: hidden; }
    .Buildopoly_page .Buildopoly-banner img.buildopoly-banner { height: auto; max-width: 1350px; width: auto; position: relative; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }*/
  .Buildopoly_page .Buildopoly-referral .box-section .content {
    padding: 0; }
  .Buildopoly_page .Buildopoly-referral.How-works .box-section .content {
    padding: 0; }
  .Buildopoly_page .Read-to-play .image-bg {
    margin: -80px 0 0; }
  .Buildopoly_page .Read-to-play .image-bg img {
    width: calc(100% - 300px); }
  .Buildopoly_page .Buildopoly-banner, .Buildopoly_page .Buildopoly-referral, .Buildopoly_page .Ready-roll, .Buildopoly_page .Why-play {
    margin: 0 0 50px; }
  .Buildopoly_page .Title h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 15px; }
  .Buildopoly_page .Title h3 {
    font-size: 29px;
    line-height: 1.3;
    margin: 0 0 15px; }
  .Buildopoly_page .Buildopoly-referral.How-works .Title h2 {
    margin: 0 0 15px; }
  .Buildopoly_page .Ready-roll .box-section .box .content h3, .Buildopoly_page .Why-play .box-section .box .whyplay_heading {
    font-size: 23px; }
  .Buildopoly_page .Why-play .box-section .box img {
    max-width: 100%;
    width: 94%; } }

@media (max-width: 999px) {
  /*************** Buildopoly Page ***************/
  /*.Buildopoly_page .Buildopoly-banner { height: 390px; }
    .Buildopoly_page .Buildopoly-banner img.buildopoly-banner { max-width: 1170px; }*/
  .Buildopoly_page .Ready-roll .box-section .box {
    margin: 0 0 15px; }
  .Buildopoly_page .Ready-roll .box-section .box .icon {
    width: 250px; }
  .Buildopoly_page .Ready-roll .box-section .box .content {
    width: calc(100% - 280px); }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button:before {
    top: -6px;
    left: -146px;
    background-size: contain;
    width: 100px;
    height: 82px; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button img {
    max-width: 200px; }
  .Buildopoly_page .Read-to-play .image-bg {
    margin: 20px 0 0; }
  .Buildopoly_page .Read-to-play .image-bg img {
    width: 100%; }
  .Buildopoly_page .Buildopoly-banner, .Buildopoly_page .Buildopoly-referral, .Buildopoly_page .Ready-roll, .Buildopoly_page .Why-play {
    margin: 0 0 40px; }
  .Buildopoly_page .Title h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px; }
  .Buildopoly_page .Title h3 {
    font-size: 27px;
    line-height: 1.3;
    margin: 0 0 15px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content p, .Buildopoly_page .Ready-roll .box-section .box .content p, .Buildopoly_page .Why-play .box-section .box p, .Buildopoly_page .Why-play p, .Buildopoly_page .Why-play span {
    font-size: 17px;
    line-height: 24px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content p, .Buildopoly_page .Ready-roll .box-section .box .content p, .Buildopoly_page .Why-play p {
    padding: 0 0 20px; }
  .Buildopoly_page .Read-to-play .overle span {
    font-size: 18px; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button {
    margin: 0 auto 15px; }
  .Buildopoly_page .Why-play .box-section {
    margin: 0 0 30px; }
  .Buildopoly_page .Ready-roll .box-section .box .content h3, .Buildopoly_page .Why-play .box-section .box .whyplay_heading {
    font-size: 21px; } }

@media (max-width: 767px) {
  /*************** Buildopoly Page ***************/
  /*.Buildopoly_page .Buildopoly-banner { height: 290px; }
    .Buildopoly_page .Buildopoly-banner img.buildopoly-banner { max-width: 870px; }*/
  .Buildopoly_page .Buildopoly-referral .box-section {
    display: inline-block; }
  .Buildopoly_page .Buildopoly-referral .box-section .image {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    margin: 0 0 15px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content {
    width: 100%;
    display: inline-block;
    float: initial;
    padding: 0; }
  .Buildopoly_page .Buildopoly-referral.How-works .box-section {
    display: inline-block; }
  .Buildopoly_page .Buildopoly-referral.How-works .box-section .content {
    text-align: left; }
  .Buildopoly_page .Ready-roll .box-section .box .icon {
    width: 150px; }
  .Buildopoly_page .Ready-roll .box-section .box .content {
    width: calc(100% - 170px); }
  .Buildopoly_page .Why-play .box-section .box {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 20px; }
  .Buildopoly_page .Why-play .box-section .box:last-child {
    margin: 0; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button img {
    max-width: 180px; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button:before {
    top: -6px;
    left: -120px;
    background-size: contain;
    width: 80px;
    height: 68px; }
  .Buildopoly_page .Read-to-play .image-bg {
    margin: 15px 0 0; }
  .Buildopoly_page .Buildopoly-banner, .Buildopoly_page .Buildopoly-referral, .Buildopoly_page .Ready-roll, .Buildopoly_page .Why-play {
    margin: 0 0 30px; }
  .Buildopoly_page .Title h2 {
    font-size: 27px;
    line-height: 1.3;
    margin: 0 0 15px; }
  .Buildopoly_page .Title h3 {
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 15px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content p, .Buildopoly_page .Ready-roll .box-section .box .content p, .Buildopoly_page .Why-play .box-section .box p, .Buildopoly_page .Why-play p, .Buildopoly_page .Why-play span {
    font-size: 16px;
    line-height: 22px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content p, .Buildopoly_page .Ready-roll .box-section .box .content p, .Buildopoly_page .Why-play p {
    padding: 0 0 18px; }
  .Buildopoly_page .Ready-roll .box-section .box .content h3, .Buildopoly_page .Why-play .box-section .box .whyplay_heading {
    font-size: 20px; }
  .Buildopoly_page .Why-play .box-section .box img {
    max-width: inherit;
    width: inherit; }
  .Buildopoly_page .Why-play .box-section {
    margin: 0 0 25px; }
  .Buildopoly_page .Read-to-play .overle span {
    font-size: 17px; } }

@media (max-width: 479px) {
  /*************** Buildopoly Page ***************/
  /*.Buildopoly_page .Buildopoly-banner { height: 187px; }
    .Buildopoly_page .Buildopoly-banner img.buildopoly-banner { max-width: 560px; }*/
  .Buildopoly_page .Buildopoly-referral .box-section .image {
    margin: 0 0 10px; }
  .Buildopoly_page .Ready-roll .box-section .box {
    display: inline-block; }
  .Buildopoly_page .Ready-roll .box-section .box .icon {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    margin: 0 0 5px; }
  .Buildopoly_page .Ready-roll .box-section .box .content {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center; }
  .Buildopoly_page .Why-play .box-section .box {
    margin: 0 0 10px; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button img {
    max-width: 170px; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button:before {
    top: 0;
    left: -70px;
    background-size: contain;
    width: 60px;
    height: 50px; }
  .Buildopoly_page .Read-to-play .image-bg {
    margin: 10px 0 0; }
  .Buildopoly_page .Buildopoly-banner, .Buildopoly_page .Buildopoly-referral, .Buildopoly_page .Ready-roll, .Buildopoly_page .Why-play {
    margin: 0 0 25px; }
  .Buildopoly_page .Title h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 12px; }
  .Buildopoly_page .Title h2 br {
    display: none; }
  .Buildopoly_page .Buildopoly-referral.How-works .Title h2 {
    margin: 0 0 12px; }
  .Buildopoly_page .Title h3 {
    font-size: 23px;
    line-height: 1.2;
    margin: 0 0 12px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content p, .Buildopoly_page .Ready-roll .box-section .box .content p, .Buildopoly_page .Why-play .box-section .box p, .Buildopoly_page .Why-play p, .Buildopoly_page .Why-play span {
    font-size: 15px;
    line-height: 21px; }
  .Buildopoly_page .Buildopoly-referral .box-section .content p, .Buildopoly_page .Ready-roll .box-section .box .content p, .Buildopoly_page .Why-play p {
    padding: 0 0 15px; }
  .Buildopoly_page .Ready-roll .box-section .box .content h3, .Buildopoly_page .Why-play .box-section .box .whyplay_heading {
    font-size: 19px; }
  .Buildopoly_page .Read-to-play .overle a.buildopoly-button {
    margin: 0 auto 12px; }
  .Buildopoly_page .Read-to-play .overle span {
    font-size: 16px; } }

.Buildopoly_page .buildopoly_color {
  /* color: #418fc7; */ }

/********** Our Catalog Page **********/
body.Our_catalog_page main .page1 .categories-section {
  padding: 0;
  margin: 0; }

body.Our_catalog_page main .page1 .categories-section .categories-right > .ContentEditor {
  display: none; }

body.Our_catalog_page .Our__catalog .categories-left {
  max-width: 250px;
  width: 23%;
  float: right; }

body.Our_catalog_page .Our__catalog .categories-left h5.sidebarBlock-heading {
  margin: 0; }

body.Our_catalog_page .Our__catalog .categories-left ul.navList {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 26px; }

body.Our_catalog_page .Our__catalog .categories-left ul.navList .tree_content {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #498cbc;
  text-transform: uppercase;
  border-bottom: 1px solid #498cbc;
  outline: none;
  padding: 0;
  margin: 4px 0 25px; }

body.Our_catalog_page .Our__catalog .categories-left ul.navList.tree.treeview li.toplevel {
  display: none; }

body.Our_catalog_page .Our__catalog .categories-left ul.navList.tree.treeview li.toplevel.ActivePage a {
  color: #418fc7 !important; }

body.Our_catalog_page .Our__catalog .categories-left .signup-banner {
  background: linear-gradient(0deg, #f7c700, #f7c700);
  text-align: center; }

body.Our_catalog_page .Our__catalog .categories-left .signup-banner input {
  border-radius: 20px !important;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  border: 0 !important;
  font-size: 20px !important;
  padding: 0 25px !important; }

body.Our_catalog_page .Our__catalog .categories-left .signup-banner img {
  max-width: 250px; }

body.Our_catalog_page .Our__catalog .categories-left .signup-banner button {
  margin-top: 17px;
  font-family: 'Poppins' !important;
  font-weight: 900 !important;
  font-size: 32px !important;
  padding: 7px 0 3px !important; }

body.Our_catalog_page .Our__catalog .categories-left .signup-banner span {
  font-family: 'Poppins' !important;
  font-weight: 400 !important; }

body.Our_catalog_page .Our__catalog .categories-left .signup-banner strong {
  font-family: 'Poppins' !important;
  font-weight: 900 !important; }

body.Our_catalog_page .Our__catalog .categories-left .follow-us-banner {
  background: linear-gradient(0deg, #3e89bf, #478bbc);
  padding: 15px 20px;
  text-align: center;
  margin: 20px 0 20px; }

body.Our_catalog_page .Our__catalog .categories-left .follow-us-banner .social-link {
  margin: 8px 0; }

body.Our_catalog_page .Our__catalog .categories-left .follow-us-banner .social-link a {
  display: inline-block;
  margin: 0 12px; }

.Our__catalog {
  width: 100%;
  display: inline-block;
  margin: 37px 0; }

.Our__catalog .Catalog-content {
  width: calc(100% - 280px);
  float: left; }

.Our__catalog .Catalog-content .abtest_hero_banner {
  width: 100%;
  display: inline-block;
  margin: 0 0 34px; }

.Our__catalog .Catalog-content .abtest_hero_banner .abtest-banner .imgbox {
  min-height: initial !important; }

.Our__catalog .Catalog-content .Our-content {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Our__catalog .Catalog-content h2 {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 49.9px;
  line-height: 1;
  color: #201c1d;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 15px; }

.Our__catalog .Catalog-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #201c1d;
  margin: 0;
  padding: 0 0 19px; }

.Our__catalog .Catalog-content p a {
  font-family: Poppins;
  font-weight: 700;
  /* color: #201c1d; */ }

.Our__catalog .Catalog-content p a:hover {
  color: #418fc7; }

@media (max-width: 1150px) {
  .Our__catalog {
    margin: 30px 0; }
  .Our__catalog .Catalog-content {
    width: calc(100% - 248px);
    float: left; }
  .Our__catalog .Catalog-content .abtest_hero_banner {
    margin: 0 0 30px; }
  .Our__catalog .Catalog-content h2 {
    font-size: 45px;
    margin: 0 0 12px; }
  .Our__catalog .Catalog-content p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 15px; }
  body.Our_catalog_page .Our__catalog .categories-left ul.navList {
    padding: 18px 15px; }
  body.Our_catalog_page .Our__catalog .categories-left ul.navList .tree_content {
    margin: 4px 0 18px; } }

@media (max-width: 999px) {
  body.Our_catalog_page .Our__catalog .categories-left {
    max-width: 100%;
    width: 100%;
    float: initial;
    display: inline-block;
    margin: 30px 0 0; }
  .Our__catalog {
    margin: 15px 0; }
  .Our__catalog .Catalog-content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 0; }
  .Our__catalog .Catalog-content .abtest_hero_banner {
    margin: 0 0 25px; }
  .Our__catalog .Catalog-content h2 {
    font-size: 42px;
    margin: 0 0 10px; } }

@media (max-width: 767px) {
  .Our__catalog .Catalog-content .abtest_hero_banner {
    margin: 0 0 22px; }
  .Our__catalog .Catalog-content h2 {
    font-size: 40px;
    margin: 0 0 10px; } }

@media (max-width: 479px) {
  body.Our_catalog_page main#main-content .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0; }
  .Our__catalog .Catalog-content .Our-content, body.Our_catalog_page .Our__catalog .categories-left {
    max-width: 1150px;
    width: 94%;
    display: table;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
  .Our__catalog .Catalog-content .abtest_hero_banner {
    margin: 0 0 20px; }
  .Our__catalog .Catalog-content h2 {
    font-size: 37px;
    margin: 0 0 8px; }
  .Our__catalog .Catalog-content p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 15px; } }

.new_blog_sidebar2 .form-search {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 15px; }

.new_blog_sidebar2 .form-search input {
  text-transform: inherit;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #3d3d3d;
  text-transform: uppercase;
  border: 2px solid #3c3c3c;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  display: inline-block;
  padding: 15px 12px;
  padding-right: 50px; }

.new_blog_sidebar2 .form-search button {
  position: absolute;
  top: 2px;
  right: 1px;
  padding: 0;
  background: #3c3c3c;
  border-radius: 0;
  width: 40px;
  height: 41px;
  border: none;
  text-align: center;
  border-radius: 0 4px 5px 0px; }

/* 1-5-24 */
.sponsorship-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: 9999999;
  pointer-events: none; }

.sponsorship-lightbox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: -1;
  opacity: 0.8; }

.sponsorship-lightbox.open {
  transform: scale(1);
  pointer-events: auto; }

.sponsorship-lightbox .sponsorship-lightbox-content {
  max-width: 800px;
  width: 94%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.sponsorship-lightbox .img-wrapper {
  height: 100%;
  display: flex;
  align-items: center; }

.sponsorship-lightbox .img-wrapper img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  display: none; }

.sponsorship-lightbox .img-wrapper img.active {
  display: block; }

.sponsorship-lightbox .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #000;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer; }

.sponsorship-lightbox .sponsorship-lightbox-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between; }

.sponsorship-lightbox .sponsorship-lightbox-controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  color: #fff;
  margin: 0; }

.sponsorship-lightbox .sponsorship-lightbox-controls button img {
  width: 30px; }

.sponsorship-lightbox .sponsorship-lightbox-controls button svg {
  fill: #000;
  width: 20px; }

.sponsorship-lightbox .sponsorship-lightbox-controls button:hover {
  color: #ccc; }

@media (max-width: 767px) {
  .sponsorship-lightbox .close-popup {
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    font-size: 12px; }
  .sponsorship-lightbox .sponsorship-lightbox-content {
    padding: 30px; }
  .sponsorship-lightbox .sponsorship-lightbox-controls button {
    padding: 0 5px; }
  .sponsorship-lightbox .sponsorship-lightbox-controls button img {
    width: 22px; } }

/*************** Architects New Page ***************/
.Architects {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0; }

.Architects .container {
  max-width: 1160px;
  width: 94%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.Architects header.New-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  z-index: 999;
  margin: 0;
  padding: 30px 0 0; }

.Architects header.New-header .mobile-menu {
  display: none; }

.Architects header.New-header .Logo {
  float: left; }

.Architects header.New-header .header_right {
  float: right;
  margin: 1px 0 0;
  display: flex;
  align-items: center; }

.Architects header.New-header .header_right .Menu {
  float: left;
  margin-right: 42px; }

.Architects header.New-header .header_right .Menu ul {
  width: 100%;
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0; }

.Architects header.New-header .header_right .Menu ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 32px; }

.Architects header.New-header .header_right .Menu ul li:last-child {
  margin-right: 0; }

.Architects header.New-header .header_right .Menu ul li a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0;
  margin: 0; }

.Architects header.New-header .header_right .Menu ul li a:hover {
  color: #ffd600; }

.Architects header.New-header .header_right .Keyword-serch {
  float: left; }

.Architects header.New-header .header_right .Keyword-serch form {
  padding: 0;
  margin: 0; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field {
  padding: 0;
  margin: 0;
  display: flex; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input::-moz-placeholder {
  font-size: 15.6px;
  line-height: normal;
  color: #ffffff;
  opacity: 10; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input::-webkit-input-placeholder {
  font-size: 15.6px;
  line-height: normal;
  color: #ffffff; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15.6px;
  line-height: normal;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffd600;
  border-right: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  width: 100%;
  min-width: 333px;
  height: initial;
  float: left;
  margin: 0;
  padding: 10px 15px; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field .search-icon {
  float: right; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field .search-icon button.submitBtn {
  font-size: 22px;
  line-height: 1;
  width: 100%;
  display: inline-block;
  color: #000000;
  background: #ffd600;
  border: none;
  border-radius: 0 5px 5px 0;
  outline: none;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 0;
  padding: 9px 15px; }

.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field .search-icon button.submitBtn:hover {
  color: #ffffff;
  background: #ffd600; }

.Architects header.New-header .header_right .Keyword-serch .quickSearchResults {
  margin: 0; }

.Architects .Architect-banner {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Architects .Architect-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/architects-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.Architects .Architect-banner img {
  width: 100%; }

.Architects .Architect-banner .overle {
  position: absolute;
  bottom: 121px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1160px;
  width: 94%; }

.Architects .Architect-banner .overle h1 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 46px;
  line-height: 52px;
  color: #ffffff;
  letter-spacing: 0.552px;
  padding: 0;
  margin: 0 0 19px; }

.Architects .Architect-banner .overle p {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 0 20px; }

.Architects .Architect-banner .overle .Btn {
  width: 100%;
  display: inline-block;
  margin: 21px 0 0; }

.Architects .Architect-banner .overle .Btn a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  float: left;
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 9.5px 19px; }

.Architects .Architect-banner .overle .Btn a.Download-book {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600;
  padding: 9.5px 30px; }

.Architects .Architect-banner .overle h1, .Architects .Architect-banner .overle p {
  max-width: 770px; }

.Architects .Architect-banner .overle .Btn a:last-child {
  margin: 0; }

.Architects .Architect-banner .overle .Btn a:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects .Architect-banner .overle .Btn a.Download-book:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border-color: #ffffff; }

.Architects .Find-section {
  width: 100%;
  display: inline-block;
  margin: -47px 0 80px; }

.Architects .Find-section .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }

.Architects .Find-section .box {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center; }

.Architects .Find-section .box img {
  display: table;
  margin: 0 auto 12px; }

.Architects .Find-section .box a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.24px;
  display: block;
  margin: 0 0 2px; }

.Architects .Find-section .box a:hover {
  color: #ffd600; }

.Architects .Find-section .box a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block; }

.Architects .Find-section .box span {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  display: block; }

.Architects .Find-section .banner-content {
  display: none; }

.Architects .Product-selector-tool {
  width: 100%;
  display: inline-block;
  margin: 0 0 80px; }

.Architects .Product-selector-tool .Serch-icon {
  position: relative;
  width: 100%;
  max-width: 588px;
  display: inline-block;
  background: #ffd600;
  border-radius: 20px 20px 0 0;
  padding: 22px 62px 10px;
  margin: 0 0 7px 95px; }

.Architects .Product-selector-tool .Serch-icon .top-icon {
  display: none; }

.Architects .Product-selector-tool .Serch-icon img {
  position: absolute;
  bottom: 4px;
  left: -28px; }

.Architects .Product-selector-tool .Serch-icon h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  margin: 0 0 0; }

.Architects .Product-selector-tool .Selector-tool {
  width: 100%;
  display: inline-block;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/product-selector-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 0 95px 50px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution {
  width: 100%;
  max-width: 588px;
  display: inline-block;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/access-solution-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
  padding: 47px 61px 46px;
  margin: 0 0 50px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: 1.3;
  color: #ffd700;
  letter-spacing: 0.396px;
  margin: 0 0 15px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  max-width: 400px;
  padding: 0 0 32px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly {
  width: 100%;
  display: inline-block;
  margin: 0 0 43px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  float: left;
  margin: 0; }

.Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly img.serch-desktop {
  float: left;
  margin-left: -19px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly img.serch-mobile {
  display: none; }

.Architects .Product-selector-tool .Selector-tool .Access-solution a.Use-tool {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 10px 48px; }

.Architects .Product-selector-tool .Selector-tool .Access-solution a.Use-tool:hover {
  color: #ffffff;
  background: #0074d9; }

.Architects .Product-selector-tool .Selector-tool .Product_slider {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-nav.disabled {
  display: block; }

.Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -45px; }

.Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -45px; }

.Architects .Resources-architects {
  width: 100%;
  display: inline-block;
  margin: 0 0 80px; }

.Architects .Resources-architects .container {
  max-width: 920px; }

.Architects .Resources-architects .top-icon {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 33px; }

.Architects .Resources-architects .title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 50px; }

.Architects .Resources-architects .title h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  margin: 0 0 15px; }

.Architects .Resources-architects .title p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0 0 0; }

.Architects .Resources-architects .box-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Architects .Resources-architects .box-section .box {
  width: 33.333%;
  float: left;
  text-align: center; }

.Architects .Resources-architects .box-section .box .Bim-icon {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 24px; }

.Architects .Resources-architects .box-section .box h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.24px;
  margin: 0 0 22px; }

.Architects .Resources-architects .box-section .box a.View-resource {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  padding: 10px 42px; }

.Architects .Resources-architects .box-section .box a.View-resource:hover {
  color: #000000;
  background: #ffd600; }

.Architects .Education-center {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #f7f7f7;
  margin: 32px 0 0;
  padding: 80px 0; }

.Architects .Education-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 335px;
  background: #ffd600;
  display: inline-block; }

.Architects .Education-center .container {
  position: initial; }

.Architects .Education-center .top-icon {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.Architects .Education-center .top-icon img {
  outline: 9px solid #ffffff !important;
  border-radius: 50%;
  outline-offset: -1px; }

.Architects .Education-center .title {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 50px; }

.Architects .Education-center .title h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  margin: 0 0 15px; }

.Architects .Education-center .title p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0 0 0; }

.Architects .Education-center .Articles-architects {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Architects .Education-center .Articles-architects h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.312px;
  margin: 0 0 8px; }

.Architects .Education-center .Articles-architects .Articles-slider {
  width: 100%;
  max-width: 765px;
  display: inline-block;
  margin: 0 0 23px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-stage-outer {
  padding: 20px;
  margin: 0 -20px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item {
  transition: all .3s ease-in 0s;
  -webkit-transition: all .3s ease-in 0s; }

/*.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item.active + .active { transform: scale(1.19); }
.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item.active + .active + .active { transform: initial; }*/
.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: left;
  padding: 20px 23px 25px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_image {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_image img {
  width: 100%;
  border-radius: 8px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_content {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_content h3 {
  font-family: Poppins;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 8px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  padding: 0 0 0; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -55px; }

.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -55px; }

.Architects .Education-center .Articles-architects .Read-article {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Architects .Education-center .Articles-architects .Read-article a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 10px 35px; }

.Architects .Education-center .Articles-architects .Read-article a:hover {
  color: #000000;
  background: #ffd600; }

.Architects .Library-architects {
  width: 100%;
  display: inline-block;
  background: #f7f7f7;
  padding: 0 0 110px; }

.Architects .Library-architects h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.312px;
  text-align: center;
  margin: 0 0 30px; }

.Architects .Library-architects .Ebook-slider {
  width: 100%;
  /* max-width: 725px; */
  max-width: 550px;
  margin: 0 auto 45px; }

.Architects .Library-architects .Ebook-slider .owl-carousel .owl-stage-outer {
  padding: 20px 0; }

.Architects .Library-architects .Ebook-slider .owl-carousel .owl-item {
  transition: all .3s ease-in 0s;
  -webkit-transition: all .3s ease-in 0s; }

.Architects .Library-architects .Ebook-slider .owl-carousel .owl-item.active + .active {
  /* transform: scale(1.19); */ }

.Architects .Library-architects .Ebook-slider .owl-carousel .owl-item.active + .active + .active {
  transform: initial; }

.Architects .Library-architects .Ebook-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -55px; }

.Architects .Library-architects .Ebook-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -55px; }

.Architects .Library-architects .Download-eBook {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Architects .Library-architects .Download-eBook a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 10px 33px; }

.Architects .Library-architects .Download-eBook a:hover {
  color: #ffffff;
  background: #0074d9; }

.Architects .Industry-architects {
  position: relative;
  width: 100%;
  display: inline-block;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/industry-architects-new-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 101px 0 61px;
  margin: 0 0 80px; }

.Architects .Industry-architects .container {
  position: initial; }

.Architects .Industry-architects .top-icon {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.Architects .Industry-architects .top-icon img {
  outline: 9px solid #f7f7f7 !important;
  border-radius: 50%;
  outline-offset: -1px; }

.Architects .Industry-architects .title {
  width: 100%;
  display: table;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px; }

.Architects .Industry-architects .title h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0.396px;
  margin: 0 0 23px; }

.Architects .Industry-architects .title p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 0 0; }

.Architects .Industry-architects .architects-slider {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 42px; }

.Architects .Industry-architects .architects-slider .owl-carousel {
  position: initial; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box {
  width: 100%;
  display: inline-block;
  padding: 0; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box .image {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box .image img {
  width: 100%;
  border-radius: 12px 12px 0 0; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box .image .overly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 28px; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box .image .overly span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
  height: initial !important;
  padding: 0; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box .content {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 30px 25px; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box h3 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.18px;
  margin: 0 10px 20px 0; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 20px; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box h3, .Architects .Industry-architects .architects-slider .owl-carousel .item .box p {
  padding-left: 10px;
  padding-right: 10px; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box a.Read-article {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 6.5px; }

.Architects .Industry-architects .architects-slider .owl-carousel .item .box a.Read-article:hover {
  color: #000000;
  background: #ffd600; }

.Architects .Industry-architects .architects-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; }

.Architects .Industry-architects .architects-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0; }

.Architects .Questions-answers {
  width: 100%;
  display: inline-block;
  margin: 0 0 80px; }

.Architects .Questions-answers h2.question-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.312px;
  text-align: center;
  cursor: pointer;
  margin: 0 0 30px; }

.Architects .Questions-answers h2.question-title span {
  position: relative;
  display: inline-block; }

.Architects .Questions-answers h2.question-title span:before {
  content: "";
  position: absolute;
  top: 2px;
  right: -50px;
  width: 24px;
  height: 24px;
  background: transparent;
  border-top: 12px solid #0074d9;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 12px 0 0; }

.Architects .Questions-answers h2.question-title.active span:before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #ffd600;
  margin: 0; }

.Architects .Questions-answers .container {
  max-width: 1030px; }

.Architects .Questions-answers .Questions-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Architects .Questions-answers .Questions-section h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.312px;
  cursor: pointer;
  padding: 10px 30px;
  margin-top: 10px; }

.Architects .Questions-answers .Questions-section .Questions-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 12px; }

.Architects .Questions-answers .Questions-section .Questions-box:last-child {
  margin: 0; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 12.5px 32px;
  padding-right: 60px; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: transparent;
  border-top: 12px solid #0074d9;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 12px 0 0; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-title.active:before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #ffd600;
  margin: 0; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-content {
  display: none; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-content .content-box {
  width: 100%;
  display: inline-block;
  padding: 18px 22px 8px; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0 0 20px; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-content p:last-child {
  padding: 0; }

.Architects .Visualize-possibilities {
  width: 100%;
  display: inline-block;
  margin: 32px 0 80px; }

.Architects .Visualize-possibilities .container {
  position: relative;
  background: #ffd600;
  border-radius: 10px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.Architects .Visualize-possibilities .top-icon {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.Architects .Visualize-possibilities .top-icon img {
  outline: 9px solid #ffffff !important;
  border-radius: 50%;
  outline-offset: -1px; }

.Architects .Visualize-possibilities .content {
  width: 500px;
  float: left;
  padding-left: 28px; }

.Architects .Visualize-possibilities .content h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  margin: 0 0 25px; }

.Architects .Visualize-possibilities .content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0 0 30px; }

.Architects .Visualize-possibilities .content a.Pinterest-button {
  display: inline-block;
  margin: 0 0 30px; }

.Architects .Visualize-possibilities .content ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.Architects .Visualize-possibilities .content ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 18px; }

.Architects .Visualize-possibilities .content ul li:last-child {
  margin-right: 0; }

.Architects .Visualize-possibilities .content ul li a {
  display: inline-block; }

.Architects .Visualize-possibilities .image {
  width: calc(100% - 579px);
  float: right; }

.Architects .Visualize-possibilities .image .box {
  width: calc(50% - 6px);
  float: left; }

.Architects .Visualize-possibilities .image .box:nth-child(even) {
  margin-left: 12px; }

.Architects .Visualize-possibilities .image .box:nth-child(n+3) {
  margin-top: 12px; }

.Architects .Visualize-possibilities .image .box img {
  border-radius: 15px; }

.Architects .Empower-future {
  width: 100%;
  display: inline-block;
  margin: 0 0 80px; }

.Architects .Empower-future .title {
  width: 100%;
  max-width: 910px;
  display: table;
  text-align: center;
  margin: 0 auto 50px; }

.Architects .Empower-future .title h2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 33px;
  line-height: 43px;
  color: #000000;
  letter-spacing: 0.396px;
  padding: 0;
  margin: 0 0 21px; }

.Architects .Empower-future .title p {
  color: #000000;
  letter-spacing: 0;
  padding: 0; }

.Architects .Empower-future .box-section {
  width: 100%;
  display: inline-block;
  background: #0074d9;
  border-radius: 12px;
  padding: 50px 50px 50px 45px; }

.Architects .Empower-future .box-section .content {
  width: calc(100% - 633px);
  float: left; }

.Architects .Empower-future .box-section .content h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 33px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 21px; }

.Architects .Empower-future .box-section .content .box {
  width: 100%;
  display: inline-block;
  margin: 0 0 31px; }

.Architects .Empower-future .box-section .content .box:last-child {
  margin: 0; }

.Architects .Empower-future .box-section .content .box .Icon {
  float: left; }

.Architects .Empower-future .box-section .content .box .Icon img {
  border-radius: 50px; }

.Architects .Empower-future .box-section .content .box .box-con {
  width: calc(100% - 85px);
  float: right; }

.Architects .Empower-future .box-section .content .box .box-con span {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  margin: -5px 0 4px; }

.Architects .Empower-future .box-section .content .box .box-con p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0; }

.Architects .Empower-future .box-section .content .box .box-con a.Apply-sponsorship {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffd600;
  border-radius: 10px;
  letter-spacing: 0;
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 21px; }

.Architects .Empower-future .box-section .content .box .box-con a.Apply-sponsorship:hover {
  color: #000000;
  background: #ffd600; }

.Architects .Empower-future .box-section .image {
  width: 572px;
  float: right; }

.Architects .Empower-future .box-section .image img.future-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.Architects .Empower-future .box-section .image .image-con {
  width: 100%;
  display: inline-block;
  background: #ffd600;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 39px 41px 46px; }

.Architects .Empower-future .box-section .image .image-con h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 18px; }

.Architects .Empower-future .box-section .image .image-con p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 7px; }

.Architects .Empower-future .box-section .image .image-con span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  display: block;
  margin: 0 0 0; }

.Architects .ConnectUs {
  width: 100%;
  display: inline-block;
  margin: 0 0 80px; }

.Architects .ConnectUs .container {
  max-width: 650px; }

.Architects .ConnectUs .Connect-title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 50px; }

.Architects .ConnectUs .Connect-title img {
  margin: 0 0 40px; }

.Architects .ConnectUs .Connect-title h2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 33px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  padding: 0;
  margin: 0 0 21px; }

.Architects .ConnectUs .Connect-title p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 0; }

.Architects .ConnectUs .box-section {
  width: 100%;
  max-width: 635px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px; }

.Architects .ConnectUs .box p {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  color: #000000;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0 0 16px; }

.Architects .ConnectUs .box p img {
  float: left;
  margin-right: 25px; }

.Architects .ConnectUs .box p a {
  color: #000000; }

.Architects .ConnectUs .box p a:hover {
  color: #ffd600; }

.Architects .ConnectUs .box p:last-child {
  padding: 0; }

.Architects .ConnectUs .Book-consultation {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Architects .ConnectUs .Book-consultation a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 10px 25px; }

.Architects .ConnectUs .Book-consultation a:hover {
  color: #000000;
  background: #ffd600; }

.Architects footer {
  width: 100%;
  display: inline-block;
  background: #f1f1f1;
  padding: 62px 0; }

.Architects footer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* align-items: center; */ }

.Architects footer .box ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.Architects footer .box ul li {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 6px; }

.Architects footer .box ul li:last-child {
  margin: 0; }

.Architects footer .box ul li a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase; }

.Architects footer .box ul li a:hover {
  color: #ffd600; }

.Architects header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.Architects header.fixed-header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  z-index: 1000;
  top: 0;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  width: 100%;
  background: #fff; }

.Architects header.New-header.fixed-header {
  background: #000000;
  padding: 15px 0; }

.Architects header.New-header.fixed-header .Logo a img {
  max-width: 80px; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }

/* Pop Up */
body.Popup-open .Architects {
  filter: blur(9px); }

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto; }

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden; }

.custom-model-inner {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  margin: 0 auto;
  max-width: 97%; }

.model-open .custom-model-inner {
  z-index: 999; }

.custom-model-wrap {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  outline: 0;
  padding: 0; }

.model-open .bg-overlay {
  z-index: 99; }

.bg-overlay {
  background: transparent;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear; }

.custom-model-inner .close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 40px;
  color: #ffd700; }

.pop-up-content-wrap {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.pop-up-content-wrap .Serch-icon {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #ffd700;
  border: none;
  border-radius: 20px 20px 0 0;
  text-align: center;
  margin: 0 0 10px;
  padding: 28px 0 8px; }

.pop-up-content-wrap .Serch-icon .top-icon {
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99; }

.pop-up-content-wrap .Serch-icon h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 30px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  margin: 0 0 0; }

.pop-up-content-wrap .Selector-section {
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 20px 20px;
  padding: 40px 30px; }

.pop-up-content-wrap .Selector-section .box {
  width: 100%;
  display: inline-block;
  margin: 0 0 14px; }

.pop-up-content-wrap .Selector-section .box select {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/architects-select-arrow.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 96%;
  padding: 9.5px 20px;
  padding-right: 60px; }

.pop-up-content-wrap .Selector-section .box select option {
  color: #000000; }

.pop-up-content-wrap .Selector-section .box.checkbox {
  padding: 0 20px;
  margin: 0 0 20px; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box {
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box .checkmark {
  position: absolute;
  top: 0;
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-left: 15px; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box .checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: #ffd600; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box input:checked ~ .checkmark:after {
  display: block; }

.pop-up-content-wrap .Selector-section .box.checkbox .check_box .checkmark:after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 11px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.pop-up-content-wrap .Selector-section .Submit {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.pop-up-content-wrap .Selector-section .Submit .submit_btn {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  min-width: 200px;
  margin: 0;
  padding: 12px; }

.pop-up-content-wrap .Selector-section .Submit .submit_btn:hover {
  color: #ffffff;
  background: #0074d9; }

.pop-up-content-wrap .Selector-section .box label {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  display: block;
  padding: 0 10px 2px; }

/*************** Architects New Page Responsive ***************/
@media (max-width: 1900px) {
  .Architects .Architect-banner {
    height: 593px;
    overflow: hidden; }
  .Architects .Architect-banner:before {
    z-index: 1; }
  .Architects .Architect-banner img.architects-banner-img {
    height: auto;
    max-width: 1920px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }
  .Architects .Architect-banner .overle {
    z-index: 9; }
  .Architects .Find-section {
    position: relative;
    z-index: 1; } }

@media (max-width: 1600px) {
  .custom-model-inner {
    height: calc(100vh - 90px);
    overflow: hidden;
    overflow-y: auto;
    padding: 38px 0 0; }
  .custom-model-inner .close-btn {
    top: 0;
    right: 10px; } }

@media (max-width: 1150px) {
  .Architects header.New-header {
    padding: 25px 0 0; }
  .Architects header.New-header .Logo a img {
    max-width: 110px; }
  .Architects header.New-header .header_right .Menu {
    margin-right: 28px; }
  .Architects header.New-header .header_right .Menu ul li {
    margin-right: 22px; }
  .Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input {
    min-width: 230px; }
  .Architects .Architect-banner {
    height: 550px; }
  .Architects .Architect-banner img.architects-banner-img {
    max-width: 1780px; }
  .Architects .Architect-banner .overle h1 {
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 15px; }
  .Architects .Architect-banner .overle .Btn {
    margin: 10px 0 0; }
  .Architects .Find-section {
    margin: -47px 0 70px; }
  .Architects .Find-section .box span {
    font-size: 15px; }
  .Architects .Product-selector-tool, .Architects .Resources-architects, .Architects .Industry-architects, .Architects .Questions-answers, .Architects .Visualize-possibilities, .Architects .ConnectUs, .Architects .Empower-future {
    margin-bottom: 70px; }
  .Architects .Product-selector-tool .Serch-icon h2, .Architects .Product-selector-tool .Selector-tool .Access-solution h2, .Architects .Resources-architects .title h2, .Architects .Education-center .title h2, .Architects .Industry-architects .title h2, .Architects .Visualize-possibilities .content h2, .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    font-size: 32px;
    line-height: normal; }
  .Architects .Education-center {
    padding: 70px 0; }
  .Architects .Library-architects {
    padding: 0 0 100px; }
  .Architects .Product-selector-tool .Selector-tool {
    padding: 0 50px 40px; }
  .Architects .Product-selector-tool .Serch-icon {
    padding: 20px 60px 10px;
    margin: 0 0 7px 50px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution {
    padding: 35px 50px 40px;
    margin: 0 0 40px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution p {
    padding: 0 0 25px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly {
    margin: 0 0 30px; }
  .Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-nav button {
    left: -35px; }
  .Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-nav button.owl-next {
    right: -35px; }
  .Architects .Resources-architects .top-icon {
    margin: 0 0 25px; }
  .Architects .Resources-architects .title, .Architects .Education-center .title, .Architects .Industry-architects .title, .Architects .ConnectUs .Connect-title, .Architects .ConnectUs .box-section, .Architects .Empower-future .title {
    margin-bottom: 40px; }
  .Architects .Resources-architects .title h2, .Architects .Education-center .title h2 {
    margin: 0 0 12px; }
  .Architects .Resources-architects .box-section .box .Bim-icon {
    margin: 0 0 18px; }
  .Architects .Resources-architects .box-section .box h3 {
    font-size: 19px;
    margin: 0 0 18px; }
  .Architects .Education-center .Articles-architects h2, .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    font-size: 25px; }
  .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    margin: 0 0 25px; }
  .Architects .Library-architects .Ebook-slider {
    margin: 0 auto 40px; }
  .Architects .Industry-architects {
    padding: 80px 0 50px; }
  .Architects .Industry-architects .title h2 {
    margin: 0 0 18px; }
  .Architects .Visualize-possibilities .container {
    padding: 45px 35px; }
  .Architects .Visualize-possibilities .content {
    width: 450px;
    padding-left: 0; }
  .Architects .Visualize-possibilities .image {
    width: calc(100% - 480px); }
  .Architects .Visualize-possibilities .content h2 {
    margin: 0 0 18px; }
  .Architects .Visualize-possibilities .content p {
    padding: 0 0 22px; }
  .Architects .Visualize-possibilities .content a.Pinterest-button {
    margin: 0 0 25px; }
  .Architects .Empower-future .box-section {
    padding: 40px; }
  .Architects .Empower-future .box-section .content {
    width: calc(100% - 460px);
    float: left; }
  .Architects .Empower-future .box-section .content .box .Icon img {
    max-width: 50px; }
  .Architects .Empower-future .box-section .content .box .box-con {
    width: calc(100% - 70px); }
  .Architects .Empower-future .box-section .content .box .box-con a.Apply-sponsorship {
    font-size: 17px;
    margin: 8px 0 0;
    padding: 9px 19px; }
  .Architects .Empower-future .box-section .image {
    width: 440px; }
  .Architects .Empower-future .box-section .image .image-con {
    padding: 28px 30px 35px; }
  .Architects .Empower-future .box-section .image .image-con h3 {
    margin: 0 0 15px; }
  .Architects .ConnectUs .Connect-title img {
    margin: 0 0 30px; }
  .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    margin: 0 0 15px; }
  .Architects .ConnectUs .box p {
    font-size: 18px;
    line-height: 26px; }
  .Architects footer {
    padding: 50px 0; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box {
    padding: 15px 15px 18px; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_image {
    margin: 0 0 10px; }
  /* Pop Up */
  .custom-model-inner {
    height: calc(100vh - 110px);
    padding: 32px 0 0;
    max-height: 660px; }
  .custom-model-inner {
    width: 700px; }
  .pop-up-content-wrap .Serch-icon {
    margin: 0 0 8px;
    padding: 25px 0 8px; }
  .pop-up-content-wrap .Serch-icon h2 {
    font-size: 28px; }
  .pop-up-content-wrap .Serch-icon .top-icon {
    top: -30px; }
  .pop-up-content-wrap .Serch-icon .top-icon img {
    max-width: 50px; }
  .pop-up-content-wrap .Selector-section {
    padding: 35px 25px; }
  .pop-up-content-wrap .Selector-section .box select, .pop-up-content-wrap .Selector-section .box.checkbox .check_box {
    font-size: 19px; } }

@media (max-width: 999px) {
  body.Architects_page {
    padding: 0; }
  .Architects header.New-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .Architects header.New-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .Architects header.New-header .mobile-menu {
    display: block;
    float: left; }
  .Architects header.New-header .mobile-menu p {
    padding: 0; }
  .Architects header.New-header .mobile-menu p span {
    width: 38px;
    height: 4px;
    display: block;
    background: #ffffff;
    margin: 0 0 7px; }
  .Architects header.New-header .mobile-menu p span:last-child {
    margin: 0; }
  .Architects header.New-header .header_right .Menu {
    display: none; }
  .Architects .sidenav .Menu {
    width: 100%;
    display: inline-block;
    padding: 0 15px; }
  .Architects .sidenav .Menu ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
  .Architects .sidenav .Menu ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 8px; }
  .Architects .sidenav .Menu ul li a {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
    background: #498cbc;
    border: none;
    letter-spacing: 0;
    padding: 6px 12px; }
  .Architects .sidenav .Menu ul li:last-child {
    margin: 0; }
  .Architects .sidenav .Menu ul li a:hover {
    color: #ffffff;
    background: #ffd600; }
  .Architects .Architect-banner {
    height: 500px; }
  .Architects .Architect-banner img.architects-banner-img {
    max-width: 1620px;
    left: 40%; }
  .Architects .Architect-banner .overle {
    bottom: 70px; }
  .Architects .Architect-banner .overle h1 {
    font-size: 41px;
    line-height: 47px;
    margin: 0 0 12px; }
  .Architects .Architect-banner .overle h1, .Architects .Architect-banner .overle p {
    max-width: 100%; }
  .Architects .Architect-banner .overle p {
    padding: 0 0 15px; }
  .Architects .Architect-banner .overle .Btn a {
    font-size: 17px;
    margin: 0 20px 0 0;
    padding: 8.5px 18px; }
  .Architects .Architect-banner .overle .Btn a.Download-book {
    padding: 8.5px 25px; }
  .Architects .Find-section {
    margin: -31px 0 60px; }
  .Architects .Find-section .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .Architects .Find-section .box {
    width: 33.333%; }
  .Architects .Find-section .box:nth-child(n+4) {
    margin-top: 30px; }
  .Architects .Product-selector-tool, .Architects .Resources-architects, .Architects .Industry-architects, .Architects .Questions-answers, .Architects .Visualize-possibilities, .Architects .ConnectUs, .Architects .Empower-future {
    margin-bottom: 60px; }
  .Architects .Education-center {
    padding: 60px 0; }
  .Architects .Library-architects {
    padding: 0 0 90px; }
  .Architects .Industry-architects {
    padding: 70px 0 50px; }
  .Architects .Product-selector-tool .Serch-icon h2, .Architects .Product-selector-tool .Selector-tool .Access-solution h2, .Architects .Resources-architects .title h2, .Architects .Education-center .title h2, .Architects .Industry-architects .title h2, .Architects .Visualize-possibilities .content h2, .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    font-size: 30px; }
  .Architects .Product-selector-tool .Serch-icon {
    max-width: 550px;
    padding: 15px 50px 10px;
    margin: 0 0 7px 40px; }
  .Architects .Product-selector-tool .Serch-icon img {
    max-width: 50px; }
  .Architects .Product-selector-tool .Selector-tool {
    padding: 0 40px 40px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution {
    max-width: 550px;
    padding: 30px 35px 35px;
    margin: 0 0 35px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution a.Use-tool {
    font-size: 17px;
    padding: 9px 38px; }
  .Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-nav.disabled {
    display: none; }
  .Architects .owl-carousel .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0 0; }
  .Architects .owl-carousel .owl-dots button.owl-dot {
    float: left;
    margin-right: 8px; }
  .Architects .owl-carousel .owl-dots button.owl-dot:last-child {
    margin-right: 0; }
  .Architects .owl-carousel .owl-dots button.owl-dot span {
    width: 12px;
    height: 12px;
    background: transparent;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 50%; }
  .Architects .owl-carousel .owl-dots button.owl-dot.active span {
    background: #000000; }
  .Architects .Resources-architects .top-icon {
    margin: 0 0 20px; }
  .Architects .Resources-architects .title, .Architects .Education-center .title, .Architects .Industry-architects .title, .Architects .ConnectUs .Connect-title, .Architects .ConnectUs .box-section, .Architects .Empower-future .title {
    margin-bottom: 35px; }
  .Architects .Resources-architects .title h2, .Architects .Education-center .title h2 {
    margin: 0 0 10px; }
  .Architects .Resources-architects .box-section .box .Bim-icon {
    margin: 0 0 15px; }
  .Architects .Resources-architects .box-section .box h3 {
    font-size: 18px;
    margin: 0 0 15px; }
  .Architects .Resources-architects .box-section .box a.View-resource {
    font-size: 17px;
    padding: 9px 30px; }
  .Architects .Education-center .Articles-architects h2, .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    font-size: 24px; }
  .Architects .Education-center .Articles-architects .Articles-slider {
    margin: 0 0 30px; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-dots {
    margin: 0; }
  .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    margin: 0 0 20px; }
  .Architects .Library-architects .Ebook-slider {
    margin: 0 auto 35px; }
  .Architects .Education-center .Articles-architects .Read-article a, .Architects .Library-architects .Download-eBook a {
    font-size: 17px;
    padding: 9px 30px; }
  .Architects .Industry-architects .title h2 {
    margin: 0 0 12px; }
  .Architects .Industry-architects .architects-slider {
    padding: 0; }
  .Architects .Industry-architects .architects-slider .owl-carousel .owl-dots button.owl-dot span {
    border-color: #ffffff; }
  .Architects .Industry-architects .architects-slider .owl-carousel .owl-dots button.owl-dot.active span {
    background: #ffffff; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box .image .overly {
    padding: 10px 20px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box .content {
    padding: 20px 15px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box h3, .Architects .Industry-architects .architects-slider .owl-carousel .item .box p {
    padding-left: 0;
    padding-right: 0; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box h3 {
    margin: 0 0 15px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box p {
    padding: 0 0 15px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box a.Read-article {
    font-size: 17px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
    padding: 11.5px 20px;
    padding-right: 50px; }
  .Architects .Questions-answers .Questions-section h3 {
    padding: 10px 20px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
    right: 20px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-content .content-box {
    padding: 15px 15px 6px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-content p {
    padding: 0 0 18px; }
  .Architects .Visualize-possibilities .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 55px 30px 45px; }
  .Architects .Visualize-possibilities .content {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center;
    padding: 0 0 25px; }
  .Architects .Visualize-possibilities .content ul {
    width: auto;
    display: table;
    margin: 0 auto; }
  .Architects .Visualize-possibilities .content h2 {
    margin: 0 0 12px; }
  .Architects .Visualize-possibilities .content p {
    padding: 0 0 20px; }
  .Architects .Visualize-possibilities .content a.Pinterest-button {
    margin: 0 0 20px; }
  .Architects .Visualize-possibilities .image {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Architects .Visualize-possibilities .image .box img {
    width: 100%; }
  .Architects .Empower-future .container {
    max-width: 100%;
    width: 100%; }
  .Architects .Empower-future .container .title {
    width: 94%; }
  .Architects .Empower-future .box-section {
    background: transparent;
    padding: 0; }
  .Architects .Empower-future .box-section .content {
    width: 100%;
    display: inline-block;
    float: initial;
    background: #0074d9;
    padding: 30px 30px 280px; }
  .Architects .Empower-future .box-section .image {
    width: 94%;
    float: initial;
    margin: 0 auto;
    margin-top: -220px; }
  .Architects .Empower-future .box-section .image img.future-image {
    width: 100%; }
  .Architects .Empower-future .box-section .image .image-con {
    text-align: center; }
  .Architects .ConnectUs .Connect-title img {
    margin: 0 0 20px; }
  .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    margin: 0 0 10px; }
  .Architects .ConnectUs .Book-consultation a {
    font-size: 17px;
    padding: 9px 22px; }
  .Architects footer {
    padding: 40px 0; }
  .Architects footer .box ul li a {
    font-size: 15px; }
  /* Pop Up */
  .pop-up-content-wrap .Selector-section .Submit .submit_btn {
    font-size: 17px;
    min-width: 180px;
    padding: 11px; }
  .pop-up-content-wrap .Serch-icon h2 {
    font-size: 26px; }
  .pop-up-content-wrap .Selector-section .box select, .pop-up-content-wrap .Selector-section .box.checkbox .check_box {
    font-size: 18px; } }

@media (max-width: 767px) {
  .Architects header.New-header.fixed-header .Logo {
    display: none; }
  .Architects header.New-header.fixed-header .container {
    padding: 0; }
  .Architects header.New-header {
    padding: 22px 0 0; }
  .Architects header.New-header .header_right {
    width: calc(100% - 58px); }
  .Architects header.New-header .header_right .Keyword-serch {
    width: 100%; }
  .Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input {
    min-width: calc(100% - 50px); }
  .Architects header.New-header .Logo {
    width: 94%;
    float: initial;
    display: table;
    text-align: center;
    margin: 0 auto; }
  .Architects header.New-header .container {
    padding: 0 0 30px; }
  .Architects .Architect-banner {
    height: 450px; }
  .Architects .Architect-banner .overle {
    bottom: 70px;
    text-align: center; }
  .Architects .Architect-banner .overle h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 30px; }
  .Architects .Architect-banner .overle p {
    display: none; }
  .Architects .Architect-banner .overle .Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .Architects .Architect-banner img.architects-banner-img {
    max-width: 1460px; }
  .Architects .Find-section {
    margin: -25px 0 50px; }
  .Architects .Find-section .box span {
    display: none; }
  .Architects .Find-section .box a {
    font-size: 18px;
    margin: 0; }
  .Architects .Find-section .box:nth-child(n+4) {
    margin-top: 22px; }
  .Architects .Find-section .box img {
    width: 50px;
    height: 50px;
    margin: 0 auto 8px; }
  .Architects .Find-section .banner-content {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0; }
  .Architects .Find-section .banner-content p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0;
    padding: 0; }
  .Architects .Product-selector-tool .container {
    max-width: 100%;
    width: 100%; }
  .Architects .Product-selector-tool .Serch-icon {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 35px 0 12px; }
  .Architects .Product-selector-tool .Serch-icon img {
    display: none; }
  .Architects .Product-selector-tool .Serch-icon .top-icon {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block; }
  .Architects .Product-selector-tool .Serch-icon .top-icon img {
    display: block;
    position: initial;
    width: 47px;
    height: 47px;
    outline: 4px solid #ffffff !important;
    border-radius: 50%;
    outline-offset: -1px; }
  .Architects .Product-selector-tool .Serch-icon h2, .Architects .Product-selector-tool .Selector-tool .Access-solution h2, .Architects .Resources-architects .title h2, .Architects .Education-center .title h2, .Architects .Industry-architects .title h2, .Architects .Visualize-possibilities .content h2, .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    font-size: 25px; }
  .Architects .Product-selector-tool .Selector-tool {
    position: relative;
    border-radius: 0;
    padding: 0 0 40px; }
  .Architects .Product-selector-tool .Selector-tool:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    display: inline-block; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution {
    position: relative;
    width: 93%;
    max-width: 100%;
    background: transparent;
    text-align: center;
    display: table;
    padding: 40px 0;
    margin: 0 auto; }
  .Architects .Product-selector-tool .Selector-tool .Product_slider {
    width: 94%;
    display: flex;
    margin: 0 auto; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution p {
    max-width: 100%; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin: 0 0 25px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly img.serch-desktop {
    display: none; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly img.serch-mobile {
    max-width: 220px;
    display: table;
    margin: 0 auto 30px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly h3 {
    font-size: 18px;
    line-height: 22px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly h3 br {
    display: none; }
  .Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-dots button.owl-dot span {
    border-color: #ffffff; }
  .Architects .Product-selector-tool .Selector-tool .Product_slider .owl-carousel .owl-dots button.owl-dot.active span {
    background: #ffffff; }
  .Architects .Product-selector-tool, .Architects .Resources-architects, .Architects .Industry-architects, .Architects .Questions-answers, .Architects .Visualize-possibilities, .Architects .ConnectUs, .Architects .Empower-future {
    margin-bottom: 50px; }
  .Architects .Library-architects {
    padding: 0 0 75px; }
  .Architects .Resources-architects .top-icon img {
    max-width: 47px; }
  .Architects .Resources-architects .top-icon {
    margin: 0 0 15px; }
  .Architects .Resources-architects .title h2, .Architects .Education-center .title h2 {
    margin: 0 0 8px; }
  .Architects .Resources-architects .box-section {
    display: flex; }
  .Architects .Resources-architects .box-section .box {
    position: relative;
    width: calc(33.333% - 8px);
    background: #0074d9;
    border-radius: 10px;
    margin-right: 12px;
    padding: 30px 10px; }
  .Architects .Resources-architects .box-section .box:last-child {
    margin-right: 0; }
  .Architects .Resources-architects .box-section .box a.View-resource {
    font-size: 0;
    padding: 0; }
  .Architects .Resources-architects .box-section .box a.View-resource:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block; }
  .Architects .Resources-architects .box-section .box h3 {
    font-size: 17px;
    color: #ffffff;
    margin: 0; }
  .Architects .Resources-architects .box-section .box .Bim-icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(108%) contrast(170%); }
  .Architects .Education-center {
    margin: 24px 0 0;
    padding: 40px 0 50px; }
  .Architects .Education-center .top-icon {
    top: -24px; }
  .Architects .Education-center .top-icon img {
    width: 47px;
    outline: 4px solid #ffffff !important; }
  .Architects .Education-center .container {
    max-width: 100%;
    width: 100%; }
  .Architects .Education-center .title {
    width: 94%;
    margin: 0 auto;
    display: table; }
  .Architects .Education-center .Articles-architects {
    overflow: hidden; }
  /*.Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item.active { transform: scale(1.10); }*/
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  .Architects .Education-center .Articles-architects h2, .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    font-size: 22px; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-stage-outer {
    padding: 20px 15px;
    margin: 0 -15px; }
  .Architects .Resources-architects .title, .Architects .Education-center .title, .Architects .Industry-architects .title, .Architects .ConnectUs .Connect-title, .Architects .ConnectUs .box-section, .Architects .Empower-future .title {
    margin-bottom: 30px; }
  .Architects .Education-center .Articles-architects h2 {
    margin: 0 0 0; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box {
    padding: 12px 12px 15px; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_content h3 {
    margin: 0 0 5px; }
  .Architects .Education-center .Articles-architects .Articles-slider .owl-carousel .owl-item .Item-box .architects_blog_image {
    margin: 0 0 8px; }
  .Architects .Industry-architects {
    padding: 60px 0 50px; }
  .Architects .Industry-architects .top-icon {
    top: -24px; }
  .Architects .Industry-architects .top-icon img {
    max-width: 47px;
    outline: 4px solid #f7f7f7 !important; }
  .Architects .Industry-architects .container {
    width: 100%;
    max-width: 100%; }
  .Architects .Industry-architects .title {
    width: 94%; }
  .Architects .Industry-architects .architects-slider {
    overflow: hidden; }
  /*.Architects .Industry-architects .architects-slider .owl-carousel .owl-item.active { transform: scale(1.10); }*/
  .Architects .Industry-architects .architects-slider .owl-carousel .owl-stage-outer {
    padding: 15px 0; }
  .Architects .Industry-architects .title h2 {
    margin: 0 0 10px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box .content {
    padding: 18px 15px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box h3 {
    margin: 0 0 10px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box p {
    padding: 0 0 12px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box a.Read-article {
    font-size: 16px; }
  .Architects .Questions-answers h2.question-title {
    font-size: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 10px; }
  .Architects .Questions-answers .Questions-section {
    display: none; }
  .Architects .Questions-answers .Questions-section .Questions-box {
    margin: 0; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    padding: 15px 0;
    padding-right: 40px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
    top: 10px;
    right: 0; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title.active {
    border-color: transparent; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-content .content-box {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px 20px; }
  .Architects .Visualize-possibilities {
    margin-top: 24px; }
  .Architects .Visualize-possibilities .top-icon {
    top: -24px; }
  .Architects .Visualize-possibilities .top-icon img {
    max-width: 47px;
    outline: 4px solid #ffffff !important; }
  .Architects .Visualize-possibilities .container {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 40px 25px; }
  .Architects .Visualize-possibilities .content h2 {
    margin: 0 0 10px; }
  .Architects .Visualize-possibilities .content p {
    padding: 0 0 15px; }
  .Architects .Visualize-possibilities .content a.Pinterest-button {
    margin: 0 0 12px; }
  .Architects .Visualize-possibilities ul {
    width: auto;
    display: table;
    list-style: none;
    padding: 0;
    margin: 30px auto 0; }
  .Architects .Visualize-possibilities ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 18px; }
  .Architects .Visualize-possibilities ul li:last-child {
    margin-right: 0; }
  .Architects .Visualize-possibilities ul li a {
    display: inline-block; }
  .Architects .Empower-future .box-section .content {
    padding: 25px 20px 270px; }
  .Architects .Empower-future .box-section .content .box {
    margin: 0 0 25px; }
  .Architects .Empower-future .box-section .content .box .box-con a.Apply-sponsorship {
    font-size: 16px;
    margin: 5px 0 0;
    padding: 8px 18px; }
  .Architects .Empower-future .box-section .image .image-con {
    padding: 25px 20px 30px; }
  .Architects .ConnectUs .Connect-title img {
    max-width: 47px;
    margin: 0 0 15px; }
  .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    margin: 0 0 8px; }
  .Architects .ConnectUs .box-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around; }
  .Architects .ConnectUs .box-section .box {
    margin: 0 0 16px; }
  .Architects .ConnectUs .box-section .box:last-child {
    margin: 0; }
  .Architects footer {
    padding: 30px 0; }
  .Architects .Questions-answers h2.question-title span {
    padding: 0 35px; }
  .Architects .Questions-answers h2.question-title span:before {
    top: 0;
    right: 0;
    margin: 10px 0 0; }
  .Architects .Questions-answers h2.question-title.active span:before {
    margin: -3px 0 0; }
  /* Pop Up */
  .custom-model-inner .close-btn {
    top: 0;
    right: 10px; }
  .custom-model-inner {
    height: calc(100vh - 30px);
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 0 0; }
  .pop-up-content-wrap .Serch-icon .top-icon img {
    max-width: 47px; }
  .pop-up-content-wrap .Serch-icon .top-icon {
    top: -28px; }
  .pop-up-content-wrap .Serch-icon h2 {
    font-size: 24px; }
  .pop-up-content-wrap .Serch-icon {
    margin: 0 0 8px;
    padding: 22px 0 6px; }
  .pop-up-content-wrap .Selector-section {
    padding: 30px 20px; }
  .pop-up-content-wrap .Selector-section .box {
    margin: 0 0 10px; }
  .pop-up-content-wrap .Selector-section .box select, .pop-up-content-wrap .Selector-section .box.checkbox .check_box {
    font-size: 17px; }
  .pop-up-content-wrap .Selector-section .box.checkbox {
    padding: 0 20px;
    margin: 0 0 15px; }
  .pop-up-content-wrap .Selector-section .Submit .submit_btn {
    font-size: 16px;
    min-width: 150px;
    padding: 10px; }
  .pop-up-content-wrap .Selector-section .box label {
    font-size: 14px; } }

@media (max-width: 480px) {
  .Architects header.New-header {
    padding: 15px 0 0; }
  .Architects header.New-header .Logo a img {
    max-width: 90px; }
  .Architects .Architect-banner {
    height: 550px; }
  .Architects .Architect-banner .overle h1 {
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 30px; }
  .Architects .Architect-banner .overle .Btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
  .Architects .Architect-banner .overle .Btn a {
    font-size: 15px;
    margin: 0 0 12px;
    min-width: 192px;
    padding: 7.5px !important; }
  .Architects .Find-section {
    margin: -27px 0 50px; }
  .Architects .Find-section .box img {
    width: 47px;
    height: 47px;
    margin: 0 auto 8px; }
  .Architects .Find-section .box a {
    font-size: 15px; }
  .Architects .Find-section .box:nth-child(n+4) {
    margin-top: 18px; }
  .Architects .Find-section .banner-content p, .Architects .Product-selector-tool .Selector-tool .Access-solution p, .Architects .Resources-architects .title p, .Architects .Education-center .title p, .Architects .Industry-architects .title p, .Architects .Questions-answers .Questions-section .Questions-box .Questions-title, .Architects .Visualize-possibilities .content p, .Architects .ConnectUs .Connect-title p {
    font-size: 15px;
    line-height: 23px; }
  .Architects .Find-section .banner-content {
    margin: 22px 0 0; }
  .Architects .Product-selector-tool .Serch-icon h2, .Architects .Product-selector-tool .Selector-tool .Access-solution h2, .Architects .Resources-architects .title h2, .Architects .Education-center .title h2, .Architects .Industry-architects .title h2, .Architects .Visualize-possibilities .content h2, .Architects .ConnectUs .Connect-title h2, .Architects .Empower-future .title h2, .Architects .Empower-future .box-section .content h3 {
    font-size: 22px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution {
    padding: 25px 15px 32px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution h2 {
    margin: 0 0 12px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution p {
    padding: 0 0 20px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly img.serch-mobile {
    max-width: 160px;
    margin: 0 auto 20px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution .Find-exactly h3 {
    font-size: 16px;
    line-height: 22px; }
  .Architects .Product-selector-tool .Selector-tool .Access-solution a.Use-tool, .Architects .Education-center .Articles-architects .Read-article a, .Architects .Library-architects .Download-eBook a, .Architects .ConnectUs .Book-consultation a {
    font-size: 15px;
    min-width: 192px;
    padding: 8.5px; }
  .Architects .owl-carousel .owl-dots {
    margin: 12px 0 0; }
  .Architects .Product-selector-tool .Selector-tool {
    padding: 0 0 35px; }
  .Architects .Product-selector-tool, .Architects .Resources-architects, .Architects .Industry-architects, .Architects .Questions-answers, .Architects .Visualize-possibilities, .Architects .ConnectUs, .Architects .Empower-future {
    margin-bottom: 40px; }
  .Architects .Resources-architects .title {
    padding: 0 15px;
    margin: 0 0 30px; }
  .Architects .Resources-architects .top-icon {
    margin: 0 0 12px; }
  .Architects .Resources-architects .box-section .box {
    width: calc(33.333% - 5.5px);
    margin-right: 8px;
    padding: 20px 10px; }
  .Architects .Resources-architects .box-section .box .Bim-icon {
    margin: 0 0 12px; }
  .Architects .Resources-architects .box-section .box .Bim-icon img {
    max-width: 52px; }
  .Architects .Resources-architects .box-section .box h3 {
    font-size: 15px;
    color: #ffffff;
    margin: 0; }
  .Architects .Education-center {
    margin: 24px 0 0;
    padding: 40px 0 40px; }
  .Architects .Resources-architects .title, .Architects .Education-center .title, .Architects .Industry-architects .title, .Architects .ConnectUs .Connect-title, .Architects .ConnectUs .box-section, .Architects .Empower-future .title {
    margin-bottom: 25px; }
  .Architects .Education-center .Articles-architects h2, .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    font-size: 20px; }
  .Architects .Education-center .Articles-architects .Articles-slider {
    margin: 0 0 25px; }
  .Architects .Library-architects {
    padding: 0 0 60px; }
  .Architects .Library-architects h2, .Architects .Questions-answers h2.question-title {
    margin: 0 0 15px; }
  .Architects .Library-architects .Ebook-slider .owl-carousel .owl-stage-outer {
    padding: 15px 0; }
  .Architects .Library-architects .Ebook-slider {
    margin: 0 auto 25px; }
  .Architects .Industry-architects {
    padding: 50px 0 40px; }
  .Architects .Industry-architects .title h2 {
    padding: 0 15px;
    margin: 0 0 8px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .image-box img {
    border-radius: 10px 10px 0 0; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box .image .overly {
    padding: 8px 12px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box .image .overly span {
    font-size: 13px;
    line-height: 1.2; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box .content {
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
    padding: 15px 10px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box h3 {
    position: relative;
    font-size: 13px;
    line-height: 17px;
    padding: 0 0 10px;
    margin: 0 0 10px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #ffd600; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 10px; }
  .Architects .Industry-architects .architects-slider .owl-carousel .item .box a.Read-article {
    font-size: 15px;
    padding: 6px; }
  .Architects .Questions-answers h2.question-title {
    font-size: 18px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
    padding: 12px 0;
    padding-right: 30px; }
  .Architects .Questions-answers .Questions-section h3 {
    padding: 10px 0;
    font-size: 18px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
    top: 15px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top: 10px solid #0074d9;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 10px 0 0; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-title.active:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ffd600;
    margin: -3px 0 0; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-content .content-box {
    padding: 12px 15px; }
  .Architects .Questions-answers .Questions-section .Questions-box .Questions-content p {
    padding: 0 0 12px; }
  .Architects .Visualize-possibilities .container {
    padding: 35px 15px; }
  .Architects .Visualize-possibilities .content {
    padding: 0 0 20px; }
  .Architects .Visualize-possibilities .image .box img {
    border-radius: 12px; }
  .Architects .Visualize-possibilities .image .box {
    width: calc(50% - 4.5px); }
  .Architects .Visualize-possibilities .image .box:nth-child(even) {
    margin-left: 9px; }
  .Architects .Visualize-possibilities .image .box:nth-child(n+3) {
    margin-top: 9px; }
  .Architects .Visualize-possibilities ul {
    margin: 25px auto 0; }
  .Architects .Visualize-possibilities ul li {
    margin-right: 12px; }
  .Architects .Visualize-possibilities ul li a img {
    max-width: 42px; }
  .Architects .Empower-future .box-section .content {
    padding: 18px 13px 220px; }
  .Architects .Empower-future .box-section .content .box {
    margin: 0 0 22px; }
  .Architects .Empower-future .box-section .content .box .Icon img {
    max-width: 45px; }
  .Architects .Empower-future .box-section .content .box .box-con {
    width: calc(100% - 65px); }
  .Architects .Empower-future .box-section .content .box .box-con span, .Architects .Empower-future .box-section .content .box .box-con p {
    font-size: 15px;
    line-height: 21px; }
  .Architects .Empower-future .box-section .content .box .box-con a.Apply-sponsorship {
    font-size: 15px;
    margin: 5px 0 0;
    padding: 7px 15px; }
  .Architects .Empower-future .box-section .image {
    margin-top: -170px; }
  .Architects .Empower-future .box-section .image .image-con h3 {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 8px; }
  .Architects .Empower-future .box-section .image .image-con p, .Architects .Empower-future .box-section .image .image-con span {
    font-size: 15px;
    line-height: 22px; }
  .Architects .Empower-future .box-section .image .image-con {
    padding: 20px 15px 22px; }
  .Architects .ConnectUs .Connect-title img {
    margin: 0 0 10px; }
  .Architects .ConnectUs .box p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 12px; }
  .Architects .ConnectUs .box-section .box {
    margin: 0 0 12px; }
  .Architects footer {
    padding: 22px 0; }
  .Architects footer .box ul li {
    margin: 0 0 3px; }
  .Architects footer .box ul li a {
    font-size: 13px; }
  .Architects .Questions-answers h2.question-title span {
    padding: 0 25px; }
  .Architects .Questions-answers h2.question-title span:before {
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top: 10px solid #0074d9;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 10px 0 0; }
  .Architects .Questions-answers h2.question-title.active span:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ffd600;
    margin: -3px 0 0; }
  .Architects .Library-architects .Download-eBook a {
    min-width: 148px; }
  /* Pop Up */
  .pop-up-content-wrap .Serch-icon h2 {
    font-size: 20px; }
  .pop-up-content-wrap .Serch-icon {
    margin: 0 0 8px;
    padding: 20px 0 5px; }
  .pop-up-content-wrap .Selector-section {
    padding: 22px 15px; }
  .pop-up-content-wrap .Selector-section .box select, .pop-up-content-wrap .Selector-section .box.checkbox .check_box {
    font-size: 16px; }
  .pop-up-content-wrap .Selector-section .box select {
    background-size: 22px;
    background-position: 96%;
    padding: 9.5px 15px;
    padding-right: 45px; }
  .pop-up-content-wrap .Selector-section .box.checkbox {
    padding: 0 15px;
    margin: 0 0 20px; }
  .pop-up-content-wrap .Selector-section .Submit .submit_btn {
    font-size: 15px;
    min-width: 130px;
    padding: 8px; }
  .custom-model-inner {
    width: 92%;
    height: calc(100vh - 90px);
    max-height: 560px; } }

#contact-us-page iframe {
  height: 1002px !important; }

div#contact-us-page {
  padding: 0; }

/*************** Installation Guides Page ***************/
.Architects.Installation_guide .Architect-banner .overle {
  text-align: center; }

.Architects.Installation_guide .Architect-banner .overle h1 {
  max-width: 100%;
  padding: 0 0 11px; }

.Installation_guide .Explore-collection {
  width: 100%;
  display: inline-block;
  margin: 80px 0; }

.Installation_guide .Explore-collection .Title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 50px; }

.Installation_guide .Explore-collection .Title h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  letter-spacing: 0;
  max-width: 700px;
  margin: 0 auto 23px; }

.Installation_guide .Explore-collection p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px; }

.Installation_guide .Explore-collection .Box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px; }

.Installation_guide .Explore-collection .Box-section .box {
  width: calc(20% - 13.6px);
  float: left;
  margin-right: 17px;
  border: 2px solid #ffd600;
  border-radius: 10px;
  display: inline-block;
  padding: 0; }

.Installation_guide .Explore-collection .Box-section .box:nth-child(5n+0) {
  margin-right: 0; }

.Installation_guide .Explore-collection .Box-section .box:nth-child(n+6) {
  margin-top: 55px; }

.Installation_guide .Explore-collection .Box-section .box .image {
  width: 100%;
  display: inline-block;
  padding: 0 6px; }

.Installation_guide .Explore-collection .Box-section .box .image img {
  width: 100%; }

.Installation_guide .Explore-collection .Box-section .box .content {
  width: 100%;
  display: inline-block;
  padding: 0 17px 17px; }

.Installation_guide .Explore-collection .Box-section .box .content h3 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 21.77px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.264px;
  margin: 0 0 2px; }

.Installation_guide .Explore-collection .Box-section .box .content h3 a {
  color: #000000; }

.Installation_guide .Explore-collection .Box-section .box .content h3 a:hover {
  color: #0074d9; }

.Installation_guide .Explore-collection .Box-section .box .content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 12.9px;
  line-height: 19.35px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  min-height: 59px;
  padding: 0;
  margin: 0 0 17px; }

.Installation_guide .Explore-collection .Box-section .box .content a.Installation-btn {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14.51px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  padding: 8.5px; }

.Installation_guide .Explore-collection .Box-section .box .content a.Installation-btn:hover {
  color: #ffffff;
  background: #000000; }

.Installation-resources {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 50px;
  margin: 0 0 50px; }

.Installation-resources:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 355px;
  background: #0074d9; }

.Installation-resources .container {
  max-width: 1100px; }

.Installation-resources h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 17px; }

.Installation-resources .owl-carousel {
  width: 100%;
  display: inline-block;
  margin: 0 0 35px; }

.Installation-resources .owl-carousel .owl-stage-outer {
  padding: 15px 0; }

.Installation-resources .owl-carousel .owl-stage-outer .owl-stage {
  display: flex; }

.Installation-resources .owl-carousel .item, .Installation-resources .owl-carousel .item .box {
  height: 100%; }

.Installation-resources .owl-carousel .item .box {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(2, 3, 3, 0.17);
  -moz-box-shadow: 0px 0px 15px 0px rgba(2, 3, 3, 0.17);
  box-shadow: 0px 0px 15px 0px rgba(2, 3, 3, 0.17);
  border-radius: 10px;
  padding: 22px 27px 34px; }

.Installation-resources .owl-carousel .item .box .image {
  width: 100%;
  display: inline-block;
  margin: 0 0 23px; }

.Installation-resources .owl-carousel .item .box .content {
  width: 100%;
  display: inline-block;
  padding: 0 7px; }

.Installation-resources .owl-carousel .item .box .content a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0;
  display: block;
  margin: 0 0 15px; }

.Installation-resources .owl-carousel .item .box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 17px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 0; }

.Installation-resources .owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0 0; }

.Installation-resources .owl-carousel .owl-dots button.owl-dot {
  float: left;
  margin-right: 12px; }

.Installation-resources .owl-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0; }

.Installation-resources .owl-carousel .owl-dots button.owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%; }

.Installation-resources .owl-carousel .owl-dots button.owl-dot.active span {
  background: #ffffff; }

.Installation-resources .View-article {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Installation-resources .View-article a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 21.51px;
  line-height: normal;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  letter-spacing: 0;
  display: inline-block;
  padding: 8px 23px; }

.Installation-resources .View-article a:hover {
  border-color: #ffd600;
  background: #ffd600;
  color: #000000; }

.Installation-resources .View-article {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Installation-resources .View-article a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 21.51px;
  line-height: normal;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  letter-spacing: 0;
  display: inline-block;
  padding: 8px 23px; }

.Installation-resources .View-article a:hover {
  border-color: #ffd600;
  background: #ffd600;
  color: #000000; }

.Installation-content {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 50px; }

.Installation-content .container {
  padding: 0 20px; }

.Installation-content p:last-child {
  padding: 0; }

.Installation-content p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000; }

@media (max-width: 1900px) {
  .Architects.Installation_guide .Architect-banner {
    height: 455px; } }

@media (max-width: 1150px) {
  .Architects.Installation_guide .Architect-banner {
    height: 421px; }
  .Installation_guide .Explore-collection {
    margin: 70px 0; }
  .Installation_guide .Explore-collection .Title, .Installation_guide .Explore-collection .Box-section, .Installation-content {
    margin: 0 0 40px; }
  .Installation_guide .Explore-collection .Title h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 auto 20px; }
  .Installation_guide .Explore-collection .Box-section .box {
    width: calc(25% - 13px); }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(5n+0) {
    margin-right: 17px; }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(4n+0) {
    margin-right: 0; }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(n+5) {
    margin-top: 45px; }
  .Installation_guide .Explore-collection .Box-section .box .content h3 {
    font-size: 20px; }
  .Installation-resources {
    padding: 0 0 40px;
    margin: 0 0 40px; }
  .Installation-resources .owl-carousel {
    margin: 0 0 25px; }
  .Installation_guide .Explore-collection p {
    padding: 0; }
  .Installation-resources .View-article a {
    font-size: 20px;
    padding: 8px 20px; }
  .Installation-resources .owl-carousel .item .box .content a {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 12px; }
  .Installation-resources .owl-carousel .item .box .content {
    padding: 0; }
  .Installation-resources .owl-carousel .item .box .image {
    margin: 0 0 18px; }
  .Installation-resources .owl-carousel .item .box {
    padding: 20px 25px 30px; }
  .Installation-content .container {
    padding: 0; }
  .Installation-resources .owl-carousel .owl-dots {
    margin: 10px 0 0; } }

@media (max-width: 999px) {
  body.Installation_guides_page {
    padding: 0; }
  .Architects.Installation_guide .Architect-banner {
    height: 383px; }
  .Architects.Installation_guide .Architect-banner .overle {
    bottom: 100px; }
  .Installation_guide .Explore-collection {
    margin: 60px 0; }
  .Installation_guide .Explore-collection .Title, .Installation_guide .Explore-collection .Box-section, .Installation-content {
    margin: 0 0 35px; }
  .Installation_guide .Explore-collection .Title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 18px; }
  .Installation_guide .Explore-collection .Box-section .box {
    width: calc(33.33% - 11.5px); }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(4n+0) {
    margin-right: 17px; }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(3n+0) {
    margin-right: 0; }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(n+4) {
    margin-top: 40px; }
  .Installation_guide .Explore-collection .Box-section .box .content h3 {
    font-size: 19px; }
  .Installation_guide .Explore-collection .Box-section .box .content p {
    margin: 0 0 15px; }
  .Installation_guide .Explore-collection .Box-section .box .content a.Installation-btn {
    font-size: 14px;
    padding: 8px; }
  .Installation-resources {
    padding: 0 0 35px;
    margin: 0 0 35px; }
  .Installation-resources .owl-carousel {
    margin: 0 0 20px; }
  .Installation-resources h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 15px; }
  .Installation-resources .owl-carousel .item .box {
    padding: 18px 15px 22px; }
  .Installation-resources .owl-carousel .item .box .image {
    margin: 0 0 15px; }
  .Installation-resources .owl-carousel .item .box .content a {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px; }
  .Installation-resources .View-article a {
    font-size: 18px;
    padding: 8px 18px; }
  .Installation-resources .owl-carousel .owl-dots {
    margin: 10px 0 30px; } }

@media (max-width: 767px) {
  .Architects.Installation_guide .Architect-banner {
    height: 345px; }
  .Architects.Installation_guide .Architect-banner .overle {
    bottom: 50px; }
  .Architects.Installation_guide .Architect-banner .overle h1 {
    padding: 0; }
  .Installation_guide .Explore-collection {
    margin: 50px 0; }
  .Installation_guide .Explore-collection .Title, .Installation_guide .Explore-collection .Box-section, .Installation-content {
    margin: 0 0 30px; }
  .Installation_guide .Explore-collection .Title h2 {
    font-size: 22px;
    line-height: normal;
    margin: 0 auto 15px; }
  .Installation_guide .Explore-collection .Box-section .box {
    width: calc(50% - 10px);
    margin: 0 !important; }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(even) {
    margin-left: 20px !important; }
  .Installation_guide .Explore-collection .Box-section .box:nth-child(n+3) {
    margin-top: 30px !important; }
  .Installation-resources {
    padding: 0 0 30px;
    margin: 0 0 30px; }
  .Installation-resources .owl-carousel {
    margin: 0 0 15px; }
  .Installation-resources h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px; }
  .Installation-resources .owl-carousel .owl-dots {
    margin: 5px 0 25px; } }

@media (max-width: 480px) {
  .Architects.Installation_guide .Architect-banner img.architects-banner-img {
    max-width: 1470px; }
  .Architects.Installation_guide .Architect-banner .overle {
    bottom: 60px; }
  .Architects.Installation_guide .Architect-banner .overle h1 {
    max-width: 320px;
    margin: 0 auto; }
  .Installation_guide .Explore-collection {
    margin: 40px 0; }
  .Installation_guide .Explore-collection .Title, .Installation_guide .Explore-collection .Box-section, .Installation-content {
    margin: 0 0 25px; }
  .Installation_guide .Explore-collection .Title h2 {
    font-size: 20px;
    line-height: normal; }
  .Installation_guide .Explore-collection p {
    font-size: 15px;
    line-height: 24px; }
  .Installation_guide .Explore-collection .Box-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .Installation_guide .Explore-collection .Box-section .box .content {
    padding: 0 12px 15px; }
  .Installation_guide .Explore-collection .Box-section .box .content h3 {
    font-size: 17px; }
  .Installation_guide .Explore-collection .Box-section .box .content p {
    font-size: 12px;
    line-height: 19px;
    min-height: 57px;
    margin: 0 0 10px; }
  .Installation_guide .Explore-collection .Box-section .box .content a.Installation-btn {
    font-size: 12.5px;
    padding: 8px 5px; }
  .Installation-resources {
    padding: 0 0 25px;
    margin: 0 0 25px; }
  .Installation-resources .owl-carousel {
    margin: 0 0 10px; }
  .Installation-resources h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 8px; }
  .Installation-resources .View-article a {
    font-size: 17px;
    padding: 8px 18px; }
  .Installation-content p {
    font-size: 15px;
    line-height: 24px; } }

/* Volunteer Program Page */
body.Volunteer-Program-Webpage main#main-content {
  position: relative; }

body.Volunteer-Program-Webpage main#main-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/volunteer-program-top-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 593px;
  height: 602px;
  z-index: -1; }

body.Volunteer-Program-Webpage main#main-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/volunteer-program-bottom-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 593px;
  height: 573px;
  z-index: -1; }

.Volunteer_program {
  width: 100%;
  display: inline-block;
  margin: 0 0 50px; }

.Volunteer_program .Volunteer-program-banner {
  width: 100%;
  display: inline-block;
  margin: 0 0 40px; }

.Volunteer_program .Volunteer-program-banner a {
  display: inline-block; }

.Volunteer_program .Volunteer-program-banner a picture {
  display: inline-block;
  -webkit-box-shadow: 0px 30px 30px -30px rgba(159, 162, 164, 0.5);
  -moz-box-shadow: 0px 30px 30px -30px rgba(159, 162, 164, 0.5);
  box-shadow: 0px 30px 30px -30px rgba(159, 162, 164, 0.5); }

.Volunteer_program .Volunteer-content {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Volunteer_program .Volunteer-content p {
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  /* max-width: 950px; */
  padding: 0 0 16px; }

.Volunteer_program .Volunteer-content p b {
  font-family: Poppins;
  font-weight: 600; }

.Volunteer_program .Volunteer-content a.Let-help {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #000000;
  background: #ffcd00;
  border: none;
  border-radius: 50px;
  text-align: center;
  display: table;
  margin: 0 auto;
  min-width: 264px;
  margin-top: 20px;
  padding: 9px; }

.Volunteer_program .Volunteer-content a.Let-help:hover {
  color: #ffcd00;
  background: #000000; }

.Volunteer_spotlight {
  width: 100%;
  display: inline-block;
  margin: 50px 0 0; }

.Volunteer_spotlight h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.41;
  color: #000000;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 30px; }

.Volunteer_spotlight h2 b {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #478bbc; }

.Volunteer_spotlight p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0; }

.Volunteer_spotlight .box_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 18px 0 0; }

.Volunteer_spotlight .box_section.Content_right {
  flex-direction: row-reverse; }

.Volunteer_spotlight .box_section + .box_section {
  margin-top: 77px; }

.Volunteer_spotlight .box_section .box.Content {
  width: calc(39.3% - 8.7px); }

.Volunteer_spotlight .box_section .box {
  width: calc(30.35% - 8.7px);
  float: left; }

.Volunteer_spotlight .box_section .box img {
  width: 100%;
  border-radius: 10px; }

.Volunteer_spotlight .box_section .box p {
  line-height: 24px;
  padding: 0 0 6px; }

.Volunteer_spotlight .box_section .box b {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

.Volunteer_spotlight .box_section .box span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #478bbc; }

.Volunteer_spotlight .box_section .box a:hover {
  /* color: #ffcd00; */ }

.Volunteer_spotlight .box_section .box a.Website-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #478bbc;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 10px 0 20px;
  padding: 4.5px 36px; }

.Volunteer_spotlight .box_section .box a.Website-btn:hover {
  color: #ffffff;
  background: #ffcd00; }

.Volunteer_spotlight .box_section .box.Mobile_box {
  display: none; }

@media (max-width: 1150px) {
  body.Volunteer-Program-Webpage main#main-content:before, body.Volunteer-Program-Webpage main#main-content:after {
    display: none; }
  .Volunteer_program {
    margin: 0 0 40px; }
  .Volunteer_program .Volunteer-program-banner {
    margin: 0 0 30px; }
  .Volunteer_program .Volunteer-content a.Let-help {
    font-size: 21px;
    min-width: 250px;
    margin-top: 15px;
    padding: 9px; }
  .Volunteer_spotlight {
    margin: 42px 0 0; }
  .Volunteer_spotlight h2 {
    font-size: 30px;
    margin: 0 0 20px; }
  .Volunteer_spotlight .box_section {
    margin: 10px 0 0; }
  .Volunteer_spotlight .box_section + .box_section {
    margin-top: 60px; }
  .Volunteer_spotlight .box_section .box p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 5px; }
  .Volunteer_spotlight .box_section .box a.Website-btn {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0 15px;
    padding: 4.5px 28px; } }

@media (max-width: 999px) {
  .Volunteer_program .Volunteer-program-banner {
    margin: 0 0 25px; }
  .Volunteer_program .Volunteer-content a.Let-help {
    font-size: 20px;
    min-width: 240px;
    margin-top: 15px;
    padding: 9px; }
  .Volunteer_spotlight h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 15px; }
  .Volunteer_spotlight .box_section {
    margin: 0; }
  .Volunteer_spotlight .box_section + .box_section {
    margin-top: 50px; }
  .Volunteer_spotlight .box_section.Content_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .Volunteer_spotlight .box_section .box {
    width: calc(50% - 6.5px); }
  .Volunteer_spotlight .box_section .box.Content {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Volunteer_spotlight .box_section .box.Content img {
    display: none; }
  .Volunteer_spotlight .box_section .box.Mobile_box {
    width: 100%;
    display: block;
    float: initial; }
  .Volunteer_spotlight .box_section .box p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 6px; }
  .Volunteer_spotlight .box_section .box a.Website-btn {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px;
    padding: 4.5px 28px; } }

@media (max-width: 767px) {
  .Volunteer_program {
    margin: 0 0 20px; }
  .Volunteer_program .Volunteer-program-banner {
    margin: 0 0 20px; }
  .Volunteer_program .Volunteer-content p {
    padding: 0 0 12px; }
  .Volunteer_program .Volunteer-content a.Let-help {
    font-size: 19px;
    min-width: 220px;
    margin-top: 12px;
    padding: 9px; }
  .Volunteer_spotlight {
    margin: 35px 0 0; }
  .Volunteer_spotlight h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 10px; }
  .Volunteer_spotlight .box_section + .box_section {
    margin-top: 40px; } }

@media (max-width: 480px) {
  .Volunteer_program {
    margin: 0 0 10px; }
  .Volunteer_program .Volunteer-program-banner {
    margin: 0 0 18px; }
  .Volunteer_program .Volunteer-content a.Let-help {
    font-size: 18px;
    min-width: 200px;
    margin-top: 10px;
    padding: 8px; }
  .Volunteer_spotlight {
    margin: 30px 0 0; }
  .Volunteer_spotlight h2 {
    font-size: 23px;
    line-height: 1.3;
    margin: 0 0 8px; }
  .Volunteer_spotlight p {
    font-size: 15px;
    line-height: 21px; }
  .Volunteer_spotlight .box_section .box p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 5px; }
  .Volunteer_spotlight .box_section .box a.Website-btn {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0 10px;
    padding: 4.5px 25px; }
  .Volunteer_spotlight .box_section {
    gap: 10px; }
  .Volunteer_spotlight .box_section .box {
    width: calc(50% - 5px); }
  .Volunteer_spotlight .box_section + .box_section {
    margin-top: 30px; } }

/* 14-8-2023 */
.product-size-tag {
  width: 100%;
  display: inline-block; }

.product-size-tag a {
  text-align: center; }

.product-size-tag .product_sizetag_box1 {
  width: calc(14.258% - 8.5px);
  float: left;
  margin: 0 10px 10px 0; }

.product-size-tag .product_sizetag_box1:nth-child(7n+0) {
  margin-right: 0; }

.product-size-tag .product_sizetag_box2 {
  width: calc(20% - 8px);
  float: left;
  margin: 0 10px 10px 0; }

.product-size-tag .product_sizetag_box2:nth-child(5n+0) {
  margin-right: 0; }

.product-size-tag .product_sizetag_box3 {
  width: calc(25% - 7.5px);
  float: left;
  margin: 0 10px 10px 0; }

.product-size-tag .product_sizetag_box3:nth-child(4n+0) {
  margin-right: 0; }

@media (max-width: 1150px) {
  .product-size-tag .product_sizetag_box3 {
    width: calc(33.333% - 7px); }
  .product-size-tag .product_sizetag_box3:nth-child(4n+0) {
    margin-right: 10px; }
  .product-size-tag .product_sizetag_box3:nth-child(3n+0) {
    margin-right: 0; }
  .product-size-tag .product_sizetag_box2 {
    width: calc(25% - 8px); }
  .product-size-tag .product_sizetag_box2:nth-child(5n+0) {
    margin-right: 10px; }
  .product-size-tag .product_sizetag_box2:nth-child(4n+0) {
    margin-right: 0; } }

@media (max-width: 999px) {
  .product-size-tag .product_sizetag_box2 {
    width: calc(20% - 8px);
    margin: 0 10px 10px 0 !important; }
  .product-size-tag .product_sizetag_box2:nth-child(5n+0) {
    margin-right: 0 !important; } }

@media (max-width: 480px) {
  .product-size-tag .product_sizetag_box1 {
    width: calc(16.666% - 8.5px); }
  .product-size-tag .product_sizetag_box1:nth-child(7n+0) {
    margin-right: 10px; }
  .product-size-tag .product_sizetag_box1:nth-child(6n+0) {
    margin-right: 0; }
  .product-size-tag .product_sizetag_box2 {
    width: calc(33.333% - 8px);
    margin: 0 10px 10px 0 !important; }
  .product-size-tag .product_sizetag_box2:nth-child(5n+0) {
    margin-right: 10px !important; }
  .product-size-tag .product_sizetag_box2:nth-child(3n+0) {
    margin-right: 0 !important; }
  .product-size-tag .product_sizetag_box3 {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0 !important; }
  .product-size-tag .product_sizetag_box3:nth-child(2n+0) {
    margin-right: 0 !important; } }

/* Blog Details image */
.blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure {
  width: 59.5%;
  float: left;
  margin: 0 15px 15px 0; }

.blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure .blog-thumbnail {
  margin: 0;
  padding: 0; }

.blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure .blog-thumbnail a img {
  margin: 0;
  padding: 0; }

.blog_wrap .page-content .blog .blog-post-body .blog-post p {
  width: auto;
  display: block; }

@media (max-width: 1150px) {
  .blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure {
    width: 55%; }
  .blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure .blog-thumbnail a img {
    height: auto !important; } }

@media (max-width: 999px) {
  .blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure {
    width: 100%;
    float: initial;
    display: inline-block;
    margin: 0 0 20px; }
  .blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure .blog-thumbnail a img {
    width: 100% !important;
    height: auto !important; } }

@media (max-width: 767px) {
  .blog_wrap .page-content .blog .blog-post-body .blog-post .blog-post-figure {
    margin: 0 0 15px; } }

/*************** How Did We Do? Page ***************/
.howdid_wedo_webpage {
  width: 100%;
  display: inline-block;
  margin: 26px 0 82px; }

.howdid_wedo_webpage .container {
  max-width: 875px;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.howdid_wedo_webpage .Star-image {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 35px; }

.howdid_wedo_webpage h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 49.57px;
  line-height: 1;
  color: #000000;
  text-align: center;
  letter-spacing: 0.588px;
  margin: 0 0 25px; }

.howdid_wedo_webpage .box_section {
  width: 100%;
  display: inline-block;
  background: #fecd08;
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 52px 80px;
  margin: 65px 0 0; }

.howdid_wedo_webpage .box_section h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 21px; }

.howdid_wedo_webpage .box_section p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 39px; }

.howdid_wedo_webpage .box_section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 0; }

.howdid_wedo_webpage .smile_section {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.howdid_wedo_webpage .smile_section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
  text-decoration: underline;
  margin: 0 0 25px; }

.howdid_wedo_webpage .smile_section p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 40px; }

.howdid_wedo_webpage .smile_section .box {
  display: inline-block;
  margin-right: 72px; }

.howdid_wedo_webpage .smile_section .box:last-child {
  margin-right: 0; }

@media (max-width: 1150px) {
  /***** How Did We Do? Page *****/
  .howdid_wedo_webpage {
    margin: 20px 0 70px; }
  .howdid_wedo_webpage .Star-image {
    margin: 0 0 30px; }
  .howdid_wedo_webpage h1 {
    font-size: 45px; }
  .howdid_wedo_webpage .Star-image img {
    max-width: 280px; }
  .howdid_wedo_webpage .box_section {
    padding: 40px 80px;
    margin: 60px 0 0; }
  .howdid_wedo_webpage .box_section h3 {
    font-size: 23px;
    margin: 0 0 20px; }
  .howdid_wedo_webpage .box_section p {
    padding: 0 0 30px; }
  .howdid_wedo_webpage .box_section h2 {
    font-size: 29px; }
  .howdid_wedo_webpage .smile_section h2 {
    font-size: 23px; }
  /*.howdid_wedo_webpage .smile_section p { margin: 0 0 50px; }*/
  .howdid_wedo_webpage .smile_section .box {
    margin-right: 50px; }
  .howdid_wedo_webpage .smile_section .box a img {
    max-width: 220px; } }

@media (max-width: 999px) {
  /***** How Did We Do? Page *****/
  .howdid_wedo_webpage {
    margin: 20px 0 60px; }
  .howdid_wedo_webpage .Star-image {
    margin: 0 0 20px; }
  .howdid_wedo_webpage .Star-image img {
    max-width: 250px; }
  .howdid_wedo_webpage h1 {
    font-size: 40px; }
  .howdid_wedo_webpage .box_section {
    padding: 35px 40px;
    margin: 50px 0 0; }
  .howdid_wedo_webpage .box_section h3 {
    font-size: 23px;
    margin: 0 0 15px; }
  .howdid_wedo_webpage .box_section p {
    padding: 0 0 25px; }
  .howdid_wedo_webpage .box_section h2 {
    font-size: 27px; }
  .howdid_wedo_webpage .smile_section h2 {
    font-size: 22px; }
  .howdid_wedo_webpage .smile_section p {
    margin: 0 0 30px; }
  /*.howdid_wedo_webpage .smile_section p { margin: 0 0 40px; }*/
  .howdid_wedo_webpage .smile_section .box {
    margin-right: 40px; }
  .howdid_wedo_webpage .smile_section .box a img {
    max-width: 200px; } }

@media (max-width: 767px) {
  /***** How Did We Do? Page *****/
  .howdid_wedo_webpage {
    margin: 10px 0 40px; }
  .howdid_wedo_webpage .Star-image {
    margin: 0 0 18px; }
  .howdid_wedo_webpage .Star-image img {
    max-width: 230px; }
  .howdid_wedo_webpage h1 {
    font-size: 35px; }
  .howdid_wedo_webpage .box_section {
    padding: 30px 25px;
    margin: 40px 0 0; }
  .howdid_wedo_webpage .box_section h3 {
    font-size: 22px;
    margin: 0 0 12px; }
  .howdid_wedo_webpage .box_section p {
    padding: 0 0 18px; }
  .howdid_wedo_webpage .box_section h2 {
    font-size: 24px; }
  .howdid_wedo_webpage .smile_section h2 {
    font-size: 21px; }
  .howdid_wedo_webpage .smile_section p {
    margin: 0 0 30px; }
  .howdid_wedo_webpage .smile_section .box {
    margin-right: 35px; }
  .howdid_wedo_webpage .smile_section .box a img {
    max-width: 180px; } }

@media (max-width: 480px) {
  /***** How Did We Do? Page *****/
  body.howdid_wedo_page main#main-content .container {
    width: 100%;
    max-width: 100%; }
  .howdid_wedo_webpage {
    margin: 10px 0 10px; }
  .howdid_wedo_webpage h1 {
    font-size: 21px;
    margin: 0 0 20px; }
  .howdid_wedo_webpage .Star-image {
    margin: 0 0 19px; }
  .howdid_wedo_webpage .Star-image img {
    max-width: 205px; }
  .howdid_wedo_webpage .box_section {
    border-radius: 0;
    padding: 37px 20px;
    margin: 32px 0 0; }
  .howdid_wedo_webpage .box_section h3 {
    font-size: 20px;
    margin: 0 0 16px; }
  .howdid_wedo_webpage .box_section h2 {
    font-size: 20px;
    max-width: 240px;
    margin: 0 auto; }
  .howdid_wedo_webpage .box_section p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 38px; }
  .howdid_wedo_webpage .smile_section h2 {
    font-size: 20px;
    max-width: 180px;
    margin: 0 auto 25px; }
  .howdid_wedo_webpage .smile_section p {
    margin: 0 auto 20px; }
  .howdid_wedo_webpage .smile_section .box a img {
    max-width: 125px; }
  .howdid_wedo_webpage .smile_section .box {
    margin-right: 24px; } }

/*************** Overstock Sale ***************/
.overstocksale_page {
  width: 100%;
  display: inline-block;
  margin: 6px 0 62px; }

.overstocksale_page .Overstock-sale-banner {
  width: 100%;
  display: inline-block;
  margin: 0 0 32px; }

.overstocksale_page .Overstock-sale-banner picture img {
  width: 100%; }

.overstocksale_page .container {
  max-width: 831px;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.overstocksale_page .Content {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  margin: 0 0 42px; }

.overstocksale_page .Content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 0 0 24px; }

.overstocksale_page .Content p b {
  font-family: Poppins;
  font-weight: 700; }

.overstocksale_page .Content p:last-child {
  padding: 0; }

.overstocksale_page .Overstock-slider {
  width: 100%;
  display: inline-block;
  padding: 0; }

.overstocksale_page .Overstock-slider .owl-carousel .owl-stage-outer {
  padding: 35px 0 0; }

.overstocksale_page .Overstock-slider .item {
  width: 100%;
  display: inline-block;
  border: 2px solid #f0f0f0;
  border-radius: 10px; }

.overstocksale_page .Overstock-slider .item .box {
  width: 100%;
  display: inline-block;
  padding: 0 37px 33px 47px; }

.overstocksale_page .Overstock-slider .item .box .Left-side {
  width: 333px;
  float: left;
  margin: -35px 0 0; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Product_image {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Product_image img {
  width: auto;
  margin: 0 auto; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Highlight {
  width: 100%;
  display: inline-block;
  background: #498cbc;
  border-radius: 12px;
  padding: 25px 23px 17px;
  margin: -15px 0 19px; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Highlight.Highlight1 {
  margin: -15px 0 45px; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Highlight h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 9px; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Highlight p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding: 0 0 8px; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Highlight p b {
  font-family: 'Poppins';
  font-weight: 700; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship .Icon {
  float: left; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship .Icon img {
  width: auto; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship .content {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  margin: 0;
  padding: 0 10px 0 0; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 0; }

.overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship .content p b {
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase; }

.overstocksale_page .Overstock-slider .item .box .Right-side {
  width: calc(100% - 368px);
  float: right;
  margin: -19px 0 0; }

.overstocksale_page .Overstock-slider .item .box .Right-side .SKU {
  width: auto;
  display: inline-block;
  background: #fcd704;
  border-radius: 10px;
  padding: 5.5px 18px;
  margin: 0 0 21px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .SKU span {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #000000;
  display: inline-block;
  margin: 5px 0 0; }

.overstocksale_page .Overstock-slider .item .box .Right-side h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 13px; }

.overstocksale_page .Overstock-slider .item .box .Right-side p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  padding: 0 0 26px; }

.overstocksale_page .Overstock-slider .item .box .Right-side p b {
  font-family: 'Poppins';
  font-weight: 700; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the {
  width: 100%;
  display: inline-block;
  margin: 0 0 32px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 0 0 8px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the p b {
  font-family: 'Poppins';
  font-weight: 700; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the p a {
  color: #498cbc;
  text-decoration: underline; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the p a:hover {
  color: #fcd704; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the p .Original_price {
  color: #d43e3e; }

.overstocksale_page .Overstock-slider .item .box .Right-side .View_the p .Overstock_price {
  font-family: 'Poppins';
  font-weight: 700;
  color: #498cbc; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Fastest_service {
  position: relative;
  width: 120px;
  float: left;
  border-left: 3px solid #fcd704;
  padding: 0 0 0 15px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Fastest_service span {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  padding: 0 0 0; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call {
  width: calc(100% - 150px);
  float: right; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p {
  display: flex;
  align-items: center;
  padding: 0 0 7px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p img {
  width: auto;
  max-width: 20px;
  float: left;
  margin-right: 11px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000000; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p a:hover {
  color: #418fc7; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call span {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  letter-spacing: -0.075px; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call span b {
  font-family: 'Poppins';
  font-weight: 700;
  color: #498cbc; }

.overstocksale_page .Overstock-slider .Slider_section {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.overstocksale_page .Overstock-slider .Slider_section .item {
  margin: 65px 0 0;
  padding: 0 0 0; }

.overstocksale_page .Overstock-slider .Slider_section .item:first-child {
  margin: 35px 0 0; }

.overstocksale_page .Overstock-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -11px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: #498cbc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s; }

.overstocksale_page .Overstock-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -11px; }

.overstocksale_page .Overstock-slider .owl-carousel .owl-nav button svg {
  width: 7px;
  height: 14px;
  fill: #ffffff;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s; }

.overstocksale_page .Overstock-slider .owl-carousel .owl-nav button:hover {
  background: #fcd704; }

.overstocksale_page .Overstock-slider .owl-carousel .owl-nav button:hover svg {
  fill: #000000; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Product_image {
  display: none; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Highlight {
  display: none; }

.overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship {
  display: none; }

@media (max-width: 1150px) {
  /***** Overstock Sale *****/
  .overstocksale_page {
    margin: 0 0 40px; }
  .overstocksale_page .Content {
    padding: 0 30px;
    margin: 0 0 35px; } }

@media (max-width: 999px) {
  /***** Overstock Sale *****/
  .overstocksale_page {
    margin: 0 0 30px; }
  .overstocksale_page .Overstock-sale-banner {
    margin: 0 0 25px; }
  .overstocksale_page .Content {
    padding: 0;
    margin: 0 0 30px; }
  .overstocksale_page .Content p {
    padding: 0 0 18px; }
  .overstocksale_page .Overstock-slider .item .box {
    padding: 0 25px 25px; }
  .overstocksale_page .Overstock-slider .item .box .Left-side {
    width: 310px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side {
    width: calc(100% - 337px); }
  .overstocksale_page .Overstock-slider .item .box .Left-side .Highlight {
    padding: 22px 20px 15px;
    margin: -15px 0 19px; }
  .overstocksale_page .Overstock-slider .item .box .Left-side .Ready_ship .content {
    width: calc(100% - 70px);
    padding: 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .SKU span {
    font-size: 30px;
    margin: 2px 0 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side h3 {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 10px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side p {
    padding: 0 0 22px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .View_the {
    margin: 0 0 25px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .View_the p {
    font-size: 15px;
    line-height: 17px;
    padding: 0 0 8px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call {
    width: calc(100% - 130px); }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p a {
    font-size: 19px; } }

@media (max-width: 767px) {
  /***** Overstock Sale *****/
  .overstocksale_page .Overstock-sale-banner {
    margin: 0 0 20px; }
  .overstocksale_page .Content {
    padding: 0;
    margin: 0 0 25px; }
  .overstocksale_page .Content p {
    text-align: left;
    padding: 0 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Left-side {
    display: none; }
  .overstocksale_page .Overstock-slider .item .box .Right-side {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: -19px 0 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Product_image {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Product_image {
    width: 180px;
    float: right;
    margin: -80px 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Product_image img {
    width: auto;
    margin: 0 auto; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Highlight {
    width: 100%;
    display: inline-block;
    background: #498cbc;
    border-radius: 12px;
    padding: 20px 18px 12px;
    margin: 0 0 18px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Highlight h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    float: initial;
    margin: 0 0 8px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Highlight p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    padding: 0 0 8px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Highlight p b {
    font-family: 'Poppins';
    font-weight: 700; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .Icon {
    float: left; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .Icon img {
    width: auto; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .content {
    width: calc(100% - 70px);
    float: right;
    text-align: left;
    margin: 0;
    padding: 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    padding: 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .content p b {
    font-family: Poppins;
    font-weight: 700;
    text-transform: uppercase; }
  .overstocksale_page .Overstock-slider .item .box .Right-side h3 {
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 210px);
    float: left;
    margin: 0 0 10px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side p {
    width: 100%;
    display: inline-block;
    padding: 0 0 18px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call {
    width: calc(100% - 250px); }
  body.Overstock-Sale-Webpage main#main-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  body.Overstock-Sale-Webpage main#main-content .container .overstocksale_page .container {
    width: 94%;
    margin: 0 auto; }
  .overstocksale_page {
    margin: 0 0 20px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .SKU span {
    font-size: 28px;
    margin: 5px 0 0; } }

@media (max-width: 480px) {
  /***** Overstock Sale *****/
  .overstocksale_page {
    margin: 0 0 0px; }
  .overstocksale_page .Overstock-sale-banner {
    margin: 0 0 15px; }
  .overstocksale_page .Content {
    padding: 0 10px;
    margin: 0 0 25px; }
  .overstocksale_page .Content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 12px; }
  .overstocksale_page .Overstock-slider .item .box {
    padding: 0 12px 12px; }
  .overstocksale_page .Overstock-slider .owl-carousel .owl-nav button {
    top: 30%;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    left: -7px;
    width: 15px;
    height: 15px; }
  .overstocksale_page .Overstock-slider .owl-carousel .owl-nav button.owl-next {
    right: -7px; }
  .overstocksale_page .Overstock-slider .owl-carousel .owl-nav button svg {
    width: 4px;
    height: 10px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Product_image {
    width: 130px;
    float: right;
    margin: -65px 0 10px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .SKU span {
    font-size: 24px;
    margin: 5px 0 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .SKU {
    border-radius: 8px;
    padding: 4px 15px;
    margin: 0 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side {
    margin: -15px 0 0; }
  .overstocksale_page .Overstock-slider .owl-carousel .owl-stage-outer {
    padding: 30px 0 0; }
  .overstocksale_page .Overstock-slider .item .box .Right-side h3 {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 139px);
    margin: 0 0 10px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side p {
    padding: 0 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Highlight {
    border-radius: 10px;
    padding: 15px 15px 10px;
    margin: 0 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Highlight h3 {
    margin: 0 0 5px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .Icon {
    width: 50px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Ready_ship .content {
    width: calc(100% - 60px); }
  .overstocksale_page .Overstock-slider .item .box .Right-side .View_the {
    margin: 0 0 15px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .View_the p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 3px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Fastest_service {
    width: 105px;
    padding: 0 0 0 10px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Fastest_service span {
    font-size: 14px;
    line-height: 16px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call {
    width: calc(100% - 120px); }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p {
    padding: 0 0 5px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p a {
    font-size: 18px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call p img {
    margin-right: 8px; }
  .overstocksale_page .Overstock-slider .item .box .Right-side .Call_now .Call span {
    font-size: 14px;
    line-height: 22px; }
  .overstocksale_page .Overstock-slider .Slider_section .item {
    margin: 50px 0 0; }
  .overstocksale_page .Overstock-slider .Slider_section .item:first-child {
    margin: 30px 0 0; } }

/*************** Lockers Page ***************/
.Architects.Customization_lockers header.New-header .header_right {
  display: inline-block; }

.Architects.Customization_lockers header.New-header .header_right .Menu {
  padding: 9px 0;
  margin-right: 32px; }

.Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 32px 0 0; }

.Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #f3e9d0;
  background: #0074d9;
  border: 1px solid #0074d9;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: inline-block;
  margin: 0;
  padding: 6px 23px; }

.Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote a:hover {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff; }

.Architects.Customization_lockers header.New-header.fixed-header .header_right .Keyword-serch .Request_quote {
  margin: 0; }

.Architects.Customization_lockers header.New-header.fixed-header .header_right .Keyword-serch .Search-products {
  display: none; }

.Architects.Customization_lockers .Architect-banner .overle {
  bottom: 110px; }

.Architects.Customization_lockers .Architect-banner .overle h1 span {
  color: #ffd600; }

.Architects.Customization_lockers .Architect-banner .overle p {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24.73px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 0 31px; }

.Architects.Customization_lockers .Architect-banner .overle h1 {
  margin: 0 0 10px; }

.Architects.Customization_lockers .Architect-banner .overle .Btn a {
  min-width: 186px;
  text-align: center;
  margin: 0 13px 0 0;
  padding: 6.5px !important; }

.Architects.Customization_lockers .Architect-banner .overle .Btn a:last-child {
  margin: 0; }

.Architects.Customization_lockers .Find-section {
  margin: -36px 0 85px; }

.Architects.Customization_lockers .Find-section .box a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
  letter-spacing: 0.204px;
  display: block;
  margin: 0; }

.Architects.Customization_lockers .Find-section .box a:hover {
  color: #0074d9; }

.Architects.Customization_lockers .Find-section .box img {
  margin: 0 auto 17px; }

.Perfect_locker {
  width: 100%;
  display: inline-block;
  margin: 0 0 116px; }

.Perfect_locker .Box-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 75px; }

.Perfect_locker .Box-section:last-child {
  margin: 0; }

.Perfect_locker .Box-section .image {
  width: 411px;
  float: right; }

.Perfect_locker .Box-section .image img {
  border-radius: 8px; }

.Perfect_locker .Box-section .content {
  width: calc(100% - 460px);
  float: left;
  margin: -7px 0 0; }

.Perfect_locker .Box-section .content h2 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 32px;
  line-height: 43px;
  color: #000000;
  letter-spacing: 0.384px;
  padding: 0 0 30px;
  margin: 0 0 29px; }

.Perfect_locker .Box-section .content p {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 20px; }

.Perfect_locker .Box-section .content h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 178px;
  height: 3px;
  background: #ffd600; }

.Perfect_locker .Box-section .content p:last-child {
  padding: 0; }

.Perfect_locker .Box-section:nth-child(even) {
  display: flex;
  justify-content: space-between; }

.Perfect_locker .Box-section:nth-child(even) .content {
  padding: 0 10px 0 0; }

.Customizable_locker {
  width: 100%;
  display: inline-block;
  margin: 0 0 125px; }

.Customizable_locker h2 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 33px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.396px;
  text-align: center;
  margin: 0 0 47px; }

.Customizable_locker .Box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0; }

.Customizable_locker .Box-section .box {
  width: calc(33.333% - 57px);
  float: left;
  margin-right: 85px; }

.Customizable_locker .Box-section .box:nth-child(3n+0) {
  margin-right: 0; }

.Customizable_locker .Box-section .box:nth-child(n+4) {
  margin-top: 48px; }

.Customizable_locker .Box-section .box .Customizable-box {
  width: 100%;
  display: inline-block;
  margin: 0; }

.Customizable_locker .Box-section .box .Customizable-box:last-child {
  margin: 0; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-title {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  letter-spacing: 0;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 54px;
  margin: 0 auto 13px;
  padding: 0; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-content {
  display: block; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-content .content-box {
  width: 100%;
  display: inline-block;
  padding: 0 0 43px; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding: 0 0 20px; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-content p:last-child {
  padding: 0; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-title span {
  position: relative;
  text-align: center;
  padding-right: 38px; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 7px 0 0; }

.Customizable_locker .Box-section .box .Customizable-box .Customizable-title.active span:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -6px 0 0; }

.Customizable_locker .Box-section .box .Customizable-slider {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Customizable_locker .Box-section .box .Customizable-slider .owl-carousel {
  width: 100%;
  display: inline-block;
  margin: 0 0 28px; }

.Customizable_locker .Box-section .box .Customizable-slider .owl-carousel .item img {
  border-radius: 8px; }

.Customizable_locker .Box-section .box .Customizable-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px; }

.Customizable_locker .Box-section .box .Customizable-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 12px; }

.Customizable_locker .Box-section .box .Customizable-slider .owl-carousel .owl-nav button svg {
  width: 15px;
  height: 25px;
  fill: #ffd600;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s; }

.Customizable_locker .Box-section .box .Customizable-slider .owl-carousel .owl-nav button:hover svg {
  fill: #ffd600; }

.Customizable_locker .Box-section .box .Customizable-slider a.Request_quote {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: 1px solid #0074d9;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: table;
  min-width: 188px;
  text-align: center;
  margin: 0 auto;
  padding: 3.5px; }

.Customizable_locker .Box-section .box .Customizable-slider a.Request_quote:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Locker_solutions {
  width: 100%;
  display: inline-block;
  margin: 0 0 142px; }

.Locker_solutions h2 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 33px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.396px;
  text-align: center;
  margin: 0 0 30px; }

.Locker_solutions .Box-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Locker_solutions .Box-section .box {
  width: 100%;
  display: inline-block;
  margin: 0; }

.Locker_solutions .Box-section .box .Customizable-box {
  width: 100%;
  display: inline-block;
  margin: 0; }

.Locker_solutions .Box-section .box .Customizable-box:last-child {
  margin: 0; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-title {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0 0 22px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-title span {
  position: relative;
  text-align: center;
  padding-right: 52px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 7px 0 0; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-title.active span:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -5px 0 0; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-title img {
  margin-right: 28px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 56px; }

.Locker_solutions .Box-section .box:last-child .Customizable-box .Customizable-content {
  margin: 0; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content .content-box {
  width: calc(100% - 575px);
  display: inline-block;
  padding: 0; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 0.24px;
  margin: 0 0 11px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: 1px solid #0074d9;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: inline-block;
  min-width: 188px;
  text-align: center;
  margin: 6px 0 0;
  padding: 3.5px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote.Mobile_Show {
  display: none; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding: 0 0 16px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content p:last-child {
  padding: 0; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content .Image {
  width: 531px;
  float: right; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content .Image img {
  width: 100%;
  border-radius: 8px; }

.Locker_solutions .Box-section .box .Customizable-box .Customizable-content .box-overle {
  width: 100%;
  display: inline-block;
  margin: 8px 0 13px; }

.Quote_today {
  width: 100%;
  display: inline-block;
  margin: 0 0 53px; }

.Quote_today .container {
  max-width: 910px; }

.Quote_today h2 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 33px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.396px;
  text-align: center;
  margin: 0 0 26px; }

.Quote_today p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  padding: 0 0 42px; }

.Quote_today ul.quote_list {
  width: auto;
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 54px; }

.Quote_today ul.quote_list li {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 16px; }

.Quote_today ul.quote_list li:last-child {
  margin: 0; }

.Quote_today ul.quote_list li img {
  margin-right: 20px; }

.Quote_today a.Quote-now {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 7px 21px; }

.Quote_today a.Quote-now:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects.Customization_lockers footer {
  width: 100%;
  display: inline-block;
  background: transparent;
  text-align: center;
  padding: 0 0 90px; }

.Architects.Customization_lockers footer .container {
  display: table; }

.Architects.Customization_lockers footer p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  padding: 0 0 4px; }

.Architects.Customization_lockers footer a {
  font-family: Poppins;
  font-weight: 700;
  color: #000000; }

.Architects.Customization_lockers footer a:hover {
  color: #0074d9; }

/***** Responsive *****/
@media (max-width: 1150px) {
  /***** Lockers Page *****/
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 25px 0 0; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 17px;
    padding: 6px 20px; }
  .Architects.Customization_lockers .Architect-banner .overle {
    bottom: 100px; }
  .Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 23px;
    padding: 0 0 25px; }
  .Architects.Customization_lockers .Find-section .box a {
    font-size: 16px;
    line-height: 22px; }
  .Architects.Customization_lockers .Find-section {
    margin: -36px 0 70px; }
  .Perfect_locker .Box-section {
    margin: 0 0 60px; }
  .Perfect_locker, .Customizable_locker, .Locker_solutions {
    margin: 0 0 80px; }
  .Quote_today {
    margin: 0 0 50px; }
  .Architects.Customization_lockers footer {
    padding: 0 0 70px; }
  .Perfect_locker .Box-section .content h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.384px;
    padding: 0 0 20px;
    margin: 0 0 20px; }
  .Perfect_locker .Box-section .content p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 18px; }
  .Customizable_locker h2, .Locker_solutions h2, .Quote_today h2 {
    font-size: 31px;
    line-height: 1.3; }
  .Customizable_locker h2 {
    margin: 0 0 38px; }
  .Customizable_locker .Box-section .box {
    width: calc(33.333% - 20px);
    margin-right: 30px; }
  .Customizable_locker .Box-section .box:nth-child(n+4) {
    margin-top: 40px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title {
    font-size: 19px;
    line-height: 25px;
    min-height: 50px;
    margin: 0 auto 12px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title span {
    padding-right: 35px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 18px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content .content-box {
    padding: 0 0 30px; }
  .Customizable_locker .Box-section .box .Customizable-slider .owl-carousel {
    margin: 0 0 22px; }
  .Customizable_locker .Box-section .box .Customizable-slider a.Request_quote, .Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote {
    font-size: 16px;
    min-width: 180px;
    padding: 3.5px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title {
    font-size: 21px;
    margin: 0 0 20px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title img {
    max-width: 60px;
    margin-right: 15px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title span {
    padding-right: 35px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content {
    margin: 0 0 50px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content .content-box {
    width: calc(100% - 500px); }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content .Image {
    width: 470px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content h3 {
    font-size: 19px;
    margin: 0 0 8px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 15px; }
  .Quote_today h2 {
    margin: 0 0 22px; }
  .Quote_today p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 35px; }
  .Quote_today ul.quote_list {
    padding: 0 0 45px; }
  .Quote_today ul.quote_list li {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 15px; }
  .Quote_today ul.quote_list li img {
    margin-right: 15px; }
  .Quote_today a.Quote-now {
    font-size: 17px;
    padding: 7px 20px; }
  .Architects.Customization_lockers footer p {
    font-size: 16px;
    line-height: 25px; } }

@media (max-width: 999px) {
  /***** Lockers Page *****/
  body.Customization-Lockers-Webpage {
    padding-top: 0; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 20px 0 0; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 16px;
    padding: 6px 18px; }
  .Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 22px;
    padding: 0 0 15px; }
  .Architects.Customization_lockers .Find-section {
    margin: -35px 0 60px; }
  .Architects.Customization_lockers .Find-section .box {
    width: 25%;
    margin: 0 !important; }
  .Architects.Customization_lockers .Find-section .box:nth-child(n+5) {
    margin-top: 30px !important; }
  .Architects.Customization_lockers .Find-section .box img {
    max-width: 70px;
    margin: 0 auto 12px; }
  .Architects.Customization_lockers .Find-section .box a {
    font-size: 15px;
    line-height: 20px; }
  .Perfect_locker .Box-section {
    margin: 0 0 50px; }
  .Perfect_locker .Box-section .image {
    width: 300px; }
  .Perfect_locker .Box-section .content {
    width: calc(100% - 320px); }
  .Perfect_locker .Box-section .content h2 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.384px;
    padding: 0 0 15px;
    margin: 0 0 15px; }
  .Perfect_locker .Box-section .content h2 br {
    display: none; }
  .Perfect_locker, .Customizable_locker, .Locker_solutions {
    margin: 0 0 60px; }
  .Perfect_locker .Box-section:nth-child(even) .content {
    padding: 0; }
  .Customizable_locker h2, .Locker_solutions h2, .Quote_today h2 {
    font-size: 28px;
    line-height: 1.3; }
  .Customizable_locker h2 {
    margin: 0 0 28px; }
  .Customizable_locker .Box-section .box {
    width: calc(50% - 15px);
    margin: 0; }
  .Customizable_locker .Box-section .box:nth-child(even) {
    margin-left: 30px; }
  .Customizable_locker .Box-section .box:nth-child(n+3) {
    margin-top: 30px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title {
    font-size: 18px;
    line-height: 23px;
    min-height: 46px;
    margin: 0 auto 12px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title span {
    padding-right: 30px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content .content-box {
    padding: 0 0 25px; }
  .Customizable_locker .Box-section .box .Customizable-slider a.Request_quote, .Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote {
    font-size: 15px;
    min-width: 170px;
    padding: 3.5px; }
  .Customizable_locker .Box-section .box .Customizable-slider .owl-carousel {
    margin: 0 0 18px; }
  .Locker_solutions h2 {
    margin: 0 0 25px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content .content-box {
    width: 100%;
    display: inline-block; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content .Image {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 10px 0 0; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote {
    display: none; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content a.Request-quote.Mobile_Show {
    display: table;
    margin: 15px auto 0; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title {
    font-size: 20px;
    margin: 0 0 20px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title img {
    max-width: 70px;
    display: table;
    margin: 0 auto 10px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title span {
    width: auto;
    display: table;
    margin: 0 auto;
    padding-right: 32px; }
  .Quote_today h2 {
    margin: 0 0 18px; }
  .Quote_today p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 30px; }
  .Quote_today ul.quote_list {
    padding: 0 0 35px; }
  .Quote_today ul.quote_list li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px; }
  .Quote_today a.Quote-now {
    font-size: 16px;
    padding: 7px 20px; }
  .Quote_today {
    margin: 0 0 40px; }
  .Architects.Customization_lockers footer {
    padding: 0 0 50px; }
  .Customization_lockers .Quote_today iframe {
    height: 1388px !important; } }

@media (max-width: 767px) {
  /***** Lockers Page *****/
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Search-products {
    width: calc(100% - 172px);
    float: left; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote {
    width: auto;
    float: right;
    margin: 0; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 15px;
    padding: 7.5px 15px; }
  .Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 20px;
    display: inline-block;
    padding: 0 0 15px; }
  .Architects.Customization_lockers .Architect-banner .overle {
    bottom: 80px; }
  .Architects.Customization_lockers .Architect-banner {
    height: 500px; }
  .Architects.Customization_lockers .Architect-banner img.architects-banner-img {
    max-width: 1625px; }
  .Architects.Customization_lockers .Find-section {
    margin: -35px 0 50px; }
  .Architects.Customization_lockers .Find-section .box img {
    max-width: 70px;
    margin: 0 auto 10px; }
  .Architects.Customization_lockers .Find-section .box a {
    font-size: 14px;
    line-height: 17px; }
  .Perfect_locker .Box-section {
    margin: 0 0 40px; }
  .Perfect_locker .Box-section:nth-child(even) {
    display: inline-block; }
  .Perfect_locker .Box-section .image {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Perfect_locker .Box-section .image img {
    width: 100%; }
  .Perfect_locker .Box-section .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 20px 0 0; }
  .Perfect_locker .Box-section .content h2 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.384px;
    padding: 0 0 12px;
    margin: 0 0 12px; }
  .Perfect_locker, .Customizable_locker, .Locker_solutions {
    margin: 0 0 50px; }
  .Customizable_locker h2, .Locker_solutions h2, .Quote_today h2 {
    font-size: 25px;
    line-height: 1.2; }
  .Customizable_locker h2 {
    margin: 0 0 25px; }
  .Customizable_locker .Box-section .box {
    width: 100%;
    float: initial;
    display: inline-block;
    margin: 0; }
  .Customizable_locker .Box-section .box:nth-child(even) {
    margin-left: 0; }
  .Customizable_locker .Box-section .box:nth-child(n+2) {
    margin-top: 30px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title {
    font-size: 18px;
    line-height: 23px;
    min-height: initial;
    margin: 0 auto 12px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content {
    display: none; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content p {
    height: initial !important; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content .content-box {
    padding: 0 0 20px; }
  .Customizable_locker .Box-section .box .Customizable-slider .owl-carousel {
    margin: 0 0 15px; }
  .Locker_solutions h2 {
    margin: 0 0 22px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title {
    font-size: 19px;
    margin: 0 0 20px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title img {
    max-width: 65px;
    margin: 0 auto 10px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content {
    display: none; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content {
    margin: 0 0 40px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content h3 {
    font-size: 18px;
    margin: 0 0 5px; }
  .Quote_today {
    margin: 0 0 35px; }
  .Quote_today h2 {
    margin: 0 0 15px; }
  .Quote_today p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 25px; }
  .Quote_today ul.quote_list {
    padding: 0 0 25px; }
  .Quote_today ul.quote_list li {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 10px; }
  .Quote_today ul.quote_list li img {
    max-width: 20px;
    margin-right: 12px; }
  .Quote_today a.Quote-now {
    font-size: 15px;
    padding: 7px 20px; }
  .Architects.Customization_lockers footer {
    padding: 0 0 40px; } }

@media (max-width: 480px) {
  /***** Lockers Page *****/
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Search-products {
    width: 100%;
    float: initial; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote {
    display: none; }
  .Architects.Customization_lockers header.New-header.fixed-header .header_right .Keyword-serch .Request_quote {
    display: block; }
  .Architects.Customization_lockers header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 14px;
    padding: 6px 14px; }
  .Architects.Customization_lockers .Architect-banner {
    height: 540px; }
  .Architects.Customization_lockers .Architect-banner img.architects-banner-img {
    max-width: 1750px; }
  .Architects.Customization_lockers .Architect-banner .overle {
    bottom: 70px; }
  .Architects.Customization_lockers .Architect-banner .overle h1 {
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 10px; }
  .Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 18px;
    padding: 0 0 15px; }
  .Architects.Customization_lockers .Architect-banner .overle .Btn a {
    margin: 0 0 12px; }
  .Architects.Customization_lockers .Find-section {
    margin: -25px 0 35px; }
  .Architects.Customization_lockers .Find-section .box {
    width: 33.333%; }
  .Architects.Customization_lockers .Find-section .box:nth-child(n+4) {
    margin-top: 22px !important; }
  .Architects.Customization_lockers .Find-section .box a {
    font-size: 13px;
    line-height: 16px; }
  .Architects.Customization_lockers .Find-section .box img {
    max-width: 50px;
    width: auto;
    height: initial;
    margin: 0 auto 8px; }
  .Perfect_locker .Box-section {
    margin: 0 0 30px; }
  .Perfect_locker .Box-section .content h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.384px;
    padding: 0 0 12px;
    margin: 0 0 12px; }
  .Perfect_locker .Box-section .content p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 15px; }
  .Perfect_locker, .Customizable_locker, .Locker_solutions {
    margin: 0 0 35px; }
  .Customizable_locker h2, .Locker_solutions h2, .Quote_today h2 {
    font-size: 22px;
    line-height: 1.2; }
  .Customizable_locker h2 {
    margin: 0 0 22px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 15px; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-content .content-box {
    padding: 0 0 15px; }
  .Locker_solutions h2 {
    margin: 0 0 18px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title img {
    max-width: 60px;
    margin: 0 auto 8px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 18px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content {
    margin: 0 0 30px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 15px; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-content .Image {
    margin: 8px 0 0; }
  .Quote_today {
    margin: 0 0 30px; }
  .Quote_today h2 {
    margin: 0 0 12px; }
  .Quote_today p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 20px; }
  .Quote_today ul.quote_list {
    max-width: 250px;
    padding: 0 0 20px; }
  .Quote_today ul.quote_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 18px; }
  .Quote_today ul.quote_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 18px; }
  .Quote_today ul.quote_list li img {
    margin: 0 auto 5px !important;
    display: table; }
  .Quote_today a.Quote-now {
    font-size: 14px;
    padding: 7px 18px; }
  .Architects.Customization_lockers footer {
    padding: 0 0 30px; }
  .Architects.Customization_lockers footer p {
    font-size: 15px;
    line-height: 23px; }
  .Customization_lockers .Quote_today iframe {
    height: 1497px !important; } }

/* Tab Panel access */
.Customization_tapeable.Architects .Architect-banner:before {
  display: none; }

.Customization_tapeable.Architects .Architect-banner img.mobile-banner {
  display: none; }

.Customization_tapeable.Architects .Architect-banner .overle h1 {
  font-size: 45px;
  padding: 0 0 8px; }

.Customization_tapeable.Architects.Customization_lockers .Architect-banner .overle p {
  font-size: 19px; }

.Customization_tapeable.Architects .Architect-banner .overle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 40px;
  gap: 20px; }

.Customization_tapeable.Architects .Architect-banner .overle .content {
  max-width: 740px;
  width: 100%; }

.Customization_tapeable.Architects .Architect-banner .overle .content .mobile-img {
  display: none; }

.Customization_tapeable.Architects .Architect-banner .overle .img {
  margin: 0 0 18px; }

.Customization_tapeable.Architects .Find-section {
  margin-bottom: 90px; }

.Customization_tapeable.Architects .Find-section .container {
  max-width: 700px; }

.Customization_tapeable .tab-access-product {
  margin: 0 0 107px; }

.Customization_tapeable .tab-access-product .tab-product-row {
  display: flex;
  width: 100%;
  gap: 50px; }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col {
  display: flex;
  gap: 28px;
  width: 50%;
  flex-wrap: wrap; }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product {
  background: #f0f0f0;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 15px;
  width: calc(50% - 14px);
  position: relative; }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col h2 {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-family: 'Poppins';
  color: #d6d6d6;
  text-transform: uppercase;
  margin: 0 0 17px;
  line-height: normal;
  font-size: 32px; }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product .p-img {
  min-height: 185px;
  margin: -30px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product span.p-title {
  font-size: 12px;
  color: #717171;
  font-weight: 700; }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product span.p-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: calc(100% + 30px); }

.Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product .p-img img {
  max-width: none; }

.Customization_tapeable .top-icon {
  margin: 0 0 24px;
  width: 100%;
  display: inline-block;
  text-align: center; }

.Customization_tapeable .title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 27px; }

.Customization_tapeable .title h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 32px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.396px;
  margin: 0 0 15px; }

.Customization_tapeable .tab-access-solution {
  margin: 0 0 95px; }

.Customization_tapeable .tab-access-solution .container {
  max-width: 1160px; }

.Customization_tapeable .tab-access-solution .content-row {
  display: flex; }

.Customization_tapeable .tab-access-solution .content-row .col {
  width: 50%; }

.Customization_tapeable .tab-access-solution .content {
  margin-right: 27px; }

.Customization_tapeable .tab-access-solution .content + .content {
  margin-top: 55px; }

.Customization_tapeable .tab-access-solution .content.yellow-bg {
  background: #ffd600;
  border-radius: 10px;
  padding: 37px 50px 38px 40px; }

.Customization_tapeable .tab-access-solution .content.yellow-bg p {
  padding: 0;
  margin: 0;
  max-width: 450px; }

.Customization_tapeable .tab-access-solution .content .content-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 23px; }

.Customization_tapeable .tab-access-solution .content p {
  padding: 0;
  max-width: 528px;
  letter-spacing: -0.3px; }

.Customization_tapeable .tab-access-solution .content p + p {
  padding: 17px 0 0; }

.Customization_tapeable .tab-access-solution .key-benifit {
  margin: 60px 0 0; }

.Customization_tapeable .tab-access-solution .key-benifit .title {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin: 0 0 42px; }

.Customization_tapeable .tab-access-solution .key-benifit ul {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  max-width: 1050px;
  margin: auto; }

.Customization_tapeable .tab-access-solution .key-benifit ul li {
  flex: 1;
  padding: 0 22px; }

.Customization_tapeable .tab-access-solution .key-benifit ul li .icon-img {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px; }

.Customization_tapeable .tab-access-solution .key-benifit ul li .cat-name {
  font-size: 16px;
  color: #000; }

.Customization_tapeable .tab-access-solution .key-benifit ul li .cat-name strong {
  display: block; }

.Customization_tapeable .tab-access-solution .content ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  max-width: 510px; }

.Customization_tapeable .tab-access-solution .content ul li {
  font-size: 16px;
  color: #000; }

.Customization_tapeable .tab-access-solution .content ul li strong {
  color: #0074d9; }

.Customization_tapeable .tab-access-solution .content ul li + li {
  margin: 15px 0 0; }

.Customization_tapeable .tab-access-solution .content-row .col .img + .img {
  margin-top: 22px; }

.Customization_tapeable .tailor-made-access .content.yellow-bg p {
  max-width: 436px; }

.Customization_tapeable .tailor-made-access .content .mobile-img {
  display: none; }

.Customization_tapeable .tailor-made-access .content + .content {
  margin-top: 40px; }

.Customization_tapeable .tailor-made-access .content .content-title {
  margin: 0 0 20px; }

.Customization_tapeable .tailor-made-access .content p {
  max-width: 540px; }

.Customization_tapeable .tailor-made-access .content p + p {
  padding: 11px 0 0; }

.Customization_tapeable .tailor-made-access .btn-sec {
  text-align: center;
  margin: 62px 0 0; }

.Customization_tapeable .tailor-made-access .btn-sec .btn {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: 1px solid #ffd600;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: inline-block;
  padding: 6.5px 18px; }

.Customization_tapeable .tailor-made-access .btn-sec .btn:hover, .Customization_tapeable .tailor-made-access .btn-sec .btn:focus {
  background: #000;
  border: 1px solid #000;
  color: #ffd600; }

.Customization_tapeable .install-effortlessly-access .content.yellow-bg p {
  max-width: 430px; }

.Customization_tapeable .install-effortlessly-access .content.yellow-bg {
  min-height: 210px;
  display: flex;
  align-items: center; }

.Customization_tapeable .install-effortlessly-access .content + .content {
  margin-top: 45px; }

.Customization_tapeable .install-effortlessly-access .content .content-title {
  margin: 0 0 19px; }

.Customization_tapeable .install-effortlessly-access .content ul {
  margin: 0 0 30px;
  max-width: 540px; }

.Customization_tapeable .install-effortlessly-access .content ul li + li {
  margin: 20px 0 0; }

.Customization_tapeable .request-your-custom-access {
  margin: 0 0 72px; }

.Customization_tapeable .request-your-custom-access .btn-sec {
  text-align: center;
  margin: 18px 0 0; }

.Customization_tapeable .request-your-custom-access .btn-sec .btn {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: 1px solid #ffd600;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: inline-block;
  padding: 6.5px 18px; }

.Customization_tapeable .request-your-custom-access .btn-sec .btn:hover, .Customization_tapeable .tailor-made-access .btn-sec .btn:focus {
  background: #000;
  border: 1px solid #000;
  color: #ffd600; }

.Customization_tapeable .request-your-custom-access .title {
  margin: 0 0 20px; }

.Customization_tapeable .request-your-custom-access .container {
  max-width: 830px;
  text-align: center; }

.Customization_tapeable.Architects footer {
  background: #f0f0f0;
  padding: 50px 0 70px; }

.Customization_tapeable.Architects footer .container {
  max-width: 800px; }

.Customization_tapeable.Architects footer p + p {
  margin: 10px 0 0; }

.Customization_tapeable.Architects footer p strong {
  display: block; }

.Customization_tapeable.Architects footer p a {
  color: #0074d9;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 20px; }

@media (max-width: 1150px) {
  .Customization_tapeable.Architects .Architect-banner .overle {
    bottom: 50px; }
  .Customization_tapeable.Architects .Architect-banner .overle h1 {
    font-size: 40px;
    line-height: 45px; }
  .Customization_tapeable.Architects .Architect-banner .overle .img {
    max-width: 300px; }
  .Customization_tapeable.Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 17px; }
  .Customization_tapeable.Architects .Architect-banner .overle .content {
    max-width: 660px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product .p-img img {
    max-width: calc(100% + 30px); }
  .Customization_tapeable .tab-access-product .tab-product-row {
    gap: 40px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col {
    gap: 24px; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li {
    padding: 0 12px; } }

@media (max-width: 999px) {
  body.Customization-Tapeable-Access-Panels-Webpage {
    padding: 0; }
  .Customization_tapeable.Architects .Architect-banner .overle h1 {
    font-size: 32px;
    line-height: 38px; }
  .Customization_tapeable.Architects .Architect-banner .overle .img {
    max-width: 170px; }
  .Customization_tapeable.Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 14px; }
  .Customization_tapeable.Architects .Architect-banner .overle {
    bottom: 60px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col h2 {
    font-size: 26px; }
  .Customization_tapeable .tab-access-product .tab-product-row {
    gap: 60px;
    flex-direction: column; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col {
    width: 100%; }
  .Customization_tapeable .top-icon {
    margin: 0 0 20px; }
  .Customization_tapeable .title h2 {
    font-size: 30px; }
  .Customization_tapeable .tab-access-solution {
    margin: 0 0 80px; }
  .Customization_tapeable .tab-access-solution .content {
    margin-right: 0; }
  .Customization_tapeable .tab-access-solution .content-row {
    flex-direction: column;
    gap: 20px; }
  .Customization_tapeable .tab-access-solution .content-row .col {
    width: 100%; }
  .Customization_tapeable .tab-access-solution .content-row .col .img {
    text-align: center; }
  .Customization_tapeable .tab-access-solution .content.yellow-bg p, .Customization_tapeable .tab-access-solution .content p {
    max-width: 100%; }
  .Customization_tapeable .tab-access-solution .content.yellow-bg {
    padding: 30px 20px; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li {
    padding: 0 5px; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li .cat-name {
    font-size: 14px; }
  .Customization_tapeable .tab-access-solution.tailor-made-access .content-row .col .img {
    width: calc(50% - 10px);
    float: left; }
  .Customization_tapeable .tab-access-solution .content-row .col .img + .img {
    margin-top: 0;
    margin-left: 20px; }
  .Customization_tapeable .tailor-made-access .content-row .col:nth-child(2) {
    display: none; }
  .Customization_tapeable .tailor-made-access .content .mobile-img {
    margin: 30px auto 0;
    display: block; }
  .Customization_tapeable .install-effortlessly-access .content.yellow-bg {
    min-height: auto; } }

@media (max-width: 767px) {
  .Customization_tapeable .tab-access-product {
    margin: 0 0 80px; }
  .Customization_tapeable.Architects .Architect-banner .overle {
    bottom: 55px;
    gap: 10px; }
  .Customization_tapeable.Architects .Architect-banner .overle .content .mobile-img {
    display: block;
    max-width: 110px;
    margin-top: 5px; }
  .Customization_tapeable.Architects .Architect-banner .overle .content {
    max-width: 419px;
    margin: auto; }
  .Customization_tapeable.Architects .Architect-banner .overle h1 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0; }
  .Customization_tapeable.Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 15px;
    display: flex;
    text-align: left;
    gap: 10px;
    padding: 0 0 10px; }
  .Customization_tapeable.Architects .Architect-banner .overle .img {
    display: none; }
  .Customization_tapeable.Architects .Find-section {
    margin-bottom: 50px; }
  .Customization_tapeable .tab-access-product .tab-product-row {
    gap: 50px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product .p-img img {
    max-width: calc(100% + 20px); }
  .Customization_tapeable .top-icon {
    margin: 0 0 15px; }
  .Customization_tapeable .top-icon img {
    max-width: 47px; }
  .Customization_tapeable .title {
    margin: 0 0 15px; }
  .Customization_tapeable .title h2 {
    font-size: 22px; }
  .Customization_tapeable .tab-access-solution {
    margin: 0 0 70px; }
  .Customization_tapeable .tab-access-solution .content p {
    font-size: 15px; }
  .Customization_tapeable .tab-access-solution .content ul li {
    font-size: 15px; }
  .Customization_tapeable .tab-access-solution .content .content-title {
    font-size: 18px; }
  .Customization_tapeable .tab-access-solution .content + .content {
    margin-top: 45px; }
  .Customization_tapeable .tab-access-solution .key-benifit ul {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li {
    max-width: 33.33%;
    flex: auto; }
  .request-your-custom-access p {
    font-size: 15px; }
  .Customization_tapeable .request-your-custom-access .title {
    margin: 0 0 10px; }
  .Customization_tapeable.Architects footer {
    padding: 40px 0 60px; }
  .Customization_tapeable.Architects footer p {
    font-size: 15px; }
  .Customization_tapeable.Architects footer p + p {
    margin: 8px 0 0; }
  .Customization_tapeable.Architects footer p a {
    margin: 6px 0 0;
    font-size: 18px; } }

@media (max-width: 480px) {
  .Customization_tapeable.Architects header.New-header {
    padding: 26px 0 0; }
  .Customization_tapeable.Architects header.New-header .container {
    padding: 0 0 42px; }
  .Customization_tapeable.Architects .Architect-banner {
    height: 585px; }
  .Customization_tapeable.Architects .Architect-banner img.architects-banner-img {
    display: none; }
  .Customization_tapeable.Architects .Architect-banner img.mobile-banner {
    display: block; }
  .Customization_tapeable.Architects .Architect-banner .overle .content {
    max-width: 280px;
    margin: auto; }
  .Customization_tapeable.Architects .Architect-banner .overle h1 {
    font-size: 29px;
    line-height: 1;
    margin: 0 0 6px;
    padding: 0 0 0; }
  .Customization_tapeable.Architects.Customization_lockers .Architect-banner .overle p {
    font-size: 12px;
    padding: 0 0 27px; }
  .Customization_tapeable.Architects .Find-section {
    margin-bottom: 32px; }
  .Customization_tapeable.Architects .Find-section .box {
    width: 25%; }
  .Customization_tapeable.Architects .Find-section .box:nth-child(n+4) {
    margin-top: 0 !important; }
  .Customization_tapeable .tab-access-product {
    margin: 0 0 44px; }
  .Customization_tapeable .tab-access-product .tab-product-row {
    gap: 24px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col h2 {
    font-size: 20px;
    margin: 0 0 15px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col {
    gap: 8px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product {
    width: calc(50% - 4px);
    padding-bottom: 8px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product .p-img {
    min-height: 90px;
    margin: -20px 0 0; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product .p-img img {
    max-width: calc(100% + 10px);
    max-height: 100px; }
  .Customization_tapeable .tab-access-product .tab-product-row .tab-p-col .tab-product span.p-title {
    font-size: 9px;
    line-height: 1;
    margin: 10px 0 0;
    display: inline-block; }
  .Customization_tapeable .title {
    margin: 0 0 7px;
    padding: 0 10px; }
  .Customization_tapeable .title h2 {
    font-size: 20px; }
  .Customization_tapeable .title h2 br {
    display: none; }
  .Customization_tapeable .tab-access-solution .content.yellow-bg {
    padding: 21px 19px;
    border-radius: 0;
    margin: 0 -10px; }
  .Customization_tapeable .tab-access-solution .content p {
    font-size: 14px;
    line-height: 1.4; }
  .Customization_tapeable .tab-access-solution .content + .content {
    margin-top: 20px; }
  .Customization_tapeable .tab-access-solution .content .content-title {
    font-size: 16px;
    margin: 0 0 11px; }
  .Customization_tapeable .tab-access-solution .content p + p {
    padding: 11px 0 0; }
  .Customization_tapeable .tab-access-solution .key-benifit {
    margin: 28px 0 0; }
  .Customization_tapeable .tab-access-solution .key-benifit .title {
    font-size: 16px;
    margin: 0 0 16px;
    text-align: left; }
  .Customization_tapeable .tab-access-solution .key-benifit ul {
    gap: 20px 0;
    flex-direction: column; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li {
    text-align: left;
    display: flex;
    max-width: 100%; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li .icon-img {
    justify-content: flex-start;
    margin: 0;
    min-width: 73px; }
  .Customization_tapeable .tab-access-solution .key-benifit ul li .icon-img img {
    max-height: 40px;
    max-width: 48px; }
  .Customization_tapeable .tab-access-solution {
    margin: 0 0 50px; }
  .Customization_tapeable .tab-access-solution .content ul li {
    font-size: 14px; }
  .Customization_tapeable .tab-access-solution .content ul li + li {
    margin: 11px 0 0; }
  .Customization_tapeable .tab-access-solution .content ul {
    margin: 0 0 15px; }
  .Customization_tapeable .tailor-made-access .content .mobile-img {
    margin: 18px auto 0; }
  .Customization_tapeable .tailor-made-access .btn-sec {
    margin: 38px 0 0; }
  .Customization_tapeable .tailor-made-access .btn-sec .btn {
    font-size: 15px; }
  .request-your-custom-access p {
    font-size: 14px; }
  .Customization_tapeable .request-your-custom-access .title {
    margin: 0; }
  .Customization_tapeable .request-your-custom-access .container {
    max-width: 300px; }
  .Customization_tapeable .request-your-custom-access .btn-sec {
    text-align: center;
    margin: 10px 0 0; }
  .Customization_tapeable .request-your-custom-access .btn-sec .btn {
    font-size: 15px; }
  .Customization_tapeable .request-your-custom-access {
    margin: 0 0 40px; }
  .Customization_tapeable.Architects footer {
    padding: 20px 0 30px; }
  .Customization_tapeable.Architects footer p {
    font-size: 14px;
    line-height: normal; }
  .Customization_tapeable.Architects footer p a {
    font-size: 16px; }
  .Customization_tapeable .request-your-custom-access .btn-sec iframe {
    height: 1744px !important; } }

/* How to Become an Architect */
.Architects .how-become-artchitects {
  margin: 0 0 80px; }

.Architects .how-become-artchitects .title {
  width: 100%;
  max-width: 910px;
  display: table;
  text-align: center;
  margin: 0 auto 32px;
  cursor: pointer; }

.Architects .how-become-artchitects .title h2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 33px;
  line-height: 43px;
  color: #000000;
  letter-spacing: 0.396px;
  padding: 0;
  margin: 0 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px; }

.Architects .how-become-artchitects .title h2:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent;
  border-top: 12px solid #ffd600;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 12px 0 0; }

.Architects .how-become-artchitects .title.open h2:after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #ffd600;
  margin-top: -14px; }

.Architects .how-become-artchitects .box-section {
  display: flex;
  gap: 37px; }

.Architects .how-become-artchitects .box-section .box.left {
  margin: 5px 0 0;
  max-width: 550px;
  width: 50%; }

.Architects .how-become-artchitects .box-section .box.right {
  width: 50%; }

.Architects .how-become-artchitects .box-section .box.right .content {
  max-width: 545px; }

.Architects .how-become-artchitects .box-section .box.right .content p strong {
  display: block;
  color: #0074d9; }

.Architects .how-become-artchitects .box-section .box.right .content .list p {
  margin: 0;
  padding: 0 0 5px; }

.Architects .how-become-artchitects .box-section .box.right .content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.Architects .how-become-artchitects .box-section .box.right .content ul li {
  position: relative;
  padding-left: 17px; }

.Architects .how-become-artchitects .box-section .box.right .content ul li + li {
  margin-top: 11px; }

.Architects .how-become-artchitects .box-section .box.right .content ul li::before {
  content: '';
  background: #ffd500;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 8px; }

.Architects .how-become-artchitects .box-section .box .resources {
  border: 2px solid #ffd600;
  border-radius: 10px;
  margin: 17px 0 0;
  padding: 10px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content {
  overflow: auto;
  height: 226px;
  padding: 20px 10px 20px 25px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-title {
  color: #000; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-title strong:after {
  content: ':';
  display: inline-block;
  vertical-align: middle; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .box + .box {
  margin-top: 50px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 19px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list ul + ul {
  margin-top: 22px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li {
  position: relative;
  padding-left: 17px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li:before {
  content: '';
  background: #0074d9;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 8px; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li ul {
  margin: 5px 0 0; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li ul li + li {
  margin: 17px 0 0; }

.Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li ul li .btn {
  display: table;
  background: #ffd500;
  font-size: 12px;
  color: #000;
  width: 93px;
  text-align: center;
  line-height: 23px;
  border-radius: 4px;
  margin: 6px 0 0; }

.Architects .how-become-artchitects .box-section .box.right .content p, .Architects .how-become-artchitects .box-section .box.right .content ul li {
  line-height: 24px; }

.Architects .how-become-artchitects .box-section .box.right .content p {
  padding: 0 0 21px; }

@media (max-width: 1150px) {
  .Architects .how-become-artchitects {
    margin: 0 0 70px; }
  .Architects .how-become-artchitects .title h2 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: normal; }
  .Architects .how-become-artchitects .box-section {
    gap: 25px; }
  .Architects .how-become-artchitects .box-section .box.right .content p {
    padding: 0 0 15px; }
  .Architects .how-become-artchitects .box-section .box.right .content ul li + li {
    margin-top: 8px; }
  .Architects .how-become-artchitects .box-section .box.right .content p, .Architects .how-become-artchitects .box-section .box.right .content ul li {
    line-height: 23px; } }

@media (max-width: 999px) {
  .Architects .how-become-artchitects {
    margin: 0 0 60px; }
  .Architects .how-become-artchitects .title h2 {
    font-size: 30px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content {
    padding: 10px 10px 10px 15px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content {
    height: 318px; } }

@media (max-width: 767px) {
  .Architects .how-become-artchitects {
    margin: 0 0 50px; }
  .Architects .how-become-artchitects .title {
    margin: 0; }
  .Architects .how-become-artchitects .title h2 {
    font-size: 25px; }
  .Architects .how-become-artchitects .box-section {
    gap: 30px;
    flex-direction: column; }
  .Architects .how-become-artchitects .box-section .box.left, .Architects .how-become-artchitects .box-section .box.right {
    width: 100%;
    max-width: 100%; }
  .Architects .how-become-artchitects .box-section .box.left .img img {
    width: 100%; }
  .Architects .how-become-artchitects .box-section .box.right .content {
    max-width: 100%; }
  .Architects .how-become-artchitects .box-section .box .resources {
    border: 0;
    padding: 0;
    margin: 30px 0 0; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content {
    padding: 0;
    height: auto; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-title {
    padding: 3px 15px;
    border: 2px solid #ffd500;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    gap: 10px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-title strong:after {
    display: none; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-title:after {
    content: "";
    width: 24px;
    height: 24px;
    background: transparent;
    border-top: 12px solid #ffd600;
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    margin: 12px 0 0; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-title.open:after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid #ffd600;
    margin-top: -14px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li {
    font-size: 15px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list ul + ul {
    margin-top: 30px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .box + .box {
    margin-top: 30px; }
  .Architects .how-become-artchitects .box-section .box.right .content p {
    padding: 0 0 10px; }
  .Architects .how-become-artchitects .box-section .box.right .content ul li + li {
    margin-top: 11px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list {
    display: none; } }

@media (max-width: 480px) {
  .Architects .how-become-artchitects .title h2 {
    font-size: 22px;
    max-width: 230px;
    margin: 0 auto 8px;
    line-height: 1.1;
    gap: 0px; }
  .Architects .how-become-artchitects .box-section {
    gap: 20px; }
  .Architects .how-become-artchitects .box-section .box.right .content p, .Architects .how-become-artchitects .box-section .box.right .content ul li {
    font-size: 15px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list > ul > li ul li + li {
    margin: 15px 0 0; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .resources-list ul + ul {
    margin-top: 20px; }
  .Architects .how-become-artchitects .box-section .box .resources .resources-content .box + .box {
    margin-top: 25px; } }

/* Black Friday 2024 */
.blck-friday-main-section.y-2024 .banner .banner-box {
  max-width: 100%; }

.blck-friday-main-section.y-2024 .banner {
  height: 370px;
  max-width: 1150px;
  margin: 13px auto 0; }

.blck-friday-main-section.y-2024 .banner-bottom-off-text {
  display: table;
  max-width: 660px;
  margin: 60px auto 33px;
  text-align: center; }

.blck-friday-main-section.y-2024 .banner-bottom-off-text:after {
  content: '';
  display: table;
  height: 1px;
  background: #929292;
  width: 184px;
  margin: auto; }

.blck-friday-main-section.y-2024 .banner-bottom-off-text p {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: normal;
  padding: 0 0 56px; }

.blck-friday-main-section.y-2024 .best-selling-product {
  display: table;
  width: 100%; }

.blck-friday-main-section.y-2024 .best-selling-product h2 {
  text-transform: uppercase; }

.blck-friday-main-section.y-2024 .best-selling-product.below-with-details {
  margin-top: 90px; }

.blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 {
  font-weight: 700;
  font-size: 25px;
  text-transform: capitalize; }

.blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2::before {
  content: '';
  display: table;
  height: 1px;
  background: #929292;
  width: 184px;
  margin: 0 auto 33px; }

.blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 33px; }

.blck-friday-main-section.y-2024 .best-selling-product.below-with-details .bf-product-list .main-product .overlay-product .title {
  border-color: #488bbb; }

.blck-friday-main-section.y-2024 .did-you-know {
  margin: 60px 0;
  /* margin: 60px 0 106px; */ }

.blck-friday-main-section.y-2024 .did-you-know h2 {
  margin: 0 0 20px; }

.blck-friday-main-section.y-2024 .did-you-know p {
  font-weight: 500;
  letter-spacing: -0.2px;
  padding: 0 0 25px; }

.blck-friday-main-section.y-2024 .did-you-know .text-block img {
  margin-right: 10px; }

.blck-friday-main-section.y-2024 .best-selling-product .bf-product-list .main-product span.invisa-hatch-tag {
  position: absolute;
  left: 20px;
  bottom: 20px; }

@media (max-width: 1150px) {
  .blck-friday-main-section.y-2024 .banner-bottom-off-text p, .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 {
    font-size: 24px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 span {
    font-size: 31px; } }

@media (max-width: 999px) {
  .blck-friday-main-section.y-2024 .banner-bottom-off-text {
    margin: 50px auto 25px; }
  .blck-friday-main-section.y-2024 .banner {
    height: auto; }
  .blck-friday-main-section.y-2024 .banner .banner-box {
    max-width: 100%;
    position: static;
    transform: none; }
  .blck-friday-main-section.y-2024 .banner-bottom-off-text p {
    padding: 0 0 46px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details {
    margin-top: 70px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 span {
    font-size: 29px; }
  .blck-friday-main-section.y-2024 .did-you-know {
    margin: 40px 0 50px; } }

@media (max-width: 767px) {
  .blck-friday-main-section.y-2024 .banner-bottom-off-text {
    margin: 45px auto 20px; }
  .blck-friday-main-section.y-2024 .banner-bottom-off-text p {
    padding: 0 0 40px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details {
    margin-top: 60px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2::before {
    margin: 0 auto 28px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 span {
    font-size: 27px;
    margin: 5px 0 0; }
  .blck-friday-main-section.y-2024 .best-selling-product .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
    text-align: center; }
  .blck-friday-main-section.y-2024 .best-selling-product .bf-product-list {
    flex-direction: row; }
  .blck-friday-main-section.y-2024 .did-you-know {
    margin: 30px 0 20px; }
  .blck-friday-main-section.y-2024 .did-you-know h2 {
    margin: 0 0 9px; }
  .blck-friday-main-section.y-2024 .did-you-know p {
    padding: 0 0 15px; } }

@media (max-width: 480px) {
  .blck-friday-main-section.y-2024 .banner-bottom-off-text p, .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 {
    font-size: 20px; }
  .blck-friday-main-section.y-2024 .banner-bottom-off-text {
    margin: 26px auto 26px; }
  .blck-friday-main-section.y-2024 .banner-bottom-off-text p {
    padding: 0 0 30px; }
  .blck-friday-main-section.y-2024 .banner-bottom-off-text:after, .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2::before {
    width: 65px; }
  .blck-friday-main-section.y-2024 .best-selling-product h2 {
    font-size: 20px; }
  .blck-friday-main-section.y-2024 .best-selling-product h2 span {
    display: block;
    font-size: 22px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details {
    margin-top: 48px; }
  .blck-friday-main-section.y-2024 .best-selling-product.below-with-details h2 span {
    font-size: 25px; }
  .blck-friday-main-section.y-2024 .did-you-know .text-block img {
    margin: 0 0 14px;
    display: block;
    width: 100%;
    max-width: 100%; }
  .blck-friday-main-section.y-2024 .best-selling-product .bf-product-list .main-product .overlay-product .sub-product {
    min-width: 110px;
    max-width: 110px; }
  .blck-friday-main-section.y-2024 .best-selling-product .bf-product-list .main-product .overlay-product .sub-product img {
    max-height: 152px; } }

.header-menu .custom-mega-menu .navigation ul.nav li.dropdown-submenu.needsHover ul.submenu.resourcesmenu {
  overflow-y: scroll;
  padding: 12px;
  max-height: 400px; }

/* Customization Showcase */
.Architects.Customization_showcase .Find-section .container {
  max-width: 1050px; }

.Architects.Customization_showcase .Architect-banner .overle h1 {
  font-weight: 400; }

.Architects.Customization_showcase .Architect-banner .overle h1 span {
  font-weight: 700;
  color: #fff; }

.Architects.Customization_showcase .Architect-banner:before {
  display: none; }

.Architects.Customization_showcase .overle .Btn {
  margin: 31px 0 0; }

.Architects.Customization_showcase .Architect-banner .overle {
  bottom: 114px; }

.Architects.Customization_showcase .Architect-banner .overle .Btn a {
  min-width: 274px;
  padding: 8px !important; }

.Architects.Customization_showcase .Find-section {
  margin: -36px 0 76px; }

.Customization_showcase p, .Customization_showcase ul li {
  font-size: 16px;
  color: #000000; }

.Customization_showcase .heading {
  font-size: 32px;
  line-height: 43px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 47px;
  text-align: center; }

.Customization_showcase .heading .icon {
  width: auto;
  height: auto;
  display: table;
  margin: 0 auto 15px; }

.Customization_showcase .heading span.blue-txt {
  display: block;
  color: #0074d9; }

.customization-unlock-possbility {
  margin: 0 0 75px; }

.customization-unlock-possbility .cup-row {
  display: flex;
  gap: 70px; }

.customization-unlock-possbility .cup-row .cup-col {
  width: 100%; }

.customization-unlock-possbility p {
  float: left;
  width: 53%; }

.customization-unlock-possbility p.yellow-bg {
  background: #f8ce14;
  border-radius: 8px;
  padding: 42px;
  font-weight: 500;
  display: inline-block;
  max-width: 475px;
  float: right;
  width: 45%; }

.customization-unlock-possbility p.yellow-bg img.roket-img {
  float: right;
  margin: 0 -22px -30px 0; }

.Customization_showcase-lf-grid {
  margin: 0 0 112px; }

.Customization_showcase-lf-grid .cslf-row {
  display: flex;
  width: 100%; }

.Customization_showcase-lf-grid .cslf-row.rl {
  flex-direction: row-reverse; }

.Customization_showcase-lf-grid .cslf-row .cslf-col {
  width: 50%; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content {
  padding: 0 58px; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content p {
  padding: 0 0 27px; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content .list p {
  padding: 0 0 12px; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content .list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content .list ul li {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/list-check-icon.png?t=1729685149);
  background-position: 0% 8%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 32px;
  margin: 0 0 12px; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content .btn-sec {
  margin: 30px 0 0; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content .btn-sec .btn {
  background: #0074d9;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  min-width: 152px;
  min-height: 38px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-color: #0074d9; }

.Customization_showcase-lf-grid .cslf-row .cslf-col .content .btn-sec .btn:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects.Customization_showcase .Quote_today {
  margin: 0 0 107px; }

.Architects.Customization_showcase .Quote_today a.Quote-now {
  padding: 9px 21px;
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects.Customization_showcase .Quote_today a.Quote-now:hover {
  color: #fff;
  background: #0074d9;
  border-color: #0074d9; }

.Architects.Customization_showcase .Quote_today a.Quote-now:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f2b101;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px; }

.Architects.Customization_showcase .Quote_today a.Quote-now:hover:after {
  border-left: 10px solid #00559f; }

.Architects.Customization_showcase .architects-banner-img {
  display: block; }

.Architects.Customization_showcase .mobile-banner {
  display: none; }

.Architects.Customization_showcase footer {
  width: 100%;
  display: inline-block;
  background: #f1f1f1;
  padding: 62px 0; }

.Architects.Customization_showcase footer p {
  font-size: 20px; }

.Architects.Customization_showcase .Quote_today1 .Quote_today {
  margin: 20px 0 60px; }

@media (max-width: 1150px) {
  .Architects.Customization_showcase .Architect-banner {
    height: auto; }
  .Architects.Customization_showcase .Architect-banner img.architects-banner-img {
    max-width: 1530px; }
  .Architects.Customization_showcase .Architect-banner .overle h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0; }
  .Architects.Customization_showcase .Architect-banner .overle {
    bottom: 90px; }
  .customization-unlock-possbility .content.yellow-bg p .img {
    float: right;
    margin: -25px -34px; } }

@media (max-width: 999px) {
  body.Customization-Microsite-Showcase-Webpage {
    padding: 0; }
  .Architects.Customization_showcase .Architect-banner .overle {
    bottom: 70px; }
  .Architects.Customization_showcase .Architect-banner .overle h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0; }
  .Architects.Customization_showcase .overle .Btn {
    margin: 20px 0 0; }
  .Architects.Customization_showcase .Architect-banner .overle .Btn a {
    min-width: 230px;
    padding: 6px !important;
    font-size: 15px; }
  .Architects.Customization_showcase .Architect-banner img.architects-banner-img {
    max-width: 1230px; }
  .Customization_showcase .heading {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 30px; }
  .Architects.Customization_showcase .Find-section {
    margin: -35px 0 60px; }
  .customization-unlock-possbility {
    margin: 0 0 60px; }
  .customization-unlock-possbility .cup-row {
    gap: 30px; }
  .Customization_showcase p, .Customization_showcase ul li {
    font-size: 15px; }
  .Customization_showcase p {
    padding: 0 0  20px; }
  .Customization_showcase .heading .icon {
    width: 65px;
    margin: 0 auto 11px; }
  .Customization_showcase-lf-grid {
    margin: 0 0 90px; }
  .Customization_showcase-lf-grid .cslf-row {
    gap: 20px; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col .content {
    padding: 0; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col .content p {
    padding: 0 0 22px; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col .content .list ul li {
    margin: 0 0 10px;
    padding-left: 28px; }
  .Architects.Customization_showcase .Quote_today {
    margin: 0 0 90px; }
  .Architects.Customization_showcase .Quote_today1 .Quote_today {
    margin: 20px 0 60px; } }

@media (max-width: 767px) {
  .Architects.Customization_showcase .architects-banner-img {
    display: none; }
  .Architects.Customization_showcase .mobile-banner {
    display: block; }
  .Architects.Customization_showcase .Architect-banner .overle {
    bottom: 50%; }
  .Architects.Customization_showcase .Architect-banner .overle h1 {
    font-size: 18px;
    line-height: 1.1; }
  .Architects.Customization_showcase .Architect-banner .overle h1 span {
    font-size: 32px; }
  .Architects.Customization_showcase .Architect-banner .overle {
    bottom: 68px;
    height: 60%;
    flex-direction: column;
    display: flex;
    justify-content: space-between; }
  .Architects.Customization_showcase .Find-section {
    margin: -27px 0 46px; }
  .Customization_showcase .heading {
    font-size: 24px;
    margin: 0 0 24px; }
  .customization-unlock-possbility {
    margin: 0 0 40px; }
  .customization-unlock-possbility .cup-row {
    gap: 23px;
    flex-direction: column; }
  .customization-unlock-possbility p {
    width: 100%; }
  .customization-unlock-possbility p.yellow-bg {
    width: auto;
    max-width: max-content;
    border-radius: 0;
    margin: 0 -3% 20px;
    padding: 30px 3%; }
  .customization-unlock-possbility p.yellow-bg img.roket-img {
    margin: 10px 0px -30px 0; }
  .Customization_showcase-lf-grid .cslf-row, .Customization_showcase-lf-grid .cslf-row.rl {
    flex-direction: column; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col {
    width: 100%; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col .content .btn-sec .btn {
    font-size: 15px; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col .content .btn-sec {
    text-align: center; }
  .Customization_showcase-lf-grid {
    margin: 0 0 70px; }
  .Architects.Customization_showcase .Quote_today a.Quote-now {
    padding: 9px 16px; } }

@media (max-width: 480px) {
  .Architects.Customization_showcase .Find-section .box {
    width: 25%; }
  .Architects.Customization_showcase .Find-section .box:nth-child(n+4) {
    margin-top: 0 !important; }
  .Architects.Customization_showcase .Find-section .box a {
    font-size: 10px;
    line-height: 13px; }
  .Customization_showcase .heading {
    font-size: 20px; }
  .Customization_showcase .heading .icon {
    width: 50px; }
  .customization-unlock-possbility {
    margin: 0 0 33px; }
  .customization-unlock-possbility p.yellow-bg {
    padding: 20px 3%; }
  .customization-unlock-possbility p.yellow-bg img.roket-img {
    margin: 0;
    max-width: 64px; }
  .Customization_showcase-lf-grid .cslf-row .cslf-col .content .list ul li {
    padding-left: 25px;
    margin: 0 0 8px;
    background-size: 17px;
    background-position: 0% 3px; }
  iframe.ps-pnf-iframe-wrapper {
    /* display: none !important; */ } }

/* Customizition Roof Hatches */
.Architects.Customization_roof_hatches .Architect-banner .overle {
  display: flex;
  bottom: 60px;
  align-items: center;
  gap: 0 10px; }

.Architects.Customization_roof_hatches .Architect-banner .overle .Btn a {
  min-width: 235px;
  font-size: 17px; }

.Architects.Customization_roof_hatches .Architect-banner .overle .Btn a.Product-selector {
  background: #0074d9;
  border-color: #0074d9; }

.Architects.Customization_roof_hatches .Architect-banner .overle .Btn a.fire-rated-roof-hatches-btn {
  background: rgba(0, 0, 0, 0.7); }

.Architects.Customization_roof_hatches .Architect-banner .overle .Btn a.fire-rated-roof-hatches-btn:hover, .Architects.Customization_roof_hatches .Architect-banner .overle .Btn a.Product-selector:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects.Customization_roof_hatches .Architect-banner .overle p {
  padding-bottom: 8px; }

.Architects.Customization_roof_hatches .Architect-banner .overle p img.mobile {
  display: none; }

.Architects.Customization_roof_hatches .Architect-banner img.architects-banner-img-mobile {
  display: none; }

.Customization_roof_hatches .heading {
  position: relative;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  margin: 0 0 26px; }

.Customization_roof_hatches .heading span {
  color: #ffd600; }

.Customization_roof_hatches .rfh-accoridan-sec .heading {
  color: #0074d9; }

.Customization_roof_hatches p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000; }

.rfh-do-you-need {
  text-align: center; }

.rfh-do-you-need .heading {
  margin: 0 0 30px; }

.rfh-do-you-need .heading:after {
  content: '';
  width: 178px;
  background: #ffd600;
  display: table;
  margin: 35px auto 0;
  height: 3px; }

.rfh-do-you-need p {
  max-width: 1090px;
  margin: auto;
  text-align: center;
  font-weight: 400; }

.rfh-showcase {
  margin: 0 0 40px; }

.rfh-showcase .bg-img {
  position: relative; }

.rfh-showcase .bg-img > img.mobile {
  display: none; }

.rfh-showcase .overlay-content {
  position: absolute;
  right: 90px;
  top: 65px;
  max-width: 620px;
  text-align: right; }

.rfh-showcase .overlay-content .content h2 {
  color: #fff;
  text-align: right;
  margin: 0 0 16px; }

.rfh-showcase .overlay-content .content ul.rfh-links {
  list-style: none;
  padding: 0;
  margin: 0 0 13px; }

.rfh-showcase .overlay-content .content ul.rfh-links li {
  display: inline-block;
  margin-left: 10px; }

.rfh-showcase .overlay-content .content ul.rfh-links li + li::before {
  content: '|';
  color: #045ba9;
  position: relative;
  left: -5px;
  top: 1px;
  font-weight: bold;
  font-size: 20px; }

.rfh-showcase .overlay-content .content ul.rfh-links li a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  pointer-events: none; }

.rfh-showcase .overlay-content .content ul.rfh-links li a:hover {
  color: #ffd600; }

.rfh-showcase .overlay-content .content p {
  color: #fff;
  text-align: right;
  font-size: 18px;
  padding: 0 0 23px; }

.rfh-showcase .overlay-content .content .top-selling-link {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: flex-end; }

.rfh-showcase .overlay-content .content .top-selling-link .text {
  color: #fff;
  font-size: 20px; }

.rfh-showcase .overlay-content .content .top-selling-link .text span {
  font-weight: bold;
  color: #ffd600;
  display: inline-flex;
  align-items: center;
  gap: 10px; }

.rfh-showcase .overlay-content .content .top-selling-link .btn-sec a {
  color: #fff;
  background: #0074d9;
  font-size: 18px;
  font-weight: 700;
  padding: 9.5px;
  min-width: 166px;
  display: inline-block;
  text-align: center;
  border-radius: 4px; }

.rfh-showcase .overlay-content .content .top-selling-link .btn-sec a:hover {
  background: #ffd600;
  color: #000; }

.rfh-accoridan-sec .rfh-accordian {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.rfh-accoridan-sec .rfh-accordian-title {
  display: table;
  margin: 0 auto 0; }

.rfh-accoridan-sec .rfh-accordian-title span.rfh-icon {
  display: table;
  margin: 0 auto 25px; }

.rfh-accoridan-sec .rfh-accordian-title strong {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  position: relative;
  padding-right: 38px; }

.rfh-accoridan-sec .rfh-accordian-title strong:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  margin: 7px 0 0;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s; }

.rfh-accoridan-sec .rfh-accordian-title.active strong:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  margin: -6px 0 0; }

.rfh-accoridan-sec .rfh-accordian-content {
  margin-top: 47px; }

.rfh-accoridan-sec .rfh-accordian-content .slider {
  float: left;
  width: 46.6%; }

.rfh-accoridan-sec .rfh-accordian-content .slider .owl-carousel .item img {
  width: 100%;
  border-radius: 8px; }

.rfh-accordian-content .slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px; }

.rfh-accordian-content .slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 12px; }

.rfh-accordian-content .slider .owl-carousel .owl-nav button svg {
  width: 15px;
  height: 25px;
  fill: #0677da;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s; }

.rfh-accoridan-sec.floor-access-hatches .rfh-accordian-box:last-child .rfh-accordian-content .slider .owl-carousel .owl-nav button svg {
  /* fill: #0677da; */ }

.rfh-accordian-content .slider .owl-carousel .owl-nav button:hover svg {
  fill: #ffd600; }

.rfh-accoridan-sec .rfh-accordian-content .content {
  float: right;
  width: 53.4%;
  padding-left: 34px; }

.rfh-accoridan-sec .rfh-accordian-content .content.yellow-bg {
  float: left;
  width: 46.6%;
  background: #ffd600;
  clear: left;
  border-radius: 15px;
  margin-top: 5px;
  padding: 25px 20px;
  min-height: 200px; }

.rfh-accoridan-sec .rfh-accordian-content .content .title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 11px;
  letter-spacing: -0.4px; }

.rfh-accoridan-sec .rfh-accordian-content .content .title span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 90%;
  color: #0074d9;
  margin: 0 0 6px; }

.rfh-accoridan-sec .rfh-accordian-content .content p {
  padding: 0;
  font-weight: 400;
  line-height: 24px; }

.rfh-accoridan-sec .rfh-accordian-content .content.yellow-bg p img {
  margin-right: 5px; }

.rfh-accoridan-sec .rfh-accordian-content .content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.rfh-accoridan-sec .rfh-accordian-content .content ul li {
  font-size: 14px;
  color: #000000;
  margin: 5px 0 0;
  line-height: 18px;
  letter-spacing: -0.3px; }

.rfh-accoridan-sec .rfh-accordian-content .content .text-block + .text-block {
  margin-top: 15px; }

.rfh-accoridan-sec .rfh-accordian-content .btn-sec.mobile {
  display: none; }

.rfh-accoridan-sec .rfh-accordian-content .btn-sec .btn {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: 1px solid #0074d9;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 25px 0 0;
  padding: 6px 23px; }

.rfh-accoridan-sec .rfh-accordian-content .btn-sec .btn:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.rfh-accoridan-sec .rfh-accordian-box {
  float: left;
  width: 100%;
  margin: 0 0 90px; }

.rfh-accoridan-sec.floor-access-hatches .rfh-accordian-content .content.yellow-bg {
  min-height: auto;
  background: #0677da; }

.rfh-accoridan-sec.floor-access-hatches .rfh-accordian-content .content.yellow-bg p, .rfh-accoridan-sec.floor-access-hatches .rfh-accordian-content .content.yellow-bg ul li {
  color: #fff; }

.rfh-accoridan-sec.floor-access-hatches .rfh-accordian-content .content.yellow-bg p img {
  filter: invert(1); }

.rfh-accoridan-sec.floor-access-hatches .rfh-accordian-content .btn-sec .btn {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.rfh-accoridan-sec.floor-access-hatches .rfh-accordian-content .btn-sec .btn:hover {
  color: #ffffff;
  background: #0074d9;
  border-color: #0074d9; }

.rfh-accoridan-sec .rfh-accordian-box#AllWeather .rfh-accordian-content .content .btn-sec {
  margin: 45px 0 0; }

.rfh-accoridan-sec .rfh-accordian-box#FlatRoof .rfh-accordian-content .content .btn-sec {
  margin: 52px 0 0; }

.rfh-accoridan-sec .rfh-accordian-box#Equipment .rfh-accordian-content .content .btn-sec {
  margin: 16px 0 0; }

.rfh-accoridan-sec .rfh-accordian-box#Retrofit .rfh-accordian-content .content .btn-sec {
  margin: 94px 0 0; }

.rfh-accoridan-sec .rfh-accordian-box#Limited .rfh-accordian-content .content .btn-sec {
  margin: 112px 0 0; }

.rfh-accoridan-sec .rfh-accordian-box#Concealed .rfh-accordian-content .content .btn-sec {
  margin: 58px 0 0; }

.rfh-accoridan-sec .rfh-accordian-box#Flush .rfh-accordian-content .content .btn-sec {
  margin: 70px 0 0; }

.rfh-customization-solution .container > p {
  text-align: center; }

.rfh-icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  max-width: 1080px;
  margin: auto; }

.rfh-icon-grid .box {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 24px; }

.rfh-icon-grid .box:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right; }

.rfh-icon-grid .box p {
  padding: 0;
  margin: 0; }

.rfh-icon-grid .box p strong {
  display: block;
  margin: 0 0 2px; }

.rfh-icon-grid .box .rfh-icon {
  min-width: 63px; }

.rfh-customization-solution {
  margin: 0 0 90px; }

.rfh-customization-option .heading span {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0677da; }

.Architects.Customization_roof_hatches footer {
  padding: 0 0 60px; }

.practicle-application {
  background: #0074d9;
  padding: 70px 0; }

.practicle-application .container {
  max-width: 1130px; }

.practicle-application .heading {
  color: #fff;
  margin: 0 0 65px; }

.practicle-application .grid-box {
  display: flex;
  gap: 70px; }

.practicle-application .grid-box .box {
  width: calc(33.33% - 47px);
  text-align: center; }

.practicle-application .grid-box .box .rfh-icon {
  margin: 0 0 18px; }

.practicle-application .grid-box .box .content {
  color: #fff; }

.practicle-application .grid-box .box .content strong {
  display: block;
  margin: 0 0 5px; }

@media (max-width: 1150px) {
  .Customization_roof_hatches .heading {
    font-size: 30px; }
  .Customization_roof_hatches p {
    font-size: 15px; }
  .Architects.Customization_roof_hatches .overle h1 {
    font-size: 40px;
    line-height: 1; }
  .Architects.Customization_roof_hatches .Architect-banner .overle .img {
    max-width: 280px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle p {
    font-size: 20px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle .Btn a {
    min-width: 200px;
    font-size: 15px;
    padding: 6.5px 15px !important; }
  .rfh-showcase .overlay-content .content .top-selling-link .btn-sec a {
    font-size: 16px;
    padding: 7px;
    min-width: 150px; }
  .rfh-showcase .overlay-content {
    right: 30px;
    top: 13%;
    max-width: 550px; }
  .rfh-showcase .overlay-content .content h2 {
    margin: 0 0 12px;
    font-size: 26px; }
  .rfh-showcase .overlay-content .content ul.rfh-links li a, .rfh-showcase .overlay-content .content ul.rfh-links li + li::before {
    font-size: 18px; }
  .rfh-showcase .overlay-content .content p {
    font-size: 16px;
    padding: 0 0 20px; }
  .rfh-showcase .overlay-content .content .top-selling-link .text {
    font-size: 18px; }
  .rfh-showcase .overlay-content .content .top-selling-link .text span img {
    width: 18px; }
  .rfh-accoridan-sec .rfh-accordian-title strong {
    font-size: 22px; }
  .rfh-accoridan-sec .rfh-accordian-content .content .title {
    font-size: 18px; }
  .rfh-accoridan-sec .rfh-accordian-content .btn-sec .btn {
    font-size: 16px; }
  .rfh-customization-option .heading span {
    font-size: 23px; }
  .Architects.Customization_roof_hatches .Quote_today h2 {
    font-size: 30px; }
  .Architects.Customization_roof_hatches .Quote_today ul.quote_list li {
    font-size: 18px; }
  .Architects.Customization_roof_hatches footer {
    padding: 0 0 40px; }
  .practicle-application {
    padding: 50px 0; }
  .practicle-application .grid-box .box .content {
    font-size: 15px; }
  .practicle-application .heading {
    margin: 0 0 50px; }
  .rfh-accoridan-sec .rfh-accordian-box#AllWeather .rfh-accordian-content .content .btn-sec, .rfh-accoridan-sec .rfh-accordian-box#FlatRoof .rfh-accordian-content .content .btn-sec, .rfh-accoridan-sec .rfh-accordian-box#Equipment .rfh-accordian-content .content .btn-sec, .rfh-accoridan-sec .rfh-accordian-box#Retrofit .rfh-accordian-content .content .btn-sec, .rfh-accoridan-sec .rfh-accordian-box#Limited .rfh-accordian-content .content .btn-sec, .rfh-accoridan-sec .rfh-accordian-box#Concealed .rfh-accordian-content .content .btn-sec, .rfh-accoridan-sec .rfh-accordian-box#Flush .rfh-accordian-content .content .btn-sec {
    margin: 0; } }

@media (max-width: 999px) {
  body.Customization-Roof-Hatches-and-Floor-Access-Covers-Webpage {
    padding-top: 0; }
  .Customization_roof_hatches .heading {
    font-size: 28px; }
  .Customization_roof_hatches p {
    font-size: 14px;
    line-height: normal; }
  .Architects.Customization_roof_hatches .overle h1 {
    font-size: 30px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle .img {
    max-width: 210px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle p {
    font-size: 17px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle .Btn a {
    min-width: auto;
    font-size: 14px;
    padding: 6px 10px !important; }
  .Customization_roof_hatches .heading {
    font-size: 28px; }
  .rfh-do-you-need .heading:after {
    width: 158px;
    margin: 30px auto 0; }
  .rfh-showcase {
    margin: 0 0 30px; }
  .rfh-showcase .overlay-content {
    right: 20px;
    top: 13%;
    max-width: 420px; }
  .rfh-showcase .overlay-content .content h2 {
    margin: 0 0 10px;
    font-size: 20px; }
  .rfh-showcase .overlay-content .content ul.rfh-links {
    margin: 0 0 10px; }
  .rfh-showcase .overlay-content .content ul.rfh-links li a, .rfh-showcase .overlay-content .content ul.rfh-links li + li::before {
    font-size: 13px; }
  .rfh-showcase .overlay-content .content p {
    font-size: 13px;
    padding: 0 0 15px;
    line-height: normal; }
  .rfh-showcase .overlay-content .content .top-selling-link .text {
    font-size: 13px; }
  .rfh-showcase .overlay-content .content .top-selling-link .text span img {
    width: 15px; }
  .rfh-showcase .overlay-content .content .top-selling-link .btn-sec a {
    font-size: 13px;
    padding: 4px;
    min-width: 120px; }
  .rfh-accoridan-sec .rfh-accordian-title strong {
    font-size: 20px; }
  .rfh-accoridan-sec .rfh-accordian-title span.rfh-icon {
    margin: 0 auto 15px;
    max-width: 60px; }
  .rfh-accoridan-sec .rfh-accordian-content {
    margin-top: 35px; }
  .rfh-accoridan-sec .rfh-accordian-box {
    margin: 0 0 60px; }
  .rfh-accoridan-sec .rfh-accordian-content .content {
    padding-left: 24px; }
  .rfh-accoridan-sec .rfh-accordian-content .content .title {
    font-size: 16px; }
  .rfh-accoridan-sec .rfh-accordian-content .content ul li {
    font-size: 13px;
    margin: 3px 0 0; }
  .rfh-accoridan-sec .rfh-accordian-content .content p {
    line-height: normal; }
  .rfh-accoridan-sec .rfh-accordian-content .content.yellow-bg p img {
    width: 25px; }
  .rfh-accoridan-sec .rfh-accordian-content .btn-sec .btn {
    font-size: 14px;
    margin: 15px 0 0; }
  .rfh-accoridan-sec .rfh-accordian-content .content .text-block + .text-block {
    margin-top: 12px; }
  .rfh-customization-option .heading span {
    font-size: 20px; }
  .rfh-customization-solution {
    margin: 0 0 60px; }
  .Architects.Customization_roof_hatches .Quote_today h2 {
    font-size: 28px; }
  .Architects.Customization_roof_hatches .Quote_today ul.quote_list li {
    font-size: 16px; }
  .Architects.Customization_roof_hatches footer p {
    font-size: 14px;
    line-height: normal; }
  .practicle-application {
    padding: 40px 0; }
  .practicle-application .heading {
    margin: 0 0 40px; }
  .practicle-application .grid-box {
    gap: 10px; }
  .practicle-application .grid-box .box {
    width: calc(33.33% - 0px); }
  .practicle-application .grid-box .box .content {
    font-size: 14px;
    line-height: normal; }
  .Customization_roof_hatches.Customization_lockers .Quote_today iframe {
    height: 1473px !important; } }

@media (max-width: 767px) {
  .Customization_roof_hatches .heading {
    font-size: 25px; }
  .Architects.Customization_roof_hatches .Architect-banner img.architects-banner-img-mobile, .Architects.Customization_roof_hatches .Architect-banner .overle p img.mobile {
    display: block; }
  .Architects.Customization_roof_hatches .Architect-banner img.architects-banner-img, .Architects.Customization_roof_hatches .Architect-banner .overle .img {
    display: none; }
  .Architects.Customization_roof_hatches .Architect-banner {
    height: auto;
    max-height: 700px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle h1 {
    font-size: 28px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle p {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    padding: 0 0 23px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle p img {
    max-width: 140px; }
  .Architects .Architect-banner .overle .Btn {
    gap: 10px; }
  .Architects.Customization_roof_hatches .Architect-banner .overle .Btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
  .Architects.Customization_roof_hatches .Architect-banner .overle .Btn a {
    width: 100%;
    margin: 0; }
  .Architects.Customization_roof_hatches .Architect-banner .overle {
    max-width: 302px; }
  .rfh-showcase .bg-img > img {
    display: none; }
  .rfh-showcase .bg-img > img.mobile {
    display: block; }
  .rfh-showcase .overlay-content {
    right: 20px;
    max-width: 100%;
    left: 20px; }
  .rfh-showcase .overlay-content .content h2 {
    margin: 0 auto 10px;
    font-size: 16px;
    text-align: center;
    max-width: 310px; }
  .rfh-showcase .overlay-content .content ul.rfh-links {
    margin: 0 0 10px;
    display: inline-block; }
  .rfh-showcase .overlay-content .content ul.rfh-links li {
    display: block; }
  .rfh-showcase .overlay-content .content ul.rfh-links li a {
    float: right;
    clear: both; }
  .rfh-showcase .overlay-content .content ul.rfh-links li + li::before {
    font-size: 0;
    height: 2px;
    width: 100px;
    background: #045ba9;
    float: right;
    clear: both;
    left: 0;
    top: 0;
    margin: 3px 0; }
  .rfh-showcase .overlay-content .content {
    display: flex;
    flex-direction: column; }
  .rfh-showcase .overlay-content .content p {
    padding: 0 0 15px;
    line-height: normal;
    max-width: 132px;
    margin-left: auto; }
  .rfh-showcase .overlay-content .content .top-selling-link {
    align-items: flex-end;
    gap: 10px;
    justify-content: flex-end;
    flex-direction: column; }
  .rfh-accoridan-sec .rfh-accordian-content .slider {
    width: auto;
    float: none;
    margin: 0 -3% 10px; }
  .rfh-accoridan-sec .rfh-accordian-content .content {
    padding-left: 0;
    width: 100%;
    float: none; }
  .rfh-accoridan-sec .rfh-accordian-content .content.yellow-bg {
    width: auto;
    float: none;
    margin: 20px -3% 0;
    border-radius: 0;
    min-height: auto; }
  .rfh-accoridan-sec .rfh-accordian-content .content.yellow-bg p img {
    width: 22px; }
  .rfh-accoridan-sec .rfh-accordian-content .btn-sec {
    display: none; }
  .rfh-accoridan-sec .rfh-accordian-content .btn-sec.mobile {
    display: block;
    text-align: center; }
  .Architects.Customization_roof_hatches .Quote_today h2 {
    font-size: 25px; }
  .Architects.Customization_roof_hatches .Quote_today h2 br {
    display: none; }
  .Architects.Customization_roof_hatches .Quote_today ul.quote_list li {
    font-size: 13px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    line-height: normal;
    text-align: left;
    gap: 10px; }
  .Architects.Customization_roof_hatches .Quote_today ul.quote_list li img {
    margin: 0 0 5px !important; }
  .rfh-icon-grid {
    gap: 25px 40px; }
  .rfh-icon-grid .box, .rfh-icon-grid .box:nth-child(odd) {
    width: 100%;
    gap: 7px;
    flex-direction: column;
    text-align: center; }
  .practicle-application .grid-box .box .rfh-icon {
    width: 60px;
    margin: 0 auto 18px; } }

@media (max-width: 480px) {
  .Architects.Customization_roof_hatches .Find-section .box {
    width: 25%; }
  .Architects.Customization_roof_hatches .Find-section .box:nth-child(n+4) {
    margin-top: 0 !important; }
  .Architects.Customization_roof_hatches .Find-section .box:nth-child(n+5) {
    margin-top: 22px !important; }
  .Customization_roof_hatches .heading {
    font-size: 22px; }
  .rfh-do-you-need .heading:after {
    width: 130px;
    margin: 20px auto 0; }
  .rfh-do-you-need .heading {
    max-width: 300px;
    margin: 0 auto 22px; }
  .rfh-showcase .overlay-content .content .top-selling-link {
    align-items: center; }
  .rfh-showcase .overlay-content {
    top: 50%;
    transform: translateY(-50%); }
  .rfh-accoridan-sec .rfh-accordian-title strong {
    font-size: 14px; }
  .rfh-accoridan-sec .rfh-accordian-content {
    margin-top: 15px; }
  .rfh-accoridan-sec .rfh-accordian-title span.rfh-icon {
    max-width: 50px; }
  .rfh-accoridan-sec .rfh-accordian-box {
    margin: 0 0 40px; }
  .rfh-accordian-content .slider .owl-carousel .owl-nav button svg {
    width: 10px;
    height: 20px; }
  .rfh-customization-option .heading span {
    font-size: 18px; }
  .rfh-icon-grid .box .rfh-icon {
    min-width: 53px;
    max-width: 53px; }
  .rfh-customization-solution {
    margin: 0 0 40px; }
  .Architects.Customization_roof_hatches .Quote_today h2 {
    font-size: 22px; }
  .Architects.Customization_roof_hatches .Quote_today ul.quote_list {
    max-width: 270px; }
  .Architects.Customization_roof_hatches .Quote_today ul.quote_list li {
    font-size: 11px; }
  .practicle-application .heading {
    margin: 0 0 30px; }
  .practicle-application .grid-box {
    gap: 10px;
    flex-direction: column; }
  .practicle-application .grid-box .box {
    width: 100%;
    display: flex;
    text-align: left;
    gap: 15px; }
  .practicle-application .grid-box .box .content {
    font-size: 13px; }
  .practicle-application .grid-box .box .content strong {
    margin: 0; }
  .practicle-application .grid-box .box .rfh-icon {
    width: 50px; }
  .Customization_roof_hatches.Customization_lockers .Quote_today iframe {
    height: 1582px !important; } }

/************** Fire Rated Roof Hatches **************/
.Architects.Customization_lockers.spinoff-microsite header.New-header .header_right .Keyword-serch .Request_quote,
.Architects.Customization_lockers.spinoff-microsite header.New-header.fixed-header .header_right .Keyword-serch .Request_quote {
  margin: 0 0 0 25px; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner {
  overflow: visible;
  height: auto; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.architects-banner-img {
  min-height: 593px;
  object-fit: cover;
  width: 100%; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.mobile-banner {
  display: none; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner:before {
  display: none; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  bottom: 0;
  z-index: 11; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner:after {
  content: '';
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/spinoff-banner-product-bg.png?t=1732171064");
  background-size: 795px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 534px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: bottom right -138px;
  max-width: 1150px;
  margin: auto;
  right: 0;
  mix-blend-mode: exclusion; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .content {
  width: calc(100% - 468px);
  padding-bottom: 41px;
  max-width: 691px; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
  max-width: 468px;
  position: relative;
  padding-left: 40px;
  margin-bottom: -33px;
  margin-left: auto; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 {
  font-size: 45px;
  margin: 0 0 30px;
  letter-spacing: -0.4px; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 span {
  display: block;
  letter-spacing: 0px;
  font-weight: 700; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner {
  padding: 0;
  margin: 0 0 13px;
  display: flex;
  list-style: none; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after {
  content: '|';
  color: #0074d9;
  font-size: 24.52px;
  font-weight: 700;
  margin: 0 7px; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li a {
  color: #fff;
  font-size: 24.52px;
  font-weight: 700; }

.Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle p {
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  color: #fff; }

.fully-customization-roof-hatch {
  margin: 109px 0 56px; }

.fully-customization-roof-hatch h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  color: #000000;
  letter-spacing: normal;
  margin: 0 auto 57px;
  max-width: 685px;
  text-align: center; }

.fully-customization-roof-hatch h2 span {
  color: #0074d9; }

.fully-customization-roof-hatch p {
  font-size: 16px;
  color: #000000;
  line-height: 24px; }

.fully-customization-roof-hatch p .blue {
  color: #0074d9;
  display: block;
  font-size: 20px;
  margin: 0 0 9px; }

.fully-customization-roof-hatch .content-row {
  display: flex;
  flex-wrap: wrap; }

.fully-customization-roof-hatch .content-row .col {
  width: 100%; }

.fully-customization-roof-hatch .content-row .col p {
  padding: 0 0 42px;
  float: left;
  width: 50%; }

.fully-customization-roof-hatch .content-row .col p.mobile-img {
  float: right;
  padding-left: 40px; }

.fully-customization-roof-hatch .content-row .col img {
  display: block;
  margin: auto; }

.roof-hatch-lr-content .content-row {
  display: flex;
  flex-wrap: wrap;
  padding: 47px 0 51px;
  position: relative;
  margin: 0 0 59px; }

.roof-hatch-lr-content .content-row:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 157px);
  background: #0074d9;
  border-radius: 15px;
  z-index: -1; }

.roof-hatch-lr-content .content-row .col {
  width: 55%; }

.roof-hatch-lr-content .content-row .col:first-child {
  width: 45%; }

.roof-hatch-lr-content .content-row.key-feature .col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

.roof-hatch-lr-content .content-row.key-feature .col img {
  margin-bottom: -16px; }

.roof-hatch-lr-content .content-row .content {
  padding: 0 40px 0; }

.roof-hatch-lr-content .content-row .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 23px;
  color: #fff; }

.roof-hatch-lr-content .content-row ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.roof-hatch-lr-content .content-row ul li {
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  line-height: 20px; }

.roof-hatch-lr-content .content-row ul li + li {
  margin-top: 9px; }

.roof-hatch-lr-content .content-row p {
  padding: 0;
  font-size: 14px;
  color: #fff; }

.roof-hatch-lr-content .content-row:nth-child(even) {
  flex-direction: row-reverse;
  padding: 40px 0 37px; }

.roof-hatch-lr-content .content-row:nth-child(even):after {
  left: 0;
  background: #ffd600; }

.roof-hatch-lr-content .content-row:nth-child(even) .title {
  margin: 0 0 15px; }

.roof-hatch-lr-content .content-row:nth-child(even) p, .roof-hatch-lr-content .content-row:nth-child(even) li, .roof-hatch-lr-content .content-row:nth-child(even) .title {
  color: #000000; }

.roof-hatch-lr-content .content-row p.size {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 11px; }

.roof-hatch-lr-content .content-row p.size span:not(:last-child)::after {
  content: '|';
  margin: 0 30px 0 37px; }

.roof-hatch-lr-content .content-row:nth-child(even) .col {
  width: 63%; }

.roof-hatch-lr-content .content-row:nth-child(even) .col:first-child {
  width: 37%; }

.roof-hatch-lr-content .content-row ul.check-list {
  margin-top: 8px; }

.roof-hatch-lr-content .content-row ul.check-list li {
  display: flex;
  align-items: center; }

.roof-hatch-lr-content .content-row ul.check-list li + li {
  margin-top: 4px; }

.roof-hatch-lr-content .content-row ul.check-list li:before {
  content: '';
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/rf-h-check-icon.png");
  min-width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 15px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px; }

.roof-hatch-lr-content .content-row:nth-child(even) .col:first-child {
  width: 37%;
  height: 399px;
  margin: -60px 0 -40px; }

.spinoff-microsite .Quote_today {
  margin: 54px 0 75px; }

.spinoff-microsite .Quote_today .container {
  max-width: 820px; }

.spinoff-microsite .Quote_today h2 {
  font-size: 24px;
  margin: 0 0 23px; }

.spinoff-microsite .Quote_today p {
  padding: 0 0 38px; }

.spinoff-microsite .Quote_today a.Quote-now {
  font-size: 17px;
  padding: 8px 16px 7px; }

/************** Fire Rated Roof Hatches Responsive **************/
@media (max-width: 1250px) {
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 {
    font-size: 40px;
    line-height: 47px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li a, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle p {
    font-size: 21px; } }

@media (max-width: 1150px) {
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner:after {
    height: 100%; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
    max-width: 350px;
    padding-left: 20px;
    margin-bottom: -20px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .content {
    width: calc(100% - 350px);
    padding-bottom: 30px;
    max-width: 583px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 {
    font-size: 38px;
    line-height: 43px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.architects-banner-img {
    min-height: 520px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li a, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle p {
    font-size: 19px; }
  .fully-customization-roof-hatch {
    margin: 90px 0 45px; }
  .fully-customization-roof-hatch h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 auto 50px; }
  .fully-customization-roof-hatch p {
    font-size: 15px;
    line-height: 23px; }
  .fully-customization-roof-hatch p .blue {
    font-size: 19px;
    margin: 0 0 8px; }
  .fully-customization-roof-hatch .content-row .col p {
    padding: 0 0 35px; }
  .roof-hatch-lr-content .content-row p.size {
    font-size: 20px; }
  .spinoff-microsite .Quote_today {
    margin: 34px 0 60px; } }

@media (max-width: 999px) {
  body.type-page.Customization-Fire-Rated-Roof-Hatches-Webpage {
    padding-top: 0; }
  .Architects.Customization_lockers.spinoff-microsite header.New-header .header_right .Keyword-serch .Request_quote, .Architects.Customization_lockers.spinoff-microsite header.New-header.fixed-header .header_right .Keyword-serch .Request_quote {
    margin: 0; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner:after {
    height: 100%;
    background-size: 570px;
    width: 100%;
    background-position: bottom right -62px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.architects-banner-img {
    min-height: 450px;
    transform: none;
    left: 0; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 15px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .content {
    width: calc(100% - 290px);
    max-width: 428px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
    max-width: 290px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner {
    margin: 0 0 9px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after {
    margin: 0 5px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li a, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle p {
    font-size: 14px; }
  .fully-customization-roof-hatch h2 {
    font-size: 26px;
    line-height: normal;
    margin: 0 auto 45px; }
  .fully-customization-roof-hatch {
    margin: 70px 0 35px; }
  .fully-customization-roof-hatch p {
    font-size: 14px;
    line-height: normal; }
  .fully-customization-roof-hatch .content-row .col p {
    padding: 0 0 25px; }
  .fully-customization-roof-hatch p .blue {
    font-size: 17px;
    margin: 0 0 7px; }
  .roof-hatch-lr-content .content-row .content {
    padding: 0 30px 0; }
  .roof-hatch-lr-content .content-row .title {
    font-size: 18px;
    margin: 0 0 18px; }
  .roof-hatch-lr-content .content-row ul li, .roof-hatch-lr-content .content-row p {
    font-size: 13px;
    line-height: normal; }
  .roof-hatch-lr-content .content-row:nth-child(even) .title {
    margin: 0 0 10px; }
  .roof-hatch-lr-content .content-row p.size {
    font-size: 16px;
    margin: 7px 0 8px; }
  .roof-hatch-lr-content .content-row p.size span:not(:last-child)::after {
    margin: 0 20px 0 27px; }
  .spinoff-microsite .Quote_today h2 {
    font-size: 22px;
    margin: 0 0 20px; }
  .spinoff-microsite .Quote_today p {
    font-size: 14px; } }

@media (max-width: 767px) {
  .Architects.Customization_lockers.spinoff-microsite header.New-header .Logo {
    margin-top: -60px;
    width: 90px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.architects-banner-img {
    display: none; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.mobile-banner {
    display: block;
    max-height: 680px;
    object-fit: cover;
    object-position: bottom; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner:after {
    background-size: 570px;
    background-position: bottom center;
    width: 100%; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner {
    justify-content: center; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
    margin: auto; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
    max-width: 290px;
    margin: auto;
    margin-bottom: -63px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img img {
    margin-left: 50px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .content {
    margin: auto;
    width: 100%; }
  .fully-customization-roof-hatch h2 {
    font-size: 22px;
    margin: 0 auto 10px; }
  .fully-customization-roof-hatch .content-row .col {
    width: 100%; }
  .fully-customization-roof-hatch .content-row .col p {
    width: 100%; }
  .fully-customization-roof-hatch .content-row .col p.mobile-img {
    padding-left: 0;
    margin-bottom: 6px; }
  .fully-customization-roof-hatch .content-row .col p.mobile-img img {
    max-width: 300px;
    margin: auto; }
  .fully-customization-roof-hatch {
    margin: 80px 0 35px; }
  .roof-hatch-lr-content .content-row.key-feature .col, .roof-hatch-lr-content .content-row .col:first-child, .roof-hatch-lr-content .content-row:nth-child(even) .col:first-child, .roof-hatch-lr-content .content-row:nth-child(even) .col {
    width: 100%; }
  .roof-hatch-lr-content .content-row:after {
    width: 100%; }
  .roof-hatch-lr-content .content-row .col img, .roof-hatch-lr-content .content-row.key-feature .col img {
    margin: -30px auto 30px;
    display: block;
    max-width: 85%; }
  .roof-hatch-lr-content .content-row, .roof-hatch-lr-content .content-row:nth-child(even) {
    padding: 0 0 40px;
    margin: 0 0 11px; }
  .roof-hatch-lr-content .content-row:nth-child(even) .col:first-child {
    height: auto;
    margin: 0; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .Request_quote a {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 15px;
    padding: 6px 15px;
    line-height: normal;
    color: #f3e9d0;
    background: #0074d9;
    border: 1px solid #0074d9;
    border-radius: 5px;
    letter-spacing: 0;
    outline: none;
    display: inline-block;
    margin: 17px 0 0;
    min-width: 209px; } }

@media (max-width: 480px) {
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.mobile-banner {
    max-height: 650px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 {
    font-size: 26px;
    margin: 0 0 10px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
    max-width: 250px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img img {
    margin-left: 30px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li a, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after {
    font-size: 11px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after {
    margin: 0 3px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .content {
    padding-bottom: 20px; }
  .fully-customization-roof-hatch h2 {
    font-size: 20px; }
  .fully-customization-roof-hatch h2 span {
    display: block; }
  .fully-customization-roof-hatch p .blue {
    font-size: 15px; }
  .roof-hatch-lr-content .content-row .content {
    padding: 0 20px 0; }
  .roof-hatch-lr-content .content-row .title {
    font-size: 15px;
    margin: 0 0 11px; }
  .roof-hatch-lr-content .content-row p.size {
    font-size: 15px;
    margin: 7px 0 8px; }
  .roof-hatch-lr-content .content-row p.size span:not(:last-child)::after {
    margin: 0 5px 0 9px; }
  .roof-hatch-lr-content .content-row ul.check-list li {
    align-items: flex-start; }
  .roof-hatch-lr-content .content-row ul.check-list li:before {
    margin-top: 4px; }
  .spinoff-microsite .Quote_today {
    margin: 27px 0 40px; }
  .spinoff-microsite .Quote_today h2 {
    font-size: 20px;
    margin: 0 auto 13px;
    max-width: 262px; }
  .spinoff-microsite .Quote_today a.Quote-now {
    min-width: 222px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner:after {
    background-size: 540px; }
  .Architects.Customization_lockers.spinoff-microsite .Quote_today iframe {
    height: 1334px !important; } }

@media (max-width: 350px) {
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner > img.mobile-banner {
    max-height: 560px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle h1 {
    font-size: 22px;
    margin: 0 0 5px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li a, .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner li:not(:last-child)::after {
    font-size: 10px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .content {
    padding-bottom: 15px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img {
    max-width: 230px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle ul.links-banner {
    margin: 0 0 5px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle p {
    font-size: 12px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .Request_quote a {
    font-size: 14px;
    margin: 12px 0 0; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner:after {
    background-size: 450px; }
  .Architects.Customization_lockers.spinoff-microsite .Architect-banner .overle .img img {
    margin-left: 25px; } }

/*************** Women In Construction ***************/
.Architects.Women_construction header.New-header .header_right .Menu ul li {
  margin-right: 40px; }

.Architects.Women_construction header.New-header .header_right .Menu ul li:last-child {
  margin-right: 0; }

.Architects.Women_construction header.New-header.fixed-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.Architects.Women_construction .Architect-banner:before {
  display: none; }

.Architects.Women_construction .Architect-banner .overle {
  bottom: 85px; }

.Architects.Women_construction .Architect-banner .overle h1 {
  font-size: 55px;
  line-height: 66px; }

.Architects.Women_construction .Architect-banner .overle h1 span {
  color: #ffd600; }

.Architects.Women_construction .Architect-banner .overle p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 0 37px; }

.Architects.Women_construction .Architect-banner .overle .Btn a:hover {
  color: #ffffff;
  background: #0074d9;
  border-color: #0074d9; }

.Architects.Women_construction .Architect-banner .overle .Btn a.Download-book {
  color: #ffffff;
  background: #0074d9;
  border-color: #0074d9; }

.Architects.Women_construction .Architect-banner .overle .Btn a.Download-book:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border-color: #ffffff; }

.Architects.Women_construction .Find-section {
  margin: -24px 0 72px; }

.Women_construction .Title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Women_construction .Title h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #0074d9;
  letter-spacing: 0.384px;
  margin: 0 0 46px; }

.Women_construction .Title h2 span {
  color: #000000; }

.Women_construction .Title.Small img.women-construction-find-icon {
  margin: 0 0 19px; }

.Women_construction .Title.Small h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 35px; }

.Women_construction .Title p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 43px; }

.Soroptimist-international {
  width: 100%;
  display: inline-block;
  margin: 0 0 75px; }

.Soroptimist-international .box-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Soroptimist-international .box-section .box-left {
  width: calc(100% - 690px);
  float: left; }

.Soroptimist-international .box-section .box-left img {
  float: left;
  margin-right: 25px; }

.Soroptimist-international .box-section .box-right {
  width: 665px;
  float: right;
  border: 2px solid #ffd600;
  border-radius: 10px;
  display: inline-block;
  max-height: 410px;
  overflow: hidden;
  overflow-y: auto;
  padding: 25px 43px 0 24px; }

.Soroptimist-international .box-section .box-right .content {
  width: calc(100% - 190px);
  float: left; }

.Soroptimist-international .box-section .box-right .image {
  float: right; }

.Soroptimist-international .box-section p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 20px; }

.Soroptimist-international .box-section p b {
  font-family: 'Poppins';
  font-weight: 700; }

.Soroptimist-international .box-section p a {
  color: #0074d9;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px; }

.Soroptimist-international .box-section p a:hover {
  color: #ffd600; }

.Soroptimist-international .box-section h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 0 11px; }

.Soroptimist-international .box-section h3 span {
  color: #0074d9; }

.Soroptimist-international .box-section ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0 0 25px; }

.Soroptimist-international .box-section ul li {
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0 0 14px; }

.Soroptimist-international .box-section ul li b {
  font-family: 'Poppins';
  font-weight: 700; }

.Soroptimist-international .box-section ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0074d9;
  border-radius: 50%; }

.Soroptimist-international .box-section ul li:last-child {
  margin: 0; }

.Soroptimist-international .box-section .box-right .Customizable-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title {
  display: none; }

.Spotlight-women {
  width: 100%;
  display: inline-block;
  margin: 0 0 90px; }

.Spotlight-women .Title h2 {
  margin: 0 0 35px; }

.Spotlight-women .box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0; }

.Spotlight-women .box-section .Customizable-box {
  width: calc(50% - 9px);
  float: left; }

.Spotlight-women .box-section .Customizable-box:nth-child(even) {
  margin-left: 18px; }

.Spotlight-women .box-section .Customizable-box:nth-child(n+3) {
  margin-top: 55px; }

.Spotlight-women .box-section .Customizable-box .Customizable-title {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-title img {
  width: 100%;
  border-radius: 8px; }

.Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 50px 15px 20px; }

.Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  cursor: pointer;
  margin: 0 0 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-title.active .Title-box:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  margin: -10px 0 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box span {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #ffd500;
  letter-spacing: 0;
  width: 55px;
  float: left;
  margin: 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0;
  float: left;
  width: calc(100% - 55px);
  cursor: pointer;
  margin: 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3 b {
  font-family: 'Poppins';
  font-weight: 700; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box {
  width: 100%;
  display: inline-block;
  margin: 18px 0 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 16px; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box p b {
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 20px; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 22px; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content span {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 0; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content a.Read-more {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  background: #ffd500;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 2.5px 16px; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content a.Read-more:hover {
  color: #ffffff;
  background: #0074d9; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #0074d9;
  border-radius: 50%;
  display: inline-block; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content p {
  padding: 0 0 10px; }

.Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content + .Box_content {
  margin-top: 24px; }

.Simplify-project {
  width: 100%;
  display: inline-block;
  margin: 0 0 100px; }

.Simplify-project .Customizable-box .Customizable-title {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.288px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 25px; }

.Simplify-project .Customizable-box .Customizable-title span {
  position: relative;
  cursor: pointer; }

.Simplify-project .Customizable-box .Customizable-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 8px 0 0; }

.Simplify-project .Customizable-box .Customizable-title.active span:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -4px 0 0; }

.Simplify-project .Product-selector {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Simplify-project .Product-selector .Selector-tool {
  width: 100%;
  display: inline-block;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/product-selector-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 0 112px 50px 100px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution {
  width: 100%;
  display: inline-block;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/access-solution-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
  padding: 55px 61px 44px;
  margin: 0 0 50px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 33px;
  line-height: 1.3;
  color: #ffd700;
  letter-spacing: 0.396px;
  text-align: center;
  margin: 0 0 18px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 32px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 49px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  float: left;
  margin: 0; }

.Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly img.serch-desktop {
  float: left;
  margin-left: -19px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly img.serch-mobile {
  display: none; }

.Simplify-project .Product-selector .Selector-tool .Access-solution a.Use-tool {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 8px 41px; }

.Simplify-project .Product-selector .Selector-tool .Access-solution a.Use-tool:hover {
  color: #ffffff;
  background: #0074d9; }

.Simplify-project .Product-selector .Selector-tool .Product_slider {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-nav.disabled {
  display: block; }

.Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -45px; }

.Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -45px; }

.Interactive-quiz {
  width: 100%;
  display: inline-block;
  margin: 0 0 100px; }

.Interactive-quiz h2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 19px;
  line-height: normal;
  color: #0074d9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 3px; }

.Interactive-quiz .Customizable-box .Customizable-title h3 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  display: table;
  margin: 0 auto;
  cursor: pointer; }

.Interactive-quiz .Customizable-box .Customizable-title h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  cursor: pointer;
  margin: 8px 0 0; }

.Interactive-quiz .Customizable-box .Customizable-title.active h3:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -4px 0 0; }

#Quiz.Interactive-quiz .Customizable-box .Question_career {
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 42px 0 63px;
  margin: 27px 0 0; }

#Quiz2.Interactive-quiz .Customizable-box .Question_career {
  width: 100%;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 42px 0 63px;
  margin: 27px 0 0; }

.Interactive-quiz .Customizable-box .Question_career h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  text-transform: initial;
  margin: 0 0 35px; }

.Interactive-quiz .Customizable-box .Question_career .box-section {
  max-width: 835px;
  margin: 0 auto; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box {
  position: relative;
  width: calc(50% - 12.5px);
  float: left;
  background: #ffd700;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  padding: 20px 25px;
  cursor: pointer; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box:nth-child(even) {
  margin-left: 25px; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box:nth-child(n+3) {
  margin-top: 15px; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box span {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 50%;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin-right: 19px; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  padding: 0; }

/* .Interactive-quiz .Customizable-box .Question_career .box-section .box a:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; } */
.Interactive-quiz .Customizable-box .Question_career .box-section .box:hover {
  background: #0074d9; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box:hover span {
  color: #0074d9;
  background: #ffffff; }

.Interactive-quiz .Customizable-box .Question_career .box-section .box:hover p {
  color: #ffffff; }

/* 3-12-24 */
.Interactive-quiz .Customizable-box .Question_career .box-section {
  display: table; }

.Interactive-quiz .Customizable-box .Question_career .box-section.answer .box {
  width: 100%;
  margin: 30px 0 0;
  background: #0074d9;
  display: none;
  cursor: auto; }

.Interactive-quiz .Customizable-box .Question_career .box-section.answer .box.active {
  display: flex; }

.Interactive-quiz .Customizable-box .Question_career .box-section.answer .box p, .Interactive-quiz .Customizable-box .Question_career .box-section.answer .box a {
  color: #fff; }

.Interactive-quiz .Customizable-box .Question_career .box-section.answer .box p a {
  word-break: break-all; }

.Interactive-quiz .Customizable-box .Question_career .box-section.answer .box span {
  min-width: 35px;
  background: #ffd700;
  color: #000; }

.Interactive-quiz .next-btn {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.Interactive-quiz .next-btn button {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: #ffd500;
  border: 1px solid #ffd500;
  border-radius: 8px;
  display: inline-block;
  padding: 5px 29px;
  margin: 0; }

.Interactive-quiz .next-btn button:hover {
  background: #0074d9;
  border-color: #0074d9;
  color: #fff; }

.Interactive-quiz .next-btn button.prev {
  background: #0074d9;
  border-color: #0074d9;
  color: #fff; }

.Interactive-quiz .next-btn button.prev:hover {
  color: #000000;
  background: #ffd500;
  border-color: #ffd500; }

.How-become {
  width: 100%;
  display: inline-block;
  margin: 0 0 107px; }

.How-become h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 38px; }

.How-become .box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0; }

.How-become .box-section .Customizable-box {
  width: calc(50% - 12px);
  float: left; }

.How-become .box-section .Customizable-box:nth-child(even) {
  margin-left: 24px; }

.How-become .box-section .Customizable-box:nth-child(n+3) {
  margin-top: 60px; }

.How-become .box-section .Customizable-box .Customizable-title {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.How-become .box-section .Customizable-box .Customizable-title img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer; }

.How-become .box-section .Customizable-box .Customizable-title .Title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 18px; }

.How-become .box-section .Customizable-box .Customizable-title .Title-box h3 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
  display: table;
  text-align: center;
  margin: 0 auto; }

.How-become .box-section .Customizable-box .Customizable-title .Title-box h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -37px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  cursor: pointer;
  margin: 8px 0 0; }

.How-become .box-section .Customizable-box .Customizable-title.active .Title-box h3:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -4px 0 0; }

.How-become .box-section .Customizable-box .content-box {
  width: 100%;
  display: inline-block;
  padding-right: 30px;
  margin: 24px 0 0; }

.How-become .box-section .Customizable-box .content-box span {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #0074d9;
  letter-spacing: 0;
  margin: 0 0 0; }

.How-become .box-section .Customizable-box .content-box p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 15px; }

.How-become .box-section .Customizable-box .content-box ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0 10px 0 0;
  margin: 5px 0 35px; }

.How-become .box-section .Customizable-box .content-box ul li {
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  width: 100%;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 10px; }

.How-become .box-section .Customizable-box .content-box ul li b {
  font-family: 'Poppins';
  font-weight: 700; }

.How-become .box-section .Customizable-box .content-box ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd500; }

.How-become .box-section .Customizable-box .content-box ul li:last-child {
  margin: 0; }

.How-become .box-section .Customizable-box .content-box .Box_scroll {
  width: 100%;
  display: inline-block;
  border: 2px solid #ffd600;
  border-radius: 10px;
  max-height: 265px;
  overflow: hidden;
  overflow-y: auto;
  padding: 29px 44px 15px; }

.How-become .box-section .Customizable-box .content-box .Box_scroll h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 7px; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 0; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li {
  padding: 0 0 0 18px;
  margin: 0 0 0; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0074d9; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li span {
  color: #000000;
  display: block;
  margin: 0 0 3px; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li p {
  padding: 0 0 5px; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li p b {
  font-family: 'Poppins';
  font-weight: 700; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li a.Read_more {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  background: #ffd500;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 0 16px;
  padding: 2.5px 16px; }

.How-become .box-section .Customizable-box .content-box .Box_scroll ul li a.Read_more:hover {
  color: #ffffff;
  background: #0074d9; }

.How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box {
  width: 100%;
  display: inline-block;
  float: initial;
  margin: 0; }

.How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-content .content-box {
  padding: 0;
  margin: 0; }

.Job-board {
  width: 100%;
  display: inline-block;
  margin: 0 0 118px; }

.Job-board .Customizable-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Job-board .Customizable-box + .Customizable-box {
  margin-top: 75px; }

.Job-board .Customizable-box .Customizable-title {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.288px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 34px; }

.Job-board .Customizable-box .Customizable-title span {
  position: relative;
  cursor: pointer; }

.Job-board .Customizable-box .Customizable-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -32px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 6px 0 0; }

.Job-board .Customizable-box .Customizable-title.active span:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -6px 0 0; }

.Job-board .Customizable-box .Customizable-content .box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0; }

.Job-board .Customizable-box .Customizable-content .box-section .box {
  width: calc(50% - 14px);
  float: left; }

.Job-board .Customizable-box .Customizable-content .box-section .box:nth-child(even) {
  margin-left: 28px; }

.Job-board .Customizable-box .Customizable-content .box-section .box:nth-child(n+3) {
  margin-top: 27px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .Title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffd600;
  border-radius: 8px 8px 0 0;
  text-align: left;
  min-height: 88px;
  margin: 0 0 10px;
  padding: 16px 28px 16px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .Title:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 37px;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/blue-pin.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 56px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .Title h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  letter-spacing: -0.1px;
  max-width: 400px;
  margin: 0; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: space-between;
  background: #f5f5f5;
  border-radius: 0 0 8px 8px;
  padding: 24px 67px 30px 27px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 22px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content p b {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn .Website, .Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn .Contact {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 5px 15px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn .Website img {
  float: left;
  margin-right: 11px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn .Contact {
  color: #000000;
  background: #ffd500; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn .Contact img {
  float: left;
  margin-right: 9px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn a {
  float: left;
  margin-right: 17px; }

.Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn a:last-child {
  margin-right: 0; }

.Job-board .Customizable-box .Customizable-content .box-section .box.Blue .Title {
  background: #0074d9; }

.Job-board .Customizable-box .Customizable-content .box-section .box.Blue .Title h3 {
  color: #ffffff; }

.Job-board .Customizable-box .Customizable-content .box-section .box.Blue .Title:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 37px;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/yellow-pin.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 56px; }

.Job-board .Customizable-box .Customizable-content .box-section .box.Blue .content {
  padding-right: 45px; }

.Workwear-equipment {
  width: 100%;
  display: inline-block;
  margin: 0 0 100px; }

.Workwear-equipment .Serch_section {
  width: auto;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center; }

.Workwear-equipment .Serch_section .box {
  float: left;
  margin-right: 15px; }

.Workwear-equipment .Serch_section .box select {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #0074d9 url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/women-construction-select-arrow-down.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 91%;
  letter-spacing: 0;
  border: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  min-width: 350px;
  padding: 11.5px 32px 11.5px 22px; }

.Workwear-equipment .Serch_section .box select:focus {
  background: #0074d9 url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/women-construction-select-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 91%; }

.Workwear-equipment .Serch_section .box select option {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none; }

.Workwear-equipment .Serch_section .box select option[selected] {
  color: #0074d9; }

.Workwear-equipment .Serch_section .box select option:hover {
  color: #000000;
  background: #f5f5f5; }

.Workwear-equipment .Serch_section a.Find-btn {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: #ffd500;
  border: 1px solid #ffd500;
  border-radius: 8px;
  display: inline-block;
  padding: 5px 29px; }

.Workwear-equipment .Serch_section a.Find-btn img {
  margin-right: 16px; }

.Workwear-equipment .Serch_section a.Find-btn:hover {
  background: transparent; }

.Workwear-construction {
  width: 100%;
  display: inline-block;
  margin: 0 0 61px; }

.Workwear-construction .box-section {
  width: auto;
  max-width: 890px;
  display: table;
  margin: 0 auto; }

.Workwear-construction .box-section .Customizable-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Workwear-construction .box-section .Customizable-box:nth-child(n+2) {
  margin-top: 52px; }

.Workwear-construction .box-section .Customizable-box:nth-child(even) .Customizable-content .content-box .Box:nth-child(odd) {
  background: transparent; }

.Workwear-construction .box-section .Customizable-box:nth-child(even) .Customizable-content .content-box .Box:nth-child(even) {
  background: #f5f5f5; }

.Workwear-construction .box-section .Customizable-box .Customizable-title h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.288px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px; }

.Workwear-construction .box-section .Customizable-box .Customizable-title h3 span {
  position: relative;
  cursor: pointer; }

.Workwear-construction .box-section .Customizable-box .Customizable-title h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 7px 0 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-title.active h3 span:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -5px 0 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box {
  width: 100%;
  display: inline-block;
  margin: 0 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box {
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 21px 24px;
  flex-direction: row;
  flex-wrap: wrap; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box:nth-child(n+2) {
  margin-top: 10px; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box:nth-child(odd) {
  background: #f5f5f5; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-title {
  width: 250px;
  float: left;
  padding: 0 20px 0 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0;
  margin: 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content {
  position: relative;
  width: calc(100% - 356px);
  float: left;
  padding: 14px 0 12px 28px; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #ffd500; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 0;
  max-width: 420px;
  padding: 0 0 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn {
  width: 106px;
  float: right; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn .Website, .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn .Contact {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 26px;
  margin: 0 0 10px;
  padding: 5px 15px; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn a.Contact {
  color: #000000;
  background: #ffd500;
  margin: 0; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn .Website img {
  float: left;
  margin-right: 11px; }

.Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn a.Contact img {
  float: left;
  margin-right: 9px; }

.Resources-stay {
  width: 100%;
  display: inline-block;
  margin: 0 0 90px; }

.Resources-stay h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #0074d9;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 18px; }

.Resources-stay h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 32px; }

.Resources-stay p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  max-width: 790px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 52px; }

.Resources-stay .Industry-articles {
  width: 100%;
  max-width: 1032px;
  display: table;
  margin: 0 auto 117px; }

.Resources-stay .Industry-articles .box {
  width: calc(50% - 9px);
  float: left; }

.Resources-stay .Industry-articles .box:nth-child(even) {
  margin-left: 18px; }

.Resources-stay .Industry-articles .box h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  text-transform: initial;
  margin: 0 0 22px; }

.Resources-stay .Industry-articles .box .Box_scroll {
  width: 100%;
  display: inline-block;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  height: 273px;
  overflow: hidden;
  overflow-y: auto;
  padding: 36px 50px 36px 34px; }

.Resources-stay .Industry-articles .box .Box_scroll h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.334;
  color: #0074d9;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 11px; }

.Resources-stay .Industry-articles .box .Box_scroll p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  max-width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 0 21px; }

.Resources-stay .Industry-articles .box .Box_scroll .Read_more {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  background: #ffd500;
  border: none;
  border-radius: 5px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 0 39px;
  padding: 2.5px 16px; }

.Resources-stay .Industry-articles .box .Box_scroll .Read_more:hover {
  color: #ffffff;
  background: #0074d9; }

.Resources-stay .Industry-articles .box .Box_scroll .Website {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 106px;
  height: 26px;
  margin: 0 0 39px;
  padding: 5px 15px; }

.Resources-stay .Industry-articles .box .Box_scroll .Website img {
  float: left;
  margin-right: 11px; }

.Resources-stay .Industry-articles .box .Box_scroll .Website:hover {
  color: #ffffff;
  background: #050505; }

.Resources-stay .Women-resource {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 103px; }

.Resources-stay .Women-resource .image, .Resources-stay .Women-resource .content {
  width: calc(50% - 30px);
  float: left; }

.Resources-stay .Women-resource .image img {
  width: 100%;
  border-radius: 5px; }

.Resources-stay .Women-resource .content {
  margin-left: 60px;
  padding-right: 35px; }

.Resources-stay .Women-resource .content h2 {
  text-align: left;
  margin: 0 0 23px; }

.Resources-stay .Women-resource .content p {
  max-width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 0 26px; }

.Resources-stay .Women-resource .content .Serch_select {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Resources-stay .Women-resource .content .Serch_select .box {
  width: calc(50% - 6px);
  float: left; }

.Resources-stay .Women-resource .content .Serch_select .box:nth-child(even) {
  margin-left: 12px; }

.Resources-stay .Women-resource .content .Serch_select .box select {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  background: #ffd700 url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/women-resource-select-arrow.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90%;
  letter-spacing: 0;
  border: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  outline: none;
  padding: 16.5px 24px; }

.Resources-stay .Women-resource .content .Serch_select .box select:focus {
  background: #ffd700 url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/women-resource-select-arrow-up.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90%; }

.Resources-stay .Women-resource .content .Serch_select .box select option {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  text-align: left; }

.Resources-stay .Women-resource .content .Serch_select .box select option[selected] {
  color: #0074d9; }

.Resources-stay .Women-resource .content .Serch_select .box select option:hover {
  color: #000000;
  background: #f5f5f5; }

.Resources-stay .Women-resource .content .Serch_select .Search_btn {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 8px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 19px 0 0;
  padding: 15px; }

.Resources-stay .Women-resource .content .Serch_select .Search_btn:hover {
  color: #000000;
  background: #ffd700; }

.Resources-stay .Women-resource.Support-organization {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 0 37px; }

.Resources-stay .Women-resource.Support-organization .content {
  margin-left: 0;
  margin-right: 60px; }

.Resources-stay .Women-resource.Support-organization .content p {
  padding: 0; }

.Resources-stay .Support-financial {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Resources-stay .Support-financial .Customizable-box {
  width: calc(50% - 27.5px);
  float: left; }

.Resources-stay .Support-financial .Customizable-box:nth-child(even) {
  margin-left: 55px; }

.Resources-stay .Support-financial .Customizable-box .Customizable-title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  text-transform: initial;
  margin: 0 0 15px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll {
  width: 100%;
  display: inline-block;
  border: 2px solid #ffd500;
  border-radius: 8px;
  height: 273px;
  overflow: hidden;
  overflow-y: auto;
  padding: 23px 30px 23px 24px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0074d9;
  letter-spacing: 0;
  text-align: left;
  text-transform: initial;
  margin: 0 0 12px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll p {
  max-width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 0 10px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll p b {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn {
  width: 100%;
  display: inline-block;
  margin: 0 0 40px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a.Website, .Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a.Contact {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 5px 15px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a.Contact {
  color: #000000;
  background: #ffd500; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a {
  float: left;
  margin-right: 17px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a:last-child {
  margin-right: 0; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a.Website img {
  float: left;
  margin-right: 11px; }

.Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a.Contact img {
  float: left;
  margin-right: 9px; }

.Empowering-construction {
  width: 100%;
  display: inline-block;
  margin: 0 0 125px; }

.Empowering-construction .box-section {
  width: 100%;
  max-width: 815px;
  background: #f1f1f1;
  border-radius: 8px;
  display: table;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 35px auto 0;
  padding: 0 0 0; }

.Empowering-construction .box-section .image {
  width: 340px;
  float: right;
  margin: -46px 0 -75px 0; }

.Empowering-construction .box-section .content {
  width: calc(100% - 340px);
  float: left;
  padding: 0 50px 0 80px; }

.Empowering-construction .box-section .content h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 39px; }

.Empowering-construction .box-section .content h2 b {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.Empowering-construction .box-section .content .Download-btn {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  background: #0074d9;
  border: none;
  border-radius: 5px;
  display: inline-block;
  padding: 10.5px 33px; }

.Empowering-construction .box-section .content .Download-btn:hover {
  color: #000000;
  background: #ffd600; }

.FAQs-Beginners {
  width: 100%;
  display: inline-block;
  margin: 0 0 92px; }

.FAQs-Beginners .container {
  max-width: 1029px; }

.FAQs-Beginners .Customizable-box .Customizable-title h2 {
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.312px;
  text-align: center;
  display: table;
  cursor: pointer;
  margin: 0 auto 33px; }

.FAQs-Beginners .Customizable-box .Customizable-title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -36px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  cursor: pointer;
  margin: 8px 0 0; }

.FAQs-Beginners .Customizable-box .Customizable-title.active h2:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -4px 0 0; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box:nth-child(n+2) {
  margin-top: 26px; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title {
  position: relative;
  width: 100%;
  display: inline-block;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 12px 29px; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  cursor: pointer;
  margin: 0 0 0; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 38px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  cursor: pointer;
  margin: 7px 0 0; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title.active h3:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -5px 0 0; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-content .content-box {
  width: 100%;
  display: inline-block;
  padding: 14px 20px 0; }

.FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-content .content-box p:last-child {
  padding: 0; }

.Mentorship-construction {
  width: 100%;
  display: inline-block;
  margin: 0 0 86px; }

.Mentorship-construction .container {
  max-width: 1108px; }

.Mentorship-construction h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 65px; }

.Mentorship-construction .box-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0; }

.Mentorship-construction .box-section .Customizable-box {
  width: calc(50% - 40px);
  float: left; }

.Mentorship-construction .box-section .Customizable-box:nth-child(even) {
  margin-left: 80px; }

.Mentorship-construction .box-section .Customizable-box:nth-child(n+3) {
  margin-top: 50px; }

.Mentorship-construction .box-section .Customizable-box .Customizable-title {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #ffd500;
  padding: 0 60px 18px 0; }

.Mentorship-construction .box-section .Customizable-box .Customizable-title h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.667;
  color: #000000;
  letter-spacing: 0;
  cursor: pointer;
  margin: 0 0 0; }

.Mentorship-construction .box-section .Customizable-box .Customizable-title:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #0074d9;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 6px 0 0; }

.Mentorship-construction .box-section .Customizable-box .Customizable-title.active:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #0074d9;
  margin: -6px 0 0; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 10px; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section p b {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section p a {
  color: #0074d9;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section .Btn {
  width: 100%;
  display: inline-block;
  margin: 8px 0 0; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section .Btn .How-apply {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 5px;
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 12px; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section .Btn .Contact {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  background: #ffd500;
  border-radius: 5px;
  display: flex;
  align-items: center;
  float: left;
  height: 26px;
  padding: 5px 15px; }

.Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section .Btn .Contact img {
  float: left;
  margin-right: 9px; }

.Networking-events {
  width: 100%;
  display: flex;
  align-items: center;
  background: #0074d9;
  border-radius: 8px;
  margin: 0 0 80px;
  padding: 19px 22px; }

.Networking-events .image {
  width: 50%;
  float: left; }

.Networking-events .image img {
  width: 100%;
  border-radius: 8px; }

.Networking-events .content {
  width: 50%;
  float: right;
  padding: 0 20px 0 45px; }

.Networking-events .content h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0 0 33px; }

.Networking-events .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 0 24px; }

.Networking-events .content p:last-child {
  padding: 0; }

.Events-conference {
  width: 100%;
  display: inline-block;
  margin: 0 0 95px; }

.Events-conference .container {
  max-width: 790px; }

.Events-conference h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 33px; }

.Events-conference .owl-carousel .item .Item-box {
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 8px;
  min-height: 375px;
  padding: 34px 94px 51px; }

.Events-conference .owl-carousel .item .Item-box h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 40px 13px 0; }

.Events-conference .owl-carousel .item .Item-box hr {
  border-top: 2px solid #0074d9;
  padding: 0;
  margin: 0 0 23px; }

.Events-conference .owl-carousel .item .Item-box p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 9px; }

.Events-conference .owl-carousel .item .Item-box p b {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.Events-conference .owl-carousel .item .Item-box .Btn {
  width: 100%;
  display: inline-block;
  margin: 24px 0 0; }

.Events-conference .owl-carousel .item .Item-box .Btn .Website, .Events-conference .owl-carousel .item .Item-box .Btn .Contact {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #0074d9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 5px 15px; }

.Events-conference .owl-carousel .item .Item-box .Btn .Contact {
  color: #000000;
  background: #ffd500; }

.Events-conference .owl-carousel .item .Item-box .Btn .Website img {
  width: auto;
  float: left;
  margin-right: 11px; }

.Events-conference .owl-carousel .item .Item-box .Btn .Contact img {
  width: auto;
  float: left;
  margin-right: 9px; }

.Events-conference .owl-carousel .item .Item-box .Btn a {
  float: left;
  margin-right: 17px; }

.Events-conference .owl-carousel .item .Item-box .Btn a:last-child {
  margin-right: 0; }

.Events-conference .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 19px; }

.Events-conference .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 19px; }

.Training-development {
  width: 100%;
  display: inline-block;
  margin: 0 0 94px; }

.Training-development .container {
  max-width: 1136px; }

.Training-development .Title.Small h2 {
  margin: 0 0 19px; }

.Training-development .Title.Small p {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 54px; }

.Training-development .Customizable-box .Customizable-title h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 49px; }

.Training-development .Customizable-box .Customizable-title h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -36px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-top: 11px solid #ffd600;
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  cursor: pointer;
  margin: 6px 0 0; }

.Training-development .Customizable-box .Customizable-title.active h3 span:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid #ffd600;
  margin: -6px 0 0; }

.Training-development .Customizable-box .Customizable-title h3 span {
  position: relative;
  cursor: pointer;
  display: inline-block; }

.Training-development .Customizable-box .Training-specialized {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Training-development .Customizable-box .Training-specialized .Customizable-box {
  width: calc(50% - 28px);
  float: left; }

.Training-development .Customizable-box .Training-specialized .Customizable-box:nth-child(even) {
  margin-left: 56px; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 21px; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 span:before {
  opacity: 0;
  visibility: hidden; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll {
  width: 100%;
  display: inline-block;
  border: 2px solid #ffd500;
  border-radius: 8px;
  height: 448px;
  overflow: hidden;
  overflow-y: auto;
  padding: 33px 29px 23px 23px; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0074d9;
  letter-spacing: 0;
  margin: 0 0 10px; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 10px; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll p b {
  font-family: Poppins;
  font-weight: 700;
  color: #000000; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll p a {
  color: #0074d9; }

.Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll p a:hover {
  color: #ffd500; }

.Construction-directorie {
  width: 100%;
  display: inline-block;
  margin: 0 0 75px; }

.Construction-directorie .Title p {
  max-width: 900px; }

.Construction-directorie .box-section {
  width: 100%;
  display: inline-block;
  margin: 6px 0 0; }

.Construction-directorie .box-section .image {
  width: 429px;
  float: left; }

.Construction-directorie .box-section .image img {
  width: 100%;
  border-radius: 8px; }

.Construction-directorie .box-section .content {
  width: calc(100% - 480px);
  float: right; }

.Construction-directorie .box-section .content h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.46;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 20px; }

.Construction-directorie .box-section .content p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 24px; }

.Construction-directorie .box-section .content ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 19px; }

.Construction-directorie .box-section .content ul li {
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  list-style: none;
  padding: 0 0 0 23px;
  margin: 0 0 5px; }

.Construction-directorie .box-section .content p a {
  color: #0074d9;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px; }

.Construction-directorie .box-section .content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/li-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px; }

.Construction-directorie .box-section .content ul li:last-child {
  margin: 0; }

.Construction-directorie .box-section .content p a:hover {
  color: #ffd500; }

.Construction-directorie .box-section .content h3:nth-child(n+2) {
  margin-top: 29px; }

.ContactUs {
  width: 100%;
  display: inline-block;
  margin: 0 0 75px; }

.ContactUs .Title p {
  max-width: 890px; }

.ContactUs .box-section {
  width: 100%;
  display: inline-block;
  margin: 8px 0 0; }

.ContactUs .box-section .image {
  width: 429px;
  float: right; }

.ContactUs .box-section .image img {
  width: 100%;
  border-radius: 8px; }

.ContactUs .box-section .content {
  width: calc(100% - 463px);
  float: left; }

.ContactUs .box-section .content h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.46;
  color: #000000;
  letter-spacing: 0;
  margin: -5px 0 37px; }

.ContactUs .box-section .content p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 24px; }

.ContactUs .box-section .content p a {
  color: #0074d9;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px; }

.ContactUs .box-section .content p b {
  font-family: 'Poppins';
  font-weight: 700; }

.ContactUs .box-section .content p a:hover {
  color: #ffd500; }

.ContactUs .box-section .content p:last-child {
  padding: 0; }

.Backto-top {
  position: fixed;
  bottom: 10px;
  right: 14%;
  -webkit-animation: action 1s infinite  alternate;
  animation: action 1s infinite  alternate; }

.Backto-top img {
  max-width: 60px;
  cursor: pointer; }

@-webkit-keyframes action {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

@keyframes action {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

/********** Responsive **********/
@media (max-width: 1850px) {
  .Backto-top {
    right: 12%; } }

@media (max-width: 1650px) {
  .Backto-top {
    right: 8%; } }

@media (max-width: 1450px) {
  .Backto-top {
    right: 5%; } }

@media (max-width: 1366px) {
  .Backto-top {
    right: 10px;
    bottom: 80px; } }

@media (max-width: 1150px) {
  .Architects.Women_construction header.New-header .header_right .Menu ul li {
    margin-right: 35px; }
  .Architects.Women_construction .Architect-banner .overle h1 {
    font-size: 50px;
    line-height: 60px; }
  .Architects.Women_construction .Architect-banner .overle p {
    padding: 0 0 35px; }
  .Architects.Women_construction .Find-section {
    margin: -24px 0 70px; }
  .Architects .Find-section .box a {
    font-size: 19px; }
  .Architects .Find-section .box img {
    margin: 0 auto 10px; }
  .Women_construction .Title h2 {
    font-size: 30px;
    margin: 0 0 42px; }
  .Soroptimist-international .box-section .box-left {
    width: calc(100% - 500px); }
  .Soroptimist-international .box-section .box-right {
    width: 480px;
    max-height: 410px;
    padding: 20px 20px 0 20px; }
  .Soroptimist-international .box-section .box-left img {
    float: left;
    margin-right: 15px; }
  .Soroptimist-international .box-section .box-right .content {
    width: calc(100% - 165px); }
  .Soroptimist-international .box-section .box-right .image {
    width: 150px; }
  .Soroptimist-international, .Spotlight-women, .Resources-stay, .FAQs-Beginners, .Networking-events, .Events-conference, .Construction-directorie, .ContactUs {
    margin: 0 0 70px; }
  .Spotlight-women .Title h2 {
    margin: 0 0 35px; }
  .Spotlight-women .box-section .Customizable-box:nth-child(n+3) {
    margin-top: 50px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box {
    padding: 0 45px 15px 20px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box span {
    font-size: 42px;
    width: 45px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3 {
    font-size: 19px;
    line-height: 23px;
    width: calc(100% - 45px); }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3 br {
    display: none; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box {
    margin: 15px 0 0; }
  .Women_construction .Title.Small img.women-construction-find-icon {
    margin: 0 0 15px; }
  .Women_construction .Title.Small h2 {
    font-size: 23px;
    margin: 0 0 30px; }
  .Simplify-project, .Interactive-quiz, .How-become, .Job-board, .Workwear-equipment, .Resources-stay .Industry-articles, .Resources-stay .Women-resource, .Mentorship-construction, .Training-development {
    margin: 0 0 80px; }
  .Simplify-project .Customizable-box .Customizable-title {
    font-size: 23px;
    margin: 0 0 22px; }
  .Simplify-project .Product-selector .Selector-tool {
    padding: 0 70px 50px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution {
    padding: 40px;
    margin: 0 0 40px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution h2 {
    font-size: 32px;
    margin: 0 0 15px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution p {
    padding: 0 0 30px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly {
    margin: 0 0 42px; }
  .Interactive-quiz .Customizable-box .Customizable-title h3 {
    font-size: 23px; }
  .Interactive-quiz .Customizable-box .Question_career {
    padding: 35px 0 55px;
    margin: 25px 0 0; }
  .Interactive-quiz .Customizable-box .Question_career h2 {
    margin: 0 0 30px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box {
    padding: 18px 20px; }
  .How-become h2 {
    font-size: 23px;
    margin: 0 0 30px; }
  .How-become .box-section .Customizable-box:nth-child(n+3) {
    margin-top: 50px; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3 {
    font-size: 23px; }
  .How-become .box-section .Customizable-box .content-box {
    padding-right: 20px;
    margin: 20px 0 0; }
  .How-become .box-section .Customizable-box .content-box ul {
    padding: 0;
    margin: 5px 0 30px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll {
    max-height: 260px;
    padding: 25px 30px 15px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll ul {
    padding: 0 0 0 15px; }
  .Job-board .Customizable-box .Customizable-title {
    font-size: 23px;
    margin: 0 0 30px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title h3 {
    font-size: 19px;
    line-height: 27px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title {
    padding: 16px 25px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title:before, .Job-board .Customizable-box .Customizable-content .box-section .box.Blue .Title:before {
    right: 25px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content {
    padding: 22px 50px 28px 25px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content p {
    padding: 0 0 20px; }
  .Job-board .Customizable-box + .Customizable-box {
    margin-top: 60px; }
  .Women_construction .Title p {
    padding: 0 0 35px; }
  .Workwear-construction {
    margin: 0 0 60px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-title h3 {
    font-size: 23px;
    margin: 0 0 18px; }
  .Workwear-construction .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 45px; }
  .Resources-stay h2 {
    font-size: 23px;
    margin: 0 0 28px; }
  .Resources-stay p {
    padding: 0 0 40px; }
  .Resources-stay .Industry-articles .box h3 {
    font-size: 19px;
    margin: 0 0 20px; }
  .Resources-stay .Industry-articles .box .Box_scroll {
    padding: 30px; }
  .Resources-stay .Industry-articles .box .Box_scroll h2 {
    margin: 0 0 10px; }
  .Resources-stay .Industry-articles .box .Box_scroll p {
    padding: 0 0 18px; }
  .Resources-stay .Industry-articles .box .Box_scroll .Read_more, .Resources-stay .Industry-articles .box .Box_scroll .Website {
    margin: 0 0 30px; }
  .Resources-stay .Women-resource .image, .Resources-stay .Women-resource .content {
    width: calc(50% - 15px); }
  .Resources-stay .Women-resource .content {
    margin-left: 30px;
    padding-right: 0; }
  .Resources-stay .Women-resource .content h2 {
    margin: 0 0 15px; }
  .Resources-stay .Women-resource .content p {
    padding: 0 0 22px; }
  .Resources-stay .Women-resource .content .Serch_select .box select {
    padding: 14px 20px; }
  .Resources-stay .Women-resource .content .Serch_select .Search_btn {
    margin: 15px 0 0;
    padding: 12.5px; }
  .Resources-stay .Women-resource.Support-organization {
    margin: 0 0 35px; }
  .Resources-stay .Support-financial .Customizable-box {
    width: calc(50% - 15px); }
  .Resources-stay .Support-financial .Customizable-box:nth-child(even) {
    margin-left: 30px; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3 {
    max-width: 350px;
    margin: 0 auto 15px; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll {
    padding: 20px; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll h3 {
    margin: 0 0 10px; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn {
    margin: 0 0 30px; }
  .Empowering-construction {
    margin: 0 0 100px; }
  .Empowering-construction .box-section .content {
    width: calc(100% - 370px);
    padding: 0 50px 0 70px; }
  .Empowering-construction .box-section .content h2 {
    font-size: 23px;
    line-height: 29px;
    margin: 0 0 30px; }
  .FAQs-Beginners .Customizable-box .Customizable-title h2 {
    font-size: 25px;
    margin: 0 auto 30px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box:nth-child(n+2) {
    margin-top: 22px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title {
    padding: 11px 25px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-content .content-box {
    padding: 12px 18px 0; }
  .Mentorship-construction h2 {
    font-size: 23px;
    margin: 0 0 50px; }
  .Mentorship-construction .box-section .Customizable-box {
    width: calc(50% - 25px); }
  .Mentorship-construction .box-section .Customizable-box:nth-child(even) {
    margin-left: 50px; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title {
    padding: 0 50px 15px 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title h3 {
    font-size: 17px;
    line-height: 1.6; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section {
    margin: 15px 0 0; }
  .Mentorship-construction .box-section .Customizable-box:nth-child(n+3) {
    margin-top: 40px; }
  .Networking-events {
    padding: 18px 20px; }
  .Networking-events .content {
    padding: 0 10px 0 30px; }
  .Networking-events .content h2 {
    font-size: 23px;
    line-height: 33px;
    margin: 0 0 25px; }
  .Networking-events .content p {
    padding: 0 0 18px; }
  .Events-conference h2 {
    font-size: 23px;
    line-height: 33px;
    margin: 0 0 30px; }
  .Events-conference .owl-carousel .item .Item-box {
    min-height: 352px;
    padding: 30px 80px 40px; }
  .Events-conference .owl-carousel .item .Item-box hr {
    margin: 0 0 20px; }
  .Events-conference .owl-carousel .item .Item-box .Btn {
    margin: 18px 0 0; }
  .Training-development .Title.Small p {
    padding: 0 0 45px; }
  .Training-development .Customizable-box .Customizable-title h3 {
    margin: 0 0 40px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box {
    width: calc(50% - 25px); }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 {
    margin: 0 0 20px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box:nth-child(even) {
    margin-left: 50px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll {
    padding: 25px; }
  .Construction-directorie .box-section .content {
    width: calc(100% - 460px); }
  .Construction-directorie .box-section .content h3 {
    font-size: 23px;
    margin: 0 0 15px; }
  .Construction-directorie .box-section .content p {
    padding: 0 0 20px; }
  .Construction-directorie .box-section .content ul {
    margin: 0 0 15px; }
  .Construction-directorie .box-section .content h3:nth-child(n+2) {
    margin-top: 20px; }
  .ContactUs .box-section .content h3 {
    font-size: 23px;
    margin: -5px 0 20px; }
  .ContactUs .box-section .content p {
    padding: 0 0 20px; } }

@media (max-width: 999px) {
  body.Best-Access-for-women-in-construction-Webpage {
    padding-top: 0; }
  .Architects.Women_construction .Architect-banner .overle {
    bottom: 70px; }
  .Architects.Women_construction .Architect-banner .overle h1 {
    font-size: 42px;
    line-height: 52px; }
  .Architects.Women_construction .Architect-banner .overle p {
    padding: 0 0 25px; }
  .Architects.Women_construction .Find-section {
    margin: -24px 0 60px; }
  .Architects .Find-section .box span {
    display: none; }
  .Architects .Find-section .box a {
    font-size: 18px; }
  .Women_construction .Title h2 {
    font-size: 27px;
    margin: 0 0 35px; }
  .Soroptimist-international .box-section .box-left {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 10px; }
  .Soroptimist-international .box-section .box-right {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Soroptimist-international, .Spotlight-women, .Resources-stay, .FAQs-Beginners, .Networking-events, .Events-conference, .Construction-directorie, .ContactUs {
    margin: 0 0 60px; }
  .Spotlight-women .Title h2 {
    margin: 0 0 32px; }
  .Spotlight-women .box-section .Customizable-box {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Spotlight-women .box-section .Customizable-box:nth-child(even) {
    margin-left: 0; }
  .Spotlight-women .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 35px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box {
    display: flex;
    align-items: center; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content + .Box_content {
    margin-top: 22px; }
  .Simplify-project .Product-selector .Selector-tool {
    padding: 0 60px 40px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution {
    padding: 30px;
    margin: 0 0 35px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution h2 {
    font-size: 30px;
    margin: 0 0 12px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution p {
    padding: 0 0 25px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly {
    margin: 0 0 35px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly h3 {
    font-size: 19px;
    line-height: 23px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution a.Use-tool {
    padding: 8px 35px; }
  .Simplify-project, .Interactive-quiz, .How-become, .Job-board, .Workwear-equipment, .Resources-stay .Industry-articles, .Resources-stay .Women-resource, .Mentorship-construction, .Training-development {
    margin: 0 0 70px; }
  .Interactive-quiz .Customizable-box .Question_career {
    padding: 30px 30px 50px;
    margin: 22px 0 0; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box {
    padding: 15px 15px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box span {
    font-size: 19px;
    margin-right: 15px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box p {
    width: calc(100% - 50px);
    float: right; }
  .How-become .box-section .Customizable-box {
    width: 100%;
    float: initial;
    display: inline-block; }
  .How-become .box-section .Customizable-box:nth-child(even) {
    margin-left: 0; }
  .How-become .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 35px; }
  .How-become .box-section .Customizable-box .content-box {
    padding-right: 0;
    margin: 18px 0 0; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll {
    max-height: 260px;
    padding: 25px 26px 15px; }
  .How-become .box-section .Customizable-box .content-box ul {
    margin: 5px 0 25px; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3 span br {
    display: none; }
  .Job-board .Customizable-box .Customizable-content .box-section .box {
    width: 100%;
    float: initial;
    display: inline-block; }
  .Job-board .Customizable-box .Customizable-content .box-section .box:nth-child(even) {
    margin-left: 0; }
  .Job-board .Customizable-box .Customizable-content .box-section .box:nth-child(n+2) {
    margin-top: 25px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title {
    min-height: initial; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title h3 {
    max-width: 90%; }
  .Job-board .Customizable-box .Customizable-title span {
    width: 90%;
    display: inline-block; }
  .Workwear-equipment .Serch_section {
    display: inline-block; }
  .Workwear-equipment .Serch_section .box {
    width: calc(50% - 7.5px); }
  .Workwear-equipment .Serch_section .box:nth-child(n+2) {
    margin-right: 0; }
  .Workwear-equipment .Serch_section .box select {
    min-width: 100%; }
  .Workwear-equipment .Serch_section a.Find-btn {
    width: 100%;
    text-align: center;
    margin: 15px 0 0; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box {
    padding: 20px 22px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-title {
    width: 230px;
    padding: 0; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content {
    width: calc(100% - 336px);
    padding: 12px 20px; }
  .Workwear-construction {
    margin: 0 0 50px; }
  .Resources-stay .Industry-articles .box {
    width: 100%;
    float: initial;
    display: inline-block; }
  .Resources-stay .Industry-articles .box:nth-child(even) {
    margin-left: 0;
    margin-top: 40px; }
  .Resources-stay .Industry-articles .box h3 {
    font-size: 19px;
    margin: 0 0 15px; }
  .Resources-stay p {
    padding: 0 0 35px; }
  .Resources-stay .Industry-articles .box .Box_scroll .Read_more, .Resources-stay .Industry-articles .box .Box_scroll .Website {
    margin: 0 0 25px; }
  .Resources-stay .Women-resource, .Resources-stay .Women-resource.Support-organization {
    display: inline-block; }
  .Resources-stay .Women-resource .image, .Resources-stay .Women-resource .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 30px; }
  .Resources-stay .Women-resource .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 0; }
  .Resources-stay .Women-resource.Support-organization .content {
    margin-left: 0;
    margin-right: 0; }
  .Resources-stay .Support-financial .Customizable-box {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Resources-stay .Support-financial .Customizable-box:nth-child(even) {
    margin-left: 0;
    margin-top: 40px; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3 {
    max-width: 100%; }
  .Empowering-construction {
    margin: 0 0 80px; }
  .Empowering-construction .box-section .content {
    width: calc(100% - 370px);
    padding: 0 50px 0 0; }
  .Empowering-construction .box-section .content h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 25px; }
  .Empowering-construction .box-section .image {
    width: 320px;
    margin: -46px 0 -75px 0; }
  .FAQs-Beginners .Customizable-box .Customizable-title h2 {
    font-size: 24px;
    margin: 0 auto 25px; }
  .Mentorship-construction .box-section .Customizable-box {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Mentorship-construction .box-section .Customizable-box:nth-child(even) {
    margin-left: 0; }
  .Mentorship-construction .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 35px; }
  .Networking-events {
    width: 100%;
    display: inline-block;
    padding: 20px; }
  .Networking-events .image {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 20px; }
  .Networking-events .content {
    width: 100%;
    display: inline-block;
    float: initial;
    padding: 0; }
  .Networking-events .content h2 {
    font-size: 23px;
    line-height: 33px;
    margin: 0 0 18px; }
  .Networking-events .content p {
    padding: 0 0 15px; }
  .Events-conference .owl-carousel .item .Item-box {
    min-height: 342px;
    padding: 30px 60px 30px; }
  .Training-development .Title.Small p {
    padding: 0 0 40px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box:nth-child(even) {
    margin-left: 0;
    margin-top: 40px; }
  .Women_construction .Title p {
    padding: 0 0 30px; }
  .Construction-directorie .box-section .image {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 20px; }
  .Construction-directorie .box-section .content h3:nth-child(n+2) {
    margin-top: 10px; }
  .Construction-directorie .box-section .content {
    width: 100%;
    display: inline-block;
    float: initial; }
  .ContactUs .box-section {
    margin: 0; }
  .ContactUs .box-section .image {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 20px; }
  .ContactUs .box-section .content {
    width: 100%;
    display: inline-block;
    float: initial; } }

@media (max-width: 767px) {
  .Architects.Women_construction .Architect-banner .overle h1 {
    font-size: 38px;
    line-height: 48px; }
  .Architects.Women_construction .Find-section {
    margin: -25px 0 50px; }
  .Women_construction .Title h2 {
    font-size: 25px;
    margin: 0 0 30px; }
  .Soroptimist-international .box-section h3 {
    margin: 0 0 10px; }
  .Soroptimist-international .box-section ul {
    padding: 0 0 0 10px;
    margin: 0 0 20px; }
  .Soroptimist-international .box-section .box-left {
    margin: 0; }
  .Soroptimist-international .box-section .box-left img {
    max-width: 65px;
    margin-right: 12px; }
  .Soroptimist-international .box-section .box-right {
    max-height: initial;
    overflow: visible;
    border: none;
    border-radius: 0;
    padding: 0; }
  .Soroptimist-international .box-section .box-right .Customizable-box {
    margin: 15px 0 0; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title {
    display: block; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #0074d9;
    letter-spacing: 0;
    border: 2px solid #0074d9;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title h3 span {
    position: relative; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title h3 span:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -36px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    margin: 8px 0 0; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title.active h3 span:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -4px 0 0; }
  .Soroptimist-international, .Spotlight-women, .Resources-stay, .FAQs-Beginners, .Networking-events, .Events-conference, .Construction-directorie, .ContactUs {
    margin: 0 0 50px; }
  .Spotlight-women .container {
    width: 100%;
    max-width: 100%; }
  .Spotlight-women .container .Title {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title img {
    border-radius: 0; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box {
    display: inline-block; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box span {
    width: 100%;
    float: initial;
    display: inline-block;
    margin: 0 0 10px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box:before {
    display: none; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3 {
    position: relative;
    width: 100%;
    display: inline-block; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    cursor: pointer;
    margin: 7px 0 0; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title.active .Title-box h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    margin: -6px 0 0; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box {
    width: 94%;
    display: table;
    margin: 15px auto 0; }
  .Women_construction .Title.Small img.women-construction-find-icon {
    max-width: 60px;
    margin: 0 0 12px; }
  .Women_construction .Title.Small h2 {
    font-size: 22px;
    margin: 0 0 25px; }
  .Simplify-project .container {
    width: 100%;
    max-width: 100%; }
  .Simplify-project .container .Title {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Simplify-project .Customizable-box .Customizable-title {
    font-size: 22px;
    background: #ffd600;
    margin: 0;
    padding: 15px; }
  .Simplify-project .Customizable-box .Customizable-title span:before {
    display: none; }
  .Simplify-project .Product-selector .Selector-tool {
    position: relative;
    border-radius: 0;
    padding: 0 30px 30px; }
  .Simplify-project .Product-selector .Selector-tool:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/access-solution-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution {
    background: transparent;
    position: relative;
    padding: 30px 0 0;
    margin: 0 0 50px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution h2 {
    font-size: 28px;
    margin: 0 0 10px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution p {
    padding: 0 0 22px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin: 0 0 30px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly img.serch-desktop {
    display: none; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly img.serch-mobile {
    max-width: 200px;
    display: block;
    margin: 0 0 20px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly h3 {
    font-size: 18px;
    line-height: normal; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly h3 br {
    display: none; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution a.Use-tool {
    padding: 7px 30px; }
  .Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-nav button {
    left: -40px; }
  .Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-nav button.owl-next {
    right: -40px; }
  .Simplify-project, .Interactive-quiz, .How-become, .Job-board, .Workwear-equipment, .Resources-stay .Industry-articles, .Resources-stay .Women-resource, .Mentorship-construction, .Training-development {
    margin: 0 0 50px; }
  .Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-nav.disabled {
    display: none; }
  .Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-dots button.owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff; }
  .Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-dots button.owl-dot.active span {
    background: #ffffff; }
  .Interactive-quiz .container {
    width: 100%;
    max-width: 100%; }
  .Interactive-quiz .container h2 {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Interactive-quiz .Customizable-box .Customizable-title h3 {
    font-size: 22px; }
  .Interactive-quiz .Customizable-box .Customizable-title h3:before {
    display: none; }
  .Interactive-quiz .Customizable-box .Question_career {
    border-radius: 0;
    padding: 20px 0 30px;
    margin: 18px 0 0; }
  .Interactive-quiz .Customizable-box .Question_career h2 {
    margin: 0 auto 25px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section {
    width: 94%;
    max-width: 100%;
    display: table; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box {
    width: 100%;
    float: initial; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box:nth-child(even) {
    margin-left: 0; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box:nth-child(n+2) {
    margin-top: 15px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box span {
    font-size: 18px;
    margin-right: 15px; }
  .How-become h2 {
    font-size: 22px;
    width: 94%;
    margin: 0 auto 25px; }
  .How-become .container {
    width: 100%;
    max-width: 100%; }
  .How-become .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 30px; }
  .How-become .box-section .Customizable-box .Customizable-title img {
    border-radius: 0; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3 {
    font-size: 22px; }
  .How-become .box-section .Customizable-box .content-box {
    width: 94%;
    display: table;
    margin: 15px auto 0; }
  .How-become .box-section .Customizable-box .content-box ul {
    margin: 5px 0 18px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll {
    width: 100%;
    max-height: 100%;
    overflow: visible;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box:nth-child(n+2) {
    margin-top: 20px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-title {
    position: relative;
    width: 100%;
    border: 2px solid #0074d9;
    border-radius: 8px;
    display: inline-block;
    padding: 12px 20px;
    margin: 0 0 15px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-title:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    cursor: pointer;
    margin: 7px 0 0; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-title h3 {
    margin: 0; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-title.active:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-content .content-box {
    width: 100%; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-content .content-box ul {
    padding: 0; }
  .Job-board .Customizable-box .Customizable-title {
    font-size: 22px;
    margin: 0 0 25px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title {
    padding: 15px 22px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title h3 {
    font-size: 18px;
    line-height: 26px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title:before, .Job-board .Customizable-box .Customizable-content .box-section .box.Blue .Title:before {
    right: -4px;
    top: -12px;
    width: 30px;
    height: 50px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content {
    padding: 22px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn {
    width: auto;
    display: table;
    margin: 0 auto; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content .Btn a {
    margin-right: 30px; }
  .Job-board .Customizable-box + .Customizable-box {
    margin-top: 50px; }
  .Women_construction .Title p {
    padding: 0 0 25px; }
  .Workwear-equipment .Title p, .Workwear-construction .Title p {
    text-align: left; }
  .Workwear-equipment .Title p br {
    display: none; }
  .Workwear-equipment .Serch_section .box {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 15px; }
  .Workwear-equipment .Serch_section .box select {
    padding: 11.5px 20px; }
  .Workwear-equipment .Serch_section .box select, .Workwear-equipment .Serch_section .box select:focus {
    background-position: 96%; }
  .Workwear-equipment .Serch_section a.Find-btn {
    width: auto;
    display: table;
    margin: 0 auto; }
  .Workwear-construction .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 40px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-title h3 {
    font-size: 22px;
    margin: 0 0 15px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 25px 22px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-title {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-title h3 {
    border-bottom: 2px solid #ffd500;
    padding: 0 0 15px;
    margin: 0 0 15px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content {
    width: 100%;
    display: inline-block;
    float: initial;
    padding: 0; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content:before {
    display: none; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content p {
    max-width: 100%;
    padding: 0 0 20px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn .Website, .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-btn .Contact {
    float: left;
    margin: 0;
    margin-right: 30px; }
  .Resources-stay .container {
    width: 100%;
    max-width: 100%; }
  .Resources-stay .container h3, .Resources-stay .container h2, .Resources-stay .container p, .Resources-stay .container .Industry-articles {
    width: 94%;
    margin-left: auto;
    margin-right: auto; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-content .Box_scroll h2, .Resources-stay .Industry-articles .box .Customizable-box .Customizable-content .Box_scroll p {
    width: 100%; }
  .Resources-stay h2 {
    font-size: 22px;
    margin: 0 0 25px; }
  .Resources-stay p {
    text-align: left;
    padding: 0 0 30px; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-title h3 {
    width: auto;
    position: relative;
    display: table;
    cursor: pointer;
    margin: 0 auto 20px; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-title h3:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -36px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    margin: 6px 0 0; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -7px 0 0; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-content .Box_scroll {
    border: none;
    border-radius: 0;
    height: initial;
    overflow: visible;
    padding: 0; }
  .Resources-stay .Industry-articles .box:nth-child(even) {
    margin-top: 30px; }
  .Resources-stay .Women-resource .image img {
    border-radius: 0; }
  .Resources-stay .Women-resource .image, .Resources-stay .Women-resource .content {
    margin: 0 0 20px; }
  .Resources-stay .Women-resource .content {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Resources-stay .Women-resource .content h2 {
    font-size: 21px;
    margin: 0 0 12px; }
  .Resources-stay .Women-resource .content p {
    padding: 0 0 18px; }
  .Resources-stay .Women-resource .content .Serch_select .box {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 15px; }
  .Resources-stay .Women-resource .content .Serch_select .box:nth-child(even) {
    margin-left: 0; }
  .Resources-stay .Women-resource .content h2, .Resources-stay .Women-resource .content p {
    width: 100%; }
  .Resources-stay .Women-resource .content .Serch_select .box select {
    font-size: 17px;
    line-height: 23px;
    padding: 12px 20px; }
  .Resources-stay .Women-resource .content .Serch_select .box select, .Resources-stay .Women-resource .content .Serch_select .box select:focus {
    background-position: 96%; }
  .Resources-stay .Women-resource .content .Serch_select .Search_btn {
    font-size: 17px;
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 10px 40px; }
  .Resources-stay .Women-resource.Support-organization .content {
    margin: 0 auto; }
  .Resources-stay .Support-financial {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3 {
    position: relative;
    width: 100%;
    border: 2px solid #0074d9;
    border-radius: 8px;
    display: inline-block;
    text-align: left;
    padding: 12px 20px;
    margin: 0 0 15px; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    cursor: pointer;
    margin: 7px 0 0; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3 span {
    width: 94%;
    display: inline-block; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-content .Box_scroll {
    border: none;
    border-radius: 0;
    height: initial;
    overflow: visible;
    padding: 0; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-content .Box_scroll h3, .Resources-stay .Support-financial .Customizable-box .Customizable-content .Box_scroll p {
    width: 100%; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn a {
    margin-right: 30px; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn:last-child {
    margin: 0; }
  .Women_construction .Title p {
    text-align: left;
    padding: 0 0 20px; }
  .Empowering-construction {
    margin: 0 0 50px; }
  .Empowering-construction .container {
    width: 100%; }
  .Empowering-construction .container .Title {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Empowering-construction .box-section {
    max-width: 100%;
    display: inline-block;
    border-radius: 0;
    margin: 110px 0 0; }
  .Empowering-construction .box-section .image {
    float: initial;
    display: table;
    margin: -120px auto -15px; }
  .Empowering-construction .box-section .content {
    width: 94%;
    display: table;
    float: initial;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px; }
  .Empowering-construction .box-section .content h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 22px; }
  .Empowering-construction .box-section .content .Download-btn {
    font-size: 17px;
    padding: 10px 30px; }
  .FAQs-Beginners .Customizable-box .Customizable-title h2 {
    font-size: 23px;
    margin: 0 auto 22px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title {
    padding: 11px 22px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3:before {
    right: 22px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3 span {
    width: 94%;
    display: inline-block; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-content .content-box {
    padding: 12px 15px 0; }
  .Mentorship-construction h2 {
    font-size: 22px;
    margin: 0 0 35px; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title {
    padding: 0 42px 15px 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section .Btn .How-apply {
    margin: 0 30px 0 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title:before {
    margin: 0 0 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title.active:before {
    margin: -14px 0 0; }
  .container.Networking {
    width: 100%;
    max-width: 100%; }
  .Networking-events {
    border-radius: 0;
    padding: 30px 0; }
  .Networking-events .image, .Networking-events .content {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Networking-events .image {
    margin-bottom: 15px; }
  .Networking-events .content h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px; }
  .Events-conference h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 25px; }
  .Events-conference .owl-carousel .owl-nav button {
    left: -15px; }
  .Events-conference .owl-carousel .owl-nav button.owl-next {
    right: -15px; }
  .Events-conference .owl-carousel .item .Item-box {
    min-height: 350px;
    padding: 25px 40px 30px; }
  .Events-conference .owl-carousel .item .Item-box h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 30px 12px 0; }
  .Events-conference .owl-carousel .item .Item-box hr {
    margin: 0 0 15px; }
  .Events-conference .owl-carousel .item .Item-box .Btn {
    margin: 15px 0 0; }
  .Training-development .Title.Small p {
    padding: 0 0 30px; }
  .Women_construction .Training-development .Customizable-box .Customizable-title {
    display: none; }
  .Training-development .Customizable-box .Customizable-title h3 span:before {
    right: 0; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title {
    display: block; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 {
    position: relative;
    font-size: 17px;
    width: 100%;
    border: 2px solid #0074d9;
    border-radius: 8px;
    display: inline-block;
    text-align: left;
    padding: 12px 20px;
    margin: 0 0 15px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    cursor: pointer;
    margin: 7px 0 0; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 span {
    width: 94%; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 span br {
    display: none; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll {
    border: none;
    border-radius: 0;
    height: initial;
    overflow: visible;
    padding: 0; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll h3 {
    margin: 0 0 15px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll p {
    padding: 0 0 15px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box:nth-child(even) {
    margin-top: 20px; }
  .Construction-directorie .container, .ContactUs .container {
    width: 100%;
    max-width: 100%; }
  .Construction-directorie .container .Title, .ContactUs .container .Title {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Construction-directorie .box-section .image, .ContactUs .box-section .image {
    margin: 0 0 15px; }
  .Construction-directorie .box-section .image img, .ContactUs .box-section .image img {
    border-radius: 0; }
  .Construction-directorie .box-section .content, .ContactUs .box-section .content {
    width: 94%;
    display: table;
    margin: 0 auto; }
  .Construction-directorie .box-section .content h3, .ContactUs .box-section .content h3 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 12px; }
  .Construction-directorie .box-section .content h3:nth-child(n+2) {
    margin-top: 8px; }
  /* .Women_construction .Customizable-content { display: none; } */ }

@media (max-width: 480px) {
  .Architects.Women_construction .Architect-banner .overle h1 {
    font-size: 33px;
    line-height: 43px; }
  .Architects.Women_construction .Architect-banner {
    height: initial;
    overflow: visible; }
  .Architects.Women_construction .Architect-banner img.architects-banner-img {
    height: auto;
    max-width: 100%;
    width: 100%;
    position: initial;
    left: 0;
    transform: initial;
    -webkit-transform: initial; }
  .Architects .Find-section .box img {
    margin: 0 auto 8px; }
  .Architects .Find-section .box a {
    font-size: 16px; }
  .Architects.Women_construction .Find-section {
    margin: -26px 0 40px; }
  .Women_construction .Title h2 {
    font-size: 22px;
    margin: 0 0 25px; }
  .Soroptimist-international .box-section .box-left img {
    max-width: 50px;
    margin-right: 10px; }
  .Soroptimist-international .box-section p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 18px; }
  .Soroptimist-international .box-section .box-right .content {
    width: calc(100% - 90px); }
  .Soroptimist-international .box-section .box-right .image {
    width: 80px; }
  .Soroptimist-international .box-section .box-right .Customizable-box {
    margin: 10px 0 0; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title h3 {
    font-size: 17px; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title h3 span:before {
    margin: 6px 0 0; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title.active h3 span:before {
    margin: -6px 0 0; }
  .Soroptimist-international .box-section h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 8px; }
  .Soroptimist-international .box-section ul {
    padding: 0;
    margin: 0 0 18px; }
  .Soroptimist-international .box-section ul li {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 0 15px;
    margin: 0 0 12px; }
  .Soroptimist-international, .Spotlight-women, .Resources-stay, .FAQs-Beginners, .Networking-events, .Events-conference, .Construction-directorie, .ContactUs {
    margin: 0 0 40px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box {
    padding: 0 40px 15px 15px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box span {
    font-size: 32px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3 {
    font-size: 17px;
    line-height: 22px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3:before {
    right: -30px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box {
    margin: 12px auto 0; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 15px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content {
    padding: 0 0 0 20px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content span {
    font-size: 15px;
    line-height: 22px; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content .content-box .Box_content + .Box_content {
    margin-top: 20px; }
  .Spotlight-women .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 30px; }
  .Women_construction .Title.Small img.women-construction-find-icon {
    max-width: 50px;
    margin: 0 0 10px; }
  .Women_construction .Title.Small h2 {
    font-size: 20px;
    margin: 0 0 20px; }
  .Simplify-project .Customizable-box .Customizable-title {
    font-size: 20px;
    padding: 12px; }
  .Simplify-project .Product-selector .Selector-tool {
    padding: 0 20px 30px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution {
    padding: 20px 0 0;
    margin: 0 0 35px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution h2 {
    font-size: 22px;
    margin: 0 0 8px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution p {
    padding: 0 0 20px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly {
    margin: 0 0 20px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly img.serch-mobile {
    max-width: 180px;
    margin: 0 0 15px; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution .Find-exactly h3 {
    font-size: 17px;
    text-align: center;
    line-height: normal; }
  .Simplify-project .Product-selector .Selector-tool .Access-solution a.Use-tool {
    font-size: 17px;
    padding: 7px 28px; }
  .Simplify-project .Product-selector .Selector-tool .Product_slider .owl-carousel .owl-dots button.owl-dot span {
    width: 12px;
    height: 12px; }
  .Simplify-project, .Interactive-quiz, .How-become, .Job-board, .Workwear-equipment, .Resources-stay .Industry-articles, .Resources-stay .Women-resource, .Mentorship-construction, .Training-development {
    margin: 0 0 40px; }
  .Interactive-quiz h2 {
    font-size: 18px; }
  .Interactive-quiz .Customizable-box .Customizable-title h3 {
    font-size: 20px;
    width: 94%; }
  .Interactive-quiz .Customizable-box .Question_career {
    padding: 18px 0 30px;
    margin: 15px 0 0; }
  .Interactive-quiz .Customizable-box .Question_career h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto 20px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box {
    padding: 12px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box:nth-child(n+2) {
    margin-top: 12px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  .Interactive-quiz .Customizable-box .Question_career .box-section .box p {
    font-size: 17px;
    width: calc(100% - 40px); }
  .Interactive-quiz .Customizable-box .Question_career .box-section.answer .box span {
    min-height: 30px;
    min-width: 30px; }
  .How-become h2 {
    font-size: 20px;
    margin: 0 auto 18px; }
  .How-become .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 20px; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box {
    padding: 0 15px 15px; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3 {
    font-size: 18px;
    line-height: 1.3;
    width: 100%; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3:before {
    right: 0; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3 span {
    width: 80%;
    display: table;
    margin: 0 auto; }
  .How-become .box-section .Customizable-box .content-box {
    margin: 12px auto 0; }
  .How-become .box-section .Customizable-box .content-box span {
    font-size: 15px; }
  .How-become .box-section .Customizable-box .content-box p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 12px; }
  .How-become .box-section .Customizable-box .content-box ul {
    margin: 5px 0 15px; }
  .How-become .box-section .Customizable-box .content-box ul li {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 0 20px;
    margin: 0 0 10px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-title {
    padding: 10px 18px;
    margin: 0 0 12px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll .Customizable-box .Customizable-title h3 {
    font-size: 15px;
    line-height: 22px; }
  .How-become .box-section .Customizable-box .content-box .Box_scroll ul li a.Read_more {
    margin: 0 0 15px;
    padding: 2.5px 14px; }
  .Job-board .Customizable-box .Customizable-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 20px; }
  .Job-board .Customizable-box .Customizable-title span {
    width: 80%; }
  .Job-board .Customizable-box .Customizable-title span:before {
    right: -32px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box:nth-child(n+2) {
    margin-top: 22px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title {
    padding: 12px 20px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title h3 {
    font-size: 17px;
    line-height: 24px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .Title:before, .Job-board .Customizable-box .Customizable-content .box-section .box.Blue .Title:before {
    right: -2px;
    top: -12px;
    width: 30px;
    height: 50px; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content {
    padding: 18px 15px !important; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 18px; }
  .Job-board .Customizable-box + .Customizable-box {
    margin-top: 40px; }
  .Women_construction .Title p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 18px; }
  .Workwear-equipment .Serch_section .box select {
    font-size: 15px;
    line-height: 22px;
    padding: 11.5px 18px; }
  .Workwear-equipment .Serch_section .box select, .Workwear-equipment .Serch_section .box select:focus {
    background-position: 94%;
    background-size: 18px; }
  .Workwear-equipment .Serch_section a.Find-btn {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 25px; }
  .Workwear-equipment .Serch_section a.Find-btn img {
    margin-right: 12px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-title h3 {
    font-size: 20px;
    margin: 0 0 12px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box {
    padding: 22px 20px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-title h3 {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 12px;
    margin: 0 0 12px; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content .content-box .Box .Box-content p {
    padding: 0 0 15px; }
  .Workwear-construction .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 35px; }
  .Workwear-construction {
    margin: 0 0 35px; }
  .Resources-stay h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px; }
  .Resources-stay h2 {
    font-size: 20px;
    margin: 0 0 18px; }
  .Resources-stay p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 25px; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-title h3 {
    font-size: 18px;
    margin: 0 auto 18px; }
  .Resources-stay .Industry-articles .box .Box_scroll h2 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 8px; }
  .Resources-stay .Industry-articles .box .Box_scroll p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 15px; }
  .Resources-stay .Industry-articles .box .Box_scroll .Read_more, .Resources-stay .Industry-articles .box .Box_scroll .Website {
    padding: 2.5px 14px;
    margin: 0 0 18px; }
  .Resources-stay .Industry-articles .box:nth-child(even) {
    margin-top: 25px; }
  .Resources-stay .Industry-articles .box .Box_scroll .Website img {
    margin-right: 10px; }
  .Resources-stay .Women-resource .content h2 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center; }
  .Resources-stay .Women-resource .content p {
    padding: 0 0 15px; }
  .Resources-stay .Women-resource .content .Serch_select .box select {
    font-size: 16px;
    line-height: 22px;
    padding: 11px 18px; }
  .Resources-stay .Women-resource .content .Serch_select .box select, .Resources-stay .Women-resource .content .Serch_select .box select:focus {
    background-position: 94%;
    background-size: 18px; }
  .Resources-stay .Women-resource .content .Serch_select .Search_btn {
    font-size: 16px;
    padding: 9px 32px; }
  .Resources-stay .Women-resource.Support-organization {
    margin: 0 0 30px; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3 {
    font-size: 17px;
    padding: 10px 18px;
    margin: 0 0 12px; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3 span {
    width: 90%; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 8px; }
  .Resources-stay .Support-financial .Customizable-box .Box_scroll .Btn {
    margin: 0 0 25px; }
  .Resources-stay .Support-financial .Customizable-box:nth-child(even) {
    margin-top: 35px; }
  .Empowering-construction .box-section .image {
    margin: -100px auto -15px; }
  .Empowering-construction .box-section .image img {
    max-width: 250px;
    margin: 0 auto;
    display: table;
    position: relative;
    left: 15px; }
  .Empowering-construction .box-section {
    margin: 90px 0 0; }
  .Empowering-construction .box-section .content {
    padding: 0 0 35px; }
  .Empowering-construction .box-section .content h2 {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 18px; }
  .Empowering-construction .box-section .content .Download-btn {
    font-size: 16px;
    padding: 9px 25px; }
  .Empowering-construction {
    margin: 0 0 40px; }
  .FAQs-Beginners .Customizable-box .Customizable-title h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 auto 18px;
    padding: 0 30px; }
  .FAQs-Beginners .Customizable-box .Customizable-title h2:before {
    right: 0; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title {
    padding: 10px 18px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3 {
    font-size: 15px;
    line-height: 1.3; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3:before {
    right: 18px; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3 span {
    width: 90%; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-content .content-box {
    padding: 10px 12px 0; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box:nth-child(n+2) {
    margin-top: 20px; }
  .Mentorship-construction h2 {
    font-size: 20px;
    margin: 0 0 25px; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title h3 {
    font-size: 16px;
    line-height: 1.4; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title {
    padding: 0 32px 12px 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section {
    margin: 12px 0 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-content .box-section p {
    font-size: 15px;
    line-height: 22px; }
  .Mentorship-construction .box-section .Customizable-box:nth-child(n+2) {
    margin-top: 30px; }
  .Networking-events {
    padding: 25px 0; }
  .Networking-events .image {
    margin-bottom: 12px; }
  .Networking-events .content h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 12px; }
  .Networking-events .content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 12px; }
  .Events-conference h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 20px; }
  .Events-conference h2 br {
    display: none; }
  .Events-conference .owl-carousel .item .Item-box {
    min-height: 430px;
    padding: 20px 30px 25px; }
  .Events-conference .owl-carousel .item .Item-box h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px; }
  .Events-conference .owl-carousel .item .Item-box hr {
    margin: 0 0 11px; }
  .Events-conference .owl-carousel .item .Item-box p {
    font-size: 17px;
    line-height: 22px; }
  .Events-conference .owl-carousel .item .Item-box .Btn {
    margin: 10px 0 0; }
  .Events-conference .owl-carousel .owl-nav button img {
    max-width: 25px; }
  .Events-conference .owl-carousel .owl-nav button {
    left: -9px; }
  .Events-conference .owl-carousel .owl-nav button.owl-next {
    right: -9px; }
  .Training-development .Title.Small p {
    padding: 0 0 22px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 {
    font-size: 16px;
    line-height: 1.3;
    padding: 11px 18px;
    margin: 0 0 12px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3 span {
    width: 90%; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content .Box_scroll p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 12px; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box:nth-child(even) {
    margin-top: 15px; }
  .Women_construction .Construction-directorie .Title.Small h2 br {
    display: none; }
  .Construction-directorie .box-section .image, .ContactUs .box-section .image {
    margin: 0 0 12px; }
  .Construction-directorie .box-section .content h3, .ContactUs .box-section .content h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 8px; }
  .Construction-directorie .box-section .content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 15px; }
  .Construction-directorie .box-section .content ul li {
    font-size: 15px;
    line-height: 1.3;
    word-break: break-all; }
  .ContactUs .box-section .content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 15px; }
  /* Best Women In Construction Page */
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-content {
    display: none; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title h3 span:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -6px 0 0; }
  .Soroptimist-international .box-section .box-right .Customizable-box .Customizable-title.active h3 span:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 6px 0 0; }
  .Spotlight-women .box-section .Customizable-box .Customizable-content {
    display: none; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title .Title-box h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    margin: -6px 0 0; }
  .Spotlight-women .box-section .Customizable-box .Customizable-title.active .Title-box h3:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .How-become .box-section .Customizable-box .Customizable-content {
    display: none; }
  .How-become .box-section .Customizable-box .Customizable-title .Title-box h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -4px 0 0; }
  .How-become .box-section .Customizable-box .Customizable-title.active .Title-box h3:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 8px 0 0; }
  .Job-board .Customizable-box .Customizable-content {
    display: none; }
  .Job-board .Customizable-box .Customizable-title.active span:before {
    border-top: 11px solid #0074d9;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 6px 0 0; }
  .Job-board .Customizable-box .Customizable-title span:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -6px 0 0; }
  .Job-board .Customizable-box .Customizable-content .box-section .box .content {
    height: initial !important; }
  .Workwear-construction .box-section .Customizable-box .Customizable-content {
    display: none; }
  .Workwear-construction .box-section .Customizable-box .Customizable-title.active h3 span:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .Workwear-construction .box-section .Customizable-box .Customizable-title h3 span:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-content {
    display: none; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .Resources-stay .Industry-articles .box .Customizable-box .Customizable-title h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -6px 0 0; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-content {
    display: none; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .Resources-stay .Support-financial .Customizable-box .Customizable-title h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  .FAQs-Beginners .Customizable-box .Customizable-content {
    display: none; }
  .FAQs-Beginners .Customizable-box .Customizable-title.active h2:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 8px 0 0; }
  .FAQs-Beginners .Customizable-box .Customizable-title h2:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -4px 0 0; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .FAQs-Beginners .Customizable-box .Customizable-content .Customizable-box .Customizable-title h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-content {
    display: none; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title.active:before {
    border-top: 11px solid #0074d9;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: -2px 0 0; }
  .Mentorship-construction .box-section .Customizable-box .Customizable-title:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #0074d9;
    margin: -13px 0 0; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-content {
    display: none; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title.active h3:before {
    border-top: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .Training-development .Customizable-box .Training-specialized .Customizable-box .Customizable-title h3:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  /* Lockers Page */
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title span:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -6px 0 0; }
  .Customizable_locker .Box-section .box .Customizable-box .Customizable-title.active span:before {
    border-top: 11px solid #0074d9;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title.active span:before {
    border-top: 11px solid #0074d9;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .Locker_solutions .Box-section .box .Customizable-box .Customizable-title span:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    margin: -5px 0 0; }
  /* Roof Hatches And Floor Access Covers Page */
  .rfh-accoridan-sec .rfh-accordian-box .rfh-accordian-content {
    display: none; }
  .rfh-accoridan-sec .rfh-accordian-title.active strong:before {
    border-top: 11px solid #0074d9;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 7px 0 0; }
  .rfh-accoridan-sec .rfh-accordian-title strong:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid #ffd600;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: -6px 0 0; } }

.gear_sort {
  display: inline-block;
  margin-right: 30px; }

.gear_product_filter_results {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.gear_product_filter_results .property-load-section {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 30px 0 0; }

.gear_product_filter_results .property-load-section .property-item {
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  display: inline-block;
  padding: 25px;
  margin: 0; }

.gear_product_filter_results .property-load-section .property-item p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 10px;
  text-align: left; }

.gear_product_filter_results .property-load-section .property-item p strong {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.gear_product_filter_results .property-load-section .property-item p a {
  color: #ffd600; }

.gear_product_filter_results .property-load-section .property-item p a:hover {
  color: #0074d9; }

.gear_product_filter_results .property-load-section .property-item p:last-child {
  padding: 0; }

.gear_product_filter_results p#noresults {
  font-size: 20px;
  font-weight: 700;
  text-align: center; }

.Resources-stay .Women-resource.resource_filter {
  margin: 0; }

.Resources-stay .resources_filter_results {
  width: 100%;
  display: inline-block;
  margin: 0 0 103px; }

@media (max-width: 1150px) {
  .gear_product_filter_results .property-load-section {
    gap: 20px; }
  .gear_product_filter_results .property-load-section .property-item {
    padding: 20px; }
  .Resources-stay .resources_filter_results {
    margin: 0 0 80px; } }

@media (max-width: 999px) {
  .gear_product_filter_results .property-load-section {
    display: inline-block; }
  .gear_product_filter_results .property-load-section .property-item {
    margin: 0 0 20px; }
  .gear_product_filter_results .property-load-section .property-item:last-child {
    margin: 0; }
  .gear_product_filter_results .property-load-section .property-item p {
    padding: 0 0 8px; }
  .Resources-stay .resources_filter_results {
    margin: 0 0 70px; } }

@media (max-width: 767px) {
  .gear_product_filter_results .property-load-section {
    margin: 15px 0 0; }
  .gear_product_filter_results .property-load-section .property-item p {
    word-wrap: break-word; }
  .Resources-stay .resources_filter_results {
    margin: 0 0 50px; } }

@media (max-width: 480px) {
  .Resources-stay .resources_filter_results {
    margin: 0 0 40px; } }

/* Innovative Access Solutions for Every Project klaviyo form */
.klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1 {
  width: 50% !important;
  padding: 0 !important;
  min-height: auto !important;
  min-width: auto !important; }

.klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(1) {
  margin: 4px 0 0 !important; }

.klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) > .kl-private-reset-css-Xuajs1:nth-last-child(2) {
  width: calc(100% + 100%);
  margin-left: -100%;
  margin-top: 70px; }

.klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) {
  max-width: 490px;
  margin-left: auto !important; }

.klaviyo-form-ViY8Je div#rich-text-01JE5MHH6XCDYXTWP5SW10CXBC {
  margin: 0 0 25px; }

.klaviyo-form-ViY8Je .go3176171171 span {
  line-height: 1.2; }

.klaviyo-form-ViY8Je #rich-text-01JEB2740JAY3HDQHZM717Q825 span {
  line-height: normal !important; }

@media (max-width: 767px) {
  .klaviyo-form-ViY8Je .go3176171171 span {
    font-size: 120% !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(1) {
    display: none !important; }
  .klaviyo-form-ViY8Je.klaviyo-form .klaviyo-form {
    min-width: auto !important;
    flex-direction: column !important; }
  .klaviyo-form-ViY8Je.klaviyo-form.form-version-cid-2 {
    min-width: auto !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1 {
    width: 100% !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) > div:nth-child(1) span {
    font-size: 120% !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) > div:nth-child(5) span {
    font-size: 180% !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) > div:nth-child(6) span {
    font-size: 150% !important; }
  .klaviyo-form-ViY8Je .needsclick.kl-private-reset-css-Xuajs1 {
    z-index: 9999999 !important; }
  .klaviyo-form-ViY8Je button, .klaviyo-form-ViY8Je input {
    font-size: 20px !important;
    padding: 15px 15px !important;
    height: 60px !important;
    box-sizing: border-box; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) {
    margin: auto !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) > div:nth-child(2) img {
    max-width: 100px !important; }
  .klaviyo-form-ViY8Je .klaviyo-form > .kl-private-reset-css-Xuajs1:nth-child(2) > .kl-private-reset-css-Xuajs1:nth-last-child(2) {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0; } }

.type-cart .blog_best_seller.related_producrs {
  clear: both;
  margin-top: 30px; }

.type-cart .blog_best_seller .blog_best_title {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased; }

.type-cart .blog_best_seller .blog_best_title .ss-recs-title {
  font-family: Raleway, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  color: #2d2d2d;
  letter-spacing: .25px;
  padding: 0 0 5px 0; }

.type-cart .blog_best_seller .blog_best_title .ss-recs-title::before {
  height: 0;
  width: auto;
  position: absolute;
  left: 10.5px;
  right: 10.5px;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #000;
  content: ''; }

.type-cart .blog_best_seller .blog_best_title .ss-recs-title span {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 5px 10px;
  z-index: 9; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item {
  text-align: right;
  margin: 0;
  padding-right: 40px; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist {
  margin: 0;
  padding: 0;
  width: auto; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist #wishlist-dropdown.is-open {
  padding: 0; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist #wishlist-dropdown input.saveforlater {
  margin: 0;
  padding: 0;
  color: #498cbc;
  background: transparent;
  border: 0;
  font-size: 16px; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item button.cart-remove {
  float: initial;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .wishlistBtnBox {
  display: inline-block;
  vertical-align: middle; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .cart_saveforlater {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.type-cart .Trending-now .productCarousel .product {
  width: 50%; }

@media (min-width: 551px) {
  .type-cart .Trending-now .productCarousel .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .type-cart .Trending-now .productCarousel .product {
    width: 25%; } }

@media (min-width: 1024px) {
  .type-cart .Trending-now .productCarousel .product {
    width: 20%; } }

/* 12-12-24 */
.type-cart .categories-section .page-content, .type-cart .categories-section .categories-right {
  width: 100%; }

.type-cart .categories-section .page-content .cart_content_section {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment button {
  border: 0;
  color: #498cbc;
  font-weight: 500;
  font-size: 25px !important;
  width: auto; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment .form-input--incrementTotal {
  border: 1px solid rgba(32, 28, 29, 0.35);
  border-radius: 0;
  margin: 0 10px; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items.cart-item-brand, .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item button.cart-item-brand.cart-remove {
  color: #498cbc; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item {
  color: #498cbc;
  padding-right: 0; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items.cart-item-brand:hover, .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item button.cart-item-brand.cart-remove:hover, .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist #wishlist-dropdown input.saveforlater:hover {
  text-decoration: underline; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart-item-quantity .form-increment .cart-item-brand.cart-remove img {
  width: 12px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(94%) saturate(278%) hue-rotate(162deg) brightness(99%) contrast(93%); }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart_infolast, .type-cart .categories-section .cart_content_wrap .cart .cart-header tr .cart-header-item.cart_thbox4 {
  width: 15%; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item span.icon_pipe {
  display: inline-block;
  margin: 0 2px; }

.type-cart .blog_best_seller.related_producrs .saved_seemore {
  display: table;
  margin: auto;
  background: #498ccb;
  color: #fff;
  padding: 0.77rem 1.5rem;
  line-height: 1;
  vertical-align: middle; }

.type-cart .blog_best_seller.related_producrs .saved_seemore:hover {
  background: #000; }

.type-cart .blog_best_seller.related_producrs article.card {
  margin-bottom: 0; }

.type-cart .blog_best_seller.related_producrs .productCarousel {
  padding-bottom: 30px;
  margin-bottom: 0; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item span.icon_pipe {
  margin: 0 7px; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist #wishlist-dropdown input.saveforlater {
  margin-right: 40px; }

.type-cart .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items {
  margin-right: 40px; }

@media (max-width: 1150px) {
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist #wishlist-dropdown input.saveforlater {
    margin-right: 20px; }
  .type-cart .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items {
    margin-right: 20px; } }

@media (max-width: 999px) {
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist #wishlist-dropdown input.saveforlater {
    margin-right: 40px; }
  .type-cart .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items {
    margin-right: 40px; } }

@media (max-width: 767px) {
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-item-label {
    width: 100%; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .form-wishlist {
    margin: 0; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item {
    margin: 15px 0 0;
    text-align: left; } }

@media (max-width: 480px) {
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart_infolast {
    width: auto; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info.cart_infolast span.cart-item-label {
    text-align: left; }
  .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-info .cart-item-label {
    width: 80px; } }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .product_material_tag dl.productView-info {
  border: none;
  margin: 0 !important; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .product_material_tag .info_content_view .productView-info .productView-info-name {
  width: 80px; }

.product-size-tag.product_material_tag a {
  font-size: 15px;
  padding: 10px 15px 9px; }

.product-size-tag.product_material_tag .product_material_list a.active {
  pointer-events: none; }

@media (max-width: 479px) {
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .product_material_tag .info_content_view .productView-info {
    padding: 0 0 10px; } }

/* Your Complete Guide to Seamless Access Solutions */
body.Access-Doors-and-Panels-Webpage main > .container {
  width: 100%;
  max-width: 100%; }

body.Access-Doors-and-Panels-Webpage main > .container .full-page-content {
  max-width: 100%; }

.guide-seamless-solution-landing {
  color: #2d2d2d;
  font-size: 16px;
  padding-bottom: 110px; }

.guide-seamless-solution-landing h1, .guide-seamless-solution-landing h2, .guide-seamless-solution-landing h3, .guide-seamless-solution-landing h4, .guide-seamless-solution-landing h5, .guide-seamless-solution-landing h6 {
  font-family: 'Poppins';
  margin: 0;
  font-weight: 700; }

.guide-seamless-solution-landing .row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }

.guide-seamless-solution-landing .row .col {
  width: calc(50% - 15px); }

.guide-seamless-solution-landing p {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: #2d2d2d; }

.guide-seamless-solution-landing p + p {
  padding-top: 20px; }

.guide-seamless-solution-landing .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #fed402;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.5s;
  border: 2px solid #fed402;
  text-align: center; }

.guide-seamless-solution-landing .btn:hover {
  background: #498cbc;
  border-color: #498cbc;
  color: #ffffff;
  box-shadow: 0px 5px 10px 5px #bdbdbd;
  transition: all 0.5s; }

.guide-seamless-solution-landing .btn.blue-v {
  background: #498cbc;
  border-color: #498cbc;
  color: #ffffff; }

.guide-seamless-solution-landing .btn.blue-v:hover {
  background: #fed402;
  border-color: #fed402;
  color: #000000; }

.guide-seamless-solution-landing .sec-heading {
  margin: 0 0 52px;
  line-height: 1.3;
  text-align: center; }

.guide-seamless-solution-landing .sec-heading h2 {
  font-size: 30px;
  margin: 0;
  color: #000000; }

.guide-seamless-solution-landing .sec-heading .subheading {
  margin: 22px 0 0;
  color: #000000;
  font-size: 26px; }

.guide-seamless-solution-landing .owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #dbdbdb !important;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  margin: 0; }

.guide-seamless-solution-landing .owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: auto;
  right: 0; }

.guide-seamless-solution-landing .owl-carousel .owl-nav .owl-next span {
  font-size: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: rotate(135deg);
  position: relative;
  left: 0;
  top: 1px; }

.guide-seamless-solution-landing .owl-carousel .owl-nav .owl-prev span {
  font-size: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: rotate(-45deg);
  position: relative;
  left: 2px;
  top: 1px; }

.guide-seamless-solution-landing .gss-banner {
  position: relative;
  margin: 0 0 77px; }

.guide-seamless-solution-landing .gss-banner .img {
  width: 100%; }

.guide-seamless-solution-landing .gss-banner .img.mobile-img {
  display: none; }

.guide-seamless-solution-landing .gss-banner .overlay-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 45px;
  max-width: 716px; }

.guide-seamless-solution-landing .gss-banner .overlay-content h1 {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.12; }

.guide-seamless-solution-landing .gss-banner .overlay-content h1 span {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 0 6px; }

.guide-seamless-solution-landing .gss-banner .overlay-content .btns {
  display: flex;
  gap: 34px;
  margin: 28px 0 0; }

.guide-seamless-solution-landing .gss-banner .overlay-content .btns .btn {
  flex: 1;
  padding: 0 10px;
  min-height: 56px; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set {
  position: relative;
  max-width: 473px;
  float: right; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background: transparent;
  pointer-events: none;
  border: 1px solid #000;
  width: 100%;
  height: 76px;
  border-radius: 12px;
  z-index: -1; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set .title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 20px;
  display: table;
  position: relative;
  background: #fff;
  padding: 0 10px; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li {
  flex: 1;
  padding: 0 4px; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li span.icon {
  display: table;
  margin: 0 auto 12px;
  height: auto;
  width: auto; }

.guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li span.icon-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels {
  margin: 93px 0 0; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels .sec-heading {
  margin: 0 0 47px; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box {
  display: flex;
  gap: 10px; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon {
  min-width: 115px; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box + .box {
  margin-top: 45px; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon-content h3 {
  font-size: 20px;
  margin: 0 0 7px;
  color: #2d2d2d; }

.guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon-content p {
  line-height: 25px; }

.guide-seamless-solution-landing .type-of-access-doors-panels {
  margin: 105px 0 0; }

.guide-seamless-solution-landing .type-of-access-doors-panels .sec-heading {
  margin: 0 0 41px; }

.guide-seamless-solution-landing .type-of-access-doors-panels .row {
  gap: 60px 80px;
  flex-wrap: wrap; }

.guide-seamless-solution-landing .type-of-access-doors-panels .row .col {
  width: calc(50% - 40px); }

.guide-seamless-solution-landing .type-of-access-doors-panels .product {
  position: relative;
  max-width: 535px;
  margin: auto; }

.guide-seamless-solution-landing .type-of-access-doors-panels .product .img {
  border-radius: 10px;
  overflow: hidden; }

.guide-seamless-solution-landing .type-of-access-doors-panels .product .img img {
  transition: 0.5s;
  width: 100%; }

.guide-seamless-solution-landing .type-of-access-doors-panels .product:hover .img img {
  transform: scale(1.1); }

.guide-seamless-solution-landing .type-of-access-doors-panels .product .content {
  max-width: 510px; }

.guide-seamless-solution-landing .type-of-access-doors-panels .product .content .title {
  font-size: 20px;
  color: #2d2d2d;
  margin: 30px 0 5px;
  display: inline-block;
  font-weight: 700; }

.guide-seamless-solution-landing .type-of-access-doors-panels .product .content .btn {
  margin-top: 17px; }

.guide-seamless-solution-landing .type-of-access-doors-panels .product .content .btn::after, .type-of-access-doors-panels .product .content a.title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.guide-seamless-solution-landing .sustainability-energy-efficiency {
  margin: 78px 0 0;
  background: #eeeeee;
  padding: 60px 0;
  position: relative; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .sec-heading {
  margin: 0 0 50px; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .row {
  gap: 0; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left {
  width: 180px;
  margin-top: -36px;
  mix-blend-mode: darken; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left .subheading {
  display: none; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.right {
  width: calc(100% - 180px); }

.guide-seamless-solution-landing .sustainability-energy-efficiency .content {
  text-align: center; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .content p {
  text-align: left; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .btn-sec {
  width: 100%;
  text-align: center;
  margin: 15px 0 0; }

.guide-seamless-solution-landing .sustainability-energy-efficiency .btn-sec a.btn {
  width: 100%;
  max-width: 200px; }

.guide-seamless-solution-landing .type-of-access-doors-panels.applications {
  margin: 83px 0 0; }

.guide-seamless-solution-landing .type-of-access-doors-panels.applications .btn-sec {
  text-align: center;
  margin: 43px 0 0; }

.guide-seamless-solution-landing .installation-best-practices {
  margin: 110px 0 0; }

.guide-seamless-solution-landing .installation-best-practices .btn {
  margin: 32px 0 50px; }

.guide-seamless-solution-landing .aditional-resource h3 {
  color: #2d2d2d;
  margin: 0 0 10px; }

.guide-seamless-solution-landing .aditional-resource ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.guide-seamless-solution-landing .aditional-resource ul li {
  margin: 0 0 9px; }

.guide-seamless-solution-landing .aditional-resource ul li a {
  color: #498cbc;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #498cbc; }

.guide-seamless-solution-landing .video-tab-slider .main-video .video-wraper {
  position: relative; }

.guide-seamless-solution-landing .video-tab-slider .main-video .video-wraper > img.video-thumbnail {
  width: 100%;
  cursor: pointer; }

.guide-seamless-solution-landing .video-tab-slider .main-video .video-wraper > img.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; }

.guide-seamless-solution-landing .video-tab-slider .main-video-thumbh {
  margin: 17px 0 0;
  padding: 0 31px; }

.guide-seamless-solution-landing .why-choose-best-access-doors {
  margin: 126px 0 0; }

.guide-seamless-solution-landing .why-choose-best-access-doors .sec-heading {
  margin: 0 0 36px; }

.guide-seamless-solution-landing .why-choose-best-access-doors .content {
  max-width: 500px;
  float: right; }

.guide-seamless-solution-landing .review-slider {
  padding: 0 42px; }

.guide-seamless-solution-landing .review-slider .item {
  background: #eeeeee;
  min-height: 250px;
  border-radius: 20px;
  text-align: center;
  padding: 70px 30px 44px;
  position: relative;
  margin-top: 22px; }

.guide-seamless-solution-landing .review-slider .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 56px;
  width: 295px;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/rating-star.png);
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat; }

.guide-seamless-solution-landing .review-slider .item h2, .guide-seamless-solution-landing .review-slider .item .name {
  font-size: 22px;
  color: #000;
  font-weight: 700; }

.guide-seamless-solution-landing .review-slider .item p {
  margin: 15px 0 17px; }

.guide-seamless-solution-landing .review-slider .owl-nav [class*='owl-'] {
  margin-top: 22px; }

.guide-seamless-solution-landing .customer-satisfaction {
  text-align: center;
  margin: 29px 0 0; }

.guide-seamless-solution-landing .customer-satisfaction.mobile {
  display: none; }

.guide-seamless-solution-landing .why-choose-services .box h3 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #2d2d2d; }

.guide-seamless-solution-landing .why-choose-services .box + .box {
  margin-top: 32px; }

.guide-seamless-solution-landing .why-choose-best-access-doors .btns {
  margin: 45px 0 0; }

.guide-seamless-solution-landing .why-choose-best-access-doors .btns .btn {
  margin: 25px 0 0; }

.guide-seamless-solution-landing .customization-showcase {
  margin: 118px 0 0; }

.guide-seamless-solution-landing .customization-showcase .sec-heading {
  margin: 0 0 57px; }

.guide-seamless-solution-landing .customization-showcase .row {
  gap: 60px;
  align-items: center; }

.guide-seamless-solution-landing .customization-showcase .row .col.left {
  width: 405px; }

.guide-seamless-solution-landing .customization-showcase .row .col.right {
  width: calc(100% - 405px - 60px); }

.guide-seamless-solution-landing .customization-showcase .row .col.left .btn {
  margin: 48px 0 0; }

.guide-seamless-solution-landing .product-comparison {
  margin: 140px 0 0; }

.guide-seamless-solution-landing .product-comparison .row .col {
  width: 100%; }

.guide-seamless-solution-landing .comparision-table {
  display: table;
  margin: 0 -5px; }

.guide-seamless-solution-landing .comparision-table .box-row {
  display: table-row; }

.guide-seamless-solution-landing .comparision-table .box-row .box-col {
  display: table-cell;
  background: #eeeeee;
  border: 5px solid #fff;
  padding: 15px;
  color: #000000; }

.guide-seamless-solution-landing .comparision-table .box-row .box-col:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading {
  background: #488bbb;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 23%; }

.guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col:nth-child(1) {
  width: 17%; }

.guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col:nth-child(2) {
  width: 19%; }

.guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col:nth-child(3) {
  width: 35%; }

.guide-seamless-solution-landing .ready-find-perfect {
  margin: 125px 0 0; }

.guide-seamless-solution-landing .ready-find-perfect .row .col {
  width: 100%;
  position: relative; }

.guide-seamless-solution-landing .ready-find-perfect .row .col .overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 61%;
  height: 100%;
  padding: 0 74px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.guide-seamless-solution-landing .ready-find-perfect .row .col .overlay p {
  min-height: 238px;
  background: #000000a6;
  color: #fff;
  border-radius: 10px;
  padding: 33px; }

.guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec {
  display: flex;
  margin: 50px 0 0;
  width: 100%;
  gap: 24px; }

.guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec .btn {
  flex: 1;
  border-color: #fed402; }

.guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec .btn:first-child, .ready-find-perfect .row .col .overlay .btn-sec .btn:hover {
  background: #000000a6;
  color: #fff;
  border-color: #fed402; }

.guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec .btn:first-child:hover {
  background: #fed402;
  color: #000000; }

.guide-seamless-solution-landing .ready-find-perfect .btn-sec.bottom {
  text-align: center;
  margin: 52px 0 0; }

.guide-seamless-solution-landing .ready-find-perfect .btn-sec.bottom .btn {
  width: 100%;
  max-width: 308px; }

/* Responsive */
@media (max-width: 999px) {
  .guide-seamless-solution-landing {
    font-size: 15px;
    padding-bottom: 70px; }
  .guide-seamless-solution-landing p {
    font-size: 15px;
    line-height: 28px; }
  .guide-seamless-solution-landing .btn {
    min-height: 44px;
    font-size: 16px; }
  .guide-seamless-solution-landing .sec-heading {
    margin: 0 0 42px; }
  .guide-seamless-solution-landing .sec-heading h2 {
    font-size: 26px; }
  .guide-seamless-solution-landing .sec-heading .subheading {
    font-size: 21px;
    margin: 18px 0 0; }
  .guide-seamless-solution-landing .gss-banner .overlay-content {
    padding: 0 20px;
    max-width: 440px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content h1 {
    font-size: 28px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content h1 span {
    font-size: 21px;
    margin: 0 0 4px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content .btns {
    gap: 10px;
    margin: 20px 0 0; }
  .guide-seamless-solution-landing .gss-banner .overlay-content .btns .btn {
    flex: auto;
    font-size: 15px;
    min-height: 44px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li span.icon-title {
    font-size: 15px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set .title {
    font-size: 18px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels {
    margin: 73px 0 0; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .sec-heading {
    margin: 0 0 42px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon-content h3 {
    font-size: 18px;
    margin: 0 0 5px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon {
    min-width: 90px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon img {
    width: 70px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels {
    margin: 85px 0 0; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .row {
    gap: 40px 50px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .row .col {
    width: calc(50% - 25px); }
  .guide-seamless-solution-landing .type-of-access-doors-panels .product .content .title {
    font-size: 18px;
    margin: 20px 0 5px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .sec-heading {
    margin: 0 0 48px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left {
    margin-top: -10px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency {
    margin: 68px 0 0;
    padding: 50px 0; }
  .guide-seamless-solution-landing .why-choose-best-access-doors {
    margin: 80px 0 0; }
  .guide-seamless-solution-landing .why-choose-best-access-doors .row {
    flex-wrap: wrap; }
  .guide-seamless-solution-landing .why-choose-best-access-doors .row .col {
    width: 100%; }
  .guide-seamless-solution-landing .why-choose-best-access-doors .content {
    max-width: 100%; }
  .guide-seamless-solution-landing .review-slider {
    padding: 0 32px; }
  .guide-seamless-solution-landing .review-slider .item {
    padding: 60px 20px 30px;
    margin-top: 16px; }
  .guide-seamless-solution-landing .review-slider .item:before {
    top: -16px;
    height: 40px;
    width: 165px; }
  .guide-seamless-solution-landing .review-slider .item h2, .guide-seamless-solution-landing .review-slider .item .name {
    font-size: 20px; }
  .guide-seamless-solution-landing .review-slider .owl-nav [class*='owl-'] {
    margin-top: 16px; }
  .guide-seamless-solution-landing .customer-satisfaction {
    margin: 20px auto 0;
    max-width: 240px; }
  .guide-seamless-solution-landing .why-choose-services .box h3 {
    font-size: 18px; }
  .guide-seamless-solution-landing .why-choose-services .box + .box {
    margin-top: 20px; }
  .guide-seamless-solution-landing .why-choose-best-access-doors .btns {
    margin: 25px 0 0; }
  .guide-seamless-solution-landing .why-choose-best-access-doors .btns .btn {
    margin: 15px 0 0; }
  .guide-seamless-solution-landing .customization-showcase {
    margin: 70px 0 0; }
  .guide-seamless-solution-landing .customization-showcase .row {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .guide-seamless-solution-landing .customization-showcase .sec-heading {
    margin: 0 0 37px; }
  .guide-seamless-solution-landing .customization-showcase .row {
    gap: 30px;
    align-items: center; }
  .guide-seamless-solution-landing .customization-showcase .row .col.left, .guide-seamless-solution-landing .customization-showcase .row .col.right {
    width: 100%; }
  .guide-seamless-solution-landing .customization-showcase .row .col.left .btn {
    margin: 28px 0 0; }
  .guide-seamless-solution-landing .product-comparison {
    margin: 100px 0 0; }
  .guide-seamless-solution-landing .comparision-table {
    margin: 0 -2px; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading {
    width: 100%;
    display: block;
    border-radius: 8px;
    position: relative; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    right: 10px;
    top: 17px; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading.active::after {
    top: 15px;
    transform: rotate(180deg); }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col {
    border: 1px solid #fff;
    padding: 10px; }
  .guide-seamless-solution-landing .comparision-table .box-row {
    display: block; }
  .guide-seamless-solution-landing .comparision-table > .box-row + .box-row {
    margin-top: 8px; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .guide-seamless-solution-landing .comparision-table .box-row.product-info .box-col:before {
    content: attr(title);
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0 -10px;
    padding: 0 10px 6px;
    font-weight: 500; }
  .guide-seamless-solution-landing .ready-find-perfect {
    margin: 55px 0 0; }
  .guide-seamless-solution-landing .ready-find-perfect > p {
    margin-bottom: 20px; }
  .guide-seamless-solution-landing .ready-find-perfect .sec-heading {
    margin: 0 0 25px; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay {
    padding: 0 50px; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay p {
    padding: 15px;
    min-height: auto;
    line-height: normal; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec {
    margin: 0;
    gap: 10px;
    flex-wrap: wrap; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec .btn {
    flex: auto; } }

@media (max-width: 767px) {
  .guide-seamless-solution-landing {
    font-size: 14px;
    padding-bottom: 50px; }
  .guide-seamless-solution-landing p {
    font-size: 14px;
    line-height: 24px; }
  .guide-seamless-solution-landing .btn {
    min-height: 40px;
    font-size: 15px; }
  .guide-seamless-solution-landing .sec-heading {
    margin: 0 0 20px; }
  .guide-seamless-solution-landing .sec-heading h2 {
    font-size: 23px; }
  .guide-seamless-solution-landing .sec-heading .subheading {
    font-size: 18px;
    margin: 14px 0 0; }
  .guide-seamless-solution-landing .row {
    flex-wrap: wrap;
    gap: 20px; }
  .guide-seamless-solution-landing .row .col {
    width: 100%; }
  .guide-seamless-solution-landing .gss-banner {
    margin: 0 0 27px; }
  .guide-seamless-solution-landing .gss-banner .container {
    width: 100%; }
  .guide-seamless-solution-landing .gss-banner .img {
    /* display: none; */ }
  .guide-seamless-solution-landing .gss-banner .img.mobile-img {
    display: block; }
  .guide-seamless-solution-landing .gss-banner .overlay-content {
    max-width: 375px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content h1 {
    font-size: 24px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content h1 span {
    font-size: 18px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content .btns {
    flex-wrap: wrap;
    max-width: 202px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content .btns .btn {
    width: 100%;
    min-height: 40px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set .title {
    font-size: 16px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li span.icon-title {
    font-size: 14px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels {
    margin: 64px 0 0; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .sec-heading {
    margin: 0 0 25px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon-content h3 {
    font-size: 16px;
    margin: 0; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon-content p {
    line-height: 20px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box + .box {
    margin-top: 35px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels {
    margin: 65px 0 0; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .row {
    gap: 45px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .row .col {
    width: 100%; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .sec-heading {
    margin: 0 0 20px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .product .content .title {
    font-size: 16px;
    margin: 15px 0 4px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .product .content .btn {
    margin-top: 14px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .sec-heading {
    margin: 0 0 30px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .sec-heading .subheading {
    display: none; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.right {
    width: 100%; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency {
    padding: 40px 0; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left {
    width: 100%; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left .subheading {
    display: block; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left .img {
    display: flex;
    align-items: center;
    gap: 10px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .row .col.left .img img {
    max-width: 100px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency .btn-sec .btn {
    min-height: 40px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels.applications {
    margin: 65px 0 0; }
  .guide-seamless-solution-landing .type-of-access-doors-panels.applications .row {
    gap: 30px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels.applications .btn-sec .btn {
    min-height: 40px; }
  .guide-seamless-solution-landing .installation-best-practices {
    margin: 70px 0 0; }
  .guide-seamless-solution-landing .installation-best-practices .video-tab-slider {
    margin: 20px 0 30px; }
  .guide-seamless-solution-landing .installation-best-practices .btn {
    margin: 25px 0 0; }
  .guide-seamless-solution-landing .why-choose-best-access-doors {
    margin: 60px 0 0; }
  .guide-seamless-solution-landing .why-choose-best-access-doors .btns {
    margin: 10px 0 0; }
  .guide-seamless-solution-landing .customization-showcase {
    margin: 50px 0 0; }
  .guide-seamless-solution-landing .product-comparison {
    margin: 70px 0 0; }
  .guide-seamless-solution-landing .comparision-table {
    margin: 0;
    width: 100%; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col {
    display: grid;
    width: 100% !important;
    padding: 7px 10px;
    grid-template-columns: 160px auto;
    gap: 10px;
    align-items: center;
    border-radius: 8px; }
  .guide-seamless-solution-landing .comparision-table .box-row.product-info .box-col:before {
    border: 0;
    border-right: 1px solid #fff;
    padding: 8px 10px 8px 0;
    margin: 0;
    height: calc(100% + 15px);
    display: flex;
    align-items: center;
    line-height: normal;
    font-weight: 400; }
  .guide-seamless-solution-landing .ready-find-perfect {
    margin: 45px 0 0; }
  .guide-seamless-solution-landing .ready-find-perfect .sec-heading {
    margin: 0 0 15px; }
  .guide-seamless-solution-landing .ready-find-perfect .row {
    margin-top: 23px; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay {
    padding: 0 30px; }
  .guide-seamless-solution-landing .ready-find-perfect .btn-sec.bottom {
    margin: 30px 0 0; }
  .guide-seamless-solution-landing .ready-find-perfect .btn-sec.bottom .btn {
    max-width: 258px; } }

@media (max-width: 480px) {
  .guide-seamless-solution-landing {
    font-size: 13px; }
  .guide-seamless-solution-landing p {
    font-size: 13px;
    line-height: 20px; }
  .guide-seamless-solution-landing .btn {
    min-height: 30px;
    font-size: 13px;
    border-radius: 6px;
    padding: 0 10px;
    line-height: 1.1; }
  .guide-seamless-solution-landing .sec-heading {
    margin: 0 0 15px; }
  .guide-seamless-solution-landing .sec-heading h2 {
    font-size: 20px; }
  .guide-seamless-solution-landing .sec-heading .subheading {
    font-size: 15px;
    margin: 9px 0 0; }
  .guide-seamless-solution-landing .gss-banner .overlay-content {
    padding: 0 15px;
    max-width: 270px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content h1 {
    font-size: 17px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content h1 span {
    font-size: 13px; }
  .guide-seamless-solution-landing .gss-banner .overlay-content .btns {
    max-width: 150px;
    gap: 8px;
    margin: 16px 0 0; }
  .guide-seamless-solution-landing .gss-banner .overlay-content .btns .btn {
    min-height: 30px;
    font-size: 11px;
    padding: 0 5px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set .title {
    font-size: 15px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li span.icon {
    width: 70px;
    margin: 0 auto 9px; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set ul li span.icon-title {
    font-size: 13px;
    line-height: 1; }
  .guide-seamless-solution-landing .what-access-doors-panels .icon-set::after {
    top: 11px;
    height: 65px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels {
    margin: 50px 0 0; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box .icon-content h3 {
    font-size: 15px; }
  .guide-seamless-solution-landing .key-benifit-access-doors-panels .icon-boxes .box + .box {
    margin-top: 22px; }
  .guide-seamless-solution-landing .type-of-access-doors-panels {
    margin: 50px 0 0; }
  .guide-seamless-solution-landing .type-of-access-doors-panels .sec-heading {
    margin: 0 0 15px; }
  .guide-seamless-solution-landing .sustainability-energy-efficiency {
    padding: 33px 0; }
  .guide-seamless-solution-landing .type-of-access-doors-panels.applications {
    margin: 50px 0 0; }
  .guide-seamless-solution-landing .type-of-access-doors-panels.applications .btn-sec {
    margin: 24px 0 0; }
  .guide-seamless-solution-landing .video-tab-slider .main-video-thumbh {
    margin: 10px 0 0;
    padding: 0 28px; }
  .guide-seamless-solution-landing .aditional-resource h3 {
    margin: 0 0 3px; }
  .guide-seamless-solution-landing .aditional-resource ul li {
    margin: 0 0 3px; }
  .guide-seamless-solution-landing .installation-best-practices .btn {
    margin: 25px auto 0;
    text-align: center;
    max-width: 310px;
    display: flex;
    min-height: 40px; }
  .guide-seamless-solution-landing .review-slider .item {
    padding: 30px 15px 15px;
    margin-top: 16px;
    min-height: auto; }
  .guide-seamless-solution-landing .review-slider .item h2, .guide-seamless-solution-landing .review-slider .item .name {
    font-size: 16px; }
  .guide-seamless-solution-landing .review-slider .item p {
    margin: 8px 0 8px; }
  .guide-seamless-solution-landing .customer-satisfaction {
    display: none; }
  .guide-seamless-solution-landing .customer-satisfaction.mobile {
    display: block;
    float: right;
    margin-top: -113px;
    margin-right: -90px; }
  .guide-seamless-solution-landing .why-choose-services .box:last-child, .guide-seamless-solution-landing .why-choose-best-access-doors .btns {
    width: calc(100% - 90px); }
  .guide-seamless-solution-landing .customization-showcase .sec-heading {
    margin: 0 0 27px; }
  .guide-seamless-solution-landing .customization-showcase .row {
    gap: 20px; }
  .guide-seamless-solution-landing .customization-showcase .row .col.left .btn {
    margin: 18px auto 0;
    display: flex;
    max-width: 260px; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col {
    padding: 6px 10px;
    grid-template-columns: 94px auto;
    gap: 5px;
    line-height: 1.2;
    border-radius: 0; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col:nth-child(1) {
    border-radius: 0; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-row.product-info .box-col {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }
  .guide-seamless-solution-landing .comparision-table .box-row.product-info .box-col:before {
    padding: 3px 6px 3px 0;
    height: calc(100% + 12px);
    line-height: 1.2; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading {
    line-height: 1.1; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading strong {
    display: block;
    vertical-align: middle; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading::after {
    top: 20px; }
  .guide-seamless-solution-landing .comparision-table .box-row .box-col.comparision-heading.active::after {
    top: 18px; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay {
    padding: 0 10px; }
  .guide-seamless-solution-landing .ready-find-perfect .row .col .overlay .btn-sec .btn {
    font-size: 11px; } }

/* Best Access to Construction Innovation */
.construction-innovation {
  font-family: 'Poppins';
  font-size: 16px; }

.construction-innovation p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 0 0 25px; }

.construction-innovation p a {
  /* color: #000000; */ }

.construction-innovation .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.construction-innovation .row .col {
  width: calc(50% - 15px); }

.construction-innovation .ci-heading {
  text-align: center;
  margin: 0 auto 30px; }

.construction-innovation .ci-heading h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0074d9;
  font-family: 'Poppins';
  margin: 0 0;
  line-height: normal; }

.construction-innovation .ci-heading h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  font-family: 'Poppins';
  margin: 0 0 0;
  line-height: 40px; }

.construction-innovation .ci-heading p {
  padding: 0;
  margin: 23px 0 0; }

.construction-innovation.Architects .Architect-banner .overle {
  bottom: 96px; }

.construction-innovation.Architects .Architect-banner .overle h1 {
  font-size: 55px;
  line-height: 60px; }

.construction-innovation.Architects .Architect-banner .overle p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 0 30px; }

.construction-innovation.Architects .Architect-banner .overle h1, .construction-innovation.Architects .Architect-banner .overle p {
  max-width: 510px; }

.construction-innovation.Architects.Customization_lockers .Architect-banner img.architects-banner-img-mobile {
  display: none; }

.construction-innovation.Architects .Architect-banner .overle .Btn {
  margin: 0; }

.construction-innovation.Architects header.New-header .header_right .Keyword-serch .Request_quote a {
  background: #ffd600;
  border: 1px solid #ffd600;
  color: #000000; }

.construction-innovation.Architects .Architect-banner .overle .Btn a.Download-book {
  background: #0074d9;
  border: 1px solid #0074d9;
  color: #ffffff;
  min-width: 239px;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center; }

.Architects.Customization_lockers.construction-innovation .Find-section {
  margin-bottom: 50px; }

.construction-innovation .ci-about .txt-block p {
  border-left: 3px solid #0074d9;
  padding: 0 0 0 30px;
  margin: 0 0 50px; }

.construction-innovation .ci-information-grid .ci-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px; }

.construction-innovation .ci-information-grid .ci-heading h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0074d9;
  font-family: 'Poppins';
  text-transform: uppercase;
  margin: 24px 0 0;
  line-height: normal; }

.construction-innovation .ci-information-grid .ci-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  font-family: 'Poppins';
  margin: 0 0 0;
  line-height: 40px; }

.construction-innovation .ci-information-grid-box .row {
  gap: 35px; }

.construction-innovation .ci-information-grid-box .row .col.left {
  width: 410px; }

.construction-innovation .ci-information-grid-box .row .col.right {
  width: calc(100% - 410px - 35px); }

.construction-innovation .ci-information-grid-box .row .col .resource p {
  padding-bottom: 0; }

.construction-innovation .ci-information-grid-box .row .col .resource ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.construction-innovation .ci-information-grid-box .row .col .resource ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.construction-innovation .ci-information-grid-box .row .col .resource ul li + li {
  margin-top: 14px; }

.construction-innovation .ci-information-grid-box .row .col .resource ul li a {
  text-decoration: underline;
  color: #0074d9;
  font-weight: 500; }

.construction-innovation .application-icon-sec {
  background: #0074d9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 18px 35px;
  position: relative;
  z-index: 1;
  margin-top: -25px; }

.construction-innovation .application-icon-sec .title {
  position: absolute;
  top: -48px;
  left: 0;
  padding: 13px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  min-width: 220px;
  text-align: center;
  overflow: hidden;
  border-top-left-radius: 8px; }

.construction-innovation .application-icon-sec .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  border-radius: 8px;
  height: 130%;
  width: 100%;
  background: #0074d9;
  opacity: 0.55;
  z-index: -1;
  transform: skew(17deg, 0deg); }

.construction-innovation .application-icon-sec ul.application-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between; }

.construction-innovation .application-icon-sec ul.application-icons li {
  text-align: center;
  padding: 0 5px; }

.construction-innovation .application-icon-sec ul.application-icons li .ci-icon {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px; }

.construction-innovation .application-icon-sec ul.application-icons li .icon-title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.construction-innovation .ci-information-grid-box:nth-child(even) .row {
  flex-direction: row-reverse; }

.construction-innovation .ci-information-grid-box + .ci-information-grid-box {
  margin-top: 60px; }

.construction-innovation .ci-state-specification {
  padding: 60px 0 60px; }

.construction-innovation .ci-state-specification .row {
  gap: 30px 12px; }

.construction-innovation .ci-state-specification .row .col {
  width: calc(50% - 6px); }

.construction-innovation .ci-state-specification .ci-contry-box {
  display: flex;
  align-items: center; }

.construction-innovation .ci-state-specification .ci-contry-box .img {
  min-height: 119px;
  min-width: 119px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  margin-right: -70px;
  position: relative;
  z-index: 1;
  background: #fff; }

.construction-innovation .ci-state-specification .ci-contry-box .content {
  border: 2px solid #f2f2f2;
  border-radius: 15px;
  padding: 10px 10px 10px 83px;
  width: 100%;
  min-height: 165px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.construction-innovation .ci-state-specification .ci-contry-box .content h3 {
  font-family: 'Poppins';
  font-size: 20px;
  color: #000000;
  margin: 0 0 14px;
  font-weight: 700; }

.construction-innovation .ci-state-specification .ci-contry-box .content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.construction-innovation .ci-state-specification .ci-contry-box .content ul li strong {
  color: #0074d9; }

.construction-innovation .ci-state-specification .ci-contry-box .content ul li a {
  color: #0074d9;
  text-decoration: underline; }

.construction-innovation .ci-state-specification .ci-contry-box .content ul li + li {
  margin-top: 6px; }

.construction-innovation .maintenance-tips {
  background: #ffd500;
  padding: 45px 0 35px; }

.construction-innovation .maintenance-tips .row {
  align-items: center; }

.construction-innovation .maintenance-tips .col.left {
  width: 468px; }

.construction-innovation .maintenance-tips .col.right {
  width: calc(100% - 468px - 30px); }

.construction-innovation .maintenance-tips .col.left .title {
  width: 220px;
  float: right;
  margin-right: 30px;
  position: relative; }

.construction-innovation .maintenance-tips .col.left .title::after {
  content: '';
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/ci-maintenance-tips-bulb.png);
  width: 474px;
  height: 316px;
  position: absolute;
  top: -64px;
  right: 100%;
  margin-right: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.construction-innovation .maintenance-tips .col.left .title h3 {
  font-family: 'Poppins';
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin: 0; }

.construction-innovation .maintenance-tips .col.left .title h2 {
  font-family: 'Poppins';
  color: #000000;
  font-weight: 700;
  font-size: 91px;
  line-height: 1;
  margin: 8px 0 0; }

.construction-innovation .maintenance-tips .content p {
  padding: 0 0 7px; }

.construction-innovation .maintenance-tips .content p.title {
  font-size: 20px; }

.construction-innovation .maintenance-tips .content ul {
  margin: 0;
  list-style: none;
  padding: 0; }

.construction-innovation .maintenance-tips .content ul li {
  padding-left: 20px;
  position: relative; }

.construction-innovation .maintenance-tips .content ul li + li {
  margin-top: 7px; }

.construction-innovation .maintenance-tips .content ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #000; }

.construction-innovation .ci-faq {
  padding: 60px 0;
  margin: 0; }

.construction-innovation .ci-faq .ci-heading h2 {
  position: relative;
  display: inline-block; }

.construction-innovation .ci-faq .ci-heading h2:before {
  content: "";
  position: absolute;
  top: 2px;
  right: -50px;
  width: 24px;
  height: 24px;
  background: transparent;
  border-top: 12px solid #0074d9;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 12px 0 0; }

.construction-innovation .ci-faq .ci-heading.active h2:before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #ffd600;
  margin: 0; }

.construction-innovation.Architects .Questions-answers .container {
  max-width: 1000px; }

.construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
  border-top: 12px solid #ffd600; }

.construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title.active:before {
  border-bottom: 12px solid #0074d9;
  border-top: 12px solid transparent; }

.construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-content p {
  max-width: 905px; }

.construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
  background: #f2f2f2;
  border-color: #f2f2f2; }

.construction-innovation .ci-learning .row {
  align-items: center;
  gap: 0; }

.construction-innovation .ci-learning .row .col.left {
  width: 38%; }

.construction-innovation .ci-learning .row .col.right {
  width: 62%;
  padding-left: 70px; }

.construction-innovation .ci-learning .content p {
  padding: 0 0 35px; }

.construction-innovation .ci-learning .content *:last-child {
  padding-bottom: 0; }

.construction-innovation .ci-learning .content p a {
  text-decoration: underline;
  color: #0074d9; }

.construction-innovation .ci-learning .content .include p {
  padding: 0 0 9px; }

.construction-innovation .ci-learning .content .include ul {
  padding: 0;
  margin: 0 0 56px;
  list-style: none; }

.construction-innovation .ci-learning .content .include ul li {
  padding-left: 20px;
  position: relative; }

.construction-innovation .ci-learning .content .include ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #ffd500; }

.construction-innovation .ci-learning .content .include ul li + li {
  margin-top: 9px; }

.construction-innovation .ci-learning .video-sec iframe {
  height: 367px;
  border-radius: 15px;
  width: 100%; }

.construction-innovation .ci-expore-more {
  padding: 60px 0; }

.construction-innovation .ci-expore-more .container {
  max-width: 880px; }

.construction-innovation .ci-expore-more .icon-set .icon-box {
  display: flex;
  gap: 23px; }

.construction-innovation .ci-expore-more .icon-set .icon-box + .icon-box {
  margin-top: 23px; }

.construction-innovation .ci-expore-more .icon-set .icon-box .content p {
  padding: 0; }

.construction-innovation .ci-expore-more .icon-set .icon-box .content p a {
  text-decoration: underline;
  color: #0074d9; }

.construction-innovation .build-your-vision {
  background: #f2f2f2;
  text-align: center;
  padding: 60px 0 60px; }

.construction-innovation .build-your-vision .container {
  max-width: 750px; }

.construction-innovation .build-your-vision .ci-heading {
  margin-bottom: 30px; }

.construction-innovation .build-your-vision p {
  background: #f2f2f2; }

.construction-innovation .build-your-vision p strong {
  display: block; }

.construction-innovation .build-your-vision .btn {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: 1px solid #ffd600;
  border-radius: 8px;
  letter-spacing: 0;
  display: inline-block;
  padding: 11px 18px;
  width: 100%;
  max-width: 250px;
  margin: 28px 0 0; }

.construction-innovation.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field .search-icon button.submitBtn {
  background: #0074d9;
  border-color: #0074d9;
  color: #fff; }

.construction-innovation.Architects header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input {
  border-color: #0074d9; }

.Architects .Questions-answers .Questions-section .Questions-box .Questions-content .content-box p a {
  color: #418fc7; }

.construction-innovation .build-your-vision p a {
  color: #418fc7; }

@media (max-width: 1150px) {
  .construction-innovation .application-icon-sec ul.application-icons li .icon-title {
    font-size: 14px; }
  .construction-innovation .application-icon-sec {
    padding: 15px 15px; }
  .construction-innovation .ci-information-grid-box + .ci-information-grid-box {
    margin-top: 90px; } }

@media (max-width: 999px) {
  body.Best-Access-to-Construction-Innovation-Webpage {
    padding: 0; }
  .construction-innovation {
    font-size: 15px; }
  .construction-innovation p {
    font-size: 15px;
    padding: 0 0 20px; }
  .construction-innovation .ci-heading {
    margin: 0 auto 30px; }
  .construction-innovation .ci-heading h3, .construction-innovation .ci-heading h2 {
    font-size: 22px;
    line-height: normal; }
  .construction-innovation.Architects .Architect-banner .overle h1 {
    font-size: 41px;
    line-height: 47px; }
  .construction-innovation.Architects .Architect-banner .overle p {
    font-size: 17px; }
  .construction-innovation.Architects .Architect-banner .overle .Btn a.Download-book {
    font-size: 17px;
    min-width: 220px;
    min-height: 45px; }
  .construction-innovation .ci-about .txt-block p {
    padding: 0 0 0 20px;
    margin: 0 0 60px; }
  .construction-innovation.Architects.Customization_lockers .Find-section .box {
    width: 20%;
    margin: 0 !important; }
  .construction-innovation .ci-information-grid .ci-heading h3 {
    font-size: 22px; }
  .construction-innovation .ci-information-grid .ci-heading h2 {
    font-size: 28px;
    line-height: 36px; }
  .construction-innovation .ci-information-grid-box .row .col.left {
    width: 100%; }
  .construction-innovation .ci-information-grid-box .row .col.right {
    width: 100%; }
  .construction-innovation .application-icon-sec ul.application-icons li .icon-title {
    font-size: 15px; }
  .construction-innovation .ci-information-grid .ci-heading {
    margin: 0 auto 25px; }
  .construction-innovation .ci-state-specification .row {
    gap: 38px 12px; }
  .construction-innovation .ci-state-specification .row .col {
    width: 100%; }
  .construction-innovation .ci-state-specification .ci-contry-box {
    display: flex;
    align-items: flex-start; }
  .construction-innovation .ci-state-specification .ci-contry-box .img {
    margin-right: -100px;
    margin-top: -20px; }
  .construction-innovation .ci-state-specification .ci-contry-box .content {
    padding: 35px;
    justify-content: flex-start; }
  .construction-innovation .ci-state-specification .ci-contry-box .content ul li + li {
    margin-top: 13px; }
  .construction-innovation .ci-state-specification .ci-contry-box .content h3 {
    font-size: 18px;
    margin: 0 0 50px;
    padding-left: 80px; }
  .construction-innovation .maintenance-tips .col.right {
    width: 100%; }
  .construction-innovation .maintenance-tips .col.left {
    width: 550px;
    margin-bottom: 40px; }
  .construction-innovation .maintenance-tips .col.left .title::after {
    width: 370px;
    height: 250px;
    top: -20px;
    background-size: contain; }
  .construction-innovation .ci-learning .row .col.left {
    width: 50%;
    padding-right: 20px; }
  .construction-innovation .ci-learning .row .col.right {
    width: 50%;
    padding-left: 0; }
  .construction-innovation .ci-learning .video-sec iframe {
    height: 287px; }
  .construction-innovation .ci-learning .content p {
    padding: 0 0 20px; }
  .construction-innovation .ci-learning .content .include ul {
    margin: 0 0 25px; }
  .construction-innovation .ci-learning .content .include ul li + li {
    margin-top: 5px; }
  .construction-innovation .ci-expore-more {
    padding: 100px 0; }
  .construction-innovation .build-your-vision .ci-heading {
    margin-bottom: 20px; }
  .construction-innovation .build-your-vision .btn {
    font-size: 17px;
    padding: 9px 18px;
    margin: 15px 0 0;
    max-width: 225px; }
  .Architects.Customization_lockers.construction-innovation .Find-section {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .construction-innovation {
    font-size: 14px;
    line-height: 22px; }
  .construction-innovation p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 15px; }
  .construction-innovation .ci-heading {
    margin: 0 auto 20px; }
  .construction-innovation .ci-heading p {
    margin: 16px 0 0; }
  .construction-innovation .ci-heading h3, .construction-innovation .ci-heading h2 {
    font-size: 20px; }
  .construction-innovation .row .col {
    width: 100%; }
  .construction-innovation .ci-about .txt-block p {
    padding: 0 0 0 15px;
    margin: 0 0 40px; }
  .construction-innovation .ci-information-grid .ci-heading {
    margin: 0 auto 20px; }
  .construction-innovation .ci-information-grid .ci-heading .ci-icon {
    width: 60px;
    display: inline-block; }
  .construction-innovation .ci-information-grid .ci-heading h3 {
    font-size: 20px;
    margin: 15px 0 10px;
    line-height: 1.2; }
  .construction-innovation .ci-information-grid .ci-heading h2 {
    font-size: 24px;
    line-height: 1.2; }
  .construction-innovation .application-icon-sec ul.application-icons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px; }
  .construction-innovation .ci-information-grid-box .row .col .resource ul li + li {
    margin-top: 10px; }
  .construction-innovation .application-icon-sec .title {
    font-size: 18px;
    top: -42px;
    min-width: 190px;
    padding: 10px;
    padding-right: 20px; }
  .construction-innovation .application-icon-sec ul.application-icons li .icon-title {
    font-size: 14px; }
  .construction-innovation .ci-information-grid-box + .ci-information-grid-box {
    margin-top: 50px; }
  .construction-innovation .ci-information-grid-box .row .col.right .img {
    margin: 0 -3%; }
  .construction-innovation .application-icon-sec {
    border-radius: 0; }
  .construction-innovation .ci-state-specification .ci-contry-box .img {
    margin-right: -75px;
    margin-top: -20px;
    max-width: 90px;
    min-width: 90px;
    min-height: 90px; }
  .construction-innovation .ci-state-specification .ci-contry-box .content h3 {
    font-size: 17px;
    margin: 0 0 30px;
    padding-left: 60px; }
  .construction-innovation .ci-state-specification .ci-contry-box .content {
    padding: 25px; }
  .construction-innovation .ci-state-specification {
    padding: 60px 0 60px; }
  .construction-innovation .maintenance-tips .col.left {
    width: 450px;
    margin-bottom: 10px; }
  .construction-innovation .ci-faq {
    padding: 50px 0; }
  .construction-innovation .ci-faq .ci-heading h2:before {
    top: -2px; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box {
    margin-bottom: 10px; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
    padding: 15px;
    font-size: 14px;
    padding-right: 40px; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
    right: 10px; }
  .construction-innovation.Architects .Questions-answers .Questions-section {
    display: block; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-content .content-box {
    background: transparent; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-content p {
    font-weight: normal;
    font-size: 14px; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title.active:before {
    top: 7px; }
  .construction-innovation .ci-learning .row .col.left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px; }
  .construction-innovation .ci-learning .row .col.right {
    width: 100%; }
  .construction-innovation .ci-learning .video-sec iframe {
    height: 335px;
    max-width: 500px;
    margin: auto; }
  .construction-innovation .ci-expore-more {
    padding: 50px 0; }
  .construction-innovation .ci-expore-more .icon-set .icon-box .img {
    min-width: 50px;
    max-width: 50px; }
  .construction-innovation .ci-expore-more .icon-set .icon-box {
    display: flex;
    gap: 16px; }
  .construction-innovation .ci-expore-more .icon-set .icon-box + .icon-box {
    margin-top: 20px; }
  .construction-innovation .build-your-vision {
    padding: 50px 0 50px; } }

@media (max-width: 480px) {
  .construction-innovation {
    font-size: 13px;
    line-height: 20px; }
  .construction-innovation p {
    font-size: 13px;
    line-height: 20px; }
  .construction-innovation .ci-heading h3, .construction-innovation .ci-heading h2 {
    font-size: 18px; }
  .construction-innovation.Architects .Architect-banner .overle h1 {
    font-size: 32px;
    line-height: 36px; }
  .construction-innovation.Architects .Architect-banner .overle .Btn a.Download-book {
    font-size: 15px;
    min-width: 200px;
    min-height: 40px; }
  .construction-innovation.Architects .Architect-banner .overle p {
    font-size: 15px;
    padding: 5px 0 22px; }
  .construction-innovation.Architects.Customization_lockers .Find-section .box {
    width: 33.33%; }
  .construction-innovation.Architects .Find-section .container {
    gap: 20px 0; }
  .construction-innovation.Architects.Customization_lockers .Architect-banner img.architects-banner-img {
    /* display: none; */ }
  .construction-innovation.Architects.Customization_lockers .Architect-banner img.architects-banner-img-mobile {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .construction-innovation .ci-about .txt-block p {
    padding: 0;
    border: 0; }
  .construction-innovation .ci-information-grid .ci-heading .ci-icon {
    width: 50px; }
  .construction-innovation .ci-information-grid .ci-heading h3 {
    font-size: 15px;
    margin: 12px 0 8px;
    line-height: 1.2; }
  .construction-innovation .ci-information-grid .ci-heading h2 {
    font-size: 18px; }
  .construction-innovation .ci-information-grid-box + .ci-information-grid-box {
    margin-top: 40px; }
  .construction-innovation .ci-information-grid-box .row {
    gap: 25px; }
  .construction-innovation .application-icon-sec .title {
    font-size: 15px;
    top: -34px;
    min-width: 150px;
    padding: 7px;
    padding-right: 20px;
    left: 10px; }
  .construction-innovation .application-icon-sec {
    padding: 10px 5px; }
  .construction-innovation .application-icon-sec ul.application-icons {
    justify-content: flex-start;
    gap: 20px 10px; }
  .construction-innovation .application-icon-sec ul.application-icons li {
    padding: 0 5px;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left; }
  .construction-innovation .application-icon-sec ul.application-icons li .icon-title {
    font-size: 13px;
    line-height: normal; }
  .construction-innovation .application-icon-sec ul.application-icons li .ci-icon img {
    max-height: 38px;
    max-width: 45px; }
  .construction-innovation .application-icon-sec ul.application-icons li .ci-icon {
    height: 38px;
    margin-bottom: 5px;
    justify-content: flex-start; }
  .ci-state-specification .ci-heading p {
    text-align: left; }
  .construction-innovation .ci-state-specification .ci-contry-box .img {
    max-width: 80px;
    min-width: 80px;
    min-height: 80px; }
  .construction-innovation .ci-state-specification .ci-contry-box .content {
    padding: 20px 30px; }
  .construction-innovation .ci-state-specification .ci-contry-box .content ul li + li {
    margin-top: 10px; }
  .construction-innovation .maintenance-tips .col.left .title h3 {
    font-size: 24px;
    line-height: 28px; }
  .construction-innovation .maintenance-tips .col.left .title h2 {
    font-size: 60px; }
  .construction-innovation .maintenance-tips .col.left .title {
    width: 180px;
    margin-right: 0;
    margin-left: 120px;
    float: left; }
  .construction-innovation .maintenance-tips .col.left .title::after {
    width: 283px;
    height: 190px;
    top: -10px; }
  .construction-innovation .maintenance-tips .content ul li:before {
    height: 8px;
    width: 8px; }
  .construction-innovation .ci-faq {
    padding: 40px 0; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title {
    font-size: 13px;
    line-height: normal;
    padding: 10px;
    padding-right: 35px; }
  .construction-innovation .ci-faq .ci-heading h2:before {
    top: -4px;
    right: -29px; }
  .construction-innovation.Architects .Questions-answers .Questions-section .Questions-box .Questions-title:before {
    top: 7px; }
  .construction-innovation .ci-learning .content .include ul li:before {
    height: 8px;
    width: 8px; }
  .construction-innovation .ci-learning .content p {
    padding: 0 0 15px; }
  .construction-innovation .ci-learning .content .include ul {
    margin: 0 0 15px; }
  .construction-innovation .ci-learning .video-sec iframe {
    height: 205px; }
  .construction-innovation .ci-expore-more {
    padding: 40px 0; }
  .construction-innovation .ci-expore-more .icon-set .icon-box .img {
    min-width: 40px;
    max-width: 40px; }
  .construction-innovation .build-your-vision {
    padding: 40px 0 40px; }
  .construction-innovation .build-your-vision .btn {
    font-size: 14px;
    padding: 9px 10px;
    margin: 10px 0 0;
    max-width: 200px; } }

/* Best Access to Construction Innovation End */
/******************** Best Access to Custom Access Solutions Page ********************/
.Architects.Custom_access_solutions header.New-header .Logo {
  padding-top: 7px; }

.Architects.Custom_access_solutions header.New-header .Logo a img.solution-logo-white {
  display: none; }

.Architects.Custom_access_solutions header.New-header .header_right .Menu ul li a {
  color: #000000; }

.Architects.Custom_access_solutions header.New-header .header_right .Menu ul li a:hover {
  color: #0074d9; }

.Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 22px 0 0; }

.Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #f3e9d0;
  background: #0074d9;
  border: 1px solid #0074d9;
  border-radius: 5px;
  letter-spacing: 0;
  outline: none;
  display: inline-block;
  margin: 0;
  padding: 6px 23px; }

.Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a:hover {
  color: #000000;
  background: transparent;
  border-color: #000000; }

.Architects.Custom_access_solutions header.New-header.fixed-header .header_right .Keyword-serch .Request_quote a:hover {
  color: #fff;
  border-color: #fff; }

.Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input::-moz-placeholder {
  color: #000000;
  opacity: 10; }

.Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input::-webkit-input-placeholder {
  color: #000000; }

.Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input {
  color: #000000;
  background: rgba(255, 255, 255, 0.5); }

.Architects.Custom_access_solutions header.New-header .header_right {
  display: inline-block; }

.Architects.Custom_access_solutions header.New-header .header_right .Menu {
  padding: 9px 0;
  margin-right: 40px; }

.Architects.Custom_access_solutions header.New-header .header_right .Menu ul li {
  margin-right: 46px; }

.Architects.Custom_access_solutions header.New-header .header_right .Menu ul li:last-child {
  margin-right: 0; }

.Architects.Custom_access_solutions header.New-header.fixed-header .Logo {
  padding-top: 0; }

.Architects.Custom_access_solutions header.New-header.fixed-header .Logo a img.solution-logo {
  display: none; }

.Architects.Custom_access_solutions header.New-header.fixed-header .Logo a img.solution-logo-white {
  display: block; }

.Architects.Custom_access_solutions header.New-header.fixed-header .header_right .Menu ul li a {
  color: #ffffff; }

.Architects.Custom_access_solutions header.New-header.fixed-header .header_right .Menu ul li a:hover {
  color: #0074d9; }

.Architects.Custom_access_solutions header.New-header.fixed-header .header_right .Keyword-serch .Search-products {
  display: none; }

.Architects.Custom_access_solutions header.New-header.fixed-header .header_right .Keyword-serch .Request_quote {
  margin: 0; }

.Architects.Custom_access_solutions .Architect-banner:before {
  display: none; }

.Architects.Custom_access_solutions .Architect-banner .overle {
  bottom: 104px; }

.Architects.Custom_access_solutions .Architect-banner .overle h1 {
  font-size: 57px;
  line-height: 62px;
  color: #000000;
  letter-spacing: 0; }

.Architects.Custom_access_solutions .Architect-banner .overle h1 span {
  color: #0074d9; }

.Architects.Custom_access_solutions .Architect-banner .overle p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  padding: 0 0 12px; }

.Architects.Custom_access_solutions .Architect-banner .overle .Btn a.Explore-now-btn {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600;
  min-width: 196px;
  text-align: center; }

.Architects.Custom_access_solutions .Architect-banner .overle .Btn a.Explore-now-btn:hover {
  color: #ffffff;
  background: #0074d9;
  border-color: #0074d9; }

.Architects.Custom_access_solutions .Find-section {
  margin-top: -30px; }

.Architects.Custom_access_solutions .Find-section .box a {
  line-height: 23px;
  margin: 0; }

.Architects.Custom_access_solutions .Find-section .box a:hover {
  color: #0074d9; }

.Common-content {
  width: 100%;
  display: inline-block;
  margin: 0 0 88px; }

.Architects.Custom_access_solutions .Common-content .container {
  max-width: 945px;
  display: flex;
  align-items: center; }

.Common-content .image {
  width: 465px;
  float: left; }

.Common-content .image img {
  width: 100%;
  border-radius: 8px; }

.Common-content .content {
  width: calc(100% - 465px);
  float: right;
  padding-left: 57px; }

.Common-content .content p {
  color: #2d2d2d; }

.Common-content .content p b {
  font-family: Poppins;
  font-weight: 700; }

.Common-content .content p:last-child {
  padding: 0; }

.Precision-tailored {
  width: 100%;
  display: inline-block;
  margin: 0 0 41px; }

.Precision-tailored h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: -0.36px;
  max-width: 650px;
  text-align: center;
  margin: 0 auto 41px; }

.Precision-tailored .section-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Precision-tailored .section-box .box {
  width: 33.333%;
  float: left; }

.Precision-tailored .section-box .box .Icon {
  width: 62px;
  float: left; }

.Precision-tailored .section-box .box .content {
  width: calc(100% - 87px);
  float: right;
  padding-right: 38px; }

.Precision-tailored .section-box .box .content h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 10px; }

.Precision-tailored .section-box .box .content p {
  color: #2d2d2d; }

.Precision-tailored .section-box .box .content p:last-child {
  padding: 0; }

.Customizable-doors-panels {
  width: 100%;
  display: inline-block;
  margin: 0 0 98px; }

.Customizable-doors-panels .container {
  max-width: 880px; }

.Customizable-doors-panels img.Title-icon {
  max-width: 70px;
  display: table;
  margin: 0 auto 30px; }

.Customizable-doors-panels h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 48px; }

.Customizable-doors-panels .section-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 62px; }

.Customizable-doors-panels .section-box .Left-box {
  width: 335px;
  float: left; }

.Customizable-doors-panels .section-box .Left-box img {
  margin: 0 0 20px; }

.Customizable-doors-panels .section-box .Left-box h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #2d2d2d;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 2px; }

.Customizable-doors-panels .section-box .Left-box span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #0074d9;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
  margin: 0 0 6px; }

.Customizable-doors-panels .section-box .Left-box ul {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 19px;
  margin: 0 0 20px; }

.Customizable-doors-panels .section-box .Left-box ul li {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2d2d2d;
  letter-spacing: 0;
  width: 100%;
  padding: 0 0 0;
  margin: 0 0 0; }

.Customizable-doors-panels .section-box .Right-box {
  width: calc(100% - 376px);
  float: right; }

.Customizable-doors-panels .section-box .Right-box .Slider_owl .item {
  width: 100%;
  min-height: 403px;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.Customizable-doors-panels .section-box .Right-box .Slider_owl .item img {
  width: auto;
  border-radius: 10px;
  max-height: 400px; }

.Customizable-doors-panels .section-box .Right-box .Slider_owl .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px; }

.Customizable-doors-panels .section-box .Right-box .Slider_owl .owl-nav button.owl-next {
  left: auto;
  right: 15px; }

.Customizable-doors-panels .section-box .Right-box .Slider_owl .owl-dots, .Customizable-doors-panels .section-box .Right-box .Slider_owl .owl-thumbs {
  display: none; }

.Customizable-doors-panels .section-box .Right-box .Thumbs_owl {
  width: 100%;
  display: inline-block;
  margin: 13px 0 0; }

.Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-nav, .Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-dots, .Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-thumbs {
  display: none; }

.Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-item {
  border: 1px solid #eeeeee; }

.Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-item.current {
  border-color: #000000; }

.Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-item, .Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-item .item, .Customizable-doors-panels .section-box .Right-box .Thumbs_owl .owl-item img {
  border-radius: 8px; }

.Customizable-doors-panels .section-box .Right-box a.View-model-btn {
  display: none; }

.Customizable-doors-panels .section-box a.View-model-btn {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  background: #fed402;
  border: none;
  border-radius: 8px;
  letter-spacing: 0;
  display: inline-block;
  padding: 4px 30.5px; }

.Customizable-doors-panels .section-box a.View-model-btn:hover {
  color: #ffffff;
  background: #0074d9; }

.Customizable-doors-panels .View-all-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 12px 0 0; }

.Customizable-doors-panels .View-all-btn a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #0074d9;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  margin: 0 0 2px; }

.Customizable-doors-panels .View-all-btn a:hover {
  color: #000000; }

.Benefits-choosing {
  width: 100%;
  display: inline-block;
  background: #fed402;
  padding: 48px 0 70px;
  margin: 0 0 96px; }

.Benefits-choosing .container {
  max-width: 1015px; }

.Benefits-choosing h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 52px; }

.Benefits-choosing .section-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Benefits-choosing .section-box .box {
  width: calc(50% - 28px);
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.Benefits-choosing .section-box .box:nth-child(even) {
  margin-left: 55px; }

.Benefits-choosing .section-box .box:nth-child(n+3) {
  margin-top: 28px; }

.Benefits-choosing .section-box .box .Icon {
  width: 107px;
  height: 107px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  float: left; }

.Benefits-choosing .section-box .box .content {
  width: calc(100% - 145px);
  float: right; }

.Benefits-choosing .section-box .box .content h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0;
  margin: 0; }

.Benefits-choosing .section-box .box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0; }

.Applications-customizable {
  width: 100%;
  display: inline-block;
  margin: 0 0 99px; }

.Applications-customizable .container {
  max-width: 860px; }

.Applications-customizable h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 69px; }

.Applications-customizable .section-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Applications-customizable .section-box .box {
  width: calc(33.333% - 37px);
  float: left;
  margin-right: 55px; }

.Applications-customizable .section-box .box:last-child {
  margin-right: 0; }

.Applications-customizable .section-box .box .applications-icon {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 28px; }

.Applications-customizable .section-box .box .applications-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  background: #fed402;
  border-radius: 50%;
  display: inline-block;
  z-index: -1; }

.Applications-customizable .section-box .box h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: -0.3px;
  margin: 0 0 7px; }

.Applications-customizable .section-box .box p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: -0.24px;
  padding: 0; }

.Applications-customizable .View-all-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0; }

.Applications-customizable .View-all-btn a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #0074d9;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  margin: 0 0 2px; }

.Applications-customizable .View-all-btn a:hover {
  color: #000000; }

.Ready-customize {
  width: 100%;
  display: inline-block;
  margin: 0 0 92px; }

.Ready-customize .container {
  max-width: 990px; }

.Ready-customize img.Title-icon {
  max-width: 70px;
  display: table;
  margin: 0 auto 33px; }

.Ready-customize h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 67px; }

.Ready-customize .section-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Ready-customize .section-box .Image {
  width: 370px;
  float: left; }

.Ready-customize .section-box .content {
  width: calc(100% - 427px);
  float: right; }

.Ready-customize .section-box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 24px; }

.Ready-customize .section-box .content p b {
  font-family: Poppins;
  font-weight: 700; }

.Ready-customize .section-box .content p:last-child {
  padding: 0; }

.Learn-more-about {
  width: 100%;
  display: inline-block;
  margin: 0 0 92px; }

.Learn-more-about .container {
  max-width: 690px; }

.Learn-more-about p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 17px; }

.Learn-more-about p b {
  font-family: Poppins;
  font-weight: 700; }

.Learn-more-about ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.Learn-more-about ul li {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 18px; }

.Learn-more-about ul li a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0074d9;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px; }

.Learn-more-about ul li a:hover {
  color: #000000; }

/*************** Responsive ***************/
@media (max-width: 1150px) {
  .Architects.Custom_access_solutions header.New-header .header_right .Menu {
    padding: 9px 0;
    margin-right: 35px; }
  .Architects.Custom_access_solutions header.New-header .header_right .Menu ul li {
    margin-right: 35px; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 20px 0 0; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 17px;
    padding: 6px 20px; }
  .Architects.Custom_access_solutions .Architect-banner .overle h1 {
    font-size: 52px;
    line-height: 55px; }
  .Architects.Custom_access_solutions .Architect-banner .overle p {
    font-size: 19px;
    line-height: 25px;
    padding: 0 0 10px; }
  .Common-content, .Customizable-doors-panels, .Applications-customizable, .Benefits-choosing, .Ready-customize, .Learn-more-about {
    margin: 0 0 80px; }
  .Common-content .image {
    width: 450px; }
  .Common-content .content {
    width: calc(100% - 450px);
    padding-left: 40px; }
  .Precision-tailored h2 {
    font-size: 24px;
    letter-spacing: -0.36px;
    max-width: 650px;
    margin: 0 auto 38px; }
  .Precision-tailored .section-box .box .Icon {
    width: 55px; }
  .Precision-tailored .section-box .box .content {
    width: calc(100% - 75px);
    padding-right: 20px; }
  .Precision-tailored .section-box .box .content h3 {
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 8px; }
  .Customizable-doors-panels img.Title-icon, .Ready-customize img.Title-icon {
    max-width: 65px;
    margin: 0 auto 25px; }
  .Customizable-doors-panels h2 {
    font-size: 28px;
    margin: 0 0 40px; }
  .Customizable-doors-panels .section-box {
    margin: 0 0 50px; }
  .Customizable-doors-panels .section-box .Left-box img {
    margin: 0 0 15px; }
  .Customizable-doors-panels .section-box .Left-box h3 {
    font-size: 24px; }
  .Customizable-doors-panels .section-box .Left-box span {
    font-size: 19px;
    line-height: 1.25;
    margin: 0 0 5px; }
  .Customizable-doors-panels .section-box .Left-box ul {
    padding: 0 0 0 19px;
    margin: 0 0 15px; }
  .Customizable-doors-panels .section-box a.View-model-btn {
    font-size: 17px;
    padding: 4px 28px; }
  .Customizable-doors-panels .View-all-btn {
    margin: 10px 0 0; }
  .Customizable-doors-panels .View-all-btn a, .Applications-customizable .View-all-btn a {
    font-size: 19px; }
  .Benefits-choosing {
    padding: 45px 0 60px; }
  .Benefits-choosing h2 {
    font-size: 23px;
    line-height: 1.25;
    max-width: 600px;
    margin: 0 auto 40px; }
  .Benefits-choosing .section-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .Benefits-choosing .section-box .box .Icon {
    width: 90px;
    height: 90px; }
  .Benefits-choosing .section-box .box .Icon img {
    max-width: 60px; }
  .Benefits-choosing .section-box .box .content {
    width: calc(100% - 120px); }
  .Benefits-choosing .section-box .box .content h3 {
    font-size: 19px; }
  .Benefits-choosing .section-box .box:nth-child(n+3) {
    margin-top: 25px; }
  .Applications-customizable h2 {
    font-size: 23px;
    line-height: 1.25;
    margin: 0 0 50px; }
  .Applications-customizable .section-box .box {
    width: calc(33.333% - 27px);
    margin-right: 40px; }
  .Applications-customizable .section-box .box .applications-icon {
    margin: 0 0 25px; }
  .Applications-customizable .section-box .box h3 {
    font-size: 19px;
    margin: 0 0 5px; }
  .Applications-customizable .View-all-btn {
    margin: 25px 0 0; }
  .Ready-customize h2 {
    font-size: 28px;
    margin: 0 0 50px; }
  .Ready-customize .section-box .Image {
    width: 350px; }
  .Ready-customize .section-box .content {
    width: calc(100% - 380px); }
  .Ready-customize .section-box .content p {
    padding: 0 0 18px; }
  .Learn-more-about p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 15px; }
  .Learn-more-about ul li {
    margin: 0 0 15px; } }

@media (max-width: 999px) {
  body.Best-Access-to-Custom-Access-Solutions-Webpage {
    padding-top: 0; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 18px 0 0; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 16px;
    padding: 6px 18px; }
  .Architects.Custom_access_solutions header.New-header .mobile-menu p span {
    background: #000000; }
  .Architects.Custom_access_solutions header.New-header.fixed-header .mobile-menu p span {
    background: #ffffff; }
  .Architects.Custom_access_solutions .Architect-banner .overle {
    bottom: 70px; }
  .Architects.Custom_access_solutions .Architect-banner .overle h1 {
    font-size: 45px;
    line-height: 48px; }
  .Architects.Custom_access_solutions .Architect-banner .overle p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 8px; }
  .Architects.Custom_access_solutions .Architect-banner .overle .Btn a.Explore-now-btn {
    min-width: 180px; }
  .Architects.Custom_access_solutions .Find-section .box a {
    line-height: 22px; }
  .Common-content, .Customizable-doors-panels, .Applications-customizable, .Benefits-choosing, .Ready-customize, .Learn-more-about {
    margin: 0 0 60px; }
  .Architects.Custom_access_solutions .Common-content .container {
    display: table; }
  .Common-content .image {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 25px; }
  .Common-content .content {
    width: 100%;
    display: inline-block;
    float: initial;
    padding: 0; }
  .Precision-tailored {
    margin: 0 0 40px; }
  .Precision-tailored h2 {
    font-size: 23px;
    letter-spacing: -0.36px;
    max-width: 650px;
    margin: 0 auto 35px; }
  .Precision-tailored .section-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .Precision-tailored .section-box .box {
    width: 50%; }
  .Precision-tailored .section-box .box:nth-child(n+3) {
    margin-top: 35px; }
  .Precision-tailored .section-box .box .Icon {
    width: 50px; }
  .Precision-tailored .section-box .box .content {
    width: calc(100% - 70px);
    padding-right: 20px; }
  .Precision-tailored .section-box .box .content h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px; }
  .Customizable-doors-panels img.Title-icon, .Ready-customize img.Title-icon {
    max-width: 60px;
    margin: 0 auto 20px; }
  .Customizable-doors-panels h2 {
    font-size: 25px;
    margin: 0 0 30px; }
  .Customizable-doors-panels .section-box {
    margin: 0 0 40px; }
  .Customizable-doors-panels .section-box .Left-box {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 20px; }
  .Customizable-doors-panels .section-box .Left-box h3 {
    font-size: 22px; }
  .Customizable-doors-panels .section-box .Left-box span {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 5px; }
  .Customizable-doors-panels .section-box .Left-box a.View-model-btn {
    display: none; }
  .Customizable-doors-panels .section-box .Right-box {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Customizable-doors-panels .section-box .Right-box a.View-model-btn {
    display: table;
    margin: 20px auto 0; }
  .Customizable-doors-panels .View-all-btn {
    margin: 5px 0 0; }
  .Customizable-doors-panels .View-all-btn a, .Applications-customizable .View-all-btn a {
    font-size: 18px; }
  .Benefits-choosing {
    padding: 40px 0 50px; }
  .Benefits-choosing h2 {
    font-size: 22px;
    line-height: 1.25;
    max-width: 600px;
    margin: 0 auto 30px; }
  .Benefits-choosing .section-box .box {
    width: calc(50% - 15px); }
  .Benefits-choosing .section-box .box:nth-child(even) {
    margin-left: 30px; }
  .Benefits-choosing .section-box .box .content {
    width: calc(100% - 105px); }
  .Benefits-choosing .section-box .box .content h3 {
    font-size: 18px;
    line-height: 1.3; }
  .Applications-customizable h2 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 40px; }
  .Applications-customizable .section-box .box {
    width: calc(50% - 15px);
    margin-right: 30px;
    text-align: center; }
  .Applications-customizable .section-box .box:nth-child(even) {
    margin-right: 0; }
  .Applications-customizable .section-box .box:nth-child(n+3) {
    margin-top: 30px; }
  .Applications-customizable .section-box .box .applications-icon {
    margin: 0 0 20px; }
  .Applications-customizable .section-box .box .applications-icon:before {
    width: 100px;
    height: 100px; }
  .Applications-customizable .section-box .box .applications-icon img {
    max-width: 90px; }
  .Ready-customize h2 {
    font-size: 25px;
    margin: 0 0 25px; }
  .Ready-customize .section-box {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
  .Ready-customize .section-box .content {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0 0 25px; }
  .Ready-customize .section-box .content p {
    padding: 0 0 15px; }
  .Ready-customize .section-box .Image {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center; }
  .Ready-customize .section-box .Image img {
    max-width: 300px; }
  .Learn-more-about p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 15px; }
  .Learn-more-about ul li {
    margin: 0 0 12px; } }

@media (max-width: 767px) {
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Search-products {
    width: calc(100% - 172px);
    float: left; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    width: auto;
    float: right;
    margin: 0; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 15px;
    padding: 6px 15px; }
  .Architects.Custom_access_solutions .Architect-banner .overle h1 {
    font-size: 35px;
    line-height: 40px; }
  .Architects.Custom_access_solutions .Architect-banner .overle .Btn a.Explore-now-btn {
    min-width: 170px; }
  .Architects.Custom_access_solutions .Find-section {
    margin-top: -25px; }
  .Architects.Custom_access_solutions .Find-section .box a {
    font-size: 16px;
    line-height: 20px; }
  .Common-content, .Customizable-doors-panels, .Applications-customizable, .Benefits-choosing, .Ready-customize, .Learn-more-about {
    margin: 0 0 50px; }
  .Common-content .image {
    margin: 0 0 18px; }
  .Precision-tailored h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    max-width: 100%;
    margin: 0 0 25px; }
  .Precision-tailored .section-box {
    display: inline-block; }
  .Precision-tailored .section-box .box {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Precision-tailored .section-box .box:nth-child(n+2) {
    margin-top: 30px; }
  .Customizable-doors-panels h2 {
    font-size: 22px;
    margin: 0 0 25px; }
  .Customizable-doors-panels img.Title-icon, .Ready-customize img.Title-icon {
    max-width: 55px;
    margin: 0 auto 15px; }
  .Customizable-doors-panels .section-box .Left-box img {
    display: table;
    margin: 0 auto 12px; }
  .Customizable-doors-panels .section-box .Left-box h3 {
    font-size: 21px; }
  .Customizable-doors-panels .section-box .Left-box {
    margin: 0 0 10px; }
  .Customizable-doors-panels .section-box {
    margin: 0 0 35px; }
  .Customizable-doors-panels .View-all-btn {
    margin: 0; }
  .Customizable-doors-panels .View-all-btn a, .Applications-customizable .View-all-btn a {
    font-size: 17px; }
  .Customizable-doors-panels .section-box a.View-model-btn {
    font-size: 16px;
    padding: 4px 25px; }
  .Benefits-choosing {
    padding: 35px 0; }
  .Benefits-choosing h2 {
    font-size: 21px;
    line-height: 1.25;
    max-width: 100%;
    margin: 0 auto 20px; }
  .Benefits-choosing .section-box {
    display: inline-block; }
  .Benefits-choosing .section-box .box {
    width: 100%;
    float: initial; }
  .Benefits-choosing .section-box .box:nth-child(even) {
    margin-left: 0; }
  .Benefits-choosing .section-box .box:nth-child(n+2) {
    margin-top: 20px; }
  .Benefits-choosing .section-box .box .Icon {
    width: 80px;
    height: 80px; }
  .Benefits-choosing .section-box .box .Icon img {
    max-width: 50px; }
  .Benefits-choosing .section-box .box .content {
    width: calc(100% - 95px); }
  .Applications-customizable h2 {
    font-size: 21px;
    line-height: 1.25;
    margin: 0 0 30px; }
  .Applications-customizable .View-all-btn {
    margin: 20px 0 0; }
  .Ready-customize h2 {
    font-size: 22px;
    margin: 0 0 18px; }
  .Ready-customize .section-box .content p {
    padding: 0 0 12px; } }

@media (max-width: 480px) {
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Search-products {
    width: 100%;
    display: inline-block;
    float: initial; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    display: none; }
  .Architects.Custom_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a {
    font-size: 14px;
    padding: 6px 14px; }
  .Architects.Custom_access_solutions header.New-header.fixed-header .header_right .Keyword-serch .Request_quote {
    display: inline-block; }
  .Architects.Custom_access_solutions .Architect-banner {
    height: 450px; }
  .Architects.Custom_access_solutions .Architect-banner .overle h1 {
    font-size: 32px;
    line-height: 37px; }
  .Architects.Custom_access_solutions .Architect-banner .overle .Btn a.Explore-now-btn {
    min-width: 150px; }
  .Architects.Custom_access_solutions .Find-section {
    margin-bottom: 40px; }
  .Architects.Custom_access_solutions .Find-section .box a {
    font-size: 15px;
    line-height: 18px; }
  .Common-content, .Customizable-doors-panels, .Applications-customizable, .Benefits-choosing, .Ready-customize, .Learn-more-about {
    margin: 0 0 40px; }
  .Common-content .image {
    margin: 0 0 15px; }
  .Precision-tailored h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    max-width: 100%;
    margin: 0 0 22px; }
  .Precision-tailored .section-box .box:nth-child(n+2) {
    margin-top: 25px; }
  .Precision-tailored .section-box .box .content h3 {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 8px; }
  .Customizable-doors-panels img.Title-icon, .Ready-customize img.Title-icon {
    max-width: 52px;
    margin: 0 auto 10px; }
  .Customizable-doors-panels h2 {
    font-size: 22px;
    margin: 0 0 20px; }
  .Customizable-doors-panels .section-box {
    margin: 0 0 30px; }
  .Customizable-doors-panels .section-box .Left-box img {
    margin: 0 auto 10px; }
  .Customizable-doors-panels .section-box .Left-box h3 {
    font-size: 19px; }
  .Customizable-doors-panels .section-box .Left-box span {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 5px; }
  .Customizable-doors-panels .section-box .Left-box ul {
    padding: 0 0 0 19px;
    margin: 0 0 12px; }
  .Customizable-doors-panels .section-box .Right-box .Slider_owl .item {
    min-height: 267px; }
  .Customizable-doors-panels .section-box .Right-box a.View-model-btn {
    margin: 15px auto 0; }
  .Customizable-doors-panels .View-all-btn a, .Applications-customizable .View-all-btn a {
    font-size: 16px; }
  .Benefits-choosing {
    padding: 30px 0; }
  .Benefits-choosing h2 {
    font-size: 20px;
    line-height: 1.2;
    max-width: 100%;
    margin: 0 auto 18px; }
  .Benefits-choosing .section-box .box .Icon {
    width: 70px;
    height: 70px; }
  .Benefits-choosing .section-box .box .Icon img {
    max-width: 45px; }
  .Benefits-choosing .section-box .box .content {
    width: calc(100% - 85px); }
  .Benefits-choosing .section-box .box .content h3 {
    font-size: 17px;
    line-height: 1.2; }
  .Applications-customizable h2 {
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 25px; }
  .Applications-customizable .section-box .box {
    width: 100%;
    margin: 0;
    float: initial; }
  .Applications-customizable .section-box .box:nth-child(n+2) {
    margin-top: 30px; }
  .Applications-customizable .section-box .box .applications-icon {
    margin: 0 0 15px; }
  .Applications-customizable .section-box .box .applications-icon:before {
    width: 90px;
    height: 90px; }
  .Applications-customizable .section-box .box .applications-icon img {
    max-width: 80px; }
  .Applications-customizable .section-box .box h3 {
    font-size: 18px;
    margin: 0 0 3px; }
  .Applications-customizable .View-all-btn {
    margin: 15px 0 0; }
  .Ready-customize h2 {
    font-size: 22px;
    margin: 0 0 15px; }
  .Ready-customize .section-box .content {
    margin: 0 0 22px; }
  .Ready-customize .section-box .Image img {
    max-width: 100%;
    width: 100%; }
  .Learn-more-about p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 12px; }
  .Customizable-doors-panels .section-box .Right-box .Slider_owl .item img {
    max-height: 289px; } }

/* AWCI Build 25 Landing */
.awci25-landing p {
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0 0 13px; }

.awci25-landing li {
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 10px; }

.awci25-landing p a {
  font-weight: 600; }

.awci25-landing .yellow-text {
  color: #ffd502 !important; }

.awci25-landing .blue-text {
  color: #418fc7 !important; }

.awci25-landing .title-tagline {
  font-family: Poppins;
  font-size: 19px;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500; }

.awci25-landing .title {
  font-family: Poppins;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #000; }

.awci25-landing .title.sub {
  font-size: 31px; }

.awci25-landing .title.sm {
  font-size: 24px; }

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

.awci25-landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  width: 216px;
  background: #ffd502;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px; }

.awci25-landing .btn:hover {
  background: #418fc7;
  color: #fff; }

.awci25-landing .awci-spretor {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/awci-spretor.jpg);
  height: 28px;
  width: 100%;
  margin-top: 10px;
  background-size: auto 100%; }

.awci25-landing .awci-banner {
  position: relative;
  margin: 0 0 46px; }

.awci25-landing .awci-banner img.banner-img {
  width: 100%; }

.awci25-landing .awci-banner img.banner-img.mobile {
  display: none; }

.awci25-landing .awci-banner .overlay-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 462px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.awci25-landing .awci-banner .overlay-text .title {
  color: #fff;
  font-size: 39px;
  margin: 0 0 13px; }

.awci25-landing .awci-banner .overlay-text .title.sm {
  font-size: 19px;
  margin: 0; }

.awci25-landing .awci-banner .overlay-text p {
  color: #fff;
  font-size: 17px; }

.awci25-landing .awci-wecan-customize {
  margin: 0 0 50px; }

.awci25-landing .awci-wecan-customize .heading {
  margin-bottom: 42px;
  display: inline-block;
  width: 100%; }

.awci25-landing .awci-wecan-customize .heading * {
  text-transform: uppercase; }

.awci25-landing .awci-wecan-customize .grid {
  display: flex;
  gap: 52px; }

.awci25-landing .awci-wecan-customize .grid .left {
  width: calc(100% - 372px - 52px); }

.awci25-landing .awci-wecan-customize .grid .right {
  width: 372px; }

.awci25-landing .awci-wecan-customize .grid .content {
  padding: 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.awci25-landing .awci-wecan-customize .grid .content p:last-child {
  padding-bottom: 0; }

.awci25-landing .awci-wecan-customize .grid img {
  width: 100%; }

.awci25-landing .awci-vip-pass {
  padding: 0 0 30px; }

.awci25-landing .awci-vip-pass .heading {
  margin: 0 0 30px; }

.awci25-landing .awci-vip-pass .heading .title {
  font-size: 32px; }

.awci25-landing .awci-vip-pass .heading .title-tagline {
  font-size: 20px;
  font-weight: 400; }

.awci25-landing .awci-vip-pass .form-wraper, .awci-vip-pass .content {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 30px;
  display: table; }

.awci25-landing .awci-vip-pass .form-wraper iframe {
  height: 990px !important;
  width: 100% !important; }

.awci25-landing .awci-meet-faces {
  background: #f2f2f2;
  padding: 40px 0; }

.awci25-landing .awci-meet-faces .title {
  margin: 0 0 20px; }

.awci25-landing .awci-meet-faces .grid {
  display: flex;
  gap: 45px;
  align-items: center; }

.awci25-landing .awci-meet-faces .grid .left {
  width: calc(100% - 500px - 45px); }

.awci25-landing .awci-meet-faces .grid .right {
  width: 500px; }

.awci25-landing .awci-meet-faces .grid .img-group {
  display: flex; }

.awci25-landing .awci-meet-faces .grid .img-group .img {
  flex: 1; }

.awci25-landing .awci-meet-faces .grid .img-group .img img {
  width: 100%; }

.awci25-landing .awci-meet-faces .grid .img-group .img:nth-child(odd) {
  margin-top: 75px;
  margin-right: -30px;
  position: relative; }

.awci25-landing .awci-meet-faces .grid .content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.awci25-landing .awci-meet-faces .grid .content ul li {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/awci-checkmark.png);
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: top 4px left; }

.awci25-landing .awci-meet-faces .grid .content ul li:last-child {
  margin-bottom: 0; }

.awci25-landing .awci-support-grid {
  margin: 10px 0 45px; }

.awci25-landing .awci-support-grid img {
  width: 100%; }

.awci25-landing .awci-wecan-customize .grid.rtl {
  flex-direction: row-reverse; }

.awci25-landing .awci-wecan-customize.visit-bad .heading * {
  text-transform: none; }

.awci25-landing .awci-event-details {
  padding: 60px 0;
  background: #f2f2f2; }

.awci25-landing .awci-event-details .title {
  margin-bottom: 40px; }

.awci25-landing .awci-event-details .container {
  max-width: 960px; }

.awci25-landing .awci-event-details .grid {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: auto; }

.awci25-landing .awci-event-details .grid .col {
  display: flex;
  align-items: center; }

.awci25-landing .awci-event-details .grid .col p {
  padding: 0; }

.awci25-landing .awci-event-details .grid .col .icon {
  width: auto;
  height: auto;
  margin-right: 17px; }

.awci25-landing .awci-lets-talk-project {
  padding: 64px 0;
  text-align: center; }

.awci25-landing .awci-lets-talk-project .title {
  margin: 0 0 28px; }

.awci25-landing .awci-lets-talk-project p {
  max-width: 700px;
  margin: 0 auto; }

.awci25-landing.ver2 .awci-wecan-customize {
  margin: 0 0 8px; }

/* Responsive */
@media (max-width: 999px) {
  .awci25-landing p {
    font-size: 15px;
    padding: 0 0 10px;
    line-height: 20px; }
  .awci25-landing li {
    font-size: 15px;
    margin: 0 0 7px;
    line-height: 20px; }
  .awci25-landing .title-tagline {
    font-size: 17px; }
  .awci25-landing .title {
    font-size: 36px; }
  .awci25-landing .title.sm {
    font-size: 22px; }
  .awci25-landing .title.sub {
    font-size: 26px; }
  .awci25-landing .btn {
    width: 186px;
    font-size: 16px;
    height: 32px; }
  .awci25-landing .awci-banner .container {
    width: 100%; }
  .awci25-landing .awci-banner .overlay-text .title {
    font-size: 30px; }
  .awci25-landing .awci-banner .overlay-text {
    max-width: 362px; }
  .awci25-landing .awci-banner .overlay-text .title.sm {
    font-size: 17px; }
  .awci25-landing .awci-banner .overlay-text p {
    font-size: 16px; }
  .awci25-landing .awci-wecan-customize .heading {
    margin-bottom: 30px; }
  .awci25-landing .awci-wecan-customize .grid {
    gap: 20px;
    align-items: center; }
  .awci25-landing .awci-wecan-customize .grid .right, .awci25-landing .awci-wecan-customize .grid .left {
    width: 50%; }
  .awci25-landing .awci-wecan-customize .grid .content {
    padding: 0; }
  .awci25-landing .awci-vip-pass .heading .title {
    font-size: 28px; }
  .awci25-landing .awci-vip-pass .heading .title-tagline {
    font-size: 18px; }
  .awci25-landing .awci-meet-faces .title {
    margin: 0 0 15px; }
  .awci25-landing .awci-meet-faces .grid {
    gap: 20px; }
  .awci25-landing .awci-meet-faces .grid .right {
    width: 250px; }
  .awci25-landing .awci-meet-faces .grid .left {
    width: calc(100% - 250px - 20px); }
  .awci25-landing .awci-meet-faces .grid .content ul li {
    padding-left: 20px;
    background-position: top 6px left;
    background-size: 15px; }
  .awci25-landing .awci-spretor {
    height: 18px;
    margin-top: 6px; }
  .awci25-landing .awci-event-details {
    padding: 40px 0; }
  .awci25-landing .awci-event-details .grid {
    gap: 10px; }
  .awci25-landing .awci-event-details .grid .col p {
    font-size: 13px; }
  .awci25-landing .awci-event-details .grid .col .icon {
    width: 25px;
    height: auto;
    margin-right: 10px; }
  .awci25-landing .awci-event-details .title {
    margin-bottom: 30px; }
  .awci25-landing .awci-lets-talk-project .title {
    margin: 0px 0 18px; }
  .awci25-landing .awci-lets-talk-project {
    padding: 45px 0; } }

@media (max-width: 767px) {
  .awci25-landing p {
    font-size: 14px;
    padding-bottom: 8px; }
  .awci25-landing li {
    font-size: 14px;
    margin-bottom: 5px; }
  .awci25-landing .title-tagline {
    font-size: 15px; }
  .awci25-landing .title {
    font-size: 30px; }
  .awci25-landing .title.sm {
    font-size: 20px; }
  .awci25-landing .title.sub {
    font-size: 22px; }
  .awci25-landing .awci-spretor {
    width: initial;
    margin: 3px -3% 0; }
  .awci25-landing .awci-banner {
    margin: 0 0 26px; }
  .awci25-landing .awci-banner .overlay-text {
    max-width: 260px; }
  .awci25-landing .awci-banner .overlay-text .title {
    font-size: 25px; }
  .awci25-landing .awci-banner .overlay-text .title.sm, .awci25-landing .awci-banner .overlay-text p {
    font-size: 12px; }
  .awci25-landing .awci-banner .overlay-text .title.sm span {
    display: block; }
  .awci25-landing .awci-banner .overlay-text .title span.m-block {
    display: block; }
  .awci25-landing .awci-banner img.banner-img {
    display: none; }
  .awci25-landing .awci-banner img.banner-img.mobile {
    display: block; }
  .awci25-landing .btn {
    width: 160px;
    font-size: 14px;
    height: 30px; }
  .awci25-landing .awci-wecan-customize .grid {
    flex-direction: column;
    gap: 15px; }
  .awci25-landing .awci-wecan-customize .grid .right, .awci25-landing .awci-wecan-customize .grid .left {
    width: 100%; }
  .awci25-landing .awci-wecan-customize .grid .img {
    margin: 0 -3%; }
  .awci25-landing .awci-wecan-customize .grid .content {
    padding: 10px 0; }
  .awci25-landing .awci-spretor {
    height: 14px; }
  .awci25-landing .awci-wecan-customize {
    margin: 0 0 26px; }
  .awci25-landing .awci-vip-pass .heading .title {
    font-size: 24px;
    margin: 0 0 3px; }
  .awci25-landing .awci-vip-pass .heading .title-tagline {
    font-size: 16px; }
  .awci25-landing .awci-vip-pass .heading {
    margin: 0 0 18px; }
  .awci25-landing .awci-vip-pass .form-wraper, .awci-vip-pass .content {
    margin: 0 auto 20px; }
  .awci25-landing .awci-vip-pass .form-wraper iframe {
    height: 890px !important; }
  .awci25-landing .awci-meet-faces {
    margin-top: 150px;
    padding: 20px 0; }
  .awci25-landing .awci-meet-faces .grid {
    flex-direction: column-reverse;
    gap: 0; }
  .awci25-landing .awci-meet-faces .grid .left {
    width: 100%; }
  .awci25-landing .awci-meet-faces .grid .img-group .img:nth-child(odd) {
    margin-top: 10px;
    margin-right: -10px;
    position: relative; }
  .awci25-landing .awci-meet-faces .grid .right {
    width: 350px;
    margin-top: -140px; }
  .awci25-landing .awci-meet-faces .title {
    margin: 9px auto 32px;
    max-width: 350px;
    text-align: center; }
  .awci25-landing .awci-support-grid {
    margin: 0px -3% 26px; }
  .awci25-landing .awci-wecan-customize .grid.rtl {
    flex-direction: column-reverse; }
  .awci25-landing .awci-wecan-customize .heading {
    margin-bottom: 15px; }
  .awci25-landing .awci-wecan-customize.visit-bad {
    margin-bottom: 4px; }
  .awci25-landing .awci-event-details .grid {
    gap: 26px;
    flex-direction: column;
    max-width: 290px; }
  .awci25-landing .awci-event-details .title {
    margin-bottom: 18px; }
  .awci25-landing .awci-event-details {
    padding: 20px 0; }
  .awci25-landing .awci-lets-talk-project .title {
    margin: 0px 0 10px; }
  .awci25-landing .awci-lets-talk-project {
    padding: 30px 0; } }

@media (max-width: 480px) {
  .awci25-landing p, .awci25-landing li {
    font-size: 13px; }
  .awci25-landing .title {
    font-size: 27px; }
  .awci25-landing .title.sm {
    font-size: 18px; }
  .awci25-landing .title-tagline {
    font-size: 13px; }
  .awci25-landing .title.sub {
    font-size: 20px; }
  .awci25-landing .btn {
    width: 150px;
    font-size: 13px;
    height: 27px;
    border-radius: 6px; }
  .awci25-landing .awci-banner .overlay-text .title {
    font-size: 20px;
    max-width: 200px;
    margin: 0 auto 5px; }
  .awci25-landing .awci-banner .overlay-text .title.sm {
    max-width: 200px;
    margin: 0 auto; }
  .awci25-landing .awci-banner .overlay-text .title.sm, .awci25-landing .awci-banner .overlay-text p {
    padding-bottom: 5px; }
  .awci25-landing .awci-vip-pass .heading .title {
    font-size: 21px; }
  .awci25-landing .awci-meet-faces .grid .right {
    width: 280px;
    margin-top: -140px; }
  .awci25-landing .awci-meet-faces .title {
    max-width: 220px; }
  .awci25-landing .awci-vip-pass {
    padding: 0 0 20px; } }

/******************** Best Access To Invisible Access Solutions Page ********************/
.Architects.Invisible_access_solutions header.New-header .Logo {
  margin-top: 8px; }

.Architects.Invisible_access_solutions header.New-header .header_right {
  margin: 0; }

.Architects.Invisible_access_solutions header.New-header .header_right .Menu {
  margin-right: 0; }

.Architects.Invisible_access_solutions header.New-header .header_right .Menu ul li {
  margin-right: 52px; }

.Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch form .form-fieldset .form-field input.form-input {
  background: rgba(0, 0, 0, 0.3);
  border-color: #0074d9; }

.Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch form .form-fieldset .form-field .search-icon button.submitBtn {
  color: #ffffff;
  background: #0074d9; }

.Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
  margin: 28px 0 0; }

.Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch .Request_quote a:hover {
  color: #ffffff;
  background: #0074d9;
  border-color: #0074d9; }

.Architects.Invisible_access_solutions header.New-header.fixed-header .Logo {
  margin-top: 0; }

.Architects.Invisible_access_solutions header.New-header.fixed-header .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.Architects.Invisible_access_solutions .Architect-banner:before {
  display: none; }

.Architects.Invisible_access_solutions .Architect-banner img.architects-banner-img.Mobile {
  display: none; }

.Architects.Invisible_access_solutions .Architect-banner .overle {
  bottom: 71px; }

.Architects.Invisible_access_solutions .Architect-banner .overle h1 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 53px;
  line-height: 55px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 16px; }

.Architects.Invisible_access_solutions .Architect-banner .overle h1 span {
  color: #ffd600; }

.Architects.Invisible_access_solutions .Architect-banner .overle p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0;
  max-width: 450px;
  padding: 0 0 34px; }

.Architects.Invisible_access_solutions .Architect-banner .overle p b {
  font-family: 'Poppins';
  font-weight: 600; }

.Architects.Invisible_access_solutions .Architect-banner .overle .Btn {
  margin: 0 0 0; }

.Architects.Invisible_access_solutions .Architect-banner .overle .Btn .Explore-collection {
  background: #0074d9;
  border-color: #0074d9;
  min-width: 262px;
  padding: 9.5px !important; }

.Architects.Invisible_access_solutions .Architect-banner .overle .Btn .Explore-collection:hover {
  color: #000000;
  background: #ffd600;
  border-color: #ffd600; }

.Architects.Invisible_access_solutions .Find-section {
  margin: -24px 0 100px; }

.Architects.Invisible_access_solutions .Find-section .box img {
  margin: 0 auto 15px; }

.Architects.Invisible_access_solutions .Find-section .box a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  letter-spacing: 0.24px;
  margin: 0; }

.Architects.Invisible_access_solutions .Find-section .box a:hover {
  color: #0074d9; }

.Choose-seamless {
  width: 100%;
  display: inline-block;
  margin: 0 0 100px; }

.Choose-seamless h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 40px; }

.Choose-seamless .section-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Choose-seamless .section-box .image {
  width: calc(100% - 482px);
  float: right; }

.Choose-seamless .section-box .image img {
  width: 100%;
  border-radius: 8px; }

.Choose-seamless .section-box .content {
  width: 425px;
  float: left; }

.Choose-seamless .section-box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 12px; }

.Choose-seamless .section-box .content p:last-child {
  padding: 0; }

.Choose-seamless.Settle-standard .section-box {
  margin: 0 0 50px; }

.Choose-seamless.Settle-standard .section-box .image {
  float: left; }

.Choose-seamless.Settle-standard .section-box .content {
  width: 434px;
  float: right; }

.Choose-seamless .section-icon {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px; }

.Choose-seamless .section-icon .image {
  width: 474px;
  float: right; }

.Choose-seamless .section-icon .image img {
  width: 100%;
  border-radius: 8px; }

.Choose-seamless .section-icon .content {
  width: calc(100% - 537px);
  float: left; }

.Choose-seamless .section-icon .content .box {
  width: 100%;
  display: inline-block;
  margin: 0 0 22px; }

.Choose-seamless .section-icon .content .box:last-child {
  margin: 0; }

.Choose-seamless .section-icon .content .box .Icon {
  float: left;
  margin-right: 23px; }

.Choose-seamless .section-icon .content .box .text {
  width: calc(100% - 102px);
  float: left; }

.Choose-seamless .section-icon .content .box .text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 12px; }

.Choose-seamless .section-icon .content .box .text p b {
  font-family: Poppins;
  font-weight: 700;
  color: #0074d9; }

.Choose-seamless .section-icon .content .box .text p:last-child {
  padding: 0; }

.Choose-seamless .bottom-content {
  width: 100%;
  max-width: 710px;
  text-align: center;
  margin: 0 auto; }

.Choose-seamless .bottom-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 12px; }

.Choose-seamless .bottom-content p:last-child {
  padding: 0; }

.Product-section {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px; }

.Product-section .Title {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.Product-section .Title img {
  margin: 0 0 20px; }

.Product-section .Title h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 50px; }

.Product-section .Ceiling-integration {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.Product-section .Ceiling-integration .Product-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 80px; }

.Product-section .Ceiling-integration .Product-box .Content-box {
  width: 482px;
  float: left;
  margin: -10px 0 0; }

.Product-section .Ceiling-integration .Product-box .Content-box img {
  position: relative;
  display: table;
  margin: 0 auto; }

.Product-section .Ceiling-integration .Product-box .Content-box .content {
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 8px;
  margin: -130px 0 0;
  padding: 138px 50px 27px 26px; }

.Product-section .Ceiling-integration .Product-box .Content-box .content span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #0074d9;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
  margin: 0 0 3px; }

.Product-section .Ceiling-integration .Product-box .Content-box .content h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 12px; }

.Product-section .Ceiling-integration .Product-box .Content-box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 21px; }

.Product-section .Ceiling-integration .Product-box .Content-box .content a.View-model {
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  color: #000000;
  background: #ffd600;
  border: none;
  border-radius: 8px;
  letter-spacing: 0;
  display: inline-block;
  padding: 5.5px 27px; }

.Product-section .Ceiling-integration .Product-box .Content-box .content a.View-model:hover {
  color: #ffffff;
  background: #0074d9; }

.Product-section .Ceiling-integration .Product-box .Image-box {
  width: calc(100% - 513px);
  float: right; }

.Product-section .Ceiling-integration .Product-box .Image-box .image {
  width: 100%;
  display: inline-block;
  margin: 0 0 47px; }

.Product-section .Ceiling-integration .Product-box .Image-box .image img {
  width: 100%;
  border-radius: 8px; }

.Product-section .Ceiling-integration .Product-box .Image-box .content {
  width: 100%;
  display: inline-block;
  margin: 0 0 0;
  padding: 0 35px; }

.Product-section .Ceiling-integration .Product-box .Image-box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 10px; }

.Product-section .Ceiling-integration .Product-box .Image-box .content p b {
  font-family: Poppins;
  font-weight: 700; }

.Product-section .Ceiling-integration .Product-box .Image-box .content p:last-child {
  padding: 0; }

.Product-section .Ceiling-integration .Product-box .Image-box .content ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0 0 0;
  margin: 0 0 8px; }

.Product-section .Ceiling-integration .Product-box .Image-box .content ul li {
  position: relative;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0 0 8px; }

.Product-section .Ceiling-integration .Product-box .Image-box .content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0074d9;
  display: inline-block;
  border-radius: 50%; }

.Product-section .Ceiling-integration .Product-box .Image-box .content ul li:last-child {
  margin: 0; }

.Need-help {
  width: 100%;
  display: inline-block;
  margin: 0 0 100px; }

.Need-help h2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 50px; }

.Need-help h2 b {
  font-family: 'Poppins';
  font-weight: 700;
  color: #0074d9; }

.Need-help .section-box {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #ffd600;
  border-radius: 8px;
  padding: 46px 82px 45px; }

.Need-help .section-box .content {
  max-width: 566px;
  float: left; }

.Need-help .section-box .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 12px; }

.Need-help .section-box .content p b {
  font-family: Poppins;
  font-weight: 700; }

.Need-help .section-box .content a.Get-quote {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  min-width: 219px;
  margin: 26px 0 0;
  padding: 9.5px; }

.Need-help .section-box .content a.Get-quote:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000; }

.Need-help .section-box .image {
  position: absolute;
  bottom: 0;
  right: 73px; }

/******************** Responsive ********************/
@media (max-width: 1366px) {
  .Architects.Invisible_access_solutions .Find-section .box a {
    font-size: 18px;
    line-height: 21px; } }

@media (max-width: 1150px) {
  .Architects.Invisible_access_solutions header.New-header .Logo {
    margin-top: 5px; }
  .Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 25px 0 0; }
  .Architects.Invisible_access_solutions .Architect-banner {
    height: 530px; }
  .Architects.Invisible_access_solutions .Architect-banner img.architects-banner-img {
    max-width: 1720px;
    margin-left: -20px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle h1 {
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 12px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle p {
    font-size: 18px;
    line-height: 25px;
    max-width: 420px;
    padding: 0 0 28px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle .Btn .Explore-collection {
    font-size: 17px;
    min-width: 250px;
    padding: 9px !important; }
  .Architects.Invisible_access_solutions .Find-section {
    margin: -24px 0 80px; }
  .Architects.Invisible_access_solutions .Find-section .box img {
    margin: 0 auto 12px; }
  .Architects.Invisible_access_solutions .Find-section .box a {
    font-size: 17px;
    line-height: 20px; }
  .Choose-seamless, .Need-help {
    margin: 0 0 80px; }
  .Choose-seamless h2, .Need-help h2 {
    font-size: 23px;
    line-height: 27px;
    margin: 0 0 35px; }
  .Choose-seamless .section-box .content, .Choose-seamless .section-box .image, .Choose-seamless.Settle-standard .section-box .image, .Choose-seamless.Settle-standard .section-box .content, .Choose-seamless .section-icon .content, .Choose-seamless .section-icon .image {
    width: calc(50% - 15px); }
  .Choose-seamless .section-box .image, .Choose-seamless .section-icon .image {
    margin-left: 30px; }
  .Choose-seamless .section-icon {
    align-items: flex-start; }
  .Choose-seamless.Settle-standard .section-box .image {
    margin-left: 0;
    margin-right: 30px; }
  .Choose-seamless .section-icon .content .box {
    margin: 0 0 18px; }
  .Choose-seamless .section-icon .content .box .Icon {
    width: 70px;
    margin-right: 18px; }
  .Choose-seamless .section-icon .content .box .text {
    width: calc(100% - 88px); }
  .Product-section {
    margin: 0 0 10px; }
  .Product-section .Title img {
    margin: 0 0 15px; }
  .Product-section .Title h2 {
    font-size: 30px;
    line-height: 1.25;
    margin: 0 0 40px; }
  .Product-section .Ceiling-integration .Product-box {
    margin: 0 0 70px; }
  .Product-section .Ceiling-integration .Product-box .Content-box, .Product-section .Ceiling-integration .Product-box .Image-box {
    width: calc(50% - 15px); }
  .Product-section .Ceiling-integration .Product-box .Image-box {
    margin-left: 30px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content {
    margin: -130px 0 0;
    padding: 130px 40px 25px 25px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content span {
    font-size: 24px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content h3 {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 10px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content p {
    padding: 0 0 18px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .image {
    margin: 0 0 35px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .content {
    padding: 0 20px; }
  .Need-help .section-box {
    padding: 40px 40px; }
  .Need-help .section-box .image {
    right: 0; }
  .Need-help .section-box .image img {
    max-width: 320px; }
  .Need-help .section-box .content a.Get-quote {
    font-size: 17px;
    line-height: 23px;
    min-width: 200px;
    margin: 18px 0 0;
    padding: 9px; } }

@media (max-width: 999px) {
  body.Best-Access-to-Invisible-Access-Solutions-Webpage {
    padding: 0; }
  .Architects.Invisible_access_solutions header.New-header .Logo {
    margin-top: 0; }
  .Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 20px 0 0; }
  .Architects.Invisible_access_solutions .Architect-banner {
    height: 500px; }
  .Architects.Invisible_access_solutions .Architect-banner img.architects-banner-img {
    max-width: 1620px;
    margin-left: -30px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle {
    bottom: 65px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 10px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle p {
    font-size: 18px;
    line-height: 25px;
    max-width: 420px;
    padding: 0 0 22px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle .Btn .Explore-collection {
    font-size: 17px;
    min-width: 240px;
    padding: 8px !important; }
  .Architects.Invisible_access_solutions .Find-section {
    margin: -24px 0 60px; }
  .Architects.Invisible_access_solutions .Find-section .box a {
    font-size: 16px;
    line-height: 20px; }
  .Choose-seamless, .Need-help {
    margin: 0 0 60px; }
  .Choose-seamless h2, .Need-help h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px; }
  .Choose-seamless .section-box .content, .Choose-seamless .section-box .image, .Choose-seamless.Settle-standard .section-box .image, .Choose-seamless.Settle-standard .section-box .content, .Choose-seamless .section-icon .content, .Choose-seamless .section-icon .image {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0; }
  .Choose-seamless .section-box .image, .Choose-seamless .section-icon .image, .Choose-seamless.Settle-standard .section-box .image {
    margin: 0 0 20px; }
  .Choose-seamless .section-icon {
    display: inline-block; }
  .Choose-seamless.Settle-standard .section-box, .Choose-seamless .section-icon {
    margin: 0 0 40px; }
  .Product-section .Title img {
    margin: 0 0 12px; }
  .Product-section .Title h2 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 35px; }
  .Product-section .Ceiling-integration .Product-box {
    margin: 0 0 50px; }
  .Product-section .Ceiling-integration .Product-box .Content-box, .Product-section .Ceiling-integration .Product-box .Image-box {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 0; }
  .Product-section .Ceiling-integration .Product-box .Image-box {
    margin-left: 0; }
  .Product-section .Ceiling-integration .Product-box .Content-box img {
    max-width: 300px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content span {
    font-size: 23px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .image {
    margin: 0 0 25px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .content {
    padding: 0 15px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content {
    border-radius: 8px 8px 0 0; }
  .Product-section .Ceiling-integration .Product-box .Image-box .image img {
    border-radius: 0 0 8px 8px; }
  .Need-help .section-box {
    padding: 30px; }
  .Need-help .section-box .content {
    max-width: 470px; }
  .Need-help .section-box .image img {
    max-width: 260px; }
  .Need-help .section-box .content a.Get-quote {
    font-size: 17px;
    line-height: 23px;
    min-width: 190px;
    margin: 12px 0 0;
    padding: 9px; } }

@media (max-width: 767px) {
  .Architects.Invisible_access_solutions header.New-header .header_right .Keyword-serch .Request_quote {
    margin: 0; }
  .Architects.Invisible_access_solutions .Architect-banner {
    height: 800px; }
  .Architects.Invisible_access_solutions .Architect-banner img.architects-banner-img {
    display: none; }
  .Architects.Invisible_access_solutions .Architect-banner img.architects-banner-img.Mobile {
    height: auto;
    max-width: initial;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: 0; }
  .Architects.Invisible_access_solutions .Architect-banner .overle h1 {
    font-size: 35px;
    line-height: 37px;
    margin: 0 0 10px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle p {
    font-size: 17px;
    line-height: 24px;
    max-width: 420px;
    padding: 0 0 20px; }
  .Architects.Invisible_access_solutions .Find-section {
    margin: -24px 0 50px; }
  .Architects.Invisible_access_solutions .Find-section .box img {
    margin: 0 auto 10px; }
  .Architects.Invisible_access_solutions .Find-section .box a {
    font-size: 14px;
    line-height: 18px; }
  .Choose-seamless, .Need-help {
    margin: 0 0 50px; }
  .Architects .Choose-seamless .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .Choose-seamless h2, .Need-help h2 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 20px; }
  .Choose-seamless .section-box .image img, .Choose-seamless .section-icon .image img, .Product-section .Ceiling-integration .Product-box .Image-box .image img {
    border-radius: 0; }
  .Choose-seamless h2, .Need-help h2, .Choose-seamless .section-box .content, .Choose-seamless.Settle-standard .section-box .content, .Choose-seamless .section-icon .content, .Choose-seamless .bottom-content, .Product-section .Title {
    width: 94%;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .Choose-seamless.Settle-standard .section-box, .Choose-seamless .section-icon {
    margin: 0 0 30px; }
  .Product-section .Title img {
    margin: 0 0 10px; }
  .Product-section .Title h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 25px; }
  .Architects .Product-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .Product-section .Ceiling-integration .Product-box {
    margin: 0 0 40px; }
  .Product-section .Ceiling-integration .Product-box .Content-box img {
    max-width: 280px;
    z-index: 1; }
  .Product-section .Ceiling-integration .Product-box .Content-box {
    overflow: hidden; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content {
    position: relative;
    width: 94%;
    display: table;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -130px;
    padding: 130px 0 25px 0; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - -8%);
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
    margin-left: -4%; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content span {
    font-size: 21px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content h3 {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 8px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content p {
    padding: 0 0 15px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content a.View-model {
    padding: 5.5px 22px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .image {
    margin: 0 0 20px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .content {
    width: 94%;
    display: table;
    margin: 0 auto;
    padding: 0; }
  .Architects .Need-help .container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0; }
  .Need-help .section-box {
    position: relative;
    width: 94%;
    display: table;
    border-radius: 0;
    margin: 0 auto;
    padding: 40px 0; }
  .Need-help .section-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - -8%);
    height: 100%;
    background: #ffd600;
    z-index: -1;
    margin-left: -4%; }
  .Need-help .section-box .content {
    max-width: 100%;
    display: inline-block;
    float: initial; }
  .Need-help .section-box .content p:nth-last-child(2) {
    max-width: 350px; }
  .Need-help .section-box .content p br {
    display: none; }
  .Need-help .section-box .content a.Get-quote {
    font-size: 16px;
    line-height: 22px;
    min-width: 170px;
    margin: 10px 0 0;
    padding: 8px; }
  .Need-help .section-box .image {
    right: -6%; }
  .Need-help .section-box .image img {
    max-width: 170px; } }

@media (max-width: 480px) {
  .Architects.Invisible_access_solutions .Architect-banner {
    height: auto; }
  .Architects.Invisible_access_solutions .Architect-banner img.architects-banner-img.Mobile {
    position: initial;
    top: 0;
    left: 0;
    -webkit-transform: initial;
    transform: initial; }
  .Architects.Invisible_access_solutions .Architect-banner .overle h1 {
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 8px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle p {
    font-size: 16px;
    line-height: 23px;
    max-width: 100%;
    padding: 0 0 15px; }
  .Architects.Invisible_access_solutions .Architect-banner .overle .Btn .Explore-collection {
    font-size: 16px;
    min-width: 230px;
    padding: 8px !important; }
  .Architects.Invisible_access_solutions .Find-section {
    margin: -25px 0 40px; }
  .Architects.Invisible_access_solutions .Find-section .box img {
    margin: 0 auto 8px; }
  .Architects.Invisible_access_solutions .Find-section .box a {
    font-size: 13px;
    line-height: 16px; }
  .Choose-seamless h2 br {
    display: none; }
  .Choose-seamless h2, .Need-help h2 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 18px; }
  .Choose-seamless .section-box .image, .Choose-seamless .section-icon .image, .Choose-seamless.Settle-standard .section-box .image {
    margin: 0 0 15px; }
  .Choose-seamless, .Need-help {
    margin: 0 0 40px; }
  .Choose-seamless .section-icon .content .box .Icon {
    width: 60px;
    display: table;
    float: initial;
    margin: 0 auto 10px; }
  .Choose-seamless .section-icon .content .box .text {
    width: 100%;
    display: inline-block;
    float: initial;
    text-align: center; }
  .Choose-seamless .section-icon .content .box .text p b {
    width: 100%;
    display: inline-block; }
  .Product-section .Title img {
    max-width: 60px;
    margin: 0 0 10px; }
  .Product-section .Title h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 15px; }
  .Product-section .Ceiling-integration .Product-box {
    margin: 0 0 30px; }
  .Product-section .Ceiling-integration .Product-box .Content-box img {
    max-width: 230px;
    z-index: 1; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content {
    margin-top: -110px;
    padding: 110px 0 25px 0; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content span {
    font-size: 20px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 8px; }
  .Product-section .Ceiling-integration .Product-box .Content-box .content a.View-model {
    padding: 5.5px 20px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .image {
    margin: 0 0 15px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .content p {
    padding: 0 0 8px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .content ul li {
    padding: 0 0 0 12px;
    margin: 0 0 5px; }
  .Product-section .Ceiling-integration .Product-box .Image-box .content ul li:before {
    top: 8.5px;
    width: 6px;
    height: 6px; }
  .Need-help .section-box {
    padding: 30px 0; }
  .Need-help .section-box .content p:nth-last-child(2) {
    max-width: 220px; }
  .Need-help .section-box .content a.Get-quote {
    font-size: 16px;
    line-height: 22px;
    min-width: 150px;
    margin: 10px 0 0;
    padding: 7px; }
  .Need-help .section-box .image {
    right: -8%; } }

/* 28-3-25 */
.home_cat_abtest .Home_bestseller_section {
  margin: 40px 0 0; }

.home_cat_abtest .Home_bestseller_section h2 {
  font-size: 20px;
  font-family: 'poppins';
  margin: 0 0 38px; }

.home_cat_abtest .Home_bestseller_section h2 strong {
  font-size: 135%; }

.home_cat_abtest .Home_bestseller_section h2 span {
  color: #bcbcbc;
  font-size: 140%; }

.home_cat_abtest .Home_bestseller_section .row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px; }

.home_cat_abtest .Home_bestseller_section .row .col {
  grid-column: span 3; }

.home_cat_abtest .Home_bestseller_section .row .col .box {
  padding: 20px;
  display: block;
  box-shadow: 0 0 10px 5px #ddd;
  border-radius: 10px;
  background: #fff;
  transform: scale(1); }

.home_cat_abtest .Home_bestseller_section .row .col .box:hover {
  transform: scale(1.03);
  box-shadow: 0 0 2px 2px #fcd106; }

.home_cat_abtest .Home_bestseller_section .row .col .box .img {
  background: #fcd106;
  height: 185px;
  width: 185px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.home_cat_abtest .Home_bestseller_section .row .col .box .img img {
  width: auto;
  height: auto;
  max-width: 200px; }

.home_cat_abtest .Home_bestseller_section .row .col .box .title {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 14px 0 0; }

.home_cat_abtest .Home_popularpicklist_section {
  margin: 50px 0; }

.home_cat_abtest .Home_popularpicklist_section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0; }

.home_cat_abtest .Home_popularpicklist_section ul li a {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  padding: 5px 35px;
  font-size: 20px;
  border-radius: 50px;
  color: #000; }

.home_cat_abtest .Home_popularpicklist_section ul li a:hover, .home_cat_abtest .Home_popularpicklist_section ul li.active a {
  background: #498cbc;
  border-color: #498cbc;
  color: #fff; }

.home_cat_abtest .Home_popularpicklist_section h2 {
  margin-bottom: 30px; }

/* Home Service box */
.home-page .servicesbox {
  max-width: 1150px;
  gap: 30px;
  display: flex;
  padding-bottom: 0;
  width: 94%; }

.home-page .container .servicesbox {
  width: 100%; }

.home-page .servicesbox .box {
  padding: 0; }

.home_cat_abtest .home-review-slider .Real-reviews {
  display: flex;
  align-items: center;
  padding: 18px 0 20px; }

.home_cat_abtest .home-review-slider .Real-reviews #y-badges .y-badge {
  height: 140px; }

.home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  height: 100%;
  gap: 20px; }

.home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading h1 {
  margin: 0;
  font-size: 27px;
  font-family: 'Poppins';
  text-transform: capitalize;
  font-weight: 600;
  text-align: left; }

.home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider {
  width: 60%;
  margin-left: 0;
  padding: 0 70px; }

.home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider .reviews-carousel-card-container,
.home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider .glide__slide {
  width: 270px !important; }

.home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading h1 span {
  display: block;
  font-weight: 400;
  font-size: 20px; }

.home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--right {
  right: -70px; }

.home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--left {
  left: -70px; }

.home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--left, .home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--right {
  background: #e2e2e2;
  box-shadow: none;
  border: 0;
  height: 27px;
  width: 27px;
  color: #fff; }

.home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--left:hover, .home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--right:hover {
  background: #000; }

.home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--left svg path, .home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--right svg path {
  fill: #fff; }

.home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--left:hover svg path, .home_cat_abtest .home-review-slider .Real-reviews .glide__arrow--right:hover svg path {
  fill: #fff; }

.home_cat_abtest .home-review-slider .yotpo-reviews-carousel-widget-container {
  width: 100%;
  margin: 0; }

.home_cat_abtest .home-review-slider .yotpo-carousel {
  display: block; }

.home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider .reviews-carousel-card-container {
  border-radius: 20px;
  border-color: #c8c8c8; }

.home_cat_abtest .Newsletter.visible {
  background-image: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/newslatter-banner.jpg");
  background-size: cover;
  padding: 47px 0; }

.home_cat_abtest .Newsletter.visible .title h2 {
  font-size: 29px;
  font-family: 'Poppins';
  text-transform: none;
  font-weight: 400; }

.home_cat_abtest .Newsletter.visible .title h2 strong {
  font-weight: 600; }

.home_cat_abtest .Newsletter .title {
  max-width: 618px; }

.home_cat_abtest .Newsletter .needsclick {
  border-radius: 10px !important;
  overflow: hidden;
  font-family: 'Poppins' !important; }

.home_cat_abtest .Newsletter .needsclick > button.needsclick.go4071971332.kl-private-reset-css-Xuajs1 {
  background: #fcd106 !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

.home_cat_abtest .Newsletter .needsclick svg {
  fill: #000 !important; }

.home_cat_abtest .servicesbox .box .serviceitem {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.home_cat_abtest .popular-picks-slider button.owl-prev, .popular-picks-slider button.owl-next {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: #e2e2e2 !important;
  border-radius: 27px;
  border: 0 !important;
  height: 27px;
  width: 27px; }

.home_cat_abtest .popular-picks-slider button.owl-next {
  left: auto;
  right: -5px; }

.home_cat_abtest .popular-picks-slider button.owl-prev svg path, .popular-picks-slider button.owl-next svg path {
  fill: #fff; }

.home_cat_abtest .popular-picks-slider .owl-item .img {
  height: 130px; }

.home_cat_abtest .popular-picks-slider .owl-item .img img {
  max-height: 100%;
  width: auto;
  margin: auto; }

.home_cat_abtest .popular-picks-slider .owl-item .title {
  font-size: 20px;
  transition: all 0.3s ease-in 0s;
  color: #000;
  text-align: center;
  display: block;
  margin: 20px 0 0; }

.home_cat_abtest .popular-picks-slider .owl-item .item {
  display: block;
  padding: 10px; }

.home_cat_abtest .popular-picks-slider .owl-item a.item:hover {
  /* box-shadow: inset 0px 0px 52px 2px #0000001c; */ }

.home_cat_abtest .popular-picks-slider .owl-item a.item:hover span.title {
  color: #498cbc; }

@media (max-width: 1150px) {
  .home_cat_abtest .popular-picks-slider .owl-item .img {
    height: 105px; }
  .home_cat_abtest .popular-picks-slider .owl-item .title {
    font-size: 19px; } }

@media (max-width: 999px) {
  .home_cat_abtest .Home_bestseller_section .row .col .box .img {
    height: 130px;
    width: 130px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box .img img {
    max-width: 130px;
    max-height: 130px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box .title {
    font-size: 18px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box {
    padding: 15px 10px; }
  .home_cat_abtest .Home_bestseller_section .row {
    gap: 10px; }
  .home_cat_abtest .Home_popularpicklist_section ul li a {
    height: 40px;
    padding: 5px 20px;
    font-size: 16px; }
  .home_cat_abtest .Home_popularpicklist_section ul {
    gap: 10px; }
  .home_cat_abtest .Home_bestseller_section h2 {
    font-size: 17px; }
  .home_cat_abtest .home-review-slider .Real-reviews {
    flex-wrap: wrap; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading, .home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider {
    width: 100%; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading .Reviews-title {
    margin: 0;
    padding: 0; }
  .home_cat_abtest .Newsletter .title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }
  .home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider {
    margin-top: 15px; }
  .home_cat_abtest .popular-picks-slider .owl-item .img {
    height: 120px; } }

@media (max-width: 767px) {
  .home_cat_abtest .Home_bestseller_section .row .col {
    grid-column: span 6; }
  .home_cat_abtest .Home_bestseller_section h2 span {
    display: none; }
  .home_cat_abtest .Home_bestseller_section h2 {
    font-size: 16px;
    text-align: center;
    line-height: normal; }
  .home_cat_abtest .Home_bestseller_section h2 strong {
    display: block;
    margin-bottom: 4px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box .title {
    font-size: 18px; }
  .home_cat_abtest .Home_popularpicklist_section ul li a {
    font-size: 18px;
    height: 45px;
    padding: 5px 25px; }
  .home_cat_abtest .Home_popularpicklist_section ul {
    gap: 10px;
    justify-content: center; }
  .home_cat_abtest .home-review-slider .Real-reviews section.yotpoSlider {
    padding: 0; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading {
    max-width: 370px; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading h1 {
    font-size: 22px; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading h1 span {
    font-size: 18px; }
  .home_cat_abtest .Newsletter.visible .title h2 {
    font-size: 25px; }
  /* Home Service box */
  .home-page .servicesbox {
    gap: 15px; }
  .home_cat_abtest .popular-picks-slider .owl-item .title {
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0; }
  .home_cat_abtest .popular-picks-slider button.owl-prev, .popular-picks-slider button.owl-next, .home_cat_abtest .popular-picks-slider button.owl-prev svg, .popular-picks-slider button.owl-next svg {
    width: 22px;
    height: 22px; }
  .home_cat_abtest .popular-picks-slider .owl-item .img {
    height: 100px; }
  .home_cat_abtest .popular-picks-slider {
    padding: 0 30px; }
  /* .youth-trades .FAQs-Beginners .Customizable-box .Customizable-content{display: block !important;} */ }

@media (max-width: 480px) {
  .home_cat_abtest .Home_bestseller_section {
    margin: 20px 0 0; }
  .home_cat_abtest .Home_bestseller_section h2 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 15px; }
  .home_cat_abtest .Home_bestseller_section .row {
    gap: 10px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box .img {
    height: 95px;
    width: 95px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box .img img {
    max-height: 90px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box .title {
    font-size: 14px; }
  .home_cat_abtest .Home_bestseller_section .row .col .box {
    padding: 15px 10px;
    box-shadow: 0 0 10px 1px #ddd; }
  .home_cat_abtest .Home_popularpicklist_section {
    margin: 30px 0 10px; }
  .home_cat_abtest .Home_popularpicklist_section ul {
    gap: 5px; }
  .home_cat_abtest .Home_popularpicklist_section ul li a {
    font-size: 12px;
    height: 30px;
    padding: 5px 17px; }
  /* Home Service box */
  .home-page .servicesbox {
    flex-direction: column;
    gap: 0; }
  .home_cat_abtest .servicesbox {
    flex-direction: row;
    gap: 8px; }
  .home_cat_abtest .servicesbox .box .serviceitem {
    height: 100% !important; }
  .home_cat_abtest .servicesbox .box .serviceitem {
    padding: 10px 8px;
    border-radius: 15px; }
  .home_cat_abtest .servicesbox .box .content h3 {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px; }
  .home_cat_abtest .servicesbox .box .content p {
    font-size: 10px;
    line-height: normal; }
  .home_cat_abtest .servicesbox .box .iconimg img {
    max-width: 40px;
    min-width: 40px; }
  .home_cat_abtest .Newsletter.visible {
    padding: 28px 0; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading {
    max-width: 270px;
    gap: 10px; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading h1 {
    font-size: 18px; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading h1 span {
    font-size: 14px; }
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading .certified-reviews .yotpo-icon #y-badges .y-badge {
    height: 103px; }
  .home_cat_abtest .Newsletter.visible .title h2 {
    font-size: 18px; }
  .home_cat_abtest .Newsletter .needsclick > button.needsclick.go4071971332.kl-private-reset-css-Xuajs1 {
    font-size: 16px !important;
    margin-left: 8px; }
  .home_cat_abtest .Newsletter .title {
    margin-bottom: 6px; }
  .home_cat_abtest .popular-picks-slider .owl-item .img {
    height: 90px; } }

@media (max-width: 999px) {
  .Architects .sidenav .Menu ul button {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 7px;
    color: #fff;
    float: right;
    width: 35px;
    height: 35px;
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    z-index: 999; }
  .Architects .sidenav .Menu ul li.third-second a {
    background: #fff;
    color: #000;
    padding: 0; }
  .sidenav ul li.third-second:first-child {
    margin-top: 0; }
  .Architects .sidenav .Menu li.mobile_submenu ul {
    display: none; } }

@media (max-width: 1024px) {
  .yotpo-sr-bottom-line-summary {
    display: flex !important;
    flex-direction: column !important; }
  .yotpo-sr-bottom-line-text {
    line-height: 1 !important; }
  .header-menu .custom-mega-menu .navigation ul.nav li a {
    padding: 15px 8px !important; }
  .header-menu .custom-mega-menu .navigation ul.nav li a i.icon {
    margin: 0 0 0 5px; } }

@media (max-width: 1000px) {
  .header-menu .custom-mega-menu .navigation ul.nav li a {
    padding: 15px 6px !important; }
  .header-menu .custom-mega-menu .navigation ul.nav li a i.icon {
    margin: 0 0 0 5px; } }

/* 14-5-25 */
.yotpo-reviews-main-widget div#newReviewFormModal {
  z-index: 9999999 !important; }

div#fancybox-1, div.fancybox__container {
  z-index: 9999999 !important; }

@media (min-width: 1000px) {
  .Newsletter-Sign-Up-Webpage .categories-section .categories-right .ContentEditor > .klaviyo-form-TJxXk6 > .kl-private-reset-css-Xuajs1 > form.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    width: 100% !important; }
  .Newsletter-Sign-Up-Webpage .categories-section .categories-right .ContentEditor > .klaviyo-form-TJxXk6 .kl-private-reset-css-Xuajs1 form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-child(2) .kl-private-reset-css-Xuajs1[component="[object Object]"] {
    padding-bottom: 20px !important; } }

@media (max-width: 999px) {
  .Newsletter-Sign-Up-Webpage .categories-section .categories-right .ContentEditor > .klaviyo-form-TJxXk6.klaviyo-form.klaviyo-form.klaviyo-form {
    padding: 0 !important;
    min-width: 320px !important;
    width: 100% !important; } }

@media (max-width: 767px) {
  /* Review slider */
  .home-page .reviews-carousel-card-review-content-container {
    flex-grow: inherit; }
  .home-page .review-content.review-content-mobile-mode {
    height: auto;
    padding: 10px 0; }
  .home-page .reviews-carousel-card-container.reviews-carousel-card-mobile-mode {
    min-height: auto !important; }
  /* End Review slider */
  .Our-blog {
    padding: 20px 0 0; }
  .home-page footer .footer-top {
    padding-top: 0; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-figure {
    height: auto !important; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-figure .productImage .card-image {
    max-height: 129px; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page {
    width: 40px;
    height: 40px;
    margin: 0 3px 0 0; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link,
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link {
    padding: 7px 11px;
    font-size: 0;
    position: relative; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link:after,
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link:after {
    font-size: 29px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    margin: auto; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link:after {
    content: '<'; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link:after {
    content: '>'; }
  .categories-section .categories-right ul.ss-item-container li.product article.card .card-body br {
    display: none; }
  .ss__searchspring__recommendations .card-figure {
    height: auto !important; }
  .ss__searchspring__recommendations .card br {
    display: none; }
  .ss__searchspring__recommendations .card-figure img.card-image {
    position: inherit; }
  .ss__searchspring__recommendations .ss__result .card-button-block {
    margin-top: 20px; }
  .type-productdetail .yotpo-display-s .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary {
    margin-top: 0 !important; }
  .type-productdetail .yotpo-display-s .yotpo-main-widget-tabs {
    margin-top: 10px !important; }
  .type-productdetail .yotpo-display-s .yotpo-head {
    margin-top: 18px !important; }
  .type-productdetail .yotpo-display-s .yotpo-main-layout .yotpo-layout-header-wrapper .yotpo-bottom-line[data-v-539fe0bb] {
    margin-bottom: 0 !important; }
  .type-productdetail .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-content {
    margin-top: 0 !important; }
  .type-productdetail .detail-content .product_downloads {
    margin: 0;
    vertical-align: middle; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content h2 {
    margin: 0px 0 0px; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .productView-description1 .product-descrption .detail-content p {
    /* padding: 0;  */ }
  .productPage .productdesc_tabinfo .tab_procontent {
    padding: 15px 9px 0; }
  .review_section_wrap .yotpo-review-center-panel .yotpo-review-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
  .review_section_wrap .yotpo-review-center-panel .yotpo-review-title::after {
    content: '';
    transform: rotate(45deg);
    transition: 0.45s;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    padding: 4px; }
  .review_section_wrap .yotpo-review-center-panel.active .yotpo-review-title::after {
    transform: rotate(-45deg); }
  .review_section_wrap .yotpo-review-center-panel .yotpo-review-content, .review_section_wrap .yotpo-review-center-panel .yotpo-comment {
    max-height: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden; }
  .review_section_wrap .yotpo-review-center-panel.active .yotpo-review-content, .review_section_wrap .yotpo-review-center-panel.active .yotpo-comment {
    max-height: 600px;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: auto; }
  .review_section_wrap .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner {
    gap: 0; }
  .review_section_wrap .yotpo-display-s .yotpo-filters-container {
    margin: 0px 0 12px 0; }
  .productPage .page .productView .product-contain .ProductDetail-PageContent .yotpo-review {
    margin-bottom: 0; }
  .review_section_wrap .yotpo-review-center-panel .yotpo-comment {
    margin-top: 10px !important; } }

@media (max-width: 480px) {
  .home-page .abtest-banner .imgbox {
    min-height: 160px !important; }
  .abtest_hero_banner.Cyber_monday_sale.sponsorship_program_homebanner .servicesbox {
    margin-top: 0px !important; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page {
    width: 30px;
    height: 30px; }
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-previous .ss-page-link:after,
  .categories-section .categories-right .ss-pagination ul.ss-pagination-list li.ss-page.ss-page-next .ss-page-link:after {
    font-size: 20px; }
  .type-productdetail .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box {
    overflow: auto;
    height: 60px;
    width: 100%; }
  .type-productdetail .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    position: absolute;
    left: 0; }
  .type-productdetail .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_thumbnail_box .productView-thumbnails .productView-thumbnail {
    width: 58px;
    max-width: 58px;
    height: 50px;
    min-width: 58px; }
  .type-productdetail .page .productView .product-contain .wrapperThreeColumns .content .productView-images .product_thumbnail_wrap .product_video_box {
    display: none; }
  .ss__searchspring__recommendations .card-body {
    height: auto !important; }
  .productPage .productdesc_tabinfo .tab_procontent {
    padding: 15px 9px 0; }
  /* 16-05-25 */
  .home_cat_abtest .home-review-slider .Real-reviews .Reviews-heading .certified-reviews .yotpo-icon #y-badges .y-badge {
    height: 90px;
    width: 90px; }
  .home_cat_abtest .home-review-slider #y-badges .y-badge-reviews {
    font-size: 18px !important;
    top: -60px !important; }
  .home_cat_abtest .home-review-slider #y-badges .y-badges-certified {
    top: 50px !important;
    left: -18px !important;
    font-size: 8px !important; }
  .home_cat_abtest .home-review-slider #y-badges .y-badge-stars {
    top: 39px !important;
    left: 15px !important; } }

/* PDP Product View Images Slider */
.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel {
  position: relative;
  width: 100%;
  display: inline-block; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel {
  position: initial;
  width: calc(100% - 112px);
  min-height: 403px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  float: right; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  float: left;
  display: inline-block;
  margin: 0;
  max-height: 403px;
  overflow: hidden;
  overflow-y: auto; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots::-webkit-scrollbar {
  width: 5px; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  -webkit-border-radius: 0;
  border-radius: 0; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #c1c1c1; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot {
  width: 90px;
  height: 90px !important;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e1e1e1; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot:nth-child(n+2) {
  margin-top: 14px; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot.active {
  border-color: #498cbc; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-prev, .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 112px; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-prev svg, .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-next svg {
  width: 15px;
  height: auto; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery {
  width: 100%;
  display: inline-block;
  float: initial;
  height: initial; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery .productView-image {
  min-height: initial; }

.productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery .productView-image img.thumbnail_image {
  width: auto !important; }

@media (max-width: 1150px) {
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel {
    width: calc(100% - 72px);
    min-height: 378px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots {
    width: 70px;
    max-height: 378px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px !important; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot:nth-child(n+2) {
    margin-top: 19px; } }

@media (max-width: 999px) {
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel {
    max-width: 610px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery .productView-image img.thumbnail_image {
    max-height: 378px; }
  /* Header */
  /*body { padding-top: 0; }
    header { position: initial; display: block; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition:all 0.5s; transition:all 0.5s; margin: 0 0 15px; }
    header.fixed-header { position: fixed; top: 0; left: 0; width: 100%; -webkit-animation:slide-down 0.7s; animation:slide-down 0.7s; z-index: 9999999; }*/
  body {
    padding-top: 125px; }
  header {
    padding: 15px 0; }
  header .call_cart_wrap {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end; }
  header .header-left {
    display: flex !important; }
  header .header-left .Call-Us.mobile {
    margin: 0;
    float: left; }
  header .header-left .Call-Us.mobile .call .content a {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/call-new-icon.png);
    height: 32px;
    width: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    line-height: 0; }
  header .header-left .mobile-menu {
    width: 20%; }
  header .header-left a.site_logo {
    width: 60%; }
  header .header-left a.site_logo svg {
    max-width: 100px;
    height: auto; }
  header .header-left .cart-box {
    width: auto; }
  header .header-left .header_search_icon {
    margin-right: 15px; }
  header .header-left .header_search_icon button img {
    width: auto;
    max-width: initial;
    min-width: initial;
    height: 32px; }
  header .header-right {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 16px 0; }
  header .header-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% - -20px);
    height: 100%;
    background: #ffffff;
    display: inline-block;
    margin: 0 10px; }
  header .header-right .header-bottom {
    padding: 0;
    margin: 0; }
  header .header-right .header-bottom .navigation-search-box {
    padding: 0;
    margin: 0; }
  header .header-right .header-bottom .navigation-search-box .search_products_wrap {
    position: relative; }
  header .header-right .header-bottom .navigation-search-box .search_products_wrap .search_left_arrow {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 9; }
  header .header-right .header-bottom .navigation-search-box .search_products_wrap form input.form-input {
    padding-left: 60px; }
  /*header.fixed-header .header-left { display: none; }
    header.fixed-header .header-right .header-bottom { padding: 0; }*/
  .type-productdetail header {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
  .type-productdetail header.fixed-header {
    opacity: 0;
    visibility: hidden; }
  /*@keyframes slide-down {
        0% { opacity: 0; transform: translateY(-100%); }
        100% { opacity: 0.9; transform: translateY(0); }
    }*/ }

@media (max-width: 767px) {
  .type-productdetail .inner-breadcrumbs ul.breadcrumbs li.breadcrumb {
    width: auto;
    text-align: left;
    margin: 0;
    margin-right: 15px; }
  .type-productdetail .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:before {
    display: block;
    right: -8px;
    width: 2px;
    height: 12px; }
  .type-productdetail .inner-breadcrumbs ul.breadcrumbs {
    padding: 0 0 8px 18px; }
  .type-productdetail .inner-breadcrumbs ul.breadcrumbs li.breadcrumb a.breadcrumb-label {
    font-size: 13px; }
  .type-productdetail .inner-breadcrumbs ul.breadcrumbs li.breadcrumb:nth-child(1) a:after {
    left: -18px;
    background-size: 14px;
    width: 14px;
    height: 13px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel {
    min-height: 205px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel {
    width: calc(100% - 72px);
    min-height: 205px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots {
    width: 70px;
    max-height: 205px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px !important; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot:nth-child(n+2) {
    margin-top: 10px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery .productView-image img {
    max-height: 200px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery .productView-image img.thumbnail_image {
    max-height: 205px; }
  /* Header */
  body {
    padding-top: 101px; }
  header {
    padding: 12px 0; }
  header .header-left a.site_logo svg {
    max-width: 80px; }
  header .header-left .header_search_icon button img {
    height: 28px; }
  header .header-left .Call-Us.mobile .call .content a {
    height: 28px;
    width: 28px;
    background-size: 28px; }
  header .header-left a img {
    height: 28px;
    width: auto;
    max-width: initial;
    min-width: initial; }
  header .header-right {
    padding: 8.5px 0; } }

@media (max-width: 480px) {
  .productPage .page .productView .product-contain .wrapperThreeColumns .content {
    width: 100%; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel {
    width: 100%;
    min-height: initial;
    float: initial;
    display: inline-block; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots {
    position: initial;
    width: 100%;
    height: 70px;
    float: initial;
    max-height: initial;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-y: hidden;
    overflow-x: scroll; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot {
    float: left;
    margin-right: 10px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot:nth-child(n+2) {
    margin-top: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-prev, .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-nav .owl-next {
    margin-top: -50px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px !important; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots::-webkit-scrollbar {
    height: 5px; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-dots::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #c1c1c1; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .content .productView-images .content-carousel .owl-carousel .owl-stage-outer .owl-item .imgGallery .productView-image img.thumbnail_image {
    max-height: initial; }
  /* Header */
  header .header-left .Call-Us.mobile .call .content a {
    height: 25px;
    width: 25px;
    background-size: 25px; }
  header .call_cart_wrap {
    width: 20%; }
  header .header-left .mobile-menu {
    width: 20%;
    padding: 0; }
  header .header-left a[aria-label="Best Access Doors"] {
    width: 60%; }
  /* Header */
  /*.type-productdetail { padding-top: 75px; }*/
  body {
    padding-top: 88px; }
  header {
    padding: 10px 0; }
  header .call_cart_wrap {
    width: 30%; }
  header .header-left a.site_logo svg {
    max-width: 70px; }
  header .header-left .mobile-menu {
    width: 30%;
    padding: 0; }
  header .header-left a.site_logo {
    width: 40%; }
  header .header-left .cart-box a.navUser-action img {
    max-width: initial;
    height: 24px; }
  header .header-left .Call-Us.mobile .call .content a {
    height: 24px;
    width: 24px;
    background-size: 24px; }
  header .header-left .header_search_icon button img {
    height: 24px; }
  header .header-left .header_search_icon {
    margin-right: 10px; }
  header .header-left .Call-Us.mobile, header .header-left .cart-box {
    padding: 0; }
  header .header-right {
    padding: 5px 0; }
  header .header-right .header-bottom .navigation-search-box .search_products_wrap .search_left_arrow {
    top: 11.5px;
    left: 12px; }
  header .header-right .header-bottom .navigation-search-box .search_products_wrap .search_left_arrow button img {
    width: 20px; }
  header .header-right .header-bottom .navigation-search-box .search_products_wrap form input.form-input {
    padding-left: 42px; } }

.header_search_icon {
  display: none; }

.search_left_arrow {
  display: none; }

.search_left_arrow img {
  width: 25px; }

@media (max-width: 999px) {
  header .call_cart_wrap .header_search_icon {
    display: block; }
  header .search_left_arrow {
    display: block; }
  header .header-right#mobile_search_bar {
    display: none; } }

/* Login Check ship date 09-06-2025 */
.login {
  margin: 26px 0 24px; }

.login .inner-breadcrumbs.breadcrumbs_wrap {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.login .login-row {
  margin: 0; }

.login .login-form h1.page-heading {
  margin: 0  0 24px; }

.login form.login-form.form {
  margin-top: 0; }

.login .new-customer-fact-list {
  margin-left: 0;
  margin-bottom: 18px; }

.login .new-customer-fact-list li.new-customer-fact {
  padding-left: 0; }

.login .form-actions {
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.login .button {
  font-size: 1rem !important; }

.login .forgot-password {
  font-size: 1rem !important;
  width: auto; }

.login .inner-breadcrumbs ul.breadcrumbs {
  padding-bottom: 14px; }

.login .login-row.check-ship-date {
  margin-top: 38px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.login .login-row.check-ship-date .sub-text {
  font-size: 17px;
  color: #332f30; }

.login .login-row.check-ship-date h2.page-heading {
  margin: 0 0 18px; }

.login .login-row.check-ship-date .input-box {
  width: 100%;
  max-width: 338px; }

.login .login-row.check-ship-date .input-box input[type="text"]::placeholder, .login .login-row.check-ship-date .input-box input[type="email"]::placeholder {
  color: #444444; }

.login .login-row.check-ship-date .input-box input[type="text"], .login .login-row.check-ship-date .input-box input[type="email"] {
  width: 100%;
  height: 41px;
  background: #e5e5e5;
  border: 0;
  outline: 0;
  color: #332f30;
  padding: 10px;
  font-size: 16px; }

.login .login-row.check-ship-date form {
  display: flex;
  flex-wrap: wrap;
  gap: 22px; }

.login .login-row.check-ship-date form label {
  font-size: 12px; }

.login .login-row.check-ship-date .input-btn {
  width: 100%;
  max-width: 180px; }

.login .login-row.check-ship-date .input-btn input[type="submit"] {
  height: 41px;
  border: 0;
  background: #fcd704;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  border-radius: 8px; }

.login .login-row.check-ship-date .ship-order-info {
  max-width: 500px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  margin: 37px 0 21px; }

.login .login-row.check-ship-date .ship-order-info p {
  margin: 0;
  padding: 0;
  line-height: 29px;
  color: #444445; }

.login .login-row.check-ship-date .ship-estimate-order p {
  color: #444445; }

.login .login-row.check-ship-date .ship-estimate-order p:first-child {
  display: inline-block;
  border-bottom: 3px solid #fcd704;
  padding-bottom: 18px;
  margin-bottom: 12px; }

.login .ship-call p {
  color: #444444; }

.login .login-row.check-ship-date .ship-estimate-order {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  margin: 37px 0 21px;
  width: 100%;
  max-width: 600px; }

.login .login-row.check-ship-date div#message {
  margin-top: 20px; }

/* New Search add css */
.search_products_wrap form {
  display: flex;
  gap: 10px;
  align-items: center; }

.search_products_wrap form * {
  flex: auto; }

.search_products_wrap .checkshipdate-searchbar-btn {
  background: #fad807;
  color: #000;
  width: 152px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  max-width: 152px; }

header .header-right .header-bottom .Search-products form input[type=text] {
  padding-right: 15px; }

/* End New Search add css */
@media (max-width: 1150px) {
  .search_products_wrap .checkshipdate-searchbar-btn {
    right: 235px; } }

@media (max-width: 999px) {
  .login .login-row.check-ship-date .input-btn {
    max-width: 100%; }
  .login .login-row.check-ship-date .input-box {
    max-width: 100%;
    flex: 1; }
  .search_products_wrap .checkshipdate-searchbar-btn {
    display: none; }
  header .header-right .header-bottom .Search-products form input[type=text] {
    padding-right: 50px; } }

@media (max-width: 767px) {
  .login {
    margin: 15px 0 0px; }
  .login .login-form h1.page-heading {
    margin: 0  0 10px; }
  .login .inner-breadcrumbs ul.breadcrumbs {
    padding-bottom: 10px; }
  .login .form-actions {
    justify-content: center; }
  .login .login-row.check-ship-date .sub-text {
    font-size: 15px; }
  .login .login-row.check-ship-date form {
    gap: 16px; }
  .login .login-row.check-ship-date form label {
    font-size: 13px; }
  .login .login-row.check-ship-date .input-box input[type="text"], .login .login-row.check-ship-date .input-box input[type="email"] {
    font-size: 15px; }
  .login .login-row.check-ship-date h2.page-heading {
    margin: 0 0 14px; }
  .login .login-row.check-ship-date .input-btn, .login .login-row.check-ship-date .input-box {
    max-width: 100%;
    flex: auto; }
  .login .login-row.check-ship-date .ship-estimate-order p:last-child {
    padding-bottom: 0; }
  .login .ship-call p {
    padding-bottom: 0; } }

/* End Login Check ship date */
/* In Stock 6-6-25 */
.In-Stock-Access-Doors-Webpage .categories-section {
  padding-top: 0; }

.instock-landing .container {
  width: 100%; }

.instock-landing .instock-about {
  margin: 38px 0 0; }

.instock-landing .instock-about .content {
  max-width: 730px;
  text-align: center; }

.instock-landing .instock-about .content p {
  font-size: 16px;
  color: #000000;
  padding: 0 0 13px;
  line-height: 24px; }

.instock-landing .instock-about .content p em {
  font-size: 14px; }

.instock-landing .instock-about .content p .call-text {
  color: #000000; }

.instock-landing .instock-about .content p .request-quate-link {
  color: #0373d7;
  font-weight: 700;
  border-bottom: 1px solid #a3c1eb; }

.instock-landing .instock-about .content p:last-child {
  padding: 0; }

.instock-landing .instock-model {
  margin: 55px 0 0; }

.instock-landing .instock-model h2 {
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #0373d7;
  margin: 0 0 30px; }

.instock-landing .instock-model .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  gap: 56px 0; }

.instock-landing .instock-model .row .col {
  width: 20%;
  padding: 0 8px; }

.instock-landing .instock-model .row .col .box {
  position: relative; }

.instock-landing .instock-model .row .col .title {
  text-align: center;
  padding: 0;
  width: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  border: 3px solid #dddddd;
  margin: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 0;
  height: 38px;
  top: -38px;
  left: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.instock-landing .instock-model .row .col .title span {
  padding: 0 8px;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  top: -12px;
  line-height: 17px;
  vertical-align: middle;
  min-height: 35px; }

.instock-landing .instock-model .row .col .title.merge-title-hide {
  display: none; }

.instock-landing .instock-model .row .col .title.merge-col-2 {
  width: calc(200% - 10px + 10px); }

.instock-landing .instock-model .row .col .title.merge-col-3 {
  width: calc(300% - 10px + 20px); }

.instock-landing .instock-model .row .col .title.merge-col-4 {
  width: calc(400% - 10px + 48px); }

.instock-landing .instock-model .row .col .title.merge-col-5 {
  width: calc(500% - 10px + 64px); }

.instock-landing .instock-model .row .col .product-box {
  box-shadow: 0 0 9px 4px #dbdbdb;
  border-radius: 10px;
  padding: 20px 17px 23px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 38px; }

.instock-landing .instock-model .row .col .product-box.instock-tag {
  background-image: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/instock-tag.png);
  background-repeat: no-repeat;
  background-position: left top; }

.instock-landing .instock-model .row .col .product-box .img {
  height: 196px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px; }

.instock-landing .instock-model .row .col .product-box .img a {
  pointer-events: none; }

.instock-landing .instock-model .row .col .product-box .img img {
  max-height: 160px;
  max-width: 100%;
  width: auto; }

.instock-landing .instock-model .row .col .product-box .model-title {
  color: #000;
  font-size: 15px;
  line-height: 23px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -15px; }

.instock-landing .instock-model .row .col .product-box .model-title strong {
  display: block;
  font-size: 17px; }

.instock-landing .instock-model .row .col .product-box .ship-time {
  color: #0373d7;
  font-style: italic;
  font-weight: 700;
  font-size: 14.32px;
  margin: 4px 0 0; }

.instock-landing .instock-model .row .col .product-box .choose-your-size {
  margin: 8px 0 0;
  position: relative; }

.instock-landing .instock-model .row .col .product-box .choose-your-size button {
  height: 35px;
  color: #000000;
  background: #ffd200;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 14.32px;
  font-family: Poppins;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative; }

.instock-landing .instock-model .row .col .product-box .choose-your-size button:after {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent;
  border-top: 8px solid #000;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 10px 0 0; }

.instock-landing .instock-model .row .col .product-box .choose-your-size button.active {
  background: #0074d9;
  color: #fff; }

.instock-landing .instock-model .row .col .product-box .choose-your-size button.active:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid #fff;
  margin: -7px 0 0; }

.instock-landing .instock-model .row .col .product-box .choose-your-size .size-dropdown {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  z-index: 1000;
  display: none; }

.instock-landing .instock-model .row .col .product-box .choose-your-size .size-dropdown ul {
  list-style: none;
  padding: 7px 0;
  margin: 0;
  max-height: 192px;
  overflow: auto; }

.instock-landing .instock-model .row .col .product-box .choose-your-size .size-dropdown ul li + li {
  border-top: 1px solid #ddd; }

.instock-landing .instock-model .row .col .product-box .choose-your-size .size-dropdown ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 7px; }

.instock-landing .instock-service {
  margin: 103px 0 0; }

.instock-landing .instock-service .container {
  max-width: 948px; }

.instock-landing .instock-service .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }

.instock-landing .instock-service .row .col {
  width: 33.33%;
  padding: 0 12px; }

.instock-landing .instock-service .box {
  height: 271px;
  background: #0373d7;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 0 9px 4px #dbdbdb; }

.instock-landing .instock-service .box p {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px; }

.instock-landing .instock-service .box p strong {
  display: block; }

.instock-landing .instock-service .box .icon {
  width: 100%;
  height: 104px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.instock-landing .instock-help {
  margin: 96px 0 0; }

.instock-landing .instock-help .container {
  max-width: 1060px; }

.instock-landing .instock-help .row {
  display: flex;
  align-items: center;
  gap: 50px; }

.instock-landing .instock-help .row .col.img {
  max-width: 494px; }

.instock-landing .instock-help .row .col.content {
  width: calc(100% - 495px - 50px); }

.instock-landing .instock-help h3 {
  font-family: 'Poppins';
  font-size: 25px;
  text-transform: uppercase;
  color: #0373d7;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  line-height: 40.17px; }

.instock-landing .instock-help h2 {
  font-family: 'Poppins';
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 27px;
  padding: 0;
  line-height: 40.17px; }

.instock-landing .instock-help p.call-num {
  padding: 0;
  margin: 0;
  font-size: 30.67px;
  color: #000000;
  line-height: 45.28px; }

.instock-landing .instock-help p.call-num a {
  display: table;
  color: #000000;
  font-weight: 700; }

.instock-landing .instock-help a.btn {
  width: 281px;
  height: 58px;
  color: #000;
  background: #ffd200;
  border-radius: 14px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin: 33px 0 0; }

.instock-landing .instock-review .review-content {
  max-width: 852px;
  height: 275px;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/stock-review-bg.png);
  margin: 81px auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 90px;
  background-size: 100%; }

.instock-landing .instock-review .review-content p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  line-height: 35.3px; }

.instock-landing .instock-review .review-content .name {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin: 13px 0 0; }

@media (max-width: 1200px) {
  .instock-landing .instock-model .row {
    display: block;
    margin: 0;
    padding: 0 30px; }
  .instock-landing .instock-model .row .col {
    width: 100%; }
  .instock-landing .instock-model .row .col .product-box {
    margin: 0 0 25px; }
  .instock-landing .instock-model .row .col .title {
    position: inherit;
    border: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 0;
    margin: 0 0 10px; }
  .instock-landing .instock-model .row .col .title.merge-title-hide {
    display: block; }
  .instock-landing .instock-model .row .col .title span {
    top: 0;
    background: transparent;
    min-height: 51px;
    display: flex;
    align-items: center; }
  .instock-landing .instock-model .row .col .title span br {
    display: none; }
  .instock-landing .instock-model .row .col .product-box .model-title {
    height: 120px; }
  .instock-landing .instock-model .owl-carousel .owl-nav .owl-next {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/instock-slider-arrow-right.png);
    right: 0; }
  .instock-landing .instock-model .owl-carousel .owl-nav .owl-prev {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/instock-slider-arrow-left.png);
    left: 0; }
  .instock-landing .instock-model .owl-carousel .owl-nav .owl-next, .instock-landing .instock-model .owl-carousel .owl-nav .owl-prev {
    height: 30px;
    width: 30px;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center; }
  .instock-landing .instock-model .row .col .product-box .choose-your-size .size-dropdown {
    top: auto;
    bottom: 37px; } }

@media (max-width: 999px) {
  .instock-landing .instock-model .row .col .product-box .choose-your-size button {
    font-size: 14px; }
  .instock-landing .instock-service {
    margin: 70px 0 0; }
  .instock-landing .instock-help .row .col.img {
    max-width: 40%; }
  .instock-landing .instock-help .row .col.content {
    width: 60%; }
  .instock-landing .instock-help h3 {
    font-size: 23px; }
  .instock-landing .instock-help h2 {
    font-size: 28px; }
  .instock-landing .instock-help p.call-num {
    font-size: 25px;
    line-height: 40px; }
  .instock-landing .instock-help a.btn {
    width: 240px;
    height: 50px;
    font-size: 21px; }
  .instock-landing .instock-service .box {
    padding: 20px; }
  .instock-landing .instock-service .box .icon {
    height: 90px; }
  .instock-landing .instock-service .box .icon img {
    height: auto;
    max-width: 100px;
    max-height: 85px;
    width: auto; } }

@media (max-width: 767px) {
  .instock-landing .instock-banner {
    margin: 0 -3%; }
  .instock-landing .instock-about .content {
    text-align: left; }
  .instock-landing .instock-help .row {
    flex-wrap: wrap; }
  .instock-landing .instock-help .row .col.content {
    width: 100%; }
  .instock-landing .instock-review .review-content {
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/stock-review-bg-mobile.png);
    background-size: 100%;
    height: auto;
    aspect-ratio: 1/0.6;
    padding: 20px 60px;
    margin: 50px auto 50px; }
  .instock-landing .instock-about {
    margin: 13px 0 0; }
  .instock-landing .instock-model h2 {
    font-size: 20px;
    margin: 0 0 20px; }
  .instock-landing .instock-model .row .col .title span {
    font-size: 17px;
    line-height: 22px; }
  .instock-landing .instock-service .row {
    gap: 12px;
    margin: 0; }
  .instock-landing .instock-service .row .col {
    width: 100%; }
  .instock-landing .instock-service .box {
    display: flex;
    height: auto;
    padding: 15px;
    gap: 20px; }
  .instock-landing .instock-service {
    margin: 15px 0 0; }
  .instock-landing .instock-service .box .icon {
    height: auto;
    width: 45px;
    margin: 0; }
  .instock-landing .instock-service .box .icon img {
    max-width: 100%; }
  .instock-landing .instock-service .box .content {
    width: calc(100% - 45px - 20px); }
  .instock-landing .instock-service .box p {
    text-align: left; }
  .instock-landing .instock-help {
    margin: 40px 0 0; }
  .instock-landing .instock-help .row {
    flex-direction: column-reverse;
    gap: 35px; }
  .instock-landing .instock-help h3 {
    font-size: 20px;
    text-align: center;
    line-height: normal;
    margin: 0 0 8px; }
  .instock-landing .instock-help h2 {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 15px;
    text-align: center; }
  .instock-landing .instock-help p.call-num {
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .instock-landing .instock-help p.call-num a {
    display: block; }
  .instock-landing .instock-help a.btn {
    width: 180px;
    height: 40px;
    border-radius: 9px;
    font-size: 16px;
    padding: 10px;
    margin: 20px auto 0; }
  .instock-landing .instock-help .row .col.img {
    max-width: none;
    margin: 0 -3%; }
  .instock-landing .instock-review .review-content p {
    font-size: 20px;
    line-height: 30px; }
  .instock-landing .instock-review .review-content .name {
    font-size: 16px;
    margin: 10px 0 0; } }

@media (max-width: 480px) {
  .instock-landing .instock-about .content p {
    font-size: 14px;
    padding: 0 0 10px;
    line-height: 20px; }
  .instock-landing .instock-about .content p em {
    font-size: 12px; }
  .instock-landing .instock-model {
    margin: 35px 0 0; }
  .instock-landing .instock-model h2 {
    font-size: 18px; }
  .instock-landing .instock-model .row .col .title span {
    min-height: 30px; }
  .instock-landing .instock-model .row .col .product-box .model-title {
    font-size: 14px;
    height: 100px; }
  .instock-landing .instock-model .row .col .product-box .ship-time {
    font-size: 13px; }
  .instock-landing .instock-model .row .col .product-box .model-title strong {
    font-size: 16px; }
  .instock-landing .instock-service .box p {
    font-size: 14px;
    line-height: 20px; }
  .instock-landing .instock-help h3 {
    font-size: 18px; }
  .instock-landing .instock-help h2 {
    font-size: 18px; }
  .instock-landing .instock-help p.call-num {
    font-size: 16px; }
  .instock-landing .instock-review .review-content {
    padding: 20px 30px;
    margin: 30px auto 20px; }
  .instock-landing .instock-review .review-content p {
    font-size: 14px;
    line-height: 17px; }
  .instock-landing .instock-review .review-content .name {
    font-size: 13px;
    margin: 8px 0 0; } }

/* Ask Us Question 6-6-25 */
.Ask-Us-a-Question-Webpage .categories-section {
  padding-top: 0; }

.Ask-Us-a-Question-Webpage main .container {
  width: 100%;
  max-width: 100%; }

.Ask-Us-a-Question-Webpage main .container .container {
  width: 94%;
  max-width: 1046px; }

.ask-us-question-landing .btn {
  min-width: 272px;
  height: 58px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fbd604;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px; }

.ask-us-question-landing .btn.blue {
  background: #478dbc;
  color: #fff; }

.ask-us-question-landing .btn:hover, .ask-us-question-landing .btn.blue:hover {
  color: #000;
  background: #fbd604; }

.ask-us-question-landing h2 {
  font-family: Poppins;
  font-size: 30px;
  line-height: normal;
  color: #000;
  font-weight: 700; }

.ask-us-question-landing h3 {
  font-family: Poppins;
  font-size: 25px;
  line-height: normal;
  color: #000;
  font-weight: 700; }

.ask-us-question-landing p, .ask-us-question-landing ul li {
  font-size: 16px;
  color: #000;
  line-height: 24px; }

.ask-us-question-landing .shadowbox {
  box-shadow: 0 0 20px 3px #f1f1f1;
  border-radius: 20px;
  margin: auto;
  width: 100%;
  padding: 38px 64px 26px; }

.Ask-Us-a-Question-Webpage main .container .ask-us-question-landing .ask-us-question-banner .container {
  max-width: 1150px; }

.ask-us-question-landing .ask-us-question-banner img {
  width: 100%; }

.ask-us-question-landing .ask-us-question-intro {
  margin: 55px 0 0; }

.ask-us-question-landing .ask-us-question-intro h2 {
  margin: 0 0 33px;
  text-align: center; }

.ask-us-question-landing .ask-us-question-intro p {
  text-align: center;
  padding: 0;
  margin: 0; }

.Ask-Us-a-Question-Webpage main .container .ask-us-question-landing .ask-us-question-intro .container {
  max-width: 970px; }

.ask-us-question-landing .ask-us-question-tool {
  margin: 44px 0 0; }

.ask-us-question-landing .ask-us-question-tool h2 {
  margin: 0 0 20px;
  text-align: center; }

.ask-us-question-landing .ask-us-question-tool .icon-box {
  max-width: 486px; }

.ask-us-question-landing .ask-us-question-tool .box {
  display: flex;
  padding: 21px 0;
  align-items: center;
  border-bottom: 1px solid #eaeaea; }

.ask-us-question-landing .ask-us-question-tool .box:last-child {
  border-bottom: 0; }

.ask-us-question-landing .ask-us-question-tool .icon {
  width: 109px;
  height: auto;
  padding-right: 20px; }

.ask-us-question-landing .ask-us-question-tool .content {
  width: calc(100% - 109px); }

.ask-us-question-landing .ask-us-question-tool p {
  padding: 0; }

.ask-us-question-landing .ask-us-question-tool p strong {
  display: block; }

.ask-us-question-landing .ask-us-question-about {
  background: #fcd704;
  height: 197px;
  margin: 30px 0 0; }

.ask-us-question-landing .ask-us-question-about h2, .ask-us-question-about p {
  margin: 0;
  padding: 0; }

.ask-us-question-landing .ask-us-question-about .content {
  max-width: 420px;
  margin-left: 64px;
  position: relative; }

.ask-us-question-landing .ask-us-question-about .content::before {
  content: '?';
  position: absolute;
  left: -117px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 190px;
  color: #000000;
  opacity: 0.10;
  font-weight: 700; }

.ask-us-question-landing .ask-us-question-about .container {
  display: flex;
  align-items: center;
  height: 100%; }

.ask-us-question-landing .ask-us-question-about .container .img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: calc(100% - 420px - 64px);
  justify-content: flex-end; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do {
  margin: 60px 0 0; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .shadowbox {
  padding: 41px 64px 62px; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do h2 {
  margin: 0 0 46px;
  text-align: center; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content {
  display: flex;
  gap: 60px; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .left-content,
.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .right-content {
  width: 50%;
  padding: 0 9px;
  position: relative;
  display: flex;
  flex-direction: column; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content h3 {
  margin: 0 0 15px; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content p {
  margin-top: auto;
  padding: 0; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 27px;
  margin: 0 0 14px;
  display: flex;
  gap: 11px;
  letter-spacing: -0.4px; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li:last-child {
  margin-bottom: 0; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li::before {
  content: '';
  height: 18px;
  min-width: 18px;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/ask-us-question-checkicon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin: 5px 0 0; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .right-content ul li::before {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/ask-us-question-timesicon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .right-content:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ebebeb; }

.ask-us-question-landing .ask-us-question-professional-polished {
  margin: 60px 0 0; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row {
  display: flex;
  justify-content: space-between; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content {
  padding-left: 64px;
  max-width: 360px; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content h2 {
  line-height: 35px;
  margin: 0 0 44px; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content ul li {
  display: flex;
  gap: 16px;
  font-weight: 600; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content ul li::before {
  content: '';
  height: 10px;
  width: 10px;
  min-width: 10px;
  background: #fbd604;
  border-radius: 10px;
  margin: 6px 0 0; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content {
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/ask-us-question-who-its-for.png?t=1749559502);
  background-size: cover;
  width: 100%;
  max-width: 616px;
  padding: 44px 50px;
  text-align: center;
  border-radius: 25px;
  background-position: center; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content h2 {
  color: #ffffff;
  margin: 0 0 14px; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content h2::after {
  content: '';
  height: 2px;
  width: 71px;
  background: #fff;
  display: table;
  margin: 13px auto 0; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content ul li {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 12px; }

.ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content p {
  color: #ffffff;
  margin: 0;
  padding: 0; }

.ask-us-question-landing .ask-us-question-howtouse {
  margin: 84px 0 0; }

.ask-us-question-landing .ask-us-question-howtouse h2 {
  text-align: center;
  margin: 0 0 34px; }

.ask-us-question-landing .ask-us-question-howtouse .row {
  display: flex;
  gap: 50px;
  justify-content: space-between; }

.ask-us-question-landing .ask-us-question-howtouse .row .col .box {
  display: flex;
  gap: 19px; }

.ask-us-question-landing .ask-us-question-howtouse .row .col .box span {
  font-size: 56px;
  line-height: 46px;
  border-right: 2px solid #fbd604;
  padding-right: 15px; }

.ask-us-question-landing .ask-us-question-howtouse .row .col .box p {
  padding: 0;
  font-size: 18px; }

.ask-us-question-landing .ask-us-question-footer {
  text-align: center;
  margin: 0 auto 0;
  padding: 88px 0 50px;
  max-width: 940px; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-top h2 {
  margin: 0 0 26px; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-top p {
  margin: 33px 0 0;
  padding: 0;
  font-size: 22px;
  line-height: 32px; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-bottom {
  margin: 69px 0 0; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-bottom h2 {
  margin: 0 0 26px; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-bottom .btn-sec .btn + .btn {
  margin-left: 32px; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-bottom p {
  padding: 0;
  margin: 36px 0 0;
  font-size: 24px;
  color: #478dbc;
  font-weight: 700; }

.ask-us-question-landing .ask-us-question-footer .askus-footer-bottom p a {
  color: #000; }

.Ask-Us-a-Question-Webpage .full-page-content {
  max-width: 100%; }

@media (max-width: 999px) {
  .ask-us-question-landing h2 {
    font-size: 25px;
    line-height: 35px; }
  .ask-us-question-landing h3 {
    font-size: 20px; }
  .ask-us-question-landing .shadowbox {
    padding: 38px 45px 26px; }
  .ask-us-question-landing .ask-us-question-about .container .img {
    width: 250px;
    margin-left: auto; }
  .ask-us-question-landing .ask-us-question-tool {
    margin: 44px 0 90px; }
  .ask-us-question-landing .ask-us-question-tool .icon-box {
    margin: auto;
    flex-direction: column;
    display: flex; }
  .ask-us-question-landing .ask-us-question-tool .icon-box .box:nth-child(2) {
    order: 3; }
  .ask-us-question-landing .ask-us-question-tool .icon-box .box:nth-child(3) {
    order: 2; }
  .ask-us-question-landing .ask-us-question-tool .icon-box .box:nth-child(4) {
    order: 4; }
  .ask-us-question-landing .ask-us-question-tool .icon-box .reverse {
    flex-direction: row-reverse; }
  .ask-us-question-landing .ask-us-question-tool .icon-box .reverse .icon {
    padding-right: 0;
    padding-left: 20px; }
  .ask-us-question-landing .ask-us-question-tool .icon-box .reverse .content {
    text-align: right; }
  .ask-us-question-about .container {
    position: relative; }
  .ask-us-question-landing .ask-us-question-about .content::before {
    left: 50%;
    transform: translate(-50%, -50%); }
  .ask-us-question-landing .ask-us-question-about .content {
    position: initial; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li {
    font-size: 16px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content {
    padding-left: 0;
    max-width: 360px;
    padding-right: 50px; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .shadowbox {
    padding: 41px 45px 62px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content {
    padding: 30px 20px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content ul li {
    font-size: 16px;
    margin: 0 0 10px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content h2 {
    line-height: 30px;
    margin: 0 0 30px; }
  .ask-us-question-landing .ask-us-question-howtouse .row {
    gap: 20px; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box span {
    font-size: 50px;
    line-height: 40px; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box p {
    font-size: 16px; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box p br {
    display: none; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-top p {
    font-size: 20px;
    line-height: 28px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom {
    margin: 50px 0 0; } }

@media (max-width: 767px) {
  .Ask-Us-a-Question-Webpage main .container .ask-us-question-landing .ask-us-question-banner .container {
    width: 100%; }
  .ask-us-question-landing h2 {
    font-size: 23px;
    line-height: 30px; }
  .ask-us-question-landing h3 {
    font-size: 18px; }
  .ask-us-question-landing p, .ask-us-question-landing ul li {
    font-size: 15px;
    line-height: 22px; }
  .ask-us-question-landing .btn {
    min-width: 220px;
    height: 50px;
    padding: 10px;
    font-size: 18px; }
  .ask-us-question-landing .shadowbox {
    padding: 30px 15px 20px; }
  .ask-us-question-landing .ask-us-question-intro {
    margin: 35px 0 0; }
  .ask-us-question-landing .ask-us-question-intro h2 {
    margin: 0 0 15px; }
  .ask-us-question-landing .ask-us-question-tool {
    margin: 20px 0 90px; }
  .ask-us-question-landing .ask-us-question-tool h2 {
    margin: 0 0 0; }
  .ask-us-question-landing .ask-us-question-tool p br {
    display: none; }
  .ask-us-question-landing .ask-us-question-tool .shadowbox {
    box-shadow: none; }
  .ask-us-question-landing .ask-us-question-tool .icon {
    width: 90px; }
  .ask-us-question-landing .ask-us-question-tool .content {
    width: calc(100% - 90px); }
  .ask-us-question-landing .ask-us-question-tool .icon-box .reverse .icon {
    padding-right: 0; }
  .ask-us-question-landing .ask-us-question-about .content {
    margin-left: 0; }
  .ask-us-question-landing .ask-us-question-tool {
    margin: 20px 0 0; }
  .ask-us-question-landing .ask-us-question-about .container .img {
    width: 70%;
    max-width: 210px; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .shadowbox {
    padding: 0;
    box-shadow: none; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content {
    gap: 20px;
    padding: 20px 9px;
    box-shadow: 0 0 20px 3px #f1f1f1;
    border-radius: 15px; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do h2 {
    margin: 0 0 16px; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .right-content:after {
    left: -10px; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li {
    font-size: 15px;
    line-height: 22px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row {
    flex-wrap: wrap;
    gap: 45px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content {
    padding-left: 20px;
    max-width: 100%;
    padding-right: 20px;
    width: 100%; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content h2 {
    text-align: center;
    line-height: normal;
    margin: 0 0 20px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content ul {
    gap: 10px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content {
    padding: 30px 15px;
    width: auto;
    margin: 0 -3%;
    border-radius: 0;
    max-width: none;
    background-size: 110%; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .right-content ul li {
    font-size: 15px;
    margin: 0 0 10px; }
  .ask-us-question-landing .ask-us-question-howtouse .row {
    gap: 30px;
    flex-direction: column; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box span {
    font-size: 45px;
    min-width: 50px;
    text-align: center; }
  .ask-us-question-landing .ask-us-question-howtouse {
    margin: 50px 0 0; }
  .ask-us-question-landing .ask-us-question-howtouse h2 {
    margin: 0 0 28px; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box {
    gap: 15px;
    align-items: center; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box br {
    display: none; }
  .ask-us-question-landing .ask-us-question-footer {
    padding: 60px 0 10px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-top p {
    margin: 23px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom .btn-sec .btn + .btn {
    margin-left: 12px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom p {
    margin: 26px 0 0;
    font-size: 20px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom {
    margin: 40px 0 0; } }

@media (max-width: 480px) {
  .ask-us-question-landing h2 {
    font-size: 19px;
    line-height: 24px; }
  .ask-us-question-landing h3 {
    font-size: 16px; }
  .ask-us-question-landing .btn {
    height: 42px;
    padding: 10px;
    font-size: 15px; }
  .ask-us-question-landing p, .ask-us-question-landing ul li {
    font-size: 14px;
    line-height: 20px; }
  .ask-us-question-landing .ask-us-question-intro p {
    text-align: left; }
  .ask-us-question-landing .ask-us-question-intro {
    margin: 25px 0 0; }
  .ask-us-question-landing .shadowbox {
    padding: 20px 0 20px; }
  .ask-us-question-landing .ask-us-question-tool .icon-box {
    padding: 0 10px; }
  .ask-us-question-landing .ask-us-question-tool .box {
    padding: 15px 0; }
  .ask-us-question-landing .ask-us-question-tool .icon {
    width: 80px; }
  .ask-us-question-landing .ask-us-question-tool .content {
    width: calc(100% - 80px); }
  .ask-us-question-landing .ask-us-question-about .container .img {
    height: calc(100% + 30px);
    margin-right: -3%;
    overflow: hidden;
    width: 185px;
    position: absolute;
    right: 0;
    bottom: 0; }
  .ask-us-question-landing .ask-us-question-about .container .img img {
    margin-right: -28px; }
  .ask-us-question-landing .ask-us-question-about .content::before {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 232px;
    margin: 5px 0 0; }
  .ask-us-question-landing .ask-us-question-about .content {
    margin-left: 0;
    width: calc(100% - 143px); }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content {
    padding: 20px 3px;
    gap: 0; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li::before, .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .right-content ul li::before {
    height: 15px;
    width: 15px;
    background-size: 15px;
    margin: 3px 0 0; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content ul li {
    font-size: 13px;
    line-height: 16px;
    gap: 7px;
    margin: 0 0 7px; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do .tool-content .right-content:after {
    left: 0; }
  .ask-us-question-landing .ask-us-question-tool-can-cant-do {
    margin: 50px 0 0; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content {
    padding-left: 10px;
    padding-right: 10px; }
  .ask-us-question-landing .ask-us-question-professional-polished {
    margin: 30px 0 0; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content h2 {
    margin: 0 0 15px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content ul li {
    gap: 6px; }
  .ask-us-question-landing .ask-us-question-professional-polished .content-row .left-content ul li::before {
    content: '';
    height: 8px;
    width: 8px;
    min-width: 8px;
    border-radius: 8px;
    margin: 5px 0 0; }
  .ask-us-question-landing .ask-us-question-howtouse {
    margin: 40px 0 0; }
  .ask-us-question-landing .ask-us-question-howtouse h2 {
    margin: 0 0 18px; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box p {
    font-size: 15px; }
  .ask-us-question-landing .ask-us-question-howtouse .row .col .box span {
    font-size: 36px;
    min-width: 50px;
    text-align: center;
    padding-right: 0px;
    line-height: 1; }
  .ask-us-question-landing .ask-us-question-howtouse .row {
    gap: 22px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-top h2 {
    margin: 0 0 12px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-top p {
    margin: 18px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 22px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom {
    margin: 30px 0 0; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom h2 {
    margin: 0 0 20px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom .btn-sec .btn + .btn {
    margin-left: 0;
    margin-top: 15px; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom p {
    font-size: 18px;
    margin: 22px 0 0; }
  .ask-us-question-landing .ask-us-question-footer .askus-footer-bottom p a {
    display: table;
    margin: 4px auto 0; } }

/* Pro Club Aplpication 13-6-25 */
.Pro-Club-Application-Webpage .categories-section {
  padding-top: 0; }

.pro-club-landing .container {
  width: 100%; }

.pro-club-landing .btn {
  min-width: 274px;
  height: 47px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0871d4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px; }

.pro-club-landing .btn:hover, .pro-club-landing .btn.blue:hover {
  background: #000;
  color: #fbd604; }

.pro-club-landing .btn img {
  margin-left: 11px; }

.pro-club-landing h2 {
  font-family: Poppins;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  font-weight: 700; }

.pro-club-landing h3 {
  font-family: Poppins;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700; }

.pro-club-landing p, .pro-club-landing ul li {
  font-size: 16px;
  color: #000;
  line-height: 24px; }

.pro-club-landing .pro-club-banner img {
  width: 100%; }

.pro-club-landing .pro-club-intro {
  margin: 51px 0 0;
  text-align: center; }

.pro-club-landing .pro-club-intro .container {
  max-width: 950px; }

.pro-club-landing .pro-club-intro h2 {
  margin: 44px 0 15px; }

.pro-club-landing .pro-club-intro p {
  padding: 0;
  margin: 0 0 23px; }

.pro-club-landing .pro-club-intro .btn-sec {
  margin: 27px 0 0; }

.pro-club-landing .pro-club-enjoy-all {
  margin: 101px 0 0; }

.pro-club-landing .pro-club-enjoy-all h2 {
  text-align: center;
  margin: 0 0 42px; }

.pro-club-landing .pro-club-enjoy-all .icon-list {
  display: flex;
  gap: 50px;
  max-width: 900px;
  margin: auto; }

.pro-club-landing .pro-club-enjoy-all .icon-list ul {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.pro-club-landing .pro-club-enjoy-all .icon-list ul li {
  display: flex;
  gap: 35px;
  align-items: center; }

.pro-club-landing .pro-club-enjoy-all .icon-list ul li .icon {
  height: auto;
  min-width: 61px;
  max-width: 61px;
  text-align: center; }

.pro-club-landing .pro-club-enjoy-all .icon-list ul li + li {
  margin-top: 23px; }

.pro-club-landing .pro-club-enjoy-all .icon-list ul::after {
  content: '';
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #b88f39, #f0e271, #b88f39, #b88f39, #f0e271, #b88f39) 1;
  position: absolute;
  left: 76px;
  top: 0;
  height: 100%; }

.pro-club-landing .pro-club-benifits {
  margin: 124px 0 0; }

.pro-club-landing .pro-club-benifits h2 {
  text-align: center;
  margin: 0 0 45px; }

.pro-club-landing .pro-club-benifits .box-list {
  display: flex; }

.pro-club-landing .pro-club-benifits .box-list .box {
  flex: 1; }

.pro-club-landing .pro-club-benifits .box-list .box h3 {
  border-bottom: 1px solid #f5f5f5;
  margin: 0 0 0;
  padding: 0 38px 18px; }

.pro-club-landing .pro-club-benifits .box-list .box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.pro-club-landing .pro-club-benifits .box-list .box ul li {
  padding: 5px 38px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5; }

.pro-club-landing .pro-club-benifits .box-list .box.highlight h3 {
  color: #0871d4; }

.pro-club-landing .pro-club-benifits .box-list .box.highlight ul {
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #b88f39, #f0e271, #b88f39, #b88f39, #f0e271, #b88f39) border-box;
  border-radius: 20px;
  border: 3px solid transparent;
  background-repeat: repeat;
  background-size: 60px;
  overflow: hidden;
  margin: -3px 0; }

.pro-club-landing .pro-club-benifits .btn-sec {
  text-align: center;
  margin: 53px 0 0; }

.pro-club-landing .pro-club-what-for {
  margin: 138px 0 0; }

.pro-club-landing .pro-club-what-for .container {
  max-width: 1124px;
  background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/pro-club-whatwedo-bg-new.png);
  height: 350px;
  display: table;
  background-size: cover;
  background-position: center;
  border-radius: 24px; }

.pro-club-landing .pro-club-what-for h2 {
  margin: 58px 0 0;
  text-align: center;
  color: #fff; }

.pro-club-landing .pro-club-what-for h2::after {
  content: '';
  display: table;
  height: 2px;
  width: 74px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to left, #b88f39, #f0e271, #b88f39, #b88f39, #f0e271, #b88f39) 1;
  margin: 19px auto 0; }

.pro-club-landing .pro-club-what-for ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none; }

.pro-club-landing .pro-club-what-for ul li {
  color: #fff;
  text-align: center; }

.pro-club-landing .pro-club-what-for ul li + li {
  margin-top: 4px; }

.pro-club-landing .pro-club-tool-program {
  margin: 132px 0 0; }

.pro-club-landing .pro-club-tool-program h2 {
  text-align: center;
  margin: 0; }

.pro-club-landing .pro-club-tool-program .box-row {
  display: flex;
  padding: 36px 40px;
  position: relative; }

.pro-club-landing .pro-club-tool-program .box-row.v-center {
  align-items: center; }

.pro-club-landing .pro-club-tool-program .box-row:nth-child(n+5) .content {
  margin-top: 1.5%; }

.pro-club-landing .pro-club-tool-program .box-row:not(:last-child)::after {
  content: '';
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to left, #b88f39, #f0e271, #b88f39, #b88f39, #f0e271, #b88f39) 1;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 643px;
  width: 100%;
  margin: auto; }

.pro-club-landing .pro-club-tool-program .box-row .img {
  max-width: 506px; }

.pro-club-landing .pro-club-tool-program .box-row .content {
  width: calc(100% - 506px);
  padding-left: 42px;
  max-width: 530px; }

.pro-club-landing .pro-club-tool-program .box-row .content p {
  padding: 0; }

.pro-club-landing .pro-club-tool-program .box-row .content h3 {
  margin: 0; }

.pro-club-landing .pro-club-tool-program .box-row .content h3 .blue-txt {
  color: #0871d4;
  display: block;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 8px; }

.pro-club-landing .pro-club-tool-program .box-row:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right; }

.pro-club-landing .pro-club-tool-program .box-row:nth-child(even) .content {
  padding-right: 42px;
  padding-left: 0; }

.pro-club-landing .pro-club-how-join {
  margin: 93px 0 0; }

.pro-club-landing .pro-club-how-join h2 {
  margin: 0 0 46px;
  text-align: center; }

.pro-club-landing .pro-club-how-join .box-list {
  display: flex;
  gap: 91px;
  max-width: 816px;
  margin: auto; }

.pro-club-landing .pro-club-how-join .box-list .box {
  flex: 1;
  display: flex;
  flex-direction: column; }

.pro-club-landing .pro-club-how-join .box-list .box:first-child {
  max-width: 314px; }

.pro-club-landing .pro-club-how-join .box-list .box h3 {
  margin: 0 0 10px; }

.pro-club-landing .pro-club-how-join .box-list .box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.pro-club-landing .pro-club-how-join .box-list .box ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 17px; }

.pro-club-landing .pro-club-how-join .box-list .box ul li:last-child {
  margin-bottom: 0; }

.pro-club-landing .pro-club-how-join .box-list .box ul li::before {
  content: '';
  height: 9px;
  width: 9px;
  background: #0871d4;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 6px; }

.pro-club-landing .pro-club-how-join .box-list .box p {
  padding: 0;
  margin-top: auto; }

.pro-club-landing .pro-club-contact-info {
  margin: 69px 0 0;
  text-align: center; }

.pro-club-landing .pro-club-contact-info h3 {
  margin: 0 0 23px;
  line-height: 35px; }

.pro-club-landing .pro-club-contact-info h3 a {
  color: #000; }

.pro-club-landing .pro-club-contact-info h3 span {
  color: #0871d4; }

.pro-club-landing .pro-club-contact-info p {
  padding: 0;
  margin: 30px 0 0;
  font-size: 12px; }

.pro-club-landing .pro-club-contact-info#JoinProClub {
  margin-bottom: 60px; }

@media (max-width: 999px) {
  .pro-club-landing h2 {
    font-size: 25px; }
  .pro-club-landing .btn {
    min-width: 250px;
    height: 42px;
    font-size: 17px; }
  .pro-club-landing h3 {
    font-size: 17px; }
  .pro-club-landing p, .pro-club-landing ul li {
    font-size: 15px; }
  .pro-club-landing .pro-club-intro {
    margin: 41px 0 0; }
  .pro-club-landing .pro-club-intro h2 {
    margin: 34px 0 10px; }
  .pro-club-landing .pro-club-enjoy-all {
    margin: 81px 0 0; }
  .pro-club-landing .pro-club-enjoy-all .icon-list {
    gap: 35px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul li {
    gap: 30px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul li .icon {
    min-width: 55px;
    max-width: 55px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul::after {
    left: 70px; }
  .pro-club-landing .pro-club-benifits {
    margin: 100px 0 0; }
  .pro-club-landing .pro-club-benifits h2 {
    margin: 0 0 35px; }
  .pro-club-landing .pro-club-benifits .box-list .box h3 {
    padding: 0 18px 18px; }
  .pro-club-landing .pro-club-benifits .box-list .box ul li {
    padding: 5px 18px; }
  .pro-club-landing .pro-club-benifits .btn-sec {
    margin: 43px 0 0; }
  .pro-club-landing .pro-club-what-for {
    margin: 108px 0 0; }
  .pro-club-landing .pro-club-what-for h2 {
    margin: 51px 0 0; }
  .pro-club-landing .pro-club-tool-program {
    margin: 100px 0 0; }
  .pro-club-landing .pro-club-tool-program .box-row {
    padding: 25px 0px; }
  .pro-club-landing .pro-club-tool-program .box-row .content {
    width: 50%;
    padding-left: 25px; }
  .pro-club-landing .pro-club-tool-program .box-row .content h3 .blue-txt {
    font-size: 25px; }
  .pro-club-landing .pro-club-tool-program .box-row:nth-child(even) .content {
    padding-left: 0;
    padding-right: 25px; }
  .pro-club-landing .pro-club-tool-program .box-row .img {
    width: 50%; }
  .pro-club-landing .pro-club-tool-program .box-row:not(:last-child)::after {
    max-width: 403px; }
  .pro-club-landing .pro-club-how-join {
    margin: 60px 0 0; }
  .pro-club-landing .pro-club-how-join h2 {
    margin: 0 0 35px; }
  .pro-club-landing .pro-club-how-join .box-list {
    gap: 50px; }
  .pro-club-landing .pro-club-contact-info {
    margin: 49px 0 0; }
  .pro-club-landing .pro-club-contact-info h3 {
    line-height: 25px; }
  .pro-club-landing .pro-club-contact-info p {
    margin: 20px 0 0; } }

@media (max-width: 767px) {
  .pro-club-landing h2 {
    font-size: 22px;
    line-height: 30px; }
  .pro-club-landing .btn {
    min-width: 230px;
    height: 40px;
    font-size: 16px; }
  .pro-club-landing h3 {
    font-size: 16px;
    line-height: 20px; }
  .pro-club-landing p, .pro-club-landing ul li {
    font-size: 14px;
    line-height: 20px; }
  .pro-club-landing .pro-club-banner {
    margin: 0 -3%; }
  .pro-club-landing .pro-club-intro {
    margin: 30px 0 0;
    text-align: left; }
  .pro-club-landing .pro-club-intro h2 {
    margin: 30px 0 10px;
    text-align: center; }
  .pro-club-landing .pro-club-intro .btn-sec {
    text-align: center; }
  .pro-club-landing .pro-club-enjoy-all .icon-list {
    flex-wrap: wrap;
    padding: 0 15px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul {
    width: 100%; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul::after {
    left: 55px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul:last-child:after {
    left: auto;
    right: 55px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul li .icon {
    min-width: 40px;
    max-width: 40px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul:last-child li {
    flex-direction: row-reverse;
    text-align: right; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul li br {
    display: none; }
  .pro-club-landing .pro-club-benifits .box-list .box h3 {
    padding: 0 8px 10px; }
  .pro-club-landing .pro-club-benifits .box-list .box ul li {
    padding: 5px 10px; }
  .pro-club-landing .pro-club-what-for {
    margin: 58px 0 0; }
  .pro-club-landing .pro-club-what-for .container {
    padding: 30px;
    height: auto;
    border-radius: 15px; }
  .pro-club-landing .pro-club-what-for h2 {
    margin: 0; }
  .pro-club-landing .pro-club-tool-program {
    margin: 50px 0 0; }
  .pro-club-landing .pro-club-tool-program .box-row {
    padding: 15px 0px;
    flex-wrap: wrap; }
  .pro-club-landing .pro-club-tool-program .box-row:not(:last-child)::after {
    display: none; }
  .pro-club-landing .pro-club-tool-program .box-row:nth-child(even) {
    text-align: left; }
  .pro-club-landing .pro-club-tool-program .box-row .img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px; }
  .pro-club-landing .pro-club-tool-program .box-row .img img {
    width: 100%; }
  .pro-club-landing .pro-club-tool-program .box-row .content, .pro-club-landing .pro-club-tool-program .box-row:nth-child(even) .content {
    padding: 0;
    width: 100%;
    max-width: 100%; }
  .pro-club-landing .pro-club-tool-program .box-row .content h3 {
    font-size: 22px;
    line-height: normal; }
  .pro-club-landing .pro-club-tool-program .box-row .content h3 .blue-txt {
    font-size: 22px;
    line-height: 27px;
    /* font-size: 15px;*/
    /* line-height: 20px;*/
    margin: 0; }
  .pro-club-landing .pro-club-how-join {
    margin: 50px 0 0; }
  .pro-club-landing .pro-club-how-join h2 {
    margin: 0 0 25px; }
  .pro-club-landing .pro-club-tool-program .box-row:nth-child(n+5) .content {
    margin-top: 0; }
  .pro-club-landing .pro-club-how-join .box-list {
    gap: 30px;
    flex-direction: column; }
  .pro-club-landing .pro-club-how-join .box-list .box p {
    margin-top: 15px; } }

@media (max-width: 480px) {
  .pro-club-landing h2 {
    font-size: 18px;
    line-height: 26px; }
  .pro-club-landing .btn {
    min-width: 220px;
    height: 36px;
    font-size: 15px; }
  .pro-club-landing .btn img {
    width: 10px; }
  .pro-club-landing h3 {
    font-size: 15px;
    line-height: 18px; }
  .pro-club-landing p, .pro-club-landing ul li {
    font-size: 13px;
    line-height: 18px; }
  .pro-club-landing .pro-club-intro {
    margin: 20px 0 0; }
  .pro-club-landing .pro-club-intro p {
    padding: 0;
    margin: 0 0 15px; }
  .pro-club-landing .pro-club-intro p strong {
    display: inline-block; }
  .pro-club-landing .pro-club-enjoy-all {
    margin: 40px 0 0; }
  .pro-club-landing .pro-club-enjoy-all h2 {
    margin: 0 0 20px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul li + li {
    margin-top: 15px; }
  .pro-club-landing .pro-club-enjoy-all .icon-list ul li .icon img {
    max-height: 35px; }
  .pro-club-landing .pro-club-benifits {
    margin: 50px 0 0; }
  .pro-club-landing .pro-club-benifits h2 {
    margin: 0 0 20px; }
  .pro-club-landing .pro-club-benifits .box-list .box h3 {
    padding: 0 5px 8px;
    min-height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .pro-club-landing .pro-club-benifits .box-list .box.highlight ul {
    border-radius: 10px;
    border: 2px solid transparent;
    margin: -1px 0; }
  .pro-club-landing .pro-club-benifits .box-list .box ul li {
    padding: 5px 5px;
    font-size: 10px; }
  .pro-club-landing .pro-club-benifits .btn-sec {
    margin: 33px 0 0; }
  .pro-club-landing .pro-club-what-for {
    margin: 48px 0 0; }
  .pro-club-landing .pro-club-what-for .container {
    padding: 21px;
    border-radius: 10px;
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/pro-club-whatwedo-bg-mobile-new.png);
    background-size: cover;
    background-position: center; }
  .pro-club-landing .pro-club-what-for h2::after {
    margin: 15px auto 0;
    height: 1px;
    width: 55px;
    border-width: 1px; }
  .pro-club-landing .pro-club-what-for ul {
    margin: 20px 0 0; }
  .pro-club-landing .pro-club-tool-program {
    margin: 40px 0 0; }
  .pro-club-landing .pro-club-tool-program .box-row {
    padding: 10px 0px 30px;
    /* padding: 10px 0px; */ }
  .pro-club-landing .pro-club-tool-program .box-row .img {
    margin: 0 0 20px;
    /* margin: 0 0 8px; */ }
  .pro-club-landing .pro-club-tool-program .box-row .content h3 {
    font-size: 18px;
    line-height: normal; }
  .pro-club-landing .pro-club-tool-program .box-row .content h3 .blue-txt {
    font-size: 18px;
    line-height: 21px;
    /*font-size: 15px;*/
    /* line-height: 18px; */ }
  .pro-club-landing .pro-club-how-join {
    margin: 20px 0 0; }
  .pro-club-landing .pro-club-how-join h2 {
    margin: 0 0 15px; }
  .pro-club-landing .pro-club-how-join .box-list .box ul li {
    padding-left: 17px;
    margin: 0 0 12px; }
  .pro-club-landing .pro-club-how-join .box-list .box ul li::before {
    height: 7px;
    width: 7px;
    top: 4px; }
  .pro-club-landing .pro-club-contact-info {
    margin: 30px 0 0; }
  .pro-club-landing .pro-club-contact-info h3 {
    line-height: 20px;
    margin: 0 0 15px; }
  .pro-club-landing .pro-club-contact-info p {
    margin: 15px 0 0;
    line-height: 15px; } }

/*************** Customer Insights Landing Page ***************/
body.Customer-Insights-Webpage .categories-section {
  padding: 0;
  margin: 0; }

.customer-insights-landing {
  width: 100%;
  display: inline-block;
  margin: 0 0 101px; }

.customer-insights-landing .instock-banner {
  width: 100%;
  display: inline-block;
  margin: 0 0 45px; }

.customer-insights-landing .Help-shape-future {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0; }

.customer-insights-landing .Help-shape-future .container {
  width: 95%; }

.customer-insights-landing .Help-shape-future h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.34;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px; }

.customer-insights-landing .Help-shape-future h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #0074d9;
  letter-spacing: 0;
  margin: 0 0 37px; }

.customer-insights-landing .Help-shape-future p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 34px; }

.customer-insights-landing .Help-shape-future p b {
  font-family: Poppins;
  font-weight: 700; }

.customer-insights-landing .customer-insights-about {
  width: 100%;
  display: inline-block;
  margin: 0 0 46px;
  text-align: center; }

.customer-insights-landing .customer-insights-about .container {
  width: 100%;
  max-width: 100%; }

.customer-insights-landing .customer-insights-about .container .zf-templateWidth {
  max-width: 881px;
  padding: 0;
  margin: 0 auto; }

.customer-insights-landing .Sharing-expertis {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 45px; }

.customer-insights-landing .Sharing-expertis .container {
  width: 95%; }

.customer-insights-landing .Sharing-expertis h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0074d9;
  letter-spacing: 0;
  margin: 0 0 6px; }

.customer-insights-landing .Sharing-expertis h2 {
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 29px;
  margin: 0 0 31px; }

.customer-insights-landing .Sharing-expertis h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 210px;
  height: 4px;
  background: #fcd805; }

.customer-insights-landing .Sharing-expertis p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0;
  max-width: 930px;
  display: table;
  margin: 0 auto;
  padding: 0 0 20px; }

.customer-insights-landing .Sharing-expertis p b {
  font-family: Poppins;
  font-weight: 700; }

.customer-insights-landing .Happen-customer-feedback {
  width: 100%;
  display: inline-block;
  margin: 0 0 0; }

.customer-insights-landing .Happen-customer-feedback .container {
  width: auto;
  max-width: 100%;
  text-align: center;
  display: table;
  margin: 0 auto; }

.customer-insights-landing .Happen-customer-feedback .Feedback-box {
  background: url("https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/feedback-box-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 655px;
  height: 174px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center; }

.customer-insights-landing .Happen-customer-feedback .Feedback-box .content {
  max-width: 520px; }

.customer-insights-landing .Happen-customer-feedback .Feedback-box p {
  font-family: Poppins;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 3px; }

.customer-insights-landing .Happen-customer-feedback .Feedback-box span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0;
  display: block;
  margin: 0 0 0; }

@media (max-width: 1150px) {
  .customer-insights-landing {
    margin: 0 0 80px; }
  .customer-insights-landing .instock-banner {
    margin: 0 0 40px; }
  .customer-insights-landing .Help-shape-future h2 {
    font-size: 29px;
    line-height: 1.3;
    margin: 0 0 12px; }
  .customer-insights-landing .Help-shape-future p {
    padding: 0 0 28px; }
  .customer-insights-landing .Help-shape-future h3 {
    margin: 0 0 33px; }
  .customer-insights-landing .customer-insights-about {
    margin: 0 0 40px; }
  .customer-insights-landing .Sharing-expertis {
    margin: 0 0 40px; }
  .customer-insights-landing .Sharing-expertis h2 {
    padding: 0 0 26px;
    margin: 0 0 28px; } }

@media (max-width: 999px) {
  .customer-insights-landing {
    margin: 0 0 60px; }
  .customer-insights-landing .instock-banner {
    margin: -19px 0 30px; }
  .customer-insights-landing .Help-shape-future h2 {
    font-size: 27px;
    line-height: 1.2;
    margin: 0 0 10px; }
  .customer-insights-landing .Help-shape-future p {
    padding: 0 0 22px; }
  .customer-insights-landing .Help-shape-future h3 {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 30px; }
  .customer-insights-landing .customer-insights-about {
    margin: 0 0 30px; }
  .customer-insights-landing .Sharing-expertis {
    margin: 0 0 30px; }
  .customer-insights-landing .Sharing-expertis h3 {
    font-size: 19px;
    line-height: 27px; }
  .customer-insights-landing .Sharing-expertis h2 {
    font-size: 19px;
    line-height: 27px;
    padding: 0 0 23px;
    margin: 0 0 25px; } }

@media (max-width: 767px) {
  .customer-insights-landing {
    margin: 0 0 50px; }
  .customer-insights-landing .Happen-customer-feedback .container {
    width: 100%; }
  .customer-insights-landing .Happen-customer-feedback .Feedback-box {
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    min-height: 310px; }
  .customer-insights-landing .Happen-customer-feedback .Feedback-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(https://cdn11.bigcommerce.com/s-73d62/images/stencil/original/image-manager/feedback-box-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 100%;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .customer-insights-landing .Happen-customer-feedback .Feedback-box .content {
    max-width: 340px; }
  .customer-insights-landing .instock-banner {
    margin: -16px 0 25px; }
  .customer-insights-landing .Help-shape-future h2 {
    font-size: 23px;
    line-height: 1.2;
    margin: 0 0 10px; }
  .customer-insights-landing .Help-shape-future p {
    padding: 0 0 20px; }
  .customer-insights-landing .Help-shape-future h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 25px; }
  .customer-insights-landing .customer-insights-about {
    margin: 0 0 25px; }
  .customer-insights-landing .Sharing-expertis {
    margin: 0 0 25px; }
  .customer-insights-landing .Sharing-expertis h2 {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 20px;
    margin: 0 0 23px; }
  .customer-insights-landing .Sharing-expertis h3 {
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 480px) {
  body.Customer-Insights-Webpage main#main-content > .container {
    width: 100%;
    max-width: 100%; }
  .customer-insights-landing {
    margin: 0 0 40px; }
  .customer-insights-landing .instock-banner {
    margin: -15px 0 25px; }
  .customer-insights-landing .Help-shape-future .container, .customer-insights-landing .customer-insights-about .container, .customer-insights-landing .Sharing-expertis .container, .customer-insights-landing .Happen-customer-feedback .container {
    width: 94%; }
  .customer-insights-landing .Help-shape-future {
    text-align: left; }
  .customer-insights-landing .Help-shape-future h2 {
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 10px; }
  .customer-insights-landing .Help-shape-future p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 15px; }
  .customer-insights-landing .Help-shape-future h3 {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 22px; }
  .customer-insights-landing .Help-shape-future h3 br {
    display: none; }
  .customer-insights-landing .Sharing-expertis {
    text-align: left;
    margin: 0 0 10px; }
  .customer-insights-landing .Sharing-expertis h2:before {
    display: none; }
  .customer-insights-landing .Sharing-expertis h2 {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
    margin: 0 0 15px; }
  .customer-insights-landing .Sharing-expertis h3 {
    font-size: 15px;
    line-height: 23px; }
  .customer-insights-landing .Happen-customer-feedback .Feedback-box {
    min-height: 195px; }
  .customer-insights-landing .Happen-customer-feedback .Feedback-box p, .customer-insights-landing .Happen-customer-feedback .Feedback-box span {
    font-size: 15px;
    line-height: 18px; }
  .customer-insights-landing .Happen-customer-feedback .Feedback-box .content {
    max-width: 260px;
    text-align: left; } }

/* 24-6-25 Breadcrumb */
.inner-breadcrumbs.breadcrumbs_wrap {
  margin: 0 0 20px; }

.breadcrumbs.new_breadcrumbs a, .breadcrumbs.new_breadcrumbs span {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  color: #181818;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle; }

.breadcrumbs.new_breadcrumbs a.is-active, .breadcrumbs.new_breadcrumbs a.is-active span {
  color: #498cbc; }

.breadcrumbs.new_breadcrumbs span.separator {
  display: inline-block;
  padding: 0 8px; }

.breadcrumbs.new_breadcrumbs a.breadcrumb-home {
  padding-left: 30px; }

.breadcrumbs.new_breadcrumbs a.breadcrumb-home:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-image: url(https://cdn11.bigcommerce.com/s-73d62/product_images/uploaded_images/home.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 15px;
  z-index: 999; }

@media (max-width: 767px) {
  .breadcrumbs.new_breadcrumbs a, .breadcrumbs.new_breadcrumbs span {
    font-size: 14px; }
  .breadcrumbs.new_breadcrumbs span.separator {
    padding: 0 5px; } }

/* 26-6-2025 */
.kl-private-reset-css-Xuajs1 #downshift-0-menu {
  scrollbar-width: thin;
  scrollbar-color: #000000 #f1f1f1; }

.kl-private-reset-css-Xuajs1 #downshift-0-menu::-webkit-scrollbar {
  width: 12px; }

.kl-private-reset-css-Xuajs1 #downshift-0-menu::-webkit-scrollbar-track {
  background: #f1f1f1; }

.kl-private-reset-css-Xuajs1 #downshift-0-menu::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid #f1f1f1; }

/*************** #4 - PDP 18-6-2025 ***************/
.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .sezzle-shopify-info-button {
  width: 100%;
  display: initial; }

/*.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price--withoutTax { float: left; margin-right: 25px; }
.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price-section--saving { padding: 5px 0; }*/
.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price {
  width: calc(100% - 120px);
  float: left; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .new_low_price {
  width: 100px;
  float: right;
  text-align: right; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart input {
  width: auto;
  border-radius: 50px;
  display: table;
  margin: 0 auto;
  padding: 15px 35px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart input:hover {
  color: #ffffff;
  background: #000000; }

#productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button {
  border-radius: 50px; }

#productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button:hover {
  color: #ffffff;
  background: #000000; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section {
  width: 100%;
  display: inline-block;
  float: initial;
  margin: 0 0 8px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  background: #498cbc;
  border: none;
  border-radius: 12px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  min-width: 165px;
  margin: 0 12px 0 0; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox {
  float: left; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button .yotpo-icon {
  color: #ffffff;
  margin-right: 5px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button .yotpo-icon-button-text {
  color: #ffffff;
  text-transform: capitalize; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button:hover {
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button:hover .yotpo-icon, .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button:hover .yotpo-icon-button-text {
  color: #ffffff; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist {
  width: auto;
  float: initial;
  padding: 0;
  margin: 0; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px !important;
  line-height: normal;
  color: #000000;
  background: transparent;
  border: 1px solid #8f8f8f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  margin: 0;
  padding: 9px 6px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button i.icon {
  display: flex;
  align-items: center;
  margin: 0 0 0 8px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button i.icon svg {
  width: 12px;
  height: 12px;
  fill: #000000; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button.is-open {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist ul.dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #8f8f8f;
  border-top: none;
  border-radius: 12px;
  padding: 0 !important;
  margin: 0 !important; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist ul.dropdown-menu li .button {
  font-family: Poppins;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: normal;
  color: #000000;
  background: transparent !important;
  border: none;
  border-radius: 12px !important;
  display: inline-block;
  text-align: center;
  margin: 0 0 0;
  padding: 5px 10px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist ul.dropdown-menu li .button:hover {
  color: #498cbc; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-widget-instance {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
  margin: 0  !important; }

.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-widget-instance .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-button {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  direction: ltr;
  cursor: pointer;
  align-content: center; }

/********** Responsive **********/
@media (max-width: 1150px) {
  /*.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price--withoutTax { margin-right: 20px; }
    .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price-section--saving { padding: 4px 0; }*/
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section {
    margin: 0 0 3px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button {
    font-size: 14px;
    border-radius: 10px;
    margin: 0 9px 0 0;
    padding: 9px 12px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button .yotpo-icon::before {
    font-size: 18px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button {
    font-size: 14px !important;
    border-radius: 10px;
    padding: 8px 14px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button i.icon {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 0 0 5px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input {
    font-size: 19px !important;
    padding: 14px 30px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-widget-instance {
    margin: 0 0 12px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button, .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button {
    min-width: 150px; } }

@media (max-width: 999px) {
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart {
    text-align: left; } }

@media (max-width: 767px) {
  /*.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price--withoutTax { margin-right: 12px; }
    .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price-section--saving { padding: 2.5px 0; }*/
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input {
    font-size: 18px !important;
    padding: 13px 28px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .yotpo-widget-instance {
    margin: 0 0 10px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .new_low_price img {
    width: auto;
    height: 76px; } }

@media (max-width: 480px) {
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .sezzle-shopify-info-button {
    width: 100%;
    display: block;
    text-align: left; }
  /*.productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price-section--saving { width: 100%; display: block; padding: 0; }
    .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .price-section.price--withoutTax { margin-right: 0; }*/
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price .sezzle-shopify-info-button .sezzle-center {
    text-align: left; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button {
    width: calc(50% - 5px); }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .yotpo-default-button:nth-child(2) {
    margin: 0; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox {
    width: 100%;
    display: inline-block;
    float: initial;
    margin: 10px 0 0; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section .yotpo-main-widget .wishlistBtnBox form.form-wishlist a.button {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .top_review_section {
    margin: 0; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input {
    font-size: 17px !important;
    padding: 13px 25px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .new_low_price {
    width: 80px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .product_cart_price_section .pricebox .productView-price {
    width: calc(100% - 90px); } }

/* 26-6-2025 */
.type-cart .categories-section .alertBox .alertBox-message span.blue_text {
  font-weight: 700;
  color: #498cbc; }

.type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap ul.cart-totals {
  margin-bottom: 10px; }

.type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap .cart-actions .button {
  border-radius: 50px; }

.type-cart .categories-section .cart_total_wrap .cart_subtotal_wrap .cart-actions .button:hover {
  color: #ffffff;
  background: #000000; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items.cart-item-brand, .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item button.cart-item-brand.cart-remove {
  color: #000000;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  text-decoration: underline; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item .saveforlater_items.cart-item-brand:hover, .type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item button.cart-item-brand.cart-remove:hover {
  color: #498cbc;
  text-decoration: underline; }

.type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note {
  width: 100%;
  display: inline-block;
  padding: 0 25px; }

.type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note p {
  padding: 0;
  font-size: 14px; }

.type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note p a {
  font-weight: 700; }

.type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note p a:hover {
  color: #000000;
  text-decoration: underline; }

.type-cart .categories-section .heading_section .button.mobile_buynow {
  display: none; }

.product_preview .previewCartAction .previewCartAction-viewCart .button, .product_preview .previewCartAction .previewCartAction-checkout .button, .product_preview .previewCartAction .precart_cntshp .button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px !important;
  line-height: normal;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  margin: 0;
  padding: 12px 10px; }

.product_preview .previewCartAction .previewCartAction-viewCart .button {
  color: #ffffff;
  background: #498cbc; }

.product_preview .previewCartAction .previewCartAction-viewCart .button:hover {
  color: #ffffff;
  background: #000000; }

.product_preview .previewCartAction .previewCartAction-checkout .button {
  /* color: #ffffff; */
  color: #000000;
  background: linear-gradient(50deg, #e9c001 0, #f5de1a 100%); }

.product_preview .previewCartAction .previewCartAction-checkout .button:hover {
  color: #ffffff;
  background: #000000; }

.product_preview .previewCartAction .precart_cntshp .button {
  color: #9d9c9c;
  background: #ffffff;
  border: 2px solid #9d9c9c; }

.product_preview .previewCartAction .precart_cntshp .button:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000; }

.product-size-tag .size_heading {
  font-family: Oswald;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #201c1d;
  text-transform: uppercase;
  margin: 0 0 15px; }

.productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .need-size {
  width: 100%;
  display: inline-block;
  float: initial;
  text-align: left;
  padding: 0;
  margin: 0 0 20px; }

.productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments {
  position: relative;
  top: 5px;
  margin: 0; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart {
  width: auto;
  float: right;
  margin: 0 !important;
  margin-top: -39px !important; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input {
  color: #000000;
  background: #fad807; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input:hover {
  color: #ffffff;
  background: #000000; }

/* 27-06-2025 */
#productStickyWrap .productSticky .pro_price_wrap .pro_addtocart input.button {
  color: #000000;
  background: #fad807; }

.product_preview .previewCartList .previewCartItem .previewCartItem-image {
  width: 70px;
  padding: 0 15px 0 0; }

.product_preview .previewCartList .previewCartItem .previewCartItem-content .precart_title {
  width: calc(100% - 95px);
  float: left; }

.type-product .product_preview .cart-item-info {
  width: 95px; }

.type-cart .categories-section .cart_content_wrap .cart .cart-list .cart-item .cart-item-options.new_cart_item span.icon_pipe {
  color: #000000; }

.product_preview .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
  display: inline-block;
  width: 90px;
  text-align: center; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label {
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 16px;
  color: #666;
  margin: 0 0 10px;
  text-transform: inherit;
  text-align: left; }

.productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label#product-list-label, .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product-option .form-field label.radio-list-label {
  font-family: Oswald;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #201c1d;
  text-transform: uppercase;
  text-align: left; }

@media (max-width: 1150px) {
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note {
    padding: 0 20px; }
  .product-size-tag .size_heading {
    font-size: 19px; } }

@media (max-width: 999px) {
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart.mobile_hide_addtocart {
    display: block; } }

@media (max-width: 767px) {
  .type-cart .categories-section .alertBox .alertBox-icon {
    padding-right: 10px; }
  .type-cart .categories-section .alertBox .alertBox-message {
    font-size: 14px; }
  .type-cart .categories-section .heading_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px; }
  .type-cart .categories-section .heading_section .page-heading {
    margin: 0; }
  .type-cart .categories-section .heading_section .button.mobile_buynow {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 17px !important;
    line-height: 1;
    color: #ffffff;
    background: #498cbc;
    border: none;
    border-radius: 50px !important;
    box-shadow: none;
    text-transform: uppercase;
    width: 150px;
    float: initial;
    display: block;
    margin: 0;
    padding: 13px 10px; }
  .type-cart .categories-section .heading_section .button.mobile_buynow:hover {
    color: #ffffff;
    background: #000000; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note {
    padding: 0 15px; }
  .product-size-tag .size_heading {
    font-size: 18px; }
  .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments {
    top: 2px; } }

@media (max-width: 480px) {
  .type-cart .categories-section .alertBox {
    padding: 10px; }
  .type-cart .categories-section .alertBox .alertBox-icon {
    padding-top: 2px;
    padding-right: 8px;
    vertical-align: top; }
  .type-cart .categories-section .alertBox .alertBox-icon icon.icon {
    width: 18px;
    height: 18px; }
  .type-cart .categories-section .alertBox .alertBox-message {
    font-size: 13px; }
  .type-cart .categories-section .heading_section .button.mobile_buynow {
    font-size: 16px !important;
    padding: 12px 10px;
    width: 130px; }
  .type-cart .categories-section .cart_total_wrap .cart_chkbtn_wrap .shipping_note {
    padding: 0 12px; }
  .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .need-size {
    margin: 0 0 15px; }
  .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments {
    top: 0; }
  .productPage .page .productView .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .pro_addtocart {
    /* float: initial; */
    /* margin: 15px 0 0 !important; */ }
  .type-product .breadcrumbs_wrap {
    display: block; }
  /* 27-06-2025 */
  .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments label {
    font-size: 14px;
    margin-right: 7px; }
  .productPage .page .productView.productViewNewDesign .product-contain .wrapperThreeColumns .rightSidebar .productView-details .productView-product .productView-options .form .product_review_cart_section .pro_addtocart input {
    font-size: 14px !important; }
  .productPage .page .productView .product-contain .productView-details .productView-product .productView-options .form .priceSection .addtocartbox .form-field--increments .form-increment input {
    width: 60px; } }

div#google-merchantwidget-iframe-wrapper {
  z-index: 999 !important; }

/* 14-7-2025 Announcement Bar Top */
.Summer_banner {
  width: 100%;
  display: inline-block;
  background: #fad807;
  text-align: center;
  margin: 0;
  padding: 6px 10px; }

.Summer_banner .banner {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0; }

.Summer_banner .banner p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0; }

.Summer_banner .banner p strong {
  font-family: Poppins;
  font-weight: 700; }

.Summer_banner .banner p span {
  color: #8b7904;
  display: inline-block;
  padding: 0 9px; }

.Summer_banner .banner p br {
  display: none; }

@media (max-width: 1150px) {
  .Summer_banner .banner p {
    font-size: 13px;
    line-height: 20px; } }

@media (max-width: 999px) {
  body {
    padding-top: 177px; }
  .skip-to-main-link {
    display: none; }
  .Summer_banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999; }
  header {
    top: 52px; }
  body.type-productdetail {
    padding-top: 52px; }
  .type-product #productStickyWrap {
    top: 52px !important; } }

@media (max-width: 767px) {
  body {
    padding-top: 153px; } }

@media (max-width: 480px) {
  body {
    padding-top: 180px; }
  .Summer_banner .banner p br {
    display: block; }
  .Summer_banner .banner p span {
    display: none; }
  header {
    top: 92px; }
  body.type-cart {
    padding-top: 200px; }
  body.type-cart header {
    top: 112px; }
  body.type-productdetail {
    padding-top: 92px; }
  .type-product #productStickyWrap {
    top: 92px !important; } }

/* 11-7-25 New Service Box*/
.servicebox-ver2 {
  display: flex;
  gap: 24px;
  margin: 36px 0 0; }

.servicebox-ver2 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #fff;
  padding: 26px 53px 21px 36px; }

.servicebox-ver2 .box .title {
  display: flex;
  align-items: center; }

.servicebox-ver2 .box .title .title-text {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 19px; }

.servicebox-ver2 .box .title .service-icon {
  min-width: 66px;
  margin-right: 16px;
  max-width: 66px; }

.servicebox-ver2 .box .title .service-icon img {
  max-height: 52px; }

.servicebox-ver2 .content {
  margin: 11px 0 15px;
  height: 100%;
  display: flex;
  align-items: center; }

.servicebox-ver2 .content p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 16px; }

.servicebox-ver2 .btn-box {
  text-align: center; }

.servicebox-ver2 .btn-box a {
  background: #498cbc;
  color: #fff;
  width: 100%;
  max-width: 210px;
  height: 41px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 6px; }

@media (max-width: 999px) {
  .servicebox-ver2 .box .title {
    flex-direction: column;
    gap: 12px;
    text-align: center; }
  .servicebox-ver2 .box .title .service-icon {
    min-width: 66px;
    margin-right: 0;
    height: 55px;
    display: flex;
    align-items: center; }
  .servicebox-ver2 .box .title .service-icon img {
    max-height: 50px; }
  .servicebox-ver2 .box .title .title-text {
    font-size: 15px; }
  .servicebox-ver2 .box {
    padding: 20px; }
  .servicebox-ver2 .content {
    text-align: center; }
  .servicebox-ver2 .btn-box a {
    font-size: 14px;
    height: 36px;
    width: 160px; } }

@media (max-width: 767px) {
  .servicebox-ver2 {
    gap: 8px; }
  .servicebox-ver2 .box {
    padding: 18px 2.5%;
    border-radius: 15px; }
  .servicebox-ver2 .box .title {
    height: 100%; }
  .servicebox-ver2 .box .title .title-text {
    font-size: 14px;
    line-height: 1.2; }
  .servicebox-ver2 .content {
    display: none; }
  .servicebox-ver2 .btn-box {
    margin: 15px 0 0; }
  .servicebox-ver2 .btn-box a {
    font-size: 12px;
    height: 33px;
    width: 100%;
    max-width: 140px; } }

@media (max-width: 480px) {
  .servicebox-ver2 {
    gap: 5px; }
  .servicebox-ver2 .box .title .title-text {
    font-size: 12px; }
  .servicebox-ver2 .box .title .service-icon {
    min-width: auto;
    height: 48px; }
  .servicebox-ver2 .box .title .service-icon img {
    max-height: 48px; }
  .servicebox-ver2 .box {
    padding: 12px 1.5%;
    border-radius: 10px; }
  .servicebox-ver2 .btn-box a {
    font-size: 9.5px;
    height: 24px;
    max-width: 100%;
    line-height: 1; } }

@media (max-width: 360px) {
  .servicebox-ver2 .box .title .title-text {
    font-size: 10px; }
  .servicebox-ver2 .box .title {
    gap: 8px; }
  .servicebox-ver2 .btn-box a {
    font-size: 9px;
    height: 22px; }
  .servicebox-ver2 .btn-box {
    margin: 10px 0 0; } }

/* 23-7-2025 Klaviyo Form */
@media (max-width: 999px) {
  .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    z-index: 9999999 !important; }
  .klaviyo-form.klaviyo-form.klaviyo-form[data-testid="klaviyo-form-Y7874F"] {
    width: initial !important;
    min-width: initial !important; }
  .klaviyo-form.klaviyo-form.klaviyo-form[data-testid="klaviyo-form-WWHTsR"] {
    width: initial !important;
    min-width: initial !important; } }

@media (max-width: 767px) {
  .klaviyo-form.klaviyo-form.klaviyo-form[data-testid="klaviyo-form-Y7874F"] {
    height: calc(100% - 10px);
    margin: 20px 0; }
  .klaviyo-form.klaviyo-form.klaviyo-form[data-testid="klaviyo-form-WWHTsR"] {
    height: calc(100% - 10px);
    margin: 20px 0; }
  .kl-private-reset-css-Xuajs1 .klaviyo-close-form {
    margin: 12px -12px 0 0 !important; } }

@media (max-width: 480px) {
  .klaviyo-form.klaviyo-form.klaviyo-form[data-testid="klaviyo-form-Y7874F"] {
    height: initial;
    margin: 0; }
  .kl-private-reset-css-Xuajs1 .klaviyo-close-form {
    margin: 10px -8px 0 0 !important; } }
