 

#contactButton {
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

#contactButton .panel {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    display: none;
}

#contactButton .ctb {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1000;
    text-align: center;
}

#contactButton .ctb,
#contactButton .panel {
    border-radius: 5px 5px 0 0;
}

#contactButton .ctb em {
    margin-right: 3px;
    font-size: 1.6em;
    vertical-align: middle;
}

.box-shadows {
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.panel-forms {
    padding: 2.2rem;
    margin: 50px 8px;
}
.loadContactForm .form-control {
    min-height: 46px;
    border-radius: 4px;
}
.loadContactForm label {
    font-weight: 500;
}

.fontroboto{
	font-family: "Roboto"; 
}

.wells {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    #contactButton .ctb {
        right: 70px;
    }
}

@media (max-width: 499px) {
    #contactButton {
        right: auto;
        left: 0;
        width: 90%;
    }
}
