/*slide*/
.sppb-addon.sppb-addon-animated-heading.sgjb-slide-title h1 {
    font-size: 100px!important;
}
@media (max-width: 767px){
.sppb-addon.sppb-addon-animated-heading.sgjb-slide-title h1 {
    font-size: 33px!important;
}}

/*car package*/
.car-package{
    background: #ffc71a;
    border-radius: 200px 200px 0 0;
}


/*car icons*/
.car-icons-fb {
    display: flex!important;
    flex-direction: column;
    width: 50%;
    margin: auto;
}

.car-icons-fb .sppb-addon-text {
    margin-top: 8px;
}

@media (max-width: 767px) {
.car-icons-fb .sppb-addon-text {
    margin-top: 5px;
}
}

.car-icons-fb .pull-left {
    width: 25%;
    min-width: 25%!important;
}

@media (max-width: 767px) {
  .car-icons-fb div {font-size: 18px!important;}
  .car-icons-fb {width: 55%;}
}




/*trip slideshow*/
@media (max-width: 767px){
.home-slider.sp-slider .sp-nav-control {
    max-width: 120px;
    top: unset !important;
    bottom: 70px;
  }}


/*booking*/
.home-bookings .sppb-addon-image-layout-content {
    text-align: center!important;
    font-size: 16px!important;
}

.home-bookings .sppb-addon-image-layout-content h4{
    font-size: 30px!important;
}

.home-service-logo .sppb-carousel-extended-outer-stage {
    align-items: center;
}

.home-service-logo .sppb-carousel-extended-item img {
    margin: auto;
    max-width: 180px;
    width: 100%;
}

@media (max-width: 767px){
.home-service-logo .sppb-carousel-extended-item img {
    margin: auto;
    max-width: 100px;
    width: 100%;
}}