* {
	font-family: sans-serif;
}
body {
	position: relative;
	margin: 0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, 
ul, ol {
	margin:0;
	padding:0;
}
a, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
li {
	list-style: none;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
    color: #535353;
}
iframe{      
    display: block;
    height: 100vh;
    width: 100vw;
    border: none;
}

/** common **/
.pxy {
	padding: 50px 30px;
}
.pt {
	padding-top: 50px;
}
.pb {
	padding-bottom: 50px;
}
.py {
	padding: 70px 0;
}
.px {
	padding: 0 50px;
}
.lightbluish-bg {
	background: #e0f0ff;
}
.gray-bg {
	background: #ececec;
}
.dark-bg {
	background: #222;
}	
.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn.full {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: #0084ff;
    padding: 15px 0;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.fb-b { background: #1877f2; }
.twitter-b { background: #000000; }
.insta-b { background: #c32aa3; }
.youtube-b { background: #ff0000; }
.proxy-b { background: #ee970b; }
.tiktok-b { background: #010101; }
.discord-b { background: #7289da;  }
.quora-b { background: #aa2200;  }
.telegram-b { background: #0088cc;  }
.reddit-b {background: #ff5700; }
.pinterest-b { background:#bd081c;  }
.accounts-b { background: #ba2a29; }
.audiomack-b { background: #ffa200; }
.website-b { background: #0d87c8; }
.clubhouse-b { background:#6515dd; }
.fansly-b { background:#2699f6; }
.thread-b { background:#000; }
.hashtags-b { background:#7D40A2; }
.audiomack-b { background:#F49B01; }
.onlyfans-b { background:#00aff0; }
.linkedin-b { background:#1e85bc; }
.soundcloud-b { background:#f05023; }
.reviews-b { background:#00aff0; }
.snapchat-b { background:#d6d200; }
.twitch-b { background:#6441a5; }
.kick-b { background:#53fc18; }
.vimeo-b { background:#1ab7ea;}
.ios-b { background: #505050; }
.likee-b { background: #9330fd;}
.tidal-b { background:#000; }
.spotify-b { background:#000;  }
.threads-b { background:#000;  }
.review-b { background:#000;  }
.tumblr-b { background:#000;  }
.deezer-b { background:#000;  }
.page-banner {
    background: #e0f0ff;
    text-align: center;
    padding: 70px 0;
}
.page-banner h2 {
	padding-bottom: 10px;
}
.sect-title {
    text-align: center;
    padding-bottom: 40px;
    width: 45%;
    margin: 0 auto;
}
.sect-title p {
	padding-top: 10px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	border:none;
	color: transparent;
	background: none;
	display: inline-block;
	cursor: pointer;
	width: 40px;
}
.slick-next {
	right: 0;
	margin-right: -45px;
}
.slick-prev {
	margin-left:-50px;
}
.slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	color: #000;
	background: #e0f0ff;
	height: 35px;
	width: 35px;
	line-height:35px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}
.slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #000;
	background: #e0f0ff;
	height: 35px;
	width: 35px;
	line-height:35px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	background: #0084ff;
    color:#fff;
}
/** Flash Sales **/
.flash-sales {
	display: flex;
	background:  #0084ff;
	padding: 10px 0;
	align-items: center;
	justify-content: center;
}
.flash-sales i {
	margin-right: 10px;
	font-size: 16px;
}
.flash-sales p {
	color:#fff;
	font-size: 13px;
}
.flash-sales span {
    display: inline-block;
    background: #ffe143;
    font-size: 13px;
    padding: 7px 17px;
    border-radius: 10px;
    margin-left: 20px;
    color: #000;
    font-weight: bold;
    border: 2px solid #000;
}
/* Blank Header */
.blank-header {
  background: #fff;
  padding: 20px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
  text-align: center;
}
.blank-header img {
    width: 15%;
    max-width: 15%;
}
/* Header */
.responsive-header {
    display: none;
    padding: 20px;
    box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
    align-items: center;
    justify-content: space-between;
}
.responsive-logo {
    width: 40%;
}
.responsive-logo img {
    width: 100%;
}
.responsive-menu {
    display: inline-block;
    text-align: right;
    width: 60%;
}
#menu-btn img {
    width: 10%;
}
.responsive-menu ul {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 250px;
    padding: 30px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
.responsive-menu ul.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.responsive-menu ul li:first-child {
    margin-bottom: 30px;
}
.responsive-menu ul li img {
    width: 70%;
}
.responsive-menu ul li a {
    font-size: 14px;
    color: #222;
    padding: 20px 0;
    display: inline-block;
    margin-left: 0;
    transition: all 0.3s ease-in;
}
.responsive-menu ul li a:hover {
    color: #0084ff;
    margin-left: 5px;
}
span {
    font-family: sans-serif;
}
header {
    background: #fff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);    min-height: 51px;
}
header a {
	display: inline-block;
}
header img {
	width: 80%;
}
nav > ul {
    display: flex;
    width: 100%;
    justify-content: end;
}
nav > ul > li {
	padding: 30px 22px;
	position: relative;
}
nav > ul > li:last-child {
    padding-right: 0;
}
nav ul li a {
	display: inline-block;
	color:#222;
	font-size: 16px;
}
nav ul li:hover .insta-megamenu {
	visibility: visible;
	opacity: 1;
}
nav > ul li > ul {
    position: absolute;
    width: 250px;
    background: #fff;
    left: 0;
    top: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
    visibility: hidden;
    opacity: 0;
}
nav > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
nav > ul li > ul a {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
}
nav > ul li > ul a:hover {
    background: #000;
    color: #fff;
}
/** Megamenu **/
.insta-megamenu {
    background: #fff;
    box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
    position: absolute;
    z-index: 99999;
    display: inline-flex;
    border-radius: 5px;
    top: 100%;
    left: -250px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.insta-megamenu ul {
    width: 240px;
    padding: 15px 0;
    display: inline-block;
    border-right: 1px solid #e7e7e7;
}
.insta-megamenu ul:last-child {
    border: none;
}
.insta-megamenu ul li:first-child {
    border-bottom: 1px solid #e7e7e7;
    height: 30px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
.insta-megamenu ul li {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.insta-megamenu ul li span img {
    width: auto;
    max-width: 15%;
}
.insta-megamenu ul li span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.insta-megamenu li a {
	font-size: 14px;
	color: #222;
	display: inline-block;
}
.insta-megamenu li a i {
	font-size: 13px;
	color: #7b7b7b;
	margin-right: 10px;
}
/* Main */
.main-services {
	width: 100%;
	text-align: center;
}
.main-services h1 {
	font-weight: 800;
}
.main-services p {
	padding-top: 5px;
	padding-bottom: 40px;
}
.service-fancy-box {
    padding: 30px 0;
    border-radius: 10px;
}
.service-fancy-box h6 {
	margin-bottom: 20px;
	color:#fff;
}
.service-fancy-box a {
	/*background: #e4b827;*/
	background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

/** Buy Form **/
.main-title {
	text-align: center;
	padding-bottom: 40px;
}
.main-title span {
	display: inline-block;
	padding-top: 10px;
    font-size: 18px;
}
.fancy-tab {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.tabs-head {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding:  10px;
    box-shadow: 0 0 15px 1px rgba(98,98,98,0.2);
}
.tabs-head li {
    padding: 0 6px;
}
.tabs-head li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    border-radius: 5px;
    background: #e5e5e5;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}
.tabs-head li a span {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #151515;
    font-size: 10px;
    padding: 4px 10px;
    color: #fff;
    border-radius: 10px;
}
.tabs-head li a.active {
	color: #fff;
	background: #0084ff;
}
.fancy-tab-content {
    margin-top: 20px;
    border-radius: 20px;
}
.fancy-tab-content ul {
  display:flex;
  flex-wrap:wrap;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: center;
}
.fancy-tab-content ul.hide {
    visibility:hidden;
    opacity:0;
}
.fancy-tab-content li {
	width:70px;
    flex: 1 0 20%; /* Adjust width of items: 25% of the container */
    padding: 20px 10px; /* Add some spacing around the items */
    flex-grow:inherit;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(98,98,98,0.2);
    cursor: pointer;
    position: relative;
}
.fancy-tab-content li.active {
	background: #000;
}
.fancy-tab-content li.active strong,
.fancy-tab-content li.active p {
	color:#fff;
}
.fancy-tab-content strong {
	display: inline-block;
	width: 100%;
	color:#333;
	font-size: 16px;
}
.fancy-tab-content span {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    background: #4eb320;
    position: absolute;
    right: -5px;
    top: -10px;
    line-height: 20px;
}
.fancy-tab-content span i {
	color: #fff;
    font-size: 13px;
}
.fancy-tab-content p {
	display: inline-block;
    background: #ee970b;
    border-radius: 5px;
    font-size: 10px;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
}
.tab-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding: 10px 20px; /* Add some spacing around the items */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(98,98,98,0.2);
}
.order-price {
    display: flex;
    align-items: center;
}
.order-price span {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
}
.order-price ins {
    font-size: 18px;
    padding-left: 10px;
    text-decoration: line-through;
    color: #a5a5a5;
    margin-top: 4px;
}
.tab-footer a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #0084ff;
    padding: 15px 30px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.discount-total {
  margin-left: 60px;
  background: #24b61f;
  color: #fff;
  padding: 4px 20px;
  border-radius: 5px;
}
.pkg-diff {
    margin-top: 50px;
    display: inline-flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
}
.diff-box{
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px;
    width: 250px;
}
.diff-head {
    background: #777;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.diff-head.premium {
    background: #0084ff;
}
.diff-head h5 {
    color:#fff;
    font-size: 16px;
}
.diff-box ul {
    padding: 30px;
}
.diff-box ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
}
    
/** Index Section 1 **/
.social-boost {
    width: 100%;
    display: inline-block;
}
.social-boost strong {
    color: #fff;
    background: #0385fe;
    padding: 8px 25px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.social-boost h1 {
    font-size: 60px;
    font-weight: 900;
}
.social-boost h1 span {
    color: #0385fe;
}
.social-boost p {
    padding: 30px 0 50px 0;
    font-size: 18px;
    width: 100%;
    line-height: 34px;
    color: #1b1b1b;
    font-weight: normal;
}
.social-boost a {
    display: inline-block;
    background: #0385fe;
    color: #fff;
    padding: 17px 40px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 1px;
}
.social-boost img {
    display: inline-block;
    width: 100%;
    height: auto;
}
/** Garenty **/
.garenty {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.garenty p {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}
/** How it works **/
.how-works {
	padding: 70px  0;
}
.how-works h3 {
	color: #fff;
    font-weight: bold;
    font-size: 32px;
}
.how-works ul {
	padding-top: 30px;
}
.how-works ul li {
    padding: 0 0 30px 30px;
    position: relative;
}
.how-works ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #ee970b;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 10px;
}
.how-works ul li strong {
	padding-bottom: 10px;
	display: inline-block;
	color: #fff;
    font-size: 20px;
}
.how-works ul li p {
	color: #bababa;
}
.works-img {
	text-align: right;
}
.works-img img {
	width: 70%;
}
/** Testimonials **/
.testimonials {
	display: inline-block;
	width: 100%;
}
.testi-box {
	margin: 0 10px;
	padding: 20px 20px;
	background: #eef7ff;
	border-radius: 5px;
    height: 340px;
}
.review-profile {
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom: 20px;
}
.profile-img {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100px;
	background:#ccc;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color:#000;
}
.review-profile i {
	color:#666;
	font-size: 13px;
	padding-top: 5px;
	display: block;
}
.review-stars {
	display: flex;
	padding-bottom: 10px;
}
.review-stars li i {
	font-size: 14px;
	color:#f6bb06;
}
/** Other Services **/
.other-services li {
	width: 100%;
	margin-bottom: 10px;
}
.other-services li a {
    padding: 15px 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 5px;
    width: 100%;
}
.other-services li a span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.other-services li a i {
	margin-right: 10px;
}
.other-services li strong {
	color: #fff;
}
/** Checkout Page **/
.sample-url {
  display: inline-block;
  width: 100%;
  background: #eefae4;
  padding: 20px;
  border-radius: 4px;
}
.sample-url strong {
    color: #5d5d5d;
    font-size: 15px;
}
.sample-url ul {
  margin-top: 15px;
  padding-left: 15px;
}
.sample-url li {
  color: #646464;
  list-style: disc;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 14px;
}
element {
}
#error-message {
  background: #f9d6d9;
  padding: 17px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #75232f;
  font-size: 14px;
  width: 100%;
  display: none;
}
#error-message.active {
    display: inline-block;
}
/*** FAQS ***/
.faqs {
	display: inline-block;
	width: 100%;
	position: relative;
}
.faqs li {
	width: 100%;
	margin-bottom: 20px;
}
.faq-header {
	cursor: pointer;
	width: 100%;
	padding: 20px 20px;
	background: #e0f0ff;
	border-radius: 5px;
}
.faqs li.active .faq-header,
.faq-header:hover {
	background: #0084ff;
}
.faqs li.active .faq-header strong,
.faq-header:hover strong {
	color: #fff;
}
.faqs li.active .faq-header i,
.faq-header:hover i {
	color: #fff;
}
.faq-header strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-body {
	padding: 20px;
}
.faq-body strong {
    display: block;
    padding-bottom: 10px;
}
.faq-body ol {
    display: inline-block;
    width: 100%;
    margin-left: 40px;
}
.faq-body ol li {
  list-style: decimal;
  color: #555;
  padding-left: 20px;
}
/** Track Your Order **/
.track-order {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.track-order h2 {
    padding-bottom: 30px;
}
/*** Contact Page ***/
.contact-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #bababa;
    font-size: 16px;
}
.contact-form textarea {
	resize: none;
	padding:20px;
	height: 130px;
}
.form-field {
    width: 100%;
    display: inline-block;
    position: relative;
}
.form-field span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4caf50;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.form-field span.active {
    opacity: 1;
    visibility: visible;
}
.form-field span i { 
    color:#fff; 
    font-size: 13px;
}
.contact-form [type="submit"],
.contact-form button {
	background: #0084ff;
    padding: 14px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.contact-form > span {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 16px;
}
.contact-form h4 {
	padding-bottom: 10px;
}
.contact-form  p {
	padding-bottom: 40px;
}
.error-msg {
    display: none;
    width: 100%;
    padding: 16px 0;
    background: #b6f1c6;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}
.error-msg.active {
    display: inline-block;
}
/** Blog Post **/
.blog-post {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.blog-img,
.blog-img img {
	width: 100%;
	display: inline-block;
}
.blog-detail {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.blog-detail a {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.blog-detail p {
	font-size: 14px;
    line-height: 22px;
}
/*** Promotions ***/
.promotions {
    width:100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
}
.promotions > li {
    position: relative;
    width: 32.3%;
}
.promotions > li > a {
    width: 100%;
    padding: 18px 20px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promotions li a i {
	margin-right: 10px;
}
.sub-promotion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
.sub-promotion.active {
	visibility: visible;
	opacity: 1;
}
.sub-promotion a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 12px 20px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    transition: all 0.3s ease-in;
}
.sub-promotion a:hover {
	background: #e9e9e9;
}
/** OTP Form **/
.otp-wrapper {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    animation: fadeIn 0.5s ease-out;
}
.opt-popup {
    width: 400px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 35px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: slideIn 0.5s ease-out;
}
.opt-popup > span {
    display: inline-block;
    width: 100%;
    line-height: 22px;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.otp-warning {
    color: #eb3d3d;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    font-weight: bold;
}
.opt-popup .otp-inputs {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    justify-content: center;
    padding: 15px 0;
    background: #000000;
    border-radius: 10px;
    margin: 20px 0;
}
.otp-inputs input {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 10px;
    text-align: center;
    outline: none;
    background: #ffffff;
}
.otp-inputs input:focus {
  border-width: 2px;
  border-color: #287a1a;
  font-size: 20px;
}
.close-otp {
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.close-otp:hover {
    background: #ed3131;
}
.close-otp i {
    font-size: 15px;
    color:#fff;
}
.otp-gadgets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.otp-gadgets p {
    font-size: 14px;
}
.expired {
    color:#ed3131;
}
.otp-gadgets a {
    font-size: 14px;
    display: inline-block;
    color:#ed3131;
}
.resent-OTP {
    display: flex;
    align-items: center;
    gap: 5px;
}
.resent-OTP strong,
.resent-OTP span {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.otp-gadgets a {
    font-size: 14px;
    display: block;
    color: #0084ff;
}
.otp-errors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.otp-errors span {
    background: #f00;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.otp-errors span.error { display: inline-flex; background:#ed3131; }
.otp-errors span.success { display: inline-flex;    background:#4caf50; }
.otp-errors span i {
    font-size: 10px;
    color: #fff;
}
#otp-message {
    font-size: 14px;
}
#otp-message.error { color:#ed3131; }
#otp-message.success { color:#4caf50;  }

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/** Footer **/
footer {
	background: #1c3245;
}
.about-widget {
	padding-right: 160px;
}
.about-widget img {
    width: 60%;
}
.about-widget a {
	display: inline-block;
}
.about-widget p {
	color:#fafafa;
	padding-top: 20px;
}
.widget-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    text-align: right;
}
.widget-title h4 {
	color: #fff;
}
.footer-nav {
    text-align:right;
}
.footer-nav li {
	width: 100%;
}
.footer-nav li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 0;
    border-radius: 1px;
}
.trust-img  {
	margin: 40px 0 20px 0;
}
.trust-img img {
	width: 30%;
}
.payment-img img {
	width: 60%;
}
.copyright {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	padding: 10px 0;
	background: #16191C;
}
.copyright p {
	color:#fff;
	font-size: 14px;
}
/** Privacy Policy Page **/
.privacy-policy {
    background: #fff;
}
.privacy-policy ul li,
.privacy-policy ol li {
  list-style: decimal;
  padding: 5px 10px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 24px;
  color: #535353;
}
.privacy-policy ul li {
    list-style: circle;    
}
/*** Order Summary ***/
.order-summary {
  margin: 0 auto;
  width: 500px;
  background: #fff;
  border-radius: 5px;
  padding: 30px 0;
  box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
}
.tbl-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  color: #666;
  font-size: 14px;
}
.tbl-row.lined {
  padding-top: 10px;
  margin-top: 20px;
  background: #000;
}
.tbl-row.lined p, .tbl-row.lined strong {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.tbl-row span {
    color: #666;
  font-size: 14px;
}
.tbl-row p {
    font-size: 14px;
}
.tbl-row p i {
    margin-right: 10px;
    font-size: 14px;
}
.checkout-services {
  display: inline-block;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.checkout-services li {
  display: block;
  padding: 8px 0;
  list-style: circle;
  font-weight: normal;
  font-size: 15px;
  color: #353535;
}
.checkout-services li i {
  margin-right: 10px;
  font-size: 14px;
  color: #777;
}
.checkout-footer {
    margin: 0 20px;
}
/** Payment Page **/
.payment-cards {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
  box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
}
.payment-cards > p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 30px;
}
.pay-method a {
  width: 100%;
  background: #2f2f2f;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 0;
  border-radius: 5px;
  height: 45px;
  font-weight: bold;
  letter-spacing: 1px;
}
/** Form Fields **/
.pay-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
.cards-list {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 5px;
}
.cards-list ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  width: 30%;
  gap: 7px;
}
.cards-list ul li {
  border: 1px solid #ccc;
  text-align: center;
  height: 35px;
  align-items: center;
  display: flex;
  padding: 0 6px;
  background: #efefef;
}
.cards-list ul li img {
  margin: 0 auto;
}
.input-field input {
  height: 45px;
  border-radius: 5px;
  border: none;
  border: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  flex-direction: column;
  width: 100%;
}
.input-field.half {
  width: 48%;
}
.pay-form strong {
    width: 100%;
    display: inline-block;
}
.select2-container {
    width: 100% !important;
}
.select2-selection {
    height: 45px !important;
    border: 1px solid #cacaca !important;
    padding-left: 10px;
}
.select2-selection__rendered {
    line-height: 45px !important;
}
.select2-selection__arrow {
    height: 45px !important;
}
.checkout-summary {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
  box-shadow: 0px 0px 10px 5px rgb(203 203 203 / 40%);
}
.checkout-summary .toper {
  border-top: 2px solid #e6e6e6;
  margin-top: 20px;
}
.toper p,
.toper strong {
    font-size: 15px;
    font-weight: bold;
}
/** Preloader **/
.loader {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: spining 1.2s linear infinite;
}
.loader.hidden { 
    display: none;
}
@keyframes spining {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 540px) {
    h1 {
        font-size: 24px;
    }
    .py {
        padding:  20px 0;
    }
    header{ display: none; }
    .responsive-header{
        display: inline-flex;
    }
    .social-boost {
        text-align: center;
        padding-bottom: 20px;
    }
    .social-boost h1 {
        font-size: 36px;
    }
    .social-boost p {
        padding: 10px 0 20px 0;
    }
    .how-works {
        padding:  30px 0;
    }
    .how-works h3 {
        text-align: center;
    }
    .how-works ul li {
        padding: 0 0 10px 30px;
    }
    .works-img {
        text-align: center;
        padding-bottom: 30px;   
    }
    .works-img img {
        width: 100%;
    }
    .sect-title {
        width: 85%;
        padding-bottom: 20px;
    }
    .testi-box {
        text-align: center;
        height: auto;
    }
    .review-profile,
    .review-stars {
        justify-content: center;
    }
    .about-widget {
        padding-right: 0;
        text-align: center;
    }
    .trust-img { text-align: center; }
    .trust-img img {
        width: 70%;
    }
    .payment-img {
        text-align: center;
    }
    .payment-img img {
        width: 80%;
    }
    .widget-title {
        padding-top: 15px;
        text-align: center;
    }
    .footer-nav {
        text-align: center;
    }
    .fancy-tab {
        width: 100%;
    }
    .tabs-head li a {
        padding: 15px 20px;
    }
    .discount-total { margin-left: 20px; }
    .fancy-tab-content li { flex: 1 0 30%; }
    .tab-footer { flex-direction: column; padding: 30px 20px; }
    .tab-footer a { margin-top: 20px; }
    .track-order { width: 85%; }
    .order-summary {
        width: 300px;
    }
    .pkg-diff {
        flex-direction: column;
        align-items: center;        
    }
    
}
@media screen and (max-width: 480px) {
}

.sc-iNGGcK.cvSEbt, .sc-cCcXHH.eXCGzJ {
    display: none;
}

    




/*27-05-2025*/


#sample-links-container p.mt-0.mb-0.main-headings {
    width: 100%;
}
button#close-sample-links {
    margin: 0;
    padding: 0;
    text-align: right;
}
#sample-links-container ul li{padding-bottom: 0px}
#sample-links-container ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
div#sample-links-container {
    padding: 20px;
}
.get-started-section input[type="text"] {
    width: 100%;
    border: 1px solid #f1f1f1;
    margin: 8px 0;
    outline: none;
    padding: 12px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 10px;
}
.get-started-section select {
    width: 100%;
    border: 1px solid #f1f1f1;
    margin: 8px 0;
    outline: none;
    padding: 12px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 10px;
}
.get-started-section input[type="email"] {
   width: 100%;
    border: 1px solid #f1f1f1;
    margin: 8px 0;
    outline: none;
    padding: 12px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 10px;
}
.sample-style {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 20px;
}


.get-started-section input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.get-started-section input[type="email"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
  padding-left: 36px;font-size: 13.3333px;
}

.inputWithIcon input[type="email"] {
  padding-left: 36px;font-size: 13.3333px;
}

 ::placeholder{color:#C2C2C2}
.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 9px 8px;
  color: #C2C2C2;
  transition: 0.3s;    font-size: 16px;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon input[type="email"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #f1f1f1;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}


.inputWithIcon.inputIconBg input[type="email"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

.purchase_complete.checkout_page {
    margin-top: 70px;
}
.get-started-section {
     width: 35%; 
     margin: 0 auto; 
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 24px;
    border-radius: 10px;
    padding: 30px 40px;
    border-radius: 10px;margin-top: 30px;
}
.add_like_button {
    display: none;
}
#tab-3 .purchase_complete .like_section p {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
  .row {
    display: inline-flex;    width: 100%;
}
body{margin: 0;/*font-family: "Poppins", sans-serif;*/}
.get-started-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;font-family: sans-serif;
}
.inputWithIcon input[type="text"] {
    font-family: sans-serif;
}

.get-started-section input[type="email"]{
      font-family: sans-serif;  
}
.row_old div h4 {
    font-family: sans-serif;
}
.col-half.text-right span {
    font-family: sans-serif;
}
a.profile-tab-sample-links {
    font-family: sans-serif;
}
.footer_get_started p {
    font-family: sans-serif;
}

.copyright p {
    font-family: sans-serif;
}
form#checkout-form {
    font-family: sans-serif;
}
.col-half {
    width: 50%;
}
h3.green_bg {
    background: #31DB59;
    width: 30%;
    padding: 5px  10px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    margin-right: 0;
    font-size: 20px;
    font-weight: bold;
}
.text-right{text-align: right}
.box-header {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.form-section h4 {
    font-weight: bold;
    font-size: 16px;
}

.form-section button {
    width: 100%;
    border: 100px;
    padding: 14px;
    border-radius: 20px;
    background:#FA3457;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;font-family: sans-serif;
}

.footer_get_started {
    text-align: center;
    /* width: 26%; */
    margin-top: 20px;
}
.footer_get_started p {
    font-size: 12px;color: #333;
}


@media(max-width:768px){
    .get-started-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.box-header .col-half p {
    font-size: 12px !important; color:#333;line-height: 20px;
}
  .get-started-section{width: 100%}
  .footer_get_started{width: 100%}
  #tab-2 section{padding:20px}
  .get-started-section{padding: 30px 20px}
  .summary-section {
    padding: 20px;
}

}



/* purchase compalete page css */

.col-70 {
    width: 70%;
}

.col-30 {
    width: 30%;
}
.purchase_complete_title {
    font-size: 28px;
    margin: 0;
    height: 50px;
}
.purchase_complete .row{gap:40px}
.container{width:70%;margin: 0 auto}
.bg-color{    background: #FBFBFB;
    height: 100vh;
    padding-top: 50px;}
 .inner-col-section {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 24px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;

}

.btn-style{    width: 100%;
    border: 100px;
    padding: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;border-radius: 50px;}
.btn-style-without-bg{border: 2px solid #F9582A;
    background: transparent;
    color: #333;}
    .btn-style-without-bg:hover{background: #F9582A;color: #fff}
.btn-orange{background: #F9582A;}
.line {
    background: #dcdcdc;
    width: 100%;
    border-bottom: 2px solid #dcdcdc;
    margin: 20px 0;position: relative;
    text-align: center;
}
.line span {
    position: absolute;
    width: 8%;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
}
.qna {
  --qna-animation-duration: 0.3s;
  --qna-border-color: #c2c2c2;
  margin: 24px auto;
}
.qna__item {    border-radius: 5px;
  margin: 10px 0 0;
  border: 1px solid var(--qna-border-color);
  transition: var(--qna-animation-duration);
}
.qna__item:not(.js-details)[open], .qna__item.is-open {
  --qna-border-color: #C2C2C2;
  position: relative;
}
.qna__question {
  position: relative;
  padding: 10px 50px 10px 20px;
  list-style: none;
  cursor: pointer;
  user-select: none;font-weight: bold;
    color: #2a2a2a;font-size: 12px;
}
.qna__text p {
    font-weight: 500;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 18px;
}
.qna__question::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 12px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  transition: var(--qna-animation-duration);
}
.qna__item:not(.js-details)[open] .qna__question::after, .qna__item.is-open .qna__question::after {
  transform: rotate(-180deg);
}
.qna__question::-webkit-details-marker {
  display: none;
}
.js-details .qna__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--qna-animation-duration);
}
.js-details.is-open .qna__answer {
  max-height: none;
  animation: slideDown var(--qna-animation-duration);
}
.js-details.is-open.is-animating .qna__answer {
  max-height: var(--qna-details-height);
}
.qna__text {
  padding: 0 20px 20px;
}

@keyframes slideUp {
  0% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
}


@media(max-width:768px){
  .get-started-section{width: 100%}
  .footer_get_started{width: 100%}
}

.bg-color-gray{background: #FBFBFB;
   /* padding: 100px 0;*/}

.post_like_lists ul {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
}
.footer_section p {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    margin-top: 30px;
}
.profile_section {
    display: flex;
    align-items: center;
    gap: 14px;
}
.profile_image {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
}
.profile_name {
    font-weight: 600;
    font-size: 14px;
}
.like_section p {
    font-size: 13px;
    font-weight: bold;
/*    margin: 10px 0;*/
}
.purchase_complete .like_section p {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}
.purchase_complete  .post_like_lists span i{
        background: #31DB59;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
    padding: 5px;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5px;
    height: 5px;
    font-size: 10px;

}
span.heart_icon {
    color: red;
    padding-right: 5px;
}
span.telegram_icon {
    color: yellow;
    padding-right: 8px;
}
.total_pay_section p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;width: 100%;
}

.total_pay_section {
    margin-top: 20px;
    padding-left: 30px;
}

.total_pay_section p:last-child {
    text-align: right;
}

.post_like_lists li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.checkout_page .summary-section-style .d-flex p:first-child {
    font-weight: 600;
}
.checkout_page .post_like_lists span i {
    background: #31DB59;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
    padding: 5px;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.total_pay_section .row {
    display: flex !important;
}
@media(max-width:991px){
  .purchase_complete .row {
    display: block;
}
.col-70 {
    width: 100%;
     margin-bottom: 50px;
}
.col-30 {
    width: 100%;margin-bottom: 0 !important;
}
.purchase_complete_title {
    font-size: 20px;
    margin: 0;
    height: auto; text-align: center;
}
.order_details_title{display: block !important}
.bg-color-gray {
    padding: 30px 20px !important;
}
.container {
    width: 100%;
    margin: 0 auto;
}

}



/*select your posts page*/


.selected_post_section h4 {
    font-weight: 500;
    font-size: 12px;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.post_lists {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;gap:20px;margin-bottom: 20px;
}
.post img {
    height: 100%;
    width: 100%;
}
.post {
    position: relative;
    overflow: hidden;
}


.post h1 {
    position: absolute;
    padding: 10px 10px 10px 10px;
    bottom: -10px;
    font-size: 10px;
    background: #00000085;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    display: none;
}
.post:hover h1{display: block;}
.Select_delevery_section {
    font-size: 12px;
    font-weight: 500;
}
 .delvery_option{
    padding-left: 30px;
}
.delvery_option p{color: gray;}
.delvery_option select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border-color: #dcdcdc;
}

@media(max-width:768px){
    .container {
    max-width: 100%;
}

.purchase_complete.checkout_page {
    margin-top: 0;
}
 .header_thankyou img{width: 70%}
  .mobile_none{display: none}
}


/*checkout page*/

.checkout_section_right{
      width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.apple_pay_section h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.apple_pay_section button {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    border: none;
}
.apple_pay_section button span {
    padding: 0 5px;
}

.mcafee_logo {
    text-align: right;
}

.mcafee_logo img {
    width: 120px;
    object-fit: cover;
    height: 40px;
}
.pay_DC_title h4 {
    font-size: 16px;
    font-weight: bold;
}

.pay_DC_title {
    width: 70%;
}
.w-100{width: 100%;}

.add_like_button {
    background: #31db5929;
    border: 2px dashed #31DB59;
    border-style: dashed;
    border-radius: 10px;
    padding: 20px;margin-top: 20px;
}
.add_like_button p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}
.add_like_button button {
    border: 100px;
    padding: 5px 15px;
    border-radius: 20px;
    background: #31DB59;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 0 0;
}

.row_mobile {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
}
.order_accodion h4 {
    margin: 0;font-size: 14px;
}
.order_accodion span i{font-size: 20px;
    margin-right: 10px;}


i.fa.fa-dot-circle-o {
    top: 15px;
    transform: translateX(-10%) translateY(10%);
    width: 10px;
    height: 10px;
}
i.fa.fa-dot-circle-o:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: #31DB59;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
i.fa.fa-dot-circle-o:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color:#31DB59;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


@media(max-width:991px){
    .checkout_section_right .col-half.text-right {
    display: none;
}
.mcafee_logo {
    text-align: right;
    display: none;
}

.apple_pay_section {
    text-align: center;
}

.pay_DC_title {
    width: 100%;
    text-align: center;
}

.checkout_section_right .line {
    width: 75%;
    margin: 30px auto;
    text-align: center;
}
.checkout_section_right .col-half:first-child {
    width: 100%;
    text-align: center;
    display: block !important;
}

.checkout_page .row {
    display: grid;
}
.checkout_page .col-70 {
    order: 1;
}

.checkout_page .post_like_lists {
    display: none;
}

.mobile_none{display: none}

.checkout_page .order_details_title {
    display: none!important;
}

.line .or_style {
    top: -20px;
    padding: 10px;
}
}


@media(min-width:991px){
    .desktop_none{display: none;}
}


/*downshell template css*/
.downshell_style {
  background-color: #fafafa;
  color: #333;
  padding: 20px;
}

.downshell_style .container {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  padding: 20px;
}

.downshell_style .logo {
  height: 40px;
  margin-bottom: 20px;
}

.downshell_style .header h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}

.downshell_style .highlight {
    color: #f55a24;
    font-weight: bold;
    text-decoration: underline;
}

.downshell_style .offer-box {
  background: white;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.downshell_style .limited-offer {
    background-color: #fdb5a1;
    color: #000;
    padding: 6px 30px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    font-size: 14px;margin-top: 20px;
}

.downshell_style .offer-text {
  margin-top: 15px;
  font-size: 16px;
}

.downshell_style .green {
  color: #04CD67;
  font-weight: bold;
}

.downshell_style .order-item.active {
    border: 3px solid #f55a24;
    border-radius: 10px;
}
.downshell_style .order-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
   /* flex-wrap: wrap;*/
    gap: 20px;
    position: relative;
}

.downshell_style .order-item {
    padding: 10px;
    width: 130px;
    text-align: center;
    border: 3px solid #f2f2f2;
    border-radius: 10px;
    min-height: 130px;position: relative;
}
.downshell_style .order-item:first-child:after {
    content: 'YOUR ORDER';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    background: #f55a24;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}
.downshell_style .icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.downshell_style .user::before {
  content: '👤';
}

.downshell_style .heart::before {
  content: '❤️';
}

.downshell_style .plus {
    font-size: 32px;
    padding: 7px;
    background-color: #f55a24;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
}

.downshell_style .paid {
  color: #f55a24;
  font-weight: bold;
}

.downshell_style .price del {
  color: #C6C6C6;
  font-size: 14px;
  margin-right: 4px;font-weight: 600;
}
.order-item .icon_user i, .order-item .icon_heart i {
    color: #f55a24;
    font-size: 30px;
    margin: 20px 0;
}


.downshell_style .discounted {
  color: #f55a24;
  font-weight: bold;
  font-size: 16px;
}

.downshell_style .save {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #525252;    margin-bottom: 20px;
}
button.upgrade-btn p {
    font-size: 12px;
}
button.upgrade-btn h4, p {
    margin: 0;
}
.downshell_style .upgrade-btn .row {

    width: 100%;
    align-items: center;
    gap: 10px;
}
.check_s{
    background: #fff;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.check_s i{color: #f55a24;font-size: 14px}
.downshell_style .upgrade-btn {
  background-color: #f55a24;
  color: white;
  padding: 14px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}
.upgrade-btn div {
    text-align: left;
}
.downshell_style .decline {
    margin-top: 12px;
    font-size: 12px;
    color: #9D9D9D;
    text-decoration: underline;
    cursor: pointer;
}

.downshell_style .countdown {
  margin-top: 30px;
}

.downshell_style .countdown-text {
  font-weight: bold;
  margin-bottom: 10px;font-size: 20px;
}

.downshell_style .timer {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.downshell_style .time-block {
  background: #f55a24;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  min-width: 30px;
}

.downshell_style .time-number {
  font-size: 24px;
  font-weight: bold;
}

.downshell_style .time-label {
    font-size: 12px;
    margin-top: 10px;
}
/* Responsive styles */
@media (max-width: 768px) {
  .downshell_style .header h2 {
    font-size: 16px;
  }

  .downshell_style .order-item {
    width: 100%;
  }

  .downshell_style .limited-offer {
    font-size: 13px;
  }

  .downshell_style .upgrade-btn {
    font-size: 15px;
    padding: 12px;
  }

  .downshell_style .save,
  .downshell_style .offer-text {
    font-size: 15px;
  }

  .downshell_style .discounted {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .downshell_style .container {
    padding: 15px;
  }

  .downshell_style .header h2 {
    font-size: 15px;
  }

/*  .downshell_style .order-section {
    flex-direction: column;
    align-items: center;
  }*/

 /* .downshell_style .plus {
    display: none;
  }*/

  .downshell_style .time-block {
    min-width: 70px;
    padding: 8px 12px;
  }

  .downshell_style .time-number {
    font-size: 20px;
  }

  .downshell_style .upgrade-btn {
    padding: 12px 10px;
    font-size: 14px;
  }

  .downshell_style .decline {
    font-size: 13px;
  }
}


@media(max-width:991px){
    .downshell_style .container {
    max-width: 100%;        width: unset;}
    .downshell_style {
    padding: 0;
}
h3.green_bg{width: 38%}
}


div#tab-2 {
    max-width: 100% !important;
}

.checkout_page .summary-section-style {
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0px;margin-top: 20px;
}

.checkout_page h3.main-headings {
    display: none;
}
/*.checkout_page .summary-section-style .d-flex {
    display: block; 
}*/
.checkout_page .summary-section-style .d-flex  p {
    font-size: 14px !important;
    font-weight: 500;
    color: #333;
    margin: 0 !important;
    padding: 0px !important;
}
.total_pay_section{display: none}

div#mamo-checkout-element {
    margin-top: 30px;
}
.profile-tab-links {
    text-align: right;
    margin-bottom: 20px;
}


.site-logo{text-align: center}
button#checkout-order:hover {
    background: #16191C;
}

form#checkout-form {
    margin-top: 10px;
}