.mobdivuitexttdb{
    display:none;
}


.htui{
  margin-bottom: 0px;
  font-size: 17px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dealsuirange{
  background: linear-gradient(90deg, #008a04, #edb743 30.73%, #fbbc04 66.15%, #f11515);
  border-radius: 3rem;
  height: .5rem;
  margin: 1rem 0;
  min-height: .3rem;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 12px;
}

.imagboxuidv{
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 170px;
}
.maincotdv{
  float: left;
  width: 50%;
  font-size: 13px;
  color: #73767f;
}
.pricedivboxd{
  float: left;
  width: 50%;
  text-align: right;
  color: #73767f;
}

.newboxdvui{
  background: #fff;
  box-shadow: 0 1px 4px 0 #181a251a;
  padding: 0px;     border-radius: 8px 8px 0 0;
}
.conboxdv{
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.newboxdvui{
  width: 100%;
  float: left;
}

.mainbgdivui{ 
  width: 1200px;
  margin: 0 auto;
}
.maindbigag{
  position: absolute;
  background: #002144;
  height: 250px;
  width: 100%;
}

.enginmaindivhead{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}

.imassidv{
  width: 96px;
}
.imgbxdvret{
  text-align: center;
  margin-top: 27px;
  margin-bottom: 27px;
}

.concalldiv{
  text-align: center;
} 
.listdvodv{
  font-size: 18px;
    font-weight: bold;
}
.maindivtxt{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.phonicondv{
  display: flex;
      justify-content: center;
      margin-bottom: 25px;
      border: 2px solid #167c19;
      padding-top: 3px;
      padding-bottom: 4px;
      margin-left: 41px;
      margin-right: 41px;
      border-radius: 5px;
}
.mainicondv{
  background: #007c04;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}
.mobile-number{
  font-size: 14px;
  padding-top: 7px;
  padding-left: 10px;
}
.boxdvlaft{
  float: left;
  width: 50%;
  color: #73767f;
}
.ordvlistxt{
  float: left;
  width: 100%;
  color: #73767f;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;     font-size: 12px;
}

.margintopdv{
  margin-top: 43px;
  padding: 0;
  padding-right: 12px;
}

.padtosdvdkeer{
  padding-top: 42px;
}
.nav-tabs{
  padding-left: 0px !important;  
  padding-right: 0px !important;
}
.airlines_form_tab {
  border: 0px dashed #b36998 !important;
}
.padtosdvdkeer{
  padding-left: 0;
}

.lsttzt{
  position: absolute;
  left: 10px !important;
  margin-top: 17px;
  font-size: 12px;
}
.icnsef{
  color: #fb5d22;
}

.showmintabandphone{
  width: 50px;
  text-align: center;
  background: #032243;
  position: absolute;
  border-radius: 41px;
  right: 10px;
  margin-top: 14px;
  display: none;
}

.mrgnrght{
  margin-right: 11% !important;
}

.trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}@keyframes trin {
  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }
}

@media only screen and (max-width: 680px) {
    
    .mobdivuitexttdb{
        display:block;
    }

  .margintopdv{
    margin-top: 15px;
    padding-left: 15px;
  }

  .padtosdvdkeer{
    padding-top: 0px;    padding-left: 15px;
  }
  .newboxdvui{
    margin-bottom: 20px;
  }
  .flight_box{
    margin-bottom: 20px;
  }
  #travellersfgr{
    position: relative !important;
  }
  .lsttzt{
    margin-top: 26px;
    margin-left: 19px;
  }
  
}

/**@media only screen and (max-width: 768px) {  **/
  @media only screen and (min-width: 690px) and (max-width: 768px) {
    .mainbgdivui{
      width: 100%;
    }
    .mainresponmobsec{
      width: 100% !important;
    }
    .phone_head{
      width: 41%;
    }
    .hidemobtabui{
      display: none !important;
    }
    .showmintabandphone{
      display: block;
    }
    .flight_box{
      margin-bottom: 20px;
    }
}

/**@media only screen and (max-width: 768px) {  **/
@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .mainbgdivui{
      width: 100%;
    }
    .mainresponmobsec{
      width: 100% !important;
    }
    .phone_head{
      width: 41%;
    }
    .hidemobtabui {
        display: none !important;
    }
    .showmintabandphone{
      display: block;
    }
    .lsttzt{
      font-size: 10px;
    }
    .imgbxdvret{
      margin-top: 45px;
      margin-bottom: 49px;
    }
    .mobile-number{
      font-size: 10px;
    }
    .flight_box{
      margin-bottom: 20px;
    }
}

