*{
  padding:0;
  margin:0;
  font-family: 'Poppins', sans-serif;
  color:#000;
}

a:hover{text-decoration:none;}
a{color:#fff;}

.white{color:#fff!important;}
.black{color:#000;}
.yellow{color:#f7ff1b;}
.sky{color:#54bdff;}
.purple{color:#7921e5;}
.blue-dark{color:#1649b7;}
.red{color:#ed0e17;}
.navy{color:#190038;}
.light-purple{color:#b1a8da;}

.justify-content-center {justify-content: center!important;}
.d-flex {display: flex!important;}


.buy-btn a{
  background:#ffb400;
  padding:30px 75px;
  display:inline-block;
  color:#000;
  text-align:center;
  margin:10px 0px 15px 0;
  border-radius:8px;
  text-decoration:none;
}


/*Section-1 Start*/
.main-sec{
  background:#26167c url(../images/main-bg.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  padding: 40px 0px 60px 0;
}


.roud-strip{
    background-image: -moz-linear-gradient(90deg, #2b2fce 0%, #6600c9 100%);
    background-image: -webkit-linear-gradient(90deg, #2b2fce 0%, #6600c9 100%);
    background-image: -ms-linear-gradient(90deg, #2b2fce 0%, #6600c9 100%);
    border-radius: 100px;
    padding: 8px 40px;
    display: table;
    margin:0 auto;
    color:#ffffff;
}


/*Section-2 Start*/
.sec-2{
  background:#fff;
  padding:100px 0px;
}

.ring1 {
  background: url(../images/ring.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 117px 100px 120px;
}

.ring2 {
  background: url(../images/ring.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 117px 130px 120px;
}

.pu1{
  position:relative;
  top:20px;
}

a.action-link {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 20px;
  background-image: -moz-linear-gradient(90deg, #5baa0d 0%, #1fd01b 100%);
  background-image: -webkit-linear-gradient(90deg, #5baa0d 0%, #1fd01b 100%);
  background-image: -ms-linear-gradient(90deg, #5baa0d 0%, #1fd01b 100%);
}

a.action-link:hover {
  background-image: -moz-linear-gradient(90deg, #1fd01b 0%, #5baa0d 100%);
  background-image: -webkit-linear-gradient(90deg, #1fd01b 0%, #5baa0d 100%);
  background-image: -ms-linear-gradient(90deg, #1fd01b 0%, #5baa0d 100%);
}

a.action-link span {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 0px;
}

.cta-secure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}



/* Css For Timer Display */

.main {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.item {
  margin-right: 40px;
  padding: 10px 0px !important;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.item::before {
  content: ':';
  position: absolute;
  z-index: 9;
  right: -25px;
  color: #fff;
  font-size: 60px;
  top: -10px;
}

.main .item:last-child {
  margin-right: 0px;
}

.main .item:last-child::before {
  content: none;
}

.item .count_down {
  font-weight: 800 !important;
  line-height: 120%;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 50px;
}

.item h4 {
  font-weight: 400 !important;
  line-height: 120%;
  color: #fff;
  font-size: 16px;
}

@media (min-width:768px) {
  .item {
    margin-right: 40px;
  }

  .item .count_down {
    font-size: 50px;
  }

  .item h4 {
    font-size: 18px;
  }
}


/*Section-3 Start*/
.listing-block{
  background: #ff8a01;;
  padding:100px 0px;
}

.reason-wrap {
    border-radius: 15px;
    background-color: #fff;
    padding:0px 30px 50px 30px;
    margin-top: 28px;
    height: calc(100% - 28px);
    box-shadow: 0px 0px 10px 4px #dce7f7;
}

.reason-block {
    background-image: -moz-linear-gradient(90deg, rgb(255, 53, 125) 0%, rgb(255, 111, 51) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 53, 125) 0%, rgb(255, 111, 51) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 53, 125) 0%, rgb(255, 111, 51) 100%);
    border-radius: 100px;
    padding: 8px 40px;
    display:table;
    margin:0 auto;
    top: -22px;
    position: relative;
}


/*Section-4 Start*/
.sec-4{
  background:#fff;
  padding:100px 0px;
}

/*Section-5 Start*/
.sec-5{
  background:url(../images/sec-5.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
  padding:130px 20px;
}


.intro-shape {
    background: url(../images/intro-shape.png) no-repeat center center;
    background-size: contain;
    display: inline-flex;
    padding: 30px;
}

/*Section-6 Start*/
.sec-6{
  background:#fff url(../images/sec-6.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding:100px 0px;
}


/*Section-7 Start*/
.sec-7{
  background:url(../images/sec-7.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  padding:80px 20px;
}


/*Section-8 Start*/
.sec-8{
  background-color:#ff8a00;
  padding:100px 0px;
}

/*Section-9 Start*/
.sec-9{
  background: #ff8a00 url(../images/btn-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding:0 0px 80px 0px;
}

/*Section-10 Start*/
.sec-10{
  background:url(../images/sec-10.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  padding:100px 0px;
}

.purple_strip{
  background:url(../images/purple_strip.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  display:inline-flex;
  padding:15px;
}

/*Section-11 Start*/
.sec-11{
  background: url(../images/sec-11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0px;
}

/*Section-12 Start*/
.sec-12{
  background:url(../images/sec-12.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  padding:100px 0px;
}


/*Section-13 Start*/
.sec-13{
  background:#fff url(../images/sec-13.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:100% 100%;
  padding:100px 0px;
}


/*Top Bar Start*/
#topbar1 {
  background: #ff8400;
  color: white;
  padding:5px 15px;
}

.po11{
  position:relative;
  top:7px;
}









/*Media Query*/
@media(max-width:767px){
  .buy-btn a{
    padding:30px 50px;
  }

  .xs-center{margin:0 auto;}
  .xstxt-center{text-align:center;}

  .main-sec{
    padding:60px 20px;
  }

  .sec-2{
    padding:60px 20px;
  }

  .listing-block{
    padding:60px 20px;
  }

  .sec-4{
    padding:60px 20px;
  }

  a.action-link{
    font-size:18px;
  }

  .sec-6{
    padding:60px 20px;
  }

  .sec-8{
    padding:60px 20px;
  }

  .sec-9{
    padding:0 20px 50px 20px;
  }

  .sec-10{
    padding:60px 20px;
  }

  .sec-11{
    padding:60px 20px;
  }

  .sec-12{
    padding:60px 20px;
  }

  .sec-13{
    padding:60px 20px;
  }

  .ring1{padding:100px;}
  .ring2{padding:130px 95px 130px 95px;}
}

@media(min-width:768px){
  a.action-link {
    padding: 30px 100px 30px 100px;
    font-size: 26px;
    border-radius: 100px;
    display: inline-block;
  }

  .cta-secure {
    gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  .purple_strip{
    background-size:contain;
    padding:20px;
  }

  .d-md-block {
    display: block!important;
  }
  
}
.footer-section {
  padding: 30px 0px;
  background: #000;
  color: #fff;
}


@media (min-width: 768px) {
  .footer-section {
    padding: 80px 0px;
    background: #000;
    background-size: auto;
    background-size: cover;
  }
}
ul.legal-link {
  margin: 0px;
    margin-top: 0px;
  padding: 0px;
}

ul.legal-link li {
  margin: 3px;
  display: inline-flex;
}
@media (min-width: 768px) {
  ul.legal-link li {
    margin: 10px;
    display: inline-flex;
  }
}

/*Modal Pop-Up Start*/
.banner-popup {
	background: rgba(0, 0, 0, 0.92)
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-bottom: 0 solid #dee2e6;
	flex-direction: column;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

#ouibounce-modal .modal-header {
	background-color: #ff0056;
	border-radius: 5;
}

#ouibounce-modal .modal-body {
	padding: 20px;
	position: relative;
	flex: 1 1 auto;
}

#ouibounce-modal .modal-header .close {
	border-radius: 50%;
	padding: 5px 8px;
	background-color: #f4eeee;
	opacity: 1;
	color: #fff;
	margin: -29px -23px 0.9rem auto;
	border: 2px solid #fff;
}

.banner-popup .close {
	position: absolute;
	top: -13px;
	z-index: 99;
	background: #000000;
	opacity: 1;
	border: 3px solid white;
	width: 37px;
	height: 37px;
	line-height: 22px;
	border-radius: 50%;
	right: -13px;
	color: #fff;
}

button.close {
	padding: 0;
	border: 0;

}

.close span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

a.nothanks {
	color: #F00;
	text-decoration: none;
}


.coupon {
	background: #6C27DC;
	padding: 5px 15px;
	display: inline-block;
	margin: 15px 0px;
}

/*Modal Pop-Up End*/


a.affliate-link:hover, .affliate-link:hover {
	background-image: linear-gradient(0deg, rgb(0, 123, 220) 0%, rgb(0, 123, 220) 100%);
	box-shadow: 4px 3px 3px 1px rgb(255, 29, 72);
  }
 
  a.affliate-link, .affliate-link {
	padding: 10px 5px;
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.5px;
	border-radius: 100px;

	background-image: linear-gradient(0deg, rgb(0, 123, 220) 0%, rgb(0, 123, 220) 100%);
	box-shadow: 4px 3px 3px 1px rgb(1, 247, 102);
  }
  @media (min-width: 992px) {
	a.affliate-link, .affliate-link {
	  color: #FFF;
	  font-size: 32px;
	  line-height: normal;
	  padding: 30px 30px;
	}
  }
  a.nothank {
	color: #ff5151;
	text-decoration: none;
  }

.pink-clr1 {
	color: #FF0056;
  }




.logo-img img{
	width: 100%;
max-width: 260px ;
		}
@media (min-width:768px) {
	.logo-img img{
		width: 100%;
max-width: 360px ;
	}
}
.text-cian1 {
    color: #29cefc;
    color: rgb(0, 184, 255);
  }
  a.yes-btn {
	border-radius: 15px;
	background-color: #1AAB1F;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #ffffff;
  }
  a.nothanks-btn {
	border-radius: 15px;
	background-color: #FF0000;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #fff;
  }
  .see-inside{
padding: 30px 0;
  }