/* Flight Full page loader style*/
.flightloader{
  /*min-width: 800px;*/
  max-width: 100%;
  margin: 0;
  height: 100%;
  color: white !important;
}

.flightloader .modal-content{
  height: 100%;
  background-color: #0D81BD;
  position: unset;
}

.loader {
  text-align: center;
  height: 30px;
  margin: 30px 0 30px;
}

.flightBulletContainer{
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

.steps-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-bullet p{
  white-space: initial;
  margin-bottom: 0;
}

.flightloader .container{
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

.flightloadingbulletpoints
{
  /*width: 300px;*/
  margin-bottom: 8px;
}

.flightloadingbulletpoints .check-icon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: transparent;
  border-radius: 0;
}
.getmedeals
{
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border-radius: 0.25rem;*/
  /*box-shadow: 0 0 6px 0 #4b4c4e;*/
  max-width: 52vw;
  left: 2vw;
  padding-top: 10px;
}

.slidein-left
{
  -webkit-animation-name: slidein-left;
  animation-name: slidein-left;
  animation-duration: 6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes slidein-left {
  0% {
    transform: translateX(-17%);
  }
  100% {
    transform: translateX(0);
  }
}

.PhoneImage-module_tada__1Xx31 {
  -webkit-animation-name: PhoneImage-module_tada__1Xx31;
  animation-name: PhoneImage-module_tada__1Xx31;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-iteration-count: infinite;
  width:30px;
  height:60px;

}

@keyframes PhoneImage-module_tada__1Xx31 {
  0%   {transform: scaleX(1);}
  10%  {transform: scale3d(.9,.9,.9) rotate(-3deg)}
  20% {transform: scale3d(.9,.9,.9) rotate(-3deg)}
  30% {transform: scale3d(1.1,1.1,1.1) rotate(3deg)}
  50%  {transform: scale3d(1.1,1.1,1.1) rotate(3deg)}
  70% {transform: scale3d(1.1,1.1,1.1) rotate(3deg)}
  90% {transform: scale3d(1.1,1.1,1.1) rotate(3deg)}
  40% {transform: scale3d(1.1,1.1,1.1) rotate(-3deg)}
  60% {transform: scale3d(1.1,1.1,1.1) rotate(-3deg)}
  80% {transform: scale3d(1.1,1.1,1.1) rotate(-3deg)}
  100% {transform: scaleX(1);}
}

.getmedealsemail
{
  width: 41%;
  float: left;

  margin:1vw;
margin-left: 0}

.getmedealsbutton
{
  width:22%;
  margin:1vw;
  max-height: 34px;
  text-align: center;
}

.CookiesButton
{
  color: white !important ;
  font-size: 17px !important;
  font-weight: bolder;
  background:#1da1da !important ;
  border-radius:5px !important ;
  margin-right:25vw !important ;
  margin-top:5px !important ;
  vertical-align:top !important;
  height:40px !important;
}

.Cookiepolicypopup
{

  animation-duration: 4s;
  animation-name: Cookiepolicypopup;
}

@keyframes Cookiepolicypopup
{
  0% {
    transform: translateY(127%);
  }

}

@media (max-width:992px) {
  .flightloadingbulletpoints{
    width: 300px;
  }
  .steps-bullet{
    justify-content: unset;
  }
}
@media (max-width:992px) {
  .big-image-loader{
    display: none;
  }
}
@media (max-width:1225px) {
  .flightloader .modal-content{
    overflow-y: auto;
  }
}
@media (max-width:2000px) {
  .flightloader .modal-content{
    overflow-y: auto;
  }
  .flightloader .container{
    max-width: 2000px;
  }
}

.margin-top-10{
  margin-top: 10px;
}
.margin-top-20{
  margin-top: 20px;
}
.loader-logo{
  text-align: center;
  margin: -10px 0 15px;
}
.loader-logo img{
  width: 200px;
}


.loader-call-us-section{
  width: 100%;
  text-align: center;
  z-index: 11111;
}

.loader-call-us-section h3,.loader-call-us-section h1 , .loader-call-us-section h4{
  font-size: 18px;
  font-weight: 400;
}

.loader-call-us-section h3{
  margin-top: 0;
}
.loader-call-us-section .inner-div h3{
  margin-bottom: 0;
  font-size: 24px;
}
.loader-call-us-section .inner-div{
  justify-content: center;
  align-items: center;
  margin: -10px 0 15px;
}
.loader-bottom-bg{
  position: absolute;
  top: 0;
  height: inherit;
  width: 100%;
}

.font-16{
  font-size: 16px !important;
}