
.hlt-loader_fix .modal-header{border: 0px;}
.hlt-loader_fix .logo-img img {
    max-width: 100%;
    max-height: 80px;
    margin-top: 20px;
}
.hlt-loader_fix .modal-body img{
  max-width: 100%;
}
.content-box{
    background: linear-gradient(359deg, #42a5f50f, #0d47a1);
    padding: 0;
    padding: 20px;
       border: 1px solid #2c66b3;
    margin: 0;
    border-radius: 10px;
}
.content-box p{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.hlt_font{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.hlt-loader_fix .loader_text{border-radius: 34px;background: linear-gradient(135deg, #0d47a1, #42a5f5);
background: url(../image/worldbg.jpg) no-repeat;
background-size: cover;}
.font_loader {font-size: 16px; font-weight: 600; color: #000;}
/* Progress Bar */
.progress-bar {
  width: 100%;
  height: 15px;
  background: rgba(255,255,255,0.3);
  border-radius: 10px;
  overflow: hidden;
      float: none;
  margin-bottom: 20px;
}

.progress {
  width: 0%;
  height: 100%;
    background: linear-gradient(135deg, #fad900,  #f8036d, #ac04e4);
  animation: loading 10s linear infinite;
}

@keyframes loading {
  0% { width: 0%; }
  100% { width: 100%; }
}
.mt_0{margin-top:0;}

.destination-hlt-list ul{
      padding: 0;
    list-style: none;
    width: 60%;
    margin: auto;
}
.destination-hlt-list ul li{
    font-size: 17px;
    color: #fff;
    position: relative;
    padding: 10px 0px;
    font-weight: 500;
    line-height: 20px;
}
.destination-hlt-list ul li::before{
  content: '';
 background: linear-gradient(135deg, #42a5f50f, #fff, #42a5f50f);
 width: 100%;
 height: 1px;
 position: absolute;
 bottom: 0;
 left: 0;
}
.destination-hlt-list ul li:last-child:before{
  display: none;
}
.htl-wait{
font-size: 16px;
    color: #fff;
    background: #ffffff38;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 5px;
    margin-top: 10px;
}

.pax-dts-loader > ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.pax-dts-loader > ul > li {
        border: 1px solid #fff;
    padding: 0px;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    font-size: 17px;
    overflow: hidden;
    display: flex;
    align-items: center;
    }
.pax-dts-loader > ul > li span {padding:0px 5px;}
.pax-dts-loader > ul > li strong{
    background: #fff;
    color: var(--main-color);
    padding: 4px 5px;
    font-size: 14px;
}
.hltbottom{
  margin: 10px 0px;
}
.hltbottom li{
  color: #fff;
}




@media screen and (min-width: 1201px) {
 .hlt-loader_fix .modal-body{
  padding: 5px 100px 20px;
}
   .hlt-loader_fix {width: 800px; top: 50%; left: 50%; transform: translate(-50%, -50%) !important; margin: 0;}
}

@media screen and (max-width: 1200px) {
    .content-box{
        padding: 10px;
    }
    .content-box p{
        font-size: 15px;
    }
.destination-hlt-list ul{
  width: 100%;
}
.destination-hlt-list ul li{
  font-size: 15px;
}
.htl-wait{
    font-size: 14px;
}
.hlt-loader_fix .logo-img img {
    max-width: 100%;
    max-height: 60px;
    margin: 5px 0px;
}
}
@media screen and (max-width: 767px) {
    .pax-dts-loader > ul > li {
        font-size: 15px;
        flex-direction: column;
        flex-grow: 1;
        /* justify-content: revert-layer; */
        align-items: normal;
    }
  }

  @media screen and (max-width: 480px) {
  .pax-dts-loader > ul{gap: 3px;  }
    .pax-dts-loader > ul > li {
        font-size: 13px;      
    }
    .pax-dts-loader > ul > li strong {
     background: #fff;
    color: var(--main-color);
    padding: 1px 2px;
    font-size: 11px;
}
  }