
body {
    background-image: linear-gradient(#3899BB, #D3F5FE);

}

#page-footer-orange-background {
    padding-top: 8%;
    background-color: #FFD87E;
}

#item-dialog-boxes {
    background-image: url("../images/dialog-boxes.svg");
    padding-top: 66.13%;
    background-size: 70%;
}

h1 {
    color: #FFD87E;
    font-family: 'Quicksand', sans-serif;
    font-size: 57px;
    font-weight: bold;
    text-align: left;
    line-height: normal;
}

@media screen and (max-width:800px) {
    h1 {
        font-size: 42px;
    }
}

.talktous-smallwidth {
    width: 1250px;
    max-width: 100%;
}

.talktous-orange-background {
    background-color: #FFD87E;
}

.input-name {
    color: #147294;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 2px;
}

.talktous-mandatory {
    width: 4px;
    height: 4px;
    vertical-align: top;
    border: 2px solid #147294;
    border-radius: 4px;
    display: inline-block;
    background-color: #147294;
    margin: 5px;
}

.talktous-nomandatory {
    width: 4px;
    height: 4px;
    vertical-align: top;
    border: 2px solid #147294;
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
    margin: 5px;
}

.talktous-input {
    width: 500px;
    height: 60px;
    max-width: 90%;
    background-color: white;
    border: 2px solid #147294;
    border-radius: 8px;
    margin: 8px 0px 15px 0px;
    padding: 0px 10px 0px 10px;
}
@media screen and (max-width: 1000px) {
    .talktous-input {
        max-width: 100%;
        box-sizing: border-box;
        width: 100%;
    }
}
.talktous-msghdr {
    background-color: #4EA6C5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 20px;
    height: 47px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: bottom;
	line-height: normal;
}

.talktous-msghdr>div {
    vertical-align: bottom;
    display: inline-block;
    padding: 10px 0px 10px 0px;
}
.talktous-textarea {
    width: 100%;
    height: 265px;
    background-color: white;
    border-right: 2px solid #147294;
    border-left: 2px solid #147294;
    margin: 0px;
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    border-top: 0px;
    border-bottom: 0px;

    resize: none;
}

.talktous-msgftr {
    background-color: white;
    border: 2px solid #147294;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0px;
    width: 100%;
    height: 55px;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
}

.talktous-msgftr > input {
        width: 36px;
        height: 33px;
        background-image: url("../images/icon-send-msg.svg");
        float: right;
        font-size: 0px;
        border: none;
        box-sizing: border-box;
        background-color: white;
}

.talktous-shadow{
    box-shadow: 10px 10px 25px rgba(0.0, 0.0, 0.0, 0.15);/* 0.5255**/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	line-height: 0px;
}
.talktous-msgbot {
    width:100%;
    height: 59px;
    background-color: transparent;
    margin-top: -3px;
}
.talktous-corner {
    width: 97px;
    height: 59px;
    background-image: url("../images/msg-box-corner3.png");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #FFD87E;
    float: right;
    margin-right: 50px;
}
