.loading-main-text {
  height: auto;
  width: 100%;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 800px 104px;
  border-radius: 0px;
  line-height: 1.5;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}
.loading-main-text2 {
  height: auto;
  width: 100%;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #fff 0px, #fff 40px, #f2f2f2 80px);
  background-image: -o-linear-gradient(left, #fff 0px, #fff 40px, #f2f2f2 80px);
  background-image: linear-gradient(90deg, #fff 0px, #fff 40px, #f2f2f2 80px);
  background-size: 800px 104px;
  border-radius: 0px;
  line-height: 1.5;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}
.loading-main-text2.curve-border{border-radius:10px !important;}
.loading-main-text.curve-border{border-radius:10px !important;}
.visibility_hidden_bg {visibility: hidden;}

.result-content.loading-page .left-section .filter-section .section .range-slider-holder{padding-bottom: var(--spacing-xxs)}
.result-content.loading-page .left-section .filter-section .section .range-slider-holder .dep-legs{width: auto;}
.result-content.loading-page .left-section .filter-section .section .airline-selection span {margin: 0px; float: left; background-color: transparent; width:auto; height: auto; border-radius:0px; margin-top: 0px}
.result-content.loading-page .left-section .filter-section .section .sorting-container .radios{display: inline-block;}
.result-content.loading-page .left-section .filter-section .section .sorting-container .radios label{width: auto;}
.result-content.loading-page .left-section .filter-section .section .airline-list-container li{margin-bottom: 10px; padding: 0px;}
.result-content.loading-page .right-section .main-result-container .result-holder .bottom-area .baggage-details{background-color: transparent;}
.result-content.loading-page .right-section .main-result-container .result-holder .top-area .left-content .leg-area .logo-area .img-area{padding-left: 0;}
.result-content.loading-page .right-section .main-result-container .result-holder .top-area .left-content .leg-area .logo-area .img-area img{margin: 0;}
@keyframes shine-loading-container-items {
 0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}
.loading-page .mob-other-details p.time{margin-top:5px}
.loading-page .mob-btn_section{margin-top: 0;}

@media screen and (max-width:1249px) {
  .return_process .fare-box:last-child{display: none;}
}
@media screen and (max-width:699px) {
  .return_process .fare-box{width: 100%;}
  .return_process .fare-box:nth-child(2n){display: none;}
}

@media screen and (max-width: 479px) {
    .loading-page .main-result-container .result-holder .top-area .left-content .leg-area .journey-details p.city {
        margin-top:5px
    }
}