div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}


.topbanner {
    position: relative;
    height: 600px;
}

.topbanner .bannerImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.topbanner .bannerCaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    flex-direction: column;
    padding: 0 12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+39,ffffff+100&0.1+45,0.63+74 */
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 39%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.63) 74%, rgba(255, 255, 255, 0.63) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.topbanner .title1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
    text-align: center;
}

.topbanner .title2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    text-align: center;
}

.topbanner p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
    text-align: center;
}

.topbanner .quote {
    padding: 22px 70px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
    white-space: nowrap;
/*    background-color: rgb(243, 184, 87);*/
    border-radius: 5px;
}

.topbanner .quote:hover {
    background-color: #fcab58;
}

header .phoneBtn {
    background: none;
    border: none;
    margin-left: 26px;
    margin-right: -10px;
    padding: 12px 20px !important;
    position: relative;
    transition: .2s color;
    font-size: 16px !important;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}
.vc_custom_1515595751784 p{
    color: #ffffff;
}

.vc_custom_1513940636934 .icon.icon-left{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.vc_custom_1513940636934 .icon.icon-left span{
    width: auto;
}

@media (max-width: 1440px) {
    .topbanner {
        position: relative;
        height: 600px;
    }

}

@media (max-width: 1199px) {
    .topbanner {
        height: 600px;
    }

    .topbanner .title1,
    .topbanner .title2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    header .phoneBtn {
        position: absolute;
        right: 70px;
        top: 15%;
    }

}

@media (max-width: 767px) {
    .topbanner {
        height: 605px;
    }

    .topbanner .title1,
    .topbanner .title2 {
        font-size: 8vw;
        line-height: 1;
    }

    .topbanner p {
        font-size: 15px;
    }

    .topbanner .quote {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.numberBlock {
    display: none;
}

body .vc_custom_1515495574354 {
    background: transparent !important;
}

body .vc_custom_1515595751784 {
    background-position: center;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    margin-top: 60px !important;
}

@media (max-width: 767px) {
    header .phoneBtn {
        display: none;
    }

    .numberBlock {
        display: block;
        z-index: 1;
        text-align: center;
        padding: 30px 0;
    }

    .numberBlock .phoneBtn {
        background: none;
        border: none;
        margin-left: 26px;
        margin-right: -10px;
        padding: 12px 20px !important;
        position: relative;
        font-size: 20px !important;
    }

    body .vc_custom_1515150756343 {
        margin-top: 0px !important;
    }

    body .vc_custom_1514984040175 {
        margin-top: 0 !important;
    }

    body .vc_custom_1515059082250 {
        margin-top: 50px !important;
    }
}

.busRentals{
    padding: 50px 0 40px;
}
.busRentals .busRentalSlider{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.busRentals .rentalItems{
    width: calc(100% / 4 - 20px);
}
@media (max-width: 1199px) {
    .busRentals .rentalItems{
        width: calc(100% / 2 - 20px);
    }
}
@media (max-width: 575px) {
    .busRentals .rentalItems{
        width: 100%;
    }
}
.busRentals .busRentalList{
    padding: 0 0 7px;
    border-radius: 20px;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #ececec;
    height: auto;
}
.busRentals .busRentalList .img{
   padding: 100px 20px 40px;
   height: 230px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
}
.busRentals .busRentalList .img .priceBox{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #214b95;
}

.busRentals .busRentalList .desc{
    padding: 30px 20px;
    margin: 0 7px;
    border-radius: 5px;
    text-align: center;
    /* height: 100%; */
}
.busRentals .busRentalList h4{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}
.busRentals .busRentalList span{
    text-align: left;
    font-size: 20px;
    margin-top: 0;
    color: #092a5f;
}
.busRentals .busRentalList .desc ul{
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.busRentals .busRentalList .desc ul li{
    background: url('../img/tickmark.png') no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
}
.busRentals .busRentalList .desc .brnWrap{
    margin-top: 30px;
}
.busRentals .busRentalList .desc .getPrice{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #d04245;
    border-radius: 4px;
    padding: 12px;
    text-decoration: none;
    margin-right: 10px;
}
.busRentals .busRentalList .desc .learnMore{
    font-size: 16px;
    font-weight: 500;
    color: #608fd2;
    text-decoration: none;
}

.busRentals{
    padding: 50px 0 40px;
}

.busRentalSlider .slick-prev,
.busRentalSlider .slick-next{
    width: 30px;
    height: 30px;
    z-index: 9;
    position: absolute;
    top: 50%;
    border: 0;
    font-size: 0;
}
.busRentalSlider .slick-prev:before,
.busRentalSlider .slick-next:before{
    font-size: 0;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-top: 4px solid #40b7e6;
}
.busRentalSlider .slick-prev:before{
    border-left: 4px solid #40b7e6;
    rotate: -45deg;
}
.busRentalSlider .slick-next:before{
    border-right: 4px solid #40b7e6;
    rotate: 45deg;
}
.busRentalSlider .slick-prev{
    background: url('../img/sm-left-arrow.png') no-repeat center !important;
    background-size: cover !important;
    left: -13px;
}
.slick-prev:hover, 
.slick-prev:focus{
    background: url('../img/sm-left-arrow.png') no-repeat center !important;
    background-size: cover !important;
}
.busRentalSlider .slick-next{
    background: url('../img/sm-right-arrow.png') no-repeat center !important;
    background-size: cover !important;
    right: -13px;
}
.slick-next:hover,
.slick-next:focus{
    background: url('../img/sm-right-arrow.png') no-repeat center !important;
    background-size: cover !important;
}
@media (min-width: 991px){
    .busRentalSlider .slick-prev{
        left: -25px;
    }
    .busRentalSlider .slick-next{
        right: -25px;
    }
}
