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

body {
    font-size: 15px;
    color: #626672;
    font-family: "Mulish", sans-serif;
}

a {
    text-decoration: none;
}

.navigation-container {
    margin-left: auto;
}

.container {
    max-width: 1050px;
    padding-left: 15px;
    padding-right: 15px;
}

#navigation ul {
    display: flex;
    list-style: none;
    gap: 35px;
    margin-bottom: 0px;
    justify-content: end;
}

#navigation ul li a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 800;
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}

#navigation ul li i {
    font-size: 14px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    background: #929292 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #092755 !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0px;
    transform: translate(-50%);
    left: 50%;
}

.hero-section {
    position: relative;
}

.site-logo .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
}

.availabletext {
    font-weight: 700;
    color: #ee5814;
    font-size: 12px;
}

.availabletext span {
    font-weight: 700;
}

.site-logo img {
    max-width: 145px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

.startingbox strong span {
    font-weight: bolder;
    font-size: 11px;
    font-weight: 500;
}

.startingbox p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.startingbox strong {
    font-weight: 700;
    color: #000;
    font-size: 15px;
    display: flex;
    gap: 2px;
    align-items: baseline;
}

.site-logo a {
    display: block;
}

.pricingbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 10px;
    padding-top: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.viewdetails a {
    background-color: #ee5814;
    padding: 6px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 8px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.site-logo a:hover img,
.site-logo a:focus img,
.site-logo a:active img {
    opacity: 0.5;
}

header {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 10px;
}

.newpackcard {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #cccccc99;
}

.addressrow .col-lg-3 {
    padding: 0 6px;
}

.paddB .social-icon ul li a i {
    color: #fff;
}

.social-icon ul li a i {
    color: #000;
}

.form-control:focus-visible {
    box-shadow: none;
}

.contact-map {
    height: 310px;
    overflow: hidden;
    border-radius: 10px;
}

.contact-map iframe {
    height: 100%;
}

.form-control {
    font-size: 13px;
    padding: 3px 9px;
    height: 32px;
    font-weight: 500;
}

.form-control::placeholder {
    font-weight: 500;
    color: #000;
}

.newpackbody {
    padding: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 290px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.newpackimg {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.deparutebox {
    background: #f5f5f5;
    padding: 12px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: grid;
    grid-template-columns: 50% 49%;
    gap: 4px;
}

.offbox {
    position: absolute;
    top: 25px;
    right: 25px;
    background: linear-gradient(to right, #ffa721, #fe552d);
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
}

.packprice {
    position: absolute;
    top: 42%;
    right: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.newpackcard form {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.newpackcard .packagename {
    font-weight: 100;
    margin-bottom: 4px;
    font-size: 15px;
    text-overflow: ellipsis;
    font-family: "Cal Sans", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.5px;
    color: #082a50;
    display: flex;
    justify-content: space-between;
}

.tripListWrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2px;
    margin: 4px 0px;
    margin-bottom: 6px;
}

.tripListWrapper li {
    width: 50%;
    display: flex;
    margin-bottom: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 0px;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.tripListWrapper li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #757575;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.durationbox {
    display: flex;
    gap: 10px;
    font-size: 11px;
    margin-bottom: 8px;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
}

.durationbox span {
    color: #fc5303;
    ;
    font-weight: 300;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 4px;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
}

.newpackcard .staybox {
    display: flex;
    gap: 2px;
    font-size: 14px;
    align-items: center;
}

.newpackcard .staybox h4 {
    background: #e5e5e5;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 9px;
}

.twonbox {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.flibox {
    text-align: center;
}

.flibox img {
    width: 25px;
}

.flibox p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 0px;
}

.amentibox {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.requestbtn {
    background-color: #f68b10;
    border-radius: 10px;
    cursor: pointer;
}

.requesttable .fa-phone {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f68b10;
    border: 1px solid #f68b10;
}

.requesttable {
    width: 100%;
    margin-bottom: 0px;
}

.requesttable tr td {
    padding: 0px;
    border: 0px;
}

.requestbtn {
    background: linear-gradient(to right, #ffa721, #fe552d);
    border-radius: 10px;
    display: inline-block;
    padding: 4px;
    width: 100%;
    color: #fff !important;
    font-size: 13px;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}

.staybox p {
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #000;
}

.bigerrow {
    margin-bottom: 40px;
}

.aboutkcontent p {
    font-size: 13px;
}

.aboutkcontent h3 {
    font-size: 26px;
    color: #223645;
    font-weight: 800;
}

.topdestination {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px !important;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.destinationnewbox .newpackimg {
    width: 100%;
    height: 190px !important;
    position: relative;
    border-radius: 10px;
    margin-bottom: 26px;
    overflow: hidden;
}

.newpackimg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    /* object-fit: cover; */
}

.destinationnewbox .cardtopbox {
    position: absolute;
    bottom: 12px;
    color: white;
    z-index: 1;
    width: 100%;
}

.bgdardesttwo {
    color: white;
}

.bgdardesttwo {
    background: linear-gradient(180deg, rgba(26, 43, 73, 0), rgba(26, 43, 73, .50) 50%, rgba(26, 43, 73, 1));
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0px;
    height: 62%;
    z-index: 0;
    border-radius: 10px;
}

.destinationnewbox {
    position: relative;
}

.destinationnewbox .cardtopbox .card-title {
    font-size: 16px;
    color: white;
    margin-bottom: 4px;
    font-weight: 700;
    text-align: center;
}

.destinationnewbox .cardtopbox p {
    margin-bottom: 0px;
    font-size: 12px;
}

.destinationnewbox .cardtopbox small {
    color: white !important;
    font-size: 12px;
}

.destinationnewbox .cardtopbox small span {
    color: #e4861d;
    font-weight: 700;
}

.catergorybox .cardtopbox {
    position: absolute;
    bottom: -12px;
    color: white;
    background-color: #fff;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 16px;
    border-radius: 10px;
}

.catergorybox .cardtopbox h5.card-title {
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}

.catergorybox .cardtopbox p {
    color: #000;
}

.catergorybox .cardtopbox small {
    color: #000 !important;
}

.catergory {
    margin-bottom: 20px;
}

.catergorybox .newpackimg {
    height: 300px;
}

.left_right_font h3 {
    font-size: 16px;
}

.whyus {
    margin-bottom: 60px;
}

.footer-logo img {
    border-radius: 10px;
    width: 90px !important;
}

.footer-form-control {
    width: 100%;
    border: 1px solid #e7e6e6;
    height: 30px;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 13px;
    outline: none;
}

.fa-phone {
    cursor: pointer;
}

.inputnewvalues input {
    width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
    border: 1px solid #ebebeb;
}

.inputnewvalues select {
    width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
    color: gray;
    border: 1px solid #ebebeb;
}

.inputnewvalues textarea {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #ebebeb;
}

.inputnewvalues .submitbtn {
    background: linear-gradient(to right, #ffa721, #fe552d);
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    border: 0px;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 0px !important;
    margin-right: auto;
    width: 40%;
    border-radius: 50px;
    display: flex;
}

.inputnewvalues h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.grabtn {
    padding: 8px 16px;
    border-radius: 4px;
    background: linear-gradient(to right, #ffa721, #fe552d);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    color: #fff !important;
}

.home-destination {
    padding: 30px 0px;
    background: #e5e5e596;
}

.social-icon ul {
    padding-left: 0px;
    display: flex;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid whtie;
    border: 1px solid white;
    text-align: center;
    line-height: 30px;
    justify-content: center;
    background: #fff;
}

.flight_duration {
    border-top: 1px solid gray;
    margin: 2px 12px 8px;
    position: relative;
    width: 78px;
    top: 7px;
    text-align: center;
}

.flight_duration span {
    text-align: center;
    position: absolute;
    top: -22px;
    left: 50%;
    font-size: 12px;
    width: 100%;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    transform: translate(-50%);
}

.flight_duration:before {
    left: -6px;
}

.hotelheading {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #000;
}

.hotelreviewtable {
    width: 100%;
    background: #ee581417;
}

.hotelreviewtable tr td {
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
    vertical-align: top;
    color: #000;
    font-weight: 500;
}

.flight_duration:after {
    right: -6px;
}

.flight_duration:after,
.flight_duration:before {
    background: #fff;
    border: 1px solid gray;
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    top: -7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 12px;
}

.traveldatebox span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
}

.dbox {
    display: flex;
    border: 1px solid #ccc;
    width: fit-content;
    color: #fff;
    font-size: 12px;
}

.dbox .day {
    width: 35px;
    background-color: #666666;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

.dbox .daytwo {
    background-color: #f6f5f5;
    color: #000;
}

.dbox .date {
    width: 35px;
    text-align: center;
    color: #000;
    line-height: 26px;
    font-size: 15px;
    font-weight: bolder;
}

.catergorybox {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.catergorybox span {
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.catergorybox strong {
    text-decoration: none;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: bolder;
    color: #000;
}

.social-icon li i {
    color: #fff;
    font-size: 14px;
}

.social-icon ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.funbox i {
    font-size: 30px;
}

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

.funbox span {
    font-size: 13px;
}

.funbox h2 {
    font-size: 16px;
    color: #000;
}

.gallery {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
}

.widget ul {
    padding-left: 0px;
    margin-left: 0px;
}

.gallery-item img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.inputnewvalues .getbox h4 {
    margin-bottom: 2px;
    text-align: center;
    color: #fff;
}

.inputnewvalues .getbox {
    background: linear-gradient(to right, #ffa721, #fe552d) !important;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

figure {
    margin: 0px;
}

.copy-right {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 10px 0px;
    padding-bottom: 20px;
}

.owl-prev {
    position: absolute;
    top: 50%;
    background: #fff !important;
    left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px !important;
    border: 1px solid #e0e0e0;
    backdrop-filter: blur(2px);
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.owl-next {
    position: absolute;
    top: 50%;
    background: #fff !important;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px !important;
    border: 1px solid #e0e0e0;
    backdrop-filter: blur(2px);
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.owl-prev i {
    color: #000 !important;
    font-size: 10px !important;
    position: relative;
    top: -1px;
    left: 0px;
}

.owl-next i {
    color: #000 !important;
    font-size: 10px !important;
    position: relative;
    top: -1px;
    right: -1px;
}

.bannerimg {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 60px;
}

.bannerimg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.bantext {
    color: #fff;
    position: relative;
    z-index: 11;
    margin-top: 150px;
}

.btn-primary {
    box-shadow: none;
    border: 0px;
    outline: 0px;
}

.bantext h2 {
    color: #fff;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 4px;
    font-size: 35px;
}

.bantext p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.whybox img {
    margin-bottom: 15px;
    height: 56px;
    width: 56px;
}

.whychoose {
    margin-bottom: 50px;
}

.whytext h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.whytext p {
    font-size: 12px;
    margin-bottom: 6px;
}

.hero-section {
    position: relative;
}

.hero-section .cloud-img {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 247px;
    background-image: url(theme.nanoit.biz/tf-touria-demo/assets/img/core-img/cloud.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.searchform {
    background-color: #fff;
    position: relative;
    z-index: 222;
    padding-left: 20px;
    border-radius: 50px;
}

.searchbtn {
    background-color: #ee5814;
    border: 0px;
    width: 90px;
    position: absolute;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    top: 6px;
    right: 6px;
    font-size: 13px;
}

.searchbox {
    display: flex;
    flex-direction: column;
    padding: 12px 0px;
    padding-bottom: 10px;
}

.searchform {
    display: flex;
    flex-direction: column;
}

.searchform select {
    border: 0px;
    background: transparent;
    height: 18px;
    padding-left: 0px;
    font-size: 13px;
}

.searchform .col-lg-5:nth-child(2) {
    border-left: 1px solid #ccc;
}

.searchform label {
    display: inline-block;
    height: 15px;
    margin-top: -3px;
    text-transform: uppercase;
    color: #ee5814;
    position: relative;
    padding-left: 1px;
    font-size: 11px;
    font-weight: 700;
    top: -3px;
}

.site-footer {
    background-color: rgba(34, 54, 69, 0.98);
    padding-top: 40px;
}

.site-footer .top-footer {
    padding-bottom: 0px;
}

.footer-primary .widget {
    color: #e0e0e0;
}

.site-footer .footer-logo {
    margin-bottom: 20px;
}

.widget a {
    display: block;
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-primary .widget .widget-title:after {
    background-color: #fff;
    content: "";
    display: table;
    height: 1px;
    width: 50px;
    margin-top: 10px;
}

.footer-primary .widget ul li {
    margin-bottom: 10px;
    border-bottom: none;
    display: flex;
}

.moreless-button {
    display: none;
    margin-top: 4px;
    color: #EC821C;
}

.footer-primary .widget ul li i {
    padding-top: 2px;
}

.contactul li {
    display: flex;
    gap: 4px;
}

.footer-primary .widget ul li:first-child {
    margin-left: 0px;
}

.textwidget {
    font-size: 13px;
    margin-bottom: 30px;
}

.widget.widget-post-thumb .post-thumb {
    width: 80px;
    flex-shrink: 0;
    position: relative;
}

.footer-primary .widget ul li a {
    color: #ffffff;
}

.widget.widget-post-thumb .post-thumb img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    height: 68px;
    width: 70px;
    /* border-radius: 15px; */
}

.post-content {
    margin-top: 6px;
}

.post-content h6 {
    margin-bottom: 4px;
    font-size: 11px;
}

.widget.widget-post-thumb .post-content .entry-meta a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 16px;
    font-family: Arial, sans-serif;
}

.radio-option {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 8px;
}

.inclusionul {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.inclusionul span {
    font-family: "Quicksand", sans-serif !important;
    font-size: 13px;
    color: #000 !important;
    font-weight: 500;
}

input[type="radio"] {
    accent-color: #ee5814;
}

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

.packageinfo {
    margin-top: 40px;
}

.header-btn {
    display: none;
}

.ui-datepicker th {
    font-family: "Quicksand", sans-serif;
}

.packagetable {
    overflow: hidden;
}

.packtone {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.packtwo {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.packagetable tr th {
    font-size: 12px;
    color: #000;
    padding: 5px;
    text-align: center;
    width: 20%;
    background: #dddddd;
    line-height: 18px;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.4px;
    font-weight: 100;
}

.packagetable tr td {
    font-size: 12px;
    color: #000;
    padding: 8px;
    text-align: center;
    width: 20%;
    background-color: #f4f4f4;
    font-weight: 600;
}

.hotelcard .flbox .indigobox {
    background-color: #f4f4f4 !important;
}

.hotelcard .flighttable {
    background-color: #f4f4f4 !important;
}

.packagetable tr th span {
    background: #ee5814;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    padding: 1px 6px;
    font-family: "Cal Sans", sans-serif;
}

.radio-option label {
    font-weight: 600;
    font-size: 12px;
    color: #000000c9;
}

.packageinfo .inputbox label {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.4px;
    font-weight: 100;
}

.remove-room-btn i {
    font-size: 14px;
    color: #000000bd;
    position: absolute;
    right: 10px;
    top: 14px;
}

.departuretext {
    padding: 4px 8px;
}

.flightcard .flighttable .departuretext {
    background: wheat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.departuretext span {
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.departuretext strong {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    color: #000;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.5px;
}

.flheading {
    background-color: #ee5814;
    color: #000;
    font-size: 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 400;
    padding: 4px 8px;
    color: #000;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.5px;
}

.packageinfo .inputbox label span {
    font-size: 11px;
    font-weight: 100;
    color: gray;
}

.packageinfo .inputbox select {
    border: 1px solid #89898945;
    padding: 4px;
    width: 100%;
    font-size: 13px;
    border-radius: 4px;
}

.roomtable tr td {
    border-right: 8px solid #fff;
    width: 20%;
}

.roomtable tr td:last-child {
    border-right: 0px;
}

.roomtable .pricing del {
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

.roomtable .pricing strong {
    color: #ff3737;
    font-weight: bolder;
    font-size: 16px;
}

.packageinfo .experienceheading {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.4px;
}

.departheading strong {
    font-weight: 700;
    color: #000;
}

.traveldateheading {
    font-size: 12px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.costcard .blink {
    padding-right: 0px;
}

.packageinfo .addheading {
    font-size: 11px;
    font-weight: 500;
    margin-left: 4px;
}

.traveldateheading span {
    font-weight: 500 !important;
}

.packagetable {
    width: 100%;
    font-family: "Quicksand", sans-serif;
}

.section-title {
    font-size: 18px;
    font-family: "Cal Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize;
}

.conct-bar {
    display: none;
}

.counter-container {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.addongivenboxes .counter-container {
    justify-content: space-between;
    margin-bottom: 4px;
}

.addonimgbox .counter-container:last-child {
    margin-bottom: 0px;
}

.addongivenboxes .counter-container .label {
    font-weight: 800 !important;
}

.blink {
    animation: blink-animation 1.5s infinite;
}

@keyframes blink-animation {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.counter-container .label {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}

.circle-btn {
    background-color: #ee5814;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    cursor: pointer;
    margin: 0 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    border: 0px;
}

.circle-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.roomheading {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.roomheading button {
    background: transparent;
    border: 0px;
    color: green;
    text-transform: capitalize;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin-left: 10px;
}

.count-display {
    width: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.max-count {
    font-size: 12px;
    font-weight: 500;
}

.tourheading {
    margin-bottom: 4px;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.4px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #b1adad;
    color: #000;
    display: flex;
    gap: 3px;
}

.tourcard h2 {
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.cnbdetailheading b {
    font-weight: bolder;
    color: #000;
}

.addtourbox {
    margin-bottom: 20px;
}

.addtourbox .btn-primary {
    color: #fff;
    background-color: #004b8d;
    border-color: #004b8d;
    padding: 4px;
    margin-left: auto;
    line-height: 0px;
    font-size: 14px;
    border-radius: 50px;
}

.addtourbox .btn-primary:focus {
    box-shadow: none;
}

.tourcard p {
    font-size: 11px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.stickybox {
    position: sticky;
    top: 75px;
}

.radio-option {
    font-family: "Quicksand", sans-serif;
    width: fit-content;
    cursor: pointer;
}

.radio-option label {
    cursor: pointer;
}

.pricedetailheading {
    font-family: "Cal Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 200;
    position: relative;
    color: #000;
}

.detailprice {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid #cccccc75;
    padding-bottom: 5px;
    margin-bottom: 10px;
    align-items: center;
}

.detailprice span {
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.detailprice span small {
    color: #000;
    font-weight: 500;
}

.balanceamount {
    color: #0a2856 !important;
    font-size: 14px;
}

.finalamount {
    color: #1b8900 !important;
    font-size: 13px;
}

.detailprice strong {
    color: #000;
    font-weight: bolder;
    text-align: right;
}

.inclusionul li {
    font-size: 11px;
    font-family: 'Mulish';
}

.inclusionul li {
    font-size: 11px;
    font-weight: bolder;
}

.detailprice:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.costingpopup .btn-close {
    position: absolute;
    right: -2px;
    font-size: 15px;
    top: -8px;
}

.pricedetailheading::after {
    border-bottom: 1px solid gray;
    content: "";
    position: absolute;
    top: 50%;
    width: 74%;
    right: 0px;
}

.delete-btn {
    border: 0px;
    background: transparent;
}

.dcardContainer .delecard {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    margin-top: 4px;
}

.dcardContainer .delecard .addonheading {
    line-height: 16px;
    display: flex;
    gap: 5px;
}

.dcardContainer .delecard .addonheading i {
    color: #23b700;
}

.dcardContainer .delecard .addonheading span {
    font-size: 12px;
    color: #ee5814;
    font-weight: 600;
}

.delete-btn {
    font-size: 18px;
}

.dcardContainer .delecard .addonheading .adheading {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.aboutheading {
    margin-bottom: 15px !important;
}

#bannerBackground {
    padding: 135px;
    background: url(static.vecteezy.com/system/resources/previews/008/009/837/non_2x/outdoor-tourism-landscape-luxurious-beach-resort-with-swimming-pool-and-beach-chairs-or-loungers-umbrellas-with-palm-trees-and);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #FFFFFF;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

#texttopbannner {
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Cal Sans", sans-serif;
    position: relative;
    top: 25px;
}

.inner-about-wrap {
    margin-bottom: 40px;
}

.howheading {
    font-size: 22px;
    font-weight: 500;
    color: #223645;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: "Cal Sans", sans-serif;
    position: relative;
    text-transform: capitalize;
}

.about-image {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}

.about-content h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 800;
    color: #223645;
}

.about-content p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.about-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.about-image-content {
    background: #3A78C9;
    border-radius: 25px;
    padding: 40px;
    margin-left: -200px;
}

.about-image-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
}

.icon-box {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 30px;
}

.icon-box .box-icon {
    background-color: #032c56;
    border-radius: 100%;
    color: #ffffff;
    line-height: 64px;
    height: 64px;
    width: 64px;
    font-size: 23px;
    display: inline-table;
    margin-bottom: 15px;
}

.icon-box-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #223645;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.icon-box-content {
    font-size: 15px;
    color: #626672;
    line-height: 1.6;
    margin: 0 0 15px;
}

.icon-box-content p {
    font-size: 13px;
    font-weight: 600;
}

div#bannerBackground:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000080;
}

.funbox img {
    width: 30px;
    height: 40px;
    object-fit: contain;
}

.onwardbox {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 6px;
}

.hheading {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 15px;
    color: #000;
}

.onwardtext {
    font-size: 11px;
    font-weight: 500;
    display: flex;
}

.onwardtext i {
    font-size: 18px;
}

.onwardbox strong {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.categorybox {
    border-bottom: 1px solid #ccc;
}

.proceedpayment {
    background-color: rgb(20 36 49 / 98%);
    width: 45%;
    padding: 4px;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    border-radius: 4px;
    font-size: 12px;
}

.addbox {
    display: flex;
    gap: 10px;
    background-color: #fff;
    padding: 15px;
    flex-direction: unset;
    border-radius: 10px;
}

.adtheading h5 {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    width: 100%;
}

.adtheading p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}

.addbox img {
    width: 50px;
    height: 50px;
}

.add-room-btn {
    margin-left: auto;
}

.indigobox {
    display: flex;
    padding: 6px 8px;
    padding-top: 0px;
    align-items: center;
    gap: 10px;
}

.flitext {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flitext strong {
    font-size: 12px;
    color: #000;
}

.flitext span {
    font-size: 11px;
    margin-bottom: 5px;
}

.itinerary::before {
    border-left: 1px solid #e0e0e0;
    bottom: 12px;
    content: "";
    position: absolute;
    top: 50px;
    width: 1px;
    z-index: 1;
    left: 18px;
    display: none;
}

.day {
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.day::before {
    background: #00000085;
    content: "";
    height: 7px;
    left: 3px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 7px;
    z-index: 1;
    display: none;
}

.offcanvas-header .btn-close {
    position: unset !important;
    font-size: 11px;
    background: green;
    color: #fff;
    border-radius: 5px !important;
    width: 60px;
    font-weight: 800;
}

.day h3 {
    margin: 0;
    color: #000;
    display: flex;
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.itinerary .day:last-child h3 {
    margin-bottom: 0px;
}

.cnbdetailheading {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}

.day.active:before {
    background: #ee5814;
}

.day.active i {
    color: #ee5814;
}

.itititle {
    margin-bottom: 8px !important;
}

.day .details p {
    font-size: 11px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}

.recomndnight {
    font-size: 12px;
    color: #000;
}

.day h3 strong {
    font-weight: bolder;
    color: #000;
    white-space: nowrap;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.6px;
    font-size: 12px;
    font-weight: 400;
}

.recommendimg {
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.recommendimg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.recomndnight {
    margin-bottom: 0px;
    font-weight: 500;
}

.details {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    font-size: 14px;
    color: #555;
}

.day.active .details {
    max-height: 500px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.whatsappbtn {
    background-color: #4DC247 !important;
}

.callbtn {
    background: #004b8d !important;
}

.arrow {
    float: right;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.day.active .arrow {
    transform: rotate(90deg);
}

.day.active h3 {
    margin-bottom: 6px;
    padding-bottom: 0px;
    color: #ee5814;
}

.ourdestination {
    margin-bottom: 20px;
}

.flighttable {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.desticarousel .owl-nav {
    display: block !important;
}

.flbox {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.hotelimg img {
    width: 100px !important;
    padding-top: 0px !important;
    height: 88px !important;
    border-radius: 10px !important;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.addonbox .hotelimg img {
    width: 80px !important;
    height: 64px !important;
}

.addonbox .hotelinfo .flitext {
    margin-bottom: 0px !important;
}

.addonbox .flbox .indigobox {
    padding: 5px;
}

.WhatsappMSGBTN i {
    height: 25px;
    width: 25px;
    display: block;
    background-position: -8px -44px;
    background-size: 144px;
    filter: invert(1);
    margin-right: 0px;
}

.whsap-SVG {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/svg/whatsapp-strips.svg);
    background-repeat: no-repeat;
}

.fixedprice {
    line-height: 14px;
}

.fixedprice p {
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
    color: #000;
}

.fixedprice strong {
    font-size: 15px;
    color: #ee5814;
    font-weight: bolder;
}

.fixedprice del {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.bottomfixedpricebox .booknowbutton {
    background: #ee5814;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 8px 12px;
    margin-top: 8px;
    border-radius: 50px;
}

.bottomfixedpricebox .booknowbutton:focus {
    box-shadow: none;
}

.detailprice span {
    color: #000 !important;
    line-height: 16px;
}

.addbox img {
    width: 40px;
    height: 40px;
}

.tourcard h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000 !important;
    font-weight: 300 !important;
}

.circle-btn {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}

.tourheading {
    font-size: 14px;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
}

.pricedetailheading {
    font-size: 14px;
}

.counter-container .label {
    font-weight: 600 !important;
    color: #000 !important;
}

.remove-room-btn i {
    top: 12px;
}

.roomheading button {
    letter-spacing: 0.5px;
}

.packageinfo .row .col-lg-4 {
    width: 50%;
}

.traveldatebox {
    margin-bottom: 12px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.catergorybox span {
    font-size: 10px;
    color: #000;
    font-weight: 500;
}

.funbox h2 {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.traveldatebox span {
    font-size: 10px;
    color: #000;
    font-weight: 500;
}

.funbox span {
    font-size: 11px;
    font-weight: 500;
    color: black;
}

.dbox .date {
    width: 60px;
}

.packageinfo .card-title {
    display: flex;
    justify-content: space-between;
}

.hheading {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.6px;
}

.costcard .blink span {
    color: red;
    font-weight: 500;
}

.costcard .blink strong {
    color: red;
    font-weight: 500;
}

.hotelheading {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.dbox .day {
    width: 50px;
}

.dbox .day:first-child {
    background: rgba(20, 36, 49, 0.98);
}

.onwardtext {
    color: #000;
}

.costingpopup .modal-dialog {
    margin: 0px;
}

.bottomfixedpricebox .booknowbutton:focus-visible {
    box-shadow: none;
    outline: 0px;
    border: 0px;
}

.costingpopup .modal .card {
    margin-bottom: 10px;
}

.costingpopup .modal {
    top: 37px !important;
    padding: 0px !important;
    width: 94%;
    overflow: visible !important;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px !important;
}

.bxcontentiti ul {
    padding-left: 0px;
    margin-left: 8px;
}

.costingpopup .modal-content {
    border: 0px;
    border-radius: 10px;
}

.costingpopup .modal-body::-webkit-scrollbar {
    display: none;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #ee58147d !important;
    border-width: 1px;
    border-style: solid;
}

.costingpopup .modal-body {
    padding: 10px;
    background-color: #e5e5e596;
    max-height: 90vh;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 10px;
}

.costingpopup .modal .inputbox {
    margin: 0px;
}

#contactForm textarea {
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-radius: 10px;
}

#contactForm .inputbox {
    margin-bottom: 10px;
}

#contactForm .inputbox label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.modal form button:hover {
    background-color: #218838;
}

.addtbtn {
    border: 0px;
    background: #ee5814;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    width: 75px;
    margin-left: auto;
    float: right;
    margin-top: 1px;
}

#roomContainer {
    margin-top: 10px;
}

.summarytext h5 {
    font-size: 13px;
    font-weight: 200;
    color: #000;
    margin-bottom: 4px;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.5px;
}

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

.summarytext p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
}

.modal .close-btn {
    line-height: 21px;
}

.infoheading {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #000;
    font-weight: 500;
}

.detailcard .col-lg-4 {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.flbox {
    border-radius: 6px;
}

.detailcard .form-control {
    height: 35px;
}

.hotelcard .row .col-lg-12:last-child .flbox {
    margin-bottom: 0px;
}

.input-group-text {
    padding: 8px !important;
}

.detailcard .custom-select {
    width: 89%;
}

.detailcard .custom-select .nice-select {
    height: 34px;
    line-height: 26px;
}

.hotelreviewtable tr td:first-child {
    white-space: nowrap;
}

.flitext span i {
    color: #000;
    margin-bottom: 5px;
}

.modal .inputbox #navClose {
    display: none;
}

.menu-primary {
    display: none;
}

.active a {
    font-weight: bold;
    color: #ee5814;
}

.inclusionul {
    padding-left: 0px;
    margin-left: 8px;
    font-size: 12px;
}

.inclusionul .bg-white {
    padding-left: 0px !important;
}

.inclusionul p {
    margin-bottom: 0px;
}

.inclusionul li {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.inclusionul {
    margin-bottom: 0px;
}

.inclusionul ul {
    padding-left: 8px;
    list-style: disc;
}

.inclusionul li {
    margin-bottom: 5px;
}

.inclusionul li:last-child {
    margin-bottom: 0px;
}

.bottomfixedpricebox {
    display: none;
}

.inputbox {
    position: relative;
}

.offcanvas-start {
    width: 29%;
}

.ti-help-small:before {
    content: "\f91e";
    position: relative;
    right: 2px;
    font-size: 30px;
}

.addonimgbox {
    display: flex;
    justify-content: left;
    flex-direction: row-reverse;
    gap: 10px;
    padding-top: 4px;
}

.addonimgbox img {
    width: 80px;
    height: 74px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.addonimgbox .circle-btn {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.apricingbox {
    line-height: 14px;
}

.addonimgbox .counter {
    display: flex;
    gap: 10px;
}

.apricingbox small {
    font-size: 9px;
    color: #000;
    font-weight: 500;
}

.addonimgbox .circle-btn {
    margin: 0px !important;
}

.ti-phone-ringing:before {
    position: relative;
    top: 2px;
}

.enqimg {
    width: 28px;
    height: 28px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.enqimg img {
    width: 20px;
}

.recomndcard .twonbox {
    margin-bottom: 3px;
}

.recomndcard .recommendimg {
    height: 100px;
}

.recomndcard .deparutebox {
    padding: 8px;
}

.recomndcard .startingbox {
    line-height: 14px;
}

.recomndcard .packagename {
    font-size: 13px !important;
}

.recomndcard .viewdetails a {
    margin-top: 0px;
}

.recomndcard .newpackbody {
    padding: 6px;
}

.viewdetails strong {
    color: #000;
}

.recomndcard .custom-select .nice-select {
    height: 25px;
    line-height: 16px;
}

.qrybx i {
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.addtourbox {
    border: 1px solid #cccccc99;
    background: #fff;
    border-radius: 10px;
    padding: 10px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.addongivenboxes {
    margin-bottom: 20px;
}

.nice-select.open .list {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.oftourheading {
    font-family: "Cal Sans", sans-serif;
    color: #000;
    font-weight: 200;
    width: fit-content;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 5px;
}

.flbox .indigobox {
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}

.oftourheading::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    left: 0px;
    background-color: #ee5814;
    bottom: 0px;
}

.flightcard .departuretext strong {
    color: #000;
    display: flex;
    align-items: center;
    gap: 2px;
}

#navClose {
    display: none;
}

.summarycard {
    background: #ee581424 !important;
    border: 1px solid #ee581436 !important;
}

.desticarousel .owl-prev {
    top: 38%;
    left: -8px;
}

.desticarousel .owl-next {
    top: 38%;
    right: -8px;
}

.datecustom-select .nice-select .list {
    width: 160px;
}

.datecustom-select .nice-select option {
    padding-left: 6px !important;
}

.custom-select label {
    color: #000;
    margin-bottom: 5px;
}

.inclusionul ul ul {
    margin-left: 0px;
}

.custom-select {
    position: relative;
}

.custom-select select {
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
}

.custom-select i {
    position: absolute;
    right: 8px;
    top: 36px;
    font-size: 12px;
}

.deparutebox .custom-select i {
    top: 10px;
}

@media(max-width:576px) {
    .packageinfo .flightcard .flbox {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }



    #navClose {
        display: block;
    }

    .packageinfo .inputbox select {
        font-size: 11px;
    }

    body .packageinfo .inputbox label {
        font-size: 10px !important;
    }

    .roomtable tr td {
        border-right: 2px solid #fff;
    }

    .flightcard .flbox .flitext strong {
        white-space: nowrap !important;
    }

    .flight_duration span {
        font-size: 11px;
    }

    .amenitiesul li {
        font-size: 11px !important;
    }

    .departuretext strong {
        font-size: 12px;
    }

    .amenitiesul {
        gap: 0px 8px !important;
        flex-wrap: wrap;
    }

    .flheading {
        font-size: 12px;
    }

    header .container {
        padding: 0px;
    }

    .newpackcard .packagename {
        font-size: 16px;
    }

    .durationbox span {
        font-size: 13px;
    }

    .traveldateheading span {
        font-size: 11px !important;
    }

    .el-video-popup__box {
        width: 60% !important;
        height: 358px !important;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        top: 10%;
    }

    .el-video__play-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }

    .el-video__bg {
        height: 150px !important;
    }

    .video-card {
        height: 140px;
    }

    .newpackbody {
        min-height: unset;
    }

    .custom-select label {
        font-size: 12px !important;
    }

    .costingpopup .modal {
        width: 94% !important;
    }

    .desticarousel .owl-prev {
        top: 30%;
        left: -10px;
    }

    .desticarousel .owl-next {
        top: 30%;
        right: -10px;
    }

    .copy-right {
        padding-bottom: 15px;
    }

    .tripListWrapper {
        height: auto;
        margin-bottom: 8px;
    }

    .custom-select .nice-select {
        font-size: 10px;
        color: #000;
        font-weight: 600;
    }

    .deparutebox .form-control {
        font-size: 11px;
        color: #000;
        height: 32px;
        line-height: 20px;
    }

    .deparutebox .form-control::placeholder {
        font-weight: 600;
    }

    .startingbox strong {
        font-size: 16px;
        font-weight: 800;
    }

    .deparutebox .custom-select .nice-select {
        font-size: 13px;
    }

    .viewdetails a {
        font-size: 12px;
    }

    .tripListWrapper li {
        font-size: 12px;
    }

    .remove-room-btn i {
        top: 0px;
        right: 0px;
    }

    .startingbox strong span {
        font-size: 11px;
    }

    .menu-primary {
        display: block;
    }

    .custom-select .nice-select .option {
        font-size: 13px;
    }

    .flbox .indigobox {
        justify-content: space-between;
        padding: 6px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .shortheading {
        margin-bottom: 16px !important;
    }

    .arrow i {
        font-size: 12px;
    }

    .detailprice .fixedprice {
        display: none;
    }

    .menuimg {
        margin-top: 15px;
        margin-bottom: 20px;
        width: 100px;
    }

    .newpackimg {
        height: 205px;
    }

    .cnbdetailheading {
        font-size: 10px;
    }

    .offcanvas-start {
        width: 100%;
    }

    .bottomfixedpricebox .booknowbutton img {
        width: 18px;
    }

    .bottomfixedpricebox .booknowbutton i {
        width: 18px;
        height: 18px;
        border-radius: 50px;
        font-size: 13px;
        color: #004b8d;
        background-color: #fff !important;
        line-height: 18px;
    }

    .fixedprice p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .addtourbox {
        margin-bottom: 10px;
    }

    .packageheading h2 {
        letter-spacing: 1px;
        font-size: 20px;
        margin-bottom: 8px;
    }

    .moretext {
        display: none;
    }

    .site-footer {
        display: block;
    }

    .fixedprice strong {
        font-size: 18px;
    }

    .tourheading {
        font-size: 14px;
        gap: 2px;
        margin-bottom: 0px !important;
        border-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .addtourbox {
        border: 1px solid #cccccc99;
        background: #fff;
        border-radius: 10px;
        padding: 10px !important;
    }

    .moreless-button {
        display: block;
    }

    .icon-box-content p {
        font-size: 12px;
    }

    .packageheading p {
        width: 90%;
        margin: auto;
        font-size: 11px;
        font-weight: 600;
    }

    .packageheading {
        width: 100%;
        top: 38%;
    }

    .header-btn {
        display: block;
    }

    .whychoose .row .col-lg-3 {
        width: 50%;
    }

    #section {
        margin-bottom: 20px;
    }

    .whytext h4 {
        font-size: 12px;
    }

    .whybox img {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .whychoose {
        margin-bottom: 10px;
    }

    .home-destination {
        padding: 0px;
        padding-top: 20px;
    }

    .bantext h2 {
        font-size: 21px;
        letter-spacing: 2px;
    }

    .bantext {
        margin-top: 88px;
    }

    .bantext p {
        font-size: 12px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .bannerimg {
        height: 300px !important;
        margin-bottom: 1px;
        margin-top: 56px;
    }

    .site-logo img {
        max-width: 124px;
    }

    .bottom-header {
        padding: 8px 14px;
    }

    .inner-about-wrap {
        margin-bottom: 0px;
    }

    .searchbox {
        position: relative;
    }

    .searchbtn {
        position: unset;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .header-btn i {
        font-size: 20px;
        background-color: #0a2856;
        width: 28px;
        height: 28px;
        border-radius: 3px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-header .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bottom-header {
        position: unset;
        transform: unset;
        border-radius: 0px;
        width: 100%;
    }

    .searchform .col-lg-5:nth-child(2) {
        border-left: 0px;
    }

    .searchform {
        border-radius: 10px;
        padding-left: 0px;
    }

    .searchbox i {
        position: absolute;
        top: 26px;
    }

    .searchform .row {
        margin: 0px;
    }

    .whst {
        padding: 0px;
        width: 100%;
        background: #2AA81A;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: #fff !important;
        min-width: fit-content;
        height: 44px;
        text-decoration: none;
        justify-content: center;
        font-weight: 700;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-radius: 0px;
    }

    .qrybx {
        padding: 0;
        width: 100%;
        background: #0a2856;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 15px;
        color: #fff !important;
        min-width: fit-content;
        height: 44px;
        justify-content: center;
        font-weight: 700;
        border-radius: 0px;
        text-transform: capitalize;
    }

    .conct-bar {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
        left: 0px;
        display: none;
        right: 0px;
        padding: 0px;
        background: #000;
        box-shadow: 0 -1px 10px rgba(0, 0, 0, .15);
    }

    .destinationnewbox .newpackimg {
        height: 90px !important;
    }

    .owl-next,
    .owl-prev {
        top: 42%;
    }

    .destinationnewbox .newpackimg {
        margin-bottom: 10px;
    }

    .section-title {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.2px;
        margin-bottom: 15px !important;
        text-align: center;
        margin-bottom: 15px !important;
    }

   

    .customers-our{
          margin-top: 15px !important;
    }

    .cncrd {
        gap: 0px;
        justify-content: center;
    }

    .ourdestination .row {
        margin-right: 0px;
    }

    

    .destinationnewbox .cardtopbox .card-title {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 700;
        color: #fff;
        padding: 0px;
    }

    .destinationnewbox .cardtopbox {
        position: absolute;
        bottom: 10px;
        color: #000;
        z-index: 1;
        width: 100%;
        border-radius: 10px;
    }

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

    .gallery {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .widget.widget-post-thumb .post-thumb img {
        height: 55px;
        width: 65px;
    }

    .textwidget {
        margin-bottom: 15px;
    }

    .textwidget {
        font-size: 12px;
    }

    .social-icon li {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }

    .social-icon li i {
        font-size: 11px;
    }

    .site-footer {
        padding-top: 20px;

    }

    .tourcard h2 {
        font-size: 13px;
        letter-spacing: 0.3px;
    }

    .howheading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #texttopbannner {
        font-size: 20px;
        top: -34px;
        width: 100%;
        white-space: nowrap;
    }

    .about-content p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    #bannerBackground {
        margin-bottom: 20px;
        padding-bottom: 35px;
    }

    .about-image {
        height: 168px;
    }

    .icon-box-content h3 {
        font-size: 11px;
    }

    .footer-primary .widget .widget-title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ourdestination {
        margin-bottom: 8px;
        margin-top: 12px;
    }

    .about-content {
        margin-bottom: 20px;
    }

    .gallery-item img {
        height: 46px;
        width: 46px;
    }

    .icon-box {
        padding: 0px;
        width: 50%;
        margin-bottom: 10px;
        float: left;
    }

    #bannerBackground {
        height: 140px;
    }

    .icon-box .box-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .ui-datepicker-div {
        left: 85px;
    }

    .packageinfo {
        margin-top: 18px;
    }

    .packageinfo .flbox {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .flbox {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .hotelcard .flbox {
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .flitext strong {
        font-size: 12px;
    }

    .packageinfo .card {
        padding: 10px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid#cccccc99;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .typebox {
        display: none !important;
    }

    .hotelinfo .flitext {
        margin-bottom: 0px;

    }

    .packageinfo .card-title {
        font-size: 13px;
        letter-spacing: 0.8px;
        position: relative;
    }

    .packageinfo .row .col-lg-6 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .flitext span {
        font-weight: 600;
        font-size: 11px;
        color: #000;
        margin-bottom: 3px;
    }

    .day h3 {
        font-size: 12px;
        font-weight: 500;
    }



    .day h3 strong {
        font-size: 12px;
    }

    .departuretext span {
        font-weight: 700;
        font-size: 12px;
    }

    .radio-option label {
        font-size: 12px;
        font-weight: 700;
    }

    .departuretext {
        padding: 2px 6px;
        margin-left: auto;
        white-space: nowrap;
    }

    .indigoimg {
        flex-shrink: 0;
    }

    .indigoimg img {
        border-radius: 50px;
        width: 32px;

        background: #fff;
    }



    .packagetable tr td {
        font-size: 13px;
        border-right: 4px solid #fff;
        padding: 4px;
    }



    .roomtable tr td:nth-child(5) {
        border-right: 0px !important;
    }

    .packageinfo .inputbox label {
        font-size: 12px;
    }

    .packageinfo .inputbox label span {
        display: none;
    }

    .roomtable .pricing {
        margin-top: 10px;
        line-height: 18px;
    }



    .roomtable tr td:last-child {

        border-right: 0px;

    }

    .packagetable tr th {
        font-size: 13px;
    }

    .packagetable tr th span {
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        font-size: 9px;
        font-weight: 100;
        padding: 0px 8px;
        font-family: "Cal Sans", sans-serif;
        line-height: 14px;
    }

    .packageinfo .addheading {
        font-size: 11px;
        font-weight: 700;
        color: #000;
        letter-spacing: 0px;
        font-family: "Quicksand", sans-serif;
    }

    .packageinfo .tourheading .ti-plus {
        margin-left: auto;
    }

    .tailorimg {
        width: 22px !important;
        margin-top: 8px;
    }

    .adtheading h5 {
        margin-bottom: 2px;
    }

    .adtheading p {
        font-size: 11px;
        font-weight: 500;
        color: #000;
    }

    .mobilemargin {
        margin-bottom: 45px;
    }

    .detailprice {
        margin-bottom: 8px;
    }

    .packageinfo .experienceheading {
        font-size: 13px;
        margin-top: 20px;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0.6px;
        margin-bottom: 15px;
    }

    .packagetable tr td {
        border: 0px !important;
    }

    .traveldateheading {
        font-size: 12px;
        color: #000;
        border-radius: 10px;
    }

    .pricedetailheading::after {
        width: 69%;
        border-bottom: 1px solid #00000040;
    }

    #ui-datepicker-div {
        left: 46px !important;
    }

    .proceedpayment {
        display: none;
    }

    .card .row .col-lg-6:last-child .flbox {
        margin-bottom: 0px;
    }

    .bottomfixedpricebox {
        position: fixed;
        bottom: 0px;
        left: 0px;
        font-size: 13px;
        width: 100%;
        border-radius: 0px;
        padding: 10px;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 -1px 10px rgba(0, 0, 0, .15);
        border-top: 2px solid #ee5814;
    }

    .WhatsappMSGBTN {

        background-color: #4DC247;
        width: 35px;
        height: 35px;
        color: #fff;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 0;

    }

    .WhatsappMSGBTN i {
        margin-right: 0;
    }

    .callicon {
        width: 35px;
        height: 35px;
        background: #004b8d;
        border: 0px;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
    }

    .contactinfobtns {
        display: flex;
        gap: 6px;
    }

    .amentiext {
        width: 118px;
        flex-basis: 40%;
    }

    .navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background: white;
        z-index: 1001;
        transition: right 0.3s ease-in-out;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
    }

    /* Active class for menu */
    .navigation.active {
        right: 0;
    }

    /* Overlay styling */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    #navigation ul {
        flex-direction: column;
        margin-left: 0px;
        padding-left: 0px;
        gap: 15px;
    }

    .menu-primary .contactul li {
        color: #000;
    }

    .menu-primary .social-icon ul {
        flex-direction: unset !important;
        margin-top: 25px;
        justify-content: unset !important;
    }

    .menu-primary .textwidget p {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .menu-primary .social-icon li {
        width: 30px;
        height: 30px;
        background-color: #0a2856;
        margin: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-primary .social-icon li i {
        color: #fff;
    }

    #navClose {
        display: block;
        font-size: 20px;
        background-color: #EC821C;
        width: 28px;
        height: 28px;
        border-radius: 3px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .hotelbox {
        margin-bottom: 0px;
        justify-content: unset !important;
        align-items: stretch;
        gap: 5px;
    }

    .contact-map {
        height: 210px;
        margin: 20px 0px;
    }

    .section-heading .sub-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .howheading {
        font-size: 14px;
    }

    .inner-contact-wrap {
        padding-bottom: 20px !important;
    }

    .inner-contact-wrap .social-icon a {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }

    .section-heading p {
        font-size: 13px;
        line-height: 20px;
    }

    .social-icon ul {
        gap: 4px;
    }

    .addressrow .col-lg-3 {
        width: 50%;
        padding: 0px 12px;
    }

    .contact-infobox {
        margin: 10px 0px;
        margin-bottom: 0px;
    }

    .detailprice span {
        font-size: 13px !important;
    }

    .pricedetailheading {
        font-size: 14px !important;
    }

    .contact-from-wrap .contact-from input[type=submit] {
        font-size: 12px;
    }

    .pricedetailcard span {
        font-size: 13px !important;
    }

    .bottomfixedpricebox .booknowbutton {
        padding: 8px 12px;
        font-size: 11px;
        border: 0px;
    }

    .viewbtn {
        padding: 8px 16px !important;
    }

    .detailprice span small {
        font-size: 12px !important;
        color: #000;
        font-weight: 500;
    }

    .bottomfixedpricebox .booknowbutton {
        width: fit-content;
        text-align: center;
        display: flex;
        gap: 5px;
    }

   /*   .bannerimg.home img
    {
        aspect-ratio: 1 / 1;   
        object-fit: fill;   
    }   */
    body .bannerimg.home 
    {
        height: auto !important;
    }
    /* body .dynamicsection_package .section-title {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.2px;
        margin-bottom: 15px !important;
        text-align: left;
        margin-bottom: 10px !important;
        margin-left: 15px;
    } */


}

.offcanvas .card {
    border: 0px;
}

.offcanvas-body {
    background-color: #e5e5e596;
}

.offcanvas {
    z-index: 99999;
}

.btn-close {
    background-size: 10px;
    background: none;
    background-color: #fff;
    color: #000000;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 0px !important;
    opacity: 1;
    font-weight: bolder;
}

.addonbox {
    align-items: unset !important;
}

.btn-close:focus {
    box-shadow: none;
}

.offcanvas-title {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    font-weight: bolder;
}

.offcanvas-header {
    padding: 12px 20px;
    background: #004b8d;
}

#dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
}

.amentiybox {
    font-size: 11px;
    color: #ee5814;
    font-weight: 700;
    border: 0px;
    font-weight: 600;
}

#dropdown.open {
    max-height: 200px;
    padding: 4px 8px;
    background-color: #fff;
}

.addonbox {
    gap: 4px;
}

.addonbox .flitext strong {
    font-size: 12px;
    color: #000;
}

#dropdown p {
    margin-bottom: 4px;
    font-size: 10px;
    color: #000;
    font-weight: 600;
}

.viewbtn {
    background-color: #ee5814;
    padding: 6px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 8px;
    font-weight: 700;
    display: flex;
    gap: 6px;
    align-items: center;
    border: 0px;
}

.amenitiesul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
}

.amenitiesul li {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

.amenitiesul li i {
    font-size: 7px;
}

.modal-dialog {
    max-width: 100% !important;
}

.costingpopup .modal {
    width: 100%;
    max-width: 430px;
}

.costingpopup .modal-backdrop {
    z-index: 9999;
}

.hidedepartureDate .nice-select {
    display: none !important;
}

.aaaaa {
    display: block !important;
}

.ytshorts iframe {
    width: 100% !important;
    border-radius: 10px;
    height: 280px !important;
    width: 100% !important;
}

.ytshort {
    margin-bottom:30px;
}

.ytshort .owl-prev {
    left: -12px !important;
}

.ytshort .owl-next {
    right: -12px !important;
}

.day .details {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.day .details ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.day .details p {
    font-size: 12px;
}

.day .details ul li {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.btn-close:hover {
    opacity: 1;
}

.item,
.ytshorts {
    position: relative;
}

.iframe-blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    touch-action: none;
}

div:where(.swal2-icon) {
    margin-top: 20px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    padding-bottom: 14px !important;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 24px !important;
}

div:where(.swal2-icon) {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding-top: 0px !important;
    color: #000 !important;
    font-size: 15px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    height: 34px;
    line-height: 12px;
    width: 100% !important;
    font-size: 14px !important;
    background-color: #ee5814 !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    font-weight: 800;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    width: 90% !important;
    margin-top: 10px !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    border-radius: 10px;
}

div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
    box-shadow: none !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    max-width: 64% !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 13px !important;
    color: red;
    font-weight: 400;
}
.mobileview
{
    display: none;
}
.desktopview{
    display: block;
}

@media (max-width: 576px) {
    .date-destination 
    {
        display: none;
    }
    /* .bannerimg img
    {
        height: 250px;
    } */
    .pricingbox
    {
        display: block;
        border-radius: 10px;
    }
    .pricingbox div{
        justify-content: center;
        align-items: center;
    }
    .mobileview
    {
        display: block;
    }
    .desktopview
    {
        display: none;
    }
    .viewdetails a
    {
        justify-content: center;
    }
    
}