.contactbar {
  position: fixed;
  /*top: 60%;*/
  right: 0px;
  z-index: 99;
  bottom: 50px;
  min-height: 350px;
}

@media only screen and (max-width: 767px) {
  .contactbar {
    display: none;
  }
}

.contactbar h3 {
  color: white;
  text-align: center;
}
.contactbar p {
  color: white;
}
.contactbar a {
  color: white;
}
.contactbar button.submit {
  font-size: 14px;
}
.contactbar .widget textarea:hover,
.contactbar input.text:hover,
.contactbar input.captcha:hover {
  border: 1px solid white;
}
.contactbar .widget textarea,
.contactbar input.text,
.contactbar input.captcha {
  color: white;
  border: 1px solid white;
  background: none;
  padding: 5px;
  font-size: 14px;
}

.contactbar input.text::placeholder,
.contactbar .widget textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
  font-size: 14px;
}

.contactbar input.text::-ms-input-placeholder,
.contactbar .widget textarea::-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-size: 14px;
}
.contactbar input.text::-ms-input-placeholder,
.contactbar .widget textarea::-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-size: 14px;
}

.contactbar .captcha_text {
	margin: 0px;
}

.contactbar .captcha_text img {
  padding-top: 6px;
}

.contactbar span {
  color: white;
}

.contactbar ::-webkit-input-placeholder {
  color: white;
}

.contactbar:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.contactbar::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.contactbar:-ms-input-placeholder {
  color: white;
}
.contact-text {
  padding: 10px;
  width: 300px;
  min-height: 365px;
}
.contact-text h3,
.contact-text .ce_text h1,
.contact-text .ce_text h2,
.contact-text .ce_text h3 {
  font-size: 17px;
  font-weight: 600;
}
.contactbar .sectionImage {
  cursor: pointer;
  margin-top: 35px;
  float: left;
}

.contactbar .sectionImage .contact-img img {
  height: 40px;
  width: 40px;
  display: flex;
}

.contactbar .sectionText {
  float: right;
  margin-right: -300px;
  background-color: #888889;
}
.contactbar .closeButton {
  float: right;
  margin: 5px;
  background-image: url("contact_close.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
  opacity: 1;
  cursor: pointer;
}
