
/* secound setion start */
.box {

    height: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box:hover {
    transition: 5s;
    height: 220px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.curcle {
    text-align: center;
    margin: auto;
    width: 150px;
    height: 150px;
    background-color: #ffd43b;
    border: 2px solid #ffd43b;
    border-radius: 100px;
}

.curcle:hover {
    background-color: #d6d6d6;
    text-align: center;
    margin: auto;
    width: 150px;
    height: 150px;
    border: 1px solid #d6d6d6;
    border-radius: 100px;
}

.textline {
    text-align: center;
    font-size: 20px;
    margin-top: 22px;
    font-weight: bold;
    color: black;
}

.fa-flag {
    margin-top: 50px;
    color: #f96021;
    font-size: 40px;
}

.fa-flag:hover {
    margin-top: 50px;
    color: #ffffff;
    font-size: 40px;
}

.fa-clock {
    margin-top: 50px;
    color: #f96021;
    font-size: 40px;
}

.fa-clock:hover {
    margin-top: 50px;
    color: #ffffff;
    font-size: 40px;
}

.fa-fire {
    margin-top: 50px;
    color: #f96021;
    font-size: 40px;
}

.fa-fire:hover {
    margin-top: 50px;
    color: #ffffff;
    font-size: 40px;
}

.fa-html5 {
    margin-top: 50px;
    color: #f96021;
    font-size: 40px;
}

.fa-html5:hover {
    margin-top: 50px;
    color: #ffffff;
    font-size: 40px;
}




/* background fraction */
.bgflaction {
    background-color: #f9f8f8;
}

.withhide {

    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    animation: image 6s infinite alternate;
    background-size: cover;
}

@keyframes image {
    0% {
        background-image: url('./images/bgtwo.jpg');
    }

    100% {
        background-image: url('./images/bgone.jpeg');
    }

}

.Widclass {

    width: 90%;
}

.managewidth {
    padding-left: 8px;
    padding-right: 5px;
    width: 90%;
}

.fa-window-frame {
    color: #10aad5;
}

.hero-container h1 {

    font-weight: bold;
}

@media screen and (max-width:426px) {
    .hero-container h1 {
        display: none;
    }

    .hero-container h3 {
        display: none;
    }
}

.posclass {
    margin-top: 43px;

}

@media screen and (min-width:1024px) {
    .bgcolor {
        background: #33b5c7;
        height: auto;
        position: fixed;
        z-index: 1;

    }
}



/* background end */

.bordermap {

    border: 2px solid red;
    height: 400px;
}

.padding {
    padding-left: 8%;
    padding-right: 8%;
}

.logoimages {
    width: 100px;
    height: 30px;
    padding-bottom: 8px;
}

.imgicon {
    width: 52px;
    height: 38px;

    margin-right: 5px;
}

.iconset {
    margin-top: -3px;
    margin-right: 7px;
}

.topset {
    margin-top: 2px;
}


.Fairscountry {
    border-radius: 3px;
}

.lognbtn {
    font-weight: bold;
}

.margclass {
    padding-top: 2%;
}

.leftpad {
    margin-left: 7%;
}

.flexside {
    display: flex;

}

.textfeature:hover {
    cursor: pointer;
    transition: transform 0.5s;
    transform: translateY(-5px);
}

/* foam */
.marginclass {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;


}

.textfeature {
    margin: auto;
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    padding: 10px;
    width: 270px;
    margin-top: 20px;
}

.textaline {
    margin-top: 30px;
    margin-bottom: 40px;
}

.textaline h2 {
    color: black;
    font-weight: bold;
}

.Question h3 {
    color: black;
    font: bold;
}

.nav-link {
    color: white;
}

.phoneimages {
    width: 65px;
    height: 40px;
    margin-left: 5%;

}

.cellphone {
    width: 80%;
    font-size: 27px;
    font-weight: bolder;
    margin-left: 2%;
}

.imgtext {

    width: 50%;
    display: flex;
    padding-top: 2%;
    margin-left: 2%;
}

.aone {}

/* Navbar Topist */




/* inputfield data */
.departureinput {

    margin-top: 10px;
    height: 50px;
    display: flex;
    padding-left: 1%;
}

.inputfrom {
    width: 49%;
    padding: 10px;
    border: none;
    margin-left: 5px;
}

.fn {
    margin-top: 8px;
}

.namecls {
    margin-left: 4%;
}

.name {
    width: 270px;
}

.emailtype {
    margin-top: 28px;
    width: 97%;
}

.inputto {
    width: 49%;
    margin-left: 1%;
    padding: 10px;
    border: none;
}

.inputsearch {
    background-color: black;
    text-align: center;
    font-weight: bold;
    width: 98%;
    margin-left: 7px;
    border: none;
}

.inputsearch {
    color: white;
}

.bottomtext {
    text-align: center;
    color: hsl(251, 49%, 21%);
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.icons {
    text-align: center;
}

.iconssection {
    padding-top: 20px;
    width: 38%;
    height: 90px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    margin: auto;
    background-color: #f58029;
}

@media (max-width:400px) and (min-width:900px) {}

.textline {
    margin-top: 8px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.sublinetext {
    text-align: center;
    margin-top: 5px;
    font-size: 13px;

}

.fa-plane-arrival {

    font-size: 18px;
}

.subbtn {
    float: left;
}

/* sub text section */

.subtest {
    padding-top: 20px;
    color: #4f4b8b;
    font-size: 35px;
    margin-top: 200px;
    text-align: center;

}

.airicons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.subtest p {
    font-weight: bold;
}

.Destination {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(82, 37, 231);
    font-size: 25px;
    font-weight: bold;
}

.imagesfix {
    width: 100%;
    padding-bottom: 40px;
    height: auto;
    margin-left: 10px;
    background-image: url("./images/bankkol.jpg");
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

}

.imagesfix1 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-left: 10px;
    background-image: url("./images/australia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

}

.imagesfix2 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-left: 10px;
    background-image: url("./images/new\ york.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.imagesfix3 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-top: 20px;
    margin-left: 10px;
    background-image: url("./images/dubai.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

}

.imagesfix4 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-top: 20px;
    margin-left: 10px;
    background-image: url("./images/england.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.imagesfix5 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-top: 20px;
    margin-left: 10px;
    background-image: url("./images/gan-island.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.imagesfix6 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-top: 20px;
    margin-left: 10px;
    background-image: url("./images/singapor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.imagesfix7 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-top: 20px;
    margin-left: 10px;
    background-image: url("./images/soudia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.imagesfix8 {
    width: 100%;
    padding-bottom: 40px;
    height: 220px;
    margin-top: 20px;
    margin-left: 10px;
    background-image: url("./images/pakistan.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}



.country {
    color: white;
    font-size: 17px;
}

.flexl {
    display: flex;
}

.classbox {
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    padding: 20px;
    justify-content: center;
    background-color: #000000;
}

.flightabout {
    border: 2ps solid red;
    width: 100%;
    height: 15px;
}

.slotdiv {
    width: 20%;
    text-align: center;
}

.Margeclass {
    width: 100%;
    margin: auto;
    float: right;
}

.callbacktext {
    font-size: 30px;
    font-weight: bold;
    color: #ffd43b;
}

.callbacktext1 {
    font-size: 18px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inputnames {
    width: 28%;
    padding: 5px;
    padding-left: 10px;
}

.inputname {

    width: 28%;
    padding: 5px;
    padding-left: 10px;
}

.feedback {
    width: 90%;
    justify-content: space-around;
}

/*  More details About United Flights */
#country {}

#country:focus {
    outline: none;

}

#ui-datepicker-div {
    height: auto;
    width: 222px;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 3px;
}

.ui-datepicker-header {
    text-align: start;
    letter-spacing: 3px;
}

.ui-datepicker-prev {
    margin-right: 3px;
}

.ui-datepicker-next {
    margin-left: 3px;

}

.bordline {
    border: 2px solid red;
    margin-top: 30px;
}

.fexxclass {
    display: flex;

}

@media screen AND (max-width: 426px) {
    .fexxclass {
        display: revert;

    }

    @media screen and (max-width:426px) {
        .wrapper form {
            padding: 20px 13px;
            padding-left: 30px;
        }
    }

    @media screen and (max-width:376px) {
        .wrapper form {
            padding: 20px 20px;
        }
    }

   

    .navbartop {
        display: flex;
    }

}

.detailbox {
    width: 100%;
    height: 100%;
}

.flighimages {
    width: 100%;
    height: 100%;

}

.sideimages {
    width: 100%;
    height: 100%;
}

.detailbox1 {
    margin-left: 5px;
    margin-top: 100px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.detailbox2 {

    margin: auto;
    width: 100%;
    height: 90%;
}

.detailaboutsearch {
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    background-color: white;
    box-shadow: #0d6efd;
    border: 1px solid #0d4d93;

    width: 100%;
    height: auto;
}

@media screen and (max-width: 426px) {
    .detailaboutsearch {
        margin-top: 20px;
        margin-bottom: -20px;
        padding: 5px;
        border-radius: 4px;
        text-align: center;
        background-color: white;
        box-shadow: #0d6efd;
        border: 1px solid #0d4d93;

        width: 100%;
        height: auto;
    }
}

.banner {
    border: 1px solid red;
    margin-top: 20px;
    width: 280px;
    height: 400px;
}

.btnmodify {
    border-radius: 10px;
    padding: 5px;
    background: none;
    border: none;
    margin: auto;
    color: white;
    background-color: #cc4444;
}

.detailbox3 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: white;
    border: 1px solid #0d4d93;
    margin-top: 20px;
    width: 50%;
    height: auto;
}

@media screen and (max-width:600px) {
    .detailbox3 {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: white;
        border: 1px solid #0d4d93;
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
}

.detailbox4 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    border: 1px solid #0d4d93;
    margin-top: 20px;
    width: 50%;
    height: auto;
}

@media screen and (max-width:600px) {
    .detailbox4 {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: white;
        border: 1px solid #0d4d93;
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
}

.borderpixel {
    border: 2px solid red;
    width: 100%;
    height: 500px;
}

.fairclass {

    width: 25px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
    padding-bottom: 2px;
    height: 25px;
    border-radius: 15px;
    background: rgb(81, 2, 117);

}

.fromway {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 2px;
}

.navbartop h6 {
    margin-top: 8px;
    margin-left: 6px;
}

.dot p {
    margin-bottom: 2px;
    color: white;

}

.dot h5 {
    margin-top: 4px;

}

.nabbarmid {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #ffd43b;
}

.nabbarmid p {
    margin-top: 5px;
}

.nabbarmid p {
    color: rgb(0, 0, 0);
}

.captureimages {
    width: 100%;
    height: 100%;
}

.nabbody {
    width: 85%;
}

.desti {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;

}

.desti h3 {
    color: #000000;
}

.fa-plane {
    font-size: 22px;
    margin-bottom: 3px;
}

.smallimages {
    width: 40px;
    height: 30px;
    margin-bottom: -20px;
}

.desticomplete {
    display: flex;

    justify-content: space-evenly;
    width: 90%;
    height: auto;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 426px) {
    .desticomplete {

        width: 90%;
        height: auto;
        margin: auto;
        text-align: center;
    }
}

.timeslot {
    display: flex;

    justify-content: space-evenly;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

.dateslot {
    justify-content: space-evenly;
    display: flex;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
    margin: auto;
}

.setbtn {

    margin: auto;

}

.searchingbtn {
    color: white;
}

.iconblock {
    color: white;
    font-size: 45px;
    margin-top: 45px;

}

.imagesclass {
    margin-top: 20px;
    width: 100%;
    height: 211px;
}

.wheight {
    width: 40%;
}

.panel {
    padding-top: 45px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.unitedairline {
    text-align: center;
    font-weight: bold;
}


.copyright {
    text-align: center;
}

.menu-icon {
    width: 28px;
    margin-left: 20px;
    display: none;
}

.one {
    transition: 0.2s;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    height: auto;
    background: #0d4d93;
    margin-top: 20px;
    padding-bottom: 10px;

}

.image {
    border-radius: 8px;
    width: 100%;
    height: 220px;

}

.col-lg-4 {
    cursor: pointer;
    transition: transform 0.5s;
}

.one:hover {
    transform: translateY(-5px);
}

.one h4 {
    margin-left: 40px;
    color: white;
}

.one h3 {
    padding-top: 10px;
    margin-left: 23px;
    color: white;

}

.airsize {
    font-size: 70px;
}

.selected {
    text-align: center;
}

.wordspace {
    display: flex;
    justify-content: center;
}





/* back to top */

.cd-top {
    position: fixed;
    bottom: var(--cd-back-to-top-margin);
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: var(--cd-back-to-top-size);
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
    background-color: alpha(var(--cd-color-3), 0.8);
}

.cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s;
}

.cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top--fade-out {
    opacity: .5;
}

.cd-top:hover {
    background-color: var(--cd-color-3);
    opacity: 1;
}

.searchname {
    display: none;
}



/* layer buttion */
.layer {
    background: transparent;
    height: 48%;
    width: 85%;
    position: absolute;
    margin-left: 1px;
    border-radius: 12px;
    margin-top: 357px;
    top: 100%;
    transition: 0.5s;
}

.layer:hover {
    background: rgba(245, 0, 0, 0.7);
    ;
}

.layer h3 {
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 2%;
    left: 55%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3 {
    bottom: 40%;
    opacity: 1;
}

.layer1 {
    background: transparent;
    height: 48%;
    width: 85%;
    position: absolute;
    margin-left: 1px;
    border-radius: 12px;
    margin-top: 10%;
    top: 100%;
    transition: 0.5s;
}

.layer1:hover {
    background: rgba(226, 0, 0, 0.7);
}

.layer1 h3 {
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 2%;
    left: 55%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer1:hover h3 {
    bottom: 45%;
    opacity: 1;
}

.layer2 {
    background: transparent;
    height: 48%;
    width: 85%;
    position: absolute;
    margin-left: 1px;
    border-radius: 12px;
    margin-top: 10%;
    top: 100%;
    transition: 0.5s;
}

.layer2:hover {
    background: rgba(226, 0, 0, 0.7);
}

.layer2 h3 {
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 2%;
    left: 55%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer2:hover h3 {
    bottom: 45%;
    opacity: 1;
}




/* back to top button */
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0d4d93;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.back-to-top:focus {
    color: #fff;
}

.back-to-top.show {
    bottom: 50px;
    right: 15px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}

.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: rotate(-90deg);
    top: 30%;
    left: 40%;
}

.arrow:nth-child(2) {
    top: 42%;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.back-to-top:hover .arrow:nth-child(2) {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }

    .back-to-top.show:hover {
        bottom: 10px;
    }

    .arrow {
        top: 27%;
        left: 37%;
    }
}

/* modal */




/* add manually */
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 1px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .5rem 2.25rem .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 1px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Loader */
.loading-animation {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 40px auto;
}

.loading-animation span {
    border-radius: 50%;
    font-size: 50px;
    height: 100px;
    padding: 10px;
    width: 100px;
    display: block;
    position: absolute;
    left: 0;
}

.loading-animation span:nth-child(1) {
    opacity: 0;
    animation: loader 2s infinite;
    color: #fff;
    background: #f9676b;
}

.loading-animation span:nth-child(2) {
    animation: loader 2s infinite 0.5s;
    opacity: 0;
    color: #fff;
    background: #f19c4f;
}

.loading-animation span:nth-child(3) {
    animation: loader 2s infinite 1s;
    opacity: 0;
    color: #fff;
    background: #00adef;
}

.loading-animation span:nth-child(4) {
    animation: loader 2s infinite 1.5s;
    opacity: 0;
    color: #fff;
    background: #07253f;
}

@keyframes loader {
    0% {
        opacity: 1;
        transform: rotateY(90deg);
    }

    25% {
        opacity: 1;
        transform: rotateY(180deg);
    }

    26% {
        opacity: 0;
        transform: rotateY(0);
    }

    100% {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

#loader {
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.87);
    position: fixed;
    top: 0;
    left: 0;
}

#loader div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}

  .dropdown {
      width: 80%;
  }
  @media screen and (max-width:995px) {
      .dropdown {
          width: 60%;
      }
  }

  @media screen and (max-width:425px) {
      .dropdown {
          width: 60%;
      }
  }

  .trav_engine {
      position: relative;
      width: 220px;
      margin-left: -48px;
  }

  @media screen and (max-width:425px) {
      .trav_engine {
          position: relative;
          width: 100%;
          margin-left: 0px;
      }
  }
  @media screen and (max-width:995px) {
      .trav_engine {
          position: relative;
          width: 100%;
          margin-left: 0px;
      }
  }

  #txtTotalTravelers {
      width: 54%;
  }

  @media screen and (max-width:425px) {
      #txtTotalTravelers {
          width: 60%;
      }
  }
  @media screen and (max-width:995px) {
      #txtTotalTravelers {
          width: 60%;
      }
  }










  /*  */
