.mobilePopup{display: none;}
.mobilePopupqatar{display: none;}
@media only screen and (min-width:320px) and (max-width:768px) {
  .dubMenu {
    width: auto;
  }
  .dubMenu li {
    display: block; 
    width: auto;
  }
  .mobilePopup {
    background-color: #d1e7f5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
	  display: block;
  }
  .mobilePopup .container {
    background: #FFF;
    padding: 15px;
    border-radius: 15px;
  }
	  
  .airLogo h2 {
    color: #72113d;
    font-size: 27px;
    margin: 0 0 5px 0;
    padding: 0;
  }
  .airLogo a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
  .bookingbtn a {
    background: #2E8BC0;
    color: #FFF;
    text-decoration: none;
    padding: 6px 18px;
    margin: 0 5px 10px 5px;
    display: inline-block;
    font-size: 14px;
    max-width: 160px;
    border-radius: 50px;
    border: solid 1px #034053;
  }
  .bookingbtn {
    text-align: center;
    margin: 15px 0 15px 0;
  }
  .mb20 {
    margin-bottom: 25px;
  }
  .callicons {
    border: solid 1px #78281F;
    border-radius: 40px;
    background: rgb(229, 238, 255);
    background: linear-gradient(90deg, rgba(229, 238, 255, 1) 0%, rgba(246, 251, 255, 1) 100%);
    display: flex;
    padding: 4px;
    margin-right: 10px;
    margin-left: 7px;
  }
  .callicons {
    background: #78281F;
  }
  .callicons .circlePhone {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .callicons .circlePhone {
    border: 0;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    background: url(../images/icons/call_new.png) center center no-repeat;
    text-align: center;
    display: inline-block;
    background-size: 26px;
    border: 5px solid #fff;
    margin-left: 10px;
  }
  .callicons a {
    color: #FFF;
    margin: 0px 0 0 15px;
    line-height: 50px;
    font-size: larger;

  }
  #mobclose {
    text-align: right;
  }
  .trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .icon-phone {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAC1klEQVRoQ+2Z21XbQBCG/7ULCKkgTgUxFcR0YCrAl7wHKvBQQeA9Fu4AqCCkgogKcCqIU4C1OaONOLYl7e5IstY+B73wwMwy385l/10UjvxTRx4/3gBCZ7A8AyPqQ3XeOQPUyTMWtHLa7ckgD8CBd3APhZ7n34wxp1NP28bN8gATehEEbwJSOMN3emo8Oo8F8wBT0h5+2yYHBsD17K79TQSNK0R0IwZvwKGohJ6g8Fm2tn7E/Hoo82nGuqiEFgAuRMtrrBDRe5FPQ8ZFGSAozMTrr3GKBcViv5oOeYAvNIDGD/G6gfqg6Bw4QRd/KgAsEdFHsV9Nh+KTeEIxFD6J1w5QRsUA09kNoL6KAQKcByUAxCPxXgjwG2v029ZF5WJumgo03wPtL9YYHMYUyrZ9Sr7nQbDgjQwr+1iVdvHLWUYB6n4zJvuNbEJ2WaExRpRmKthnB5hamznoPSDbMfed2H4mnGNOD8G239oDWVQ2acEiLkk10DIUhDsDHJm9F2Kscdb2/PcvIbYcUQ9dvJTussYCEY1DZMEvAyYLl1D4ZoEIcivzB3CXEhBgrMoATCnxpaVcYrQMIQPgLNjPBlNhWhGi2bWzJ0bEd487aAwAPCDBrVRPyQFMKY2gcGcNkBs7wVXpdDLB882vv7UOj2aFGFqxClghUTEsr3/VAEwmfMQej9hxblfLgrftiMYSCc5316oO4A+xXVJVgn8Fyz/f1AMQQWAJpQjQl7mycTbLfwONn4iI++X1qw9geqLaU4xv4Jnd3gB8G1sa8K79XgGM5OBLEKvTD3VjLfTfO4CBOEFXU6VXDRd1KwBZEEaG86htLhutAmQgRgSS4IWjPA9BALKy6oBBeIT6PtXkQYIBbIbCMgQpjPzp8iAAMhhWth3wC+DQ+x8qBS/gzRxkrunh83tu+gR9KPSh0Ut/bpabxjMSDHfv34cD4ANZYPMGUHHjGnM7+gz8A29K+DHRISQ9AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
  }
  @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);
    }
  }
