/* Global */

.btn, .btn:hover {
    color: #fff !important;
    background: #1e412d;
    border-radius: 0;
    padding: 15px 20px;
    text-decoration: none !important;
}

.title {
    padding-left: 20px;
}

.card-header {
    background: none !important;
    border: 0 !important;
}

.card {
    border: 0 !important;
}

.card-body {
    padding: 0 30px;
}

.accordion .card-header .btn-block{
	white-space:normal !important;
}

/* header-styles-starts */
.header {
    padding: 90px 0px 90px 160px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-homepage-crumb {
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    color: #fcfcfa;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;

  }
  .breadCrumbs span {
    color: #fcfcfa;
    text-shadow: 2px 2px 4px #000000;

  }
  .header-current-crumb {
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fcfcfa;
    line-height: 16px;
    text-shadow: 2px 2px 4px #000000;

  }
  .header-main-heading {
    margin: 32px 0px 0px 0px;
    font-size: 3rem;
    font-weight: 800;
    font-family: 'Mulish';
    line-height: 53px;
    text-transform: uppercase;
    color: #fcfcfa;
    text-shadow: 2px 2px 4px #000000;

  }
  /* header-styles-ends */
  
  /* contact-form-styles-starts */
  
  .form-banner-section {
    padding: 100px 0px;
    display: flex;
  }
  .form-banner {
    flex-basis: 44%;
    height: 100%;
    height: 568px;
    background-repeat: no-repeat !important;
    background-size: cover;
    margin-right: 120px;
  }
  
  .form-control {
      border-radius: 0 !important;
  }
  .contact-form {
    flex-basis: 50%;
  }
  
  .contact-form h1 {
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 2rem;
    line-height: 40.16px;
    color: #161616;
    margin: 0px 0px 40px 0px;
  }
  
  .contact-form input,
  .contact-form textarea {
    color: #898989;
    border: 0;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Mulish';
    border-bottom: 1px solid #898989;
    display: block;
    width: 68%;
    padding: 0px 0px 16px 0px;
    margin: 0px 0px 40px 0px;
  }
  .contact-form button {
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 1rem;
    border: 0;
    background-color: #e00000;
    border-radius: 50%;
    padding: 51px 34px;
    color: #fcfcfa;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  /* contact-form-styles-ends */
  
  /* contact-info-styles-starts */
  
  .contact-info-section {
    background-color: #1e412d;
  }
  .contact-information {
    display: flex;
    width: 77%;
    margin: 0px auto;
    justify-content: center;
    padding: 66px 0px;
  }
  
  .contact-information-address,
  .contact-information-phone,
  .contact-information-email {
    display: flex;
    padding: 0px 0px 0px 0px;
    /* width: 100%; */
  }
  .contact-information-email {
    margin: 10px 0px 0px 0px;
  }
  
  .contact-information-address img,
  .contact-information-phone img {
    margin: 8px 0px 0px 0px;
  }
  .info-container {
    margin: 0px 0px 0px 24px;
  }
  .info-container p {
    font-size: 1rem;
    font-family: 'Mulish';
    font-weight: 800;
    color: #fcfcfa;
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    width: 181px;
  }
  .contact-information-address img {
    width: 25px;
    height: 32px;
  }
  .contact-information-phone img {
    height: 32px;
    width: 32px;
  }
  .contact-information-email img {
    width: 32px;
    height: 24px;
    margin: 8px 0px 0px 0px;
  }
  .info-container h5 {
    font-family: 'Mulish';
    font-size: 0.875rem;
    line-height: 14px;
    color: #fcfcfa;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
  }
  .contact-info-divider {
    background-color: #fcfcfa;
    height: 57px;
    transform: rotate(25deg);
    width: 1px;
    margin: 0px 80px 0px 40px;
    font-weight: 400;
  }
  /* contact-info-styles-ends */
  
  
  @media (max-width: 768px) {
  
      /* header-styles-starts */
    
      .header {
        flex-direction: column-reverse;
        padding: 0px 10px;
      }
    
      .header-info {
        padding: 30px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      .header-info h1 {
        font-size: 2rem;
        text-align: center;
        padding: 0px 10px;
      }
      .header-info p {
        text-align: center;
        padding: 0px 10px;
      }
      .header-info button {
        margin: 0px auto;
      }
      .header-main-heading {
        font-size: 2rem;
      }
      /* header-styles-ends */
    
      /* contact-form-styles-starts */
    
      .form-banner-section {
        padding: 40px 10px;
        flex-direction: column;
      }
      .form-banner {
        height: 300px;
        flex-basis: revert;
        width: 100%;
      }
      .contact-form {
        display: flex;
        flex-direction: column;
        margin: 24px 0px 0px 0px;
      }
      .contact-form input,
      .contact-form textarea {
        width: 100%;
      }
      .contact-submit-btn {
        margin: 0px auto;
      }
    
      /* contact-form-styles-ends */
    
      /* contact-info-styles-starts */
    
      .contact-information {
        width: 100%;
        padding: 40px 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
      }
      .contact-info-divider {
        display: none;
      }
      .contact-information li {
        justify-content: center;
        display: flex;
        align-items: center;
      }
      .contact-information-phone {
        margin: 24px 0px;
      }
    
      /* contact-info-styles-ends */
    
      .mobile-nav-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        background-color: rgba(255, 255, 255, 1);
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 2;
      }
      .nav-menu-two-mobile-close-menu-icon {
        display: flex;
        justify-content: flex-end;
        margin: 31px 10px 0px 0px;
        position: relative;
        right: -110px;
      }
      .nav-menu-two-mobile-close-menu-icon button {
        background: 0;
        border: none;
      }
    }

    .accordion h2  {
        color: #000 !important;
    }
    
  
    @media (min-width:850px) { 
        .max-width { width: 77% !important;
            margin: 0 auto !important;
        } 
    }
