@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap')
/* ***** Common Css **** */

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1470px;
}


/* ***** End Common Css **** */


/* **** Header **** */

header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
    background: #FFF;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 45px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navrow {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-nav li {
    margin-right: 60px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-light .navright {
    display: flex;
    align-items: center;
}

.navbar-light .navright li {
    margin-right: 40px;
}

.navbar-light .navright li:last-child {
    margin: 0;
}

.navbar-light .navright li a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    display: block;
    text-align: center;
}

.navbar-light .navright li a span {
    display: block;
    font-size: 18px;
    margin: 0 0 7px;
}

.navbar-light .navright li a:hover,
.navbar-light .navright li a:focus,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #FC4F3F;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #FC4F3F;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FC4F3F;
}

header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

header.main-header.nav-new img.whitelg {
    display: none;
}

img.blcklg {
    display: none;
}

header.main-header.nav-new img.blcklg {
    display: block;
}

header.main-header.nav-new {
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}

header.main-header.nav-new .navbar-light .navbar-nav .nav-link {
    color: #000;
}

header.main-header.nav-new .navbar-light .navright li a {
    color: #000;
}

header.main-header.nav-new .navbar-light .navright li a:hover,
header.main-header.nav-new .navbar-light .navbar-nav .nav-link:hover {
    color: #fc4f3f;
}

header.main-header .navbar-light .navright li .dropdown {
    background: transparent;
}

header.main-header .navbar-light .navright li .dropdown button {
    background: transparent;
    border: none;
}

header.main-header .navbar-light .navright li .dropdown button span {
    display: block;
}


/* **** End Header **** */

.main-header {
    position: absolute;
    background: transparent;
    border: none;
}

.main-header .navbar-light .navbar-nav .nav-link {
    color: #fff
}

.main-header .navbar-light .navright li a {
    color: #fff
}

.main-header .navbar-light .navbar-nav .nav-link:hover,
.main-header .navbar-light .navbar-nav .nav-link.active,
.main-header .navbar-light .navright li a.active,
.main-header .navbar-light .navright li a:hover {
    color: #FC4F3F;
}

.main-header .navbar-light .navbar-toggler-icon {
    border-color: #000
}

.main-header .navbar-light .navbar-toggler-icon:after,
.main-header .navbar-light .navbar-toggler-icon:before {
    background: #000
}


/* **** toggler **** */

.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-light .navbar-toggler.show-sidebar .navbar-toggler-icon {
    border-color: #000
}

.navbar-light .navbar-toggler.show-sidebar .navbar-toggler-icon:after,
.navbar-light .navbar-toggler.show-sidebar .navbar-toggler-icon:before {
    background: #000
}


/* **** End toggler **** */


/* **** Booking Detail **** */

.booking-detail-wrp {
    padding: 50px 0 140px;
}

.booking-detail-wrp .booking-title {
    margin: 0 0 40px;
}

.booking-detail-wrp .booking-title .breadcrumb {
    margin: 0 0 24px;
}

.booking-detail-wrp .booking-title .breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.booking-detail-wrp .booking-title .breadcrumb ul li {
    padding-right: 28px;
    margin-right: 12px;
    position: relative;
    color: #fc4f3f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.booking-detail-wrp .booking-title .breadcrumb ul li:before {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    right: 0;
    top: 50%;
    color: #727272;
    font-size: 16px;
    transform: translate(0, -50%);
}

.booking-detail-wrp .booking-title .breadcrumb ul li a {
    color: #727272;
}

.booking-detail-wrp .booking-title .breadcrumb ul li:last-child:before {
    display: none;
}

.booking-detail-wrp .booking-title h2 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}

.booking-detail-wrp .booking-title h2 a {
    display: table;
    color: #000;
}

.booking-detail-wrp .booking-title .rating-info ul {
    display: flex;
    align-items: center;
}

.booking-detail-wrp .booking-title .rating-info ul li {
    color: #727272;
    font-size: 24px;
    font-weight: 400;
    padding: 0 24px 0 0;
    margin: 0 14px 0 0;
    position: relative;
}

.booking-detail-wrp .booking-title .rating-info ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #727272;
    border-radius: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.booking-detail-wrp .booking-title .rating-info ul li:last-child {
    padding: 0;
    margin: 0;
}

.booking-detail-wrp .booking-title .rating-info ul li:last-child:before {
    display: none;
}

.booking-slider {
    margin: 0 0 80px;
}

.booking-slider .row {
    align-items: center;
}

.booking-slider .slider-for .slider-box {
    position: relative;
}

.booking-slider .slider-for .slider-box span {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 16px;
    display: table;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fff;
    border-radius: 20px;
}

.booking-slider .slider-for .slider-box img {
    width: 100%;
    border-radius: 20px;
    height: 568px;
    object-fit: cover;
    object-position: center;
}

.booking-slider .slider-nav .slider-box {
    margin: 10px 0;
}

.booking-slider .slider-nav .slick-slide.slick-current.slick-active .slider-box img {
    border-color: #fc4f3f;
}

.booking-slider .slider-nav .slider-box img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #fff;
}

.booking-slider .slick-prev,
.booking-slider .slick-next {
    position: absolute;
    left: 22px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.booking-slider .slick-next {
    left: auto;
    right: 22px;
}

.booking-slider .slick-prev:before,
.booking-slider .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background: #fff;
    color: #000000;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.booking-slider .slick-next:before {
    left: auto;
    right: 0;
    content: "\f061";
}

.booking-slider .slick-prev:hover:before,
.booking-slider .slick-next:hover:before {
    background-color: #f2332d;
    color: #fff;
}

.booking-detail .description p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 25px;
}

.booking-detail .description p:last-child {
    margin: 0;
}

.booking-detail .detail-box {
    border-radius: 24px;
    border: 1px solid #e6e6e6;
    padding: 30px;
}

.booking-detail .detail-box h2 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 47px;
    margin: 0;
}

.booking-detail .detail-box p {
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 30px;
}

.booking-detail .detail-box .btn-primary {
    display: block;
    width: 100%;
    border:hidden;
}


/* **** End Booking Detail **** */

.secondary-btn {
    color: #fc4f3f;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: table;
    padding: 12px 24px;
    border-radius: 14px;
    border: 2px solid #fc4f3f;
    text-align: center;
    display: table;
}

.secondary-btn:hover {
    background: #fc4f3f;
    color: #fff;
}

.btn-primary {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: table;
    padding: 12px 24px;
    border-radius: 14px;
    background: #fc4f3f;
    text-align: center;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    border: hidden;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

.titlebar {
    margin: 0 0 40px;
}

.titlebar h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 61px;
    margin: 0;
}

.titlebar h2 span {
    color: #fc4f3f;
}

.titlebar h2 i {
    font-size: 20px;
}


/* **** About **** */

.about-wrp {
    padding: 0 0 140px;
}

.about-wrp .about-block {
    padding: 0 0 100px;
    max-width: 947px;
}

.about-wrp .about-block .about-box {
    display: flex;
    align-items: flex-start;
    margin: 0 0 40px;
}

.about-wrp .about-block .about-box img {
    max-width: 100%;
    margin-right: 16px;
}

.about-wrp .about-block .about-box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 4px;
}

.about-wrp .about-block .about-box p {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.about-wrp .timings-block {
    max-width: 947px;
}

.about-wrp .timings-block ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
}

.about-wrp .timings-block ul li span {
    margin-left: auto;
    min-width: 120px;
}

.description-inner {
    padding: 100px 0 0 140px;
}

.about-page-story-img {
    position: absolute;
    top: -50px;
    right: 6%;
    width: 1000px;
    height: 1000px;
    border-radius: 94px;
    transform: rotate(-15deg);
    overflow: hidden;
    object-fit: cover;
    background: url(../images/story-img3.webp) 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

.aboutpgwrp {
    position: relative;
    overflow: hidden;
}

.aboutpgwrp {
    padding-top: 400px !important;
}

/* **** End About **** */


/* **** Package **** */

.package-wrp {
    padding: 0 0 140px;
}

.package-wrp .titlebar {
    margin: 0 0 24px;
}

.package-wrp .package-block {
    margin: 0 0 110px;
}

.package-wrp .package-block .package-box {
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    padding: 16px;
    margin: 0 0 30px;
}

.package-wrp .package-block .package-box h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 6px;
}

.package-wrp .package-block .package-box .package-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*margin: 0 0 16px*/
}

.package-wrp .package-block .package-box .package-info li {
    margin-right: 8px;
    padding-right: 11px;
    position: relative;
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.package-wrp .package-block .package-box .package-info li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: #727272;
}

.package-wrp .package-block .package-box .package-info li:last-child {
    padding: 0;
    margin: 0;
}

.package-wrp .package-block .package-box .package-info li:last-child:before {
    display: none;
}

.package-wrp .package-block .package-box .book-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-wrp .package-block .package-box .book-info li {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
}

.package-wrp .package-block .package-box .book-info li span {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.package-wrp .package-block .package-box .book-info li a {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding: 8px 40px;
    border-radius: 8px;
    border: 1.5px solid #000;
}

.package-wrp .package-block .package-box .book-info li a:hover {
    background: #000;
    color: #fff;
}

.package-wrp .participant-block {
    border-radius: 24px;
    border: 2px solid #e6e6e6;
    padding: 30px;
}

.package-wrp .participant-block h2 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 30px;
}

.package-wrp .participant-block .form-group .form-control {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 14px 24px;
    border-radius: 14px;
    border: 2px solid #e6e6e6;
    box-shadow: none;
    outline: none;
}

.package-wrp .participant-block .btn-primary {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
}


/* **** End ackage **** */


/* **** Ticket ***** */

.ticket-block {
    border-radius: 24px;
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin: 0 0 30px;
}

.ticket-block .ticket-body {
    border-radius: 16px;
    background: #fafafa;
    padding: 16px;
}

.ticket-block .box-title {
    margin: 0 0 30px;
}

.ticket-block .box-title h5 {
    color: #fc4f3f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.ticket-block .box-title h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 8px;
}

.ticket-block .box-title h6 {
    color: #727272;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px;
}

.ticket-block .box-title p {
    color: #727272;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
}

.ticket-block .box-title ul.select-box {
    display: flex;
    align-items: center;
    margin: 0 -8px 16px;
}

.ticket-block .box-title ul.select-box li {
    padding: 0 8px;
    width: 50%;
}

.ticket-block .box-title ul.select-box li a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    padding: 9px;
    border-radius: 8px;
    border: 1.5px solid #000;
    text-align: center;
}

.ticket-block .box-title ul.select-box li a:hover {
    background: #000c;
    color: #fff;
}
.ticket-block .box-title ul.select-box li .form-control{
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    padding: 9px;
    border-radius: 8px;
    border: 1.5px solid #000;
}
.ticket-block .box-title ul.select-box li .form-control:focus{
    outline: none;
    box-shadow: none;
}
.ticket-block .ticket-box {
    background: #f5f5f5;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}


/*.ticket-block .ticket-box.last-box {
    border: none;
}*/

.ticket-block .ticket-box h6 {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.ticket-block .ticket-box h5 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.ticket-block .ticket-box .quantity {
    display: flex;
    align-items: center;
}

.ticket-block .ticket-box .quantity .qtyminus,
.ticket-block .ticket-box .quantity .qtyplus {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ticket-block .ticket-box .quantity .qtyminus:hover,
.ticket-block .ticket-box .quantity .qtyplus:hover {
    background: #fc4f3f;
    color: #fff;
}

.ticket-block .ticket-box .quantity .qty {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 16px;
    border: none;
    box-shadow: none;
    background: #f5f5f5;
    outline: none;
    width: auto;
    width: 24px;
    height: 16px;
    text-align: center;
}

.ticket-block .activity-info {
    display: flex;
    align-items: flex-end;
    flex-flow: column-reverse;
    padding: 10px 0 0;
}

.ticket-block .activity-info li {
    color: #ff2626;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.ticket-block .activity-info li:last-child {
    margin: 0;
    font-weight: 600;
    color: #000;
}

.ticket-block .activity-info.remove-at {
    padding: 10px 15px 0;
    justify-content: flex-start;
    align-items: flex-start;
}

.ticket-block .activity-info li a {
    color: #ff2626;
}

.ticket-block .activity-info li i {
    margin-right: 5px;
}

.ticket-block .activity-info li span {
    font-size: 18px;
    color: #000;
}

.ticket-block .box-footer {
    padding: 30px 0 0;
}

.ticket-block .box-footer ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.ticket-block .box-footer ul li {
    width: 50%;
    padding: 0 10px;
}

.ticket-block .box-footer ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}


/* **** End Ticket ***** */


/* **** includes **** */

.includes-wrp {
    padding: 0 0 140px;
}

.includes-wrp .titlebar {
    margin: 0 0 40px;
}

.includes-wrp .includes-block {
    padding: 60px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.includes-wrp .includes-block .includes-title h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

.includes-wrp .includes-block .description .checklist li {
    overflow: hidden;
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 30px;
}

.includes-wrp .includes-block .description .checklist li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 2px;
    color: #00b20f;
    font-family: "Font Awesome 5 Pro";
}

.includes-wrp .includes-block .description .checklist li.close-ic {
    color: #e6e6e6;
}

.includes-wrp .includes-block .description .checklist li.close-ic:before {
    color: #e6e6e6;
    content: "\f00d";
}

.includes-wrp .includes-block .information-box {
    margin: 0 0 40px;
}

.includes-wrp .includes-block .information-box:last-child {
    margin: 0;
}

.includes-wrp .includes-block .information-box h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 5px;
}

.includes-wrp .includes-block .information-box ul {
    padding-left: 14px;
}

.includes-wrp .includes-block .information-box ul li {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
}

.includes-wrp .includes-block .information-box ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #727272;
    border-radius: 100%;
    left: 0;
    top: 9px;
}

.includes-wrp .description p {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 25px;
}

.includes-wrp .description p:last-child {
    margin: 0;
}


/* **** End includes **** */


/* **** use **** */

.use-wrp {
    padding: 0 0 60px;
}

.use-wrp .titlebar {
    padding: 0 0 140px;
    max-width: 947px;
}

.use-wrp .titlebar h2 {
    margin: 0 0 40px;
}

.use-wrp .titlebar p {
    color: #727272;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 25px;
}

.use-wrp .titlebar p:last-child {
    margin: 0;
}

.location-block {
    padding: 0 0 140px;
    max-width: 947px;
}

.location-block h2 {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 61px;
    margin: 0 0 20px;
}

.location-block h6 {
    color: #727272;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 40px;
}

.location-block .location-map {
    height: 600px;
    border-radius: 34px;
}

.location-block .location-map iframe {
    height: 100%;
    width: 100%;
    border-radius: 34px;
}

.experiences-block {
    max-width: 947px;
    padding: 0 0 140px;
}

.experiences-block .titlebar {
    margin: 0 0 40px;
    padding: 0;
}

.experiences-block .experience-box {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    height: 100%;
    margin: 0 0 30px;
    position: relative;
}

.experiences-block .experience-box h6 span {
    margin-left: 5px;
}

.experiences-block .experience-box h6 {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 12px;
}

.experiences-block .experience-box h6 i {
    color: #fc4f3f;
}

.experiences-block .experience-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 12px;
}

.experiences-block .experience-box p {
    color: #727272;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.experiences-block .experience-box img {
    border-radius: 16px;
    max-width: 100%;
    margin: 24px 0 0 0;
}

.experiences-block .experience-box .experience-box-logos {
    position: absolute;
    right: 24px;
    top: 20px;
    display: flex;
    align-items: center;
}

.experiences-block .experience-box .experience-box-logos li {
    margin-left: 10px;
}

.experiences-block .experience-box .experience-box-logos li figure,
.experiences-block .experience-box .experience-box-logos li figure img {
    margin: 0;
    border-radius: 0;
}

.experiences-block .experience-box .experience-box-logos li figure img {
    height: 25px;
}

.expect-block .titlebar {
    margin: 0;
    padding: 0 0 80px;
}

.expect-block .titlebar h2 {
    margin: 0 0 40px;
}

.expect-block .titlebar p {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 25px;
}

.expect-block .titlebar p:last-child {
    margin: 0;
}

.expect-block .expect-box {
    max-width: 947px;
    margin: 0 0 80px;
}

.expect-block .expect-box h4 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 30px;
}

.expect-block .expect-box img {
    width: 100%;
    border-radius: 34px;
}

.together-wrp {
    padding: 0 0 140px;
}

.together-wrp .titlebar {
    margin: 0 0 40px;
}

.together-wrp .together-box img {
    width: 100%;
    border-radius: 18px;
    margin: 0 0 16px;
}

.together-wrp .together-box .description {
    position: relative;
}

.together-wrp .together-box .description .aedtxt {
    position: absolute;
    right: 0;
    top: 0;
    color: #fc4f3f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.together-wrp .together-box h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0;
    padding-right: 70px;
}

.together-wrp .together-box ul {
    padding-right: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.together-wrp .together-box ul li {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-right: 12px;
    margin-right: 8px;
}

.together-wrp .together-box ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #727272;
    border-radius: 100%;
    right: 0;
    top: 9px;
}

.together-wrp .together-box ul li span {
    font-size: 12px;
}

.together-wrp .together-box ul li:last-child {
    padding: 0;
    margin: 0;
}

.together-wrp .together-box ul li:before {
    display: none;
}


/* **** Footer **** */

footer {
    background: #f5f5f5;
    padding: 100px 0;
}

footer p {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 57px 0 0;
}

footer .foot-logo .foot-logo-img {
    max-width: 100%;
    margin: 0 0 52px;
}

footer .foot-logo a {
    border: 1px solid #e6e6e6;
    display: table;
    margin: 0 0 10px;
    border-radius: 5px;
    padding: 5px;
}

footer .foot-logo a img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer .foot-logo a:hover {
    background: #fc4f3f;
}

footer .foot-logo a:hover img {
    filter: brightness(0) invert(1);
}

footer h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 24px;
}

footer .quicklinks ul li {
    margin: 0 0 18px;
}

footer .quicklinks ul li:last-child {
    margin: 0;
}

footer .quicklinks ul li a {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

footer .quicklinks ul li a:hover {
    color: #fc4f3f;
}

footer .сontacts-info ul li {
    margin: 0 0 18px;
}

footer .сontacts-info ul li:last-child {
    margin: 0;
}

footer .сontacts-info ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

footer .сontacts-info ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #727272;
}

footer .social-bx ul {
    display: flex;
    align-items: center;
}

footer .social-bx ul li {
    margin-right: 14px;
}

footer .social-bx ul li:last-child {
    margin: 0;
}

footer .social-bx {
    margin: 21px 0 0;
}

footer .social-bx ul li a {
    height: 30px;
    width: 30px;
    background: #e6e6e6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

footer .social-bx ul li a:hover {
    background: #000;
    color: #fff;
}

footer .copyright {
    display: none;
    border-top: 1px solid #727272;
    padding: 15px 0;
    margin: 40px 0 0;
}

footer .copyright h6 {
    margin: 0;
    text-align: center;
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.cart-wrp {
    padding: 60px 0 100px;
}

.cart-wrp .ticket-block {
    padding: 16px;
    border-radius: 16px;
}

.cart-wrp .ticket-block .ticket-body {
    background: transparent;
    padding: 0;
}

.cart-wrp .pricing-detail-block {
    border-radius: 24px;
    border: 1px solid #e6e6e6;
    padding: 30px;
    height: 100%;
}

.cart-wrp .pricing-detail-block h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 30px;
}

.cart-wrp .totalprice {
    display: flex;
    align-items: flex-start;
    padding: 0 0 12px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 18px;
}

.cart-wrp .totalprice h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
}

.cart-wrp .totalprice h3 span {
    color: #727272;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    display: table;
}

.cart-wrp .totalprice h4 {
    margin: 0;
    margin-left: auto;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}

.cart-wrp .pricing-detail-block .points-info {
    padding: 0 0 24px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px;
}

.cart-wrp .pricing-detail-block .points-info li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 25px;
}

.cart-wrp .pricing-detail-block .points-info li.pointcheck {
    border-top: 1px solid #e6e6e6;
    padding: 25px 0 0;
}

.cart-wrp .pricing-detail-block .points-info li:last-child {
    margin: 0;
}

.cart-wrp .pricing-detail-block .points-info li span {
    margin-left: auto;
}

.cart-wrp .pricing-detail-block .points-info li .form-group {
    margin: 0;
    width: 100%;
}

.cart-wrp .pricing-detail-block .points-info li .form-group .form-control {
    padding: 10px 15px;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 1px solid #e6e6e6;
}

.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
}

.form-checkbox label a {
    color: #fc4f3f;
    margin: 0 5px;
}

.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-checkbox input:checked+label:before {
    background: #fc4f3f;
    border-color: #fc4f3f;
}

.cart-wrp .pricing-detail-block .description h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 24px;
}

.cart-wrp .pricing-detail-block .description p {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 25px;
}

.cart-wrp .pricing-detail-block .description .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.cart-wrp .pricing-detail-block .description .checkbox-info .form-checkbox {
    margin: 0 0 30px;
}

.cart-wrp .pricing-detail-block .description .checkbox-info .form-checkbox label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cart-wrp .pricing-detail-block .description .checkbox-info .form-checkbox label span {
    color: #fc4f3f;
    margin: 0 3px;
}

.gues-information-block {
    margin: 60px 0 0;
}

.gues-information-block .titlebar {
    margin: 0 0 40px;
}

.gues-information-block .form-group {
    margin: 0 0 30px;
}

.gues-information-block .form-group.last-form-group {
    margin: 0;
}

.gues-information-block .form-group .form-control {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 14px 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
}

.gues-information-block .form-group .form-control:focus {
    border: 1px solid #fc4f3f;
}


/* **** Thankyou **** */

.thankyou-wrp {}

.thankyou-wrp .thankyou-title {
    margin: 0 0 40px;
}

.thankyou-wrp .thankyou-title h2 {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 61px;
    margin: 0 0 16px;
}

.thankyou-wrp .thankyou-title h2 span {
    color: #00b20f;
}

.thankyou-wrp .thankyou-title p {
    color: #727272;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}

.thankyou-wrp .booking-slider {
    margin: 0 0 60px;
}

.thankyou-wrp .booking-title {
    margin: 0 0 60px;
}

.thankyou-wrp .price-box {
    border-radius: 18px;
    border: 1px solid #e6e6e6;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}

.thankyou-wrp .col-md-6 .price-box {
    display: block;
    height: auto;
}

.thankyou-wrp .price-box h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 14px;
}

.thankyou-wrp .price-box h2 {
    color: #fc4f3f;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.thankyou-wrp .price-box ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.thankyou-wrp .price-box ul li {
    width: 25%;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
}

.thankyou-wrp .price-box ul li span {
    color: #fc4f3f;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    padding: 14px 0;
}

.billing-wrp {
    padding: 0 0 140px;
}

.billing-wrp .titlebar {
    margin: 0 0 40px;
}

.billing-wrp .billing-box {
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    padding: 16px;
}

.billing-wrp .billing-box h6 {
    color: #fc4f3f;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.billing-wrp .billing-box h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 6px;
}

.billing-wrp .billing-box p {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 6px;
}

.billing-wrp .billing-box h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 30px 0 0;
}

.billing-wrp .description p {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 25px;
}

.billing-wrp .description p:last-child {
    margin: 0;
}


/* **** Modal **** */

.modal {
    background: rgba(0, 0, 0, 0.6);
}

.modal .modal-dialog {
    max-width: 360px;
    margin: 35px auto;
}

.modal .modal-content {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: none;
    outline: none;
    border: none;
}

.modal .modal-content .dates-title {
    position: relative;
    padding: 12px 24px;
    border-bottom: 1px solid #818181;
}

.modal .modal-content .dates-title h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px;
}

.modal .modal-content .dates-title h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.modal .modal-content .dates-title a {
    position: absolute;
    right: 22px;
    bottom: 16px;
    font-size: 16px;
    color: #000;
}

.modal .modal-content .modal-body {
    padding: 12px 24px 70px;
    position: relative;
}

.modal .modal-content .modal-body .btn-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e6e6e6;
    padding: 8px 20px;
}

.modal .modal-content .modal-body .btn-footer ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal .modal-content .modal-body .btn-footer ul li {
    margin-right: 10px;
}

.modal .modal-content .modal-body .btn-footer ul li:last-child {
    margin: 0;
}

.modal .modal-content .modal-body .btn-footer .btn-cancel {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    display: table;
    padding: 10px 12px;
    border-radius: 4px;
}

.modal .modal-content .modal-body .btn-footer .btn-cancel:hover {
    background: #000;
    color: #fff;
}

.modal .modal-content .modal-body .btn-footer .btn-save {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fc4f3f;
    display: table;
    padding: 10px 12px;
    border-radius: 4px;
}

.modal .modal-content .modal-body .btn-footer .btn-save:hover {
    background: #fc4f3f;
    color: #fff;
}

#selecttime .modal-body h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 0 24px;
}

#selecttime .modal-body ul.selecttimelist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#selecttime .modal-body ul.selecttimelist li {
    padding: 5px 10px;
    width: 50%;
    position: relative;
}

#selecttime .modal-body ul.selecttimelist li input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

#selecttime .modal-body ul.selecttimelist li label {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    line-height: 24px;
    display: block;
    border: 1px solid #b1b1b1;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

#selecttime .modal-body ul.selecttimelist li.selected label {
    background: #FC4F3F;
    border-color: #FC4F3F;
    color: #fff;
}


/* **** End Modal **** */

/* **** Change or cancel plans Modal **** */
.cancel-plans-modal .modal .modal-dialog {
    width: 100%;
    min-width: 700px;
}

.cancel-plans-modal .modal .modal-content {
    padding: 40px;
    border-radius: 24px;
}

.cancel-plans-modal .modal .modal-header .btn-close {
    background: url(../images/close-modal.svg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    right: 8px;
    top: auto;
}

.cancel-plans-modal .modal .modal-header .btn-close:hover {
    opacity: 0.5;
}

.cancel-plans-modal .modal .modal-header {
    border: 0;
    padding: 0;
    margin: 0 0 30px;
}

.cancel-plans-modal .modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}

.cancel-plans-modal .modal .modal-content .modal-body {
    padding: 0;
}

.cancel-plans-modal .modal .btn-primary {
    font-size: 18px;
    line-height: 25px;
}

.cancel-plans-modal .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* **** End Change or cancel plans Modal **** */

select.form-control {
    width: 100%;
    display: inline-block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center right 15px;
}


/* **** Home **** */

.hero-wrp {
    background-image: url("../images/main-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 216px 0 242px;
}

.hero-wrp .hero-block h2 {
    color: #fff;
    text-align: center;
    font-size: 72px;
    font-weight: 900;
    margin: 0 0 50px;
}

.hero-wrp .hero-block .form-group {
    position: relative;
    max-width: 588px;
    margin: 0 auto 18px;
}

.hero-wrp .hero-block .form-group .form-control {
    color: #e6e6e6;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    padding: 14px 150px 14px 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    outline: none;
    border: beige;
}

.hero-wrp .hero-block .form-group button {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: table;
    padding: 11px 34px;
    border-radius: 12px;
    background: #fc4f3f;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-wrp .hero-block .form-group button:hover {
    background: #000;
    color: #fff;
}

.hero-wrp .hero-block ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-wrp .hero-block ul li {
    margin-right: 8px;
    border-radius: 8px;
    background: #fff;
    padding: 7px 14px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-wrp .hero-block ul li:hover,
.hero-wrp .hero-block ul li.active {
    background: #fc4f3f;
    color: #fff;
}

.counter-wrp {
    padding: 0 0 134px;
}

.counter-wrp .count-box {
    text-align: center;
}

.counter-wrp .count-box h2 {
    color: #fc4f3f;
    font-size: 72px;
    font-weight: 900;
    line-height: 86px;
    margin: 0 0 16px;
}

.counter-wrp .count-box p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.popular-experiences-wrp {
    padding: 0 0 110px;
}

.popular-experiences-wrp .experiences-box {
    position: relative;
    margin: 0 0 30px;
}

.popular-slider .slick-slide {
    margin: 0 10px;
}

.popular-slider .slick-list {
    margin: 0 -10px;
}

.popular-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-slider .slick-dots li {
    line-height: 0;
    margin-right: 16px;
}

.popular-slider .slick-dots li:last-child {
    margin: 0;
}

.popular-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border: none;
    font-size: 0;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popular-slider .slick-dots li.slick-active button {
    background: #fc4f3f;
}

.popular-experiences-wrp .experiences-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 16px;
    top: 0;
    left: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.45%, rgba(0, 0, 0, 0.4) 81.73%, #000 106.36%);
}

.popular-experiences-wrp .experiences-box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 18px;
}

.popular-experiences-wrp .experiences-box .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 64px 16px 24px;
}

.popular-experiences-wrp .experiences-box .description:before {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-left.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 24px;
    bottom: 16px;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.popular-experiences-wrp .experiences-box h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
}

.popular-experiences-wrp .experiences-box h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.popular-experiences-wrp .experiences-box:hover .description:before {
    opacity: 1;
    visibility: visible;
}


/*
.popular-experiences-wrp .experiences-box:hover{
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.30);    
}*/

.discover-wrp .col-md-4 {
    width: 35.5%;
}

.discover-wrp .col-md-3 {
    width: 29%;
}

.experiences-wrp {
    padding: 0 0 140px;
}

.experiences-wrp .experiences-block {
    padding: 0;
    max-width: 100%;
}

.experiences-wrp .experiences-block .experience-box p {
    min-height: 213px;
}

.experiences-wrp .experiences-block .experiences-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.experiences-wrp .experiences-block .experiences-slider .slick-dots li {
    line-height: 0;
    margin-right: 16px;
}

.experiences-wrp .experiences-block .experiences-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border: none;
    font-size: 0;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.experiences-wrp .experiences-block .experiences-slider .slick-dots li.slick-active button {
    background: #fc4f3f;
}

.partnerships-wrp {
    padding: 0 0 115px;
}

.partnerships-wrp .titlebar {
    margin: 0 0 55px;
}

.partnerships-wrp .titlebar h2 {
    text-align: center;
}

.partnerships-wrp .partnership-block ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.partnerships-wrp .partnership-block ul li {
    margin: 25px 100px 25px 0;
}

.partnerships-wrp .partnership-block ul li:nth-child(5) {
    margin: 25px 0;
}

.special-offer-wrp {
    padding: 0 0 140px;
}

.special-offer-wrp .special-block {
    background-image: url("../images/special-offer-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 60px;
    min-height: 690px;
    position: relative;
}

.special-offer-wrp .special-block:after {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.30;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    top: 0;
    left: 0;
}

.special-offer-wrp .special-block .description {
    max-width: 486px;
    position: relative;
    z-index: 1;
}

.special-offer-wrp .special-block .description h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 75px;
    text-transform: capitalize;
    margin: 0 0 24px;
}

.special-offer-wrp .special-block .description p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 60px;
}

.special-offer-wrp .special-block .description a {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #000;
    text-transform: uppercase;
    display: table;
    padding: 16px 48px;
    border-radius: 14px;
    background: #fff;
}

.special-offer-wrp .special-block .description a:hover {
    background: #000;
    color: #fff;
}

.special-offer-wrp .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    justify-content: center;
}

.special-offer-wrp .slick-dots li {
    line-height: 0;
    margin-right: 10px;
}

.special-offer-wrp .slick-dots li:last-child {
    margin: 0;
}

.special-offer-wrp .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #FFFFFF;
    font-size: 0;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.special-offer-wrp .slick-dots li.slick-active button {
    background: #fff;
}


/* **** End Home **** */

.experiences-slider .slick-slide {
    margin: 0 10px;
}

.experiences-slider .slick-list {
    margin: 0 -10px;
}

.story-wrp {
    padding: 80px 0 150px;
    position: relative;
}

.story-wrp .row {
    align-items: center;
}

.story-wrp .story-img img {
    width: 100%;
    border-radius: 94px;
}

.story-wrp .description h2 {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 35px;
}

.story-wrp .description p {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    max-width: 467px;
    line-height: 25px;
    margin: 0 0 25px;
}

.story-wrp .description .detail-info {
    max-width: 467px;
    margin-left: 140px;
    margin-top: 95px;
}

.story-wrp .description .detail-info p {
    max-width: 100%;
}

.communication-wrp {
    padding: 0 0 250px;
}

.communication-wrp .communication-block {
    max-width: 1318px;
    padding: 250px 175px 180px;
    position: relative;
    margin: 0 auto;
}

.communication-wrp .communication-block h2 {
    color: #000;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 89px;
    margin: 0;
}

.communication-wrp .communication-block h2 span {
    color: #fc4f3f;
}

.communication-block img {
    position: absolute;
    max-width: 100%;
}

.communication-block .patrons-img1 {
    left: 30%;
    top: 0;
}

.communication-block .patrons-img2 {
    left: 60%;
    top: 24px;
}

.communication-block .patrons-img3 {
    right: 0;
    top: 15px;
}

.communication-block .patrons-img4 {
    top: 46%;
    right: 18px;
}

.communication-block .patrons-img5 {
    bottom: 15%;
    right: 10%;
}

.communication-block .patrons-img6 {
    bottom: 0;
    right: 27%;
}

.communication-block .patrons-img7 {
    left: 19%;
    bottom: 40px;
}

.communication-block .patrons-img8 {
    left: 35px;
    top: 50%;
}

.communication-block .patrons-img9 {
    left: 7%;
    top: 13%;
}


/* **** Activity General ***** */

.activity-banner {
    padding: 166px 0 177px;
    position: relative;
    background-image: url("../images/activity-banner-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 140px;
}

.activity-banner:after {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.30;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.activity-banner .hero-description {
    position: relative;
    z-index: 1;
}

.activity-banner .hero-description h2 {
    color: #fff;
    text-align: center;
    font-size: 62px;
    font-weight: 900;
    line-height: 76px;
    margin: 0 0 15px;
}

.activity-banner .hero-description p {
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    line-height: 44px;
    margin: 0;
}


/* **** End Activity General ***** */


/* **** Activity Description ***** */

.description-activity-banner {
    background-image: url("../images/description-activity-banner-bg.webp");
    padding: 216px 0 185px;
}

.description-activity-banner .hero-description h2 {
    margin: 0;
    font-size: 72px;
    font-weight: 700;
    line-height: 92px;
}

.activities-wrp {
    padding: 0 0 100px;
}

.activities-wrp .titlebar {
    margin: 0 0 40px;
}

.activitie-box {
    margin: 0 0 40px;
}

.activitie-box .box-img {
    position: relative;
}

.activitie-box .box-img img {
    width: 100%;
    border-radius: 18px;
}

.activitie-box .box-img span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 8px;
    display: table;
    border-radius: 8px;
    background: #fc4f3f;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.activitie-box .description {
    padding: 16px 70px 0 0;
    position: relative;
}

.activitie-box .description h6 {
    color: #fc4f3f;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    top: 16px;
    right: 0;
    margin: 0;
}

.activitie-box .description h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
}

.activitie-box .description ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.activitie-box .description ul li {
    margin-right: 8px;
    padding-right: 11px;
    position: relative;
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.activitie-box .description ul li:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    background: #727272;
    border-radius: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.activitie-box .description ul li:last-child {
    padding: 0;
    margin: 0;
}

.activitie-box .description ul li:last-child:before {
    display: none;
}

.curated-package-wrp {
    padding: 0 0 140px;
}

.curated-package-wrp form {
    border: 1px solid #e6e6e6;
    border-right: none;
    border-radius: 16px;
    overflow: hidden;
}

.curated-package-wrp form ul {
    display: flex;
    align-items: center;
}

.curated-package-wrp form ul li {
    width: 31%;
}

.curated-package-wrp form ul li:last-child {
    width: auto;
}

.curated-package-wrp .form-control {
    color: #727272;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    padding: 0;
    box-shadow: none;
    outline: none;
    padding: 24px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e6e6e6;
}

.curated-package-wrp button {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 28px 64px;
    background: #fc4f3f;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.curated-package-wrp button:hover {
    background: #000;
    color: #fff;
}

.guides-wrp {
    padding: 0 0 140px;
}

.guides-wrp .titlebar {
    margin: 0 0 40px;
}

.guides-wrp .guide-block {
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #e6e6e6;
}

.guides-wrp .guide-block h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 24px;
}

.guides-wrp .guide-block .guide-box {
    margin: 0 0 34px;
    display: flex;
    align-items: center;
}

.guides-wrp .guide-block .guide-box .box-img {
    margin-right: 20px;
    position: relative;
}

.guides-wrp .guide-block .guide-box .box-img img {
    height: 100px;
    width: 100px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.guides-wrp .guide-block .guide-box .box-img span {
    border-radius: 6px 0px;
    background: #fc4f3f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guides-wrp .guide-block .guide-box .description h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}

.guides-wrp .guide-block .guide-box .description ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 16px;
}

.guides-wrp .guide-block .guide-box .description ul li {
    margin-right: 7px;
    padding-right: 10px;
    position: relative;
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.guides-wrp .guide-block .guide-box .description ul li:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    background: #727272;
    border-radius: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.guides-wrp .guide-block .guide-box .description ul li:last-child {
    padding: 0;
    margin: 0;
}

.guides-wrp .guide-block .guide-box .description ul li:last-child:before {
    display: none;
}

.guides-wrp .guide-block .guide-box .description h5 {
    color: #fc4f3f;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.guides-wrp .guide-block .btn-all {
    color: #727272;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    border: 1.5px solid #727272;
}

.guides-wrp .guide-block .btn-all:hover {
    background: #727272;
    color: #fff;
}

.faq-wrp {
    padding: 0 0 140px;
}

.faq-wrp .titlebar {
    margin: 0 0 60px;
}

.faq-wrp .faq-box {
    border-radius: 44px;
    border: 4px solid #e6e6e6;
    padding: 60px;
    border-bottom: 2px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
}

.faq-wrp .faq-box1 {
    border-top-width: 4px;
}

.faq-wrp .faq-box2 {
    border-bottom-width: 4px;
}

.faq-wrp .faq-box h2 {
    color: #fc4f3f;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    margin: 0;
}

.faq-wrp .faq-box p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}


/* **** End Activity Description ***** */

.guides-slider .slick-slide {
    margin: 0 10px;
}

.guides-slider ..slick-list {
    margin: 0 -10px;
}

header .mbl-navright {
    display: none;
}

header .mbl-navright li {
    margin-right: 20px;
}

header .mbl-navright li:last-child {
    margin: 0 40px 0 0;
}

header .mbl-navright li a {
    font-size: 18px;
    color: #000;
}

.main-header .mbl-navright li a {
    color: #fff
}


/* **** Calander ***** */

.calander-block input {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #717171;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 35px;
    width: 35px;
    min-width: 35px;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
    background: #FC4F3F;
    border-radius: 100%;
    color: #fff;
}

.daterangepicker td.in-range {
    background: #F5F5F5;
}

.daterangepicker .drp-selected {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.daterangepicker .drp-buttons .btn {
    font-size: 14px;
    color: #727272;
    font-weight: 500;
    display: inline-block;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.daterangepicker .drp-buttons .btn:hover {
    color: #FC4F3F;
}


/* **** End Calander ***** */


/* *** Start Manage Booking *** */

.mng-book-wrp {
    padding: 100px 0;
}

.mng-book-wrp .mng-book-block {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 50px;
    background: #f5f5f5;
    border-radius: 10px;
}

.mng-book-block .titlebar {
    margin: 0 0 30px;
}

.mng-book-block .titlebar h2 {
    text-align: center;
    margin: 0 0 10px;
    color: #111;
}

.mng-book-block .titlebar p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    color: #333;
    margin: 0;
}

.mng-book-block form {
    max-width: 450px;
    margin: 0 auto;
}

.mng-book-block form .form-group {
    margin: 0 0 15px;
}

.mng-book-block form .form-group:last-child {
    margin: 0;
}

.mng-book-block form .form-group .form-control {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    height: auto;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
}

.mng-book-block form .form-group button.mng-form-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    border: none;
    text-transform: uppercase;
    padding: 10px 45px;
    border-radius: 10px;
    background: #fc4f3f;
    text-align: center;
    display: table;
    margin: 0 auto;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.mng-book-block form .form-group button.mng-form-btn:hover {
    color: #fff;
    background: #000;
}


/* *** End Manage Booking *** */


/* *** Start Hotel *** */

.hotel-banner {
    background-image: url("../images/hotel-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

.accomodation-form .title-bar {
    padding: 40px 0;
    background: #f5f5f5;
}

.accomodation-form .title-bar h2 {
    color: #333;
    text-align: center;
    margin: 0 0 20px;
}

.accomodation-form .title-bar p {
    text-align: center;
    color: #727272;
    margin: 0;
}

.accomodation-form .acco-form-block {
    padding: 60px 0;
}

.acco-form-block form {
    max-width: 1270px;
    margin: 0 auto;
}

.acco-form-block form .accomo-detail {
    max-width: 950px;
    margin: 0 auto;
}

.acco-form-block .titlebar,
.acco-form-block form .accomo-detail .titlebar {
    margin: 0 0 30px;
}

.acco-form-block form .checkin-policy .titlebar,
.acco-form-block form .contact-detail .titlebar {
    margin: 0 0 20px;
}

.acco-form-block .titlebar h2,
.acco-form-block form .accomo-detail .titlebar h2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}

.acco-form-block form .accomo-detail .form-group,
.acco-form-block form .checkin-policy .form-group,
.acco-form-block form .contact-detail .form-group {
    margin: 0 0 30px;
}

.acco-form-block form .accomo-detail .form-group .form-control,
.acco-form-block form .checkin-block .checkin-policy .form-group .form-control,
.acco-form-block form .contact-detail .form-group .form-control {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 14px 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
}

.acco-form-block form .accomo-detail .form-group label,
.acco-form-block form .checkin-policy .form-group label {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
}

.accomodation-btn {
    margin: 0 auto;
    border: none;
    max-width: 950px;
}

.accomodation-btn button {
    border: none;
    padding: 12px 30px;
    text-align: center;
    border-radius: 10px;
    display: table;
    margin: 0 0;
}


/* *** End Hotel *** */


/* ***  Start Received Thnaks *** */

.enquiry-wrp {
    padding: 100px 0;
}

.enquiry-wrp .enquiry-block {
    max-width: 850px;
    margin: 0 auto;
}

.enquiry-wrp .enquiry-block .enq-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 100%;
}

.enquiry-wrp .enquiry-block .enq-img-box img {
    width: 50px;
    height: 50px;
}

.enquiry-wrp .enquiry-block .enq-rece h3 {
    font-size: 45px;
    line-height: 75px;
    font-weight: 700;
    text-align: center;
    color: #fc4f3f;
}

.enquiry-wrp .enquiry-block .enq-rece h3 span {
    color: #111;
}

.enquiry-wrp .enquiry-block .enq-rece p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    max-width: 600px;
    margin: 0 auto 30px;
}

.enquiry-wrp .enquiry-block .enq-rece a {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    padding: 12px 30px;
    text-align: center;
    border-radius: 10px;
    display: table;
}


/* ***  End Received Thnaks *** */


/* *** Start  Login Page *** */

.login-form-wrp {
    position: relative;
    min-height: 100vh;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.login-form-wrp .login-form-block {
    /*max-width: 550px;*/
    margin: 0 auto;
}

.login-form-block .row {
    margin: 0;
    background: #fff;
}

.login-form-block .row .col-md-6 {
    padding: 0;
    height: 100%;
}

.loginpgimg img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.login-form-wrp .login-form-block .row {
    align-items: center;
}

.login-inner-block {
    background: #fff;
    padding: 50px 50px;
}

.login-form-wrp .login-form-block .logo-img-box {
    margin: 0 auto 30px;
}

.login-form-wrp .login-form-block .logo-img-box img {
    width: 300px;
    margin: 0 auto;
}

.login-form-wrp .login-form-block .titlebar {
    margin: 0 0 30px;
}

.login-form-wrp .login-form-block .titlebar h2 {}

.login-form-wrp .login-form-block .titlebar p {}

.login-form-wrp .login-form-block form .form-group {
    margin: 0 0 30px;
}

.login-form-wrp .login-form-block form .form-group .form-control {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 14px 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
}

.login-form-wrp .login-form-block form .forgot-pwd {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.login-form-wrp .login-form-block form .forgot-pwd .for-pwd {
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

.login-form-wrp .login-form-block form .forgot-pwd .for-pwd:hover {
    color: #fc4f3f;
}

.login-form-wrp .login-form-block form h4 {
    font-size: 14px;
    margin: 0;
}

.login-form-wrp .login-form-block form h4 a {
    color: #fc4f3f;
}

.login-form-wrp .login-form-block form .form-btn-box button {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding: 10px 35px;
    border: none;
    border-radius: 10px;
    margin: 0 0 15px;
    font-size: 18px;
}

.login-form-wrp .login-form-block form .form-btn-box h6 {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.login-form-wrp .login-form-block form .form-btn-box a {
    color: #fc4f3f;
}

.login-form-wrp .login-form-block form .form-btn-box .btn-group {
    display: flex;
    align-items: center;
    margin: 0 -10px 30px;
}

.login-form-wrp .login-form-block form .form-btn-box .btn-group .google-btn {
    width: 48%;
    margin: 0 10px;
    font-size: 16px;
    color: #333;
}

.login-form-wrp .login-form-block form .form-btn-box .btn-group .google-btn:hover {
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-light .navright li .dropdown-menu {
    max-width: 350px;
    min-width: 350px;
    padding: 50px 30px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    left: auto;
    right: 0;
    margin: 25px 0 0;
}

.pop-loginbox h2 {
    font-size: 25px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 25px;
}

.pop-loginbox .form-group {
    margin: 0 0 15px;
}

.pop-loginbox .form-group .form-control {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    color: #111;
}

.pop-loginbox .fegbtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto 25px;
}

.pop-loginbox .fegbtn a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 0;
    text-transform: capitalize;
}

.pop-loginbox .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 15px auto 0;
}

.pop-loginbox .btn-group button {
    padding: 10px 35px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #fc4f3f;
    display: table;
    margin: 0 auto;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.pop-loginbox .btn-group button:hover {
    color: #fff;
    background: #111;
}

.pop-loginbox .btn-group span {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    text-transform: uppercase;
    margin: 15px auto;
}

.google-btn {
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 6px;
    width: 100%;
    background: #f5f5f5;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333;
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    margin: 5px 0;
}

.google-btn img {
    min-width: 20px;
    width: 20px;
    margin-right: 10px;
}

.pop-loginbox .btn-group .google-btn i {
    margin-right: 5px;
}

.google-btn:hover {
    background: #fc4f3f;
    color: #fff;
}


/* *** End Login Page *** */


/* **** Home Page **** */

.hero-home-wrp {
    position: relative;
}

.hero-home-wrp img {
    width: 100%;
    object-fit: cover;
}

.banner-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-center h1 {
    font-size: 72px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 10px;
    text-align: center;
}

.banner-center h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
}

.page-nav-wrp {
    position: sticky;
    top: 86px;
    left: 0;
    right: 0;
    background: #F5F5F5;
    z-index: 99;
}

.page-nav-wrp ul {
    display: flex;
    align-items: center;
}

.page-nav-wrp ul li {
    margin-right: 75px;
}

.page-nav-wrp ul li:last-child {
    margin: 0;
}

.page-nav-wrp ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #727272;
    display: block;
    padding: 30px 0;
}

.page-nav-wrp ul li a.active,
.page-nav-wrp ul li a:hover {
    color: #FC4F3F;
}

.abt-hmpg {
    padding: 75px 0;
}

.abt-imgbox img {
    width: 100%;
}

.abt-hm-data .titlebar {
    margin: 0 0 20px;
}

.abt-hm-data p {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #727272;
    line-height: 34px;
}

.why-book-wrp {
    padding: 10px 0 0;
}

.why-book-wrp .titlebar {
    margin: 0 auto 10px;
}

.why-book-wrp .titlebar h2 {
    text-align: center;
}

why-book-wrp .lowerbar {
    margin: 30px auto 10px;
    text-align: center;
}

    .why-book-wrp .lowerbar span {
        margin: 30px auto 10px;
        text-align: center;
        border-radius: 5px;
        height: 100px;
        background-color: #FC4F3F;
        color: #FFF;
        font-weight: 600;
    }

.count-box {
    text-align: center;
}

.count-box h3 {
    font-size: 52px;
    font-weight: 800;
    color: #FC4F3F;
    line-height: 52px;
    margin: 0 0 15px;
}

.count-box p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.package-pg-wrp {
    padding: 75px 0 45px;
}

.package-pg-wrp .titlebar p {
    font-size: 18px;
    font-weight: normal;
    color: #727272;
    line-height: 26px;
    margin: 15px 0 0;
}

.package-pg-wrp .package-box {
    margin: 0 0 30px;
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
}

.package-pg-wrp .package-img {
    position: relative;
}

.package-pg-wrp .package-img img {
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}

.package-pg-wrp .package-img label {
    padding: 10px 18px;
    border-radius: 10px;
    background: #000000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

.package-pg-wrp .package-data {
    padding: 15px 0 0;
}

.package-pg-wrp .package-data h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 10px;
    display: flex;
}

.package-pg-wrp .package-data h3 span {
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    padding: 5px 0;
}

.package-pg-wrp .package-data p {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin: 0 0 15px;
}

.package-pg-wrp .package-data p span {
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.package-pg-wrp .price-row {
    padding: 15px 0 0;
    border-top: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    width: 100%;
}

.package-pg-wrp .price-row h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FC4F3F;
}

.package-pg-wrp .price-row .btn-primary {
    margin: 0 0 0 auto;
    font-size: 18px;
    text-transform: capitalize;
}

.client-wrp {
    padding: 75px 0;
}

.client-slider .slick-slide {
    margin: 0 15px;
}

.client-slider .slick-list {
    margin: 0 -15px;
}

.client-block {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.client-rait {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.client-rait i {
    font-size: 15px;
    color: #FC4F3F;
    margin: 0 5px 0 0;
}

.client-rait span {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    margin: 0 0 0 5px;
}

.client-block h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}

.client-block p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    min-height: 250px;
    overflow: hidden;
    color: #727272;
}

.client-imgs ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.client-imgs ul li {
    width: 25%;
    padding: 0 10px;
}

.client-imgs ul li img {
    width: 100%;
    height: 80px;
    border-radius: 15px;
    object-fit: cover;
}

.social-bx-imgs ul {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.social-bx-imgs ul li {
    margin-right: 15px;
}

.social-bx-imgs ul li:last-child {
    margin: 0;
}

.social-bx-imgs ul li a {
    font-size: 18px;
    color: #101010;
}

.latest-press-wrp {
    padding: 75px 0;
}

.latest-press-block {
    padding: 95px;
    border-radius: 20px;
    background: #F5F5F5;
}

.latest-press-block .titlebar h2 {
    text-align: center;
}

.press-block img {
    margin: 0 auto 20px;
}

.press-block h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 auto 5px;
}

.press-block h6 {
    font-size: 15px;
    font-weight: normal;
    color: #727272;
    text-align: center;
    margin: 0 auto 12px;
}

.press-block p {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    line-height: 24px;
}

.month-wrp {
    padding: 75px 0;
}

.month-wrp.special-offer-wrp .special-block .description h6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    margin: 0 0 35px;
}

.faq-wrp {
    padding: 75px 0;
}

.faq-wrp .container {
    max-width: 1275px;
}

.faq-wrp .titlebar h2 {
    text-align: center;
}

.faq-list .accordion .accordion-item {
    margin: 0 0 30px;
    background-color: transparent;
    border: 1px solid #E6E6E6;
    padding: 25px;
    border-radius: 15px;
}

.faq-list .accordion .accordion-item .accordion-button {
    font-size: 18px;
    color: #000;
    padding: 0 60px 0 0;
    font-weight: 500;
    background-color: transparent;
    position: relative;
}

.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
    color: #FC4F3F;
}

.faq-list .accordion .accordion-body {
    padding: 15px 60px 0 0;
}

.faq-list .accordion .accordion-body p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
}

.our-location-wrp {
    padding: 75px 0 140px;
}

.our-location-wrp .titlebar p {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: normal;
    color: #727272;
    line-height: 28px;
}

.locations-block {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.locations-map {
    height: 500px;
}

.locations-map iframe {
    border-radius: 15px;
}

.locations-data {
    padding: 50px 0 0;
}

.locations-box {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.locations-ic {
    margin-right: 15px;
    min-width: 40px;
}

.locations-ic img {}

.locations-dt h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 5px;
}

.locations-dt p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    text-transform: capitalize;
    line-height: 26px;
}

.footer-contact-wrp {
    padding: 100px 0;
    background: #000;
    position: relative;
}

.footer-contact-wrp .container {
    max-width: 1140px;
}

.footer-contact-wrp h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
}

.footer-contact-wrp p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}

.footer-contact-wrp .form-group {
    margin: 0 0 20px;
}

.footer-contact-wrp .form-group .form-control {
    padding: 12px 15px;
    background: #fff;
    border-radius: 10px;
    border: none;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.footer-contact-wrp .btn-primary {
    border: none;
    margin: 25px auto 0;
    display: table;
    padding: 15px 45px;
    font-size: 18px;
}

.footer-contact-wrp .btn-primary:hover {
    background: #fff;
    color: #000;
}

.modal-dialog {
    max-width: 810px;
    min-width: 810px;
    width: 100%;
    margin: 35px auto;
}

.modal-content {
    padding: 90px 100px;
    background: #fff;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    position: relative;
}

button.btn-close {
    background: transparent;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
}

.btn-close:focus {
    box-shadow: none;
    outline: none;
}

button.btn-close:hover {
    opacity: 1;
}

.otp-blocks .titlebar {
    margin: 0 auto 15px;
}

.otp-blocks .titlebar h2 {
    text-align: center;
    margin: 0 auto;
}

.otp-blocks h6 {
    font-size: 18px;
    font-weight: normal;
    color: #727272;
    text-align: center;
    margin: 0 auto 45px;
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.otp-input-fields input {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    text-align: center;
    outline: none;
    font-size: 18px;
    color: #000;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
}

.otp-input-fields input:focus {
    border-color: #fc4f3f;
}

.timer-tootpbx p {
    font-size: 15px;
    font-weight: normal;
    color: #727272;
    text-align: center;
    margin: 30px 0 50px;
}

.otp-blocks .btn-group {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 190px;
}

.otp-blocks .btn-group .btn-primary {
    border: none;
    padding: 15px 30px;
    font-size: 18px;
}

.otp-blocks .btn-group a {
    display: table;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: #FC4F3F;
    margin: 0 auto;
}

.otp-blocks .btn-group a:hover {
    color: #333;
}


/* **** End Home Page **** */


/* **** Blog Page **** */

.blog-pg-wrp {
    padding: 60px 0;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-box {
    max-width: 450px;
}

.blog-data {
    padding: 25px 0 50px;
}

.blog-data h6 {
    font-size: 18px;
    font-weight: 500;
    color: #727272;
    margin: 0 0 20px;
}

.blog-data h6 i {
    margin-right: 5px;
}

.blog-data h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 34px;
    margin: 0 0 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.blog-data h3:hover {
    color: #FC4F3F;
}

.blog-data p {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
    margin: 0 0 15px;
}

.blog-data a.btn-more {
    display: table;
    font-size: 18px;
    font-weight: bold;
    color: #FC4F3F;
}

.blog-data a.btn-more:hover {
    color: #333;
}

.pager-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}

.pager-box ul li {
    margin-right: 10px;
}

.pager-box ul li:last-child {
    margin: 0;
}

.pager-box ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager-box ul li.active a {
    background: #F5F5F5;
    color: #000;
}

.pager-box ul li a:hover,
.pager-box ul li a i {
    color: #FC4F3F;
}

.similer-blogs {
    padding: 50px 0 0;
}

.similer-blogs h4 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0 0 35px;
}

.similer-blogs h4 span {
    color: #FC4F3F;
}

.blog-details-wrp {
    padding: 60px 0;
}

.blog-deta-title {
    position: relative;
    padding: 0 80px 25px 0;
}

.blog-deta-title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px;
}

.blog-deta-title h2 span {
    color: #FC4F3F;
}

.blog-deta-title h6 {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
}

.blog-deta-title h6 i {
    margin: 0 5px 0 0;
}

a.share-btn {
    width: 65px;
    height: 65px;
    background: #F5F5F5;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    color: #FC4F3F;
    position: absolute;
    top: 0;
    right: 0;
}

a.share-btn:hover {
    color: #fff;
    background: #FC4F3F;
}

.blog-img-box {
    margin: 0 0 50px;
}

.blog-img-box img {
    width: 100%;
    border-radius: 20px;
}

.blog-navbx {
    max-width: 500px;
    padding: 35px;
    border-radius: 20px;
    background: #F5F5F5;
    margin: 0 0 50px;
}

.blog-navbx li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    list-style-type: decimal;
}

.blog-navbx li.active a {
    color: #000000;
}

.blog-detailinner-box {
    margin: 0 0 60px;
}

.blog-detailinner-box h4 {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
}

.blog-detailinner-box p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 26px;
}

.blog-deimg {
    margin: 0 0 20px;
}

.blog-deimg img {
    width: 100%;
    border-radius: 20px;
}

.blog-sidebar {
    padding: 0 0 0 30px;
}

.populer-blogs {
    margin: 0 0 80px;
}

.category-block h3,
.populer-blogs h3 {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 25px;
}

.blog-pop-rw {
    display: flex;
    margin: 0 0 20px;
}

.popblg-img {
    max-width: 180px;
    margin-right: 15px;
}

.popblg-img img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.popblg-dt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin: 0 0 10px;
}

.popblg-dt h6 {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    margin: 0 0 15px;
}

.popblg-dt h6 i {
    margin-right: 5px;
}

.popblg-dt a {
    font-size: 14px;
    font-weight: 600;
    color: #FC4F3F;
    display: table;
}

.popblg-dt a:hover {
    color: #333;
}

.category-block ul li a {
    display: flex;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.20);
}

.category-block ul li a span {
    margin: 0 0 0 auto;
    color: #727272;
}

.category-block ul li a:hover {
    color: #FC4F3F;
}


/* **** End Blog Page **** */


/* **** Pakage Page **** */

.pakage-wrp {
    padding: 50px 0;
}

.pakage-wrp .booking-slider {
    margin: 0;
}

.pakage-about {
    padding: 50px 0;
}

.pakage-about .titlebar {
    margin: 0 0 30px;
}

.pakage-about p {
    font-size: 15px;
    font-weight: normal;
    color: #727272;
    line-height: 26px;
    margin: 0 0 20px;
}

.pakage-about p:last-child {
    margin: 0;
}

.pakage-list-wrp {
    padding: 50px 0 0;
}

.pakage-list-wrp h2 {
    font-size: 28px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0 0 30px;
}

.pakage-list-wrp h2 span {
    color: #FC4F3F;
}

.pakage-ab-block {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    margin: 0 0 30px;
}

.pakage-ab-imgbx img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 400px;
}

.pakage-pg-dt h3 {
    margin: 0 0;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
}

.pkg-nmbx {
    display: flex;
    align-items: flex-end;
    margin: 0 0 15px;
}

.pkg-nmbx .client-rait {
    margin: 0 0 5px 10px;
}

.pkg-nmbx .client-rait i {
    font-size: 16px;
    color: #FFE000;
    margin-right: 5px;
    font-weight: bold;
}

.pkg-nmbx .client-rait span {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin: 0;
}

.pakage-pg-dt h4 {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin: 0 0 20px;
}

.pakage-pg-dt p {
    font-size: 13px;
    font-weight: normal;
    color: #727272;
    line-height: 22px;
    margin: 0 0 25px;
}

.fesility-rw ul {
    display: flex;
    margin: 0 0 35px;
}

.fesility-rw ul li {
    margin-right: 60px;
    position: relative;
}

.fesility-rw ul li:last-child {
    margin: 0;
}

.fesility-rw ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background: #000;
    opacity: 0.10;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fesility-rw ul li:last-child:after {
    display: none;
}

.fesility-rw ul li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #000;
}

.fesility-rw ul li h5 span {
    display: block;
    color: #949494;
    font-size: 13px;
}

.hotel-include ul {
    display: flex;
}

.hotel-include ul li {
    margin-right: 30px;
}

.hotel-include ul li:last-child {
    margin: 0;
}

.hotel-include ul li img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto 10px;
}

.hotel-include ul li h6 {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #949494;
}

.pricee-rwbx {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.price-pakebx h2 {
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 5px;
}

.price-pakebx h2 i {
    margin-right: 0;
}

.price-pakebx h2 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #9D9796;
    text-decoration: line-through;
    margin: 0 0 10px;
}

.pricee-rwbx .btn-secondary {
    padding: 13px;
    display: block;
    border: 2px solid #FC4F3F;
    border-radius: 10px;
    color: #FC4F3F;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    display: table;
    margin: 0 auto;
}

.pricee-rwbx .btn-secondary:hover {
    background: #FC4F3F;
    color: #fff;
}

.pakage-wrp .booking-title p {
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    margin: 0;
}

.pakage-main-title {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.booking-detail-wrp .booking-title .pakage-main-title h2 {
    margin: 0 50px 0 0;
    position: relative;
}

.booking-detail-wrp .booking-title .pakage-main-title h2:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.discover-rw {
    display: flex;
    align-items: center;
}

.discover-rw img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.discover-rw h6 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #727272;
}

.buy-blocks {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.buy-blocks .btn-primary {
    background: transparent;
    color: #FC4F3F;
    border: 2px solid #FC4F3F;
    font-size: 16px;
    margin-right: 15px;
}

.buy-blocks .btn-primary:hover {
    background: #FC4F3F;
    color: #fff;
}

.buy-blocks .price-pakebx p {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #8D8D8D;
}

.pakage-mainblock {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.pakage-mainblock h2 {
    font-size: 28px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0 0 15px;
}

.small-pakage-box .row {
    align-items: center;
}

.small-pakage-box .pkg-nmbx h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0 0 15px;
}

.small-pakage-box .pakage-ab-imgbx img {
    height: 260px;
}

.pakage-includedt {
    border-right: 1px solid #D9D9D9;
}

.pakage-includedt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.pakage-includedt ul li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 25px;
}

.pakage-includedt ul li h4 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 26px;
    margin: 0;
}

.pakage-includedt ul li h4 span {
    font-size: 12px;
    font-weight: normal;
    color: #949494;
    display: block;
}

.pakage-includedt ul li.no-marg {
    margin: 0;
}

.pakage-include-rait {
    padding: 0 0 0 15px;
}

.pakage-include-rait .client-rait {
    display: block;
    margin: 0 0 25px;
}

.pakage-include-rait .client-rait h6 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #949494;
    line-height: 22px;
    width: 100%;
}

.pakage-include-rait .client-rait i {
    color: #FFE000;
    display: inline-block;
}

.pakage-include-rait h5 {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 26px;
    margin: 0;
}

.pakage-include-rait h5 span {
    font-size: 14px;
    font-weight: normal;
    color: #949494;
    display: block;
}

.discount-inbx {
    padding: 40px;
    border-radius: 20px;
    background: #F5F5F5;
}

.discount-inbx h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.discount-inbx h3 span {
    display: block;
    color: #FC4F3F;
}

.pricee-rwbx {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.pricee-rwbx h5 {
    border-radius: 10px;
    background: #F5F5F5;
    margin: 35px auto 0;
    font-size: 22px;
    padding: 12px 20px;
    text-align: center;
    font-weight: 600;
    color: #000000;
    display: table;
    max-width: 200px;
    width: 100%;
}

.pricee-rwbx h5 span {
    color: #FC4F3F;
}

.inclusion-box {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 40px;
    margin: 0 0 30px;
}

.inclusion-box:last-child {
    margin: 0;
}

.inclusion-box ul li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #1A1A1A;
    line-height: 26px;
}

.inclusion-box ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/checkic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 3px;
    left: 0;
}

.inclusion-box ul li:last-child {
    margin: 0;
}

.exclusions-box ul li:before {
    background: url('../images/close-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.days-wrp {
    padding: 70px 0 0;
}

.price-wrp {
    padding: 50px 0;
}

.price-wrp .titlebar h2 i {
    color: #727272;
}

.price-wrp .titlebar p {
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    margin: 0;
    line-height: 26px;
}

.price-top-part {
    padding: 30px 35px 0;
    border-radius: 20px 20px 0 0;
    border: 1px solid #E6E6E6;
    border-bottom: none;
}

.lastpreice {
    border: 1px solid #E6E6E6;
    border-radius: 20px 20px;
}

.price-bottom-part {
    padding: 30px 35px;
    border-radius: 0px 0px 20px 20px;
    background: #F5F5F5;
}

.price-top-part ul li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.20);
}

.price-top-part ul li:last-child {
    border-bottom: none;
}

.left-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 5px;
}

.left-title p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    line-height: 24px;
}

.left-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #FC4F3F;
    margin: 0 0 5px;
}

.right-title {
    text-align: right;
}

.left-title h6 {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    margin: 0 0 15px;
}

.left-title h5 {
    font-size: 14px;
    font-weight: 500;
    color: #FC4F3F;
    margin: 0 0 35px;
}

.left-title .btn-group .btn-primary {
    font-size: 16px;
    margin-right: 15px;
    padding: 10px 40px 8px;
}

.left-title .btn-group .btn-primary.btn-secondary {
    background: transparent;
    color: #FC4F3F;
    border: 2px solid #FC4F3F;
}

.left-title .btn-group .btn-primary.btn-secondary:hover {
    background: #FC4F3F;
    color: #fff;
}

.left-title .btn-group .btn-primary:last-child {
    margin: 0;
}

.inner-links {
    margin: 15px 0 0;
}

.inner-links a {
    font-size: 16px;
    font-weight: 500;
    color: #FC4F3F;
    margin-right: 20px;
    position: relative;
}

.inner-links a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #000000;
    opacity: 0.20;
    right: -10px;
    top: 0;
}

.inner-links a:last-child {
    margin: 0;
}

.inner-links a:last-child:after {
    display: none;
}

.inner-links a:hover {
    color: #777
}


/* **** End Pakage Page **** */


/* **** Review Activity Booking Page **** */

.discountbox {
    padding: 15px;
    border-radius: 10px;
    background: #F5F5F5;
    margin: 0 0 25px;
}

.discountbox h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}

.discountbfrb {
    position: relative;
}

.discountbfrb .form-control {
    padding: 10px 75px 10px 15px;
    border-radius: 8px;
    border: none;
    height: auto;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
    color: #FC4F3F;
    box-shadow: none;
    text-transform: uppercase;
}

.discountbfrb .form-control::placeholder {
    color: #FC4F3F;
}

.discountbfrb button {
    border: none;
    border-radius: 6px;
    background: #FC4F3F;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 8px 15px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.discountbfrb button:hover {
    background: #000;
    color: #fff;
}

.cart-wrp .totalprice.maninto {
    border: none;
    margin: 0;
}

.review--actbokwrp .gues-information-block {
    margin: 0;
}

.package-wrp .package-block.package-block-top{
    margin: 30px 0 0;
}
/* **** End Review Activity Booking Page **** */


/* **** Start Package 3 page *** */

.more-opt-wrp .package-box {
    margin: 0 20px 30px 0;
}

.more-opt-wrp .package-box .price-row h6 {
    color: #000;
}


/* **** End Package 3 page *** */


/* **** Contact Page **** */

.contact-wrp {
    padding: 200px 0 150px;
}

.contact-data h1 {
    font-size: 44px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
}

.contact-data p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #727272;
    line-height: 28px;
    max-width: 330px;
}

.contact-form .titlebar {
    margin: 0 0 15px;
}

.contact-form p {
    font-size: 18px;
    font-weight: normal;
    color: #727272;
    line-height: 26px;
    margin: 0 0 40px;
    max-width: 480px;
}

.contact-form .form-group {
    margin: 0 0 20px;
}

.contact-form .form-group .form-control {
    padding: 12px 15px;
    border-radius: 15px;
    border: 1px solid #E6E6E6;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    resize: none;
}

.contact-form .form-group .form-control::placeholder {
    color: #727272;
}

.contact-form .btn-primary {
    width: 100%;
    text-align: center;
    border: none;
}

.contact-row {
    margin: 0 0 100px;
}

.location-row .titlebar {
    margin: 0 0 80px;
    max-width: 600px;
}

.location-row .titlebar h2 {
    margin: 0 0 15px;
}

.location-row .titlebar p {
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    line-height: 26px;
    margin: 0;
}

.location-rw ul {
    display: flex;
    flex-wrap: wrap;
}

.location-rw ul li {
    width: 50%;
    margin: 0 0 50px;
}

.locationbox {
    padding: 0 60px 0 0;
    border-right: 1px solid #F5F5F5;
}

.location-rw ul li:last-child .locationbox {
    padding: 0 0 0 60px;
    border: none;
    border-left: 1px solid #F5F5F5;
}

.loca-head {
    margin: 0 0 20px;
}

.loca-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.loca-title h3:hover {
    color: #fc4f3f;
}

.loca-title h3 i {
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
}

.loca-title h6 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #727272;
}

.loca-title p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    line-height: 18px;
}

.loca-ct {
    text-align: right;
}

.loca-ct h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.loca-ct h4:hover {
    color: #fc4f3f;
}

.loca-ct p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    line-height: 18px;
}

.loca-map iframe {
    width: 100%;
    border-radius: 30px;
    height: 400px;
}

.location-rw-sec {
    border-top: 1px solid #F5F5F5;
    padding-top: 60px;
    margin-top: 10px;
}

.location-rw.location-rw-sec ul li .locationbox {
    border: none;
}

/* **** End Contact Page **** */

.booking-detail-wrp .booking-title .pakage-main-title.pkg-title h2:after {
    display: none;
}

.listing-pkg {
    display: flex;
    align-items: center;
}

.listing-pkg h6 {
    font-size: 15px;
    font-weight: normal;
    color: #727272;
    margin: 0 30px 0 0;
    position: relative;
}

.listing-pkg h6:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #727272;
    border-radius: 50%;
    top: 7px;
    right: -20px;
}

.listing-pkg h6:last-child {
    margin: 0;
}

.listing-pkg h6:last-child:after {
    display: none;
}

.pkg-likebx.price-pakebx h2 {
    margin: 0;
}

.pkg-likebx.price-pakebx a {
    margin: 0;
    font-size: 24px;
    color: #000;
}

.accomodation-listing-wrp {
    padding: 80px 0;
}

.accomodation-leftbox h2 {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 40px;
}

.accomodation-leftbox h2 span {
    color: #FC4F3F;
}

.accomodation-inbox-row {
    margin: 0 0 140px;
}

.accomodation-inimg img {
    width: 100%;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}

.accomodation-indata h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin: 0 0 10px;
}

.accomodation-indata h6 {
    font-size: 14px;
    font-weight: 500;
    color: #FC4F3F;
    margin: 0 0 30px;
}

.accomodation-indata ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.accomodation-indata ul li {
    margin-right: 30px;
    padding: 0 15px;
}

.accomodation-indata ul li:last-child {
    margin: 0;
}

.accomodation-indata ul li h5 {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    margin: 0 0 10px;
}

.accomodation-indata ul li h4 {
    display: flex;
    align-items: center;
    line-height: 22px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.accomodation-indata ul li h4 img {
    margin-right: 10px;
}

.activity-list-block h2 {
    font-size: 35px;
}

.activity-list-block .accomodation-inbox {
    margin: 0 0 30px;
}

.activity-list-block .accomodation-inbox .accomodation-indata ul li h5 {
    font-style: italic;
}

.activity-list-block {
    margin: 0 0 140px;
}

.flight-box {
    margin: 0 0 40px;
    overflow: hidden;
    border-radius: 15px;
    background: #F5F5F5;
}

.flight-head {
    padding: 25px;
    background: #0095FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight-time h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
}

.flight-time h3 span {
    display: block;
    font-weight: 600;
}

.flight-time:last-child h3 {
    text-align: right;
}

.plan-icimg {
    padding: 0 30px;
}

.plan-icimg img {
    width: 100%;
}

.flight-data {
    padding: 20px;
    display: flex;
}

.flight-img {
    min-width: 60px;
    margin-right: 15px;
}

.flight-img img {
    width: 60px;
}

.flight-dt h3 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px;
}

.flight-dt p {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: normal;
    color: #727272;
}

.flight-dt ul {
    display: flex;
    align-items: center;
}

.flight-dt ul li {
    margin-right: 20px;
    position: relative;
    font-size: 10px;
    font-weight: normal;
    color: #727272;
}

.flight-dt ul li:last-child {
    margin: 0;
}

.flight-dt ul li:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #727272;
    border-radius: 50%;
    right: -12px;
    top: 7px;
}

.flight-dt ul li:last-child:after {
    display: none;
}

.flight-rw {
    padding: 50px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.flight-rw h3 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.includes-wrp {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 60px 0;
}

.include-box {
    margin: 0 0 60px;
}

.include-box:last-child {
    margin: 0;
}

.include-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 25px;
}

.include-box ul li {
    display: block;
    position: relative;
    padding: 0 0 0 23px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #727272;
    margin: 0 0 10px;
}

.include-box ul li:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../images/check-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 5px;
    left: 0;
}

.include-box ul.exclusionlst li {
    color: #E6E6E6;
}

.include-box ul.exclusionlst li:before {
    background: url('../images/close-ic2.svg') 0 0 no-repeat;
}

.day-row {
    position: relative;
}

.day-row:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #E6E6E6;
    top: 0;
    left: 20px;
}

.day-rw h2 {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}

.day-rw h2 span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border-radius: 8px;
    background: #FC4F3F;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    margin-right: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.inner-dayrw {
    padding: 0 0 0 60px;
    margin: 0 0 60px;
}

.pkg-sidebar {
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
}

.bookboxin {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
    margin: 0 0 30px;
}

.bookboxin h6 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}

.bookboxin h6 span {
    color: #FF2626;
    text-decoration: line-through;
}

.bookboxin h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}

.bookboxin h4 {
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    margin: 0 0 30px;
}

.bookboxin .btn-primary {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
    font-size: 18px;
}

.bookboxin p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.created-box {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}

.create-img {
    min-width: 70px;
    margin-right: 15px;
}

.create-img img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
}

.create-dt h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 26px;
}

.create-dt h4 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #727272;
}

.price-in-wrp {
    padding: 80px 0;
}

.price-in-wrp h2 {
    font-size: 44px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}

.price-in-wrp h2 span {
    color: #FC4F3F;
}

.price-in-wrp h6 {
    font-size: 16px;
    font-weight: normal;
    color: #727272;
    line-height: 26px;
    margin: 0 0 40px;
}

.price-inblock {
    padding: 0 15px;
    border-radius: 25px;
    border: 1px solid #E6E6E6;
    margin: 0 0 35px;
}

.price-inblock .ticket-box {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
}

.price-inblock .ticket-box:last-child {
    border-bottom: none;
}

.price-inblock .ticket-box h6 {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.price-inblock .ticket-box h5 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.price-inblock .ticket-box .quantity {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.price-inblock .ticket-box .quantity .qtyminus,
.price-inblock .ticket-box .quantity .qtyplus {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.price-inblock .ticket-box .quantity .qtyminus:hover,
.price-inblock .ticket-box .quantity .qtyplus:hover {
    background: #fc4f3f;
    color: #fff;
}

.price-inblock .ticket-box .quantity .qty {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 16px;
    border: none;
    box-shadow: none;
    background: #fff;
    outline: none;
    width: auto;
    width: 24px;
    height: 16px;
    text-align: center;
}

.payhead {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.payhead h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.paylinks {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

.paylinks a {
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    margin-right: 15px;
    position: relative;
}

.paylinks a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #727272;
    opacity: 0.30;
    right: -8px;
    top: 0;
}

.paylinks a:last-child {
    margin: 0;
}

.paylinks a:last-child:after {
    display: none;
}

.paylinks a:hover {
    color: #FC4F3F;
}

.payment-blocks .box-info h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0;
    line-height: 28px;
}

.payment-blocks .box-info p {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #727272;
    line-height: 22px;
}

.payment-blocks .quantity h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.price-details-block {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
}

.price-details-block h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px;
}

.price-details-block ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
}

.prilefvx {
    width: 60%;
}

.prilefvx h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.prilefvx p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
}

.pririgbx {
    margin: 0 0 00 auto;
    width: 40%;
}

.pririgbx h4 {
    margin: 0;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    color: #000;
}

.prilefvx h4 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 24px;
}

.prilefvx h6 {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    color: #727272;
    line-height: 16px;
}

.pririgbx h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: right;
    margin: 0;
}

.price-details-block .btn-primary {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 30px auto 15px;
}

h5.notbook {
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.price-details-block .btn-secondary {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #E6E6E6;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 30px;
}

.price-details-block .btn-secondary:hover {
    background: #FC4F3F;
    color: #fff;
    border-color: #FC4F3F;
}

.mobile-cart {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 999;
    display: none;
}

.mobile-rw {
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 24px;
}

.mobile-book {
    width: 55%;
}

.mobile-cart .bookboxin h4 {
    margin: 0;
}

.mobile-cart .bookboxin {
    padding: 0;
    border: none;
    margin: 0;
}

.mobilebookbtn {
    margin: 0 0 0 auto;
    width: 45%;
}

.mobilebookbtn .btn-primary {
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 30px;
    margin: 0;
}

.mobilebookcall {
    margin: 0;
    float:left;
}

.mobilebookwa {
    margin: 0 0 0 auto;
    float:right;
}

.mobilebookeq {
    text-decoration: none;
    font-size: 22px;
    font-weight:600;
    margin: 0 0 0 auto;
}

    .mobilebookeq a {
        text-decoration: none;
        color: black;
    }



/* **** Terms Page **** */

.terms-wrp {
    width: 100%;
    position: relative;
    padding: 150px 0;
}

.terms-top-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 24px 0;
}

.terms-top-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #727272;
}

.terms-top-title {
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 65px 0;
}

.terms-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding: 60px 0 50px;
}

.terms-box-title {
    width: 30%;
    padding-right: 20px;
}

.terms-box-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 128%;
    color: #000000;
}

.terms-box-data {
    width: 70%;
}

.terms-box-data p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #727272;
}


/* **** End Terms Page **** */

/* **** Cruise Booking Page Banner **** */
.cruise-page-banner {
    background-color:#000;
    background-image: url(https://www.travel2agent.com/images/Landing/Header/cruise-page-banner.webp);
}

.malaysia-page-banner {
    background-color: #000;
    background-image: url(https://www.travel2agent.com/images/Landing/Header/malaysia-banner-page.webp);
}

.kazakhstan-page-banner {
    background-color: #000;
    background-image: url(https://www.travel2agent.com/images/Landing/Header/kazakhstan-banner-page.webp);
}

/* **** End Cruise Booking Page Banner **** */

/* **** Cruise Booking Page About **** */
.cruise-page-about-data p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #727272;
}

.cruise-page-about .titlebar h2 {
    line-height: 100%;
}

/* **** End Cruise Booking Page About **** */


/* **** Cruise Booking Page Top Attractions **** */
.cruise-page-attraction-slider {
    position: relative;
    width: 100%;
}

.attraction-slider-box {
    margin: 0 10px;
    position: relative;
}

.attraction-slider-box .slider-box-img figure {
    margin: 0;
}

.attraction-slider-box .slider-box-img figure img {
    width: 100%;
}

.attraction-slider-box .slider-box-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    overflow: hidden;
}

.attraction-slider-box .slider-box-data {
    padding: 16px 0 0;
}

.slider-box-data h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 10px;
}

.slider-box-data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.data-prise {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-prise h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin: 0;
}

.data-prise h4 span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #D9D9D9;
    display: block;
    text-decoration: line-through;
}

.slider-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #FC4F3F;
    padding: 10px 45px;
    background: #FCF2EF;
    border-radius: 8px;
    border:hidden;
}

.slider-link:hover {
    background: #000;
    color: #fff;
}

.cruise-page-attraction-slider .slide-arrow.prev-arrow,
.cruise-page-attraction-slider .slide-arrow.next-arrow {
    position: absolute;
    top: 25%;
    left: -50px;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    border-radius: 10px;
    color: #000;
    border: none;
    z-index: 1;
}

.cruise-page-attraction-slider .slide-arrow.prev-arrow:hover,
.cruise-page-attraction-slider .slide-arrow.next-arrow:hover {
    background: #FC4F3F;
    color: #fff;
}

.cruise-page-attraction-slider .slide-arrow.prev-arrow {
    left: auto;
    right: -55px;
}

/* **** End Cruise Booking Page Top Attractions **** */

/* **** Cruise Booking Page Tour Packages **** */
.slider-box-data ul {
    margin: 0;
    padding: 18px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}

.slider-box-data ul li {
    position: relative;
    margin-bottom: 18px;
}

.slider-box-data ul li::after{
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #F5F5F5;
}
.slider-box-data ul li:last-child::after{
    display: none;
}
.slider-box-data ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.slider-box-data ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    margin: 0;
    display: block;
}

.slider-box-data ul li h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 6px 0 0;
}

.slider-box-data ul li h5 figure {
    margin: 0 8px 0 0;
}

.cruise-page-packages .data-prise h4 span {
    display: block;
    margin: 0px;
    font-weight:400;
    color: #727272;
    text-decoration: none;
    text-align: left;
}

.cruise-page-packages .data-prise {
    padding-top:10px;
    align-items: flex-end;
}
.cruise-page-packages .data-prise h4 {
    /*display: flex;
    align-items: center;*/
    text-align: left;
    margin: 0 0 0;
}
.cruise-page-packages .slider-link{
    padding: 10px 25px;
}

.attraction-slider-box .slider-box-img {
    position: relative;
}

.attraction-slider-box .slider-box-img span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 8px;
    display: table;
    border-radius: 8px;
    background: #fc4f3f;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.cruise-page-packages .attraction-slider-box {
    margin: 20px 5px;
}

.cruise-page-packages .slider-box-data h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 60px 0 0;
    position: relative;
}

.cruise-page-packages .slider-box-data h2 .ratting {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
}

/* **** End Cruise Booking Page Tour Packages **** */

/* **** Cruise Booking Page Activities **** */
.cruise-page-activities .attraction-slider-box .slider-box-img span {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 8px;
    display: table;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.cruise-page-activities .slider-box-data p {
    display: block;
}

.cruise-page-activities .data-prise {
    margin: 19px 0 0;
}

.cruise-page-activities .data-prise h4 span {
    font-weight: 400;
    color: #727272;
    text-decoration: none;
}

.cruise-page-activities .attraction-slider-box {
    margin: 0 0 30px;
}

.cruise-page-activities .slider-box-data h2 {
    font-size: 16px;
}

.cruise-page-activities .slider-box-data ul li::after {
    right: -45px;
}

/* **** End Cruise Booking Page Activities **** */

/* **** Cruise Booking Page Trip Experiences **** */
.cruise-page-trip .experiences-block .experience-box .trip-img {
    width: 97px;
    height: 97px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    object-fit: cover;
    margin: 0;
    overflow: hidden;
}

.cruise-page-trip .experiences-block .experience-box .trip-img img {
    margin: 0;
    object-fit: cover;
}

.cruise-page-trip .experiences-block .experience-box h6 i {
    margin-right: 3px;
}

/* **** End Cruise Booking Page Trip Experiences **** */

/* **** Cruise Booking Page Press Release **** */
.cruise-press-release {
    width: 100%;
    position: relative;
}

.cruise-press-release-inner {
    width: 100%;
    padding: 80px 90px;
    border: 3px solid #E6E6E6;
    border-radius: 44px;
}

.cruise-press-release-inner .inner-box {
    padding: 30px;
    border: 3px solid #F5F5F5;
    border-radius: 24px;
    margin: 12px 0;
}

.cruise-press-release-inner .inner-box .inner-box-img figure {
    margin: 0 0 70px;
    height: 75px;
    display: flex;
    align-items: center;
}

.cruise-press-release-inner .inner-box .inner-box-data h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 20px;
}

.cruise-press-release-inner .inner-box .inner-box-data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    margin: 0 0 80px;
}

.cruise-press-release .titlebar p {
    font-weight: 400;
    font-size: 16px;
    line-height: 128%;
    color: #727272;
    width: 100%;
    max-width: 345px;
    margin: 20px 0 0;
}

/* **** End Cruise Booking Page Press Release **** */

/* **** Cruise Booking Page Faq's **** */
.cruise-page-faq {
    padding: 0 0 110px;
}

.cruise-page-faq .titlebar {
    margin: 0 0 40px;
}

.cruise-page-faq .titlebar h2 {
    text-align: left;
}

.cruise-page-faq .container {
    max-width: 1470px;
}

/* **** End Cruise Booking Page Faq's **** */


/* **** Cruise Booking Page Contact **** */
.cruise-page-contact .contact-form .btn-primary {
    width: auto;
    padding: 12px 60px;
    margin: 0 0 0 auto;
}

.cruise-page-contact-inner {
    position: relative;
    width: 100%;
    padding: 60px;
    border: 3px solid #E6E6E6;
    border-radius: 44px;
}

.cruise-page-insta .insta-box {
    border: 1px solid #F5F5F5;
    border-radius: 16px;
}

.cruise-page-insta .insta-box figure {
    margin: 0;
}

.cruise-page-insta .insta-box figure img {
    width: 100%;
}

.location-rw-sec ul li {
    margin: 0;
}

/* **** End Cruise Booking Page Contact **** */

/* **** Cruise Booking Page Modals **** */
.enter-number-modal .modal .modal-dialog {
    width: 100%;
    max-width: 330px;
    min-width: 330px;
    height: auto;
    padding: 30px;
    background: #FFFFFF;
    border: 2px solid #F5F5F5;
    border-radius: 18px;
    min-height: auto;
}

.enter-number-modal .modal .modal-content {
    padding: 0;
    border-radius: 0;
}

.enter-number-modal .modal .modal-header {
    border: 0;
    padding: 0;
    margin: 0 0 24px;
}

.enter-number-modal .modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 128%;
    text-align: center;
    color: #000000;
    width: 100%;
}

.enter-number-modal .modal .modal-content .modal-body {
    padding: 0;
}

.enter-number-modal .modal .modal-content .modal-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #727272;
    margin: 0px;
}

.modal-link{
    color: #fc4f3f;
    text-align: center;
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}
.modal-link:hover{
    color: #000;
}
.enter-number-modal .modal .btn-primary {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    border: none;
    border-radius: 8px;
}

.enter-number-modal .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.enter-number-modal .modal .modal-content .modal-body .form-control {
    padding: 12px 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    margin: 0 0 25px;
}

.enter-number-modal .modal .modal-content .modal-body .form-control:focus {
    outline: none;
    box-shadow: none;
}

.enter-number-modal .modal .modal-content .modal-body p span {
    color: #FC4F3F;
}

.successful-modal .modal .modal-content .modal-body {
    text-align: center;
}

.successful-modal .modal .modal-content .modal-body i {
    font-size: 45px;
    color: #00B20F;
    font-weight: 500
}

.successful-modal .modal .modal-content .modal-body h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 128%;
    color: #00B20F;
    margin: 20px 0 0;
}

.successful-modal .modal .modal-content .modal-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 20px 0 0;
}

.successful-modal .modal .btn-primary {
    margin: 60px 0 0;
}

/* **** End Cruise Booking Page Modals **** */


/* **** Booking Transfers Page **** */
.booking-transfers-banner {
    background-image: url(../images/booking-transfers-bg.png);
}

.banner-search-box {
    position: relative;
    width: 65%;
    margin: 20px auto 0;
}

.banner-search-box .form-group .form-control {
    padding: 12px 66% 12px 25px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.banner-search-box .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.banner-search-box .form-group .form-control::placeholder {
    color: #E6E6E6;
}

.search-box-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 7px;
    display: flex;
    align-items: center;
}

.search-box-inner .btn-primary {
    border: none;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 24px;
    white-space: nowrap;
    border-radius: 12px;
}

.search-box-inner .form-select {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    box-sizing: border-box;
    padding: 9px 35px 9px 16px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    width: auto;
    background-image: url(../images/booking-transfers-down.svg);
    background-size: 10px 8px;
    margin: 0 10px 0 0;
}

.search-box-inner .form-select:focus {
    outline: none;
    box-shadow: none;
}

.search-box-inner .form-contral {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    box-sizing: border-box;
    padding: 9px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    width: auto;
    margin: 0 10px 0 0;
}

.search-box-inner .form-contral:focus{
    outline: none;
    box-shadow: none;
}

.transfers-wrp-box {
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 0 0 20px;
}

.transfers-wrp-box.active {
    border: 2px solid #FC4F3F;
}

.transfers-wrp-box:hover {
    background: #FAFAFA;
}

.transfers-wrp-box-data h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 10px;
}

.text-content,
.icon-text {
    display: flex;
    align-items: center;
}

.text-content li,
.icon-text li {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
    list-style: disc;
    margin-left: 30px;
}

.text-content li:first-child,
.icon-text li:first-child {
    margin-left: 0;
    list-style: none;
}

.icon-text li {
    font-weight: 500;
    line-height: 100%;
    color: #000000;
    list-style: none;
}

.icon-text li i {
    margin-right: 5px;
}

.icon-text {
    margin: 10px 0;
}

.transfers-wrp-box .data-prise {
    flex-direction: column;
    align-items: flex-start;
}

.transfers-wrp-box .data-prise h4 {
    margin: 0 0 20px;
}

.transfers-wrp-box-img figure {
    margin: 0 30px 0 0;
    min-width: 100px;
    max-width: 100px;
}

.transfers-wrp-box-img figure img {
    width: 100%;
}

.transfers-wrp-box-inner {
    display: flex;
}

.trip-box {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
    margin: 0 0 30px;
}

.trip-box h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px;
}

.trip-box ul {
    position: relative;
    margin-left: 5px;
}

.trip-box ul::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 70%;
    background: #FC4F3F;
}

.trip-box ul li {
    margin: 0 0 25px;
    position: relative;
    padding-left: 20px;
}

.trip-box ul li:last-child {
    margin: 0;
}

.trip-box ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #FC4F3F;
    background-color: #fff;
}

.trip-box ul li.active::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #FC4F3F;
}

.trip-box ul li h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #727272;
}

.trip-box ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.trip-box ul li .trip-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FC4F3F;
}

.trip-box ul li .form-control {
    padding: 10px 16px;
    border: 1px solid #E6E6E6;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
}

.trip-box ul li .form-control:focus {
    outline: none;
    box-shadow: none;
}

/* **** End Booking Transfers Page **** */

/* **** Booking Transfers Page Your trip detail Modal **** */
.your-trip-detail {
    position: relative;
}

.your-trip-detail .modal-content {
    padding: 50px 60px;
    background: #FFFFFF;
    border-radius: 24px;
}

.your-trip-detail .modal-content .modal-body {
    padding: 0;
}

.your-trip-detail .modal-content .modal-body .trip-box {
    margin: 0;
}

.your-trip-detail .modal-content .modal-body h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 20px;
}

.trip-detail-box {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
}

.trip-detail-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
}

.trip-detail-row .form-checkbox label {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #000000;
    padding-left: 25px;
}

.trip-detail-row .form-checkbox label:before {
    width: 15px;
    height: 15px;
    top: 1px;
}

.trip-detail-row .form-checkbox input:checked+label:after {
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
}

.trip-detail-row2 {
    padding: 20px 0;
}

.your-trip-detail .modal-content .modal-body .trip-detail-box h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}

.your-trip-detail .modal-content .modal-body .prilefvx h3,
.your-trip-detail .modal-content .modal-body .pririgbx h4 {
    font-size: 18px;
}

.your-trip-detail .modal-content .modal-body .prilefvx p {
    font-size: 12px;
}

.trip-detail-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.trip-detail-date li {
    padding-left: 20px;
    border-left: 1px solid #E6E6E6;
}

.trip-detail-date li:first-child {
    padding: 0;
    border: none;
}

.trip-detail-date li p {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #727272;
    margin: 0 0 8px;
}

.trip-detail-date li h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #000000;
    margin: 0;
}

.trip-detail-row-btns {
    margin-top: 60px;
}

.trip-detail-row-btns .btn-secondary {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    line-height: 120%;
}

.trip-detail-row-btns .btn-secondary:hover {
    background: #FC4F3F;
    color: #fff;
    border-color: #FC4F3F;
}

.trip-detail-row-btns .btn-primary {
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto 14px;
    width: 100%;
    line-height: 120%;
}

.trip-box ul li iframe {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.trip-box ul li:last-child p {
    margin-bottom: 7px;
}

.your-trip-detail .modal-content .modal-body .trip-box ul::before {
    height: 47%;
}

/* **** End Booking Transfers Page Your trip detail Modal **** */

/* **** Toast Message **** */
hr{
    display: none;
}
.toast {
    position: fixed;
    top: auto;
    top: 90px;
    right: 5px;
    border-radius: 6px;
    background: #fff3cd;
    padding: 20px 35px 20px 25px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
    display: block !important;
    z-index: 99;
    width: 40%;
}

.toast.active {
    transform: translateX(0);
    display: block;
}

.toast-content {
    display: flex;
}
.toast .message {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.toast .message-text {
    font-size: 18px;
    font-weight: 400;
}

.toast .text-1 {
    color: #333;
}

.toast .text-2 {
    color: #666;
    font-weight: 400;
    font-size: 16px;
}

.toast .toast-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
    font-size: 20px;
}

.toast .toast-close:hover {
    opacity: 1;
}

.toast-btn{
    border: none;
}
/* **** End Toast Message **** */


/* **** Login Modal **** */
.login-modal {
    position: relative;
    width: 100%;
    height: 100%;
}
.login-modal .modal-header {
    padding: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    border: none;
    z-index: 9;
}
.login-modal .modal-content{
    padding: 10px;
}
.login-modal .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #202020;
    margin-bottom: 14px;
}

.login-modal .modal-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #202020;
    margin: 20px 0 0;
    justify-content: center;
}

.login-modal .modal-text a {
    font-weight: 700;
    color: #fc4f3f;
    margin: 0 0 0 8px;
}
.login-modal .modal-text a:hover{
    color: #000;
}
.login-modal .modal .form-control,
.login-modal .modal .form-select {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #898989;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 18px;
}

.login-modal .form-control[type="password"] {
    padding-right: 50px;
}

.login-modal .form-control:focus,
.login-modal .form-select:focus {
    outline: none;
    box-shadow: none;
}

.login-modal .form-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fc4f3f;
    margin-bottom: 32px;
    display: inline-block;
}

.login-modal .form-link:hover {
    color: #DCB341;
}

.login-modal .btn-main {
    background: #fc4f3f;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
}

.login-modal .btn-main:hover {
    background-color: #000;
    color: #fff;
}

.login-modal .divider-line {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 24px 0;
}

.login-modal .divider-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.login-modal .divider-line p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #898989;
    padding: 0 12px;
    background: #fff;
    display: inline-block;
    margin: 0;
    z-index: 2;
    position: relative;
}

.login-modal .modal-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-modal .btn-primary {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    height: 45px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.login-modal .btn-primary:hover {
    background-color: #202020;
    color: #fff;
}

.login-modal .btn-primary figure {
    margin: 0 8px 0 0;
}

.login-modal .modal.show {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.login-modal .modal-dialog {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 410px;
    min-width: 410px;
}

.login-modal .modal-body {
    padding: 15px !important;
}

.login-modal .form-group {
    position: relative;
}

.login-modal .form-group i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #898989;
}

.login-modal .form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #202020;
    margin-bottom: 20px;
}
.login-modal button.btn-close{
   font-size: 16px;
   padding: 0;
   margin: 0;
   top: 0;
   right: 0;
}
.login-modal button.btn-close:hover{
    color: #666;
}
/* **** End Login Modal **** */

header.inner-head-wrp{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
header.inner-head-wrp .navbar-light .navright li a,
header.inner-head-wrp .navbar-light .navbar-nav .nav-link{
    color: #000;
}
header.inner-head-wrp.nav-new{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}

.datebx{
    position: relative;
}
.datebx i{
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.contact-form .datebx i{
    top: 17px;
    font-size: 16px;
}
.ui-widget.ui-widget-content{
    background: #fff;
    font-family: "Roboto", sans-serif;
    border: 1px solid #E6E6E6;
}
.ui-datepicker .ui-datepicker-header{
    background: #fff;
    border-radius: 0;
    border: 1px solid #E6E6E6;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    background: #f5f5f5;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
    background: #fc4f3f;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: #f5f5f5;
    border-radius: 0;
    border: none;
    text-align: center;
    color: #333;
    padding: 3px;
    font-weight: 500;
}
.ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-default.ui-state-highlight{
    background: #fc4f3f;
    color: #fff;
}

/* **** Booking page Modal **** */
.booking-page-modal .modal-content{
    padding: 40px;
}
.booking-page-modal.modal .modal-content .dates-title{
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.booking-page-modal.modal .modal-content .modal-body{
    padding: 12px 0 65px;
}
.booking-page-modal.modal .modal-content .modal-body .btn-footer{
    border: none;
    padding: 0;
}
.booking-page-modal.modal .modal-content .modal-body .btn-footer ul li .btn-primary{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 4px;
}
.booking-page-modal.modal .modal-content .dates-title a{
    right: 0;
}

.booking-page-modal-time.modal .modal-dialog{
    min-width: 360px;
    max-width: 360px;
}
#selecttime .modal-body ul.selecttimelist li{
    width: 100%;
}
/* **** End Booking page Modal **** */

/* **** Start Campaign Header form group **** */

.activity-banner .hero-description .form-group {
    position: relative;
    max-width: 588px;
    margin: 0 auto 18px;
}

    .activity-banner .hero-description .form-group .form-control {
        color: #333;
        font-size: 24px;
        font-weight: 700;
        line-height: 33px;
        padding: 14px 150px 14px 24px;
        border-radius: 16px;
        background: #fff;
        box-shadow: none;
        outline: none;
        border: beige;
    }

    .activity-banner .hero-description .form-group button {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        display: table;
        padding: 11px 34px;
        border-radius: 12px;
        background: #fc4f3f;
        border: none;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .activity-banner .hero-description .form-group button:hover {
            background: #000;
            color: #fff;
        }

.activity-banner .hero-description ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .activity-banner .hero-description ul li {
        margin-right: 8px;
        border-radius: 8px;
        background: #fff;
        padding: 7px 14px;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .activity-banner .hero-description ul li:hover,
        .activity-banner .hero-description ul li.active {
            background: #fc4f3f;
            color: #fff;
        }

/* **** End Campaign Header form group **** */


/*** Search Block ***/
.search-block {
    position: relative;
    max-width: 588px;
    margin: 0 auto 18px;
}

.search-block .form-group {
    z-index: 11;
}

.search-result-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    border-radius: 20px 22px 12px 12px;
    z-index: 10;
    display: none;
}

.search-block.show-side .search-result-box {
    display: block;
}

.search-result-box ul {
    display: block !important;
}

    .search-result-box ul li {
        margin: 0 0 10px;
        padding: 0 !important;
        margin-right: 0 !important;
        border-radius: 5px !important;
    }

        .search-result-box ul li:last-child {
            margin: 0 !important;
        }

        .search-result-box ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #212529;
            display: flex;
            align-items: center;
            padding: 5px;
        }

        .search-result-box ul li:hover a {
            color: #fff !important;
        }

        .search-result-box ul li a figure {
            width: 35px;
            height: 35px;
            border-radius: 35px;
            margin: 0 15px 0 0;
            overflow: hidden;
        }

            .search-result-box ul li a figure img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

/*** End Search Block ***/