    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: UniNeueRegular;
    }
    html {
        scroll-behavior: smooth;
    }
    @font-face {
      font-family: UniNeueRegular;
      src: url(../fonts/UniNeueRegular.otf);
    }

    @font-face {
      font-family: UniNeueBold;
      src: url(../fonts/UniNeueBold.otf);
    }
    /*Header*/
    .as_servtech_header {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: #fff;
    }
    .shop_icon {
        display: none;
    }
    .as_servtech_header_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0px;
    }
    .as_servotech_navbar ul {
        display: flex;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .as_servotech_logo {
        width: 178px;
    }
    .as_servotech_logo img {
        width: 100%;
    }
    .as_servotech_navbar ul li a {
        text-decoration: none;
        padding: 0px 28px;
        color: #000;
        font-weight: 100;
        font-size: 17px;
        position: relative;
    }
    .as_servotech_navbar ul li a::before {
        content: "";
        position: absolute;
        right: calc(85%);
        bottom: 50%;
        width: 0;
        height: 2px;
        background: green;
        transition: .2s .2s;
    }
    .as_servotech_navbar ul li:hover>a::before{
        width: 20px!important;
    }
    .as_ev_ban h2 {
        font-size: 53px;
        color: #f79f00;
    }

    /*Header Banner*/
    .as_ev_header {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .as_ev_banner_c_details {
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        width: 13%;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: -30px;
        color: #fff;
    }

    .as_ev_banner_title {
        text-align: center;
        margin-top: 100px;
    }
    .as_ev_banner_title h2 {
        font-weight: 600;
        font-size: 40px;
        color: #fff;
    }
    .as_aarow_icon {
        text-align: center;
    }
    .fdfd {
        padding-top: 410px;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-row-gap: 30px;
        grid-template-columns: 100%;
        position: relative;
    }
    span.down_arrow {
        font-size: 35px;
        color: #fff;
    }
    img.flash_icon {
        width: 100%;
        max-width: 40px;
        filter: invert(1);
    }

    /*Section 2*/
    .rows {
        display: flex;
    }
    .as_charger_serction_2 {
        width: 100%;
        height: 100%;
        padding: 40px 0px;
        background: #f3f3f3;
    }
    .as_ev_charger_img_1 img {
        width: 100%;
        height: 100%;
    }
    .as_ev_charger_img_1 {
        height: 100%;

    }
    .as_ev_charger_content {
        height: 100%;
        position: relative;
        padding: 40px;
        background: #fafafa;
    }
    p {
        font-size: 16px;
    }
    .as_learn_more {
        position: absolute;
        bottom: 50px;
        width: 82%;
    }
    p.sub {
        padding-top: 20px;
    }
    p.sup {
        font-size: 20px;
    }
    .as_learn_more a {
        color: #000;
        padding: 10px 60px;
        border: 1px solid #000;
        border-radius: 50px;
        width: 100%;
        display: block;
        text-align: center;
        text-decoration: none;
    }
    .as_ev_charger_s_2 img {
        width: 100%;
        height: 334px;
        object-fit: cover;
    }
    .as_wall_connector {
        padding: 40px 0px;
    }
    .as_ev_charger_serction2 {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .as_se2_button_cont a {
        display: block;
        color: #000;
        border: 1px solid #000;
        text-decoration: none;
        padding: 10px;
        border-radius: 30px;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    p.as_p_wall {
        margin-bottom: 0px;
        font-size: 18px;
    }
    h2.as_h_charging {
        margin-bottom: 20px;
    }
    .as_ev_charger_s_2 {
        width: 100%;
        height: 333px;
        background-size: cover;
        background-position-y: 80%;
    }
    .bg_ch2 {
        background-position-y: 50%;
    }
    .copyright p {
        margin: 0;
    }
    .footer {
        padding-bottom: 30px;
        padding-top: 30px;
        clear: both;
        background: #f0f0f0;
    }
    .bars {
        display: none;
        cursor: pointer;
    }
    span.bar {
        width: 25px;
        height: 2px;
        background: #000;
        display: block;
        margin-bottom: 6px;
    }
    /*.as_over_bg {
        background: #ffffff45;
    }*/
    .as_ev_banner {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .swiper {
            width: 100%;
            height: 100%;
          }

          .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;

            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
          }

          .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
      .active_toggle {
        left: 0!important;
      }
      .close {
        display: none;
      }
      .height_blank {
        height: 15px;
    }
    /*Popup Modal Css*/
    .as_modelForm {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999999;
    background: #ffffff;
    width: 30%;
    height: 70%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 20px;
    box-shadow: 0px 0px 5px;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
    .as_show_m{
        opacity: 1;
        visibility: visible;
    }
    /*.as_outside_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        width: 400px;
        height: 400px;
        padding: 30px;
    }*/
    .as_outside_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        width: 579px;
        height: 400px;
        padding: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .as_outside_box input {
        width: 100%;
        padding: 6px;
        border: 1px solid #7a7a7a;
        margin-bottom: 8px;
        color: #000;
        border-radius: 5px;
        outline: none;
    }
    .as_outside_box form {
        width: 320px;
        float: right;
    }
    .as_outside_box input::placeholder {
        color: #7a7a7a;
    }
    .as_submit_btn {
        text-align: center;
        margin-top: 10px;
    }
    button.as_ev_submit_btn {
        background: #fff;
        border: 1px solid #000;
        padding: 7px 70px;
        text-align: center;
        border-radius: 50px;
        transition: 0.5s;
    }
    button.as_ev_submit_btn:hover {
        background: transparent;
    }
    p.as_skip_btn {
        margin: 0;
        margin-top: 10px;
        cursor: pointer;
    }
    p.as_skip_btn:hover {
        color: #ff7029;
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
    /*Popup Modal Css End*/

    .as_home_charging_text li {
        font-size: 14px;
    }
    .anim_arrow {
        position: relative;
        cursor: pointer;
    }
    .arrow_ani {
        position: absolute;
        animation: arrow_move 2s infinite;
    }
    @keyframes arrow_move {
        0% {
            top: -10px;
        }
        50% {
            top: 10px;
        }
        100% {
            top: -10px;
        }
    }
    .anim_arrow a {
        color: #fff;
    }
    .shop_icon a {
        color: #000;
        font-size: 25px;
        text-decoration: none;
    }
    .as_mobile_nav_logo {
        display: none;
    }
    li.as_mobile_nav_logo img {
        width: 100%;
        max-width: 178px;
        margin-bottom: 30px;
    }

    /*Distributor Css Start*/
    .who_we_are {
        text-align: center;
    }
    h1.who_we_heading {
        position: relative;
        margin: 0;
    }
    p.who_we_paragrph {
        padding-top: 10px;
    }
    @-webkit-keyframes heading-move {
      0% {
        transform: translateX(-1px);
      }
      50% {
        transform: translateX(85px);
      }
      100% {
        transform: translateX(-1px);
      }
    }

    @keyframes heading-move {
      0% {
        transform: translateX(-1px);
      }
      50% {
        transform: translateX(85px);
      }
      100% {
        transform: translateX(-1px);
      }
    }
    .heading-divider {
        display: inline-block;
        position: relative;
        height: 3px;
        border-radius: 30px;
        background-color: #000;
        width: 90px;
        overflow: hidden;
    }
    .heading-divider:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1.1px;
        height: 7px;
        width: 8px;
        background-color: #ffffff;
        -webkit-animation: heading-move 5s infinite linear;
        animation: heading-move 5s infinite linear;
    }
    .as_ev_charger_img_1 img {
        width: 100%;
    }
    .why_bullote {
        padding-top: 13px;
    }
    .why_s_box p {
        FONT-SIZE: 14px;
        margin-bottom: 30px;
    }
    .ev_charger_box {
        text-align: center;
    }
    .why_s_box {
        text-align: center;
    }
    .why_s_box h4 {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 6px;
    }
    .why_s_box img {
        width: 100%;
        max-width: 50px;
    }
    img.focus_icon {
        margin-bottom: 8px;
    }

    /* ========================
    Case studies css 
    =========================== */

    .case-item {
      margin-bottom: 65px;
      position: relative;
    }

    .case-img {
      position: relative;
    }

    .case-img img{
      border-radius: 8px;
    }

    .case-img::before {
      content: '';
      position: absolute;
      top: 10px;
      bottom: 10px;
      right: 10px;
      left: 10px;
      opacity: 0;
      border-radius: 8px;
      background: rgba(50, 195, 108, .7);
      transform: scaleY(0);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }

    .case-item:hover .case-img::before {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }

    .case-link {
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #32C36C !important;
      background: #fff;
      text-align: center;
      border-radius: 50px;
      left: 50%;
      top: 50%;
      font-size: 22px;
      margin-top: 50px;
      opacity: 0;
      box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }

    .case-item:hover .case-link {
      margin-top: 0px;
      opacity: 1;
    }

    .case-content {
      left: 20px;
      right: 20px;
      bottom: -40px;
      position: absolute;
      padding: 8px 15px 8px 20px;
      background: #fff;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
      border-radius: 10px;
      overflow: hidden;
      z-index: 1;
    }

    .case-content-info small {
      color: #32C36C;
      font-size: 20px;
      text-transform: uppercase;
    }

    .case-content-info a {
      font-size: 20px;
      color: #253745;
      text-decoration: none;
    }

    .case-content-info a:hover {
      color: #32C36C;
    }

    .case-arrow {
      width: 60px;
      height: 60px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #32C36C;
      text-decoration: none;
    }

    .case-arrow i {
      font-size: 20px;
      color: #fff;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border-radius: 50px;
      background: #32C36C;
    }

    .case-slider.owl-theme .owl-nav {
      margin-top: 0px;
    }

    .case-slider.owl-theme .owl-nav [class*=owl-] {
      color: #fff;
      font-size: 25px;
      margin: 0;
      padding: 0;
      background: #32C36C;
      display: inline-block;
      cursor: pointer;
      height: 50px;
      width: 50px;
      line-height: 47px;
      text-align: center;
      border-radius: 50%;
      transition: all .5s ease-in-out;
    }

    .case-slider.owl-theme .owl-nav .owl-prev {
      left: 0px;
      opacity: 0;
    }

    .case-slider.owl-theme .owl-nav .owl-next {
      right: 0px;
      opacity: 0;
    }

    .case-slider.owl-theme .owl-nav .owl-prev, .case-slider.owl-theme .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
    }

    .case-slider:hover .owl-nav .owl-prev {
      left: -40px;
      opacity: 1;
    }

    .case-slider:hover .owl-nav .owl-next {
      right: -40px;
      opacity: 1;
    }


    @media all and (max-width: 1199px) {
      .case-slider.owl-theme .owl-nav {
        display: none;
      }
    }

    .py-120 {
        padding: 30px 0;
    }

    .product-section {
        background: #fafafa;
    } 
    .product-slider {
        padding-top: 20px;
    }
    .case-slider {
        padding-top: 20px;
    }
    .as_ev_banner {
    height: 683px;
    width: 100%;
    display: flex;
    align-items: center;
}
    .as_over_bg {
        position: relative;
        padding-top:30px;
    }
    /*.as_over_bg::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background: #ffffffb0;
    }*/
    button.button_c {
        padding: 10px 30px;
        background: #fff;
        border: 1px solid #0094e7;
        border-radius: 25px;
        background: #0094e7;
        margin-top: 30px;
        font-size: 25px;
    }
    button.button_c a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }
    .zf-subContWrap.zf-topAlign ul {
        list-style: none;
    }
    ul.zf-tempHeadBdr {
        list-style: none;
    }
    li.zf-fmFooter {
        list-style: none;
    }
    .zf-tempContDiv span input {
        padding: 5px;
        width: 100%;
        border: 1px solid #000;
        margin-bottom: 10px;
        outline: none;
    }
    .zf-tempContDiv span input::placeholder {
        color: #000;
    }
    select.zf-form-sBox {
        width: 100%;
        padding: 5px;
        border: 1px solid #000;
        margin-bottom: 10px;
    }
    button.zf-submitColor {
        padding: 10px 60px;
        border: 1px solid #000;
        border-radius: 25px;
        background: #000;
        color: #fff;
    }
    label.zf-labelName {
        margin-bottom: 5px;
    }
    .zf-errorMessage {
        color: red;

    }
    .as_zoho_form {
        position: relative;
    }
    .as_zoho_form::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        background: #000;
    }
    .partner_img img{
        width: 100%;
    }
    .partner_banifity {
        padding: 40px 0px;
    }
    #partner_box {
        align-items: center;
        padding-top: 20px;
    }
    li.shape_box {
        position: relative;
        background: #000;
        margin-bottom: 10px;
        padding: 10px;
        width: 60%;
        color: #fff;
        list-style: none;
    }

    li.shape_box span::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -30px;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 30px solid #000;
    }
    .as_floating {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999999999;
    animation: float 4s infinite;
}
@keyframes float{
    0% {
        bottom: 10px;
    }
    50% {
        bottom: 100px;
    }
    100% {
        bottom: 10px;
    }
}
h2 {
    font-size: 32px;
    font-weight: 600;
}
.float_btn a {
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 10px 20px;
    border-radius: 30px;
}
h2.zf-frmTitle {
    font-size: 20px;
}
p.zf-frmDesc {
    font-size: 12px;
}
h2.site-title {
    font-size: 20px;
}
.c_logo img {
    width: 100%;
    max-width: 130px;
}
.client_logo {
    padding: 40px 0px;
}
.feature_logo {
    padding: 40px 0px;
}
.client_logo_s.owl-carousel.owl-loaded.owl-drag {
    padding-top: 10px;
}
.p_img img {
    width: 100%;
    padding-top: 30px;
}
.main_heading {
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}
li.zf-tempFrmWrapper.zf-address.zf-addrlarge.arrangeAddress,
p.zf-frmDesc {
    display: none;
}
a.press-img {
    position: relative;
}
.show_i {
    display: block!important;
}
/*.hover_view {
    display: none!important;
}*/
/*.press-img:hover .hover_view{
    display: block!important;
}*/
.hover_view_img {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hover_view_img img {
    width: 100%;
    max-width: 50%;
    box-shadow: 0px 0px 13px #000;
    text-align: center;
    margin: 0 auto;
}
p.as_skip_btn.as_show_m {
    text-align: right;
}
.media.owl-carousel.press-gallery.owl-loaded.owl-drag {
    padding-top: 20px;
}
.lang {
    display: flex;
}
.lang_box span {
    font-size: 17px;
    margin-right: 10px;
}
.lang_select select {
    font-size: 13px;
    padding: 4px;
    border: 1px solid #000;
    outline: none;
}
.lang_box {
    display: flex;
    align-items: center;
}
div#wa-widget-send-button {
    margin-left: 50px!important;
}