﻿.se_40margmin {
    margin-top: -200px !important;
}

@media only screen and (max-width: 1400px) {
    .se_40margmin {
        margin-top: -160px !important;
    }
}

@media only screen and (max-width: 1070px) {
    .se_40margmin {
        margin-top: -130px !important;
    }
}

@media only screen and (max-width: 768px) {
    .se_40margmin {
        margin-top: -500px !important;
    }
}

@media only screen and (max-width: 611px) {
    .se_40margmin {
        margin-top: -290px !important;
    }
}


.se_bg_white {
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.2); /* Or use black for dark glass */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: none; /* fallback when it's not supported */

}

.trip_type 
{
    background:none;
}

input {
  
    background-color: #fff !important;
   
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
    transform: translateY(-50%) scale(0.75);
    color: #969696 !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 5px !important;
    height: 0px;
    background-color: none !important;
    text-transform: uppercase;
    margin-top: 1px;
}
label {
    font-size: 15px !important;
}
.triplabel span {
    color: #fff;
}
    .triplabel span:hover {
    background-color: #eaf1fc;
    /*background-color: #d6d6e5;*/
    color:#3f3f3f;
}
