/* Add here all your CSS customizations */

.consultation .default-form-area {
    background: #fff;
    padding: 40px 30px 10px;
    border: 1px solid #f4f4f4;
    max-width: 690px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
}

.sec-padd {
    padding: 70px 0;
  }
  .sec-padd-top {
    padding-top: 70px;
  }
  .sec-padd-bottom {
    padding-bottom: 70px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .section-title h2 {
    position: relative;
    font-size: 32px;
    text-transform: capitalize;
  }
  .section-title h3 {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
  }
  .section-title h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
  }
  .section-title:before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0;
      width: 50px;
      height: 4px;
      background: #f0634c;
  }
  .section-title.center:before {
      left: 50%;
      margin-left: -25px;
  }

  .col-half-section-golf {
    max-width: 700px;
    width: 100%;
  }

  .justify-text {
    text-align: justify
  }
  
  .btn-outline-sm {
    border-width: 1px;
    border-radius: 50px;
    font-size: 10px;
  }

  .image-height {
    height: 120% !important;
  }
  
  .link-custom {
    color: #D76752;
  }

  .padding-left {
    padding-left: 10px;
  }

  .center-text {
    text-align: center;
  }
  
  .sec-margin {
    margin: 20px;
  }

  .anchor-padding-left {
    padding-left: 10px;
  }

  .margin-bottom-logo {
     margin-bottom: 10px;
  }

  .chevron-left-css {
    font-size: 40px;
    color: #D76752;
    width: 10em;
    font-weight: bold;
  }
  .div-padding {
    padding-top: 10px;
   
  }

  .techmocktail {
    color: white;
    font-weight: bold;
  }

  .footer_color {
    color: #ada38f;
  }

  .h2_font_dir {
    color: #f0634c; 
  }
