 /* =================================================
    Font Face
==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* =================================================s
        Typography
 ===================================================*/
.symbol-xxl {
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 1px; }

.symbol-xl {
  font-size: 76px;
  line-height: 100%;
  letter-spacing: 1px; }

.heading-1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 73px; }

.heading-2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px; }

.title-lg {
  font-weight: 500;
  font-size: 45px;
  line-height: 50px; }

.heading-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px; }

.heading-4 {
  font-size: 32px;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: -1px; }

.heading-5 {
  font-weight: normal;
  font-size: 28px;
  line-height: 34px; }

.heading-6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal; }

.text-lg {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400; }

.text-md {
  font-size: 18px;
  line-height: 20px; }

.text-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.text-sm {
  font-size: 14px; }

.text-xs, #gj-header .navbar .nav-link {
  font-size: 13px;
  line-height: 20px; }

.text-xxs {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold; }

.tagline {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase; }

@media all and (max-width: 767px) {
  .heading-1 {
    font-size: 50px;
    line-height: 130%; }

  .heading-2 {
    font-size: 42px;
    line-height: 130%; }

  .heading-3 {
    font-size: 30px;
    line-height: 130%; }

  .heading-4 {
    font-size: 28px;
    line-height: 145%; }

  .heading-5 {
    font-size: 25px;
    line-height: 145%; }

  .heading-6 {
    font-size: 22px; }

  .text-md {
    line-height: 24px; } }
@media all and (max-width: 575px) {
  .heading-1 {
    font-size: 38px; }

  .heading-2 {
    font-size: 35px; }

  .text-lg {
    font-size: 17px; } }
/* ============================================
        Resets
=============================================*/
.hide {
  display: none; }

.on-reval {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important; }

::-webkit-scrollbar {
  width: 0; }

html {
  min-height: 100vh;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden !important;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  cursor: default; }
  html.sr .on-reveal, html.sr .hidden-animate {
    visibility: hidden; }

body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Roboto", sans-serif; }
  body * {
    margin: 0;
    padding: 0; }
  body a {
    text-decoration: none;
    color: inherit; }
    body a:focus {
      outline: none; }
    body a:hover {
      text-decoration: none;
      color: inherit; }
  body input {
    outline: none;
    border: none; }
  body input[type="search"] {
    appearance: none;
    outline: none; }
    body input[type="search"]:focus {
      outline: none; }
  body input [type="text"] {
    outline: none; }
    body input [type="text"]:focus {
      outline: none; }
  body input[type=number]::-webkit-inner-spin-button,
  body input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  body ul {
    list-style: none; }
  body select {
    outline: none;
    border: none; }
    body select:focus {
      outline: none; }
  body select::-ms-expand {
    display: none; }
  body select.select {
    -webkit-appearance: none;
    -moz-appearance: none; }
  body input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: none; }
  body input[type="checkbox"]::-ms-check {
    appearance: none; }
  body textarea {
    outline: none;
    resize: none;
    overflow: auto; }
  body input::-ms-clear,
  body input::-ms-reveal {
    display: none; }
  body li {
    list-style: none; }

.gj-radio input[type="radio"] {
  appearance: none; }

.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0; }

.btn {
  outline: none;
  border: none; }
  .btn:focus, .btn:active, .btn:hover {
    outline: none;
    box-shadow: none; }

.sticky {
  transform: translateY(-200px); }

@media all and (min-width: 992px) {
  .col-lg-3point5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 35%; } }
@media all and (min-width: 992px) {
  .col-lg-7point5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 65%; } }
@media all and (min-width: 992px) {
  .col-lg-5point5 {
    padding-right: 15px;
    padding-left: 15px;
    width: 56%; } }
@media all and (min-width: 992px) {
  .col-lg-4point5 {
    padding-right: 15px;
    padding-left: 15px;
    width: 44%; } }
/* ===============================================
        Wrapper & Containers 
================================================*/
.page-wrapper {
  min-height: calc(100vh - 615px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

.page-main:not(#main-home) {
  margin-top: 140px; }
  @media all and (max-width: 991px) {
    .page-main:not(#main-home) {
      margin-top: 100px; } }
  @media all and (max-width: 767px) {
    .page-main:not(#main-home) {
      margin-top: 80px; } }

.header-container {
  padding: 0; }

.container-secondary {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1650px; }

.container-custom {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px; }

@media all and (min-width: 1200px) {
  .container {
    max-width: 1180px; } }
@media all and (min-width: 1320px) {
  .container {
    max-width: 1280px; } }
@media all and (min-width: 1300px) {
  .header-container {
    max-width: 1300px; } }
@media all and (max-width: 1300px) {
  .header-container {
    max-width: 1200px; }

  .navbar-nav:first-of-type {
    flex-wrap: wrap; }

  .navbar-nav {
    flex-wrap: wrap; } }
/* ========== Animations classes =========== */
.animate {
  animation-duration: 0.3s;
  animation-fill-mode: both; }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }
.slideIn {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn; }

@keyframes slideOut {
  0% {
    transform: translateY(-1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(-1rem);
    opacity: 0; } }
@keyframes animation1 {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes rotate1 {
  0% {
    transform: rotateY(180deg); }
  100% {
    transform: none; } }
.zoomIn {
  animation-name: animation1;
  animation-duration: 1s; }

.slideOut {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideOut; }

.sticky {
  transform: translateY(calc(-200px + 5px ));
  -webkit-font-smoothing: antialiased; }

/* ================================================
    Buttons
=================================================== */
.gj-btn, .gj-cta {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1px;
  color: white;
  background: #F48229;
  background-blend-mode: overlay;
  border-radius: 8px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 52px;
  padding: 20px; }
  .gj-btn span, .gj-cta span {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url("../../img/icons/chevron-right.svg") no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: auto;
    transition: 200ms ease; }
  .gj-btn:hover, .gj-btn:focus, .gj-cta:hover, .gj-cta:focus {
    color: white; }
    .gj-btn:hover span, .gj-btn:focus span, .gj-cta:hover span, .gj-cta:focus span {
      transform: translateX(5px); }
  .gj-btn-secondary {
    background-color: #132B48; }
    .gj-btn-secondary:hover, .gj-btn-secondary:focus {
      background-color: #132B48; }
  .gj-btn-md {
    width: 194px; }
  .gj-btn-sm {
    width: 123px; }

.gj-cta {
  background-color: transparent;
  color: #1B9ECA;
  width: auto;
  padding-right: 0;
  padding-left: 0; }
  .gj-cta span {
    margin-left: 16px; }
    .gj-cta span.prev {
      margin-right: 16px;
      margin-left: 0;
      transform: rotateY(180deg); }
  .gj-cta:hover, .gj-cta:focus {
    color: #1B9ECA; }
    .gj-cta:hover .prev, .gj-cta:focus .prev {
      transform: rotateY(180deg) translateX(5px); }

.cta-lg span {
  margin-left: 46px; }

.cart-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #F48229;
  background-image: url("../../img/icons/cart.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px center;
  position: relative;
  background-color: #ffffff; }
  .cart-item .items-count {
    font-size: 10px;
    color: #ffffff;
    background: #132B48;
    width: 20px;
    height: 20px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    border-radius: 50%;
    right: -10px; }

/* ====================================
    Lists
====================================== */
.checklist li {
  /*list-style: url('../../img/icons/check-small.svg');
  list-style-position: inside;
  padding-left: 20px;*/ }
  .checklist li::before {
    content: "";
    background: url("../../img/icons/check-small.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 16px; }

.gj-list li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #F48229;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700; }

/* ============== FORM COMPONENTS ================ */
.range {
  -webkit-appearance: none;
  min-width: 220px;
  background: linear-gradient(to right, #74C6C2 10%, white 10%);
  height: 7px;
  margin: auto;
  display: block;
  position: relative;
  top: 30%;
  cursor: pointer;
  border-radius: 16px; }
  .range-container {
    background-color: rgba(226, 226, 226, 0.6);
    background-color: transparent;
    height: 24px;
    border-radius: 68px;
    margin-top: 20px;
    margin-bottom: 38px;
    position: relative; }
  .range:focus {
    outline: none; }
  .range::-ms-track {
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    color: transparent; }
  .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #F48229;
    cursor: pointer;
    position: relative; }
  .range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #F48229;
    position: relative; }
  .range::-ms-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #F48229;
    cursor: pointer;
    position: relative; }
  .range::-ms-fill-lower {
    background-color: #E2E2E2; }

.flex-form {
  display: flex;
  align-items: center; }
  .flex-form .gj-form-group {
    margin-right: 12px; }
  .flex-form .gj-input {
    width: 100%;
    display: block;
    width: 248px; }

.gj-input-caption {
  float: right;
  font-size: 14px;
  color: #868585; }

.gj-input-label {
  margin-bottom: 8px;
  font-size: 16px;
  color: #132B48;
  line-height: 26px; }

.search-box {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: auto; }
  .search-box .search-input {
    padding: 42px 115px;
    width: 100%;
    border-radius: 16px;
    background-color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #132B48;
    background-repeat: no-repeat;
    background-position: calc(100% - 70px);
    background-size: 40px 38px; }
    .search-box .search-input::placeholder {
      color: #132B48; }
  .search-box .HomeSearch {
    position: absolute;
    top: calc(50% - 17px);
    right: 35px; }
    .search-box .HomeSearch img {
      max-width: 100%; }
  .search-box-header {
    width: 100%;
    max-width: unset;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    margin: auto; }
    .search-box-header .search-input {
      padding: 30px 40px 30px 18px;
      background-size: 32px;
      background-position: calc(100% - 24px); }
    .search-box-header .HomeSearch {
      right: 26px; }
  .search-box .search-btn {
    position: absolute;
    right: 35px;
    top: calc( 50% - 20px); }
  @media all and (max-width: 1199px) {
    .search-box-header .search-input {
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 8px; } }
  @media all and (max-width: 991px) {
    .search-box:not(.search-box-header) .search-input {
      padding-top: 30px;
      padding-bottom: 30px;
      background-position: calc(100% - 40px); } }
  @media all and (max-width: 767px) {
    .search-box .search-btn {
      display: none; }
    .search-box .search-input {
      padding: 20px;
      padding-right: 60px;
      font-weight: normal; }
    .search-box .HomeSearch {
      width: 25px;
      height: 25px;
      top: calc(50% - 12px);
      right: 20px !important; }
    .search-box-header .search-input {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 16px;
      background-size: 20px; } }

.e-search .search-input {
  background-position: 18px;
  padding-left: 80px;
  border: 1px solid #F48229 !important; }
.e-search .clear {
  position: absolute;
  color: #F48229;
  font-weight: 400;
  font-size: 40px;
  line-height: 50%;
  cursor: pointer;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px; }
@media all and (max-width: 1199px) {
  .e-search .clear {
    top: calc( 50% - 9px); } }
@media all and (max-width: 767px) {
  .e-search .search-input {
    padding-left: 50px; } }

.gj-input,
.gj-select {
  padding: 14px 13px 15px;
  border: 2px solid #868585;
  display: block;
  color: #132B48;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  border-radius: 8px;
  -webkit-appearance: none; }
  .gj-input-email {
    padding-left: 52px;
    background: url("../../img/icons/mail.svg") no-repeat;
    background-position: 20px; }
  .gj-input::placeholder,
  .gj-select::placeholder {
    color: #868585; }
  .gj-input:focus,
  .gj-select:focus {
    border-color: #1B9ECA; }

.gj-form-group {
  margin-bottom: 30px; }

.input-sm {
  width: 80px;
  padding: 15px 10px; }

.gj-select {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  background-image: url("../../img/icons/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 18px);
  background-size: 16px; }
  .gj-select::-ms-expand {
    display: none; }
  .gj-select-secondary {
    background-color: #132B48;
    border-color: #132B48;
    color: #ffffff;
    background-image: url("../../img/icons/chevron-down-white.svg"); }

.gj-number-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px; }
  .gj-number-input input {
    width: 60px;
    height: 40px;
    font-size: 22px;
    line-height: 25px;
    color: #132B48;
    letter-spacing: 1px;
    text-align: center; }

.gj-minus,
.gj-plus {
  width: 40px;
  display: inline-block;
  height: 40px;
  font-size: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.gj-minus {
  background-image: url("../../img/icons/minus.svg"); }

.gj-plus {
  background-image: url("../../img/icons/plus.svg"); }

@media all and (max-width: 991px) {
  .gj-minus,
  .gj-plus {
    width: 30px;
    height: 30px; } }
/* ------------- switch toggle ------------*/
.switch {
  position: relative;
  display: inline-block;
  padding-left: 54px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:not(:checked) ~ label {
      color: #868585; }
  .switch > label {
    color: #F48229;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    transition: 200ms ease; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 20px;
    border: 2px solid #132B48;
    background-color: #fff;
    transition: 200ms ease;
    border-radius: 100px; }
    .switch .slider::before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 1px;
      bottom: 1px;
      background-color: #868585;
      transition: 200ms ease;
      border-radius: 50%; }

input:checked + .slider::before {
  background-color: #F48229; }

input:focus + .slider {
  box-shadow: 0 0 1px #F48229; }

input:checked + .slider:before {
  transform: translateX(21px); }

.switch-label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  color: #132B48;
  cursor: pointer; }

/* --------- checkbox --------------*/
.gj-checkbox-container {
  display: block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-size: 18px;
  margin: 5px 0 19px; }
  .gj-checkbox-container input:checked ~ .gj-checkmark {
    background-color: #F48229; }
  .gj-checkbox-container input:checked ~ .gj-checkmark::after {
    display: block; }
  .gj-checkbox-container .gj-checkmark::after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  .gj-checkbox-container .gj-label {
    font-size: 16px;
    color: #132B48;
    line-height: 25px;
    font-weight: 400; }

.gj-label-lg {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1B9ECA;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.gj-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  background-color: white;
  border: 2px solid #F48229;
  transition: 200ms ease; }
  .gj-checkmark::after {
    content: "";
    position: absolute;
    display: none; }

.gj-caption-sm {
  color: #868585;
  font-size: 14px;
  padding-left: 28px; }

/* --------- radio ----------- */
.gj-radio {
  position: relative; }
  .gj-radio [type="radio"] + label {
    padding-left: 28px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: #000000; }
    .gj-radio [type="radio"] + label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      width: 23px;
      height: 23px;
      border: 2px solid #132B48;
      border-radius: 50%;
      background: #fff; }
    .gj-radio [type="radio"] + label::after {
      content: '';
      width: 9px;
      height: 9px;
      background: #F48229;
      position: absolute;
      top: 7px;
      left: 7px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .gj-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .gj-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

/* ===================================================
    04 -- Dropdowns 
====================================================== */
.mega-dd {
  position: static; }
  .mega-dd .dropdown-menu {
    margin-top: 0;
    top: calc(100% - 10px);
    padding: 40px 0;
    margin: auto;
    z-index: 1;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 6px 6px 18px rgba(111, 111, 111, 0.2); }
    .mega-dd .dropdown-menu .inner-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    .mega-dd .dropdown-menu .dropdown-item {
      margin: 0 15px; }
    .mega-dd .dropdown-menu .full-link {
      z-index: 1; }
  @media all and (max-width: 1199px) {
    .mega-dd .dropdown-menu {
      box-shadow: none;
      padding: 5px 0; }
      .mega-dd .dropdown-menu .inner-wrapper {
        display: block; }
      .mega-dd .dropdown-menu .dropdown-item {
        background-color: transparent;
        height: auto;
        width: auto;
        color: #868585;
        padding: 10px 0; }
        .mega-dd .dropdown-menu .dropdown-item h1 {
          display: none; }
        .mega-dd .dropdown-menu .dropdown-item p {
          max-width: unset;
          text-transform: capitalize; } }

.gj-dd .dd-toggle {
  color: #F48229;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .gj-dd .dd-toggle span {
    margin-left: 16px; }
.gj-dd .dropdown-menu {
  margin-top: 10px;
  border: 1px solid rgba(244, 130, 41, 0.6);
  color: #132B48; }

.dd-filter::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../../img/icons/filter.svg");
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  display: inline-block;
  margin-right: 10px; }

/* =============================================
    04 --cards & media
============================================== */
.centered-w-title {
  width: 249px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  background-color: #1B9ECA;
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  padding: 20px;
  overflow-wrap: break-word; }
  .centered-w-title:hover {
    background-color: #F48229;
    color: #ffffff; }
  .centered-w-title h1 {
    margin-bottom: 10px;
    opacity: 0.2; }
  .centered-w-title p {
    font-weight: bold;
    letter-spacing: 1px;
    max-width: 80%;
    white-space: normal; }
  .centered-w-title-sm {
   /* width: 159px; */
	width: 150px;
    height: 150px; }
  .centered-w-title .full-link {
    z-index: 1; }

.dropdown-item.centered-w-title { padding: 20px 12px; }

.gj-card {
  border-radius: 8px;
  box-shadow: 0px 20px 40px rgba(79, 79, 79, 0.3); }
  .gj-card-content {
    text-align: center;
    padding: 30px 40px;
    border-radius: 8px 8px 0 0;
    background-color: #ffffff; }
    .gj-card-content .info p {
      color: #868585;
      margin-bottom: 8px; }
  .gj-card-title {
    color: #1B9ECA;
    margin-bottom: 26px;
    font-weight: 700; }
  .gj-card .visual {
    margin-bottom: 26px; }
  .gj-card-footer {
    color: #ffffff;
    padding: 26px;
    background-color: #F48229;
    border-radius: 0 0 8px 8px; }
    .gj-card-footer p {
      font-weight: normal;
      line-height: 25px; }
  .gj-card-list {
    align-items: center;
    justify-content: space-between;
    border-radius: 16px; }
    .gj-card-list .gj-card-info {
      display: flex;
      align-items: center; }
      .gj-card-list .gj-card-info .visual {
        width: 90px;
        text-align: center; }
        .gj-card-list .gj-card-info .visual img {
          width: 80%;
          height: auto; }
      .gj-card-list .gj-card-info .gj-card-title {
        margin-bottom: 1px;
        font-size: 25px;
        width: 100%;
        table-layout: auto; }
    .gj-card-list .remove {
      color: #132B48;
      font-size: 48px; }
  @media all and (max-width: 991px) {
    .gj-card-list .gj-card-subtitle {
      max-width: 230px; } }

.gj-media-row {
  padding: 40px;
  border-radius: 16px;
  background-color: rgba(27, 158, 202, 0.06); }
.gj-media-title {
  color: #132B48;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px; }
.gj-media-subtitle, .gj-media-description {
  color: #868585; }
.gj-media-description {
  letter-spacing: 1px;
  font-weight: 900; }
.gj-media-cta {
  display: flex;
  justify-content: space-between; }
  .gj-media-cta > a:first-of-type {
    margin-left: auto;
    margin-right: 8px; }
@media all and (max-width: 991px) {
  .gj-media-row {
    text-align: center;
    padding: 80px 15px; }
    .gj-media-row .gj-media-cta {
      margin-top: 40px; }
      .gj-media-row .gj-media-cta a:last-of-type {
        margin-right: auto; } }
@media all and (max-width: 575px) {
  .gj-media-row .gj-media-cta {
    flex-wrap: wrap; }
    .gj-media-row .gj-media-cta a {
      margin: 10px 0;
      width: 100%; } }

/* ====================================================
    Header
======================================================= */
#gj-header {
  width: 100%;
  transition: 200ms ease;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 0; }
  @media all and (max-width: 767px) {
    #gj-header {
      position: absolute; } }

#gj-header.scroll-up .navbar,
#gj-header.scroll-up .search-box input {
  border: 1px solid rgba(19, 43, 72, 0.1); }
#gj-header .navbar {
  min-height: 90px;
  transition: 200ms ease;
  border-radius: 0 0 12px 12px;
  padding-left: 20px !important; }
  #gj-header .navbar .navbar-brand {
   /* width: 182px;
    height: 60px; */ }
    #gj-header .navbar .navbar-brand .nav__logo {
      width: 100%; }
  #gj-header .navbar-toggler div {
    width: 20px;
    height: 2.5px;
    background-color: #132B48;
    margin: 3px 0; }
  #gj-header .navbar .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #132B48;
    transition: 200ms ease;
    letter-spacing: 1px;
    position: relative; }
    #gj-header .navbar .nav-link .chevron {
      margin-left: 10px; }
    #gj-header .navbar .nav-link path {
      fill: #132B48;
      transition: 200ms ease; }
    #gj-header .navbar .nav-link::after {
      content: "";
      height: 0;
      width: calc(100% - 22px);
      position: absolute;
      background-color: #F48229;
      bottom: -27px;
      transition: 200ms ease;
      right: 0;
      left: 0;
      margin: auto; }
    #gj-header .navbar .nav-link:hover, #gj-header .navbar .nav-link.active, #gj-header .navbar .nav-link.active-dd {
      color: #F48229; }
      #gj-header .navbar .nav-link:hover path, #gj-header .navbar .nav-link.active path, #gj-header .navbar .nav-link.active-dd path {
        fill: #F48229; }
      #gj-header .navbar .nav-link:hover::after, #gj-header .navbar .nav-link.active::after, #gj-header .navbar .nav-link.active-dd::after {
        height: 10px; }
  #gj-header .navbar-collapse, #gj-header .navbar-nav {
    flex-grow: 1;
    flex-wrap: nowrap; }
  @media all and (min-width: 1320px) {
    #gj-header .navbar-nav {
      margin-left: 60px; } }
  #gj-header .navbar .nav-color {
    background-color: rgba(248, 155, 52, 0.12);
    height: 90px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0 26px; 
    border-left: 1px solid rgba(19, 43, 72, 0.1);
    border-radius: 0 0 12px 0; }
    #gj-header .navbar .nav-color .nav-link {
      color: #F48229; }
      #gj-header .navbar .nav-color .nav-link::after {
        content: none; }
    #gj-header .navbar .nav-color .text-xxs {
      color: #132B48; }
    #gj-header .navbar .nav-color .phone-number {
      font-size: 19px;
      line-height: 20px;
      color: #F48229;
      font-weight: bold; }
    #gj-header .navbar .nav-color .call-block {
      position: relative; }
      #gj-header .navbar .nav-color .call-block::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -34px;
        top: calc(50% - 12px);
        width: 23px;
        height: 23px;
        background: url("../../img/icons/phone-sm.svg");
        background-size: 23px;
        background-position: center;
        background-repeat: no-repeat; }
  #gj-header .navbar-toggler {
    width: 40px; }
    #gj-header .navbar-toggler div {
      width: 20px;
      height: 2px;
      margin-bottom: 6px;
      background-color: #F48229;
      transition: 200ms ease-in-out; }
    #gj-header .navbar-toggler:focus {
      outline: none; }
    #gj-header .navbar-toggler.active {
      position: fixed;
      top: 20px;
      z-index: 15;
      right: 0;
      left: 0;
      margin: auto; }
      #gj-header .navbar-toggler.active div:first-of-type {
        transform: translateY(8px) rotate(45deg); }
      #gj-header .navbar-toggler.active div:nth-of-type(2) {
        opacity: 0;
        visibility: hidden; }
      #gj-header .navbar-toggler.active div:nth-of-type(3) {
        transform: translateY(-8px) rotate(-45deg); }
@media all and (max-width: 1199px) {
  #gj-header .navbar {
    padding: 0 15px !important;
    min-height: 70px; }
    #gj-header .navbar .navbar-brand {
      width: 142px;
      height: 40px; }
    #gj-header .navbar .nav-link:after {
      content: none; }
    #gj-header .navbar .item-bold {
      margin: 0 !important; }
    #gj-header .navbar-nav {
      flex-grow: 0; }
    #gj-header .navbar .nav-color {
      display: block;
      padding: 20px 0;
      height: 190px;
      background: transparent;
      border: none;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
      #gj-header .navbar .nav-color .cart-item {
        margin-bottom: 40px; }
  #gj-header .navbar-collapse {
    padding-bottom: 240px !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw !important;
    min-height: 100vh !important;
    transform: translateY(-100vh);
    transition: 250ms opacity ease-in-out;
    opacity: 0;
    display: block !important;
    max-height: 100%;
    padding-top: 40px;
    background: white; }
    #gj-header .navbar-collapse.show {
      transform: translateX(0);
      transition: 250ms opacity ease-in-out;
      opacity: 1; }
    #gj-header .navbar-collapse.show, #gj-header .navbar-collapse.collapsing {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 40px 10px;
      padding-top: 70px;
      overflow: scroll;
      z-index: 4; }
      #gj-header .navbar-collapse.show .navbar-nav, #gj-header .navbar-collapse.collapsing .navbar-nav {
        margin: auto;
        text-align: center; } }
@media all and (max-width: 575px) {
  #gj-header {
    border-radius: 0; }
    #gj-header .navbar {
      min-height: 70px;
      border-radius: 0; }
    #gj-header .search-box-header {
      padding-right: 12px;
      padding-left: 12px; }
      #gj-header .search-box-header input {
        width: 100%;
        transition: border-radius 200ms ease;
        margin-left: auto;
        /*  border-radius: 50%;
          width: 50px;
          transition: $main-transition;
          &:focus {
              width: 100%;
              border-radius: ;
          }*/
        /* &:not(:focus) {
             border-radius: 50%;
             width: 0px;
             display: block;
             padding: 0;
             height: 50px;
             background-position: center;
             color: transparent;
             padding-right: 50px;
         }*/ } }

/* =================== HERO  ============== */
#home-page .hero-search h2 {
  max-width: 670px; }

#home-page .hero-search .description {
  max-width: 400px; }

#blog-page .hero .heading-4,
#blog-page .hero .tagline {
  color: white; }
#blog-page .hero .date {
  color: #1B9ECA; }
@media all and (max-width: 767px) {
  #blog-page .hero .heading-4,
  #blog-page .hero .tagline {
    color: #132B48; } }

.hero {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position-y: 0, 0;
  background-position-x: center, center;
  height: 100vh;
  padding-top: 90px;
  position: relative; }
  .hero h2 {
    text-transform: capitalize;
    font-weight: 700;
    max-width: 416px;
    margin-bottom: 24px;
    color: #ffffff; }
    .hero h2 span {
      color: #F48229; }
  .hero .description {
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 494px;
    color: rgba(255, 255, 255, 0.8); }
  .hero-md {
    max-height: 626px; }
  .hero-sm {
    max-height: 487px;
    background-size: 1560px, cover;
    background-position-y: -130px, -230px; }
  .hero-w-video {
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position-y: 60px, 0;
    background-position-x: center, center;
    height: 900px;
    /*.play-button {
        top: 36%;
    }*/ }
  .hero-visual {
    perspective: 1000px;
    position: relative;
    z-index: 2; }
    .hero-visual img {
      width: 100%;
      height: 100%;
      border-radius: 40px;
      box-shadow: 44px 13px 89px rgba(192, 190, 190, 0.2);
      transition: 200ms ease;
      transform: rotateY(-10deg);
      transform-origin: right; }
  .hero-cta {
    display: flex;
    align-items: center; }
    .hero-cta .calendar-block {
      display: flex;
      align-items: center;
      color: #FFF4AC;
      margin-left: 30px; }
      .hero-cta .calendar-block .visual {
        margin-right: 16px; }
    .hero-cta .demo-link {
      border-bottom: 2px solid #FFF4AC;
      font-weight: bold; }
  .hero-search {
    padding-top: 128px;
    padding-bottom: 129px; }
    .hero-search h2, .hero-search .description {
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      color: #ffffff; }
    .hero-search h2 {
      max-width: 540px; }
    .hero-search .description {
      max-width: 494px;
      margin-bottom: 40px;
      font-weight: 500; }
  .hero .play-button {
    position: absolute;
    top: calc(50% - 42px);
    right: calc(50% - 42px); }
  @media all and (min-width: 768px) {
    .hero {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative; } }
  @media all and (max-width: 1199px) {
    .hero {
      background-position: center 120px, center; }
      .hero-sm {
        background-position-y: -130px, 0; } }
  @media all and (max-width: 991px) {
    .hero-w-video {
      height: 700px;
      background-size: 800px, cover;
      justify-content: flex-end;
      align-items: center;
      text-align: center;
      padding-bottom: 80px; }
      .hero-w-video h2, .hero-w-video p {
        margin-right: auto;
        margin-left: auto; }
      .hero-w-video .description {
        max-width: 540px; }
      .hero-w-video .play-button {
        top: 36%; } }
  @media all and (max-width: 767px) {
    .hero {
      max-height: unset;
      height: auto;
      padding-bottom: 80px;
      background-size: 100% auto;
      padding-top: 100px;
      background-position: top center;
      background-size: 100% 380px;
      padding-top: 420px; }
      .hero .play-button {
        top: 26%; }
      .hero .text-content {
        text-align: center; }
      .hero h2,
      .hero .description,
      .hero .heading-2 {
        color: #132B48;
        margin-right: auto;
        margin-left: auto; }
      .hero .search-box input {
        border: 1px solid #F48229; }
      .hero .description {
        max-width: 480px;
        color: #868585; }
      .hero .hero-cta {
        justify-content: center; } }
  @media all and (max-width: 575px) {
    .hero {
      background-size: 460px 460px, 100% 300px;
      background-position: top, center 50px;
      padding-top: 400px; }
      .hero .search-box .search-input {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        border-radius: 8px;
        background-size: 25px;
        background-position: calc(100% - 20px); }
      .hero .play-button {
        top: 20%; } }

/* ==============================================
    Dividers
===============================================*/
.vertical-divider {
  width: 50%;
  height: 170px;
  right: 50%;
  border-right: 1px solid #1B9ECA;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    .vertical-divider {
      height: 120px; } }

.vertical-separator {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #F48229; }

/* ===============================================================
    COMMON
=================================================================*/
.tagline {
  color: #132B48; }

h2 span, h1 span, h3 span {
  color: #F48229; }

.title-tag {
  color: #132B48;
  text-align: center; }
  .title-tag::before {
    content: "";
    height: 6px;
    width: 60px;
    border-radius: 26px;
    margin: 0 auto 25px;
    position: relative;
    display: block;
    background-color: #1B9ECA;
    right: 0;
    left: 0; }

.intro,
.interlude {
  text-align: center; }
  .intro .tagline,
  .interlude .tagline {
    margin-bottom: 8px; }
  .intro h2,
  .interlude h2 {
    margin: 8px auto 16px;
    color: #1B9ECA;
    line-height: 40px;
    font-weight: 500; }
  .intro .description,
  .interlude .description {
    margin-right: auto;
    margin-left: auto;
    color: #132B48; }

.section-centered {
  padding: 50px 0 80px;
  background: rgba(27, 158, 202, 0.06);
  text-align: center; }
  .section-centered .tagline {
    margin-bottom: 80px; }
  .section-centered .parent {
    mix-blend-mode: multiply; }
  @media all and (max-width: 767px) {
    .section-centered .visual-container {
      margin-bottom: 40px; } }
  @media all and (max-width: 575px) {
    .section-centered .parent {
      margin-bottom: 40px; } }

.box-w-visual {
  text-align: center; }
  .box-w-visual .visual {
    margin-bottom: 20px; }
  .box-w-visual h6 {
    color: #132B48;
    font-weight: bold;
    margin-bottom: 10px; }
  .box-w-visual p {
    color: #868585;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px; }
  .box-w-visual.box-left {
    text-align: left;
    display: flex;
    align-items: center; }
    .box-w-visual.box-left .visual {
      margin-right: 30px; }
    .box-w-visual.box-left h6 {
      margin-bottom: 6px;
      line-height: 21px; }
    .box-w-visual.box-left p {
      line-height: 24px;
      color: rgba(19, 43, 72, 0.8); }

/* ---------- section with visual ------------ */
.section-w-visual .text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
  margin-left: 80px; }
  .section-w-visual .text-content .title {
    color: #132B48;
    margin-bottom: 8px; }
  .section-w-visual .text-content .description {
    max-width: 412px;
    color: #868585;
    margin-bottom: 30px;
    line-height: 28px; }
.section-w-visual.left .visual-content .visual {
  margin-left: auto; }
.section-w-visual.left .text-content {
  margin: auto; }
.section-w-visual.left .visual-content::after {
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.5; }
.section-w-visual.left .visual-content .visual::before {
  width: 512px;
  height: 512px;
  right: -160px;
  top: 0; }
.section-w-visual .actions-container a:first-of-type {
  margin-right: 16px; }
@media all and (max-width: 1199px) {
  .section-w-visual .text-content {
    padding-right: 15px;
    padding-left: 30px;
    margin: auto; } }
@media all and (max-width: 991px) {
  .section-w-visual .visual-content {
    margin-bottom: 90px; }
    .section-w-visual .visual-content .visual {
      margin: auto; }
  .section-w-visual.right .visual-content::after {
    left: 27%; }
  .section-w-visual .text-content {
    padding-left: 15px;
    text-align: center;
    max-width: 480px; }
    .section-w-visual .text-content .description {
      max-width: 100%;
      margin-right: auto;
      margin-left: auto; } }
@media all and (max-width: 575px) {
  .section-w-visual.right .visual-content::after, .section-w-visual.left .visual-content::after {
    left: 22%;
    width: 180px;
    height: 180px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto; }
  .section-w-visual .actions-container a:first-of-type {
    margin-bottom: 16px; }
  .section-w-visual .text-content {
    padding: 0; }
    .section-w-visual .text-content .title {
      line-height: 130%; } }

.section-w-visual .visual-content,
.visual-center-lg .visual-content {
  position: relative;
  background-position: center; }
  .section-w-visual .visual-content::after,
  .visual-center-lg .visual-content::after {
    background: url("../../img/common/sections-mask.svg") no-repeat;
    background-size: contain;
    width: 311px;
    height: 311px;
    bottom: -80px;
    left: 80px;
    content: "";
    position: absolute;
    display: block;
    z-index: 1; }
  .section-w-visual .visual-content .visual,
  .visual-center-lg .visual-content .visual {
    position: relative;
    overflow: hidden;
    width: fit-content;
    border-radius: 16px; }
    .section-w-visual .visual-content .visual::before,
    .visual-center-lg .visual-content .visual::before {
      content: "";
      position: absolute;
      display: block;
      width: 437px;
      height: 437px;
      bottom: -154px;
      right: 80px;
      /*mix-blend-mode: color;
      opacity: 1;
      filter: blur(100px);*/
      z-index: 1;
      backface-visibility: hidden; }
  .section-w-visual .visual-content img,
  .visual-center-lg .visual-content img {
    display: block;
    border-radius: 16px;
    overflow: hidden; }
  @media all and (max-width: 767px) {
    .section-w-visual .visual-content::after,
    .visual-center-lg .visual-content::after {
      width: 250px;
      height: 250px; } }

.sticky-note {
  position: fixed;
  right: 0;
  bottom: 100px;
  background-color: #FFFC31;
  border-radius: 12px 0 0 12px;
  padding: 30px 12px;
  width: 176px;
  height: 146px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #132B48;
  text-align: center;
  z-index: 1; }
  @media all and (max-width: 575px) {
    .sticky-note {
      padding: 12px;
      height: 90px;
      width: 144px;
      bottom: 30px; }
      .sticky-note p {
        font-size: 12px;
        line-height: 18px; } }

/* --------- media ------ */
.media-w-visual {
  width: 360px;
  text-align: center;
  margin: auto;
  position: relative; }
  .media-w-visual .visual {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px; }
  .media-w-visual .tag {
    color: #868585;
    margin-bottom: 8px;
    font-weight: 400; }
  .media-w-visual .title {
    color: #1B9ECA;
    margin-bottom: 26px; }
  .media-w-visual .description {
    color: #132B48; }

.slick-slide {
  outline: none !important;
  margin: 0 15px; }

.slick-list {
  margin: 0 -15px; }

.slick-dots {
  bottom: 0;
  position: relative;
  margin-top: 80px; }
  .slick-dots li button {
    padding: 0;
    width: unset;
    height: unset; }
  .slick-dots li button::before {
    background: rgba(134, 133, 133, 0.6);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 16px;
    opacity: 1;
    position: relative;
    color: transparent;
    display: block;
    transition: 200ms ease; }
  .slick-dots li.slick-active button::before {
    background: #F48229;
    color: transparent; }

@media all and (min-width: 992px) {
  .collapse-header-res {
    display: none; }

  .collapse-res {
    display: block !important; } }
@media all and (max-width: 991px) {
  .nav-res {
    visibility: hidden;
    display: none; }

  .tab-content .tab-pane-res {
    display: block !important;
    opacity: 1;
    margin-bottom: 20px; }

  .collapse-title {
    width: fit-content;
    text-align: center;
    width: unset;
    margin: auto; } }
/* =========== FULLMODE MODAL ============ */
.fullmode-modal {
  box-shadow: none;
  margin: 0;
  opacity: 1; }
  .fullmode-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none; }
  .fullmode-modal .modal-header {
    border: none; }
  .fullmode-modal .video-close {
    opacity: 1;
    position: fixed;
    top: 35px;
    z-index: 828;
    right: 35px;
    background: #F48229;
    border-radius: 50%;
    font-weight: 400;
    color: white;
    transition: 200ms ease;
    font-size: 38px;
    line-height: 100%;
    width: 50px;
    height: 50px;
    outline: none !important;
    border: none !important;
    box-shadow: none; }
    .fullmode-modal .video-close:hover {
      opacity: 1;
      transform: rotate(90deg); }
  .fullmode-modal .modal-content {
    height: 100%;
    border-radius: 0;
    max-width: 100%;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    border: none;
    background: rgba(29, 29, 29, 0.7);
    background: white; }
    .fullmode-modal .modal-content .modal-body {
      padding: 0; }
    .fullmode-modal .modal-content video {
      max-height: 100%; }
    .fullmode-modal .modal-content .video-container {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .fullmode-modal .modal-content .video-container video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.togglable-parent#forgot-password {
  padding-top: 40px; }

.modal .modal-close {
  font-weight: 300;
  margin-left: auto;
  color: #1B9ECA;
  display: block;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 20px; }
  .modal .modal-close:hover {
    color: #1B9ECA; }
.modal-lg .modal-content {
  border-radius: 20px;
  border: none; }
.modal-lg .modal-body {
  padding: 40px 60px 80px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
@media all and (max-width: 991px) {
  .modal-lg {
    max-width: unset;
    margin: 0; }
    .modal-lg .modal-content {
      width: 100vw;
      margin: auto;
      border-radius: 0; }
    .modal-lg .modal-body {
      padding-right: 20px;
      padding-left: 20px;
      height: 100vh; } }
@media all and (max-width: 575px) {
  .modal-lg {
    position: relative; }
    .modal-lg .modal-close {
      right: 0;
      left: 0;
      width: 30px;
      top: 10px;
      padding: 0;
      margin: auto;
      position: absolute;
      line-height: 100%;
      margin-bottom: 20px; }
    .modal-lg .modal-body {
      padding-right: 0px;
      padding-left: 0px;
      min-height: 100vh; }
    .modal-lg .text-sm {
      font-size: 13px; } }
.modal .parent-header {
  text-align: center;
  margin: 0 auto 40px; }
  .modal .parent-header .description {
    max-width: 341px;
    margin: auto;
    color: #132B48; }
  .modal .parent-header .heading-2 {
    color: #1B9ECA;
    margin-bottom: 20px;
    font-weight: 500; }
.modal .inner-form {
  max-width: 360px;
  margin: auto; }
  .modal .inner-form .gj-label-input {
    color: #132B48; }
  .modal .inner-form .form-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px; }
    .modal .inner-form .form-footer .text-sm {
      text-align: center; }
  .modal .inner-form .gj-submit {
    margin-bottom: 20px; }
.modal .link {
  color: #F48229; }

/* --------------- tables -------- */
.gj-table th, .gj-table td {
  padding: 16px 0; }
.gj-table th {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #132B48;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 250px; }
.gj-table td {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #868585; }

.cart-table {
  width: 100%;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0 8px; }
  .cart-table thead th {
    color: #1B9ECA; }
  .cart-table tbody td:first-of-type {
    width: 50%;
    border-radius: 5px 0 0 5px;
    border-left: 2px solid #1B9ECA; }
  .cart-table tbody td:nth-of-type(2) {
    width: 25%; }
  .cart-table tbody td {
    padding: 14px 0;
    border-top: 2px solid #1B9ECA;
    border-bottom: 2px solid #1B9ECA; }
  .cart-table tbody td:last-of-type {
    border-right: 2px solid #1B9ECA;
    border-radius: 0 5px 5px 0;
    max-width: 60px;
    text-align: center; }
  .cart-table tfoot tr td {
    padding-top: 72px; }
  @media all and (max-width: 991px) {
    .cart-table tbody td {
      padding: 20px 0; }
    .cart-table tbody td:first-of-type {
      width: 47%; }
    .cart-table tfoot tr td {
      padding-top: 60px; } }
  @media all and (max-width: 767px) {
    .cart-table {
      display: block; }
      .cart-table thead {
        display: none; }
      .cart-table tbody {
        display: block; }
      .cart-table tr.gj-card-list {
        display: block;
        width: 100%;
        max-width: unset; }
        .cart-table tr.gj-card-list td, .cart-table tr.gj-card-list th {
          width: 100%;
          display: block;
          max-width: unset;
          border: none; }
      .cart-table tr.gj-card-list {
        border: 1px solid #1B9ECA;
        padding: 15px;
        margin-bottom: 20px; }
        .cart-table tr.gj-card-list .gj-card-title,
        .cart-table tr.gj-card-list .gj-card-subtitle {
          max-width: unset; }
        .cart-table tr.gj-card-list .visual {
          width: 100px;
          margin-right: 40px; }
          .cart-table tr.gj-card-list .visual img {
            width: 100%; }
        .cart-table tr.gj-card-list td {
          display: flex; }
          .cart-table tr.gj-card-list td::before {
            color: #1B9ECA;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
            position: relative;
            margin-right: 20px;
            font-weight: 900;
            width: 120px;
            padding-left: 20px; }
          .cart-table tr.gj-card-list td:first-of-type::before {
            content: "Product: ";
            content: none; }
          .cart-table tr.gj-card-list td:nth-of-type(2)::before {
            content: "Quantity: "; }
          .cart-table tr.gj-card-list td:nth-of-type(3)::before {
            content: "Price:  "; }
          .cart-table tr.gj-card-list td:last-of-type {
            justify-content: center; }
      .cart-table tfoot {
        display: block; }
        .cart-table tfoot tr {
          display: block;
          display: flex;
          flex-direction: column; }
        .cart-table tfoot .gj-form-group, .cart-table tfoot .gj-input {
          width: 100%; }
        .cart-table tfoot td[colspan="2"] {
          width: 100%;
          display: block;
          order: 1;
          padding-top: 20px; }
        .cart-table tfoot td:last-of-type {
          width: 100%;
          display: block;
          padding-top: 40px !important;
          padding-top: 20px; }
          .cart-table tfoot td:last-of-type > div {
            width: 100%;
            display: flex;
            align-items: center; }
            .cart-table tfoot td:last-of-type > div h6 {
              margin-right: 40px;
              margin-bottom: 0; } }
  @media all and (max-width: 575px) {
    .cart-table tr.gj-card-list {
      position: relative;
      padding-top: 60px; }
      .cart-table tr.gj-card-list .gj-card-info {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .cart-table tr.gj-card-list .gj-card-info .visual {
          width: 100%;
          margin-right: 0; }
          .cart-table tr.gj-card-list .gj-card-info .visual img {
            max-width: 120px; }
        .cart-table tr.gj-card-list .gj-card-info .gj-card-subtitle,
        .cart-table tr.gj-card-list .gj-card-info .gj-card-title {
          text-align: center;
          margin: auto; }
      .cart-table tr.gj-card-list td:last-of-type {
        padding: 0; }
      .cart-table tr.gj-card-list td::before {
        padding-left: 0; }
      .cart-table tr.gj-card-list .remove {
        line-height: 0;
        position: absolute;
        top: 30px; }
    .cart-table tfoot td:last-of-type {
      padding-top: 20px; }
      .cart-table tfoot td:last-of-type > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .cart-table tfoot td:last-of-type > div h6 {
          margin-right: 40px;
          margin-bottom: 0; } }

/* ======================================================
    03 -- About Section 
====================================================== */
.section-about {
  padding-top: 100px; }
  .section-about .intro {
    margin-bottom: 196px; }
    .section-about .intro .description {
      max-width: 700px; }
  .section-about .section-w-visual {
    margin-bottom: 163px; }
  @media all and (max-width: 991px) {
    .section-about .intro {
      margin-bottom: 120px; }
    .section-about .section-w-visual {
      margin-bottom: 120px; }
    .section-about .description {
      max-width: 400px; } }

/* ========================================== 
    03 -- Stats Section
========================================== */
.section-stats {
  text-align: center;
  padding: 40px 0; }
  .section-stats .title-tag {
    max-width: 559px;
    margin: 0 auto 40px;
    line-height: 44px; }

.stats-box .number {
  color: #F48229;
  margin-bottom: 5px; }
.stats-box .description {
  color: #132B48; }
@media all and (max-width: 767px) {
  .stats-box {
    margin-bottom: 40px; } }

/* ------------- News Section --------- */
.section-news {
  padding: 120px 0 104px; }
  .section-news .intro {
    margin-bottom: 60px; }
  .section-news .news-preview .full-link {
    z-index: 1; }
  .section-news .news-preview img {
    transition: 200ms ease; }
  .section-news .news-preview:hover img {
    transform: scale(1.09); }
  @media all and (max-width: 575px) {
    .section-news .news-preview {
      max-width: 100%; } }

/* ------ blog page ------ */
.news-preview-lg {
  width: 900px;
  max-width: calc(100% - 30px);
  margin-bottom: 80px; }
  .news-preview-lg .visual {
    margin-bottom: 80px; }
  .news-preview-lg .visual img {
    width: 100%;
    height: auto; }
  .news-preview-lg .tag {
    margin-bottom: 0; }
  .news-preview-lg .heading-4 {
    max-width: 650px;
    margin: auto;
    color: #132B48; }
  .news-preview-lg .description {
    color: #3B5266;
    max-width: 412px;
    margin: 0 auto 40px; }

.section-articles {
  padding: 80px 0; }

/* ------------ post page --------- */
.section-post-details .centered-normal {
  margin-top: 120px !important; }
.section-post-details .socials {
  margin: 40px auto 80px; }
  .section-post-details .socials h6 {
    color: #F48229;
    display: inline-block;
    margin-right: 20px;
    font-weight: normal; }
  .section-post-details .socials a {
    margin-right: 20px; }
.section-post-details .author-wrapper {
  background-color: #1B9ECA;
  border-radius: 8px;
  color: white;
  padding: 40px 15px 40px 0;
  display: flex;
  align-items: center; }
  .section-post-details .author-wrapper .author-visual {
    margin-right: 30px;
    margin-left: -20px; }
  .section-post-details .author-wrapper .description {
    max-width: 890px;
    line-height: 28px;
    font-weight: normal; }
  @media all and (max-width: 767px) {
    .section-post-details .author-wrapper {
      display: block;
      text-align: center;
      padding-left: 15px; }
      .section-post-details .author-wrapper .author-visual {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }

/* ======================================
    03 -- Products Section
========================================= */
.section-products {
  padding: 220px 0 40px;
  background: url("../../img/home/map-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .section-products .intro {
    margin-bottom: 80px; }
  .section-products .centered-w-title {
    margin: auto;
    margin-bottom: 35px; }
  @media all and (max-width: 991px) {
    .section-products {
      background-position-y: 80px; }
      .section-products .centered-w-title {
        width: 100%;
        margin-bottom: 30px; }
        .section-products .centered-w-title p {
          max-width: unset; } }
  @media all and (max-width: 575px) {
    .section-products {
      background-size: 100% auto;
      background-position-y: 0;
      padding-top: 40px; }
      .section-products .centered-w-title {
        max-width: 349px;
        height: 250px;
        margin-bottom: 15px; } }

.product-general {
  padding: 160px 0; }
  .product-general .section-w-visual .description {
    max-width: 458px; }
  .product-general .section-w-visual .text-content {
    max-width: 494px; }
  @media all and (max-width: 991px) {
    .product-general {
      padding: 80px 0; } }

.all-products {
  padding: 40px 0 220px; }
  .all-products .intro {
    margin-bottom: 100px; }
  @media all and (max-width: 991px) {
    .all-products {
      padding-bottom: 120px; }
      .all-products .product-preview {
        margin-bottom: 80px; }
      .all-products .intro .description {
        max-width: 400px; } }
  @media all and (max-width: 767px) {
    .all-products .text-md.description {
      max-width: 350px; } }
  @media all and (max-width: 575px) {
    .all-products .slick-dots {
      margin-top: 0; } }

.product-preview {
  text-align: center; }
  .product-preview .visual {
    margin-bottom: 20px; }
  .product-preview h6 {
    color: #1B9ECA;
    max-width: 257px;
    margin: 20px auto; }

/* ----------- product details ----------- */
.product-details {
  background-color: #F5F9FC;
  padding-bottom: 160px; }
  .product-details .product-card {
    max-width: 520px;
    position: relative;
    top: -40px; }
  .product-details .product-info {
    padding: 56px 0; }
    .product-details .product-info .gj-form-group.d-flex {
      align-items: center; }
      .product-details .product-info .gj-form-group.d-flex .input-sm {
        margin-right: 8px; }
      .product-details .product-info .gj-form-group.d-flex .gj-btn {
        margin-left: 16px; }
    .product-details .product-info .info-block {
      margin-bottom: 58px; }
      .product-details .product-info .info-block h6 {
        color: #F48229;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        margin-bottom: 16px; }
  @media all and (max-width: 1199px) {
    .product-details .product-card {
      margin: auto; } }
  @media all and (max-width: 991px) {
    .product-details#e-product-details {
      padding-bottom: 40px; }
      .product-details#e-product-details .visual img {
        max-height: 500px;
        margin-bottom: 40px; }
      .product-details#e-product-details .product-info {
        text-align: center; }
        .product-details#e-product-details .product-info .description {
          margin-right: auto;
          margin-left: auto; }
        .product-details#e-product-details .product-info > form {
          /* display: flex;
           flex-wrap: wrap;*/
          max-width: 410px;
          text-align: left;
          margin: auto; }
          .product-details#e-product-details .product-info > form > * {
            flex-basis: calc(50% - 8px); }
          .product-details#e-product-details .product-info > form > :last-child {
            flex-basis: 100%; }
        .product-details#e-product-details .product-info .form-footer {
          display: flex;
          justify-content: space-between; }
          .product-details#e-product-details .product-info .form-footer .gj-btn {
            margin: 0 !important; }
        .product-details#e-product-details .product-info .gj-form-group {
          justify-content: space-between; }
      .product-details#e-product-details .note {
        padding: 40px 40px 10px 40px;
        margin: 80px auto 20px; } }
  @media all and (max-width: 767px) {
    .product-details:not(#e-product-details) {
      padding: 80px 0 0; }
      .product-details:not(#e-product-details) .product-card {
        top: 0; }
      .product-details:not(#e-product-details) .gj-table {
        text-align: left; }
        .product-details:not(#e-product-details) .gj-table td, .product-details:not(#e-product-details) .gj-table th {
          vertical-align: top; }
        .product-details:not(#e-product-details) .gj-table th {
          width: 280px; } }
  @media all and (max-width: 575px) {
    .product-details:not(#e-product-details) .product-card .gj-card-content {
      padding: 20px 15px; }
    .product-details:not(#e-product-details) .gj-card-footer {
      padding: 20px 15px; }
    .product-details:not(#e-product-details) .gj-form-group {
      flex-wrap: wrap; }
      .product-details:not(#e-product-details) .gj-form-group select {
        margin-right: auto; }
      .product-details:not(#e-product-details) .gj-form-group .gj-btn {
        width: 100%;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto; }
    .product-details:not(#e-product-details) .gj-table th {
      width: 170px;
      font-size: 12px; }
    .product-details#e-product-details {
      padding: 40px 0; }
      .product-details#e-product-details .visual img {
        max-height: 400px; }
      .product-details#e-product-details h2.heading-2 br {
        display: none; }
      .product-details#e-product-details .description {
        margin-bottom: 20px; }
      .product-details#e-product-details .product-info .form-footer {
        flex-wrap: wrap; }
        .product-details#e-product-details .product-info .form-footer a, .product-details#e-product-details .product-info .form-footer button {
          width: 100%; }
        .product-details#e-product-details .product-info .form-footer button.gj-btn {
          margin-bottom: 20px !important; } }

/* ------------ products List (Search results) ------------ */
.products-list-section {
  padding: 170px 0 80px; }
  .products-list-section .intro {
    margin-bottom: 60px; }
  .products-list-section .gj-media-row {
    margin-bottom: 16px; }
  @media all and (max-width: 575px) {
    .products-list-section {
      padding-top: 80px; } }

mark {
  background-color: #FFFC31; }

/* ---------- e commerce ------------------------*/
#e-product-details {
  padding: 100px 0 0;
  background-color: #ffffff; }
  #e-product-details .product-info {
    padding: 0; }
  #e-product-details .tagline {
    margin-bottom: 4px; }
  #e-product-details h2.heading-2 {
    margin-bottom: 30px;
    color: #1B9ECA;
    font-weight: bold; }
  #e-product-details .heading-2.price {
    color: #F48229;
    margin: 30px 0; }
  #e-product-details .description {
    color: #868585;
    margin-bottom: 40px;
    line-height: 28px;
    max-width: 568px; }
  #e-product-details .gj-form-group {
    margin: 40px 0; }
  #e-product-details .form-footer {
    margin-top: 60px; }
    #e-product-details .form-footer .gj-btn {
      margin-right: 16px; }
  #e-product-details select.gj-select {
    max-width: 240px;
    text-align: center;
    padding-left: 40px; }
  #e-product-details label.text-md {
    color: #132B48;
    min-width: 96px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-right: 25px; }

.note {
  margin: 30px 0 0;
  padding: 20px 20px 0 0;
  border-top: 1px solid rgba(19, 43, 72, 0.3);
  border-bottom: 1px solid rgba(19, 43, 72, 0.3);
  max-width: 568px;
  opacity: 0.6; }
  .note h6 {
    margin-bottom: 2px !important;
    letter-spacing: 2px !important; }

#e-all-products {
  padding-bottom: 160px; }
  #e-all-products .product-preview h6 {
    margin-bottom: 8px;
    font-weight: 700; }
    #e-all-products .product-preview h6 mark {
      color: #1B9ECA; }
  #e-all-products .product-preview .description {
    color: #868585;
    margin-bottom: 2px; }
  #e-all-products .product-preview .price {
    color: #F48229;
    font-size: 30px;
    margin-bottom: 8px; }
  #e-all-products .product-preview .gj-btn {
    width: 146px;
    font-size: 13px; }
  #e-all-products.e-search-results {
    padding: 250px 0 80px; }
    #e-all-products.e-search-results .product-preview {
      margin-bottom: 120px; }
    #e-all-products.e-search-results .top {
      margin-bottom: 80px; }
      #e-all-products.e-search-results .top .title {
        color: #1B9ECA;
        text-transform: uppercase;
        letter-spacing: -1px; }
    #e-all-products.e-search-results .top,
    #e-all-products.e-search-results .filters {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #e-all-products.e-search-results .filters p {
      color: #868585; }
    #e-all-products.e-search-results .dropdown {
      margin: 0 20px; }
  @media all and (max-width: 991px) {
    #e-all-products .top {
      flex-wrap: wrap; }
      #e-all-products .top .heading-6 {
        width: 100%;
        text-align: center; }
      #e-all-products .top .filters {
        margin: 40px auto 0px; } }
  @media all and (max-width: 767px) {
    #e-all-products .top .filters {
      display: flex;
      justify-content: flex-start; }
      #e-all-products .top .filters .gj-dd {
        margin: 0 10px; }
      #e-all-products .top .filters p {
        width: 50px; }
      #e-all-products .top .filters .dd-toggle {
        letter-spacing: 0; }
        #e-all-products .top .filters .dd-toggle span {
          margin-left: 10px; } }
  @media all and (max-width: 575px) {
    #e-all-products.e-search-results {
      padding-top: 160px; }
      #e-all-products.e-search-results .tagline {
        letter-spacing: 2px; }
      #e-all-products.e-search-results .filters {
        flex-wrap: wrap;
        text-align: left; }
        #e-all-products.e-search-results .filters .dd-filter {
          margin: 20px 0; } }

/* =================================================
    CTA SECTION
==================================================== */
.cta-section h6 {
  margin-bottom: 16px; }
.cta-section .btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.cta-section .inner {
  background-color: #F48229;
  border-radius: 16px;
  height: 300px;
  display: flex;
  padding: 0 90px;
  align-items: center;
  color: #ffffff;
  background-image: url("../../img/common/hero-mask-white.svg");
  background-repeat: no-repeat;
  background-position-x: 310px;
  background-position-Y: -250px;
  background-blend-mode: overlay; }
  .cta-section .inner .heading-3 {
    font-weight: 300; }
@media all and (max-width: 991px) {
  .cta-section {
    text-align: center; }
    .cta-section .inner {
      background-position: center;
      background-position-y: -40px;
      height: auto;
      padding: 40px 0; }
    .cta-section .btn-container {
      justify-content: center;
      height: auto;
      margin-top: 40px; } }
@media all and (max-width: 575px) {
  .cta-section h6 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase; }
  .cta-section .heading-3 {
    font-size: 28px; } }

/* ====================================================
    FOOTER 
======================================================= */
.gj-footer {
  padding: 80px 0; }
  .gj-footer .tagline {
    color: #1B9ECA;
    margin-bottom: 20px; }
    .gj-footer .tagline::before {
      content: "";
      height: 4px;
      width: 20px;
      display: block;
      position: relative;
      margin-bottom: 10px;
      background-color: #1B9ECA; }
  .gj-footer .footer-links {
    column-count: 2; }
  .gj-footer .footer-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #132B48;
    padding-bottom: 12px;
    display: inline-block;
    transition: 200ms ease;
    text-transform: capitalize; }
    .gj-footer .footer-link:hover, .gj-footer .footer-link:focus {
      color: #1B9ECA; }
  .gj-footer .copyright {
    color: #132B48;
    font-size: 14px;
    line-height: 28px; }
  .gj-footer .socials .social-link {
    padding-left: 20px;
    display: inline-block;
    transition: 200ms ease;
    opacity: 0.5; }
    .gj-footer .socials .social-link:hover {
      opacity: 1 !important; }
  .gj-footer .bottom {
    margin-top: 80px; }
  @media all and (max-width: 1199px) {
    .gj-footer .footer-brand {
      margin-top: 40px;
      margin-bottom: 20px;
      width: 100%; }
      .gj-footer .footer-brand svg {
        width: 100%;
        height: auto; }
    .gj-footer .copyright {
      text-align: center; } }
  @media all and (max-width: 767px) {
    .gj-footer .footer-link {
      padding-bottom: 10px; }
    .gj-footer .footer-links {
      margin-bottom: 20px; }
    .gj-footer .footer-brand {
      max-width: 222px;
      margin: 40px auto 20px; } }
  @media all and (max-width: 575px) {
    .gj-footer .bottom {
      flex-wrap: wrap; }
      .gj-footer .bottom .copyright {
        width: 100%;
        order: 1;
        margin-top: 40px; }
      .gj-footer .bottom .socials {
        margin: auto; }
        .gj-footer .bottom .socials .social-link {
          padding-left: 0;
          padding-right: 16px; } }

/* ==============================================
    03 -- Testimonials
================================================= */
.testimonials {
  padding: 146px 0 104px; }
  .testimonials .testimonials-slider .item {
    text-align: center; }
    .testimonials .testimonials-slider .item .inner {
      max-width: 754px;
      margin: auto; }
      .testimonials .testimonials-slider .item .inner::before {
        content: "";
        background: url("../../img/icons/quotes.svg");
        background-repeat: no-repeat;
        display: block;
        width: 130px;
        height: 104px;
        margin: 50px auto 46px; }
    .testimonials .testimonials-slider .item .quote {
      color: #132B48;
      margin-bottom: 40px; }
    .testimonials .testimonials-slider .item .author,
    .testimonials .testimonials-slider .item .author-position {
      text-transform: uppercase;
      letter-spacing: 2px; }
    .testimonials .testimonials-slider .item .author {
      color: #1B9ECA;
      margin-bottom: 10px; }
      .testimonials .testimonials-slider .item .author::before {
        content: "";
        height: 4px;
        width: 40px;
        background-color: #1B9ECA;
        display: block;
        position: relative;
        margin: 0 auto 10px; }
    .testimonials .testimonials-slider .item .author-position {
      color: #333333; }
    .testimonials .testimonials-slider .item::before {
      content: "";
      height: 6px;
      width: 60px;
      background-color: #1B9ECA;
      display: block;
      position: relative;
      margin: auto; }
  .testimonials .slick-dots {
    margin-top: 52px; }
  @media all and (max-width: 575px) {
    .testimonials .quote {
      font-size: 22px; } }

/* =========================================================
    03 -- Test Lab
========================================================== */
.visual-center-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .visual-center-lg::after {
    background: url("../../img/common/sections-mask.svg") no-repeat;
    background-size: contain;
    width: 60%;
    height: 80%;
    top: 45%;
    left: 25%;
    opacity: 0.4;
    content: "";
    position: absolute;
    display: block;
    z-index: 1; }
  .visual-center-lg .visual::before {
    content: none !important;
    display: none; }
  .visual-center-lg .visual-content {
    position: relative;
    overflow: hidden; }
    .visual-center-lg .visual-content::after {
      content: none !important; }
    .visual-center-lg .visual-content::before {
      width: 80%;
      height: 100%;
      top: 0;
      right: -22%;
      filter: blur(100px);
      z-index: 1;
      content: "";
      position: absolute;
      display: block;
/*      background: #F48229; */
      mix-blend-mode: color;
      opacity: 1;
      filter: blur(100px);
      z-index: 1;
      backface-visibility: hidden; }
  @media all and (max-width: 767px) {
    .visual-center-lg::after {
      left: 22%; } }

.section-lab,
.section-post-details {
  padding-bottom: 80px; }
  .section-lab .visual-center-lg:not(.visual-center-normal),
  .section-post-details .visual-center-lg:not(.visual-center-normal) {
    position: relative;
    top: -160px; }
  .section-lab .centered,
  .section-post-details .centered {
    text-align: center;
    margin-top: 300px; }
    .section-lab .centered .date,
    .section-post-details .centered .date {
      color: #1B9ECA; }
    .section-lab .centered .heading-2,
    .section-post-details .centered .heading-2 {
      max-width: 768px;
      margin: 16px auto 32px;
      color: #F48229; }
    .section-lab .centered .description,
    .section-post-details .centered .description {
      max-width: 859px;
      margin: 0 auto 40px;
      color: #868585; }
    .section-lab .centered ul.colored,
    .section-post-details .centered ul.colored {
      color: #F48229; }
      .section-lab .centered ul.colored li,
      .section-post-details .centered ul.colored li {
        margin-bottom: 8px; }
  @media all and (max-width: 1199px) {
    .section-lab .visual-center-lg:not(.visual-center-normal),
    .section-post-details .visual-center-lg:not(.visual-center-normal) {
      top: -80px; }
    .section-lab .centered,
    .section-post-details .centered {
      margin-top: 160px; } }
  @media all and (max-width: 767px) {
    .section-lab .visual-center-lg,
    .section-post-details .visual-center-lg {
      top: 0; } }
  @media all and (max-width: 575px) {
    .section-lab .centered,
    .section-post-details .centered {
      margin-top: 120px; } }

/* ================================================================
    05 -- Cart -- Checkout -- Payment
================================================================== */
.cart-section {
  padding: 90px 0 150px; }
  .cart-section .tagline {
    font-weight: 900;
    margin-bottom: 8px;
    letter-spacing: 2px; }
  @media all and (max-width: 767px) {
    .cart-section {
      padding: 0 0 150px; } }

.price {
  color: #132B48;
  font-weight: 700; }
  .price::before {
    content: "$"; }

@media all and (max-width: 991px) {
  .price.heading-4 {
    line-height: 100%; } }
.cart-footer {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media all and (max-width: 991px) {
    .cart-footer {
      margin-top: 80px; } }
  @media all and (max-width: 575px) {
    .cart-footer {
      flex-wrap: wrap;
      margin-top: 40px; }
      .cart-footer a:nth-of-type(2), .cart-footer button[type="submit"] {
        width: 100%;
        margin-bottom: 40px;
        order: -1; } }

.checkout-section {
  padding: 140px 0 200px; }
  .checkout-section .inner-form {
    max-width: 710px;
    margin: auto; }
  .checkout-section .cart-footer {
    margin-top: 40px; }
  @media all and (max-width: 767px) {
    .checkout-section {
      padding: 0 0 160px; } }

/* ===========================================================
    05 - About Page
============================================================= */
#about-section {
  padding: 130px 0 120px; }
  #about-section article {
    margin-bottom: 80px; }
  #about-section .section-w-visual.right {
    margin-bottom: 50px; }
  @media all and (max-width: 991px) {
    #about-section .intro .description {
      max-width: 500px; } }
  @media all and (max-width: 767px) {
    #about-section {
      padding-bottom: 40px; } }

.section-media {
  text-align: center;
  padding: 80px 0 90px;
  background-color: rgba(27, 158, 202, 0.06);
  margin-bottom: 60px; }
  .section-media h2 {
    color: #1B9ECA;
    margin-bottom: 30px;
    font-weight: 500; }
    .section-media h2::before {
      content: "";
      display: block;
      position: relative;
      background-color: #1B9ECA;
      width: 60px;
      height: 6px;
      border-radius: 26px;
      margin: 0 auto 20px; }
  .section-media .description,
  .section-media ul {
    max-width: 630px;
    margin: auto; }
  .section-media ul li {
    margin-bottom: 5px;
    color: #868585;
    font-weight: bold; }
  .section-media .description {
    color: #132B48;
    line-height: 25px;
    margin-bottom: 40px; }

/* ================================================
    05 -- Contact
================================================= */
.section-contact {
  padding-top: 230px; }
  .section-contact .intro h2,
  .section-contact .intro .description {
    max-width: 531px;
    margin-right: auto;
    margin-left: auto; }
  .section-contact .contact-form {
    max-width: 430px;
    margin: 40px auto 100px; }
    .section-contact .contact-form .gj-form-group {
      margin: 0 4px 8px; }
    .section-contact .contact-form .form-footer {
      margin-top: 80px; }
  .section-contact .contact-info {
    text-align: center; }
    .section-contact .contact-info-wrapper {
      background-color: rgba(27, 158, 202, 0.06);
      border-radius: 16px;
      padding: 40px 0; }
    .section-contact .contact-info .inner {
      max-width: 900px;
      margin: auto; }
    .section-contact .contact-info .info .visual {
      height: 55px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-contact .contact-info .info .visual svg {
        vertical-align: baseline; }
    .section-contact .contact-info .info h6 {
      color: #F48229;
      text-transform: uppercase;
      margin-bottom: 9px;
      letter-spacing: 1px;
      font-weight: 900; }
    .section-contact .contact-info .info .description {
      color: #868585; }
  @media all and (max-width: 1199px) {
    .section-contact {
      padding-top: 160px; } }
  @media all and (max-width: 991px) {
    .section-contact .info {
      margin-bottom: 40px; }
      .section-contact .info .description {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto; } }

/* ====================================== 
    Privacy Policy 
========================================*/
.terms-privacy {
  padding: 80px 0 80px; }
  .terms-privacy .heading-6 {
    font-size: 25px;
    color: #1B9ECA;
    font-weight: bold;
    line-height: 30px; }
  .terms-privacy .heading-3 {
    color: #1B9ECA;
    font-weight: normal;
    margin-bottom: 16px;
    font-size: 35px; }
  .terms-privacy .description {
    color: #868585;
    margin-bottom: 40px;
    line-height: 28px; }
  @media all and (max-width: 991px) {
    .terms-privacy .heading-6 {
      margin-bottom: 10px; } }
  @media all and (max-width: 575px) {
    .terms-privacy {
      padding: 40px 0 80px; }
      .terms-privacy .heading-3 {
        font-size: 32px; }
      .terms-privacy .heading-6 {
        font-size: 22px; } }

/* DF */
.HideSB .search-box-header {
  display: none !important; }

.gj-cta.HS span {
  background: url("../../img/icons/chevron-right-white.svg") no-repeat; }

.gj-cta.HS {
  margin-left: 30px;
  color: rgba(255, 255, 255, 0.8); }
  @media all and (max-width: 767px) {
    .gj-cta.HS {
      color: #1B9ECA; }
      .gj-cta.HS span {
        background-image: url("../../img/icons/chevron-right.svg"); } }

.PT0 {
  padding-top: 0px !important; }

.PB0 {
  padding-bottom: 0px !important; }

@media all and (min-width: 768px) {
  .ProdResults {
    max-height: 420px;
    padding-top: 200px; }
    .ProdResults .description {
      max-width: 1200px; }
    .ProdResults h1,
    .ProdResults .heading-2 {
      color: #fff; } }
/* Added by DF */
#main-home .hero.HandSani {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg.png"); }

#main-home .hero.BG7 {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg7.jpg"); }

#main-home .hero.BG7B {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg7b.jpg"); }

#main-home .hero.BG7C {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg7c.jpg"); }

.HideSB .search-box-header {
  display: none !important; }

.gj-cta.HS {
  margin-left: 30px;
  color: rgba(255, 255, 255, 0.8); }

.gj-cta.HS span {
  background: url("../../img/icons/chevron-right-white.svg") no-repeat; }

.PT0 {
  padding-top: 0px !important; }

.PB0 {
  padding-bottom: 0px !important; }

.ProdResults, .hero-cart {
  max-height: 420px;
  padding-top: 200px; }

.hero-cart {
  padding-bottom: 100px; }

.ProdResults .description {
  max-width: 1200px; }

.ProdResults h1, .ProdResults .heading-2 {
  color: #fff;
  margin-bottom: 10px; }

.hero .heading-2 {
  color: #fff; }

.gj-number-input input {
  width: 90px; }

.units .form-control {
  width: 90px; }

.hero-blog {
  max-height: 450px; }

#gj-header .navbar .navbar-brand {
	width: 250px;
  height: 83px;	
}
  #gj-header .navbar-brand { 
	  background: url("../../img/logos/gj-chemical-logo@2x.png") no-repeat;
	  background-size: contain; }
.RegisterForm { max-width: 650px !important; }
.section-contact .contact-form.QuickQuote { max-width:650px; }
.section-contact .contact-form .gj-form-group span { margin-top:10px; text-align:right; padding-right:10px; width:100%; display: block; }
.FormSec { margin-bottom:25px; margin-top:40px; display:block; }
body.QuickQuote .gj-footer .col-xl-10 { display:none; }

select.input-cart { width: 165px; }

.gj-btn.AlsoLike { align-items: baseline; padding: 5px 20px 8px 20px; }

.wistia_embed wistia_async_xxfctxiezj { }
.wistia_click_to_play { position:static !important; }

h3.ClassDesc { margin: 60px auto 12px auto; /*color: #1B9ECA;*/ color:#F48229; font-size:30px; line-height: 30px; font-weight: 500; }
.product-details .product-info { padding: 56px 0px 0px 0px; }
.product-details .product-info.AddlProd { padding: 0px 0px 0px 0px; }
.MB0 { margin-bottom:0px; }
.ShortDesc { margin-top:30px; }
.LongDesc .DescWrap { color: #868585; margin-bottom: 8px; font-weight: normal; font-size: 16px; line-height: 25px; margin-bottom:50px; }
.product-details .product-info.AddlProd .info-block { margin-bottom: 50px; }
.DescWrap ul { margin-top:25px; margin-bottom: 25px; }
.DescWrap li { margin-left:20px; list-style:disc; }
.Center { text-align:center; }
.Left { text-align:left; }
.Right { text-align:right; }
.gj-checkbox-container .gj-checkmark, .section-contact .contact-form .gj-form-group span.gj-checkmark { width: 18px !important; height: 18px !important; }
.gj-checkbox-container .gj-label { line-height: 46px; }
.product-details #imgProductImage { max-height:400px; }
.PgMarket .hero-md { max-height: 400px; }
.PgMarket .hero { padding-top: 170px; }

/* =================== HERO  ============== */
#test-lab-page .hero {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg5.jpg"); }

#about-page .hero {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-bg2.jpg"); }

/* services-bg.png */
#services-page .hero {
  background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero1.jpg"); }

body.MID1 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-1.jpg"); } 
body.MID3 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-3.jpg"); }
body.MID10004 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-10004.jpg"); } 
body.MID10006 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-10006.jpg"); } 
body.MID10007 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-10007.jpg"); } 
body.MID10008 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-10008.jpg"); } 
body.MID1001 .hero { background-image: url("../../img/common/hero-mask.svg"), url("../../img/common/hero-inner-1001.jpg"); } 

body.PgCustSetup .cta-section { display:none !important; }
body.TankCharts .section-contact .contact-form { max-width:800px; }
body.TankCharts .col-md-4 div { width:100%; text-align:center; margin-bottom:15px; }
body.TankCharts .col-md-4 div a { color:#132B48; }
body.TankCharts .col-md-4 div a:hover { color:#1B9ECA; }

