﻿html, body{height:100%;}
* {margin:0; padding:0;}
body {margin:0; padding:0;font-family:'Poppins'; background:#fff;	font-size:14px; line-height:23px; color:#242424;}
a:hover { text-decoration:none;}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/Poppins/Eurostile.woff') format('woff'),
         url('../fonts/Poppins/Eurostile.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileDemi';
    src: url('../fonts/Poppins/Eurostile-Demi.woff') format('woff'),
         url('../fonts/Poppins/Eurostile-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.font-e{
    font-family: 'Eurostile';
    letter-spacing: 2px;
}

.font-ed{
    font-family: 'EurostileDemi';
}

/* Base Styles */
.pad_0{
    padding:0 !important;
}
.mar_0{
    margin:0;
}
.gap_m15 { margin:15px 0;}
.gap_p15 { padding:15px 0;}
.gap_m25 { margin:25px 0;}
.gap_p25 { padding:25px 0;}
.gap_m30 { margin:30px 0;}
.gap_p30 { padding:30px 0;}
.gap_m35 { margin:35px 0;}
.gap_p35 { padding:35px 0;}
.gap_m55 { margin:55px 0;}
.gap_p55 { padding:55px 0;}
.gap_m75 { margin:75px 0;}
.gap_p75 { padding:75px 0;}
.gap_ml15 { margin:0 15px;}
.gap_mb15 { margin:15px 0;display: inline-block;}
.mb15 { margin-bottom:20px;}
.mb-15 {
    margin-bottom: 15px;
}
.m-l-20{margin-left:20px;}
.m-l-10{margin-left:5px;}
.mr-r60{margin-right:44px;}
.mt-20{margin-top:15px !important;margin-bottom:10px;}
.mt-4{margin-top:4px;}
.md_left{
    float:left;
}
.md_right{
    float:right;
}
.app_txt{    margin-top: 0px;
    float: left;
    margin-right: 9px;
    color: #000;
    font-size: 12px;
}

.color_w{
	color:#fff !important;
}

.color_b{
	color:#009595 !important;
}

.cursor-pointer{
cursor:pointer;
}

.font-35{
    font-size:35px !important;
}

main {float: left;position: relative;width: 100%;}

.clearfix{
	clear:both;
}
/* Header Styles */

.font16{
	font-size: 14px;
}
.font17{
    font-size:16px !important; 
}
.topbar {
    background: #fff;
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 100%;
}
.topbar .list-inline{
    position:relative;
    background:#42c0c4;
    z-index:1;
}
.topbar .list-inline::after{
    position:absolute;
    left:-30px;
    top:0;
    content:"";
    border-bottom: 32px solid #42c0c4;
	border-left: 30px solid transparent;
}


.topbar a{
 color: #fff;
}
.topbar ul li a .fa{
    margin:0 5px 0 0;
}

.list-inline > li {
    padding-bottom: 2px;
}


.topbar .list-app{
    position:relative;
    background:#474747;
    padding-right: 25px;
}

.list-app {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-app > li {
   display: inline-block;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
    padding-bottom: 2px;
}
.navbar-header{
	width: 21%;
}

.logo {
  float: left;
  text-align: left;
  display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-left: 22px;
}

.logo a {
  /*max-width: 240px;*/
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  position: relative;
  padding:0;
}

.logo a img {
  width: 100%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.logo::before {
       position: absolute;
    content: "";
    border-bottom: 124px solid #000000;
    border-left: 37px solid transparent;
    left: 262px;
    top: -34px;
    display:none !important;
}

.logo2 {
    float: left;
    text-align: center;
    display: inline-block;
    background: #000;
    width: 130px;
    padding-top: 25px;
    margin-top: -74px;
    margin-left: 94%;
}

/*.logo2 img{
-webkit-transform: skewX(16deg);
transform: skewX(16deg);
}*/
.loginli a{
    background: #3B3B3B;
    color: #fff !important;
    padding: 8px 30px !important;
}
.navbar-inverse{
	background-color:#fff;
	z-index: 99;
}
/*.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;    z-index: -1;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}*/


.carousel, .item, .active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
  z-index: 0;
}

.fill {
  width: 100%;
  /*height: 100%;*/
  background-position: center;
  background-size: cover;
}


/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

.full-size {
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
	background: rgba(0, 0, 0, 0.5);
}


.blocks{
	position:absolute;
	z-index: 2;
	padding-left: 5%;
    padding-top: 6%;
    padding-right: 5%;
}
.dataTables_length{
    float:left;
}

.box_1{
	top: 0;
	background: rgba(0, 0, 0, 1.0);
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.6);
	padding: 0px 20px 10px;
	display: inline-block;
	margin-top: 2%;
	width:100%;
}
.box_1 h2{
	color:#000000;
    background: #42c0c4;
    font-family:'cooper_blackregular';
    display: inline-block;
    padding: 12px 20px;
    font-size: 40px;
}
.box_1 p{
    
    font-size: 22px;
    line-height: 25px;
    margin-top: 8px;
    text-align: center;
        color: #FFFFFF;
}

.home_icon{
        width: 110px;
    height: 110px;
    margin: auto;
    background: #42c0c4;
    margin-top: -55px;
    border-radius: 50%;
    border: 10px solid #000;
    padding: 25px;
    font-size: 35px;
    color: #000;
}

.font14{
    font-size: 14px !important;
}

.bg_black{
    background: #000;
}

.font-cb{
   font-family:'cooper_blackregular';
}

.font-number{
  font-family:Arial !important;
}

.marg_r5 {
  margin-right: 25px;
}

.marg_0{
	margin:0px;
}
.box_1:hover img{
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(5px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(10px, 0, 0);
  }

}

/*-------------Home page Css Start Here------------*/

.section-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #e3e3e3;
    width: 100%;
}
.select-styled {
    text-align: left;
    font-size: 14px;
    color: #323232;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select-options li {
    list-style: none;
    font-size: 14px;
    padding:2px 15px;
    color: #323232;
}
.select-options {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(227, 227, 227);
    border-top: 0px;
}
.select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-color: #e3e3e3 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 10px;
}	
.select-styled:active::after, .select-styled.active::after {
    top: 10px;
border-color: transparent transparent #e3e3e3 transparent;
}
.section-title .separator {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.section-title .separator::before {
    content: '';
    display: block;
    margin: auto;
    margin-bottom: auto;
    margin-left: auto;
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    background: #009595;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 6px;
}
.section-title .separator::after {
    width: 100px;
    display: block;
    margin: auto;
    margin-left: auto;
    content: "";
    height: 1px;
    background: #42c0c4;
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}
.section-title .separator::before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    background: #42c0c4;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 6px;
}
#mms_id span{
	font-size:12px;
}
.button {
    text-align: center;
    background: #009595;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;   
}
.button:hover{
	color:#ffff;
}
#mms_id:hover .img-responsive {
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(10px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-20px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(20px, 0, 0);
  }
}


h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #000; margin-top: 0px; text-transform: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 26px; font-style: normal; font-weight: 500; line-height: 40px; }
h2 { font-size: 25px; font-style: normal; font-weight: 500; line-height: 35px; }
h3 { font-size: 20px; font-style: normal; font-weight: 600;}
h4 { font-size: 24px; font-style: normal; font-weight: 600; line-height: 24px; }
h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 24px; }
h6 { font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; }
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #232323; border-top: 0px; }
hr.gray { margin: 0; padding: 0px; border-bottom: 1px solid #c6c5c5; border-top: 0px; }
label { font-size: 15px; /*font-weight: 400;*/ color: #626262; }
.label { color: #fff !important; font-size: 9px !important; }
*::-moz-selection { background: #009595; color: #fff; text-shadow: none; }
::-moz-selection { background: #009595; color: #fff; text-shadow: none; }
::selection { background: #009595; color: #fff; text-shadow: none; }

/***************************
   Typography
****************************/
mark { background: #009595; color: #ffffff; }
ol { padding: 0px; margin: 0px; }
ol li { list-style: decimal inside; padding: 0px; margin: 0px; line-height: 30px; }
ol.alpha li { list-style: decimal-leading-zero inside; padding: 0px; margin: 0px; }
ol.roman { padding-left: 15px; }
ol.roman li { list-style: lower-roman; padding: 0px; margin: 0px; }
ul { padding: 0px; margin: 0px; }
ul li { list-style: none; padding: 0px; margin: 0px; line-height: 30px; }
ul.disc li { list-style: disc inside; padding: 0px; margin: 0px; line-height: 30px; }
ul.list-style-1 li { list-style: none; }
.list-style-none li { list-style: none; }
blockquote { display: block; background: #fff; position: relative; font-size: 14px; padding-left: 60px; border-left: 5px solid #f5f5f5; font-style: italic; padding-right: 0px; }
blockquote::before { content: "\201C"; font-family: Georgia, serif; font-size: 60px; font-weight: bold; color: #e3e3e3; position: absolute; left: 10px; top: 25px; }
blockquote::after { content: ""; }
blockquote cite { font-size: 14px; margin-top: 15px; display: block; font-weight: 600; color: #009595; }
.quick-links .row.no-gutter { padding: 0 15px; }
.no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; }
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

/***************************
Page section margin padding 
****************************/
.page-section-ptb { padding: 10px 0;background: #ececec; }
.page-section-pt { padding: 40px 0 0; }
.page-section-pb { padding: 0 0 40px; }

/*************************
  Text Color
***********************/
.text-green { color: #42c0c4; }
.text-white { color: #ffffff !important; }
.text-black { color: #000 !important; }
.text-gray { color: #626262; }

/*************************
  Background Color
***********************/
.white-bg { background: #ffffff; }
.gray-bg { box-shadow: 1px 6px 8px 1px rgb(0 0 0 / 10%);
border-radius: 0px;
background: #fff;
width: 100%;
display: inline-block;
padding: 0px;
border: 0px solid #dad5d5;margin-bottom: 20px;
overflow:hidden;
}
.dark-gray-bg { background: #908f94; }
.red-bg { background: #009595; }

/*************************
  Section Title 
***********************/
.section-title { margin-bottom: 10px; text-align: center; }
.section-title .separator { position: relative; margin-top: 10px; display: inline-block; }
.section-title h2 { font-size: 26px; text-transform: none; font-weight: 600; }
.section-title span { margin-bottom: 10px; display: block; }
.section-title .separator:after { width: 100px; display: block; margin: auto; content: ""; height: 1px; background: #42c0c4; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.section-title .separator:before { content: ''; display: block; margin: auto; left: 50%; height: 1px; width: 50px; bottom: -15px; background: #42c0c4; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 6px; }
section:hover .section-title .separator:before { width: 100px; left: 0; }
section:hover .section-title .separator:after { width: 50px; left: 0; }


/*************************

    Form
*************************/
.form-control { /*height: 45px;*/ line-height: 1.33333;padding: 6px 20px !important;color: #626262;/*box-shadow: 0px 6px 16px -15px #000;*/border-radius: 0;}
.form-control:focus { box-shadow: none; border: 1px solid #009595; }
.form-control.input-lg { resize: none; font-size: .9em }
.form-control.rounded { border-radius: 0px; }
.form-group input { padding:10px 10px !important; }

.form-control, .input-group-addon { border: 1px solid #c3c1c1; }
.form-group label { color: #2b2b2b; display: inline-block; margin-top: 8px; margin-bottom: 4px; text-transform: capitalize; font-size: 12px; }
.form-inline button { margin: 0px; }
.form-group > label { display: block; }
.form-control::-moz-placeholder { color: #626262; }
.form-control::-ms-input-placeholder { color: #626262; }
.form-control::-webkit-input-placeholder { color: #626262; }
select { border: 1px solid #c3c1c1; color: #777; cursor: pointer; display: block; line-height: 13px; max-width: 100%; min-width: 100%;border-radius: 10px;
box-shadow: none;
height: auto;
line-height: 1.33333;
padding:4px 10px!important;
color: #626262;/*background: #f1f1f1;*/box-shadow: rgb(0, 0, 0) 0px 6px 16px -15px; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border-color: #E2E2E2; padding: 8px 18px; }
.select-hidden { display: none; visibility: hidden; padding-right: 10px; }
.select { cursor: pointer; display: inline-block; position: relative; font-size: 14px; color: #e3e3e3; width: 100%; height: 40px; }
.select-styled { text-align: left; font-size: 14px; color: #323232; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ccc; background-color: #fff; padding: 4px 15px; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.select-styled:after { content: ""; width: 0; height: 0; border: 7px solid transparent; border-color: #009595 transparent transparent transparent; position: absolute; top: 18px; right: 10px; }
.select-styled:active:after, .select-styled.active:after { top: 10px; border-color: transparent transparent #989898 transparent; }
.select-options { text-align: left; display: none;top: 100%; right: 0; left: 0; z-index: 99; margin: 0; padding: 0; list-style: none; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px; }
.select-options li { list-style: none; font-size: 14px; padding-left: 15px; color: #323232; }

.table-bordered th{
    background:#F0F0F0;
    font-weight:normal;
        border-right: 1px solid #E2E2E2;
}
.table-bordered td{
    background:#fff;
        border-right: 1px solid #E2E2E2;
}

.select {
  position: relative;
  display: flex;
   width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
  box-shadow: 0px 6px 16px -15px #000;
}
.select select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.select:hover::after {
  color: #f39c12;
}

.table-radius{
    border-radius:10px;
    border:1px solid #ddd;
}


/*************************
    Button
*************************/
.button {border: 1px solid #cecece !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(206, 206, 206);
outline: none;
border-radius: 5px;
box-shadow: inset 0 0 0 1px #1fc5c5;
border-bottom: 3px solid #299898 !important; text-align: center; background: #42c0c4; color: #ffffff; display: inline-block; text-transform: capitalize; vertical-align: middle; padding: 8px 15px; -ms-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -ms-transition-property: color; -moz-transition-property: color; -o-transition-property: color; -webkit-transition-property: color; transition-property: color; -ms-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; border:none;outline:none; }
.button:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #28adad; -ms-transform: scaleY(0); -moz-transform: scaleY(0); -o-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); -ms-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -ms-transition-property: transform; -moz-transition-property: transform; -o-transition-property: transform; -webkit-transition-property: transform; transition-property: transform; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.button:hover, .button:focus, .button:active { color: #ffffff; }
.button:hover:before, .button:focus:before, .button:active:before { -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); }

.button_green {
  outline: none;
  text-align: center;
  background: #6edbd5;
  color: #ffffff;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 12px 15px;
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -ms-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
  outline: none;
      width: 49%;
}

  .button_green:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #28adad;
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -ms-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .button_green:hover, .button_green:focus, .button_green:active {
    color: #ffffff;
  }

  .button_green:hover:before, .button_green:focus:before, .button_green:active:before {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
  }





.button_orange {
  border: 1px solid #FF7F50 !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF7F50;
  outline: none;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #FF7F50;
  border-bottom: 3px solid #FF7F50 !important;
  text-align: center;
  background: #FF7F50;
  color: #000000;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 8px 15px;
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -ms-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
  outline: none;
}

.button_orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF7F50;
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -ms-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -ms-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button_orange:hover, .button_orange:focus, .button_orange:active {
  color: #ffffff;
}

.button_orange:hover:before, .button_orange:focus:before, .button_orange:active:before {
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
  -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
}



.button2 {
  border: 1px solid #cecece !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(206, 206, 206);
  outline: none;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #cacaca;
  border-bottom: 3px solid #e0e0e0 !important;
  text-align: center;
  background: #d3e6e6;
  color: #929292;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 8px 15px;
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -ms-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
  outline: none;
}

/*button.border */
.button.border { background: transparent; border: 1px solid #e3e3e3; color: #323232; }
.button.border:before { background: #009595; }
.button.border:hover, .button.border:focus, .button.border:active { color: #ffffff; border-color: #009595; }

/*button.white*/
.button.white { background: #ffffff; color: #009595; }
.button.white:before { background: #323232; }
.button.white:hover, .button.border:focus, .button.border:active { color: #ffffff; border-color: #009595; }

/*button.black*/
.button.black { background: #323232; color: #ffffff; }
.button.black:before { background: #ffffff; }
.button.black:hover, .button.border:focus, .button.border:active { color: #009595; border-color: #ffffff; }

/*******************************************
             Loading
*******************************************/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center img { text-align: center; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }

/*************************
  Objects car
*************************/
.objects-car { position: relative; z-index: 1; overflow: hidden; }
.objects-left { position: absolute; height: 100%; width: 100%; left: 0; bottom: 0px; z-index: -1; }
.objects-left .objects-1 { position: absolute; left: 0px; bottom: 0; }
.objects-right { position: absolute; height: 100%; width: 100%; right: 0; bottom: 0px; z-index: -1; }
.objects-right .objects-2 { position: absolute; right: 0px; bottom: 0; }
.objects-center { position: absolute; height: 100%; width: 100%; left: 0; bottom: 0px; z-index: -1; }
.objects-center .objects-3 { position: absolute; left: 50%; bottom: 0; margin-left: -450px; }
.welcome-block.objects-car { overflow: hidden; position: relative; }
.objects-left.left .objects-1 { left: -190px; }
.objects-right.right .objects-2 { right: -190px; }

/*************************
      Background
***********************/
.bg-1 { background: url(../images/bg/01.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-2 { background: url(../images/bg/02.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-3 { background: url(../images/footer_bg.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-4 { background: url(../images/bg/04.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center bottom; background-repeat: no-repeat; position: relative; z-index: 0; }
.bg-5 { background: url(../images/bg/05.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 0; }
.bg-6 { background: url(../images/bg/06.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 0; background-size: cover !important; background-attachment: fixed; }
.bg-7 { background: url(../images/bg/07.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: left center; background-repeat: no-repeat; position: relative; z-index: 0; }

/*************************
   Background overlay
***********************/
.bg-overlay-black-10:before { background: rgba(0, 0, 0, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-20:before { background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-30:before { background: rgba(0, 0, 0, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-40:before { background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-50:before { background: rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-60:before { background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-80:before { background: rgba(0, 0, 0, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-90:before { background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-10:before { background: rgba(255, 255, 255, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-20:before { background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-30:before { background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-40:before { background: rgba(255, 255, 255, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-50:before { background: rgba(255, 255, 255, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-60:before { background: rgba(255, 255, 255, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-70:before { background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-80:before { background: rgba(255, 255, 255, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-90:before { background: rgba(255, 255, 255, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-20:before { background: rgba(219, 45, 46, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-50:before { background: rgba(219, 45, 46, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-70:before { background: rgba(219, 45, 46, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-90:before { background: rgba(219, 45, 46, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }


/*************************************
        Inner intro
**************************************/
.bg-1 { background: url(../images/inner_bg2.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-2 { background: url(../images/inner_bg3.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-overlay-black-70:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.inner-intro { background: #6edbd5; display: block; padding:25px 0; overflow:hidden; }
.inner-intro .container { display: table; height: 100%; position: relative;  }
.inner-intro span { text-transform: capitalize; }
.inner-intro h1 { font-size:26px; color:#000 !important; text-transform:uppercase;}
.inner-intro p {  color:#fff !important;}
.intro-title { display: table-cell; vertical-align: bottom;}
.inner-intro .intro-title.row [class*='col-'] { padding-right: 0; padding-left: 0; }
ul.page-breadcrumb li span { color: #fff; font-size: 14px; text-transform: capitalize; }
ul.page-breadcrumb { padding-top: 10px; padding-bottom: 25px; }
ul.page-breadcrumb li { color: #fff; display: inline-block; list-style: none; }
ul.page-breadcrumb li i { font-size: 14px; padding: 0 7px; }
ul.page-breadcrumb li a { color: #fff; font-size: 14px; text-transform: capitalize; }
ul.page-breadcrumb li a:hover { color: #009595; }



/*************************************
          Car item
**************************************/
.feature-car.new-arrival .car-item { margin-bottom: 30px; }
.car-item { position: relative; overflow: hidden; }
.car-item .car-content { background: #ffffff; padding: 0px; }
.car-item .car-content a { font-size: 14px; font-weight: 600; color: #000; margin-bottom: 10px; display: block;margin: 0 !important;background:#6edbd5;letter-spacing:1px; }
.car-item .car-content a:hover { color: #fff !important; }
.car-item .price span { color: #363636; font-weight: 700; font-size: 16px; }
.car-item .price span.old-price { color: #999999; text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.car-item .separator { margin-bottom: 0px; }
.car-item .separator:after { width: 50px; display: block; margin: auto; content: ""; height: 1px; background: #42c0c4; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.car-item .separator:before { content: ''; display: block; margin: auto; left: 50%; height: 1px; width: 30px; bottom: -10px; background: #42c0c4; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 4px; }
.car-item:hover .separator:before { width: 50px; left: 0; background: #009595; }
.car-item:hover .separator:after { width: 30px; left: 0; background: #009595; }
.car-item .car-list { background: #ffffff; color: #363636; overflow: hidden; bottom: 78px; font-size:13px; height: 0; left: 0; position: absolute; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; width: 100%; z-index: 2; text-align: center; }
.car-item .car-list li { line-height: 20px; color: #999999; }
.car-item .car-list li i { padding-right: 3px; }
.car-item:hover .car-list { height: auto; border-bottom: 1px solid #f6f6f6; }
.car-item .car-image { position: relative; overflow: hidden;height:190px; }
.car-item .car-overlay-banner { background: rgba(255, 0, 0, 0.55); position: absolute; top: -100%; height: 100%; width: 100%; opacity: 0; transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; }
.car-item .car-overlay-banner ul { left: 0; position: absolute; right: 0; top: 40%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; }
.car-item .car-overlay-banner ul li { display: inline-block; }
.car-item .car-overlay-banner ul li a { background: transparent; border: 2px solid #ffffff; color: #ffffff; width: 36px; height: 36px; line-height: 32px; text-align: center; display: inline-block; border-radius: 50%; }
.car-item .car-overlay-banner ul li a:hover { background: #ffffff; color: #009595; }
.car-item:hover .car-overlay-banner { opacity: 1; top: 0; }
.car-item.gray-bg .car-content { background: #fff; margin-bottom: 10px;margin-top: 10px; }


/*************************************
       Owl carousel      
**************************************/
.owl-item { transform: translateZ(0); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-item img { width: auto; }
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; opacity: 0; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-prev i { padding-left: 0px; }
.owl-carousel .owl-nav i { font-size: 20px; border-radius: 50%; width: 44px; height: 44px; line-height: 42px; padding-left: 2px; display: inline-block; color: #009595; background: #ffffff; border: 1px solid #e3e3e3; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #009595; color: #fff; border-color: #009595; }
.owl-carousel:hover .owl-nav { opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev { left: -2%; }
.owl-carousel:hover .owl-nav .owl-next { right: -2%; }
.owl-carousel .owl-controls .owl-dot { display: inline-block; margin-top: 20px; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #a5a5a5; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #009595; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #009595; width: 24px; }

/*************************************
       Typography   
**************************************/
.typography-main  h4.title { position: relative; padding-bottom: 10px; margin-bottom: 30px; display: block; }
.typography-main  h4.title:before { position: absolute; content: ""; width: 20px; height: 2px; background: #009595; left: 0px; bottom: 0px; }
.typography p { margin-bottom: 30px; display: block; }
.typography-main hr { margin: 40px 0px; }
.typography-main .typography-teg { margin-bottom: 30px; }
.typography-main  h5.title { margin-bottom: 10px; display: block; }

/*************************
     Welcome 
*************************/
.welcome-block p { padding: 0 100px; margin-top: 20px; display: block; }
.welcome-block p strong { font-style: italic; }
.welcome-block .halp-call { margin-top: 80px; }
.welcome-block .halp-call img { width: 80px; height: 80px; border-radius: 50%; display: inline-block; margin-bottom: 5px; }
.welcome-block .halp-call span { font-weight: 600; text-transform: uppercase; font-size: 18px; margin-bottom: 15px; display: block; }
.welcome-2 { padding-bottom: 410px; }
.welcome-3 .about { margin-top: 40px; margin-bottom: 50px; }
.welcome-3 .about strong { margin-bottom: 20px; display: block; }
.welcome-4 .feature-box-3 { margin-top: 50px; }
.welcome-4 .feature-box { margin-top: 50px; }
.welcome-4 .feature-box-3  .content { display: table-cell; }
.welcome-4 .section-title p { margin-top: 20px; }

/*************************
     Feature 
*************************/
.feature-box i { text-align: center; width: 80px; height: 80px; font-size: 30px; line-height: 80px; background: #f6f6f6; display: inline-block; border-radius: 50%; color: #969696; margin-bottom: 20px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box h6 { position: relative; padding-bottom: 10px; }
.feature-box h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #009595; left: 50%; margin-left: -10px; bottom: 0px; }
.feature-box p { padding: 0px; }
.feature-box:hover i { background: #009595; color: #ffffff; }

/*feature-box-2*/
.feature-box-2 { background: #ffffff; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-2.box-hover { padding: 20px; }
.feature-box-2 i { color: #009595; font-size: 30px; margin-bottom: 20px; display: block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-2 p, .feature-box-2 h5 { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-2.box-hover:hover, .feature-box-2.box-hover.active { background: #009595; }
.feature-box-2.box-hover:hover i, .feature-box-2.box-hover.active i, .feature-box-2.box-hover:hover p, .feature-box-2.box-hover.active p, .feature-box-2.box-hover:hover h5, .feature-box-2.box-hover.active h5 { color: #ffffff; }

/*feature-box-3 */
.feature-box-3 .icon { width: 50px; height: 50px; float: left; margin-right: 20px; text-align: center; border-radius: 50%; border: 1px solid #42c0c4; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-3 .icon i {border-color: #42c0c4; color: #ffffff; font-size: 14px; background: #42c0c4; display: block; border-radius: 50%; margin: 9px 10px 10px 9px; width: 30px; height: 30px; line-height: 30px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-3 .content { display: table-cell; margin-top: 10px; vertical-align: top; }
.feature-box-3 .content h5 { margin-bottom: 0px; margin-top: 10px; }
.feature-box-3 .content h6 { margin-bottom: 0px; margin-top: 10px; }
.feature-box-3 .content p { margin-top: 0px !important; }
.feature-box-3:hover .icon, .feature-box-3:hover .icon i { border-color: #0e7777; }
.feature-box-3:hover .icon i { background: #0e7777; color: #ffffff; }

/*************************
   List style
*************************/
.list-style-1 li i { font-size: 14px; color: #009595; display: inline-block; padding-right: 10px; padding-bottom: 10px; }

/*************************
    Custom-block 
*************************/
.custom-block-1 { padding: 82px; }
.custom-block-1 h2 { font-size: 90px; font-weight: bold; line-height: 90px; }
.custom-block-1 span { font-size: 20px; font-style: italic; display: block; color: #999999; font-weight: 600; display: block; margin: 15px 0px; }
.custom-block-1 strong { font-size: 40px; font-weight: 700; margin: 15px 0px; display: block; }
.custom-block-1 p { font-size: 18px; font-weight: 600; display: block; text-transform: uppercase; }
.custom-block-1 a { text-transform: uppercase; font-size: 15px; font-weight: 600; color: #009595; }
.custom-block-1 a:hover { color: #323232; }

/*custom-block-2*/
.custom-block-2 { margin-top: 60px; }
.custom-block-2 span { font-size: 16px; }
.custom-block-2 p { margin-top: 20px; display: block; font-size: 14px; font-style: italic; line-height: 30px; }
.custom-block-2 .ceo strong { font-size: 11px; text-transform: uppercase; font-weight: 700; }
.custom-block-2 .ceo p { margin-top: 5px; display: block; font-size: 13px; font-style: inherit; line-height: 0px; text-transform: uppercase; }

/*custom-block-3*/
.custom-block-3 .title h3 { position: relative; padding-bottom: 10px; margin-bottom: 40px; }
.custom-block-3 .title h3:before { position: absolute; content: ""; width: 20px; height: 2px; background: #009595; left: 0px; bottom: 0px; }
.custom-block-3 .content h2 { display: table-cell; padding-right: 20px; font-size: 50px; padding-top: 5px; }
.custom-block-3 .content strong { display: table-cell; vertical-align: top; font-size: 16px; }
.custom-block-3 .content p { margin-top: 20px; display: block; }
.custom-block-3 .feature-box-3 { margin-top: 30px; }

/*************************************
      Feature car area
**************************************/


.feature-car-area { padding-top: 100px; }
.feature-car-area .feature-box-2 { margin-bottom: 60px; }
.feature-car-area img.big-car { position: absolute; top: 0; left: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.feature-car-area img.big-car:hover { top: -30px; }

/*-------------- Main Content Css Start Here ----------------*/
.mainCnt{	
	width:100%;
	height:100%;
	display:inline-block;
	min-height:600px;
	padding:40px 0 0 0;
}
.leftCnt{
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08),0 2px 10px 0 rgba(0,0,0,0.12);
	border-radius: 3px;
	background: #fff;
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #bdbdbd;
}

/*************************************
        Footer
**************************************/
.footer { color:#000;font-size: 13px;background: #F2F2F2;}
.footer li{ text-decoration:none;list-style: none; }
.mr-t60{margin-top:60px;}
.footer h6 { position: relative; padding-bottom: 10px; margin-bottom: 26px; }
.footer h6:before { position: absolute; content: ""; width:100%; height: 2px; background: #42c0c4; left: 0; bottom: 0px; }
.footer .copyright { margin: 6px 0 30px;font-size:12px; }
footer .copyright a { color: #42c0c4; }
footer .copyright ul li { padding: 0px; }
footer .copyright ul li a { color: #42c0c4; text-transform: capitalize; padding: 0px 3px; }
footer .copyright ul li a:hover { color: #42c0c4; }

/*social*/
.social { margin-bottom: 0px;    display: inline-block; }
.social ul { width: 100%; display: table; }
.social ul li { display: table-cell; background: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.social ul li a { line-height: 40px; width: 100%; padding: 0px 9px; display: block; color: #fff; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.social ul li a i { font-size: 17px; vertical-align: middle; color: rgba(255, 255, 255, 0.4); float: right; line-height: 40px;    margin-left: 6px; }
.social ul li:hover a.facebook { background: #3a5897; }
.social ul li:hover a.twitter { background: #41d1da; }
.social ul li:hover a.linkedin { background: #0F689E; }
.social ul li:hover a.dribbble { background: #dd4b80; }
.social ul li:hover a.google-plus { background: #009595; }
.social ul li:hover a.behance { background: #005cff; }

/*usefull-link*/
.usefull-link ul li { display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.11); padding: 10px 0px; }
.usefull-link ul li:last-child { border-bottom: 0px; }
.usefull-link ul li a i { padding-right: 10px; }
.usefull-link ul li a { color: #909090; }
.usefull-link ul li a:hover { color: #009595; }


/*************************
      Back to top
*************************/
.car-top { width: 40px; position: fixed; bottom: -180px; right: 30px; z-index: 9999; opacity: 1; cursor: pointer; }
.car-top.show { bottom: 5% !important; -webkit-transition: 1.0s; -moz-transition: 1.0s; transition: 1.0s; }
.car-top.car-run { bottom: 100% !important; -webkit-transition: 1.0s; -moz-transition: 1.0s; transition: 1.0s; }
.car-top.car-down { -webkit-transition: 1.0s; -ms-transition: 1.0s; -o-transition: 1.0s; -moz-transition: 1.0s; transition: 1.0s; }
.car-top:before, .car-top:after { content: ""; position: absolute; -o-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; transition: 0.2s; opacity: 0; }
.car-top:hover:before, .car-top:hover:after, .car-top.car-run:before, .car-top.car-run:after { opacity: 0; }


/*************************************
        Tabs
**************************************/
#tabs { margin: 0; padding: 0; }
#tabs .tabs { position: relative; margin: 0; }
#tabs .tabs li { font-size: 16px; font-weight: 600; border-bottom: 0px solid transparent; line-height: 25px; padding:15px 25px; color: #000; overflow: hidden; background:#42c0c4; margin-bottom: 0px; display: inline-block; margin: 0; cursor: pointer; position: relative; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;    
                 width: 23%;
    margin-right: 20px;
    border-radius: 10px 10px 0 0; }
#tabs .tabcontent { overflow: hidden; }
#tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover { background: rgb(255, 255, 255);
    color: #42c0c4;}
.pulse { animation-name: pulse; -webkit-animation-name: pulse; -o-animation-name: pulse; -ms-animation-name: pulse; -moz-animation-name: pulse; animation-duration: 0.4s; -webkit-animation-duration: 0.4s; -o-animation-duration: 0.4s; -ms-animation-duration: 0.4s; -moz-animation-duration: 0.4s; }
@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-webkit-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-ms-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-moz-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-o-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.tabcontent { margin-bottom: 20px;     background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 20px; 
    margin-top: -5px;
}


/*************************************
        Accordion
**************************************/
.accordion .accordion-title { font-size: 14px; color: #000; }
.accordion .accordion-title a { text-transform: uppercase; font-weight: 700; background: transparent; margin-top: 20px; border: 1px solid #e3e3e3; display: block; position: relative; color: #363636; text-decoration: none; padding: 11px 60px; -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.accordion .accordion-title a:hover { text-decoration: none; background-color: transparent; color: #009595; }
.accordion .accordion-title a.active { color: #fff; background-color: #009595; cursor: default; border-color: #e3e3e3; border-color: #009595; border-top: 0px; }
.accordion .accordion-title a:after { content: "\f078"; width: 20px; height: 20px; margin-top: -8px; position: absolute; top: 50%; left: 20px; font-family: 'FontAwesome'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 14px; line-height: 20px; text-align: center; color: #626262; -webkit-font-smoothing: antialiased; -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.accordion .accordion-title a.active:after, .accordion .accordion-title a.active:hover:after { content: "\f077"; color: #fff; }
.accordion .accordion-title a.active:hover { color: #ffffff; }
.accordion .accordion-title a:hover:after { color: #009595; }
.accordion-content { padding: 25px; border: 1px solid #e3e3e3; }


/*************************************
          Service
**************************************/
.inner-service .feature-box-2 { border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 40px 30px; }
.inner-service .feature-box-2.no-br { border-right: 0px; }
.inner-service .feature-box-2.no-bb { border-bottom: 0px; }
.service-center h5 { margin-bottom: 20px; }
.service-center .list-style-1 { margin-top: 20px; display: inline-block; }
.opening-hours { padding: 20px; }
.opening-hours h6 { position: relative; padding-bottom: 10px; margin-bottom: 15px; }
.opening-hours h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #009595; left: 0; bottom: 0px; }
.opening-hours strong { width: 100px; display: inline-block; color: #363636; }
#formmessage { display: none; }
.form-horizontal .form-group { width: 100%; margin-left: 0px; margin-right: 0px; }    
.gray-form input, .gray-form textarea { width: 100%; resize: vertical;background: #f1f1f1; padding:8px 10px;border: 1px solid #d2d0d0; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.gray-form input:focus, .gray-form textarea:focus { background: transparent; border: 1px solid #009595 !important; }
.gray-form .button.red { display: block; text-align: center; border: 0px; width: 100%; }
.gray-form .select-styled { background: #f6f6f6; border-color: #f6f6f6; line-height: 0px; }

/*service 02*/
.welcome-block.why-choose .halp-call { margin-top: 0px; }


/*************************************
        Blog sidebar
**************************************/
.blog-sidebar .sidebar-widget {margin-bottom: 20px;margin-top: 0px;}
.blog-sidebar .sidebar-widget h6 { position: relative; padding-bottom: 10px; margin-bottom: 20px; }
.blog-sidebar .sidebar-widget h6:before { position: absolute; content: ""; width: 100%; height: 2px; background: #42c0c4; left: 0; bottom: 0px; }


/*widget-link*/
.blog-sidebar .widget-link ul li { display: block; /*clear: both;*/ }
.blog-sidebar .widget-link ul li a i { padding-right: 10px; }
.blog-sidebar .widget-link ul li a { display: block; border-bottom: 0px solid #e3e3e3;padding: 10px 15px;
    color: #000000;
    background: #fff;
    border-radius: 10px;box-shadow: 2px 6px 19px -2px rgba(0, 0, 0, 0.1);margin-bottom:20px; }
.blog-sidebar .widget-link ul li a:hover { color: #009595; border-color: #009595; }




/*************************************
        Product listing
**************************************/
.product-listing .car-item {margin-bottom: 15px;margin-top: 15px;box-shadow: 2px 6px 19px -2px rgba(0, 0, 0, 0.1);min-height: 382px;}
.product-listing .listing-sidebar .widget {box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08),0 2px 10px 0 rgba(0,0,0,0.12);
border-radius: 5px;
background: #fff;
width: 100%;
display: inline-block;
padding: 20px;

border: 1px solid #dad5d5;border-top:5px solid #137d7d; }
.product-listing .listing-sidebar .widget-search { padding: 10px 0px; }
.product-listing .listing-sidebar .widget-search h5 { position: relative; padding-bottom: 10px; margin-bottom: 0px; }
.product-listing .listing-sidebar .widget-search h5:before { position: absolute; content: ""; width: 100%; height: 2px; background: #42c0c4; left: 0; bottom: 0px; }
.product-listing .listing-sidebar .widget-search ul li { margin-bottom: 20px; }
.product-listing .listing-sidebar .widget-search ul li i { padding-right: 10px; }
.product-listing .listing-sidebar .widget-search ul li span { font-size: 12px; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; color: #ffffff; background: #009595; text-align: center; display: inline-block; }
.product-listing .listing-sidebar .widget-banner { margin-top: 30px; }
.product-listing ul { margin-bottom: 0px;    margin: 0px; }
.product-listing ul li ul { display: none; }
.product-listing ul li a { color: #323232; position: relative; display: block }
.product-listing ul li.list-group-item a:after { content: "\f107";position: absolute; right:20px; top: 5px; font-size: 14px; line-height: 30px; }
.product-listing ul li.list-group-item a.current:after { content: "\f106"; }
.product-listing ul li.list-group-item a:after {font-family: 'Font Awesome 5 Free';font-weight: 400; }

.product-listing ul.list-group li { list-style: none;overflow: hidden; }
.product-listing ul.list-group .checkbox label { line-height: 22px; }
.product-listing .list-group-item { border-left: 0; border-right: 0; padding: 13px 8px; }
.product-listing .list-group-item:last-child { border-bottom: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.list-group-item:first-child { border-radius: 0px; }
.product-listing ul li a.current .fa-angle-down { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/*widget-search*/
.product-listing .price-search { position: relative; }
.product-listing .price-search input { padding-right: 30px; color: #323232; height: 45px; border-color: #f6f6f6; background: #f6f6f6; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.product-listing .price-search input:focus { background: transparent; }
.product-listing .price-search i { position: absolute; right: 0px; padding: 16px 12px; font-size: 14px; color: #626262; cursor: pointer; }
.product-listing .price-search input:focus { border-color: #009595; }
.product-listing .price-search span { margin-bottom: 10px; color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.product-listing .pagination-nav { margin-top: 30px; }

/*sorting-options*/
.sorting-options-main { border: 1px solid #e3e3e3; padding: 20px; }
.sorting-options { padding: 10px 0px 0; }
.sorting-options .change-view-button { margin-top: 10px; }
.sorting-options .change-view-button a { display: inline-block; font-size: 24px; margin-right: 10px; color: #323232; }
.sorting-options .change-view-button a.active { color: #009595; }
.sorting-options .change-view-button a:hover { color: #009595; }
.sorting-options .pagination > li > a { padding: 5px 12px; font-size: 14px; }
.sorting-options .selected-box { display: inline-block; padding: 4px; border-color: #e3e3e3; width: 100%; }

/*.car-grid */
.product-listing .car-grid { margin-top: 30px; }
.product-listing .car-grid { border: 1px solid #e3e3e3; padding: 20px; background: #fff; }
.product-listing .car-grid .car-item { margin-top: 0px; }
.product-listing .car-grid .car-title a { position: relative; padding-bottom: 10px; margin-bottom: 10px; display: inline-block; font-size: 20px; text-transform: uppercase; font-weight: 600; color: #363636; }
.product-listing .car-grid .car-title a:before { position: absolute; content: ""; width: 20px; height: 2px; background: #009595; left: 0; bottom: 0px; }
.product-listing .car-grid .price span { color: #009595; font-size: 16px; }
.product-listing .car-grid .price span.old-price { color: #999999; text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.product-listing .car-grid .price a.button { padding: 3px 20px; }
.product-listing .car-grid .car-list { margin-top: 21px; }
.product-listing .car-grid .car-list ul li { border: 1px solid #e3e3e3; padding: 1px 10px; font-size: 12px; }
.product-listing .car-grid .car-item .car-overlay-banner ul { top: 50%; }
.product-listing .car-grid:hover .car-overlay-banner { opacity: 1; top: 0; }

/*************************************
        Product details
**************************************/
.car-details .slider-slick { margin-bottom: 40px; }
.car-details .feature-car { margin-top: 40px; }
.slick-next { right: 25px; }
.slick-prev { left: 25px; }
.slider-for .slick-prev, .slider-for .slick-next { opacity: 1; background: none; border-radius: 50%; border: 0px solid #e3e3e3; }
.slider-for .slick-prev:hover, .slider-for .slick-prev:focus, .slider-for .slick-next:hover, .slider-for .slick-next:focus { background: none;}
.slider-for .slick-next:before { content: '\f061'; font-size: 30px; line-height: 30px; text-align: center; color: #000; }
.slider-for .slick-prev:before { content: '\f060'; font-size: 30px; line-height: 30px; text-align: center; color: #000; }
.slider-slick:hover .slider-for .slick-next { right: -0px; opacity: 1; }
.slider-slick:hover .slider-for .slick-prev { left: -10px; opacity: 1; }
.slider-nav .slick-next, .slider-nav .slick-prev { display: none !important; }

/*modal*/
.car-details .modal-content { box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5); padding: 0px; border-radius: 0px; }
.car-details .modal-content .button.red { border: 1px solid #e3e3e3; padding: 7px 20px; margin-bottom: 0; }
.modal-header { border-bottom: 0px; background: #6edbd5; padding: 10px 15px; margin: 0px; }
h4.modal-title { position: relative; padding-bottom: 0px; margin-bottom: 0px; display: inline-block; color: #000; margin-top: 3px; }
.car-details .form-group .radio { margin: 0px; }
.car-details .form-group:last-child { margin-bottom: 0px; }
.car-details .form-group .radio { display: inline-block; margin-right: 10px; }
.car-details .form-group input[type=radio] { margin-top: 10px; width: auto; }
.car-details .close { color: #ffffff; opacity: 1; text-shadow: none; transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.car-details .close:hover { color: #009595; opacity: 1; } 
.car-details .close span { font-size: 18px; }

/*car-details-sidebar*/
.car-details-sidebar h5 { position: relative;padding: 20px 30px;margin-bottom: 20px;background: #42c0c4; }
.car-details-sidebar h5:before { position: absolute; content: ""; width: 100%; height: 2px; background: #42c0c4; left: 0; bottom: 0px; }
.car-details-sidebar .details-block ul li { display: block; padding-bottom: 0px; border-bottom: 0px solid #e3e3e3; margin-bottom: 0px; }
.car-details-sidebar .details-block ul li:last-child { border-bottom: 0px; }
.car-details-sidebar .details-block ul li span { width: 106px; display: inline-block; }
.car-details-sidebar .details-block ul li strong { display: inline-block; text-align: right; color: #363636; }

/*details-social*/
.details-social ul li { display: inline-block; }
.details-social ul li a { margin-right: 15px; margin-bottom: 15px; display: block; color: #363636; }
.details-social ul li a i { padding-right: 5px; }
.details-social ul li a:hover { color: #009595; }
/*details-form*/
.details-form.contact-2 .gray-form a.button.red { display: block; }
.details-form.contact-2 .gray-form { padding-right: 0px; }
.car-details .car-price strong { font-size: 30px; display: block; margin-bottom: 10px; color: #009595; }
.car-details .car-price span { font-style: italic; }
.details-nav { margin: 30px 0px 40px; }
.details-nav ul li { display: inline-block; margin-right: 10px; } 
.details-nav ul li a { color: #999999; border: 1px solid #e3e3e3; padding: 5px 14px; display: block; margin-bottom: 10px; }
.details-nav ul li a i { padding-right: 10px; }
.details-nav ul li a:hover { border-color: #009595; background: #009595; color: #ffffff; }
.car-details-sidebar .details-weight { margin-bottom: 0px; }
.details-weight ul{padding:0 30px 10px;}
.car-details-sidebar .details-phone.details-weight .feature-box-3 .content h4 { margin-top: 10px; margin-bottom: 5px; }
.details-location iframe { border: 0px; width: 100%; height: 250px; }
/*details-nav working form*/
#exampleModal5 .modal-dialog { width: 900px; }
.details-nav h6 { margin: 40px 0 20px; }
.details-nav .checkbox label { line-height: 20px; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {   position: absolute; margin-left: 0; left: 0; width: inherit; }
.details-nav .captcha { margin-top: 30px; }
.car-details .vehicle-assessment .form-group:last-child { margin-bottom: 20px; }
.details-nav ul li a.button.red { color: #ffffff; cursor: pointer; }
.details-nav .form-group > label { display: inline-block; padding-right: 20px; }
.details-nav .form-group { margin-bottom: 10px; }
 #recaptcha1, #recaptcha2, #recaptcha3, #recaptcha4, #recaptcha5, #recaptcha6 { margin: 16px 0 !important;  }
 .details-nav .modal-body { padding-top: 0px; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] { top: 5px; }
.details-nav .checkbox label { padding-left: 40px; }
.details-nav p.sub-title { line-height: 24px; margin-top: 20px; display: block; }
.details-nav ul li .select-options li { display: block; }
.details-nav .fa-spin { width: 100%; text-align: center; }
.modal-backdrop { z-index: 99999;  }
.modal { z-index: 999999; }


/*hack code ie 9*/
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
  .search { margin-top: -130px; position: relative; z-index: 1; }
  .button:hover { background: #323232; color: #ffffff; }
  .button.white:hover { background: #323232; color: #ffffff; }
}

.section-title.text-left{
	text-align:left;
}
.locationBlog{
	width: 80%;
	margin: 0 auto;
    margin-bottom: 0px;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 35px;
	border-radius: 3px;
	text-align: center;
}
.locationBlog span{
	font-size: 18px;
	font-family: 'palanquinmedium';
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	width:100%;
	display:inline-block;
	padding:0 0 15px 0; 
	text-align:center;
}
.locationBlog .selected-box{
	width: 25%;
	margin: 0 auto;
}
.locationBlog p{
	font-size:13px;
	/*font-style:italic;*/
	padding:10px 0 0 0;
}
.head1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
	color: #363636;
	
}
.pop_pd .row{
	padding-bottom:10px;
}
.font_b{
	font-weight:600;
}

.btn_g{
	padding: 3px 12px;
    font-size: 13px;
}
.f-italic{
    font-style:italic;
}

.separator { margin-bottom: 0px; }
.separator:after { width: 130px; display: block;  content: ""; margin:0; height: 1px; background: #42c0c4; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.separator:before { content: ''; display: block;  left: 50%;margin:0; height: 1px; width: 100px; bottom: -10px; background: #42c0c4; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 5px;    margin-top: 4px; }

/*************************************
        Terms and conditions
**************************************/
.terms-and-conditions p { margin-bottom: 20px; }
.terms-and-conditions ul.list-style-1 { margin-bottom: 30px; display: block; margin-left: 20px; }

/*************************************
         Contact
**************************************/
.contact .contact-box { padding: 30px 10px; background: #f6f6f6; }
.contact .contact-box i { color: #009595; font-size: 30px; display: block; margin-bottom: 20px; }
.contact .contact-box, .contact .contact-box p, .contact .contact-box i, .contact .contact-box h5 { transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.contact .contact-box:hover { background: #009595; }
.contact .contact-box:hover i, .contact .contact-box:hover p, .contact .contact-box:hover h5 { color: #ffffff; }
.contact-map { height: 400px; }
.contact-map .container-fluid { padding: 0px; }
.contact-map .container-fluid iframe { border: 0px; width: 100%; height: 400px; }
.contact-2 .feature-box-3 { display: block;margin-bottom: 20px;border-bottom: 1px dashed #d2d2d2;padding: 0 0 7px 0; }
.contact-2 .opening-hours { margin-top: 15px; display: block; }
.contact-2 .gray-form { padding-right: 0px; }
.contact-2 .gray-form p { margin-bottom: 30px; }
.contact-2 .gray-form a.button.red { display: block; }

/*************************************
         Register 
**************************************/
.register-form { display: block; }
.register-form select { width: 100%; margin-bottom: 0px; padding:4px 10px; background: #fff; border-color: #fff; }
.register-form p.link { margin-top: 20px; margin-bottom: 0px; }
.register-form p.link a { color: #009595; }
.register-form .select { height: 38px; }
.register-form .select-styled { padding: 21px 15px;background: #f1f1f1;border: 1px solid #a7a5a5; }
.register-form .select-styled:after { top: 22px; }
.register-form .select-styled:active:after, .register-form .select-styled.active:after { top: 14px; }
.register-form .select-options { border-color: #f6f6f6; }
.register-form .selected-box.auto-hight .select-options { max-height: 170px; overflow: auto; }
.remember-checkbox a { color: #2b2b2b; margin-top: 6px; }
.remember-checkbox label { position: relative; padding-left: 30px; font-size: 14px; cursor: pointer; }
.remember-checkbox label:before, label:after { font-family:  'Font Awesome 5 Free'; font-size: 17px; position: absolute; top: -3px; left: 0; padding-left: 2px;    padding-top: 4px; }

.remember-checkbox label:before { border: 1px solid #717171; content: ""; height: 18px; margin-top: 6px; width: 20px; }
.remember-checkbox label:after { content: '\f00c'; max-width: 0; overflow: hidden; opacity: 0.5; transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; }
.remember-checkbox input[type="checkbox"] { display: none; }
.remember-checkbox input[type="checkbox"]:checked + label:after { max-width: 25px; opacity: 1; }


.remember-radio a { color: #009595; margin-top: 6px; }
.remember-radio label { position: relative; padding-left: 30px; font-size: 14px; cursor: pointer; }
.remember-radio label:before, label:after {font-family: 'Font Awesome 5 Free'; font-size: 14px; position: absolute; top: -2px; left: 3px; padding-left: 0px;    padding-top: 4px; }

.remember-radio label:before { border: 2px solid #009595; content: ""; height: 20px; margin-top: 9px; width: 20px; border-radius: 50%;}
.remember-radio label:after { content: '\f058'; max-width: 0; overflow: hidden; opacity: 0.5; transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s;color: #009595;font-size: 20px; }
.remember-radio input[type="radio"] { display: none; }
.remember-radio input[type="radio"]:checked + label:after { max-width: 20px; opacity: 1; }


/*modal*/
.register-form .modal-content { box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5); padding: 0px; border-radius: 0px; }
.register-form .modal-content .button.red { border: 1px solid #e3e3e3; padding: 7px 20px; margin-bottom: 0; }
.register-form .modal-header { border-bottom: 0px; background: #009595; padding: 10px 15px; margin: 0px; }
.register-form h4.modal-title { position: relative; padding-bottom: 0px; margin-bottom: 0px; display: inline-block; color: #ffffff; margin-top: 3px; }
.register-form .form-group .radio { margin: 0px; }
.register-form .form-group:last-child { margin-bottom: 0px; }
.register-form .form-group .radio { display: inline-block; margin-right: 10px; }
.register-form .form-group input[type=radio] { margin-top: 10px; width: auto; }
.register-form .close { color: #ffffff; opacity: 1; text-shadow: none; transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.register-form.close:hover { color: #009595; opacity: 1; } 
.register-form .close span { font-size: 18px; }



/*all id*/
#one+label:before, #one+label:after { color: #009595; }

/*************************************
         Login 
**************************************/
.login-form .login-social { margin-top: 40px; }
.login-form .login-social ul { display: block; margin-top: 25px; }
.login-form .login-social ul li { display: inline-block; margin: 0 3px; }
.login-form .login-social ul li a { padding: 6px 20px; color: #009595; }
.login-form .login-social ul li a i { padding-right: 10px; }
.login-form .login-social ul li a.fb { background: #4c70ad; color: #ffffff; }
.login-form .login-social ul li a.twitter { background: #25b6e6; color: #ffffff; }
.login-form .login-social ul li a.pinterest { background: #dd4b39; color: #ffffff; }
.submit{width:100px !important;}

/*************************************
          Error page 
**************************************/
.error-page h2 { font-size: 400px; color: #f6f6f6; line-height: 300px; }
.error-page img { margin-top: -80px; }
.error-page h3 { font-size: 60px; margin-bottom: 30px;  }
.error-page strong { font-style: italic; font-size: 20px; display: block; margin-bottom: 30px; margin-top: 30px; }
.error-page .error-search { margin-top: 30px; padding: 0 50px; }
.error-page .error-search a.button { padding: 10px 20px; display: block; text-align: center; }
.error-page .error-content p a { color: #009595; }



/*************************************
         Our History
**************************************/
.timeline { list-style: none; padding: 20px 0 20px; position: relative; }
.timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 1px; background-color: #c6c5c5; left: 50%; margin-left: -1.5px; }
.timeline > li { margin-bottom: 10px; position: relative; }
.timeline > li:last-child { margin-bottom: 20px; }
.timeline > li:before, .timeline > li:after { content: " "; display: table; }
.timeline > li:after { clear: both; }
.timeline > li:before, .timeline > li:after { content: " "; display: table; }
.timeline > li:after { clear: both; }
.timeline .timeline-body p { line-height: 24px; }
.timeline > li > .timeline-panel { width: 50%; float: left; border: 1px solid #c6c5c5; border-radius: 2px; padding: 20px; position: relative; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted { margin-top: -60px; }
.timeline > li:not(.timeline-inverted) { padding-right: 90px; }
.timeline > li.timeline-inverted { padding-left: 90px; }
.timeline > li > .timeline-panel:before { position: absolute; top: 26px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #c6c5c5; border-right: 0 solid #c6c5c5; border-bottom: 15px solid transparent; content: " "; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline > li > .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff; border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline > li > .timeline-badge { color: #fff; width: 50px; height: 50px; line-height: 50px; font-size: 1.4em; text-align: center; position: absolute; top: 16px; left: 50%; margin-left: -25px; background-color: #ffffff; border: 1px solid #c6c5c5; z-index: 100; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline > li > .timeline-badge h4 { line-height: 42px; color: #323232; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline .timeline-heading h5 { position: relative; padding-bottom: 10px; margin-bottom: 20px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline .timeline-heading h5:before { position: absolute; content: ""; width: 20px; height: 2px; background: #009595; left: 0px; bottom: 0px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.timeline > li.timeline-inverted > .timeline-panel { float: right; }
.timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; }
.timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
.add_cart_cnt{
	padding: 0;
	
}
.add_cart_cnt h5{
	color:#337ab7;	
}
.add_cart_cnt ul{
	list-style: none;
	display: inline-block;
	
}
.add_cart_cnt ul li{ 
	list-style: none;
	padding: 0 0 4px 0;
	display: inline-block;
	width: 100%;
	border-bottom:1px dotted #ccc;
	
}
.fa.fa-cart-plus{
	font-size: 24px;
}
.cartnotification{
	position: absolute;
	left: 30px;
    top: 0;
    background: #f00;
    border-radius: 50%;
    padding: 3px 6px 1px 6px;
    font-size: 9px;
    color: #fff;
}
.paymnetBlog{
	list-style: none;
}

.paymnetBlog li{
	list-style:none;
    float: left;
    margin-right: 20px;
}
.successMsg{
	color:Green; 
	font-size:18px;
	line-height:28px;
	padding:30px 0 0 0;
}
.successMsg span{
	margin-left:20px;
	}

/*footer*/
.footer-box { background: rgba(102, 102, 102, 0.2); padding: 30px; clear: both;  }
.footer-box .box-content { display: table-cell; vertical-align: top; }
.footer-box .box-link { display: table-cell; padding-left: 20px; vertical-align: middle; }
.footer-box .box-link a { display: block; padding: 8px 16px; width: 120px; background: #42c0c4; border-color: #db2d2e; color: #ffffff; }
.search-here .search-block { margin-top: 0px; }
.search-block .search-top-2 { background: #ffffff; padding: 10px 10px 30px; border:1px solid #e3e3e3; position: relative; z-index: 9; }
.search-block .search-top-2 span, .search-block .search-top-2 label  { margin-top: 15px; margin-bottom: 5px; display: block; }
.search-block .search-top-2 .ui-slider-horizontal .ui-slider-handle { margin-top: 0; margin-bottom: 0; }
.search-block h5.title { background: #000; padding: 12px 10px; margin-bottom: 0; }

.table-scroll{
    height:370px;
    overflow-y:auto;

}

.img_s{
    border:0px solid #ccc;
        height: 503px !important;
        overflow:hidden;
        /*border-radius:10px;*/
}

.img_s img{
    width:100% !important;
    margin:auto;
    height: 100%;
    border-radius: 0px;
    border:1px solid #ccc;
    
}
.img_t{
    height:90px !important;
    width:auto !important;
        padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}

/*.slider-nav .slick-track {
    position: relative;
    top: 0;
    left: 0;
     width: auto !important;
    transform: translate3d(0px, 0px, 0px) !important;
}*/
.slider-nav .slick-track{
    margin-left:-150px;
    width:fit-content;
}
.m_b_20{
    margin-bottom:20px;
}
.location_cnt p{
    font-size:12px;
    color:red;
}
.banner{
    height:610px;
    overflow:hidden;
}
    .banner img {
        width:100%;
        
    }

.banner::before {
    background:#000;
    width:100%:
}

.position_a{
    position:absolute;
    right: 8px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.08, 1.08);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.table-condensed.mms_location_grid tr > th{
    background:#42c0c4;
    color:#FFF;
    text-shadow:0 1px 1px #332d2d;
}

.table-condensed.mms_location_grid{
    margin: 5px 0 0 0;
}
.table-condensed.mms_location_grid tr > td{    
    padding: 0;
}
.bloc{
        padding:20px 15px;
    background: #fff;
}
.bloc .mms_select{
    border-top: none;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.bloc .mms_select option{
       /*padding: 2px 0 2px 13px;*/
    /* border-bottom: 1px solid #969494; */
    font-weight: 600;
}
.bloc select:focus {
    border:1px solid #fff;
    box-shadow:none;
    outline: none;
    padding:5px 0;
}



.button_b {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-shadow:0 0 10px #B20000;;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {  -webkit-text-shadow: 0 0 10px #B20000; }
  50% {  -webkit-text-shadow: 0 0 30px #FF0000; }
  100% {  -webkit-text-shadow: 0 0 10px #e80505; }
}

@-moz-keyframes glowing {
  0% {  -moz-text-shadow: 0 0 10px #B20000; }
  50% { -moz-text-shadow: 0 0 30px #FF0000; }
  100% {  -moz-text-shadow: 0 0 10px #e80505; }
}

@-o-keyframes glowing {
  0% { text-shadow: 0 0 10px #B20000; }
  50% {  text-shadow: 0 0 30px #FF0000; }
  100% {  text-shadow: 0 0 10px #e80505; }
}

@keyframes glowing {
  0% {  text-shadow: 0 0 10px #B20000; }
  50% {  text-shadow: 0 0 30px #FF0000; }
  100% {  text-shadow: 0 0 10px #e80505; }
}

.btn-b{
    background:#000;
    color:#fff !important;
}

.tag {
  background: #d63838;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block;
  height: 26px;

  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 0px 10px 0;
  -webkit-transition: color 0.2s;
  padding-top: 2px !important;
    margin-top: 22px !important;
        padding-left: 20px !important;
        text-decoration: none;
    -webkit-transition: right 0.2s ease-in;
    -moz-transition: right 0.2s ease-in;
    -ms-transition: right 0.2s ease-in;
    box-shadow: inset 0px 5px 40px rgba(255,255,255,0.4), 0px 0px 0px rgba(0,0,0,0.3);
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #d63838;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;

}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson; 
}


.cars_browse_pics li{
    margin: 0px;
    line-height: 30px;
    float: left;
    list-style: none;
    text-align: center;
    margin-right: 10px;
    background: #f1f1f1;
    padding: 5px;
    margin-top: 11px;
    height: 120px;
}

.mms_h {
    background: #000000;
    color: #FFF;
    width: 100%;
    font-size: 16px;
    padding: 15px 24px;
    text-align: left;
    text-transform: uppercase;
}

.mms_select{
    height:350px !important;
        overflow: auto;
}

.mms_submit{
    margin-top:15px;
}

.Req{
    /*background:#ffffd0 !important;*/
    border: 1px solid #f50000 !important;
}


.ribbon {
    position: absolute;
    top: -15px;
    right: -20px;
    padding: 8px;
}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: auto; 
    /*background: #f1f1f1; 
    border: 1px solid #DDD;*/    
}
.ribbon.base {
    background: #42c0c4;
    color: #fff;
    border-right: 5px solid #5ae8e8;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #42c0c4;
}
.ribbon.base:after {
    border-bottom: 27px solid #42c0c4;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}


/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ml-15{
    margin-left:15px !important;
}

/*************************************
          Play video
**************************************/
.play-video .play-video-bg { padding: 10px 0 220px; position: relative; }
.play-video .play-video-bg h3 { line-height: 40px; margin-bottom: 0px; }
.play-video .video-info { margin-top: -42px;position: relative;z-index: 1;overflow: hidden; }
.play-video .video-info video { border-radius: 5px; }
.play-video .video-info h6 {font-size:14px; }

.play-video .video-info a { width: 90px; height: 90px; padding: 8px; background: transparent; border: 2px solid #ffffff; display: inline-block; margin: 0 auto; border-radius: 50%; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 9999; font-size: 20px; }
.play-video .video-info a i { width: 70px; height: 70px; line-height: 72px; background: #ffffff; color: #db2d2e; border-radius: 50%; padding-left: 4px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.play-video .video-info a:hover i { background: #323232; color: #ffffff; }
.play-video .video-info:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }


/*play-video*/
.play-video-2-section .custom-block-2 { margin-top: 0; }
.play-video-2 .play-video-bg { padding: 100px 0 300px; position: relative; }
.play-video-2 .play-video-bg h3 { line-height: 40px; margin-bottom: 0px; }
.play-video-2 .video-info {  position: relative; z-index: 1; }
.play-video-2 .video-info a { width: 90px; height: 90px; padding: 8px; background: transparent; border: 2px solid #ffffff; display: inline-block; margin: 0 auto; border-radius: 50%; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 9999; font-size: 20px; }
.play-video-2 .video-info a i { width: 70px; height: 70px; line-height: 72px; background: #ffffff; color: #db2d2e; border-radius: 50%; padding-left: 4px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.play-video-2 .video-info a:hover i { background: #323232; color: #ffffff; }
.play-video-2 .video-info:before {/* background: rgba(219, 45, 46, 0.8);*/ content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
/*find-car*/

.box-s{
        box-shadow: 0px 1px 13px 0px #888888;
}

.b-right{
        border-right: 1px solid #ccc;
}

.b-left{
        border-left: 1px solid #ccc;
}

.border_b{
    border:2px solid #42c0c4;
    padding:5px 10px !important;
    border-radius:5px;
    text-shadow:2px 2px 2px #000;
}


.app_text{
    background:#1ebcbd;
    padding:15px;
    color:#fff;
    text-align:left;
    font-size:16px;
    font-weight:300;
    line-height:25px;
}

.app_text span {
    font-size:18px;
    font-weight:600;
}


.img_f{
    display:block;
}

.pos .product-list {
	padding: 10px;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
}
.pos .product-list-scroller {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
}
.pos .product-list-container {
	position: absolute;
	top: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.pos .breadcrumbs {
	display: inline-block;
	text-align: left;
	float: left;
	
}
.pos .breadcrumb_nav{
    width:100%;
    line-height: 48px;
	height: 48px;
    background:#fff;
    display: inline-block;
}
.pos .breadcrumb {
	float: left;
	display: inline-block;
	line-height: 48px;
	height: 48px;
	min-width: 48px;
	margin:0!important;
	padding:0 0 0 20px!important;
	width:auto;
	overflow:hidden;
	background:#fff;
}

.pos .product {
	position: relative;
	vertical-align: top;
	display: inline-block;
	line-height: 100px;
	font-size: 11px;
	margin: 8px !important;
	width: 200px;
	height: 145px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	border-bottom-width: 3px;
	overflow: hidden;
	/*cursor: pointer;*/
}

.pos .product2 {
	position: relative;
    vertical-align: top;
    display: inline-block;
    line-height: 65px;
    font-size: 11px;
    margin: 8px !important;
    width: 162px;
    height: 78px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0px !important;
}

.pos .product .product-img {
	position: relative;
	width: 100%;
	height: 100%;
	background: white;
	text-align: center;
}
.pos .product .product-img img {
	/*max-height: 100px;*/
	max-width: 100%;
	vertical-align: middle;
}
.pos .product .price-tag {
	position: absolute;
	top: 6px;
	right: 2px;
	vertical-align: top;
	color: white;
	line-height: 13px;
	background: #1d2b36;
    cursor:pointer;
	padding: 4px 5px;
	border-radius: 2px;
}
.pos .product .price-tag2 {
	position: absolute;
	top: 55px;
	right: 2px;
	vertical-align: top;
	color: white;
	line-height: 13px;
	background: #38af73;
	padding: 4px 5px;
    cursor:pointer;
	border-radius: 2px;
}

.price-tag3 {
	position: absolute;
	top: 6px;
	left: 2px;
	vertical-align: top;
	color: white;
	line-height: 13px;
	background: #ff0000;
	padding: 4px 5px;
    cursor:pointer;
	border-radius: 2px;
    font-size: 16px !important;
    padding-top: 6px;
}

.price-tag3 label{
    font-weight: 600;
    }
.pos .product .price-tag .c_lable, .pos .product .price-tag .PartsIDs {
    cursor:pointer;
    }
.pos .product .price-tag2 .c_lable, .pos .product .price-tag2 .PartsIDs {
    cursor:pointer;
    }
.pos .product .price-tag3 .c_lable, .pos .product .price-tag2 .PartsIDs {
    cursor:pointer;
    }

.product2 h4{
	text-align: center;
    width: 100%;
    height: 100%;
	font-size: 14px;
	padding:10px 0px 5px 0px;
    line-height: 18px;
    letter-spacing:1px;
    margin: 0;
    display: inline-block;
	color:#fff;
    text-shadow: 2px 1px #000;

}

.bg_t{
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
}

.line{
    width:80%;
    height:3px;
    background:#42c0c4;
}

.Group1ID img {
   width: 100%;
}

.b_right{
    border-right:1px solid #42c0c4;
}

.b_right::before { 
   border:20px solid #000;
}
.font-26 {
    font-size: 26px !important;
    line-height: 34px;
}


.border_b0{
    border-bottom:0 !important;
}

.font12{
    font-size:12px;
        margin-top: -10px;
}
.width50{
    width:100px;
}

.mt-30{
    margin-top:32px;
}
.mt-34{
    margin-top:34px;
}

.mt-60{
    margin-top:70px;
}

/*search-block*/
.search-here .search-block { margin-top:0; }
.search-block .search-top-2 { background: #ffffff; padding: 10px 10px 30px; border:1px solid #e3e3e3; position: relative; z-index: 9;border-bottom: 0;}
.search-block .search-top-2 span, .search-block .search-top-2 label  { margin-top: 15px; margin-bottom: 5px; display: block; }
.search-block .search-top-2 .ui-slider-horizontal .ui-slider-handle { margin-top: 0; margin-bottom: 0; }
.search-block h3.title { background: #2ccecf; padding: 12px 10px; margin-bottom: 0; }
/*custom-block*/
.custom-block-5 { overflow: hidden; }
.custom-block-5 .section-title { padding: 50px 50px 0 50px; margin-bottom: 30px; }
.custom-block-5 .section-title .separator { margin-bottom: 15px; }
.custom-block-5 .feature-box-1 { padding-bottom: 30px; }
.custom-block-5 .custom-block-5-content { padding: 30px 50px 10px; }
.custom-block-5 .counter { margin: 30px 50px 10px; }
.custom-block-5 .counter-block { margin-bottom: 40px; margin-left: 0; }
.custom-block-5 .counter.counter-style-2 .counter-block { margin-left: 0; }

.search-here{margin-top:60px;}
.part_search{
    position:absolute;
    font-size: 19px !important;
    margin: 6px;
    color: #8a8a8a;
}

.part_input {
    padding-left:30px !important;
}
.mr-15{
    margin-right:15px;
    margin-top:5px;
}
.border_gren{
        border: 3px solid #2ccfcf;
}
.mt-10{
    margin-top:8px !important;
}

.radiob {
  display: block;
  position: relative;
  padding: 15px 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   background: #696969;
   border-radius:10px;
   color:#fff;
}

.radiob_active {
  display: block;
  position: relative;
  padding: 15px 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   background: #6edbd5;
   border-radius:10px;
   color:#fff;
}

.radiob h5{
    color:#fff;
}

.radiob .checkmark
{
    display:none;
}
/* Hide the browser's default checkbox */
.radiob input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 16px;
  left: 9px;
  height: 25px;
  width: 25px;
  background-color: #eee;
      border-radius: 50%;
    border:1px solid #2196F3;
}

/* On mouse-over, add a grey background color */
.radiob:hover input ~ .checkmark {
  background-color: #ccc;
}



/* When the checkbox is checked, add a blue background */
.radiob input:checked ~ .checkmark {
  background-color: #2196F3;
}

.radiob input:checked ~ .radiob {
   border: 2px solid #000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radiob input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radiob .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.map_pin{
    width:76%;
    height:120px;
    padding:45px 0;
    text-align:center;
    background:rgba(0, 0, 0, 0.6);
    position:absolute;
    color:#fff;
}

.font50{
    font-size:42px !important;
}

.can-detail-s {
    vertical-align: top;
    text-align: center;
}
.cst {
    float: none;
    display: inline-block;
    margin-top: 0px;
    border: 2px solid #ffffff;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    width: 140px;
    height: 140px;
    padding: 5px;
}
.cst img {
    float: left;
    width: 100%;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}
.can-detail-s > h3 {
    float: left;
    width: 100%;
    font-family: Quicksand;
    font-size: 22px;
    color: #202020;
    font-weight: bold;
    margin: 0;
}
.can-detail-s span {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #202020;
    margin-top: 14px;
}
.can-detail-s span i {
    font-style: normal;
    color: #8b91dd;
}
.can-detail-s > p {
    float: left;
    width: 100%;
    margin: 0;
        margin-top: 0px;
    font-size: 13px;
    color: #888888;
    line-height: 13px;
    margin-top: 10px;
}
.can-detail-s > p i {
    margin-right: 5px;
}

.pt-22{
    padding:22px 0;
}

.border-left {
    border-left: 1px solid #edeff7;
}

.progressbar {
    float: left;
    width: 100%;
    position: relative;
    height: 6px;
    background: #e8ecec;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #e49c11;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.progress span {
    position: absolute;
    right: -14px;
    top: -23px;
    font-size: 13px;
    color: #202020;
}

/* Tree Widget */
.widget .tree_widget-sec {
    margin: 0;
}
.tree_widget-sec > ul {
    float: left;
    width: 100%;
    margin: 0;
}
.tree_widget-sec > ul > li {
    float: left;
    width: 100%;
    margin: 0;
}
.tree_widget-sec > ul > li > a {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #888888;
    line-height: 41px;
}


.tree_widget-sec > ul > li > a:hover {
    color: #42c0c4;
}


.tree_widget-sec > ul > li > a i {
    float: left;
    font-size: 22px;
    line-height: 41px;
    color: #babebe;
    margin-right: 5px;
    width: 30px;
}
.tree_widget-sec > ul > li > ul {
    float: left;
    width: 100%;
    margin: 0;
}
.tree_widget-sec > ul > li > ul {
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 34px;
    margin: 17px 0;
    display: none;
}

.tree_widget-sec > ul > li > ul > li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #e8ecec;
}
.tree_widget-sec > ul > li > ul > li a {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #888888;
    padding: 3px 0;
}
.tree_widget-sec > ul > li > ul > li::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    content: "";
    background: #e8ecec;
}
.tree_widget-sec > ul > li > ul > li:first-child::before {
    top: 0;
}
.tree_widget-sec > ul > li > ul > li:last-child::before {
    bottom: 0;
    top: auto;
}
.tree_widget-sec > ul > li > ul > li:first-child > a {
    padding-top: 0;
    line-height: 2px;
    margin-bottom: 7px;
}
.tree_widget-sec > ul > li > ul > li:last-child > a {
    padding-bottom: 0;
    line-height: 2px;
    margin-top: 7px;
}

.tree_widget-sec > ul > li > ul > ol {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #e8ecec;
}
.tree_widget-sec > ul > li > ul > ol a {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #888888;
    padding: 3px 0;
}
.tree_widget-sec > ul > li > ul > ol::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    content: "";
    background: #e8ecec;
}
.tree_widget-sec > ul > li > ul > ol:first-child::before {
    top: 0;
}
.tree_widget-sec > ul > li > ul > ol:last-child::before {
    bottom: 0;
    top: auto;
}
.tree_widget-sec > ul > li > ul > ol:first-child > a {
    padding-top: 0;
    line-height: 2px;
    margin-bottom: 7px;
}
.tree_widget-sec > ul > li > ul > ol:last-child > a {
    padding-bottom: 0;
    line-height: 2px;
    margin-top: 7px;
}


.tree_widget-sec > ul > li.inner-child.active > a {
    color: #8b91dd;
}
.tree_widget-sec > ul > li.inner-child.active > a i {
    color: #8b91dd;
}

.part_d_tbl{
    margin-top:10px;
}

.part_d_tbl td {
    padding:0px 7px;
    border-right: 1px solid #dedede;
    line-height: 16px;
}

.part_d_tbl td:last-child {
    border-right: 0px solid #dedede;
}

.part_m_btn{
    margin: 5px -26px 5px !important;
    border-radius: 0;
    padding:6px;
    text-align:center;
}

.part_m_btn:hover {
    color:#000 !important;
}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.image_zoom:hover .image {
  opacity: 0.3;
}

.image_zoom:hover .part_img_zoom {
  opacity: 1;
}

.part_img_zoom {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;

}

.zoom {
  /*background-color: #42c0c4;*/
  color: #000;
  font-size: 30px;
  padding: 10px 20px;
}

.car-content .list-inline > li {
  display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}


 .progress-bar-container {
  margin: 0 auto;
  padding-top: 0px;
  width: 100% !important;
}
.progress-bar-container .progress-bar {
    position: relative;
    float: none;
    width: 100%;
    background: none;
    font-size: 16px;
    box-shadow: none;
}
.progress-bar-container .progress-bar__bar {
  align-self: center;
  background: #dfdfdf;
  flex-grow: 1;
  height: 8px;
}
.progress-bar-container .progress-bar__bar--completed {
  background: #5cb85c;
}
.progress-bar-container .progress-bar__circles {
  display: flex;
}
.progress-bar-container .progress-bar__circle {
  background: none;
  border-radius: 50%;
  /*border: 3px solid #dfdfdf;*/
  color: #b2b5ba;
  cursor: pointer;
  /*height: 50px;*/
  line-height: 40px;
  position: relative;
  text-align: center;
  /*width: 50px;*/
}
/*.progress-bar-container .progress-bar__circle--completed {
  background: #5cb85c;
  border-color: #5cb85c;
}
.progress-bar-container .progress-bar__circle--completed .number {
  color: #fff;
  font-size: 1.8em;
}
.progress-bar-container .progress-bar__circle--selected {
  border-color: #5cb85c;
  color: #5cb85c;
}*/
.progress-bar-container .progress-bar__circle .number {
  font-size: 1.1em;
  font-weight: bold;
}
.progress-bar-container .progress-bar__circle__label {
  top: 100%;
  color: #fff;
  font-weight: 600;
  left: -16%;
  margin-bottom: 4px;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  width: 160px;
}

.list-style-2{
    margin-left:0px;
}
.list-style-2 li{
    list-style:disc;
    margin-left: 30px;
    line-height: 20px;
    margin-bottom:10px;
}

.mr-5{
        margin-right:5px;
    }
.lh_18{
    line-height:18px;
}

.head1{
    background: #ed1c24;
    color: #FFFFFF;
    padding: 2px 10px 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer_bg{
    background:#000 url(../images/backgrounds/It-matters-to-you-green-leaf-footer.png) no-repeat;
    height: 100px;
    width: 100%;
}

.footer .container {
  padding: 50px 15px 30px;
}

.footer li a{
    color:#000;
}

.footer h1{
    font-size:48px;
    margin-top:20px;
}

.foot_input{
    width: 100%;
    color: #FFFFFF;
    background: none;
    border-bottom: 1px solid #fff !important;
    border: 0;
    border-radius: 0;
    padding: 5px 0px;
}


.foot_input option{
    color: #000;
}



.mb-30{
    margin-bottom:30px;
}

.mb-75{
    margin-bottom:75px;
}

.about{
    padding: 60px 10px;
    display: inline-block;
    width: 100%;
}


.team {
  background-color: #efefef;
}

.team .container {
  padding: 70px 15px 100px;
}

.product-list{
    background:#F5F5F5;
    padding:100px 0;
}

.product {
  margin-bottom: 25px;
}

.product {
  position: relative;
  display: inline-block;
  box-shadow: 2px 6px 19px -2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
      overflow: hidden;
}

.product-img-wrap {
  position: relative;
  display: block;
  outline: 0 !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.product-img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.product-caption {
  text-align: left;
  background: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 20px;
}

.product .product-caption h4 {
  line-height: 0;
  margin: 0px 0 25px;
  font-weight: 600;
    font-size: 16px;
}

.product .product-caption h3 {
  margin: 0px 0 8px;
  font-weight: 600;
font-size: 22px;
}

.product-caption a {
  color: #000000;
}

.product-caption p {
  padding: 0px 0 18px;
  margin: 0;
}

car_list{
    margin: 0;
    padding: 0;
}

.car_list li{
    float: left;
    list-style: none;
    margin-right: 10px;
    font-size:13px;
}

.btn-style1{
    padding: 8px 60px;
    background: #6edbd5;
    border: 1px solid #6edbd5;
    color: #000;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 65px;
}

.btn-style2{
    padding: 15px 20px;
    background-image: linear-gradient(to bottom, #e40d00, #cc0c01, #b50b02, #9e0a02, #880900);
    border: 0px solid #ee4823;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0px 8px 16px 0px rgba(238,72,35,0.3) !important;
}

.btn-style2:focus{
    background-image: linear-gradient(to bottom, #e40d00, #cc0c01, #b50b02, #9e0a02, #880900);
}

.btn-style3{
    padding: 15px 20px;
    background: #ee4823;
    border: 1px solid #ee4823;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0px 8px 16px 0px rgba(238,72,35,0.3) !important;
    position: absolute;
        left: 43%;
}

.btn-style4 {
    padding: 5px 15px;
    background-image: linear-gradient(to bottom, #e40d00, #cc0c01, #b50b02, #9e0a02, #880900);
    border: 1px solid #e40d00;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 11px;
    line-height: 18px;
}

.btn-style4:hover {
     color: #ccc;
}

.btn-style5 {
  padding: 8px 60px;
  background: #33558d;
  border: 1px solid #33558d;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 65px;
}

.certifications{
    background:#fff;
    padding:60px 0;
}

.font36{
    font-size:36px;
        line-height: 48px;
}
.font32 {
    font-size: 32px;
    line-height: 48px;
}

.search_form{
    background:#fff;
    border-radius:50px;
    margin-top:0px;
    padding:0 0 0 14px;
    overflow: hidden;
    box-shadow: 0px 6px 25px -20px #000;
}

.search_form input{
    border:0;
    padding: 0px;
    height: 34px;
    margin: 6px 0;
    width:100%;
}

.search_form input[type=text]:focus {
    border:1px solid #fff;
    box-shadow:none;
    outline: none;
}

.search_form select{
    border:0;
    padding: 0px;
    height: 34px;
    margin: 6px 0;
    width:100%;
    background:none;
    font-weight:600;
    box-shadow:none;
}

.search_form select:focus {
    border:1px solid #fff;
    box-shadow:none;
    outline: none;
}

.search_form .selected-box{
    width:143px;
    float:left;
}

.search_form .btn-search{
    background:#ed1c23;
    border-radius:0;
    border:0;
    color:#fff;
    margin-right:-3px;
}
.mr--3{
    margin-right:-3px;
}

.mb-0{
    margin-bottom:0 !important;
}

.filter{
    background:#fff;
    /*box-shadow: 1px 7px 28px 1px rgb(0 0 0 / 10%);*/
    overflow:hidden;
    padding-bottom:15px;
    margin-bottom:30px;
    text-align:left;
}

.box_shadow{
    box-shadow: 5px 8px 10px -4px rgb(0 0 0 / 10%);
}

.filter h3{
    padding:20px 20px 0;
}

    .filter ul {
        margin-bottom: 10px;
    }

.filter ul li {
    font-weight:400;
    font-size: 18px;
    border-bottom: 1px solid #F0F0F0 !important;
    padding: 0 !important;
}

.filter ul li a {
    color:#606060;
   padding:5px 20px;
}

    .filter ul li ul li {
        padding: 5px 20px !important;
        background-color:#F4F4F4;
        border-bottom: 1px solid #eaeaea !important;

    }

    .filter ul li ul li label {
        margin:0;
        font-weight:400;
        font-size:14px;
    }

.filter-radio {     right: 22px;
    position: absolute;
    margin-top: 10px;
    -webkit-transform: scale(1.5);
        margin-top: 9px !important;
}



.filter_opt {
    padding:5px 20px 5px 20px;
    background: none;
}

.filter_opt select{
    border:0;
    background:none;
    padding:5px 0 !important;
    font-weight:600;
    color:#000;
    border-bottom: 1px solid #868686;
    box-shadow:none;
    border-radius: 0;
}

.filter_opt select:focus {
    border:1px solid #868686;
    box-shadow:none;
    outline: none;
    padding:5px 0;
}

.filter_opt input{
    border:0;
    background:none;
    padding:10px 5px !important;
    font-weight:600;
    color:#000;
    border-bottom: 1px solid #868686;
    border-radius: 0;
    box-shadow:none;
}

.filter_opt input:focus {
    border:1px solid #868686;
    box-shadow:none;
    outline: none;
    padding:5px 0;
}

.pd-20{
    padding:20px;
}
.mt-72{
    margin-top:72px;
}

.border-r10{
    border-radius:10px !important;
}
.ad1{
    background:#fff;
    box-shadow: 2px 6px 19px -2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow:hidden;
    padding:31px;
    font-weight:600;
}

.ad1 h1{
    font-size:40px;
    margin-top:5px;
}


.headtop h4{
    font-size:16px;
    text-align:center;
}

.search_bar {
    background: #6edbd5;
    border-radius: 0px;
    padding: 10px;
    overflow: hidden;
}

.search_bar input{
    border:0;
    padding: 5px 10px;
    height: 35px;
    margin: 3px 0;
    width:100%;
}

.search_bar input[type=text]:focus {
    border:1px solid #fff;
    box-shadow:none;
    outline: none;
}

    .search_bar button {
        width: 100%;
        background: #fff;
        color: #000;
        text-align: center;
        padding: 7px;
        border: 0;
        font-size: 18px;
        height: 35px;
        margin-top: 3px;
    }

.field-validation-error{
    color:#f00;
}
.mms-d{
    border-radius: 10px;
    overflow: hidden;
    margin-top: -53px;
}

.mt-0{
    margin-top:0 !important;
}
.mt15{
    margin-top:15px !important;
}

.search-location{
    margin-top:-40px;
}

.search-location .tabs li {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 0px solid transparent;
    line-height: 25px;
    padding: 15px 25px;
    color: #000;
    overflow: hidden;
    background: #fff !important;
    margin-bottom: 0px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 23%;
    margin-right: 20px;
    border-radius: 50px !important;
    text-align:center;
    box-shadow: 2px 6px 19px -2px rgba(0, 0, 0, 0.1);
}

.search-location ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover {
    background: #ed1c23 !important;
    color: #fff !important;
}

.font-18{
        font-size: 18px;
}

.btn-search {
        background: #2ccfcf;
        color: #000;
        width: 100%;
        padding: 12px;
        height: 50px;
        font-size: 16px;
        border: 1px solid #04abab;
        display: block;
        text-align: center;
        border-radius: 10px;
    }

.list_price{
    font-size:24px;
    float:right;
    font-weight:600;
}

.pd-30{
    padding: 30px;
}

.closed_time{
    background:#42c0c4;
    padding:20px;
    border-radius:10px;
}

.contact-form {
    margin: 40px 0;
    /*float: left;*/
    font-size: 12px;
}

    .contact-form input {
        border: 1px solid #e5e5e5;
        padding: 5px 8px !important;
        background: #f2f2f2;
        width: 100%;
        box-shadow: none;
        
    }

    .contact-form select {
        border: 1px solid #e5e5e5;
        background: #f2f2f2;
        width: 100%;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 8px 8px !important;
    }

.contact-form .form-group{
    margin-bottom:10px !important;
}

    .contact-form textarea {
        border: 1px solid #e5e5e5;
        padding: 5px 8px !important;
        background: #f2f2f2;
        /*border-top:0;
        border-left:0;
        border-right:0;*/
        width: 100%;
        border-radius: 0px;
    }

.contact-form input[type=text]:focus {
    border-bottom: 1px solid #CECECE;
}

.contact-form select:focus {
    border-bottom: 1px solid #CECECE;
}


.contact-form textarea:focus {
    border-bottom: 1px solid #CECECE;
}

.font50{
    font-size:50px;
}

.logo_text{
    width:100%;
    display:block;
    margin-top: 88px;
    margin-left: -31px;
}


@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.loader03 {
  width: 56px;
  height: 56px;
  border: 8px solid transparent;
  border-top-color: #42c0c4;
  border-bottom-color: #42c0c4;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0; }

.loaderbg{
    position: fixed;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    top: 0;
    background:rgba(0, 0, 0, 0.6);
}

.ml-0{
    margin-left:0 !important;
}

.footer_c {
    
    margin-left: 30px;
}
#WePartPrice{
  width:50px;display:inline-block;
}

.mms-search{
    border: 1px solid #ed1c23;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #ed1c23 !important;
}

@media only screen and (min-width:768px){
  .panel-heading{
    display:none;
  }  
  .panel{
    border:none;
    box-shadow:none;
  }
    .panel-collapse {
        height: auto;
    }
   .panel-default .collapse{
      display:block;
    }
    
    .nav-tabs > li{
        margin-right: 3px;
    }
    .nav-tabs > li > a {
    color: #000;
    padding: 15px 17px !important;
}
}

@media(max-width:767px){
  ./*tab-content .tab-pane {
       display:block;
    }*/    
  
   .nav-tabs{
      display:none;
  }
  .panel-title a{
    display:block;
  }
  .panel{
    margin:0;
    box-shadow:none;
    border-radius:0;
     margin-top:-2px;
  }

  .tab-pane:first-child .panel{
        border-radius:5px 5px 0 0;
      }
    
   .img_s {
        height: auto !important;
    }
  
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f7f7f7;
}

.ac_text{
    font-size:14px;
    color:#000;
}

.help{
    position:fixed;
    bottom:30px;
    left:20px;
    box-shadow: 12px 9px 39px -13px #000;
    border-radius: 50%;
}
.product_jp {
  z-index: 1;
  position: relative;
  background: #fff;
  color: #f00;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #f00;
  margin: 0px 55px 0 0px;
  width: 100%;
}

.mt-100{
    margin-top:100px;
}

.search-container-top{
    position: absolute;
    right: 0;
    margin-top: -45px;
}

 .search-container {
    border: 4px solid #000;
    border-radius: 5px;
    margin-top: 15px;
}

.search-container input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
  width: 85.8%;
}

 .search-container button {
  float: right;
  padding: 6px 10px;
  background: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

 .search-container button:hover {
  background: #ccc;
}

 .mt--55{
     margin-top:-55px;
 }
 .p-10{
     padding:10px !important;
 }

 .mb-5{
     margin-bottom:10px;
 }
 .mb-35{
     margin-bottom:35px;
 }

 .mt--35{
     margin-top:-35px;
 }
  #rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-bottom: 20px;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        /*background: #ffffff;
        border:1px solid #ccc;*/
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;  
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
    }
    .rc-rcbrand-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding: 1px 13px 8px;
        border-radius: 50%;
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);
        /*background: #42c0c4;*/
        color: #000;
        font-size: 20px;     
    }
    
    .rc-rcbrand-nav-left {
        left: -14px;
    }

    .rc-rcbrand-nav-left:before {
      content: '\f104';
      font-size: 30px;
      line-height: 32px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 800;
    }
    
    .rc-rcbrand-nav-left.disabled {
        /*opacity: 0.4;*/
    }
    
    .rc-rcbrand-nav-right {
        right: -14px;    
    }

    .rc-rcbrand-nav-right:before {
      content: '\f105';
      font-size: 30px;
      line-height: 32px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 800;
    }
    
    .rc-rcbrand-nav-right.disabled {
        /*opacity: 0.4;*/
    }


.hide-bullets {
  list-style: none;
  /*margin-left: -40px;
    margin-top:20px;*/
}

.thumbnail {
  padding: 0;
  margin-bottom: 8px;
  
}
.carousel-inner {
  border-radius: 0px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
      /*height: 100%;*/
}

#slider-thumbs {
  height: 565px;
  overflow-y: scroll;
  white-space: nowrap;
}


.carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
  padding: 30px 0px;
}

  .carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
  }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

    .carousel-inner.vertical > .item.next,
    .carousel-inner.vertical > .item.active.right {
      -webkit-transform: translate3d(0, 33.33%, 0);
      transform: translate3d(0, 33.33%, 0);
      top: 0;
    }

    .carousel-inner.vertical > .item.prev,
    .carousel-inner.vertical > .item.active.left {
      -webkit-transform: translate3d(0, -33.33%, 0);
      transform: translate3d(0, -33.33%, 0);
      top: 0;
    }

      .carousel-inner.vertical > .item.next.left,
      .carousel-inner.vertical > .item.prev.right,
      .carousel-inner.vertical > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
      }
}

.carousel-inner.vertical > .active {
  top: 0;
}

.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}

.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right: 0;
}

.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right: 0;
}

  .carousel-inner.vertical > .next.left,
  .carousel-inner.vertical > .prev.right {
    top: 0;
  }

.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right: 0;
}

.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right: 0;
}

#carousel-pager .carousel-control.left {
  bottom: initial;
  width: 100%;
}

#carousel-pager .carousel-control.right {
  top: initial;
  width: 100%;
}

.ptext{
  font-size:26px !important;
  text-transform:none !important;
  font-weight:bold;
}


.sort_select {
    border-radius: 0px;
    line-height: 1.33333;
    padding: 2px 10px !important;
    color: #000;
    margin-top: 0px;
    box-shadow: none;
    background: #6edbd5;
    height: 40px;
    border: 0;
    width: 100%;
}

.sort_select:focus {
    color: #000;
    background: #6edbd5;
     border:0;
}

.mr-10{
    margin-right:10px;
}


input[type="number"] {
  -webkit-appearance: textfield;
    -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
.number-input {
  margin: 3rem;
}
.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
  text-align: center;
}


.md-number-input.number-input {
    border: 2px solid #ddd;
    width: 107px;
    margin: 0;
    float: left;
}
.md-number-input.number-input button {
  outline: none;
  width: 3rem;
  height: 2rem;
  padding-top: .8rem;
}
.md-number-input.number-input button.minus {
  padding-left: 0px;
}
.md-number-input.number-input button.plus {
  padding-left: 2px;
}
.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
  width: 1.4rem;
  background-color: #212121;
}
.md-number-input.number-input input[type=number] {
  max-width: 3.5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  outline: none;
  padding-bottom: 11px;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .number-input.md-number-input.safari_only button:before, 
  .number-input.md-number-input.safari_only button:after {
    margin-top: -.6rem;
  }
}}

.border_light{
    border:1px solid #efefef;
}
.text-light{
    color:#777777;
}

.pd-5{
    padding:5px;
}

.font-12{
    font-size:12px;
}

.DelPartIndi{
    border: 1px solid #009595;
    font-size: 42px;
    line-height: 0;
    padding: 5px;
    height: 0;
    padding-bottom: 16px;
    margin-right: 5px;
}


.delete{
    margin-top:-3px;
}

.mr-20{
    margin-right:20px;
}

.fb_box {
  background: #4774c2;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 10px 20px 20px;
  font-size: 36px;
}

.mt-15{
    margin-top:15px;
}

.mt-8 {
  margin-top: 8px;
}

.srarchAll_box{
    width:100%;
    border-bottom:1px solid #ccc;
    float:left;
    padding:10px 0;
}

.search_img{
    width:100px;
    height:150px;
    overflow:hidden;
    float:left;
    margin-right:10px;
}
.search_Dec{
    width:300px;
    float:left;
}
.search_title{
    font-weight:bold;
    color:#009595;
    line-height: 20px !important;
}
.search_description{
    font-size:13px;
}
.search_price{
    margin:5px 0;
}
.main_price{
    font-family:'Open Sans';
    font-size:18px;
    font-weight:bold;
    color:#000;
    margin-right:5px;
}
.search_discounted{
    font-family:'Open Sans';
    font-size:14px;
    font-weight:bold;
    color:#555;
    text-decoration: line-through;
}

.font-pop{
    font-family: 'Poppins', sans-serif !important;
}

.font-400{
        font-weight: 400;
}

.font-500{
        font-weight: 500;
}

.arrow_lp{
    position: absolute;
    right: 0;
    margin-top: -37px;
}

.box-red{
    width:80%;
    background:#FF0000;
    color:#fff;
    border-radius:25px;
    border:1px solid #000;
    padding:20px;
    min-height:160px;
    font-size:24px;
    text-align:center;
    line-height:38px;
    margin-bottom:20px;
}

.mt20{
    margin-top:20px;
}

.box_red{
    background:#ff0000;
    color:#fff;
    border:1px solid #000;
    padding:15px 20px;
    border-radius:30px;
    margin-bottom:20px;

}

.box_silver{
    background:#A6A6A6;
    color:#fff;
    border:1px solid #000;
    padding:15px 20px;
    border-radius:30px;
    margin-bottom:20px;
}

.box_gold{
    background:#C48C5B;
    color:#fff;
    border:1px solid #000;
    padding:15px 20px;
    border-radius:30px;
    margin-bottom:20px;
}

.box_platinum{
    background:#46454C;
    color:#fff;
    border:1px solid #000;
    padding:15px 20px;
    border-radius:30px;
    margin-bottom:20px;
}

.bg-black{
    background:#1D1D1D;
}

.enquery_list{
    margin:0;
    padding:0;

}
.enquery_list li{
    text-decoration:none;
    list-style:none;
   
}
.enquery_list li a{
    color:#fff;
     border:1px solid #fff;
    color:#fff;
    padding:8px;
    width:100%;
    font-size:16px;
    margin:10px 0;
    display:block;
}
 
    .enquery_list li a:hover {
        background:#6edbd5;
    }
    .enquery_list li i {
        font-size:28px;
    }

    .bg-green{
    background:#6edbd5 !important;
}

.bg-gray{
    background:#D8D8D8;
}

.parts_head{
    background:#D8D8D8;
    padding:15px 30px;
    float:left;
    margin:0;
}

.p-20{
    padding:25px 28px;
}
.width100{
    width:100%;
}

.text-w{
        color:#fff;
    }

.h_45{
    height:45px;
    padding:13px 12px;
}

.brand_list{
    margin:0;
    padding:0;
}

.brand_list li{
    float:left;
    list-style:none;
    text-decoration:none;
    text-align:center;
    margin:0 7px;
}

.hover_img {
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out;
}

.hover_img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.0);
}

.home_bg_image{
    background:url(../Images/home_image2.png) no-repeat;
    height:550px;
    background-position: center;
}

.home_bg_image2 {
    background: url(../Images/bg_image2.png) no-repeat;
    height: 550px;
    background-position: center;
}

.product_decs1{
    width: 49%;
    border: 1px solid #6edbd5;
    padding: 0px 8px;
    float: left;
}

.product_decs2{
    width: 49%;
    border: 1px solid #6edbd5;
    padding: 0px 8px;
    float: right;
}
.font_13{
    font-size:13px;
}
.mb10{
    margin-bottom:10px;
}

.btn-green{
    background-color:#6edbd5;
}

.btn-green:hover{
    background-color:#6edbd5;
}
.pl-65{
    padding-left:35px;
    padding-right:35px;
}

#exTab1 .tab-content {
  color : #000;
  background-color: #fff;
  padding :0;
}

#exTab1 .nav-pills > li > a {
    border-radius: 0;
    color: #9d9d9d;
}

#exTab1 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #000;
}
#exTab1 .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}

    #exTab1 .nav .active a {
        color: #000;
        background-color: #6edbd5 !important;
    }

.intro_bg1{
    background:url(../Images/inner_bg.png) no-repeat;
}

.intro_bg2{
    background:url(../Images/inner_bg2.png) no-repeat;
}
.intro_bg3{
    background:url(../Images/inner_bg3.png) no-repeat;
}
.input_border {
    min-height: 45px;
    line-height: 1.33333;
    padding: 12px 12px !important;
    color: #626262;
    box-shadow: 0px 6px 16px -15px #000;
    border-radius: 0;
    background:#000;
    border:1px solid #fff;
    width: 100%;
    color: #fff;
}

.input_border_light {
    min-height: 45px;
    line-height: 1.33333;
    padding: 12px 12px !important;
    color: #626262;
    box-shadow: 0px 6px 16px -15px #000;
    border-radius: 0;
    background-color:transparent;
    border:1px solid #A8A8A8;
    width: 100%;
    color: #333;
}

.bg-gray2{
    background:#e9f7f5;
}

.line1{
    width:100%;
    height:2px;
    background:#fff;
}

.line2{
    width:100%;
    height:10px;
    background:#fff;
}

.mt-43 {
    margin-top: 43px;
}

.scrap_img img{
    width:19.6%;
}
.bg-white{
    background:#fff;
}

.part_tag{
    background:#000;
    color:#fff;
    padding:5px 9px 5px 10px;
    position:absolute;
    font-weight:600;
    z-index: 1;
}

.part_tag::before {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    border-top: 33px solid #000000;
    border-right: 30px solid transparent;
}

.bg-gray3 {
    background: #E6E5E5;
}

.bg-gray4 {
    background: #F0F0F0;
}
.p-0{
    padding:0 !important;
}

.Qty {
    height: 35px;
    line-height: 1.33333;
    padding: 6px 10px !important;
    color: #000;
    background:#EAEAEA;
    border-radius:5px;
}

.v_align{
        vertical-align: middle !important;
}

.pl-20{
    padding-left:30px !important;
}

.pr-20{
    padding-right:30px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.font-20{font-size:20px !important;}
.mt-50 {
    margin-top: 50px;
}

.bg_red{
    background:#D7322B;
}

.font-40{
    font-size:40px;
}

.list_lp{
    margin-left:30px;
}

.list_lp li{
    list-style:disc;
    line-height:33px;
    font-weight:bold;
}



.bg_transform{
    background:#fff;
    -webkit-transform: skewY(5deg);
    transform: skewY(-4deg);
    margin-top: -80px;
    margin-bottom: 80px;
    padding-bottom: 10px;
    padding-top: 80px;
}

.bg_transform_text{
    -webkit-transform: skewY(-5deg);
    transform: skewY(4deg);
}

.brand_img{
    width: 250px;
    position: absolute;
    left: 0;
    top: -27px;
}

.search_btn{
   width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 20px;
    margin: 35px 0 15px 0;
    background-color: #ed1c23;
    color:#fff;
    text-align: center;
    display: inline-block;

}

.search_btn:hover{
    color:#fff;
    background:#cc0b11;
}


.home_search {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgb(155 155 155 / 60%);
    margin-top: -185px;
    position: relative;
    z-index: 9;
}

.close2 {
    border: 1px solid transparent;
    background: transparent;
    font-size: 30px;
    float: right;
}

.border_tr{
        border-top: 0;
    border-right: 0;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background-color: #6edbd5;
    color: #000;
}

.p_list{
    float: left;
    margin-top: -50px;
}
.sort_by{
    z-index:9;
}

.bg-LoyaltyProgram {
    background: url(../Images/LoyaltyProgram_home_bg1.png) 50%;
    min-height: 650px;
    background-color: #31312F !important;
}
.pb-0{
    padding-bottom:0;
}

.lp_2d{
    background-image:url(../Images/lp2_bg.png);
    background-repeat:repeat-x;
}
.down_arrow{ 
    margin-top: -223px;

}

.bg-bronze{
    background: linear-gradient(90deg, rgba(121,87,42,1) 0%, rgba(165,128,83,1) 50%, rgba(121,87,42,1) 100%);
    padding:25px 5px;
    color: #fff;
    font-weight: 600;
    font-family: 'EurostileDemi';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bg-silver{
    background: linear-gradient(90deg, rgba(177,177,177,1) 0%, rgba(221,221,221,1) 50%, rgba(178,178,178,1) 100%);
    padding:25px 5px;
    color: #000 !important;
    font-weight: 600;
    font-family: 'EurostileDemi';
    text-transform: uppercase;
    letter-spacing: 1px;

}

.bg-gold{
    background: linear-gradient(90deg, rgba(200,172,99,1) 0%, rgba(247,223,133,1) 50%, rgba(200,172,99,1) 100%);
    padding:25px 5px;
    color: #000 !important;
    font-weight: 600;
    font-family: 'EurostileDemi';
    text-transform: uppercase;
    letter-spacing: 1px;

}

.bg-platinum{
    background: linear-gradient(90deg, rgba(23,22,27,1) 0%, rgba(65,64,69,1) 50%, rgba(9,9,9,1) 100%);
    padding:25px 5px;
    color: #fff;
    font-weight: 600;
    font-family: 'EurostileDemi';
    text-transform: uppercase;
    letter-spacing: 1px;

}

.bg-g-black{
    background-image: linear-gradient(to bottom, #626262, #525252, #434343, #353535, #272727);
    min-height:670px;
    margin-bottom:20px;
}

.bg-g--black{
    background-image: linear-gradient(to bottom, #1b1c1d, #2a2b2c, #3a3b3c, #4a4b4c, #5b5c5d);
    min-height:450px;
}

.lp_list li{
    font-size:13px;
    color:#fff;
    list-style:none;
    border-bottom:1px solid #707070;
    padding:10px 20px;
}
.lp_list li:last-child{
    border-bottom:0px solid #707070;
}

.font-22{
    font-size:22px !important;
    line-height: 30px;
}
.p-40{
    padding:40px;
}

.lp_dbg{
    background-image:url(../Images/dashbord_bg.png);
    background-repeat:repeat-x;
}

.bg-red{
    background:#E40D00;
}

.lp_menu ul{
    margin:0;
    padding:0;
    margin-top:20px;
}

.lp_menu ul li{
    padding:10px 30px;
    border-bottom:1px solid #D5D5D5;
    color:#676767;
}

.lp_menu ul li:first-child{
    border-top:1px solid #D5D5D5;
}

.lp_menu ul li:last-child{
    font-weight:600;
    color:#000;
    border-bottom:0px solid #D5D5D5;
}

.profile-icon{width:80px;height:80px;border-radius:50%;background-image: linear-gradient(to bottom, #c6c6c6, #cbcbcb, #d0d0d0, #d6d6d6, #dbdbdb);overflow:hidden;border:1px solid #ccc;margin-top:20px;margin-left:20px; float:left;}

.profile-text{
    float:left;
    margin-left:10px;
    margin-top:40px;
}

.box-s2 {
    box-shadow: 0px 8px 33px -13px #888888;
}

.letter-spacing-2{
        letter-spacing: 2px;
}

.lp_points {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background: #2b65eb;
}

.bg-g-green {
    background: #6ddcd6;
}

.box-s3 {
    box-shadow: 0px 8px 22px -13px #888888;
}


.border_light2{
    border:1px solid #D5D5D5;
}

.btn-black{
    background-image: linear-gradient(to bottom, #6a6a6a, #616161, #585858, #505050, #474747);
    color:#fff;
    padding:15px 20px;
    min-width:180px;
}

.btn-black:hover{
    color:#f3f3f3;
}

.btn-black:focus{
    background-image: linear-gradient(to bottom, #6a6a6a, #616161, #585858, #505050, #474747);
    color:#f3f3f3;
}

.btn-green{
    background-image: linear-gradient(to bottom, #6edbd5, #6eb2b6, #65a7aa, #5c9b9f, #539093);
    color:#fff;
    padding:15px 20px;
    min-width:180px;
}

.btn-green:hover{
    color:#f3f3f3;
}

.btn-green:focus{
    background-image: linear-gradient(to bottom, #6edbd5, #6eb2b6, #65a7aa, #5c9b9f, #539093);
    color:#f3f3f3;
}

.bg-n{
    background:none !important;
}

.selected-list{
        margin: 0px 30px;
    font-size: 14px;
    display: inline-block;
    width: 81%;
}

.selected-text{
       width:85%;
       float:left;
       word-break: break-word;
}

.selected-icon{
       width:15%;
       float:right;
       text-align:center;
       cursor:pointer;
}

.qmark{
    padding: 3px 8px;
    background: #0888e2;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.login-form {
    padding: 100px 0;
    background: #ececec;
}

.VehicleSearchAll{
    background: #f01;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
}
.PartsSearchAll {
  background: #f01;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
}

.red_line{
    width:5px;
    height: 530px;
    margin-top: -30px !important;
    display: block;
    background:#FF0000;
    margin:auto;
}

.circle_or{    
    padding:60px 40px;
    margin-top:70%;
    color:#fff;
    font-size:50px;
    border-radius:50%;
    background:#FF0000;
    position:absolute;
}
.red_line2{
   
    width:100%;
    height: 4px;
    background:#FF0000;  
}

.font-GC{
    font-size:35px !important; 
}

.arrow-steps .step {
	font-size: 16px;
    font-weight:600;
	text-align: center;
	color: #fff;
	cursor: default;
	margin: 0 3px;
	padding: 10px 10px 10px 30px;
	min-width: 180px;
    min-height: 90px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
  opacity:0.2;
}

.arrow-steps .step:after {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 46px solid transparent;
	border-bottom: 46px solid transparent;
	border-left: 17px solid #d9e3f7;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 46px solid transparent;
	border-bottom: 46px solid transparent;
	border-left: 17px solid #d9e3f7;	
	z-index: 0;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
    opacity:1;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;	
}

.b-bronze {
    background-color: #695949 !important;
   padding-top: 22px !important;
}

.arrow-steps .step.b-bronze:after {
	border-left: 17px solid #695949;	
   
}

.b-silver{
   background-color: #88929d !important;
}
.arrow-steps .step.b-silver:after {
	border-left: 17px solid #88929d;	
}

.b-gold{
    background-color: #d99c2d !important;
}
.arrow-steps .step.b-gold:after {
	border-left: 17px solid #d99c2d;	
}

.b-platinum{
    background-color: #303030 !important;
}
.arrow-steps .step.b-platinum:after {
	border-left: 17px solid #303030;	
}

.disabled {
    pointer-events: none;
    opacity: 0.3;
}
.display-inline{
    display:inline-block;
}

.mt--20{
    margin-top:-10px;
}

/*pricing*/

.pricing{
  margin:40px 0px;
}
.pricing .table{
  /*border-top:1px solid #000;
  background:#000;*/
  margin-top: -80px;
  display: inline-block;
}

.pricing table tbody{
    background-image: linear-gradient(to bottom, #626262, #525252, #434343, #353535, #272727);
}
.pricing .table th,
.pricing .table {
  text-align: center;
}
.pricing .table th,
.pricing .table td {
  padding:10px !important;
  border-bottom:5px solid #1D1D1D !important;
   color: #000;
   vertical-align: middle;
   border-right: 5px solid #1D1D1D;
   font-weight:600;
}
.pricing .table th {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 0;
  color: #fff;
}

/*.pricing .table tr:nth-child(odd){
  background: #000;
}*/
.pricing .table td:first-child{
  padding-left: 15px;
  text-align: center;
  background: #6edbd5;
    color: #000;
    font-weight: 600;
    font-family: 'EurostileDemi';
    text-transform: capitalize;
    letter-spacing: 1px;
}
.pricing tr td .ptable-title {
  font-size: 14px;
  font-weight:600;
  color: #fff;
}
.pricing tr td .ptable-title i {
  width: 23px;
  line-height: 25px;
  text-align: right;
  margin-right: 5px;
}
.pricing .ptable-price {
  display: block;
}
.pricing tr td {
  font-size: 16px;
  line-height:32px;
}
.pricing tr td.bg-red{
  background: #e91e63;
}
.pricing tr td.bg-green{
  background: #4caf50;
}
.pricing tr td.bg-lblue{
  background: #03a9f4;
}
.pricing tr td.bg-red a,
.pricing tr td.bg-green a,
.pricing tr td.bg-lblue a{
  color: #fff;
}
.pricing tr td i {
  display: block;
  font-size: 30px;
  color:#1D1D1D;
}
.pricing tr td i.red{
  color: #e91e63;
}
.pricing tr td i.green{
  color: #4caf50;
}
.pricing tr td i.lblue{
  color: #03a9f4;
}
.pricing tr td:first-child i{
  display:inline;
  margin-bottom:0px;
  font-size:22px;
}

.bg-red{
    background:#f00 !important;
}
.bg-blank{
    background:#1d1d1d !important;
}
.bg-gray5 {
    background: #606060 !important;
}

.m-0{
    margin:0px !important;
}

.num {
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.side_box{
    background:#000;
    padding:10px;
}
.side_box label {
    color:#fff;
    margin-bottom:0;
    font-weight:400;
}
.width-100{
    width:100% !important;
}
.width-100p {
    width: 100% !important;
}
.pt-30{
    padding-top:30px;
}
.pt-75{
    padding-top:75px;
}
.pt-0{
    padding-top:0px !important;
}
.home_text {
    padding-top: 20%;
}

.text-s{
    text-shadow: 2px 2px 0 #000;
}
.text-b{
    font-weight:bold;
}

.texttop {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.texttop a {
    border-radius:5px;
    margin-top:350px;
}

#mTab .tab-content {
    color: #000;
    padding: 0;
}

#mTab .nav-pills > li > a {
    border-radius: 0;
    color: #9d9d9d;
}

#mTab .nav {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0px;
    border-radius: 10px;
    border: 1px solid #E40D00;
    width: auto;
    display: inline-block;
}

    #mTab .nav > li > a {
        position: relative;
        display: block;
        padding: 2px 12px;
        font-weight: bold;
        color: #E40D00;
        margin: 0px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    #mTab .nav .active a {
        color: #fff;
        background-color: #E40D00 !important;
        border-radius: 10px;
    }

.btn-refine {
    line-height: 1.33333;
    padding: 10px 10px !important;
    color: #000;
    margin-top: 0px;
    box-shadow: none;
    background: #6edbd5;
    height: 40px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

/* SIDE CONTENT */
.side-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999999;
}

    .side-container .side-box {
        background-color: #fff;
        padding: 15px;
        position: initial;
        width: 0; /*400px*/
        display: none;
        height: 100%;
        overflow: auto;
    }

        .side-container .side-box:before {
            content: "";
            position: absolute;
            width: 1000%;
            height: 100%;
            right: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: -1;
        }

        .side-container .side-box.open-side {
            display: block;
        }

    .side-container .side-close-btn {
        color: #000;
        cursor: pointer;
        float:left;
    }

    .side-container .side-content {
        margin-top: 30px;
        color: #fff;
        width: 250px;
    }

.eng {
    position: absolute;
    right: 0;
    background: rgba(8, 165, 163, 0.62);
    color: #fff;
    padding: 3px 11px;
    text-align: center;
    border-radius: 5px 0px 0px 0px;
    bottom: -1px;
}

.width130 {
    min-width: 130px;
}

.v_search{
    margin:0;
    padding:10px 15px;
}

.v_search li{
    list-style:none;
    float:left;
    width:20%;
    padding:5px;
}

.item4{
    width:25% !important;
}

.item5 {
    width: 15% !important;
}

.m_video{
    height:440px;
    overflow:hidden;
}

.m_video video {
    margin-top: -100px;
}
.letter-spacing-0{
    letter-spacing:0 !important;
}
.font-bold{
    font-weight:bold;
}
.j-hedding{
    width: 200px;
    display: inline-block;
}

.mt--22{
    margin-top:-22px;
}
.line-height-02{
    line-height:2 !important;
}
.height-1{
    min-height:85px;
}

.width-5{
    width:50%;
}