/* @font-face {
    font-family: work-sans;
    src: url(../fonts/WorkSans-VariableFont_wght.ttf);
}

@font-face {
    font-family: mulish;
    src: url(../fonts/Mulish-VariableFont_wght.ttf);
} */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap');
body {
    /* font-family: 'Mulish', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    color: #131313;
    padding-top: 83px;
}

.fr {
    font-weight: 400;
}

.fm {
    font-weight: 600;
}

.fb {
    font-weight: 700;
}

.fxb {
    font-weight: 800;
}

.mulish {
    font-family: 'Mulish', sans-serif;
}

.btn,
a.btn {
    transition: .3s;
}

.btn:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
    transform: translateY(-2px);
}

a.btn:hover {
    transform: translateY(-2px);
}

.container {
    max-width: 1240px;
}

.btn-sm {
    font-size: 13px;
    height: 32px;
    align-items: center;
    display: flex;
}

.btn-outline-dark {
    border-color: #5d6d8f;
    color: #5d6d8f;
}

.mks-nav {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    z-index: 6;
}

.mks-nav a {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 1.32rem .5rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.mks-nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.mks-nav.navbar-light .blur-bg {
    background-color: rgba(255, 255, 255, 1);
}

.mks-nav.navbar-grey {
    background: #f1f1f1;
    border-bottom: 2px solid #c0c0c0;
}

.mks-nav.navbar-grey a {
    color: #363636;
    text-shadow: 1px 1px 1px #fff;
}

.mks-nav.navbar-grey .blur-bg {
    display: none;
}

.navbar-expand-lg .navbar-nav.main-links .nav-link {
    padding: 1.3rem 2.5rem;
    letter-spacing: 1px;
}

.mks-slider {
    margin-top: -83px;
}

.mks-slider,
.mks-slider .owl-carousel,
.mks-slider .owl-item img {
    /* background: #666 url(../images/banner1.jpg) no-repeat center center; */
    height: 730px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    color: #fff;
    position: relative;
    background-color: #000;
}

.mks-slider .caption,
.mks-slider .caption1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 73px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
}

.mks-slider .caption:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    height: 2px;
    background-color: #fff;
    width: 20px;
}

.mks-slider .caption1 {
    bottom: auto;
    top: 130px;
}

.mks-slider .caption1 small {
    letter-spacing: 4px !important;
    font-size: 16px;
}

.mks-slider .caption1 .head {
    display: block;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 30px;
}

.mks-slider .owl-carousel img {
    object-fit: cover;
    max-height: 770px;
}


/* trek page slider */

.trek-page-slider,
.item-page-slider {
    margin: 20px 0 40px 0;
    position: relative;
}

.trek-page-slider .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}

.trek-page-slider,
.trek-page-slider .owl-carousel,
.trek-page-slider .owl-item img {
    height: 486px;
}

.trek-page-slider.article-slider,
.trek-page-slider.article-slider .owl-carousel,
.trek-page-slider.article-slider .owl-item img {
    height: 640px;
    object-fit: cover;
}

.trek-page-slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 30px;
    backdrop-filter: blur(8px)
}

.trek-page-slider.article-slider .caption {
    backdrop-filter: unset;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

.trek-page-slider .caption .h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.trek-page-slider .caption .h3 small {
    font-size: 12.5px;
    margin-left: 2rem;
}

.trek-page-slider .caption .h3 small span {
    color: #fec00b;
    font-size: 16px;
    margin: 0 5px;
}

.trek-page-slider .owl-nav,
.item-page-slider .owl-nav,
.ymae.ymae-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
}

.item-page-slider .owl-nav {
    top: 160px;
}

.ymae.ymae-slider .owl-nav {
    top: 190px;
}

.trek-page-slider .owl-nav .owl-next,
.trek-page-slider .owl-nav .owl-prev,
.item-page-slider .owl-nav .owl-next,
.item-page-slider .owl-nav .owl-prev,
.ymae.ymae-slider .owl-nav .owl-next,
.ymae.ymae-slider .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3) !important;
    backdrop-filter: blur(8px);
    color: #fff !important;
    font-size: 2.5rem !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trek-page-slider .owl-nav .owl-next:focus,
.trek-page-slider .owl-nav .owl-prev:focus,
.item-page-slider .owl-nav .owl-next:focus,
.item-page-slider .owl-nav .owl-prev:focus,
.ymae.ymae-slider .owl-nav .owl-next:focus,
.ymae.ymae-slider .owl-nav .owl-prev:focus {
    outline: none;
}

.trek-page-slider .owl-nav .owl-prev,
.item-page-slider .owl-nav .owl-prev {
    left: 30px;
}

.trek-page-slider .owl-nav .owl-next,
.item-page-slider .owl-nav .owl-next {
    right: 30px;
}

.ymae.ymae-slider .owl-nav .owl-prev {
    left: -90px;
}

.ymae.ymae-slider .owl-nav .owl-next {
    right: -90px;
}

.ms-head {
    top: 200px;
    line-height: .9;
    font-weight: 700;
    font-size: 97px;
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 70%;
    margin-left: -35%;
    text-align: center;
}

.ms-desc {
    max-width: 800px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.blur-bg {
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.search-tour-sec {
    height: 150px;
    background: #f2f5fa;
    position: relative;
}

.search-tour {
    padding: 4rem 6rem;
    position: absolute;
    width: 70%;
    bottom: 69px;
    height: 230px;
    left: 50%;
    margin-left: -35%;
    background: rgb(10 40 51 / 64%);
}

.st-head {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.big-srch {
    height: 60px;
    border-radius: 0;
    border: none;
    padding-left: 25px;
}

.big-srch::placeholder {
    color: #000;
}

.big-srch.menu-srch:focus {
    outline: none;
    box-shadow: none;
}

.srchtour.show {
    z-index: 6;
}

.srchdropdown.dropdown-menu {
    transform: translate3d(0px, 60px, 0px)!important;
    box-shadow: 0px 9px 10px rgba(0, 0, 0, .4)
}

.dropdownMenuSearch .dropdown-menu {
    transform: translate3d(0px, 0, 0px)!important;
}

.nav-item .srchdropdown {
    width: 500px;
}

.nav-item .srchdropdown .btn.btn-outline-dark {
    padding: .375rem .75rem !important;
    color: #5d6d8f;
}

.nav-item .srchdropdown .btn.btn-outline-dark:hover {
    color: #fff;
}

.nearby {
    padding: 5px;
}

.nearby-icon {
    border: 1px solid #ccc;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.pop-dest {
    transition: .3s;
}

.pop-dest:hover {
    text-decoration: none;
    display: block;
    background-color: #eaeaea;
}

.pop-dest img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.srch-bg {
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}


/* headings */


/* Choose state */

.sel-state .ss-head,
.sel-state .ss-head-m,
.ss-head-s {
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.sel-state .btn-dark {
    font-size: 11px;
}

.sel-state .btn-dark {
    background-color: #171f36;
}

.sel-state .ss-head-m {
    font-weight: 600;
}

.ss-head-s {
    font-size: 20px;
    font-weight: 700;
}

.sel-state .ss-search {
    position: relative;
}

.sel-state .ss-search::placeholder {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
}

.sel-state .ss-search input:focus {
    border: none;
    outline: none;
    box-shadow: 0 2px 0 0 rgb(41, 69, 194) !important;
}

.sel-state .ss-search span,
.sel-state .ss-search span svg {
    width: 16px;
    height: 16px;
    color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.sel-state .india-map img {
    max-width: 100%;
}

.sel-state .ba-card {
    box-shadow: 0px 6px 10px -4px rgba(23, 31, 55, .3);
    padding: 15px;
    background: #f8f8f8;
    position: relative;
    border-radius: 4px;
    font-family: 'Mulish', sans-serif;
}

.sel-state .ba-card .ba-card-img {
    margin-right: 15px;
}

.sel-state .ba-card:after,
.sel-state .ba-card:before {
    clear: both;
    content: '';
    display: block;
}

.sel-state .ba-card .ba-card-img img {
    width: 131px;
    height: 150px;
    border-radius: 4px;
}

.sel-state .ba-card .ba-card-heading {
    font-size: 16px;
}

.sel-state .ba-card .ba-card-sub-heading {
    font-size: 12px;
    color: #6f8698;
}


/* next trip */

.next-trip {
    background-color: #fafafa;
}

.next-trip .btn-dark {
    background-color: #333;
    font-size: 14px;
    height: 48px;
    display: inline-flex;
    align-items: center;
}

.next-trip .nt-head {
    font-size: 34px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

.next-trip .nt-desc {
    font-size: 15px;
}

.next-trip.shop-now {
    background-color: #f3f4f6;
    overflow: hidden;
    position: relative;
}

.next-trip.shop-now::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 470px;
    background-color: #fff;
    z-index: 0;
}

.next-trip .ba-card {
    margin-bottom: 30px;
    border: none;
    height: calc(100% - 30px);
    overflow: hidden;
}

.next-trip .ba-card .card-img {
    widows: 100%;
    height: 100%;
    transition: 1s;
}

.next-trip .ba-card .card-img-overlay {
    top: auto !important;
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    line-height: 1;
    padding: 1rem;
}

.next-trip .ba-card:hover .card-img {
    transform: scale(1.05);
    opacity: .5;
}

.next-trip .ba-card.lg-thumb {
    height: 590px;
}

.next-trip .ba-card.md-thumb {
    height: 310px;
}

.next-trip .ba-card.sm-thumb {
    height: 250px;
}

.next-trip.shop-now {
    padding-top: 70px;
    padding-bottom: 70px;
}

.next-trip.shop-now .ba-gallery {
    height: 700px;
    position: relative;
    margin-left: 100px;
    margin-top: 75px;
}

.next-trip.shop-now .ba-gallery a {
    overflow: hidden;
    background-color: #fff;
    border: 12px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
}

.next-trip.shop-now .ba-gallery a img {
    width: 100%;
    height: 100%;
    transition: 3s;
}

.next-trip.shop-now .ba-gallery a .cat-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    font-size: 18px;
    padding: 1rem;
    transition: .3s;
}

.next-trip.shop-now .ba-gallery a:hover .cat-name {
    bottom: 0;
}

.next-trip.shop-now .ba-gallery a:hover img {
    transform: scale(1.2);
}

.next-trip.shop-now .ba-gallery .pic1 {
    width: 320px;
    height: 404px;
    top: 120px;
    left: 0px;
}

.next-trip.shop-now .ba-gallery .pic2 {
    width: 344px;
    height: 254px;
    left: 340px;
}

.next-trip.shop-now .ba-gallery .pic3 {
    width: 454px;
    height: 320px;
    left: 340px;
    top: 280px;
}

.next-trip.shop-now.shop-page .h740 {
    height: 650px;
}

.next-trip.shop-now::after {
    height: 400px;
}

.next-trip.shop-now.shop-page .ba-gallery .pic4 {
    width: 264px;
    height: 355px;
    left: 138px;
    top: 88px;
    border: none;
}

.next-trip.shop-now.shop-page .ba-gallery .pic5 {
    width: 390px;
    height: 525px;
    left: 340px;
    top: 0;
    border: none;
}

.next-trip.shop-now.shop-page .ba-gallery {
    margin-top: 0;
}

.next-trip.shop-now.shop-page .ba-gallery {
    height: 500px;
}

.next-trip.shop-now.shop-page .ntsp-head {
    letter-spacing: -1px;
}


/* footer */

.ba-footer {
    background-color: rgb(206, 206, 206);
}

.ba-footer .bf-desc {
    font-size: 13px;
    color: #4c4c4c;
    letter-spacing: 1;
    font-weight: 500;
    /* text-shadow: -1px -1px 2px rgba(255, 255, 255, 1); */
}

.ba-footer .bf-si a {
    padding: 5px 10px;
}

.ba-footer .bf-si a,
.ba-footer .bf-si a svg {
    width: 18px;
    height: 18px;
    color: #494949;
}

.ba-footer .bf-si a.ig:hover svg path {
    fill: rgb(236, 47, 141);
    text-decoration: none;
}

.ba-footer .bf-si a.fb:hover svg path {
    fill: rgb(52, 0, 194);
    text-decoration: none;
}

.ba-footer .bf-si a.tw:hover svg path {
    fill: rgb(76, 163, 235);
    text-decoration: none;
}

.ba-footer .bf-copyr a {
    color: #4c4c4c;
    padding: 5px 10px;
    font-size: 12px;
}

.ba-footer .bf-links a {
    color: #4c4c4c;
    padding: 5px 10px;
    width: 120px;
    display: inline-block;
    font-size: 13px;
}

.ba-footer .bf-links a:hover,
.ba-footer .bf-si a:hover {
    text-decoration: none;
    color: #000;
}


/* Subscription */

.ba-subscription {
    position: relative;
    color: #4c4c4c;
    font-size: 13px;
}

.ba-subscription .bs-input {
    background: none;
    border-color: #999999;
    padding: 20px;
}

.ba-subscription .bs-input::placeholder {
    font-size: 13px;
    color: #6c6c6c;
}

.ba-subscription .bs-submit-icon,
.ba-subscription .bs-submit-icon svg {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}


/* testimonial */

.ba-testimonial .bt-head {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
}

.ba-testimonial .bt-sub-head {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
}

.ba-testimonial .bt-username .name {
    color: #333;
}

.ba-testimonial .bt-username .val {
    color: #9a9a9a;
}

.ba-testimonial .owl-carousel .owl-item .bt-msg {
    background-color: #f5f6f8;
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    color: #959595;
    height: 250px;
}

.ba-testimonial .owl-carousel .owl-item .bt-msg:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -70px;
    width: 0;
    height: 0;
    border-bottom: 38px solid transparent;
    border-top: 38px solid #f3f4f6;
    border-right: 38px solid transparent;
    left: 0;
}

.ba-testimonial .owl-carousel .owl-item .bt-msg p {
    overflow: auto;
    display: block;
    height: 100%;
}

.ba-testimonial .owl-carousel .owl-item .bt-userimg img {
    width: 70px;
    height: 70px;
}

.ba-testimonial .owl-carousel .owl-dots {
    margin-top: 50px;
    text-align: center;
}

.ba-testimonial .owl-carousel .owl-dots button {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ee7e50;
    border-radius: 50%;
    margin: 10px
}

.ba-testimonial .owl-carousel .owl-dots button.active {
    background: #ee7e50;
    border: 1px solid #d45b2b;
}

.ba-testimonial .owl-carousel .qutoe-icn {
    position: relative;
    bottom: -25px;
    left: 40px;
    z-index: 1;
}


/* State final page css */

.pymv {
    position: relative;
}

.pymv:after {
    content: '';
    display: block;
    position: absolute;
    width: 88%;
    background-color: #f3f3f3;
    height: 580px;
    left: 0;
    top: 150px;
}

.pymv .pymv-head {
    text-transform: uppercase;
    font-size: 22px;
    z-index: 1;
    position: relative;
}

.pymv .pymv-head:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: -13px;
    width: 40px;
    height: 30px;
    background-color: #fec107;
    z-index: -1;
}

.pymv .pymv-head:after {
    content: 'LATEST';
    position: absolute;
    left: 55px;
    font-size: 60px;
    color: #f3f3f3;
    z-index: -1;
    top: -30px;
}

.pymv .owl-carousel {
    margin-top: 10px;
}

.pymv .owl-carousel .item img {
    margin-bottom: 20px;
    height: 370px;
    object-fit: cover;
}

.pymv .owl-carousel .item .title {
    font-size: 14px;
    color: #182037
}

.pymv .owl-carousel .item .desc {
    font-size: 12px;
    color: #171f36
}

.ind-cul .ic-head {
    font-size: 36px;
    color: #000;
}

.ind-cul .ic-tags .ict-tags {
    background-color: #333;
    color: #fff;
    padding: 0 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
}

.media-object-list .media {
    margin-bottom: 40px;
    position: relative;
}

.media-object-list .title {
    font-size: 20px;
    color: #333;
}

.media-object-list .author,
.media-object-list .desc {
    font-size: 13px;
    color: #585858;
}

.media-object-list .author {
    color: #000;
}

.media-object-list .desc {}

.media-object-list .mol-media {
    margin-right: 30px;
    overflow: hidden;
    width: 300px;
    height: 200px;
}

.media-object-list .mol-img {
    object-fit: cover;
    transition: .3s;
    width: 300px;
    height: 200px;
}

.media-object-list .mol-img-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background-color: brown;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.media-object-list .mol-card-link {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    transition: .3s;
}

.media-object-list .mol-card-link:hover+.mol-media+.media-body h5 {
    color: #dd5138;
}

.article-list {
    padding: 15px;
}

.article-list .media {
    margin: 15px 0;
    position: relative;
}

.article-list .al-head {
    font-size: 19px;
    color: #dd5138;
}

.article-list .al-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
}

.article-list .al-date {
    font-size: 12px;
}

.article-list .al-media {
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.article-list .al-img {
    object-fit: cover;
    transition: .3s;
    width: 120px;
    height: 120px;
}

.article-list .al-card-link {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    transition: .3s;
}

.article-list .al-card-link:hover+.al-media+.media-body h6 {
    color: brown;
}

.gallary-thumb .ba-card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    transition: .3s;
}

.gallary-thumb .ba-card .card-img-overlay {
    top: auto !important;
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    transition: .3s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #000;
    border-radius: 0;
}

.gallary-thumb .ba-card .card-img-overlay small {
    font-size: 16px;
}

.gallary-thumb .ba-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.gallary-thumb .ba-card:hover .card-img {
    transform: scale(1.1);
}

.gallary-thumb .ba-card .card-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0 !important;
    transition: 2s;
}

.gallary-thumb .ba-card .card-title {
    font-size: 22px;
}

.ba-text-card .title {
    font-size: 46px;
    font-weight: 300;
    color: #212121;
}

.ba-text-card .desc {
    font-size: 30px;
    line-height: 1.3;
    color: #202020;
}

.ba-text-card .link {
    font-size: 18px;
    color: #dd5138;
    text-decoration: underline;
}

.gallary-thumb {
    padding: 15px;
}

.gallary-thumb .row .col-lg-4:nth-of-type(3) {
    padding-top: 120px;
}

.gallary-thumb .row .col-lg-4:nth-of-type(5) {
    margin-top: -120px;
}

.gallary-thumb .row .col-lg-4:nth-of-type(5) .ba-card {
    height: 620px;
}

.text-bnr .tb-body {
    background: #dd5138 url('../images/bg-text-bnr.jpg') no-repeat left top;
    padding: 30px 50px;
}

.text-bnr .tb-head {
    color: #fff;
    font-size: 46px;
    line-height: 1.3;
}

.text-bnr .tb-punch {
    color: #fff;
    font-size: 14px;
}


/* tours final */

.tours-final {
    margin-top: -300px;
    font-family: 'mulish';
}

.tours-final a {
    transform: scale(1);
    transition: .3s;
    display: block;
}

.tours-final a:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.tours-final:after {
    display: none;
}

.tours-final .owl-stage-outer {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tours-final .owl-carousel .owl-item img {
    transition: .3s;
}

@media only screen and (min-width: 768px) {
    .tours-final .owl-carousel .owl-item:nth-child(2n) img {
        height: 500px !important;
        margin-top: -150px !important;
    }
}

.tours-final .title {
    font-size: 15px;
}

.tours-final .desc {
    font-size: 12px;
    color: #9d9d9d;
}

.text-block .head {
    font-size: 30px;
}

.grey-bg {
    background-color: #dde1ea;
}

.text-block .btn-dark {
    background-color: #020202;
    font-size: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.itinerary {
    color: #171f36;
    margin-bottom: 80px;
    display: block;
}

.itinerary img {
    max-height: 187px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 14px;
    transition: .3s;
}

.itinerary:hover img {
    transform: scale(1.05);
}

.itinerary:hover h6 {
    color: #126dd4;
}

.itinerary:hover {
    text-decoration: none;
    color: #171f36;
}

.itinerary h6 {
    font-size: 15px;
}

.itinerary p,
.itinerary span {
    font-size: 12px;
    line-height: 1.2;
}
/*
.pagination {
    display: block;
    text-align: center;
}

.pagination a {
    color: black;
    text-decoration: none;
    width: 35px;
    height: 35px;
    margin: 5px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a.active {
    background-color: #f3f4f6;
    color: #000;
    border-radius: 50%;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 50%;
}
*/
.ymae {
    background-color: #faf2cd;
    color: #171f36;
}

.ymae a {
    color: #171f36
}

.ymae a:hover {
    text-decoration: none;
}

.ymae a img {
    transition: .3s;
}

.ymae a:hover img {
    transform: scale(1.03);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.ymae .head {
    font-size: 23px;
}

.ymae .arti .i-img {
    position: relative;
}

.ymae .arti .i-img img {
    width: 100%;
}

.ymae .arti span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'mulish';
}

.ymae .arti .h6 {
    font-size: 15px;
}

.ymae .sub-head span {
    font-size: 16px;
}

.ymae .arti-head {
    font-size: 13px;
}


/* Trecking page */

.mks-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ap-left-menu.sticky-top {
    top: 90px;
    z-index: 1;
}

.mks-nav-list.mx220 {
    max-width: 220px;
}

.mks-nav-list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dee2eb;
    color: #333;
}

.mks-nav-list li a:hover,
.mks-nav-list li a.active {
    color: #dd5138;
    text-decoration: none;
}

.mks-nav-list.mks-nav-list-sm {
    padding-left: 15px;
}

.mks-nav-list.mks-nav-list-sm li {
    position: relative;
}

.mks-nav-list.mks-nav-list-sm li:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 43%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #c4c4c4;
}

.mks-nav-list.mks-nav-list-sm li.active:before {
    width: 6px;
    height: 6px;
    background-color: #dd513a;
}

.mks-nav-list.mks-nav-list-sm a {
    font-size: 13px;
    border-bottom: none;
    padding: 6px 10px;
}

.treck-itinerary .i-head {
    font-size: 21px;
    color: #171f36;
    position: relative;
    padding-left: 15px;
    margin-bottom: 16px;
}

.treck-itinerary .i-head:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #ff9e01;
    position: absolute;
    left: 0;
}

.treck-itinerary p {
    font-size: 14px;
    color: #171e38;
    line-height: 1.5;
}

.i-duration {
    background-color: #faf2cd;
    color: #171f36;
    padding: 15px 10px;
}

.i-rating .star-rating {
    font-size: 12px;
}

.i-rate {
    background-color: #f7f3f0;
}

.i-rate .sm-head {
    font-size: 13px;
}

.i-rate .i-price {
    font-size: 24px;
    color: #4eaf50;
}

.i-rate .i-price small {
    font-size: 16px;
    color: #333;
    text-decoration: line-through;
}

.i-rate .pp {
    font-size: 12px;
    color: #828282;
}

.i-rate .act-btn .btn {
    background-color: #171f36;
    font-size: 14px;
}

.i-rate .act-btn select {
    background-color: transparent;
    font-size: 14px;
    height: 35px;
}

.i-details {
    background-color: #dde1ea;
    color: #333
}

.i-details .id-head {
    font-size: 18px;
    border-bottom: 1px solid #333;
}

.i-details ul {
    padding: 0;
    list-style: none;
}

.i-details ul li {
    position: relative;
    padding-left: 25px;
}

.i-details ul li svg {
    position: absolute;
    left: 0;
    top: 5px
}

.about-trek {
    background-color: #ffddb7;
    margin-bottom: 140px;
}

.about-trek .at-head {
    color: #998874;
    font-size: 16px;
    letter-spacing: 2px;
}

.about-trek .h1 {
    color: #333;
    font-size: 44px;
}

.about-trek p {
    color: #333;
    font-size: 20px;
    margin: 20px 0;
}

.about-trek .btn.alltours {
    background-color: #f07d51;
    color: #fff;
    font-size: 16px;
}

.about-trek .img-desc .img-desc-text {
    position: absolute;
    top: 100px;
    right: 47%;
    width: 220px;
    height: 350px;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    text-align: left;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f07c53+0,dd6f5e+100 */
    background: #f07c53;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f07c53 0%, #dd6f5e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f07c53 0%, #dd6f5e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f07c53 0%, #dd6f5e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f07c53', endColorstr='#dd6f5e', GradientType=0);
    /* IE6-9 */
}

.about-trek .img-desc .img-desc-text p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.about-trek .img-desc .img-desc-text span {
    color: rgba(255, 255, 255, .5)
}

.about-trek img {
    max-width: 100%;
}

.our-blog {
    background-color: #10253a;
    margin-bottom: 200px;
    padding: 30px 30px 20px;
}

.our-blog .h1 {
    color: #fff;
    font-size: 50px;
}

.our-blog .btn {
    color: #fff;
    font-size: 16px;
}

.our-blog .blog-date {
    color: #adadad;
    font-size: 16px;
    letter-spacing: 3px;
}

.our-blog .blog-title {
    color: #3f3f3f;
    font-size: 23px;
    letter-spacing: -1px;
}

.our-blog .blog-card a {
    text-decoration: none;
}

.our-blog .blog-author {
    color: #a1a1a1;
    font-size: 16px;
    letter-spacing: 0;
}

.our-blog .blog-author-pic,
.our-blog .blog-author-pic img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.our-blog .blog-area {
    height: 330px;
}

.our-blog .blog-area img {
    height: 330px;
    max-width: 100%;
}

.yellow {
    background-color: #ff9e01;
}

.red {
    background-color: #dd5138;
}

.page-comments .media {
    position: relative;
}

.page-comments .media img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.page-comments .media .reply {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #e0624d;
}

.page-comments h6 small {
    color: #e0624d;
    font-size: 12px;
}

.page-comments .view-more {
    color: #e0624d;
    font-size: 12px;
}

.add-comment {
    background-color: #f5f5f5;
    padding-bottom: 140px !important;
}

.add-comment .form-check-label {
    font-size: 14px;
}

.add-comment .btn-post-cmnt {
    background-color: #dd5138;
    color: #fff;
    font-size: 15px;
    padding: 13px 35px;
    border-radius: 2px;
}


/* Shop final */

.shop-banner {
    margin: 20px 0;
    background-color: #f4eddd;
    position: relative;
}

.shop-banner img {
    max-width: 100%;
}

.shop-banner .sb-cat {
    padding: 15px;
}

.shop-banner .sb-cat a.btn {
    font-size: 13px;
    border-radius: 0;
    border-color: #101010;
    color: #101010;
    padding: 10px;
    margin: 0 10px;
}

.shop-banner .sb-cat a.btn:hover,
.shop-banner .sb-cat a.btn.active {
    background-color: #101010;
    color: #fff;
}

.shop-banner .sb-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    z-index: 1;
    font-size: 70px;
    text-align: center;
    letter-spacing: -5px;
}

.shop-header .sh-head {
    font-size: 24px;
    letter-spacing: -1px;
}

.si-items {
    margin-bottom: 80px;
}

.si-items .si-item-img .si-fav-icn,
.si-items .si-item-img .si-veg-icn {
    position: absolute;
    right: 10px;
    z-index: 1;
}

.si-items .si-item-img .si-fav-icn {
    bottom: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .5);
    font-size: 30px;
    padding-top: 8px;
}

.si-items .si-item-img .si-fav-icn.favroite {
    color: #e52034;
    font-size: 20px;
}

.si-items .si-item-img .si-veg-icn {
    top: 10px;
    background-color: transparent;
}

.si-items .si-item-img a {
    display: block;
    overflow: hidden;
    height: 320px;
}

.si-items .si-item-img .si-disc,
.si-items .si-item-img .si-shiptext {
    color: #ff0000;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    ;
}

.si-items .si-item-img .si-shiptext {
    color: #000 !important;
}

.si-items .si-item-img a:hover img {
    transform: scale(1.1);
}

.si-items .si-item-img img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 320px;
    transition: .3s;
}

.si-items>a .si-det {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.si-items>a:hover {
    text-decoration: none;
}

.si-items .si-dis span {
    background-color: #efb4b8;
    color: #e52034;
    font-size: 13px;
    text-shadow: 1px 0 1px #fff;
}

.si-item-color .iclr {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bebebe;
    display: inline-block;
    margin-right: 3px;
}

.shop-header .sh-filter,
.shop-header .sh-filter select {
    font-size: 12px;
}

.si-item-color .iclr.grey {
    background-color: #bebebe;
}

.si-item-color .iclr.red {
    background-color: #d15400;
}

.si-item-color .iclr.yellow {
    background-color: #ffcf00;
}

.si-item-color .iclr.blue {
    background-color: #1b8dcc;
}

.shop-filter-menu {
    padding: 0;
    z-index: 1;
    position: relative;
}

.shop-filter-menu {
    margin-top: 135px;
}

.shop-filter-menu .sfm-links {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}

.shop-filter-menu .sfm-head {
    margin-bottom: 4px;
    letter-spacing: -.5px;
}

.shop-filter-menu li a {
    color: #000;
    padding: 4px 0;
    display: inline-block;
}

.news-letter {
    margin-bottom: 100px;
}

.news-letter .nl-box {
    box-shadow: 7px 7px 0 #efeff1;
    font-size: 11px;
}

.news-letter small {
    font-size: 10px;
}

.news-letter .btn {
    font-size: 11px;
    color: #000;
    height: 38px;
}

.mks-range-slider .ui-widget-header {
    background-color: #000;
}

.mks-range-slider .ui-slider-horizontal {
    height: 2px;
}

.mks-range-slider .ui-widget.ui-widget-content {
    border: none;
}

.mks-range-slider .ui-slider .ui-slider-handle {
    width: 8px;
    height: 8px;
    border-radius: 0;
}

.mks-range-slider .ui-state-default,
.mks-range-slider .ui-widget-content .ui-state-default {
    background-color: #000;
    border: none;
}

.mks-range-slider .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.5em;
    top: -.2em;
}

.mks-range-slider .ui-widget-content {
    background-color: #ccc;
}

.mks-range-slider input {
    width: 60px !important;
    min-width: 50px !important;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

.breadcrumb {
    background-color: #fff !important;
    font-size: 12px;
    color: #212121;
}

.breadcrumb .breadcrumb-item a {
    color: #757575;
}

.breadcrumb .breadcrumb-item.active {
    color: #212121;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\203A';
}


/* item detail page*/

.idp-sec {
    font-size: 12px;
    line-height: 22px;
    ;
}

.idp-sec .idp-ref {
    color: #757575;
}

.idp-sec .idp-head {
    color: #212121;
    font-size: 17px;
}

.idp-sec .idp-det .idp-price .idp-old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #424242;
}

.idp-sec .idp-det .idp-price .idp-cur-price {
    font-size: 18px;
    color: #d6001c;
}

.idp-sec .idp-dis .idp-dis-val {
    background-color: #efb4b8;
    color: #e52034;
    font-size: 13px;
    text-shadow: 1px 0 1px #fff;
}

.idp-fav-icn {
    font-size: 20px;
    color: #e52034;
}

.idp-sec .idp-stock {
    color: #007500;
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.idp-sec .idp-links a {
    color: #757575;
    text-decoration: underline;
    display: inline-block;
}

.idp-sec .idp-spec .idp-links a {
    color: #232323;
}

.idp-sec .idp-clr-opt .iclr {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
}

.idp-sec .idp-clr-opt .iclr.black {
    background-color: #000;
}

.idp-sec .idp-clr-opt .iclr.red {
    background-color: red;
}

.idp-sec .idp-clr-opt .iclr.blue {
    background-color: blue;
}

.idp-sec .idp-clr-opt .iclr.white {
    background-color: white;
}

.idp-sec .idp-clr-opt .iclr.active,
.idp-sec .idp-clr-opt .iclr:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .7);
}

.idp-sec .idp-qty .input-number {
    width: 40px;
    text-align: center;
}

.idp-sec .idp-qty .btn {
    padding: 0 5px;
    border-radius: 0;
}

.idp-sec .idp-addtobag {
    background-color: #000;
}

.idp-sec .idp-share a {
    color: #757575;
}

.idp-sec .idp-cont {
    padding-left: 145px;
}

.idp-sec .bg-light {
    background-color: #f5f5f5 !important;
}

.idp-sec .btn-dark {
    background-color: #020202 !important;
}

.nav.mks-pills .nav-item {
    margin-right: 7px;
}

.nav.mks-pills .nav-link {
    background-color: #f4f4f4;
    border-radius: 0;
    font-size: 12px;
    color: #fe5335;
    font-weight: 600;
    transition: .3s;
}

.nav.mks-pills .nav-link:hover {
    background-color: #e2dddd;
}

.accordion .card-header {
    background: none;
    padding: 0;
    border-bottom: none;
}

.accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
}

.accordion .card .card-body {
    padding: 15px 0;
}

.accordion .card button {
    border-radius: 0;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.accordion .card button:hover,
.accordion .card button:focus {
    color: #fe5335;
    box-shadow: none;
    text-decoration: none;
}

.accordion .card .fa {
    font-size: 20px;
    color: #bdbdbd;
}


/* rating bar */

.rating-bar .text-dark {
    color: #1c1503;
}


/* article page */

.artp-bdet {
    margin-bottom: 50px;
}

.artp-bdet .ab-item {
    margin-right: 60px;
}

.artp-bdet .ab-item .ab-title-box {
    background-color: #566676;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 5px 10px;
    color: #fff;
    font-family: 'mulish';
}

.artp-bdet .ab-item .ab-value {
    font-size: 14px;
}

.artp-bdet .ab-item small {
    font-size: 9px;
}

.artp-bdet .ab-item .ex-amt {
    font-size: 13px;
}

.article-det .formatted {
    font-size: 17px;
    line-height: 1.8;
    padding: 0 65px;
}

.pymenj {
    background-color: #f3f4f6;
    padding: 80px 0;
}

.pymenj .pymenj-head {
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1px solid #dde1ea;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.ymae.ymae-slider {
    background-color: transparent !important;
    padding-bottom: 70px;
}

.ymae.ymae-slider a {
    color: #333;
}

.ymae.ymae-slider a .h6 {
    font-size: 16px;
}

.ymae.ymae-slider .arti span {
    font-family: 'Work Sans', sans-serif;
}

.ymae.ymae-slider .btn-danger {
    background-color: #dd5138;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    font-family: 'mulish';
    margin-top: 20px;
}

.figure .figure-caption {
    color: #000;
    font-size: 13px;
    line-height: 16px;
}

.art-glry {
    padding-bottom: 180px;
}

.subs-review {
    background-color: #f3f3f3;
    padding: 60px 0 100px 0;
    margin-bottom: 80px;
}

.subs-review .share {
    border-right: 1px solid #9e9e9e;
}

.subs-review .social-icn a {
    color: #4e4e4e;
}

.subs-review .social-icn a.ig:hover {
    color: rgb(236, 47, 141);
}

.subs-review .social-icn a.fb:hover {
    color: rgb(52, 0, 194);
}

.subs-review .social-icn a.tw:hover {
    color: rgb(76, 163, 235)
}

.rel-places {
    margin-bottom: 150px;
}

.rel-places .btn-danger {
    background-color: #dd5138;
    font-size: 13px;
    font-weight: 800;
    padding: 15px 30px;
    border-radius: 2px;
}

.rel-places.pymv:after,
.rel-places.pymv .pymv-head:after {
    display: none;
}

.rel-places.pymv .pymv-head {
    font-size: 18px;
    font-weight: 900;
    font-stretch: extra-expanded;
}


/* Tour Promotional page */

.tour-pro-cont {
    font-size: 35px;
    padding: 80px 40px;
    letter-spacing: -2px;
}

.mb-10 {
    margin-bottom: 6rem;
}

.list-col {
    padding-left: 15px;
}

.list-col li {
    margin-bottom: 1rem;
}

.checkout-frm {
    font-size: 12px;
}

.checkout-frm .border-dark {
    border-bottom: 1px solid #757575;
}

.checkout-frm .border-light {
    border-bottom: 2px solid #e0e0e0;
}

.checkout-frm .cf-head {
    font-size: 14px;
}

.checkout-frm .sc-item {
    border-bottom: 1px solid #757575;
    border-top: 1px solid #757575;
}

.checkout-frm .sc-item-img img {
    width: 53px;
    height: 65px;
    margin-right: 15px;
}

.forget-pass-link {
    position: absolute;
    color: #878787;
}

.checkout-frm .btn-dark {
    background-color: #212121;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .shop-banner .sb-head {
        font-size: 50px;
        letter-spacing: -2px;
    }
    .idp-sec .idp-cont {
        padding-left: 0;
    }
    .ymae.ymae-slider .owl-nav .owl-prev {
        left: 30px;
    }
    .ymae.ymae-slider .owl-nav .owl-next {
        right: 30px;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav.main-links .nav-link {
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .search-tour {
        width: 90%;
        margin-left: -45%;
    }
    .ms-head {
        font-size: 70px;
    }
    .navbar-expand-lg .navbar-nav.main-links .nav-link {
        display: block;
        text-align: center;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
    }
    .mks-slider .caption1 .head {
        font-size: 27px;
    }
    /* mks nav list */
    .mks-nav-list.mx220 {
        max-width: 100%;
    }
    .mks-nav-list li {
        margin-right: 10px;
        border-bottom: 1px solid #ccc;
    }
    .mks-nav-list li a {
        padding: 10px !important;
        display: block;
    }
    .shop-banner .sb-head {
        font-size: 30px;
    }
    .article-det .formatted {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .next-trip .ba-card.lg-thumb,
    .next-trip .ba-card.md-thumb,
    .next-trip .ba-card.sm-thumb {
        height: 250px;
    }
    .tour-pro-cont {
        font-size: 22px;
        padding: 30px;
    }
    .shop-banner .sb-head {
        font-size: 20px;
    }
    .shop-filter-menu {
        margin-top: 30px;
    }
    .search-tour {
        width: 90%;
        margin-left: -45%;
        padding: 20px;
        height: 140px;
        bottom: 100px;
    }
    .st-head {
        font-size: 16px;
    }
    .ms-head {
        font-size: 40px;
    }
    .next-trip.shop-now .ba-gallery {
        margin-left: 0;
        margin-top: 100px;
    }
    .media-object-list .media {
        display: block !important;
    }
    .media-object-list .mol-media,
    .media-object-list .mol-img {
        width: 100%;
        margin-right: 0;
    }
    /* comments */
    .page-comments .media img {
        width: 40px;
        height: 40px;
    }
    .about-trek .img-desc .img-desc-text {
        height: auto !important;
        position: relative;
        top: 0;
        right: auto !important;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .demo .lSSlideOuter.vertical .lSGallery {
        width: 80px !important;
    }
    .demo .lSSlideWrapper.usingCss {
        left: 90px !important;
        height: 340px !important;
    }
    .demo .lSSlideOuter.vertical {
        padding-right: 0 !important;
    }
}

@media (max-width: 425px) {
    .next-trip.shop-now .ba-gallery {
        margin-top: 0;
    }
    .next-trip.shop-now .ba-gallery .pic2,
    .next-trip.shop-now .ba-gallery .pic1,
    .next-trip.shop-now.shop-page .ba-gallery .pic4,
    .next-trip.shop-now.shop-page .ba-gallery .pic5 {
        left: 0;
        width: 100%;
    }
    .next-trip.shop-now.shop-page .h740 {
        height: 1190px;
    }
    .next-trip.shop-now.shop-page .ba-gallery {
        height: 920px;
    }
    .next-trip.shop-now.shop-page .ba-gallery .pic4 {
        top: 600px
    }
    .next-trip.shop-now.shop-page .ba-gallery .pic5 {
        top: 60px;
    }
    .next-trip.shop-now .ba-gallery .pic1 {
        top: 270px;
    }
    .next-trip.shop-now .ba-gallery .pic2 {
        top: 0;
    }
    .next-trip.shop-now .ba-gallery .pic3 {
        left: 0;
        top: 690px;
        width: 100%;
        height: 300px;
    }
    .next-trip.shop-now .ba-gallery {
        height: 900px;
    }
    .next-trip.shop-now .ba-gallery a .cat-name {
        bottom: 0;
    }
    .ms-head {
        top: 140px
    }
    .ms-desc {
        font-size: 14px;
    }
    .mks-slider,
    .mks-slider .owl-carousel,
    .mks-slider .owl-item img {
        height: 583px;
    }
    .nav-item .srchdropdown {
        width: 100%;
        position: fixed;
        top: 70px;
        left: 0;
        bottom: 0;
        overflow: scroll;
    }
    .gallary-thumb .row .col-lg-4:nth-of-type(3) {
        padding-top: 0;
    }
    .trek-page-slider .owl-nav .owl-next,
    .item-page-slider .owl-nav .owl-next,
    .ymae.ymae-slider .owl-nav .owl-next {
        right: 5px;
    }
    .trek-page-slider .owl-nav .owl-prev,
    .item-page-slider .owl-nav .owl-prev,
    .ymae.ymae-slider .owl-nav .owl-prev {
        left: 5px;
    }
    .our-blog .h1,
    .about-trek .h1 {
        font-size: 30px;
    }
    .our-blog {
        padding: 15px;
        margin-bottom: 70px;
    }
    .about-trek {
        margin-bottom: 30px;
    }
    .article-det .formatted {
        padding: 0;
    }
    .news-letter {
        margin-bottom: 20px;
    }
}