body {
  padding-top: 50px;
}
.grgerg{
    border-top: 1px solid #6d60fd2c;
    background-color: #f9f6fd;
}
.grgrejyj{
    color:#ffffff;
    background-color: #6e60fd;
    padding: 8px;
    border-radius: 8px;

}
.efefef{
    color: #5E6282;
    font-size: 14px;
}
.rthfef{
        color: #5E6282;
    font-size: 14px;
}
.efefef:hover{
color:#6e60fd;
font-weight: 500;
text-decoration: none;
}
.footer-heading-color{
    font-size: 16px;
    color: #363639 !important;
}
/* header starts */
.iufwfew{
    width: 30px;
}
.kuyjh{
    border-radius: 30px;
    background-color: #6e60fd;
    color: white;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kuyjh:hover{
    color: white;
    text-decoration: none;
}
.lojmkuky{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
    background-color: white !important;
}
.aesfsf{
    font-size: 14px;
    color: #363639 !important;
    border-radius: 4px;
    /* background-color: rgb(81 67 217 / 10%); */
}

/* serch engine starts here */
.tgrtg{
    color: #ffffff;
        text-shadow: 1px 1px 2px black;
}
.sqssd{
      color: #6e60fd;
}
.rfger{
    max-width: 600px;
}
.gregeq{
    color: #6e60fd;
    text-shadow: 1px 1px 2px black;
    
}
.ffaaaa{
font-weight: 300;
}
.swqsqwd{
    color: rgba(16, 124, 16, 0.781);
    font-weight: 500;
}
.geffqql{
    font-size: 15px;
}
.monnh{
    img{
        background-color: rgb(81 67 217 / 10%);
    padding: 14px;
    border-radius: 37px;
    }
    h4{
       font-size: 23px;
        font-weight: 700;
    }
    p{
        font-size: 14px;
        max-width: 300px;
    }
}

.drgeye{
   margin-bottom: 70px;
}
/* header ends */
.travel-card {
  border-radius: 10px;
  border: none;
}

/* Image wrapper */
.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}

/* Image */
.img-wrapper img {
    height: 350px;
    border-radius: 10px;
  object-fit: cover;
  transition: 1s ease;
}

/* Dark gradient overlay */
.img-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.0),
    rgba(0,0,0,0.5)
  ); */
}

/* Location badge */
.location-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 20px;
  img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}

/* Hover effect */
.travel-card:hover .card-img-top {
  transform: scale(1.05);
}
.travel-card:hover .img-overlay {
  position: absolute;
  inset: 0;
  background:none;
}
.orange-gradient-btn{
    background-image: linear-gradient(to bottom, #747DEF, #6237ff) !important; 
}
.fwaum{
    font-weight: 300;
}
.card-custom {
  position: relative;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}

.card-custom.big {
  height: 450px;
}

.grgpopp{
    width: 15px !important;
    height: 15px !important;
}
.card-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Overlay */
.overlay {
   position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  transition: background 0.4s ease;
  h3 , h5{
    color: #fff;
  }
}
.card-custom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.card-custom:hover img {
  transform: scale(1.1);
}

.card-custom:hover::after {
  opacity: 1;
}
  .kuky{
    button{
            background-color: #ffc052;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 500;
    display: none;
    border: none;
    }
  }
.card-custom:hover .kuky button {
  display: block;
}
.card-custom:hover .overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}
/* Text styles */
.country {
  color: #ffc107;
  font-size: 14px;
}

.rating {
  color: gold;
  font-size: 14px;
  margin: 5px 0;
}

.price {
  color: #ffc107;
  font-size: 16px;
}

.days {
  font-size: 13px;
}
.dqssds{
    width: 12px !important;
}
.faq-section {
  padding: 60px 20px;
  background: #f8f9ff;
}

.faq-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

/* FAQ box */
.faq {
  max-width: 1000px;
  margin: auto;
}

/* Item */
.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Question */
.faq-question {
  width: 100%;
  padding: 15px 20px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

/* Hover */
.faq-question:hover {
  background: #6e60fd;
  color: #fff;
}

/* Active state */
.faq-item.active .faq-question {
  background: #6e60fd;
  color: #fff;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #ffffff;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  text-align: justify;
  color: #555;
}
.nav-link.active {
     color: #6e60fd !important;
    background-color: #edebfa;
}
/* Plus icon rotate */
.faq-item.active span {
  transform: rotate(45deg);
  transition: 0.3s;
}
.xadedwe{
    color: #6e60fd !important;
    font-weight: 700 !important;
    font-size: 18px;
}
@media only screen and (max-width: 1025px) {

    .icon-group {
            text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    }
    .navbar-brand img{
     width: 100px !important;
     height: auto;
    }
    .sqdswd{
        font-size: 14px;
    }
    .search-engine-wrapper {
    margin-top: 40px !important;
}
.rfger{
    font-size: 12px;
}
.gregeq{
    text-shadow:none;
}

.monnh{
    img{
        background-color: rgb(81 67 217 / 10%);
    padding: 14px;
    border-radius: 37px;
    }
    h4{
       font-size: 20px;
       margin: 0 !important;
    }
    p{
        font-size: 13px;
    }
}

.drgeye{
   margin-bottom: 30px;
}
.fefwaap{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
}
.fefwaap .col-md-3 {
    flex: 0 0 auto;
    width: 80%; 
  }
   .fefwaap::-webkit-scrollbar {
    display: none; 
  }
  .azsxd{
    width: 100%;
  }
  .card-custom.big {
  height: 220px;
}
    .fefwaap .wsere {
        width: 80%;
    }
    .faq-section {
    padding: 40px 0px;
    background: #f8f9ff;
}
.jjtyoo{
    display: flex;
    align-items: center;
}
.monnh {
    p {
        max-width:100%;
        font-size: 14px;
    }
            img {
            width: 54px;
            padding: 10px;
            margin-right: 10px;
        }
}
}
.wswsws{
  rotate: 270deg;
}
.headers{ padding: 6px 0 !important;	} .banners { background-color: #fff; padding: 10px 5px 20px; margin-bottom: 20px; } .bannerInner { background-color: rgba(255,255,255,0.5); width: 100%; padding: 0 10px 0 10px; text-align: center; /* margin-top: -50px; */ } .clickFull { position: relative; } .clickFull a.ddka { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .airLineimg { margin: 0px 0 5px 0; display: inline-block; width: 97%; } .jetblue-airlines .bannerInner ul { border-bottom: 2px solid #2e5c99; } .banners .bannerInner ul { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #2e5c99; padding-bottom: 4px; margin-bottom: 20px; margin-top: 20px; } .bannerInner h2 { margin: 0; padding: 0; font-weight: 500; font-size: 16px; text-transform: capitalize; } .airLineimg img { width: auto; } .banners img { max-width: 100%; } .bannerInner .contant a { font-size: 17px; color: #fff; font-weight: 600; padding: 10px 5px 10px 5px; display: flex; align-items: center; justify-content: center; background-color: #6e60fd; position: relative; margin-bottom: 9px; margin-top: 0px; text-decoration: none; } .bannerInner .numbers a { color: #fff; font-size: 27px; color: #fff; font-weight: 600; padding: 0 5px 0 5px; display: flex; align-items: center; justify-content: center; } .banners .bannerInner ul li { color: #000; font-size: 14px; background-repeat: no-repeat; background-position: left center; padding-left: 18px; font-weight: 500; margin: 0; list-style-type: none; } .clickFull .numbers { border-radius: 50px; } .bannerInner .numbers { padding: 6px; } .numbers { background-color: #6e60fd; position: relative; } .ringing_phone { height: 30px; width: 30px; background-size: 23px; } .ringing_phone { animation-name: trin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; } .ringing_phone { border: solid 2px #e6effe; border-radius: 50%; height: 40px; width: 40px; background: url() center center no-repeat; text-align: center; display: inline-block; background-size: 28px; margin-right: 10px; } .ringing_phone:after, .ringing_phone:before{display:none !important;} .bannerInner .numbers { padding: 6px; } .bannerInner .clickFull .numbers { border-radius: 50px; } @keyframes fadeInOne { 45% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadeInTwo { 55% { opacity: 0 } 100% { opacity: 1 } } .phone-call div img, .callIcon img{ animation-name: trin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes trin { from { transform:rotate3d(0, 0, 1, 0deg); } 20%, 32%, 44%, 56%, 68% { transform: rotate3d(0, 0, 1, 0deg); } 23%, 35%, 47%, 59%, 71% { transform: rotate3d(0,0,1,15deg); } 26%, 38%, 50%, 62%, 74% { transform: rotate3d(0,0,1,0deg); } 29%, 41%, 53%, 65%, 77% { transform: rotate3d(0,0,1,-15deg); } 80% { transform:rotate3d(0, 0, 1, 0deg); } } /**********header*************/ header.headers { position: fixed !important; } header.headers { z-index: 10; } .headers { background-color: #fff; padding: 5px 0; position: relative; top: 0; left: 0; width: 100%; z-index: 1; } .headerInr .rightCall a { color: #f4841c; padding-left: 10px; font-size: 12px; font-weight: 600; text-align: left; display: block; padding-top: 1px; } .headerInr .rightCall a span { font-size: 18px; padding-left: 4px; text-decoration: none !important; } .headerInr { display: flex; align-items: center; justify-content: space-between; height: 46px; } .inertitle { font-weight: 600; background-color: #6e60fd; font-size: 18px; color: #fff; margin-top: 12px; margin-bottom: 0 !important; } .headers { display: none;} .banners {display: none;} /****************************************/ @media only screen and (max-width:1025px) { #headerCntr {display: none;} .headers { display: block;} .banners{ display: block !important;} .fc-dealbox {display: none;} .bannerInner .numbers a { text-decoration: none !important; } .airbannerBox { margin-top: 495px !important;} } @media (max-width:767px) { .airlineBanner { background-color: #0a2d72 !important; background-image: none; } } .bottom-call-bar2 { padding: 5px; background: #097fb9; left: 0; color: #fff; position: fixed; font-size: 15px; text-align: center; width: 100%; z-index: 9; }.bottom-call-bar2 .PH_contactNo2 {font-size: 30px;line-height: 1.3em;font-weight: 700;color: #faff5a;} .bottom-call-bar2 .PH_contactNo2 { display: flex;align-items: center;justify-content: center;}.ringingfooter {height: 30px;width: 30px;background-size: 23px;}	.ringingfooter {animation-name: trin;animation-duration: 1.5s;animation-iteration-count: infinite;animation-timing-function: linear;}.ringingfooter {border: solid 2px #e6effe;border-radius: 50%;height: 40px;width: 40px;background: url() center center no-repeat;text-align: center;display: inline-block;background-size: 28px;margin-left: 20px;background-color: #1f820a;}@keyframes trin { from { transform:rotate3d(0, 0, 1, 0deg); } 20%, 32%, 44%, 56%, 68% { transform: rotate3d(0, 0, 1, 0deg); } 23%, 35%, 47%, 59%, 71% { transform: rotate3d(0,0,1,15deg); } 26%, 38%, 50%, 62%, 74% { transform: rotate3d(0,0,1,0deg); } 29%, 41%, 53%, 65%, 77% { transform: rotate3d(0,0,1,-15deg); } 80% { transform:rotate3d(0, 0, 1, 0deg); }} .dis-call-sec{ left: 0 ; bottom:0 ; right: 0 ; margin: auto; width: 100% ; z-index: 10 ; opacity: 0; visibility: hidden; transition: 0.5s ;}.discount-inner:hover .dis-call-sec{ opacity: 1; visibility: visible ;}.dis-call-sec-text{ .hgde{ text-decoration: none ; color: white ; font-size: 22px ; font-weight: 500 ; background: linear-gradient(180deg, rgba(175, 197, 255, 0.2) 0%, #2A52BE 41.83%); padding-bottom: 5px; padding-top: 3px ; span{ width: 29px ; height: 29px ; display: flex; justify-content: center; align-items: center; img{ width: 100% ; } } }}




.baggage-block .baggage-content__table {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .baggage-content__table {
        border: 1px solid #ececec;
    }
}

.baggage-content__table .row {
    margin-left: 0;
    margin-right: 0;
}

.baggage-content__table div {
    word-wrap: break-word;
}

.baggage-content__table-header {
    font-weight: bold;
    color: #005282;
    font-size: 16px;
}

.baggage-content__table-header {
    font-weight: bold;
    color: #005282;
    font-size: 16px;
}

.baggage-content__table-header div:nth-child(1) {
    border-left: 0px;
}

@media (min-width: 992px) {
    .baggage-content__table-header div {
        border-top: none;
    }
}

@media (min-width: 992px) {
    .baggage-content__table-header>div {
        border-left: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 10px 10px;
        display: table;
    }
}

.baggage-content__table .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.baggage-content__table div {
    word-wrap: break-word;
}

.baggage-content__table-content {
    /* margin: 0 0 1.5em 0; */
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .baggage-content__table-row .airline {
        border-left: 0px solid #ececec;
        padding: 1%;
    }
}

@media (min-width: 992px) {
    .baggage-content__table-row div {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .baggage-content__table-row div {
        border-left: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
}

@media (min-width: 992px) {

    .airline-title,
    .airline-image {
        text-align: left;
        padding-left: 0px !important;
        display: block;
    }
}

.airline__logo {
    border: 1px solid #acacac;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 60px;
}

@media (min-width: 992px) {
    /* .baggage-content__table-row .airline-title { width: 60px; } */
}

.baggage-content__table-row .airline-title {
    color: #9999AE;
    display: block;
    font-size: 11px;
    padding: 5px 0;
    /* text-align: center; */
    width: 100%;
    line-height: 12px;
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.baggage-content__table-row {
    font-size: 12px;
    color: #5b6270;
    line-height: 20px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .baggage-content__table-row div {
        padding: 5px;
        float: left;
        border: 0px;
        height: auto !important;
    }
}

.baggage-content__table-row {
    font-size: 12px;
    color: #5b6270;
    line-height: 20px;
}

.baggage-content__table .row {
    margin-left: 0;
    margin-right: 0;
}

.baggage-content__table div {
    word-wrap: break-word;
}

.icon {
    clear: both;
    font: normal normal normal 14px/1 COA-font-icon;
    font-size: 1.17em;
    font-style: normal;
    color: #9999AE;
    display: inline-block;
    background-color: #e7e7e7;
    font-weight: 700;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ic-search:before {
        padding-right: 11px;
    }
}

body.sticky {
    padding-top: 40px;
}

.airline.h2 {
    font-size: inherit;
    margin: auto;
}

h2.baggage-header__title {
    font-size: 22px;
    font-weight: normal;
    margin-top: 0px;
    color: #5B6270;
}

.baggage-header .search-box {
    padding: 0px 0 0 11px;
    border: 1px solid #ECECEC;
}

.baggage-header .baggage-search {
    font-size: 16px;
    padding: 5px 5px 10px 5px;
    border: 1px solid #FFFFFF;
    box-shadow: none !important;
    color: #005282 !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    padding: 0 5px;
    width: 209px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-border-radius: 0;
    font-family: arial;
}

.baggage-header .baggage-search {
    padding-top: 0px \9;
    padding-bottom: 0px \9;
    height: 40px;
}

.baggage-content__table div {
    word-wrap: break-word;
}

.baggage-content__table-row {
    font-size: 12px;
    color: #5b6270;
    line-height: 20px;
}

.baggage-content__table-header div:nth-child(1) {
    border-left: 0px;
}

#searchbaggage,
::-webkit-input-placeholder {
    color: #005282;
}

.baggage_body_content {
    font-size: 12px;
    color: #5b6270;
}

.baggage-content__table .row {
    margin-left: 0;
    margin-right: 0;
}

.baggage-block .baggage-header {
    background: #F6F6F6;
    padding-top: 18px;
    margin-bottom: 25px;
}

.baggage-content__table-content {
    /* margin:0 0 1.5em 0; */
    background-color: #ffffff;
}

.baggage-block .baggage-content__table {
    background-color: #ffffff;
}

.baggage-content__table-header {
    font-weight: bold;
    color: #005282;
    font-size: 16px;
}

.baggage-content__table-row .airline-title {
    color: #9999AE;
    display: block;
    font-size: 11px;
    padding: 5px 0;
    /* text-align: center; */
    width: 100%;
    line-height: 12px;
}

.baggage-content__policy {
    border: 1px solid #fde5bd;
    background-color: #fff9e5;
    float: left;
    margin: 20px 3%;
    width: 94%;
    font-size: 12px;
    color: #908b82;
    line-height: 1.8em;
}

.baggage-content__policy ul {
    padding-top: 10px;
}

.baggage-content__policy ul li {
    list-style-type: none;
    position: relative;
    padding-left: 14px;
    padding-bottom: 2px;
    padding-right: 20px;
}

.baggage-content__dataloader {
    text-align: center;
    margin: 20px auto;
}

.baggage-content__table-row a {
    color: #000;
    text-decoration: underline;
}

.square {
    width: 6px;
    height: 6px;
    background-color: #B1ACA3;
    float: left;
    margin-top: .7em;
    position: absolute;
    left: 0;
}

#floater {
    width: 91px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    font-size: 14px;
    margin: 0 10px 10px 0;
    background-color: #4D2973;
    text-align: center;
    padding: 5px;
}

#floater a {
    color: #ffffff;
    text-decoration: none;
}

#bagSearch {
    margin-top: -22px;
    margin-bottom: -20px;
    background-color: #f6f6f6;
    padding-top: 20px;
}

.airline__logo {
    border: 1px solid #acacac;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 60px;
    height: 28px;
    object-fit: contain;
}

@media (min-width:992px) {
    .baggage-content__table-content .baggage-content__table-row:last-child {
        border-bottom: none;
    }

    /* .baggage-content__table-row .airline-title{ width:60px; } */
    .airline-title,
    .airline-image {
        text-align: left;
        padding-left: 0px !important;
        display: block;
    }

    .baggage-content__table .noresult {
        background: #FFF4C2;
        border: 1px solid #e7e7e7;
        padding: 10px 2%;
        text-align: center;
        margin-bottom: 20px;
        width: 40%;
        margin-left: 35px;
    }

    .baggage-block.container {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f6f6f6;
        width: 1024px;
        width: 100%;
        max-width: 1200px;
    }

    .baggage-content__table-header>div {
        border-left: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 10px 10px;
        display: table;
    }

    .baggage-content__table-header.affix {
        border-bottom: 1px solid #ececec;
        top: 0;
        box-shadow: 1px 1px 1px #ececec;
        background-color: #ffffff;
    }

    .baggage-content__table-header div {
        border-top: none;
    }

    .baggage-content__table {
        border: 1px solid #ececec;
    }

    .baggage-content__table-row div {
        border-left: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .baggage-content__table-row .airline {
        border-left: 0px solid #ececec;
        padding: 1%;
    }

    .add-ploicy div,
    .second-bag div,
    .first-bag div,
    .carry-on div,
    .destination div {
        border: none;
        overflow: hidden;
        border-radius: 15px;
    }

    /* .col-sm-6{width:100%;} */
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .baggage-content__table-row div {
        padding: 5px;
    }
}

@media (max-width:991px) {
    body {
        background-color: #f6f6f6;
    }

    .baggage-content__table-content {
        /* margin:0 0 15px 0; */
        background-color: #ffffff;
    }

    .baggage-search {
        min-width: 260px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .baggage-header {
        height: 80px;
        background: #F6F6F6;
    }

    .airline-image:after {
        content: '+';
        margin-left: 20px;
        font-size: 22px;
        color: #999;
        top: 6px;
        position: relative;
        width: 14px;
        display: inline-block;
    }

    .active .airline-image:after {
        content: '-';
        margin-left: 20px;
    }

    .destination,
    .carry-on,
    .first-bag,
    .second-bag,
    .add-ploicy {
        display: none;
    }

    .active .destination,
    .active .carry-on,
    .active .first-bag,
    .active .second-bag,
    .active .add-ploicy {
        display: block;
    }

    .baggage-content__table-row.active .xs-title-row {
        border-bottom: 1px solid #cccccc;
    }

    .baggage-content__table-row .airline-image {
        float: right;
        text-align: right;
    }

    .xs-title-row .airline-title {
        width: auto;
        color: #5D6071;
        display: block;
        font-size: 1.17em;
        margin: 5px 5px;
        font-weight: bold;
    }

    .baggage-content__table-header {
        display: none;
    }

    .baggage-content__table-row div {
        padding: 5px;
        float: left;
        border: 0px;
        height: auto !important;
    }

    .baggage-content__table-row {
        background-color: #ffffff;
        margin-bottom: 8px;
        border: 1px solid #cccccc;
    }

    .baggage-content__table .noresult {
        background: #FFF4C2;
        border: 1px solid #e7e7e7;
        padding: 10px 2%;
        text-align: center;
        margin-bottom: 20px;
    }

    .airline__logo {
        width: 52px
    }
}

@media (max-width:767px) {
    .airline__logo {
        width: 40px;
    }
}

@media (max-width:414px) {
    .baggage-content__table-row .airline-title {
        width: 210px;
        text-align: left;
        line-height: 18px;
        text-transform: capitalize;
    }
}

@media (max-width:375px) {
    .baggage-content__table-row .airline-title {
        width: 155px;
        text-align: left;
        line-height: 18px;
        text-transform: capitalize;
    }

    .airline-image:after {
        top: 3px;
        position: relative;
    }

    .baggage-content__table-row .airline-image {
        top: 6px;
        position: relative;
    }
}

.contactus {
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 1150px;
    margin: auto;
    padding: 20px 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    font-family: Mukta;
    color: #303030;
    width: 50%
}

.contact-details h3 {
    font-family: Lato;
    color: #101010;
}

.contact-details span {
    margin: 5px 0;
}

.contact-details span i {
    color: #ff4500;
    font-size: 18px;
}

.contact-form {
    width: 45%;
    font-family: Mukta;
    color: #303030;
}

.contact-form h3 {
    font-family: Lato;
    color: #101010;
}

.contact-form form {
    width: 100%
}

.flname,
.phonemail {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.flname div,
.phonemail div {
    width: 47%
}

.flname div input,
.phonemail div input {
    width: 100%;
    height: 35px;
    border: 1px solid #999;
    border-radius: 5px;
    outline: 0;
    border-radius: 1px;
}

.comment {
    margin: 30px 0;
    width: 100%
}

.comment textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #999;
    border-radius: 5px;
    outline: 0;
    border-radius: 1px;
}

.submit-form {
    display: flex;
    margin: 30px 0;
}

.submit-form button {
    border: 0;
    border-radius: 5px;
    outline: 0;
    color: #fff;
    background-color: #ff4500;
    padding: 15px;
    cursor: pointer;
}

.submit-form button:hover {
    background-color: red;
}
.hhhgt{
    .yjyj{
        background-color: rgb(81 67 217 / 10%);
            padding: 10px;
            border-radius: 37px;
            margin-right: 8px;
        img{
            width: 30px;
            
        }
    }
    .mumuu{
        h4{
font-size: 18px;
        font-weight: 700;
        }
        p{
        font-size: 12px;
        max-width: 300px;
        }
    }
}
.lpaza{
    border-radius: 10px;
border: 1px solid #6d60fd2c;
background: rgb(81 67 217 / 10%);
padding: 15px ;
    .cfrfe{
            img{
                width: 24px;
            }
    }
    .grtgqqqq{
        h4{
color: #0A0A0A;
font-size: 18px;
font-weight: 500;
        }
        p{
color: #364153;
font-size: 14px;
font-weight: 400;
        }
    }
}
        .tffn-cd {
        display: none;
    }
@media screen and (max-width:768px) {
.fssdwd{
    font-size: 13px;
}
.footer-heading{
    &:after{
        bottom: -10px ;
    }
    &:before{
        bottom: -10px ;
    }
}
    .tffn-cd {
        display: block;
        .asdss {
    padding: 5px;
    background: #6e60fd;
    left: 0;
    color: #fff;
    position: fixed;
    font-size: 15px;
    text-align: center;
    border-top: 2px solid #ffffff;
    width: 100%;
    z-index: 9;
}
.asdss a {
    color: #242323;
    text-decoration: none;
    display: block;
}
.asdss .phnnm {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
     color: #ffffff;
     text-shadow: 1px 2px 2px black;
     display: flex;
    align-items: center;
    justify-content: center;
}
.movinn {
    border: solid 2px #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: url() center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    text-align: center;
    display: inline-block;
    background-size: 23px;
    margin-right: 10px;
    background-color: #6e60fd;
}
.movinn  {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
    }

    .copy_rite {margin-bottom: 50px;}
  }
  .kuky{
    a{
            background-color: #ffc052;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 500;
    }
  }
  .fqrfefqq{
        background-color: #fff;
    border: 1px solid #00b67a;
    border-radius: 2px;
    padding: 15px;
       display: flex;
       justify-content: center;
       align-items: center;
    width: fit-content;
    .revfaa{
        color: #191919;
            font-size: 16px;
    }
  }
  .loaqw{
    width: 110px;
  }
    .fqrfefqq:hover{
        background-color: #f3f3f3;
  }
@media screen and (max-width:768px) {
      .fqrfefqq{
       width: 100%;
  }
}