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

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #5186c7;
    border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #93d25b;
    border-radius: 10px;
    min-height: 30px;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #83ec28;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #cfffa5;
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #68bd1d!important;
}

.ftco-navbar-light.scrolled {
    opacity: 0.9;
}

.ftco-navbar-light .navbar-brand {
    color: #4d90e2;
    text-shadow: 1px 1px 1px black;
}
.ftco-navbar-light.scrolled .navbar-brand {
    color: #4d90e2;
}
.ftco-navbar-light .navbar-brand span {
    color: #80d43e;
}

.request-form{
    width: 100%;
    background-color: #edf2ff;
    opacity: 0.9 !important;
    box-shadow: 1px 1px 1px black;
    border-radius: 15px!important;
    border-top-left-radius: 0 !important;
}

.request-form:hover{
    opacity: 1 !important;
}


.request-form .home-select{
    border-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border: 1px solid #80d43e !important;
    color: #4d90e2 !important;
}

.request-form .home-select::placeholder {
    color: #528729;
    opacity: 1; /* Firefox */
}

.blur{
    position: absolute;
    left: 1px;
    top: 180px;
    bottom: 2px;
    right: 1px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    backdrop-filter: blur(2px);
    z-index: 1;
}

.loading-from-to{
    position: absolute;
    width: 100px;
    top:180px;
    left: 35%;
    z-index: 2;
    display: none;
}


.home-select option{
    color: #4d90e2;
    border-radius: 10px;
}

.slider-text .icon-wrap .icon {
    background: #7ec940;
}
.slider-text .icon-wrap .icon::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #7dc840d4;
    background: rgba(198, 16, 0, 0);
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.slider-text .icon-wrap .icon span {
    color: #4d90e2;
    font-size: 25px;
}

.services.services-2 .icon {
    border: 2px solid #65c751;
}

.slider-text h1 {
    font-weight: 500;
    -webkit-text-stroke: 2px black;
}
.car-wrap .price-wrap .rate {
    color: #65ab3b;
}

.heading-section .subheading {
    font-size: 16px;
    color: #1cbf29;
}

.testimony-wrap .name {
    color: #6da4e8;
}

.user-img::before {
    border-radius: 100%;
    content: '';
    background-image: linear-gradient(to bottom, #99fa49 0%, #3a4ed5 100%);
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    position: absolute;
    z-index:-1;
    animation: rotate360 5s infinite linear;
}

@keyframes rotate360 {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.testimony-section .owl-dots .owl-dot.active {
    background: #93d25b;
}

.testimony-section .owl-dots .owl-dot {
    background: #8babea;
}

.ftco-footer {
    font-size: 16px;
    background: #1b1b1b;
    padding: 7em 0 0 0;
}

.ftco-footer .ftco-footer-widget h2 {
    color: #68acff;
}
.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #80d43e;
}

.icon-facebook{
     color: #6c9cff !important;
 }
.icon-twitter{
    color: #51bbe4 !important;
}

.icon-instagram{
    color: #bb2abd !important;
}

.fa-youtube{
    color: #ff3a3a !important;
}

.main-slider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.services.services-2 h3 {
    color: #72e05c;
}

.block-6 .media-body p {
    color: #eaeaea;
}

.services-section .overlay {
    opacity: .8;
}

.dropdown-toggle{
    font-size: 15px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff !important;
    font-weight: 400;
    opacity: 1!important;
}

.dropdown-menu{
    top: 80%;
    background: #dfe2efd4 !important;
}

.dropdown-item:hover{
    color: #379e37;
    background-color: transparent;
}

.login-card{
    width: 40%;
    min-width: 400px;
    margin: 20px auto;
}

.login-btn{
    background-image: linear-gradient(45deg,#84d552, #4fac33,#84d552);
    border-radius: 10px;
    border-top-left-radius: 0;
    border: 1px solid #5aad34;
    margin-top: 20px;
    color: white;
    font-weight: 400;
    width: 100%;
}


.btn:hover:before {
    transform: skewX(-30deg) translateX(5rem);
}

.login-btn:hover{
    color: white;
    background-image: linear-gradient(-45deg,#67b351, #84d552);
}

.green-line-login{
    border-top: 2px solid #408b2a;
}

.login-facebook{
    background-image: linear-gradient(45deg,#5286d5, #1d5b88,#5286d5);
    border-color: #002a80;
}
.login-facebook:hover{
    color: white;
    background-image: linear-gradient(-45deg, #5289d5, #869bf5);
}

.login-gmail{
    background-image: linear-gradient(45deg,#EA4335, #ff5252,#EA4335);
    border-color: #a21f1f;
}
.login-gmail:hover{
    color: white;
    background-image: linear-gradient(-45deg, #ec4b4b, #fb8484);
}

.login-link{
    color: #3b901d;
    margin-top: 20px;
}

.error-span{
    color:#d42a36 !important;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.loading-login{
    position: absolute;
    width: 280px;
    top:200px;
    left: 40%;
    z-index: 2;
    display: none;
}

.mfp-close-btn-in .mfp-close {
    color: #27ca34;
    border: 2px solid;
    font-size: 35px;
}

.mfp-iframe-scaler iframe {
    top: 0;
    left: 10%;
    width: 80%;
}

.clients-section{
    background-color: #2d2d2d;
}

.clients-text{
    color: #5ce659cc;
}

.details-card{
    width: 80%;
    min-width: 383px;
    margin: 10px auto;
}

.loading-shipping{
    position: absolute;
    width: 280px;
    top:200px;
    left: 40%;
    z-index: 2;
    display: none;
}


.stepper-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}


.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 4px solid #5995dd;
    width: 100%;
    top: 40px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #5995dd;
    width: 100%;
    top: 40px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #33649f;
    margin-bottom: 6px;
    cursor: pointer;
}

.stepper-item.active {
    font-weight: 600;
    color: #0c4b97;
}
.stepper-item.completed {
    font-weight: 600;
    color: #468f0d;
}

.stepper-item.completed .step-counter {
    background-color: #6ccb21;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #6ccb21;
    width: 100%;
    top: 40px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}

.step-name{
    font-size: 0.9em;
    text-align: center;
}

.containers-group{
    border: 1px solid #80d43e;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 0 20px 10px 20px;
    margin-bottom: 10px;
}

.containers-group .group-header{
    font-size: 18px;
    color:#002a80;
}

.container-plus-btn{
    position: absolute;
    border: 1px solid #35d34d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    bottom: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #92df54;
    padding: 16px;
}

.container-plus-btn:hover{
    cursor: pointer;
    border: 1px solid #449d66;
    background-color: #7bbf4a;
}

.ammo-selected{
    background-color: #a1f55c;
}

.loading-price-error{
    color: #dd2424;
    text-align: center;
}

.vanishOutCustom {
    -webkit-animation-name: vanishOutCustom;
    animation-name: vanishOutCustom; }

@-webkit-keyframes vanishOutCustom {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px); }
    100% {
        opacity: 0;
        transform-origin: 20% 20%;
        transform: scale(1.1, 1.1);
        filter: blur(20px); } }

@keyframes vanishOutCustom {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px); }
    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(1.1, 1.1);
        filter: blur(20px); } }

.my-tags{
    color: #3061c5;
    display: flex;
    border: 2px solid #83d04c;
    border-radius: 5px;
    margin-top: 5px;
    min-height: 20px;
}

.tag{
    background-color: #ffffff;
    margin: 10px;
    padding: 0 5px;
    border: 1px solid;
    border-radius: 5px;
}

.tag-close{
    font-size: 15px;
    cursor: pointer;
}

.step-error{
    border:2px solid red;
    background-color: #fdaaaa !important;
}

.price-table tbody tr td{
    padding: 0;
    border-bottom: 1px solid #41d61926 !important;
}

.price-table th, .price-table td{
    padding: 0;
    font-size: 16px;
}

.border-price{
    border: 1px solid #8ad651;
    border-radius: 20px;
    border-top-left-radius: 0;
    margin: 10px;
}

.price-table thead th {
    border-top: none;
    border-bottom: 2px solid #93db80;
}

.nav-web{
    display: list-item;
}

.nav-mob{
    display: none;
}

@media screen and (max-width: 991px) {
    .nav-web{
        display: none;
    }
    .nav-mob{
        display: list-item;
    }
    .container-plus-btn {
        width: 40px;
        height: 40px;
        bottom: 157px;
        left: 50px;
        padding: 6px;
    }
}

.activation-message{
    position: fixed;
    z-index: 4;
    background-color: #ff4c4cc2;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}


.activation-message a{
    color:#2add38;
}

.slider-text .bread:after {
    background: #6ddd27;
}

.anchor-profile{
    color:#4043ad;
    display: block;
    font-size: 20px;
}

.main-text{
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: #ffffff99 !important;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 120px;
    line-height: .75;
    margin: 10px 0;
    opacity: 0.8;
}

.need-transport{
    -webkit-animation: glow 3s ease-in-out infinite alternate;
    -moz-animation: glow 3s ease-in-out infinite alternate;
    animation: glow 3s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        opacity: 0.3;
        text-shadow: 0 0 5px #00ff11;
    }

    to {
        opacity: 1;
        text-shadow: 0 0 5px #5f85ff;
    }
}

.type-select-iconbar{
    height: 53px;
    width: 100%;
    display: flex;
}
.type-select-card{
    padding: 1px 2px;
    background-color: #6eaf3c;
    border-radius: 5px;
    border-top-left-radius: 0;
    width: 45px;
    height: 45px;
    font-size: 24px;
    margin: 0 5px;
    color:#275389;
    transition: 0.3s;
}
.type-select-card:hover{
    padding: 2px 4px;
    width: 55px;
    height: 55px;
    background-color: #a0e36b;
    cursor: pointer;
}

.type-select-card-selected{
    background-color:#275389;
    color:#80d43e;
    padding: 1px 2px;
    border-radius: 5px;
    border-top-left-radius: 0;
    width: 45px;
    height: 45px;
    font-size: 24px;
    margin: 0 5px;
    transition: 0.3s;
}

.type-select-card-selected:hover{
    padding: 1px 2px;
    width: 55px;
    height: 55px;
    background-color: #5090df;
    cursor: pointer;
}

.login-icon{
    width: 110px;
    display: block;
    margin: auto;
}

.loading-gif{
    position: absolute;
    left: 48%;
    top: 48%;
}
.loading-details{
    position: fixed;
    left: 40%;
    top: 40%;
    width: 200px;
    z-index: 3;
}

.container-element{
    background-color: #c6c8d73b;
    border: 1px solid #80d43e;
    border-radius: 20px;
    border-top-left-radius: 0;
    margin: 15px;
    padding: 10px;
    text-align: center;
}

.container-element:hover{
    border: 1px solid #559522;
    cursor: pointer;
}

.selected-container{
    border: 1px solid #2339a1;
}

.selected-container:hover{
    border: 1px solid #0f1172;
}

.image-container{
    width: 150px;
}
