.newLogoFlex .siteLogo {
    max-width: 120px;
}
.ml-30p{margin-left:30px !important;}
.my-4{margin-top:2rem;margin-bottom:2rem;}
.newLogoFlex {
    display: flex;
    padding: 10px 0px 10px 0px;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

.newLogoFlex .siteNumb {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 0 6px 0 12px;
    position: relative;
    line-height: 20px;
    color: #000;
    height: 22px;
    margin: 8px;
}

.newLogoFlex .siteNumb:before {
    width: 36px;
    height: 37px;
    content: " ";
    background-image: url(img/utmCall.png);
    position: absolute;
    left: -31px;
    top: -8px;
    background-repeat: no-repeat;
    background-size: cover;
}
.clickFull a.ddka {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2 !important;
}
.banners {
  background-color: #fff;
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteLogo img{width: 105px;}
.ringing_phone {
    border: solid 5px #e6effe;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: url('../images/call_icone.png') center center no-repeat;
    text-align: center;
    display: inline-block;
    background-size: 28px;
}

.airlineBanner {
    position: relative;
    height: auto;
}

.bannerInner h2.findairline {
    background-color: #115c9f;
    color: #fff !important;
    font-size: 22px;
    margin: 0px;
    padding: 18px 0px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    position: absolute;
    width: 100%;
    top: 0;
}

.airlineBanner img {
    margin-top: auto;
    max-width: 100%;
}

.reservationText {
    background: #fff;
    padding: 11px 10px;
    position: relative;
}

    .reservationText button {
        background: #115c9f;
        border-radius: 50px;
        padding: 9px 15px;
        font-size: 15px;
        border: none;
        color: #fff;
        font-weight: 500;
        width: 100%;
        line-height: 22px;
        font-weight: bold;
    }

a {
    transition: all 0.4s;
    text-decoration: none;
}

.bannerInner h2 {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
}

.btnCall {
    background-color: #115c9f !important;
    border-radius: 50px;
    padding: 6px;
    margin-top: 5px;
}

.btnCall a {
    color: #fff;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    padding: 0 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}

.ringing_phone {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.btnCall span.nbrs {
    font-size: 29px;
    padding-top: 2px;
    text-transform: uppercase;
}

span.nbrs {
    text-align: left;
}

@keyframes trin {
    0% {
        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);
    }
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
  }
.popup__inn {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow: hidden;
}
.popup {
    display: none; /* Hidden by default */
}
  
  .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #003366; */
    color: #fff;
    padding: 0 15px;
  }
  
  @media(max-width:344px){
    .popup-header .logo{width:100px;height:30px;}
    .buttons button{
        flex: 1 1 40%;
        padding: 10px;
        border: none;
        background: #004080;
        color: white;
        border-radius: 20px;
        cursor: pointer;
        font-size: 12px !important;
    }
    .btnCall span.nbrs {
        font-size: 25px !important;
        padding-top: 2px;
        text-transform: uppercase;
    }
  }
.utmCall-wrap {
    display: flex;
    align-items: center;
    color: #000;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
}

.popup-header .logo {
    height: 34px;
}
  
  .utmCall-wrap {
    display: flex;
    align-items: center;
  }

  .utmCall-wrap img {
    margin-right: -8px;
    z-index: 0;
  }

  .utmCall-wrap a {
    /*border: solid 1px #000;*/
    font-weight: bold;
    padding: 0 6px 0 12px;
    color: #000;
    font-size:18px;
  }

  .right-close {
    text-align: right;
  }

  .close-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 32px;
    cursor: pointer;
    margin-right:12px;
  }
  
  .popup-content {
    /* padding: 20px; */
    text-align: center;
  }

    .popup-content h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        background: #115c9f;
        padding: 10px;
    }
  
  .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 15px;
  }

  .ticket {
    width: 75%;
    height: auto;
  }

.buttons button {
    flex: 1 1 40%;
    padding: 10px;
    border: none;
    background: #115c9f;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

    .buttons button:hover {
        background: #115c9f;
    }
  
  .airplane-img {
    width: 80%;
    /* margin: 20px 0; */
  }
  
  .call-section {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .agent-img {
    width: 75px;
    border-radius: 50%;
    border: 4px solid #ccc;
  }
  
  .call-section p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align:center;
  }
  
  .call-btn {
    display: block;
    margin: 10px;
    padding: 20px 20px;
    font-size: 22px;
    font-weight: 700;
    background: #ff5722;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
  }
  
  .call-btn:hover {
    background: #e64a19;
  }
  
  .helpline {
    font-size: 16px;
    color: #313131;
    text-align:center;
    font-weight:700;
  }
  

@media only screen and (min-width:576px) {
    .banners {
        display: none !important;
    }
}
.z-low{z-index:2;}
.z-high{z-index:5;}
.z-high2{z-index:10;}
.greatAirfarespopUp {
    background: rgb(192, 219, 236);
    background: linear-gradient(180deg, rgba(192, 219, 236, 1) 0%, rgba(240, 241, 243, 1) 53%, rgba(201, 228, 245, 1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 110vh;
    width: 100%;
    z-index: 1000;
    padding: 0px 13px 100px 13px;
    text-align: center;
    overflow-y: auto;
}
.my-3{margin-top:1.5rem;margin-bottom:1.5rem;}
.text-white {
    color: #fff;
}

.align-items-center {
    align-items: center;
}

.samp_3 .mb-0 {
    margin-bottom: 0px;
}

.samp_3 .spm-3-btn {
    font-size: 28px;
}

.samp_3 .text__booking {
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 5px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.samp_3 .buttons button {
    padding: 6px 40px !important;
    font-weight: 700;
}

.samp_3 .pl-cust {
    padding-left: 10px;
}

@media(max-width:381px) {
    .samp_3 .buttons button {
        padding: 10px 45px !important;
        font-weight: 700;
    }

    .samp_3 .spm-3-btn {
        font-size: 24px;
    }
}
@media(max-width:341px) {
    .samp_3 .buttons button {
        padding: 10px 33px !important;
        font-weight: 700;
    }

    .samp_3 .spm-3-btn {
        font-size: 24px;
    }
}

.samp_3 .popup-content h2 {
    margin-bottom: 0px !important;
}

.samp_3 .agent-img {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}