@font-face {
    font-family: 'Aeonik';
    src: url('https://i.23robo.info/projects/superior/assets/fonts/Aeonik-Medium.woff2') format('woff2'),
         url('https://i.23robo.info/projects/superior/assets/fonts/Aeonik-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,span,button,input,a,div {
	font-family: 'Aeonik';
}
.guest .navbar-default {
	padding-bottom: 0;
	padding-top: 20px;
	background-color: transparent;
	border-color: transparent;
}
.guest .navbar-default .container .nav.navbar-nav li a {
	background: transparent !important;
	color: #616161;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}	
.guest .navbar-default .container {
	border-radius: 25px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	padding: 8px 26px 0;
	height: 69px;
}
.guest .navbar-right .navbar-btn {
	width: 138px;
	height: 47px;
	margin-top: 2px;
}
.guest .navbar-right .navbar-btn {
	width: 138px;
	height: 47px;
	margin-top: 2px;
	background: #FF8800;
	border: none;
}
.guest .navbar-default .container .nav.navbar-nav li.active a {
	color: #000000;
}
.guest .navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body {
	background-image: url('https://i.23robo.info/projects/superior/assets/img/top_bg.webp');
	background-repeat: no-repeat;
	background-size: 100% auto;
    font-family: 'Aeonik';
}
#topsec {
	padding: 80px 0;
}
.trust_wrapper li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.trust_content p {
	color: #747474;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.trust_content p span {
	color: #161719;
}
.main-title {
	color: #1E1E1E;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 119.624%;
	letter-spacing: -1.2px;
}
.txt {
	color: #616161;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
}
.form-group {
	position: relative;
}
.guest .form-control {
	border-radius: 20px;
	border: 1px solid #DFDEDE;
	background: #FFF;
	min-height: 60px;
	box-shadow: none;
	padding-left: 60px;
}
.inpt_icon {
	width: 42px;
	height: 42px;
	border-radius: 15px;
	border: 1px solid #7BCC7B;
	background: #7BCC7B;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 9px;
	left: 8px;
}
.remem_forgot_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
label {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.checkbox {
	position: relative;
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
}
.forgot-password-txt {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.remem_forgot_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.btn.btn-primary {
	border-radius: 17px;
	border: 1px solid #ADEBAD;
	background: #7BCC7B;
	min-width: 109px;
	min-height: 46px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_bottom li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #FFF;
	box-shadow: 0px 10px 23.5px 0px rgba(0, 0, 0, 0.10);
	padding: 12px;
	min-height: 68px;
}
.top_bottom li p {
	color: #00253C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 4px;
	margin-left: 8px;
}
.top_bottom li p span {
	font-weight: 700;
}
.top_bottom {
	padding-top: 50px;
}
.social_slider {
	padding-top: 80px;
}
.marketing-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.marketing-slider-nav button {
	width: 47px;
	height: 47px;
	background: #7BCC7B;
	border: none;
	border-radius: 50px;
	color: #fff;
	margin-right: 8px;
}
.how-box {
	border-radius: 25px;
	background: #7BCC7B;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.how-box-white::after {
	content: '';
	background-image: url('https://i.23robo.info/projects/superior/assets/img/shade1.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 390px;
	height: 379px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 0;
}
.how-box-num {
	border-radius: 11px;
	background: #FFF;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #1E1E1E;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.19;
	letter-spacing: -0.56px;
	margin-bottom: 30px;
}
.how-box-num, .how-box-title, .how-txt {
	position: relative;
	z-index: 1;
}
.how-box-title {
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.72px;
	margin-bottom: 12px;
}
.how-txt {
	color: rgba(255, 255, 255, 0.88) !important;
}
.how-box-img {
	display: block;
	transform: translateX(20px) translateY(20px);
}
.how-box-orange, .how-box-green {
	height: 279px;
}
.how-box-orange {
	background: linear-gradient(101deg, #FFF7F1 29.91%, #FAE9EF 99.29%);
}
.how-box-orange .how-box-num {
	background-color: #FF9436;
	color: #fff;
}
.how-box-orange .how-box-title, .how-box-green .how-box-title {
	color: #1E1E1E;
}
.how-box-orange .how-txt, .how-box-green .how-txt {
	color: #616161 !important;
}
.how-box-orange .how-txt, .how-box-green .how-txt {
	padding-right: 300px;
}
.how-box-green {
	background: linear-gradient(180deg, #F3FFF8 51.03%, rgba(206, 255, 235, 0.00) 100%);
}
.how-box-green .how-box-num {
	background: #29BB00;
	color: #fff;
}
.how-box-orange .how-box-img, .how-box-green .how-box-img {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: none;
}
.title {
	color: #1E1E1E;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 119.624%;
	letter-spacing: -1.2px;
}
#how .title {
	font-size: 60px;
}
.how-row {
	margin-top: 55px;
}
.how-box-orange .how-box-title, .how-box-green .how-box-title {
	font-size: 24px;
}
#best {
	padding: 80px 0;
}
#best .container {
	background: url('https://i.23robo.info/projects/superior/assets/img/green_shde.webp'), #7BCC7B;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
    padding: 50px;
    border-radius: 35px;
}
#best .title, #best .title span {
	color: #fff !important;
}
.price-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 26px;
	border: 1px solid #1B1B1B;
	background-color: #000;
	width: max-content;
	margin: 0 auto 40px;
	padding: 10px 0px;
}
.price-tabs {
	border: 1px solid #EAE5F6;
	background: #FAF8FF;
}
.price-tabs .nav-link {
	border-radius: 20px;
	border: 1px solid #2C2C2C;
	background: #212121;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.32px;
	padding: 15px;
	min-width: 168px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.price-tabs .nav-link {
	border: 1px solid #E3E3E3;
	background: #F4F4F4;
	color: #1E1E1E;
}
.price-tab-icon {
	margin-right: 4px;
}
.price-tabs .nav-item.active .nav-link, .price-tabs .nav-item.active:hover .nav-link, .price-tabs .nav-item:hover .nav-link {
	border: 1px solid #FF8800 !important;
	background: #FF8800;
}
.price-tabs .nav-item.active .nav-link, .price-tabs .nav-item.active:hover .nav-link, .price-tabs .nav-item:hover .nav-link {
	color: #fff !important;
}
.price-tabs .nav-item.active .nav-link svg path, .price-tabs .nav-item.active:hover .nav-link svg path, .price-tabs .nav-item:hover .nav-link svg path {
    fill: #fff;
}
.package-slide {
	border-radius: 26px;
	border: 1px solid #1B1B1B;
	background-color: #000;
	padding: 30px;
	margin: 15px;
}
.package-slide {
	border-radius: 26px;
	background: linear-gradient(180deg, #FAF8FF 0%, #FAF8FF 100%);
	border-color: #faf8ff;
}
.package-slide-head-right {
	flex: 0 0 calc(100% - 58px);
	max-width: calc(100% - 58px);
	padding-left: 15px;
}
.package-slide-head-left {
	flex: 0 0 58px;
	max-width: 58px;
}
.package-slide-head {
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 37px;
}
.package-quantity {
	color: #3665FF;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.6px;
	margin-bottom: 3px;
}
.txt, .package-slide-title, .package-price-month, .package-txt, .ourtop-ser-title, .partner-stats-txt, .client-slide-txt, header.header .navbar .navbar-nav .nav-link {
	color: #1E1E1E !important;
}
.package-slide-title {
	color: #878787;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.32px;
	text-align: left;
	margin: 0;
}
.package-slide-price {
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.8px;
	margin-bottom: 18px;
}
.package-slide-price {
	color: #1E1E1E;
}
.package-price-month {
	color: #616161 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.28px;
}
.package-slide-btn {
	width: 100%;
	display: block;
	border-radius: 10px;
	background: #3665FF;
	padding: 12px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	margin-bottom: 35px;
}
.package-slide-btn {
	color: #fff !important;
}
.package-slide-telegram .package-slide-btn {
	background-color: #27afec;
}
.package-content-ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.package-txt {
	position: relative;
	color: #616161 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.56px;
	margin-bottom: 14px;
}
.package-slide-insta .package-slide-btn {
	background: linear-gradient(90deg, #7236FF 0%, #EE00C3 32.69%, #FF3733 62.98%, #FFCD00 100%);
}
.package-slide-spotify .package-slide-btn {
	background: #05ab0f;
}
.package-slide-x .package-slide-btn {
	background: #262626;
}
.package-txt::before {
	content: '';
	width: 9px;
	height: 9px;
	background-color: #FFF;
	border-radius: 9px;
	z-index: 1;
	display: inline-block;
	box-shadow: 0 0 0 2px #3665ff inset;
	margin-right: 5px;
}
.slick-center .package-slide-wrapper {
	border-radius: 30px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.37);
	padding: 0;
}
.package-slide-yt .package-slide-btn {
	background-color: #ec2526;
}
.price-tabs .nav-item {
	padding: 0 10px;
}
.package-slider1-nav {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: absolute;
	width: 104%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.package-slider + div .slick-arrow {
	width: 53px;
	height: 53px;
	border: 1px solid #fff;
	stroke: #FFF;
	background-color: rgba(255, 255, 255, 0.23);
	border-radius: 100px;
	position: relative;
	z-index: 1;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.package-slider + div .slick-arrow {
	stroke: #FFF;
}
.package-slide-wrapper {
	padding: 15px;
}
.btn.btn-primary.btn-secondary.btn-secondary2 {
	border: transparent !important;
	background: #F2F2F2 !important;
	color: #000000 !important;
	min-width: 173px;
	justify-content: center;
}
.btn-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 30px;
}
#team .btn.btn-primary.btn-with-icon {
	background: #F80;
	border: 1px solid #F80;
}
#why_choose {
	padding: 80px 0;
	background-image: url('https://i.23robo.info/projects/superior/assets/img/why_chose_bg.webp');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.why_bhox {
	border-radius: 34px;
	background: #fff;
	padding: 25px;
	position: relative;
	min-height: 405px;
	margin-top: 50px;
}
.why_body h4 {
	color: #001F1F;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 60%;
}
.why_body p {
	color: #455757;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.how-row .how-box-white .how-txt {
	color: #fff !important;
}
#why_choose .row .col-sm-4:nth-child(1) .why_img, #why_choose .row .col-sm-4:nth-child(2) .why_img {
	margin-top: -45px;
}
.faq-left-wrap {
	padding: 0 46px;
	background: linear-gradient(180deg, #7BCC7B 0%, rgba(244, 244, 244, 0.00) 100%);
	border-radius: 24px;
}
.faq-title-wrap-inner {
	border-radius: 18px;
	background: #FFF;
	box-shadow: 0px 21px 34.3px 0px rgba(19, 14, 31, 0.09);
	padding: 51px;
}
.faq-small-title {
	color: #7BCC7B;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.28px;
}
.faq-title-wrap .title, .faq-title-wrap .instrument-txt {
	font-size: 40px;
}
.still-title {
	color: #1E1E1E;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.48px;
	margin: 31px 0;
}
.assist-infobox {
	display: flex;
	align-items: center;
	align-content: center;
	border-radius: 18px;
	background-color: #101010;
	padding: 20px;
}
.assist-infobox {
	background-color: #fff;
}
.assist-infobox-left {
	width: 50px;
	height: 50px;
	background-color: #7BCC7B;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 50px;
}
.assist-infobox-right {
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	padding-left: 15px;
}
.assist-infobox-txt {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.32px;
	margin: 0;
}
.assist-infobox-txt {
	color: #1E1E1E;
	font-weight: 600;
}
.assist-infobox-txt span {
	font-weight: 400;
	color: #616161;
}
.faq-accordian .card {
	background-color: transparent;
	box-shadow: none;
	border: 0 !important;
	padding: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #DEDEDE !important;
}
.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.faq-accordian .card .card-header a[aria-expanded="true"] {
	color: #FF8800;
}
.faq-accordian .card .card-header {
	padding: 0;
	border: 0;
	min-height: unset;
}
.accordion > .card .card-header {
	margin-bottom: -1px;
}
.card-header:first-child {
	border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.faq-accordian .card .card-header h6 {
	flex: 0 0 100%;
	max-width: 100%;
}
.faq-accordian .card .card-header a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.36px;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 18px 0;
}
.faq-accordian .card .card-header a:hover {
	color: #FF8800;
}
.faq-accordian .card .card-header a {
	color: #1E1E1E;
	font-weight: 500;
}
.faq-icon i {
	color: #FF8800;
	font-size: 24px;
	line-height: 1;
	margin-right: 7px;
}
.faq-accordian .card .card-body .txt {
	color: #616161 !important;
}
.assist-infobox-wraper {
	padding: 1px;
	border-radius: 18px;
	background: linear-gradient(180deg, #474747 0%, rgba(71, 71, 71, 0.00) 100%);
	margin-bottom: 18px;
}
.assist-infobox-wraper {
	padding: 0;
	background: transparent;
}
.faq-title-wrap {
	padding: 1px;
	border-radius: 25px;
	background: linear-gradient(180deg, #474747 0%, rgba(71, 71, 71, 0.00) 100%);
}
.faq-title-wrap {
	padding: 0;
}
.faq-left-wrap .txt {
	color: #616161 !important;
}
.rising-row {
	background-image: url('https://i.23robo.info/projects/superior/assets/img/rise.webp');
	border-radius: 34px;
	background-size: cover;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 40px 60px;
	margin-top: 50px;
}
.rising-title {
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.8px;
	margin-bottom: 21px;
}
.rising-title, .rising-title .instrument-txt {
	color: #FFF !important;
}
.rising-txt {
	color: rgba(255, 255, 255, 0.92) !important;
}
.btn.btn-primary.rising-btn {
	background-color: #FF9E17 !important;
	border-color: #FF9E17 !important;
	width: 171px;
	margin-top: 20px;
}
#success-sec .title {
	text-align: center;
}
.rating-row {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.rating-box-wrap {
	background: linear-gradient(180deg, #7BCC7B 0%, rgba(244, 244, 244, 0.00) 100%);
	border: 0;
}
.rating-box-wrap {
	border-radius: 30px;
	padding: 63px;
}
.rating-box-title {
	color: #FFF;
	text-align: center;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -1.2px;
	margin: 0;
}
.rating-box-title {
	color: #1E1E1E;
}
.star-rating {
	display: block;
	margin: 0 auto 32px;
}
.rating-box-wrap .txt {
	color: #1E1E1E !important;
}
.rating-box-wrap .txt {
	color: #FFF;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.56px;
}
.rating-btn {
	border: 1px solid #5D17FF !important;
	background: #7236FF !important;
}
.rating-btn {
	border-radius: 17px;
	background: #F80;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 12px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.28px;
	text-decoration: none !important;
}
.rating-btn {
	color: #FFF !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.28px;
}
.client-slide {
	padding: 0 32px;
}
.client-slide-body {
	padding-bottom: 53px;
	margin-bottom: 53px;
	border-bottom: 1px solid #5C5C5C;
}
.client-slide-body {
	border-bottom: 1px solid #C2C2C2;
}
.client-slide-txt {
	color: #616161 !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.4px;
}
.client-slide-infobox {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.client-slide-infobox-left {
	flex: 0 0 74px;
	max-width: 74px;
}
.client-slide-infobox-right {
	flex: 0 0 calc(100% - 74px);
	max-width: calc(100% - 74px);
	padding-left: 15px;
}
.client-slide-name {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.48px;
	margin-bottom: 2px;
}
.client-slide-name {
	color: #1E1E1E;
}
.client-slide-profession {
	color: #CCC;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.19;
	letter-spacing: -0.32px;
	margin-bottom: 0;
}
.client-slide-profession {
	color: #616161;
}
.client-slider-nav .slick-arrow {
	border: 1px solid #FF7700;
	background: #FF9E17;
}
.client-slider-nav .slick-arrow {
	border-radius: 14px;
	border: 1px solid #FF7700;
	background: #FF9E17;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 4px;
}
.client-slider-nav {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row-reverse;
	position: absolute;
	right: 0;
	bottom: 20px;
}
#success-sec {
	padding: 80px 0;
}
#success-sec .rating-box-wrap .rating-btn {
	background: #FF8800 !important;
	border: 1px solid #F80 !important;
	width: 209px;
	margin: 20px auto;
}
.instrument-txt {
	font-family: "Instrument Serif" !important;
	font-size: 60px;
	font-style: italic;
	font-weight: 400;
	line-height: 119.624%;
	letter-spacing: -1.2px;
}
#footer .container {
	background-image: url('https://i.23robo.info/projects/superior/assets/img/footer_bg.webp');
	background-size: cover;
	background-position: center;
	padding: 77px 60px 77px;
	border-radius: 24px;
}
.row.ftr-top-row {
	display: flex;
	align-items: center;
	align-content: center;
}
.ftr-txt {
	color: rgba(255, 255, 255, 0.80);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.56px;
}
.ftr-mid-row {
	margin-top: 47px;
	padding-top: 47px;
	border-top: 1px solid #CFC6DF;
}
#footer .ftr-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.48px;
	position: relative;
	margin-bottom: 34px;
	display: flex;
	align-items: center;
	align-content: center;
}
#footer .ftr-title::before {
	content: '';
	width: 11px;
	height: 11px;
	background-color: #7BCC7B;
	display: inline-flex;
	border-radius: 11px;
	margin-right: 5px;
}
ul.ftr-nav {
	padding-left: 0;
	list-style: none;
}
#footer .ftr-nav li a {
	color: rgba(255, 255, 255, 0.80) !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.72px;
	display: block;
	width: max-content;
	margin-bottom: 20px !important;
}
.contact-txt {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.72px;
	margin-bottom: 20px !important;
}
.ftr-btm-row {
	align-content: center;
	align-items: center;
	border-radius: 24px;
	border: transparent;
	background: #fff;
	padding: 15px 0;
	min-height: 79px;
	margin-top: 20px;
}
.copyright-txt {
	color: #616161;
}
.copyright-txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.56px;
	margin: 0;
}
.ftr-nav-btm {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}
.ftr-nav-btm li a {
	color: #616161;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.56px;
	margin-left: 30px;
}
.newsletter-wrap .form-control {
	border-radius: 16px;
	border: 1px solid #1B1B1B;
	background: #0A0A0A;
	color: #fff;
	height: 58px;
}
.newsletter-icon + .form-control {
	padding-left: 45px;
}
.newsletter-wrap .form-control {
	border: 1px solid #E0D4F6;
	background: #FFF;
}
.newsletter-wrap {
	position: relative;
}
.newsletter-icon {
	position: absolute;
	top: 17px;
	left: 15px;
}
.newsletter-icon svg, .newsletter-icon svg path {
	fill: #7BCC7B;
}
.newsletter-btn {
	border-radius: 16px;
	background: #7BCC7B;
	padding: 15px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.28px;
	margin-top: 20px;
}
.newsletter-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: -0.48px;
	margin-bottom: 27px;
}
.signup {
	padding: 80px 0;
}
.page-head h1 {
	color: #1E1E1E;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.page-head p {
	color: #828C8A;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.button-row .btn.btn-primary {
	width: 176px;
	height: 54px;
	justify-content: center;
	background: #ff8800;
	border: 1px solid #ff8800;
	margin-top: 20px;
}
.guest .well {
	border-radius: 23px;
	background: #FFF;
	box-shadow: 0px 15px 50px 0px rgba(198, 212, 198, 0.74);
	padding: 25px;
}
.guest .signup .form-control {
	border-radius: 16px;
	border: 1px solid #EEE;
	background: #F2F4F2;
	padding: 15px;
}
.guest .signup .control-label {
	color: #828C8A;
}
.guest .signup .form-group .btn.btn-primary {
	width: 100%;
	height: 54px;
	justify-content: center;
}
.guest .signup .form-group {
	width: 100%;
}
.guest .signup .h-account {
	text-align: center;
	padding-top: 10px;
}
.guest .signup .h-account a {
	color: #7BCC7B;
}
.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;
	margin-bottom: 20px;
}
.blog_wrapper .well h4 {
	color: #1E1E1E;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.blog_wrapper .well .btn.btn-primary {
	border-radius: 14px;
	border: 1px solid #F80;
	background: #F80;
	width: 121px;
	height: 50px;
	justify-content: center;
}
.blog_wrapper .well {
	border-radius: 22px;
	border: 1px solid #EEE;
	background: #F2F4F2;
	box-shadow: none;
}
.txt-hero-one p {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.blog_hero {
	padding: 50px 0;
}
.blog_wrapper {
	padding-bottom: 50px;
}
.blog_wrapper h1, .blog_wrapper h2, .blog_wrapper h3, .blog_wrapper h4, .blog_wrapper h5, .blog_wrapper h6 {
	color: #1E1E1E;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.blog_wrapper h1, .blog_wrapper h2 {
	font-size: 34px;
}
.blog_wrapper .single_blog_btn {
	width: 119px;
	border: 1px solid #F80;
	background: #F80;
	justify-content: center;
}
.reset_password {
	padding: 80px 0;
}
.reset_password .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.reset_password .well {
	margin-top: 30px;
	border-radius: 18px;
    background: #EEE;
	border: none;
	box-shadow: none;
}
.reset_password .txt {
	color: #828C8A !important;
}
.reset_password .btn.btn-primary {
	width: 100%;
	height: 54px;
	justify-content: center;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
.table {
	border-collapse: separate;
	border-spacing: 0 12px;
	background: transparent;
}
.table td {
	border: 1px solid #EEE !important;
	background: #F2F4F2;
	box-shadow: none !important;
	color: #666;
}
.services .table tbody td:last-child {
	border-right: none !important;
}
.services .table tbody td:first-child {
	border-left: none !important;
}
.services .table tbody td {
	border: none !important;
}
.table th {
	background: #7BCC7B;
	color: #fff;
	text-transform: capitalize !important;
	font-weight: 400 !important;
}
.table th:first-child {
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}
.table th {
	color: #fff;
}
.service-name {
	width: 100% !important;
}
.width-service-name {
	min-width: 200px;
}
.table th, .table td {
	padding: 16px 14px !important;
	border: 0 !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	vertical-align: middle !important;
}
.service-description__th {
	width: 40% !important;
	word-break: break-all;
}
.services .btn.btn-secondary {
	background: #7BCC7B;
	color: #fff;
	padding: 0 25px;
	min-width: 118px;
	min-height: 42px;
	border-radius: 12px;
}
.table th:last-child {
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
}
.table td:first-child {
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}
.table td:last-child {
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
}
.service-filters {
	display: flex;
	border: 0;
}
.service-filters {
	margin-bottom: 28px;
}
.service-filters li.search input {
	flex: 1;
	background: #F2F4F2;
	border-radius: 16px !important;
	border: none;
	height: 46px;
	min-height: 46px;
	color: #666666;
	padding-left: 15px;
}
.service-filters li.search .input-group {
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 10px;
	margin: 0;
}
.service-filters li.search {
	flex: 1;
	width: 100%;
	margin-left: 16px;
}
.service-filters li.search .input-group-btn {
	width: 118px;
}
.service-filters li.search .input-group-btn .btn-primary {
	border-radius: 16px !important;
	border: 1px solid #FFC87B !important;
	background: #FF8E0D !important;
	height: 46px;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
}
.page-head {
	text-align: center;
	padding: 60px 0;
}
.service-filters li:first-child .btn.btn-primary {
	background: #001F1F;
	border: none;
	margin-right: 5px;
}
.auth {
	background: #F6F6F6;
	padding-bottom: 0;
}
.wrapper .sidebar-wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 260px;
	height: 100%;
	background: #0A0602;
	padding: 24px 18px;
	color: #fff;
	overflow-y: auto;
	scrollbar-width: thin;
}
.wrapper.toggle .inner-wrap, .wrapper.toggle .sidebar-wrap, .wrapper .inner-wrap, .wrapper .sidebar-wrap {
	transition: 0.3s ease-in-out;
}
.wrapper .inner-wrap {
	padding-left: 260px;
}
.sidebar-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-wrap .sidebarlogo {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.sidebar-logo-wrap .pinner {
	border-radius: 5px;
	background: #F3711B;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}
.userprofile-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 30px 0;
}
.userprofile-wrap__image {
	width: 65px;
	height: 65px;
	border-radius: 16px;
	background: #fff;
	padding: 6px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}
.userprofile-wrap__image .profile-img {
	border-radius: 12px;
	background: #7BCC7B;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar-wrap .profile-name {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 6px 0;
	color: #fff;
}
.sidebar-wrap a {
	color: #fff;
	letter-spacing: -1.08px;
	font-size: 18px;
	font-weight: 600;
}
.sidebar-wrap .menu-title {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding-bottom: 5px;
	margin-bottom: 16px;
}
.sidebar-nav li {
	margin-bottom: 0;
}
.sidebar-nav a {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 13px;
	border-radius: 10px;
	list-style: none;
}
.sidebar-nav li.active a {
	background: #FF8800;
	color: #fff;
	border: 1px solid #FFC87B;
}
.navbar-icon {
	margin: 0px 3px;
}
.top-nav-wrap {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 13px;
	border: 1px solid #D7E5E3;
	background: #fff;
	margin: 15px;
	margin-bottom: 25px;
}
.top-nav-left-ul {
	display: flex;
	align-items: center;
	gap: 16px;
}
.top-nav-left-ul .pinner {
	display: none;
}	
.top-nav-left-ul li .pinner {
	color: #F3711B;
}
.top-nav-left-ul li.bread {
	color: #6D6B79;
	font-size: 16px;
	font-weight: 400;
}
.top-nav-left-ul li.bread b {
	color: #1C214D;
	font-size: 18px;
	font-weight: 500;
}
.top-nav-right-ul {
	display: flex;
	align-items: center;
	gap: 5px;
}
.top-nav-right-ul li a {
	border-radius: 13px;
	background: #F6F6F6 !important;
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
}
.auth .top-nav-right-ul .badge {
	background: transparent;
	color: #000;
	font-weight: 500;
}
.top-nav-right-ul li:last-child a {
	border-radius: 11px;
	background: #130F02 !important;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 16px;
}
.auth .container {
	width: 100%;
}
.top-nav-right-ul li #currencies-item {
	background: transparent !important;
	color: #000 !important;
	padding-top: 5px;
}
.welcome-box {
	border-radius: 17px;
	background: #7BCC7B;
	padding: 50px;
	position: relative;
	margin-bottom: 28px;
}
.welcome-title, .welcome-txt, .welcome-btn {
	position: relative;
	z-index: 1;
}
.welcome-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	width: max-content;
}
.welcome-txt {
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	max-width: 390px;
	line-height: 1.6;
}
.btn.btn-primary.welcome-btn {
	background: linear-gradient(90deg, #FFAA0F 0%, #FF6A00 100%);
	justify-content: center;
	margin-top: 16px;
	min-width: 170px;
 	max-width: 170px;
}
.welcome-img {
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 1;
}
.hello_title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.stats-wrap__wrapper {
	margin-bottom: 28px;
}
.stats-wrap {
	border-radius: 10px;
	background: #fff;
	min-height: 156px;
	padding: 24px 22px;
	border: 8px solid #7BCC7B;
	border-top: 0;
	border-left: 0;
	height: auto;
	min-height: 170px;
}
.stats-icon img:first-child {
	width: 50px;
}
.stats-wrap .stats-title {
	color: #666666;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 5px;
}
.stats-wrap .stats-txt {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	color: #040404;
}
.step_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	margin-bottom: 28px;
}
.auth .well {
	border-radius: 15px;
	border: 1px solid #D7E5E3;
	background: #FFF;
	box-shadow: none;
	padding: 20px;
}
.custom-tabs.nav-tabs {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 4px;
	border: 0;
}
.custom-tabs.nav-tabs li a.nav-link {
	border-radius: 11px;
	background: #F6F6F6;
	color: #040404;
	padding: 15px;
	font-size: 12px;
	font-weight: 400;
	border: none !important;
}
.custom-tabs.nav-tabs li a.nav-link.active {
	background: #7BCC7B;
	color: #fff;
}
.custom-tabs.nav-tabs li a.nav-link {
	color: #040404;
	font-size: 12px;
	font-weight: 400;
}
.title_new {
	color: #040404;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.54px;
	border-bottom: 1px solid #D7E5E3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.auth .form-control {
	border-radius: 17px;
	border: 1px solid #EEE;
	background: #F6F6F6;
	box-shadow: none;
	padding: 14px;
	color: #040404;
	min-height: 50px;
	resize: none;
}
.auth .control-label {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.auth .well .button-row .btn.btn-primary {
	width: 100%;
	background: #7BCC7B;
	border: none;
}
.box.services {
	border-radius: 18px;
	background: #7BCC7B;
	padding: 15px;
	margin-bottom: 20px;
	border: none;
}
.box.services h6, .box.services p {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.box {
	border-radius: 18px;
	border: 1px solid #EEE;
	background: #F6F6F6;
	padding: 15px;
	margin-bottom: 15px;
}
.box h6 {
	color: #666;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.detail span {
	color: #040404;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.detail {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dashboard-footer {
	border-radius: 20px 20px 0px 0px;
	background: #0A0602;
	padding: 15px;
	margin-top: 20px !important;
	width: 97%;
	margin: auto;
}
.dashboard-footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}
.auth .services .page-head {
	display: none;
}
.auth .service-filters li.search input {
	background: #fff;
}
.auth .table td {
	background: #fff;
}
.add-funds .title_new {
	font-size: 24px;
}
.add-funds .well form .btn.btn-primary {
	width: 100%;
	justify-content: center;
}
.add-funds .accordion_item .btn-primary {
	border-radius: 12px;
	background: #F6F6F6;
	display: flex;
	width: 100%;
	color: #1A234A;
	font-size: 14px;
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	height: auto;
	border: 1px solid #EEE !important;
	overflow: hidden;
}
.add-funds .accordion_item {
	margin-bottom: 12px;
}
.add-funds .accordion_item .btn-primary.collapsed::after {
	background-image: url("https://i.23robo.info/projects/smmstore/v7/img/Frame.svg");
	filter: drop-shadow(0px 100px 0 #7BCC7B) !important;
	transform: translateY(-100px);
}
.add-funds .accordion_item .btn-primary::after {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11.1667 20.3333C6.10405 20.3333 2 16.2292 2 11.1667C2 6.10405 6.10405 2 11.1667 2C16.2292 2 20.3333 6.10405 20.3333 11.1667C20.3333 16.2292 16.2292 20.3333 11.1667 20.3333ZM11.1667 18.5C15.2168 18.5 18.5 15.2168 18.5 11.1667C18.5 7.11658 15.2168 3.83333 11.1667 3.83333C7.11658 3.83333 3.83333 7.11658 3.83333 11.1667C3.83333 15.2168 7.11658 18.5 11.1667 18.5Z' fill='white'/%3E%3Crect x='7.16602' y='10.1667' width='8' height='2' fill='white'/%3E%3C/svg%3E");
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(0px 100px 0 #7BCC7B);
	transform: translateY(-100px);
}
.add-funds .accordion_item .btn-primary:hover {
	background: #0A0602 !important;
	color: #fff;
	opacity: 2;
}
.add-funds .accordion_item .card-body {
	border-radius: 12px;
	background: #F6F6F6;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 14px 18px;
	margin-top: 12px;
	border: 1px solid #EEE;
}
.sm-ttile {
	color: #040404;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 8px 0;
}
.api .table td {
	border-radius: 15px;
	border: 1px solid #EEEEEE !important;
	background: #F6F6F6 !important;
}
.table-wrapper {
	border-spacing: 8px;
}
.api .table {
	border: 0;
}
.api.dashboard .table th {
	border: none;
	background: #7BCC7B;
}
.api pre {
	border-radius: 15px;
	border: 0.5px solid #EEEEEE;
	background: #F6F6F6;
	font-size: 14px;
	font-weight: 400;
	color: #1A234A;
	padding: 20px;
}
.api .table.table_spacing tr td:first-child {
	border-right: 3px solid #fff !important;
}
.api .table td {
	width: 49%;
}
.api .title_new {
	font-size: 24px;
	border: none;
}
.order-history .nav-tabs {
	border-radius: 16px;
	background: #7BCC7B;
	border: none;
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.order-history .nav-tabs li a {
	border-radius: 15px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.42px;
	width: 130px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 15px;
	color: #1A234A;
	gap: 5px;
	border: 0;
}
.order-history .nav-tabs li a span {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: inline-block;
	min-width: 12px;
}
.order-history .nav-tabs li a span.pending {
	background: #406AFF;
}
.order-history .nav-tabs li a span.inprogress {
	background: #FFAC25;
}
.order-history .nav-tabs li a span.completed {
	background: #45B500;
}
.order-history .nav-tabs li a span.partial {
	background: #7C52F2;
}
.order-history .nav-tabs li a span.processing {
	background: #40C6FF;
}
.order-history .nav-tabs li a span.canceled {
	background: #FF0E0E;
}
.orders-filters {
	margin: 25px 0;
}
.orders-filters .input-group {
	max-width: 100%;
	gap: 10px;
	margin: 0;
}
.order-history .form-control.search-input {
	background: #fff !important;
	border: 1px solid #D7E5E3 !important;
	border-radius: 15px !important;
}
.orders-filters .input-group-btn {
	width: 118px;
}
.orders-filters .input-group-btn .btn-primary {
	border-radius: 11px !important;
	background: #F3711B;
	height: 46px;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	border: none;
}
table a:not(.btn), .table a:not(.btn) {
	color: #2C322C;
	text-decoration: underline;
}
.table td .order-status {
	font-size: 15px;
	border-radius: 11px;
	color: #fff;
	font-weight: 400;
	padding: 10px 15px 12px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order-status.pending_status {
	background: #406AFF;
}
.order-status.canceled_status {
	background: #FF0E0E;
}
.order-status.processing_status {
	background: #40C6FF;
}
.order-status.completed_status {
	background: #45B500;
}
.order-status.progress_status {
	background: #FFAC25;
}
.order-history .btn.btn-xs.btn-default {
	width: 90px !important;
	min-width: 90px !important;
	color: #fff !important;
	background: #111315 !important;
	font-size: 15px;
	border-radius: 11px;
	font-weight: 400;
	padding: 10px 15px 12px 14px;
	border: none;
}
.input-group {
	display: flex;
	width: 100%;
}
.orders-filters input {
	flex: 1;
	background: #fff !important;
	border-radius: 11px !important;
	border: none !important;
	height: 46px;
	color: #000;
}
.order-history .nav-tabs li.active a {
	background: #111315;
	color: #fff;
	border: none !important;
}
.order-history .table th {
	background: #0A0602 !important;
}
.refel_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	border: 1px solid #D7E5E3;
	background: #FFF;
	padding: 25px;
	margin-top: 10px;
}
.refel_box li {
	display: flex;
	align-items: center;
	gap: 8px;
	border-right: 1px solid rgba(170, 207, 201, 0.30);
	padding-right: 58px;
}
.refel_box li p {
	margin: 0;
	color: #3E5459;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.refel_box li h6 {
	color: #040404;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.whte_box {
	border-radius: 20px;
	border: 1px solid #D7E5E3;
	background: #FFF;
	padding: 20px;
	margin-top: 20px;
}
.whte_box h6 {
	color: #666666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.whte_box p {
	color: #040404;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.6px;
	margin: 0;
}
.affiliates_sec .txt {
	color: #666 !important;
}
.title-t {
	color: #040404;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 10px 0;
}
.bg-green {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 15px;
	background: #7BCC7B;
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.tickets-wrap .title_new {
	margin-bottom: 0;
	border: none;
	font-size: 24px;
}
.txt-gray {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 10px;
}
.tickets-wrap .well .btn.btn-primary {
	width: 100%;
	justify-content: center;
	border: none;
}
#support .card {
	border-radius: 20px;
	background: #fff;
	padding: 15px;
}
.auth .box-step {
	border-radius: 15px;
	background: #0A0602;
}
.box-step {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	background: #FFF5EE;
	padding: 20px;
}
.title-w {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 119%;
}
.wht-txt {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#accordions {
	margin-top: 20px;
}
#accordions .panel.panel-default {
	border-radius: 10px;
	background: #F6F6F6;
	border: 1px solid #EEE;
	border: none !important;
	margin-bottom: 15px !important;
}
.auth #accordions .panel-heading {
	border-radius: 10px;
	border: none !important;
	background: #F6F6F6 !important;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
#accordions .panel-title a {
	color: #666666;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tickets-wrap .panel-title > a::before {
	float: right !important;
	font-family: "Font Awesome 5 Pro";
	content: "\f0de";
	padding-right: 5px;
	width: 29px;
	height: 29px;
	background: #7BCC7B;
	color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
	padding-top: 3px;
}
#accordions .panel-body {
	border: none !important;
	color: #666666;
	font-size: 12px;
}
.ticket-message {
	border-radius: 17px !important;
	border: 1px solid #EEE;
	background: #F6F6F6 !important;
}
.update-order-flex {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.update-history .nav-tabs {
	background: transparent;
	padding: 0;
}
.update-history .orders-filters {
	width: 100%;
}
.update-history .orders-filters {
	margin: 0;
}
.update-history  #history-search {
	margin: 0;
}
.account .col-md-12 .row {
	display: flex;
	flex-wrap: wrap;
}
.account .col-md-12 .row > div {
	margin-bottom: 20px;
}
.account .well {
	height: 100%;
	margin: 0;
}
.wrapper.toggle .sidebar-wrap {
	left: -260px;
}
.wrapper.toggle .inner-wrap {
	padding-left: 0;
}
.toggle .top-nav-left-ul .pinner {
	display: flex;
}
.signup .page-head {
	text-align: left;
}
.order-history .nav-tabs li a {
	width: 100%;
}
.nav-tabs-updates .dropdown-menu {
	padding: 8px;
}
.rating-btn-icon svg {
	transform: translateY(4px);
}
.rising-title .instrument-txt {
	font-size: 40px;
}
.ser-cat-list {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.service-filters .dropdown-menu {
	height: 300px;
	overflow-y: auto;
}
@media (max-width: 1199px) {
.top_bottom li p {
	font-size: 16px;
}
.wrapper .inner-wrap {
	padding-left: 0;
}
}
@media (max-width: 991px) {
	.main-title {
	font-size: 40px;
}
.how-box-title {
	font-size: 24px;
}
.how-box-orange .how-txt, .how-box-green .how-txt {
	padding-right: 172px;
}
.package-slide {
	padding: 15px;
	margin: 0;
}
.package-slider + div .slick-arrow {
	width: 40px;
	height: 40px;
}
.package-slide-head-right {
	flex: 0 0 calc(100% - 58px);
	max-width: calc(100% - 58px);
	padding-left: 5px;
}
#how .title {
	font-size: 45px;
}
.instrument-txt {
	font-size: 45px;
}
.rising-row {
	background-size: 100% 100%;
	padding: 14px;
	margin-top: 50px;
}
.rising-title {
	font-size: 24px;
}
.instrument-txt {	
	font-size: 24px;
}
.faq-title-wrap-inner {
	padding: 40px;
}
.faq-left-wrap {
	padding: 0 25px;
}
.rating-box-wrap {
	border-radius: 30px;
	padding: 35px;
}
.rating-box-wrap .txt {
	font-size: 24px;
}
.signup {
	padding: 20px 0;
}
.stats-wrap {
	padding: 20px 22px;
	margin-bottom: 20px;
}
.account .col-md-12 .row > div {
	margin-bottom: 20px;
	width: 100%;
}
}
@media (max-width: 767px) {
	.price-tabs {
	width: 100%;
	flex-wrap: wrap;
}
.price-tabs .nav-link {
	margin-bottom: 10px;
}
.client-slider-wrap .slick-slide, .client-slider-wrap .slick-track {
	width: auto !important;
}
.team-img {
	margin: auto;
	padding-bottom: 30px;
}
#why_choose {
	background-image: none;
}
.why_bhox {
	border-radius: 34px;
	background: #fff;
	padding: 25px;
	position: relative;
	min-height: auto;
	margin-top: 0;
}
.row.ftr-mid-row {
	display: flex;
	flex-wrap: wrap;
}
.row.ftr-mid-row .col-sm-2 {
	width: 50%;
}
.copyright-txt {
	text-align: center;
}
.ftr-nav-btm {
	justify-content: center;
}
.reset_password .col-md-8 {
	width: 100%;
}
.blog_hero br {
	display: none;
}
.blog_hero {
	padding: 20px 0;
}
.service-filters {
	display: flex;
	flex-wrap: wrap;
}
.table-responsive {
	border: none;
	padding: 0;
}
.top-nav-wrap {
	display: flex;
	flex-wrap: wrap;
}
.top-nav-right-ul {
	padding-top: 10px;
}
.top-nav-left-ul li.bread {
	font-size: 14px;
}
.top-nav-left-ul li.bread b {
	font-size: 14px;
}
.refel_box {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border-radius: 15px;
}
.refel_box li {
	display: flex;
	padding-right: 0;
	margin-bottom: 10px;
	border: none;
}
.update-order-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#custom-navbar {
	border-radius: 0;
	border: 1px solid #EFEFEF;
	background: #fff;
	/* margin-top: 18px; */
}
.guest .navbar-right {
	float: left !important;
}
.guest .navbar-default .container .nav.navbar-nav li.active a, .guest .navbar-default .container .nav.navbar-nav li:hover a {
	border: 1px solid #F80;
	background: #F80 !important;
	border-radius: 0 !important;
	color: #fff;
}
.guest .navbar-default .container .nav.navbar-nav li a {
	padding: 10px 10px;
}
.guest .navbar-right .navbar-btn {
	width: 135px;
	height: 40px;
	min-height: 40px;
	border-radius: 10px;
}
.guest .navbar-default .container {
	padding: 2px 18px 0;
	height: 59px;
	border-radius: 0;
}
.guest .navbar-default {
	padding-bottom: 0;
	padding-top: 0;
}
.marketing-slider-nav {
	margin-top: 30px;
}
.guest .navbar-center {
	position: relative;
	left: 0;
	transform: translateX(0);
}
}
@media (max-width: 575px) {
	#topsec {
	padding: 20px 0;
}
.main-title {
	font-size: 30px;
}
.main-title .instrument-txt {
	font-size: 30px;
}
.instrument-txt {
	font-size: 24px;
}
#best {
	overflow: hidden;
}
.top_bottom {
	padding-top: 20px;
}
.top_bottom li {
	min-height: 50px;
}
.social_slider {
	padding-top: 30px;
}
.social_slider img {
	max-width: 150px;
}
.title {
	font-size: 24px;
}
.how-row {
	margin-top: 0;
}
.marketing-slider-nav button {
	width: 40px;
	height: 40px;
}
.how-box-num {
	margin-bottom: 15px;
}
.how-box-orange .how-txt, .how-box-green .how-txt {
	padding-right: 0;
}
.how-box-orange .how-box-img, .how-box-green .how-box-img {
	opacity: 0.6;
}
#best {
	padding: 20px 0;
}
#best .container {
	padding: 30px;
	border-radius: 15px;
}
.price-tabs {
	margin: 0 auto 30px;
	padding: 8px 0px;
}
.price-tabs .nav-link {
	padding: 10px;
	min-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-tabs .nav-item {
	padding: 0 10px;
	width: 100%;
}
.package-slider1-nav {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: row-reverse;
	position: absolute;
	width: 104%;
	bottom: -8px;
	left: 0;
	transform: translateY(-0%) translateX(-0%);
	gap: 8px;
	top: unset;
}
.package-quantity {
	font-size: 24px;
}
.package-slide-head {
	margin-bottom: 20px;
}
.package-slide-btn {
	margin-bottom: 25px;
	padding: 10px;
}
#why_choose {
	padding: 30px 0;
}
.why_bhox {
	padding: 0;
	margin-bottom: 20px;
}
#why_choose .title {
	margin-bottom: 35px;
}
#why_choose .row .col-sm-4:nth-child(1) .why_img, #why_choose .row .col-sm-4:nth-child(2) .why_img {
	margin-top: 0;
}
.why_body h4 {
	font-size: 24px;
	width: 100%;
}
.faq-title-wrap-inner {
	padding: 20px;
}
.faq-title-wrap .title, .faq-title-wrap .instrument-txt {
	font-size: 24px;
}
.still-title {
	font-size: 20px;
	margin: 18px 0;
}
.assist-infobox {
	padding: 15px;
}
.assist-infobox-left {
	width: 40px;
	height: 40px;
}
.assist-infobox-txt {
	font-size: 14px;
}
.rising-row {
	margin-top: 20px;
	border-radius: 15px;
}
#success-sec {
	padding: 20px 0;
}
.rating-row {
	margin-top: 0;
}
.rating-box-title {
	font-size: 45px;
}
.star-rating {
	display: block;
	margin: 4px auto 4px;
}
#success-sec .rating-box-wrap .rating-btn {
	width: 100%;
	margin: 15px auto;
	display: flex;
	align-items: center;
	padding: 8px;
}
.rating-box-wrap {
	border-radius: 30px;
	padding: 20px;
}
.client-slide {
	padding: 0;
}
.client-slide-txt {
	font-size: 16px;
}
.client-slide-body {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
body {
	padding-bottom: 0;
}
#how .title {
	font-size: 24px;
}
.client-slider-nav {
	display: flex;
	position: relative;
	right: 0;
	bottom: 0;
}
.rating-box-wrap .txt {
	font-size: 20px;
}
#footer .container {
	padding: 30px 20px 20px;
	border-radius: 0;
}
.row.ftr-top-row {
	display: block;
}
.ftr-mid-row {
	margin-top: 10px;
	padding-top: 20px;
}
#footer .ftr-title {
	font-size: 20px;
	margin-bottom: 34px;
}
#footer .ftr-nav li a {
	font-size: 16px;
}
.contact-txt {
	font-size: 16px;
}
.newsletter-wrap .form-control {
	height: 45px;
	min-height: 58px;
}
.ftr-btm-row {
	border-radius: 15px;
	padding: 13px 0;
	min-height: 54px;
	margin-top: 20px;
}
.package-slide-price {
	font-size: 30px;
}
.why_img img {
	margin: auto;
}
.reset_password {
	padding: 20px 0;
}
.blog_wrapper .well {
	padding: 20px;
}
.reset_password .row {
	display: block;
}
.blog_wrapper h1, .blog_wrapper h2 {
	font-size: 24px;
}
.signup .page-head {
	padding: 0;
}
.page-head h1 {
	font-size: 30px;
}
.signup {
	padding-top: 0;
	padding-bottom: 20px;
}
.signup .button-row {
	margin-bottom: 20px;
}
.signup h2 {
	font-size: 22px;
}
.button-row .btn.btn-primary {
	height: 48px;
}
.page-head {
	text-align: center;
	padding: 20px 0;
}
.service-filters {
	display: block;
}
.service-filters li.search {
	flex: 1;
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
}
.page-head p br {
	display: none;
}
.client-slider-wrap {
	position: relative;
}
.faq-left-wrap {
	padding: 15px 25px;
}
.client-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.rating-row .slick-track {
    display: flex !important;
    width: 100% !important;
}
.rating-row .slick-slide {
    width: 100% !important;
    flex: 0 0 100%;
    box-sizing: border-box;
}
.container, .section {
    width: 100%;
    max-width: 100%;
}
.client-slider .slick-slide > div {
    width: 100%;
}
.top-nav-right-ul li a {
	padding: 8px 12px;
}
.welcome-img {
	display: none;
}
.welcome-box {
	padding: 20px;
	margin-bottom: 20px;
}
.welcome-title {
	font-size: 22px;
}
.stats-wrap {
	padding: 15px;
	margin-bottom: 20px;
}
.step_ul {
	display: flex;
	flex-wrap: wrap;
}
.stats-wrap__wrapper {
	margin-bottom: 0;
}
.step_ul .brand-category img {
	max-width: 65px;
}
.detail span {
	font-size: 16px;
}
.custom-tabs.nav-tabs li a.nav-link {
	padding: 12px;
}
.order-history .nav-tabs li a {
	border-radius: 8px;
}
.sm-ttile {
	font-size: 24px;
}
.add-funds .title_new {
	font-size: 22px;
}
.refel_box li h6 {
	font-size: 16px;
}
.whte_box {
	margin-top: 10px;
	border-radius: 15px;
}
.title-t {
	font-size: 22px;
	font-weight: 500;
}
.tickets-wrap .title_new {
	font-size: 22px;
}
.title-w {
	font-size: 22px;
}
.guest .container {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
}
.ml-left {
	margin-left: auto;
}