body{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}


.bg-back{
    background-image: url(../images/flying.jpg);
    height: 350px;
    width: 100% !important;
    background-clip: border-box !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.border-solid{
    border: 1px solid #000;
}

.dis-flex{
    display: flex !important;
}
.box-es-text{
    color: #000 !important;
    font-size: 25px;
    text-align: center;
    margin-top: 20% !important;
}

.pop-up-heading{
    color: #000 !important; font-weight: bold !important; font-size: 25px !important;
    font-family: 'Lato', sans-serif;
    
    }
    .pop-input::placeholder{
    font-size: 15px !important;
    color: #000 !important;
    }
    select{
        font-size: 15px !important;
        color: #000 !important;   
        background-color: #ccc !important;
    }
    option{
         background-color: #ffff !important;
    }







@media screen and (max-width:600px) {
    .bg-back{
        background-image: url(../images/flying.jpg);
        height:200px;
        width: 100% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .col-sm-6{
        padding-bottom: 10px !important;
    }
    .media-btn{
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .img-h{
        height:180px !important;
    }
    .box-es-text{
      margin-top: 10% !important;
    }
    .mb-5{
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width:575px) {
    .dis-flex{
        margin-top: 30px !important;
        display: block !important;
    }
    .box-es-text{
        font-size: 20px !important;
        font-weight: bold !important;
    }
   
    .pop-up-heading{
        font-size: 14px !important;
    }
}