.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
    max-height: 190px;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 2147483647
}

.ui-front {
    z-index: 100
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0
}

.ui-widget {
    font-family: arial;
    font-size: 1.1em;
    color: #111
}

.ui-autocomplete {
    overflow: hidden;
    -webkit-box-shadow: 2px 17px 67px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 2px 17px 67px -4px rgba(0, 0, 0, .75);
    box-shadow: 2px 17px 67px -4px rgba(0, 0, 0, .75);
    border: 1px solid #fff;
    background: #fff
}


.input-container {
    position: relative;
    width: 100%;
}

.city-input {
    width: 100%;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.city-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding:0 10px;
    margin: 0;
}

.city-dropdown li {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 0.5px solid lightgray;
}

.city-dropdown li:last-child {
    font-size: 12px;
}

.city-dropdown li:hover {
    background-color: #f0f0f0;
}

.city-dropdown li .city-icon {
    margin-left: 15px;
    font-size: 18px;
}

.city-dropdown li .country {
    color: gray;
    font-size: 14px;
}

.cabs-list-section {
    background-color: lightgray;
    padding: 8px 8px;
}

.cabs-cols {
    border: 2px solid;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #2561FF;
}

.cabs-cols:hover {
    transform: translateY(-5px);
}
a.cab-link:hover {
    text-decoration:none;
    color:white;
}

.cab-link {
    text-decoration: none;
    color: white;
}

.route-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cabs-start {
    font-size: 17px;
    color: #fcaf21;
    font-weight: 700;
}

.cab-price {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}
.section-heading.text-center.bg-white {
    height: 37px;
}
.route-title.flip-text {
position: relative;
height: 1.4em;
overflow: hidden;
}
@media only screen and (max-width: 480px) {
.section-heading.text-center.bg-white {
    height: 27px;
}
.cabs-list-section .col-lg-4.col-md-6 {
    width: 33%;
    margin: unset;
    padding: 3px;
    margin-bottom: -4px !important;
    margin-top: 4px !important;
}

.cabs-list-section .route-title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 5px;
    /* white-space: nowrap; */
}

.cabs-list-section .cabs-start {
    font-size: 7px;
    color: #fcaf21;
    font-weight: 700;
}
.cabs-list-section .cab-price {
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    margin-top: 3px;
}



.cabs-list-section h3.route-heading {
    font-size: 19px;
}
.route-title.flip-text {
position: relative;
height: 3.6em;
overflow: hidden;
font-size: 8px;
}
}

.route-title.flip-text span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: transform 0.6s ease;
}

.route-title.flip-text .from-to {
  animation: flipToFrom 6s infinite;
}

.route-title.flip-text .to-from {
  animation: flipFromTo 6s infinite;
}

@keyframes flipToFrom {
  0%, 45% { transform: translateY(0); opacity: 1; }
  50%, 100% { transform: translateY(-100%); opacity: 0; }
}

@keyframes flipFromTo {
  0%, 45% { transform: translateY(100%); opacity: 0; }
  50%, 100% { transform: translateY(0); opacity: 1; }
}
section.services {
    background-color: lightgray;
}

.col-md-3.review-card {
    width: auto;
    max-width: 100%;
    height: 329px;
}

  .cta-area {
        background: #f2f2f2;
        padding: 60px 40px;
    }

.section-title h5.upper-subtext {
    color: #FFA500;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 16px;
    color: #555;
    max-width: 600px;
}

.text-align-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.card-link.style-two {
    font-weight: bold;
    color: #222;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.card-link.style-two i {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.card-link.style-two:hover i {
    transform: translateX(5px) rotate(90deg);
}

.fleet-sldier {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

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

.card-body {
    padding: 20px;
    text-align: center;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.card-img-top {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #fafafa;
    padding: 10px;
}

.card-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card .d-flex {
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

/* Responsive Fixes */
@media screen and (max-width: 768px) {
    .col-8, .col-4 {
        width: 100%;
        text-align: center !important;
        justify-content: center;
        margin-bottom: 20px;
    }

    .fleet-sldier {
        grid-template-columns: 1fr;
    }

    .text-align-right {
        justify-content: center !important;
    }
}

.fleet-slider .card {
height: 100% !important;
}

.fleet-slider .swiper-slide {
display: flex !important;
height: auto !important;
}
.package-section .nav-link.active{
color: #fff !important;
background-image: linear-gradient(96deg, #53b2fe 1%, #065af3 129%) !important;
border:1px solid #53b2fe !important;
border-color: #53b2fe !important;
background-color:unset !important;
}
.package-section .nav-link{
    background-image: #fff !important;
    color: #065af3 !important;
    border:1px solid #53b2fe !important;
    border-color: #53b2fe !important;
    background-color:unset;
    font-size:12px ;
    margin-right: 5px;
    margin-top:2px;
    padding: 8px 6px;
}

@media screen and (max-width: 767px) {
    td.d-sm-block.cabTypeCol-booking-section {
        position: absolute;
        right: 10%;
        margin-top: 40px;
    }
.viewCabBtn.book-btn{
    height: 32px !important;
    justify-content: center !important;
    width: 70px !important;
    font-size: 10px !important;
}

section.select-package {
    margin-bottom: 1px !important;
    padding: 0 !important;
}
}

@media screen and (max-width: 768px) {
.col-4 
 {
    width: 33% !important;
    text-align: center !important;
    justify-content: center;
    margin-bottom: 23px;
}
}
 .filter-section-box {
    background: #fff;
    display: flex;          
    flex-wrap: nowrap;      
    align-items: center; 
}

.filter-section-box .nav-link.active {
    color: #53b2fe;
    background-image: linear-gradient(96deg, #53b2fe 1%, #065af3 129%);
}


.filter-section-box .nav-link{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: end;
    align-items: center;
    align-self: flex-end;
    background-image: linear-gradient(96deg, #53b2fe 1%, #065af3 129%);
    border-radius: 34px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .2);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    width: auto;
}

@media screen and (max-width: 320px) and (min-width: 380px) {
        .filter-section-box {
        margin-left: 13%;
        }
    }

@media screen and (min-width: 320px) and (max-width: 480px) {
        .filter-section-box .nav-link {
            font-size: 12px !important;
            margin: 2px !important;
            padding: 19px 12px !important;
        }
}
@media screen and (max-width: 770px) {
    .filter-img-box {
        display: grid !important;
    }
    
}

.sideways.nav {
flex-direction: column;
}

.packages-two-area {
  /* background-color: #e0e0e0; */
  /* background-image: url('./../images/backgrounds/map.png'); */
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;'
  background-color: white;
}

.sideways li {
  display: block;
}

.sideways li img {
  border-radius: 7px;
}

.sideways li a.active {
  background-color: #fff;
  border: 1px solid #e95440;
  border-right: 0;
  text-decoration: none;
}

.sideways li a.active h6 {
  color: black;
}

.sideways li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-right-color: #e95440;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sideways li span h6 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  color:black;
}

.sideways li span span {
  color: #e95440;
  font-size: 14px;
}

.packages-two-area .packages-two-area-lst .col-md-6:first-child {
  padding-right: 0;
}

.packages-two-area .packages-two-area-lst .col-md-6:last-child {
  padding-left: 0;
  background-color: #fff;
  border: 1px solid #e95440;
  border-left: none;
}

.inner-box-tab {
padding: 1px 4px 2px 14px;
}

.inner-box-tab .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.inner-box-tab img {
  max-width: 100%;
  border-radius: 8px;
}

.p-text-right {
  font-size: 15px;
  color: #333;
}

.p-text-right p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.bottom-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.bottom-cta span {
    /* color: #e95440; */
    font-size: 17px;
    font-weight: 700;
    color: #2766dd;
    font-size: 900;
}

.bottom-cta a.card-link {
  /* background-color: #e95440; */
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.bottom-cta a.card-link:hover {
  /* background-color: #c84435; */
}
.package-content-wrapper {
  position: relative;
}

.package-content {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.package-content.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.toggle-btn {
  background-color: transparent;
  color: #e95440;
  border: none;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
}

button.toggle-btn {
    color: #2766dd;
    text-decoration: underline;
}
span.book-now {border: 1px solid;padding: 9px 10px;border-radius: 12px;}
span.book-now:hover{
    background-color: #2766dd;
    color:white;
}
@media (max-width: 767px) {
  .packages-two-area .packages-two-area-lst .col-md-6:first-child,
  .packages-two-area .packages-two-area-lst .col-md-6:last-child {
    padding: 15px !important;
  }

  .sideways li a {
    border: none !important;
    padding: 8px;
    text-decoration: none;
  }

  .bottom-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .bottom-cta a.card-link {
    width: 100%;
    text-align: center;
  }
  
.section-title h2 {
    white-space:nowrap;
    font-size:22px
}
}

.feature {
  text-align: center;
  padding: 10px;
  color: #333;
}

.feature i {
  font-size: 40px;
  color: #0099ff;
  margin-bottom: 8px;
}
.feature-text {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.feature-text-left{
  cursor: pointer;
}

.feature-text p {
  margin: 0;
  font-size: 14px;
}

/* Tooltip box */
.feature-text .tooltiptext {
    visibility: hidden;
    width: 266px;
    background-color: #0099ff;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: 100%;
    left: 94%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 13px;
    text-align: left;
}

.feature-text .tooltiptext::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; 
  margin-top: -32px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0099ff transparent transparent;
}

.row.mx-0.align-items-center:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.feature-text-left {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    padding: 8px;
    width: 150px;
}
.feature-text-left .tooltiptext-left {
     visibility: hidden;
    width: 266px;
    background-color: #0099ff;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: 52%;
    right: 92%;
    transform: translateY(-55%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 13px;
    text-align: left;
}
.feature-text-left p{
    font-size:14px;
}

.feature-text-left .tooltiptext-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0099ff;
}

.row.mx-0.align-items-center:hover .tooltiptext-left {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.feature-text-below {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
    width: 150px;
    text-align: center;
}

.feature-text-below .tooltiptext-below {
    visibility: hidden;
    width: 266px;
    background-color: #0099ff;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    bottom: -35%;
    left: 101%;
    transform: translateY(-50%-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 13px;
    text-align: left;
}

.feature-text-below .tooltiptext-below::before {
  content: "";
  position: absolute;
  top: 86%;
  right: 100%; 
  margin-top: -32px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0099ff transparent transparent;
}
.feature-text-below{
    cursor: pointer;
}
.feature-text-below p{
   font-size: 14px;
}
  
.row.mx-0.align-items-center:hover .tooltiptext-below {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) {
    .what-sets-apart-image[_ngcontent-obj-c66] {
        width: 70px;
        height: 70px;
    }

}
 @media (max-width: 768px) {
    .feature-text .tooltiptext {
    visibility: hidden;
    width: 212px;
    background-color: #0099ff;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: 105%;
    left: 161%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 13px;
}

.feature-text .tooltiptext::before {
content: "";
position: absolute;
top: 21px;
left: 27%;
transform: translateX(-53%);
border-width: 5px;
border-style: solid;
border-color: transparent transparent #0099ff transparent;
}

.feature-text-left .tooltiptext-left {
    width: 198px;
}

.feature-text-below .tooltiptext-below {
    visibility: hidden;
    width: 249px;
    background-color: #0099ff;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    bottom: 168%;
    left: 199%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
    }

.feature-text-below .tooltiptext-below::before {
        content: "";
        position: absolute;
        margin-top: -19px;
        /* margin-left: -54px; */
        border-width: 5px;
        border-style: solid;
        border-color: transparent #0099ff transparent transparent;
        content: "";
        position: absolute;
        top: 109%;
        left: 24%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #0099ff transparent transparent transparent;
    }
}
 .services {
.service-cards[_ngcontent-yhj-c66] {
    padding-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
}

.our-services-heading[_ngcontent-yhj-c66] {
    color: black;
    font-size: 28px;
    font-weight: 700;
    background-image: url(mandala.d38add8eb9d6e3b6.webp);
    background-size: 916px 280px;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding-top: 28px;
    /*                padding-bottom: 26px;*/
    height: 100px;
}

.trip-card[_ngcontent-yhj-c66] {
    /*                border-radius: 16px;*/
    box-shadow: 0 2px 5px #0003;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.trip-card[_ngcontent-yhj-c66] .card-body[_ngcontent-yhj-c66] {
    padding: 16px 4px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-img-top {
    padding: 10px;
}

.trip-card[_ngcontent-yhj-c66] {
    /*                border-radius: 16px;*/
    box-shadow: 0 2px 5px #0003;
}

.trip-card[_ngcontent-yhj-c66] img.card-img-top[_ngcontent-yhj-c66] {
    height: 176px;
    /*border-top-left-radius: 16px;
        border-top-right-radius: 16px;*/
}

.trip-card[_ngcontent-yhj-c66] .card-body[_ngcontent-yhj-c66] {
    padding: 16px 10px;
}

.trip-card[_ngcontent-yhj-c66] h2.card-title[_ngcontent-yhj-c66] {
    color: #2766de;
    text-align: left;
    font-size: 18px !important;
}

.bg-roundtrip-cabs[_ngcontent-yhj-c66] {
    background: url(our-services-benefits.f181d71ecc18d537.webp) -139px -3px no-repeat;
}

.trip-icons[_ngcontent-yhj-c66] {
    width: 44px;
    height: 44px;
    background-size: 186px 184px !important;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

@media (min-width: 768px) {

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important;
    }
}

@media (min-width: 768px) {
    .px-md-2 {
        padding-right: .5rem !important;
    }
}

@media (max-width: 768px) {
    .service-cards[_ngcontent-yhj-c66] {
        padding-top: 40px;
    }
}

.bg-expert-chauffeurs[_ngcontent-yhj-c66] {
    background: url(our-services-benefits.f181d71ecc18d537.webp) -2px -2px no-repeat;
}

.trip-benefits-icon[_ngcontent-yhj-c66] {
    width: 40px;
    height: 40px;
    background-size: 170px 170px !important;
}

.trip-black-text[_ngcontent-yhj-c66] {
    margin: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.trip-card[_ngcontent-yhj-c66] p.card-text[_ngcontent-yhj-c66] {
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
    height: 144px;
}

.suitcase-icon[_ngcontent-yhj-c66] {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 18px;
    top: 28%;
}

@media(max-width:768px) {
    .pxx-sm-5 {
        padding: 50px 33px 0px 38px;
    }
}
}

.rating {

    @media (min-width: 768px) {
        .review-icons-bg[_ngcontent-wcm-c63] {
            background: #2766de;
            padding: 28px 16px;
            box-shadow: 0 2px 5px #0003;
            justify-content: space-evenly;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
        }
    }

    @media (max-width: 768px) {
        .review-icons-bg[_ngcontent-wcm-c63] {
            background: #2766de;
            padding: 6px 0px;
            margin: 24px 0px 0px 0px;
            /* border-radius: 16px; */
            box-shadow: 0 2px 5px #0003;
            justify-content: center;
            font-size: 13px;
            font-weight: 700;
            color: #fff;
            align-items: center;
        }
    }

}


.review-section {
    padding: 40px 20px;
    background-color: #f0f0f0;
}

.review-card {
    background-color: white;
    border-radius: 20px;
    color: #003580;
    padding: 20px;
    margin: 10px;
    position: relative;
    min-height: 220px;
    border: 1px solid #2766de;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 280px; /* Ensures a good readable width */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-sizing: border-box;
}

.review-body {
    font-size: 0.95rem;
    color: #2766de;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: block;
}

.review-footer {
    font-size: 16px;
    text-transform: uppercase;
    color: #2766de;
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
}

/* Remove problematic width override */
.col-md-3.review-card {
    width: auto;
    max-width: 100%;
}
img.review-avatar{
    width: 56px;
}
.review-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.review-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.read-more-toggle {
  color: #2766de;
  cursor: pointer;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
}
.review-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}
section.information {
    background-color: lightgray;
}
.about_txt h2{
 padding-bottom: 0px !important;
}

@media only screen and (max-width: 480px) {
.review-heading h3 {
font-size:12px;
}
.review-heading p {
font-size:10px;
}
.review-heading{
    margin-bottom:unset;
}
}
 .accordion-item {
    margin-bottom: 15px;
}
.accordion-body {
    font-weight: 400;
}
.accordion-item {
    border: unset;
}
button.accordion-button.collapsed {
    background-color: #cfe2ff;
    color: #052c65;
    font-weight: 700;
}
a {
    text-decoration: none;
}
    @media screen and (max-width: 480px) {
    .custom-faq-section.col-md-6 {
            padding-left: 0;
            padding-right: 0;
        }
}


