@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	font-family: "Inter", sans-serif;
	color: #000000;
}

a,
a:hover {
	transition: 0.3s all;
}

body {
	background-color: #f9e8d5 !important;
}

.text-center img {
	display: inline-block;
}

header {
	padding: 0px;
}

.container {
	max-width: 1370px;
}

.header-top {
    padding: 18px 0px;
    border-radius: 0px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #fff;
}

.discord-info p {
	display: flex;
	margin-bottom: 0;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-weight: 300;
	font-size: 17px;
}
.header-top ul.navbar-nav .menu-left li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #ff9000;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: 200ms;
}
.header-top ul.navbar-nav .menu-left li a:hover:before {
    width: 100%;
    opacity: 1;
}
.discord-info p img {
	max-width: 136px;
	margin-right: 12px;
}

.discord-info {
	padding-top: 120px;
	padding-bottom: 40px;
}

h6.small-badge {
	max-width: max-content;
	margin: auto;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	border-radius: 18px;
	padding: 3px 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

h6.small-badge span {
	position: relative;
	font-weight: 700;
}

.how-wrap {
	background-color: #fff;
	padding: 50px;
	border-radius: 26px;
	box-shadow: 0px 4px 8px #d4ba9e;
}

.how-wrap {
	background-color: #fff;
	padding: 50px;
	border-radius: 26px;
	box-shadow: 0px 4px 8px #d4ba9e;
}

.how-wrap .row:first-child .col-md-12 {
	display: flex;
	column-gap: 20px;
}

.how-wrap {
	background-color: #fff;
	padding: 28px;
	border-radius: 26px;
	box-shadow: 0px 4px 8px #d4ba9e;
}

.how-wrap .row:first-child .col-md-12 {
	display: flex;
	column-gap: 15px;
}

h6.small-badge span:before {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #ff9000;
	left: -70px;
	width: 50px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

h6.small-badge span:after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #ff9000;
	right: -70px;
	width: 50px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.discord-info p a {
	color: #FF9000;
	text-decoration: underline;
	margin-left: 4px;
	font-weight: 300;
}

.discord-info p a:hover {
	text-decoration: unset;
}

.sign-btn {
	padding: 12px 22px !important;
	border: 1px solid #FF9000;
	background-color: #FF9000;
	border-radius: 100px;
	color: #fff !important;
}

.hero-group-btn .btn-1 {
	border-radius: 100px;
	padding: 14px 22px;
}

.hero-group-btn a.pricing-btn {
	background-color: transparent;
	border-color: #a4a4a4;
	box-shadow: unset !important;
	border-width: 2px;
}

.header-top .header-logo a img.img-fluid {
	height: 43 px;
}

.header-top .header-logo {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-top ul.navbar-nav {
	width: 100%;
}

.header-top ul.navbar-nav .menu-left,
.header-top ul.navbar-nav .menu-right {
	display: flex;
}

.header-top ul.navbar-nav .menu-right {
	justify-content: flex-end;
	margin-left: 0;
}

.header-top ul.navbar-nav .menu-left li a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

header .mainmenu ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #111111;
	transition: 0.3s all;
	font-weight: 600;
	text-transform: capitalize;
}

header .mainmenu ul li a:hover {
	color: #ff9000 !important;
}

header .mainmenu .sign-btn:hover, header .mainmenu .sign-btn:focus
 {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000;
}


header .mainmenu ul li {
	padding: 0px 14px;
	display: flex;
	align-items: center;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}

.header-bottom {
	position: relative;
}

.header-top ul.navbar-nav .menu-left {
	max-width: max-content;
	margin: auto;
}

/* .hero {
	background: url(/assets/images/banner/hero.svg);
	background-repeat: no-repeat;
	background-size: cover;
} */

.banner-info h1 {
	font-size: 72px;
	font-weight: 700;
	max-width: 850px;
	margin: auto;
	color: #000000;
	text-align: center;
}

.hero-group-btn .pricing-btn img {
	width: 20px;
	margin-right: 10px;
}

.hero-group-btn .pricing-btn img {
	width: 20px;
	margin-right: 10px;
}

.hero .hero-group-btn a.custom-btn img {
	fill: #fff !important;
	filter: brightness(0) invert(1);
}

.hero-bottom-img img {
	max-width: 60%;
	object-fit: contain;
	margin: auto;
	display: block;
}

.hero-group-btn .custom-btn {
	color: #fff !important;
}

.banner-info h1 span {
	color: #ff9000;
	position: relative;
}

.banner-info h1 span:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ff9000;
	bottom: 5px;
	transform: rotate(-1deg);
	right: 0;
	margin: auto;
}

.banner-info {
	padding: 200px 0 0 0;
	text-align: center;
}

.hero-bottom-img img {
	height: 440px;
}

.banner-contents p {
	font-size: 20px;
	color: #444444;
	line-height: 1.5;
	text-align: center;
}

.banner-contents a {
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 0px 20px;
	font-weight: 500;
}

.banner-contents a.btn-1,
.btn-1 {
	background: #ff9000;
	color: #fff !important;
	border: 3px solid #ff9000;
}

.banner-contents a.btn-2 {
	background: transparent;
	border: 3px solid #ff9000;
	margin-left: 20px;
	color: #ff9000 !important;
}

.heading h4 {
	color: #000000;
	font-size: 19px;
	font-weight: 400;
}

.heading p {
	color: #222222;
	font-size: 17px;
	font-weight: 300;
	padding: 10px 0px;
	line-height: 24px;
	margin-bottom: 40px;
}

.heading h3 {
    color: #ff9000;
    font-size: 26px;
    font-weight: 600;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#offer {
    padding-top: 100px;
    padding-bottom: 0px;
}

.heading h3 span {
	position: relative;
}

.heading h3 span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(/assets/images/heading-underline.svg);
	background-repeat: no-repeat;
	width: 82%;
	height: 6px;
	background-size: 100%;
	top: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.custom-btn .img-fluid {
	width: 20px;
	margin-left: 10px;
}

.banner-info .play-btn i {
	font-size: 50px;
	color: #FF9000;
	margin-right: 10px;
}

.banner-info .play-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 15px;
	font-weight: 500 !important;
}

.hero-group-btn {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
}

.hero .banner-info p {
	font-size: 20px;
	color: #444444;
	margin: 40px 0;
}

.hero-group-btn .custom-btn,
.hero-group-btn .play-btn {
	letter-spacing: 0;
	font-weight: 600;
	box-shadow: unset !important;
}

.banner-info .play-btn span.play-bg {
	background-color: #fff;
	width: 47px;
	height: 47px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 1px 1px 10px #00000026;
	margin-right: 10px;
}

.banner-info .play-btn span.play-bg i {
	font-size: 16px;
	margin-right: 0;
}

.banner-info .play-btn:hover,
.banner-info .play-btn:focus {
	color: #ff9000;
}

.banner-info .play-btn:hover>.play-bg,
.banner-info .play-btn>.play-bg {
	background-color: #ff9000;
}

.banner-info .play-btn:hover i,
.banner-info .play-btn:focus i {
	color: #fff;
}




/*How section */
.how-section {
	padding: 80px 0px;
	padding-bottom: 0;
}
.how-section ul#pills-tab {
    width: 100%;
    gap: 15px;
}
.how-section .nav .nav-item {
    width: calc(25% - 15px);
}
.how-section .how-cont-wrap {
    width: 100%;
    display: flex;
    text-align: left;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #9f9f9f;
}
.how-section button.nav-link {
    padding: 0 !important;
	border: unset !important;
}
.how-wrap ul li .nav-link {
	padding: 15px 15px;
	color: #fff;
	background-color: #f8f8f8;
	position: relative;
	border: 2px solid #bebebe;
	border-radius: 18px;
	margin-bottom: 0px;
	width: 100%;
	transition: 0.3s all;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.amazonworker-content {
	width: 40%;
}

.amazonworker-content-img {
	width: 60%;
}

.amazonworker-content-img img {
	max-width: 100%;
	width: 100%;
}

.amazonworker-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.amazonworker-content h3 {
	font-weight: 600;
	color: #000;
}

.amazonworker-content ul li {
	display: flex;
	margin-bottom: 15px;
}

.amazonworker-content ul li img {
	width: 26px;
	height: 26px;
	margin-left: 0;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(94%) saturate(2158%) hue-rotate(0deg) brightness(102%) contrast(101%);
}

.amazonworker-content ul strong {
	margin-bottom: 10px;
	display: block;
}

.counter {
	display: flex;
	text-align: center;
	column-gap: 30px;
	margin-top: 40px;
}

.counter h5 {
	margin-bottom: 5px;
	color: #ff9000;
	font-weight: 700;
	font-size: 24px;
}

.hero-group-btn a.pricing-btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}

.hero-group-btn a.pricing-btn:hover img {
	filter: brightness(0) invert(1);
}

.counter p {
	margin-bottom: 0;
}

.amazonworker-img {
	display: flex;
	column-gap: 50px;
}

.profit-sweep-faq {
    padding: 80px 0 60px 0;
}

.profit-sweep-faq .accordion-item {
	margin-bottom: 20px;
	border-radius: 10px;
}

.profit-sweep-faq .accordion-item .accordion-button {
	color: #ff9000;
	font-size: 18px;
	font-weight: 600;
	padding: 25px;
	border-radius: 10px;
}

.profit-sweep-faq .accordion-item .accordion-button.collapsed {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.profit-sweep-faq .accordion-item .accordion-body {
	font-size: 16px;
	font-weight: 400;
}

.profit-sweep-faq .accordion-item .accordion-button::after,
.profit-sweep-faq .accordion-item .accordion-button.collapsed::after {
	content: "+";
	background: no-repeat;
	font-size: 20px;
	line-height: 14px;
	rotate: 0deg;
	transition: 0.3s;
}

.profit-sweep-faq .accordion-item .accordion-button::after {
	rotate: 135deg;
}

.profit-sweep-faq .chat-box {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 0.125rem 0.375rem 0 rgba(38, 43, 67, 0.14);
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profit-sweep-faq .chat-box img {
	filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(2081%) hue-rotate(5deg) brightness(110%) contrast(103%);
	width: 80px;
}

.profit-sweep-faq .accordion-item:last-child {
	margin-bottom: 0;
}

.profit-sweep-faq .chat-box h3 {
	font-size: 26px;
	color: #000;
	font-weight: 600;
}

.profit-sweep-faq .chat-box p {
	font-size: 16px;
	font-weight: 400;
}

.profit-sweep-faq .chat-box .custom-btn {
    border-radius: 100px;
    color: #fff !important;
    padding: 12px 20px;
    box-shadow: unset !important;
}

.how-section .how-cont-wrap .how-img {
	background-color: #FF9000;
	height: 36px;
	width: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	margin-right: 15px;
}

.how-section .how-cont-wrap:hover, button.nav-link.active > .how-cont-wrap {
	background-color: #ff9000;
	border-color: #ff9000;
}
button.nav-link.active > .how-cont-wrap h3, button.nav-link.active > .how-cont-wrap p {
	color: #fff;
}
button.nav-link.active > .how-cont-wrap > .how-img {
	background-color: #fff;
}
button.nav-link.active > .how-cont-wrap > .how-img img {
	filter: brightness(0) saturate(100%) invert(54%) sepia(72%) saturate(1949%) hue-rotate(1deg) brightness(104%) contrast(104%);
}
.how-section .how-cont-wrap:hover .how-img {
	background-color: #fff;
}
.how-section .how-cont-wrap .how-img .icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
 
.how-section .how-cont-wrap:hover .icon {
    filter: brightness(0) saturate(100%) invert(54%) sepia(72%) saturate(1949%) hue-rotate(1deg) brightness(104%) contrast(104%);
}
.how-section .how-cont-wrap:hover .how-contents h3,
.how-section .how-cont-wrap:hover .how-contents p {
	color: #fff;
}


.amazonworker-img img {
	max-width: 100%;
	margin-left: auto;
	position: relative;
}

.amazonworker-img {
	display: flex;
}

.how-section .container .row {
	display: flex;
	flex-direction: row;
	column-gap: 130px;
	flex-wrap: nowrap;
}

.how-section .how-cont-wrap .how-img span {
	font-size: 22px;
	font-weight: 500;
}

.how-section .how-cont-wrap h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	margin-bottom: 7px;
}

.how-section .how-cont-wrap p {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
}

/*About Section */
.about-section {
	background: url('../images/others/about-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 80px;
}

.about-section p {
	text-align: justify;
}

.about-section .about-img.text-right {
	text-align: right;
}

.about-section .btn-1,
.btn-1 {
	background: #ff9000;
	color: #000000 !important;
	border: 1px solid #ff9000;
	border-radius: 10px;
	padding: 10px 10px;
}

.about-section .btn-1:hover,
.btn-1:hover {
	background: #ff9000;
}

.hero-group-btn .custom-btn:hover {
    color: #ffffff !important;
    background-color: #000000;
}

.hero-group-btn .custom-btn:hover img {
	transition: 0.3s;
}

.welcome-section {
	padding: 80px 0px;
	background: #000;
	border-radius: 0px 150px 0px 150px;
	background: url('../images/others/why-bg.png');
}

.what-section {
	padding: 80px 0px;
	border-radius: 0px 150px 0px 150px;
	background: url('../images/others/why-bg.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.what-section .what-contents p,
.what-section .what-contents h3,
.what-section .what-contents h4 {
	color: #fff;
}

/*Features section */
.features-section {
	padding: 80px 0px;
	background: #f2f2f2;
}

.benefit-section h3 {
	color: #000;
}

.benefit-section h3 span {
	color: #ff9000;
}

.benefit-section ul {
	padding-top: 30px;
}

.benefit-section ul li {
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: left 1px;
	padding-bottom: 30px;
	background-image: url('../images/icon/list-icon.png');
	font-size: 18px;
	font-weight: 300;
	padding: 0px 60px 30px;
}

.about-section.benefit-section {
	background: url('../images/others/amazon-bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*Memebers section */
.members-section {
	padding: 80px 0px;
	border-radius: 0px 150px 0px 150px;
	background: url('../images/others/member-bg.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.members-section .members-cont-wrap {
	padding: 60px 40px;
	color: #000;
	background: #fff;
	border-radius: 50px;
	margin: 0px 20px;
	height: 100%;
}

.members-section .members-cont-wrap:hover {
	color: #000;
	background: #ff9000;
	border-radius: 50px;
}

.members-section .members-wrap {
	padding: 60px 60px;
}

.members-section .members-contents h3 {
	color: #ff9000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}

.members-section .members-cont-wrap:hover h3,
.members-section .members-cont-wrap:hover h4,
.members-section .members-cont-wrap:hover p {
	color: #fff;
}

.members-section .members-contents h4 {
	font-weight: bold;
	font-size: 36px;
	color: #050505;
}

.members-section .members-contents h4 span {
	font-size: 18px;
	font-weight: 400;
}

.members-section .members-cont-wrap:hover .btn.btn-1 {
	background: #181818;
	border: #181818;
}

.members-section .members-contents hr {
	color: #4f4e4e;
}

.members-section .members-cont-wrap:hover hr {
	color: #fff;
}

.members-section h3 {
	color: #fff;
}

/*features section  */
.features-section {
	position: relative;
}

.features-section .features-contents h3 {
	color: #1d1d1d;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

.features-section .features-contents p {
	color: #000;
	font-size: 17px;
	font-weight: 300;
}

.features-section .feature-box.left-1 {
	position: relative;
	left: 26%;
	text-align: right;
	padding: 50px 0px;
}

.features-section .feature-box.left-2 {
	position: relative;
	left: 25%;
	text-align: right;
	padding: 20px 0px;
}

.features-section .feature-box.right-1 {
	position: relative;
	right: 26%;
	text-align: right;
	padding: 50px 0px;
}

.features-section .feature-box.right-2 {
	position: relative;
	right: 25%;
	text-align: right;
	padding: 20px 0px;
}

.features-section .features-cont-wrap.right p,
.features-cont-wrap.right h3 {
	text-align: left;
}

.features-section .feature-box img {
	width: 80%;
}

.features-section .center-box .features-img img {
	width: 32%;
	padding-bottom: 15px;
}

.features-section .features-contents.center-box.text-center {
	margin-top: -50px;
}

.features-section .features-contents.center-box.text-center {
	margin-top: -50px;
	padding: 0px 60px;
}

.features-section .features-wrap {
	padding-top: 50px;
}

/*testimonial section */
.test-section {
	padding: 80px 0px 100px 0px;
	background: #ff9000;
	/* border-radius: 0px 0px 0px 100px; */
	background-image: url('../images/others/contact-shape-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: -35px;
	background-size: auto;
}

.test-section h3 {
	color: #fff;
	padding-bottom: 30px;
}

.test-section .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.test-section .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.test-section .features-img.text-center {
	position: relative;
	z-index: 10;
	top: -60px;
}

body {
	overflow-x: hidden;
}

.test-section .test-wrap {
	padding: 40px 0px;
}

/*Contact */
.about-section .footer-menu ul li::before {
	/*width: 16px;
    content: " ";
    background: url('img/icons/list-icon.png');
    position: absolute;
    left: -16px;
    top: -6px;
    height:20px;*/

}

.policy-data {
	padding-top: 60px;
	padding-bottom: 60px;
}

.policy-data a {
	color: #ff9000;
}

.policy-data h4 {
	margin-top: 25px;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.policy-data a:hover {
	text-decoration: none;
}

.benefit-section img {
	border-radius: 30px;
}

.test-contents {
	background: #fff;
}

.test-contents h3 {
	color: #000;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	padding: 0;
	margin-bottom: 0;
}

.test-contents .features-img img {
	border-radius: 50%;
	width: 100%;
}

.test-contents p {
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	margin-top: -11px;
}

.test-contents {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.test-contents .features-contents img {
	width: 60% !important;
}

/*Contact */
.site-footer {
    padding: 80px 0px;
    padding-bottom: 0;
}

.site-footer h5 {
	font-size: 16px;
	color: #111111;
	font-weight: 500;
}

.site-footer ul li a {
	font-size: 15px;
	color: #373737;
	font-weight: 400;
	margin-bottom: 14px;
	display: block;
}

.site-footer .col-md-5 {
	display: flex;
	justify-content: flex-end;
}

.site-footer ul.d-inline-flex li a {
	margin-left: 20px;
}

.site-footer .copyrights p {
	font-size: 13px;
	color: #111111;
}

.site-footer ul li a:hover {
	color: #000000;
}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-wrap ul li {
	padding: 10px 40px;
}

.footer-contact ul li.location {
	background-image: url(../images/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(../images/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(../images/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.copyrights p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}
.site-footer .row {
    padding-bottom: 60px;
}
.copyrights {
    padding: 60px 0px 60px 0px;
    text-align: center;
    border-top: 1px solid #c2c2c2;
}

.footer-logo img {
	margin-bottom: 40px;
	width: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
	background: #000;
}

.contact-form button.btn.btn-primary {
    background: #ff9000;
    color: #ffffff !important;
    border: 3px solid #ff9000;
    border-radius: 80px;
    padding: 10px 10px;
    position: relative;
    margin-top: 20px;
}

.contact-form button.btn.btn-primary::before {
	content: "";
	position: absolute;
	background: url(/assets/images/button-arrow.svg);
	background-position: center;
	background-size: contain;
	right: 35%;
	top: 50%;
	z-index: 9;
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	filter: brightness(0) invert(1);
}
a.btn:focus {
    outline: unset !important;
    box-shadow: unset !important;
}
.contact-form button.btn.btn-primary:hover {
    color: #ffffff !important;
    background-color: #000;
    border-color: #000;
}
.contact-form button.btn.btn-primary:hover::before {
    filter: brightness(0) invert(1);
}
.card-box.social a:hover {
    background-color: #000;
}
.card-box.social a:hover img {
    filter: brightness(0) invert(1);
}
.contact-form form input,
.contact-form form textarea {
	outline: none !important;
	box-shadow: unset !important;
	background: #fff;
}

.form-control:focus {
	border-color: #000;
}



/* courses page css start here */
.card img {
	height: 250px;
	object-fit: cover;
}

.card .btn-without-bg {
	background: #ff9000;
	color: #fff;
	border-color: #ff9000;
	padding: 15px 25px;
	border-width: 2px;
	transition: 0.3s all;
	border-radius: 0px 20px !important;
	width: 100%;
}

.card .btn-without-bg:hover {
	background: #ff9000;
	color: #fff;
	border-color: #ff9000;
}

.card .bg-label-secondary {
	background-color: #e8e9ed !important;
	color: #6d788d !important;
}

.card-text p {
	height: 44px;
	white-space: break-spaces;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-text p * {
	color: #646464 !important;
}

.courses .card-title a {
	color: #000000;
	transition: 0.3s all;
}

.courses .card-title a:hover {
	color: #ff9000;
}

.course-detail {
	margin-top: 60px;
	margin-bottom: 60px;
}

.courses ul.pagination li.page-item.active span.page-link {
	background: #ff9000;
}

.courses ul.pagination {
	justify-content: end;
}

ul#categoryTabs {
	border: 0;
	margin-bottom: 20px;
}

ul#categoryTabs::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

ul#categoryTabs::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
	height: 5px;
}


ul#categoryTabs::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #000;
}

.courses {
	margin-top: 60px;
	margin-bottom: 60px;
}

ul#categoryTabs a.nav-link {
	border: 2px solid #ff9000;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 0px 20px !important;
	color: #ff9000;
}


ul#categoryTabs a.nav-link:hover,
ul#categoryTabs a.nav-link.active {
	background: #ff9000;
	color: #fff;
	border-color: #ff9000;
}

ul#categoryTabs li.nav-item {
	margin-right: 10px;
}

/* courses page css end here */

/* course detail page css start here */

.table-responsive table th {
	color: #3b4056;
	background-color: #f5f5f7;
	border-bottom-color: #f5f5f7;
	padding-block: 1.426rem;
	padding: 0.7813rem 1.25rem;
	text-transform: uppercase;
	font-size: 0.8125rem;
	letter-spacing: 0.2px;
}


.table-responsive table td {
	background: #fff;
	color: #676b7b;
}

.table-responsive .view-btn {
	background: #ff9000;
	color: #fff;
	padding: 7px 20px;
	border-radius: 0 20px;
}

.table-responsive .view-btn:hover {
	background: #ff9000;
}

.course-detail .text-muted a {
	color: #ff9000;
}

.courses .bg-danger {
	max-width: max-content;
	margin: auto;
}

.course-detail .card-text p {
	width: fit-content;
	height: fit-content;
	white-space: break-spaces;
	overflow: unset;
	text-overflow: unset;
}

/* course detail page css end here */


/* login page css start here */
.login {
	max-width: 450px !important;
	margin: 60px auto;
	padding: 0 !important;
	margin-top: 150px;
}

.login .card-body {
	padding: 1.75rem 50PX !important;
}

.login .card {
	border: 0;
}

.login button.btn.btn-primary
 {
    background-color: #ff9000;
    border-color: #ff9000;
    padding: 12px;
    color: #fff;
    border-radius: 40px;
    box-shadow: unset !important;
}

.login button.btn.btn-primary:hover,
.login button.btn.btn-primary:focus {
	background-color: #000000;
	border-color: #000000;
}

.login a {
	color: #ff9000;
	text-decoration: unset;
}

.login .form-control:focus {
	box-shadow: unset;
	outline: unset;
	border-color: #000;
}

.login .form-check-input {
	box-shadow: unset !important;
	outline: unset !important;
	border-color: #000;
}

.login .form-check-input:checked {
	background-color: #000000;
	border-color: #000000;
}

.login a:hover {
	opacity: .7;
}

/* login page css end here */


/* plan page css start here */
.choose-plan {
    padding: 60px 0px;
    padding-top: 120px !important;
    max-width: 70%;
}
.choose-plan .plan {
    padding: 30px 30px !important;
    box-shadow: 0px 4px 8px #d3d3d3;
    border-radius: 20px !important;
    margin: 0px 0px !important;
    margin-bottom: 30px !important;
}
.choose-plan .card-body {
	padding: 30px;
}
.choose-plan .card-body h3 {
    color: #ff9000;
    font-size: 26px;
    font-weight: 600;
}
.choose-plan .plan a.join-btn {
	max-width: max-content;
    background: #ff9000 !important;
    color: #fff !important;
    font-size: 15px;
    padding: 0.75rem 1.5rem !important;
    border-radius: 50px !important;
    display: block !important;
    margin: auto;
}

.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan {
	margin-bottom: 15px;
}

.plan.bg-primary .card-body span {
	color: #fff !important;
}

.choose-plan .plan p {
	margin-bottom: 0;
}

.choose-plan .plan a.join-btn:hover {
	background-color: #ff9000;
}

.plan.bg-primary {
	background-color: #000000 !important;
}

.plan.bg-primary small {
	color: #fff !important;
}

.coupon #coupon-btn {
    max-width: max-content;
    background: #ff9000 !important;
    color: #fff !important;
    font-size: 15px;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    border-color: #ff9000 !important;
}
.coupon #coupon-btn span {
    color: #fff;
}
.coupon #coupon-remove-btn {
    background-color: red;
    border-color: red;
    color: #fff !important;
    font-size: 15px;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    max-width: max-content;
}
.coupon #coupon-remove-btn span {
    color: #fff;
}
.coupon #coupon-remove-btn {
	background-color: red !important;
	border-color: red !important;
}

.coupon input#coupon-code {
	max-height: 54px;
	font-size: 15px;
}

.coupon button {
	max-height: 54px;
}

div#coupon-msg>div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

div#coupon-msg>div i {
	margin-right: 10px;
}

.coupon #coupon-btn:hover,
.coupon #coupon-btn:focus {
	background: #000000 !important;
	color: #fff;
	border-color: #000 !important;
}

.payment-detail button#subscribe {
	max-width: max-content;
	background: #ff9000 !important;
	color: #fff !important;
	font-size: 18px;
	padding: 14px 60px !important;
	border-radius: 0px 20px !important;
}

.payment-detail button#subscribe:hover {
	background-color: #ff9000;
	border-color: #ff9000;
}

/* plan page css end here */

/*Front dropdown css start here */
.user-dropdown {
	position: relative;
	display: inline-block;
}

.user-dropdown button {
    background: transparent;
    font-size: 15px !important;
    cursor: pointer;
    width: max-content;
    padding: 12px 22px !important;
    border: 1px solid #FF9000;
    background-color: #FF9000;
    border-radius: 100px;
    color: #fff !important;
}
.user-dropdown button p {
    color: #fff !important;
}
.user-dropdown button img {
    filter: brightness(0) invert(1);
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 150px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 10px !important;
	margin-top: 130px;
}

.dropdown-content a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: black;
	font-size: 16px !important;
	transition: 0.3s all;
}

body header li.desktop-user-dropdown .dropdown-content a:hover {
	background: transparent !important;
	color: #ff9000 !important;
}

.dropdown-content a {
	border-radius: 10px;
}


.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.user-dropdown:hover .dropdown-content {
	display: block;
}

.user-dropdown button p {
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 125px;
	color: #000;
	font-weight: 600;
}

.policy-data p, .policy-data ul li {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}


.mbl-user-dropdown {
	display: none;
}

.user-dropdown button.userButton img {
	width: 20px;
	margin-right: 7px;
}

header .mainmenu ul li a.active {
	color: #ff9000;
}

header .mainmenu ul li a:focus {
	color: #ff9000;
}

.user-dropdown img {
	width: 20px;
	margin-right: 5px;
}

.order-summary button.btn-primary {
	background-color: #ff9000 !important;
	border-color: #ff9000 !important;
	color: #fff !important;
	font-size: 16px;
	padding: 14px 60px !important;
	border-radius: 50px !important;
}
.order-summary button.btn-primary span {
    color: #fff;
}
.choose-plan .order-summary button.btn-primary:hover, .choose-plan .order-summary button.btn-primary:focus {
    background-color: #000 !important;
    border-color: #000 !important;
}
.order-summary {
    box-shadow: 0px 4px 8px #d3d3d3;
    border-radius: 12px;
    padding: 20px;
}
.order-summary .text-primary {
	color: #ff9000 !important;
}
.order-summary h4 {
    color: #ff9000;
}

.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover {
	background-color: #000000;
	color: #fff !important;
}

.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover h2,
.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover span,
.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover small {
	color: #fff !important;
}

small#discount-amount {
	font-weight: 500;
}

.total-discount {
	color: #000;
}

.choose-plan .plan.bg-primary p,
.choose-plan .plan.bg-primary ul li {
	color: #fff;
}



/*Front dropdown css end here */

.pricing {
	padding-top: 75px;
	padding-bottom: 0px;
}

.pricing .how-heading {
	padding-bottom: 0px;
}

.pricing .owl-nav {
	display: block !important;
	margin-top: 16px;
}

.pricing .owl-nav button {
	background-color: #fe8f06 !important;
	padding: 10px !important;
	width: 40px;
	height: 40px;
	border-radius: 100px !important;
	font-size: 26px !important;
}

.pricing .owl-nav button span {
	color: #fff;
}

.pricing ul#pricingTab {
	border: 1px solid rgb(0 0 0);
	padding: 0px;
	border-radius: 100px;
}

.pricing #pricingTabContent {
	padding-left: 0px;
	padding-right: 0px;
}

.pricing #pricingTabContent {
	padding-left: 0px;
	padding-right: 0px;
}

/* Tabs styling */
.pricing .nav-pills .nav-link {
	padding: .8rem 1.5rem !important;
	color: #111111;
	font-weight: 500;
	font-size: 17px;
	background: unset;
	box-shadow: unset;
	border-radius: 100px;
}

.pricing-card .description p {
	min-height: 30px;
}

.client-info {
	order: 3;
}

.pricing .nav-pills .nav-link.active,
.pricing .nav-pills .nav-link:focus,
.pricing .nav-pills .nav-link:hover {
	background-color: #fff !important;
	color: #FF9000 !important;
	box-shadow: 0px 0px 5px #ccc !important;
	height: 100%;
}

.pricing .nav-pills .nav-link:hover {
	height: 100%;
}

/* Card styling */
.pricing-card {
	border-radius: 20px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0px 4px 8px #d4ba9e;
}

.pricing-card.standard {
	color: #000000;
	background: #fff;
}

.pricing-card.advanced {
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #ff9900;
	position: relative;
	overflow: hidden;
}

.pricing-card.premium {
	color: #000;
	background: linear-gradient(175deg, rgba(254, 250, 245, 1) 0%, rgba(254, 243, 228, 1) 50%, rgba(249, 224, 191, 1) 100%);
}

.pricing-card h5 {
	font-weight: 600;
	margin-bottom: 10px;
	color: 000000;
}

.pricing-card p.description {
	color: #666666;
	font-size: 14px;
	margin-bottom: 1.5rem;
	font-weight: 300;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.pricing-card ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.pricing-card ul li {
	display: block;
	font-size: 14px;
	line-height: 0px;
	margin-top: 5px;
}

.pricing-card.advanced ul li span,
.pricing-card.advanced ul li p {
	color: #fff !important;
}

.pricing-card ul li img {
	width: 44px;
	height: 44px;
	position: relative;
	bottom: -5px;
	right: -8px;
}

.pricing-card .btn img {
	width: 20px;
	margin-left: 10px;
}

.pricing-card.advanced h5 {
	color: #000000;
}

.pricing-card.advanced p.description {
	color: #BBBBBB;
}

.pricing-card.advanced ul li {
	color: #fff;
}

.pricing-card ul li i {
	color: #ff9900;
	margin-right: 0.5rem;
}

.pricing-card .price {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.total-price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 0px;
}

.pricing-card .duration {
	font-size: 16px;
	color: #999;
	margin-bottom: 0px;
	font-weight: 300;
}

.pricing-card.advanced .total-price .price {
	color: #000000;
}

.pricing-card.advanced a.btn {
	background-color: #ff9000;
	color: #fff !important;
}

.pricing-card .total-price .price {
	margin-right: 5px;
}

.pricing-card .btn {
    background-color: #cecece;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 0;
    display: block !important;
    margin-top: 20px;
    box-shadow: unset !important;
}

.pricing-card.advanced:before {
	content: "Best Value";
	position: absolute;
	background-color: #ff9000;
	width: max-content;
	color: #fff;
	padding: 6px 45px;
	left: -40px;
	top: 20px;
	transform: rotate(-45deg);
	font-size: 14px;
}

.pricing-card .btn:hover {
    background-color: #000000;
    color: #ffffff !important;
}

#main-features .container {
	padding-left: 120px;
	padding-right: 105px;
}

#main-features .container .row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0px;
}

#main-features h6.small-badge {
	margin-left: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main-features ul li {
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 10px;
}

#main-features ul li img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

#main-features ul {
	list-style: none;
	padding: 0;
	margin: 40px 0px;
}

#main-features .heading h3 {
	font-size: 36px;
	line-height: 46px;
	max-width: 84%;
}

#main-features .heading h3 span:before {
	width: 100%;
	height: 6px;
	background-size: 100%;
	background-image: url(/assets/images/heading-underline2.svg);
	z-index: -1;
}

#main-features .amazonworker-img {
	background: linear-gradient(1deg, rgba(254, 250, 245, 1) 0%, rgba(254, 243, 228, 1) 50%, rgba(249, 224, 191, 1) 100%);
	padding-bottom: 100px;
}

#main-features .amazonworker-img img {
	max-width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -70px;
}

#main-features {
	padding-top: 75px;
}

.profit-section .container {
	padding-left: 104px;
	padding-right: 104px;
}

.profit-section .profit-content {
	border-radius: 18px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
	background: linear-gradient(357deg, rgba(254, 250, 245, 1) 0%, rgba(254, 243, 228, 1) 50%, rgba(249, 224, 191, 1) 100%);
	height: 100%;
}

.profit-section .profit-content h4 {
	font-size: 36px;
	color: #000000;
	text-align: left;
}

.profit-section .profit-content p {
	font-size: 17px;
	text-align: left;
	color: #000000;
}


.profit-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-bottom: 30px;
	margin-top: 40px;
}

.profit-section ul li {
	color: #000000;
	font-size: 17px;
}

.profit-section ul li span {
	border-radius: 100px;
	padding: 5px 10px;
	background-color: #FDE8CA;
	margin-right: 16px;
	color: FF9000;
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
}

.profit-section .profit-img-box img {
	width: 100%;
}

.profit-section ul li span.tag-green {
	background-color: #E7F7E7;
	color: #58A758;
}

.profit-section .col-md-7,
.profit-section .col-md-5 {
	margin-bottom: 24px;
}

.profit-section .col-md-7 .profit-content {
	background: linear-gradient(180deg, rgba(254, 250, 245, 1) 0%, rgba(254, 243, 228, 1) 50%, rgba(249, 224, 191, 1) 100%);
}

.profit-section {
	padding-top: 45px;
}

#reviews {
    padding-top: 40px;
    padding-bottom: 80px;
}

#reviews .heading h3 span:before {
	width: 100%;
	height: 6px;
	background-size: 100%;
	background-image: url(/assets/images/heading-underline2.svg);
}

#benefits .accordion-button {
	font-weight: 300;
	font-size: 17px;
	color: #000000;
	background-color: #fff;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

#benefits .accordion-button::after {
	transform: rotate(0deg);
}

#benefits .accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}

#benefits .accordion-button:focus {
	box-shadow: none;
}

#benefits .accordion-item {
	border: none;
	border-bottom: 1px solid hwb(0deg 0% 100% / 12%);
	box-shadow: unset;
	border-radius: 0;
}

#benefits .accordion-body {
	padding-left: 0;
	padding-right: 0;
}

#benefits .container {
	padding-left: 104px;
	padding-right: 104px;
}

#benefits .how-heading {
	padding-bottom: 0px;
}

#benefits .amazonworker-img {
	background: linear-gradient(180deg, rgba(254, 250, 245, 1) 0%, rgba(254, 243, 228, 1) 50%, rgba(249, 224, 191, 1) 100%);
	padding: 70px 20px;
}

#benefits .heading h3 {
	font-size: 36px;
	line-height: 46px;
	max-width: 100%;
	margin-bottom: 30px;
}

#benefits .amazonworker-img img {
	max-width: 90%;
	margin: auto;
	position: relative;
	right: 0;
}

#benefits .main-heading h3 {
	color: #000000;
	font-size: 50px;
	font-weight: 500;
}

#benefits .heading h3 span:before {
	width: 100%;
	height: 6px;
	background-size: 100%;
	background-image: url(/assets/images/heading-underline2.svg);
	bottom: 3px;
	z-index: -1;
}

#benefits .col-md-6:last-child {
	padding-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#benefits #accordionExample {
	max-width: 85%;
}

.review-card {
	background: #ffffff;
	color: #000000;
	border-radius: 18px;
	padding: 40px 30px;
	min-height: 390px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	box-shadow: 0px 4px 8px #d4ba9e;
    margin-bottom: 10px;
}
.pricing-card .description {
    min-height: 150px;
}
.stars {
	color: #ff9900;
	margin-bottom: 10px;
	font-size: 18px;
}

.reviewer-info {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.reviewer-info img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.reviewer-details {
	font-size: 14px;
	line-height: 1.2;
}

.reviewer-details span {
	display: block;
	color: #ff9900;
	font-size: 12px;
}

.review-card p {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #000000;
	margin-bottom: 40px;
	order: 2;
	text-align: center;
}

.review-author-role {
	color: #FF9000;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.about-us h3 {
	font-size: 36px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin-top: 40px;
}

.about-us h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fe8f06;
	height: 3px;
	width: 50px;
}

.about-us h6 {
	font-size: 18px;
}

.about-us h3 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-top: 40px;
    color: #000;
}
.about-col-content h4 {
    color: #000;
}
.about-us h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fe8f06;
	height: 3px;
	width: 50px;
}

.about-us h6 {
	font-size: 18px;
}

.about-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.about-btn .btn:last-child:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.company-info {
	background-color: #fff;
	padding: 60px 0px;
}

.company-info .container {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.offer-col {
	background-color: #fff;
	padding: 28px;
	border-radius: 26px;
	height: 100%;
	box-shadow: 0px 4px 8px #d4ba9e;
}

.about-us {
	padding: 80px 0px;
}

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

ul.offer-list li {
	display: flex;
	margin-bottom: 15px;
}

ul.offer-list li img {
	width: 26px;
	height: 26px;
	margin-left: 0;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(94%) saturate(2158%) hue-rotate(0deg) brightness(102%) contrast(101%);
}

.offer-col-main {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	display: grid;
	gap: 30px;
}

.offer-col-main .offer-col:nth-child(2),
.offer-col-main .offer-col:last-child {
	grid-row-start: 2;
}

.offer-col-main .offer-col:first-child {
	grid-column: span 2 / span 2;
}

#offer .row {
	margin-bottom: 30px !important;
}

.company-info h4 {
	font-weight: 800;
	color: #000;
	margin-bottom: 10px;
	font-size: 30px;
}

#offer .row:last-child .offer-col-main {
	display: block;
}

.company-info p {
	margin-bottom: 0;
}

.about-btn .btn {
	border-radius: 100px;
	padding: 10px 30px;
	color: #fff !important;
	border-width: 2px;
	box-shadow: unset !important;
	margin-right: 10px;
}

.about-btn .btn:last-child {
	background-color: transparent;
	color: #ff9000 !important;
}

.about-col .about-col-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px #d4ba9e;
}
.about-col-content .img-fluid {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(54%) sepia(72%) saturate(1949%) hue-rotate(1deg) brightness(104%) contrast(104%);
}
.review-author-name {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}

.review-stars {
	color: #FF9000;
	font-size: 20px;
	margin-bottom: 20px;
	order: 2;
	text-align: center;
}

.review-author img {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	margin-right: 15px;
}

#reviews .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.review-author {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	order: 1;
	flex-direction: column;
}

.review-author img {
	width: 55px !important;
	height: 55px;
	border-radius: 100px;
	margin-right: 15px;
}

span.aunther-nik {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fe8f06;
	border-radius: 100px;
	margin-right: 10px;
}

.policy-data {
    padding-top: 150px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

.policy-data h1 {
	position: relative;
	max-width: max-content;
	color: #000000;
	font-size: 50px;
	font-weight: 500;
}

.policy-data h1:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(/assets/images/heading-underline2.svg);
	background-repeat: no-repeat;
	width: 30%;
	height: 6px;
	background-size: 100%;
	top: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.policy-data h6 {
	color: #000;
}


.home-contact .form-label {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.home-contact .invalid-feedback div {
	color: #ff4d49;
}

.pricing-card.advanced p {
	color: #000000;
}

/* connect-form */
.connect-detail h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0px;
}
#contact-form h3 {
    color: #000;
    margin-bottom: 5px;
    max-width: 100%;
}
.connect-detail h3 {
    position: relative;
}
.connect-detail h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fe8f06;
    height: 3px;
    width: 50px;
}
.profit-sweep-form {
	padding: 70px 0 30px 0;
}

.connect-detail p {
    font-size: 16px;
    margin-bottom: 30px;
}

.card-box {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 0.125rem 0.375rem 0 rgba(38, 43, 67, 0.14);
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.card-box .content h4 {
	font-size: 20px;
	margin: 0 0 5px 0;
}

.card-box .content p,
.card-box .content p a {
	font-size: 16px;
	margin: 0;
	max-width: 400px;
	color: #000;
}

.card-box .content p a:hover {
	color: #ff9000;
}
.connect-form {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 0.125rem 0.375rem 0 rgba(38, 43, 67, 0.14);
    margin-bottom: 20px;
    min-height: 770px;
}
.card-box .icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: #feeed9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-box .icon i {
	font-size: 24px;
	color: #ff9000;
}

.card-box.social {
	justify-content: center;
	flex-direction: column;
	gap: 0;
}

.card-box.social img {
	width: 20px;
	height: 20px;
	filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(2081%) hue-rotate(5deg) brightness(110%) contrast(103%);
}

.card-box.social h4 {
	margin: 0;
}

.card-box.social a {
	width: 50px;
	height: 50px;
	margin: auto;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-col h4 {
	font-size: 34px;
	font-weight: 700;
	color: #000;
}
.inner-col-outer {
    display: flex;
}
 
.left-inner-col {
    width: 65%;
}
 
.right-inner-col {
    width: 35%;
}
 
.offer-human-support {
    display: flex;
    align-items: center;
}
 
.human-img {
    width: 35%;
}
 
.human-content {
    width: 65%;
    padding-left: 40px;
}
 
.human-img .img-fluid {
    border-radius: 20px;
}
div#pricing .d-flex.justify-content-center.mb-4 {
    margin-bottom: 30px !important;
}
.about-btn .btn:hover {
    color: #ffffff !important;
    background-color: #000;
}
.profit-sweep-faq .chat-box .custom-btn:hover {
    color: #ffffff !important;
    background-color: #000;
}
.pricing-card.advanced a.btn img {
    filter: brightness(0) invert(1);
}
.pricing-card .btn:hover img {
    filter: brightness(0) invert(1);
}
.company-col img {
    height: 70px;
}
.pricing .owl-nav button:hover {
    background-color: #000 !important;
}




.step-progress-segment {
	transition: all 0.3s ease;
	height: 8px; /* Thinner and more modern */
	background-color: #e5e7eb; /* Gray-200 default */
	border-radius: 4px; /* Rounded pill shape */
}
.step-active .step-progress-segment {
	background-color: #ff9000; /* Indigo for active steps */
	box-shadow: 0 0 10px rgb(255 144 0 / 46%);
}
.step-active .step-text, .step-active .step-circle {
	color: var(--secondary-indigo);
	font-weight: 600 !important; /* !important to override Bootstrap utilities */
}
.step-active .step-circle {
	border-color: var(--secondary-indigo);
	background-color: #eef2ff; /* Indigo-50 for a glow effect */
	transform: scale(1.1);
}
.step-circle {
	transition: all 0.3s ease;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #9ca3af; /* Gray-400 */
	background-color: white;
	color: #9ca3af;
	font-weight: 500;
}
.choose-plan h1 {
    font-size: 26px !important;
    margin-top: 15px;
    color: #000 !important;
}
div#step-2-indicator, div#step-3-indicator {
    margin-left: 10px;
}
.choose-plan .w-33 {
    width: 33.33%;
}
/*RESPONSIVE*/


@media (max-width:1400px) {
	header .mainmenu ul li a {
		font-size: 16px;
	}

	header .mainmenu ul li {
		padding: 7px 15px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	header .mainmenu ul li a {
		font-size: 16px;
	}

	.copyrights p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1279px) {
	header .mainmenu ul li a {
		font-size: 15px;
	}
	.how-section .nav .nav-item {
    width: calc(50% - 15px);
}
	.sign-btn,
	.sign-btn:hover {
		padding: 10px 15px;
	}

	header .mainmenu ul li {
		padding: 0px 20px;
	}

	.banner-contents p {
		font-size: 18px;
	}

	header .banner-contents h3 {
		font-size: 45px;
		padding: 20px 0px;
	}

	header .header-bottom .banner-contents {
		top: 25%;
	}

	.how-section .how-cont-wrap {
		padding: 20px;
	}

	.how-section .how-cont-wrap h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.1em;
		padding: 10px 0px;
	}

	.how-section .how-cont-wrap p {
		font-size: 14px;
		font-weight: 300;
	}

	.how-cont-wrap img {
		width: 50%;
	}

	.how-section .how-cont-wrap.box-1 {
		background: #000;
		border-radius: 30px 30px 0px 50px;
	}

	.how-section .how-cont-wrap.box-4 {
		background: #000;
		border-radius: 0px 50px 30px 30px;
	}

	.about-img img {
		width: 70%;
	}

	.heading p {
		font-size: 16px;
	}

	.heading h3 {
		font-size: 32px;
	}

	.how-section,
	.about-section,
	.what-section,
	.features-section,
	.members-section,
	.benefit-section,
	.test-section {
		padding: 60px 0px;
	}

	.features-section .features-contents p {
		color: #000;
		font-size: 12px;
		font-weight: 300;
	}

	.features-section .features-contents h3 {
		color: #1d1d1d;
		font-size: 17px;
		font-weight: bold;
	}

	.features-section .features-contents p {
		font-size: 14px;
		font-weight: 300;
	}

	.features-section .features-contents.center-box.text-center {
		margin-top: -30px;
		padding: 0px 40px;
	}

	.features-section .feature-box.left-1 {
		left: 30%;
		padding: 25px 0px;
	}

	.features-section .feature-box.left-2 {
		left: 30%;
		padding: 20px 0px;
	}

	.features-section .feature-box.right-1 {
		right: 30%;
		padding: 25px 0px;
	}

	.features-section .feature-box.right-2 {
		right: 30%;
		padding: 20px 0px;
	}

	.members-section .members-cont-wrap {
		padding: 40px 20px;
		border-radius: 40px;
		margin: 0px 0px;
	}

	.members-section .members-wrap {
		padding: 30px 30px;
	}

	.benefit-section ul li {
		font-size: 16px;
	}

	.test-contents h3 {
		font-size: 18px;
	}

	.footer-wrap ul li a {
		font-size: 16px;
	}

	.copyrights p {
		font-size: 14px;
	}

	/* footer {
		padding: 60px 0px 30px 0px;
		background: #000;
	} */

	.members-section .members-contents h4 {
		font-size: 33px;
	}

	.members-section .members-contents h3 {
		font-size: 20px;
	}

	.members-section .members-contents h4 span {
		font-size: 16px;
	}

}
@media screen and (max-width: 1024px) { 
.heading h3 {
    max-width: 100%;
}
}
@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}

	header .mainmenu ul li {
		padding: 0px 10px;
	}

	header .mainmenu ul li a {
		font-size: 14px;
	}

	header .banner-contents h3 {
		font-size: 34px;
		padding: 0px 0px 20px 0px;
	}

	.banner-contents a {
		font-size: 16px;
	}

	header .header-bottom .banner-contents {
		top: 23%;
	}

	.how-section .how-cont-wrap {
		padding: 12px;
	}

	.how-section .how-cont-wrap h3 {
		font-size: 15px;
	}

	.how-section .how-cont-wrap p {
		font-size: 12px;
	}

	.heading p {
		font-size: 14px;
	}

	.heading h3 {
		font-size: 25px;
	}

	.btn {
		font-size: 14px !important;
	}

	.heading h4 {
		font-size: 16px;
	}

	.features-section .features-contents p {
		font-size: 11px;
	}

	.features-section .features-contents h3 {
		font-size: 12px;
	}

	.features-section .feature-box.left-2 {
		left: 36%;
		padding: 0px 0px;
	}

	.features-section .feature-box.right-2 {
		right: 36%;
		padding: 0px 0px;
	}

	.members-section .members-cont-wrap {
		padding: 20px 20px;
	}

	.members-section .members-wrap {
		padding: 20px 10px;
	}

	.members-section .members-contents h4 {
		font-size: 24px;
	}

	.members-section .members-contents h3 {
		font-size: 16px;
	}

	.members-section .members-contents h4 span {
		font-size: 14px;
	}

	.members-contents p {
		font-size: 13px;
	}

	.members-section .members-cont-wrap {
		border-radius: 30px;
	}

	.benefit-section ul li,
	.test-contents p {
		font-size: 12px;
	}

	.test-contents h3 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.test-contents .features-contents img {
		width: 44% !important;
		margin-bottom: 20px;
	}

	.test-contents .features-img img {
		border-radius: 50%;
		width: 80%;
	}

	.footer-wrap ul li {
		padding: 3px 18px;
		font-size: 14px;
	}

	.footer-wrap ul li a {
		font-size: 14px;
	}

	.test-section .test-wrap {
		padding: 20px 0px;
	}

	.choose-plan .plan {
		margin-bottom: 20px;
	}

	.header-top {
		max-width: 95% !important;
	}

	.header-top ul.navbar-nav .menu-right {
		margin-left: 0;
	}

	.header-top ul.navbar-nav {
		justify-content: end;
	}

	.header-top ul.navbar-nav .menu-right li a {
		color: #666666;
		font-size: 15px;
		font-weight: 400;
	}

	.banner-info h1 {
		font-size: 52px;
	}

	.hero-bottom-img img {
		height: 250px;
	}
	.offer-col h4 {
		font-size: 26px;
	}
	.discord-info p {
		flex-direction: column;
		gap: 15px;
	}

	.how-section .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.how-section .container .row {
		column-gap: 0px;
	}

	.how-section .how-cont-wrap {
		margin-left: auto;
	}

	.pricing #pricingTabContent {
		padding-left: 0;
		padding-right: 0;
	}

	.pricing #pricingTabContent .row .col-md-4 {
		width: 50%;
	}

	#main-features .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#main-features .amazonworker-img img {
		max-width: 90%;
	}

	.profit-section .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#benefits .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#benefits .col-md-6:last-child {
		padding-left: 20px;
	}

	div#benefits {
		padding-bottom: 60px;
	}

	#benefits .heading h3 {
		font-size: 28px;
	}

	#benefits .heading h3 br {
		display: none;
	}

	.site-footer {
		padding: 60px 15px;
	}

	.site-footer .col-md-5 {
		width: 15%;
	}

	.site-footer .col-md-2 {
		width: 25%;
	}

	.site-footer .row {
		justify-content: space-between;
	}
	.heading h3 {
    max-width: 100%;
	}
	.header-top ul.navbar-nav .menu-left li a {
    	font-size: 14px;
	}
	.banner-info {
    	padding: 160px 0 0 0;
	}
}

@media screen and (max-width: 768px) {
.how-wrap .row:first-child .col-md-12 {
    flex-wrap: wrap;
}

.amazonworker-img {
    flex-direction: column;
}
.amazonworker-content {
    width: 100%;
    order: 2;
    margin-top: 20px;
}
.counter {
    margin-top: 24px;
}
.heading h3 {
    margin-bottom: 30px;
}
.offer-col-main {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.amazonworker-content-img {
    width: 100%;
}
.amazonworker-img img {
    height: 250px;
    object-fit: cover;
    object-position: 50% 0%;
}
.offer-col-main {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
#offer .row {
    flex-direction: column;
    margin-bottom: 0 !important;
}
#offer .row .col-md-8, #offer .row .col-md-4 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}
.how-section {
    padding-bottom: 20px !important;
}
#offer {
    padding-bottom: 20px;
}
.about-us {
    padding-top: 50px !important;
}
.about-btn .btn:first-child {
    margin-bottom: 10px;
}
.about-us .row {
    flex-direction: column;
}
.about-us .row .col-md-6 {
    width: 100%;
}
.about-us .row .col-md-6:first-child {
    order: 1;
}
.about-us h3 {
    margin-top: 0;
}
.about-us {
    padding-bottom: 20px;
}
#reviews {
    padding-top: 60px;
    padding-bottom: 60px;
}
.site-footer {
	padding-bottom: 0;
}
.footer-logo img {
    margin-bottom: 40px;
    width: 100%;
}
.footer-logo img {
    width: 100%;
}
.site-footer .col-md-5 {
	width: 30%;
}
}
@media screen and (max-width: 767px) {
	.choose-plan .plan {
    margin-bottom: 15px !important;
}
	.user-dropdown button {
		border: unset;
	}

	.menu-right .user-dropdown button {
		border: 1px solid #ff9000;
	}

	.menu-right .user-dropdown button img {
		width: 20px !important;
		margin-right: 7px !important;
	}

	.user-dropdown button.userButton img {
		width: 35px;
		height: 35px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.login {
		margin-top: 120px !important;
	}

	.form-floating>label {
		z-index: 1;
	}

	.sign-btn,
	.sign-btn:hover {
		background: unset !important;
		padding: 0px !important;
		max-width: max-content;
		margin-left: auto;
		font-size: 0;
	}

	.user-dropdown img {
		/* filter: brightness(0) saturate(100%) invert(54%) sepia(70%) saturate(1619%) hue-rotate(0deg) brightness(103%) contrast(105%); */
		margin-right: 0;
		width: 35px;
		height: 35px;
		object-fit: contain;
	}

	.menu-right .user-dropdown img {
		width: 20px;
		margin-right: 5px;
	}

	/* x */
	.order-summary button.btn-primary {
		padding: 14px 20px !important;
	}

	.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.policy-data {
		padding-top: 130px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.policy-data h1 {
		font-size: 26px;
		line-height: 1.4;
	}

	.policy-data h1:before {
		width: 50%;
		bottom: 0px;
	}

	.policy-data p,
	.policy-data ul li {
		font-size: 15px;
	}

	 .contact-form form {
        padding: 0px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
.connect-form {
    padding: 20px;
}
	.contact-form h3 {
		font-size: 26px;
	}

	header .header-logo {
		text-align: center;
	}

	header .header-logo img {
		display: inline-block;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 1px;
		width: 22px;
	}

	.icon-bar {
		transition: transform 200ms;
	}

	.icon-bar+.icon-bar {
		margin-top: 0px;
		transition: transform 200ms;
	}

	button.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
		transform: translate3d(0, 0, 0) rotate(45deg);
	}

	button.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(4) {
		transform: translate3d(0px, -2px, 0) rotate(-45deg);
	}

	button.navbar-toggler .icon-bar:nth-child(2) {
		transform: translate3d(0, -8px, 0);
	}

	button.navbar-toggler .icon-bar:nth-child(4) {
		transform: translate3d(0, 8px, 0);
	}

	button.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
		opacity: 0;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

	.header-bottom .banner-contents {
		top: 13%;
		width: 80%;
	}

	.banner-contents p {
		font-size: 12px;
		margin-bottom: 2px;
	}

	.banner-contents h3 {
		font-size: 20px;
		padding: 0px 0px 5px 0px;
		line-height: 1.2;
	}

	.btn {
		font-size: 12px !important;
	}

	.banner-contents a {
		font-size: 12px !important;
		padding: 5px 20px;
		border-radius: 0px 17px;
	}

	.how-section,
	.about-section,
	.what-section,
	.features-section,
	.members-section,
	.benefit-section,
	.test-section {
		padding: 40px 0px;
	}

	.heading h4 {
		font-size: 14px;
	}

	.heading h3 {
		font-size: 26px;
	}

	.heading p,
	.features-section .features-contents p {
		font-size: 15px;
		text-align: center;
		padding: 5px 20px;
	}

	.heading p br {
		display: none;
	}

	.how-cont-wrap img {
		width: 25%;
	}

	.how-section .how-cont-wrap {
		padding: 30px 40px;
		margin: 0px 40px;
		margin-bottom: 20px !important;
	}

	.about-contents {
		text-align: center;
	}

	.about-img img {
		width: 50%;
		margin-bottom: 20px;
	}

	.how-section .how-cont-wrap p {
		font-size: 14px;
	}

	.how-section .how-cont-wrap h3 {
		font-size: 18px;
	}

	.btn {
		font-size: 16px !important;
	}

	.what-contents.heading {
		text-align: center;
	}

	.features-section .feature-box.left-1,
	.features-section .feature-box.left-2,
	.features-section .feature-box.right-1,
	.features-section .feature-box.right-2,
	.features-contents {
		left: 0%;
		right: 0;
		padding: 5px 0px;
		text-align: center;
	}

	.features-section .features-contents h3 {
		font-size: 20px;
	}

	.features-section .feature-box img {
		width: 30%;
	}

	.features-center-cont-wrap .features-img img {
		display: none;
	}

	.features-section .features-contents.center-box.text-center {
		margin-top: 0px;
		padding: 25px 0px;
	}

	.features-section .features-cont-wrap.right p,
	.features-cont-wrap.right h3 {
		text-align: center;
	}

	.what-img img {
		width: 50%;
		padding-bottom: 20px;
	}

	.members-section .members-cont-wrap {
		border-radius: 20px;
		margin-bottom: 20px;
	}

	.members-contents p {
		font-size: 14px;
	}

	.members-section {
		border-radius: 0px 80px 0px 80px;
	}

	.benefit-section ul li,
	.test-contents p {
		font-size: 14px;
		text-align: left;
	}

	.benefit-section ul li {
		padding: 0px 10px 20px 62px;
	}

	.test-contents .features-img img {
		border-radius: 50%;
		width: 100%;
	}

	.test-contents .feature-box .col-md-4 {
		width: 30%;
	}

	.test-contents .feature-box .col-md-8 {
		width: 70%;
	}

	.test-contents .test-contents .features-img img {
		width: 100%;
	}

	.test-contents .features-contents.left {
		text-align: left;
		padding: 0;
	}

	.test-section .features-img.text-center {
		top: -40px;
	}

	.footer-wrap ul li {
		padding: 3px 10px;
	}

	.footer-wrap ul li a {
		font-size: 11px;
	}

	.copyrights p {
		font-size: 11px;
	}

	.test-section .test-wrap {
		padding: 20px 0px 60px 0px;
	}

	footer {
		padding: 40px 0px 20px 0px;
	}

	.features-section .features-wrap {
		padding-top: 20px;
	}

	header .mainmenu ul li a {
		font-size: 16px;
	}

	.login {
		max-width: 90%;
		margin: 30px auto;
		padding: 1rem !important;
	}

	header .mainmenu .navbar a.navbar-brand {
		width: 150px;
		order: 2;
		margin: auto;
	}

	.course-detail .banner-image img {
		height: 220px !important;
	}

	.course-detail .col-md-4 {
		margin-top: 30px;
	}

	.test-section {
		padding-bottom: 90px;
	}

	.choose-plan {
		padding: 40px 15px;
	}

	.choose-plan .card-body {
		padding: 30px 20px;
	}

	div#coupon-container .col-sm-6 {
		margin-bottom: 10px;
	}

	.login .card-body {
		padding: 1.75rem 25PX !important;
	}

	.payment-detail button#subscribe {
		width: 150px !important;
	}

	.test-section .test-wrap {
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.courses ul.pagination {
		justify-content: center;
		margin-top: 10px;
	}

	div#course-list-page-info {
		text-align: center;
	}

	.courses {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.courses .card img {
		height: 220px;
	}

	.card .btn-without-bg i {
		margin-left: 6px;
	}

	.course-detail {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.user-dropdown button p,
	.user-dropdown button {
		width: max-content;
	}

	.mbl-user-dropdown {
		display: block !important;
		margin-left: auto;
		margin-right: 5px;
		order: 3;
		margin-left: 0;
	}


	.dropdown-content {
		margin-top: 0;
		right: 0;
	}

	.mbl-user-dropdown button.userButton {
		background: transparent;
		text-align: center;
		padding: 0 !important;
	}

	.mbl-user-dropdown button.userButton img {
		filter: unset;
	}

	.sign-btn,
	.sign-btn:hover {
		border: none;
	}

	div#collapsibleNavbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		background: #fff;
		height: 100vh;
		padding-top: 50px;
		padding-left: 40px;
		padding-right: 40px;
		transition: 0.3s all;
		display: flex;
		z-index: 9;
	}

	button.navbar-toggler {
		z-index: 99;
	}

	div#collapsibleNavbar ul.navbar-nav {
		flex-direction: column;
	}

	div#collapsibleNavbar ul.navbar-nav .menu-left {
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
        margin: 0;
    }

	div#collapsibleNavbar ul.navbar-nav .menu-right {
		margin-top: 10px;
		flex-direction: column;
		align-items: self-start;
	}

	.menu-right .desktop-user-dropdown {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.menu-right .desktop-user-dropdown a.sign-btn {
        border: 1px solid #FF9000;
        padding: 10px 24px !important;
        color: #FF9000 !important;
        max-width: max-content;
    }
	.hero-bottom-img img {
		max-width: 80%;
	}
	.header-top {
		padding-top: 18px;
	}
	div#collapsibleNavbar.show {
		right: 0;
		height: 100vh;
	}

	.banner-info {
        padding: 136px 0 0 0;
    }

	.banner-info h1 {
		font-size: 30px;
		line-height: 1.4;
	}

	.hero .banner-info p {
		font-size: 18px;
		margin: 20px 0;
	}

	.hero-group-btn {
        margin-bottom: 10px;
        margin-top: 30px;
        flex-direction: column;
    }

	.hero-group-btn a.play-btn {
		font-size: 0;
	}

	.hero-bottom-img img {
		height: 180px;
	}

	.discord-info {
		padding-top: 60px;
	}

	.discord-info p {
		text-align: center;
	}

	.how-section .how-heading p {
		padding: 0;
	}

	.amazonworker-img img {
		margin-left: 0;
		position: relative;
		right: 0;
		height: 216px;
	}
	.how-section .how-cont-wrap:last-child {
		margin-bottom: 0 !important;
	}
	.how-section .container .row {
		flex-wrap: wrap;
	}

	.how-section .how-cont-wrap {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100%;
	}

	.pricing {
		padding-top: 60px;
	}

	.pricing .how-heading {
		padding-bottom: 10px;
	}
.pricing .tab-pane .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
	padding-right: 10px;
}
.pricing-card {
    padding: 2rem 1.1rem;
}
	.pricing #pricingTabContent .row .col-md-4 {
		width: 85%;
        padding-left: 20px;
        padding-right: 0px;
	}

	.total-price {
		margin-bottom: 10px;
	}

	.heading h3 {
		font-size: 22px !important;
		line-height: 1.4 !important;
	}

	#main-features {
		padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	#main-features .col-md-6:first-child {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 60px;
	}

	.header-top {
		max-width: 100% !important;
	}

	#main-features .col-md-6:last-child {
		padding-left: 0;
		padding-right: 0;
	}

	.profit-section .profit-content {
		padding: 60px 40px;
	}

	.profit-section ul {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}

	.profit-section .profit-img-box img {
		height: 180px;
	}

	div#benefits .amazonworker-img {
		padding: 0;
	}

	div#benefits .amazonworker-img img.img-fluid {
		width: 100%;
		height: 100%;
	}

	#benefits #accordionExample {
		max-width: 100%;
	}

	.site-footer .col-md-2 {
		width: 50%;
		margin-bottom: 15px;
	}

	.site-footer {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.site-footer .col-md-3, .site-footer .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .col-md-2, .site-footer .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        max-width: 50%;
    }

	.site-footer .container {
		padding-left: 0;
		padding-right: 0;
	}

    .copyrights {
        padding: 10px 0px;
        padding-top: 26px;
        margin-top: 20px;
    }

	.site-footer .col-md-5 {
		width: 100%;
		justify-content: start;
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .row {
		margin: 0;
	}

	.site-footer ul.d-inline-flex li a {
		margin-left: 0;
		margin-right: 20px;
	}

	.heading p,
	.features-section .features-contents p {
		padding: 0 !important;
	}

	.profit-section .profit-content h4 {
		font-size: 32px;
	}

	#reviews {
		padding-top: 40px;
	}

	#benefits .col-md-6:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	div#benefits .row .col-md-6:first-child {
		padding-left: 0;
		padding-right: 0;
	}

	.profit-section .col-md-7,
	.profit-section .col-md-5 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer {
		padding: 60px 20px;
	}

	.header-top ul.navbar-nav .menu-left li a {
		color: #666666;
		font-size: 15px;
		font-weight: 400;
	}

	.header-top ul.navbar-nav .menu-right li a {
		color: #111111;
		font-size: 15px;
		font-weight: 600;
	}

	.home-contact .needs-validation {
		margin: 40px 15px 10px 15px;
	}

	.contact-form {
		padding-top: 0px;
	}
	.how-wrap {
		padding: 20px;
	}
	.how-section .how-cont-wrap {
		padding: 15px;
	}
	.amazonworker-content-img {
    margin-top: 15px;
}
.offer-col {
    padding: 20px;
}
#offer {
        padding-bottom: 0px;
    }
	.about-col {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 30px;
}
.about-btn {
    margin-bottom: 30px;
}
.company-info .container {
	gap: 30px;
	overflow: scroll;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-flex;
	padding-bottom: 20px;
	justify-content: space-between;
}   
.company-col img {
    width: 100%;
    min-width: 250px;
    object-fit: contain;
}
.company-info {
    padding: 50px 0px;
}
.pricing-card .description {
    min-height: unset !important;
}
.pricing-card .description p {
    min-height: 10px;
}
.pricing-card .description p:last-child {
    display: none;
}
.profit-sweep-faq {
    padding: 60px 0 60px 0;
}
.profit-sweep-faq .chat-box {
    padding: 20px;
    margin-top: 20px;
}
.profit-sweep-faq .chat-box img {
    width: 60px;
}
.profit-sweep-faq .chat-box h3 {
    margin-bottom: 10px;
}
.profit-sweep-faq .accordion-item .accordion-button.collapsed {
    font-size: 16px;
}
.profit-sweep-faq .accordion-item .accordion-body {
    font-size: 14px;
}
.profit-sweep-faq {
    padding: 60px 0 20px 0;
}
.profit-sweep-form {
    padding-top: 60px;
}
.card-box .content h4 {
    margin: 0 0 0px 0;
}
.card-box .content p, .card-box .content p a {
    font-size: 14px;
}
.card-box.social {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    align-items: center;
}
.card-box.social a {
    margin: 0;
}
.contact-form button.btn.btn-primary::before {
    right: 20px;
}
.connect-form {
    min-height: unset;
}
.site-footer .row {
    padding-bottom: 10px;
}
.footer-logo img {
	width: 74%;
	margin-bottom: 20px;
	display: block;
}
	.footer-logo {
    margin-bottom: 30px;
}
.card-box .content h4 {
    font-size: 18px;
}
.review-card {
    padding: 20px;
}
.review-card p {
	font-size: 16px;
	margin-bottom: 28px;
}
div#pricing .row.g-10 .col-md-4 {
    margin: 0px !important;
    margin-top: 20px !important;
}
#offer {
    padding-top: 60px;
}
.offer-human-support {
    flex-direction: column;
}
 
.offer-human-support * {
    width: 100%;
    padding: 0;
}
 
.human-img .img-fluid {
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}
 
.inner-col-outer {
    flex-direction: column-reverse;
}
 
.inner-col-outer * {
    width: 100%;
}
    .how-section .nav .nav-item {
        width: 100%;
    }
	.how-section .tab-content {
    padding: 0 !important;
}
.how-section .how-cont-wrap h3 {
        padding-bottom: 0;
        padding-top: 0;
    }
}