@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
     font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    background-color: #eaeaea;
    color: #5a5a5a;
    line-height: 1.2;
    font-size: 14px;
}
a { text-decoration: none; }

.waiting-bg { background: url('../images/waiting-bg.webp') no-repeat center; background-size: cover;position: relative;
    height: 100vh; }
.waiting-box { max-width: 600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; margin-top: 25px; border-radius: 20px; top:0; }
.waiting-bg svg { color: #fff; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
    height: 33px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
    height: 40px;
    margin: 8px;
    border: 4px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.top-call {
  font-size: 27px;
  color: #000;
  line-height: 1.2;
  display: block;
  font-weight: 700;
margin-top: 20px;
}

.top-call:hover { text-decoration: none; color: #fff; opacity: .8; }
.timing { margin-top: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.2;

 }

 .please { color: #000; font-size: 20px; font-weight: 700; }
 p { color: #000; font-size: 16px; margin-top: 20px; }

 .dest-main { 
  border-radius: 5px;
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid #ffffff21;
 }

 .tri-letter {
  font-size: 30px;
 
  color: #000;
  font-weight: bold;
  line-height: 1.2;


}
.dest-main p { 
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 10px;
 }

 .l-r-arrow { background: #014653; width: 43px;height: 43px; margin-left: auto; margin-right: auto; border-radius: 5px; margin-top: 10px; padding: 10px; color: #fff; }
 .border-right-cst { border-right: 1px solid #ffffff47 }
 .border-left-cst { border-left: 1px solid #ffffff47 }
 .datrav-box span { display: block; color: #000; font-size: 16px; margin-top: 10px; }

 .progress {
    overflow: visible;
    height: 5px;
    border-radius: 5px;
    background: #01465340;
}

.progress-bar {
    position: relative;
    -webkit-animation: plane-position 14s infinite;
    -o-animation: plane-position 14s infinite;
    animation: plane-position 14s infinite;
    background: #014653;
    border-radius: 5px;
}

.progress-bar img {
    position: absolute; right: -5px;
    top: -10px;
}


@keyframes plane-position {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
  
}

.cst-progress-bar { overflow:visible;  }
.call-btn {
  font-size: 27px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    background: #014653;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    transition: all ease-out .2s;

}
.call-btn:hover { text-decoration: none; background: #fff; color: #014653; transition: all ease-in .2s;}
.d-none-l { display: none!important; }
.d-block-l { display: block!important; }

@media screen and (max-width: 767px) {
.waiting-bg { height: 100vh; }
.waiting-box { padding-top: 20px; padding-bottom: 20px;position: fixed; top: 0;bottom: 0; }
.top-call { font-size: 20px; }
.timing { font-size: 14px; }
.tri-letter { font-size: 25px; }
.cst-pad-mob { padding-top: 15px!important; padding-bottom: 15px!important; }
.call-btn { font-size: 20px;background: #ffffff;
color:#4c3de0; }

.d-block-mob { display: block!important; }
.d-none-mob { display: none!important; }

}