

@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
#loading{
    width: 100%;
    height: 100vh;
    background: #fff url(../img/Blocks-0.8s-200px.gif) no-repeat center;
    z-index: 9999;
    overflow: hidden;
    position: absolute;
}
body {
  margin:0px;
  padding:0px;
  font-size:16px !important;
  color:#828282;
  font-family: 'Open Sans', sans-serif !important;
  position: relative;
}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6, a {
  font-family: 'Open Sans', 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;
}
label {font-weight: 500 !important;}
.m_t_10 {margin-top:10px !important;}
.m_t_20 {margin-top:20px !important;}
.m_t_30 {margin-top:30px !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;}
.p_t_10 {padding-top: 10px !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;}

/*------- form-sec ---------*/
.holiday-head {
  width: 100%;
  padding: 30px 0 5px;
  height: 80vh;
  background: url(../img/holiday-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;}

/*.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:5%;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:5%;height:1px; background:#051C4C;}
/*-------------------------------------------------*/
.blog-sec{width: 100%;padding: 30px 0;}
.blogMain{
    width: 100%;
    border: solid 1px #ccc;
    margin-bottom: 25px;
}
.blogImg{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.blogImg img{
    max-width:100%;
    height:100%;
    object-fit: cover;
}
.blogImgdetals{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.blogImg span, .blogImgdetals span{
    padding: 4px 10px;
    background-color: #fec201;
    color: #034460;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    font-size: 14px;
    line-height: 22px;
}
.blogCnt{
    padding: 15px;
}
.blogCnt .blog-title{
    color: #034460;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogCnt .blogDis{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #034460;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
}
.blogCnt .blogDis p{margin-bottom:5px;}
.blogCnt .blogDisDetails p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #034460;
}
.blogCnt .athor{
    font-weight: bold;
    color: #034460;
    margin-bottom: 0;
}
.blogCnt .athor i{color: #fec201;}

/*-------< testimonieal >--------*/
.feedback-sec{
  width: 100%;
  padding: 50px 0 120px;
  background-color: #ffffff;
  background:url(../img/bg2.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.testimonial{
    margin: 20px 15px 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
.testimonial .pic:after{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #ffb400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
.testimonial .pic img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    padding: 10px;
    margin-left: 120px;
}
.testimonial .description{
    line-height: 26px;
    text-align: justify;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color: #ffb400;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 14px;
    font-style: italic;
    color: #041c2f;
    margin-top: 10px;
    font-weight: bold;
}
.owl-theme .owl-buttons{
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    padding: 10px;
    background: #fff;
    border: 2px solid #041c2f;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    margin: 5px;
    height: 50px;
    line-height: 28px;
    color: #041c2f;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #041c2f;
    color: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-content{
        margin-left: 0;
    }
    .owl-theme .owl-buttons{
        margin-top: 0;
    }
}
/*--------------</ testimonieal >------------*/

footer {
  width: 100%;
  background: #162a57;
  color: #fff;
  padding-top:30px;
}

footer a {
  color: #EFBD26;
  text-decoration: none;
}
footer .column {
    float: left;
    border: none;
    margin: 20px 0;
}
footer h5 {
    color: #EFBD26;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer ul {margin:0;padding:0}
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: #e1e1e1;
  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: #e1e1e1;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
footer .copyright-container {
    background: #000;
    padding: 15px 0;
    line-height: 9px;
}
footer .copyright-container .social {
  float: left; 
    margin: 0px;
    padding: 10px;
    list-style: none;
}
footer .copyright-container .social ul li {
  display:inline-block;
}
footer .copyright-container .social ul li a{
  padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
footer .payment-block > ul > li {
    display: inline-block;
    vertical-align: top;
      margin-left: 10px;
}
.payment-block li .fa {
    font-size: 26px;
    line-height: normal;
}
.payment-block {
    float: right;
    margin: 3px 0 0;
}
.payment-block ul {
    margin: 0;
}
footer li a:hover,
footer li a:focus {
  text-decoration: none;
  color: #e1e1e1;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.copy-c {color:#fff;line-height: 24px;font-size: 14px;margin-bottom: 0;}

@media only screen and (min-width: 300px) and (max-width: 350px){
  .slide {height:140px !important;}
}
@media only screen and (min-width: 350px) and (max-width: 450px){
  .slide {height:156px !important;}
}

@media all and (max-width: 768px){
  ./*navi {position: relative; background:#F5F5F5;}
  .nav2 {position: relative; background:#F5F5F5;}
  .logo {width: 100px; margin: 10px auto 0;}
  .nav2 .logo {width: 100px; margin: 10px auto 0;}
  .slide {height:150px !important;}
  .slide .dots {bottom: 0px !important; margin: 0;}
  .services-w {text-align:center;}
  .services-w li {width: 49%; border: 0; min-height:100px;}
  .services-w li p {font-size: 12px;}
  .data_bg_img .price {width: 100%; height: auto; margin: 40px auto 0;}
  .data_bg_img h1 {font-size: 27px;}
  .nav2 #cssmenu > ul > li > a {color: #fff;}
  .nav2 #cssmenu > ul > li > a:hover {color: #fff;}
  .navi #cssmenu > ul > li > a {color: #fff;}
  .navi #cssmenu > ul > li > a:hover {color: #fff;}
  .hvr:before {display:none;}
  .m_r_50 {margin-right: 15px;}*/
}
/*-------popup css-------*/

.butn {
  display: inline-block;
  padding: 3px 12px;
  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;
}
.butn:focus,
.button:active:focus,
.butn.active:focus,
.butn.focus,
.butn:active.focus,
.butn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button-fullcolor {
  color: #fff;
  background-color: #cd2122;
  border-color: #cd2122;
}
.button-fullcolor:focus,
.button-fullcolor.focus {
  color: #fff;
  background-color: #a41a1b;
  border-color: #741b1c;
}
.button-fullcolor:hover {
  color: #fff;
  background-color: #a41a1b;
  border-color: #741b1c;
  text-decoration: none;
}
/*-----------</---- Testimonial ------>----------*/
/*---------Item slider-----------*/
.cliNtSec{
  width: 100%;
  padding: 20px 0 50px;
  background-color: #ffffff;
}

.ptNrSec{
  width: 100%;
  padding: 20px 0 40px;
  background: linear-gradient(#ffffff, #f1f1f1);

}
.dealsSec{
  width: 100%;
  padding: 30px 0;
  background-color: #f1f1f1;
}
.dealsSec h3{
  padding: 10px;
  margin: 0;
  color: #15AC99;
  text-align: center;
}
.view-all{
  text-align: right;
  width: 100%;
  position: relative;
  padding-right: 10px;
}
.view-all a {
  color: #f75506;
  padding: 5px 10px;
  float: right;
  background: transparent;
  border: solid 1px #fe0002;
}
.view-all a:hover{
  background-color: #f9f9f9;
  color: #f75506;
  text-decoration: none;
}
.view-all a:focus{
  text-decoration: none;
}
.item-slide{
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ddd;
  min-height: 125px;
  padding: 0px;
  background-color: #ffffff;
}
.item-slide .pic{
  display: inline-block;
  margin: 0 15px;
}
.item-slide .text{
  width: 100%;
  background-color: #4159A3;
  float: left;
  padding: 10px 8px;
}
.item-slide .text p{color: #FFFFFF;text-align: center;margin: 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.item-slide .item-slide-profile{
  display: inline-block;
  position: relative;
  top: 15px;
}
.item-slide .title{
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  text-transform: capitalize;
  margin: 0 0 7px 0;
}
.item-slide .post{
  display: block;
  font-size: 14px;
  color: #5d7aa7;
}
.item-slide .description{
  padding: 20px 22px;
  background: #1f487e;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  margin: 0;
  position: relative;
}
.item-slide .description:before,
.item-slide .description:after{
  content: "";
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #5d7aa7 transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.item-slide .description:after{
  border-width: 18px 18px 0 0;
  left: auto;
  right: 0;
}
.cliNtSec .owl-theme .owl-controls .owl-buttons div{
  opacity: 0.8;
  background: transparent;
  display: none;
}
.ptNrSec .owl-theme .owl-controls .owl-buttons div{
  opacity: 0.8;
  background: transparent;
  display: none;
}
#item-slider .owl-prev:before,
#item-slider .owl-next:before{
  content: "\f053";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 20px;
  color: #1f487e;
}
#item-slider .owl-next:before{ content: "\f054"; }
.product-sec{
  width: 100%;
  padding: 30px 0 50px;
}
.product-sec p {line-height: 35px}
.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%;
  }
}
/*------------------------*/

/*--------------*/
.contact-rich {
  color: #7a7a7a;
  margin-bottom: 2rem;
  word-wrap: break-word;
  border: solid 1px #e0f0f6;
  border-radius: 5px 5px 0 0;
}
.add-title{
  margin: 0;
  padding: 10px 15px;
  background-color: #e0f0f6;
  border: solid 1px #e0f0f6;
  color: #000;
  letter-spacing: .56px;
  text-transform: capitalize!important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.contact-rich .add-item {
  height: auto;
  overflow: hidden;
  padding: 5px 15px;
  background: #ffffff;
}
.contact-rich .add-item .icon {
  float: left;
  width: 3rem;
  height: 35px;
}
.contact-rich .add-item .icon i {font-size: 20px;margin-top: 7px;}
.contact-rich .add-item .data {
  color: #232323;
  font-size: 16px;
  width: auto;
  overflow: hidden;
  line-height: 2;
  font-weight: 300;
}
.contact-rich .add-item .data h5{margin: 0px;color: #f7511f;font-size: 16px;}
.ul-li ul{padding-left: 30px;}
.ul-li ul li {padding: 8px;list-style: square;line-height: 28px;}
.form-sec{width: 100%;}
.form-sec form {padding: 15px 15px 0;border: solid 1px #def1fb;}
.form-sec label{font-weight: normal;}
.form-style{
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  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;
}
.career-sec{
  width: 100%;
  padding: 30px 0;
}
/*--------------*/
footer a {
  color: #fff;
  text-decoration: none;
}
footer .column {
    float: left;
    border: none;
    margin: 20px 0;
}
footer h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .column li i {margin-right: 10px;color: #fec201;font-size: 10px;}
footer .column li a {
  display: inline-block;
  padding: 10px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  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: #e1e1e1;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
footer .column p{
  line-height: 26px;
  font-size: 14px;
}
.content_footer_inner{padding: 25px 0;}
footer .copyright-container {
    background: #0D0D0D;
    padding: 10px 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;
}
.ftrlogo{
  width: 150px;
  margin-bottom: 15px;
}
#address ul li{padding: 5px 0;font-size: 14px;}
.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:8px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  color:#fff;
}
.payment-block li .fa {
    font-size: 26px;
    line-height: normal;
}
.payment-block {
    float: right;
    margin: 3px 0 0;
}
.payment-block {
    float: right;
    margin: 3px 0 0;
    color: #ffffff;
}
.payment-block a:hover{
  color: #f5f5f5;
}
.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;}
  .abt-sec h4{text-align: justify;}
  .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;
  }
  .heading {
    font-weight: 500;
    font-size: 20px;
  }
}
@media only screen and (max-width: 990px){
}
