@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

body,
ul {
    margin: 0
}

.commonbox h2,
.tourbox,
footer .footerfirst ul li {
    margin-bottom: 1rem
}

.tourimg img,
.tpcakage img {
    object-fit: cover;
    width: 100%
}

.holidaypoint h3,
.holidaypoint ul li,
.offer_bg,
.slidecontent,
.tamenities ul,
.tourbtn li {
    text-align: center
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    padding: 0;
    list-style: none
}

.lightgrey,
.progressset.progressbg {
    background: #f6f8fc
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer ;
    background: rgba(255, 255, 255);
}

.swiper-button-next:after,
 .swiper-button-prev:after {
    background: var(--primarycolor);
    color: #000000;
    font-size: 22px;
    padding: 8px;
    border-radius: 10px;
}

.commonbox {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0 #00000014;
    box-shadow: 2px 2px 5px 0 #00000014;
    padding: 15px;
    border: 1px solid #c9c7c7
}

.commonbox h2 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem;
    font-size: 1.4rem
}

.holidaypoint p,
.menu ul.childmenu,
.tourlist h2 {
    margin-bottom: 0
}

.commonbox.tbpad {
    padding-top: 15px;
    padding-bottom: 15px
}

.mobile-cta,
.mobshow,
.transfer-day ul li:last-child:after {
    display: none
}

.progressset {
    background: #fff0;
    position: fixed;
    top: 0;
    left: 0;
    height: 10px;
    z-index: 999;
    min-width: 100%
}

.box_inner ul {
    background: #f2f2f2
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff
}

.mainheader {
    font-family: "Inter", sans-serif
}

.mainheader .headerinner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mainheader .headerlogo .logo img {
    width: 92px
}

.mainheader .headermenu ul.mainmenu {
    display: flex;
    gap: 5px
}

.mainheader .headermenu ul.mainmenu li a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 19px 8px;
    display: block
}

.mainheader .headermenu ul.mainmenu li a.is-current {
    background: #e3c16c
}

.mainheader .headermenu ul.mainmenu li a:active {
    color: #fff;
    background: blue;
    border-color: blue
}

.headersubmenu {
    background: #f5f5f5;
    font-family: "Inter", sans-serif
}

.headersubmenu .headerchild {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.headersubmenu .headerchild li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    padding: 4.5px 0;
    padding-left: 16px
}

.headersubmenu .headerchild li:first-child a {
    padding-left: 0
}

.headersubmenu .headerchild li a img {
    width: 10px
}

.attractionbox,
.choosebox .chooseimg,
.homeslide .swiper-slide,
.homeslide img,
.homeslider,
.tabssection,
.tourimg {
    position: relative
}

.pageprogress {
    transition: .1s linear;
    min-width: 0;
    height: 10px
}

.box_inner ul li {
    border-top: 1px solid #fff;
    padding: 7px 10px;
    font-size: 13px
}

.pkframe {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 5%
}

header {
    padding: 80px 10px 15px;
    background: #f9f9f9
}

header h1 {
    font-size: 1.8rem;
    font-weight: 700
}

header p {
    font-size: 1rem;
    margin-bottom: 0
}

header ul {
    padding: 0;
    text-align: right;
    list-style: none;
    font-family: arial
}

header ul li a {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    display: inline
}

.logo {
    display: block;
    text-align: left
}

.logo img {
    width: 250px
}

header h2 {
    font-size: 28px
}

header p {
    font-size: 13px;
    line-height: 17px
}

.homeslide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover
}

.homeslide .swiper-slide:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #141414, rgb(0 0 0 / .78) 22.22%, rgb(0 0 0 / .56) 46.84%, #fff0);
    pointer-events: none;
    margin-bottom: -2px
}

.homeslide .swiper-button-next,
.homeslide .swiper-button-prev {
    background-color: rgb(0 0 0 / .5);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px
}

.homeslide .swiper-button-prev {
    left: 100px
}

.homeslide .swiper-button-next {
    right: 100px
}

.homeslide .swiper-pagination-bullet {
    height: 3px;
    width: 15px;
    border-radius: 0;
    background: #868786;
    transition: opacity .6s
}

.homeslide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    transition: opacity .6s
}

.slidecontent {
    min-width: 536px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    bottom: 43px;
    left: 50%;
    margin-left: -268px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center
}

.slidecontent h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding-right: 15px
}

.slidecontent h3 span {
    padding: 0 4px;
    border-radius: 5px;
    color: #fcaf17;
    font-weight: 600
}

.slidecontent h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px
}

.slidecontent h2 span {
    color: #ffba0a;
    font-weight: 700;
    text-transform: uppercase
}

.slidecontent .ctndraw {
    width: 100%;
    margin: 15px 0;
    min-height: 1px;
    background: linear-gradient(270deg, hsl(0 0% 100% / .05) -.13%, hsl(0 0% 88% / .05) 0, #fff 49.17%, hsl(0 0% 88% / .05))
}

.slidecontent .tprice {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.slidecontent .tprice .inprice {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 5px 0 10px
}

.slidecontent .tprice .closeprice {
    color: #e0e0e0;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    margin-right: 15px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.slidecontent a {
    margin-top: 15px;
    width: 184px;
    height: 51px;
    line-height: 51px;
    border-radius: 40px;
    background: #f47625;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize
}

.mobileheader {
    display: none
}

.homeicon {
    float: left;
    background: rgb(227 193 108 / 29%);
    padding: 6.5px 9px
}

#book-online,
.gallerybox,
.how-it-work,
.pkinclusions,
.tourlist {
    padding: 10px 0
}

.homeicon img {
    width: 20px
}

.menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.menu ul.topmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left
}

.menu ul.childmenu li,
.menu ul.topmenu li,
.packagemenu li {
    display: inline-block
}

.menu ul.childmenu a,
.menu ul.topmenu li a {
    padding: .5rem .7rem;
    display: block;
    color: #333;
    text-transform: capitalize;
    font-weight: 500
}

.menu ul.childmenu a {
    padding: .3rem .5rem
}

.menu ul.topmenu li a {
    font-size: 14px
}

.menu ul.topmenu li a.is-current {
    background: #e3c16c
}

.menu ul.topmenu li a:active {
    color: #fff;
    background: blue;
    border-color: blue
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.menu ul.childmenu {
    text-align: right;
    border-top: 1px solid #fff;
    list-style: none;
    background: #f5f5f5
}

.menu ul.childmenu a {
    font-size: 13px
}

.tourlist h2 {
    color: #515151;
    font-size: 25px;
    line-height: 38px;
    font-weight: 400
}

.tourlist h2 span {
    color: #fcaf17;
    font-weight: 600;
    margin: 0 7px
}

.tourlist h4 {
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px
}

.tour {
    position: relative;
    margin-top: 20px
}

.tourimage {
    position: relative
}

.outstock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    background: #f9ad17;
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 0;
    padding: 7px 0
}

.tourctn {
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%
}

.tour .tourimage img {
    border-radius: 10px;
    width: 100%;
    height: 410px;
    object-fit: cover
}

.duration ul,
.pkinclusions ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.duration li {
    color: #fff;
    font-size: 13px;
    line-height: 21px
}

.duration li svg {
    margin-top: -10px
}

.tourlist .itinerary {
    background: linear-gradient(180deg, hsl(0 0% 100% / .1), #fff0);
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    padding: 5px 7px 2px
}

.tourctn h2 {
    line-height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px
}

.tourctn .drawline {
    margin: 15px 0 5px;
    min-height: 1px;
    width: 100%;
    background: linear-gradient(270deg, hsl(0 0% 100% / .05) -.13%, hsl(0 0% 88% / .05) 0, #fff 49.17%, hsl(0 0% 88% / .05))
}

.tourprice ul {
    display: flex;
    justify-content: flex-start
}

.tourprice ul li:nth-child(2) {
    text-decoration: line-through;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px
}

.tourprice ul li {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

.tourprice .specialprice {
    position: relative;
    font-size: 10px;
    background: hsl(0 0% 100% / .3);
    padding: 0;
    line-height: 24px;
    height: 24px;
    margin-top: 2px
}

.tourprice .specialprice span.sp1 {
    margin-left: -3px
}

.tourprice .specialprice span.sp2 svg {
    transform: rotate(180deg);
    margin-right: -3px
}

.tourbtn ul {
    padding-top: 1rem
}

.tourbtn li {
    display: inline-block
}

.tourbtn li a {
    display: block;
    height: 51px;
    width: 51px;
    line-height: 51px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.tourbtn li:nth-child(2) a {
    background: #fff;
    color: #202020;
    width: 100%
}

.tourbtn li:first-child {
    width: 51px;
    margin-right: 5px
}

.tourbtn li:nth-child(2) {
    width: calc(100% - 121px)
}

.tourbtn li:nth-child(3) {
    width: 51px;
    margin-left: 5px
}

.tourlistslider .swiper-wrapper,
.tourpackagelist .swiper-wrapper {
    margin-bottom: 2rem
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f37002
}

.getoffer,
.place {
    padding-bottom: 30px
}

.offer_bg {
    position: relative
}

.offer_bg img {
    border-radius: 10px;
    width: 1320px;
    height: 220px
}

.offerctn {
    position: absolute;
    left: 16px;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 16px 20px
}

.offerctn h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal
}

.offerctn p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #fff
}

.offerctn a {
    background: #fff;
    color: #f47625;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    display: block;
    width: 162px
}

.holiday_market {
    background: #fff;
    padding: 30px 0
}

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

.holidaypoint ul li {
    float: left;
    width: 33.33%;
    margin-top: 20px
}

.holidaypoint ul li img {
    width: 48px;
    height: 48px
}

.holidaypoint h3 {
    font-size: 21px
}

.holidaypoint.bdfrgt ul {
    border-left: 1px dotted
}

.attractions,
.faq,
.nearby,
.recommended,
.reviewlist {
    padding: 15px 0
}

.recommend_box {
    background: #fff;
    padding: 10px;
    border: 1px solid #e9cd7e;
    border-radius: 10px
}

.tourbox img {
    width: 15px
}

.tourbox span {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 500
}

.recommend_box h2 {
    font-size: 18px;
    font-weight: 600
}

.tdetails img {
    width: 10px
}

.tdetails p {
    font-size: .7rem
}

.tourimg img {
    border-radius: 12px;
    height: 240px
}

.tourimg span.days {
    background: #000;
    color: #fff;
    position: absolute;
    right: 5px;
    z-index: 1;
    font-size: 11px;
    top: -10px;
    padding: 5px 15px;
    border-radius: 13px
}

.specialoffer {
    margin-top: 1rem;
    font-size: .9rem
}

#popupmodel .modelclosebtn {
    position: absolute;
    right: 0;
    top: -11px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 -5px 15px rgb(82 82 82 / .5);
    z-index: 2
}

#popupmodel .modelclosebtn .btn-close {
    transition: .2s ease-in-out;
    font-size: 13px
}

#popupmodel .modelclosebtn .btn-close:hover {
    transform: rotate(90deg);
    color: #000;
    font-size: 14px
}

.mainform h3 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 3px
}

.mainform .form-floating,
.mainform .input-group-text,
.mainform textarea {
    margin-bottom: 11px
}

.mainform h3 span {
    color: #fcaf17;
    font-weight: 600;
    margin-left: 5px
}

.mainform p {
    color: #515151;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.mainform label {
    font-size: 14px;
    color: #cbcbcb;
    transition: .1s linear
}

.mainform label span {
    color: red
}

.mainform .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6
}

.mainform .input-group-text {
    background: 0 0;
    width: 14%;
    margin-right: 2%;
    border-radius: 5px
}

.mainform .input-group input {
    border-radius: 5px
}

.mainform textarea {
    height: 82px
}

.mainform input[type=submit] {
    border-radius: 7px;
    background: #f47625;
    width: 100%;
    height: 51px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .1s linear;
    border: 0;
    text-decoration: none
}

.mainform .form-floating .form-control {
    height: 52px;
    min-height: 52px;
    padding: .7rem .75rem 0;
    font-size: 14px
}

.packagelist>.swiper-wrapper {
    padding-bottom: 2rem
}

.counteroffer,
.tourpackage {
    padding: 0 0 30px
}

.tourpackage .tourtitle h2 {
    line-height: 33px;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    text-transform: capitalize;
    margin-bottom: 0
}

.tourpackage .tourtitle h3,
.tpcakage li .dcount,
.tpcakage li span {
    line-height: 21px;
    font-weight: 400
}

.tourpackage .tourtitle h3 {
    font-size: 13px;
    color: #515151;
    text-transform: capitalize;
    margin-top: 0
}

.tpcakage {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.tpcakage img {
    border-radius: 10px;
    height: 340px;
    cursor: pointer
}

.tpcakage .dayscount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px 0 0
}

.tpcakage li .dcount {
    color: #7a7a7a;
    font-size: 13px
}

.tpcakage .dayscount svg {
    margin-top: -8px
}

.tpcakage .dayscount .rating {
    color: #19ad6f;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 5px 0 0
}

.tpcakage li span {
    color: #8e8e8e;
    font-size: 12px
}

.tpcakage h2 {
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px
}

.thumbnail-slider {
    top: -25px;
    margin-top: -40px
}

.thumbnail-slider .swiper-wrapper {
    justify-content: center
}

.thumbnail-slider .swiper-wrapper .swiper-slide {
    flex: 0 0 12%
}

.thumbnail-slider .swiper-slide-thumb-active img,
.thumbnail-slider img:hover {
    border: 2px solid #fc0
}

.thumbnail-slider img {
    width: 40px;
    height: 40px !important;
    border-radius: 100%;
    object-fit: inherit;
    margin: 0 auto;
    border: 2px solid #fff0
}

.ilternarylist {
    background: linear-gradient(180deg, rgb(255 186 10 / .1), #fff0);
    font-size: 12px;
    margin: 3px 0;
    height: 45px
}

.disclamier p,
.tamenities {
    margin-top: 10px
}

.tamenities ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.readctn img,
.tamenities ul li img {
    width: 32px;
    height: 32px
}

.packagebtn a,
.packagerequest a {
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center
}

.tamenities ul li p {
    margin-bottom: 0;
    font-size: 12px
}

.tpcakage .tprice {
    display: flex;
    justify-content: flex-start;
    gap: 3px;
    align-items: center
}

.tpcakage .tprice .mprice {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 5px
}

.tpcakage .tprice .sprice {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: line-through
}

.tbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.packagebtn a {
    border: 1px solid #f37002;
    width: 51px;
    border-radius: 7px
}

.packagebtn a svg {
    color: #f37002
}

.packagerequest a {
    background: #f37002;
    color: #fff;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600
}

.packagerequest {
    display: inline-block;
    padding: 0 10px;
    width: calc(100% - 100px)
}

.packagebtn {
    width: 51px;
    display: inline-block
}

.tslide .swiper-button-next,
.tslide .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
    transition: opacity .2s linear
}

.tslide .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tslide:hover .swiper-button-next,
.tslide:hover .swiper-button-prev {
    opacity: 1
}

.tslide .swiper-button-next:after,
.tslide .swiper-button-prev:after {
    color: #637075;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 15px;
    text-align: center
}

.tslide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5
}

.details_form {
    background: #8c8c8c;
    padding: 18px 10px
}

.details_form p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.details_form input {
    height: 38px
}

.details_form .btn {
    line-height: .5
}

.details_form img {
    margin-bottom: 5px;
    width: 23px
}

.details_form .input-group-text {
    padding: 4px;
    font-size: .8rem
}

.form-number {
    background: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 5px 0 0;
    color: #b3b3b3;
    line-height: 40px;
    height: 38px;
    border: 1px solid #c9c9c9
}

#book-online {
    position: relative
}

.why-book {
    border-right: 1px dotted #333;
    text-align: center;
    margin: 20px 0;
    height: 70%;
    padding: 0 20px
}

.why-book img {
    margin-bottom: 10px;
    filter: hue-rotate(119deg);
    width: 35px
}

.why-book h4 {
    color: #506ddc;
    font-size: 19px
}

.why-book p {
    font-size: 16px
}

.elementor-widget-container {
    padding: 25px;
    text-align: center
}

.ha-steps-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 46px;
    height: 150px;
    width: 150px;
    background: #506ddc
}

.ha-step-arrow {
    width: 60px;
    border-color: #9b9b9b
}

.ha-steps-icon img {
    width: 70px
}

.ha-steps-icon .ha-steps-label {
    position: absolute;
    top: 5px;
    right: 0;
    overflow: hidden;
    padding: 8px 10px;
    max-width: 200%;
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1
}

.ha-steps-title {
    margin-bottom: 10px;
    color: #313e64;
    font-size: 17px;
    letter-spacing: .6px;
    font-weight: 900
}

.ha-step-description {
    color: #2e2e2e;
    font-size: .8rem
}

.ha-steps-label {
    color: #313e64;
    background: #ffc750
}

#pills-tab button.active {
    background: linear-gradient(to right, #8a19e2, #0094da) !important;
    color: #fff
}

#pills-tab button {
    margin-right: 10px;
    border: 1px solid #fff0;
    border-radius: 20px !important;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #8a19e2, #0094da);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 0 20px;
    width: auto !important;
    height: 31px;
    color: #000;
    font-weight: 300
}

.place-inner {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4
}

.place-content {
    padding: 10px;
    background: #fff
}

.place-content h4 {
    font-size: 15px;
    font-weight: 800
}

footer {
    padding: 3rem 0 0;
    background: #373737
}

footer h3 {
    color: #eb5976;
    border-bottom: 1px solid #757575;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    font-size: 1.3rem
}

footer h5 {
    color: #c9c9c9;
    margin-bottom: 0;
    font-size: 1rem
}

footer .footerfirst ul {
    margin-top: 1rem;
    padding-left: 0;
    list-style: none
}

.dayslist li a,
.tabssection #pillsinner button,
.tabssection .fixedtabs button {
    font-family: Lato, sans-serif;
    background: #fff;
    padding: 6px 10px;
    margin-left: 8px;
    color: #4a4a4a
}

footer .footerfirst ul li a {
    color: #757575
}

footer .footerfirst ul li a i {
    margin-right: .6rem
}

footer h6 {
    color: #f9f9f9
}

footer .approved img {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 10px
}

footer .accept img {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 100%
}

.disclamier {
    background: #f2ead3
}

.disclamier p {
    text-align: center;
    color: #000;
    padding: 10px;
    font-size: .9rem;
    margin-bottom: 0
}

.copyright p {
    text-align: left;
    color: #fff;
    padding: 10px 0
}

.close-btn,
.offerbox a,
.offerbox h3,
.packageenquiry h3,
.packageenquiry p,
.whyus .modeltitle,
.whywe h2,
.whywe ul {
    text-align: center
}

.modal-overlay.slideuppopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / .7);
    z-index: 999
}

.modal-content.slideupcontent {
    background-color: #e1e1e1;
    height: 100vh !important;
    width: 70%;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    position: fixed;
    bottom: 0;
    right: 0
}

.close-btn {
    position: absolute;
    top: 341px;
    left: -57px;
    padding: 2px;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background-color: #000
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgb(0 0 0 / .5);
    display: none;
    z-index: 9998
}

@keyframes slideIn {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes slideleft {
    from {
        transform: translateX(+100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideleftOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(+100%)
    }
}

.whyus .modeltitle {
    padding: 10px;
    background: #f2ead3;
    color: #121212;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d1cbcb;
    text-transform: uppercase;
    font-size: 23px
}

.scrollfix {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 7%
}

.packageenquiry {
    position: fixed;
    width: 100%;
    max-width: 310px;
    top: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-top: -184px
}

.packageenquiry input,
.packageenquiry textarea {
    margin-bottom: 4px;
    font-size: 14px
}

.packageenquiry img {
    width: 21px
}

.packageenquiry .form-number {
    height: 35px
}

.packageenquiry h3 {
    font-size: 1rem
}

.packageenquiry p {
    font-size: 13px
}

.whywe {
    padding: 20px 0
}

.whywe h2 {
    color: #03938b;
    font-weight: 600;
    margin-bottom: 15px
}

.whywe .divider {
    width: 111px;
    height: 2px;
    background: #bd1536;
    margin: 0 auto
}

.whywe ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px
}

.offercounter,
.summarybox .uvlist {
    justify-content: space-between;
    display: flex
}

.whywe ul li img {
    width: 60px;
    height: 60px
}

.whywe ul li h5 {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    font-weight: 600
}

.summarybox p,
.whywe ul li p {
    margin-bottom: 0;
    font-size: 14px
}

.offercounter {
    align-items: flex-end;
    background: #141414;
    padding: 20px;
    border-radius: 10px;
    width: 1020px;
    margin: 10px auto 0
}

.dayslist,
.fixtabs {
    width: 45%;
    position: fixed
}

.offerbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 60%
}

.offerbox h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

.offerbox h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.offerbox p {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 7px
}

.offerbox a {
    display: block;
    height: 51px;
    line-height: 51px;
    width: 236px;
    border-radius: 10px;
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    margin-top: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer
}

.counterbox {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.counterbox h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: right;
    margin-bottom: 0
}

.counterbox .counterdivider {
    width: 270px;
    height: 1px;
    background: linear-gradient(90deg, #fff0, #fff);
    margin: 10px 0
}

.counterbox .tick {
    width: 80%
}

.counterbox .tick-group {
    text-align: center;
    margin-left: 10px
}

.counterbox .tick-label {
    font-size: 13px;
    color: #fff
}

.tabssection #pillsinner,
.tabssection .fixedtabs {
    background: #cce8ff;
    padding: 7px 30px;
    justify-content: flex-start
}

.tabssection #pillsinner button,
.tabssection .fixedtabs button {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    font-size: 14px
}

.tabssection #pillsinner button.active,
.tabssection .fixedtabs button.active {
    background: #008cff;
    color: #fff;
    font-weight: 700
}

.tabssection #pillsinner {
    flex-wrap: nowrap;
    overflow-x: scroll
}

.dayplans {
    padding: 0 40px
}

.dayplans h3 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.dayplans p,
.dayslist li a,
.thingstodo p {
    font-size: 14px
}

.ptop {
    padding-top: 130px
}

.pto {
    padding-top: 50px !important
}

.fixtabs {
    z-index: 999
}

.dayslist {
    background: #cce8ff;
    padding: 7px 30px 10px;
    display: flex;
    margin-bottom: 10px;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
    top: 100px
}

.dayslist li a {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    display: block
}

.tabinnerbox p {
    margin-bottom: 15px
}

.summarybox {
    padding: 10px 15px
}

.summarybox .uvlist {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ebebeb
}

.summarybox .duration {
    font-weight: 500;
    font-size: 14px
}

.summarybox .duration img {
    width: 20px
}

.summarybox .tamenities {
    padding-bottom: 10px
}

.differntshow {
    background-color: #ed713b;
    padding: 15px 0 0
}

.differbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.differbox .differctn {
    padding-bottom: 1rem
}

.differbox .differctn h2 {
    color: #fff;
    border-bottom: 1px solid #f58f62;
    font-size: 30px;
    padding-bottom: 10px
}

.differbox .differctn p {
    color: #fff;
    font-weight: 300
}

.differbox .differctn a {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 60px;
    font-weight: 300;
    display: inline-block
}

.tourgroup {
    border: 1px solid #f37022;
    box-shadow: 0 0 10px 2px rgb(243 112 34 / .3);
    border-radius: 10px;
    margin: 15px auto 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.tourgroup .groupimg {
    width: 90px;
    margin-right: 10px
}

.tourgroup .groupimg img {
    border-radius: 10px;
    width: 90px;
    height: 90px
}

.tourgroup .groupctn {
    flex: 0 0 75%
}

.tourgroup .groupctn h3 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 5px;
    color: #f37022;
    margin-bottom: 0
}

.tourgroup .groupctn p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #515151
}

.tourgroup .groupbtn a {
    background: linear-gradient(90deg, #ffba0a 0, #f37022 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.23;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer
}

.readlater {
    background-color: #fff;
    box-shadow: 0 2px 6px #0003;
    padding: 15px;
    border-radius: 10px;
    width: 842px;
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.readctn {
    display: flex;
    gap: 10px
}

.readctn h2 {
    font-size: 1.25rem;
    margin-bottom: .25rem
}

.readctn p {
    color: #111111e6;
    margin-bottom: 0;
    font-size: 14px
}

.readbtn a {
    display: block;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 10px
}

.readbtn a img {
    width: 30px
}

.sightseeing {
    padding: 30px 0;
    background: #fbfbfb
}

.sightseeing h2 {
    display: flex;
    gap: 10px;
    font-size: 24px;
    line-height: 32px
}

.sightseenbox {
    margin: 15px 0 20px;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgb(0 0 0 / .15);
    display: flex;
    gap: 20px;
    background: #fff
}

.sightseenbox h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px
}

.sightseenbox .sightcontent {
    overflow-y: scroll;
    scrollbar-width: none;
    height: 110px
}

.sightseenbox img {
    width: 200px;
    height: 130px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.sightseenbox .sightcontent p {
    font-size: 13px;
    margin-bottom: 10px
}

.sightseeingslide .swiper-wrapper {
    margin-bottom: 20px
}

.thingstodo {
    padding: 30px 0 0
}

.thingstodo h2 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 0
}

.smm-itinerary-day,
.thingsdoslider {
    margin-top: 20px
}

.thingsbox {
    border: 1px solid #d3dadb;
    padding: 3px 3px 0;
    box-shadow: 0 3px 0 0 #f0f3f4;
    margin-bottom: 30px;
    border-radius: 5px
}

.thingsbox img {
    width: 100%
}

.thingsbox h5 {
    margin-bottom: 0;
    padding: 10px 10px 0;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 50px
}

.thingsbox p {
    padding: 5px 10px 10px;
    margin-bottom: 0;
    color: #3b3e3b;
    font-size: 13px
}

.popular h2,
.popular p {
    color: #fff;
    text-align: center
}

.popular {
    padding: 35px 0;
    background: #25272c
}

.popular h2 {
    font-size: 22px
}

.popular p {
    font-size: 14px;
    margin-bottom: 30px
}

.popularbox {
    background: #fff;
    border-radius: 12px
}

.popularbox img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 170px;
    object-fit: cover
}

.popularbox h4 {
    padding: 15px 15px 10px;
    font-size: 15px;
    color: #25272c
}

.popularbox p {
    color: #25272c;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0 15px 15px;
    height: 170px
}

.packagemenu {
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 999999;
    background: #fff;
    width: 100%
}

.packagemenu ul {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none
}

.packagemenu li a {
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #6c6c6c;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    color: #6c6c6c
}

.packagemenu li a.is-current {
    background: #fff7e7;
    border-color: #ffebc4
}

.daycontent li,
.inside h4 {
    border-bottom: 1px solid #e0e0e0
}

.tagline {
    margin-top: 60px;
    padding: 5px;
    background: linear-gradient(90deg, #ff6502 33%, #02a239 79%)
}

.inside,
.pkcontent {
    padding: 20px
}

.pkcontent,
.pkslide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.tagline p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.pkcontent h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    color: #000
}

.inside h4,
.triphighlight h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500
}

.pkdays {
    display: flex;
    gap: 20px;
    align-items: center
}

.pkdays .dt {
    background: #bf500e;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    padding: 0 8px
}

.insidebox,
.pkdays .dtrip ul {
    display: flex;
    gap: 20px
}

.daycontent li,
.mealtrip,
.pkdays .dtrip ul li,
.tripheading {
    display: flex;
    gap: 10px
}

.pkdays .dtrip ul li {
    align-items: center;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px
}

.eventdetails .eventlist:first-child,
.pkdays .dtrip ul li:first-child {
    border-left: 0;
    padding-left: 0
}

.pkdays .dtrip ul li h6 {
    font-size: 31px;
    font-weight: 700;
    line-height: 47px;
    color: #cbcbcb;
    margin-bottom: 0
}

.pkdays .dtrip ul li span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    line-height: 14px
}

.pkdays .dtrip ul li .dtr {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    color: #202020
}

.pkinclusions ul li {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.pkinclusions ul li img {
    padding-right: 5px
}

.pkslide .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 0
}

.triphighlight h5 {
    color: #202020;
    margin-bottom: 15px
}

.triphighlight ul {
    color: #515151;
    list-style: inside
}

.triphighlight ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #515151
}

.inside {
    border: 1px solid #e0e0e0;
    margin-top: 30px;
    border-radius: 10px
}

.inside h4 {
    color: #202020;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.insidecontent {
    flex: 0 0 48%
}

.insidecontent h5 {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

.insidecontent.bdr {
    border-right: 1px solid #e0e0e0
}

.insidecontent ul li {
    font-size: 12.5px;
    padding-bottom: 10px;
    display: flex;
    gap: 5px
}

.knowlist ul {
    list-style: circle;
    padding-left: 20px
}

.knowlist li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px
}

.tourdayslist h3 {
    font-size: 21px;
    padding-top: 20px
}

#pills-tabs {
    background: #f4f6f9;
    padding: 7px 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    border-radius: 7px
}

#pills-tabs li button {
    font-weight: 500;
    color: #8e8e8e;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / .07);
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    line-height: 21px;
    border: 0;
    margin-right: 15px
}

#pills-tabs li button.active {
    color: #fff;
    background: #f37002
}

.summrisedbox {
    padding: 10px 0 15px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .05);
    margin-bottom: 20px
}

.summrisedbox h3 {
    padding: 0 20px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #202020
}

.eventdetails {
    padding: 0 20px;
    display: flex;
    justify-content: flex-start
}

.eventdetails .eventlist {
    border-left: 1px solid #e0e0e0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #515151
}

.smm-itinerary .dayhead {
    background: #f4f6f9;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between
}

.smm-itinerary .dayhead span {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #202020
}

.smm-itinerary .dayhead .d1 {
    color: #515151;
    font-size: 11px;
    letter-spacing: 2px
}

.daycontent {
    padding: 15px 20px
}

.daycontent li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    align-items: center
}

.mealtrip {
    border-radius: 5px;
    padding: 15px 15px 16px;
    margin: 0 20px 20px;
    background: #f4f4f4;
    font-size: 11px;
    line-height: 16.5px
}

.adsbanner,
.tripsuggestion {
    background: rgb(252 175 23 / .1)
}

.mealtrip img {
    width: 16px
}

.tripslider {
    width: 85%;
    margin: 0 auto;
    position: relative
}

.tripsliderp img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.tripsliderp .swiper-slide:before {
    height: 50%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 43.1%, 0), rgb(0 0 0 / .25) 29.51%, rgb(0 0 0 / .5) 64.58%, rgb(0 0 0 / .71));
    border-radius: 10px
}

.tripsliderp .swiper-pagination::after,
.tripsliderp .swiper-pagination::before {
    width: 13px;
    height: 13px;
    background: hsl(0 0% 100% / .5);
    cursor: pointer;
    top: 1px;
    content: "";
    display: block;
    position: absolute
}

.tripsliderp .swiper-pagination {
    background: hsla(0, 0%, 87.8%, .9);
    width: 40px;
    margin: 0 auto 0 -20px;
    left: 50%;
    border-radius: 10px;
    font-size: 10px;
    bottom: 15px
}

.tripsliderp .swiper-pagination::before {
    border-radius: 10px;
    border: .5px solid #e0e0e0;
    left: -20px
}

.tripsliderp .swiper-pagination::after {
    border-radius: 10px;
    border: .5px solid #e0e0e0;
    right: -20px
}

.tripsliderp .swiper-button-next,
.tripsliderp .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%
}

.tripheading {
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 20px
}

.tripheading h6 {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    color: #e0e0e0;
    margin-bottom: 0
}

.tripheading span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #e0e0e0
}

.dayplanlist button,
.transfer-day ul li {
    color: #202020;
    position: relative;
    display: flex
}

.tripheading span.tripname {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px
}

.dayplanlist {
    box-shadow: 0 0 10px rgb(0 0 0 / .05);
    padding: 15px 15px 10px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    margin-top: 20px
}

.dayplanlist button {
    border: 0;
    background: 0 0;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    align-items: center
}

.itinerary-day-description p,
.itinerary-day-event h4 {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0
}

.dayplanlist button:after {
    content: ">";
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s
}

.dayplanlist button.collapsed:after {
    transform: rotate(90deg)
}

.dayplanlist button .daynumber {
    background: #bf500e;
    padding: 0 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 12px
}

.daysplancontent {
    padding-top: 10px
}

.activitybox,
.itinerary-day-description,
.itinerary-day-event {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0
}

.itinerary-day-event .eventicon {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #515151
}

.itinerary-day-event h4 {
    margin-top: 7px
}

.transfer-day {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px
}

.transfer-day ul {
    padding-left: 20px
}

.transfer-day ul li {
    border-radius: 7px;
    border: .5px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .08);
    padding: 12px;
    margin-top: 40px;
    gap: 5px;
    font-size: 14px
}

.transfer-day ul li:before {
    content: "";
    display: block;
    background: url(../images/icon6.svg) center center/14px 16px no-repeat;
    width: 14px;
    height: 16px;
    position: absolute;
    left: -25px
}

.transfer-day ul li:after {
    content: "";
    display: block;
    border-left: .5px dotted #8e8e8e;
    position: absolute;
    left: -18px;
    height: 72px;
    top: 28px
}

.transfer-day ul li span {
    border-radius: 5px 5px 5px 0;
    background: linear-gradient(90deg, rgb(252 175 23 / .2), hsla(0, 0%, 87.8%, 0));
    width: 76px;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    color: #e9a010;
    position: absolute;
    top: -22px
}

.adsbanner {
    display: flex;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #ffebc4;
    width: 100%;
    height: 49px;
    align-items: center;
    padding: 0 20px;
    margin: 10px 0 15px;
    color: #e89b03;
    font-size: 13px;
    font-weight: 400
}

.choosetrip {
    padding: 20px
}

.choosebox .chooseimg img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px
}

.choosebox .chooseimg:before {
    content: "";
    position: absolute;
    height: 35px;
    left: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff0, rgb(0 0 0 / .31) 29.51%, rgb(0 0 0 / .6) 64.58%, rgb(0 0 0 / .71))
}

.choosebox .chooseimg h6 {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 7px;
    z-index: 3;
    margin-bottom: 0
}

.choosebox p {
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 10px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 15px
}

.choosebox h5 {
    color: #202020;
    font-size: 12px;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 18px
}

.tripsuggestion {
    padding: 15px 0 15px 15px;
    border-radius: 5px;
    position: relative
}

.tripsuggestion:after {
    content: "";
    display: block;
    background: url(../images/blup.svg) center center/64px 94px no-repeat;
    width: 64px;
    height: 94px;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1
}

.tripsuggestion h3 {
    color: #fcaf17;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px
}

.tripsuggestion p {
    color: #c68b16;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 12px
}

.activitybox h4,
.activitybox h5,
.attractions h2,
.checklabel,
.inclusionshead {
    font-weight: 500
}

.tripsuggestionslide {
    padding-top: 30px
}

.tripsuggestionslide img {
    height: 150px;
    width: 240px;
    border-radius: 10px
}

.tripsuggestionslide h5 {
    font-size: 14px;
    color: #202020;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0
}

.tripsuggestionslide .swiper-button-prev {
    top: 23px;
    right: 50px;
    left: inherit;
    border: 1px solid #fc9a3a;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fc9a3a87
}

.tripsuggestionslide .swiper-button-next {
    top: 23px;
    border: 1px solid #fc9a3a;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fc9a3a87
}

.checklist,
.daymeal,
.inclusions {
    border-radius: 5px
}

.amazinglist img,
.attractionbox img,
.gallerybox img {
    border-radius: 10px ;
    width: 100vw;
    height: 50vh;
    object-fit: cover;
}


.tripsuggestionslide .swiper-button-next:after,
.tripsuggestionslide .swiper-button-prev:after {
    font-size: 12px
}

.inclusions {
    padding: 15px;
    background: rgb(41 179 223 / .1);
    display: flex;
    gap: 20px;
    margin: 10px 0
}

.inclusionshead {
    line-height: 22px;
    color: #515151;
    font-size: 15px;
    flex: 0 0 7%
}

.checklabel,
.galleryinnerbox .swiper-button-next:after,
.galleryinnerbox .swiper-button-prev:after {
    font-size: 10px
}

.inclusionscontent {
    display: flex;
    justify-content: space-between;
    flex: 0 0 88%
}

.inclusionscontent .inclusionslist {
    font-size: 13px;
    border-left: 1px solid #ddd;
    flex: 0 0 33%;
    padding-left: 15px
}

.activitybox h4 {
    font-size: 14px;
    line-height: 18px;
    color: #515151;
    display: flex;
    gap: 10px;
    align-items: center
}

.activitybox h5,
.amazingslide h3 {
    line-height: 22px;
    color: #202020;
    font-size: 15px
}

.amazingslide {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px
}

.amazingslide h3 {
    margin-bottom: 15px
}

.amazinglist p {
    margin-bottom: 0;
    color: #515151;
    font-size: 13px;
    padding-left: 5px;
    margin-top: 5px
}

.daymeal {
    background: #f4f4f4;
    padding: 15px 15px 16px
}

.daymeal h6 {
    color: #515151;
    font-size: 15px;
    letter-spacing: .45px;
    line-height: 22.5px
}

.daymeal p {
    color: #202020;
    letter-spacing: .42px;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 0
}

.checklist {
    background-color: #f4f4f4;
    padding: 8px 10px 5px;
    display: flex;
    justify-content: space-between
}

.checklabel {
    line-height: 15px;
    color: #515151;
    flex: 0 0 7%
}

.checklabel span {
    display: block;
    font-size: 12px;
    line-height: 18px
}

.attractionctn,
.checkspearte,
.traveltips ul,
.traveltips ul li {
    display: flex;
    text-align: center
}

.checkspearte {
    flex: 0 0 83%;
    border-bottom: 1px dashed #8e8e8e;
    align-items: center;
    position: relative;
    height: 9px
}

.checkspearte .duration {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 12px;
    line-height: 18px;
    margin-left: -30px;
    background: #f4f4f4;
    width: 60px
}

.checkspearte .duration img {
    width: 10px;
    margin-top: -2px
}

.endtour {
    text-align: center;
    padding: 20px 0 0
}

.gallerybox img {
    height: 400px;
    object-fit: cover
}

.galleryinnerbox .swiper-button-next,
.galleryinnerbox .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff
}

.attractions h2 {
    font-size: 24px
}

.attractions p {
    font-size: 13px;
    color: gray
}

.attractionctn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    z-index: 0;
    background-image: linear-gradient(to top, rgb(0 0 0 / .63), transparent);
    align-items: center;
    justify-content: center
}

.attractionctn p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff
}

.attractionsslide .swiper-wrapper {
    margin-bottom: 45px
}

.traveltips {
    padding: 15px 0
}

.traveltips h2 {
    margin-bottom: 30px;
    font-size: 24px
}

.traveltips ul {
    gap: 30px
}

.traveltips ul li {
    padding: 25px;
    box-shadow: 0 0 24px 1px rgb(14 2 8 / 8%);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.traveltips li img {
    width: 75px;
    height: 75px
}

.traveltips li h4 {
    color: #333;
    font-size: 21px;
    margin-bottom: 0
}

.traveltips li p {
    margin-bottom: 0;
    font-size: 13px;
    color: gray
}

.faq h2 {
    color: #ffd906;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}

.faqbox a {
    display: block;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #000;
    padding: 20px 25px;
    margin-bottom: 10px;
    border-radius: 5px
}

.faqbox a span {
    margin-right: 7px;
    padding: 1px 5px;
    border-radius: 2px;
    color: #fff;
    background-color: #415a77;
    font-weight: 600;
    display: inline-block
}

.faqbox .collapse p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px
}

.outdooractivity {
    background: url(../images/bali-outdoor-activities.webp) center center no-repeat rgb(0 0 0 / .5);
    background-size: cover;
    background-blend-mode: multiply;
    padding: 30px 0;
    margin-top: 20px
}

.outdooractivity h2 {
    font-size: 100px;
    color: #fc0;
    font-weight: 900
}

.outdooractivity h3 {
    color: #fff;
    font-size: 20px
}

.outdooractivity ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center
}

.outdooractivity li .outdoorimg {
    flex: 0 0 20%;
    position: relative;
    z-index: 9
}

.outdooractivity li .outdoorimg img {
    border-radius: 100%;
    border: 5px solid #fc0;
    width: 130px;
    height: 130px
}

.outdooractivity li .outdoorctn {
    flex: 0 0 70%;
    background: #fff;
    border-radius: 15px;
    margin-left: -30px
}

.outdooractivity li .outdoorctn p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    padding: 15px 20px 15px 50px
}

.reviewlist h2 {
    text-align: center;
    margin-bottom: 2rem
}

.reviewpoint {
    background: #fafafa;
    padding: 15px
}

.reviewpic {
    display: flex;
    margin-bottom: 1rem
}

.reviewpic img {
    width: 40px;
    height: 40px;
    margin-right: 2%
}

.reviewpic .name {
    color: #000;
    font-weight: 600
}

.reviewpic .name small {
    display: block;
    font-weight: 400
}

.reviewpoint i.fa-star {
    color: #fb8e28;
    font-size: 1.2rem
}

.reviewpoint .reviewctn {
    font-size: .8rem;
    margin-top: .6rem;
    height: 100px;
    overflow-y: scroll
}

.reviewpoint1 .swiper-wrapper {
    margin-bottom: 3rem
}

.nearby h4 {
    font-size: 1.4rem;
    text-align: center
}

.nearby .point {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.nearby .bdrlft {
    border-left: 1px solid #ffcc04
}

.visitindia ul {
    margin: 1rem 0 0;
    list-style: inside
}

.visitindia ul li {
    float: left;
    width: 50%;
    font-size: 16px
}

.purposelist {
    margin-top: 1.8rem
}

.purposelist ul li {
    display: flex;
    margin-bottom: 20px
}

.purposelist ul li img {
    width: 60px;
    margin-right: 1rem
}

.purposelist ul li h6 {
    font-size: 1.2rem;
    margin-bottom: 0
}

.purposelist ul li .progress {
    height: 6px
}

.purposelist .progress-bar {
    background: #ffcc04
}