@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Raleway:wght@900&family=Roboto:wght@100&family=Source+Sans+Pro&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    transition: all .3s;
    color: #444;
}

a {
    text-decoration: none;
    color: #2675bd;
}



.container.vh100 {
    height: 100%;
    min-height: calc(100vh);
}

.main-menu .navbar-nav .nav-item a.nav-link {
    padding: 20px 33px;
    font-size: 14px;
    color: #fff;
    transition: text-shadow .3s;
}

.main-menu .navbar-nav .nav-item a.nav-link:hover {
    text-shadow: 0px 0px 30px rgb(255,255,255);
}

.main-menu .navbar-brand {
    margin-right: 60px;
}

.navbar-brand img {
    max-width: 100px;
    height: auto;
}

.big-slide-item {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.big-slide-item-bg {
    
    
    height: 100%;
    width: 100%;
}


.main-swiper h1 {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    line-height: 65px;
    margin: 20px 0 0 0;
    color: #2ddb76;
    letter-spacing: 1px;
    text-shadow: 4px 2px 3px rgba(72, 85, 72, 0.2);
}

.main-swiper p {

    margin-top: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
    line-height: 37px;

}
.main-swiper a, .biggreenbtn {
    display: inline-block;
    margin-top: 0px;
    background-color: #2ddb76;
    border-radius: 15px;
    color: #fff;
    transition: all .3s ease-out;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
}
.main-swiper a:hover, .biggreenbtn:hover {
    color: white;
    background-color: #534fff;
}

.main-swiper a:hover {
    box-shadow: 0px 0px 30px rgb(255,255,255, .5);
}


h1.title {
    font-family: 'Raleway', sans-serif;
    color: #444;
    font-size: 33px;
    border-left: 4px solid #2ddb76;
    padding-left: 30px;
    margin: 0 0 30px 0;
    line-height: 40px;
}

.categories {
    margin-top: 50px;
}

.categories .title-tile {
    text-align: center;
    color: #444444;
    font-weight: 300;
    padding: 5px;
}

.categories .text-tile {
    text-align: center;
    color: #666;
    padding: 5px;
}

footer {
    padding: 20px;
    background-color: #111;
    color: #fff;
}

footer a {
    color: #fff;
    font-weight: 200;
}

footer h4 {
    font-family: Roboto;
    color: #2ddb76;
    margin: 20px;
}

.footer-logo {
    margin: 80px auto 0px auto;
    max-width: 100px;
    height: auto;
}

.footer-slogen {
    padding: 10px;
    display: block;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 20px;
}

footer ul li {
    padding: 5px;
    border-bottom: 1px dotted #333;
}

.panel {
    display: block;
    padding: 30px;
    margin-top: 50px;
}

.page {
    padding: 85px 0px;
    color: #333;
}

.c-title {
    padding: 0px 30px;
    font-family: Roboto;
    color: #000;
}

.product-slider-item {
    width: 100%;
    height: 500px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.89) !important;
    box-shadow: 0 0 1px 1px rgba(45, 219, 118, 0.19);
    transition: all 0.4s ease;
}

.navbar:hover {
    background: rgba(255, 255, 255, 1) !important;
}
.footer-bottom {
    text-align: center;
    margin: 60px 0 20px 0;
}
.sidebar {
    padding: 10px;
    background-color: #efefef;
}

.shop-products .discount {
    margin-top: 5px;
    position: absolute;
    background-color: red;
    padding: 2px 10px;
    color: #fff;
}

.line-through {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget .sidebar-title {
    font-size: 18px;
    font-weight: bold;
}

.sidebar-widget .sidebar-body {
    margin-top: 15px;
}

.tag {
    display: inline;
}

.tag.active {
    background-color: #333;
    color: #fff;
}
.section_margin_top {
    margin-top: 100px;
    margin-bottom: 150px;
}
.section_why_use_home {
    background: url(../images/homeelem1.png);
    background-repeat: no-repeat;
}
.section_category_home {
    background: url(../images/homeelem2.png);
    background-repeat: no-repeat;
    background-position: right;
}

.whyus_box {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.07);
    margin: 15px;
    padding: 25px;
    background: white;
}
.whyus_icon {
    text-align: center;
}
.whyus_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 23px;
    margin: 30px 0 15px 0;
}
.whyus_text {
    text-align: justify;
    color: grey;
}
.home_why_next {
    display: block;
    color: #2ddb76;
    font-size: 18px;
    text-align: right;
}
.section_home_elements {
    background: #f3f3f3;
    padding: 25px 0;
}
.section_elements_text {
    text-align: justify;
    margin-bottom: 45px;
}
.text_justify_home {
    text-align: justify;
    font-size: 18px;
    line-height: 2;
    margin: 40px 0;
}
.steps_left {
    font-size: 75px;
    text-align: center;
}
.steps_title {
    font-weight: bold;
    font-size: 19px;
}
.steps_text {
    text-align: justify;
    margin-top: 5px;
}
.howtorow {
    margin-top: 60px;
}
:root {
    --swiper-theme-color: #2ddb76 !important;
}

.pull-right .swiper-button-prev {
    position: unset;
    height: 20px !important;
    margin: 0;
    top: 0;
    font-size: 18px;
    outline: none;
}
.pull-right .swiper-button-next {
    position: unset;    
    height: 20px !important;
    margin: 0;
    top: 0;
    font-size: 18px;
    outline: none;
}
.pull-right .swiper-button-next:after, .pull-right .swiper-button-prev:after {
    font-size: 23px;
    font-weight: 900;
}

.display-inline-block {
    display: inline-block !important;
}
.home_brands_bg {
    background: url("../images/car-charge.jpg");
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 75px 0;
}

.irs-from, .irs-to, .irs-single {
    background: #2ddb76 !important;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    border-top-color: #2ddb76 !important;
}

.countnum {
    color: grey;
}


.page_hero {
    background-color: #f7f9fa;
    
    padding: 46px  0 25px 0;
    background: url("../images/car-charge-zold.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

    position: relative;
    -moz-box-shadow:    inset 0 2px 3px rgba(0,0,0,0.16);
   -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.16);
   box-shadow:         inset 0 2px 3px rgba(0,0,0,0.16);
   margin-bottom: 15px;
}
.page_hero .container {
    position: relative;
}
.page_hero_title {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    margin-top: -25px;
    
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.4;

}
.page_hero_text {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0;
}
.page_hero_image {
    margin-top: 12px;
}
.page_hero .page_breadcumbs {
    margin-top: 40px;
}

.product-list-container {
    margin: 5px -5px;
}
.product-box-inner {
    color: inherit;
    text-decoration: none;
    
    padding: 1px;
    display: block;
    margin: 3px;
}
.product-box-inner:hover {
    color: inherit;
    text-decoration: none;
    
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
}

.vehicle-box {
    background-color: #efefef;
    padding: 20px;
}

.vehicle-box .widget-title {
    font-size: 20px;
}


.payment_result.active {
    display: block;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    padding: 15px;
    height: auto;
    background-color: #25a85c;
    box-shadow: 6px 10px 36px rgba(0,0,0,.45);
    border: 1px solid #1e8c4c;
}

.payment_result.active span {
    display: block;
}
 
.payment_result span {
    font-size: 14px;
    color: #fff;
    display: none;
}

.payment_result.active span.strong {
    display: block;
}
.payment_result span.strong {
    font-family: montserrat,sans-serif;
    color: #fff;
    display: none;
    margin-bottom: 15px;
}

.product {
    
}

.details-panel {
    margin: 15px 0px;
    padding: 15px;
    background-color: #efefef;
}

.tab-content>.active {
    padding:20px;
}

.page_hero_singlepage_small .page_hero_title {

    font-size: 30px;
    line-height: 30px;
}