.banner {

    padding: 100px 75px;

}



.banner-space {

    padding: 40px 90px;

}



.title-banner {

    font-size: 35px;

    color: white;

}



.title-h2 {

    font-size: 20px;

    color: white;

    margin-bottom: 20px;

}



/* --------------------------------------- */



/* --------------------------------------- */

.form-heading {

    font-size: 20px;

    font-weight: 500;

    color: #cd7b32;

}



.select-plan {

    background-color: white;

    padding: 20px;

    border-radius: 8px;

    margin-top: 16px;

}



.select-plan input {

    width: 100%;

    padding: 12px;

    border-radius: 4px;

    border: 1px solid #d4d4d4;

    margin-bottom: 20px;

}



.select-plan select {

    width: 100%;

    font-size: 14px;

    padding: 12px;

    border-radius: 4px;

    border: 1px solid #d4d4d4;

    margin-bottom: 20px;

}



.select-plan option {

    font-size: 15px;

}



.trip-btn {

    background-color: #1616a3;

    color: white;

    padding: 10px 12px;

    border: none;

    border-radius: 6px;

}



.explore-btn {

    background-color: #9c0b0b;

    color: white;

    padding: 8px 12px;

    border: none;

    border-radius: 6px;

}



.bg-select {

    overflow: hidden;

    display: inline-flex;

    background-color: white;

    padding: 20px;

    margin-top: 16px;

    border-radius: 8px;

}



.bg-select input {

    border: 1px solid #a8a8a8;

}



.bg-select label {

    display: flex;

    margin-bottom: -22px;

}



.space-select {

    margin-right: 10px;

}



.two-flex {

    display: flex;

}



.marg {

    margin-right: 20px;

}



/* --------------------------------------- */





/* --------------------------------------- */



/* --------------------------------------- */



.select-date {

    margin-top: 16px;

}



.select-date input {

    width: 100%;

    padding: 12px;

    border-radius: 4px;

    border: 1px solid #bebebe;

    margin: 10px 0px;

}



.trip-btn {

    background-color: #1616a3;

    color: white;

    padding: 8px 16px;

    border: none;

    border-radius: 6px;

    margin-bottom: 20px;

}



.pick-up p {

    margin-bottom: 6px;

}



/* --------------------------------------- */



/* --------------------------------------- */





/* --------------------------------------- */



.glob-lr {

    padding: 40px 80px;

}



.title {

    position: relative;

    padding: 0;

    margin: 0;

    font-weight: 500;

    font-size: 30px;

    color: #080808;

}



.title-mb {

    margin-bottom: 30px;

}





/* --------------------------------------- */





/* --------------------------------------- */

.mb-cate {

    margin-bottom: 30px;

}



.category {

    overflow: hidden;

    text-align: center;

    height: 100%;
    margin: 5px;

}



.category img {

    margin-bottom: 10px;

    border-radius: 8px;

}



.category h3 {

    font-size: 15px;

    color: #080808;

}



/* --------------------------------------- */





/* --------------------------------------- */





a,

button {

    cursor: pointer;

    user-select: none;

    border: none;

    outline: none;

    background: none;

}



.splide__slide img {

    display: block;

    width: 100%;

    height: auto;

    object-fit: cover;

    margin-right: 20px;

}



.section slider__section {

    margin-inline: auto;

    padding-block: 5rem;

}



.container {

    width: 100%;

    height: auto;

    margin-inline: auto;

}



/* --------------------------------------- */





/* --------------------------------------- */

.choose-box {

    padding: 15px;

    overflow: hidden;

    text-align: center;

    background-color: white;

    box-shadow: 1px 1px 12px 1px #d9d9d9;

    border-radius: 8px;

    height: 100%;

}



.choose-box h3 {

    font-size: 15px;

    color: black;

}



/* --------------------------------------- */



/* --------------------------------------- */

.owl-carousel {

    margin: 0 auto;

    display: none;

    width: 100%;

    -webkit-tap-highlight-color: transparent;

    position: relative;

    z-index: 1;



}



.owl-carousel .owl-stage {

    position: relative;

    -ms-touch-action: pan-Y;

    -moz-backface-visibility: hidden;

}



.owl-carousel .owl-stage:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}



.owl-carousel .owl-stage-outer {

    position: relative;

    overflow: hidden;

    -webkit-transform: translate3d(0px, 0px, 0px);

}



.owl-carousel .owl-wrapper,

.owl-carousel .owl-item {

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

}



.owl-carousel .owl-item {

    position: relative;

    min-height: 1px;

    float: left;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;

}



.owl-carousel .owl-item img {

    display: block;

    width: 100%;

}



.owl-carousel .owl-nav.disabled,

.owl-carousel .owl-dots.disabled {

    display: none;

}



.owl-carousel .owl-nav .owl-prev,

.owl-carousel .owl-nav .owl-next,

.owl-carousel .owl-dot {

    cursor: pointer;

    cursor: hand;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.owl-carousel.owl-loaded {

    display: block;

}



.owl-carousel.owl-loading {

    opacity: 0;

    display: block;

}



.owl-carousel.owl-hidden {

    opacity: 0;

}



.owl-carousel.owl-refresh .owl-item {

    visibility: hidden;

}



.owl-carousel.owl-drag .owl-item {

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.owl-carousel.owl-grab {

    cursor: move;

    cursor: grab;

}



.owl-carousel.owl-rtl {

    direction: rtl;

}



.owl-carousel.owl-rtl .owl-item {

    float: right;

}



/* No Js */

.no-js .owl-carousel {

    display: block;

}



/*

   *  Owl Carousel - Animate Plugin

   */

.owl-carousel .animated {

    animation-duration: 1000ms;

    animation-fill-mode: both;

}



.owl-carousel .owl-animated-in {

    z-index: 0;

}



.owl-carousel .owl-animated-out {

    z-index: 1;

}



.owl-carousel .fadeOut {

    animation-name: fadeOut;

}



@keyframes fadeOut {

    0% {

        opacity: 1;

    }



    100% {

        opacity: 0;

    }

}



/*

   * 	Owl Carousel - Auto Height Plugin

   */

.owl-height {

    transition: height 500ms ease-in-out;

}



/*

   * 	Owl Carousel - Lazy Load Plugin

   */

.owl-carousel .owl-item .owl-lazy {

    opacity: 0;

    transition: opacity 400ms ease;

}



.owl-carousel .owl-item img.owl-lazy {

    transform-style: preserve-3d;

}



/*

   * 	Owl Carousel - Video Plugin

   */

.owl-carousel .owl-video-wrapper {

    position: relative;

    height: 100%;

    background: #000;

}



.owl-carousel .owl-video-play-icon {

    position: absolute;

    height: 80px;

    width: 80px;

    left: 50%;

    top: 50%;

    margin-left: -40px;

    margin-top: -40px;

    background: url("owl.video.play.png") no-repeat;

    cursor: pointer;

    z-index: 1;

    -webkit-backface-visibility: hidden;

    transition: transform 100ms ease;

}



.owl-carousel .owl-video-play-icon:hover {

    -ms-transform: scale(1.3, 1.3);

    transform: scale(1.3, 1.3);

}



.owl-carousel .owl-video-playing .owl-video-tn,

.owl-carousel .owl-video-playing .owl-video-play-icon {

    display: none;

}



.owl-carousel .owl-video-tn {

    opacity: 0;

    height: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: contain;

    transition: opacity 400ms ease;

}



.owl-carousel .owl-video-frame {

    position: relative;

    z-index: 1;

    height: 100%;

    width: 100%;

}



.main-background {

    background: #F5F5F5;

}



.center {

    text-align: center;

}



.main {

    margin: 0 auto;

}



.card-destination {

    margin: 5% auto;

    background: #F5F5F5;

    border-radius: 3%;

    display: inline-block;

    height: 100%;
    /* min-height: 300px; */

    position: relative;

    width: 100%;

    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);

    z-index: 5;

}



.destination-image img {

    object-fit: cover;

    height: 200px;

    border-radius: 3% 3% 0 0;

}



.country-flag {

    margin: -7% auto;

    text-align: center;



}



.country-flag-circle {

    border-color: #F5F5F5;

    border-width: 3px;

    border-style: solid;

    border-radius: 50%;

}



.country-flag-size-2x {

    font-size: 2em;

}



.country-flag-size-3x {

    font-size: 3em;

}



.country-flag-size-4x {

    font-size: 4em;

}



.country-flag-size-5x {

    font-size: 5em;

}



.destination-info {

    margin: 12px auto;

    text-align: left;

    padding: 0px 15px;

}



.place-name {

    font-family: 'Righteous', cursive;

    font-weight: bold;

    color: #424242;

}



.place-name h3 {

    font-size: 20px;

    font-weight: 500;

}



.place-desc {

    font-family: 'Bubbler One', sans-serif;

    color: #424242;

}



.place-desc p {

    margin-bottom: 4px;

}



.below-line {

    /* margin: 0 auto; */

    width: 150px;

    height: 2px;

    background: #232323;

}



.destination-hastag {

    margin: 5% auto;

    font-weight: bold;

    font-family: 'Quicksand', sans-serif;

}



.hastag-red {}



.animated {

    -webkit-animation-duration: 1000 ms;

    animation-duration: 1000 ms;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



.owl-animated-out {

    z-index: 1

}



.owl-animated-in {

    z-index: 0

}



.fadeOut {

    -webkit-animation-name: fadeOut;

    animation-name: fadeOut;

}



@-webkit-keyframes fadeOut {

    0% {

        opacity: 1;

    }



    100% {

        opacity: 0;

    }

}



@keyframes fadeOut {

    0% {

        opacity: 1;

    }



    100% {

        opacity: 0;

    }

}



/* --------------------------------------- */



/* --------------------------------------- */

/* 

.bg-color {

    background: #4f30b70f;

}



.text-whtie {

    color: #fff !important;

}



.bold {

    font-weight: bolder;

}



.por {

    position: relative;

}



.review-box .quote {

    position: absolute;

    width: 40px;

    right: 10px;

    bottom: 10px;

}



.test-arrowbox {

    position: absolute;

    right: 20px;

    display: flex;

    top: 70px;

}



.review-box {

    border-radius: 3px;

    background: #fff;

    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);

    padding: 30px;

}



.review-box h5 {

    margin: 0;

}



.review-box p {

    margin-bottom: 0;

    margin-top: 10px;

    color: #7d8597;

}



.user-post {

    font-size: 14px;

    margin: 0 !important;



}



.swiper-testimonial {

    padding: 70px 20px;

    padding-top: 5px;

}





.test-arrowbox .swiper-button-next-test,

.test-arrowbox .swiper-button-prev-test {

    margin-right: 20px;

    border-radius: 50%;

    --size: 55px;

    width: var(--size);

    height: var(--size);

    display: flex;

    align-items: center;

    justify-content: center;

}



.arrow-right {

    transform: rotate(180deg);

    margin-top: -8px;

}



.arrow {

    cursor: pointer;

    transition: all 0.2s ease-in;

}



.arrow:hover {

    transform: translateX(-15px);

} */



/* --------------------------------------- */

.carousel img {

    width: 70px;

    max-height: 70px;

    border-radius: 50%;

    margin-right: 1rem;

    overflow: hidden;

}



.carousel-inner {

    padding: 1em;

}



@media screen and (min-width: 576px) {

    .carousel-inner {

        display: flex;

        width: 90%;

        margin-inline: auto;

        padding: 1em 0;

        overflow: hidden;

    }



    .carousel-item {

        display: block;

        margin-right: 0;

        flex: 0 0 calc(100% / 2);

    }

}



@media screen and (min-width: 768px) {

    .carousel-item {

        display: block;

        margin-right: 0;

        flex: 0 0 calc(100% / 3);

    }

}



.carousel .card {

    margin: 0 0.5em;

    border: 0;

}



.carousel-control-prev,

.carousel-control-next {

    width: 2rem;

    height: 2rem;

    background-color: grey;

    border-radius: 50%;

    top: 50%;

    transform: translateY(-50%);

}



.carousel-control-next-icon,

.carousel-control-prev-icon {

    display: inline-block;

    width: 1rem;

    height: 1rem;

    background-repeat: no-repeat;

    background-position: 50%;

    background-size: 100% 100%;

}



/* --------------------------------------- */

/* --------------------------------------- */

.mb-blog {

    margin-bottom: 30px;

}



.blog {

    padding: 15px;

    overflow: hidden;

    background-color: white;

    box-shadow: 1px 1px 12px 1px #d9d9d9;

    height: 100%;

}



.blog img {

    margin-bottom: 10px;

}



.blog-detail h2 {

    font-size: 19px;

    color: #080808;

}
.blog-detail a{
    color:#0d6efd !important;
}
.blog h3 {

    font-size: 17px;

    color: #080808;

}



.blog p {

    font-size: 15px;

    color: #424242;

}



/* --------------------------------------- */



/* --------------------------------------- */



.mice {

    margin: 10px auto;

    padding: 10px 20px;

    background: #ffffff;

    border-radius: 10px;

}



legend {

    font-size: 18px;

    font-weight: 500;

    text-align: center;

}



.mice input,

textarea,

select {

    background: #ffffff;

    border: 1px solid grey;

    font-size: 16px;

    height: auto;

    margin: 0;

    outline: 0;

    padding: 10px;

    border-radius: 8px;

    width: 100%;

    color: #7d8387;

    /* box-shadow: 1px 1px 12px 1px #ebebeb; */

    margin-bottom: 16px;

}



.mice input[type="radio"],

input[type="checkbox"] {

    margin: 0 4px 8px 0;

}



.mice label {

    margin-bottom: 10px;

}



.mice select {

    padding: 6px;

    height: 32px;

    border-radius: 2px;

}



.mice button {

    padding: 10px 0px 10px 0px;

    color: #FFF;

    background-color: #4bc970;

    font-size: 18px;

    text-align: center;

    font-style: normal;

    border-radius: 5px;

    width: 100%;

    border: 1px solid #3ac162;

    border-width: 1px 1px 3px;

    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;

    margin-bottom: 10px;

}





/* --------------------------------------- */



/* --------------------------------------- */



/* -------------------cta banner------------------ */

.title-cta {

    font-size: 25px;

    color: rgb(0, 0, 0);

    margin-bottom: 10px;

}



.cta-banner {

    text-align: center;

    margin: auto;

    overflow: hidden;

    padding: 50px 0px 0px 0px;

}



.cta-banner a {

    font-size: 20px;

    font-weight: 500;

    color: rgb(0, 0, 0);

    text-decoration: none;

}



.call-cta {

    display: flex;

    justify-content: space-evenly;

}



.call-cta p {

    background-color: #d9edff;

    padding: 8px 10px;

    border-radius: 10px;

}



/* -------------------cta banner------------------ */



/* --------------------------------------- */

.view-btn {

    background-color: #1616a3;

    color: white;

    padding: 8px 12px;

    border: none;

    border-radius: 6px;

}



.flex-view {

    display: flex;

    justify-content: space-between;

}



/* --------------------------------------- */



/* --------------------------------------- */

.box-shade {

    box-shadow: 1px 1px 12px 1px #e6e6e6;

    border-radius: 8px;

    padding: 20px;

}



.p-text {

    line-height: 30px;

    font-size: 16px;

}



.head-points {

    padding-left: 4px;

}



.head-points li {

    list-style: none;

    color: #6a6a6a;

    font-size: 16px;

    line-height: 40px;

    font-weight: 500;

}



/* --------------------------------------- */



/*-------------------------------------------------*/

.quick-title {

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 15px;

}



.bg-quik {

    background-color: #f3f3f3;

    padding: 10px;

    border-radius: 8px;

}



.quick-lnk {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 6px;

}



.links-p a {

    color: #575757;

    font-size: 14px;

    padding: 0px 6px;

}



.links-p {

    color: #575757;

}



/*-------------------------------------------------*/



/*-------------------------------------------------*/

.box-faq {

    box-shadow: 1px 1px 12px 1px rgb(214, 214, 214);

    border-radius: 8px;

    padding: 20px;

}



.faq-section {

    max-width: 760px;

    margin: 0 auto;

}



details {

    cursor: pointer;

}



summary:focus-visible {

    outline: 2px solid orange;

    outline-offset: 8px;

    border-radius: 4px;

}



summary h3 {

    font-size: 20px;

    width: 100%;

}



summary {

    font-size: 20px;

    color: #000000;

    display: flex;

    justify-item: space-between;

    align-items: center;

    margin-bottom: 25px;

}



summary::marker {

    display: none;

    content: "";

}



span {

    margin-top: 4px;

    color: #000000;

}



details>p {

    width: 100%;

    color: #000000;

    font-size: 16px;

    line-height: 155%;

    letter-spacing: .1px;

    margin-bottom: 40px;

    padding-left: 10px;

}



hr {

    border: 1px solid #404E5C;

    margin-block-end: 30px;

}



/*-------------------------------------------------*/





/*-------------------------------------------------*/

.collage-container {

    display: flex;

}



figure {

    position: relative;

    margin: 5px;

    padding: 0;

}



/* figure img{

    height:

} */

figure span {

    display: flex;

    align-items: center;

    /* justify-content: center; */

    position: absolute;

    bottom: -105px;

    left: 12px;

    width: 100%;

    height: 100%;

    font-size: 24px;

    font-weight: bold;

    color: #fff;

}



/*-------------------------------------------------*/



/*-------------------------------------------------*/

.cta-form {

    background-color: white;

    border-radius: 12px;

    width: 80%;

    padding: 20px;

    margin-left: 50px;

}



.cta-form .title {

    font-size: 18px;

    margin-bottom: 20px;

}



.cta-form input {

    width: 90%;

    margin-bottom: 20px;

    padding: 8px 12px;

    border-radius: 8px;

    border: 1px solid #b9b9b9;

}



/*-------------------------------------------------*/





/*-------------------------------------------------*/

.con-p p {

    font-size: 14px;

}



.con-ul ul {

    font-size: 14px;

    line-height: 26px;

    padding-left: 10px;

}



.confirm-box .yes-btn {

    background-color: green;

    color: white;

    padding: 6px 10px;

    border-radius: 6px;

}



.confirm-box .no-btn {

    background-color: #a80303;

    color: white;

    padding: 6px 10px;

    border-radius: 6px;

}



/*-------------------------------------------------*/

.confirm {

    display: flex;

    justify-content: space-between;

}



.confirm h3 {

    font-size: 20px;

    color: #c00a0a;

}



.mid-title {

    font-size: 17px;

    font-weight: 500;

    margin-bottom: 20px;

}



.wrapper-cal {

    display: flex;

}



.wrapper-cal label {

    width: 100%;

    font-size: 0.75rem;

    font-weight: 400;

    display: block;

    margin-bottom: 0.5rem;

    margin: 0px 10px 30px 0px;

    background-color: white;

    color: #818283;

    border: 1px solid #cdcdcd;

    padding: 0.5rem 0.75rem;

    border-radius: 0.5rem;

}



.wrapper-cal input {

    display: block;

    border: none;

    border-radius: 0.25rem;

    border: 1px solid transparent;

    line-height: 1.5rem;

    padding: 0;

    font-size: 1rem;

    color: #607D8B;

    width: 100%;

    margin-top: 0.5rem;

}



.wrapper-cal input:focus {

    outline: none;

}



#ui-datepicker-div {

    z-index: 4 !important;

    display: none;

    background-color: #fff;

    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);

    margin-top: 0.25rem;

    border-radius: 0.5rem;

    padding: 0.5rem;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



.ui-datepicker-calendar thead th {

    padding: 0.25rem 0;

    text-align: center;

    font-size: 0.75rem;

    font-weight: 400;

    color: #78909C;

}



.ui-datepicker-calendar tbody td {

    width: 2.5rem;

    text-align: center;

    padding: 0;

}



.ui-datepicker-calendar tbody td a {

    display: block;

    border-radius: 0.25rem;

    line-height: 2rem;

    transition: 0.3s all;

    color: #546E7A;

    font-size: 0.875rem;

    text-decoration: none;

}



.ui-datepicker-calendar tbody td a:hover {

    background-color: #E0F2F1;

}



.ui-datepicker-calendar tbody td a.ui-state-active {

    background-color: #009688;

    color: white;

}



.ui-datepicker-header a.ui-corner-all {

    cursor: pointer;

    position: absolute;

    top: 0;

    width: 2rem;

    height: 2rem;

    margin: 0.5rem;

    border-radius: 0.25rem;

    transition: 0.3s all;

}



.ui-datepicker-header a.ui-corner-all:hover {

    background-color: #ECEFF1;

}



.ui-datepicker-header a.ui-datepicker-prev {

    left: 0;

    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");

    background-repeat: no-repeat;

    background-size: 0.5rem;

    background-position: 50%;

    transform: rotate(180deg);

}



.ui-datepicker-header a.ui-datepicker-next {

    right: 0;

    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');

    background-repeat: no-repeat;

    background-size: 10px;

    background-position: 50%;

}



.ui-datepicker-header a>span {

    display: none;

}



.ui-datepicker-title {

    text-align: center;

    line-height: 2rem;

    margin-bottom: 0.25rem;

    font-size: 0.875rem;

    font-weight: 500;

    padding-bottom: 0.25rem;

}



.ui-datepicker-week-col {

    color: #78909C;

    font-weight: 400;

    font-size: 0.75rem;

}



/* ---------------------------------------------- */



/* ---------------------------------------------- */

.flight-flex {

    display: flex;

}



.flight-flex img {

    border-radius: 50%;

    margin-right: 10px;

}



.flight p {

    margin-bottom: 0;

}



.flight span {

    font-size: 13px;

}



/* ---------------------------------------------- */





/* ---------------------------------------------- */



/* ---------------------------------------------- */