  .apply-form .title {
    margin-bottom: 30px;
  }
  .apply-form .title h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .apply-form .form-group {
    margin-bottom: 15px;
  }
  .apply-form .form-group label {
    font-size: 16px;
    color: #606060;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .apply-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    box-shadow: unset;
    height: 60px;
    border-radius: 0;
    color: #111111;
    font-size: 16px;
  }
  .apply-form .form-group textarea {
    height: 150px !important;
  }
  .apply-form .form-group .list-unstyled {
    color: red;
    margin-top: 5px;
  }
  .apply-form .text-danger {
    color: #dc3545 !important;
    margin-bottom: 0 !important;
    margin-top: 16px !important;
  }
  
  .contact-side-box .title {
    margin-bottom: 30px;
  }
  .contact-side-box .title h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .contact-side-box .info-box {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
  }
  .contact-side-box .info-box:last-child {
    margin-bottom: 0;
  }
  .contact-side-box .info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-side-box .info-box .icon i {
    font-size: 30px;
    color: #0582ca;
  }
  .contact-side-box .info-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-side-box .info-box .list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .contact-side-box .info-box .list li {
    color: #606060;
    margin-bottom: 5px;
    list-style-type: none;
  }
  .contact-side-box .info-box .list li:last-child {
    margin-bottom: 0;
  }
  .contact-side-box .info-box .list li span {
    float: right;
  }
  .contact-side-box .info-box span {
    font-size: 16px;
    color: #606060;
  }
  .contact-side-box .info-box a {
    color: #606060;
    display: block;
  }
  .contact-side-box .info-box a:hover {
    color: #0582ca;
  }
  
  .map iframe {
    border: none;
    height: 485px;
    width: 100%;
    margin-bottom: -8px;
  }
  .map .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }