.relationship-adviser-banner{
  background-size: contain;
  background-position: top;
  width: 100%;
/*   height: 1450px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

.bar-violet {
    width: 40px;
    height: 4px;
    background: #7D68BF;
    border-radius: 6px;
    margin-bottom: 25px;
}
.relationship-adviser-banner .content-wrapper{
  height: 100%;
}
.relationship-adviser-banner .content_container{
  position: relative;
  z-index: 3;
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
/*   justify-content: space-around; */
  top: 40px;
}
.relationship-adviser-banner .content_container .title_block {
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 54px;
  color: #000000;
}
.relationship-adviser-banner .content_container .tagline_block {
  font-family: Orienta;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
.relationship-adviser-banner .content_container .text_block {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.relationship-adviser-banner .content_container .list_block{
  display: flex;
  flex-direction: row;
}
.relationship-adviser-banner .content_container .text_block p {
  margin: 25px 0;
}

.list_block p {
    display: flex;
    flex-direction: row;
}

.list_block p img {
    width: 29px;
    height: 29px;
    margin: 0 10px;
    float: left;
}

.best_deal_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0 30px 0;
}

.best_deal_block .border {
    height: 62px;
    width: 2px;
    background: #394D5F;
    border-radius: 4px;
    margin-right: 15px;
}

.best_deal_price {
    display: flex;
    flex-direction: column;
  margin-bottom: 40px;
}

.best_deal_price .price {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #293A46;
}

.best_deal_price .price del {
    position: relative;
    color: #DE2C2C;
    text-decoration: line-through;
    display: inline-block;
}
.limited_time_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0 30px 0;
}

.limited_time_text {
    display: flex;
    flex-direction: column;
}

.limited_time_text .time {
    font-size: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.best_deal_price .time {
    font-size: 16px;
}
.relationship-adviser-banner .video_block {
  position: relative;
  width: 80%;
  margin: 20px 0;
}
.relationship-adviser-banner .video_block .video_poster img {
  border-radius: 6px;
  width: 100%;
}
.relationship-adviser-banner .watch_video_link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.relationship-adviser-banner .watch_video_link .watch_video {
  background-repeat: no-repeat;
  width: 167px;
  height: 132px;
  display: block;
}
.relationship-adviser-banner .hidden {
  display: none;
}
.relationship-adviser-banner .video_block video {
  border-radius: 6px;
  max-width: 100%;
}

.relationship-adviser-banner .btn-start-now {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
  background: linear-gradient(95.49deg, #7D68BE 20.76%, #BC70AD 112.1%);
  border-radius: 90px;
  padding: 20px 46px;
  margin: 20px 0;
  display: inline-block;
  white-space: nowrap;
  align-self: center;
  text-align: center;
}
.relationship-adviser-banner .btn-start-now:hover,
.relationship-adviser-banner .btn-start-now:focus {
  background: linear-gradient(95.49deg, #6f4cd9 20.76%, #993bc0 112.1%);
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 1400px){
  .relationship-adviser-banner {
    background-position-x: 40%;
  }
  .relationship-adviser-banner .content_container .text_block p {
    margin: 20px 0;
  }

}

@media only screen and (max-width: 991px){
  .relationship-adviser-banner {
    background-position: top;
  }
 .relationship-adviser-banner .content_container {
   width: 100%;
   margin-top:280px;
  }
  .relationship-adviser-banner .content_container .text_block p {
    margin: 15px 0;
  }


}
@media only screen and (max-width: 700px){
  .relationship-adviser-banner .content_container {
    width: 100%;
    align-items: center;
    margin-top: 180px;
  }
}

@media only (max-width:701px) and (min-width: 900px){
  .relationship-adviser-banner .content_container {
    width: 100%;
    align-items: center;
    margin-top: 200px;
    
  }
  
  flex-direction: column;
}

@media only screen and (max-width: 520px){
  .relationship-adviser-banner .content_container .title_block {
    font-size: 30px;
    line-height: 40px;
  }
  
   .relationship-adviser-banner {
    height: 100%;
  }


  }

  .relationship-adviser-banner .content_container .text_block p {
    margin: 0;
    font-size: 16px;
  }
}


}

