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

body{
     font-family: "Poppins", sans-serif !important;
}

/* banner-section */
.banner-main{
    margin-top: 45px ;
}

.banner-inner {
    width: 100%;
    height: 378px;
    background: url(/assets/images/cruise/banner_img.png) no-repeat top center;
    padding-top: 100px;
}
.cruise-content-list{
    li{
        font-size: 16px ;
        color: #303030 ;
        margin-bottom: 10px ;
    }
}

.banner-heading{
    font-size: 28px ;
    color: white ;
    font-weight: 600 ;
    margin-bottom: 20px ;
    text-transform: capitalize ;
}
.call-btn{
    a{
        font-size: 20px ;
        font-weight: 500 ;
        width: 130px ;
        height: 44px ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        background-color: #3695E5 ;
        font-size: 20px ;
        font-weight: 500 ;
        color: white ;
        border-radius: 5px ;
    }
}

.banner-inputs {
    margin-top: -76px;
}
.input-section-main {
    background-color: #FFFFFF;
    box-shadow: 3px 7px 17.3px 4px #6E6E6E40;
    border-radius: 15px;
    padding: 20px;
}
.destination-input {
    input {
        width: 100%;
        padding: 11px;
        border: 1px solid #8D8D8D;
        border-radius: 8px;
    }
    select {
        width: 100%;
        height: 48px;
        padding: 10.5px 0 10.5px 10px;
        border: 0.75px solid #8D8D8D;
        border-radius: 8px;
        color: #8D8D8D;
        &:focus{
            outline: none ;
        }
    }
}
.destination-input {
    & input {
        &:focus {
            outline: none;
        }
    }
}
.request-btn{
    button{
        width: 100% ;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #029e9d ;
        height: 48px ;
        border-radius: 8px ;
        color: white ;
        border: none ;
    }
}

/* usp-section */
.usp-sec-main{
    margin-top: 40px;
    background: #9fdada12;
    padding: 30px 0;
}
.usp-content-main:hover {
    .usp-img {
        transform: rotateY(360deg);
    }
}
.usp-content-main{
    display: flex;
    justify-content: center ;
    flex-direction: column ;
    align-items: center ;
    border-radius: 10px ;
    padding: 20px ;
    gap: 10px ;
    height: 192px ;
    .usp-img{
        width: 64px ;
        transition: 0.9s;
    }
    .usp-heading{
        font-size: 14px ;
        font-weight: 600 ;
        color: #424242 ;
        margin-bottom: 10px ;
        text-align: center !important;
    }
    p{
        font-size: 12px ;
        font-weight: 400 ;
        color: rgba(70, 70, 70, 1) ;
        text-align: center ;
    }
}


/* hotel-destination-sec */

.top-heading{
    .destinations{
        font-size: 34px ;
        font-weight: 600 ;
        width: fit-content;
        color: #323232 ;
        position: relative;
        margin-bottom: 15px ;
        &:after{
            position: absolute;
            left: 50%;
            right: 0;
            margin: auto;
            bottom: -10px;
            width: 249px;
            height: 1px;
            background-color: #C2C2C2;
            content: '';
            transform: translateX(-50%);
        }
    }
}




/* banner2-sec */

.banner2-main{
    margin-top: 50px ;
}
.banner2{
    width: 100% ;
    background-image: url(/assets/images/cruise/banner2.png) ;
    background-repeat: no-repeat; 
    background-size: cover ;
    padding: 90px 0 90px 0px;
    color: white ;
}
.bnr-call-btn{
    a{
        background-color: #194bc1;
        font-size: 24px ;
        font-weight: 600 ;
        color: white ;
        padding: 5px 15px ;
        border-radius: 5px ;
        img{
            width: 24px ;
        }
        
    }
}
.banner2-txt {
    width: 45%;
    h3{
        font-size: 26px ;
        font-weight: 700 ;
    }
    p{
        font-size: 16px ;
        font-weight: 400 ;
        margin-bottom: 25px ;
    }
}


/* deals-section */
.hotel-deals-main{
    margin-top: 50px ;
}

.owl-carousel .item {
      background: white ;
      border-radius: 12px;
      /* overflow: hidden; */
      box-shadow: 1px 1px 8px 0px #0000000F;
    }
.owl-carousel .owl-stage-outer{
    padding: 10px 0;
}
.owl-nav .owl-prev {
      left: -15px;
    }
.owl-nav .owl-next {
      right: -15px;
    }
.owl-nav button{
      position: absolute;
      top: 52%;
    width: 40px ;
    height: 40px ;
    border-radius: 50% ;
    box-shadow: 0px 1px 2.3px 0px #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    img{
        width: 6px ;
        height: 10px ;
    }
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0 !important;
    border-radius: 50%  !important;
}
.slide-txt{
    padding: 15px  10px 10px 10px ;
}
.slide-heading{
    font-size: 16px ;
    font-weight: 600 ;
}
.locate-txt{
    p{
        font-size: 12px  ;
        font-weight: 400 ;
        span{
            font-weight: 600 !important;
        }
    }
}

.locate-img{
    min-width: 20px ;
    max-width: 20px ;
    img{
        width: 100% ;
    }
}
.call-book{
    a{
        width: 100% ;
        height: 47px ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        background-color: #09265B ;
        text-decoration: none  ;
        color: white ;
        font-size: 16px ;
        font-weight: 500 ;
        border-radius: 0px 0px 10px 10px;
    }
}
    .hotel-deals-txt-main{
        margin-top: 50px ;
    }
.hotel-deal-txt{
    padding-bottom: 30px ;
    .affordable{
        font-size: 34px ;
        font-weight: 600 ;
        margin-bottom: 20px ;
        color: #323232 ;
    }
    p{
        font-size: 16px ;
        font-weight: 400 ;
        color: #000000 ;
    }
    .caribben-head{
       font-size: 22px ;
        font-weight: 600 ;
        margin-bottom: 20px ;
        color: #323232 ; 
    }
}


/* onboard-experience-section */
.onboard-inner{
    display: flex ;
    justify-content: flex-start ;
    align-items: center ;
    gap: 10px ;
}
.accomodate{
    bottom: 20px ;
    left: 0 ;
    right: 0 ;
    margin: auto;
    .accomodate-heading{
        color: white ;
        font-size: 18px ;
        font-weight: 600 ;
        width: fit-content;
        &:after{
            width: 60px ;
            height: 1px ;
            position: absolute ;
            bottom: 0px ;
            left: 50% ;
            transform: translateX(-50%);
            background-color: #FFFFFF ;
            content: '';
        }
    }
}
.accomodate-mid-txt{
    width: 90% ;
    position: absolute;
    top: 50%;
    left: 50% ;
    transform: translate(-50% , 125%);
    transition: 0.9s ;
}
.accomodation-main{
    overflow: hidden;
    width: 100% ;
}
.accomodation-main:hover .accomodate-mid-txt{
   transform: translate(-50% , -50%);
}
.accomodation-main:hover .accomodate{
    opacity: 0 ;
    visibility: hidden ;
}
.mid-txt{
    width: 100% ;
    background-color: #D9D9D9E5 ;
    padding: 10px ;
    margin: auto ;
  p{
     font-size: 12px ;
    font-weight: 500 ;
    color: #3B1D05 ;
  }
}
.accom-mid-head{
    background-color: #194bc1 ;
    font-size: 22px ;
    font-weight: 600 ;
    color: white ;
    padding: 5px 0;
}
.owl-carousel.owl-loading{
	opacity: 1 !important;
}
.owl-carousel.slide2 .item{
	border-radius: 0px !important;
}
.slide2 .owl-nav {
    display: none !important;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #194bc1 !important;
}


@media screen and (max-width:576px) {
    .banner-inputs{
        margin-top: 0px ;
    }
    .banner-inner{
        background-position: top right;
    }
    .usp-sec-main{
       margin-top: 30px;
    }
    .hotel-dest-main {
      margin-top: 30px;
    }
    .banner-heading{
        font-size: 22px ;
        text-shadow: 2px 2px 2px black;
    }
    .top-heading {
    .destinations {
        font-size: 20px;
        text-align: center !important;
    }
}
.banner2-inner{
    padding: 20px 0;
    background-position: top right;
}
.banner2{
    padding: 0 !important;
}
.banner2-txt {
    width: 100%;
}
.banner2-txt {
    h3 {
        font-size: 18px;
        text-shadow: 2px 2px 2px black;
    }
    p{
        font-size: 12px ;
        text-shadow: 2px 2px 2px black;
    }
}
.banner2-main {
    margin-top: 20px;
   
}
.hotel-deal-txt {
    .affordable {
        font-size: 18px;
    }
    p{
        font-size: 12px ;
    }
    .caribben-head{
       font-size: 18px ;
    }
}
.top-heading{
    .destinations{
        &:after{
            width: 160px ;
        }
    }
}
.hotel-deals-main {
    margin-top: 10px;
}

.bnr-call-btn {
    & a {
        font-size: 15px ;
        img {
            width: 16px;
        }
    }
}
.call-btn {
    a {
        width: 120px;
        height: 40px;
        font-size: 15px ;
    }
}
.banner2-txt{
    p{
        margin-bottom: 20px ;
    }
}
.usp-content-main {
    .usp-heading {
        font-size: 14px;
        text-align: left !important;
    }
    p{
        font-size: 12px ;
         text-align: left !important;
    }
}
.banner-main{
    margin-top: 0 ;
}
.banner-inner{
    padding: 40px 0 40px 0;
}
.hotel-deal-txt{
    padding-bottom: 0 ;
}
.onboard-inner{
           display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0 14px;
   }
   .slide-heading{
    font-size: 14px ;
   }
   .locate-txt{
    p{
        font-size: 11px ;
    }
   }
   .accomodate{
    .accomodate-heading{
        font-size: 15px ;
    }
   }
   .accom-mid-head{
    font-size: 13px ;
    margin: 0 ;
   }
   .mid-txt{
    p{
        font-size: 10px ;
        margin: 0 ;
    }
   }
   .hotel-deal-txt{
    .caribben-head{
    font-size: 16px ;
   }
   }
   .call-book{
    a{
        font-size: 14px ;
    }
   }
   .owl-nav .owl-prev {
      left: -10px;
    }
.owl-nav .owl-next {
      right: -10px;
    }
    .accomodate-mid-txt {
    transform: translate(-50%, -50%);
   }
    .hotel-deals-txt-main{
        margin-top: 15px ;
    }
}

/*********************/
/* Ribbon Badge */
.ribbon {
    position: absolute;
    top: -9px;
    right: 25px;
    background: url(/assets/images/save814.png) no-repeat top;
    color: #fff;
    padding: 8px 13px 32px 4px;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    width: 100px;
    
}
.ribbon span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}




/* new-page-design */

@media screen and (max-width:768px) {
    .cruise-content-list{
        li{
            font-size: 12px ;
        margin-bottom: 8px ;
        }
    }
    .usp-content-main {
        padding: 15px ;
        flex-direction: row ;
        height: auto ;
        .usp-img {
            width: 45px;
        }
        p {
            font-size: 12px;
        }
        .usp-content{
            width: calc(100% - 45px);
        }
    }
}


body{
    background:#f4f4f4;
    font-family: 'Segoe UI', sans-serif;
}

.section-title{
    font-weight:700;
    color:#026f6e;
}

.deal-card{
    border-radius:20px;
    overflow:hidden;
    transition:0.3s;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    color:#fff;
    height:100%;
    display:flex;
    flex-direction:column;
}

.deal-card:hover{
    transform:translateY(-6px);
}

.deal-img{
    position:relative;
}

.deal-img img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.price-tag{
    position:absolute;
    right:0;
    bottom:5px;
    padding:4px 18px;
    font-weight:600;
    font-size:14px;
    line-height: 17px;
    clip-path:polygon(15% 0,100% 0,100% 100%,15% 100%,0 50%);
    background: url('/assets/images/cruise/tepp.png') no-repeat top;   
    
}

.deal1-body{
    padding:17px;
    flex-grow:1;
    background:#026f6e;
}

.deal1-body h5{
    font-weight:600;
    margin-bottom:15px;
}

.deal1-body ul{
    padding:0;
    list-style:none;
    font-size:14px;
    margin-bottom: 0;
}

.deal1-body ul li{
    margin-bottom:8px;
}

.call-btn{
    margin-bottom: -50px;
    right:14px;
    bottom:20px;
    width:60px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

.pbotom {font-size: 10px; margin-bottom: 0px;}



@media(max-width:576px){
    .deal-img img{
        height:200px;
    }
}


/*************Destination**************/
.destination-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.destination-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s ease;
}

.destination-card:hover img{
    transform:scale(1.05);
}

/* .card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
} */

.card-content{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
}

.card-content h4{ margin-bottom: 0px;}

.price{
    position:absolute;
    bottom:20px;
    right:20px;
    color:#fff;
    font-weight:600;
}

.large-card{
    height:300px;
}

.small-card{
    height:300px;
}

@media(max-width:768px){
    .large-card,
    .small-card{
        height:250px;
    }
}

/* cruise_section */

.cruise-section {
        background: url('/assets/images/cruise/fullbanner.png') no-repeat center center/cover;
        padding: 80px 0;
        position: relative;
        color: #fff;
    }

    .cruise-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(10, 25, 47, 0.85); */
    }

    .cruise-content {
        position: relative;
        z-index: 2;
    }

    .cruise-title {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.3;
    }

    .cruise-text {
        font-size: 15px;
        opacity: 0.85;
        margin-top: 20px;
    }

    .cruise-card {
        position: relative;
        overflow: hidden;
        /* border-radius: 10px; */
        transition: transform 0.4s ease;
    }

    .cruise-card img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .cruise-card:hover img {
        transform: scale(1.05);
    }

    .cruise-label {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.6);
        padding: 6px 18px;
        font-size: 18px;
        letter-spacing: 1px;
        border-radius: 20px;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .cruise-title {
            font-size: 32px;
        }
        .cruise-card img {
            height: 350px;
        }
    }

    @media (max-width: 576px) {
        .cruise-title {
            font-size: 26px;
        }
        .cruise-section {
            padding: 50px 0;
        }
        .cruise-card img {
            height: 280px;
        }
    }

/* End cruise_section */

/* box-Card */
.cruisebox-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:300px;
    cursor:pointer;
}

.cruisebox-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.cruisebox-card:hover img{
    transform:scale(1.08);
}

.cruisebox-card h4 { 
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
text-align: center !important;
}

.cruisebox-card p { font-size: 14px;}

/* Overlay */
.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgb(0 0 0 / 43%), rgba(0, 0, 0, .2));
    padding:20px;
    display:flex;
    align-items:flex-end;
    justify-content: center ;
}

/* Content Wrapper (Heading + Button) */
.content{
    color:#fff;
    transform:translateY(60px);
    transition:all .5s ease;
    text-align: center;
}

/* Hover → Move Up */
.cruisebox-card:hover .content{
    transform:translateY(0);
}

.content p{
    margin:0;
    font-weight:100;
    letter-spacing:1px;
}

.content h2{
    font-weight:800;
    font-size:28px;
}

/* Button */
.slide-btn{
    display:inline-block;
    margin-top:15px;
    background:#fff;
    color: #029e9d ;
    border-radius:30px;
    padding:8px 20px;
    font-weight:600;
    text-decoration:none;
    opacity:0;
    transition:opacity .4s ease;
}

/* Button visible on hover */
.cruisebox-card:hover .slide-btn{
    opacity:1;
}

/* Responsive */
@media(max-width:768px){
    .cruisebox-card{
        height:320px;
    }

    .content{
        transform:translateY(0);
    }

    .slide-btn{
        opacity:1;
    }

    .content h2{
        font-size:22px;
    }
}

/* Section with BG */
.cruisecon-section{
    background: 
        linear-gradient(to right, rgba(255,255,255,0.95) 55%, rgba(255,255,255,0.6)),
        url('/assets/images/cruise/cruise-bg.png') right center no-repeat !important;
    background-size: contain;
    padding:20px 0;
}

/* Heading */
.cruisecon-section h2{
    color:#029e9d;
    font-weight:600;
    margin-bottom:10px;
    font-size: 25px;
}

.cruisecon-section p{
    color:#303030;
    font-size:16px;
    margin-bottom:10px;
}

/* Responsive */
@media(max-width:992px){
    .cruisecon-section{
        background:
        linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.95)),
        url('/assets/images/cruise/cruise-bg.png') center top no-repeat;
        background-size: cover;
        padding: 0 ;
    }
}

.callin-circle {
    position: absolute;
    left: -12px;
    bottom: -8px;
    background: #026f6e;
    z-index: 9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
 .callin-circle img {
    width: 25px;
    animation: rot 1.5s ease-in-out infinite;
}
@keyframes rot {
    0%{
        transform: rotate(0);
    }
    50%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(0);
    }
}
.circle-call {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    width: 30px;
    height: 30px;
    padding: 24px;
    position: relative;
}
.circle-para {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    z-index: 99;
}
.explore-top{
    padding: 30px 0;
    box-shadow: 0px 0px 11.7px 2px rgba(0, 0, 0, 0.07);
    background: rgba(249, 250, 251, 1) ;
}

@media screen and (max-width:768px) {
    .scroll-main{
         flex-wrap: nowrap !important;
         overflow-x: scroll !important;
         padding-bottom: 10px ;
         .col-lg-4 , .col-md-4{
            width: 90% ;
         }
    }
     .scroll-main.mobile{
         flex-wrap: nowrap !important;
         overflow-x: scroll !important;
         padding-bottom: 10px ;
         .col-lg-4{
            width: 50% ;
         }
         .big-dest{
            width: 80% ;
         }
    }
    .cruisecon-section{
        background: none ;
    }
    .deal1-body h5{
        font-size: 18px !important;
}
.deal1-body ul li {
    font-size: 12px;
}
.card-content h4 {
    font-size: 18px;
}
.cruisecon-section{
    p {
       font-size: 12px;
   }
   h2{
    font-size: 20px ;
   }
}
.text-muted {
    font-size: 12px ;
}
.content p {
    font-size: 12px;
}
.cruisebox-card h4 {
    font-size: 17px;
}
.slide-btn {
    margin-top: 5px;
    padding: 6px 15px;
    font-size: 14px;
}
.overlay {
    padding: 20px;
}
.cruise-label {
    font-size: 15px;
}
}


/*Cruise page Css*/

.Tagline_searchbnr {
	padding: 120px 0 40px 0 !important;
}

.searchBNR {background-color: rgba(0, 255, 255, 0); padding-bottom: 20px;}

@media ( max-width : 1023px) {
	.Tagline_searchbnr{
		padding: 0px 0 2px 0 !important;
	}
	.searchBNR {background-color: #73cccc; padding-bottom: 20px;}
}
/* img {
    max-width: 100%;
    width: 100%;
} */

.is-invalid {
  border: 1px solid red !important;
}
.error-msg {
  font-size: 12px;
  color: red;
  display: block;
  margin-top: 4px;
}
#formMessage {
  display: none;
  text-align: center;
}
.alert {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.alert-success {
  background-color: #d4edda;
  color: #155724;
}
.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

/*FAQ CSS*/
.travel-way.search-flight{
    background: rgba(249, 250, 251, 1) ;
    box-shadow: 0px 0px 11.7px 2px rgba(0, 0, 0, 0.07);
    padding: 20px 0;
}
.flt-content-sec{
    padding: 30px 0 ;
    background: white ;
    p{
        font-size: 16px ;
        font-weight: 400 ;
        color: rgba(48, 48, 48, 1) ;
    }
}
.find-cheap{
    font-size: 30px ;
    font-weight: 600 ;
    color: #026f6e ;
    margin-bottom: 20px ;
}
.acc-sec-start{
    .accordion{
        background: none !important;
    }
    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{
        background: rgba(249, 250, 251, 1) !important;
        img{
            margin-right: 10px ;
            filter: brightness(0);
        }
    }
    .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow:none !important;
}
.accordion-body {
    background:rgb(2 111 110) !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    color: #fff ;
    border-radius: 10px ;
    margin-bottom: 15px ;
    p{
        font-size: 16px ;
        font-weight: 400 ;
    }
}
    .accordion-flush .accordion-item .accordion-button{
        font-size: 20px !important;
        font-weight: 500 !important;
        color: rgba(48, 48, 48, 1) !important;
    }
        .accordion-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        background-image: url(/assets/images/flight/plus.png) ;
   }
    .accordion-button[aria-expanded="true"]::after {
    background-image: url("/assets/images/flight/minus.png") !important;
    }
    .accordion-button:not(.collapsed)::after {
        transform: inherit !important;
    }
}

.read-more{
    margin-left: auto ;
    border: none ;
    background: transparent ;
    font-size: 15px ;
    color: rgba(246, 31, 81, 1) ;
    cursor: pointer ;
    text-decoration: underline ;
}
.flt-content-inner{
    /*height: 250px ;*/
    overflow: hidden ;
}
.read-more.show-content{
    .less{
       display: block ;
    }
    .read{
        display: none ;
    }
}
.content-wrapper:has(.read-more.show-content) .flt-content-inner {
    height: auto;
}
.less{
    display: none ;
}
.deal-img1{
    min-width: 18px ;
    max-width: 18px ;
    img{
        width: 100% ;
    }
}
.faq-list{
    li{
	font-size:16px ;
	margin-bottom:10px;	
     }
}


@media screen and (max-width:768px) {
    .deal-top-sec{
    padding:10px ;
}
.faq-list{
    li{
	font-size:12px ;
	margin-bottom:5px;	
     }
}
    .airline-name {
       font-size: 14px;
    }
    .depname {
        font-size: 14px;
    }
    .btm-price {
        font-size: 18px;
    }
    .travel-name.friendly {
        p {
            font-size: 18px;
        }
    }
    .find-cheap {
        font-size: 20px;
    }
    .flt-content-sec {
        p {
            font-size: 12px;
        }
    }
    .acc-sec-start {
        .accordion-flush .accordion-item .accordion-button, & .accordion-flush .accordion-item .accordion-button.collapsed {
        img {
            margin-right: 5px;
            width: 8px;
             filter: brightness(0) !important;
        }
    }
        .accordion-flush .accordion-item .accordion-button {
        font-size: 15px !important;
        padding: 10px 0 ;
    }
        .accordion-body {
        font-size: 12px ;
        padding: 10px;
        p{
            font-size: 12px ;
        }
    }
    .accordion-button::after {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        margin-left: auto;
        content: "";
        background-image: url(/assets/images/flight/plus.png);
        background-size: 100%, 100%;
    }
}
}

