body {}*,
*::before,
*::after {
	box-sizing: border-box
}
:root {
	--select-border: #777;
	--select-focus: blue;
	--select-arrow: var(--select-border)
}
#new-home-page section {
	display: block;
	position: relative;
	padding: 50px 0;
	width: 100%;
	color: #555;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	padding: 0;
	margin: 0px
}
#new-home-page .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
#new-home-page .container {
	max-width: 1280px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
#wrapper header.fixed,
header.fixed.loggedin,
#order-pages header.fixed {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: #000;
	z-index: 3;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
#wrapper header.fixed.sticky.shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: #000;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
#new-home-page header.fixed {
	background: transparent;
	box-shadow: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
#new-home-page header.sticky.shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: #000;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.home-sec-pg-banner {
	position: relative;
	top: 0;
	padding: 0;
	background: #fff
}
#wrapper header.fixed .navmenu-links li a,
header.fixed.loggedin .navmenu-links li a,
#order-pages header.fixed .navmenu-links li a {
	color: #fff;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
#order-pages header.fixed .navmenu-links li a:hover,
#wrapper header.fixed .navmenu-links li a:hover,
header.fixed.loggedin .navmenu-links li a:hover {
	color: #fff
}
#order-pages header.fixed .navmenu-links li a::after,
#wrapper header.fixed .header-left ul li a::after,
header.fixed.loggedin .header-left ul li a::after {
	background-color: #fff;
	height: 2px
}
header.fixed.loggedin .header-right ul li.login a,
header.fixed.loggedin .header-right ul li.login:hover a {
	padding: 6px 20px
}
header.fixed.loggedin ul li.login a:hover img,
header.fixed.loggedin ul li.login a img {
	display: none
}
#new-home-page header.fixed .navmenu-links li a {
	color: #000;
}
#new-home-page header.fixed .navmenu-links li a:hover {
	color: #fff;
}
#new-home-page header.fixed .header-left ul li a::after {
	background-color: #5c95fa;
	height: 2px
}
#new-home-page header.sticky.shadow .navmenu-links li a {
	color: #fff;
}
#new-home-page header.sticky.shadow .header-left ul li a::after {
	background-color: #fff
}
header.fixed .header-right ul li {
	padding: 0 8px;
	border-style: solid;
	border-width: 0 0px 0 1px;
	border-color: transparent;
	transition: all 0.5s ease 0s;
	display: flex;
	align-items: center;
	background-color: transparent
}
#new-home-page header.fixed .header-right ul li:hover,
#new-home-page header.fixed .header-right ul li.login {
	background-color: transparent;
	outline: none;
	text-decoration: none;
	position: relative
}
header.fixed .header-right .login-icon {
	display: none
}
header.fixed .header-right ul li.login::after,
header.fixed .header-right ul li.lang::after {
	display: none
}
header.fixed .header-right ul li.login a {
	border: solid 2px #fff;
	background: #000;
	height: auto;
	padding: 6px 20px;
	border-radius: 20px;
}
header.fixed .header-right ul li.login:hover a {
	border: solid 2px #fff;
	height: auto;
	padding: 6px 20px;
	border-radius: 20px;
	background: #fff;
	color: #5c95fa
}
header.fixed .header-right ul li.login.active a {
	border: solid 2px #fff;
	height: auto;
	padding: 6px 20px;
	border-radius: 20px;
	background: #fff;
	color: #5c95fa
}
.header-right ul li .dropdown-content,
.header-left ul li .dropdown-content {
	z-index: 99999
}
#wrapper header.fixed .dropdown-content .column a,
#wrapper header.fixed .navmenu-links .dropdown-content .column a:hover,
header.fixed .dropdown-content .column a,
header.fixed .navmenu-links .dropdown-content .column a:hover,
header.fixed.loggedin .dropdown-content .column a,
header.fixed.loggedin .navmenu-links .dropdown-content .column a:hover,
header.sticky.shadow .dropdown-content .column a,
header.sticky.shadow .navmenu-links .dropdown-content .column a:hover,
header.fixed.loggedin.sticky.shadow .dropdown-content .column a,
header.fixed.loggedin.sticky.shadow .navmenu-links .dropdown-content .column a:hover,
#new-home-page header.sticky.shadow .dropdown-content .column a {
	float: none;
	color: #000;
	padding: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: initial;
	line-height: normal;
	height: auto;
	font-weight: 500;
	box-shadow: 0 0 0 2px #fff inset
}
#new-home-page .banner {
	background: url(../images/shape.png) no-repeat left top;
	padding: 100px 0px 48px;
	background-size: auto;
}
#new-home-page .dropdown-content .row {
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}
#new-home-page .banner .row {
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
}
#new-home-page .banner .spa-img {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	display: flex;
	justify-content: flex-start
}
#new-home-page .banner .spa-img img {
	display: block;
	height: auto;
	max-width: 100%
}
#new-home-page .banner-left {
	width: 550px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start
}
#new-home-page .banner-right {
	width: calc(100% - 600px);
	width: -o-calc(100% - 600px);
	width: -ms-calc(100% - 600px);
	width: -moz-calc(100% - 600px);
	width: -webkit-calc(100% - 600px)
}
#new-home-page .banner-right img {
	margin-left: -35px
}
#new-home-page .banner h2 {
	color: #1e2528;
	font-size: 60px;
	line-height: 66px;
	margin: 0px 0px 15px;
	font-weight: 700;
}
#new-home-page .banner h2 span {
	color: #4685f3;
	display: block;
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}
#new-home-page .banner .banner-content {
	width: 100%;
	display: block
}
#new-home-page .banner .banner-content p {
	margin-bottom: 20px;
}
.app-store-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: start
}
.app-store-btn h3 {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: 0 0 25px 0;
	width: 100%;
}
.app-store-btn span {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0
}
.app-store-btn a img,
.download-links a img {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 15px;
	max-width: 150px
}
.left-top-shape {
	position: absolute;
	top: 0;
	width: 75px;
	left: 0
}
.left-top-shape img,
.right-shape img {
	max-width: 100%
}
.right-shape {
	position: absolute;
	right: 0px;
	bottom: -105px;
	width: 150px;
	z-index: 0
}
#new-home-page .heading-area {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background: transparent;
	position: relative;
	z-index: 2;
	margin-bottom: 30px
}
#new-home-page .heading-area h3 {
	font-size: 40px;
	font-weight: 600;
	color: #1c1c1c !important;
	margin: 0px !important;
	width: 100%;
	line-height: 41px
}
#new-home-page .heading-area strong {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #3e3e3e;
	display: block;
	margin-bottom: 0;
	max-width: 990px;
	text-align: center;
	margin: 0;
	width: 100%
}
#our-services.our-services {
	margin: 0 0px 0px;
	padding: 0px;
	background-color: #fff !important;
	position: relative;
	display: block;
	z-index: 0;
}
#our-services.our-services .left-bottom-shape {
	position: absolute;
	bottom: -130px;
	left: 0;
	z-index: -1;
	width: 150px;
}
#our-services.our-services .left-bottom-shape img {
	max-width: 100%;
}
#our-services.our-services::after {
	background-image: url(https://cjxdesign.bbcsproducts.net/assets/img/home-new/home/map-img.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
	content: '';
	position: absolute;
	top: 30px;
	height: 100%;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 1
}
#our-services.our-services .services-inner {
	margin: 0 auto;
	max-width: 1310px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 9;
	position: relative
}
.services.homepage::before {
	display: none
}
.looking-for-services {
	padding: 100px 0px 57px;
	position: relative;
}
#new-home-page .looking-for-services .heading-area {
	margin: 0 0 23px;
}
.services-form {
	display: flex;
	margin: 0 auto;
	max-width: 900px;
	align-items: center;
	position: relative;
	z-index: 2;
	padding: 0 15px;
}
.looking-for-services select {
	appearance: none;
	background: url(https://cjxdesign.bbcsproducts.net/assets/img/home-new/icon/down-arrow.png) #fff;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: right 12px center;
	border: none;
	padding: 0px 10px;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;
	outline: none;
	height: 100%;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 400
}
#our-services.our-services::after {
	content: '';
	position: absolute;
	top: 30px;
	height: 100%;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 1;
}
.looking-for-services select::-ms-expand {
	display: none
}
.looking-for-services .select {
	position: relative;
	padding: 0;
	cursor: pointer;
	line-height: 1.1;
	border: solid 1px rgb(201, 201, 201);
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);
	width: 400px;
	height: 59px
}
.looking-for-services .select select,
.select::after {
	grid-area: select
}
.looking-for-services .services-form .select i {
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 16px;
}
.looking-for-services select:focus+.focus {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid var(--select-focus);
	border-radius: inherit
}
.looking-for-services .select--disabled {
	cursor: not-allowed;
	background-color: #eee;
	background-image: linear-gradient(to top, #ddd, #eee 33%)
}
.sb-example-1 {
	position: relative;
	width: 100%;
	display: flex;
	padding: 0 0 0 30px
}
.sb-example-1 .search i.ti-location-pin {
	position: absolute;
	top: 17px;
	left: 8px;
	font-size: 27px;
	color: #4685f3
}
.sb-example-1 .search {
	width: 100%;
	position: relative;
	display: flex;
	padding: 0;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);
	height: 59px;
	box-sizing: border-box;
	border: solid 1px rgb(201, 201, 201);
	padding: 2px
}
.services-form .sb-example-1 .search .error {
	bottom: -30px;
	font-size: 14px;
}
.sb-example-1 .searchTerm {
	width: 100%;
	border: none;
	border-right: none;
	padding: 0px 44px;
	border-radius: 4px;
	outline: none;
	color: #919191;
	height: 100%;
	font-size: 16px
}
.sb-example-1 .searchTerm:focus {
	color: #555
}
.sb-example-1 .searchButton {
	width: 58px;
	height: 49px;
	border: 1px solid #4685f3;
	background: #4685f3;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
	margin-top: 2px;
	margin-right: 3px
}
.our-services-bg {
	background-color: #f2f2f2;
	padding: 35px 0px 35px;
	border-radius: 50px;
	position: relative;
	background-image: url(https://cjxdesign.bbcsproducts.net/assets/img/home-new/home/map-img.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center left;
}
/*#new-home-page #our-services.our-services .heading-area {*/

#new-home-page .our-services-bg .heading-area {
	margin-bottom: 0;
}
#our-services.our-services ul {
	width: 100%;
	display: flex;
	list-style: none;
	margin: 30px 0px 13px;
	padding: 0;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
#our-services.our-services ul.top-main-services li {
	width: calc(25% - 25px);
	width: -o-calc(25% - 25px);
	width: -ms-calc(25% - 25px);
	width: -moz-calc(25% - 25px);
	width: -webkit-calc(25% - 25px)
}
#our-services.our-services ul.services-listing {
	max-width: 950px;
	margin: 30px 0px 0px;
}
#our-services.our-services ul.services-listing li {
	width: calc(16.666% - 15px);
	width: -o-calc(16.666% - 15px);
	width: -ms-calc(16.666% - 15px);
	width: -moz-calc(16.666% - 15px);
	width: -webkit-calc(16.666% - 15px)
}
.our-services .single-memb {
	position: relative;
	width: 100%;
	padding: 0 6px 10px;
}
.our-services .single-memb img {
	border-radius: 4px;
	background-color: rgb(27, 28, 27);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	max-width: 100%
}
.our-services .single-memb .memb-details {
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px #f0f0f0;
	box-shadow: 0 5px 20px #f0f0f0;
	max-width: calc(100% - 20px);
	margin: -35px auto 0;
	padding: 15px 15px 20px;
	position: relative;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 1;
}
.our-services .single-memb .memb-details h6 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: 500;
}
.our-services .single-memb .memb-details span {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	line-height: 21px;
	max-width: 100%;
	height: 65px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.our-services .single-memb .service-read-more {
	margin-top: -30px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 0;
	/*! visibility: hidden; */
}
.our-services .single-memb .service-read-more a {
	color: #000;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
}
.our-services .single-memb .service-read-more a:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #000;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.our-services .single-memb .service-read-more:hover a:after {
	width: 100px;
	margin-left: -50px;
}
.our-services .single-memb:hover .memb-details {
	margin-top: -65px
}
.our-services .single-memb:hover .service-read-more {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}
.services.homepage ul.services-listing li a {
	display: block
}
.services.homepage ul.services-listing li a,
.services.homepage ul.services-listing li a b {
	display: block
}
.services.homepage ul.services-listing li a strong {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: #555;
	display: block;
	margin-bottom: 0;
	max-width: 990px;
	text-align: center;
	margin: 0 auto
}
#how-it-works.how-it-works-part {
	padding: 50px 0px 0;
	position: relative;
	background: url(https://cjxdesign.bbcsproducts.net/assets/img/home-new/home/how-it-work-map-img.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right
}
#how-it-works.how-it-works-part .how-it-works-section-inner {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#new-home-page #how-it-works.how-it-works-part .heading-area {
	margin-bottom: 30px;
}
#how-it-works.how-it-works-part .how-it-left-part {
	width: calc(100% - 550px);
	width: -o-calc(100% - 550px);
	width: -ms-calc(100% - 550px);
	width: -moz-calc(100% - 550px);
	width: -webkit-calc(100% - 550px)
}
#how-it-works.how-it-works-part .how-it-right-part {
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
#how-it-works.how-it-works-part .how-it-right-part img {
	max-width: 100%
}
#how-it-works.how-it-works-part .how-it-left-part ul {
	width: 100%;
	display: block
}
#how-it-works.how-it-works-part .how-it-left-part ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	min-height: 140px;
	padding-left: 160px;
	padding-right: 160px;
}
#how-it-works.how-it-works-part .how-it-left-part ul li:last-child {
	margin-bottom: 0px
}
#how-it-works.how-it-works-part ul li:nth-child(2n) {
	flex-direction: row-reverse;
	text-align: right;
}
.how-it-works-icon {
	margin-right: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.how-it-works-text {
	width: 100%;
}
#how-it-works.how-it-works-part ul li:nth-child(2n) .how-it-works-icon {
	left: auto;
	right: 0;
}
.how-it-works-text strong {
	font-size: 18px;
	font-weight: 600;
	color: #303030
}
.how-it-works-text p {
	color: #5f5f5f;
	font-size: 15px;
	font-weight: 400
}
#new-home-page .become-partner-part {
	margin-bottom: 0px;
	padding-top: 35px;
	padding-bottom: 30px;
	position: relative;
	background: url(https://cjxdesign.bbcsproducts.net/assets/img/home-new/home/how-it-work-map-img.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left
}
.become-partner-part::after {
	background: #f2f2f2;
	content: '';
	position: absolute;
	height: 50%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	border-radius: 70px 70px 0 0
}
.become-partner-part-section-inner {
	max-width: 930px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	z-index: 2
}
.become-partner-part-section-inner ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
.become-partner-part-section-inner ul li {
	width: calc(50% - 8px);
	width: -o-calc(50% - 8px);
	width: -ms-calc(50% - 8px);
	width: -moz-calc(50% - 8px);
	width: -webkit-calc(50% - 8px)
}
.become-partner-box {
	position: relative
}
.become-partner-box img {
	max-width: 100%;
}
.become-partner-box h4 {
	position: absolute;
	top: 0;
	left: 0px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 35px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px
}
.become-partner-box h4 span {
	font-weight: 400
}
#order-pages .page-contant.home-page-data,
#order-pages .page-contant.mainof-searchpage {
	/*margin-top: 67px;*/
}
.become-partner-part .right-shape {
	bottom: 33%
}
.about-main .heading-area {
	/*	background-color: #f5f5f5;

	margin-top: 70px*/
}
.banner-section.taxi-app.bannermenu {
	/*margin-top: 68px*/
}
#maine-footer .footer-top {
	background: #303030;
	padding: 50px 0 30px
}
#maine-footer .footer-bottom {
	background: #404040
}
#maine-footer .footer-top::after,
#maine-footer .footer-bottom::after {
	display: none
}
#maine-footer .footer-top .footer-column ul li {
	margin-bottom: 10px;
	line-height: 18px
}
#maine-footer .footer-bottom .footer-inner span {
	color: #fff;
	margin: 0 auto;
	font-size: 15px;
}
#maine-footer .footer-top .download-links a img {
	margin-right: 0
}
#maine-footer .footer-top .footer-column .download-links a {
	display: inline-block;
	padding: 0 5px
}
#maine-footer .footer-top .footer-column ul.contact-data li {
	margin-bottom: 10px;
	line-height: 18px;
}
#maine-footer .footer-top .footer-column ul.contact-data li i {
	top: 3px;
}
.footer-column ul.contact-data li:last-child {
	max-width: 100%;
	line-height: 18px;
}
.login-block-heading {
	padding: 0 0px 35px 0 !important;
}
.login-block-heading .tabholder.login-tabholder {
	height: auto;
}
.services.homepage ul li {
	margin-bottom: 20px;
}
#our-services.our-services ul.services-listing li {
	margin-bottom: 30px;
}
@media screen and (min-width: 1499px) {
	.left-top-shape {
		width: 150px;
	}
}
@media screen and (max-width: 1399px) {
	.left-top-shape {
		width: 55px;
	}
	#new-home-page .container {
		max-width: 1100px;
	}
}
@media screen and (max-width: 1199px) {
	#new-home-page .banner {
		padding: 100px 0px 0px;
	}
	.header-inner,
	header .header-inner {
		max-width: 1024px;
	}
	#new-home-page .container {
		max-width: 1024px;
	}
	#new-home-page .banner-right img {
		max-width: 100%;
	}
	#our-services.our-services .services-inner {
		max-width: 1024px;
	}
	#new-home-page .banner h2 {
		font-size: 50px;
		line-height: 55px;
	}
	#our-services.our-services ul {
		justify-content: center;
	}
	#our-services.our-services ul li {
		width: calc(33.333% - 0px);
		width: -o-calc(33.333% - 25px);
		width: -ms-calc(33.333% - 25px);
		width: -moz-calc(33.333% - 25px);
		width: -webkit-calc(33.333% - 25px);
		padding: 0 15px;
	}
	#our-services.our-services ul.services-listing li {
		width: calc(16.666% - 15px);
		width: -o-calc(16.666% - 15px);
		width: -ms-calc(16.666% - 15px);
		width: -moz-calc(16.666% - 15px);
		width: -webkit-calc(16.666% - 15px);
	}
	.our-services .single-memb .memb-details {
		padding: 30px 20px;
	}
	#how-it-works.how-it-works-part .how-it-left-part {
		width: calc(100% - 450px);
		width: -o-calc(100% - 450px);
		width: -ms-calc(100% - 450px);
		width: -moz-calc(100% - 450px);
		width: -webkit-calc(100% - 450px);
	}
	#how-it-works.how-it-works-part .how-it-right-part {
		width: 400px;
	}
	.left-top-shape {
		width: 70px;
	}
}
@media screen and (max-width: 1099px) {
	.header-inner,
	header .header-inner {
		max-width: 970px;
	}
	#new-home-page .container {
		max-width: 970px;
	}
	#our-services.our-services .services-inner {
		max-width: 970px;
	}
}
@media screen and (max-width: 991px) {
	.header-inner,
	header .header-inner {
		max-width: 100%;
	}
	#new-home-page .container {
		max-width: 100%;
	}
	#our-services.our-services .services-inner {
		max-width: 100%;
	}
	body {
		font-size: 15px;
		line-height: 24px;
	}
	.header-left .logo {
		margin-right: 0;
		padding: 10px 15px 0px 10px;
		margin-left: 0;
	}
	.left-top-shape {
		width: 40px;
	}
	#new-home-page .banner {
		padding: 100px 0px 0px;
	}
	#new-home-page .banner .spa-img {
		width: 50%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		display: flex;
		justify-content: flex-start;
	}
	.banner .spa-img {
		width: 100%;
	}
	.banner .spa-img img {
		width: 100%;
	}
	#new-home-page .banner-left {
		width: 350px;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: flex-start;
	}
	#new-home-page .banner-right {
		width: calc(100% - 400px);
		width: -o-calc(100% - 400px);
		width: -ms-calc(100% - 400px);
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
	}
	#new-home-page .banner-right img {
		margin-left: -45px;
	}
	.banner-right img {
		max-width: 100%;
	}
	#new-home-page .banner h2 {
		color: #1e2528;
		font-size: 44px;
		line-height: 48px;
		margin: 2px 0px 15px;
		font-weight: 700;
	}
	#new-home-page .banner h2 span {
		font-size: 18px;
		line-height: 24px;
	}
	#new-home-page .banner .banner-content p {
		margin-bottom: 10px;
	}
	#new-home-page .banner .row {
		margin: 0px;
	}
	.app-store-btn h3 {
		margin: 0 0 15px 0;
	}
	.app-store-btn span {
		margin-bottom: 15px;
	}
	.our-services .single-memb .memb-details {
		max-width: calc(100% - 30px);
		padding: 15px 15px 20px;
	}
	.looking-for-services {
		padding: 60px 0px 50px;
	}
	#new-home-page .looking-for-services .heading-area {
		margin: 0 0 25px;
	}
	.our-services-bg {
		padding: 50px 0px;
	}
	#our-services.our-services ul li {
		width: calc(50% - 25px);
		width: -o-calc(50% - 25px);
		width: -ms-calc(50% - 25px);
		width: -moz-calc(50% - 25px);
		width: -webkit-calc(50% - 25px);
	}
	#our-services.our-services ul.services-listing li {
		width: calc(16.666% - 15px);
		width: -o-calc(16.666% - 15px);
		width: -ms-calc(16.666% - 15px);
		width: -moz-calc(16.666% - 15px);
		width: -webkit-calc(16.666% - 15px);
	}
	#our-services.our-services .left-bottom-shape {
		bottom: -85px;
		width: 110px;
	}
	#how-it-works.how-it-works-part {
		padding: 50px 0px 0;
	}
	#how-it-works.how-it-works-part .how-it-left-part {
		width: calc(100% - 350px);
		width: -o-calc(100% - 350px);
		width: -ms-calc(100% - 350px);
		width: -moz-calc(100% - 350px);
		width: -webkit-calc(100% - 350px);
	}
	#how-it-works.how-it-works-part .how-it-right-part {
		width: 300px;
	}
	#new-home-page .become-partner-part {
		padding-top: 50px;
	}
	.become-partner-part-section-inner ul li {
		width: calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: -ms-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	.become-partner-box h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
	}
	.login-right form#frmsignup .form-group input,
	.login-right form#frmsignup .form-group select {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		border-radius: 6px;
	}
	.login-right.full-width form#frmsignup .form-group.phone-column .phonecode {
		width: 55px;
	}
	.login-right.full-width form#frmsignup .form-group.phone-column input {
		margin-left: 0px;
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		border-radius: 6px 0 0 6px;
	}
	#vPhone.create-account-input.create-account-input1.vPhone_verify {
		border-radius: 6px;
	}
	.login-right form .form-group.phone-column label {
		left: 64px;
		margin-top: -12px;
	}
}
@media screen and (max-width: 860px) {
	.header-inner,
	header .header-inner {
		max-width: 800px;
	}
	#new-home-page .container {
		max-width: 800px;
	}
	#our-services.our-services .services-inner {
		max-width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.header-inner,
	header .header-inner {
		max-width: 100%;
	}
	#new-home-page .container {
		max-width: 100%;
	}
	#our-services.our-services .services-inner {
		max-width: 100%;
	}
	.banner .spa-img {
		display: none;
	}
	#how-it-works.how-it-works-part .how-it-left-part {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}
	#how-it-works.how-it-works-part .how-it-right-part {
		width: 100%;
		margin-top: 30px;
	}
	form.gen-from .form-group input,
	form.gen-from .form-group select {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}
	form.gen-from .form-group label {
		margin-top: -12px;
	}
}
@media screen and (max-width: 767px) {
	#wrapper header.fixed,
	header.fixed,
	#new-home-page header.fixed {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		background: #000;
		padding-bottom: 5px;
	}
	#new-home-page .banner h2 {
		font-size: 40px;
		line-height: 44px;
	}
	#new-home-page .banner {
		padding: 65px 0px 0px;
	}
	.left-top-shape,
	#new-home-page .banner .spa-img,
	.right-shape,
	#our-services.our-services .left-bottom-shape,
	.become-partner-part .right-shape {
		display: none;
	}
	#new-home-page .banner-left {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: flex-start;
	}
	#new-home-page .banner-right {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		text-align: center;
	}
	.app-store-btn {
		margin-bottom: 15px;
	}
	.header-left .logo a {
		width: 120px;
	}
	.header-left .logo a img {
		max-width: 100%;
	}
	#new-home-page header.fixed .header-right ul li {
		padding: 0 5px;
	}
	#new-home-page .heading-area h3 {
		font-size: 24px;
		line-height: 28px;
	}
	#new-home-page .looking-for-services .heading-area {
		padding: 0 15px;
	}
	#new-home-page .heading-area strong {
		font-size: 16px;
		line-height: 22px;
	}
	.looking-for-services .select {
		width: 100%;
		margin-bottom: 15px;
	}
	.services-form {
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.looking-for-services select {
		background-position: 97% center;
	}
	.sb-example-1 {
		position: relative;
		width: 100%;
		display: flex;
		padding: 0;
	}
	#how-it-works.how-it-works-part .how-it-left-part ul li {
		padding-left: 90px;
		min-height: 75px;
		padding-right: 90px;
	}
	#how-it-works.how-it-works-part ul li:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.how-it-works-icon .proc_ico {
		max-width: 75px;
	}
	.become-partner-part-section-inner ul li {
		width: calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: -ms-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	.earning-block .count {
		color: #fff;
		display: block;
		font-size: 35px;
		font-weight: 500;
		word-break: break-all;
		line-height: 50px;
	}
	.login-right form .form-group label {
		margin-top: -12px;
	}
	.login-right form .form-group input,
	.login-right form .form-group select {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}
	.login-right.full-width form .form-group.phone-column .phonecode {
		width: 50px;
	}
	.login-right.full-width form .form-group.phone-column input {
		margin-left: 49px;
		width: calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: -ms-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
	}
	.login-right.full-width form .form-group.onethird {
		margin: 0 8px 25px 8px;
	}
	.error,
	.captcha-column span.error,
	.Iserror,
	.help-block.error {
		bottom: -22px;
	}
	#our-services.our-services ul {
		margin: 5px 0px 0px;
	}
	#our-services.our-services ul.services-listing li {
		width: calc(20% - 15px);
		width: -o-calc(20% - 15px);
		width: -ms-calc(20% - 15px);
		width: -moz-calc(20% - 15px);
		width: -webkit-calc(20% - 15px);
	}
	.our-services .single-memb .memb-details {
		max-width: calc(100% - 37px);
		padding: 15px 15px 20px;
	}
}
@media screen and (max-width: 569px) {
	.header-right ul li,
	header.fixed .header-right ul li {
		padding: 0 5px;
	}
	header.fixed .header-right ul li.login a,
	header.fixed .header-right ul li.login.active a {
		padding: 0px 7px;
		font-size: 11px;
	}
	header ul li a {
		font-size: 12px;
	}
	#new-home-page .banner h2 {
		font-size: 36px;
	}
	#our-services.our-services ul li {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}
	#our-services.our-services ul.services-listing li {
		width: 33.333%;
	}
	.become-partner-part-section-inner ul li {
		width: calc(100% - 0px);
		width: -o-calc(100% - 0px);
		width: -ms-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}
	.become-partner-box {
		position: relative;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
	.btn-hold input[type="submit"] {
		padding: 6px 45px 6px 15px;
	}
	.btn-hold img {
		right: 13px;
	}
	.app-store-btn a img,
	.download-links a img {
		max-width: 125px;
	}
	.how-it-works-media img {
		max-width: 100px;
	}
	#how-it-works.how-it-works-part .how-it-left-part ul li {
		padding-right: 0;
	}
	#how-it-works.how-it-works-part ul li:nth-child(2n) {
		flex-direction: row-reverse;
		padding-left: 0;
		padding-right: 90px;
	}
}
@media screen and (max-width: 479px) {
	.header-left .logo {
		padding: 10px 10px 0px 10px;
	}
	.header-left .logo a {
		width: 90px;
	}
	#new-home-page header.fixed .header-right ul li {
		padding: 0 2px;
	}
	header.fixed .header-right ul li.login a,
	header.fixed .header-right ul li.login.active a {
		font-size: 10px;
	}
	#our-services.our-services ul.services-listing li {
		width: 50%;
	}
}
/*[dir="rtl"]*/

[dir="rtl"] #new-home-page .banner .spa-img {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: flex;
	justify-content: flex-start;
	right: auto;
}
[dir="rtl"] #new-home-page .banner .spa-img img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
[dir="rtl"] #new-home-page .banner-right img {
	margin-left: 0;
	margin-right: -35px;
}
[dir="rtl"] .left-top-shape {
	position: absolute;
	top: 0;
	width: 75px;
	left: auto;
	right: 0;
}
[dir="rtl"] .looking-for-services select {
	background-position: left 12px center;
}
[dir="rtl"] .sb-example-1 {
	position: relative;
	width: 100%;
	display: flex;
	padding: 0 30px 0 0px;
}
[dir="rtl"] .sb-example-1 .search i.ti-location-pin {
	position: relative;
	top: 17px;
	left: 0;
	font-size: 27px;
	color: #4685f3;
	line-height: 24px;
	height: 27px;
}
[dir="rtl"] .left-top-shape img {
	max-width: 100%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}