﻿/*--------------------------------------*/
.formcvr {
    float: left;
    width: 100%;
}

    .formcvr h2 {
        width: 100%;
        float: left;
        font-size: 27px;
        text-align: left;
        letter-spacing: 0.1px;
        border: none;
        border-radius: 0;
        font-weight: 400;
        margin: 0 0 20px 0;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 2px solid #fbfbfb4d !important;
    }

        .formcvr h2 i {
            float: left;
            font-size: 32px;
            color: #c3a932;
            margin: 10px 12px 0 0;
        }

.form {
    font-family: 'Roboto', 'PT Sans', "Myriad Web Pro", "Myriad Pro", Myriad, "Segoe UI", "Verdana", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.form-radio {
    font-family: 'Roboto', 'PT Sans', "Myriad Web Pro", "Myriad Pro", Myriad, "Segoe UI", "Verdana", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
}

.form-radio-list1 {
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    padding: 10px 35px;
    background: rgba(0,0,0, 0.8);
}

.form-radio-list2 {
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #4a5662;
    text-decoration: none;
    padding: 10px 35px;
    background: rgba(25,25,25, 0.5);
}

.testmonials b {
    color: #7ea2ff;
    font-weight: normal;
}

.form-text {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 0;
    margin: 0 0 0 0;
}

.form-text2 {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(50,50,50, 0.6);
}

.form-h1 {
    float: left;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0px 0 10px 0;
    line-height: 24px;
    text-shadow: 0px 0px 8px #000;
}

.form-list-h1 {
    float: left;
    width: 32%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 9px 0 9px 15px;
    letter-spacing: 0;
    text-align: left;
    background: #17204d;
    border: solid 1px #17204d;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

a:hover, a:focus {
    text-decoration: none;
    color: #29abe2;
    outline: none;
}

.form-list-h1 i {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 0 8px 0 0;
}

.form-list-viah1 {
    float: left;
    width: 32%;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding: 8px 0 8px 15px;
    letter-spacing: 0;
    text-align: left;
    background: #feeb04;
    border: solid 1px #000;
    border-right: none;
    margin-bottom: 20px;
}

.form-list-h2 {
    float: left;
    width: 40%;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 8px 0 8px 15px;
    letter-spacing: 0;
    text-align: left;
    background: #17204d;
    border: solid 1px #17204d;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

    .form-list-h2 i {
        font-size: 20px;
        padding: 0 8px 0 0;
    }

.form-list-h3 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #1a1d20;
    text-decoration: none;
    padding: 10px 0 5px 0;
    letter-spacing: 0;
    text-align: left;
}

.form-list-cvr {
    width: 100%;
    float: left;
}

.form-img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 15px 0;
}

.form-list {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.form-list-check {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    /* margin-top: 5px; */
    /* margin-left: 15px; */
    line-height: 32px;
    /* background: #000; */
    text-align: left;
    padding: 6px 9px;
}

    .form-list-check input[type=checkbox] {
        font-size: 10px;
        float: left;
        border: 1px solid rgba(0,0,0,.2);
        width: 16px;
        height: 16px;
        box-shadow: none;
        line-height: 24px;
        padding: 0;
        text-align: center;
        margin-right: 10px;
        background: #10adf4 !important;
        margin-top: 8px;
    }

.form-list-require {
    float: left;
    width: 100%;
    padding: 17px 0 0 0;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: right;
}

.form-list1 {
    float: left;
    width: 68%;
}

.form-list2 {
    float: left;
    width: 60%;
}

.form-list-text {
    width: 100%;
    float: left;
    padding: 8px 0 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #06a8f0;
    text-decoration: none;
}

.form-listbox {
    border-radius: 5px;
    color: #505050;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 2% 0;
    text-decoration: none;
    width: 100%;
}

.form-listbox2 {
    background: #cf4102 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 2.5% 0 0;
    padding: 3% 5%;
    text-decoration: none;
    width: 90%;
}

.form-listbox-h1 {
    color: #000;
    padding: 1% 0;
    margin: 0 0 1.5% 0;
    position: relative;
    text-align: center;
    background-color: #E6E6E6;
    border: 1px solid #cccccc;
}

.form-listbox-h2 {
    color: #000;
    padding: 7px 0;
    margin: 0 0 1.5% 0;
    position: relative;
    text-align: center;
    background: #FFF url("../images/fieldarrow.png") no-repeat scroll right top;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.form-listbox-h1 span {
    background-color: #E6E6E6;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}

.form-listbox-h1::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.form-listbox-h1::before {
    left: 0;
}

.form-listbox-h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 4%;
    text-decoration: none;
}

.form-listbox-text {
    float: left;
    margin: 0;
    width: 100%;
}

.form-listcar {
    float: left;
    margin: 2% 0 0;
    width: 100%;
}

.form-listcarbox1 {
    float: left;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

.form-listcarbox2 {
    float: left;
    width: 33%;
}

.form-listcarbox3 {
    float: right;
    width: 32%;
}

.form-listcarbox-h1 {
    float: left;
    line-height: 22px;
    vertical-align: top;
    width: 100%;
}

.form-listcarbox-img {
    float: left;
    padding: 1% 0 0 7%;
    width: 93%;
}

.form-listpass {
    float: left;
    margin: 0;
    width: 100%;
}

.form-listpassbox1 {
    float: left;
    width: 34%;
}

.form-listpassbox2 {
    float: left;
    width: 33%;
}

.form-listpassbox3 {
    float: right;
    width: 32%;
}

.form-listpassbox-h1 {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.form-listpassbox-text {
    float: left;
    padding: 3px 0 0;
    width: 100%;
}

.form-listpickup {
    float: left;
    margin: 0 0 1%;
    width: 100%;
}

.form-listpickup-date {
    float: left;
    width: 63%;
}

.form-listpickup-hour {
    float: right;
    width: 37%;
}

.form-listpickup-h1 {
    float: left;
    font-size: 13px;
    color: #222;
    width: 50%;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
}

.mylabel label {
    margin: 0px 0px 0 0px;
    padding-left: 5px;
    font-weight: 600;
}

.form-listpickup-text {
    float: left;
    width: 100%;
}

.pickupcldr {
    margin: 7px 0 0 5px;
}

.form-listjourney {
    float: left;
    font-size: 15px;
    line-height: 18px;
    vertical-align: top;
    width: 100%;
}

.form-listboxprices {
    background: #cf4102 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 2% 0;
    padding: 4%;
    text-decoration: none;
    width: 92%;
}

.form-listjourney {
    float: left;
    font-size: 15px;
    line-height: 18px;
    vertical-align: top;
    width: 100%;
}

    .form-listjourney input {
        float: left;
        margin: 2px 10px 0 10px;
    }

    .form-listjourney label {
        float: left;
    }

.listboxprice2 {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    width: 100%;
}

.listboxprice3 {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    width: 100%;
}

.listboxpricetotal {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    width: 100%;
}

.fboxprice-right {
    border-radius: 0;
    color: #f0ff00;
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.form-listboxvia {
    float: left;
    width: 100%;
    border: 1px solid #b3b3b3;
    background-color: #e6e6e6;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 1%;
    padding-left: 2%;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    position: relative;
}

.form-listboxvia-h1 {
    background: #525252 none repeat scroll 0 0;
    border-bottom: 1px solid #3b3b3b;
    border-radius: 5px 5px 0 0;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 7px 0 0;
    padding: 8px 3%;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.crossiconbtn {
    float: right;
    margin: 10px 0 0 0;
    position: absolute;
    right: 10px;
}

.field {
    width: 100% !important;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 9px 10px;
    background: #fff;
    border: solid 1px #4e81c7;
    border-radius: 0;
}

    .field ::focus {
        border: solid 1px #000;
    }

.field2 {
    width: 90% !important;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 9px 10px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 0;
}

.codeveri {
    padding: 1px 10px;
    width: 100%;
}

#ContentPlaceHolder1_btnverifiy {
    margin: 22px 0 0 0;
}

.field3 {
    width: 100% !important;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 9px 10px 11px;
    background: #fff;
    border: solid 1px #17204d;
    border-radius: 0;
}

.field4 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 7px 10px 11px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 0;
}

.field5 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 7px 10px 11px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 0;
}

.field-5 {
    width: 70%;
    float: none;
    font-size: 14px;
    font-weight: 400;
    color: #4a5662;
    text-decoration: none;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
}



.field6 {
    width: 150px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 7px 10px 11px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 0;
}

.field7 {
    width: 43%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 7px 10px 11px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 0;
}

.GetQuote {
    width: 100%;
    float: right;
    margin: 5px 15px 10px 0;
    text-align: right;
}

.GetQuoteBtn {
    float: left;
    margin: 0px 0 0 0;
    padding: 8px 25px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #deaa3c;
    border-radius: 30px;
    border: none;
    border: 1px solid #eee;
    font-family: 'Open Sans';
}

    .GetQuoteBtn:hover {
        color: #fff;
        background: #a79029;
    }

.AddviaPointBtn {
    float: left;
    margin: 0px 0 0 0;
    padding: 8px 25px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #000;
    border-radius: 5px;
    border: none;
    border: 1px solid #000;
    font-family: 'Open Sans';
}

    .AddviaPointBtn:hover {
        color: #feeb04;
        background: #333;
        box-shadow: 1px 2px 4px #dbdbdbb5 !important;
        border: 1px solid #feeb04;
    }

.GetButton {
    float: none;
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 10px;
    background-color: #17204d;
    text-transform: uppercase;
}

    .GetButton:hover {
        color: #fff;
        background: #17204d;
    }

.farebox {
    width: 100% !important;
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 8px 10px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 0;
}

.fareboxlist {
    float: left;
    margin: 10px 5px;
}

.farebtn {
    float: right;
    margin: 5px 0 0 0;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    background: #000;
    border-radius: 30px;
    border: 1px solid #eee0;
}

    .farebtn:hover {
        background: #000;
    }

.padding-less-left {
    padding-left: 0px;
}

.padding-less-right {
    padding-right: 0px;
}

.buttons {
    margin-bottom: 13px;
}

.buttons-1 {
    /* margin-left:42px;
*/
}

.quote {
    text-align: center;
    padding-top: 17%;
}

    .quote h1 {
        font-size: 35px;
        margin: 0 0px;
    }

    .quote h2 {
        text-align: center;
        margin: 0 0px;
        font-size: 50px;
    }

    .quote h3 {
        text-align: center;
        margin: 0 0px;
        font-size: 30px;
    }


#divBookNow {
    margin-top: 35px;
    box-shadow: 0px 0px 1px #696161;
    padding: 5px 5px !important;
}

.veh-list {
    width: 100%;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #f9676b;
    text-decoration: none;
    text-align: center; /* background-color: #f9676b; */
    margin: 2px 0 0 0;
    display: block;
}

    .veh-list span { /* font-size: 17px; */
        font-weight: normal;
        color: #ffffff;
        text-decoration: none; /* top: 1px; */
        position: relative; /* vertical-align: middle; */
    }

.farebtn {
    float: none;
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 10px;
    background-color: #454545;
    text-transform: uppercase;
}

    .farebtn:hover {
        color: #fff !important;
        background-color: #29abe2;
    }

.farebox.distance-miles-main {
    width: 100%;
}

.distance-miles-box {
    width: 100%;
    float: left;
    padding-bottom: 12px;
}

.distance-miles-box-h1 {
    float: left;
    width: 40%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 9px 0 9px 15px;
    letter-spacing: 0;
    text-align: left;
    background: #29abe2;
    border: solid 1px #29abe2;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.distance-miles-box-value {
    float: left;
    width: 59%;
}

.farebox.distance-miles-main .field3 {
    padding: 9px 10px 8px 10px;
}

.apps-btn ul {
    margin-left: -39px;
}

.veh-list {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    font-size: 20px;
    font-weight: normal;
    color: #29abe2;
    text-decoration: none;
    text-align: center;
    background: #17204d;
    border-radius: 0;
}

.veh-img {
    width: 100%;
    float: left;
}
.veh-img img {
    width: 100%;
}

.veh-h1 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}

.veh-h2 {
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
}

.veh-list i {
    font-size: 25px;
    color: #fbfbfb;
    margin-top: 10px;
}

.veh-list span {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-decoration: none; /* top: -5px; */
    position: relative;
}


.transfers-pull {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .transfers-pull li {
        padding: 0;
    }

.transfers-pull {
    display: table-cell;
    width: 60%;
    padding-left: 10%;
    padding-top: 1em;
    text-align: left;
}

.banner {
    width: 100%;
    position: absolute;
    display: block;
}

.slider-content {
    top: 35%;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 999;
    display: block;
}

.serve-grid {
    background: #fff;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    max-width: 192px;
    height: 192px;
    border-radius: 50%;
}

.serve-gd1 {
    margin-top: 12em;
}

.serve-gd2 {
    margin-top: 6em;
}

.serve-gd3 {
    margin-top: 0em;
}

.serve-grid p {
    font-size: 1em;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    color: #555;
}

.serve-grid span {
    font-size: 2em;
    margin-top: 1.7em;
}

.s1 {
    color: #fe5000;
}

.s2 {
    color: #ff4c4c;
}

.s3 {
    color: #34bf49;
}


.s4 {
    color: #0dd3ff;
}

.s5 {
    color: #ff4f81;
}

.s6 {
    color: #ffd900;
}

.s7 {
    color: #7d3f98;
}

/* //about */
.welcome {
    background: #f7f7f7;
}

/* services */
h3.tittle-wthree {
    color: #333;
    font-size: 2.5em;
    font-weight: 600;
}

    h3.tittle-wthree.two {
        color: #fff;
        font-size: 2.5em;
        font-weight: 600;
    }

p.sub-tittle {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
}

.ser-w3pvt-gd-wthree {
    margin-bottom: 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    padding: 3em 3em;
    border: 1px solid rgba(171, 161, 161, 0.25);
    border-top: 0;
}

.icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background: #f7f7f7;
}

    .icon span {
        line-height: 60px;
        font-size: 1.2em;
    }

.service-content {
    margin-top: 1.5em;
}

    .service-content h5 {
        font-size: 1.2em;
        color: #555;
        margin-bottom: 16px;
        font-weight: 600;
    }

.ser-w3pvt-gd-wthree {
    padding: 3em 3em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 0;
    border-right: 0;
}

    .ser-w3pvt-gd-wthree:nth-child(1) {
        border-left: 0;
    }

.welcome-left {
    margin-top: 8em;
}

    .welcome-left h4 {
        color: #444;
        font-size: 1.8em;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: .7em;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .welcome-left h5 {
        color: #e22428;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        font-size: 1em;
    }
/* //services */

/*App*/

.app:before {
    position: absolute;
    content: '';
    background-image: url(../images/bg_pattern.png);
    height: 100%;
    background-repeat: no-repeat;
    left: 49.7%;
    right: 0;
    top: -10%;
    z-index: -1;
}

.main-app {
    margin: 0;
    padding-left: 40px;
}

.main-ap {
    margin: 10px 0 0 0;
    padding-left: 40px;
}

.main-app h2 { /* font-family: 'Montserrat'; */
    font-size: 54px;
    color: #000;
    font-weight: 200;
    line-height: 60px;
    margin-top: 30px;
}

    .main-app h2:before {
        content: '';
        position: absolute;
        left: 25px;
        top: 5%;
        width: 30px;
        height: 30px;
        border-top: 2px solid #29abe2;
        border-left: 2px solid #29abe2;
    }

.main-app h3 {
    font-size: 33px;
    font-family: 'Montserrat';
    color: #373636;
    font-weight: 400;
    line-height: 46px;
    position: relative;
    margin-top: 70px;
    margin-bottom: 4%;
}

    .main-app h3 span {
        color: #f41c24;
        font-weight: 500;
    }

.main-app p {
    margin: 20px 0 0 0;
    text-align: justify;
    line-height: 26px;
}

.main-app img {
    margin: 0px;
}

.main-ap ul {
    margin: 30px 0 0px 0px;
    padding: 0px;
    list-style: none;
}

.main-ap li {
    margin: 0px 3% 0px 0%;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: box-shadow .6s ease-out;
    background-color: #29abe2;
    border: solid 2px #fff;
    box-shadow: 0 0.2rem 1rem -0.25rem rgb(39 48 54 / 40%);
}

    .main-ap li i {
        margin: 7px 0 0 0;
        padding: 0px 17px 0 10px;
        float: right;
        font-size: 21px;
        color: #fff;
        position: relative;
    }

.main-text {
    display: inline-block;
    color: #fff;
    padding: 12px 0px 8px 16px;
}

    .main-text h2 {
        margin: 0px 0 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
        text-align: center;
        float: left;
        border-right: 1px solid #fff;
        padding: 2px 10px;
    }

    .main-text p {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Open Sans';
        line-height: 15px;
        color: #ffffff !important;
    }

.main-ap li:hover {
    border: solid 2px #fff;
    background-color: #17204d;
}

.main-ap li.apple-icon:hover i, .main-ap li.apple-icon:hover .main-text p {
    color: #fff !important;
}

li.apple-icon:hover .main-text h2 {
    color: #fff !important;
    border-right: 1px solid #fff;
}

.main-ap li.andriod-icon:hover i, .main-ap li.andriod-icon:hover .main-text p {
    color: #fff !important;
}

li.andriod-icon:hover .main-text h2 {
    color: #fff !important;
    border-right: 1px solid #fff;
}

.main_image img {
    margin: 0 auto;
}

.apps ul.lists {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 117%;
}

    .apps ul.lists li {
        font-size: 15px;
        line-height: 27px;
        font-weight: 500;
        font-family: "Barlow Condensed", sans-serif;
        position: relative;
        padding-left: 28px;
        width: 50%;
        margin: 5px 0;
    }

        .apps ul.lists li:before {
            content: "\f14a";
            position: absolute;
            left: 0;
            top: 2px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            font-weight: 400;
        }
/*about*/
.about {
    padding: 80px 0px;
    position: relative;
}

.about-us {
    margin: 0px;
    padding-left: 40px;
    background-color: #eef1f3 !important;
}

    .about-us h2 {
        /* font-family: 'Montserrat'; */
        font-size: 54px;
        color: #000;
        font-weight: 200;
        margin-bottom: 35px;
        line-height: 60px;
        margin-top: 30px;
    }

        .about-us h2:before {
            content: '';
            position: absolute;
            left: 25px;
            top: 5%;
            width: 30px;
            height: 30px;
            border-top: 2px solid #29abe2;
            border-left: 2px solid #29abe2;
        }

    .about-us span {
        margin: 0px 0 0px;
        font-family: 'Montserrat';
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fbdc36;
        line-height: 47px;
        width: 100%;
    }

    .about-us p {
        margin: 0px 0px 35px;
        text-align: justify;
        font-weight: 400;
        color: #5d5d5d !important;
        line-height: 26px;
    }

    .about-us img {
        margin: 0px;
    }

    .about-us a {
        color: #5d5d5d;
        display: inline-block;
        margin: 7px 0px 15px 0px;
        text-align: center;
        font-size: 16px;
        font-family: 'Montserrat';
        position: relative;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .about-us a::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 30%;
            left: 0;
            bottom: 0;
            background-color: #000;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .about-us a:hover::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 100%;
            bottom: 0;
            background-color: #29abe2;
            -webkit-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
        }

        .about-us a:hover {
            color: #000;
        }

.vehicle {
    padding: 80px 0px;
    position: relative;
}

.our-visions {
    margin: 0px;
    padding-left: 40px;
}

    .our-visions h2 { /* font-family: 'Montserrat'; */
        font-size: 54px;
        color: #000;
        font-weight: 200;
        margin-bottom: 35px;
        line-height: 60px;
        margin-top: 30px;
    }

        .our-visions h2:before {
            content: '';
            position: absolute;
            left: 25px;
            top: 5%;
            width: 30px;
            height: 30px;
            border-top: 2px solid #29abe2;
            border-left: 2px solid #29abe2;
        }

    .our-visions span {
        margin: 0px 0 0px;
        font-family: 'Montserrat';
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fbdc36;
        line-height: 47px;
        width: 100%;
    }

    .our-visions p {
        margin: 0px 0px 35px;
        text-align: justify;
        font-weight: 400;
        color: #5d5d5d !important;
        line-height: 26px;
    }

    .our-visions img {
        margin: 0px;
    }

    .our-visions a {
        color: #5d5d5d;
        display: inline-block;
        margin: 7px 0px 15px 0px;
        text-align: center;
        font-size: 16px;
        font-family: 'Montserrat';
        position: relative;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .our-visions a::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 30%;
            left: 0;
            bottom: 0;
            background-color: #000;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .our-visions a:hover::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 100%;
            bottom: 0;
            background-color: #29abe2;
            -webkit-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
        }

        .our-visions a:hover {
            color: #000;
        }

.vehicles {
    padding: 25px 0;
    position: relative;
}

#our-vehicles {
    text-align: center;
    margin: 15% 0;
}

    #our-vehicles img {
        max-width: 80%;
        margin: 0 auto;
    }

.vehicles .owl-theme .owl-controls {
    top: 115%;
}

section.vehicles:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 5%;
    width: 12%;
    height: 44%;
    background-image: url(../images/pattren1.png);
    background-repeat: no-repeat;
}

.our-mission {
    margin: 0px;
    padding-left: 40px;
    background-color: #eef1f3 !important;
}

    .our-mission h2 {
        font-size: 54px;
        color: #000;
        font-weight: 200;
        margin-bottom: 35px;
        line-height: 60px;
        margin-top: 30px;
    }

        .our-mission h2:before {
            content: '';
            position: absolute;
            left: 25px;
            top: 5%;
            width: 30px;
            height: 30px;
            border-top: 2px solid #29abe2;
            border-left: 2px solid #29abe2;
        }

    .our-mission span {
        margin: 0px 0 0px;
        font-family: 'Montserrat';
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        color: #29abe2;
        line-height: 47px;
        width: 100%;
    }

    .our-mission p {
        margin: 0px 0px 35px;
        text-align: justify;
        font-weight: 400;
        color: #5d5d5d !important;
        line-height: 26px;
    }

    .our-mission img {
        margin: 0px;
    }

    .our-mission a {
        color: #000;
        display: inline-block;
        margin: 7px 0px 15px 0px;
        text-align: center;
        font-size: 16px;
        font-family: 'Montserrat';
        position: relative;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .our-mission a::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 30%;
            left: 0;
            bottom: 0;
            background-color: #000;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .our-mission a:hover::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 100%;
            bottom: 0;
            background-color: #29abe2;
            -webkit-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
        }

        .our-mission a:hover {
            color: #000;
        }

.why-choose {
    margin: 0px;
    padding-left: 40px;
    background-color: #f8f9fa !important;
}

    .why-choose .title {
        width: 100%;
        font-weight: 600;
        font-size: 40.02px;
        line-height: 55px;
        color: #1e1e1e;
        margin-bottom: 6px;
        text-transform: capitalize;
        text-align: center;
    }

.icon-box .tab_services {
    text-align: center;
    margin-bottom: 39px;
}

.section-iconbox:not(.fix-mtb) {
    padding: 0 0 64px;
}

.section-iconbox.fix-mtb {
    padding-top: 40px;
    padding-bottom: 15px;
}

.iconbox .iconbox-icon {
    min-height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
}

.iconbox .iconbox-content h3 {
    margin-bottom: 15px;
    text-align: center;
}

    .iconbox .iconbox-content h3 a {
        margin-bottom: 15px;
        font-size: 20px;
        color: #000 !important;
        font-weight: 400;
    }

.icon-box .tab_services li {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 63px;
}

    .icon-box .tab_services li a {
        display: block;
        font-family: Dosis;
        font-weight: 300;
        font-size: 23px;
        color: #000;
        opacity: 0.3;
    }

    .icon-box .tab_services li.active a {
        opacity: 1;
    }

    .icon-box .tab_services li a img {
        display: block;
        margin: 0 auto;
        padding-bottom: 15px;
    }

.icon-box .content-box, .sdl-booking .schedule-booking {
    display: none;
}

.icon-box .content-box {
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
}

    .icon-box .content-box .position-content {
        margin-bottom: 30px;
    }

hr {
    border-top: 1px solid #ebe9dc;
}

.icon-box hr {
    margin-top: 82px;
    margin-bottom: 82px;
}

.section-iconbox hr {
    margin-top: 75px;
}

.icon-box #sv-1, .sdl-booking #bk-1 {
    display: block;
}

.icon-box .content-box p {
    display: inline-block;
    vertical-align: top;
    font-family: Dosis;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #969696;
}

.icon-box .content-box .left-content {
    font-size: 20px;
    line-height: 24px;
    color: #bf9c60;
}

.icon-box .content-box .view_service {
    text-align: center;
}

    .icon-box .content-box .view_service a {
        font-family: Dosis;
        font-weight: 400;
        font-size: 15px;
        color: #1e1e1e;
    }

        .icon-box .content-box .view_service a img {
            margin-left: 16px;
        }

        .icon-box .content-box .view_service a:hover {
            color: #f28b00;
        }

.footercvr {
    float: left;
    width: 100%;
    background: #000;
}

    .footercvr h3 {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        margin: 0px 0 15px;
        0;
    }

.footer {
    float: left;
    width: 100%;
    padding: 0;
    margin: 40px 0;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    line-height: 24px;
}

    .footer label {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }

.footer2 {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center !important;
    text-transform: uppercase;
    background: #17204d;
    border-radius: 0;
}

    .footer2 p {
        float: left;
        width: 100%;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        text-align: center !important;
    }

.footerleft {
    float: left;
    padding-left: 15px;
    text-align: center;
}

.footerright {
    float: right;
    padding-right: 15px;
}

    .footerright a {
        color: #000 !important;
        text-decoration: underline;
    }

.footerbox1 {
    float: left;
    width: 22%;
    margin: 0 0 0 0;
}

.footer h4 {
    color: #29abe2;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align: left;
    letter-spacing: 0.5px;
}

    .footer h4 .head-line {
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 3px;
        background-color: #313131;
        margin: 0;
    }

.footer-h1 {
    margin: 0 0 3% 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: no;
    text-align: left;
    letter-spacing: 0;
}

.f-red {
    color: #f7b908;
}

.footerbox2 {
    float: left;
    width: 22%;
    margin: 0 2% 0 0;
}

.footerbox3 {
    float: left;
    width: 20%;
}

.footerbox4 {
    float: right;
    width: 28%;
    font-size: 14px;
    font-weight: normal;
    color: #b4cad7;
    text-decoration: none;
    padding: 0 2% 0 0;
    margin: 0 0 0 2%;
    text-align: left;
    background: url(../images/map2.png) left center no-repeat;
}

.footerbox4-h1 {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    font-size: 19px;
    font-weight: normal;
    color: #b4cad7;
    text-decoration: none;
    text-align: left;
}

.footerbox4-list {
    float: left;
    width: 100%;
    margin: 1% 0 0 0;
}

.f:link, .f:visited, .f:active {
    clear: both;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    /*text-transform: uppercase;*/
    padding: 10px 0;
    line-height: 11px;
}

.f:hover {
    clear: both;
    float: left;
    font-weight: 400;
    color: #29abe2;
    text-decoration: underline;
}

.f2:link, .f2:visited, .f2:active {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.f2:hover {
    font-size: 13px;
    font-weight: normal;
    color: #29abe2;
    text-decoration: underline;
}

.a:link, .a:visited, .a:active {
    font-size: 14px;
    font-weight: normal;
    color: #29abe2;
    text-decoration: none;
}

.a:hover {
    font-size: 14px;
    font-weight: normal;
    color: #29abe2;
    text-decoration: underline;
}

.r:link, .r:visited, .r:active {
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

.r:hover {
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

.footerfield {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    text-decoration: none;
    padding: 5px 4px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: none;
}

.footerbtn {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 3px;
    background: #cf142b;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-align: center;
        background-color: rgba(0,0,0, 0.6);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

/* tables */
table {
    font-size: 1.2em;
    font-weight: 600;
    min-width: 100%;
    margin-bottom: 20px;
}

tr:nth-child(even) {
    background-color: $grey;
    padding: 10px;
}

tr:nth-child(odd) {
    padding: 10px;
}

/* List styles */
.whychoose {
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .whychoose li {
        display: inline-block;
        width: 48%;
        margin-top: 10px;
    }

    .whychoose .iconin {
        margin-right: 10px;
        color: #a4a4a4;
    }
/* signup form css start */
.safetyform {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
    text-decoration: none;
    border: solid 1px #2f3488;
    border-radius: 8px;
}

.safetyform-small {
    float: left;
    width: 60%;
    margin: 20px 20%;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
    text-decoration: none;
    border: solid 1px #2f3488;
    border-radius: 8px;
}

.safetyform2 {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #002840;
    border-radius: 8px;
}

    .safetyform2 p {
        margin: 0;
        color: #272727;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.9em;
        letter-spacing: 0.5px;
    }

    .safetyform2 h2 {
        float: left;
        width: 100%;
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        text-align: center;
        margin: 0px;
        padding: 15px 0;
        background: #000;
    }

        .safetyform2 h2 p {
            color: #fff;
        }


    .safetyform2 h3 {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        color: #5f5f5f;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
        padding: 0px;
    }

    .safetyform2 img {
        width: 160px;
        margin: 0 auto;
    }

.safetyform-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.safetyform-list1 {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}

    .safetyform-list1 .star {
        margin-right: 5px;
        color: red !important;
    }

    .safetyform-list1 span {
        color: #2f3488;
    }

.safetyform-list-label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #ce8e29;
}

.safetyform-list-label2 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #eee;
}

.safetyform-list-label3 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
}

.safetyform-list2 {
    float: left;
    width: 100%;
}

.safetyform-list3 {
    float: left;
    width: 49%;
    margin: 7px 0;
}

.safetyform-list4 {
    float: right;
    width: 49%;
    margin: 7px 0;
}

.safetyform-list5 {
    float: left;
    width: 100%;
    padding-top: 10px;
}

    .safetyform-list5 input[type="radio"] {
        margin: 5px 5px 0 0;
        margin-top: 1px \9;
        line-height: normal;
        background: #000;
    }

.safetyform-list6 {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin: 5px 0 15px 0;
    border-top: solid 1px #2f3488;
    border-bottom: solid 1px #2f3488;
}

    .safetyform-list6 h3 {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
        color: #333;
        text-decoration: none;
        margin: 0px 0 2px 0;
    }

.safetyform-list7 {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #2f3488;
}

    .safetyform-list7 h3 {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
        color: #333;
        text-decoration: none;
        margin: 0px 0 2px 0;
    }

    .safetyform-list7 h4 {
        float: left;
        width: 100%;
        font-size: 17px;
        font-weight: normal;
        color: #333;
        text-decoration: none;
        margin: 0px 0 2px 0;
    }

    .safetyform-list7 ol {
        float: left;
        width: 100%;
        margin-top: 5px;
    }

        .safetyform-list7 ol li {
            float: left;
            width: 100%;
            margin-top: 8px;
        }

.safetyform-list8 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding: 5px 0;
    margin: 5px 0 15px 0;
    border: solid 1px #002840;
    background: #29abe2;
    text-align: center;
}

.safetyform-list9 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    padding: 10px;
    margin: 5px 0 15px 0;
    border: solid 1px #2f3488;
    border-bottom: solid 1px #2f3488;
}

.safetyform-list10 {
    float: left;
    width: 74%;
    padding: 0px 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
}

.safetyform-list11 {
    float: right;
    width: 25%;
    text-align: right;
}

.safetyform-list12 {
    float: right;
    width: 100%;
    padding: 5px 0;
    text-align: right;
    margin-bottom: 10px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.safetyform-list13 {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 15px 0 10px 0;
    border-top: solid 1px #2f3488;
    border-bottom: solid 1px #2f3488;
    text-align: center;
    text-transform: none;
}

.safefield {
    width: 100% !important;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    padding: 8px 5px;
    border-radius: 0;
    background: #fff;
    border: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
}

.safebtn {
    float: right;
    margin-top: 15px;
    padding: 9px 30px;
    font-size: 17px;
    font-weight: normal;
    color: #29abe2;
    text-decoration: none;
    background: #000000;
    border-radius: 3px;
    border: none;
}

    .safebtn:focus, .safebtn:hover {
        color: #fff;
        background: #000;
        text-decoration: none;
    }

.file {
    visibility: hidden;
    position: absolute;
}

.custom-file {
    height: calc(2.25rem + 3px);
}

.custom-file-input {
    height: calc(3.25rem + 3px);
}

.custom-file-label {
    height: calc(2.2rem + 3px);
    line-height: 23px;
}

    .custom-file-label::after {
        height: calc(calc(2.25rem + 3px) - 1px * 2);
        line-height: 23px;
    }

.safetyform2 .form-group {
    margin: 0px 0;
    display: inline-block;
    padding: 0px;
    width: 100%;
}

    .safetyform2 .form-group label {
        width: 100%;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
    }
/* signup form css end */
/*fleet page*/
.vehicle-cover {
    float: left;
    width: 100%;
}

.vehicle-cover2 {
    float: left;
    width: 100%;
}

.vehicle {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 1% 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: 0px 3px 5px #dedede;
    min-height: 248px;
}

.vehicle-h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    text-align: center;
}

.vehicle-h2 {
    float: right;
    width: auto;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-top: 2%;
}

.vehicle-pic {
    text-align: center;
    float: left;
    width: 100%;
}

.vehicle-text {
    text-align: right;
    float: right;
    width: 100%;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
}

.vehicle-box {
    float: left;
    width: 100%;
    height: 118px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
}

.vehicle-boxlist {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.vehicle-text2 {
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vehicle-0 {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 2px;
}

.vehicle-1 {
    float: left;
    width: auto;
    color: #bd0059;
    text-decoration: none;
}

.vehicle-boxlist img {
    margin: 0px;
}

.vehicle-boxlist span {
    margin: 8px 4px 8px 4px;
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.booking-engine {
    display: block;
    position: relative;
    z-index: 100;
    padding: 40px 0 120px;
}

    .booking-engine h3 {
        font-size: 42px;
        font-weight: 600;
        text-align: center;
        color: #454545;
        letter-spacing: 0;
        margin-bottom: 20px;
        line-height: 50px;
    }
        .booking-engine h3 span {
            color: #29abe2;
            font-weight: 100;
        }

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -100;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #ced4da 20%, #f8f9fa 80%);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
