/**
*
* Author: Limpid Themes
* Last Modified: 09-06-2015
* Description: Stylesheet used by CRUISE template
*
**/

/*********************************************************
	TABLE OF CONTENTS
	1. GENERAL STYLES
	2. PRELOADER 
	3. SUPERSIZED SLIDER
	4. NAVIGATION TRANSPARENT MENU 
	5. LIGHT MENU 
	6. HOMEPAGE SEARCH BOX
	7. HOMEPAGE (INDEX-1, INDEX-2, INDEX-3, INDEX-4 ETC.) 
	8. HOTEL.HTML
	9. FLIGHT.HTML
	10. HOLIDAY.HTML
	11. CAR.HTML
	12. CRUISE.HTML
	13. HOTEL-GRID.HTML
	14. HOTEL-LIST.HTML & HOTEL-LIST-2.html
	15. FLIGHT.LIST.HTML
	16. HOTEL-LIST-2.HTML
	17. HOLIDAYS-GRID.HTML
	18. HOLIDAYS-GRID-2.HTML
	19. CRUISE-LIST.HTML
	20. HOTEL-DETAILED.HTML
	21. HOTEL-DETAILED-2.HTML
	22. HOLIDAY-DETAIL.HTML
	23. FLIGHT-BOOKING.HTML
	24. HOTEL-BOOKING.HTML
	25. HOTEL-BOOKING-2.HTML
	26. THANK-YOU.HTML
	27. BLOG
	28. SINGLE BLOG
	29. CONTACT-US.HTML
	30. ABOUT-US.HTML
	31. USER-PROFILE.HTML
	32. COMING-SOON.HTML
	33. 404.HTML
	34. LOADING.HTML
	35. HOTEL-INDEX.HTML
	36. HOTEL-INDEX-2.HTML
	37. HOLIDAY-INDEX.HTML
	38. HOLIDAY-INDEX-2.HTML
	39. CAR-INDEX.HTML
	40. CAR-LIST.HTML
	41. CAR-DETAILED.HTML
	42. CAR-DETAILED-2.HTML
	43. MAIN FOOTER
	44. GALLERY.HTML
	45. LOGIN.HTML
	46. TYPOGRAPHY.HTML
	47. CRUISE-DETAIL.HTML
	48. LIST VIEW AND GRID VIEW SWITCH
**********************************************************/


/*********************************************************
			1. GENERAL STYLES 
**********************************************************/
body, html {
    /*font-family: 'Open Sans',sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #07253F;
    font-size: 15px;*/
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #1f2746;
    font-weight: 300;
}

a {
    text-decoration: none;
    -webkit-transition: All .3s ease-in;
    -moz-transition: All .3s ease-in;
    -o-transition: All .3s ease-in;
    -ms-transition: All .3s ease-in;
    transition: All .3s ease-in;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    a:active {
        text-decoration: none;
    }

h5 {
    font-size: 15px;
}

.transition-effect {
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.row {
    margin: 0;
}

.clear-padding {
    padding: 0 !important;
}

.light-row {
    background: #ffffff;
    /*background: rgba(10, 49, 82, 0.8);*/
}

.dark-row {
    background: #07253F;
    padding: 60px 0;
    color: #ffffff;
}

.space {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.section-title {
    margin-bottom: 0;
}

.site-wrapper {
    margin: auto;
}

    .site-wrapper #ContentPage .dynamic-page {
        padding: 60px 0px;
    }

    .site-wrapper .flList, .site-wrapper .travelInsurance {
        background: #f7f7f7;
    }

        .site-wrapper .flList .container {
            min-height: 768px;
        }

    .site-wrapper header {
        display: none;
    }

.cswitcher {
    background: #fff;
    position: fixed;
    top: 40%;
    z-index: 100;
    box-shadow: 0px 0px 5px #e6e6e6;
}

#color-switcher {
    width: 215px;
    padding: 20px;
}

    #color-switcher h6 {
        font-weight: 800;
        text-align: center;
        margin: 5px 0px 15px;
    }

#stoggle {
    background: rgba(10, 49, 82, 0.8);
    font-size: 25px;
    padding: 3px 10px;
    position: fixed;
    top: 34%;
    cursor: pointer;
    color: #fff;
    z-index: 100;
}

#color-switcher ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    #color-switcher ul li {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 5px;
        border-radius: 50%;
        cursor: pointer;
    }

#color-switcher .red {
    background: #f9676b;
}

#color-switcher .green {
    background: #009f8b;
}

#color-switcher .light-green {
    background: #9DC852;
}

#color-switcher .brown {
    background: #a28753;
}

#color-switcher .orange {
    background: #F7941D;
}

#color-switcher .yellow {
    background: #f9bf3b;
}

#color-switcher .blue {
    background: #2f7af8;
}

#color-switcher .purple {
    background: #9E7DD3;
}
/*********************************************************
			2. PRELOADER
**********************************************************/

.load-full-screen {
    height: 100%;
    width: 100%;
}

#loader {
    /*position: relative;*/
    background: #f7f7f7;
    z-index: 9999;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.8;
    text-align: center;
}

    #loader div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: 0 !important;
    }

    #loader span {
        text-align: center;
    }
/********************NEW LOADER*********************************/
.loadBox {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

    .loadBox .loaderDiv {
        background: #ef5e5e;
        z-index: 9999;
        min-height: 30%;
        width: 40%;
        height: 30%;
        position: fixed;
        display: block;
        text-align: center;
        top: 30%;
        left: 30%;
        padding: 5px;
    }

        .loadBox .loaderDiv #dvloaderflight {
            position: relative;
            top: 45%;
            left: 50%;
            transform: translate(-50%,-50%);
            margin-top: 0 !important;
            /*background: #fff;*/
            width: 80%;
        }

            .loadBox .loaderDiv #dvloaderflight span, .loadBox .loaderDiv #dvloaderflight label {
                text-align: center;
                color: #fff;
                padding: 15px 5px;
                font-weight: normal;
            }


            .loadBox .loaderDiv #dvloaderflight .loader {
                height: 4px;
                width: 100%;
                position: relative;
                overflow: hidden;
                background-color: #ddd;
                margin-bottom: 10px;
            }

                .loadBox .loaderDiv #dvloaderflight .loader:before {
                    display: block;
                    position: absolute;
                    content: "";
                    left: -200px;
                    width: 200px;
                    height: 4px;
                    background-color: #2980b9;
                    animation: loading 2s linear infinite;
                }


@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.loadBox .loaderDiv #dvloaderflight .loadFlight {
    background: none !important;
    top: 50px !important;
    margin: 0;
    color: #fff;
}

    .loadBox .loaderDiv #dvloaderflight .loadFlight ul {
        padding: 0;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
    }

        .loadBox .loaderDiv #dvloaderflight .loadFlight ul li {
            display: inline-block;
        }

    .loadBox .loaderDiv #dvloaderflight .loadFlight p {
        font-size: 12px;
    }

@media (max-width: 991px) {
    .loadBox .loaderDiv {
        width: 63%;
        height: 45%;
        left: 18%;
    }
}
/********************NEW LOADER*********************************/


/*********************************************************
			3. SUPERSIZED SLIDER 
**********************************************************/

/*#supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}*/

#supersized {
    position: absolute;
    left: 0;
    top: 103px;
    overflow: hidden;
    z-index: -999;
    height: 594px;
    width: 100%;
}

    /*#supersized img {
        width: auto;
        height: auto;
        position: relative;
        display: none;
        outline: none;
        border: none;
    }*/

    #supersized img {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        display: none;
        outline: none;
        border: none;
        left: 0 !important;
        top:0!important;
    }

    #supersized.speed img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
    }

    #supersized.quality img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
    }

    #supersized a {
        z-index: -30;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #111;
    }

        #supersized a.prevslide {
            z-index: -20;
        }

        #supersized a.activeslide {
            z-index: -10;
        }

            #supersized a.prevslide img,
            #supersized a.activeslide img {
                display: inline;
            }

/*********************************************************
			4. NAVIGATION TRANSPARENT MENU 
**********************************************************/

.header-top {
    background: #07253F;
}

.navbar-brand > img {
    /*width: 140px;
    width: 125px;*/
    margin-top: -10px;
}

.navbar-contact {
    margin: 5px 0;
    /*font-size: 12px;*/
    overflow: hidden;
    padding: 0px 15px 0 15px;
    line-height:45px;
}

    .navbar-contact .logo {
        height: 60px;
        padding: 15px;
        line-height: 0;
        margin: 0;
    }

        .navbar-contact .logo > img {
            /*width: 200px;
            margin-top: -9px;*/
            height:45px;
        }

@media (max-width: 375px) {
    .navbar-contact {
        text-align: center;
    }

    #supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}


    #supersized img {
        width: auto!important;
        height: auto!important;
        position: relative;
        display: none;
        outline: none;
        border: none;
    }

}

@media (max-width: 667px) {
    #supersized {
        top: 51px;
    }


        #supersized img {
            top: 0 !important;
            width: auto !important;
            height: auto !important;
        }
}

.navbar-contact .user-logged {
    text-align: right;
}

    .navbar-contact .user-logged img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-top: -3px;
    }

    .navbar-contact .user-logged a {
        float: left;
        margin: 6px 0 0 6px;
    }

    .navbar-contact .user-logged .dropdown-toggle {
        font-size: 13px;
        font-weight: 600;
        position: relative;
        width: 100%;
        height: 25px;
        padding: 2px 10px;
        border: 2px solid #f3f3f3;
        /*border-radius: 20px 20px 0 0;*/
        margin: 0;
        transition: .3s;
        text-align: left;
        top: -15px;
        background: #fff;
        color: #07253F;
    }

        .navbar-contact .user-logged .dropdown-toggle:hover{
            border: 2px solid #f3f3f3;
            /*border-radius: 20px 20px 0 0;*/
            background: #fff;
            color: #07253F;
        }

    .navbar-contact .user-logged .member {
        left: 0px !important;
        top: 25px !important;
        border: 2px solid #f3f3f3;
        border-top:none;
        border-radius: 1px!important;
        width: 100%;
    }
        .navbar-contact .user-logged .member a {
            background: #fff;
            color: #07253F;
            font-weight: 600;
        }
@-moz-document url-prefix() {
    .navbar-contact .user-logged .member {
        top: 15px !important;
    }

        .navbar-contact .user-logged .member li a {
            margin: 0 0 0 6px;
        }
}
    .navbar-contact .user-logged #lblmyaccount {
        position: relative;
        text-align: left;
    }

.navbar-contact a {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 12px;
    font-weight: 600;
}
.topMenu a {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    white-space: nowrap;
}
.navbar-contact .whatsapp {
    color: #fff !important;
}

.navbar-contact .slogan {
    font-size: 25px;
    color: #f9676b;
    margin-left: 45px;
    font-weight: bold;
    margin-top: 0;
}

    .navbar-contact .slogan img {
        height: 30px;
        vertical-align: sub;
    }

.navbar-contact a:nth-child(2) {
    margin: 7px 0 0 20px;
}

.navbar-contact a i {
    width: 27px;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    color: #99abb4;
    margin-right:7px;
}
.navbar-contact a .fa-caret-down {
    float: right;
    padding-top: 3px;
    margin-right: 0;
}

.navbar-contact .link, .navbar-contact .link-last {
    margin: 0 0 0 2px;
}


    .navbar-contact .link:after {
        content: "|";
        padding-left: 5px;
        position: relative;
        top: -1px;
    }

    .navbar-contact .link-last:after {
        display: none;
    }

.navbar-contact .form-control {
    background: #0A3152 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #bec4c8;
    height: 30px;
    padding: 0 5px 0 10px;
}

.navbar-contact .input-group-addon {
    background: #0A3152 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #f9676b;
    padding: 0 10px 0 0;
    margin-right: 15px;
}

.navbar-contact a:hover {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    color: #f9676b !important;
    
}

.transparent-menu-top {
    /*background: rgba(10, 49, 82, 1);*/
    border-bottom: 1px solid #e6e6e6;
}


.transparent-menu {
    /*background: rgba(10, 49, 82, 0.5);
    background: rgba(253, 254, 255, 0.8);
    background: rgba(10, 49, 82, 1);
    border-top: 1px solid #2f475d;*/
    border-bottom: 1px solid #e6e6e6;
}

    .transparent-menu i {
        margin-right: 5px;
        font-size: 14px;
    }

    .transparent-menu .navbar {
        margin: 0px;
        min-height: 0;
        border: none;
    }

.navbar-header a {
    font-size: 20px;
    color: #ffffff !important;
    letter-spacing: 1px;
    font-weight: bold;
}

/* MEGA MENU */
.nav-container {
    position: relative;
}

    .nav-container .navbar-header .logo, .nav-container .navbar-header .whatsapp {
        display: none;
    }

@media (max-width:767px) {
    .nav-container .navbar-header .logo, .nav-container .navbar-header .whatsapp {
        display: block;
    }

        .nav-container .navbar-header .logo > img {
            width: 160px;
            margin-top: -13px;
        }

        .nav-container .navbar-header .whatsapp img {
            height: 30px;
            margin: 10px 15px;
            float: right;
        }
    .navbar-contact .logo {
        display: none!important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1380px;
    }
}
.nav-container .mega-menu {
    position: absolute;
    display: none;
    width: 100%;
    text-align: left !important;
    padding: 30px !important;
    z-index: 9999999;
}

.nav-container .dropdown {
    position: relative;
}

.nav-container .agent-enter {
    padding-left: 5px;
}

    .nav-container .agent-enter .dropdown-toggle {
        float: right;
        padding-left: 0px;
    }

    .nav-container .agent-enter i {
        float: left;
        margin-top: 12px;
        color: #f9676b;
    }

.nav-container .mega {
    position: static !important;
}

.open > .mega-menu {
    display: block;
    overflow: hidden;
}

.top-margin {
    margin-top: 20px !important;
}

.nav-container .mega-menu .desc h4 {
    margin-top: 0px;
    color: #f9676b;
    font-weight: bold;
}

.nav-container .mega-menu .desc p {
    color: #BEC4C8;
    line-height: 2;
    font-size: 15px;
}

.nav-container .mega-menu .desc a {
    color: #fff !important;
    background: #f9676b;
    border: 2px solid transparent;
    padding: 8px 15px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-left: 0px !important;
}

    .nav-container .mega-menu .desc a:hover {
        color: #f9676b;
        border: 2px solid #f9676b;
        background: transparent;
    }

.nav-container .mega-menu .links ul {
    padding: 0px;
    list-style-type: none;
}

.nav-container .mega-menu .links li {
    position: relative;
    line-height: 2;
    margin-left: 10px;
}

.nav-container .mega-menu .links h5 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f9676b;
}

.nav-container .mega-menu .links li:before {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    color: #BEC4C8;
    margin-left: -10px;
}

.nav-container .mega-menu .links a {
    color: #BEC4C8;
}

.mega-menu .links a:hover {
    color: #f9676b;
}

.mega-menu .links .img-div {
    margin-top: 20px;
    position: relative;
}

    .mega-menu .links .img-div img {
        max-width: 100%;
        position: relative;
    }

    .mega-menu .links .img-div .overlay {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 20%;
        background: rgba(10, 49, 82, 0.5);
        padding: 15px 0px;
    }

        .mega-menu .links .img-div .overlay h5 {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
        }

        .mega-menu .links .img-div .overlay p {
            color: #fff;
            font-size: 18px;
        }

        .mega-menu .links .img-div .overlay a {
            color: #fff;
            padding: 5px 10px;
            border: 2px solid #fff;
            display: inline-block;
            font-weight: bold;
        }

.transparent-menu .navbar-default {
    background: transparent;
}

.navbar-default {
    border-color: transparent;
}

.transparent-menu .navbar-nav > li > a {
    color: #444;
    font-weight: 400;
    font-size: 13px;
    padding: 0px 10px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    cursor:pointer;
}

    .transparent-menu .navbar-nav > li > a:hover, .transparent-menu .navbar-nav > li > a:focus {
        color: #f9676b;
    }

.transparent-menu .navbar-default .navbar-nav > .active > a,
.transparent-menu .navbar-default .navbar-nav > .active > a:focus,
.transparent-menu .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #f9676b;
}

/*.transparent-menu .navbar-nav > li > .slogan {
    font-size: 25px;
    color: #f9676b;
    margin-right: 20px;
}*/

.transparent-menu .dropdown-menu > li > a {
    background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 12px;
    line-height: 2;
    position: relative;
    margin-left: 15px;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

    .transparent-menu .dropdown-menu > li > a:before {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        margin-left: -10px;
    }

    .transparent-menu .dropdown-menu > li > a:hover {
        color: #f9676b !important;
    }

.transparent-menu .dropdown-menu {
    background: #07253F;
    border: none;
    font-size: 12px;
    box-shadow: none;
    padding: 15px 0px;
    top: 29px !important;
}

.transparent-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
}

.transparent-menu .navbar-default .navbar-nav > .open > a,
.transparent-menu .navbar-default .navbar-nav > .open > a:focus,
.transparent-menu .navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
    color: #ffffff;
}

.transparent-menu .navbar-default .navbar-toggle {
    color: #ffffff;
    border-color: #fff;
}

    .transparent-menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .transparent-menu .navbar-default .navbar-toggle:focus,
    .transparent-menu .navbar-default .navbar-toggle:hover {
        background: transparent;
    }


@media (max-width: 991px) {
    .transparent-menu-top {
        display: block;
    }

        .transparent-menu-top .navbar-contact col-md-3, .transparent-menu-top .navbar-contact .Language {
            display: block;
        }

        .transparent-menu-top .navbar-contact a {
            display: block;
        }

        .transparent-menu-top .navbar-contact .slogan {
            display: block;
            font-size: 18px;
            margin-left: 0;
            margin-bottom: 5px;
        }

            .transparent-menu-top .navbar-contact .slogan img {
                vertical-align: middle;
            }

    .nav-container .mega-menu .desc {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px !important;
                padding-bottom: 10px !important;
                line-height: 0 !important;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #07253F;
    }

    .vertical-search, .full-width-search {
        padding: 15px 0px !important;
    }

    .search-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

        .search-section .tab-content {
            padding: 30px 0px !important;
        }

        .search-section .search-col-padding {
            padding-top: 5px !important;
        }

        .search-section .checkbox-inline, .search-section .radio-inline {
            padding-left: 13px !important;
        }

            .search-section .radio-inline input[type=radio] {
                margin-left: -13px !important;
                margin-top:1px;
            }

    .modify-flight {
        background-size: cover !important;
    }

    .modify-search {
        padding: 15px 0px !important;
    }

    #loader div {
        left: 38% !important;
    }

    .ammenties-1 p label {
        width: 90% !important;
    }

    .flight-listing, .listArea {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .list-box h3 {
        font-size: 15px !important;
        padding: 0 3px 3px 3px !important;
    }

        .list-box h3 a {
            font-size: 11px !important;
        }

        .list-box h3 span {
            right: 5px !important;
        }

        .list-box h3 b {
            font-weight: normal !important;
        }

    .departure, .return {
        font-size: 13px !important;
        font-weight: 600;
        margin-right: 5px !important;
        width: auto !important;
        line-height: 25px;
    }

    .list-box h4 {
        display: none;
    }

    .flight-list-view .airline-logo {
        border: none !important;
    }


    .flight-list-view .flight-desc {
        border-right: none !important;
    }

        .flight-list-view .flight-desc .detailClick {
            float: right !important;
            padding-right: 15px !important;
        }
}

@media (min-width: 991px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown:hover .dropdown-mega {
        display: block;
    }
}

@media (max-width: 767px) {
    .transparent-menu .dropdown-menu li a {
        text-align: left;
    }

    .mega-menu .img-div {
        display: none;
    }

    .nav-container .mega-menu {
        padding: 0 0 15px !important;
    }

        .nav-container .mega-menu .links h5 {
            margin-top: 15px;
        }

    .navbar-contact .search-box {
        padding: 15px;
        overflow: hidden;
    }
}

/*********************************************************
			5. LIGHT MENU 
**********************************************************/

.light-menu {
    background: #fff;
}

    .light-menu .navbar {
        margin: 10px 0px;
    }

    .light-menu .navbar-contact {
        margin: 20px 0 10px 0;
        font-size: 12px;
    }

        .light-menu .navbar-contact a {
            color: #07253F;
            padding: 0 10px;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }

            .light-menu .navbar-contact a:hover {
                color: #00adef;
            }

    .light-menu i {
        margin-right: 2px;
    }

    .light-menu .navbar-header a {
        font-size: 20px;
        color: #07253F !important;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .light-menu .navbar-default {
        background: transparent;
    }

    .light-menu .navbar-nav > li > a {
        color: #07253F;
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

        /*.navbar-collapse > ul > li:last-child > a {
    padding: 15px 0px 15px 20px !important;
}*/

        .light-menu .navbar-nav > li > a:hover {
            color: #00adef;
        }

    .light-menu .navbar-default .navbar-nav > .active > a,
    .light-menu .navbar-default .navbar-nav > .active > a:focus,
    .light-menu .navbar-default .navbar-nav > .active > a:hover {
        background: transparent;
        color: #00adef;
    }

    .light-menu .dropdown-menu > li > a {
        background: transparent none repeat scroll 0 0;
        color: #bec4c8 !important;
        font-size: 12px;
        line-height: 2;
        position: relative;
        margin-left: 15px;
        font-weight: bold;
    }

        .light-menu .dropdown-menu > li > a:before {
            content: "\f105";
            font-family: "FontAwesome";
            position: absolute;
            margin-left: -10px;
        }

        .light-menu .dropdown-menu > li > a:hover {
            color: #f9676b !important;
        }

    .light-menu .dropdown-menu {
        background: #07253F;
        border: none;
        font-size: 12px;
        box-shadow: none;
        padding: 15px 0px;
    }

    .light-menu .navbar-default .navbar-toggle {
        color: #07253F;
    }

        .light-menu .navbar-default .navbar-toggle .icon-bar {
            background: #07253F;
        }

        .light-menu .navbar-default .navbar-toggle:focus,
        .light-menu .navbar-default .navbar-toggle:hover {
            background: transparent;
        }

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .light-menu.dropdown-menu li a {
        text-align: left;
    }

    .light-menu .dropdown-menu > li > a {
        margin-left: 0px;
    }
}

/*********************************************************
			6. HOMEPAGE SEARCH 
**********************************************************/

.home-title {
    margin-top: 60px;
    color: #fff;
}

    .home-title h1 {
        margin-top: 0px;
        font-weight: 800;
        font-size: 50px;
        letter-spacing: 2px;
    }

    .home-title h2 {
        margin-bottom: 0px;
    }

.search-section {
    margin-top: 60px;
    /*margin-bottom: 60px;*/
    /*min-height: 234px;*/
}

    .search-section .nav-tabs {
        border-bottom: none;
    }

        .search-section .nav-tabs .active {
            position: relative;
        }

            .search-section .nav-tabs .active:after {
                background: #f9676b none repeat scroll 0 0;
                content: "";
                height: 20px;
                left: 40%;
                position: absolute;
                top: 67%;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                width: 20px;
            }

@media (max-width: 767px) {
    .search-section .nav-tabs .active:after {
        left: 26%;
        height: 10px;
        display: none;
    }
}

.search-section .nav-tabs > li > a {
    /*color: #ffffff; background: rgba(10, 49, 82, 0.5);*/
    color: #07253F;
    background: rgba(255, 255, 255, 1);
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 0 20px 0 0;
    margin-right: 0;
    font-size: 14px;
    /*text-transform: uppercase;*/
}

.search-section .nav > li > a {
    padding: 6px;
}

.search-section .nav-tabs > li {
    margin-bottom: 0;
    width: 140px;
}

    .search-section .nav-tabs > li > a:hover {
        color: #ffffff;
        background: #f9676b;
        border: 1px solid transparent;
    }

    .search-section .nav-tabs > li.active > a,
    .search-section .nav-tabs > li.active > a:focus,
    .search-section .nav-tabs > li.active > a:hover {
        color: #ffffff;
        background: #f9676b;
        border: 1px solid transparent;
        z-index: 9;
        /*text-transform: uppercase;*/
    }

    .search-section .nav-tabs > li a i {
        font-size: 20px;
        padding-right: 5px;
    }

.search-section .tab-content {
    color: #07253F;
    background: #fff;
    padding: 5px 10px 10px 10px;
}

    /*.search-section .tab-content>.active {
    display:inline-block;
}*/

    .search-section .tab-content > .active #vTB_DepartureDate, .search-section .tab-content > .active #vTB_ReturnDate {
        width: 100%;
    }

.search-section label {
    font-size: 12px;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

.radio-inline {
    padding-left: 5px;
}

    .radio-inline input[type=radio] {
        margin: 2px 0 0;
    }

    .radio-inline label {
        margin-left: 15px;
    }

.search-section .form-control {
    background-color: transparent;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #07253F;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-weight: 400;
}

    .search-section .form-control::-moz-placeholder {
        color: #989DA0;
        opacity: 1;
    }

    .search-section .form-control:-ms-input-placeholder {
        color: #BEC4C8;
    }

    .search-section .form-control::-webkit-input-placeholder {
        color: #BEC4C8;
    }

    .search-section .form-control::-o-input-placeholder {
        color: #BEC4C8;
    }

.search-section .input-group-addon {
    background: transparent;
    color: #BEC4C8;
    border-top: 1px solid #BEC4C8;
    border-right: 1px solid #BEC4C8;
    border-bottom: 1px solid #BEC4C8;
    border-radius: 0;
}

.search-section .product-search-title {
    font-size: 18px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: #f9676b;
}

.search-section .search-col-padding {
    padding: 5px 5px 0 5px;
    /*z-index:999;*/
}

    .search-section .search-col-padding .radio-inline label {
        font-size: 12px;
        line-height: 17px;
    }

    .search-section .search-col-padding label {
        font-size: 13px;
    }

        .search-section .search-col-padding label i {
            font-size: 14px;
        }

    .search-section .search-col-padding .input-group {
        width: 100%;
    }

/*.search-section .search-col-padding .input-group .hasDatepicker {
            font-size: 13px;
        }*/

.search-section option {
    color: #07253F;
}

#ui-datepicker-div {
    /*background: #07253F;*/
    background:#fff;
    z-index: 9999 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

    #ui-datepicker-div table {
        margin: 10px;
        font-size:14px;
    }

.ui-datepicker-calendar a {
    padding: 5px;
    color: #222 !important;
}

    .ui-datepicker-calendar a:hover {
        color: #f9676b !important;
    }

.ui-datepicker-calendar td {
    padding: 5px 0px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-disabled {
    color: #0A3152 !important;
}

    .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
        color: #ccc!important;
        border: none !important;
        background: none !important;
    }

.ui-datepicker-calendar .ui-datepicker-today a, .ui-datepicker-calendar .ui-datepicker-week-end a, .ui-datepicker-calendar td a {
    /*color: #fff !important;*/
    border: none !important;
    background: none !important;
}

.ui-datepicker-calendar th {
    color: #07253F;
    padding: 7px;
}

.ui-datepicker-header {
    padding: 10px;
    border: none !important;
    background: #f9676b;
    border-radius: 0 !important;
    color: #ffffff;
    font-weight: normal !important;
}

    .ui-datepicker-header .ui-datepicker-title {
        color: #ffffff;
        text-align: center;
    }

    .ui-datepicker-header a {
        color: #ffffff !important;
        cursor: pointer !important;
    }

        .ui-datepicker-header a:hover {
            color: #00ADEF;
        }

.ui-spinner-up i {
    color: #BEC4C8;
    float: right;
    margin-top: -27px;
    margin-right: 10px;
    z-index: 99999;
}

.ui-spinner-down i {
    color: #BEC4C8;
    float: left;
    margin-top: -27px;
    margin-left: 10px;
    z-index: 99999;
}

/*.quantity-padding {
    padding-left: 40px !important;
}*/

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.custom-select-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    height: 40px;
}

.bootstrap-select.btn-group .dropdown-menu {
    background: #07253F;
    border-radius: 0;
}

    .bootstrap-select.btn-group .dropdown-menu li a {
        color: #ffffff;
        background: #07253F !important;
    }

        .bootstrap-select.btn-group .dropdown-menu li a:hover {
            color: #00ADEF;
        }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn:hover {
    color: #00ADEF;
}

.search-button {
    background: #f9676b;
    border-radius: 5px;
    margin-top: 22px;
    /*padding: 13px 23px;*/
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .search-button:hover {
        background: #00adef;
        color: #fff;
    }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f9676b !important;
}

.offer-slider {
    margin-top: 200px;
    display: none;
}

    .offer-slider .item {
        color: #fff;
    }

        .offer-slider .item h4,
        .offer-slider .item h3 {
            font-weight: bold;
            margin: 0px 0px 15px;
        }

        .offer-slider .item a {
            display: inline-block;
            color: #fff;
            border: 2px solid #fff;
            padding: 5px 15px;
            font-weight: bold;
        }

            .offer-slider .item a:hover {
                color: #fff;
                background: #f9676b;
                border: 2px solid transparent;
            }

    .offer-slider .owl-theme .owl-dots .owl-dot span {
        background: #fff;
        margin-top: 15px;
    }

    .offer-slider .owl-theme .owl-dots {
        text-align: right;
    }

.bg-slider .carousel-caption {
    color: #fff;
    text-shadow: none;
    top: 30%;
    z-index: 0;
    display:none;
}

    .bg-slider .carousel-caption h2 {
        font-weight: 800;
        font-size: 50px;
        letter-spacing: 2px;
    }
        .bg-slider .carousel-caption h2 span {
            font-size: 90px;
        }

    .bg-slider .carousel-caption h4 {
        font-weight: 700;
    }

        .bg-slider .carousel-caption h4 span {
            font-weight: 900;
        }

    .bg-slider .carousel-caption a {
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        margin-top: 15px;
        padding: 8px 20px;
    }

        .bg-slider .carousel-caption a:hover {
            color: #fff;
            background: #f9676b;
            border: 2px solid transparent;
        }
.quote {
    background: rgba(249, 103, 107, 0.5);
    width: 100%;
    height: 89%;
    position: absolute;
    transform: rotate(-65deg);
    top: 0;
    display:none;
}
.bg-slider .carousel-indicators {
    display: none;
}

.bottom-search {
    padding: 0 0 60px;
    background: #f7f7f7;
}

    .bottom-search .search-section {
        margin: -53px 0 0;
    }

    .bottom-search .tab-content {
        box-shadow: 0px 0px 5px #e6e6e6;
    }

.vertical-tab {
    padding-right: 0px;
    margin-top: 30px;
}

    .vertical-tab .nav-tabs > li {
        display: block;
        width: 100%;
    }

    .vertical-tab .nav-tabs .active::after {
        display: none;
    }

.vertical-tab-pannel {
    padding-left: 0px;
}

    .vertical-tab-pannel .tab-content {
        box-shadow: 0px 0px 5px #e6e6e6;
    }

.vertical-tab .nav-tabs > li > a {
    background: #f7f7f7;
    color: #BEC4C8;
    margin: 0px;
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6;
}

    .vertical-tab .nav-tabs > li > a i {
        margin-right: 5px;
    }

.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li.active > a:focus,
.vertical-tab .nav-tabs > li.active > a:hover {
    background: #fff none repeat scroll 0 0;
    color: #07253F;
    z-index: 2;
    border-bottom: 1px solid #e6e6e6;
}

.offer-box {
    color: #07253F;
    text-align: center;
}

    .offer-box img {
        max-width: 100%;
        padding: 5px;
        border: 1px solid #e6e6e6;
    }

    .offer-box .item h4 {
        font-weight: bold;
    }

    .offer-box a {
        background: #f9676b none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 5px 0;
        padding: 8px 10px;
    }

        .offer-box a:hover {
            background: #00adef;
        }

.vertical-search,
.full-width-search {
    padding: 98px 0px !important;
}

.tran-search-box .tab-content {
    /*background: rgba(10, 49, 82, 0.9);
    color: #fff;*/
    color: #07253F;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 20px 0 0;
}

    .tran-search-box .tab-content .form-control,
    .tran-search-box .input-group-addon,
    .tran-search-box .custom-select-button {
        color: #07253F;
        background: #fff;
        height: 50px;
        border-radius: 5px;
        font-size: 14px;
    }

.tran-search-box .nav-tabs {
    /*border-bottom: 4px solid #f9676b;*/
}
.social-media {
    height: 50px;
}
@media (max-width: 991px) {
    .offer-slider,
    .offer-box {
        display: none;
    }
}

@media (max-width:767px) {
    .vertical-search,
    .full-width-search {
        padding: 40px 0px !important;
    }

    .vertical-tab .nav-tabs > li {
        display: block;
        width: auto;
    }

    .vertical-tab-pannel {
        padding-left: 15px;
    }

    .vertical-tab {
        padding-right: 15px;
        margin-top: 0px;
    }

    .search-top span {
        /*display: none;*/
    }

    .nav > li > a {
        padding: 10px;
    }

    .transparent-menu .navbar-nav > li > a {
        font-size: 18px;
    }

        .transparent-menu .navbar-nav > li > a i {
            font-size: 20px;
            display: none;
        }

    .home-title h1 {
        font-size: 24px;
    }

    .home-title h2 {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .bg-slider .carousel-caption h2 {
        font-size: 20px;
    }
    .bg-slider .carousel-caption h2 span{
        font-size: 50px;
    }
    .bg-slider .carousel-caption h4,
    .bg-slider .carousel-caption a {
        /*display: none;*/
    }
    .bg-slider .carousel-caption a {
        margin-top: 0px;
        padding: 8px 15px;
    }
    .bg-slider .carousel-caption {
        top: 0%;
        padding: 5px 0;
    }

    .search-section .nav-tabs > li {
        /*width: auto;*/
        height: 48px;
        max-width: 45px;
        overflow: hidden;
        line-height: 19px;
    }
        .search-section .nav-tabs > li:after {
            content: "";
            text-align: right; /* sağa yaslıyoruz */
            position: absolute; /* absolute - bağımsız değerini veriyoruz */
            bottom: 0; /* aşağı yaslıyoruz */
            right: 0; /* sağa yaslıyoruz */
            width: 0%; /* genişliğin %50'sini alıyoruz */
            height: 1.2em; /* yüksekliği yazı boyutunuza göre değiştirin */
            background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%); /* soldan transparan bağlayarak sağa doğru beyazlaşan arkaplan*/
        }

    .search-section .nav > li > a {
        padding: 4px 0px !important;
        font-size: 10px;
        border-radius: 0 15px 0 0;
    }

    .search-section .nav-tabs > li a i {
        /*display: none;*/
        padding: 0px;
        font-size: 26px;
    }


    .referance .owl-item {
        margin: 0 3px;
    }

    .social-media {
        /*float: left;*/
        height:50px;
    }

    .tursab span {
        margin-left: 0px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .transfer-main .main-content .hotel-list-view {
        margin: 15px !important;
    }

    .transfer-main .main-content div:nth-child(3) ul li {
        width: 49% !important;
    }

    .radio-inline label {
        margin-left: 5px;
    }
    #transfer .radio-inline label {
        margin-left: 20px;
    }
    .tran-search-box .tab-content {
        border-radius: 0 !important;
        padding: 10px 0px !important;
    }
}


/*********************************************************
			7. HOMEPAGE (INDEX-1, INDEX-2, INDEX-3, INDEX-4 ETC.) 
**********************************************************/

.section-title h2 {
    font-weight: 700;
    color:#000;
    text-transform:uppercase;
    font-size:25px;
    margin:15px 0;
}

.section-title h4 {
    font-weight: bold;
    position: relative;
}

.section-title p {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 2;
}

.icon-desc h4 {
    margin-top: 30px;
    font-weight: bold;
}

.icon-desc i {
    color: #00ADEF;
    border: 2px solid #00ADEF;
    padding: 30px 32px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .icon-desc {
        margin-top: 30px;
    }
}

/* ======== Homepage Product Section ========= */

.home-product {
    color: #07253F;
}

    .home-product h4 {
        font-weight: bold;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 20px;
    }

    .home-product h5 {
        color: #00ADEF;
        font-weight: bold;
    }

    .home-product p {
        line-height: 1.6;
    }

.rating-box {
    padding: 0 10px;
}

    .rating-box i {
        color: #F19C4F;
    }

    .rating-box span {
        margin: 0 5px;
        font-weight: bold;
    }

    .rating-box img {
        max-width: 100%;
        min-height: auto !important;
    }

.home-product .image-sm {
    position: relative;
}

    .home-product .image-sm img {
        max-width: 100%;
        min-height: 300px;
        position: relative;
    }

.home-product .detail-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 49, 82, 0.8);
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.home-product .detail-link {
    position: absolute;
    left: 48%;
    top: 40%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .home-product .detail-link a {
        color: #fff;
        font-size: 24px;
    }

.home-product .product-wrapper:hover .detail-link,
.home-product .product-wrapper:hover .detail-link-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.home-product .image-lg {
    position: relative;
    overflow: hidden;
}

    .home-product .image-lg img {
        position: relative;
        max-width: 100%;
        min-height: 600px;
    }

    .home-product .image-lg .rating-box img {
        max-width: initial !important;
        min-height: initial !important;
    }

    .home-product .image-lg .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(10, 49, 82, 0.8);
        top: 0 !important;
        left: 0;
        padding: 15px;
        opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .home-product .image-lg .product-detail {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        color: #fff;
        padding: 25px 15px;
        border: 1px solid #e6e6e6;
        opacity: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

        .home-product .image-lg .product-detail .pricing-info {
            margin-top: 20px;
        }

        .home-product .image-lg .product-detail p {
            line-height: 2;
            margin: 15px 0px;
        }

        .home-product .image-lg .product-detail h3 {
            margin-top: 0px;
            font-weight: bold;
        }

    .home-product .image-lg:hover .product-detail,
    .home-product .image-lg:hover .overlay {
        opacity: 1;
    }

.home-product-padding {
    padding: 15px 15px 20px;
    text-align: center;
}

    .home-product-padding p {
        margin: 15px 0px;
        line-height: 2;
    }

.line {
    width: 50px;
    height: 4px;
    display: inline-block;
    background: #00ADEF;
    margin: 10px 0;
}

.pricing-info {
    margin-top: 15px;
    overflow: hidden;
}

    .pricing-info span {
        font-size: 16px;
        font-weight: bold;
        color: #f9676b;
    }

    .pricing-info a {
        color: #fff;
        padding: 8px;
        font-weight: bold;
        background: #f9676b;
        display: inline-block;
        border: 2px solid transparent;
    }

        .pricing-info a:hover {
            border: 2px solid #f9676b;
            color: #f9676b;
            background: transparent;
        }

.tooltip-left:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -13px;
    top: 47%;
    width: 0;
    z-index: 2;
}

.tooltip-right:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 47%;
    width: 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .home-product .image-lg .product-detail {
        top: 50%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .home-product .image-sm img {
        max-width: 100%;
        min-height: initial !important;
    }

    .home-product .image-lg img {
        max-width: 100%;
        min-height: initial !important;
    }

    .tooltip-left:before {
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        z-index: 2;
        top: -29px;
        left: 47%;
    }

    .tooltip-right:after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        bottom: -29px;
        content: "";
        height: 0;
        left: 47%;
        position: absolute;
        top: 100%;
        width: 0;
        z-index: 2;
    }

    .home-product-padding {
        border-bottom: 2px solid #07253F;
    }

    .home-product .image-lg .overlay {
        top: 5%;
    }
}

@media (min-width: 1750px) {
    .home-product-padding {
        padding: 10%;
    }
}

/* ======= Home Page Top Destination Section Start ======= */

.image-background {
    /*background: url(../images/bg-image-2.jpg) center center;
    background-attachment: fixed;*/
    overflow: hidden;
    background: #f7f7f7;
}

.td-overlay {
    /*padding: 60px 0px 120px;*/
    padding:0px;
    /*background: rgba(10, 49, 82, 0.8);*/
}

.light-section-title {
    /*margin-bottom: 60px;*/
    color: #000;
}

    .light-section-title h2, .light-section-title h3 {
        font-weight: 700;
        letter-spacing: 2px;
        margin: 15px 0;
        font-size: 25px;
    }


    .light-section-title h4 {
        /*font-weight: bold;*/
    }

    .light-section-title p {
        line-height: 2;
    }

.on-top {
    z-index: 100;
}

.td-product {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 0 7px 15px;
}

    .td-product h5 {
        position: absolute;
        bottom: 15px;
        text-align: left;
        background: rgba(10, 49, 82, 0.5);
        margin: 0;
        padding: 5px 30px 5px 15px;
        font-weight: 600;
        line-height: 1.2;
        color: #fff;
        font-size: 18px;
        z-index: 9999;
        font-style: normal;
        width: 94%;
        height: 50px;
    }

        .td-product h5:hover {
            font-style: normal;
        }

    .td-product img {
        max-width: 100%;
        position: relative;
    }

    .td-product .overlay {
        color: #ffffff;
        position: absolute;
        top: 0;
        height: 94%;
        width: 96.4%;
    }

        .td-product .overlay .wrapper {
            padding: 15px;
            position: absolute;
            top: 92px;
            text-align: left;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .td-product .overlay h3,
        .td-product .overlay h5 {
            font-weight: normal;
            text-align: center;
            opacity: 0;
            margin: 0px 0px 7px;
            -webkit-transform: translateY(100px);
            -webkit-transition: all 0.5s ease;
            -moz-transform: translateY(100px);
            -moz-transition: all 0.5s ease;
            -ms-transform: translateY(100px);
            -ms-transition: all 0.5s ease;
            -o-transform: translateY(100px);
            -o-transition: all 0.5s ease;
            transform: translateY(100px);
            transition: all 0.3s ease;
            font-style: normal;
            font-size:14px;
        }

        .td-product .overlay h5 {
            margin: 0px 0px 10px;
        }

        .td-product .overlay span {
            /*border-bottom: 3px solid #ffffff;*/
            opacity: 0;
            -webkit-transform: translateY(100px);
            -webkit-transition: all 0.5s ease;
            -moz-transform: translateY(100px);
            -moz-transition: all 0.5s ease;
            -ms-transform: translateY(100px);
            -ms-transition: all 0.5s ease;
            -o-transform: translateY(100px);
            -o-transition: all 0.5s ease;
            transform: translateY(100px);
            transition: all 0.5s ease;
        }

        .td-product .overlay h4 {
            text-align: center;
            margin-top: 15px;
            opacity: 0;
            -webkit-transform: translateY(100px);
            -webkit-transition: all 0.5s ease;
            -moz-transform: translateY(100px);
            -moz-transition: all 0.5s ease;
            -ms-transform: translateY(100px);
            -ms-transition: all 0.5s ease;
            -o-transform: translateY(100px);
            -o-transition: all 0.5s ease;
            transform: translateY(100px);
            transition: all 0.5s ease;
        }

        .td-product .overlay p {
            text-align: center;
            opacity: 0;
            line-height: 2;
            -webkit-transform: translateY(100px);
            -webkit-transition: all 0.5s ease;
            -moz-transform: translateY(100px);
            -moz-transition: all 0.5s ease;
            -ms-transform: translateY(100px);
            -ms-transition: all 0.5s ease;
            -o-transform: translateY(100px);
            -o-transition: all 0.5s ease;
            transform: translateY(100px);
            transition: all 0.5s ease;
            display: none;
        }

        .td-product .overlay b {
            text-align: right;
            float:right;
            /*background: #f9676b;*/
            color: #fff;
            /*padding: 10px 20px;
            
            margin-top: 10px;*/
            font-weight: lighter;
            display: inline-block;
            opacity: 0;
            -webkit-transform: translateY(-100px);
            -webkit-transition: all 0.5s ease;
            -moz-transform: translateY(-100px);
            -moz-transition: all 0.5s ease;
            -ms-transform: translateY(-100px);
            -ms-transition: all 0.5s ease;
            -o-transform: translateY(-100px);
            -o-transition: all 0.5s ease;
            transform: translateY(-100px);
            transition: all 0.5s ease;
        }

            .td-product .overlay b:hover {
                /*border: 2px solid #f9676b;*/
                color: #f9676b;
                background: transparent;
            }

    .td-product:hover .overlay {
        background: rgba(10, 49, 82, 0.8);
    }

    .td-product:hover p,
    .td-product:hover h3,
    .td-product:hover h4,
    .td-product:hover span,
    .td-product:hover h5 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    .td-product:hover b {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        font-size: 13px;
        font-style: italic;
    }

@media (max-width: 375px) {
    .td-product h5 {
        left: 7px !important;
        right: 7px;
    }
}
@media (max-width: 667px) {
    .td-product h5 {
        /*left: 38px;*/
    }
}
@media (max-width:767px) {
    .td-product h3 {
        font-size: 16px;
    }
    .td-product h5 {
        padding: 5px 20px 5px 10px;
        font-size: 13px;
        line-height: 13px;
        width: 90%;
    }

    .td-product p {
        font-size: 12px;
        line-height: 1.6;
    }

    .td-product a {
        font-size: 12px;
    }

    .td-product .overlay .wrapper {
        padding: 10px;
    }

    td-product .overlay {
        height: 94.5%;
        width: 96%;
    }
    .light-section-title {
        margin-bottom: 0px;
        color:#000;
    }
        .light-section-title h3 {
            font-weight: 700;
            letter-spacing: 2px;
            margin: 20px 0;
        }
        .light-section-title p {
            line-height: 1.5;
            padding: 0 15px;
        }
}

/* Hotel Room Grid View & Recent Post */
.top-offer {
    padding: 60px 0;
    background: #ffffff;
    color: #07253F;
}

.room-grid-view {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
}

    .room-grid-view:hover {
        border: 1px solid #F19C4F;
        box-shadow: 0px 0px 2px #F19C4F;
    }

    .room-grid-view .room-info {
        padding: 15px 15px 0px;
    }

        .room-grid-view .room-info .room-title h5 {
            font-size: 16px;
            font-weight: bold;
        }

            .room-grid-view .room-info .room-title h5 span {
                color: #F19C4F;
                margin: 5px 0px;
            }

        .room-grid-view .room-info .room-title p {
            color: #00ADEF;
        }

        .room-grid-view .room-info .hotel-ammeties i {
            border: 1px solid #BEC4C8;
            border-radius: 50%;
            color: #BEC4C8;
            font-size: 12px;
            height: 25px;
            margin: 2px;
            padding: 5px;
            width: 25px;
        }

        .room-grid-view .room-info .hotel-rating .colored {
            color: #F19C4F;
        }

    .room-grid-view .hotel-rating span {
        font-weight: normal;
    }

    .room-grid-view .room-info .room-desc {
        margin: 15px 0px;
    }

        .room-grid-view .room-info .room-desc p {
            line-height: 1.7;
            color: #0A3152;
            font-size: 13px;
        }

    .room-grid-view .room-info .hotel-rating {
        margin: 15px 0px 5px;
        ;
        overflow: hidden;
    }

    .room-grid-view .room-info .room-book {
        overflow: hidden;
        margin: 10px -15px 0;
        border-top: 1px solid #e6e6e6;
    }

        .room-grid-view .room-info .room-book h5 {
            font-weight: bold;
            border-right: 1px solid #e6e6e6;
            width: 100%;
            padding: 15px 10px;
            margin: 0;
            line-height: 1.7;
        }

        .room-grid-view .room-info .room-book a {
            padding: 17px 10px;
            color: #ffffff;
            display: block;
            font-weight: bold;
            background: #F2676B;
            text-transform: uppercase;
        }

    .room-grid-view:hover .room-info .room-book a {
        color: #ffffff;
        background: #00ADEF;
    }
/* Subscribe Section */
.subscribe-box .form-control {
    background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 10px;
}

.subscribe-box button {
    background: #f9676b none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    height: 50px;
    width: 100%;
}

    .subscribe-box button:hover {
        background: #00adef;
        color: #fff;
    }

.subscribe-row {
    padding: 60px 0px;
    background: #fff;
}
/************************************************************************
			8.hotel.html CSS Start
************************************************************************/
.single-search {
    padding: 60px 0px;
    color: #fff;
}

    .single-search .search-section {
        margin: 0px;
    }

    .single-search h2 {
        margin: 0 0 15px;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .single-search .search-button {
        margin-top: 30px;
    }

    .single-search .form-control {
        color: #fff;
        border: 1px solid #fff;
    }

    .single-search .input-group-addon {
        background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        color: #fff;
    }

    .single-search .custom-select-button {
        border: 1px solid #fff;
    }

.hotel-search {
    background: url('../images/bg-image9.jpg');
    background-attachment: fixed;
}

.last-minute-deal {
    padding: 0px;
    background-color: #fff;
}

    .last-minute-deal .social-share {
        margin: 30px 0px;
    }

        .last-minute-deal .social-share a {
            color: #172755;
        }

            .last-minute-deal .social-share a:hover {
                color: #00adef;
            }

        .last-minute-deal .social-share i {
            font-size: 25px;
            margin: 0px 10px;
        }

        .last-minute-deal .social-share p {
            font-weight: bold;
        }

.tur-deal {
    padding: 30px 0px;
    background: #fff !important;
}

    .tur-deal .owl-carousel {
        width: 100% !important;
    }

        .tur-deal .owl-carousel .owl-stage-outer {
            max-height: 428px;
        }

        .tur-deal .owl-carousel .owl-stage {
            width: 100% !important;
            transform: inherit !important;
        }

            .tur-deal .owl-carousel .owl-stage .owl-item {
                width: 22% !important;
                padding: 20px 0px !important;
            }

                .tur-deal .owl-carousel .owl-stage .owl-item .col-grid .location {
                    text-transform: uppercase;
                    top: 0%;
                    font-size: 15px;
                }

        .tur-deal .owl-carousel .owl-controls {
            display: none;
        }

    .tur-deal .section-title {
        margin-bottom: 30px;
    }

        .tur-deal .section-title p {
            font-size: 24px;
        }

.owl-stage-outer .owl-item .col-grid {
    cursor: pointer;
}

.col-grid {
    box-shadow: 0px 0px 5px #e6e6e6;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
}

    .col-grid .wrapper {
        position: relative;
    }

    .col-grid img {
        position: relative;
    }

    .col-grid .location {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        color: #fff;
        padding: 8px 0;
        position: absolute;
        text-align: center;
        top: 0%;
        width: 100%;
        font-size: 18px;
    }

    .col-grid .body {
        padding: 20px 15px;
        min-height: 173px;
    }

    .col-grid .bottom a {
        background: #f9676b none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
        text-transform:uppercase;
    }

        .col-grid .bottom a:hover {
            background: #00adef;
            color:#fff;
        }

    .col-grid a h5 {
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
    }

    .col-grid h5 {
        font-weight: bold;
        color: #00adef;
        margin-top: 0px;
    }

    .col-grid p i {
        color: #F19C4F;
        margin: 1px;
    }

    .col-grid h3 {
        margin-top: 0px;
        font-weight: bold;
    }

    .col-grid .text-sm {
        font-size: 13px;
    }

    .col-grid .back-line {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

/*.col-grid .back-line:after {
            content: "";
            position: absolute;
            background: #07253F;
            height: 1px;
            width: 20%;
            right: 5%;
            top: 50%;
        }

        .col-grid .back-line:before {
            content: "";
            position: absolute;
            background: #07253F;
            height: 1px;
            width: 20%;
            left: 5%;
            top: 50%;
        }*/

.hot-deals {
    padding: 15px 0;
    background: #f7f7f7;
    /*background: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.9);*/
}

    .hot-deals .section-title {
        /*margin-bottom: 10px;*/
        display:none;
    }

        .hot-deals .section-title h2 {
            margin: 30px 0;
            text-align: center;
        }

    .hot-deals .nav-tabs > li {
        margin: 0px;
    }

        .hot-deals .nav-tabs > li > a {
            border: medium none;
            color: #fff;
            font-weight: bold;
            line-height: 2;
            margin-right: 0;
            border-radius: 0;
            background: #00adef;
        }

    .hot-deals .nav-tabs .active {
        position: relative;
    }

        .hot-deals .nav-tabs .active:after {
            background: #f9676b none repeat scroll 0 0;
            content: "";
            height: 20px;
            left: 40%;
            position: absolute;
            top: 80%;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            width: 20px;
        }

    .hot-deals .nav-tabs > li.active > a,
    .hot-deals .nav-tabs > li.active > a:focus,
    .hot-deals .nav-tabs > li.active > a:hover {
        background: #f9676b;
        color: #fff;
        border: none;
        border-radius: 0;
    }

    .hot-deals .nav-tabs {
        border: none;
        max-width: 615px;
        margin-left: auto;
        margin-right: auto;
    }

    .hot-deals .tab-content {
        padding: 0px;
        overflow: hidden;
    }

.hot-deal-list .item img {
    max-width: 100%;
}

.hot-deal-list .item {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px 10px;
    overflow: hidden;
}

    .hot-deal-list .item h5,
    .hot-deal-list .item h4 {
        font-weight: bold;
        margin-top: 0px;
    }

    .hot-deal-list .item a {
        background: #f9676b none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        margin-top: 5px;
        padding: 4px 10px;
        margin-bottom: 15px;
    }

        .hot-deal-list .item a:hover {
            background: #00adef;
        }

    .hot-deal-list .item .location {
        color: #00adef;
    }

    .hot-deal-list .item .text-sm {
        line-height: 2;
        font-size: 13px;
    }

.hot-deal-grid .item {
    /*margin-top: 30px;*/
    color: #fff;
    /*padding-left: 0;
    padding-bottom: 15px;*/
    padding:0 5px 10px 5px;
    height: 159px;
}

.hot-deal-grid img {
    max-width: 100%;
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.hot-deal-grid .item:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.hot-deal-grid .item:hover a {
    opacity: 1;
}

.hot-deal-grid .wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .hot-deal-grid .wrapper h5 {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: rgba(10, 49, 82, 0.5);
        margin: 0;
        padding: 5px 0px;
        font-weight: bold;
        line-height: 18px;
    }

    .hot-deal-grid .wrapper span {
        position: absolute;
        color: #fff;
        border: 2px solid #fff;
        padding: 5px 20px;
        display: inline-block;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        opacity: 0;
        transition: all 0.5s ease;
        background: rgba(10, 49, 82, 0.5);
        font-weight:normal;
    }
    .hot-deal-grid .wrapper span:hover {
        
        opacity: 1;
    }


@media (max-width: 375px) {
    .hot-deals {
        background: rgba(255, 255, 255, 1);
        clear:both;
    }

    .td-overlay {
        background: #f7f7f7;
        padding: 15px 0;
    }
        .td-overlay .light-section-title {
            color: #000;
        }
}

@media (max-width: 767px) {
    .hot-deal-grid .item {
        padding: 0 7px 15px;
        height: auto;
    }
    .hot-deals .section-title h2 {
        text-align: center;
        margin-bottom: 30px;
    }
}
/************************************************************************
			9. flight.html CSS Start
************************************************************************/
.flight-search {
    background: url('../images/bg-image10.jpg');
    background-attachment: fixed;
}

    .flight-search .full-width-search {
        padding: 0px !important;
    }

#top-flight-row {
    background: url('../images/plane.jpg');
    background-attachment: fixed;
}

.top-flight {
    padding: 60px 0px;
    color: #fff;
}
/************************************************************************
			10. holiday.html CSS Start
************************************************************************/
.holiday-search {
    background: url('../images/bg-image11.jpg');
    background-attachment: fixed;
}

.top-holiday {
    padding: 15px 0px 20px 0;
    color: #fff;
}

#top-holiday-row {
    /*background: url('../images/holiday-slide3.jpg');
    background-attachment: fixed;*/
    display: block;
    background:#fff;
}
/************************************************************************
			11. car.html CSS Start
************************************************************************/
.car-search {
    background: url('../images/bg-image12.jpg');
    background-attachment: fixed;
}

.top-car {
    padding: 60px 0px;
    color: #fff;
}

#top-car-row {
    background: url('../images/hotel-slide4.jpg');
    background-attachment: fixed;
}
/************************************************************************
			12. CRUISE.html CSS Start
************************************************************************/
.cruise-search {
    background: url('../images/bg-image13.jpg');
    background-attachment: fixed;
}

.top-cruise {
    padding: 60px 0px;
    color: #fff;
}

#top-cruise-row {
    background: url('../images/cruise.jpg');
    background-attachment: fixed;
}
/************************************************************************
			13. hotel-grid.html CSS Start
************************************************************************/
.modify-hotel {
    background: url('../images/bg-image11.jpg');
    background-attachment: fixed;
    background-size: contain;
}

#showcase .modify-search {
    padding: inherit;
    background-attachment: inherit;
}

.modify-search {
    padding: 60px 0px;
    background-attachment: fixed;
}

    .modify-search .form-control {
        border-radius: 0;
        /*height: 45px;*/
        padding: 10px;
    }

    .modify-search label {
        color: #07253F;
    }

    .modify-search .input-group-addon {
        background: #00ADEF;
        border: none;
        border-radius: 0;
    }

        .modify-search .input-group-addon i {
            color: #ffffff;
        }


    .modify-search .custom-select-button {
        background: #ffffff;
        border-radius: 0;
        height: 45px;
    }

    .modify-search .modify-search-button {
        height: 45px;
        background: #00ADEF;
        color: #ffffff;
        border-radius: 0;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 10px 0px;
        margin-top: 25px;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .modify-search .modify-search-button:hover {
            color: #00ADEF;
            background: #ffffff;
        }

.filter-head {
    color: #fff;
    background: #00ADEF;
    padding: 15px;
    font-weight: 600;
}

    .filter-head h4 {
        line-height: 1.5;
        margin: 20px 0px;
        position: relative;
    }

        .filter-head h4:after {
            content: "\f046";
            background: #00ADEF none repeat scroll 0 0;
            border: 4px solid #fff;
            border-radius: 50%;
            font-family: "FontAwesome";
            height: 40px;
            left: 41%;
            padding: 4px 6px;
            position: absolute;
            top: 130%;
            width: 40px;
        }

    .filter-head .price-detail .firstText {
        font-weight: 700;
    }
.filter-padding{padding:0;}

.filter-area {
    background: #fff;
    color: #07253F;
    padding: 0;
    margin: 40px 0;
    z-index: 999;
    border: 1px solid #e6e6e6;
    /*max-height:700px;
    overflow-y:auto;*/
}
.filter-area .gBtn{
    padding:10px;
    margin-bottom:0;
}
    .filter-area .gBack i {
        margin-right: 10px;
        vertical-align: inherit;
    }

.topyekun {
    padding: 15px 10px;
    color: #8c8c8c;
    font-size: 13px;
}

    .topyekun .nav-tabs > li > a {
        margin-right: 5px!important;
        padding: 10px 0px!important;
    }

 .filter-area b {
    /*color: #F19C4F;*/
    width: 50%;
    display: inline-block;
    font-weight:600;
}

.filter-area .flight-route b {
    width: 100%;
    /*color: #fff;*/
}

.filter-area .total-bg {
    color: #000;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    font-size:20px;
}

.filter-area .PriceDetailsCommon {
    /*margin-bottom: 10px;*/
    padding: 20px 10px;
    font-size: 13px;
}

    .filter-area .gBtn .total-next {
        margin-top: 0!important;
    }

.filter-area .PriceDetailsCommon span p {
    margin: 0 0 1px;
}

.filter-area .PriceDetailsCommon span .wait {
    color: #ff0000;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

    .filter-area .PriceDetailsCommon .FNoAirline p {
        background: #F2676B;
        padding: 5px 5px;
        font-weight: 600;
        margin-top: 5px;
        color:#fff;
    }

.filter-area .price-table {
    /*border-color: #0A3152;*/
    border: none !important;
    color: #6f6f6f;
    font-size: 13px;
}

    .filter-area .price-table tr {
        /*border-color: #0A3152;*/
        border: none !important;
    }
        .filter-area .price-table tr td {
            border: none !important;
        }

@-moz-document url-prefix() {
    .filter-area .price-table {
        /*border-color: #0A3152;*/
        border: none !important;
    }

        .filter-area .price-table tr {
            /*border-color: #0A3152;*/
            border: none !important;
        }

            .filter-area .price-table tr td {
                border: none !important;
            }
}

.filter-area .price-table tr:last-child td {
    padding-bottom: 10px;
}

.price-filter .ui-slider-horizontal {
    height: 10px;
    background: #ffffff;
}

.price-filter label {
    /*display: none;
    color: #F19C4F;
    font-size: 14px;*/
    color: #00ADEF;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.service {
    padding-left: 0px !important;
}

    .service select {
        float: right;
        color: #0A3152;
    }

.price-filter .ui-slider {
    position: relative;
    text-align: left;
}

    .price-filter .ui-slider .ui-slider-range {
        background: #F19C4F;
        border: 0 none;
        display: block;
        font-size: 0.7em;
        position: absolute;
        z-index: 1;
    }

.price-filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.price-filter .ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}

.price-filter .ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

    .price-filter .ui-slider .ui-slider-handle:before {
        content: '\f067';
        color: red;
        font-family: FontAwesome;
        padding: 5px;
        background: #00ADEF;
        color: #ffffff;
    }

.price-filter input {
    /*background: #0A3152;*/
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    width: 100%;
    line-height: 18px;
}
    .price-filter input[type='checkbox'] {
        margin: 7px 5px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        float: right;
    }

.filter-area h4 {
    margin: 10px 0px 20px 0px;
    letter-spacing: 1px;
    font-size: 17px;
}

.filter-area h5 i {
    font-size: 18px;
    margin-right: 5px;
}

.filter-area h5 {
    /*color: #07253F;
    margin-top: 0;
    font-weight: bold;
    letter-spacing: 1px;*/
    margin: 0;
    padding: 10px;
    line-height: 1.6;
    background: #e6e6e6;
    font-size: 19px;
}

.filter-area ul {
    list-style: none;
    padding-left: 7px;
    margin-bottom: 0;
}

.filter-area li {
    padding: 5px 0px;
}

    .filter-area li input {
        margin-right: 10px;
        margin-top: 0;
    }

    .filter-area li i {
        margin-right: 5px;
    }

.filter-area .flight-route li {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
    vertical-align: middle;
}
    .filter-area .flight-route li span {
        font-size: 18px;
        font-weight: 600;
    }
    .filter-area .flight-route li span span{
       float:right;
    }

.filter {
    border-top: 1px solid #07253F;
    padding: 30px 0px;
}

    .filter:first-child {
        border-top: none;
        padding: 0px 0px 0px;
    }

.price-filter input {
    margin: 5px 0px;
}

.name-filter .input-group {
    margin-top: 20px;
}

.name-filter .input-group-addon {
    color: #ffffff;
    background: #00ADEF;
    border: none;
    border-radius: 0;
}

.name-filter .form-control {
    border-radius: 0;
    height: 40px;
}

.star-filter li i {
    color: #F19C4F;
}

.sort-area .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    color: #07253F;
}

.sort-area .sort {
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .sort-area .sort:first-child {
        border-left: 1px solid #e6e6e6;
    }

.sort-area .custom-select-button {
    border: none;
}

.sort-area .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: bold;
    letter-spacing: 1px;
}

.hotel-listing {
    margin:20px 0;
}
.hotel-listing .room-grid-view img {
    max-width: 100%;
}

.hotel-listing .room-grid-view {
    margin-top: 40px;
}
    .hotel-listing .ranking {
        border: 1px solid #e6e6e6;
        padding: 5px;
        background: #fff;
    }
        .hotel-listing .ranking span {
            color: #00ADEF;
        }
    .hotel-listing .ranking span, .hotel-listing .ranking select {
        font-size:14px;
    }
    .hotel-listing .ranking select {
        border: 1px solid #e6e6e6;
        padding: 5px;
    }

.clearfix-md {
    clear: both;
}

.hotel-rating .pull-left span {
    display: block;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    color: #07253F;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #00ADEF;
    border: 1px solid transparent;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-radius: 0;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-radius: 0;
}

.bottom-pagination {
    padding: 30px 0px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .form-gp {
        margin-bottom: 20px;
    }

    .clearfix-md {
        clear: none;
    }

    .clearfix-sm {
        clear: both;
    }

    .modify-hotel {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .sort-area .col-padding {
        padding: 10px 5px;
    }

    .sort-area .sort:nth-child(3) {
        border-left: 1px solid #e6e6e6;
    }
    .filter-padding {
        padding-right:15px;
        padding-left:15px;
    }
    .hotel-listing .ranking {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

/************************************************************************
			14. hotel-list.html & hotel-list-2.html CSS Start
************************************************************************/
.hotel-list-view {
    margin: 2px 15px 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
    overflow: hidden;
    background-color: #fff;
}

    .hotel-list-view .wrapper {
        width: 100%;
    }

    .hotel-list-view .tripadvisor-rating {
        /*display: none;*/
    }

    .hotel-list-view:hover {
        /*border: 1px solid #F19C4F;
        box-shadow: 0px 0px 5px #F19C4F;*/
        border: 1px solid #00ADEF;
    }

    .hotel-list-view img {
        max-width: 100%;
        min-height: 200px;
        padding: 10px;
    }

    .hotel-list-view .hotel-info {
        border-right: 1px solid #e6e6e6;
        min-height: 200px;
    }

    .hotel-list-view .hotel-header h5 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 16px;
    }

    .hotel-list-view .hotel-header i {
        color: #efce4a;
        margin: 0px 2px;
    }

    .hotel-list-view .hotel-header p {
        color: #6f6f6f;
        font-size: 13px;
    }

        .hotel-list-view .hotel-header p i {
            margin: 0 5px;
            color: #6f6f6f;
        }

    .hotel-list-view .hotel-facility i {
        border: 1px solid #bec4c8;
        border-radius: 50%;
        color: #bec4c8;
        font-size: 14px;
        height: 30px;
        margin: 5px;
        padding: 7px;
        width: 30px;
    }
    .hotel-list-view .hotel-facility .idicon {
        min-height:5px;
        padding:5px;
    }

    .hotel-list-view .hotel-facility p {
        margin-bottom: 5px;
    }

    .hotel-list-view .hotel-desc p {
        font-size: 13px;
        color: #0A3152;
        line-height: 1.7;
    }

    .hotel-list-view .rating-box {
        padding: 5px 0px;
        border-bottom: 1px solid #e6e6e6;
        min-height: 80px;
    }

        .hotel-list-view .rating-box .tripadvisor-rating {
            margin: 0px;
        }

        .hotel-list-view .rating-box img {
            min-height: initial;
        }

        .hotel-list-view .rating-box span {
            font-weight: normal;
        }

        .hotel-list-view .rating-box .user-rating span {
            display: block;
        }

    .hotel-list-view .room-book-box {
        padding: 5px 0px;
        min-height: 100px;
    }

        .hotel-list-view .room-book-box h5 {
            /*background: #e6e6e6;*/
            padding: 5px;
            margin-top: 0px;
            color: #000;
            font-size: 20px;
            font-weight: 600;
        }
            .hotel-list-view .room-book-box h5 .discount {
                color: #6f6f6f;
                font-size: 13px;
            }
            .hotel-list-view .room-book-box h5 .discount-price {
                text-decoration: line-through;
                color: #6f6f6f;
                font-size: 13px;
            }

        .hotel-list-view .room-book-box a {
            background: #f2676b;
            color: #ffffff;
            font-weight: bold;
            padding: 5px 25px;
            display: inline-block;
            /*margin-top: 5px;*/
            border: 2px solid transparent;
        }

    .hotel-list-view:hover .room-book-box {
        color: #ffffff;
        /*background: #00ADEF;*/
    }

        .hotel-list-view:hover .room-book-box a {
            color: #ffffff;
            border: 2px solid #ffffff;
            background: #00ADEF;
        }

@media (max-width: 991px) {
    .hotel-list-view {
        margin: 25px 0px 0px;
        
    }
    .hotel-list-view img {
        min-height: initial;
    }

    .hotel-list-view .hotel-info {
        border-right: none;
    }

    .hotel-list-view .rating-box {
        float: left;
        border-bottom: none;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        width: 50%;
    }

    .hotel-list-view .room-book-box {
        float: right;
        border-top: 1px solid #e6e6e6;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hotel-list-view {
        margin: 5px 0px 0px;
    }
    .hotel-list-view .hotel-info {
        min-height: 0px;
    }
}
    /********************************************************************************
			15. flight-list.html 
*********************************************************************************/
    #showcase .modify-flight {
        background: inherit;
        background-attachment: inherit;
        background-size: inherit;
    }

    .modify-flight {
        background: url('../images/bg-image12.jpg');
        background-attachment: fixed;
        background-size: cover;
    }

        .modify-flight .full-width-search {
            padding: 0px !important;
        }

    .filter-area .airline-filter img {
        max-width: 30px;
        max-height: 30px;
        margin-right: 5px;
    }

    .filter-area .stop-filter .btn-primary.active,
    .filter-area .stop-filter .btn-primary.focus,
    .filter-area .stop-filter .btn-primary:active,
    .filter-area .stop-filter .btn-primary:focus,
    .filter-area .stop-filter .btn-primary:hover,
    .filter-area .stop-filter .open > .dropdown-toggle.btn-primary {
        color: #009CD7;
        color: #ffffff;
    }

    .filter-area .stop-filter .btn-primary {
        background: #00ADEF;
        border: transparent;
        border-radius: 0;
    }

    .filter-area .stop-filter .btn-group {
        margin-top: 10px;
    }

    .lowest-fare-slider {
        margin-top: 40px;
    }

        .lowest-fare-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
        .lowest-fare-slider .owl-carousel .owl-controls .owl-nav .owl-next {
            position: absolute;
            top: 21%;
        }

        .lowest-fare-slider .owl-carousel .owl-controls .owl-nav .owl-next {
            right: 0;
        }

        .lowest-fare-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
            left: 0;
        }

        .lowest-fare-slider .owl-theme .owl-dots {
            display: none !important;
        }

        .lowest-fare-slider h5 {
            margin-bottom: 5px;
            font-weight: bold;
        }

        .lowest-fare-slider span {
            font-size: 13px;
        }

    .flight-listing {
        margin-bottom: 30px;
        padding-right: 0;
        padding-left: 0;
    }

        .flight-listing .sort {
            margin-top: 30px;
        }

        .flight-listing .hotel-list-content {
            margin-top:50px;
        }
        .lowest-fare-slider .owl-theme .owl-nav [class*="owl-"] {
            background: #F2676B;
            padding: 5px 3px;
            margin: 0;
            border-radius: 0;
        }

    .lowest-fare-slider .owl-carousel .owl-item {
        background: #f7f7f7;
        padding-bottom: 10px;
    }

    .flight-list-view {
        margin: 6px 0px;
        border: 2px solid #bec4c8;
        /*box-shadow: 0px 0px 5px #e6e6e6;*/
        overflow: hidden;
        padding: 5px 0 0;
        background: #fff;
    }

        .flight-list-view:hover {
            border: 2px solid #00ADEF;
            /*box-shadow: 0px 0px 5px #f9676b;*/
        }

    .flight-list-view-select {
        border: 2px solid #f9676b;
        box-shadow: 0px 0px 5px #f9676b;
    }

    .flight-list-view .airline-logo {
        padding: 0px 4px;
        /*border-right: 1px solid #e6e6e6;*/
    }

    .flight-list-view b {
        font-size: 13px;
    }


    .flight-list-view div:nth-child(6).airline-logo, .flight-list-view div:nth-child(11).airline-logo, .flight-list-view div:nth-child(16).airline-logo, .flight-list-view div:nth-child(21).airline-logo {
        clear: both;
        border-top: 1px solid #e6e6e6;
        padding: 5px 0 0 0;
    }

    .flight-list-view div:nth-child(7).flight-desc, .flight-list-view div:nth-child(12).flight-desc, .flight-list-view div:nth-child(17).flight-desc {
        border-top: 1px solid #e6e6e6;
    }

    .flight-list-view .airline-logo i {
        color: #F19C4F;
        font-size: 16px;
    }

    .flight-list-view .airline-logo ul {
        padding: 0;
        margin-bottom: 0;
    }

        .flight-list-view .airline-logo ul li {
            padding: 4px 6px;
            display: inline-block;
            margin: 0 auto;
        }

            .flight-list-view .airline-logo ul li input {
                margin: 4px 0 0;
                line-height: normal;
                height: 15px;
                width: 15px;
                display: none;
            }

    .flight-list-view h6 {
        margin-bottom: 0px;
    }

    .flight-list-view .take-off {
        /*border-bottom: 1px solid #e6e6e6;*/
        padding: 0;
        display: inline-block;
        width: 50%;
        float: left;
        /*vertical-align: text-bottom;*/
    }

    .flight-list-view .landing {
        padding: 0;
        display: inline-block;
        width: 50%;
        /*vertical-align: text-bottom;*/
    }

    .flight-list-view .flight-desc h5 {
        font-size: 12px;
        color: #00ADEF;
        min-height: 30px;
    }

        .flight-list-view .flight-desc h5 i {
            font-size: 13px;
            margin-right: 0;
        }

    .flight-list-view .flight-desc h4 {
        font-weight: 600;
        font-size: 14px;
    }

        .flight-list-view .flight-desc h4 i {
            margin-right: 5px;
            color: #F2676B;
        }

    .flight-list-view .flight-desc h3 {
        /*font-weight: 600;*/
        margin-top: 10px;
        margin-left: 15px;
    }

.flight-list-view .flight-desc {
      /*border-right: 1px solid #e6e6e6;
        min-height: 83px;*/
}

        .flight-list-view .flight-desc .detailClick {
            font-weight: normal;
            font-size: 13px;
            color: #F2676B;
            font-weight: 600;
            margin-bottom: 0;
            cursor: pointer;
        }

            .flight-list-view .flight-desc .detailClick i {
                font-size: 13px;
            }


        .flight-list-view .flight-desc .duration {
            padding: 29px 0px;
            /*min-height:83px;*/
        }

    .flight-list-view .price {
        padding: 10px 0px 0px 0px;
    }

        .flight-list-view .price h4 {
            font-weight: bold;
        }

    .flight-list-view .book span {
        font-weight: bold;
        color: #ffffff;
        background: #F2676B;
        padding: 8px 4px;
        display: inline-block;
        cursor: pointer;
        width: 100%;
        font-size: 18px;
    }

    /*.flight-list-view .book {
            padding: 44px 0px;
        }*/

    .flightClassBox {
        padding: 9px 0 0 0;
        /*padding: 35px 0px;*/
        /*position:relative;
    top:55px;*/
    }

    .flight-list-view .book label {
        color: #F2676B;
        cursor: pointer;
    }

    .flight-list-view:hover .book label {
        color: #00ADEF;
        cursor: pointer;
    }

    .flight-list-view .book label i {
        color: #F2676B;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 3px;
    }

    .flight-list-view:hover .book label i {
        color: #00ADEF;
        cursor: pointer;
    }

    .flight-list-view .book h6 {
        margin-top: 10px;
    }

    .flight-list-view:hover .book span {
        background: #00ADEF;
    }

    .flightClassBox .book .bagPi {
        font-size: 12px;
        padding-top: 5px;
    }

        .flightClassBox .book .bagPi b {
            font-size: 12px;
        }

    .flight-details .close {
        font-size: 20px;
        color: #07253F;
        margin-top: -10px;
    }

    .flight-details .modal-dialog {
        margin: 8% auto;
    }

    .flight-details .modal-content {
        border-radius: 0;
        padding: 20px 30px;
    }

    .flight-details .modal-body {
        padding: 0;
    }

    .flight-details-header h5 {
        font-weight: bold;
        letter-spacing: 1px;
    }

    .flight-details-header h6 {
        font-weight: bold;
        letter-spacing: 1px;
    }

    .flight-details-book h3 {
        margin: 15px 0px 0px;
    }

    .flight-details-book a {
        display: inline-block;
        margin: 20px 0px;
        padding: 8px 20px;
        color: #ffffff;
        background: #F2676B;
        font-weight: bold;
    }

        .flight-details-book a:hover {
            color: #ffffff;
            background: #00ADEF;
        }

    .flight-details-body {
        margin-top: 20px;
    }

    .itinerary-details {
        overflow: hidden;
    }

    #itinerary h4 {
        font-weight: bold;
    }

    #itinerary i {
        padding: 20px 0px;
        font-size: 20px;
        color: #0A3152;
    }

    #itinerary .itinerary-date {
        margin: 0;
        padding: 20px 15px;
        font-weight: bold;
    }

    #itinerary span {
        font-size: 13px;
        display: block;
    }

    .flight-details .nav-tabs > li > a {
        color: #07253F;
    }

    .flight-details img {
        max-width: 100%;
    }

    .flight-details .flight {
        border-bottom: 1px solid #e6e6e6;
        overflow: hidden;
        padding-bottom: 15px;
    }

    .airline-facilities {
        padding: 30px 0px 0px;
    }

        .airline-facilities i {
            padding: 0px 0px 10px 0px !important;
        }

    .airline-rating {
        padding: 30px 0px 0px;
    }

        .airline-rating i {
            padding: 0px !important;
        }

        .airline-rating .colored {
            color: #F19C4F !important;
        }

        .airline-rating h6 {
            font-size: 13px;
        }

        .airline-rating h5 {
            margin-top: 0px;
        }

    #fare {
        overflow: hidden;
    }

        #fare tr {
            border-bottom: 1px solid #e6e6e6;
        }

        #fare td:nth-child(2n+1) {
            padding: 10px 100px 10px 10px !important;
            font-size: 13px;
        }

        #fare td {
            padding: 0px 10px 0px 0px;
            font-size: 13px;
        }

        #fare .grand-total {
            background: #e6e6e6;
        }

            #fare .grand-total td {
                font-weight: bold;
                font-size: 14px;
            }

        #fare h5 {
            font-weight: bold;
            margin-top: 25px;
        }

    @media (max-width: 991px) {

        .flight-list-view .flight-desc {
            border-top: none;
        }


        .flight-list-view .seat {
            border-top: 1px solid #e6e6e6 !important;
        }

        .flight-list-view .flight-book {
            border-top: 1px solid #e6e6e6;
        }

        .flight-list-view .price {
            float: left;
            border-right: 1px solid #e6e6e6;
            width: 50%;
            border-bottom: none;
        }

        .flight-list-view .book {
            float: right;
            width: 50%;
            padding: 10px 0px;
        }

        /*.modify-flight {
        display: none;
    }*/



        .site-wrapper header {
            width: 100%;
            height: 55px;
            color: #fff;
            z-index: 10;
            font-size: 22px;
            border-bottom: 1px solid #e0e0e0;
            background-color: #F2676B;
            background: linear-gradient(to bottom,#f9878a 0%,#F2676B 100%);
            text-align: center;
            line-height: 51px;
            display: block;
        }

            .site-wrapper header a {
                color: #fff;
                cursor: pointer;
            }

        .ammenties-1 {
            margin: 10px 0px 40px 0 !important;
        }
    }
    /************************************************************************
			16. hotel-list-2.html CSS Start
************************************************************************/
    .flight-list-v2 {
        margin: 40px 15px 0px 15px;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
    }

        .flight-list-v2:hover {
            border: 1px solid #F19C4F;
            box-shadow: 0px 0px 5px #F19C4F;
        }

        .flight-list-v2 .airline {
            padding: 20px 0px;
        }

            .flight-list-v2 .airline h6 {
                margin-top: 5px;
            }

        .flight-list-v2 img {
            max-width: 100%;
        }

        .flight-list-v2 .bold {
            font-weight: normal;
        }

        .flight-list-v2 h3 {
            font-weight: bold;
            margin: 20px 0px 0px;
        }

    .stop-duration {
        padding: 15px;
    }

    .flight-list-v2 .stop {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #e6e6e6;
        margin-top: -8px;
        margin-left: 47%;
    }

    .flight-list-v2 .stop-box {
        padding: 8px 10px;
        margin-left: 36%;
        width: 70px;
        position: relative;
        border: 1px solid #e6e6e6;
        z-index: -1;
        margin-top: 6px;
        text-align: center;
    }

        .flight-list-v2 .stop-box:before {
            border-left: 1px solid #e6e6e6;
            border-top: 1px solid #e6e6e6;
            content: "";
            background: #ffffff;
            height: 10px;
            left: 42%;
            position: absolute;
            top: -6px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 10px;
        }

    .flight-list-v2 .departure {
        text-align: right;
    }

    .flight-list-v2 .destination {
        text-align: left;
    }

    .flight-list-v2 .duration {
        margin-top: 5px;
    }

    .flight-direction {
        border: 1px solid #e6e6e6;
        position: relative;
        margin-top: 15px;
        z-index: -1;
    }

        .flight-direction:after {
            background: #e6e6e6 none repeat scroll 0 0;
            border-radius: 50%;
            color: #0A3152;
            content: "";
            height: 15px;
            position: absolute;
            right: -2px;
            top: -7px;
            width: 15px;
        }

        .flight-direction:before {
            background: #e6e6e6 none repeat scroll 0 0;
            border-radius: 50%;
            color: #0A3152;
            content: "";
            height: 15px;
            position: absolute;
            left: -2px;
            top: -7px;
            width: 15px;
        }

    .flight-list-footer {
        overflow: hidden;
        background: #f7f7f7;
        padding: 10px 0px;
        color: #0A3152;
    }

        .flight-list-footer span {
            padding: 0px 10px;
            font-size: 13px;
        }

        .flight-list-footer .pull-right span {
            font-weight: bold;
            font-size: 18px;
            padding: 0;
        }

        .flight-list-footer .pull-right a {
            color: #ffffff;
            background: #F2676B;
            padding: 15px;
            margin-left: 20px;
            font-weight: bold;
        }

    .flight-list-v2:hover .flight-list-footer .pull-right a {
        background: #00ADEF;
    }

    .flight-list-footer .refund {
        color: #F2676B;
        border-left: 1px solid #0A3152;
        border-right: 1px solid #0A3152;
    }

    .flight-list-footer .fa-info-circle {
        cursor: pointer;
    }

    .flight-list-v2 h5 {
        color: #0A3152;
        font-size: 13px;
        margin: 5px 0px;
    }

    @media (max-width: 767px) {
        .flight-list-v2 .departure,
        .flight-list-v2 .destination {
            text-align: center;
        }

        .flight-list-v2 .stop-box {
            margin-left: 38%;
        }

        .flight-list-v2 h3 {
            margin: 0px;
        }

        .sm-invisible {
            display: none;
        }

        .flight-list-main {
            padding-bottom: 20px;
        }

        .flight-list-v2 .airline {
            padding: 20px 0px 10px 0px;
        }
    }
    /*****************************************************************************************
			17. holidays-grid.html CSS Starts
*****************************************************************************************/
    .modify-holiday {
        background: url('../images/bg-image9.jpg') !important;
        background-size: contain !important;
        background-attachment: fixed !important;
    }

    .holiday-grid-view {
        margin-top: 40px;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
        overflow: hidden;
    }

        .holiday-grid-view:hover {
            border: 1px solid #F19C4F;
            box-shadow: 0px 0px 5px #F19C4F;
        }

        .holiday-grid-view .holiday-header-wrapper {
            position: relative;
        }

        .holiday-grid-view img {
            max-width: 100%;
        }

        .holiday-grid-view .holiday-header .holiday-img {
            position: relative;
        }

            .holiday-grid-view .holiday-header .holiday-img img {
                position: relative;
            }

        .holiday-grid-view .holiday-header .holiday-price {
            position: absolute;
            right: 15px;
            top: 0;
            color: #ffffff;
            padding: 10px;
            background: #F2676B;
        }

        .holiday-grid-view .holiday-header .holiday-title {
            position: absolute;
            left: 0;
            bottom: 0;
            color: #ffffff;
            padding-left: 15px;
            ;
        }

            .holiday-grid-view .holiday-header .holiday-title h3 {
                font-weight: bold;
            }

        .holiday-grid-view .holiday-header .holiday-price h4 {
            margin: 0px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .holiday-grid-view .holiday-header .holiday-price h5 {
            margin-bottom: 0px;
            margin-top: 5px;
            font-size: 13px;
        }

        .holiday-grid-view .holiday-details {
            overflow: hidden;
            padding-bottom: 25px;
            padding-top: 10px;
        }

            .holiday-grid-view .holiday-details h5 {
                font-weight: bold;
                margin-bottom: 0px;
                margin-top: 15px;
            }

            .holiday-grid-view .holiday-details p {
                margin-bottom: 0px;
                margin-top: 15px;
            }

            .holiday-grid-view .holiday-details i {
                margin-right: 10px;
                color: #0A3152;
            }

            .holiday-grid-view .holiday-details .sm-text {
                font-size: 13px;
                margin-top: 13px;
            }

        .holiday-grid-view .holiday-footer {
            position: relative;
            overflow: hidden;
            border-top: 1px solid #e6e6e6;
        }

            .holiday-grid-view .holiday-footer a {
                letter-spacing: 1px;
                font-weight: bold;
                color: #0A3152;
            }

            .holiday-grid-view .holiday-footer .view-detail {
                padding: 15px 0px;
            }

            .holiday-grid-view .holiday-footer .social {
                padding: 15px 0px;
                background: #f7f7f7;
                position: relative;
            }

                .holiday-grid-view .holiday-footer .social i {
                    margin: 0px 5px;
                }

                    .holiday-grid-view .holiday-footer .social i:hover {
                        color: #F2676B;
                        cursor: pointer;
                    }

    @media (max-width: 991px) {
        .modify-holiday {
            background-size: cover !important;
        }
    }
    /*****************************************************************************************
			18. holidays-grid-2.html CSS Starts
*****************************************************************************************/
    .holiday-grid-view .holiday-header .detail {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        background: rgba(10, 49, 82, 0.5);
        height: 100%;
        width: 100%;
        -webkit-transform: sacle(0);
        -ms-transform: sacle(0);
        -moz-transform: sacle(0);
        -o-transform: sacle(0);
        transform: scale(0);
        -webkit-transform: sacle(0);
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .holiday-grid-view .holiday-header .detail a {
            color: #ffffff;
            font-size: 30px;
            margin-top: 33%;
            margin-left: 45%;
            display: inline-block;
        }

    .holiday-grid-view:hover .holiday-header .detail {
        opacity: 1;
        -webkit-transform: sacle(1);
        -ms-transform: sacle(1);
        -moz-transform: sacle(1);
        -o-transform: sacle(1);
        -webkit-transform: sacle(1);
        transform: scale(1);
    }
    /*********************************************************************************
			19. cruise-list.html CSS Start
*********************************************************************************/
    .modify-cruise {
        background: url('../images/bg-image13.jpg');
        background-size: contain;
        background-attachment: fixed;
    }

    .cruise-list-view {
        margin-top: 40px;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
        overflow: hidden;
    }

        .cruise-list-view:hover {
            border: 1px solid #F19C4F;
            box-shadow: 0px 0px 5px #F19C4F;
        }

        .cruise-list-view img {
            max-width: 100%;
            min-height: 250px;
            padding: 15px;
        }

        .cruise-list-view h4 {
            font-weight: bold;
            margin-top: 15px;
        }

        .cruise-list-view strong {
            color: #00ADEF;
            margin-right: 10px;
        }

        .cruise-list-view i {
            margin-right: 5px;
        }

        .cruise-list-view .table {
            margin-bottom: 0px;
        }

            .cruise-list-view .table td {
                border-top: none;
                border-bottom: 1px solid #e6e6e6;
                padding: 6px;
            }

            .cruise-list-view .table tr:last-child td {
                border-bottom: none;
            }

            .cruise-list-view .table tr td:first-child {
                font-weight: bold;
            }

        .cruise-list-view .nav > li > a {
            padding: 5px 15px;
            color: #0A3152;
            font-weight: bold;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #0A3152;
    }

    .cruise-list-view .booking-box {
        border-left: 1px solid #e6e6e6;
    }

    .cruise-list-view .rating-box i {
        margin-right: 0px;
    }

    .cruise-list-view .rating-box {
        min-height: 125px;
        padding: 24px 0px;
        border-bottom: 1px solid #e6e6e6;
    }

        .cruise-list-view .rating-box h5 {
            margin-top: 0px;
            line-height: 1.6;
        }

    .cruise-list-view .price {
        min-height: 125px;
        padding: 18px 0px;
        background: #F2676B;
        color: #ffffff;
    }

        .cruise-list-view .price h3 {
            margin-top: 0px;
            font-weight: bold;
        }

        .cruise-list-view .price a {
            color: #ffffff;
            font-weight: bold;
            font-size: 13px;
        }

            .cruise-list-view .price a:hover {
                text-decoration: underline;
            }

    .cruise-list-view:hover .price {
        background: #00ADEF;
    }

    @media (max-width: 991px) {
        .cruise-list-view .booking-box {
            border-top: 1px solid #e6e6e6;
            overflow: hidden;
        }

        .cruise-list-view .rating-box {
            float: left;
            width: 50%;
            border-right: 1px solid #e6e6e6;
        }

        .cruise-list-view .price {
            float: right;
            width: 50%;
        }

        .modify-cruise {
            background-size: cover;
        }
    }
    /*********************************************************************************
			20. hotel-detailed.html CSS Start
*********************************************************************************/
    .page-title {
        /*background: url('../images/bg-image16.jpg');*/
        background-color: #f7f7f7;
        padding: 25px 0px;
        background-attachment: fixed;
        background-size: cover;
        background-position-y: -62px;
        color: #07253F;
    }

        .page-title h1, .page-title h3 {
            font-weight: 800;
            font-size: 30px;
            color: #000;
            text-transform: uppercase;
        }

        .page-title h5 i {
            color: #F19C4F;
        }

        .page-title p {
            /*color: #fff;*/
        }

            .page-title p i {
                margin-right: 5px;
            }


    .hotel-detail img {
        max-width: 100%;
    }

    .hotel-detail .carousel-inner > .item {
        height: 522px;
    }

        .hotel-detail .carousel-inner > .item span {
            color: #07253F !important;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 0 0 20px 0;
            line-height: 33px;
            text-transform: uppercase;
            padding: 10px;
        }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        width: 100%;
    }

    .room-type {
        padding: 30px 0px;
    }

        .room-type img {
            max-width: 100%;
        }

        .room-type h5 {
            font-weight: bold;
            line-height: 1.6;
        }

        .room-type h3 {
            font-weight: bold;
            margin-top: 10px;
            color: #F2676B;
        }

        .room-type .panel-collapse a {
            color: #ffffff;
            font-weight: bold;
            padding: 10px 20px;
            background: #F2676B;
            display: inline-block;
            margin-top: 10px;
        }

            .room-type .panel-collapse a:hover {
                background: #00ADEF;
            }

    /*.panel-group {
    margin-bottom: 10px;
}*/

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        padding: 0 !important;
    }


    /*.panel-default {
    border-color: none;
}

    .panel-default > .panel-heading {
        background: #ffffff;
        color: inherit;
        overflow: hidden;
        padding: 0px;
    }*/

    .room-type .panel-title a div {
        padding: 15px;
    }

        .room-type .panel-title a div:last-child {
            border-left: 1px solid #e6e6e6;
        }

    #room-gallery .carousel-control.right,
    #hotel-images .carousel-control.right {
        background-image: none;
        top: 50%;
    }

    #room-gallery .carousel-control.left,
    #hotel-images .carousel-control.left {
        background-image: none;
        top: 50%;
    }

        #room-gallery .carousel-control.right span, #room-gallery .carousel-control.left span {
            font-size: 50px;
        }

    .hotel-detail-sidebar .sidebar-item {
        margin-top: 30px;
        border: 1px solid #e6e6e6;
        box-shadow: 0 0 4px #e6e6e6;
    }

        .hotel-detail-sidebar .sidebar-item:first-child {
            margin-top: 0px;
        }

    .hotel-detail-sidebar h4 {
        margin: 0;
        padding: 15px;
        line-height: 1.6;
        font-weight: normal;
        background: #e6e6e6;
        text-transform: uppercase;
        font-weight: bold;
    }

        .hotel-detail-sidebar h4 i {
            color: #F2676B;
            margin-right: 5px;
        }

    .hotel-detail-sidebar .sidebar-item .sidebar-item-body {
        padding: 10px 20px;
        overflow: hidden;
    }

        .hotel-detail-sidebar .sidebar-item .sidebar-item-body h5 {
            line-height: 1.6;
        }

            .hotel-detail-sidebar .sidebar-item .sidebar-item-body h5 i {
                margin-right: 5px;
                font-size: 18px;
            }

            .hotel-detail-sidebar .sidebar-item .sidebar-item-body h5 a {
                color: #F2676B;
            }

                .hotel-detail-sidebar .sidebar-item .sidebar-item-body h5 a:hover {
                    text-decoration: underline;
                }

    .hotel-detail-sidebar .map h5 {
        margin: 0;
        padding: 15px;
        line-height: 1.6;
        text-align: center;
        background: #e6e6e6;
    }

        .hotel-detail-sidebar .map h5 i {
            color: #F2676B;
        }

    .hotel-detail-sidebar .hotel-map {
        border: none;
        width: 100%;
    }

    .hotel-detail-sidebar .review h5 {
        margin-top: 0px;
    }

    .review .rating-box {
        padding: 0px;
    }

    .rating-box img {
        margin-top: 0px;
        width: auto;
    }

    .rating-box .tripadvisor {
        border-right: 1px solid #e6e6e6;
    }

    .rating-box .fa-users {
        display: block;
        font-size: 25px;
        margin-bottom: 5px;
        margin-top: 10px;
        color: #172741;
    }

    .guest-say img {
        border-radius: 50%;
    }

    .guest-say h2 {
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        margin-top: 10px;
        padding: 10px 0;
        color: #F2676B;
    }

        .guest-say h2 i {
            color: #F2676B;
        }

    .guest-say span {
        display: block;
    }

    .guest-say .user-name {
        text-align: left;
        padding: 20px 15px;
    }

    .guest-say p {
        line-height: 2;
        margin: 15px 0px;
        background: #f7f7f7;
        padding: 15px;
        position: relative;
    }

        .guest-say p:before {
            content: "\f10d";
            font-family: FontAwesome;
            margin-right: 5px;
        }

        .guest-say p:after {
            content: "\f10e";
            font-family: FontAwesome;
            margin-left: 5px;
        }

    .guest-say .user-img {
        position: relative;
        margin-bottom: 10px;
    }

        .guest-say .user-img:before {
            background: #f7f7f7 none repeat scroll 0 0;
            content: "";
            height: 20px;
            left: 40%;
            position: absolute;
            top: -30%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 20px;
        }

    .hotel-detail-sidebar .similar-hotel {
        margin-bottom: 30px;
    }

    .sidebar-item img {
        max-width: 100%;
    }

    .similar-hotel-box {
        overflow: hidden;
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .similar-hotel-box span i {
            color: #F19C4F;
            margin-left: 3px;
            font-size: 14px;
        }

        .similar-hotel-box h5 {
            margin-top: 0px;
            margin-bottom: 2px;
        }

        .similar-hotel-box a {
            color: #172741;
        }

            .similar-hotel-box a:hover {
                color: #00adef;
            }

        .similar-hotel-box span {
            margin-top: 5px;
            color: #F2676B;
            font-weight: bold;
        }

    .room-complete-detail {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 400px;
    }

        .room-complete-detail p {
            line-height: 2;
        }

        .room-complete-detail h3 {
            margin-top: 20px;
            text-transform: uppercase;
            font-weight: 600;
            background: #e6e6e6;
            padding: 5px;
            font-size: 20px;
        }

        .room-complete-detail h4 {
            font-size: 15px;
            font-weight: 600;
            line-height: 2;
            margin: 0;
            background: #e6e6e6;
            padding: 10px;
            width: fit-content;
        }

        .room-complete-detail #example_wrapper {
            margin-top: 0;
        }

        .room-complete-detail .tab-content {
            padding: 15px 0;
            /*overflow: hidden;*/
        }

        .room-complete-detail .room-info-wrapper {
            overflow: hidden;
            padding: 20px 0px;
            border-bottom: 1px solid #e6e6e6;
        }

            .room-complete-detail .room-info-wrapper input[type=radio] {
                height: 18px;
                width: 18px;
                margin-top: 35px;
            }

            .room-complete-detail .room-info-wrapper img {
            }

            .room-complete-detail .room-info-wrapper h5 {
                margin-top: 0;
                color: #00adef;
                font-weight: bold;
            }

            .room-complete-detail .room-info-wrapper h4 {
                margin-top: 0px;
                font-weight: bold;
            }

            .room-complete-detail .room-info-wrapper .room-desc h4 {
                background: none;
                padding: 0;
            }

            .room-complete-detail .room-info-wrapper p i {
                border: 1px solid #bec4c8;
                border-radius: 50%;
                color: #bec4c8;
                font-size: 12px;
                height: 30px;
                margin: 5px;
                padding: 8px;
                width: 30px;
            }

            .room-complete-detail .room-info-wrapper .price h3 {
                margin-top: 0px;
                color: #000;
                font-size: 20px;
                font-weight: 600;
            }

                .room-complete-detail .room-info-wrapper .price h3 span, .room-complete-detail .room-info-wrapper .price h3 del {
                    color: #6f6f6f;
                    font-size: 13px;
                }
            /*.room-complete-detail .room-info-wrapper .price h3 del {
                color: #444;
                font-size: 15px;
            }*/
            .room-complete-detail .room-info-wrapper .book {
                background: #f7f7f7;
                padding: 15px;
            }

                .room-complete-detail .room-info-wrapper .book span {
                    cursor: pointer;
                    color: #000;
                }

            .room-complete-detail .room-info-wrapper .dayprice span del {
                color: #6f6f6f;
                font-size: 12px;
            }

            .room-complete-detail .room-info-wrapper .dayprice {
                background: #f7f7f7;
                padding: 0 0 10px 0;
            }

                .room-complete-detail .room-info-wrapper .dayprice a {
                    border: 1px solid #d2d2d2;
                    color: #6f6f6f;
                    display: inline-block;
                    padding: 5px 4px;
                    margin: 10px 5px 0 0;
                    width: 13%;
                    background: #fff;
                    font-size: 13px;
                    box-shadow: 0 0.625em 0.625em -0.5em rgba(0,0,0,0.5);
                    min-height: 88px;
                }

                    .room-complete-detail .room-info-wrapper .dayprice a span {
                        font-size: 17px;
                        color: #000;
                        font-weight: 600;
                    }

        /*.room-complete-detail .room-info-wrapper .book a:hover {
                background: #f9676b;
                color: #fff;
            }*/

        .room-complete-detail .nav-tabs > li > a {
            background: #00adef none repeat scroll 0 0;
            border-radius: 0;
            color: #fff;
            line-height: 1.42857;
            margin-right: 5px;
        }

        .room-complete-detail .nav-tabs > li.active > a,
        .room-complete-detail .nav-tabs > li.active > a:focus,
        .room-complete-detail .nav-tabs > li.active > a:hover {
            background: #ffffff;
            color: #273A48;
        }

    .roomtotalprice {
        text-align: right;
        padding: 15px;
    }

        .roomtotalprice #lblhoteltotalprice, .roomtotalprice em {
            color: #f9676b;
            font-size: 24px;
            font-weight: 600;
        }

        .roomtotalprice .calPrice {
            margin: 0 0 0 10px;
        }

    .ammenties-1 {
        overflow: hidden;
        margin: 40px 0px;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
        padding: 0;
    }

        .ammenties-1 .panel {
            border-radius: 0;
            border: none !important;
            box-shadow: none;
            padding-bottom: 10px;
        }

        .ammenties-1 .panel-default > .panel-heading {
            padding: 0;
            border-radius: 0;
            background: #ffffff;
            color: inherit;
            overflow: hidden;
            border: none;
        }

        .ammenties-1 .panel-body {
            padding: 15px 0 !important;
        }

            .ammenties-1 .panel-body .otel-name {
                padding: 6px 12px;
                border: 1px solid #ddd;
                width: 100%;
                font-size: 14px;
            }

            .ammenties-1 .panel-body label {
                font-weight: 100;
                font-size: 13px;
                padding-left: 5px;
                vertical-align: text-top;
                color: #8c8c8c;
            }

                .ammenties-1 .panel-body label[for="cbhlftcat3,50"] {
                    margin-left: -8px;
                }

        .ammenties-1 p {
            /*background: #f7f7f7 none repeat scroll 0 0;
            line-height: 1;
            margin: 10px 0;*/
            margin: 0;
            padding: 0 3px;
        }

            .ammenties-1 p i {
                background: #f2676b none repeat scroll 0 0;
                color: #fff;
                margin-right: 20px;
                padding: 15px;
                position: relative;
            }

                .ammenties-1 p i:after {
                    background: #f2676b none repeat scroll 0 0;
                    content: "";
                    height: 15px;
                    position: absolute;
                    right: -15%;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    width: 15px;
                }

            .ammenties-1 p input {
                width: 15px;
                height: 15px;
                position: relative;
                top: 2px;
                right: 4px;
            }

            .ammenties-1 p label {
                font-weight: normal;
                /*margin-right: 5px;*/
                font-size: 13px;
                width: 87%;
                margin-bottom: 0px;
                vertical-align: text-top;
                color: #5a5a5a;
                line-height: 16px;
            }

        .ammenties-1 h5 {
            color: #00ADEF;
            margin-top: 0;
            /*font-weight: bold;*/
            letter-spacing: 0px;
            margin-bottom: 5px;
            font-size: 16px;
            /*border-bottom: 1px solid #ddd;*/
            padding-bottom: 3px;
        }

            .ammenties-1 h5 i {
                font-size: 15px;
                margin-right: 5px;
            }

            .ammenties-1 h5 a {
                color: #00ADEF;
            }

        .ammenties-1 .filterhead {
            padding: 5px;
            background-color: #00ADEF;
            line-height: 22px;
        }

            .ammenties-1 .filterhead i, .ammenties-1 .filterhead a {
                color: #fff;
            }

        .ammenties-1 .airlines p {
            /*border: 1px solid #e6e6e6;
            padding: 5px 10px 10px;*/
            background: none;
        }

    .ammenties-2 {
        overflow: hidden;
    }

        .ammenties-2 span {
            background: #f2676b none repeat scroll 0 0;
            display: block;
            position: relative;
            padding: 10px 0px;
            color: #ffffff;
            opacity: 0;
        }

            .ammenties-2 span:after {
                background: #f2676b none repeat scroll 0 0;
                content: "";
                height: 15px;
                left: 45%;
                position: absolute;
                top: 80%;
                transform: rotate(45deg);
                width: 15px;
                z-index: 1;
            }

        .ammenties-2 i {
            background: #e6e6e6;
            padding: 20px;
            font-size: 30px;
        }

        .ammenties-2 h3 {
            margin-top: 20px;
        }

    .ammenties-2-wrapper:hover span {
        opacity: 1;
    }

    .ammenties-3 {
        overflow: hidden;
    }

        .ammenties-3 h3 {
            margin-top: 25px;
        }

        .ammenties-3 p {
            margin: 10px 0px;
        }

        .ammenties-3 i {
            font-size: 25px;
            margin-right: 10px;
        }

    .ammenties-4 {
        overflow: hidden;
    }

        .ammenties-4 h3 {
            margin-top: 25px;
        }

        .ammenties-4 p {
            margin: 10px 0px;
        }

        .ammenties-4 i {
            color: #f2676b;
            margin-right: 10px;
            padding: 10px;
            border: 1px solid #f2676b;
        }

    .ammenties-5 {
        overflow: hidden;
    }

        .ammenties-5 h3 {
            margin-top: 25px;
        }

        .ammenties-5 i {
            color: #f2676b;
            margin-right: 10px;
            font-size: 20px;
        }

        .ammenties-5 p {
            margin: 10px 0px;
        }

    .review-header td {
        border-bottom: 1px solid #e6e6e6;
        border-top: medium none !important;
    }

        .review-header td i {
            color: #F19C4F;
        }

    .review-header h2 {
        margin-top: 40px;
        color: #F19C4F;
        font-weight: bold;
    }

    .individual-review {
        overflow: hidden;
        padding: 20px;
    }

        .individual-review label {
            font-size: 14px;
            font-weight: normal;
        }

        .individual-review input[type='text'] {
            font-size: 20px;
            font-weight: 700;
            text-align: center;
        }

    .dark-review {
        background: #e6e6e6;
    }

    .individual-review h4 {
        font-weight: bold;
        line-height: 1.6;
    }

        .individual-review h4 i {
            color: #F19C4F;
        }

    .individual-review img {
        border-radius: 50%;
        max-width: 40px;
    }

    .individual-review p {
        margin: 15px 0px;
    }

    .individual-review span {
        /*margin-top: 8px;*/
        display: block;
        font-weight: bold;
        color: #F2676B;
        cursor: pointer;
    }

    .calPrice {
        padding: 6px 12px;
        font-size: 14px;
        margin-top: 25px;
        text-transform: capitalize;
    }

.room {
    position: absolute;
    right: 34px;
    top: 153px;
    float: right;
    padding: 0;
    border-radius: 5px;
    z-index: 999;
    width: 20%;
}

        .room .green {
            background: #9DC852;
            margin-right: 24px;
            padding: 6px 9px !important;
        }

        .room .xs-btn {
            padding: 6px 18px;
            font-size: 14px;
            margin-top: 10px;
        }

        .room div:first-child {
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            text-align: center;
        }

            .room div:first-child div {
                border: none;
                padding: 0;
            }

                .room div:first-child div span {
                    border-bottom: 1px solid #ccc;
                    display: block;
                    font-weight: 600;
                }

                .room div:first-child div table {
                    text-align: center;
                    margin-bottom: 10px;
                    width: 100%;
                }

                    .room div:first-child div table tr td {
                        padding: 5px 0 5px 0;
                        font-size: 13px;
                    }

                        .room div:first-child div table tr td div {
                            border: 1px solid #ccc;
                            padding: 0px;
                            margin: 0 auto;
                            width: 80%;
                        }

                            .room div:first-child div table tr td div label {
                                margin-bottom: 0;
                                font-size: 30px;
                                cursor: pointer;
                                width: 33%;
                                vertical-align: middle;
                                line-height: 30px;
                                padding: 0px 5px;
                                text-align: center;
                                background: #e6e6e6;
                                border-radius: 5px 0 0 5px;
                            }

                            .room div:first-child div table tr td div .roomadult, .room div:first-child div table tr td div .roomchild {
                                font-size: 18px;
                                background: none;
                            }

    .load-more a {
        background: #f2676b none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        margin-top: 20px;
        padding: 10px 50px;
    }

        .load-more a:hover {
            background: #00adef;
        }

    #write-review .form-control {
        border-radius: 0;
    }

    #write-review label {
        margin-top: 10px;
        font-weight: normal;
    }

    .submit-review {
        background: #f2676b none repeat scroll 0 0;
        border: medium none!important;
        border-radius: 0;
        color: #ffffff;
        font-size: 18px!important;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 50px!important;
    }

        .submit-review:hover {
            background: #00adef;
            color: #ffffff;
        }

    @media (max-width: 991px) {
        .room-info-wrapper {
            padding-bottom: 0px !important;
        }

            .room-info-wrapper .booking-box {
                border-top: 1px solid #e6e6e6;
                overflow: hidden;
            }

        .room-complete-detail .room-info-wrapper input[type=radio] {
            margin: 0 10px 0 0;
        }

        .room-complete-detail .room-info-wrapper .book {
            float: right;
            width: 50%;
            border-left: 1px solid #e6e6e6;
            padding: 20px 0px;
        }

        .room-complete-detail .room-info-wrapper .price {
            float: left;
            width: 50%;
            padding: 20px 0px;
        }

            .room-complete-detail .room-info-wrapper .price h3 {
                margin: 0px;
            }

        .room-complete-detail .room-info-wrapper .book a {
            margin: 0px;
        }

        .room-complete-detail .room-info-wrapper .dayprice a {
            padding: 5px;
            margin: 10px 5px 0 0;
            font-size: 11px;
            width: 22%;
            min-height: 75px;
        }

            .room-complete-detail .room-info-wrapper .dayprice a span {
                font-size: 11px;
            }

        .panel #filterTop {
            display: none;
        }

        .room div:first-child div table tr td div label {
            font-size: 24px;
            line-height: 24px;
        }
    }

    @media (max-width: 767px) {
        .clearfix-xs {
            clear: both;
        }

        .page-title {
            padding: 15px 0 0;
        }

            .page-title h3 {
                font-size: 20px;
                margin: 0;
            }

            .page-title h5 {
                margin: 0;
            }

        .individual-review {
            padding: 15px;
        }

            .individual-review input[type='text'] {
                font-size: 17px;
                padding: 5px;
            }

            .individual-review .calPrice {
                width: 100%;
                margin-top: 10px;
            }

        .room-info-wrapper .room-desc {
            padding: 0 10px;
            text-align: center;
        }

            .room-info-wrapper .room-desc h4, .room-info-wrapper .room-desc p {
                border-bottom: none;
                line-height: 1;
            }

        .room-complete-detail .nav-tabs > li > a {
            margin-right: 2px;
            padding: 5px 1px;
            font-size: 11px;
        }

        .room-complete-detail .nav-tabs li a span {
            /*display: none;*/
        }

        .room-complete-detail h3 {
            padding: 10px 7px;
            font-size: 15px;
            margin-top: 10px;
        }

        /*.ammenties-1 {
            display: none;
        }*/

        #ammenties ul li {
            padding-right: 0px !important;
            width: 100% !important;
            font-size: 12px !important;
        }

        .room-complete-detail h4 {
            width: auto;
            background: none;
            padding: 0;
            font-size: 13px;
            border-bottom: 1px solid #e6e6e6;
        }

        .room-complete-detail p {
            line-height: 1;
            font-size: 12px;
        }

        .room-info-wrapper .booking-box {
            border-top: none;
        }

        .room-complete-detail .room-info-wrapper .price {
            padding: 0px;
        }

            .room-complete-detail .room-info-wrapper .price h3 {
                margin: 0px;
                padding: 10px 3px;
                font-size: 15px;
                color: #007852;
            }

                .room-complete-detail .room-info-wrapper .price h3 span {
                    color: #f9676b;
                    font-weight: 100;
                    font-size: 12px;
                }

                .room-complete-detail .room-info-wrapper .price h3 del {
                    color: #444;
                    font-size: 12px;
                }

        .room-complete-detail .room-info-wrapper .book {
            padding: 15px 10px;
        }

        .room {
            right: 5px;
            width: 50%;
            top: 102px;
        }

            .room .xs-btn {
                padding: 6px 18px !important;
                ;
                width: 38%;
            }

        #room-gallery .carousel-control.right span, #room-gallery .carousel-control.left span {
            font-size: 25px;
        }
    }
    /*********************************************************************************
				21. hotel-detailed-2.html CSS Start
*********************************************************************************/
    .sidebar-booking-box {
        position: relative;
    }

        .sidebar-booking-box h3 {
            background: #f2676b none repeat scroll 0 0;
            color: #ffffff;
            padding: 22px 0;
            font-weight: bold;
            letter-spacing: 1px;
            position: relative;
            margin: 0px;
        }

            .sidebar-booking-box h3:after {
                background: #f2676b none repeat scroll 0 0;
                border-radius: 50%;
                color: #fff;
                content: "\f044";
                font-family: "FontAwesome";
                left: 45%;
                padding: 10px 17px;
                position: absolute;
                top: 63%;
            }

    .sidebar-assistance-box {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .sidebar-assistance-box h3 {
            background: #f2676b none repeat scroll 0 0;
            color: #ffffff;
            padding: 22px 0;
            font-weight: bold;
            letter-spacing: 1px;
            position: relative;
            margin: 0px;
        }

            .sidebar-assistance-box h3:after {
                background: #f2676b none repeat scroll 0 0;
                border-radius: 50%;
                color: #fff;
                content: "\f095";
                font-family: "FontAwesome";
                left: 45%;
                padding: 10px 17px;
                position: absolute;
                top: 63%;
            }

    .assistance-box h3 {
        margin-top: 10px;
    }

    .assistance-box-body {
        background: #e6e6e6;
        padding: 35px 20px 20px;
        box-shadow: 0px 0px 5px #e6e6e6;
    }

        .assistance-box-body h5 {
            font-size: 18px;
        }

        .assistance-box-body h4 {
            font-size: 24px;
            font-weight: bold;
            padding: 0px;
        }

    .booking-box-body .custom-select-button {
        background: #ffffff;
    }

    .booking-box-body {
        background: #e6e6e6 none repeat scroll 0 0;
        box-shadow: 0 0 5px #e6e6e6;
        padding: 15px 5px 0px;
    }

        .booking-box-body .room-price h5 {
            margin-top: 30px;
            margin-bottom: 0px;
            font-weight: bold;
            color: #F2676B;
        }

        .booking-box-body .room-price label {
            margin-bottom: 0px;
        }

        .booking-box-body .grand-total {
            margin-top: 25px;
            margin-left: -5px;
            margin-right: -5px;
            overflow: hidden;
            background: #07253F;
            padding: 20px 0px;
        }

            .booking-box-body .grand-total button {
                color: #ffffff;
                border: none;
                background: transparent;
                border: 2px solid #ffffff;
                padding: 8px 40px;
                font-weight: bold;
            }

                .booking-box-body .grand-total button:hover {
                    background: #f9676b;
                }

            .booking-box-body .grand-total h4 {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                color: #fff;
                margin: 10px 0;
                padding: 0;
                text-transform: capitalize;
            }

        .booking-box-body span {
            margin-left: 10px;
        }

        .booking-box-body label {
            margin-top: 25px;
            font-weight: normal;
            font-size: 14px;
        }

        .booking-box-body .form-control {
            border: none;
            box-shadow: none;
            border-radius: 0;
            height: 40px;
        }

        .booking-box-body .input-group-addon {
            background-color: #f2676b;
            border: medium none;
            border-radius: 0;
            color: #fff;
        }

    .room-ammenties {
        margin-top: 30px;
        overflow: hidden;
    }

    .custom-head {
        position: relative;
        line-height: 1.6;
        margin-top: 0px;
    }

        .custom-head:after {
            background: #f2676b none repeat scroll 0 0;
            content: "";
            height: 5px;
            left: 0;
            position: absolute;
            top: 110%;
            width: 100px;
        }

    .hotel-room-desc {
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .hotel-room-detail {
        padding-left: 20px;
    }

        .hotel-room-detail h4 {
            margin-top: 15px;
            margin-bottom: 5px;
        }

    .hotel-room-desc p {
        line-height: 2;
    }

    .hr-seperator {
        border-top: 1px solid #e6e6e6;
        margin-top: 45px;
        margin-bottom: 45px;
        position: relative;
    }

        .hr-seperator:after {
            background: #e6e6e6 none repeat scroll 0 0;
            border: none;
            border-radius: 50%;
            color: #07253F;
            content: "\f18c";
            font-family: "FontAwesome";
            left: 50%;
            margin-top: -22px;
            padding: 10px 15px;
            position: absolute;
        }

    @media (max-width: 767px) {
        .custom-head {
            margin-bottom: 25px;
        }
    }
    /*********************************************************************************
			22. holiday-detail.html CSS Start
*********************************************************************************/
    .page-title span {
        color: #000;
    }

        .page-title span i {
            margin: 0px 5px;
            font-weight: normal;
        }

    .page-title h4 {
        /*font-weight: bold;
    color: #fff;*/
        font-weight: 400;
        color: #000;
        font-size: 16px;
        line-height: 2;
    }

    #gallery {
        margin-top: 0px;
    }

        #gallery .carousel-control.right {
            background-image: none;
            top: 50%;
        }

        #gallery .carousel-control.left {
            background-image: none;
            top: 50%;
        }

    .package-detail {
        padding: 60px 0px;
    }

        .package-detail .main-content {
            padding: 0px 20px;
        }

        .package-detail .package-detail-sidebar {
            padding: 0px 20px;
        }

    .package-detail-sidebar .sidebar-booking-box h3 {
        margin: 0px;
    }

    .package-complete-detail {
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .package-complete-detail .tab-content {
            overflow: hidden;
            padding: 15px 0px;
        }

            .package-complete-detail .tab-content h3 {
                margin-top: 0px;
            }

            .package-complete-detail .tab-content p {
                line-height: 2;
                margin-bottom: 15px;
                font-size: 14px;
            }

            .package-complete-detail .tab-content .inc i {
                margin-right: 5px;
                color: #F2676B;
            }

        .package-complete-detail .nav-tabs > li > a {
            background: #00adef none repeat scroll 0 0;
            border-radius: 0;
            color: #fff;
            line-height: 1.42857;
            margin-right: 5px;
        }

        .package-complete-detail .nav-tabs > li.active > a,
        .package-complete-detail .nav-tabs > li.active > a:focus,
        .package-complete-detail .nav-tabs > li.active > a:hover {
            background: #ffffff;
            color: #273A48;
        }

    .package-detail-sidebar .sidebar-item {
        box-shadow: 0px 0px 5px #e6e6e6;
        margin-top: 30px;
        margin-bottom: 30px;
        border: 1px solid #e6e6e6;
        overflow: hidden;
    }

        .package-detail-sidebar .sidebar-item:first-child {
            margin-top: 0px;
        }

    .package-detail-sidebar .sidebar-item-body {
        overflow: hidden;
        padding: 15px 20px;
    }

    .package-detail-sidebar .sidebar-item h4 {
        background: #e6e6e6;
        margin: 0;
        line-height: 1.6;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 15px;
    }

        .package-detail-sidebar .sidebar-item h4 i {
            color: #F2676B;
            margin-right: 5px;
        }

    .package-detail-sidebar .package-summary-body {
        padding: 15px 20px 15px;
    }

        .package-detail-sidebar .package-summary-body h5 {
            position: relative;
            font-size: 13px;
            color: #F2676B;
            margin-bottom: 5px;
        }

            .package-detail-sidebar .package-summary-body h5 i {
                margin-right: 5px;
            }

        .package-detail-sidebar .package-summary-body p {
            font-size: 16px;
            margin-bottom: 15px;
        }

            .package-detail-sidebar .package-summary-body p i {
                margin: 0px 5px;
            }

    .package-summary-footer {
        overflow: hidden;
    }

        .package-summary-footer .price {
            background: #e6e6e6;
            padding: 10px 0px 11px;
            position: relative;
        }

            .package-summary-footer .price h4 {
                font-weight: bold;
            }

            .package-summary-footer .price:after {
                background: #e6e6e6 none repeat scroll 0 0;
                content: "";
                height: 25px;
                position: absolute;
                right: -12px;
                top: 35%;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                width: 25px;
                z-index: 1;
            }

        .package-summary-footer .book {
            background: #F2676B;
            padding: 32px 0 31px;
        }

            .package-summary-footer .book a {
                border: 2px solid #ffffff;
                color: #ffffff;
                font-weight: bold;
                padding: 10px 15px;
            }

                .package-summary-footer .book a:hover {
                    background: #00adef;
                }

    .package-detail-sidebar .assitance-body {
        padding: 20px;
    }

        .package-detail-sidebar .assitance-body h2 {
            margin: 0px;
        }

        .package-detail-sidebar .assitance-body h5 {
            line-height: 1.6;
            margin-top: 0px;
        }

        .package-detail-sidebar .assitance-body a {
            color: #F2676B;
        }

    .daily-schedule {
        margin-top: 20px;
    }

        .daily-schedule .title {
            background: #e6e6e6;
        }

        .daily-schedule .title {
            font-size: 16px;
            font-weight: bold;
        }

            .daily-schedule .title span {
                background: #f2676b none repeat scroll 0 0;
                color: #ffffff;
                display: inline-block !important;
                font-size: 16px !important;
                font-weight: bold;
                margin-right: 25px;
                padding: 15px;
                position: relative;
            }

            .daily-schedule .title p {
                margin-bottom: 0px;
            }

            .daily-schedule .title span:after {
                background: #f2676b none repeat scroll 0 0;
                content: "";
                height: 20px;
                position: absolute;
                right: -10px;
                top: 33%;
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                width: 20px;
            }

    .daily-schedule-body {
        overflow: hidden;
        padding: 30px 5px 10px;
    }

        .daily-schedule-body img {
            max-width: 100%;
            margin-bottom: 20px;
        }

    .activity h5 {
        font-weight: bold;
    }

    .activity i {
        padding: 0px 5px 0px 0px !important;
        color: #f2676b !important;
    }

    .inclusion-title {
        background: #e6e6e6;
    }

        .inclusion-title span {
            background: #f2676b none repeat scroll 0 0;
            color: #ffffff;
            display: inline-block !important;
            font-size: 16px !important;
            font-weight: bold;
            margin-right: 25px;
            padding: 15px;
            position: relative;
        }

    .inclusion-wrapper {
        margin-top: 20px;
    }

        .inclusion-wrapper img {
            max-width: 100%;
            margin-bottom: 15px;
        }

    .inclusion-title p {
        margin-bottom: 0px !important;
        font-size: 16px;
    }

    .inclusion-title span:after {
        background: #f2676b none repeat scroll 0 0;
        content: "";
        height: 20px;
        position: absolute;
        right: -10px;
        top: 33%;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        width: 20px;
    }

    .inclusion-body {
        padding: 20px 20px 10px;
        overflow: hidden;
    }

        .inclusion-body h4 {
            font-weight: bold;
            margin-bottom: 20px;
        }

        .inclusion-body h5 i {
            color: #F19C4F;
        }

        .inclusion-body h5 {
            margin-top: 0px;
            font-weight: bold;
        }

    .flight-inclusion {
        margin-top: 20px;
    }

        .flight-inclusion img {
            margin: 0px !important;
        }

    @media (max-width: 767px) {
        .package-complete-detail .nav-tabs li a span {
            display: none;
        }
    }
    /*********************************************************************************
				23. flight-booking.html CSS Start
*********************************************************************************/
    .flight-title {
        /*background: rgba(10, 49, 82, 0.5);
    padding-bottom: 10px;*/
    }

        .flight-title i {
            margin: 0px 10px;
        }

    #review-booking .flight-list-v2 {
        margin: 0px;
    }

    .booking-tab {
        background: #e6e6e6;
        padding: 1px 0px;
    }

    .booking-detail {
        padding: 30px 0px;
        background-color: #f7f7f7;
    }

        .booking-detail .insurance {
            font-weight: bold;
            color: #ffffff;
            background: #F2676B;
            padding: 8px 10px;
            display: inline-block;
            cursor: pointer;
            margin-bottom: 5px;
        }

            .booking-detail .insurance:hover {
                background: #00ADEF;
            }

        .booking-detail .panel-heading .panel-title {
            /*width: 16%;
        display: inline-block;
        font-size: 14px;
        margin-right: 20px;*/
        }

        .booking-detail .panel-heading label {
            margin-left: 0px;
        }

            .booking-detail .panel-heading label input {
                width: 16px;
                height: 16px;
                vertical-align: sub;
            }

        .booking-detail .filter-area {
            margin-top: 0;
        }

    .booking-tab .nav-tabs > li.active > a,
    .booking-tab .nav-tabs > li.active > a:focus,
    .booking-tab .nav-tabs > li.active > a:hover {
        border: none;
        background: #e6e6e6;
        position: relative;
    }

    .booking-tab .nav-tabs .active {
        position: relative;
    }

        .booking-tab .nav-tabs .active:after {
            background: #f9676b none repeat scroll 0 0;
            content: "";
            height: 5px;
            left: 43%;
            position: absolute;
            top: 100%;
            width: 50px;
        }

    .booking-tab .nav-tabs {
        border-bottom: none;
    }

        .booking-tab .nav-tabs > li.active > a i,
        .booking-tab .nav-tabs > li > a i {
            display: block;
            padding: 5px;
            font-size: 30px;
        }

        .booking-tab .nav-tabs > li.active > a span,
        .booking-tab .nav-tabs > li > a span {
            font-size: 20px;
        }

        .booking-tab .nav-tabs > li.active > a,
        .booking-tab .nav-tabs > li > a {
            color: #07253F;
        }

    .booking-tab .tab-content {
        padding: 20px 0px;
    }

    .booking-sidebar .sidebar-item {
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
    }

        .booking-sidebar .sidebar-item h4 {
            background: #e6e6e6 none repeat scroll 0 0;
            padding: 20px 15px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0px;
        }

            .booking-sidebar .sidebar-item h4 i {
                color: #F2676B;
                margin-right: 10px;
            }

    .booking-sidebar .sidebar-body {
        padding: 20px;
    }

        .booking-sidebar .sidebar-body .table {
            margin-bottom: 0px;
        }

        .booking-sidebar .sidebar-body table tr {
            border-bottom: 1px solid #e6e6e6;
        }

            .booking-sidebar .sidebar-body table tr:last-child {
                border-bottom: none;
            }

        .booking-sidebar .sidebar-body table td {
            border-top: none;
        }

        .booking-sidebar .sidebar-body .total {
            font-size: 20px;
            font-weight: bold;
        }

    .booking-form .form-control {
        height: 40px;
        border-radius: 0px;
    }

    .login-box, .list-box {
        overflow: hidden;
        border: 1px solid #d2d1d1;
        box-shadow: 0px 0px 5px #e6e6e6;
        margin-top: 40px;
    }

        .list-box h3 span {
            position: absolute;
            right: 20px;
            margin-top: -28px;
            font-size: 12px;
        }

        .list-box h3 b {
            font-weight: normal !important;
        }

    .login-box {
        border: 1px solid #e6e6e6;
    }

        .login-box h3, .list-box h3 {
            background: #e6e6e6 none repeat scroll 0 0;
            line-height: 1.6;
            margin: 0;
            padding: 0 10px 4px 10px;
            font-size: 15px;
        }

            .list-box h3 i {
                /*background: #F2676B;
            padding: 5px 3px;
            margin: 0;
            border-radius: 0;*/
                color: #f9676b;
                cursor: pointer;
                font-size: 19px !important;
                vertical-align: text-top;
                margin: 0 3px;
                font-weight: 600;
            }

    #flistajax .list-box h4 span {
        /*height: 36px;*/
    }

    .transList {
        padding-left: 0;
        padding-right: 10px;
    }

    .divsummaryrow span {
        font-size: 14px;
    }

    .divsummaryrow .trPrice {
        color: #f9676b;
        font-weight: bold;
    }

    .divsummaryrow .search-button {
        padding: 5px;
        font-size: 14px;
    }

    .divsummaryrow b {
        right: 1px;
        position: relative;
        /*float: right;*/
        color: #444;
        padding: 4px 0 2px 0;
    }

    .bottomBar {
        background: #e6e6e6;
        margin-top: 5px;
    }

    .vehicleType {
        right: 0 !important;
        left: 9px;
        float: left !important;
    }

    .list-box h4 {
        font-weight: bold;
        color: #ffffff;
        margin: 0;
        clear: both;
    }

        .list-box h4 span {
            font-size: 13px;
            background: #F2676B;
            padding: 4px 0;
        }

    .list-box h3 a {
        padding: 5px 3px;
        margin: 0;
        border-radius: 0;
        color: #333;
        cursor: pointer;
        font-size: 14px;
    }

    .departure, .return {
        width: 166px;
        float: left;
        margin-right: 25px;
        font-size: 18px;
    }

    .booking-form {
        padding: 0 15px 20px;
        overflow: hidden;
    }

        .booking-form a {
            color: #F2676B;
            margin-top: 5px;
            display: block;
        }

        .booking-form label {
            margin-top: 15px;
        }

        .booking-form button {
            background: #f2676b none repeat scroll 0 0;
            border: medium none;
            color: #fff;
            display: block;
            font-weight: bold;
            margin-top: 15px;
            padding: 10px 50px;
        }

            .booking-form button:hover {
                background: #00adef;
            }

    .social-media-login {
        margin-top: 20px;
    }

        .social-media-login a {
            background: #5470AF;
            color: #ffffff;
            display: inline-block;
            font-weight: bold;
            line-height: 1;
            margin: 10px 0;
            padding: 0 15px;
        }

            .social-media-login a i {
                border-right: 1px solid #fff;
                margin-right: 15px;
                padding: 15px 15px 15px 0;
            }

        .social-media-login span {
            display: block;
            font-weight: bold;
        }

    .booking-sidebar .contact-box {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #agenta-info, #passenger-info, #passenger-detail, #billing-info, #hotel-info, #flight-info, #traveller-info, #insurance-info, .reservation-info, #salesreport-info, #openbookings-info, #mbbookings-info, #mbimportque-info, #mbaccards-info, #mbflights-info, #mbhotels-info, #mbinsurances-info, #mbrentcars-info, #mbothers-info, #mbaccountancy-info, #mbhistory-info, #A_PartnerInvoices-info, #A_PartnerInvoiceEdit-info, #PaInvoiceEdit-info, .paBookingHistory-info, .A_OpenBookings-info {
        overflow: hidden;
        margin-bottom: 20px;
        background: #fff;
    }

        #billing-info .passenger-detail-body {
            padding: 0;
            overflow-x: auto;
        }

    .passenger-detail, .agenta-detail, .insurance-detail, .reservation-detail, .visa-detail, .salesreport-detail, .openbookings-detail, .mbbookings-detail, .mbimportque-detail, .mbaccards-detail, .mbflights-detail, .mbhotels-detail, .mbinsurances-detail, .mbrentcars-detail, .mbothers-detail, .mbaccountancy-detail, .mbhistory-detail, .A_PartnerInvoices-detail, .A_PartnerInvoiceEdit-detail, .PaInvoiceEdit-detail, .paBookingHistory-detail, .A_OpenBookings-detail {
        overflow: hidden;
        border: 1px solid #e6e6e6;
        /*box-shadow: 0px 0px 5px #e6e6e6;*/
    }

        .passenger-detail .panel-group {
            margin-top: 20px !important;
        }

        .passenger-detail h3, .agenta-detail h3, .insurance-detail h3, .reservation-detail h3, .visa-detail h3, .salesreport-detail h3, .openbookings-detail h3, .mbbookings-detail h3, .mbimportque-detail h3, .mbaccards-detail h3, .mbflights-detail h3, .mbhotels-detail h3, .mbinsurances-detail h3, .mbrentcars-detail h3, .mbothers-detail h3, .mbaccountancy-detail h3, .mbhistory-detail h3, .A_PartnerInvoices-detail h3, .A_PartnerInvoiceEdit-detail h3, .PaInvoiceEdit-detail h3, .paBookingHistory-detail h3, .A_OpenBookings-detail h3 {
            margin: 0px;
            padding: 10px 20px;
            line-height: 1.6;
            background: #e6e6e6;
            font-size: 19px;
        }

            .visa-detail h3 strong {
                font-size: 16px;
                float: right;
                border: 2px solid #f9676b;
                border-radius: 0;
                color: #f9676b;
                font-weight: bold;
                padding: 0 10px;
                background-color: #fff;
                margin-top: 5px;
            }

    .visa-person {
        margin-bottom: 10px;
    }

        .visa-person td {
            padding: 4px 5px;
        }

    .passenger-detail-body, .agenta-detail-body, .insurance-detail-body, .reservation-detail-body, .visa-detail-body {
        padding: 20px;
        background: #fff;
        font-size: 13px;
    }

        .passenger-detail-body .confirm-contact {
            margin-bottom: 15px;
        }

            .passenger-detail-body .confirm-contact span {
                font-size: 13px;
                line-height: 20px;
            }
    /*.insurance-detail-body div:first-child{
    padding-top:25px;
}*/

    #passenger-detail .passenger-detail-body, #agenta-info .agenta-detail-body {
        font-size: 13px;
        /*padding: 20px 10px;*/
    }

    .passenger-detail-body label, .agenta-detail-body label, .insurance-detail-body label, .reservation-detail-body label, .visa-detail-body label {
        margin-top: 14px;
        font-weight: normal;
        font-size: 13px;
        font-weight: 600;
        display: inherit;
    }

        .passenger-detail-body label i, .agenta-detail-body label i, .insurance-detail-body label i, .reservation-detail-body label i, .visa-detail-body label i {
            font-size: 8px;
            color: #d81e05;
            vertical-align: super;
        }

    .passenger-detail-body .row div, .passenger-detail-body .bld, .agenta-detail-body .row div, .reservation-detail-body .row div, .visa-detail-body .row div {
        padding-left: 5px;
        padding-right: 5px;
    }

        .passenger-detail-body .row div select, .passenger-detail-body .row div input, .reservation-detail-body .row div input, .visa-detail-body .row div select, .visa-detail-body .row div input {
            display: block;
            width: 100%;
            height: 40px;
            padding: 6px 4px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }

    .A_OpenBookings .reservation-detail-body input[type='checkbox'] {
        width: 15px;
        display: inline-block;
        height: 15px;
        border: none;
        vertical-align: inherit;
        margin: 2px 0 0 5px;
    }

    .passenger-detail-body .row div select:focus, .passenger-detail-body .row div input:focus, .reservation-detail-body .row div select:focus, .reservation-detail-body .row div input:focus, .visa-detail-body .row div select:focus, .visa-detail-body .row div input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .passenger-detail-body .form-control, .reservation-detail-body .form-control, .visa-detail-body .form-control {
        border-radius: 0px;
        height: 40px;
    }

    #ContentPage .MB_AcCards .reservation-detail-body table, #ContentPage .MB_Flights .reservation-detail-body table, #ContentPage .MB_Hotels .reservation-detail-body table, #ContentPage .MB_Insurances .reservation-detail-body table, #ContentPage .MB_RentCars .reservation-detail-body table, #ContentPage .MB_Others .reservation-detail-body table, #ContentPage .MB_Accountancy .reservation-detail-body table, #ContentPage .MB_History .reservation-detail-body table /*#ContentPage .A_PartnerInvoices .reservation-detail-body table*/ {
        width: 100%;
        /*border: 1px solid #dedede;*/
        padding: 10px;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Flights .reservation-detail-body table .clearfix li, #ContentPage .MB_Hotels .reservation-detail-body table .clearfix li, #ContentPage .MB_Insurances .reservation-detail-body table .clearfix li, #ContentPage .MB_RentCars .reservation-detail-body table .clearfix li, #ContentPage .MB_Others .reservation-detail-body table .clearfix li, #ContentPage .MB_Accountancy .reservation-detail-body table .clearfix li, #ContentPage .MB_History .reservation-detail-body table .clearfix li, #ContentPage .A_PartnerInvoices .reservation-detail-body table .clearfix li {
            display: inline;
        }

        #ContentPage .MB_Flights .reservation-detail-body table .clearfix .gBtn input, #ContentPage .MB_Hotels .reservation-detail-body table .clearfix .gBtn input, #ContentPage .MB_Insurances .reservation-detail-body table .clearfix .gBtn input, #ContentPage .MB_RentCars .reservation-detail-body table .clearfix .gBtn input, #ContentPage .MB_Others .reservation-detail-body table .clearfix .gBtn input, #ContentPage .MB_Accountancy .reservation-detail-body table .clearfix .gBtn input, #ContentPage .MB_History .reservation-detail-body table .clearfix .gBtn input, #ContentPage .A_PartnerInvoices .reservation-detail-body table .clearfix .gBtn input {
            float: right;
            width: 15% !important;
        }

        #ContentPage .MB_AcCards .reservation-detail-body table td, #ContentPage .MB_Flights .reservation-detail-body table td, #ContentPage .MB_Hotels .reservation-detail-body table td, #ContentPage .MB_Insurances .reservation-detail-body table td, #ContentPage .MB_RentCars .reservation-detail-body table td, #ContentPage .MB_Others .reservation-detail-body table td, #ContentPage .MB_Accountancy .reservation-detail-body table td, #ContentPage .MB_History .reservation-detail-body table td /*#ContentPage .A_PartnerInvoices .reservation-detail-body table td*/ {
            width: auto;
            border: none;
        }

            #ContentPage .MB_AcCards .reservation-detail-body table td .priceHeaad, #ContentPage .MB_Flights .reservation-detail-body table td .priceHeaad, #ContentPage .MB_Hotels .reservation-detail-body table td .priceHeaad, #ContentPage .MB_Insurances .reservation-detail-body table td .priceHeaad, #ContentPage .MB_RentCars .reservation-detail-body table td .priceHeaad, #ContentPage .MB_Others .reservation-detail-body table td .priceHeaad, #ContentPage .MB_Accountancy .reservation-detail-body table td .priceHeaad, #ContentPage .MB_History .reservation-detail-body table td .priceHeaad, #ContentPage .A_PartnerInvoices .reservation-detail-body table td .priceHeaad {
                border: 1px solid #499335;
                padding: 2px;
                margin: 10px 0;
                background: #dedede;
            }

                #ContentPage .MB_AcCards .reservation-detail-body table td .priceHeaad td, #ContentPage .MB_Flights .reservation-detail-body table td .priceHeaad td, #ContentPage .MB_Hotels .reservation-detail-body table td .priceHeaad td, #ContentPage .MB_Insurances .reservation-detail-body table td .priceHeaad td, #ContentPage .MB_RentCars .reservation-detail-body table td .priceHeaad tr td, #ContentPage .MB_Others .reservation-detail-body table td .priceHeaad tr td, #ContentPage .MB_Accountancy .reservation-detail-body table td .priceHeaad tr td, #ContentPage .MB_History .reservation-detail-body table td .priceHeaad tr td, #ContentPage .A_PartnerInvoices .reservation-detail-body table td .priceHeaad tr td {
                    padding: 2px 5px;
                }

                    #ContentPage .MB_AcCards .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_Flights .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_Hotels .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_Insurances .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_RentCars .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_Others .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_Accountancy .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .MB_History .reservation-detail-body table td .priceHeaad tr td:nth-child(even), #ContentPage .A_PartnerInvoices .reservation-detail-body table td .priceHeaad tr td:nth-child(even) {
                        color: #56ad3e;
                        font-size: 14px;
                        font-weight: 600;
                    }

        #ContentPage .MB_AcCards .reservation-detail-body table th, #ContentPage .MB_Flights .reservation-detail-body table th, #ContentPage .MB_Hotels .reservation-detail-body table th, #ContentPage .MB_Insurances .reservation-detail-body table th, #ContentPage .MB_RentCars .reservation-detail-body table th, #ContentPage .MB_Others .reservation-detail-body table th, #ContentPage .MB_Accountancy .reservation-detail-body table th, #ContentPage .MB_History .reservation-detail-body table th /*#ContentPage .A_PartnerInvoices .reservation-detail-body table th*/ {
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            border: none;
        }

            #ContentPage .MB_AcCards .reservation-detail-body table th a, #ContentPage .MB_Flights .reservation-detail-body table th a, #ContentPage .MB_Hotels .reservation-detail-body table th a, #ContentPage .MB_Insurances .reservation-detail-body table th a, #ContentPage .MB_RentCars .reservation-detail-body table th a, #ContentPage .MB_Others .reservation-detail-body table th a, #ContentPage .MB_Accountancy .reservation-detail-body table th a, #ContentPage .MB_History .reservation-detail-body table th a, #ContentPage .A_PartnerInvoices .reservation-detail-body table th a {
                cursor: pointer;
            }

    #ContentPage .MB_AcCards .reservation-detail-body .tableTab, #ContentPage .MB_Flights .reservation-detail-body .tableTab, #ContentPage .MB_Hotels .reservation-detail-body .tableTab, #ContentPage .MB_Insurances .reservation-detail-body .tableTab, #ContentPage .MB_RentCars .reservation-detail-body .tableTab, #ContentPage .MB_Others .reservation-detail-body .tableTab, #ContentPage .MB_Accountancy .reservation-detail-body .tableTab, #ContentPage .MB_History .reservation-detail-body .tableTab, #ContentPage .A_PartnerInvoices .reservation-detail-body .tableTab {
        border: 0;
        padding: 10px 0;
    }

        #ContentPage .MB_AcCards .reservation-detail-body .tableTab td, #ContentPage .MB_Flights .reservation-detail-body .tableTab td, #ContentPage .MB_Hotels .reservation-detail-body .tableTab td, #ContentPage .MB_Insurances .reservation-detail-body .tableTab td, #ContentPage .MB_RentCars .reservation-detail-body .tableTab td, #ContentPage .MB_Others .reservation-detail-body .tableTab td, #ContentPage .MB_Accountancy .reservation-detail-body .tableTab td, #ContentPage .MB_History .reservation-detail-body .tableTab td, #ContentPage .A_PartnerInvoices .reservation-detail-body .tableTab td {
            border-bottom: 1px solid #499335;
            line-height: 29px;
        }

        #ContentPage .MB_AcCards .reservation-detail-body .tableTab a, #ContentPage .MB_Flights .reservation-detail-body .tableTab a, #ContentPage .MB_Hotels .reservation-detail-body .tableTab a, #ContentPage .MB_Insurances .reservation-detail-body .tableTab a, #ContentPage .MB_RentCars .reservation-detail-body .tableTab a, #ContentPage .MB_Others .reservation-detail-body .tableTab a, #ContentPage .MB_Accountancy .reservation-detail-body .tableTab a, #ContentPage .MB_History .reservation-detail-body .tableTab a, #ContentPage .A_PartnerInvoices .reservation-detail-body .tableTab a {
            border: 0;
            padding: 5px 10px;
            color: #56ad3e;
            border: 1px solid #499335;
            font-size: 14px;
        }

            #ContentPage .MB_AcCards .reservation-detail-body .tableTab .active, #ContentPage .MB_AcCards .reservation-detail-body .tableTab a:hover, #ContentPage .MB_Flights .reservation-detail-body .tableTab .active, #ContentPage .MB_Flights .reservation-detail-body .tableTab a:hover, #ContentPage .MB_Hotels .reservation-detail-body .tableTab .active, #ContentPage .MB_Hotels .reservation-detail-body .tableTab a:hover, #ContentPage .MB_Insurances .reservation-detail-body .tableTab .active, #ContentPage .MB_Insurances .reservation-detail-body .tableTab a:hover, #ContentPage .MB_RentCars .reservation-detail-body .tableTab .active, #ContentPage .MB_RentCars .reservation-detail-body .tableTab a:hover, #ContentPage .MB_Others .reservation-detail-body .tableTab .active, #ContentPage .MB_Others .reservation-detail-body .tableTab a:hover, #ContentPage .MB_Accountancy .reservation-detail-body .tableTab .active, #ContentPage .MB_Accountancy .reservation-detail-body .tableTab a:hover, #ContentPage .MB_History .reservation-detail-body .tableTab .active, #ContentPage .MB_History .reservation-detail-body .tableTab a:hover, #ContentPage .A_PartnerInvoices .reservation-detail-body .tableTab .active, #ContentPage .A_PartnerInvoices .reservation-detail-body .tableTab a:hover {
                color: #fff;
                background: #56ad3e;
                font-size: 14px;
                padding: 5px 10px;
            }

    #ContentPage .MB_Flights .reservation-detail-body .flHead, #ContentPage .MB_Hotels .reservation-detail-body .flHead, #ContentPage .MB_Insurances .reservation-detail-body .flHead, #ContentPage .MB_RentCars .reservation-detail-body .flHead, #ContentPage .MB_Others .reservation-detail-body .flHead, #ContentPage .MB_Accountancy .reservation-detail-body .flHead {
        border: 1px solid #dedede;
        padding: 5px 15px;
        border-bottom: 0;
        line-height: 26px;
    }

    #ContentPage .MB_Flights .reservation-detail-body .tableFlight, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger, #ContentPage .MB_Flights .reservation-detail-body .tableFlight2, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger2, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight2, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger2, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight2, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger2,
    #ContentPage .MB_RentCars .reservation-detail-body .tableFlight, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger, #ContentPage .MB_RentCars .reservation-detail-body .tableFlight2, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger2,
    #ContentPage .MB_Others .reservation-detail-body .tableFlight, #ContentPage .MB_Others .reservation-detail-body .tablePassenger, #ContentPage .MB_Others .reservation-detail-body .tableFlight2, #ContentPage .MB_Others .reservation-detail-body .tablePassenger2,
    #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger, #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight2, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger2 {
        display: inline-block;
        border: 1px solid #dedede;
    }


        #ContentPage .MB_Flights .reservation-detail-body .tableFlight table, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger table, #ContentPage .MB_Flights .reservation-detail-body .tableFlight2 table, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger2 table, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight table, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger table, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight2 table, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger2 table, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight table, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger table, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight2 table, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger2 table,
        #ContentPage .MB_RentCars .reservation-detail-body .tableFlight table, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger table, #ContentPage .MB_RentCars .reservation-detail-body .tableFlight2 table, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger2 table,
        #ContentPage .MB_Others .reservation-detail-body .tableFlight table, #ContentPage .MB_Others .reservation-detail-body .tablePassenger table, #ContentPage .MB_Others .reservation-detail-body .tableFlight2 table, #ContentPage .MB_Others .reservation-detail-body .tablePassenger2 table,
        #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight table, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger table, #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight2 table, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger2 table {
            border: 0;
            padding: 0;
            margin-bottom: 0;
        }

    #ContentPage .MB_AcCards .reservation-detail-body .table1, #ContentPage .MB_AcCards .reservation-detail-body .table2, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table1, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table2 {
        float: left;
        position: relative;
    }

    #ContentPage .MB_AcCards .reservation-detail-body .table1, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table1 {
        width: 50%;
        vertical-align: top;
        margin-right: 10px;
    }

    #ContentPage .MB_AcCards .reservation-detail-body .table2, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table2 {
        width: 49%;
        margin-bottom: 40px;
    }

        #ContentPage .MB_AcCards .reservation-detail-body .table1 td, #ContentPage .MB_AcCards .reservation-detail-body .table2 td, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table1 td, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table2 td {
            vertical-align: text-top;
        }

            #ContentPage .MB_AcCards .reservation-detail-body .table1 td:first-child, #ContentPage .MB_AcCards .reservation-detail-body .table2 td:first-child, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table1 td:first-child, #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table2 td:first-child {
                width: 30%;
            }

            #ContentPage .MB_AcCards .reservation-detail-body .table1 td:nth-child(even), #ContentPage .MB_AcCards .reservation-detail-body .table2 td:nth-child(even), #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table1 td:nth-child(even), #ContentPage .A_PartnerInvoiceEdit-detail .reservation-detail-body .table2 td:nth-child(even) {
                width: 5%;
            }

    .visa-detail-body .tc-check input {
        margin: 14px 10px 0 0 !important;
        height: 16px !important;
        width: 16px !important;
        float: left !important;
    }

    .visa-detail-body .tc-check label {
        margin: 12px 0 0 0 !important;
    }

    .visa-detail-body .row #ContentPlaceHolder1_PriceDetail1_PnlVisa .flight-route p b {
        color: #F19C4F;
    }

    .visa-detail-body .row .gBtn input {
        border: none;
        line-height: 18px;
        font-size: 18px;
    }

    @media (max-width: 767px) {
        .visa-detail h3 strong {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .visa-detail-body .misc-row {
            margin-top: 20px;
        }

        .visa-detail-body .panel-title {
            width: 100% !important;
            font-size: 15px;
        }

        .visa-detail-body .gBtn .total-next {
            padding: 13px 30px !important;
            border: none !important;
        }

        .visa-detail-body .tc-check input {
            margin: 2px 10px 0 0 !important;
        }

        .visa-detail-body .tc-check label {
            margin: 2px 0 10px 0 !important;
        }
    }

    .transferDetail {
        margin-bottom: 20px;
    }

        .transferDetail table tr td {
            padding-bottom: 15px;
        }

        .transferDetail .transferExplain {
            background: #e6e6e6 none repeat scroll 0 0;
            margin: 0 0 15px 0;
            padding: 10px;
            font-size: 12px;
            font-weight: normal;
            line-height: 25px;
        }

            .transferDetail .transferExplain span {
                padding: 0 10px;
                font-weight: 600;
                float: right;
            }

        .transferDetail i {
            cursor: pointer;
            font-size: 15px !important;
            vertical-align: text-top !important;
            margin: 0 3px;
            font-weight: 600;
        }

    .transfer-main, .flight-main {
        padding: 0;
        clear: both;
    }

        .transfer-main .main-content, flight-main .main-content {
        }


            .transfer-main .main-content .hotel-list-view-1 {
                margin: 10px 20px 20px 0;
                padding: 14px 10px;
                border: 1px solid #e6e6e6;
                box-shadow: 0px 0px 5px #e6e6e6;
                overflow: hidden;
                background-color: #fff;
            }

                .transfer-main .main-content .hotel-list-view-1 ul li i {
                    width: 16px !important;
                }

            .transfer-main .main-content .hotel-list-view {
                margin: 10px 20px 20px 0;
                padding: 10px;
            }

            .transfer-main .main-content div:nth-child(3) {
                padding: 20px 10px 15px 10px;
            }

                .transfer-main .main-content div:nth-child(3) ul li {
                    width: 24%;
                    line-height: 18px;
                    text-align: center;
                    display: inline-block;
                }

                    .transfer-main .main-content div:nth-child(3) ul li div {
                        margin-block-end: 10px;
                    }

                    .transfer-main .main-content div:nth-child(3) ul li i {
                        font-size: 60px;
                    }

                    .transfer-main .main-content div:nth-child(3) ul li span {
                        font-size: 15.5px;
                        padding: 0;
                        font-weight: 600;
                    }

                    .transfer-main .main-content div:nth-child(3) ul li p {
                        font-size: 13px;
                        line-height: 1.5;
                        margin-top: 5px;
                    }

            .transfer-main .main-content div ul {
                padding-left: 0;
                margin-bottom: 0;
            }

                .transfer-main .main-content div ul li {
                    display: block;
                    line-height: 30px;
                }

                    .transfer-main .main-content div ul li i {
                        color: #f9676b;
                        font-size: 20px;
                    }

                    .transfer-main .main-content div ul li span {
                        padding-left: 10px;
                    }

                    .transfer-main .main-content div ul li i img {
                        width: 16px;
                        min-height: 16px;
                        padding: 0;
                        vertical-align: sub;
                    }

            .transfer-main .main-content div:nth-child(4) {
                padding: 0;
            }
    /**********************PaBooking**********************/
    .paBooking {
        /*border: 1px solid #dedede;
    background-color: #fff;
    padding: 20px 10px;*/
    }

        .paBooking .gHea {
            position: relative;
            margin-bottom: 40px;
        }

            .paBooking .gHea h2 {
                font-size: 25px;
                font-family: @font_name_03;
                color: #4878A8;
                border-bottom: 1px solid #dedede;
                width: 100%;
                display: inline-block;
            }

        .paBooking div table td {
            width: 80px;
        }

        .paBooking div table .date {
            /*width: 100px;*/
        }

        .paBooking div table i {
            font-size: 14px;
            color: #2d2d2d;
        }

        .paBooking input, .paBooking select {
            border: 1px solid #dedede;
            width: 98% !important;
            padding: 4px;
            font-size: 13px;
        }
            /*.paBooking select {
        padding: 5px;
    }*/
            .paBooking input[type='image'] {
                width: 19px !important;
            }

    #ContentPlaceHolder1_CL_BeginDate_TxtDate, #ContentPlaceHolder1_CL_EndDate_TxtDate {
        width: 80px !important;
    }

    .paBooking .gBtn #ContentPlaceHolder1_BtnList, .paBooking .gBtn #ContentPlaceHolder1_BtnExcel {
        width: 80px !important;
        height: 28px !important;
        background: #f2676b none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
        border: none;
        padding: 7px;
        line-height: 15px;
    }

        .paBooking .gBtn #ContentPlaceHolder1_BtnList:hover, .paBooking .gBtn #ContentPlaceHolder1_BtnExcel:hover {
            background: #00adef;
        }

    .paBooking .stripo .st_table .cell {
        width: 58px;
    }

        .paBooking .stripo .st_table .cell a {
            cursor: pointer;
            font-family: @font_name_04;
        }

    .paBooking .stripo .st_table .cell-center {
        text-align: center;
        text-indent: -10px;
    }

    .paBooking .stripo .st_table .cell span {
        font-size: 15px;
    }

        .paBooking .stripo .st_table .cell span span {
            display: inline-block;
            cursor: pointer;
            padding: 0 3px;
            border: 1px solid #E4E4E4;
            margin-top: 5px;
        }

            .paBooking .stripo .st_table .cell span span a {
                cursor: pointer;
                padding: 2px 3px;
                border: 1px solid #e5e5e5;
            }

    .paBooking .stripo .hcell {
        width: 60px;
    }

        .paBooking .stripo .hcell a {
            color: #fff;
        }
    /******************PaBooking***************/
    /**********************PaPassenger**********************/
    .paPassengerList {
        /*border: 1px solid #dedede;
    background-color: #fff;
    padding: 20px 10px;*/
    }

        .paPassengerList .gHea {
            position: relative;
            margin-bottom: 40px;
        }

            .paPassengerList .gHea h2 {
                font-size: 25px;
                font-family: @font_name_03;
                color: #4878A8;
                border-bottom: 1px solid #dedede;
                width: 100%;
                display: inline-block;
            }

        .paPassengerList div table td {
            /*width: 80px;*/
        }

        .paPassengerList div table .date {
            /*width: 100px;*/
        }

        .paPassengerList div table i {
            font-size: 14px;
            color: #2d2d2d;
        }

        .paPassengerList input, .paPassengerList select, .PaSalesReport input, .PaSalesReport select, .PaOpenBookings input, .PaOpenBookings select, .PaInvoiceEdit input, .PaInvoiceEdit select, .MB_Bookings input, .MB_Bookings select, .MB_ImportQue input, .MB_ImportQue select, .MB_AcCards input, .MB_AcCards select, .MB_Flights input, .MB_Flights select, .MB_Hotels input, .MB_Hotels select, .MB_Insurances input, .MB_Insurances select, .MB_RentCars input, .MB_RentCars select, .MB_Others input, .MB_Others select, .MB_Accountancy input, .MB_Accountancy select, .MB_History input, .MB_History select, .A_PartnerInvoices input, .A_PartnerInvoices select, .A_PartnerInvoiceEdit input, .A_PartnerInvoiceEdit select, .PaInvoiceEdit input, .PaInvoiceEdit select, .paBookingHistory input, .paBookingHistory select, .A_OpenBookings input, .A_OpenBookings select {
            border: 1px solid #dedede;
            width: 98%;
            padding: 4px;
            font-size: 13px;
            height: 30px;
            margin-bottom: 5px;
        }

    .MB_AcCards .table1 #ContentPlaceHolder1_CL_EntryTime_TxtDate {
        width: 90px !important;
    }
    /*.paPassengerList select {
        padding: 5px;
    }*/
    .paPassengerList input[type='image'], .PaSalesReport MB_Flights, .PaOpenBookings input[type='image'], .PaInvoiceEdit input[type='image'], .MB_Bookings input[type='image'], .MB_ImportQue input[type='image'], .MB_AcCards input[type='image'], .MB_Flights input[type='image'], .MB_Hotels input[type='image'], .MB_Insurances input[type='image'], .MB_RentCars input[type='image'], .MB_Others input[type='image'], .MB_Accountancy input[type='image'], .MB_History input[type='image'], .A_PartnerInvoices input[type='image'], .A_PartnerInvoiceEdit input[type='image'], .PaInvoiceEdit input[type='image'], .paBookingHistory input[type='image'], .A_OpenBookings input[type='image'] {
        width: 19px !important;
    }

    .PaOpenBookings input[type='image'], .MB_AcCards input[type='image'], .MB_Flights input[type='image'], .MB_Hotels input[type='image'], .MB_Insurances input[type='image'], .MB_RentCars input[type='image'], .MB_Others input[type='image'], .MB_Accountancy input[type='image'], .MB_History input[type='image'], .A_PartnerInvoices input[type='image'], .A_PartnerInvoiceEdit input[type='image'], .PaInvoiceEdit input[type='image'], .paBookingHistory input[type='image'], .A_OpenBookings input[type='image'] {
        vertical-align: middle !important;
    }

    #ContentPlaceHolder1_CL_BeginDate_TxtDate, #ContentPlaceHolder1_CL_EndDate_TxtDate, #ContentPlaceHolder1_CL_InvoiceDate_TxtDate {
        width: 80px !important;
    }

    .paPassengerList .gBtn .green, .PaSalesReport .gBtn .green, .PaOpenBookings .gBtn .green, .PaInvoiceEdit .gBtn .green, .MB_Bookings .gBtn .green, .MB_ImportQue .gBtn .green, .MB_AcCards .gBtn .green, .MB_Flights .gBtn .green, .MB_Hotels .gBtn .green, .MB_Insurances .gBtn .green, .MB_RentCars .gBtn .green, .MB_Others .gBtn .green, .MB_Accountancy .gBtn .green, .MB_History .gBtn .green, .A_PartnerInvoices .gBtn .green, .A_PartnerInvoiceEdit .gBtn .green, .PaInvoiceEdit .gBtn .green, .paBookingHistory .gBtn .green, .A_OpenBookings .gBtn .green {
        width: auto !important;
        height: 28px !important;
        background: #f2676b none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
        border: none;
        padding: 7px 10px;
        line-height: 15px;
    }

        .MB_Bookings .gBtn .green i, .MB_ImportQue .gBtn .green i, .A_PartnerInvoiceEdit .gBtn .green i, .paBookingHistory .gBtn .green i, .A_OpenBookings .gBtn .green i {
            padding-left: 10px;
        }

    .paPassengerList .gBtn .green, .PaSalesReport .gBtn .green, .PaOpenBookings .gBtn .green, .PaInvoiceEdit .gBtn .green, .MB_Bookings .gBtn .green, .MB_ImportQue .gBtn .green, .MB_AcCards .gBtn .green, .MB_Flights .gBtn .green, .MB_Hotels .gBtn .green, .MB_Insurances .gBtn .green, .MB_RentCars .gBtn .green, .MB_Others .gBtn .green, .MB_Accountancy .gBtn .green, .MB_History .gBtn .green, .A_PartnerInvoices .gBtn .green, .A_PartnerInvoiceEdit .gBtn .green, .PaInvoiceEdit .gBtn .green, .paBookingHistory .gBtn .green, .A_OpenBookings .gBtn .green {
        margin: 0 0 0 10px !important;
    }

        .paPassengerList .gBtn .green:hover, .PaSalesReport .gBtn .green:hover, .PaOpenBookings .gBtn .green:hover, .PaInvoiceEdit .gBtn .green:hover, .MB_Bookings .gBtn .green:hover, .MB_ImportQue .gBtn .green:hover, .MB_AcCards .gBtn .green:hover, .MB_Flights .gBtn .green:hover, .MB_Hotels .gBtn .green:hover, .MB_Insurances .gBtn .green:hover, .MB_RentCars .gBtn .green:hover, .MB_Others .gBtn .green:hover, .MB_Accountancy .gBtn .green:hover, .MB_History .gBtn .green:hover, .A_PartnerInvoices .gBtn .green:hover, .A_PartnerInvoiceEdit .gBtn .green:hover, .PaInvoiceEdit .gBtn .green:hover, .paBookingHistory .gBtn .green:hover, .A_OpenBookings .gBtn .green:hover {
            background: #00adef;
        }

    #ContentPage .MB_Flights .reservation-detail-body .tableFlight input, #ContentPage .MB_Flights .reservation-detail-body .tableFlight2 input, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger input, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger2 input, #ContentPage .MB_Flights .reservation-detail-body .tableFlight select, #ContentPage .MB_Flights .reservation-detail-body .tableFlight2 select, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger select, #ContentPage .MB_Flights .reservation-detail-body .tablePassenger2 select,
    #ContentPage .MB_Hotels .reservation-detail-body .tableFlight input, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight2 input, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger input, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger2 input, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight select, #ContentPage .MB_Hotels .reservation-detail-body .tableFlight2 select, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger select, #ContentPage .MB_Hotels .reservation-detail-body .tablePassenger2 select,
    #ContentPage .MB_Insurances .reservation-detail-body .tableFlight input, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight2 input, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger input, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger2 input, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight select, #ContentPage .MB_Insurances .reservation-detail-body .tableFlight2 select, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger select, #ContentPage .MB_Insurances .reservation-detail-body .tablePassenger2 select,
    #ContentPage .MB_RentCars .reservation-detail-body .tableFlight input, #ContentPage .MB_RentCars .reservation-detail-body .tableFlight2 input, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger input, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger2 input, #ContentPage .MB_RentCars .reservation-detail-body .tableFlight select, #ContentPage .MB_RentCars .reservation-detail-body .tableFlight2 select, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger select, #ContentPage .MB_RentCars .reservation-detail-body .tablePassenger2 select,
    #ContentPage .MB_Others .reservation-detail-body .tableFlight input, #ContentPage .MB_Others .reservation-detail-body .tableFlight2 input, #ContentPage .MB_Others .reservation-detail-body .tablePassenger input, #ContentPage .MB_Others .reservation-detail-body .tablePassenger2 input, #ContentPage .MB_Others .reservation-detail-body .tableFlight select, #ContentPage .MB_Others .reservation-detail-body .tableFlight2 select, #ContentPage .MB_Others .reservation-detail-body .tablePassenger select, #ContentPage .MB_Others .reservation-detail-body .tablePassenger2 select,
    #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight input, #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight2 input, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger input, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger2 input, #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight select, #ContentPage .MB_Accountancy .reservation-detail-body .tableFlight2 select, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger select, #ContentPage .MB_Accountancy .reservation-detail-body .tablePassenger2 select {
        margin-right: 4px;
        margin-bottom: 2px;
    }

    .MB_Others .tac input[type='CheckBox'] {
        width: 15px;
    }

    .paPassengerList .stripo .st_table .cell {
        width: 58px;
    }

        .paPassengerList .stripo .st_table .cell a {
            cursor: pointer;
            font-family: @font_name_04;
        }

    .paPassengerList .stripo .st_table .cell-center {
        text-align: center;
        text-indent: -10px;
    }

    .paPassengerList .stripo .st_table .cell span {
        font-size: 15px;
    }

        .paPassengerList .stripo .st_table .cell span span {
            display: inline-block;
            cursor: pointer;
            padding: 0 3px;
            border: 1px solid #E4E4E4;
            margin-top: 5px;
        }

            .paPassengerList .stripo .st_table .cell span span a {
                cursor: pointer;
                padding: 2px 3px;
                border: 1px solid #e5e5e5;
            }

    .paPassengerList .stripo .hcell {
        width: 60px;
    }

        .paPassengerList .stripo .hcell a {
            color: #fff;
        }
    /******************PaPassenger***************/
    /******************OPEN TRAVEL INSURANCE***************/
    .travelInsurance {
        padding: 30px 0px;
    }

        .travelInsurance .passenger-no {
            border-bottom: 1px solid #ccc;
        }

        .travelInsurance .passenger-add, .travelInsurance .passenger-remove, .travelInsurance .insurance-next, .travelInsurance b {
            background: #f2676b none repeat scroll 0 0;
            color: #ffffff;
            display: inline-block;
            font-size: 20px;
            font-weight: bold;
            margin-top: 30px;
            margin-bottom: 20px;
            border: none;
            padding: 7px 50px;
            width: 100%;
        }

        .travelInsurance .insurance-next {
            /*width: 49%;*/
            padding: 10px 8px;
            font-size: 15px;
        }

        .travelInsurance .green {
            background: #3eb217;
            text-align: center;
        }

        .travelInsurance .red {
            background: #ff0000;
        }

        .travelInsurance .green, .travelInsurance .red {
            font-size: 16px;
            padding: 10px;
        }

        .travelInsurance .passenger-add:hover, .travelInsurance .passenger-remove:hover, .travelInsurance .insurance-next:hover {
            background: #00adef;
        }

        .travelInsurance .passenger-add i, .travelInsurance .passenger-remove i, .travelInsurance .insurance-next i {
            margin-left: 5px;
        }

    .insurancePrim {
        padding: 0 !important;
        height: 180px;
    }

    .insurancePdf {
        padding: 10px 0 0;
    }

        .insurancePdf ul {
            padding: 0;
        }

            .insurancePdf ul li {
                display: inline-block;
                width: 100%;
            }

                .insurancePdf ul li .insurance-next {
                    font-size: 14px;
                    padding: 5px;
                    text-align: center;
                    margin: 3px 0;
                    font-weight: normal;
                    width: 100%;
                }

    .inBorder {
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 5px;
        padding: 10px;
        height: 100%;
    }

    .insuranceInput {
        margin-top: 30px;
    }

        .insuranceInput label {
            font-weight: normal;
            margin-top: 5px;
            cursor: pointer;
        }

            .insuranceInput label:hover {
                text-decoration: underline;
            }

            .insuranceInput label input {
                margin-right: 5px;
                vertical-align: sub;
            }
    /******************CLOSE TRAVEL INSURANCE***************/
    .formHea {
        /*height: 31px;
    border-bottom: 1px solid #e7e7e7;
    margin: 15px 0;
    font-size: 12px;
    padding: 0 0 30px 10px;*/
    }

        .formHea h3 {
            /*font-size: 16px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        color: #d00154;
        border-bottom: 1px solid #ffffff;
        text-shadow: 0 1px #ffffff;*/
        }

            .formHea h3 b span {
                color: #007852;
                font-weight: bold;
            }

        .formHea .agent-table {
            /*display: inline-block;
        width: 100%;
        vertical-align: text-top;
        margin-left: -5px;*/
            padding: 0;
            overflow-x: auto;
        }

    #billing-info .formHea .agent-table div {
        /*margin: 0 auto;
            padding:10px;
            color: #3b3b3b;
            font-weight: 200;
            line-height: 30px;*/
        padding: 20px;
    }

    .formHea .agent-table div ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .formHea .agent-table table {
        width: 100%;
        border: 1px solid transparent;
    }

        .formHea .agent-table table tr:first-child {
            background: #fec107 !important;
            color: #3b3b3b;
            font-size: 12px;
            font-weight: bold;
        }

            .formHea .agent-table table tr:first-child th {
                text-align: left;
                margin: 0 13px;
                width: 66px;
                padding: 5px;
                line-height: 15px;
            }

        .formHea .agent-table table tr:nth-child(2) {
            background: #f6f6f6;
        }

        .formHea .agent-table table tr:nth-of-type(odd) {
            background: #e9e9e9;
        }

        .formHea .agent-table table td {
            padding: 5px;
            line-height: 12px;
            font-size: 13px;
        }

            .formHea .agent-table table td .green {
                position: static;
                font-size: 12px;
                padding: 2px 3px;
                height: auto;
                transition: All .3s ease-in;
                background-color: #007852;
                border: none !important;
                color: #fff !important;
                font-weight: 600;
                line-height: 20px !important;
                width: 100%;
                text-align: center;
            }

                .formHea .agent-table table td .green:hover {
                    background: #00543a;
                }

                .formHea .agent-table table td .green i {
                }

        .formHea .agent-table table tr:nth-child(2) td table, .formHea .agent-table table tr:nth-child(3) td table {
            border: none;
        }

            .formHea .agent-table table tr:nth-child(2) td table tr, .formHea .agent-table table tr:nth-child(3) td table tr, .formHea .agent-table .gTbl tr:first-child {
                background: none !important;
            }

    .formHea .flights {
        display: inline-block;
        width: 100%;
        vertical-align: text-top;
        margin-left: -5px;
    }

        .formHea .flights div {
            margin: 0 auto;
            /*padding:10px;*/
            color: #3b3b3b;
            font-weight: 200;
            line-height: 30px;
        }

            .formHea .flights div ul {
            }

                .formHea .flights div ul li {
                    display: inline-block;
                    margin-right: 15px;
                }

        .formHea .flights table {
            width: 100%;
            /*text-align: center;*/
        }

            .formHea .flights table tr:first-child th {
                text-align: left;
                margin: 0 13px;
                width: 50%;
                padding: 5px;
                line-height: 15px;
                background: #fec107 !important;
                color: #3b3b3b;
                font-size: 12px;
                font-weight: bold;
            }

            .formHea .flights table tr:nth-child(2) {
                background: #f6f6f6;
            }

                .formHea .flights table tr:nth-child(2) td {
                    padding: 5px;
                    line-height: 12px;
                    font-size: 11px;
                }

                    .formHea .flights table tr:nth-child(2) td table tr {
                        background: none !important;
                    }

            .formHea .flights table tr:nth-of-type(odd) {
                background: #e9e9e9;
            }

                .formHea .flights table tr:nth-of-type(odd) td {
                    padding: 5px;
                    line-height: 12px;
                    font-size: 11px;
                }

                    .formHea .flights table tr:nth-of-type(odd) td table tr {
                        background: none !important;
                    }

    .formHea .wd-4 .bld {
        width: 150px;
    }

.rst-ch div:nth-child(2) input {
    background: #f2676b none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    border: none;
    /*padding: 7px 50px;*/
    width: 100%;
    border-radius: 5px;
}

        .rst-ch div:nth-child(2) input:hover {
            background: #00adef;
        }

    .passenger-detail-body button i {
        margin-left: 5px;
    }

    #payment-section article .paymentDetails .form-group {
        height: auto;
    }

        #payment-section article .paymentDetails .form-group .cards-tabs ul {
            /*border-bottom: 1px solid #ccc;*/
        }

            #payment-section article .paymentDetails .form-group .cards-tabs ul li {
                float: left;
                text-align: center;
                background: #e2e2e2;
                border: 2px solid #fff;
                border-bottom: 2px solid #ccc;
                width: auto;
                height: 47px;
                padding: 15px;
                display: inline-block;
            }
            

                #payment-section article .paymentDetails .form-group .cards-tabs ul li a {
                    font-weight: bold;
                }
.paymentDetails .form-group .cards-tabs .active {
    background: #f9676b !important;
}

    .paymentDetails .form-group .cards-tabs .active a {
        color: #fff !important;
    }

        #payment-section article .paymentDetails .form-group .cc-last-date, .insurance-detail .cc-last-date {
            padding: 0 5px;
        }

        #payment-section article .paymentDetails .form-group .form-control {
            padding: 6px 4px;
            margin-top: 0 !important;
        }

        #payment-section article .paymentDetails .form-group .cvc-trs img {
            width: 50%;
        }

        #payment-section article .paymentDetails .form-group .cvc-trs p {
            width: 50%;
            float: right;
            margin-top: 24px;
            padding-left: 5px;
        }

    .insurance-detail .cvc-trs p {
        width: 50%;
        display: inline-block;
        font-size: 12px;
        margin-top: 5px;
    }

        .insurance-detail .cvc-trs p span {
            font-weight: 600;
        }

    .insurance-detail .cvc-trs img {
        width: 44%;
        display: inline-block;
        vertical-align: top;
    }

    #payment-section article .paymentDetails .check-dt {
        margin: 30px 0;
    }

        #payment-section article .paymentDetails .check-dt input {
            width: 16px;
            height: 16px;
            vertical-align: sub;
        }

        #payment-section article .paymentDetails .check-dt label {
            line-height: 30px;
            margin-top: 0;
        }

    .saved-card {
        border: 1px solid #e6e6e6;
        overflow: hidden;
        padding: 0px 20px 20px;
    }

        .saved-card label {
            margin-top: 10px;
        }

            .saved-card label span {
                font-size: 18px;
                margin-left: 10px;
                line-height: 1.6;
            }

    .payment-seperator {
        border-top: 1px solid #e6e6e6;
        margin: 40px 0px 30px;
        position: relative;
    }

        .payment-seperator:after {
            background: #e6e6e6 none repeat scroll 0 0;
            border-radius: 50%;
            content: "Or";
            left: 45%;
            padding: 12px 15px;
            position: absolute;
            top: -23px;
            z-index: 1;
        }

    .add-new-card {
        overflow: hidden;
    }

    .paypal-pay {
        overflow: hidden;
    }

        .paypal-pay i {
            color: #009CDE;
            font-size: 50px;
            margin-top: 20px;
        }

        .paypal-pay a {
            background: #f2676b none repeat scroll 0 0;
            color: #ffffff;
            display: inline-block;
            font-weight: bold;
            margin-top: 25px;
            padding: 10px 20px;
        }

            .paypal-pay a:hover {
                background: #00adef;
            }

    @media (max-width: 767px) {
        .login-box {
            margin-bottom: 40px;
        }

        #payment-section article .paymentDetails .form-group .cvc-trs p {
            width: 100% !important;
        }

        .creditCardProperty p img:first-child {
            width: 195px !important;
        }

       /* #payment-section article .paymentDetails .form-group {
            height: 70px;
        }

            #payment-section article .paymentDetails .form-group .cards-tabs ul {
                display: none;
            }*/
        #payment-section article .paymentDetails .form-group .cards-tabs ul li {
            width: 50%;
            padding: 10px 5px;
            line-height: 15px;
        }
        #payment-section article .paymentDetails .form-group .cards-tabs .paymentTypeTab {
            margin-top:50px;
        }

            #payment-section article .paymentDetails .form-group .cvc-trs img {
                width: 60%;
            }

        .fieldset .form-group input {
            margin: 13px 10px 0 0 !important;
        }

        .fieldset .form-group label {
            margin-top: 0px !important;
        }
    }

    .fieldset .form-group input {
        float: left;
        margin: 12px 10px 0 0;
    }

    .paymentRulesArea input {
        margin-left: 14px !important;
    }

    .fieldset .form-group label {
        /*display: contents;*/
    }

    .installments-table {
        border: 1px solid #ccc;
        width: 100%;
    }

        .installments-table > thead {
            background-color: #ececec;
            border-bottom: 1px solid #d9d9d9;
        }

            .installments-table > thead th {
                text-align: center;
                padding: 10px 0;
                font-size: 12px;
                color: #757575;
                background-color: #fafafa;
                border-bottom: 1px solid #ccc;
            }

        .installments-table > tbody tr {
            /*cursor: pointer;*/
        }

            .installments-table > tbody tr:hover {
                background-color: rgba(102,175,233,.1);
            }

        .installments-table > tbody td {
            text-align: center;
            padding: 8px 0;
            font-size: 14px;
            color: #565656;
            position: relative;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            overflow: hidden;
            max-width: 74px;
        }

            .installments-table > tbody td .installment {
                display: inline-block;
                margin-top: 5px;
                cursor: pointer;
            }

            .installments-table > tbody td:nth-child(1) {
                /*width: 40px !important;*/
                padding-left: 10px;
            }

            .installments-table > tbody td:nth-child(2) {
                color: #212121;
                /*text-align: left;*/
            }

            .installments-table > tbody td:nth-child(4) {
                text-align: right;
                padding-right: 10px;
            }

    input[type=radio].rbox-standart {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        input[type=radio].rbox-standart + label.rbox-label-standart {
            height: 21px;
            width: 21px;
            background-repeat: no-repeat;
            font-size: 21px;
            cursor: pointer;
            position: absolute;
            top: -1px;
            left: 9px;
        }

        input[type=radio].rbox-standart:checked + label.rbox-label-standart {
            background-position: 0 -21px;
        }

    label.rbox-label-standart {
        background-image: url('../images/ic_installment_radiobox.png');
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
        float: left;
        margin-right: 8px;
    }
    /*********************************************************************************
				24. hotel-booking.html CSS Start
*********************************************************************************/
    .booking-summary {
        overflow: hidden;
    }

    .sidebar-body {
        overflow: hidden;
    }

    .booking-summary h4 {
        margin-top: 0px;
        margin-bottom: 7px;
        font-weight: bold;
    }

    .booking-summary h5 {
        margin-top: 0px;
    }

    .booking-summary .fa-star {
        color: #E1974F;
    }

    .booking-summary .loc {
        color: #00adef;
    }

    .booking-summary .fa-map-marker {
        margin-right: 5px;
    }

    .booking-summary .date h2 {
        margin: 0px;
    }

    .booking-summary .date h5 {
        background: #e6e6e6;
        margin: 0px;
        padding: 5px;
    }

    .booking-summary .date {
        border: 1px solid #e6e6e6;
        max-width: 100px;
        padding-top: 5px;
    }

    .booking-summary-title {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .booking-summary table {
        margin-top: 15px;
    }

    .clear-margin {
        margin-top: 0px;
    }
    /*********************************************************************************
				25. hotel-booking-2.html CSS Start
*********************************************************************************/
    .booking-summary-v2 {
        overflow: hidden;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
    }

        .booking-summary-v2 img {
            max-width: 100%;
            padding: 15px;
        }

        .booking-summary-v2 h4 {
            font-weight: bold;
        }

            .booking-summary-v2 h4 i {
                color: #F19C4F;
            }

        .booking-summary-v2 p i {
            color: #F2676B;
        }

        .booking-summary-v2 p span {
            font-weight: bold;
        }

        .booking-summary-v2 a {
            background: #f2676b none repeat scroll 0 0;
            color: #ffffff;
            display: inline-block;
            font-weight: bold;
            margin-top: 60px;
            padding: 7px 15px;
        }

            .booking-summary-v2 a:hover {
                background: #00adef;
            }

    @media (max-width: 991px) {
        .booking-summary-v2 a {
            margin: 10px 0px 15px;
        }

        .booking-tab {
            padding: 5px 0px;
            display: none;
        }

        .booking-detail {
            padding: 30px 0px;
        }

        /*.booking-detail .panel-heading .panel-title {
            width: 45%;
        }*/

        #billing-info .passenger-detail-body .cards-tabs {
            padding: 0 !important;
        }

        .passenger-detail-body, .agenta-detail-body, .insurance-detail-body, .reservation-detail-body, .visa-detail-body {
            padding: 10px;
        }
    }
    /*********************************************************************************
				26. thank-you.html CSS Start
*********************************************************************************/
    .thank i {
        background: #f19c4f none repeat scroll 0 0;
        border-radius: 50%;
        color: #ffffff;
        margin-right: 5px;
        padding: 10px 12px;
    }

    .confirmation-detail {
        margin-top: 40px;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
        margin-bottom: 40px;
        overflow: hidden;
        padding: 0px 20px 20px;
    }

        .confirmation-detail td {
            border-top: none !important;
            border-bottom: 1px solid #e6e6e6;
        }

        .confirmation-detail p {
            font-weight: bold;
        }

    .rec-box {
        margin: 40px 0px;
    }

        .rec-box a {
            color: #07253F;
        }

            .rec-box a:hover {
                color: #F2676B;
            }

        .rec-box td i {
            color: #F2676B;
            margin-right: 5px;
        }
    /*********************************************************************************
				27. BLOG CSS Start
*********************************************************************************/
    .sidebar-item .list-group-item {
        border: none;
    }

    .sidebar-search {
        margin-top: 40px;
    }

        .sidebar-search .form-control {
            border-radius: 0px;
            height: 50px;
        }

        .sidebar-search .input-group-addon {
            border-radius: 0px;
            color: #ffffff;
            background: #00adef;
            border: none;
            padding: 10px 25px;
        }


    .recent-post {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .recent-post img {
            max-width: 100%;
        }

        .recent-post a {
            color: #07253F;
        }

            .recent-post a:hover {
                color: #00adef;
            }

        .recent-post .wrapper {
            margin-bottom: 15px;
            overflow: hidden;
        }

    .sidebar-subscribe {
        margin: 40px 0px;
    }

        .sidebar-subscribe .form-control {
            height: 40px;
            border-radius: 0px;
        }

        .sidebar-subscribe button {
            border: 0px;
            color: #ffffff;
            background: #F2676B;
            margin-top: 20px;
            padding: 10px 20px;
            font-weight: bold;
        }

            .sidebar-subscribe button:hover {
                background: #00adef;
            }

    .recent-post .wrapper:last-child {
        margin-bottom: 0px;
    }

    .sidebar-otel {
        max-height: 435px;
        overflow-y: scroll;
    }

        .sidebar-otel .sidebar-body {
            padding: 10px !important;
        }

            .sidebar-otel .sidebar-body img {
                width: 100% !important;
            }

            .sidebar-otel .sidebar-body .wrapper {
                margin-bottom: 0px !important;
            }

    .post-cat {
        /*margin: 40px 0px;*/
    }

        .post-cat a {
            color: #07253F;
        }

            .post-cat a:hover {
                color: #00adef;
            }

        .post-cat .list-group {
            margin-bottom: 0px;
        }

    .post-wrapper {
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .post-wrapper img {
            max-width: 100%;
        }

    .post-body h3 {
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .post-body p {
        line-height: 2;
        margin-bottom: 20px;
    }

    .post-body {
        padding: 0px 20px;
        overflow: hidden;
    }

        .post-body p i {
            color: #f2676b;
            margin: 0px 5px;
        }

        .post-body p a {
            color: #172755;
        }

            .post-body p a:hover {
                color: #00adef;
            }

    .post-footer {
        overflow: hidden;
        background: #e6e6e6;
    }

        .post-footer h5 {
            margin-top: 15px;
        }

            .post-footer h5 a {
                color: #00adef;
            }

        .post-footer .read-more a {
            background: #f2676b none repeat scroll 0 0;
            color: #fff;
            display: inline-block;
            font-weight: bold;
            padding: 15px 20px;
        }

            .post-footer .read-more a:hover {
                background: #00adef;
            }

    .post-wrapper .youtube-video {
        width: 100%;
        height: 425px;
        border: none;
    }

    .blog-load-more {
        display: inline-block;
        color: #ffffff;
        background: #f2676b;
        padding: 10px 40px;
        font-weight: bold;
        margin-bottom: 40px;
    }

        .blog-load-more:hover {
            background: #00adef;
            color: #ffffff;
        }
    /*********************************************************************************
				28. single-right-sidebar.html CSS Start
*********************************************************************************/
    .single-post-wrapper {
        /*margin-top: 40px;*/
    }

        .single-post-wrapper .blog-title h3 {
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 1.3;
            text-transform: normal;
        }

        .single-post-wrapper .blog-title p i {
            color: #f2676b;
            margin: 0px 5px;
        }

        .single-post-wrapper .blog-title p a {
            color: #172755;
        }

            .single-post-wrapper .blog-title p a:hover {
                color: #00adef;
            }

        .single-post-wrapper .main-content img {
            max-width: 100%;
            /*margin-top: 15px;*/
            margin-bottom: 20px;
            width: 100%;
        }

        .single-post-wrapper .main-content p {
            line-height: 2;
        }

        .single-post-wrapper .main-content h4 {
            font-weight: bold;
            font-size: 16px;
        }

        .single-post-wrapper .social-share {
            margin: 30px 0px;
        }

            .single-post-wrapper .social-share a {
                color: #172755;
            }

                .single-post-wrapper .social-share a:hover {
                    color: #00adef;
                }

            .single-post-wrapper .social-share i {
                font-size: 25px;
                margin: 0px 10px;
            }

            .single-post-wrapper .social-share p {
                font-weight: bold;
            }

    #st-1 .st-btn > img {
        height: 18px !important;
        width: 18px !important;
    }

    #st-1 .st-btn > span {
        display: none !important;
    }


    .blog-links {
        padding: 30px 0px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        overflow: hidden;
    }

        .blog-links a {
            color: #F2676B;
        }

            .blog-links a:hover {
                color: #00adef;
            }

    .author-wrapper {
        padding: 30px;
        overflow: hidden;
        background: #e6e6e6;
    }

    .author-detail img {
        border-radius: 50%;
    }

    .author-detail h4 {
        margin-bottom: 5px !important;
    }

    .comment-box {
        margin-top: 40px;
    }

    .comment-wrapper {
        overflow: hidden;
        margin: 40px 0px;
    }

        .comment-wrapper img {
            border-radius: 50%;
            margin: 0px !important;
        }

        .comment-wrapper .comment-body {
            background: #e6e6e6;
            padding: 20px;
            position: relative;
        }

            .comment-wrapper .comment-body:before {
                background: #e6e6e6 none repeat scroll 0 0;
                content: "";
                height: 20px;
                left: -10px;
                position: absolute;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 20px;
            }

            .comment-wrapper .comment-body h4 {
                margin-bottom: 5px;
                margin-top: 0px;
            }

            .comment-wrapper .comment-body span {
                margin: 8px 0px;
                display: block;
            }

            .comment-wrapper .comment-body p {
                margin-bottom: 0px;
            }

            .comment-wrapper .comment-body h5 {
                margin-bottom: 0px;
            }

            .comment-wrapper .comment-body a {
                color: #F2676B;
            }

            .comment-wrapper .comment-body i {
                margin: 0px 5px;
            }

    .leave-comment {
        overflow: hidden;
        margin: 40px 0px;
    }

        .leave-comment .form-control {
            height: 40px;
            border-radius: 0px;
        }

        .leave-comment label {
            font-weight: normal;
            margin-top: 15px;
        }
    /*********************************************************************************
				29. contact-us.html CSS Start
*********************************************************************************/
    .contact-address {
        color: #000;
        padding: 60px 0px;
        /*background: #00adef;*/
    }

        .contact-address h2 {
            font-weight: 800;
            letter-spacing: 1px;
        }

        .contact-address h5 {
            line-height: 2;
        }

        .contact-address p {
            font-size: 16px;
            font-weight: bold;
        }

        .contact-address a {
            color: #000;
        }

            .contact-address a:hover {
                color: #F2676B;
            }

        .contact-address i {
            font-size: 40px;
            margin: 30px 0px;
        }

    .contact-form {
        padding: 30px 15px;
    }

        .contact-form .form-control {
            height: 40px;
            border-radius: 0px;
            margin: 10px 0px;
        }

        .contact-form textarea {
            height: auto !important;
        }

        .contact-form h2 {
            font-weight: 800;
            letter-spacing: 1px;
        }

        .contact-form h5 {
            line-height: 2;
        }

    .contact-map {
        border: 0px;
        width: 100%;
        height: 520px;
    }
    /*********************************************************************************
				30. about-us.html CSS Start
*********************************************************************************/
    .aboutus {
        /*background: url('../images/Slider/clouds-hot-hot-spring.jpg');
    background-size: cover;*/
        /*background-color: #006dd4;*/
        background: rgb(0,109,212);
        background: linear-gradient(180deg, rgba(0,109,212,1) 0%, rgba(46,130,209,1) 43%, rgba(123,168,210,1) 100%);
    }

        .aboutus .page-title {
            color: #fff;
            background: none;
        }

    .about-intro {
        padding: 60px 0px;
    }

    .aboutborder {
        height: 1px;
        padding: 20px 0;
        width: 250px;
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid;
    }

    .about-intro img {
        max-width: 100%;
        padding: 5px;
        background: #f7f7f7;
    }

    .about-intro h2 {
        font-weight: 800;
        margin-top: 0px;
        letter-spacing: 1px;
    }

    .about-intro h4 {
        font-weight: bold;
        margin-bottom: 25px;
    }

    .about-intro p {
        line-height: 2;
    }

    .our-team .section-title {
        margin-bottom: 20px;
    }

    .our-team {
        padding: 60px 0px 10px 0px;
        color: #000;
    }

        .our-team h3, .our-team h4 {
            text-align: left;
            display: inline-block;
        }

        .our-team h4 {
            margin-left: 10px;
            font-style: italic;
        }

        .our-team img {
            max-width: 160px;
            border-radius: 50%;
        }

    .team-member {
        padding: 40px 20px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

        .team-member:hover, .team-member:hover a {
            background: #e6e6e6;
            color: #07253F;
        }

            .team-member:hover img {
                opacity: 1;
            }

        .team-member h4 {
            font-weight: bold;
            margin-top: 25px;
        }

        .team-member a {
            color: #fff;
            margin: 0px 5px;
            font-size: 25px;
            height: 40px;
            width: 40px;
            display: inline-block;
        }

            .team-member a:hover {
                color: #00adef;
            }

    .our-service {
        padding: 0 0 60px 0px;
    }

        .our-service h3, .our-service h4 {
            color: #000;
            font-weight: 400;
            text-align: left;
        }


        .our-service .section-title, .service-left .section-title {
            margin-bottom: 20px;
        }

    .service-left p {
        line-height: 2;
    }

    .service-right .service {
        position: relative;
        padding: 15px;
    }

    .service-right i {
        background: #f9676b none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 30px;
        height: 60px;
        left: 41%;
        padding: 15px 0;
        position: absolute;
        top: 15%;
        width: 60px;
        z-index: 2;
    }

    .service-desc {
        /*border: 1px solid #F2676B;*/
        padding: 30px 15px 15px;
        position: relative;
        margin-top: 45px;
        color: #000;
    }

        .service-desc h5 {
            font-weight: 800;
            letter-spacing: 1px;
            margin-top: 30px;
        }

        .service-desc p {
            line-height: 2;
        }


    /*********************************************************************************
				31. user-profile.html CSS Start
*********************************************************************************/
    .user-profile {
        padding: 60px 0px;
        background: #f7f7f7;
        overflow: hidden;
    }

    .user-profile-tabs {
        margin-bottom: 40px;
    }

        .user-profile-tabs i {
            display: block;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .user-profile-tabs .nav-tabs > li {
            float: none !important;
            border-bottom: 2px solid #0A3152;
        }

            .user-profile-tabs .nav-tabs > li a:hover {
                border: none;
                background: #F2676B;
            }

            .user-profile-tabs .nav-tabs > li > a {
                background: #07253F;
                border-radius: 0;
                color: #fff;
                font-weight: bold;
                line-height: 1.42857;
                padding: 20px 0;
                margin-right: 0px;
                border: none;
            }

    .user-profile .user-name h3 {
        margin: 0 0 15px;
    }

    .user-profile-tabs .nav-tabs > li.active > a, .user-profile-tabs .nav-tabs > li.active > a:focus {
        background: #F2676B;
        color: #fff;
        border: none;
    }

    .user-profile .brief-info {
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 0px 5px #e6e6e6;
        padding: 15px 15px 0px;
    }

        .user-profile .brief-info img {
            max-width: 100%;
            border-radius: 50%;
        }

        .user-profile .brief-info h5 i {
            margin-right: 10px;
            color: #F2676B;
        }

        .user-profile .brief-info h3 {
            margin-top: 0px;
        }

    .user-profile .brief-info-footer {
        background: #e6e6e6;
        margin: 0px -15px;
        padding: 10px 15px;
    }

        .user-profile .brief-info-footer a {
            color: #07253F;
            margin-right: 10px;
            font-size: 13px;
        }

            .user-profile .brief-info-footer a:hover {
                color: #F2676B;
            }

            .user-profile .brief-info-footer a i {
                margin-right: 5px;
            }

    .most-recent-booking .field-entry .fa-star {
        color: #F19C4F;
        margin: 0px;
    }

    .most-recent-booking .field-entry {
        padding: 15px 15px;
        overflow: hidden;
        border-bottom: 1px solid #e6e6e6;
    }

        .most-recent-booking .field-entry p {
            margin: 0px;
        }

            .most-recent-booking .field-entry p i {
                margin: 0px 5px;
            }

        .most-recent-booking .field-entry a {
            color: #F2676B;
        }

    .confirmed {
        color: #009933;
    }

    .failed {
        color: #F2676B;
    }

    .most-recent-booking {
        box-shadow: 0px 0px 5px #e6e6e6;
        overflow: hidden;
        margin: 40px 0px;
        background: #fff;
    }

        .most-recent-booking h4, .user-profile-offer h4, .user-notification h4, .user-personal-info h4, .user-change-password h4, .user-preference h4 {
            background: #e6e6e6;
            margin: 0px;
            padding: 15px;
        }

    .user-profile-offer {
        box-shadow: 0px 0px 5px #e6e6e6;
        overflow: hidden;
        background: #fff;
    }

        .user-profile-offer .offer-body {
            padding: 15px 15px 0px;
            overflow: hidden;
        }

            .user-profile-offer .offer-body .offer-entry {
                overflow: hidden;
                margin-bottom: 20px;
            }

        .user-profile-offer .offer-left {
            color: #F2676B;
        }

            .user-profile-offer .offer-left p {
                font-size: 24px;
                font-weight: 600;
            }

        .user-profile-offer .offer-right p {
            line-height: 1.6;
        }

        .user-profile-offer .offer-right {
            border-left: 1px solid #e6e6e6;
        }

        .user-profile-offer .offer-entry a {
            color: #F2676B;
            font-weight: 600;
        }

    .user-notification {
        margin: 40px 0px;
        background: #fff;
    }

        .user-notification .notification-body {
            padding: 15px 15px 0px;
            overflow: hidden;
        }

    .notification-entry p {
        margin: 0px;
        padding: 10px 0px;
        border-bottom: 1px solid #e6e6e6;
    }

        .notification-entry p i {
            color: #fff;
            background: #F2676B;
            padding: 5px;
            margin-right: 5px;
        }

    .item-entry {
        overflow: hidden;
        /*margin: 40px 0px;*/
        margin: 0px;
    }

        .item-entry b {
            background: #F2676B none repeat scroll 0 0;
            display: inline-block;
            font-weight: bold;
            padding: 8px 20px;
            color: #fff;
        }

    .item-content {
        background: #fff;
        padding: 15px;
        overflow: hidden;
    }

        .item-content img {
            max-width: 100%;
        }

        .item-content h4 {
            margin-top: 0px;
            font-size: 16px;
            font-weight: 600;
        }

            .item-content h4 i {
                color: #F19C4F;
            }

        .item-content p {
            margin-bottom: 5px;
            line-height: 2;
        }

        .item-content .confirmed i, .item-content .failed i {
            margin-right: 5px;
        }

        .item-content a {
            background: #f2676b none repeat scroll 0 0;
            color: #fff;
            display: inline-block;
            font-weight: 600;
            padding: 5px 15px;
        }

    .item-body {
        padding-bottom: 15px;
        overflow: hidden;
        border-bottom: 1px solid #e6e6e6;
    }

        .item-body td {
            padding: 10px;
        }

        .item-body .item-price, .item-body .item-prim {
            color: #009933;
            font-weight: 600;
        }

    .item-footer {
        padding-top: 10px;
    }

        .item-footer p {
            margin-bottom: 0px;
        }

        .item-footer a {
            display: inline-block;
            color: #f2676b;
            border: 2px solid #f2676b;
            background: transparent;
            margin-left: 30px;
        }

        .item-footer strong {
            margin: 0px 5px 0px 20px;
            ;
        }

    .completed span {
        background: #e6e6e6;
        color: #07253F;
    }

    .user-personal-info, .user-change-password, .user-preference, .card-entry, .user-add-card {
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 0px 5px #e6e6e6;
    }

    .user-info-body, .change-password-body {
        padding: 20px 5px;
        overflow: hidden;
    }

    .user-personal-info label, .user-change-password label, .user-preference label {
        font-weight: normal;
    }

    .user-personal-info .form-control, .user-change-password .form-control, .user-preference .form-control {
        border-radius: 0px;
        margin-bottom: 15px;
        padding: 10px;
        height: 40px;
    }

    .user-personal-info textarea {
        height: auto !important;
    }

    .user-personal-info button, .user-change-password button, .user-preference button, .user-add-card button, .submit-complaint button {
        border: 0px;
        color: #fff;
        background: #00adef;
        padding: 10px 20px;
        margin-top: 20px;
        font-weight: bold;
    }

    .user-change-password button, .user-preference button, .user-add-card button, .submit-complaint button {
        margin-top: 5px;
    }

    .user-personal-info a {
        background: #F2676B;
        font-weight: bold;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        margin-top: 20px;
    }

    .user-preference {
        margin: 40px 0px;
    }

        .user-preference .collapse {
            padding: 20px 5px;
            overflow: hidden;
        }

    .upload-pic {
        height: 30px;
    }

    .card-entry {
        padding: 15px;
        margin-bottom: 40px;
    }

        .card-entry .pull-right a {
            margin: 0px 5px;
            color: #07253F;
            font-size: 20px;
        }

            .card-entry .pull-right a:hover {
                color: #F2676B;
            }

        .card-entry .card-type {
            overflow: hidden;
        }

            .card-entry .card-type h3 {
                margin-top: 0px;
            }

            .card-entry .card-type p {
                margin: 20px 0px 0px;
            }

    .primary-card span {
        color: #fff;
        background: #F2676B;
        display: block;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .primary-card h3 {
        margin-top: 0px;
    }

    .user-add-card {
        padding: 15px;
    }

        .user-add-card .form-control {
            border-radius: 0px;
            height: 40px;
            padding: 10px;
            margin-bottom: 15px;
        }

    .recent-complaint h3 {
        margin: 30px 0px 40px;
        position: relative;
    }

        .recent-complaint h3:after {
            content: "";
            width: 100px;
            height: 3px;
            background: #F2676B;
            position: absolute;
            top: 115%;
            left: 0;
        }

    .recent-complaint .nav-tabs > li > a {
        font-size: 16px;
        color: #07253F;
    }

    .recent-complaint .tab-content {
        background: #ffffff;
        padding: 20px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

        .recent-complaint .tab-content a {
            color: #07253F;
        }

            .recent-complaint .tab-content a:hover {
                color: #00adef;
            }

            .recent-complaint .tab-content a span {
                font-weight: 600;
            }

        .recent-complaint .tab-content p:nth-child(2n+1) {
            background: #f7f7f7 none repeat scroll 0 0;
            margin: 0;
            padding: 15px;
        }

        .recent-complaint .tab-content p:nth-child(2n+0) {
            background: #e6e6e6 none repeat scroll 0 0;
            margin: 0;
            padding: 15px;
        }

    .submit-complaint {
        overflow: hidden;
        background: #ffffff;
        padding: 20px 5px;
    }

        .submit-complaint .form-control {
            border-radius: 0px;
            height: 40px;
            padding: 10px;
            margin-bottom: 20px;
        }

        .submit-complaint textarea {
            height: auto !important;
        }

    @media (max-width: 767px) {
        .item-content img {
            margin-bottom: 20px;
        }
    }
    /*********************************************************************************
				32. coming-soon.html CSS Start
*********************************************************************************/
    .full-screen {
        height: 100%;
        width: 100%;
    }

    .coming-soon-wrapper {
        background: url('../images/bg-image2.jpg');
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

        .coming-soon-wrapper .coming-soon {
            background: rgba(10, 49, 82, 0.8);
            position: relative;
            color: #fff;
        }

        .coming-soon-wrapper .centered-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
        }

    .centered-box .logo {
        padding-bottom: 30px;
    }

        .centered-box .logo h2 {
            margin: 0px;
            font-weight: 800;
            letter-spacing: 1px;
        }

    .centered-box .launch-title h1 {
        letter-spacing: 1px;
        font-weight: bold;
        position: relative;
    }

        .centered-box .launch-title h1:after {
            content: "";
            width: 100px;
            height: 5px;
            background: #f9676b;
            position: absolute;
            top: 126%;
            left: 40%;
        }

        .centered-box .launch-title h1 span {
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
        }

    .centered-box .countdown-row {
        overflow: hidden;
    }

    .centered-box .countdown-section {
        width: 25%;
        float: left;
        display: block;
        margin-top: 30px;
        padding: 0px 50px;
    }

    .centered-box .countdown-amount {
        display: block;
        font-size: 70px;
        font-weight: 600;
    }

    .centered-box .subscribe {
        overflow: hidden;
        clear: both;
        padding-top: 30px;
    }

        .centered-box .subscribe h3 {
            font-weight: 600;
            margin-bottom: 20px;
            color: #f9676b;
        }

        .centered-box .subscribe .form-control {
            height: 50px;
            padding: 10px;
            border-radius: 0px;
            border: none;
        }

        .centered-box .subscribe button {
            height: 50px;
            border: 0px;
            background: #f9676b;
            color: #fff;
            padding: 10px;
            width: 100%;
        }

            .centered-box .subscribe button:hover {
                background: #00adef;
            }

    .centered-box .social-media {
        margin-top: 40px;
    }

        .centered-box .social-media ul {
            padding: 0px;
            list-style-type: none;
        }

        .centered-box .social-media li {
            display: inline-block;
            margin: 0px 10px;
            color: #f9676b;
            background: #fff;
            height: 30px;
            width: 30px;
            border-radius: 50%;
        }

            .centered-box .social-media li a {
                display: block;
                padding: 5px;
                color: #f9676b;
            }

                .centered-box .social-media li a:hover {
                    color: #00adef;
                }

    .centered-box .copyright {
        margin-top: 20px;
        color: #e6e6e6;
    }

    @media (max-width: 767px) {
        .full-screen {
            height: auto;
        }

        .coming-soon-wrapper .centered-box {
            position: relative;
            top: 0;
            left: 0;
            transform: translate(0,0);
            -o-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            padding: 60px 20px;
        }

        .coming-soon-wrapper .coming-soon {
            height: auto;
        }

        .centered-box .countdown-section {
            width: 25%;
            float: left;
            display: block;
            margin-top: 30px;
            padding: 0px;
        }

        .centered-box .countdown-amount {
            display: block;
            font-size: 40px;
            font-weight: 600;
        }

        .centered-box .launch-title h1:after {
            left: 35%;
        }

        .centered-box .launch-title h1 span {
            border: none;
        }
    }
    /*********************************************************************************
			33. 404.html CSS Start
*********************************************************************************/
    .not-found {
        padding: 60px 0px;
        background: #f9676b;
        color: #fff;
    }

        .not-found .desc p, .full-screen-404 p {
            font-size: 18px;
        }

        .not-found .desc a, .full-screen-404 a {
            border: 2px solid #fff;
            color: #fff;
            display: inline-block;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-top: 30px;
            padding: 10px 30px;
        }

            .not-found .desc a:hover, .full-screen-404 a:hover {
                background: #07253F;
            }

            .not-found .desc a i, .full-screen-404 a i {
                margin-right: 10px;
            }

    .large-para {
        font-weight: 800;
        font-size: 100px;
    }

        .large-para span {
            display: block;
        }
    /*********************************************************************************
			34. loading.html CSS Start
*********************************************************************************/
    .loading-animation {
        position: relative;
        height: 100px;
        margin-top: 40px;
    }

        .loading-animation span {
            border-radius: 50%;
            font-size: 50px;
            height: 100px;
            padding: 10px;
            width: 100px;
            display: block;
            position: absolute;
            left: 42%;
        }

            .loading-animation span i {
                position: relative;
                top: 16%;
            }

            .loading-animation span:nth-child(1) {
                opacity: 0;
                -webkit-animation: loader 2s infinite;
                animation: loader 2s infinite;
                color: #fff;
                background: #f9676b;
            }

            .loading-animation span:nth-child(2) {
                -webkit-animation: loader 2s infinite 0.5s;
                animation: loader 2s infinite 0.5s;
                opacity: 0;
                color: #fff;
                background: #F19C4F;
            }

            .loading-animation span:nth-child(3) {
                animation: loader 2s infinite 1s;
                -webkit-animation: loader 2s infinite 1s;
                opacity: 0;
                color: #fff;
                background: #00adef;
            }

            .loading-animation span:nth-child(4) {
                animation: loader 2s infinite 1.5s;
                -webkit-animation: loader 2s infinite 1.5s;
                opacity: 0;
                color: #fff;
                background: #07253F;
            }

    @keyframes loader {
        0% {
            opacity: 1;
            -webkit-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            transform: rotateY(90deg);
        }

        25% {
            opacity: 1;
            -webkit-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        26% {
            opacity: 0;
            -webkit-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        100% {
            opacity: 0;
            -webkit-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            transform: rotateY(90deg);
        }
    }

    @-webkit-keyframes loader {
        0% {
            opacity: 1;
            -webkit-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            transform: rotateY(90deg);
        }

        25% {
            opacity: 1;
            -webkit-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        26% {
            opacity: 0;
            -webkit-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        100% {
            opacity: 0;
            -webkit-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            transform: rotateY(90deg);
        }
    }

    .search-title {
        padding: 60px 0px;
    }

        .search-title p {
            font-size: 20px;
            line-height: 2;
        }

            .search-title p span {
                color: #f9676b;
                font-weight: bold;
            }
    /*********************************************************************************
				35. hotel-index.html CSS Start
*********************************************************************************/
    .room-check {
        background: rgba(255,255,255,0.9);
        max-width: 400px;
        margin: 100px auto;
    }

        .room-check .room-check-body {
            padding: 0px 25px 25px;
        }

        .room-check h4 {
            font-weight: 800;
            letter-spacing: 1px;
            margin: 0px 0px 20px;
            background: #f9676b;
            color: #fff;
            position: relative;
            padding: 20px 0px;
        }

            .room-check h4:after {
                background: #f9676b none repeat scroll 0 0;
                border-radius: 50%;
                color: #fff;
                content: "\f046";
                font-family: FontAwesome;
                left: 45%;
                padding: 10px;
                position: absolute;
                top: 60%;
            }

        .room-check .input-group-addon {
            background: transparent none repeat scroll 0 0;
            border-bottom: 1px solid #b6b6b6;
            border-radius: 0;
            border-right: 1px solid #b6b6b6;
            border-top: 1px solid #b6b6b6;
            color: #f9676b;
        }

        .room-check label {
            margin-bottom: 10px;
        }

        .room-check .ui-spinner-up i, .room-check .ui-spinner-down i {
            color: #f9676b;
            z-index: 999;
        }

        .room-check .form-control {
            border-radius: 0px;
            height: 40px;
            padding: 10px;
            background: transparent;
            border: 1px solid #b6b6b6;
        }

        .room-check .input-group {
            margin-bottom: 15px;
        }

        .room-check .padding-right {
            padding: 0px 10px 0px 0px;
        }

        .room-check .padding-left {
            padding: 0px 0px 0px 10px;
        }

        .room-check .center-input {
            padding-left: 45%;
            z-index: 0;
        }

        .room-check button {
            background: #07253F none repeat scroll 0 0;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            margin-top: 10px;
            padding: 15px 40px;
            border: 2px solid transparent;
        }

            .room-check button:hover {
                border: 2px solid #07253F;
                background: transparent;
                color: #07253F;
            }

    #home-hotel-intro {
        background: #f7f7f7;
    }

        #home-hotel-intro img {
            max-width: 100%;
        }

        #home-hotel-intro .hotel-desc {
            padding: 60px 0px;
        }

        #home-hotel-intro .hotel-intro {
            padding: 0px 30px;
        }

            #home-hotel-intro .hotel-intro p {
                line-height: 2;
            }

            #home-hotel-intro .hotel-intro a {
                color: #fff;
                background: #f9676b;
                border: 2px solid transparent;
                display: inline-block;
                padding: 10px 20px;
                font-weight: bold;
                margin-top: 15px;
            }

                #home-hotel-intro .hotel-intro a:hover {
                    color: #f9676b;
                    background: transparent;
                    border: 2px solid #f9676b;
                }

                #home-hotel-intro .hotel-intro a i {
                    margin-left: 10px;
                }

            #home-hotel-intro .hotel-intro h2 {
                font-weight: 800;
                letter-spacing: 2px;
                margin-top: 0px;
            }

            #home-hotel-intro .hotel-intro h4 {
                font-weight: bold;
                margin-bottom: 20px;
            }

    .hotel-desc .map {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        border-radius: 50%;
        box-shadow: 0 0 5px #e6e6e6;
        height: 350px;
        margin-bottom: 25px;
        padding: 10px;
        width: 350px;
    }

    .hotel-tagline {
        margin-top: 30%;
    }

        .hotel-tagline h3 {
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
        }

        .hotel-tagline h1 {
            color: #fff;
            font-size: 50px;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

    #recent-blog {
        background: #f7f7f7;
    }

        #recent-blog .owl-controls {
            margin-top: 30px;
        }

    .post-alt i {
        margin: 0px 5px;
    }

    .post-desc {
        padding: 5px 0px;
    }

        .post-desc p {
            line-height: 2;
            font-size: 13px;
        }

    .post-title h5 {
        font-weight: bold;
        margin-top: 10px;
    }

    .post-title p {
        color: #f9676b;
    }

    #hotel-gallery #room-gallery {
        margin: 0px !important;
    }

    #hotel-gallery .hotel-gallery-img {
        background: #fff;
    }

    .hotel-gallery-desc {
        background: #07253F;
        padding: 60px;
    }

        .hotel-gallery-desc p {
            line-height: 2;
            color: #fff;
        }

    .flex-row {
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flex;
        display: -moz-flex;
        display: -ms-Flexbox;
    }

        .flex-row .flex-item {
            flex: 1 auto;
            -webkit-flex: 1 auto;
            -ms-flex: 1 auto;
            -moz-flex: 1 auto;
            -o-flex: 1 auto;
        }

    .flex-item img {
        max-width: 100%;
    }

    .flex-item .section-title {
        margin-bottom: 20px;
    }

    .flex-item p {
        line-height: 2;
    }

    .flex-item .flex-item-desc {
        padding: 10% 10% 0;
    }

    #hotel-gallery .section-title h2, #hotel-gallery .section-title h4 {
        color: #f9676b;
    }

    .hotel-subscribe-row {
        padding: 60px 0px;
        background: #f7f7f7;
    }

        .hotel-subscribe-row .form-control {
            background: #fff;
            border-left: 1px solid #00adef;
            border-top: 1px solid #00adef;
            border-bottom: 1px solid #00adef;
            border-right: none;
            color: #07253F;
        }

    .sm-footer {
        padding: 60px 0px;
        background: #07253F;
        color: #BEC4C8;
    }

        .sm-footer h4 {
            margin: 0px 0px 20px;
            color: #f9676b;
            letter-spacing: 1px;
            font-weight: bold;
        }

        .sm-footer p {
            line-height: 2;
        }

        .sm-footer .footer-gallery img {
            width: 32%;
            margin: 0px;
            padding: 0px;
        }

        .sm-footer .contact-box i {
            color: #f9676b;
            margin-right: 10px;
        }

        .sm-footer .footer-subscribe {
            margin: 0px;
        }

            .sm-footer .footer-subscribe .form-control {
                color: #fff;
                border-radius: 0px;
                height: 40px;
                padding: 10px;
                background: #0A3152;
                border: none;
            }

            .sm-footer .footer-subscribe button {
                background: #f9676b none repeat scroll 0 0;
                border: medium none;
                color: #fff;
                height: 40px;
                text-align: center;
                width: 100%;
            }

        .sm-footer .footer-about-box a {
            border: 2px solid #f9676b;
            color: #f9676b;
            display: inline-block;
            font-weight: bold;
            padding: 5px 10px;
        }

        .sm-footer .social-media {
            margin-top: 20px;
        }

            .sm-footer .social-media i {
                border-radius: 50%;
                background: #00adef;
                color: #fff;
                height: 30px;
                margin: 0 10px 0 0;
                padding: 9px;
                width: 30px;
            }

                .sm-footer .social-media i:hover {
                    background: #f9676b;
                }

    .sm-footer-nav {
        background: #0A3152;
        padding: 30px 0px;
        position: relative;
    }

        .sm-footer-nav a {
            border-right: 1px solid #bec4c8;
            color: #bec4c8;
            font-size: 13px;
            padding: 0 10px;
        }

            .sm-footer-nav a:last-child {
                border-right: none;
            }

            .sm-footer-nav a:hover {
                color: #f9676b;
            }

        .sm-footer-nav .copyright {
            color: #fff;
            font-size: 12px;
            margin: 20px 0px 0px;
        }

    .go-up {
        position: fixed;
        bottom: 10px;
        right: 2%;
        z-index: 999;
    }

        .go-up a {
            background: #07253F none repeat scroll 0 0;
            border-radius: 50%;
            display: inline-block;
            height: 30px;
            padding: 5px;
            width: 30px;
        }

    @media (max-width: 991px) {
        .sm-footer h4 {
            margin: 40px 0px 20px;
        }
    }

    @media (max-width:767px) {
        .flex-row {
            display: block;
        }

            .flex-row .flex-item {
                width: 100%;
            }

        .hotel-gallery-desc {
            padding: 30px 15px;
        }

        .flex-item .flex-item-desc {
            padding: 60px 15px;
        }

        .hotel-tagline h3 {
            font-size: 16px;
        }

        .hotel-tagline h1 {
            font-size: 20px;
        }
    }
    /*********************************************************************************
				36. hotel-index-2.html CSS Start
*********************************************************************************/
    .hotel2-slider #room-gallery {
        margin-top: 0px;
    }

    .hotel2-slider .carousel-caption {
        color: #fff;
        text-shadow: none;
        top: 30%;
    }

        .hotel2-slider .carousel-caption h2 {
            font-size: 50px;
            font-weight: 800;
            letter-spacing: 2px;
        }

        .hotel2-slider .carousel-caption h4 {
            text-transform: uppercase;
            font-weight: bold;
        }

        .hotel2-slider .carousel-caption a {
            display: inline-block;
            font-weight: bold;
            padding: 8px 20px;
            border: 2px solid #fff;
            color: #fff;
            margin-top: 15px;
        }

            .hotel2-slider .carousel-caption a:hover {
                border: 2px solid transparent;
                color: #fff;
                background: #f9676b;
            }

    .room-check-horizontal {
        padding: 60px 0px 80px;
        background: #07253F;
    }

        .room-check-horizontal label {
            color: #fff;
            margin: 20px 0px 10px;
        }

        .room-check-horizontal .form-control {
            height: 40px;
            border-radius: 0px;
            background: #0A3152;
            color: #fff;
            text-align: center;
            border: none;
        }

        .room-check-horizontal .input-group-addon {
            color: #fff;
            border-radius: 0px;
            background: #f9676b;
            border: none;
        }

        .room-check-horizontal .custom-select-button {
            border: none;
            background: #0A3152;
        }

        .room-check-horizontal .check-button {
            margin-top: 50px;
        }

            .room-check-horizontal .check-button button {
                color: #fff;
                background: #f9676b;
                font-weight: bold;
                height: 40px;
                width: 100%;
                border: none;
            }

                .room-check-horizontal .check-button button:hover {
                    background: transparent none repeat scroll 0 0;
                    border: 2px solid #f9676b;
                    color: #f9676b;
                }

    #hotel-intro img {
        max-width: 100%;
    }

    #hotel-intro .hotel-desc {
        padding: 40px 60px 60px;
    }

        #hotel-intro .hotel-desc p {
            line-height: 2;
        }

    .page-title2 {
        background: url('../images/hotel-bg.jpg');
        padding: 60px 0px;
        background-attachment: fixed;
        color: #ffffff;
    }

    .hotel-team {
        background: #f7f7f7;
    }

    .hotel-service {
        background: #fff;
    }

    .our-partner {
        background: #fff;
        padding: 30px 0 60px 0px;
    }

        .our-partner img {
            max-width: 140px;
            /*height: 63px;*/
        }

        .our-partner h2 {
            font-weight: 700;
            color: #000;
            margin: 30px 0;
        }

        .our-partner h5 {
            line-height: 2;
        }

        .our-partner ul {
            margin: 0;
            padding: 0;
        }

            .our-partner ul li {
                display: inline-block;
                margin-bottom: 10px;
                margin-right: 10px;
            }

    .hotel-detail {
        padding: 20px 0 0 0;
    }

        .hotel-detail .main-content {
            padding: 0 20px 0 0;
        }

    .hotel-detail-sidebar {
        padding: 0 0 0 20px;
    }

    .similar-room {
        padding: 60px 0px;
        background: #f7f7f7;
    }

        .similar-room h2 {
            font-weight: 800;
            letter-spacing: 2px;
            margin: 0px 0px 30px;
        }

        .similar-room .hotel-listing .room-grid-view {
            margin-top: 0px;
            background: #fff;
        }

    .carousel-inner > .item {
        height: auto;
    }

        .carousel-inner > .item span {
            color: #fff;
            line-height: 33px;
            text-transform: uppercase;
            padding: 10px;
        }


    @media (max-width: 991px) {
        .hotel-detail {
            padding: 30px 0 0 0;
        }

            .hotel-detail .main-content {
                padding: 0 15px;
            }

        .carousel-inner > .item {
            height: auto;
            min-height: 235px;
            background-size: cover;
        }
    }

    @media (max-width: 767px) {

        .carousel-inner > .item {
            min-height: 120px;
        }

        .hotel2-slider .carousel-caption {
            top: 0%;
        }

            .hotel2-slider .carousel-caption h2 {
                font-size: 16px;
            }

            .hotel2-slider .carousel-caption h4,
            .hotel2-slider .carousel-caption a {
                display: none;
            }

            .hotel2-slider .carousel-caption .wrapper {
                padding: 35px 0 5px;
            }

        .our-partner {
            padding: 10px 0 15px;
        }

            .our-partner ul li {
                width: 25%;
            }

            .our-partner img {
                max-width: 85px;
            }
    }
    /*********************************************************************************
				37. holiday-index.html CSS Start
*********************************************************************************/
    #top-tour-row {
        background: url('../images/pattern.jpg');
        background-attachment: fixed;
    }

    .room-check-horizontal .bootstrap-select.btn-group .dropdown-toggle .filter-option, .room-check-horizontal .bootstrap-select.btn-group .dropdown-toggle .caret {
        color: #fff;
    }

    .top-tour {
        padding: 60px 0px 80px;
        background: rgba(10, 49, 82, 0.8);
        color: #fff;
    }

    .tour-grid {
        position: relative;
        cursor: pointer;
    }

        .tour-grid img {
            max-width: 100%;
            position: relative;
        }

        .tour-grid .tour-brief {
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(10, 49, 82, 0.8);
            width: 100%;
            padding: 15px;
            z-index: 4;
        }

            .tour-grid .tour-brief h4, .tour-grid .tour-brief h4 {
                font-weight: 600;
            }

                .tour-grid .tour-brief h4 i {
                    margin-right: 5px;
                }

        .tour-grid .tour-detail {
            background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
            height: 100%;
            left: 0;
            padding-top: 10%;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
            opacity: 0;
            transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }

            .tour-grid .tour-detail i, .tour-grid .tour-detail strong {
                margin-right: 5px;
            }

            .tour-grid .tour-detail a {
                border: 2px solid #fff;
                color: #fff;
                display: inline-block;
                font-weight: bold;
                margin-top: 15px;
                padding: 5px 20px;
            }

                .tour-grid .tour-detail a:hover {
                    background: #f9676b;
                    border: 2px solid transparent;
                }

        .tour-grid:hover .tour-detail {
            opacity: 1;
        }

    .tour-gallery p {
        color: #BEC4C8;
    }

        .tour-gallery p strong {
            font-size: 16px;
            color: #fff;
            margin-right: 5px;
        }

        .tour-gallery p i {
            margin-right: 7px;
            color: #00adef;
        }

    .tour-gallery .price h4 {
        color: #fff;
        font-weight: bold;
        margin-top: 7px;
    }

    .tour-gallery .price, .tour-gallery .detail-link {
        margin-top: 30px;
    }

        .tour-gallery .detail-link a {
            border: 2px solid #fff;
            color: #fff;
            display: inline-block;
            font-weight: bold;
            padding: 7px 20px;
        }

            .tour-gallery .detail-link a:hover {
                color: #fff;
                background: #f9676b;
                border: 2px solid transparent;
            }

    #why-choose-us {
        /*background: url('../images/holiday-slide2.jpg');*/
        background-attachment: fixed;
        background: #fff;
    }

    .choose-us-row {
        padding: 0 0 60px 0px;
        /*background: rgba(10, 49, 82, 0.8);*/
    }

    .choose-us-item {
        padding: 0px 20px 45px;
        position: relative;
        margin: 60px 10px 20px;
        height: 310px;
        box-shadow: 0px 0px 5px #ddd;
    }

    .default-page {
    }

        .default-page .choose-us-row {
            /*background: rgba(7, 37, 63, 0.8);
        background: #f7f7f7;*/
            padding: 15px 0px;
        }

    @media (max-width: 375px) {
        .default-page .choose-us-row {
            background: #fff;
        }

        .choose-us-item {
            padding: 0px 10px 45px;
            margin: 50px 10px 20px;
            height: 289px;
        }

            .choose-us-item p {
                line-height: 1.5 !important;
                font-size: 13px;
            }

        .credi-cards {
            padding: 20px 0px 15px !important;
        }

            .credi-cards ul li {
                width: 31%;
            }

                .credi-cards ul li img {
                    width: 95%;
                }
    }

    @media (max-width: 1024px) and (min-width: 768px) {
        .choose-us-item {
            margin: 0;
        }
    }

    .choose-icon {
        background: #0065c4 none repeat scroll 0 0;
        color: #fff;
        height: 60px;
        /*left: 39%;*/
        position: relative;
        top: -11%;
        margin: 0 auto;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        width: 60px;
    }

    @media (max-width: 1024px) and (min-width: 768px) {
        /*.choose-icon {
        left: 29%;
    }*/
    }

    .choose-icon i {
        font-size: 30px;
        padding: 15px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    .choose-us-item h4 {
        font-weight: bold;
    }

    @media (max-width: 1024px) and (min-width: 768px) {
        .choose-us-item h4 {
            margin-top: 0;
        }
    }

    .choose-us-item p {
        line-height: 2;
    }

    @media (max-width: 1024px) and (min-width: 768px) {
        .choose-us-item p {
            line-height: 18px;
        }
    }

    .choose-us-item a {
        background: #f9676b;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        margin-top: 15px;
        padding: 8px 15px;
        border: 2px solid transparent;
    }

        .choose-us-item a:hover {
            background: transparent;
            color: #f9676b;
            border: 2px solid #f9676b;
        }

    #customer-testimonial {
        padding: 60px 0px;
        background: #f7f7f7;
    }

    #review-customer {
        max-width: 800px;
        margin: 0 auto;
    }

        #review-customer .individual img {
            border: 5px solid #fff;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 30px 0px;
        }

        #review-customer .individual .customer-word {
            padding: 30px 20px 35px;
            line-height: 2;
            background: #fff;
            position: relative;
            border: 1px solid #e6e6e6;
            box-shadow: 0px 0px 5px #e6e6e6;
            margin-bottom: 30px;
        }

            #review-customer .individual .customer-word:after {
                background: #fff none repeat scroll 0 0;
                border-bottom: 1px solid #e6e6e6;
                border-left: 1px solid #e6e6e6;
                content: "";
                height: 30px;
                left: -2.3%;
                position: absolute;
                top: 15%;
                width: 30px;
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                width: 30px;
            }

        #review-customer .individual span {
            display: block;
        }

            #review-customer .individual span i {
                color: #F19C4F;
            }

        #review-customer .individual h5 {
            font-weight: bold;
        }

    @media (max-width: 767px) {
        .tour-grid .tour-detail {
            padding-top: 2%;
        }
    }
    /*********************************************************************************
			38. holiday-index-2.html CSS Start
*********************************************************************************/
    .room-check .bootstrap-select > .dropdown-toggle {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #b6b6b6;
        color: #333;
        font-weight: normal;
        height: 40px;
        margin: 0 0 15px;
        padding: 8px 10px;
    }

    .page-title3 {
        background: url('../images/bg-image12.jpg');
        background-attachment: fixed;
        background-size: contain;
    }
    /*********************************************************************************
			39. car-index.html CSS Start
*********************************************************************************/
    .work-row {
        padding: 60px 0px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
    }

    .work-step {
        position: relative;
        margin-bottom: 20px;
    }

        .work-step .first-step, .work-step .second-step, .work-step .third-step, .work-step .fourth-step {
            position: relative;
        }

            .work-step .first-step:after {
                content: "";
                width: 50%;
                height: 2px;
                background: #f9676b;
                position: absolute;
                right: -20%;
                top: 24%;
                display: none;
            }

            .work-step .second-step:after {
                content: "";
                width: 50%;
                height: 2px;
                background: #f9676b;
                position: absolute;
                right: -20%;
                top: 20%;
                display: none;
            }

            .work-step .second-step:before {
                content: "";
                width: 50%;
                height: 2px;
                background: #f9676b;
                position: absolute;
                left: -20%;
                top: 20%;
                display: none;
            }

            .work-step .third-step:before {
                content: "";
                width: 50%;
                height: 2px;
                background: #f9676b;
                position: absolute;
                left: -20%;
                top: 24%;
                display: none;
            }

            .work-step .third-step:after {
                content: "";
                width: 50%;
                height: 2px;
                background: #f9676b;
                position: absolute;
                right: -20%;
                top: 20%;
                display: none;
            }

            .work-step .fourth-step:before {
                content: "";
                width: 50%;
                height: 2px;
                background: #f9676b;
                position: absolute;
                left: -20%;
                top: 24%;
                display: none;
            }

        .work-step i {
            border-radius: 50%;
            background: #f9676b;
            color: #fff;
            font-size: 34px;
            height: 80px;
            padding: 23px;
            width: 80px;
            position: relative;
        }

        .work-step h5 {
            font-weight: 700;
            margin: 30px 0px 10px;
        }

        .work-step p {
            line-height: 2;
            font-size: 14px;
        }

    @media (max-width:767px) {
        .work-step .first-step,
        .work-step .second-step,
        .work-step .third-step,
        .work-step .fourth-step {
            margin-top: 30px;
        }

            .work-step .third-step:before,
            .work-step .first-step:after,
            .work-step .second-step:before,
            .work-step .second-step:after,
            .work-step .third-step:after,
            .work-step .fourth-step:before {
                display: none;
            }
    }
    /*********************************************************************************
			40. car-list.html CSS Start
*********************************************************************************/
    .modify-car {
        background: url('../images/bg-image12.jpg');
        background-attachment: fixed;
        background-size: contain;
    }

    .car-detail {
        padding-bottom: 4px;
    }

        .car-detail i {
            margin-right: 10px;
            color: #f9676b;
        }

    @media (max-width: 991px) {
        .modify-car {
            background-size: cover;
        }
    }
    /*********************************************************************************
			41. car-detailed.html CSS Start
*********************************************************************************/
    .tab-heading {
        margin-top: 20px !important;
        text-transform: uppercase;
        font-weight: bold;
    }

    .check-list {
        padding: 0px;
        list-style-type: none;
    }

        .check-list li {
            margin-left: 20px;
            padding: 5px 0;
            position: relative;
        }

            .check-list li:before {
                content: '\f058';
                color: #008000;
                position: absolute;
                font-family: 'FontAwesome';
                left: -20px;
            }

    .car-overview {
        background: #f7f7f7 none repeat scroll 0 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        padding: 20px 15px;
        text-align: center;
        margin-top: 15px;
    }

        .car-overview:first-child {
            border-left: 1px solid #e6e6e6;
        }

        .car-overview i {
            color: #f9676b;
            display: block;
            font-size: 24px;
            padding-bottom: 10px;
        }

    .add-ons ul, .rent-detail ul {
        list-style-type: none;
        padding: 0px;
    }

        .add-ons ul li, .rent-detail ul li {
            padding: 5px 0px;
        }

    .add-ons input {
        margin-right: 5px;
    }

    .duration-sm {
        font-size: 13px;
        padding: 0px 0px 5px !important;
    }

    .rental-total {
        border-top: 1px solid #e6e6e6;
        font-weight: bold;
        padding: 10px 0px 0px !important;
    }

    .rent-box {
        margin: 30px 0px;
        padding: 40px 0px;
        background: #f7f7f7;
    }

    .add-ons {
        padding: 0px 30px;
        border-right: 1px solid #e6e6e6;
    }

    .rent-detail {
        padding: 0px 30px;
    }

    .reserve-car a {
        color: #fff;
        border: 2px solid transparent;
        background: #f9676b;
        padding: 10px 40px;
        display: inline-block;
        margin-top: 40px;
        font-weight: bold;
    }

        .reserve-car a:hover {
            color: #f9676b;
            border: 2px solid #f9676b;
            background: transparent;
        }

    .clear-top {
        margin-top: 0px !important;
    }
    /*********************************************************************************
			42. car-detailed-2.html CSS Start
*********************************************************************************/
    .flex-direction-nav a::before {
        content: "\f104";
        font-family: "FontAwesome";
        color: #fff;
    }

    .flex-direction-nav a.flex-next::before {
        content: "\f105";
        font-family: "FontAwesome";
        color: #fff;
    }

    .flexslider {
        margin: 0px;
        border: none;
    }

        .flexslider .slides img {
            opacity: 0.8;
        }

    .flex-active-slide img {
        opacity: 1 !important;
    }

    .product-brief-info {
        box-shadow: 0px 0px 5px #e6e6e6;
        border: 1px solid #e6e6e6;
        overflow: hidden;
    }

        .product-brief-info .flexslider {
            max-height: 450px;
        }

        .product-brief-info .detail h4 {
            background: #e6e6e6 none repeat scroll 0 0;
            font-weight: bold;
            margin: 0;
            padding: 20px 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .product-brief-info .detail h4 i {
                color: #f9676b;
                margin-right: 5px;
            }

        .product-brief-info .detail .sidebar-item-body {
            padding: 20px;
        }

        .product-brief-info .detail-body {
            padding: 15px 30px 26px;
        }

            .product-brief-info .detail-body ul {
                padding: 0px;
                list-style-type: none;
                margin-bottom: 0px;
            }

                .product-brief-info .detail-body ul li {
                    padding: 10px 0px;
                    border-bottom: 1px dashed #e6e6e6;
                }

                    .product-brief-info .detail-body ul li:before {
                        content: "\f058";
                        font-family: "FontAwesome";
                        margin-right: 10px;
                        color: #f9676b;
                    }

        .product-brief-info .price-detail {
            background: #07253F;
            overflow: hidden;
            color: #fff;
            padding: 30px 0px;
        }

            .product-brief-info .price-detail h3 {
                margin: 10px 0 0;
                font-weight: bold;
            }

                .product-brief-info .price-detail h3 span {
                    font-size: 14px;
                }

            .product-brief-info .price-detail a {
                display: inline-block;
                border: 2px solid #fff;
                padding: 10px 20px;
                color: #fff;
                font-weight: bold;
            }

                .product-brief-info .price-detail a:hover {
                    color: #f9676b;
                    border: 2px solid #f9676b;
                }

                .product-brief-info .price-detail a i {
                    margin-right: 5px;
                }

    .product-complete-info {
        padding: 0px 0px 60px;
    }

        .product-complete-info .room-complete-detail {
            margin: 0px;
        }

        .product-complete-info .tab-content {
            border: none !important;
            box-shadow: none !important;
        }

        .product-complete-info .nav-tabs > li.active > a, .product-complete-info .nav-tabs > li.active > a:focus, .product-complete-info .nav-tabs > li.active > a:hover {
            border: none !important;
            position: relative;
        }

        .product-complete-info .nav-tabs .active:after {
            content: "";
            height: 5px;
            width: 50px;
            position: absolute;
            background: #F9676b;
            left: 40%;
        }

        .product-complete-info .nav-tabs > li > a {
            background: transparent none repeat scroll 0 0 !important;
            color: #273a48;
            font-weight: bold;
            text-transform: uppercase;
        }

        .product-complete-info .nav-tabs {
            border-bottom: 2px solid #e6e6e6;
        }

    .page-title4 {
        background: url('../images/bg-image4.jpg');
        background-attachment: fixed;
    }

    .product-complete-info .main-content {
        padding: 0 20px 0 0;
    }

    .product-complete-info img {
        max-width: 100%;
    }

    .product-complete-info .custom-tabs .nav > li > a {
        padding: 10px 0px;
    }

        .product-complete-info .custom-tabs .nav > li > a i {
            display: block;
            margin-bottom: 5px;
        }

    .product-complete-info .custom-tabs .active:after {
        left: 28% !important;
    }

    @media (max-width: 991px) {
        .product-complete-info .main-content {
            padding: 0 15px;
        }

        .hotel-detail-sidebar {
            padding: 0 15px;
        }
    }
    /********************************************************************
			43. Main Footer CSS STARTS
*********************************************************************/
    .main-footer-sub {
        padding: 45px 0px;
        background: #0A3152;
        color: #fff;
    }

        .main-footer-sub label {
            margin-bottom: 10px;
        }

        .main-footer-sub .form-control {
            background: #07253F;
            border-radius: 0;
            height: 40px;
            color: #fff;
            border: none;
        }

        .main-footer-sub button {
            height: 40px;
            border: none;
            background: #f9676b;
            color: #fff;
            width: 100%;
            font-weight: bold;
        }

            .main-footer-sub button i {
                margin-right: 5px;
            }

            .main-footer-sub button:hover {
                background: #00adef;
            }

        .main-footer-sub .social-media ul, .main-footer .social-media ul {
            padding: 0px;
            list-style-type: none;
            text-align: center;
        }

            .main-footer-sub .social-media ul li, .main-footer .social-media ul li {
                display: inline;
            }

                .main-footer-sub .social-media li a, .main-footer .social-media ul li a {
                    background: #f9676b none repeat scroll 0 0;
                    border-radius: 50%;
                    color: #fff;
                    display: inline-block;
                    height: 40px;
                    margin: 30px 5px 0;
                    padding: 12px 13px;
                    width: 40px;
                }

                    .main-footer-sub .social-media li a:hover, .main-footer .social-media li a:hover {
                        background: #00adef;
                    }

                    .main-footer-sub .social-media li a i, .main-footer .social-media li a i {
                        font-size: 16px;
                    }

.main-footer {
    padding: 30px 0px 25px;
    background: #2f2f2f;
}

        .main-footer .about-box {
            color: #BEC4C8;
            line-height: 2;
        }

            .main-footer .about-box h3 {
                font-weight: 800;
                margin-top: 0px;
                color: #f9676b;
                margin-bottom: 15px;
                letter-spacing: 1px;
            }

            .main-footer .about-box a {
                display: inline-block;
                padding: 2px 15px;
                color: #f9676b;
                border: 2px solid #f9676b;
                font-weight: bold;
            }

        .main-footer .links {
            line-height: 2;
        }

            .main-footer .links ul, .we-accept ul, .main-footer-nav ul, .corporate ul {
                list-style-type: none;
                padding: 0px;
            }

            .main-footer .links h4, .main-footer .contact-box h4, .we-accept h4, .corporate h4 {
                color: #fff;
                margin-top: 0px;
                text-transform: uppercase;
                font-weight: 800;
                margin-bottom: 15px;
                letter-spacing: 1px;
            }

                .main-footer .links h4 a, .main-footer .contact-box h4 a, .we-accept h4 a {
                    color: #fff;
                }

                    .main-footer .links h4 a:hover, .main-footer .contact-box h4 a:hover, .we-accept h4 a:hover {
                        color: #337ab7;
                    }

        .main-footer .customer {
            color: #fff;
            font-size: 31px;
            font-weight: 600;
        }

            .main-footer .customer ul {
                padding: 0;
            }

                .main-footer .customer ul li {
                    display: block;
                    color: #fff;
                }

                    .main-footer .customer ul li span {
                        color: #fff !important;
                        cursor: pointer;
                    }

                    .main-footer .customer ul li i {
                        margin-right: 10px;
                    }

    .social-media {
        height: 50px;
    }

    .main-footer .social-media ul li a {
        background: none;
        margin: 10px 5px;
        padding: 0;
        color: #fff;
    }

        .main-footer .social-media ul li a:hover {
            background: none;
        }

    .main-footer .social-media li a i {
        font-size: 28px;
    }

    .main-footer .links ul li {
        position: relative;
        line-height: 17px;
    }

        .main-footer .links ul li a, .main-footer-nav ul li a, .corporate ul li a {
            color: #BEC4C8;
            margin-left: 12px;
            font-size: 12px;
        }

            .main-footer .links ul li a:hover, .main-footer-nav ul li a:hover, .corporate ul li a:hover {
                color: #f9676b;
            }

        .main-footer .links ul li:before, .corporate ul li:before {
            content: "\f105";
            position: absolute;
            font-family: "FontAwesome";
            color: #BEC4C8;
        }

    .main-footer .contact-box p {
        color: #BEC4C8;
        margin: 15px 0;
    }

        .main-footer .contact-box p span {
            font-size: 13px;
            line-height: 17px;
        }

        .main-footer .contact-box p .adres {
            position: absolute;
            top: 35px;
            display: block;
            left: 64px;
            font-size: 13px;
            line-height: 17px;
        }

        .main-footer .contact-box p i {
            border: 2px solid #bec4c8;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            height: 31px;
            margin-right: 10px;
            /*margin-top: 10px;*/
            padding: 7px;
            width: 31px;
            font-size: 13px;
        }

    .we-accept {
        padding: 30px 0px 0px;
    }

        .we-accept ul li, .main-footer-nav ul li {
            display: inline;
            margin: 0px;
        }

.main-footer-nav {
    padding: 15px 0px;
    background: #2f2f2f;   
    color: #BEC4C8;
    position: relative;
    font-size: 11px;
}

        .main-footer-nav p, .main-footer-nav ul {
            margin-bottom: 0px;
            /*text-align: center;*/
        }

            .main-footer-nav ul li img {
                width: 3%;
                margin-left: 5px;
            }
            .main-footer-nav ul li .iata {
                width: 5%;
            }
            .main-footer-nav ul li .tursab {
                width: 9%;
            }

            .main-footer-nav ul li .tatilangel {
                width: 7%;
            }

            .main-footer-nav ul li .ssl {
                width: 2.5%;
            }

        .main-footer-nav .go-up a {
            color: #fff;
            padding: 7px 8px;
            font-size: 15px;
        }

    @media (max-width:767px) {
        .main-footer {
            padding: 0px;
        }

            .main-footer .links h4,
            .main-footer .contact-box h4,
            .we-accept h4, .corporate h4 {
                margin-top: 15px;
                font-size: 12px;
            }

            .main-footer .links ul li, .corporate ul li {
                line-height: 20px;
                overflow: hidden;
                max-width: 140px;
                height: 26px;
            }

                .main-footer .links ul li:after {
                    content: "";
                    text-align: right;
                    position: absolute;
                    bottom: 0;
                    right: -10px;
                    width: 15%;
                    height: 1.2em;
                    background: linear-gradient(to right, rgba(7, 37, 63, 0), rgba(7, 37, 63, 1) 50%);
                }

                .main-footer .links ul li:before, .corporate ul li:before {
                    display: none;
                }

                .main-footer .links ul li a, .corporate ul li a {
                    margin-left: 0;
                    font-size: 11px;
                }

            .main-footer .contact-box p {
                margin: 15px 0;
            }

                .main-footer .contact-box p .adres, .main-footer .contact-box p .mail {
                    position: relative;
                    left: 0;
                    top: 5px;
                    text-align: left;
                    font-size: 11px;
                    line-height: 25px;
                }

                    .main-footer .contact-box p .mail a {
                        color: #fff !important;
                    }

            .main-footer .customer {
                color: #fff;
                font-size: 24px;
                font-weight: 600;
            }

                .main-footer .customer ul {
                    padding: 0;
                    text-align: center;
                }

                    .main-footer .customer ul li {
                        display: block;
                        color: #fff;
                    }

                        .main-footer .customer ul li span, .main-footer .customer ul li span a {
                            color: #fff;
                        }

            .main-footer-sub .social-media ul, .main-footer .social-media ul {
                text-align: center;
            }

                .main-footer-sub .social-media li a, .main-footer .social-media ul li a {
                    background: none;
                    margin: 10px 5px;
                    padding: 0;
                }

                    .main-footer-sub .social-media li a, .main-footer .social-media ul li a:hover {
                        background: none;
                    }

                        .main-footer-sub .social-media li a i, .main-footer .social-media li a i {
                            font-size: 28px;
                        }

        .main-footer-nav ul li {
            margin: 5px;
            display: inline-block;
            line-height: 15px
        }

            .main-footer-nav ul li .tursab {
                width: 90px;
            }

            .main-footer-nav ul li .tatilangel {
                width: 75px;
            }

            .main-footer-nav ul li .ssl {
                width: 30px;
            }

            .main-footer-nav ul li .master, .main-footer-nav ul li .visa {
                width: 50px;
                margin-left: 5px;
            }
    }
    /*********************************************************************************
			44. gallery.html CSS Start
*********************************************************************************/
    .gallery-row {
        padding: 30px 0px 60px;
    }

    .image-set img {
        max-width: 100%;
        position: relative;
        transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5 ease;
        -webkit-transition: all 0.5 ease;
    }

    .image-set .img-caption {
        background: rgba(10, 49, 82, 0.5);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        opacity: 0;
    }

    .image-set .image-wrapper {
        position: relative;
        overflow: hidden;
        margin-top: 30px;
    }

    .image-set .link {
        left: 45%;
        position: absolute;
        top: 40%;
        opacity: 0;
    }

        .image-set .link a {
            background: #f9676b none repeat scroll 0 0;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            font-size: 18px;
            height: 30px;
            padding: 3px 7px;
            width: 30px;
            opacity: 0;
        }

    .image-set .image-wrapper:hover .img-caption {
        opacity: 1;
    }

    .image-set .image-wrapper:hover .link a {
        opacity: 1;
    }

    .image-set .image-wrapper:hover .link {
        opacity: 1;
    }

    .image-set .image-wrapper:hover img {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
    }
    /*********************************************************************************
		45. login.html CSS Start
*********************************************************************************/
    .login-row {
        padding: 60px 0px;
    }

    .useful-links h4, .login-form h4, .sign-up-form h4 {
        font-weight: 800;
        text-transform: uppercase;
        color: #f9676b;
        margin-bottom: 20px;
    }

    .useful-links {
        border-right: 1px solid #e6e6e6;
        line-height: 2;
    }

        .useful-links a {
            display: block;
            color: #07253F;
        }

            .useful-links a:hover {
                color: #f9676b;
            }

    .login-form, .sign-up-form, .account-detail {
        /*padding-left: 45px;*/
    }

        .login-form label, .sign-up-form label {
            font-weight: normal;
        }

        .login-form-info {}
            .login-form-info .sign-up {
                padding: 40px 30px;
                display: inline-block;
                padding-top: 0;
                float:right;
            }
            .login-form-info .sign-up h2 {
                font-size: 30px;
                font-weight: bold;
                text-align: center;
                margin: 10px 0 20px;
            }
                .login-form-info .sign-up ul {
                    padding:0;
                    list-style:none;
                }
                .login-form-info .sign-up li {
                    margin: 10px 0;
                }
                .login-form-info .sign-up li p {
                    font-size: 16px;
                }
                    .login-form-info .sign-up li p svg {
                        margin-right: 20px;
                        color: #f56e64;
                        position: relative;
                        top: 9px;
                    }

.account-detail {
    padding: 20px;
    background: #fff;
    font-size: 13px;
    display: inline-block;
}

    .account-detail div h4 {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 5px;
        margin: 20px 0 0 0;
    }
        .account-detail label {
            font-weight: 600;
            width: 35%;
        }

        .login-form .form-control, .sign-up-form .form-control, .account-detail .form-control {
            border-radius: 0;
            height: 40px;
            padding: 10px;
        }

        .login-form .input-group, .sign-up-form .input-group, .account-detail .input-group {
            margin-bottom: 5px;
        }

        .login-form .input-group-addon, .sign-up-form .input-group-addon, .account-detail .input-group-addon {
            border-radius: 0;
            height: 40px;
            background: #e6e6e6;
        }

    .login-form button, .sign-up-form button, .account-detail button, .cancellation-refund .button, #dvwarningmessageParent .button {
        background: #f9676b none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        margin: 30px 0;
        padding: 10px 30px;
    }
.cancellation-refund .button {
    margin-bottom:30px;
    padding:0;
}

#dvwarningmessageParent .modal-dialog {
    width: 720px;
}

.modal-content {
    max-height: 550px;
    /*overflow-y: auto;*/
}

.modal-header {
    padding: 0;
}
.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}
.modal-header .close {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 4%;
    margin-top: -12px;
    font-size: 40px!important;
    transition: all 150ms ease-in-out;
}
.modal-header .modal-title {
    font-size: 20px;
    color: #444;
    margin: 10px 0px;
    letter-spacing: 0px;
}
.modal-body {
    color: #444;
    padding: 10px;
    font-size: 13px;
}
    .modal-body table {
        width: 100%;
        border: 1px solid #ddd;
        
    }
#dvrulemessage .table > tbody > tr > td, #dvrulemessage .table > tbody > tr > th, #dvrulemessage .table > tfoot > tr > td, #dvrulemessage .table > tfoot > tr > th, #dvrulemessage .table > thead > tr > td, #dvrulemessage .table > thead > tr > th {
    padding: 5px;
    border-right: 1px solid #eee;
    border-bottom: none;
}

    .login-form button:hover, .sign-up-form button:hover, .account-detail button:hover {
                background: #00adef;
            }

            .login-form button i, .sign-up-form button i, .account-detail button i {
                margin-left: 5px;
            }

        .login-form .radio-button, .account-detail .radio-button {
            margin-left: 0;
        }
.radio-button {
    margin-top: 20px;
}
    .radio-button .radio-item {
        float: left;
        margin-right: 15px;
    }

.radio-item input[type=checkbox], .radio-item input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio-item [type="radio"]:checked, .radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-button .radio-item label {
    margin-left: 5px;
    font-size: 13px;
    height: auto;
    text-indent: 0;
}

.radio-button .radio-item [type="radio"]:checked + label, .radio-button .radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
}
    .radio-button .radio-item [type="radio"]:checked + label:before, .radio-button .radio-item [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #333;
        border-radius: 100%;
        background: #fff;
    }
    .radio-button .radio-item [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .radio-button .radio-item [type="radio"]:checked + label:after, .radio-button .radio-item [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #f9676b;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .radio-button .radio-item [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
        .login-form #C_login, .login-form #C_password, .login-form #TB_Password, .login-form #TB_Password2 {
            padding-left: 20px !important;
            /*border-radius: 45px;*/
            border: 2px solid #e6e6e6;
            height: 45px;
            width: 100%;
        }
.login-form .control-group, .radio-button .control-group, .account-detail .control-group {
    position: relative;
    display: inline-block;
    width: 100%;
}
.login-form p, .control-group p {
    margin-left: 2px;
}
.control-group input, .control-group textarea {
    margin-top: 15px;
}
.control-group input, .control-group select {
    padding-left: 20px !important;
    margin-top: 15px;
    /*border-radius: 45px;*/
    width: 100%;
    border: 2px solid #e6e6e6;
    height: 45px;
}

    .control-group input:focus, .input-group input:focus {
        border-color: #66afe9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }
    .control-group input:-internal-autofill-selected {
        background-color: rgb(255, 255, 255) !important;
    }
.account-detail input, .account-detail select{
    width: 64% !important;
}

.animateInput label, .animateTextarea label, main.login-page .control-group label {
    transition: all .2s ease-in;
    display: inline-block;
    padding: 0 10px;
    background-color: #FFF;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 30px;
    left: 20px;
    text-align: left;
    z-index: 1;
    width: auto;
    pointer-events: none;
}
    .animateInput label.is-animate{top:-9px;}
        .animateInput label {
            color: #f9676b;
            font-weight: 600;
            background: #fff;
        }

.login-form .checkbox, .control-group .checkbox {
    margin: 20px 0 0 !important;
}

.checkbox {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: block;
}
    .checkbox input {
        border: 1px solid #333;
        width: 16px !important;
        height: 16px;
        margin-left: 7px!important;
    }
    .checkbox label {
        min-height: 20px;
        padding-left: 5px;
        text-indent: 25px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

        .checkbox label:after {
            content: '';
            display: table;
            clear: both;
        }




.login-form #ContentPlaceHolder1_BtnLogin, .login-form #ContentPlaceHolder1_BtnSendEmailorSMS, .login-form #ContentPlaceHolder1_BtnUpdatePassword, .modal button, .login-form #a_btnaddmember {
    /*padding: 9px !important;*/
    font-size: 22px !important;
    outline: 0;
    /*border-radius: 25px;*/
    border: none;
    letter-spacing: normal;
    margin-top: 20px;
    height: 45px;
}

 @media (max-width: 767px) {
    .login-form, .sign-up-form {
            padding: 0 15px;
            margin-top: 45px;
        }

    .element-accordian .panel-default > .panel-heading h4 {
            font-size: 15px;
        }
    .login-form .radio-button, .account-detail .radio-button {
        height: 50px;
    }
    .account-detail {
        padding: 0;
    }
        .account-detail label {
            margin: 5px 0;
        }
        .account-detail input, .account-detail select {
            margin-bottom: 20px;
            width: 100% !important;
        }
    .control-group input, .control-group select {
        margin-top: 0px;
        margin-bottom: 5px;
        width: 100% !important;
    }
    #example_wrapper{overflow-x:scroll;}
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body h3 {
        margin: 0px;
        padding: 0px;
        line-height: 1.6;
        background: none;
    }

    .panel-default > .panel-heading + .panel-collapse > .over {
        max-height: 200px;
        overflow: auto;
    }

    .cur {
        cursor: pointer;
    }

.panel-body label img {
    margin-left: 8px;
}

.account-detail strong {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    margin: 20px 0;
    font-size:14px;
    font-weight:600;
}
/*********************************************************************************
		46. typography.html CSS Start
*********************************************************************************/
.misc-row {
    /*padding: 60px 0px;*/
}

        .misc-row p {
            line-height: 2;
        }

        .misc-row h1, .misc-row h2, .misc-row h3, .misc-row h4, .misc-row h5, .misc-row h6 {
            font-weight: bold;
        }

    .quote-para {
        position: relative;
    }

        .quote-para:before {
            content: "\f10d";
            font-family: "FontAwesome";
            position: relative;
            padding-right: 10px;
        }

        .quote-para:after {
            content: "\f10e";
            font-family: "FontAwesome";
            position: relative;
            padding-left: 10px;
        }

    .element-tab .tab-content {
        padding: 15px;
    }

    .element-tab .nav-tabs > li > a {
        border-radius: 0;
        border: none;
        color: #07253F;
    }

        .element-tab .nav-tabs > li > a:hover {
            color: #f9676b;
        }

    .element-tab .nav > li > a:hover, .element-tab .nav > li > a:focus {
        background-color: transparent;
        border: none;
    }

    .element-tab .tab-style1 {
        border: none;
    }

        .element-tab .tab-style1 .active, .element-tab .tab-style1 .active a {
            background: #f9676b;
            color: #fff;
            position: relative;
        }

            .element-tab .tab-style1 .active:after {
                background: #f9676b none repeat scroll 0 0;
                content: "";
                height: 15px;
                left: 40%;
                position: absolute;
                top: 80%;
                transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                width: 15px;
            }

    .tab-style1 > li.active > a, .tab-style1 > li.active > a:focus, .tab-style1 > li.active > a:hover {
        color: #fff;
    }

    .element-tab .tab-style2 {
        border-bottom: 2px solid #e6e6e6;
    }

        .element-tab .tab-style2 .active, .element-tab .tab-style2 .active a {
            position: relative;
            color: #f9676b;
        }

            .element-tab .tab-style2 .active:after {
                background: #f9676b none repeat scroll 0 0;
                content: "";
                height: 5px;
                left: 30%;
                position: absolute;
                top: 95%;
                width: 25px;
            }

    .element-tab .nav-tabs > li {
        margin-bottom: 0;
    }

    .btn1 {
        margin: 30px 0px;
    }

        .btn1 button {
            margin: 10px 5px;
        }

    .cbtn {
        background: #f9676b none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

        .cbtn:hover {
            background: #00adef;
        }

    .lg-btn {
        font-size: 20px;
        padding: 10px 30px;
    }

    .md-btn {
        font-size: 18px;
        padding: 8px 30px;
    }

    .sm-btn {
        font-size: 16px;
        padding: 6px 30px;
    }

    .xs-btn {
        font-size: 13px;
        padding: 4px 30px;
    }

    .gbtn {
        background: transparent;
        border: 2px solid #f9676b;
        border-radius: 0;
        color: #f9676b;
        font-weight: bold;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

        .gbtn:hover {
            background: #f9676b;
            color: #fff;
        }

    .element-accordian .panel-default > .panel-heading {
        padding-top: 10px;
        border-bottom: 1px solid #eee;
    }

        .element-accordian .panel-default > .panel-heading h4 {
            margin: 0;
        }

    .element-accordian .panel-body {
        border-top: none !important;
        word-wrap: break-word;
    }

        .element-accordian .panel-body .pdf, .element-accordian .panel-body .mail {
            display: inline-block;
            padding-bottom: 15px;
        }

            .element-accordian .panel-body .pdf img, .element-accordian .panel-body .mail img {
                width: 60px;
                display: block;
                margin: 0 auto;
                padding-bottom: 10px;
            }

    .element-ol, .element-ul {
        padding: 0px;
    }

        .element-ol li, .element-ul li {
            margin: 10px 0px;
            line-height: 2;
        }
    /*********************************************************************************
			47. cruise-detail.html CSS Start
*********************************************************************************/
    .product-complete-info .cruise-tabs .active:after {
        left: 35% !important;
    }

    #cabin .inclusion-body {
        padding: 20px 20px 0px;
    }

        #cabin .inclusion-body h5 a {
            background: #f2676b none repeat scroll 0 0;
            color: #fff;
            display: inline-block;
            margin-left: 10px;
            padding: 8px 10px;
        }

            #cabin .inclusion-body h5 a:hover {
                background: #00adef;
            }
    /************************************************************************************
		48. LIST VIEW AND GRID VIEW SWITCH
*************************************************************************************/
    .product-grid-view {
        overflow: hidden;
        width: 33.33%;
        float: left;
        padding: 0px 15px;
    }

        .product-grid-view .wrapper {
            margin: 40px 0px 0px;
            border: 1px solid #e6e6e6;
            box-shadow: 0px 0px 5px #e6e6e6;
            overflow: hidden;
        }

        .product-grid-view .tripadvisor-rating {
            display: block;
        }

        .product-grid-view:hover .wrapper {
            border: 1px solid #F19C4F;
            box-shadow: 0px 0px 5px #F19C4F;
        }

        .product-grid-view img {
            max-width: 100%;
            min-height: 200px;
        }

        .product-grid-view .switch-img {
            width: 100%;
        }

        .product-grid-view .hotel-info {
            width: 100%;
            text-align: center;
        }

        .product-grid-view .rating-price-box {
            width: 100%;
        }

        .product-grid-view .tripadvisor-rating {
            float: left;
        }

            .product-grid-view .tripadvisor-rating span {
                display: block;
            }

        .product-grid-view .user-rating {
            float: right;
        }

        .product-grid-view .hotel-header h5 {
            font-weight: 700;
            line-height: 1.6;
            font-size: 16px;
            margin-top: 15px;
        }

            .product-grid-view .hotel-header h5 span {
                display: block;
            }

        .product-grid-view .hotel-header i {
            color: #F19C4F;
            margin: 0px 2px;
        }

        .product-grid-view .hotel-header p {
            color: #00ADEF;
            line-height: 1.6;
        }

            .product-grid-view .hotel-header p i {
                margin: 0 5px;
                color: #00ADEF;
            }

        .product-grid-view .hotel-facility i {
            border: 1px solid #bec4c8;
            border-radius: 50%;
            color: #bec4c8;
            font-size: 14px;
            height: 30px;
            margin: 5px;
            padding: 7px;
            width: 30px;
        }

        .product-grid-view .hotel-facility p {
            margin-bottom: 5px;
        }

        .product-grid-view .hotel-desc p {
            font-size: 13px;
            color: #0A3152;
            line-height: 1.7;
        }

        .product-grid-view .rating-box {
            padding: 0px 15px;
            min-height: initial;
            overflow: hidden;
        }

            .product-grid-view .rating-box img {
                margin: 0px;
            }

            .product-grid-view .rating-box .tripadvisor-rating {
                margin: 0px;
            }

            .product-grid-view .rating-box img {
                min-height: initial;
            }

            .product-grid-view .rating-box span {
                font-weight: normal;
            }

            .product-grid-view .rating-box .user-rating span {
                display: block;
            }

        .product-grid-view .room-book-box {
            border-top: 1px solid #e6e6e6;
            margin-top: 15px;
            min-height: initial;
            overflow: hidden;
            padding: 0;
            clear: both;
        }

            .product-grid-view .room-book-box .price {
                width: 60%;
                float: left;
                padding: 15px 0px;
                border-right: 1px solid #e6e6e6;
            }

                .product-grid-view .room-book-box .price h5 {
                    font-size: 16px;
                    font-weight: 700;
                }

            .product-grid-view .room-book-box .book {
                float: left;
                padding: 10px 0;
                width: 40%;
            }

                .product-grid-view .room-book-box .book a {
                    background: #f2676b;
                    color: #ffffff;
                    font-weight: bold;
                    padding: 5px 15px;
                    display: inline-block;
                    margin-top: 5px;
                    border: 2px solid transparent;
                }

        .product-grid-view:hover .room-book-box {
            color: #ffffff;
            background: #00ADEF;
        }

            .product-grid-view:hover .room-book-box a {
                color: #ffffff;
                border: 2px solid #ffffff;
                background: #00ADEF;
            }

    .view-switcher {
        margin-top: 40px;
    }

        .view-switcher a {
            cursor: pointer;
            display: inline-block;
            font-size: 20px;
            padding: 5px;
            color: #00adef;
        }

            .view-switcher a:hover {
                color: #f9676b;
            }

    .product-grid-view .car-item .rating-box {
        display: none;
    }

    @media (max-width: 991px) {
        .product-grid-view img {
            min-height: initial;
        }

        .product-grid-view {
            width: 50%;
        }

        .switch-img {
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        .product-grid-view {
            width: 100%;
        }
    }
    /********************************************************************************* 
    49. contact-us.html CSS Start 
*********************************************************************************/
    .credi-cards {
        color: #ffffff;
        padding: 60px 0px;
        background: #f7f7f7;
        /*background: #00adef;*/
    }

        .credi-cards h2 {
            font-weight: 800;
            letter-spacing: 1px;
        }

        .credi-cards h5 {
            line-height: 2;
        }

        .credi-cards ul {
            margin: 0;
            padding: 0;
        }

            .credi-cards ul li {
                display: inline-block;
                margin-bottom: 10px;
            }

        .credi-cards img {
        }
    /************************************************************************************
		FLIGHT LIST
*************************************************************************************/
    .modify-flight .offer-slider {
        display: none;
    }

    @media (min-width: 992px) {
        #showcase .modify-search {
            /*padding: 200px 0px;*/
            padding: 0 0;
            margin-top: -96px;
            background: #f7f7f7;
        }


        /*.modify-search {
        padding: 0px!important;
    }*/

        /*.modify-flight .search-section {
        width: 100%;
        margin: 0;
    }*/

        /*.modify-flight .tran-search-box .tab-content {
        background: rgb(0, 173, 239, 0.9);
        color: #fff;
        display: inline-block;
        width:100%;
    }*/

        .modify-flight .tran-search-box .tab-content .input-group-addon {
            background: #f9676b;
        }

        .modify-flight .search-section .nav-tabs, .modify-flight .search-section .product-search-title {
            /*display: none;*/
        }

        .modify-flight .search-section label {
            /*font-size: 14px;
        font-weight: 700;
        text-transform: none;
        padding-left:0;*/
        }

        .modify-flight .radio-inline {
            /*padding-left: 0;
        float: right;*/
        }

        /*.modify-flight .search-section label input {
        width: 15px;
        height: 15px;
        vertical-align: text-bottom;
        margin-right: 6px;
    }*/

        .modify-flight .search-section .form-control {
            /*font-size: 13px;*/
            line-height: 1.42857143;
            color: #555;
            padding: 6px;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

            /*.modify-flight .tran-search-box .tab-content .input-group .hasDatepicker {
        float: left;
        width: 100px;
        margin-right: 2px;
    }*/
            .modify-flight .search-section .form-control:hover, .modify-flight .search-section .form-control:focus {
                border: 2px solid #f9676b;
            }

        .modify-flight .tran-search-box .tab-content .input-group .clock {
            /*position: absolute;
        line-height: 48px;
        display: inline-block;
        text-align: left;
        color: #f9676b;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        transition: .3s;
        z-index: 9;
        text-indent: 6px;*/
        }

        @-moz-document url-prefix() {
            .modify-flight .tran-search-box .tab-content .input-group .clock {
                text-indent: 0px;
                right: 138px;
                line-height: 46px;
            }

            .modify-flight .tran-search-box .tab-content .input-group .quantity-padding {
                text-indent: 4px !important;
            }
        }

        .modify-flight .tran-search-box .tab-content .input-group .quantity-padding {
            float: left;
            padding: 2px !important;
            width: 55px;
            margin: 0 2px;
            text-indent: 12px;
        }

        .modify-flight .tran-search-box .tab-content #btnfsearch {
            margin-top: 25px;
            padding: 14px 5px !important;
            font-size: 12px !important;
            width: 100%;
        }

            .modify-flight .tran-search-box .tab-content #btnfsearch:hover {
                /*background: #fff;
            color: #f9676b;*/
                background: #00adef;
                color: #fff;
            }

        /*.modify-flight .search-section .quantity-padding {
            padding-left: 22px !important;
        }

        .modify-flight .search-section .tab-content .col-md-6 {
            width: 16.66666667%;
        }

        .modify-flight .search-section .tab-content .col-md-4 {
            width: 8.33333333%;
        }

        .modify-flight .search-section .tab-content .clearfix {
            display: none;
        }*/
    }
    /************************************************************************************
		FLIGHT LIST AND
*************************************************************************************/
    /********************************************************************************
			16. TransferList 
*********************************************************************************/
    #showcase .transfer {
        /*background: inherit;*/
        background-size: inherit;
        background-position: inherit;
        display: inherit;
        height: auto;
    }

    .transfer {
        background: url('../images/transfer/Transfer-Bg.jpg');
        background-size: cover;
        background-attachment: inherit;
        height: 693px;
        /*background-position: center top;
    display: block;*/
    }

    .flight-page {
        background: url('../images/airline/ucak.jpg');
        background-size: cover;
        background-attachment: inherit;
        height: 693px;
    }

    .visa-page {
        background: url('../images/visa/vize.jpg');
        background-size: cover;
        background-attachment: inherit;
        height: 693px;
    }

    .hotel-page {
        background: url('../images/hotel/otel.jpg');
        background-size: cover;
        background-attachment: inherit;
        height: 693px;
    }

        #hoteltab .adult, .hotel-page .adult {
            width: 20%;
            float: left;
            margin-right: 10px;
        }

        #hoteltab .child, .hotel-page .child {
            width: 20%;
            float: left;
        }

        .transfer .tran-search-box .tab-content, .flight-page .tran-search-box .tab-content, .visa-page .tran-search-box .tab-content, .hotel-page .tran-search-box .tab-content {
            /*background: rgba(10, 49, 82, 0.9);
        color: #fff;*/
            color: #07253F;
            background: rgba(255, 255, 255, 1);
            border-radius: 0 20px 0 0;
            box-shadow: 0px 0px 5px #dedede;
        }
            /*#showcase .transfer .tran-search-box .tab-content .hasDatepicker {
    width: inherit;
    margin-right: inherit;
}*/
            .transfer .tran-search-box .tab-content .hasDatepicker, .flight-page .tran-search-box .tab-content .hasDatepicker, .visa-page .tran-search-box .tab-content .hasDatepicker, .hotel-page .tran-search-box .tab-content .hasDatepicker {
                width: 38%;
                margin-right: 10px;
                font-size: 14px;
            }

            .transfer .tran-search-box .tab-content .input-group .clock, .flight-page .tran-search-box .tab-content .input-group .clock, .visa-page .tran-search-box .tab-content .input-group .clock, .hotel-page .tran-search-box .tab-content .input-group .clock {
                position: absolute;
                color: #000;
                z-index: 999;
                top: 2px;
                margin-left: 5px;
            }

            .transfer .tran-search-box .tab-content .input-group .form-control, .flight-page .tran-search-box .tab-content .input-group .form-control, .visa-page .tran-search-box .tab-content .input-group .form-control, .hotel-page .tran-search-box .tab-content .input-group .form-control {
                border-radius: 5px;
            }

                .transfer .tran-search-box .tab-content .input-group .form-control:hover, .flight-page .tran-search-box .tab-content .input-group .form-control:hover, .visa-page .tran-search-box .tab-content .input-group .form-control:hover, .hotel-page .tran-search-box .tab-content .input-group .form-control:hover {
                    border: 2px solid #f9676b;
                }

                .transfer .tran-search-box .tab-content .input-group .form-control:focus, .flight-page .tran-search-box .tab-content .input-group .form-control:focus, .visa-page .tran-search-box .tab-content .input-group .form-control:focus, .hotel-page .tran-search-box .tab-content .input-group .form-control:focus {
                    border: 2px solid #f9676b;
                }

            .transfer .tran-search-box .tab-content .search-button, .flight-page .tran-search-box .tab-content .search-button, .visa-page .tran-search-box .tab-content .search-button, .hotel-page .tran-search-box .tab-content .search-button {
                margin-top: 22px !important;
                padding: 13px 23px !important;
                font-size: 15px !important;
            }

            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour, .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour, .transfer .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV2_DD_T_DepHour, .transfer .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV2_DD_T_RetHour, .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour, .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour, .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour, .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour, .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_DepHour, .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_RetHour, .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour, .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour, .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour, .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour, .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_DepHour, .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_RetHour, .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour, .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour,
            .hotel-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour, .hotel-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour, .hotel-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_DepHour, .hotel-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_RetHour, .hotel-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour, .hotel-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour {
                width: 27%;
                padding: 5px 5px 5px 0px !important;
                margin-right: 5px;
            }

            .transfer .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_DepMinute, .transfer .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_RetMinute, .transfer .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV2_DD_T_DepMinute, .transfer .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV2_DD_T_RetMinute, .transfer .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepMinute, .transfer .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetMinute, .flight-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_DepMinute, .flight-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_RetMinute, .flight-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV21_DD_T_DepMinute, .flight-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV21_DD_T_RetMinute, .flight-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepMinute, .flight-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetMinute, .visa-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_DepMinute, .visa-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_RetMinute, .visa-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV21_DD_T_DepMinute, .visa-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV21_DD_T_RetMinute, .visa-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepMinute, .visa-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetMinute,
            .hotel-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_DepMinute, .hotel-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_RetMinute, .hotel-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV21_DD_T_DepMinute, .hotel-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_SearchFormV21_DD_T_RetMinute, .hotel-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepMinute, .hotel-page .tran-search-box .tab-content .input-group #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetMinute {
                width: 26%;
                padding: 5px 0px !important;
                margin-right: 0 !important;
            }

        .transfer .radio-inline input[type=checkbox], .flight-page .radio-inline input[type=checkbox], .visa-page .radio-inline input[type=checkbox], .hotel-page .radio-inline input[type=checkbox] {
            position: absolute;
            margin-top: 2px;
        }

    #flight .input-group .hasDatepicker {
        width: inherit !important;
        margin-right: inherit !important;
        font-size: 17px !important;
        padding: 5px;
        text-align:center;
    }
#flight .input-group #lblfpassengers {
    line-height: 40px;
    padding-left: 15px;
    cursor: pointer;
}
#flight .input-group #lblfpassengerssign {
    position: absolute;
    left: 110px;
    z-index: 999;
    font-size: 25px !important;
    font-weight: 600;
    margin: 0;
    padding: 0px 7px;
    color: #f9676b;
    top: 7px;
    cursor: pointer;
    width: 30px !important;
}
#flight .input-group span {
    position: absolute;
    left: 114px;
    z-index: 999;
    width: 30px !important;
    height: 30px;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0;
    border-radius: 32px 0px 0px 32px;
    border-left: 2px solid #f9676b;
    border-top: 2px solid #f9676b;
    border-bottom: 2px solid #f9676b;
    padding: 0px 7px;
    color: #f9676b;
    top: 10px;
}
#flight #dvfpasswindow .room-info {
    /*margin-top: 72px;
    width: 50%;
    margin-left: 94px;*/
}
    #flight #dvfpasswindow .room-info label {
        width: 30%;
        float: left;
        line-height: 51px;
    }
    #flight #dvfpasswindow .room-info select {
        width: 35%;
        float: right;
    }
    #flight #dvfpasswindow .room-info .cabin-type {
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        padding: 10px 0;
        margin-top: 10px;
    }
        #flight #dvfpasswindow .room-info .cabin-type label {
            float: none;
            width: auto;
            line-height: 15px;
        }
        #flight #dvfpasswindow .room-info .cabin-type select {
            width: 100%;
            float: none;
        }
#hoteltab .location-category {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 11px;
    background: #f4f4f4;
    padding: 4px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 24px;
    opacity: .7;
    color: #212121;
    border-radius: 4px;
    z-index: 9;
    text-transform: capitalize;
}

    #hoteltab .input-group .hasDatepicker {
        width: 100% !important;
        font-size: 17px !important;
    }

    @media (max-width: 767px) {

         

        .transfer, .flight-page, .visa-page, .hotel-page {
            padding: 25px 0;
        }

            .transfer .tran-search-box .tab-content .hasDatepicker, .flight-page .tran-search-box .tab-content .hasDatepicker, .visa-page .tran-search-box .tab-content .hasDatepicker {
                width: 40%;
            }

            .transfer .tran-search-box .tab-content .input-group .clock, .flight-page .tran-search-box .tab-content .input-group .clock, .visa-page .tran-search-box .tab-content .input-group .clock {
                top: 19px;
            }

            /*.transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour, .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour {
        padding: 5px 5px 5px 30px !important;
    }*/
            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour,
            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour,
            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV2_DD_T_DepHour,
            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV2_DD_T_RetHour,
            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour,
            .transfer .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour,
            .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour,
            .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour,
            .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_DepHour,
            .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_RetHour,
            .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour,
            .flight-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour,
            .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_DepHour,
            .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_RetHour,
            .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_DepHour,
            .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_SearchFormV21_DD_T_RetHour,
            .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_DepHour,
            .visa-page .tran-search-box .tab-content #ContentPlaceHolder1_TransferSearchForm1_DD_T_RetHour {
                padding: 5px 5px 5px 30px !important;
            }

            .transfer .tran-search-box .tab-content .search-button, .flight-page .tran-search-box .tab-content .search-button, .visa-page .tran-search-box .tab-content .search-button {
                width: 100%;
            }

            .transfer, .flight-page, .hotel-page {
                height: auto;
            }
        #flight .input-group #lblfpassengerssign {
            float: right;
            left: 270px;
        }
        #flight .input-group span {
            left: 267px;
        }
        #flight #dvfpasswindow .room-info {
            width: 100%;
            margin: -60px 0 0 0;
        }

    }
/*@media (min-width: 812px) {
    #flight .input-group #lblfpassengerssign {
        float: right;
        left: 700px;
    }

    #flight .input-group span {
        left: 697px;
    }

    #flight #dvfpasswindow .room-info {
        width: 50%;
        margin: -73px 0 0 94px;
        float:right;
    }

}*/

    @media (max-width: 1368px) {
        /*.transfer, .flight-page, .visa-page, .hotel-page{
        max-height:491px!important;
    }*/
    }
    /*.transfer .search-section label {
        padding-left:0;
    }*/
    /**************************VISA***********************************/
    .visa {
        background: url('../images/ortakoy.jpg');
        background-size: cover;
        background-attachment: fixed;
    }

        .visa .tran-search-box .tab-content {
            /*background: rgba(10, 49, 82, 0.9);
        color: #fff;*/
            color: #07253F;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 0 20px 0 0;
        }

            .visa .tran-search-box .tab-content > .active {
                display: inline-block;
            }

            .visa .tran-search-box .tab-content .hasDatepicker {
                width: 38%;
                margin-right: 10px;
                /*font-size:17px;*/
            }

            .visa .tran-search-box .tab-content .input-group .clock {
                position: absolute;
                color: #000;
                z-index: 999;
                top: 2px;
                margin-left: 5px;
            }

            .visa .tran-search-box .tab-content .input-group .form-control {
                border-radius: 5px;
            }

            .visa .tran-search-box .tab-content .search-button {
                margin-top: 22px !important;
                padding: 13px 23px !important;
                font-size: 15px !important;
            }

        .visa .radio-inline input[type=checkbox] {
            position: absolute;
            margin-top: 2px;
        }
    /**************************VISA AND*******************************/




    /***************************TRANSFER******************************/
    .table-list {
        width: 100%;
    }

        .table-list #tblvehicles ul {
            padding: 0;
        }

            .table-list #tblvehicles ul li {
                display: inline-block;
                width: 100%;
                padding: 0;
                max-height: 348px;
                font-size: 13px;
                font-style: normal;
            }

                .table-list #tblvehicles ul li div {
                    margin: 15px 0 0 0;
                    min-height: 300px;
                    padding-right: 0;
                }

                    .table-list #tblvehicles ul li div div {
                        margin: 0;
                        min-height: 0;
                    }

                    .table-list #tblvehicles ul li div h4 {
                        margin: 0;
                        padding: 15px;
                        line-height: 1.6;
                        font-weight: normal;
                        background: #e6e6e6;
                        text-transform: uppercase;
                        font-weight: bold;
                    }

                        .table-list #tblvehicles ul li div h4 i {
                            float: right;
                            padding: 5px 0;
                            font-weight: lighter;
                        }

                    .table-list #tblvehicles ul li div ul {
                        min-height: 240px;
                        background: #fff;
                        border: 1px solid #e6e6e6;
                        box-shadow: 0 0 4px #e6e6e6;
                    }

                        .table-list #tblvehicles ul li div ul li {
                            padding: 10px;
                            text-align: center;
                        }

                            .table-list #tblvehicles ul li div ul li img {
                                /*width: 68%;*/
                                position: absolute;
                                left: 48px;
                                top: 70px;
                            }

                        .table-list #tblvehicles ul li div ul .special {
                            width: 40%;
                            /*background: #f9676b;*/
                            color: #07253F;
                            float: right;
                            min-height: 239px;
                        }

                            .table-list #tblvehicles ul li div ul .special i {
                                font-size: 18px;
                                margin-right: 5px;
                                margin-bottom: 5px;
                            }

                            .table-list #tblvehicles ul li div ul .special .box-div {
                                width: 159px;
                                height: 121px;
                                position: absolute;
                                right: 1px;
                                bottom: 2px;
                                overflow: hidden;
                                padding-top: 66px;
                                padding-left: 58px;
                                color: #fff;
                            }

                                .table-list #tblvehicles ul li div ul .special .box-div span {
                                    position: relative;
                                }

                            .table-list #tblvehicles ul li div ul .special .navy-box {
                                width: 200px;
                                height: 100%;
                                position: absolute;
                                background: #f9676b;
                                /*border-bottom: 1px solid #061f33;
                        border-top: 1px solid #2f475d;*/
                                transform: rotate(-37deg);
                                bottom: -44%;
                                right: -40%;
                            }

                        .table-list #tblvehicles ul li div ul .free-product {
                            text-align: left;
                            padding-left: 40px;
                        }

                            .table-list #tblvehicles ul li div ul .free-product span {
                                color: #f9676b;
                                line-height: 25px;
                            }

                            .table-list #tblvehicles ul li div ul .free-product img {
                                position: static;
                                height: 26px;
                            }

                            .table-list #tblvehicles ul li div ul .free-product i {
                                font-size: 18px;
                                margin-left: 8px;
                                line-height: 23px;
                                margin-right: 5px;
                            }

                        .table-list #tblvehicles ul li div ul .car-price {
                            padding-top: 50px;
                        }

                        .table-list #tblvehicles ul li div ul li b {
                            padding: 5px;
                            margin-top: 0px;
                            color: #000;
                            font-size: 25px;
                            font-weight: 600;
                        }

    .service-price div {
        padding-right: 0;
    }

        .service-price div div {
            min-height: 180px;
            background: #fff;
            border: 1px solid #e6e6e6;
            box-shadow: 0 0 4px #e6e6e6;
            padding: 20px;
        }

            .service-price div div h4 {
                margin: 0;
                padding-bottom: 20px;
                line-height: 1.6;
                font-weight: normal;
                text-transform: uppercase;
                font-weight: bold;
                color: #f9676b;
            }

            .service-price div div ul {
                padding: 0;
            }

                .service-price div div ul li {
                    display: inline-block;
                    width: 100%;
                    padding: 0;
                    font-size: 13px;
                    font-style: normal;
                    border-bottom: 1px solid #e6e6e6;
                }

                    .service-price div div ul li span {
                        padding: 5px;
                        vertical-align: middle;
                    }

                        .service-price div div ul li span input {
                            width: 20px;
                            height: 20px;
                        }

                        .service-price div div ul li span img {
                            padding: 5px;
                        }

                        .service-price div div ul li span .info {
                            width: 20px;
                            height: 20px;
                            border: 1px solid #4e4e4e;
                            border-radius: 50px;
                            text-align: center;
                            /*cursor: pointer;*/
                            margin: 0 5px;
                        }

                    .service-price div div ul li .info-price {
                        float: right;
                        position: relative;
                        top: 10px;
                        font-size: 20px;
                    }

                        .service-price div div ul li .info-price input {
                            border: 1px solid #BEC4C8;
                            font-size: 13px;
                            padding: 6px;
                            width: 222px;
                            font-weight: 400;
                            margin-right: 10px;
                        }

                        .service-price div div ul li .info-price ::placeholder {
                            color: #BEC4C8;
                            opacity: 0.8; /* Firefox */
                        }

                        .service-price div div ul li .info-price :-ms-input-placeholder { /* Internet Explorer 10-11 */
                            color: #BEC4C8;
                        }

                        .service-price div div ul li .info-price ::-ms-input-placeholder { /* Microsoft Edge */
                            color: #BEC4C8;
                        }

    .service-price .car-price-detail div ul {
        margin-bottom: 0;
    }

        .service-price .car-price-detail div ul .search-button {
            width: 100%;
            margin-top: 45px;
        }

        .service-price .car-price-detail div ul .return-car-select {
            font-weight: 600;
            text-decoration: underline;
            width: 100%;
            text-align: center;
            cursor: pointer;
        }

            .service-price .car-price-detail div ul .return-car-select:hover {
                text-decoration: none;
            }

        .service-price .car-price-detail div ul li span {
            width: 40%;
            text-align: left;
            float: left;
        }

            .service-price .car-price-detail div ul li span:nth-child(2) {
                width: 35%;
            }

        .service-price .car-price-detail div ul li label {
            /*float: right;*/
            text-align: right;
            font-size: 20px;
        }

            .service-price .car-price-detail div ul li label:nth-child(2) {
                float: right;
            }

        .service-price .car-price-detail div ul .discount-total {
            color: #f9676b;
        }

    .service-price .car-price-detail div em {
        text-align: center;
    }

    @media (max-width: 767px) {

        .flight-listing {
            margin-bottom: 15px;
        }

        .table-list #tblvehicles ul li {
            max-height: none;
        }

            .table-list #tblvehicles ul li div {
                padding-right: 15px;
            }

                .table-list #tblvehicles ul li div h4 .fa-chevron-right {
                    transform: rotate(90deg);
                }

                .table-list #tblvehicles ul li div ul li:first-child {
                    width: 100%;
                    height: 153px;
                }

                    .table-list #tblvehicles ul li div ul li:first-child .car {
                        width: 73%;
                    }

                .table-list #tblvehicles ul li div ul .special {
                    width: 60%;
                    min-height: 39px !important;
                    float: left;
                }

                    .table-list #tblvehicles ul li div ul .special .box-div {
                        right: 16px;
                        bottom: 16px;
                    }

        .service-price div {
            padding-right: 15px;
            padding-bottom: 15px;
        }

        .transfer-main .main-content .hotel-list-view-1 {
            margin: 15px;
        }

        .transfer-main .main-content div:nth-child(4) {
            padding: 15px;
        }

        .transferDetail .transferExplain {
            display: inline-block;
        }
    }

    /***************************TRANSFER AND**************************/
    /************************************************************************************
		OLD
*************************************************************************************/
    .Language {
        /*float: right;
    margin: 8px 15px 0 18px;*/
        margin-left: 10px;
        width:100%;
    }

        .Language img {
            height: 32px;
            margin-top: -6px;
        }

        .Language select {
            height: 25px;
            padding: 1px 15px;
            border: 1px solid #e6e6e6;
            border-radius: 20px;
            /*font-weight: 600;*/
            font-size: 13px;
            margin-top: 2px;
        }


    /************************************************************************************
		STRIPO
*************************************************************************************/
    .stripo {
    }


        .stripo .st_table .dvfdet {
            display: none;
            border: 1px dashed #F2676B;
            margin: 10px;
            padding: 5px;
            color: #8c8c8c;
        }

        .stripo .st_table hr {
            border-top: 1px solid #e6e6e6;
            margin: 5px 0;
        }

        .stripo .st_table .dvfdet .flightClassBox, .stripo .st_table .dvfdet .flight-desc .duration {
            padding: 0;
        }

    .dvfdet:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .stripo .st_table .dvfdet .airline-logo {
        padding: 0;
        font-size: 12px;
        clear: both;
    }

        .stripo .st_table .dvfdet .airline-logo img {
            height: 22px;
        }

    .stripo .st_table .dvfdet .flight-desc .take-off h4, .stripo .st_table .dvfdet .flight-desc .landing h4 {
        font-size: 12px;
        margin: 5px 0;
    }

    .stripo .st_table .dvfdet .flight-desc .take-off h5, .stripo .st_table .dvfdet .flight-desc .landing h5 {
        font-size: 11px;
        margin: 5px 0;
        color: #77d2f5;
    }

    .stripo .st_table .amber {
        display: none;
    }

.stripo .st_table .dvfdet .wait-time {
    /*font-weight: normal;
    font-size: 13px;
    background: #F2676B;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin: 0 0 5px 0;
    padding: 5px 0;*/
    background-color: #F8FAFC;
    border: solid 1px #EFEFEF;
    font-size: 13px;
    font-weight:600;
    text-align: center;
    color: #F2676B;
    margin-top: 5px; 
    margin-bottom: 10px; 
    padding: 7px 0;
}
    /************************************************************************************
		STRIPO
*************************************************************************************/
    /************************************************************************************
		HELP
*************************************************************************************/
    .hidden {
        display: none !important;
        visibility: hidden;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .show-tr {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .invisible-tr {
        opacity: 0;
        visibility: hidden;
    }

    .show {
        .db;
    }

    .invisible {
        visibility: hidden;
    }

    .clearfix {
        .clearfix();
    }

    .clr {
        clear: both;
    }

    .r-mrg {
        margin: 0 !important;
    }

    .r-pdd {
        padding: 0 !important;
    }

    .ir {
        background-color: transparent;
        background-repeat: no-repeat;
        border: 0;
        direction: ltr;
        display: block;
        overflow: hidden;
        text-align: left;
        text-indent: -999em;
    }

        .ir br {
            display: none;
        }

    .nocallout {
        -webkit-touch-callout: none;
    }

    .cur-p {
        cursor: pointer;
    }

    .cur-d {
        cursor: default;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .fn {
        float: none;
    }

    .pl {
        position: relative;
    }

    .pa {
        position: absolute;
    }

    .px {
        position: fixed;
    }

    .ps {
        position: static;
    }

    .ts {
        top: 0;
    }

    .rs {
        right: 0;
    }

    .bs {
        bottom: 0;
    }

    .ls {
        left: 0;
    }

    .pl0 {
        padding-left: 0;
    }

    .pr0 {
        padding-right: 0;
    }

    .dn {
        display: none !important;
    }

    .db {
        display: block !important;
    }

    .di {
        display: inline-block;
    }

    .dt {
        display: table;
    }

    .oa {
        overflow: auto;
    }

    .oh {
        overflow: hidden;
    }

    .os {
        overflow: scroll;
    }

    .no-touch .os-y {
        overflow-y: auto;
    }

    .no-touch .os-x {
        overflow-x: auto;
    }

    .cover {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .ma {
        margin-left: auto;
        margin-right: auto;
    }

    .mw {
        min-width: @pageWidth;
    }

    .ww {
        width: @pageWidth;
    }

    .wd {
        width: 100%!important;
    }

    .hd {
        height: 100%;
    }
    .h100 {height:100px;}
.h130 {
    height: 130px;
}
    .wd-h {
        width: 50%;
    }

    .wd-4 {
        width: 40%;
    }

    .wd-hq {
        width: 25%;
    }

    .w240 {
        width: 240px !important;
    }

    .w250 {
        width: 250px !important;
    }

    .rbg, .rbg:after, .rbg:before {
        background: none !important;
    }

    .no-bg {
        background-image: none !important;
        background-color: none !important;
    }
.red {
    color: #f9676b;
}
    .red-t {
        color: @red;
    }

    .red-b {
        background: @red;
    }

    .vt {
        vertical-align: top;
    }

    .vm {
        vertical-align: middle;
    }

    .vb {
        vertical-align: bottom;
    }

    .vtt {
        vertical-align: text-top;
    }

    .tal {
        text-align: left;
    }

    .tar {
        text-align: right;
    }

    .tac {
        text-align: center;
    }

    .taj {
        text-align: justify;
    }

    .tdn {
        text-decoration: none;
    }

    .tdu {
        text-decoration: underline;
    }

    .lhn {
        line-height: normal;
    }

    .sp {
        background-image: url(@spritePath);
        background-repeat: no-repeat;
    }

    .rnd {
        .rnd (@borderRadius);
    }

    .rnd-h {
        .rnd (@borderRadius / 2);
    }

    .r-rnd {
        .rnd (0);
    }

    .circle {
        .rnd(50%);
    }

    .circle-h {
        .circle;
        .oh;
    }

    .brd {
        border: 1px solid #dedede;
    }

    .brd-d {
        border: 1px dashed #dedede;
    }

    .brd-b {
        border-bottom: 1px solid #dedede;
    }

    .border-none td {
        border: none !important;
    }

    .brd-n {
        border: none !important;
    }

    .hr-dot {
        .db;
        border-top: 1px dashed #dedede;
    }

    .shd {
        box-shadow: rgba(0, 0, 0, 0.22) 0 0 7px;
    }

    .tshd {
        text-shadow: rgba(0, 0, 0, 0.22) 0 3px 0;
    }

    .bshd {
        box-shadow: rgba(0, 0, 0, 0.22) 0 3px 0;
    }

    .bld {
        font-weight: bold;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .mb20 {
        margin-bottom: 20px;
        ;
    }

    .mt0 {
        margin-top: 0 !important;
    }

    .mt100 {
        margin-top: 100px;
    }

    .fs18 {
        font-size: 18px !important;
        text-transform: capitalize;
    }

.wrap {
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.27) 0 0 18px;
}

    .anim {
        -webkit-animation: turn 1.5s linear infinite;
        -moz-animation: turn 1.5s linear infinite;
        -o-animation: turn 1.5s linear infinite;
        -ms-animation: turn 1.5s linear infinite;
        animation: turn 1.5s linear infinite;
    }

    .input-group label i, .input-group span i {
        font-size: 16px;
    }

    .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;
        padding: 4px 0;
        margin: 0 0 10px 25px;
        list-style: none;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .ui-menu-item {
        display: block;
        padding: 10px 10px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;
        text-decoration: none;
    }

        .ui-menu-item:hover, .ui-menu-item .active {
            text-decoration: none;
            color: #f9676b;
            background-color: #eeeeee;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            background-image: none;
        }

    .ui-datepicker-year {
        border: none;
        background: none;
    }

        .ui-datepicker-year option {
            display: block;
            padding: 10px 10px;
            clear: both;
            font-weight: normal;
            line-height: 18px;
            color: #555555;
            white-space: nowrap;
            text-decoration: none;
        }

            .ui-datepicker-year option:hover {
                text-decoration: none;
                color: #f9676b;
                background-color: #eeeeee;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                background-image: none;
            }

    .gBtn {
        margin-bottom: 25px;
    }

        .gBtn .total-next {
            height: 45px !important;
            background: #00ADEF !important;
            color: #ffffff !important;
            border-radius: 5px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 13px 0 !important;
            margin-top: 25px;
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .gBtn .total-next:hover {
                color: #fff !important;
                background: #0194cc !important;
            }

    .gBack {
    }

        .gBack a {
            color: #333;
        }
    /*.gBtn .green {
    opacity:0.5;
}

.gBtn .green:hover {
    opacity:1;
}*/
    .email {
        display: inline-block;
        margin: 0;
        float: right;
        font-size: 14px;
        /*padding-top: 5px;*/
    }

    .tc-check {
        height: auto;
        margin-bottom: 50px;
        margin-top: 10px;
    }

        .tc-check div:nth-child(2) input {
            margin-top: 10px !important;
            height: 16px;
            width: 16px;
            float: right;
        }

        .tc-check div:nth-child(3) label, .tc-check div:nth-child(4) label {
            margin-top: 8px;
        }

        .tc-check #dvtccit1, .tc-check #dvtccit2, .tc-check #dvtccit3, .tc-check #dvtccit4, .tc-check #dvtccit5, .tc-check #dvtccit6, .tc-check #dvtccit7, .tc-check #dvtccit8, .tc-check #dvtccit9, .tc-check #dvtccit10 {
            text-align: right;
            margin-top: 8px;
        }

        .tc-check #dvtccit1 {
            margin-top: 0;
        }

    .tursab {
        text-align: center;
        padding: 10px 0;
        line-height: 60px;
    }

        .tursab span {
            margin: 0 20px 0 -3px;
            ;
        }

        .tursab a img {
            width: 75px;
            margin: 0 15px;
        }

    .bisvel {
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0,;
    }

        .bisvel a.bisvel-logo {
            border: none;
            background: url('../../Assets/images/grey-logo.png') no-repeat;
            width: 100px;
            height: 30px;
            /*margin-top: 7px;*/
            background-size: 100px;
            display: block;
            margin-left: -10px;
        }

            .bisvel a.bisvel-logo:hover {
                background: url('../../Assets/images/white-logo.png') no-repeat;
                width: 100px;
                height: 30px;
                /*margin-top: 7px;*/
                background-size: 100px;
                display: block;
                transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

    @media (max-width:767px) {
        .tursab {
            text-align: center;
            line-height: 15px !important;
            font-size: 10px;
        }

            .tursab span {
                margin: 0 0 10px 0;
            }

            .tursab a img {
                /*width: 40%;*/
                margin-top: 10px;
                float: left;
            }

        /*.bisvel {
        margin-top: 20px;
    }*/
        .go-up {
            display: none;
        }
        
        .Language select {
            float:right;
        }
        .Language img {
            float: right;
            margin-top: 0;
        }

    }

    .add-transfer {
        margin-top: 0;
        padding: 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    #slider {
        margin-bottom: 20px;
    }

    .dynContent .container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .dynContent #slider .carousel-control {
        display: none;
    }

    #slider .carousel-control {
        top: 0 !important;
        bottom: 19px !important;
        display: none;
    }

    /*.carousel-control.left, .carousel-control.right {
    padding-top: 40%;
}*/
    /*#slider-thumbs {
    max-height: 660px;
    height: 435px !important;
}*/
    #slider-thumbs .thumbnail {
        border: none !important;
    }
    /*OWL THEME*/
    .owl-theme .owl-controls {
        position: absolute;
        top: 160px;
        margin: 0 auto;
        /*left: 10px;*/
        width: 100%;
        /*right: 10px;*/
    }

        .owl-theme .owl-controls .owl-nav {
            width: 100%;
        }

            .owl-theme .owl-controls .owl-nav .owl-prev {
                float: left;
            }

            .owl-theme .owl-controls .owl-nav .owl-next {
                float: right;
            }

    .owl-theme .owl-nav [class*='owl-'] {
        background-color: rgba(249, 103, 107, 0.8) !important;
        font-size: 16px !important;
        padding: 7px 9px !important;
    }

    .owl-theme .owl-controls .owl-dots {
        display: none !important;
    }

    .owl-carousel .owl-stage-outer {
    }
    /*OWL THEME*/
    /*SIDEBAR*/
    #sidebar {
        height: 250px;
        width: 10px;
        position: fixed;
        text-align: center;
        padding: 10px;
        margin-left: 10px;
        z-index: 999;
    }

        #sidebar a {
            text-decoration: none;
            vertical-align: middle;
            text-align: center;
            line-height: 3;
        }

        #sidebar p {
            color: white;
            position: relative;
            left: 5px;
            margin-bottom: 0;
        }

            #sidebar p span {
            }

            #sidebar p i {
                left: 25px;
                position: absolute;
                text-align: right;
                font-size: 24px;
                right: 17px;
                top: 10px;
            }

        #sidebar .social {
            margin-left: -205px;
            width: 230px;
            padding: 0;
            display: inline-table;
            height: 0px;
            background-color: rgba(10, 49, 82, 0.5);
            -moz-transition-property: margin-left;
            -moz-transition-duration: 0.2s;
            -moz-transition-delay: 0.2s;
            -ms-transition-property: margin-left;
            -ms-transition-duration: 0.2s;
            -ms-transition-delay: 0.2s;
            -o-transition-property: margin-left;
            -o-transition-duration: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-property: margin-left;
            -webkit-transition-duration: 0.2s;
            -webkit-transition-delay: 0.2s;
            /*box-shadow: 0px 0px 6px 0px #3E3D3D;*/
            cursor: pointer;
            border: 1px solid rgba(255,255,255, 0.5);
            margin-bottom: -1px;
        }

            #sidebar .social:hover {
                margin-left: -30px;
                width: 230px;
                background-color: #3b5998;
            }

        #sidebar .facebook i {
            right: 22px;
        }

        #sidebar .facebook:hover {
            background-color: #3b5998;
        }

        #sidebar .twitter:hover {
            background-color: #4099FF;
        }

        #sidebar .google:hover {
            background-color: #DD4B39;
        }

        #sidebar .youtube:hover {
            background-color: #E52D27;
        }

        #sidebar .linkedin:hover {
            background-color: #0976B4;
        }

        #sidebar .call:hover {
            background-color: #f9676b;
        }

        #sidebar .whatsapp:hover {
            background-color: #2ab100;
        }

        #sidebar .instagram:hover {
            background-color: #d62976;
        }

        #sidebar .twitter p i, #sidebar .google p i {
            left: 30px;
        }

        #sidebar .youtube p i {
            left: 11px;
        }

        #sidebar .linkedin p i {
            left: 17px;
        }

    .firsatlar-image {
        float: right;
        z-index: 999;
    }

        .firsatlar-image img {
            width: 60%;
            float: right;
        }

    @media (max-width:767px) {
        #sidebar, .firsatlar-image {
            display: none;
        }
        .add-transfer {
            width:100%;
        }
    }
    /*END SIDEBAR*/
    .dynContent .MsoNormal {
        /*text-align: inherit !important;*/
    }

        .dynContent .MsoNormal span {
            /* text-align: inherit !important;
        font-size: 14px!important;
        line-height: 1.5 !important;*/
        }

        .dynContent .MsoNormal b span, .dynContent b span {
            /*font-weight: bold !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        font-size: 18px !important;
        color: #07253F !important;
        line-height: 2 !important;*/
        }
    /*.dynContent p span {font-size:15px!important;}*/
    #tabvisa {
        min-height: 78px;
    }

    @media (max-width:767px) {
        /*#tabvisa {
        height: -webkit-fill-available;
    }*/
        .xs-btn {
            border: none !important;
            padding: 0 !important;
        }

        #ContentPlaceHolder1_BtnFlightDelete, #ContentPlaceHolder1_BtnTransferDelete {
            margin-top: 10px;
        }
    }

    #ContentPage .PaInfos .tblWhiteS {
        border: 1px solid #dedede;
        margin: 15px 0 25px;
        width: 50%;
    }

        #ContentPage .PaInfos .tblWhiteS td {
            padding: 10px;
        }

            #ContentPage .PaInfos .tblWhiteS td span {
                color: #d81e05;
                font-size: 16px;
                font-weight: bold;
            }

    #ammenties ul {
        padding: 0;
    }

        #ammenties ul li {
            display: inline-block;
            padding-right: 15px;
            width: 50%;
            font-size: 13px;
            line-height: 2;
        }

            #ammenties ul li i {
                margin-right: 10px;
                color: #00adef;
            }

.main-content h2 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}

.main-content h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

    .main-content p {
        font-size: 14px;
        line-height: 2;
    }

    /*****************TEL POPUP********************/
    /* The actual popup */
    .customer .popuptext {
        visibility: hidden;
        width: 220px;
        background-color: #fff;
        color: #0A3152;
        text-align: left;
        border-radius: 6px;
        padding: 8px 10px;
        position: absolute;
        z-index: 1;
        bottom: 95%;
        left: 47%;
        margin-left: -80px;
        border: 1px solid #0A3152;
        font-size: 15px;
    }

        .customer .popuptext i {
            font-size: 20px;
            margin-right: 10px;
            vertical-align: middle;
            color: #337ab7;
        }

        .customer .popuptext a {
            color: #07253F;
            line-height: 30px;
        }

        /* Popup arrow */
        .customer .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .customer .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

        .customer .show a {
            color: #555;
        }

    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .app_gdpr {
        display: none !important;
    }

    .fb-comments {
        span {
    iframe {width:100%!important;}
                  }
}

.panel-body label[for=cbhlfcat7] {
    background-image: url('../images/stars/cbhlfcat7.png');
    width: 32px;
    height: 16px;
    font-size: 0px;
    margin-left: 5px;
}
.panel-body label[for=cbhlfcat3] {
    background-image: url('../images/stars/cbhlfcat3.png');
    width: 48px;
    height: 16px;
    font-size: 0px;
    margin-left:5px;
}
.panel-body label[for=cbhlfcat2] {
    background-image: url('../images/stars/cbhlfcat2.png');
    width: 64px;
    height: 16px;
    font-size: 0px;
    margin-left: 5px;
}
.panel-body label[for=cbhlfcat1] {
    background-image: url('../images/stars/cbhlfcat1.png');
    width: 80px;
    height: 16px;
    font-size: 0px;
    margin-left: 5px;
}
.panel-body label[for=cbhlftcat5, 00] img, .panel-body label[for=cbhlftcat4, 50] img {
    width: 103px!important;
    height: 14px!important;
}
.modal{ text-align:center;}
    .modal .center {
        background-color: hsla(0, 0%, 0%, 0.7);
        /*color: #fff;*/
        padding: 20px;
        font-size: 16px;
        height:100%;
    }
    .modal button{margin:0 auto; width:30%;}
@media (max-width:767px) {
    .modal button {
        width: 50%;
        line-height: 16px;
    }
}
@-moz-document url-prefix() {
    .userDiv {
        margin-top: 10px;
    }

        .userDiv li {
            display: block;
        }

        /*.userDiv .dropdown {
            top: 13px;
            display: block;
        }*/
}

.readmore h3 {
    margin-top:60px;
}

#shwbtn1, #shwbtn2, #shwbtn3, #shwbtn4, #shwbtn5 {
    background: #f2676b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    float:right;
}
    #shwbtn1:hover, #shwbtn2:hover, #shwbtn3:hover, #shwbtn4:hover, #shwbtn5:hover {
        background: #00adef;
        transition: All .3s ease-in;
    }

#ContentPage .paBookingTkProcesses .tkSeat {
    display: inline-block;
    background-image: url(/Assets/images/seat-plane.png);
    /*width: 375px;
            background-size: 371px 1809px;
            background-position-y: -24px;
            height: 1780px;
            padding-left: 10px;
            padding-top: 292px;*/
    width: 450px;
    background-size: 488px auto;
    background-position-y: -4px;
    height: auto;
    padding-top: 395px;
}

    #ContentPage .paBookingTkProcesses .tkSeat table {
        margin: 0 auto;
    }

    #ContentPage .paBookingTkProcesses .tkSeat tr td:first-child {
        color: #000;
        font-weight: 600;
        font-size: 12px;
    }

    #ContentPage .paBookingTkProcesses .tkSeat tr td {
        text-align: center;
        width: 33px;
        font-size: 10px;
        color: #ffffff;
        padding: 3px;
        border-radius: 5px;
    }

#ContentPage .paBookingTkProcesses {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 2px;
    /*i
            {
                font-size: 14px;
                color: @dark;
            }*/
}

    #ContentPage .paBookingTkProcesses .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingTkProcesses .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingTkProcesses .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingTkProcesses .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingTkProcesses .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookingTkProcesses .formHea h3 i:hover {
                    color: #56ad3e;
                }

        #ContentPage .paBookingTkProcesses .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookingTkProcesses .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .paBookingTkProcesses .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .paBookingTkProcesses .formHea select,
        #ContentPage .paBookingTkProcesses .formHea input {
            border: 1px solid #dedede;
            min-width: 180px;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .paBookingTkProcesses .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

        #ContentPage .paBookingTkProcesses .formHea input[type='checkbox'] {
            min-width: 16px;
            height: 16px;
            vertical-align: sub;
        }

        #ContentPage .paBookingTkProcesses .formHea label {
            font-weight: 600;
            font-size: 14px;
        }

        #ContentPage .paBookingTkProcesses .formHea .pnrContent {
            float: right;
            display: inline-table;
            width: 50%;
            margin-top: 50px;
            margin-right: 10px;
        }

            #ContentPage .paBookingTkProcesses .formHea .pnrContent td {
                width: 100%;
            }

            #ContentPage .paBookingTkProcesses .formHea .pnrContent textarea {
                width: 100%;
                height: 370px;
                padding: 10px;
                border: 1px solid #ccc;
            }

    #ContentPage .paBookingTkProcesses .gHea {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-right: 10px;
    }

        #ContentPage .paBookingTkProcesses .gHea h2 {
            font-size: 23px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingTkProcesses .date {
        width: 100px;
    }

    #ContentPage .paBookingTkProcesses div table td {
        width: 82px;
    }

    #ContentPage .paBookingTkProcesses input,
    #ContentPage .paBookingTkProcesses select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingTkProcesses .tkSeat {
        display: inline-block;
        background-image: url(/Assets/images/seat-plane.png);
        /*width: 375px;
            background-size: 371px 1809px;
            background-position-y: -24px;
            height: 1780px;
            padding-left: 10px;
            padding-top: 292px;*/
        width: 450px;
        background-size: 488px auto;
        background-position-y: -4px;
        height: auto;
        padding-top: 395px;
    }

        #ContentPage .paBookingTkProcesses .tkSeat table {
            margin: 0 auto;
        }

        #ContentPage .paBookingTkProcesses .tkSeat tr td:first-child {
            color: #000;
            font-weight: 600;
            font-size: 12px;
        }

        #ContentPage .paBookingTkProcesses .tkSeat tr td {
            text-align: center;
            width: 33px;
            font-size: 10px;
            color: #ffffff;
            padding: 3px;
            border-radius: 5px;
        }

    #ContentPage .paBookingTkProcesses .gBtn {
        text-align: right;
        margin-right: 35px;
    }

        #ContentPage .paBookingTkProcesses .gBtn .total-next {
            position: relative;
            width: 208px !important;
            height: 32px;
            font-size: 16px;
            margin-top: 35px;
            left: 10px;
        }

        #ContentPage .paBookingTkProcesses .gBtn i {
            float: right;
            position: relative !important;
            top: 10px !important;
            bottom: 0;
            right: 0;
            left: -10px;
            text-align: center;
            padding: 0px 15px;
            line-height: 32px;
            background-color: #438731;
            color: #fff !important;
            height: 32px;
            font-size: 30px !important;
        }

    #ContentPage .paBookingTkProcesses .processOk {
        text-align: center;
        width: 100%;
        padding-right: 10px;
    }

        #ContentPage .paBookingTkProcesses .processOk strong {
            display: block;
        }

            #ContentPage .paBookingTkProcesses .processOk strong:nth-child(3) {
                color: #d81e05;
                border-top: 1px solid #dedede;
                padding-top: 10px;
                margin-top: 10px;
            }

    #ContentPage .paBookingTkProcesses .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }