
@font-face {
    font-family: '29ltbukra';
    src: url('../fonts/29LT_Bukra_Regular.WOFF'),url('fonts/29LT_Bukra_Regular.TTF');
}


body {
    box-sizing: border-box;
    font-family: '29ltbukra';
    /*font-family: '29lt_bukraregular', sans-serif;
    font-size: 12px;
     overflow-x: hidden;*/
}

p {
    padding: 0;
    margin: 0;
}

.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.top_section {
    height: 15%;
    vertical-align: middle;
    padding: 20px 0px 15px 20px;
    overflow: auto;
}

    .top_section .logo {
        float: left;
    }

    .top_section .language_selection {
        float: right;
        margin-top: 15px;
    }

    .top_section .livechat {
        float: right;
        text-align: right;
        width: 15%;
        position: relative;
        cursor: pointer;
        margin-top: 15px;
    }

header {
    position: relative;
}

.chatbox {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 250px;
    display: none;
    box-shadow: 1px 2px 8px 0px #333;
    -webkit-box-shadow: 1px 2px 8px 0px #333;
    -moz-box-shadow: 1px 2px 8px 0px #333;
}

    .chatbox h4 {
        margin: 0 0 10px 0;
        color: #8A8A89;
        font-family: '29ltbukra';
        font-size: 12px;
    }

.msgbox {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .msgbox.me .form-control {
        padding: 5px 3%;
        width: 94%;
        background: #EDECED;
        margin-bottom: 0;
    }

    .msgbox.you .form-control {
        padding: 5px 3%;
        width: 94%;
        background: #9bdaf2;
        margin-bottom: 0;
    }

    .msgbox.me .caret {
        background: url(../images/msg_gray.png) no-repeat 0 0;
        position: absolute;
        bottom: -10px;
        right: 8px;
        width: 10px;
        height: 10px;
    }

    .msgbox.me {
        color: #8A8A89;
        background: #EDECED;
    }

    .msgbox.you .caret {
        background: url(../images/msg_blue.png) no-repeat 0 0;
        position: absolute;
        bottom: -10px;
        left: 8px;
        width: 10px;
        height: 10px;
    }

    .msgbox.you {
        color: #000978;
        background: #9bdaf2;
    }

.top_section .livechat a {
    display: block;
    text-align: right;
    font-size: 12px;
}

    .top_section .livechat a,
    .top_section .livechat a:hover,
    .top_section .livechat a:focus {
        color: #328AD1;
        text-decoration: none;
        font-family: '29ltbukra';
    }

.language_selection h4 {
    color: #328AD1;
    text-decoration: none;
    font-family: '29ltbukra';
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}

.language_selection span {
    font-size: 8px;
}

.clear {
    clear: both;
}

/*navigation starts */
.navigation {
    background: #0D84C7;
    height: 36px;
    margin-top: 8px;
}

    .navigation ul {
        margin: 0;
        padding: 0;
    }

        .navigation ul li {
            float: left;
            list-style: none;
            background: #009ad5 url(../images/menu_part.png) top right no-repeat;
            position: relative;
        }

            .navigation ul li a {
                color: #fff;
                text-decoration: none;
                outline: none;
                padding: 9px 45px 7px 10px;
                font-size: 13px;
                font-family: '29ltbukra';
                font-weight: 300;
                display: block;
                text-align: center;
            }

                .navigation ul li a:hover,
                .navigation ul li a:focus {
                    color: #fff;
                    text-decoration: none;
                    outline: none;
                }

            .navigation ul li.active a, .navigation ul li:hover a {
                color: #000978;
            }

            .navigation ul li.active, .navigation ul li:hover {
                background: #f6f6f6;
            }

                .navigation ul li.active small.left {
                    background: url(../images/crop.png) no-repeat;
                    background-size: cover;
                    z-index: 1;
                }

                .navigation ul li.active small.right {
                    background: url(../images/crop-hover.png) no-repeat;
                    background-size: cover;
                    z-index: 1;
                }

            .navigation ul li.last.active small.right, .navigation ul li.last:hover small.right {
                background: url(../images/crop-hover.png) no-repeat;
                background-size: cover;
                z-index: 1;
                right: 0px;
                height: 35px;
                width: 36px;
            }

            .navigation ul li:hover small.left {
                background: url(../images/crop-blank-reversed.png) no-repeat;
                background-size: cover;
                z-index: 1;
            }

            .navigation ul li:hover small.right {
                background: url(../images/crop-blank.png) no-repeat;
                background-size: cover;
                z-index: 1;
            }

            .navigation ul li small.left {
                background: url(../images/crop-right.png) no-repeat;
                background-size: cover;
                left: -38px;
                height: 35px;
                width: 38px;
            }

            .navigation ul li small.right {
                background: url(../images/crop-right.png) no-repeat;
                background-size: cover;
                right: 0px;
                height: 35px;
                width: 38px;
            }

            .navigation ul li small {
                position: absolute;
                top: 0;
            }


            .navigation ul li.searchbar a {
                padding: 5px 5px 0px 10px;
                display: inline-block;
                position: relative;
                top: 4px;
            }

            .navigation ul li.searchbar input[type="text"] {
                width: 65%;
                font-size: 12px;
                /*padding: 2px 10px;*/
                padding: 2px 8px 3px 8px;
                display: inline-block;
                /*margin: 4px 5%;*/
                border: 0;
                border-radius:4px;
            }

            .navigation ul li.searchbar {
                background: none;
                float: right;
            }
            /*****sub nav****/
            .navigation ul li .subnav.double {
                width: 400px;
            }

            .navigation ul li .subnav {
                position: absolute;
                z-index: 6;
                padding: 10px 20px 0px 20px;
                background: #fff;
                box-shadow: 1px 2px 8px 0px #333;
                -webkit-box-shadow: 1px 2px 8px 0px #333;
                -moz-box-shadow: 1px 2px 8px 0px #333;
                left: 5%;
            }

                .navigation ul li .subnav ul {
                    width: 50%;
                    float: left;
                    min-width: 200px;
                    background: #fff;
                }

                .navigation ul li .subnav li {
                    background: #fff;
                    color: #333;
                    margin: 0px 0px 10px 0px;
                    width: 100%;
                }

                    .navigation ul li .subnav li a {
                        background: #fff;
                        color: #333;
                        padding: 0;
                        font-family: '29ltbukra';
                        font-size: 12px;
                        font-weight: normal;
                        text-align: left;
                        padding: 3px;
                    }

                    .navigation ul li .subnav li span {
                        background: #fff;
                        color: #333;
                        padding: 0;
                        font-family: '29ltbukra';
                        font-size: 12px;
                        font-weight: normal;
                        text-align: left;
                        color: #0D84C7;
                        padding: 0px;
                    }


                    /* as per AI file hover effect - blue caret */
                    /*
.navigation ul li .subnav li.active,
.navigation ul li .subnav li:hover,
.navigation ul li .subnav li:focus {
        background: url(../images/menu-active.png) no-repeat -10px -3px;
}
*/
                    .navigation ul li .subnav li a.active,
                    .navigation ul li .subnav li a:hover,
                    .navigation ul li .subnav li a:focus {
                        text-shadow: none;
                        -webkit-text-shadow: none;
                        -moz-text-shadow: none;
                        color: #250f73;
                        text-decoration: underline;
                    }

                    .navigation ul li .subnav li a span {
                        font-size: 10px;
                        display: block;
                        margin-top: 2px;
                        font-family: '29lt_bukraregular', sans-serif;
                    }

        .navigation ul > li:hover .subnav {
            left: 0;
        }

        .navigation ul li .subnav {
            position: absolute;
            left: -9999em;
            top: 36px;
        }

        .navigation ul li:hover .subnav {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .navigation ul li .subnav {
            position: absolute;
            left: 0;
            top: 34.11px;
            z-index: 1010;
            visibility: hidden;
            margin-left: -37px;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: 200ms ease;
            -moz-transition: 200ms ease;
            -o-transition: 200ms ease;
            transition: 200ms ease;
        }

            .navigation ul li .subnav li .inner_links {
                margin-top: 10px;
            }

                .navigation ul li .subnav li .inner_links li {
                    margin: 0px 0px 2px 0px;
                }

                    .navigation ul li .subnav li .inner_links li a {
                        font-family: '29lt_bukraregular', sans-serif;
                        font-weight: 600;
                        font-size: 10px;
                        font-weight: 600;
                        text-decoration: none;
                    }

.subnav li a big {
    position: absolute;
    top: 4px;
    right: 10px;
    font-weight: bold;
    color: #015991;
    font-size: 18px;
}

li.bordered {
    border: 1px solid #333;
    border-width: 1px 0px 1px 0px;
    padding: 4px 0;
}

.inner_links li a:before {
    content: " ";
    padding-right: 7px;
}

.navigation ul li .subnav li .inner_links li.heading {
    padding-left: 0px;
}

.sublist.inner_links li {
    padding-left: 10px;
}

.navigation ul li .subnav li .sublist.inner_links li a {
    font-weight: normal;
    font-family: '29lt_bukraregular';
}

.navigation ul li .subnav li .inner_links li.heading a {
    margin: 0;
    font-size: 11px;
    font-family: '29ltbukra';
    padding: 3px;
}

.navigation ul li.login_section {
    float: right;
    background: none;
    text-align: center;
}

    .navigation ul li.login_section:hover a {
        color: #ffffff;
    }

    .navigation ul li.login_section:hover {
        background: #223b75;
    }

    .navigation ul li.login_section a {
        padding: 9px 30px;
    }

    .navigation ul li.login_section .subnav, .navigation ul li.login_section .subnav li a, .navigation ul li.login_section .subnav ul, .navigation ul li.login_section .subnav ul li {
        background: #223b75;
    }

        .navigation ul li.login_section .subnav ul li a {
            padding-bottom: 10px;
        }

        .navigation ul li.login_section .subnav li a {
            text-align: center;
            border-bottom: 1px solid #fff;
            color: #fff;
            text-decoration: none;
            font-family: '29lt_bukraregular', sans-serif;
        }

        .navigation ul li.login_section .subnav ul li:last-child a {
            border: 0;
            padding-bottom: 0;
        }
/*navigation ends */

/*royal slider starts*/
.royalSlider {
    width: 100%;
    height: 490px;
}

.rsABlock {
    right: 15%;
    top: 15%;
    left: auto;
    color: #003887;
}

.rsMinW .rsBullets {
    right: 20px;
}

.rsMinW .rsBullet.rsNavSelected span {
    background-color: transparent;
}

.rsMinW .rsBullet span {
    border: 2px solid #fff;
    background: #fff;
}

/*.slider_section {
    position: relative;
    height:490px;
}*/

.book_flight {
    position: absolute;
    top: 60px;
    left: -30px;
    background: #023878;
    max-width: 260px;
    /*height:400px;*/
    box-shadow: 1px 2px 8px 0px #333;
}


/*tabs css starts*/

.tabs-menu {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    display: table;
}

    .tabs-menu li {
        list-style: none;
        line-height: 25px;
        float: left;
        margin-right: 0px;
        width: 50%;
        padding: 5px 0 0;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

        .tabs-menu li:nth-child(1) {
            background: #023878;
        }

        .tabs-menu li:nth-child(2) {
            background: #0094d4;
        }

        .tabs-menu li:nth-child(3) {
            background: #00b7e8;
            width: 33.4%;
        }

        .tabs-menu li.current {
            position: relative;
            z-index: 5;
        }

        .tabs-menu li a {
            padding: 10px;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
        }

    .tabs-menu .current a {
        color: #2e7da3;
    }

.tab {
    float: left;
    width: 100%;
    color: #fff;
}

.tab-content {
    width: 90%;
    min-height: 280px;
    padding: 5%;
    display: none;
}

    .tab-content h4 {
        font-family: '29ltbukra';
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

#tab-1 {
    display: block;
}

.tab-content:nth-child(1) {
    background: #023878;
}

.tab-content:nth-child(2) {
    background: #0094d4;
}

.tab-content:nth-child(3) {
    background: #00b7e8;
}


/*tabs css ends*/

.form-control {
    padding: 2px 3%;
    width: 100%;
    margin-bottom: 5px;
    border: 0;
    font-size: 11px;
    color: #6C6D6D;
    height: 28px;
}

.form-control_ar {
    padding: 2px 3%;
    width: 100%;
    margin-bottom: 5px;
    border: 0;
    font-size: 11px;
    color: #6C6D6D;
    height: 28px;
    text-align: right;
}


.form-group label {
    font-size: 12px;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}

select.form-control {
    padding: 2px 27% 2px 3%;
}

select.form-controlInft {
    padding: 2px 19% 2px 3%;
}

.radio-group .form-group {
    width: 48%;
    display: inline-block;
    margin: 0 0 5px 0;
}

.form-group .select_options {
    width: 32.6%;
    display: inline-block;
    margin: 0 0 5px 0;
}

.blue_btn_car {
    border: 0;
    padding: 7px 0px;
    background: #004a97;
    color: #fff;
    text-align: center;
    display: block;
    margin: 17px auto;
    font-size: 18px;
    font-weight: bold;
    width: 54%;
    height: 20px;
}

.btn {
    border: 0;
    padding: 7px 0px;
    font-size: 12px;
}

.blue-btn {
    background: #04A4E0;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
    height: 40px;
}



.checkbox,
.radio {
    position: relative;
}

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px;
        margin: 3px 0 0 -20px;
        padding: 0;
        line-height: normal;
    }


/*----- Accordion -----*/

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
}


/*----- Section Titles -----*/

.accordion-section-title {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: url(../images/accordion-active.png) center right no-repeat;
    margin-bottom: 5px;
    font-family: '29ltbukra';
    font-weight: normal;
}

    .accordion-section-title.active {
        background: none;
    }

    .accordion-section-title.active,
    .accordion-section-title:hover {
        text-decoration: none;
    }

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}


/*----- Section Content -----*/

.accordion-section-content {
    display: none;
    color: #fff;
    padding-bottom: 10px;
}


/* accordion ends*/


/*product section starts*/

.products_section {
    margin: 3px 0;
}

    .products_section .owl-carousel .item {
        height: 157px;
        position: relative;
    }

        .products_section .owl-carousel .item img.product_img {
            height: 157px;
            position: absolute;
        }

        .products_section .owl-carousel .item h4 {
            font-size: 18px;
            font-family: '29lt_bukraregular';
            font-weight: normal;
            vertical-align: top;
            color: #FFF;
            margin: 0;
            position: relative;
            top: 12%;
            left: 10%;
            line-height: 20px;
        }

            .products_section .owl-carousel .item h4 span {
                font-size: 27px;
                font-family: '29lt_bukrabold';
                top: 10px;
                position: relative;
            }

    .products_section .owl-carousel .owl-controls {
        position: absolute;
        top: 42%;
        width: 100%;
    }

        .products_section .owl-carousel .owl-controls .owl-nav .owl-prev {
            background: url(../images/prev.png);
            width: 7px;
            height: 26px;
            position: absolute;
            left: 1%;
        }

        .products_section .owl-carousel .owl-controls .owl-nav .owl-next {
            background: url(../images/next.png);
            width: 7px;
            height: 26px;
            position: absolute;
            right: 1%;
        }


/*product section ends*/


/*feature section starts*/

/*.features_section {
    background: #1668B1;
}

.feature {
    background: #1668B1;
    float: left;
    width: 25%;
}

.feature .feature_logo {
    float: left;
    width: 50%;
}

.feature .feature_info {
    float: left;
    width: 50%;
    text-align: center;
}

.feature .feature_info p {
    margin-top: 46%;
    font-family: '29lt_bukraregular';
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.feature .feature_logo img {
    height: 146px;
    position: relative;
    left: -70px;
}*/


/*feature section ends*/


/*footer section starts*/

/*footer {
    background: #EDECED;
    padding: 8px 0;
    position: relative;
    height: 34px;
}

.social_section {
    position: absolute;
    bottom: 2px;
}

.social_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: auto;
}

.social_section ul li {
    float: left;
}

.social_section ul li a {
    background: url("../images/social-cover.png") no-repeat scroll center center;
    border: 0 none;
    color: #006fc0;
    height: 32px;
    line-height: 33px;
    text-align: center;
    width: 31px;
    display: block;
}

.social_section ul li a i.fa {
    color: #006FC0;
    font-size: 12px;
}

.footer_links {
    text-align: center;
    margin-top: 15px;
}

.footer_links p {
    color: #006FC0;
}

.footer_links a,
.footer_links a:hover,
.footer_links a:focus {
    color: #006FC0;
    text-decoration: none;
    outline: none;
    font-size: 11px;
}*/


/*footer section ends*/

/*navbar-toggle starts*/
.navbar-toggle {
    border-color: #dddddd;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

    .navbar-toggle:hover {
        border: 1px solid #009ad5;
    }

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.navbar-toggle .icon-bar {
    background-color: #009ad5;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
/*navbar-toggle ends*/
.ui-autocomplete.ui-widget-content {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.xtablewrapper {
    margin: 0 auto;
    padding: 40px;
    max-width: 1100px;
}

.xtable {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .xtable {
        display: block;
    }
}

.xrow {
    display: table-row;
    background: #f6f6f6;
}

    .xrow:nth-of-type(odd) {
        background: #e9e9e9;
    }

    .xrow.header {
        font-weight: 900;
        color: #ffffff;
        background: #0081C6;
    }


@media screen and (max-width: 580px) {
    .xrow {
        padding: 8px 0;
        display: block;
    }
}

.xcell {
    padding: 10px 1px;
    display: table-cell;
}

.xcellday {
    padding: 6px 10px;
    display: table-cell;
    min-width: 8px;
}

.xcellnday {
    display: table-cell;
    min-width: 12px;
    padding: 11px;
}

.xcelldays {
    width: 60px;
}

@media screen and (max-width: 580px) {
    .xcell {
        padding: 2px 12px;
        display: block;
    }

    .xcellday {
        padding: 2px 12px;
        display: block;
        min-width: 8px;
    }

    .xcellnday {
        display: block;
        min-width: 12px;
        padding: 11px;
    }
}