#loading-icon {
}
.loading-container, .loading {
}
.navbar {
    padding: 15px 0 20px 0px;
}
.navbar-brand img{
	width: 45%;
}
.perfect-fleet-item .image-box{
	margin-bottom: 0px;
}
.page-gallery-box .photo-gallery img {
    aspect-ratio: 0;
}
.how-work-accordion .accordion-item .accordion-button, .how-work-accordion .accordion-item .accordion-body {
    padding: 5px 5px 5px 5px;
}
.how-work-accordion .accordion-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.how-it-work {
    padding: 50px 0 0px;
}
.why-choose-image::before {
    background: url(img/222.png) no-repeat;
}
.footer-links {
    margin-left: 0px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 30px;
    border-radius: 9px;
}
.footer-copyright {
    padding: 15px 0;
}
.footer-links h3, .footer-newsletter h3 {
    margin-bottom: 9px;
}
.main-footer {
    padding: 70px 0 0px;
}
.page-header:before {
    background: #191919;
    opacity: 1;
}

.page-header {
    padding: 50px 0;
}
.page-header-box h1 {
    font-size: 50px;
    margin-bottom: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}
.btn-default::before{
    display: none;
}
.hero-content-body .btn-default{
    margin-right: 7px;
}
.about-sec {
    margin-bottom: 30px;
}
.about-sec .section-row .section-title{
    text-align: left;
}
.about-sec .section-row .section-title {
    width: 100%;
    max-width: 100%;
}
.about-sec .section-row {
    margin-bottom: 0px;
}
.service-sec{
    background: #000;
    padding-bottom: 0px;
}
.service-sec .service-item {
    position: relative;
    background-color: #191919;
}
.contact-foter{
    padding: 0px;
}
.contact-foter .footer-copyright{
    margin-top: 0px;
    border-top: none;
    text-align: center;
}
.perfect-fleet.servic-brand-sec {
    padding: 70px 0 90px;
}
.service-sec .service-content {
    margin-bottom: 0px;
}
.fleet-sec.luxury-collection{
    padding-bottom: 0px;
}
.why-about-us{
    padding-top: 50px;
}
.error-page {
    padding-top: 0px;
}
.whatsApp {
position: fixed;
width: 60px;
height: 60px;
bottom: 130px;
right: 40px;
background-color: #06ad44;
color: #FFF;
border-radius: 9px;
text-align: center;
font-size: 40px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}
.my-whatsApp {
    margin-top: 10px;
}
.call-us span, .whatsApp span {
    position: absolute;
    width: 122px;
    font-size: 16px;
    background: #25d366;
    top: 16px;
    z-index: 9;
    left: 55px;
    opacity: 0;
}
.whatsApp:hover {
    color: #fff;
}
.whatsApp:hover span {
    opacity: 1;
}

@media only screen and (max-width: 767px){
    .navbar-brand{
        text-align: center;
    }
.navbar-brand, .navbar-toggle {
    width: 100%;
}
.navbar-brand img {
    width: 50%;
}
}