main {
  display: flex !important;
  flex-direction: column;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1350px;
}

.outline-button {
  align-items: center;
  width: 146px;
  height: 42px;
  background: #fff;
  border-radius: 30px;
  color: #123d64;
  font-family: "Roboto", sans-serif !important;
  border: 3px solid #123d64;
  margin-right: 35px;
}

.header {
  margin-bottom: 60px;
  background-color: #123d64;
  height: 495px;
}
.header--inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1250px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.header--left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header--image {
  max-width: 500px;
}

.header h1 {
  margin-top: 55px;
  margin-left: 70px;
  font-size: 40px;
  line-height: normal;
  color: #fff;
}

.header h1 span {
  color: #fbbf32;
}

.header p {
  width: 430px;
  color: #fff !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-style: italic !important;
  font-weight: 300;
  line-height: normal;
  margin: 55px 0 0 70px;
}

.header--video {
  width: 678px;
  margin-top: 44px;
  margin-right: 25px;
}

.intro--text {
  text-align: center;
  color: #4d4d4d;
}

.intro--text h2 {
  font-size: 24px;
  line-height: normal;
  /* color: #000 !important;   */
}

.intro--text p {
  font-size: 16px;
  line-height: normal;
  max-width: 85%;
  margin: 0 auto;
}

.intro--text a,
.accordion--content a,
.cert--info a {
  text-decoration: underline;
}

.progress-steps {
  width: 100%;
  height: 166px;
  margin: 90px auto 15px;
  display: flex;
  flex-direction: row;
}

.step {
  width: 19%;
  height: 100%;
  text-align: center;
  padding: 0 !important;
}
.inner--text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 5px;
}
.inner--text p:first-child {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.inner--text p:nth-child(2) {    
  font-size: 15px;  
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: normal;
}
.inner--text p:last-child {    
  margin-bottom: 0;
}

.blue {
  background-color: #123d64;
  color: #fff;
}
.white {
  background-color: #e7eaec;
  color: #000;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 83px solid transparent;
  border-bottom: 83px solid transparent;
  float: left;
  margin-left: -1px;
}
.triangle.first {
  border-left: 40px solid #fff;
}
.triangle.second,
.triangle.fourth,
.triangle.sixth {
  border-left: 40px solid #123d64;
}
.triangle.third,
.triangle.fifth,
.triangle.seventh {
  border-left: 40px solid #e7eaec;
}
.triangle.fourth {
  border-left: 40px solid #123d64;
}

p.cert--info {
  margin-bottom: 35px;
}

.purchase-now h3 {
  /* color: #000; */
  text-align: center;
  margin-bottom: 25px;
}

.purchase-now .purchase-button {
  text-align: center;
}
@media screen and (max-width:1250px) and (min-width:1151px) {
  .inner--text p:nth-child(2) {  
    font-size: 14px;    
  }
}

@media screen and (max-width: 1150px) {
  .header {
    height: auto;
  }
  .header--inner {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .hide-break {
    display: none;
  }

  .header p {
    width: 90%;
    margin: 62px 70px 0 70px;
  }

  .header--video {
    width: 90%;
    margin-top: 44px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 44px;
  }
  .intro--text p {
    font-size: 16px;
    line-height: normal;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
  }

  .progress-steps {
    width: 100%;
    height: auto;
    margin: 90px auto;
    flex-direction: column;
  }
  .step {
    width: 80%;
    height: 165px;
    margin: 0 auto;
  }
  .inner--text p:first-child {
    padding-top: 10px;
    font-size: 22px;
    margin-bottom: 0;
  }
  .inner--text p:nth-child(2) {    
    font-size: 18px;  
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
    line-height: normal;
  }

  .step.blue,
  .step.white {
    position: relative;
  }

  .triangle {
    display: none;
  }
  .bottom-triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
  }
  .bottom-triangle.first,
  .bottom-triangle.third,
  .bottom-triangle.fifth {
    border-top: 40px solid #123d64;
  }
  .bottom-triangle.second,
  .bottom-triangle.fourth {
    border-top: 40px solid #e7eaec;
  }
}

@media screen and (max-width: 550px) {
  .header--text {
    width: 100%;
  }

  .header h1 {
    font-size: 28px;
    width: 90%;
    margin: 55px auto 0;
    text-align: center;
  }
  .header p {
    width: 90%;
    text-align: center;
    margin: 40px auto 10px;
  }

  .card h5.button-header {
    margin-left: 0;
  }

  .purchase-button {
    margin-top: 32px;
  }
}

.purchase-now {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}

.cards {
  max-width: 1293px;
  display: flex;
  gap: 90px;
  margin: auto;
  margin-bottom: 60px;
  justify-content: center;
}

.row-reverse {
  flex-wrap: wrap-reverse;
}

.card {
  max-width: 594px;
  max-height: 501px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  justify-content: center;
}

.cards--text-inner {
  max-width: 546px;
  text-align: center;
}

.reg-button {
  margin-top: 40px;
}

#tns2-ow {
  display: none;
}

.hide-on-desktop {
  display: none;
}

.cards--image {
  border-radius: 12px;
}

.cards--text {
  padding: 24px;
}

a.pc-white-link,
a.pc-white-link:hover,
a.pc-white-link:focus {
  color: #fff;
}

.card h5,
.card p {
  color: #4d4d4d !important;
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-size: 16px;
  line-height: 24px;
}

.card h5 {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  color: #c9922e !important;
}

.cards p {
  font-weight: 400 !important;
}

.card a {
  font-weight: 600;
  font-size: 16px;
}

.card-header {
  margin-bottom: 20px;
  color: #c9922e;
  text-align: left;
}

.list-header {
  margin-bottom: 0px;
  text-align: left;
}

.card ul,
.card li {
  color: #4d4d4d;
}

.card ul {
  margin-bottom: 65px;
}

.card li {
  text-align: left;
}

.button-header {
  margin-bottom: 24px;
}

.meeting-button {
  width: 252px !important;
}

.purchase-button {
  color: #fff !important;
  background: #123d64;
  border: none;
  width: 162px;
  height: 42px;
  border-radius: 30px;
}

.purchase-button a,
.purchase-button a:hover,
.purchase-button a:focus {
  color: #fff;
  font-weight: 600;
}

div#tns1-ow {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

.slider--header {
  font-family: "Bree", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #c9922e;
  margin-bottom: 40px;
}

.slider--item-content {
  box-sizing: border-box;
  height: 177px;
  background: #ffffff;
  color: #123d64;
  border: 1px solid #123d64;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.slider--item-content p {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}

.active-slide {
  height: 280px;
  background: #123d64;
  color: white !important;
}

.active-p {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.slider,
.slider-mobile {
  display: flex;
  align-items: center;
}

.tns-nav > .tns-nav-active {
  background: #123d64 !important;
}

.tns-nav > [aria-controls] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 3px !important;
  border-radius: 50% !important;
  background: #ddd;
  border: 0;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer !important;
  border-radius: 50%;
  border: none;
  color: #fff !important;
  margin: 5px;
  font-size: 30px;
  font-weight: 100;
}

.tns-controls button:hover {
  background: #123d64;
}

.tns-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}

.accordions {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1350px;
}

.accordion {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 65px 20px 21px;
  gap: 10px;
  color: #123d64 !important;
  cursor: pointer;
  background: #e8eaec;
  border-radius: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Bree", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 24px;
  transition: 0.4s;
  margin-top: 36px;
}

.accordion--button {
  width: 315px !important;
  height: 62px !important;
  font-size: 18px;
  margin-top: 60px;
}

.accordion--content p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #4d4d4d !important;
  margin-bottom: 0;
}

.accordion--content ul {
  margin-left: 10px;
  list-style-type: none;
  margin-top: 17px;
  font-size: 14px;
}

.plus {
  font-weight: 500;
  font-size: 34px;
}

.accordion--content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  margin-top: 28px;
}

.active {
  background: #123d64;
  color: white !important;
}

.outro {
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.outro a {
  width: 291px;
  height: 62px;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.outro p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 36px !important;
  text-align: center;
  color: #4d4d4d;
}

.download {
  font-weight: unset;
}

.accordion--content i {
  color: #0b4f75;
  margin-left: 4px;
}

.question-button {
  color: #fff !important;
  background: #123d64;
  border: none;
  width: 235px;
  height: 42px;
  border-radius: 30px;
}

.question-button a,
.question-button a:hover,
.question-button a:focus {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .hide-on-tablet {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  #tns1-ow {
    display: none;
  }

  #tns2-ow {
    display: block;
  }

  .slider--header {
    margin-bottom: 45px;
    margin-top: 70px;
    font-size: 17px;
  }

  .outro {
    margin-top: 40px;
  }

  .cards {
    margin-bottom: 40px;
  }

  .card {
    max-width: 100%;
    width: 100%;
  }
  .cards--text-inner {
    max-width: 80%;
  }

  .accordions {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .cards--text-inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .header--image {
    width: 95%;
  }

  .accordions {
    margin-top: 0;
  }

  .header--text p {
    font-size: 16px;
    line-height: 24px;
  }

  .header {
    margin-bottom: 20px;
  }

  .cards--text {
    padding: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-height: 100%;
  }

  .accordion {
    font-size: 17px;
    padding: 18px 65px 18px 21px;
    margin-top: 25px;
  }

  .accordion--button {
    width: 231px !important;
    height: 40px !important;
    font-size: 14px;
    margin-top: 60px;
  }

  .outro a {
    width: 200px;
    height: 50px;
    font-size: 15px !important;
  }

  .outro p {
    font-size: 17px !important;
    margin-bottom: 10px;
  }

  .active-slide {
    height: 203px;
  }
}
/* video testimonial  */
#video1 .modal-dialog {
  width: 600px;
  margin: 130px auto;
}

#video1 .modal-body {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 53.6%;
}

#video1 .modal-content {
  padding: 0 15px 15px;
}

#video1 .modal-body iframe {
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
