﻿@font-face {
    font-family: "Poppins, sans-serif";
    /*src: url(../fonts/trebuc.ttf);*/
    src: url('../fonts/Poppins_Font_Family/Poppins Regular 400.ttf' );
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url('../fonts/Poppins_Font_Family/Poppins Regular 400.ttf');
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins, sans-serif";
}
.travler-container{
    margin-bottom:50px;
}
.manage-help-icon {
    position: absolute;
    right: 0;
    top: 13px;
    color: #b50128;
    font-size: 12px;
    cursor: pointer;
}

.booking-notice {
    color: #ED1C24;
    font-size: 12px;
    text-align: justify;
}


a.login-signup-btn {
    color: #000 !important;
}
@media ( max-width:767px) {
    a.login-signup-btn {
    font-size:17px!important;
    color: #000 !important;
}
}

    a.login-signup-btn:hover {
        color: #F10409 !important;
    }
.header {
    height: auto;
    /*    background-color: #ED1C24;*/ 
        background-color: #ffffff;
    width: 100%;
    padding: 0.5rem 0;
}

.site-logo {
    width: auto !important;
    height: 60px !important;
}

    .site-logo .logo {
        padding: 0 !important;
    }

.nav-item .loginStatus a:hover {
    color: #ff0001 !important;
}

/*header font*/
.main-menu .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    /*        color: #fff !important;*/
    /*    font-size: 15px !important;*/
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.3s ease;
}
@media (max-width:882px) {
    .main-menu .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}
    .main-menu .navbar-light .navbar-nav .nav-link:hover {
        color: #F10409!important;
    }
/*
@media (max-width: 768px) {
    .main-menu .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}*/
/*a.login-signup-btn {
    color: #000 !important;
}
a.login-signup-btn:hover {
    color: #F10409 !important;
}*/
/*added new changes------------*/
.minusmargi15 {
    margin-left: 0px;
}


.copyright-txt {
    font-size: 12px;
    text-align: left;
}

.confirm-img-msg img {
    width: 100%;
}

.btm-space {
    margin-bottom: 10px;
}

.office-contact {
    margin-top: 25px;
}

.ssmarquee {
    position: absolute;
    top: 100px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    width: 90%;
}

.welcome-menu {
    padding-top: 10px;
    height: 40px;
}

    .welcome-menu ul {
        padding: 0;
        margin: 0;
        display: inline-flex;
        list-style: none;
        float: right
    }

        .welcome-menu ul li {
            padding-left: 10px;
            color: #fff;
            font-size: 13px;
        }

.font14 {
    font-size: 16px !important;
    font-weight: 500 !important;
}
@media (max-width:768px) {
    .font14 {
        font-size: 14px !important;
    }
}

.main-menu {
    float: right;
}

    .main-menu .navbar {
        padding: 0px !important;
    }

   

#m-menu {
    left: -17pc;
    min-width: 37rem;
    padding-left: 50px;
    padding-right: 50px;
}

.c-link {
    display: block;
    margin-bottom: 15px;
}

.navbar-nav .nav-link {
    padding-left: 1.7rem !important;
/*    font-size: 17px !important;*/
}

.bg-light {
    background-color: #ffffff !important;
}

.w-25 {
    width: 12% !important;
}

/*search box css start here*/
.search-sec {
    padding: 1rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.hamburg-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hamburg-menu > ul > li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

.hamburg-menu > ul > li > a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Icon circles */
.mob-menu-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mob-menu-icon i {
    font-size: 16px;
    color: #666;
}

.mob-menu-icon svg {
    color: #666;
}

/* Active menu icon color */
.hamburg-menu .active-tab .mob-menu-icon svg,
.hamburg-menu .active-tab .mob-menu-icon i {
    color: red;
}

/* Destinations dropdown */
.hamburg-menu .mobile-dest-dropdown > a {
    justify-content: flex-start;
    position: relative;
    padding-right: 40px;
    transition: background 0.3s ease;
    border-radius: 8px;
}

.hamburg-menu .mobile-dest-dropdown > a::after {
    content: '\25BC';
    font-size: 10px;
    color: #999;
    position: absolute;
    right: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.hamburg-menu .mobile-dest-dropdown.open > a::after {
    transform: rotate(180deg);
    color: #F10409;
}

/* Open state - pink bg, red icon */
.hamburg-menu .mobile-dest-dropdown.open > a {
    background: #f1f1f1;
    color: #F10409;
}

.hamburg-menu .mobile-dest-dropdown.open > a .mob-menu-icon svg,
.hamburg-menu .mobile-dest-dropdown.open > a .mob-menu-icon i {
    color: #F10409;
}

/* Submenu smooth animation */
.hamburg-menu .mobile-dest-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.hamburg-menu .mobile-dest-dropdown.open .mobile-dest-submenu {
    max-height: 500px;
}

.hamburg-menu .mobile-dest-submenu li {
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
}

.hamburg-menu .mobile-dest-submenu li:last-child {
    border-bottom: none;
}

.hamburg-menu .mobile-dest-submenu li a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 12px 15px 12px 65px;
    display: block;
    text-decoration: none;
    position: relative;
}

.hamburg-menu .mobile-dest-submenu li a::before {
    content: '';
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddd;
}

.hamburg-menu .mobile-dest-submenu li a:hover {
    color: #F10409 !important;
}

.hdr-bg-color {
    background-color: #ED1C24;
}

.old-header .header {
    display: flex;
}

.old-header .header {
    height: auto;
    background-color: #ffffff;
    width: 100%;
    /*    padding: 0.5rem 0;*/
}

.old-header .mob-header {
    background-color: #fff;
    width: 100%;
    display: none;
}


@media (max-width:768px) {
    .old-header .mob-header {
        display: block;
    }

    .old-header .header {
        display: none !important;
    }
}

.mob-menu-icon {
    font-size: 35px;
    color: #000;
    text-align: right;
/*    padding-top: 20px;*/
}
/*------------------------booking panel-----*/
.booking-panel-container .nav-pills .nav-link {
    /* border-radius: .25rem; */
    border-radius: 0px;
}

    .booking-panel-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #FF0001;
        padding: 12px 14px 12px 14px;
        font-size: 12px;
    }

.booking-panel-container li {
/*    width: 100%;*/
    text-align: center;
}
/*doubt*/
.nav-link:not(.active):hover {
    color: #FF8B00 !important;
}
.booking-panel-container .nav-link {
    display: block;
    padding: 12px 14px 12px 14px;
    font-size: 12px;
    color: #000000;
}

.booking-panel-container ul {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.booking-panel-container .nav-item a {
    color: #000;
    font-weight: bold;
}


/* Custom Radio Button Start*/

.radiotextsty {
    color: #000;
    font-size: 14px;
}
 @media (max-width: 991px) {
    .radiotextsty {
        color:white !important;
    }
 }
 
@media (max-width:375px){
    .radiotextsty {
        font-size: 11px;
    }
}

.mob-wdth {
    width: 100%
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    /* width: 145%;*/
}

    /* Hide the browser's default radio button */
    .customradio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 19px;
    width: 19px;
    /* background-color: white; */
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #FF0001;
}
.custom-radio-yellow input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #FF8B00 !important;
}
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FF0001;
}
.custom-radio-yellow .checkmark:after {
    background: #FF8B00 !important;
}
    .space-margin {
    margin-top: 0px;
}

.form-control-shuttle {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da !important;
    border: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline-style: none;
}

.btn-shuttle {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

.btn-shuttle-red {
    color: #fff;
    background-color: #FF0001;
    border-color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.booking-panel-btn-section {
    margin-top: .8rem;
}

/*.box-panle-main {
    position: absolute;
    top: 255px;
    z-index: 3;
    background-color: #fff;
    height: auto;
    width: 100%;
    left: 0;
}*/

.calender-icon {
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 15px;
}

.destination-exp-container {
    background-color: #FF0001;
    height: 100%;
    padding-bottom: 50px;
    /* margin-top:550px;*/
    margin-top: 625px;
}

.destination-heading-txt {
    margin-top: 50px;
    color: #fff;
    font-family: "Poppins, sans-serif";
}

destination-heading-txt h4 {
    font-size: 25px;
}

.destination-txt {
    padding-top: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: justify
}

.private-charters-container {
    background-color: #FFCC00;
    height: 100%;
    padding-bottom: 50px;
}

.private-heading-txt {
    margin-top: 50px;
    color: #000;
    font-family: "Poppins, sans-serif";
}

    .private-heading-txt h4 {
        font-size: 25px;
    }

.private-txt {
    padding-top: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: justify
}

.covid-sf-heading {
    padding-top: 5%;
    text-align: center;
}

.heading-txt {
    font-size: 20px;
    color: #FF0001;
}

.covid-sf-content {
    font-size: 16px;
    text-align: left;
    padding: 4% 2%;
    font-weight: normal;
}

.covid-sf-types {
    padding: 0 1%;
    text-align: left;
}

.blog-container {
    margin-top: 20px;
}

.blog-heading {
    font-size: 20px;
    color: #FF0001;
}

.img-fluid-blog {
    height: auto;
    width: 100%;
}

.blogs-cat-txt {
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: "Poppins, sans-serif";
}

/*------------------------------ Crad Testimonial-----*/
.margintop15 {
    margin-top: 15px;
}

.view-all-review-testm {
    float: left;
    margin-top: 50px;
}

.card-testim .carousel-item {
    /* height: 175px !important;*/
    height: 145px !important;
}


.card-testim .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
    top: 15px !important;
    text-align: left;
    font-size: 18px;
}

    .card-testim .carousel-caption h3 {
        color: #3d3d3d;
    }

    .card-testim .carousel-caption p {
        line-height: 30px;
    }

    .card-testim .carousel-caption .col-sm-3 {
        display: flex;
        align-items: center;
    }

    .card-testim .carousel-caption .col-sm-9 {
        text-align: left;
    }

.navi a {
    text-decoration: none;
}

a > .ico {
    background-color: grey;
    padding: 10px;
}

a:hover > .ico {
    background-color: #666;
}

.reviews-name {
    padding-top: 20px;
    color: #c2c2c2;
    font-size: 16px;
}

.footer-cat-txt {
    border-bottom: solid 1px #FF0001
}

.footer-desti-catg ul {
    padding: 10px 0px;
    line-height: 20px;
    margin: 0;
    list-style: none;
    font-size: 10px;
}

.footer-social-icon {
    text-align: right;
}

    .footer-social-icon ul {
        padding: 0;
        margin: 0;
        display: inline-flex;
        width: auto;
        list-style: none;
    }

        .footer-social-icon ul li {
            padding-left: 10px;
        }

            .footer-social-icon ul li a {
                /* background-color: #FF0001;
                border-radius: 50%;*/
                /* height: 46px; */
                /* width: 48px; */
                padding: 3px 0px;
                color: #fff;
                font-size: 14px;
            }

.txt-right {
    text-align: right;
}

.text-red {
    color: #E71720 !important;
}
.toppadding10 {
    padding-top: 10px;
    font-family: "Poppins, sans-serif";
}

.subscribe-section {
    float: left;
}

    .subscribe-section button {
        background-color: #000;
        color: #fff;
        height: 30px;
        border: 0px;
        margin-top: 7px;
        font-size: 11px;
        font-family: "Poppins, sans-serif";
    }
/*-----------------------End-------------------------*/

/*------------------------------- Shuttle Slider------------------*/

/* Slider */
.notfount-space {
    height: 50px;
}

.shuttle-slider {
    margin-top: 0px;
    margin-bottom: 50px;
}

.slick-slide {
    margin: 0px 0px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.footer-part-container {
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 0px;
}

.footer-part-container2 {
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 0px;
    position: relative;
    bottom: 0;
}

.nwmdl .newmodalWidth {
    width: 100%;
    max-width: 100%;
}

.reg-office-txt {
    font-size: 12px;
}

.footer-socila-media ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    float: right;
}

    .footer-socila-media ul li a {
        padding: 5px;
    }

    .footer-socila-media ul li {
    }
/*---------------------------- END----------------------------------*/


/*------------------------------- v Slider----------------*/
.discover-section {
    float: right;
    margin-top: 5px;
}

    .discover-section button {
        background-color: #000;
        color: #FF0001;
        /* height: 45px;*/
        text-align: center;
        border: 0px;
        padding: 12px 35px;
        background-color: #fff;
        border-color: #fff;
        font-size: 16px;
    }

.discover-section-black {
    float: right;
    margin-top: 5px;
}

    .discover-section-black button {
        background-color: #000;
        color: #fff;
        /* height: 45px;*/
        text-align: center;
        border: 0px;
        padding: 12px 35px;
        background-color: #000;
        border-color: #000;
        font-size: 13px;
    }


.main-content {
    max-width: 800px;
    /* margin: 5em auto 3em;*/
    position: relative;
    /*  padding: 3em;*/
}

:root {
    --color: coral;
}

.blue {
    --color: #08b2e3;
}

.yellow {
    --color: #edae49;
}

.orange {
    --color: #f18805;
}

.green {
    --color: #76b041;
}

.brown {
    --color: #916953;
}

.red {
    --color: #e3655b;
}

.pink {
    --color: #ec318c;
}

.recipe-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*background: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);*/
    align-self: stretch;
}

    .recipe-wrapper .recipe-image {
        flex: 4;
        overflow: hidden;
        position: relative;
        background: #fcfcfc;
    }

    .recipe-wrapper .pie-photo {
        /*max-width: 150%;*/
        max-width: 100%;
        height: 350px;
        /* position: absolute;*/
        right: 0;
        bottom: 120%;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
    }

    .recipe-wrapper .recipe-content {
        /*  background: #b33;*/
        flex: 5;
        padding: 7%;
        text-align: center;
        min-height: 350px;
        overflow: hidden;
        position: relative;
    }

    .recipe-wrapper .navigation {
        position: absolute;
        right: 25px;
        top: -6px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        display: flex;
        z-index: 99;
    }

        .recipe-wrapper .navigation i {
            margin: 4px;
            display: block;
            opacity: 0.6;
            cursor: pointer;
            border: solid 1px #fff;
            padding: 2px;
        }

            .recipe-wrapper .navigation i:hover {
                opacity: 1;
            }

            .recipe-wrapper .navigation i.disabled {
                opacity: 0.2;
                pointer-events: none;
            }

    .recipe-wrapper .recipe-page {
        /*  font: 400 28px "Playfair Display", cursive;*/
        position: absolute;
        top: 5px;
        right: 35%;
        color: #fff;
        opacity: 0;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
        border-bottom: solid 1px #fff;
    }

    .recipe-wrapper .recipe-content-inner {
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
        top: 150%;
        position: absolute;
        left: 0;
        margin: 0 0%;
        right: 0;
    }

.recipe.active .recipe-page {
    opacity: 1;
}

.recipe.active .pie-photo {
    bottom: -5%;
}

.recipe.active .recipe-content-inner {
    top: 10%;
}

.pie-name {
    text-transform: uppercase;
    /* margin: 3px 0 5px; */
    /* letter-spacing: 2px; */
    color: #000;
    position: relative;
    background-color: #FFCC00;
    padding: 12px 15px;
    position: absolute;
    bottom: 0%;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
/*font: 900 35px Raleway;
  text-transform: uppercase;
  margin: 20px 0 5px;
  letter-spacing: 2px;
  color: var(--color);
  position: relative;*/
/* } */

.pie-name:before {
    content: "";
    position: absolute;
}


.pie-name2 {
    text-transform: uppercase;
    /* margin: 3px 0 5px; */
    /* letter-spacing: 2px;*/
    color: #fff;
    position: relative;
    background-color: #FF0001;
    padding: 20px 32px;
    position: absolute;
    bottom: 14%;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    /*font: 900 35px Raleway;
  text-transform: uppercase;
  margin: 20px 0 5px;
  letter-spacing: 2px;
  color: var(--color);
  position: relative;*/
}

    .pie-name2:before {
        content: "";
        position: absolute;
    }

.pie-context {
    font: 400 18px/1.3 "Raleway";
    color: #999;
    margin: 40px 20px;
}

.pie-serving {
    font: 400 16px Raleway;
    color: var(--color);
    border: 0.5px solid var(--color);
    border-width: 0.5px 0;
    margin: 20px auto;
    max-width: 300px;
}

    .pie-serving svg {
        width: 40px;
    }

        .pie-serving svg path {
            fill: var(--color);
        }

    .pie-serving p {
        display: inline-block;
        vertical-align: top;
        margin: 12px 6px 6px;
    }

.pie-cta {
    display: block;
    padding: 15px;
    border-radius: 40px;
    background: var(--color);
    max-width: 180px;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin: auto;
    top: 0;
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .pie-cta:hover {
        top: -5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

aside.context {
    text-align: center;
    color: #fff;
}

    aside.context a {
        text-decoration: none;
        color: #fff;
        padding: 3px 0;
        border-bottom: 1px dashed;
    }

        aside.context a:hover {
            border-style: solid;
        }

    aside.context .explanation {
        max-width: 700px;
        margin: 2em auto;
    }

.pvtpie-photo {
    height: 350px;
    width: 100%;
}
/*--------------------------------------- Slider Private----------------------------*/
.pvtrecipe-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*background: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);*/
    align-self: stretch;
}

    .pvtrecipe-wrapper .recipe-image {
        flex: 4;
        overflow: hidden;
        position: relative;
        background: #fcfcfc;
    }

    .pvtrecipe-wrapper .pie-photo {
        max-width: 150%;
        /* position: absolute;*/
        right: 0;
        bottom: 120%;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
    }

    .pvtrecipe-wrapper .pvtrecipe-content {
        /*  background: #b33;*/
        flex: 5;
        padding: 7%;
        text-align: center;
        min-height: 500px;
        overflow: hidden;
        position: relative;
    }

    .pvtrecipe-wrapper .navigation {
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        display: flex;
        z-index: 99;
    }

        .pvtrecipe-wrapper .navigation i {
            margin: 4px;
            display: block;
            opacity: 0.6;
            cursor: pointer;
            border: solid 1px #fff;
            padding: 2px;
        }

            .pvtrecipe-wrapper .navigation i:hover {
                opacity: 1;
            }

            .pvtrecipe-wrapper .navigation i.disabled {
                opacity: 0.2;
                pointer-events: none;
            }

    .pvtrecipe-wrapper .pvtrecipe-page {
        /*  font: 400 28px "Playfair Display", cursive;*/
        position: absolute;
        top: 20px;
        right: 35%;
        color: #fff;
        opacity: 0;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
        border-bottom: solid 1px #fff;
    }

    .pvtrecipe-wrapper .pvtrecipe-content-inner {
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
        top: 150%;
        position: absolute;
        left: 0;
        margin: 0 0%;
        right: 0;
    }

.pvtrecipe.active .pvtrecipe-page {
    opacity: 1;
}

.pvtrecipe.active .pvtpie-photo {
    bottom: -5%;
}

.pvtrecipe.active .pvtrecipe-content-inner {
    top: 10%;
}

.pvtpie-name {
    text-transform: uppercase;
    /* margin: 3px 0 5px; */
    /* letter-spacing: 2px;*/
    color: #000;
    position: relative;
    background-color: #FFCC00;
    padding: 20px 32px;
    position: absolute;
    bottom: 14%;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    /*font: 900 35px Raleway;
  text-transform: uppercase;
  margin: 20px 0 5px;
  letter-spacing: 2px;
  color: var(--color);
  position: relative;*/
}

    .pvtpie-name:before {
        content: "";
        position: absolute;
    }


.pvtpie-name2 {
    text-transform: uppercase;
    /* margin: 3px 0 5px; */
    /* letter-spacing: 2px; */
    color: #fff;
    position: relative;
    background-color: #FF0001;
    padding: 20px 15px;
    position: absolute;
    bottom: 14%;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    /*font: 900 35px Raleway;
  text-transform: uppercase;
  margin: 20px 0 5px;
  letter-spacing: 2px;
  color: var(--color);
  position: relative;*/
}

    .pvtpie-name2:before {
        content: "";
        position: absolute;
    }

.pvtpie-context {
    font: 400 18px/1.3 "Raleway";
    color: #999;
    margin: 40px 20px;
}

.pvtpie-serving {
    font: 400 16px Raleway;
    color: var(--color);
    border: 0.5px solid var(--color);
    border-width: 0.5px 0;
    margin: 20px auto;
    max-width: 300px;
}

    .pvtpie-serving svg {
        width: 40px;
    }

        .pvtpie-serving svg path {
            fill: var(--color);
        }

    .pvtpie-serving p {
        display: inline-block;
        vertical-align: top;
        margin: 12px 6px 6px;
    }

.pvtpie-cta {
    display: block;
    padding: 15px;
    border-radius: 40px;
    background: var(--color);
    max-width: 180px;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin: auto;
    top: 0;
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .pvtpie-cta:hover {
        top: -5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

aside.context {
    text-align: center;
    color: #fff;
}

    aside.context a {
        text-decoration: none;
        color: #fff;
        padding: 3px 0;
        border-bottom: 1px dashed;
    }

        aside.context a:hover {
            border-style: solid;
        }

    aside.context .explanation {
        max-width: 700px;
        margin: 2em auto;
    }




/*-------------------------------------END SLIDER PRIVATE---------------------------*/



/*------------------------------------------ Parallex slider-----------------------------*/

.ss {
    position: relative;
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto 0;
}

.content-section {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding-top: 1%;
    padding-bottom: 14px;
    height: 71.25vh;
    padding-left: 5%;
    padding-right: 5%;
}

.parallex-heading {
    font-size: 25px;
    padding-bottom: 5px;
    font-family: "Poppins, sans-serif";
}

.parallex-sub-heading {
    padding-bottom: 25px;
    font-size: 16px;
    font-family: "Poppins, sans-serif";
}

.ss-col-left {
    position: relative;
    width: 100%;
    font-family: "Poppins, sans-serif";
}

.ss-col-right {
    position: relative;
    width: 100%;
}

.ss-col:first-child .ss-col-content {
    border-radius: 5px 0 0 5px;
}

.ss-col:nth-child(2) .ss-col-content {
    border-radius: 0 5px 5px 0;
}

.ss-col-content {
    padding-top: 71.25vh;
    position: relative;
    overflow: hidden;
}

.ss-col-content-child {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

    .ss-col-content-child.odd {
        flex-direction: column-reverse;
    }

.ss-img {
    display: block;
    position: relative;
    width: 100%;
    height: 71.25vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.ss-controls {
    position: absolute;
    bottom: 15%;
    left: 12%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    display: flex;
    border-radius: 3px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.ss-controls-btn {
    width: 3.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8rem;
}

    .ss-controls-btn:hover, .ss-controls-btn:focus {
        outline: none;
        color: #aaa;
    }


.parallex-content-container {
    background-color: #000;
    padding-bottom: 80px;
    padding-top: 50px;
    height: 700px;
}

.covid-safety-mesure-container {
    background-color: #f7f7f7;
}
/*--------------------------------------------END parrallex slider----------------------------*/
/*@* website new changes  commented this code ---start----*@*/
/*footer {
    text-align: center;
    margin: 8em auto;
    width: 100%;
}

    footer a {
        text-decoration: none;
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: transparent;
        border: 1px dashed #fff;
        color: #fff;
        margin: 5px;
    }

        footer a:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        footer a .icons {
            margin-top: 12px;
            display: inline-block;
            font-size: 20px;
        }*/
/*@* website new changes  commented this code ---start----*@*/

@media (max-width: 750px) {
    .recipe-wrapper .pie-photo {
        /* max-width: 180%;*/
    }
}


/*-------------------------------END v Slider----------------*/

@media (min-width: 992px) {
    .search-sec {
        position: relative;
        border-radius: 8px;
        /*top: -114px;*/
        top: -41px;
        background: #fff;
    }
}

@media (max-width: 992px) {
    .search-sec {
        background: #1A4668;
    }
}


/*Loader*/


/*start Loader*/
.loaderDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    /* background: url(../images/87-200.png) center center no-repeat;
    background-size: 6%;*/
    background-color: #fbf8f8a6;
}

.loaderImgDiv {
    width: 10px;
    height: 10px;
    position: relative;
    margin-top: 18%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    animation: mymove infinite;
    animation-duration: 1s;
}

@keyframes mymove {
    0% {
        top: 0px;
    }

    50% {
        top: 7%;
    }

    100% {
        top: 0%;
    }
}
/*end loader*/




/*--------------------------------------- Booking Css------------------------*/

.journey-notification-container {
    height: auto;
    background-color: #FFCC00;
}

.book-journey-scheme {
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
}

.journet-scheme-txt {
    font-size: 16px;
    padding-top: 7px;
}

.journey-info-container {
    margin-top: 15px;
}

.journey-location-txt {
    color: #FF0001;
    font-size: 14px;
}

.journey-location-name-txt {
    font-size: 14px;
    color: #000;
}

.modify-search {
    text-align: left;
}

    .modify-search a {
        font-size: 10px;
        color: #FF0001;
        text-decoration: underline;
        font-family: "Poppins, sans-serif";
    }

.trip-info-section {
    color: #FF0001;
    font-size: 14px;
    text-align: left;
}

    .trip-info-section label {
        color: #000;
        font-size: 14px;
    }

.booking-search-info-container {
    width: 100%;
    overflow: auto;
    /*border: solid 1px #F7F7F7 !important;*/
}

    .booking-search-info-container table {
        margin-bottom: 0 !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    }

        .booking-search-info-container table th {
            font-size: 13px;
            background-color: #ED1C24;
            color: #fff;
            font-weight: 400;
            padding: 10px 10px !important;
            line-height: 16px;
            vertical-align: middle;
            font-family: "Poppins, sans-serif";
        }

        .booking-search-info-container table td {
            font-size: 13px;
            color: #000;
            font-weight: normal;
        }

.left-seat {
    font-size: 10px;
    color: #FF0001;
    padding-left: 10px;
}

.first-prize {
    margin-bottom: 5px;
}

.booking-btn-section {
    text-align: right;
    margin-top: 15px;
}

.margin-btm {
    margin-bottom: 50px;
}

.booking-date-select-container {
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 13px;
    overflow-x: auto;
    overflow-y: hidden;
}

    .booking-date-select-container ul {
        /* padding: 5px;*/
        padding-top: 5px;
        margin: 0;
        display: flex;
        list-style: none;
    }

        .booking-date-select-container ul li {
            width: 16%;
            text-align: center;
            padding-top: 10px;
            position: relative;
            top: 5px;
            left: -40px;
            z-index: 4;
            padding-right: 10px;
            padding-left: 10px;
        }

        .booking-date-select-container ul .active {
            background-color: #ED1C24;
            padding: 10px 13px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            margin-bottom: 0px;
            color: #fff;
        }

        .booking-date-select-container ul li a {
            color: #fff !important;
        }

.btn-shuttle-white {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.passanger-info-box {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
}

.psng-dtl-txt {
    color: #FF0001;
    font-size: 18px;
    margin-top: 15px;
    font-family: "Poppins, sans-serif";
}

    .psng-dtl-txt label {
        color: #000;
        font-size: 16px;
    }

.primary-details {
    margin-bottom: 15px;
}

    .primary-details span {
        background-color: #FFCC00;
        color: #000;
        padding: 5px 15px;
        border-radius: 30px;
        font-size: 16px;
        font-family: "Poppins, sans-serif";
    }

.form-control-psng {
    display: block;
    width: 100%;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da !important;
    border: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline-style: none;
}

.frm-checkbox .form-check {
    position: relative;
    display: block;
    padding-left: 0px;
}

.autofill-login a {
    color: #FF0001;
    font-size: 14px;
    text-decoration: underline;
}

.passanger-details {
    margin-bottom: 15px;
    margin-top: 30px;
}

    .passanger-details span {
        background-color: #FFCC00;
        color: #000;
        padding: 5px 15px;
        border-radius: 30px;
        font-size: 16px;
        font-family: "Poppins, sans-serif";
    }

.psng-login-container {
    padding-right: 20px;
    padding-bottom: 25px;
    font-family: "Poppins, sans-serif";
}

.coupan-code input {
    height: 50px !important;
}

.psngr-adlt-chld {
    font-family: "Poppins, sans-serif";
    font-size: 16px;
    padding-bottom: 10px;
}

.login-psngr {
    font-family: "Poppins, sans-serif";
    font-size: 16px;
    padding-bottom: 10px;
}

.form-control-psng-drop {
    display: block;
    width: 100%;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da !important;
    border: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline-style: none;
    height: 35px;
}

.user-login-box {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    padding: 5px;
    /*  padding-left: 20px;
    padding-top: 20px;*/
}

.font10 {
    font-size: 10px;
}

.registre-here-section {
    font-size: 12px;
    border-top: solid 1px #c2c2c2;
    padding-top: 10px;
    margin-top: 15px;
}

    .registre-here-section b {
        color: #FF0001;
    }

.forgetPwd a {
    color: #000;
    padding-top: 5px;
}

.flight-details-info {
    font-size: 16px;
    color: #767679;
}

.flight-number {
    color: #000;
    font-size: 18px;
}

.psng-view {
    font-size: 14px;
}

.mob-gray {
    color: #767679;
}

.payment-banner {
    text-align: center;
    padding-top: 20px;
}

.sub-total {
    margin-top: 15px;
}

.taxes {
    margin-top: 15px;
}

.amount-payable {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 5px;
    margin-top: 5px;
}

.amount-taxes {
    text-align: center;
}

.coupan-code-txt {
    color: #FF0001;
    padding-top: 15px;
}

.coupan-code {
    margin-top: 10px;
}

.coupan-apply {
    position: absolute;
    right: 23px;
    top: 25px;
    font-size: 14px;
}

    .coupan-apply a {
        color: #000;
        text-decoration: none;
    }

.netpayable {
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.amount-taxes-right {
    text-align: right;
}

.confirm-img-msg {
    text-align: center;
    padding-top: 30px;
}

.confirm-txt-msg {
    text-align: center;
    padding-top: 20px;
}

.tckt-confirmation-container {
    padding-left: 23%;
    padding-right: 23%;
    padding-bottom: 50px;
}

.confirm-txt-msg b {
    color: #FF0001;
}

.tandc-heading {
    color: #FF0001;
    margin-top: 50px;
}

.txt-tnc {
    text-align: justify;
    color: #767679;
    padding-top: 15px;
    font-size: 14px;
    margin-bottom: 50px;
}


/*---------------------------- Destination exp css------------------*/
.destination-exp-section {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dest-medium-txt {
    font-size: 16px;
    font-family: "Poppins, sans-serif";
}

.dest-heading-txt {
    font-size: 25px;
    font-family: "Poppins, sans-serif";
}

.dest-content-txt {
    font-size: 16px;
    padding-top: 15px;
}

.dest-catg-tabs-container {
    background-color: #000;
}

.tabs-display-info-content {
    background-color: #ED1C24;
}

.dest-catg-tabs-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #FFCC00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    font-family: "Poppins, sans-serif";
}

.dest-catg-tabs-container .nav-item a {
    color: #fff !important;
    font-size: 18px;
}

.dest-catg-tabs-container .nav-link {
    display: block;
    padding: .5rem 2rem !important;
}

.experiance-section {
    color: #fff;
    padding-top: 50px;
    text-decoration: underline;
    padding-bottom: 10px;
    font-family: "Poppins, sans-serif";
    font-size: 14px;
}

.destination-location-heading {
    font-size: 25px;
    color: #fff;
    font-family: "Poppins, sans-serif";
    line-height: 30px;
}

.right-side-content-info-container {
    padding-right: 10%;
    padding-left: 5%;
    color: #fff;
}

.bestseller {
    margin-top: 10px;
}

    .bestseller a {
        padding: 4px 10px;
        background-color: #fff;
        color: #FF0001;
        font-size: 11px;
        border-radius: 30px;
        font-family: "Poppins, sans-serif";
    }

.write-review {
    text-align: right;
    font-family: "Poppins, sans-serif";
    font-size: 14px;
    margin-top: 10px;
}

    .write-review a {
        color: #fff;
        font-size: 10px;
        text-align: right;
    }

.prize-details {
    margin-top: 25px;
    color: #fff;
    font-family: "Poppins, sans-serif";
    font-size: 18px;
}

.destination-location-txt {
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
}

.duration-exp {
    padding-top: 20px;
    font-size: 18px;
}

.share-section {
    font-size: 12px;
    color: #fff;
}

    .share-section a {
        font-size: 12px;
        color: #fff;
    }



/*---------------------------- testimonial---------------------------------------*/


.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 50px 0;
    background-color: #e91c5e;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    display: none;
}

    .testim .arrow:before {
        cursor: pointer;
    }

    .testim .arrow:hover {
        color: #2b288d;
    }


    .testim .arrow.left {
        left: 10px;
    }

    .testim .arrow.right {
        right: 10px;
    }

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

    .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
    }

        .testim .dots .dot.active,
        .testim .dots .dot:hover {
            background: #fff;
            border-color: #fff;
        }

        .testim .dots .dot.active {
            -webkit-animation: testim-scale .5s ease-in-out forwards;
            -moz-animation: testim-scale .5s ease-in-out forwards;
            -ms-animation: testim-scale .5s ease-in-out forwards;
            -o-animation: testim-scale .5s ease-in-out forwards;
            animation: testim-scale .5s ease-in-out forwards;
        }

.testim .cont {
    position: relative;
    overflow: hidden;
}

    .testim .cont > div {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 70px 0;
        opacity: 0;
    }

        .testim .cont > div.inactive {
            opacity: 1;
        }


        .testim .cont > div.active {
            position: relative;
            opacity: 1;
        }


    .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
    }

    .testim .cont div .h4 {
        color: #FFF;
        font-size: 1.2em;
        margin: 15px 0;
    }

    .testim .cont div p {
        font-size: 16px;
        color: #eee;
        width: 90%;
        margin: auto;
    }

    .testim .cont div.active .img img {
        -webkit-animation: testim-show .5s ease-in-out forwards;
        -moz-animation: testim-show .5s ease-in-out forwards;
        -ms-animation: testim-show .5s ease-in-out forwards;
        -o-animation: testim-show .5s ease-in-out forwards;
        animation: testim-show .5s ease-in-out forwards;
    }

    .testim .cont div.active .h4 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;
        -moz-animation: testim-content-in .4s ease-in-out forwards;
        -ms-animation: testim-content-in .4s ease-in-out forwards;
        -o-animation: testim-content-in .4s ease-in-out forwards;
        animation: testim-content-in .4s ease-in-out forwards;
    }

    .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;
        -moz-animation: testim-content-in .5s ease-in-out forwards;
        -ms-animation: testim-content-in .5s ease-in-out forwards;
        -o-animation: testim-content-in .5s ease-in-out forwards;
        animation: testim-content-in .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;
        -moz-animation: testim-hide .5s ease-in-out forwards;
        -ms-animation: testim-hide .5s ease-in-out forwards;
        -o-animation: testim-hide .5s ease-in-out forwards;
        animation: testim-hide .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .h4 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;
        -moz-animation: testim-content-out .4s ease-in-out forwards;
        -ms-animation: testim-content-out .4s ease-in-out forwards;
        -o-animation: testim-content-out .4s ease-in-out forwards;
        animation: testim-content-out .4s ease-in-out forwards;
    }

    .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;
        -moz-animation: testim-content-out .5s ease-in-out forwards;
        -ms-animation: testim-content-out .5s ease-in-out forwards;
        -o-animation: testim-content-out .5s ease-in-out forwards;
        animation: testim-content-out .5s ease-in-out forwards;
    }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}
@media (max-width: 400px) {
    .itinerary-container {
        width: 100%;
        max-width: 350px;
        padding: 5px;
    }

    .header img {
        width: 90px; /* Reduce logo size */
    }

    .passenger-details span {
        font-size: 16px; /* Adjust font size */
    }

    .qr-container img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1024px) {
    #divItinerary {
        display: none; /* Hide desktop itinerary */
    }

    #divItineraryMobile {
        display: block; /* Show mobile itinerary */
    }
}

@media (min-width: 1025px) {
    #divItinerary {
        display: block; /* Show desktop itinerary */
    }

    #divItineraryMobile {
        display: none; /* Hide mobile itinerary */
    }
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: left;
    position: relative;
    top: 65px;
}

.quote-right {
    color: rgba(0,0,0,.1);
    text-align: right;
    position: relative;
    top: -125px;
}


/*---------------------- Modal Book Now--------------------*/
.modal-bookNow .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FF0001;
    padding: 15px 45px;
}

.modal-bookNow .nav-pills .nav-link {
    border-radius: 0;
    padding: 15px 45px;
    color: #000;
}

.modal-bookNow .modal.left.xs .modal-body, .modal.right.xs .modal-body {
    padding: 0 !important;
}

.bg-md-gray {
    background-color: #f7f7f7;
}

.modal-bookNow.tab-content > .active {
    display: block;
}

.who-we-heading {
    margin-top: 50px;
}

.who-we-txt {
    font-size: 25px;
    color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.who-we-content {
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    text-align: justify;
}

.heading-gov-india {
    padding-top: 25px;
    font-family: "Poppins, sans-serif";
}

.logo-spicewith-gov {
    margin-top: 10px;
    margin-bottom: 25px;
}

.vision-mission-container {
    background-color: #ED1C24;
    height: 550px;
    margin-top: 200px;
    width: 100%
}

.heading-vision-mission {
    font-size: 20px;
    color: #fff;
    padding-top: 50px;
    padding-left: 25px;
    font-family: "Poppins, sans-serif";
}

.content-txt-vision-mission {
    font-size: 18px;
    font-weight: normal;
    padding-top: 25px;
    color: #fff;
    padding-right: 2%;
    padding-left: 25px;
    padding-bottom: 50px;
}

.our-team-container {
    margin-top: 290px;
    margin-bottom: 50px;
}

.our-team-heading {
    font-size: 25px;
    color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.our-team-txt {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.designation-txt {
    color: #9D9D9D;
    font-size: 14px;
}

.name-txt {
    font-size: 14px;
    padding-top: 5px;
}

.newsletter-container {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-family: "Poppins, sans-serif";
    font-size: 20px;
}

.form-control-transparent {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: .25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-us-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .contact-us-container .contact-us-heading {
        font-size: 18px;
        color: #FF0001;
        font-family: "Poppins, sans-serif";
    }

    .contact-us-container .heading-txt {
        color: #FF0001;
        font-size: 14px;
        padding-left: 0px;
        font-family: "Poppins, sans-serif";
    }

.contact-addres-info {
    margin-top: 50px;
    padding-left: 15px;
}

    .contact-addres-info .address {
        padding-top: 10px;
        font-size: 16px;
    }

    .contact-addres-info b {
        color: #FF0001;
    }

.get-in-touch {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 3%
}

    .get-in-touch .getIn-touch-txt {
        color: #FF0001;
        font-size: 18px;
        font-family: "Poppins, sans-serif";
    }

    .get-in-touch input {
        height: 55px;
        background-color: #f7f7f7 !important;
    }

    .get-in-touch textarea {
        height: 100px;
        background-color: #f7f7f7 !important;
    }

.get-touch-check {
    display: flex;
    font-size: 14px !important;
}

.get-in-touch .get-touch-check input {
    height: auto !important;
}

.heading-gov-india ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

    .heading-gov-india ul li {
        padding: 10px;
    }

        .heading-gov-india ul li img {
            height: 40px;
        }

.tabs-display-info-content2 {
    background-color: #FFCC00;
    color: #000 !important;
}

    .tabs-display-info-content2 .destination-location-heading {
        color: #000 !important;
        font-family: "Poppins, sans-serif";
    }

    .tabs-display-info-content2 .experiance-section {
        color: #000 !important;
        font-family: "Poppins, sans-serif";
    }

    .tabs-display-info-content2 .write-review a {
        color: #000 !important;
        font-family: "Poppins, sans-serif";
    }

    .tabs-display-info-content2 .prize-details {
        color: #000 !important;
    }

    .tabs-display-info-content2 .destination-location-txt {
        color: #000 !important;
    }

    .tabs-display-info-content2 .duration-exp {
        color: #000 !important;
    }

    .tabs-display-info-content2 .right-side-content-info-container {
        color: #000 !important;
    }

.tabs-display-info-content3 {
    background-color: #000;
}

.tabs-display-info-content4 {
    background-color: #14A3B5;
}

/*-------------------------Modify Booking-------*/
.web-checkin-header-strip {
    background-color: #FFCC00;
    padding: 10px 10px;
}

.mandatory-webcheck-in-container {
    padding-top: 50px;
}

.web-heading-txt {
    font-size: 25px;
    color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.mandate-txt {
    font-size: 16px;
    padding-top: 15px;
}

.web-checkIn-ads {
    margin-top: 50px;
}

.manage-booking-container {
    margin-top: 50px;
}

.manage-booking-heading-txt {
    font-size: 25px;
    color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.manage-txt {
    font-size: 16px;
    padding-top: 15px;
}

.fontfamily {
    font-family: "Poppins, sans-serif";
}

.resent-itenary-txt {
    font-size: 18px;
    text-decoration-line: underline;
    font-family: "Poppins, sans-serif";
    margin-top: 15px;
}

.sent-mail-text-notice {
    font-size: 16px;
    padding-top: 15px;
}

.resend-itenary-container {
    margin-top: 25px;
}

.resend-using-pnr {
    margin-top: 15px;
}

.btn-shuttle-redWhite {
    color: #FF0001;
    background-color: #FFF;
    border-color: #FF0001;
}

.help-icon {
    position: absolute;
    right: 20px;
    top: 33px;
}

.help-icon2 {
    position: absolute;
    right: 20px;
    top: 20px;
}

.retrive-booking-dtl {
    border: solid 1px #d4d4d4;
    margin-top: 5px;
    line-height: 30px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}





.primary-heading-dtl {
    margin-top: 15px;
}

.passngr-dtl-section {
    margin-top: 5px;
}

.passnager-heading-txt {
    font-size: 18px;
}

.passanger-box-container {
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

/*-------------------------WEB CHECK IN-------*/

.web-checkin-header-strip {
    background-color: #FFCC00;
    padding: 10px 10px;
}

.mandatory-webcheck-in-container {
    padding-top: 50px;
}

.web-heading-txt {
    font-size: 25px;
    color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.mandate-txt {
    font-size: 16px;
    padding-top: 15px;
}

.web-checkIn-ads {
    margin-top: 50px;
}

.manage-booking-container {
    margin-top: 50px;
}

.manage-booking-heading-txt {
    font-size: 25px;
    color: #FF0001;
    font-family: "Poppins, sans-serif";
}

.manage-txt {
    font-size: 16px;
    padding-top: 15px;
}

.fontfamily {
    font-family: "Poppins, sans-serif";
}

.resent-itenary-txt {
    font-size: 18px;
    text-decoration-line: underline;
    font-family: "Poppins, sans-serif";
    margin-top: 15px;
}

.sent-mail-text-notice {
    font-size: 16px;
    padding-top: 15px;
}

.resend-itenary-container {
    margin-top: 25px;
}

.resend-using-pnr {
    margin-top: 15px;
}

.btn-shuttle-redWhite {
    color: #FF0001;
    background-color: #FFF;
    border-color: #FF0001;
}

.help-icon {
    position: absolute;
    right: 20px;
    top: 33px;
}

.help-icon2 {
    position: absolute;
    right: 20px;
    top: 20px;
}

.retrive-booking-dtl {
    border: solid 1px #d4d4d4;
    margin-top: 5px;
    line-height: 30px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.line-gap {
    border-right: solid 1px #d4d4d4;
    width: 100%;
    height: auto;
}

.primary-heading-dtl {
    margin-top: 15px;
}

.passngr-dtl-section {
    margin-top: 5px;
}

.passnager-heading-txt {
    font-size: 18px;
}

.passanger-box-container {
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.referenceNumbertxt {
    font-size: 18px;
}

.topmargin5 {
    padding-top: 5px;
}

.passanger-info-container img {
    width: 90%
}


@media (min-width: 768px) {
/*    .box-panle-main {
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
        height: auto;
        width: 100%;
        left: 0;
    }*/

    .destination-exp-container {
        background-color: #FF0001;
        height: 100%;
        padding-bottom: 50px;
        /* margin-top: 550px; */
        margin-top: 100px;
    }

    .ss-col-content {
        padding-top: 45.25vh;
        position: relative;
        overflow: hidden;
    }

    .parallex-content-container {
        background-color: #000;
        padding-bottom: 80px;
        padding-top: 50px;
        height: 900px;
    }

    .footer-part-container2 {
        width: 100%;
        background-color: #f7f7f7;
        padding: 15px 0px;
        position: absolute;
        bottom: 0;
    }

    .passanger-info-box {
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 19%);
        height: auto;
        padding-left: 18px;
        padding-top: 20px;
        padding-right: 20px;
    }

    .passanger-info-container img {
        width: auto;
    }

    .force-left {
        margin-left: 0px;
    }
    .ss-col-left {
        position: relative;
        width: 100%;
        font-family: "Poppins, sans-serif";
        height: 200px;
    }
}


@media (min-width: 992px) {
}


@media (min-width: 1200px) {
    .pvtpie-photo {
        height: 540px;
        width: 100%;
    }

    .parallex-content-container {
        background-color: #000;
        padding-bottom: 80px;
        padding-top: 50px;
        height: 675px;
    }

    .ss-col-content {
        padding-top: 71.25vh;
        position: relative;
        overflow: hidden;
    }

    .recipe-wrapper .pie-photo {
        /*max-width: 150%;*/
        max-width: 100%;
        height: 540px;
        /* position: absolute;*/
        right: 0;
        bottom: 120%;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
    }

    .static-banner .img-fluid {
        width: 100%;
    }

    .our-team-container {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .vision-mission-container {
        background-color: #ED1C24;
        height: 550px;
        margin-top: 200px;
        width: 100%
    }

    .left-div-vision {
        float: left;
        width: 45%;
    }

    .vision-box {
        padding: 5% 15%;
    }

    .right-div-vision {
        float: right;
        width: 55%;
    }

    .vision-ajay-img {
        position: relative;
        top: -115px;
        right: 0
    }

    .contact-us-container .contact-us-heading {
        font-size: 25px;
        color: #FF0001;
        font-family: "Poppins, sans-serif";
    }

    .contact-us-container .heading-txt {
        color: #FF0001;
        font-size: 14px;
        padding-left: 45px;
        font-family: "Poppins, sans-serif";
    }

    .contact-addres-info {
        margin-top: 50px;
        padding-left: 75px;
    }

    .get-in-touch {
        margin-top: 50px;
        margin-bottom: 0px;
        padding: 5% 15%
    }

        .get-in-touch .getIn-touch-txt {
            color: #FF0001;
            font-size: 25px;
            font-family: "Poppins, sans-serif";
        }

    .heading-gov-india ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }

        .heading-gov-india ul li {
            padding: 10px;
        }

            .heading-gov-india ul li img {
                height: 50px;
            }

    .slider-container .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
        min-height: 545px;
    }
}

    .bottom-space {
        padding-bottom: 30px;
    }

 

/*btn*/
.light-grey2 {
    background: #F9F9F9 !important;
    border: 1px solid #EEEEEE;
}
.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  /* border: 1px solid rgba(86, 61, 124, 0.15); */
}

.input-item input, .input-item input:focus-visible {
    border: none;
    outline: none;
}

/*new changes*/
.box-panle-main {
    background-color: #fff;
    left: 5%;
    padding-bottom: 20px;
    max-width: 500px;
    min-height: 32rem;
    /* height: 500px; */
}

/*new changes*/
    @media (max-width: 991px) {
        .box-panle-main {
            background-color: red !important;
            color: white !important;
           
            /*        position: relative;
            width: auto;
            left: 15px;
            right: 15px;*/
/*            max-width: calc(100% - 30px);*/
        }
        .box-panle-main .btn{
            color: white !important;
             font-size: 1.5rem;
        width: 75% !important;
        border-width: 0 0 1px !important;
        padding-left: 0 !important;
        position: relative !important;
        }
        #arrivalcitysDropdown{
                margin-left: 25%;
        }
        #passengersDropdown {
            width: 100% !important;
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
        }

        button#currencyDropdown {
            width: 100% !important;
            background: transparent !important;
        }

        .box-panle-main .grey-text {
            color: white !important;
        }
.box-panle-main #start-date{
    color: white !important;
}
.box-panle-main #end-date{
    color: white !important;
}
.box-panle-main .form-label{
    color: white !important;
}
.endDateContainer input::placeholder {
  color: white !important;
  opacity: 1; /* ensures it’s fully visible in all browsers */
}
        .input-icon.icon-16 {
            filter: brightness(0) invert(1);
            width: 1.3rem !important;
            transform: translateY(-6%) !important;
        }


    }

    @media (max-width: 767px) {
        .box-panle-main {
/*            max-width: calc(100% - 0px);*/
            padding-bottom: 15px;
        }
    }
@media (max-width:576px) {
    .box-panle-main {
        /*        width: 500px;*/
        max-width: calc(100% - 5px);
    }
}
    .destination-exp-container {
        background-color: #FF0001;
        height: 100%;
        padding-bottom: 50px;
        margin-top: 0px;
    }

    .pie-name {
        text-transform: uppercase;
        /* margin: 3px 0 5px; */
        /* letter-spacing: 2px; */
        color: #000;
        position: relative;
        background-color: #FFCC00;
        padding: 13px 32px;
        position: absolute;
        bottom: 16%;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 1.5px;
        line-height: 25px;
    }

    .pvtpie-name2 {
        text-transform: uppercase;
        /* margin: 3px 0 5px; */
        /* letter-spacing: 2px;*/
        color: #fff;
        position: relative;
        background-color: #FF0001;
        padding: 15px 32px;
        position: absolute;
        bottom: 16%;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 1.5px;
        line-height: 25px;
        /*font: 900 35px Raleway;
      text-transform: uppercase;
      margin: 20px 0 5px;
      letter-spacing: 2px;
      color: var(--color);
      position: relative;*/
    }

    .recipe-wrapper .recipe-content {
        /*  background: #b33;*/
        flex: 5;
        padding: 7%;
        text-align: center;
        min-height: 500px;
        overflow: hidden;
        position: relative;
    }

    .recipe-wrapper .navigation {
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        display: flex;
        z-index: 99;
    }

    .recipe-wrapper .recipe-page {
        /*  font: 400 28px "Playfair Display", cursive;*/
        position: absolute;
        top: 20px;
        right: 17%;
        color: #fff;
        opacity: 0;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
        border-bottom: solid 1px #fff;
    }

    .pvtrecipe-wrapper .pvtrecipe-page {
        /*  font: 400 28px "Playfair Display", cursive;*/
        position: absolute;
        top: 20px;
        right: 17%;
        color: #fff;
        opacity: 0;
        transition: all 600ms cubic-bezier(1, 0, 0, 1);
        border-bottom: solid 1px #fff;
    }

    .heading-txt {
        font-size: 25px;
        color: #FF0001;
        font-family: "Poppins, sans-serif";
        margin-left: -45px;
    }

    .covid-sf-content {
        font-size: 16px;
        text-align: left;
        padding: 5% 10%;
        font-weight: normal;
    }


    .covid-sf-types {
        padding: 0 10%;
        text-align: left;
    }

    .blog-heading {
        font-size: 25px;
        color: #FF0001;
        font-family: "Poppins, sans-serif";
    }

    .blogs-cat-txt {
        padding-top: 10px;
        font-size: 14px;
        padding-bottom: 10px;
        font-family: "Poppins, sans-serif";
    }

    .view-all-review-testm {
        float: left;
        margin-top: 25px;
    }

    .ss {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 2rem auto 0;
    }

    .ss-col-left {
        position: relative;
        width: 40%;
    }

    .ss-col-right {
        position: relative;
        width: 60%;
    }

    .content-section {
        background-color: #000;
        color: #fff;
        font-size: 18px;
        padding-top: 20%;
        padding-bottom: 30px;
        height: 71.25vh;
        padding-left: 20%;
        padding-right: 10%;
    }

    .booking-panel-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #FF0001;
        padding: 16px;
        font-size: 12px;
        line-height: 17px;
    }

.booking-panel-container .nav-link {
    display: block;
    padding: 16px;
    font-size: 12px;
    line-height: 17px;
}

    .journey-notification-container {
        height: 35px;
        background-color: #FFCC00;
    }

    .journey-location-txt {
        color: #FF0001;
        font-size: 16px;
    }

    .journey-location-name-txt {
        font-size: 18px;
        color: #000;
    }

    .trip-info-section {
        color: #FF0001;
        font-size: 18px;
        text-align: right;
    }

        .trip-info-section label {
            color: #000;
            font-size: 18px;
        }

    .modify-search {
        text-align: right;
    }

    .mob-wdth {
        width: auto;
    }

    .modify-search a {
        font-size: 16px;
        color: #FF0001;
        text-decoration: underline;
        font-family: "Poppins, sans-serif";
    }

    .booking-search-info-container table td {
        font-size: 16px;
        color: #000;
        font-weight: normal;
    }

    .booking-search-info-container table th {
        font-size: 16px;
        background-color: #ED1C24;
        color: #fff;
        font-weight: 400;
        padding: 10px 10px !important;
        line-height: 16px;
        vertical-align: middle;
        font-family: "Poppins, sans-serif";
    }

    .nwmdl .newmodalWidth {
        width: 85%;
        max-width: 85%;
    }

    .booking-date-select-container {
        background-color: #f7f7f7;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 18px;
    }

        .booking-date-select-container ul li {
            width: 16%;
            text-align: center;
            padding-top: 10px;
            position: relative;
            top: 5px;
            z-index: 4;
        }

    .minusmargi15 {
        margin-left: -15px;
    }

    .covid-sf-heading {
        padding-top: 40%;
        text-align: center;
    }

    .blog-container {
        margin-top: 80px;
    }

    .img-fluid-blog {
        height: 296px;
    }





    .customradio {
        display: block;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* width:100%*/
    }

    .space-margin {
        margin-top: 50px;
    }

    .footer-part-container2 {
        width: 100%;
        background-color: #f7f7f7;
        padding: 15px 0px;
        /*  position:relative;*/
        position: fixed;
        z-index: 7;
        bottom: 0px;
    }

    .notfount-space {
        height: 28vh;
    }

    .discover-section-black button {
        background-color: #000;
        color: #fff;
        /* height: 45px;*/
        text-align: center;
        border: 0px;
        padding: 12px 35px;
        background-color: #000;
        border-color: #000;
        font-size: 16px;
    }

    .ssmarquee {
        position: absolute;
        top: 100px;
        right: 20px;
        color: #fff;
        font-size: 20px;
        width: 55%;
    }

    .office-contact {
        margin-top: 25px;
    }

    .copyright-txt {
        font-size: 14px;
        text-align: right
    }

    .btm-space {
        margin-bottom: 0px;
    }

    .confirm-img-msg img {
        width: 100%;
    }

    .step-icon-progress {
        position: absolute;
        right: -70px;
        top: -50px;
        width: 60px;
        z-index: 6;
    }

    .flight-gap-bottom {
        margin-bottom: 25vh;
    }


    .confirm-img-msg img {
        width: 100%;
    }

    .step-icon-progress {
        position: absolute;
        right: -70px;
        top: -50px;
        width: 60px;
        z-index: 6;
    }

    .flight-gap-bottom {
        margin-bottom: 25vh;
    }

    .error-page-space {
        position: fixed;
        bottom: 0;
    }

    .error-top-space {
        padding-top: 7vh;
    }

    .inner-footer-all {
        position: fixed;
        bottom: 0;
    }

    .web-checknote p {
        font-size: 16px;
        font-weight: 500;
    }

    .web-check-city-details {
        font-size: 16px;
    }

    .web-check-flightNo {
        font-size: 16px;
    }

    .web-check-font-weight {
        font-size: 16px;
    }

    #webdtl {
        font-size: 16px;
    }

    .webchk-modal .comn-webchk-popuptandC {
        width: 90%;
        max-width: 90%
    }

    .header-color-txt {
        color: #ED1C24 !important
    }

    .referenceNumbertxt {
        font-size: 20px;
    }

    .passanger-info-container img {
        width: auto
    }

    .force-left {
        margin-left: -45px;
    }

    .line-gap {
        border-right: solid 1px #d4d4d4;
        width: 100%;
        height: 120px;
    }

    .spntextbox {
        display: inline-block;
        width: 100%;
        max-width: 12.1875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
    #spnQuickDate{
        max-width: 100% !important;
    }

    @media (max-width: 991px) {
        .spntextbox {
            max-width: 9.8125rem;
        }
        .form-label.floatingLabel {
            font-size: 0.85rem !important;
            margin-bottom: 0;
        }
        .form-control.floatingInput, .form-control.floatingInput:focus, .form-control.floatingInput:hover {
            padding: 0 0 0.5rem !important;
            background: none;
            color: #fff !important;
            border-width: 0 0 1px !important;
            border-radius: 0 !important;
            border-color: #fff !important;
            font-size: 1.3rem;
        }
            .form-control.floatingInput::placeholder {
                font-size:1.3rem;
                color:#fff !important;
            }
        }
