body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #2a3439;
}

a {
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    color: #1d61c3;
}

a:hover {
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    text-decoration: none;
}

button:focus,
.btn:focus,
input:focus,
.form-control:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

.form-modified .form-control {
    border-radius: 0;
}

.enquiry-form .form-control {
    height: 40px;
    border: transparent;
}

.enquiry-form textarea {
    border: transparent;
    width: 100%;
    padding: 15px 12px;
    resize: none;
}

.enquiry-form .form-modified {
    padding: 20px;
    background-color: #f0f8ff;
    margin: 15px 0 0;
}

.enquiry-btn {
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.enquiry-form .default-btn {
    background-color: #607d8b;
    margin: 15px 0 0;
}

.rating-stars span.empty-stars {
    position: static;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    font-size: 14px;
}

.form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    /* Firefox 18- */
    color: #888;
    font-size: 14px;
}

.masthead {
    /* The image used */
    background-image: url("../img/header-img.jpg");
    /* Full height */
    height: 100vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navigation.default-navigation .navbar {
    padding: 15px 0;
}

.navigation .top-bar {
    display: none;
}

.top-header {
    background-image: url("../img/bg.jpg");
    /* Full height */
    height: 30vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: 0.3s all linear;
    /* background-attachment: fixed; */
}

.top-header:hover {}

.customer-review-wrapper {
    background: url("../img/bg-top.jpg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    position: relative;
    margin: 35px 0 0;
}

.customer-review-wrapper .block-title {
    opacity: 1;
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}

.customer-review-wrapper .overlay {
    z-index: 0;
    background-color: rgba(246, 246, 246, 0.53);
}

.masthead-content {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

.main-header .top-header {
    height: 80vh;
}

.banner-desc {
    max-width: 90%;
    margin: 0 auto;
}

.masthead-content h1 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.masthead-content .desc {
    font-size: 13px;
    line-height: 20px;
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.default-btn.primary-btn {
    background-color: #1d61c3;
}

.default-btn.primary-btn:hover {
    background-color: #1750a2;
}

.navigation {
    /* background: rgba(0,0,0,0.26); */
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
    background: #fff;
    top: 0px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.navigation.default-navigation {
    background-color: #1d61c3;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}

.navigation .navbar-nav li:hover a.nav-link:after {
    width: 100%;
}

.navigation .navbar-nav li a.nav-link:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 4px;
    background: #28a745;
    content: "";
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    border: 0;
}

.megamenu-block .block-list ul li:hover {
    background-color: #f7f7f7;
}

.megamenu-block .block-list ul li:hover a,
.megamenu-block .block-list ul li a:hover a {
    color: #28a745;
}

.navigation .navbar {
    transition: all ease 0.5s;
    padding: 10px 0;
}

.navigation .nav-item .dropdown-menu {
    margin-top: 0px;
    border-radius: 0px;
    left: 0px;
    right: 0;
    border: transparent;
    padding: 0;
    min-width: 250px;
    height: 200px;
    overflow-y: scroll;
}

.top-bar {
    font-size: 13px;
    padding: 5px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.navigation.shrinking-nav {
    z-index: 1111;
}

.navigation.shrinking-nav .navbar-nav li a.nav-link {
    color: #333;
}

.navigation.shrinking-nav .navbar-brand {
    color: #28a745;
}

.top-bar .inline-list li {
    margin: 0 30px 0 0;
}

.top-bar .inline-list li a i {
    margin: 0 5px 0 0;
}

.top-bar a {
    color: #fff;
}

.top-bar a:hover {
    color: #fff;
}

.megamenu-block {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.megamenu-block .block-list a.view-more {
    font-size: 13px;
    /* padding: 20px 0 0; */
    background: transparent;
    padding: 7px 20px;
    border-radius: 20px;
    color: #777;
    border: 1px solid #ddd;
}

.trending-nav {
    padding: 15px 0 0;
}

.underline-nav {
    height: 2px;
    background-color: #333;
    width: 100px;
}

.trending-nav .small-divider {
    margin: 10px 0 10px 0;
}

.trending-nav .card-wrapper .card-body h5 {
    font-size: 16px;
}

.trending-nav .card-wrapper .card-body {
    bottom: 15px;
}

.card-body h5 i {
    font-size: 18px;
    margin: 0 5px 0 0;
}

.megamenu-block .block-list ul li {
    line-height: 28px;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.megamenu-block .block-list h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.megamenu-block .block-list ul li a {
    color: #333;
    display: block;
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}


/* .navigation .nav-item .dropdown-menu:after{
    content: "";
    position: absolute;
    right: auto;
    left: 15px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9999;
} */

.megamenu-block .block-list ul li a:hover {
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}

.navigation .navbar-nav li.nav-item {
    font-size: 14px;
    position: relative;
    margin: 0;
}

.navigation .navbar-nav li a.nav-link {
    color: #333;
    width: 100%;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-brand {
    color: #28a745;
    font-weight: 700;
    text-transform: uppercase;
}

.navigation .shrink {
    /* transition: all ease 0.5s; */
    /* background-color: #fff; */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.block-list ul,
.inline-list ul {
    padding: 0;
    margin: 0;
}

.block-list ul li {
    list-style-type: none;
}

.block-list ul li {
    display: block;
}

.inline-list ul li {
    display: inline-block;
}

.star-rating {
    color: #ffbf00;
}

.outline-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
}

.default-btn {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 50px; */
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    letter-spacing: 1px;
}

.default-btn:hover {
    background-color: #1e7e34;
    color: #fff;
}

.cancel-btn {
    background-color: #dadada;
    color: #585858;
    padding: 10px 25px;
    border-radius: 30px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
}

.cancel-btn:hover {
    background-color: #727272;
    color: #fff;
}

.form-wrap .form-control {
    height: 40px;
    border: transparent;
}

.search-destination {
    position: relative;
    width: 450px;
    margin: 35px auto 0 auto;
}

.search-destination input {
    padding-left: 35px;
}

.search-destination a {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    font-size: 20px;
}

.map-icon {
    position: absolute;
    left: 15px;
    color: #aaa;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-wrapper {
    padding: 15px 0;
}

.breadcrumb-wrapper ul {
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.breadcrumb-wrapper ul li a {
    color: #333;
}

.breadcrumb-wrapper ul li a.active {
    font-weight: 600;
}

.breadcrumb-wrapper ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 800;
    right: -15px;
}

.breadcrumb-wrapper ul li:last-child a::after {
    content: "";
}

.breadcrumb-wrapper ul li:last-child {
    margin-left: 10px;
}

.desc {
    padding: 15px 0;
    line-height: 1.7;
    color: #333;
}

.filter-wrapper {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.search-wrap {
    position: relative;
}

.search-wrap {
    position: relative;
}

.search-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    height: 38px;
    border-radius: 0;
}

.search-wrap input {
    border-radius: 0;
    padding: 6px 45px 6px 10px;
}

.filter-body {
    padding: 10px 0;
}

.filter-wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.filter-back {
    display: none;
    position: fixed;
    top: 85px;
}

.filter-title {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    color: #333;
    margin: 0 0 5px 0;
    font-size: 13px;
}

.tour-list .tour-facts .block-list li {
    margin: 0 0 10px 0;
}

.filter-head {
    padding: 0 15px;
}

.filter-top {
    padding: 10px 0;
}

.filter-top .filter-title:hover {
    cursor: pointer;
    color: #28a745 !important;
}

.filter-title::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
}

.filter-title.collapsed::after {
    content: "\f0d8";
}

.filter-block .accordion {
    border-bottom: 1px solid #eee;
    padding: 0px 15px;
}

.filter-block .accordion:last-child {
    border-bottom: none;
}

.main-body {
    margin: 61px 0 0;
}

.activity-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    /* transform: perspective(1px) translateZ(0); */
    transform: translateY(-4px);
}

.heading-results {
    padding: 15px 0;
    text-align: center;
}

.heading-results span {
    font-weight: 700;
    color: #28a745;
}

.heading-results h5 {
    font-size: 13px;
    margin-bottom: 0;
}

.content-block {
    padding: 30px 0;
}

.selectoption-wrap select {
    width: 100%;
}

.selectoption-wrap .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.selectoption-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.selectoption-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.selectoption-wrap .select2-container {
    display: block;
    width: 100% !important;
}

.tour-rating {
    padding: 10px 0;
}

.tour-rating .block-list ul li {
    font-size: 16px;
}

.tour-rating .block-list li span {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}

.tour-wrap {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.tour-list {
    margin: 25px 0;
    text-align: center;
}

.tour-list h5 {
    color: #58a745;
    font-weight: 600;
    font-size: 18px;
}

.tour-wrap:hover {
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.tour-img img {
    border-radius: 4px;
    width: 100%;
    height: 260px;
}

.tour-img {
    position: relative;
    max-height: 160px;
    overflow: hidden;
    border-radius: 4px;
}

.tag {
    position: absolute;
    top: 15px;
    background-color: #ff9800;
    color: #fff;
    left: 0;
    padding: 10px;
    max-width: 120px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 4;
}

.breadcrumb-wrap li.breadcrumb-item a {
    color: #fff;
}

.tag p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.tour-detail {
    padding: 15px 0;
}

.tour-detail h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    line-height: 24px;
}

.tour-detail h4 a {
    color: #333;
}

.tour-detail h4 a:hover {
    text-decoration: none;
    color: #1e7ad8;
}

.tour-info a {
    color: #4e4e4e;
}

.text-blackish {
    color: #333;
}

.price-block .text-blackish {
    color: #333;
}

.imp-info {
    position: relative;
    padding: 0 0 0 25px;
}

.imp-info i {
    position: absolute;
    top: 0;
    line-height: 32px;
    left: 0;
    color: #28a745;
}

.tour-facts .block-list li {
    display: flex;
    line-height: 18px;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
    margin: 0 0 15px 0;
}

.tour-facts .block-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.tour-facts .block-list li .tour-info span {
    color: #333;
}

.tour-facts .block-list li.tour-operator::before {
    content: "\f015";
}

.tour-facts .block-list li.tour-type::before {
    content: "\f6fc";
}

.tour-facts .block-list li.difficulty-level::before {
    content: "\f3fd";
}

.tour-facts .block-list li.duration-ico::before {
    content: "\f017";
}

.tour-facts .block-list li.rating-ico::before {
    content: "\f005";
}

.tour-facts .block-list li.age-ico::before {
    content: "\f007";
}

.tour-facts .block-list li.ppl::before {
    content: "\f0c0";
}

.tour-facts .block-list li.season::before {
    content: "\f0e7";
}

.empty-data .block-list li i {
    line-height: 1;
}

.tour-facts .block-list li span {
    width: 40%;
    display: inline-block;
    color: #28a745;
}

.tour-facts .block-list li .tour-info {
    color: #333;
    width: 60%;
    font-weight: 500;
}

.link {
    text-transform: capitalize;
    color: #1e7ad8;
}

.price-col {
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #eee;
}

.price-col p {
    margin-bottom: 0;
    font-size: 13px;
    color: #888;
}

.price-col h4 {
    font-weight: 700;
    color: #28a745;
    font-size: 26px;
}

.price-col .btn {
    margin-top: 5px;
}

.filter-options {
    padding-bottom: 15px;
}

.filter-options .inline-list ul li {
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #1d61c3;
    margin: 0 15px 15px 0;
    font-weight: 600;
    transition: 0.3s all linear;
    font-size: 13px;
}

.filter-options .inline-list li a {
    color: #1d61c3;
}

.filter-options .inline-list li a i {
    margin-left: 5px;
}

.filter-options .inline-list li a:hover {
    text-decoration: none;
    color: #fff;
}

.filter-options .inline-list li:hover {
    background-color: #1d61c3;
    transition: 0.3s all linear;
    cursor: pointer;
}

.filter-options .inline-list li:hover a {
    color: #fff;
}

input[type="checkbox"] {
    height: 0;
    width: 0;
}

input[type="checkbox"]+label {
    position: relative;
    display: flex;
    margin: 0.6em 0;
    align-items: center;
    color: #222;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]+label>ins {
    position: absolute;
    display: block;
    bottom: 0;
    left: 2em;
    height: 0;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]+label>ins>i {
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #4fc3f7;
}

input[type="checkbox"]+label>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]+label:hover,
input[type="checkbox"]:focus+label {
    color: #1e7ad8;
}

input[type="checkbox"]+label:hover>span,
input[type="checkbox"]:focus+label>span {
    background: rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked+label>ins {
    height: 100%;
}

input[type="checkbox"]:checked+label>span {
    border: 0.5em solid #ffeb3b;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]:checked+label>span:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0.2em;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

.customcheck,
.booking-card label.customcheck {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}


/* Hide the browser's default checkbox */

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ced4da;
}


/* On mouse-over, add a grey background color */

.customcheck:hover input~.checkmark {
    background-color: #eee;
}


/* When the checkbox is checked, add a blue background */

.customcheck input:checked~.checkmark {
    background-color: #28a745;
    border-radius: 4px;
    border: 1px solid #28a745;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customcheck input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customcheck .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-body .view-more {
    font-size: 13px;
}

.tour-facts .block-list li .info-icon {
    position: relative;
    width: auto;
}

.info-icon:hover {
    cursor: pointer;
}

.info-icon:hover .operator-wrapper {
    display: block;
}

.operator-wrapper {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 320px;
    z-index: 1;
    padding: 15px 0px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.operator-info .tour-rating p {
    margin-bottom: 0;
    color: #888;
    font-size: 13px;
}

.operator-name {
    font-size: 14px;
}

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

.operator-name h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0;
}

.operator-wrapper .tour-rating li {
    display: inline-block;
    padding-left: 0;
}

.operator-wrapper .tour-rating li::before {
    content: none;
}

.operator-wrapper .tour-rating .block-list ul li {
    font-size: 12px;
}

.pagination-block .pagination {
    justify-content: center;
}

.pagination-block .pagination .page-link {
    border-radius: 4px;
    color: #1e7ad8;
    padding: 10px 15px;
    font-weight: 600;
    border: none;
}

.pagination-block .pagination .page-link.active,
.pagination-block .pagination .page-link:hover {
    background-color: #1e7ad8;
    color: #fff;
}

.pagination-block .pagination .page-item {
    margin: 0 5px;
}

.review-card {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 30px 0;
}

.review-img img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    border: 4px solid #ddd;
    border-radius: 50%;
}

.review-name {
    padding: 10px 0;
}

.review-name h5 {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 16px;
    color: #333;
}

.review-name p {
    font-size: 11px;
    margin-bottom: 0;
    color: #888;
}

.review-text {
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
}

.review-text h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 16px;
    text-transform: uppercase;
}

.review-text p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 12px;
}

.review-block {
    text-align: center;
}

.review-card:hover {
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
}

.review-block h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.overall-rating span {
    padding: 5px 10px;
    background-color: #28a745;
    color: #fff;
    margin: 0 5px;
    border-radius: 4px;
}

.review-block .card {
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.customer-text {
    /* text-align: left; */
    overflow: auto;
    max-height: 180px;
}

.tour-descriptions {
    line-height: 18px;
    font-size: 14px;
    color: #555;
}

.long-scroll {
    overflow: auto;
    max-height: 400px;
}

.block-title h3 {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.block-title h2 {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.block-title p {
    font-size: 12px;
    color: #888;
    font-family: "Nunito", sans-serif;
}

.activity-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.activity-list ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

.activity-card {
    display: table;
    background-color: #ffffff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin: 0 0 30px 0;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
}

.activity-no {
    padding: 0;
    color: #888;
    font-family: "Nunito", sans-serif;
}

.activity-no p {
    margin: 0;
}

.activity-img {
    height: 85px;
}

.activity-img img {
    width: 100%;
    height: 100%;
}

.activity-title {
    padding: 0 0 5px 0px;
    text-transform: capitalize;
}

.inner-wrap {
    padding: 15px 0;
}

.all-link {
    text-align: left;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.activity-title p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}


/* .activity-card a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.activities-option {
    padding: 15px 0;
}

.card-wrapper {
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
}

.homestay-block .card-wrapper {
    max-height: 300px;
}

.trekking-block .card-wrapper {
    max-height: 475px;
}

.card-wrapper .card-body.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    text-align: center;
}

.card-body.center .small-divider {
    margin: 15px auto;
}

.card-wrapper .card-body {
    position: absolute;
    top: auto;
    bottom: 30px;
    z-index: 1;
    left: 15px;
    padding: 0;
    right: 30px;
}

.card-wrapper .card-body h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 24px;
}

.homestay-block .card-wrapper .card-body h5 {
    font-size: 30px;
    line-height: 36px;
}

.card-wrapper .card-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.card-wrapper .card-body h5 a {
    color: #fff;
}

.small-divider {
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin: 15px 0 10px 0;
}

.price {
    color: #28a745;
    font-weight: 600;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

.activity-desc {
    padding: 0 15px;
    color: #333;
}

.price p {
    margin-bottom: 0;
}

.card-wrapper .tour-rating {
    padding: 0;
    font-size: 12px;
}

.card-wrapper .tour-rating p {
    font-size: 12px;
}

.card-wrapper .tour-rating i {
    font-size: 13px;
}

.card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.card-wrapper:hover {
    cursor: pointer;
}

.card-wrapper:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.card-wrapper img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.card-wrapper .overlay {
    background: linear-gradient( to bottom, rgba(233, 15, 15, 0) 0, rgb(29, 97, 195) 0, rgba(0, 0, 0, 0.3) 50%, rgb(11, 30, 58) 100%);
}

.footer-wrap .inner-wrap {
    padding: 30px 0 15px 0;
}

.footer-wrap {
    background-color: #101010;
    color: #9b9b9b;
    text-transform: capitalize;
}

.footer-wrap .block-list p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.footer-wrap h5 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.footer-wrap .block-list ul li a {
    color: #9b9b9b;
}

.footer-wrap .block-list ul li a:hover {
    color: #fff;
    transition: 0.75s color ease;
    -moz-transition: 0.75s color ease;
    -webkit-transition: 0.75s color ease;
}

.footer-wrap .block-list ul li {
    line-height: 24px;
    position: relative;
    font-size: 12px;
}

.inline-list .social-icons li {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.inline-list .social-icons li a {
    color: #9b9b9b;
}

.inline-list .social-icons {
    padding: 5px 0 15px 0;
}

.copyright-block {
    text-align: center;
    background-color: #1c1c1c;
    color: #fff;
    padding: 15px 0;
}

.newsletter-block {
    background-color: #1d61c3;
    text-align: center;
}

.subscribe-wrap input {
    border-radius: 30px;
    padding: 15px;
}

.newsletter-wrapper .form-modified {
    padding: 25px 0 0 0;
}

.subscribe-wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.subscribe-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 30px;
    padding: 0 25px;
    background-color: #ffbf00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom-right-radius: 30px;
}

.package-detail-block {
    background-color: #fff;
    padding: 20px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #eee;
    border-top: none;
}

.package-detail-block h2 {
    font-weight: 700;
    font-size: 18px;
    color: #242424;
    margin-bottom: 5px;
}

.package-slider-wrap .slick-slide img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.package-slider-wrap .slider-nav {
    padding: 5px 0;
}

.package-slider-wrap .slider-nav button {
    width: 30px;
    height: 30px;
}

.package-slider-wrap .slider-nav button:before {
    font-size: 14px;
}

.package-slider-wrap .slick-list {
    margin-left: -5px;
}

.package-slider-wrap .slick-slide {
    margin-left: 5px;
}

.package-slider-wrap {
    background-color: #fff;
    margin: 0 0 30px 0;
}

.package-slider-wrap .slider-nav .slick-list .img-wrapper img {
    border-radius: 0;
}

.package-slider-wrap .slick-next:before,
.other-package-slide .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    opacity: 1;
    right: 15px;
}

.package-slider-wrap .slick-prev:before,
.other-package-slide .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    opacity: 1;
    right: 15px;
}

.package-slider-wrap .slick-next {
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
}

.package-slider-wrap .slick-prev {
    left: 15px;
    z-index: 99;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
}

.package-slider-wrap .slider-nav button {
    visibility: hidden;
}

.package-slider-wrap .slider-nav:hover button {
    visibility: visible;
}

.package-slider-wrap .slick-slide .img-wrapper {
    position: relative;
}

.package-slider-caption {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    font-size: 13px;
}

.package-slider-caption p {
    margin: 0;
    letter-spacing: 1px;
}

.package-info {
    background-color: #fff;
}

.detail-title p {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #242424;
    text-transform: capitalize;
}

.highlights .block-list ul li {
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.description-package {
    padding: 10px 0;
    font-size: 14px;
}

.description-package .desc {
    line-height: 28px;
}

.tab-content-block {
    padding: 20px;
}

.package-info .nav-link {
    border: none;
    color: #6e6e6e;
    padding: 15px;
    border-radius: 0;
    font-size: 14px;
}

.package-info .nav-link:hover {
    color: #1d61c3;
}

.package-info .nav-tabs {
    background-color: transparent;
    border: 1px solid #eee;
    border-right: none;
}

.package-info .nav-item {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-info .nav-link.active {
    color: #1d61c3;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #1d61c3;
}

.itinerary-block {
    position: relative;
    font-size: 14px;
}

.itinerary-holder:first-child {
    padding-top: 0;
}

.itinerary-holder {
    padding: 15px 0;
    position: relative;
}

.itinerary-block .itinerary-meta {
    cursor: pointer;
    position: relative;
}

.itinerary-block .title .day-count.s-e {
    width: 25px;
    height: 25px;
    background: #28a745;
    margin: 1px 15px 0 0;
}

.itinerary-block .title .day-count {
    padding: 4px 2px;
    margin: 6px 20px 0 5px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #28a745;
    box-shadow: inset 0 0 0 2px #28a745;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.itinerary-block .itinerary-title {
    overflow: hidden;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    position: relative;
    padding: 10px 30px 10px 40px;
}

.itinerary-block .itinerary-meta.collapsed .itinerary-title span {
    color: #333;
    font-weight: 700;
}

.itinerary-block .itinerary-meta .itinerary-title span {
    color: #28a745;
    font-weight: 700;
}

.itinerary-block .title:after {
    content: "";
    display: block;
    clear: both;
}

.itinerary-holder .inline-list li span i {
    color: #28a745;
}

.itinerary-block:before {
    content: "";
    border-left: 1px dashed #cacaca;
    position: absolute;
    top: 10px;
    bottom: 25px;
    left: 12px;
}

.itinerary-block .title .day-count.s-e>i {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 1;
    margin: 3px 0 0 0;
    color: #fff;
}

.itinerary-holder .collapse-desc {
    padding: 0px 0 10px 40px;
    text-align: justify;
    line-height: 25px;
}

.itinerary-block .itinerary-meta:after {
    content: "";
    right: 0;
    top: 11px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #424242 transparent transparent transparent;
}

.itinerary-holder:after {
    content: "";
    height: 1px;
    left: 39px;
    right: 0;
    background: #e5e5e5;
    position: absolute;
    top: 100%;
    margin: 0;
}

.bm-l-info-list {
    padding-left: 18px;
}

.includes-list li {
    list-style-type: none;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.included-list {
    padding-left: 0;
}


/*
.includes-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #28a745;
}

.includes-list.excludes-list li:before {
    content: "\f057";
    color: #f43b2d;
} */

.list-icons {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
}

.list-icons img {
    width: 15px;
    height: 15px;
}

.tab-content-block .tour-rating li {
    font-size: 30px;
}

.customer-wrap h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
    line-height: 24px;
}

.customer-wrap p {
    font-size: 14px;
}

.reviewer {
    padding: 5px 0 15px 0;
    color: #9e9e9e;
    font-size: 13px;
}

.reviewer span {
    margin-right: 15px;
}

.review-desc p {
    font-weight: 200;
    text-transform: initial;
    font-size: 14px;
    color: #333;
}

.customer-review-block {
    padding: 15px 0 0;
}

.customer-wrap {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.customer-review-block .default-btn {
    font-size: 13px;
}

.reviewer i {
    margin: 0 5px 0 0;
}

.package-block .small-divider {
    margin: 10px 0 5px 0;
}

.customer-wrap:last-child {
    border-bottom: none;
}

.departure-date-block {
    background-color: #fff;
    margin: 30px 0;
}

.departure-date-block .detail-title p {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.orange {
    background-color: #ff9800;
    color: #fff;
}

.green {
    color: #28a745;
}

.table-wrap .outline-btn {
    padding: 10px 16px;
}

.table-wrap .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.table-wrap .table-striped tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table-wrap .table td,
.table th {
    border: none;
    vertical-align: middle;
    font-weight: 7 00;
}

.table-wrap .table thead th {
    background-color: #e1f0f7;
    color: #488fc8;
    border: none;
}

.image-container {
    margin-bottom: 15px;
}

.empty-data {
    padding: 10px 10px 10px 20px;
    background-color: #e7f5fb;
    color: #1d61c3;
    font-weight: 500;
    position: relative;
    margin: 0 0 15px 0;
    border-left: 2px solid #1d61c3;
    text-align: left;
    font-size: 12px;
}

.empty-data h4 {
    font-size: 16px;
}

.empty-data .block-list ul li {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
}

.empty-data .block-list ul li i {
    left: 0;
    top: 5px;
}

.empty-data span {
    font-weight: 100;
}

.empty-data.red {
    background-color: #fee7e7;
    color: #f44336;
    border-left: 2px solid #f44336;
    padding-left: 40px;
}

.text-red {
    color: #f44336;
}

.empty-data p {
    margin: 0;
}

.error-field {
    border-bottom: 1px solid #f44336;
}

.empty-data i {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 50px;
    padding: 0;
}

.customer-review-block .rating-md {
    font-size: 14px;
}

.modal-wrap .modal-content {
    border-radius: 0;
}

.segment-desc .block-list li {
    font-weight: 700;
    text-transform: uppercase;
}

.segment-desc .block-list li span {
    font-weight: 100;
}

.attraction-list-block .block-list li {
    position: relative;
    padding-left: 115px;
    min-height: 55px;
    margin-bottom: 15px;
    font-weight: 300;
    text-transform: initial;
    line-height: 25px;
}

.attraction-list-block .img-wrap {
    width: 100px;
    height: 55px;
    position: absolute;
    left: 0;
}

.attraction-list-block .img-wrap img {
    border-radius: 4px;
}

.itinerary-holder .img-wrap img {
    border-radius: 4px;
}

.attraction-list-block {
    border-top: 1px solid #eee;
    margin: 30px 0 0 0;
    padding: 15px 0 0;
}

.attraction-list-block .block-list h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 22px;
}

.attraction-list-block .block-list p {
    font-size: 13px;
    line-height: 20px;
}

.slick-list {
    height: auto;
}

.modal-wrap .modal-header {
    background-color: #f3f9ff;
}

.modal-wrap .modal-header .modal-title {
    font-weight: 700;
}

.modal-wrap .form-control {
    border: 1px solid #c9c9c9;
    border-radius: 0;
}

.price-wrap {
    margin-bottom: 16px;
}

.price-wrap p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.price-amt p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #28a745;
    line-height: 20px;
}

.small-heading p {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.booking-detail .small-heading a {
    font-size: 13px;
    color: #28a745;
    font-weight: 600;
}

.small-heading p .price {
    color: #28a745;
    font-weight: 700;
    margin: 0 0 0 5px;
    font-size: 18px;
}

.price-amt p span {
    text-decoration: line-through;
    font-size: 24px;
    color: #f44336;
    vertical-align: 5px;
}

.counter-holder input {
    margin: 0 30px;
    max-width: 85px;
    border: 1px solid #eee;
    text-align: center;
}

.increase-btn {
    background-color: transparent;
    color: #28a745;
    height: 40px;
    width: 40px;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border: 1px solid #28a745;
}

.increase-btn:hover {
    background-color: #28a745;
    color: #fff;
}

.price-discount {
    background-color: #f7f7f7;
    padding: 5px;
    margin: 10px 0 0;
    border-radius: 4px;
}

.price-discount p {
    color: #1d61c3;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

.price-discount .table {
    margin: 0;
    font-size: 13px;
}

.discount-price p span {
    text-decoration: line-through;
    color: #f44336;
}

.price-discount .table tr th,
.price-discount .table tr td {
    padding: 5px 10px;
}

.modal-wrap .tour-facts .block-list li {
    line-height: 30px;
    font-size: 14px;
}

.booking-detail h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.search-box .multiselect__tags {
    border-radius: 0;
}

.modal-wrap .tour-facts .block-list li::before {}

.card-box {
    background: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.card-box .detail-title p {
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.card-box .tour-facts li {
    font-size: 14px;
    line-height: 32px;
    padding-left: 25px;
}


/* .card-box .tour-facts .block-list li::before {
    top: 15px;
} */

.card-box .tour-rating li {
    font-size: 30px;
}

.operator-logo {
    position: relative;
    min-height: 80px;
}

.operator-logo .img-wrap {
    position: absolute;
    left: 0;
}

.icon-field {
    position: relative;
    padding-left: 40px;
}

.icon-field button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-color: #28a745;
    color: #fff;
    border: 1px solid #28a745;
}

.right-append {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
    color: #333;
}

.review-box:focus,
.slick-slide:focus {
    outline: none;
}

.dropdown-input {
    position: relative;
}

.trekker-append {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    line-height: 40px;
    background: #607d8b;
    bottom: 0;
    width: 45px;
    text-align: center;
    font-size: 20px;
}

.dropdown-input button {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px 60px;
    font-weight: 700;
    font-size: 14px;
}

.dropdown-input .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    border: none;
    right: 40px;
    left: auto;
}

.dropdown-input .dropdown-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
}

.holder button {
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #28a745;
    color: #28a745;
}

.holder button:hover {
    background-color: #28a745;
    color: #fff;
}

.dropdown-input .dropdown-menu p {
    margin: 0;
}

.dropdown-input .traveler-wrap {
    margin-bottom: 20px;
}

.dropdown-input .traveler-wrap:last-child {
    margin-bottom: 0;
}

.empty-data.green {
    background-color: #edfff2;
    color: #28a745;
    padding-left: 40px;
    border-left: 3px solid #28a745;
}

.link-only {
    font-weight: 700;
}

.itinerary-image-block img {
    border-radius: 4px;
    width: 100%;
}

.spacing {
    padding: 15px 0 30px 0;
    font-weight: 700;
}

.user-detail {
    position: relative;
    padding-left: 75px;
    min-height: 60px;
}

.user-detail .img-wrap {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
}

.user-detail .img-wrap img {
    border-radius: 50%;
}

.user-detail .user-name p {
    margin: 0;
    font-weight: 600;
}

.modal-wrap .tour-rating ul li {
    font-size: 18px;
}

.facebook-btn {
    background-color: #3c5a99;
    width: 100%;
}

.google-btn {
    background-color: #db4437;
    width: 100%;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 1300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.google-btn {
    background-color: #db4437;
    width: 100%;
}

.booking-card {
    background-color: #fff;
    padding: 45px 15px 15px;
    margin: 0 0 60px 0;
    position: relative;
}

.booking-card input.form-control,
.booking-card select.form-control,
.partner-form input.form-control {
    border-radius: 0;
    height: 45px !important;
    font-size: 14px;
}

.booking-card .form-group {
    margin: 0 0 30px 0;
}

.booking-card label {
    padding: 0;
    font-weight: 500;
    color: #6a6a6a;
    margin: 0 0 5px 0;
}

.traveler-no {
    color: #1d61c3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

.booking-card .small-heading {
    position: absolute;
    top: -26px;
    background-color: #ffffff;
    color: #28a745;
    padding: 15px 20px;
    /* margin-bottom: 30px; */
    border-radius: 0px;
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #e8e8e8;
}

.booking-card .small-heading p {
    font-size: 16px;
    margin: 0;
}

.travelers-list .inline-list {
    margin: 0 0 15px 0;
}

.trip-name {
    padding: 15px 0;
}

.trip-name h3 {
    font-size: 20px;
}

.price-block p {
    margin-bottom: 0;
    font-size: 16px;
    color: #28a745;
    line-height: 32px;
}

.price-block .empty-data p {
    line-height: 20px;
}

.navigation .navbar-nav li.nav-item.megamenu-li {
    position: static;
}

.checkout-block .price-block .final-amount p {
    font-size: 22px;
    color: #28a745;
    font-weight: 400;
}

.booking-card .tour-detail {
    padding: 15px 0 5px 0;
}

.card-pay {
    position: relative;
}

.card-pay .form-control {
    padding: 15 200px 15px 15px;
}

.card-credit {
    position: absolute;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.booking-card form {
    padding: 20px 0 0;
}

.booking-card form:last-child {}

.booking-card form:first-of-type {
    padding: 0;
}

.category {
    padding: 5px 0;
}

.category p {
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
}

.small-heading h5 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.date-depart p {
    font-size: 16px;
    line-height: 22px;
}

.date-depart a {
    color: #919191;
    font-weight: 100;
    font-size: 13px;
}

.date-depart a:hover {
    color: #333;
}

.table-wrap .selected-departure {
    box-shadow: inset 0px 2px 0px 0px #28a645;
    -webkit-box-shadow: inset 2px 0px 0px 0px #28a645;
    -moz-box-shadow: inset 0px 2px 0px 0px #28a645;
    background-color: rgba(40, 167, 69, 0.14) !important;
}

.checkout-detail {
    max-width: 1100px;
    margin: 111px auto 0 auto;
}

.heading-btn .btn:first-child {
    margin: 0 15px 0 0;
}

.heading-btn {
    text-align: right;
}

.label-desc p {
    font-weight: 700;
    color: #333;
}

.travelers-list .inline-list li {
    margin: 0 15px 0 0;
}

.checkout-detail .booking-card .form-group {
    margin: 0;
}


/* .checkout-detail .booking-card {
    padding: 45px 15px 45px 15px;
} */

.activity-rating .tour-rating ul li {
    margin: 0;
}

.error {
    color: #f44336;
    font-size: 12px;
    font-weight: 400;
}

.booking-wrap.sticky_column {
    z-index: 999;
}

.activity-rating .tour-rating {
    padding: 0px;
    font-size: 14px;
    color: #888;
}

.search-box {
    position: relative;
    margin: 0 auto;
}

.search-box input {
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    height: auto;
}

.search-box label {
    border: 1px solid #ddd;
    width: 100%;
    text-align: left;
    padding: 5px;
    color: #28a745;
    font-size: 10px;
    font-weight: 600;
    position: relative;
}

.search-box .form-group {
    margin: 0;
}

.tag.pink {
    background-color: #ee3674;
}

.search-box .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 14px;
    min-width: 95px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 45px;
    padding: 0;
    border-radius: 0;
}

.search-box .multiselect__single {
    font-size: 13px;
}

.location-icon {
    position: absolute;
    top: 50%;
    color: #28a745;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    font-size: 14px;
    z-index: 11;
}

.price-tag {
    text-transform: capitalize;
    color: #ffbf00;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.duration {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 11;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

.booking-card .same-link {
    color: #2aa746;
    font-weight: 600;
    text-transform: uppercase;
}

.booking-card .same-link:hover {
    cursor: pointer;
}

.operator-logo .operator-name {
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #333;
}

.bestoffer-package .activity-title p a {
    color: #333;
}

.bestoffer-package .activity-title p a:hover {
    color: #1d61c3;
}

.bestoffer-package .activity-card {
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: 4px;
}

.bestoffer-package .activity-img {
    height: auto;
}

.bestoffer-package .activity-img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.trending-card-wrap.small-card {
    margin: 0 0 30px 0;
}

.bestoffer-package .activity-title p {
    font-size: 14px;
    line-height: 24px;
}

.card-inform {
    padding: 15px;
}

.tour-operator {
    color: #888;
    font-size: 12px;
}

.tour-operator span {
    color: #333;
    text-transform: capitalize;
}

.activity-list .activity-card .col-activity:last-of-type {
    padding: 0 15px;
}

.top-footer-nav {
    text-align: center;
    /* font-size: 16px; */
    /* margin-bottom: 30px; */
}

.top-footer-nav .inline-list ul li {
    margin: 10px;
}

.top-footer-nav a {
    color: #9b9b9b;
}

.top-footer-nav a:hover {
    color: #fff;
}

.middle-footer-nav p {
    color: #fff;
    font-size: 14px;
}

.middle-footer-nav {
    padding: 30px 0 0;
    border-top: 2px solid #282828;
    text-align: center;
}

.top-footer-nav ul {
    padding: 5px 0;
}

.middle-footer-nav .block-list {
    padding: 15px 0;
}


/* .middle-footer-nav .block-list li:before{
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #9b9b9b;
} */


/*
.middle-footer-nav .block-list li {
    padding-left: 5px;
} */

.customer-review {
    /* background: url(../img/m.jpg) no-repeat center; */
}

.review-head p {
    font-size: 16px;
    font-weight: 700;
    color: #1d61c3;
    line-height: 24px;
    text-transform: uppercase;
}

.review-body p {
    color: #888;
    font-size: 14px;
    line-height: 20px;
}

.reviewer-name {
    padding: 20px 0;
}

.reviewer-name p {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    margin: 0;
}

.review-box {
    padding: 60px 0px 0;
    max-width: 900px;
    margin: 0 auto;
}

.review-box .img-wrap img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
}

.scroll-to-top {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    position: fixed;
    z-index: 33;
    right: 30px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    padding-top: 5px;
    background: #1d61c3;
}

.scroll-to-top:hover {
    background-color: #546e7a;
    display: block;
    color: #fff;
}

.scroll-to-top:hover i {
    color: #fff;
}

.review-wrapper {
    position: relative;
}

.review-wrapper:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    color: #ffc107;
    font-size: 40px;
    top: -50px;
    line-height: 1;
    transform: translateX(-50%);
}

.customer-review .slick-dots li button:before {
    content: none;
}

.customer-review .slick-dots li {
    margin: 0 5px;
    width: auto;
}

.customer-review .slick-dots {
    bottom: -20px;
}

.customer-review .slick-dots .slick-active button {
    background-color: transparent;
    border: 1px solid #1d61c3;
    width: 60px;
}

.customer-review .slick-dots li button {
    background: #1d61c3;
    border: 1px solid #1d61c3;
    width: 30px;
    height: 7px;
    border-radius: 5px;
    transition: 0.3s all linear;
}

.search-box .select2-container {
    width: 100% !important;
}

.search-box .select2-container .select2-selection--single {
    line-height: 50px;
    height: 50px;
}

.search-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    text-align: left;
    padding: 0 165px 0 50px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.search-box .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-selection.select2-selection--single:focus,
.search-box .select2-container:focus {
    outline: none;
}

.search-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-group:focus,
.search-box .selection:focus {
    outline: none;
}

.tour-rating .caption {
    display: none;
}

.tour-rating .rating-container {
    display: inline-block;
}

.tour-rating .star-caption {
    display: inline-block;
    vertical-align: 0px;
    color: #999;
    font-size: 13px;
}

.tour-rating .rating-container .filled-stars span.star {
    color: #ffbf00;
    -webkit-text-stroke: transparent;
    text-shadow: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 15px;
    border: 1px solid #eee;
}

.select2-results__option {
    padding: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1d61c3;
}

.select2-dropdown {
    border: none;
}

.operator-logo .tour-rating li {
    font-size: 14px;
}

.package-slider-wrap .slick-track {
    margin: 0;
}

.tour-wrap .tour-rating .rating-container {
    font-size: 18px;
}

.card-box .operator-logo {
    padding-left: 85px;
}

.package-slider-wrap .slick-prev:hover,
.package-slider-wrap .slick-next:hover {
    background-color: #1d61c3;
}

.tour-facts .tour-rating .rating-container span {
    color: #ffbf00;
    width: auto;
}

.booking-card .tour-facts .block-list li span {
    width: 35%;
    display: initial;
}

.booking-card .tour-facts .block-list li .tour-info {
    width: 65%;
    padding: 0 0 0 10px;
}

.itinerary-title:before {
    content: "";
    position: absolute;
    left: 5px;
    border: 1px solid #28a745;
    border-radius: 50%;
    top: 13px;
    background-color: #fff;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    width: 15px;
    height: 15px;
}

.itinerary-holder:first-child .itinerary-title:before {
    content: "\f3c5";
    background-color: #28a745;
    width: 25px;
    height: 25px;
    left: 0;
    top: 7px;
}

.itinerary-holder:last-child .itinerary-title:before {
    content: "\f024";
    background-color: #28a745;
    width: 25px;
    height: 25px;
    left: 0;
    top: 7px;
}

.itinerary-holder:last-child:after {
    background: transparent;
}

.search-box .multiselect__tags {
    position: relative;
    min-height: 45px;
    padding: 0;
}

.search-box .multiselect__single {
    margin: 0;
    padding: 0 100px 0 25px;
    line-height: 40px;
}

.search-box .multiselect__option {
    padding: 15px;
}

.search-box .multiselect__option--highlight {
    background: #28a745;
}

.search-box .multiselect__option--highlight:after {
    bottom: 0;
}

.activity-rating .rating-md {
    font-size: 16px;
}

.tour-rating .rating-container .star {
    margin: 0 3px;
    position: static;
}

.tour-rating .rating-container {
    font-size: 12px;
}

.card-wrapper .rating-container .empty-stars {
    color: #fff;
}

.trekking-block .card-wrapper img {
    max-height: 220px;
}

.tour-operator-wrap .card-box .rating-md {
    font-size: 20px;
}

.navbar-brand:hover {
    color: #eee;
}

.checkout-block .price-block p {
    font-size: 13px;
}

.booking-card a.same-link {
    color: #2aa746;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.booking-card a.same-link:hover {
    cursor: pointer;
}

.review-wrapper-block {
    padding: 15px 15px 15px;
    background: #f0f8ff;
    margin: 15px 0 0;
}

.review-wrapper-block h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 22px;
}

.star-overall-rating {
    display: inline-block;
    color: #28a745;
    font-size: 30px;
    border-radius: 4px;
    font-size: 50px;
    border-radius: 4px;
}

.rating-no {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 52%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.single-star {
    text-align: center;
    margin: 0 0 15px 0;
}

.star-grade {
    font-size: 16px;
    margin: 10px 0 0;
    color: #28a745;
}

.rating-bar {
    text-align: center;
}

.rating-bar span {}

.customer-review-block {}

.rating-bar .progress .progress-bar {
    background: #1d61c3;
}

.blur-title {
    font-size: 16px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

[v-cloak] {
    display: none;
}

[v-cloak]::before {
    content: "loading...";
}

.tour-facts .block-list li .tour-info .rating-container .empty-stars span {
    color: #aaa !important;
}

.searchbar:focus {
    width: 400px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    /* Stops the input box from inheriting the styling from the inputs on the request form */
    border-bottom: #fff solid 1px;
    outline: none;
}

.searchbar::placeholder {
    color: #fff;
    /* transition: 0.2s; */
}

.searchbar {
    background-color: transparent;
    color: #fff;
    width: 120px;
    border: none;
    border-bottom: white solid 1px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-left: 100px;
    display: block;
    padding: 0 25px 2px 0;
}

.navigation-search {
    position: relative;
}

.navigation-search a.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.navigation-search a.btn-search:hover {
    color: #fff;
    cursor: pointer;
}

.review-wrapper-block .error {
    display: block;
    font-weight: 100;
    font-size: 13px;
    background-color: #ffe5e4;
    padding: 10px;
    border-left: 2px solid;
    margin: 10px 0;
}

.review-wrapper-block .rating-container {
    display: block;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

.write-review {
    border: 1px solid #28a745;
    color: #28a745 !important;
    padding: 7px 15px;
    border-radius: 22px;
    font-size: 13px;
}

.write-review:hover {
    background-color: #28a745;
    color: #fff !important;
    cursor: pointer;
}


/* .teaser-title:before{
    content: '\f560';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
} */

.teaser-title {
    color: #888;
    position: relative;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.teaser-title:empty {
    display: none;
}

.custom-select-opt .multiselect__tags {
    border-radius: 0px;
    border: 1px solid #ced4da;
    line-height: 45px;
    height: 45px;
    min-height: 45px;
    padding: 0px 40px 0 8px;
}

.custom-select-opt .multiselect__single {
    padding-left: 5px;
    margin-bottom: 0;
    line-height: 42px;
    margin: 0;
    min-height: 0px;
    color: #888;
}

.custom-select-opt .multiselect__select {
    height: 45px;
}

.custom-select-opt .multiselect__content-wrapper {
    border: 1px solid #ced4da;
    border-radius: 0;
}

.feautured-package .block-title h2 {
    font-size: 18px;
}

.other-package-slide .slick-prev {
    left: 15px;
    z-index: 111;
}

.other-package-slide .slick-next {
    right: 15px;
    z-index: 111;
}

.other-package-slide .slick-arrow:before {
    font-size: 16px;
}

.other-package-slide button,
.other-package-slide button:focus {
    background-color: rgba(0, 0, 0, 0.3);
    width: 45px;
    height: 45px;
}

.other-package-slide button:hover {
    background-color: #1d61c3;
}

.empty-result p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.empty-result .card-box {
    padding: 40px 20px;
}

.empty-result {
    margin: 15px 0 0;
}

.custom-select-opt .multiselect.form-control {
    padding: 0;
}

.custom-select-opt .multiselect.form-control.error-field {
    padding: 0;
    border: none;
    border-bottom: 1px solid #f44336;
}

.operator-page .package-info .nav-tabs {
    border: 1px solid #eee;
}

.tour-package-all {
    margin: 15px 0;
}

.contact-info {
    color: #777;
    font-size: 13px;
    margin: 10px 0;
}

.contact-info p {
    margin-bottom: 0px;
}

.company-sidebar {
    text-align: center;
}

.company-sidebar .operator-name {
    font-size: 16px;
    margin: 15px 0 5px 0;
}

.fa-phone {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(95deg);
}

.pill-block .inline-list li {
    border: 1px solid #28a745;
    padding: 4px 8px;
    margin: 0 10px 10px 0;
    font-size: 13px;
    border-radius: 15px;
}

.pill-block .inline-list li a {
    color: #28a745;
}

.booking-detail .tour-facts .block-list li {
    margin-bottom: 5px;
}

.info-text .block-list ul li {
    margin: 0 0 15px 0;
    color: #28a745;
    position: relative;
    padding: 0 0 0 20px;
}

.info-text .block-list ul li i {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 3px;
}

.info-text {
    padding: 15px 0;
}

.info-text ul li {
    margin: 0 15px 0 0;
    font-size: 14px;
}

.info-text .inline-list ul li i {
    color: #28a745;
}

.preffered-date {
    background: #f0f5f6;
    padding: 15px;
    font-size: 14px;
}

.preffered-date p {
    margin: 0;
}

.partner-col .desc {
    line-height: 1.8;
}

.partner-col .block-list {
    padding: 15px 0 0;
}

.partner-col .block-list li {
    padding: 20px 20px 20px 45px;
    margin: 0 0 15px 0;
    font-size: 12px;
    position: relative;
}

.partner-col .block-list li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #28a745;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.partner-col .block-list li span i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.partner-form {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-top: 3px solid #28a745;
}

.partner-form form {
    padding: 30px 0 0;
}

.partner-form textarea.form-control {
    height: auto;
    border-radius: 0;
}

.partner-form .default-btn {
    padding: 8px 28px;
    font-size: 12px;
    margin: 0;
}

.main-header.review-header .top-header {
    background-image: url("../img/a.jpg");
    height: 70vh;
}

.review-header .masthead-content {
    /* top: 60%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -60%); */
    text-align: left;
}

.review-header .masthead-content h1 {
    font-size: 20px;
}

.review-header .banner-desc {
    max-width: 100%;
    text-align: center;
}

.grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-rows: 30px;
}

.msg-card .partner-form {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.msg-card .block-title i {
    font-size: 40px;
    color: #28a745;
    margin: 0 0 15px 0;
}

.msg-card .block-title h3 {
    color: #28a745;
    text-transform: unset;
}

.banner-desc .breadcrumb-wrapper {
    padding: 15px 0;
}

.banner-desc .breadcrumb-wrapper ul li a {
    color: #fff;
}

.banner-desc .breadcrumb-wrapper ul li a.active {
    color: #28a745;
}

.review-header .banner-desc .default-btn {
    font-size: 16px;
    padding: 12px 24px;
}

.review-header .inline-list ul li {
    text-align: center;
    margin: 0 15px;
}

.review-header .tour-facts {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    max-width: 360px;
    margin-left: auto;
}

.review-header .block-list {
    text-align: left;
}

.review-header .tour-facts .block-list li {
    font-size: 13px;
}

.review-header .detail-title p {
    color: #fff;
}

.review-header .tour-facts hr {
    border-top: 1px solid #fff;
}

.tour-facts .block-list li:last-child {
    margin: 0;
}

.review-header .tour-facts .block-list li .tour-info {
    color: #fff;
}

.review-header .tour-facts .block-list li span {
    color: #fff;
}

.helper-text {
    color: #28a745;
    font-size: 13px;
    font-weight: 600;
}

.booking-modal .table-wrap .default-btn,
.departure-date-block .table-wrap .default-btn {
    padding: 8px 16px;
}

.blinking {
    animation: blinkingText 3s infinite;
}

@keyframes blinkingText {
    0% {
        color: #28a745;
    }
    49% {
        color: transparent;
    }
    50% {
        color: #28a745;
    }
    99% {
        color: #28a745;
    }
    100% {
        color: #28a745;
    }
}

.total-amount-section {
    text-align: left;
}

.package-body {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.package-content {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.package-content:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.package-content:hover .package-title a {
    color: #28a745;
}

.package-content:hover .overall-day {
    color: #28a745;
}

.package-content:hover .package-body:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #28a745;
    left: 0;
    right: 0;
}

.package-content {
    overflow: hidden;
}

.package-content:hover .img-wrap img {
    border-radius: 4px;
}

.package-content .img-wrap {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.package-content .img-wrap:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.package-body .package-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 24px;
}

.package-title p {
    margin: 0;
}

.package-title a {
    color: #333;
}

.package-title a:hover {
    color: #1d61c3;
}

.package-footer {
    border-top: 1px solid #eee;
    padding: 15px 0 0;
    font-size: 13px;
}

.package-footer .price {
    text-align: right;
    font-size: 13px;
}

.overall-day {
    color: #888;
}

.package-slider .slick-slide {
    margin: 0 10px;
}

.package-slider .slick-list {
    margin: 0 -10px;
}

.package-slider button,
.package-slider button:focus {
    z-index: 1;
    width: 45px;
    height: 45px;
    top: -55px;
    background: transparent;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.package-slider .slick-prev {
    left: auto;
    right: 60px;
}

.package-slider .slick-next {
    left: auto;
    right: 0px;
}

.package-slider button:hover {
    background-color: #399e50;
    border: 1px solid #399e50;
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}

.package-slider button:hover::before {
    color: #fff;
}

.package-slider .slick-prev:before,
.package-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    opacity: 1;
    font-size: 18px;
    color: #ccc;
}

.package-slider .slick-prev:before {
    content: "\f060";
}

.package-slider .slick-next:before {
    content: "\f061";
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.package-desc {
    color: #888;
    font-size: 14px;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: initial;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
}

.full-width {
    background: url("../img/hill-bg.jpg") no-repeat center;
    margin: 30px 0;
}

.informative-text {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.informative-text .small-divider {
    margin: 15px 0 0;
}

.informative-text .block-list li {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito", sans-serif;
    margin: 0 0 10px 0;
    font-weight: 100;
    position: relative;
    padding: 0 0 0 30px;
}

.informative-text .block-list li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.informative-text .inner-wrap {
    padding: 30px 0 0;
}

.informative-text .inner-wrap.bottom-list {
    padding: 0;
}

.note {
    position: relative;
    padding: 0 0 0 30px;
}

.note i {
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 0;
    color: #28a745;
}

.note p {
    font-family: "Nunito", sans-serif;
    margin: 0;
    font-size: 18px;
    font-weight: 100;
    color: #888;
}

.full-width .overlay {
    background: -moz-linear-gradient( 184deg, rgba(153, 218, 255, 0.7) 0%, rgba(29, 97, 195, 1) 62%, rgba(29, 97, 195, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(29, 97, 195, 1)), color-stop(38%, rgba(29, 97, 195, 1)), color-stop(100%, rgba(153, 218, 255, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient( 184deg, rgba(153, 218, 255, 0.7) 0%, rgba(29, 97, 195, 1) 62%, rgba(29, 97, 195, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient( 184deg, rgba(153, 218, 255, 0.7) 0%, rgba(29, 97, 195, 1) 62%, rgba(29, 97, 195, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient( 184deg, rgba(153, 218, 255, 0.7) 0%, rgba(29, 97, 195, 1) 62%, rgba(29, 97, 195, 1) 100%);
    /* ie10+ */
    background: linear-gradient( 266deg, rgba(153, 218, 255, 0.7) 0%, rgba(29, 97, 195, 1) 62%, rgba(29, 97, 195, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d61c3', endColorstr='#99DAFF', GradientType=1);
    /* ie6-9 */
}

.pill-block .inline-list li:hover {
    background: #28a745;
}

.pill-block .inline-list li:hover a {
    color: #fff;
}

.social-icon-top {
    margin: 0 0 10px 0;
}

.navigation .navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

.top-bar .inline-list li:last-child {
    margin-right: 0;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: auto;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
}

.hamburger-inner:after {
    bottom: -8px;
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    opacity: 0;
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner:before {
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #28a745;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger--spin .hamburger-inner:before {
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #28a745;
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navigation .navbar-toggler {
    padding: 0;
}

.middle-footer-nav button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    line-height: 1;
    padding: 10px;
}

.middle-footer-nav .form-control {
    border-radius: 0;
    padding: 0 125px 0 15px;
}

.middle-footer-nav p.light {
    font-weight: 100;
    font-size: 13px;
    color: #9b9b9b;
}

.social-links a {
    color: #9b9b9b;
}

.social-links li {
    margin: 0 15px 0 0;
    font-size: 18px;
}

.footer-col {
    margin: 0 0 15px 0;
}

.package-slider .slick-dots {
    bottom: -55px;
}

.package-slider .package-content img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


/* .package-footer .price {
    font-size: 14px;
} */

.navigation .navbar-toggler {
    margin-top: -10px;
}

.multiselect-input .multiselect__element span {
    font-size: 14px;
}

.multiselect-input .multiselect__option:after {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.activities-option .activity-card .col-activity:first-of-type {
    width: 50%;
}

.activities-option .activity-card .col-activity:first-of-type {
    width: 40%;
}

.activities-option .activity-card .col-activity {
    display: table-cell;
    vertical-align: middle;
}

.floating-sidebar .filter-block {
    padding: 15px 0 0;
}

.floating-button {
    position: fixed;
    z-index: 9;
    bottom: 30px;
    left: 15px;
}

.floating-button .default-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 20px;
    width: 130px;
    border-radius: 4px;
}

.floating-sidebar {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    /* Place content 60px from the top */
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    font-size: 13px;
}

.floating-sidebar.showFilter {
    -webkit-transition: width 7s;
    /* Safari prior 6.1 */
    transition: width 0.3s;
    width: 100%;
    right: 0;
}

.close-btn {
    text-align: right;
}

.close-btn button {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 50%;
}

.filter-result {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 30px;
    display: none;
}

.showFilter .filter-result {
    display: block;
}

.filter-result .default-btn {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
}

.opaque-nav .top-bar {
    border-bottom: 1px solid #eee;
    background: #222222;
}

.opaque-nav .navigation .navbar-nav li a.nav-link {
    color: #333;
}

.opaque-nav .navbar-brand {
    color: #28a745;
}

.opaque-nav .navigation {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.itinerary-holder .inline-list li {
    margin: 0 15px 0 0;
    font-size: 13px;
}

.slider-nav .img-wrapper img {
    height: 75px;
}

.booking-wrap.sticky_column {
    top: 70px !important;
}

.table-wrap {
    font-size: 14px;
}

.departure-date-block .table-wrap .table td,
.departure-date-block .table-wrap .table th {
    vertical-align: top;
}

.itinerary-tab-block {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.itinerary-tab-block.active {
    height: auto;
}

.test {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.test.collapse.show {
    height: auto;
}

.itinerary-image-block .slick-dots {
    bottom: 10px;
}

.itinerary-image-block .img-wrapper {
    position: relative;
}

.itinerary-image-block .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.itinerary-image-block .slick-dots li button:before {
    font-size: 36px;
    opacity: 0.5;
    color: white;
}

.itinerary-image-block .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.other-package-wrapper .img-wrap img {
    width: 100%;
}

.other-package-wrapper .package-body {
    background: #f8f9fa;
    border: none;
}

.other-package-wrapper .package-content:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.other-package-wrapper .package-title p {
    font-size: 18px;
}

.slick-slider button {
    border-radius: 50%;
}

.other-package-wrapper .package-content .package-desc .star-caption p {
    color: #999;
}

.other-package-wrapper .package-content .package-desc p {
    color: #333;
}

.other-package-wrapper .overall-day {
    color: #333;
}

.trek-image img {
    border-radius: 4px;
}

.trek-image {
    position: relative;
}

.trek-image .price-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    background: #28a745;
    left: 0;
    right: 0;
    margin: 0;
    padding: 6px 10px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.trek-image .small-heading p .price {
    color: #fff;
}

.package-content-sm .package-body .package-title {
    font-size: 16px;
    font-weight: 700;
}

.package-content-sm .package-body .tour-rating .rating-container {
    font-size: 16px;
}

.package-content-sm .overall-day {
    font-size: 13px;
}

.package-content-sm .package-footer p {
    font-size: 13px;
}

.save-info p {
    font-weight: 100;
    margin: 5px 0 10px;
    color: #888;
}

.save-info p i {
    margin: 0 5px 0 0;
}

.booking-card .tour-facts .block-list li {
    font-size: 14px;
}

.booking-card .tour-facts .block-list li.list-ico {
    position: relative;
}

.tour-facts .block-list li.list-ico::before {
    content: "";
}

.booking-card .tour-facts .block-list li.list-ico i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #28a745;
}

.package-content-sm {
    margin: 0 0 30px 0;
}

.trek-detail-section {
    background-color: #f4f4f4;
}

.partner-form label {
    font-size: 12px;
}

.space-bottom {
    margin: 0 0 16px 0;
}

.icons-col li {
    list-style-type: none;
    float: left;
    margin: 0 20px 0 0;
    font-size: 18px;
}

.icons-col li:last-child {
    margin: 0;
}

.logo-col {
    float: left;
    width: 75%;
    text-align: center;
    padding: 8px 0 0;
}

.hamburger-col {
    float: left;
    width: 10%;
}

.icons-col {
    width: 15%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-header-wrapper {
    padding: 15px 0;
}

.mobile-header {
    position: relative;
    padding: 0;
    height: 65px;
}

.hamburger-col nav {
    padding: 0;
}

.logo-col .navbar-brand {
    padding: 0;
}

.icons-col a {
    padding: 0;
}

.bg-grey {
    background: #f4f4f4;
}

.departure-wrap {
    position: relative;
    padding: 0 0 0 25px;
}

.departure-wrap i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #28a745;
}

.departure-info h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.departure-info ul li {
    color: #777;
    margin: 0 0 5px 0;
}

.departure-info {
    color: #28a745;
}

.departure-info p span {
    color: #dc3545;
}

.departure-date-mbl {
    border-bottom: 1px solid #eee;
    padding: 15px 0 15px 0;
}

.modal-wrap hr {
    margin: 8px 0;
}

.nav-behind {
    z-index: 1049;
}

.modal-wrap .modal-header {
    padding: 8px 10px;
}

.modal-wrap .modal-title {
    font-size: 20px;
}

.modal-wrap .departure-date-mbl {
    padding: 10px;
    border: 1px solid #eee;
    margin: 0 0 10px 0;
}

.card-div {
    margin: 5px 0 0;
}

.departure-date-mbl .default-btn {
    background: transparent;
    color: #28a745;
    border: 1px solid #28a745;
    padding: 6px 10px;
}

.departure-date-mbl .default-btn:hover {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
}

.shadow {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.blog-section .img-wrap img,
.blog-section-single .img-wrap img {
    width: 100%;
}

.blog-body {
    padding: 20px;
}

.blog-body h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 28px;
}

.blog-body h1 a {
    color: #333;
}

.blog-body h1 a:hover {
    color: #28a745;
}

.blog-body .author p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    color: #999;
}

.blog-info {
    position: relative;
    padding: 10px 0 10px 55px;
}

.blog-info img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
}

.blog-body h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.author {
    padding: 4px 0 0;
}

.blog-body p {
    color: #333;
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 24px;
}

.blog-aside .block-list li,
.blog-aside .inline-list li {
    font-size: 12px;
}

.categories-list .block-list ul li {
    margin: 15px 0 20px 0;
    position: relative;
    padding: 0 0 0 15px;
}

.categories-list .block-list ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #28a745;
}

.blog-aside .block-list ul li a {
    color: #333;
}

.blog-aside .block-list ul li a:hover {
    color: #28a745;
}

.tags-list .inline-list li {
    margin: 0 5px 15px 0;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 20px;
}

.tags-list .inline-list li a {
    color: #777;
}

.tags-list .inline-list li:hover a {
    color: #28a745;
    cursor: pointer;
    transition: 0.3s all linear;
}

.tags-list .inline-list li:hover {
    border: 1px solid #28a745;
    transition: 0.3s all linear;
}

.card-box {
    margin: 0 0 30px 0;
}

.blog-cards-wrapper .card-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
}

.blog-cards-wrapper .card-box {
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
}

.blog-cards-wrapper .card-box:hover .blog-body h1 a {
    color: #28a745;
}

.blog-section-single .blog-body .desc p {
    font-size: 16px;
    line-height: 28px;
}

.blog-section-single .blog-body h1 {
    font-size: 30px;
    line-height: 38px;
}

.blog-list-item {
    padding: 0 0 10px 0;
}

.blog-list-item .block-list ul li {
    color: #333;
    margin: 0 0 15px 0;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 20px;
}

.blog-list-item .block-list ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #28a745;
}

.recent-post .img-wrap img {
    width: 100px;
    height: 60px;
    border-radius: 4px;
}

.recent-post .block-list li {
    position: relative;
    padding: 0 0 0 115px;
    min-height: 60px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.recent-post .img-wrap {
    position: absolute;
    left: 0;
}

.recent-post .block-list li:last-of-type {
    margin: 0;
}

.blog-body h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 34px;
}

.blog-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 30px;
}

.blog-body img {
    border-radius: 4px;
}

.blog-info img {
    border-radius: 50%;
}

.package-content-sm .package-body {
    padding: 12px;
}

.navigation .navbar-nav li a.nav-link.nav-icons:after {
    content: none;
}

.navigation .navbar-nav li:hover a.nav-link.nav-icons {
    color: #28a745;
}

.trending-card-wrap {
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.trending-destination {
    position: absolute;
    bottom: -26px;
    background: #28a745;
    right: 0;
    left: 0;
    color: #fff;
    padding: 5px 10px 10px 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.trending-card-wrap img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.trending-destination h3 {
    line-height: 21px;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.trending-card-wrap .inline-list ul li {
    margin: 0;
    position: relative;
    padding-right: 10px;
}

.trending-card-wrap .inline-list ul li:after {
    content: "/";
    position: absolute;
    left: auto;
    right: 0;
}

.trending-card-wrap .inline-list ul li:last-child::after {
    content: none;
}

.trending-card-wrap:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

.trending-card-wrap:hover .trending-destination {
    transform: translateY(-26px);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.trending-card-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.booking-detail .table-wrap {
    height: 140px;
    overflow-y: auto;
    margin: 0 0 15px 0;
}

.hotel-banner .top-header {
    background: url("../img/hotel-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
}

.field-icon {
    position: relative;
}

.field-icon i {
    position: absolute;
    left: 15px;
    right: auto;
    color: #aaa;
    line-height: 66px;
}

.form-wrap .field-icon .form-control {
    padding: 0 0 0 35px;
    border-radius: 0;
    height: 65px;
}

.hotel-banner .form-wrap {
    padding: 20px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

.hotel-banner .default-btn {
    width: 100%;
    border-radius: 0;
    height: 65px;
    font-size: 16px;
}

.text-dim {
    color: #888;
}

.amneties-list p {
    font-weight: 700;
    margin: 0 0 10px 0;
}

.amneties-list ul li {
    position: relative;
    padding: 0 0 0 20px;
    color: #28a745;
    margin: 0 15px 5px 0;
    text-transform: capitalize;
    font-size: 13px;
}

.amneties-list ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.amneties-list ul li a {
    color: #28a745;
}

.hotel-img {
    position: relative;
}

.hotel-img img {
    border-radius: 4px;
    height: 250px;
}

.hotel-detail .detail-title p {}

.amenitie-icon i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #28a745;
}

.amenitie-icon {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px 0;
}

.amenitie-icon p {
    margin: 0;
}

.hotel-policy-list .block-list ul li {
    line-height: 30px;
    position: relative;
    padding: 0 0 0 15px;
}

.hotel-policy-list .block-list ul li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 6px;
    color: #31ab4d;
}

.hotel-detail .activity-list {
    padding: 10px 0 0;
}

.hotel-policy-list {
    padding: 0 0 15px 0;
}

.hotel-detail .activity-title {
    padding: 5px 0;
}

.hotel-detail .activity-card:last-child {
    margin: 0 0 20px 0;
}

.hotel-review-block {
    margin: 30px 0 0;
}

.hotel-detail .detail-title p {
    margin: 0 0 15px 0;
}

.hotel-detail .review-wrapper-block p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.hotel-detail .form-wrap .form-control {
    border: 1px solid #ddd;
}

.hotel-detail .form-wrap .field-icon .form-control {
    height: 50px;
}

.hotel-detail .field-icon i {
    line-height: 50px;
}

.price p span {
    color: #aaa;
    font-weight: 400;
}

.hotel-facts .block-list li {
    display: flex;
    line-height: 22px;
    font-size: 13px;
    position: relative;
    margin: 0 0 5px 0;
}

.booking-card .hotel-facts .block-list li span.list-item {
    width: 70%;
    display: inline;
    text-align: left;
    color: #28a745;
}

.booking-card .hotel-facts .b.booking-card .hotel-facts .block-list lilock-list li span {
    width: 30%;
    display: inline;
    text-align: right;
    font-weight: 600;
}

.booking-card .hotel-facts .block-list li.price-list-item {
    font-size: 20px;
    font-weight: 700;
    color: #28a745;
}

.field-icon .datepicker-inline {
    width: 220px;
    position: absolute;
    z-index: 1111;
    background: black;
}

.hotel-drop .trekker-append {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    color: #aaa;
}

.hotel-drop .dropdown-input button {
    font-weight: 500;
    font-size: 15px;
}

.hotel-detail .tag {
    font-size: 11px;
    padding: 5px 8px;
    line-height: 1;
}

.tag.red {
    background-color: #ef2b3d;
}

.category p a {
    color: #2a3439;
}

.category p a:hover {
    color: #28a745;
}

.hotel-info {
    background: #fff;
    padding: 20px;
    margin: 0 0 15px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #eee;
    border-top: none;
}

.hotel-detail .overall-rating {
    text-align: right;
    padding: 15px 0 0;
}

.hotel-detail .overall-rating span {
    font-size: 14px;
    /* margin: 0; */
    margin: 0 15px 0 0;
}


/* .hotel-detail .overall-rating p {
    font-size: 13px;
    margin: 5px 0 0;
    color: #6c757d;
    padding: 4px 10px;
} */

.card-inform .price {
    font-size: 10px;
}

.card-inform .tour-rating {
    padding: 0 0 10px 0;
}

.trending-card-wrap.long-card {
    margin: 0 0 30px 0;
}

.trek-detail-section .all-link {
    text-align: right;
}

.success-msg p {
    color: #28a745;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.partner-form .traveler-no {
    color: #28a745;
    font-size: 14px;
}

.help-desc {
    font-size: 13px;
}

.partner-form .booking-card {
    padding: 15px 0;
    margin: 0;
}

.package-slider .slick-track {
    margin: 0;
}

.page-not-found {
    max-width: 1000px;
    margin: 0 auto;
}

.page-not-found h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
}

.price-col h4 span {
    font-size: 13px;
    font-weight: 100;
}

.left-nav {
    background: #ffffff;
    font-size: 13px;
    height: 100%;
}

.left-nav .nav-link {
    padding: 15px 8px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.left-nav .nav-link.active {
    background: #f0f8ff;
    color: #1d61c3;
}

.floating-sidebar .tab-content {
    background: aliceblue;
    padding: 0 15px;
    height: 100%;
}

.highlights-block h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 0;
}

.highlights-block .desc {
    padding-top: 0;
}

.highlights-block .img-wrap img {
    border-radius: 4px;
}

.homestay-highlights {
    padding: 15px 0 0;
}

.icon-list li {
    position: relative;
    padding: 0 0 0 20px;
    color: #aaa;
    margin: 0 0 5px 0;
}

.icon-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745;
}

.count-box .holder {
    display: inline;
}

.count-box input.form-control {
    width: 60px;
    display: inline;
    margin: 0 10px;
    text-align: center;
    height: 40px !important;
}

.booking-card .count-box.count-box-lg input.form-control {
    width: 100px;
}

.remove {
    font-size: 13px;
}

.customer-review-wrapper .slick-dots li button {
    padding: 0;
}

.outline-btn {
    background: transparent;
    border: 1px solid #28a745;
    color: #28a745;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 15px;
    font-weight: 600;
}

.outline-btn:hover {
    background: #28a745;
    color: #fff;
}

.empty-result .outline-btn {
    padding: 10px 16px;
    font-size: 13px;
}

.search-box .nav-tabs {
    background-color: #fff;
    display: inline-flex;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: relative;
}

.search-box .tab-content {
    background-color: #fff;
    z-index: -1;
    width: 100%;
    min-height: 100px;
    border-radius: 8px;
    margin-top: -38px;
}

.search-box .nav-tabs .nav-link.active,
.search-box .nav-tabs .nav-link:hover {
    color: #28a745;
    border: none;
}

.search-box .nav-tabs .nav-item {
    color: #28a745;
    padding: 15px 10px;
}

.search-box .nav-tabs .nav-link {
    padding: 0px;
    font-weight: 600;
    position: relative;
    padding-top: 25px;
    color: #333;
    border: none;
}

.search-box .nav-tabs .nav-item i {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    /* right: auto; */
    transform: translateX(-50%);
}

.search-box input::placeholder {
    font-size: 12px;
}

.search-box-content {
    padding: 50px 15px 25px;
    color: #333;
}

.border-right-none {
    border-right: none;
}

.search-box label.border-right-none {
    border-right: none;
}

.search-box label .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: #28a745;
    border: transparent;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}

.search-box label .search-btn:hover {
    background: #c6fdd5;
    color: #28a745;
}

.search-box label .search-btn i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.search-box label.price-block {
    padding-right: 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    white-space: nowrap;
}

.search-box label.city {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hotel-detail p {
    margin-bottom: 0;
}

.hotel-detail .tour-rating {
    padding-top: 5px;
    padding-bottom: 0px;
}

.hotel-detail h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.hotel-detail h3 a {
    color: #333;
}

.hotel-detail h3 a:hover {
    color: #1d61c3;
}

.hotel-detail p {
    color: #888;
}

.hotel-detail p.hotel-price {
    color: #28a745;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}

.hotel-card img {
    border-radius: 4px;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

.hotel-card {
    margin-bottom: 30px;
}

.destination-wrap img {
    border-radius: 4px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.destination-wrap {
    position: relative;
    margin-bottom: 30px;
}

.destination-wrap .overlay {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
}

.destination-name {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    z-index: 1;
}

.destination-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.average-price {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #28a745;
    color: #fff;
    z-index: 1;
    min-width: 150px;
    padding: 8px 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.average-price p {
    margin-bottom: 0;
}

.average-price p.avg-price {
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
}

.hotel-sticky-bar {
    background: #0a223d;
    padding: 10px 0;
    transition: all ease 0.3s;
}

.hotel-sticky-bar input {
    background: #1c3957;
    border-radius: 0;
    border: transparent;
    border-radius: 4px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 30px;
}

.hotel-sticky-bar label {
    font-size: 13px;
    color: #28a745;
}

.hotel-detail-block {
    margin-bottom: 15px;
}

.input-field {
    position: relative;
}

.input-field i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.hotel-sticky-bar button {
    border-radius: 4px;
    margin-top: 25px;
    width: 100%;
    height: 50px;
}

.tour-detail .location {
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
}

.amneties li {
    text-transform: capitalize;
    position: relative;
    margin-right: 5px;
    padding-left: 10px;
    color: #333;
    font-size: 11px;
    font-weight: 500;
}

.amneties li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #28a745;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.customer-info {
    padding: 5px 0;
    font-size: 12px;
    font-weight: 700;
}

.customer-info p {
    margin-bottom: 0;
}

.customer-info .warning {
    color: #ff9800;
}

.recommendation h5 {
    color: #888;
    font-size: 11px;
    text-transform: capitalize;
}

.recommendation .room-info {
    color: #333;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

.recommendation p {
    font-size: 11px;
    margin: 0;
}

.tour-detail hr {
    margin: 5px 0;
}

.hotel-price {
    padding: 5px 0 0;
}

.hotel-rating p.rate-block {
    color: #fff;
    background: #28a745;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 5px 0;
}

.small-dimed {
    color: #999;
    font-size: 12px;
}

.hotel-cost h5 {
    font-weight: 700;
    color: #28a745;
    font-size: 16px;
    margin: 0;
}

.original-price {
    color: #dc3545;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.original-price span {
    text-decoration: line-through;
    color: #777;
    font-size: 14px;
    margin-right: 5px;
}

.hotel-price .outline-btn {
    font-size: 14px;
}

.hotel-cost {
    padding: 15px 0 0;
}

.tour-detail p.award-tag {
    margin: 0;
    background: #e7f4ff;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 13px;
    color: #2888de;
}

.tour-wrap.best-awarded {
    border: 1px solid #28a745;
}

.review-text p {
    font-weight: 600;
}

.review-text .review-auth p {
    font-size: 13px;
    color: #888;
    font-weight: 100;
}

.customer-review-hotel {
    padding: 5px 30px 0 35px;
}

.customer-review-hotel .slick-prev:before {
    content: "\f060";
}

.customer-review-hotel .slick-next:before {
    content: "\f061";
}

.customer-review-hotel .slick-prev:before,
.customer-review-hotel .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    opacity: 1;
    font-size: 11px;
    color: #fff;
}

.customer-review-hotel .slick-prev {
    left: 0;
}

.customer-review-hotel .slick-next {
    right: 0;
}

.customer-review-hotel button {
    background: #1e7ad8;
    width: 23px;
    height: 23px;
}

.customer-review-hotel button:hover,
.customer-review-hotel button:focus {
    background: #1e7ad8;
}

.customer-review-hotel .review-text {
    border-top: none;
}

.bread-crumb .inline-list li {
    position: relative;
    padding-right: 15px;
    text-transform: uppercase;
}

.bread-crumb .inline-list li a {
    color: #888;
}

.bread-crumb .inline-list li ::after {
    content: ">";
    position: absolute;
    right: 0;
}

.bread-crumb .inline-list li:last-child ::after {
    content: "";
}

.bread-crumb .inline-list li a.active {
    color: #333;
}

.second-nav {
    padding: 15px 0;
}

.hotel-detail-block h1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.hotel-detail-block p {
    color: #888;
    margin: 0;
}

.hotel-detail-block .overall-rating span {
    font-size: 12px;
}

.guest-rating p {
    background: #28a745;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
}

.comment h5 {
    font-weight: 600;
    font-size: 16px;
    color: #28a745;
    text-transform: capitalize;
    margin: 0;
}

.guest-rating .comment p {
    color: #888;
    background: transparent;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
}

.rate {
    position: absolute;
    left: 0;
}

.guest-rating {
    position: relative;
    padding: 10px 0 0 75px;
}

.hotel-amneties li {
    position: relative;
    padding: 20px 0 0 0;
    text-align: center;
    text-transform: capitalize;
    margin-right: 20px;
}

.hotel-amneties i {
    position: absolute;
    top: 0;
    color: #28a745;
    left: 50%;
    transform: translateX(-50%);
}

.hotel-amneties ul {
    margin-left: 0px;
}

.review-rating-block a {
    color: #28a745;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

.hotel-amneties .inline-list {
    padding-bottom: 15px;
}

.review-list-item span.date-auth {
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.review-list-item p {
    color: #333;
    margin: 0 0 5px 0;
}

.review-list-item {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
}

.room-list-item {
    border: 1px solid #ddd;
    padding: 15px;
}

.room-list-item:first-of-type {
    border-bottom: transparent;
}

.room-desc h3 {
    font-size: 14px;
    color: #28a745;
    margin: 0 0 6px 0;
    text-transform: capitalize;
}

.room-desc p {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.room-desc ul li {
    position: relative;
    padding-left: 15px;
    margin: 0 15px 0 0;
    font-size: 13px;
    color: #333;
}

.room-desc ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    font-size: 11px;
    left: 0;
    color: #28a745;
}

.total-room-cost h5 {
    font-size: 14px;
    font-weight: 500;
}

.total-room-cost p.cost {
    color: #28a745;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.total-room-cost .default-btn {
    border-radius: 4px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
}

.review-list-item .tour-rating .star-caption p {
    color: #888;
}

.room-cost {
    text-align: right;
}

.room-cost p {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0 0;
    color: #28a745;
}

.total-room-cost {
    font-size: 12px;
}

.room-cost span {
    color: #888;
    font-size: 12px;
}

.customer-info-text {
    position: relative;
    padding-left: 60px;
}

.customer-info-text i {
    position: absolute;
    left: 0;
    font-size: 46px;
    top: 1px;
    color: #28a745;
}

.customer-info-text h5 {
    font-weight: 700;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.filter-room p {
    font-weight: 700;
    color: #28a745;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.filter-room .small-text {
    font-size: 10px;
    font-weight: 100;
    color: #888;
}

.small-text span {
    color: #28a745;
}

.filter-list-item {
    padding: 15px 0;
}

.filter-list-item .customcheck {
    display: inline-block;
}

.filter-list-item .customcheck {
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 10px 30px 10px 45px;
    border-radius: 4px;
}

.filter-list-item .checkmark {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border: 1px solid #58a745;
}

.filter-room {
    padding: 10px 0;
}

.room-type-col {
    width: 34%;
}

.package-col {
    width: 28%;
}

.rate-col {
    width: 23%;
}

.room-col {
    width: 13%;
}


/* .cost-col {
    width: 28%;
} */

.per-cost .discounted-price {
    color: #dc3545;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.per-cost span {
    color: #888;
    font-size: 13px;
}

.per-cost p {
    margin: 0;
    font-size: 14px;
}

.package-details .block-list li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.7;
    text-transform: capitalize;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.room-view .block-list li {
    position: relative;
    padding: 0 0 5px 20px;
}

.package-details .block-list li:before,
.room-view .block-list li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    left: 0;
    color: #aaa;
    top: 2px;
    font-size: 11px;
}

.room-view .block-list li:before {
    content: "\f111";
    font-size: 6px;
    top: 0;
}

.select-rooms .custom-select {
    font-size: 14px;
}

.package-details li i {
    color: #28a74b;
}

.room-view .block-list {
    padding: 15px 0 0;
}

.room-view a {
    font-weight: 700;
    font-size: 13px;
    padding-left: 22px;
}

.room-view .block-list li span {
    font-weight: 700;
}

.room-view .img-wrap img {
    border-radius: 4px;
}

.room-view h3 {
    font-size: 16px;
    color: #28a745;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.total-room-cost .text-muted {
    font-weight: 100;
    font-size: 12px;
}

.total-room-cost h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.total-room-cost p.title {
    color: #717171;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 200;
}

.block-sec {
    margin: 0 0 15px 0;
}

.total-room-cost h3 {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
}

.total-room-cost .outline-btn {
    padding: 5px 10px;
    font-size: 12px;
}

.room-list-table thead {
    background: #f3f3f3;
}

.bg-green {
    background: #f4fff7;
}

.amenities-block {
    position: relative;
    padding: 12px 0px 0px 30px;
    font-size: 12px;
}

.amenities-block i {
    position: absolute;
    left: 0;
    top: 16px;
    color: #28a745;
}

.amenities-block p {
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
}

.amenities-block .block-list {
    padding: 10px 0 0;
}

.amenities-block .block-list li {
    font-size: 10px;
    color: #6b6b6b;
    padding: 0 0 5px 0;
    text-transform: initial;
    line-height: 14px;
}

.amenities-block .img-wrap img {
    width: 185px;
    margin: 15px 0 0;
}

.selected-room {
    background: #e9f5ec;
    border: 1px solid #28a745;
}

.selected-room-info h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.selected-room-info h5 span {
    color: #28a745;
}

.selected-room-info p {
    color: #333;
    margin: 0 0 10px 0;
}

.selected-room-info a {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

.selected-room-price p {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.selected-room-price p.small {
    font-size: 13px;
    font-weight: 100;
}

.selected-room-price p.small strong {
    font-weight: 700;
}

.reserve-btn-block .default-btn {
    border-radius: 4px;
}

.booking-form-multistep .wizard>.content {
    margin: 0;
}

.booking-form-multistep .wizard>.steps a {
    margin: 0 15px 0 0;
}

.booking-form-multistep .wizard>.content {
    margin: 20px 0 20px 0;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 4px;
}

.booking-form-multistep #wizard {
    padding: 15px 0 0;
}

.form-box h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #28a745;
}

.booking-form-multistep .custom-control {
    margin-bottom: 15px;
}

.booking-form-multistep .wizard>.content>.body {
    width: 100%;
    padding: 20px 15px;
}

.booking-form-multistep .form-group {
    margin-bottom: 25px;
}

.booking-form-multistep .wizard>.actions {
    text-align: left;
}

.booking-form-multistep .wizard>.actions>ul>li {
    margin: 0 15px 0 0;
}

.booking-form-multistep .wizard>.actions a {
    padding: 10px 30px;
    border-radius: 4px;
    /* background-color: #28a745; */
}

.booking-form-multistep .wizard>.actions a:active {
    background-color: #28a745;
}

.booking-form-multistep .wizard>.content>.body .custom-control label {
    margin: 0;
    line-height: 1.7;
}

.booking-form-multistep .filter-list-item {
    padding: 0;
}

.booking-form-multistep .wizard>.content>.body label.customcheck {
    margin: 0 15px 20px 0;
}

.booking-form-multistep .form-wrap .form-control {
    border: 1px solid #ddd;
}

.outside-card-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.highlight-green {
    color: #28a745;
    font-weight: 600;
}

.check-info p {
    margin: 0 0 5px 0;
}

.check-info p i {
    color: #28a745;
    margin: 0 5px 0 0;
}

.check-info {
    padding: 0 0 10px 0;
}

.booking-card h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.tour-detail .hotel-facts hr {
    margin: 15px 0;
}

.room-details p {
    position: relative;
    padding: 0px 0 0 25px;
}

.room-details p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #28a745;
}

.hotel-facts a {
    border: 1px solid #aaa;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #aaa;
}

.hotel-facts a:hover {
    border: 1px solid #1d61c3;
    color: #1d61c3;
}

.hotel-booking-form .booking-card {
    padding-top: 30px;
}

.room-details span {
    font-weight: 600;
}

.booking-form-multistep .filter-list-item .customcheck {
    padding: 10px 15px 10px 45px;
}

.booking-confirmed-block h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.booking-confirmed-block h3 span {
    color: #28a745;
}

.booking-confirmed-block p {
    font-weight: 600;
}

.confirmation-list .block-list li {
    position: relative;
    padding: 0 0 0 20px;
}

.confirmation-list .block-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #28a745;
}

.booking-confirmed-block .default-btn {
    border-radius: 4px;
    margin-top: 15px;
}

.confirmation-list {
    padding: 20px 0;
}

.booking-confirmed-block .detail-title p {
    font-size: 18px;
    color: #28a745;
}

.booking-confirmed-block .detail-title {
    margin: 0 0 15px 0;
}

.booking-confirmed-block .block-list.label li {
    display: flex;
    padding: 0 0 10px 0;
}

.booking-confirmed-block .block-list li .label {
    width: 30%;
    font-weight: 600;
}

.check-detail-block .block-list {}

.hotel-booking-confirmation .booking-card {
    padding: 30px 15px 15px;
}

.cancellation-cost .block-list li {
    /* font-weight: 600; */
}

.room-detail-block p {
    font-size: 16px;
    font-weight: 600;
}

.add-meal-option a {
    color: #28a745;
    font-weight: 700;
}

.add-meal-option a:hover {
    color: #007bff;
}

.meal-price p {
    margin: 0;
}

.guest-no .custom-select {
    font-size: 14px;
}

.meal-option input[type="checkbox"]+label {
    margin: 0;
    line-height: 1.7;
}

.total-amount-meal {
    border-top: 1px solid #ddd;
    margin: 30px 0 0 0;
    padding: 15px 0 0 0;
}

.total-amount-meal p {
    font-size: 18px;
    color: #28a745;
    margin: 0;
}

.sticky-nav-filter {
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: -41px;
    transition: all ease 0.3s;
}

.block-sec p i {
    color: #4caf50;
    font-size: 10px;
}

.block-sec p span {
    border: 1px solid #4caf50;
    padding: 0 5px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.package-slider.recommended-hotels button,
.package-slider.recommended-hotels button:focus,
.package-slider.package-detail-slider button,
.package-slider.package-detail-slider button:focus {
    background: rgba(255, 255, 255, 0.73);
    border: transparent;
}

.package-slider.recommended-hotels button:hover,
.package-slider.recommended-hotels button:focus {
    background: rgba(255, 255, 255, 1);
    border: transparent;
}

.package-slider.recommended-hotels .slick-prev,
.package-slider.package-detail-slider .slick-prev {
    left: 15px;
}

.package-slider.recommended-hotels .slick-next,
.package-slider.package-detail-slider .slick-next {
    right: 15px;
}

.package-slider.recommended-hotels button:hover::before {
    color: #4caf50;
}

.package-slider.recommended-hotels button::before,
.package-slider.package-detail-slider button::before {
    color: #333;
}

.datepicker table tr td {
    width: 40px;
    height: 40px;
}

.datepicker table tr td.active.active {
    background-color: #4caf50;
    border: transparent;
}

.datepicker table tr th {
    height: 40px;
}

.datepicker-dropdown {
    padding: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    border: transparent;
}

.datepicker-dropdown::before,
.datepicker-dropdown::after {
    display: none;
}

.search-box label button.btn {
    font-size: 13px;
    width: 35px;
    height: 35px;
    display: inline-table;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    color: #4caf50;
    border: 1px solid #4caf50;
}

.search-box-content .dropdown-menu,
.search-box-display .dropdown-menu {
    width: 360px;
    padding: 20px 0;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.select-dropdown .dropdown-menu {
    width: 200px;
}

.select-dropdown .dropdown-menu {
    padding: 10px 0;
}

.select-dropdown .dropdown-menu .traveler-wrap {
    padding: 10px 0 5px;
    border-bottom: 1px solid #585858;
    cursor: pointer;
}

.select-dropdown .dropdown-menu .traveler-wrap:last-child {
    border: none;
}

.search-box-display .dropdown-menu {
    width: 360px;
    padding: 20px 0;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    /* z-index: 9999; */
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.search-box-display button.btn {
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-table;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    color: #4caf50;
    border: 1px solid #4caf50;
    margin: 0;
}


/* .input-field .search-box-display i {
    top: 72%;
    left: 24%;
}

.search-box-display .number-holder p {
    padding-top: 12px;
}

.number-container {
    position: absolute;
} */


/* .datepicker-dropdown .datepicker-orient-bottom {
    top: 190px !important;
    display: block !important;
} */

.search-box-content .category {
    padding: 5px 0 20px 0;
}

.customer-text p {
    font-weight: 300;
}

.overall-rating span.filled-stars {
    background: transparent;
}

.overall-rating span.empty-stars {
    background: transparent;
}

.review-block .default-btn {
    padding: 8px 16px;
    font-size: 13px;
}

.recommendation {
    padding: 5px 0 0 0;
}

.tour-detail .amneties-list ul li {
    margin: 0 0 5px 0;
}

.customer-info .danger {
    color: #f44336;
}

.package-detail-slider img {
    border-radius: 4px;
}

.package-room-block p {
    margin: 0 0 5px 0;
    font-size: 13px;
}

.package-room-block .block-list li {
    position: relative;
    padding-left: 17px;
    font-size: 13px;
    margin: 0 0 5px 0;
}

.package-room-block .block-list li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    left: 0;
    color: #aaa;
    top: 0;
    font-size: 10px;
}

.faq-wrap .btn-link {
    padding-left: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.faq-wrap .card-header {
    background: #f0f8ff;
}

.booking-form-multistep textarea.form-control {
    height: 85px;
}

.booking-form-multistep .custom-select {
    font-size: 14px;
    height: 40px;
    border-color: #ddd;
}

.sign-in-text {
    font-size: 13px;
    font-weight: 600;
}

.bottom-footer {
    text-align: center;
    color: #aaa;
}

.modal-wrap .default-btn {
    padding: 12px 20px;
}

.booking-card .img-wrap img {
    border-radius: 4px;
}

.dashboard .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.dashboard .nav-tabs .nav-link {
    padding: 0 20px 20px 0;
    border-bottom: 1px solid #ddd;
    color: #888;
    font-weight: 600;
}

.dashboard .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 1px solid #28a745;
    color: #28a745;
}

.dashboard .nav-tabs .nav-link.active:hover {
    border-bottom: 1px solid #28a745;
}

.dashboard .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 1px solid #ddd;
}

.dashboard .nav-tabs .nav-item {
    margin-right: 20px;
    font-size: 14px;
}

.hotel-info-block .img-wrap img {
    border-radius: 4px;
}

.hotel-name h4 {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
}

.hotel-name p {
    color: #888;
    margin: 0 0 3px 0;
}

.booking-detail-block {
    /* padding: 5px 0 0; */
}

.booking-detail-block h4 {
    font-size: 14px;
    color: #888;
}

.booking-detail-action .btn {
    font-size: 12px;
    margin-right: 10px;
    padding: 5px;
}

.booking-history-item {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.booking-history-item:last-child {
    border-bottom: transparent;
}

.booking-cancelled {
    color: #dc3545;
}

.booking-completed {
    color: #28a745;
}

.travlize-account-block {
    padding: 20px 0;
}

.travlize-account-block h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.travlize-account-block p {
    color: #888;
    margin: 0 0 30px 0;
    font-size: 12px;
}

.travlize-account-block .form-control,
.travlize-account-block .custom-select {
    border-radius: 4px;
    margin-bottom: 5px;
}

.travlize-account-block .form-group {
    margin-bottom: 30px;
}

.travlize-account-block .btn {
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}

.travlize-account-block .form-control::placeholder {
    font-size: 10px;
}

.travlize-account-block .form-control {
    padding: 0 5px;
}

.w-55 {
    width: 55%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

.review-stay {
    padding: 20px 0;
}

.dashboard h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.extend-trip .inline-list li {
    font-weight: 700;
    font-size: 16px;
    border: 1px dashed #aaa;
    padding: 10px 15px;
    border-radius: 4px;
    color: #333;
    margin: 0 15px 0 0;
}

.extend-trip .inline-list li:hover {
    color: #1d61c3;
    border: 1px dashed #1d61c3;
    cursor: pointer;
}

.extend-trip .inline-list li p {
    font-weight: 100;
    font-size: 13px;
    margin: 5px 0 0;
    color: #777;
}

.extend-trip .inline-list li.active {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid #28a745;
    color: #28a745;
}

.extend-trip .hotel-card {
    position: relative;
}

.extend-trip .location-detail {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 50%);
    padding: 15px 20px;
    right: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.location-detail h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
}

.location-detail p {
    color: #fff;
    margin: 0;
}

a.cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1111;
}

.package-details li.view-other-ameneties:hover .package-ameneties {
    display: block;
}

.package-details .view-other-ameneties .package-ameneties {
    display: none;
}


/* package-changes */

.package-cover {
    border: 1px solid #c9c9c9;
}

.cost-cover {
    border: 1px solid #c9c9c9;
}

.room-view,
.package-details,
.per-cost,
.select-rooms,
.total-room-cost {
    padding: 10px;
}

.cost-cover {
    background: #f7fff5;
    height: 100%;
}

.deal-header,
.deal-small-header {
    background: #e8e8e8;
    padding: 10px;
}

.deal-small-header h5,
.deal-header h5 {
    font-size: 14px;
    font-weight: 700;
}

.deal-header {
    display: none;
}

.package-offers .col-md-5,
.package-offers .col-md-4,
.package-offers .col-md-3 {
    border: 1px solid #c9c9c9;
    border-top: none;
}

.room-content {
    border-bottom: 1px solid #c9c9c9;
}


/* .row-flex {
    display: flex;
    flex-wrap: wrap;
} */

.package-row {
    height: 100%;
}

.package-offers:only-child {
    height: 100%;
}

.package-offers .row {
    height: 100%;
}

.review-column-header,
.hotel-review-header {
    background: #ddd;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.review-column-header h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.review-column-header {
    display: none;
}

.review-col {
    width: 42%;
}

.hotel-review-header h5 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.review-table-row {
    padding: 10px 5px;
}

.review-container {
    border: 1px solid #aaa;
}

.inner-wrap.block-list ul li {
    font-size: 12px;
}

.contact-img img {
    max-width: 100%;
    margin: 0 auto;
}

.no-hotel-img img {
    max-width: 300px;
    margin-bottom: 30px;
}