/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Roboto", sans-serif;
  color: #282828;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  padding: 0;
  margin: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.container {
  max-width: 1100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}
.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 02. Element */
.button {
  background: #00c3aa;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

/*all css here*/
.home-banner-section {
  background-image: url("https://www.tedswoodworking.com/new/wp-content/uploads/2018/06/retina_wood.jpg");
  background-size: cover;
  background-position: 50% 0%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: black;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .home-banner-section.presell-height {
    height: 1280px;
  }
  .home-banner-section.members-height {
    height: 1280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-banner-section.presell-height {
    height: 1000px;
  }
  .home-banner-section.members-height {
    height: 1000px;
  }
}
.banner-text-area {
  max-width: 46%;
  margin: 70px auto 30px;
  padding: 8px 45px 45px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(102, 102, 102, 0.3);
  border-radius: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-text-area {
    max-width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-area {
    max-width: 85%;
    margin: 40px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-text-area {
    max-width: 90%;
    margin: 30px auto 30px;
    padding: 8px 14px 10px;
  }
}

.banner-text-style1 {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-style1 {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-text-style1 {
    margin: 10px 0;
  }
}
.banner-text-style1 p {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-style1 p {
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-text-style1 p {
    font-size: 18px;
    line-height: 24px;
  }
}

.banner-text-style2 h1 {
  font-size: 55px;
  line-height: 62px;
  font-weight: 300;
}
.banner-text-style2 h1 strong {
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-style2 h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-text-style2 h1 {
    font-size: 21px;
    line-height: 32px;
  }
}

.banner-text-style3 {
  padding: 10px;
  margin-top: 20px;
  border: 3px dashed #eb0000;
}
.banner-text-style3 p {
  font-size: 29px;
  line-height: 33px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-style3 p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-text-style3 p {
    font-size: 16px;
    line-height: 29px;
  }
}

.banner-button-text {
  margin: 20px 0;
}
.banner-button-text a {
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px 0px inset;
  border-bottom: 3px solid #017f53;
  background-image: none;
  background-color: #ef4923;
  padding: 22px 40px;
  display: block;
  font-size: 38px;
  line-height: 41px;
  font-weight: 700;
  color: #ffffff;
}
.banner-button-text a:hover {
  background-color: #543b32;
  -webkit-box-shadow: rgba(216, 233, 216, 0.4) 0px 1px 1px 0px inset;
  box-shadow: rgba(216, 233, 216, 0.4) 0px 1px 1px 0px inset;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-button-text a {
    padding: 16px 40px;
    font-size: 30px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-button-text a {
    padding: 15px 15px;
    font-size: 19px;
    line-height: 28px;
  }
}

/*tsw sales css here*/
.header-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc4444), to(#fc4444));
  background-image: linear-gradient(#fc4444, #fc4444);
}

.header-discount {
  text-align: center;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-discount {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-discount {
    padding: 10px 0;
  }
}
.header-discount p {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.header-discount p span {
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-discount p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-discount p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-discount p {
    font-size: 13px;
    line-height: 23px;
  }
}

.secrit-container {
  padding-top: 25px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .secrit-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.secret-weapon {
  text-align: center;
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-weapon {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-weapon {
    margin-bottom: 22px;
  }
}
.secret-weapon h1 {
  font-size: 80px;
  line-height: 68px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-weapon h1 {
    font-size: 55px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-weapon h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-weapon h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.secret-weapon h2 {
  font-size: 60px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-weapon h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-weapon h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-weapon h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.secret-weapon h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42));
  font-size: 45px;
  line-height: 38px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  padding: 11px 30px;
  display: block;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-weapon h3 {
    font-size: 31px;
    line-height: 31px;
    padding: 11px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-weapon h3 {
    font-size: 22px;
    line-height: 32px;
    padding: 7px 86px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .secret-weapon h3 {
    font-size: 15px;
    line-height: 26px;
    padding: 8px 15px;
    display: inline-block;
  }
}

.comingsoon-bidio {
  text-align: center;
}
.comingsoon-bidio iframe {
  width: 620px;
  height: 370px;
  border: 7px solid #fff;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comingsoon-bidio iframe {
    width: 530px;
    height: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comingsoon-bidio iframe {
    width: 400px;
    height: 269px;
  }
}
@media only screen and (max-width: 767px) {
  .comingsoon-bidio iframe {
    width: 270px;
    height: 180px;
  }
}

.get-instant-text {
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-instant-text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .get-instant-text {
    margin-top: 11px;
  }
}
.get-instant-text a {
  padding: 18px 30px;
  border-radius: 3px;
  border-style: solid;
  border-color: rgba(0, 189, 124, 0.82) rgba(0, 189, 124, 0.82) #02a26b;
  -o-border-image: initial;
  border-image: initial;
  background-image: none;
  background-color: #00e999;
  display: block;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #232323;
}
.get-instant-text a span.strings-attached {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 767px) {
  .get-instant-text a span.strings-attached {
    font-size: 12px;
  }
}
.get-instant-text a:hover {
  background-color: #00cf8b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-instant-text a {
    padding: 18px 18px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .get-instant-text a {
    padding: 8px 15px;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
  }
}

.tcb-styled-list {
  padding-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tcb-styled-list {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tcb-styled-list {
    padding-top: 25px;
    width: 260px;
    margin: 0 auto;
  }
}
.tcb-styled-list ul {
  margin: 0;
  padding: 0;
}
.tcb-styled-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.tcb-styled-list ul li:last-child {
  margin-bottom: 0;
}
.tcb-styled-list ul li svg.tcb-icon {
  font-size: 29px;
  width: 29px;
  height: 29px;
  color: #00ff9a;
  fill: currentColor;
}
@media only screen and (max-width: 767px) {
  .tcb-styled-list ul li svg.tcb-icon {
    font-size: 25px;
    width: 22px;
    height: 22px;
  }
}
.tcb-styled-list ul li span {
  font-size: 18px;
  line-height: 39px;
  color: #fff;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tcb-styled-list ul li span {
    font-size: 17px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tcb-styled-list ul li span {
    font-size: 18px;
    line-height: 38px;
  }
}

.our-results-from {
  padding: 40px 0 25px;
}

.our-results-header {
  text-align: center;
  margin-bottom: 20px;
}
.our-results-header h3 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-results-header h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-results-header h3 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .our-results-header h3 {
    font-size: 18px;
    line-height: 29px;
  }
}
.our-results-header h2 {
  font-size: 61px;
  line-height: 70px;
  font-weight: 500;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-results-header h2 {
    font-size: 37px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-results-header h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .our-results-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.our-results-header h2 span {
  font-weight: 600;
}

.our-results-gallerylist.col_1 {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 40px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .our-results-gallerylist.col_1 {
    padding-bottom: 28px;
    margin-bottom: 22px;
  }
}
.our-results-gallerylist.col_2 {
  margin-bottom: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-results-gallerylist.col_2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-results-gallerylist.col_2 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .our-results-gallerylist.col_2 {
    margin-bottom: 20px;
  }
}

.our-results-thumb {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-results-thumb {
    padding: 0 30px;
  }
}

.our-results-footer {
  text-align: center;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .our-results-footer {
    margin-top: 17px;
  }
}
.our-results-footer h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #0d0d0d;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .our-results-footer h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.our-results-footer h3 span {
  font-weight: 500;
}

.fuego_logotitle-inner {
  text-align: center;
  padding: 48px 0 20px;
}

.fuego_logo_title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: linear-gradient(black, black);
}

.fuego_banner_bg {
  background-image: url("../img/bg/flamesexample.gif");
  background-size: auto;
  background-position: 50% 100%;
  background-attachment: scroll;
  background-repeat: repeat;
}

.secret-content-list {
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-content-list {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-content-list {
    width: 100%;
  }
}
.secret-content-list ul {
  margin: 0;
  padding: 0;
}
.secret-content-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 8px;
}
.secret-content-list ul li:last-child {
  margin-bottom: 0;
}
.secret-content-list ul li svg.tcb-icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  fill: currentColor;
  color: #f0471e;
}
@media only screen and (max-width: 767px) {
  .secret-content-list ul li svg.tcb-icon {
    width: 25px;
    height: 26px;
  }
}
.secret-content-list ul li span {
  font-size: 17px;
  color: black;
  line-height: 38px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-content-list ul li span {
    font-size: 15px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-content-list ul li span {
    font-size: 13px;
    line-height: 26px;
  }
}

.secret-content-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 8px;
}

.secret-logo-img {
  margin: 25px 0;
}
@media only screen and (max-width: 767px) {
  .secret-logo-img {
    margin: 17px 0;
  }
}
.secret-logo-img img {
  width: 476px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-logo-img img {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-logo-img img {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-logo-img img {
    width: 170px;
  }
}

.secret-gallery-img {
  text-align: center;
}
.secret-gallery-img img {
  width: 720px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-gallery-img img {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-gallery-img img {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-gallery-img img {
    width: 275px;
  }
}

.secret-introducing-title h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-introducing-title h2 {
    font-size: 24px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-introducing-title h2 {
    font-size: 16px;
    line-height: 26px;
  }
}

.secret-insidse-header {
  text-align: center;
  padding: 0 35px;
}
.secret-insidse-header h2 {
  font-size: 40px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-insidse-header h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-header h2 {
    font-size: 22px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-header h2 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 11px;
  }
}
.secret-insidse-header h1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef4923), to(#ef4923));
  background-image: linear-gradient(#ef4923, #ef4923);
  border-radius: 50px;
  font-size: 55px;
  line-height: 77px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-insidse-header h1 {
    font-size: 37px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-header h1 {
    font-size: 29px;
    line-height: 38px;
    display: inline-block;
    padding: 8px 122px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-header h1 {
    font-size: 17px;
    line-height: 24px;
    padding: 9px 20px;
  }
}

.secret-set-text {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-set-text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-set-text {
    margin-top: 14px;
    margin-bottom: 20px;
  }
}
.secret-set-text h3 {
  color: #0d0d0d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-set-text h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-set-text h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-set-text h3 {
    font-size: 19px;
    line-height: 22px;
  }
}
.secret-set-text h2 {
  color: #0d0d0d !important;
  font-size: 53px;
  line-height: 74px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-set-text h2 {
    font-size: 31px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-set-text h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-set-text h2 {
    font-size: 18px;
    line-height: 39px;
  }
}

.secret-insidse-area .container {
  max-width: 1200px;
}

.secret-insidse-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .secret-insidse-textimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.secret-insidse-content {
  width: 50%;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .secret-insidse-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.secret-insidse-content p {
  font-size: 18px;
  line-height: 25px;
  color: black;
  font-weight: 400;
  margin-bottom: 25px;
}
.secret-insidse-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-content p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}

.secret-insidse-iumg {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .secret-insidse-iumg {
    width: 100%;
    margin-bottom: 20px;
  }
}

.secret-insidse-text-list {
  text-align: center;
}
.secret-insidse-text-list h3 {
  color: #0d0d0d;
  font-size: 35px;
  line-height: 49px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-insidse-text-list h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-text-list h3 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-text-list h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.secret-insidse-text-list ul {
  margin: 0 auto;
  padding: 0;
  width: 774px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-text-list ul {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-text-list ul {
    width: 100%;
  }
}
.secret-insidse-text-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 6px;
}
.secret-insidse-text-list ul li:last-child {
  margin-bottom: 0;
}
.secret-insidse-text-list ul li svg.tcb-icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  fill: currentColor;
  color: #f0ca1e;
}
@media only screen and (max-width: 767px) {
  .secret-insidse-text-list ul li svg.tcb-icon {
    width: 25px;
    height: 25px;
  }
}
.secret-insidse-text-list ul li span {
  font-size: 17px;
  color: black;
  line-height: 39px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-text-list ul li span {
    font-size: 15px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-text-list ul li span {
    font-size: 13px;
    line-height: 25px;
  }
}

.secret-insidse-container {
  padding: 110px 0 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-insidse-container {
    padding: 55px 0 37px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-insidse-container {
    padding: 30px 0;
  }
}

.secret-access-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .secret-access-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.secret-access-iumg {
  width: 50%;
  padding-right: 116px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-access-iumg {
    padding-right: 66px;
    padding-left: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-access-iumg {
    padding-right: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-access-iumg {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

.secret-access-right {
  width: 50%;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-access-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .secret-access-right {
    width: 100%;
    padding-left: 0;
  }
}

.fuego_multiplier_desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .fuego_multiplier_desc {
    margin-bottom: 19px;
  }
}
.fuego_multiplier_desc p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 27px;
  color: black;
}
.fuego_multiplier_desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fuego_multiplier_desc p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

.access-content-list {
  margin-top: 6px;
}
.access-content-list ul {
  margin: 0;
  padding: 0;
}
.access-content-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 5px;
}
.access-content-list ul li:last-child {
  margin-bottom: 0;
}
.access-content-list ul li svg.tcb-icon {
  font-size: 30px;
  width: 25px;
  height: 25px;
  fill: currentColor;
  color: #f0471e;
}
@media only screen and (max-width: 767px) {
  .access-content-list ul li svg.tcb-icon {
    width: 25px;
    height: 25px;
  }
}
.access-content-list ul li span {
  font-size: 17px;
  color: black;
  line-height: 33px;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .access-content-list ul li span {
    font-size: 15px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .access-content-list ul li span {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .access-content-list ul li span {
    font-size: 14px;
    line-height: 30px;
  }
}

.secret-access-title {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-access-title {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-access-title {
    margin-bottom: 20px;
  }
}
.secret-access-title h3 {
  font-size: 40px;
  line-height: 40px;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-access-title h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-access-title h3 {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-access-title h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
.secret-access-title h2 {
  font-size: 53px;
  line-height: 72px;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-access-title h2 {
    font-size: 26px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-access-title h2 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-access-title h2 {
    font-size: 17px;
    line-height: 22px;
  }
}

.secret-access-bottom {
  padding: 15px 0 60px;
  border-top: 4px solid #ef4923;
}
@media only screen and (max-width: 767px) {
  .secret-access-bottom {
    padding: 15px 0 25px;
  }
}

.secret-discount-title {
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-title {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-title {
    margin-bottom: 23px;
  }
}
.secret-discount-title h2 {
  font-size: 40px;
  line-height: 42px;
  color: black;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-discount-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-title h2 {
    font-size: 23px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-title h2 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}
.secret-discount-title h1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef4923), to(#ef4923));
  background-image: linear-gradient(#ef4923, #ef4923);
  background-size: auto;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-radius: 50px;
  font-size: 55px;
  line-height: 77px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
  padding: 12px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-discount-title h1 {
    font-size: 38px;
    line-height: 41px;
    max-width: 627px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-title h1 {
    font-size: 31px;
    line-height: 32px;
    width: 498px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-title h1 {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 0;
    width: 286px;
    margin: 0 auto;
  }
}
.secret-discount-title h3 {
  font-size: 40px;
  line-height: 42px;
  color: black;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-discount-title h3 {
    font-size: 31px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-title h3 {
    font-size: 29px;
    line-height: 27px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-title h3 {
    font-size: 19px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.secret-discount-desc-list {
  max-width: 710px;
  margin: 0 auto 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-desc-list {
    max-width: 572px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-desc-list {
    margin: 0 auto 25px;
  }
}
.secret-discount-desc-list ul {
  padding: 0;
  margin: 0;
}
.secret-discount-desc-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 6px;
}
.secret-discount-desc-list ul li:last-child {
  margin-bottom: 0;
}
.secret-discount-desc-list ul li svg.tcb-icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  fill: currentColor;
  color: #f0471e;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .secret-discount-desc-list ul li svg.tcb-icon {
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }
}
.secret-discount-desc-list ul li span {
  font-size: 17px;
  color: black;
  line-height: 39px;
  margin-left: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-desc-list ul li span {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-desc-list ul li span {
    font-size: 15px;
    line-height: 23px;
    margin-left: 11px;
  }
}

.secret-discount-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaecf2), to(#eaecf2));
  background-image: linear-gradient(#eaecf2, #eaecf2);
  background-size: auto;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding: 44px 0 20px;
}
@media only screen and (max-width: 767px) {
  .secret-discount-area {
    padding: 30px 0 30px;
  }
}

.secret-discount-desc {
  max-width: 710px;
  margin: 0 auto 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-desc {
    max-width: 586px;
    margin: 0 auto 28px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-desc {
    text-align: center;
    margin: 0 auto 25px;
  }
}

.secret-discount-desc p {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 25px;
}
.secret-discount-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-discount-desc p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-discount-desc p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}

.secret-discount-click {
  text-align: center;
}

.discount-click-title {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .discount-click-title {
    margin-bottom: 17px;
  }
}
.discount-click-title h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discount-click-title h3 {
    font-size: 32px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-click-title h3 {
    font-size: 23px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-click-title h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.discount-click-title p {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discount-click-title p {
    font-size: 25px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-click-title p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-click-title p {
    font-size: 19px;
    line-height: 28px;
  }
}

.discount-click-box h1 {
  color: #f10000;
  font-size: 75px;
  line-height: 105px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discount-click-box h1 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-click-box h1 {
    font-size: 37px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-click-box h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.discount-click-box p {
  color: black;
  font-size: 18px;
  line-height: 25px;
  max-width: 555px;
  margin: 20px auto 0;
}
.discount-click-box p span {
  color: #f10000;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-click-box p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-click-box p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
}

.secret-money-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: linear-gradient(black, black);
  padding: 38px 0;
}

.secret-money-thumb {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-money-thumb {
    max-width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-money-thumb {
    max-width: 200px;
  }
}

.secret-money-content {
  max-width: 965px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 22px;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-money-content {
    max-width: 623px;
    padding-top: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-money-content {
    padding-top: 17px;
    margin-top: 25px;
  }
}
.secret-money-content h3 {
  color: #ffe300;
  font-size: 34px;
  line-height: 47px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-money-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-money-content h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.secret-money-content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 57px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-money-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-money-content h2 {
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 14px;
  }
}
.secret-money-content p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 26px;
}
.secret-money-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-money-content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-money-content p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}

.secret-risk-container {
  text-align: center;
  padding: 52px 0 25px;
}
@media only screen and (max-width: 767px) {
  .secret-risk-container {
    padding: 32px 0 25px;
  }
}

.secret-risk-header {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .secret-risk-header {
    margin-bottom: 25px;
  }
}
.secret-risk-header h3 {
  color: #0d0d0d;
  font-size: 50px;
  line-height: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-risk-header h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-risk-header h3 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-risk-header h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 11px;
  }
}
.secret-risk-header p {
  color: #ec0000;
  font-size: 75px;
  line-height: 90px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secret-risk-header p {
    font-size: 56px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-risk-header p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-risk-header p {
    font-size: 25px;
    line-height: 27px;
  }
}

.secret-risk-inside-text {
  margin: 21px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-risk-inside-text {
    margin: 11px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-risk-inside-text {
    margin: 8px 0 11px;
  }
}
.secret-risk-inside-text h3 {
  color: #0d0d0d;
  font-size: 40px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-risk-inside-text h3 {
    font-size: 25px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-risk-inside-text h3 {
    font-size: 20px;
    line-height: 31px;
  }
}

.secret-success-img {
  max-width: 618px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .secret-success-img {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .secret-success-img {
    max-width: 250px;
  }
}

.footer-area {
  padding: 40px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: linear-gradient(black, black);
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 30px 0;
  }
}

.footer-container {
  text-align: center;
}

.footer-logo {
  width: 200px;
  margin: 0 auto 21px;
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    width: 180px;
    margin: 0 auto 15px;
  }
}

.footer-title {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-title {
    margin-bottom: 18px;
  }
}
.footer-title h3 {
  font-size: 45px;
  color: #fff;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-title h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-title h3 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
  }
}

.footer-content {
  max-width: 740px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content {
    max-width: 570px;
  }
}

.footer-svg-icon {
  padding-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-svg-icon {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-svg-icon {
    padding-top: 8px;
  }
}
.footer-svg-icon svg.tcb-icon {
  font-size: 21px;
  width: 21px;
  height: 21px;
  fill: currentColor;
  color: #f8e245;
}

.footer-content-asked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-content-asked {
    margin-bottom: 10px;
  }
}
.footer-content-asked h3 {
  font-size: 20px;
  line-height: 46px;
  color: #f8e245;
  margin-left: 10px;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content-asked h3 {
    font-size: 17px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content-asked h3 {
    font-size: 15px;
    line-height: 35px;
  }
}

.footer-content-desc {
  text-align: left;
}
.footer-content-desc p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 26px;
}
.footer-content-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content-desc p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content-desc p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

.footer-content-list {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 60px;
}
.footer-content-list::before {
  width: 83%;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content-list {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content-list {
    padding-bottom: 20px;
    margin-bottom: 21px;
  }
}

.footer-bottom {
  max-width: 740px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    max-width: 570px;
  }
}

.footer-bottom-title {
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-title {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-title {
    margin-bottom: 19px;
  }
}
.footer-bottom-title p {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 13px;
}
.footer-bottom-title p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom-title p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-title p {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-title p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 11px;
  }
}
.footer-bottom-title h3 {
  font-size: 75px;
  line-height: 105px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ec0000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom-title h3 {
    font-size: 55px;
    line-height: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-title h3 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-title h3 {
    font-size: 30px;
    line-height: 43px;
  }
}

.come-back-later {
  margin-bottom: 15px;
}
.come-back-later p {
  color: yellow;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .come-back-later p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .come-back-later p {
    font-size: 15px;
    line-height: 23px;
  }
}

.footer-link ul {
  margin: 0;
  padding: 0;
}
.footer-link ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
.footer-link ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-link ul li {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link ul li {
    margin-right: 20px;
  }
}
.footer-link ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #35cae8;
}
.footer-link ul li a:hover {
  color: #444;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-link ul li a {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link ul li a {
    font-size: 15px;
  }
}

.footer-card-img {
  margin-bottom: 24px;
}

.bannertext-members .comingsoon-bidio iframe {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bannertext-members .comingsoon-bidio iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bannertext-members .comingsoon-bidio iframe {
    height: 400px;
  }
}
.bannertext-members .banner-text-style2 {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bannertext-members .banner-text-style2 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .bannertext-members .banner-text-style2 {
    margin-bottom: 15px;
  }
}

.banner-text-area.terms {
	margin-bottom: 0;
}
.terms-conditions {
	text-align: center;
	margin-bottom: 30px;
}
.terms-conditions ul {
	margin: 0;
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.terms-conditions ul li {
	list-style: none;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}
.terms-conditions ul li::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.terms-conditions ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.terms-conditions ul li:last-child::before{
    display: none;
}
.terms-conditions ul li a{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: underline;
}
.bannertext-members .banner-text-style2 h1 {
  font-weight: 500;
  border-bottom: 3px solid #c6c6c6;
  padding-bottom: 23px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bannertext-members .banner-text-style2 h1 {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .bannertext-members .banner-text-style2 h1 {
    padding-bottom: 17px;
    margin-bottom: 16px;
  }
}
.bannertext-members .banner-text-style2 h2 {
  font-size: 41px;
  line-height: 45px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bannertext-members .banner-text-style2 h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .bannertext-members .banner-text-style2 h2 {
    font-size: 22px;
    line-height: 23px;
  }
}
.banner-text-style3 {
	text-align: left;
}