.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }

  .tablinks.active .nav-link {
    color: #fff;
    background: #0c0c74;
  }

  .nav-link {
    color: #000;
    background: #fff;
    position: relative;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: block;
    padding: .5rem 1rem;
  }

  .nav-link.active::before {
    opacity: 1;
  }

  @media only screen and (min-width: 992px) {
    .nav-pills-custom.active .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #0c0c74;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      /* opacity: 0; */
    }
  }
  .add-head {
    text-transform: uppercase;
    font-weight: 700;
    background: #0c0c74;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
  }

  .add-text,
  h6 {
    padding-left: 10px;
  }

  .tabcontent {
    display: none;
    padding: 60px;
  }

  .tabcontent.active {
    display: block;
  }

  .widget-form {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    float: left;
    box-shadow: 0 0 59px -4px rgba(5, 69, 95, 0.27)
  }

  .make-me-sticky {
    position: sticky;
    top: 0;
  }

  .side-form-header {
    width: 100%;
    margin: 0;
    padding: 20px;
    float: left;
    background: #2d78b2;
  }

  .widget-form form {
    padding: 35px;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .widget-form input[type="text"] {
    width: 100%;
    margin: 8px 0;
    padding: 0 10px;
    float: left;
    height: 45px;
    border: 1px solid #ebebeb;
    color: #000;
    font-size: 13px;
    box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.07);
  }

  .widget-form textarea {
	color: #000;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    float: left;
    height: 65px;
    border: 1px solid #ebebeb;
    font-size: 13px;
    box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.07);
  }

  [type=button]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }

  .widget-form button {
    padding: 10px 30px;
    margin: 10px 0;
    display: inline-block;
    background: #0c0c74;
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    width: 100%;
    box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.07);
  }

  .add-text {
    line-height: 30px;
    text-align: justify;
  }

  .add-text i {
    color: #0c0c74;
    display: inline-block;
    width: 10%;
    font-size: 22px;
    vertical-align: top;
    margin-top: 4px;
  }

  .add-text span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 88%;
    margin: -3px 0 0;
    padding: 0;
    vertical-align: top;
  }

  .tab-pane h6 {
    margin: 0;
    padding: 25px 0 0;
    font-weight: bolder;
    font-size: 20px;
    text-transform: uppercase;
    color: #0c0c74;
    padding-top: 25px;
  }

  .g-map {
    width: 100%;
    margin: 20px 0 0;
    padding: 8px 8px 0;
    display: inline-block;
    background: #eee;
    border: 1px solid #ccc;
  }