
body {
    margin: 0 auto;
    font-size: 11pt;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.tpp {
    float: left;
    width: 100%;
    background-color: #004990;
}

.tpp-links {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
}

    .tpp-links a {
        float: left;
        color: #fff;
        font-weight: 600;
        text-align: left;
        padding: 5px 30px 5px 0;
    }

        .tpp-links a:hover {
            float: left;
            color: #ddd;
        }

.tpp-rgt {
    width: 50%;
    float: left;
    color: #fff;
    font-weight: 600;
    text-align: right;
    padding: 4px 0 0 0;
}

.top-fl {
    float: left;
    width: 100%;
    position: absolute;
    padding: 0 0 0 0;
    /*border-bottom: 1px solid #777;
    background-color: rgba(0,0,0,.6);*/
}

.logo {
    width: 10%;
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
    padding: 10px 0 0 20px;
}

.tpp_rtt {
    float: right;
    margin: 33px 0 0 0;
}

.loc {
    float: left;
    color: #666;
    font-size: 13pt;
    font-weight: 500;
    text-align: left;
    padding: 0 30px 0 0;
}

.phone {
    float: right;
    margin: 0 0 0 0;
}

    .phone a {
        float: left;
        text-align: center;
        padding: 25px 25px 25px 25px;
        border-left: 1px solid #777;
    }

        .phone a:hover {
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.bkbtn {
    float: right;
    margin: 0 0 0 0;
}

    .bkbtn a {
        float: left;
        text-align: center;
        background-color: #f9b31d;
        padding: 25px 25px 25px 25px;
    }

        .bkbtn a:hover {
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.menu_bar {
    width: 70%;
    float: left;
    z-index: 999;
    margin: 20px 0 0 0;
    position: relative;
}

.blk-bg {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 100px 0 40px 0;
    background-color: rgba(0,0,0,.7);
}

    .blk-bg h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 700;
        padding: 0 0 0 0;
        line-height: 1.1;
        margin: 0 0 0 0;
        text-align: center;
        /*text-transform: uppercase;*/
    }

    .blk-bg p {
        color: #ddd;
        font-size: 13pt;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: center;
        padding: 0 0 20px 0;
    }

.all_heading {
    float: left;
    width: 100%;
    padding: 130px 0 70px 0;
    background-image: url(../images/pag_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

    .all_heading h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 700;
    }

    .all_heading p {
        color: #fff;
        font-size: 13pt;
        margin: 0 0 0 0;
        font-weight: 500;
        text-align: center;
        padding: 0 0 5px 0;
    }

.sldr {
    width: 100%;
    float: left;
    background-image: url(../images/hdr_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.sldr_lft {
    width: 50%;
    float: left;
    padding: 100px 80px 0 20px;
}

    .sldr_lft h1 {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 40pt;
        line-height: 1.2;
        text-align: left;
        font-weight: 600;
        letter-spacing: 2px;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .sldr_lft p {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 17pt;
        line-height: 1.2;
        text-align: left;
        font-weight: 500;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.sldr_mor {
    width: 100%;
    float: left;
    text-align: left;
    margin: 20px 10px 0 0;
}

.btnhd {
    cursor: pointer;
    font-size: 13pt;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: middle;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    padding: 15px 40px 15px 40px;
    border: 1px solid transparent;
}

.btnhd-default {
    color: #000;
    border-color: #f9b31d;
    background-color: #f9b31d;
}

    .btnhd-default:hover, .btnhd-default:focus, .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        color: #f9b31d;
        border-color: #fff;
        background-color: #fff;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        background-image: none;
    }

.sldr_rgt {
    width: 50%;
    float: left;
    margin: 150px 0 0 0;
}

.sel_dtm {
    text-align: left;
    font-weight: 600;
}

.ride {
    width: 100%;
    float: left;
    color: #fff;
    background-image: url(../images/why_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}

.ride_ovly {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0,0,0,.5);
}

.ride h1 {
    color: #f9b31d;
    font-size: 30pt;
    font-weight: 700;
    padding: 0 0 0 0;
    line-height: 1.3;
    margin: 0 0 10px 0;
    text-align: center;
}

.ride p {
    color: #fff;
    font-size: 25pt;
    padding: 0 0 0 0;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin: 10px 0 30px 0;
}

    .ride p a {
        color: #f9b31d;
    }

.ridebtn {
    color: #000;
    font-size: 15pt;
    font-weight: 600;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #f9b31d;
    /*text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);*/
}

    .ridebtn a {
        color: #000;
    }

    .ridebtn:hover {
        color: #000;
        background-color: #fff;
    }

.book-bg {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #f9b31d;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background-image: url(../images/book-bg.png);
	background-repeat:repeat-y;*/
}

.book-ttl {
    width: 100%;
    float: left;
    color: #000;
    font-size: 15pt;
    margin: 0 0 5px 0;
    font-weight: 700;
    padding: 15px 0 0 0;
    /*text-shadow: 0 2px 2px rgba(0,0,0,.6);*/
}

.book-hd {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 11pt;
    font-weight: 600;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 2px 0 0 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 11pt;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 2px 0 0 20px;
}

.book-data {
    width: 100%;
    margin-top: 0;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
}

.rsv-form {
    width: 100%;
    float: left;
}

.crs_area {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0 0 0 0;
    background-color: #fef2d8;
}

    .crs_area h1 {
        color: #222;
        font-size: 30pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        line-height: 50px;
        text-align: center;
    }

    .crs_area p {
        color: #666;
        font-size: 11pt;
        font-weight: 400;
    }

.crs_grp {
    width: 90%;
    float: left;
    margin: 5%;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    box-shadow: 3px 3px 15px 6px rgba(0,0,0,0.08);
}

.crs_grp_a {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 20px 0;
}

.crs_grp_b {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.crs_grp h3 {
    color: #000;
    font-size: 15pt;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
}

.crs_grp_c {
    width: 100%;
    float: left;
    color: #333;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6;
    text-align: center;
}

.crs_mor {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
}

    .crs_mor a {
        color: #000;
        font-weight: 500;
        font-size: 10pt;
        border-radius: 5px;
        background-color: #f9b31d;
        padding: 10px 25px 10px 25px;
    }

        .crs_mor a:hover {
            color: #f9b31d;
            background-color: #000;
        }

.flt_area {
    width: 100%;
    float: left;
    padding: 40px 0 50px 0;
    background-image: url(../images/flt_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .flt_area h1 {
        color: #000;
        font-size: 25pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        line-height: 50px;
        text-align: center;
    }

.flt_grp {
    width: 90%;
    float: left;
    margin: 0 5%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.flt_pic {
    width: 100%;
    float: left;
    padding: 0 10px 0 10px;
    border-bottom: 10px solid #f9b31d;
}

.flt_content {
    width: 100%;
    float: left;
    padding: 20px 10px 20px 10px;
}

.flt_hd {
    width: 100%;
    float: left;
    font-size: 15pt;
    font-weight: 600;
    padding: 0 0 5px 0;
}

.flt_txt {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.map {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.pass_schm {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
}

.pass_ttl {
    width: 100%;
    float: left;
    font-size: 25pt;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.pass_sbttl {
    width: 100%;
    float: left;
    color: #f9b31d;
    font-size: 18pt;
    font-weight: 600;
    margin: 10px 0 20px 0;
    padding: 0 0 0 0;
}

.pass_txt {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cbchrg_area {
    width: 100%;
    float: left;
    background-image: url(../images/cbchrg_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.cbchrg_ovly {
    width: 100%;
    float: left;
    padding: 70px 0 70px 0;
    background-color: rgba(0,0,0,0.7);
}

.cbchrg_lft {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.cbchrg_rgt {
    width: 50%;
    float: left;
    border-radius: 15px;
    border: 2px dashed #f9b31d;
    padding: 30px 30px 30px 30px;
    /*background-color: #eee;*/
}

.cbchrg_ttl {
    width: 100%;
    float: left;
    color: #f9b31d;
    font-size: 25pt;
    text-align: left;
    font-weight: 700;
    padding: 0 0 20px 0;
}

.cbchrg_sbttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
}

.cbchrg_txt {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.7;
    text-align: justify;
    padding: 0 0 20px 0;
}

.cbchrg_pic {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.wlo {
    width: 100%;
    float: left;
    padding: 40px 0 50px 0;
    background-color: #fff;
}

.wlo_a {
    width: 50%;
    float: left;
    padding: 20px 0 0 70px;
}

    .wlo_a h1 {
        color: #000;
        font-size: 25pt;
        text-align: left;
        line-height: 1.2;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    .wlo_a span {
        color: #f9b31d;
        font-size: 15pt;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

    .wlo_a p {
        color: #444;
        text-align: left;
    }

.wlo_b {
    width: 50%;
    float: left;
    margin-top: 40px;
}

.wlo_mr {
    color: #ffffff;
    margin: 0 auto;
    font-size: 11pt;
    margin-top: 40px;
    text-align: left;
}

    .wlo_mr a {
        color: #f9b31d;
        font-weight: 500;
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #000;
    }

        .wlo_mr a:hover {
            color: #000;
            text-decoration: none;
            background-color: #f9b31d;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.flt_tmb {
    width: 92%;
    float: left;
    margin: 4% 4% 4% 4%;
    border: 1px solid #ddd;
    padding: 5px 5px 5px 5px;
}

.thre {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.thre_inner {
    width: 100%;
    float: left;
    padding: 20px 0 40px 0;
    background-image: linear-gradient(to right, #eee, #fff);
}

.thre_a {
    width: 40%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
}

.thre_rgt {
    width: 60%;
    float: left;
}

.thre_rgtt {
    width: 100%;
    float: left;
    color: #666;
    font-size: 20pt;
    text-align: left;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.thre_rgttt {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    text-align: center;
}

    .thre_rgttt:hover {
        padding: 0 0 0 30px;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

.welc {
    width: 100%;
    float: left;
    padding: 50px 0 40px 0;
}

.welcabt {
    width: 100%;
    float: left;
    padding: 50px 0 40px 0;
}

    .welcabt h3 {
        font-size: 15pt;
        font-weight: 500;
        padding: 0 0 10px 0;
        text-align: left;
    }

.welc_ap {
    width: 100%;
    float: left;
    color: #777;
    padding: 0 0 0 30px;
}

.welc_apab {
    width: 100%;
    float: left;
    color: #777;
    padding: 0 50px 0 0;
}

.welc h1 {
    color: #004990;
    font-size: 30pt;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.welc h3 {
    color: #ccc;
    font-size: 18pt;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.welc span {
    color: #222;
    font-size: 25pt;
    font-weight: 100;
    text-align: left;
}

.welc_bp {
    width: 50%;
    margin: 0 auto;
}

.welc_mor {
    color: #ffffff;
    margin: 0 auto;
    font-size: 11pt;
    margin-top: 40px;
    text-align: center;
}

    .welc_mor a {
        color: #fff;
        padding: 10px 25px;
        text-decoration: none;
        background-color: #222;
    }

        .welc_mor a:hover {
            color: #ffffff;
            padding: 10px 25px;
            background-color: #666;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.arp-bg {
    float: left;
    width: 100%;
    background-image: url(../images/air_trans_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.corp-bg {
    float: left;
    width: 100%;
    background-image: url(../images/corp_trans_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.max-bg {
    float: left;
    width: 100%;
    background-image: url(../images/maxi_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.prmtx-bg {
    float: left;
    width: 100%;
    background-image: url(../images/prm_tax_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.gen-bg {
    float: left;
    width: 100%;
    background-image: url(../images/gen_trans_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.parc-bg {
    float: left;
    width: 100%;
    background-image: url(../images/parc_delv_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.cabn-bg {
    float: left;
    width: 100%;
    background-image: url(../images/cabin_crew_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.babyseat-bg {
    float: left;
    width: 100%;
    background-image: url(../images/baby_seat_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.wheelchair-bg {
    float: left;
    width: 100%;
    background-image: url(../images/wheelchair_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.specevents-bg {
    float: left;
    width: 100%;
    background-image: url(../images/spec_events_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

.abhdr_area {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 130px 0 70px 0;
    background-color: rgba(0,0,0,.6);
}

    .abhdr_area h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 700;
        padding: 0 0 0 0;
        line-height: 1.1;
        margin: 0 0 10px 0;
        text-align: center;
        /*text-transform: uppercase;*/
    }

    .abhdr_area p {
        color: #fff;
        font-size: 13pt;
        margin: 0 0 0 0;
        font-weight: 500;
        text-align: center;
        padding: 0 0 10px 0;
    }

.abhdr_phn {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    margin-bottom: 25px;
}

    .abhdr_phn a {
        color: #fff;
        font-size: 16pt;
        font-weight: 500;
        border-radius: 10px;
        letter-spacing: 1px;
        margin: 0 10px 0 10px;
        background-color: #004990;
        padding: 5px 20px 7px 20px;
    }

        .abhdr_phn a:hover {
            color: #fff;
            margin: 0 10px 0 10px;
            background-color: #000;
            border: 1px solid #666;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.srv_bg {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
    background-color: #f5f5f5;
}

.seve_bg {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
    background-color: #fff;
}

.srv_bg h1 {
    font-size: 30pt;
    text-align: left;
    color: #004990;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.srv_bg h2 {
    font-size: 19pt;
    text-align: left;
    color: #ccc;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.srv_bg h3 {
    font-size: 22pt;
    text-align: left;
    color: #004990;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.srv_bg h4 {
    color: #666;
    font-size: 15pt;
    text-align: left;
    font-weight: 100;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}

.srv_box {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.srv_box_rt {
    width: 70%;
    float: left;
    padding: 0 0 0 20px;
}

.srv_box_a {
    width: 100%;
    float: left;
    color: #e5e5e5;
    margin: 0 0 0 0;
    font-size: 80pt;
    font-weight: 700;
    padding: 0 0 0 0;
    text-align: center;
}

.srv_box_b {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.srv_box h3 {
    color: #222;
    font-size: 14pt;
    padding: 10px 0;
    font-weight: 500;
    text-align: left;
    margin: 0 0 1px 0;
    text-transform: uppercase;
}

.srv_box_c {
    width: 100%;
    float: left;
    color: #777;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: justify;
}

.srv_box_d {
    width: 30%;
    float: left;
    margin: 10px 0 0 0;
    background-color: #fff;
}

.txt {
    color: #333;
}

.img_left {
    margin: 0 20px 20px 0;
}

.img_Right {
    margin: 0 0 20px 20px;
}

.chos {
    width: 100%;
    float: left;
    padding-top: 0;
    margin: 0 0 0 0;
    padding-bottom: 0;
    background-image: url(../images/why_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .chos h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .chos p {
        color: #fff;
        font-size: 20pt;
        padding: 0 0 0 0;
        line-height: 35px;
        text-align: center;
        margin: 0 0 30px 0;
    }

.seve_tab {
    width: 94%;
    float: left;
    margin: 0 3% 7% 3%;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.seve_tab_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.seve_tab h3 {
    font-size: 14pt;
    color: #004990;
    padding: 10px 0;
    font-weight: 600;
    margin: 0 0 1px 0;
    text-align: center;
    text-transform: uppercase;
}

.seve_tab_c {
    width: 100%;
    float: left;
    color: #777;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: justify;
}

.seve_tab_d {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
    background-color: #fff;
}

.abo {
    width: 100%;
    float: left;
    margin: 0;
}

    .abo a {
        color: #000;
        text-decoration: none;
    }

        .abo a:hover {
            color: #666;
            text-decoration: none;
        }

.abo_inner {
    background-color: #f9b31d;
    padding: 70px 0;
}

.abo h1 {
    font-size: 50pt;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
}

.abo p {
    font-size: 60pt;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    color: #000;
    line-height: 45px;
    font-weight: 600;
}

.abtt {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
}

    .abtt h3 {
        font-size: 15pt;
        font-weight: 500;
        text-align: left;
    }

    .abtt ul {
        margin: 0;
        padding: 0;
        list-style: disc;
    }

    .abtt li {
        margin: 0 0 0 20px;
        padding: 5px 0 5px 0;
        font-size: 13pt;
        color: #555;
        font-weight: 400;
        text-align: left;
        list-style: none;
        border-bottom: 1px dashed #ddd;
        list-style-image: url(../images/check_ico.png);
    }

.srvss_a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 70px 15px 70px 15px;
    background-color: rgba(249,179,29,.5);
    border-right: 2px dotted #ccc;
}

    .srvss_a ul {
        margin: 0;
        padding: 0 0 0 100px;
        list-style: none;
    }

    .srvss_a li {
        margin: 0;
        padding: 3px 0 3px 0;
        font-size: 13pt;
        color: #fff;
        font-weight: 300;
        text-align: left;
        list-style-image: url(../images/wht_check.png);
    }

.call_matt {
    width: 95%;
    float: left;
    padding: 0 30px 50px 30px;
    margin: 75px 0 0 0;
    border: 1px solid #eee;
    background-color: #000;
}

.caller {
    width: 100%;
    float: left;
    padding: 20px 0 30px 0;
}

.cal_a {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    border-bottom: 2px dotted #444;
}

    .cal_a h3 {
        font-size: 14pt;
        color: #f9b31d;
        text-align: left;
        font-weight: 600;
        margin: 10px 0 10px 0;
    }

    .cal_a p {
        font-size: 12pt;
        color: #fff;
        text-align: left;
        font-weight: 400;
        margin: 0;
    }

    .cal_a a {
        color: #fff;
        text-decoration: none;
    }

        .cal_a a:hover {
            color: #f9b31d;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.cal_b {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    border-bottom: 2px dotted #444;
}

    .cal_b h3 {
        color: #f9b31d;
        font-size: 14pt;
        text-align: left;
        font-weight: 600;
        margin: 10px 0 10px 0;
    }

    .cal_b p {
        color: #333;
        margin: 0 0 0 0;
        font-size: 12pt;
        text-align: left;
        font-weight: 400;
    }

    .cal_b a {
        color: #fff;
        text-decoration: none;
    }

        .cal_b a:hover {
            color: #f9b31d;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.testm {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 70px 0 70px 0;
}

    .testm p {
        color: #777;
    }

    .testm h3 {
        font-size: 27pt;
        color: #333;
        font-weight: 100;
        margin: 0;
    }

    .testm h1 {
        font-size: 40pt;
        color: #004990;
        font-weight: 700;
        margin: 5px 0 30px 0;
    }

.testm-data {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0 0 20px 0;
    border-bottom: 2px dashed #ddd;
}

.testm-name {
    width: 95%;
    float: left;
    color: #222;
    text-align: center;
    padding: 3px 20px 4px 0;
    font-weight: 600;
    font-size: 13pt;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    border-bottom-right-radius: 2px;
}

.bott-full {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
    background-image: url(../images/bott_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.bt-hd {
    float: left;
    width: 100%;
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 14pt;
    margin: 0 0 10px 0;
}

.bt-txt {
    color: #333;
}

.bt-b2 {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 30px;
}

    .bt-b2 a {
        color: #333;
        text-decoration: none;
    }

        .bt-b2 a:hover {
            color: #000;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.bt-c2 {
    float: left;
    width: 100%;
    color: #333;
    text-align: left;
    line-height: 30px;
}

    .bt-c2 a {
        color: #333;
        text-decoration: none;
    }

        .bt-c2 a:hover {
            color: #000;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.footer-full {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    background-color: #000;
}

.ftr-lt {
    width: 50%;
    float: left;
    color: #fff;
    text-align: left;
}

.ftr-rt {
    width: 50%;
    float: left;
    color: #fff;
    text-align: right;
}

    .ftr-rt a {
        color: #f9b31d;
        text-decoration: none;
        font-weight: 600;
    }

        .ftr-rt a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.btmrgtfix {
    display: none;
}

.whapp_ico {
    display: none;
}









@media (max-width:480px) {

    .logo {
        float: left;
        width: 27%;
        padding: 5px 0 0 10px;
    }

    .phone {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 37px;
        font-weight: 500;
        margin: 20px 0 0 0;
    }

    .blk-bg {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 100px 0 40px 0;
    }

    .wel h1 {
        font-size: 18pt;
        text-align: center;
    }

    .ftr-lt {
        width: 100%;
        float: left;
        text-align: center;
    }

    .ftr-rt {
        width: 100%;
        float: left;
        text-align: center;
        margin: 2px 0 0 0;
    }

    .srv_bg {
        width: 100%;
        float: left;
        background-color: #f5f5f5;
        padding: 30px 15px 30px 15px;
    }

        .srv_bg h1 {
            font-size: 22pt;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .srv_bg h2 {
            font-size: 14pt;
            line-height: 1.2;
            margin: 0 0 10px 0;
        }

    .srv_box h3 {
        font-size: 15pt;
    }

    .chos {
        width: 100%;
        float: left;
        padding: 50px 10px;
        margin: 0;
    }

        .chos h1 {
            font-size: 22pt;
            font-weight: bold;
            margin: 0 0 10px 0;
            padding: 0;
            text-align: center;
            color: #fff;
            line-height: 1.2;
            text-shadow: 0 1px 5px rgba(0,0,0,1.6);
        }

        .chos p {
            font-size: 17pt;
            margin: 0 0 30px 0;
            padding: 0;
            text-align: center;
            color: #fff;
            line-height: 35px;
            text-shadow: 0 1px 2px rgba(0,0,0,1.6);
            font-weight: bold;
        }

    .head-ttl {
        font-size: 16pt;
        margin: 0 0 0 0;
        padding: 15px 0 5px 0;
        /*text-shadow: 0 3px 5px rgba(0,0,0,1.6);*/
    }

    .book-data {
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
        padding: 20px 0 20px 0;
    }

    .welc_ap {
        padding: 0 15px;
    }

    .welc_apab {
        width: 100%;
        float: left;
        color: #777;
        padding: 0 15px 0 15px;
    }

    .welc_ap h1 {
        color: #222;
        font-size: 22pt;
        margin: 0 0 0 0;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
    }

    .welc_ap h3 {
        color: #004990;
        font-size: 13pt;
        font-weight: 500;
        line-height: 1.5;
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .welc_ap span {
        color: #666;
        font-size: 16pt;
        font-weight: 100;
        text-align: center;
    }

    .srv_box {
        width: 100%;
        float: left;
        padding: 0 0 10px 0;
    }

    .srvss_a {
        width: 100%;
        margin: 0 auto;
        opacity: .75;
        background-color: #000;
        border: 2px dashed #555;
        padding: 30px 10px 30px 10px;
    }

        .srvss_a ul {
            margin: 0;
            padding: 0 0 0 25px;
            list-style: none;
        }

        .srvss_a li {
            font-size: 11pt;
        }

    .srv_box_c {
        width: 100%;
        float: left;
        padding: 10px;
        color: #777;
        margin: 0 0 10px 0;
        text-align: justify;
        line-height: 1.5;
        background-color: #fff;
        border: 1px solid #e5e5e5;
    }

    .all_heading {
        float: left;
        width: 100%;
        padding: 90px 0 70px 0;
        background-image: url(../images/pag_bg.webp);
        background-position: 20% 0;
        background-size: cover;
    }

        .all_heading h1 {
            color: #fff;
            font-size: 22pt;
            font-weight: 700;
        }

    .abo_inner {
        padding: 50px 0;
    }

    .abo h1 {
        font-size: 22pt;
        font-weight: 100;
        padding: 0 0 0 0;
        line-height: 1.2;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .abo p {
        font-size: 32pt;
        padding: 0 0 0 0;
        font-weight: 600;
        line-height: 35px;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .abtt h3 {
        color: #333;
        font-size: 15pt;
        font-weight: 500;
        text-align: center;
    }

    .abtt {
        width: 100%;
        float: left;
        padding: 20px 0 50px 0;
    }

    .welcabt {
        width: 100%;
        float: left;
        padding: 20px 0 20px 0;
    }

    .srv_bg h3 {
        font-size: 15pt;
        line-height: 1.1;
    }

    .srv_bg h4 {
        color: #666;
        font-size: 12pt;
        text-align: left;
        font-weight: 100;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .cal_a {
        width: 100%;
        float: left;
        padding: 10px 0 30px 0;
        border-bottom: 2px dotted #ddd;
    }

        .cal_a h3 {
            font-size: 15pt;
            font-weight: 500;
            text-align: center;
            margin: 5px 0 5px 0;
        }

        .cal_a p {
            font-size: 11pt;
            margin: 0 0 0 0;
            font-weight: 400;
            text-align: center;
        }

    .cal_b {
        width: 100%;
        float: left;
        padding: 30px 0 30px 0;
        border-bottom: 2px dotted #ddd;
    }

        .cal_b h3 {
            font-size: 15pt;
            font-weight: 500;
            text-align: center;
            margin: 10px 0 10px 0;
        }

        .cal_b p {
            font-size: 11pt;
            margin: 0 0 0 0;
            font-weight: 400;
            text-align: center;
        }

    .call_matt {
        width: 100%;
        float: left;
        margin: 25px 0 0 0;
        border: 1px solid #eee;
        background-color: #000;
        padding: 10px 10px 30px 10px;
    }

    .loc {
        display: none;
    }

    .phone {
        width: 14%;
        float: right;
        color: #666;
        border-left: 0;
        font-size: 20pt;
        font-weight: 500;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-align: center;
    }

        .phone a {
            float: left;
            text-align: center;
            padding: 10px 10px 10px 13px;
        }

    .bkbtn {
        width: 14%;
        float: right;
        margin: 0 45px 0 0;
    }

        .bkbtn a {
            float: left;
            text-align: center;
            background-color: #f9b31d;
            padding: 10px 10px 10px 10px;
        }

    .tpp_rtt {
        width: 100%;
        float: left;
        margin: 0;
    }

    .thre_inner {
        width: 100%;
        float: left;
        padding: 20px 0 40px 0;
        border-bottom: 1px dashed #ccc;
        background-image: linear-gradient(to top, #f3f3f3, #fff);
    }

    .thre_rgtt {
        font-size: 17pt;
        text-align: center;
    }

    .welc h1 {
        color: #004990;
        font-size: 22pt;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 20px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .welc span {
        color: #222;
        font-size: 18pt;
        font-weight: 100;
        text-align: left;
    }

    .welc h3 {
        color: #bbb;
        font-size: 12pt;
        font-weight: 500;
        line-height: 1.5;
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .testm h3 {
        color: #333;
        font-size: 20pt;
        margin: 0 0 0 0;
        font-weight: 100;
    }

    .testm h1 {
        color: #004990;
        font-weight: 700;
        font-size: 25pt;
        margin: 5px 0 20px 0;
    }

    .bt-b2 {
        margin: 0 0 20px 0;
    }

    .bt-c2 {
        margin: 0 0 20px 0;
    }

    .srv_box_rt {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .srv_box_b {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .srv_box h3 {
        color: #222;
        font-size: 14pt;
        font-weight: 500;
        margin: 0 0 1px 0;
        text-align: center;
        padding: 10px 0 0 0;
        text-transform: uppercase;
    }

    .srv_box_c {
        width: 100%;
        float: left;
        color: #777;
        border: 0;
        line-height: 1.5;
        margin: 0 0 10px 0;
        text-align: justify;
    }

    .srv_box_d {
        width: 70%;
        float: left;
        text-align: center;
        margin: 30px 15% 0 15%;
        background-color: #fff;
    }

    .abtt li {
        font-size: 11pt;
        font-weight: 400;
        margin: 0 0 0 20px;
        padding: 5px 0 5px 0;
    }

    .book-hd {
        width: 100%;
        margin-bottom: 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .book-hd-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        padding: 0 0 0 0;
    }

    .sldr_lft h1 {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 18pt;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        padding: 0 10px 0 10px;
    }

    .sldr_lft p {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 11pt;
        line-height: 1.4;
        text-align: center;
        padding: 0 10px 0 10px;
    }

    .sldr_mor {
        width: 100%;
        float: left;
        color: #fff;
        text-align: center;
        margin: 5px 0 0 0;
    }

    .menu_bar {
        width: 100%;
        float: left;
        z-index: 999;
        margin: 0 0 0 0;
        position: relative;
    }

    .sldr {
        width: 100%;
        float: left;
        background-image: url(../images/hdr_bg.webp);
        background-position: 25% 50%;
        background-size: cover;
    }

    .sldr_lft {
        width: 100%;
        float: left;
        padding: 0 0 10px 0;
    }

    .sldr_rgt {
        width: 100%;
        float: left;
        margin: 50px 0 0 0;
    }

    .book-bg {
        width: 94%;
        float: left;
        margin: 0 0 0 6%;
        padding: 0 0 0 0;
    }

    .tpp {
        height: 10px;
    }

    .tpp-links {
        display: none;
    }

    .tpp-rgt {
        display: none;
    }

    .crs_area h1 {
        color: #222;
        font-size: 23pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        line-height: 50px;
        text-align: center;
    }

    .crs_grp {
        width: 100%;
        float: left;
        margin: 3% 0;
        height: auto;
        padding: 20px 20px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 3px 3px 15px 6px rgba(0,0,0,0.08);
    }

    .abhdr_area h1 {
        font-size: 22pt;
        margin: 0 0 10px 0;
    }

    .abhdr_area p {
        color: #fff;
        font-size: 11pt;
        margin: 0 0 0 0;
        line-height: 1.3;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .abhdr_phn a {
        font-size: 14pt;
    }

    .abhdr_area {
        padding: 90px 0 50px 0;
        background-color: rgba(0,0,0,.6);
    }

    .blk-bg h1 {
        font-size: 20pt;
        padding: 0 0 0 0;
        line-height: 1.1;
        margin: 0 0 0 0;
    }

    .blk-bg p {
        font-size: 11pt;
        margin: 0 0 0 0;
        line-height: 1.3;
        text-align: center;
        padding: 0 10px 10px 10px;
    }

    .all_heading p {
        color: #fff;
        font-size: 12pt;
        margin: 0 0 0 0;
        line-height: 1.3;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .wlo {
        width: 100%;
        float: left;
        padding: 0 0 50px 0;
    }

    .wlo_b {
        width: 100%;
        float: left;
    }

    .wlo_a {
        width: 100%;
        float: left;
        padding: 20px 0 0 0;
    }

        .wlo_a h1 {
            font-size: 23pt;
            line-height: 1.3;
            margin: 0 0 5px 0;
            text-align: center;
        }

        .wlo_a span {
            font-size: 13pt;
        }

        .wlo_a p {
            text-align: center;
        }

    .wlo_mr {
        font-size: 11pt;
        margin-top: 40px;
        text-align: center;
    }

    .flt_area {
        width: 100%;
        float: left;
        padding: 20px 0 20px 0;
        background-image: url(../images/flt_bg.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .flt_area h1 {
            font-size: 23pt;
            margin: 0 0 5px 0;
            line-height: 50px;
        }

    .flt_grp {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

    .bott-full {
        padding: 40px 0 20px 0;
    }

    .ride h1 {
        font-size: 23pt;
    }

    .ride p {
        font-size: 17pt;
    }

    .ride {
        margin: 0 0 0 0;
        background-image: url(../images/why_bg.webp);
        background-position: 57% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .ride_ovly {
        width: 100%;
        float: left;
        padding-top: 70px;
        padding-bottom: 80px;
        background-color: rgba(0,0,0,.5);
    }

    .flt_tmb {
        width: 100%;
        float: left;
        margin: 3% 0 3% 0;
    }

    .btmrgtfix {
        width: 100%;
        float: left;
        display: block;
        bottom: 0 !important;
        background-color: #f9b31d;
        position: fixed !important;
        max-width: none !important;
        z-index: 2147482999 !important;
    }

    .btmfix_tmb {
        width: 50%;
        float: left;
        padding: 10px 20px;
    }

    .whapp_ico {
        width: 50px;
        float: left;
        right: 15px;
        bottom: 80px;
        display: block;
        z-index: 99999;
        position: fixed;
    }

    .footer-full {
        float: left;
        width: 100%;
        padding: 20px 0 80px 0;
        background-color: #000;
    }

    .cbchrg_lft {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .cbchrg_rgt {
        width: 92%;
        float: left;
        margin: 20px 4% 0 4%;
        padding: 30px 20px 30px 20px;
        background-color: rgba(0,0,0,0.4);
    }

    .cbchrg_ovly {
        width: 100%;
        float: left;
        padding: 30px 0 40px 0;
        background-color: rgba(0,0,0,0.5);
    }

    .cbchrg_ttl {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16pt;
        text-align: left;
        font-weight: 700;
        padding: 0 0 20px 0;
    }

    .cbchrg_sbttl {
        width: 100%;
        float: left;
        font-size: 13pt;
        font-weight: 700;
        text-align: left;
        padding: 0 0 10px 0;
    }

    .pass_ttl {
        width: 100%;
        float: left;
        font-size: 20pt;
        font-weight: 700;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .pass_sbttl {
        width: 100%;
        float: left;
        color: #f9b31d;
        font-size: 15pt;
        font-weight: 600;
        margin: 10px 0 20px 0;
        padding: 0 0 0 0;
    }
}
