@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i&display=swap');

html {
	font-size: inherit !important
}

a:focus,
input:focus {
	outline: 0 solid
}

button {
	box-shadow: none !important;
	outline: medium none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px
}

body {
	font-family: Roboto, sans-serif !important;
	color: #454645;
	font-size: 15px;
	overflow-x: hidden
}

img {
	max-width: 100%;
	height: auto;
	width: auto
}

html {
	scroll-behavior: smooth;
}

.rateButton {
	cursor: pointer;
}

body,
html {
	background: 0 0 !important;
	font-family: Roboto
}

.h3,
h3 {
	font-weight: 400
}

.forgot_box {
	margin-top: 80px !important
}

.topheaderbg {
	background: #fff !important;
	padding: 25px 10px 8px 0px;
	display: block;
}

/* .topheaderbg .logo {
	margin-top: 4px
} */

.topheaderbg .row.form-group {
	margin-bottom: 8px
}

p#message_terms {
	padding-left: 10px;
	color: #b93030 !important
}

p#message_error {
	padding-left: 17px;
	position: relative;
	top: 4px;
	color: #b93030 !important
}

.registration-title {
	/* color: #fff;
	margin: 12px 0 0 -29px;
	font-size: 15px */
	font-size: 15px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 12px;
	padding-right: 5px;
}

.btntopheader {
	font-size: 14px;
	padding: 0;
	line-height: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	/*border-radius:50%;*/
	height: 45px;
	width: 45px !important;
	text-align: center
}

.btn-infotopheader {
	/* background-color: #fff !important; */
	/* border-color: #fff !important; */
	/* color: #15185a; */
	color: #101010;
	background-color: #f4a815;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 0;
	border: 2px solid transparent;
	height: 43px;
	margin-left: 6px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	cursor: pointer;
}

.btn-infotopheader:hover,
.btn-infotopheader:focus {
	-webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
	box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
	border: 2px solid #000000;
	background: transparent;
	color: #000000;
}

.bannerbg {
	background: rgba(102, 184, 228, 1);
	background: -moz-linear-gradient(top, rgba(102, 184, 228, 1) 0, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(102, 184, 228, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(102, 184, 228, 1) 0, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(102, 184, 228, 1) 0, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(102, 184, 228, 1) 0, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(102, 184, 228, 1) 0, rgba(255, 255, 255, 1) 100%);
	padding: 123px 0 0px 0;
	margin: -2% 0 0 0;
	background-image: url("../assets/frontend/img/seller-bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

.bannerformbg {
	background: #fff;
	padding: 30px 20px !important;
	box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
	margin: -23px 0 0 45px;
	width: 37.2%;
}

/* .btn-info-bannerform {
	background-color: #15185a !important;
	border-color: #15185a !important;
	color: #fff;
	border-radius: 4px;
	height: 45px;
	margin: 0;
	font-weight: 400
} */

.btn-info-bannerform {
	color: #101112;
	background-color: #f4a815;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 0;
	border: 2px solid transparent;
	height: 43px;
	width: 140px !important;
	margin-left: 6px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin-top: 8px;
	font-weight: 400;
	padding: .375rem .75rem;
}

.btn-info-bannerform:hover,
.btn-info-bannerform:focus {
	-webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
	box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
	border: 2px solid #000000;
	background: transparent;
	color: #000000;
}


.bannerimg h3 {
	text-align: center;
	color: #fff;
	line-height: 1.5;
	line-height: 1.3;
	font-size: 30px;
	position: absolute;
	right: 33%;
	letter-spacing: 3px;
	top: -5%
}

/* .logo img {
	margin: 0 15px 0 0
} */

.iconsbgspacing {
	padding: 66px 0 66px 0
}

.icons h3 {
	margin: 40px 0 6px 0;
	text-transform: uppercase;
	font-weight: 700
}

.icons p {
	font-weight: 500;
	font-size: 15px
}

.registersectionbg {
	background: rgba(27, 60, 130, 1);
	background: -moz-linear-gradient(left, rgba(27, 60, 130, 1) 0, rgba(42, 110, 158, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, rgba(27, 60, 130, 1)), color-stop(100%, rgba(42, 110, 158, 1)));
	background: -webkit-linear-gradient(left, rgba(27, 60, 130, 1) 0, rgba(42, 110, 158, 1) 100%);
	background: -o-linear-gradient(left, rgba(27, 60, 130, 1) 0, rgba(42, 110, 158, 1) 100%);
	background: -ms-linear-gradient(left, rgba(27, 60, 130, 1) 0, rgba(42, 110, 158, 1) 100%);
	background: linear-gradient(to right, rgba(27, 60, 130, 1) 0, rgba(42, 110, 158, 1) 100%);
	padding: 70px 0 70px 0
}

.btnrejistry.btn-info-rejistry {
	background: #14185a;
	border: none;
	padding: 14px 45px;
	color: #fff;
	border-radius: 4px;
	margin: 32px 0 0 -13px
}

.registersectiontext h3 {
	color: #fff;
	font-size: 25px;
	margin: 0 0 29px 0
}

.registersectiontext p {
	color: #fff;
	font-size: 14px
}

.customers h3 {
	color: #fff;
	margin: 15px 0 8px 0;
	letter-spacing: 4px
}

.customers p {
	color: #fff;
	margin: 0;
	font-size: 17px;
	letter-spacing: 4px
}

.customers {
	border: 3px solid #fff;
	padding: 21px 0 21px 0;
	text-align: center;
	margin: 0 0 16px 0;
	border-radius: 11px
}

.registersectiontext {
	margin: 78px 0 0 0;
	width: 66%
}

.howitworks {
	text-align: center
}

.howitworksheading {
	text-align: center;
	padding: 0;
	margin: 36px 0 0 0;
	font-size: 15px
}

.howitworksheading h3 {
	font-size: 22px;
	color: #575757
}

.howitworks h3 {
	padding: 0;
	margin: 25px 0 14px 0;
	font-size: medium;
	text-transform: uppercase
}

.howitworks h5 {
	color: #b93030;
	margin: 18px 0 32px 0;
	font-size: 25px
}

.howitworks {
	text-align: center;
	background: #fff;
	padding: 19px;
	margin: 35px 0 0 43px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .35);
	width: 77%
}

.footerborder {
	border-right: 1px solid #fff;
	height: 70px;
	width: 90%
}

.footerbottomtext p {
	text-transform: uppercase
}

.footerbg {
	background: #1f1f1f;
	padding: 40px 0 20px 0;
	margin: 50px 0 0 0
}

.footerheading h3 {
	color: #fff;
	font-weight: 400
}

.footertext a {
	color: #fff
}

.footertext p {
	color: #fff;
	margin: 0
}

.footerbottomtext p {
	color: #fff
}

.footerbottomtext {
	text-align: center;
	padding: 26px 0 0 0;
	border-top: 1px solid;
	margin: 46px 0 0 0
}

.fbordertop {
	border-top: 1px solid #fff
}

/* .form-control {
	border-radius: 4px !important;
	height: 45px !important;
	background: #fff;
	border: 1px solid #575757;
	padding: 0 18px;
	font-size: 14px
} */

.form-control {
	height: 45px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 3px 15px 15px rgba(85, 85, 85, 0.2);
	box-shadow: 3px 15px 15px rgba(85, 85, 85, 0.2);
	box-shadow: 0 0 13px rgba(85, 85, 85, 0.2);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	border: 2px solid transparent;
	padding: .375rem .75rem;
	width: 100%;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	line-height: 1.5;
	font-size: 14px;
	display: block;
}

.form-control:focus {
	border-color: #494949;
}

ul.footersocialicon {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul.footersocialicon li {
	display: inline-block;
	margin: 9px 7px 0 0
}

.icons {
	text-align: center
}

.form-control-header {
	/* border-radius: 4px !important;
	height: 43px;
	box-shadow: inset 1px 3px 5px -2px;
	padding: 0 0 0 17px;
	width: 100%;
	border: 0 solid #000 */
	height: 43px;
	border: none;
	border-radius: 0;
	padding: 0 0 0 17px;
	-webkit-box-shadow: 3px 15px 15px rgba(85, 85, 85, 0.2);
	box-shadow: 3px 15px 15px rgba(85, 85, 85, 0.2);
	box-shadow: 0 0 13px rgba(85, 85, 85, 0.2);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	border: 2px solid transparent;
	width: 100%;
}

.form-control-header:focus {
	border: 2px solid #494949;
	box-shadow: none;
}


.check {
	font-size: 15px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

.check a {
	color: #494949;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.check a:hover {
	color: #f4a815;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 2px 6px 0px;
}

.form-group {
	margin-bottom: 18px
}

.otp-confirmation h4,
.vendor-register-form h4,
.vendor-register-location h4,
.vendor-select-products h4 {
	margin: 0 0 16px 0;
	color: #575757;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 500
}

.otp-confirmation p {
	margin-bottom: 20px;
	font-size: 14px
}

.otp-confirmation a {
	color: #ba3030;
	font-size: 15px;
	display: inline-block;
	margin: 15px 10px 15px 10px
}

.vendor-select-products h6 {
	font-weight: 500;
	font-size: 15px;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 5px;
	padding-bottom: 5px
}

.vendor-select-products .btn-info-bannerform {
	margin-bottom: 0;
	margin-top: 20px
}

.vendor-register-btn {
	border-top: 1px solid #e2e2e2
}

.vendor-register-location .btn-info-bannerform {
	margin-top: 0
}

.vendor-register-location p {
	margin-bottom: 20px;
	font-size: 14px
}

.bannerformbg {
	position: relative
}

.welcome-user-line {
	left: 0;
	top: -76px;
	position: absolute;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px
}

.vendor-select-products .checkbox input[type=checkbox] {
	margin-left: 0
}

.vendor-select-products .checkbox label:after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	border: 2px solid #d2d0d0;
	border-radius: 4px;
	background-color: #fff;
	left: 0;
	top: 1px
}

.vendor-select-products .checkbox label {
	position: relative
}

.vendor-select-products .checkbox input:checked~label:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/icon/check-mark-icon.png) no-repeat;
	position: absolute;
	left: 3px;
	z-index: 1;
	top: 3px
}

.doscroll {
	height: 200px;
	overflow: auto
}

li.custom {
	background: url("<?=base_url()?>assets/img/tick-hr.png") 0 11% no-repeat;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 25px
}

.scrollbar {
	margin-left: 0;
	height: 360px;
	overflow-y: scroll;
	margin-bottom: 0
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #ba3030
}

.btn-info-bannerform:hover {
	background: 0 0 !important;
	color: #15185a
}

.bannerformbg .check p,
.bannerformbg .form-group p {
	margin: 0 !important
}

.otp-confirmation,
.vendor-register-location,
.vendor-select-products {
	display: none
}

.forget_password {
	text-align: left;
	/* padding-right: 0; */
	padding-left: 15px;
	padding-top: 5px;
}

/* .forget_password a {
	color: #fff;
	margin-top: 9px;
	display: block;
	text-decoration: none
} */

.forget_password a {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #494949;
	letter-spacing: 0.5px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.forget_password a:hover {
	color: #00b9ff;
}

/* @media only screen and (max-width:960px) {
	.registersectiontext {
		display: block;
		width: 100%
	}
} */

/* @media only screen and (max-width:600px) {
	.col-md-2.footermailicon {
		width: 60px
	}

	.row.row-content {
		display: flex;
		align-items: center
	}

	.forget_password {
		position: absolute;
		right: 31px;
		padding: 0;
		bottom: 18px
	}

	.howitworks {
		margin: 35px 0 0 0;
		display: block;
		width: 100%
	}

	.footerborder {
		border-bottom: 1px solid #fff;
		border-right: none;
		display: block;
		width: 100%;
		padding-bottom: 14px;
		height: auto
	}

	.footerheading .col-md-4.footertext,
	.footerheading .col-md-8.footertext {
		padding: 0
	}

	.footermailicon img {
		float: left;
		display: block
	}

	.bannerformbg {
		margin: 0;
		display: block
	}

	.btnrejistry.btn-info-rejistry {
		width: 100%;
		display: block
	}

	.btn-info-bannerform {
		margin: -26px 0 0 0;
		display: block
	}
} */

/* @media only screen and (max-width:996px) {
	.howitworks {
		width: 100%;
		display: block;
		margin: 0
	}

	.howitworksheading h3 {
		margin: 0 0 26px 0;
		display: block
	}

	.btnrejistry.btn-info-rejistry {
		margin: 32px 0 39px 0;
		display: block
	}

	.registration-title {
		margin: 0;
		display: block
	}

	.logo {
		text-align: center;
		margin-bottom: 31px
	}

	.bannerimg h3 {
		right: 0;
		display: block
	}

	.registersectionbg {
		padding: 0 0 45px 0;
		display: block
	}

	.bannerformbg {
		margin-top: 90px
	}
} */

/*----Service-Area-Start---*/

.service-area {
	background-color: #ffffff;
	padding: 45px 0;
}

.service-area .service-inner ul.service-part {
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-area .service-inner ul li {
	display: inline-block;
	width: 20%;
}

.service-area .service-inner ul li .service-detail {
	position: relative;
	text-align: center;
	padding: 25px 50px;
	border-right: 1px solid #cbcbcb;
}

.service-area .service-inner ul li .service-bdn {
	border: none;
}

.service-area .service-inner ul li .service-detail h3 {
	font-size: 17px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 15px;
}

.service-area .service-inner ul li .service-detail h1 {
	font-size: 47px;
	color: #f4a815;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	display: block;
}

.service-area .service-inner ul li .service-detail h1 span {
	font-size: 17px;
	display: block;
	letter-spacing: 1px;
}

.service-area .service-inner ul li .service-detail p {
	font-size: 15px;
	color: #868686;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
}

.service-img {
	display: inline-block;
	vertical-align: middle;
	height: 64px;
	width: 64px;
	position: relative;
	overflow: hidden;
}

.service-img .show-img,
.service-img .rotate-img {
	position: absolute;
	left: 50%;
	font-size: 48px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	vertical-align: middle;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.service-img .rotate-img {
	top: 50%;
}

.service-img .show-img {
	top: 150%;
}

.service-detail:hover .service-img .rotate-img {
	top: -50%;
}

.service-detail:hover .service-img .show-img {
	top: 50%;
}

.service-area-mobile {
	display: none;
}

.service-area-mobile .service-inner ul li {
	width: 100%;
}

/*-------Start-Seller-Section------*/

.seller-area {
	background-image: url("../img/seller.png");
	background-repeat: no-repeat;
	padding: 30px 0;
	background-size: cover;
	background-attachment: fixed;
}

.seller-area .seller-inner .seller-details {
	margin-top: 50px;
}

.seller-area .seller-inner .seller-details .icon-bg-dark {
	text-align: center;
	background-color: #000000;
	padding: 30px 0 20px 0;
	border-radius: 30px;
	width: 85%;
	margin-bottom: 22px;
}

.seller-area .seller-inner .seller-details .icon-bg-dark .icon-content {
	padding-top: 15px;
}

.seller-area .seller-inner .seller-details .icon-bg-dark .icon-content h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 0;
}

.seller-area .seller-inner .seller-details .icon-bg-dark .icon-content h4.counter-mt {
	margin-top: 10px;
}

.seller-area .seller-inner .seller-details .icon-bg-dark .icon-content span {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}

.seller-area .seller-inner .seller-details .icon-dark-ml {
	margin-left: -45px;
}

.seller-area .seller-inner .seller-now .seller-now-img {
	margin-top: -12%;
	position: relative;
	margin-left: 12%;
}

.seller-area .seller-inner .seller-now .seller-now-img img {
	max-width: inherit !important;
	width: auto !important;
}

.seller-area .seller-inner .seller-now .seller-img-desc {
	position: absolute;
	top: 12%;
	left: 27%;
	width: 100%;
	/* transform: skewX(-2deg); */
}

.seller-area .seller-inner .seller-now .seller-img-desc h3 {
	font-size: 22px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.seller-area .seller-inner .seller-now .seller-img-desc p {
	font-size: 16px;
	font-weight: 400;
	color: #494949;
	font-family: 'Roboto', sans-serif;
	margin-top: 28px;
	text-align: justify;
	/* padding-right: 30px; */
	width: 78%;
	line-height: 1.5;
}

.seller-area .seller-inner .seller-now .seller-img-desc p:nth-of-type(2) {
	margin-top: 20px;
}

.seller-area .seller-inner .seller-now .seller-img-desc .seller-now-btn button.go-btn {
	color: #101112;
	background-color: #f4a815;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 0;
	border: 2px solid transparent;
	height: 42px;
	width: 140px;
	margin-left: 6px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin-top: 12px;
	font-weight: 400;
}

.seller-area .seller-inner .seller-now .seller-img-desc .seller-now-btn button.go-btn:hover,
.seller-area .seller-inner .seller-now .seller-img-desc .seller-now-btn button.go-btn:focus {
	-webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
	box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
	border: 2px solid #000000;
	background: transparent;
	color: #000000;
	/* border-radius: 50px; */
}

.seller-area-mobile {
	display: none;
}


/*------Start-Work-Details-Section------*/

.work-detail {
	padding: 50px 0;
	background: #ffffff;
}

.work-detail .work-head h3 {
	font-size: 25px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.work-detail .details-card {
	margin-top: 50px;
}

.work-detail .details-card .card-process {
	-webkit-box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
	box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
	text-align: center;
	position: relative;
	padding-top: 50px;
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: scale(1);
}

.work-detail .details-card .card-process:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

.work-detail .details-card .card-process::after {
	position: absolute;
	content: '';
	background-image: url("../img/icons/cut.png");
	bottom: -23px;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	right: -23px;
	left: auto;
}

.work-detail .details-card .card-process::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 5px;
	background-color: #f4a815;
	transition: 0.5s;
}

.work-detail .details-card .card-process:hover::before {
	width: 100%;
}

.work-detail .details-card .card-process span {
	display: block;
	position: absolute;
	top: 20px;
	height: 47px;
	padding: 0px 50px;
	line-height: 48px;
	border-radius: 0px 50px 50px 0px;
	background: linear-gradient(to right,
			#f4a815 20%, #c98708 80%);
	z-index: 999;
}

.work-detail .details-card .card-process span a {
	position: relative;
	font-size: 18px;
	color: #060505;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.work-detail .details-card .card-process span a::before {
	content: '';
	position: absolute;
	background: url('../img/service-header-before.png');
	width: 12px;
	height: 74px;
	left: -62px;
	top: -14px;
	background-size: contain;
}

.work-detail .details-card .card-process .card-content h3 {
	font-size: 18px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.work-detail .details-card .card-process .card-content p {
	font-size: 14px;
	color: #494949;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .8px;
	line-height: 1.8;
	padding: 0 13px;
	margin: 30px 0;
}

.work-detail .details-card .card-process .card-content .card-img {
	width: 140px;
	height: 140px;
	padding: 0px 20px 0 25px;
	box-shadow: 2px 0px 0px 1px rgba(0, 0, 0, 0.22);
	border-radius: 70px;
	margin-left: Calc(50% - 70px);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.work-detail .details-card .card-process .card-content .card-img img {
	position: absolute;
}

.work-detail .details-card .card-process .card-content {
	padding-bottom: 30px;
	margin-top: 50px;
	position: relative;
}

.work-detail .bottom-detail {
	background-image: url(../img/icons/bottomline1.png);
	background-repeat: no-repeat;
	height: 95px;
	background-position: center;
	background-size: contain;
	margin-left: -3%;
}

/*--------Footer-Section---------*/

.footer {
	background: #fff;
	padding: 0;
}

.footer .footer_top {
	padding: 20px 15px 10px 15px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
}

.footer .footer_top .footer_widget .footer_logo {
	margin-right: 20px;
}

.footer .footer_top .footer_widget {
	border-right: 3px dotted #49494994;
	height: 120px;
}

.footer .footer_top .links-widget {
	border: none;
}

.footer .footer_top p {
	color: #494949;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 15px;
	text-align: justify;
}

.footer .footer_top p.footer-pwdh {
	width: 60%;
}

.footer .footer_top p a {
	color: #494949;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-ms-transition: 0.3s;
	text-decoration: none;
}

.footer .footer_top ul {
	margin: 0;
	padding: 0;
}

.footer .footer_top li {
	color: #494949;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	/*text-transform: capitalize;*/
	display: inline-block;
}

.footer .footer-social ul li {
	margin-right: 15px;
}

.footer .footer-social ul li a:hover {
	padding-left: 0 !important;
	text-decoration: none;
}

.footer .footer-social ul li a::before {
	width: 0 !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-ms-transition: 0.3s;
}

.footer .footer_top p a:hover {
	color: #f4a815;
}

.footer .footer_top .footer_title {
	font-size: 18px;
	font-weight: 500;
	color: #f4a815;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
}

.footer .footer_top ul li a {
	color: #494949;
	font-weight: 400;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-ms-transition: 0.3s;
	text-decoration: none;
}

/* 
.footer .footer_top ul li a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #f4a815;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

/*.footer .footer_top ul li a:hover::before {
    width: 20px;
}*/

.footer .footer_top ul li a::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f4a815;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.footer .footer_top ul li a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.footer .footer_top ul li a:hover {
	color: #f4a815;
	/* padding-left: 25px; */
	text-decoration: none;
}

.footer .copy-right_text {
	padding-bottom: 10px;
	padding-top: 20px;
	background: #fefefe;
	border-top: 1px solid #2e2e2d63;
}

.footer .copy-right_text p {
	color: #494949;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.footer .footer_top .logo-widget {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.footer .footer_top .links-widget ul {
	display: flex;
	justify-content: space-between;
	width: 80%;
}

.footer .footer_top .links-widget ul li {
	display: block;
}

/*------Responsive-Sizes--------*/

/* Small Devices (320px To 740px) */

@media only screen and (min-width: 320px) and (max-width: 740px) {
	/*----------Seller-Responsive--------*/

	.topheaderbg .logo {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.bredcrumb-area .login-area {
		margin-left: 0;
		width: auto;
	}

	.seller-area-mobile,
	.service-area-mobile {
		display: block !important;
	}

	.seller-area .seller-inner .seller-details .icon-dark-ml {
		margin-left: 0;
	}

	.seller-area .seller-inner .seller-details .icon-bg-dark {
		width: 100%;
	}

	.seller-area .seller-inner .seller-details .icon-bg-dark .icon-img {
		display: flex;
		justify-content: center;
	}

	.seller-area-mobile .owl-carousel .owl-item img {
		width: auto;
	}

	.seller-area,
	.service-area {
		display: none;
	}

	.seller-area .seller-inner .seller-now .seller-now-img {
		display: none;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc {
		background: #fff;
		padding: 25px;
		border-radius: 20px;
		position: inherit;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc p {
		width: 100%;
		line-height: 1.8;
		font-size: 15px;
	}

	.work-detail .details-card .card-process {
		margin-bottom: 25px;
	}

	.seller-area .seller-inner .seller-details {
		display: flex;
		justify-content: center;
	}

	.work-detail .bottom-detail {
		display: none;
	}

	.footer .footer_top .logo-widget {
		display: block;
		padding: 0 !important;
	}

	.footer .footer_top .logo-widget p {
		margin-bottom: 0;
		width: 100%;
		padding-bottom: 15px;
	}

	.footer .footer_top .footer_widget {
		height: 100%;
		border-bottom: 3px dotted #49494994;
		border-right: none;
		padding: 18px 0;
	}

	.footer .footer_top .links-widget {
		border: none !important;
	}

	.btntopheader {
		width: 100px !important;
	}

	.bannerbg {
		background-position: center;
		margin: 0;
		padding: 0;
		margin-top: -15%;
	}

	.bannerformbg {
		width: 100%;
		margin: 0;
		margin-top: 45%;
	}

	.push-up-30 {
		margin-top: 0 !important;
	}

	.btn-info-bannerform {
		margin-top: -15px;
	}

	.service-area .service-inner ul li .service-detail {
		padding: 10px 0 0 0;
		border: none;
	}

	.service-area-mobile .service-inner ul li {
		width: 80%;
	}

	.footer .footer_top .footer-pl-55 ul li {
		display: block;
	}

}

@media only screen and (min-width: 525px) and (max-width: 575px) {
	.bannerbg {
		margin-top: -4%;
	}

	.bannerformbg {
		margin-top: 15%;
	}
}

@media only screen and (min-width: 590px) and (max-width: 640px) {
	.topheaderbg .row.form-group {
		flex-direction: row;
		flex-wrap: inherit;
	}
}

@media only screen and (min-width: 595px) and (max-width: 740px) {
	.bannerbg {
		margin-top: -8%;
	}

	.bannerformbg {
		margin-top: 15%;
		margin-left: 25px;
	}

	.work-detail .work-d-flex {
		display: flex;
		flex-wrap: wrap;
	}

	.work-detail .work-d-flex .work-width-50 {
		width: 50%;
	}

	.footer .footer_top .work-d-flex {
		display: flex;
		flex-wrap: wrap;
	}

	.footer .footer_top .work-d-flex .work-width-50 {
		width: 50%;
	}

	.topheaderbg .row {
		display: flex;
		flex-wrap: wrap;
	}

	.topheaderbg .row .width-col-5 {
		width: 100%;
	}

	.btntopheader {
		width: 44px !important;
	}

	.bannerformbg {
		width: 55%;
	}

	.seller-area-mobile .owl-carousel .owl-item img {
		width: auto;
	}
}

@media only screen and (min-width: 690px) and (max-width: 740px) {
	.topheaderbg .row.form-group {
		margin-left: 33px;
	}

	.btntopheader {
		width: 70px !important;
	}
}

/* Tablet Devices (768px To 1280px) */

@media only screen and (min-width: 750px) and (max-width: 990px) {
	.bredcrumb-area {
		/* background-size: cover; */
		background-position: center;
	}

	.seller-area .seller-inner .seller-now .seller-now-img {
		display: none;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc {
		background: #fff;
		padding: 25px;
		border-radius: 20px;
		position: inherit;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc p {
		width: auto;
		line-height: 2;
	}

	/* 
	.seller-area .seller-inner .seller-details {
		margin-left: 10%;
	} */

	.work-detail .details-card {
		margin-top: 20px;
	}

	.work-detail .details-card .card-process {
		margin-top: 30px;
	}

	.work-detail .bottom-detail {
		height: 65px;
		margin-left: 0;
	}

	.seller-footer .footer_top .logo-widget {
		padding-right: 20px;
	}

	.footer .footer_top .links-widget {
		border-right: 3px dotted #49494994;
	}

	.seller-footer .footer_top .footer-pl-55 ul li {
		display: block;
	}

	.topheaderbg .logo {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.topheaderbg .row.form-group {
		margin-left: 40px;
	}

	.topheaderbg .row {
		display: flex;
		/* flex-wrap: wrap; */
	}

	.topheaderbg .row .width-col-5 {
		width: 30%;
	}

	.bannerformbg {
		width: 50%;
		margin-top: -10px;
	}

	.push-up-30 {
		margin-top: 0 !important;
	}

	.service-area {
		display: none;
	}

	.service-area-mobile {
		display: block !important;
	}

	.bannerbg {
		margin-top: -10%;
	}

	.seller-area-mobile {
		display: block !important;
	}

	.seller-area {
		display: none;
	}

	.seller-area-mobile .seller-inner .row {
		display: flex;
		flex-wrap: wrap;
	}

	.seller-area-mobile .seller-inner .seller-details .owl-carousel .owl-item img {
		width: auto;
	}

	.seller-area-mobile .seller-inner .seller-details .icon-bg-dark .icon-img {
		display: flex;
		justify-content: center;
	}

	.seller-area-mobile .seller-inner .seller-details .icon-dark-ml {
		margin-left: 0;
	}

	.seller-area-mobile .seller-inner .seller-details .icon-bg-dark {
		width: 100%;
	}

	.service-area .service-inner ul li .service-detail {
		border: none;
	}

}

@media only screen and (min-width: 800px) and (max-width: 820px) {
	.bannerbg {
		margin-top: -4%;
	}

	.topheaderbg .row.form-group {
		margin-left: 80px;
	}
}

@media only screen and (min-width: 823px) and (max-width: 990px) {
	.bannerbg {
		margin-top: -4%;
	}

	.bannerformbg {
		margin-left: 15px;
	}

	.seller-area-mobile .container {
		width: 830px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.bredcrumb-area {
		background-position: center;
	}

	.bredcrumb-area .login-area {
		width: 100%;
		margin-left: 15%;
	}

	.seller-area .seller-inner .seller-now .seller-now-img {
		margin-left: 0;
		margin-top: -16%;
	}

	.seller-area .seller-inner .seller-now .seller-now-img img {
		height: 600px;
		width: 100%;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc {
		left: 17%;
		top: 8%;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc p {
		line-height: 1.8;
		width: 70%;
	}

	.work-detail .bottom-detail {
		height: 80px;
		margin-left: 0;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc .seller-now-btn button.go-btn {
		margin-top: 0;
	}

	.footer .footer_top .logo-widget {
		padding-right: 20px;
	}

	.bannerformbg {
		width: 41.2%;
	}

	.service-area .service-inner ul li .service-detail {
		padding: 25px 35px;
	}

	.seller-area .seller-inner .row {
		display: flex;
		flex-wrap: wrap;
	}

	.seller-area .seller-inner .row .col-width-92 {
		width: 50%;
	}

	.seller-area .seller-inner .seller-now .seller-now-img img {
		max-width: 100% !important;
		width: 100% !important;
	}

	.seller-area .seller-inner .seller-details .icon-bg-dark {
		width: 100%;
	}

	.seller-area .seller-inner .seller-details .icon-dark-ml {
		margin-left: 0;
	}

	.btn-infotopheader {
		margin-left: -4px;
	}

	.work-detail .work-head h3 {
		margin-bottom: 0;
	}

	.work-detail .details-card {
		margin-top: 0;
	}

	.work-detail .details-card .card-process {
		margin-top: 35px;
	}

	.footer .footer_top .footer-pl-55 ul li {
		display: block;
	}
}

@media only screen and (min-width: 1080px) and (max-width: 1280px) {
	.seller-area .seller-inner .seller-now .seller-now-img {
		margin-right: -55px;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc p {
		width: 80%;
	}

	.seller-area .seller-inner .seller-now .seller-img-desc .seller-now-btn button.go-btn {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 1140px) and (max-width: 1280px) {
	.bredcrumb-area {
		background-size: cover;
		margin: 0;
	}

	.bannerformbg {
		margin-left: 58px;
		margin-top: -60px;
	}

	.seller-area .seller-inner .seller-now .seller-now-img img {
		height: 520px;
	}

	.work-detail .bottom-detail {
		height: 95px;
	}
}

@media only screen and (min-width: 834px) and (max-width: 890px) {
	.bannerbg {
		margin-top: -4%;
	}
}

@media only screen and (min-width: 1390px) and (max-width: 1440px) {
	.bannerbg {
		background-size: cover;
		margin: 0;
	}

	.bannerformbg {
		margin-top: -40px;
		width: 38%;
	}
}