.custom-right img { width: 100%; height: auto; }
.custom-flex.dis-flex {
  margin-top: 107px;
  margin-bottom: 58px;
  margin-top: 56px;
  margin-bottom: 56px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.custom-flex.dis-flex.right-img {flex-direction: row;}
.custom-flex.dis-flex.left-img {flex-direction: row-reverse;}
.custom-two-col-section .custom-two-col-cta {
display: flex; 
  column-gap:15px;
}

.custom-two-col-section.purpledark-bg { background-color:#1e0046; color:#ffffff; padding: 45px 0px 65px;}
.custom-two-col-section.gray-bg { background-color: #f8f8fa; padding: 45px 0px 65px;}
.custom-two-col-section.green-bg { background-color: #1affd1; padding: 45px 0px 65px;}
.custom-two-col-section.purpledark-bg h1, .custom-two-col-section.purpledark-bg h2, .custom-two-col-section.purpledark-bg h3, .custom-two-col-section.purpledark-bg h4,
.custom-two-col-section.purpledark-bg h5, .custom-two-col-section.purpledark-bg h6 { color:#ffffff; }
.custom-two-col-section .green-btn {
background-color: #31ffd6;
color: #1e0046;
border: 1px solid #31ffd6;
}

.custom-two-col-section .purple-btn {
background-color: #221b56;
color: #ffffff;
  border: 1px solid #221b56;
}
.custom-two-col-section .white-btn {
background-color: #ffffff;
color: #221b56;
  border: 1px solid #ffffff;
}

.custom-left {
  max-width: 700px;
  width: 48%;
}

.custom-right {
  width: 48%;
}

.custom-left p {
  line-height: 21px;
  margin-bottom: 23px;
}

@media (min-width: 1561px) {

  .custom-two-col-section p,
  .custom-two-col-section li,
  .custom-two-col-section a {
    font-size: 20px;
  }
}

@media (max-width: 1560px) {

  .custom-two-col-section p,
  .custom-two-col-section li,
  .custom-two-col-section a {
    font-size: 16px;
  }
}

@media(min-width:1281px) {
  .custom-left {
    max-width: 720px;
    width: 65%;
  }

  .custom-right {
    width: 35%;
  }

  .custom-left p {
    line-height: 1.4rem;
  }

}

@media(max-width:1250px) {


.custom-flex.dis-flex.right-img .custom-left {
    padding-right: 30px;
  }
  .custom-flex.dis-flex.left-img .custom-left {
    padding-left: 30px;
  }
}

@media(max-width:767px) {
  .custom-flex.dis-flex {
    margin-bottom: 22px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
   .custom-flex.dis-flex.right-img, .custom-flex.dis-flex.left-img {
    flex-direction: column-reverse;
  }
.custom-two-col-section .custom-two-col-cta{
flex-wrap:wrap; 
  column-gap:15px;
}
  .custom-two-col-section a.cta_button { margin-top: 10px;} 
  .custom-left {
    max-width: 100%;
    margin: 10px 0 0;
    width: 100%;
    padding-right: 0;
  }

  .custom-right {
    width: 100%;text-align:Center;
  }

  .custom-left h3 {
    font-size: 27.6px;
    line-height: 33px;
  }

  .custom-two-col-section p,
  .custom-two-col-section li,
  .custom-two-col-section a {
    font-size: 14px;
  }
}


.customtwocolmodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.customtwocol-content {
  position: absolute;
  min-height: 500px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #FFFFFF;
  opacity: 0.95;
  padding: 0 160px;
  /*   padding: 0px clamp(24px, 8vw, 480px); */
  width: 35%;
}

.customtwocolmodal--open { opacity: 1; z-index: 1000; visibility: visible; transform: scale(1.0); overflow-y: scroll; transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

@media (max-width: 1600px) {
  .customtwocol-content {
    padding: 0 50px;
  }
}

@media (max-width: 1300px) {
  .customtwocol-content {
    width:60%;
  }
}


  @media screen and (max-width: 767px) {
    .customtwocol-content {
      left: 50%;
      transform: translate(-50%, 0%);
      width: 88%;
      padding: 0px 24px;
    }

    .customtwocol-content .form-inner {
      max-width: 320px;
      margin: 0 auto;
      padding: 40px 0;
    }
  }

  .customtwocol-content .form-inner {
    max-width: 400px;
    margin: 0 auto;
    padding: 72px 0;
  }

  .customtwocolclose-button {
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 36px;
    display: inline-block;
    color: #221b56;
    background: #31ffd6;
    border-radius: 50%;
  }

  @media screen and (max-width: 767px) {
    .customtwocolclose-button {
      top: 40px;
      right: 40px;
    }
  }

  .customtwocolclose-button:hover {
    background-color: darkgray;
  }

  .customtwocol--open {
    opacity: 1;
    z-index: 1000;
    visibility: visible;
    transform: scale(1.0);
    overflow-y: scroll;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }

  .form-inner>p {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    opacity: 1;
    font-family: ReplicaLLWeb-Regular,
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      Roboto,
      'Segoe UI',
      Oxygen,
      Ubuntu,
      Cantarell,
      'Open Sans',
      'Helvetica Neue',
      sans-serif;
  }

  .form-inner h4 {
    font-size: 21px;
    line-height: 26px;
    font-family: ReplicaLLWeb-Regular,
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      Roboto,
      'Segoe UI',
      Oxygen,
      Ubuntu,
      Cantarell,
      'Open Sans',
      'Helvetica Neue',
      sans-serif;
  }

