@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*==BASIC-SETUP==*/
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

.scraped-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;

}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > div {
  padding-right: 15px;
  padding-left: 15px;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/

.topbar {
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/7c796047-d61e-4f7f-8133-7076592ccf2f/598aab4b-3ecf-4a41-b5c5-593f98c5810c/topbar.jpg");
  box-shadow: rgba(0,0,0,.25) 4px 4px 16px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.topbar_cnt h2 {
  text-align: center;
  color: #252a32;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
}

.topbar_cnt h2 span {
  color:  #F85596;
}

.hero_area {
  padding: 35px 0;
}

.hero_inner {
  max-width: 1170px;
  margin: 0 auto;
}

.hero_title h2 {
  font-size: 44px;
  line-height: 56px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 35px auto;
  max-width: 800px;
}

.hero_grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding-top: 55px;
}

.hero_img {
  margin-top: -2px;
}

.hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_left {
  border-top: 1px solid #000;
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.number {
  text-align: center;
  width: 100%;
}

.number h3 {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #EE5C85;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 40px;
}

.hero_left_inner h3 {
  font-size: 28px;
  font-weight: 700;
  color:  #000000;
  margin:0;
}

.hero_left_inner ul {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.hero_left_inner ul li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color:  #000000;
  margin: 0;
  padding: 8px 0;
}

.hero_left_inner ul li img {
  width: 25px;
  margin-right: 30px;
}

.hero_left_inner h4 {
  font-size: 16px;
  font-weight: 900;
  color:  #000000;
  margin: 0;
}

.hero_left_inner_2 h3 {
  text-align: center;
  margin-bottom: 15px;
}

.hero_left_inner_2 p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color:  #000000;
  margin: 0 0 30px;
}

.hero_left_inner_7 ul {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hero_left_inner_7 ul li {
  padding: 10px 10px;
}

.in_action_video {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0 50px;
  text-align: center;
}

.in_action_video h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.in_action_video img {
  border-radius: 25px;
  width: 100%;
}

.offer_details_wrapper {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #F8F8F8;
  padding: 35px 20px;
  text-align: center;
}

.od_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 36px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.od_title h3 span {
  color:  #F85596;
}

.od_title h2 {
  font-size: 23px;
  font-weight: 700;
  color: #000000;
  line-height: 36px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.od_title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 36px;
  margin: 0;
}

.viwe_btn a {
  display: block;
  text-align: center;
  transition: 0.2s;
  border-radius: 50px;
  padding: 20px 30px;
  background-color: #cd202b;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.viwe_btn a:hover {
  opacity: 0.8;
}

#countdown_1 {
	display: flex;
	align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

#countdown_2 {
	display: flex;
	align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.hours {
	width: 65px;
	height: 65px;
  background-color: #cd202b;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}

/* Styling for minutes */

.minutes {
	width: 65px;
	height: 65px;
  background-color: #cd202b;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 22px;
	position: relative;
}


/* Styling for seconds */


.seconds {
	width: 65px;
	height: 65px;
  background-color: #cd202b;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}
	
.colon {
	color: #ffffff;
	font-weight: normal;
	font-size: 20px;
}

.label {
	font-family: "Open Sans", serif;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: super;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
  color: #ffffff;
	text-transform: capitalize;
	font-weight: 400 !important;
}

.reviwe_wrapper {
  padding: 60px 0;
}

.reviwe_title h3 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 50px;
  text-align: center;
}

.reviwe_grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}

.reviwe_cnt {
  border: 2px solid #f85596;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: #9799a3 2px 0 5px 2px;
  height: fit-content;
}

.reviwe_img img {
  width: 100%;
}

.reviwe_info {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.ri_img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.ri_text {
  padding-left: 20px;
}

.ri_text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
}

.ri_text h3 img {
  margin-left: 20px;
  width: 20px;
}

.ri_text img {
  width: 100px;
}

.r_text p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color:  #000000;
  margin: 0;
  padding-bottom: 40px;
}

.reviwe_cnt_2 {
  margin-top: 20px;
}

.reviwe_cnt_3 {
  margin-top: 40px;
}

.claim_offer_wrapper {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 30px 10px 10px;
  background-color: #fff;
  box-shadow: #9799a3 2px 0 5px 2px;
  text-align: center;
  margin: 50px 0;
}

.co_title h3 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 auto;
  max-width: 250px;
}

.claim_offer_img {
  padding: 20px 0 10px;
}

.claim_offer_img img {
  max-width: 325px;
}

.claim_btn a {
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
  transition: 0.2s;
  background-color: #CD202B;
  padding: 20px 60px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
}

.claim_btn a:hover {
  opacity: 0.8;
}

.claim_btn a i {
  color: #000000;
  margin-left: 15px;
}

.claim_btm img {
  max-width: 400px;
  margin-top: 15px;
}

.claim_btm2 img {
  max-width: 145px;
}

.fixed_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background-color: #5dc238;
  box-shadow: #ccd5e7 1px -2.44929e-16px 3px 1px;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.fixed_btn p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding-right: 30px;
}

.fixed_btn a {
  padding: 10px 30px;
  background-color: #fff;
  color: #5dc238;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  transition: 0.2s;
}

.fixed_btn a:hover {
  opacity: 0.8;
}

.offer_details_wrapper_2 {
  margin-bottom: 80px;
}