h1, h2 {
  color: #391937 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}
.left-content-right-form-inner>.right-form .form-header {
  display:none !important;
}
.left-content-right-form-inner>.left-content h1 {
  margin-bottom:30px;
}
p, ul li, ol li {
  line-height: 1.5em !important;
}
  .tab-content {
    padding: 40px 0;
  }
  p, ul li, ol li {
      color: #3f1739;
  }
  .content-single {
    padding: 80px 0;
  }
  .content-single .single-text.two_column {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    margin-bottom:30px;
  }
  .content-single .single-text.two_column > * {
    max-width: 50%;
    flex-basis: 50%;
    padding-right:20px;
  }
  .content-single .single-text.two_column .tabs {
    border-radius: 6px;
    background-color: #391937;
    padding: 25px 25px 25px 30px;
    box-shadow: -0.866px 0.5px 6.5px rgb(0 0 0 / 15%);
  }
  .content-single .single-text.two_column .repeater .content-inner {
    max-width: 480px;
  }
  .content-single .content-wrapper {
    padding: 0;
  }
  .content-single .single-text.two_column .repeater .content-inner h2 {
    font-size: 38px;
    letter-spacing: 0px;
    color: #3f1739;
    font-weight: 600;
    max-width: 410px;
    margin-bottom: 20px;
  }
  .content-single .single-text.two_column .repeater .content-inner p {
    font-size: 18px;
    line-height: 30px;
    color: #3f1739;
    font-weight: 400;
  }
  .content-single .single-text.two_column .tabs h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.066;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-align: center;
  }
  .content-single .single-text.two_column .tabs ul {
    padding-left: 0;
    margin: 0;
    display: block;
    width: 100%;
  }
  .content-single .single-text.two_column .tabs ul li {
    list-style: none;
    margin-bottom: 4px;
  }
  .content-single .single-text.two_column .tabs ul li a {
    border-bottom: 1px dashed #c397c1;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }
 .content-single .single-text.two_column .tabs ul li a:hover {
   color: #c397c1;
}
  .content-single .single-text.two_column .tabs ul li:last-child {
    margin-bottom: 0;
  }
  .outer-tab .content-repater {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .outer-tab .content-repater .content {
    max-width: 70%;
    flex-basis: 70%;
    margin-right: 30px;
  }
  .outer-tab .content-repater .image {
    cursor: pointer;
    max-width: 25%;
    flex-basis: 25%;
    text-align: center;
    color: #888;
    font-size: 15px;
  }
    vertical-align: bottom;
  }
  .outer-tab .content-repater:last-child {
    margin-bottom: 0;
  }
  .tab-content .main-title h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom:30px;
  }
  .outer-tab {
    margin-top: 40px;
  }
  .outer-tab .content-repater .content p {
    color: #3f1739;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
  }
  .outer-tab .content-repater .content p:last-of-type {
    margin-bottom: 0;
  }
  .outer-tab .content-repater .content h2 {
    color: #222;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.066;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
  .content-single .single-text.two_column .repeater .content-inner p:last-of-type {
    margin-bottom: 0;
  }

  .pop-img {
    visibility: hidden;
    transform: scale(0);
    overflow: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition:0.3s;
    z-index:99999;
  }
  .img-pop-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .intro-pop .pop-img {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
  }
/*   .pop-img::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
  } */
  .intro-pop {
    position: relative;
    overflow: hidden;
  }
  /*   .intro-pop::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 9999;
  } */
  .intro-pop {
    position: relative;
    overflow: hidden;
  }

  .img-pop-inner .close {
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 16px;
    background-color: #fff;
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
  }
  .img-pop-inner img {
    width: 100%;
  }

  /*----- 12-sept-22 ------*/
  .pop-single-text {
    display:none !important;
    background-color: #fff;
    padding: 10px;
  }
  .pop-single-text h2 {
    font-size: 20px;
  }
  .pop-single-text p {
    font-size: 14px;
    color: #3f1739;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 0;
  }
  body.overlay {
    overflow: hidden;
    position: relative;
}
  body.overlay::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
}

  /*------ responsive -------*/

  @media (max-width: 1199px){
    .content-single .single-text.two_column {
      justify-content: space-between;
    }
    .content-single .single-text.two_column > * {
      max-width: 48%;
      flex-basis: 48%;
    }

  }

  @media (max-width: 767px){
    .content-single .single-text.two_column > * {
      max-width: 100%;
      flex-basis: 100%;
    }
    .content-single .single-text.two_column .repeater .content-inner {
      max-width: 100%;
    }
    .content-single .single-text.two_column > .repeater {
      margin-bottom: 30px;
    }
    .tab-content .main-title h2 {
      font-size: 30px;
    }
    .outer-tab .content-repater .content h2 {
      font-size: 24px;
      line-height: 1.2;
    }
    .outer-tab .content-repater .content {
      max-width: 100%;
      flex-basis: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }
    .outer-tab .content-repater .image {
      max-width: 100%;
      flex-basis: 100%;
    }
    .outer-tab .content-repater .image img {
      width: 100%;
      object-fit: cover;
    }
    .tab-content {
      padding: 30px 0 20px;
    }
    .content-single {
      padding: 40px 0;
    }
    .content-single .single-text.two_column .repeater .content-inner h2 {
      font-size: 30px;
      line-height: 36px;
    }
    .content-single .single-text.two_column .tabs h3 {
      font-size: 24px;
    }
    .img-pop-inner {
      width: 80%;
    }

  }