* {
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #3c4547;
	margin: 0px;
	    height: 0 !important;
	    padding: 0px;
}

img {
	max-width: 100% !important;
	height: auto;
	display: block;
}

ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

a {
	text-decoration: none;
}

p {
	margin: 0px 0 30px 0;
	color: #3c4547;
	font-size: 17px;
}

p a {
	color: #000;
}

h1 {
	margin: 0px;
	font-size: 46px;
	font-weight: 700;
	margin: 0;
}

h2, .h2 {
	font-size: 120px;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
	font-family: 'Poppins', sans-serif;
	color: #57b197;
	margin: 0px 0px 10px 0px;
}

h3, .h3 {
	font-size: 47px;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
	font-family: 'Poppins', sans-serif;
	color: #57b197;
}

h4, .h4 {
	font-size: 30px;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

h5, .h5 {
	font-size: 24px;
	margin: 10px 0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
span {
    font-size: 20px;
    font-weight: 500;
    color: #3c4547;
}

.container {
	max-width: 1549px;
}

.cmn-btn {
	padding: 12px 30px 11px 30px;
	font-size: 15px;
	border-radius: 50px;
	color: #fff;
	background-color: #8e68a6;
	transition: 0.5s all;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	display: inline-block;
}

.cmn-btn:hover {
	background-color: #57b197;
}


.second-btn {
	font-size: 18px;
	color: #fff;
	background-color: #57b197;
	padding: 10px 20px;
	min-height: 54px;
}

/**Typeo CSS End**/

/**Header Option**/
.header-scn {
    position: relative;
    width: 100%;
    background-color: #ededed;
    padding: 25px 0;
}

.hdr-inner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px 10px 0px;
}
.search-go-main {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
}

.hdr-inner .logo {
	margin: 0px;
	font-size: 0px;
	line-height: 1;
}
#load-more-directory:hover {background-color: #221f20;
    transition: 0.8s;}

#load-more-directory { background-color: #11B496;  border: 0;transition: 0.8s;}

.user-director-main .product-items-main.aos-init.aos-animate {
    margin-top: 4rem;
}

.hdr-right {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.mobile-toggle {
	display: none;
}

.hdr-inner .logo a {
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.nav ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.nav ul li {
	margin: 0px 16px;
}

.nav ul li:first-child {
	margin-left: 0px;
}

.nav ul li:last-child {
	margin-right: 0px;
}

.nav ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #221f20;
	transition: 0.5s all;
	padding: 20px 0px;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	border-bottom: 4px transparent solid;
	cursor: pointer;
}

.nav ul li a:hover, .nav ul li.active a {
	color: #57b197;
	border-color: #57b197;
}

.nav ul li:last-child {
	margin-right: 0px;
}

.nav ul li.nav-btn a {
	background: #57b197;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 13px 42px;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	transition: 0.5s all;
	border-bottom: none;
}

.nav ul li.nav-btn a:hover {
	background-color: #221f20;
}

/**Dropdown Menu start**/
.nav ul li ul {
	position: absolute;
	left: 0px;
	width: 240px;
	background-color: #fff;
	top: 130%;
	box-shadow: #ccc 0px 6px 6px;
	transition: 0.5s all;
	opacity: 0;
	pointer-events: none;
	z-index: 99;
	font-family: "Poppins", sans-serif;
}

.nav ul li.dropdown {
	position: relative;
}

.nav ul li ul li {
	width: 100%;
	border-top: #e9e9e9 1px solid;
	margin: 0px;
}

.nav ul li ul li a {
	padding: 7px 15px;
	display: inline-block;
	width: 100%;
	font-weight: 400;
	border: none;
}

.nav ul li ul li:first-child {
	border-top: none;
}

.nav ul li:hover ul {
	opacity: 1;
	pointer-events: auto;
	top: 100%;
}

/**Dropdown Menu end**/

/*Mega Menu*/
.megamenu-menu {
	position: absolute;
	left: 0px;
	top: 131px !important;
	background-color: #fff;
	width: 100%;
	z-index: 99999;
	transition: 0.5s all;
	opacity: 0;
	pointer-events: none;
	 box-shadow: #ccc 0px 5px 10px;
}

.megamenu-list {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.megamenu-list .megamenu-side {
	width: 265px;
	padding-right: 15px;
}

.megamenu-list .megamenu-side ul {
	position: static;
	opacity: 1;
	pointer-events: auto;
	box-shadow: none;
}

.megamenu-contpart {
	width: calc(100% - 265px);
	background-color: #ededed;
}

.megamenu-cont-img {
	display: none;
}

.megamenu-cont-img.currentshow {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.cont-imgpart {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	background-color: #fff;
	max-width: 700px;
}

.cont-imgpart .nav-contpart {
	width: 60%;
	padding: 20px 30px;
}

.cont-imgpart .nav-contpart .nav-cont-title {
	color: #57b197;
	font-size: 24px;
	padding-bottom: 9px;
	display: inline-block;
	width: 100%;
}

.nav-imgpart {
	width: 40%;
}

.nav ul li:hover .megamenu-menu {
	opacity: 1;
	top: 72px;
	pointer-events: auto;
	z-index: 99999999 !important;
}

.cont-imgpart .nav-contpart p {
	margin-bottom: 20px;
}
body .cont-imgpart .nav-contpart {
	padding-bottom: 150px !important;
}
.nav ul li .cont-imgpart .nav-contpart .second-btn {
	color: #fff;
	padding: 16px 20px;
	border: none;
	min-width: 230px;
	text-align: center;
	letter-spacing: 1px;
}

.nav ul li .megamenu-side ul {
	margin-top: 20px;
}

.nav ul li .megamenu-side ul li {
	border: none;
}

.nav ul li .megamenu-side ul li a {
	font-weight: 700;
	font-size: 15px;
	color: #000;
	padding: 10px 10px 8px 10px;
	border-bottom: none
}

.nav ul li .megamenu-side ul li a:hover, .nav ul li .megamenu-side ul li a.current {
	background-color: #dfdfdf;
}


.megamenu-contpart + .mt-5.col-md-7.mb-3 {
    margin: -144px 0px 0px 0px !important;
}

.megamenu-contpart + .mt-5.col-md-7.mb-3 a {
    padding: 0px !important;
    border: none !important;
}

/**Banner Css end**/
.banner-scn {
	position: relative;
}

.banner-scn:before {
	position: absolute;
	content: '';
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.46262254901960786) 100%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.banner-scn .bannerslider .carousel-item {
	z-index: inherit;
	background-size: cover;
}

.bannerslider .carousel-item .bnr-inner {
	padding-bottom: 80px;
	min-height: 870px;
}

.bannerslider .carousel-item .bnr-inner h2 {
	color: #fff;
}

.bnr-inner .h4 {
	margin: 0px;
	color: #fff;
	margin-right: 12px;
	font-size: 30px;
	font-weight: 500;
}

/**Banner Css end**/

/**Afp Member Css Start**/


.be-part-list {
	max-width: 48%;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.be-part-list .be-part-item {
	background-color: #57b197;
	margin: 10px 0px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 0);
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	min-height: 132px;
	align-items: center;
	padding-right: 60px;
	font-size: 24px;
	font-weight: 500;
	width: 100%;
}

.be-part-scn {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-between;
	padding: 50px 0px;
}

.be-part-scn .be-part-content {
	padding-left: calc((100vw - 1420px) /2);
	width: 900px;
}

.be-part-list .be-part-item .cmn-btn {
	background-color: #c8f3e7;
	color: #000;
	min-width: 164px;
	text-align: center;
	margin-left: 25px;
}

.be-part-list .be-part-item .h5 {
	max-width: 380px;
	line-height: normal;
	margin-bottom: 0;
}

.be-part-list .be-part-item .cmn-btn:hover {
	background-color: #8e68a6;
	color: #fff;
}

.be-part-list .be-part-item:nth-child(2) {
	width: calc(100% - 64px);
}

.be-part-list .be-part-item:nth-child(3) {
	width: calc(100% - 130px);
}

.scn-shape-right {
	position: relative;
}

.scn-shape-right:before {
	content: '';
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 0);
	width: 50%;
	position: absolute;
	right: 0px;
	top: -1px;
	height: 80px;
}

.afp-membership-scn {
	min-height: 1020px;
	background-repeat: no-repeat;
	padding-bottom: 160px;
	background-size: cover;
	position: relative;
}

.afp-member-inner {
	background-color: #dbece7;
	max-width: 950px;
	padding: 70px 200px 80px 90px;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%, 0 0);
}

.sub-title {
	font-size: 20px;
	color: #57b197;
	font-weight: 500;
}

.afp-member-list {
	padding-top: 5		px;
	padding-bottom: 13px;
}

.afp-member-list li {
	color: #333333;
	font-size: 15px;
	display: inline-block;
	margin: 5px 0px;
	position: relative;
	padding-left: 15px;
}

.afp-member-list li a {
	color: #333333;
}

.afp-member-list li a strong {
	font-weight: 500;
}

.afp-member-list li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #57b197;
	border-radius: 5px;
	top: 8px;
	left: 0px;
}

/**Afp Member Css end**/

/**Team Css Satr**/
.team-list {
	width: 100%;
	padding: 140px 0px;
}

.team-inner {
	padding: 15px 0px;
	overflow: hidden;
	transition: 0.9s all !important;
}

.team-img-box {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	width: 260px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	height: 260px;
	background-color: #57b197;
	align-content: center;
	padding: 10px;
}

.team-name {
	width: 100%;
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding-top: 14px;
}

.team-icon {
	width: 160px;
	height: 160px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.team-icon img {
	width: auto;
	max-height: 100%;
	display: block;
}

/**Team Css end**/

/**Latest Css Start**/

.latest-scn {
	position: relative;
	background-color: #f2f2f2;
	padding: 120px 0px 120px 0px;
	width: 100%;
}

.latest-scn h3 {
	color: #4c5455;
	display: inline-block;
}

.latest-scn .short-desc {
	font-size: 20px;
	font-weight: 500;
	display: block;
	width: 100%;
}

.latest-list {
	padding-top: 60px;
}

.latest-item-inner {
	margin: 15px 0px;
}

.latest-list img {
	width: 100%;
}

/**Latest Css end**/

/**Our Css Start**/
.our-pre-logo-scn {
	width: 100%;
	padding: 160px 0px 100px 0px;
	position: relative;
}

.our-pre-logo-scn:before {
	background-color: #f2f2f2;
}
.dropdown-option:focus-visible {outline: 0px !important;}
.dropdown-option {
    width: 300px;
    height: 62px;
    font-size: 21px;
    color: #7c7979;
    border: 1px solid #7c7979;
    padding: 0 8px;
    border-radius: 3px;
}
.our-pre-logo-scn h3 {
	padding-bottom: 80px;
}

/**Our Css end**/

/**Sponsorship Css Start**/

.sponsorship-scn {
	background-color: #a6c8bb;
	width: 100%;
	padding: 170px 0px 0px 0px;
	position: relative;
}

.sponsorship-scn:before {
	background-color: #fff;
}

.sponsorship-right {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.sponsorship-group {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sponsorship-left {
	width: 50%;
	padding-left: calc((100vw - 1550px) /2);
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}

.sponsorship-cont {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 60px 150px 60px 60px;
	max-width: 640px;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%, 0 0);
}

.sponsorship-cont p {
	font-size: 20px;
	color: #3c4547;
	font-weight: 500;
	max-width: 330px;
}

.sponsorship-cont .cmn-btn {
	background-color: #3c4547;
	display: inline-block;
	margin-top: 20px;
}

.sponsorship-cont .cmn-btn:hover {
	background-color: #57b197;
}

/**Sponsorship Css end**/

/**Footer Css Start**/
.ftr-scn {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 125px 0;
    background-position: right;
}

.ftr-scn .ftr-text {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}

/**Footer Css end**/
@media(max-width:1640px) {
	.bannerslider .carousel-item .bnr-inner {
		min-height: 700px;
	}

	.container {
		max-width: 1250px;
	}

	h2, .h2 {
		font-size: 80px;
	}

	.bnr-inner .h4 {
		font-size: 20px;
	}

	.be-part-scn .be-part-content {
		padding-left: calc((100vw - 1150px) /2);
		width: 50%;
	}

	.be-part-list .be-part-item .h5 {
		font-size: 18px;
		max-width: 50%;
	}

	.afp-membership-scn {
		min-height: 850px;
	}

	.sponsorship-left {
		width: 50%;
		padding-left: calc((100vw - 1200px) /2);
	}

	.ftr-scn {
		min-height: 160px;
	}

}

@media(max-width:1400px) {
	.be-part-list .be-part-item .cmn-btn {
		min-width: 125px;
		margin-left: 10px;
	}

}
@media(max-width:991px) {
.accelerate-main.cmn-section.webinars-main {
    margin-top: 5rem;
}
	.user-director-main #filterOptions {
    grid-row-gap: 15px;
    margin: 100px 0;
}
	.user-director-main #filterOptions li a {
    padding: 5px 21px;
    font-size: 17px;
}
.user-director-main #ourHolder {
    DISPLAY: BLOCK;
}
.user-director-main .col-md-4.item {width: 100%;}
}

@media(max-width:1200px) {
		.user-director-main .search {
    width: 65%;}

	.hdr-inner .logo {
		max-width: 170px;
	}

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

	.nav ul li {
		margin: 0px 10px;
	}

	.nav ul li.nav-btn a {
		font-size: 13px;
		padding: 10px 25px;
	}

	.bannerslider .carousel-item .bnr-inner {
		min-height: 600px;
	}

	h2, .h2 {
		font-size: 60px;
	}

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

	h4, .h4 {
		font-size: 24px;
	}

	h5, .h5 {
		font-size: 20px;
	}

	.be-part-scn .be-part-content {
		padding-left: calc((100vw - 980px) /2);
		width: 50%;
	}

	.be-part-list .be-part-item:nth-child(2) {
		width: calc(100% - 44px);
	}

	.be-part-list .be-part-item:nth-child(3) {
		width: calc(100% - 88px);
	}

	.be-part-list .be-part-item {
		padding-right: 4%;
	}

	.scn-shape-right:before {
		height: 50px;
	}

	.be-part-list .be-part-item .cmn-btn {
		margin-left: 2%;
	}

	.be-part-list .be-part-item .h5 {
		font-size: 16px;
		max-width: 46%;
		line-height: 1.4;
	}

	.afp-membership-scn {
		min-height: inherit;
		padding: 100px 0px 60px 0px;
	}

	.afp-member-inner {
		background-color: #dbece7;
		max-width: 750px;
		padding: 40px 150px 40px 40px;
		clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%, 0 0);
	}

	.team-list {
		padding: 60px 0px;
	}

	.team-img-box {
		width: 180px;
		height: 180px;
	}

	.team-icon {
		width: 60px;
		height: 90px;
	}

	.team-name {
		font-size: 16px;
		padding-top: 5px;
	}

	.latest-scn {
		padding: 70px 0px;
	}

	.latest-scn .short-desc {
		font-size: 16px;
	}

	.latest-list {
		padding-top: 40px;
	}

	.sponsorship-left {
		padding-left: calc((100vw - 990px) /2);
	}

	.sponsorship-cont p {
		font-size: 16px;
	}

	.sponsorship-cont .cmn-btn {
		margin-top: 0px;
	}

	.ftr-scn .ftr-text {
		font-size: 16px;
	}

}
    .team-list.sponshoeship-main.cmn-section.webinars-sapce-out {
    padding-top: 118px;
    margin-top: 4rem;
}
@media(max-width:992px) {
	.mobile-toggle {
		width: 30px;
		height: 20px;
		display: flex;
		flex-flow: row wrap;
		align-content: space-between;
		margin-top: 4px;
	}

	.mobile-toggle i {
		width: 100%;
		height: 2px;
		background-color: #57b197;
		display: inline-block;
		vertical-align: middle;
		transition: 0.5s all;
	}

	.mobile-toggle.toggle-open i:nth-child(2) {
		opacity: 0;
	}

	.mobile-toggle.toggle-open i:nth-child(1) {
		transform: rotate(45deg);
		position: relative;
		top: 8px;
	}

	.mobile-toggle.toggle-open i:nth-child(3) {
		transform: rotate(-45deg);
		top: -10px;
		position: relative;
	}

	.nav {
		position: absolute;
		top: 116%;
		left: 0px;
		width: 100%;
		background-color: #ededed;
		z-index: 99;
		transition: 0.5s all;
		pointer-events: none;
		opacity: 0;
	}

	.nav ul li {
		width: 100%;
		padding: 0px;
		margin: 0px;
		border-top: #ccc 1px solid;
	}

	.nav ul li a {
		padding: 8px 15px;
		width: 100%;
		border-bottom: none;
	}

	.menu-show {
		pointer-events: auto;
		opacity: 1;
		top: 99%;
	}

	.nav ul li ul {
		opacity: 1;
		position: static;
		width: 100%;
		pointer-events: auto;
		box-shadow: none;
		display: none;
	}

	.nav ul li ul li {
		border-bottom: none;
	}

	.nav ul li.nav-btn a {
		font-size: 13px;
		padding: 10px 15px;
	}


	.nav ul li .megamenu-menu {
		opacity: 1;
		position: static;
		pointer-events: auto;
		display: none;
	}

	.nav ul li.mega-menu {
		position: relative;
	}

	.nav ul li.mega-menu>a, .nav ul li.dropdown>a {
		width: calc(100% - 40px);
	}

	.nav ul>li.mega-menu:after, .nav ul>li.dropdown:after {
		content: '';
		position: absolute;
		right: 12px;
		top: 10px;
		width: 10px;
		height: 10px;
		border-left: #000 2px solid;
		border-bottom: #000 2px solid;
		transform: rotate(-45deg);
		transition: 0.5s all;
	}

	.nav ul>li.openmenu:after {
		transform: rotate(-225deg);
		top: 14px;
	}

	.nav ul>li.openmenu .megamenu-menu, .nav ul>li.openmenu>ul {
		display: block;
	}

	.cont-imgpart .nav-contpart {
		width: 100%;
		padding: 20px 0px;
	}

	.megamenu-list .megamenu-side {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 150px;
	}

	.megamenu-contpart {
		border-top: 1px #ccc solid;
		width: 100%;
		padding: 0px 15px;
		background-color: #fff;
	}

	.nav ul li .megamenu-side ul {
		margin-top: 0px;
		display: block;
	}

	.nav-imgpart {
		width: 100%;
		margin-bottom: 30px;
	}

	.nav ul li .megamenu-menu .container {
		padding: 0px;
	}

	.nav-imgpart img {
		width: 100%;
	}

	.nav ul li .megamenu-side ul li a:after {
		content: '';
		position: absolute;
		right: 12px;
		top: 10px;
		width: 8px;
		height: 8px;
		border-left: #000 2px solid;
		border-bottom: #000 2px solid;
		transform: rotate(-45deg);
		transition: 0.5s all;
	}

	.nav ul li .megamenu-side ul li a.current:after {
		top: 14px;
		transform: rotate(-225deg);
	}

	.nav ul li .megamenu-side ul li a {
		padding: 8px 24px 6px 18px;
		position: relative;
		font-size: 12px;
	}

	h2, .h2 {
		font-size: 45px;
		margin-bottom: 0px;
	}

	.bnr-inner .h4 {
		font-size: 15px;
	}

	.cmn-btn {
		font-size: 12px;
		padding: 10px 25px;
	}

	.bannerslider .carousel-item .bnr-inner {
		min-height: 340px;
		padding-bottom: 30px;
	}

	.be-part-scn .be-part-content {
		padding-left: calc((100vw - 730px) /2);
		width: 50%;
	}

	.sponsorship-left {
		padding-left: calc((100vw - 740px) /2);
	}

	.be-part-list {
		max-width: 50%;
	}

	.be-part-list .be-part-item .cmn-btn {
		min-width: 84px;
		padding: 8px 15px;
	}

	.be-part-list .be-part-item .h5 {
		font-size: 12px;
	}

	.be-part-list .be-part-item {
		min-height: 50px;
		margin: 5px 0px;
	}

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

	.sub-title {
		font-size: 16px;
	}

	.afp-member-inner {
		max-width: 600px;
		padding: 40px 100px 30px 30px;
	}

	.our-pre-logo-scn {
		padding: 100px 0px;
	}

	.sponsorship-cont {
		max-width: 500px;
		padding: 40px 80px 40px 40px;
	}

	.sponsorship-scn {
		padding: 100px 0px 0px 0px;
	}

	.ftr-scn {
		min-height: inherit;
		padding: 40px 0px;
	}

}

@media(max-width:767px) {
	.cont-imgpart {display: none;}

.megamenu-list .megamenu-side {
    width: 100% !important;
    padding-right: 0px !important;
}
.header-scn .megamenu-menu {
    pointer-events: inherit !important;
    visibility: visible;

}
.nav ul li .megamenu-side ul li { border-bottom: #e1e1e1 1px solid;}
	.comparison td {
    font-size: 13px !important;}
	.need-developer-main {
    padding: 60px 0;
}
.megamenu-contpart + .mt-5.col-md-7.mb-3 {
    margin: 0px 0px 0px 0px !important;
}
.megamenu-list .megamenu-side {padding-bottom: 0px}
	.scn-shape-right:before {
		height: 35px;
	}

	h2, .h2 {
		font-size: 33px;
	}

	.bnr-inner .h4 {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.be-part-scn .be-part-content {
		padding-left: calc((100vw - 0px) /2);
		width: 100%;
		padding-left: 15px;
	}

	.be-part-list {
		max-width: 100%;
		padding: 30px 15px 0px;
	}

	.afp-membership-scn {
		padding: 70px 0px 35px 0px;
	}

	.latest-scn {
		padding: 50px 0px;
	}

	.latest-scn .short-desc {
		font-size: 13px;
	}

	.sub-title {
		font-size: 13px;
	}

	.afp-member-inner {
		max-width: 360px;
		padding: 30px 40px 30px 20px;
	}

	.afp-member-list li {
		font-size: 13px;
	}

	.sponsorship-left {
		padding-left: calc((100vw - 393px) /2);
	}

	.be-part-list .be-part-item {
		font-size: 13px;
		min-height: 0px;
	}

	.be-part-list .be-part-item .h5 {
		max-width: 52%;
		margin: 10px 0px;
	}

	.sponsorship-left {
		padding-left: calc((100vw - 355px) /2);
	}

	.sub-title {
		font-size: 13px;
	}

	.afp-member-inner {
		max-width: 360px;
		padding: 30px 40px 30px 20px;
		clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%, 0 0);
	}

	.afp-member-list li {
		font-size: 13px;
	}

	.team-list {
		padding: 40px 0px;
	}

	.team-name {
		font-size: 13px;
	}

	.latest-list {
		padding-top: 10px;
	}

	.our-pre-logo-scn h3 {
		padding-bottom: 30px;
	}

	.latest-item-inner {
		margin: 10px 0px;
	}

	.our-pre-logo-scn img {
		max-width: 180px;
		margin-bottom: 30px;
	}

	.our-pre-logo-scn {
		padding: 72px 0px  10px 0px;
	}

	h3, .h3 {
		font-size: 22px;
	}

	p {
		font-size: 13px;
	}

	.sponsorship-cont p {
		font-size: 13px;
		max-width: 100%;
	}

	.sponsorship-cont h3 {
		font-size: 18px;
	}

	.sponsorship-cont {
		max-width: 300px;
		padding: 10px 32px 10px 10px;
		clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%, 0 0);
		margin-bottom: 20px;
	}

	.sponsorship-cont p {
		margin-bottom: 10px;
	}

	.sponsorship-cont .cmn-btn {
		padding: 8px 22px;
		font-size: 10px;
	}

	.sponsorship-scn {
		padding: 60px 0px 0px 0px;
	}

	.ftr-scn .ftr-text {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

	.ftr-scn {
    padding: 40px 0px;
    margin-top: 30px;
}
	.our-pre-logo-scn img {
		max-width: 150px;
		margin-bottom: 30px;
		width: 100%;
	}


	.our-pre-logo-scn h3 {
		padding-bottom: 10px;
	}

	.sponsorship-right {
		margin-top: 38px;
	}

	.be-part-list .be-part-item:nth-child(2) {
		width: calc(100% - 30px);
	}

	.be-part-list .be-part-item:nth-child(3) {
		width: calc(100% - 58px);
	}

	.bannerslider .carousel-item .bnr-inner h2 {
		font-size: 28px;
	}

	.team-img-box {
		width: 150px;
		height: 150px;
	}

}


/* fleet-directory css-start */
.banner-main .banner-contants-main h1 {
    position: relative;
    font-family: sans-serif;
    display: flex;
    font-size: 70px;
    padding-left: 16rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0px;
    overflow: hidden;
    background: linear-gradient(90deg, #fff, #fff, #fff);
    align-items: center;
    height: 270px;
    justify-content: center;
    animation: animate 9s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(16 10 10 / 0%);
}
.banner-main {
    background-color: #11B496;
    width: 100%;
    position: relative;
    height: 270px;
}
.banner-contants-main:before {
    background-image: url(../images/mobile-hand-img.png);
    position: absolute;
    content: "";
    left: 0px;
    z-index: 0;
    background-size: 305px;
    bottom: 0px;
    background-repeat: no-repeat;
    width: 500px;
    height: 250px;
}

.user-director-main {
    padding: 70px 0;
    width: 100%;
    display: inline-block;
}
.user-director-main .search {
    width: 38%;
    overflow-x: hidden;
    display: flex;
    border-radius: 3px;
    font-size: 18px;
    background-color: #f4f3ef;
    justify-content: space-between;
    position: relative;
}
.user-director-main .search:hover .button-src button {
    background-color: #000;
    color: #fc5252;
    transition: 0.8s;
}
.user-director-main .search input {
    width: 90%;
    height: 62px;
    background-color: #f4f3ef;
    border: none;
    padding: 8px 25px;
    outline: none;
    font-size: 21px;
    font-weight: 400;
}
.user-director-main .button-src{
        display: inline-block;
    }
    .user-director-main .button-src button {
    border-radius: 0;
    border: none;
    padding: 12px 15px;
    background-color: #57b197;
    color: #ffffff;
    font-size: 25px;
}
   
.user-director-main nav {
    margin: 20px auto;
}
.user-director-main nav a {
    display: inline-block;
    width: auto;
    height: auto;
    float: left;
    padding: 0 27px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
}
.user-director-main .tabContainer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 828px 0;
    position: relative;
    top: 65px;
}
.product-revire-img {
    width: 100%;
    background-color: #f4f3ef;
/*    padding: 125px 0;
    height: 330px;*/
    border-top-left-radius: 3px;
    display: flex;
    border-top-right-radius: 3px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.review-btn {
    background-color: #11B496;
    padding: 7px 30px;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    display: inherit;
    top: 20px;
    text-decoration: none;
    position: absolute;
    transition: 0.8s;
}
a.review-btn:hover {
    background-color: #221f20;
    transition: 0.8s;
}
.user-director-main nav.tabs-main-tags {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.user-director-main .Tabcondent{
  position:absolute;
  background-color:#dc5f48;
  color:#fff;
  text-align:center;
  opacity:0;
  border-radius:32px;left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: -1;
  transition:all ease-in-out 0.3s;
   }
   .product-revire-img img {
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.product-1 {
    width: 100%;
    display: inline-block;
    background-color: white;
    margin-bottom: 22px;
}
.outline-main {
    border-left: 2px solid #F4F4F4;
    border-right: 2px solid #F4F4F4;
    border-bottom: 2px solid #F4F4F4;
}
.user-director-main a.active {
    border-bottom: 5px solid #57b197;
    font-weight: 700;
    padding: 0 10px;
}
.tabs-main {
    margin-top: 80px;
    width: 100%;
    display: inline-block;
}
.user-director-main .Tabcondent.active{
  width:100%;
  height:100%; 
  opacity:1;
  border-radius:0px;
  transition:all ease-in-out 0.6s;
  margin:0 auto;
}

.review-product-star ul {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    top: 18rem;
    margin-left: 20px;
}
.review-product-star ul li a i {
    color: #ffda73 !important;
    font-size: 26px;
}
.review-product-star li a span {
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 10px;
    font-weight: 500;
}
.company-view {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 25px 30px;
}
.company-tag li a h5 {
    font-size: 28px;
    color: #4A4A4A;
    font-weight: 500;
    margin: 0;
    width: 0;
    padding-bottom: 10px;
}
.company-tag li a span {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
}
.like-company a i {
    color: #4A4A4A;
    font-size: 32px;
    font-weight: bold;
}
.contact-main li a i {
    background-color: #4A4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    border-radius: 50px;
    font-size: 19px;
    transition: 0.8s;
}
.contact-main ul li:hover a i {
    color: #fc5252;
    background-color: #000;
    transition: 0.8s;
}
.contact-main ul li a {
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.contact-main ul {
    grid-row-gap: 15px;
    display: grid;
    padding: 0 30px;
}
.contact-main ul li a span {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
}
.product-share ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    border-top: 2px solid #F4F4F4;
    margin-top: 30px;
}
.product-share li a strong {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 600;
}
.product-share li a i {
    color: #11B496;
    font-size: 28px;
}

.tabs {
    width: 100%;
    margin-top: 8rem;
    text-align: center;
}

.user-director-main .tabs input[type="radio"]{
position:absolute;
left:-9999px;
}

.user-director-main .tabs label {
    padding: 5px 30px;
    margin: 1px 0px 8px 1px;
    color: #4A4A4A;
    background: hsl(0, 100%, 100%);
    font-size: 18px;
    line-height: 1.666666667;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.user-director-main input:checked + label {
    border-bottom: 5px solid #11B496;
    position: relative;
    padding: 0 31px;
}
.user-director-main input:checked + label:before{display: none;}
	.user-director-main .tabs label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #11B496;
    bottom: 0;
    visibility: hidden;
    transition: 0.9s;
    opacity: 0;
    left: -100%;
}
.banner-contants-main {
    width: 100%;
    position: relative;
}
.user-director-main .tabs label:hover:before {
    opacity: 1;
    visibility: inherit;
    left: 0;
    transition: 0.9s;
}

.tabs .tab-contents {
    clear: both;
    overflow: hidden;
    margin-top: 100px;
}

.user-director-main .tabs .tab-contents>div{
height:0;
max-height:0;
opacity:0;/
}

#radio-tab-1:checked ~ .tab-contents>.tab-1,
#radio-tab-2:checked ~ .tab-contents>.tab-2,
#radio-tab-3:checked ~ .tab-contents>.tab-3,
#radio-tab-4:checked ~ .tab-contents>.tab-4,
#radio-tab-5:checked ~ .tab-contents>.tab-5,
#radio-tab-6:checked ~ .tab-contents>.tab-6,
#radio-tab-7:checked ~ .tab-contents>.tab-7,
#radio-tab-8:checked ~ .tab-contents>.tab-8,
#radio-tab-9:checked ~ .tab-contents>.tab-9,
#radio-tab-10:checked ~ .tab-contents>.tab-10,
#radio-tab-11:checked ~ .tab-contents>.tab-11{
height:auto;
max-height:100%;
margin: 0px 15px 0 0px;
opacity:1;
-webkit-transition:max-height 2s ease-out;
transition:max-height 2s ease-out;
}
.user-director-main .top-product-review {
    position: relative;
    width: 100%;
}

.user-director-main a.over-color i {
    color: #fc5252;
}




@media only screen and (min-width: 2000px) and (max-width: 4000px){
.need-developer-main #product_reviews label {
    padding-right: 0 !important;
    font-size: 11px !important;
}
}
@media(max-width:1480px) {
	#radio-tab-1:checked ~ .tab-contents>.tab-1 {
    margin: 0px 0px 0 0px;}
	.product-share li a strong {
    font-size: 20px;}
	.contact-main li a i {
    width: 42px;
    height: 42px;
    font-size: 20px;}
	.contact-main ul li a span {
    font-size: 16px;}
	.tabs .tab-contents {
    margin-top: 70px;
}
	.user-director-main .tabs label {
    padding: 5px 22px;
    margin: 1px 0px 8px 15px;}
.banner-main .banner-contants-main h1 {
    font-size: 55px;
}
.banner-main:before {
    left: 70px;}
}
@media(max-width:1200px) {
	.user-director-main #filterOptions li a {
    padding: 5px 20px;}
 .user-director-main #filterOptions {
    grid-row-gap: 14px;
    margin: 100px 0;
}
.banner-main:before {
    left: 0;
    background-size: 355px;
    top: 20px;
}
}
@media(max-width:991px) {
	.need-developer-main {
    padding: 80px 0 !important;
}
	.col-md-6 {
    width: 100% !important;
}
		.developer-left-items {
    width: 100%;
    display: inline-block;
}

.banner-contants-main:before {
    background-size: 300px;
    bottom: 0px;
    width: 500px;
    height: 240px;
}
	.banner-main .banner-contants-main h1 {
    font-size: 45px;
}

}
@media(max-width:575px) {
.team-list.sponshoeship-main.cmn-section.webinars-sapce-out {
   margin-top: 0rem;
}
.user-director-main .button-src button {
    padding: 6px 8px !important;
    font-size: 17px !important;
}
.user-director-main .search {
    width: 90% !important;
    height: 38px !important;
}
	.developer-right-items {
    margin-top: 50px !important;
}
	.need-developer-main .contact-main h4 {
    font-size: 25px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.need-developer-main .review-rating {
    margin-top: -8px !important;
}
	.need-developer-main .developer-left-items h5 {
    font-size: 22px !important;}
	.need-developer-main .developer-left-items p {
    padding: 16px 0px 30px 0 !important;
}
	.need-developer-main .tags-icn a i {
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
    padding-top: 2px !important;
}
	.need-developer-main .developer-left-items h4 {
    font-size: 22px !important;}
	.need-developer-main .jobs-tag a {
    padding: 5px 10px !important;
    font-size: 14px !important;
}
	.need-developer-main .jobs-amount-tag span {
    padding: 5px 22px !important;
    font-size: 15px !important;}
.need-developer-main .developre-jobs-main ul {
    display: grid !important;
    grid-row-gap: 20px !important;
}
	.need-developer-main .like-company.developer a i {
    font-size: 22px !important;}
	.need-developer-main .company-view.developer h3 {
    font-size: 28px !important;
}
		.need-developer-main {
    padding: 60px 0 !important;
}
	.banner-main .banner-contants-main h1 {
    font-size: 35px !important;}
.banner-contants-main:before {
    background-size: 180px !important;
    width: 250px !important;
    height: 146px !important;
    right: 0 !important;
    top: 124px !important;
    left: 15% !important;
}

	.user-director-main input:checked + label {
    background-color: #11B496;
    color: #fff;
    border-color: #11B496;
}
	.product-revire-img img {
    width: 251px;
}
	.review-btn {
    top: 30px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
	.contact-main ul {
    grid-row-gap: 10px;
    padding: 0 10px;
}
	.contact-main ul li a span {
    font-size: 13px;
}
	.product-items-main {
    margin-top: 2rem;
}
	input:checked + label {
    border-bottom: 1px solid;
    background-color: #11B496;
    color: #fff;
}
	.tabs label {
    padding: 2px 0px;
    font-size: 14px;
    border: 1px solid;
}
	.tabs {
    margin-top: 2rem;
     text-align: center;
    display: inline-grid;
    }
.user-director-main .search input {
    height: 39px !important;
    font-size: 15px !important;
}
		.user-director-main .button-src button {
    padding: 10px 15px;
    font-size: 20px;
}
.user-director-main {
    padding: 40px 0 0 0;
}
.banner-main:before {
    right: 0px;
    width: 0;
    height: 206px;
    left: 0;
    width: 222px;
    margin: 0 0 0 auto;
    top: 144px;
    background-size: 222px;
}
.banner-main {
    z-index: 1;
}
	#radio-tab-1:checked ~ .tab-contents>.tab-1{
    margin: 0px 0px 0 0px;}
    .tabs .tab-contents {
    margin-top: 0px;
}
	.user-director-main .tabs label {
    padding: 10px 10px;
    margin: 1px 0px 15px 1px;
    font-size: 18px;
    line-height: 25px;
}
.like-company a i {
    font-size: 28px;}
    	.product-share ul {
    padding: 10px 10px;
}
.product-share li a strong {
    font-size: 16px;
}
.product-share li a i {
    font-size: 24px;
}
.review-product-star ul li a i {
    font-size: 20px;
}
	.review-product-star ul {
    top: 17rem;
    margin-left: 0;
    right: 0;
    left: 0;
    justify-content: center;
}
	.product-revire-img {
    padding: auto;}
    	.company-tag li a h5 {
    font-size: 25px;
    padding-bottom: 2px;
}
	.contact-main li a i {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
.product-1 {
    margin-bottom: 0;
}
}


@media(max-width:767px) {
		.need-developer-main .jobs-tag a {
    padding: 5px 10px !important;
    font-size: 14px !important;
}
	.user-director-main #filterOptions li a:before {display: none;}
	ul#filterOptions li {
    width: 100%;
}
	.user-director-main .active a {
    border-bottom: 3px solid #11B496 !important;}
.user-director-main #filterOptions li a {
    line-height: 21px !IMPORTANT;
    padding: 2px 0px !important;
    font-size: 14px !important;
}
	#filterOptions li {
    text-align: center;
}
 .user-director-main #filterOptions {
    margin: 50px 0 !important;
     grid-row-gap: 5px;
     display: block;
}

	.need-developer-main {
    padding: 80px 0 !important;
}
.banner-contants-main:before {
    background-size: 240px;
    width: 250px;
    height: 194px;
    right: 0;
    top: 76px;
}
	.contact-main li a i {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
	.company-tag li a h5 {
    font-size: 25px;
    padding-bottom: 2px;
}
.review-btn {
    top: 30px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 170px;
}
.product-revire-img {
    padding: auto;}
	.review-product-star ul {
    top: 17rem;
    margin-left: 0;
    right: 0;
    left: 0;
    justify-content: center;
}
	.product-share li a i {
    font-size: 24px;
}
.review-product-star ul li a i {
    font-size: 20px;
}
	.product-share li a strong {
    font-size: 16px;}
	.product-share ul {
    padding: 10px 10px;
}
	.like-company a i {
    font-size: 28px;}
	.user-director-main .tabs label {
    padding: 10px 10px;
    margin: 1px 0px 15px 1px;
    font-size: 18px;
    line-height: 25px;
}
		.user-director-main input:checked + label {
    background-color: #11B496;
    color: #fff;
    border-color: #11B496;
}
	#radio-tab-1:checked ~ .tab-contents>.tab-1,{
    margin: 0px 0px 0 0px;}
		.contact-main ul {
    grid-row-gap: 10px;
    padding: 0 10px;
}
	.contact-main ul li a span {
    font-size: 13px;
}
	.product-items-main {
    margin-top: 2rem;
}
	input:checked + label {
    border-bottom: 1px solid;
    background-color: #11B496;
    color: #fff;
}
		.tabs label {
    padding: 2px 0px;
    font-size: 14px;
    border: 1px solid;
}
.tabs .tab-contents {
    margin-top: 0px;
}
	.tabs {
    margin-top: 2rem;
    display: inline-grid;
    text-align: center;
    }
	.user-director-main .search input {
    width: 100%;
    height: 51px;;
    padding: 8px 10px;
    font-size: 16px;
}
	.user-director-main .button-src button {
    padding: 10px 15px;
    font-size: 20px;
}
	.user-director-main .search {
    width: 65%;
}
.user-director-main {
    padding: 40px 0 0 0px;
}
	.banner-main .banner-contants-main h1 {
    font-size: 42px;
    padding-left: 0rem;
    text-align: center;
    height: 170px;
}

.banner-main {
    z-index: 1;
}
.product-revire-img img {
    width: 251px;
}
.product-1 {
    margin-bottom: 25px;
}
}


/* fleet-directory css-end */



/* need-developer css-start */
.need-developer-main {
    width: 100%;
    display: inline-block;
    background-color: #f9f9f9;
    padding: 120px 0;
}
.need-developer-main .company-view.developer h3 {
    color: #000000;
    font-weight: 600;
    font-size: 42px;
}
.need-developer-main .company-view.developer {
    padding: 0;
}
.need-developer-main .jobs-tag a {
    overflow: hidden;
    padding: 8px 20px;
    font-size: 16px;
    position: relative;
    color: #fff;
    border-radius: 27px;
    background-color: #1e83ec;
    transition: 0.7s;
}
.need-developer-main .jobs-tag a:hover {
    background-color: #11B496;
    color: black;
    border-radius: 0;
    transition: 0.9s;
}
.need-developer-main .jobs-amount-tag span:hover {
    background-color: #11B496;
    color: black;
    border-radius: 0;
    transition: 0.9s;
}
.need-developer-main .jobs-amount-tag span {
	 transition: 0.7s;
    line-height: 25px;
   padding: 8px 22px;
    font-size: 16px;
    border-radius: 27px;
    background-color: #2b93ff;
    color: #fff;
}
.need-developer-main .tags-icn a i:hover {
    background-color: #fc5252;
    transition: 0.7s;
}
.need-developer-main .tags-icn a i {
	transition: 0.7s;
    background-color: #333333;
    display: flex;
    align-items: center;
    width: 38px;
    height: 38px;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    padding-top: 3px;
}
.need-developer-main .tags-icn a span {
    color: #000000;
    position: relative;
    font-size: 17px;
}
.need-developer-main .developre-jobs-main ul {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding: 15px 0 45px 0;
}
.need-developer-main .tags-icn a {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.need-developer-main .developer-left-items h4 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
}
.need-developer-main .developer-left-items p {
    color: #000000;
    line-height: 32px;
    margin: 0;
    padding: 5px 100px 10px 0;
}
.need-developer-main #product_reviews p {
    margin-bottom: 0px;
}
.need-developer-main #wp-comment-cookies-consent {
    width: 17px;
    height: 17px;
}
.need-developer-main .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.need-developer-main .ic_rev .reviewer-name span {
    line-height: 40px;
}
#product_reviews label {
    min-width: 684px !important;
}
.need-developer-main #product_reviews textarea {
    max-width: 574px;
    box-sizing: border-box;
    height: 186px;
}
.need-developer-main #product_reviews #respond input[type=text] {
    max-width: 575px;
}
.need-developer-main #product_reviews #respond input[type=email], #product_reviews #respond input[type=text] {
    max-width: 580px;
    display: block;
}
.need-developer-main #reply-title {
    font-size: 30px;
    padding-top: 1rem;
}
.need-developer-main .review-totals {
    margin-bottom: 45px;
}
.need-developer-main #product_reviews label {
    min-width: 23px;
    padding-right: 15px;
}
.need-developer-main .developer-left-items h5 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-top: 4rem;
}
.need-developer-main #submit:hover {background-color: #000;transition: 0.5s;}
.need-developer-main #submit {
    margin-top: 20px;
    border: 2px solid;
    color: #000;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    border-color: #fff;
    padding: 4px 15px;
    background-color: #57b197;
    transition: 0.7s;
}
.need-developer-main iframe {
    width: 100%;
    height: 400px;
}
.need-developer-main .like-company.developer a i {
    font-size: 26px;
    text-align: right;
    color: #262626;
}

.need-developer-main .like-company.developer {
    column-gap: 15px;
    display: flex;
    align-items: center;
}
.need-developer-main .over-color.like i {
    color: #262626;
    font-size: 33px !important;
}
.need-developer-main .contact-main {
    border: 2px solid #eee;
    padding: 30px;
}
.need-developer-main .contact-main h4 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.need-developer-main .contact-main.developer-contact ul {
    padding: 0;
}
/* need-developer css-end */



.user-director-main #filterOptions li a {
    padding: 5px 30px;
    margin: 1px 0px 8px 1px;
    color: #4A4A4A;
    background: hsl(0, 100%, 100%);
    font-size: 18px;
    line-height: 1.666666667;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.user-director-main #filterOptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 21px;
    margin: 130px 0;
}
.user-director-main .active a {
    border-bottom: 5px solid #11B496;
    position: relative;
    padding: 0 31px;
}
.user-director-main .active a:before {display: none;}

.user-director-main #filterOptions li a:before {content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #11B496;
    bottom: -5px;
    visibility: hidden;
    transition: 0.9s;
    opacity: 0;
    left: -100%;}
.user-director-main #filterOptions li a:hover:before {
    opacity: 1;
    visibility: inherit;
    left: 0;
    transition: 0.9s;
}
.review-rating>span {
    font-size: 23px !important;
}


.juicer-feed .referral { display: none !important; }
.juicer-feed.modern li.feed-item {
    padding: 0;
    min-height: 480px !important;
}

.company-tag li a strong {
    font-size: 28px;
    color: #4A4A4A;
    font-weight: 500;
    margin: 0;
    line-height: 35px;
}

.user-director-main .contact-main ul li a {
    word-break: break-word;
}

.user-director-main .outline-main {border: 0px;}
.user-director-main .product-1 {
    border-left: 2px solid #F4F4F4;
    border-right: 2px solid #F4F4F4;
    border-bottom: 2px solid #F4F4F4;
    height: 100%;
}
.user-director-main .company-tag li a {
    word-break: break-word;
}

.need-developer-main .developer-left-items img {
    width: 100%;
    padding-top: 55px;
    padding-right: 100px;
}

.need-developer-main  .developer-right-items {
    margin-bottom: 2rem;
}

.need-developer-main .developre-jobs-main ul {
    flex-wrap: wrap;
    grid-row-gap: 32px;
    justify-content: left;
}

/* about-us css-start */
.spon-apportun-contant:hover {background-color: #3c4547;transition: 0.8s all;}
.banner-main .about-main-heading {
    justify-content: left;
    display: flex;
    position: relative;
    z-index: 9999;
}
.banner-main .banner-contants-main.about-main-heading h1 {
    padding-left: 8rem;
    font-size: 70px;
    background: linear-gradient(90deg, #0eb495, #0eb495, #0eb495);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(16 10 10 / 0%);
    height: 270px;
}
.banner-main .banner-contants-main.about-main-heading:before {display: none;}
    
.banner-main.about-us {
    background-color: transparent;
    height: auto;
    position: relative;
    height: 270px;
}
.banner-main.about-us img {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*.banner-main.about-us:after {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(../images/about-banner-shafh.png);
    left: 0;
    width: 38%;
    height: 270px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%, 0 0);
    z-index: 1;
    background-repeat: no-repeat;
}

.banner-main .about-main-heading:after {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(../images/about-banner-shafh.png);
    left: 0;
    width: 35%;
    height: 270px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%, 0 0);
    z-index: 1;
    background-repeat: no-repeat;
}*/
.cmn-section {
    padding: 55px 0;
}
.join-us-main {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.p-bg-diffrent {
    font-size: 20px;
    color: #57b197;
    font-weight: 500;
    transition: 0.5s;
}

.join-us-main .join-us-main-heading h3 {
    margin-bottom: 55px;
}

.join-us-main .join-working-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}
.work-view {width: 100%;display: inline-block;transition: 0.5s;}
.join-us-main .work-view a img:hover {
	filter: inherit;
	transition: 0.5s;
}
.join-us-main .work-view a img {
	filter: grayscale(1);
    width: auto;
    text-align: center;
    margin: 0 auto;
}
/* kyefram rotate animation start css */
/*animation: rotation 13s infinite linear;
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}*/
/* kyefram rotate animation start css */
.afp-board-main {
    background-color: #dceee9;
    width: 100%;
    padding: 180px 0;
    position: relative;
}
.afp-board-main:before {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 0);
    width: 50%;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 80px;
}
.afp-board-main:after {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 97% 0, 100% 105%, 0% 100%, 0 0);
    width: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
}
.my-board-review {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.afp-board-main-heading h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}
.afp-user-view a img {
    width: 100%;
    height: auto;
    border-radius: 200px;
    transition: 0.4s;
    transition: 0.8s;
}
.afp-users-board {
    width: 100%;
    display: inline-block;
    text-align: center;
    transition: 0.7s;
}
.afp-users-board .user-review-contants h6 {
    margin: 0;
    color: #57b197;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 5px;
}
.afp-users-board .user-review-contants span {
    font-weight: 500;
    color: #221f20;
    font-size: 18px;
    display: block;
}
.more-user-btn:hover {
    background-color: #57b197;
    transition: 0.5s;
}
.more-user-btn {
	transition: 0.5s;
    padding: 5px 16px;
    background-color: #8e68a6;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    margin-top: 12px;
}
.afp-user-view {
    width: 100%;
    display: inline-block;
}
.afp-users-board .user-review-contants {
    padding: 18px 0;
    width: 100%;
    display: inline-block;
}
.afp-users-board:hover .afp-user-view a img {
    transform: rotateY(181deg);
    transition: 0.8s;
    filter: sepia(1);
    transition-delay: 0.4s;
}

.client-testimonial-main {
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 110px 0;
}
.client-testimonial-main .item.client-reviews-testimonial h6 {
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    color: #221f20;
    font-size: 20px;
    text-transform: uppercase;
}
.client-testimonial-main .item.client-reviews-testimonial span {
    font-weight: 500;
    color: #221f20;
    font-size: 16px;
}
.client-testimonial-main .item.client-reviews-testimonial h3 {
    margin-bottom: 30px;
}
.client-testimonial-main .item.client-reviews-testimonial {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 180px;
}
.item.client-reviews-testimonial a img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.sponshoeship-main {
    background-color: #f2f2f2;
    width: 100%;
    padding: 200px 0 150px 0;
    position: relative;
}
.sponshoeship-main:before {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 0 0);
    width: 50%;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 65px;
}
.sponshoeship-main .spon-welcome {
    width: 100%;
    position: relative;
    transition: 0.5s;
}
.sponshoeship-main .spon-welcome:before {
    background-color: #57b19740;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.5s;
}
.sponshoeship-main .spon-contants-show {
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    text-align: center;
    background-color: #57b197;
    margin: auto;
    padding: 50px 10px;
    transition: 0.7s;
    z-index: 9999;
}
.team-inner:hover .team-name  {opacity: inherit; margin-top: 0; visibility: inherit;transition: 0.7s;z-index: 9999;letter-spacing: 0.3px;}
.team-inner:hover .team-img-box {background-color: #221f20; transition: 0.7s;}
.team-inner:hover img {
    transform: scale(1.1);
    transition: 0.9s;
}
.team-inner:hover {padding: 0;transition: 0.9s;	}
.spon-review-one:hover .spon-contants-show img {
	transform: inherit;
}
.spon-contants-show img {
    margin: 0 auto;
}
.spon-welcome img {
transition: 0.9s;
}

.spon-review-one {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.spon-contants-show h6 {
    color: #fff;
    text-transform: uppercase; 
    padding-top: 35px;
    font-size: 16px;
}
.team-name {/* visibility: hidden;margin-top: 50px;*/
    transition: 0.7s;
   /* opacity: 0;*/ }
.spon-contants-show img {
    min-height: 92px;
}
.spon-welcome:hover:before {
    display: block;
    transition: 0.6s;
}

.spon-apportun-contant {
    width: 100%;
    display: inline-block;
}
.spon-apportun-main {
    background-color: #afd2c7;
    padding: 35px;
    width: 100%;
    margin-top: 23px;
    position: relative;
}
.spon-apportun-contant:hover p {color: #fff !important;transition: 0.8s all;}
.spon-apportun-contant .spon-btn-add.cmn-btn {
   border: 1px solid transparent;
}
.spon-apportun-contant:hover .spon-btn-add.cmn-btn {
	background-color: transparent;
	transition: 0.8s all;
    border-color: #fff;
}
.spon-apportun-contant {
	transition: 0.8s all;
    background-color: #fff;
    max-width: 600px;
    padding: 55px 265px 55px 70px;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%, 0 0);
}
.spon-apportun-contant h4 {
    color: #57b197;
    font-size: 38px;
}
.spon-apportun-contant p {
    padding: 15px 0;
    font-weight: 500;
    font-size: 17px;
}
.accelerate-main .event-review-button.event-diffrent-bg:hover {
    transition: 0.5s all;
    background-color: #4c5555;
}
.spon-btn-add.cmn-btn {
    background-color: #3c4547;
    padding: 8px 30px;
}
.spon-btn-add.cmn-btn:hover {
    background-color: #57b197;
}
.spon-apportun-main:before {
    background-image: url(../images/mobile-hand-img.png);
    position: absolute;
    content: "";
    right: 60px;
    background-size: 530px;
    bottom: 0px;
    background-repeat: no-repeat;
    width: 552px;
    height: 427px;
}

/* education-traning css-start */
.feet-acadmy-right-option li a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.feet-acadmy-right-option li a span img {
width: auto;
height: auto;
}
.feet-acadmy-right-option li a {
    color: #3c4547;
    font-size: 17px;
}
.feet-acadmy-right-option {
    display: grid;
    grid-row-gap: 20px;
}
.feet-acadmy-right-option li a:hover {transition: 0.4s;color: #ce2222;}

.apporved-centre-main {
	background-color: #f2f2f2;
    width: 100%;
    padding: 160px 0;
    position: relative;
}
.apporved-centre-main:before {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 0 0);
    width: 50%;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 65px;
}
.apporved-centre-main:after {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%, 0 0);
    width: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 75px;
}
.apporved-contants h3 {
    margin: 0;
    text-align: center;
    width: 100%;
}
.apporved-contants p {
    padding-top: 70px;
}
.apporved-contants {
    width: 100%;
    display: inline-block;
}
.apporved-click-center {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
}
.vehicle-main-heading h3 {
    margin: 0;
    padding-bottom: 20px;
}
.vehicle-main-heading {
    text-align: center;
    margin-bottom: 5rem;
    width: 100%;
    display: inline-block;
}
.feet-vehicle-contants-main h4 {
    color: #57b197;
    font-weight: 500;
    font-size: 35px;
    margin: 0;
}
.feet-vehicle-contants-main p {
    padding: 35px 0;
    margin: 0;
    font-size: 20px;
}
.spon-btn-add.cmn-btn.vehicle-bg {
    background-color: #f2f2f2;
    color: #57b197;
    padding: 9px 50px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: max-content;
}
.feet-vehicle-img-main {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.feet-vehicle-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feet-vehicle-contants-main {
    width: 100%;
    height: 100%;
    display: grid;
    background-color: white;
    padding: 119px 222px 119px 119px;
    align-content: center;
}
.spon-btn-add.cmn-btn.vehicle-bg:hover {background-color: #221f20;color: #fff;}
.feet-vehicle-contants-main.next-gafh {
    padding: 119px 119px 119px 222px;
}
.vehicle-management-main {
    padding: 140px 0;
    position: relative;
    width: 100%;
}
.accelerate-main {
    background-color: #f2f2f2;
    width: 100%;
    display: inline-block;
    padding: 180px 0 180px 0;
    position: relative;
}
.accelerate-main:before {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 0);
    width: 50%;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 80px;
}
.accelerate-main:after {
      content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 97% 0, 100% 105%, 0% 100%, 0 0);
    width: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
}
.accelerate-main-heading h3 {
    margin: 0;
    padding-bottom: 35px;
}
.accelerate-main-heading {
    text-align: center;
}	
.accelerate-contants-main span {
    font-size: 18px;
}
.accelerate-contants-main h4 {
    padding-bottom: 35px;
}
.accelerate-contants-main p {
    color: #7c8181;
}
.accelerate-mg-main {
    background-color: transparent;
    display: inline-block;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 74% 150%, 0 100%, 22% 0%);
    position: relative;
}
.accelerate-contants-main {
    width: 100%;
    display: inline-block;
}
.first-show-color {
    background-color: #fff;
}
.accelerate-mg-main:before {
    background-color: #f2f2f2;
    height: 76px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.spon-btn-add.cmn-btn.vehicle-bg.contants-main-bg {
    background-color: #8e68a6;
    color: #fff;
    letter-spacing: 0.5px;
}
.spon-btn-add.cmn-btn.vehicle-bg.contants-main-bg:hover {background-color: #221f20;}
.accelerate-main-heading {
    margin-bottom: 5rem;
}
.event-review-button {
    transition: 0.5s all;
    background-color: #4c5555;
    color: #fff;
    padding: 15px 160px 15px 40px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    clip-path: polygon(0 0, 80% 0%, 110% 0, 100% 0%, 91% 100%, 0 100%, 0% 80%, 0% 20%);
    position: relative;
    right: -63%;
    z-index: 99999;
    bottom: 75px;
}
.next-event-btn {
    width: 100%;
    display: flex;
    justify-content: end;
}
.accelerate-all-reviews {
    display: grid;
    grid-row-gap: 80px;
    width: 100%;
}
.event-review-button:hover {
    background-color: #57b197;
    transition: 0.5s all;
}
.click-now-button-calender {
    color: #57b197;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid #57b1976b;
}
.calender-btn {
    width: 100%;
    display: inline-block;
    padding-bottom: 35px;
}
.event-review-button.event-diffrent-bg {
    background-color: #57b197;
}
.cfm-main-logo {
    width: 100%;
    display: inline-block;
}
.cfm-main-logo a img {
    margin: 0 auto;
}
.vehicle-main-heading.cfm-main-heading {
    margin-bottom: 3.5rem;
}
.cfm-main.cmn-section {
    padding: 80px 0;
    width: 100%;
    display: inline-block;
}
/* education-traning css-end */

/* letest-new css-start */
.vehicle-main-heading.latest-news {
    display: inline-block;
    text-align: left;
    padding-left: 16%;
}
.vehicle-management-main.letest-new-main.cmn-section {
    background-color: white;
}
.new-gafh-out {
    width: 100%;
    background-color: #f2f2f2 !important;
}
.feet-vehicle-contants-main.accelerate-contants-main.letest-new-contant-main {
    background-color: #f2f2f2;
    width: 100%;
    display: inline-block;
    clip-path: inherit;
}
.click-now-button-calender.news-border-out {
    border: 0;
}
.accelerate-all-reviews.letest-all-news {
    display: inherit;
    width: 100%;
}
.feet-vehicle-img-main.accelerate-mg-main.letest-new-img-main {
    min-height: 100%;
    background-color: #f2f2f2;
}
.feet-vehicle-img-main.accelerate-mg-main.letest-new-img-main.news-bg-out {
    background-color: transparent;
}
.shafh-now {position: relative;}
.shafh-now:before {
    content: '';
    background-color: #f2f2f2;
    width: 64%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 125px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%, 0 0);
}

.diffrent-shafh:after {
    content: '';
    background-color: #f2f2f2;
    width: 66%;
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 119px;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 74% 150%, 0 100%, 8% 0%);
}
.feet-vehicle-contants-main.accelerate-contants-main.letest-new-contant-main.letest-top-safh-box.shafh-now.diffrent-shafh.start-shafh:after {
    top: -118px;
}
.diffrent-shafh:before {display: none;}
.diffrent-shafh-bg:after {background-color: #fff;}
.join-us-left-items.feet-vehicle-contants-main.membership-contant p {
    padding-top: 0;
}
.join-us-left-items.membership-contant h3 {
    margin-bottom: 55px;
}
.join-us-left-items.membership-contant {
    display: grid;
    align-content: center;
    height: 100%;
    padding: 0 50px 0 180px;
}
.feet-vehicle-img-main.accelerate-mg-main.membarship-img-main:before {
    display: none;
}
.accelerate-main-heading.webinars-heading {
    margin-bottom: 2rem;
}
.accelerate-all-reviews.membership-main.cmn-section {
    padding: 80px 0;
}
.accelerate-main.cmn-section.webinars-main:after {display: none;}
.sponshoeship-main.cmn-section.shafh-out-webnares:before {display: none;}
.sponshoeship-main.cmn-section.shafh-out-webnares {
    padding-top: 0;
}
.event-review-button.event-diffrent-bg-copy {
	transition: 0.5s all;
    background-color: #8e68a6;
}
.event-review-button.event-diffrent-bg-copy:hover {background-color: #4c5555;transition: 0.5s all;}


@media(max-width:1780px) {
	.banner-main .banner-contants-main.about-main-heading h1 {
    padding-left: 0rem}
	.join-us-left-items.membership-contant h3 {
    font-size: 35px;
}
	.team-name {
    margin-bottom: 122px;
}
	.team-icon {
    margin-bottom: -200px;
}
	.event-review-button {
    right: -37%;
}
	.feet-vehicle-contants-main.next-gafh {
 padding: 95px 95px 95px 95px;
}
		.feet-vehicle-contants-main {
    padding: 95px 95px 95px 95px;
}
	.spon-contants-show h6 {
    font-size: 15px;
    padding-top: 10px;
}
.sponshoeship-main .spon-contants-show {
    padding: 32px 5px;
}

}

@media(max-width:1480px) {
	.arrow-down-main a img {
    width: 50px;
}	
	.afp-board-main-heading h3 {
    font-size: 40px;
}
	.list-join-focus-now li a {
    font-size: 15px;
}
	.membership-flucus-view span {
    font-size: 22px;
}
.afp-board-main.fleet-operater-main .membership-flucus-view {
    padding: 30px 25px 22px 25px;
}
	.membership-flucus-view h5 {
    line-height: 30px !important;
    font-size: 22px;
}
	.afp-board-main.fleet-operater-main .arrow-down-main a img {
    width: 50px;
    margin-bottom: -12px !important;
}
	.cmn-btn.join-btn-1 span {
    font-size: 15px !important;
}
	.join-network-option {
    margin-top: 25px;}

	.join-us-main .join-us-main-heading h3 {
    margin-bottom: 35px;
    font-size: 40px;
}
	.join-network-view-contant p {
    font-size: 16px;
}
	.join-us-main .arrow-down img {
   margin-bottom: -12px !important;
    width: 50px;
}
	.cmn-btn.join-btn-1 {
    padding: 15px 25px !important;
    font-size: 15px !important;
}
		.banner-main .banner-contants-main.about-main-heading h1 {
    padding-left: 0rem}
		.join-us-left-items.membership-contant h3 {
    font-size: 35px;
}
	.event-review-button {
    right: -37%;
    top: -57px;
    clip-path: polygon(0 0, 80% 0%, 110% 0, 100% 0%, 92% 100%, 0 100%, 0% 80%, 0% 20%);
}
	.feet-vehicle-contants-main h4 {
    font-size: 30px;
}
.feet-vehicle-contants-main.next-gafh {
  padding: 75px 75px 75px 75px;
}
	.feet-vehicle-contants-main {
    padding: 75px 75px 75px 75px;
}

}


@media(max-width:1200px) {

/*	tabble-scrool-css start */


.comparison {
    min-height: .01%;
    overflow-x: auto;
}

.comparison {
    border-collapse: collapse;
    width: 1200px;
    overflow-x: scroll;
    display: block;
}
.comparison tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 420px;
}

/*.comparison td, .comparison th {
    min-width: 150px;
    height: 25px;
    overflow:hidden;
    text-overflow: ellipsis;
    max-width: 150px;
} 
*/



/*.comparison {
overflow-y: auto;
height: 500px;
}*/
/*.comparison::-webkit-scrollbar {
  width: 10px;
}
.comparison::-webkit-scrollbar:horizontal {
  height: 10px;
}
.comparison::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}
.comparison::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(204, 204, 204, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}*/
/*	tabble-scrool-css end */
.afp-board-main.fleet-operater-main .col-md-4 {
    width: 49.333333%;
}

	.cmn-btn.join-btn-1 {
    font-size: 13px !important;
}
	.cmn-btn.join-btn-1 span {
    font-size: 13px !important;
}
.join-network-button-main {
    margin-top: 3rem;
}
	.join-us-main .join-network-option {
		display: block !important;
    grid-row-gap: 0px !important;
}
	.join-us-left-items.membership-contant {
    padding: 0 25px;
}
	.team-name {
    margin-bottom: 65px;
}
	.team-icon {
    margin-bottom: -130px;
}
.event-review-button {
	font-size: 22px;
	padding: 10px 100px 10px 23px;
    right: -35%;
    top: -38px;
    clip-path: polygon(0 0, 80% 0%, 110% 0, 100% 0%, 93% 100%, 0 100%, 0% 80%, 0% 20%);
}
	.vehicle-management-main {
    padding: 65px 0;
}

		.feet-vehicle-contants-main h4 {
    font-size: 28px;
}
.feet-vehicle-contants-main.next-gafh {
  padding: 55px 55px 55px 55px;
}
	.feet-vehicle-contants-main {
    padding: 55px 55px 55px 55px;
}
	.apporved-centre-main {
    padding: 120px 0;
}
	.spon-apportun-contant h4 {
    font-size: 35px;
}
	.spon-apportun-contant {
    background-color: #fff;
    max-width: 470px;
    padding: 40px 100px 40px 40px;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%, 0 0);
}
.spon-apportun-main:before {
    right: 0;
    background-size: 415px;
    width: 400px;
    bottom: 0;
    height: 384px;
}
	.sponshoeship-main {
    padding: 130px 0 70px 0;
}
		.afp-board-main:before {
    height: 60px;
}
	.afp-board-main {
    padding: 120px 0;
}
	.afp-board-main-heading h3 {
    font-size: 40px;
    margin-bottom: 3rem;
}
	.more-user-btn {
    padding: 3px 18px;
}
	.afp-users-board .user-review-contants span {
    font-size: 16px;
}
	.afp-users-board .user-review-contants h6 {
    font-size: 19px;
}
	.work-view {
    padding: 15px;
}
.join-working-main.mt-4 {
    margin-top: 0 !important;
}
	.banner-main .banner-contants-main.about-main-heading h1 {
    padding-left: 1rem;
    font-size: 55px;
}
.afp-board-main.fleet-operater-main .col-md-4 {
    width: 49.333333%;
}

}


@media(max-width:991px) {
	.cmn-btn.membership-button-more {
    font-size: 13px !important;}
th.product span {
    display: block;
    font-size: 21px !important;
    padding: 5px 0 !important;
}
	.comparison .product {
    padding: 20px 5px 22px 5px !important;
}

/*	th.product h5 {
    min-height: 70px !important;}*/

    .Lead-member {
    margin: 2rem 0 !important;
}
	.join-network-button-main {
    column-gap: 5px;
}
	.cmn-btn.join-btn-1 {
    text-align: center;
}
	.cmn-btn.join-btn-1 span {
    font-size: 12px !important;
}
	.join-network-view-contant {
    padding: 0px 0px !important;
}
	.join-network-view-contant span {
    font-size: 17px;}
	.join-network-view-contant p {
    font-size: 14px;
}
		.feet-vehicle-contants-main.accelerate-contants-main.letest-new-contant-main.letest-top-safh-box.shafh-now.diffrent-shafh.start-shafh:after {
 display: none;
}
		.feet-vehicle-img-main.accelerate-mg-main {
    transform: rotateY(180deg);
}
	.accelerate-main {
    padding: 150px 0 180px 0;
}
	.vehicle-management-main {
    padding-bottom: 0px;
}
	.col-md-6.p-0.order-2.first-show-color {
    order: 1 !important;
}
	.accelerate-all-reviews {
   grid-row-gap: 0px;
}
	.accelerate-mg-main:before {display: none;}
	.event-review-button {
    padding: 10px 160px 10px 23px;
    position: inherit;
}
	.col-md-6.p-0.order-2 {
    order: inherit !important;
}
	.sponshoeship-main .spon-contants-show {
    width: 55%;
    height: 55%;
    padding: 27px 10px;
}
	.spon-contants-show img {
    width: 45px;
}
	.spon-apportun-contant h4 {
    font-size: 30px;
}
	.spon-apportun-contant p {
    margin-bottom: 0;
}
	.spon-apportun-main:before {
    background-size: 317px;
    width: 300px;
    height: 287px;
}
	.spon-apportun-contant {
    max-width: 400px;
    padding: 25px 90px 25px 25px;
}
	.client-testimonial-main {
    padding: 75px 0;
}
	.client-testimonial-main .item.client-reviews-testimonial {
    padding: 0 65px;
}
	.afp-board-main:before {
    height: 60px;
}
	.afp-board-main {
    padding: 120px 0;
}
	.afp-board-main-heading h3 {
    font-size: 35px;
    margin-bottom: 3rem;
}
	.my-board-review {
    grid-template-columns: 1fr 1fr 1fr;
}
	.join-us-left-items {
    margin-bottom: 5rem;
}
			.banner-main.about-us {
    height: auto;
}
	.banner-main .banner-contants-main.about-main-heading h1 {
    font-size: 55px;
    height: 170px;
    padding-left: 0px;
    font-size: 45px;
}
	.banner-main.about-us img {
    height: 170px;
}

}


@media(max-width:767px) {
	.comparison tr td:first-child {
    min-width: 180px !important;
}

	th.product h5 {
    line-height: 25px !important;
}
	.team-list.sponshoeship-main.cmn-section.membership-team-list {
    padding-top: 60px !important;
}
	.cmn-section.membership-client-testimonial:before {
    height: 55px !important;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%, 0 0) !important;
}
	.client-testimonial-main.cmn-section.membership-client-testimonial:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 0) !important;
    height: 55px !important;
}
	.client-testimonial-main.cmn-section.membership-client-testimonial {
    padding: 100px 0 !important;
}
	.comparison .product {
    padding: 25px 40px 22px 40px !important;
}
	th.product span {
    font-size: 18px !important;
}
	.cmn-btn.membership-button-more {
    font-size: 12px !important;
     padding: 3px 5px !important;
}
	.membership-flucus-view span {
    font-size: 18px !important;
}
	.join-network-view-contant p {
    font-size: 18px;
}
	.join-network-view-contant span {
    font-size: 25px !important;}
	.join-network-view-contant {
    padding: 0px 70px !important;
}
	.join-network-option {
    margin-top: 0px !important;
}
	.p-bg-diffrent {
    font-size: 17px;
}
	.join-us-main .join-us-main-heading h3 {
    margin-bottom: 35px;
    font-size: 32px;
}
	.join-us-main .work-view a img {
    width: 300px;
}
	.join-us-left-items.membership-contant h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 44px;
}
	.accelerate-all-reviews.membership-main.cmn-section {
    padding: 0;
}
	.feet-vehicle-contants-main p {
    font-size: 17px;
}
	.shafh-now:before {
    height: 70px;
}
	.diffrent-shafh:after {
    height: 70px;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 74% 150%, 0 100%, 8% 0%);
}
	.accelerate-all-reviews {
    grid-row-gap: 45px;
}
		.feet-vehicle-img-main.accelerate-mg-main {
    transform: rotateY(180deg);
}
.event-review-button {
    padding: 10px 110px 10px 23px;
    line-height: 27px;
    margin-bottom: 22px;
}
.apporved-click-center {
    justify-content: center;
    margin-top: 1rem;
}
	.afp-board-main {
    padding-bottom: 95px;
}
	.client-testimonial-main {
    padding: 55px 0;
}
	.client-testimonial-main .item.client-reviews-testimonial {
    padding: 0 25px;
}
	.my-board-review {
    grid-template-columns: 1fr 1fr;
}
	.work-view {
    padding: 0;
}
		.banner-main.about-us {
    height: auto;
}
	.banner-main .banner-contants-main.about-main-heading h1 {
    font-size: 55px;
    height: 130px;
    padding-left: 0px;
    font-size: 35px;
}
	.banner-main.about-us img {
    height: 130px;
}
	.apporved-click-center a img {
    width: 120px;
}
.cfm-main.cmn-section {
    padding: 55px 0;
}
.join-us-right-items p {
    margin: 0;
}
	.join-us-main .arrow-down img {
    width: 45px;
}

}


@media(max-width:575px) {
	.fleet-support-main.cmn-section {
    padding: 50px 0 !important;
}
	.afp-board-main.fleet-operater-main {
    padding-bottom: 50px !important;
}
	.Lead-member {
    margin: 2rem 0 0 0 !important;
}
	.join-network-button-main.fleet-membership-download {
    margin-top: 4rem !important;
}
	.list-join-focus-now li a {
    font-size: 15px !important;
}
	.fleet-membershio-join.fleet-membershio-copy-join {
    margin-top: 40px;
}
	.afp-board-main.fleet-operater-main .arrow-down-main a img {
    width: 40px;
    margin-bottom: -12px !important;
}
	.afp-board-main.fleet-operater-main .col-md-4 {
    width: 100%;
}
	.join-us-main .arrow-down img {
    width: 40px;
}
	.cmn-btn.join-btn-1 {
    padding: 12px 15px !important;
    font-size: 15px !important;
}
.join-network-button-main {
    display: grid !important;
    grid-row-gap: 35px;
}
	.join-network-view-contant span {
    font-size: 20px !important;
}
		.join-network-view-contant {
    padding: 0px 0px !important;
}
	.join-network-view-contant p {
    font-size: 16px;
}
	.join-us-main .work-view a img {
    width: 275px;
}
	.p-bg-diffrent {
    font-size: 15px;
    text-align: center !important;
    display: inline-block;
}
	.join-us-main .join-us-main-heading h3 {
    margin-bottom: 10px !important;
    font-size: 22px;
}
	.accelerate-main.cmn-section.webinars-main {
    padding-bottom: 0;
    margin-bottom: 60px;
}
	.vehicle-main-heading.latest-news {
    display: inline-block;
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
}
    .sponshoeship-main:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 0);
}
		.shafh-now:before {
    height: 31px;
}
	.diffrent-shafh:after {
    height: 31px;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 74% 150%, 0 100%, 5% 0%);
}
	.cfm-main-logo a img {
    width: 150px;
}
	.apporved-click-center a img {
    width: 100px;
}
.cfm-main.cmn-section {
    padding: 50px 0 35px 0;
}
	.cfm-main.cmn-section {
    padding: 50px 0;
}
	.accelerate-all-reviews {
    grid-row-gap: 45px;
}
	.vehicle-management-main {
    padding-bottom: 35px;
}
	.feet-vehicle-img-main.accelerate-mg-main {
    transform: rotateY(180deg);
}
	.accelerate-main:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%, 0 0);
    height: 65px;
}
	.feet-vehicle-contants-main p {
    padding: 15px 0;
    font-size: 15px;
}
	.accelerate-contants-main h4 {
    padding-bottom: 12px;
}
	.event-review-button {
    padding: 5px 89px 5px 23px;
    line-height: 22px;
    font-size: 16px;
}
	.accelerate-main:after {
    clip-path: polygon(0 0, 85% 0, 100% 105%, 0% 100%, 0 0);
    bottom: 0px;
    height: 55px;
}
	.accelerate-main {
    padding: 125px 0 115px 0;
}
	.spon-btn-add.cmn-btn.vehicle-bg {
    padding: 5px 35px;
    margin: 0 auto;
    font-size: 16px;
}
	.feet-vehicle-img-main {
    padding: 0 10px;
}
	.feet-vehicle-contants-main.next-gafh {padding: 25px 10px;
    text-align: center;}
	.feet-vehicle-contants-main h4 {
    font-size: 20px;
}
	.feet-vehicle-contants-main {
    padding: 25px 10px;
    text-align: center;
}
	.vehicle-main-heading {
    margin-bottom: 4rem;
}
	.vehicle-main-heading span {
    font-size: 14px;
}
	.spon-btn-add.cmn-btn {
    padding: 5px 15px;
}
	.spon-apportun-contant p {
    font-size: 15px;
}
	.sponshoeship-main {
    padding: 130px 0 40px 0;
}				
.spon-apportun-main:before {
    background-size: 211px;
    width: 201px;
    height: 165px;
}
	.spon-apportun-main {
    padding: 10px;
}
	.spon-apportun-contant h4 {
    font-size: 21px;
    margin-bottom: 0;
}
.spon-apportun-contant {
    max-width: 100%;
    padding: 10px 55px 10px 10px;
}
	.client-testimonial-main {
    padding: 45px 0;
}
	.client-testimonial-main .item.client-reviews-testimonial h3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
}
	.item.client-reviews-testimonial a img {
    width: 35px;
}
	.client-testimonial-main .item.client-reviews-testimonial {
    padding: 0 0px;
}
	.afp-board-main:before {
    height: 55px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 0);
}
	.afp-board-main {
    padding: 100px 0;
}
	.afp-users-board .user-review-contants h6 {
    font-size: 24px;
}
	.my-board-review {
    grid-template-columns: 1fr;
}
	.afp-board-main-heading h3 {
    font-size: 28px;
    margin-bottom: 2rem;
}
.join-us-main {
    padding-bottom: 60px !important;
}
	.join-us-main .join-working-main {
    display: grid;
    grid-template-columns: 1fr 1fr;}
	.work-view {
    padding: 0;
}

	.join-us-main .join-us-main-heading h3 {
    margin-bottom: 35px;
    text-align: center;
}
	.join-us-left-items {
    margin-bottom: 4rem;
}
	.join-us-left-items p {
    font-size: 16px;
}
	.p-bg-diffrent {
    font-size: 16px;}
	.banner-main.about-us {
    height: auto;
}
	.banner-main .banner-contants-main.about-main-heading h1 {
    font-size: 55px;
    height: 100px;
    padding-left: 0px;
    font-size: 28px !important;
}
	.banner-main.about-us img {
    height: 100px;
}

}


/* MAMBERSHIP-PAGES CSS-START */

.join-network-view-contant span {
    font-size: 20px;
    color: #57b197;
    font-weight: 500;
    transition: 0.5s;
}
.join-network-view-contant {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
}
.join-network-view {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.join-network-view-contant p {
    margin: 0;
    padding-top: 5px;
}
.join-network-option {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}
.join-network-option {
    display: grid;
    grid-row-gap: 30px;
}
.arrow-down img {
    animation: bounce 1800ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}

@keyframes bounce {
50% {
    transform: translateY(-8px);
  }
}
.cmn-btn.join-btn-1 {
    background-color: #f2f2f2;
    padding: 25px 50px;
    color: #57b197;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: inline-block;
}
.cmn-btn.join-btn-1:hover {background-color: #3c4547;color: #fff;}
.cmn-btn.join-btn-1 span {
	display: inline-block;
    color: #57b197;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.join-network-button-main {
    display: flex;
    justify-content: space-around;
}
.arrow-down-main a img {
    margin-bottom: -22px !important;
    margin: 0 auto;
}
.join-us-main {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding-bottom: 100px;
}
.fleet-membershio-join {
    border: 2px solid #57b197;
    border-radius: 28px;
}
.fleet-membershio-join:hover {
    transform: translateY(-20px);
    transition: 0.9s all;
}
.fleet-membershio-join {
	transition: 0.9s all;
    border: 2px solid #57b197;
    border-radius: 28px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    height: 100%;
}
.membership-flucus-view {
    background-color: #57b197;
    padding: 30px 55px 22px 55px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.membership-flucus-view h5 {
    margin: 0;
    font-weight: 100;
}
.membership-flucus-view h5 {
    margin: 0;
    font-weight: 100;
    line-height: 36px;
}
.membership-flucus-view span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 8px 0;
}
.cmn-btn.membership-button-more {
    background-color: #b4d7cb;
    color: #3c4547;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0px;
    padding: 3px 15px;
    margin-top: 3px;
}
.cmn-btn.membership-button-more.mambership-bg-xtl {
    background-color: #c2b4d0;
}
.membership-flucus-view.membership-bg-xtl {
    background-color: #876ba2;
}
.fleet-membershio-join.fleet-membershio-copy-join {
    border-color: #876ba2;
}
.cmn-btn.membership-button-more:hover {background-color: #3c4547;color: #fff;}
.list-join-focus-now li:hover {
    background-color: #57b197;
    transition: 0.4s all;
}

.fleet-membershio-join.fleet-membershio-copy-join li:hover {
    background-color: #876ba2;
    transition: 0.4s all;
}
.fleet-membershio-join.fleet-membershio-copy-join li:hover:first-child { border-top: 1px solid #dedede;
    border-bottom-style: dashed;}
 .list-join-focus-now li:hover:first-child { border-top: 1px solid #dedede;
    border-bottom-style: dashed;}

.fleet-membershio-join.fleet-membershio-copy-join li:last-child {border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;}
.list-join-focus-now li:hover a {color: #fff;letter-spacing: 0.4px; transition: 0.4s all;}
.list-join-focus-now li {
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-bottom-style: dashed;
    padding: 15px;
    transition: 0.4s all;
}
.list-join-focus-now li a {
	 transition: 0.4s all;
    color: #3c4547;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
}
.list-join-focus-now li:last-child {border-bottom: 0px;}
.join-network-button-main.fleet-membership-download {
    margin-top: 2rem;
}
.afp-board-main.fleet-operater-main {
    background-color: #f2f2f2;
    padding-bottom: 100px;
}
.afp-board-main.fleet-operater-main:after {display: none;}
.cmn-btn.join-btn-1.fleet-mamber-btn {
    background-color: #fff;
}
.cmn-btn.join-btn-1.fleet-mamber-btn:hover {background-color: #3c4547;}
.fleet-support-main.cmn-section {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}



/* tabble-css start */

.all-outline-main {
	width: 100%;
	height: 100%;
 position: relative;
}
.all-outline-main:before {
    content: "";
    position: absolute;
    border: 2px solid #cbc9ca;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 35px;
    border-top-right-radius: 0px;
}

.comparison i.fa.fa-check {
    color: #fff;
    background-color: #57b197;
    font-weight: normal;
    padding: 5px;
    border-radius: 80px;
    font-size: 13px;
}
.product:nth-child(2) {background-color: #e0dfdf;border-right: 0px !important;}
.product:nth-child(3) {background-color: #f0e19e;border-right: 0px !important;}
.product:nth-child(4) {background-color: #cbc9ca;border-right: 0px !important;}
.product:nth-child(5) {background-color: #cda185;border-right: 0px !important;}

.cmn-btn.membership-button-more.border-cg.outline-cg-diff {
    border-color: #aeaaab;
}

.cmn-btn.membership-button-more.border-cg {
    background-color: transparent;
    border: 2px solid #fff;
}
.cmn-btn.membership-button-more.border-cg:hover {background-color: #3c4547;border-color: #3c4547;}
th.product h5 {
    margin: 0;
    font-weight: 400;
    line-height: 36px;
    color: #3c4547;
}
th.product span {
    display: block;
    color: #3c4547;
    font-weight: 600;
    font-size: 24px;
    padding: 8px 0;
}
.comparison {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.comparison td,
.comparison th {
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  color: #808080;
  font-size: 15px;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
    background: #f1f1f1;
}

.fa-check {
  color: #69C7F1;
}

.comparison th {
   border-right: 0px !important;
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #E8E8E8;
    font-weight: 600;
}

td {
    width: 200px;
    color: #3c4547 !important;
    font-size: 18px !important;
    text-transform: capitalize;
    border-right: 1.8px solid #bababa !IMPORTANT;
    border-right-style: dashed !important;
    position: relative;
    z-index: 999999;
}

.comparison .product,
.comparison .tl {
  color: #FFF;
  font-size: 14px;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .product {
    height: 40px;
    font-size: 1.6em;
    padding: 30px 35px 22px 35px;
    text-align: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    text-transform: capitalize;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
  color: #808080;
}

.comparison .price-now span {
  font-size: 36px;
  color: #545454;
}

.comparison .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}

.comparison .price-buy {
  background: #EC671A;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.comparison .price-buy:hover {
  background: #E84D00;
}
.client-testimonial-main.cmn-section.membership-client-testimonial {
    position: relative;
    background-color: #afd1c7;
    padding: 170px 0;
}
.team-list.sponshoeship-main.cmn-section.membership-team-list:before {display: none;}
.cmn-section.membership-client-testimonial:before {
    content: '';
    background-color: #f2f2f2;
    width: 50%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 80px;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%, 0 0);
}
.client-testimonial-main.cmn-section.membership-client-testimonial:after {
    content: '';
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 0);
    width: 50%;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 80px;
}
.team-list.sponshoeship-main.cmn-section.membership-team-list {padding-top: 150px;}
.team-list.sponshoeship-main.cmn-section:before {display: none;}
	.accelerate-main.cmn-section:after {display: none;}
	.team-list.sponshoeship-main.cmn-section {padding-top: 50px; padding-bottom: 100px;}
/* footer css-start  */
.footer-main-scn {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #1d423a;
}
.footer-main-scn .footer-top-logo a img {
    width: auto;
    position: relative;
    z-index: 99999;
}
.footer-main-scn:before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    padding: 85px 0;
}
.footer-main-scn .footer-top-logo {
    display: flex;
    align-items: center;
    padding: 26px 0;
}
.footer-main-scn .footer-all-items {
    width: 100%;
    display: inline-block;
    margin-top: 6%;
    padding: 0px 0 51px 0;
}
.footer-main-scn .footer-start-item h4 {
    margin: 0;
    border-bottom: 3px solid #56af95;
    width: fit-content;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.footer-main-scn .footer-page-list li a {
	word-break: break-word;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.footer-main-scn .footer-page-list li {
    padding-top: 18px;
}
.footer-main-scn .footer-page-list li a span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 50px;
}
.footer-main-scn .footer-page-list li a span img {
    margin-top: 15px;
}
.footer-main-scn .copy-var-items {
    width: 100%;
    display: inline-block;
    padding: 30px 0 50px 0;
    text-align: center;
}
.footer-main-scn .copy-var-items a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.3px;
}

@media(max-width: 1200px) {
	.footer-start-item ul li {font-size: 15px !important;}
	.footer-main-scn .footer-page-list li a span {
    font-size: 15px;word-break: normal;}
	.footer-main-scn .footer-start-item h4 {
    font-size: 23px;
    padding-bottom: 10px;
}
	.footer-main-scn .copy-var-items a {
    font-size: 15px;}
	.footer-main-scn .footer-page-list li a span img {
    width: 35px;
}
	.footer-main-scn .footer-page-list li a span {
    padding-right: 20px;
}
.footer-main-scn .footer-page-list li a {
    font-size: 14px;
}
}
@media(max-width: 991px) {

.footer-main-scn .footer-page-list li a {
    width: max-content;
}
	.footer-main-scn .footer-page-list li a span {
    width: 65px !important;
}
	.footer-start-item ul li {font-size: 14px !important;}
	.footer-main-scn .footer-top-logo {
    padding: 46px 0;
}
	.footer-main-scn .footer-top-logo a img {
    width: 65%;
}
	.footer-main-scn .footer-page-list li a span {
    padding-right: 14px;
}
	.footer-page-list li a {
    display: flex;
    column-gap: 0;
}
}

@media(max-width: 767px) {
	.footer-start-item ul li {font-size: 16px !important;}
	.footer-main-scn .footer-start-item h4 {
    font-size: 25px;
    padding-bottom: 12px;
}
.footer-main-scn .footer-page-list li a {
    font-size: 16px;
}
.footer-review-now {
    display: grid;
    grid-row-gap: 35px;
}
}

@media(max-width: 575px) {
	.footer-start-item ul li {font-size: 14px !important;}
	.footer-main-scn .footer-all-items {
    margin-top: 16%;
}
	.footer-main-scn .footer-page-list li a span img {
    width: 30px;
    margin-top: 5px;
}
	.footer-main-scn .footer-start-item h4 {
    font-size: 22px;
}
	.footer-main-scn .footer-page-list li a {
    font-size: 14px;
}
	.footer-main-scn .footer-top-logo a img {
    width: 80%;
}
.footer-main-scn .footer-top-logo {
    padding: 22px 0;
}
.footer-main-scn .footer-top-logo {
    padding: 49px 0;
}
.footer-main-scn:before {
    padding: 75px 0;
}
.footer-main-scn .copy-var-items {
    padding: 0px 0 35px 0;
    text-align: center;
}
.footer-main-scn .copy-var-items a {
    font-size: 14px;
    line-height: 27px;
}
}
/* footer css-end  */


/* blocks css-start */
.taxt-blocks-main.cmn-section {
    padding: 100px 0;
    width: 100%;
    display: inline-block;
}

.feet-vehicle-contants-main.taxt-block-contant-main {
    padding: 0 35px;
}
.feet-vehicle-img-main.taxt-block-img-main {
    padding: 0 35px;
}
.spon-btn-add.cmn-btn.vehicle-bg.contants-main-bg.block-btn {
    padding: 12px 35px;
}
.feet-vehicle-contants-main.taxt-block-contant-main h3 {
    color: #333333;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
    letter-spacing: 0.8px;
}
.feet-vehicle-contants-main.taxt-block-contant-main p {
    font-size: 17px;
    line-height: 32px;
    color: #333333;
}
.feet-vehicle-img-main img {
    object-fit: cover !important;
}
.bg-block-diffrent {
    background-color: #f2f2f2;
}
.outline-left-img {
    position: relative;
}
.outline-left-img:before {
    position: absolute;
    content: "";
    background-color: #f2f2f2;
    width: 5px;
    height: 100%;
    left: 35px;
    top: 0;
}
.linting-start {
    padding: 0 25px;
}
.listing-main-heading h3 {
    color: #333333;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
    letter-spacing: 0.8px;
    padding-bottom: 18px;
}
.list-items-review ul li i {
    color: #0eb495;
    font-size: 15px;
}
.list-items-review ul li {
    display: flex;
    align-items: baseline;
    column-gap: 20px;
    font-size: 17px;
    line-height: 32px;
    color: #333333;
}
.listing-copy-two-main {
    width: 100%;
    display: inline-block;
    margin-top: 8rem;
}
.listing-copy-items {
    width: 100%;
    display: inline-block;
    padding: 0 25px;
}
.listing-copy-three-main {
    width: 100%;
    display: inline-block;
    margin-top: 14rem;
}
.listing-all-blocks-main.cmn-section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}
/* video-click css */
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #ff5258;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #37b18fb8;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    top: 10px;
    height: 0;
    left: 5px;
    border-left: 20px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 80%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/* video-click css */



.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 35px;
}

 .tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 35px;
}

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }

  .txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
    display: none;
  }

  .x {
    font-size: 32px;
    line-height: 32px;
  }
 .feet-vehicle-img-main.taxt-block-img-main.outline-left-img.taxt-video-content {
    position: relative;
    width: 100%;
    display: inline-block;
}
.simple-test-block-main {
    background-color: white;
    padding: 50px 0;
    margin-top: 3rem;
}
.simplel-test-main-heading h3 {
    color: #333333;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
    letter-spacing: 0.8px;
}
.simplel-test-main-heading p {
    color: #333333;
    font-size: 17px;
    padding-top: 20px;
    line-height: 32px;
    margin: 0;
}
.list-items-review p {
    color: #333333;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
}
.simplel-test-main-heading {
    width: 100%;
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 4rem;
}
.simple-taxt-with-bg {
    padding: 0px 35px;
    width: 100%;
    display: inline-block;
    margin-top: 6rem;
}
.feet-vehicle-contants-main.taxt-block-contant-main.bg-block-diffrent.simple-taxt-space {
    padding: 70px;
}

@media(max-width:1200px) {
	.simple-test-block-main {
    margin-top: 0rem;
}
	.simplel-test-main-heading h3 {
    font-size: 33px;
}
	.listing-copy-three-main {
    margin-top: 10rem;
}
	.listing-copy-two-main {
    margin-top: 5rem;
}
	.listing-main-heading h3 {
    font-size: 33px;
}
	.listing-all-blocks-main.cmn-section {
    padding: 60px 0;
}
	.taxt-blocks-main.cmn-section {
    padding: 70px 0;
}
.feet-vehicle-contants-main.taxt-block-contant-main h3 {
    font-size: 33px;
}
.feet-vehicle-contants-main.taxt-block-contant-main p {
    font-size: 16px;
    line-height: 30px;
}
.spon-btn-add.cmn-btn.vehicle-bg.contants-main-bg.block-btn {
    padding: 10px 35px;
}

}
@media(max-width: 991px) {
	.video-play-button {
    top: -8.5rem;
}
#tablater-space-diff {  padding: 4rem 0 22rem 0;}
.tile {
    height: 270px;
    top: -277px;
}

	.listing-copy-three-main {
    margin-top: 2rem;
    border-top: 1px solid #ccc;
}
.listing-copy-two-main {
    margin-top: 2rem;
    border-top: 1px solid #ccc;
}
	.list-items-review {
    margin-top: 40px;
}
.list-items-review ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.feet-vehicle-img-main.taxt-block-img-main {
    margin-top: 4rem;
}
}

@media(max-width: 767px) {
	.tile {
    height: 270px;
    top: 0px !important;
}
	.simple-test-block-main {
    padding: 0px 0;}
	.feet-vehicle-contants-main.taxt-block-contant-main.bg-block-diffrent.simple-taxt-space {
    padding: 15px;
}
	.simple-taxt-with-bg {
    padding: 0px 15px;}
		.simplel-test-main-heading {
    padding: 0 15px;
    text-align: center;
}
	.video-play-button:before {
    width: 70px;
    height: 70px;}
	.video-play-button span {
    top: 13px;
    left: 7px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.video-play-button:after {
    width: 55px;
    height: 55px;
}

	.tiles {
    padding: 0 0px;
    top: -270px;
}

.listing-copy-items {
    padding: 0 15px;
    text-align: center;
}
	.linting-start {
    padding: 0 15px;
}
	.feet-vehicle-contants-main.taxt-block-contant-main h3 {
    font-size: 30px;
}
	.outline-left-img:before {
    left: 10px;
}
	.spon-btn-add.cmn-btn.vehicle-bg.contants-main-bg.block-btn {
    padding: 7px 35px;
    margin-top: 20px;
}
	.feet-vehicle-img-main.taxt-block-img-main {
    margin-top: 3rem;
}
	.feet-vehicle-contants-main.taxt-block-contant-main {
    padding: 0;
}
	.feet-vehicle-img-main.taxt-block-img-main {
    padding: 0 0 45px 0;
}
	.taxt-blocks-main.cmn-section {
    padding: 50px 15px;
}
	.outline-left-img:before {display: none;}

}

@media(max-width: 575px) {
	.list-items-review ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
	.feet-vehicle-contants-main.taxt-block-contant-main h3 {
    font-size: 28px;
}
}

/ 15.11 .23------------- /

.ev-kerbside{position: relative; width: 100%; padding: 30px 0; text-align: center; background: #57b197;}
.ev-kerbside h1{color: #fff;}
.kerbside-cont{position: relative; width: 100%; padding: 100px 0 50px; }

.kerbside-cont h4{color: #000; margin-bottom: 25px; text-align: center;}
.kerbside-pic{width: 100%; margin-bottom: 30px;}
.kerbside-pic img{width: 100%;}
.get-involved-sec{position: relative; width: 100%;padding: 0 0 80px 0}
.get-involved h5{color: #000; margin-bottom: 50px;}
.get-involved{padding-right: 25px;}
.form-box{position: relative; width: 100%;}
.form-box p{color:  #4A4A4A; font-weight: 500;}
.form-cont{width: 100%; margin-bottom: 20px;}
.form-cont label{width: 100%; color: #000; margin-bottom: 5px;}
.form-cont input{height: 45px; width: 100%; padding: 10px; color: #000; outline: none;font-size:16px; }
.form-chack{width: 100%; display: flex;  margin-top: 8px;}
.form-chack label{display: inline-block; margin-left: 15px;}
.form-chack input{width: 20px; height: 20px;}
.form-cont .cmn-btn{width: auto; border: none; padding: 10px 40px; height: auto; color: #fff;}
.form-cont input[type="file"]{padding: 0;height: auto;}

@media(max-width: 1199px) {
.kerbside-cont {padding: 70px 0 30px;}
}
@media(max-width: 991px) {
.kerbside-cont {padding: 50px 0 20px;}
.ev-kerbside h1{font-size: 35px ; line-height: 40px; }    
.kerbside-cont p{margin-bottom:  20px;}   
.get-involved h5 { margin-bottom: 20px;}    
.get-involved p{margin-bottom:  20px;}
.get-involved{margin-bottom: 15px;padding-right:0px; }
.form-box p{margin-bottom: 15px;}
.get-involved-sec{padding-bottom: 50px;}
}

@media(max-width: 767px) { 
.kerbside-cont {padding: 30px 0 10px;}
.ev-kerbside h1{font-size: 30px ; line-height: 35px; }    
.kerbside-cont p{margin-bottom:  10px;}   
.get-involved h5 { margin-bottom: 20px;}    
.get-involved p{margin-bottom:  10px;}
.get-involved{margin-bottom: 20px;padding-right:0px; }
.form-box p{margin-bottom: 10px;}
.get-involved-sec{padding-bottom: 20px;}
.kerbside-pic { margin-bottom: 15px;}
.form-cont {margin-bottom: 15px;}
.form-chack input:checked + label{background: none;  color: #000; border: none;}
.form-chack{margin: 0;}
}

/* two */
.sd-banner{background-color: #0eb495;text-align: center;padding: 30px 0;}
.sd-banner h1{line-height: 50px;margin-bottom: 30px;color: #fff;}
.sd-banner-btns {display: flex;justify-content: center;}
.sd-banner-btn { position: relative; font-size: 14px;line-height: 16px; font-weight: 600;padding: 18px 55px 18px 30px;color: #fff;outline: none;border: 0;border-radius: 0px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #0e463f; text-transform: uppercase; margin: 0 25px;}
.sd-banner-btn:focus, .btn:active:focus {outline:0;box-shadow:none; color:#fff; background-color: #0e544a;} 
.sd-banner-btn:hover { color:#fff; background-color: #0e544a;}
.sd-banner-btn::after{display: block;font-style: normal;font-variant: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;font-family: "Font Awesome 5 Free";font-weight: 900; content: "\f309";position: absolute; right: 30px;top: 19px;}

.abt-sd{padding: 70px 0;}
.abt-sd p {color: #333333;font-size: 18px;line-height: 30px; margin-bottom: 0; padding-bottom: 0;}

.tpc-sd{padding: 0 0 60px;}
.tpc-sd h5{font-size: 26px;line-height: 36px;font-weight: 600;color: #333333;margin: 0 0 50px 0;}
.tpc-sd ul {display: flex;flex-wrap: wrap;}
.tpc-sd ul li{position: relative; padding-left: 40px;padding-right: 20px;padding-bottom: 10px; color: #333333;font-size: 18px;line-height: 26px; width: 33.333%;}
.tpc-sd ul li::before{font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f00c"; font-size: 18px; color: #0eb495; position: absolute;left: 0;top: 0;}

.cmm-mmbr-sd{background-color: #f2f2f2;padding: 50px 0 20px;}
.cmm-mmbr-sd h4 {text-align: center;color: #333333;margin-bottom: 60px;font-size: 46px;line-height: 58px;font-weight: 700;}
.cmm-mmbr-sd ul {display: flex; flex-wrap: wrap;margin: 0 ;}
.cmm-mmbr-sd li {width: 33.33%;margin-bottom: 40px;padding: 0 14px 0 25px;text-align:laft; position:relative;}
.cmm-mmbr-sd ul li::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  font-size: 18px;
  color: #0eb495;
  position: absolute;
  left: 0;
  top: 0;
}
.cmm-mmbr-img{margin-bottom: 20px;}
.cmm-mmbr-sd .cmm-mmbr-cnt h6 {font-size: 22px; line-height: 30px;margin-bottom: 10px; color: #333333;}
.cmm-mmbr-sd .cmm-mmbr-cnt p {font-size: 16px; line-height: 20px; color: #333333;margin-bottom: 0;}

.qa-sd-area{padding: 70px 0 60px;}
.qa-sd-area h4 {text-align: center;color: #333333;margin-bottom: 60px;font-size: 46px;line-height: 58px;font-weight: 700;}
.qa-sd-area ul{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.qa-sd-area ul li {width: 25%;padding: 10px;}
.qa-sd-bx{background-color: #0eb495;padding: 50px;text-align: center;}
.qa-sd-img {background-color: #28bca1;width: 100px;height: 100px;display: flex;justify-content: center;align-items: center;border-radius: 100%; margin: 0 auto;}
.qa-sd-img svg {fill: #fff;}
.qa-sd-cnt{padding: 30px 0; display: flex;justify-content: center;align-items: center;}
.qa-sd-cnt h6{font-size: 26px;line-height: 32px;color: #fff;margin-bottom: 0;}
.qa-sd-btns{display: flex;justify-content: center;}
.sd-qa-btn { position: relative; font-size: 14px;line-height: 16px; font-weight: 600;padding: 18px 55px 18px 30px;color: #fff;outline: none;border: 0;border-radius: 0px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #0e463f; text-transform: uppercase; }
.sd-qa-btn:focus, .btn:active:focus {outline:0;box-shadow:none; color:#fff; background-color: #0e544a;} 
.sd-qa-btn:hover { color:#fff; background-color: #0e544a;}
.sd-qa-btn::after{display: block;font-style: normal;font-variant: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;font-family: "Font Awesome 5 Free";font-weight: 900; content: "\f178";position: absolute; right: 30px;top: 19px;}

.so-sd-area{padding-bottom: 70px;}
.so-sd{display: flex; flex-wrap: wrap;background-color: #28bca1; align-items: center;justify-content: space-between; padding: 60px 50px;}
.so-sd-cnt{width: 60%;}
.so-sd-btn{width: 40%;display: flex;justify-content: flex-end;}
.so-sd-cnt h4{margin-bottom: 10px;font-size: 40px;line-height: 50px;font-weight: 700;color: #fff;}
.so-sd-cnt h6{font-size: 24px;line-height: 34px;font-weight: 500;color: #fff;margin-bottom: 0;}





.sd-banner-btn2 { position: relative; font-size: 14px;line-height: 16px; font-weight: 600;padding: 18px 30px 18px 30px;color: #fff;outline: none;border: 0;border-radius: 0px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #0e463f; text-transform: uppercase; margin: 0 25px;}
.sd-banner-btn2:focus, .btn:active:focus {outline:0;box-shadow:none; color:#fff; background-color: #0e544a;} 
.sd-banner-btn2:hover { color:#fff; background-color: #0e544a;}
.abt-sdd h4 {color: #333333;margin-bottom: 20px;font-size: 46px;line-height: 58px;font-weight: 700;}
.abt-sdd p {margin-bottom: 30px;}
.abt-sdd p a {color: #0eb495;}
.abt-sdd p a:hover {color: #000;}
.abt-sdd{padding-bottom: 40px;}
.abt-sdd2{padding-top: 0;}
.lgo-sd{padding-bottom: 70px;}
.lft-sd{text-align: center;}
.lft-sd img {margin: 0 auto;}
.lft-sd h4{margin-bottom: 0;}
.lft-sd h4 a{font-size: 40px;line-height: 50px;font-weight: 700;color: #333333;}
.lft-sd h4 a:hover{opacity: .85;}
.rght-sd{text-align: center;}
.rght-sd h4 {font-size: 40px;line-height: 50px;font-weight: 700;color: #333333;}
.rght-sd img {margin: 0 auto 20px; border-radius: 30px;}
.rght-sd p{margin-bottom: 0;}
.sd-cntct{padding: 70px 0 60px;background-color: #0eb495;text-align: center;}
.sd-cntct h6{color: #333333;font-size: 22px;line-height: 34px;margin-bottom: 0;}
.sd-cntct h6 a{color: #000;}
.sd-cntct h6 a:hover{color: #333333;}


.cmm-mmbr-sd ul li:before{position:absolute; top:5px; left:0; width:16px; height:16px; background:url(https://theafp.bdedev.co.uk/wp-content/uploads/2023/11/user-3.png); content:'';background-size:100%;}

.faq-sec{padding: 50px 0;}
.faq-sec .faq-box {position: relative; width: 100%; }
.faq-sec .faq-item {position: relative; }
.faq-titel {cursor:pointer; position: relative; overflow:hidden; border-bottom: 1px solid #57b197;}
.faq-sec .faq-titel::before {position: absolute;height: 25px;right: 0; bottom: 0px; top: 0px; margin: auto; z-index: 1; display: inline-block;text-rendering: auto;-webkit-font-smoothing: antialiased;  font: var(--fa-font-solid);content: "\f13a"; color: #000;font-size: 24px;}
.faq-item.active .faq-titel::before { color:#57b197;;content: "\f139";}
.faq-sec .faq-titel h4 { font-weight:500; font-size: 20px; line-height: 30px; color: #000; position: relative; padding:15px 40px 0px 0px;}
.faq-sec .content {display:none; padding:20px 0px 0px 0px;}
.faq-sec .content p { color: #3c4547; font-size: 17px;}
.faq-sec .faq-item.active .faq-titel {border-bottom: 1px solid #57b197;}
.faq-sec .faq-item.active .faq-titel h4 a{ color:#57b197;}
.faq-sec .faq-titel h4 a{color: #000;}
.faq-sec .content p strong{color: #000; font-weight: 600;}
.faq-sec .content ul{position: relative; padding-bottom: 15px;}
.faq-sec .content ul li{position: relative; padding-left: 20px; margin-bottom: 8px;}
.faq-sec .content ul li::before{position: absolute; top: 5px; left: 0; width: 8px; height: 8px; border-radius: 50%;content: ""; background: #57b197; }
.faq-sec .cmn-btn{margin-top:25px;}

.contact-info{position: relative; width: 100%; padding: 50px 0;}
.contact-info h3{margin-bottom: 20px;}
.contact-info p a{color:#57b197 ;}
.info-box{position: relative; padding-top: 20px;}
.info-box label{width: 100%; color: #000; margin-bottom: 5px;font-size: 16px;}
.info-box input{height: 50px; width: 100%; padding: 10px; color: #000; outline: none;   margin-bottom: 15px; }
.info-box textarea{ width: 100%; padding: 10px; color: #000; outline: none;   margin-bottom: 15px; height: 100px;resize: none;}
.info-box .cmn-btn{width: auto; height: auto; padding: 12px 30px; color: #fff; border: none;}

@media(max-width:767px){
.faq-sec { padding: 30px 0; }
.faq-sec .faq-titel h4 {font-size: 18px; line-height: 25px;}
.faq-sec .cmn-btn {margin-top: 25px;}
.contact-info { padding: 30px 0;}
.contact-info h3 { margin-bottom: 15px;}
.faq-sec p{margin-bottom: 15px;}
.contact-info p{margin-bottom: 15px;}
.info-box textarea{height: 80px; margin-bottom: 10px;}
.info-box input{height: 40px; margin-bottom: 10px;}
}

@media(max-width:991px) {
.abt-sd {padding: 50px 0;}
.tpc-sd ul li {padding-left: 35px;font-size: 16px;line-height: 24px;width: 50%;}
.tpc-sd{padding: 0 0 40px;}
.tpc-sd h5 {font-size: 22px;line-height: 32px;margin: 0 0 30px 0;}
.cmm-mmbr-sd li {width: 50%;margin-bottom: 30px;}
.cmm-mmbr-sd h4, .qa-sd-area h4 {margin-bottom: 40px;font-size: 35px;line-height: 40px;}
.sd-banner h1{font-size: 35px;line-height: 40px;}
.so-sd-cnt h4 {margin-bottom: 10px;font-size: 32px;line-height: 42px;}
.qa-sd-area {padding: 50px 0 40px;}
.qa-sd-area ul li{width: 50%;}
.so-sd {padding: 40px 30px;}
.so-sd-cnt {width: 100%;text-align: center;margin-bottom: 20px;}
.so-sd-btn {width: 100%;justify-content: center;}
.so-sd-area{padding-bottom: 50px;}
.so-sd-cnt h6 {font-size: 20px;line-height: 30px;}
.abt-sd p {font-size: 16px;line-height: 26px;}
.sd-banner-btn{margin: 0 15px;}
.cmm-mmbr-sd .cmm-mmbr-cnt h6 {font-size: 20px;line-height: 26px;margin-bottom: 8px;}
.cmm-mmbr-sd .cmm-mmbr-cnt p {font-size: 15px;line-height: 18px;}
.qa-sd-cnt h6 {font-size: 22px;line-height: 28px;}
.qa-sd-bx {padding: 40px;}
.qa-sd-cnt {padding: 20px 0;}
.cmm-mmbr-img {margin-bottom: 15px;}

.responsivetab-order-2{order: 2;}
.abt-sdd h4{margin-top:20px;margin-bottom:10px}
.abt-sdd2 h4{margin-top:0}
.abt-sdd p{margin-bottom:15px}
.abt-sdd{padding-bottom:20px}
.abt-sdd2{padding-top:0}
.abt-sdd2 .ratio{margin-bottom:20px}
.abt-sdd h4,.abt-sdd2 h4,.lft-sd h4 a,.rght-sd h4{font-size:35px;line-height:40px}
.lgo-sd{padding-bottom:50px}
.rght-sd img{margin:30px auto 20px}
.sd-cntct{padding:50px 0 40px}
.sd-cntct h6{font-size:18px;line-height:25px}

}
@media(max-width:767px) {
.responsive-order-2{order:2}
.sd-banner h1{font-size:30px;line-height:35px;margin-bottom:15px}
.cmm-mmbr-sd h4,.qa-sd-area h4{font-size:30px;line-height:35px;margin-bottom:20px}
.tpc-sd ul li{padding-left:30px;font-size:14px;line-height:20px;width:100%;padding-right:0}
.abt-sd{padding:30px 0 20px}
.abt-sd p{font-size:14px;line-height:22px;margin-top:15px;text-align:center}
.sd-banner-btns{flex-wrap:wrap}
.sd-banner-btn{margin:5px 0}
.sd-banner{padding:20px 0 15px}
.tpc-sd{padding:0 0 20px}
.tpc-sd h5{font-size:20px;line-height:26px;margin:0 0 15px}
.cmm-mmbr-sd{padding:30px 0 10px}
.cmm-mmbr-sd li{width:100%;margin-bottom:20px}
.cmm-mmbr-img{margin-bottom:10px}
.cmm-mmbr-cnt{text-align:left;}
.cmm-mmbr-sd .cmm-mmbr-cnt h6{font-size:18px;line-height:24px;margin-bottom:5px}
.cmm-mmbr-sd .cmm-mmbr-cnt p{font-size:14px;line-height:16px}
.qa-sd-area{padding:30px 0 10px}
.qa-sd-area ul li{width:100%}
.qa-sd-cnt h6{font-size:18px;line-height:24px}
.qa-sd-bx{padding:30px}
.qa-sd-img{width:90px;height:90px}
.so-sd-area{padding-bottom:30px}
.so-sd{padding:30px 20px}
.so-sd-cnt h4{font-size:25px;line-height:32px;margin-bottom:15px}
.so-sd-cnt h6{font-size:18px;line-height:24px}
.sd-banner-btn,.sd-qa-btn{font-size:13px;line-height:15px;padding:16px 50px 16px 25px}
.sd-qa-btn::after,.sd-banner-btn::after{top:16px;right:25px}
.abt-sdd h4,.abt-sdd2 h4,.lft-sd h4 a,.rght-sd h4{text-align:center;font-size:30px;line-height:35px}
.abt-sdd2{padding-top:0;padding-bottom:0}
.lgo-sd{padding-bottom:30px}
.abt-sdd p{margin-bottom:10px;margin-top:0}
.cmm-mmbr-sd ul{padding-left:0px;}		
.cmm-mmbr-sd ul li{width:100%; text-align:left;}
}

/**New Wordpress Start**/
h1.page-title {
    font-size: 40px;
    font-weight: 500;
    color: #57b197;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-result-count {
    font-size: 15px;
}

.woocommerce .woocommerce-ordering select {
    border: #000 1px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 8px;
    outline: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 2% 0;
    padding: 0;
    position: relative;
    width: 23.5%;
    background-color: transparent;
}

.woocommerce ul.products li.product:nth-child(4n+4), .woocommerce-page ul.products li.product:nth-child(4n+4) {
    margin-right: 0px;
}

.woocommerce ul.products li.product span.price, .woocommerce ul.products li.product span.price * {
    font-size: 15px;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    padding: 12px 30px 11px 30px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    background-color: #8e68a6;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #57b197;
}

.woocommerce ul.products li.product a img {
    height: 360px;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.1em;
    line-height: 1.4;
}





.woocommerce div.product {
    background-color: transparent;
    margin-top: 30px;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.woocommerce div.product form.cart .variations select {
    border: #000 1px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 8px;
    outline: none;
}

.woocommerce div.product form.cart .reset_variations {
    display: none;
    color: #57b197;
    margin-top: 3px;
}

.woocommerce .quantity .qty {
    font-size: 14px;
    border: #000 1px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 6px;
    outline: none;
}

.woocommerce div.product .stock {
    color: #57b197;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations td.value {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    vertical-align: middle;
    border-right: none !important;
}

.woocommerce div.product form.cart .button {
    padding: 12px 30px 11px 30px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    background-color: #8e68a6;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #57b197;
}

.product_meta * {
    font-size: 16px;
}

.product_meta .posted_in a {
    color: #57b197;
}

.product_meta .posted_in a:hover {
    color: #8e68a6;
}

.woocommerce div.product form.cart .variations label {
    margin-top: 6px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px;
}
form label {
	font-size: 14px;
}
.woocommerce-Reviews form input[type="text"], 
.woocommerce-Reviews form input[type="email"], 
.woocommerce-Reviews form textarea,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    width: 100%;
    border: #000 1px solid;
    padding: 8px 10px;
    outline: none;
    font-size: 14px;
}

.woocommerce #review_form #respond {
    font-size: 16px;
}

.woocommerce #review_form #respond .comment-reply-title {
    font-size: 16px;
}

.woocommerce #review_form #respond span#email-notes {
    font-size: 16px;
}

.woocommerce #review_form #respond textarea {
    height: 110px;
}

.woocommerce-Reviews form label span {
    color: red;
}

.woocommerce #review_form .form-submit .submit {
    background-color: #000;
}

.woocommerce #review_form #respond .form-submit input {
    background: #57b197;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 42px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: 0.5s all;
    border-bottom: none;
    border-radius: 0;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #000;
}

.woocommerce-Reviews form .comment-form-cookies-consent label {
    font-size: 14px;
    margin-top: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #57b197;
}

.woocommerce table.shop_attributes td {
    border-right: none !important;
}
.comment-notes .required-field-message {
    font-size: 16px;
}


.woocommerce-message {
    border-top-color: #57b197;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-message::before {
    color: #57b1ab;
}

.woocommerce .woocommerce-message .button {
    font-size: 14px;
    font-weight: 500;
    background-color: #57b197;
    border-radius: 0px;
    color: #fff;
}

.woocommerce .woocommerce-message .button:hover {
    background-color: #221f20;
    color: #fff;
}



.woocommerce-cart .banner-main .banner-contants-main.about-main-heading h1,
.woocommerce-checkout .banner-main .banner-contants-main.about-main-heading h1 {
    font-size: 35px;
    height: auto;
    padding: 30px 0;
}

.woocommerce-cart .banner-main,
.woocommerce-checkout .banner-main {
    height: auto;
}

.woocommerce-cart .banner-main +.woocommerce {
    max-width: 1540px;
    margin: auto;
    padding: 0px 15px;
}

.woocommerce-cart .banner-main +.woocommerce .woocommerce-info,
.woocommerce-checkout .banner-main +.woocommerce .woocommerce-info {
    border-top-color: #57b197;
}

.woocommerce-cart .banner-main +.woocommerce .woocommerce-info::before,
.woocommerce-checkout .banner-main +.woocommerce .woocommerce-info::before {
    color: #57b197;
}
.woocommerce-checkout .banner-main +.woocommerce .woocommerce-info .showcoupon {
	color: #57b197;
}
.woocommerce-cart .banner-main +.woocommerce .woocommerce-info,
.woocommerce-checkout .banner-main +.woocommerce .woocommerce-info {
    color: #000;
}

.return-to-shop a.button {
    background-color: #57b197 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.return-to-shop a.button:hover {
    background-color: #221f20 !important;
}

.woocommerce ul.products li.product a.added_to_cart {
    margin-left: 10px;
    color: #57b197;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
    text-decoration: underline;
}


.woocommerce-cart .banner-main +.woocommerce .container {
    padding: 0px;
}

.woocommerce-cart .banner-main +.woocommerce table tr td {
    font-size: 16px !important;
    padding: 6px;
}

.woocommerce-cart .banner-main +.woocommerce table tr td.product-price * {
    font-size: 16px !important;
    color: #000;
}

.woocommerce-cart .banner-main +.woocommerce table tr td a {
    color: #57b197;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    font-size: 14px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    border-radius: 0px;
    background-color: #57b197 !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background-color: #221f20 !important;
    color: #fff !important;
}

woocommerce-cart table.cart .product-thumbnail {
    width: 80px;
    height: 70px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 60px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals .cart_totals h3 {
    font-size: 22px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals table tr td, .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals table tr th {
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-cart .wc-proceed-to-checkout a {
    font-size: 18px !important;
    font-weight: 500;
    background-color: #57b197 !important;
    border-radius: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a:hover {
    background-color: #221f20 !important;
}
.woocommerce-cart .banner-main +.woocommerce table tr td.product-name {
    width: 30%;
}

.woocommerce-cart .banner-main +.woocommerce table tr td.product-thumbnail {
    width: 60px;
}


section.related.products h2 {
    font-size: 25px;
}
form.checkout.woocommerce-checkout h3 {
    font-size: 22px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 37px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border-color: #000;
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px;
}

.woocommerce form .form-row .optional {
    font-size: inherit;
}

form.checkout.woocommerce-checkout h3#order_review_heading {
    margin-top: 40px;
}

.woocommerce-page form .form-row textarea.input-text {
    height: 116px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border-radius: 0px;
    font-weight: 500;
    background-color: #57b197;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #221f20;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
}

.select2-container--default .select2-results>.select2-results__options li {
    font-size: 14px;
    font-weight:400;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3c4547;
    font-size: 14px;
    font-weight: 400;
}
.woocommerce form .form-row .select2-container * {
    outline: none;
}
.woocommerce-error li {
    color: #b81c23;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}


.woocommerce-checkout #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li p {
    font-size: 15px;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
    font-size: 14px;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p a {
    color: #57b197;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p a:hover {
    text-decoration: underline;
}

.woocommerce form.checkout_coupon p {
    margin-bottom: 10px;
}
@media(max-width:1200px){
.woocommerce ul.products li.product a img {
    height: 230px;
    
}	
.woocommerce div.product .woocommerce-tabs .panel p{
		overflow-x:hidden; 
}
}


@media(max-width:992px){
.woocommerce ul.products li.product a img {
    height: 360px;
}	
h1.page-title {
	font-size: 30px;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-result-count {
    font-size: 13px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    width: 100%;
}
.woocommerce .woocommerce-ordering select {
	width: 100%;
}
.woocommerce div.product .product_title {
	font-size: 22px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product p.price *, .woocommerce div.product span.price * {
    font-size: 16px;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 15px;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0;
}
.woocommerce-cart .banner-main .banner-contants-main.about-main-heading h1, .woocommerce-checkout .banner-main .banner-contants-main.about-main-heading h1 {
    font-size: 28px;
    height: auto;
    padding: 20px 0;
}
.woocommerce-cart .banner-main +.woocommerce table tr td.product-name {
    width: 100%;
}
.woocommerce-cart .banner-main +.woocommerce table tr td.product-thumbnail {
    width: 100%;
}
}

@media(max-width:767px){
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		text-align: left;
		    display: inline-block;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right!important;
    width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 160px;
    font-size: 14px;
}
div#wc-stripe-payment-request-wrapper {
    padding-top: 0px !important;
}
.woocommerce div.product form.cart div.quantity {
    margin-bottom: 15px;
}
.woocommerce-cart .banner-main +.woocommerce .woocommerce-info, .woocommerce-checkout .banner-main +.woocommerce .woocommerce-info {
    font-size: 14px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding-left: 3rem;
}
.woocommerce .woocommerce-message .button {
    display: block;
    width: 100%;
    text-align: center;
}
.woocommerce-cart .banner-main +.woocommerce table tr td a {
    color: #57b197;
    font-size: 15px;
    padding-left: 6px;
}
.wc_payment_methods.payment_methods.methods input:checked + label {
    
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce table.shop_table td {
    font-size: 14px !important;
}
.woocommerce table.shop_table td {
    font-size: 14px !important;
}

.woocommerce table.shop_table td .amount, .woocommerce table.shop_table td .amount * {
    font-size: 16px;
}
form.checkout.woocommerce-checkout h3 {
    font-size: 18px;
}

.woocommerce-checkout .woocommerce .container .container {
    padding: 0px;
}
 .header-scn {
  padding: 10px 0;
 }

body .megamenu-list .megamenu-side {
    width: 100% !important;
    padding-right: 0px !important;
}
body .nav ul li.mega-menu .megamenu-menu .megamenu-contpart{
    display: none;
}
body .header-scn .mega-menu .megamenu-menu {
    opacity: 1 !important;
    pointer-events: auto !important;
    display: none !important;
        visibility: visible;
}
.megamenu-contpart + .mt-5.col-md-7.mb-3 a {
    padding: 0px !important;
    border: none !important;
    display: none;
}
body .header-scn .nav ul li.openmenu .megamenu-menu {
 display: block !important;
 box-shadow: none;
}
body .header-scn .megamenu-list .megamenu-side ul {
    opacity: 1 !important;
    pointer-events: inherit !important;
}
body .nav ul li .megamenu-side ul li a.current:after{
	content: normal;
}
.nav ul li .megamenu-side ul li a:after {
    content: normal;
}
.nav ul li .megamenu-side ul li:last-child {
    border-bottom: 0;
}
.join-us-left-items.membership-contant {
    padding: 0 15px;
    display: block;
    text-align: left;
}
.spon-btn-add.cmn-btn.vehicle-bg.contants-main-bg {
    width: 100%;
    padding: 9px 14px 8px 14px;
    font-size: 15px;
    text-align: center;
}
.p-bg-diffrent {
    font-size: 14px;
    text-align: left !important;
}
.join-us-left-items p {
    font-size: 14px;
    margin-bottom: 14px;
}

.join-us-left-items {
    margin-bottom: 0rem;
}
.join-us-left-items.membership-contant h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}
.team-list.sponshoeship-main.cmn-section {padding-top: 40px; padding-bottom: 40px;}
}

@media(max-width:599px){
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}
.woocommerce div.product form.cart .button {
    width: 100%;
    margin-left: 0;
}
}
