@charset "utf-8";
/* CSS Document */
#loading{
  width: 100%;
  height: 100vh;
  background: #fff url(../img/Blocks-0.8s-200px.gif) no-repeat center;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
}
body {
	margin:0px;
	padding:0px;
	font-size:16px !important;
	color:#828282;
	font-family: 'Roboto', sans-serif !important;
  position: relative;
  line-height:28px;
}
a:hover, a:focus{text-decoration:none !important;}
h1, h2, h3, h4, h5, h6, a {
	font-family: 'Roboto', sans-serif !important;
}
ul {list-style:none; margin:0; padding:0px}
* {
	box-sizing:border-box;
}
img {max-width:100%;}
.white {color:#FFFFFF;}
.white-bg {background-color: #fff;border-top: solid 4px #D2232A;}
.zero {
	padding:0 !important;
	margin:0;
}
.small, small {
  font-size: 75% !important;
}
.m_t_10 {margin-top:10px !important;}
.m_t_20 {margin-top:20px !important;}
.m_t_40 {margin-top:40px !important;}
.m_t_80 {margin-top:80px;}
.m_b_20 {margin-bottom:20px;}
.m_b_30 {margin-bottom:30px;}
.p_b_20 {padding-bottom: 20px !important;}
.checked {color: #ff9f1a;}
.cl {clear:both;}
header{padding:10px 0;}

.head-top {
  background: #fff;
  border-bottom: solid 1px #f5f5f5;
  padding:17px 0 10px;
}
.hidden-top-inner ul {
  list-style: none;
  margin: 0;
  padding-top: 3px;
}
.head-top ul li {
  color: #656565;
  font-size: 16px;
}
.hidden-top-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}
.brdr-b {border-bottom:solid 1px #D4F2FA; padding: 5px 0;}
.page_heading{
  font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 2px;
    padding-right: 15px;
}
.page_heading:before {
    content: "";
    height: 4px;
    width: 6%;
    background-color: #ec0306;
    z-index: 999999;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 17px;
}
/*------- form-sec ---------*/
.lction{
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.lction p{margin-bottom: 0;font-size: 12px;}
.lction span{font-weight: 600;font-size: 16px;color: #E56220;}
.btn-cart {
  background: url(../img/cart-icon2.png) no-repeat 0px 3px;
  font-size: 14px;
  margin-right: 0;
  width: 100%;
  float: left;
  cursor: pointer;
}
.btn-cart .qyt{
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #0000CD;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
}
.btn-cart a {color: #000;padding: 8px 0px 10px 28px;position: relative;display: block;font-size: 14px;text-align: right;}

.btn-cart a:hover{text-decoration: none;color: #0000CD}
.btn-cart a:focus{text-decoration: none;color: #0000CD}
.shopping-cart {
  float: left;
  background: #f9f9f9;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px 15px 2px;
  right: 0;
  top: 55px;
  z-index: 956898;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart .shopping-cart-items {
  padding-top: 10px;
  max-height: 200px;
  overflow-x: hidden;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 10px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  width: 50px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f5f5f5;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.view-cart {
  width: 100%;
  background: #FC8019;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  color: #FFFFFF !important;
}
.view-cart:hover {
  background: #df6a09;
  color: #FFFFFF
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header {
  width: 100%;
  padding: 30px 0 5px;
  height: 110vh;
  background: url(../img/slider-bg.jpg) no-repeat;
  background-size: cover; 
}
.header2 {
  width: 100%;
  padding: 30px 0 5px;
  height: 100vh;
  background: url(../img/hoter-bg.jpg) no-repeat;
  background-size: cover; 
}
.holiday-sec{
  width: 100%;
  padding: 30px 0 5px;
  height: 60vh;
  background: url(../img/holiday-p-bg.jpg) no-repeat;
  background-size: cover; 
}
.form{
  background-color: #f5f5f5;
  padding: 30px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.car-result-sec {
  width: 100%;
  padding: 30px 0 5px;
  height: 70vh;
  background: url(../img/result-bg.jpg) no-repeat;
  background-size: cover; 
}
.hadding{margin-top: 100px;}
.hadding h1{font-size: 40px;}
.abt-sec{
  width: 100%;
  padding: 30px 0;
  background-size: 100%;
  background-position: right center;
}
.abt-sec p {text-align: justify;line-height: 30px;}
.heading{text-transform: uppercase;}
.title-divider ul{text-align:center; margin-top:10px;}
.title-divider li{display:inline-block;position:relative;}
.title-divider li:nth-child(1){width:10%;height:1px; background:#051C4C}
.title-divider li:nth-child(2){width:6px;height:6px;margin-left:1px;margin-right:1px;top:2px; background:#051C4C; border-radius:100%}
.title-divider li:nth-child(3){width:8px;height:8px;top:3px; background:#E42E00; border-radius:100%}
.title-divider li:nth-child(4){width:12px;height:12px;top:4px; background:#FF3300; border-radius:100%}
.title-divider li:nth-child(5){width:8px;height:8px;top:3px; background:#E42E00; border-radius:100%}
.title-divider li:nth-child(6){width:6px;height:6px;margin-left:1px;margin-right:1px;top:2px; background:#051C4C; border-radius:100%}
.title-divider li:nth-child(7){width:10%;height:1px; background:#051C4C;}
/*-----------------------------*/
#showcase{
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
#showcase a:focus {
  text-decoration: none;
}
.custom_showcase {
  margin: 23px 0 0 0;
  padding: 23px 20px 30px 20px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
}
.custom_showcase__content p{color: #222;}
.shop-now-btn {
  padding: 12px 20px;
  margin-top: 15px;
  background: #fc5c3c !important;
  border: none !important;
  font: 16px;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
/*--------------- Testimonial ----------------*/
.item-slider-sec {
  width:100%;
  padding:30px 0 40px 0;
  margin-top: 0px;
}
.item-slider-sec .owl-carousel a:hover{text-decoration: none;}
.testimonial .description{
    font-size: 15px;
    color: #303030;
    line-height: 28px;
    margin-bottom: 20px;
}
.testimonial {
  width: auto;
  margin: 0 5px;
  border: solid 1px #efefef;
  background-color: #fff;
}
.testimonial .pic{
    /*width: 270px;*/
    height: 240px;
    position: relative;
    margin: 0 auto;
    border-radius: 0%;
    overflow: hidden;
    cursor: pointer;
    text-align:center;
}
.testimonial .pic img{
    width: auto;
    height: 100%;
}
.testimonial .pic2{
    width: 170px;
    height: 170px;
    position: relative;
    margin: 0 auto;
    border: solid 1px #29ab87;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .pic2 img{
    width: 100%;
    height: 100%;
}
.testimonial .testimonial-title{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.testimonial .testimonial-title:hover{color: #ec0306;}
.testimonial .pr-price{
  font-size: 16px;
  font-weight: bold;
  color: #ec0306;
  margin-top: 0;
  padding-left: 10px;
  clear: both;
}
.mrp{font-weight: normal;text-decoration: line-through;color:#222;margin-left: 8px;}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #778283;
    text-transform:capitalize;
    margin-top: 5px;
}
.testimonial .pic span{
  position: absolute;
  background: #fff;
  z-index: 3;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
  /*padding: 3px 5px 4px 5px;*/
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.testimonial .pic span a{position: relative;}
.testimonial .pic span i{
  color: #51c0ff;
}
.testimonial .lockt{width: 100%;float: left;display: flex;}
.testimonial .lockt li{
  float: left;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  padding: 0px 10px;
}
.testimonial .lockt li:last-child{width: 20%;padding: 0;text-align: right;}
.testimonial .lockt li i{
  color: #54C1F1;
}
.view-all{float: right;}
.owl-theme .owl-controls{
    position: absolute;
    top: -56px;
    right: 34px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: #ec0306;
    margin-right: 2px;
}
.owl-prev{
    position: absolute;
    right: -3%;
}
.owl-next{
    position: absolute;
    left: -3%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Fontawesome"; font-weight: 400;
    font-size: 30px;
    color: #ffffff;
}
.owl-next:after{
    content: "\f105";
}
@media screen and (max-width: 767px){
    .owl-next{ right:0; }
    .page_heading:before{width: 10%;bottom: -10px;}
    .item-slider-sec{padding:0;}
}
@media screen and (max-width: 480px){
    .owl-theme .owl-controls{ top: -17%; }
}
/*-----------</---- Testimonial ------>----------*/
.item1{
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 2.1875rem 0 rgb(154 161 171 / 15%);
    border-radius: 5px;
    margin-bottom:25px;
}
.item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#myform {
    text-align: center;
    display: inline-block;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}
.con-btn-sec{display: flex;padding-top: 20px;border-top: solid 1px #ddd;}
.cont-btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #cd2122;
    border-radius: 0px;
    color: #000;
}
.cont-btn: hover{
  text-decoration: none;
}
.cart-ud-btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #cd2122;
    border-color: #cd2122;
}
.section-sec{
  width: 100%;
  background-color: #e3dfdc;
  padding:30px;
}
.text-list h3{
  color: #f0683b;
  font-size: 28px;
  margin: 20px 0;
}
.text-list h4{line-height: 28px;}
.text-list {width: 100%;}
.text-list ul {
  padding-left: 20px;
}
.text-list ul li {
  padding: 7px;
  list-style: square;
}
.pro-sec{width: 100%;background-color: #FFFFFF;padding: 30px 0 50px;}
/*-----------------------*/
.why-sec {width: 100%;padding: 50px 0;}
.why-sec p {line-height: 30px;font-size: 15px;color: #636363;}
.main-timeline .timeline{
  padding: 50px 60px;
  position: relative;
}
.main-timeline .timeline:first-child{
  padding-top: 0;
}
.main-timeline .timeline:last-child{
  padding-bottom: 0;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline .timeline-icon{
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #f0683b;
  box-sizing: border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px transparent;
  text-align: center;
  margin: auto 0;
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -34px;
  bottom: 0;
  z-index: 2;
}
.main-timeline .timeline:first-child .timeline-icon,
.main-timeline .timeline:last-child .timeline-icon{
  box-sizing: content-box;
  margin: 0;
  top: 0;
  left: -36px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f0683b;
}
.main-timeline .timeline:last-child .timeline-icon{
  top: auto;
  bottom: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
  left: auto;
  right: -34px;
}
.main-timeline .timeline:last-child:nth-child(2n) .timeline-icon{
  right: -36px;
}
.main-timeline .timeline-content{
  width: 100%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
  float: right;
  text-align: right;
}
.main-timeline .title{
  font-size: 18px;
  color: #f0683b;
  margin-top: 0;
  text-transform: uppercase;
}
.main-timeline .description{
  font-size: 15px;
  color: #636363;
  line-height: 30px;
  margin: 0;
  text-align: justify;
}
.main-timeline .border{
  width: 50%;
  border-top: 2px solid #f0683b;
  border-bottom: 2px solid #f0683b;
  border-left: 2px solid #f0683b;
  border-radius: 6px 0 0 6px;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.main-timeline .timeline:nth-child(2n) .border{
  border-left: none;
  border-right: 2px solid #f0683b;
  border-radius: 0 6px 6px 0;
  left: 50%;
}
.main-timeline .timeline:first-child .border{
  border-top: none;
}
.main-timeline .timeline:last-child .border{
  border-bottom: none;
}
@media only screen and (max-width: 990px){
  .main-timeline .timeline{
    padding: 40px 60px;
    margin: 0 0 0 35px;
  }
  .main-timeline .timeline:nth-child(2n){
    margin: 0 35px 0 0;
  }
  .main-timeline .timeline-content{
    width: 100%;
  }
  .item1{
      height:120px;
  }
}
/*------------------------*/
.product-sec{
  width: 100%;
  padding: 30px 0 40px;
  border-bottom: solid 2px #f5f5f5;
}
.product-sec h4{
  padding-left: 15px;
}
.MultiCarousel-inner a:hover, .MultiCarousel-inner a:focus{
  text-decoration: none;
}
.MultiCarousel .item {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  border: solid 1px #efefef;
  background-color: #fff;
  position: relative;
}
.MultiCarousel .item .item-img-sec{
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.MultiCarousel .item .item-img-sec .whisL {
    position: absolute;
    background: #fff;
    z-index: 3;
    top: 10px;
    right: 10px;
    color: #8f8f8f;
    font-size: 20px;
    line-height: 45px;
    /* padding: 3px 5px 4px 5px; */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.4s;
}
.MultiCarousel .item .item-img-sec .whisL:hover{
  background: #e56220;
  color: #fff;
}
.MultiCarousel .item .ofr {
    position: absolute;
    background: #e56220;
    z-index: 3;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    width: 60px;
    text-align: center;
    transition: all 0.4s;
}
.MultiCarousel .item .item-content{
  width: 100%;
  padding: 20px 0px 1px;
  color: #656565;
  display: block;
}
.MultiCarousel .item .item-content .descr{
  color: #222;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.MultiCarousel .item .item-content .price{color: #222;font-size: 16px;font-weight: 700;font-family: sans-serif;}
.MultiCarousel .item .item-content .rs-old{
  text-decoration: line-through;
  font-style: italic;
  color: #fc5b4e;
  font-size: 14px;
  font-weight: 500;
}
.MultiCarousel img {
  height: 100%;
  margin: auto;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.MultiCarousel .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.login-btn {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  background-color: #cd2122;
  border-color: #cd2122;
}
.login-btn:focus,
button:active:focus,
.login-btn.active:focus,
.login-btn.focus,
.butn:active.focus,
.login-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.login-btn:hover {
  color: #fff;
  background-color: #a41a1b;
  border-color: #741b1c;
  text-decoration: none;
}
/*--------------*/
.contact-rich {
  color: #7a7a7a;
  margin-bottom: 2rem;
  word-wrap: break-word;
}
.add-title{
  margin: 0;
  padding: 10px 15px;
  background-color: #D1D1D1;
  color: #222;
  letter-spacing: .56px;
  text-transform: capitalize!important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px 5px 0 0;
}
.contact-rich .add-item {
  height: auto;
  overflow: hidden;
  padding: 15px 15px;
  background: #f7f7f7;
  border-radius: 0 0 5px 5px;
}
.contact-rich .add-item .icon {
  float: left;
  width: 3.5rem;
  height: 45px;
}
.contact-rich .add-item .data {
  color: #232323;
  font-size: 14px;
  width: auto;
  overflow: hidden;
  line-height: 2;
}
.ul-li ul{padding-left: 30px;}
.ul-li ul li {padding: 8px;list-style: square;line-height: 28px;}
.form-sec{width: 100%;}
.form-sec label{font-weight: normal;}
.form-style{
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  outline: none;
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  outline: none;
}
input[type=text]:focus, textarea:focus{box-shadow: none;border: 1px solid #cd2122}
.career-sec{
  width: 100%;
  padding: 30px 0;
}
.newsletter {
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.newsletter .box-heading {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}
.newsletter .box-content .tm-login-form {
  width: 623px;
  margin: 0 auto;
  position: relative;
}
.newsletter .box-content .newsletter-description {
  font-size: 14px;
  margin-bottom: 23px;
  font-weight: normal;
  color: #000;
}
.newsletter .box-content .tm-login-form>input {
  width: 73%;
  height: 47px;
  float: left;
  border: 0;
  border-radius: 0;
  color: #e47911;
  font-size: 14px;
  background: #fff;
  padding: 11px 20px;
}
.newsletter .box-content .tm-login-form .btn {
  width: 27%;
  float: left;
  display: inline-block;
  border: 0;
  height: 47px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
  background: #000;
}
.br-container{
  width: 100%;
  padding: 50px 0;
  background-color: #ffffff;
}
/*--------------*/
footer {
  width: 100%;
  background: #e6e6ff;
  color: #656565;
  padding-top:30px;
}
footer p{
  text-align: justify;
  line-height: 28px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .column {
  float: left;
  border: none;
  margin: 20px 0;
}
footer h5 {
  color: #3BB3C3;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .column li i {margin-right: 10px;}
footer .column li a {
  display: inline-block;
  padding: 7px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #656565;
  white-space: normal;
  font-size: 14px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
footer .column li a:hover,
footer .column li a:focus {
  text-decoration: none;
  color: #656565;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
footer .copyright-container {
  background: #1a1a70;
  padding: 15px 0;
  line-height: 9px;
}
footer .copyright-container .social {
	float: left; 
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .payment-block > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#address ul li {
    padding: 5px 0;
}
.social {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.social ul {
  margin: 0;
  list-style: none;
}
.social ul li {
  float: left;
  list-style: none;
}
.social ul li a i {
  padding:11px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color:#000;
}
.payment-block li .fa {
  font-size: 26px;
  line-height: normal;
}
.payment-block {
  float: right;
  margin: 3px 0 0;
}
.payment-block p {color: #FFFFFF;margin-bottom: 0px;}
.payment-block p a:hover{color: #656565;}
.payment-block ul {
  margin: 0;
}
.powered {
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
}
.powered a:hover {
	color: #e1e1e1;
	text-decoration:none;
}
footer li a:hover,
footer li a:focus {
  text-decoration: none;
  color: #e1e1e1;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.page-head {
	width:100%;
	height:300px;
	padding:40px 0 30px;
	background:url(../img/page.jpg) no-repeat;
	background-size:cover;
}
.page-head h1 {color:#fff;}
.page-head p {color:#fff;}
.big-icon {
  font-size: 55px !important;
  color: #666666;
  padding-top: 12px;
}
@media only screen and (max-width:990px){
  .box{ margin-bottom: 30px; }
}
/*---</Hover>----*/



@media only screen and (min-width: 300px) and (max-width: 350px){
}
@media only screen and (min-width: 350px) and (max-width: 450px){
}

@media all and (max-width: 768px){
  .abt-sec{background: none;border-bottom: solid 2px #ccc;}
  .m_t_80 {
    margin-top: 20px;
  }
  .with25{
    width: 100%;
  }
  .with30{
    width: 100%;
  }
  .car-result-sec{
    height: 45vh;
    padding-top: 0px;
  }
  .hadding {
    margin-top: 50px;
  }
  .cars-contant{
    padding-top: 20px;
  }
  .br-container{
      padding:20px 0;
  }
}
@media only screen and (max-width: 990px){
}
.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

.btn-favorite {
  font-size: 14px;
  margin-right: 0;
  width: 100%;
  float: left;
  cursor: pointer;
}
.btn-favorite .qyt{
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #0000CD;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
}
.btn-favorite a {color: #000;padding: 8px 0px 10px 28px;position: relative;display: block;font-size: 14px;text-align: right;}

.btn-favorite a:hover{text-decoration: none;color: #0000CD}
.btn-favorite a:focus{text-decoration: none;color: #0000CD}
