.note_dtls{
    border: solid 1px #eee;
    padding: 12px;
    margin-bottom: 10px;
}
#galleryslider a.carousel-control {
    color: #fff;
    top: 50%;
}
 ul.new_hometab {
    display: inline-block;
    text-align: center;
}
ul.new_hometab li {
    display: inline-block;
    text-align: center;
    font-family: "28 Days Later";
}

ul.new_hometab li a {
    font-size: 25px;
    font-weight: 700;
color:#000;

}
ul.overflow_scroll {
    height: 400px;
    overflow: scroll;
}
ul.new_hometab li.active a, ul.new_hometab li a:hover {
    color: #1479cb;
}


 span.gallery_captions {
    display: block;
    background: rgba(27, 27, 27, 0.8);
    padding: 4px 15px;
    color: #fff;
    position: absolute;
    font-size: 20px;
    bottom: 0;
    width: 100%;
}


.team_tabs .tab-content {
    border: solid 1px #eee;
    padding: 10px 0;
}
.price_inner_list {
    color: rgb(227,129,77);
    padding: 15px 7px;
}
.package-grid-item .ribbon-top-left {
    left: auto !important;
    top: auto !important;
}

.package-grid-item .ribbon::before, .package-grid-item .ribbon::after
{
position: absolute;
    z-index: 0;
    content: none !important;
    display: block;
    border: 5px solid #cb2027;
}

  @font-face {
    font-family: "28 Days Later";
   src: url("../fonts/28DaysLater.ttf") format("truetype");
} 
 .search form {
    display: -webkit-box;
}
 .detail-content .tab-content ol {
    list-style-type: decimal !important;
    margin-left: 30px;
}
 
.detail-content .tab-content ul {
    margin-left: 30px;
    list-style: inherit !important;
}
.entry-content blockquote::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 0px;
    font-size: 100px;
    font-family: Philosopher;
    font-style: normal;
    line-height: 1;
    color: rgb(221, 221, 221);
}

/**
 * Header
 */
ul.nav-right {
    float: right;
}


ul.nav-right li {
    float: left;
    margin-top: 8px;
}
ul.nav-right li a {
   padding: 4px 20px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #fff;
}
ul.nav-right li a:hover {
    background: #fff;
    color: #333;
}
.navbar {
    border-bottom: 0;
    min-height: 0;
    margin: 0;
        border: 0;
}

.navbar-primary {
    background: rgb(0, 49, 118);
}
.navbar-sticky .navbar-primary {
    background: rgba(0, 49, 118, 0.98);
}

.navbar-bottom {
    background: rgba(255, 255, 255, 0.87);
}
.navbar-sticky .navbar-bottom {
    background:#fff;
        border-bottom: solid 2px #023275;
}
.control_nav
{
position: fixed;
    z-index: 9999;
        width: 100%;
        top: -1px;
}

/* Logo */

.navbar-logo {
/*old
    float: left;
    display: block;
    margin-right: 10px;
    padding: 5px 0 15px;
    
    old*/
    
        float: left;
    display: block;
    /* margin-right: 10px; */
    padding: 20px 0;
    position: absolute;
       background: rgb(242, 246, 252);
    box-shadow: 0px 0px 24px rgba(93, 85, 85, 0.76);

}

.navbar-logo img {
    height: 70px;
    width: auto;
}


/* Phone at Header */

.navbar-phone {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: right;
}

.clearfix{clear:both !important;}
/* Main Menu Dropdown */

.navbar-nav {
    margin: 0;
}

.navbar-nav li a {
    font-weight: 600;
   font-size: 14px;
    color: #636363;
}

.navbar-nav > li {
    margin-right: 0px;
}

.navbar-nav > li > a {
    line-height: 60px;
    padding: 0  10px;
}

.navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    width: 300px;
    display: none;
 
    background: rgb(255, 255, 255);
    padding: 0px;
}

.navbar-nav li ul li a {
  border-bottom: 0;
    display: block;
    padding: 12px 8px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.25;
    font-weight: 400;
    border-bottom: solid 1px #f9f9f9;
}

.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover > a {
    color: #fff;
    background: #1479cb;
}

.navbar-nav li ul li ul {
     position: absolute;
    left: 300px;
    top: 0;
    /*  max-height: 400px;
    overflow: auto;*/
}

 



.navbar-sticky .navbar-nav li ul li ul {

    background: #fff;
}

/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit!important;
    left: 0;
    color: #636363;
}

.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 50px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
    color: #fff;
background: #1479cb;
}

.navbar-nav > li.mega-menu ul li a:hover {
    color: #D65049;
}


/* Menu Arrow */

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #CCC;
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
    font-size: 16px;
    color: #CCC;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li.mega-menu ul {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li.mega-menu ul {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.mega-menu ul {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .navbar {
        -webkit-transition: all 0.1s ease-in-out 0s;
        -moz-transition: all 0.1s ease-in-out 0s;
        -ms-transition: all 0.1s ease-in-out 0s;
        -o-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s;
    }
    .navbar-brand {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-logo {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        margin-top: -10px;
            z-index: 5;
    }
    .navbar-nav li ul li a {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
    .navbar-nav > li > a {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar-sticky .navbar-logo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-logo {
        padding: 0;
        margin: 0;
            position: relative;
    }
    .navbar-logo img {
        height: 50px;
        margin: 0;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    .navbar-sticky .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative !important;
        clear: both;
    }
    .navbar-logo img {
            height: 40px;
    }
    .navbar-logo {
      margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    float: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
}

@media (max-width: 479px) {}


/**
 * Navbar Mini
 */

.navbar-mini {}

.navbar-mini > ul {
    line-height: 55px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-mini > ul > li {
    float: left;
    margin-left: 15px;
}

.navbar-mini > ul > li:last-child {
    border-right: none;
}

.navbar-mini > ul > li > a {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-weight: 600;
}

.navbar-mini > ul > li > a:hover,
.navbar-mini > ul > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-mini > ul > li > a.btn {
    border: 2px solid #FFF;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-mini > ul > li > a.btn:hover,
.navbar-mini > ul > li > a.btn:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.navbar-mini .dropdown-menu {
    min-width: 80px;
    padding: 10px;
}

.navbar-mini .dropdown-menu > li > a {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
}

.navbar-mini .dropdown-menu > li:first-child > a {
    padding-top: 5px;
}

.navbar-mini .dropdown-menu > li:last-child > a {
    padding-bottom: 5px;
}

.navbar-mini .dropdown-menu > li > a:hover,
.navbar-mini .dropdown-menu > li:hover > a,
.navbar-mini .dropdown-menu > li > a:focus {
    color: #BA0600 !important;
    background: none !important;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-mini {
        margin-right: 45px;
    }
    .navbar-mini > ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        line-height: 50px;
    }
    .navbar-mini > ul > li > a.btn {
        padding: 7px 10px;
    }
}

@media (max-width: 767px) {
    .navbar-mini > ul > li {
        margin-left: 10px;
    }
    .navbar-mini > ul > li > a.btn {
        border: 0;
    }
}

@media (max-width: 479px) {
    .navbar-mini {
        margin-right: 35px;
    }
    .navbar-mini > ul > li {
        margin-left: 0;
    }
}


/**
 * Sticky Header
 */

.navbar-sticky {
    border-color: #232F49;
}

.navbar-sticky hr {
    display: none;
}

.navbar-sticky.navbar-primary {
    padding-top: 0;
}

.navbar-sticky .navbar-logo {
    padding-top: 5px;
    padding-bottom: 8px;
        border-bottom: solid 2px #023275;
}
.navbar-sticky .navbar-logo:after {
    content: "";
    border-left: solid 2px #023276;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 17px;
}

.navbar-sticky .navbar-logo:before {
    content: "";
    border-left: solid 2px #023276;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 17px;
}
.navbar-sticky .navbar-phone {
    line-height: 40px;
}

.navbar-sticky .navbar-nav > li > a {
    line-height: 45px;
}

.navbar-sticky .navbar-nav > li > a:hover,
.navbar-sticky .navbar-nav > li > a:focus {
    color: #D65049;
    background-color: transparent
}

.navbar-sticky .navbar-nav > li > ul {
    top: 40px;
        background: #fff;
}

.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > .active > a,
.navbar-sticky .navbar-nav > .active > a:hover,
.navbar-sticky .navbar-nav > .active > a:focus {
    color: #0D7CC9;
    background-color: transparent;
}

.navbar-sticky .navbar-nav > .disabled > a,
.navbar-sticky .navbar-nav > .disabled > a:hover,
.navbar-sticky .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-sticky .navbar-second {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .navbar-sticky {
           -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-sticky .navbar-logo {
        padding-top: 7px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Hero Image
 */

.hero {
    position: relative;
    padding: 130px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
}

.hero::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: ""
}

.hero h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 58px;
    font-weight: 400;
    margin-top: 0;
}

.hero p.lead {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
}

.hero .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.hero.windows-height-bg {
    overflow: hidden;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p.lead {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .hero h1 {
        font-size: 28px;
        margin-top: 5px;
    }
    .hero p.lead {
        font-size: 15px;
    }
}


/**
 * Page Title & Breadcrumb
 */

.page-title {
   position: relative;
    min-height: 250px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    color: rgba(255, 255, 255, 0.9);
    /* text-align: center; */
    /* background-attachment: fixed; */
    /* background-position: center center; */
}

.page-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: ""
}

.page-title h1 {
     color: rgba(255, 255, 255, 1);
    margin: 0 0 5px;
    font-size: 40px;
}

.page-title p.lead {
    font-weight: 300;
}

ol.breadcrumb-list li {
    display: inline-block;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

ol.breadcrumb-list li a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

ol.breadcrumb-list li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

ol.breadcrumb-list li a:after {
    content: "/";
    margin: 0 7px;
}

ol.breadcrumb-list li span {
    font-weight: 600;
}
/*.breadcrumb-wrapper ol.breadcrumb-list li span:after {
       position: absolute;
    content: '';
    top: 40px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #f2f2f2;
    right: 0;
}*/

ol.breadcrumb-list.booking-step li a:after,
ol.breadcrumb-list.booking-step li:not(:last-child) span:after {
    font-family: 'FontAwesome';
    content: "\f105 ";
    margin: 0 7px;
}

.page-title.detail-page-title {
    padding: 220px 0 100px;
    text-align: left;
}

.breadcrumb-wrapper {
    padding:35px 0 20px;
}

.breadcrumb-wrapper ol.breadcrumb-list li a {
    color: #1479CB;
}

.breadcrumb-wrapper ol.breadcrumb-list li a:hover {
    color: #D65049;
}

.breadcrumb-wrapper ol.breadcrumb-list li span,
.breadcrumb-wrapper ol.breadcrumb-list li a:after {
    color: #666;
}

.page-title.detail-page-title .list-col {
    line-height: 1;
}

.page-title.detail-page-title ul.list-col li:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.8);
    bottom: auto;
    height: 33px;
}

.page-title.detail-page-title .list-col li.rating-box::after {
    top: -1px;
}

.page-title.detail-page-title .list-col li.fav-box::after {
    top: 1px;
}

.page-title.detail-page-title .btn-fav {
    background: none;
    color: #FFF;
    padding: 0;
}

.page-title.detail-page-title .list-col .duration-box .meta {
    display: inline-block;
}

.page-title.detail-page-title .list-col .duration-box .meta:not(:last-child) {
    margin-right: 7px;
}

.page-title.detail-page-title .meta span {
       font-size: 25px;
    font-weight: 900;
    margin-bottom: 3px;
}

.page-title.detail-page-title {background-size: cover;}

.availabily-wrapper {}

ul.availabily-list {}

ul.availabily-list li {
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

ul.availabily-list li > div {
    display: inline-block;
    width: 19.5%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

ul.availabily-list li > div span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

ul.availabily-list li > div.date-from,
ul.availabily-list li > div.date-to {
    width: 23%;
}

ul.availabily-list li > div.date-from {
    padding-right: 10px;
}

ul.availabily-list li > div.date-to {
    padding-left: 10px;
}

ul.availabily-list li > div.price {
    width: 12.5%;
}

ul.availabily-list li > div.status,
ul.availabily-list li > div.price {
    text-align: center;
}

ul.availabily-list li > div.action {
    text-align: right;
}

ul.availabily-list li > div.action .btn {
    margin-right: -8px;
}

ul.availabily-list li.availabily-heading {
    font-size: 12px;
    color: #999;
    padding-bottom: 5px;
}

ul.availabily-list li.availabily-content.sold-out:after {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: block;
}

ul.availabily-list li > div span.availabily-heading-label {
    display: none;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

ul.availabily-list li > div.date-from {
    position: relative;
}

ul.availabily-list li.availabily-content > div.date-from:after {
    font-family: 'FontAwesome';
    content: "\f058";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    display: block;
    color: #1479CB;
}

ul.availabily-list li.availabily-content.sold-out > div.date-from:after {
    display: none;
}

.detail-content-wrapper {
    padding-right: 15px;
}

.detail-content {
  padding-bottom: 30px;
    margin-bottom: 30px;
}

.detail-content .map-route {
    width: 50%;
    float: right;
    margin: 5px 0;
    margin-left: 15px;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {
    ul.availabily-list li > div.action .btn {
        margin-right: -4px;
    }
    .detail-content-wrapper {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    ul.availabily-list li {
        font-size: 13px;
    }
    ul.availabily-list li > div span {
        display: block;
        font-size: 14px;
    }
    ul.availabily-list li > div.action .btn {
        font-size: 10px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    ul.availabily-list li.availabily-heading {
        display: none;
    }
    ul.availabily-list li > div {
        display: block;
        width: 100% !important;
        position: relative;
        padding-left: 95px !important;
        text-align: left !important;
        margin-bottom: 15px;
    }
    ul.availabily-list li > div span.availabily-heading-label {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        width: 80px;
    }
    ul.availabily-list li.availabily-content > div.date-from:after {
        top: 0;
        right: auto;
        left: 0;
        margin-top: 0;
    }
    .page-title.detail-page-title {
        padding: 100px 0 30px;
    }
}

@media (max-width: 479px) {}


/**
 * Main Search Form
 */

 .search {
    width: 250px;
    float: right;
    display: inline-flex;
        margin-left: 15px;
}
.search .input-group {
       margin-right: 15px;
    padding: 5px;
}

.search .input-group .form-control {
    height: 30px;
        border: solid 1px #042758;
}
.search .input-group .form-control:focus
{
    
}
button.search_btn {
    line-height: 1.42857143;
    font-size: 12px;
    padding: 6.4px 12px;
    border: 0;
    outline: 0;
    color: #fff;
    background: #042758;
}

.main-search-wrapper {}

.main-search-wrapper > .inner {}

.main-search-wrapper .column-item {}

.main-search-wrapper .form-control {
    height: 40px;
    border-color: #FFF;
}

.main-search-wrapper .btn {
    padding-top: 13px;
    padding-bottom: 12px;
}

.main-search-wrapper .select2-container .select2-selection--single {
    height: 40px;
    border-color: #FFF;
}

.main-search-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 9px;
}

.main-search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.main-search-wrapper .select2-container--default .select2-selection--single:focus {
    border-color: #FFF !important;
}

.main-search-wrapper .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #CCC;
}

.main-search-wrapper .select2-dropdown {
    border: 1px solid #FFF !important;
}

.main-search-wrapper .select2-container .select2-selection--multiple {
    height: 40px;
    border-color: #FFF;
    overflow: hidden;
}

.main-search-wrapper .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #CCC;
}

.main-search-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-top: 2px;
}

.main-search-wrapper.full-width {
    width: 80%;
    margin: 15px auto 0;
}

.main-search-wrapper.full-width > .inner {
    margin-left: -10px;
    margin-right: -10px;
}

.main-search-wrapper.full-width .column-item {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.main-search-wrapper.at-right > .inner {
    margin-left: 50%;
}

.main-search-wrapper.at-left {
    width: 330px;
    padding-right: 50px;
}

.main-search-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #FFF;
    padding-top: 130px;
}

.main-search-holder h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 58px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    letter-spacing: 0;
}

.main-search-holder p.lead {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
    text-align: center;
}

.main-search-holder .btn {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {
    .main-search-full-wrapper {
        width: 100%;
    }
    .main-search-wrapper.full-width {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .main-search-full-wrapper {
        width: 50%;
    }
    .main-search-full-wrapper .column-item {
        width: 100%;
    }
    .main-search-wrapper.full-width {
        width: 75%;
    }
    .main-search-wrapper.full-width .column-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .main-search-full-wrapper {
        width: 60%;
        margin: 0 auto;
    }
    .main-search-wrapper.full-width {
        width: 90%;
        margin-top: 5px;
    }
    .main-search-wrapper.full-width .column-item {
        width: 50%;
    }
    .main-search-holder {
        padding: 35px 0;
    }
    .main-search-holder h1 {
        font-size: 36px;
    }
    .main-search-holder p.lead {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .main-search-full-wrapper {
        width: 80%;
    }
    .main-search-wrapper.full-width .column-item {
        width: 100%;
    }
    .main-search-holder h1 {
        font-size: 28px;
        margin-top: 5px;
    }
    .main-search-holder p.lead {
        font-size: 15px;
    }
}


/**
 * Sidebar
 */

.sidebar {}

.sidebar-inner {
    border: 4px solid #EEE;
    padding: 30px 20px 0;
    border-radius: 3px;
}

.sidebar-inner.no-border {
    border: 0;
    padding: 0;
}

.sidebar-inner.for-blog a {
    color: #777;
    font-weight: 400;
}

.sidebar-inner.for-blog a:hover {
    color: #D65049;
}

.sidebar-module {
    padding: 0 0 30px;
}

.sidebar-box {
    padding: 30px 0 0;
}

.sidebar-title {
    color: #333;
    margin-top: 0;
}

.sidebar-title.text-primary {
    text-transform: uppercase;
}

.sidebar-header {
    clear: both;
}

.sidebar-header h4 {
    float: left;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.sidebar-reset-filter {
    float: right;
    color: #999;
    font-size: 12px;
}

.sidebar-search-wrapper {
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 3px;
}

.sidebar-search-header h4 {
    text-transform: uppercase;
    margin: 0 0 12px;
}

.btn-more-less {
    background: none;
    padding: 0;
    font-size: 10px;
    font-weight: 600;
}

.btn-more-less.collapsed:before {
    content: '+ ';
}

.btn-more-less:before {
    content: '- ';
}

.more-less-inner {
    margin: 0;
}

.read-more-div-open {
    display: block;
}

.read-more-div-close {}

ul.sidebar-category,
ul.sidebar-archives {
    margin-top: 15px;
}

ul.sidebar-category li,
ul.sidebar-archives li {
  /*  border-bottom: 1px solid #F0F0F1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.4;*/
}

ul.sidebar-category li:last-child,
ul.sidebar-archives li:last-child {
    margin-bottom: 0;
}

ul.sidebar-category li a,
ul.sidebar-archives li a {
   display: block;
    border-bottom: solid 1px #ddd;
    padding: 3px 0;
}

ul.sidebar-category li a span,
ul.sidebar-archives li a span {
    float: right;
    font-size: 12px;
    color: #A3A3A3;
}

ul.sidebar-category li a:hover,
ul.sidebar-archives li a:hover {
    padding-left: 5px;
}

ul.sidebar-post {
    margin-top: 15px;
}

ul.sidebar-post li {
    border-bottom: 1px solid #F0F0F1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

ul.sidebar-post li:last-child {
    margin-bottom: 0;
}

ul.sidebar-post li h6 {
    margin: 0 0 5px;
}

ul.sidebar-post li h6 {
    color: #333;
    font-weight: 400;
}

ul.sidebar-post li a:hover h6 {
    color: #D65049;
}

ul.sidebar-post li .image {
    width: 80px;
    float: left;
    margin-top: 5px;
}

ul.sidebar-post li .image img {
    display: block;
}

ul.sidebar-post li .content {
    margin-left: 90px;
}

ul.sidebar-post li .recent-post-sm-meta {
    margin: 10px 0 0;
    color: #A3A3A3 !important;
    font-size: 12px;
}

.tag-cloud {
    margin-top: 15px;
    margin-bottom: -5px;
}

.tag-cloud span {
    display: block;
    float: left;
    line-height: 1;
    padding: 5px 7px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
}

.tag-cloud a {
    border: 1px solid #E3E3E3;
    line-height: 1;
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 3px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #777;
    border-radius: 3px;
}

.tag-cloud a:hover {
    background: #D65049;
    color: #FFF !important;
    border-color: #D65049;
}

.tag-cloud-wrapper {
    border-top: 1px solid #EFEFEF;
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.tag-cloud-wrapper .tag-cloud-heading {
    float: left;
}

.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px;
}

.sidebar-text-widget ul {
    margin: 0;
    margin-left: 25px;
    padding: 0;
}

.sidebar-text-widget ul li {
    list-style: circle;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {}


/**
 * Sorting
 */

.sorting-wrappper {
    margin: 0 0 23px;
}

.sorting-wrappper h3 {
    line-height: 1.2;
    margin: 0;
}

.sorting-wrappper h3 small {
    font-size: 70%;
}

.sorting-header {
    margin: 0 0 15px;
}

.sort-by-wrapper {
    line-height: 1.2;
    display: table;
}

.sorting-label {
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

.sorting-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    vertical-align: middle;
}

.sorting-middle-holder .form-control {
    margin: 0;
}

ul.sort-by {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.2;
}

ul.sort-by li {
    display: inline-block;
    margin: 5px 10px;
}

ul.sort-by li a {
    display: block;
    position: relative;
    color: #666;
}

ul.sort-by li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
}

ul.sort-by li.active a,
ul.sort-by li a:hover {
    color: #1479CB;
}

ul.sort-by li.active a:after {
    background: #1479CB;
}

.btn-sorting {
    border: 0;
    padding: 4px 0 0;
    font-size: 16px;
    line-height: 1.2;
    color: #999;
}

.btn-sorting.active,
.btn-sorting:hover {
    color: #1479CB;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    ul.sort-by li {
        display: inline-block;
        margin: 5px;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .sort-by-wrapper {
        line-height: 1.2;
        display: block;
    }
    .sorting-label {
        display: block;
    }
    .sorting-middle-holder {
        display: block;
        margin: 10px 0 0;
    }
    ul.sort-by li {
        margin-left: 0;
        margin-right: 7px;
    }
}


/**
 * Pager
 */

.pager-wrappper {
    margin-top: 15px;
}

.pager-inner {
    line-height: 1;
    display: table;
}

.pager-label {
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

.pager-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

.pager-right {
    float: right;
}

.pagination {
    margin: 9px 0 0;
}

.pagination > li > a,
.pagination > li > span {
    padding: 0;
    margin: 0 3px;
    color: #337ab7;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #666;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #D65049;
    background-color: #FFF;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1479CB;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .pager-right {
        float: left;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Featured 
 */

.featured-item:not(:last-child) {
    margin-bottom: 30px;
}

.featured-item h4 {
    color: #333;
}

.featured-item .content .icon {
    float: left;
    font-size: 56px;
    color: #1479CB;
    margin-top: 5px;
}

.featured-item .content p {
    margin-left: 70px;
}

.featured-count {
    line-height: 1.2;
    margin: 15px 0;
}

.featured-count .icon {
    width: 44px;
    float: left;
    font-size: 47px;
}

.featured-count .content {
    margin-left: 55px;
    padding-top: 5px;
}

.featured-count h6 {
    color: #333;
    margin: 0 0 5px;
}

.call-to-action {
    text-align: center;
}

.call-to-action .btn {
    margin: 0 15px;
    margin-top: -3px;
}

ul.featured-list-sm {
    margin-top: 25px;
}

ul.featured-list-sm li {
    position: relative;
    padding-left: 50px;
    margin: 15px 0 25px;
    line-height: 1.5;
}

ul.featured-list-sm li:last-child {
    margin-bottom: 0;
}

ul.featured-list-sm li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #1479CB;
    border: 2px solid #1479CB;
    font-size: 16px;
    border-radius: 3px;
}

ul.featured-list-sm li h6 {
    text-transform: uppercase;
    margin: 0 0 10px;
}

.featured-icon-item {
    margin: 50px 15px 0;
}

.featured-icon-item .icon {
    font-size: 54px;
    color: #00AFF1;
    margin: 0 0 25px;
    width: 90px;
    height: 90px;
    line-height: 95px;
    text-align: center;
    border: 2px solid #00AFF1;
    border-radius: 50%;
}

.featured-icon-item h4 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
}

.promo-box {
    background: #00AFF1;
    color: #FFF;
    text-align: center;
    padding: 90px 0;
    line-height: 1;
    font-size: 42px;
    font-weight: 300;
}

.process-item {
    padding: 0 20px;
    position: relative;
}

.process-item .process-step {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #F5F8FB;
    position: absolute;
    top: -17px;
    left: 2px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background: #00AFF1;
    border: 2px solid #F5F8FB;
}

.process-item .image {
    width: 160px;
    margin: 15px 0 20px;
}

.process-item .image img {
    border-radius: 3px;
}

.process-item a {
    line-height: 1;
}

.process-item a i {
    margin-left: 7px;
}

.icon-fearured .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px;
}


/**
 * Destinations
 */

.destination-grid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.destination-grid-wrapper > .grid-item {
    padding: 15px;
}

.top-destination-image-bg {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;
    height: 100%;
}

.top-destination-image-bg span {
        color: rgba(255, 255, 255, 0.9);
}

.top-destination-image-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.top-destination-image-bg:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

a.top-destination-image-bg {
    display: block;
    color: rgba(255, 255, 255, 1);
    position: relative;
    padding: 30px;
    font-weight: 400;
    font-size: 13px;
}
.btm_text-det {
   bottom: 20px;
    position: absolute;
    padding-left: 0;
    padding-right: 20px;
}
.gradient {
    background: -webkit-linear-gradient(90deg,#000 0,transparent 100%);
    background: -moz-linear-gradient(90deg,#000 0,transparent 100%);
    background: -o-linear-gradient(90deg,#000 0,transparent 100%);
    background: -ms-linear-gradient(90deg,#000 0,transparent 100%);
    background: linear-gradient(0deg,#000 0,transparent 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    opacity: .8;
    left: 0;
}
.top-destination-image-bg h4 {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin: 0 0 5px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .destination-grid-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .destination-grid-wrapper > .grid-item {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .destination-grid-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }
    .destination-grid-wrapper > .grid-item {
        padding: 5px;
    }
}

@media (max-width: 479px) {}


/**
 * Tour Package
 */

.package-grid-item-wrapper {
    margin-bottom: -30px;
}

.package-grid-item {
    background: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
        font-size: 14px;
}

.package-grid-item:hover {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}

.package-grid-item-wrapper .image {
    position: relative;
}
.package-grid-item .image img {
    height: 100%;
    max-height: 200px;
    min-height: 200px;
}

 

.package-grid-item .absolute-in-image .duration {
    padding: 15px;
}

.package-grid-item .absolute-in-image .duration span {
    background: #ff5d0e;
    color: #FFF;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}

.package-grid-item a {
    color: #666;
    font-weight: 400;
}
.package-grid-item a h5,
.package-grid-item a h6 {
        color: #043477;
    margin: 10px 0 15px;
    line-height: 1.2;
}

.package-grid-item .content {
    padding: 25px 15px;

    position: relative;
}
.allpage-wrapper .package-grid-item .content {
    padding: 3px 10px 0;
}

    .loc_pri {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
    margin-bottom: 5px;
    color: #636363;
    font-size: 16px;

}
.price-info {
    color: #ff5d0e;
    font-weight: 700;
}

.duration-info {
    color: #fff;
    position: absolute;
    min-width: 145px;
    padding: 7px 7px 7px 22px;
    background: #ff5d0e;
    z-index: 1;
    font-size: 20px;
    top: 185px;

}
.duration-info:before {
    background: url(../images/shadow.png) no-repeat;
    width: 114px;
    height: 8px;
    content: '';
    top: 100%;
    right: 0;
    position: absolute;
    z-index: -1;
}
/*.duration-info:after {
    background: url(../images/sprite.png) no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -4px;
    content: '';
}
*/
.package-grid-item .content:after {
    position: absolute;
    right: 0;
    bottom: 100%;
    content: '';
    display: inline-block;
    border-right: 28px solid #ffffff;
    border-top: 30px solid transparent;
}
.absolute-in-content {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
    line-height: 1;
    text-align: right;
}

.absolute-in-content .btn {
    background: none;
    padding: 4px 0;
    font-size: 18px;
}

.absolute-in-content .price {
    color: #1479CB;
    font-size: 16px;
    font-weight: 700;
}

.package-grid-item .raty-wrapper > div {
    float: left;
    margin-right: 7px;
    margin-top: -1px;
}

.package-grid-item .raty-wrapper > div span {
    padding-left: 5px;
    display: inline-block;
    padding-top: 5px;
}

.on-page-result-page .package-grid-item .raty-wrapper > div {
    margin-top: 0;
}

.on-page-result-page .package-grid-item {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
}

.on-page-result-page .package-grid-item:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.alt-smaller .absolute-in-content .btn {
    padding: 3px 0 2px;
}

.alt-smaller .price {
    color: #1479CB;
    font-size: 14px;
}

.package-list-item {
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.package-list-item:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.package-list-item .image {
    width: 35%;
    float: left;
    position: relative;
}

.package-list-item .image img {
    border-radius: 3px 0 0 3px;
}

.package-list-item .absolute-in-image .duration {
    padding: 15px;
}

.package-list-item .absolute-in-image .duration span {
    background: #1479CB;
    color: #FFF;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}

.package-list-item .content {
    width: 65%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.package-list-item .content h5 {
    color: #333;
    margin: 14px 0 5px;
    line-height: 1;
}

.package-list-item .content h5 .btn {
    background: none;
    padding: 0;
    font-size: 18px;
    float: right;
}

.package-list-item .rating-wrapper {
    margin-top: 5px;
}

.package-list-item .content .price {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 25px;
}

.package-list-item .btn-absolute {
    position: absolute;
    right: 0;
    bottom: 20px;
}

ul.list-info {
    margin: 0;
}

ul.list-info li {
    line-height: 1;
    position: relative;
    padding-left: 27px;
}

ul.list-info li:not(:last-child) {
    margin-bottom: 15px;
}

ul.list-info li .icon {
    position: absolute;
    left: 0;
    top: -4px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    padding-left: 1px;
    border-radius: 50%;
    background: #1479CB;
    color: #FFF;
    text-align: center;
    font-size: 10px;
}

ul.list-info.no-icon li {
    padding-left: 0;
}

ul.list-info.bb-dotted li {
    border-bottom: 1px dotted #E1E1E1;
    padding-bottom: 12px;
    margin: 0 0 12px;
}

.hotel-item-wrapper {
    margin-bottom: 20px;
}

.hotel-item {
    position: relative;
}

.hotel-item a {
    display: block;
}

.hotel-item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.hotel-item:hover .content {
    background: rgba(0, 0, 0, 0.7);
}

.hotel-item .content h5,
.hotel-item .content h6 {
    color: #FFF;
    line-height: 1;
    padding: 10px;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .package-list-item {
        padding: 15px;
    }
    .package-list-item .image {
        width: 40%;
    }
    .package-list-item .content {
        width: 60%;
    }
    .package-list-item .image img {
        border-radius: 3px;
    }
    .package-list-item .content {
        padding-right: 0;
    }
    .package-list-item .content h5 {
        margin: 0 0 10px;
    }
    .package-list-item .content .price {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .package-list-item {
        padding: 10px;
    }
    .package-list-item .rating-wrapper {
        margin-top: 20px;
    }
    .package-list-item .content .price {
        margin: 7px 0;
    }
}

@media only screen and (max-width: 767px) {
    .package-list-item .content {
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .package-list-item .image {
        width: 100%;
    }
    .package-list-item .content {
        width: 100%;
        padding: 15px 0 0;
    }
}


/**
 * Itinerary
 */

.itinerary-wrapper {
    padding-left: 15px;
}

.itinerary-item-wrapper {
    border-left: 1px dashed #CCC;
    padding-left: 30px;
    margin-top: 10px;
    margin-left: 11px;
}

.itinerary-item {
    margin-bottom: 30px;
}

.itinerary-item h5,
.itinerary-item h5 a {
    font-size: 17px;
    margin: 0;
    color: #333;
    line-height: 1;
}

.itinerary-item.intro-item {
    position: relative;
    padding-left: 40px;
}

.itinerary-item.intro-item:before {
    font-family: 'FontAwesome';
    content: "\f12a";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #1479CB;
    color: #FFF;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.itinerary-item.intro-item .intro-item-body {
    margin-top: 20px;
}

.itinerary-item-wrapper .panel-heading a:before,
.panel-heading a:after,
.itinerary-item-wrapper .panel-heading.active a:after {
    display: none;
}

.itinerary-item-wrapper .panel-heading .absolute-day-number {
   position: absolute;
    top: -1px;
    left: -45px;
    background: #1479CB;
    border: 2px solid #1479CB;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.itinerary-item-wrapper .panel-heading.active .absolute-day-number {
    background: #FFF;
    border: 2px solid #1479CB;
    color: #1479CB;
}

.itinerary-item-wrapper .panel-title a {
    padding: 0;
}

.itinerary-item-wrapper .itinerary-item:not(:last-child) {
    margin-bottom: 30px;
}

.itinerary-item-wrapper .panel-body {
    padding: 20px 0 0;
}

ul.itinerary-meta {
    margin-left: 0;
}

ul.itinerary-meta li {
    float: left;
    margin-right: 25px;
    font-weight: 600;
    font-size: 12px;
    list-style: none;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .itinerary-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Why us
 */

.why-us-half-image-wrapper {
    padding: 0;
}

.why-us-half-image-wrapper .image-bg {
    width: 100%;
    min-height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-us-half-image-content {
    padding: 105px;
}

@media only screen and (max-width: 1199px) {
    .why-us-half-image-content {
        padding: 105px 80px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .why-us-half-image-content {
        padding: 60px 20px;
    }
}

@media (max-width: 479px) {}


/**
 * Testimonial
 */

.testimonial-wrapper {
    margin-bottom: -10px;
}

.testimonial-item {
    margin: 10px 0;
}

.testimonial-item .image {
    width: 100px;
    float: left;
}


.testimonial-item .content {
    margin-left: 120px;
        margin-top: 2px;
}

.testimonial-item .content h4 {
    color: #333;
    margin-bottom: 0;
}

.testimonial-item .content h6 {
    color: #1479cb;
    margin: 0 0 10px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .testimonial-item {
        margin-bottom: 30px;
    }
    .testimonial-wrapper > div > div:last-child > .testimonial-item {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item .image {
        width: 100px;
    }
    .testimonial-item .content {
        margin-left: 120px;
    }
    .testimonial-item .content h4 {
        margin-top: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Newsletter
 */

.newsletter-text {
    margin: 30px 0;
    line-height: 1.4;
}

.newsletter-text .icon {
    width: 90px;
    height: 90px;
    line-height: 98px;
    text-align: center;
    background: #1479CB;
    border-radius: 50%;
    color: #FFF;
    float: left;
    font-size: 45px;
}

.newsletter-text .content {
    margin-left: 110px;
    padding-top: 5px;
}

.newsletter-text h3 {
    color: #333;
    margin: 0 0 5px;
}

.newsletter-form {
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

.newsletter-form .form-control {
    height: 40px;
    padding-left: 15px;
    padding-top: 7px;
}

.newsletter-form .btn {
    margin-right: -1px;
    height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .newsletter-wrapper {
        padding: 20px 0 60px;
    }
    .newsletter-form {
        margin: 0 110px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-form {
        margin-right: 30px;
    }
}

@media (max-width: 479px) {
    .newsletter-form {
        margin: 0;
    }
}


/**
 * About Us
 */

.about-us-grid-block .image-bg {
    width: 100%;
}

.about-us-grid-block-item {
    background: #1479CB;
    color: #FFF;
    padding: 30px;
}

.staf img {
      max-height: 285px;
    min-height: 285px;
    height: 100%;
}

.team-item {
    text-align: center;
}

.team-item .image {
    width: 150px;
    margin: 0 auto;
}

.team-item h5,
.team-item h6 {
    margin: 25px 0 10px;
    line-height: 1.1;
    color: #333;
}

.team-item p {
    margin: 0 0 8px;
    line-height: 1.1;
}

.team-item ul.social {
    margin: 0;
}

.team-item ul.social li {
    display: inline-block;
    margin: 0 5px;
}

.team-item ul.social li a {
    color: #999;
}

.team-item ul.social li a:hover {
    color: #D65049;
}

.partner-image-item {
    text-align: center;
}

.partner-image-item img {
    width: auto;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .about-us-grid-block .image-bg {
        height: 100px;
    }
}

@media (max-width: 479px) {}


/**
 * Review
 */

.review-header {
    line-height: 1.2;
    margin-bottom: 30px;
}

.review-header h5,
.review-header h6 {
    color: #333;
    line-height: 1;
    margin: 0 0 10px;
}

.review-header h6 {
    margin-top: 3px;
}

.review-overall-breakdown {
    border-left: 1px solid #E3E3E3;
    padding-left: 30px;
}

.review-overall-point {
    font-size: 15px;
    margin: 0;
}

.review-overall-point span {
    font-weight: 600;
    color: #1479CB;
    font-size: 19px;
}

.review-overall-breakdown .rating-wrapper {
    width: 110px;
    float: left;
}

.review-overall-breakdown .rating-wrapper .raty-wrapper > div {
    display: inline-block;
    vertical-align: middle;
}

.review-overall-breakdown .progress {
    width: 110px;
    float: left;
    margin: 0;
    margin-top: 4px;
}

.review-overall-breakdown .breakdown-count {
    width: 40px;
    float: left;
    text-align: right;
    margin-top: 1px;
}

ul.breakdown-list {
    margin-top: 20px;
}

ul.breakdown-list li:not(:last-child) {
    margin: 0 0 5px;
}

ul.breakdown-list.for-avg li {
    line-height: 1.23;
}

ul.breakdown-list.for-avg li:not(:last-child) {
    margin: 1px 0 7px;
}

.review-content .row > div > h5 {
    color: #333;
    line-height: 1;
    margin: 7px 0 10px;
}

ul.review-list {
    margin-top: 15px;
    border-top: 1px solid #E3E3E3;
    padding-top: 25px;
}

ul.review-list > li {
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

ul.review-list > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.review-list li .image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.review-list li .content {
    padding-left: 70px;
    float: left;
}

ul.review-list li .content h6 {
    color: #333;
    line-height: 1.2;
    margin: 0 0 10px;
}

ul.review-list li .content h6 span {
    font-weight: 400;
    color: #999;
}

ul.review-list li .content .review-date {
    text-align: right;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 11px;
    color: #999;
}

ul.review-list li .rating-wrapper {
    margin: 10px 0;
}

.review-form {
    margin-top: 20px;
}

.review-form-title {
    color: #333;
    line-height: 1;
}

.review-text ul,
.review-text ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.review-text ul li,
.review-text ol li {
    margin-bottom: 7px;
}

.review-text ul ul,
.review-text ol ol {
    margin-top: 7px;
}

.review-text > ul,
.review-text > ol {
    margin-bottom: 15px;
}

.review-text ol {
    list-style: decimal;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .review-overall-breakdown {
        border-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }
    ul.review-list li .image {
        width: 40px;
        height: 40px;
    }
    ul.review-list li .content {
        padding-left: 55px;
    }
    ul.review-list li .content .review-date {
        text-align: left;
    }
}

@media (max-width: 479px) {}


/**
 * Faq
 */

.faq-wrapper {
    padding-left: 15px;
}

.faq-wrapper h3 {
    margin: 0 0 25px;
}

.faq-section {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 40px;
}

.faq-section h4 {
    margin: 8px 0 0;
}

.faq-section .panel-body {
    padding-top: 0;
    padding-bottom: 10px;
}

.faq-alt-2-wrapper {}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading {
    border-bottom: 1px dotted #E3E3E3;
    margin-left: 25px;
    padding: 15px 0;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a {
    padding: 0;
    line-height: 1;
    font-size: 14px;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a:before {
    content: '\f059';
    right: auto;
    left: -25px;
    top: -1px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #1479CB;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading.active a:before {
    content: '\f128';
}

.faq-alt-2-wrapper .panel-body {
    margin-left: 25px;
}

.for-faq-page .scrollspy-sidenav {
    padding-top: 0;
    border: 0;

}

.for-faq-page.scrollspy-sidebar .nav > li > a {
    padding-left: 0;
    border-left: 4px solid #FFF !important;
    border-right: 4px solid #FFF;
}

.for-faq-page.scrollspy-sidebar .nav > li > a:hover {
    border-right: 4px solid #1479CB;
}

.for-faq-page.scrollspy-sidebar .nav > li > a:focus {
    border-right: 4px solid #EEEEEE;
}

.for-faq-page.scrollspy-sidebar .nav > .active > a,
.for-faq-page.scrollspy-sidebar .nav > .active:hover > a,
.for-faq-page.scrollspy-sidebar .nav > .active:focus > a {
    border-right: 4px solid #1479CB !important;
    border-left: 4px solid #FFF !important;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .faq-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Payment
 */

.payment-container {
    border-left: 1px dashed #CCC;
    padding-left: 40px;
    margin-left: 13px;
    padding-right: 15px;
}

.payment-box {
    margin: 0 0 40px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
}

.payment-header {
    position: relative;
}

.payment-header:before {
    content: "";
    width: 25px;
    position: absolute;
    left: -30px;
    top: 9px;
    border-top: 1px dashed #CCC;
}

.payment-header .number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #1479CB;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: -4px;
    left: -53px;
    font-weight: 600;
    font-size: 12px;
}

.payment-content .control-label {}

.payment-content input[type='radio'] + label:before {
    top: 12px;
}

.payment-traveller {
    margin: 0 0 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    position: relative;
}

.traveller-remove {
    position: absolute;
    left: 0;
    top: 13px;
}

.price-summary-wrapper {
    border: 4px solid #EEE;
    border-radius: 3px;
    padding: 30px 20px;
}

ul.price-summary-list li {
    margin-bottom: 18px;
    line-height: 1.2;
}

ul.price-summary-list li p {
    margin-top: 5px;
}

ul.price-summary-list li.divider {
    border-top: 1px solid #EEE;
}

ul.price-summary-list li.total-price {
    background: #1479CB;
    color: #FFF;
    margin: 25px -19px -29px;
    padding: 20px 19px;
}

@media only screen and (max-width: 1199px) {
    .payment-container {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .traveller-remove {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Confirmation
 */

.confirmation-wrapper {
    padding-right: 15px;
}

.payment-success {
    margin: 0 0 40px;
}

.payment-success .icon {
    font-size: 56px;
    width: 70px;
    float: left;
}

.payment-success .content {
    margin-left: 70px;
}

.payment-success .content h2 {
    margin-bottom: 5px;
}

.payment-success .content p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #777;
}

.confirmation-content {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

ul.book-sum-list li {
    position: relative;
    margin: 20px 0;
    padding-left: 140px;
    line-height: 1.2;
}

ul.book-sum-list li:first-child {
    margin-top: 0;
}

ul.book-sum-list li:last-child {
    margin-bottom: 0;
}

ul.book-sum-list li span {
    position: absolute;
    left: 0
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .confirmation-wrapper {
        padding-right: 0;
    }
    .payment-success .content h2 {
        font-size: 20px;
    }
    .payment-success .content p {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .payment-success .content h2 {
        font-size: 17px;
    }
    .payment-success .content p {
        font-size: 15px;
    }
}



/**
 * Contact Us
 */

.top-place-wrapper {
    background: #F0F0F0;
}

.top-place-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.top-place-item {
    padding: 30px 15px;
}

.top-place-item .icon {
    width: 33px;
    float: left;
}

.active .top-place-item {
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
}

.top-place-item .content {
    margin-left: 48px;
    line-height: 22px;
}

.top-place-item .content h3 {
    line-height: 1.1;
    margin: 0 0 17px;
}

.top-place-item .content p {
    margin: 0 0 12px;
}

.top-place-item .content a {
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form-wrapper .form-group {
    margin: 0 0 17px;
}

.contact-form-wrapper .help-block {
    line-height: 1.2;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFAFA;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.boxed-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.boxed-social a {
    font-size: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    text-align: center;
    line-height: 36px;
    background: #1479CB;
    color: #FFF;
    border-radius: 3px;
}

.boxed-social a:hover {
    background: #D65049;
}

ul.address-list li {
    position: relative;
    line-height: 1.4;
    margin: 0 0 10px;
    padding-left: 25px;
}

ul.address-list li:last-child {
    margin: 0 !important;
}

ul.address-list li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    line-height: 1;
}

.infobox-inner ul.address-list li {
    margin: 0 0 8px;
    padding-left: 18px;
}

.infobox-inner ul.address-list li i {
    font-size: 12px;
}


/**
 * Blog
 */

.blog-wrapper {
    padding-right: 15px;
}

.blog-item {
    display: block;
    margin-bottom: 40px;
    background: #FFF;
    overflow: hidden;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 30px;
}

.blog-item:last-child {
    margin-bottom: 0
}

.blog-item.blog-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.blog-media {
    position: relative;
    margin: 0 0 25px;
}

.blog-media a {
    display: block;
}

.blog-content {}

.blog-content h3 {
    line-height: 1.4;
    margin: 0 0 20px;
    color: #333;
}

.blog-content h3 a {
    color: #333;
    display: block;
}

.blog-content h3 a:hover {
    color: #D65049;
}

.blog-entry {
    padding: 0 0 20px;
}

.blog-entry ul,
.blog-entry ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.blog-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px;
}

.blog-entry ul ul,
.blog-entry ol ol {
    margin-top: 7px;
}

.blog-entry > ul,
.blog-entry > ol {
    margin-bottom: 15px;
}

.blog-entry ol {
    list-style: decimal;
}

ul.blog-meta {
    margin: 0 0 25px;
    line-height: 1.2;
    font-size: 12px;
}

ul.blog-meta li {
    display: block;
    color: #999;
    margin-right: 30px;
    float: left;
    position: relative;
}

ul.blog-meta li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #E1E1E1;
    border-radius: 6px;
    position: absolute;
    right: -19px;
    top: 5px;
}

ul.blog-meta li:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    right: -17px;
    top: 7px;
}

ul.blog-meta li:last-child:before,
ul.blog-meta li:last-child:after {
    display: none;
}

.blog-extra {
    background: #F2F2F2;
    padding: 28px 20px 25px;
    margin: 20px 0 40px;
    border-radius: 3px;
}

.blog-author {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.blog-author h5 a {
    color: #333;
}

.blog-author h5 a:hover {
    color: #D65049;
}

.author-details {
    margin-left: 120px;
    position: relative;
}

.author-label {
    position: absolute;
    width: 100px
}

.author-label img {
    width: 100%
}

.blog-author .social {
    float: right;
    margin-top: -5px
}

#comment-wrapper {
    background: #FFF;
    padding: 30px 0 20px;
    position: relative
}

ul.comment-item {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.comment-item li {
    position: relative;
    display: block;
    padding-left: 65px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EBE8E6
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.comment-item ul {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #EBE8E6;
    margin-left: -20px;
}

.comment-item h6 {
    margin-bottom: 5px;
}

.comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%
}

.comment-item .comment-time {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.2;
}

.comment-item a.comment-reply {
    float: right;
    font-size: 10px;
    line-height: 1;
    padding: 3px 7px;
    text-transform: uppercase;
    border: 2px solid #1479CB;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

.comment-item a.comment-reply:hover {
    color: #FFF;
    border-color: #D65049;
    background: #D65049;
}

@media only screen and (max-width: 1199px) {
    .blog-wrapper {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Image Overlay
 */

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    background: rgba(0, 0, 0, 0);
}

.overlay-box:hover .image-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.image-overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.overlay-content {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.overlay-icon {
    margin-bottom: 6px;
    color: #fff;
    border: 2px solid #FFF;
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.overlay-box:hover .overlay-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay-icon i {
    color: #fff;
    font-size: 56px;
}


/**
 * Footer
 */

.footer {
        background: #053578;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.logo_part {
    padding: 35px 0;
    background: #013074;
}

.logo_part h1 a {
    color: #fff;
}
.logo_part h1 a:hover {
    color: #ff5d0e;
}
.logo_part h1 {
    display: inline-block;
    margin: 30px 25px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}
.logo_part img {
    width: 150px;
    text-align: center !important;
    margin: 0px auto !important;
}
.footer a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}
.footer_btm {
    padding: 10px 0 10px;
    background: #013074;
}
.padding_bottom {
    padding-bottom: 48px !important;
}
.padding_top {
    padding-top: 48px !important;
}
.footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-logo {
    width: 200px;
}

.footer-address {
    line-height: 1.4;
    margin-top: 25px;
}

h5.footer-title {
    color: #FFF;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.footer-menu li {
    margin: 5px 0;
    font-size: 15px;
}

ul.footer-menu li a {
    text-transform: uppercase;
    line-height: 1;
}

.footer-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.footer-social a {
    font-size: 15px;
    margin-right: 10px;
}

.affiliated img {
    display: inline-block;
    width: 40px;
}
.copy-right {
    font-size: 11px;
}

@media only screen and (max-width: 1199px) {
    .footer-contact .icon {
        float: none;
        padding: 0 0 7px;
        text-align: left;
    }
    .footer-contact .content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-contact .icon {
        width: 40px;
        float: left;
        padding: 3px 0 0;
        text-align: center;
    }
    .footer-contact .content {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact {
        padding: 25px 20px;
    }
}

@media (max-width: 479px) {}


/**
 * Sign-in/up
 */

.modal.modal-border-transparent .modal-content {
    border: 5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 3px;
}

.modal.modal-login .modal-content {
    width: 380px;
    margin: 0 auto;
    position:relative;
}

.modal.modal-login .form-control::-moz-placeholder {}

.modal.modal-login .form-control:-ms-input-placeholder {}

.modal.modal-login .form-control::-webkit-input-placeholder {}

.modal.modal-login .modal-footer {
    border-top: 1px solid #CCC;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.modal .modal-content .btn-close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1052;
    font-size: 12px;
}

.modal-seperator {
    border-bottom: 1px solid #CCC;
    text-align: center;
    margin: 20px 0 45px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.modal-seperator span {
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 38px;
    display: block;
    margin-bottom: -20px;
    background: #FFF;
    font-weight: 600;
}

.login-modal-tab-wrapper {}

ul.login-modal-tab-nav {
    background: #EAEAEA;
    padding: 0;
    margin: 0;
}

ul.login-modal-tab-nav li {
    float: left;
    width: 50%;
    text-align: center;
}

ul.login-modal-tab-nav li a {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #565656;
}

ul.login-modal-tab-nav li.active a {
    background: #FFF;
}

ul.login-modal-tab-nav li a:hover {
    color: #489FF0;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #FFF;
}

.btn.btn-facebook:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .modal.modal-login .modal-content {
        width: 100%;
    }
}


/**
 * Static Page
 */

.for-static-page .sidebar-module {
    margin-right: 30px;
}

ul.static-page-menu li a {
    display: block;
    color: #636363;
    padding: 8px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    line-height: 1;
    padding-left: 0;
    border-left: 4px solid #FFF !important;
    border-right: 4px solid #FFF;
    margin-right: -4px;
    margin-left: -4px;
    margin-bottom: 1px;
    font-size: 12px;
}

ul.static-page-menu li a:hover,
ul.static-page-menu li.active a {
    border-right: 4px solid #1479CB;
    color: #1479CB;
}

.static-wrapper h1:first-child,
.static-wrapper h2:first-child,
.static-wrapper h3:first-child,
.static-wrapper h4:first-child,
.static-wrapper h5:first-child,
.static-wrapper h6:first-child {
    margin-top: 0;
}

.static-wrapper ul,
.static-wrapper ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.static-wrapper ul li,
.static-wrapper ol li {
    margin-bottom: 7px;
}

.static-wrapper ul ul,
.static-wrapper ol ol {
    margin-top: 7px;
}

.static-wrapper > ul,
.static-wrapper > ol {
    margin-bottom: 15px;
}

.static-wrapper ol {
    list-style: decimal;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .for-static-page .sidebar-module {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .for-static-page .sidebar-module {
        margin-right: 0;
    }
}

@media (max-width: 479px) {}
.expedition-tab{display: inline-block;
list-style: none;
/* margin: 0; */
margin-bottom: 22px;

padding-bottom: 10px;}
.expedition-tab li {float: left; margin-right:35px;}
.expedition-tab li a{ font-size:30px; font-weight:700; color:#000;}

.expedition-tab li.active a, .expedition-tab li a:hover{ color: #1479CB;}

.tim_dlrt {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tim_dlrt .icn {
    width: 25px;
    height: 25px;
    background: #003176;
    margin: 0;
    padding: 5px 7px;
    border-radius: 50%;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 9px;
}
.package-grid-item a h5  span
{
    font-size: 14px;
    display: block;
    margin: 5px 0;
    }
.package-grid-item a h5 strong {
    font-weight: normal;
    color: #E55579;
    font-size: 14px;
}
.hdr_nw h2 {
    border-bottom: solid 2px;
    display: inline;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
        text-transform: uppercase;
}
.hdr_nw {
    padding-bottom: 3px;
    border-bottom: solid 2px #f2f2f2;
    margin-bottom:20px;
}
section.hig .tailor-made {
    position: relative;
    z-index: 1;
}

section.hig .tailor-made:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -20px;
    top: -999px;
    bottom: -999px;
    right: -999px;
      background-color: #fff;
    }
    
    /*home tab*/
    .gallery-container .item {padding: 3px;display: flex;overflow: hidden;height: auto;position: relative;text-align: left;}

.hid_bfr_hvr {
    position: absolute;
    padding: 9px;
    bottom: 0;
    z-index:1;

}
.hid_bfr_hvr h5 {
    color: #fff !important;
text-transform: uppercase;

}
.gallery-container .item:hover .hid_bfr_hvr {
    display: none;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.gallery-container .item-wrapper {
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;

}
/*.gallery-container .item-wrapper:before {content: '';position: absolute;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;z-index: 1;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;width: 100%;height: 100%;background: rgba(255,255,255,0);}
*/
.gallery-container .item .item-overlay {
height: auto;
width: 100%;
bottom: -100%;
position: absolute;
padding:2px 20px;
z-index: 1;-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.gallery-container .item h5 {
color: #1b75a9;
text-transform: uppercase;
font-weight: 700;
    margin: 5px 0 5px 0;
    padding: 0;
}
.gallery-container .item b {
color: #6c3b25;
text-transform: uppercase;
font-family: 'Lato','Open Sans',Arial,Helvetica,sans-serif;
font-weight: 700;
text-shadow: none;
font-size: 13px;
}
.gallery-container .item:hover .item-overlay {
bottom: 0;
background: rgba(255, 255, 255, 255);

}
.height-x3 img {
    min-width: 274px;
    min-height: 234px;
    height: 100%;
    width: 100%;
}/*
.height-x3 .item-wrapper {
max-height: 406px;
}

.height-x1 .item-wrapper {
max-height: 192px;
}
.height-x2 .item-wrapper {max-height: 200px;}*/

/*team*/
.team_mbr {
    background: url('../images/team/one.gif') no-repeat 0 0 !important;
    height: 329px !important;
    width: 329px !important;
    margin-top: 40px !important;
    text-align: center !important;
    padding: 50px 50px 0 !important;
    left: 50px !important;
    bottom: 60px !important;
    position: absolute !important;
    z-index: 4 !important;
}
.award-content {
    margin-top: 140px;
}
.award-content h3 a {
    color: #fff;
        text-shadow: 7px 1px 3px #000;
}
.award-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
        text-shadow: 7px 1px 3px #000;
}

/*slider-pac*/

#myCarousel .thumbnail {
    margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
}
.carousel-control {
    color:#fff;
    top:40%;
    color:#428BCA;
    bottom:auto;
    padding-top:4px;
    width:30px;
    height:30px;
    text-shadow:none;
    opacity:1;
}
.sticky_header.transparent {
    position: fixed;
}
.sticky_header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #F8F8F8 !important;
    -webkit-box-shadow: 0 3px 3px 1px rgba(176,175,175,.2);
    -khtml-box-shadow: 0 3px 3px 1px rgba(176,175,175,.2);
    box-shadow: 0 3px 3px 1px rgba(176,175,175,.2);
    border: 0;
    webkit-transition: all .5s ease-out .5s;
    -khtml-transition: all .5s ease-out .5s;
    -moz-transition: all .5s ease-out .5s;
    -ms-transition: all .5s ease-out .5s;
    -o-transition: all .5s ease-out .5s;
    transition: all .5s ease-out .5s;
}
.carousel-control:hover, .carousel-control:focus {
    color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
}
.carousel-control.right {
    left:auto;
    right:0px;

    z-index: 5;
}
.carousel-control.left {
    right:auto;
    left:0px;
     z-index: 5;
}

.carousel-indicators {
    bottom:-30px;
}
.carousel-indicators li {
    border-radius:0;
    width:10px;
    height:10px;
    background:#ccc;
    border:1px solid #ccc;
}
.carousel-indicators .active {
    width:12px;
    height:12px;
    background:#3276b1;
    border-color:#3276b1;
}

/*blog home*/
.featured-blog .box-wrap {
    padding:/* 20px 25px 25px 75px*/ 0 0 0 123px;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.featured-blog .box-wrap .date {
    position: absolute;
    left: 0;
    height: 70px;
    width: 100px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 12px;
}
.featured-blog .box-wrap .date big {
    display: block;
    font-size: 18px;
}
.featured-blog .box-wrap .author {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    display: block;
}
.featured-blog .box-wrap h3 {
    color: #1479cb;
    margin: 3px 0 10px;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
}
.page-right .featured-blog p {
    line-height: 20px;
}
/*image gallery*/
.image_grid .imags_dsize {
     max-width: 150px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    float: left;
    position:relative;
}
.image_grid {
    display: inline-block;
}
.imags_dsize a.caption {
    position: absolute;
    bottom: 0;
    z-index: 8888888888;
    color: #fff;
    width: 100%;
    background: #1479cb;
    padding: 0px;
    text-align: center;
    display:none;
     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.imags_dsize:hover a.caption {
    display: block;
 -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
    }

    .caption_cyberlink {
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    background: rgba(4, 50, 116, 0.89);
    padding: 5px 20px;
    color: #fff;
}
/*aside gallery*/
aside .image_grid .imags_dsize {
    max-width: 106.5px;
    width: 100%;
}
.caption_cyberlink h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.image_grid .imags_dsize:hover .overlay {
    background: none;
}
 
.btn-sect {
    padding: 35px 0 0;
}

.area-header {
    margin-bottom: 37px;
}
.area-title {
    border-left: 4px solid #167ac6;
    margin-bottom: 20px;
    padding: 5px 0 5px 15px;
    text-transform: uppercase;
}
.area-title h3 {
   color: #167ac6;
    display: block;
    font-size: 19px;
    line-height: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    text-transform: uppercase;

}
.area-title h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 15px;
}

/*team*/
/*==============================
TEAMS
==============================*/

/* Team Members */
.awrd_ttl {
    background: #1479cb;
    color: #fff;
    padding: 5px 10px;
}
.Team_jay_design {
    margin-bottom: 40px;
    border: #1479cb solid 2px;
}
.Team_jay_design img {
   /* max-height: 200px;*/
    overflow: hidden;
  /*  min-height: 200px;*/
}

.team-member{
    position:relative;
    overflow:hidden;
    padding-bottom:89px;
    margin-bottom:30px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.team-member .team-member-image{
   width: 100%;
   /* min-height: 320px;
    max-height: 320px;*/
}

.team-member-info{
    padding:20px;
    position:absolute;
    z-index:10;
    margin-top:-89px;
    top:100%;
    left:0;
    background:#fff;
    right:0;
    bottom:0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    backface-visibility: hidden;
}

.team-member .social-media li{
    margin-right:4px;
}

.team-member .social-media li:last-child{
    margin-right:0;
}

.team-member-more{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all .4s ease 0.1s;
    -webkit-transition: all .4s ease 0.1s;
    -moz-transition: all .4s ease 0.1s;
}   

.team-member:hover .team-member-info{
    top:300px;
}
.team-member.animate-onscroll a p {
    color: #95999e;
}

.team-member:hover .team-member-more{
    opacity:1;
    -moz-opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.team-member-info h3{
   margin: 3px 0 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}

.team-member-info .job{
    color:#95999e;
    font-size:13px;
    display:block;
    margin-bottom:17px;
    white-space:nowrap;
}

.team-member.big{
    background:#fff;
    padding:0;
}

.team-member.big .team-member-image{
    width:50%;
    padding-right:15px;
    float:left;
}

.team-member.big .team-member-info{
    position:relative;
    margin-top:0;
    top:0;
    float:left;
    width:50%;
    padding:30px 30px 30px 15px;
}

.team-member.big .team-member-more{
    opacity:1;
    -moz-opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.img_team_dtlss {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-right: 20px;
}

.img_team_dtlss .social {
    background: #f2f2f2;
    text-align: center;
}
.staf_dtl {
    padding: 12px 6px;
    text-align: left;
    background: rgba(221, 221, 221, 0.15);
}
.staf_dtl p {
    font-size: 13px;
    color: #013074;
}
.staf_dtl .job {
    color: #95999e;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
}

.staf_dtl h3 {
      margin: 1px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}


/*team #1 */
.list_tdl
{
        border-bottom: 1px solid #D5DBDB;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #333333;
}

.list_tdl h2 {
    margin-bottom: 10px;
    padding: 0;
    margin-top: 2px;
    line-height: 24px;
    font-size: 19px;
}
.list_tdl h3 {
    font-size: 15px;
    margin: 8px 0;
    color: #000000;
    font-weight: bolder;
    font-style: italic;
}
.list_tdl  img {
    margin: 5px 15px 2px 0;
    max-width: 150px;
    width: 100%;
    float: left;
}
.large_image img 
{
     min-width: 250px !important;
   
}
aside .list_tdl h2 {
       font-size: 15px;
    margin: 0;
    padding: 0;
}
aside .list_tdl img {
    width: 80px;
}

h2.profile_area {
    margin: 25px 0;
        font-size: 19px;
}

.awards_fr_pp {
    border: #f2f2f2 solid 2px;
    padding: 10px 0;
}

.sid_br {
       background: #f2f2f2;
/*    margin-top: -40px;
*/    padding: 10px 20px;
}

.sid_br h1 {
    font-size: 21px;
    text-transform: uppercase;
    color: #565656;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #023175;
}

.sid_br h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #565656;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #023175;
}

.about-us-grid-block {
    margin-left: -15px;
    margin-right: -15px;
}
/*activities*/

#activity ul {
padding : 0;
}
#activity ul li {
list-style-type : none;
display : inline-block;
text-align : center;
margin: 0 28px;
}
#activity ul li a {
display : block;
}
#activity ul li .ico {
width : 90px;
height : 90px;

border : #fe860c solid 2px;
margin-bottom : 2px;
background-color : transparent;
transition : 0.2s;
}
#activity ul li span ~ span {
display : block;
color : #000;
font-size : 13px;
text-transform : uppercase;
}
.icon-trekking {
background-position : 5px -150px;
}
.icon-peak-climbing {
background-position : -66px -150px;
}
.icon-expedition {
background-position : -143px -150px;
}
.icon-cultural-tour {
background-position : -218px -150px;
}
.icon-day-tour {
background-position : -809px -152px;
}
.icon-jungle-safari {
background-position : -291px -150px;
}
.icon-rafting {
background-position : -365px -153px;
}
.icon-canyoning {
background-position : -447px -158px;
}
.icon-multi-country-tour {
background-position : -520px -158px;
}
.icon-family-holidays {
background-position : -662px -150px;
}
.icon-special-festival-treks {
background-position : -743px -158px;
}
.icon-view-all {
background-position : -587px -150px;
}
#activity a:hover {
transition : 0.2s;
}
#activity a:hover .ico {
border-color : #053578;
background : #053578;
}
#activity a:hover .icon-trekking {
background-position : 5px -224px;
}
#activity a:hover .icon-peak-climbing {
background-position : -66px -224px;
}
#activity a:hover .icon-expedition {
background-position : -143px -224px;
}
#activity a:hover .icon-cultural-tour {
background-position : -218px -224px;
}
#activity a:hover .icon-day-tour {
background-position : -809px -224px;
}
#activity a:hover .icon-jungle-safari {
background-position : -291px -224px;
}
#activity a:hover .icon-rafting {
background-position : -365px -224px;
}
#activity a:hover .icon-canyoning {
background-position : -447px -233px;
}
#activity a:hover .icon-multi-country-tour {
background-position : -520px -233px;
}
#activity a:hover .icon-view-all {
background-position : -587px -224px;
}
#activity a:hover .icon-family-holidays {
background-position : -662px -224px;
}
#activity a:hover .icon-special-festival-treks {
background-position : -743px -233px;
}
.activities {
margin-bottom : 20px;
}
.activities:nth-child(3n 1) {
clear : both;
}
.columns.activities:last-child {
float : left;
}
.ico {
border : #013a77 solid 3px;
background-image : url("../images/Icon-sets.png") !important ;
background-repeat : no-repeat;
display : inline-block;
width : 67px;
height : 67px;
border-radius : 50%;
}

/*customer says*/

.entry-content blockquote {
      border: none;
    position: relative;
    font-size: 17px;
    font-style: italic;
    padding: 0 0 7px 50px;
    margin: 10px 5px 30px !important;
}
 
.entry-content blockquote p {
    padding-bottom: 15px;
    position: relative;
}
.entry-content blockquote footer {
    font-size: 17px;
    color: #c7d5d3;
    font-style: normal;
    padding-right: 50px;
}
.entry-content blockquote footer:before {
    content: ' ';
}
.entry-content blockquote .testimon img {
    margin-right: 25px;
    max-width: 150px;
    width: 100%;
    border-radius: 50%;
}

.entry-content blockquote span.source {
    text-align: right;
    float: right;
    color: #053578;
    font-weight: 700;
    margin-top: 20px;
}

.booking-form .inner-box h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
}

img.grade_img {
    width: 80px;
    height: 25px;
    display: inline-block;
    margin-left: 20px;
}

ul.nav.nav-tabs.bijay_navigation {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    clear: both;
}
ul.nav.nav-tabs.bijay_navigation li a
{
    padding: 15px 20px;
        text-transform: uppercase;
}
 
ul.nav.nav-tabs.bijay_navigation>li.active>a, ul.nav.nav-tabs.bijay_navigation>li.active>a:focus, ul.nav.nav-tabs.bijay_navigation>li.active>a:hover
{
    color: #fff;
    cursor: default;
    background-color: #1479cb;
}

.detail-content .tab-content>.active {
    display: block;
    padding: 10px;
    background: #fff;
    border: solid 1px #e7e7e7;
    border-top: 0;
}


.trip_heeader {
    padding: 20px 0 0;
}
 
.trip_heeader h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #9c9c9c;
}
 
.trip_heeader h1 {
         margin: 0 0 10px 0;
    padding: 0;
    font-family: "28 Days Later";
    color: #1479cb;
    
}

.userchoice {
   /* background: url(http://www.himalayanglacier.com/images/user-choice.png) 0 0 no-repeat;*/
    position: absolute;
    z-index: 100;
    left: 5px;
    width: 116px;
    height: 117px;
    top: -9px;
    display: block;
}
 .price {
    right: 15px;
    position: absolute;
    top: 15px;
    background: #ff5d0e;
    color: #fff;
    padding: 5px 10px;
    z-index: 5;
}

  .price h6 {
    margin-bottom: 5px;
    margin-top: 3px;
        color: #fff;
}


.price .prd-cost {
    font-size: 30px;
    font-weight: bold;
}
.image .ribbon-top-left {
       top: -10px !important;
    left: -11px !important;
}
.package-grid-item .image .ribbon-top-left {
    top: -13px !important;
    left: -2px !important;
}
/*new*/
 
.ribbon_list span {
    padding: 0 !important;
}
.ribbon_list .ribbon-top-left::before {
    top: 0px !important;
    right: 15px !important;
}
.ribbon_list .ribbon-top-left::after {
    bottom: 16px !important;
    left: 0 !important;
}
/*new*/


.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #cb2027;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 243px;
    padding: 6px 0;
    background-color: #cb2027;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

.down_ppl {
    font-size: 13px;
    font-weight: 600;
    margin-top: -7px;
    letter-spacing: 2px;
}

.ribbon-top-left {
        top: -10px;
    left: 5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.table_high i.fa {
    background: #ff5d0e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

span.one_more {
   
    display: block;
}

span.one_more a {
      color: #fff;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #1479cb;
    padding: 8px 20px;
}

span.one_more i.fa {
    float: right;
    border: solid 1px #fff;
    padding: 5px 9px;
    font-weight: 100;
    font-size: 15px;
}

span.one_more a:hover {
    background: #ff5d0e;
}
span.one_more i.fa:hover{
    background: #fff;
    color: #ff5d0e;
}

.team_contact {
   
    margin-bottom: 10px;
}
.team_contact p {
   border-bottom: solid 1px #1066ad;
    background: #1479cb;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
}
.team_contact i.fa {
    width: 35px;
    height: 35px;
    background: #1066ad;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.team_contact p:last-child {
    border-bottom: 0;
    margin: 0;
}

#st-el-2 .st-logo {
    
    display: none !important;
}


.availability_new_D {
 padding: 24px 10px;
    background: #fff;
    clear: both;
    margin: 40px auto;
    width: 99%;
    box-shadow: 1px 5px 9px 1px #eee;
    border: solid 1px #d4d4d4;
}

.availability_new_D table th {
    color: #1479cb;
}