
*{

    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
  }

  body{
    color: #0A2439;
  }
  body .para{
    color: #4A5863;
  }
  :root{
  /* font size */
  --h1:56px;
  --h2:44px;
  --h3:32px;
  --h4:24px;
  --h5:20px;
  --p:16px;
  --caption:14px;


  /* color */
  --color-blue:#0A2439;
  --color-liner: linear-gradient(129.14deg, #67C2A5 -5.53%, #1FB486 117.63%);
  --color-gray:#F6F6F6;
  --color-gray-light:#E7F8F2;
  --color-gray-white:#FAFAFA;
  --color-green:#2DB78C;
  --color-green2:#2db78bb7;
  --color-gray-2:#DFDFDF;
  --color-white:#fff;
  --color-black:#000;
  --text-color:#4A5863;
  }

  .text-color{
    color: var(--text-color);
  }
  .blue-color{
    color: #0A2439;
  }
  hr{
    color: var(--color-gray-2);
    margin: 1.5rem 0;
  }

.font-16{
  font-size: 16px;
  font-weight: 26px;
}

a:hover{
    color: #000;
}


.fs-12{
    font-size: 12px !important;
}
.display-none{
    display: none;
}


  h1{

font-size: var(--h1) !important;
font-weight: 700;
line-height: 70px;
letter-spacing: 0.006em;
color: var(--color-blue);
  }
  /* margin */
  .mt-max{
  margin-top: 144px;
  }
  .mb-max{
    margin-bottom: 144px;
  }
  .mt-40{
  margin-top: 40px;
  }
  .mb-40{
    margin-bottom: 40px;
    }
    .mt-56{
        margin-top: 56px;
        }
        .mb-56{
            margin-bottom: 56px;
            }
            .mb-60{
              margin-bottom: 60px !important;
            }
            .mt-60{
              margin-top: 60px !important;
            }
            .breadcrumb-item a{
                font-size: var(--caption);
                text-decoration: none;
                color: var(--text-color);
            }
            .breadcrumb-item.active{
                font-size: var(--p);
                font-weight: 700;
                color: var(--color-black);
            }



  .bg-gray{
    background: var(--color-gray);
  }
  .mt-72{
    margin-top: 72px;
  }
  .mb-72{
    margin-bottom: 72px;
  }
  .pt-max{
    padding-top: 72px;
  }
  .pb-max{
    padding-bottom: 72px;
  }

 .h2-heading{
  font-size: var(--h2);
  font-weight: 700;
  line-height: 66px;
   letter-spacing: 0em;
   margin-bottom: 0px;

 }
 .caption-fs{
  font-size: var(--caption);
 }
.h3-heading{
  font-size: var(--h3);
}
.para{
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.006em;
  margin-bottom: 0px;
}
.h5-heading{
  font-size: var(--h5);
font-weight: 700;
line-height: 30px;
letter-spacing: 0em;
}
.h4-heading{
  font-size: var(--h4);
font-weight: 700;
line-height: 36px;
letter-spacing: 0em;


}
  body{
    scroll-behavior: smooth;
    letter-spacing: 0.006em;
  }


  .align{
  display: flex;
  align-items: center;
  justify-content: center;

  }



header .nav-link.active{
  font-weight: 700;
  color: #0A2439;
  border-bottom: 4px solid #2DB78C;
}






  /* markting-landing-page */

  .blue_top_nav{
    padding: 20px 0px;
    background: var(--color-blue) !important;
    height: 118px;
    display: flex;
  }
  .blue_top_nav .left-div p{
    color: var(--color-green);
    font-size: var(--p);
   font-weight: 600;
   line-height: 26px;



  }

  .blue_top_nav   .green-btn{
    border: 1px solid #1FB486 !important;

  }
  .blue_top_nav   .green-btn:hover{
    border: 1px solid var(--color-white) !important;

  }
  .green-btn{
    padding: 10px 14px;
    border: 1px solid transparent;
    background: var(--color-liner);
    color: var(--color-white);
    font-size: var(--caption);
    font-weight: 600;
    border-radius: 4px;


  }
  .green-btn:hover{
    background: var(--color-blue);
    color: var(--color-white) !important;

  }
  .slider-box{
   z-index: 1000  !important;
    border-radius: 8px;
  }
.ind-slider{
  top: 70px !important;
}

.slider-box.sticky-top{

  top: 94px;

}


  .outer {
    position: relative;
    padding: 30px;
  }
  .thumbnail{
    width: 100%;
    background: var(--color-white);
    display: flex !important;
    align-items: self-start;
    justify-content: center;
    margin-left: 27px;
    padding-right: 5px;
  }

  div#thumbs .owl-stage-outer{
    display: inline-block;
    width: 88px !important;
  }


  .thumbnail .owl-stage{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33px !important;

  }

  .thumbnail .current .item{
    border: 1px solid var(--color-green);
  }

.thumbnail .item  {
    width: 80px !important;
    padding: 4px;
    height: 80px !important;
    border-radius: 8px;
    margin-bottom: 32px;
}
.thumbnail .item:hover{
    box-shadow: 0px 0px 10px 5px #edfff9;
}
#big{
  background: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  border-radius: 4px;
  min-width:100%;
}

#big .item img {
  width:90%;
}

.thumbnail, #big {
  min-height: 585px
}


#big .owl-nav{
display: block !important;
}
#big .owl-nav button{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: var(--color-gray-light);
    color: var(--text-color);
    font-size: 28px;

}
#big .owl-nav button:hover{
  background: #0C0E1333  !important;
}
#big .owl-nav button.owl-prev, #big .owl-nav button.owl-next{
    position: absolute;
    transform: translate(-50%, -50%);
top:50%;
background: #0C0E130D;



}
#big .owl-nav button.owl-prev{
    left: 30px;
    z-index: 111111111;
}
#big .owl-nav button.owl-next{
  right: -13px;
    z-index: 111111111;
}
.box-warp{
  padding: 0px 0px 0px 32px ;
}
.box-warp .logo-name{
    font-size: var(--h5);
    line-height: 32px;
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
}
.box-warp .box-warp-li{
  border-right: 1px solid #A0A0A0  ;
padding: 4px 14px 4px 0px;
margin-left: 2px;
}
.box-warp .box-warp-li a{
text-decoration: none;
color: var(--text-color);
font-size: var(--caption);
font-weight: 400;
line-height: 24px;
letter-spacing: 0.006em;
padding: 0px 9px;

}
.left-content{
  max-width: 44%;

}.h5-heading.active-fleet {
  padding-left: 8px;
}
.right-content{
  max-width: 56%;
  margin-top: 25px;
}
.box-warp .list-unstyled {
  padding-left: 6px;
}
.box-warp .list-unstyled li {
  padding: 0px !important;
  border-right: 1px solid  #DFDFDF;



}.box-warp .list-unstyled li:last-child {
  border: none;
}

.box-warp .box-warp-li.active a{
  font-weight: 600;
}
.rating{
  padding: 16px 0px 38px 0px;
}
.rating .box-warp-li{
  border: none !important;
 padding: 0px !important;
}
.rating .box-warp-li a{
  border: none !important;
 padding: 0px !important;
}

.rating .box-warp-li span{
  font-size: 25px;
  padding: 4px 0px;
  color: var(--color-green);
}
.rating .view-review{
  text-decoration: none;
  font-size: var(--p);
font-size: 16px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.006em;
color: var(--color-black);
margin: 0px 0px 8px 12px;
}
.active-fleet p{
  font-size: var(--h5);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: var(--color-green);
  margin: 0px 0px 38px 0px ;
  display: inline-block;
}
.active-fleet a{
  font-size: var(--h5);
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color);
  text-decoration: none;
display: inline-block;
margin-left: 5px;
}
.price-box{
  border: 1px solid #e3edea;
    padding: 14px 8px;
    border-radius: 8px;
    margin:5px  13px 0px 9px;
}
.price-box .green-btn{
  font-size: var(--caption);
  font-weight: 600;
  padding: 16px 20px;
  text-decoration: none;
}
.price-box .green-btn img {
  padding-left: 7px;
}

.last-li {
 padding-top:38px;
 width: 100% !important;
 padding-left: 9px !important;
 justify-content: space-between;
}
.last-li li {
  margin: 0px !important;
  position: relative;
  width: 24%;min-height: 64px;

}

.last-li .box-warp-li{
  padding: 4px 6px !important ;
  margin: 0px 5px ;
}
.last-li .green-circle {
height: 8px;
width: 8px;
border-radius: 50%;
background: var(--color-green);
display: inline-block;
box-shadow: 0px 0px 4px 2px var(--color-green);
margin-right: 8px;

}
.last-li .smail-caption{
  font-size: 12px;
  line-height: 24px;
  color: #A0A0A0;
  font-weight: 400;
}
.last-li h4{
  font-size: var(--h4) !important;
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 0px;
}

.tabs{
  margin-top: 150px;
  padding-left: 32px;
}


.tabs  h3{
  color: var(--color-blue);
  margin-bottom: 32px;
  font-weight: 700;
}


.nav-pills .nav-item button{
  padding: 12px 15px !important;
  color: var(--color-blue);
  font-size: var(--p);
  font-weight: 400;
  border: 1px solid #DFDFDF;


}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: var(--color-green);
  box-shadow: 2px 5px 12px 0px #2D302133;
  border: 1px solid transparent !important;
  font-weight: 700;
}

.spec-sub-heading{
  padding: 16px 24px;
  gap: 16px;
  height: 62px;
  background: #F3F7F6;
  border-radius: 4px;
  color: #0A2439;
}
.tab-list-head {
display: block;
  padding: 16px 24px;
font-size: 20px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
color: #0A2439;
background: #F3F7F6;
margin-bottom: 12px;

}

.tab-pane .tab-list{
  padding: 24px  0px;
  margin: 0px 24px;
  border-bottom: 1px solid var(--color-gray-2);
}
.tab-pane .tab-list h5{
font-size: 20px;
font-weight: 400 !important;
line-height: 32px;
letter-spacing: 0.006em;
color:  #4A5863;

}
.tab-pane .tab-list .h5-heading.value{

font-weight: 700 !important;
line-height: 30px;
letter-spacing: 0em;
color: #0A2439;


}
.tab-pane ul{
  border: 1px solid var(--color-gray-2);
  border-radius: 8px;

}
.form-check label{
  font-size: var(--p);
  color: var(--text-color);

}
.form-check input{
  border: 1px solid var(--color-green ) !important;
}
.form-check input:checked + label{
  font-weight: 900;
  color: var(--color-blue);
}


#time-range {
  width: 600px;
  margin: 0 auto;
  color: #CCCCCC;
  font-weight: 300;
}

.slider-time,
.slider-time2 {
  font-weight: 400;
}

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.flat-slider.ui-slider {
  border: 0;
  background: #f7d2cc;
  border-radius: 6px;
}

.flat-slider.ui-slider-horizontal {
  height: 6px;
}

.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}

.flat-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  background: #fff200;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -11px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -11px;
}

.flat-slider .ui-slider-handle:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 6;
  background: #f99;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 6px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 6px;
}

.box {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid black;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 24px 1px 4px 1px;
}

.faq-p{
  font-size: 16px;
}

.bottom-banner{
  background: var(--color-liner);
  border-radius: 8px;
  padding: 22px 14px;
  list-style: none;

}

.bottom-baner-li {

  display: inline-block;
  width: 24%;
padding: 0px 15px;
  border-right: 1px solid #B3E0D2;
}
.icon{
  vertical-align: top;
  margin-right: 4px;
}

.bottom-baner-li, .icon, .icon-detail{
  display: inline-block;
}
.icon-detail{
  text-align: left;
}
.bottom-baner-li:last-child{
  border:none;
}



.offer-card .offer-ul{
  list-style: none;
  border: 1px solid var(--color-gray-2);
  border-radius: 8px;
}
.offer-card .offer-ul .offer-card-li{
  padding: 35px 0px;
    margin: 0px 35px;
color: var(--text-color);
font-size: var(--p);
font-weight: 600;
line-height: 26px;
letter-spacing: 0.006em;
border-bottom: 1px solid rgba(45, 183, 140, 0.4);


}
.offer-ul{ height: 100%;}
.offer-ul li:last-child {
  border: none !important;
}
ul.offer-ul li:first-child {
  margin: 0px !important;
  padding: 35px !important;
  border: none !important;
}
.offer-card-li span{
  font-size: 20px;
}
.offer-card .offer-ul .offer-card-li.head-lable{
  background: var(--color-gray);
  font-size: var(--h5);
  font-weight: 600;
line-height: 32px;
letter-spacing: 0.006em;


}.bg-policy {
  background: #fafafa;
}
.offer2 > p{
  padding: 0 15%;
  font-size: 16px;
}
.offer2 > h2, .offer2 > h3{
  padding: 0 15%;
}

.baner-card img {
  box-shadow: 21px 18px 0px -1px rgb(45 183 140 / 40%);
  border-radius: 12px;
}
.offer-card .offer-ul.active{
  box-shadow: 0px 4px 6px 0px #1A433624;
}
.offer-card .offer-ul.active .offer-card-li.head-lable{
  background: var(--color-green);
  color: var(--color-white);
  border-radius: 4px 4px 0px 0px;

}
.offer-li-2 .offer-ul .offer-card-li{
color: var(--color-blue);
text-align: center;
}

.offer-card .caption-fs{
  color: var(--text-color);
  text-align: center;
}
.baner-card .h3-heading{
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  color: var(--color-blue);
}
.baner-card .para{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.006em;
  text-align: left;
  color: var(--text-color);
}
.baner-card .green-btn {
  margin: 32px 0px;
}
.baner-card{
  padding: 36px 40px 40px 40px;
  background:#F3F7F6;
  border-radius: 8px;
}
.baner-card img{
  border-radius: 8px;
}

.services-card{
  padding: 48px 32px;
  background: var(--color-white);
  border-radius: 12px;
  margin-bottom: 32px;
height: 90%;
}
.count {
  position: absolute;
  top: -30px;
  left: 4px;
  width: 60px;
}
.services-card .h5-heading{
  color: var(--color-blue);
  line-height: 30px;
  font-weight: 700;
  margin-top: 19px;
}
.services-card .para, .our-ser2 .para{
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  color: var(--text-color);
}
.white-btn{
font-size: var(--caption);
font-weight: 600;
line-height: 26px;
letter-spacing: 0.006em;
color: var(--color-blue);
text-align: center;
padding: 16px;
border: 1px solid #64646433;
display: inline-block;
margin: 40px 0px 60px 0px;
text-decoration: none;
border-radius: 4px;
background: #f6f6f6 ;
}
.white-btn:hover{
  background: #0A2439 !important;
  color: #fff;
}
.bg-policy + section.mt-max.pb-max.pt-max.bg-gray a.white-btn {
  background: #fff;
}
.slider-card{
  padding: 22px 28px;
  border-radius: 12px;
  background: var(--color-white);
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  height: 377px;


}
.slider-card p{
  padding: 0px;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 45% !important;
  z-index: 50;
  height: 4px;
  width: 190px !important;
  background: rgba(100, 100, 100, 0.2);

}

.slider.suggetion-slider {
  position: relative;
  overflow: hidden;
  padding-bottom:40px;
}

.suggestion-sec{
  background: #E7F8F2;
}

.swiper-scrollbar-drag{
  height: 12px !important;
  top: -4px !important;
  background: linear-gradient(129.14deg, #67C2A5 -5.53%, #1FB486 117.63%) !important;
}

.thumb-cricle {
  width: 100px;
  height: 100px;
  background: rgba(179, 224, 210, 0.3);
  border-radius: 200px;
  margin-bottom: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-card img{
  margin-bottom: 0;
  width: 60px;
  height: 60px;
}
.slider-card h5{
  color: var(--color-blue);
  margin-bottom: 12px !important;
  text-align: left;

}
.slider-card p{
  color: var(--text-color);
  text-align: start;
  font-size: 16px;

}


.icon span{
  font-size: 36px !important;
  color: var(--color-green);
  font-family: 'icomoon' !important;
}
.scroll-frame{
  width: 100%;
}
.scroll-tab{
  width: 548px;
}
.scroll-frame::-webkit-scrollbar{
 background: transparent;

}


/* accrodion */



.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button, .accordion-item {

  border-radius: 0px !important;
  font-size: var(--p) !important;
  color: var(--text-color) !important;
  padding: 0;
  font-weight: 400 !important;
  border: none !important;

}
.accordion-item {
  border-bottom: 1px solid #ccc !important;
}
.accordion-item:last-child{
  border: none !important;
}
.accordion-body h5{
  color:#0A2439;

font-size: 16px !important;
font-weight: 600 !important;
line-height: 26px;
letter-spacing: 0.006em;


}
.accordion-body {
  background: #DFF4EE;
  border-radius: 0px !important;
}
.accordion-body strong{
  color: var(--color-blue);
}

.accordion-header {
  border-bottom: 1px solid var(--color-1);

}
.chart-sec .row.bg-gray {
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 0 15px;
}
section.chart-sec h2, section.chart-sec p {
  padding: 0 10%;
}
.accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\e900";
  font-family: 'icomoon' !important;
  height: 22px;
  width: 22px;
  line-height: 22px;


  border-radius: 50%;

  border: none;
  text-align: center;
  font-size: 15px;
  background: #e1f3ed;
  color: var(--color-green);
}
.accordion-button{
  padding: 29px 26px;
  color: var(--color-blue);
  font-weight: 800 !important;

}

.accordion-button:not(.collapsed) {
  background:  #DFF4EE !important;
color: #0A2439 !important;
font-size: 16px !important;
}

.accordion-button.collapsed{
  color: var(--text-color) !important;
  font-weight: 400 !important;

}
.accordion-button:not(.collapsed){
  box-shadow: none !important;

}
.accordion-button:not(.collapsed)::after {
  background: var(--color-green);
  color: var(--color-gray-white);
  content: "\e901";
  font-size: var(--caption);

}

.accordion-collapse .collapse .show + .accordion-header .accordion-button {
  background: #DFF4EE;
}













.green .h3-heading{
  font-size: var(--h3);
 text-transform: capitalize;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: left;
color: var(--color-white);

}
.green p{
  font-size: 16px;
}


.owl-dots{

    width: 100%;
    margin: 0px auto;
    border-radius: 50px;
    height: 20px;
    overflow: hidden;
    margin-top: 20px;
}
 .owl-dots .owl-dot span{
  background: var(--color-gray-2) !important;
}
.owl-dots .owl-dot.active span{
  background: var(--color-liner) !important;
  width: 20px;
}.tab-pane .tab-list:last-child {
  border: none;
}


.swiper-slide{
  max-width: 28% !important;
}












.fixed-header{
  box-shadow: 0px 6px 18px 0px #0A243914;
  background: white !important;
  position: sticky;
  top:0;
  z-index:1111111;
}
.fixed-header > .container{
  background: white !important;
}

/* individule  page*/
header{
  max-height: 86px;
  height: 86px;
 padding: 10px 0px;

}

.navbar-brand{
  margin-right: 48px;
}
.navbar-brand img{
  height: 52px;
  width: 52px;
}
header .navbar-nav .nav-item .nav-link{
margin: 0px 48px 0px  0px  !important;
padding: 6px 0px !important;
font-size: 14px;
font-weight: 400;
}
header .gray-btn{
  background: var(--color-gray);
color: var(--color-blue);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 4px;
  margin-right: 20px;
}
.view-btn{
font-size: 16px;
font-weight: 600 !important;
line-height: 26px;
letter-spacing: 0.006em;
text-align: center;
text-decoration: none;
color:var(--color-blue) !important;
}


.vichale-card{
 margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #DFDFDF;
  background: var(--color-white) !important;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.vichale-card:last-child{
  margin-right: 0px;
}
.vichal-img{
  position: relative;
  display: block;
background: url('../images/vichal-png/Frame\ 693.png');
background-position: center;
background-size: cover;
height: 210px;
border-radius: 12px;
}
.compare{
  background: var(--color-white);
  border-radius: 4px;
  height: 32px;
  width: 122px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.compare label{
  color: var(--color-blue);
  font-weight: 400;
  font-size: var(--caption);
  margin-left: 8px;
  display: inline-block;
}
.compare input{
  width: 20px !important;
  height: 20px;
}
.compare input[type='checkbox']:checked {
    background-color: var(--color-green) !important;
}
.compare input[type='checkbox']:checked:after {
    content: '\f00c';
    color:white;
    font-family: FontAwesome;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare input[type='checkbox']{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    appearance:none;
    border-radius:10%;
    border: 1px solid var(--color-green);
    box-shadow: none;
    font-size: 1em;
}

.compare-list-panel{
    padding: 0 72px;
    background: #FFFFFF;
    box-shadow: 0px -4px 4px rgba(35, 37, 25, 0.12);
    z-index: 1;
}
.compare-lists{
    display: flex;
    align-items: center;
    height: 100%;
    column-gap: 17px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.compare-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 12px;
    background: #F3F7F6;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    flex: none;
    order: 1;
    column-gap: 17px;
    flex-grow: 0;
}
.compare-item.button{
    background-color: #fff;
    border: none;
    margin: 0 0 0 auto;
}
.compare-item.empty{
    background-color: #fff;
    border: 1px dashed #67C2A5;
}
.empty-item{
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 288px;
}
.mobile-compare-item{
    display: none;
}
.tag{
    background: #529B84;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    border-radius: 4px;
    padding: 10px;
    color: var(--color-white);
    justify-content: space-around;
}

.vichal-img > img{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 57%;
  left: 51%;
}
.price-number, .vichal-name{
  font-size: var(--h4);
  color: var(--color-blue);
  font-weight: 700;
  text-decoration: none;
}
.vichal-name:hover{
    color: #000;
}
.price-number{
  font-size: 20px !important;
}
.formname{
  color: var(--text-color);
  font-size: var(--caption) !important;
}
.vichale-card hr{
  border: 1px solid #DFDFDF;
  margin: 18px 0px;
}
.info-v{
font-size: var(--p);
font-weight: 500 !important;
line-height: 26px;
letter-spacing: 0.006em;

color: #0A2439 !important;

}



footer{

  padding-top: 72px;
  background: #fff;
}
footer .container{
  background: url("../images/vichal-png/image.png");
  background-size: cover;
  background-position: center;

}
footer .navbar-brand img{
  width: 120px;
  height: 120px;
}
.footer-li{
  margin-right: 24px;
}
.footer-li a:hover img{
  transform: scale(1.1);
}
.footer-p{
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 32px;
  letter-spacing: 0.006em;
  color: #4A5863;
  margin-bottom: 75px

}
.last-footer-li{
  margin-top: 55px;
}
footer .navbar-nav{
  margin-bottom: 60px;
}
.footer-box h5{
font-size: 20px !important;
font-weight: 700 !important;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
color: #4A5863 !important;
margin-left: 38px;
margin-bottom: 24px;
}
.footer-link{
  padding-bottom: 20px;
  text-decoration: none;
 color: #0A2439;
display: inline-block;
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.006em;


}
.footer-link:hover{
  color: var(--color-green);
}
.copright-box .footer-link{
  padding-bottom: 0px;
}
.copright-box .navbar-nav{
  margin-bottom: 0px !important;
}
.copright-box .footer-li{
  margin-right: 12px !important;
}
.copright-box{
  padding: 50px 0px 72px;

}

/* fleet leasing */
.fleet-leasing-home{
  background: linear-gradient(180deg, rgba(45, 183, 140, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 0px 90px 0px;
}
.fleet-bg{
  background: rgba(45, 183, 140, 0.2) 0% ;
}


.fleet-leasing-content{
  margin-bottom: 80px;
}







.wheelr-btn{
padding: 10px!important;
width: 250px;
background: var(--color-white);
position: relative;
overflow: hidden;
border-radius: 8px;
text-decoration: none;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.006em;
text-align: center;
margin-right: 20px;
font-weight: 400;
height: 148px;
color: #0A2439;
border: 1px solid #DFDFDF;

}
.wheelr-btn:after{
  content: "";
  position: absolute;
  bottom: -64px;
  right: -8px;
  background-image:url('../images/vichal-png/wave_pattern.png');
  height: 100%;
  width: 100%;
  display: block;

}
.wheelr-btn.active{
  background: linear-gradient(129.14deg, #67C2A5 -5.53%, #1FB486 117.63%);
  font-weight: 700;
  color: var(--color-white);
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #67C2A5;


}
.cricle-wheelr{
  height: 44px;
  width: 44px;
  display: inline-block;
  border-radius: 50%;
  line-height: 44px;
  background:#FAFAFA ;
  margin-bottom: 8px;


}
.wheelr-btn.active .cricle-wheelr{
background:#FFFFFF33;
}

.wheelr-btn.active .cricle-wheelr svg path{
  fill: rgb(247, 241, 241);
}


.wheel-tab{
  margin-top: 80px;
}
.filter-ul{
  list-style: none;
  padding: 8px 0px !important;
}
.filter-ul .filter-li{
  display: inline-block;
width: 175px;
  height: 58px;
  margin: 0px 3px;

}
.fiter-menu{
  padding: 12px 6px 22px;
  width: 300px;
  border: 1.5px solid #67C2A5;
}
.dropdown .fiter-menu.brand{
  width: 175px !important;
}
.fillter-btn{
  padding: 17px 16px ;
  border: 1px solid #DFDFDF;
 border-radius: 4px;
background: var(--color-white);
display: block;
width: 100%;
text-align: left;
position: relative;
}
.fillter-btn.dropdown-toggle.show{
  border: 1.5px solid #67C2A5;


}


.dropdown-toggle:after{
  border: none !important;
  background-image: url("../images/vichal-png/form-drop.png");
  background-repeat: no-repeat;
  height: 11px;
  transform: rotate(0deg);
  position: absolute;
top: 36%;
  right: 15px;
  width: 16px;


}
.dropdown-toggle.show::after{
  transform: rotate(180deg);

}

.form-group {
  border-radius: 4px;
  padding: 12px;
  position: relative;
    overflow: hidden;

}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
 color: #4A5863;
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.006em;
text-align: left;


}
.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-green);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.form-group input:checked + label::before{
  background: var(--color-green);
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  background: var(--color-green);
  top: 6px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: 1px solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.fleet-option input{
  display: block;
  height: 0;
  width: 0;
}
.fleet-option input:checked:after{
  content: "";
  background: #F3F7F6;
  height: 100px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}


.btn-filter{
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 175.67px;
  background-color: #FFFFFF !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 4px !important;
  flex: none;
  order: 1;
  flex-grow: 1;
  text-align: left;
  padding: 15px;
  font-size: 14px !important;
color: var(--text-color) !important;
}
.dropdown button.show{
  border: 1.6px solid #2DB78C !important;
}
.range-header {
  padding: 12px;
  gap: 12px;
  width: 340px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.range-header p{
  text-align: left;
}
.range-header p span{
  float: right;
}
.range-seprator{
  width: 340px;
  border: 1px solid #DFDFDF;
  margin: 0;
}


.range-body .filter-left-label{
  position: absolute;
  bottom: -6px;
  left: 0;
}
.range-body .filter-right-label{
  position: absolute;
  bottom: -6px;
  right: 0;
}
.range-body .filter-range-bar{
  width: 67%;
  margin-left: 60px;
}
.filter-dropdown {
  box-sizing: border-box;
  width: 194px;
  height: auto;
  border: 1.6px solid #2DB78C !important;
  box-shadow: 4px 4px 12px rgb(17 24 39 / 8%);
  border-radius: 4px;
}
.filter-dropdown li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.form-check {
  position: relative;
  text-align: left;
}
.form-check-input {
  cursor: pointer;
}
.form-check-success .form-check-input:checked {
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.filter-hr{
  margin: 24px 0px 32px ;
  display: block;
  height: 1px;
  width: 100%;
  background: #DFDFDF;

}
.wheel-frem{
  overflow-x: scroll;
}
.wheel-frem::-webkit-scrollbar{
  background: transparent;
}


.mobile-sticky{
  position: static !important;
}




.range-header p {
  margin-bottom: 0px;
}

.range-body .price-range-slider {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  padding: 0 15px;
}
.range-header span{
  font-weight: 600;
  color: #0A2439;

}
.range-body{
  margin-top: 20px;
  padding: 12px;
}
.range-body .range-bar{
  width: 60%;
}

.fiter-menu .form-check input:checked + label{
  font-weight: 400 !important;
}


.mobile-filter-div{
  display: none;
}
.offcanvas{
  z-index: 999999999;

}
.offcanvas-header{
  border-bottom: 1px solid #DFDFDF ;
}


.offcanvas-body .filter-ul .filter-li{
  display: block !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
.offcanvas-body .fiter-menu{
  width: 100% !important;
}
.filter-bottom-btns {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
box-shadow: 0px -4px 4px 0px #2325191F;
background: var(--color-white);
z-index: 111111111;



}
.filter-bottom-btns {
  padding: 14px 16px;
}
.filter-bottom-btns .green-btn{
  padding: 10px 35px !important;
  margin: 0px 12px;
}
.filter-bottom-btns .gray-btn{
  color:  #A0A0A0;
  background: linear-gradient(0deg, #F3F7F6, #F3F7F6),linear-gradient(0deg, rgba(100, 100, 100, 0.2), rgba(100, 100, 100, 0.2));


}
.filter-bottom-btns .gray-btn:hover{
  background: #0A2439;
}
a.mobile-filter-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
border-radius: 4px;
padding: 10px 16px 10px 16px;
box-shadow: -2px 0px 2px 0px #5B5B5B14;
color: #4A5863;
text-decoration: none;
background: #fff;
}
.chake-out{
  background: #fff;
}





/* home */
.map-img{
  position:relative;
  top: -80px;
}

.mobile-view{
  display: none;
}

 .home-slider-contant{
  padding: 0 18%;

 }

 .number-img {
  width: 150px !important;
  position: relative;
  bottom: -200px;
  right: -323px;
  height: 190px;
  display: inline-block !important;
}

.circlular-slider .owl-nav button, .home-mobileslider .owl-nav button{
    width: 50px;
    height: 50px;
    background: #fff !important;
    border-radius: 50% !important;
    font-size: 32px !important;

}
.circlular-slider .owl-nav button:hover, .home-mobileslider .owl-nav button:hover{
  background: var(--color-blue) !important;

}
.circlular-slider  .owl-nav{
  position: absolute !important;
  left: -9px !important;
  top: 54% !important;
}

.circlular-slider .item{
  padding-bottom: 200px !important;
}

.eco-tabs{
 color: #0A2439;
padding: 16px;
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.006em;
text-align: center;
border-radius: 4px;
background: var(--color-white);
text-decoration: none;
position: relative;
display:inline-block;
z-index: 1;

}
.eco-ul{
  width: 80%;
}
.eco-tabs span {
  font-family: 'icomoon' !important;
  font-weight: 600;
  font-size: 18px;

}
.eco-tabs.active{
  background: var(--color-liner);
  font-weight: 400 !important;
  color: #fff !important;
  box-shadow: 2px 5px 12px 0px #2D302133;


}
.eco-tabs.active span::before{
  color: #ffffffb4 !important;
}


.middle-ecsape{
  position: absolute;
    display: inline-block;
    left: 41%;
    top: 51px;
}.middle-ecsape svg{
  opacity: 0.2;
}
.nav-pills .nav-item button.active + .middle-ecsape svg{

  opacity: 1 !important;
  }










img.img-fluid.eco-cricle {
  position: relative;
    top: 88px;
    left: -15px;
}


ul.sponser-ul {
  border: none !important;
  list-style: none;
  padding: 0px !important;
  margin-top: 21px;
}
.eco-box{
  padding-bottom: 75px;
}


   .leasing-gallery .green-btn{
background: linear-gradient(0deg, #F6F6F6, #F6F6F6), linear-gradient(0deg, rgba(100, 100, 100, 0.2), rgba(100, 100, 100, 0.2));
color: var(--color-blue);
margin-top: 42px !important;
}

.leasing-gallery .green-btn:hover{
  background: var(--color-blue);
}
.card-eco-li, .compresive-card{
  height: 222px;
width: 261px;
left: 0px;
top: 0px;
border-radius: 12px;
padding: 20px;
background: #FFFFFF;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px;
position: relative;
overflow: hidden;
box-shadow: 0px 2px 4px 0px #11182714;
margin-bottom: 24px;

}
.card-eco-li p{
  font-size: 14px;
  line-height: 24px;
}
.ico-card-img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px !important;
}
.eco-li-big{
  height: 258px;
  width: 320px;

}
.leasing-gallery {
  background: url("../images/vichal-png/lease\ Map.png");
  background-position: 102% 56%;
  background-repeat: no-repeat;
}


li.sponcer-logo {
  display: inline-block;
  align-items: center;
  background: #fff !important;
  height: 60px;
  padding: 12px 8px;
  border-radius: 8px;
  margin: 26px 6px;
  width: 155px;
 vertical-align: text-top;
}


#pills-tab2 li{
  display: inline-block;
  position: relative;
}
#pills-tab2 li:last-child{
  margin-right: 0px !important


}ul#pills-tab2, .mid-ecos,#ecopills-tabContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mid-eco {
  position: relative;
  max-width: 1200px;
  display: flex;

  justify-content: center;
  align-items: center;
  overflow: hidden;
}
svg.tabs-img-sape5 {

    left: 42px;
}

svg.tabs-img-sape6 {

  left: 243px;
}
svg.tabs-img-sape7 {
  left: 425px;
}
svg.tabs-img-sape9{
  right: 86px;

}
svg.tabs-img-sape8{
  right: 276px;

}
.mid-ecos {
  position: relative;
  z-index: -0;
  top: 31px;
}
.mid-ecos svg{
  position: absolute;
  top: -18px;
  opacity: 0.5;
}

#ecosys4 + .middle-ecsape {
  left: inherit;
  right: 94px !important;
}
#ecosys3 + .middle-ecsape {
  left: inherit;
  right: 112px !important;
}
#ecosys2 + .middle-ecsape {

  left: 93px !important;
}.image-thumbs {
  width: 100%;
  align-items: center;
  height: 211px;
}div#ecopills-tabContent {
  margin-top: 64px;
}

.mobile-slider .item{
  border-right: 1px solid #A0A0A0;
}






/* faQ page */
.faq{
  background: linear-gradient(180deg, rgba(45, 183, 140, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 72px 0px;
}
.faq .eco-tabs{
  background: var(--color-white) !important;
}
.faq .eco-tabs.active{
  background: var(--color-liner) !important;
  font-weight: 600 !important;
}
.faq .eco-tabs.active svg path{
  fill: #fff;
}
.faq .eco-tabs.active:first-child svg path.genral-sm{
  fill: #9da7b0;

}
.faq .eco-tabs.active:first-child svg path.genral-sm1{
  fill: var(--color-white);
  stroke:var(--color-white);
}
.faq p, .faq .tab-content h6{
  font-size: 16px;
}


.search{


  position: relative;
  border-radius: 4px;
  width: 100%;

}
.search input{
  border: 1px solid #DFDFDF;
  height: 100%;
  width: 100%;
  display: block;
  color: #000;
    padding: 18px 8px 18px 40px;
    border-radius: 4px !important;
}
.search label {
  position: absolute;
  left: 7px;
  top: 27%;
  z-index: 1;
}
.search input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
height: 14px;
width: 14px;
background: url("../images/vichal-png/close.png") no-repeat 50% 50%;
background-size: contain;
pointer-events:visible ;}


.search input:focus-visible{
    border: 1.5px solid #1FB486 !important;
    box-shadow: 0px 4px 6px 0px #1A433624;

}
.search input::placeholder{
  color:  #4A5863;
  font-size: 16px;


}

.twitter-typeahead{
    width: 100%;
}
.tt-menu{
    width: 100%;
    background: #fff;
    border: 1px solid #2DB78C;
    margin-top: 6px;
    padding: 16px 32px;
    list-style: none;
    border-radius: 8px;
}

.tt-suggestion{
    padding: 16px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4A5863;
}

.tt-menu .tt-dataset .tt-suggestion:hover {
    background: linear-gradient(0deg, #F3F7F6, #F3F7F6), linear-gradient(0deg, #F6F6F6, #F6F6F6);
    font-weight: 700;
}

ul.suggestion-box {
  width: 100%;
  background: #fff;
  border: 1px solid #2DB78C;
  margin-top: 6px;
  padding: 16px 32px;
  list-style: none;
  border-radius: 8px;
}
ul.suggestion-box .suggestion{
  padding: 16px 6px;

font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #4A5863;


}
ul.suggestion-box .suggestion:hover{

  background: linear-gradient(0deg, #F3F7F6, #F3F7F6),
  linear-gradient(0deg, #F6F6F6, #F6F6F6);
font-weight: 700;

}












.faq-qustion, .faq-ans{
  background: #fff;
  padding: 30px 15px;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  height: fit-content;
}
.faq-qustion .nav-link, .dropdown-item .nav-link, #v-pills-tababout .nav-link, #v-pills-tababouttwo .nav-link, #v-pills-tababoutone .nav-link{
    padding: 16px;
  text-align: left;
 position: relative;
 overflow: hidden;
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.006em;
color: #4A5863;
margin-bottom: 20px;
padding-right: 45px !important;
/* white-space: pre-line; */
background: var(--color-white)!important;
border:none !important;
width: 100% !important;

}
#v-pills-tababouttwo, #v-pills-tababoutone{
  width: 900px;
}
#v-pills-tababouttwo .nav-link ,#v-pills-tababoutone .nav-link{
  text-align: center;
  margin-right: 16px;
  padding: 16px !important;

}

.faq-qustion .nav-link::after, .dropdown-item .nav-link:after, #v-pills-tababout .nav-link:after{
  content: "";
  transform: translate(-50%, -50%);
  right: 0%;
  top: 50%;
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 24px;
  background-image: url(../images/vichal-png/Vector.svg);
  background-repeat: no-repeat;
  background-position-y: 4px;
}

.faq-qustion .nav-link.active, .dropdown-item .nav-link.active, #v-pills-tababout .nav-link.active, #v-pills-tababouttwo .nav-link.active , #v-pills-tababoutone .nav-link.active{
background: linear-gradient(129.14deg, #67C2A5 -5.53%, #1FB486 117.63%) !important;
font-weight: 600 !important;
box-shadow: 4px 4px 12px 0px #11182714 !important;
padding-right: 45px !important;
box-shadow: 4px 4px 12px rgba(17, 24, 39, 0.08);
border-radius: 8px;
color: var(--color-white) !important;
}

#v-pills-tababouttwo .nav-link.active,  #v-pills-tababoutone .nav-link.active{

  padding: 16px !important;

}




.faq-qustion .nav-link.active:after, .dropdown-item .nav-link.active:after, #v-pills-tababout .nav-link.active:after{
  background-image: url(../images/vichal-png/Vector2.svg);
}
.error .gray-btn{
  background: linear-gradient(0deg, #F6F6F6, #F6F6F6),
  linear-gradient(0deg, rgba(100, 100, 100, 0.2), rgba(100, 100, 100, 0.2));
text-decoration: none;
color:  #0A2439;
margin-top: 20px;

}
.error .gray-btn:hover{
  background: var(--color-blue);
}
.mobilefaq .dropdown{
  background: var(--color-white) !important;
  border: 1px solid #DFDFDF !important;
  border-radius:4px;
  margin-bottom:16px;
}
.dropdown .drop-btn.btn{
width: 100% !important;
text-align: left;
font-weight: 600;
color: #0A2439;
padding: 16px;


border:none !important;
}
.dropdown .drop-btn.btn.show{
  font-weight: 700;
}
.dropdown .drop-btn.btn + .dropdown-menu.show{
border:none !important;
position: static !important;
transform: none !important;
margin-bottom: 16px !important;
}
.mobilefaq  .faq-ans{
border-radius: 4px !important;
}
.mobilefaq .dropdown-item:hover{
  background: none !important;
}



/* about */
.about-services-bg::after {
  content: "";
  background: #E8F6F2;
  border-radius: 12px;
  position: absolute;
  height: 120%;
  width: 90%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  left: 50%;
}

.about-ser-card{
  padding: 20px;
  background: #F8F8F8;
  border-radius:8px;
  display: inline-block;
  min-height: 100%;
}
.about-ser-card p{
  font-size: 16px ;
}
.about-ser-card img {
  width: 70px !important;
}
.team-img{
  position: relative;
  display: block;
  z-index: 11;
}
.team-img img {
  height: 305px;
}
.team-img:after, .team-img:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  display: block;
  background: var(--color-liner);
  z-index: -1;

}
.team-img:hover.team-img:after{
  background: #98F1D0;
  z-index: -2;
}
.team-img:hover.team-img:before{
  height:115%;
  background: url("../images/about-us/6817299\ 1\ \(1\).png");
  z-index:-1;
}

.employ-info {
  padding: 0 15%;
}
.ambition-slider{
  position: relative;
  overflow: hidden;
padding-bottom: 40px;
}
#counter{
  position: absolute;
  bottom:10px;
  left: 10px;
  display: inline-block;
  color: #0A2439 !important;
}
.about-slider .item img{
  border-radius: 12px;
}
.about-slider .owl-nav {
  position: absolute;
  bottom: -42px;
  font-size: 30px;
  right: 0;
  display: inline-block !important;
  color: #0A2439 !important;
}
.about-slider .owl-nav button:hover{
background: none !important;
color: #0A2439 !important;
}
.ambition-slider .line {
  background: #A0A0A0;
  height: 2px;
  width: 85%;
  position: absolute;
  display: inline-block;
  bottom: 22px;
  left: 7%;
}
.about-fearure-slider .owl-item.current.active span.about-thumb-btn {
  background: var(--color-liner);
  box-shadow: 2px 5px 12px 0px #2D302133;
border: none;


}
.about-fearure-slider .owl-item span.about-thumb-btn {
  border: 1px solid #64646433;
  background: var(--color-white);
  padding: 16px;
  border-radius: 12px;
  display: block;
  margin: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  max-height:70px;
}
span.about-thumb-btn:last-child{
  margin-right: 0px;
}

#sync1{
  position: relative;
}
#sync1 .owl-nav button{
  background: #FAFAFA;
 height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 4px 4px 12px 0px #11182714;
    position: absolute;
    transform: translate(-50%, -50%);
  top: 40%;

}
#sync1 .owl-dot span{
  background: #fff;
}

#sync1  button.owl-prev{

  left: 0%;
}
#sync1  button.owl-next{

  right: -5%;

}
.feature-conttant {
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 100%;
  margin: 0px auto;
  padding: 20px;
}
.feature-conttant p{
  font-size: 16px;
  margin-top: 16px;
}
#sync1 .item .feature-conttant{
  width: 90% ;

}
.feature-conttant .gray-btn{
  background: #fff;
  color: #0A2439;

}

#sync1 .feature-conttant .gray-btn{
  background: linear-gradient(0deg, #F6F6F6, #F6F6F6),linear-gradient(0deg, rgba(100, 100, 100, 0.2), rgba(100, 100, 100, 0.2));

}
.feature-conttant .gray-btn:hover{
  background: var(--color-liner) !important;

}
.feature-conttant .gray-btn:hover svg path{
  stroke: #fff;
}
.about-accrodion h2 {
  padding: 0px 15%;
}
.accroidon-about-content{
  position: relative;
  display: block;
  padding: 42px 42px 0px 42px;
  background: var(--color-liner);
  border-radius: 12px;
  text-align: left;
  height: 454px;
}
.accroidon-about-content h3{
  font-size: 32px ;
}
.accroidon-about-content .line{
  display: inline-block;
  height: 1px;
  width: 90%;
  opacity: 0.5;
  background: var(--color-gray-2);
  margin-top: 34px;
  margin-bottom: 32px;
}
.bottom-stats{
  position: relative;
  bottom: 40px;
}
span.ico-botom {
  vertical-align: top;
  margin-right: 14px;
  display: inline-block;
}
span.stats-info{
  display: inline-block;
}
span.stats-info p{
  font-size: var(--caption);
}
.bottom-logo{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}


/* partner */

.partner{
  padding: 0 10%;
  margin-bottom: 72px;
}

.partner p{
  padding:0 15%;
}

.part-baner-box {
  display: inline-block;
  background: #fff;
  border-right: 1px solid #DFDFDF;
  padding:0px 45px 0px 0px;
}
span.part-baner-icon {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 30px;
  margin-right: 12px;
}
span.part-baner-icon img {
  height:100%;
}
span.part-baner-details{
  display: inline-block;

}
span.part-baner-details p{
  font-size: 16px;
}
span.part-baner-details h3{
  font-weight: 700;
  color: #0A2439;
}

.partsay-box h2 {
  padding: 0px 15%;
}

.part-say{
  display: flex !important;
  padding: 20px;
  border:none !important;
  height: 100%;
}

.mobile-slider3 .part-baner-box{
  display: flex !important;
  justify-content: center;
  padding:24px 24px;
  border:none !important;
  background:#fafafa;
  border-radius:12px;
}



.mobile-slider3 span.part-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding: 16px 20px;
}

.mobile-slider3 span.part-logo img {
  height: 60px;
width: 180px;
}

.from{
  text-align: center;
}


.from .main-lable{
  color: #4A5863;
font-size: 20px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0.006em;
padding: 14px 0px;
margin-right: 14px;
display:inline-block;

}


.forn-drop {
  width: 100%;
  display:block;
  color: #4A5863;
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.6000000238418579px;
text-align: left;
text-decoration: none;
padding: 14px 16px;
border: 1px solid #DFDFDF;
    border-radius: 4px;
    cursor: pointer;
    background: #fff !important;
}
.forn-drop.show{
  border: 1.5px solid #67C2A5;
}
.from-menu{
  border: 1.5px solid #67C2A5;
  width:100%;
  padding:8px;
  display:none;
  position: absolute;
  background: #fff;
  text-align: left;
  margin-top: 14px;
  border-radius: 4px;
  z-index: 1111111;
}
.form-li input{
  width: 0px !important;
  position: absolute;
  left:0;
}

.form-li label{
  padding: 14px 16px;
  width:100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.form-li label:hover{
  background: #FAFAFA;
}
.form-li label:after{
  content: "";
  position: absolute;
  left:94%;
  top: 14px;
  display:inline-block;
  height: 100%;
  width:100%;
background:transparent;
}
.hide{
  display:block;
}
.form-li input[type=checkbox]:checked + label:after{
  background: url("../images/vichal-png/checked_circle.png");
  background-repeat: no-repeat;

}
.form-li input[type=radio]:checked + label:after{
  background: url("../images/vichal-png/checked_circle.png");
  background-repeat: no-repeat;

}
.form-li input[type=checkbox]:checked + label{
  font-weight: 700;
  background: #FAFAFA;
}
.form-li input[type=radio]:checked + label{
  font-weight: 700;
  background: #FAFAFA;
}

.state-ul{
    height: 300px;
    overflow-y:scroll;
}

.main-input ,textarea{
  padding: 14px 16px;
  border: 1px solid #DFDFDF;
  background: #fff;
  font-size: 14px;

border-radius:4px;
display:block;
width: 100%;
}
.main-input::placeholder{
  font-size: 14px;
}
.main-input:focus, textarea:focus{
  border: 1.5px solid #67C2A5;
}
.from .input-group-text{
  background: #FAFAFA;
  border: 1px solid #DFDFDF !important;
  border-right:none !important;
  -webkit-appearance: none;
  padding: 14px 42px 14px 14px;
}
.input-group:after{
  content: "";
  position: absolute;
  background-image: url("../images/vichal-png/form-drop.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  left: 70px;
  top:45%;
transform: rotate(0deg);
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../images/vichal-png/calendar.png) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
.form-section .dropdown-toggle::after{
  background: url('../images/vichal-png/form-drop.png') no-repeat ;
  height: 8px;
  width:14px;
  top: 42%;
}
input.main-input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: #4A5863;
}


input.main-input[type="date"]:focus::before,
input.main-input[type="date"]:valid::before { display: none }
.form-section {
  padding-bottom: 72px;
}
section.form-section h2 {
  text-align: center;

}
.form-section p{
  padding: 0 15%;
  text-align: center;
  font-size: 16px;
}
.form-section{
  position: relative;
  overflow: hidden;
}
img.left-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
img.left-bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.comparesion .vichale-card{
  width:100%;
}
.comparesion .compare.remove input{
  display: inline-block;
  width: 0px!important;
  position:relative;

border:none;
}
.comparesion .compare.remove input:after {
  content: "";
  position: absolute;
  height: 19px;
  width: 19px;
  background: url(../images/icons/remove.svg);
  background-repeat: no-repeat;
  left: -16px;
  display: inline-block;
}



.compaire.table{
  border: 1px solid #DFDFDF;
  border-radius:12px;

}
.mobile-comparision{
  width: 850px;
  padding: 15px 0px;
}
a.remove {
  position: absolute;
  right: -20px;
  top: -24px;
}
.table-head ul, .table-body ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 0px !important;

 }
 .table-head ul li:first-child,  .table-body ul li:first-child{
  border-left: none;
  min-width: 20%;
  width: 50%;
 }
 .table-body ul li:first-child{


  color: #4A5863;
  font-weight:600 !important;

 }
 .table-body ul:last-child li{
  border-bottom: none !important;
 }
 .table-bodyheading span {

 width:25px;


 }
 .table-bodyheading span img{
  vertical-align: middle;
 }








  .table-head ul li, .table-body ul li{
   color: #0A2439;
   padding-left:21px !important;
font-size: 16px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.006em;
border-left: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
max-height:70px;
height: 70px;
position: relative;
  }
  .table-body ul li{
    font-weight: 400 !important;
  }

  .table-body ul:nth-child(odd){
    background: #F6F6F6;

  }
  .table-body ul:hover{
    background: #2DB78C !important;

    cursor: pointer;
  }
  .table-body ul:hover li{
    color: #fff !important;
  }
  .table-btom{
    border: 1px solid #DFDFDF;
    padding: 20px 16px;
border-radius:12px;
margin-top: 32px;
  }
  .table-btom p{
    font-weight: 600;
    color: #4A5863;
    font-size: 16px;
  }
  .table-btom .green-btn{
    padding: 16px 14px;
  }
  .comprision h2{
    padding: 0 8%;
  }
  .comprision p{
    padding: 0 19%;
    font-size: 16px;
  }
  .gray-banner{
    padding: 40px 40px;
    background: #F3F7F6;
    border-radius: 12px !important;
    margin-bottom: 72px;

  }
  .gray-banner p{
    font-size: 16px;
  }


  .sticky-table-head{
    top: 86px;
    box-shadow: 0px 6px 18px 0px #0a243914;
    visibility: hidden;
    border-top: 1px solid #DFDFDF;
  }
  .sticky-table-head.sticky-top{
    visibility: visible;
    display: block !important;
  }
  .sticky-table-head .remove {
      position: absolute;
      right: 10px;
      top:auto;

  }
    .policy-ul, .tarms{
      padding-left: 0px !important;
    }
  .policy-ul li, .tarms li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 4px;
    list-style: none;


  }
  .policy-ul li::before, .tarms li::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    left:0;
    margin-top: 2px;
    background:url('../images/tick.png');
    vertical-align: middle;

  }
  /* Financingpage */
  .Financing .offer-ul .offer-card-li{
 text-align: center;
 border-bottom: 1px solid #2DB78C66 !important;
 margin: 0px 35px !important;
  }
  .Financing .offer-ul .offer-card-li:first-child{
    margin: 0px 35px !important;
    border-bottom: 1px solid #2DB78C66 !important;
  }
  .Financing .offer-ul .offer-card-li:last-child{
    border: none !important;
  }
  .Financing .head-lable.offer-card-li.active{
    margin: 0px !important;
  }
  .fince-card-box{
    text-align: center;
    background: #E7F8F2;

  }
  .finance-card{
    text-align: left !important;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: top;
    justify-content: space-between;
  }
  .fince-card-box h2{
    padding: 0 6%;
  }
  .fince-card-box h2 + p{
    padding: 0 16%;
  }

  .fince-card-box p{
    font-size: 16px;
  }


  .finance-card img{
    width: 40px !important;
  }
  .Financing .offer-card-li h5{
    color: #0A2439 !important;
  }

  .Financing .offer-card-li p{
    font-size: 16px !important;
  }
  .policy p{
    font-size: 16px;
  }


/* fleet-protact */
.fleet-protact-card{
display: flex;
align-items:flex-start ;
justify-content: space-between;
  border: 1px solid #DFDFDF;
  text-align: left;
  padding: 14px 20px;
  margin-bottom: 32px;
  border-radius: 4px;

}

.compresive-card{
  height: 300px !important;
  width: 100% !important;
  text-align: left;
}
.compresive-card.long-card{
  height:138px !important;
}
.claim .fleet-protact-card{
  height: 100%;
  background: #fff;
  border: none !important;
 justify-content: flex-start;
 padding: 0px 20px !important;

}
.fleet-protect-sec2 h2, .fleet-protect-sec2 > p{
  padding: 0 15%;;
}

.macbook .policy-ul li {
font-size: 16px !important;
margin-bottom: 20px;
color: #0A2439 !important;
font-weight: 600;
padding-left: 38px;
}
.macbook .policy-ul li:last-child{
  margin-bottom: 0px !important;
}
.policey-btn{
  text-decoration: underline;
  color: #0A2439;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 30px 0px;
}
a.play-btn{

  height: 123px;
  width: 123px;
  display: inline-block;
  background: var(--color-liner);
  line-height: 123px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 4px 4px 12px 0px #11182714;
  position: absolute;
    transform: translate(-50%, -50%);
    top: 47%;
    left: 53%;

}


.fleet-os{
  list-style: none;
  flex: 0 0 auto;
  width: 25%;
  padding: 0px 8px !important;

}
.fleet-os:nth-child(1){
  width: 25%;
}
.fleet-os:nth-child(2){
  width: 27%;
}
.fleet-os:nth-child(3){
  width: 22%;
}
.fleet-os:nth-child(4){
  width: 26%;
}
.fleet-li{
  box-shadow: 4px 4px 12px 0px #11182714;
  border: 1.23px solid #E9E9E9;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  margin-bottom: 20px;
border-radius: 4px;
padding: 12px ;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;

}
.fleet-li p{
  font-size: 14px;
  margin-bottom: 0px !important;
 color: #0A2439;

}
.fleet-li .fleet-os-icon{
  margin-right: 12px;
}
.vichal-os-card{
  padding: 8px 18px;
  flex-direction: column;
  align-items: flex-start;
}
.Fos-modal-name{
  color: #262728;
  font-size: 12px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;}

.os-runing{
  border: 0.76px solid #2DB78C;
  background:linear-gradient(0deg, #DFF4EE, #DFF4EE);
  border-radius: 12px;
  padding: 3px 6px 3px 6px;
  font-size: 9px;
  color:#2DB78C ;
  font-weight: 600;

}
.left-speed, .sho-stats{
  font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: 600;
line-height: 11px;
color: #262728;
text-align: left;
}
.os-progress{
  width: 100%;
}
.progress{
  margin-bottom: 12px;
}
.progress-bar{
  background: var(--color-liner);
}
.Fos-modal-image{
  margin-right: 20px;
}
.os-driver-name{

font-size: 11px;
font-weight: 400;
line-height: 13px;
color: #0A2439;
margin-bottom: 8px;
text-align: left;

}
.os-driver-like, .vichal-eff{

  font-size: 11px;
font-weight: 400;
line-height: 13px;
color: #4A5863;


}
.os-driver-name img, .os-driver-like img{
  width: 14px;
}
.Fos-address, .os-waat{
  color: #0A2439;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: right;
}

.Vehicle-Efficiency{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background: #F3F7F6;

}
.vichal-eff p{
  font-weight: 700;
  line-height: 19px;
  font-size: 16px;
  color: #2DB78C;
margin-top: 8px;
}








.circle_percent {
  font-size: 95px;
  width: 90px;
  height: 90px;
  position: relative;
  background: #E7F8F2;

  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
 margin-right: 8px;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em .5em);
}

.round_per, .round_sec {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
background: #B3E0D2;
  clip: rect(0 1em 1em .5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.round_sec{
  clip: rect(0 1em 1em .5em);
  background: #E7F8F2;

}

.percent_more .circle_inner {
  clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: .5em;
  top: 0em;
  right: 0;
  bottom: 0;
   background: linear-gradient(129.14deg, #67C2A5 -5.53%, #1FB486 117.63%);

  content: '';
}

.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.progress-detail{
  width: 150px;
}

span.SHO-heading {
    font-size: 12px;
    display: block;
    line-height: 14px;
    color: #555459;
    font-weight: 400;
    margin-bottom: 10px;
}
.sho-stats{
  display: block;
  margin-bottom: 10px;
}
.speedometer{
  position: relative;
  overflow: hidden;
  padding: 23px 12px;
}

.speedometer .outer {
  position: relative;
 width: 200px;
  height: auto;
}
.speedometer canvas {
  position: absolute;
  top: -42px;
  left: 0;
}
.percent {
 position: absolute;

    left:21%;
    top:25%;
    font-size: 18px;
 text-align: center;
   color: rgba(45, 183, 140, 1);
   margin-bottom: 0px !important;

}


.outer-heading{
  position: absolute;
  right: 10%;
  text-align: center;
}
.outer-heading:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 20px;
  position: absolute;
  left: -33px;
  background: url("../images/fleet-protsct/Group\ 55150.png");
  background-repeat: no-repeat;
}
.os-li2{
  padding: 0px 13px;
  border-right: 1px solid rgba(223, 223, 223, 1);
  flex: 0 0 auto;
  width: 20%;

}
.os-li2-contant{

  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;

font-size: 16px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0.006em;
color: rgba(10, 36, 57, 1);


}
.os-li2:last-child {
  border: none !important;
}

.fleet-os-img{
  margin-top: 60px;
  position: relative;
}
.expand-mobile{
  position: absolute;
  right: 10px;
  top: 10px;
}


.fleet-oprtaion h2, .fleet-oprtaion p, .lease-fleet-p{
  padding: 0 18%;
}

.fleet-oprtaion .policey-btn{
margin: 47px 0px;
}


.sticky-lifince{
  background: #fff;
  box-shadow: 0px 6px 18px 0px rgba(10, 36, 57, 0.08);
padding: 16px 0px 20px;
display: none;
}
.sticky-lifince.sticky-top{

  display: block;
  top: 86px;
}
.sticky-lifince .offer-card-li{
 padding: 16px;
font-size: 20px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0.006em;
border: 1px solid rgba(223, 223, 223, 1);

}
.sticky-lifince .offer-card-li.active{
  background: var(--color-liner);
  color: #fff !important;
}

/* filter  Preloader */

.preloader{
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1.5px);
  /* display: flex; */
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
  display: none;
}
.rotate {
  animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(359deg);
  }
}

/* filter history  */

.filtered{
  list-style: none;
  margin-top: 30px;
}

.filtered li{
  float: left;
  margin-left: 30px;
  padding: 10px 16px;
  gap: 16px;
  height: 46px;
  background: #F8F8F8;
  border: 1px solid #DFDFDF;
  color: #4A5863;
  border-radius: 4px;
  cursor: pointer;
}
.filtered li:first-child{
  padding: 11px 16px;
  gap: 10px;
  height: 46px;
  background: linear-gradient(129.14deg, #67C2A5 -5.53%, #1FB486 117.63%);
  border-radius: 4px;
  color: #fff;
  margin-left: 0;
}
.spec-title{
  padding: 16px 24px;
  gap: 16px;
  height: 62px;
  background: #F3F7F6;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0A2439;

}

.FleetLease li:last-child{
  color: #2DB78C !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}
.enquiry-modal-header{
    background: #2DB78C;
    color: #fff;
}
.btn-close{
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.btn-close i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2db78c;
}
.success-icon{
    text-align: center;
}
.success-messge{
    margin-top: 50px;
}
.success-messge h5{
    line-height: 30px;
}
.other-form{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.other-form i{
    text-decoration: none;
    margin-left: 8px;
}
.modal-body{
    padding: 0px 0px 40px;
}
