body {
    margin: 0 auto;
    font-size: 11pt;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.top-fl {
    float: left;
    width: 100%;
    position: fixed;
    padding: 0 0 10px 0;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

.logo {
    width: 15%;
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
    padding: 10px 0 0 0;
}

.phone {
    float: right;
    color: #333;
    margin: 17px 0 0 0;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px 10px 10px;
}

    .phone a {
        font-size: 20pt;
        color: #004990;
        font-weight: 700;
        text-decoration: none;
    }

        .phone a:hover {
            color: #333;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

    .phone > a img {
        top: 7px;
        margin-top: 0;
    }

.imgLeft {
    padding: 0 20px 10px 0;
}

.img_Right {
    padding: 0 0 10px 20px;
}

.tpc_area {
    width: 66%;
    float: left;
}

.prior {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 14pt;
    font-weight: 500;
    padding: 5px 0 5px 0;
    background-color: #004990;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .prior a {
        color: #004990;
    }

        .prior a:hover {
            color: #000;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.menu_bar {
    width: 100%;
    float: left;
    margin: 26px 0 0 0;
}

.call_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 50px 0 60px 0;
    background-color: #031d3a;
}

.call_sbhd {
    color: #fff;
    font-size: 15pt;
    margin: 0 0 0 0;
    font-weight: 500;
    padding: 0 0 15px 0;
    text-align: center;
}

.call_hd {
    color: #fff;
    font-size: 30pt;
    margin: 0 0 0 0;
    font-weight: 500;
    padding: 0 0 25px 0;
    text-align: center;
}

.call_btn {
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
}

    .call_btn a {
        font-size: 30pt;
        color: #004990;
        font-weight: 700;
        background-color: #fff;
        text-decoration: none;
        padding: 10px 20px 10px 20px;
    }

        .call_btn a:hover {
            color: #004990;
            letter-spacing: 2px;
            background-color: #eee;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.sldr_phn {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

    .sldr_phn a {
        font-size: 17pt;
        color: #004990;
        font-weight: 500;
        border-radius: 50px;
        text-decoration: none;
        background-color: #fff;
        padding: 7px 20px 7px 20px;
    }

        .sldr_phn a:hover {
            color: #004990;
            background-color: #ddd;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.sldr_pnl {
    width: 100%;
    float: left;
    margin: 85px 0 0 0;
    background-image: url(../images/hdr_bg.webp);
    background-position: 50% 8%;
    background-size: cover;
}

.sldr_ovly {
    width: 100%;
    float: left;
    padding: 150px 0 150px 0;
    background-color: rgba(0,29,58,.6);
}

.sldr_pnl h1 {
    color: #fff;
    font-size: 30pt;
    margin: 0 0 0 0;
    font-weight: 700;
    padding: 0 0 5px 0;
}

.sldr_pnl p {
    color: #fff;
    font-size: 17pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.sliderrr {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.slider_heading {
    font-size: 30pt;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: 0 1px 5px rgba(0,0,0,1.9);
}

.slider_subhead {
    font-size: 20pt;
    font-weight: 500;
    line-height: 1.1;
    text-shadow: 1px 1px 5px rgba(0,0,0,2.9);
}

    .slider_subhead a {
        font-size: 25pt;
        color: #fff;
        font-weight: 700;
    }

        .slider_subhead a:hover {
            color: #ddd;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.whapp_ico {
    width: 50px;
    float: left;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    position: fixed;
}

.pag_sldr_pnl {
    width: 100%;
    float: left;
    margin: 85px 0 0 0;
    background-image: url(../images/pag_hdr_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.pag_sldr_ovly {
    width: 100%;
    float: left;
    padding: 130px 0 130px 0;
    background-color: rgba(1,32,83,.8);
}

.pag_sldr_pnl h1 {
    color: #fff;
    font-size: 30pt;
    margin: 0 0 0 0;
    font-weight: 600;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}

.pag_sldr_pnl p {
    color: #fff;
    font-size: 17pt;
    font-weight: 500;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.pag_sldr_btn {
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

    .pag_sldr_btn a {
        font-size: 20pt;
        color: #004990;
        font-weight: 700;
        border-radius: 50px;
        background-color: #fff;
        text-decoration: none;
        padding: 5px 30px 5px 30px;
    }

        .pag_sldr_btn a:hover {
            color: #004990;
            text-decoration: none;
            background-color: #eee;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.pag_ser_area {
    width: 100%;
    float: left;
    padding: 80px 0 80px 0;
    background-color: rgba(0,29,58,.6);
}

    .pag_ser_area h1 {
        color: #fff;
        font-size: 30pt;
        margin: 0 0 0 0;
        font-weight: 700;
        padding: 0 0 5px 0;
    }

    .pag_ser_area p {
        color: #fff;
        font-size: 14pt;
        font-weight: 400;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

.pag_ser_btn {
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

    .pag_ser_btn a {
        font-size: 17pt;
        color: #004990;
        font-weight: 600;
        border-radius: 50px;
        text-decoration: none;
        background-color: #fff;
        padding: 5px 30px 5px 30px;
    }

        .pag_ser_btn a:hover {
            color: #004990;
            background-color: #ddd;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.gen_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/gen_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.arp_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/air_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.corp_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/corp_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.prmtx_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/prm_tax_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.parc_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/parc_delv_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.max_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/maxi_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.bustrvl_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/bus_travel_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.cbncrew_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/cbn_crew_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.door_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/door_todoor_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.babyseat_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/baby_seat_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.daytour_bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    background-image: url(../images/day_tour_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.pag_cabcrew {
    width: 100%;
    float: left;
    margin: 85px 0 0 0;
    background-image: url(../images/cabin_crew.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.pag_cabcrew_ovly {
    width: 100%;
    float: left;
    padding: 130px 0 130px 0;
    background-color: rgba(1,32,83,.7);
}

.pag_cabcrew h1 {
    color: #fff;
    font-size: 30pt;
    margin: 0 0 0 0;
    font-weight: 600;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}

.pag_cabcrew p {
    color: #fff;
    font-size: 20pt;
    font-weight: 500;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.pag_cabcrew_btn {
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
}

    .pag_cabcrew_btn a {
        font-size: 20pt;
        color: #004990;
        font-weight: 700;
        border-radius: 50px;
        text-decoration: none;
        background-color: #fff;
        padding: 10px 20px 10px 20px;
    }

        .pag_cabcrew_btn a:hover {
            color: #004990;
            letter-spacing: 2px;
            text-decoration: none;
            background-color: #eee;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.blk-bg {
    float: left;
    width: 100%;
    background-image: url(../images/main-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.head-ttl {
    color: #004990;
    font-size: 20pt;
    margin: 0 0 0 0;
    font-weight: 700;
    padding: 0 0 15px 0;
    /*text-shadow: 0 1px 1px rgba(0,0,0,1.6);*/
}

.sub-ttl {
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.bookonl-bg {
    float: left;
    width: 100%;
    z-index: 2;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

.bookonl-hd {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 13pt;
    margin-bottom: 0;
    font-weight: 600;
    text-align: right;
    border-radius: 5px;
    padding: 10px 0 10px 20px;
}

.bookonl-hd-1 {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 13pt;
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 0 10px 20px;
}

.bookonl-data {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}

.book-bg {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 30px 0;
    background-color: #eeeeee;
    /*box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,.7);*/
}

.book-ttl {
    width: 30%;
    color: #fff;
    margin: 0 auto;
    font-size: 23pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
    background-color: #004990;
}

.book-hd {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 13pt;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 13pt;
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.book-inner {
    float: left;
    width: 84%;
    margin: 0 8% 0 8%;
    padding: 0 10px 0 10px;
}

.book-data {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.book-data-1 {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 10px 20px 10px;
}

.abt_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    background-color: #eaeef2;
}

    .abt_area ul {
        list-style: none;
        margin: 0 0 0 20px;
        padding: 20px 0 20px 0;
    }

    .abt_area li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: left;
        list-style-image: url(../images/check_ico.png);
    }

    .abt_area h3 {
        color: #004990;
        font-size: 15pt;
        font-weight: 500;
        text-align: left;
        margin: 20px 0 10px 0;
    }

.lft_area {
    width: 60%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 40px 0 0;
}

.lfrgt_head {
    width: 100%;
    float: left;
    color: #004990;
    font-size: 20pt;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    text-align: center;
}

.rgt_area {
    width: 40%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.collap_area {
    width: 100%;
    float: left;
}

.collapsible {
    width: 100%;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14pt;
    font-weight: 500;
    padding: 13px 18px;
    text-align: center;
    margin: 20px 0 0 0;
    background-color: #004990;
}

    .active1, .collapsible:hover {
        background-color: #004990;
    }

    .collapsible:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active1:after {
    content: "\2212";
}

.content {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    transition: max-height 0.2s ease-out;
}

    .content p {
        color: #1e1d1d;
        padding: 10px 0 0 0;
    }

    .content ul {
        color: #1e1d1d;
    }

    .content h5 {
        color: #004990;
        font-size: 12pt;
        font-weight: 500;
        text-align: center;
        margin: 20px 0 0 0;
    }

.imgbor {
    border-radius: 30px;
}

.welc {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    box-shadow: inset 0 0 7px rgba(0,0,0,.07);
}

.welc_ap {
    width: 50%;
    float: left;
    color: #999;
    padding: 30px 50px 0 30px;
}

    .welc_ap h1 {
        color: #000;
        font-size: 22pt;
        font-weight: 700;
        line-height: 1.3;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .welc_ap p {
        color: #444;
        font-weight: 400;
        line-height: 1.7;
        text-align: justify;
    }

.welc_bp {
    width: 47%;
    float: left;
    padding: 0 0 0 0;
    border-radius: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.welc_mor {
    color: #ffffff;
    margin: 0 auto;
    font-size: 11pt;
    margin-top: 40px;
    text-align: left;
}

    .welc_mor a {
        color: #fff;
        padding: 7px 25px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #004990;
    }

        .welc_mor a:hover {
            color: #fff;
            background-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;
        }

.lux_area {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
}

.lux_head {
    color: #000;
    margin: 0 0 0 0;
    font-size: 22pt;
    text-align: left;
    font-weight: 700;
    padding: 0 0 0 0;
    text-align: center;
}

.lux_grp {
    width: 92%;
    float: left;
    margin: 15px 4%;
    border-radius: 20px;
    background-color: #004990;
    padding: 15px 15px 15px 15px;
}

.lux_pic {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #fff;
    padding: 20px 10px 0 10px;
}

.lux_a {
    width: 100%;
    float: left;
    color: #333;
    font-size: 14pt;
    margin: 0 0 0 0;
    line-height: 1.2;
    font-weight: 600;
    padding: 5px 0 0 0;
    text-align: center;
    background-color: #fff;
}

.lux_b {
    width: 100%;
    float: left;
    color: #666;
    margin: 0 0 0 0;
    line-height: 1.7;
    text-align: center;
    padding: 0 0 20px 0;
    background-color: #fff;
}

.lux_c {
    color: #000;
    margin: 0 auto;
    font-size: 11pt;
    font-weight: 500;
    background-color: #fff;
}

    .lux_c a {
        color: #004990;
        padding: 8px 24px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #004990;
    }

        .lux_c a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #004990;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.sht_serv_pnl {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-image: url(../images/srv_gry_bg.webp);
    background-position: 50% 50%;
    /*background-size: cover;*/
}

    .sht_serv_pnl h1 {
        color: #000;
        font-size: 22pt;
        font-weight: 700;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .sht_serv_pnl p {
        color: #333;
        margin: 0 0 10px 0;
        text-align: center;
    }

.sht_serv_grp {
    width: 94%;
    float: left;
    background-color: #fff;
    border: 3px solid #eee;
    margin: 15px 3% 15px 3%;
    padding: 30px 30px 30px 30px;
}

.sht_serv_grp1 {
    width: 94%;
    float: left;
    border-radius: 10px;
    margin: 15px 3% 15px 3%;
    background-color: #e5e5e5;
    padding: 30px 20px 30px 20px;
}

.sht_serv_pic {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.sht_serv_ttl {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15pt;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 10px 0;
}

.sht_serv_ttl1 {
    float: left;
    width: 100%;
    color: #004990;
    font-size: 15pt;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 10px 0;
}

.sht_serv_txt {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .sht_serv_txt p {
        color: #444;
        line-height: 1.7;
        text-align: center;
        padding: 0 0 15px 0;
    }

.sht_serv_txt1 {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .sht_serv_txt1 p {
        color: #333;
        line-height: 1.7;
        text-align: center;
        padding: 0 0 15px 0;
    }

.sht_serv_mor {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
}

    .sht_serv_mor a {
        color: #fff;
        font-size: 10pt;
        font-weight: 500;
        margin: 0 10px 0 10px;
        background-color: #004990;
        padding: 7px 20px 7px 20px;
    }

        .sht_serv_mor a:hover {
            color: #fff;
            margin: 0 10px 0 10px;
            background-color: #333;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.txfar_pnl {
    float: left;
    width: 100%;
    padding: 0 20px 30px 20px;
}

.txfar_hd {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

.txfar_hdlt {
    float: left;
    width: 20%;
    padding: 0 30px 0 0;
}

.txfar_hdrt {
    float: left;
    width: 80%;
    padding: 30px 0 0 0;
}

    .txfar_hdrt h2 {
        float: left;
        width: 100%;
        color: #000;
        margin: 0 0 0 0;
        font-size: 25pt;
        font-weight: 600;
        text-align: center;
    }

.txfar_inr {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0 0 30px 0;
    background-color: #eee;
}

.txfar_inrwht {
    float: left;
    width: 100%;
    padding: 0 0;
}

.txfar_lft {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.txfar_lft_ttl {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 10px 0;
}

.txfar_lft_data {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .txfar_lft_data ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .txfar_lft_data li {
        line-height: 1.3;
        text-align: left;
        margin: 0 0 0 20px;
        padding: 5px 0 5px 0;
    }

.txfar_rgt {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.txfar_rgt_tbl {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.txfar_rgt_mtr {
    float: left;
    width: 100%;
    line-height: 1.3;
    text-align: left;
    padding: 10px 0 0 0;
}

.tblclr {
    color: #fff;
    font-size: 14pt;
    font-weight: 600;
    background-color: #004990;
}

.tblclrwht {
    font-size: 14pt;
    font-weight: 600;
}

.whychs_area {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 120px 0;
    background-image: url(../images/whychs_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.whychs_ovly {
    width: 100%;
    float: left;
    height: 500px;
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
    background-color: rgba(0,0,0,.6);
}

.whychs_head {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 0 0 0;
    font-size: 25pt;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px 0;
}

.whychs_area p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
}

.whychs_content {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}

.whychs_box {
    width: 90%;
    float: left;
    margin: 5%;
    height: 380px;
    padding: 50px 30px;
    border-radius: 20px;
    background-color: #eee;
}

.whychs_pic {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.whychs_ttl {
    width: 100%;
    float: left;
    color: #004990;
    font-size: 14pt;
    margin: 0 0 0 0;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 10px 0;
}

.whychs_txt {
    width: 100%;
    float: left;
    color: #444;
    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 #fff;
    padding: 30px 30px 30px 30px;
    /*background-color: #eee;*/
}

.cbchrg_ttl {
    width: 100%;
    float: left;
    color: #fff;
    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;
}

.crew {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 70px 0 70px 0;
    box-shadow: inset 0 0 7px rgba(0,0,0,.07);
}

.dtm {
    width: 100%;
    float: left;
    color: #333;
    font-size: 11pt;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 0;
}

.crew_ap {
    width: 50%;
    float: left;
    color: #999;
    padding: 50px 50px 0 30px;
}

    .crew_ap h1 {
        font-size: 19pt;
        font-weight: 500;
        color: #001d3a;
        margin: 0 0 10px 0;
        text-align: center;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .crew_ap p {
        font-size: 12pt;
        color: #0e0e0f;
        font-weight: 500;
        line-height: 1.7;
        text-align: justify;
    }

.crew_bp {
    width: 47%;
    float: left;
    padding: 0;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.pag_content {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 70px 0 70px 0;
}

.pag_content_ap {
    width: 50%;
    float: left;
    color: #999;
    padding: 0 50px 0 30px;
}

    .pag_content_ap h1 {
        font-size: 24pt;
        font-weight: 700;
        color: #000;
        margin: 0 0 10px 0;
        text-align: center;
        line-height: 1.3;
    }

    .pag_content_ap p {
        font-size: 12pt;
        color: #333;
        font-weight: 500;
        line-height: 1.7;
        text-align: justify;
    }

.pag_content ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0 0 20px 0;
}

.pag_content li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    font-size: 12pt;
    font-weight: 500;
    list-style-image: url(../images/check_ico.png);
}

.pag_content_bp {
    width: 47%;
    float: left;
    padding: 0;
}

.gen_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 70px 0 50px 0;
}

.gen1tab {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.gen1tab_hd {
    width: 100%;
    float: left;
    font-size: 12pt;
    font-weight: 600;
    color: #004990;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.3;
}

.gen1tab_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.gen1tab ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0 0 20px 0;
}

.gen1tab li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    font-weight: 500;
    list-style-image: url(../images/check_ico.png);
}

.gen2tab {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.gen2tab_hd {
    width: 100%;
    float: left;
    font-size: 12pt;
    font-weight: 600;
    color: #666;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.3;
}

.gen2tab_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
}

.gen2tab_pic {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.gen2tab_ttl {
    width: 100%;
    float: left;
    font-size: 10pt;
    font-weight: 500;
    color: #666;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.gen3tab {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.gen3tab_btn {
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
}

    .gen3tab_btn a {
        font-size: 15pt;
        color: #fff;
        font-weight: 700;
        background-color: #004990;
        text-decoration: none;
        padding: 10px 20px 10px 20px;
    }

        .gen3tab_btn a:hover {
            color: #fff;
            letter-spacing: 2px;
            background-color: #333;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.prr_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
}

.prr_grp {
    width: 90%;
    float: left;
    margin: 0 5% 0 5%;
    padding: 0 0 0 0;
}

.prr_hd {
    width: 100%;
    float: left;
    font-size: 13pt;
    font-weight: 600;
    color: #004990;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.prr_pic {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.prrfaq_area {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
}

.prrfaq_hd {
    width: 100%;
    float: left;
    font-size: 20pt;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.prrfaq_grp {
    width: 90%;
    float: left;
    margin: 3% 5% 3% 5%;
    padding: 10px 10px 10px 10px;
    background-color: #ededed;
}

.prrfaq_ttl {
    width: 100%;
    float: left;
    font-size: 20pt;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.prrfaq_txt {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .prrfaq_txt p {
        font-size: 12pt;
        color: #333;
        font-weight: 500;
        line-height: 1.7;
        text-align: left;
    }

.svc_area {
    width: 100%;
    float: left;
    padding: 40px 0 40px 0;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

    .svc_area h1 {
        font-size: 25pt;
        font-weight: 500;
        color: #000;
        margin: 0 0 30px 0;
        text-align: center;
        line-height: 1.3;
    }

.svc_inner {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.svc_grp {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 35px 30px 30px 30px;
}

.svc_ico {
    width: 100%;
    float: left;
}

.svc_ttl {
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
    color: #0e0e0f;
    font-size: 14pt;
    font-weight: 600;
}

.svc_txt {
    width: 100%;
    float: left;
    color: #202121;
    font-size: 12pt;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
}

.prior {
    width: 100%;
    float: left;
    padding: 40px 0 30px 0;
    background-color: #fff;
    box-shadow: inset 0 5px 10px rgba(0,0,0,.07);
}

    .prior h1 {
        font-size: 23pt;
        font-weight: 500;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #001d3a;
        text-transform: uppercase;
    }

    .prior p {
        font-size: 13pt;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #333;
        line-height: 30px;
        font-weight: 400;
    }

.termi {
    width: 100%;
    margin: 0 auto;
}

.airp_prior {
    width: 100%;
    float: left;
    background-image: url(../images/air_prior_pickbg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.airp_prior_ovly {
    width: 100%;
    float: left;
    padding: 150px 0 150px 0;
    background-color: rgba(0,0,0,.6);
}

.airp_prior h1 {
    padding: 0;
    color: #fff;
    font-size: 28pt;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.desv {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 70px 0 30px 0;
    box-shadow: inset 0 0 7px rgba(0,0,0,.07);
}

.desv_inner {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.desv_ap {
    width: 50%;
    float: left;
    color: #999;
    padding: 80px 50px 0 30px;
}

    .desv_ap h1 {
        color: #001d3a;
        font-size: 17pt;
        font-weight: 500;
        line-height: 1.3;
        text-align: center;
        margin: 20px 0 20px 0;
    }

    .desv_ap p {
        color: #0e0e0f;
        font-size: 12pt;
        font-weight: 500;
        line-height: 1.7;
        text-align: justify;
    }

    .desv_ap ul {
        margin: 0 0 20px 0;
        padding: 0 0 0 20px;
    }

    .desv_ap li {
        color: #0e0e0f;
        margin: 0 0 0 0;
        text-align: left;
        font-size: 12pt;
        padding: 0 0 0 0;
        font-weight: 500;
    }

.desv_bp {
    width: 47%;
    float: left;
    padding: 0;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.desv_cp {
    width: 47%;
    float: left;
    margin: 80px 0 0 0;
    background-color: #fff;
    padding: 40px 20px 60px 20px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

    .desv_cp h2 {
        font-size: 19pt;
        font-weight: 700;
        color: #001d3a;
        margin: 0 0 0 0;
        text-align: center;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .desv_cp p {
        font-size: 12pt;
        color: #001d3a;
        font-weight: 600;
        line-height: 1.7;
        text-align: center;
        text-transform: uppercase;
    }

.list_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    box-shadow: inset 0 0 7px rgba(0,0,0,.07);
}

.list_data {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

    .list_data ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0 0 0 20px;
    }

    .list_data li {
        float: left;
        color: #212121;
        margin: 0 20px 0 0;
        text-align: left;
        font-size: 11pt;
        padding: 0 0 0 0;
        font-weight: 600;
    }

        .list_data li a {
            color: #212121;
        }

            .list_data li a:hover {
                color: #666;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

.bst {
    width: 100%;
    float: left;
    padding: 40px 0 40px 0;
    background-color: #f7f7f7;
    /*background-image: url(../images/offer_bg.jpg);        
	background-position: 50% 0;
	background-size: cover;*/
}

    .bst h1 {
        font-size: 25pt;
        font-weight: 500;
        color: #000;
        margin: 0 0 30px 0;
        text-align: center;
        line-height: 1.3;
    }

.bst_grp {
    width: 100%;
    float: left;
    height: 280px;
    margin: 0 0 0 0;
    padding: 35px 30px 30px 30px;
    border-right: 1px dashed #ccc;
}

.bst_grp_1 {
    width: 100%;
    float: left;
    padding: 30px 30px 30px 30px;
    margin: 0 0 0 0;
    height: 280px;
    border-right: 0;
}

.bst_ico {
    width: 100%;
    float: left;
}

.bst_matt {
    width: 100%;
    float: left;
}

.bst_ttl {
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
    color: #333;
    font-size: 15pt;
    font-weight: 500;
}

.bst_txx {
    width: 100%;
    float: left;
    color: #666;
    line-height: 1.5;
}

.fleet_area {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    background-color: #fff;
}

.flt_tmb {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin: 0 0 0 0;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.flt_tmb1 {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin: 0 0 0 0;
    border-bottom: 1px dashed #ccc;
}

.flt_tmb2 {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin: 0 0 0 0;
    border-right: 1px dashed #ccc;
}

.flt_tmb3 {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin: 0 0 0 0;
}

.fleet_area h1 {
    font-size: 25pt;
    text-align: left;
    color: #004990;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-align: center;
}

.seeerv_area {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
    box-shadow: inset 0 0 7px rgba(0,0,0,.07);
}

    .seeerv_area ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
        text-align: left;
    }

    .seeerv_area li {
        margin: 0 0 0 0;
        text-align: left;
        font-weight: 500;
        display: inline-block;
        padding: 0 20px 0 0;
    }

.sector {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
}

.srvss_a {
    width: 50%;
    float: left;
    padding: 50px 15px 50px 15px;
}

.srvss_b {
    width: 50%;
    float: left;
    text-align: left;
}

.srvss_a h1 {
    font-size: 25pt;
    text-align: left;
    font-weight: 500;
    margin: 0 0 20px 0;
    color: #004990;
}

.srvss_a ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.srvss_a li {
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 13pt;
    color: #666;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    list-style-image: url(../images/blu_arrw.png);
}

.ptxt {
    color: #333;
    line-height: 1.7;
}

.abtsec1 {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 10px 0 30px 0;
}

.abtsec1-lft {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.abtsec1-rgt {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}

    .abtsec1-rgt h2 {
        color: #000;
        font-size: 25pt;
        font-weight: 700;
        text-align: left;
    }

.abtsec2 {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
}

.abtsec2-lft {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 100%;
}

.abtsec2-rgt {
    float: left;
    width: 100%;
    margin: 0 0 0 -100%;
    padding: 0 50px 0 0;
}

    .abtsec2-rgt h2 {
        color: #000;
        font-size: 25pt;
        font-weight: 700;
        text-align: left;
    }

    .abtsec2-rgt ul {
        padding: 0 0 0 0;
        list-style: none;
        margin: 0 0 20px 20px;
    }

    .abtsec2-rgt li {
        color: #333;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        text-align: justify;
        list-style-image: url(../images/check_ico.png);
    }

.abbt {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/abbt_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .abbt h1 {
        font-size: 22pt;
        font-weight: 300;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #fff;
        line-height: 1.3;
    }

.srv_bg {
    width: 100%;
    float: left;
    padding: 50px 0 30px 0;
    margin: 0 0 0 0;
    background-image: url(../images/serv_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .srv_bg h1 {
        font-size: 25pt;
        text-align: left;
        color: #fff;
        font-weight: 500;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .srv_bg h2 {
        font-size: 16pt;
        text-align: left;
        color: #eee;
        font-weight: 500;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

.srv_box {
    width: 98.5%;
    float: left;
    padding: 15px;
}

.srv_box_img {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #fff;
    padding: 20px 0 0 0;
}

.srv_box_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 30pt;
    color: #fff;
    font-weight: 500;
}

.srv_box_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.srv_box h3 {
    font-size: 15pt;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0;
    background-color: #004990;
}

.srv_box_c {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0 0 10px 0;
    color: #666;
    text-align: justify;
    line-height: 1.5;
    background-color: #fff;
}

.serve_bg {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    background-color: #f4f4f4;
}

    .serve_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #333;
        font-weight: 700;
        margin: 0 0 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .serve_bg h2 {
        font-size: 15pt;
        text-align: left;
        color: #aaa;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .serve_bg h3 {
        font-size: 22pt;
        text-align: left;
        color: #004990;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .serve_bg h4 {
        font-size: 15pt;
        text-align: left;
        color: #666;
        font-weight: 100;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

    .serve_bg p {
        color: #333;
        margin: 0 0 0 0;
        text-align: center;
    }

.serve_bg_grp {
    width: 94%;
    float: left;
    margin: 15px 3% 15px 3%;
    background-color: #fff;
    padding: 30px 20px 30px 20px;
}

.serve_bg_pic {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.serve_bg_ttl {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15pt;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 10px 0;
}

.serve_bg_txt {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .serve_bg_txt p {
        color: #333;
        line-height: 1.7;
        text-align: center;
        padding: 0 0 15px 0;
    }

.serve_box {
    width: 96.5%;
    float: left;
    padding: 20px;
}

.serve_box_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 80pt;
    color: #e5e5e5;
    font-weight: 700;
}

.serve_box_b {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 0;
    text-align: center;
    background-color: #fff;
}

.serve_box_b1 {
    width: 25%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 30pt;
    text-align: center;
    color: #ccc;
    font-weight: 300;
}

.serve_box_b2 {
    width: 75%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
}

.serve_box h3 {
    font-size: 18pt;
    color: #004990;
    font-weight: 500;
    margin: 0 0 1px 0;
    text-align: left;
    padding: 17px 0 10px 0;
    line-height: 1.2;
}

.serve_box_c {
    width: 100%;
    float: left;
    color: #666;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: justify;
    line-height: 1.5;
}

.serve_box_d {
    width: 100%;
    float: left;
    background-color: #fff;
}

.tak {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.testm_bg {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    margin: 0 0 0 0;
    background-color: #f7f7f7;
}

    .testm_bg h1 {
        font-size: 25pt;
        text-align: left;
        color: #004990;
        font-weight: 500;
        margin: 0 0 25px 0;
        text-align: center;
    }

    .testm_bg span {
        color: #222;
        font-weight: 300;
    }

.testm_grp {
    width: 94%;
    float: left;
    padding: 10%;
    margin: 0 3%;
    background-color: #fff;
    box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.1);
}

    .testm_grp p {
        width: 100%;
        float: left;
        margin: 0;
        color: #666;
        line-height: 1.7;
    }

.testm_mor {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 0;
    color: #333;
    font-weight: 500;
    text-align: center;
    font-size: 13pt;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.tak a {
    color: #333;
}

    .tak a:hover {
        color: #666;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

.tak h2 {
    color: #222;
    font-size: 35pt;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.tak h3 {
    color: #999;
    font-size: 22pt;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 10px 0;
}

.oth-hdr-bg {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    padding: 110px 0 110px 0;
    background-image: url(../images/oth_hdr_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

    .oth-hdr-bg h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 700;
        text-align: center;
        margin: 0 0 5px 0;
    }

    .oth-hdr-bg p {
        color: #fff;
        font-size: 14pt;
        font-weight: 400;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.all-contents {
    float: left;
    width: 100%;
    padding: 30px 0;
}

    .all-contents a {
        color: #666;
    }

        .all-contents a:hover {
            color: #004990;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

    .all-contents h2 {
        color: #222;
        font-size: 15pt;
        font-weight: 700;
    }

.con_1 {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 15pt;
    font-weight: 600;
    color: #004990;
}

.con_2 {
    font-size: 30pt;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    color: #333;
}

.con_grp {
    width: 100%;
    float: left;
    padding: 0;
    color: #666;
    margin: 40px 0 40px 0;
    border-right: 1px dashed #ddd;
}

.con_grp_1 {
    width: 100%;
    float: left;
    margin: 40px 0 40px 0;
    padding: 0;
}

.fotrnm {
    color: #ccc;
    font-weight: 600;
}

.fotr {
    width: 100%;
    float: left;
    color: #999;
    padding: 20px 0 25px 0;
    background-color: #000;
    border-top: 1px solid #666;
}

    .fotr a {
        color: #999;
        text-decoration: none;
    }

        .fotr a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

    .fotr ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fotr li {
        padding: 0 20px 0 0;
        display: inline;
    }

.fotr-left {
    width: 100%;
    float: left;
    text-align: center;
}

.fotr-right {
    width: 40%;
    float: left;
    text-align: right;
    margin: 20px 0 0 0;
}

.btnhd {
    cursor: pointer;
    font-size: 17pt;
    font-weight: 700;
    padding: 5px 15px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 5px 0 5px;
    white-space: nowrap;
    display: inline-block;
    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;
    border: 1px solid transparent;
}

.btnhd-default {
    color: #004990;
    border-color: #fff;
    background-color: #fff;
}

    .btnhd-default:hover, .btnhd-default:focus, .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        color: #000;
        border-color: #ddd;
        background-color: #ddd;
        -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;
    }










@media (max-width:480px) {

    .logo {
        float: left;
        width: 45%;
        text-align: left;
        margin: 0 0 0 0;
        padding: 5px 0 0 0;
    }

    .phone {
        width: 100%;
        float: left;
        display: none;
        text-align: center;
        font-size: 20px;
        margin: 10px 0 0 0;
        border-radius: 10px;
        padding: 5px 20px 5px 20px;
    }

        .phone a {
            font-size: 20pt;
            line-height: .8;
            text-decoration: none;
        }

    .srv_bg {
        width: 100%;
        float: left;
        background-color: #fff;
        padding: 30px 10px 30px 10px;
    }

        .srv_bg h1 {
            font-size: 22pt;
            text-align: center;
        }

    .srv_box h3 {
        font-size: 18pt;
    }

    .head-ttl {
        font-size: 15pt;
        margin: 0 0 0 0;
        line-height: 1.2;
        padding: 0 0 5px 0;
        /*text-shadow: 0 3px 5px rgba(0,0,0,1.6);*/
    }

    .book-bg {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 20px 0 30px 0;
        /*position: absolute;*/
    }

    .book-data {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 10px 0px 0 0px;
    }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .caro_hgt {
        height: 1095px;
    }

    .top-fl {
        float: left;
        width: 100%;
        padding: 0 0 2px 0;
    }

    .welc_ap {
        width: 100%;
        float: left;
        color: #999;
        padding: 0 0 0 0;
    }

        .welc_ap h1 {
            font-size: 18pt;
            margin: 0 0 5px 0;
            text-align: center;
            line-height: 1.1;
        }

        .welc_ap span {
            font-size: 16pt;
            font-weight: 400;
            color: #333;
        }

    .welc_bp {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
        padding: 0 0 0 0;
    }

    .welc_mor {
        color: #ffffff;
        margin: 0 auto;
        font-size: 11pt;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .bst {
        width: 100%;
        float: left;
        padding: 40px 0 0 0;
        /*background-image: url(../images/offer_bg.jpg);        
	background-position: 50% 0;
	background-size: cover;	*/
    }

    .bst_grp {
        width: 100%;
        float: left;
        padding: 35px 30px 30px 30px;
        margin: 0 0 0 0;
        height: auto;
        border-right: 0;
        border-bottom: 1px dashed #ccc;
    }

    .bst h1 {
        font-size: 22pt;
        margin: 0 0 0 0;
        text-align: center;
        line-height: 1.3;
    }

    .srvss_a {
        width: 100%;
        float: left;
        padding: 20px 15px 10px 15px;
    }

    .srvss_b {
        width: 100%;
        float: left;
    }

    .srvss_a h1 {
        font-size: 22pt;
        text-align: center;
        margin: 0 0 0 0;
    }

    .srvss_a li {
        margin: 0;
        padding: 8px 0 8px 0;
        font-size: 11pt;
    }

    .srv_bg h2 {
        font-size: 13pt;
        text-align: left;
        color: #ccc;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

    .srv_box {
        width: 100%;
        float: left;
        padding: 15px;
    }

    .tak {
        float: left;
        width: 100%;
        padding: 20px 0 30px 0;
    }

        .tak h2 {
            font-size: 25pt;
        }

        .tak h3 {
            font-size: 15pt;
        }

    .fotr-left {
        width: 100%;
        float: left;
        text-align: center;
    }

    .fotr ul {
        padding: 0;
        margin: 0;
        line-height: 1.4;
        list-style: none;
    }

    .fotr-right {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 0 0;
    }

    .fotr li {
        padding: 0 8px 0 0;
        line-height: 1.3;
    }

    .oth-hdr-bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        padding: 70px 0 70px 0;
    }

        .oth-hdr-bg h1 {
            color: #fff;
            font-size: 23pt;
            font-weight: 700;
            text-align: center;
            margin: 10px 0 5px 0;
        }

        .oth-hdr-bg p {
            color: #fff;
            font-size: 12pt;
            font-weight: 400;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
        }

    .all_main h2 {
        font-size: 15pt;
        margin: 0 0 0 0;
    }

    .all_main h3 {
        font-size: 14pt;
        line-height: 1.3;
        font-weight: 500;
        text-align: center;
        margin: 20px 0 10px 0;
    }

    .serve_bg {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 20px 0 20px 0;
    }

    .serve_box {
        width: 100%;
        float: left;
        padding: 15px 15px 10px 15px;
    }

    .all-contents {
        float: left;
        width: 100%;
        padding: 30px 0;
    }

    .con_1 {
        width: 100%;
        float: left;
        padding: 0;
        color: #004990;
        margin: 0 0 0 0;
        font-size: 15pt;
        font-weight: 600;
        text-align: center;
    }

    .con_2 {
        padding: 0;
        color: #333;
        font-size: 25pt;
        font-weight: 600;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .con_grp {
        width: 100%;
        float: left;
        color: #666;
        margin: 0 0 0 0;
        border-right: 0;
        padding: 30px 0 20px 0;
        border-bottom: 1px dashed #ddd;
    }

    .con_grp_1 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 30px 0 20px 0;
    }

    .slider_heading {
        font-size: 17pt;
    }

    .slider_subhead {
        font-size: 18pt;
    }

        .slider_subhead a {
            font-size: 22pt;
        }

    .welc {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 0 40px 0;
    }

    .fleet_area h1 {
        font-size: 22pt;
    }

    .testm_bg h1 {
        font-size: 22pt;
    }

    .testm_grp {
        width: 100%;
        float: left;
        padding: 10%;
        margin: 0 0 8% 0;
    }

    .testm_bg {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 0 30px 0;
        background-color: #f7f7f7;
    }

    .serve_box_b1 {
        font-size: 22pt;
        padding: 10px 0 0 0;
    }

    .serve_box h3 {
        font-size: 16pt;
    }

    .tpc_area {
        width: 100%;
        float: left;
    }

    .prior {
        width: 100%;
        margin: 0 auto;
        font-size: 12pt;
    }

        .prior h1 {
            font-size: 18pt;
            margin: 0 0 10px 0;
            padding: 0;
        }

        .prior a {
            color: #000;
        }

            .prior a:hover {
                color: #333;
            }

    .book-hd {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 11pt;
        margin-bottom: 0;
        padding: 0 0 0 0;
        text-align: center;
        border-radius: 5px;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 11pt;
        margin-bottom: 0;
        padding: 5px 0 0 0;
        text-align: center;
        border-radius: 5px;
    }

    .bookonl-hd {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 12pt;
        margin-bottom: 0;
        padding: 0 0 0 0;
        text-align: center;
        border-radius: 5px;
    }

    .bookonl-hd-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 12pt;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0 5px 0;
    }

    .sldr_pnl {
        width: 100%;
        float: left;
        margin: 65px 0 0 0;
        background-image: url(../images/hdr_bg.webp);
        background-position: 20% 0;
        background-size: cover;
    }

    .sldr_ovly {
        padding: 100px 0 100px 0;
    }

    .sldr_pnl h1 {
        font-size: 22pt;
    }

    .sldr_pnl p {
        font-size: 12pt;
    }

    .crew {
        padding: 40px 0 50px 0;
    }

    .crew_ap {
        width: 100%;
        float: left;
        color: #999;
        padding: 0 10px 0 10px;
    }

        .crew_ap h1 {
            font-size: 18pt;
        }

    .crew_bp {
        width: 50%;
        float: left;
        margin: 20px 25% 0 25%;
    }

    .svc_grp {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 25px 10px 20px 10px;
    }

    .svc_txt {
        line-height: 1.4;
    }

    .desv {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .desv_inner {
        width: 100%;
        float: left;
        padding: 20px 0 0 0;
    }

    .desv_ap {
        width: 100%;
        float: left;
        color: #999;
        padding: 0 10px 0 10px;
    }

        .desv_ap p {
            line-height: 1.4;
        }

    .desv_bp {
        width: 50%;
        float: left;
        padding: 0;
        margin: 20px 25% 0 25%;
    }

    .desv_cp {
        width: 90%;
        float: left;
        margin: 20px 5% 40px 5%;
        padding: 40px 20px 40px 20px;
    }

    .sldr_phn {
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
    }

        .sldr_phn a {
            font-size: 15pt;
            font-weight: 500;
            text-decoration: none;
            padding: 7px 20px 7px 20px;
        }

            .sldr_phn a:hover {
                color: #ddd;
                text-decoration: none;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .seeerv_area ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
        text-align: center;
    }

    .prior p {
        line-height: 22px;
    }

    .airp_prior_ovly {
        padding: 100px 0 100px 0;
    }

    .airp_prior h1 {
        font-size: 18pt;
        margin: 0 0 0 0;
        font-weight: 500;
    }

    .book-inner {
        float: left;
        width: 94%;
        margin: 0 3% 0 3%;
        padding: 0 0 0 0;
    }

    .lft_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .lfrgt_head {
        font-size: 17pt;
    }

    .rgt_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .collapsible {
        font-size: 12pt;
        padding: 13px 15px;
        margin: 10px 0 0 0;
    }

    .abt_area h3 {
        font-size: 13pt;
    }

    .serve_bg_grp {
        width: 100%;
        float: left;
        margin: 10px 0 10px 0;
        background-color: #fff;
        padding: 30px 20px 30px 20px;
    }

    .call_sbhd {
        color: #fff;
        font-size: 12pt;
        margin: 0 0 0 0;
        font-weight: 500;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .call_hd {
        color: #fff;
        font-size: 20pt;
        margin: 0 0 0 0;
        font-weight: 500;
        padding: 0 0 25px 0;
        text-align: center;
    }

    .call_btn {
        margin: 0 auto;
        font-weight: 500;
        text-align: center;
    }

        .call_btn a {
            font-size: 23pt;
            color: #004990;
            font-weight: 700;
            background-color: #fff;
            text-decoration: none;
            padding: 10px 20px 10px 20px;
        }

            .call_btn a:hover {
                color: #004990;
                letter-spacing: 2px;
                background-color: #eee;
                text-decoration: none;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .pag_content {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 0 50px 0;
    }

    .pag_content_ap {
        width: 100%;
        float: left;
        color: #999;
        padding: 0 0 0 0;
    }

        .pag_content_ap h1 {
            font-size: 19pt;
            font-weight: 700;
            color: #000;
            margin: 0 0 10px 0;
            text-align: center;
            line-height: 1.3;
        }

        .pag_content_ap p {
            font-size: 12pt;
            color: #333;
            font-weight: 500;
            line-height: 1.7;
            text-align: justify;
        }

    .pag_content ul {
        list-style: none;
        margin: 0 0 0 20px;
        padding: 0 0 20px 0;
    }

    .pag_content li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: left;
        font-size: 12pt;
        font-weight: 500;
        list-style-image: url(../images/check_ico.png);
    }

    .pag_content_bp {
        width: 60%;
        float: left;
        padding: 0;
    }

    .pag_sldr_pnl {
        width: 100%;
        float: left;
        margin: 80px 0 0 0;
        background-image: url(../images/pag_hdr_bg.webp);
        background-position: 62% 50%;
        background-size: cover;
    }

    .pag_sldr_ovly {
        width: 100%;
        float: left;
        padding: 70px 0 70px 0;
        background-color: rgba(1,32,83,.8);
    }

    .pag_sldr_pnl h1 {
        color: #fff;
        font-size: 16pt;
        margin: 0 0 0 0;
        line-height: 1.3;
        font-weight: 600;
        padding: 0 0 5px 0;
        text-transform: uppercase;
    }

    .pag_sldr_pnl p {
        color: #fff;
        font-size: 13pt;
        font-weight: 500;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    .pag_sldr_btn {
        margin: 0 auto;
        font-weight: 500;
        text-align: center;
    }

        .pag_sldr_btn a {
            color: #004990;
            font-size: 17pt;
            font-weight: 700;
            border-radius: 50px;
            text-decoration: none;
            background-color: #fff;
            padding: 7px 20px 7px 20px;
        }

            .pag_sldr_btn a:hover {
                color: #004990;
                letter-spacing: 2px;
                background-color: #eee;
                text-decoration: none;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .gen_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 0 50px 0;
    }

    .gen1tab {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 30px 0;
    }

    .gen2tab {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 40px 0;
    }

    .prr_grp {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 5% 0 5% 0;
    }

    .prrfaq_hd {
        font-size: 17pt;
    }

    .prrfaq_grp {
        width: 100%;
        float: left;
        margin: 5% 0 3% 0;
        padding: 10px 10px 10px 10px;
    }

    .prrfaq_ttl {
        font-size: 17pt;
    }

    .img_Right {
        padding: 0 0 10px 0;
    }

    .pag_ser_area {
        padding: 60px 0 60px 0;
    }

        .pag_ser_area h1 {
            font-size: 23pt;
        }

        .pag_ser_area p {
            font-size: 12pt;
        }

    .pag_ser_btn {
        margin: 0 auto;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

        .pag_ser_btn a {
            font-size: 17pt;
            color: #004990;
            font-weight: 600;
            border-radius: 50px;
            background-color: #fff;
            text-decoration: none;
            padding: 5px 30px 5px 30px;
        }

            .pag_ser_btn a:hover {
                color: #004990;
                background-color: #ddd;
                text-decoration: none;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .gen_bg {
        float: left;
        width: 100%;
        margin: 75px 0 0 0;
        background-image: url(../images/gen_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .prmtx_bg {
        float: left;
        width: 100%;
        margin: 75px 0 0 0;
        background-image: url(../images/prm_tax_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .arp_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/air_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .corp_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/corp_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .parc_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/parc_delv_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .max_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/maxi_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .bustrvl_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/bus_travel_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .cbncrew_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/cbn_crew_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .door_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/door_todoor_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .babyseat_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/baby_seat_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .daytour_bg {
        float: left;
        width: 100%;
        margin: 65px 0 0 0;
        background-image: url(../images/day_tour_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .btnhd {
        font-size: 14pt;
        font-weight: 600;
        padding: 3px 15px;
        margin: 8px 5px 0 5px;
    }

    .sht_serv_pnl {
        padding: 30px 0 20px 0;
    }

        .sht_serv_pnl h1 {
            font-size: 20pt;
        }

    .sht_serv_grp {
        float: left;
        width: 100%;
        height: auto;
        margin: 10px 0 10px 0;
        padding: 20px 20px 30px 20px;
    }

    .sht_serv_grp1 {
        float: left;
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 10px 0 10px 0;
    }

    .whychs_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background-image: url(../images/whychs_bg.webp);
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: fixed;
    }

    .whychs_ovly {
        width: 100%;
        float: left;
        margin: 0;
        height: auto;
        padding: 50px 0 50px 0;
        background-color: rgba(0,0,0,.5);
    }

    .whychs_head {
        margin: 0 0 0 0;
        font-size: 20pt;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .whychs_box {
        width: 100%;
        float: left;
        margin: 3% 0;
        height: auto;
        padding: 50px 30px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .whychs_ttl {
        margin: 0 0 0 0;
        font-size: 13pt;
        font-weight: 500;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .lux_area {
        width: 100%;
        float: left;
        padding: 30px 0 30px 0;
    }

    .lux_head {
        font-size: 18pt;
        margin: 0 0 0 0;
        line-height: 1.2;
        text-align: center;
    }

    .lux_grp {
        width: 100%;
        float: left;
        margin: 10px 0;
        border-radius: 20px;
        background-color: #004990;
        padding: 15px 15px 15px 15px;
    }

    .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;
    }

    .abtsec1 {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 0 0;
    }

    .abtsec1-rgt {
        padding: 0 0 0 0;
    }

        .abtsec1-rgt h2 {
            font-size: 18pt;
            text-align: center;
        }

    .abtsec2 {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        border-bottom: 1px dashed #ccc;
    }

    .abtsec2-lft {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .abtsec2-rgt {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .abtsec2-rgt h2 {
            font-size: 18pt;
            text-align: center;
        }

    .imgLeft {
        padding: 0 0 10px 0;
    }

    .whapp_ico {
        width: 50px;
        float: left;
        right: 15px;
        bottom: 15px;
        z-index: 99999;
        position: fixed;
    }

    .txfar_pnl {
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
    }

        .txfar_pnl h2 {
            font-size: 15pt;
            line-height: 1.1;
            margin: 5px 0 0 0;
        }

    .txfar_lft {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

    .txfar_rgt {
        float: left;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .txfar_inr {
        float: left;
        width: 100%;
        padding: 13px;
    }

    .txfar_rgt_mtr {
        line-height: 1.3;
        text-align: left;
        padding: 10px 10px 0 10px;
    }

    .txfar_inrwht {
        float: left;
        width: 100%;
        padding: 0 0;
    }

    .txfar_hdlt {
        float: left;
        width: 60%;
        padding: 0 0 0 0;
        margin: 0 20% 0 20%;
    }

    .txfar_hdrt {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }
}
