@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  background-color: #131415;
}

body {
  background-color: #fff;
}

a {
  text-decoration: none !important;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

nav {
  background-color: #131415;
  max-width: 100%;
  height: 60px;
}

@media screen and (max-width: 602px) {
  nav {
    height: 110px;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 374px) {
  nav {
    height: 130px;
  }
}

nav .main-nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 602px) {
  nav .main-nav {
    padding-top: 8px;
  }
}

nav .main-nav .logo {
  vertical-align: middle;
  display: inline;
}

@media screen and (max-width: 602px) {
  nav .main-nav .logo {
    margin-top: 0;
  }
}

nav .main-nav .nav-logo-text {
  vertical-align: middle;
  display: inline;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #DBDBDB;
  line-height: 60px;
  margin-left: 6px;
}

nav .search-active {
  margin-top: 20px;
  float: right;
  display: none;
}

@media screen and (max-width: 602px) {
  nav .search-active {
    float: none;
  }
}

nav .search-active input {
  background-color: #131415;
  border: none;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
  width: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 392px) {
  nav .search-active input {
    width: 150px;
  }
}

nav .search-active img {
  vertical-align: middle;
  cursor: pointer;
}

nav .logo {
  float: left;
  margin-top: 12px;
}

@media screen and (max-width: 602px) {
  nav .logo {
    float: none;
  }
}

nav .nav-links {
  margin-top: 20px;
  float: right;
}

@media screen and (max-width: 602px) {
  nav .nav-links {
    float: none;
    margin-top: 0;
  }
}

nav .nav-links a {
  vertical-align: middle;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #DBDBDB;
  padding-right: 20px;
}

@media screen and (max-width: 413px) {
  nav .nav-links a {
    float: none;
    padding-right: 10px;
  }
}

nav .nav-links img {
  vertical-align: middle;
  cursor: pointer;
}

footer {
  background-color: #131415;
  max-width: 100%;
  height: 64px;
}

@media screen and (max-width: 580px) {
  footer {
    height: 128px;
    text-align: center;
  }
}

footer .footer-nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

footer .footer-nav a {
  vertical-align: middle;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #DBDBDB;
  padding-left: 20px;
}

@media screen and (max-width: 360px) {
  footer .footer-nav a {
    padding-left: 10px;
  }
}

footer .footer-nav .footer-logo {
  float: left;
  margin-top: 19px;
}

@media screen and (max-width: 580px) {
  footer .footer-nav .footer-logo {
    float: none;
  }
}

footer .footer-nav .footer-links {
  float: right;
  margin-top: 10px;
}

@media screen and (max-width: 580px) {
  footer .footer-nav .footer-links {
    float: none;
  }
}

footer .footer-nav .footer-links .footer-links-2 {
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 580px) {
  footer .footer-nav .footer-links .footer-links-2 {
    text-align: center;
  }
}

.main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
}

.heading h1 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 600;
  color: #131415;
  font-size: 25px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading h2 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  color: #404040;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tips {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  color: #888888;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.main-containers {
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.main-containers::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .main-containers {
    width: auto;
    max-width: 725px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .main-containers {
    width: auto;
    max-width: 350px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 350px) {
  .main-containers {
    width: 300px;
  }
}

.main-containers .grid-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
}

.main-containers .grid-col::after {
  content: "";
  display: table;
  clear: both;
}

.main-containers .grid-col:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.main-containers .grid-col:nth-child(3n) {
  margin-right: 0%;
  float: right;
}

.main-containers .grid-col:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 1120px) {
  .main-containers .grid-col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .main-containers .grid-col::after {
    content: "";
    display: table;
    clear: both;
  }

  .main-containers .grid-col:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .main-containers .grid-col:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }

  .main-containers .grid-col:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .main-containers .grid-col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .main-containers .grid-col::after {
    content: "";
    display: table;
    clear: both;
  }

  .main-containers .grid-col:last-child {
    margin-right: 0%;
  }
}

.car-container {
  background-color: #D78181;
}

.car-container .main-container-button {
  color: #D78181;
}

.tires-container {
  background-color: #5F93B2;
}

.tires-container .main-container-button {
  color: #5F93B2;
}

.rims-container {
  background-color: #47947F;
}

.rims-container .main-container-button {
  color: #47947F;
}

.car-container,
.tires-container,
.rims-container {
  width: 350px;
  height: 400px;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 350px) {
  .car-container,
  .tires-container,
  .rims-container {
    width: 300px;
  }
}

.car-container .main-container-img,
.tires-container .main-container-img,
.rims-container .main-container-img {
  text-align: center;
  margin-top: 30px;
}

.car-container h3,
.tires-container h3,
.rims-container h3 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.car-container h4,
.tires-container h4,
.rims-container h4 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}

.car-container .main-container-select,
.car-container .main-container-selection,
.tires-container .main-container-select,
.tires-container .main-container-selection,
.rims-container .main-container-select,
.rims-container .main-container-selection {
  text-align: left;
  padding-left: 20px;
  margin: 0;
}

@media screen and (max-width: 350px) {
  .car-container .main-container-select,
  .car-container .main-container-selection,
  .tires-container .main-container-select,
  .tires-container .main-container-selection,
  .rims-container .main-container-select,
  .rims-container .main-container-selection {
    padding-left: 25px;
  }
}

.car-container .check-more,
.tires-container .check-more,
.rims-container .check-more {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.car-container .check-more a,
.tires-container .check-more a,
.rims-container .check-more a {
  text-decoration: none;
  color: #FFFFFF;
  text-decoration: underline;
}

.car-container .check-more:hover a,
.tires-container .check-more:hover a,
.rims-container .check-more:hover a {
  color: #eeeeee;
}

.car-container .main-container-select,
.tires-container .main-container-select,
.rims-container .main-container-select {
  margin-top: 10px;
}

.car-container .main-container-selection,
.tires-container .main-container-selection,
.rims-container .main-container-selection {
  margin-top: 5px;
}

.car-container select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #9F5D5D;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .car-container select {
    width: 250px;
  }
}

.tires-container select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #41677E;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .tires-container select {
    width: 250px;
  }
}

.rims-container select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #2F6456;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .rims-container select {
    width: 250px;
  }
}

/* For IE <= 11 */

select::-ms-expand {
  display: none;
}

select:hover {
  color: #131415;
  background-color: #FFFFFF;
}

.main-container-dropdown {
  position: absolute;
  margin-left: -25px;
  margin-top: 15px;
  pointer-events: none;
  fill: white;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.car-container .main-container-button {
  width: 310px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: none;
}

@media screen and (max-width: 350px) {
  .car-container .main-container-button {
    width: 250px;
  }
}

.car-container .main-container-button p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
}

.car-container .main-container-button:hover {
  background-color: #BC6E6E;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.car-container .main-container-button:active {
  background-color: #9F5D5D;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.tires-container .main-container-button {
  width: 310px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: none;
}

@media screen and (max-width: 350px) {
  .tires-container .main-container-button {
    width: 250px;
  }
}

.tires-container .main-container-button p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
}

.tires-container .main-container-button:hover {
  background-color: #4C7994;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.tires-container .main-container-button:active {
  background-color: #41677E;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.rims-container .main-container-button {
  width: 310px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: none;
}

@media screen and (max-width: 350px) {
  .rims-container .main-container-button {
    width: 250px;
  }
}

.rims-container .main-container-button p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.rims-container .main-container-button:hover {
  background-color: #3B7C6A;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.rims-container .main-container-button:active {
  background-color: #2F6456;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.tools-containers {
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.tools-containers::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .tools-containers {
    width: auto;
    max-width: 725px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .tools-containers {
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .tools-containers {
    width: auto;
    max-width: 200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

.tools-containers .tools-grid {
  box-sizing: border-box;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}

.tools-containers .tools-grid::after {
  content: "";
  display: table;
  clear: both;
}

.tools-containers .tools-grid:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.tools-containers .tools-grid:nth-child(5n) {
  margin-right: 0%;
  float: right;
}

.tools-containers .tools-grid:nth-child(5n+1) {
  clear: both;
}

@media screen and (max-width: 1111px) {
  .tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .tools-containers .tools-grid:nth-child(5n) {
    margin-right: 0%;
    float: right;
  }

  .tools-containers .tools-grid:nth-child(5n+1) {
    clear: both;
  }
}

@media screen and (max-width: 1120px) {
  .tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .tools-containers .tools-grid:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .tools-containers .tools-grid:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .tools-containers .tools-grid:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }

  .tools-containers .tools-grid:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .tools-containers .tools-grid:last-child {
    margin-right: 0%;
  }
}

.tools-containers .tools-grid .main-tool-container:hover {
  cursor: pointer;
}

.converters-tools-containers {
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.converters-tools-containers::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .converters-tools-containers {
    width: auto;
    max-width: 725px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .converters-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .converters-tools-containers {
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .converters-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .converters-tools-containers {
    width: auto;
    max-width: 200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .converters-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

.converters-tools-containers .tools-grid {
  box-sizing: border-box;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}

.converters-tools-containers .tools-grid::after {
  content: "";
  display: table;
  clear: both;
}

.converters-tools-containers .tools-grid:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.converters-tools-containers .tools-grid:nth-child(5n) {
  margin-right: 0%;
  float: right;
}

.converters-tools-containers .tools-grid:nth-child(5n+1) {
  clear: both;
}

@media screen and (max-width: 1111px) {
  .converters-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .converters-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .converters-tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .converters-tools-containers .tools-grid:nth-child(5n) {
    margin-right: 0%;
    float: right;
  }

  .converters-tools-containers .tools-grid:nth-child(5n+1) {
    clear: both;
  }
}

@media screen and (max-width: 1120px) {
  .converters-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .converters-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .converters-tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .converters-tools-containers .tools-grid:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .converters-tools-containers .tools-grid:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .converters-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .converters-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .converters-tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .converters-tools-containers .tools-grid:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }

  .converters-tools-containers .tools-grid:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .converters-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .converters-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .converters-tools-containers .tools-grid:last-child {
    margin-right: 0%;
  }
}

.converters-tools-containers .tools-grid .main-tool-container:hover {
  cursor: pointer;
}

.calculators-tools-containers {
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.calculators-tools-containers::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .calculators-tools-containers {
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .calculators-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .calculators-tools-containers {
    width: auto;
    max-width: 200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .calculators-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

.calculators-tools-containers .tools-grid {
  box-sizing: border-box;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}

.calculators-tools-containers .tools-grid::after {
  content: "";
  display: table;
  clear: both;
}

.calculators-tools-containers .tools-grid:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.calculators-tools-containers .tools-grid:nth-child(5n) {
  margin-right: 0%;
  float: right;
}

.calculators-tools-containers .tools-grid:nth-child(5n+1) {
  clear: both;
}

@media screen and (max-width: 1120px) {
  .calculators-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .calculators-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .calculators-tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .calculators-tools-containers .tools-grid:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }

  .calculators-tools-containers .tools-grid:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .calculators-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .calculators-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .calculators-tools-containers .tools-grid:last-child {
    margin-right: 0%;
  }
}

.calculators-tools-containers .tools-grid .main-tool-container:hover {
  cursor: pointer;
}

.charts-tools-containers {
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.charts-tools-containers::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .charts-tools-containers {
    width: auto;
    max-width: 650px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .charts-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .charts-tools-containers {
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .charts-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .charts-tools-containers {
    width: auto;
    max-width: 200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .charts-tools-containers::after {
    content: "";
    display: table;
    clear: both;
  }
}

.charts-tools-containers .tools-grid {
  box-sizing: border-box;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}

.charts-tools-containers .tools-grid::after {
  content: "";
  display: table;
  clear: both;
}

.charts-tools-containers .tools-grid:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.charts-tools-containers .tools-grid:nth-child(5n) {
  margin-right: 0%;
  float: right;
}

.charts-tools-containers .tools-grid:nth-child(5n+1) {
  clear: both;
}

@media screen and (max-width: 1120px) {
  .charts-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .charts-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .charts-tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .charts-tools-containers .tools-grid:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .charts-tools-containers .tools-grid:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  .charts-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .charts-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .charts-tools-containers .tools-grid:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .charts-tools-containers .tools-grid:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }

  .charts-tools-containers .tools-grid:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 430px) {
  .charts-tools-containers .tools-grid {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .charts-tools-containers .tools-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .charts-tools-containers .tools-grid:last-child {
    margin-right: 0%;
  }
}

.charts-tools-containers .tools-grid .main-tool-container:hover {
  cursor: pointer;
}

.tools-containers,
.converters-tools-containers,
.calculators-tools-containers,
.charts-tools-containers {
  margin-bottom: 20px;
}

.tools-containers .main-tool-container,
.converters-tools-containers .main-tool-container,
.calculators-tools-containers .main-tool-container,
.charts-tools-containers .main-tool-container {
  transition: all 0.2s ease-in-out;
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.tools-containers .main-tool-container .tool-container,
.converters-tools-containers .main-tool-container .tool-container,
.calculators-tools-containers .main-tool-container .tool-container,
.charts-tools-containers .main-tool-container .tool-container {
  width: 180px;
  height: 180px;
  position: absolute;
  margin: 10px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.tools-containers .main-tool-container:hover,
.converters-tools-containers .main-tool-container:hover,
.calculators-tools-containers .main-tool-container:hover,
.charts-tools-containers .main-tool-container:hover {
  transform: scale(1.04);
}

.tools-containers .bar-psi,
.converters-tools-containers .bar-psi,
.calculators-tools-containers .bar-psi,
.charts-tools-containers .bar-psi {
  background-color: #5F93B2;
  text-align: center;
}

.tools-containers .bar-psi p,
.converters-tools-containers .bar-psi p,
.calculators-tools-containers .bar-psi p,
.charts-tools-containers .bar-psi p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 21px;
}

.tools-containers .bar-kpa,
.converters-tools-containers .bar-kpa,
.calculators-tools-containers .bar-kpa,
.charts-tools-containers .bar-kpa {
  background-color: #47947F;
  text-align: center;
}

.tools-containers .bar-kpa p,
.converters-tools-containers .bar-kpa p,
.calculators-tools-containers .bar-kpa p,
.charts-tools-containers .bar-kpa p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 21px;
}

.tools-containers .psi-kpa,
.converters-tools-containers .psi-kpa,
.calculators-tools-containers .psi-kpa,
.charts-tools-containers .psi-kpa {
  background-color: #D78181;
  text-align: center;
}

.tools-containers .psi-kpa p,
.converters-tools-containers .psi-kpa p,
.calculators-tools-containers .psi-kpa p,
.charts-tools-containers .psi-kpa p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 21px;
}

.tools-containers .temp-calculator,
.converters-tools-containers .temp-calculator,
.calculators-tools-containers .temp-calculator,
.charts-tools-containers .temp-calculator {
  background-color: #733D7E;
  text-align: center;
}

.tools-containers .temp-calculator p,
.converters-tools-containers .temp-calculator p,
.calculators-tools-containers .temp-calculator p,
.charts-tools-containers .temp-calculator p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .temp-calculator img,
.converters-tools-containers .temp-calculator img,
.calculators-tools-containers .temp-calculator img,
.charts-tools-containers .temp-calculator img {
  margin-top: 15px;
}

.tools-containers .gas-savings,
.converters-tools-containers .gas-savings,
.calculators-tools-containers .gas-savings,
.charts-tools-containers .gas-savings {
  background-color: #C55050;
  text-align: center;
}

.tools-containers .gas-savings p,
.converters-tools-containers .gas-savings p,
.calculators-tools-containers .gas-savings p,
.charts-tools-containers .gas-savings p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .gas-savings img,
.converters-tools-containers .gas-savings img,
.calculators-tools-containers .gas-savings img,
.charts-tools-containers .gas-savings img {
  margin-top: 15px;
}

.tools-containers .speed-rating,
.converters-tools-containers .speed-rating,
.calculators-tools-containers .speed-rating,
.charts-tools-containers .speed-rating {
  background-color: #1173AE;
  text-align: center;
}

.tools-containers .speed-rating p,
.converters-tools-containers .speed-rating p,
.calculators-tools-containers .speed-rating p,
.charts-tools-containers .speed-rating p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .speed-rating img,
.converters-tools-containers .speed-rating img,
.calculators-tools-containers .speed-rating img,
.charts-tools-containers .speed-rating img {
  margin-top: 15px;
}

.tools-containers .tire-load-index,
.converters-tools-containers .tire-load-index,
.calculators-tools-containers .tire-load-index,
.charts-tools-containers .tire-load-index {
  background-color: #944778;
  text-align: center;
}

.tools-containers .tire-load-index p,
.converters-tools-containers .tire-load-index p,
.calculators-tools-containers .tire-load-index p,
.charts-tools-containers .tire-load-index p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .tire-load-index img,
.converters-tools-containers .tire-load-index img,
.calculators-tools-containers .tire-load-index img,
.charts-tools-containers .tire-load-index img {
  margin-top: 15px;
}

.tools-containers .tire-load-range,
.converters-tools-containers .tire-load-range,
.calculators-tools-containers .tire-load-range,
.charts-tools-containers .tire-load-range {
  background-color: #7E4C3D;
  text-align: center;
}

.tools-containers .tire-load-range p,
.converters-tools-containers .tire-load-range p,
.calculators-tools-containers .tire-load-range p,
.charts-tools-containers .tire-load-range p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .tire-load-range img,
.converters-tools-containers .tire-load-range img,
.calculators-tools-containers .tire-load-range img,
.charts-tools-containers .tire-load-range img {
  margin-top: 15px;
}

.tools-containers .general-metric,
.converters-tools-containers .general-metric,
.calculators-tools-containers .general-metric,
.charts-tools-containers .general-metric {
  background-color: #5F5FB2;
  text-align: center;
}

.tools-containers .general-metric p,
.converters-tools-containers .general-metric p,
.calculators-tools-containers .general-metric p,
.charts-tools-containers .general-metric p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .general-metric img,
.converters-tools-containers .general-metric img,
.calculators-tools-containers .general-metric img,
.charts-tools-containers .general-metric img {
  margin-top: 15px;
}

.tools-containers .metric-tire,
.converters-tools-containers .metric-tire,
.calculators-tools-containers .metric-tire,
.charts-tools-containers .metric-tire {
  background-color: #D79A81;
  text-align: center;
}

.tools-containers .metric-tire p,
.converters-tools-containers .metric-tire p,
.calculators-tools-containers .metric-tire p,
.charts-tools-containers .metric-tire p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .metric-tire img,
.converters-tools-containers .metric-tire img,
.calculators-tools-containers .metric-tire img,
.charts-tools-containers .metric-tire img {
  margin-top: 15px;
}

.tools-containers .p-metric-tire,
.converters-tools-containers .p-metric-tire,
.calculators-tools-containers .p-metric-tire,
.charts-tools-containers .p-metric-tire {
  background-color: #597E3D;
  text-align: center;
}

.tools-containers .p-metric-tire p,
.converters-tools-containers .p-metric-tire p,
.calculators-tools-containers .p-metric-tire p,
.charts-tools-containers .p-metric-tire p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .p-metric-tire img,
.converters-tools-containers .p-metric-tire img,
.calculators-tools-containers .p-metric-tire img,
.charts-tools-containers .p-metric-tire img {
  margin-top: 15px;
}

.tools-containers .lt-metric-tire,
.converters-tools-containers .lt-metric-tire,
.calculators-tools-containers .lt-metric-tire,
.charts-tools-containers .lt-metric-tire {
  background-color: #BD5F04;
  text-align: center;
}

.tools-containers .lt-metric-tire p,
.converters-tools-containers .lt-metric-tire p,
.calculators-tools-containers .lt-metric-tire p,
.charts-tools-containers .lt-metric-tire p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .lt-metric-tire img,
.converters-tools-containers .lt-metric-tire img,
.calculators-tools-containers .lt-metric-tire img,
.charts-tools-containers .lt-metric-tire img {
  margin-top: 15px;
}

.tools-containers .flotation-tire,
.converters-tools-containers .flotation-tire,
.calculators-tools-containers .flotation-tire,
.charts-tools-containers .flotation-tire {
  background-color: #B081D7;
  text-align: center;
}

.tools-containers .flotation-tire p,
.converters-tools-containers .flotation-tire p,
.calculators-tools-containers .flotation-tire p,
.charts-tools-containers .flotation-tire p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .flotation-tire img,
.converters-tools-containers .flotation-tire img,
.calculators-tools-containers .flotation-tire img,
.charts-tools-containers .flotation-tire img {
  margin-top: 15px;
}

.tools-containers .special-trailer-tire,
.converters-tools-containers .special-trailer-tire,
.calculators-tools-containers .special-trailer-tire,
.charts-tools-containers .special-trailer-tire {
  background-color: #AD2B3E;
  text-align: center;
}

.tools-containers .special-trailer-tire p,
.converters-tools-containers .special-trailer-tire p,
.calculators-tools-containers .special-trailer-tire p,
.charts-tools-containers .special-trailer-tire p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .special-trailer-tire img,
.converters-tools-containers .special-trailer-tire img,
.calculators-tools-containers .special-trailer-tire img,
.charts-tools-containers .special-trailer-tire img {
  margin-top: 15px;
}

.tools-containers .temporary-spare-tire,
.converters-tools-containers .temporary-spare-tire,
.calculators-tools-containers .temporary-spare-tire,
.charts-tools-containers .temporary-spare-tire {
  background-color: #5D6175;
  text-align: center;
}

.tools-containers .temporary-spare-tire p,
.converters-tools-containers .temporary-spare-tire p,
.calculators-tools-containers .temporary-spare-tire p,
.charts-tools-containers .temporary-spare-tire p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.tools-containers .temporary-spare-tire img,
.converters-tools-containers .temporary-spare-tire img,
.calculators-tools-containers .temporary-spare-tire img,
.charts-tools-containers .temporary-spare-tire img {
  margin-top: 15px;
}

.content {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1120px) {
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.content h2 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #131415;
}

.content p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  color: #404040;
}

.content a {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  color: #6093B2;
}

.content a:hover {
  color: #141516;
}

.terms-privacy-content {
  padding-right: 50px;
  padding-left: 50px;
}

.terms-privacy-content h3 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #131415;
}

.terms-privacy-content h2 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #131415;
}

.terms-privacy-content p,
.terms-privacy-content ol {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  color: #404040;
}

.bar-psi-container {
  background: #5F93B2;
  border-radius: 5px;
  width: 300px;
  height: 175px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bar-psi-container .bar-psi-container-2 {
  background: #5F93B2;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 270px;
  height: 155px;
  position: absolute;
  margin: 10px 15px 0px 15px;
}

.bar-psi-container .bar-psi-container-2 .bar-psi-elements {
  margin-top: 15px;
}

.bar-psi-container .bar-psi-container-2 .bar-psi-elements input {
  background: #FFFFFF;
  border-radius: 5px;
  color: #131415;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 35px;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
}

.bar-psi-container .bar-psi-container-2 .bar-psi-elements p {
  color: #5F93B2;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid white;
  float: right;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
  padding-left: 50px;
}

.bar-psi-container .bar-psi-container-2 .bar-psi-elements img {
  padding: 10px;
  display: block;
  margin-left: auto;
}

.bar-psi-table {
  padding-right: 10px;
  padding-left: 10px;
}

.bar-psi-table table {
  border-collapse: collapse;
  background-color: #5F93B2;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.bar-psi-table tr {
  border-bottom: 1px solid #5788A5;
}

.bar-psi-table tr:last-child {
  border-bottom: none;
}

.bar-psi-table th,
.bar-psi-table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.bar-psi-table td {
  width: 25%;
}

.bar-kpa-container {
  background: #47947F;
  border-radius: 5px;
  width: 300px;
  height: 175px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bar-kpa-container .bar-kpa-container-2 {
  background: #47947F;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 270px;
  height: 155px;
  position: absolute;
  margin: 10px 15px 0px 15px;
}

.bar-kpa-container .bar-kpa-container-2 .bar-kpa-elements {
  margin-top: 15px;
}

.bar-kpa-container .bar-kpa-container-2 .bar-kpa-elements input {
  background: #FFFFFF;
  border-radius: 5px;
  color: #131415;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 35px;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
}

.bar-kpa-container .bar-kpa-container-2 .bar-kpa-elements p {
  color: #47947F;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid white;
  float: right;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
  padding-left: 50px;
}

.bar-kpa-container .bar-kpa-container-2 .bar-kpa-elements img {
  padding: 10px;
  display: block;
  margin-left: auto;
}

.bar-kpa-table {
  padding-left: 10px;
  padding-right: 10px;
}

.bar-kpa-table table {
  border-collapse: collapse;
  background-color: #47947F;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.bar-kpa-table tr {
  border-bottom: 1px solid #3E8673;
}

.bar-kpa-table tr:last-child {
  border-bottom: none;
}

.bar-kpa-table th,
.bar-kpa-table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.psi-kpa-container {
  background: #D78181;
  border-radius: 5px;
  width: 300px;
  height: 175px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.psi-kpa-container .psi-kpa-container-2 {
  background: #D78181;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 270px;
  height: 155px;
  position: absolute;
  margin: 10px 15px 0px 15px;
}

.psi-kpa-container .psi-kpa-container-2 .psi-kpa-elements {
  margin-top: 15px;
}

.psi-kpa-container .psi-kpa-container-2 .psi-kpa-elements input {
  background: #FFFFFF;
  border-radius: 5px;
  color: #131415;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 35px;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
}

.psi-kpa-container .psi-kpa-container-2 .psi-kpa-elements p {
  color: #D78181;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid white;
  float: right;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
  padding-left: 50px;
}

.psi-kpa-container .psi-kpa-container-2 .psi-kpa-elements img {
  padding: 10px;
  display: block;
  margin-left: auto;
}

.psi-kpa-table {
  padding-right: 10px;
  padding-left: 10px;
}

.psi-kpa-table table {
  border-collapse: collapse;
  background-color: #D78181;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.psi-kpa-table tr {
  border-bottom: 1px solid #C47272;
}

.psi-kpa-table tr:last-child {
  border-bottom: none;
}

.psi-kpa-table th,
.psi-kpa-table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.temperature-main-container {
  display: inline-flex;
  width: 100%;
}

@media screen and (max-width: 740px) {
  .temperature-main-container {
    display: block;
  }
}

.temperature-main-container .temperature-container {
  background: #733D7E;
  border-radius: 5px;
  width: 300px;
  height: 241px;
  margin-left: auto;
  margin-right: auto;
}

.temperature-main-container .temperature-container .temperature-container-2 {
  background: #733D7E;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 270px;
  height: 214px;
  position: absolute;
  margin: 10px 15px 0px 15px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements {
  margin-top: 10px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements input {
  background: #FFFFFF;
  border-radius: 5px;
  color: #131415;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 35px;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements h5 {
  margin: 0;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding-bottom: 5px;
  margin-left: 22px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements h5:nth-child(4) {
  padding-top: 10px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements h5:nth-child(7) {
  padding-top: 10px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements h4 {
  color: #733D7E;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid white;
  float: right;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
  padding-left: 50px;
}

.temperature-main-container .temperature-container .temperature-container-2 .temperature-elements p {
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin-top: 65px;
}

.temperature-main-container .temperature-buttons-container {
  margin-top: 60px;
}

@media screen and (max-width: 740px) {
  .temperature-main-container .temperature-buttons-container {
    margin-top: 10px;
    text-align: center;
  }
}

.temperature-main-container .temperature-buttons-container .temperature-button {
  background-color: #733D7E;
  width: 120px;
  height: 60px;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.1s ease;
}

@media screen and (max-width: 740px) {
  .temperature-main-container .temperature-buttons-container .temperature-button {
    display: inline-block;
  }
}

.temperature-main-container .temperature-buttons-container .temperature-button:active {
  background-color: #52295A;
}

.gas-main-container {
  display: inline-flex;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .gas-main-container {
    display: block;
  }
}

.gas-main-container .gas-container-input {
  background: #C55050;
  border-radius: 5px;
  width: 300px;
  height: 241px;
  margin-left: auto;
  margin-right: auto;
}

.gas-main-container .gas-container-input .gas-container-2 {
  background: #C55050;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 270px;
  height: 214px;
  position: absolute;
  margin: 13px 15px 0px 15px;
}

.gas-main-container .gas-container-input .gas-container-2 .gas-elements {
  margin-top: 10px;
}

.gas-main-container .gas-container-input .gas-container-2 .gas-elements input {
  background: #FFFFFF;
  border-radius: 5px;
  color: #131415;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 35px;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
}

.gas-main-container .gas-container-input .gas-container-2 .gas-elements h5 {
  margin: 0;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding-bottom: 5px;
  margin-left: 22px;
}

.gas-main-container .gas-container-input .gas-container-2 .gas-elements h5:nth-child(3) {
  padding-top: 10px;
}

.gas-main-container .gas-container-input .gas-container-2 .gas-elements h5:nth-child(5) {
  padding-top: 10px;
}

.gas-main-container .gas-container-input .gas-container-2 .gas-elements p {
  color: #C55050;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid white;
  float: right;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
  padding-left: 50px;
}

.gas-main-container .gas-container-results {
  background: #C55050;
  border-radius: 5px;
  width: 370px;
  height: 241px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 390px) {
  .gas-main-container .gas-container-results {
    width: 310px;
  }
}

.gas-main-container .gas-container-results .gas-container-2 {
  background: #C55050;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 333px;
  height: 214px;
  position: absolute;
  margin: 13px 20px 0px 20px;
}

@media screen and (max-width: 390px) {
  .gas-main-container .gas-container-results .gas-container-2 {
    width: 267px;
  }
}

.gas-main-container .gas-container-results .gas-container-2 .gas-elements {
  margin-top: 10px;
}

.gas-main-container .gas-container-results .gas-container-2 .gas-elements input {
  background: #FFFFFF;
  border-radius: 5px;
  color: #131415;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 35px;
  border: none;
  padding-left: 20px;
  padding-right: 45px;
}

.gas-main-container .gas-container-results .gas-container-2 .gas-elements h5 {
  margin: 0;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding-bottom: 5px;
  margin-left: 22px;
}

.gas-main-container .gas-container-results .gas-container-2 .gas-elements h5:nth-child(3) {
  padding-top: 10px;
}

.gas-main-container .gas-container-results .gas-container-2 .gas-elements h5:nth-child(5) {
  padding-top: 10px;
}

.gas-main-container .gas-container-results .gas-container-2 .gas-elements p {
  color: #C55050;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid white;
  float: right;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
  padding-left: 50px;
}

.gas-main-container .gas-buttons-container {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .gas-main-container .gas-buttons-container {
    margin-top: 10px;
    text-align: center;
  }
}

.gas-main-container .gas-buttons-container .gas-button {
  background-color: #C55050;
  width: 120px;
  height: 60px;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.1s ease;
}

@media screen and (max-width: 820px) {
  .gas-main-container .gas-buttons-container .gas-button {
    display: inline-block;
  }
}

.gas-main-container .gas-buttons-container .gas-button:active {
  background-color: #8C3636;
}

.gas-main-container .gas-table table {
  border-collapse: collapse;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  width: 214px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.gas-main-container .gas-table table th,
.gas-main-container .gas-table table td {
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 0;
  padding-top: 15px;
}

@media screen and (max-width: 390px) {
  .gas-main-container .gas-table table th,
  .gas-main-container .gas-table table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.speed-table {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.speed-table table {
  border-collapse: collapse;
  background-color: #1173AE;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  max-width: 1100px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.speed-table tr:last-child {
  border-bottom: none;
}

.speed-table tr {
  border-bottom: 1px solid #0968A2;
}

.speed-table th,
.speed-table td {
  padding-bottom: 10px;
  padding-top: 10px;
}

.speed-table {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.speed-table table {
  border-collapse: collapse;
  background-color: #1173AE;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  max-width: 1100px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.speed-table tr:last-child {
  border-bottom: none;
}

.speed-table tr {
  border-bottom: 1px solid #0968A2;
}

.speed-table th,
.speed-table td {
  padding-bottom: 10px;
  padding-top: 10px;
}

.speed-table-2 {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.speed-table-2 table {
  border-collapse: collapse;
  background-color: #1173AE;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.speed-table-2 tr:last-child {
  border-bottom: none;
}

.speed-table-2 tr {
  border-bottom: 1px solid #0968A2;
}

.speed-table-2 th,
.speed-table-2 td {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 555px) {
  .speed-table-2 th,
  .speed-table-2 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.speed-select {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select {
    width: 250px;
  }
}

.speed-select select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #1173AE;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select select::-ms-expand {
  display: none;
}

.speed-select select:hover {
  background-color: #0968A2;
}

.speed-select-3 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select-3 {
    width: 250px;
  }
}

.speed-select-3 select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #D79A81;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select-3 select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select-3 select::-ms-expand {
  display: none;
}

.speed-select-3 select:hover {
  background-color: #A57561;
}

.speed-select-4 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select-4 {
    width: 250px;
  }
}

.speed-select-4 select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #597E3D;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select-4 select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select-4 select::-ms-expand {
  display: none;
}

.speed-select-4 select:hover {
  background-color: #425F2C;
}

.speed-select-5 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select-5 {
    width: 250px;
  }
}

.speed-select-5 select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #BD5F04;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select-5 select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select-5 select::-ms-expand {
  display: none;
}

.speed-select-5 select:hover {
  background-color: #904800;
}

.speed-select-6 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select-6 {
    width: 250px;
  }
}

.speed-select-6 select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #B081D7;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select-6 select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select-6 select::-ms-expand {
  display: none;
}

.speed-select-6 select:hover {
  background-color: #8460A3;
}

.speed-select-7 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select-7 {
    width: 250px;
  }
}

.speed-select-7 select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #AD2B3E;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select-7 select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select-7 select::-ms-expand {
  display: none;
}

.speed-select-7 select:hover {
  background-color: #831F2E;
}

.speed-select-8 {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .speed-select-8 {
    width: 250px;
  }
}

.speed-select-8 select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #5D6175;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .speed-select-8 select {
    width: 250px;
  }
}

/* For IE <= 11 */

.speed-select-8 select::-ms-expand {
  display: none;
}

.speed-select-8 select:hover {
  background-color: #464958;
}

.single-page-select {
  max-width: 500px;
  margin-bottom: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 580px) {
  .single-page-select {
    width: 250px;
  }
}

.single-page-select select {
  width: 500px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #4C4C4C;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 580px) {
  .single-page-select select {
    width: 250px;
  }
}

/* For IE <= 11 */

.single-page-select select::-ms-expand {
  display: none;
}

.single-page-select select:hover {
  background-color: #3F3E3E;
}

.index-chart-table {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.index-chart-table table {
  border-collapse: collapse;
  background-color: #944778;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  max-width: 1100px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.index-chart-table tr:last-child {
  border-bottom: none;
}

.index-chart-table tr {
  border-bottom: 1px solid #843E6B;
}

.index-chart-table th,
.index-chart-table td {
  padding-bottom: 10px;
  padding-top: 10px;
}

.index-chart-select {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .index-chart-select {
    width: 250px;
  }
}

.index-chart-select select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #944778;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .index-chart-select select {
    width: 250px;
  }
}

.tire-page-table {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.tire-page-table table {
  border-collapse: collapse;
  background-color: #944778;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  max-width: 1100px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.tire-page-table tr:last-child,
.tire-page-table th:last-child,
.tire-page-table td:last-child {
  border-bottom: none;
  border-right: none;
}

.tire-page-table tr {
  border-bottom: 1px solid #843E6B;
}

.tire-page-table th,
.tire-page-table td {
  padding-bottom: 10px;
  padding-top: 10px;
  border-right: 1px solid #843E6B;
}

.tire-page-select {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 350px) {
  .tire-page-select {
    width: 250px;
  }
}

.tire-page-select select {
  width: 310px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  background-color: #5F93B2;
  border: none;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 350px) {
  .tire-page-select select {
    width: 250px;
  }
}

/* For IE <= 11 */

.index-chart-select select::-ms-expand {
  display: none;
}

.index-chart-select select:hover {
  background-color: #843E6B;
}

.load-range-table-2 {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.load-range-table-2 table {
  border-collapse: collapse;
  background-color: #7E4C3D;
  color: #FFFFFF;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.load-range-table-2 tr:last-child {
  border-bottom: none;
}

.load-range-table-2 tr {
  border-bottom: 1px solid #724436;
}

.load-range-table-2 th,
.load-range-table-2 td {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 555px) {
  .load-range-table-2 th,
  .load-range-table-2 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* size table */

#btablespecs .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #494989;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs .pre {
  color: #ABABFE;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs {
  width: 100%;
  background-color: #5F5FB2;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs a {
  font-size: 14px;
  text-decoration: underline;
}

#btablespecs a:hover {
  text-decoration: underline;
}

#btablespecs th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #54549D;
  background-color: #494989;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #54549D;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs td:nth-child(1) {
  text-align: right;
  padding-right: 10px;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs td:nth-child(24) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs {
    border: none;
  }

  #btablespecs div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs tr {
    font-size: 14px;
  }

  #btablespecs tr:active {
    background-color: #494989;
  }

  #btablespecs th {
    display: none;
  }

  #btablespecs td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs td:not(:first-child) {
    display: none;
  }

  #btablespecs td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 10px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs td:nth-child(24) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding: 0 !important;
  }

  #wrapper {
    width: 100% !important;
  }

  #page-title {
    text-align: center;
  }

  h1 {
    font-size: 22px;
  }

  .col_full,
  .col_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* size table 2 */

#btablespecs-2 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #A57561;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-2 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-2 {
  width: 100%;
  background-color: #D79A81;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-2 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #8B6252;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-2 .nolink {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #8B6252;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-2 a:hover {
  background-color: #7E4C3D;
}

#btablespecs-2 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #C78D75;
  background-color: #A57561;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-2 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-2 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #C78D75;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-2 td:nth-child(1) {
  text-align: right;
  padding-right: 10px;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-2 td:nth-child(21) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-2 {
    border: none;
  }

  #btablespecs-2 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-2 tr {
    font-size: 14px;
  }

  #btablespecs-2 tr:active {
    background-color: #A57561;
  }

  #btablespecs-2 th {
    display: none;
  }

  #btablespecs-2 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-2 td:not(:first-child) {
    display: none;
  }

  #btablespecs-2 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 10px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-2 td:nth-child(21) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding: 0 !important;
  }

  #wrapper {
    width: 100% !important;
  }

  #page-title {
    text-align: center;
  }

  h1 {
    font-size: 22px;
  }

  .col_full,
  .col_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* size table 3 */

#btablespecs-3 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #344C22;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-3 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-3 {
  width: 100%;
  background-color: #597E3D;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-3 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #4C6D33;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-3 .nolink {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #4C6D33;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-3 a:hover {
  background-color: #425F2C;
}

#btablespecs-3 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #4C6D33;
  background-color: #425F2C;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-3 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-3 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #4C6D33;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-3 td:nth-child(1) {
  text-align: right;
  padding-right: 10px;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-3 td:nth-child(21) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-3 {
    border: none;
  }

  #btablespecs-3 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-3 tr {
    font-size: 14px;
  }

  #btablespecs-3 tr:active {
    background-color: #425F2C;
  }

  #btablespecs-3 th {
    display: none;
  }

  #btablespecs-3 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-3 td:not(:first-child) {
    display: none;
  }

  #btablespecs-3 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 10px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-3 td:nth-child(21) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

/* size table 4 */

#btablespecs-4 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #904800;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-4 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-4 {
  width: 100%;
  background-color: #BD5F04;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-4 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 70s0;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #A15000;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-4 .nolink {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #A15000;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-4 a:hover {
  background-color: #904800;
}

#btablespecs-4 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #A15000;
  background-color: #904800;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-4 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-4 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #A15000;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-4 td:nth-child(1) {
  text-align: center;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-4 td:nth-child(15) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-4 {
    border: none;
  }

  #btablespecs-4 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-4 tr {
    font-size: 14px;
  }

  #btablespecs-4 tr:active {
    background-color: #904800;
  }

  #btablespecs-4 th {
    display: none;
  }

  #btablespecs-4 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-4 td:not(:first-child) {
    display: none;
  }

  #btablespecs-4 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 17px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-4 td:nth-child(15) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

/* size table 5 */

#btablespecs-5 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8460A3;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-5 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-5 {
  width: 100%;
  background-color: #B081D7;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-5 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #9C70C1;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-5 a:hover {
  background-color: #8460A3;
}

#btablespecs-5 .nolink {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #9C70C1;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-5 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #9C70C1;
  background-color: #8460A3;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-5 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-5 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #9C70C1;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-5 td:nth-child(1) {
  text-align: center;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-5 td:nth-child(14) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-5 {
    border: none;
  }

  #btablespecs-5 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-5 tr {
    font-size: 14px;
  }

  #btablespecs-5 tr:active {
    background-color: #8460A3;
  }

  #btablespecs-5 th {
    display: none;
  }

  #btablespecs-5 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-5 td:not(:first-child) {
    display: none;
  }

  #btablespecs-5 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 10px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-5 td:nth-child(14) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

/* size table 6 */

#btablespecs-6 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #4B7690;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-6 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-6 {
  width: 100%;
  background-color: #5F93B2;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-6 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #5587A5;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-6 a:hover {
  background-color: #4B7690;
}

#btablespecs-6 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #5587A5;
  background-color: #4B7690;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-6 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-6 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #5587A5;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-6 td:nth-child(1) {
  text-align: center;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-6 td:nth-child(8) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-6 {
    border: none;
  }

  #btablespecs-6 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-6 tr {
    font-size: 14px;
  }

  #btablespecs-6 tr:active {
    background-color: #4B7690;
  }

  #btablespecs-6 th {
    display: none;
  }

  #btablespecs-6 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-6 td:not(:first-child) {
    display: none;
  }

  #btablespecs-6 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 10px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-6 td:nth-child(8) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

/* size table 7 */

#btablespecs-7 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #831F2E;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-7 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-7 {
  width: 100%;
  background-color: #AD2B3E;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-7 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #992435;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-7 a:hover {
  background-color: #831F2E;
}

#btablespecs-7 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #992435;
  background-color: #831F2E;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-7 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-7 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #992435;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-7 td:nth-child(1) {
  text-align: center;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-7 td:nth-child(17) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-7 {
    border: none;
  }

  #btablespecs-7 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-7 tr {
    font-size: 14px;
  }

  #btablespecs-7 tr:active {
    background-color: #831F2E;
  }

  #btablespecs-7 th {
    display: none;
  }

  #btablespecs-7 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-7 td:not(:first-child) {
    display: none;
  }

  #btablespecs-7 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 18px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-7 td:nth-child(17) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

/* size table 8 */

#btablespecs-8 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #831F2E;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-8 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-8 {
  width: 100%;
  background-color: #AD2B3E;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-8 .nolink {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #992435;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-8 a:hover {
  background-color: #831F2E;
}

#btablespecs-8 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #992435;
  background-color: #831F2E;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-8 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-8 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #992435;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-8 td:nth-child(1) {
  text-align: center;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-8 td:nth-child(18) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-8 {
    border: none;
  }

  #btablespecs-8 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-8 tr {
    font-size: 14px;
  }

  #btablespecs-8 tr:active {
    background-color: #831F2E;
  }

  #btablespecs-8 th {
    display: none;
  }

  #btablespecs-8 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-8 td:not(:first-child) {
    display: none;
  }

  #btablespecs-8 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 18px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-8 td:nth-child(18) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

/* size table 9 */

#btablespecs-9 .showspecs {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #464958;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.specm {
  margin-top: 30px !important;
}

#btablespecs-9 .pre {
  color: #FFFFFF;
}

.right {
  float: right;
}

#Specs {
  margin-top: 20px;
  clear: both;
}

#btablespecs-9 {
  width: 100%;
  background-color: #5D6175;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
  position: relative;
  border-collapse: collapse;
}

#btablespecs-9 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #525567;
  border-radius: 5px;
  padding: 3px;
}

#btablespecs-9 a:hover {
  background-color: #464958;
}

#btablespecs-9 th {
  padding: 9px 0px 9px 0px;
  font-size: 12px;
  font-size: 14px;
  border: 1px solid #525567;
  background-color: #464958;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-9 tr {
  border-bottom: 1px solid #e5e5e5;
}

#btablespecs-9 td {
  padding: 9px 0px 9px 0px;
  line-height: 1.4;
  border: 1px solid #525567;
  font-weight: 500;
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #FFFFFF;
}

#btablespecs-9 td:nth-child(1) {
  text-align: center;
  max-width: 105px;
  font-weight: 700;
}

#btablespecs-9 td:nth-child(6) {
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #btablespecs-9 {
    border: none;
  }

  #btablespecs-9 div {
    padding: 8px 30px 8px 30px;
    max-width: 500px;
    margin: 0px auto 0px auto;
    clear: both;
  }

  #btablespecs-9 tr {
    font-size: 14px;
  }

  #btablespecs-9 tr:active {
    background-color: #464958;
  }

  #btablespecs-9 th {
    display: none;
  }

  #btablespecs-9 td {
    width: auto !important;
    text-align: left !important;
    border: none;
  }

  #btablespecs-9 td:not(:first-child) {
    display: none;
  }

  #btablespecs-9 td:nth-child(1) {
    padding: 0px;
    display: block;
    float: left;
    margin: 10px 0px 0px 10%;
    max-width: none;
  }

  #btablespecs-9 td:nth-child(6) {
    display: block;
    float: right;
    margin: 10px 10% 10px 0px;
  }
}

.single-page-container {
  background-color: #131415;
  border-radius: 5px;
  max-width: 1100px;
  margin-right: 10px;
  margin-left: 10px;
}

.accordion-block {
  margin-bottom: 20px;
  margin-top: 10px;
}

.accordion {
  background-color: #485698;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 20px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: inherit;
  outline: none;
  transition: 0.3s;
  min-height: 35px;
}

.accordion:hover {
  background-color: #37447e;
  border-radius: 5px 5px 0px 0px;
}

.accordion:focus {
  border-radius: 5px 5px 0px 0px;
}

.panel {
  padding: 0px;
  display: none;
  background-color: #37447e;
  overflow: hidden;
  color: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
}

.table {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  border-collapse: collapse;
}

.table a {
  color: #FFFFFF;
  text-decoration: underline;
}

.table th,
.table td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  text-align: center !important;
  border: 1px solid #485698;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

button.accordion:after {
  content: "+";
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  font-size: 15px;
  margin-top: -20px;
  padding-left: 10px;
}

button.accordion.active:after {
  content: "\2212";
}

:target::before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height */
  margin-top: -70px;
  /* negative fixed header height */
}

.accordionmargin {
  display: inline-block;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  .accordionmargin {
    margin-right: 0px;
    display: block;
  }
}

.accordionmargin2 {
  display: inline-block;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

@media screen and (max-width: 800px) {
  .accordionmargin2 {
    display: block;
  }
}

/* tooltip 1*/

.tooltip {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  color: red;
}

.tooltip::before {
  font-size: 15px;
  position: absolute;
  top: -50px;
  left: 30px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  transition: all 0.5s ease;
  width: 160px;
}

.tooltip::before,
.tooltip::after {
  color: #000;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.tooltip:focus::before,
.tooltip:focus::after,
.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

/* responsive css */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper {
    width: 1000px;
  }
}

@media (max-width: 991.98px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
}

@media (max-width: 767.98px) {
  body {
    padding: 0 !important;
  }

  #wrapper {
    width: 100% !important;
  }

  #page-title {
    text-align: center;
  }

  h1 {
    font-size: 22px;
  }

  .col_full,
  .col_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  button.accordion:after {
    margin-top: -30px;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .accordion,
  .table {
    font-size: 13px;
  }

  button.accordion:after {
    margin-top: -30px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 435.98px) {
  .accordionmargin {
    margin-right: 0;
  }

  .accordionmargin2 {
    margin-right: 0;
  }
}

.single-page-content {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1120px) {
  .single-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.single-page-content h2 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  padding-top: 20px;
}

.single-page-content p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.single-page-container-elements {
  padding: 30px 20px 30px 20px;
}

.single-page-container-note p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #BCBCBC;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.search-dropdown {
  position: relative;
}

.search-dropdown .search-results-box {
  background: #131415;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1000;
}

.search-dropdown .search-results-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.search-dropdown .search-results-box ul li {
  margin-bottom: 5px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  line-height: 20px;
}

.search-dropdown .search-results-box ul a:focus li {
  background: #fff;
  color: #000;
}

.search-dropdown .search-results-box ul a:hover li {
  background: #fff;
  color: #000;
}

#scrollToTop {
  display: none;
  font-family: "Quicksand", Helvetica, sans-serif;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(20, 21, 22, 0.3);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrollToTop:hover {
  background-color: #141516;
}

.all-links {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  color: #141516;
}

.all-links a {
  color: #204257;
}

.all-links a:hover {
  color: #141516;
}

.all-types-list .type-div {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.all-types-list img {
  max-height: 80px;
  max-width: 100%;
}

.all-types-list p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  color: #141516;
}

.all-types-list a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.all-types-list a:hover {
  transform: scale(1.05) !important;
}

.blog-posts .post-link .post {
  background-color: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-posts .post-link .post .post-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  color: #000000;
  font-family: "Quicksand", Helvetica, sans-serif;
}

.blog-posts .post-link .post .post-text h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.blog-posts .post-link .post .post-text p {
  margin-top: 0;
  margin-bottom: 12px;
}

.blog-posts .post-link .post .post-text span {
  font-size: 14px;
  color: #696969;
}

.blog-posts .post-link .post img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.blog-posts .post-link .post:hover img {
  transform: scale(1.03);
}

.blog-post {
  font-family: "Quicksand", Helvetica, sans-serif;
}

.blog-post .post-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  border-radius: 0.25rem;
  vertical-align: middle;
}

.blog-post .post-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-post .post-timestamp {
  font-size: 14px;
  color: #696969;
}

.blog-post .post-content {
  margin-top: 30px;
}

@media screen and (max-width: 1120px) {
  .home-blog {
    padding: 0 20px;
  }
}

.home-blog .title {
  font-family: "Quicksand", Helvetica, sans-serif;
}

