html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular";
    word-break: break-word;
    overflow-x: hidden;

}

a:hover {
    color: #72A143;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #F4F8FF;
}

::-webkit-scrollbar-thumb {
    background: #D7DF29;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0A3D4B;
}

* {
    transition: all .3s ease-in-out;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'ARIAL';
    src: url(../fonts/ARIAL.TTF);
}

@font-face {
    font-family: 'Medium';
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

.ARIAL {
    font-family: 'ARIAL';
}

.Medium {
    font-family: 'Medium';
}

.Bold {
    font-family: 'Bold';
}

.Regular {
    font-family: 'Regular';
}

.SemiBold {
    font-family: 'SemiBold';
}

ul li {
    list-style-type: none;
}

.br-0 {
    border-radius: 0px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-24 {
    border-radius: 24px !important;
}

.br-50 {
    border-radius: 50px;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-55 {
    font-size: 55px;
}

.h-600 {
    height: 600px;
}

/* ======================== colors =========================== */
.default-color {
    color: #D7DF29;
}

.green-color {
    color: #72A143;
}

.darkgreen-bg {
    background-color: #72A143
}

.green-bg {
    background-color: #F4F8F0;
}

.dark-green {
    color: #0D4C5E;
}

/* =========================================================== */
.default-btn,
.default-btn:hover,
.default-btn:focus {
    border-radius: 16px;
    background: #D7DF29;
    font-size: 16px;
    color: #0A3D4B !important;
    padding: 12px 24px;
}

.white-btn,
.white-btn:hover,
.white-btn:focus {
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #72A143 !important;
    padding: 12px 24px;
}

.green-btn,
.green-btn:hover,
.green-btn:focus {
    border-radius: 10px;
    background: #72A143;
    font-size: 16px;
    color: #FFFFFF !important;
    padding: 15px 24px;
}

footer {
    background-color: #0A3D4B;
    color: #fff;
}

footer .logo {
    width: 175px;
}

footer .socialLinks a {
    background-color: #082E38;
    border-radius: 5px;
    color: #D7DF29;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.news-details-content .socialLinks a {
    background-color: #F3F3F3;
    border-radius: 5px;
    color: #72A143;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

footer ul li a {
    color: #fff;
    font-weight: 700;
    margin-block: 20px;
    display: block;
    font-size: 14px;
}

footer ul li a:hover {
    color: #D7DF29;
}

.readySection {
    background-image: linear-gradient(to right, #082E38, #082E38E8);
}

.readySection .border-btn {
    color: #D7DF29;
    border: 2px solid #D7DF29;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-border-btn {
    color: #0A3D4B;
    border: 2px solid #0A3D4B;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.readySection .green-btn,
#business .green-btn {
    background-color: #D7DF29;
    border: 2px solid #D7DF29;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    color: #153943;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-header .green-btn,
.type-btns .green-btn {
    background-color: #72A143;
    border: 2px solid #72A143;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* width: max-content; */
}

.type-btns .red-btn {
    background-color: #EF4444;
    border: 2px solid #EF4444;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

#page-header .white-btn {
    background-color: #FFFFFF1A;
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* width: max-content; */
}

.readySection .dark-btn,
.type-btns .dark-btn {
    background-color: #0A0F2F;
    border: 2px solid #0A0F2F;
    border-radius: 50px;
    font-weight: 700;
    padding: 13px 33px;
    color: #D7DF29;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#news {
    background-color: #F4F8F0;
}

#news .title,
#news .see-more {
    color: #082E38;
}

#news .news-card {
    background-color: #082E38;
    border-radius: 20px;
    overflow: hidden;
}

#news .news-card img,
.article-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#news .news-card p,
.article-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #E9E9E9;
}

.article-card p,
.news-details-content p {
    color: #55565A;
}

.article-card h5,
.article-card .date {
    color: #232D3C;
}

#business {
    background-color: #082E38;
}

#business .card {
    background-color: #FFFFFF1A;
    border-radius: 15px;
    padding: 30px;
}

#business .card .num {
    background-color: #D7DF29;
    color: #0A3D4B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-inline: auto;
}

#business .card p {
    color: #FFFFFFCC;
}

#find-station {
    background-color: #72A143;
    border-radius: 20px;
    padding: 70px;
}

#find-station .info .icon,
#Certified .steps .icon {
    background-color: #ffffff38;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#find-station .info p {
    color: #FFFFFFC2;
}

#find-station .stores a {
    border-radius: 25px;
}

#find-station .stores a img {
    height: 60px;
}

.object-fit-contain {
    object-fit: contain;
}

.w-max-content {
    width: max-content !important;
}

.w-55 {
    width: 55px;
}

#Certified p {
    color: #1E1E1ECC;
}

#Certified h1 strong {
    color: #72A143;
}

#Certified .steps .icon,
#why .icon,
.gray-card .icon,
.Certified-Technology .icon,
.who-serve .icon,
#EV-Charging .icon {
    background-color: #CEF2AB5C;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#why .icon {
    padding: 12px;
}

#Certified .cards .card {
    border: none;
    box-shadow: 0px 4px 3px 1px #0000000f;
    border-radius: 15px;
}

#Certified .cards .card img {
    width: 30px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 15px;
}

.statistics h1 {
    color: #72A143;
}

.flags img {
    width: 60px;
    border-radius: 15px;
    height: 60px;
}

#find-charging {
    background-image: url(../images/find-charging.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #082E38E3;
    background-blend-mode: overlay;
    padding-block: 100px;
}

#find-charging p {
    color: #DEDEDE;
}

#products:before,
#hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 61, 75, 0.37);
    pointer-events: none;
    z-index: 0;
}

#hero .container {
    position: relative;
    z-index: 2;
}

#products .video-bg,
#hero .video-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

#products .video-bg video,
#hero .video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

#products .opacity-bg {
    background-color: #0D4C5E99;
    border-radius: 25px;
    padding: 40px;
}

#products .card p {
    color: #55565A;
}

#products .card .btn,
#products .card .btn:focus {
    background-color: #72A143;
    border-radius: 16px;
    color: #fff !important;
    width: max-content !important;
    margin-inline: auto;
    padding: 15px 30px;
    font-weight: 700;
    margin-top: 50px;
}

#products .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#why,
.gray-bg,
.gray-card {
    background-color: #F9FAFB;
}

#EV-Charging a {
    color: #0A0F2F
}

.Installation-Service li {
    color: #1F2937;
}

#why p,
#EV-Charging p,
.Installation-Service p {
    color: #1E1E1E;
}

.Installation-Service img {

    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;

}

.Installation-Service .Installation-badge {
    position: absolute;
    bottom: -20px;
    background-color: #72A143;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 15px;
    right: 6%;
}

#why .card,
#EV-Charging .card {
    box-shadow: 0px 4px 3px 1px #0000001A;
    border-radius: 15px;
}

#hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(10, 61, 75, 0.65), rgba(10, 61, 75, 0.65));

}

#hero .f-77 {
    font-size: 77px;
}

#hero .border-btn {
    border: 1px solid #D7DF29;
    color: #D7DF29;
    border-radius: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 25px;
    width: max-content;
    font-weight: 700;
}

#hero .default-btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 25px;
    width: max-content;
    font-weight: 700;
}

header#second-header {

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);

}

header#second-header .register {
    background-color: #E9F135;
    color: #082E38;
    border-radius: 0;
}

header#second-header .nav-item .nav-link {
    color: #0D4C5E;
    font-weight: 700;
    padding: 22px 20px !important;
}

header#second-header .logo {
    width: 150px;
}

header#second-header .nav-link {
    border-inline-start: 1px solid #DEDEDE;
}

header#second-header .collapse .navbar-nav:first-child {
    border-inline-end: 1px solid #DEDEDE;

}

header#second-header .nav-item.active {
    border-bottom: 2px solid #72A143;
}

header#second-header .nav-item.active .nav-link {
    color: #72A143 !important;

}

#home-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0a3d4bab;
    z-index: 9999;
}

#home-header .logo {
    width: 150px;
}

#products {
    overflow: hidden;
}

#home-header .nav-item .nav-link {
    color: #fff;
    font-weight: 700;
}



.gray-card p {
    color: #1E1E1E;
}

.gray-card a {
    color: #72A143;
    font-family: 'Medium';
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 40%)), linear-gradient(90deg, rgba(114, 161, 67, 0.37) 0%, rgb(0 0 0 / 15%) 100%); */
    border-radius: 0px;
}

.header-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 15, 47, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.header-bg img {
    object-fit: cover;
}

.page-back {
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #9B9895;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-header p {
    color: #FFFFFFE5;
}

.types-btn:hover {
    color: #fff;
    background-color: #72A143;
    border-radius: 50px;
}

.types-btn {
    color: #1E1E1E;
    background-color: #F3F4F6;
    border-radius: 50px;
    padding: 15px 30px;
}

.green-badge {
    background-color: #EFFFDF;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: Medium;
}

.blue-badge {
    background-color: #DBEAFE;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: Medium;
    color: #1E40AF;
}

.white-badge {
    background-color: #FFFFFF33;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: Medium;
    color: #fff;
}

.about-overlay:after {
    display: none;
}

.type-info {
    background-color: #F9FAFB;
    border-radius: 13px;
}

.type-info h6,
.Certified-Technology p,
.globally-certified p,
.globally-certified h6,
.feature p,
.start-from h6,
.apply p,
.backToCareer,
.gray-color {
    color: #4B5563;
}

.feature .feature-icon,
.perfect-for .icon {
    background-color: #8EC641;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Emergency-Charging .perfect-for .icon {
    background-color: #EF4444;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfect-for .fa-check {
    color: #8EC641;
}



.perfect-for {
    background-color: #F9FAFB;
    border-radius: 20px;
    padding: 35px;
}

.perfect-for .card {

    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);

}

.main-img {
    box-shadow: 0px 4.01061px 6.01591px rgba(0, 0, 0, 0.1), 0px 10.0265px 15.0398px rgba(0, 0, 0, 0.1);
    height: 95%;
    width: 100%;
    object-fit: cover;
}

.start-from {
    position: absolute;
    right: 10%;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 4.01061px 6.01591px rgba(0, 0, 0, 0.1), 0px 10.0265px 15.0398px rgba(0, 0, 0, 0.1);
    border-radius: 12.0318px;
    padding: 20px;
}



.red-badge {
    background-color: #EF44441A;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: Medium;
    color: #EF4444;
}

.Certified-Technology .green-color {
    color: #32D14B;
    font-size: 20px;
}

.vision i {
    color: #32D14B;
}

.vision img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.user {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.form-select {
    border-radius: 50px;
    border: 1px solid #E5E7EB;
    color: #1F2937;
    height: 50px;
    font-size: 14px;
}

.article-card {
    border: 1px solid #EBEDEF;
    border-radius: 20px;
    overflow: hidden;
}

.more-articles {
    border: 1px solid #E5E7EB;
    border-radius: 50px;
    height: 55px;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    padding-inline: 25px;
    margin-top: 36px;
}

.gray-border {
    border: 1px solid #F3F4F6;
}

#open-rolls .nav-pills .nav-link {
    background-color: #fff;
    color: #1F2937;
    border-radius: 50px;
}

#open-rolls .nav-pills .nav-link.active,
#open-rolls .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #72A143;
}

#open-rolls .apply-btn {
    background-color: #32D14B;
    color: #fff;
    padding: 10px 25px;
    width: -webkit-fill-available;
}

.tag {
    background-color: #F3F4F6;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
}

.installation-form {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.installation-form .wizard {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.installation-form .step {
    text-align: center;
    flex: 1;
    position: relative;

}

.installation-form .step i {
    font-size: 24px;
    background: #E5E7EB;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    line-height: 1.2;
    color: #6B7280;
    position: relative;
    overflow: hidden;
}

.installation-form .step.active i {
    background: #004d52;
    color: white;
}

.installation-form .step.active p {
    font-weight: 700;
}

.installation-form .step p {
    margin-top: 10px;
    color: #1F2937;
}

.installation-form .step.active p {
    color: #004d52;
}

.installation-form .form-step {
    display: none;
}

.installation-form .form-step.active {
    display: block;
}

.installation-form .form-label {
    font-family: Medium;
    color: #374151;
}

.vision p {
    color: #374151;
}

.form-group {
    margin-bottom: 15px;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
}

input::placeholder {
    color: #ADAEBC;
}

.buttons {
    margin-top: 20px;
}

.step.checked i::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background: #6BBF59;
    color: white;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#prevBtn {
    background: #fff;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
}

#nextBtn {
    background: #72A143;
    color: white;
    border-radius: 8px;
}

.form-select:focus {
    border-color: #D1D5DB;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #72A143;
    border-color: #72A143;
}

.form-check-input:focus {
    box-shadow: none;
}

#trusted img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.goals .card {
    background-color: #0D4C5E;
    border-radius: 12px;
    padding: 25px;
}

.goals .card p {
    color: #FFFFFFCC;
}

.goals i {
    color: #D7DF29;
}

#Our-Journey {
    background-color: #0D4C5E;
}

#Our-Journey p {
    color: #DBDBDB
}

.journey-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    border: 3px solid #D7DF29;
    margin-inline: auto;
    background-color: #0D4C5E;
    box-shadow: 0px 0px 0px 20px #0D4C5E;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Our-Journey .row:before {
    content: "";
    width: 80%;
    height: 4px;
    background-color: #919712;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 0;
    right: 0;
    margin: auto;
}

#Our-Journey .row>div {
    z-index: 1;
    position: relative;
}

.about-header {
    height: 555px;
}

.news-details .breadcrumb a,
.news-details .breadcrumb li,
.contact-header .breadcrumb a,
.contact-header .breadcrumb li {
    color: #9B9895;
    font-size: 14px;
}

.news-details .breadcrumb-item+.breadcrumb-item::before,

.contact-header .breadcrumb-item+.breadcrumb-item::before {
    color: #9B9895;
}



.news-details .page-back {
    border: 1px solid #EBEDEF;
}

.apply .badge {
    color: #6B7280;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #F3F4F6;
}

.applyForm {
    box-shadow: 0 7px 6px 2px #0000001A;
    padding: 35px;
    border-radius: 25px;
    margin-bottom: 50px;
}

#cvDropzone,
#Attachments {
    border: 2px dashed #d3d3d3;
    border-radius: 8px;
    background: transparent;
    padding: 40px;
    text-align: center;
}

#cvDropzone .dz-message,
#Attachments .dz-message {
    font-weight: 500;
    color: #333;
}

#cvDropzone .icon,
#Attachments .icon {
    display: block;
    font-size: 33px;
    margin-bottom: 10px;
    color: #ccc;
    background: #F3F4F6;
    margin-inline: auto;
    width: max-content;
    border-radius: 50px;
    width: 75px;
    height: 75px;
    line-height: 2.2;
}

#cvDropzone .dz-message span,
#Attachments .dz-message span {
    display: block;
}

#cvDropzone .dz-message .browse,
#Attachments .dz-message .browse {
    color: #5cb85c;
    font-weight: 500;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 10px;
    z-index: 999;
    right: 15px;
}

.apply .form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    background-color: #EFEFEF;
    color: #000000;
}

.modal .modal-content {
    border-radius: 20px;
    border: none;
    padding: 20px;
    background-image: url(../images/modal-bg.png);
    background-size: 100% 100%;
}

.agree {
    color: #6B7280;
}

#successModal .border-btn {
    border: 1px solid #0A0F2F;
    border-radius: 12px;
    color: #0A0F2F;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 15px 24px;
}

.help-section .green-btn {
    background-color: #4CAF50;
}

.help-section .border-btn,
.productCard .border-btn {
    border-radius: 10px;
    font-size: 16px;
    color: #374151 !important;
    padding: 15px 24px;
    background-color: #fff;
    border: 1px solid #D1D5DB
}

.productCard .green-btn,
.productCard .border-btn {
    padding: 15px 20px;
}

.compare-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: transparent !important;
}

.compare-table .table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #F9FAFB;
}

.compare-table .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: none;
    white-space: nowrap;
    padding: 15px 22px;
    border: none;
    border-inline-end: 1px solid #E5E7EB;
}

.compare-table thead tr {
    background: #E8F5E9;
    font-family: 'Bold';
}

.table>:not(:first-child) {
    border-top: none;
}

tr td:last-child {
    border-inline-end: none !important
}

.productCard {
    border: 1px solid #F3F4F6;
    box-shadow: 0px 1.2px 2.4px 0px #0000000D;
}

.productCard .swiper img {
    height: 230px;
    width: 100%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    width: 40px;
    height: 40px;
    background: #FFFFFFCC;
    border-radius: 50%;
    box-shadow: 0px 1.2px 2.4px 0px #0000001A;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: #1F2937;
    font-weight: 700;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.productCard .blue-badge {
    padding: 6px 20px;
}

.productCard .green-badge {
    background-color: #DCFCE7;
    color: #166534;
    border-radius: 50px;
    padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: Medium;
}

.selectOptions {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 20px;
}

.selectOptions .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: contain;
    background-color: #F3F4F6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectOptions .form-select {
    border: none;
}

.certificateCard {
    box-shadow: 0px 1.2px 2.4px 0px #0000000D;
    border-radius: 10px;
    border: 1px solid #F3F4F6;
    overflow: hidden;
}

.certificateCard img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background: #eee;
}

.contact-header .header-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFFE5, #FFFFFF99, #FFFFFF4D 0);
    border-radius: 0px;
}

.contact-header p {
    color: #374151 !important;
}

.contactForm {
    border: 1.2px solid #F3F4F6;
    border-radius: 19.2px;
    box-shadow: 0px 1.2px 2.4px 0px #0000000D;
    padding: 39.6px;
}

.contactForm .form-check {
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    padding: 20px 16px;
    height: 100%;
    display: flex;
    align-items: center;
}

.contactForm .form-check-input {
    margin-inline: 0 10px;
    margin-top: 0;
}

#Attachments .dz-message {
    margin: 0 !important;
}

.contactWaysCard {
    border-radius: 10px;
    border: 1px solid #F3F4F6;
    padding: 30px;
    box-shadow: 0px 1.2px 2.4px 0px #0000000D;

}

.contactWaysCard .icon {
    background-color: #10B9811A;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactForm .form-select {
    border-radius: 10px;
    border-color: #E5E7EB;
}
.faq-card{
        box-shadow: 0px 1.2px 2.4px 0px #0000000D;

}
/* ============== media =============== */
@media (max-width:990px) {
    .contactForm {
        padding-inline: 15px;
    }

    .certificateCard img {
        height: 250px;
        width: 100%;
    }

    .help-section a,
    .productCard .green-btn,
    .productCard .border-btn {
        font-size: 13px !important;
        width: 100%;
    }

    .productCard .swiper img {
        height: 180px;
        width: 100%;
    }

    header#second-header .logo {
        margin-block: 20px;
        margin-inline-end: 20px;
    }



    .perfect-for {

        padding: 35px 15px;
    }

    header#second-header .navbar-toggler {
        margin-inline-start: 15px;
    }

    #find-station {
        padding: 22px;
    }

    .screens img {
        height: auto;
        width: 48%;
    }

    .f-55 {
        font-size: 44px;
    }

    .order-lg-1 {
        order: -1;
    }

    #find-charging .f-55 {
        font-size: 33px;
    }

    #hero .f-77 {
        font-size: 44px;
    }

    #hero .border-btn,
    #hero .default-btn {
        width: 100%;
    }

    #Our-Journey .row:before {
        display: none;
    }
}

@media (max-width:1286px) and (min-width:990px) {}

@media (min-width: 1200px) {}

@media (min-width: 991px) {
    .h-lg-700 {
        height: 700px;
    }

    header {
        padding-inline-start: 111px;
    }

    .w-lg-55 {
        width: 55%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .mt-lg-60 {
        margin-top: 60px;
    }

}

@media (max-width: 768px) {
    .f-sm-11 {
        font-size: 11px !important;
    }

    .who-serve h6 {
        font-size: 12px !important;
    }

    #page-header .f-55 {
        font-size: 33px !important;
    }

    .installation-form .step p {

        font-size: 10px;
    }

    .installation-form .step i {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 16px;
        line-height: 1.3;
    }

    .about-header {
        height: auto;
        padding-top: 50px;
    }
}