﻿/**
*
* 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: 13px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    a:active {
        text-decoration: none;
    }

h5 {
    font-size: 13px;
}

.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;
}

.light-row {
    background: #ffffff;
}

.dark-row {
    background: #07253F;
    padding: 60px 0;
    color: #ffffff;
}

.space {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.section-title {
    margin-bottom: 60px;
}

.site-wrapper {
    margin: auto;
}

.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: #599937;
}

#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;
}

    #loader div {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-50%,-45%);
        margin-top: 0 !important;
    }

    #loader span {
        text-align: center;
    }

/*********************************************************
			3. SUPERSIZED SLIDER 
**********************************************************/

#supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

    #supersized img {
        width: auto;
        height: auto;
        position: relative;
        display: none;
        outline: none;
        border: none;
    }

    #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 
**********************************************************/



.navbar-contact {
    margin: 10px 0;
    font-size: 13px;
    overflow: hidden;
}

    .navbar-contact .user-logged {
        text-align: right;
    }

        .navbar-contact .user-logged img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

        .navbar-contact .user-logged a {
            margin: 0 0 0 15px;
        }

    .navbar-contact a {
        color: #BEC4C8;
        display: inline-block;
        margin: 7px 0 0 15px;
    }

        .navbar-contact a i {
            /*color: #599937;*/
            margin-right: 5px;
        }

    .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: #599937;
        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: #599937;
    }

.transparent-menu-top {
    /*background: rgba(10, 49, 82, 0.8);*/
}

.transparent-menu {
    /*background: rgba(10, 49, 82, 0.5);*/
    padding: 10px 0px;
}

    .transparent-menu i {
        margin-right: 2px;
    }

    .transparent-menu .navbar {
        margin: 0px;
    }

.navbar-header a {
    font-size: 20px;
    color: #ffffff !important;
    letter-spacing: 1px;
    font-weight: bold;
}

/* MEGA MENU */
.nav-container {
    position: relative;
}

    .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 .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: #599937;
    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: #599937;
    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: #599937;
        border: 2px solid #599937;
        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: #599937;
}

.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: #599937;
}

.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: #ffffff;*/
    font-weight: normal;
    font-size: 14px;
    padding: 15px 9px;
    letter-spacing: 1px;
    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;
}

    .transparent-menu .navbar-nav > li > a:hover {
        color: #fff;
    }

.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: #599937;
}

.transparent-menu .dropdown-menu > li > a {
    background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 13px;
    line-height: 2;
    position: relative;
    margin-left: 15px;
    font-weight: bold;
}

    .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: #599937 !important;
    }

.transparent-menu .dropdown-menu {
    background: #07253F;
    border: none;
    font-size: 13px;
    box-shadow: none;
    padding: 15px 0px;
}

.transparent-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    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;
}

    .transparent-menu .navbar-default .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .transparent-menu .navbar-default .navbar-toggle:focus,
    .transparent-menu .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

@media (max-width: 991px) {
    .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;
                padding-bottom: 10px;
            }

    .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;
    }
}

@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: 13px;
    }

        .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: #333;
            }

    .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;
    color: #000;
}

.light-menu .navbar-nav > li > a:hover {
    color: #333;
}

.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: #333;
}

.light-menu .dropdown-menu > li > a {
    background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 13px;
    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: #599937 !important;
    }

.light-menu .dropdown-menu {
    background: #07253F;
    border: none;
    font-size: 13px;
    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;
}
@media(max-width:767px){
.search-section {
    margin-top: 20px;
    margin-bottom: 60px;
}
}
    .search-section .nav-tabs {
        border-bottom: none;
    }

        .search-section .nav-tabs .active {
            position: relative;
        }

            .search-section .nav-tabs .active:after {
                background: #599937 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;
            }

        .search-section .nav-tabs > li > a {
            color: #ffffff;
            background: rgba(10, 49, 82, 0.5);
            letter-spacing: 1px;
            font-weight: bold;
            border-radius: 2px 2px 0 0;
            margin-right: 4px;
        }

    .search-section .nav > li > a {
        padding: 15px;
    }

    .search-section .nav-tabs > li {
        margin-bottom: 0px;
    }

        .search-section .nav-tabs > li > a:hover {
            color: #ffffff;
            background: #599937;
            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: #599937;
            border: 1px solid transparent;
        }

@media(max-width:767px) {
    .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: #599937;
        border: 1px solid transparent;
        font-size: 20px;
    }
}

.search-section .tab-content {
    color: #07253F;
    background: #fff;
    padding: 30px 15px;
}

.search-section label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.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: 15px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.search-section .form-control-room {
    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: 15px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.search-section .form-control::-moz-placeholder {
    color: #666;
}

.search-section .form-control:-ms-input-placeholder {
    color: #666;
}

.search-section .form-control::-webkit-input-placeholder {
    color: #666;
}

.search-section .form-control::-o-input-placeholder {
    color: #666;
}

.search-section .form-control-room::-moz-placeholder {
    color: #666;
}

.search-section .form-control-room:-ms-input-placeholder {
    color: #666;
}

.search-section .form-control-room::-webkit-input-placeholder {
    color: #666;
}

.search-section .form-control-room::-o-input-placeholder {
    color: #666;
}

.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: #599937;
}

.search-section .search-col-padding {
    padding-top: 15px;
}

.search-section option {
    color: #07253F;
}

#ui-datepicker-div {
    background: #07253F;
    z-index: 9999 !important;
}

    #ui-datepicker-div table {
        /*margin: 10px;*/
    }

.ui-datepicker-calendar a {
    padding: 5px;
    color: #ffffff;
}

    .ui-datepicker-calendar a:hover {
        color: #333;
    }

.ui-datepicker-calendar td {
    /*padding: 5px 1px;*/
}

.ui-datepicker-calendar .ui-state-disabled {
    color: #0A3152;
}

.ui-datepicker-calendar th {
    color: #ffffff;
    padding: 7px;
}

.ui-datepicker-header {
    margin: 10px;
}

    .ui-datepicker-header .ui-datepicker-title {
        color: #ffffff;
        text-align: center;
    }

    .ui-datepicker-header a {
        color: #ffffff;
        cursor: pointer;
    }

        .ui-datepicker-header a:hover {
            color: #333;
        }

.ui-spinner-up i {
    color: #BEC4C8;
    float: right;
    margin-top: -22px;
    margin-right: 10px;
    z-index: 99999;
}

.ui-spinner-down i {
    color: #BEC4C8;
    float: left;
    margin-top: -22px;
    margin-left: 10px;
    z-index: 99999;
}

.quantity-padding {
    padding-left: 40% !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: #333;
        }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
/*.btn:hover {
	color: #333;
}*/
.search-button {
    background: #599937;
    border-radius: 5px;
    padding: 6px 10px;
    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: #333;
        color: #fff;
    }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #599937 !important;
}

.offer-slider {
    margin-top: 200px;
}

    .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: #599937; 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;
}

    .bg-slider .carousel-caption h2 {
        font-weight: 800;
        font-size: 50px;
        letter-spacing: 2px;
    }

    .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: #599937; border: 2px solid transparent;
}

.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: 0px;
    }

.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: #599937 none repeat scroll 0 0; color: #fff; display: inline-block; font-size: 13px; font-weight: bold; margin: 5px 0; padding: 8px 10px;
}

.offer-box a:hover {
    background: #333;
}

.vertical-search,
.full-width-search {
    padding: 45px 0px;
}

.tran-search-box .tab-content {
    background: rgba(10, 49, 82, 0.5);
    color: #fff;
}

    .tran-search-box .tab-content .form-control,
    .tran-search-box .input-group-addon,
    .tran-search-box .custom-select-button {
        color: #07253F;
        background: #fff;
    }

.tran-search-box .nav-tabs {
    border-bottom: 4px solid #599937;
}



@media (max-width: 991px) {
    .offer-slider,
    .offer-box {
        display: none;
    }
}

@media (max-width:767px) {
    .vertical-tab .nav-tabs > li {
        display: block;
        width: auto;
    }

    .vertical-tab-pannel {
        padding-left: 15px;
    }

    .vertical-tab {
        padding-right: 0px;
        margin-top: 0px;
    }

    .search-top span {
        display: none;
    }

    .nav > li > a {
        padding: 10px;
    }

    .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 h4,
    .bg-slider .carousel-caption a {
        display: none;
    }

    .bg-slider .carousel-caption {
        top: 5%;
    }
}

/*********************************************************
			7. HOMEPAGE (INDEX-1, INDEX-2, INDEX-3, INDEX-4 ETC.) 
**********************************************************/

.section-title h2 {
    font-weight: 800;
    letter-spacing: 2px;
}

.section-title h4 {
    font-weight: bold;
    position: relative;
}

.section-title p {
    line-height: 2;
}

.icon-desc h4 {
    margin-top: 30px;
    font-weight: bold;
}

.icon-desc i {
    color: #333;
    border: 2px solid #333;
    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;
    }

    .home-product h5 {
        color: #333;
        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: #333;
    margin: 10px 0;
}

.pricing-info {
    margin-top: 15px;
    overflow: hidden;
}

    .pricing-info span {
        font-size: 16px;
        font-weight: bold;
        color: #599937;
    }

    .pricing-info a {
        color: #fff;
        padding: 8px;
        font-weight: bold;
        background: #599937;
        display: inline-block;
        border: 2px solid transparent;
    }

        .pricing-info a:hover {
            border: 2px solid #599937;
            color: #599937;
            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-image2.jpg) center center;
    background-attachment: fixed;
    overflow: hidden;
}

.td-overlay {
    padding: 60px 0px 120px;
    background: rgba(10, 49, 82, 0.8);
}

.light-section-title {
    margin-bottom: 60px;
    color: #ffffff;
}

    .light-section-title h2 {
        font-weight: 800;
        letter-spacing: 2px;
    }

    .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;
}

    .td-product img {
        max-width: 100%;
        position: relative;
    }

    .td-product .overlay {
        color: #ffffff;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }

        .td-product .overlay .wrapper {
            padding: 30px;
            position: absolute;
            top: 50%;
            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: bold;
            text-align: center;
            opacity: 0;
            margin: 0px 0px 20px;
            -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;
        }

        .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;
        }

        .td-product .overlay a {
            text-align: center;
            background: #599937;
            color: #fff;
            padding: 10px 20px;
            font-weight: bold;
            margin-top: 10px;
            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 a:hover {
                border: 2px solid #599937;
                color: #599937;
                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 a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

@media (max-width:767px) {
    .td-product h3 {
        font-size: 16px;
    }

    .td-product p {
        font-size: 13px;
        line-height: 1.6;
    }

    .td-product a {
        font-size: 13px;
    }

    .td-product .overlay .wrapper {
        padding: 10px;
    }
}

/* 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: #333;
        }

        .room-grid-view .room-info .hotel-ammeties i {
            border: 1px solid #BEC4C8;
            border-radius: 50%;
            color: #BEC4C8;
            font-size: 13px;
            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: #599937;
            text-transform: uppercase;
        }

    .room-grid-view:hover .room-info .room-book a {
        color: #ffffff;
        background: #333;
    }
/* 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: #599937 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    height: 50px;
    width: 100%;
}

    .subscribe-box button:hover {
        background: #333;
        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: 60px 0px;
}

.col-grid {
    box-shadow: 0px 0px 5px #e6e6e6;
    margin-bottom: 30px;
    position: relative;
}

    .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: 85%;
        width: 100%;
    }

    .col-grid .body {
        padding: 20px 15px;
    }

    .col-grid .bottom a {
        background: #599937 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 15px 0;
        text-align: center;
    }

        .col-grid .bottom a:hover {
            background: #333;
        }

    .col-grid h5 {
        font-weight: bold;
        color: #333;
        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: 60px 0px;
    background: #fff;
}

    .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: #333;
        }

    .hot-deals .nav-tabs .active {
        position: relative;
    }

        .hot-deals .nav-tabs .active:after {
            background: #599937 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: #599937;
        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: 40px 0px 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: #599937 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: #333;
        }

    .hot-deal-list .item .location {
        color: #333;
    }

    .hot-deal-list .item .text-sm {
        line-height: 2;
        font-size: 13px;
    }

.hot-deal-grid .item {
    margin-top: 30px;
    color: #fff;
}

.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;
}

    .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: 2;
    }

    .hot-deal-grid .wrapper a {
        position: absolute;
        color: #fff;
        border: 2px solid #fff;
        font-weight: bold;
        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;
    }
/************************************************************************
			9. flight.html CSS Start
************************************************************************/
.flight-search {
    /*background: url('../images/bg-image10.jpg');
	background-attachment: fixed;*/
}

#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: 60px 0px;
    color: #fff;
}

#top-holiday-row {
    background: url('../images/holiday-slide5.jpg');
    background-attachment: fixed;
}
/************************************************************************
			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-attachment: fixed;
    background-size: contain;
    background-color: #000;
}

.modify-search {
    padding: 0px 0px;
    background-attachment: fixed;
}

    .modify-search .form-control {
        border-radius: 5px;
        height: 32px;
        padding: 8px;
    }

    .modify-search label {
        color: #ffffff;
    }
/*.modify-search .input-group-addon {
	background: #333;
	border: none;
	border-radius: 0;
}
.modify-search .input-group-addon i {
	color: #ffffff;
}
.modify-search .custom-select-button {
	background: #ffffff;
    border-radius: 0;
    height: 32px;
}
.modify-search .modify-search-button {
	height: 32px;
	background: #599937;
	color: #ffffff;
	border-radius: 0;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 6px 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: #333;
	background: #ffffff;
}*/
.filter-head {
    color: #fff;
    background: #07253F;
    padding: 15px;
}

    .filter-head h4 {
        line-height: 1.5;
        margin: 0px 0px;
        position: relative;
    }
/*.filter-head h4:after {
	content: "\f0b0";
	background: #07253F none repeat scroll 0 0;
    border: 4px solid #0A3152;
    border-radius: 50%;
    font-family: "FontAwesome";
    height: 40px;
    left: 42%;
    padding: 4px 6px;
    position: absolute;
    top: 130%;
    width: 40px;
}*/
.filter-area {
    background: #0A3152;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.price-filter .ui-slider-horizontal {
    height: 10px;
    background: #ffffff;
}

.price-filter label {
    display: none;
}

.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: #333;
        color: #ffffff;
    }

.price-filter input {
    background: #0A3152;
    border: none;
    color: #F19C4F;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    width: 100%;
}

.filter-area h4 {
    margin: 10px 0px 20px 0px;
    letter-spacing: 1px;
}

.filter-area h5 i {
    font-size: 18px;
    margin-right: 5px;
}

.filter-area h5 {
    color: #333;
    margin-top: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.filter-area ul {
    list-style: none;
    padding-left: 10px;
    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 {
    border-top: 1px solid #07253F;
    padding: 10px 0px;
}

    .filter:first-child {
        border-top: none;
        padding: 15px 0px 30px;
    }

.price-filter input {
    margin: 5px 0px;
}

.name-filter .input-group {
    margin-top: 20px;
}

.name-filter .input-group-addon {
    color: #ffffff;
    background: #333;
    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: 10px;
    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 .room-grid-view img {
    max-width: 100%;
}

.hotel-listing .room-grid-view {
    margin-top: 40px;
}

.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: #333;
    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;
    }
}

/************************************************************************
			14. hotel-list.html & hotel-list-2.html CSS Start
************************************************************************/
.hotel-list-view {
    margin: 10px 3px 0px;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}

    .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;
    }

    .hotel-list-view img {
        width: 100%;
        min-height: 150px;
        max-height: 150px;
        padding: 0px;
    }

    .hotel-list-view .hotel-info {
        /*border-right: 1px solid #e6e6e6;*/
        min-height: 150px;
        padding: 0px 20px;
    }

    .hotel-list-view .switch-img {
        border-right: solid 1px #000;
    }

    .hotel-list-view .hotel-header h5 {
        font-weight: normal;
        line-height: 1.6;
        font-size: 20px;
    }

    .hotel-list-view .hotel-header i {
        color: #599937;
        margin: 0px 2px;
        font-size: 18px;
    }

    .hotel-list-view .hotel-header p {
        color: #333;
    }

        .hotel-list-view .hotel-header p i {
            color: #000;
            margin: 0px 2px;
            font-size: 18px;
        }

    .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 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: 11px 0px;
        border-bottom: 1px solid #e6e6e6;
        min-height: 60px;
    }

        .hotel-list-view .rating-box .tripadvisor-rating {
            margin: 10px 0px 5px;
        }

        .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;
    }

        .hotel-list-view .room-book-box h5 {
            font-size: 16px;
            font-weight: 700;
        }

        .hotel-list-view .room-book-box a {
            background: #599937;
            color: #ffffff;
            font-weight: bold;
            padding: 5px 10px;
            display: inline-block;
            margin-top: 80px;
            border-radius: 5px;
            border: 1px solid #000000;
            font-size: 16px;
        }

    .hotel-list-view:hover .room-book-box a {
        background: #599937;
        color: #fff;
    }

@media (max-width: 991px) {
    .hotel-list-view img {
        min-height: initial;
    }

    .hotel-list-view .hotel-info {
        border-right: none;
        min-height: 70px;
        padding: 0px 5px;
    }

    .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%;
    }
}

/********************************************************************************
			15. flight-list.html 
*********************************************************************************/
.modify-flight {
    background: url('../images/bg-image10.jpg');
    background-attachment: fixed;
    background-size: contain;
}

.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: #333;
    border: transparent;
    border-radius: 0;
}

.filter-area .stop-filter .btn-group {
    margin-top: 10px;
}

.lowest-fare-slider {
    margin-top: 20px;
}

    .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: 11px;
    }

.flight-listing .sort {
    margin-top: 30px;
}

.lowest-fare-slider .owl-theme .owl-nav [class*="owl-"] {
    background: #599937;
    padding: 5px 3px;
    margin: 0;
    border-radius: 0;
}

.lowest-fare-slider .owl-carousel .owl-item {
    background: #f7f7f7;
    padding-bottom: 10px;
}

.flight-list-view {
    /*margin: 40px 15px 0px;*/
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
    /*overflow: hidden;*/
}

    /*.flight-list-view:hover {
        border: 1px solid #F19C4F;
        box-shadow: 0px 0px 5px #F19C4F;
    }*/

    .flight-list-view .airline-logo {
max-width: 70px;
    margin-bottom: 5px;
    }

    .flight-list-view h6 {
        margin-bottom: 0px;
    }

    .flight-list-view .take-off {
        border-bottom: 1px solid #e6e6e6;
        padding: 5px 0px;
    }

    .flight-list-view .landing {
        padding: 5px 0px;
    }

    .flight-list-view .flight-desc h5 {
        font-size: 13px;
    }

    .flight-list-view .flight-desc h4 i {
        margin-right: 5px;
        color: #599937;
    }

    .flight-list-view .flight-desc {
        border-right: 1px solid #e6e6e6;
        min-height: 123px;
    }

        .flight-list-view .flight-desc .duration {
            margin-top: 5px;
        }

    .flight-list-view .price {
        padding: 10px 0px 0px 0px;
    }

        .flight-list-view .price h4 {
            font-weight: bold;
        }

    .flight-list-view .book a {
        font-weight: bold;
        color: #ffffff;
        background: #599937;
        padding: 8px 20px;
        display: inline-block;
    }

    .flight-list-view .book {
        padding: 5px 0 10px;
    }

        .flight-list-view .book h6 {
            margin-top: 10px;
        }

    .flight-list-view:hover .book a {
        background: #333;
    }

.flight-details .close {
    font-size: 20px;
    color: #07253F;
    margin-top: 4px;
}

.flight-details .modal-dialog {
    margin: 8% auto;
}

.flight-details .modal-content {
    border-radius: 0;
    padding: 0px;
}

.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: 10px 0px;
    padding: 8px 20px;
    color: #ffffff;
    background: #599937;
    font-weight: bold;
}

    .flight-details-book a:hover {
        color: #ffffff;
        background: #333;
    }

.flight-details-body {
    margin-top: 20px;
}

.itinerary-details {
    overflow: hidden;
}

#itinerary h4 {
    font-weight: bold;
}

#itinerary i {
    padding: 0px 0px 0px 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;
    font-weight: bold;
}

.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 20px 10px 10px !important;
        font-size: 13px;
    }

    #fare td {
        padding: 10px 10px 0px 8px;
        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: 15px;
        background-color: #eee;
        padding: 10px;
    }

@media (max-width: 991px) {
    .flight-list-view .flight-desc {
        border-top: 1px solid #e6e6e6;
    }

    .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;
    }
}

/************************************************************************
			16. hotel-list-2.html CSS Start
************************************************************************/
.flight-list-v2 {
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    border: 1px solid #000;
    box-shadow: 0px 0px 5px #e6e6e6;
    background-color: #fff;
}

    .flight-list-v2:hover {
        border: 1px solid #F19C4F;
        box-shadow: 0px 0px 5px #F19C4F;
    }

    .flight-list-v2 .airline {
        padding: 10px 0px;
    }

        .flight-list-v2 .airline h6 {
            margin-top: 5px;
        }

    .flight-list-v2 img {
        max-width: 85%;
        padding-left: 5px;
        width: 100px;
    }

    .flight-list-v2 .bold {
        font-weight: normal;
    }

    .flight-list-v2 h3 {
        font-weight: bold;
        margin: 20px 0px 0px;
    }

.stop-duration {
    padding: 15px;
}

.flight-stop {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #c3bfbf;
    margin-top: -8px;
    margin-left: 47%;
    z-index: 1;
    position: relative;
}

.stop-center {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -11px;
    margin-left: 48%;
    position: relative;
    border: solid 2px #e0dada;
}

.stop-box-center {
    margin-left: 42%;
    width: 48px;
    position: relative;
    z-index: 0;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
}


.stop-1 {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -12px;
    margin-left: 22%;
    position: relative;
    border: solid 2px #e0dada;
}

.stop-box-1 {
    margin-left: 17%;
    width: 48px;
    position: relative;
    z-index: 0;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
}

.stop-2 {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -25px;
    margin-left: 74%;
    position: relative;
    border: solid 2px #e0dada;
}

.stop-box-2 {
    margin-left: 69%;
    width: 48px;
    position: relative;
    z-index: 0;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
}

.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: 34%;
    width: 86px;
    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: left;
}

.flight-list-v2 .destination {
    text-align: right;
}

.flight-list-v2 .duration {
    margin-top: 5px;
}

.flight-direction {
    border-top: 1px solid #c7c7c7;
    position: relative;
    margin-top: 15px;
    z-index: 0;
    margin-bottom: 5px;
}

    .flight-direction:after {
        background: #c7c7c7 none repeat scroll 0 0;
        border-radius: 50%;
        color: #0A3152;
        content: "";
        height: 9px;
        position: absolute;
        right: -2px;
        top: -4px;
        width: 9px;
    }

    .flight-direction:before {
        background: #c7c7c7 none repeat scroll 0 0;
        border-radius: 50%;
        color: #0A3152;
        content: "";
        height: 9px;
        position: absolute;
        left: -2px;
        top: -4px;
        width: 9px;
    }

.flight-direct {
    height: 17px;
    background-color: #fff;
    margin-top: 17px;
    margin-left: 36%;
    z-index: 1;
    position: absolute;
    top: 6px;
    color: #f60;
    font-size: 13px;
}

.flight-direction {
    border: 1px solid #e6e6e6;
    position: relative;
    margin-top: 15px;
    z-index: 0;
    margin-bottom: 5px;
}

.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: #000;
        padding: 15px 15px;
        margin-left: 20px;
        font-weight: bold;
    }

@media(max-width:767px) {
    .flight-list-footer .pull-right a {
        color: #ffffff;
        background: #000;
        padding: 9px 15px;
        margin-left: 20px;
        font-weight: bold;
    }
}

.flight-list-v2:hover .flight-list-footer .pull-right a {
    background: #599937;
}

.flight-list-footer .refund {
    color: #599937;
    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: #599937;
    }

    .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: #599937;
                    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: #333;
        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: #599937;
    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: #333;
}

@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');*/
    padding: 12px 0px;
    /*background-attachment: fixed;
	background-size: contain;*/
    color: #ffffff;
    background-color: #000;
}

    .page-title h3 {
        font-weight: 800;
        font-size: 28px;
        letter-spacing: 1px;
    }

    .page-title h5 i {
        color: #F19C4F;
    }

    .page-title p {
        color: #fff;
    }

        .page-title p i {
            margin-right: 5px;
        }

.hotel-detail img {
    max-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: #599937;
    }

    .room-type .panel-collapse a {
        color: #ffffff;
        font-weight: bold;
        padding: 10px 20px;
        background: #599937;
        display: inline-block;
        margin-top: 10px;
    }

        .room-type .panel-collapse a:hover {
            background: #333;
        }

.panel-group {
    margin-bottom: 0px;
}

    .panel-group .panel {
        border-radius: 0;
    }

.panel-default {
    border-color: #e6e6e6;
}

    .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%;
}

.hotel-detail-sidebar .sidebar-item {
    margin-top: 10px;
    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: 5px 12px;
    line-height: 1.6;
    font-weight: normal;
    background: #bfbfbf;
    text-transform: uppercase;
    font-weight: bold;
}

    .hotel-detail-sidebar h4 i {
        color: #599937;
        margin-right: 5px;
    }

.hotel-detail-sidebar .sidebar-item .sidebar-item-body {
    padding: 2px 14px;
    overflow: hidden;
    background-color: #fff;
}

    .hotel-detail-sidebar .sidebar-item .sidebar-item-body h5 {
        line-height: 1.6;
    }
    @media(max-width:767px){
.hotel-detail-sidebar .sidebar-item .sidebar-item-body h5 {
        line-height: 1.6;
        font-size:12px;
    }
    }
        .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: #599937;
        }

            .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: #599937;
    }

.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: 5px;
}

.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: #599937;
}

    .guest-say h2 i {
        color: #599937;
    }

.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%;
    width: 100%;
    max-height: 89px;
}

.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: #333;
        }

    .similar-hotel-box span {
        margin-top: 5px;
        color: #599937;
        font-weight: bold;
    }

.room-complete-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .room-complete-detail p {
        line-height: 2;
    }

    .room-complete-detail h3 {
        margin-top: 0px;
    }

    .room-complete-detail .tab-content {
        padding: 15px 15px;
        overflow: hidden;
        background-color: #fff;
    }

    .room-complete-detail .room-info-wrapper {
        overflow: hidden;
        padding: 10px 5px;
        /*border: 1px solid #e6e6e6;*/
        background-color: #f7f7f7;
        margin-bottom: 5px;
    }

        .room-complete-detail .room-info-wrapper h5 {
            margin-top: 0;
            color: #333;
        }

        .room-complete-detail .room-info-wrapper h4 {
            margin-top: 0px;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .room-complete-detail .room-info-wrapper p i {
            border: 1px solid #bec4c8;
            border-radius: 50%;
            color: #bec4c8;
            font-size: 13px;
            height: 30px;
            margin: 5px;
            padding: 8px;
            width: 30px;
        }

        .room-complete-detail .room-info-wrapper .price h3 {
            margin-top: 0px;
            font-size: 18px;
        }

.currency {
    font-size: 14px;
}

.room-complete-detail .room-info-wrapper .book a {
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 30px;
    background-color: #599937;
    border-radius: 5px;
}

    .room-complete-detail .room-info-wrapper .book a:hover {
        background: #49802b;
        color: #fff;
    }

.room-complete-detail .nav-tabs > li > a {
    background: #333 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;
}

.ammenties-1 {
    overflow: hidden;
}

    .ammenties-1 p {
        background: #e6e6e6 none repeat scroll 0 0;
        line-height: 1;
        margin: 10px 0;
    }

        .ammenties-1 p i {
            background: #599937 none repeat scroll 0 0;
            color: #fff;
            margin-right: 20px;
            padding: 15px;
            position: relative;
        }

            .ammenties-1 p i:after {
                background: #599937 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-2 {
    overflow: hidden;
}

    .ammenties-2 span {
        background: #599937 none repeat scroll 0 0;
        display: block;
        position: relative;
        padding: 10px 0px;
        color: #ffffff;
        opacity: 0;
    }

        .ammenties-2 span:after {
            background: #599937 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: #599937;
        margin-right: 10px;
        padding: 10px;
        border: 1px solid #599937;
    }

.ammenties-5 {
    overflow: hidden;
}

    .ammenties-5 h3 {
        margin-top: 25px;
    }

    .ammenties-5 i {
        color: #599937;
        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;
}

.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: #599937;
}

.load-more a {
    background: #599937 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 50px;
}

    .load-more a:hover {
        background: #333;
    }

#write-review .form-control {
    border-radius: 0;
}

#write-review label {
    margin-top: 10px;
    font-weight: normal;
}

.submit-review {
    background: #599937 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 50px;
}

    .submit-review:hover {
        background: #333;
        color: #ffffff;
    }

@media (max-width: 991px) {
    .room-info-wrapper {
        padding-bottom: 0px !important;
            border: 2px solid #e6e6e6;
    }

        .room-info-wrapper .booking-box {
            border-top: 1px solid #e6e6e6;
            overflow: hidden;
        }

    .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;
        text-align:left;
    }

        .room-complete-detail .room-info-wrapper .price h3 {
            margin: 0px;
        }

    .room-complete-detail .room-info-wrapper .book a {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    #modify-search-top {
    margin-top: 94px !important;
}
    .clearfix-xs {
        clear: both;
    }

    .room-info-wrapper .room-desc {
        padding: 5px 0px;
    }

    .room-complete-detail .nav-tabs li a span {
        display: inline;
    }
}

/*********************************************************************************
				21. hotel-detailed-2.html CSS Start
*********************************************************************************/
.sidebar-booking-box {
    position: relative;
}

    .sidebar-booking-box h3 {
        background: #599937 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: #599937 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: #599937 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: #599937 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: #599937;
    }

    .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: #599937;
            }

        .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: #599937;
        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: #599937 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: #fff;
}

    .page-title span i {
        margin: 0px 5px;
        font-weight: normal;
    }

.page-title h4 {
    font-weight: bold;
    color: #fff;
}

#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: #599937;
        }

    .package-complete-detail .nav-tabs > li > a {
        background: #333 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: #599937;
        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: #599937;
        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: #599937;
        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: #333;
            }

.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: #599937;
    }

.daily-schedule {
    margin-top: 20px;
}

    .daily-schedule .title {
        background: #e6e6e6;
    }

    .daily-schedule .title {
        font-size: 16px;
        font-weight: bold;
    }

        .daily-schedule .title span {
            background: #599937 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: #599937 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: #599937 !important;
}

.inclusion-title {
    background: #e6e6e6;
}

    .inclusion-title span {
        background: #599937 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: #599937 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 i {
    margin: 0px 10px;
}

#review-booking .flight-list-v2 {
    margin: 0px;
}

.booking-tab {
    background: #e6e6e6;
}

.booking-detail {
    padding: 20px 0px;
}

.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: #599937 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: 16px;
    }

    .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: #eee none repeat scroll 0 0;
        padding: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0px;
    }
    .col-lg-4.Coupon-sidebar.tab-content.hidden-sm.hidden-xs{
         float: inline-end;
         background: transparent linear-gradient(180deg, #FFFFFF 0%, #FAFDFF 100%);
    border: 1px solid #D9DFEA;
    border-radius: 15px;
    overflow: hidden;
    }
    .fr_sidebaer_inner_box .radio-invrto {
    padding: 9px 9px 9px 43px;
    border: 1px solid #F5F6F8;
}
    .bg_grey {
    background: #F5F6F8;
}
.rdsss_10 {
    border-radius: 10px;
}
.martp-10 {
    margin-top: 10px;
}
.fontt-11 {
    font-size: 11px;
}
.justify-cnt-btwn {
    justify-content: space-between;
}
.dspl-flex {
    display: flex
;
}
.martp-5 {
    margin-top: 5px;
}
.ft-400 {
    font-weight: 400 !important;
}
.dspl-flex {
    display: flex
;
}
.martp-10 {
    margin-top: 10px;
}
.justify-cnt-cntr {
    justify-content: center;
}
.dspl-flex {
    display: flex
;
}
.radio-invrto {
    margin:10px;
    display: flex;
    position: relative;
    font-weight: 600;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cpn_bxx {
    background: #FFFFFF;
    border: 1px dashed #D6DAE2;
    border-radius: 5px;
    display: inline-flex
;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 7px;
}
    .cpncd_lnk_prnt {
    position: relative;
}
    .text_bl {
    color: #2196F3;
}
    .fontt-13 {
    font-size: 13px;
}
    .cpncd_lnk {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

    .rmv_text {
    display: none;
    color: #55515F;
}
    .int_grp input[type="text"] {
    width: 100%;
    border: 1px solid #C1C6D1;
    border-radius: 10px;
    height: 46px;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    text-transform: uppercase;
}
    .int_grp.cpncd_lnk_prnt{
        padding:15px;
    }
    .cpncd_lnk_prnt input {
    padding-right: 60px !important;
}
    .Coupon-sidebar .coupon-item h4 {
       
        background: #eee none repeat scroll 0 0;
        padding: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0px;
    }
    .Coupon-sidebar .coupon-item h4 i{
         color: #599937;
            margin-right: 10px;
    }

        .booking-sidebar .sidebar-item h4 i {
            color: #599937;
            margin-right: 10px;
        }

.booking-sidebar .sidebar-body {
    padding: 10px;
}

    .booking-sidebar .sidebar-body .table {
        margin-bottom: 0px;
    }

    .booking-sidebar .sidebar-body table tr {
        border-bottom: 1px solid #d8d0d0;
        background-color: #eee;
    }

        .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 {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
    margin-top: 40px;
}

    .login-box h3 {
        background: #e6e6e6 none repeat scroll 0 0;
        line-height: 1.6;
        margin: 0;
        padding: 0px 20px;
    }

.booking-form {
    padding: 0 15px 20px;
    overflow: hidden;
}

    .booking-form a {
        color: #599937;
        margin-top: 5px;
        display: block;
    }

    .booking-form label {
        margin-top: 15px;
    }

    .booking-form button {
        background: #599937 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: #333;
        }

.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;
}

#passenger-info {
    /*overflow: hidden;*/
}

.passenger-detail {
    /*overflow: hidden;*/
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
}

    .passenger-detail h3 {
        margin: 0px;
        padding: 2px 20px;
        line-height: 1.6;
        background: #e6e6e6;
    }

.passenger-detail-body {
    padding: 10px;
}

    .passenger-detail-body label {
        margin-top: 5px;
        font-weight: normal;
    }

    .passenger-detail-body .form-control {
        border-radius: 0px;
    }
    .passenger-detail-body .form-group {
        margin-bottom:10px;
    }
        .passenger-detail-body .form-group .error{
            margin-bottom:0;
        }

    .passenger-detail-body button {
        background: #599937 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        /* margin-top: 20px; */
        /* margin-bottom: 20px; */
        border: none;
        padding: 10px 20px;
    }

        .passenger-detail-body button:hover {
            background: #333;
        }

        .passenger-detail-body button i {
            margin-left: 5px;
        }

.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 20px;
    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: #599937 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        margin-top: 25px;
        padding: 10px 20px;
    }

        .paypal-pay a:hover {
            background: #333;
        }

@media (max-width: 767px) {
    .login-box {
        margin-bottom: 40px;
    }
}

/*********************************************************************************
				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;
    font-weight: normal;
    font-size: 15px;
}

.booking-summary .fa-star {
    color: ##599937;
}

.booking-summary .loc {
    color: #333;
    font-size: 13px;
}

.booking-summary .fa-map-marker {
    margin-right: 5px;
}

.booking-summary .date h2 {
    margin: 0px;
}

.booking-summary .date h5 {
    background: #000;
    margin: 0px;
    padding-top: 2px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

.booking-summary .date h3 {
    background: #000;
    margin: 0px;
    padding: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.booking-summary .date h6 {
    margin-bottom: 2px;
    margin-top: 2px;
    color: #000;
    /* background-color: #ccc; */
}

.booking-summary .date {
    border: 1px solid #000;
    max-width: 69px;
    padding-top: 0px;
    border-radius: 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: #599937;
    }

    .booking-summary-v2 p span {
        font-weight: bold;
    }

    .booking-summary-v2 a {
        background: #599937 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: #333;
        }

@media (max-width: 991px) {
    .booking-summary-v2 a {
        margin: 10px 0px 15px;
    }
}
/*********************************************************************************
				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: #599937;
        }

    .rec-box td i {
        color: #599937;
        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: #333;
        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: #333;
        }

    .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: #599937;
        margin-top: 20px;
        padding: 10px 20px;
        font-weight: bold;
    }

        .sidebar-subscribe button:hover {
            background: #333;
        }

.recent-post .wrapper:last-child {
    margin-bottom: 0px;
}

.post-cat {
    margin: 40px 0px;
}

    .post-cat a {
        color: #07253F;
    }

        .post-cat a:hover {
            color: #333;
        }

    .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: #599937;
        margin: 0px 5px;
    }

    .post-body p a {
        color: #172755;
    }

        .post-body p a:hover {
            color: #333;
        }

.post-footer {
    overflow: hidden;
    background: #e6e6e6;
}

    .post-footer h5 {
        margin-top: 15px;
    }

        .post-footer h5 a {
            color: #333;
        }

    .post-footer .read-more a {
        background: #599937 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        padding: 15px 20px;
    }

        .post-footer .read-more a:hover {
            background: #333;
        }

.post-wrapper .youtube-video {
    width: 100%;
    height: 425px;
    border: none;
}

.blog-load-more {
    display: inline-block;
    color: #ffffff;
    background: #599937;
    padding: 10px 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

    .blog-load-more:hover {
        background: #333;
        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: uppercase;
    }

    .single-post-wrapper .blog-title p i {
        color: #599937;
        margin: 0px 5px;
    }

    .single-post-wrapper .blog-title p a {
        color: #172755;
    }

        .single-post-wrapper .blog-title p a:hover {
            color: #333;
        }

    .single-post-wrapper .main-content img {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .single-post-wrapper .main-content p {
        line-height: 2;
    }

    .single-post-wrapper .main-content h4 {
        font-weight: bold;
        margin: 15px 0px;
    }

    .single-post-wrapper .social-share {
        margin: 30px 0px;
    }

        .single-post-wrapper .social-share a {
            color: #172755;
        }

            .single-post-wrapper .social-share a:hover {
                color: #333;
            }

        .single-post-wrapper .social-share i {
            font-size: 25px;
            margin: 0px 10px;
        }

        .single-post-wrapper .social-share p {
            font-weight: bold;
        }

.blog-links {
    padding: 30px 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

    .blog-links a {
        color: #599937;
    }

        .blog-links a:hover {
            color: #333;
        }

.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: #599937;
        }

        .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: #ffffff;
    padding: 60px 0px;
    background: #333;
}

    .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: #ffffff;
    }

        .contact-address a:hover {
            color: #599937;
        }

    .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
*********************************************************************************/
.about-intro {
    padding: 60px 0px;
}

    .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;
    background: #F19C4F;
    color: #fff;
}

    .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: #333;
        }

.our-service {
    padding: 60px 0px;
}

.service-left .section-title {
    margin-bottom: 20px;
}

.service-left p {
    line-height: 2;
}

.service-right .service {
    position: relative;
    padding: 15px;
}

.service-right i {
    background: #599937 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 50px;
    left: 45%;
    padding: 12px 10px;
    position: absolute;
    top: 15%;
    width: 50px;
    z-index: 2;
}

.service-desc {
    border: 1px solid #599937;
    padding: 30px 15px 15px;
    position: relative;
    margin-top: 45px;
}

    .service-desc h5 {
        font-weight: 800;
        letter-spacing: 1px;
    }

    .service-desc p {
        line-height: 2;
    }

.our-partner {
    padding: 60px 0px;
}

    .our-partner img {
        max-width: 180px;
    }
/*********************************************************************************
				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: #599937;
        }

        .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: #599937;
    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%;
        padding-top: 0px;
    }

    .user-profile .brief-info h5 i {
        margin-right: 10px;
        color: #599937;
    }

    .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: #599937;
        }

        .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: #599937;
    }

.confirmed {
    color: #009933;
}

.failed {
    color: #599937;
}

.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,
    .reaward-points h4,
    .user-redeem-request-list h4,
    .PointDetailReport h4,
    .LoyaltyRedemptionReport h4,
    .LoyaltyPointSlabs 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: #599937;
    }

        .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: #599937;
        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: #599937;
        padding: 5px;
        margin-right: 5px;
    }

.item-entry {
    overflow: hidden;
    margin: 40px 0px;
}

    .item-entry span {
        background: #599937 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: #599937 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-footer {
    padding-top: 10px;
}

    .item-footer p {
        margin-bottom: 0px;
    }

    .item-footer a {
        display: inline-block;
        color: #599937;
        border: 2px solid #599937;
        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,
 .reaward-points button,
    .user-redeem-request-list button {
    border: 0px;
    color: #fff;
    background: #333;
    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,
.reaward-points a,
    .user-redeem-request-list a {
    background: #599937;
    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: #599937;
        }

    .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: #599937;
    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: #599937;
        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: #333;
        }

        .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: #599937;
        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: #599937;
    }

    .centered-box .subscribe .form-control {
        height: 50px;
        padding: 10px;
        border-radius: 0px;
        border: none;
    }

    .centered-box .subscribe button {
        height: 50px;
        border: 0px;
        background: #599937;
        color: #fff;
        padding: 10px;
        width: 100%;
    }

        .centered-box .subscribe button:hover {
            background: #333;
        }

.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: #599937;
        background: #fff;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

        .centered-box .social-media li a {
            display: block;
            padding: 5px;
            color: #599937;
        }

            .centered-box .social-media li a:hover {
                color: #333;
            }

.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: #599937;
    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:nth-child(1) {
            opacity: 0;
            -webkit-animation: loader 2s infinite;
            animation: loader 2s infinite;
            color: #fff;
            background: #599937;
        }

        .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: #333;
        }

        .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: #599937;
            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: #599937;
        color: #fff;
        position: relative;
        padding: 20px 0px;
    }

        .room-check h4:after {
            background: #599937 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: #599937;
    }

    .room-check label {
        margin-bottom: 10px;
    }

    .room-check .ui-spinner-up i,
    .room-check .ui-spinner-down i {
        color: #599937;
        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: #599937;
            border: 2px solid transparent;
            display: inline-block;
            padding: 10px 20px;
            font-weight: bold;
            margin-top: 15px;
        }

            #home-hotel-intro .hotel-intro a:hover {
                color: #599937;
                background: transparent;
                border: 2px solid #599937;
            }

            #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: #599937;
}

#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: #599937;
}

.hotel-subscribe-row {
    padding: 60px 0px;
    background: #f7f7f7;
}

    .hotel-subscribe-row .form-control {
        background: #fff;
        border-left: 1px solid #333;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        border-right: none;
        color: #07253F;
    }

.sm-footer {
    padding: 60px 0px;
    background: #07253F;
    color: #BEC4C8;
}

    .sm-footer h4 {
        margin: 0px 0px 20px;
        color: #599937;
        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: #599937;
        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: #599937 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 #599937;
        color: #599937;
        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: #333;
            color: #fff;
            height: 30px;
            margin: 0 10px 0 0;
            padding: 9px;
            width: 30px;
        }

            .sm-footer .social-media i:hover {
                background: #599937;
            }

.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: #599937;
        }

    .sm-footer-nav .copyright {
        color: #fff;
        font-size: 13px;
        margin: 20px 0px 0px;
    }

.go-up {
    position: absolute;
    top: 40%;
    right: 10%;
}

    .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: #599937;
        }

.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: #599937;
        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: #599937;
            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 #599937;
                color: #599937;
            }

#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: #f7f7f7;
}

.hotel-detail {
    padding: 0px 0px;
}

    .hotel-detail .main-content {
        padding: 0 20px 0 0;
    }

.hotel-detail-sidebar {
    padding: 0 0 0 0px;
}

.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;
    }

@media (max-width: 991px) {
    .hotel-detail .main-content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .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;
        }
}
/*********************************************************************************
				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;
}

    .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: #599937;
                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: #333;
    }

.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: #599937;
            border: 2px solid transparent;
        }

#why-choose-us {
    background: url('../images/holiday-slide2.jpg');
    background-attachment: fixed;
}

.choose-us-row {
    padding: 60px 0px;
    background: rgba(10, 49, 82, 0.8);
}

.choose-us-item {
    background: #fff;
    padding: 60px 20px 45px;
    position: relative;
    margin: 60px 10px 20px;
}

.choose-icon {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    height: 60px;
    left: 43%;
    position: absolute;
    top: -10%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width: 60px;
}

    .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;
}

.choose-us-item p {
    line-height: 2;
}

.choose-us-item a {
    background: #599937;
    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: #599937;
        border: 2px solid #599937;
    }

#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 {
        position: relative;
    }

        .work-step .first-step:after {
            content: "";
            width: 50%;
            height: 2px;
            background: #599937;
            position: absolute;
            right: -20%;
            top: 20%;
        }

        .work-step .second-step:after {
            content: "";
            width: 50%;
            height: 2px;
            background: #599937;
            position: absolute;
            right: -20%;
            top: 20%;
        }

        .work-step .second-step:before {
            content: "";
            width: 50%;
            height: 2px;
            background: #599937;
            position: absolute;
            left: -20%;
            top: 20%;
        }

        .work-step .third-step:before {
            content: "";
            width: 50%;
            height: 2px;
            background: #599937;
            position: absolute;
            left: -20%;
            top: 20%;
        }

    .work-step i {
        border-radius: 50%;
        background: #599937;
        color: #fff;
        font-size: 34px;
        height: 80px;
        padding: 23px;
        width: 80px;
        position: relative;
    }

    .work-step h5 {
        font-weight: 800;
        margin: 30px 0px 10px;
        letter-spacing: 1px;
    }

    .work-step p {
        line-height: 2;
    }

@media (max-width:767px) {
    .work-step .first-step,
    .work-step .second-step,
    .work-step .third-step {
        margin-top: 30px;
    }

        .work-step .third-step:before,
        .work-step .first-step:after,
        .work-step .second-step:before,
        .work-step .second-step:after {
            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: #599937;
    }

@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: #599937;
        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: #599937;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 40px;
    font-weight: bold;
}

    .reserve-car a:hover {
        color: #599937;
        border: 2px solid #599937;
        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.6;
        border: solid 1px #333;
        cursor: pointer;
        min-height: 400px;
    }

.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: #599937;
            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: #599937;
                }

    .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: #599937;
                border: 2px solid #599937;
            }

            .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: #599937;
        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: 15px 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: #599937;
        color: #fff;
        width: 100%;
        font-weight: bold;
    }

        .main-footer-sub button i {
            margin-right: 5px;
        }

        .main-footer-sub button:hover {
            background: #333;
        }

    .main-footer-sub .social-media ul {
        padding: 0px;
        list-style-type: none;
    }

        .main-footer-sub .social-media ul li {
            display: inline;
        }

    .main-footer-sub .social-media li a {
        background: #599937 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 30px;
        margin: 5px 5px 0;
        padding: 3px 7px;
        width: 30px;
    }

        .main-footer-sub .social-media li a:hover {
            background: #333;
        }

        .main-footer-sub .social-media li a i {
            font-size: 16px;
        }

.main-footer {
    padding: 25px 0px;
    /*background: #07253F;*/
}

    .main-footer .about-box {
        color: #BEC4C8;
        line-height: 2;
    }

        .main-footer .about-box h3 {
            font-weight: 800;
            margin-top: 0px;
            color: #599937;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        .main-footer .about-box a {
            display: inline-block;
            padding: 2px 15px;
            color: #599937;
            border: 2px solid #599937;
            font-weight: bold;
        }

    .main-footer .links {
        line-height: 2;
    }

        .main-footer .links ul,
        .we-accept ul,
        .main-footer-nav ul {
            list-style-type: none;
            padding: 0px;
        }

        .main-footer .links h4,
        .main-footer .contact-box h4,
        .we-accept h4 {
            color: #fff;
            margin-top: 0px;
            text-transform: uppercase;
            font-weight: normal;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        .main-footer .links ul li {
            position: relative;
        }

            .main-footer .links ul li a,
            .main-footer-nav ul li a {
                color: #BEC4C8;
                margin-left: 15px;
            }

                .main-footer .links ul li a:hover,
                .main-footer-nav ul li a:hover {
                    color: #599937;
                }

            .main-footer .links ul li:before {
                content: "\f105";
                position: absolute;
                font-family: "FontAwesome";
                color: #BEC4C8;
            }

    .main-footer .contact-box p {
        color: #BEC4C8;
        line-height: 2;
    }

        .main-footer .contact-box p i {
            border: 2px solid #bec4c8;
            border-radius: 50%;
            color: #599937;
            display: inline-block;
            height: 40px;
            margin-right: 10px;
            margin-top: 10px;
            padding: 10px 11px;
            width: 40px;
        }

.we-accept {
    padding: 30px 0px 0px;
}

    .we-accept ul li,
    .main-footer-nav ul li {
        display: inline;
        margin: 0px 5px;
    }

.main-footer-nav {
    padding: 30px 0px;
    background: #0A3152;
    color: #BEC4C8;
    position: relative;
}

    .main-footer-nav p,
    .main-footer-nav ul {
        margin-bottom: 0px;
    }

    .main-footer-nav .go-up a {
        color: #BEC4C8;
        padding: 5px 8px;
    }

@media (max-width:767px) {
    .main-footer .links h4,
    .main-footer .contact-box h4,
    .we-accept h4 {
        margin-top: 45px;
    }

    .main-footer-nav ul li {
        margin: 15px 5px;
        display: inline-block;
    }
}
/*********************************************************************************
			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: #599937 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: #599937;
    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: #599937;
        }

.login-form,
.sign-up-form {
    padding-left: 45px;
}

    .login-form label,
    .sign-up-form label {
        font-weight: normal;
    }

    .login-form .form-control,
    .sign-up-form .form-control {
        border-radius: 0;
        padding: 10px;
    }

    .login-form .input-group,
    .sign-up-form .input-group {
        margin-bottom: 15px;
    }

    .login-form .input-group-addon,
    .sign-up-form .input-group-addon {
        border-radius: 0;
        height: 40px;
        background: #e6e6e6;
    }

    .login-form button,
    .sign-up-form button {
        background: #599937 none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        display: block;
        font-weight: bold;
        margin-top: 30px;
        padding: 10px 30px;
    }

        .login-form button:hover,
        .sign-up-form button:hover {
            background: #333;
        }

        .login-form button i,
        .sign-up-form button i {
            margin-left: 5px;
        }

@media (max-width: 767px) {
    .login-form,
    .sign-up-form {
        padding: 0 15px;
        margin-top: 45px;
    }
}
/*********************************************************************************
		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: #599937;
    }

.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: #599937;
        color: #fff;
        position: relative;
    }

        .element-tab .tab-style1 .active:after {
            background: #599937 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: #599937;
    }

        .element-tab .tab-style2 .active:after {
            background: #599937 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: #599937 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: #333;
        color: #FFF;
    }

.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: 14px;
    padding: 4px 30px;
}

.gbtn {
    background: transparent;
    border: 2px solid #599937;
    border-radius: 0;
    color: #599937;
    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: #599937;
        color: #fff;
    }

.element-accordian .panel-default > .panel-heading {
    padding: 15px;
}

.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: #599937 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        margin-left: 10px;
        padding: 8px 10px;
    }

        #cabin .inclusion-body h5 a:hover {
            background: #333;
        }



/************************************************************************************
		48. LIST VIEW AND GRID VIEW SWITCH
*************************************************************************************/
.product-grid-view {
    overflow: hidden;
    width: 33.33%;
    float: left;
    padding: 0px 5px;
}

    .product-grid-view .wrapper {
        margin: 0px 0px 10px;
        border: 1px solid #373435;
        /*box-shadow: 1px 2px 2px #b9b7b7;*/
        overflow: hidden;
        min-height: 360px;
        background-color: #fff;
    }

    .product-grid-view .tripadvisor-rating {
        display: block;
    }

    .product-grid-view:hover .wrapper {
        border: 1px solid #F19C4F;
        box-shadow: 1px 2px 2px #F19C4F;
    }

    .product-grid-view img {
        max-width: 100%;
        min-height: 200px;
        max-height: 200px;
        width: 100%;
    }

    .product-grid-view .switch-img {
        width: 100%;
        text-align: center;
    }

    .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: normal;
        line-height: 1.6;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0px;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-grid-view .hotel-header h6 {
        min-height: 10px;
    }

    .product-grid-view .hotel-header h5 span {
        display: block;
    }

    .product-grid-view .hotel-header i {
        color: #599937;
        margin: 0px 2px;
        font-size: 18px;
    }

    .product-grid-view .hotel-header p {
        color: #333;
        line-height: 1.6;
        margin-bottom: 0px;
    }

    .product-grid-view .hotelAreaVisible {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*.product-grid-view .hotelAreaVisible:hover {
	text-overflow:clip;
    width:auto;
    white-space: normal;
}*/
@media (max-width: 767px) {
    .product-grid-view .hotelAreaVisible {
        text-overflow: ellipsis;
        width: 100%;
        white-space: normal;
        overflow: hidden;
    }
}

.product-grid-view .hotel-header p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 0px;
    min-height: 20px;
}

    .product-grid-view .hotel-header p i {
        margin: 0 5px;
        color: #333;
    }

.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;
    background-color: #eee;
}

    .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: 0px;
    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: 5px 0;
        width: 100%;
        text-align: center;
    }

        .product-grid-view .room-book-box .book a {
            background: #599937;
            color: #ffffff;
            font-weight: bold;
            padding: 5px 10px;
            display: inline-block;
            margin-top: 5px;
            border-radius: 5px;
            border: 1px solid #000000;
            font-size: 16px;
            cursor: pointer;
        }
/*.product-grid-view:hover .room-book-box {
	color: #ffffff;
	background: #333;
}*/
.product-grid-view:hover .room-book-box a {
    background: #4b872b;
    color: #fff;
}

.view-switcher {
    margin-top: 0px;
    display:none !important;
}

    .view-switcher a {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        padding: 5px;
        color: #333;
    }

        .view-switcher a:hover {
            color: #599937;
        }

.product-grid-view .car-item .rating-box {
    display: none;
}

@media (max-width: 991px) {
    .product-grid-view img {
        /*min-width: 100%;*/
    }

    .product-grid-view {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product-grid-view {
        width: 100%;
    }
}

.normaltxt {
    font-size: 12px !important;
    font-weight: normal !important;
}

/*.result page css start here.....*/


.result-search-form-wrapper {
    background: #000;
    color: #fff;
}

    .result-search-form-wrapper h3 {
        font-size: 20px;
        line-height: 1;
        margin: 5px 0 0;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 1px solid rgba(183, 178, 178, 0.5);
        padding: 14px 20px;
    }

    .result-search-form-wrapper > .inner {
        padding: 15px 5px;
    }

    .result-search-form-wrapper .form-control {
    }

        .result-search-form-wrapper .form-control:focus {
            border-color: #F65C33;
        }

    .result-search-form-wrapper label {
        font-weight: 400;
        margin: 0 0 5px;
    }

    .result-search-form-wrapper .tooltip-inner {
        max-width: 240px;
    }


.result-filter-wrapper {
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .result-filter-wrapper h3 {
        margin: 20px;
        margin-left: 40px;
        position: relative;
        text-transform: uppercase;
        padding-left: 27px;
        /*border-bottom: 1px solid #D60D45;*/
        padding-bottom: 2px;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
    }

        .result-filter-wrapper h3 .icon {
            width: 36px;
            height: 36px;
            border: 1px solid #D60D45;
            position: absolute;
            display: block;
            /*top: -11px;*/
            top: -8px;
            left: -20px;
            text-align: center;
            line-height: 34px;
            border-radius: 50%;
            color: #D60D45;
            font-size: 16px;
        }

.filter-toggle {
    margin: 0;
    background: #FFF;
    padding: 0;
}

    .filter-toggle h4 {
        text-transform: uppercase;
        font-size: 14px !important;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px;
        background: #fff;
        color: #000 !important;
        margin: 0;
        padding: 6px 13px 6px !important;
        border-top: 1px solid #d7d5d5;
        /* border-bottom: 1px solid #d7d5d5; */
        font-weight: bold;
    }

        .filter-toggle h4.active {
            color: #333;
        }

        .filter-toggle h4:after {
            font-size: 8px;
            top: 7px;
            right: 20px;
            border: 2px solid #fff;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 18px;
            border-radius: 50%;
            padding-left: 2px;
            color: #fff;
        }

    .filter-toggle .another-toggle-inner {
        padding: 3px 10px;
    }

    .filter-toggle .range-slider-wrapper {
        margin-bottom: -10px;
    }

.result-paging-wrapper {
    border-top: 2px solid #E6E6E6;
    margin-top: 20px;
    padding-top: 10px;
}

    .result-paging-wrapper ul.paging {
        float: right;
    }

.form-icon,
.form-icon-right {
    position: relative;
    margin-bottom: 10px;
}

    .form-icon .form-control {
        padding-left: 28px;
    }

    .form-icon i {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #999;
    }

    .form-icon-right .form-control {
        padding-right: 28px;
    }

    .form-icon-right i {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #999;
    }

.filter-toggle {
}


    .filter-toggle .btn-more-less {
        font-size: 10px;
        margin-top: 5px;
        color: #D60D45;
    }

    .filter-toggle .form-group.mt,
    .filter-toggle .range-slider-wrapper {
        padding-top: 7px;
    }

    .filter-toggle .fancy-select .form-control {
        font-size: 13px;
        padding-top: 7px;
    }

.btn-more-less,
.btn-info-more-less {
    background: none;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #7F4681;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

    .btn-more-less:hover,
    .btn-more-less:focus,
    .btn-more-less:active,
    .btn-info-more-less:hover,
    .btn-info-more-less:focus,
    .btn-info-more-less:active {
        color: #99549C;
    }

.btn-more-less {
    background: none;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #F65C33;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

    .btn-more-less:hover,
    .btn-more-less:focus,
    .btn-more-less:active {
        color: #F65C33;
    }

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mbx {
    margin-bottom: 3px !important;
}

.mrm {
    margin-right: 10px !important;
}

.ptn {
    padding-top: 0px !important;
}

.ptx {
    padding-top: 3px !important;
}

.pts {
    padding-top: 5px !important;
}

.ptm {
    padding-top: 10px !important;
}

.ptl {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pds {
    padding: 5px !important;
}

.pdl {
    padding: 15px !important;
}

.pdx {
    padding: 3px;
}

.pbm {
    padding-bottom: 10px !important;
}

.whitelink {
    color: #fff;
}

    .whitelink:hover {
        color: #000;
    }

.smalltxt {
    font-size: 11px;
}

@media (min-width: 1200px) {
    .modal-wide-width {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .modal-wide-width {
        width: 100%;
    }
}

.right-border {
    border-right: 1px solid #e6e6e6;
}

.bg-black {
    background-color: #978667 !important;
    color: #FFF;
}

.text-white {
    color: #fff !important;
}

.input-icon {
    position: relative;
}

    .input-icon input {
        padding-left: 33px;
        color: #696363;
    }

    .input-icon i {
        color: #BEC4C8;
        display: block;
        position: absolute;
        margin: 7px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon.right input {
        padding-left: 12px;
        padding-right: 33px;
    }

    .input-icon.right i {
        right: 12px;
        float: right;
    }


.ui-widget-header {
    background: #e9662c;
    color: #ffffff;
    font-weight: bold;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

    .ui-autocomplete li.ui-menu-item {
        padding: 0px;
        width: 100%;
    }

.ui-menu {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 10px .4em;
        line-height: 1.5;
        width: 100%;
        zoom: 1;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        border-radius: 0px !important;
        box-shadow: 2px 2px 2px #666;
        /*border-bottom:solid 1px #d9d9d9;*/
    }

        .ui-menu .ui-menu-item a:hover {
            text-decoration: none;
            display: block;
            padding: 10px .4em;
            line-height: 1.5;
            width: 100%;
            zoom: 1;
            background-color: #ffa376;
            color: #000;
            cursor: pointer;
            border-radius: 0px !important;
            box-shadow: 2px 2px 2px #666;
            border-bottom: solid 1px #d9d9d9;
        }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: #599937;
    font-weight: bold;
    color: #fff;
}

.ui-widget-content {
    background: #eee;
    color: #333;
    padding-left: 0px;
}

    .ui-widget-content a {
        color: #333;
    }

.text-blue {
    color: #009CD7;
}

.doneroom input {
    padding: 6px 32px;
    font-size: 13px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
}

/*form wizard start here*/
.stepwizard-step p {
    margin-top: 5px;
    font-size: 16px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 26px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 22px;
    line-height: 36px;
    border-radius: 28px;
}

/*form wizard end here*/


#rootwizard-custom-circle {
    position: relative;
}

    #rootwizard-custom-circle .navbar {
        margin-bottom: 10px;
    }
    @media(max-width:767px){
#rootwizard-custom-circle .navbar {
        margin-bottom: 15px;
    }
    }
    #rootwizard-custom-circle:before {
        content: "";
        height: 3px;
        width: 100%;
        background-color: #5CB85C;
        position: absolute;
        top: 30px;
        left: 0;
    }

    #rootwizard-custom-circle li {
        background-color: #fff;
        /*border: 3px solid #6ec06e;*/
        height: 40px;
        width: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        display: inline-block;
        float: left;
        list-style: none;
        margin-left: 21%;
        text-align: center;
        position: relative;
    }

@media (max-width:767px) {
    #rootwizard-custom-circle li:first-child {
        margin-left: 0%;
    }
}

@media (min-width:768px) {
    #rootwizard-custom-circle li:first-child {
        margin-left: 11%;
    }
}



#rootwizard-custom-circle li a {
    font-size: 17px;
    line-height: 200%;
}

    #rootwizard-custom-circle li a i {
        color: #6ec06e;
        top: 2px;
        font-size: 21px;
        padding-left: 4px;
        line-height: 40px;
        font-weight: bold;
    }

        #rootwizard-custom-circle li a i.glyphicon-send {
            left: -3px;
        }

    #rootwizard-custom-circle li a p.anchor {
        position: absolute;
        top: -35px;
        left: -130px;
        width: 300px;
        font-family: 'oswald';
    }

@media (min-width:768px) {
    #rootwizard-custom-circle li a p.description {
        font-size: 13px;
        position: absolute;
        left: -130px;
        width: 300px;
        line-height: 200%;
        font-weight: bold;
    }
}

@media (max-width:767px) {
    #rootwizard-custom-circle li a p.description {
        font-size: 13px;
        position: initial;
        left: -168px;
        width: 100%;
        line-height: 127%;
        font-weight: bold;
    }
}

#rootwizard-custom-circle li.active {
    background-color: #fff;
    /*border: 3px solid #e74c3c;*/
}

    #rootwizard-custom-circle li.active a,
    #rootwizard-custom-circle li.active p,
    #rootwizard-custom-circle li.active i {
        color: #e74c3c;
        font-size: 21px;
        padding-left: 4px;
        line-height: 40px;
        font-weight: bold;
    }

#rootwizard-custom-circle #bar {
    height: 14px;
    border-radius: 5px;
}

#rootwizard-custom-circle .tab-content {
    border-width: 0px;
}

    #rootwizard-custom-circle .tab-content .action {
        padding: 15px 0px;
        border-top: 1px solid #E6E6E6;
        margin-top: 60px;
    }

        #rootwizard-custom-circle .tab-content .action button.btn {
            padding: 7px 21px;
        }

.error {
    font-size: 11px;
    color: #db4c4a;
    font-weight: normal;
}

.payment-tabs-i {
    display: initial !important;
    /* padding: 5px; */
    font-size: 13px !important;
}

.light-yellow-bg {
    background-color: #FEFFF3 !important;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#myCarousel {
    margin: 5px auto;
    width: 100%;
}

    #myCarousel .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }

        #myCarousel .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

            #myCarousel .carousel-indicators li img {
                display: block;
                opacity: 0.5;
            }

            #myCarousel .carousel-indicators li.active img {
                opacity: 1;
            }

            #myCarousel .carousel-indicators li:hover img {
                opacity: 0.75;
            }

    #myCarousel .carousel-outer {
        position: relative;
    }


.btn-red-listing {
    color: #333;
    background-color: #fff;
    border-color: #ff0000;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-red-listing:hover,
    .btn-red-listing:focus,
    .btn-red-listing:active,
    .btn-red-listing.active {
        color: #333;
    }

.btn-blue-listing {
    color: #333;
    background-color: #fff;
    border-color: #167ed8;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-blue-listing:hover,
    .btn-blue-listing:focus,
    .btn-blue-listing:active,
    .btn-blue-listing.active {
        color: #333;
    }

.btn-green-listing {
    color: #333;
    background-color: #fff;
    border-color: #1dc331;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-green-listing:hover,
    .btn-green-listing:focus,
    .btn-green-listing:active,
    .btn-green-listing.active {
        color: #333;
    }

.btn-orange-listing {
    color: #333;
    background-color: #fff;
    border-color: #e9662c;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-orange-listing:hover,
    .btn-orange-listing:focus,
    .btn-orange-listing:active,
    .btn-orange-listing.active {
        color: #333;
    }

.btn-black-listing {
    color: #333;
    background-color: #fff;
    border-color: #333;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-black-listing:hover,
    .btn-black-listing:focus,
    .btn-black-listing:active,
    .btn-black-listing.active {
        color: #333;
    }

.btn-dark-listing {
    color: #333;
    background-color: #fff;
    border-color: #4b5d67;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-dark-listing:hover,
    .btn-dark-listing:focus,
    .btn-dark-listing:active,
    .btn-dark-listing.active {
        color: #333;
    }

.btn-pink-listing {
    color: #333;
    background-color: #fff;
    border-color: #bf3773;
    font-weight: bold;
    padding: 1px 1px 1px 5px !important;
    min-width: 137px;
    line-height: 2.5;
    white-space: initial !important;
    cursor: text;
    font-size: 10px;
}

    .btn-pink-listing:hover,
    .btn-pink-listing:focus,
    .btn-pink-listing:active,
    .btn-pink-listing.active {
        color: #333;
    }

.label-red-listing {
    background-color: #ff0000 !important;
    padding: 7px !important;
    float: right;
}

.label-blue-listing {
    background-color: #167ed8 !important;
    padding: 7px 5px !important;
    float: right;
}

.label-green-listing {
    background-color: #1dc331 !important;
    padding: 7px 5px !important;
    float: right;
}

.label-orange-listing {
    background-color: #e9662c !important;
    padding: 7px !important;
    float: right;
}

.label-black-listing {
    background-color: #333 !important;
    padding: 7px 5px !important;
    float: right;
}

.label-dark-listing {
    background-color: #4b5d67 !important;
    padding: 7px 5px !important;
    float: right;
}

.label-pink-listing {
    background-color: #bf3773 !important;
    padding: 7px 5px !important;
    float: right;
}




.filtericon {
    background-color: #740000;
    font-size: 11px;
    color: #FFFFFF;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
}


.modifysearch {
    background-color: #740000;
    font-size: 11px;
    color: #FFFFFF;
    padding: 5px 5px;
    border: none;
    border-radius: 5px;
}

.hotel-login {
    background-color: #740000;
    font-size: 11px;
    color: #FFFFFF;
    padding: 5px 5px;
    border: none;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .leftpanel1 {
        display: none;
        margin-top: 5px;
        position: absolute;
        width: 100%;
        z-index: 999999;
    }
}

@media (max-width: 767px) {
    .leftpanel1 {
        display: none;
        margin-top: 5px;
        position: absolute;
        width: 100%;
        z-index: 999999;
    }
}

@media (min-width: 1200px) {
    .searchresult {
        display: none;
        margin-top: 5px;
        position: absolute;
        width: 100%;
        z-index: 999999;
    }
}

@media (max-width: 767px) {
    .searchresult {
        display: none;
        margin-top: 5px;
        position: absolute;
        width: 100%;
        z-index: 999999;
    }
}

.btn-fillter {
    color: #ffffff;
    background-color: #740000;
}

    .btn-fillter:hover,
    .btn-fillter:focus,
    .btn-fillter:active,
    .btn-fillter.active,
    .open .dropdown-toggle.btn-fillter {
        color: #ffffff;
        background-color: #333 !important;
        border-color: #333;
    }

    .btn-fillter:active,
    .btn-fillter.active,
    .open .dropdown-toggle.btn-fillter {
        background-image: none;
    }

@media (min-width: 1441px) {
    .booking-filters {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 11px;
        background-color: #ffffff;
        padding: 15px;
        width: 100%;
        border: 1px solid #262626;
        padding-top: 0px;
    }
}

@media (min-width: 300px) and (max-width: 1440px) {
    .booking-filters {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 11px;
        background-color: #ffffff;
        padding: 15px;
        width: 80%;
        border: 1px solid #262626;
        padding-top: 0px;
    }
}

.mediumtxt {
    font-size: 20px !important;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .login-signup-popup {
        width: 90%;
    }
}

@media (min-width: 1367px) {
    .login-signup-popup {
        width: 70%;
        max-width:900px
    }
}

.selectall-box {
    position: relative;
    z-index: 1;
    top: -31px;
    left: 15px;
}

.float-right {
    float: right;
}

.text-orange {
    color: #599937;
}

.sort-wrapper {
    background: #373435;
    color: #fff;
    margin: 0 0 5px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

    .sort-wrapper > ul {
        margin: 0;
        padding-left: 0px;
    }

        .sort-wrapper > ul > li {
            display: block;
            float: left;
        }

            .sort-wrapper > ul > li > a {
                color: #fff;
                border-right: solid 1px #5d5d5d;
                display: block;
                padding: 10px 15px;
            }

            .sort-wrapper > ul > li.text {
                border-right: solid 1px #5d5d5d;
                padding: 10px 15px;
                text-transform: uppercase;
            }

            .sort-wrapper > ul > li.list-grid {
                float: right;
            }

                .sort-wrapper > ul > li.list-grid a {
                    float: right;
                    border-right: 0;
                    border-left: solid 1px #5d5d5d;
                    color: #fff;
                }

            .sort-wrapper > ul > li.active > a,
            .sort-wrapper > ul > li > a:hover {
                color: #F19C4F;
            }

    .sort-wrapper .dropdown-menu {
        min-width: 80px;
        margin: 0;
    }

@media (min-width: 1025px) {
    .filter-display {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .filter-display {
        display: none;
    }
}

a.hiddenTab {
    visibility: hidden;
    display: none;
}

.invalid {
    color: #D60D45;
}

#register {
    margin-left: 100px;
}

    #register label {
        margin-right: 5px;
    }

    #register input {
        padding: 5px 7px;
        border: 1px solid #d5d9da;
        box-shadow: 0 0 5px #e8e9eb inset;
        width: 250px;
        font-size: 1em;
        outline: 0;
    }

#result {
    margin-left: 5px;
}

#register .short {
    color: #FF0000;
}

#register .weak {
    color: #E66C2C;
}

#register .good {
    color: #2D98F3;
}

#register .strong {
    color: #006400;
}

.text-red {
    color: #ff0000;
}

.state-success .form-control {
    border-color: #7edc7f;
}

.state-warning .form-control {
    border-color: #dcb359 !important;
}

.state-error .form-control {
    border-color: #db4c4a !important;
}

.state-success em {
    color: #7edc7f !important;
    margin-top: 5px;
    display: block;
}

.state-warning em {
    color: #dcb359 !important;
    margin-top: 5px;
    display: block;
}

.tab-content .state-error em {
    color: #db4c4a !important;
    margin-top: 2px;
    display: block;
    float: right;
    font-size: 9px;
    font-style: normal;
    position: absolute;
    bottom: -11px;
}
.state-error em {
    color: #db4c4a !important;
    margin-bottom:-17px;
    margin-top: 2px;
    display: block;
    float: right;
    font-size: 11px;
    font-style: normal;
}

.state-success input,
.state-success select,
.state-success textarea {
    background: #dff0d8;
}

.state-warning input,
.state-warning select,
.state-warning textarea {
    background: #fcf8e3 !important;
}

.state-error input,
.state-error select,
.state-error textarea {
    background: #f2dede !important;
}

.mobile-filter {
    color: #5d5d5d;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.9);
    z-index: 1000;
}

    .mobile-filter ul {
        margin: 0;
    }

        .mobile-filter ul > li {
            float: left;
            display: table-cell;
            border-right: 1px solid #bfbfbf;
            vertical-align: middle;
            width: 50%;
        }

        .mobile-filter ul li a {
            color: #5d5d5d;
            border-right: solid 1px #E5E5E5;
            display: block;
            padding: 10px 15px;
            font-size: 15px;
            font-weight: bold;
        }

        .mobile-filter ul li.text {
            border-right: solid 1px #E5E5E5;
            padding: 10px 15px;
            text-transform: uppercase;
        }

@media (max-width: 767px) {
    .modal.left.fade .modal-dialog {
        left: -320px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


@media (min-width: 1200px) {
    .modal-big {
        position: relative !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block !important;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        opacity: 10 !important;
        transition: none;
        overflow: visible;
    }
}

@media (min-width: 1200px) {
    .modal-big-1 {
        position: relative !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        display: block !important;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        opacity: 10 !important;
        transition: none;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .modal-wide-width-big {
        width: 100%;
        -webkit-transform: translate(0,0) !important;
        -ms-transform: translatetranslate(0,0) !important;
        -o-transform: translatetranslate(0,0) !important;
        transform: translate(0,0) !important;
        margin: 10px auto;
    }
}

@media (min-width: 1200px) {
    .pdn-big {
        padding: 0px !important;
    }
}

@media (min-width: 1200px) {
    .box-shadow-new {
        box-shadow: 0 0 0 rgba(0,0,0,.5);
    }
}

.text-orange {
    color: #599937;
}

@media (max-width: 767px) {
    .pdn-mobile {
        padding: 0px !important;
    }
}

@media (max-width: 767px) {
    .ptn-mobile {
        padding-top: 10px !important;
    }
}

.mdn-mobile {
    margin: 0px !important;
}

}

.priceText {
    font-weight: bold;
    font-size: 20px;
}

.errorEmail {
    border: solid 1px #ff0000;
}

.btn-red {
    color: #ffffff;
    background-color: #bf4346;
    border-color: #b93f42;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #a2373a;
        border-color: #8b2f32;
    }

    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        background-image: none;
    }

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

@media(max-width:767px) {
    .sidebar-sticky {
        position: -webkit-inherit;
        position: inherit;
        top: 0px;
    }
}

.sidebar-sticky-shortby {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
}

@media (min-width: 1400px) {
    .filter-pb {
        margin-top: 0px;
        max-height: 900px;
        overflow: auto;
        padding-bottom: 50px;
    }
}

@media (min-width: 991px) and (max-width:1399px) {
    .filter-pb {
        margin-top: 0px;
        max-height: 800px;
        overflow: auto;
        padding-bottom: 50px;
    }
}

.bg-white {
    background-color: #fff;
}

.result-background {
    background: url(../images/bg-image2.jpg) center center;
    background-attachment: fixed;
    margin-top:235px;
}

.td-overlay-1 {
    padding: 0px 0px 20px 0px;
    background: rgba(236, 235, 235, 0.9);
}

.bg-result {
    background-color: rgba(255, 255, 255, 0.9);
}

.blacklink {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

    .blacklink:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.irs-to {
    left: 60% !important;
}

.irs-from {
    left: 0% !important;
}

.main-mask {
    position: absolute;
    bottom: 3px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    font-size: 22px;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.price-small-txt {
    font-size: 14px;
}


.elipis-summery {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.star-right {
    position: absolute;
    top: 47px;
    right: 4px;
}

.show-room {
    display: inline-block !important;
}

.main-mask-map {
    position: absolute;
    top: 72px;
    width: 120px;
    background: rgba(0,0,0,0.8);
    font-size: 14px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.price-smalltxt-map {
    font-size: 10px;
}

.ui-autocomplete-category {
    font-size: 16px;
    padding: 10px;
    background-color: #eee;
    font-weight: bold;
    color: #599937;
}

.ui-autocomplete {
    max-height: 500px;
    overflow: auto;
    max-width: 100%;
    max-width: 600px;
    background-color: #fff;
    border: solid 1px #ddd;
    z-index: 2;
}
@media(max-width:767px){
.ui-autocomplete {
    max-height: 400px;
    overflow: auto;
    max-width: 100%;
    max-width: 320px;
    background-color: #fff;
    border: solid 1px #ddd;
    z-index: 2;
}
}


/*flight and transfer css start here..*/

.offer-slider-mt {
    margin-top: 111px;
}

.transfer-transferdrop {
    float: left;
    width: 312px;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    background: #fff;
    display: none;
    top: 59px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    padding: 10px;
    padding-right: 0;
    position: absolute;
    z-index: 999;
    color: #666 !important;
}

.donetransfer input {
    padding: 6px 32px;
    font-size: 13px;
    background: #F1A603;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
}

.hotel-list-view .tranfer-info {
    border-right: solid 1px #eee;
    min-height: 160px;
}

    .hotel-list-view .tranfer-info h5 {
        font-size: 18px;
        font-size: 18px;
        background-color: #f8f8f8;
        padding: 5px;
        margin-bottom: 5px;
        border-bottom: solid 1px #eee;
        border-top: solid 1px #eee;
    }

    .hotel-list-view .tranfer-info i {
        font-size: 16px;
    }

.hotel-list-view .tranfer-img {
    max-height: 159px;
    min-height: 159px;
    width: 100%;
    padding: 0px;
    box-shadow: -1px 1px 0px #eee;
}

.hotel-list-view .cxl-box {
    padding: 15px 0px;
}

@media (max-width: 991px) {
    .hotel-list-view .cxl-box {
        float: left;
        border-bottom: none;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        width: 50%;
    }
}

.product-grid-view .tranfer-info {
    border-right: solid 1px #eee;
    width: 100%;
}

    .product-grid-view .tranfer-info i {
        font-size: 20px;
    }

.leftdiv-side {
    float: left;
    margin-right: 5px;
}

.transfer-text-heading {
    color: #ff6600;
}

.trigger {
    color: #151313;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    /* background-color: #000; */
    text-decoration: underline;
    text-transform: none;
}

.full-width {
    border-right: solid 1px #eee;
    padding: 10px 5px 15px 17px;
    position: relative;
    background: #fafafa;
}

.close {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    text-indent: 0.04em;
    font-weight: bold;
    /*position: absolute;
	top: 30px;
	right: 30px;*/
    z-index: 2;
    background-color: #000;
}

/*transfer list second option css*/

.results {
    float: left;
    width: 100%;
    margin: 10px 0 5px;
}

.result {
    float: left;
    width: 100%;
    background: #fff;
    color: #34394A;
    overflow: hidden;
    margin: 0 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #000;
}

    .result > div {
        padding: 0;
    }

    .result .one-fourth {
        width: 23%;
        position: relative;
    }

/*.result img {
        border-radius: 3px;
        max-height: 170px;
        max-width: 100%;
        background-color: #eee;
        padding: 5px;
        text-align: center;
        box-shadow: 2px 2px 2px #333;
        margin-top: 5px;
        margin-left: 5px;
    }*/
.transfr-img-new {
    border-radius: 3px;
    max-height: 80px !important;
    max-width: 100%;
    text-align: center;
    margin-left: 5px;
    margin-top: 0px !important;
    padding: 0px !important;
}

.transfer-list-img {
    width: 100%;
}

    .transfer-list-img ul {
        list-style: none;
    }

        .transfer-list-img ul li {
            display: block;
            width: 100% !important;
            border: none !important;
            padding: 0px;
            box-shadow: 0px 2px 0px #d8d8d8;
        }

            .transfer-list-img ul li a {
                display: inline-block;
            }

                .transfer-list-img ul li a img {
                    border-radius: 3px;
                    max-height: 103px;
                    max-width: 100%;
                    padding: 5px;
                    text-align: center;
                    display: block;
                }

                .transfer-list-img ul li a:hover img {
                    transform: scale(1.5);
                    position: relative;
                    z-index: 1;
                }

.result .one-half {
    -webkit-box-shadow: 0px 0 0 0 #ececec inset, -1px 0 0 0 #DFDFD0 inset;
    -moz-box-shadow: 0px 0 0 0 #ececec inset, -1px 0 0 0 #DFDFD0 inset;
    box-shadow: 0px 0 0 0 #ececec inset, -1px 0 0 0 #DFDFD0 inset;
}

    .result .one-half h3 {
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        padding: 10px;
        position: relative;
        font-size: 20px;
    }

@media(max-width:767px) {
    .result .one-half h3 {
        font-size: 16px;
    }
}

.result .trigger {
    height: 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    top: 20%;
    right: 0px;
    z-index: 0;
    background-color: #000;
    text-decoration: underline;
    text-transform: none;
    padding: 2px 5px;
}

/*@media (max-width:1199px) {
    .result ul {
        margin: 0;
        display: table;
        width: 100%;
        height: auto;
        padding: 0px;
        border-top: solid 1px #f7f1f1;
    }
}

@media (min-width:1200px) {
    .result ul {
        margin: 0;
        display: table;
        width: 100%;
        height: auto;
        padding: 0px;
        border-top: solid 1px #f7f1f1;
    }
}

.result li:before {
    display: none;
}

.result li {
    width: 25%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: solid 1px #ece8e8;
}

}

.result li:nth-child(2n) {
    -webkit-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    -moz-box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
    box-shadow: 1px 0 0 0 #DFDFD0 inset, -1px 0 0 0 #DFDFD0 inset;
}

.result li .icon {
    margin: 0 0 10px;
}

.result li p {
    padding: 0;
    line-height: 1.2;
}*/

.result .one-fourth > div {
    padding: 25px 30px 0 30px;
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}

.result .price {
    font-size: 22px;
    line-height: 1.2;
}

    .result .price small {
        font-size: 20px;
    }

.result .meta {
    font-size: 15px;
    color: #34394A;
}

.result .full-width {
    border-top: 1px solid #DFDFD0;
    padding: 10px 5px 15px 17px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.result .close {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    text-indent: 0.04em;
    font-weight: bold;
    /*position: absolute;
	top: 30px;
	right: 30px;*/
    z-index: 2;
    background-color: #000;
}

.transfr-panel {
    font-size: 12px !important;
    padding: 7px 7px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    background-color: #fffdfd !important;
    border: solid 1px #ccc;
}

.transfr-txt {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.transfr-txt-1 {
    font-size: 14px;
    font-weight: bold;
    color: #2759af;
}

.transfr-panel-body {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top: 0px;
    border-bottom: solid 1px #2759af !important;
    border-left: solid 1px #2759af !important;
    border-right: solid 1px #2759af !important;
}

.transfr-img {
    width: 20%;
    float: left;
    margin-right: 1%;
}

.transferlist {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    border-top: none;
    border-right: solid 1px #eee;
    padding: 10px 15px 15px 17px;
    position: relative;
    background: #fafafa;
}

    .transferlist ul {
        margin: 0px;
        padding: 0px;
        margin-left: 15px;
        border: none;
        padding-right: 20px;
    }

        .transferlist ul li {
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            margin-bottom: 8px;
            text-align: left !important;
            display: list-item !important;
            width: 100% !important;
            /*list-style: circle !important;*/
            list-style-image: url(../../../images/car-list.png) !important;
            margin-left: 0px;
            box-shadow: 0 0 0 0 #DFDFD0 inset, 0 0 0 0 #DFDFD0 inset !important;
            font-size: 12px;
            border-right: none;
        }

.transfer-btm {
    border-bottom: solid 1px #eee;
    /* border-top: solid 1px #eee; */
}

.transfr-return-txtbox {
    width: 90%;
    margin: 0px auto;
    border: solid 1px #eee;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 30px;
}

.transfr-left-box {
    min-height: 159px;
    border-right: solid 1px #eee;
}

.text-express {
    color: #e9662c;
}

@media(max-width:767px) {
    .ptm-mobile {
        padding-top: 10px !important;
    }
}

@media(max-width:767px) {
    .text-left-mobile {
        text-align: left;
    }
}
@media(max-width:767px) {
    .text-center-mobile {
        text-align: center;
    }
}
.radiuszero {
    border-radius: 0px !important;
}

.transfr-booking-img {
    min-width: 100px;
    max-width: 100px;
    max-height: 80px;
}

.vrysmallfont {
    font-size: 9px;
}

.error-txt {
    padding: 90px 0px;
    font-size: 30px;
    color: #f00;
}

.listoff-1 {
    width: 96%;
    height: auto;
}

    .listoff-1 ul {
        list-style: decimal;
    }

        .listoff-1 ul li {
            background-color: none !important;
            border: none !important;
            height: 100% !important;
            width: 100% !important;
            border-radius: 0px !important;
            margin-bottom: 10px !important;
            padding-top: 0px !important;
            padding-left: 0px !important;
            display: list-item !important;
            float: left !important;
            list-style: circle !important;
            margin-left: 1% !important;
            text-align: left !important;
            position: relative !important;
        }

.extralargetxt {
    font-size: 24px !important;
}

.pr-8 {
    padding-right: 8px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pbx {
    padding-bottom: 3px !important;
}

.pt-12 {
    padding-top: 12px;
}

.text-black {
    color: #000 !important;
}

.pln {
    padding-left: 0px;
}

.prn {
    padding-right: 0px !important;
}

.prm {
    padding-right: 10px !important;
}

.mbs {
    margin-bottom: 5px !important;
}

.mbx {
    margin-bottom: 3px !important;
}

.mbn {
    margin-bottom: 0px !important;
}

.mtn {
    margin-top: 0px !important;
}

.pdx {
    padding: 3px !important;
}

.pdn {
    padding: 0px !important;
}

.text-red {
    color: #bf4346 !important;
}

.tranfer-result {
    padding: 15px;
}

.outbound-txt {
    color: #ff6600;
}

.return-result {
    width: 100%;
    float: left;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

@media(max-width:767px) {
    .sticky {
        position: -webkit-relative;
        position: relative;
        top: 0;
    }
}

/*flight list css start here*/
.flight-outbound {
position: initial;
    top: -5px;
    font-weight: normal;
    color: #ff6600;
    font-size: 11px;
    text-align: center;
}
ul.FlightStopDirect {
    margin: 10px 0 5px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c7c7c7;
    position: relative;
    text-align: center;
}
ul.FlightStopDirect::before {
    content: '';
    position: absolute;
    background-color: #c7c7c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    left: 0px;
}
ul.FlightStopDirect::after {
    content: '';
    position: absolute;
    background-color: #c7c7c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    right: 0px;
}
ul.FlightStopDirect li {
    display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    padding: 7px 1px 1px 1px;
    vertical-align: top;
}
@media(max-width:767px) {
    .flight-outbound {
   text-align: center; 
    }
}

.flight-details-header {
    background-color: #eee;
}

.flight-list-bx {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    border: none;
    box-shadow: none;
    padding-bottom: 15px;
}

    .flight-list-bx:hover {
        border: none;
        box-shadow: none;
    }

.xs-text {
    font-size: 9px;
    color: #666;
}

.flight-list-v2 .airline1 {
    padding: 5px 0px;
}

.economy {
    left: 35%;
    position: absolute;
    top: 5px;
    font-weight: normal;
    color: #333;
}

.flight-list-v2 .time-box {
    padding: 10px 4px;
    margin-left: 33.5%;
    width: 92px;
    position: relative;
    border: 1px solid #e6e6e6;
    z-index: 0;
    margin-top: 6px;
    text-align: center;
    font-size: 13px;
}

@media(max-width:767px) {
    .flight-list-v2 .time-box {
        margin-left: 36.5%;
    }
}

.flight-list-v2 .time-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;
}

.nav-pl {
    padding-left: 35%;
}

@media(max-width:767px) {
    .nav-pl {
        padding-left: 0%;
    }
}

.changeover {
    position: absolute;
    z-index: 0;
    border: dotted 1px #ffd4c7;
    top: 13px;
    width: 98%;
}

.chngover-inside {
    max-width: 780px;
    margin: 0px auto;
    background-color: #ffede4;
    padding: 6px 0px;
    border-radius: 26px;
    border: dotted 2px #ffd4c7;
    position: relative;
    z-index: 1;
}

.flight-list-v2 .space {
    margin-top: 0px;
}

@media(max-width:767px) {
    .flight-list-v2 .space {
        margin-top: 0px;
    }
}

.outbound-width {
    max-width: 106px;
}

.bg-grey {
    background-color: #eee !important;
}

@media(max-width:767px) {
    .collape-show {
        display: block;
    }
}

.city-name {
    color: #878787 !important;
}

.flight-list-review {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
}

    .flight-list-review h4 {
        font-size: 16px;
    }

@media(max-width:767px) {
    .flight-list-review h4 {
        font-size: 14px;
    }
}

.flight-list-review h6 {
    font-size: 14px;
}

.flight-list-review .airline1 {
    margin: 0px 0px;
}

@media(max-width:767px) {
    .text-left-mobile {
        text-align: left;
    }
}

.sort-area-1 {
    background: #EDEDED;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.transfer-img {
    border-radius: 3px;
    max-height: 109px;
    min-height: 109px;
    max-width: 100%;
    padding: 0px;
    text-align: center;
    display: block;
    width: 99%;
    padding-left: 3px;
    padding-top: 2px;
}

.round {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #e6e6e6;
    margin-top: -8px;
    margin-left: 47%;
}

.round-box {
    padding: 8px 5px;
    margin-left: 20%;
    width: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    z-index: 0;
    margin-top: 6px;
    text-align: center;
}

    .round-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;
    }

.roundspace {
    margin-top: 20px;
}

.transfer-header {
    margin: 0px;
    padding: 5px 5px;
    background-color: #eee;
}

.transfer-rslt {
    width: 100%;
    float: left;
}

@media(max-width:767px) {
    .transfer-rslt {
        border-bottom: solid 1px #eee;
        margin-top: 3px;
    }
}

@media(max-width:767px) {
    .ptm-mobile {
        padding-top: 10px !important;
    }
}

.pricediv {
    display: table;
    height: 100%;
    width: 100%;
}

    .pricediv .spancenter {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.price-small-txt {
    font-size: 14px !important;
}

.transfr-currency-txt {
    font-size: 13px;
}

.text-black {
    color: #000;
}

.pl-10 {
    padding-left: 10px;
}

.pt-30 {
    padding-top: 30px !important;
}

.price-position {
    position: absolute;
    right: -16px;
    top: 30%;
    text-align: center;
}

@media(max-width:991px) {
    .price-position {
        position: relative;
        right: 0px;
        top: 0%;
        text-align: center;
        width: 100% !important;
    }
}

.transfer-info-txt {
    font-size: 13px;
    color: #666;
}

.transfer-main-mask {
    position: absolute;
    bottom: 14px;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.listoff {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    border-top: none;
}

    .listoff ul {
        margin: 0px;
        padding: 0px;
        list-style-image: url(../images/car-list.png);
        margin-left: 22px;
    }

        .listoff ul li {
            margin: 0px;
            padding: 0px;
            font-size: 13px;
            margin-bottom: 12px;
            font-weight: lighter;
        }

.transfr-depart-icon {
    position: absolute;
    left: 59px;
}

.flight-detail-img {
    width: 100px !important;
}

.blackscreen-flight {
    background: rgba(0,0,0,0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

.flight-search {
    background-color: #3c3c3c;
    padding: 5px 0px 0px 0px;
    border-top: none;
    margin: 0px 0px 0px 0px;
    color: #000;
    border-bottom: solid 2px #599937;
    min-height: 45px;
}

    .flight-search ul {
        position: relative;
        width: 100%;
        list-style: outside none none;
        margin: 0 auto;
        padding: 0;
        font-size: 13px;
    }

@media (max-width:767px) {
    .flight-search ul {
        position: relative;
        width: 100%;
        list-style: outside none none;
        margin: 0 auto;
        padding: 0;
        font-size: 11px;
    }
}

.flight-search li {
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

    .flight-search li.route {
        width: 25%;
        border-right: 1px dotted #000;
        padding-top: 9px;
        line-height: 19px;
    }

        .flight-search li.route span.destination {
            width: 46%;
            display: block;
            float: left;
            text-align: center;
        }

            .flight-search li.route span.destination .name {
                display: block;
                overflow: hidden;
                text-align: center;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
                font-size: 11px;
            }

        .flight-search li.route span.indicators i {
            vertical-align: top;
            font-size: 20px;
            padding-top: 0px;
        }

        .flight-search li.route span.indicators {
            display: block;
            float: left;
            text-align: center;
            padding-top: 0px;
        }

    .flight-search li.outboundDate {
        width: 20%;
        display: block;
        float: left;
        text-align: center;
        border-right: 1px dotted #000;
        padding-top: 5px;
        line-height: 19px;
    }

        .flight-search li.outboundDate label:hover, .flight-search li.modifiy i:hover, .flight-search li.modifiy a:hover {
            display: block;
            text-align: center;
        }

        .flight-search li.outboundDate label {
            cursor: default;
            font-weight: normal;
            margin-right: 10px;
            display: block;
            margin-bottom: 3px;
            margin-top: 5px;
            line-height: 10px;
        }

    .flight-search li.modifiy {
        width: 15%;
        float: left;
        text-align: center;
    }

        .flight-search li.modifiy a {
            text-decoration: none;
            cursor: pointer;
        }

        .flight-search li.modifiy label {
            cursor: default;
            color: #a43232;
            font-size: 90%;
            font-weight: normal;
            margin-right: 10px;
            text-transform: uppercase;
            display: block;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .flight-search li.modifiy i {
            padding-top: 2px;
            margin-bottom: 0px;
            display: block;
        }

.modifysearch-view {
    width: 100%;
    background-color: #000;
    padding: 5px;
    float: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
    position: absolute;
    left: 0px;
    top: 49px;
z-index: 9999;
    display: none;
}

.large-txt {
    font-size: 20px !important;
}

.fare-txt {
    font-size: 13px;
    font-weight: normal;
}

.ptm-100 {
    padding: 60px 0px;
}

.fare-rule-scroll {
    max-height: 250px;
    overflow: auto;
}

.flightdate-txt {
    font-size: 16px;
}

.text-green {
    color: #008e11;
}

.count-filter {
    color: #999;
    font-size: 11px !important;
    padding-left: 0px;
}

.checkbox-block {
    margin-bottom: 5px;
}

.btn-stop {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    padding: 5px 5px;
    font-size: 13px;
    width: 45px;
}

    .btn-stop:hover,
    .btn-stop:focus,
    .btn-stop:active,
    .btn-stop.active,
    .open .dropdown-toggle.btn-stop {
        color: #fff;
        background-color: #599937;
        border-color: #599937;
    }

.result-inside-hgt {
    min-height: 1000px;
}

.filter-chckbox {
    width: 48px;
    height: 46px;
    border: solid 1px #000;
    float: left;
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
}
/*late night checkbox..*/
input[type=checkbox].flight-icon-latenight {
    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=checkbox].flight-icon-latenight + label.css-label-flight-icon-latenight {
        padding-left: 0px;
        height: 20px;
        display: inline-block;
        line-height: 60px;
        background-repeat: no-repeat;
        background-position: 5px 0;
        vertical-align: middle;
        cursor: pointer;
        width: 40px;
        color: #333;
    }

    input[type=checkbox].flight-icon-latenight:checked + label.css-label-flight-icon-latenight {
        background-position: 5px -20px;
        color: #599937;
    }

label.css-label-flight-icon-latenight {
    background-image: url(../../../images/latenight-icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*morning night checkbox..*/
input[type=checkbox].flight-icon-mrng {
    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=checkbox].flight-icon-mrng + label.css-label-flight-icon-mrng {
        padding-left: 0px;
        height: 20px;
        display: inline-block;
        line-height: 60px;
        background-repeat: no-repeat;
        background-position: 5px 0;
        vertical-align: middle;
        cursor: pointer;
        width: 40px;
        color: #333;
    }

    input[type=checkbox].flight-icon-mrng:checked + label.css-label-flight-icon-mrng {
        background-position: 5px -20px;
        color: #599937;
    }

label.css-label-flight-icon-mrng {
    background-image: url(../../../images/morning-icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*afternoon night checkbox..*/
input[type=checkbox].flight-icon-afternoon {
    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=checkbox].flight-icon-afternoon + label.css-label-flight-icon-afternoon {
        padding-left: 0px;
        height: 20px;
        display: inline-block;
        line-height: 60px;
        background-repeat: no-repeat;
        background-position: 5px 0;
        vertical-align: middle;
        cursor: pointer;
        width: 40px;
        color: #333;
    }

    input[type=checkbox].flight-icon-afternoon:checked + label.css-label-flight-icon-afternoon {
        background-position: 5px -20px;
        color: #599937;
    }

label.css-label-flight-icon-afternoon {
    background-image: url(../../../images/afternoon-icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*evening night checkbox..*/
input[type=checkbox].flight-icon-evening {
    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=checkbox].flight-icon-evening + label.css-label-flight-icon-evening {
        padding-left: 0px;
        height: 20px;
        display: inline-block;
        line-height: 60px;
        background-repeat: no-repeat;
        background-position: 5px 0;
        vertical-align: middle;
        cursor: pointer;
        width: 40px;
        color: #333;
    }

    input[type=checkbox].flight-icon-evening:checked + label.css-label-flight-icon-evening {
        background-position: 5px -20px;
        color: #599937;
    }

label.css-label-flight-icon-evening {
    background-image: url(../../../images/evening-icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-outbound-flight {
    color: #757171;
    background-color: #cccccc;
    border: solid 1px #ccc;
    padding: 5px 2px;
    width: 50px;
    font-size: 12px;
    border-radius: 0px !important;
    margin: 2px;
}
.btn-outbound-flight p{
    font-size: 12px !important;
}
    .btn-outbound-flight:hover, .btn-outbound-flight:focus, .btn-outbound-flight:active, .btn-outbound-flight.active, .open .dropdown-toggle.btn-outbound-flight {
        color: #000;
        background-color: #e9662c;
        border-color: #e9662c;
    }

.mtx {
    margin-top: 3px;
}

input[type=checkbox].css-checkbox {
    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=checkbox].css-checkbox + label.css-label {
        padding-left: 22px;
        height: 17px;
        display: inline-block !important;
        line-height: 17px;
        background-repeat: no-repeat !important;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -17px;
    }

label.css-label {
    background-image: url(../../../images/minimal-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox][readonly="readonly"].css-checkbox:checked + label.css-label {
    background-position: 0 0px;
    background-image: url(../../../images/disable-checkbox.png);
    cursor: auto;
}


input[type=radio].css-checkbox {
    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].css-checkbox + label.css-label-1 {
        padding-left: 22px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=radio].css-checkbox:checked + label.css-label-1 {
        background-position: 0 -20px;
    }

label.css-label-1 {
    background-image: url(../../../images/minimal-radiobutton.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=radio].css-checkbox + label.css-label-2 {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label-2 {
    background-position: 0 -20px;
}

label.css-label-2 {
    background-image: url(../../../images/minimal-radiobutton-green.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.count-stop {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: #666;
    width: 50px;
    float: left;
    margin-right: 10px;
}

.pll {
    padding-left: 15px !important;
}

.airlineprice-filter {
    color: #999;
    font-size: 10px !important;
    padding-left: 10px;
}

.airline-name {
    margin: 0 0 10px;
    padding-top: 6px;
    padding-left: 10px;
    font-size: 11px;
    color: #999;
}

.flight-ptb {
    padding: 15px 0px;
}

.flight-confrm-txt {
    font-size: 24px !important;
}

@media(max-width:767px) {
    .flight-confrm-txt {
        font-size: 18px !important;
    }
}

.light-grey-bg {
    background-color: #eee;
}

.pdm {
    padding: 10px;
}

.airlinelogo-booking {
    max-width: auto !important;
    width: auto !important;
    max-height: 100px;
}

.extralargetxt {
    font-size: 30px !important;
}

.underline-txt {
    text-decoration: underline;
}

.left-checkbox {
    width: 24px;
    float: left;
    display: inline-flex;
}

.left-checkbox-lable {
    width: 85%;
    float: left;
    display: inline-flex;
    padding-left: 0%;
}

.left-radio-lable {
    width: auto;
    float: left;
    display: inline-flex;
    padding-left: 0%;
}

.btn-modifysearch {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    padding: 2px 5px;
    margin-bottom: 5px;
    margin-top: 7px;
    /*margin-left: 22px;*/
}

    .btn-modifysearch.active, .btn-modifysearch.focus, .btn-modifysearch:active, .btn-modifysearch:focus, .btn-modifysearch:hover, .open > .dropdown-toggle.btn-modifysearch {
        color: #fff;
        padding: 2px 5px;
        background-color: #47a547;
        border-color: #47a547;
    }

.pt-17 {
    padding-top: 17px;
}

.blackscreen-popup {
    background: rgba(161, 163, 163, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

.flight-waiting {
    width: 550px;
    height: auto;
    position: fixed;
    z-index: 99999;
    top: 40%;
    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%);
    background-color: #fff;
    border: solid 1px #333;
}

@media(max-width:767px) {
    .flight-waiting {
        width: 90%;
        height: auto;
        position: fixed;
        z-index: 99999;
        top: 40%;
        left: 50%;
    }
}

.flight-waiting-header {
    background-color: #000;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.flight-waiting-bg {
    background-color: #eee;
    padding: 5px;
}

.radio-booking {
    padding: 3px 5px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-male {
    color: #333 !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
}

    .btn-male:hover, .btn-male:focus, .btn-male:active, .btn-male.active, .open .dropdown-toggle.btn-male {
        color: #ffffff !important;
        background-color: #00C158 !important;
        border-color: #00C158 !important;
    }

.booking-review-panl {
    border: solid 1px #eee;
    margin-bottom: 5px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background-color: #f6f6f6;
    /* max-height: 40px; */
}

@media(max-width:767px) {
    .flight-book-btn-mbl {
        padding: 5px 15px;
    }
}

@media(max-width:767px) {
    .mtn-mobile {
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    .mtm-mobile {
        margin-top: 10px !important;
    }
}

@media(max-width:767px) {
    .modal-dialog-mobile {
        margin: 0% auto !important;
    }
}

@media(max-width:767px) {
    .pdn-mobile {
        padding: 0px !important;
    }
}

@media(max-width:767px) {
    .text-right-mobile {
        text-align: right !important;
    }
}

.pl-12 {
    padding-left: 12px !important;
}

.loader-popup {
    width: 200px;
    height: auto;
    position: fixed;
    z-index: 99999;
    top: 30%;
    left: 45%;
    /*transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);*/
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 20px;
}

@media(max-width:767px) {
    .loader-popup {
        width: 200px;
        height: auto;
        position: fixed;
        z-index: 99999;
        top: 30%;
        left: 20%;
        background-color: #fff;
        border: solid 1px #333;
        border-radius: 20px;
    }
}

.badge-blue,
.label-blue {
    background-color: #0a819c !important;
}

@media(min-width:768px) {
    .adultcolumwidth {
        width: 78%;
    }
}

.header-menu {
    background-color: #fff !important;
    color: #000;
}

.bg-green-button {
    background-color: #599937;
    color: #fff !important;
}

.blackscreen-hotelpopup {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

.hotel-popup {
    width: 520px;
    height: auto;
    position: fixed;
    z-index: 99999;
    top: 60%;
    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%);
    background-color: #fff;
    border: solid 1px #333;
    min-width: 500px;
    border-radius: 10px;
}

@media (max-width:767px) {
    .flexslider{
height:271px;
    }
    .hotel-popup {
        width: 90%;
        height: auto;
        position: fixed;
        z-index: 99999;
        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%);
        background-color: rgba(256,256,256,1);
        border: solid 1px #333;
        min-width: 250px;
        border-radius: 10px;
    }
}


.hotel-list-view .hotel-img-loader {
   max-width: 28% !important;
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 26px 15px;
    transition: all linear 0.3s;
    width: 100%;
    height: 165px !important;
    margin-bottom: 68px;
    margin-top: 25px;
    margin-left:35%
}

.hotel-img-loader {
   max-width: 28% !important;
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 26px 15px;
    transition: all linear 0.3s;
    width: 100%;
    height: 165px !important;
    margin-bottom: 68px;
    margin-top: 25px;
}
.hotel-img-loader2{
    max-width: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 10px 10px;
    transition: all linear 0.3s;
    width: 100%;
        border:1px solid #fff !important;
    /* height: 165px !important; */
    /* margin-bottom: 68px; */
    /* margin-top: 25px;
}
.movinganim {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  top: 45%;
  border-radius: 50%;
}

.movinganim:nth-child(1) {
  background-color: #FF5460;
  -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
          animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.movinganim:nth-child(2) {
  background-color: #FF9D84;
  -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
          animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.movinganim:nth-child(3) {
  background-color: #F0E797;
  -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
          animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.movinganim:nth-child(4) {
  background-color: #75B08A;
  -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
          animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}



 .nohotelfoundnme {
        position: fixed;
        width: 600px;
        height: auto;
        padding: 5px 5px;
        background: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 23px;
        z-index: 2;
        left: 226px;
        /* margin-top: 30%; */
        min-height: 52px;
        line-height: 35px;
        box-shadow: 2px 2px 2px #eee;
        left: 30%;
        top: 40%;
    }
    .nohotelfoundnme .closenotavial {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 17px;
        text-indent: 0.04em;
        font-weight: bold;
        position: absolute;
        top: -9px;
        right: -6px;
        z-index: 2;
        background-color: #fff;
        border: solid 2px #ccc;
        cursor: pointer;
    }



@-webkit-keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.blackscreen {
    background: rgba(0,0,0,0.9);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}
loader_popup{
	position:fixed;
	width:234px;
	height:28px;
	margin:auto;
    z-index:9999;
    top:40%;
    left:45%;
}

.fountainG{
	position:absolute;
	top:40%;
	background-color:rgb(255,255,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(238,255,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(238,255,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(238,255,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(238,255,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(238,255,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}


.room-row{
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
@media(max-width:767px){
    .room-row{
    background-color: #fff;
    margin-bottom: 0px;
}
}
.room-row .border-right{
    border-right:solid 1px #fff;
}
.room-row .border-left{
    border-left:solid 1px #fff;
}
@media(max-width:767px){
   .room-row .border-right{
    border-right:none;
}
}
@media(max-width:767px){
    .room-row .border-left{
    border-left:none;
}
}
@media(min-height:768px){
    .prn-0{
        padding-right:0px
    }
}
@media(min-height:768px){
    .pln-0{
        padding-left:0px
    }
}

@media(min-width:768px){
    .modal-bg-none{
        background:none !important;
    }
}
@media(max-width:767px){
    .mbl-mobile{
   margin-bottom:20px !important;
}
}
@media(max-width:767px){
    .none-mobile{
  display:none !important;
}
}
@media(max-width:767px){
   .pds-mobile {
    padding: 5px !important;
}
}


.spinner-clock {
  width: 150px;
  height: 150px;
  border: 4px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px auto;
}
.spinner-clock:before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin: -6px 0 0 -6px;
  z-index: 1;
}
.spinner-clock .spinner-clock-hour,
.spinner-clock .spinner-clock-minute {
  -webkit-animation-name: spinner;
  -moz-animation-name: spinner;
  -o-animation-name: spinner;
  -ms-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 4px;
  background: #000;
  margin-left: -2px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  left: 50%;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.spinner-clock .spinner-clock-minute {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  top: 15px;
  height: 56px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.spinner-clock .spinner-clock-hour {
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -ms-animation-duration: 12s;
  animation-duration: 12s;
  top: 31px;
  height: 40px;
}
.spinner-clock.spinner-clock-slow .spinner-clock-minute {
  -webkit-animation-duration: 3px;
  -moz-animation-duration: 3px;
  -o-animation-duration: 3px;
  -ms-animation-duration: 3px;
  animation-duration: 3px;
}
.spinner-clock.spinner-clock-slow .spinner-clock-hour {
  -webkit-animation-duration: 36s;
  -moz-animation-duration: 36s;
  -o-animation-duration: 36s;
  -ms-animation-duration: 36s;
  animation-duration: 36s;
}
	@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.HotelFaclityList{
    list-style:none;
    
}
.HotelFaclityList li{
        position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 14px;
    
}
.HotelFaclityList li span{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: gainsboro;
    border-radius: 50%;
    top: 0;
    left: 0;
    line-height: 25px;
    text-align: center;
}

/*.......Modify Search List Style.........*/
.ModifySearchList{
    margin:0;
    padding:0;
}
.ModifySearchList li{
    display:inline-block;
    list-style:none;
    position:relative;
}
.ModifySearchList .MSLHotel{
    width: 20%;
}
.ModifySearchList .MSLNationality{
    width: 15%;
}
.ModifySearchList .MSLCheckIn{
        width: 10%;
}
.ModifySearchList .MSLCheckOut{
    width: 10%;
}
.ModifySearchList .MSLRooms{
    width: 15%;
}
.ModifySearchList .MSLNights{
    width: 8%;
}
.ModifySearchList .MSLButton{
    float: right;
}
.htSearchSub{
    outline:none !important;
}
@media (max-width: 985px){
    .ModifySearchList .MSLHotel{
       width: 100%;
}
.ModifySearchList .MSLNationality{
    width: 100%;
}
.ModifySearchList .MSLCheckIn{
   width: 49%;
}
.ModifySearchList .MSLCheckOut{
    width: 49%;
}
.ModifySearchList .MSLRooms{
    width: 69%;
}
.ModifySearchList .MSLNights{
    width: 29%;
}
.ModifySearchList .MSLButton{
    width: 100%;
    margin-bottom: 20px;
}
}

/*Flight Result Page new style*/
/*.FltResltSection{
    position:fixed;
    width:100%;
}*/
.FltFlightFootFtrList{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
    /*display: flex;
    justify-content: space-between;*/
}
@media(max-width:767px){
    .FltFlightFootFtrList{
        text-align:center;
    }
}
.FltFlightFootFtrList li{
    display:inline-block;
        border-left: 1px solid #dcdcdc;
    padding: 2px 5px;
        font-size: 13px;
        vertical-align: middle;
}
.FltFlightFootFtrList li:nth-child(1){
    display:inline-block;
    border-left:none;
    padding-left:0;
}
.FltFlightFootFtrList li:nth-child(1) a{
    color: #2196f3;
}
#fltresults{
    margin-top:10px;
}
.FltModfySection{
    background-image: linear-gradient(to right top, #000000, #110f0f, #1c1918, #252320, #2d2d28);
        position: sticky;
    top: 0;
    z-index: 9;
}
@media(max-width:991px){
    .FltModfySection{
        position:relative;
    }
}
.FltModifyBox{

}
.FltModifyBoxList{
        margin: 0;
    padding: 0;
    list-style: none;
    display:table;
    width:100%;
}
.FltModifyBoxList li{
        display: table-cell;
            padding: 10px;
                border-left: 1px solid #3b3838;
                vertical-align:top;
}
.FltModifyBoxList li:nth-child(1){

}
.FltModifyBoxList li:nth-child(2){
    border-left-color: transparent;
        /*vertical-align: middle;*/
}
.FltModifyBoxList li:nth-child(3){
    border-left-color: transparent;
}
.FltModifyBoxList li:last-child{
        text-align: right;
    vertical-align: middle;
}
.FltOffOnBox{

}
.FltOffOnIcon .indicators{
    font-size: 30px;
    color: #9a9a9a;
}
.FltOffOnBox h6{
        color: #fff;
    margin: 5px 0;
    font-size: 12px;
}
.FltOffOnBox h4{
        color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}
.FltOffOnIcon{

}
.FltOffOnIcon i{

}
.FltTmeBox{

}
.FltTmeBox h4{
        margin-bottom: 0;
    font-size: 14px;
        color: #adadad;
}
.FltTmeBox h6{
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.FltRsltCntnt{
    /*background: url(../images/bg-image2.jpg) no-repeat center center fixed;*/
    background-size:100%;
    position:relative;
    padding: 20px 0;
    background-color: #e0e0e0;
}
.FltRsltCntnt::before{
    /*content:'';*/
        background-color: #00000026;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
ul.NewFltSorting{
        list-style: none;
    margin: 0;
    padding: 0;
}
ul.NewFltSorting li{
        display: inline-block;
    font-size: 13px;
    border-left: solid 1px #dedede;
    /*padding: 0 8px;*/
    margin-right: 2px;
}
ul.NewFltSorting li:nth-child(1){
    border-left:none;
    font-weight:600;
}
ul.NewFltSorting li a i{

}
ul.NewFltSorting li.active a{
    color: #e9662c;
}
.NewFltDates {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.NewFltDates li:nth-child(1) {
    border-left: none;
}
.NewFltDates li {
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    border-left: solid 1px #bfbdbd;
}
@media(max-width:991px){
    .NewFltDates {
    
    }
    .NewFltDates li:nth-child(1) {
        
    }
    .NewFltDates li {
        
    }
    .FLTDtsMinScrn{
        display:block;
            position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c4;
    z-index: 99;
    }
    .FLTDtsMinScrn ul{
        display: block !important;
    text-align: center;
    margin-top:20%;
    }
    .FLTDtsMinScrn ul li{
        display: block;
    margin-bottom: 15px;
    color: #fff;

    }
    .ClsFLTDtpop a{
            color: #fff;
    font-size: 40px;
    }
}
/*Flight Box*/
.flight-list-view {
/*background-color: #fff;*/
    height: auto;
    margin-bottom: 12px;
    width: 100%;
    /*float: left;*/
    /*background-image: linear-gradient(to right, #fff 50%, #f7f7f7 50%);*/
    border-radius: 0;
    /*overflow: hidden;*/
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    font-family: 'noto sans', sans-serif;
    position:relative;
}
.FltRsltLogo {
/* position: absolute; */
    background-color: #fff;
    padding: 5px 10px;
    /* top: -5px; */
    /* left: 10px; */
    /* border-radius: 3px; */
    /* border: 1px solid #d0d0d0; */
    display: inline-block;
}
.FltRsltLogo img {
    max-height: 20px;
}
.FltRsltLogo span {
    font-weight: 600;
}
.NewFltInnerBox {
    overflow: hidden;
    border: solid 1px #dedede;
    /*border: solid 1px #dedede;*/
    /* transition: 0.3s; */
}
.NewFltInnerBox:hover,.NewFltInnerBox:focus{
    /*border:1px solid #e35b19;*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.flight-list-view .top-header {
width: 100%;
    /* border-bottom: solid 1px #dcdcdc; */
    padding: 2px 5px;
    background-color: #fff;
}
.NewFltPriceBox {
padding: 0 3px;
}
.flight-list-view .pricetxt {
    font-size: 14px;
}
.onewat-pricetxt {
    font-size: 17px;
    font-weight: bold;
}
.flight-list-view .top-header-step1 {
    width: 100%;
        padding: 5px 10px;
}
/*Flight Stoppage New Style*/
ul.FlightStop3{
    margin: 10px 0 5px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c7c7c7;
    position: relative;
    text-align:center;
}
ul.FlightStop3::before{
    content:'';
    position: absolute;
    background-color: #c7c7c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    left: 0px;
}
ul.FlightStop3::after{
    content:'';
        position: absolute;
    background-color: #c7c7c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    right: 0px;
}
ul.FlightStop3 li{
display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    padding: 7px 1px 1px 1px;
    vertical-align:top;
}
ul.FlightStop3 li::before{
    content:'';
        width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    position: absolute;
    top: -6px;
    background-color: #fff;
}
ul.FlightStop3 li> div{
    font-size: 11px;
}
/*..stop direct...*/

ul.FlightStopDirect{
    margin: 10px 0 5px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c7c7c7;
    position: relative;
    text-align:center;
}
ul.FlightStopDirect::before{
    content:'';
    position: absolute;
    background-color: #c7c7c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    left: 0px;
}
ul.FlightStopDirect::after{
    content:'';
        position: absolute;
    background-color: #c7c7c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    right: 0px;
}
ul.FlightStopDirect li{
display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    padding: 7px 1px 1px 1px;
    vertical-align:top;
}

ul.FlightStopDirect li> div{
    font-size: 11px;
}
/*.............*/
.StopsSmBox{
    font-size:11px;
    text-align: center;
}
.StopsSmBox > span{
    font-weight:600;
    margin-right:5px;
}
@media (max-width: 991px){
    ul.FlightStop3 li> div {
        display: none;
    }
}
/*End of flight new style*/
.return-bg {
    background-color: #f7f7f7;
    border-left: 1px dashed #c7c7c7;
}
.flight-list-view .top-header-step2 {
width: 100%;
    padding: 5px 10px;
}
.flight-list-view .bottom-header {
    width: 100%;
    border-top: solid 1px #dcdcdc;
    padding: 5px;
    background-color: #fbfbfb;
}
.FltFlightFootFtrList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FltFlightFootFtrList li {
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    padding: 4px 10px;
    font-size:13px;
}
.FltFlightFootFtrList li:nth-child(1) {
    display: inline-block;
    border-left: none;
    padding-left: 0;
}
.FltFlightFootFtrList li:nth-child(1) a {
    color: #2196f3;
}
.CstmBookBtn {
    background: #134E5E;
    background: -webkit-linear-gradient(to right, #71B280, #134E5E);
    background: linear-gradient(to right, #71B280, #134E5E);
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #5e9e79;
padding: 2px 20px;
    font-size: 14px;
    /*line-height: 1.5;*/
    border-radius: 20px;
    transition: 0.4s;
    margin: 2px;
}
.FLTIcoList {
    text-align: right;
    margin: 5px 0 5px 0;
    padding: 0;
}
.FLTIcoList li {
    display: inline-block;
}
.FLTIcoList li span {
    /*display: inline-block;
    margin-left: 2px;*/
}
.FLTIcoList li span i {
    font-size: 15px;
}
.CabBagNtIncld {
    position: relative;
}
.CabBagNtIncld::before {
    content: '\eee4';
    font-family: icofont;
    position: absolute;
    color: red;
    font-size: 19px;
    top: -6px;
    left: -2px;
}
.CabBagNtIncld i {
    color: #838383 !important;
}
.fltDepTime{
padding: 2px 10px;
    /* background-color: #e2e2e2; */
    background: #bdc3c7;
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
    background: linear-gradient(to right, #2c3e50, #bdc3c7);

}
.fltDepTime> ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fltDepTime >ul li{
        display: inline-block;
    font-size: 13px;
    padding: 0 5px;
    border-left: 1px solid #bbbbbb;
    color: #FFF;
}
.fltDepTime >ul li span{
width: 25px;
    height: 25px;
    background-color: #FFF;
    display: inline-block;
    color: #0c0c0c;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
@media(max-width:767px){
    .fltDepTime >ul li span{
        display:none;
    }
}
.fltDepTime >ul li span i{
font-size: 16px;
    line-height: 25px;
}
.fltDepTime> ul li:nth-child(1){
        padding-left: 0;
    font-weight: 600;
    border-left: none;
}
.FltInnBox{
    display:table;
    width:100%;
}
.FltInnBoxPart{
    display:table-cell;
    width:50%;
        padding: 5px;
}
.FltStepSqnceBox{
    display:table;
    width:100%;
        margin: 10px 0;
}
.FltStepSqnceBox>div{
    display:table-row;
}
.FltStepSqnceBox .FltStepSqnceBoxInner{
    display:table-cell;
    vertical-align:top;
    padding:1px;
}
.FltStepSqnceBox .FltStepSqnceBoxInner:nth-child(3){
        width: 40%;
}
.FltStepSqnceBox .MngFltCellWidth{
        width: 40%;
}
.flight-direct-oneway ,.flight-direct-return{
    margin-top: -4px;
    color: #ff6600;
    text-align: center;
    font-size: 11px;
}
.ArvlNights {
    background-color: #e35b19;
    border-radius: 3px;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.flight-list-view .txt-destination {
    font-size: 18px;
}

/*Custome CheckBox and Radio button style*/
/* The container */
.CstmCRBoxCntnr {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 22px;

}

/* Hide the browser's default checkbox */
.CstmCRBoxCntnr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
      height: 22px;
    width: 22px;

  background-color: #eee;
      border-radius: 5px;
      transition: 0.2s;
}
.radiomark{
    position: absolute;
  top: 0;
  left: 0;
    height: 18px;
    width: 18px;
  background-color: #eee;
      border-radius: 50%;
      transition: 0.2s;
}
/* On mouse-over, add a grey background color */
.CstmCRBoxCntnr:hover input ~ .checkmark {
  background-color: #ccc;
}
.CstmCRBoxCntnr:hover input ~ .radiomark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.CstmCRBoxCntnr input:checked ~ .checkmark {
  background-color: #2196F3;
}
.CstmCRBoxCntnr input:checked ~ .radiomark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.CstmCRBoxCntnr input:checked ~ .checkmark:after {
  display: block;
}
.CstmCRBoxCntnr input:checked ~ .radiomark:after {
  display: block;
}
/* Style the checkmark/indicator */
.CstmCRBoxCntnr .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
        border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.CstmCRBoxCntnr .radiomark:after {
    left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}
.FLInfoBoxTitle {
    border-bottom: 1px solid #b0b0b0;
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}
.FLInfoBoxTitle >span {
    font-size: 20px;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #555555;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
@media(max-width:767px){
    .FLInfoBoxTitle{
        text-align:center;
    }
    .FLInfoBoxTitleCntnt{
        text-align:center !important;
    }
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.FLDtlBoxContn {
    margin-bottom: 15px;
}
.FLDtlBoxContn img {
    max-width: 60px;
    margin-bottom: 5px;
}
.FLDtlBoxContn p {
    margin-bottom: 3px;
}
@media(max-width:474px){
    .FLDtlBoxContn img{
        max-width:50px;
    }
}
.FLDrtnbx ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #b0b0b0;
    text-align: center;
}
.FLDrtnbx ul li {
    padding-top: 12px;
}
.FLDrtnbx ul li::before {
    content: '\ec5a';
    font-family: icofont;
    position: absolute;
    top: 22px;
    width: 25px;
    height: 25px;
    background-color: #818181;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: auto;
}
.FLStopoverBox {
    padding-bottom: 30px;
}
.FLStopoverBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    position: relative;
}
.FLStopoverBox ul li {
    display: inline-block;
    background-color: #fffdd5;
    color: #333;
    padding: 5px 10px;
    position: relative;
    bottom: -13px;
    border-radius: 10px;
    border: 1px solid #eae8b3;
    font-size: 12px;
}
.SpplrChkbxList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.SpplrChkbxList li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}
.SwitchFLTFrom {
    position: relative;
}
.SwitchFLTFrom a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #424242;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    position: absolute;
    top: 29px;
    right: -17px;
    z-index: 9;
    line-height: 25px;
    cursor: pointer;
}
.input-icon-1 {
    position: relative;
}
.input-icon-1 i {
    color: #428bca;
    display: block;
    position: absolute;
    margin: 7px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
.input-icon-1.right i {
    right: 12px;
    float: right;
}
.FLtModifyBx{
        padding: 20px 0;
        background-color:#fff;
}
.FLtModifyBx label{

}
.FLtModifyBx .CstmCRBoxCntnr{
    padding-left: 25px;
        margin-bottom: 0;
}
.FLtModifyBx .checkmark{
        height: 20px;
    width: 20px;
}
.FLtModifyBx .CstmCRBoxCntnr .checkmark:after{
    width: 5px;
    height: 11px;
}
/*Range slider*/
#NewFLTFilterBox .ui-slider-horizontal {
    height: 6px !important;
}
#NewFLTFilterBox .ui-widget-content {
    border: none !important;
}
.FLTFilterAccordionBox{
    
}
.FLTFilterAccordionBoxInn{
max-height: 840px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
}
/*
 *  Scroll STYLE 
 */

.FLTFilterAccordionBoxInn::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.FLTFilterAccordionBoxInn::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.FLTFilterAccordionBoxInn::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #b4b4b4;
}

/*
 *  End Scroll
 */
.FLTFilterAccordion{

}

.FLTFilterAccordion .panel-body{
    font-size:12px;
}
.pnlbdyCntn{
    padding:0 10px;
}
.btn-outbound-flight i {
    font-size: 25px;
    color: #484848;
}
.FLTFilterOptnListSBox {
    background-color: #2b2a2a;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.FLTFilterOptnListSBox ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.FLTFilterOptnListSBox ul li:nth-child(1) {
    border-left: none;
}
.FLTFilterOptnListSBox ul li {
    display: inline-block;
    border-left: 1px solid #a0a0a0;
}
.FLTFilterOptnListSBox ul li a {
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
}
.FLTModifyFieldsPOP{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #d9d9d9;
        z-index: 999;
        bottom: 0;
        margin: 0;
        padding: 15px;
    }
    .FLTModifyFieldsPOPIn{
        position:relative;
    }
    .FLTModifyFieldsPOPIn h4{
        border-bottom: 1px solid #a09f9f;
        padding-bottom: 10px;
    }
    .FLTModifyFieldsPOPIn a{
        outline: none;
        text-decoration: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 25px;
        font-size: 20px;
    }


    .FLTFilterAccordionBoxPOP{
        position: fixed !important;
        top: 0;
        left: 0;
        background-color: #d9d9d9;
        z-index: 99999;
        bottom: 0;
        margin: 0;
        padding: 15px;
        display:block !important;
        width:80%;
    }

/*One way rsult*/
.FLTOneWayOuterBox {
    display: table;
    width: 100%;
}
.FLTOneWayInnerBox {
    display: table-row;
}
.FltOneWayLeftBox {
width: 70%;
    /*padding: 20px 5px 10px 5px;*/
    display:table-cell;
    vertical-align:top;
    background-color:#fff;
}
.FltOneWayRightBox {
width: 30%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border-left: 1px dashed #a4a3a3;
    display:table-cell;
    position:relative;
    vertical-align: middle;
}
.FltOneWayRightBox p{
    margin-bottom: 5px;
}
.FltOneWayRightBox::before {
    content: '';
    position: absolute;
top: -14px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 50%;
    border: 1px dashed #a4a3a3;
}
.FltOneWayRightBox::after {
content:'';
    position: absolute;
bottom: -14px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 50%;
    border: 1px dashed #a4a3a3;
}
.FltOneWayRightBox img{
    max-width:55px;
}
.FLTFilterAccordionBoxInn .ui-widget-content{
        background: #dadada !important;
}
.FLTFilterAccordionBoxInn .ui-state-default, .FLTFilterAccordionBoxInn .ui-widget-content .ui-state-default, .FLTFilterAccordionBoxInn .ui-widget-header .ui-state-default {
    border: 1px solid #373737 !important;
    background: #484848 !important;
    font-weight: bold;
    color: #1c94c4;
    border-radius: 50%;
}
.informationheading {
    background-color: #e7e7e7;
    color: #0b2241;
    font-size: 16px;
    display: inline;
    padding: 2px 10px;
    text-align: left;
    float: left;
    font-weight: bold;
    width: 100%;
}
.aro {
    float: left;
    width: 100%;
    text-align: center;
    color: #e9662c;
    font-size: 12px;
}
.aro span {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
    width: 100%;
    float: left;
}
.aro img {
    margin-top: -7px;
    float: left;
    margin-left: 45%;
}
.aro .bord-none {
    width: 100%;
    float: left;
}
.panel-title > a {
    display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
}
.flightfilter-count {
    color: #b7b7b7;
    font-size: 11px;
    padding-left: 5px;
}
#FlightDetail2 .modal-dialog{
    margin: 3% auto;
}
#FlightDetailOneWay2 .modal-dialog{
    margin: 3% auto;
}
.TtlRsltFndBx{
        display: inline-block;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 13px;
    margin-bottom: 10px;
}
.TtlRsltFndBx span{
    font-weight: 600;
}
/*Flight Roundway new style*/
.FltRnd3Box{
    display:table;
    width:100%;
    background-color: #fff;
}
.FltRnd3Box>div{
    display:table-cell;
    width:50%;
    vertical-align:top;
}
.FltRnd3Itms{

}
.FltRnd3Itms >ul{
        margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}
.FltRnd3Itms >ul>li{
    display: table-cell;
    vertical-align: top;
}
    .FltRnd3Itms > ul > li .radiomark{
            height: 18px;
    width: 18px;
    }
    .FltRnd3Itms > ul > li .CstmCRBoxCntnr .radiomark:after{
            left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
    }

.FltRnd3Itms >ul>li:nth-child(1){
        vertical-align: middle;
        padding-right: 3px;
}
.FltRnd3Itms >ul>li:nth-child(1) label{
    margin-bottom: 10px !important;
}
.FltRnd3Itms >ul>li:nth-child(2){
        width: 25%;
    padding-right: 5px;
}
.FltRnd3Itms >ul>li:nth-child(3){
    width: 50%;
    vertical-align: middle;
}
.FltRnd3Itms >ul>li:nth-child(4){
    width: 25%;
    padding-left: 5px;
}
/*.........*/
.FltOneway3Itms{

}
.FltOneway3Itms >ul{
        margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}
.FltOneway3Itms >ul>li{
    display: table-cell;
    vertical-align: top;
}
    .FltOneway3Itms > ul > li .radiomark{
            height: 18px;
    width: 18px;
    }
    .FltOneway3Itms > ul > li .CstmCRBoxCntnr .radiomark:after{
            left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
    }

.FltOneway3Itms >ul>li:nth-child(1){
        vertical-align: middle;
            padding-right: 3px;
}

.FltOneway3Itms >ul>li:nth-child(1) label{
    margin-bottom: 10px !important;
}
.FltOneway3Itms >ul>li:nth-child(2){
width: 18%;
    padding-right: 5px;
}
    .FltOneway3Itms > ul > li:nth-child(2) p{
        margin-bottom:2px;
    }
.FltOneway3Itms >ul>li:nth-child(3){
width: 18%;
    padding-right: 5px;
}
.FltOneway3Itms >ul>li:nth-child(4){
    width: 45%;
    vertical-align: middle;
}
.FltOneway3Itms >ul>li:nth-child(5){
    width: 18%;
    padding-left: 5px;
}
#ScrollToTop{
display: none;
    outline: none;
    text-decoration: none;
    position: fixed;
    right: 25px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffa500db;
    text-align: center;
    line-height: 50px;
    font-size: 45px;
    scroll-behavior: smooth;
}
#ScrollToTop:hover{
    background-color: #cd952ddb;
}
.ExpdblDv{
    max-height: 113px;
    overflow: hidden;
    transition:0.4s;
}
.ExpdblDvBtn{
    color: #2196f3;
    font-size: 11px;
    margin-top: 10px;
    display: inline-block;
    cursor:pointer;
}
.ftrbtncollctn span{
    margin-bottom:5px;
        display: inline-block;
}
.dropdown-menu {
    padding: 0 !important;
}
/*......Package Box.......*/
.PkgSearchBoxList{
        padding: 40px 0
}
.PkgSearchBoxList ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.PkgSearchBoxList ul li{
        display: inline-block;
}

.PkgSearchBoxList ul li:nth-child(1){

}
.PkgSearchBoxList ul li:nth-child(2){

}
.PkgSearchBoxList ul li:nth-child(3){

}
.PkgSearchBoxList ul li:nth-child(4){

}
.PkgSearchBoxList ul li:nth-child(4) .btn{
    margin-bottom: 8px;
        color: #ffffff;
    background-color: #e35b19;
    border-color: #e35b19;
}
.pkg-listbx{
        background-color: #fcfcfc;
            margin-top: 90px;
}
.PkgBoxOtr{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-color: #ededed;
        margin-bottom: 30px;
        border: 1px solid transparent;
}
.PkgBoxOtr:hover,.PkgBoxOtr:focus{
    border: 1px solid #a3a3a3;
}

.PkgImgBx{
        position: relative;
    height: 180px;
    overflow: hidden;
}
.PkgImgBx img{
    height: 180px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
.PkgItntyList{
    background-color: #343434;
    /*padding: 5px 0;*/
    min-height:45px;
}
.PkgItntyList ul{
margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.PkgItntyList ul li{
        display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #ffffffba;
    border-radius: 50%;
    margin: 5px 5px;
}
.PkgItntyList ul li i{
        color: #000;
    font-size: 22px;
    line-height: 35px;
}
.PkgListTitle{
        padding: 0 10px;
}
.PkgListTitle h4{

}
.PkgListTitle h5{

}
.PkgListCost{
        padding: 0 10px 20px 10px;
}
.PkgListCost h4{

}
.PkgListCost h4 span{
        color: #ce3e3e;
}
.PkgListCost .btn{
        border-radius: 20px;
}
.OutrPkgBx{
    min-height:160px;
}
span.PkgListNights{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #1b08b6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.pkgDtlTitle{
    background-color: #f5f5f5;
    padding: 10px 0;
        position: sticky;
    top: 0;
    z-index: 9;
}
.pkgitnrybx{
    background-color: #eaeaea;
    border: 1px solid #c7c6c6;
    margin-top: 0px;
}
.pkgitnrybxInn{
    padding: 10px;
}
.pkgitnrybxInn h5{
    font-size: 15px;
}
.pkgitnrybxTtl{
        position: relative;
    border-top: 1px dashed gray;
    /* text-align: center; */
    padding: 5px 10px;
}
.pkgitnrybxTtl span{

}
.PkgDtlLeft h4{
        font-weight: 600;
}
.PkgDtlRight span{

}
.PkgDtlRight h4{
        margin: 0;
    color: #e01515;
}
.PkgDtlSctn .panel-default > .panel-heading{
    padding:8px !important;
}
.DayWiseItnry{

}
.DayWiseItnry ul{
    margin: 0;
    /*padding-left: 100px;*/
    list-style: none;
    border-left: 2px solid #b3b3b3;
    margin-left: 15px;
    padding:0;
}
.DayWiseItnry li{
    position: relative;
    /*border-left: 2px solid #b3b3b3;*/
    padding-left: 20px;

}
.DayWiseItnry li::before{
content: '\eedc';
font-family:icofont;
    position: absolute;
    top: 0px;
    left: -14px;
    width: 25px;
    height: 25px;
    background-color: #484646;
    border-radius: 50%;
    color: #fff;
    line-height: 25px;
    text-align: center;

}
.DayWiseItnry li span{
    /*position: absolute;
    left: -63px;
    top: -3px;
    display: inline-block;
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;*/
    font-weight: 700;
    font-style: italic;
    color: #484646;
}
.DayWiseItnry li p{

}
.NewPkgBookBox{
    background-color: #343434;
    padding: 15px;
    color: #fff;
    border-radius:10px;
}
.NewPkgBookBox>div{

}
.pkgCallActn{
        border: 1px solid #e6e6e6;
     border-radius: 10px; 
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.pkgCallActn i{
        font-size: 50px;
}
.pkgCallActn h4{

}
.pkgCallActn a{
    display:block;
}


.PkgDtlSctn{
        padding: 50px 0;
}
.pkgInqryBox{
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background: #ffffff;
    border-radius: 4px;
}
.pkgInqryBox .pkgInqryBoxTitle{
        background-color: #e4e4e4;
    padding: 5px 10px;
    border-bottom: 1px solid #c7c7c7;
}
.pkgInqryBox .pkgInqryBoxBody   {
    padding: 5px 10px;
}
.tb-wrap-string{
    overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*......End Package.......*/
@media (max-width: 767px){
    .FltRnd3Box>div{
        width:100%;
        display: block;
    }
    .SwitchFLTFrom a{
            top: 17px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -80px !important;
    margin: auto !important;
    }
    .FltOneWayLeftBox{
                    display: block;
    width: 100%;
    }
    .FltOneWayRightBox{
            display: block;
    width: 100%;
    background-color: #f9f9f9;
    }
    .FltOneWayRightBox::after{
            top: -16px;
    right: -15px;
    bottom:auto;
    left:auto;
        border-top: 1px dashed #a4a3a3;
    border-left: none;
    }
}
@media (max-width:991px){
    .FLTModifyFieldsPOP{
        overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
    }
    .FLTFilterAccordionBoxPOP{
        overflow-y: scroll;
    }
}
.red-text{
	color:red;
}
.green-text{
	color:green;
}
.LoyaltypointDisplay {
    color:green;
}
a.bookingStatus.btn.btn-sm.btn-primary.mtm.mb-10.mrs{
    padding:10px 20px;
}



/* Prevent menu from breaking into 2 lines */
.slimmenu-wrapper {
    display: flex !important;
    flex-wrap: nowrap;              /* 👈 line break band */
    align-items: center;
}

.slimmenu-wrapper li {
    white-space: nowrap;            /* 👈 text wrap band */
}

/* Proper spacing */
.slimmenu-wrapper li a {
    padding: 0 0px;
    font-size: 14px;
}



/* Toggle alignment */
.menu-toggle {
    margin-left: 15px;
}
.moalboxtopfix{}
/* Mobile Fix */
@media (max-width: 992px) {
    .result-background {
      margin-top: 124px;
}
    .wrapperloggendinofo {
    margin-left: 0px;
}
    .header-top .col-md-10 {
        justify-content: flex-end;
    }

    .inline_menu_bar {
        flex-direction: column;
        align-items: flex-end;
        display:none;
    }

    .slimmenu-wrapper {
        flex-direction: column;
        align-items: flex-end;
    }
}


.container.pds-mobile {
    margin-top:30px !important;
}