* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Poppins, sans-serif;
  background: #000;
  background-image: url(../images/bnr.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}

div {
  box-sizing: border-box;
}

.head {
  background-color: #000;
  background-image: url(../images/topbg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  height: 375px;
}

h1.catalyst-index {
  font-size: 52px;
  font-family: "Oswald", sans-serif;
  padding-top: 3rem;
}

.white {
  color: #ffffff;
}

/*.reg .banner {
   background-size: 170%;
}
*/

.form-group {
  width: calc(100% - 228px) !important;
  margin-bottom: 0;
  display: block;
  /* border-radius: 12px; */
  border-radius: 0;
  overflow: hidden;
}

form.form-inline .form-group input {
  width: 100%;
  border-radius: 5px 0 0 5px;
  border-right: unset;
}

.form-control.big {
  height: 56px;
}

button.btn.btn-default,
a.btn.btn-default {
  display: inline-block;
  width: 100%;
  background: rgb(100,196,25);
background: linear-gradient(90deg, rgba(100,196,25,1) 0%, rgba(195,234,45,1) 71%, rgba(242,252,56,1) 100%);
  background-position: center center;
  color: #000;
  font-weight: bold;
  text-decoration: none solid #fff;
  text-align: center;
  border: 1px #777 solid;
  max-width: 350px;
  border-radius: 0 5px 5px 0 !important;
  padding: 10px 0;
  font-size: 28px;
}
button.btn.btn-default.f18,
a.btn.btn-default.f18 {
  font-size: 18px !important;
}
button.btn.btn-default:hover,
a.btn.btn-default:hover {
  opacity: 0.8;
}

.img-arrow-left {
  opacity: 1;
  position: absolute;
  /* top: -32px; */
  /* left: 0; */
  top: -120px;
  left: -200px;
  z-index: 2;
  width: 192px;
  transform: rotateY(180deg);
}

.img-arrow-right {
  opacity: 1;
  position: absolute;
  /* top: -32px; */
  /* left: 0; */
  top: -120px;
  right: -200px;
  z-index: 2;
  width: 192px;
  /* transform: scale(0.4); */
}

form.form-inline.mb-0 {
  position: relative;
  display: flex;
}

div#demo {
  display: flex;
  margin: 15px auto 25px !important;
  justify-content: center;
}

.se_field {
  margin: 0 8px;
}

.se_top {
  font-size: 40px;
  font-weight: bold;
  color: #ababab;
}

.vip .head {
  height: 420px;
}

.vip .form-group {
  width: 100% !important;
  font-weight: 100;
  display: block;
  /* border-radius: 12px; */
  border-radius: 0;
  overflow: hidden;
}

.vip .form-inline.mb-0 {
  position: relative;
  display: block;
}

.vip .form-group input {
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
  margin-bottom: 10px;
}

.vip button.btn.btn-default {
  max-width: 100%;
  border-radius: 5px !important;
}

.reg h3 {
  max-width: 600px;
  margin: 0 auto 20px;
}

.reg ol li {
  margin-bottom: 10px;
}

.left_arrow {
  position: absolute;
  left: -170px;
  top: -82px;
  display: block !important;
}

.right_arrow {
  position: absolute;
  right: -170px;
  top: -82px;
  display: block !important;
}

@media (max-width: 1100px) {
  .img-arrow-left {
    top: -49px;
    left: -120px;
    z-index: 2;
    width: 105px;
  }
  .img-arrow-right {
    top: -49px;
    right: -120px;
    z-index: 2;
    width: 105px;
  }
}

@media (max-width: 1000px) {
  .img-arrow-left {
    display: none !important;
  }
  .img-arrow-right {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .vip .head {
    height: auto;
    padding-bottom: 90px;
  }
  .no-pt {
    padding-top: 25px !important;
  }
  .vip .head img.img-fluid {
    margin-bottom: 0;
  }
  .container,
  .container-sm {
    max-width: 100% !important;
  }
  button.btn.btn-default {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 5px !important;
  }
  .form-inline .form-group,
  .form-inline button {
    flex-basis: 100%;
  }
  form.form-inline {
    flex-wrap: wrap;
  }
  .form-inline button {
    margin-top: 5px;
  }
  .form-inline input {
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
  }
  .body-content {
    margin-top: 0;
  }
  .head {
    padding-bottom: 55px;
    background-size: cover;
    height: auto;
  }
  .topbar {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin-bottom: 0 !important;
  }

  .col-12.mt-4.top-mrg img {
    margin-bottom: 6px;
    max-width: 300px;
  }
  div#demo {
    display: flex;
    margin: 5px auto 8px !important;
    justify-content: center;
  }

  p.text-center.quote {
    font-size: 14px;
    line-height: normal;
  }
  .timertext {
    font-size: 14px;
  }

  #demo .se_top {
    font-size: 22px;
  }

  #demo .se_bottom {
    font-size: 16px;
  }

  .body-content {
    padding: 20px 10px !important;
  }
}

@media (max-width: 767px) {
  .reg .topbar {
    font-size: 13px !important;
    margin: 0 auto 20px !important;
  }
}

h3.catalyst-index-heading {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1;
  display: inline-block;
  background-color: #f4da00;
  padding: 4px;
}

.center {
  text-align: center;
}

.topbar {
  width: auto;
  height: auto;
  padding: 5px 30px;
  background: #EF0637;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 22px;
  max-width: 800px;
}

.reg .topbar {
  margin: auto;
  background: #e21425;
  font-size: 18px;
  max-width: 710px !important;
  display: block;
}

.logo-section {
  max-width: 1000px;
  text-align: center;
  margin: 0px auto !important;
}
.top-layer {
  position: relative;
}
.mrgb-0 {
  margin-bottom: 0px !important;
}

@media (max-width: 860px) {
  .logo-section {
    min-width: 800px;
    max-width: 800px;
  }
  .m_space_5 {
    margin-bottom: 15px;
  }
}

@media (max-width: 860px) {
  .logo-section {
    min-width: 100%;
    max-width: 100%;
  }
}

.body {
  position: relative;
  margin-top: -200px;
}

@media (max-width: 860px) {
  .body {
    margin-top: 0px;
  }
}

.contentarea {
  min-width: 860px;
  max-width: 860px;
  margin: 0px auto !important;
}

@media (max-width: 860px) {
  .contentarea {
    min-width: 800px;
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .contentarea {
    min-width: 100%;
    max-width: 100%;
  }
}

.headcontent {
  border: 10px solid rgb(211, 222, 234);
  padding: 10px 12%;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  background: #fff;
}

.videosec {
  padding: 15px 30px;
  background: #000;
}

.video {
  border: 5px solid #fff;
}

.form1 {
  padding: 15px 0px 15px 0px;
  text-align: center;
  color: #fff;
  position: relative;
}

.form {
  margin-top: 20px;
}

.form .form-input {
  border: none;
  background: #fff;
  border-radius: 0px;
}

.form .submit-btn {
  background: #fdd601;
  padding: 6px 20px;
  font-size: 27px;
  font-weight: 600;
  border: 2px solid transparent;
  outline: 0px;
  border-radius: 0px;
  width: 50%;
}

.form .submit-btn:hover {
  background: transparent;
  border: 2px solid #fdd601;
  color: #fdd601;
}

.left-arrow {
  position: absolute;
  width: 100px;
  z-index: 1;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}

.right-arrow {
  position: absolute;
  width: 100px;
  z-index: 1;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .left-arrow {
    width: 60px;
    right: -70px;
    top: 70%;
  }

  .right-arrow {
    width: 60px;
    left: -70px;
    top: 70%;
  }
}

@media (max-width: 1024px) {
  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }
}

.body-content {
  padding: 40px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-top: -65px;
  margin-bottom: 30px;
  background: #fff;
}

.head p {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 991px) {
  .body-content {
    /*        margin-top: 20px;*/
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  h1.catalyst-index {
    font-size: 36px !important;
  }
  h3.catalyst-index-heading {
    font-size: 24px !important;
  }
  button.btn.btn-cta {
    font-size: 20px !important;
  }

  .left_arrow,
  .right_arrow {
    display: none !important;
  }
  .reg h1.top-heading.oswald {
    font-size: 24px !important;
  }
  .reg .body-content {
    padding-top: 20px;
  }

  .reg .contentarea.main-cont-area p em {
    font-size: 16px;
  }
  h2.text-center.second_heading.oswald {
    margin-bottom: 5px;
  }
  .reg .contentarea.main-cont-area p {
    margin-bottom: 2px;
  }
  .second_heading.oswald br {
    display: none !important;
  }
  .second_heading.oswald {
    line-height: normal !important;
  }
  .reg h3 {
    max-width: 600px;
    margin: 0 auto 0;
    font-size: 20px !important;
  }
  .m_center {
    text-align: center;
  }
  .form-inline button {
    font-size: 16px;
  }
}

.body-content p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
.cst-unorder li {
  margin-bottom: 20px;
}

.body-content li {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.body-content h2 {
  font-size: 28px;
  color: #000;
  line-height: 25px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .body-content h2 {
    font-size: 20px;
  }
}

.count-heading {
  font-weight: 600;
  font-size: 20px;
}

.count-down {
  color: #0600d2;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.count-down > span span:first-child {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.count-down > span span:last-child {
  font-size: 19px;
  font-style: italic;
  color: #000;
  padding-top: 10px;
}

.count-down > span {
  position: relative;
  width: auto;
  padding: 0px 20px;
}

.count-down > span > span {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .count-down > span span:first-child {
    font-size: 40px;
    font-weight: 700;
    color: #ababab;
  }

  h1.catalyst-index {
    font-size: 26px !important;
    margin-bottom: 10px !important;
  }
  h3.catalyst-index-heading {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
  }
  .frame {
    margin-bottom: 40px !important;
  }

  .cst-box-sha {
    padding: 10px !important;
  }

  a.cst-transcript {
    display: block !important;
  }

  button.btn.btn-cta {
    font-size: 16px !important;
    margin-top: 20px !important;
    padding: 5px 10px !important;
    width: 70% !important;
  }
  h1.catalyst-index {
    padding-top: 1.5rem !important;
  }
  .banner.banner-index {
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 576px) {
  .count-down > span span:first-child {
    font-size: 25px;
  }

  .count-down > span {
    padding: 0px 5px;
  }

  .count-down > span span:last-child {
    font-size: 17px;
  }
}

.form2 input {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #000;
  padding: 12px 10px;
}

.form2 {
  padding: 20px 00px;
}

.form2 input[type="submit"] {
  text-align: center;
  background: #fdd601;
  padding: 7px 10px;
  font-size: 27px;
  font-weight: 600;
  margin-top: 15px;
  border: 2px solid transparent;
}

.form2 input[type="submit"]:hover {
  background: transparent;
  border: 2px solid #fdd601;
}

.box {
  width: 200px;
  padding: 30px 30px 10px 30px;
  text-align: center;
  margin: 0px 15px;
}

.box i {
  font-size: 50px;
  color: #0600d2;
  margin-bottom: 20px;
}

.icon-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .icon-box {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 20px;
    padding: 5px;
  }
}

.footer {
  background: rgb(255, 255, 255);
  padding: 50px 15px;
  text-align: center;
  color: #333;
}

.footer p {
  font-size: 14px;
  margin: 0px;
}

@media (max-width: 576px) {
  .footer {
    padding: 20px 10px;
  }
}

/*thank you*/

.headcontent2 {
  border: 10px solid rgb(211, 222, 234);
  padding: 20px 12%;
  text-align: center;
  font-size: 26px;
  color: red;
  font-weight: 400;
  background: #fff;
}

.form3 input {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #000;
  padding: 12px 10px;
  margin-bottom: 15px;
}

.form3 {
  padding: 20px 00px;
}

.form3 input[type="submit"] {
  text-align: center;
  background: #fdd601;
  padding: 7px 10px;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid transparent;
}

.form3 input[type="submit"]:hover {
  background: transparent;
  border: 2px solid #fdd601;
  color: #000;
}

.cfday {
  background: #000;
  padding: 30px 20px;
  color: #fff;
  margin-bottom: 20px;
}

.cfday h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 576px) {
  .cfday h2 {
    font-size: 20px;
  }
}

.team {
  padding: 20px 0px;
}

.members {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid transparent;
  margin-bottom: 10px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .members {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .main-cont-area h2 {
    line-height: 35px !important;
  }
}

.members:hover {
  border: 2px solid #253241;
}

.form2 input,
.form3 input,
.form4 input,
.form4 button {
  width: 80%;
  margin-left: 10%;
}

@media (max-width: 576px) {
  .form2 input,
  .form3 input {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .form input[type="submit"],
  .form3 input[type="submit"],
  .form2 input[type="submit"] {
    font-size: 18px;
  }
}

.form4 input {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #000;
  padding: 12px 10px;
  margin-bottom: 15px;
}

.form4 {
  padding: 20px 00px;
}

.form4 button {
  text-align: center;
  background: #fdd601;
  padding: 7px 10px;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid transparent;
}

.form4 button:hover {
  background: transparent;
  border: 2px solid #fdd601;
  color: #fdd601;
}

@media (max-width: 767px) {
  .form4 button {
    font-size: 17px;
  }
  .banner {
    padding-bottom: 16rem;
  }

  .banner {
    /* background-size: 146% 50% !important;*/
    background-image: url(../images/images-CatalystXVSL/mobile_banner_img.jpg) !important;
  }

  /*.upsell_one .banner{
    background-size: 146% 79%;
}

.typ .banner{
    background-size: 146% 100% !important;
} 

.order .banner{
    background-size: 146% 72% !important;
} */
}

mark {
  background: #0600d2;
  color: #fff;
}
.desc {
  font-size: 14px;
}
.main-cont-area {
  margin-top: -14.5rem !important;
}

.banner.banner-index {
  padding-bottom: 4rem;
}
.top-main-heading {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 16px;
  line-height: 1;
}
/*.logo-section img{
    width: 600px;
    height: 100px;
}*/
.main-cont-area h2 {
  line-height: 40px;
}
.btn-set {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
}

.btn-set a {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  max-width: 300px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.btn-set h4 {
  font-size: 30px;
  font-weight: 700;
}
.btn-yes {
  color: #fff;
  background-color: #f86800;
  border-radius: 0;
  border: 1px solid #f86800;
}
.btn-yes:hover {
  background: transparent;
  color: #000;
}
.btn-no {
  background-color: #6c757d;
  border-radius: 0;
  border: 1px solid #6c757d;
  color: #fff;
}
.btn-no:hover {
  background: transparent;
}
.modal-dialog {
  max-width: 600px;
  text-align: center;
  border-radius: 0;
}
.modal-content {
  border: 2px solid #f86800;
  border-radius: 0;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-title {
  text-align: center;
  color: red;
}
.btn-no-thanks {
  border-radius: 0;
}
.modal-footer {
  justify-content: center;
  padding-bottom: 40px;
}
.no-thanks-link {
  color: #253241;
  margin-top: 15px;
}
.no-thanks-link:hover {
  color: #f86800;
}
.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-body p {
  font-size: 18px;
  margin-bottom: 0;
}

p.cst-warning {
  font-weight: 700;
  font-size: 19px;
}
span.war-txt {
  color: #ff8100 !important;
}

p.cst-top {
  margin-top: 40px;
}
.top-heading {
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
}

.reg h1.top-heading.oswald {
  font-size: 55px;
}

.top-sub-heading {
  margin-top: 20px;
  color: rgb(255 226 18);
}
.sub-heading-mob {
  display: none;
}
.main-cont-area img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .top-heading {
    margin-top: 20px;
  }
  .top-sub-heading {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .top-heading {
    margin-top: 0;
    font-size: 20px;
  }
  .top-sub-heading {
    margin-top: 6px;
    font-size: 16px;
  }
}

.main-cont-area {
  margin-top: 0 !important;
}

.mainpage .banner {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

@media (max-width: 767px) {
  .sub-heading-mob {
    display: block;
    color: rgb(255 226 18);
    text-align: center;
    font-size: 14px;
    padding: 15px 15px;
  }
  .sub-heading-mob h5 {
    margin-bottom: 0;
  }
  .top-sub-heading {
    display: none;
  }
  .reg .top-sub-heading {
    display: block;
  }
  .banner {
    padding-bottom: 0rem;
  }

  .order .banner,
  .transcript .banner {
    background-size: 100%;
    background-position: bottom !important;
  }

  .main-cont-area {
    margin-top: 0 !important;
  }
  .top-mrg {
    margin-top: 2rem !important;
    margin-bottom: 1rem;
  }
  .top-heading {
    margin-bottom: 16px;
  }
  .sub-heading-mob h5 {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 576px) {
  .top-mrg {
    margin-top: 1rem !important;
  }
  .top-heading {
    margin-bottom: 28px;
  }
  .sub-heading-mob h5 {
    font-size: 16px;
    font-weight: 300;
  }

  .btn-set {
    align-items: center;
    flex-direction: column;
  }
}

.cst-box-sha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 3px 2px;
  padding: 5px;
}
.cst-box-sha p {
  margin-bottom: 10px !important;
  font-weight: 600;
  font-size: 16px;
}
.cst-box {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.placeholder-img {
  position: relative;
  text-align: center;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-fluid {
  margin-bottom: 20px;
}

.frame {
  padding: 32px;
  border: 3px solid #fff;
  background-color: black;
  margin: 30px auto 36px;
}

button.btn.btn-cta {
  background: #4cb700;
  color: #000 !important;
  font-size: 28px;
  font-weight: 600;
  border-radius: 0;
  padding: 6px 25px;
  padding-right: 25px;
  padding-left: 25px;
  border: none;
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 auto;
  border: 0 solid #fff;
}
button.btn.btn-cta:hover {
  background: #2e9a49;
}

a.cst-transcript {
  font-size: 20px;
  color: #f4da00;
  display: none;
}

@media (min-width: 767px) {
  img.cst-break {
    max-width: 500px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .footer {
    min-width: 800px;
  }
}
.head {
  background-image: url() !important;
  background-color: transparent !important;
  background-size: cover !important;
}
.img-arrow-left {
  transform: rotateY(0deg) !important;
  width: 150px !important;
  top: -90px !important;
  left: -165px !important;
}
.img-arrow-right {
  transform: rotateY(180deg) !important;
  width: 150px !important;
  top: -90px !important;
  right: -165px !important;
}
.banner-background {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.logo-wrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .banner-background {
    height: 420px;
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .img-arrow-right {
    width: 100px !important;
    top: -50px !important;
    right: -108px !important;
  }
  .img-arrow-left {
    width: 100px !important;
    top: -50px !important;
    left: -115px !important;
  }
}

@media (max-width: 992px) {
  button.btn.btn-default.f18,
  a.btn.btn-default.f18 {
    font-size: 16px !important;
    padding: 10px 10px;
  }
  .logo-section {
    margin: 26px auto !important;
  }
  .main-cont-area {
    min-width: 0px !important;
    max-width: calc(100% - 20px) !important;
    margin: 0px auto !important;
  }
}
