/**
 * Custom styles for this site
*/
@import 'https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800';
.position-fix {
  position: fixed;
}
.position-ab {
  position: absolute;
}
.position-re {
  position: relative;
}
.list-ul ul {
  margin: 0;
  padding: 0;
}
.list-style li {
  list-style: none;
}
.form-control {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
}
.form-control:focus {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6);
  transition: all 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6);
  box-shadow: none;
  border-color: #0074d9;
  outline: 0;
}
.submit-btn {
  padding: 10px 20px 9px;
  border: none;
  background: #0074d9;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif, Helvetica, Arial;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  outline: none;
  color: #0074d9;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0074d9;
}
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 90%;
  }
}
@keyframes shine {
  100% {
    left: 90%;
  }
}
/* Shine */
/* Circle */
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Circle */
body {
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif, Helvetica, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
}
/** Helper classes **/
.icon-reset {
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
/** Helper classes **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 700;
  text-transform: capitalize;
}
/** Header **/
.header {
  background: #202c2f;
  height: 80px;
}
.header .logo {
  height: 100%;
  padding: 10px 25px;
}
.header .navbar {
  margin-bottom: 0;
}
.header .top-nav {
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
}
.header .top-nav ul li {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .top-nav ul li a {
  padding: 32px 15px 25px;
  border-bottom: solid 3px #202c2f;
  color: #fff;
}
.header .top-nav ul li a:hover,
.header .top-nav ul li a:focus {
  background: 0 0;
}
.header .top-nav ul li:hover a {
  border-bottom: solid 3px #ff0000;
  background: #fff;
  color: #ff0000;
}
.header .top-nav ul li.mega-dropdown .megamenu {
  width: 600px;
  border: none;
}
.header .top-nav ul li.dropdown .dropdown-menu li {
  list-style-type: none;
}
.header .top-nav ul li.dropdown .dropdown-menu li ul {
  padding: 0;
}
.header .top-nav ul li.dropdown .dropdown-menu li ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
.header .top-nav ul li.dropdown .dropdown-menu li ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #1f1f1f;
  border: none;
  background: none;
}
.header .top-nav ul li.dropdown:hover .dropdown-menu {
  display: block;
}
.header .top-nav .order-btn {
  margin: 20px 15px 0 10px;
  text-transform: uppercase;
}
.header .top-nav .order-btn a {
  display: block;
  padding: 10px 15px 7px;
  background: #1d414a;
  color: #fff;
  font-size: 15px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
}
.header .top-nav .order-btn a i {
  margin-right: 10px;
  font-size: 18px;
}
.header .top-nav .order-btn a:hover {
  background: #3a7280;
  text-decoration: none;
}
.header .top-nav .top-contact {
  margin: 28px 0 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.header .top-nav .top-contact i {
  margin-right: 5px;
}
.header .top-nav .top-contact a {
  color: #fff;
}
.header .top-nav .top-contact-2 {
  margin-top: 27px;
}
.header .top-nav .top-contact-2 img {
  margin-right: 5px;
  margin-top: -3px;
}
/** Header **/
/** Banner **/
.fluid_container {
  height: 100%;
  z-index: 0;
}
#camera_wrap_4 {
  height: 100%;
  margin-bottom: 0!important;
}
.camera_bar {
  z-index: 2;
}
.camera_thumbs {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.camera_thumbs_cont {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.camera_overlayer {
  opacity: .1;
}
.slider .banner-text {
  width: 55%;
  margin: 0 auto;
  padding: 25px 25px 20px;
  background: rgba(0, 116, 217, 0.5);
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
/** Banner **/
/** Home page section **/
.home-content {
  position: relative;
  padding: 30px 0 0;
  text-align: center;
}
.home-content .front-text {
  width: 50%;
  margin: 0 auto 40px;
  border-bottom: solid 1px #f44337;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
}
.home-content .front-text .sm-title {
  position: relative;
}
.home-content .front-text .sm-title span {
  position: relative;
  padding: 0 10px;
  background: #fff;
  font-size: 25px;
  font-weight: 600;
}
.home-content .front-text .sm-title:before {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #f44337;
}
.home-content .front-text .lg-title {
  color: #f44337;
  font-size: 80px;
  font-weight: 700;
  line-height: 57px;
}
.home-content .front-text .btm-title {
  font-size: 40px;
  font-weight: 700;
}
.home-content .front-sm-banner {
  padding: 15px 0 50px;
}
.home-content .front-sm-banner img {
  width: 100%;
}
.home-content .front-sm-banner .banner-effect-1 {
  position: relative;
  overflow: hidden;
}
.home-content .front-sm-banner .banner-effect-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.home-content .front-sm-banner .banner-effect-1:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.home-content .front-sm-banner .banner-effect-2 {
  position: relative;
  overflow: hidden;
}
.home-content .front-sm-banner .banner-effect-2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.home-content .front-sm-banner .banner-effect-2:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.home-content .typed-text {
  display: block;
  margin: 0 70px;
}
.home-content .typed {
  display: block;
  margin-bottom: 15px;
  color: #f44337;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
.home-content p {
  font-size: 15px;
  line-height: 23px;
}
.home-content .typed-cursor {
  display: none;
}
.top-selling-prd-section {
  padding: 40px 0 25px;
  background: #fff;
}
.top-selling-prd-section h1 {
  margin: 0 0 30px;
}
.top-selling-prd-section .top-selling-box {
  min-height: 314px;
  margin-bottom: 30px;
  border: solid 1px #ededed;
  background: #fff;
}
.top-selling-prd-section .top-selling-box .prd-img img {
  width: 100%;
}
.top-selling-prd-section .top-selling-box .prd-img .tag {
  top: 15px;
  left: 15px;
  z-index: 999;
  padding: 6px 8px;
  background: #f44337;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.top-selling-prd-section .top-selling-box .prd-img .img-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
.top-selling-prd-section .top-selling-box .prd-img .view-btn {
  display: none;
}
.top-selling-prd-section .top-selling-box .prd-content {
  border-top: solid 1px #ededed;
  padding: 10px 20px;
}
.top-selling-prd-section .top-selling-box .prd-content .prd-name {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.top-selling-prd-section .top-selling-box .prd-content .rating {
  margin: 5px 0;
  color: #37eb00;
  font-size: 12px;
}
.top-selling-prd-section .top-selling-box .prd-content .views {
  clear: both;
  margin: 5px 0;
  color: #f44337;
  font-size: 13px;
  font-weight: 600;
}
.top-selling-prd-section .top-selling-box .prd-content .views i {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  padding: 6px;
  background: #f44337;
  color: #fff;
}
.top-selling-prd-section .top-selling-box:hover .prd-img .img-hover {
  opacity: 1;
}
.top-selling-prd-section .top-selling-box:hover .prd-img .img-hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.top-selling-prd-section .top-selling-box:hover .prd-img .view-btn {
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  padding: 7px 10px;
  background: #000;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}
.top-selling-prd-section .top-selling-box:hover .prd-img .view-btn:hover {
  background: #f44337;
}
.front-tyres-section {
  background: #f44337;
}
.front-tyres-section .tyres-img {
  top: 140px;
}
.front-tyres-section .tyres-box {
  margin-top: 70px;
}
.front-tyres-section .tyres-box .heading {
  margin-bottom: 15px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 600;
}
.front-tyres-section .tyres-box .tyres-info {
  color: #fff;
  font-size: 20px;
}
.front-tyres-section .tyres-box .tyres-info a {
  color: #fff;
  text-decoration: underline;
}
.front-tyres-section .tyres-box .tyres-text {
  color: #fff;
  font-size: 14px;
}
.front-tyres-section .tyres-box .view-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  background: #212121;
  color: #fff;
  font-size: 15px;
}
.front-tyres-section .tyres-box .view-btn:hover {
  text-decoration: none;
}
.front-tyres-section .tyres-box .tyres-logo {
  margin: 30px 0;
}
.front-tyres-section .tyres-box .tyres-logo ul li {
  margin-bottom: 15px;
}
.vehicle-section {
  padding: 40px 0;
  background: #fff;
}
.vehicle-section .vehicle-text {
  max-width: 500px;
  margin: 0 auto;
}
.vehicle-section h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
.vehicle-section .brands-logo {
  margin: 40px 0;
}
.vehicle-section .brands-logo .owl-item {
  padding: 0 15px;
}
.vehicle-section .brands-logo .brands-logo-box {
  min-height: 250px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: rgba(244, 244, 244, 0.4);
}
.vehicle-section .brands-logo .brands-logo-box a {
  display: block;
  color: #fff;
}
.vehicle-section .brands-logo .brands-logo-box .img-overlay {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  background: #f44337;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition-property: height, background-color, color;
  transition-property: height, background-color, color;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.vehicle-section .brands-logo .brands-logo-box .img-overlay .img-cnt {
  display: none;
}
.vehicle-section .brands-logo .brands-logo-box .img-overlay .img-title p,
.vehicle-section .brands-logo .brands-logo-box .img-overlay .img-cnt p {
  margin-bottom: 0;
}
.vehicle-section .brands-logo .brands-logo-box:hover .img-overlay {
  height: 100%;
  background-color: rgba(244, 67, 55, 0.8);
}
.vehicle-section .brands-logo .brands-logo-box:hover .img-overlay .img-title {
  display: none;
}
.vehicle-section .brands-logo .brands-logo-box:hover .img-overlay .img-cnt {
  display: block;
  padding: 0 15px;
}
.vehicle-section .owl-wrapper-outer {
  z-index: 1;
}
.vehicle-section .owl-carousel .owl-controls {
  position: absolute;
  top: 93px;
  width: 100%;
}
.vehicle-section .owl-carousel .owl-controls .owl-prev,
.vehicle-section .owl-carousel .owl-controls .owl-next {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  background: #000;
  border-radius: 0;
}
.vehicle-section .owl-carousel .owl-controls .owl-prev:before,
.vehicle-section .owl-carousel .owl-controls .owl-next:before {
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  color: #f44337;
  line-height: 39px;
}
.vehicle-section .owl-carousel .owl-controls .owl-prev {
  float: left;
}
.vehicle-section .owl-carousel .owl-controls .owl-prev:before {
  content: "\f104";
}
.vehicle-section .owl-carousel .owl-controls .owl-next {
  float: right;
  padding: 0 6px 0 10px;
}
.vehicle-section .owl-carousel .owl-controls .owl-next:before {
  content: "\f105";
}
.service-section {
  position: relative;
  padding: 60px 0;
  color: #fff;
}
.service-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.service-section h2,
.service-section p {
  position: relative;
  z-index: 9999;
}
.service-section h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 28px;
}
.service-section .process-box {
  margin-top: 50px;
}
.service-section .process-step {
  text-align: center;
}
.service-section .process-step:before {
  position: absolute;
  right: 88%;
  left: 88%;
  width: 20%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  content: "";
  top: 80px;
  display: block;
}
.service-section .process-step:last-child {
  margin-right: 0px;
}
.service-section .process-step:last-child:before {
  display: none;
}
.service-section .process-step .process-icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  border: 2px solid #f44337;
  border-radius: 100%;
}
.service-section .process-step .process-icon span {
  position: absolute;
  left: -30px;
  top: 54%;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  padding-right: 2px;
  background-color: #f44337;
  border: 2px solid #fff;
  color: #fff;
  line-height: 51px;
  font-size: 28px;
  font-weight: 700;
  border-radius: 100%;
}
.service-section .process-step p {
  margin: 20px 0 0;
  font-size: 19px;
}
.vehicle-types {
  padding: 20px 0 0;
}
.vehicle-types .types-box ul li {
  display: inline-block;
  padding: 0 40px;
  border-right: solid 1px #d7d6d6;
  text-transform: uppercase;
  font-weight: 600;
}
.vehicle-types .types-box ul li img {
  margin-right: 10px;
}
.vehicle-types .types-box ul li:hover {
  color: #f44337;
}
.vehicle-types .types-box ul li:last-child {
  border: none;
}
.brands-section {
  background: #f3f3f3;
  padding: 40px 0 50px;
}
.brands-section h2 {
  margin: 0 0 30px;
  font-size: 28px;
}
.brands-section .brands-box {
  float: left;
  width: 285px;
  height: 150px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.brands-section .brands-box:hover {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
}
/** Home page section **/
/** Footer **/
.footer {
  margin-top: 20px;
  padding: 40px 0 20px;
  background: #212121;
  color: #fff;
}
.footer .footer-box .footer-heading {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-box ul li {
  font-size: 13px;
}
.footer .footer-box ul li a,
.footer .footer-box ul li span {
  display: inline-block;
  padding: 5px 0;
  color: #deeaf5;
}
.footer .footer-box ul li a:hover,
.footer .footer-box ul li span:hover {
  color: #fff;
}
.footer .follow-box ul li {
  opacity: .85;
}
.footer .follow-box ul li span {
  margin-left: 15px;
}
.footer .follow-box ul li:hover {
  opacity: 1;
}
.footer .bottom-footer {
  border-top: solid 1px #131313;
  margin: 40px 15px 0;
  padding: 20px 0 0;
}
.footer .bottom-footer .copyright {
  color: #deeaf5;
  font-size: 13px;
}
/** Footer **/
/** Inner page **/
.wh-widget-send-button-get-button {
  display: none !important;
}
.inner-page {
  margin-bottom: 50px;
}
.inner-page h1 {
  position: relative;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #26A69A;
}
.inner-page h1 span {
  border-bottom: solid 4px #bb0c4d;
}
.site-about .about-text span {
  display: block;
  margin: 10px 0 20px;
  font-weight: 400;
  font-style: italic;
}
.site-about .about-text strong {
  display: block;
  margin: 10px 0 20px;
}
.site-about .about-section-2 {
  display: inline-block;
  margin: 40px 0;
}
.site-about .about-section-2 img {
  margin-bottom: 20px;
}
.products-page h1 {
  margin-bottom: 50px;
}
.products-callout {
  position: relative;
  margin-bottom: 30px;
  background: #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 2px 2px 1px #bebebe;
}
.products-callout .prd-img-show img {
  width: 262px;
  height: 197px;
  border-radius: 5px 5px 0 0;
}
.products-callout .prd-img-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
.products-callout .prd-img-hover img {
  width: 262px;
  height: 197px;
  border-radius: 5px 5px 0 0;
}
.products-callout:hover .prd-img-hover {
  opacity: 1;
}
.products-callout .title {
  margin: 10px 0;
  padding: 0 15px;
  color: #ff0000;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 700;
}
.products-callout .title a {
  color: #ff0000;
}
.products-callout .products-list {
  padding: 5px 20px 20px;
}
.products-callout .products-list ul li {
  margin: 0 0 10px 1.0em;
  line-height: 18px;
}
.products-callout .products-list ul li a {
  color: #1f1f1f;
}
.products-callout .products-list ul li a:before {
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f105";
  margin: 0 10px 0 -0.9em;
  color: #ff0000;
  font-size: 17px;
}
.products-callout .products-list .more-btn {
  display: inline-block;
  margin: 10px 0;
  color: #ff0000;
}
.products-callout .products-list .more-btn:after {
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  display: inline-block;
  margin-left: 5px;
  color: #ff0000;
}
.products-category h2 {
  margin: 30px 0;
  text-transform: capitalize;
}
.category-box {
  position: relative;
  height: 105px;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 #bebebe;
}
.category-box .category-img,
.category-box .category-name {
  display: inline-block;
}
.category-box .category-img {
  cursor: pointer;
  width: 60px;
  float: left;
}
.category-box .category-name {
  width: 69%;
  margin-left: 10px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
  line-height: 18px;
}
.category-box .category-name a {
  color: #1f1f1f;
}
.category-box .order-btn {
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 15px;
  width: 69%;
  display: inline-block;
  margin-left: 72px;
}
.category-box .order-btn a {
  display: inline-block;
  padding: 6px 20px;
  background: #0e8538;
  color: #fff;
  font-size: 14px;
}
.category-box .order-btn a i {
  margin-right: 6px;
  font-size: 15px;
}
.category-box .order-btn a:hover {
  background: #036726;
  text-decoration: none;
}
.inner-bg {
  background: #fff;
  box-shadow: 0 4px 2px 0 #bebebe;
  border-radius: 5px;
}
.inquiry-process {
  padding: 15px 15px 38px;
}
.inquiry-process .step,
.inquiry-process .step-2,
.inquiry-process .step-3,
.inquiry-process .step-4,
.inquiry-process .step-5,
.inquiry-process .step-6,
.inquiry-process .step-7 {
  position: absolute;
  top: 29px;
  left: 0;
  width: 80px;
  height: 30px;
  padding: 3px 0;
  background: #f10324;
  color: #fff;
  font-size: 18px;
  border-radius: 0 10px 10px 0;
}
.inquiry-process .step:after,
.inquiry-process .step-2:after,
.inquiry-process .step-3:after,
.inquiry-process .step-4:after,
.inquiry-process .step-5:after,
.inquiry-process .step-6:after,
.inquiry-process .step-7:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #7c0011 #7c0011 transparent transparent;
  top: 30px;
  border-width: 7px 7px 7px 8px;
  left: 0;
}
.inquiry-process .step-2 {
  top: 172px;
}
.inquiry-process .step-3 {
  top: 324px;
}
.inquiry-process .step-4 {
  top: 514px;
}
.inquiry-process .step-5 {
  top: 638px;
}
.inquiry-process .step-6 {
  top: 766px;
}
.inquiry-process .step-7 {
  top: 917px;
}
.inquiry-process .inquiry-box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.inquiry-process .inquiry-box .name h2 {
  margin: 12px 0 10px;
  color: #0074d9;
  font-size: 22px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
  text-transform: uppercase;
}
.inquiry-process .inquiry-box .teaser {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 300;
}
.inquiry-process .inquiry-box .teaser ul {
  padding-left: 92px;
  text-align: left;
}
.form-box {
  padding: 15px;
}
.form-box h2 {
  color: #0074d9;
  font-size: 18px;
  text-transform: capitalize;
}
.form-box .form-group label {
  width: 100%;
  margin-bottom: 10px;
}
.form-box .form-group textarea {
  height: auto !important;
}
.form-box .form-group .file-upload {
  display: block;
  padding: 15px 8px 11px;
  border: 1px solid #ccc;
  background: #ddd;
  text-align: center;
  cursor: pointer;
}
.form-box .form-group .file-upload i {
  margin-right: 6px;
}
.form-box .form-group input[type="file"] {
  display: none;
}
.form-box .form-group .radio-inline {
  width: auto !important;
}
.form-box .upload label {
  width: 100%;
}
.login-form .login-title {
  margin: 0 0 16px;
  padding: 20px 22px 18px;
  border-bottom: 1px solid #ebebeb;
  color: #333;
  font-size: 17px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
  line-height: 15px;
}
.login-form .form-horizontal {
  padding: 15px;
}
.login-form .form-horizontal .form-group {
  margin: 0;
}
.login-form .control-label {
  padding-top: 15px;
  text-align: left;
}
.login-form label {
  float: left;
  width: 95px;
  margin-top: 15px;
  font-weight: normal;
}
.login-form .form-control {
  float: left;
  width: 81%;
}
.new-register {
  margin-bottom: 20px;
  padding: 15px;
}
.new-register .title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: 17px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
}
.new-register .title-2 {
  margin-bottom: 15px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
}
.new-register ul {
  padding-left: 15px;
}
.new-register ul li {
  font-size: 14px;
  line-height: 23px;
}
.sign-up .sign-up-title {
  font-size: 19px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
}
.sign-up .sign-up-text {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
}
.sign-up .sign-up-form {
  padding: 18px;
}
.sign-up .sign-up-form .form-group {
  margin: 0;
}
.sign-up .sign-up-form .form-group label {
  float: left;
  width: 160px;
  margin-top: 15px;
  font-weight: normal;
}
.sign-up .sign-up-form .form-group .form-control {
  float: left;
  width: 69%;
}
.btn-box {
  margin-top: 20px;
}
.btn-box label {
  display: block;
  font-weight: normal;
}
.btn-box .submit-btn {
  margin-top: 20px;
}
.info-box {
  padding: 30px 20px;
}
.info-box .section-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: solid 1px #ebebeb;
}
.info-box .info-group {
  padding: 20px 0;
  border-bottom: solid 1px #ebebeb;
}
.info-box .info-group .info-title,
.info-box .info-group .info-result {
  display: inline-block;
}
.info-box .info-group .info-title {
  width: 40%;
  font-family: "Rajdhani", sans-serif, Helvetica, Arial;
  font-weight: 600;
  color: #474646;
}
.info-box .info-group .info-result {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 300;
}
.info-box .info-group:last-child {
  border: none;
}
.order-summary-section {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.order-summary-section .panel-heading {
  background-color: #e6e3e3;
}
.order-summary-section .highrow {
  border-top: 2px solid;
}
.order-summary-section .emptyrow {
  border-top: none;
}
.popup-btn {
  display: inline-block;
  margin: 15px 0;
  padding: 6px 20px;
  background: #0e8538;
  font-size: 14px;
  text-decoration: none !important;
}
.popup-btn:hover {
  background: #036726;
  text-decoration: none;
}
.tires-slider .carousel-inner .item .carousel-caption {
  text-shadow: none;
}
.tires-slider .carousel-inner .item .carousel-caption strong,
.tires-slider .carousel-inner .item .carousel-caption span {
  display: block;
}
.tires-slider .carousel-inner .item .carousel-caption strong {
  margin-bottom: 20px;
  font-size: 40px;
  color: #f44337;
  line-height: 34px;
}
.tires-slider .carousel-inner .item .carousel-caption span {
  font-size: 25px;
  line-height: 21px;
}
.tires-slider .carousel-control.left,
.tires-slider .carousel-control.right {
  background: none;
  opacity: 1;
}
.tires-slider .carousel-control .glyphicon {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px;
  font-size: 16px;
}
.site-tires .form-box {
  padding: 0;
}
.mg-btm-0 {
  margin-bottom: 0 !important;
}
.tires-info-section {
  background: #000;
}
.tires-info-section .tires-box {
  padding: 60px 0;
  color: #fff;
}
.tires-info-section .tires-box .tires-card {
  margin-bottom: 50px;
}
.tires-info-section .tires-box .tires-card .icon {
  max-width: 45px;
  float: left;
}
.tires-info-section .tires-box .tires-card .tires-cnt {
  margin-left: 65px;
}
.tires-info-section .tires-box .tires-card .tires-cnt .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.tires-info-section .tires-box .tires-card .tires-cnt .teaser {
  font-size: 14px;
  line-height: 20px;
}
.tires-info-section .tires-bg-img {
  height: 550px;
  background: url("../../images/site/tire-man.jpg") no-repeat center;
  background-size: cover;
}
.inquiry-page h1 {
  margin-bottom: 40px;
}
.inquiry-page .success-message {
  position: relative;
  overflow: hidden;
  color: #8BC34A;
  font-size: 25px;
  font-weight: 300;
}
.inquiry-page .success-message i {
  display: block;
  margin-bottom: 10px;
  font-size: 45px;
}
.inquiry-page .success-message span {
  display: block;
}
.order-confirm-form h1 {
  margin-bottom: 40px;
}
.order-confirm-form .form-group .control-label {
  color: #808818;
  text-align: left;
}
.order-confirm-form .form-group .order-btn {
  padding: 10px 30px;
  border: none;
  background: #bb0c4d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.order-confirm-form .form-group .order-btn:hover,
.order-confirm-form .form-group .order-btn:active,
.order-confirm-form .form-group .order-btn:focus {
  outline: none;
}
/** Inner page **/
/** Responsive start **/
@media (max-width: 1199px) {
  .header .logo {
    padding: 19px 7px 16px;
  }
  .header .top-nav ul li {
    font-size: 15px;
  }
  .header .top-nav ul li a {
    padding: 32px 10px 25px;
  }
  .header .top-nav .order-btn {
    margin: 20px 10px 0 10px;
  }
  .header .top-nav .order-btn a {
    padding: 10px 10px 7px;
    font-size: 14px;
  }
  .header .top-nav .order-btn a i {
    font-size: 16px;
  }
  .header .top-nav .top-contact {
    font-size: 14px;
  }
  .header .top-nav .top-contact-2 img {
    margin-right: 0;
    margin-top: -6px;
    width: 17%;
  }
  .header .top-nav .navbar-header {
    width: 21%;
  }
  .home-content .front-text .btm-title {
    font-size: 35px;
  }
  .parallax-window {
    min-height: 400px;
  }
  .parallax-banner .banner-text {
    width: 65%;
    font-size: 35px;
    line-height: 36px;
  }
  .vehicle-types .types-box ul li {
    padding: 0 20px;
  }
  .top-selling-prd-section .top-selling-box-lg .prd-content {
    min-height: 115px;
  }
  .service-section .process-step:before {
    right: 84%;
    left: 84%;
    width: 21%;
  }
  .brands-section .brands-box {
    width: 313px;
  }
  .front-tyres-section .tyres-img {
    top: 93px;
  }
  .front-tyres-section .tyres-box .heading {
    font-size: 35px;
    line-height: 33px;
  }
  .category-box {
    height: 140px;
  }
  .category-box .category-name {
    width: 63%;
  }
  .category-box .order-btn {
    left: 0;
  }
  .category-box .order-btn a {
    padding: 6px 13px;
    font-size: 13px;
  }
  .category-box .order-btn a i {
    font-size: 13px;
  }
  .inquiry-process .step-2 {
    top: 193px;
  }
  .inquiry-process .step-3 {
    top: 385px;
  }
  .inquiry-process .step-4 {
    top: 619px;
  }
  .inquiry-process .step-5 {
    top: 760px;
  }
  .inquiry-process .step-6 {
    top: 911px;
  }
  .inquiry-process .step-7 {
    top: 1082px;
  }
  .tires-info-section .tires-bg-img {
    height: 790px;
  }
}
@media (max-width: 991px) {
  .header .logo {
    padding: 22px 10px;
  }
  .header .top-nav .navbar-header {
    width: 23%;
  }
  .header .top-nav ul li {
    font-size: 13px;
  }
  .header .top-nav ul li a {
    padding: 32px 8px 25px;
  }
  .header .top-nav ul li.mega-dropdown .megamenu {
    width: 480px;
  }
  .header .top-nav .top-contact {
    display: none;
  }
  .header .top-nav .top-contact-2 {
    display: block;
  }
  .parallax-window {
    min-height: 350px;
  }
  .parallax-banner .banner-text {
    font-size: 25px;
    line-height: 28px;
  }
  .home-content .front-text .btm-title {
    margin-bottom: 2px;
    font-size: 29px;
    line-height: 27px;
  }
  .home-content .typed-text {
    margin: 0 10px;
  }
  .top-selling-prd-section .top-selling-box {
    min-height: 240px;
  }
  .top-selling-prd-section .top-selling-box .prd-content {
    padding: 10px;
  }
  .top-selling-prd-section .top-selling-box .prd-content .prd-name,
  .top-selling-prd-section .top-selling-box .prd-content .rating {
    display: block;
    float: none !important;
  }
  .top-selling-prd-section .top-selling-box .prd-content .prd-name {
    font-size: 11px;
  }
  .top-selling-prd-section .top-selling-box .prd-content .views {
    font-size: 12px;
  }
  .top-selling-prd-section .top-selling-box .prd-content .views i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 4px;
    font-size: 12px;
  }
  .front-tyres-section .tyres-img {
    top: 112px;
  }
  .front-tyres-section .tyres-box {
    margin-top: 55px;
  }
  .front-tyres-section .tyres-box .heading {
    font-size: 27px;
    line-height: 26px;
  }
  .front-tyres-section .tyres-box .tyres-info {
    font-size: 15px;
  }
  .vehicle-types .types-box ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .vehicle-types .types-box ul li img {
    margin-right: 5px;
  }
  .service-section .process-step:before {
    top: 57px;
    width: 30%;
  }
  .service-section .process-step .process-icon {
    width: 110px;
    height: 110px;
  }
  .service-section .process-step .process-icon span {
    left: -17px;
    top: 25%;
    width: 45px;
    height: 45px;
    font-size: 23px;
    line-height: 46px;
  }
  .service-section .process-step .process-icon img {
    width: 50%;
  }
  .service-section .process-step p {
    font-size: 15px;
  }
  .brands-section .brands-box {
    width: 360px;
  }
  .category-box .category-name {
    width: 63%;
  }
  .inquiry-process .step,
  .inquiry-process .step-2,
  .inquiry-process .step-3,
  .inquiry-process .step-4,
  .inquiry-process .step-5,
  .inquiry-process .step-6,
  .inquiry-process .step-7 {
    width: 45px;
  }
  .inquiry-process .step-2 {
    top: 236px;
  }
  .inquiry-process .step-3 {
    top: 448px;
  }
  .inquiry-process .step-4 {
    top: 724px;
  }
  .inquiry-process .step-5 {
    top: 903px;
  }
  .inquiry-process .step-6 {
    top: 1076px;
  }
  .inquiry-process .step-7 {
    top: 1287px;
  }
  .tires-slider .carousel-inner .item .carousel-caption strong {
    margin-bottom: 8px;
    font-size: 30px;
  }
  .tires-slider .carousel-inner .item .carousel-caption span {
    font-size: 20px;
    line-height: 17px;
  }
  .tires-info-section .tires-box .tires-card {
    margin-bottom: 30px !important;
  }
  .tires-info-section .tires-bg-img {
    height: 860px;
  }
}
@media (max-width: 767px) {
  .header {
    height: auto;
  }
  .header .top-nav {
    border: none;
  }
  .header .top-nav .navbar-header {
    width: 100%;
  }
  .header .top-nav .navbar-toggle {
    margin-top: 23px;
    margin-right: 0;
    border-radius: 0;
  }
  .header .top-nav .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header .top-nav .navbar-collapse {
    margin-bottom: 20px;
  }
  .header .top-nav ul li {
    font-size: 14px;
  }
  .header .top-nav ul li a {
    padding: 11px 10px;
    border-bottom: solid 3px transparent;
  }
  .header .top-nav ul li.dropdown .dropdown-menu li ul li a {
    padding: 10px 0;
  }
  .header .top-nav ul li.dropdown:hover .dropdown-menu {
    display: none;
  }
  .header .top-nav ul li.dropdown.open a {
    border-bottom: solid 3px #0074d9;
    background: #f6f6f6;
    color: #0074d9;
  }
  .header .top-nav ul li.dropdown.open .dropdown-menu {
    display: block;
    width: auto;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0;
  }
  .header .top-nav .order-btn {
    display: inline-block;
    float: none !important;
    margin: 20px -15px 0 -15px;
  }
  .header .top-nav .top-contact,
  .header .top-nav .top-contact-2 {
    display: block;
    float: none !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .top-nav .top-contact img,
  .header .top-nav .top-contact-2 img {
    width: auto;
  }
  .header .logo {
    float: none;
    display: block;
    padding: 14px 10px 14px 0;
    text-align: center;
  }
  .header .logo img {
    margin: 0 auto;
  }
  .home-content .front-text {
    width: 100%;
  }
  .home-content .front-text .sm-title:before {
    top: 13px;
  }
  .home-content .front-text .sm-title span {
    font-size: 20px;
  }
  .home-content .front-text .lg-title {
    font-size: 60px;
    line-height: 50px;
  }
  .home-content .front-text .btm-title {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 28px;
  }
  .home-content .front-sm-banner .banner-effect-1,
  .home-content .front-sm-banner .banner-effect-2 {
    margin-bottom: 20px;
  }
  .top-selling-prd-section .top-selling-box {
    min-height: 100%;
  }
  .top-selling-prd-section .top-selling-box:hover .prd-img .img-hover {
    width: 100%;
  }
  .front-tyres-section .tyres-img {
    display: none;
  }
  .front-tyres-section .tyres-box {
    margin-top: 35px;
  }
  .front-tyres-section .tyres-box .heading {
    font-size: 21px;
    line-height: 23px;
  }
  .front-tyres-section .tyres-box .tyres-info {
    font-size: 14px;
  }
  .front-tyres-section .tyres-box .tyres-logo ul li {
    margin: 0;
  }
  .vehicle-section {
    margin-top: 0;
  }
  .vehicle-types {
    padding: 15px 0 10px;
  }
  .vehicle-types .types-box ul li {
    width: 18%;
    padding: 10px 0;
    border-right: none;
    border-bottom: solid 1px #d7d6d6;
    font-size: 12px;
  }
  .vehicle-types .types-box ul li img {
    display: block;
    height: 22px;
    margin: 0 auto 10px;
  }
  .vehicle-types .types-box ul li:last-child {
    border-bottom: solid 1px #d7d6d6;
  }
  .service-section h2,
  .brands-section h2 {
    font-size: 23px;
  }
  .parallax-window {
    min-height: 250px;
  }
  .service-section {
    padding: 49px 0;
  }
  .service-section .process-box {
    margin: 50px 15px 0;
  }
  .service-section .process-step:before {
    display: none;
  }
  .service-section .process-step .process-icon span {
    left: -9px;
    top: 34%;
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 36px;
  }
  .service-section .process-step p {
    font-size: 13px;
    line-height: 18px;
  }
  .brands-section {
    margin: 0;
    padding: 30px 0;
  }
  .brands-section h1 {
    font-size: 27px;
  }
  .brands-section .brands-box {
    width: 50%;
    height: 100%;
    padding: 10px;
  }
  .brands-section .brands-box:hover {
    transform: scale(1);
  }
  .footer .top-footer .mobile-border:after {
    position: absolute;
    top: 25px;
    right: 25%;
    content: "";
    background: #fff;
    width: 1px;
    height: 80%;
  }
  .footer .footer-box {
    margin-bottom: 30px;
  }
  .footer .follow-box {
    margin-bottom: 0;
    text-align: center;
  }
  .footer .follow-box .footer-heading {
    margin-bottom: 20px;
  }
  .footer .follow-box ul li {
    display: inline-block;
    width: 18%;
  }
  .footer .follow-box ul li a img {
    display: block;
    margin: 0 auto;
  }
  .footer .follow-box ul li span {
    margin: 0;
  }
  .site-about img {
    margin-top: 20px;
  }
  .site-about .about-section-2 {
    margin: 20px 0;
  }
  .products-callout .prd-img-show img,
  .products-callout .prd-img-hover img {
    width: 100%;
    height: 300px;
  }
  .products-category h2 {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  .inquiry-process .step,
  .inquiry-process .step-2,
  .inquiry-process .step-3,
  .inquiry-process .step-4,
  .inquiry-process .step-5,
  .inquiry-process .step-6,
  .inquiry-process .step-7 {
    display: none;
  }
  .inquiry-process .ui-state-active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .inquiry-process .ui-accordion-header:focus,
  .inquiry-process .ui-accordion-header:active {
    outline: none !important;
  }
  .inquiry-process .name {
    position: relative;
    padding-left: 0;
    border: none;
    background: 0 0;
  }
  .inquiry-process .name .ui-accordion-header-icon {
    display: none;
  }
  .inquiry-process .name h2 {
    margin: 12px 0 10px;
    color: #0074d9;
    font-size: 20px;
    font-family: "Rajdhani", sans-serif, Helvetica, Arial;
    font-weight: 600;
    text-transform: uppercase;
  }
  .inquiry-process .name h2 i {
    margin-left: 10px;
    font-size: 17px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
  }
  .inquiry-process .inquiry-box.ui-widget-content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .inquiry-process .inquiry-box .teaser p {
    color: #1f1f1f;
  }
  .ui-widget {
    font-family: "Open Sans", sans-serif, Helvetica, Arial !important;
  }
  .tires-slider .carousel-inner .item .carousel-caption {
    bottom: 0;
  }
  .tires-slider .carousel-inner .item .carousel-caption strong {
    font-size: 19px;
    line-height: 18px;
  }
  .tires-slider .carousel-inner .item .carousel-caption span {
    font-size: 15px;
    line-height: 17px;
  }
  .tires-slider .carousel-control .glyphicon {
    display: none;
  }
  .tires-info-section .tires-box {
    padding-bottom: 25px;
  }
  .tires-info-section .tires-bg-img {
    height: 500px;
  }
  .vehicle-mobile-section {
    padding: 30px 0 0;
  }
  .vehicle-mobile-section .brands-logo .brands-logo-box {
    min-height: 180px;
    margin-bottom: 20px;
  }
  .vehicle-mobile-section .brands-logo .brands-logo-box img {
    height: 120px;
  }
  .vehicle-mobile-section .brands-logo .brands-logo-box .img-overlay {
    height: 45px;
    font-size: 13px;
  }
  .vehicle-mobile-section .brands-logo .brands-logo-box:hover .img-overlay {
    height: 45px;
  }
  .vehicle-mobile-section .brands-logo .brands-logo-box:hover .img-overlay .img-title {
    display: block;
  }
}
@media all and (max-width: 550px) and (min-width: 420px) {
  .footer .top-footer .mobile-border:after {
    right: 12%;
  }
}
@media all and (max-width: 420px) and (min-width: 320px) {
  .footer .top-footer .mobile-border:after {
    right: 6%;
  }
  .footer .footer-box .footer-heading {
    font-size: 18px;
  }
  .footer .footer-box ul li {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .header .logo img {
    width: 70%;
  }
}
@media (max-width: 515px) {
  .footer .follow-box ul li {
    width: 24%;
  }
  .footer .follow-box ul li a img {
    height: 25px;
  }
  .footer .follow-box ul li span {
    font-size: 10px;
  }
}
/** Responsive End **/
