@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;800&display=swap");
@font-face {
  font-family: "Soccer League";
  src: url("SoccerLeague-Regular.woff2") format("woff2"), url("SoccerLeague-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0px, 0px, 0px);
            transform: scale3d(0px, 0px, 0px);
  }
  30% {
    -webkit-transform: scale3d(0px, 0px, 30px);
            transform: scale3d(0px, 0px, 30px);
  }
  60% {
    -webkit-transform: scale3d(0px, 0px, 90px);
            transform: scale3d(0px, 0px, 90px);
  }
  100% {
    -webkit-transform: scale3d(0px, 0px, 180px);
            transform: scale3d(0px, 0px, 180px);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0px, 0px, 0px);
            transform: scale3d(0px, 0px, 0px);
  }
  30% {
    -webkit-transform: scale3d(0px, 0px, 30px);
            transform: scale3d(0px, 0px, 30px);
  }
  60% {
    -webkit-transform: scale3d(0px, 0px, 90px);
            transform: scale3d(0px, 0px, 90px);
  }
  100% {
    -webkit-transform: scale3d(0px, 0px, 180px);
            transform: scale3d(0px, 0px, 180px);
  }
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #202020;
  line-height: 24px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

:focus {
  outline: none;
}

.nopadding {
  padding: 0px;
}

.col-custom {
  display: inline-block;
  float: none;
}

.icon-text a {
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.icon-text:hover a {
  color: #2727bb;
}

.headercta-right {
  display: inline-block;
}

.load-btn {
  display: inline-block;
}

.icon-text i {
  color: #2727bb;
  font-size: 16px;
  vertical-align: middle;
}

.headercta-right p {
  color: #000;
}

.follow-sc {
  display: inline-block;
}

.follow-sc h4,
.icon-text {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.icon-text {
  color: #000;
}

.hd-cont h4 {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.scicon {
  vertical-align: middle;
}

.follow-sc h4 {
  color: #000;
}

.icon-text a,
a:active,
a:hover,
a:focus {
  color: #000;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
}

.social-icons li {
  display: inline-block;
  padding: 0px 6px;
}

.social-icons li a {
  font-size: 22px;
  color: #2727bb;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.icon-text {
  padding: 0px 8px;
}

.icon-text svg {
  color: #2727bb;
  vertical-align: middle;
}

.contact-bg {
  display: inline-block;
  margin-left: 5px;
}

.contact-bg li {
  display: inline-block;
}

.contact-bg li:nth-child(2) {
  padding: 0px 5px;
  color: #000;
}

.contact-bg li a {
  background: #2727bb;
  color: #000;
  font-size: 16px;
}

.contact-bg li a .fa-phone {
  color: #2727bb;
}

.contact-bg li a .fa-whatsapp {
  color: #3fbf2a;
}

.load-btn a {
  padding: 8px 16px;
  background: #2727bb;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.header-bg {
  padding: 8px 0px;
  display: block;
  float: left;
  width: 100%;
}

.ld-cal li a {
  color: #000 !important;
}

.contact-bg li > a {
  color: #fff;
}

.ld-cal li a {
  background: transparent;
}

.logo-box img {
  width: 350px;
}

.logo-main a {
  border-right: 1px solid #ddd;
  display: block;
}

.nav-box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.logo-main img {
  height: 85px;
}

.selectbox .cat-selection {
  height: 36px;
  padding: 6px 20px;
  background-color: #2727bb;
  color: #fff;
  border: none;
  position: relative;
  font-size: 14px;
}

.selectbox select option {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  height: 600px !important;
  background-color: #f7f7f7;
}

.search {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 2px solid #2727bb;
  border-right: none;
  padding: 5px;
  height: 36px;
  outline: none;
  color: #000 !important;
}

.searchTerm:focus {
  color: #2727bb;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #2727bb;
  background: #2727bb;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.hd-cont {
  display: inline-block;
}

.hd-cont h4 {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}

.scicon {
  display: inline-block;
}

.scicon li {
  display: inline-block;
}

.scicon li a {
  font-size: 20px;
  padding: 8px 5px;
  color: #2727bb;
}

.hd-cont li a {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  background: transparent;
}

.search-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-icon {
  font-size: 22px;
  color: #000;
  background: transparent;
  border: 0;
  outline: none;
}

.sr-icon svg {
  font-size: 18px;
}

.search-container {
  position: absolute;
  right: -34px;
}

.shopping-cta .cta-list a {
  color: #000;
  display: block;
}

.shopping-cta li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 4px;
}

.cta-list li a img {
  height: 25px;
}

.cart {
  position: relative;
}

.wishlist p {
  position: relative;
  display: inline-block;
}

.wishlist span {
  right: -7px;
  top: -6px;
}

.cart > a,
.wishlist > a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cart > a svg,
.wishlist > a svg {
  display: inline-block;
  vertical-align: middle;
}

.cart > a {
  background-color: #2727bb;
  padding: 12px 20px;
  border-radius: 3px;
}

.wishlist > a {
  color: #2727bb;
}

.icon-wr a {
  display: inline-block;
  vertical-align: middle;
}

.icon-wr a svg {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #2727bb;
}

.cta-list .wishlist a span {
  position: absolute;
  content: "";
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  width: 14px;
  height: 18px;
  border-radius: 60px;
  background-color: #d8e17d;
  color: #000;
  font-size: 12px;
}

.cta-list li a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.cta-list li a:hover {
  color: #000;
}

.cart:hover > a {
  background: #000;
}

.cta-list .cart {
  position: relative;
}

.cart-icon,
.shopcart-box {
  position: relative;
}

.shopcart-box {
  display: inline-block;
}

.wishlist svg {
  font-size: 21px;
}

.search-toggle .search-icon svg {
  font-size: 26px;
}

.cta-list .cart a img {
  padding-right: 8px;
}

.fa-heart {
  position: relative;
}

.cart a .fa-chevron-down {
  font-size: 14px;
}

#cart > span {
  text-align: center;
  width: 14px;
  height: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 60px;
  background-color: #d8e17d;
  color: #000;
  display: inline-block;
}

.cta-list .cart {
  color: #fff;
}

.cart a svg {
  font-size: 21px;
}

.icon-bg {
  display: inline-block;
  position: relative;
}

.icon-bg svg {
  position: relative;
  color: #2727bb;
}

.icon-bg .badge {
  position: absolute;
  top: -3px;
  right: -8px;
}

.shopping-cartbox {
  content: "";
  position: absolute;
  right: 9px;
  top: 40px;
  z-index: 2;
}

.card-box {
  position: relative;
}

.shopping-cartbox {
  margin: 20px 0;
  background: white;
  width: 380px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.shopping-cartbox .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cartbox .shopping-cart-header .badge {
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  width: 14px;
  height: 18px;
  border-radius: 60px;
  background-color: #d8e17d;
  color: #000;
}

.shopping-cartbox .shopping-cart-header .shopping-cart-total {
  float: right;
}

.shopping-cartbox .shopping-cart-header .shopping-cart-total span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.shopping-cartbox .shopping-cart-items {
  padding-top: 20px;
}

.shopping-cartbox .shopping-cart-items a {
  display: block;
}

.shopping-cartbox .shopping-cart-items a .ck-thumb,
.shopping-cartbox .shopping-cart-items a p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.shopping-cartbox .shopping-cart-items a p svg {
  font-size: 12px;
}

.shopping-cartbox .shopping-cart-items a .ck-thumb img {
  padding: 0;
}

.shopping-cartbox .shopping-cart-items li {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 8px 0px;
}

.shopping-cartbox .shopping-cart-items img {
  margin-right: 12px;
  height: 45px;
}

.shopping-cartbox .shopping-cart-items .item-name {
  display: block;
  font-size: 16px;
}

.shopping-cartbox .shopping-cart-items .item-price {
  color: #2727bb;
  font-weight: 600;
}

.shopping-cartbox .shopping-cart-items .item-quantity {
  color: #000;
}

.item-quantity {
  display: block;
}

.shopping-cartbox:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
  z-index: 1;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button-chk {
  background: #2727bb;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 25px 0 15px 0;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.button-chk:hover {
  background: #ffae00;
  color: #000 !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item a {
  cursor: pointer;
}

.nav-custom li a {
  font-size: 14px;
  font-weight: 500;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  padding: 0px 52px;
}

.navbar-nav li {
  border-left: 1px solid #ccc;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 6px 13px;
}

.navbar-expand-md {
  border-bottom: 1px solid #2727bb;
  background: #2727bb;
}

.strip-bg {
  background: #f7f7f7;
  display: block;
}

.dropdown-menu {
  min-width: 200px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #2727bb;
  color: #fff;
}

.dropdown-item:focus > a,
.dropdown-item:hover > a {
  color: #fff;
}

.dropdown-item.dropdown:hover > a {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffae00;
  padding: 6px 24px;
  font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.dropdown-menu.dropdown-item:hover a {
  color: #fff;
}

.dropdown-menu li a {
  color: #000;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff;
  border-bottom: 5px solid #2727bb;
}

.dropdown-item a {
  color: #000;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.carousel-item {
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.card-box {
  display: block;
  background-color: #a2d0f3;
  color: #2727bb;
  padding: 15px 0px;
}

.card-box p {
  font-size: 26px;
  font-weight: 600;
  font-family: "League Spartan";
}

.productsc-heading {
  text-align: center;
  position: relative;
}

.productsc-heading h2 {
  text-transform: uppercase;
  color: #2727bb;
  font-size: 26px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

.productsc-heading::after {
  position: absolute;
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0px 5px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 25px;
  font-size: 16px;
  color: #ffae00;
}

.star-list {
  margin-bottom: 10px;
}

.filter-option {
  padding: 15px 0 0;
  margin-bottom: 8px;
  text-align: center;
}

.filter-option li {
  display: inline-block;
  list-style: none;
}

.filter-option li + li {
  margin-left: -5px;
}

.filter-option li a {
  display: inline-block;
  font-size: 16px;
  color: #646464;
  text-decoration: none;
  text-align: center;
  background: transparent;
  padding: 6px 32px;
  margin: 0px 12px;
}

.filter-option li a.active {
  color: #2727bb;
  border-bottom: 6px solid #2727bb;
}

.product-catslider .slick-prev:before,
.product-catslider .slick-next:before {
  color: #000;
}

.product-catslider .slick-prev,
.product-catslider .slick-next {
  background: #e7e7e7;
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 60px;
}

.product-catslider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.product-catslider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.product-catslider .slick-prev:hover,
.product-catslider .slick-next:hover {
  background: #2727bb;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.product-catslider .slick-prev:hover::before,
.product-catslider .slick-next:hover::before {
  color: #fff;
}

.product-box {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  z-index: 0;
}

.product-box:hover .product-title h4 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #2727bb;
}

.pr-imgbox {
  width: 200px;
  margin: auto;
}

.product-title {
  padding: 0px 36px;
  text-align: center;
}

.product-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
}

.product-title ul > li {
  display: inline-block;
  color: #ffae00;
  margin: 0px 3px;
  font-size: 14px;
}

.product-info {
  background-color: #f4f4f4;
  padding: 5px 8px;
}

.product-info .price-dt > li {
  color: #000;
}

.price-dt {
  display: inline-block;
}

.price-dt li p {
  font-size: 22px;
  color: #c80c00;
  font-weight: 600;
}

.price-dt li p svg {
  font-size: 20px;
}

.pro-inforight {
  float: right;
  text-align: right;
}

.pro-inforight li p {
  margin-bottom: 0;
  font-size: 12px;
  color: #e41e26;
  font-weight: bold;
  
}

.pro-inforight li span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #2727bb;
  padding: 3px 12px;
}

.product-info .view-dt {
  display: block;
  padding: 12px 16px;
  background-color: #2727bb;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}

.product-info .view-dt span {
  display: inline-block;
  background: #494bdc;
  width: 26px;
  height: 26px;
  float: right;
  border-radius: 60px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-info .view-dt svg {
  font-size: 13px;
}

.product-slider {
  position: relative;
}

.slider-controls {
  position: absolute;
  top: 45%;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
}

.prevSlide {
  position: absolute;
  left: -60px;
}

.nextSlide {
  position: absolute;
  right: -60px;
}

.product-box .badge-danger {
  position: relative;
  font-size: 14px !important;
  font-weight: 500;
  border-radius: 0px 20px 20px 0px !important;
  -webkit-border-radius: 0px 20px 20px 0px !important;
  -moz-border-radius: 0px 20px 20px 0px !important;
  -ms-border-radius: 0px 20px 20px 0px !important;
  -o-border-radius: 0px 20px 20px 0px !important;
  padding: 0.25em 1.4em;
  z-index: 1;
}

.slick-track li {
  position: relative;
}

.slick-track li a {
  position: relative;
  display: block;
}

.slick-track li:hover .product-box {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.containerbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box:hover .overlay-cart {
  opacity: 1;
}

.overlay-cart {
  position: absolute;
}

.overlay-cart ul {
  margin: auto;
}

.overlay-cart {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.671);
  opacity: 0;
  bottom: 15px;
  margin: 0 auto;
}

.overlay-cart ul {
  text-align: center;
  display: block;
}

.overlay-cart ul li {
  display: inline-block;
  text-align: center;
  margin: 0;
}

.overlay-cart ul li a {
  color: #000;
  border: 1px solid #000;
  padding: 4px 12px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  font-size: 12px;
}

.overlay-cart ul li a:hover {
  border: 1px solid #2727bb;
  color: #fff;
  background: #2727bb;
}

.overlay-cart ul li svg {
  font-size: 14px;
  margin: auto;
}

#like-button {
  position: relative;
}

#like-button:hover {
  cursor: pointer;
  color: #c80c00;
}

#like-button.not-liked {
  color: #555;
}

#like-button.not-liked:hover {
  color: #555;
}

#like-button.liked {
  color: #c80c00;
}

#like-button.liked-shaked {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
  }
  20%,
  80% {
    -webkit-transform: translate3d(0, -2px, 0) rotate(5deg);
            transform: translate3d(0, -2px, 0) rotate(5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
  }
  40%,
  60% {
    -webkit-transform: translate3d(0, -2px, 0) rotate(-5deg);
            transform: translate3d(0, -2px, 0) rotate(-5deg);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
  }
  20%,
  80% {
    -webkit-transform: translate3d(0, -2px, 0) rotate(5deg);
            transform: translate3d(0, -2px, 0) rotate(5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
  }
  40%,
  60% {
    -webkit-transform: translate3d(0, -2px, 0) rotate(-5deg);
            transform: translate3d(0, -2px, 0) rotate(-5deg);
  }
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.view-btn {
  position: relative;
}

.view-btn.vw-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.view-btn.vw-one:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-btn1 {
  position: relative;
  display: inline-block;
}

.view-btn1.vw-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.view-btn1.vw-one:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-btn.vw-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.view-btn.vw-one:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hv-md .view-btn1.vw-one:after {
  top: 22px;
  left: -9px;
  width: 0;
  height: 75%;
}

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

.list-container li {
  display: inline-block;
}

.list-container li:hover a {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.list-container li:hover a span {
  color: #2727bb;
}

.list-container li a {
  background-color: #fff;
  padding: 12px 16px;
  color: #000;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 210px;
  height: 145px;
  margin: 10px 5px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.list-container li a img {
  display: block;
  margin: auto;
}

.list-container li a span {
  display: block;
  font-size: 16px;
  font-size: 16px;
  line-height: 18px;
}

.section-heading {
  margin-bottom: 15px;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  color: #2727bb;
  text-align: center;
}

.select2.select2-container .select2-selection {
  border: 2px solid #2727bb;
  height: 36px;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: unset;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 60px;
  margin-bottom: 0;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #2727bb;
  border-left: 1px solid #2727bb;
  height: 34px;
  width: 33px;
  border-radius: unset;
}

.view-cta {
  text-align: center;
}

.view-cta a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 6px 36px;
  color: #000;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.view-cta a svg {
  font-size: 11px;
}

.view-cta a:hover {
  background: #000;
  color: #fff;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: white transparent transparent transparent;
}

.select2.select2-container {
  width: 100% !important;
}

.cat-selection.select2.select2-container .select2-selection {
  border: 2px solid #2727bb !important;
  border-radius: 0px;
  height: 36px;
  border-radius: unset;
}

.bg-form {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 68, 138, 0.651)), to(rgba(35, 52, 109, 0.808))), url("../images/bg-electric.jpg") center center;
  background: linear-gradient(rgba(47, 68, 138, 0.651), rgba(35, 52, 109, 0.808)), url("../images/bg-electric.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding: 26px 52px;
  overflow: hidden;
}

.form-section h4 {
  color: #ffae00;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin: 15px 0px;
}

.form-box .control-label {
  font-size: 14px;
  color: #acd8ff;
  text-transform: uppercase;
}

.form-group select {
  height: 32px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.form-container {
  margin: 16px 0px;
  padding: 0px 26px;
}

.btn-cta a {
  background: #ffae00;
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.btn-cta:hover a {
  background: #d7e072;
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mob-menu svg,
.hd-contact svg {
  font-size: 18px;
  color: #fff;
}

.hd-contact {
  position: relative;
}

.hd-contact a {
  font-size: 18px;
  background: #2727bb;
  width: 36px;
  display: block;
  height: 36px;
  border-radius: 60px;
  line-height: 40px;
  text-align: center;
}

.hd-contact a span {
  position: absolute;
  content: "";
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  width: 12px;
  height: 16px;
  border-radius: 60px;
  background-color: #ffbc3b;
  color: #000;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.mob-menu a {
  background: #2727bb;
  color: #fff;
  display: block;
  padding: 6px 12px;
  border-radius: 3px;
}

.mob-menu a svg {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}

.sps-logo {
  display: inline-block;
  width: 40%;
  margin: auto;
}

.mobat-slider .slick-dots li.slick-active button:before {
  color: #ffae00;
}

.mobat-slider .slick-dots li button:before {
  color: #f8f8f8;
}

.cartmobile-vr {
  display: none;
  position: relative;
  margin: auto;
  text-align: center;
  z-index: 2;
  padding-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #d8d8d8;
}

.cartmobile-vr li {
  width: 44px;
  height: 38px;
  display: inline-block;
  background: #2727bb;
  padding: 6px;
  border-radius: 3px;
}

.cartmobile-vr li a {
  font-size: 16px;
  color: #fff;
}

.stickymobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #2727bb;
  padding: 0px 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  border-top: 4px solid black;
}

.nav-itembar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  padding: 9px 0px 5px 0px;
  background-color: rgba(255, 255, 255, 0);
}

.nav-itembar span {
  width: 0;
  overflow: hidden;
}

.nav-itembar:focus {
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-itembar:focus span {
  width: 100%;
  margin-left: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.heart-btn {
  margin: 0 auto;
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next svg,
.carousel-control-prev svg {
  font-size: 36px;
}

.heart-btn i {
  cursor: pointer;
  background: #fff;
  border-radius: 60%;
  display: inline-block;
  color: #a1a1a1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 60%;
  -moz-border-radius: 60%;
  -ms-border-radius: 60%;
  -o-border-radius: 60%;
}

.heart-btn i:hover {
  color: #ffae00;
}

.heart-btn i:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 60px;
}

.heart-btn span {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -2;
  font-size: 2px;
  color: transparent;
  font-weight: 400;
}

.heart-btn i.press {
  -webkit-animation: size 0.4s;
          animation: size 0.4s;
  color: #e23b3b;
}

@-webkit-keyframes fade {
  0% {
    color: transparent;
  }
  50% {
    color: #e23b3b;
  }
  100% {
    color: transparent;
  }
}

@keyframes fade {
  0% {
    color: transparent;
  }
  50% {
    color: #e23b3b;
  }
  100% {
    color: transparent;
  }
}

@-webkit-keyframes size {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes size {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.fl-box {
  position: relative;
  overflow: hidden;
}

.fl-box a:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.fl-box a img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.item-slider .slick-dots li button:before {
  color: #000;
}

.slick-dots li button:before {
  font-size: 30px;
  opacity: 0.25;
}

.product-catslider .slick-dots li.slick-active button:before {
  font-size: 30px;
  color: #2727bb;
  opacity: 1;
}

.full-lengthbanner {
  background-image: url(../images/solar-bg.jpg);
  width: 100%;
  height: 420px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 30px 15px;
}

.aside-box img {
  width: 380px;
}

.rightbg-box {
  position: relative;
  overflow: hidden;
  text-align: right;
}

.rightbg-box img {
  position: relative;
  z-index: 1;
}

.imagecontainer {
  position: relative;
  overflow: hidden;
}

.imagecontainer::before {
  position: absolute;
  content: "";
  top: 0;
  right: -97px;
  width: 65%;
  height: 100%;
  background-image: linear-gradient(45deg, #edf686, #e6f078);
  z-index: 0;
  transform: skewX(-20deg) scaleX(-1);
  -webkit-transform: skewX(-20deg) scaleX(-1);
  -moz-transform: skewX(-20deg) scaleX(-1);
  -ms-transform: skewX(-20deg) scaleX(-1);
  -o-transform: skewX(-20deg) scaleX(-1);
}

.imagecontainer > span {
  position: absolute;
  content: "";
  top: -152px;
  left: 56%;
}

.list-cont li {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.list-cont li svg {
  font-size: 24px;
  color: #a3cef8;
  vertical-align: middle;
  padding: 5px;
}

.inner-contents h4 {
  font-size: 30px;
  font-weight: 600;
  color: #2727bb;
}

.inner-contents .solar-list {
  margin: 0;
}

.inner-contents .solar-list li {
  display: inline-block;
  color: #000;
  font-size: 16px;
}

.inner-contents .solar-desc li {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  color: #000;
}

.inner-contents .solar-desc li span {
  text-align: center;
  margin-right: 5px;
  position: relative;
}

.inner-contents .solar-desc li span p {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  font-style: italic;
  color: #fff;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.26);
}

.inner-contents .solar-desc li span,
.inner-contents .solar-desc li p {
  display: inline-block;
  vertical-align: middle;
}

.inner-contents .solar-desc li p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.right-imgbox img {
  width: 100%;
}

.green-label {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
}

.bottom-dt ul {
  position: absolute;
  background: #2727bb;
  padding: 8px 24px;
  bottom: 0;
  right: 0;
  border-radius: 30px 0px 0px 0px;
  -webkit-border-radius: 30px 0px 0px 0px;
  -moz-border-radius: 30px 0px 0px 0px;
  -ms-border-radius: 30px 0px 0px 0px;
  -o-border-radius: 30px 0px 0px 0px;
}

.bottom-dt ul li {
  display: inline-block;
  color: #fff;
  padding: 0px 5px;
  font-size: 16px;
}

.bottom-dt ul li svg {
  color: #ffae00;
}

.vr-slider {
  padding: 12px 8px;
}

.vr-slider .slick-prev,
.vr-slider .slick-next {
  top: -22px;
  border-radius: 3px;
  font-size: 18px;
}

.vr-slider .slick-prev {
  right: 26px;
  left: auto;
}

.vr-slider .slick-next {
  right: 0px;
}

.vr-slider .slick-prev.slick-disabled:before,
.vr-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.vr-slider .slick-prev:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  color: #000;
  font-size: 16px;
}

.vr-slider .slick-next:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 16px;
}

.box-heading {
  border-bottom: 2px solid #757575;
}

.box-heading h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.vr-slider {
  position: relative;
}

.vr-slider li {
  margin: 10px 0px;
  overflow: hidden;
}

.vr-slider li a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-align: center;
}

.vr-slider .vr-probox {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}

.vr-slider .product-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-left: 15px;
}

.vr-slider .product-title h4 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 14px;
}

.vr-slider .star-list {
  margin-bottom: 0px;
}

.vr-slider .star-list li {
  font-size: 12px;
  line-height: 0;
  margin: 0px 2px;
}

.vr-slider p {
  margin-bottom: 0;
  font-size: 14px;
  color: #2727bb;
}

.form-contents {
  text-align: left;
}

.bat-health h4 {
  font-size: 28px;
  font-weight: 600;
  color: #ffae00;
}

.bat-health .form-container {
  padding: 0;
}

.right-slesman {
  position: absolute;
  width: 80%;
  bottom: -239px;
  right: 0;
}

.brand-slider li {
  display: inline-block;
}

.brand-slider a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  border: 1px solid #acacac;
  text-align: center;
  margin: 5px;
  height: 95px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-slider a img {
  width: 135px;
}

.brandmd-box .productsc-heading::after {
  content: "";
  position: relative;
}

.brand-sliderbox {
  padding: 38px 12px;
  text-align: center;
}

.brand-sliderbox .productsc-heading h2 {
  color: #ffae00;
  border-color: #fff;
}

.brand-sliderbox .productsc-heading::after {
  border: none;
  content: "";
}

.brand-slider {
  margin-top: 15px;
}

.car-brands {
  margin-top: 15px;
}

.car-brands a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  border: 1px solid #ddd;
  text-align: center;
  width: 175px;
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.car-brands .viewmore a {
  background: #2727bb !important;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.car-brands .viewmore a:hover {
  background: #181a24 !important;
}

.del-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-pos {
  text-align: center;
}

.top-pos li {
  display: inline-block;
  background: #eaeaf1;
  z-index: 1;
  position: relative;
  padding: 0px 5px;
}

.circle {
  position: absolute;
  content: "";
  bottom: -210px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffae00;
  border-radius: 60px;
  -webkit-border-radius: 60%;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  z-index: 0;
  width: 600px;
  height: 600px;
}

.circle::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -155px;
  right: 0;
  top: 0;
  margin: auto;
  border: 2px dotted #999999;
  border-radius: 60px;
  -webkit-border-radius: 60%;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  z-index: 0;
  width: 900px;
  height: 900px;
}

.del-content span {
  display: inline-block;
  padding: 8px;
  background: #2727bb;
  border: 1px dotted #2727bb;
  margin: 5px;
  width: 60px;
  height: 60px;
  border-radius: 60%;
  text-align: center;
}

.del-content h4 {
  color: #2727bb;
  text-transform: uppercase;
  font-size: 16px;
}

.del-content p {
  font-style: 14px;
}

.left-pos li {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: inline-block;
  background: #eaeaf1;
}

.left-pos li:nth-child(1) {
  left: -85px;
  top: 130px;
}

.left-pos li:nth-child(2) {
  left: -199px;
  top: 380px;
}

.right-pos li {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: inline-block;
  background: #eaeaf1;
}

.right-pos li:nth-child(1) {
  right: -80px;
  top: 150px;
}

.right-pos li:nth-child(2) {
  right: -181px;
  top: 340px;
}

.col-bk {
  margin: 15px 15px 0px 15px;
}

.contact-ctabox {
  background: #2727bb;
  padding: 16px 12px;
}

.image-podium img {
  margin: auto;
}

.contact-cta h4 {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-right: 5px;
}

.contact-cta a {
  background: #d7e072;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 32px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.sm-banner {
  position: relative;
  overflow: hidden;
}

.sm-banner img {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.brand-slider img,
.car-brands img {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.contact-cta .view-btn1:hover a,
.sm-banner:hover img,
.brand-slider a:hover img,
.car-brands a:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.view-btn2 {
  position: relative;
  display: inline-block;
}

.view-btn2.vw-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.view-btn2.vw-one:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-btn2.vw-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.view-btn2.vw-one:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-innerbg {
  background: #0f0f58;
}

.footer-bottombg {
  background: #0d0d42;
}

.inner-contentsft {
  padding: 30px 0px;
}

.inner-contentsft h4 {
  color: #ffae00;
  text-transform: uppercase;
  font-weight: 600;
}

.ft-contentlist {
  display: inline-block;
  padding: 4px 0px;
}

.ft-contentlist li {
  text-align: left;
  padding: 4px 12px;
}

.ft-contentlist li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.ft-contentlist li a:hover {
  color: #ffae00;
}

.contact-detailft h4 {
  font-size: 18px;
  color: #fff;
}

.contact-detailft ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-detailft ul li {
  display: inline-block;
  padding: 8px 6px;
  width: 25%;
}

.contact-detailft ul li a {
  color: #fff;
  font-size: 16px;
}

.contact-detailft ul li p {
  color: #fff;
  font-size: 14px;
}

.contact-detailft ul li p svg {
  color: #ffae00;
}

.contact-detailft ul li span {
  display: block;
  border: 1px solid #ffae00;
  border-radius: 60px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffae00;
  font-size: 16px;
  margin: auto;
}

.counter {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.stats-containerbg {
  background: url(../images/stats-bg.jpg);
  width: 100%;
  height: 331px;
  background-size: cover;
  position: relative;
  padding: 30px 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aside-left {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.aside-right {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}

.counter-box {
  text-align: center;
}

.counter-box li {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#3838b2), color-stop(43%, #5b5bd2), to(#3838b2));
  background: linear-gradient(0deg, #3838b2 0%, #5b5bd2 43%, #3838b2 100%);
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 60%;
  -webkit-border-radius: 60%;
  -moz-border-radius: 60%;
  -ms-border-radius: 60%;
  -o-border-radius: 60%;
  text-align: center;
  margin: 0px 20px;
}

.counter-box li .counter-outer {
  display: block;
  padding: 42px 12px;
}

.counter-box li p {
  color: #fff;
  font-family: "Soccer League";
  font-size: 45px;
  margin-bottom: 0;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.26);
}

.counter-box li span {
  color: #fff;
  font-size: 36px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.26);
  font-weight: 900;
}

.counter-box li p,
.counter-box li span {
  display: inline-block;
  vertical-align: middle;
}

.counter-box li h3 {
  color: #fff;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
}

.counter-box li h3::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  margin: auto;
  top: -11px;
  width: 30px;
  height: 4px;
  background: #ffae00;
}

.counter-box li::before {
  background: url(../images/bolt.png);
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 36px;
  height: 68px;
  background-repeat: no-repeat;
}

.test-bg {
  background: #eaeaf1;
  display: block;
  padding: 60px 0px;
}

.test-bg .productsc-heading::after {
  background: #eaeaf1;
}

.center-slider .slick-list {
  margin: 20px 0px;
}

.inner-slidercontent {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.623);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.623);
  text-align: center;
  display: block;
  padding: 30px 20px;
}

.inner-slidercontent .star-list li {
  display: inline-block;
  font-size: 12px;
  line-height: 0;
  margin: 0px 2px;
  color: #2727bb;
}

.inner-slidercontent h4 {
  font-size: 16px;
  color: #2727bb;
  font-weight: 600;
}

.inner-slidercontent span {
  text-transform: uppercase;
  display: block;
  position: relative;
  font-size: 12px;
  padding-bottom: 6px;
}

.inner-slidercontent span::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #ffae00;
}

/* Default slide */
.center-slider .slick-slide {
  background-color: #ffffff;
  color: #131313;
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.center-slider .slick-slide,
.center-slider
.slick-slide[aria-hidden="true"]:not(.slick-cloned)
~ .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider
.slick-slide[aria-hidden="true"]:not([tabindex="-1"])
+ .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.center-slider .slick-current.slick-active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  padding: 5px 0px;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.center-slider .slick-next:before,
.center-slider .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.center-slider .slick-dots li.slick-active button:before {
  color: #2727bb;
  opacity: 1;
}

.center-slider .slick-dots {
  position: absolute;
  bottom: -35px;
}

.contact-detailft .content-block {
  width: auto;
}

.bg-btm {
  background: #eaeaf1;
}

.contact-detailft .content-block .sc-iconsft a {
  font-size: 20px;
  color: #2727bb;
}

.sc-iconsft .sc-iconsft li {
  width: auto;
}

.sc-iconsft a {
  font-size: 20px;
  color: #202020;
  text-align: center;
  border-radius: 60px;
  text-align: center;
  background-color: #ffae00;
  width: 45px;
  height: 45px;
  display: block;
  line-height: 45px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.sc-iconsft li a:hover {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.sc-iconsft li {
  display: inline-block;
  padding: 0px 5px;
  width: auto;
}

.social-networks li:hover .icon-fb {
  background: #4267b2;
  color: #fff;
}

.social-networks li:hover .icon-twitter {
  background: #1da1f2;
  color: #fff;
}

.social-networks li:hover .icon-insta {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: #fff;
}

.social-networks li:hover .icon-youtube {
  background: #ff0000;
  color: #fff;
}

.footer-section {
  position: relative;
  z-index: 1;
}

.contact-detailft .sc-iconsft li {
  width: auto !important;
}

.contact-detailft > .ft-links li {
  width: auto !important;
  padding: 8px 16px;
}

.contact-detailft > .ft-links li a {
  padding-left: 5px;
}

.contact-detailft > .ft-links li svg {
  font-size: 13px;
}

.content-block {
  margin-bottom: 15px;
}

#main {
  padding-top: 30px;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
  background: transparent;
}

#main #faq .card .card-header {
  border: 0;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #2727bb;
  color: #fff;
  padding: 20px;
}

#main #faq .card-body,
.card-body a {
  color: #000;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #e9e9e9;
  color: #000;
}

#main #faq .card .card-header .btn-header-link:not(.collapsed) > a {
  background: #ffae00;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show,
#main #faq .card .card-header .btn-header-link.show {
  background: #f9f9f9;
  line-height: 30px;
  color: #fff;
}

.footer-navlist li a {
  color: #000;
}

.sc-mob li {
  display: inline-block;
  list-style: none;
  padding: 6px 8px;
}

.sc-mob li a {
  color: #2727bb;
  font-size: 26px;
}

#carouselExampleIndicators {
  padding: 10px;
}

.carousel-inner {
  border-radius: 20px;
}

.stickymobile-nav .nav-itembar {
  display: block;
}

.stickymobile-nav .nav-itembar svg {
  display: block;
  margin: auto;
}

.stickymobile-nav .nav-itembar span {
  width: auto;
  display: block;
}

.mobile-catslider img,
.mobile-catslider span {
  display: block;
  margin: auto;
}

.search-mob {
  display: none;
}

.mobile-catslider {
  background: #e7e7e7;
  padding: 5px 0px;
  text-align: center;
}

.mobile-catslider a {
  background: #d1d1ff;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.mobile-catslider span {
  font-size: 10px;
  color: #000;
}

.mobile-catslider .slick-slide {
  margin: 0 5px;
}

.mobile-catslider img,
.mobile-catslider span {
  margin: 0;
}

.thumbbn-box {
  position: relative;
  overflow: hidden;
  margin: 5px 8px;
  border-radius: 10px;
}

.thumbbn-box a {
  display: block;
}
/*# sourceMappingURL=style.css.map */




/*new work starts from here*/

/*addtocart*/
.modal-confirm {
  color: #434e65;
  width: 525px;
}

.modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  background: #2c3f7f;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  /*border-radius: 5px 5px 0 0;*/
  padding: 35px;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}

.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}

.modal-confirm .close:hover {
  opacity: 0.8;
}

.modal-confirm .icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}

.modal-confirm .icon-box i {
  font-size: 64px;
  margin: -4px 0 0 -4px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn, .modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #eeb711 !important;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: normal;
  /*border-radius: 30px;*/
  margin-top: 10px;
  padding: 6px 20px;
  border: none;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #eda645 !important;
  outline: none;
}

.modal-confirm .btn span {
  margin: 1px 3px 0;
  float: left;
}

.modal-confirm .btn i {
  margin-left: 1px;
  font-size: 20px;
  float: right;
}

/*addtocart*/
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}

.product-price {
  float: left;
  width: 12%;
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-removal {
  float: left;
  width: 9%;
}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}

.product-dtbox {
  margin-top: 5px;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '\f156';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Body/Header stuff */
label {
  color: #aaa;
}

.shopping-cart {
  margin-top: -45px;
}

/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.product .product-image {
  text-align: center;
}

.product .product-image img {
  width: 100px;
}

.product .product-details .prcart-title {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
}

.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}

.product .product-quantity input {
  width: 40px;
}

.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #e41312;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}

.product .remove-product:hover {
  background-color: #be0a0a;
}

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}

.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}

.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.checkout:hover {
  background-color: #494;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .column-labels {
    display: none;
  }
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .product-price {
    clear: both;
    width: 70px;
  }
  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }
  .product-quantity:before {
    content: 'x';
  }
  .product-removal {
    width: auto;
  }
  .product-line-price {
    float: right;
    width: 70px;
  }
}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }
  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
  .product .product-line-price:before {
    content: 'Item Total: $';
  }
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}

.myaccordion {
  margin: 50px auto;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: #2727bb;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: white;
  padding: 0;
}

.fa-inverse{
  color: black !important;
}

.clp-icon .svg-inline--fa.fa-stack-2x {
  width: 40px;
  height: 40px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  /*margin-top: 10px;*/
}

.order-sumbox {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin: 50px 0px;
}

.card-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3f7f;
  margin-bottom: 10px;
  font-weight: 600;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
}

/*buttons*/
.action-button {
  width: 100px;
  background: #000000;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 8px 5px;
  margin: 10px 5px;
}

.action-button:hover, .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
          box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.acd-header {
  color: #000;
}

.mobcart-btn {
  position: relative;
  margin: 5px 0px;
  padding: 10px;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 3px;
  background-color: #2727bb;
  outline: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.mobcart-btn:hover, .mobcart-btn:visited {
  background-color: #27AE60;
}

.mobcart-btn:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.mobcart-btn .fa-shopping-cart {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -10%;
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobcart-btn .fa-box {
  position: absolute;
  z-index: 3;
  top: -20%;
  left: 52%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobcart-btn span {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  font-size: 1.2em;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobcart-btn span.add-to-cart {
  opacity: 1;
}

.mobcart-btn span.added {
  opacity: 0;
}

.mobcart-btn.clicked .fa-shopping-cart {
  -webkit-animation: cart 1.5s ease-in-out forwards;
          animation: cart 1.5s ease-in-out forwards;
}

.mobcart-btn.clicked .fa-box {
  -webkit-animation: box 1.5s ease-in-out forwards;
          animation: box 1.5s ease-in-out forwards;
}

.mobcart-btn.clicked span.add-to-cart {
  -webkit-animation: txt1 1.5s ease-in-out forwards;
          animation: txt1 1.5s ease-in-out forwards;
}

.mobcart-btn.clicked span.added {
  -webkit-animation: txt2 1.5s ease-in-out forwards;
          animation: txt2 1.5s ease-in-out forwards;
}

@-webkit-keyframes cart {
  0% {
    left: -10%;
  }
  40%, 60% {
    left: 50%;
  }
  100% {
    left: 110%;
  }
}

@keyframes cart {
  0% {
    left: -10%;
  }
  40%, 60% {
    left: 50%;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes box {
  0%, 40% {
    top: -20%;
  }
  60% {
    top: 40%;
    left: 52%;
  }
  100% {
    top: 40%;
    left: 112%;
  }
}

@keyframes box {
  0%, 40% {
    top: -20%;
  }
  60% {
    top: 40%;
    left: 52%;
  }
  100% {
    top: 40%;
    left: 112%;
  }
}

@-webkit-keyframes txt1 {
  0% {
    opacity: 1;
  }
  20%, 100% {
    opacity: 0;
  }
}

@keyframes txt1 {
  0% {
    opacity: 1;
  }
  20%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes txt2 {
  0%, 80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txt2 {
  0%, 80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.dt-cart li {
  display: inline-block;
  margin: 0px 5px;
}

.dt-cart li a {
  display: block;
  font-size: 16px;
  padding: 12px 32px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.dt-cart li .dtcart-btn {
  border: 1px solid #000;
  color: #000;
}

.dt-cart li .dtcart-btn:hover {
  background: #000;
  color: #fff;
}

.dt-cart li .dtbuy-btn {
  background: #2727bb;
  border: 1px solid #2727bb;
  color: #fff;
}

.dt-cart li .dtbuy-btn:hover {
  background: #ffbc3b;
  border: 1px solid #ffbc3b;
  color: #000;
}

.odimg-col {
  padding: 0px 5px;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #fff;
  background: #2727bb;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #e41312;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.pr-body {
  min-height: 100vh;
  background: #f3f3f3;
}

.img-wrap img {
  height: 65px;
  padding: 0px 10px;
}

.inv-button a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #000;
  color: #000;
  padding: 2px 7px;
}

.inv-button {
  margin: 5px 0px;
}

.bg-code {
  display: inline-block;
  padding: 2px 6px;
  background: #00a651;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

#v-pills-tabContent .tab-pane {
  padding: 8px 12px;
}
/*# sourceMappingURL=style.css.map */
/*harish edit starts from here*/
.card-header{
    background: #2c3f7f;
}

/*wishlist starts from here*/
.heart {
  width: 100px;
  height: 100px;
  background: url("../images/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
.heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}


.stage {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*swal starts from here*/
.swal2-popup{
  background: #302f2f !important;
  color: #fff !important;
}
.swal2-timer-progress-bar{
  background: rgb(165 220 134) !important;
}
.swal2-bottom{
  bottom: 40px !important;
}
.swal2-bottom {
  width: 465px !important;
}
/*swal ends here*/
/*wishlist ends here*/

/*harish edit ends here*/



/*profile new work starts from here*/

/*form styles*/
.pop-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px #00000059;
          box-shadow: 0px 0px 4px #00000059;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}

#msform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#msform form {
  background: #fff;
  border: 0 none;
  border-radius: 10px;
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  /*stacking fieldsets above each other*/
  position: absolute;
}

/*Hide all except first fieldset*/
#msform form:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 13px;
  background: #fff;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #2727bb;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 40px;
  cursor: pointer;
  padding: 10px 20px;
  margin: 10px 5px;
}

#msform .previous {
  width: 100px;
  background: #545153;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 40px;
  cursor: pointer;
  padding: 10px 20px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background: #e41312;
}

#msform .previous:hover,
#msform .previous:focus {
  background: #353334;
}

/*headings*/
#msform .h2 {
  font-weight: 600;
  font-size: 30px;
  color: #2c3e50;
  margin: 10px 0;
}

/*logo*/
.chck-section {
  text-align: center;
  position: relative;
}

#msform h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.tracking-box .card {
  z-index: 0;
  background-color: #eceff1;
  padding-bottom: 20px;
  margin-top: 90px;
  margin-bottom: 90px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tracking-box .top {
  padding-top: 40px;
  padding-left: 13% !important;
  padding-right: 13% !important;
}

.tracking-box #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455a64;
  padding-left: 0px;
  margin-top: 30px;
}

.tracking-box #progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

.tracking-box #progressbar .step0:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10c";
  color: #fff;
}

.tracking-box #progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
}

.tracking-box #progressbar li:after {
  content: "";
  width: 100%;
  height: 12px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

.tracking-box #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

.tracking-box #progressbar li:nth-child(2):after,
.tracking-box #progressbar li:nth-child(3):after {
  left: -50%;
}

.tracking-box #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

.tracking-box #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tracking-box #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tracking-box #progressbar li.active:before,
.tracking-box #progressbar li.active:after {
  background: #e41312;
}

.tracking-box #progressbar li.active:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

.tracking-box .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.tracking-box .icon-content {
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .icon-content {
    width: 50%;
  }
}

.from-box {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: auto;
}

.contact-info {
  padding: 25px 45px;
  position: relative;
}

.contact-info-form {
  background-color: #e41312;
  position: relative;
  padding: 25px 45px;
}

.contact-info-form .btn {
  width: 100%;
  color: #e41312;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #a7323254);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-info-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #e41312;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 66px;
  left: -13px;
}

.contact-info-form .from-box {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.contact-info-form .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

.contact-info-form .social-input-containers {
  position: relative;
  margin: 1rem 0;
}

.contact-info-form .input {
  width: 100%;
  outline: none;
  border: 1px solid #fff;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  color: #fff;
}

.contact-info-form .input::-webkit-input-placeholder {
  color: #fff;
}

.contact-info-form .input:-ms-input-placeholder {
  color: #fff;
}

.contact-info-form .input::-ms-input-placeholder {
  color: #fff;
}

.contact-info-form .input::placeholder {
  color: #fff;
}

.contact-info-form textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 4px;
  resize: none;
  overflow-y: auto;
}

.contact-info-form .social-input-containers label {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-form .social-input-containers.textarea label {
  top: 1rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact-info-form .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #e41312;
  line-height: 1;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.contact-info-form .btn:hover {
  background-color: transparent;
  color: #fff;
}

.contact-info-form .social-input-containers span {
  position: absolute;
  top: 0;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contact-info-form .social-input-containers span:before,
.contact-info-form .social-input-containers span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 5px;
  background-color: #e41312;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-form .social-input-containers span:before {
  left: 50%;
}

.contact-info-form .social-input-containers span:after {
  right: 50%;
}

.contact-info-form .social-input-containers.focus label {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.contact-info-form .social-input-containers.focus span:before,
.contact-info-form .social-input-containers.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info .title {
  color: #e41312;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.social-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  margin: 0.7rem 0;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 43px;
  background: linear-gradient(45deg, #d50000, #d50000);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-icons a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #e41312;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.contact-info .social-information i {
  font-size: 22px;
  margin-bottom: 23px;
  margin-right: 8px;
  color: #e41312;
}

.contact-info .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d50000), to(#cb0b0b));
  background: linear-gradient(to bottom, #d50000, #cb0b0b);
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(-40%, 38%);
          transform: translate(-40%, 38%);
}

.contact-info .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.contact-info .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(181%, 11%);
          transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .contact-info-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  .square {
    -webkit-transform: translate(140%, 43%);
            transform: translate(140%, 43%);
    height: 350px;
  }
  .big-circle {
    bottom: 75%;
    -webkit-transform: scale(0.9) translate(-40%, 30%);
            transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }
  .text {
    margin: 1rem 0 1.5rem 0;
  }
  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    /*padding: 1.5rem;*/
  }
  .contact-info:before {
    display: none;
  }
  .square,
  .big-circle {
    display: none;
  }
  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }
  .text,
  .social-information,
  .social-media p {
    font-size: 0.8rem;
  }
  .title {
    font-size: 1.15rem;
  }
  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .icon {
    width: 23px;
  }
  .input {
    padding: 0.45rem 1.2rem;
  }
  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.info .social-information a {
  color: #000;
  font-size: 16px;
}

.info .social-information svg {
  font-size: 14px;
  color: #e41312;
  margin-top: 6px;
  margin-right: 10px;
}

.social-media a {
  color: #000;
  font-size: 16px;
}

.social-icons a {
  color: #fff;
  font-size: 16px;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */
.col_half {
  width: 49%;
}

.col_third {
  width: 32%;
}

.col_fourth {
  width: 23.5%;
}

.col_fifth {
  width: 18.4%;
}

.col_sixth {
  width: 15%;
}

.col_three_fourth {
  width: 74.5%;
}

.col_twothird {
  width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

.end {
  margin-right: 0 !important;
}

/* Column Grids End */
.stats-banner .counter {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
}

.stats-banner .counter .count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.stats-banner .counter .count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.stats-banner .counter .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.aboutus-content {
  width: 70%;
  margin: auto;
  text-align: center;
}

.aboutus-content h2 {
  text-transform: uppercase;
}

.aboutus-content p {
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  line-height: 26px;
}

.testimonial-slide {
  padding: 40px 20px;
}

.testimonial_box-top {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-text p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.testimonial_box-img {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}

.testimonial_box-name {
  padding-top: 10px;
}

.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}

.testimonial_box-job p {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
/* profile new work ends here*/
#main-content {
  position: absolute;
  top: -27px;
  right: -22px;
  z-index: 5;
}
.listing-productbox > li {
    display: inline-block;
    width: 33%;
    padding: 0px 8px;
}
/*new work ends here*/


/*harish listing page starts from here*/
.listing-bg {
  background-image: url(../images/banner-inner.jpg);
  width: 100%;
  height: 139px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  vertical-align: middle;
  background-position: center;
}

/* .filter-strip{
background-color: #f1f1f1 ;   
padding: 4px 4px ;
} */
.filter-box-side img {
  height: 18px;
}

.filter-box-side .navbar-btn {
  padding: 6px 20px !important;
  background-color: #ffbc3b !important;
  border: 1px solid #ffbc3b !important;
  color: #000 !important;
}

.filter-box-side .btn.focus, .filter-box-side .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.listing-inverters {
  display: table-cell;
  text-align: center;
  height: 126px;
  vertical-align: middle;
}

.product-search > .search {
  margin-top: 5px;
  display: block;
  position: relative;
}

.search-engine {
  position: absolute;
  top: 0px;
  right: 0;
}

.product-search .searchTerm {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 7px 12px;
  height: 38px;
  border: 1px solid #ddd;
}

.product-search .searchButton {
  border-radius: 60px;
  font-size: 18px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.product-card .faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.product-card .faq-section .mb-0 > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.product-card .faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.product-card .card {
  border: none !important;
}

.product-card .card-body {
  padding: 0px 0px;
}

.product-card .card-header {
  padding: -0.25rem 1.25rem;
  padding: 8px 8px;
  margin-bottom: 9px;
  background-color: #2727bb;
  border-radius: 0px;
}

.product-card .faq-section .mb-0 > a {
  font-size: 16px !important;
  color: #fff;
}

.product-card .faq-section .mb-0 > a:hover {
  font-size: 16px !important;
  color: #fff;
}

.group-product li {
  padding: 2px 19px;
}

.group-product li a {
  font-size: 16px;
  color: gray;
}

.group-product li a:hover {
  font-size: 16px;
  color: #000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e41312;
}

.custom-control-input:focus {
  border: 1px solid #e41312 !important;
}

.search-engine .searchButton {
  width: 38px;
  height: 38px;
}

.searchButton {
  width: 36px;
  height: 36px;
  border: 1px solid #2c3f7f;
  background: #2c3f7f;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.custom-control-label {
  font-size: 16px !important;
  color: gray;
}

.custom-control-label:hover {
  font-size: 16px !important;
  color: #000;
}

.custom-control {
  margin-bottom: 8px;
  margin-left: 15px;
}

.product-card .show {
  margin-bottom: 15px;
}

/* show more */
.showMore {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 6px;
  color: #0077c8;
  text-decoration: none;
  margin-left: 16px;
}

.showMore::after {
  content: "+ show more";
}

.showMore.showLess::after {
  content: "- show less";
}

.dropdown-cat {
  padding: 20px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background: #000;
  position: relative;
  font-size: 18px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 100;
}

.dropdown-cat:hover {
  background: #ffbc3b;
  cursor: pointer;
}

.dropdown-cat a {
  color: #fff;
}

.dropdown-cat:hover > a {
  color: #000;
}

.dropdown-cat:hover .dropdown_menu-ct li {
  display: block;
}

.dropdown_menu-ct {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: -1;
}

.dropdown_menu-ct li {
  display: none;
  color: #FFF;
  background-color: #202020;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown_menu-ct li a {
  color: #FFF;
}

.dropdown_menu-ct li:hover {
  background-color: #e41312;
}

.dropdown_menu-2-ct .dropdown_item-1 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: rotateX 300ms 60ms ease-in-out forwards;
          animation: rotateX 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-2 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: rotateX 300ms 120ms ease-in-out forwards;
          animation: rotateX 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-3 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: rotateX 300ms 180ms ease-in-out forwards;
          animation: rotateX 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-4 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: rotateX 300ms 240ms ease-in-out forwards;
          animation: rotateX 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-5 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: rotateX 300ms 300ms ease-in-out forwards;
          animation: rotateX 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-6 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  animation: rotateX 300ms 320ms ease-in-out forwards;
  -webkit-animation: rotateX 300ms 320ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-7 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  animation: rotateX 300ms 340ms ease-in-out forwards;
  -webkit-animation: rotateX 300ms 340ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-8 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  animation: rotateX 300ms 360ms ease-in-out forwards;
  -webkit-animation: rotateX 300ms 360ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-9 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  animation: rotateX 300ms 380ms ease-in-out forwards;
  -webkit-animation: rotateX 300ms 380ms ease-in-out forwards;
}

.dropdown_menu-2-ct .dropdown_item-10 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  animation: rotateX 300ms 400ms ease-in-out forwards;
  -webkit-animation: rotateX 300ms 400ms ease-in-out forwards;
}

@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

/* price rang */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs {
  height: 55px;
  margin-top: 10px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #DDD), color-stop(150%, #FFF));
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.irs-line-left {
  height: 8px;
}

.irs-line-mid {
  height: 8px;
  margin-top: 10px;
}

.irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #2c3f7f;
  border-bottom: 1px solid #2c3f7f;
  background: #2c3f7f;
  background: #2c3f7f;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c3f7f), to(#e41312));
  background: linear-gradient(to top, #2c3f7f 0%, #2c3f7f 100%);
}

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #e41312;
  border-right: 0;
  background: #e41312;
  background: #e41312;
  background: -webkit-gradient(linear, left bottom, left top, from(#eb0c0b), to(#e41312));
  background: linear-gradient(to top, #eb0c0b 0%, #e41312 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, gainsboro), to(white));
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #2c3f7f;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #e41312;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

/* .js-input-from{
  width: 18% !important;
}
.js-input-to{
  width: 16% !important;   
} */
.extra-controls {
  margin-top: 16px;
  padding: 4px 12px;
}

.extra-controls .form-control {
  display: inline-block !important;
}

.extra-controls label {
  display: block !important;
  padding: 4px;
}

.bkh-cart label {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font: 14px;
  border: 1px solid gray;
  border-radius: 0px;
  color: gray;
}

.bkh-cart label:hover {
  cursor: pointer;
}

.bkh-cart input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.bkh-cart .isSelected {
  background-color: #00a651;
  color: white;
}

.cart-list-bhk li {
  display: inline-block;
  padding: 4px 15px;
}

.box-product {
  border: 1px solid #ddd;
}

.product-search {
  padding: 24px 16px;
}

.range-slider {
  padding: 4px 11px;
}

.sort-by {
  text-align: end;
}

.sort-by .custom-select {
  display: inline-block;
  width: 38%;
  margin-left: 15px;
}

.sort-by .custom-select:focus {
  border-color: none !important;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.sort-by option:focus {
  background-color: white !important;
}

.listing-productbox > li {
  display: inline-block;
  width: 33%;
  padding: 0px 8px;
}

.filter-slide .modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.filter-slide .modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

.filter-slide .modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.shade-slide {
  position: relative;
}

.filter-slide .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

/* .modal-dialog{
  
} */
.filter-box-sidebar {
  margin-bottom: 12px;
}

.filter-slide .modal.left .modal-content, .modal.right .modal-content {
  min-height: 100vh;
  border: 0;
  border: 1px solid #d3c9c9;
}

.filter-slide .fade {
  -webkit-transition: opacity 0s linear !important;
  transition: opacity 0s linear !important;
}

.filter-slide .modal-body {
  overflow-y: scroll !important;
  height: 240px !important;
}

.filter-slide .modal-content {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes filter-slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes modal-content {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes filter-slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes modal-content {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ?detail-page? */
.detail-exide .product-title {
  text-align: left;
}

.detail-exide .product-title li {
  font-size: 18px;
}

.detail-exide .product-title {
  padding: 0px 0px;
}

.detail-exide h2 {
  color: #a31c23;
  font-weight: 600;
}

.detail-view {
  margin-top: 25px;
}

.detail-view .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.detail-exide h5 {
  font-size: 16px;
  font-weight: 600;
}

.product-line {
  border-bottom: 1px solid gray;
}

.detail-exide .panel-heading .accordion-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 5px;
  font-weight: 600;
  top: 10px;
  font-size: 14px;
}

.detail-exide .panel-heading .accordion-toggle.collapsed:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 5px;
  font-weight: 600;
  top: 10px;
  font-size: 14px;
}

.acord-detail {
  position: relative;
}

.detail-exide .accordion-toggle {
  font-size: 16px;
  color: #000 !important;
}

.thumb-zoom {
  float: left;
  margin-right: 8px;
}

.xzoom-thumbs .thumb-zoom li {
  list-style: none;
}

.xzoom3 {
  width: auto !important;
}

.detail-product-show img {
  margin: auto;
}

.detail-product-show {
  margin-bottom: 48px !important;
}

.creat-exide {
  color: #a31c23;
  font-weight: 600;
  font-size: 16px;
}

.product-exide-home li {
  display: inline-block;
  padding: 3px 3px;
}

.product-exide-home li a {
  color: #999;
  font-size: 14px;
}

.product-exide-home {
  margin-bottom: 4px;
}

#paneler {
  display: none;
}

#flip {
  cursor: pointer;
  margin-left: 20px;
}

#paneler-filter {
  display: none;
}

#flip-filter {
  cursor: pointer;
  margin-left: 20px;
}

#show-more-content {
  display: none;
}
/*harish listing page ends here*/
.brand-img{
    border: 1px solid #e1e0e0;
    padding: 10px;
    box-shadow: 0px 0px 8px -7px;
    border-radius: 4px;
}
.brand-name{
    border: 1px solid #2727bb;
    background: #2727bb;
    padding: 5px;
    color: white;
}
.brand-box:hover{
    transform: scale(1.2);
}
.brand-img img{
    height: 100px;
    overflow: hidden;
}

.sub_list a{
     text-decoration:none !important;
     font-size:16px;
     color:#fff;
     font-weight: 600;
     background: #2727bb;
     padding: 6px;
     margin-bottom: 20px;
     display: block;
 }
 .sub_list  a:hover{
   color:#fff;  
 }
 .sub_list a:before{
     content: '\f101';
   font-family: 'FontAwesome';
   float: left;
   margin-left: -1.5em;
   color: #fff;
 }
 .multi-brand-vhl-name{
     background: #2c3f7f;
     width: 82%;
 }
 .multi-brand-vhl-name a{
     padding: 5px 42px;
 }
 .card-body input {
  height: 40px;
}

.pro_des{
        border: 1px solid;
        background: #2727bb;
        color: white;
        padding: 9px;
        font-size: 15px;
        text-align: center;
    }
/*new harish works ends*/

/*last css starts from here*/
.cal_head{
    background: #2727bb;
    color: white;
}
/*last css ends here*/