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: 900;
  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: 900;
}

.font-e{
    font-family: 'Eurostile';
    letter-spacing: 2px;
}

.font-ed{
    font-family: 'EurostileDemi';
}

.font_b {
    font-weight: 600;
}
.font-400 {
    font-weight: 400;
}
.parts_head {
    background: #D8D8D8;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.bg-green {
    background: #6edbd5 !important;
}
.bg-gray {
    background: #D8D8D8 !important;
}
.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;
}

/* 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;}
.m-l-20{margin-left:20px;}
.m-l-10{margin-left:5px;}
.mr-r60{margin-right:44px;}
.mt-20{margin-top:15px;margin-bottom:10px;}
.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;
}

main {float: left;position: relative;width: 100%;}

.clearfix{
	clear:both;
}
/* Header Styles */

.font16{
	font-size: 14px;
}
.font-35 {
    font-size: 35px !important;
}
.topbar {
    background: #000;
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 100%;
    margin: 0 0 -5px 0;
    border-bottom: 1px solid #474747;
}
.topbar .list-inline{
    position:relative;
    background:#6edbd5;
    z-index:1;
}
.topbar .list-inline::after{
    position:absolute;
    left:-30px;
    top:0;
    content:"";
    border-bottom: 32px solid #6edbd5;
	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;
}
.topbar .list-app::after{
    position:absolute;
    left:-30px;
    top:0;
    content:"";
    border-bottom: 40px solid #474747;
	border-left: 30px solid transparent;
}

.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;
}

.logo {
  float: left;
  text-align: left;
  display: inline-block;
    background: #6edbd5;
    height: 122px;
        width: 370px;
   margin-top: 0px;
    margin-left: -16px;
    padding-top: 10px;
    padding-left: 52px;
}

.logo a {
  max-width: 280px;
  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: 122px solid #000000;
    border-left: 37px solid transparent;
    left: 332px;
    top: 0px;
}

.logo2 {
  float: left;
  text-align: center;
  display: inline-block;
    background: #000;
    height: 104px;
  width: 130px;
  padding-top: 25px;
-webkit-transform: skewX(-16deg);
transform: skewX(-16deg);
    border-right: 1px solid #474747;
    margin-top: -34px;
    margin-left: -20px;
}

.logo2 img{
-webkit-transform: skewX(16deg);
transform: skewX(16deg);
}

.navbar-inverse{
	background-color:#000;
	z-index: 99;
}
.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: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
	background: rgba(0, 0, 0, 0.5);
}


.blocks{
	position:absolute;
	z-index: 2;
	padding-left: 5%;
    padding-top: 2%;
    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 40px;
	display: inline-block;
	margin-top: 2%;
	width:100%;
}
.box_1 h2{
	color:#000000;
    background: #6edbd5;
    font-family:'cooper_blackregular';
    display: inline-block;
    padding: 12px 20px;
    font-size: 45px;
}
.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: #6edbd5;
    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;
}

.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;
	font-family:palanquinregular;
}

.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: #6edbd5;
    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: #6edbd5;
    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: 600; line-height: 35px; }
h3 { font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px; }
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: 15px 0;background: #f6f6f6; }
.page-section-pt { padding: 40px 0 0; }
.page-section-pb { padding: 0 0 40px; }

/*************************
  Text Color
***********************/
.text-green { color: #6edbd5; }
.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: #6edbd5; 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: #6edbd5; 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 { border-radius: 0px;height: 50px; line-height: 1.33333;padding: 5px 20px !important;color: #626262;box-shadow: 0px 6px 16px -15px #000;}
.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: #444; 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: 50px;
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: #e3e3e3; 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; }


.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
.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;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}

.table-radius{
    border-radius:10px;
    overflow:hidden;
    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: #6edbd5; 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); }

.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: #000; display: block;    padding:20px 0; }
.inner-intro .container { display: table; height: 100%; position: relative; }
.inner-intro span { text-transform: capitalize; }
.inner-intro h1 { font-size:40px; color:#fff !important; text-transform:uppercase; margin-bottom: 0px;font-weight: 400;}
.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;
}
.car-item .car-content a:hover { color: #fff; }
.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: #6edbd5; 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: #6edbd5; 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:250px; }
.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; }


/*************************************
       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 #6edbd5; 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: #6edbd5; color: #ffffff; font-size: 14px; background: #6edbd5; 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:#fff;font-size: 13px;background: #000;}
.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: #6edbd5; left: 0; bottom: 0px; }
.footer .copyright { margin: 6px 0 30px;font-size:12px; }
footer .copyright a { color: #6edbd5; }
footer .copyright ul li { padding: 0px; }
footer .copyright ul li a { color: #6edbd5; text-transform: capitalize; padding: 0px 3px; }
footer .copyright ul li a:hover { color: #6edbd5; }

/*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:#6edbd5; 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: 48%;
    margin-right: 5px;
    border-radius: 0;
    margin-bottom: 0px;
    text-align: center; }
#tabs .tabcontent { overflow: hidden; }
    #tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover {
        background: rgb(255, 0, 0);
        color: #fff;
    }
.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%;font-size: 16px; }
.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: #6edbd5; 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;    font-size: 16px; }
.blog-sidebar .widget-link ul li a:hover { color: #009595; border-color: #009595; }




/*************************************
        Product listing
**************************************/

.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: #6edbd5; 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 12px; }
.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: 24px;
    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: 900; }

.product-listing ul.list-group li { list-style: none; }
.product-listing ul.list-group .checkbox label { line-height: 22px; }
.product-listing .list-group-item { border-left: 0; border-right: 0; padding: 13px 15px; }
.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; }
.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-weight: 700; 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: 0; background: #6edbd5; border-radius: 50%; border: 1px solid #e3e3e3; }
.slider-for .slick-prev:hover, .slider-for .slick-prev:focus, .slider-for .slick-next:hover, .slider-for .slick-next:focus { background: #009595; border-color: #009595; }
.slider-for .slick-next:before { content: '\f105'; font-size: 20px; line-height: 30px; text-align: center; color: #323232; }
.slider-for .slick-prev:before { content: '\f104'; font-size: 20px; line-height: 30px; text-align: center; color: #323232; }
.slider-slick:hover .slider-for .slick-next { right: -15px; opacity: 1; }
.slider-slick:hover .slider-for .slick-prev { left: -15px; 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: #009595; padding: 10px 15px; margin: 0px; }
h4.modal-title { position: relative; padding-bottom: 0px; margin-bottom: 0px; display: inline-block; color: #ffffff; 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: #6edbd5; }
.car-details-sidebar h5:before { position: absolute; content: ""; width: 100%; height: 2px; background: #6edbd5; 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;
}

.separator { margin-bottom: 0px; }
.separator:after { width: 130px; display: block;  content: ""; margin:0; height: 1px; background: #6edbd5; 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: #6edbd5; 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;background:url(../Images/dashbord_bg.png) repeat-x;}
.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: #009595; 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: 2px solid #009595; content: ""; height: 20px; 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;font-weight: 600; }


.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: -3px; left: 0; 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: 0px 4px 1px 5px;
    font-size: 10px;
}
.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: #6edbd5; 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;
    
}
.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:650px;*/
    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:#6edbd5;
    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 li{
            line-height: 33px;
    }
.bloc .mms_select option{
       /*padding: 2px 0 2px 13px;*/
    /* border-bottom: 1px solid #969494; */
    font-weight: 500;
        font-size: 22px;
}
.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: #fff;
    color: #000;
    width: 100%;
    font-size: 16px;
    padding: 15px 24px;
    text-align: left;
    text-transform: uppercase;
        font-weight: 600;
}

.mms_select{
    height:500px !important;
overflow-y: scroll;
}

.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: #6edbd5;
    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 #6edbd5;
}
.ribbon.base:after {
    border-bottom: 27px solid #6edbd5;
}
.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;border-radius: 10px;overflow: hidden; }
.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 #6edbd5;
    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:#6edbd5;
}

.Group1ID img {
   width: 100%;
}

.b_right{
    border-right:1px solid #6edbd5;
}

.b_right::before { 
   border:20px solid #000;
}
 .font-26{
    font-size:26px !important;
}

.border_b0{
    border-bottom:0 !important;
}

.font12{
    font-size:12px;
        margin-top: -10px;
}
.width50{
    width:100px;
}

.mt-30{
    margin-top:32px;
}

/*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;
}

.mt-60 {
    margin-top: 70px;
}

.radiob {
  display: block;
  position: relative;
  border: 2px solid #ccc;
  padding: 15px 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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: 17px;
}
.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: #6edbd5;
}


.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: #6edbd5;*/
  color: #000;
  font-size: 30px;
  padding: 10px 20px;
}

.car-content .list-inline > li {
  display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}


 .progress-bar-container {
  margin: 0 auto;
  padding-top: 0px;
  width: 95% !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: #404040;
  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:#fff;
}

.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:80px 0;
}


.team {
  background-color: #efefef;
}

.team .container {
  padding: 70px 15px 100px;
}

.product-list{
    background:#f6f6f6;
    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: 12px 60px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 65px;
    font-size: 16px;
}

.btn-style2{
    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;
}

.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: #ee4823;
    border: 1px solid #ee4823;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 11px;
    line-height: 18px;
}

.certifications{
    background:#fff;
    padding:60px 0;
}

.font36{
    font-size:36px;
}


.search_form{
    background:#fff;
    border-radius:50px;
    margin-top:-25px !important;
    padding:0 0 0 14px;
    overflow: hidden;
    box-shadow: 0px 6px 25px -20px #000;
    width:1000px;
    margin:auto;
}

.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;
    font-size: 20px;
}
.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;
}


.filter h3{
    padding:10px 20px;
}

 .filter ul {
        margin-bottom: 10px;
        margin:0;
    }

.filter ul li {
    font-weight:400;
    font-size: 18px;
    border-bottom: 1px solid #F0F0F0 !important;
    padding: 5px 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:16px;
    }

.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 !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: #fff;
    border-radius: 0px;
    padding: 0 0 0 5px;
    overflow: hidden;
    border: 1px solid #B5B5B5;
    box-shadow: 0px 6px 16px -15px #000;

}

.search_bar input{
    border:0;
    padding: 0px;
    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: 10px;
    border: 0;
    font-size: 20px;
}

.field-validation-error{
    color:#f00;
}
.mms-d{
    border-radius: 0px;
    overflow: hidden;
}

.mt-0{
    margin-top:0 !important;
}
.mt15{
    margin-top:15px !important;
}

.search-location{
    margin-top:-50px;
}

.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:#6edbd5;
    padding:20px;
    border-radius:10px;
}

.contact-form{
    margin:40px 0;
        float: left;
}

.contact-form input{
        border: 1px solid #e4e4e4;
    padding:14px 20px !important;
    background:#fff;
    box-shadow: 0px 6px 16px -15px #000;
}

.contact-form select{
        border: 1px solid #e4e4e4;
    background:#fff;
    box-shadow: 0px 6px 16px -15px #000;
}

.contact-form .form-group{
    margin-bottom:28px !important;
}

.contact-form textarea{
        border: 1px solid #e4e4e4;
    padding:15px 20px !important;
    background:#fff;
    box-shadow: 0px 6px 16px -15px #000;
}

.contact-form input[type=text]:focus {
    border:0px solid #6edbd5;
    box-shadow: 0px 6px 16px -15px #000;
}

.contact-form select:focus {
    border:0px solid #6edbd5;
    box-shadow: 0px 6px 16px -15px #000;
}


.contact-form textarea:focus {
    border:0px solid #6edbd5;
    box-shadow: 0px 6px 16px -15px #000;
}

.font50{
    font-size:50px;
}


@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.loader03 {
  width: 56px;
  height: 56px;
  border: 8px solid transparent;
  border-top-color: #6edbd5;
  border-bottom-color: #6edbd5;
  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;
}
.home_i{
    font-size: 30px !important;
    margin-top: 20px !important;
    color: #fff !important;
    padding: 14px !important;
    display: block;
        margin-bottom: 20px;
}


.vKeyboard {
  background-color: #000;
  position: fixed;
  height: var(--keyboardHeight);
  top: calc(var(--documentHeight) - var(--keyboardHeight));
  width: inherit;
  overflow: hidden;
  z-index:9999;
  width:980px;
   bottom: 0;
   margin:auto;
   right: 0;
    /*left: 0;*/
}

.vKeyboard-container {
  margin: 0px 0px;
}

.vKeyboard-numbers {
  margin-right: var(--keyboardLetterSpacing);
}

.vKeyboard-spacer {
  width: calc(var(--keyboardButton) / 2);
}

.vKeyboardRow {
  margin-top: var(--keyboardLetterSpacing);
  margin-bottom: var(--keyboardLetterSpacing);
}

.vKeyboard-offsetRow1 {
  margin-left: 0px;
  margin-right: var(--keyboardButton);
}
.vKeyboard-offsetRow2 {
  margin-left: calc(var(--keyboardButton) / 2);
}
.vKeyboard-offsetRow3 {
  margin-left: var(--keyboardButton);
}

.vKeyboard-letter,
.vKeyboard-number,
.vKeyboard-symbol,
.vKeyboard-enter,
.vKeyboard-return {
  color: #fff;
  font-size: 25px;
  height: var(--keyboardButton);
    width: 55px;
    border-radius: 6px;
    margin: 10px;
}

.vKeyboard-letter,
.vKeyboard-number {
  background-color: #4e4e4e;
  box-shadow: 0 0 0px 0 #4e4e4e;
  border: solid 0px #4e4e4e;
}

.vKeyboard-letter {
  margin-left: var(--keyboardLetterSpacing);
}

.vKeyboard-number {
  margin-left: var(--keyboardNumberSpacing);
}

.vKeyboard-symbol,
.vKeyboard-return {
  background-color: #3a3a3a;
  box-shadow: 0 0 0px 0 #3a3a3a;
  border: solid 0px #3a3a3a;
  margin-left: 12px;
}

.vKeyboard-double {
  width: calc((var(--keyboardButton) * 2) + var(--keyboardNumberSpacing));
}

.vKeyboard-pad {
  margin-left: var(--keyboardNumberSpacing);
}

.vKeyboard-return {
  margin-left: 0;
      width: 50%;
}

.vKeyboard-enter {
  background-color: #9cd9cd;
  box-shadow: 0 0 0px 0 #9cd9cd;
  border: solid 0px #9cd9cd;
  color: #fff;
  height: calc(
    (var(--keyboardButton) * 3) + (var(--keyboardLetterSpacing) * 2)
  );
}

.vKeyboard-space {
  margin-left: 0px;
  width: 100%;
}

.vKeyboard-space-character {
  position: relative;
  top: 0px;
  pointer-events: none;
}
.tbl_check input[type="checkbox"] {
    height: 22px;
    width: 30px;
    margin-right: 5px;
    float: left;
}

.tbl_check #PartName{
    margin-top: 4px;
    float: left;

}

.font-80{
    font-size:60px;
    text-shadow: 2px 4px 3px #000;
}

.mb-115{
    margin-bottom:115px;
}

.font-16{
    font-size:16px;
    
}

.print_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 #ffff00;
    border-bottom: 3px solid #299898 !ffff00;
    text-align: center;
    background: #ffff00;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    font-size:16px;
    font-weight:600;
    padding: 8px 32px;
    margin-top:10px;
    margin-right:25px;
    -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;
    }

.print_button:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #efef00; -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; }
.print_button:hover, .print_button:focus, .print_button:active { color: #000; }
.print_button:hover:before, .print_button:focus:before, .print_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); }


.back_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 #000;
    border-bottom: 3px solid #299898 !ffa81a;
    text-align: center;
    background: #ffa81a;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    font-size:16px;
    font-weight:600;
    padding: 8px 32px;
    margin-top:10px;
    margin-right:25px;
    -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;
    }

.back_button:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #e89000; -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; }
.back_button:hover, .print_button:focus, .print_button:active { color: #000; }
.back_button:hover:before, .print_button:focus:before, .print_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); }


.mt--53{
    margin-top:-55px !important;
    /*padding: 11px 42px;*/
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.vkclose{
    width:30px;
    border-radius:50%;
    background:#000;
    position:absolute;
    right:5px;
    padding:6px 8px;
    font-size: 20px;
    cursor:pointer;
    z-index:9;
}

.product_jp {
    z-index: 9;
    background: #fff;
    color: #f00;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #f00;
    margin: 0px 55px 0 10px;
    position: absolute;
    width: 95%;
}

.bg-black{
    background:#000;
}

.box1{
    padding:15px;
    border:2px solid #fff;
    text-align:center;
    width:auto;
        display: inline-block;
        line-height:28px;
        width:600px;
        border-radius:10px;
        }

.bg-red{
    background:rgb(255, 0, 0);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;

}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    letter-spacing:1px;
    z-index: 1;
}

.card-body-icon {
       float: right;
       font-size:35px;
       text-align:center;

}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.z-1 {
    z-index: 1;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.bg_De{
    background:#6bab26;
}

.bg_Re{
    background:#FF0000;
}

.bg_Ge {
    background: #00B0F0;
}

.bg_Pr{
    background:#7030A0;
}

.pt-10{
    padding-top:15px;
}

.mb-15 {
    margin-bottom: 20px;
}
.btn-black{
    background:#000;
    color:#fff;
}

.btn-black:hover{
    background:#000;
    color:#ccc;
}

.thumbnail {
  padding: 0;
  margin-bottom: 8px;
  
}

.eng {
    position: absolute;
    right: 0;
    background: rgba(8, 165, 163, 0.62);
    color: #fff;
    padding: 16px 11px;
    text-align: center;
    border-radius: 5px 0px 0px 0px;
    bottom: 13px;
}

#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: #6edbd5;*/
        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;*/
    }

.carousel-inner {
  border-radius: 10px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
}

#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%;
}

.p-10 {
    padding: 10px !important;
}

.font40{
    font-size:55px;
}
.pt-40{
    padding: 20px 60px;
    line-height: 60px;
}

.bl_bg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../Images/d_bg.png);
    opacity: 0.3;
    position: absolute;
    background-position: center;
}

.h-100{
    height:320px;
}

.pt_60{
    padding-top:60px;
}

.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;
}

.ml-15 {
    margin-left: 15px !important;
}

.list_top{
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.btn-green{
    background-color:#6edbd5;
}

.btn-green:hover{
    background-color:#6edbd5;
}

.p-0 {
    padding: 0 !important;
}

.bg-n{
    background:none;
}

.btn-back{
    position:fixed;
        top: 50%;
            font-size: 40px;
}

.bg-white{
    background:#fff;
}

.border-n{
    border:0 !important;
}

.p-50 {
    padding: 49px 28px;
}
.qmark {
  padding: 3px 8px;
  background: #0888e2;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.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;
}

.sort_select {
    border-radius: 0px;
    line-height: 1.33333;
    padding: 2px 10px !important;
    color: #000;
    margin-top: -7px;
    box-shadow: none;
    background: #6edbd5;
    height: 40px;
    border: 0;
}

.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;
}

.mr-r100{
    margin-right:100px;
}
.num {
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
}