@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;
}

.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_btm {
    font-size: 18px;
    cursor: pointer;
}
/* driver */
.driver_img img {
    width: 100%;
}

.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;
}

.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;
}

.slider1 .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;
}

.slider1 .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;
}

    .slider1 .swiper-button-prev:hover, .slider1 .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: 22px;
}

.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.svg);
    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;
    }
}

@media only screen and (max-width: 767px) {
    .banner h2 {
        font-size: 35px;
        line-height: 38px;
    }

    .form_tab_div {
        width: auto !important;
    }

    h3.testmonal_title {
        font-size: 33px;
    }

    .container_login {
        font-size: 15px !important;
        height: 40px;
    }

    .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;
    font-size: 16px;
    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 #000;
        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 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;
        }

#msform.msform_div #progressbar li.active:before {
    background: url(../img/ball.svg) no-repeat bottom;
    background-size: 45px;
}

#msform.msform_div .input_type_inner span {
    position: absolute;
    left: 10px;
    top: 23px;
    font-size: 16px
}

.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;
    color: #A0A0A0;
}

.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_select ul li a {
    color: #393939;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #C1C1C1;
    border-radius: 7px;
    position: relative;
}

a.dry_clear {
    color: #00B8D7 !important;
    border-color: #00B8D7 !important;
}

.service_select ul {
    display: inline-block;
    padding: 0;
}

    .service_select ul li {
        display: inline-block;
        font-size: 18px;
        padding: 0 5px;
    }

.service_select {
    color: #393939;
    font-size: 20px;
}

.msform_div .img_text {
    width: 100%;
}

.form_tab_div {
    width: 900px;
}

#msform.msform_div .textarea_height {
    height: 150px !important;
    color: #A0A0A0;
}

span.Price_div {
    top: -12px !important;
    background: #fff;
    padding: 3px 5px;
}

a.dry_clear:after {
    display: inline-block;
    background: url(../img/check.png);
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    right: -7px;
    top: -12px;
    background-size: contain;
}

a.dry_clear:before {
    display: inline-block;
    background: url(../img/check.png);
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: -7px;
    top: -12px;
    background-size: contain;
}

span.Price_div span {
    position: initial !important;
    color: #2BBA29;
}

.form_tab_div nav a {
    display: inline-block !important;
    width: 49%;
    text-align: center !important;
    color: #000 !important;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Helvetica Neue';
    font-weight: 500 !important;
    border-bottom: 1px solid #979797;
}

.form_tab_div {
    background: #fff;
}

    .form_tab_div nav a.active, .form_tab_div nav a:hover {
        text-align: center;
        color: #00B8D7 !important;
        border-bottom: 2px solid #00B8D7 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: 0 !important;
    }

    .form_tab_div thead {
        background: #F3F3F3;
        text-align: center;
        border-bottom: 5px solid #ffff !important;
    }

    .form_tab_div td {
        padding: 1rem 0 !important;
        text-align: center;
    }

    .form_tab_div .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(162 218 239 / 50%);
    }

.table_tab_hd {
    background: #F3F3F3;
    padding: 15px;
    font-size: 18px;
    border-radius: 9px 9px 0 0;
    margin-top: 15px;
    margin-bottom: 5px;
}

.table_tab_od {
    background: hsl(196deg 71% 79% / 50%);
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #A2DAEF;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.table_tab_even {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.form_tab_div select {
    font-size: 16px;
}

.step_add_item button {
    border: 1px solid #00BD00 !important;
    color: #00BD00;
}

#msform .step_add_item button:hover {
    border: 1px solid #181C32 !important;
    background-color: #181C32 !important;
}

#msform .step_add_item button img {
    width: 30px;
    padding: 0 5px;
}

#msform.msform_div #progressbar li {
    width: 24.6%;
}

header nav ul li a {
    padding-top: 12px !important;
}

header nav ul li:last-child a {
    display: inline-block;
    padding: 0 !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;
    }

.custom-container {
    width: 100%;
    padding: 0 40px;
}

.as_outer h5 {
    color: #fff;
    margin-top: 33px;
    z-index: 9999;
    position: relative;
    text-align: center;
    margin-left: 50px;
}

.middle_lef45 {
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    position: relative;
}

.custom_list ul li {
    display: inline-block;
    margin-right: 10px;
}

.black_outer5 {
    background-color: #222222;
    border-radius: 5px;
    padding: 15px 0px 1px;
    text-align: center;
}

    .black_outer5 h4 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 22px;
    }

    .black_outer5 p {
        color: #fff;
        margin-bottom: 0px;
    }

.black_outer5 {
    background-color: #222222;
    border-radius: 5px;
    padding: 15px 0px 15px;
    text-align: center;
    width: 70px;
    margin: 0 auto;
}

.custom_list h5 {
    color: #000;
    margin-top: 30px;
}

.img_inner img {
    position: absolute;
    width: 80px;
    top: -20px;
}

.black_outer5 p {
    color: #fff;
    margin-bottom: 0px;
}

.black_outer5 {
    background-color: #222222;
    border-radius: 5px;
    padding: 15px 0px 15px;
    text-align: center;
    width: 70px;
    margin: 0 auto;
}

.custom_list h5 {
    color: #000;
    margin-top: 30px;
}

.img_inner img {
    position: absolute;
    width: 80px;
    top: -20px;
    min-height: 80px;
    max-height: 80px;
}

.right6 {
    margin-left: 100px;
    margin-top: 20px;
}

.img_inner {
    position: relative;
}

.current_order h3 {
    margin-top: 15px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 1px solid #00B8D7;
    padding-bottom: 6px;
}

.custom_oredr .menu-item.my_hiring.active-menu a span {
    color: #2BBA29 !important;
}

.detail_outre {
    margin: 0 auto;
    text-align: center;
}

.list_first ul {
    display: flex;
}

.full_lst li {
    width: 100% !important;
}

    .full_lst li p {
        color: #707070;
        font-weight: 400;
        font-size: 14px;
        margin: 0px 0px 15px;
    }

    .full_lst li p {
        color: #707070 !important;
        font-weight: 400 !important;
        font-size: 14px;
    }

    .full_lst li h5 {
        font-size: 21px;
        font-weight: 700;
        color: #000;
    }

.accept_outer.accept_order ul {
    display: flex;
}

.class_right {
    border-right: 1px solid #ccc;
}

.list_first ul li {
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #DADADA;
}

.accept_outer.accept_order ul li a {
    width: 100%;
    padding: 12px;
}

.accept_outer.accept_order ul li {
    width: 50%;
}

.current_order h3 span {
    font-size: 18px;
    margin-left: 10px;
    color: #00BD00;
    font-weight: 500;
}

.border7 a {
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    color: #000;
}

.bg_oi7 a {
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #1F1F1F;
}

.item_outer58 h4 {
    margin-top: 20px;
    text-align: left;
    font-weight: 500;
}

.item_outer58 ul {
    border: 1px solid #00BD00;
    padding: 5px;
    border-radius: 5px;
}

.item_outer58 li {
    display: inline-block;
    width: 50%;
    padding: 7px;
}

.border3 {
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    padding: 0px 20px;
    text-align: left;
}

.item_outer58 ul {
    border: 1px solid #00BD00;
    padding: 5px;
    border-radius: 10px;
    display: flex;
}

.ble_outer a {
    border: 1px solid #00B8D7;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #00B8D7;
    font-weight: 500;
    font-size: 13px;
}

.form-group.custom_group .green_outer a {
    border: 1px solid #C1C1C1;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #393939;
    font-weight: 500;
    font-size: 13px;
}

.form-group.custom_group .ble_outer {
    position: relative;
}

    .form-group.custom_group .ble_outer img {
        position: absolute;
        top: -10px;
        right: -8px;
        width: 21px;
    }

.green_outer a {
    border: 1px solid #00BD00;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #00BD00;
    font-weight: 500;
    font-size: 13px;
}

.middle_lef45:after {
    content: "";
    position: absolute;
    background-image: url(../assets/img/asap_shape.png);
    width: 116px;
    height: 32px;
    right: 0;
    top: 111px;
    background-repeat: no-repeat;
    background-size: cover;
}

.chat_outer {
    text-align: right;
}

.blue_mor:after {
    content: "";
    position: absolute;
    background-image: url(../assets/img/morning_strip.png);
    width: 116px;
    height: 32px;
    right: 0;
    top: 111px;
    background-repeat: no-repeat;
    background-size: cover;
}

.as_outer h5 {
    color: #fff;
    margin-top: 33px;
    z-index: 9999;
    position: relative;
    text-align: center;
    margin-left: 50px;
}

.accept_outer {
    margin-top: 30px;
}

    .accept_outer ul li {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
    }

.border7 a {
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    color: #000;
}

.accept_outer ul li a:hover {
    background-color: #000;
    color: #fff;
}

.my_as_outer h5 {
    color: #fff;
    margin-top: 33px;
    z-index: 9999;
    position: relative;
    text-align: center;
    margin-left: 36px;
    /* left: -20px; */
}

.right999.msg_history .input67 {
    position: absolute;
    bottom: 0;
    width: 98%;
}

.px-10.dropdown.notification-desh.custom_dr456 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.notification-desh img {
    width: 24px !important;
}

#contactForm .col-sm-6 img {
    width: 100%;
}

@media (max-width: 1199px) {
    #setiing_tab_section ul#pills-tab li a {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .w-50 {
        width: 90% !important;
    }

    .w-75 {
        width: 90% !important;
    }

    #kt_header_mobile_topbar_toggle img.mob_img {
        display: none;
    }

    #login-btn-id2 {
        display: none;
    }

    .user_name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {


    .form_inline_Vendors.w-75.m-auto.py-10 {
        width: 100% !important;
    }
}

@media (max-width: 576px) {

    .pl-30, .px-30 {
        padding-left: 15px !important;
    }

    .pr-30, .px-30 {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 992px) {
    div#kt_header_mobile {
        display: none;
    }
}

label#pickDate-error {
    color: red;
    font-size: 15px;
}
/*---Add Css---*/
.driver_img img {
    max-width: 370px;
    height: 370px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.user_inner_profile img {
    width: 90px;
    object-fit: cover;
    object-position: 50% 10%;
}

@media (max-width: 767px) {
    .my_as_outer h5 {
        text-align: right;
        /* bottom: auto; */
        margin-top: 53px !important;
    }

    .middle_lef45:after {
        top: auto !important;
    }
}

@media (max-width: 575px) {
    .my_as_outer h5 {
        margin-top: 53px !important;
    }

    .black_outer5 {
        margin: 0 !important;
    }
}

.my_as_outer h5 {
    position: absolute;
    right: 0;
}
