@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    /* font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-MediumExt.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-MediumExt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap; */
}

@font-face {
    font-family: 'HelveticaNeueLTW06-97BlkCnObl';
    src: url('../fonts/HelveticaNeueLTW06-97BlkCnObl.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTW06-97BlkCnObl.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family:"helvetica";
    src:url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.logo img {
    width: 117px;
}
.banner{
	background:url(/assets/img/banner_bg.png) no-repeat;
	    background-size: cover;
}
header nav ul li a {
    color: #1F1F1F;
    font-size: 16px;
	font-weight:500;
}
.popins_font{
	font-family: 'Poppins', sans-serif;
}
.helvetica_font{
	font-family: 'Helvetica Neue';
}
.helvetica_font2{
	font-family: 'Helvetica Neue';
	font-weight: 500 !important;

}
.header_class {
    box-shadow: 0px 0px 5px #979797;
}
header nav ul li {
    padding: 0 5px;
}
header nav ul li a:hover {
    border-bottom: 2px solid #2BBA29;
    color: #2BBA29;
}
header nav ul li a.active {
    border-bottom: 2px solid #2BBA29;
    color: #2BBA29;
}
.login-btn {
    color: #1F1F1F !important;
    border: 1px solid #1F1F1F !important ;
}
/* banner css */
.banner h2 {
    font-size: 48px;
    font-weight: 800;
    color: #06161E;
	line-height: 65px;
}
.banner p {
    font-size: 16px;
    color: #181818;
	font-family: 'Helvetica Neue';
	font-weight:500;
	
}
form.banner_form_inner {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 5px;
    position: relative;
}
form.banner_form_inner input {
    padding: 18px 32px;
    height: auto;
	border:none;
}
span.banner_form img {
    position: absolute;
    width: 15px;
    top: 16px;
    left: 9px;
}
#login-btn-id:hover ,#login-btn-id2:hover{background-color:#2BBA29 !important; border-color:#2BBA29 !important;color:#fff !important;}
.banner_btn {
    position: absolute;
    right: 10px;
    top: 11px;
    background: #2BBA29 !important;
    padding: 4px !important;
    width: 35px;
    height: 35px;
}
.banner_btn:hover {
    background: #000 !important;
}
/* service */
.title_home h3 span {
    color: #2BBA29;
}
.title_home h3 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

/*.service_bg_img1 {
background: url(../img/service1.png);}
.service_bg_img2 {
background: url(../img/service2.png);}
.service_bg_img3 {
background:#E9EDF4;}*/

.service_inner {
   
    background-size: cover;
    min-height: 550px;
    background-position: bottom center;
    border-radius: 10px;
	position:relative;
	overflow:hidden;
	transition: all 0.2s linear;
	margin-bottom:15px;
}
.service_inner:hover .service_btm {
    bottom: 0;
}
.service_img_s img {
    width: 160px;
}
.service_btm span img {
    width: 30px;
}

.service_btm span {
    float: right;
}
.service_inner h4 {
    font-size: 32px;
	 font-family: 'Helvetica Neue';
		font-weight:500;
            position: relative;
    z-index: 2;
}
.service_btm {
    position: absolute;
    bottom: -60px;
    background: #2BBA29;
    width: 100%;
    color: #fff;
	transition: all 0.2s linear;
}
.service_main {
    background: url(/assets/img/Oval_service.png) no-repeat bottom center;
    background-size: contain;
}
.service_link a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 7px;
	    font-family: 'Helvetica Neue';
		font-weight:500;
		transition: all 0.2s linear;
}
.service_link a:hover{
	background:#2BBA29 ;color:#fff;
}
.service_link span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 7px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    transition: all 0.2s linear;
}
.service_link span:hover{
    background:#2BBA29 ;color:#fff;
}
.service_btm {
    font-size: 18px;
}
/* driver */
.driver_img img {
    width: 100%;
    max-width: 470px;
    height: 470px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.Driver_text h3 {
    font-size: 47px;
    font-family: 'Helvetica Neue';
		font-weight:bold;
	    color: #000;
		text-transform:capitalize;

}
.Driver_text p {
    font-size: 14px;
    color: #383838;
}
section.driver_inner {
    background: url(../img/Driver_bg.png) no-repeat center;
	    background-size: cover;
}
section.save_water_inner {
    background: #130C33;
    padding: 15px 0px;
}
.driver_inner {
    position: relative;
}
    .driver_inner:before {
        content: "";
        background: url(/assets/img/shap-2.png) center;
        width: 200px;
        height: 250px;
        background-repeat: no-repeat;
        position: absolute;
        top: 106px;
        left: 15px;
        -webkit-animation: banner-ani-one 25s infinite linear;
        animation: banner-ani-one 25s infinite linear;
        background-size: contain;
    }
.save_water_inner {
    position: relative;
}
    .save_water_inner:before {
        content: "";
        background: url(/assets/img/shape.png) center;
        width: 200px;
        height: 250px;
        background-repeat: no-repeat;
        position: absolute;
        top: 106px;
        left: 15px;
        -webkit-animation: banner-ani-one 25s infinite linear;
        animation: banner-ani-one 25s infinite linear;
        background-size: contain;
    }
@keyframes banner-ani-one {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(80px, -80px);
    }
    70% {
        transform: translate(80px, 80px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-two {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-80px, 80px);
    }
   
    100% {
        transform: translate(0, 0);
    }
}
.save_water h3 {
    color: #ffff;
    font-size: 48px;
	    font-family: 'Helvetica Neue';
		    font-weight: normal
}
.save_water p {
    color: #fff;
	   font-family: 'Helvetica Neue';
	   font-size:16px;
	
}
.save_water h3 span {
    color: #2BBA29;
	font-weight:500;
}
/* testimonail */
.owl-item.active .testmonal_slider_inner , .testmonal_slider_main .swiper-slide-active .testmonal_slider_inner  {
    box-shadow: -8px 0px 21px -12px #979797;
	padding: 4rem !important;
	    background: #fff;
}
.testmonal_slider_inner{
	padding: 4rem 0 !important;
}
.testmonal_slider_inner .testmonal_slider_text {
    position: relative;
}
.testmonal_slider_inner .testmonal_slider_text:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../img/errow.png)no-repeat center;
    position: absolute;
	    top: 35px;
}
.testmonal_slider_text p {
    font-size: 16px;
	 font-family: 'Poppins', sans-serif;
	 color:#000;

}
.testmonal_slider_main  .owl-nav button {
    background: #5C6E7C !important;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
h3.testmonal_title span {
    font-weight: bold;
    color: #2BBA29;
}
h3.testmonal_title {
    font-size: 48px;
    color: #000;
    font-weight: 500;
}
.testmonal_slider_main button.owl-prev span {
    background: url(../img/left.png) no-repeat center;
    width: 25px;
    display: inline-block;
    height: 25px;
    color: transparent;
    background-size: 21px;
}
.swiper-button-prev {
    top: 26px !important ;
    right: 60px !important;
    left: inherit !important;
    background-image:url(../img/left.png)  !important;
    width: 30px !important;
    display: inline-block;
    height: 30px !important;
    color: transparent;
    background-size: 21px !important;
	background-color:#5C6E7C;
	background-repeat: no-repeat;
	background-position:center;
}
.swiper-button-next {
    top: 26px !important;
    right: 26px !important;
    left: inherit !important;
    background-image:url(../img/right.png)!important;
    width: 30px !important;
    display: inline-block;
    height: 30px !important;
    color: transparent;
    background-size: 21px !important;
	background-color:#5C6E7C;
	background-repeat: no-repeat;
	background-position:center;
}
.swiper-button-prev:hover ,.swiper-button-next:hover{background-color: #2BBA29 !important;}
.testmonal_slider_main .owl-nav {
    position: absolute;
   top: -74px;
    right: 185px;
}
.owl-nav button:hover {
    background: #2BBA29 !important;
}
.testmonal_slider_main .owl-item.active .item:before ,.testmonal_slider_main .swiper-slide-active:before {
    height: 100%;
    width: 177px;
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 0;
    border: 6px solid #2BBA29;
    z-index: -1;
    border-right: 8px solid #2BBA29;
}
.testmonal_slider_main .swiper-slide-active:before{
	    left: 39px;
    top: 39px;
	    height: 87%;
}
button.navbar-toggler i {
    font-size: 20px;
    color: #2BBA29;
}
.testmonal_slider_main button.owl-next span {
    background: url(../img/right.png) no-repeat center;
    width: 25px;
    display: inline-block;
    height: 25px;
    color: transparent;
    background-size: 21px;
}
.auther_name{
	font-weight: 500;
       font-size: 22px;
	 font-family: 'Helvetica Neue';
	 color:#000;
	  position: relative;
	  padding-left:80px;
	  padding-top: 13px;
}
.auther_name:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 68px;
    background: #18b5d36b;
    position: absolute;
    top: 0;
    left: 0;
}
.auther_name:after {
       content: "";
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #090909;
    position: absolute;
    top: 36px;
    left: 23px;
}
.auther_name_ac {
    color: #c7c7c7;
    font-size: 14px;
	
}
/* footer */.footer_logo img {
    width: 140px;
}
footer {
    background: url(/assets/frontend/img/footer_bg.png);
    background-size: cover;
}
.footer_link h4 {
    font-size: 18px;
    color: #34D62C;
        font-family: 'Helvetica Neue';
        font-weight:  bold;
}
.footer_link ul li a {
    color: #000;
    font-weight: 500;
       font-family: 'Helvetica Neue';
}

.footer_link ul {
    padding: 0;
}
.footer_link ul li {
    list-style: none;
    padding: 6px 0;
    font-size: 16px;
}
ul#Follow_2 img {
    width: 32px;
}
.footer-bottom {
    border-bottom:1px solid  hsl(0deg 0% 0% / 11%);
    border-top: 1px solid  hsl(0deg 0% 0% / 11%)
}
ul.Follow li {
    display: inline-block;
    padding: 0 4px;
}
#Follow_2 li{display: inline-block;
    padding: 0 2px;}
ul.Follow {
    display: inline-block;
    padding: 0;
    list-style: none;
        margin: 0;
}
.Follow_header {
    font-size: 16px;
    color: #000;
    padding-right: 13px
}
.copyright p {
    margin: 0;
    font-size: 16px;
    color:hsl(0deg 0% 0% / 44%);
    font-family: 'Montserrat', sans-serif;
}
.footer_logo p {
    color: #000;
    font-size: 16px;
      font-family: 'Helvetica Neue';
}
/* it work */
.it_work_title h1 {
    color: #2BBA29;
    font-weight: bold;
    font-size: 38px;
}
.it_work_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
}
.it_work_banner_img img {
    width: 100%;
}
.Manage_Pricing_img img {
    width: 170px;
}
.Manage_Pricing_inner h4 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.Manage_Pricing_inner p {
    font-size: 16px;
    color: #494949;
}
.Manage_Pricing:before {
    background: url(../img/Line.png);
    content: "";
    display: block;
    width: 57%;
    height: 3px;
    margin: auto;
    top: 135px;
    position: absolute;
    left: 0;
    right: 0;
}
.Manage_Pricing {
    position: relative;
}
.mobile{display:none;}

@media only screen and (max-width: 991px) {
	
	#login-btn-id {
    margin: 0 !important;
   margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.Manage_Pricing:before{display:none;}
.save_water h3 {
    text-align: center;
    font-size: 30px;
}
.save_water p {
	 text-align: center;
}
.save_water_link {
    text-align: center;
}
.it_work_title h2 {
    font-size: 35px;
    
}
.mobile{display:block !important;}
.desktop{display:none !important;}
.driver_img img
    {
    max-width: 370px;
    height: 370px;
    object-fit: contain;
    display: block;
    margin: auto;
    }
}
@media only screen and (max-width: 767px) {
	.banner h2 {
    font-size: 35px;
    line-height: 38px;
}
h3.testmonal_title {
font-size: 33px;}
.container_login{    font-size: 15px !important;}
.fortpswd.popins_font {
    text-align: center;
}
.login_text {
font-size: 35px !important;}
.Driver_text h3 {
font-size: 35px}
	.testmonal_slider_inner.p-30.m-20 {
    padding: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.copyright_login {
font-size: 16px!important;}
.form-card.width_50 {
width: 100% !important;}
#progressbar li.active:before {
    background-size: 28px !important;
}
.purple-text a{    padding: 7px 15px;}
#progressbar li:before {
width: 34px !important;}
.testmonal_slider_text.pt-20 {
    padding-top: 19px !important;
}
.testmonal_slider_main .swiper-slide-active:before {
    left: 0px;
    top: 39px;
    height: 87%;
}
.auther_name {
    padding-bottom: 30px;
}
.font-20 {
    font-size: 16px !important;
}

}
/* multiform */


#msform {
    text-align: center;
    position: relative;
    margin-top: 15px
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}
#msform #progressbar {
    padding: 0;
}
#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
   
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    
    color: #2C3E50;
    background-color: #ECEFF1;
  
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
      width: auto;
    color: #ffffff;
	 display:inline-block;
    background-color: #181C32;
    border-color: #181C32;
        font-size: 1.5rem !important;
		font-weight: 500 !important;
    color: white;
    border: 0 none;
    border-radius: 9px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px auto 10px auto;
    
}
.resend span {
    padding: 6px 24px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 130px;
   border: 1px solid #181C32;
   display:inline-block;
    border-radius: 9px;
    cursor: pointer;
    padding: 10px 5px;
    margin: auto;
	    width: auto;
  
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom:0px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width:16.6%;
    float: left;
    position: relative;
    font-weight: 400
}

/* #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}
 */
#progressbar li:before {
    width: 68px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto 0px auto;
    padding: 2px;
	content: "";
	transition: background-color 0.6s ease, border-color 0.6s ease;
	float: right;

	
}

#progressbar li:after {
  /*   content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1 */
}

#progressbar li.active:before {
   background: url(../img/car.svg) no-repeat bottom;
       background-size: 63px;
   
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
#msform .progress {
    background: #fff;
    border: 1px solid #000;
}	
.progress-bar-striped {
    background: #000 !important;
    border-radius: 20px;
}
.form-card.width_50 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.clear{clear:both;}
.map_div img{width:100%;}
#msform .textarea_height {
    height: 200px !important;
    padding: 15px !important;
}
.img_text {
    text-align: center;
    padding: 40px 30px;
    background: #ffff;
    border-radius: 10px;
    border: 2px dashed #2BBA29;
    color: #2BBA29;
    font-size: 14px;
    font-weight: 500;
	    display: inline-block;
}
.purple-text a {
    color: #ffffff;
    font-weight: normal;
    background: #0069CA;
    padding: 7px 50px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.purple-text a:hover{ color: #ffffff;}
.purple-text a span {
    font-size: 24px;
}

.service_inner {
    min-height: 400px;
    margin-bottom: 30px;}
.service_img img {
    width: 100%;
}
.service_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.service_btm {
    cursor: pointer;
}
.header_class nav ul li:last-child a {
    padding-top: 0 !important;
    display: inline-block;
}
.header_class nav ul li a {
    padding-top: 12px !important;
}
.cart_ntftn span {
    position: absolute;
    background: #FF4E4E;
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 9px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    right: -2px;
}
.cart_ntftn {
    position: relative;
}
.cart_ntftn:hover {
    border: none;
}
.footer_link ul li a:hover {
    color: #34D62C;
}

.loader_outer {
    width: 100%;
    position: fixed;
    background-color:rgb(43 186 41 / 40%);
    height: 100vh;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
}
.loader_outer img {
    width: 100px;
    padding-top: 250px;
}

.service_links a {
    width: 100%;
    margin-bottom: 20px;
}
.service_links
{
    display: inline-block;
}
label#email-error, #username-error, #terms-error
{
    display: block;
}
@media (max-width: 991px)
{
    .dropdown.custom_dr456 {
        margin-top: 12px;
    }
}
@media (max-width: 576px)
{
    .fortpswd.popins_font
    {
        text-align: left;
    }
}

.mycustomvalidation label.error,.invalid-feedback strong{font-size:16px !important;color:red !important; margin-top:10px !important;font-weight: 400 !important;padding-top:0px !important;}
