.free-cancellation-text-alt span{
    display: inline-block; 
    margin-right: 15px; 
    color: #FF8F2E; 
    font-size: 18px;
    font-weight:bold;
}

@media(max-width: 767px){
    .free-cancellation-text-alt span{
        font-size:15px;
        margin-right:0px;
    }
}

/* start of owl slidshow */
.owl-nav{
    width:100%;
    height:1px;
    top:0px;
}
.fa-angle-left  {   
    position: absolute;
    left: 5px;
    background-color: lightgrey;
    padding: 2px;
    filter: opacity(0.8);
    border-radius: 3px;
    padding-top:10px;
    padding-bottom:10px;
    height:38px;
    left: 2px;
}
.fa-angle-right {
    position: absolute;
    right: 5px;
    background-color: lightgrey;
    padding: 2px;
    filter: opacity(0.8);
    border-radius: 3px;
    padding-top:10px;
    padding-bottom:10px;
    height:38px;
    right: 1px;
}
.owl-nav>.owl-prev  {
    height: 169px;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 30px;
    margin: 0px !important;
    outline: none;
    z-index: 99;
}
.owl-nav>.owl-next  {
    height: 169px;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 30px;
    margin: 0px !important;
    outline: none;
    z-index: 99;
}
.page-content{
    padding:0;
}
.screen2 .vehicle-row{
    padding:0px;
}
.step2-button {
    background:none !important;
    font-weight:normal !important;
    font-family: arial,helvetica,sans-serif !important;
    border-radius: 3px !important;
    background-color: #28bc32 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
    border: solid 2px #28bc32 !important;
    color: white !important;
    padding: 6px !important;
    width: 110px !important;
    margin: auto;
    font-size: 18px !important;
}
.step2-button:hover, .button-active {
    border: solid #F47623 2px !important;
    background-color: #F47623 !important;
}

/* end of owl slidshow */