.dis {
  visibility: hidden !important;
}

.di-fl {
  opacity: 0.7 !important;
}

@media screen and (max-width: 850px) {
  .fly-img {

    width: 480px;
  }
}

@media screen and (max-width: 500px) {
  .plans1 {
    margin-top: -35px;
    position: absolute;
    left: 7vw;
    color: white;
    font-size: 24px !important;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;

  }

  .fot-dgin {
    display: none;
  }

  .p-flight {
    margin-top: 13px;
  }

  .cen-flight {
    margin-left: -47px;
  }

  .com {
    margin-bottom: 39px;
  }

  .comp {
    display: block !important;
  }

  .fly {
    font-size: 12px !important;
    width: 72px;
    margin-top: 9px !important;
  }

  .fly-img {
    width: 231px;
  }

  .fly-height {
    height: 242px !important;
  }

  .desplsynone {
    display: block;
  }

  .desplsynone1 {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .desplsynone {
    display: none;
  }
}

.comp {
  display: none;
}

.mo-logo {
  margin-left: 22vw;
}

@media screen and (max-width: 370px) {
  .mo-dg {
    width: 95vw;
  }

  .dwhy {
    margin-left: -8px !important;
  }

  .plans1 {
    margin-top: -35px;
    position: absolute;
    left: 7vw;
    color: white;
    font-size: 20px !important;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;

  }

  .des-mo {
    display: none;
  }
}

.mo-close {
  position: absolute;
  top: 8%;
  right: 4%;
  cursor: pointer;
}

.mo-bk {
  background-color: rgba(0, 0, 0, 0.5);
}

.fon {
  font-size: 13px;
  color: #007399;
}

.input-color {
  font-weight: bold;
}

.ddl-option {
  font-size: 5px;
  /* padding: 5px; */
  /* background: #5c5c5c; */
}

.de-background {
  background: rgb(85, 222, 216, 0.14607841427586654);
  background: linear-gradient(90deg,
      rgba(85, 222, 216, 0.14607841427586654) 0%,
      rgba(85, 222, 216, 0.14607841427586654) 35%,
      rgba(0, 212, 255, 1) 100%);
}

/*----------------------Popular Flight-------- */

.po-flt {
  display: none !important;
}

/* Slider */

.flight-wid {
  width: 23vw !important;
}

.sign {
  background: linear-gradient(to bottom, #f4364f, #dc2039);
}

.signup {
  background: #2d5d73;
}

/* .why-fly{ 
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} */

.fly-img {
  /* position: absolute;
    z-index: 100; */
  /* left:0px; */
  /* left: 20%; */
  /* top: 40%; */
  /* animation-name: fly 5s linear infinite; */
  /* animation-duration: 3s; */
  /* animation-delay: 0.15s; */
  position: absolute !important;
  top: 40% !important;
  left: 30% !important;
  right: 0px !important;
  margin: auto;
  animation: flight-animation 5s linear infinite;
  animation-delay: 0.15s;
  z-index: 8;
  cursor: pointer;
  /* animation-iteration-count: infinite; */
}

@keyframes flight-animation {

  /* 0%   {top:0%}
    5%   {top:1%}
    10%  {top:2%;}
    20%  {top:3%;}
    30%  {top:4%;}
    100%  {top: 4%;} */
  0% {
    transform: translate(0px, 20px) rotate(1deg);
  }

  25% {
    transform: translate(0px, -10px) rotate(0deg);
  }

  50% {
    transform: translate(0px, -20px) rotate(-1deg);
  }

  75% {
    transform: translate(0px, -10px) rotate(0deg);
  }

  100% {
    transform: translate(0px, 20px) rotate(1deg);
  }

  /* 20%  {right: 10%;} */
  /* 50%  {background-color: blue;}
    100% {background-color: green;} */
}

.sld {
  background-image: url("../images/animation/cloud.png") !important;
  /* background-size: cover; */
  background-size: 100% 114%;
}

.fot-dgin {
  color: wheat;
  padding-right: 10px;
}


.fli-ba {
  background-color: #5b8aca;
  border-bottom-right-radius: 0px !important;
}

.plans {
  margin-top: -35px;
  position: absolute;
  left: 37vw;
  color: white;
  font-size: 44px;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
}

.why-book {
  background-color: #f0f7fd;
}

.why-icn {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5%;
}

.secmain-img-wraper {
  position: relative;
  z-index: 0;
}

.secmain-img-wraper .motionpoints {
  position: absolute;
  left: 0%;
  margin: auto;
  transform: rotate3d(-19, -12, 13, -70deg);
  transform-style: preserve-3d;
  top: -245px;
  display: none;
}

@media (min-width: 768px) {
  .secmain-img-wraper .motionpoints {
    display: inline-block;
    height: 400px;
    width: 400px;
  }
}

@media (min-width: 992px) {
  .secmain-img-wraper .motionpoints {
    height: 500px;
    width: 500px;
    left: 30%;
  }
}

.secmain-img-wraper .motionpoints .star {
  position: absolute;
  z-index: 50;
  top: 50px;
  left: 0;
  background-color: #fff;
  width: 1px;
  height: 1px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.02), 0 0 0 10px rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: shooting 5s linear infinite;
}

.secmain-img-wraper .motionpoints .star:before {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.secmain-img-wraper .motionpoints .star.star-2 {
  top: 100px;
  left: -100px;
  animation: shooting 8s 1s linear infinite;
}

.secmain-img-wraper .motionpoints .star.star-3 {
  top: 250px;
  left: -250px;
  animation: shooting 3s 2s linear infinite;
}

.secmain-img-wraper .motionpoints .star.star-4 {
  top: 50px;
  left: -50px;
  animation: shooting 3s 2s linear infinite;
}

.secmain-img-wraper .motionpoints .star.star-5 {
  top: 150px;
  left: -150px;
  animation: shooting 3s 2s linear infinite;
}

.secmain-img-wraper .test {
  background: lightskyblue;
}

.secmain-img-wraper .loading {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 9999;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  opacity: 0.35;
  animation: load 1.5s infinite;
}

@keyframes shooting {
  0% {
    transform: translate(-100px, -100px) rotate(45deg) scale(1);
  }

  90% {
    transform: translate(calc(100% + 300px), calc(100% + 300px)) rotate(45deg) scale(1.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes load {
  50% {
    opacity: 1;
  }
}




.pfl_font1 {
  font-size: 14px !important;
}

.pfl_sign1 {
  font-size: 16.5px !important;
  font-weight: bold !important;
}

.book_fly1 {
  position: fixed;
  margin-right: 0%;
  right: 0vh;
  top: 40vh;
  z-index: 500;
  list-style: none;
  background-color: #f4364f;
  color: white;
  padding: 8px;
  padding-left: 8px;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  font-size: 28px !important;
  font-weight: bold;
  width: 55px;
  padding-left: 15px;
  height: 250px;
  z-index: 300;
  padding-top: 24px;
}

.book_fly1:hover {
  color: white !important;
}

.bk_fly1:hover {
  color: white !important;
}

.bk_fly1:focus {
  color: white !important;
}

.bok_fly1 {
  padding: 10px !important;
}

.bi_fon {
  font-size: 25px;
}



.fl_padl {
  padding-left: 0px !important;
}

.fl_padr {
  padding-right: 0px !important;
}

.hd_t {
  font-size: 14px !important;
}



@media screen and (min-width: 500px) {
  .my_our {
    left: 7vw;
  }

}




.color_flight {
  background-color: #1D79D5 !important;
}


.color_tour {
  background-color: #24D477 !important;
}

.color_to{
  background-color: #FFCC00 !important;
  color:black !important ;
}

@media screen and (max-width: 480px) {
  .tourz-hom-ser_my {
    width: 100% !important;
    margin-bottom: 10px;
  }

}

.our_background{
  background: url(../images/backpng/world_map.png);
    /* background-color: rgb(246, 246, 246);
    background-position-x: center;
    background-position-y: bottom; */
    background-repeat: repeat;
    background-size: contain;
    
    /* background-attachment: scroll;
    background-image: url("../images/cloud.png");
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; */
  /* background-color: rgb(159, 250, 159); */
  /* background-color: #fed203; */
}

.about_who{
  color: #5b8aca;
}

.heading_backcolor{
  background-color: #f4364f;
}

.ed-com-t1-left ul li a{
  color:white;
}

blockquote{
  background-color: #f1f4f8;
  border-left: 8px solid #78C0A8;
}

.mobile_login{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mobile_sig{
  background: linear-gradient(to bottom, #f4364f, #dc2039);
  
}
.mobile_sig a{
color: #fff !important;
}
.mobile_up{
  background: #2d5d73;
}
.mobile_up a{
color: #fff !important;
}





/*----------------------- pulse--------------------- */
.pluse-play-button {
  position: relative;
  display: flex;
}

.pluse-play-button i {
  font-size: 20px;
  top: -3%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #1D79D5;
  /* background-color:#f4364f; */
  color: white;
  z-index: 2;
  border: 5px solid #1D79D5;
  /* border: 5px solid #f4364f; */
  right: 5px;
  position: relative;
}

.pluse-play-button:before,
.pluse-play-button:after {
  position: absolute;
  content: '';
  height: 35px;
  width: 35px;
  border-radius: 50%; 
  /* background-color: #1D79D5; */
  /* background-color: #e3ecf5; */
  right: 5px;
  top: -3%;
}

.pluse-play-button:before {
  animation: pulse 1.5s linear infinite;
}

.pluse-play-button:after {
  animation: pulse 1.5s 1s linear infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.50);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* .ask{
  display: none;
  animation-name: askof;
  animation-duration: 5s 1s linear infinite;
}
@keyframes askof {
  from {
display: none;
  }

  to {
    display: flex;
    /* opacity: 0;
    transform: scale(3); */
  }
} */
