@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
   box-sizing: border-box;
}
body{
    font-family:poppins;
}
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-30 {
    width: 30%;
}
.w-70 {
    width: 70%;
}
.w-33 {
    width: 32%;
}
.w-20 {
    width: 20%;
}
.w-33 {
    width: 32.5%;
}
.w-80 {
    width: 80%;
}
.d-flex {
    display: flex;
   
}
a {
    text-decoration: none;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content {
    justify-content: space-between;
}
.align-items {
    align-items:center;
}
.ml-15 {
    margin-left: 15px;
}
.w-25 {
    width: 24%;
}
.mt-50 {
    margin-top: 50px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.breabreadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 25px 0px;
    margin-bottom: 0px;
}
.breabreadcrumbs li {
    font-size: 14px;
    color: #858585;
    margin-right: 10px;
    display: flex;
}
.breabreadcrumbs li.active {
    color: #0C8BFD;
}
.cab-book .deatils-cab .../img {
    max-width: 100%;
}
.cab-book .deatils-cab .text h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.cab-book .deatils-cab .text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.deatils-cab .../img img {
    max-width: 100%;
    display: block;
}
.deatils-cab {
    background: #F6FBFF;
    border: 1px solid #BAD5E6;
    border-radius: 10px;
    padding: 10px;
}
.active-cab {
    border: 1px solid #2093EF;
}
.airport-book-wrap .title {
    margin-bottom: 30px;
}
.bg-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.bg-title span {
   color: #2093EF;
}
.airport-book-wrap .title p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}
.cab-book-wrap {
    margin-top:15px;
}
.view-all a {
    text-decoration: none;
    font-size: 15px;
    background: #2093EF;
    padding: 6px 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
}
.view-all a:hover {
    background-color: #60b7ff;
}
.view-all {
    text-align: center;
    margin-top: 50px;
}

.benifit-cab .icon {
    margin-bottom: 10px;
}
.benifit-cab .icon img {
    max-width: 100%;
}
.benifit-cab .text h5 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.benifit-cab .text p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    max-width: 250px;
}
.book-info .image img {
    max-width: 100%;
}
.book-info .text h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}
.book-info .text p {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
}
.book-info .text .card-text {
    font-size: 15px;
    color: #2093EF;
    margin-bottom: 8px;
    font-weight: 400;
}
.book-info .red {
    font-size: 14px;
    color: #EF6614;
    margin-bottom: 0px;
    font-weight: 400;
    display: flex;
    cursor:pointer;
    align-items: center;
}
.book-info .red img {
    max-width: 100%;
}

.taxis .text {
    margin-top: 20px;
}
.book-info .red img {
    margin-left: 10px;
}
.pt-40 {
    padding: 40px 0px;
}
.book-airport-wrap {
    background-color: #F6FBFF;
}
.airport-book p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.load-more a {
    text-decoration: none;
    color: #2093EF;
    font-weight: 400;
    font-size: 16px;
}
.load-more {
    margin-top: 20px;
}
.book-airport-wrap .bg-title {
    margin-bottom: 15px;
}
.Domestic-wrap .list-wrap {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.airport-item {
    border: none;
    background: none;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.Domestic-wrap .active-item::after {
    content: "";
    background: #2093EF;
    bottom: -17px;
    position: absolute;
    width: -webkit-fill-available;
    height: 3px;
    border-radius: 5px;
    left: 0;
} 
/* .Domestic-wrap .list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Domestic-wrap .list-wrap ul li{
   display: inline-block;
   padding-left: 30px;
   position: relative;
   border-radius: 3px;
}
.Domestic-wrap .list-wrap ul li:first-child {
    padding: 0px;
}
.Domestic-wrap .list-wrap ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.Domestic-wrap .list-wrap ul .list-wrap a{
    color: #000;
    font-weight: 700;
}
.Domestic-wrap .list-wrap ul .active {
    font-weight: 700;
}
.Domestic-wrap .list-wrap ul .active::after {
    content: "";
    background: #2093EF;
    bottom: -17px;
    position: absolute;
    width: -webkit-fill-available;
    height: 3px;
    border-radius: 5px;
    left: 0;
} */
.dom-wrap {
    margin-top: 15px;
}
.dom-link {
    background: #F8FCFF;
    padding: 15px;
    border: 1px solid #BAD5E6;
    border-radius: 10px;
    display:flex;
    color: unset;
}
.dom-link:hover {
    background: #eff7fd;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.dom-info .text a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.scnd-cnt2 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.mgt15 {
    margin-top: 15px;
}
.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.accordion__item__header::before {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
    transition: .5s all;
    content: url('../img/black-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transform: rotate(-180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #2B2B2B;
    margin-bottom: 10px;
}
.accordion__item__content p {
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 400;
    width: 90%;
}
.accordion__item__header.active::before {
    transform: rotate(0deg);
    top: 18px;
}

.mgb100 {
    margin-bottom: 115px;
}
/*.Domestic-wrap {
    margin-bottom: 50px;
}*/
.slchtl_mn {
    width: 100%;
    margin-top: 10px;
}
._polrdestnbx {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.ecpl_rbx {
    width: 32%;
    background: #F6FBFF;
    border: 1px solid #2093EF;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.mgdestn {
    width: 20%;
    height: 70px;
}
.dom-link .text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.mgdestn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
._pckgdscrptn {
    width: 76%;
    display: flex;
    flex-flow: column;
}
._pckgdscrptn h5 {
    font-size: 18px;
    font-weight: 700;
}
.htlnking {
    font-size: 13px;
}
.htlnking a {
    color: #000;
    text-decoration: none;
    position: relative;
}
.htlnking a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: #2093EF;
    visibility: hidden;
    border-radius: 5px;
    transition: .25s linear;
    transform: scaleX(0);
}
.mt-20 {
    margin-top: 20px !important;
}
.view_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.view_btn a {
    font-size: 15px;
    background: #2093EF;
    padding: 5px 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
}
.view-button {
    margin-top: 30px;
}
.paranwv {
    font-size: 16px;
    color: #292828;
    line-height: 1.8;
}
.para {
    font-size: 13px;
    color: #292828;
    line-height: 1.8;
}
.paranwv h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.mt-30 {
    margin-top: 30px;
}

button.airport-item.active {
    color: #2093EF;
}
.Domestic-wrap {
    position: relative;
}
.Domestic-wrap::after {
    content: "";
    background-image: url("../img/car-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -102px;
    height: 102px;
    width: -webkit-fill-available;
}

.book-cab-wrap .book-info {
    flex-direction: column;
    padding: 15px;
    align-items: center;
    border: 1px solid #cce9ff;
    position: relative;
    background-color: #F6FBFF;
    border-radius: 20px;
    padding: 15px;
}