﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*vertical-align: middle;*/
}
hers
.trending-parallax {
    background-image: url(../img/trending-bg4.jpg);
}

/*header4 css start*/
#header4 {
    background: #fff;
    font-size: 13px;
    position: sticky;
    top: 0;
    left: 0;
    max-height: 56px;
    display: block !important;
    /*padding: 4px 0;*/
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

    #header4 a.main-logo > img {
        vertical-align: middle;
        padding: 3px 0px;
        max-height: 56px;
    }

    #header4 .menu4 {
        display: -webkit-inline-box;
        position: relative;
        height: 56px;
    }

        #header4 .menu4 .dropD-menu {
            text-transform: uppercase;
            padding: 16px 10px;
            background: rgba(0,0,0,.025);
            margin-right: 2px;
            cursor: pointer;
            max-height: 56px;
        }

    #header4 span,
    #header4 img {
        vertical-align: middle;
    }

    #header4 .menu4 .dropD-menu .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        margin-top: 0 !important;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    #header4 .menu4 .menuopen {
        background-color: #e9e9e9;
        margin-top: 0;
        padding: 0;
        border: none;
        border-radius: 0;
    }

        #header4 .menu4 .menuopen:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 12px 12px 12px;
            border-color: transparent transparent #e9e9e9 transparent;
            position: absolute;
            top: -12px;
            left: 12px;
        }

        #header4 .menu4 .menuopen > li > a {
            display: block;
            color: #565656;
            font-size: inherit;
            text-transform: uppercase;
            padding: 10px 15px;
        }

        #header4 .menu4 .menuopen > li:hover > a {
            background: #777;
            color: #fff;
        }

ul.menu-social {
    display: -webkit-inline-box;
    padding: 16px 0;
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
    line-height: 1.56;
}

    ul.menu-social > li > a {
        color: #999;
        font-size: initial;
        padding: 0 8px;
        margin-right: 10px;
        background: #e2e2e2;
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        text-decoration: none;
    }

        ul.menu-social > li > a > i {
            vertical-align: middle !important;
        }

        ul.menu-social > li:hover > a, ul.menu-social > li > a:hover {
            color: rgba(0,0,0,0.55);
            background: #f2f2f2;
        }

#header4 .cont-sign {
    display: inline-flex;
    float: right;
}

    #header4 .cont-sign a {
        color: #565656;
        text-transform: uppercase;
        text-decoration: none;
        padding: 16px 6px;
        display: -webkit-inline-box;
        background: rgba(0,0,0,.035);
        height: 56px;
    }

    #header4 .cont-sign > .contact-no {
        margin-left: 2px;
    }

.breadcrumb {
    padding: 0;
    margin: 5px 0px !important;
    background: transparent;
}

.social-fixed {
    position: fixed;
    left: 0;
    top: 170px;
    z-index: 9999;
    padding: 10px 6px;
    background: rgba(255, 255, 255, 0.68);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 2px 0 6px rgba(0,0,0,.28);
}

    .social-fixed > .social-i > li > a {
        margin-bottom: 8px;
        padding: 3px 7px;
        font-size: initial;
        text-align: center;
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        box-shadow: 1px 0 2px rgba(0,0,0,.38);
        text-decoration: none;
        transition: ease-in 0.2s;
        -moz-transition: ease-in 0.2s;
        -webkit-transition: ease-in 0.2s;
        -o-transition: ease-in 0.2s;
    }

    .social-fixed > .social-i > li:hover > a {
        background: #fff;
    }

    .social-fixed > .social-i > li:last-child > a {
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    #header4 {
        font-size: 13px;
        position: relative;
        /*height: 95px;*/
        max-height: 100%;
    }

    #footer4 ul.useful-links4 > li > a {
        font-size: 13px;
    }

    #header4 a.main-logo > img {
        max-height: 50px;
    }

        #header4 .menu4 {
            display: -webkit-inline-box;
            float: right;
            height: 50px;
        }

            #header4 .menu4 .menuopen:after {
                left: auto !important;
                right: 12px;
                overflow: hidden;
                box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
            }

            #header4 .menu4 .menuopen {
                left: auto !important;
                right: 0;
            }

            #header4 .menu4 .dropD-menu {
                padding: 12px 10px;
            }

        #header4 .cont-sign a {
            padding: 8px 5px;
            background: transparent;
            height: 34px;
            font-size: 12px;
        }

            #header4 .cont-sign a > img {
                height: 16px;
            }
}
/*header4 css end*/

/*footer4 css start*/
#footer4 {
    background: #464646;
    padding: 20px 0;
    display: block;
    color: #d5d5d5;
    position: relative;
    font-size: 14px;
}

    #footer4 h4.head4 {
        font-size: 18px;
        color: inherit;
        font-weight: 500;
        margin:0 0 10px;
    }

    #footer4 .co-name4 {
        font-size: 18px;
        color: inherit;
        font-weight:600;
        margin: 0 0 10px;
    }

    #footer4 ul.useful-links4 {
        display: inline-flex;
        list-style-type: none;
        color: inherit;
        flex-wrap: wrap;
    }

        #footer4 ul.useful-links4 > li {
            padding: 8px 20px 8px 0px;
        }

            #footer4 ul.useful-links4 > li > a {
                font-size: 14px;
                color: inherit;
                text-decoration: none;
                width: auto;
            }

            #footer4 ul.useful-links4 > li:hover > a {
                text-shadow: 0 0px 10px rgba(255,255,255,.65);
            }

@media only screen and (max-width: 767px) {
    #footer4 h4.head4 {
        margin: 5px 0;
    }

    ul.menu-social {
        padding: 6px 0;
    }

    #footer4 ul.useful-links4 > li {
        padding: 0px 10px 0px 0px;
    }
}
/*footer4 css end*/

/*imgslider next and previous button*/
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: 0;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 0;
    }
}


/*search form control*/
@media (min-width: 992px) {
    .nav-tabs.search-tabs > li > a {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .5px;
    }
}

.trending-parallax {
    background-image: url(../img/trending-bg4.jpg);
}

/*css form flight innner page*/
#wrapper {
    box-shadow: none;
    padding: 0px 15px 15px;
}

#header4 ~ #wrapper .breadcrumb {
    margin: 0;
    padding: 0px;
}

    #header4 ~ #wrapper .breadcrumb > li > a {
        font-size: 14px;
        line-height: 24px;
    }

#header4 ~ #wrapper #divTimeOut {
    position: absolute;
    left: 50% !important;
    top: 25% !important;
    z-index: 10001;
    transform: translate(-50%, -50%);
}

#header4 ~ #wrapper .modal {
    margin-left: 0;
}

#header4 ~ #wrapper .modal-content {
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    #wrapper {
        box-shadow: none;
        padding: 10px 15px 15px;
    }

    #header4 ~ #wrapper #divTimeOut {
        top: 15% !important;
        width: 95%;
    }
}
/*css form flight innner page*/


/*design update on feb 2025*/
.carousel-control > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
}

.carousel-control.left > i {
    left: 10px;
}

.carousel-control.right > i {
    right: 10px;
}
