﻿/*
====================================================================
Project: BP Chargemaster Front End (Retail) 2019
Author: Craig Weston
Author URL: Craig Weston
Version: 2.0.1
Dependencies: Bootstrap 4.3.1, jQuery

CONTENTS:
--------------------------------------------------------------------
0.    STRUCTURE
1.    BRANDING
2.    TYPOGRAPHY & COLOURS
3.    HEADER
4.    NAVIGATION
5.    CONTENT
 5a.  User Account Area
6.    FOOTER
7.    SOCIAL MEDIA
8.    MODALS
A.    HELPERS
B.    STRAPPERS
====================================================================

/*  Swatches (for $var in sass, eventually)
Blue: #33ccff;
Navy: #003399;
Gray: #616365;
*/
.active { background-color: #000; }
.grey {
  background-color: #f7f7f7!important;
}

.green {
  background-color: #009900!important;
}

.light-green {
  background-color: #99cc00!important;
}

.yellow {
  background-color: #ffe600!important;
}

.blue {
  background-color: #0099ff!important;
}

.dark-blue {
  background-color: #000096!important;
}

.polar-blue {
  background-color: #03aeef!important;
}

.blue-bg {
  background-color: #000096;
}

.bg-pulse {
  color: white!important;
  background: linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
}

.pulse-bg {
  background: rgb(0,0,150);
background: -moz-linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
background: -webkit-linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
background: linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000096",endColorstr="#9bff00",GradientType=1);
}


.green-heading {
  color: #9afe01;
}

:root {
  --bg: #fdfdfd;
  --green: #009900;
  --blue: #0099ff;
  --highlight1: #0099ff;
  --highlight2: #149a48;
  --color: #1a1e24;
  --font-number: Univers, Arial, Helvetica, sans-serif!important;
  --font-head:  Univers, Arial, Helvetica, sans-serif!important;
}

/*
0. STRUCTURE
==================================================================== */
.content {
  background-color: white;
  min-height: 50vh;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}


section {
  padding-top: 20px;
}


.social-nav {
    padding-top: 20px;
    padding-bottom: 30px;
    max-height: 40px;
    margin-top: -10px;
    padding-top: 20px!important;
    padding-bottom: 27px!important;
}

.social-nav .nav-item a {
  padding: 0;
  color: white!important;
  font-size: 12px;
}

.header-home {
  padding-top: 80px;
  min-height: 600px;
  max-height: 720px;
  height: -webkit-fill-available;
}

.header-block {
  background: rgba(0, 0, 0, 0.8);
  border-top: 6px solid #33ccff;
  margin-top: 20px;
}

.header-block h1 {
  color: #fff;
  font-size: 25px;
}

.banner {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 44px;
  padding-top: 15px;
  padding-bottom: 75px;
}
.banner h2 {
  margin: 0 auto;
  padding-bottom: 10px;
}

.banner p {
  margin: 0 auto;
  padding-bottom: 20px;
}
.banner p, .banner h2 {
  color: #fff;
}

.home-carousel {
  max-height: 45vh;
}

.home-carousel .view {
  max-height: 600px;
  min-height: 200px;
}

.carousel-inner {
    max-height: 50vh;
}

.carousel-caption {
    top: 7%;
}

.core-value {
    top: 20%;
  }


/*
.carousel-indicators {
  bottom: 10%;
}
.carousel-caption {
  bottom: 15%;
}

.home-carousel:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  z-index: 5;
  height: 10%;
  border-radius: 100% 100% 0 0 / 200% 200% 0 0;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  border-top: 5px solid #0099ff;
}
*/
.editor-choice {
  padding: 10px;
}

.header-about {
  background-image: url(/wp-content/uploads/2019/01/evec-1.jpg);
  background-attachment: fixed;
}

.featured-header {
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 20px 0px 0px 0px;
  max-height: 500px;
}
.featured-header .featured-shader {
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 0%,
          rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 0%,
          rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient( 0deg, #0099FF 0%, rgba(255, 255, 255, 0) 50% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}


.masthead-rev h1, .masthead-rev h2 {
  color: #ffffff;
}

.masthead-rev p {
  color: white;
}

/*
1. BRANDING
==================================================================== */

.navbar-brand img {
  width: 250px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 160px;
    height: auto;
  }

  h1,
  .h1 {
    font-size: 27px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 19px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
}
/*
2. TYPOGRAPHY & COLOURS
==================================================================== */

@font-face {
  font-family: Univers;
  src: url(FONTS/univers/UniversNextW01Light.woff);
}

@font-face {
  font-family: UniversBold;
  src: url(FONTS/univers/UniversNextW01Bold.woff);
}

@font-face {
  font-family: UniversHead;
  src: url(FONTS/univers/UniversNextW01-Regular.woff);
}


body,
html {
  font-family: Univers, Arial, Helvetica, sans-serif!important;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: UniversHead, Arial, Helvetica, sans-serif!important;
  color: #080196;
}
h1 {font-weight: 200;}
h1,h2 .inverse {
  color: white;
}
h2 {
  font-weight: 300;
}
h2 .inverse {
  color: white;
}

/* Some elements */
.strong {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.monospace {
  font-family: monospace;
}

/* Colours */
cmblue {
  color: #0099FF;
  color: rgba(0, 102, 179, 1);
}
cmdarkblue {
  color: #253158;
  color: rgba(37, 49, 88, 1);
}
cmyellow {
  color: #ffdd00;
  color: rgba(255, 221, 0, 1);
}
cmcyan {
  color: #0099FF;
  color: rgba(0, 102, 179, 1);
}

/*
3. HEADER
====================================================================
*/

.breadcrumb-container {
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: #78BE20;
  background-color: #009639;
  background-color: #33ccff;
  background-color: #120193;
  margin-top: 0px;
}

.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  background-color: #120193!important;
}
.breadcrumb li,
.breadcrumb .active {
  font-size: 12px;
  color: white;
}
.breadcrumb li a {
  color: #a7e3fb;
}
.breadcrumb > li + li::before {
  padding: 0 2px;
}
.breadcrumb p {
  color: white;
}


/* TRUSTPILOT */

.trustpilot {
}
.trustpilot p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.trustpilot img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.trustpilot img.tprating {
}
.trustpilot img.tplogo {
}

@media only screen and (max-width: 767px) {

  .carousel-caption {
    top: 0;
    font-size: 0.8rem;
    text-align: left;
  }

  .smart-home {
    display: none;
  }

  .price-text {
    position: relative;
  }

  .home-carousel .carousel-indicators {
    display: none;
  }

  .price-text {
    position: relative!important;
  }

  .mega-dropdown .dropdown-menu {
    height: -webkit-fill-available;
    overflow: scroll;
    position: initial!important;
  }

  .trustpilot {
    padding-top: 5px;
  }
  .trustpilot p {
    margin-top: 5px;
  }
  .trustpilot img {
    margin-top: 0px;
  }
  .trustpilot img.tprating {
    margin-top: 3px;
  }
  .breadcrumb-container {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .product-cart-bar {
    display: none!important;
  }

  .trustpilot p {
    font-size: 12px;
    margin-top: 2px;
  }
  .trustpilot img {
    margin-top: 0px;
  }
  .trustpilot img.tprating {
    margin-top: 3px;
  }
}

iframe > .rebranding .tp-widget-logo {
  max-width: 120px;
  margin: 5px auto;
}
iframe > .rebranding .tp-widget-businessinfo {
  font-size: 14px;
  text-align: center !important;
}

/* MASTHEADS */
.masthead {
  padding-top: 20px;
  padding-bottom: 30px;
}
.masthead-teal {
  background-color: #009900;
}
.masthead-teal h1,
.masthead-teal h2 {
  color: #FFBC3D;
}
.masthead-teal p {
  color: white;
}


/* MASTHEADS as a Photo Feature */
.featured-header {
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 20px 0px 0px 0px;
}
.featured-header .featured-shader {
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 0%,
          rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 0%,
          rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient( 0deg, #0099FF 0%, rgba(255, 255, 255, 0) 50% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.blue-bg {
  background-color: #0099ff;
}
.white-bg {
  background-color: #fff;
}

/* NOTES: At Mobile First Stage2, prep images and apply scrset */
.header-home {
  padding-top: 30px;
  min-height: 480px;
  position: relative;
}

.header-home {
  padding-top: 80px;
  min-height: 600px;
  max-height: 720px;
  height: -webkit-fill-available;
}

.header-home {
  background-position: right;
  background-image: url(../images/i8-with-fast-charger-street.jpg);
}


.header-home::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  z-index: 5;
  height: 10%;
  border-radius: 100% 100% 0 0 / 200% 200% 0 0;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  border-top: 5px solid #0099ff;
}

.header-home .big-search .label {
  color: #33ccff;
}

.header-home .big-search h1 {
  color: #33ccff;
  margin-top: 0;
}

.trustbar {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-about {
  background-image: url("/wp-content/uploads/2019/01/evec-1.jpg");
  background-attachment: fixed;
}
.header-home-charge {
  background-image: url(../images/backgrounds/homecharge.jpg);
  min-height: 500px;
  background-size: contain;
}

/*
4. NAVIGATION
====================================================================
*/
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
  color: #fff;
  background: #0099ff;
  text-decoration: none;
  border-radius: 50%;
  padding: 10px 18px;
  font-size: 20px;
}

.pagination span, .pagination a {
  padding: 20px;
  font-size: 20px;
}

/*
5. CONTENT
====================================================================
*/

/* Affix For the Sticky Pricer */

.affix-top {
  margin-bottom: 15px;
}
.affix {
  position: fixed;
  border-bottom: 1px solid #ccc;
  width: 100%;
  z-index: 999;
  top: 0;
}
/* Roundels */
.roundel img {
  max-width: 250px;
  max-height: 200px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}

.rcw15 {
  transform: rotate(15deg);
}

.tab-content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #33ccff;
  border-bottom: 1px solid #33ccff;
  margin-bottom: 30px;
}

dl dt {
  /*color:#33ccff;*/
  font-weight: normal;
}
dl dd {
  padding-left: 30px;
}

/* FAQ type (pills) */
.faqs {
}
.faqs dl {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.faqs dl:last-of-type {
  padding-bottom: 0px;
  border-bottom: 0;
}
.faqs dt {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.faqs dt:before {
  margin-right: 15px;
  font-family: "Font Awesome 5 Pro";
  content: "\f059";
  color: #33ccff;
  font-size: inherit;
  font-weight: 700;
}
.faqs dd {
}

/* Glossary type */
.glossary {
}
.glossary dl dt {
  font-weight: bold;
}
.glossary dl dd {
}

@media only screen and (max-width: 767px) {
  .nav-faqs > li > a {
    padding: 10px 10px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .nav-faqs > li > a {
    padding: 5px 5px;
    font-size: 14px;
  }
}

.ruled-top-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* IMAGES */
img {
  transition: opacity 0.7s ease-in;
  max-width: 100%;
  height:auto;
}
/* LISTS */


.list-numbered {
  list-style: none;
  width: 700px;
  max-width: 90%;
  padding: 0;
}

.list-numbered .item {
  display: block;
  clear: both;
  counter-increment: list;
  padding-bottom: 4rem;
  font-size: 1.1rem;
  line-height: 1.375;
  position: relative;
}

.list-numbered .item:before {
  font: bold 2.25rem/1 var(--font-number);
  content: counter(list);
  width: 5rem;
  height: 5rem;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
  color: var(--bg);
  background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
  background: #0099ff;
  text-shadow: 0 0 2px var(--highlight1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
  position: inherit;
}

.list-numbered .item:after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--highlight1);
  border-top-left-radius: 3px;
}

.list-numbered .headline {
  padding: 0rem 0 0 0;
  margin: 0 0 1rem 0;
}

.list-chevrons li {
  padding-left: 4px;
  margin-bottom: 5px;
}
.list-chevrons li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f324";
  font-weight: 700;
  color: #0cf;
  margin-right: 4px;
}
.list-checked li {
  padding-left: 4px;
  margin-bottom: 5px;
}
.list-checked li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 400;
  color: #0c6;
  margin-right: 4px;
}
.list-cm li {
  padding-left: 4px;
  margin-bottom: 5px;
}
.list-cm li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1ce";
  font-weight: 400;
  color: #0099ff;
  margin-right: 4px;
}

/* Team Badges */
.team-badges li img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.car-badges li img {
  width: 140px;
  height: 140px;
  padding: 10px;
  margin-top: 20px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.car-badges li img:focus,
.car-badges li img:hover {
  filter: grayscale(0%);
}
.home-car li img {
  width: 100px;
  height: 100px;
}
.partners ul{
  min-height: 60px!important;
}
.carmodel-name {
  display: table;
  text-align: center;
  position: relative;
  clear: both;
  font-size: 22px;
  text-decoration: none;
  text-decoration-color: aquamarine;
  margin-left: 9%;
  margin-bottom: -30px;
  padding: 0;
}

.car-models img{
  vertical-align: middle;
  float: left;
  padding: 30px;
  display: inline-block;
}
.carmodel {
  background: linear-gradient(#FEFEFE, #DDDDDD);
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  min-height: 250px;
  border-radius: 15px;
  text-align: center;
  transition-duration: 1s;
}

.carmodel:hover {
  background: linear-gradient(#FEFEFE, #DDDDDD);
  border: 2px solid #00a2ef;
}


.carmodel-name {
  display: table;
  text-align: center;
  position: relative;
  clear: both;
  font-size: 22px;
  text-decoration: none;
  text-decoration-color: aquamarine;
  margin-left: 9%;
  margin-bottom: -30px;
  padding: 0;
}

.carmodel img {
  width: 60%;
  height: auto;
  max-width: 100%;
}

.portals-title-inner {
  background-color: #fff;
  padding-bottom: 20px;
  padding: 20px;
}


h5.blue {
  font-size: 17px;
  font-weight: 400;
  color: #22bb50;
  padding: 0;
  line-height: 130%;
  margin: 0 15px 0 15px;
}

.portals-title-inner h5 {
  font-size: 18px;
  color: #616365;
  line-height: 130%;
}

.portals-title-inner-center p {
  font-size: 14px;
  color: #616365;
  line-height: 130%;
  text-align: center;
  margin: 0 15px 0 15px;
}

.portals-title-inner li {
  line-height: 130%;
  text-align: left;
  margin: 5px 15px 5px 15px;
  list-style-type: disc;
}

.portals-inner h1 {
  font-size: 34px;
  font-weight: 400;
  color: #33ccff;
}

.portals-inner h2 {
  font-size: 28px;
  font-weight: 400;
  color: #33ccff;

}

.portals-inner h3 {
  font-size: 26px;
  font-weight: 400;
  color: #616365;
}

.portals-inner h3 .blue {
  font-size: 26px;
  font-weight: 400;
  color: #33CCFF;
}

.portals-inner h4 {
  font-size: 24px;
  font-weight: 400;
  color: #616365;
  padding: 15px 0 0 0;
  line-height: 120%;
  margin: 0 15px 15px 15px;
}

.portals-inner em {
  font-style: normal;
  color: #33CCFF;
}

.portals-inner .white {
  padding: 45px 0 60px 0;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}



.portals-inner-white {
  padding: 45px 0 60px 0;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}


.portals-inner-white h1 {
  font-size: 34px;
  font-weight: 400;
  color: #33ccff;
  padding: 0;
  line-height: 120%;
  margin: 0 15px 30px 15px;
}

.portals-inner-white h2 {
  font-size: 28px;
  font-weight: 400;
  color: #33ccff;
  padding: 0;
  line-height: 120%;
  margin: 0 15px 30px 15px;
}

.portals-inner-white h3 {
  font-size: 26px;
  font-weight: 400;
  color: #616365;
  padding: 15px 0 0 0;
  line-height: 120%;
  margin: 0 15px 15px 15px;
}

.portals-inner-white h3 .blue {
  font-size: 26px;
  font-weight: 400;
  color: #33CCFF;
  padding: 15px 0 0 0;
  line-height: 120%;
  margin: 0 15px 15px 15px;
}

.portals-inner-white h4 {
  font-size: 24px;
  font-weight: 400;
  color: #616365;
  padding: 15px 0 0 0;
  line-height: 120%;
  margin: 0 15px 15px 15px;
}

.portals-inner-white em {
  font-style: normal;
  color: #33CCFF;
}


/* Portal area */

.portals-block {
  margin-bottom: 15px;
}

.portals-inner {
  padding: 45px 0 60px 0;
  background-color: #F4F4F4;
}

.portals {
  padding: 25px 0 60px 0;
  background-color: #F4F4F4;
  text-align: center;
  margin: 0 auto;
}

.portals h1 {
  font-size: 34px;
  font-weight: 400;
  color: #33ccff;
  padding: 0;
  line-height: 120%;
  margin: 10px 15px 40px 15px;
}

.portals h2 {
  font-size: 28px;
  font-weight: 400;
  color: #616365;
  padding: 0;
  line-height: 120%;
  margin: 0 15px 25px 15px;
}

.portals h3 {
  font-size: 26px;
  font-weight: 400;
  color: #616365;
  padding: 0;
  line-height: 120%;
  margin: 0 15px 15px 15px;
}

.portals-span {
  color: #33ccff;
}


.portals-span:hover {
  color: #003399;
}


.portals h5 {
  font-size: 20px;
  font-weight: 400;
  color: #616365;
  padding-top: 10px;
  line-height: 120%;
  margin: 0 15px 15px 15px;
}

.portals p {
  font-size: 18px;
  font-weight: 400;
  color: #616365;
  margin: 20px 0 0 0;
  line-height: 120%;
}

.portals-image {
  border-bottom: 4px solid #33ccff;
}

.portals-image img {
  width: 100%;
  height: auto;
}

.portals-title {
  background-color: #fff;
}
.portals-title h5 {
  font-size: 18px;
  color: #616365;
  padding: 20px 0 20px 0;
}

.portals-title img {
  display: inline-block;
  margin: 0 0 0 5px;
}

.portals-title a:hover {
  color: #003399;
}

/* 6. FOOTER (Pre-footer, Footer)
==================================================================== */

.news-feed {
  background: aliceblue;
}

/* Prefooter */
.prefooter {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

/* 7. SOCIAL MEDIA
==================================================================== */
.social-links {
  margin-left: 0;
}
.social-links li {
  padding: 0;
  margin-right: 5px;
}
.social-links a {
  display: block;
  float: left;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.social-links a i{
  text-align: center;
  font-size: 1em;
  line-height: inherit;

}
.social-links a:link,
.social-links a:visited {
  color: white;
}
.social-links a:active,
.social-links a:focus,
.social-links a:hover {
  background-color: white;
  border: 1px solid transparent;
}
.facebook a {
  background-color: #3b5999;
}
.facebook a:focus,
.facebook a:hover {
  color: #3b5999;
  border-color: #3b5999;
}
.twitter a {
  background-color: #55acee;
}
.twitter a:focus,
.twitter a:hover {
  color: #55acee;
  border-color: #55acee;
}
.instagram a {
  background-color: #c32aa3;
}
.instagram a:focus,
.instagram a:hover {
  color: #c32aa3;
  border-color: #c32aa3;
}
.pinterest a {
  background-color: #cb2027;
}
.pinterest a:focus,
.pinterest a:hover {
  color: #cb2027;
  border-color: #cb2027;
}
.linkedin a {
  background-color: #0077b5;
}
.linkedin a:focus,
.linkedin a:hover {
  color: #0077b5;
  border-color: #0077b5;
}
.google-plus a {
  background-color: #dd4b39;
}
.google-plus a:focus,
.google-plus a:hover {
  color: #dd4b39;
  border-color: #dd4b39;
}
.youtube a {
  background-color: #ff0000;
}
.youtube a:focus,
.youtube a:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.fa-wordpress {
  color: #0073aa;
}

/* A. Swatches
==================================================================== */
/* Some Grads (Primary to Primary Dark and vice versa) */
.primary-gradient {
  background: rgb(37, 49, 88);
  background: -moz-linear-gradient(
          top,
          rgba(37, 49, 88, 1) 0%,
          rgba(0, 102, 179, 1) 100%
  );
  background: -webkit-linear-gradient(
          top,
          rgba(37, 49, 88, 1) 0%,
          rgba(0, 102, 179, 1) 100%
  );
  background: linear-gradient(
          to bottom,
          rgba(37, 49, 88, 1) 0%,
          rgba(0, 102, 179, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253158', endColorstr='#33ccff',GradientType=0 );
}
.primary-gradient-reverse {
  background: rgb(0, 102, 179);
  background: -moz-linear-gradient(
          top,
          rgba(0, 102, 179, 1) 0%,
          rgba(37, 49, 88, 1) 100%,
          rgba(37, 49, 88, 1) 100%
  );
  background: -webkit-linear-gradient(
          top,
          rgba(0, 102, 179, 1) 0%,
          rgba(37, 49, 88, 1) 100%,
          rgba(37, 49, 88, 1) 100%
  );
  background: linear-gradient(
          to bottom,
          rgba(0, 102, 179, 1) 0%,
          rgba(37, 49, 88, 1) 100%,
          rgba(37, 49, 88, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ccff', endColorstr='#253158',GradientType=0 );
}
.cmblue {
  color: #33ccff;
  color: rgb(51, 204, 255);
}
.cmgrey {
  background-color: #616365;
  background-color:#47454B
}

/* A. HELPERS
==================================================================== */

/* Some margins */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}

/* CUSTOM BUTTONS (apps.rotten77.cz/b3bg/)
----------------------------------------------------------------------- */

.btn-info {
  background-color: #0099FF;
  border-color: #00a1e2;
  color:#FFFFFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #009edf;
  border-color: #0086c7;
  color:#FFFFFF;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #0099FF;
  border-color: #00a1e2;
  color:#FFFFFF;
}


.btn-outline-primary {
  background-color: #33ccff;
  border-color: #26bff2;

  color: #ffffff;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #23bcef;
  border-color: #0ba4d7;
  color: #ffffff;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:active,
.btn-outline-primary.disabled.active,
.btn-outline-primary[disabled]:hover,
.btn-outline-primary[disabled]:focus,
.btn-outline-primary[disabled]:active,
.btn-outline-primary[disabled].active,
fieldset[disabled] .btn-outline-primary:hover,
fieldset[disabled] .btn-outline-primary:focus,
fieldset[disabled] .btn-outline-primary:active,
fieldset[disabled] .btn-outline-primary.active {
  background-color: #33ccff;
  border-color: #26bff2;
  color: #ffffff;
}
/* Custom Chargemaster */
.btn-charge {
  background-color: #33ccff;
  border-color: #26bff2;
  color: #ffffff;
}
.btn-charge:hover,
.btn-charge:focus,
.btn-charge:active,
.btn-charge.active {
  background-color: #23bcef;
  border-color: #0ba4d7;
  color: #ffffff;
}
.btn-charge.disabled:hover,
.btn-charge.disabled:focus,
.btn-charge.disabled:active,
.btn-charge.disabled.active,
.btn-charge[disabled]:hover,
.btn-charge[disabled]:focus,
.btn-charge[disabled]:active,
.btn-charge[disabled].active,
fieldset[disabled] .btn-charge:hover,
fieldset[disabled] .btn-charge:focus,
fieldset[disabled] .btn-charge:active,
fieldset[disabled] .btn-charge.active {
  background-color: #33ccff;
  border-color: #26bff2;
  color: #ffffff;
}

.btn-black {
  background-color: #000000;
  border-color: #000000;
  color:#FFFFFF;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color:#FFFFFF;
}
.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled:active,
.btn-black.disabled.active,
.btn-black[disabled]:hover,
.btn-black[disabled]:focus,
.btn-black[disabled]:active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color:#FFFFFF;
}
/* OFFER */
.btn-offer {
  background-color: #0a9c8a;
  border-color: #008f7d;
  color: #fff;
}
.btn-offer:hover,
.btn-offer:focus,
.btn-offer:active,
.btn-offer.active {
  background-color: #008c7a;
  border-color: #007462;
  color: #fff;
}
.btn-offer.disabled:hover,
.btn-offer.disabled:focus,
.btn-offer.disabled:active,
.btn-offer.disabled.active,
.btn-offer[disabled]:hover,
.btn-offer[disabled]:focus,
.btn-offer[disabled]:active,
.btn-offer[disabled].active,
fieldset[disabled] .btn-offer:hover,
fieldset[disabled] .btn-offer:focus,
fieldset[disabled] .btn-offer:active,
fieldset[disabled] .btn-offer.active {
  background-color: #0a9c8a;
  border-color: #008f7d;
  color: #fff;
}
/* Orange) */
.btn-orange {
  background-color: #ff843d;
  border-color: #f27730;
  color: #fff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #ef742d;
  border-color: #d75c15;
  color: #fff;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
  background-color: #ff843d;
  border-color: #f27730;
  color: #ffffff;
}
/* Black (almost) */
.btn-slate {
  background-color: #333;
  border-color: #262626;
  color: #fff;
}
.btn-slate:hover,
.btn-slate:focus,
.btn-slate:active,
.btn-slate.active {
  background-color: #232323;
  border-color: #0b0b0b;
  color: #fff;
}
.btn-slate.disabled:hover,
.btn-slate.disabled:focus,
.btn-slate.disabled:active,
.btn-slate.disabled.active,
.btn-slate[disabled]:hover,
.btn-slate[disabled]:focus,
.btn-slate[disabled]:active,
.btn-slate[disabled].active,
fieldset[disabled] .btn-slate:hover,
fieldset[disabled] .btn-slate:focus,
fieldset[disabled] .btn-slate:active,
fieldset[disabled] .btn-slate.active {
  background-color: #333;
  border-color: #262626;
  color: #fff;
}
.btn-secondary {
  background-color: #adadad;
  border-color: #a0a0a0;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9d9d9d;
  border-color: #858585;
  color: #ffffff;
}
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
  background-color: #adadad;
  border-color: #a0a0a0;
  color: #ffffff;
}

.btn-success {
  background-color: #120193!important;
  color: #fff;
}
.btn-floating-left {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all .2s ease-in-out;
  margin: 10px;
  border-radius: 50%!important;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: .5rem 1rem;
  font-size: 1.6em;
  padding-top: 11px;
}

/* BACK to TOP
==================================================================== */
a.backToTop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  display: none;
}
a.backToTop:link,
a.backToTop:visited {
  color: white;
  background-color: rgba(0, 102, 179, 0.75);
}
a.backToTop:active,
a.backToTop:focus,
a.backToTop:hover {
  color: white;
  background-color: green;
  outline: none;
}
/* BOOTSTRAP- checkbox and radio
==================================================================== */
/* Woocommerce Overrides */
.woocommerce-product-details__short-description ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1ce";
  font-weight: 400;
  color: #33ccff;
  margin-right: 4px;
}

.woocommerce-product-details__short-description ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  padding-left: 6px;
  margin: 10px 0;
}
.woocommerce-loop-product__title {
  font-size: 1em;
  text-decoration: none;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}


input#submit_authorize_payment_form {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wc_payment_methods {
  list-style: none;
  margin: 10px;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.woocommerce-store-notice {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #57a4e8;
  text-align: center;
  padding: 1em;
  color: white;
  width: 100%;
}
.cart_item .size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  display: none;
}

.add-to-cart-container {
  padding: 20px;
}
.woocommerce-message {
  padding: 20px;
  margin-top: 3%;
  background: #00ceff;
  color: white;
  border-radius: 5px;
}

.wp-caption {
  position: relative;
}

.wp-caption-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  padding: 5px;
  font-size: 11px;
  color: #fff;
  margin: 0;
}

.product_meta {
  width: 100%;
  clear: both;
  padding-top: 15px;
  border-top: #00ceff 1px solid;
}
.products {
  display: inline-block;
  list-style: none;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.products li {
  background: #f5f9fc;
  color: #333;
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.products img {
  padding: 0 30px;
}
#comment {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.submit {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.add-to-cart-container {
  padding: 20px;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
  transition: border-width 0.6s linear;
  border-top: 4px solid #33ccff;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
}
.custom-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}


/* MD Styling */

.read-more {
  padding-top: 10px;
  clear: both;
  display: block;
}
.polar-brand {
  text-decoration: dashed;
  font-style: italic;
  color: #009fe3;
  text-transform: uppercase;
}


.md-form .prefix {
  font-size: 19px!important;
  color: #009900;
  top: 13px!important;;
  left: 12px;
}

.car-badges li img {
  width: 140px;
  height: 140px;
  padding: 10px;
  margin-top: 20px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.car-badges li {
  display: inline-block;
}

.car-badges li img:focus, .car-badges li img:hover {
  filter: grayscale(0%);
}

.btn {
  -webkit-border-radius: 10em!important;
  border-radius: 10em!important;
  margin-bottom: 10px;
}

.btn-shop {
  margin-top: 20px;
  padding: 20px 30px!important;
}

.text-success {
  color: #009900!important;
}

.btn-primary {
  background-color: #0099ff!important;
  color: #fff;
}

.bg-primary {
  background-color: #0099ff!important;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .sub-title {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}
.mega-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
}

.logo {
  padding: 12px 0 20px 10px;
  width: 220px;
}

ul.navbar-nav .nav-item:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  transition: width .5s ease, background-color .5s ease;
}
.navbar-nav .nav-item:hover:after {
  width: 100%;
  color: #00a4e9;
  background:#007f00;
}

.navbar {
  border-bottom: 4px solid #33ccff;
}

a.nav-link {
  padding: 20px 0;
  margin: 0 10px;
}

.key-box {
  display:none
}

.charging {
  color: #3dcd02;
}
.available {
  color: #04a4e9;
}
.unavailable {
  color: #04a4e9;
}

.navbar .mega-dropdown {
  position: static!important;
}


.animate-border {
  position: relative;
  display: block;
  width: 165px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }


.page-links a:hover:before,
.page-links a:hover:after,
.page-links a:focus:before,
.page-links a:focus:after {
  opacity: 1;
  transform: translateX(0px);
}
.page-links a:hover:before,
.page-links a:hover:after,
.page-links a:focus:before,
.page-links a:focus:after {
  opacity: 1;
  transform: translateX(0px);
}
.page-links a:before,
.page-links a:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.page-links a:before {
  content: "[";
  margin-right: 10px;
  transform: translateX(20px);
}
.page-links a:after {
  content: "]";
  margin-left: 10px;
  transform: translateX(-20px);
}
.page-links a:hover {
  text-decoration: none;
}

.carousel-multi-item .controls-top {
  text-align: center;
  margin-bottom: 1.88rem;
}

.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}
a.waves-effect, a.waves-light {
  display: inline-block;
}
.btn-floating {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}
.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
}


.navbar-toggler .icon-bar {
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
  background-color: #007f00 !important;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(4) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}



.testimonial-card .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
}

.testimonial-card .card-up {
  overflow: hidden;
  height: 20px;
  -webkit-border-top-left-radius: .25rem;
  border-top-left-radius: .25rem;
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.header.bg{
  background-image: url(https://bpchargemaster.com/wp-content/uploads/2019/05/home-charge-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homecharge-bg{
  background-image: url(../images/header/header-2.jpg)!important;
}

.house-container {
  width: 300px;
  height: 300px;
  position: relative;
  bottom: -10px;
}

.house-container * {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.ground {
  width: 140%;
  height: 10px;
  border-radius: 8px;
  background-color: #292d39;
  left: -50px;
  top: 100%;
}

.ceiling {
  height: 4px;
  width: 130px;
  border-radius: 7px;
  background-color: #828592;
  border: 5px solid #292d39;
  transform-origin: left;
  left: 220px;
  transition: all 400ms;
}

.ceiling:nth-child(1) {
  transform: rotate(-125deg) translate(-5px);
}

.ceiling:nth-child(2) {
  z-index: -1;
  transform: rotate(125deg) translate(-5px);
}

.ceils {
  transform: rotate(-90deg);
}

.body {
  width: 160px;
  height: 150px;
  border-radius: 2px;
  top: 120px;
  border-left: 5px solid #292d39;
  border-right: 5px solid #292d39;
}

.floor {
  width: 80%;
  height: 12px;
  top: 95%;
  border: 4px solid #292d39;
  border-radius: 10px 10px 0px 0px;
  background-color: #edeef0;
}

.door {
  width: 40px;
  height: 70px;
  top: 50%;
  left: -90px;
  border: 4px solid #292d39;
  background-color: #717483;
}

.knob {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -20px;
  background-color: #292d39;
}

.window {
  width: 40px;
  height: 40px;
  background-color: #717483;
  border-radius: 5px;
  left: 70px;
  top: 40px;
  border: 6px solid #292d39;
}

.h {
  height: 5px;
  background-color: #292d39;
}

.v {
  width: 5px;
  background-color: #292d39;
}

.support {
  top: 115%;
  width: 150%;
  left: -14px;
  height: 7px;
  background-color: white;
  border-radius: 10px;
  border: 4px solid #292d39;
}

.top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 7px solid #292d39;
  top: -120px;
  background-color: #717483;
}

.chimney {
  width: 50px;
  height: 50px;
  top: -150px;
  left: 115px;
}

.cTop {
  width: 70%;
  left: 4px;
  height: 6px;
  top: 24px;
  border-radius: 6px;
  border: 5px solid #292d39;
}

.cBot {
  width: 10px;
  top: 50px;
  height: 20px;
  border-radius: 6px;
  border: 5px solid #292d39;
}

.vapour {
  width: 4px;
  height: 10px;
  background-color: #292d39;
  border-radius: 10px;
  top: -20px;
  animation: evaporate 500ms infinite;
}

.vapour:nth-child(2) {
  left: -15px;
}

.vapour:nth-child(3) {
  left: -30px;
}

.vapour:nth-child(4) {
  left: 15px;
}

.vapour:nth-child(5) {
  left: 30px;
}

.vapour:nth-child(1) {
  animation-delay: 200ms;
}

.vapour:nth-child(2) {
  animation-delay: 400ms;
}

.vapour:nth-child(3) {
  animation-delay: 600ms;
}

.vapour:nth-child(4) {
  animation-delay: 800ms;
}

.vapour:nth-child(5) {
  animation-delay: 1000ms;
}

.vapour:nth-child(6) {
  animation-delay: 1200ms;
}

.vapour:nth-child(7) {
  animation-delay: 1400ms;
}

.vapour:nth-child(8) {
  animation-delay: 1600ms;
}

.vapour:nth-child(9) {
  animation-delay: 1800ms;
}

.tree {
  width: 70px;
  height: 150px;
  left: 97%;
  top: 50%;
}

.stem {
  height: 70%;
  width: 5px;
  border-radius: 10px;
  top: 40px;
  background-color: #292d39;
}

.main {
  width: 100px;
  height: 140px;
  background-color: #a1db9e;
  background-color: #009900;
  border-radius: 70% 70% 70% 70%;
  left: -20px;
  top: -60px;
  border: 5px solid #292d39;
}

.branch {
  width: 5px;
  height: 40px;
  background-color: #292d39;
  border-radius: 5px;
}

.branch:nth-child(1) {
  left: 30px;
  top: 20px;
  transform: rotate(50deg);
}

.branch:nth-child(2) {
  left: -30px;
  top: 50px;
  transform: rotate(-60deg);
}

@keyframes evaporate {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}

.ani-car {
  display: inline-block;
  position: relative;
  right: 0;
  width: 600px;
  float: right;
  top: -117px;
}


.nav-pills li a {
  padding: 20px 10px;
  font-weight: bold;
  font-size: 18px;
}


.view {max-height: 280px;}

.card-image {
  background-size: cover;
}


.md-accordion .card .card-header {
  border-bottom: 0;
  padding: 1rem 1.5rem;
  background: 0 0;
}
.accordion>.card .card-header {
  margin-bottom: -1px;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.md-accordion .card:first-of-type, .md-accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.md-accordion .card {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
  width: 45%;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.timeline-main .stepper.stepper-vertical.timeline li .step-content {
  width: 45%;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.stepper-vertical li .step-content {
  display: block;
  margin-top: 0;
  margin-left: 3.13rem;
  padding: .94rem;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e0e0e0;
  border-right: 0 solid #e0e0e0;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e0e0e0;
  border-right: 0 solid #e0e0e0;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e0e0e0;
  border-right: 0 solid #e0e0e0;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.stepper-vertical li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.timeline-main .stepper.stepper-vertical.timeline.timeline-images li:not(:last-child):after {
  background-color: #26c6da;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li:not(:last-child):after {
  width: 2px;
  background-color: #9e9e9e;
  top: 32px;
  height: 100%;
}
.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 3px;
  background-color: #009900;
  left: 50%;
  top: 65px;
  margin-left: -1.5px;
}
.stepper-vertical li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  left: 2.19rem;
  top: 3.44rem;
  background-color: rgba(0,0,0,.1);
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.stepper-vertical li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

ul.stepper {
  counter-reset: section;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 1em -1.5rem;
  padding: 0 1.5rem;
  padding: 1.5rem;
}

.stepper-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a {
  padding: 0px;
}
@media (max-width: 1025px) and (min-width: 451px)
  .timeline-main .stepper.stepper-vertical.timeline li a {
    left: 6%;
  }
  .timeline-main .stepper.stepper-vertical.timeline li a {
    padding: 0px 24px;
    left: 50%;
  }
  ul.stepper li a {
    padding: 1.5rem;
    text-align: center;
  }
  .stepper-vertical li a {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .timeline-main .stepper.stepper-vertical.timeline.timeline-images li a .circle {
    font-size: 1rem;
  }
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -26px;
    background-color: #0099ff!important;
    z-index: 2;
  }

  ul.stepper li a .circle {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.38);
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    line-height: 1.7rem;
    margin-right: .5rem;
  }
  .stepper-vertical li a .circle {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  @media screen and (max-width: 1025px) {

    .timeline-main .stepper.stepper-vertical.timeline li {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
    }

    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
      width: 85%;
      left: 3rem;
      margin-right: 3rem;
      margin-bottom: 2rem;
      float: right;
    }

    .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
      left: 6%;
    }

    .timeline-main .stepper.stepper-vertical.timeline li a {
      left: 6%;
    }

  }

  .stepper-vertical li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .info-icon img {
    width: 180px;
    padding: 20px;
  }
  /* network-section */
  .map-section {
    background-color: #FFF9DC;
  }
  .map-section h2 {
    font-weight: bold;
    color: #398B43;
  }
  .map-section p {
    color: #398B43;
  }
  .map-section .map-text {
    margin-top: 8%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .map-section .map-text p {
    margin-bottom: 8%;
  }
  .map-section .map-text p {
    margin-bottom: 6%;
  }
  .charger-section {
    position: relative;
    background-color: #75B947;
    border-bottom: #398B43 solid 10px;
  }
  .charger-section .charger-text {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .charger-img {
    background-color: #00f;
  }
  .charger-section img {
    float: right;
    max-height: 260px;
    width: auto;
    bottom: 0px;
    position: relative;
  }
  .charger-section h2 {
    font-weight: bold;
    color: #FFF9DC;
  }
  .charger-section p {
    color: #FFF9DC;
  }
  /* X X X X DESKTOP  X X X  */
@media (min-width: 993px) {
  .charger-section img {
    position: absolute;
  }

  .home-carousel .carousel-indicators li {
    width: 1.2rem!important;
    height: 1.2rem!important;
  }


  .heading {
    font-family: UniversforBP;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    width: 50%;
  }

  .green-heading {
    font-family: UniversforBP;
    font-size: 40px;
    font-weight: bold;
    color: #ccff00;
    width: 50%;
  }
}


  /* X X X X OVERRIDES  X X X  */

  .glow {
    position: sticky;
    animation: textColor 10s ease infinite;
  }
  .glow:after {
    position: absolute;
    content: "";
    top: 5vw;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.75);
    -webkit-filter: blur(5vw);
    -moz-filter: blur(5vw);
    -ms-filter: blur(5vw);
    filter: blur(5vw);
    background: linear-gradient(270deg, #9bff00, #006def);
    background-size: 200% 200%;
    animation: animateGlow 10s ease infinite;
  }
  @keyframes animateGlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes textColor {
    0% {
      color: #9bff00;
    }
    50% {
      color: #006def;
    }
    100% {
      color: #000096;
    }
  }

  .pulse-bg {
    background: linear-gradient(124deg, rgba(0,153,255,1) 50%, rgba(0,153,0,1) 100%);
    background-image: linear-gradient(to right bottom, #1b00a5, #022cba, #0048ce, #0062df, #007aee, #0089f2, #0098f3, #00a5f3, #00abe3, #00aab3, #00a46b, #009900);
  }

  .nav-link { 
  color: #080196!important;
  }



  .footer{
    background-color: #080196!important;
  }


  .adminbar{
    display: block!important;
  }

  header .card {
    height: 450px;
  }

  a.nav-link {
    color: #000096!important;
  }

  .navbar-nav .nav-item:hover:after {
    background: #000096;
  }

  .accordion__title:before {
    margin-right: 15px;
    font-family: "Font Awesome 5 Pro";
    content: "\f059";
    color: #33ccff;
    font-size: inherit;
    font-weight: 700;
  }

  .badge {
    padding: 0.4rem;
    border-radius: 15px;
  }

  .live-search-box {
    height: 50px!important;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 4rem!important;
  }

  .home-video {
    border-radius: 5%;
  }

  .glow {
    position: sticky;
    animation: textColor 10s ease infinite;
  }
  .glow:after {
    position: absolute;
    content: "";
    top: 5vw;
    left: 0;
    right: 0;
    z-index: -1;
    height: 90%;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.75);
    -webkit-filter: blur(5vw);
    -moz-filter: blur(5vw);
    -ms-filter: blur(5vw);
    filter: blur(5vw);
    background: linear-gradient(270deg, #9bff00, #006def);
    background-size: 200% 200%;
    animation: animateGlow 10s ease infinite;
  }
  @keyframes animateGlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes textColor {
    0% {
      color: #9bff00;
    }
    50% {
      color: #006def;
    }
    100% {
      color: #000096;
    }
  }


  .info-icon h5:nth-child(2) {
    color: #372c2a;
  }
  h1, h2, h3, h5, h6{
    color: #0068ef;
  }

  .top-section{
    background: rgb(0,0,150);
    background: -moz-linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
    background: -webkit-linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
    background: linear-gradient(153deg, rgba(0,0,150,1) 0%, rgba(0,158,224,1) 75%, rgba(155,255,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000096",endColorstr="#9bff00",GradientType=1);
    color: white!important;
  }

  .top-section h2{
    color: white!important;
  }

  .portals-inner h2 {
    color: #0068ef;
  }
  .page-footer h6 {
    color: #fff!important;
  }
  footer.page-footer {
    background: #000096!important;
  }

  footer.page-footer a {
    color: #fff;
  }

  .breadcrumb-container {
    margin-top: 0!important;
  }

  .accordion .card-header h5:before {
    margin-right: 5px;
    margin-top: 5px;
    font-family: "Font Awesome 5 Pro";
    content: "\f059";
    color: #33ccff;
    font-size: inherit;
    font-weight: 700;
  }

  .btn {
    text-transform: capitalize;
  }

  header.featured-header {
    max-height: 380px;
  }

  .beam-row img {
    width: 150px;
    margin-top: 20px;
  }

  .fleet-icons .fleet-icon-links .fleet-icon-wrapper .icon-wrapper img {
    animation-fill-mode: forwards;
  }

  .fleet-icons .icon-wrapper:hover {
    filter: invert(52%) sepia(78%) saturate(4375%) hue-rotate(182deg) brightness(102%) contrast(104%);
  }
  .md-form .prefix {
    font-size: 19px!important;
    color: #009900;
    top: 13px!important;;
    left: 12px;
  }

  .alert-warning {
    display: none;
  }

  .pulse-banner::after {
    content: "";
    height: 1rem;
    display: block;
    background: linear-gradient(to right, rgb(124, 242, 73), rgb(21, 212, 208));
}


  @media screen and (min-width: 1024px) {
    .home-carousel img {
      position: absolute;
      bottom: -10%;
    }

    .carousel-item:nth-child(2) img {
      top: -52%;
    }

    .carousel-item:nth-child(3) img {
      top: -25%;
    }

    .carousel-caption {
        top: 7%;
    }

    .home-carousel .view {
      max-height: 520px !important;
      height:100%;
    }

  }


  @media screen and (min-width: 1600px) {
    .home-carousel img:first-child {
      position: absolute;
      bottom: -20%;

    }

    .home-carousel .view {
      max-height: 600px !important;
      height:100%;
      height: 500px;
      margin-bottom: 5%;
    }

  }

  .apply-section {
    margin-top: -200px;
  }

  span.woocommerce-input-wrapper {
    width: 95%;
  }

  .woocommerce-info {
    padding: 20px 0;
    background: aliceblue;
    text-align: center;
    margin: 15px 0;
  }

  button#place_order {
    width: 60%;
    margin: 10px 0 20px 0;
    padding: 20px;
  }


  .page-title , .woocommerce-result-count {
    display: none!important;
  }

  .woocommerce-ordering {
    width: 300px;
    float: right;
  }

  .products {
    display: flex;
  }

  .products li {
    flex: auto;
  }

 .price .amount {
    font-weight: bold;
    font-size: 20px;
    color: #00af00;
    display: inline-block;
    margin: 20px;
  }

  form.woocommerce-ordering:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #676767;
    clear: both;
  }

  select.orderby.custom-select {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 215px;
  }

  .product-cart-bar {
    display: inline-block;
  }

  .application_button,
  .search_submit input {
    padding: .84rem 2.14rem;
    font-size: .81rem;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: 5rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    background-color: #009900!important;
    color: white
  }

  .search_jobs input[type="text"] {
    height: 35px;
    padding: 10px;
    border-radius: 10px;
    border: none;
  }
