.mn-hero-site .bg-img-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mn-hero-site .img-fluid {
    max-width: 100%;
    height: auto;
}

.mn-hero-site .mn-inputForm::placeholder {
  color: #ffffff;
}


@media (min-width: 768px) {
    .mn-hero-site .content-space-md-3 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
}
.mn-hero-site .banner-half-start {
    position: relative
}
.mn-hero-site .banner-half-start::before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100vw;
    height: 150vh;
    z-index: -1;
    content: "";
    border-bottom-right-radius: 30px;
}
.mn-hero-site .banner-half-start::after {
    position: absolute;
    top: auto;
    right: -.75rem;
    bottom: 0;
    display: none;
    width: 100vw;
    height: 150vh;
    z-index: -1;
    content: "";
    
}
@media (max-width: 767.98px) {
    .mn-hero-site .banner-half-start::after {
        display:block
    }
}
.mn-hero-site .banner-half-end>* {
    position: relative;
    z-index: 1
}
.mn-hero-site .banner-half-end::after {
    position: absolute;
    top: 7.5%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 15%);
    display: block;
    content: "";
    background: linear-gradient(to right,rgba(255,255,255,0) 53%,rgba(0,189,142,.1) 53%)
}
@media (max-width: 767.98px) {
    .mn-hero-site .banner-half-end {
        position:relative
    }
    .mn-hero-site .banner-half-end::after {
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(0,189,142,.1) 0)
    }
}

.mn-hero-site .mn-message-sent{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000000b3;
    color: #fff;
    z-index: 100;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 26px;
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #646464;
    border: 1px solid #646464;
    border-radius: .375rem;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    margin-left: -6px;
    margin-top: 0px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
}
.input-img-room{
    height: 50px;
    margin-right: 5px;
    border-radius: 4px;
}