﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

a {
    color: #FF9933;
    text-decoration: none !important;
}

    a:focus, a:hover {
        color: #05677b;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
html {
    background: #ffffff;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

/*global css*/
a.goTop {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 999;
    background: #FF9933;
    color: #fff;
    font-size: 24px;
    padding: 0 12px;
    border-radius: 20px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

    a.goTop:hover, a.goTop:focus, a.goTop:active {
        background: #FF9933;
        color: #fff;
        text-decoration: none;
        outline: none;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

.dmi-modify-head > header.tc-header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #777;
    margin-bottom: 0px !important;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dmi-modify-head > header .navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

    .dmi-modify-head > header .navbar-default .navbar-nav > li:hover > a,
    .dmi-modify-head > header .navbar-default .navbar-nav > li > a:hover {
        color: #FF9933 !important;
    }

.dmi-modify-head > header .head-ab-top {
    background: #ffffff;
    position: fixed;
    top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
}

.dmi-modify-head ~ #wrapper {
    background-color: #FFF;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto;
}

    .dmi-modify-head ~ #wrapper .FormOuter {
        background: transparent;
    }

.dmi-modify-head ~ div>.container>ul.breadcrumb {
    display: none;
}

.breadcrumb-wrap {
    background: #f8f8f8 !important;
    padding: 6px 0 !important;
}

.dmi-modify-head ~ #wrapper .breadcrumb,
.dmi-modify-head ~ div .breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

        .dmi-modify-head ~ #wrapper .breadcrumb li a {
            color: #FF9933;
            font-size: 14px;
            margin-right: 5px;
            margin-left: 5px;
        }

            .dmi-modify-head ~ #wrapper .breadcrumb li.active a,
            .dmi-modify-head ~ #wrapper .breadcrumb li a:hover {
                color: #FF9933;
            }

#wrapper .BookFlight a:hover, #wrapper .BookFlight a:focus {
    font-size: 14px;
}

.home-bg {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .home-bg > span.bg-overlay {
        height: 75%;
        width: 100%;
        /*background-image: linear-gradient(#01152c, rgba(255, 255, 255, 0));*/
        z-index: 0;
        position: absolute;
        top: 0;
    }


.tc-header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 0;
    /*font-size: 13px !important;*/
}

.head-ab-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.tc-header .navbar-default .navbar-nav > li > a,
.login-bg > a {
    color: #fff;
}

.tc-header .login-bg > a {
    font-size: 12px;
}

.tc-header .navbar-default .navbar-nav > li > a {
    background: rgba(242, 242, 242, 0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

    .tc-header .navbar-default .navbar-nav > li:hover > a,
    .tc-header .navbar-default .navbar-nav > li > a:hover {
        color: initial;
        background: rgba(242, 242, 242, .45);
    }

.tc-header .navbar-default .navbar-nav > li:focus > a,
.tc-header .navbar-default .navbar-nav > li > a:focus {
    color: #FF9933;
    background-color: transparent;
    outline: none;
}

.tc-header .dropdown-menu {
    border: none;
    min-width: 150px;
    border-radius: 0;
}

    .tc-header .dropdown-menu > li > a {
        padding: 5px 20px;
        font-size: 14px;
    }

.tc-header .fix-on-scroll .main-navbar .dropdown:hover .dropdown-menu, .tc-header .main-navbar .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.tc-header .main-navbar .dropdown:hover .dropdown-menu {
    background-color: rgba(242, 242, 242, 0.65);
}

.tc-header .fix-on-scroll .main-navbar .dropdown:hover .dropdown-menu {
    background-color: #f2f2f2;
}

.tc-header .fix-on-scroll .dropdown-menu > li > a:focus, .tc-header .fix-on-scroll .dropdown-menu > li > a:hover {
    color: #FF9933;
    background-color: #eee;
}

.tc-header .fix-on-scroll {
    background: #f2f2f2;
    position: fixed;
    top: 0;
    margin-top: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

    .tc-header .fix-on-scroll .navbar-nav > li > a {
        color: #333;
        font-weight: 500;
    }

    .tc-header .fix-on-scroll .navbar-nav > li:hover > a {
        color: #FF9933;
    }

.logo-image {
    padding: 5px 0;
    float: left;
    line-height: 0;
}

.tc-header .login-bg {
    background: #FF9933;
    padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

    .tc-header .login-bg.welcm, .tc-header .login-bg a {
        color: #fff;
    }

        .tc-header .login-bg > a:hover, .tc-header .login-bg > a:focus, .login-bg > a:active,
        .tc-header .login-bg a:hover, .tc-header .login-bg a:focus {
            color: #333;
            outline: none;
            text-decoration: none;
            font-size: 12px;
        }

.tc-header .nav > li > a {
    padding: 15px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tc-header .navbar .nav .dropdown-toggle .caret {
    margin-top: 0 !important;
}

.tc-bcrumb-bg {
    /*background: #f8f8f8;*/
    position: absolute;
    bottom: 5px;
    background: rgba(0,0,0,.45);
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    width: 100%;
}

    .tc-bcrumb-bg .breadcrumb {
        padding: 8px 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
    }

        .tc-bcrumb-bg .breadcrumb > li > a {
            color: #fff;
            text-decoration: none;
        }

        .tc-bcrumb-bg .breadcrumb > li.active {
            color: #FF9933;
        }

        .tc-bcrumb-bg .breadcrumb > li:hover > a {
            color: #FF9933;
            /*color: #fff;*/
        }

/*margins*/
.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

/*footer*/
#footer-sec {
    background: #000;
    padding-top: 40px;
    color: #fff;
    display: block;
    font-weight: 300;
}

    #footer-sec p.abt-txt {
        font-size: 14px !important;
        margin-top: 8px;
    }

        #footer-sec p.abt-txt > a {
            color: #FF9933;
            text-decoration: none;
            cursor: default;
        }

            #footer-sec p.abt-txt > a:hover {
                color: #fff;
                font-size: 14px;
                text-decoration: none;
            }

    #footer-sec h4 {
        color: #FF9933;
        font-size: 24px;
        margin-bottom: 20px;
    }

    #footer-sec > .cpright {
        background: rgba(51, 51, 51, 0.41);
        padding: 10px;
        font-size: 13px;
        margin-top: 20px;
    }

    #footer-sec .qlinks {
        font-family: 'Open Sans', sans-serif;
    }

        #footer-sec .qlinks > li > a {
            color: #fff;
            padding: 8px 0;
            display: inline-block;
            width: 100%;
            float: left;
            font-size: 14px;
            transition: ease-out 0.3s;
            -moz-transition: ease-out 0.3s;
            -webkit-transition: ease-out 0.3s;
            -o-transition: ease-out 0.3s;
        }

            #footer-sec .qlinks > li > a > i {
                font-size: 18px;
                margin-right: 10px;
                vertical-align: middle;
            }

            #footer-sec .qlinks > li:hover > a,
            #footer-sec .qlinks > li > a:focus {
                color: #FF9933;
                margin-left: 7px;
                outline: none;
                text-decoration: none;
            }

    #footer-sec .follow-hd > li.follow {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    #footer-sec .getsocial {
        display: inline-flex;
        list-style-type: none;
    }

        #footer-sec .getsocial > li > a {
            background: rgba(51, 51, 51, 0.41);
            width: 32px;
            height: 32px;
            display: block;
            border-radius: 50%;
            margin-right: 10px;
            transition: ease-out 0.3s;
            -moz-transition: ease-out 0.3s;
            -webkit-transition: ease-out 0.3s;
            -o-transition: ease-out 0.3s;
        }

        #footer-sec .getsocial > li:hover > a {
            background: #FF9933;
        }

        #footer-sec .getsocial > li > a > i {
            padding: 8px 10px;
            color: #fff;
            font-size: 16px;
            vertical-align: -webkit-baseline-middle;
            display: block;
        }

/*search form control & Slider */
.pos-search {
    position: absolute;
    width: 100%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

    .carousel-control.right > i,
    .carousel-control.left > i {
        position: relative;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 40px;
    }

    .carousel-control.left > i {
        right: -10px;
    }

.carousel-indicators {
    bottom: -20px;
}

/*search form control*/
.tc-search-form .tab-content {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.tc-search-form .nav-tabs {
    border-bottom: none;
}

    .tc-search-form .nav-tabs > li {
        margin-bottom: 0px;
    }

.tc-search-form .input-group i.fa {
    color: #FF9933;
    font-size: 18px;
}

.tc-search-form .nav > li > a {
    padding: 10px;
    background: #FF9933;
    border: none;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

    .tc-search-form .nav > li > a > span > i {
        font-size: 16px;
        margin-right: 3px;
        vertical-align: middle;
        display: inline;
    }

.tc-search-form .nav > li:hover > a,
.tc-search-form .nav > li:focus > a,
.tc-search-form .nav > li.active > a {
    background: #fff;
    color: #000;
    outline: none;
    border: none;
}

.tc-search-form .nav-tabs > li > a:hover {
    border-color: none;
    border: none;
}

.tc-search-form .form-control {
    font-size: 13px;
}

.tc-search-form .nav > li > a > span.d-block {
    vertical-align: middle;
}

.tc-search-form a .radio-inline {
    color: #333;
    text-decoration: none;
}

.tc-search-form a:hover .radio-inline, .tc-search-form a:focus .radio-inline, .tc-search-form a:active .radio-inline {
    color: #FF9933;
    text-decoration: none;
}

.tc-search-form li > a.hotdeals {
    background: #FF9933;
    color: #fff;
}

.tc-search-form .btn-primary {
    color: #fff;
    background-color: #FF9933;
    border-color: #FF9933;
}

    .tc-search-form .btn-primary:hover, .tc-search-form .btn-primary:focus, .tc-search-form .btn-primary:active, .tc-search-form .btn-primary:active:focus
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
        background-color: #05677b;
        border-color: #05677b;
        outline: none;
    }

.tc-search-form .dropdown-menu > .active > a, .tc-search-form .dropdown-menu > .active > a:focus, .tc-search-form .dropdown-menu > .active > a:hover {
    background-color: #FF9933;
}

#main-content {
    padding: 40px 0px 80px 0px;
    background: #f4f4f4;
    position: relative;
}

    #main-content.doodle-bg {
        background-image: url(/travelcanvass/images/t-doodle-1.png);
        background-repeat: repeat;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.pos-rel {
    position: relative;
}

h2.big-heading {
    font-size: 32px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

    h2.big-heading:after {
        content: '';
        background: #FF9933;
        background: linear-gradient(to left, #FF9933, #FF9933);
        /*border-radius: 10px;*/
        width: 13%;
        height: 5px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

/*special holiday deals*/
.myofffer {
    position: relative;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.overlay ~ img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.myofffer .overlay {
    transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
}

.myofffer:hover .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.myofffer h3,
.myofffer p {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 100%;
    top: 45%;
    transform: translate(-50%);
    left: 50%;
}

.myofffer p {
    font-family: 'Open Sans', Arial;
    font-size: 18px;
    top: 55%;
}

.myofffer a {
    display: block;
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    background-color: #fff;
    color: rgba(15, 38, 38, 0.95);
    border-radius: 4px;
    transform: translateX(-50%);
    padding: 6px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.overlay:hover ~ a,
.overlay ~ a:hover {
    top: 65%;
    color: #fff;
    background-color: #FF9933;
    text-decoration: none;
}

/*owl carousel modify*/
.owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.owl-carousel .owl-nav {
    margin: 0 !important;
}

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -3%;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -3%;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        color: #FF9933 !important;
    }

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent !important;
    text-decoration: none !important;
    outline: none !important;
}

.co-card-item {
    display: block;
    background-color: #fff;
}

.co-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.co-text .price {
    font-size: 18px;
    font-family: 'Open Sans', Arial;
}

.co-card-item .co-text {
    text-align: center;
    padding: 20px 10px;
    color: #333;
}

.co-hover figure {
    overflow: hidden;
}

    .co-hover figure img {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

.co-text .co-btn {
    padding: 8px 30px;
    margin-top: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.co-hover .co-btn {
    background-color: #FF9933;
    border: none;
}

.co-hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
}

    .co-hover:hover {
        margin-top: -10px;
        text-decoration: none;
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    }

        .co-hover:hover .co-text .co-btn {
            background-color: #FF9933;
            border-color: #FF9933;
        }

        .co-hover:hover figure img {
            transform: scale(1.2);
        }

/*flight page*/

/*flight page*/
.flight-dest, .flight-dest .overlay, .flight-dest h3, .flight-dest h4, .flight-dest img, .poularDeals .icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.flight-dest {
    position: relative;
    overflow: hidden;
}

    .flight-dest h3, .flight-dest .price {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
        z-index: 1;
        opacity: 1;
    }

    .flight-dest .icon {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 30px;
        color: #fff;
        width: 50px;
        z-index: 1;
        background: #FF9933;
        text-align: center;
        height: 50px;
        line-height: 54px;
        border-radius: 50%;
    }

    .flight-dest h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
        color: #fff;
        background: #FF9933;
        padding: 6px 10px;
        border-radius: 2px;
        font-size: 16px;
        font-weight: 300;
        opacity: 0;
    }

    .flight-dest:hover h4 {
        opacity: 1;
    }

    .flight-dest:hover img {
        transform: scale(1.05);
    }

    .flight-dest:hover .overlay {
        background: rgba(0,0,0,0.8);
    }

/*popular deals*/
.poularDeals {
    text-align: center;
}

    .poularDeals .icon {
        margin: 0 auto;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        text-align: center;
        line-height: 150px;
        color: #fff;
        font-size: 50px;
        background-color: #FF9933;
    }

    .poularDeals h3 {
        color: rgba(0,0,0,0.8);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .poularDeals:hover h3 {
        color: #FF9933;
        text-decoration: none;
    }

    .poularDeals:hover .icon {
        transform: scale(1.05);
    }

/*hotel page*/
.flight-dest.hotel .dsetName {
    font-size: 18px;
    top: 10px;
}

.flight-dest .price {
    font-size: 16px;
    bottom: 10px;
    font-family: 'Open Sans', Arial;
}

.flight-dest.hotel .icon {
    top: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}

/*buses*/
.more-buses {
    background-color: #f7f7f7;
    padding: 10px;
    box-shadow: 0px 0px 10px #e9e9e9;
    font-family: 'Open Sans', sans-serif;
}

    .more-buses .table-condensed > tbody > tr > td {
        padding: 10px;
    }

    .more-buses tr a {
        color: #333;
    }

        .more-buses tr a:hover {
            color: #FF9933;
        }

/*pacakages*/
.co-card-item .pkg h2 {
    text-align: center;
}

.co-card-item .pkg {
    text-align: initial;
}

    .co-card-item .pkg .price {
        font-size: 17px;
        text-align: right;
    }

    .co-card-item .pkg a {
        color: #333;
    }

    .co-card-item .pkg .viewbtn {
        text-align: center;
    }


/*contact / about / */
.cont-info p {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.abt-us > h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.abt-us h5 {
    margin-bottom: 10px;
    margin-top: 20px;
    color: #FF9933;
}

.abt-us > p {
    text-align: justify;
}

.pay-pro ul {
    list-style: square;
    list-style-position: inside;
    text-align: justify;
}

    .pay-pro ul > li {
        margin-bottom: 5px;
    }

        .pay-pro ul > li > ul {
            margin-left: 10px;
        }

            .pay-pro ul > li > ul > li {
                padding-left: 10px;
            }

.cont-info {
    background: #eee;
    height: 250px;
    padding: 10px 15px;
    display: block;
}

    .cont-info p.mob {
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
    }

.genterms > ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 25px;
    margin-bottom: 15px;
    text-align: justify;
}

    .genterms > ol > li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

/*extra css*/

.sort_By {
    margin: 0 0 15px 0 !important;
}

.modal {
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 50%;
    overflow: initial;
    width: 460px;
    margin-left: -230px;
    height: 300px;
    max-height: 500px !important;
}

.filterSearchRepeat h3 {
    font-size: 18px !important;
}

.dmi-modify-head ~ #wrapper .btn-xlarge {
    padding: 8px 50px;
}

/*extra css*/
@media only screen and (max-width: 991px) {
    .mt20-m {
        margin-top: 20px;
    }

    .tc-header .navbar-default {
        background-color: #f8f8f8;
        border-color: #f8f8f8;
        margin-top: 0;
        line-height: 1.1;
    }

    .tc-header .head-ab-top {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,.20);
    }

    .tc-header .navbar-toggle {
        padding: 8px;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .tc-header .dropdown-menu {
        width: 100%;
        background: #f2f2f2;
    }

    .tc-header .navbar-default .navbar-nav > li:focus > a,
    .tc-header .navbar-default .navbar-nav > li > a:focus,
    .tc-header .navbar-default .navbar-nav > li:hover > a,
    .tc-header .navbar-default .navbar-nav > li > a:hover {
        color: #FF9933;
        background: rgba(115, 189, 47, 0.06);
    }

    .tc-header .main-navbar .dropdown:hover .dropdown-menu {
        background-color: #f2f2f2;
    }

    .tc-header .dropdown-menu > li > a:focus, .tc-header .dropdown-menu > li > a:hover {
        color: #FF9933;
        text-decoration: none;
        background-color: #eee;
    }

    .dmi-modify-head ~ div > .main-content {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .head-ab-top.navbar .nav {
        float: none !important;
    }

    .logo-image {
        padding: 0;
    }

        .mb20-m {
        margin-bottom: 20px;
    }

    .login-bg {
        padding: 5px 8px;
        margin-left: 10px;
    }

    /*.home-bg {
        margin-top: 50px;
    }*/

    .home-bg > img,
    .home-bg > span.bg-overlay {
        display: none;
    }

    .pos-search {
        position: relative;
        padding-top: 75px;
        /*background: #89e336;*/
        padding-bottom: 25px;
        background: -webkit-linear-gradient(to right, #FF9933, #89e336);
        background: linear-gradient(to right, #FF9933, #89e336);
    }

    /*search form control*/
    .tc-search-form .nav-tabs {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        overflow-x: auto;
    }

    .tc-header .navbar-default .navbar-nav > li > a {
        color: #333;
        padding: 10px;
        border-bottom: 1px solid rgba(115, 189, 47, 0.15);
    }

    .tc-search-form .nav > li > a {
        padding: 10px 8px;
        min-width: 60px;
        text-align: center;
    }

        .tc-search-form .nav > li > a > span > i {
            text-align: center;
            font-size: 16px;
            display: block;
            margin-bottom: 5px;
            margin-right: 0;
        }

        .tc-search-form .nav > li > a > span.d-block {
            display: block;
            font-size: 10px;
        }

    .tc-search-form .nav-tabs > li {
        margin-bottom: -1px;
    }

    /*.dmi-modify-head ~ div .ng-scope .modifyStrip,
    .dmi-modify-head ~ div .ng-scope .container.ng-scope .booking-item-details {
        margin-top: 65px !important;
    }*/

    /*main content*/
    #main-content {
        padding: 30px 0px;
    }

        #main-content.mt55 {
            margin-top: 55px;
        }

    h2.big-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }

        h2.big-heading:after {
            width: 40%;
            height: 7px;
            bottom: -12px;
        }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        top: 68%;
        transform: translateY(-50%);
    }

    .packages.owl-carousel .owl-nav .owl-prev, .packages.owl-carousel .owl-nav .owl-next {
        top: 88.5%;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -1%;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -1%;
    }

    .cont-info {
        margin-top: 20px;
    }

    .co-hover:hover {
        margin-top: 0;
    }

    /*footer*/
    #footer-sec h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #footer-sec .qlinks {
        display: inline-flex;
        flex-wrap: wrap;
    }

        #footer-sec .qlinks > li > a {
            color: #fff;
            padding: 5px 12px 0 0;
            font-size: 13px;
        }

            #footer-sec .qlinks > li:hover > a,
            #footer-sec .qlinks > li > a:focus {
                margin-left: 0;
            }

    #footer-sec p.follow {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dmi-modify-head ~ div > .main-content .pkgSmryRpt {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 5px;
    }

    .bdrL:before {
        content: '';
        position: absolute;
        height: 220px;
        width: 1px;
        background: rgba(51, 51, 51, 0.45);
        top: 0;
        left: 0;
    }

    .room-label {
        margin-top: 10px;
        padding-right: 0;
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    /*.bg-vector:before {
        content: '';
        background-image: url(/travelcanvass/images/vector-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px;
        z-index: 0;
        width: 100%;
    }*/

    .dmi-modify-head ~ div > .breadcrumb-wrap {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
}
/*--------FIX for custom popup in sightseeing-----*/
.custom-modal-content {
    position: relative;
}

.custom-modal {
    left: 0;
    top: 0 !important;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    height: initial;
    max-height: initial !important;
    background: transparent
}

.newPkdMdlCon .custom-modal {
    overflow-y: hidden !important;
}

.custom-dialog {
    width: 100%;
    max-width: 100%;
}

.custom-modal-body {
    height: initial;
    background: #fff;
    max-height: initial
}

@media only screen and (max-width:767px) {
    .custom-dialog {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%
    }
}

/*-------------------- session expire modal*/
#wrapper #divTimeOut {
    position: absolute;
    left: 50% !important;
    top: 25% !important;
    z-index: 10001;
    transform: translate(-50%, -50%);
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}

#wrapper .modal {
    margin-left: 0;
}

#wrapper .modal-content {
    width: auto !important;
}

li > a > .caret {
    border-top: 4px dashed !important;
    margin: 0 0 0 5px !important;
    vertical-align: middle;
}

/*li:hover > a > .caret {
    border-top: 4px dashed #fff !important;
}*/

@media only screen and (max-width: 767px) {
    #wrapper #divTimeOut {
        top: 15% !important;
        width: 100%;
    }
}

.card__hotel {
    padding: 20px 15px !important;
    position: relative;
    top: 20px;
}