.availableoptions_div {
  overflow: visible;
  width: 100%;
  height: auto;
  float: left;
  border: 1px rgba(50, 1, 0, .15) solid;
}
.optionsheading {
  width: 60%;
  height: auto;
  float: left;
  border: 1px none #21428e;
}
.options_container {
  margin-top: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.option_cart_buttons {
    height: auto;
    margin-top: 5px;
    float: right;
    border: 1px none #EB0A1E;
}
  

.availableoptions_section {
  margin-top: 27px;
  margin-bottom: 50px;
}

.options_subheads {
  margin-bottom: 3px;
}


.checkout-product-row {
    text-align: right;
}

.checkboxagree {
    padding-top: 21px;
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-align: left;
}

.order-warning-box {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.orderinfo_div {
    /*margin-top: 23px;*/
    margin-bottom: 0px;
    padding: 25px 25px 20px;
    background-color: #fff;
    text-align: center;
}

.orderdetails.light {
    margin-bottom: 12px;
    padding: 17px 19px 20px;
    border-bottom: 1px solid #000;
    border: 1px rgba(50, 1, 0, .15) solid;
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
}
.orderdetails {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.orderheads {
    margin-top: 9px;
    margin-bottom: 7px;
    padding-top: 17px;
    color: #1a4a92;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
}

.ordercomplete_div {
    text-align: center;
}

.error-message {
    margin-right: 91px;
    margin-bottom: 24px;
    margin-left: 91px;
    padding: 11px 27px;
    background-color: #fad2d2;
    text-align: center;
}
h1 {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 52px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 12px;
  font-family: Bitter, serif;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #21428e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.b2-h4 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.logo {
  width: 326px;
  padding-top: 23px;
  padding-bottom: 20px;
}

.product-overlay-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.producttypes_section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.producttypes_section.tint {
  padding-top: 71px;
  padding-bottom: 71px;
  background-color: #e7e7e7;
  color: #21428e;
}

.product-row {
  margin-bottom: 20px;
}

.product-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 270px;
  border-radius: 4px;
  background-image: url('/serve/images/VSC_Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-image-block.gap {
  background-image: url('/serve/images/GAP_Image.jpg');
}

.product-image-block.ppm {
  background-image: url('/serve/images/PPM_Image.jpg');
}

.product-image-block.paint {
  background-image: url('/serve/images/Appearance_Image.jpg');
}

.product-image-block.tire {
  background-image: url('/serve/images/TireWheel_Image.jpg');
}

.product-image-block.wndshld {
  background-image: url('/serve/images/Windshield_Image.jpg');
}

.product-image-block.key {
  background-image: url('/serve/images/KeyFob_Image.jpg');
}

.product-image-block.etch {
  background-image: url('/serve/images/Etch_Image.jpg');
}

.button {
  margin-top: 20px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 60px;
  background-color: #EB0A1E;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #2a65ce;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 29px;
}

.button.text-button:hover {
  background-color: #000;
}

.container {
  position: relative;
}

.product-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(44, 45, 49, .8);
}

.small-section-title {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #21428e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-block-title {
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
}

.section-title-wrapper {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full-centered {
  width: 100%;
  margin-bottom: 35px;
}

.section-title {
  margin-top: 0px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 24px;
}

.product-block-subtitle {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

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

.slide {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('/serve/images/slider-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .51)), url('/serve/images/slider-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.heading-3 {
  margin-top: 0px;
  color: #fff !important;
  margin-top: 3px !important;
  margin-bottom: 4px !important;
  font-family: "Segoe UI"; /*Bitter, serif !important;*/
  font-weight: 700 !important;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.slider_paragraph {
  width: 75%;
  margin-bottom: 25px;
  padding-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.footer {
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: rgba(0, 0, 0, .9);
}

.slider_section {
  height: 550px;
}

.slider_content {
  padding-top: 62px;
}

.topnavmenu {
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.navbar_header {
  background-color: #fff;
}

.topnav_links {
  padding: 10px 15px 20px;
  font-family: Poppins, sans-serif;
  color: #21428e;
  font-style: normal;
  text-transform: none;
}

.topnav_links:hover {
  color: #003BA7;
}

.mainnav_links {
  padding-top: 30px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.mainnav_links:hover {
  color: #003BA7;
  font-weight: 600;
}

.mainnav_links:focus {
  color: #21428e;
  font-weight: 700;
}

.btn-btn-primary {
  padding: 8px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #003BA7;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-btn-primary-add {
    background-color: #003BA7 !important;
}

.btn-btn-primary:hover {
  background: #2b2b2b;
  color: #fff;
  font-weight: 400;
  text-decoration: none !important;
}
.restart-button {
    padding: 5px 40px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #EB0A1E;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.restart-button:hover {
    background: #2b2b2b;
    color: #fff !important;
    text-decoration: none !important;
}
.medium-section-title {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.underline {
  width: 40%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 24px;
  background-color: hsla(0, 0%, 100%, .49);
}

.paymentlogobar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paymentlogo {
  height: 45px;
  margin-right: 25px;
  margin-left: 25px;
}

.slide-nav {
  margin-bottom: 5px;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 64, 151, .77), rgba(5, 64, 151, .77)), url('/serve/images/Slider_Image2.jpg');
  background-image: linear-gradient(180deg, rgba(5, 64, 151, .77), rgba(5, 64, 151, .77)), url('/serve/images/Slider_Image2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.select-field {
  font-size: 16px;
}

.producttypes_buttoncenter {
  padding-top: 13px;
  text-align: center;
}

.footer_logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer_col1 {
  padding-left: 75px;
}

.footer_contactinfo {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #e7e7e7;
  font-size: 12px;
  line-height: 16px;
}

.bottom-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px none #5a5a5a;
  font-size: 12px;
  text-align: center;
}

.copyright-text {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #7c7c7c;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #939598;
  line-height: 13px;
}

.copyright-text.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-width: 0px;
}

.normal-bottom-footer-link {
  color: #949494;
}

.normal-bottom-footer-link:hover {
  color: #003BA7;
}

.bottom-footer-link {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #686868;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #8f8f8f;
  line-height: 13px;
}

.bottom-footer-link:hover {
  color: #003BA7;
}

.bottom-footer-link.first {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.bottom-footer-link.first:hover {
  color: #003BA7;
}

.footer_col3 {
  padding-left: 35px;
  border-left: 1px solid #8f9092;
}

@media only screen and (min-width: 600px) {
.footer_col2 {
  padding-right: 35px;
  text-align: right;
}
}

.link {
  color: #fff;
}

.about_text {
  width: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bbb9b9;
  font-size: 12px;
  font-style: italic;
}

.footer_coltitles {
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #e7e7e7;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showcase_section {
  height: auto;
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('/serve/images/slider-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('/serve/images/slider-background.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
}
.showcase_section .heading {
    color: #fff !important;
    margin-top: 3px !important;
    margin-bottom: 4px !important;
    font-family: "Segoe UI";
    font-weight: 500;
}
.heading {
  margin-top: 3px;
  margin-bottom: 4px;
  font-family: Bitter, serif;
  font-weight: 700;
}

.float-right-col-form-label {
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  /*text-align: right;*/
}

.col-form-label {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.col-li-label {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.vehicleinformation_section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-field {
  width: 75%;
  font-size: 16px;
}

.btn-btn-secondary-mr-3 {
  padding: 8px 40px;
  float: right;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #727171;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-btn-secondary-mr-3:hover {
  background-color: #000;
  font-weight: 400;
}

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

.availableproducts_section {
  /*margin-top: 50px;*/
  margin-bottom: 50px;
}

.vehicleinfo_title {
  margin-right: 13px;
  float: left;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-2 {
  margin-bottom: 11px;
}

.vehicleinfo_detail {
  float: left;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.div-block {
  padding-top: 2px;
  padding-bottom: 2px;
}

.basket {
  border: 1px solid #000;
}

.btn-btn-secondary-mr-2 {
  margin-right: 8px;
  padding: 8px 15px;
  float: left;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #727171;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-btn-secondary-mr-2:hover {
  background-color: #000;
  font-weight: 400;
  color: #fff;
}

.showcase_button {
  padding: 10px 62px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #EB0A1E;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showcase_button:hover {
  background: #2b2b2b;
  color: #fff;
  text-decoration: none !important;
  font-weight: 400;
}

.buynow_showcasecontent {
  padding-top: 34px;
}
.buy-products-form {
    margin-top: 20px;
}

.info_section {
  padding-top: 35px;
  padding-bottom: 24px;
  background-color: #e7e7e7;
}

.help_icon {
  /*padding-top: 32px;
  padding-bottom: 32px;*/
  font-family: 'Open Sans', sans-serif;
  color: #EB0A1E;
  font-size: 80px;
  font-weight: 900;
  text-align: right;
}

.help_text {
  border-left-width: 3px;
  border-left-color: rgba(33, 66, 142, .25);
  font-family: Bitter, serif;
  color: #727171;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}

.hidden-box-1 {
  position: relative;
}

.expand-box {
  position: relative;
  width: 100%;
  height: 40px;
  text-decoration: none;
}

.expand-box:hover {
  text-decoration: none;
}

.horizontal-line {
  display: block;
  width: 15px;
  height: 1px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0157d0;
}

.hide-show-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
}

.paragraph.bold {
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.item {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-top: 1px none #ececec;
  border-bottom: 1px solid #ececec;
}

.tabs-content {
  width: 75%;
  float: right;
  border-left: 1px solid #ececec;
}

.tab-link {
  width: 100%;
  padding: 25px 13px 20px 0px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Bitter, serif;
  color: #7c8f9e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.tab-link:hover {
  font-weight: 700;
  text-decoration: none;
}

.tab-link.w--current {
  width: 100%;
  background-color: #fff;
  color: #3287f3;
  font-weight: 700;
}

.tab-link.w--current:hover {
  text-decoration: none;
}

.tabs-menu {
  position: absolute;
  width: 25%;
}

.content-wrapper {
  position: relative;
  display: block;
  padding-right: 15px;
}

.tab-pane {
  overflow: visible;
  width: 100%;
  height: 610px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.vertical-line {
  position: relative;
  top: 8px;
  display: block;
  width: 15px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0157d0;
}

.question-box {
  width: 93%;
  height: 40px;
  color: #3287f3;
  text-decoration: none;
  text-transform: none;
}

.question-box:hover {
  color: #3287f3;
  text-decoration: none;
}

.productinfo_section {
  height: 700px;
  padding-top: 40px;
}

.products_showcasecontent {
  padding-top: 34px;
}

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-down-section-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="horizontal-line-initial-appearance"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-box-initial-appearance"] {
  display: block;
  height: auto;
}

/***** Complete Page *******/
.completepurchasebuttons {
    margin-bottom: 10px;
}

.ordercomplete_div {
    text-align: center;
    padding-bottom: 25px;
}
.orderdetails.light {
    margin-bottom: 12px;
    padding: 17px 19px 20px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    text-align: center;
}
.orderdetails {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.orderheads {
    margin-top: 9px;
    margin-bottom: 7px;
    padding-top: 17px;
    color: #003BA7;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
}
/*************************************/

@media (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .producttypes_section {
    padding: 45px;
  }
  .product-image-block {
    height: 325px;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .product-block-title {
    font-size: 16px;
    line-height: 19px;
  }
  .section-title-wrapper {
    width: 75%;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 30px;
  }
  .product-block-subtitle {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }
  .slider_paragraph {
    width: 100%;
  }
  .slider_section {
    height: 580px;
  }
  .slider_content {
    padding-right: 26px;
    padding-left: 26px;
  }
  .medium-section-title {
    font-size: 20px;
  }
  .underline {
    width: 50%;
  }
  .paymentlogo {
    margin-right: 12px;
    margin-left: 12px;
  }
  .copyright-text {
    display: block;
    margin-top: 6px;
    border-right-width: 0px;
  }
  .bottom-footer-link.first {
    margin-top: 12px;
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }
  .buynow_showcasecontent {
    padding-right: 26px;
    padding-left: 26px;
  }
  .tab-pane {
    padding-left: 20px;
  }
  .products_showcasecontent {
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 9px;
    font-size: 36px;
    line-height: 42px;
  }
  .logo {
    width: 245px;
    padding-top: 37px;
    padding-bottom: 16px;
    padding-left: 9px;
  }
  .producttypes_section {
    padding: 25px;
  }
  .product-row {
    margin-bottom: 0px;
  }
  .product-image-block {
    height: 150px;
  }
  .product-column {
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .slider_section {
    height: 600px;
  }
  .slider_content {
    padding-top: 46px;
    padding-right: 31px;
    padding-left: 31px;
    text-align: center;
  }
  .medium-section-title {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
  }
  .underline {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .bottom-footer {
    border-top-width: 0px;
  }
  .copyright-text {
    margin-top: 11px;
    margin-right: 0px;
  }
  .menu-button {
    background-color: #e7e7e7;
  }
  .column {
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .buynow_showcasecontent {
    padding-top: 46px;
    padding-right: 31px;
    padding-left: 31px;
    text-align: center;
  }
  .hide-show-box {
    padding-top: 10px;
  }
  .content-wrapper {
    position: relative;
    display: block;
  }
  .tab-pane {
    padding-left: 20px;
  }
  .products_showcasecontent {
    padding-top: 46px;
    padding-right: 31px;
    padding-left: 31px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 36px;
  }
  .logo {
    width: 75%;
    padding-top: 4px;
  }
  .producttypes_section {
    padding: 25px;
  }
  .button {
    margin-top: 10px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 23px;
    line-height: 24px;
  }
  .slider_paragraph {
    font-size: 16px;
    line-height: 22px;
  }
  .slider_section {
    height: 740px;
  }
  .slider_content {
    padding-top: 43px;
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }
  .topnavmenu {
    float: none;
  }
  .topnav_links {
    padding-left: 18px;
  }
  .medium-section-title {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .underline {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .copyright-text {
    font-size: 10px;
  }
  .bottom-footer-link {
    font-size: 11px;
  }
  .menu-button {
    margin-top: -74px;
  }
  .brand {
    float: left;
  }
  .heading-3 {
    margin-top: 0px;
    color: #fff !important;
    margin-top: 3px !important;
    margin-bottom: 4px !important;
    font-family: "Segoe UI"; /*Bitter, serif !important;*/
    font-weight: 700 !important;	
  }
  .buynow_showcasecontent {
    padding-top: 43px;
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }
  .hide-show-box {
    padding-top: 10px;
  }
  .tabs-content {
    width: 100%;
    border-left-style: none;
  }
  .tabs-menu {
    position: relative;
    width: 100%;
  }
  .tab-pane {
    padding-left: 0px;
  }
  .question-box {
    width: 88%;
  }
  .products_showcasecontent {
    padding-top: 43px;
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }
}

/*Alternate Menu - START*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}

header {
    width: 100%;
    /*height: 50px;*/
    line-height: 50px;
    text-align: center;
    font-family: sans-serif;
    background-color: #fff;
}
.brand {
    width: auto;
    height: 100%;
    float: left;
    margin: 0 0 0 5%;
}

.menu {
    width: 60%;
    height: 100%;
    float: right;
}
.menu ul {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.menu ul li {
    width: 20%;
    height: inherit;
    color: #222;
    display: inline-block;
}
.menu ul a:hover {
    background-color: #222;
    color: #fff;
}
#menuToggle {
    display: none;
}
.menu-icon {
    display: none;
}
/* < 768px*/
@media screen and (max-width: 768px) {
    .menu {
        width: 100%;
        height: auto;
    }
    .menu ul {
        display: block;
        max-height: 0;
    	overflow: hidden;
    	-webkit-transition: max-height 0.3s;
    	-moz-transition: max-height 0.3s;
        -ms-transition: max-height 0.3s;
        -o-transition: max-height 0.3s;
    	transition: max-height 0.3s;
    }
    .menu ul li {
        text-align: left;
        width: 100%;
        height: 50px;
        background-color: #fff;
        padding: 10px 0px 10px 5%;
    }
    .menu-icon {
        width: 100px;
        height: inherit;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 60px;
    }
    #menuToggle:checked ~ ul {
        max-height: 350px;
    }
    .menu-icon i {
        font-size: 1.7em;
    }
    .help_icon {
        display: none !important;
    }
    .footer_row, .footer_col2 {
        text-align: center !important;
    }
    .footer_col1, .footer_col3 {
        padding-left: 0px !important
    }
}


/*Alternate Menu - END*/