@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

body {
    background: #f5f5f533;
    font-family: 'Montserrat', sans-serif;
/*	font-family: 'Poppins', sans-serif; */
}
.intro_image {
	width: 49%;
}
.blog-sec h3{
  color: #222222;
  font-weight: 700;
}
.beni-head-text {
	color: #222222;
	font-size: 19px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.intro_image img {
	width: 100%;
	margin: 0 auto;
}
.intro_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro_content p {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	color:#000;
     margin-top: 5px;
}
.intro_content h1 {
	font-size: 41px;
	line-height: 58px;
	font-weight: 700;
    color:#222222;
}
.hr-line {
	border-bottom: 6px solid #222222;
     border-radius: 10px;
	width: 28%;
	margin-bottom: 25px;
}
.partner_butn {
	background: #000
		url(https://qpe.co.in/assets/tools/img/button-arrow1.svg)
		right center no-repeat;
	padding: 14px 55px 14px 25px;
	color: #ffe600;
	background-position: 95% 47%;
	border: 1.5px solid transparent;
	background-size: 31px;
	text-decoration: none;
	width: 37%;
	border-radius: 30px;
	font-size: 16px;
	margin-top: 10px;
    font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.partner_butn:hover {
	background: #fff
		url(https://qpe.co.in/assets/tools/img/button-arrow-hover1.svg)
		right center no-repeat;
	border: 1.5px solid #222222;
	color: #222222;
	background-size: 31px;
	background-position: 98% 47%;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.Partner_image-a img {
	max-width: 120px;
	margin: 0 auto;
    max-height: 119px;
}
.benifits {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.benifits .hr-line {
	width: 12%;
	margin-bottom: 25px;
     border-color: #fff;
}
.benifit-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	border: 1px solid;
	background-color: #fff;
	height: 100%;
	border-radius: 10px;
}
.benifit-card-text {
	text-align: center;
	font-size: 17px;
	color: #222222;
}
.benifit-background-color .row{
  row-gap: 20px;
}
.benifit-card-title {
	margin: 10px 0;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}
.benifit-background-color {
	background-color: #0e146b;
    padding-bottom: 80px;
}
.benifits-head-title {
    font-size: 35px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
	padding: 0 0 15px 0;
}
.benifits-head-text {
	color: #fff;
	font-size: 19px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
}
.become-partner-butn {
	background: #fff;
	color: #222222;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	padding: 14px 25px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
	min-width: 160px;
	letter-spacing: 1px;
	overflow: hidden;
	border: 1.5px solid #fff;
	transition: all 0.2s ease;
	z-index: 1;
}
.become-partner-butn:hover {
	background: transparent;
	border: 1.5px solid #fff;
	color: #fff;
}
.about_partner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about_partner h2 {
	font-weight: 700;
}
.about_partner-section .hr-line {
	width: 20%;
	text-align: center;
	margin-top: 20px;
	background-color: #f5f5f5;
}
.about_partner-item img{
    width: 50%;
    margin: auto;
}
.about_partner-item-size2 img{
  width: 28%;
    padding-top: 10px;
}
.about_partner-item-size3 img{
      width: 40%;
}
.about_partner-item-size1 img{
      width: 40%;
}
.about_partner-item-size2 p{
  margin-top: 15px;
    font-weight: 600;
}
.about_partner-item-size5 p{
  margin-top: 15px;
    font-weight: 600;
}
.about_partner-item-size6 p{
  margin-top: 15px;
    font-weight: 600;
}
.about_partner-item p{
    font-weight: 600;
}
.about_partner-item-size4 img{
  width: 33%;
  padding-top: 0px;
  margin-bottom: 1rem;
}
.about_partner-item-size5 img{
      width: 60%;
    padding-top: 30px;
}
.about_partner-item-size6 img{
      width: 35%;
    padding-top: 20px;
}
.about_partner-item-content {
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px;
	position: relative;
	bottom: 140px;
	display: flex;
	color: transparent;
	height: 0;
}
.box {
	height: 180px;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInBottom;
	transition: linear 0.2s all;
	margin: 5px 2px 2px 2px;
}
.sell-section {
	padding: 2rem;
}
.sell-title {
	margin-top: 50px;
	font-size: 16px;
	font-weight: 100;
	color: #000000;
}
.sell-title h3 {
	font-weight: 700;
}
.sell-section .sell-row .row {
	margin-top: 20px;
}
.sell-section .sell-row .row ul {
	list-style-type: disc;
	color: #ffe701;
	font-weight: 700;
}
.ecomm-b {
	border-bottom: 6px solid #222222;
	width: 15%;
    border-radius: 10px;
    margin: auto;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.opportunities {
	width: 100%;
     border-radius: 10px !important;
}
.support h3{
  color: #222222;
}
.support-section {
	background-color: #f5f5f5;
	padding-bottom: 40px;
}
.support-head-title {
	font-weight: 700;
}
.support-head-text {
	font-size: 19px;
	color: #222222;
}
.support {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.support-card {
	display: flex;
	flex-direction: column;
	align-items: center;
     height: 340px;
}
.support-card-text {
	text-align: center;
	color: #222222;
}
.support-card-title {
	font-size: 24px;
	font-weight: bold;
	color: #2f3037;
    text-align: center;
	margin: 15px 0;
}
.our-clint {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.our-clint h3 {
	font-weight: 700;
   color:#222222;
}
.our-clint h2 {
	font-weight: 700 !important;
   color:#222222;
   font-size: 35px !important;
}
.margin-section {
	padding-top: 80px;
     padding-bottom: 160px;
}
.custom-width{
    align-self: center !important;
}
.our-clint .hr-line {
	width: 15%;
}
/* testimonials */
.testimonials {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.testimonials .hr-line {
	width: 5%;
}
.testimonials h3 {
	font-weight: 700;
}
.testimonial-item {
	width: 100%;
	display: inline-block;
	margin: 0 -4px;
	border-radius: 0;
	padding: 8% 0 3% 0;
	position: relative;
}
.testimonial-stats {
	background: #9c03fb;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0px 10px 30px #9a9db39a;
	max-width: 360px;
	min-width: 320px;
	text-align: center;
	position: absolute;
	left: 2%;
	top: 5%;
}
.statCount {
	color: #fff;
	font-size: 52px;
	display: block;
	margin-bottom: 10px;
}
.statDesc {
	color: #fff;
	font-size: 21px;
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.testimonial-auth-cntnt {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 20px #9a9db334;
	border-radius: 12px;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	padding: 30px;
	margin-left: 200px;
	padding-left: 200px;
}
.testimonial-img {
	border: 4px solid #9c03fb;
	border-radius: 50%;
	max-height: 152px;
	position: relative;
	display: inline-block;
}
.testimonial-content {
	text-align: left;
	display: inline-block;
	position: relative;
	max-width: 520px;
	margin-left: 25px;
}
.authDesc {
	margin-bottom: 10px;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
}
.authName {
	color: #222222;
	font-size: 16px;
	text-align: center;
}
.authDesig {
	display: block;
	max-width: 300px;
	color: #4b4c57;
     margin: auto;
}
.testimonial-rm {
	font-weight: 700;
	position: relative;
	margin-bottom: 0px;
	padding-right: 32px;
	float: right;
	color: #d60064;
	font-size: 16px;
	margin-top: 25px;
	display: inline-block;
	color: #d60064;
	text-decoration: none;
}
body .slick-arrow {
	position: absolute;
	top: auto;
	bottom: -40px;
	padding: 0;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background-color: transparent;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #babcca;
	color: black;
}
body .slick-next {
	right: 46%;
	z-index: 1;
}
body .slick-prev {
	left: 46%;
	z-index: 1;
}
body .slick-arrow:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	left: 9px;
	top: 48%;
	border-radius: 10px;
	background: #babcca;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
body .slick-arrow:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	margin-left: 0;
	width: 14px;
	height: 14px;
	border-top: 2px solid #babcca;
	border-right: 2px solid #babcca;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
body .slick-prev:after {
	left: 10px;
}
body .slick-next:after {
	left: auto;
	right: 10px;
	top: 10.5px;
	-moz-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.testimonial-content .testimonial-rm:after {
	content: "";
	background: url(//verloop.io/wp-content/themes/verloop/images/arrow-know-more.svg)
		center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 3px;
	right: 0;
	filter: invert(16%) sepia(83%) saturate(4830%) hue-rotate(322deg)
		brightness(81%) contrast(111%);
}
.testimonial-auth-cntnt {
	margin-bottom: 20px;
}
.holistic-image {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.holistic-section {
	background: linear-gradient(
		90deg,
		rgba(154, 0, 255, 1) 0%,
		rgba(255, 132, 37, 1) 90%
	);
    margin: 50px;
	border-radius: 30px;
	margin: 40px;
}
.holistic-heading {
	color: #fff;
	font-weight: 700;
	width: 95%;
}
.holistic-text {
	width: 90%;
	color: #fff;
	font-size: 17px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.holistic-button {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	padding: 15px;
	border-radius: 30px;
	letter-spacing: 1px;
	background-color: #9c03fb;
}
.holistic-button:hover {
	color: #fff;
}
.header-footer-group pre,
.header-footer-group fieldset,
.header-footer-group input,
.header-footer-group textarea,
.header-footer-group table,
.header-footer-group table *,
.footer-nav-widgets-wrapper,
#site-footer,
.menu-modal nav *,
.footer-widgets-outer-wrapper,
.footer-top {
	border-color: #dcd7ca;
}
.header-footer-group table caption,
body:not(.overlay-header) .header-inner .toggle-wrapper::before {
	background-color: #dcd7ca;
}
body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote:before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
	color: #cd2653;
}
.social-icons a,
#site-footer button:not(.toggle),
#site-footer .button,
#site-footer .faux-button,
#site-footer .wp-block-button__link,
#site-footer .wp-block-file__button,
#site-footer input[type="button"],
#site-footer input[type="reset"],
#site-footer input[type="submit"] {
	background-color: #cd2653;
}
.header-footer-group,
body:not(.overlay-header) #site-header .toggle,
.menu-modal .toggle {
	color: #000000;
}
#site-footer {
	overflow: hidden;
	margin-top: 60px;
	padding: 3% 4%;
	background: #f5f5f5;
	clear: both;
}
.footer-title h4{
  font-weight: 700;
}
     }
      .footer-links ul{
        line-height: 16px;
      }
.ecomm-p {
	font-size: 19px;
}
.sell-section h2{
  font-weight: 600;
  font-size: 35px;
}
.sell-section h3{
  font-weight: 600;
  font-size: 35px;
  color: #222222;
  text-align: left;
}
.sell-row h3{
font-size: 28px;
margin-bottom: 38px;
}
.mob-pad h4{
    font-size: 28px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
}
.approach-header h3, .our-clint h3, .blog-sec h3, .mob-font{
  font-size: 35px;
}
@media (max-width: 400px) {
	.partner_butn {
		margin: auto auto !important;
	}
	.sell-title h3 {
		text-align: center !important;
	}
	.hr-line {
		margin: auto 120px !important;
	}
}

@media (max-width: 500px) {
	.intro_content {
		text-align: center;
	}
	.hr-line {
		border-bottom: 6px solid #222222;
		width: 30%;
		margin: auto 150px;
		margin-bottom: 25px;
	}
	.partner_butn {
		width: auto;
		margin: auto 85px;
		margin-top: 20px;
	}
	.intro_image img {
		display: none;
	}
	.benifits .hr-line {
		width: 30%;
	}
	.benifits-head-text {
		margin: auto 50px;
		text-align: center;
	}
	.benifit-card {
		margin-top: 10px;
	}
	.sell-section .sell-row .row {
		padding: 0rem !important;
		margin-top: 40px;
	}
	.ecomm-p {
		margin-top: 1rem !important;
	}
	.support-head-text {
		text-align: center;
	}
	.testimonial-item-view {
		width: 88% !important;
	}
	.testimonial-stats {
		max-width: inherit;
		min-width: 320px;
		text-align: center;
		position: relative;
	}
	.testimonial-auth-cntnt {
		margin-left: 0px;
		padding-left: 0px;
		display: inline-block;
		text-align: center;
	}
	.holistic-image {
		width: 90%;
	}
	.holistic-section-text {
		text-align: center;
	}
	.holistic-section{
		margin: auto !important;
	}
}
@media (max-width: 750px) {
	.hr-line {
		margin: auto;
	}
	.intro_content {
		text-align: center;
	}
	.partner_butn {
		margin: auto;
	}
	.intro_content p {
       font-size: 16px;
		margin-top: 20px;
	}
	.intro_image img {
		display: none;
	}
	.testimonial-stats {
		max-width: none;
		position: relative;
		left: -1%;
	}
	.testimonial-auth-cntnt {
		display: inline-block;
		text-align: center;
		justify-content: center;
		padding: 10px;
		margin-left: 0px;
		padding-left: 0px;
	}
	.hero-img{
		display: none !important;
	}
}
.approach-nav{
            margin-bottom: 4rem;
            margin-top: 2rem;
        }
@media (max-width: 768px) {
	.testimonial-stats {
		max-width: none;
		position: relative;
		left: -1%;
	}
	.testimonial-auth-cntnt {
		display: inline-block;
		text-align: center;
		justify-content: center;
		padding: 10px;
		margin-left: 0px;
		padding-left: 0px;
	}
	.partner_butn {
		width: auto;
	}
 .approach-nav{
   margin-top: 0.5rem;
 }
}
@media (max-width: 1000px) {
	#desktop {
		display: none;
	}
	#mobile {
		display: block !important;
	}
}
.our-partner {
	text-align: center;
}
/******************* sell online new *********************/
.support-card1 {
	background: #eff0ff;
	padding: 20px 30px;
	border-radius: 15px;
	align-items: flex-start;
}
.support-card3 {
	background: #f5fcfd;
	padding: 20px 30px;
	border-radius: 15px;
	align-items: flex-start;
}
.support-card2 {
	background: #fef7ea;
	padding: 20px 30px;
	border-radius: 15px;
}
.support-card1 p {
	text-align: left;
}
.support-card2 p {
	text-align: left;
}
.support-card3 p {
	text-align: left;
}
.support-section_new {
	background-color: transparent;
}
.benifit-background-color-new {
	background-color: #f5f5f5;
	padding-bottom: 80px;
}
.benifits-head-title-new {
	color: #222222;
}
/**************** about us ****************/
.total-number {
	text-align: center;
}
.number p {
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 40px;
	color: #000;
}
.flex-column {
	max-width: 330px;
}
img {
	margin: 5px;
}
.scale {
	transform: scaleY(1.05);
	padding-top: 5px;
}
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 34px;
	font-size: 0.8em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50.9%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.time-heading {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 30px;
}
.our-meeting {
	display: block;
	background:#f8f8f9;
	padding: 50px 0px 80px 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
	margin-bottom: 50px;
}
/* --------------------------------- */
.approach {
	background-color: #000;
    padding-top : 70px;
}
.clint-slider {
	box-shadow: none !important;
}
.approach-icon {
	display: inline-block;
	font-size: 16px;
	padding: 10px 18px;
	border-radius: 8px;
	background: #ffffff;
	margin: 8px 8px 8px 0;
	color: black;
}
.approach-icon img{
  width: 25px;
  height: 22px;
}
.approach-nav .nav-item .nav-link {
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	color: white;
	background: #575b98;
	padding: 16px 20px;
	border-radius: 8px;
	border: 0;
}
.approach-nav .nav-item .nav-link.active {
	background: white;
	color: black;
	transition: all 0.3s ease-in-out;
}
.approach-nav .nav-item .nav-link:hover {
	background: white;
	color: black;
	transition: all 0.3s ease-in-out;
}
.nav-tabs {
	border: 0;
}
.active,
.collapsible:hover {
	box-shadow: none;
}
.approach .tab-content .tab-pane.active {
	padding: 30px;
}
.testimonial-wrap p {
	font-weight: 500 !important;
}
.nav-tabs {
	border: none !important;
}
.e-commerce {
	background-color: #f5f5f5;
	padding-top: 60px;
}
.e-commerce .testimonial-wrap {
	padding-left: 15px;
}
.testimonials3 .testimonial-wrap .testimonial-item img {
	padding: 1rem;
	background: white;
	border-radius: 2rem;
}
.testimonials1-slider .swiper-slide {
	margin-right: 1.5px !important;
}
.testimonial-item p {
	text-align: center;
	font-weight: 700;
}
.step-no {
  color: white;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}
.step-no span {
  display: block;
  width: 113px;
  margin: auto;
  padding: 29px 42px;
  border-radius: 50%;
}
.step-a {
  background: #31C4D3;
}
.step-b {
  background: #FF6068;
}
.step-c {
  background: #EFA125;
}
.step-no span:hover {
  transition: all 0.3s ease-in-out;
  background: #2C3EC4;
}
.step p {
  text-align: center;
  font-weight: 700;
  color: #4B4C57;
  font-size: 20px;
  margin-top: 2rem;
  padding: 0 2rem;
}
.step-2 {
  position: absolute;
  top: 46%;
  left: 15%;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 8px;
}
#input:focus {
  box-shadow: 0 0 10px #ccc !important;
}
#input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}
.save-btn button {
  border: 1px solid #000;
  border-radius: 50px;
  background: #000;
  color: #ffe600;
  font-weight: 600;
  padding: 12px 20px;
}
.btn:focus {
  box-shadow: none !important;
}
.save-btn button:hover {
  background: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
}
.section-7 {
  background-image: none !important;
}
.drop-c a{
	cursor:cursor: pointer !important;
}
.mob-mb{
margin-bottom: 3rem;
}
.mob-pad{
padiing: 1.5rem;
}
  .approach-nav .nav-item .nav-link{
    justify-content: center;
    text-align:center;
    display:flex;
    align-items: center;
    color:#000;
    font-weight:600;
    background: #ffe600;
    padding: 16px 20px;
    border-radius: 8px;
    border:0;
    box-shadow:0px 0px 12px 0px #ffe600;
} 
.mob-margin{
margin: 1.5rem 0;
} 
.mob-font{
  font-weight: 600;
  font-size: 35px;
  color: #222222;
}
.plug-head{
height: 65px;
}
.plug-header{
color: #222222;
font-size: 25px;
}
.ques_text h4{
color: #222222;
}
.plug{
  min-height: 325px;
}
.hero_img{
  border-radius: 60px;
}
.sell_hero_sec h6{
color: #222222;
}
.play-store{
 margin-left: 12px;
}
._questions_{
 padding: 4rem 0 2rem; 
}
.ques_text {
	padding: 0 40px;
}
.social-links img{
width: 75%;
}
.testimonial-item2{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1025px) {
  .slide-text .slide-text-b {
      left: 132px;
  }
  .hide-col{
      overflow: hidden;
  }
  .partner_butn{
    width: fit-content;
  }
}
@media only screen and (max-width: 1000px) {
  .intro_content p {
      margin: 0 0 0.4rem;
  }
  .custom-width {
      width: 100% !important;
  }
  #strp-2,#strp-4 {
      flex-direction: column-reverse;
  }
  .support-head-text {
      margin-top: 25px;
  }
  .support .hr-line {
      margin: 1rem;
  }
  .holistic-image {
      width: 56% !important;
  }
  .holistic-left {
      text-align: center;
  }
  .intro_image,
  .hide-col {
      display: none !important;
  }
  .intro_content {
      width: 100% !important;
      text-align: center;
  }
  .hr-line {
      margin: 0 auto 1rem;
  }
  .partner_butn {
      margin: auto;
      width: initial;
  }
  .testimonial-stats {
      max-width: 100%;
      position: inherit;
      padding: 20px 40px;
      box-shadow: none;
      margin: inherit;
  }
  .testimonial-auth-cntnt {
      display: grid;
      box-shadow: none;
      margin-left: 0;
      padding: 20px !important;
  }
  .testimonial-auth-cntnt img {
      margin: auto;
  }
  .testimonial-content {
      max-width: 100%;
  }
  .review .testimonial-img {
      margin: 0 auto 20px;
  }
  .testimonial-item {
      margin: 0 14px 0 30px;
  }
  .support-head-title,
  .center-title {
      text-align: center;
  }
  .approach-box {
      min-width: 100%;
  }
.tab-view{
 width: 100%;
 }
}
@media only screen and (max-width: 769px){
  .custom-sellfruits{
     height: 251px !important;
    width: 361px !important;
  }
  .custom-sellphone{
  height: 251px !important;
    width: 361px !important;
  }
  .testimonial-item{
    margin:0 0px 0 5px;
  }
  .intro_content h1 {
		font-size: 40px;
	}
 .sell-section .sell-row .row{
   margin-top: 78px;
 }
 .sell_hero_sec{
  padding-bottom: 0;
}
._questions_{
 padding: 1rem 0;
}
}
@media only screen and (max-width: 767px) {
  .step-2 {
      position: inherit;
      top: 0;
      left: 0;
  }
  .shipping-right {
      margin-top: 1rem;
  }
  .about_partner-section {
      padding-bottom: 3rem;
  }
  .sell-section .sell-row .row {
      padding: 1rem;
  }
  .support-head-text {
      text-align: center;
      padding: 0 10px;
  }
  form {
      padding: 35px;
  }
  .benifits-head-text {
      text-align: center;
      padding: 0 10px;
  }
  .sell-section .sell-row .row {
      padding: 1rem;
      margin-bottom: 2rem;
  }
  .testimonial-item {
      margin-left: 10px;
  }
  .holistic-text {
    margin-top: 0px;
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 700px) {
	.approach-nav .nav-item .nav-link {
		color: white;
		width: 175px;
		height: auto;
		background: #575b98;
		padding: 6px 10px;
		min-height: 59px;
	}
	.approach-icon {
		padding: 6px 12px;
	}
}
@media only screen and (max-width: 421px) {
	.approach-nav .nav-item .nav-link {
		min-height: 80px;
 	    width: 168px;
  	   padding: 4px 8px;
	}
 .testimonial-content{
   margin-left: 5px;
 }
 .testimonials2-slider .testimonial-item{
   margin-left: 24px;
 }
 .testimonial-item{
   margin-left: -13px;
 }
 .custom-sellphone{
    height: 279px !important;
    width: 389px !important;
 }
 .custom-sellfruits {
    height: 273px !important;
    width: 395px !important;
}
  #clients .hr-line{
  width: 30% !important;
  }
  .intro_content h1 {
		font-size: 28px;
		line-height: 45px;
		font-weight: 700;
	}
 .mob-mb{
  margin-bottom: 0 !important;
  }
  .mob-pad{
  padding: 0 !important;
  }
  .opportunities{
   width: 78%;
  }
  .approach-header h3{
    font-size: 25px;
  }
  .sell-section h3, .our-clint h3, .our-clint h2, .blog-sec h3, .mob-font,.sell-section h2 {
     font-size: 25px;
      text-align: center;
  }
  .sell-row h3 {
    font-size: 20px;
  }
  .sell-row h4 {
    font-size: 20px;
  }
  p{
    font-size: 15px !important;  
  }
  .approach .tab-content .tab-pane.active{
   padding: 0;
  }
  .mob-margin{
    margin:0;
  } 
  .mob-img{
  margin: auto;
  }
  .mob-img img{
    width: 80%;
  }
  .slide .hr-line{
   margin: auto 150px !important;
  }
  .plug-header{
  font-size: 25px;
  }
  .sell_hero_sec{
  padding: 0;
  }
  .sell_hero_sec h6{
  font-size: 14px !important;
  }
  .plug {
    min-height: auto;
  }
  .faq-common button{
   font-size: 16px;
  }
  .ques_text {
	padding: 0px;
  }
  .ques_text ul{
   text-align: initial;
  }
  .ques_text ul li{
   margin-bottom: 12px;
  }
}
@media only screen and (max-width: 380px) {
 .testimonial-item{
   margin-left: -10px
 }
 .testimonials2-slider .testimonial-item{
   margin-left: 18px;
 }
}
@media only screen and (max-width: 420px) {
  .about_partner-section {
      padding-bottom: 3rem;
  }
  .holistic-image {
      width: 100% !important;
  }
  .about_partner {
      margin-bottom: 2rem;
  }
  .sell-section {
      padding: 0;
  }
  .swiper-pagination {
      bottom: -7px !important;
  }
  .clint-slider {
      width: 85% !important;
      margin: auto;
  }
}
/* sell online pages */
._sell_ {
	padding-top: 100px;
}
@media (max-width:430px) {
	.sell_text {
		text-align: center;
	}
	._features_{
		text-align: center;
	}
	.ques_text {
		text-align: center;
	}
}
.sell_img {
	overflow: hidden;
	border-radius: 20px;
}
.sell_img img {
	transform: scale(1);
	transition: all 0.8s ease;
	border-radius: 20px;
}
._sell_:hover .sell_img>img {
	transform: scale(1.2);
}
.btn {
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 700;
}
.btn-warning {
	background-color: #ffe600;
	border-color: #ffe600;
}
.btn-warning {
	transition: all 0.3s ease-in-out;
}
.btn-warning:hover {
	color: #222222;
	background-color: #ffeb33;
	border-color: #ffeb33;
	transform: translateY(-3px);
}
._features_ {
	height: 100%;
	padding: 20px 25px;
	border: 2px solid #eaeaea;
	border-radius: 1.5rem;
	background-color: #fff;
	box-shadow: 0 16px 12px -6px rgb(0 0 0 / 6%);
	transition: .4s ease-in-out;
	transform: translate(0, 0);
	cursor: default;
	transition: .4s ease-in-out;
	gap: 15px;
}
._features_:hover {
	/*box-shadow: -4px 4px 30px #fff599;*/
	/*transform: scale(1.025);*/
	/*border-color: #fff27e;*/
	transform: translate(0, -3px);
}
._icon_ {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	transition: all 0.4s ease-in-out;
}
._icon_ img {
	max-width: 100%;
}
.ques_img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
._demo_ {
	  position: relative;
	  z-index: 100;
	  padding: 5px 30px;
	  border-radius: 50px;
	  color: #ffe600;
	  background-color: #222222;
	  font-weight: 400;
	  font-size: 18px;
	  border: #222222;
	  box-shadow: 5px 5px 10px #6f6f6f;
	  cursor: pointer;
	  transition: all 0.3s ease;
}
._demo_:hover {
		color: #222222;
		border: 1px solid #222222;
		background-color: #fff;
	  	transform: scale(1.025);
}
._demo_:active {
	  box-shadow: 5px 5px 10px #6f6f6f;
}

.ques_img img {
	transform: scale(1);
	transition: all 0.8s ease;
}
.hover-scale:hover .ques_img>img {
	transform: scale(1.2);
}
.ques_text h3 {
	background: -webkit-linear-gradient(#F37335, #FDC830);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 40px;
}
.threesteps{
	height: 240px;
}
/* scrollbar css */
::-webkit-scrollbar {
	width: 3px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #9c03fb; 
  }
/* navbar new dropdown */
.nav-img {
    width: 25px;
}
.drop-d a{
	justify-content: flex-start !important;
}
.navbar .drop-d ul a {
    padding: 10px 30px 10px 10px !important;
    font-size: 16px !important;
}
.navbar .drop-d ul{
	height: 400px;
    overflow-x: auto;
}
.navbar .drop-d ul a:hover{
	background-color: #f0f2f3;
    color: #000 !important;
    margin: 0px 5px;
    border-radius: 5px;
}
.navbar .drop-c ul {
    left: 0px !important;
	margin-top: 10px !important;
}
.navbar .drop-c ul li {
    min-width: 180px !important;
}
.navbar .drop-c ul a:hover{
	background-color: #f0f2f3;
    color: #000 !important;
    margin: 0px 5px;
    border-radius:5px;
}
.drop-c a{
	justify-content: flex-start !important;
}
.navbar .drop-c ul a {
    padding: 10px 30px 10px 10px !important;
    font-size: 16px !important;
}
.plug{
            padding: 1rem;
            box-shadow: 2px 2px 10px #9c03fb;
            border-radius: 10px;
        }
        .plug:hover{
            box-shadow:inset 2px 2px 10px #9c03fb;
        }
        .plug2{
            padding: 1rem;
            box-shadow: 0px 0px 10px #9c03fb;
            border-radius: 10px;
        }
        .plug2:hover{
            box-shadow:inset 0px 0px 10px #9c03fb;
        }
        .plug{
            padding: 1rem;
            box-shadow:0px 0px 20px 0px #9c03fb69;
            border-radius: 10px;
        }
        .plug:hover{
            background:  #0e146b;
            box-shadow:inset 0px 0px 5px white;
        }
        .plug:hover .plug_content-p,.plug:hover .plug-header,.plug:hover .plug-hr{
            color:white;
        }
        .plug-gap{
            row-gap:3rem;
        }
.approach-nav .nav-item .nav-link.active{
    background: white;
    color:black;
    transition: all 0.3s ease-in-out;
}
.approach-nav .nav-item .nav-link:hover{
    background: white;
    color:black;
    transition: all 0.3s ease-in-out;
}
.nav-tabs{
    border:0;
}
.approach-nav-int .active{
    box-shadow:none;
}
.imp-btn button{
      background-color: #000 !important;
    color: #ffe600 !important;
    font-weight: 400 !important;
}
.imp-btn button:hover{
      background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-weight: 400 !important;
}
.ques_img img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .our_partners_header{
    row-gap: 21px;
    justify-content: center;
    align-items: center;
  }
  .sell-section .sell-title,.sell-section .sell-row{
    text-align: center;
  }
  .row-direction{
    flex-direction: column-reverse;
  }
  .sell-section .sell-row .row .col-lg-6{
    margin: auto;
  }
  .testimonial-stats{
    left: -2%;
  }
}
.our-clint h3{
text-align: center;
}
.our-clint h2{
text-align: center;
}
.faq-common {
    width: 70%;
}
@media screen and (max-width: 760px){
  .faq-common {
    width: 100%;
}
}
.sell-section p{
  font-size: 18px;
  margin-bottom: 30px;
}
.sell-section a{
  font-weight: 600;
    font-size: 18px;
}
.partner-sec{
    align-self: center;
}
.tab-content p{
      font-size: 19px;
}
.sellsecond img{
  width: 28%;
}
.custom-express{
      height: 280px;
}
.custom-express1{
      height: 360px;
}
.holistic-left img{
      width: 38%;
}
.rpl-new-img{
  width: 32%; 
  position: absolute; 
  top: -3px; 
  right: -22px;
}
@media screen and (max-width: 500px){
    .rpl-new-img {
      width: 4%;
      position: absolute;
      top: -3px;
      right: 375px;
      display:block !important;
    }
}
@media screen and (max-width: 400px){
    .rpl-new-img {
      width: 5%;
      position: absolute;
      top: -3px;
      right: 288px;
    }
}
@media screen and (max-width: 900px){
    .rpl-new-img {
      display:none;
    }
}
