.footerlogo img {
    width: 20%;
    margin-right: 25px;
}
.kenlogo img {
    width: 175px;
}
section#demo {
    background: #fbfbfb;
    position: absolute;
    padding: 0;
    transition: height 9999s;
    display: none;
    z-index: 99999;
}


.vertical-align {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(60vw, -100%);
    width: 100%;
}
.cardnew {
    background: #fff;
    box-shadow: 13px 13px 28px 2px rgb(0 0 0 / 4%);
    padding: 7px 15px;
    border-radius: 3%;
    max-width: 32vw;
    width: 32vw;
}
div.conv-form-wrapper div.wrapper-messages {
    height: 300px !important;
    bottom: 20px;
}
form.convFormDynamic textarea.userInputDynamic {
    resize: none !important;
    margin-top: 1.5%;
    background-color: transparent;
}
form.convFormDynamic button.submit {
    padding: 0px 0px;
    margin: 5px;
    color: #d30031;
    font-size: 1rem;
    width: 30px;
    height: 30px;
}
.hidden{
    display: none;
}
div.conv-form-wrapper div.options div.option {
    padding: 2px 18px;
    border: 1px solid #d30031;
    color: #d30031;
}
form.convFormDynamic button.submit:hover {
    background: #d30031;
}
div.conv-form-wrapper div#messages div.message.from {
    background: #d30031;
}
div.conv-form-wrapper div.options div.option.selected:hover {
    background: #d30031;
}
div.conv-form-wrapper div.options {
    white-space: normal;
    transform: translateY(0px);
}
div.conv-form-wrapper div.options div.option.selected {
    background: #d30031;
    color: #fff;
}
#googlemaps iframe{
    width: 100%;
    height: 100%;
}