* {
	margin: 0;
    padding: 0;
}
body {
	padding-bottom: 0;
}
ul {
	list-style: none;
	padding: 0;
}
body,
p,
a,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter Tight", sans-serif;
}
.guest .collapse {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.guest .navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.guest .navbar-default .container {
	background: #fff;
	margin-top: 20px;
	padding: 10px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
	border-radius: 32px;
}
.navbar-center li a {
	background: transparent !important;
	color: #494E4C !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.navbar-center li.active a {
	color: #06170E !important;
}
.btn.btn-dark {
	border-radius: 24px;
	background: #000 !important;
	width: 127px;
	height: 48px;
	color: #FFF !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.btn.btn-dark::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/boostfamous/img/topsec-bg.webp');
	border-radius: 22px;
	background: linear-gradient(153deg, #FFF -83.92%, rgba(255, 255, 255, 0.00) 50.88%);
	width: 123px;
	height: 44px;
}
.btn.btn_phone {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background: #FEED2F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}
.guest .navbar-brand {
	color: #06170E;
}
.topbar {
	background-color: #25B86D;
	text-align: center;
	padding: 15px;
}
.topbar-txt {
	display: flex;
	justify-content: center;
	margin: 0;
	color: rgba(255, 255, 255, 0.70);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.topbar-txt b {
	color: #fff;
	margin: 0 5px;
}
.topbar-txt img {
	margin: 0 12px;
	max-width: 100%;
}
#topsec {
	padding: 80px 0 80px;
	position: relative;
	background-image: url('https://i.23robo.info/projects/boostfamous/img/topsec-bg.webp');
	background-size: cover;
	background-position: top center;
}
.labeltitle {
	width: max-content;
	color: #25B86D;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
}
.labeltitle.center {
	margin: auto;
}
.labeltitle-txt {
	margin: 0 6px;
}
.main-title {
	color: #06170E;
	font-family: "Inter Tight";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 17px;
}
.title-extradesign {
	border: 3px dashed #FF9603;
	background: rgba(255, 150, 3, 0.13);
	padding: 0 10px;
	position: relative;
}
.title-extradesign::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #FF9603;
	border-right: 3px solid #FF9603;
	position: absolute;
	bottom: -8px;
	left: -8px;
}
.txt {
	color: #494E4C;
	text-align: ;
	font-family: "Inter Tight";
	font-size: 14px;
	font-style: ;
	font-weight: 400;
	line-height: 1.4;
}
.login-frm {
	max-width: 570px;
	margin: 33px auto;
}
.frm-step {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 0 13px;
}
.frm-step .form-control {
	border-radius: 15px;
	border: 1px solid #E3E6E5;
	background-color: #EFEFEF;
	height: 55px;
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	box-shadow: none !important;
}
.frm-step-btn {
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #25B86D;
	width: 130px;
	height: 55px;
	justify-content: space-between;
	padding: 15px;
	border-radius: 15px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	border: 0;
}
.frm-step-icon {
	line-height: 1;
}
.login-frm-alert {
	color: #f00;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 5px;
	margin: 0 0 5px;
}
.check-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 12px 0;
}
.check-wrap .checkbox {
	margin: 0;
}
.forgot-password1 {
	color: #25b86d !important;
	text-decoration: none !important;
}
.check-wrap .checkbox label {
	color: #25b86d !important;
	text-decoration: none !important;
}
.our-ser {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 17px;
}
.our-ser-line {
	position: relative;
	background-color: #E2E4E3;
	height: 2px;
	overflow: hidden;
}
.our-ser-line::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	background-color: #27B56E;
	max-width: 525px;
}
.our-ser .labeltitle {
	margin: 0;
}
.our-ser-platform {
	margin: 40px auto;
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: space-between;
}
#why {
	padding: 80px 0;
}
.title {
	color: #06170E;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}
.why-title-row .text-right {
	max-width: 418px;
	margin-left: auto;
	margin-bottom: 0;
	text-align: left !important;
}
.why-title-row {
	display: flex;
	align-items: center;
	align-content: center;
}
.myfaqs .panel.panel-default {
	background-color: transparent;
	border: 0;
	border-top: 1px solid #E2E4E3;
	box-shadow: none;
}
.myfaqs .panel.panel-default .panel-heading,
.myfaqs .panel.panel-default .panel-title {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.myfaqs .panel.panel-default a:not(.simple-btn) {
	padding: 20px 15px;
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
	color: #06170E;
	font-family: ;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}
.myfaqs .panel.panel-default a:not(.simple-btn)::after {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-weight: 400;
	color: #06170E;
}
.myfaqs .panel.panel-default .panel-body {
	border: 0;
	padding: 0 15px;
}
.myfaqs .panel.panel-default .panel-body {
	border: 0;
	padding: 0 15px 20px;
	color: #494E4C;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.myfaqs .panel.panel-default .panel-body .txt {
	color: #494E4C;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.why-img-wrap {
	margin-top: 40px;
}
.simple-btn {
	color: #25B86D !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	max-width: 90px;
	text-decoration: none !important;
}
.simple-btn .simple-btn-icon {
	line-height: 1;
}
.myfaqs .panel.panel-default .panel-body .simple-btn {
	margin-top: 27px;
}
.myfaqs .panel.panel-default a[aria-expanded="true"]:not(.simple-btn)::after {
	transform: translateY(-50%) rotate(180deg);
}
.simple-btn2 {
	color: #06170E;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 135px;
	margin-bottom: 0;
	text-align: left !important;
	display: flex;
	padding-top: 15px;
	border-bottom: 1px solid #25B86D;
	max-width: max-content;
	margin-right: auto;
}
.simple-btn2-icon {
	margin-left: 8px;
}
.nav-wrapper .nav-item {
	width: 100%;
}
.nav-wrapper .nav-item .nav-link {
	width: 88%;
	min-height: 61px;
	border-radius: 30.5px;
	border: 1px solid #E3E6E5;
	background: #FFF;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	padding: 10px;
	color: #06170E;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: 0.3s all linear;
}
.nav-wrapper .nav-item.active .nav-link {
	width: 112%;
	position: relative;
	z-index: 9;
	border-radius: 100px;
}
.arrow_right {
	margin-left: auto;
	display: none;
}
.nav-wrapper {
	border-radius: 52px 0 0 52px;
	background: #EFEFEF;
	border: none;
	padding: 30px;
}
.nav-wrapper .nav-item.active .nav-link .arrow_right {
	display: block;
}
.row.tab_bg {
	border-radius: 55px;
	border: 1px solid rgba(181, 184, 198, 0.30);
	background-color: #25B86D;
	padding: 60px;
	background-image: url('https://i.23robo.info/projects/boostfamous/img/benefits_tab_bg.webp');
	background-repeat: no-repeat;
	background-size: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 448px;
	margin-left: -80px;
}
.benefits_title {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 126.05%;
}
.txt-white {
	color: #fff;
}
.btn.btn-white {
	border-radius: 15px;
	background: #FFF;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 160px;
	max-height: 55px;
}
.row.tab_bg img {
	margin-bottom: -86px;
}
.row.tab_bg .col-sm-7 {
	margin-top: 60px;
}
.row.tab_bg .btn.btn-white {
	margin-top: 22px;
}
.row.benefits-row .col-sm-4 {
	width: 38%;
}
.row.benefits-row .col-sm-8 {
	width: 62%;
}	
#run_sec {
	padding: 80px 0;
}
#run_sec .labeltitle.center {
	margin: 20px auto;
}
.run_box {
	border-radius: 25px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	padding: 20px;
	min-height: 332px;
}
.run_title {
	color: #06170E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 126.05%;
}
.run_box img {
	margin-bottom: 15px;
}
.row.run-row {
	margin-top: 20px;
}
.run-box {
	border-radius: 25px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	padding: 52px 30px;
}
.row.run-row .col-sm-6 {
	margin-top: 20px;
}
.your_txt {
	color: #494E4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.your_partners li {
	padding-bottom: 15px;
	display: flex;
	gap: 5px;
}
.run_box_green {
	border-radius: 24px;
	background-color: #25B86D;
	padding: 52px 30px;
	background-image: url('https://i.23robo.info/projects/boostfamous/img/run_orders_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.run_box_green .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.order_box_content .run_order_title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.48px;
}
.btn-green {
	justify-content: center !important;
	text-align: center;
	color: #25B86D !important;
	max-width: 139px !important;
	max-height: 48px !important;
}
#amazing {
	padding: 80px 0;
	border-radius: 38px;
	background: #25B86D;
	max-width: 95%;
	margin: auto;
}
#amazing .labeltitle-txt {
	color: #fff;
}
.row.amazing-row .title {
	padding-top: 10px;
}
.amazing_box {
	border-radius: 34px;
	background: #FFF;
	padding: 20px;
	position: relative;
	min-height: 338px;
}
.amazing_box::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 329px;
	border-radius: 31px;
	background: rgba(255, 255, 255, 0.18);
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
}
.amazing_card_img1 {
	margin-top: -40px;
}
.amazing_card_img2 {
	margin-top: -70px;
}
.amazing_card_img3 {
	margin-top: -75px;
}
.row.amazing-row {
	padding-top: 30px;
}
.amazing_box_shadow:hover::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 32px;
	flex-shrink: 0;
	border-radius: 319px;
	background: #071A10;
	filter: blur(16.25px);
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
}
#allinone {
	padding: 80px 0;
}
.btn.btn-primary {
	border-radius: 15px;
	background: #25B86D;
	border: none;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	width: 137px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.btn-allinone {
	margin-top: 20px;
}
.btn-allinone::before {
	content: '';
	position: absolute;
	width: 135px;
	height: 53px;
	border-radius: 15px;
	background: linear-gradient(153deg, #FFF -83.92%, rgba(255, 255, 255, 0.00) 50.88%);
	left: 0;
	right: 0;
	top: 1px;
}
#allinone .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
} 
.row.allineone_bottom_row {
	border-radius: 47px;
	background: #081910;
	padding: 20px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 60px;
}
.all_box {
	border-radius: 35px;
	border: 1px solid #E3E6E5;
	background: #FFF;
	padding: 20px;
	height: 125px;
	transition: 0.3s all linear;
}
.all_box:hover {
	background: #25B86D;
	border-color: #25B86D;
}
.all_box:hover ul li p, .all_box:hover ul li h6 {
	color: #fff;
}
.all_box ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.allbox_icon {
	width: 64px;
	height: 66px;
	border-radius: 22px;
	background: #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.all_box ul li p {
	color: #494E4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	margin-bottom: 5px;
}
.all_box ul li h6 {
	color: #06170E;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.faq_box {
	border-radius: 25px;
	background: #25B86D;
	padding: 30px;
}
.still_ul h6 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 119.624%;
	letter-spacing: -0.48px;
}
.still_ul {
	padding-top: 85px;
}
.still_ul li {
	border-radius: 30px;
	background: #FFF;
	padding: 12px;
	height: 84px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #494E4C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 119.624%;
	letter-spacing: -0.32px;
}
.icon_still {
	width: 50px;
	height: 50px;
	background: #FFBB00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.dark-txt {
	color: #06170E;
}
.nav_hero {
	border-radius: 25px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	padding: 7px;
	margin-bottom: 20px;
	height: 77px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.nav_hero .nav-item .nav-link {
	border-radius: 19px;
	background: #FFF;
	border: none;
	padding: 10px;
	margin-right: 5px;
	width: 150px;
	height: 61px;
	color: #06170E;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
}
.nav_hero .nav-item.active .nav-link {
	border-radius: 19px;
	background: #25B86D;
	color: #fff;
}
.nav_hero .nav-item.active .nav-link::before {
	content: '';
	position: absolute;
	width: 135px;
	height: 53px;
	border-radius: 15px;
	background: linear-gradient(153deg, #FFF -83.92%, rgba(255, 255, 255, 0.00) 50.88%);
	left: 0;
	right: 0;
	top: 1px;
}
.nav_hero .nav-item.active .nav-link span {
	content: url('https://i.23robo.info/projects/boostfamous/img/circle.webp');
}
.myfaqs_wrapper .panel-heading {
	border-radius: 25px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	padding: 10px;
	height: 77px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
}
.myfaqs_wrapper .panel-default {
	border: none;
	background: transparent;
	box-shadow: none;
}
.myfaqs_wrapper .panel-title a {
	color: #06170E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	text-decoration: none;
}
.myfaqs_wrapper .panel-body {
	border-radius: 25px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	margin-top: 10px;
}
.question_icon {
	width: 54px;
	height: 54px;
	border-radius: 15px;
	background: #FB0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.myfaqs_wrapper .panel-heading .panel-title {
	width: 100%;
}
#faqs {
	padding-bottom: 80px;
}
#growth .row {
	padding: 80px 0;
	border-radius: 38px;
	background-color: #25B86D;
	background-image: url('https://i.23robo.info/projects/boostfamous/img/growth_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.growth_img {
	width: unset;
	max-width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: -83px;
}
#growth .row .title {
	padding-top: 8px;
}
#testimonials {
	padding-bottom: 80px;
}
.slider_txt_box {
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.87);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	height: 41px;
	width: 85%;
	margin: auto;
	position: absolute;
	bottom: 25px;
	left: 13px;
}
.slider_txt_box h6 {
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 130.119%;
	margin: 0;
}
.slider_txt_box p {
	margin: 0;
}
.bg-img .overlay {
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.87);
	width: 270px !important;
	height: 312px !important;
	padding: 20px;
	position: absolute;
	bottom: -4px;
	transform: rotate(-5.304deg);
	left: 0;
	display: none;
}
.testimonials .slick-track {
	margin-bottom: 20px;
}
.slide_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 95px;
	position: relative;
	z-index: 999;
}
.slide_ul li h3 {
	color: #FFF;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 130.119%;
	transform: rotate(-5.304deg);
}
.bg-img .overlay .txt {
	font-style: italic;
}
.bg-img:hover .slider_txt_box {
	display: none;
}
.bg-img {
	transition: 0.3s all ease-in-out;
	position: relative;
}
.bg-img:hover .overlay {
	display: block;
}
.row.testimonials_row {
	padding-top: 30px;
}
.marketing-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}
.marketing-slider-nav button {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 15px;
	background: #EFEFEF;
	border: none;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	font-size: 18px;
	transition: 0.3s all linear;
}
.marketing-slider-nav button:hover {
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 1px 5.7px 0 rgba(0, 0, 0, 0.25);
}
.amazing_body {
	position: relative;
}
.social_ul li a {
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background: #25B86D;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.social_ul {
	display: flex;
	align-items: center;
}
.footer_wrapper .navbar-brand {
	width: 100%;
	padding: 0;
}
.footer_wrapper {
	padding-top: 80px;
	background: #F3F3F3;
}
.border {
	padding-bottom: 20px;
}
.footer_wrapper .run_title {
	font-weight: 500;
}
.footer_ul li {
	display: flex;
	gap: 5px;
	padding-bottom: 10px;
}
.broder-botoom {
	padding-bottom: 30px;
	padding-top: 40px;
}
.copy_right_ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.copy_right_ul {
	float: right;
}
.copy_right_txt {
	color: #494E4C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.copy_right_ul li a {
	color: #494E4C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.row.copy_right_row {
	padding-bottom: 20px;
}
.guest .well {
	padding: 20px;
	min-height: 430px;
	border-radius: 20px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	box-shadow: none;
}
#blog-wrapper .step-blogs {
	margin: 8px;
	min-height: auto !important;
	border-radius: 20px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	box-shadow: none;
}
#blog-wrapper .well h4 {
	color: #081C36;
	font-size: 24px;
	font-style: normal;
	font-weight: 590;
	line-height: normal;
}
#blog-wrapper .step-blogs .txt-hero-one p {
	color: #4B5563; 
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
}
#blog-wrapper .btn.btn-blog {
	margin-top: 20px;
}
.btn.btn-blog {
	width: 127px;
	height: 42px;
	border-radius: 12px;
	border: none;
	background: #25B86D;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 510;
	line-height: normal;
	letter-spacing: normal;
	padding: 10px;
}
#blog-wrapper .well img {
	border-radius: 10px;
}
#blog-wrapper .well h4 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	max-height: 3em;
	white-space: normal;
}
#blog-wrapper .well .txt-hero-one {
	max-height: 4.5em;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	color: #4B5563;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: normal;
}
.blog_wrapper {
	padding-top: 80px;
	padding-bottom: 30px;
}
.blog_post .well img {
	border-radius: 10px;
}
.blog_post .well h1, .blog_post .well h3, .blog_post .well h2 {
	color: #061910;
	font-size: 24px;
	font-style: normal;
	font-weight: 590;
	line-height: normal;
	padding-top: 10px;
}
.blog_post .btn.btn-primary {
	justify-content: center;
}
.blog_post {
	padding: 50px 0;
}
.socialmedia_icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 20px;
	background: #EFEFEF;
	padding: 10px;
	width: max-content;
	margin: 25px auto;
}
.services {
	padding: 50px 0;
}
.services .nav-pills .search {
	width: 100%;
	margin-left: 10px;
}
.services .nav-pills {
	display: flex;
	align-items: center;
}
.services .nav-pills .search .form-control {
	border-radius: 15px;
	border: 1px solid #E3E6E5;
	background: #FFF;
	min-height: 55px;
	box-shadow: none;
}
.services .nav-pills .search .btn-allinone {
	border-radius: 14px !important;
	margin-top: 0;
	margin-left: 8px;
	height: 55px;
	min-height: 55px;
}
.category-header {
	border-radius: 15px;
	background: #000;
	display: flex;
	min-height: 55px;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.table thead tr th {
	background: #25B86D;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	min-height: 55px;
	padding: 18px 15px;
	white-space: nowrap;
}
.table {
	border-collapse: separate;
	border-spacing: 0 15px;
}
.table thead tr th:first-child {
	border-radius: 15px 0 0 15px;
}
.table thead tr th:last-child {
	border-radius: 0 15px 15px 0;
}
.table tbody tr td {
	border: none;
	background: #FFF;
	padding: 8px 15px;
	vertical-align: middle;
	color: #06170E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.table tbody tr td .btn-allinone {
	margin-top: 0;
}
.service-name {
	width: 100%;
}
.table tbody tr td:first-child {
	border-radius: 15px 0 0 15px;
}
.table tbody tr td:last-child {
	border-radius: 0 15px 15px 0;
}
.service_bx {
	border-radius: 7px;
	border: 0.5px solid #E3E6E5;
	background: #EFEFEF;
	min-height: 31px;
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 5px;
	gap: 5px;
	min-width: 70px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.service_bx span {
	width: 25px;
	height: 25px;
	border-radius: 6px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table tbody tr td .step_ord .btn-allinone {
	width: 86px;
	height: 31px;
	border-radius: 8px;
}
.table tbody tr td .step_ord .btn-allinone::before {
	border-radius: 8px;
}
.step_ord .close {
	margin-right: 10px;
}
.signup-page {
	padding: 80px 0;
}
.signup-page .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.guest .control-label {
	color: #494E4C;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpt-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 11px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.signup-page .well {
	border-radius: 32px;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
	padding: 30px;
}
.guest .form-control {
	border-radius: 18px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	box-shadow: none;
	min-height: 60px;
}
.form-group {
	position: relative;
}
.inpt-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 11px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 35px;
	left: 8px;
}
.signup-page .form-inline .btn.btn-primary {
	width: 100%;
	justify-content: center;
}
.signup-page .form-inline .form-group {
	width: 100%;
}
.already_txt {
	color: #494E4C;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}
.already_txt::before {
	content: '';
	position: absolute;
	width: 136px;
	height: 1px;
	background: #D9D9D9;
	top: 10px;
	left: 0;
}
.already_txt::after {
	content: '';
	position: absolute;
	width: 136px;
	height: 1px;
	background: #D9D9D9;
	top: 10px;
	right: 0;
}
.already_txt a {
	color: #25B86D;
}
.top_gap {
	padding-top: 30px;
}
/* after login  */
.auth {
	background: #EFEFEF;
}
.wrapper .sidebar-wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 260px;
	height: 100%;
	background: #fff;
	padding: 24px 18px;
	color: #000;
	overflow-y: auto;
	scrollbar-width: thin;
}
.sidebar-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-wrap .menu-title {
	font-size: 12px;
	font-weight: 500;
	color: #5E6874;
	border-bottom: 1px solid rgba(94, 104, 116, 0.20);
	padding-bottom: 5px;
	margin-bottom: 16px;
	padding-top: 20px;
}
.sidebar-nav li.active {
	position: relative;
	border-radius: 30px;
	padding: 2px;
}
.sidebar-nav li.active a {
	position: relative;
	z-index: 1;
}
.sidebar-nav li.active a {
	background-color: #25B86D;
	box-shadow: 0 6px 13.4px 0 rgba(4, 13, 9, 0.28);
	border-radius: 30px;
	color: #fff;
}
.sidebar-nav li {
	margin-bottom: 10px;
}
.sidebar-nav a {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 13px;
	border-radius: 10px;
	list-style: none;
	color: #494E4C;
	text-decoration: none;
}
.sidebar_user {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	padding: 15px;
	margin-top: 50px;
}
.sidebar_user li {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sidebar_username {
	color: #06170E;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.sidebar_balance {
	margin: 0;
	color: #494E4C;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wrapper .inner-wrap {
	padding-left: 275px;
}
.top-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 24px;
	border: 1px solid #E3E6E5;
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.top-nav-left-ul {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.top-nav-left-ul .bread {
	display: flex;
	align-items: center;
	gap: 5px;
}
.top-nav-left-ul .bread b {
	color: #494E4C;
	font-weight: 400 !important;
}
.top-nav-right-ul {
	display: flex;
	align-items: center;
	margin: 0;
}
.top-nav-right-ul .dropdown-currencies a {
	border-radius: 15px;
	border: 1px solid rgba(233, 240, 255, 0.10);
	background: #EFEFEF;
	color: #25B86D;
	padding: 14px;
}
.top-nav-right-ul .dropdown-currencies a span {
	background: transparent;
	color: #25B86D;
}
.top-nav-right-ul li:nth-child(2) a {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid rgba(233, 240, 255, 0.10);
	background: #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.top-nav-right-ul li:nth-child(3) a {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 15px;
	background: #25B86D;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	margin-right: 5px;
}
.top-nav-right-ul li:nth-child(4) a {
	width: 116px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 15px;
	background: #010202;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	gap: 5px;
}
.auth .title span {
	font-size: 32px;
}
.step_user_box_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 19px;
	background: #FFF;
	padding: 15px;
	min-height: 154px;
}
.user_title {
	color: #494E4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0;
}
.user_balance {
	color: #06170E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.button_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.button_flex .btn.btn-primary {
	width: 100%;
	height: 38px;
	justify-content: center;
	border-radius: 12px;
	font-size: 14px;
}
.button_flex .btn.btn-secondary {
	width: 100%;
	height: 38px;
	border-radius: 12px;
	background: #010202;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}
.account_box_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.account_wrapper p {
	color: #494E4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.account_wrapper h4 {
	color: #06170E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.account_wrapper {
	margin-top: 25px;
}
.account_box {
	border-right: 1px solid #DCDEE2;
	padding-right: 39px;
}
.neworder_toprow .col-sm-4 .account_box:last-child {
	border: none;
	padding-right: 0;
}
.ser_box {
	border-radius: 25px;
	background: #25B86D;
	padding: 25px;
	color: #fff;
}
.title-sm {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
}
.ser-ca-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
.neworder_toprow {
	padding: 20px 0;
}
.newordr_ser_row {
	padding-bottom: 20px;
}
.custom-tabs .nav-item .nav-link {
	width: 128px;
	height: 44px;
	border-radius: 15px;
	background: #010202;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.custom-tabs .nav-item .nav-link.active {
	background: #25B86D;
}
.custom-tabs {
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}
.search_wrapper {
	width: 74%;
}
.search_wrapper .form-group {
	margin: 0;
}
.search_wrapper .form-group .form-control {
	border-radius: 15px;
	background: #EFEFEF;
	border: none;
	box-shadow: none;
	min-height: 44px;
	color: #06170E;
}
.form_row {
	border-radius: 19px;
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.custom-tabs .nav-item {
	margin-right: 4px;
}
.auth .well {
	border-radius: 17px;
	background: #EFEFEF;
	border: none;
	box-shadow: none;
	padding: 25px;
}
.auth_title {
	color: #06170E;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.auth .form-control {
	border-radius: 17px;
	border: 1px solid #E3E6E5;
	background: #FFF;
	box-shadow: none;
	min-height: 54px;
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
}
.auth .well .btn.btn-primary {
	width: 100%;
	justify-content: center;
}
.service_box_list {
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid rgba(156, 164, 190, 0.38);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.service_icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	background: #25B86D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.select_title {
	color: #494E4C;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.select_txt {
	color: #06170E;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.service_box {
	border-radius: 14px;
	border: 1px solid rgba(156, 164, 190, 0.30);
	background: #FFF;
	padding: 10px;
}
.service_icon_bottom {
	width: 17px;
	height: 17px;
	border-radius: 5px;
	border: 0.5px solid rgba(255, 255, 255, 0.17);
	background: #25B86D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_box_list_bottom {
	display: flex;
	align-items: center;
	gap: 8px;
}
.service_box_list_bottom li {
	border-radius: 8px;
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	width: max-content;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.select_title_div {
	display: flex;
	align-items: center;
	gap: 5px;
}
.service_box_notes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
.service_box_notes li {
	border-radius: 13px;
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 8px;
	gap: 5px;
	width: 149px;
}
.select_title_note {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.select_txt_note {
	color: #06170E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.service_box_info .control-label {
	color: #06170E;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service_box_info .panel-body {
	border-radius: 14px;
	border: 1px solid rgba(156, 164, 190, 0.30);
	background: #FFF;
	padding: 20px;
	color: #494E4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.auth .services {
	padding: 15px 0;
}
.auth .services .well {
	background: #fff;
}
.auth .services .nav-pills .search {
	width: 83%;
	margin-left: 10px;
}
.auth .services .dropdown-toggle {
	min-width: 130px;
}
.auth .services .table tbody tr td {
	background: #E3E6E5;
}
.service_id {
	border-radius: 9px;
	background: #25B86D;
	color: #fff;
	min-width: 68px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.auth .services .well .btn.btn-primary {
	justify-content: space-between;
}
.auth .service_bx {
	background: #fff;
}
.auth .service_bx span {
	background: #EFEFEF;
}
.auth .services .nav-pills .search .form-control {
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
}
.title_new {
	font-size: 32px;
	margin-bottom: 10px;
}
.auth .services .newordr_ser_row {
	padding-top: 10px;
}
.orders-page .nav-pills h3 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
    margin-right: 10px;
}
.orders-page .nav-pills {
	border-radius: 15px;
	background: #25B86D;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.orders-page .nav-pills li a {
	border-radius: 12px;
	border: 1px solid #EFEFEF !important;
	background: #FFF !important;
	color: #06170E !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: start;
	min-width: 123px;
	padding-left: 6px;
}
.orders-page .search {
	width: 100%;
}
.orders-page .search .form-control {
	border: 1px solid #E3E6E5;
	background: #EFEFEF;
	border-radius: 14px !important;
}
.orders-page .search .btn.btn-primary {
	border-radius: 15px !important;
	margin-left: 5px;
}
.service-name {
	min-width: 300px;
}
.status_wrap {
	border-radius: 11px;
	background: #18C801;
	padding: 10px 20px;
	color: #fff;
}
.Canceled {
	background: #FF2727;
}
.Pending {
	background: #0788FF;
}
.Completed {
	background: #18C801;
}
.Processing {
	background: #636AF2;
}
.in {
	background: #FFB832;
}
.Partial {
	background: #FD6E5A;
}