body {
    font-size: 100%;
    font-family: "Titillium Web", sans-serif
}

img {
    max-width: 100%
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a:hover, a, a:active {
    text-decoration: none;
    outline: none
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    font-family: "Titillium Web", sans-serif
}

.t-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 25px
}

.section-sm {
    padding: 40px 0 40px 0
}

.section-md {
    padding: 60px 0 0 0
}

.section-lg {
    padding: 100px 0 0 0
}

.text-center {
    text-align: center
}

.flex {
    display: flex
}

.flex-middle {
    align-items: center
}

.flex-between {
    justify-content: space-between
}

.flex-wrap {
    flex-wrap: wrap
}

.t-container-small {
    max-width: 960px
}

.grid {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    grid-gap: 25px
}

select {
    color: #203068;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
    min-width: 184px;
    height: 50px;
    padding: 14px 25px 14px 16px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #050505;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    background-position: calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-color: #fff;
    text-overflow: ""
}

.p-tb {
    padding: 50px 0
}

.col1 {
    grid-column: span 1
}

.row1 {
    grid-row: span 1
}

.col2 {
    grid-column: span 2
}

.row2 {
    grid-row: span 2
}

.col3 {
    grid-column: span 3
}

.row3 {
    grid-row: span 3
}

.col4 {
    grid-column: span 4
}

.row4 {
    grid-row: span 4
}

.col5 {
    grid-column: span 5
}

.row5 {
    grid-row: span 5
}

.col6 {
    grid-column: span 6
}

.row6 {
    grid-row: span 6
}

.col7 {
    grid-column: span 7
}

.row7 {
    grid-row: span 7
}

.col8 {
    grid-column: span 8
}

.row8 {
    grid-row: span 8
}

.col9 {
    grid-column: span 9
}

.row9 {
    grid-row: span 9
}

.col10 {
    grid-column: span 10
}

.row10 {
    grid-row: span 10
}

.col11 {
    grid-column: span 11
}

.row11 {
    grid-row: span 11
}

.col12 {
    grid-column: span 12
}

.row12 {
    grid-row: span 12
}

.booking__list {
    margin-top: 25px
}

header {
    background: #fff;
    padding: 15px 0
}

header .logo img {
    width: 150px
}

header .header-cta {
    display: flex;
    align-items: center
}

header .header-cta div {
    display: flex;
    vertical-align: middle;
    position: relative;
    margin-left: 29px;
    line-height: 1.2;
    font-size: 16px
}

header .header-cta div > a {
    align-items: center
}

header .header-cta div > a img {
    margin-right: 15px
}

header .header-cta div span {
    display: block
}

header .header-cta div span a {
    display: block;
    color: #008cd0;
    font-weight: 600;
    font-size: 18px;
    margin-top: 3px
}

.navigation {
    background: #008cd0;
    color: #fff;
    position: sticky;
    transition: top .3s linear;
    top: 0;
    z-index: 5
}

.navigation > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.navigation > div > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.navigation > div > nav > ul > li {
    display: inline-block;
    position: relative
}

.navigation > div > nav > ul > li > i {
    font-size: 11px;
    margin-left: -7px;
    padding-right: 11px;
    margin-top: -12px;
    display: inline-block
}

.navigation > div > nav > ul > li > a {
    vertical-align: middle;
    color: #fff;
    padding: 16px 15px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Dosis", sans-serif
}

.navigation > div > nav > ul > li:hover {
    background: #203068
}

.navigation > div > nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.navigation > div > nav > ul > li > ul {
    position: absolute;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: .2s ease;
    width: 360px;
    padding-bottom: 12px;
    z-index: 1;
    background: #203068;
    list-style-type: none
}

.navigation > div > nav > ul > li > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, .1098039216);
    padding: 9px 20px
}

.navigation > div > nav > ul > li > ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Dosis", sans-serif
}

.navigation > div > nav > ul > li > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.navigation > div .search {
    position: relative
}

.navigation > div .search input {
    height: 35px;
    border-radius: 4px;
    border: none;
    padding: 0 40px 0 14px;
    font-family: "Titillium Web", sans-serif;
    outline: none;
    font-size: 14px
}

.navigation > div .search button {
    position: absolute;
    right: 9px;
    top: 10px;
    background: none;
    border: none;
    width: 20px
}

.mobile-navigation {
    position: fixed;
    top: 0;
    transition: .3s linear;
    transform: translateX(-140%);
    left: 0;
    z-index: 11;
    height: 100vh;
    width: 300px;
    background: #203068;
    color: #fff
}

.mobile-navigation .close {
    font-size: 35px;
    color: #203068;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: #203068;
    height: 46px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 0 5px 5px 0
}

.mobile-navigation .close i {
    cursor: pointer;
    display: inline-block;
    transform: rotate(45deg)
}

.mobile-navigation > div nav > ul > li {
    position: relative
}

.mobile-navigation > div nav > ul > li > i {
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer
}

.mobile-navigation > div nav > ul > li > a {
    vertical-align: middle;
    color: #fff;
    padding: 14px 15px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Dosis", sans-serif
}

.mobile-navigation > div nav > ul > li > ul {
    background: #fff;
    display: none
}

.mobile-navigation > div nav > ul > li > ul > li > a {
    padding: 14px 15px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #203068;
    font-family: "Dosis", sans-serif;
    font-weight: 600
}

body.mobile__menu .mobile-navigation {
    transform: translateX(0)
}

.site-footer {
    background: #203068;
    color: #fff;
    padding: 40px 0;
    position: relative
}

.site-footer:before {
    height: 100%;
    width: 100%;
    content: "";
    background: url(../img/footer-bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .1;
    background-size: cover;
    background-repeat: no-repeat
}

.site-footer .section-title-wrapper {
    max-width: 690px
}

.site-footer .section-title-wrapper .section-title strong {
    color: #fff
}

.site-footer .request__quote {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .0509803922)
}

.footerlinks__wrap {
    position: relative;
    padding-top: 35px
}

.footerlinks__wrap .grid {
    grid-template-columns:repeat(5, 1fr)
}

.footerlinks__wrap .each-footer-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footerlinks__wrap .each-footer-link ul li a {
    font-size: 16px;
    position: relative;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 10px 0 0 0;
    font-family: "Dosis", sans-serif;
    opacity: .75
}

.footerlinks__wrap .each-footer-link ul li:hover > a {
    color: #fff;
    opacity: 1
}

.footer-heading {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    color: #fff;
    margin: 0 0 10px 0
}

.middle-footer {
    position: relative;
    margin-top: 40px
}

.middle-footer .footer-logo {
    flex: 1;
    margin-right: 0px
}

.middle-footer .contact-panel {
    flex: 6
}

.middle-footer .contact-panel .footer-heading {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    color: #fff;
    margin: 0 0 0px 0
}

.middle-footer p {
    color: #fff;
    margin: 9px 72px 0 0;
    font-size: 16px;
    line-height: 1.7
}

.middle-footer p a {
    color: #fff;
    display: block
}

.middle-footer p a i {
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px
}

.middle-footer .office-location {
    width: 230px
}

.social-icons a {
    margin-right: 15px
}

.last-footer {
    margin-top: 30px
}

.last-footer p {
    margin: 0;
    font-size: 14px;
    color: #fff
}

.btn-default {
    border: none;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    background-color: #008cd0;
    font-family: "Dosis", sans-serif;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 42px 15px 25px;
    color: #fff
}

.btn-default:hover {
    color: #fff
}

.btn-default:hover span {
    width: 225%;
    height: 562.5px;
    transition: width .5s ease-in-out, height .5s ease-in-out
}

.btn-default:hover img {
    right: 10px;
    transition: right .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.btn-default span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #203068;
    color: #fff;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.btn-default img {
    position: absolute;
    right: 12px;
    top: 14px;
    transition: right .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.btn-default.btn-outline {
    border: 2px solid #c61f4d;
    color: #c61f4d;
    text-transform: uppercase;
    -webkit-transition: .5s;
    background: 0 0
}

.btn-default.btn-outline span {
    background-color: #008cd0
}

.btn-default.btn-outline:hover {
    background-color: #008cd0;
    color: #fff
}

.btn-default.btn-outline:hover span {
    transition: width .5s ease-in-out, height .5s ease-in-out;
    width: 225%;
    height: 562.5px;
    background: #c61f4d;
    opacity: 1
}

.btn-default.btn-outline-white {
    text-transform: uppercase;
    -webkit-transition: .5s;
    border: 1px solid #fff;
    color: #fff;
    background: 0 0
}

.btn-default.btn-outline-white span {
    background-color: #c61f4d
}

.btn-default.btn-outline-white:hover {
    border-color: rgba(0, 0, 0, 0)
}

.btn-default.btn-outline-white:hover span {
    transition: width .5s ease-in-out, height .5s ease-in-out;
    width: 225%;
    height: 562.5px;
    background: #c61f4d;
    opacity: 1
}

.btn-default.btn-secondary {
    text-transform: uppercase;
    background: #203068;
    -webkit-transition: .5s;
    color: #fff
}

.btn-default.btn-secondary span {
    background: rgba(0, 0, 0, .4)
}

.btn-default.btn-secondary:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.btn-default.btn-secondary:hover span {
    transition: width .5s ease-in-out, height .5s ease-in-out;
    width: 225%;
    height: 562.5px;
    background: rgba(0, 0, 0, .4);
    opacity: 1
}

.btn-default.btn-secondary:hover img {
    right: 10px;
    transition: right .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.btn-default.btn-secondary img {
    position: absolute;
    right: 12px;
    top: 14px;
    transition: right .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.package-card {
    border-radius: 10px
}

.package-card .img-holder {
    position: relative;
    height: 400px
}

.package-card .package-title {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 20px 30px 30px 30px;
    border-radius: 0 0 4px 4px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    line-height: 1.65;
    z-index: 2;
    transition: .2s linear
}

.package-card .package-title a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 1.5
}

.package-card .package-duration {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7607843137)
}

.package-card .package-price {
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #111;
    background: #f0b950;
    padding: 4px 10px;
    border-radius: 5px
}

.img-holder > a {
    display: block;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px
}

.img-holder > a:before {
    background: linear-gradient(to top, #000000, transparent 80%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.img-holder > a > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px
}

.scale .img-holder a img {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.scale .img-holder a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    filter: blur(1.2px);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.review-card {
    padding: 20px 20px 25px;
    background-color: #fff;
    border: solid 1px rgba(19, 18, 18, .23);
    border-radius: 10px;
    color: #111
}

.review-card .review-card__body {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400
}

.review-card .review-card__body .review-card-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

.review-card .review-card__body .review-card-wrapper img {
    width: 55px;
    margin-right: 5px;
    height: 55px;
    border-radius: 50%
}

.review-card .review-card__body .review-card-wrapper .review-stars {
    margin-bottom: 0
}

.review-card .review-card__body .review-card-wrapper .review-stars svg {
    width: 20px;
    height: 20px;
    margin: 3px -5px 0 0
}

.review-card .review-card__body .review-card-wrapper .review-stars svg path {
    fill: #f8ac35
}

.review-card .review-card__body .review-tripadvisor__author {
    font-weight: 600;
    font-size: 17px;
    color: #111
}

.blog-card .img-holder > a {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    border-radius: 4px
}

.blog-card .blog-card__media {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.blog-card .blog-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    transition: all .5s ease-out
}

.blog-card .blog-card__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 45px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    z-index: 1;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(to top, #000000, transparent 80%)
}

.blog-card .blog-card__text .title {
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.45
}

.blog-card .blog-card__text .duration {
    padding-top: 15px;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    opacity: .6;
    font-size: 14px
}

.blog-card .blog-card__text .duration i {
    margin-right: 4px;
    display: inline-block;
    vertical-align: revert-layer
}

.rank-math-breadcrumb {
    color: #111;
    padding: 10px 0;
    overflow-x: auto;
    white-space: nowrap
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Dosis", sans-serif
}

.rank-math-breadcrumb p a {
    color: #111;
    font-weight: 500
}

.rank-math-breadcrumb p a:hover {
    color: #008cd0
}

.rank-math-breadcrumb .separator {
    margin: 0 6px;
    font-size: 12px;
    font-size: 7px;
    display: inline-block;
    vertical-align: middle
}

.rank-math-breadcrumb .last {
    color: #008cd0;
    opacity: 1
}

.panel {
    margin-bottom: 30px
}

.panel:last-child {
    margin-bottom: 0
}

.panel.highlights-col {
    background: rgba(241, 241, 241, .2);
    padding: 22px 22px 22px 25px;
    border: 1px solid rgba(0, 0, 0, 0.0588235294);
    border-radius: 10px
}

.panel.highlights-col ul, .panel.highlights-col ol {
    margin: 0;
    padding: 0px 0 0 20px
}

.panel.highlights-col ul li, .panel.highlights-col ol li {
    position: relative;
    line-height: 22px;
    margin-bottom: 10px
}

.panel.highlights-col ul li:last-child, .panel.highlights-col ol li:last-child {
    margin-bottom: 0
}

.itinerary-heading {
    font-size: 25px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #203068 !important;
    font-family: "Dosis", sans-serif;
    letter-spacing: -0.2px;
    margin-bottom: 25px
}

.page-content__area {
    color: #000;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    font-family: "Titillium Web", sans-serif
}

.page-content__area strong {
    font-weight: 600
}

.page-content__area p {
    margin-bottom: 15px
}

.page-content__area h2, .page-content__area h1, .page-content__area h3, .page-content__area h4, .page-content__area h5, .page-content__area h6 {
    color: inherit;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.6
}

.page-content__area h2 {
    font-size: 30px
}

.page-content__area h3 {
    font-size: 25px
}

.page-content__area h4 {
    font-size: 20px
}

.page-content__area h5 {
    font-size: 15px
}

.read-more, .read-less {
    font-weight: 700;
    line-height: 1;
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 4
}

.read-more i, .read-less i {
    font-style: normal;
    position: relative;
    cursor: pointer;
    z-index: 1;
    background: #f7f7f7;
    border: 1px solid #bebebe;
    border-radius: 24px;
    color: #5c5c5c;
    width: 130px;
    margin: 6px 0 0px 0;
    font-style: normal;
    padding: 8px 25px 8px 25px;
    height: 30px;
    line-height: 14px;
    font-size: 14px;
    text-align: center
}

.read-more:hover i, .read-less:hover i {
    background: #008cd0;
    color: #fff;
    border: rgba(0, 0, 0, 0)
}

#itinerary {
    position: relative
}

.btn-toggle {
    border-radius: 52px;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    color: #203068;
    font-weight: 600;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-toggle:hover {
    color: #203068
}

.accordion-list {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .17);
    padding: 15px 25px 15px 25px;
    border-radius: 8px
}

.accordion-list .page-content__area p {
    margin-bottom: 15px
}

.accordion-list .page-content__area p:last-child {
    margin-bottom: 0
}

.accordion-list:last-child {
    margin-bottom: 0
}

.accordion-list .accordion-title-wrap {
    cursor: pointer;
    position: relative;
    align-items: center;
    display: flex
}

.accordion-list .accordion-title-wrap i {
    position: absolute;
    transition: .3s ease-in-out;
    top: 5px;
    right: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .431372549);
    font-weight: 300
}

.accordion-list .accordion-title-wrap .dates {
    display: inline-block;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 1.1;
    vertical-align: middle;
    font-family: "Dosis", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 20px 0 0;
    letter-spacing: -1px;
    opacity: .85;
    font-weight: 600
}

.accordion-list .accordion-title-wrap .accordion-title {
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #000;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    padding-right: 30px;
    font-family: "Dosis", sans-serif
}

.accordion-list .accordion-title-wrap.active i {
    transform: rotate(180deg)
}

.accordion-list .accordion-slide {
    margin-top: 18px;
    display: none
}

.wh-includes h3, .wh-excludes h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.wh-includes ul, .wh-excludes ul {
    list-style-type: none;
    position: relative;
    padding: 0px 0 0 20px;
    margin: 0;
    padding: 0
}

.wh-includes ul li, .wh-excludes ul li {
    color: #090;
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 20px
}

.wh-includes ul li:before, .wh-excludes ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    font: normal normal normal 14px/1 FontAwesome
}

.wh-excludes h3 {
    color: #c61f4d;
    margin-top: 20px
}

.wh-excludes ul li {
    color: #c61f4d
}

.wh-excludes ul li:before {
    content: ""
}

.trip-icon {
    padding: 13px 20px 13px 70px;
    font-weight: 500;
    color: #203068;
    position: relative;
    font-size: 18px;
    line-height: 1.34;
    font-family: "Dosis", sans-serif
}

.trip-icon i {
    position: absolute;
    left: 20px;
    top: 19px;
    font-size: 24px
}

.trip-icon i img {
    width: 35px
}

.trip-icon strong {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-transform: capitalize
}

.trip-icon:nth-child(2n) {
    border-bottom: 1px solid rgba(0, 0, 0, .0901960784);
    background: rgba(0, 0, 0, .0509803922);
    border-top: 1px solid rgba(0, 0, 0, .0901960784)
}

.trip-icon:last-child {
    padding-bottom: 0
}

.pagination-wrap {
    margin-top: 20px
}

.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6705882353);
    width: 100%;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .5s linear;
    color: #fff
}

.booking-modal .t-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: left;
    margin: auto;
    color: #000
}

.booking-modal .t-container .booking-modal-wrap {
    max-width: 550px;
    background: #fff;
    width: 100%;
    border-radius: 8px;
    padding-bottom: 30px;
    position: relative
}

.booking-modal .t-container .booking-modal-wrap .close-pop {
    font-size: 38px;
    color: #203068;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 2px;
    right: 24px;
    transform: rotate(45deg)
}

.booking-modal .t-container .booking-modal-wrap h3 {
    font-size: 22px;
    color: #203068;
    padding: 30px 20px 20px 30px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.booking-modal .t-container .booking-modal-wrap form {
    padding: 0 30px
}

.booking-modal .t-container .booking-modal-wrap .form-group input, .booking-modal .t-container .booking-modal-wrap .form-group textarea {
    background-color: #f1f1f1;
    border-radius: 4px;
    height: 50px;
    font-family: "Titillium Web", sans-serif;
    width: 100%;
    border: none;
    border: solid 1px rgba(0, 0, 0, .14);
    padding: 8px 10px 8px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.booking-modal .t-container .booking-modal-wrap .form-group select {
    background-color: #f1f1f1;
    border: 1px solid rgba(5, 5, 5, .1098039216);
    font-weight: 500;
    border-radius: 4px;
    color: #000
}

.booking-modal .t-container .booking-modal-wrap .form-group textarea {
    height: 150px
}

.booking-modal .t-container .booking-modal-wrap .form-group label {
    font-size: 15px;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 15px;
    display: block
}

.booking-modal .t-container .booking-modal-wrap .form-group label strong {
    color: #ff7800;
    font-weight: 500;
    font-size: 14px
}

.booking-modal .t-container .booking-modal-wrap .form-group:not(:last-child) {
    margin-bottom: 20px
}

body.formModal .booking-modal {
    opacity: 1;
    visibility: visible
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.pagination li {
    border: 1px solid rgba(0, 0, 0, .1803921569);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

.pagination li a, .pagination li span {
    color: #000
}

.pagination li.active, .pagination li:hover {
    background: #008cd0;
    color: #fff
}

.pagination li.active a, .pagination li:hover a {
    color: #fff
}

.single-slide {
    height: 760px;
    position: relative
}

.single-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.bg-banner {
    position: relative
}

.bg-banner .banner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.bg-banner .banner-content-wrapper::before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(33, 32, 31, 0), #040404)
}

.bg-banner .banner-content-wrapper .banner-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
    z-index: 0
}

.bg-banner .banner-content-wrapper .banner-content .banner-title {
    color: #fff;
    font-size: clamp(20px, 4vw, 57px);
    line-height: clamp(4px, 5vw, 65px);
    text-align: left;
    font-weight: 200;
    max-width: 840px
}

.bg-banner .banner-content-wrapper .banner-content .banner-title strong {
    color: #008cd0;
    font-weight: 700
}

.bg-banner .banner-content-wrapper .banner-content > p {
    font-size: clamp(15px, 3vw, 18px);
    text-align: left;
    line-height: clamp(20px, 4vw, 22px);
    padding-bottom: 35px;
    color: #fff;
    padding-top: 20px
}

.banner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.banner-content-wrapper::before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(33, 32, 31, 0), #040404)
}

.banner-content-wrapper .banner-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
    z-index: 1
}

.banner-content-wrapper .banner-content h1 {
    color: #fff;
    font-size: clamp(20px, 4vw, 80px);
    line-height: clamp(4px, 5vw, 85px);
    text-align: left;
    font-weight: 200;
    letter-spacing: -3px
}

.banner-content-wrapper .banner-content h1 strong {
    color: #008cd0;
    font-weight: 700
}

.banner-content-wrapper .banner-content > p {
    font-size: clamp(15px, 3vw, 18px);
    text-align: left;
    line-height: clamp(20px, 4vw, 22px);
    padding-bottom: 35px;
    color: #fff;
    padding-top: 20px
}

.section__about {
    background: rgba(0, 0, 0, .04);
    padding: 80px 0
}

.section__about .grid {
    grid-gap: 30px
}

.section-title-wrapper .section-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: "Dosis", sans-serif
}

.section-title-wrapper .section-title strong {
    font-weight: 500;
    display: block;
    color: #203068
}

.section-title-wrapper p {
    margin-bottom: 30px;
    font-size: 18px;
    opacity: .6
}

.about__detail p {
    line-height: 1.87;
    font-size: 16px;
    opacity: 1;
    margin-bottom: 20px;
    font-weight: 300
}

.about-banner img {
    border-radius: 10px
}

.all {
    margin-top: 30px
}

.filter__section {
    min-height: 600px;
    background-image: url("https://www.nepaltrips.com/wp-content/uploads/2018/09/9641427190051.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center
}

.filter__section .t-container {
    width: 100%
}

.filter__section .filter-wrap {
    color: #fff;
    max-width: 450px;
    padding: 40px;
    background: #008cd0;
    border-radius: 5px;
    position: relative
}

.filter__section .filter-wrap .section-title-wrapper {
    z-index: 2;
    position: relative
}

.filter__section .filter-wrap .section-title-wrapper h2 strong {
    color: #fff
}

.filter__section .filter-wrap .section-title-wrapper p {
    opacity: 1
}

.filter__section .filter-wrap svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 0 0;
    z-index: 1;
    fill: rgba(255, 255, 255, .0784313725)
}

.reselling__section .owl-nav {
    position: absolute;
    top: -57px;
    left: -20px;
    width: calc(100% - 350px);
    text-align: center
}

.reselling__section .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff !important;
    background: #008cd0 !important;
    font-size: 13px !important;
    line-height: 37px !important;
    margin-left: 5px
}

.reselling__section .owl-nav button:hover {
    background: #203068 !important
}

.reselling__section .owl-nav button.disabled {
    pointer-events: none;
    opacity: .2
}

.section__activities .package-card .package-title {
    padding: 20px 30px 20px 30px
}

.review__section {
    background: #008cd0;
    margin-top: 40px;
    position: relative
}

.review__section:before {
    content: "";
    background: url(../img/white-halftone.png) no-repeat;
    position: absolute;
    left: -40px;
    top: -30px;
    width: 100%;
    height: 100%
}

.review__section .section-title-wrapper .section-title, .review__section .section-title-wrapper strong, .review__section .section-title-wrapper span, .review__section .section-title-wrapper p {
    color: #fff
}

.review__section .btn-default.btn-secondary {
    margin-top: auto;
    margin-bottom: 20px
}

.review__section .owl-nav {
    margin-top: 20px;
    text-align: center
}

.review__section .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff !important;
    background: #00adee !important;
    font-size: 13px !important;
    line-height: 37px !important;
    margin-left: 5px
}

.review__section .owl-nav button.disabled {
    opacity: .76
}

.section__activities .owl-nav {
    text-align: center;
    margin-top: 20px
}

.section__activities .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff !important;
    background: #008cd0 !important;
    font-size: 13px !important;
    line-height: 37px !important;
    margin-left: 5px
}

.single-itinerary-banner {
    background: rgba(32, 48, 104, .09);
    padding-bottom: 40px
}

.single-itinerary-banner .rank-math-breadcrumb {
    color: #111;
    padding: 15px 0 0 0;
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block
}

.single-itinerary-banner .package-header {
    background: none;
    padding: 15px 0 0px 0
}

.single-itinerary-banner .package-header h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    color: #203068;
    font-weight: 700
}

.single-itinerary-banner .package-header h1 .trip-header__meta {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 20px 0
}

.single-itinerary-banner .package-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.single-itinerary-banner .package-header-wrap > div {
    text-align: right
}

.single-itinerary-banner .package-header-wrap > div .card__price-amount {
    display: block;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0;
    margin-bottom: 22px
}

.single-itinerary-banner .package-header-wrap > div .card__price-amount span {
    font-size: 12px;
    font-weight: 500
}

.single-itinerary-banner .package-header-wrap > div .share {
    background: #fff;
    color: #008cd0;
    display: inline-block;
    vertical-align: middle;
    height: 47px;
    width: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
    margin-right: 11px
}

.single-itinerary-banner .package-header-wrap > div .share:hover {
    color: #fff;
    background: #203068
}

.single-itinerary-banner .package-header-wrap > div > div {
    justify-content: center
}

.trip-header__meta {
    font-size: 14px
}

.trip-header__meta span .stars-inner {
    font-size: 14px;
    color: #25d366;
    margin-right: 1px;
    display: inline-block
}

.trip-header__meta span #link-review {
    margin-left: 6px
}

.trip-header__meta span #link-review a {
    color: #000;
    font-weight: 500
}

.trip-header__meta span #link-review a:hover {
    color: #203068
}

.package__banner-lists {
    display: grid;
    margin-top: 25px;
    grid-template-columns:repeat(12, 1fr);
    grid-gap: 10px
}

.package__banner-lists div {
    height: 200px;
    grid-column: span 3
}

.package__banner-lists div:first-child {
    grid-column: span 6;
    grid-row: span 2
}

.package__banner-lists div:first-child a {
    display: block;
    height: 410px
}

.package__banner-lists div a {
    height: 100%
}

.package__banner-lists div a img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.package__banner-lists img {
    border-radius: 8px
}

.itinerary__menu {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .0784313725);
    color: rgba(0, 0, 0, .88)
}

.itinerary__menu .nav-lists {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    margin-bottom: 30px;
    list-style-type: none;
    align-items: center;
    max-width: 100%;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.itinerary__menu .nav-lists li {
    display: inline-block;
    list-style: none
}

.itinerary__menu .nav-lists li.active a, .itinerary__menu .nav-lists li:hover a {
    background: #0065b3;
    color: #fff
}

.itinerary__menu .nav-lists li a {
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, .82);
    line-height: 45px;
    padding: 2px 15px;
    border-radius: 0;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    white-space: nowrap
}

.itinerary-content {
    margin-bottom: 40px
}

.section-package-description {
    position: relative
}

.section-package-description .page-content__area::after {
    content: "";
    width: 100%;
    height: 28%;
    z-index: 3;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.88), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.section-package-description .page-content__area.read-full .read-more {
    position: static
}

.section-package-description .page-content__area.read-full:after {
    position: static;
    overflow: inherit;
    background: none
}

.sticky {
    position: sticky;
    top: 100px
}

.itinerary-sidebar {
    border: 1px solid rgba(0, 0, 0, .1294117647);
    padding: 20px 0
}

.itinerary-sidebar .itinerary-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .168627451);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px
}

body.package-sticky .navigation {
    top: -70px
}

.share-this {
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center
}

.tourhero {
    position: relative
}

.tourhero .tourhero-image {
    height: 600px;
    position: relative
}

.tourhero .tourhero-image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 32, 31, 0), #040404);
    z-index: 1
}

.tourhero .tourhero-image img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.tourhero .infobox__container {
    z-index: 2;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    font-size: 20px
}

.tourhero .infobox__container h1 {
    font-size: 60px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif
}

.section__packages:nth-child(even) {
    background: rgba(0, 140, 208, .1411764706)
}

.section__packages .section-title-wrapper {
    margin-bottom: 40px
}

.section__packages .section-title-wrapper .section-title {
    color: #203068
}

.filter__title {
    font-size: 23px;
    text-transform: uppercase;
    margin: 15px 0 10px 0
}

.filter__body {
    margin-bottom: 25px
}

.homeFilter .btn-default {
    font-size: 17px;
    width: 100%
}

.homeFilter .mobile-filter {
    display: none
}

.ec-sidebar-block {
    border-bottom: 1px solid rgba(0, 0, 0, .231372549);
    padding: 15px 0
}

.ec-sidebar-block:first-child {
    padding-top: 0;
    border-bottom: none
}

.ec-sidebar-block h3 {
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-size: 18px;
    color: #203068;
    position: relative;
    cursor: pointer
}

.ec-sidebar-block h3 i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    transition: .3s linear
}

.ec-sidebar-block ul {
    margin: 5px 0 0 0;
    display: none;
    padding: 0;
    list-style-type: none
}

.ec-sidebar-block ul li {
    padding: 7px 0 0 0;
    font-size: 16px;
    cursor: pointer
}

.ec-sidebar-block ul li input {
    margin-right: 6px
}

.ec-sidebar-block.active h3 i {
    transform: rotate(180deg)
}

.filter-count {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.filter-count p {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filter-count p select {
    min-width: 144px;
    margin-left: 10px;
    width: 180px;
    line-height: 1.2
}

.filter-count p strong {
    font-weight: 600;
    color: #203068
}

@media (min-width: 768px) {
    .homeFilter form {
        display: block !important
    }
}

.section-about {
    background: url(../img/about-bg.png)
}

.section-about .grid > div {
    grid-column: span 6
}

.section-about .grid > div img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.section-about .grid > div:first-child {
    height: 740px;
    grid-row: span 3;
    grid-column: span 6
}

.banner-image {
    margin-top: 40px
}

.section-contact {
    background: rgba(1, 77, 101, .07)
}

.section-contact .content-title {
    margin-bottom: 25px
}

.section-contact .content-title h1 {
    display: inline-block;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 900;
    text-transform: uppercase;
    color: #203068;
    line-height: normal;
    margin: 0
}

.section-contact .content-col {
    padding: 40px 0
}

.section-contact .block-hero-contact__content-col .map-frame {
    background: #fff;
    padding: 9px;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.0901960784);
    height: 450px
}

.section-contact .block-hero-contact__content-col .map-frame iframe {
    width: 100%;
    height: 100%
}

.section-contact .block-hero-contact__content-col .contact-detail {
    margin: 0;
    margin-top: 26px;
    padding: 0;
    list-style-type: none
}

.section-contact .block-hero-contact__content-col .contact-detail .social-media {
    margin-top: 12px
}

.section-contact .block-hero-contact__content-col .contact-detail .social-media a {
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1803921569);
    text-align: center;
    color: #203068;
    border-radius: 100%;
    line-height: 35px;
    margin-right: 10px
}

.section-contact .block-hero-contact__content-col .contact-detail .social-media a:hover {
    background: #203068;
    color: #fff
}

.section-contact .block-hero-contact__content-col .contact-detail li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 17px
}

.section-contact .block-hero-contact__content-col .contact-detail li:last-child {
    padding-left: 0
}

.section-contact .block-hero-contact__content-col .contact-detail li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    opacity: .6
}

.section-contact .block-hero-contact__content-col .contact-detail li h4 {
    color: #203068;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
    font-size: 18px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500
}

.section-contact .block-hero-contact__content-col .contact-detail li p {
    font-weight: 400;
    color: #111;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    line-height: 1.6
}

.section-contact .block-hero-contact__content-col .contact-detail li p a {
    font-weight: 500;
    display: inline-block;
    margin-right: 2px;
    color: #000
}

.section-contact .block-hero-contact__content-col .contact-detail li p a:hover {
    color: #008cd0
}

.section-contact .block-hero-contact__content-col .section-heading {
    text-align: left
}

.section-contact .block-hero-contact__content-col .section-heading .heading {
    font-size: 22px;
    font-weight: 800;
    margin: 15px 0 7px 0;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif
}

.section-contact .block-hero-contact__content-col .section-heading span {
    font-size: 17px;
    opacity: .96;
    color: rgba(0, 0, 0, .6784313725);
    font-weight: 600
}

.blogpost__header .col8 {
    border-right: 1px solid rgba(0, 0, 0, .1294117647);
    padding-right: 25px
}

.blogpost__heading h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    color: #203068
}

.blogpost__heading .blogpost__leade {
    margin-top: 4px;
    font-size: 17px;
    font-weight: 600;
    opacity: .66
}

.blogpost__heading .entry-meta {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .168627451);
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    font-size: 14px
}

.blogpost__heading .entry-meta .blogpost__byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.blogpost__heading .entry-meta .blogpost__byline .author {
    margin-left: 8px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600
}

.featured_img {
    margin-top: 20px
}

.featured_img img {
    width: 100%;
    border-radius: 8px
}

.blog_content-area {
    margin-top: 20px
}

.realted__blogs h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #203068;
    font-family: "Dosis", sans-serif
}

.thumbnail-blog {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1294117647)
}

.thumbnail-blog:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.thumbnail-blog a {
    display: flex
}

.thumbnail-blog a img {
    margin-right: 20px;
    flex: 1;
    margin-right: 20px;
    width: 130px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px
}

.thumbnail-blog a .blog-detail {
    flex: 2
}

.thumbnail-blog a .blog-detail h3 {
    color: rgba(0, 0, 0, .7215686275);
    font-weight: 500;
    font-size: 18px
}

.thumbnail-blog a .blog-detail h3 a {
    color: inherit
}

.thumbnail-blog a:hover h3 {
    color: #203068
}

.section-team {
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, .0705882353)
}

.section-team .section-title-wrapper {
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase
}

.section-team .team-member {
    position: relative;
    text-align: center
}

.section-team .team-member .team-member-figure img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 0 8px 0;
    text-align: center
}

.section-team .team-member .team-member-body {
    font-size: 18px
}

.section-team .team-member .team-member-body strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #203068
}

.section-team .team-member .team-member-body p {
    font-size: 15px;
    opacity: .76;
    margin-bottom: 8px
}

.section-team .team-member .team-member-body a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    color: rgba(0, 0, 0, .6117647059);
    border: 1px solid rgba(0, 0, 0, .6117647059);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    line-height: 35px;
    font-size: 15px
}

.section-team .team-member .team-member-body a:hover {
    color: #fff;
    background: #203068
}

@media (max-width: 1130px) {
    .navigation > div.search {
        position: relative;
        width: 221px
    }

    .navigation > div > nav > ul > li > a {
        padding: 16px 12px;
        font-size: 15px
    }
}

.mobile-header {
    display: none
}

@media (max-width: 1040px) {
    .navigation, .site-header {
        display: none
    }

    .mobile-header {
        box-shadow: 10px 5px 32px rgba(0, 0, 0, .0901960784);
        text-align: center;
        padding: 34px 0;
        display: block;
        position: sticky
    }

    .mobile-header .fa.fa-bars {
        font-size: 24px;
        color: #203068
    }

    .mobile-header .logo {
        margin: 0 auto;
        display: inline-block;
        position: absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%)
    }

    .mobile-header .mobile-right a {
        margin-left: 4px
    }

    .mobile-header .mobile-right a img {
        width: 30px;
        display: inline-block
    }
}

@media (max-width: 959px) {
    .single-itinerary-banner .package-header-wrap div .card__price-amount {
        position: absolute;
        right: 0;
        top: 23px
    }
}

@media (max-width: 768px) {
    .section-team .team-member {
        position: relative;
        text-align: center;
        grid-column: span 6
    }

    .tourhero .infobox__container h1 {
        font-size: 45px
    }

    .section-about .grid {
        grid-gap: 22px
    }

    .section-about .grid > div:first-child {
        height: 498px;
        grid-row: span 5;
        grid-column: span 12
    }

    .section-about .grid > div img {
        object-fit: cover
    }

    .homeFilter .mobile-filter {
        background: #203068;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 0;
        cursor: pointer;
        display: block
    }

    .homeFilter .mobile-filter i {
        font-size: 15px;
        margin-left: 4px;
        vertical-align: middle;
        display: inline-block
    }

    .homeFilter form {
        display: none
    }

    .block-hero-contact__content-col {
        grid-column: span 12
    }

    .section-search .col3, .section-search .col9 {
        grid-column: span 12
    }

    .single-itinerary-banner .package-header-wrap div .card__price-amount {
        position: static
    }

    .reselling__section .owl-nav {
        left: inherit;
        width: 100%;
        right: 0;
        text-align: right
    }

    .list-packge-wrapper {
        grid-gap: 20px
    }

    .list-packge-wrapper .package-card, .list-packge-wrapper .blog-card {
        grid-column: span 6
    }

    .t-container {
        padding: 0 22px
    }

    .bg-banner .banner-content-wrapper .banner-content .banner-title {
        font-size: clamp(50px, 4vw, 57px);
        line-height: clamp(6px, 8vw, 85px);
        text-align: left
    }

    .section__about {
        padding: 40px 0
    }

    .section__about .about-banner img {
        border-radius: 10px;
        width: 100%
    }

    .section__about .grid {
        grid-gap: 25px
    }

    .section__about .grid .col6 {
        grid-column: span 12
    }

    .section__about .grid .col6:last-child {
        order: -1
    }

    .site-footer .request__quote {
        text-align: center;
        padding-bottom: 30px
    }

    .site-footer .request__quote .btn-default {
        margin: 0 auto
    }

    .site-footer .footerlinks__wrap .grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .single-itinerary-banner .package-header {
        padding: 10px 0 0 0
    }

    .single-itinerary-banner .package-header h1 {
        font-size: 35px;
        font-weight: 700;
        width: 100%;
        text-align: center
    }

    .single-itinerary-banner .package-header-wrap > div {
        text-align: center;
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .single-itinerary-banner .package-header-wrap > div .card__price-amount {
        margin-bottom: 0
    }

    .package__banner-lists div {
        grid-column: span 6
    }

    .package__banner-lists div:first-child {
        grid-column: span 6;
        grid-row: span 2
    }

    .itinerary-content .col8 {
        grid-column: span 12;
        order: 2
    }

    .itinerary-content .col4 {
        grid-column: span 12;
        order: 1
    }
}

@media (max-width: 600px) {
    .p-tb {
        padding: 30px 0
    }

    .section-about .grid {
        grid-gap: 22px
    }

    .section-about .grid > div:first-child {
        height: 400px;
        grid-row: span 5;
        grid-column: span 12
    }
}

@media (max-width: 480px) {
    .section-team .team-member {
        position: relative;
        text-align: center;
        grid-column: span 12
    }

    .section-about .grid {
        grid-gap: 18px
    }

    .section-about .grid > div {
        grid-column: span 12
    }

    .section-about .grid > div:first-child {
        height: 400px;
        grid-row: span 5;
        grid-column: span 12
    }

    .accordion-list {
        margin-bottom: 10px;
        padding: 15px 20px 15px 20px
    }

    .accordion-list .accordion-title-wrap {
        display: block
    }

    .accordion-list .accordion-title-wrap .accordion-title {
        font-size: 20px
    }

    .single-itinerary-banner .package-header {
        padding: 10px 0 0 0
    }

    .single-itinerary-banner .package-header h1 {
        font-size: 28px;
        text-align: left
    }

    .single-itinerary-banner .package-header-wrap > div {
        margin-top: 0;
        text-align: left;
        display: block
    }

    .single-itinerary-banner .package-header-wrap > div .card__price-amount {
        margin-bottom: 23px;
        font-size: 25px;
        margin-top: 12px
    }

    .single-itinerary-banner .package-header-wrap > div > div {
        justify-content: flex-start
    }

    .site-footer .request__quote {
        text-align: center;
        padding-bottom: 30px
    }

    .site-footer .request__quote .btn-default {
        margin: 0 auto
    }

    .site-footer .footerlinks__wrap .footer-heading {
        font-size: 18px;
        margin: 0 0 3px 0
    }

    .site-footer .footerlinks__wrap .grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .site-footer .middle-footer .footer-logo {
        flex: 5;
        margin-right: 20px
    }

    .filter__section .filter-wrap {
        padding: 30px
    }

    .list-packge-wrapper .package-card, .list-packge-wrapper .blog-card {
        grid-column: span 12
    }

    .p-tb {
        padding: 30px 0
    }

    .section-title-wrapper .section-title {
        font-size: 40px;
        margin-bottom: 16px
    }

    .mobile-header {
        padding: 34px 0 20px 0
    }

    .mobile-header .logo img {
        width: 120px
    }

    .mobile-header .mobile-right a {
        margin-left: 6px
    }

    .bg-banner .banner-content-wrapper .banner-content {
        padding-bottom: 30px
    }

    .bg-banner .banner-content-wrapper .banner-content .banner-title {
        font-size: clamp(33px, 3vw, 53px);
        line-height: clamp(10px, 8vw, 85px)
    }

    .single-slide {
        height: 620px
    }

    .section__about {
        padding: 30px 0
    }

    .section__about .grid {
        grid-gap: 15px
    }
}

@media (max-width: 375px) {
    .t-container {
        padding: 0 20px
    }

    .section-title-wrapper .section-title {
        font-size: 33px;
        margin-bottom: 20px
    }
}
