@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css";

body {
    font-size: 100%;
    font-family: "Poppins", 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: "Poppins", sans-serif
}

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

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

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

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

.text-center {
    text-align: center
}

.flex {
    display: flex
}

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

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

select {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    font-family: "SFProDisplay-SemiBold";
    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
}

@font-face {
    font-family: "SFProDisplay-Regular";
    src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "SFProDisplay-Semibold";
    src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "SFProDisplay-Light";
    src: url("../fonts/SFProDisplay-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "SFProDisplay-Bold";
    src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "SFProDisplay-Medium";
    src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal
}

.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
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none
    }
}

.booking__list {
    margin-top: 25px
}

.header-main {
    width: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1098039216);
    position: sticky;
    z-index: 3;
    top: 0
}

.header-main .t-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header-main .logo {
    padding: 6px 0
}

.header-main .logo img {
    max-width: 150px;
    padding: 4px 0
}

.header-main .navigation {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    margin: 0 auto
}

.header-main .navigation > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-self: stretch;
    height: 100%
}

.header-main .navigation > ul > li {
    vertical-align: middle;
    display: flex;
    align-items: center;
    line-height: 2
}

.header-main .navigation > ul > li > i {
    font-size: 10px;
    margin-left: 6px;
    display: inline-block
}

.header-main .navigation > ul > li:hover i {
    color: #0274cb
}

.header-main .navigation > ul > li:hover > .megamenu-wrapper {
    opacity: 1;
    visibility: inherit;
    transition: .3s linear;
    top: 100%
}

.header-main .navigation > ul > li:hover a {
    color: #0274cb;
    transition: .3s linear color
}

.header-main .navigation > ul > li:hover a:before {
    width: 100%;
    transition: .3s linear width
}

.header-main .navigation > ul > li.dropdown {
    position: relative
}

.header-main .navigation > ul > li.dropdown ul {
    position: absolute;
    box-shadow: 0px 5px 23px rgba(0, 0, 0, .3411764706);
    top: 130%;
    left: 0;
    width: 100%;
    background: #fff;
    list-style-type: none;
    width: 280px;
    padding: 10px 0 0 0;
    z-index: 2;
    margin: 0;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear
}

.header-main .navigation > ul > li.dropdown ul > li {
    border-top: 1px solid rgba(0, 0, 0, .0588235294);
    padding: 6px 20px 6px 20px
}

.header-main .navigation > ul > li.dropdown ul > li:first-child {
    padding-top: 0;
    border-top: none
}

.header-main .navigation > ul > li.dropdown ul > li > a {
    color: #38404f;
    font-family: "SFProDisplay-SemiBold";
    font-size: 15px;
    position: relative;
    display: inline-block
}

.header-main .navigation > ul > li.dropdown ul > li:hover > a {
    color: #0274cb
}

.header-main .navigation > ul > li.dropdown:hover ul {
    opacity: 1;
    visibility: inherit;
    transition: .3s linear;
    top: 100%
}

.header-main .navigation > ul > li .megamenu-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    position: absolute;
    z-index: 2;
    top: 130%;
    width: 100%;
    box-shadow: 0px 5px 23px rgba(0, 0, 0, .3411764706);
    left: 0;
    background: #fff;
    padding: 30px;
    padding-right: 10px;
    border-radius: 0 0 10px 10px
}

.header-main .navigation > ul > li .megamenu-wrapper .destination-wrapper {
    margin-top: 20px
}

.header-main .navigation > ul > li .megamenu-wrapper .destination-wrapper .overlay-card .c-card__text .c-card__title {
    font-size: 20px
}

.header-main .navigation > ul > li .megamenu-wrapper .destination-wrapper .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, .3411764706)
}

.header-main .navigation > ul > li .megamenu-wrapper .destination-wrapper .slick-arrow.next-arrow {
    right: 20px
}

.header-main .navigation > ul > li .megamenu-wrapper .destination-wrapper .slick-arrow:hover {
    border-color: rgba(0, 0, 0, 0)
}

.header-main .navigation > ul > li .megamenu-wrapper .destination-wrapper .slick-arrow:hover i {
    color: #fff
}

.header-main .navigation > ul > li .megamenu-wrapper .megamenu-title {
    color: #0274cb;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 300
}

.header-main .navigation > ul > li .megamenu-wrapper .megamenu-title strong {
    font-weight: 700
}

.header-main .navigation > ul > li .megamenu-wrapper .overlay-card > a {
    height: 200px
}

.header-main .navigation > ul > li:not(:first-child) {
    margin-left: 25px
}

.header-main .navigation > ul > li > a {
    color: #38404f;
    font-family: "SFProDisplay-Semibold";
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
    font-size: 16.2px
}

.header-main .navigation > ul > li > a:before {
    width: 0%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    transition: .3s linear width;
    left: 0;
    background: #0274cb
}

.header-main .button {
    display: inline-block;
    background: #0274cb;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-family: "SFProDisplay-Semibold";
    font-size: 16px;
    position: relative;
    overflow: hidden
}

.header-main .button span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.header-main .button i {
    margin-left: 12px;
    transition: .2s ease-in-out
}

.header-main .button:after {
    content: "";
    display: block !important;
    background-color: #f8ac35;
    opacity: 1;
    width: 100%;
    height: 168px;
    border-radius: 500%;
    position: absolute;
    bottom: -40px;
    -webkit-transform: scale(1.4) translateY(85%) translateZ(0);
    transform: scale(1.4) translateY(85%) translateZ(0);
    transition: all 1500ms ease;
    margin-left: inherit !important
}

.header-main .button:active, .header-main .button:focus {
    outline: none
}

.header-main .button:hover:after {
    -webkit-transform: scale(1.8) translateY(0) translateZ(0);
    transform: scale(1.8) translateY(0) translateZ(0)
}

.header-main .button:hover i {
    transition: .2s ease-in-out
}

.header-main .button i {
    transition: right 1s ease
}

.header-main .button:hover i {
    transition: right 1s ease;
    position: relative;
    right: -5px
}

.hamburger, .filter-search {
    border: none;
    padding: 0;
    cursor: pointer;
    background: none;
    margin-left: auto;
    margin-right: 21px;
    display: none
}

.mbl-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 4;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 350px;
    box-shadow: rgba(34, 96, 191, .24) 0 0 48px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    padding-top: 50px
}

.mbl-sidebar .collpse-sidemenu {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 28px;
    transform: rotate(45deg);
    cursor: pointer
}

.mbl-sidebar > div {
    height: 100vh
}

.mbl-sidebar > div .footer-btn {
    position: relative;
    bottom: 20px
}

.mbl-sidebar > div .footer-btn a {
    width: 100%;
    text-align: center;
    justify-content: center
}

.mbl-sidebar > div .footer-btn a span {
    justify-content: center
}

.mbl-sidebar > div > .navigation {
    overflow: auto;
    height: calc(100vh - 100px)
}

.mbl-sidebar > div > .navigation > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%
}

.mbl-sidebar > div > .navigation > ul > li {
    padding: 8px 0;
    position: relative
}

.mbl-sidebar > div > .navigation > ul > li.dropdown-active > ul {
    display: block
}

.mbl-sidebar > div > .navigation > ul > li.dropdown-active i {
    cursor: pointer;
    transform: rotate(180deg)
}

.mbl-sidebar > div > .navigation > ul > li > ul {
    left: 0;
    width: 100%;
    background: #f1f1f1;
    list-style-type: none;
    padding: 10px 0 0 0;
    z-index: 2;
    margin: 0;
    transition: .3s linear;
    margin-top: 20px;
    display: none
}

.mbl-sidebar > div > .navigation > ul > li > ul > li {
    border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
    padding: 6px 20px 6px 20px
}

.mbl-sidebar > div > .navigation > ul > li > ul > li:first-child {
    border-top: none;
    padding-top: 0
}

.mbl-sidebar > div > .navigation > ul > li > ul > li > a {
    color: #38404f;
    font-family: "SFProDisplay-SemiBold";
    font-size: 15px;
    position: relative;
    display: inline-block
}

.mbl-sidebar > div > .navigation > ul > li > ul > li:hover {
    color: #f8ac35
}

.mbl-sidebar > div > .navigation > ul > li > i {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px
}

.mbl-sidebar > div > .navigation > ul > li:first-child {
    padding-top: 0
}

.mbl-sidebar > div > .navigation > ul > li > a {
    color: #38404f;
    font-family: "SFProDisplay-Semibold";
    display: inline-block;
    font-size: 17px;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    line-height: 1;
    flex: 2
}

.mbl-sidebar > div > .navigation > ul > li:hover > a {
    color: #0274cb
}

.footer-row {
    position: relative;
    background: rgba(2, 116, 203, .05)
}

.footer-row .col8 {
    padding: 30px 0
}

.footer-row .footer-contact-info {
    border-right: 1px solid rgba(0, 0, 0, .08);
    padding: 30px 0
}

.footer-row .footer-logo img {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2705882353);
    border-radius: 5px;
    padding: 12px;
    background: #fff
}

.footer-row .footer-heading {
    color: #0274cb;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 10px 0;
    position: relative
}

.footer-row address {
    font-style: normal;
    line-height: inherit
}

.footer-row .social-links, .footer-row .social-box {
    margin: 10px 0 0 0
}

.footer-row .social-links a, .footer-row .social-box a {
    background-color: #0274cb;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 4px;
    width: 32px;
    color: #fff !important;
    font-size: 14px
}

.footer-row .social-links a:hover, .footer-row .social-box a:hover {
    background: #f8ac35
}

.footer-row .social-links ul li, .footer-row .social-box ul li {
    display: inline-block
}

.footer-row .payment-logo li {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-bottom: 6px
}

.footer-row .footer-col img {
    width: 190px
}

.footer-row .footer-col strong {
    font-size: 15px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: "SFProDisplay-Regular"
}

.footer-row .footer-col p {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 35px;
    color: #111;
    font-size: 17px;
    font-family: "SFProDisplay-Regular";
    line-height: 1.4;
    letter-spacing: 0
}

.footer-row .footer-col p a {
    font-size: 16px;
    color: #000
}

.footer-row .footer-col p a:hover {
    color: #0274cb
}

.footer-row .footer-col p i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    color: #f8ac35
}

.footer-row .footer-col ul {
    margin: 0 0 22px 0;
    padding: 0;
    list-style: none
}

.footer-row .footer-col ul.payment-logo li img {
    width: 50px;
    background: #fff;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.footer-row .footer-col ul li a {
    color: #111;
    font-weight: 300;
    display: inline-block;
    padding: 8px 0;
    font-family: "SFProDisplay-Regular";
    font-size: 16px
}

.footer-row .footer-col ul li a:hover {
    color: #0274cb
}

.footer-row-last {
    text-align: center;
    padding: 10px 0 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
    font-size: 14px;
    opacity: .96
}

.btn {
    display: inline-block;
    background: #0274cb;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-family: "SFProDisplay-Semibold";
    font-size: 16px;
    position: relative;
    overflow: hidden;
    border: none
}

.btn span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.btn i {
    margin-left: 12px;
    transition: .2s ease-in-out
}

.btn:after {
    content: "";
    display: block !important;
    background-color: #f8ac35;
    opacity: 1;
    width: 100%;
    height: 168px;
    border-radius: 500%;
    position: absolute;
    bottom: -40px;
    -webkit-transform: scale(1.4) translateY(85%) translateZ(0);
    transform: scale(1.4) translateY(85%) translateZ(0);
    transition: all 1500ms ease;
    margin-left: inherit !important
}

.btn:active, .btn:focus {
    outline: none
}

.btn:hover:after {
    -webkit-transform: scale(1.8) translateY(0) translateZ(0);
    transform: scale(1.8) translateY(0) translateZ(0)
}

.btn:hover i {
    transition: .2s ease-in-out
}

.btn-outline {
    display: inline-block;
    background: #0274cb;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-family: "SFProDisplay-Semibold";
    font-size: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid #0274cb;
    color: #0274cb;
    background: none
}

.btn-outline span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.btn-outline i {
    margin-left: 12px;
    transition: .2s ease-in-out
}

.btn-outline:after {
    content: "";
    display: block !important;
    background-color: #f8ac35;
    opacity: 1;
    width: 100%;
    height: 168px;
    border-radius: 500%;
    position: absolute;
    bottom: -40px;
    -webkit-transform: scale(1.4) translateY(85%) translateZ(0);
    transform: scale(1.4) translateY(85%) translateZ(0);
    transition: all 1500ms ease;
    margin-left: inherit !important
}

.btn-outline:active, .btn-outline:focus {
    outline: none
}

.btn-outline:hover:after {
    -webkit-transform: scale(1.8) translateY(0) translateZ(0);
    transform: scale(1.8) translateY(0) translateZ(0)
}

.btn-outline:hover i {
    transition: .2s ease-in-out
}

.btn-outline:hover {
    color: #fff;
    border: #f8ac35 1px solid;
    transition: color 1s ease, border 1s ease
}

.plan-holiday {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(182, 193, 201, .25);
    padding-bottom: 30px;
    border-radius: 10px
}

.plan-holiday figure {
    margin: 0;
    height: 180px
}

.plan-holiday figure img {
    transform: translateX(-28px);
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.plan-holiday .banner-plan {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.plan-holiday .plans strong {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #38404f
}

.plan-holiday .plans > p {
    font-size: 17px;
    line-height: 25px;
    color: rgba(4, 4, 4, .5607843137);
    width: 100%;
    font-family: "SFProDisplay-Regular";
    padding-top: 0;
    margin: 0
}

.plan-holiday .plans > p i {
    margin-right: 5px;
    font-size: 14px;
    opacity: .7
}

.plan-holiday .more {
    color: #38404f;
    font-size: 12px;
    border-radius: 100%;
    height: 28px;
    line-height: 27px;
    width: 28px;
    text-align: center;
    border: 1px solid #38404f;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear
}

.plan-holiday:hover {
    cursor: pointer
}

.plan-holiday:hover .more {
    opacity: 1;
    visibility: visible;
    background: #f8ac35;
    color: #fff;
    transition: .3s linear opacity;
    border-color: #f8ac35
}

.main-heading h2 {
    font-size: clamp(25px, 4vw, 52px);
    line-height: clamp(22px, 4vw, 60px);
    color: #0274cb;
    font-weight: 200;
    letter-spacing: -1px
}

.main-heading h2 strong {
    color: #f8ac35;
    font-weight: 700
}

.main-heading p {
    font-size: clamp(15px, 3vw, 17px);
    line-height: clamp(20px, 4vw, 22px);
    color: #38404f;
    padding-top: 10px
}

.main-heading p a {
    font-size: 20px;
    line-height: 47px;
    font-weight: 700;
    color: #2c2d67
}

.main-heading p a i {
    color: #f8ac35;
    vertical-align: middle;
    font-weight: 700;
    font-size: 25px;
    padding-left: 4px
}

.main-heading.text-white h2, .main-heading.text-white p {
    color: #fff
}

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

.overlay-card > a {
    height: 400px;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 100%;
    overflow: hidden
}

.overlay-card .c-card__media {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

.overlay-card .c-card__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-end;
    color: #fff;
    border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6509803922), transparent 80%)
}

.overlay-card .c-card__text span {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    font-family: "SFProDisplay-SemiBold";
    padding-top: 3px;
    display: inline-block;
    margin: 0
}

.overlay-card .c-card__text span svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.overlay-card .c-card__text span svg circle, .overlay-card .c-card__text span svg rect, .overlay-card .c-card__text span svg path {
    stroke: #fff;
    stroke-width: 2px
}

.overlay-card .c-card__text .c-card__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "SFProDisplay-SemiBold"
}

.single-trip-box {
    background-color: #fff;
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(0, 0, 0, .08) 0 0 24px
}

.single-trip-box .img-wrapper {
    position: relative;
    height: 300px;
    background: #000;
    border-radius: 5px 5px 0 0
}

.single-trip-box .package-price {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-weight: 600;
    font-size: 15px;
    font-family: "SFProDisplay-Semibold";
    text-align: center;
    color: #111;
    font-style: normal;
    background: #f0b950;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    z-index: 2
}

.single-trip-box .package-duration {
    position: absolute;
    top: 25px;
    left: 25px;
    font-family: "SFProDisplay-Semibold";
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7607843137)
}

.single-trip-box .package-duration i {
    margin-right: 2px
}

.single-trip-box .package-duration i svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.single-trip-box .package-duration i svg circle, .single-trip-box .package-duration i svg rect, .single-trip-box .package-duration i svg path {
    stroke: #fff;
    stroke-width: 2px
}

.single-trip-box .img-wrapper {
    position: relative;
    height: 300px;
    border-radius: 10px 10px 0 0
}

.single-trip-box .img-wrapper img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .8
}

.single-trip-box .text-wrapper .trip-info {
    font-size: 18px;
    line-height: 25px;
    color: #696978;
    padding: 20px 28px 20px 28px;
    font-weight: 500
}

.single-trip-box .text-wrapper .trip-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.single-trip-box .text-wrapper .trip-info h3 a {
    text-decoration: none;
    color: #111
}

.single-trip-box .text-wrapper .trip-info p {
    margin: 10px 0 0;
    color: rgba(4, 3, 3, .7294117647);
    font-size: 16px;
    font-family: "SFProDisplay-Regular";
    line-height: 1.6
}

.single-trip-box .text-wrapper footer {
    padding: 15px 28px 15px 28px;
    border-top: 1px solid rgba(0, 0, 0, .0588235294)
}

.single-trip-box .text-wrapper footer .text-anchor {
    text-transform: capitalize;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #0274cb;
    font-family: "SFProDisplay-SemiBold";
    letter-spacing: .3px
}

.single-trip-box .text-wrapper footer .text-anchor svg {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle
}

.single-trip-box .text-wrapper footer .text-anchor svg polyline {
    stroke: #0274cb
}

.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-stars svg {
    width: 20px;
    height: 20px;
    margin: 3px -5px 0 0
}

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

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

.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-tripadvisor__author {
    font-weight: 600;
    font-size: 17px;
    color: #111;
    font-family: "SFProDisplay-Semibold"
}

.scale a {
    overflow: hidden
}

.scale a img {
    transition: .3s linear
}

.scale a:hover img {
    transition: .3s linear;
    transform: scale(1.1)
}

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

.rank-math-breadcrumb .last {
    color: #0274cb;
    opacity: 1
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
    font-family: "SFProDisplay-Regular";
    font-size: 13px
}

.rank-math-breadcrumb p a {
    color: #111;
    opacity: .75
}

.rank-math-breadcrumb p a:hover {
    color: #0274cb;
    opacity: 1
}

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

.itinerary-heading {
    font-family: "SFProDisplay-SemiBold";
    font-size: 28px !important;
    margin: 0 0 20px 0 !important;
    color: #0274cb !important
}

.page-content__area, .page-content__area p {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    font-family: "SFProDisplay-Regular"
}

.page-content__area:not(:last-child), .page-content__area p:not(:last-child) {
    margin: 0px 0 12px 0
}

.page-content__area iframe, .page-content__area p iframe {
    width: 100%;
    margin: 20px 0;
    border-radius: 10px
}

.page-content__area ol, .page-content__area ul, .page-content__area p ol, .page-content__area p ul {
    padding-top: 16px;
    margin: 0 0 20px 0;
    padding-left: 30px;
    padding-top: 0
}

.page-content__area ol li, .page-content__area ul li, .page-content__area p ol li, .page-content__area p ul li {
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500
}

.page-content__area ol li:last-child, .page-content__area ul li:last-child, .page-content__area p ol li:last-child, .page-content__area p ul li:last-child {
    margin-bottom: 0
}

.page-content__area ol li p, .page-content__area ul li p, .page-content__area p ol li p, .page-content__area p ul li p {
    line-height: inherit;
    font-weight: 500
}

.page-content__area h1, .page-content__area h2, .page-content__area h3, .page-content__area h4, .page-content__area h5, .page-content__area h6, .page-content__area p h1, .page-content__area p h2, .page-content__area p h3, .page-content__area p h4, .page-content__area p h5, .page-content__area p h6 {
    margin: 0px 0 20px 0;
    color: #000;
    font-weight: 500;
    line-height: 1.25
}

.page-content__area h1, .page-content__area p h1 {
    font-size: 38px
}

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

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

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

.page-content__area h5, .page-content__area p h5 {
    font-size: 18px
}

.page-content__area h6, .page-content__area p h6 {
    font-size: 15px
}

.review__item-text {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.review__item-text .review-tripadvisor__comment {
    font-size: 14.3px;
    color: #000;
    line-height: 1.6;
    font-family: "SFProDisplay-Regular"
}

.review__item-text .review-tripadvisor__comment p {
    margin: 6px 0 0 0;
    font-size: 16px;
    opacity: .85
}

.review__item-text .review-tripadvisor__comment .review__item-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.35;
    font-family: "SFProDisplay-SemiBold"
}

.review__item-text .review-tripadvisor__comment a {
    color: inherit
}

.review__item-text .review__item-user {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.review__item-text .review__item-user .review-date {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    opacity: .85
}

.review__item-text .review__item-user span {
    margin-right: 5px
}

.review__item-text .review__item-user span i {
    color: #f8ac35;
    font-size: 14px;
    font-weight: 600
}

.review__item-text .review__item-user .review__item-author {
    color: #000;
    letter-spacing: 0;
    font-size: 13px;
    margin-bottom: 1px
}

.review__item-text .review__item-user img {
    width: 45px !important;
    height: 45px;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 100%
}

.form-group {
    flex: 50%;
    padding: 0 0 0 15px
}

.form-group:not(:last-child) {
    margin-bottom: 20px
}

.form-group.message-area {
    flex: 100% !important;
    padding-right: 0
}

.form-group label {
    font-size: 14px;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 15px;
    display: block;
    font-family: "SFProDisplay-SemiBold"
}

.form-group label strong {
    color: #a81f00;
    font-size: 13px
}

.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    height: 47px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-family: "SFProDisplay-Regular";
    border: solid 1px rgba(0, 0, 0, .14);
    background-color: #f0f0f0;
    padding: 8px 10px 8px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    background: #fff;
    outline: none;
    border: 1px solid #0274cb
}

.form-group textarea {
    height: 200px;
    padding-top: 10px
}

.banner {
    padding: clamp(25px, 5vw, 80px) 0;
    background: linear-gradient(180deg, rgba(255, 231, 213, 0.38) 25%, rgba(76, 188, 237, 0.08) 75%)
}

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

.banner .banner-content h1 strong {
    color: #f8ac35;
    font-weight: 700
}

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

.banner .banner-content .slider-wrap {
    margin-top: 25px
}

.banner .banner-content .slider-wrap .slick-slide {
    margin: 15px 29px
}

.banner .banner-content .slick-arrow {
    position: absolute;
    bottom: -45px;
    color: #f8ac35;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all .4s ease-in;
    border: 1px solid rgba(6, 6, 6, .0901960784);
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px
}

.banner .banner-content .slick-arrow:hover {
    background: #f8ac35;
    color: #fff;
    transition: all .4s ease-in
}

.banner .banner-content .prev-arrow {
    left: 28px
}

.banner .banner-content .next-arrow {
    left: 80px
}

.banner .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 15px 0 0 0
}

.banner .slick-dots li {
    cursor: pointer
}

.banner .slick-dots li button {
    background: none;
    font-size: 0;
    border: 1px solid rgba(0, 0, 0, .231372549);
    margin-right: 6px;
    width: 20px;
    height: 1px;
    outline: none;
    cursor: pointer
}

.banner .slick-dots li.slick-active button {
    border-color: #0274cb
}

.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 h1 {
    color: #fff;
    font-size: clamp(20px, 4vw, 80px);
    line-height: clamp(4px, 5vw, 85px);
    text-align: left;
    font-weight: 200;
    letter-spacing: -3px
}

.bg-banner .banner-content-wrapper .banner-content h1 strong {
    color: #f8ac35;
    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: #f8ac35;
    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
}

.homeFilter {
    box-shadow: 12px 5px 14px rgba(0, 0, 0, .3);
    background-color: #fff;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4
}

.filter {
    padding: 20px 0 20px 0;
    margin-bottom: 0;
    z-index: 9
}

.filter form {
    display: flex;
    justify-content: space-between
}

.filter form .filter__body {
    width: 100%
}

.filter .filter__items {
    display: flex;
    align-items: center;
    justify-content: center
}

.filter .filter__items .filter__title {
    margin-bottom: 0;
    margin-right: 25px;
    font-size: 22px;
    line-height: 25px;
    color: #0274cb;
    width: 100%;
    padding-top: 0;
    font-weight: 800;
    flex: 1;
    max-width: 180px;
    text-transform: capitalize;
    font-family: "SFProDisplay-Bold";
    text-transform: uppercase;
    letter-spacing: 1px
}

.filter .filter__items .filter__title .collapse {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 28px;
    transform: rotate(45deg);
    background: none;
    cursor: pointer;
    color: #000;
    border: none;
    display: none
}

.filter .filter__items > div {
    margin: 0 5px;
    display: block !important
}

.filter .filter__items > div input, .filter .filter__items > div select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1607843137);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    font-family: "SFProDisplay-SemiBold"
}

.filter .filter__items > div select {
    cursor: pointer
}

.filter .filter__items > div input {
    outline: 0;
    height: 51px;
    width: 100%;
    padding: 0 12px
}

.filter .filter__items > div button {
    display: inline-block;
    background: #0274cb;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-family: "SFProDisplay-Semibold";
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background: #f8ac35;
    border: none
}

.filter .filter__items > div button span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.filter .filter__items > div button i {
    margin-left: 12px;
    transition: .2s ease-in-out
}

.filter .filter__items > div button:after {
    content: "";
    display: block !important;
    background-color: #f8ac35;
    opacity: 1;
    width: 100%;
    height: 168px;
    border-radius: 500%;
    position: absolute;
    bottom: -40px;
    -webkit-transform: scale(1.4) translateY(85%) translateZ(0);
    transform: scale(1.4) translateY(85%) translateZ(0);
    transition: all 1500ms ease;
    margin-left: inherit !important
}

.filter .filter__items > div button:active, .filter .filter__items > div button:focus {
    outline: none
}

.filter .filter__items > div button:hover:after {
    -webkit-transform: scale(1.8) translateY(0) translateZ(0);
    transform: scale(1.8) translateY(0) translateZ(0)
}

.filter .filter__items > div button:hover i {
    transition: .2s ease-in-out
}

.trend-listing {
    padding-top: 20px
}

.trend-listing .pills-tab {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.trend-listing .pills-tab li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #38404f;
    cursor: pointer;
    color: #38404f;
    padding: 4px 20px;
    border-radius: 60px;
    border: 1px solid #d9d9e8;
    margin-right: 15px;
    margin-bottom: 13px
}

.trend-listing .pills-tab li:hover {
    color: #f8ac35;
    border-color: #f8ac35
}

.trend-listing .pills-tab li:hover::before {
    width: 100%;
    transition: .32s width ease-in
}

.trend-listing .pills-tab li:hover:last-child {
    margin-right: 0
}

.trend-listing .pills-tab li.active {
    color: #f8ac35;
    border-color: #f8ac35
}

.list-package-wrapper .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn .5s ease 1 forwards
}

.list-package-wrapper .tab-content.active {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    grid-gap: 20px
}

.list-package-wrapper .tab-content .overlay-card {
    grid-column: span 3
}

.list-package-wrapper .tab-content .overlay-card a {
    height: 360px
}

.list-package-wrapper .tab-content .overlay-card a .c-card__text {
    padding: 20px 25px
}

.list-package-wrapper .tab-content .overlay-card a .c-card__text span {
    font-size: 14px;
    line-height: 25px;
    opacity: .75;
    font-family: "SFProDisplay-SemiBold";
    padding-top: 4px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.list-package-wrapper .tab-content .overlay-card a .c-card__title {
    font-size: 21px;
    line-height: 1.1;
    font-family: "SFProDisplay-Semibold"
}

.list-package-wrapper .tab-content .overlay-card:first-child, .list-package-wrapper .tab-content .overlay-card:last-child {
    grid-column: span 6
}

.list-package-wrapper .tab-content .overlay-card:first-child {
    grid-row: span 1
}

.destination-wrapper {
    margin-top: 30px
}

.destination-wrapper .slick-slide {
    margin: 0 22px 0 0
}

.destination-wrapper .overlay-card .c-card__text .c-card__title {
    font-size: 25px;
    font-family: "SFProDisplay-Regular";
    text-align: center;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase
}

.destination-wrapper .slick-arrow {
    position: absolute;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: -25%;
    transition: all .4s ease-in;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1
}

.destination-wrapper .slick-arrow:hover {
    background: #f8ac35;
    color: #fff;
    transition: all .4s ease-in
}

.destination-wrapper .slick-arrow.prev-arrow {
    right: 60px
}

.destination-wrapper .slick-arrow.next-arrow {
    right: 0
}

.bg-blue {
    background: #000
}

.destination-package {
    position: relative
}

.destination-package > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3
}

.destination-package .t-container {
    position: relative;
    z-index: 1
}

.intresting-package .pills-tab {
    border-bottom: none
}

.intresting-package .pills-tab li {
    color: #38404f;
    padding: 8px 30px;
    border-radius: 60px;
    border: 1px solid #d9d9e8;
    margin-right: 5px
}

.intresting-package .pills-tab li.active {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #f8ac35;
    color: #f8ac35;
    font-weight: 600
}

.intresting-package .pills-tab li:hover {
    border-color: #f8ac35
}

.intresting-package .pills-tab li:before {
    background: none
}

.intresting-package .package-grid {
    grid-gap: 25px
}

.package-grid {
    margin-top: 35px
}

.travellers-review {
    background: #f1f1f1 url(../img/bg-pattern-black.png);
    position: relative
}

.reviewCard-wrapper, .reviewCard-row-wrapper {
    margin-top: 30px
}

.reviewCard-wrapper .slick-track, .reviewCard-row-wrapper .slick-track {
    display: flex
}

.reviewCard-wrapper .slick-track .slick-slide, .reviewCard-row-wrapper .slick-track .slick-slide {
    margin: 0 12px;
    height: inherit;
    display: flex !important;
    justify-content: center
}

.reviewCard-wrapper .slick-track .slick-slide .review-card, .reviewCard-row-wrapper .slick-track .slick-slide .review-card {
    height: 100%
}

.reviewCard-wrapper .slick-dots, .reviewCard-row-wrapper .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 15px 0 0 0
}

.reviewCard-wrapper .slick-dots li, .reviewCard-row-wrapper .slick-dots li {
    cursor: pointer
}

.reviewCard-wrapper .slick-dots li button, .reviewCard-row-wrapper .slick-dots li button {
    background: none;
    font-size: 0;
    border: 1px solid rgba(0, 0, 0, .231372549);
    margin-right: 6px;
    width: 20px;
    height: 1px;
    outline: none;
    cursor: pointer
}

.reviewCard-wrapper .slick-dots li.slick-active button, .reviewCard-row-wrapper .slick-dots li.slick-active button {
    border-color: #0274cb
}

.newsletter__section {
    position: relative
}

.newsletter__section > img {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
    opacity: .2
}

.newsletter__section .t-container {
    position: relative;
    z-index: 1
}

.newsletter__section .newslettersectionform {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.newsletter__section .newslettersectionform .newslettersectionform--content {
    flex: 2;
    margin-right: 100px
}

.newsletter__section .newslettersectionform .newslettersectionform--icon {
    margin-bottom: 20px
}

.newsletter__section .newslettersectionform .newslettersectionform--icon img {
    filter: brightness(0) invert(1);
    width: 90px
}

.newsletter__section .newslettersectionform h2 {
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 300;
    line-height: 55px;
    margin-bottom: 5px;
    color: #fff
}

.newsletter__section .newslettersectionform h2 strong {
    font-weight: 700;
    color: #f8ac35
}

.newsletter__section .newslettersectionform p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    padding: 0px 0px 0 0;
    opacity: 1;
    font-family: "SFProDisplay-SemiBold";
    font-weight: 500
}

.newsletter__section .newslettersectionform a {
    flex: 1;
    display: flex;
    justify-content: center
}

.newsletter__section .newslettersectionform a span {
    justify-content: center
}

.tourhero {
    background-color: #000;
    position: relative;
    z-index: 1;
    padding: 0
}

.tourhero .infobox__container {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: calc(100vh - 240px);
    padding-bottom: 50px
}

.tourhero .infobox__container .t-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.tourhero .infobox__container .t-container .infobox__title {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px
}

.tourhero .infobox__container .t-container p {
    font-size: 17px;
    letter-spacing: 0;
    margin: 0;
    font-family: "SFProDisplay-Regular"
}

.tourhero .tourhero-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.tourhero .tourhero-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0) 40%, rgba(15, 14, 14, 0) 50%, rgba(0, 0, 0, 0.7) 85%)
}

.itinerary__menu {
    position: sticky;
    top: 0;
    background-color: #f0f0f0;
    color: rgba(0, 0, 0, .88);
    display: none
}

.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: 14px;
    color: rgba(0, 0, 0, .82);
    line-height: 45px;
    padding: 4px 14px;
    border-radius: 0;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    white-space: nowrap
}

.trip-header {
    padding: 40px 0 0 0;
    transition: top 1s ease
}

.trip-header .trip-header__title {
    font-size: 50px;
    font-family: "SFProDisplay-Bold"
}

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

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

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

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

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

.itinerary-banner {
    margin-top: 25px;
    margin-bottom: 60px
}

.itinerary-banner .grid {
    grid-gap: 30px
}

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

.trip-price__card > div, .trip-price__card .trip-price__cta {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, .19) 0 0 24px
}

.trip-price__card .trip-price__bestseller {
    position: absolute;
    top: -10px;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    background-color: #fbaf46
}

.trip-price__card .trip-price__discount {
    color: #fff;
    font-size: .875rem;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 700;
    background-color: #f54d4d;
    white-space: nowrap;
    border-radius: 3px;
    display: inline-block;
    margin-left: 8px
}

.trip-price__card .trip-price__pax {
    margin: 10px 0 6px 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    opacity: .6;
    font-family: "SFProDisplay-Regular"
}

.trip-price__card .trip-price__amount {
    display: block;
    font-weight: 600;
    font-size: 25px;
    font-family: "SFProDisplay-Bold";
    margin-bottom: 8px
}

.trip-price__card .trip-price__striked {
    color: #6b7f9e;
    font-family: "SFProDisplay-Regular";
    font-weight: 300;
    font-size: 14px;
    font-family: "SFProDisplay-SemiBold";
    text-decoration: line-through
}

.trip-price__card .trip-price__info {
    margin: 12px 0 22px 0;
    padding-left: 18px
}

.trip-price__card .trip-price__info li {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "SFProDisplay-Regular"
}

.trip-price__card .btn {
    width: 100%;
    text-align: center;
    display: flex;
    margin-top: 9px;
    justify-content: center
}

.trip-price__cta {
    color: #6b7f9e;
    line-height: 1.3;
    margin-top: 20px;
    position: relative;
    padding-left: 75px !important
}

.trip-price__cta i {
    color: #25d366;
    font-size: 40px;
    position: absolute;
    left: 30px;
    top: 25px
}

.trip-price__cta span {
    color: rgba(0, 0, 0, .6980392157);
    font-size: 15px;
    font-family: "SFProDisplay-Regular"
}

.trip-price__cta a {
    font-weight: 700;
    display: inline-block;
    padding-top: 4px;
    color: #333;
    font-size: 22px;
    font-family: "SFProDisplay-Bold"
}

.fact-wrap {
    border: 1px solid rgba(0, 0, 0, .1294117647);
    border-radius: 10px;
    margin-top: 25px;
    padding: 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 15px;
    padding: 15px 5px;
    background: #fff
}

.fact-wrap .trip-icon {
    padding: 0 0 0px 55px;
    color: rgba(9, 0, 0, 0.8784313725);
    position: relative;
    font-size: 14px;
    line-height: 1.34;
    display: inline-block;
    font-weight: 500
}

.fact-wrap .trip-icon i {
    position: absolute;
    left: 20px;
    top: 5px;
    opacity: .75;
    font-size: 24px
}

.fact-wrap .trip-icon i svg {
    width: 100%;
    height: 100%
}

.fact-wrap .trip-icon strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, .64);
    letter-spacing: 0;
    margin-bottom: 3px
}

.itinerary-content {
    margin-top: 30px
}

.inner-wrapper-sticky {
    position: sticky;
    top: 150px
}

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

.panel:not(:last-child) {
    margin-bottom: 30px
}

#includes {
    padding-bottom: 0
}

.accordion-wrapper {
    margin-top: 20px
}

.accordion-wrapper .accordion-list {
    border: rgba(204, 204, 204, 0.5215686275) 1px solid;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 22px;
    background: #fff
}

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

.accordion-wrapper .accordion-list .accordion-slide {
    padding: 15px 0 0 60px;
    display: none
}

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

.accordion-wrapper .accordion-list .accordion-title-wrap.active i {
    transform: rotate(180deg);
    transition: .3s ease-in-out
}

.accordion-wrapper .accordion-list .accordion-title-wrap .fa-chevron-down {
    position: absolute;
    right: 0;
    transition: .3s ease-in-out;
    top: 7px;
    font-size: 12px
}

.accordion-wrapper .accordion-list .accordion-title-wrap .dates {
    display: inline-block;
    color: #111;
    font-size: 18px;
    line-height: 1.1;
    vertical-align: middle;
    text-align: center;
    margin: 4px 20px 0 0;
    opacity: .95;
    font-family: "SFProDisplay-Regular"
}

.accordion-wrapper .accordion-list .accordion-title-wrap .accordion-title {
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #000;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    padding-right: 30px
}

.list-tick.exclude {
    padding: 25px;
    background: #f8d7da;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(114, 28, 36, .3294117647);
    margin-top: 25px;
    margin-left: -25px;
    margin-right: -25px
}

.list-tick.exclude h2 {
    color: #721c24 !important
}

.list-tick.exclude li {
    color: #721c24
}

.list-tick.exclude li:before {
    background: url(../img/icon-cross.png);
    width: 23px;
    height: 23px
}

.list-tick ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left
}

.list-tick ul li {
    position: relative;
    font-weight: 300;
    font-family: "SFProDisplay-Regular";
    color: #000;
    font-size: 16.4px;
    padding-left: 35px;
    line-height: 25px
}

.list-tick ul li:not(:last-child) {
    margin-bottom: 10px
}

.list-tick ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 21px;
    height: 21px;
    background: url(../img/icon-checked.png)
}

.reviewCard-row-wrapper {
    margin-top: 0
}

.trip-dates-tab > ul {
    padding: 0;
    list-style: none;
    margin: 0 0 12px 0;
    display: flex
}

.trip-dates-tab > ul > li {
    cursor: pointer;
    padding: 10px 20px;
    background: rgba(202, 202, 202, .3411764706);
    margin-right: 19px;
    border-radius: 64px;
    flex: 1;
    text-align: center;
    transition: background-color .3s linear
}

.trip-dates-tab > ul > li.current, .trip-dates-tab > ul > li:hover {
    transition: background-color .3s linear;
    background: #0274cb;
    color: #fff
}

.departure-month > ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none
}

.departure-month > ul > li {
    border: 1px solid rgba(204, 204, 204, .59);
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 12px 12px 0;
    margin-bottom: 1em;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "SFProDisplay-Regular";
    opacity: .86;
    transition: background-color .3s linear
}

.departure-month > ul > li.current, .departure-month > ul > li:hover {
    background: rgba(2, 116, 203, .1098039216);
    color: #0274cb;
    transition: background-color .3s linear;
    opacity: 1;
    border: 1px solid #0274cb
}

.tour-availability__variant {
    padding: 20px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    border-top: 1px solid rgba(204, 204, 204, 0.2509803922);
    flex-wrap: wrap;
    font-size: 14px;
    transition: max-height .3s ease-out;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .0784313725);
    border-radius: 10px
}

.tour-availability__variant .btn {
    padding: 11px 15px;
    font-size: 14px
}

.tour-availability__variant:first-child {
    border-top: none;
    margin-top: 0
}

.tour-availability__variant .info {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: .2px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0;
    margin-top: 6px;
    position: relative
}

.tour-availability__variant .info.green {
    color: #319380
}

.tour-availability__variant .info.warning {
    color: #faa05a
}

.tour-availability__variant .info.danger {
    color: #a81f00
}

.tour-availability__variant .tour-availability__variant-date-arrow {
    font-size: 25px;
    color: #000;
    font-weight: 500
}

.tour-availability__variant .tour-availability__variant-date-arrow i {
    font-size: 20px;
    opacity: .3
}

.tour-availability__variant .tour-availability__variant-price span {
    display: block;
    line-height: 1
}

.tour-availability__variant .tour-availability__variant-date-start, .tour-availability__variant .tour-availability__variant-date-end {
    font-size: 13px;
    color: rgba(51, 51, 51, .8588235294);
    line-height: 1.6
}

.tour-availability__variant .tour-availability__variant-date-start strong, .tour-availability__variant .tour-availability__variant-date-end strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.tour-availability__variant .tour-availability__variant-date-start strong del, .tour-availability__variant .tour-availability__variant-date-end strong del {
    font-size: 14px;
    opacity: .654
}

.departure-month-list {
    display: none
}

.departure-month-list.current {
    display: block
}

#faq .accordion-wrapper {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px
}

#faq .accordion-wrapper .accordion-title {
    font-size: 18px;
    font-weight: 500;
    font-family: "SFProDisplay-Regular"
}

#faq .accordion-wrapper .accordion-slide {
    padding-left: 0
}

#faq .accordion-wrapper > div.accordion-list {
    background: none;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}

#faq .accordion-wrapper > div.accordion-list:last-child {
    border-bottom: none
}

body.fixed .header-main {
    top: -100%;
    transition: top 1s ease
}

body.fixed .itinerary__menu {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    display: block
}

body.fixed .itinerary__menu .nav-lists {
    margin: 0
}

#review .itinerary-heading {
    display: flex;
    justify-content: space-between
}

#review .itinerary-heading a {
    text-align: right;
    font-size: 14px
}

#review .slick-list {
    margin: 0 -15px
}

.product-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    background: rgba(0, 0, 0, .89);
    height: 100vh;
    overflow-y: auto;
    display: none
}

.product-view-modal > div {
    align-items: center;
    justify-content: center;
    display: flex;
    overflow-y: scroll
}

.product-view-modal > div .product-modal-container {
    padding: 25px;
    width: 100%;
    background: #fff;
    box-shadow: none;
    position: relative;
    border-radius: 4px;
    max-width: 450px;
    margin: 0 15px
}

.product-view-modal > div .product-modal-container .comment-respond h3 {
    font-size: 20px;
    padding-right: 30px;
    color: #0274cb;
    margin-bottom: 25px
}

.product-view-modal > div .product-modal-container .comment-respond form {
    margin-top: 22px
}

.product-view-modal > div .product-modal-container .comment-respond form p .star-cb-group input {
    display: none
}

.product-view-modal > div .product-modal-container .comment-respond form p .star-cb-group input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px
}

.product-view-modal > div .product-modal-container .comment-respond form p .star-cb-group input + label:hover:before {
    content: "★";
    color: #0274cb;
    text-shadow: 0 0 1px #333
}

.product-view-modal > div .product-modal-container .comment-respond form p .star-cb-group input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888
}

.product-view-modal > div .product-modal-container .comment-respond form p .star-cb-group a {
    display: inline-block;
    margin-right: 2px;
    color: #000;
    opacity: .5
}

.product-view-modal > div .product-modal-container .comment-respond form p .star-cb-group a:hover {
    color: #0274cb;
    opacity: 1
}

.product-view-modal > div .product-modal-container .comment-respond form p:not(:last-child) {
    margin-bottom: 15px
}

.product-view-modal > div .product-modal-container .comment-respond form p label {
    font-family: "SFProDisplay-Regular";
    display: block;
    margin-bottom: 6px
}

.product-view-modal > div .product-modal-container .comment-respond form p input[type=file] {
    border: 1px solid rgba(0, 0, 0, .1294117647);
    line-height: 48px;
    background: rgba(0, 0, 0, 0)
}

.product-view-modal > div .product-modal-container .comment-respond form p select {
    border: 1px solid rgba(3, 4, 4, .1294117647);
    background-color: rgba(0, 0, 0, .0784313725);
    border-radius: 8px
}

.product-view-modal > div .product-modal-container .comment-respond form p input, .product-view-modal > div .product-modal-container .comment-respond form p textarea {
    width: 100%;
    background: rgba(0, 0, 0, .0784313725);
    border: 1px solid rgba(3, 4, 4, .1294117647);
    padding: 0 30px 0 20px;
    font-family: "SFProDisplay-Regular";
    border-radius: 8px;
    outline: none
}

.product-view-modal > div .product-modal-container .comment-respond form p input:focus, .product-view-modal > div .product-modal-container .comment-respond form p textarea:focus {
    background: #fff;
    border: 1px solid #0274cb
}

.product-view-modal > div .product-modal-container .comment-respond form p input {
    padding: 0 30px 0 20px;
    height: 48px;
    background: rgba(0, 0, 0, .0784313725);
    border: 1px solid rgba(3, 4, 4, .1294117647);
    border-radius: 8px;
    outline: none
}

.product-view-modal > div .product-modal-container .comment-respond form p input:focus {
    background: #fff
}

.product-view-modal > div .product-modal-container .comment-respond form p textarea {
    padding-top: 15px
}

.modal-close__btn {
    font-size: 43px;
    z-index: 1;
    cursor: pointer;
    left: initial;
    position: absolute;
    right: 0;
    top: 0px;
    background: none;
    background: #0274cb;
    color: #fff;
    padding: 0;
    height: auto;
    margin: 0;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0 4px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.category-package {
    padding: 40px 0
}

.page-content__section .rank-math-breadcrumb {
    padding: 16px 0 0 0
}

.blog-section .package-grid {
    margin-top: 0
}

.blogpost__heading {
    font-family: "SFProDisplay-Regular"
}

.blogpost__heading h1 {
    font-weight: 600;
    font-size: 50px;
    font-family: "SFProDisplay-SemiBold";
    line-height: 1.22;
    margin: 0
}

.blogpost__heading .blogpost__leade p {
    font-size: 18px;
    font-weight: 500;
    opacity: .75;
    color: rgba(0, 0, 0, .77);
    line-height: 1.55;
    margin: 10px 0
}

.blogpost__heading .entry-meta {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.blogpost__heading .entry-meta .blogpost__byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px
}

.blogpost__heading .entry-meta .blogpost__byline .author {
    font-weight: 800;
    margin-left: 8px;
    margin-right: 10px;
    font-size: 14px;
    color: #0065b3
}

.blogpost__heading #st-1 .st-btn {
    display: inline-block !important
}

.blog-hero__section .blog-hero__bg {
    margin: 0 0 25px 0
}

.blog-hero__section .blog-hero__bg img {
    border-radius: 10px
}

.related-blog-section {
    background: rgba(0, 0, 0, .031372549)
}

.block-page-hero {
    background-color: rgba(241, 241, 241, .4784313725);
    padding-bottom: 60px
}

.search__section {
    padding: 40px 0
}

.search__section .package-grid {
    margin-top: 0px
}

.search__section .homeFilter {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3019607843);
    border-radius: 10px;
    z-index: 2;
    top: 130px;
    bottom: inherit
}

.search__section .homeFilter .filter__title {
    font-size: 22px;
    color: #0274cb;
    font-family: "SFProDisplay-Regular";
    letter-spacing: 1px
}

.search__section .homeFilter form {
    padding: 30px
}

.search__section .homeFilter form .filter__item-select {
    margin-top: 20px
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 26px 0 0 0;
    border-radius: .25rem;
    align-items: center
}

.pagination li {
    margin-right: 8px
}

.pagination li.disabled span {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px !important;
    text-align: center
}

.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    cursor: pointer;
    margin-left: -1px;
    line-height: 1.25;
    font-size: 13px;
    color: #163950;
    background-color: #fff;
    font-weight: 700;
    border: 1px solid #dee2e6;
    width: 35px;
    font-family: "SFProDisplay-SemiBold";
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 100px !important;
    text-align: center
}

.pagination li a:hover {
    background-color: #0274cb;
    border-color: #0274cb;
    color: #fff
}

.pagination li.active {
    line-height: 1.25
}

.pagination li.active span {
    font-family: "SFProDisplay-SemiBold";
    z-index: 1;
    color: #fff;
    background-color: #0274cb;
    border-color: #0274cb;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px !important;
    text-align: center;
    font-weight: 700
}

.contact-form .contact-title {
    color: #0065b3;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0
}

.contact-form p {
    margin: 4px 0 30px 0;
    font-family: "SFProDisplay-Regular";
    font-size: 17px;
    line-height: 1.5;
    opacity: .76
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.contact-form form .form-group {
    flex: 50%;
    padding: 0 0 0 15px
}

.contact-form form .form-group:not(:last-child) {
    margin-bottom: 20px
}

.contact-form form .form-group.message-area {
    flex: 100% !important;
    padding-right: 0
}

.contact-form form .form-group label {
    font-size: 14px;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 15px;
    display: block;
    font-family: "SFProDisplay-SemiBold"
}

.contact-form form .form-group label strong {
    color: #a81f00;
    font-size: 13px
}

.contact-form form .form-group input, .contact-form form .form-group textarea, .contact-form form .form-group select {
    width: 100%;
    height: 47px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-family: "SFProDisplay-Regular";
    border: solid 1px rgba(0, 0, 0, .14);
    background-color: #f0f0f0;
    padding: 8px 10px 8px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.contact-form form .form-group input:focus, .contact-form form .form-group textarea:focus, .contact-form form .form-group select:focus {
    background: #fff;
    outline: none;
    border: 1px solid #0274cb
}

.contact-form form .form-group textarea {
    height: 200px;
    padding-top: 10px
}

.contact-detail {
    margin: 0;
    margin-top: 0px;
    margin-top: 26px;
    padding: 0;
    list-style-type: none
}

.contact-detail li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: "SFProDisplay-SemiBold"
}

.contact-detail li:last-child {
    padding-left: 0
}

.contact-detail li h4 {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    font-family: "SFProDisplay-SemiBold";
    margin-bottom: 4px
}

.contact-detail li p {
    font-weight: 500;
    color: #111;
    font-family: "SFProDisplay-Regular";
    font-size: 15px;
    line-height: 1.6;
    opacity: .95
}

.contact-detail li p a {
    font-family: "SFProDisplay-SemiBold";
    color: #000;
    margin-right: 4px;
    font-size: 16px
}

.contact-detail li p a:hover {
    color: #0274cb
}

.contact-detail li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    opacity: .6
}

.social-links a {
    background-color: #0274cb;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 4px;
    width: 32px;
    color: #fff !important;
    font-size: 14px
}

.social-links a:hover {
    background: #f8ac35
}

.quote-form {
    background: #f2f2f2;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.quote-form .form-group input, .quote-form .form-group textarea, .quote-form .form-group select {
    font-family: "SFProDisplay-Regular";
    background-color: #fff
}

.section-content-area .main-heading {
    margin-bottom: 20px
}

.section-about {
    margin: 40px 0 0 0
}

.section-about .flex {
    display: flex;
    gap: 40px
}

.section-about h1 {
    color: #0274cb;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-right: 30px;
    font-family: "SFProDisplay-SemiBold"
}

.section-about .content-wrap {
    flex: 1
}

.section-about .coverimage {
    max-width: 400px
}

.section-about .coverimage img {
    border-radius: 10px
}

.team-member {
    position: relative;
    cursor: pointer
}

.team-member .team-member-figure {
    height: 400px;
    position: relative
}

.team-member .team-member-figure img {
    transition: .5s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover
}

.team-member .team-member-body {
    margin-top: 15px;
    text-align: center;
    position: relative
}

.team-member .team-member-body strong {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    font-family: "SFProDisplay-SemiBold"
}

.team-member .team-member-body p {
    margin: 0;
    font-family: "SFProDisplay-Regular";
    padding: 4px 0 0;
    font-size: 15px;
    color: #000;
    opacity: .65;
    letter-spacing: 1px
}

@media (max-width: 940px) {
    .filter .filter__items {
        display: block
    }

    .filter .filter__items > div {
        margin: 0 0px 10px 0;
        display: inline-block
    }

    .filter .filter__items > div button {
        width: 100%;
        text-align: center
    }

    .filter .filter__items > div button span {
        width: 100%;
        display: block
    }

    .filter .filter__items > div:last-child {
        margin-bottom: 0
    }

    .filter .filter__items .filter__title {
        margin: 0 0 15px 0;
        font-size: 22px;
        max-width: inherit
    }

    .banner .banner-content h1, .bg-banner .banner-content-wrapper .banner-content h1 {
        font-size: clamp(20px, 6vw, 80px);
        line-height: clamp(17px, 6vw, 85px)
    }

    .banner .banner-content .slider-wrap, .bg-banner .banner-content-wrapper .banner-content .slider-wrap {
        margin-top: 20px
    }
}

@media (max-width: 840px) {
    .section-about .flex {
        display: block
    }

    .section-about .flex .page-content__area {
        margin-bottom: 30px;
        text-align: center
    }

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

    .contact__section .col6 + .col6 {
        order: -1;
        border-bottom: 2px solid rgba(0, 0, 0, .1882352941)
    }

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

    .blogpost__heading h1 {
        font-size: 40px;
        line-height: 1.2
    }

    .blog-section .package-grid {
        margin-top: 0;
        grid-gap: 22px
    }

    .blog-section .package-grid .col4 {
        grid-column: span 6
    }

    .search__section {
        padding: 35px 0
    }

    .search__section .col4 {
        grid-column: span 12
    }

    .search__section .col4 .homeFilter {
        box-shadow: none;
        border-radius: 0;
        position: static
    }

    .search__section .col4 .homeFilter h4 {
        text-transform: uppercase;
        background: #0274cb;
        color: #fff;
        padding: 15px;
        cursor: pointer;
        position: relative;
        text-align: center
    }

    .search__section .col4 .homeFilter form {
        padding: 0
    }

    .search__section .col4 .homeFilter form .filter__item-select {
        display: none
    }

    .search__section .col8 {
        grid-column: span 12
    }

    .trip-header {
        padding: 30px 0 0 0
    }

    .trip-header .trip-header__title {
        font-size: 40px
    }

    .itinerary-banner .col8 {
        grid-column: span 12;
        order: -1
    }

    .itinerary-banner .col4 {
        grid-column: span 12;
        order: -2
    }

    body.fade-body {
        position: relative;
        overflow: hidden
    }

    body.fade-body .mbl-sidebar {
        right: 0
    }

    body.fade-body:before {
        content: "";
        height: 100%;
        z-index: 4;
        width: 100%;
        background-color: rgba(0, 0, 0, .83);
        position: fixed;
        top: 0;
        left: 0
    }

    body.fade-filter {
        position: relative;
        overflow: hidden
    }

    body.fade-filter .homeFilter {
        bottom: 0;
        z-index: 4
    }

    body.fade-filter:before {
        content: "";
        height: 100%;
        z-index: 4;
        width: 100%;
        background-color: rgba(0, 0, 0, .83);
        position: fixed;
        top: 0;
        left: 0
    }

    .homeFilter {
        bottom: -100%;
        transition: all .3s ease;
        position: fixed
    }

    .homeFilter .filter {
        padding: 20px 0 10px 0
    }

    .homeFilter .filter .filter__items {
        display: block
    }

    .homeFilter .filter .filter__items .collapse {
        display: block
    }

    .homeFilter .filter .filter__items > div {
        margin: 0 0px 10px 0;
        display: block
    }

    .homeFilter .filter .filter__items > div button {
        width: 100%;
        text-align: center
    }

    .homeFilter .filter .filter__items > div button span {
        width: 100%;
        display: block
    }

    .homeFilter .filter .filter__items > div:last-child {
        margin-right: 0;
        margin-top: 5px
    }

    .homeFilter .filter .filter__items .filter__title {
        margin: 0 0 15px 0;
        font-size: 22px;
        max-width: inherit
    }

    .header-main .button {
        display: none
    }

    .filter-search {
        margin: 0;
        font-size: 12px
    }

    .header-main .hamburger, .header-main .filter-search {
        display: inline-block
    }

    .list-package-wrapper .tab-content .overlay-card {
        grid-column: span 4
    }

    .list-package-wrapper .tab-content .overlay-card:first-child, .list-package-wrapper .tab-content .overlay-card:last-child {
        grid-column: span 4
    }

    .banner .banner-content > p, .bg-banner .banner-content-wrapper .banner-content > p {
        font-size: clamp(15px, 2vw, 18px);
        padding-top: 15px
    }

    .single-slide {
        height: 660px
    }

    .main-heading h2 {
        font-size: clamp(25px, 5.3vw, 52px);
        margin-bottom: 9px
    }

    .main-heading p {
        font-size: clamp(15px, 3vw, 16px);
        line-height: clamp(20px, 4vw, 22px)
    }

    .header-main .navigation {
        display: none
    }

    .trend-listing .pills-tab {
        margin-bottom: 20px
    }

    .trend-listing .pills-tab li {
        font-size: 13px;
        line-height: 25px;
        padding: 4px 16px;
        margin-right: 10px;
        margin-bottom: 13px;
        font-weight: 600
    }
}

@media (max-width: 768px) {
    .trip-header {
        padding: 30px 0 0 0
    }

    .trip-header .trip-header__title {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 1.1
    }

    .newsletter__section .newslettersectionform {
        display: block;
        text-align: center
    }

    .newsletter__section .newslettersectionform .newslettersectionform--content {
        margin: 0 0 0 0
    }

    .newsletter__section .newslettersectionform p {
        font-size: 16px;
        margin: 0 0 15px 0
    }

    .single-trip-box {
        grid-column: span 6
    }

    .destination-wrapper {
        padding-bottom: 60px
    }

    .destination-wrapper .slick-arrow {
        top: inherit;
        left: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        z-index: 1
    }

    .destination-wrapper .slick-arrow.next-arrow {
        right: 0;
        bottom: 0
    }

    .destination-wrapper .slick-arrow.prev-arrow {
        right: inherit;
        bottom: 0;
        left: 42%
    }

    .main-heading h2 {
        font-size: clamp(25px, 4.4vw, 48px);
        line-height: clamp(22px, 5vw, 60px);
        margin-bottom: 0
    }

    .p-tb {
        padding: 40px 0
    }

    .banner .banner-content h1, .bg-banner .banner-content-wrapper .banner-content h1 {
        font-size: clamp(20px, 7vw, 80px);
        line-height: clamp(17px, 8vw, 85px)
    }
}

@media (max-width: 640px) {
    .blogpost__heading h1 {
        font-size: 35px
    }

    .blogpost__heading .entry-meta {
        margin-top: 15px
    }

    .blog-section .package-grid {
        margin-top: 0;
        grid-gap: 22px
    }

    .blog-section .package-grid .col4 {
        grid-column: span 6
    }

    .blog-section .package-grid .col4 .overlay-card > a {
        height: 350px
    }

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

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

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

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

    .page-content__area iframe {
        margin: 10px 0;
        height: 300px
    }

    .category-package {
        padding: 30px 0
    }

    .tourhero .infobox__container {
        height: calc(100vh - 500px)
    }

    .tourhero .infobox__container .t-container .infobox__title {
        font-size: 45px
    }

    .main-heading h2 {
        font-size: clamp(28px, 5.4vw, 48px)
    }

    .block-page-hero {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .search__section {
        padding: 30px 0
    }

    .search__section .grid {
        grid-gap: 20px
    }

    .search__section .col4 .homeFilter h4 {
        color: #fff;
        padding: 11px;
        font-size: 18px
    }

    .itinerary-banner {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .panel {
        padding: 22px
    }

    .panel:not(:last-child) {
        margin-bottom: 22px
    }

    .tour-availability__variant .tour-availability__variant-date-arrow {
        display: none
    }

    .tour-availability__variant .tour-availability__variant-date-start, .tour-availability__variant .tour-availability__variant-date-end {
        width: 50%;
        margin-bottom: 10px;
        text-align: right
    }

    .tour-availability__variant .tour-availability__variant-date-start:first-child, .tour-availability__variant .tour-availability__variant-date-end:first-child {
        text-align: left
    }

    .tour-availability__variant .tour-availability__variant-date-end {
        text-align: left;
        width: 50%
    }

    .tour-availability__variant .tour-availability__variant-price {
        text-align: right;
        width: 50%
    }

    .tour-availability__variant p {
        margin-top: 12px;
        width: 100%
    }

    .tour-availability__variant p button {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center
    }

    .footer-row .grid .footer-col.col4 {
        grid-column: span 12
    }

    .footer-row .grid .footer-col.col4 .footer-contact-info {
        border-right: None;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        padding: 24px 0 24px 0
    }

    .footer-row .grid.col8 {
        padding: 0;
        grid-column: span 12
    }

    .footer-row .grid.col8 .col5, .footer-row .grid.col8 .col4, .footer-row .grid.col8 .col3 {
        grid-column: span 4
    }

    .section-travel-blog .package-grid, .related-blog-section .package-grid {
        grid-gap: 20px
    }

    .section-travel-blog .col4, .related-blog-section .col4 {
        grid-column: span 6
    }

    .sect .main-heading h2 {
        font-size: clamp(25px, 6vw, 52px);
        line-height: clamp(22px, 5vw, 60px);
        margin-bottom: 8px
    }

    .list-package-wrapper .tab-content .overlay-card {
        grid-column: span 6
    }

    .list-package-wrapper .tab-content .overlay-card a {
        height: 250px
    }

    .list-package-wrapper .tab-content .overlay-card:first-child, .list-package-wrapper .tab-content .overlay-card:last-child {
        grid-column: span 6
    }

    .contact-form form .form-group {
        flex: 100%;
        padding: 0 0 0 15px
    }

    .quote-form {
        padding: 20px 10px;
        margin-top: 20px
    }
}

@media (max-width: 480px) {
    .section-about h1 {
        font-size: 30px
    }

    .blogpost__heading h1 {
        font-size: 30px
    }

    .blogpost__heading .entry-meta {
        margin-top: 12px
    }

    .blogpost__heading .blogpost__leade p {
        font-size: 16px;
        margin: 8px 0
    }

    .blogpost__heading .entry-meta {
        font-size: 13px
    }

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

    .blog-section .package-grid {
        margin-top: 0;
        grid-gap: 20px
    }

    .blog-section .package-grid .col4 {
        grid-column: span 12
    }

    .blog-section .package-grid .col4 .overlay-card > a {
        height: 320px
    }

    .category-package {
        padding: 25px 0
    }

    .tourhero .infobox__container {
        height: calc(100vh - 600px)
    }

    .tourhero .infobox__container .t-container .infobox__title {
        font-size: 35px
    }

    .search__section {
        padding: 25px 0
    }

    .fact-wrap {
        grid-template-columns:repeat(2, 1fr)
    }

    .itinerary__menu .t-container {
        padding: 0
    }

    .panel {
        padding: 20px
    }

    .panel .itinerary-heading {
        font-size: 25px !important;
        margin: 0 0 15px 0 !important
    }

    .reviewCard-wrapper .slick-track .slick-slide, .reviewCard-row-wrapper .slick-track .slick-slide {
        margin-right: 0
    }

    .accordion-wrapper .accordion-list .accordion-slide {
        padding: 0px 0 0 0px
    }

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

    .accordion-wrapper .accordion-list .accordion-title-wrap .accordion-title {
        padding: 12px 10px 0 0;
        margin-bottom: 15px
    }

    .itinerary-banner {
        margin-top: 25px;
        margin-bottom: 25px
    }

    #faq .accordion-wrapper .accordion-title {
        padding-top: 0;
        margin-bottom: 0
    }

    .footer-row .col3 {
        grid-column: span 12 !important
    }

    .footer-row .grid.col8 {
        padding: 0;
        grid-column: span 12;
        grid-gap: 0
    }

    .footer-row .grid.col8 .col4, .footer-row .grid.col8 .col5 {
        grid-column: span 12;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .footer-row .grid.col8 .col4 ul, .footer-row .grid.col8 .col5 ul {
        margin: 0
    }

    .section-travel-blog .package-grid, .related-blog-section .package-grid {
        grid-gap: 20px
    }

    .section-travel-blog .col4, .related-blog-section .col4 {
        grid-column: span 12
    }

    .reviewCard-wrapper {
        margin-top: 20px
    }

    .reviewCard-wrapper .slick-track .slick-slide {
        margin-right: 0
    }

    .intresting-package .package-grid {
        grid-gap: 20px
    }

    .single-trip-box {
        grid-column: span 12
    }

    .main-heading p {
        line-height: clamp(20px, 7vw, 24px);
        margin-top: 10px;
        padding-top: 0
    }

    .destination-wrapper .slick-arrow.prev-arrow {
        left: 38%
    }

    .destination-wrapper .slick-slide {
        margin: 0 10px 0 0
    }

    .overlay-card > a {
        height: 320px
    }

    .single-slide {
        height: 500px
    }

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

    .bg-banner .banner-content-wrapper .banner-content > p {
        line-height: 1.65;
        padding-bottom: 22px
    }

    .list-package-wrapper .tab-content.active {
        grid-gap: 15px
    }

    .trend-listing .pills-tab {
        margin-bottom: 17px
    }

    .p-tb {
        padding: 30px 0
    }

    .main-heading h2 {
        font-size: clamp(25px, 7vw, 52px);
        line-height: clamp(22px, 5vw, 60px);
        margin-bottom: 0
    }

    .list-package-wrapper .tab-content .overlay-card {
        grid-column: span 12
    }

    .list-package-wrapper .tab-content .overlay-card:first-child, .list-package-wrapper .tab-content .overlay-card:last-child {
        grid-column: span 12
    }

    .banner .banner-content h1, .bg-banner .banner-content-wrapper .banner-content h1 {
        font-size: clamp(20px, 8vw, 80px);
        line-height: clamp(17px, 9vw, 85px);
        letter-spacing: -1px
    }

    .banner .banner-content .slider-wrap .slick-slide, .bg-banner .banner-content-wrapper .banner-content .slider-wrap .slick-slide {
        margin: 10px 30px 0 0
    }

    .banner .plan-holiday, .bg-banner .banner-content-wrapper .plan-holiday {
        margin-right: 40px
    }

    .header-main .logo img {
        max-width: 120px;
        padding: 4px 0
    }

    .header-main .button {
        padding: 12px 16px;
        font-size: 13px
    }

    .header-main .hamburger {
        margin-right: 15px
    }

    .package-grid {
        margin-top: 20px
    }

    .single-trip-box .text-wrapper .trip-info {
        font-size: 16px;
        padding: 20px 20px 20px 20px
    }
}

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

    .mbl-sidebar {
        max-width: 100%;
        width: 100%;
        padding: 20px;
        padding-top: 60px
    }

    .p-tb {
        padding: 35px 0
    }

    .t-container {
        padding: 0 15px
    }

    .intresting-package .package-grid {
        grid-gap: 15px
    }

    .section-travel-blog .package-grid, .related-blog-section .package-grid {
        grid-gap: 15px
    }

    .section-travel-blog .col4, .related-blog-section .col4 {
        grid-column: span 12
    }
}
