.ginput_container_select select,.ginput_container_email input[type="email"]  {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgb(0, 39, 60);
    position:relative;
    z-index:1;
     width:100%!important;
}

.ginput_container_select{
    position:relative;
    width:49%;
}

.ginput_container_select:before{
content:"";
position: absolute;
top: 50%;
right: 15px;
width: 0px;
height: 0px;
border-width: 8px 8px 0 8px;
border-style: solid;
border-color: #000 transparent transparent transparent;
transform: translateY(-50%);
}

.page-banner-image {
    min-height:500px;
    background-position: center center!important;
}

@media screen and (max-width : 767px){
    .page-banner-image {
        min-height : 350px;
    }
}

@media screen and (max-width : 450px){
    .page-banner-image {
        min-height : 250px;
    }
}
