.divpax{
position: fixed;
padding-top: 10px;
display:none;
border-style: groove;
border-color: #9e9e9e;
height: auto;
margin-top: 5px;
border-radius: 19px;
border-width: 1px;
width: 100px;
min-width:240px;
background-color:#252c36;
padding-bottom:20px;
z-index:110000;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align:center;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.div-main
{
margin-top:0px;
width:100%;
height:100%;
background-image: url('../flight/images/banner.jpg');
background-position: center bottom;
}
.search-method{
visibility: visible; animation-delay: 0s; animation-name: fadeInRight; max-height: 100px;font-size: 130%;font-weight: 600;
}
.container-search{
background: #45434b;opacity:0.8;width:70%;height:auto;margin-top: 81px;border-radius: 5px 5px 5px 5px;
}