body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.9;
  color: #8c8c8c; }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif !important;
    color: #000;
    line-height: 48px !important;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content.get-form {
  padding: 2rem 0 1rem; }

.get-form .heading {
  font-size: 2.5rem;
  font-weight: 900; }

.get-form .form-control {
  border: none;
  background: #f3f3f3; }
  .get-form .form-control:active, .get-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3; }

.get-form .col-form-label {
  color: #000; }

.get-form  .btn, .get-form .form-control, .get-form  .custom-select {
  height: 50px; }

.get-form .custom-select:active, .get-form .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.get-form .btn {
  border: none;
  border-radius: 4px !important; width: 100%; }
  .get-form .btn.btn-primary {
    background: #6c63ff;
    color: #fff;
    padding: 15px 20px; }
  .get-form .btn:hover {
    color: #fff; }
  .get-form .btn:active, .get-form .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.get-form .box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .get-form .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }
    
    .get-form .form-group p{ padding: 0 !important; }

.get-form label.error {
  font-size: 12px;
  color: red; }

.get-form #message {
  resize: vertical; }

.get-form #form-message-warning, .get-form #form-message-success {
  display: none; }

.get-form #form-message-warning {
  color: #B90B0B; }

.get-form #form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.get-form .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

  .gt-fm-logo{max-width: 180px;}

@media (max-width: 767px){
.gt-frm-img{display: none;}
}