body {
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1210px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
    display: flex;
    justify-content: center;
  }
}
.inner_container {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1220px) {
  .inner_container {
    margin: 0px auto;
  }
}
h2, .h2 {
  font-size: 32px;
  color: #2b3504;
  font-weight: 500;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 23px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 1.66;
  font-weight: 700;
  color: #151933;
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
}
@media (max-width: 991px) {
  h3, .h3 {
    line-height: 1.1;
  }
}

p {
  font-size: min(15px + 1 * (100vw - 300px) / 1620, 16px);
  font-weight: 400;
  margin-bottom: 0px;
  color: #151933;
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 24px;
}

.bg-color-content {
  background-color: #f4f7eb;
}

button:focus-visible {
  outline: none;
}

footer {
  background-color: #444444;
  padding-top: 25px;
  padding-bottom: 60px;
}
footer .container {
  justify-content: start;
  background-color: #444444;
}
footer .footer_contain {
  padding-left: 30px;
}
@media (max-width: 991px) {
  footer .footer_contain {
    padding-left: 30px;
  }
}
footer .footer_contain p {
  color: #AAAAAA;
  font-size: 12px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  footer .footer_contain p {
    text-align: center;
  }
}
footer .footer_contain p a {
  color: #309DDC;
  text-decoration: none;
}

.go_live {
  background-color: #314668;
  color: white;
  padding: 24px 15px;
  margin-top: 8px;
}
.go_live p {
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.video-container {
  position: relative;
  max-width: 640px;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .video-container {
    margin-top: 20px;
  }
}
.video-container .controls {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 575px) {
  .video-container .controls {
    bottom: -3px;
    padding: 2px;
  }
}
.video-container .controls .play-pause-button, .video-container .controls .fullscreen-button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.video-container .controls .play-pause-button i, .video-container .controls .fullscreen-button i {
  font-size: 20px;
}
@media (max-width: 575px) {
  .video-container .controls .play-pause-button i, .video-container .controls .fullscreen-button i {
    font-size: 14px;
  }
}
.video-container .controls .progress-bar {
  width: 60%;
  cursor: pointer;
}
@media (max-width: 575px) {
  .video-container .controls .progress-bar {
    margin-right: 5px;
  }
}
.video-container .controls .right-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-container .controls .volume-control {
  width: 57px;
  margin-right: 22px;
  cursor: pointer;
  cursor: pointer;
}
@media (max-width: 575px) {
  .video-container .controls .volume-control {
    width: 54px;
    margin-right: 4px;
  }
}
.video-container video {
  width: 100%;
  height: 100%;
}

.center-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 80px;
  height: 80px;
  background-color: transparent;
}
@media (max-width: 500px) {
  .center-play-button {
    width: 50px;
    height: 50px;
  }
}
.center-play-button img {
  width: 80px;
  height: 80px;
}
@media (max-width: 500px) {
  .center-play-button img {
    width: 50px;
    height: 50px;
  }
}

.progress-bar, .volume-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
}

.progress-bar::-webkit-slider-thumb, .volume-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin-top: 1px;
}

.progress-bar::-moz-range-thumb, .volume-control::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin-top: 1px;
}

.progress-bar::-webkit-slider-thumb:hover, .volume-control::-webkit-slider-thumb:hover {
  background: #fff;
}

.progress-bar::-moz-range-thumb:hover, .volume-control::-moz-range-thumb:hover {
  background: #fff;
}

.progress-bar:active::-webkit-slider-thumb, .volume-control:active::-webkit-slider-thumb {
  background: #fff;
}

.progress-bar:active::-moz-range-thumb, .volume-control:active::-moz-range-thumb {
  background: #fff;
}

main {
  background-image: linear-gradient(#5B7DAE, #374F73);
  padding: 57px 25px 76px 25px;
}
@media (max-width: 767px) {
  main {
    padding: 25px 25px;
  }
}

.container {
  background-color: white;
}

.registration_inner h1, .registration_inner .h1 {
  font-size: 40px;
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  padding-top: 49px;
}
@media (max-width: 767px) {
  .registration_inner h1, .registration_inner .h1 {
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
  }
}
.registration_inner p {
  color: #151933;
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.8px;
}
@media (max-width: 575px) {
  .registration_inner p {
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .registration_inner p br {
    display: none;
  }
}
.registration_inner p span {
  color: red;
}
.registration_inner p:last-of-type {
  font-size: 16px;
  font-weight: 400;
  padding-top: 27px;
  padding-bottom: 20px;
  letter-spacing: 0.32px;
  line-height: 24px;
}

.e-brokering {
  background-color: #F3F3F3;
  padding: 20px 10px 50px 10px;
  margin-top: 43px;
}
@media (max-width: 575px) {
  .e-brokering {
    margin-top: 20px;
  }
}
.e-brokering p:first-of-type {
  color: #151933;
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: min(16px + 4 * (100vw - 300px) / 1620, 20px);
  padding-top: 14px;
  text-align: center;
  letter-spacing: 0.8px;
}
@media (max-width: 370px) {
  .e-brokering p:first-of-type {
    padding-bottom: 20px;
  }
}
.e-brokering .e-brokering-inner {
  gap: 20px;
  text-align: center;
}
@media (max-width: 460px) {
  .e-brokering .e-brokering-inner {
    gap: 10px;
  }
}
@media (max-width: 370px) {
  .e-brokering .e-brokering-inner {
    flex-wrap: wrap;
  }
}
.e-brokering .e-brokering-inner .e-brokering-num {
  background-color: #314668;
  width: 93px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-top: 19px;
}
@media (max-width: 370px) {
  .e-brokering .e-brokering-inner .e-brokering-num {
    width: 40%;
    margin-top: 0px;
  }
}
.e-brokering .e-brokering-inner .e-brokering-num h2, .e-brokering .e-brokering-inner .e-brokering-num .h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: min(25px + 15 * (100vw - 300px) / 1620, 40px);
  color: white;
  font-weight: 100;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 2px;
}
.e-brokering .e-brokering-inner .e-brokering-num p {
  font-family: "Bebas Neue", sans-serif;
  font-size: min(16px + 4 * (100vw - 300px) / 1620, 20px);
  color: white;
  font-weight: 100;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-top: 6px;
  letter-spacing: 1px;
}
@media (max-width: 370px) {
  .e-brokering .e-brokering-inner .e-brokering-num p {
    padding-bottom: 0px;
  }
}

.your_instructor .container {
  background-color: #F3F3F3;
  padding-top: 60px;
}

.inner_container {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .inner_container {
    padding-bottom: 30px;
  }
}
.inner_container h2, .inner_container .h2 {
  text-align: center;
}
@media (max-width: 700px) {
  .inner_container h2 br, .inner_container .h2 br {
    display: none;
  }
}
.inner_container .instructor {
  background-image: linear-gradient(#5B7DAE, #374F73);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px 10px 43px 10px;
}
@media (max-width: 575px) {
  .inner_container .instructor {
    padding: 20px;
  }
}
.inner_container .instructor h2, .inner_container .instructor .h2 {
  color: white;
  padding-bottom: 13px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .inner_container .instructor h2, .inner_container .instructor .h2 {
    padding: 0px 0px 0px 0px;
  }
}
.inner_container .instructor .card {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  padding: 22px 10px;
}
.inner_container .instructor .card img {
  max-width: 326px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inner_container .instructor .card .card-contain {
  padding-top: 24px;
  text-align: center;
}
.inner_container .instructor .card .card-contain h5, .inner_container .instructor .card .card-contain .h5 {
  font-size: min(16px + 2 * (100vw - 300px) / 1620, 18px);
  font-weight: 600;
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0px;
}
.inner_container .instructor .card .card-contain p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px;
  letter-spacing: 0.32px;
}
.inner_container .upcoming_contain p {
  padding-top: 22px;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .inner_container .upcoming_contain p {
    text-align: center;
    padding-top: 10px;
  }
}
.inner_container .alert_box {
  background-image: linear-gradient(#D62020, #870000);
  padding: 40px 20px;
  margin-top: 69px;
}
@media (max-width: 470px) {
  .inner_container .alert_box {
    padding: 20px 20px;
    margin-top: 30px;
  }
}
.inner_container .alert_box img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 10px;
}
.inner_container .alert_box p {
  font-family: "SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: min(16px + 4 * (100vw - 300px) / 1620, 20px);
  color: white;
  font-weight: 100;
  margin-bottom: 0px;
  text-align: center;
}
.inner_container .alert_box p:first-of-type {
  padding-top: 10px;
}
@media (max-width: 370px) {
  .inner_container .alert_box p br {
    display: none;
  }
}

.brokering h2, .brokering .h2 {
  padding-top: 36px;
}
@media (max-width: 767px) {
  .brokering h2, .brokering .h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .brokering h2, .brokering .h2 {
    padding: 0px 0px 0px 0px;
  }
}
.brokering .container {
  padding: 62px 0px;
}
@media (max-width: 767px) {
  .brokering .container {
    padding: 32px 0px;
  }
}
.brokering .row {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .brokering .row {
    padding-top: 0px;
  }
}
.brokering .brokering_inner {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1220px) {
  .brokering .brokering_inner {
    margin: 0px auto;
  }
}
@media (max-width: 991px) {
  .brokering .brokering_inner {
    padding: 0px 30px;
  }
}
.brokering .brokering_inner .brokering_box {
  padding-right: 22px;
}
@media (max-width: 991px) {
  .brokering .brokering_inner .brokering_box {
    padding-right: 0px;
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  .brokering .brokering_inner .brokering_box {
    text-align: center;
  }
}
.brokering .brokering_inner .brokering_box img {
  width: 56px;
  height: 56px;
  margin-top: 25px;
}
.brokering .brokering_inner .brokering_box h3, .brokering .brokering_inner .brokering_box .h3 {
  padding: 11px 0px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .brokering .brokering_inner .brokering_box h3, .brokering .brokering_inner .brokering_box .h3 {
    padding: 7px 0px;
  }
}
.brokering .brokering_inner .brokering_box p {
  color: #53555D;
  letter-spacing: 0.32px;
}

.upcoming_contain h2, .upcoming_contain .h2 {
  padding: 33px 0px 0px 0px;
}
@media (max-width: 575px) {
  .upcoming_contain h2, .upcoming_contain .h2 {
    padding: 20px 0px 0px 0px;
  }
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Medium.woff2") format("woff2"), url("../font/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Regular.woff2") format("woff2"), url("../font/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

figcaption, figure {
  display: block
}

.transition {
  -webkit-transition: top .4s linear;
  -moz-transition: top .4s linear;
  -ms-transition: top .4s linear;
  -o-transition: top .4s linear;
  transition: top .4s linear
}

.timeTo {
  font-family: Tahoma, Verdana, Aial, sans-serif;
  font-size: 28px;
  line-height: 108%;
  font-weight: 700;
  height: 32px
}

.timeTo span {
  vertical-align: top
}

.timeTo.timeTo-white div {
  color: #000;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 38%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #fff), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #fff 38%, #ccc 100%);
  background: -o-linear-gradient(top, #fff 38%, #ccc 100%);
  background: -ms-linear-gradient(top, #fff 38%, #ccc 100%);
  background: linear-gradient(to bottom, #fff 38%, #ccc 100%)
}

.timeTo.timeTo-black div {
  color: #fff;
  background: #45484d;
  background: -moz-linear-gradient(top, #45484d 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45484d), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #45484d 0, #000 100%);
  background: -o-linear-gradient(top, #45484d 0, #000 100%);
  background: -ms-linear-gradient(top, #45484d 0, #000 100%);
  background: linear-gradient(to bottom, #45484d 0, #000 100%)
}

.timeTo.timeTo-black .timeTo-alert {
  background: #a74444;
  background: -moz-linear-gradient(top, #a74444 0, #3f0000 67%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a74444), color-stop(67%, #3f0000));
  background: -webkit-linear-gradient(top, #a74444 0, #3f0000 67%);
  background: -o-linear-gradient(top, #a74444 0, #3f0000 67%);
  background: -ms-linear-gradient(top, #a74444 0, #3f0000 67%);
  background: linear-gradient(to bottom, #a74444 0, #3f0000 67%)
}

.timeTo.timeTo-white .timeTo-alert {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 35%, #e17373 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), color-stop(100%, #e17373));
  background: -webkit-linear-gradient(top, #fff 35%, #e17373 100%);
  background: -o-linear-gradient(top, #fff 35%, #e17373 100%);
  background: -ms-linear-gradient(top, #fff 35%, #e17373 100%);
  background: linear-gradient(to bottom, #fff 35%, #e17373 100%)
}

.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0
}

.timeTo figcaption {
  text-align: center;
  line-height: 80%;
  font-weight: 400;
  color: #888
}

.timeTo div {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 30px;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  overflow: hidden
}

.timeTo div.first {
  border-left: 1px solid silver
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px
}

.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none
}
.timeTo {
  height: auto
}

.timeTo figure {
  background-color: #314668;
}

.timeTo figure {
  width: 93px!important;
  padding: 30px 5px;
  border-radius: 5px!important
}
@media (max-width: 767px) {
  .timeTo figure {
    padding: 30px 0;
  }
}

.timeTo div {
  width: 16px!important;
  height: 44px!important;
  margin: 0!important
}

.timeTo ul {
  left: 0!important
}

.timeTo span {
  display: none
}

.timeTo figcaption {
  text-transform: uppercase;
  padding-right: 0!important;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  margin-top: 6px;
  font-size: min(16px + 4*(100vw - 300px) / 1620, 20px) !important;
  color: #fff;
  font-weight: 100;
}

.timeTo div,.timeTo div.first {
  border: 0
}

.timeTo.timeTo-black div {
  background: 0 0
}
.e-brokering-inner{
  margin-top: 19px;
}
.timeTo ul li {
  font-size: min(25px + 15*(100vw - 300px) / 1620, 40px)!important;
  color: #fff;
  font-weight: 100;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
}
.btn-edit-post-link{
  color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "SF Pro Display", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.h2, h2 {
  font-size: 32px;
  color: #2b3504;
  font-weight: 500;
}
.exclusive_box {
  background: url("../../webinar-confirmation/images/blue-bg.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 68px;
  border-radius: 20px;
  background-position: center;
  width: 100%;
}

@media (max-width: 991px) {
  .exclusive_box {
    padding-top: 40px;
  }
}

.exclusive_box .exclusive_mainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .exclusive_box .exclusive_mainbox {
    padding-left: 0;
    padding-right: 0;
  }
}
.exclusive_box .exclusive_mainbox .exclusive_boximg {
  width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .exclusive_box .exclusive_mainbox .exclusive_boximg {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .exclusive_box .exclusive_mainbox .exclusive_boximg {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  /* Mobile book image: 5% smaller + soft fade at the bottom (like the original) */
  .exclusive_box .exclusive_mainbox .exclusive_boximg.mb-cards {
    width: 256px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .exclusive_box .exclusive_mainbox .exclusive_boximg.mb-cards img {
    -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  }
}
.exclusive_box .exclusive_mainbox .exclusive_boximg img {
  width: 100%;
  display: block;
}
/* Desktop book image: Bootstrap's .d-md-block forces display:block !important,
   which kills the theme's flex/align-items:flex-end. Force flex back so the book
   anchors to the bottom of the card, and shift right to clear the rounded corner. */
@media (min-width: 768px) {
  .exclusive_box .exclusive_mainbox .exclusive_boximg.d-md-block {
    display: flex !important;
    align-items: flex-end;
    padding-left: 34px;
  }
}
.exclusive_box .exclusive_mainbox .exclusive_boxtxt {
  width: 660px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .exclusive_box .exclusive_mainbox .exclusive_boxtxt {
    width: calc(100% - 270px);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .exclusive_box .exclusive_mainbox .exclusive_boxtxt {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.exclusive_box .exclusive_mainbox .exclusive_boxtxt h6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 2px;
  color: #ff005e;
  margin-bottom: 6px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .exclusive_box .exclusive_mainbox .exclusive_boxtxt h6 {
    margin-bottom: 42px;
    display: inline-block;
  }
}

.exclusive_box .exclusive_mainbox .exclusive_boxtxt h6:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url("../../webinar-confirmation/images/icon-light.svg") no-repeat;
  background-size: cover;
}
.exclusive_box .exclusive_mainbox .exclusive_boxtxt h6:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url("../../webinar-confirmation/images/icon-light.svg") no-repeat;
  background-size: cover;
}
.exclusive_box .exclusive_mainbox .exclusive_boxtxt h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -.5px;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .exclusive_box .exclusive_mainbox .exclusive_boxtxt h2 {
    margin-bottom: 35px;
    font-size: 32px;
  }
}

.exclusive_box .exclusive_mainbox .exclusive_boxtxt p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.1px;
  text-align: left;
  color: #c0c3cc;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .exclusive_box .exclusive_mainbox .exclusive_boxtxt p {
    line-height: 30px;
  }
}
a.btn-book {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 21px 32px;
  background-color: #5046E5;
  border-radius: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(#5046E5));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), #5046E5);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), #5046E5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), #5046E5);
  margin-top: 31px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  a.btn-book {
    margin-top: 20px;
    white-space: nowrap;
    font-size: 14px;
    padding: 16px 18px;
  }
}
@media (max-width: 479px) {
  a.btn-book {
    padding: 18px 22px;
  }
}
@media (max-width: 375px) {
  a.btn-book {
    padding: 15px 10px;
    font-size: 13px;
  }
}
a.btn-book:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5046E5), to(rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(#5046E5, rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(#5046E5, rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(#5046E5, rgba(255, 255, 255, 0.2));
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #fff;
}
.or-text{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1px;
  text-align: left;
  margin-top: 16px;
  color: #c0c3cc;
}
.or-text span{
  font-weight: bold;
  color: #ffe179;
}
@media (min-width: 768px) {
  .or-text{
    font-size: 18px;
    line-height: 1.78;
    margin-bottom: 76px;
  }
}
.imp-msg-text{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-align: center;
  color: #23262f;
}
.imp-msg-text span{
  color: #ff005e;
}
@media (min-width: 768px) {
  .imp-msg-text{
    font-size: 24px;
    letter-spacing: -.5px;
  }
}

@media screen and (min-width: 767px) {
  .mb-cards {
    display: none !important;
  }
}
.font-inter-var{
  font-family: 'InterVariable' !important;
  font-feature-settings: 'cv05' on, 'cv11' on;
}
.font-inter-var-feature-normal{
  font-feature-settings: normal !important;
}