@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');

@font-face {
    font-family: 'Bebas-Neue-Light';
    src        : url('../fonts/Bebas-Neue-Light.ttf.woff') format('woff'),
        url('../fonts/Bebas-Neue-Light.ttf.svg#Bebas-Neue-Light') format('svg'),
        url('../fonts/Bebas-Neue-Light.ttf.eot'),
        url('../fonts/Bebas-Neue-Light.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style : normal;
}

h1 {
    font-family: 'Bebas-Neue-Light';
}

body,
input {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1300px;
}

html {
    scroll-behavior: smooth;
}

/*----------- Header ------------*/
.header div#navbarSupportedContent {
    align-items    : flex-end;
    justify-content: flex-end;
}

.header div#navbarSupportedContent ul.navbar-nav.mr-auto {
    margin-left    : auto;
    width          : 100%;
    align-items    : center;
    justify-content: flex-end;
}

.header ul li {
    margin: 0 28px;
}

.header .navbar-nav a.nav-link {
    color   : #000;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size  : 14px;
    font-weight: 500;
    padding    : .5rem 0;
    line-height: 29px;
}

.navbar-expand-lg .navbar-nav .nav-link.press-release {
    line-height: 18px;
    padding-top: 17px !important;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li button {
    padding    : 7px 32px;
    background : transparent;
    border     : 1px solid #12A19A;
    color      : #12A19A;
    font-weight: 500;
    font-size  : 14px;
    outline    : none;
}

.header .navbar-nav a.nav-link:hover {
    color: #12a19a;
}

.header .navbar-nav a.nav-link:after {
    content   : '';
    position  : absolute;
    width     : 0;
    height    : 2px;
    background: #12a19a;
    right     : 0;
    bottom    : 0;
    transition: 0.3s;
}

.header .navbar-nav a.nav-link:hover:after {
    width     : 72%;
    transition: 0.3s;
}

.header ul li button {
    position: relative;
    overflow: hidden;
}

.header ul li button:hover:after {
    left      : 11px;
    transition: 0.3s;
}

.header ul li button:hover {
    color       : #fff;
    border-color: transparent;
}

.header ul li button:after {
    content          : '';
    background       : url(../images/small-car.svg);
    background-repeat: no-repeat;
    width            : 100%;
    height           : 50px;
    position         : absolute;
    left             : -139px;
    top              : 0;
    z-index          : -1;
    transition       : 0.3s;
}

/*------------- End Header --------*/
/*------------ banner ----------*/
.header {
    position: absolute;
    width   : 100%;
    top     : 0;
}

.banner-sec {
    background         : url(../images/banner-bak.svg);
    background-size    : cover;
    margin-top         : 108px;
    background-position: 0px -144px;
    position           : relative;
    display            : inline-block;
    width              : 100%;
    height             : 432px;
    background-repeat  : no-repeat;
}

img.secound-car {
    display: none;
}

.banner-car {
    padding-top: 67px;
    text-align : center;
    position   : relative;
}

.banner-cnt {
    position    : absolute;
    top         : 30px;
    text-align  : right;
    padding-left: 44px;
}

.banner-cnt h5 {
    font-size     : 61px;
    text-transform: uppercase;
    font-family   : 'Bebas-Neue-Light';
    color         : #12A19A;
    font-weight   : 100;
    margin-bottom : 0;
    line-height   : 38px;
}

.banner-cnt h2 {
    font-size     : 77px;
    text-transform: uppercase;
    font-family   : 'Bebas Neue';
    color         : #0D0D0D;
    letter-spacing: -2px;
}

.banner-car img {
    position                 : absolute;
    left                     : 0;
    animation-name           : change;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration       : 8s;
    right                    : 0;
    margin                   : 0 auto;
}

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.banner-car img.top {
    /*animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;*/
}

ul.banner-list {
    padding: 0;
    display: flex;
}

ul.banner-list li {
    list-style     : none;
    width          : 19%;
    align-items    : center;
    justify-content: center;
    display        : flex;
    height         : 77px;
    margin-right   : 30px;
    position       : relative;
    overflow       : hidden;
}

ul.banner-list li span {
    margin-right: 11px;
}

ul.banner-list li p {
    margin     : 0;
    font-size  : 14px;
    color      : #000;
    font-weight: 500;
    line-height: 20px;
}

ul.banner-list li:last-child {
    margin-right: 0;
}

ul.banner-list li:after {
    content      : '';
    position     : absolute;
    width        : 0;
    height       : 100%;
    background   : #12A19A;
    border-radius: 10px;
    z-index      : -1;
    left         : 0;
    transition   : 0.3s;
}

ul.banner-list li:hover p {
    color: #fff;
}

ul.banner-list li:hover span img {
    filter: brightness(0) invert(1);
}

ul.banner-list li:hover:after {
    width     : 100%;
    transition: 0.3s;
}

ul.banner-list li:hover span {
    padding-left: 15px;
    transition  : 0.2s;
}

.banner-bottom {
    padding: 40px 0;
}

.car-opt {
    position: relative;
}

.option-sec {
    position: absolute;
    right   : 226px;
    top     : -28px;
}

.car-opt .option-sec:nth-child(2) {
    top  : 19em;
    right: 233px;
}

.option-sec span {
    width   : 100px;
    border  : 1px dashed #12a19a;
    display : inline-block;
    position: relative;
}

.option-sec span:before {
    content      : '';
    position     : absolute;
    width        : 14px;
    height       : 14px;
    background   : #12a19a;
    border-radius: 50%;
    top          : -7px;
    left         : -3px;
    z-index      : 1;
    border       : 1px solid #12a19a;
    background   : #fff;
}

.option-sec span:first-child {
    transform: rotate(-47deg);
}

.option-sec span:nth-child(2) {
    transform: rotate(179deg);
    top      : -38px;
    right    : 19px;
}

.m-cnt {
    position: absolute;
    right   : -127px;
    top     : -44px;
}

.m-cnt h5 {
    font-size  : 30px;
    color      : #12A19A;
    font-weight: 600;
    margin     : 0;
}

.m-cnt p {
    font-size  : 15px;
    color      : #000;
    margin     : 0;
    font-weight: 400;
}

.car-opt .option-sec:nth-child(2) span:first-child {
    transform: rotate(59deg);
    width    : 74px;
}

.car-opt .option-sec:nth-child(2) span:nth-child(2) {
    transform: rotate(183deg);
    top      : 35px;
    width    : 46px;
    right    : 22px;
}

.car-opt .option-sec:nth-child(2) .m-cnt {
    top  : 21px;
    right: -117px;
}

.car-opt .option-sec:nth-child(3) {
    right: auto;
    left : 23em;
    top  : 19.5em;
}

.car-opt .option-sec:nth-child(3) span:nth-child(2) {
    width: 46px;
}

.car-opt .option-sec:nth-child(3) .m-cnt {
    top  : 24px;
    right: -24px;
}

/*--------------- End banner ---------------*/
/*--------------- What --------------*/
.what-ev {
    overflow      : hidden;
    position      : relative;
    padding-bottom: 60px;
}

.what-ev .container {
    max-width: 96%;
    display  : flex;
}

.what-right img {
    width     : 767px;
    position  : absolute;
    right     : -55px;
    height    : 645px;
    object-fit: contain;
}

.what-left h3 {
    font-size  : 70px;
    font-weight: normal;
    color      : #0D0D0D;
    margin     : 0;
    line-height: 65px;
}

.what-left h2 {
    font-weight: 700;
    color      : #12A19A;
    font-size  : 70px;
}

.what-left span {
    display    : inline-block;
    font-weight: 500;
    color      : #0D0D0D;
    font-size  : 16px;
    margin     : 29px 0;
}

.what-left ul {
    padding   : 0;
    display   : flex;
    margin-top: 22px;
}

.what-left ul li {
    list-style   : none;
    height       : 104px;
    box-shadow   : 0px 3px 6px #00000029;
    border-radius: 10px;
    display      : flex;
    margin-right : 50px;
    transition   : 0.2s;

}

.what-left ul li:hover {
    box-shadow: 6px 10px 10px #12a19a30;
    transition: 0.2s;
}

.what-left ul li img {
    width     : 100%;
    padding   : 12px;
    object-fit: contain;
}

.what-left p {
    font-size    : 14px;
    line-height  : 24px;
    color        : #0D0D0D;
    margin-bottom: 56px;
    min-height   : 72px;
}

.what-left {
    padding-top: 54px;
}

.what-left h4 {
    display       : inline-block;
    background    : #12A19A;
    color         : #fff;
    padding       : 10px 18px 10px 34px;
    font-size     : 20px;
    text-transform: uppercase;
    border-radius : 0px 10px 0px 0px;
    letter-spacing: 4px;
    position      : relative;
    left          : -27px;
}

.what-left {
    position: relative;
}

.what-left:before {
    width        : 45px;
    height       : 68%;
    background   : #12a19a;
    content      : '';
    position     : absolute;
    left         : -56px;
    border-radius: 0px 10px 0px 0px;
}

/*--------------- End What --------------*/
/*---------------- how ------------*/
.how-head {
    text-align: center;
}

.how-head h2 {
    color      : #0D0D0D;
    font-size  : 70px;
    font-weight: 400;
}

.how-head h2 span {
    font-weight: 600;
    color      : #12A19A;
}

.how-it-works {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 5em;
}

.how-part {
    position     : relative;
    border       : 1px solid transparent;
    border-radius: 0;
    transition   : 0.3s;
}

.how-part span {
    width          : 80px;
    height         : 80px;
    background     : #4FB05D;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-bottom  : 20px;
    position       : absolute;
    top            : -42px;
    transition     : 0.3s;
    transform      : translate(0%, 0px);
}

.how-part:hover span {
    transition: 0.3s;
    transform : translate(80%, 0px);
}

.how-part span img {
    max-height: 36px;
}

.how-part h6 {
    font-size  : 14px;
    color      : #11142D;
    line-height: 20px;
    font-weight: 600;
    padding-top: 71px;
    min-height : 133px;
}

.how-part p {
    color      : #515151;
    font-size  : 14px;
    line-height: 24px;
}

.how-sec {
    padding: 0px 30px 30px 30px;
}

.how-part:hover {
    border-radius: 20px;
    transition   : 0.3s;
}

.how-part:hover span {
    border-radius: 50%;
    transition   : 0.3s;
}

.how-part.clr-red:hover {
    border-color: #f36326;
}

.how-part.clr-red span {
    background: #F36326;
}

.how-part.clr-yellow:hover {
    border-color: #F9BC1D;
}

.how-part.clr-yellow span {
    background: #F9BC1D;
}

.how-part.clr-dark span {
    background: #12A19A;
}

.how-part.clr-dark:hover {
    border-color: #12A19A;
}

.how-part:hover {
    border-color: #4fb05d;
}

/*------------- End How ----------*/
/*-------------include of EVM ----------*/
.include-evm {
    background       : url(../images/include-evm/banner.png);
    background       : url(../images/include-evm/banner.svg);
    background-repeat: no-repeat;
    background-size  : cover;
    padding          : 78px 0 20px;
    margin-top       : 30px;
    height           : 800px;
}

.evm-left {
    display  : flex;
    flex-wrap: wrap;
}

.include-evm .container {
    display: flex;
}

.evm-part {
    width        : 50%;
    color        : #fff;
    margin-bottom: 0px;
    padding-right: 0;
    border       : 1px solid transparent;
    padding      : 28px 28px 10px 28px;
    border-radius: 15px;
    transition   : 0.3s;
    min-height   : 230px;

}

.evm-head {
    display      : flex;
    margin-bottom: 10px;
    align-items  : center;
}

.evm-head span {
    margin-right: 14px;
}

.evm-head h6 {
    line-height: 25px;
    font-weight: 400;
    font-size  : 15px;
}

.evm-part p {
    font-weight: 400;
    line-height: 26px;
    font-size  : 14px;
    transition : 0.3s;
    margin     : 0;
}

.evm-right {
    text-align: right;
}

.evm-right h6 {
    font-size    : 70px;
    color        : #fff;
    font-weight  : 100;
    margin-bottom: 0;
}

.evm-right h4 {
    color      : #fff;
    font-size  : 70px;
    color      : #12A19A;
    font-weight: 700;
    margin     : 0;
}

.evm-right p {
    color    : #fff;
    margin   : 0;
    font-size: 14px;
}

.evm-part:hover {
    border-color: #12a19a;
}

.evm-part:hover p {
    padding-top: 10px;
    transition : 0.3s;
}

.evm-part:hover .evm-head h6 {
    color: #12a19a;
}

/*------------- End Include of EVM ----------*/
/*------------- Benefit of EVM ----------*/
.benefit-head {
    text-align   : center;
    margin-bottom: 41px;
}

.benefits-evm {
    padding      : 36px 0;
    margin-bottom: 35px;
}

.benefit-head h2 {
    font-size  : 70px;
    font-weight: 200;
    color      : #0D0D0D;
    margin     : 0;
}

.benefit-head h2 span {
    font-weight: 600;
    color      : #12A19A;
}

.benefit-head p {
    font-size: 14px;
    color    : #0D0D0D;
}

.benefit-sec {
    display: flex;
}

.benefit-sec h4 {
    font-size  : 20px;
    color      : #0D0D0D;
    font-weight: 600;
    margin     : 14px 0;
}

.benefit-sec ul {
    padding: 0;
}

.benefit-sec ul li {
    list-style   : none;
    display      : flex;
    margin-bottom: 26px;
    line-height  : 21px;
    flex-wrap    : wrap;
    align-items  : center;
}

.benefit-sec ul li span {
    width          : 40px;
    height         : 40px;
    box-shadow     : 0px 3px 6px #00000029;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 10px;
    flex-wrap      : wrap;
}

.benefit-sec ul li p {
    font-size  : 14px;
    margin     : 0;
    margin-left: 16px;
    display    : inline-block;
    width      : 74%;
    transition : 0.2s;
}

.benefit-sec ul li span img {
    max-width : 15px;
    transition: 0.3s;
}

.benefit-right {
    padding-top: 1em;
}

.benefit-left span {
    display : inline-block;
    position: relative;
}

.benefit-left span img {
    width: 93%;
}

.benefit-left span:after {
    content   : '';
    position  : absolute;
    width     : 160px;
    height    : 68%;
    background: #12a19a;
    right     : 6px;
    z-index   : -1;
    bottom    : -22px;
}

.benefit-sec.ben-right {
    margin-top: 39px;
}

.benefit-sec.ben-right .benefit-right {
    text-align   : right;
    padding-right: 55px;
}

.benefit-sec.ben-right ul li {
    justify-content: flex-end;
}

.benefit-sec.ben-right ul li p {
    margin-left : 0;
    margin-right: 16px;
}

.benefit-sec.ben-right .benefit-left span {
    text-align: right;
}

.benefit-sec.ben-right .benefit-left span:after {
    right: auto;
    left : 0;
}

.benefit-sec ul li:hover span {
    box-shadow: none;
}

.benefit-sec ul li:hover span img {
    max-width : 22px;
    transform : scale(1.5);
    transition: 0.3s;
}

.benefit-sec.ben-right .benefit-right p {
    width: 81%;
}

.benefit-sec ul li:hover p {
    transition : 0.2s;
    margin-left: 21px;
}

.benefit-sec.ben-right .benefit-right ul li:hover p {
    margin-right: 20px;
}

.benefit-right .sl-image img {
    animation         : pulso 2s infinite;
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

@keyframes pulso {
    0% {
        transform: scale(1.0);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

/*------------- End Benefit of EVM ----------*/
/*--------------- where ----------------*/
.where-evm {
    background       : url(../images/where-evm/back.png);
    background-repeat: no-repeat;
    background-size  : 100% 100%;
    clear            : both;
    display          : inline-block;
    width            : 100%;
    height           : 533px;
    margin-bottom    : 30px;
    position         : relative;
}

div#img-1 {
    position  : absolute;
    width     : 270px;
    text-align: right;
}

div#img-2 {
    position: absolute;
    right   : 39px;
    width   : 303px;
    height  : 325px;
    top     : 98px;
}

div#img-3 {
    position: absolute;
    top     : 23em;
}

div#img-1 img {
    max-width : 184px;
    object-fit: contain;
}

div#img-3 {
    width     : 325px;
    height    : 325px;
    top       : 13em;
    text-align: left;
}

div#img-3 img {
    object-fit: contain;
    max-width : 269px;
}

div#img-2 img {
    max-width: 282px;
}

div#img-2 p {
    color         : #B4B4B4;
    margin        : 0;
    position      : absolute;
    top           : 0;
    right         : -235px;
    display       : inline-block;
    text-transform: uppercase;
    font-size     : 11px;
    text-align    : center;
    line-height   : 13px;
    font-weight   : 600;
    transform     : rotate(-90deg);
    bottom        : -80px;
    width         : auto;
    height        : auto;
    letter-spacing: 1px;
}

div#img-1 p {
    color         : #B4B4B4;
    margin        : 0;
    position      : absolute;
    top           : 0;
    right         : 39px;
    display       : inline-block;
    text-transform: uppercase;
    font-size     : 11px;
    text-align    : center;
    line-height   : 13px;
    font-weight   : 600;
    transform     : rotate(-90deg);
    bottom        : -100px;
    width         : auto;
    height        : auto;
    letter-spacing: 1px;
}

div#img-3 p {
    display       : inline-block;
    text-transform: uppercase;
    font-size     : 11px;
    text-align    : center;
    line-height   : 13px;
    font-weight   : 600;
    color         : #B4B4B4;
    padding-left  : 24px;
}

.where-right {
    margin-left: auto;
}

.where-right div {
    padding   : 67px 0px 0px 0px;
    text-align: right;
}

.where-right h3 {
    font-size  : 57px;
    color      : #fff;
    font-weight: 700;
}

.where-right h3 span {
    font-weight: 100;
    color      : #000;
}

.where-right p {
    font-size  : 14px;
    line-height: 21px;
    color      : #000;
}

.where-right ul {
    padding        : 0;
    display        : flex;
    margin-top     : 28px;
    margin-bottom  : 0;
    flex-wrap      : wrap;
    width          : 100%;
    margin-left    : auto;
    justify-content: flex-end;
}

.where-right ul li {
    list-style   : none;
    text-align   : left;
    width        : 22%;
    display      : flex;
    margin-right : 20px;
    align-items  : center;
    margin-bottom: 30px;
    padding-left : 0px;
    padding      : 10px;
    border-radius: 10px;
    transition   : 0.2s;
    border       : 1px solid #fff;
    color        : #fff;
}

.where-right ul li:hover {
    box-shadow: 6px 5px 10px #c3c3c3;
    transition: 0.2s;
}

.where-right ul li:nth-child(4),
.where-right ul li:nth-child(8) {
    margin-right: 0;
}

.where-right ul li img {
    margin-right: 16px;
    max-width   : 38px;
}

.where-right ul li p {
    color : #fff;
    margin: 0;
}

.where-right ul li:nth-child(2) {
    /* margin-right: 0; */
}

div#img-1:after {
    content    : '';
    position   : absolute;
    width      : 103px;
    height     : 103px;
    background : url(../images/where-evm/dots.png);
    top        : 54px;
    margin-left: -3px;
    z-index    : -1;
}

div#img-3:after {
    content   : '';
    position  : absolute;
    width     : 103px;
    height    : 103px;
    background: url(../images/where-evm/dots.png);
    top       : 203px;
    right     : -68px;
}

/*----------------  End where ---------------*/
/*------------- Footer ----------*/
.foot-logo img {
    margin-top: -6px;
}

.footer {
    background: #1C1C1C;
    padding   : 42px 0 6px 0;
}

.footer .container {
    display  : flex;
    flex-wrap: wrap;
}

.copy-write {
    width: 100%;
}

.foot-part {
    width: 25%;
}

.foot-part a {
    color          : #fff;
    text-decoration: none;
}

.foot-part svg {
    color       : #fff;
    margin-right: 13px;
}

.foot-part p {
    color      : #fff;
    font-size  : 12px;
    line-height: 22px;
}

.foot-part.app-store {
    text-align: center;
}

.foot-part h6 {
    text-transform: uppercase;
    color         : #12A19A;
    margin-bottom : 20px;
}

.foot-part ul {
    padding: 0;
}

.foot-part ul li {
    font-size    : 12px;
    margin-bottom: 17px;
    color        : #fff;
    list-style   : none;
    display      : flex;
    align-items  : center;
}

.foot-part ul li span {
    width: 30px;
}

.foot-part.app-store img {
    margin-bottom: 10px;
    display      : block;
    margin       : 0 auto;
    margin-bottom: 10px;
}

.foot-part ul li svg {
    font-size: 18px;
}

.copy-write {
    display        : flex;
    justify-content: center;
    text-align     : center;
    padding-top    : 27px;
}

.copy-write p {
    color      : #12A19A;
    font-size  : 13px;
    margin     : 0;
    margin-left: auto;
    display    : flex;
    align-items: center;
}

.copy-write ul {
    padding    : 0;
    display    : flex;
    margin     : 0;
    margin-left: auto;
}

.copy-write ul li {
    margin: 0 9px;
}

.copy-write ul li a {
    width          : 22px;
    height         : 22px;
    display        : flex;
    background     : #fff;
    align-items    : center;
    justify-content: center;
    color          : #000;
    font-size      : 12px;
    transition     : 0.2s;
}

.copy-write ul li a:hover {
    transition   : 0.2s;
    border-radius: 50%;
    background   : #12a19a;
    color        : #fff;
}

.foot-part a:hover {
    color: #12a19a;
}

.foot-part.q-links {
    padding-left: 43px;
}

.foot-part.foot-first {
    padding-right: 24px;
}

/*------------- End Footer ----------*/
/*------------------- Contact ----------- */
.contact-us {
    padding-top: 105px;
}

.cart-header {
    text-align   : center;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 43px;
}

.contact-page {
    display      : flex;
    margin-bottom: 66px;
}

.contanct-left {
    box-shadow  : 0px 3px 25px #48484829;
    padding     : 20px;
    width       : 58%;
    margin-right: 15px;
}

.cont-info {
    width     : 40%;
    box-shadow: 0px 3px 27px #65656529;
    padding   : 20px;
}

.contanct-left p {
    font-size  : 14px;
    color      : #000;
    font-weight: 500;
}

.contact-form {
    display  : flex;
    flex-wrap: wrap;
}

.contact-form .contact-group {
    width        : 49%;
    margin-bottom: 10px;
}

.contact-group label {
    width      : 100%;
    font-size  : 14px;
    color      : #000000;
    font-weight: 500;
}

.contact-group input {
    width        : 100%;
    border       : 1px solid #C7C7C7;
    height       : 34px;
    border-radius: 5px;
    outline      : none;
    padding      : 4px 6px;
    font-size    : 14px;
}

.contact-group textarea {
    width        : 100%;
    height       : 200px;
    border       : 1px solid #C7C7C7;
    border-radius: 5px;
    outline      : none;
    font-size    : 14px;
    padding      : 4px 6px;
}

.contact-form .contact-group:first-child {
    margin-right: 13px;
}

.contact-but {
    width     : 100%;
    text-align: center;
    margin-top: 16px;
}

.contact-but button {
    background        : #12a19a 0% 0% no-repeat padding-box;
    box-shadow        : 0px 9px 10px #00000029;
    border-color      : transparent;
    outline           : none;
    border            : none;
    color             : #fff;
    padding           : 10px 42px;
    font-size         : 14px;
    -webkit-transition: 0.3s;
    transition        : 0.3s;
}

.info-part h3 {
    font-size    : 16px;
    color        : #252D27;
    margin-bottom: 25px;
}

.info-sec {
    display      : flex;
    align-items  : center;
    margin-bottom: 27px;
}

.info-sec p {
    font-size  : 14px;
    margin     : 0;
    font-weight: 500;
}

.info-sec span {
    margin-right   : 15px;
    width          : 26px;
    height         : 26px;
    background     : #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow     : 0px 3px 6px #8A8A8A2B;
    border         : 1px solid #E8E8E8;
    border-radius  : 4px;
    text-align     : center;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 500;
}

.info-sec span svg {
    font-size: 12px;
    color    : #12a19a;
}

.info-part.social-sec {
    margin-top: 40px;
}

.info-part.social-sec ul {
    padding: 0;
    display: flex;
}

.info-part.social-sec ul li {
    list-style        : none;
    width             : 25px;
    height            : 25px;
    box-shadow        : 0px 3px 6px #8A8A8A2B;
    border            : 1px solid #E8E8E8;
    border-radius     : 4px;
    text-align        : center;
    margin            : 0 11px;
    -webkit-transition: 0.3s;
    transition        : 0.3s;
}

.info-part.social-sec ul li svg {
    font-size: 13px;
}

.info-part.social-sec ul li .fa-facebook-f {
    color: #0057C9;
}

.info-part.social-sec ul li .fa-instagram {
    color: #9E2ED5;
}

.info-part.social-sec ul li .fa-twitter {
    color: #0EB2DC;
}

.contact-but button:hover {
    background        : #0d403d;
    -webkit-transition: 0.3s;
    transition        : 0.3s;
}

.info-part.social-sec ul li:hover {
    -webkit-transition: 0.3s;
    transition        : 0.3s;
    transform         : rotate(357deg);
    border-radius     : 50%;
}

.contact-group.textbox {
    width: 100%;
}

.info-part.social-sec ul li:first-child {
    margin-left: 0;
}

.info-sec a {
    color          : #000;
    text-decoration: none;
}

.info-sec a:hover {
    color: #359b3c;
}

.info-part.social-sec .fa-youtube {
    color: red;
}

@media screen and (max-width:767px) {
    .contact-us {
        padding-top: 96px;
    }

    .contact-page {
        flex-wrap: wrap;
    }

    .contanct-left {
        width       : 100%;
        margin-right: 0;
    }

    .contact-form .contact-group {
        width: 100%;
    }

    .contact-form .contact-group:first-child {
        margin-right: 0;
    }

    .cont-info {
        width     : 100%;
        margin-top: 36px;
    }

    .foot-part.app-store img {
        margin       : initial;
        margin-bottom: 15px;

    }

    .cart-header h2 {
        font-size: 24px;
    }

    .ecom h3 {
        font-size: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .contact-form .contact-group:first-child {
        margin-right: 7px;
    }

}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .contact-form .contact-group:first-child {
        margin-right: 7px;
    }

}

.contanct-left iframe {
    width: 100%;
}

/*------------------- End Contact --------------*/
/*---------- Cms --------------*/
.ecom {
    padding-top: 105px;
}

.cms h3 {
    font-size: 24px;
    color    : #000;
}

.cms p,
.cms ul li {
    font-size    : 14px;
    line-height  : 22px;
    margin-bottom: 20px;
}

.cms ul {}

.ecom p {
    color    : #0D0D0D;
    font-size: 14px;
}

.ecom h3 {
    font-size: 26px;
}

/*----------- End Cms --------------*/
@keyframes change {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner-car img:nth-of-type(1) {
    animation-delay: 6s;
}

.banner-car img:nth-of-type(2) {
    animation-delay: 4s;
}

.banner-car img:nth-of-type(3) {
    animation-delay: 2s;
}

.banner-car img:nth-of-type(4) {
    -webkit-animation-delay: 0;
    -moz-animation-delay   : 0;
    -o-animation-delay     : 0;
    animation-delay        : 0;
}

.navbar-toggler span.my-1.mx-2.close {
    display: none;
}

button.navbar-toggler[aria-expanded="true"] span.my-1.mx-2.close {
    display: block;
}

button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
    display: none;
}

p.design-dev {
    width          : 100%;
    display        : flex;
    justify-content: center;
    color          : #bfbfbf;
    font-size      : 11px;
}

.copy-write {
    flex-wrap: wrap;
}

p.design-dev a {
    text-decoration: underline;
    color          : #bfbfbf;
    margin-left    : 6px;
}

p.design-dev a:hover {
    color: #12a19a;
}

p.design-dev svg {
    margin: 0 5px;
    color : #12a19a;
}

.what-left ul li.tesla img {
    width     : 124px;
    object-fit: contain;
}

/*---------- screen resolution ----------*/

@media screen and (min-width:1200px) and (max-width:1300px) {
    .what-right img {
        right: -82px;
    }
}

/*---------- End screen resolution ----------*/
/*---------- Responsive ----------*/
@media screen and (max-width:767px) {
    div#navbarSupportedContent {
        background: #12a19a;
        z-index   : 9999;
        padding   : 10px;
        position  : fixed;
        left      : -21px;
        width     : 77%;
        top       : 0;
        height    : 100vh;
    }

    button.navbar-toggler {
        outline: none !important;
    }

    div#navbarSupportedContent ul li a {
        text-align: left;
        color     : #fff;
    }

    .header div#navbarSupportedContent ul.navbar-nav.mr-auto {
        align-items    : flex-start;
        justify-content: flex-start;
        height         : 100vh;
    }

    .banner-car img {
        width: 100%;
    }

    .car-opt {
        display: none;
    }

    .banner-cnt {
        top         : 0;
        text-align  : center;
        padding-left: 0;
        left        : 0;
        right       : 0;
    }

    .banner-cnt h5 {
        font-size: 22px;
    }

    .banner-cnt h2 {
        font-size: 29px;
    }

    .banner-sec {
        background-position: 0;
        height             : 192px;
    }

    ul.banner-list {
        flex-wrap: wrap;
    }

    ul.banner-list li {
        width          : 46%;
        align-items    : center;
        justify-content: left;
        margin-right   : 10px;
    }

    .what-ev .container {
        flex-wrap: wrap;
    }

    .what-right img {
        width     : 100%;
        position  : relative;
        right     : 0;
        height    : auto;
        object-fit: contain;
    }

    .what-left h3 {
        font-size: 43px;
    }

    .what-left h2 {
        font-size: 36px;
    }

    .what-left ul {
        flex-wrap: wrap;
    }

    .how-head h2 {
        font-size: 37px;
    }

    .how-part {
        margin-bottom: 61px;
    }

    .how-sec {
        padding: 0px 20px 30px 20px;
    }

    .evm-part {
        width     : 100%;
        padding   : 28px 28px 10px 28px;
        min-height: auto;
    }

    .include-evm .container {
        flex-wrap: wrap-reverse;
    }

    .include-evm {
        height: auto;
    }

    .evm-right h4 {
        font-size: 27px;
    }

    .evm-right {
        text-align   : center;
        margin-bottom: 20px;
    }

    .benefit-head h2 {
        font-size: 37px;
    }

    .benefit-sec {
        flex-wrap: wrap;
    }

    .benefit-sec.ben-right .benefit-right {
        padding-right: 0;
    }

    .benefit-sec.ben-right {
        margin-top: 10px;
    }

    .benefit-sec.ben-right .benefit-right p {
        width: 73%;
    }

    .foot-part.foot-first {
        padding-right: 0;
    }

    .foot-part {
        width: 100%;
    }

    .foot-part.app-store {
        text-align: left;
    }

    .foot-part.q-links {
        padding-left: 0;
    }

    .copy-write {
        flex-wrap: wrap;
    }

    .copy-write ul {
        margin-left: 0;
    }

    .copy-write ul {
        margin-top: 10px;
    }

    .copy-write {
        padding-top: 16px;
    }

    .include-evm {
        padding: 46px 0 20px;
    }

    .what-left ul li {
        width       : 31%;
        height      : 68px;
        margin-right: 8px;
    }

    .what-left ul li:last-child {
        margin-right: 0;
    }

    ul.banner-list li p {
        font-size: 13px;
    }

    ul.banner-list li:hover span {
        padding-left: 5px;
    }

    .what-left {
        padding-top: 10px;
    }

    .banner-bottom {
        padding: 16px 0;
    }

    .what-left p {
        margin-bottom: 22px;
    }

    .how-part:hover span {
        transform: translate(50%, 0px);
        right    : 50%;
    }

    .where-evm {
        height: auto;
    }

    .where-left div {
        position  : relative !important;
        text-align: center !important;
        top       : 0 !important;
        left      : 0 !important;
        right     : 0 !important;
        width     : 33% !important;
        height    : auto !important;
        display   : inline-block;
        float     : left;
    }

    .where-left div img {
        max-width: 100% !important;
        width    : 100% !important;
        height   : auto;
    }

    .where-left div p {
        position : relative !important;
        transform: none !important;
        left     : 0 !important;
        right    : 0 !important;
        padding  : 0 !important;
    }

    section.where-evm {
        background: transparent;
    }

    .where-right {
        background: #12a19a;
    }

    .where-right div {
        padding-top: 19px;
        text-align : center;
    }

    .where-left {
        display: inline-block;
    }

    .where-right h3 {
        font-size: 36px;
    }

    .where-right ul li {
        width        : 100%;
        margin-right : 0;
        margin-bottom: 20px;
    }

    div#img-3:after,
    div#img-1:after {
        display: none;
    }

    .evm-right h6 {
        font-size: 50px;
    }

    div#navbarSupportedContent {
        left      : -500px;
        transition: 0.2s;
    }

    div#navbarSupportedContent.show {
        left      : -12px;
        transition: 0.2s;
    }

    .how-part.clr-dark {
        margin-bottom: 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    .banner-cnt h2 {
        letter-spacing: 0;
    }

}

@media screen and (min-width:568px) and (max-width:767px) {
    ul.banner-list {
        margin-top: 45px;
    }

    .what-left:before {
        height: 75.5%;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {
    button.navbar-toggler {
        outline: none !important;
    }

    div#navbarSupportedContent {
        background: #12a19a;
        z-index   : 9999;
        padding   : 10px;
        position  : fixed;
        left      : -21px;
        width     : 77%;
        top       : 0;
        height    : 100vh;
    }

    div#navbarSupportedContent ul li a {
        text-align: left;
        color     : #fff;
    }

    .header div#navbarSupportedContent ul.navbar-nav.mr-auto {
        align-items    : flex-start;
        justify-content: flex-start;
        height         : 100vh;
    }

    .banner-car img {
        width: 100%;
    }

    .banner-cnt h5 {
        font-size: 37px;
    }

    .banner-cnt h2 {
        font-size: 45px;
    }

    .option-sec {
        right: 202px;
        top  : -35px;
    }

    .car-opt .option-sec:nth-child(3) {
        left: 6em;
        top : 13.5em;
    }

    .car-opt .option-sec:nth-child(2) {
        top  : 13em;
        right: 73px;
    }

    .m-cnt h5 {
        font-size: 22px;
    }

    .m-cnt p {
        font-size: 11px;
    }

    .m-cnt {
        right: -83px;
    }

    .car-opt .option-sec:nth-child(2) .m-cnt {
        right: -74px;
    }

    .car-opt .option-sec:nth-child(3) .m-cnt {
        right: 11px;
    }

    ul.banner-list {
        flex-wrap      : wrap;
        justify-content: center;
    }

    ul.banner-list li {
        width          : 30%;
        align-items    : center;
        justify-content: flex-start;
        margin-right   : 6px;
    }

    .what-ev .what-left {
        width    : 100%;
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%;
    }

    .what-right {
        width     : 100%;
        text-align: center;
        -ms-flex  : 0 0 100%;
        flex      : 0 0 100%;
        max-width : 100%;
    }

    .how-it-works .how-part {
        -ms-flex     : 0 0 25%;
        flex         : 0 0 50%;
        max-width    : 50%;
        margin-bottom: 69px;
    }

    .evm-part {
        width     : 100%;
        padding   : 15px 20px 10px 20px;
        min-height: auto;
    }

    .include-evm {
        height             : 1094px;
        background-position: -580px 0px;
    }

    .benefit-sec.ben-right .benefit-right {
        padding-right: 19px;
    }

    .benefit-sec.ben-right .benefit-right p {
        width: 74%;
    }

    .benefit-sec h4 {
        font-size: 15px;
    }

    .foot-part h6 {
        font-size : 13px;
        margin-top: 23px;
    }

    .foot-logo img {
        max-width: 127px;
    }

    .banner-sec {
        height: 334px;
    }

    .what-ev .what-left {
        width    : 50%;
        -ms-flex : 0 0 50%;
        flex     : 0 0 50%;
        max-width: 50%;
    }

    .what-left h3 {
        font-size: 44px;
    }

    .what-left h2 {
        font-size: 38px;
    }

    .what-right img {
        height: 608px;
    }

    .what-left ul li {
        margin-right: 13px;
    }

    .what-left:before {
        height: 68.5%;
    }

    .how-head h2,
    .benefit-head h2 {
        font-size: 50px;
    }

    .evm-right h4 {
        font-size: 49px;
    }

    .where-right h3 {
        font-size: 45px;
    }

    .where-right ul li {
        width: 43%;
    }

    .where-evm {
        height: 624px;
    }

    .where-right ul {
        justify-content: flex-start;
    }

    div#img-2 {
        position: absolute;
        right   : 47px;
        width   : 192px;
        height  : 231px;
        top     : 178px;
    }

    div#img-2 img {
        max-width: 207px;
    }

    div#img-3 {
        width : 221px;
        height: 290px;
        top   : 25em;
    }

    div#img-3 img {
        object-fit: contain;
        max-width : 192px;
    }

    div#img-3:after {
        top: 58px;
    }

    div#navbarSupportedContent {
        left      : -600px;
        transition: 0.2s;
    }

    div#navbarSupportedContent.show {
        left      : -12px;
        transition: 0.2s;
    }


}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .banner-car img {
        max-width: 100%;
    }

    .banner-cnt h2 {
        font-size: 62px;
    }

    .banner-cnt h5 {
        font-size: 46px;
    }

    .what-right img {
        width: 572px;
    }

    .what-left h2 {
        font-size: 55px;
    }

    .what-left:before {
        height: 73.2%;
    }

    .what-left ul li {
        height      : 70px;
        margin-right: 10px;
    }

    .how-sec {
        padding: 0px 10px 10px 10px;
    }

    .how-head h2 {
        font-size: 50px;
    }

    .evm-part {
        padding: 28px 15px 10px 15px;
    }

    .benefit-sec.ben-right .benefit-right p {
        width: 79%;
    }

    .where-right ul li {
        width       : 24%;
        margin-right: 6px;
    }

    .where-right ul li img {
        margin-right: 6px;
    }

    .where-right ul li p {
        font-size  : 11px;
        line-height: 15px;
    }

    .benefit-head h2 {
        font-size: 60px;
    }

    div#img-2 {
        right : 55px;
        width : 169px;
        height: 224px;
        top   : 178px;
    }

    div#img-2 img {
        max-width: 186px;
    }

    div#img-3 img {
        object-fit: contain;
        max-width : 214px;
    }

    div#img-3 {
        width     : 213px;
        height    : 325px;
        top       : 13em;
        text-align: left;
    }

}

/*---------- End Responsive ----------*/

/****press release****/
.press-release {
    padding          : 11px 14px !important;
    display          : inline-block;
    -webkit-transform: translate(0%, 0%);
    transform        : translate(0%, 0%);
    overflow         : hidden;
    text-decoration  : none;
    background       : 0 0;
    color            : #fff;
}

.nav-item a span {
    position: absolute
}

.nav-item a span:nth-child(2) {
    top              : 0;
    left             : 0;
    width            : 100%;
    height           : 3px;
    background       : -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to left, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateTop linear infinite;
    animation        : 2s animateTop linear infinite
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform        : translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform        : translateX(-100%)
    }
}

.nav-item a span:nth-child(3) {
    top              : 0;
    right            : 0;
    height           : 100%;
    width            : 3px;
    background       : -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to top, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation        : 2s animateRight linear -1s infinite
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform        : translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%)
    }
}

.nav-item a span:nth-child(4) {
    bottom           : 0;
    left             : 0;
    width            : 100%;
    height           : 3px;
    background       : -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to right, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateBottom linear infinite;
    animation        : 2s animateBottom linear infinite
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform        : translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform        : translateX(100%)
    }
}

.nav-item a span:nth-child(5) {
    top              : 0;
    left             : 0;
    height           : 100%;
    width            : 3px;
    background       : -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to bottom, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation        : 2s animateLeft linear -1s infinite
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform        : translateY(100%)
    }
}

.nav-item a span:nth-child(2) {
    background       : -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to left, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateTop linear infinite;
    animation        : 2s animateTop linear infinite
}

.nav-item a span:nth-child(3) {
    background       : -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to top, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation        : 2s animateRight linear -1s infinite
}

.nav-item a span:nth-child(4) {
    background       : -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to right, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateBottom linear infinite;
    animation        : 2s animateBottom linear infinite
}

.nav-item a span:nth-child(5) {
    background       : -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#12a19a));
    background       : linear-gradient(to bottom, rgba(43, 8, 8, 0), #12a19a);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation        : 2s animateLeft linear -1s infinite
}

/* ********** RESPONSIVE START ********** */

/* ********** RESPONSIVE END ********** */