.loader_fix{
    width:470px;
}
.flight-modal-wrap h3 {
    margin-top: 44px;
    font-size: 17px;
    padding: 7px 0;
}
.flight-modal-wrap h3 span {
    display: block;
    color: #0b0d26;
    font-weight: 600;
}
.favicon-set {
    max-height: 75px !important;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 23%);
}
.loader_sec_main img {width: 180px;}
.bg_top_sec {
    padding:10px 10px;
    background:var(--secondary-color);
    border-radius: 30px 30px 0 0;
}
.loader_fix  img {
    max-width: 100%;
    max-height: 35px;
}
.loader_fix .loader_text{
    border-radius: 34px;
}
.font_loader {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.foot_loader {
    margin-top: 15px;
    border-radius: 0 0 30px 30px;
    font-size:20px;
    margin-top:15px;
}
.economy_loader {
    color: #22622a;
    font-size: 20px;
    font-weight: 700;
}

.pax-dts-loader > ul > li > span {
    display: block;
    border: 1px solid #8e8e8e;
    padding: 3px 9px;
    color: #000;
    font-weight: 500;
}

.loader_flights {
    position: relative;
    width: 111px;
    height: 111px;
    margin: 25px auto;
    }
.loader_flights span {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(18deg* var(--i)));
}
.loader_flights span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    border-radius: 50%;
    transform: scale(0);
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s* var(--i));
}
@keyframes animate
{
  0%
  {
    transform: scale(0);
  }
  10%
  {
    transform: scale(1.2);
  }
  80%,100%
  {
    transform: scale(0);
  }
}
.flightloader_icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotating 2s linear infinite;
  animation-delay: -1s;
}
@keyframes rotating
{
  0%
  {
    transform: rotate(10deg);
  }
  100%
  {
    transform: rotate(370deg);
  }
}
.flightloader_icon::before {
    content: '\f072';
    font-family: fontAwesome;
    position: absolute;
    top: 80px;
    left: 85px;
    color: var(--secondary-color);
    font-size: 40px;
    transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
    .economy_loader {
        font-size: 18px;
        display: block;
        margin-top: 9px;
    }
    .loader_fix{
        width:100%;
        padding: 0 10px;
        margin: 0 auto;
    }
    .pax-dts-loader ul li {
        padding: 0;
    }
    
}





