.ColumnSliderWrapper .ColumnSlider_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ColumnSliderWrapper .ColumnSlider_col.text_col {
  padding-right: 80px;
  width: 50%;
}
.ColumnSliderWrapper .guide_slideraInner {
  width: 55%;
}


.ColumnSliderWrapper .ColumnCta_col img {
  width: 100%;
}

.ColumnSliderWrapper h3.title {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 125% */
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.ColumnSliderWrapper p.sub-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25; 
}

div#frm-popup {
  max-width: 800px;
  margin: 20px auto;
}
.inline-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.ColumnSliderWrapper a.hs-button.standard {
  border-radius: 40px;
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #D027EC;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5; /* 160% */
  text-transform: uppercase;
  border: 1px solid #D027EC;
}
.ColumnSliderWrapper a.hs-button.standard:hover {
  border: 1px solid #D027EC;
  background: transparent;
  color: #D027EC;
}
.btn_sec {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ColumnSliderWrapper a.hs-button.border {
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  border: 1px solid #000;
  background: transparent;
  color: #1D1D1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5; /* 160% */
  text-transform: uppercase;
}

.ColumnSliderWrapper a.hs-button.border:hover {
  background: #000;
  color: #FFF;
  border: 1px solid #000;
}
.ColumnSliderWrapper .description p {
  color: rgba(29, 29, 29, 0.72);
  font-style: normal;
  font-weight: 400;
}
.ColumnSliderWrapper .description p:last-child {
  margin-bottom: 0;
}
.ColumnSliderWrapper .description {
  padding-bottom: 40px;
}

.ColumnSliderWrapper .btm_text {
  padding-top: 40px;
}
/* slider css  */

.ColumnSliderWrapper .ColumnSlider_row {5
  position: relative;
  width: 50%;
}
.ColumnSlider_row_inner {
    border-radius: 32px;
    overflow: hidden;
}

.ColumnSlider_row_inner img {
    border-radius: 32px;
}

@media(min-width:1500px){
  .ColumnSliderWrapper .valleyBannerWrapper .content-wrapper{
    max-width:1800px;
  }
  .ColumnSliderWrapper .description p {
    font-size: 20px;    
    line-height: 32px;
  }
  .ColumnSliderWrapper a.hs-button.border, .ColumnSliderWrapper a.hs-button.standard {
    font-size: 20px;
    line-height:32px;
  }
}
@media(max-width:1100px){
  .ColumnSliderWrapper .guide_slideraInner {
    width: 50%;
  }
  .ColumnSliderWrapper .ColumnSlider_col.text_col {
    padding-right: 40px;
    width: 50%;
  }
}
@media(max-width:990px){
  .ColumnSliderWrapper .ColumnSlider_col.text_col {
    padding: 0 0 40px;
    width:100%;
  }

  .ColumnSliderWrapper .guide_slideraInner {
    width: 100%;
  }
}