﻿.webideasContactForm {
    position: relative;
    height: 100%;
    width: 100%;
}

.contactFormComponent {
    height: 794px;
}



#contactFormWrapper img {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.contact-us-wrapper #contactFormWrapper img {
    position: fixed;
}

.contact-us-box {
    min-width: 338px;
    width: 50%;
    margin: auto auto;
    background-color: rgba(0,0,0,.6);
    padding: 19px;
    border-radius: 16px;
    max-width: 90%;
    position: absolute;
    z-index: 9999;
    top: 50%;
    padding-bottom: 25px;
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    margin-top: 40px;
    margin-bottom: 20px
}

.contact-us-inner-box {
    color: #444;
    margin: 0 auto;
    width: 300px;
}

.BookingFormInstructions {
    display: none;
    border-right: 1px solid #a29f9f;
    color: #FFF;
    font-size: 18px;
    padding: 0px 10px;
}

.ContactUsHeading {
    font-size: 30px;
    color: #fff;
    height: 50px;
    overflow: hidden;
    margin-bottom: 24px;
}

.ContactUsMemberLbl {
    position: absolute;
    top: 76px;
    left: 8px;
    font-size: 16px;
    color: #fff
}

.ContactUsEmailLbl {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

.ContactErrMsg {
    font-size: 16px;
    color: #fff;
    text-align: center;
    opacity: 0
}

.ContactUsMember {
    position: absolute;
    top: 74px;
    left: 163px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0
}

.ContactUsReasonLbl {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

.ContactUsSubjectLbl {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

#ContactUsReasonDrop, .ContactUsEmail, .ContactUsMsg textarea, .ContactUsSubject {
    width: 100%;
    height: 100%;
    background-color: #2e3c5085;
    border: 2px solid #fff;
    max-width: unset;
    padding: 10px;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    resize: none;
    color: #ccc
}

#ContactUsReasonDrop {
    color: #fff;
    font-style: unset
}

.ContactUsMsg textarea {
    min-height: 200px
}

#ContactUsReasonDrop:hover {
    background-color: #7b858e;
    color: #fff;
    border-color: #000
}

#ContactUsReasonDrop {
    margin-top: 4px;
    font-family: "Roboto Condensed","Open Sans",Helvetica,Arial
}

.ContactUsMsgLbl {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

.ContactUsSendBtn {
    width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #fff;
    margin-right: 26px;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,.3);
    margin: 0 auto;
    margin-top: 2px
}

.ContactUsAcknowledge {
    margin-top: 51px;
    font-size: 17px;
    width: 100%;
    text-align: center;
    display: none;
    color: #fff
}

#MsgResponse {
    font-size: 24px;
    position: absolute;
    top: 140px;
    left: 112px;
    color: #444
}

#MsgResponseRef {
    font-size: 15px;
    position: absolute;
    top: 186px;
    text-align: center;
    line-height: 26px;
    left: 192px;
    color: #444
}

#MsgResponseCloseBtn {
    font-size: 15px;
    position: absolute;
    top: 186px;
    text-align: center;
    line-height: 26px;
    left: 155px
}

.ContactUsMsgEditor {
    width: 354px;
    height: 160px;
    font-size: 14px;
    font-family: "open Sans";
    letter-spacing: .5px;
    line-height: 20px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc
}

.contact-us-wrapper {
    position: fixed;
    top: 0;
    margin: 0 auto;
    display: none;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 9999999;
    border: none
}

    .contact-us-wrapper .contact-us-box {
        left: 50%;
        transform: translate(-50%,-50%);
    }


.ContactUsCloseBtn {
    position: fixed;
    top: 100px;
    right: 35px;
    cursor: pointer;
    z-index: 9999999;
    background-color: rgba(255,255,255,.8);
    padding: 3px;
    border-radius: 4px
}

.ContactUsCenter {
    left: 50%;
    transform: translate(-50%,-50%)
}

.ContactUsLeft {
    transform: translate(0,-50%);
    left: 4%
}

.ContactUsRight {
    transform: translate(0,-50%);
    right: 4%;
    left: unset
}

@media (max-width:1024px) {
    .ContactUsCloseBtn {
        right: 10px
    }
}

@media (max-width: 720px) {
    .BookingFormInstructions {
        border-right: none;
        border-bottom: 1px solid #a29f9f;
        color: #FFF;
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media (max-height: 720px) {
    .contact-us-wrapper .contact-us-box {
        top: 100px;
        transform: translate(-50%,0);
    }
}

