/* custom css start  */

.input-checkbox {
	display: flex;
	align-items: baseline;
}

label.checkbox-inline.cllrs.check-no {
	padding-left: 0px;
	font-size: 13px;
	margin-bottom: 5px;
}

.error-message.error-login-pending {
	margin-left: 32px;
	margin-top: 0px;
}

.terms-conditions h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 60px 0px 30px 0px;
	/* font-family: 'Arial CE', sans-serif; */
}

.terms-conditions ol li {
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: justify;
	list-style: inherit;
	/* font-family: 'Arial CE', sans-serif; */
	overflow-wrap: anywhere;
}

ul.underlist li {
	list-style: none;
	overflow-wrap: anywhere;
}

.myrow {
	margin-top: 60px;
}

.error-message {
	color: red;
	margin-top: -19px;
	font-size: 14px;
	/* margin-left: 23%; */
}

.error-message.error-login {
	margin-left: 0px;
	padding-top: 9px;
}

.react-datepicker-wrapper {
	display: block !important;
}

/* modal verfiy */
.ReactModal__Overlay.ReactModal__Overlay--after-open {
	z-index: 999999999999999 !important;
	border: transparent;

}

.ReactModal__Content.ReactModal__Content--after-open {
	padding: 0px !important;
	border: none !important;
}

.modal-content {
	box-shadow: none !important;
}

/* Dashboard bar chart */
p.chart-heading {
	margin-bottom: -15px;
	text-align: center;
	font-size: 18px;
}

/* Dashboard bar chart */
.carousel .thumbs-wrapper {
	display: none;
}

.carousel .carousel-status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	color: #fff;
	display: none;
}

.login-error-message {
	margin-top: -3px;
	font-size: 13px;
	position: absolute;
	margin-left: 8px;
	color: red;
}

.error-message-landing {
	margin-top: -3px;
	font-size: 13px;
	position: absolute;
	margin-left: 30px;
	color: red;
}

.swal-overlay {
	z-index: 9999999999 !important;
}

/* add new plumber page otp input box */
.otp-modal .modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 32px 0px 15px 0px;
	background: wheat;
}

.box-feild {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-feild input {
	width: 40px !important;
	height: 40px !important;
	border-radius: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.btn-reject {
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	width: auto;
	background-color: #ff4004;
	background-image: linear-gradient(to right, #ff4004, #ff4004, #ff4004) !important;
	border-color: #ff4004 !important;

}

span.verifyText:hover {
	cursor: pointer;
}

/* add new plumber page otp input box */

.login_btn {
	margin: 3px;
	padding: 7px;
}

.up-side {
	margin-top: -1px;
}

/* custom css end  */

@font-face {
	font-family: "ArialCE";
	src: url(ArialCE.woff);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {

	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #000 !important;

}

.btn-group.bootstrap-select.show-tick.form-control2 {
	width: 100%;
}

.errormsgrpan {
	position: absolute;
	color: #f71111;
	bottom: -13px;
	font-size: 11.5px;
	line-height: normal;
	/* left: 4px; */
}

.annidtclass {
	display: none;
}

body {
	overflow-x: hidden;
	/* font-family: "ArialCE"; */
	background-color: #f7f7f7;

}

figure.mybox {
	background: #fff;
	border-radius: 30px;
	text-align: CENTER;
	/* LINE-HEIGHT: 63PX; */
	WIDTH: 150PX;
	height: 150px;
	padding: 30px 15px 15px 15px;
	margin: 0 auto;
}

.product-content h2 a:hover {
	color: #000;
}

.product-content h2 a:focus {
	color: #000;
}


.ff1 {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	right: 15PX;
	color: #000000;
}

.col40 {
	width: 40%;
}

.col30 {
	width: 30%;
}

.steps .step {
	display: block;
	width: 100%;
	text-align: center
}

.steps .step .step-icon-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
	display: block;
	position: absolute;
	top: 50%;
	width: 50%;
	height: 3px;
	margin-top: -1px;
	background-color: #e1e7ec;
	content: '';
	z-index: 1
}

.steps .step .step-icon-wrap::before {
	left: 0
}

.steps .step .step-icon-wrap::after {
	right: 0
}

.steps .step .step-icon {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: #374250;
	font-size: 38px;
	line-height: 81px;
	z-index: 5
}

.steps .step .step-title {
	margin-top: 18px;
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;

}

.steps .step:first-child .step-icon-wrap::before {
	display: none
}

.steps .step:last-child .step-icon-wrap::after {
	display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
	background-color: #d20a28;
}

.steps .step.completed .step-icon {
	border-color: #d20a28;
	background-color: #d20a28;
	color: #fff;
}

@media (max-width: 576px) {

	.flex-sm-nowrap .step .step-icon-wrap::before,
	.flex-sm-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 768px) {

	.flex-md-nowrap .step .step-icon-wrap::before,
	.flex-md-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 991px) {

	.flex-lg-nowrap .step .step-icon-wrap::before,
	.flex-lg-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 1200px) {

	.flex-xl-nowrap .step .step-icon-wrap::before,
	.flex-xl-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

.bg-faded,
.bg-secondary {
	background-color: #f5f5f5 !important;
}

.no-border {
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 14px;
}

.no-border tr th,
.no-border tr td {
	line-height: 20px;
}

.info-box_1 .no-border tr th {
	font-size: 12px;
	width: 25%;
}

.info-box_1 .no-border tr td:first-child {
	font-size: 10px;
	white-space: nowrap;
	font-weight: 600;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e2e2e2;
}

.card .bg-dark {
	background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	padding: 15px;
	font-size: 16px;
}

.trackpds {
	padding-bottom: 25px;
	padding-top: 25px;
	font-size: 16px;
	color: #000;
}

.w-100 {
	width: 100%;
}

.card-body .steps {
	padding-top: 20px;
	padding-bottom: 20px;
}








.loginpanel {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	position: relative;
	overflow: hidden;
	width: 630px;
	max-width: 100%;
	min-height: 290px;
	margin: 0 auto;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.overlay1 {
	background: #bb0824;
	background-image: -webkit-linear-gradient(to right, #5d1e87, #7328a5, #6d21c5) !important;
	background-image: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.loginimg img {
	width: 100px;
}

.loginimg figcaption {
	font-size: 22px;
	font-weight: 500;
	margin-top: 15px;
	width: 100%;
	text-transform: uppercase;
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
}

.loginform {
	background-color: #FFFFFF;
	display: block;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 45PX;
	height: 100%;
	text-align: center;
}

.loginpanel .form-group {
	margin-bottom: 25px;
}

.loginform .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	border-radius: 8px;
}

.loginform .input-group-addon {
	background-color: #d20a28;
	border: 1px solid #d20a28;
	/* border-radius: 8px; */
	color: #fff;
	border-right: 0;
}

.loginform .input-group .form-control {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	border: 1px solid #d20a28 !important;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	box-shadow: none;
}

.overlay-container:after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 45%;
	border-top: 15px solid transparent;
	border-right: none;
	border-left: 15px solid #d9042d;
	border-bottom: 15px solid transparent;
}

/*-----landing page css......*/
.middletext h1 {
	line-height: 81px;
	text-transform: uppercase;
	color: #000;
	font-size: 31px;
	/* font-family: 'Arial'; */

	letter-spacing: -0.5px;
	font-weight: bold;
	margin: 0px !important;
}

.hero_cover_one {
	position: relative;
	display: table;
	width: 100%;
	background-size: cover;
	background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;

}

.innerdiv {
	padding: 80px 0;
}

.brand {
	color: #fff;
	font-weight: bolder;
	font-size: 54px;
	text-transform: uppercase;

	margin-bottom: 23px;
}

.nopaddleft {
	padding-left: 0;
}

.combo img {
	width: 100%;
}

.quotelist {
	list-style-image: url(./../img/icon16.png);
	/* padding-left: 0; */
	padding-top: 0px;
	list-style-position: inside;
}

.quotelist li {
	color: #fff;
	font-size: 18px;
	margin-top: 25px;
	padding-left: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	list-style: inherit;
}

.firstlist li {
	margin-top: 7px;
}

.prdctsss {
	border: 3px solid #fff;
	border-radius: 10px;
	padding: 8px 4px;
}

.solutionoffer {
	color: #fff;
	font-size: 22px;
	/* font-family: 'Arial'; */
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
}

.enquiryForm {
	background: linear-gradient(to right, #f1f1f1, #dbdbdb, #f1f1f1) !important;
	padding: 16px 20px;
	width: 90%;
	margin: 0 auto;
	margin-top: 65px !important;
	border-radius: 0px;
}

.enquiryForm .form-control {
	display: block;
	box-shadow: none;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	background-clip: padding-box;
	border-bottom: 1px solid #000 !important;
	border: none;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.enquiryForm .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	width: 34px;
	text-align: center;
	background-color: transparent;
	border: none;
	border-radius: 0px;
}

.contacttag {
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-transform: none;
	/* font-family: 'Arial'; */

}

.bdr {
	width: 197px;
	border-top: solid 6px #fff;
	position: absolute;
	top: 14%;
}

.landingsubmit {
	width: 100%;
	text-transform: uppercase;
	color: #fff !important;
	height: auto !important;
	background-color: #db042d;
	background-image: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	border-color: #920b18 !important;
	border-radius: 4px;
	font-weight: bold;
	/* font-weight: 500; */
	font-size: 14.5px;
}

.hero_cover_one p {
	margin: 7px auto 7px auto;
	line-height: 15px;
	font-size: 16px;
	color: #dbe899;
	text-align: center;
}

.callback {
	text-align: center;
	margin-top: 24px;
}

/*---end....*/
.logo1hafele {
	line-height: 81px;
}


.contactform {

	background: #fff;
	padding: 70px 35px;
	border: 1px solid #efefef;
	border-radius: 6px;
}




.services-block-three {
	margin-bottom: 30px;
}

.services-block-three img {
	width: 32px;
}

.services-block-three>a {
	display: block;
	border: 2px solid #d5d5d5;
	border-radius: 4px;
	text-align: center;
	background: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;

}

.services-block-three>a:before {
	display: block;
	content: "";
	width: 9%;
	height: 17%;
	position: absolute;
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #d20a28;
	border-right: 2px solid #d20a28;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
	display: block;
	content: "";
	width: 9%;
	height: 17%;
	position: absolute;
	top: -2px;
	left: -2px;
	border-top: 2px solid #d20a28;
	border-left: 2px solid #d20a28;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.padding-15px-bottom {
	padding-bottom: 15px;
}

.services-block-three h4 {
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.services-block-three p {
	margin-bottom: 0;
	color: #757575;
}

.services-block-three>a:hover {
	opacity: 1;
	border-color: #d5d5d5;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
	width: 95%;
	height: 90%;
}



.paytm {
	width: 105px;
	vertical-align: BOTTOM;
	padding-left: 6PX;
}

.min570 {
	min-height: 420px;
}

.prev {
	font-family: sans-serif;
}

.next {
	font-family: sans-serif;
}

#myModal01111 .modal-content.pop_content {
	background-image: linear-gradient(to right, #fbfbfb, #efefef, #ffffff) !important;
	border-radius: 6px;
}

#myModal01111 .modal-content.pop_content .modal-header .modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 18px;
	color: #000;
	padding: 10px;
	background: transparent;
}

#myModal01 .modal-content.pop_content {
	background-image: linear-gradient(to right, #dbdbdb, #ededed, #dfdfdf) !important;
	border-radius: 6px;
	border: none;
	width: 400px;
	margin: 0 auto;
}

#myModal01 .modal-content.pop_content .modal-header .modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 18px;
	color: #000;
	padding: 10px;
	background: transparent;
}

.spcliconbox .info-box-content {
	padding: 8px 14px;
	/* text-align: center; */
	margin-left: 90px !important;
}

.minh {
	min-height: 421px;
}

.spcliconbox .info-box-content .hhd {
	display: block;
	font-size: 20px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #000;
	text-align: left !important;
	line-height: 68px;
}

.profilecard1 label {
	font-size: 13.5px;
	font-weight: 600;
	color: #000000;
}

.ssr {
	width: 100% !important;
	left: 15px;
}

.linkanchor {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.linkanchor:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.linkanchor:focus {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.acnhorlink a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}

.col-md-2.col-20s {
	width: 20%;
}

figure.mybox i {

	font-size: 40px;
	color: #fda300;
}

figure.mybox figcaption {
	color: #000;
	font-size: 16PX;
	font-weight: 500;
}

.profile-header .profile-header-content {
	color: #fff;
	padding: 1.25rem;
}

.profilevox {
	margin-top: 14px;
}

.profilecard {
	background: #fff;
	margin: 0px;
	padding: 20px 10px;
	margin-top: 15px !important;

	border-radius: 1rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.profile-header-info h4 {
	font-weight: 500;
	color: #000;
	margin-bottom: 0.3125rem;
}

.profile-header-info p {
	margin-bottom: 0;
	color: #000;
}

.pad5 {
	padding: 5px;
}

.callwell1 {
	background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
}

.profile-header-img {
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
	z-index: 10;
	margin: 0 8px 0px 8px;
	/* padding: 0.1875rem; */
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 100%;
	background: #fff;
}

.pointbalance {
	text-align: center;
	background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
	padding: 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	color: #fff;
}

.redeemedpoints {
	text-align: center;
	background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
	padding: 20px;

}

.noofscans {
	text-align: center;
	background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
	padding: 20px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #fff;
}

.ppc h4 {
	color: #000;
	font-size: 18px;
}

.ppc p {
	color: #000;
	font-size: 16px;
	margin-bottom: 0px;
}

.modal-dialog.modal-lg.modal_lg {
	width: 84%;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

#modalregisteration .modal-content {
	background: rgb(247, 247, 247);
}

.user_card .input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	background: #fff !important;
	border-radius: 5px;
}

.product-price>span.new-price a {
	color: #f99500;
	font-size: 15px;
	font-weight: 500;
	/* color: #000000; */
}

.block {
	display: block;
}

h3.widget-title {
	text-align: center;
	color: #000;
}

.mbtable tr th {
	text-align: center;
	white-space: nowrap;
	border-bottom-width: 0px !important;
	border: 1px solid #cccccc !important;
	background: #e6e6e6;
	color: #000;
	font-size: 12.5px;
}

.mbtable {}

.mbtable tr td {
	text-align: center;
	white-space: nowrap;
	border-bottom-width: 0px !important;
	border: 1px solid #cccccc !important;
	color: #000;
	font-size: 12.5px;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: 0px;
}

#myModal_msg .modal-content.pop_content {
	background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
	border-radius: 6px;
}

#myModal_msg .modal-dialog {
	margin: 5% auto;
	min-height: auto;
	padding: 20px;
	width: 400px;
}

span.info-box-text.text-center {
	text-align: center !important;
}

.cptn {
	right: 8%;
	left: auto;
	padding-bottom: 30px;
	top: 7%;
}

.well2 {
	min-height: 20px;
	padding: 0px;
	margin-bottom: 30px;
	background: none !important;
	box-shadow: none;
	margin-top: 15px;
}

.myfooter {}


.checbn {
	text-align: center;
}

.hamburger {
	display: none;
}


select.form-control3 {
	display: block;
	width: 100%;
	height: 34px !important;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 1.5;
	color: #000;
	background-color: transparent !important;
	background-clip: padding-box;
	border: none !important;
	text-transform: none !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-image: none !important;
	border-bottom: 1px solid #000104 !important;
}



#chartdiv1 {
	width: 100%;
	height: 250px;
}

#chartdiv2 {
	width: 100%;
	height: 250px;
}

#chartdiv3 {
	width: 100%;
	height: 250px;
}

.carousel-control.right {
	left: auto;
	width: 60px;
	top: 45%;
	height: 60px;
	right: 22px;
	background-image: none;
}

.carousel-control.left {
	right: auto;
	width: 60px;
	top: 45%;
	height: 60px;
	background-image: none;
	left: 22px;
}

.carousel-control {
	opacity: 1;
}

.carousel-control span {
	color: #000;
	font-size: 40px;
}



.elegant-calencar {
	width: 230px;
	height: 317px;
	border: 1px solid #000000;
	-webkit-box-shadow: 0 0 5px #c9c9c9;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	/* margin: 4em auto; */
	position: relative;
}

#header {
	/* font-family: 'Arial'; */
	height: auto;
	background-color: #000104;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.pre-button,
.next-button {
	margin-top: 35px;
	font-size: 3em;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	cursor: pointer;
	width: 1em;
	height: 1em;
	line-height: 1em;
	color: #f6a50f;
	border-radius: 50%;
}

.pre-button:hover,
.next-button:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.pre-button:active,
.next-button:active {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.pre-button {
	float: left;
	margin-left: 0.5em;
}

.next-button {
	float: right;
	margin-right: 0.5em;
}

.head-info {
	float: left;
	width: 100px;
}

.head-day {
	margin-top: 30px;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.head-month {
	margin-top: 20px;
	font-size: 14px;
	;
	line-height: 1;
	color: #fff;
}

#calendar {
	width: 90%;
	margin: 0 auto;
}

#calendar th {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#calendar tr {
	height: 2em;
	line-height: 2em;
}

#calendar thead tr {
	color: #e66b6b;
	font-weight: 700;
	text-transform: uppercase;
}

#calendar tbody tr {
	color: #252a25;
}

#calendar tbody td {
	width: 14%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#calendar tbody td:hover,
#calendar tbody td .selected {
	color: #fff;
	background-color: #000;
	border: none;
}

#calendar tbody td:active {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

#today {
	background-color: #fff;
	color: #000;
	/* font-family: 'Arial'; */
	font-weight: bold;
}

#disabled1 {
	cursor: default;
	background: transparent !important;
}

#disabled1:hover {
	background: transparent !important;
	color: #c9c9c9;
}

#reset {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	z-index: 999;
	color: #fff;
	font-family: serif;
	cursor: pointer;
	line-height: normal;
	padding: 0px 5px;
	height: auto;
	border: 0.1em solid #fff;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#reset:hover {
	color: #e66b6b;
	border-color: #e66b6b;
}

#reset:active {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}




.product-info {
	text-align: center;
}












.popup_sidebar_sec {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99999;
}

.popup_sidebar_overlay {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 99;
	cursor: url(../img/close.png), auto;
	transition: all .4s ease-in .4s;
}

.popup_sidebar_sec.active .popup_sidebar_overlay {
	visibility: visible;
	right: 0;
	opacity: 1;
	transition: all .4s ease-out 0s;
}

.popup_sidebar_overlay:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 315px;
	height: 100%;
	content: '';
	background: #F1F1F1;
	z-index: 999;
}

.widget_area {
	max-width: 315px;
	height: 100%;
	z-index: 99;
	background: #f1f1f1;
	padding: 60px 30px 30px 35px;
	overflow-y: auto;
	position: fixed;
	right: 0;
	visibility: hidden;
	opacity: 0;
	top: 0;
	-webkit-transition: all .4s cubic-bezier(.4, .28, .31, 1.28) 0s;
	transition: all .4s cubic-bezier(.4, .28, .31, 1.28) 0s;
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}

.popup_sidebar_sec.active .widget_area {
	opacity: 1;
	visibility: visible;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.widget_closer {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	z-index: 99;
	color: #1E2843;
	line-height: 38px;
	text-align: center;
	display: inline-block;
}

.center_align {
	z-index: 4;
	left: 0;
	margin: auto;
	position: relative;
	right: 0;
	top: 15%;
	transform: translateY(-23%)
}

#lblproductname {
	font-size: 11.8px;
	padding: 6px 5px;
}

.about_widget_area {
	position: relative;
}

.wd_logo {
	position: relative;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.wlcmehead {
	text-align: center;
	margin-top: 12px;
}

.theme-form .form-group label {
	display: inline-block;
	max-width: 100%;
	margin-top: 8px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}

.theme-form .input-group-addon {
	background-color: #fff;
	border: 1px solid #fff;
	border-top-left-radius: 8px;
	color: #d60637;
	border-bottom-left-radius: 8px;
}

.wlcmehead h3 {
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.wlcmehead p {
	margin-bottom: 0;
	color: #000;
}

.theme-form .input-group .form-control {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border: none !important;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	height: 36px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.divhr {
	margin: 8px 0;
	border-top: 1px solid #ffb1ba;
}

.custombtn {
	width: 100%;
	color: #fff !important;
	height: auto !important;
	background-color: #db042d;
	background-image: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	border-color: #db042d !important;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14.5px;
}

.or {
	color: #000;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 24px;
}

.newbtn {
	width: 100%;
	box-shadow: none;
	color: #d60537 !important;
	height: auto !important;
	background-color: #fff3f6 !important;
	border-color: #d60537 !important;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14.5px;
}

.theme-form .input-group .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.error2 {
	position: absolute;
	text-align: right;
	display: none;
	font-size: 13px;
	color: red;
	font-weight: 500;
}

.theme-form input:-webkit-autofill {
	-webkit-text-fill-color: black !important;
}

.theme-form .input-group .form-control::-webkit-input-placeholder {
	color: #000 !important;
	font-size: 13px;
}

.theme-form .input-group .form-control::-moz-placeholder {
	color: #000 !important;
	font-size: 13px;
}

.theme-form .input-group .form-control::-o-placeholder {
	color: #000 !important;
	font-size: 13px;
}

.theme-form .input-group .form-control:-ms-input-placeholder {
	color: #000 !important;
	font-size: 13px;
}

.theme-form .input-group .form-control:-moz-placeholder {
	color: #000 !important;
	font-size: 13px;
}




.enquiryForm .form-control::-webkit-input-placeholder {
	color: #000000 !important;
	font-size: 14px;
	font-weight: 500;
}

.enquiryForm .form-control::-moz-placeholder {
	color: #000000 !important;
	font-size: 14px;
	font-weight: 500;
}

.enquiryForm .form-control::-o-placeholder {
	color: #000000 !important;
	font-size: 14px;
	font-weight: 500;
}

.enquiryForm .form-control:-ms-input-placeholder {
	color: #000000 !important;
	font-size: 14px;
	font-weight: 500;
}

.enquiryForm .form-control:-moz-placeholder {
	color: #000000 !important;
	font-size: 14px;
	font-weight: 500;
}

.about-hafelep {
	background: #f1f1f1;
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.about-hafelep p {
	color: #000;
	font-size: 17px;
	font-weight: 500;

}



.about-hafelep .heading-banner-title>h4 {
	font-size: 30px;
	font-weight: bold;
	/* font-family: 'Arial'; */
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;

}

.about-hafelep .heading-banner-title>h4 span {
	background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	padding: 6px 20px;
	border-radius: 27px;
}


.bankdetails {
	padding: 0;

}

.upidetails {
	padding: 0;
	display: none;
}


.about-programp {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
	background: #fff;
}

.about-programp p {
	color: #000;
	font-size: 17px;
	font-weight: 500;

}

.about-programp .heading-banner-title>h4 {
	font-size: 30px;
	font-weight: bold;
	/* font-family: 'Arial'; */
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;

}

.about-programp .heading-banner-title>h4 span {
	background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	padding: 6px 20px;
	border-radius: 27px;
}

.programstage {
	text-align: center;
}



.user_card .input-group-text {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000 !important;
	text-align: center;
	background-image: none !important;
	color: #000 !important;
	white-space: nowrap;
	background-color: transparent !important;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.user_card .input-group-append {
	margin-left: -1px;
}

.input-group-append,
.user_card .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.user_card.input-group>.custom-file,
.user_card.input-group>.custom-select,
.user_card .input-group>.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.form-control1::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	font-size: 13.5px;
}

.form-control1::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	font-size: 13.5px;
}

.form-control1:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
	font-size: 13.5px;
}

.form-control1:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	font-size: 13.5px;
}

.window1 {
	display: none;
}

.window1.password {
	display: block;
}

.form-control1 {
	display: block;
	width: 100%;
	font-size: 14px !important;
	line-height: 1.5;
	color: #000 !important;
	border: none !important;
	background-color: transparent !important;
	background-clip: padding-box;
	border-bottom: 1px solid #000104 !important;
	border-radius: 0 !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075) !important;
}

.form-control {
	display: block;
	width: 100%;

	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.loyaltyprogram {
	display: none;
	background: #fff;
	padding: 10px;
	border-radius: 1rem;
	margin: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.midhead {
	font-size: 16px;
	color: #000;
	background: #e0dede;
	padding: 6px 10px;
	margin-top: 20px;
}

.docp {
	width: 50px;
	height: 33px;
	border-radius: 4px;
}

.ff {
	position: absolute;
	font-size: 10.6px;
	top: 13px;
	right: 15PX;
	color: #000000;
}

label.radio-inline {
	COLOR: #424242;
}

.cllrs {
	color: #313131;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	width: auto !important;
	height: auto !important;
}

.h34 {
	height: 34px;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.user_card .input-group-text i {
	font-size: 18px;
	width: 18px;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #d20a28;
	border-color: #d20a28;
}

.carousel-indicators li {
	width: 14px !important;
	height: 6px !important;
	margin: 1px !important;
	border-radius: 0px;
	background-color: inherit;
}

.user_card {
	margin-top: 40px;
	height: 280px;
	margin: 0 auto;
	width: 520px;
	margin-top: 42px;
	background-image: linear-gradient(to right, #e9e9e9, #ebebeb, #e7e7e7) !important;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;

}

.blckt {
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.profilecard1 {
	background: #fff;
	margin: 0px;
	padding: 20px 30px;
	margin-top: 15px !important;
	border-radius: 1rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 105000;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}


.justify-content-center .h34 label.radio-inline {
	color: #000;
	font-weight: bold;
	text-shadow: none;
}

.brand_logo_container {
	position: absolute;
	font-size: 21px;
	width: 100%;
	top: 53px;
	font-weight: bold;
	margin: 0 auto;
	left: 0;
	/* border-radius: 30px; */
	/* background: #ab091f; */
	/* padding: 10px; */
	text-transform: uppercase;
	text-align: center;
}

.brand_logo {
	height: auto;
	width: 100px;
}

.form_container {
	margin-top: 25px;
	padding: 80px;
}

.errormsgr {
	position: absolute;
	color: #f71111;
	bottom: -6px;
	font-size: 13px;
	text-transform: capitalize;
}

.errormsg {
	position: absolute;
	color: #f71111;
	bottom: -10px;
	font-size: 12px;
	text-transform: capitalize;
}

.errormsg1 {
	/* position: absolute; */
	color: #f71111;
	bottom: -5px;
	font-size: 12.45px;
	text-transform: capitalize;
}

.otherbrand {
	display: none;
	width: auto;
}

#hidden_div {
	display: none;
}

#hidden_div1 {
	display: none;
}

.showeye {
	position: absolute;
	/* right: 0; */
	top: 5px;
	right: 10px;
	z-index: 999;
}

.OtherCity {
	display: none;
}

.OtherCity1 {
	display: none;
}

.showeye:hover {
	position: absolute;
	/* right: 0; */
	top: 5px;
	right: 10px;
	color: red;
	z-index: 999;
}

.showeye:focus {
	position: absolute;
	/* right: 0; */
	top: 5px;
	right: 10px;
	color: red;
	z-index: 999;
}

#txtpanno {
	text-transform: uppercase;
}

.pageloader {
	background: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.pageloader img {
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
	top: 50%;
}

#pageloader {
	background: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#pageloader img {
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
	top: 50%;
}

.mb-5 {
	margin-bottom: 5px;
}

.radinlineleft {
	padding-left: 0px;
}

select.form-control.form-control3.input_pass {
	background-image: none !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.login_btn {
	width: 100%;
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	width: auto;

	background-color: #db042d;
	background-image: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
	border-color: #db042d !important;
}

.wd300 {
	width: 300px;
}

#myModal01111 .modal-content.pop_content {
	background-image: linear-gradient(to right, #fbfbfb, #efefef, #ffffff) !important;
	border-radius: 6px;
}

#myModal01111 .modal-content.pop_content .modal-header .modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 18px;
	color: #000;
	padding: 10px;
	background: transparent;
}


.msgg {
	/* margin-bottom: 20px; */
	/* background: linear-gradient(to right, #ffd9de, #ffd3da, #ffd4da)!important; */
	padding: 5px 4px;
	/* border-radius: 5px; */
	line-height: 150%;
	border-bottom: 1px solid #ddd;
}

.msgg:last-child {
	margin-bottom: 0px;
	border-bottom: 0;
}

.type_and_value .checkbox-inline {
	width: 15%;
	margin-left: 0;
	text-align: center;
	margin-bottom: 15px;
}

label {
	font-size: 13.5px;
	font-weight: 600;
	color: #383535;
}

.datepicker-dropdown {
	top: 0;
	left: 0;

	z-index: 110000 !important;
}

.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}


.login_btn11 {
	width: 100%;
	background-color: #f1f1f1;
	background-image: linear-gradient(to right, #000000, #4c4c4c, #000000) !important;
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
}

.login_btn11:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.frgt {
	color: #000;
}

.login_container {
	padding: 0 50px;
}

.input-group-text {
	background: #ed3237 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c0392b !important;
}

.cntcth4 {

	font-size: 26px !important;
	font-weight: bold;
	/* font-family: 'Arial'; */
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px !important;
	color: #000;
}

.carrd1 {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

figure.infodetail {
	text-align: center;
	background: #fff;
	padding-top: 20px !important;
	border: 1px solid #efefef;
	border-radius: 6px;
	min-height: 185px;
	padding: 10px;
	margin-bottom: 15px;
}

.infodetail i {
	font-size: 44px;
	color: #d20b29;
}

.infodetail h4 {
	font-size: 20px;
	color: #000;
}

.carrd1 {
	border: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 6px;
	color: #333;
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carrd1 {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eee;
	border-radius: 1rem;
}

.carrd1 [class*=card-header-] {
	margin: 0 15px;
	padding: 0;
	position: relative;
}

.carrd1 .card-header {
	z-index: 3 !important;
}

.carrd1 {}

.carrd1[class*=bg-],
.carrd1[class*=bg-] .card-title,
.carrd1[class*=bg-] .card-title a,
.carrd1[class*=bg-] .icon i,
.carrd1 [class*=card-header-],
.carrd1 [class*=card-header-] .card-title,
.carrd1 [class*=card-header-] .card-title a,
.carrd1 [class*=card-header-] .icon i {
	color: #fff;
	font-weight: bold;
}

.carrd1 .card-header {
	border-bottom: none;
	background: transparent;
}

.table-striped tr th {
	text-transform: capitalize;
	white-space: nowrap;
	font-size: 13.3px;
	text-align: center;
}

.table-striped tr td {
	white-space: nowrap;
	font-size: 12.5px;
	text-align: center;
}

.carrd1 .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.carrd1 .card-header .card-category {
	margin: 0;
}

.carrd1 [class*=card-header-] .card-title+.card-category {
	color: hsla(0, 0%, 100%, .8);
}

.carrd1[class*=bg-] .author a,
.carrd1[class*=bg-] .card-category,
.carrd1[class*=bg-] .card-description,
.carrd1[class*=bg-] .stats,
.carrd1 [class*=card-header-] .author a,
.carrd1 [class*=card-header-] .card-category,
.carrd1 [class*=card-header-] .card-description,
.carrd1 [class*=card-header-] .stats {
	color: hsla(0, 0%, 100%, .8);
}

.carrd1 .card-category:not([class*=text-]) {
	color: #999;
}

.carrd1 .card-body {
	padding: .9375rem 20px;
	position: relative;
}


.carrd1 .card-header .card-title {
	margin-bottom: 3px;
	text-align: center;
	margin-top: 3px;
	font-size: 16px;
	/* font-family: 'Arial Regular'; */
}

.carrd1 [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
	border-radius: 3px;
	margin-top: -20px;
	padding: 13px 15px;
}

.carrd1 .card-header-warning .card-icon,
.carrd1 .card-header-warning .card-text,
.carrd1 .card-header-warning:not(.card-header-icon):not(.card-header-text) {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.carrd1.bg-warning,
.carrd1 .card-header-warning .card-icon,
.carrd1 .card-header-warning .card-text,
.carrd1 .card-header-warning:not(.card-header-icon):not(.card-header-text),
.carrd1.card-rotate.bg-warning .back,
.carrd1.card-rotate.bg-warning .front {
	background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;

}



.enquiryForm .input-group {
	width: 88%;
}

.enquiryForm select.form-control {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	height: 34px;
	background: transparent !important;
	padding: 6px 12px;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: flex;
}

/* .header-container {
	background: #eb3e32;
	color: #fff;
} */
.header-top-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: #F1F1F1;
	color: #000;
}

.header-top-menu>ul>li {
	display: inline-block;
	position: relative;
	padding-right: 7px;
	margin-right: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}

.header-top-menu>ul>li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.header-top-menu>ul>li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	background: #d60537;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	z-index: 99;
}

.header-top-menu>ul>li:last-child:after {
	display: none;
}

.header-top-menu>ul>li>span {
	padding: 10px 0;
	/* margin-right: 10px; */
	color: #000;
	font-size: 13px;
	line-height: 1.71429;
	text-transform: none;
}

.header-top-menu>ul>li:last-child:after {
	display: none;
}

.home-2 .header-top-menu>ul>li>span i {
	font-size: 15px;
	padding-right: 5px;
}

.header-top-menu>ul>li>a {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	color: #000;
	font-size: 13px;
	text-transform: none;
}

.header-top-menu>ul>li>a>i {
	margin-left: 5px;
}

.ht-dropdown {
	position: absolute;
	top: 150%;
	width: 120px;
	background: #fff;
	z-index: 9999;
	right: 0;
	padding: 5px 15px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-top-menu>ul>li:hover ul.ht-dropdown {
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.ht-dropdown>li>a {
	display: block;
	line-height: 36px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}

.ht-dropdown>li:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

/*----------------------------------------*/
/*  1.2 Header Middle CSS
/*----------------------------------------*/
.logo {
	padding: 3px 0;
}

.search-box-area {
	border-radius: 30px;
	position: relative;
	background: #fff;
	display: block;
	vertical-align: middle;
	margin: 35px -50px 35px 50px;
	z-index: 11;
	overflow: visible;
	height: 50px;
}

.select-area {
	width: 30%;
	float: left;
	background: #fff;
	border-radius: 25px 0 0 25px;
}

.search-box {
	width: 70%;
	float: left;
	position: relative;
	background: #fff;
	height: 50px;
	border-radius: 0 30px 30px 0;
}

.search-box input {
	border-left: 1px solid #ebebeb;
	padding: 0 95px 0 20px;
	float: left;
	margin: 13px 0 0;
	outline: medium none;
	height: 25px;
}

.search-box button {
	position: absolute;
	right: -1px;
	width: 67px;
	height: 50px;
	border: 0;
	background: #363F4D;
	display: block;
	color: #fff;
	font-size: 24px;
	z-index: 99;
	top: 0px;
	border-radius: 0 25px 25px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-box button:hover {
	color: #EB3E32;
}

.mini-cart-area {
	margin-left: 60px;
}

.mini-cart-area>ul>li {
	display: inline-block;
	position: relative;
	padding: 36px 0px;
}

.mini-cart-area>ul>li>a {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	position: relative;
}

.mini-cart-area>ul>li:first-child>a:hover {
	color: #363F4D;
}

.cart-add {
	position: absolute;
	top: -6px;
	right: -14px;
	font-size: 14px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #d52115;
	border-radius: 100%;
}

.cart-total {
	position: absolute;
	right: -70px;
	top: 0;
	font-size: 14px;
	font-weight: 600;
}

.cart-total {
	position: absolute;
	right: -84px;
	top: 0;
	font-size: 14px;
	font-weight: 600;
}

.cart-total i.fa {
	margin-left: 3px;
}

.cart-dropdown {
	position: absolute;
	width: 350px;
	background: #fff;
	right: 0;
	top: 120%;
	text-align: left;
	padding: 10px 35px 0 35px;
	border-radius: 3px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}

.mini-cart-area>ul>li:hover .cart-dropdown {
	top: 86%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.Searchtext {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.cart-dropdown:after {
	position: absolute;
	content: "";
	top: -20px;
	right: 33px;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	z-index: 99;
}

.cart-item {
	padding: 20px 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.cart-img {
	float: left;
	width: 30%;
}

.cart-content {
	float: left;
	padding-left: 20px;
	width: 70%;
}

.cart-content>h4>a {
	font-size: 14px;
	text-transform: capitalize;
}

.cart-price {
	font-size: 14px;
	color: #eb3e32;
	font-weight: 600;
}

.cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 16px;
	z-index: 9;
}

.cart-quantity {
	color: #bfbfbf;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	display: block;
	margin: 0;
}

.cart-total-amount>h4 {
	font-weight: 700;
	text-transform: uppercase;
}

.logo1 img {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.logo img {
	margin-top: 8px;
	width: 100px;
	z-index: 999999;
	position: absolute;
	background: #fff;
	left: 15px;
}

/*----------------------------------------*/
/*  1.3 Header Bottom CSS
/*----------------------------------------*/
.main-menu-area .logo-sticky {
	display: none;
}

.main-menu-area {
	background: #000104;
	/* padding: 0 30px; */
	border-radius: 30px 30px 0 0;
	position: relative;

}

.main-menu>li {
	display: inline-block;
	position: relative;
}

.main-menu>li>a {
	font-size: 16px;
	/* font-family:'Arial'; */
	letter-spacing: .02em;
	text-transform: capitalize;
	color: #000104;
	font-weight: 500;
	display: block;
	padding: 28px 10px;
}

.main-menu>li:first-child>a {
	padding-left: 0;
}

.main-menu>li.active>a,
.main-menu>li:hover>a {
	color: #d60537;
}

.main-menu>li.new:before,
.main-menu>li.hot:before {
	position: absolute;
	content: "new";
	width: 40px;
	height: 20px;
	background: #68B501;
	top: 5px;
	color: #fff;
	right: -11px;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
	font-size: 10px;
	border-radius: 2px;
	z-index: 99;
}

.main-menu>li.hot:before {
	background: #EB3E32;
	content: "hot"
}

.main-menu>li.new:after,
.main-menu>li.hot:after {
	position: absolute;
	content: "";
	top: 25px;
	right: 8px;
	border-top: 5px solid #68B501;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 99;
}

.main-menu>li.hot:after {
	border-top: 5px solid #EB3E32;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.dropdown,
.mega-menu {
	position: absolute;
	width: 250px;
	background: #fff;
	padding: 0px 0px;
	box-shadow: 0 1px 2px 2px rgb(224 224 224 / 20%);
	border-radius: 3px;
	text-align: left;
	z-index: 999;
	top: 100%;
	left: -29px;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.input-group-text-msg {
	POSITION: ABSOLUTE;
	COLOR: #000;
	TOP: 90%;
	RIGHT: 0;
	FONT-SIZE: 12.2PX;
	TEXT-SHADOW: NONE;
}

.main-menu li:last-child ul.dropdown {
	left: 0;
}

.main-menu>li:hover .dropdown,
.main-menu>li:hover .mega-menu {
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.dropdown>li>a {
	display: block;
	padding: 10px 25px;

	text-transform: capitalize;
	line-height: 18px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}

.dropdown>li>a:hover {
	display: block;
	padding: 10px 25px;
	background: #f1f1f1;
	text-transform: capitalize;
	line-height: 18px;
	color: #d20a28;
	font-weight: 500;
	font-size: 16px;
}

.mega-menu {
	width: 750px;
	padding: 45px 30px;
	left: 0;
}

.mega-menu>li {
	width: 33.33%;
	float: left;
	padding: 0px 15px 20px 15px;
}

.mega-menu>li>ul>li.mega-title>a {
	font-size: 12px;
	text-transform: uppercase;
	color: #363f4d;
	font-weight: 500;
	display: block;
}

.mega-menu>li>ul>li.mega-title>a:hover {
	color: #EB3E32;
}

.mega-menu>li>ul>li>a {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	padding: 2px 0;
	line-height: 22px;
}

.mega-menu>li.menu-img {
	width: 100%;
	padding-bottom: 0;
}

/*----------------------------------------*/
/*  Sticky Menu CSS
/*----------------------------------------*/
.header-sticky.sticky {
	/* background: rgba(54,63,77,0.9); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	z-index: 99999;

}

.header-container.header-sticky.sticky.header-nav {
	position: initial;
}

.header-sticky {}

sup {
	top: -0.5em;
	COLOR: RED;
}

span.text-dangers.field-validation-error {
	POSITION: ABSOLUTE;
	COLOR: #000;
	TOP: 90%;
	RIGHT: 0;
	FONT-SIZE: 12.2PX;
	TEXT-SHADOW: NONE;
}

.logo-sticky {
	display: none;
}

.header-sticky.sticky .logo-sticky {
	float: left;
	margin: 16px 0;
	z-index: 9999999999;
	display: block;
}

.header-sticky.sticky .logo-sticky a {
	vertical-align: middle;
	display: table-cell;
}

.header-sticky.sticky .main-menu-area {
	float: right;
	background: transparent;
}

/*Mobile Menu CSS*/

.mobile-menu {
	/* background: #000104; */
	position: relative;
}

a.navbar-brand {
	width: 75%;
}

.navbar {
	margin-bottom: 0px;
	justify-content: normal !important;

}

.navbar-brand {
	width: 78%;
}

.nav-link {
	font-size: 14px !important;
}

a.navbar-brand img {
	margin-top: 9px;
}

ul.main-menu li a {
	text-decoration: none;
}

/* .mobile-menu:before {
	position: absolute;
    content: "Hafele Partner Loyalty";
    color: #000104;
    top: 15px;
    left: 0px;
    z-index: 99999999;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
} */
.mean-container .mean-nav ul li a.mean-expand {
	height: 23px;
}

.mean-container .mean-nav {
	/* background: #f8f8f8; */
	background-image: linear-gradient(to right, #dfdfdf, #e3e3e3, #dbdbdb) !important;
	color: #000;

}

.mean-container a.meanmenu-reveal {
	top: 3px;
}

.mean-container .mean-nav ul li a {
	color: #000;
	border-top: 1px solid #f6ab11;
	font-weight: 500;
	font-size: 13px;
	padding: 6px 12px;
}

.mean-container .mean-nav ul li a:hover {
	color: #E03550;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #f8f8f8;
	color: #E03550;
}

.mean-container .mean-nav ul li {
	border-top: 1px solid #ebebeb;
}

.mean-container .mean-nav ul li li a {
	padding: 10px 10%;
}

/*----------------------------------------*/
/*   2. Slider CSS
/*----------------------------------------*/
.slider-wrapper {
	position: relative;
}

.nivo-caption {
	height: 100%;
	background: transparent;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	padding: 0;
}

.nivo-caption p {
	padding: 0;
	margin-bottom: 15px;
}

.slider-caption {
	height: 100%;
}

.slider-text {
	position: absolute;
	top: 0;
	left: 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-align: left;
	width: 92%;
}

.slider-text>h1 {
	font-size: 48px;
	line-height: 1.2;
	text-transform: capitalize;
	font-weight: 700;
	color: #363f4d;
	margin-bottom: 4px;
	/* font-family: 'Arial'; */
}

.slider-text>h5 {
	color: #EB3E32;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	/* font-family: 'Arial'; */
	font-weight: 400;
}

.slider-text>h4 {
	font-size: 16px;
	color: #333C49;
	margin: 40px 0;
	font-weight: 400;
	/* font-family: 'Arial'; */
}

.slider-text>h4>span {
	font-size: 30px;
	line-height: 30px;
	color: #EB3E32;
	/* font-family: 'Arial'; */
	font-weight: 500;
}

.nivo-controlNav {
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 8%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider-wrapper:hover .nivo-controlNav {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.nivo-controlNav a {
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 8px;
	line-height: 10px;
	border-radius: 100%;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nivo-controlNav a:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	background: #fbc016;
}

.nivo-controlNav a.active {
	background: #f3950b;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

/*----------------------------------------*/
/*   3. Offer Area CSS
/*----------------------------------------*/
.offer-img>a,
.offer-img2>a,
.categories-img>a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

.categories-img>a {
	border-radius: 0;
}

.offer-img>a:before,
.categories-img>a:before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
}

.offer-img>a>img,
.categories-img>a>img {
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.offer-img>a>img:hover,
.categories-img>a>img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.offer-img>a:hover:before,
.categories-img>a:hover:before {
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*----------------------------------------*/
/*   4. Corporate About CSS
/*----------------------------------------*/
.all-about {
	overflow: hidden;
	box-shadow: 0 1px 0 #ebebeb;
	border-radius: 4px;
	margin-bottom: 30px;
	background-color: #fff;
}

.single-about {
	background: #fff;
	text-align: center;
	padding: 28px 0;
	position: relative;
}

.single-about:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	content: "";
	height: 40px;
	width: 1px;
	background: #ebebeb;
}

.single-about.not-border:after {
	display: none;
}

.block-wrapper,
.block-wrapper2,
.block-wrapper3,
.block-wrapper4 {
	display: inline-block;
	vertical-align: top;
	background: url(img/icon/1.png) left center no-repeat;
	padding-left: 56px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.block-wrapper2 {
	background: url(img/icon/2.png) left center no-repeat;
}

.block-wrapper3 {
	background: url(img/icon/3.png) left center no-repeat;
}

.block-wrapper4 {
	background: url(img/icon/4.png) left center no-repeat;
}

.about-content h5 {
	color: #363f4d;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-align: left;
}

.about-content p {
	font-size: 12px;
	margin: 0;
	text-align: left;
}

/*------------------------------------------------*/
/*   5. All Product Area CSS
/*------------------------------------------------*/
/*------------------------------------------------*/
/*   5.1 Left Side Product CSS
/*------------------------------------------------*/
/*------------------------------------------------*/
/*   5.1.1 Desktop & Television Product CSS
/*------------------------------------------------*/
.product-tab-menu-area {
	position: relative;
}

.product-tab {
	position: absolute;
	top: -65px;
	right: 80px;
}

.product-tab>ul>li {
	display: inline-block;
	padding: 0 10px;
}

.product-tab>ul>li>a {
	color: #363f4d;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	line-height: 30px;
}

.product-tab>ul>li.active>a,
.product-tab>ul>li>a:hover {
	color: #EB3E32;
}

.tab-content .tab-pane {
	display: block;
	height: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}

.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.all-product,
.product-container {
	padding: 0 15px
}

.item-col2 {
	padding: 0;
}

.item-col2 {
	margin-top: 25px;
}

.item-col .single-product,
.single-item.single-product3 {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-item {
	padding: 15px 0;
}

.single-product:after,
.item-col2 .single-product:after {
	position: absolute;
	content: "";
	border-right: 1px solid #ebebeb;
	top: 15px;
	right: 0px;
	bottom: 15px;
	z-index: 999;
}

.product-container .col-md-3:last-child .single-product:after {
	border-right: 0;
}

.owl-item.last.active .col-md-12:last-child .single-product:after {
	border-right: 0;
}

.all-list-product .owl-item.active:after,
.hot-deal-of-product .owl-item.active:after,
.new-arrival-list-product .owl-item.active:after,
.electronic-product3 .owl-item.active:after {
	content: "";
	border-right: 1px solid #ebebeb;
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	bottom: 15px;
	z-index: 1;
}

.all-list-product:last-child .owl-item.active.last:after,
.hot-deal-of-product:last-child .owl-item.active.last:after,
.new-arrival-list-product:last-child .owl-item.active.last:after,
.electronic-product3:last-child .owl-item.active.last:after {
	border-right: 0;
}

.product-img {
	position: relative;
	overflow: hidden;
	padding: 10px;
	height: 195px;
}

.single-product {
	height: 285px;
}

.product-img a {
	display: block;
	position: relative;
}

.product-img a img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.product-img a img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.product-cart-img img {
	width: 100px;
}

.single-product:hover .product-img a img.hover-img,
.single-item:hover .product-img a img.hover-img,
.single-product3:hover .product-img a img.hover-img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sicker {
	position: absolute;
	top: 25px;
	right: 15px;
	width: 35px;
	height: 20px;
	background: #EB3E32;
	color: #fff;
	line-height: 20px;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	z-index: 991;
}

.product-content {
	text-align: center;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-action {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 992;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-product:hover .product-action,
.single-product3:hover .product-action {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.product-action>li {
	display: inline-block;
	margin-right: 5px;
}

.product-action>li {
	display: inline-block;
	margin-right: 5px;
}

.product-action>li>a {
	display: block;
	width: 35px;
	height: 35px;
	background: #363F4D;
	color: #fff;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tooltip-inner {
	padding: 5px 8px;
	border-radius: 0;
	background: #363f4d;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #363f4d;
}

.product-action>li>a:hover {
	background: #EB3E32;
	color: #fff;
}

.product-content>h2 {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}

.rating i.fa:not(:last-child) {
	color: #F9BA48;
}

.product-price>span.old-price {
	color: #a4a4a4;
	text-decoration: line-through;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
}

.product-price>span.new-price {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
}

.single-product:hover a.button.add-btn,
.single-product3:hover a.button.add-btn {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

/*----------------------------------------------*/
/*   5.1.2 Smartphone & Tablet Product Area CSS
/*-----------------------------------------------*/
.slide-active2 .slick-slide>div:last-child .single-product {
	border-bottom: 0;
}

.single-product.style-2,
.single-product3 {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	overflow: hidden;
}

.single-product.style-2:after {
	border-right: 0;
}

.all-list-product .col-md-12:last-child .single-product,
.new-arrival-list-product .col-md-12:last-child .single-product,
.electronic-product3 .col-md-12:last-child .single-product3 {
	border: none;
}

.single-product.style-2>.product-img {
	padding-right: 4%;
}

.single-product.style-2>.col-6>.product-content {
	text-align: left;
	padding: 0;
	padding-left: 4%;
}

.single-product.style-2>.col-6>.product-content>h2 {
	text-align: left;
}

.single-product.style-2>.col-4>.product-img>a {
	display: block;
}

/*----------------------------------------------*/
/*   5.2 Right Side Product CSS
/*-----------------------------------------------*/
.hot-deal-product,
.new-arrivals-product,
.our-blog {
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

.owl-nav>div {
	position: absolute;
	top: -65px;
	right: 36px;
	width: 28px;
	height: 14px;
	font-size: 18px;
	color: #b2b2b2;
	text-align: center;
}

.owl-nav>div.owl-prev:after {
	position: absolute;
	content: "";
	top: 6px;
	right: 1px;
	width: 1px;
	height: 12px;
	background: #b2b2b2;
}

.owl-nav>div.owl-next {
	right: 12px;
}

.count-down-box {
	margin-bottom: 25px;
}

.count-box {
	display: block;
	width: 100%;
	overflow: hidden;
}

.single-count {
	width: 55px;
	height: 70px;
	display: inline-block;
	text-align: center;
	margin-right: 3px;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 18px;
	background: #f4f6f7;
	padding-top: 17px;
	border-radius: 3px;
}

.single-count span {
	font-size: 14px;
	color: #232f3e;
	display: block;
	font-weight: 700;
}

.slick-arrow {
	position: absolute;
	top: -45px;
	right: 40px;
	width: 28px;
	height: 14px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
	color: #fff;
}

.slick-next-btn.slick-arrow:after {
	position: absolute;
	content: "";
	top: 4px;
	right: 28px;
	width: 1px;
	height: 12px;
	background: #fff;
}

.slick-next-btn.slick-arrow {
	right: 12px;
}

/*----------------------------------------------*/
/*   6. Hot Categories Area CSS
/*-----------------------------------------------*/
.single-categories {
	position: relative;
}

.single-categories:after {
	position: absolute;
	content: "";
	border-right: 1px solid #ebebeb;
	top: 15px;
	right: -15px;
	bottom: 15px;
}

.hot-categories .col-md-3:last-child .single-categories:after {
	border-right: 0;
}

.categories-content>h3 {
	/* font-family: 'Arial'; */
	font-size: 16px;
	color: #363f4d;
	font-weight: 500;
	line-height: 46px;
	text-transform: capitalize;
}

.catgories-list>li {
	line-height: 26px;
	margin: 0;
	display: block;
}

/*----------------------------------------------*/
/*   7. All Slide Product Area CSS
/*-----------------------------------------------*/
.slide-active3 .slick-current {
	border-top: 0;
}

.hot-del-single-product {
	background: #fff;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 0 #ebebeb;
}

.single-product.hot-deal {
	border-bottom: 1px solid #ebebeb;
}

.single-product.hot-deal:after {
	border-right: 0;
}

/*----------------------------------------------*/
/*   8. Brand Area CSS
/*-----------------------------------------------*/
.brand-area {
	border-bottom: 1px solid #ebebeb;
}

.single-brand.img-full {
	padding: 30px;
}

.brand-active.owl-carousel .single-brand img {
	width: auto;
}

/*----------------------------------------------*/
/*   9. Footer Area CSS
/*-----------------------------------------------*/
/*----------------------------------------------*/
/*   9.1 Footer Top Area CSS
/*-----------------------------------------------*/
.single-footer {
	text-align: left;
}

.footer-logo {
	margin-bottom: 30px;
}

.contact>p>label {
	margin-right: 10px;
}

.contact>p:last-child {
	margin-bottom: 0;
}

.footer-title {
	margin-bottom: 20px;
}

.footer-title>h3 {
	color: #363f4d;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	/* font-family: 'Arial'; */
}

.footer-info>li {
	display: block;
	margin-bottom: 5px;
}

.footer-info>li:last-child {
	margin-bottom: 0px;
}

.footer-info>li>a {
	display: block;
	text-transform: capitalize;
}

.footer-info>li>a {
	display: block;
	text-transform: capitalize;
	line-height: 28px;
}

.socil-icon>li {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.socil-icon>li>a {
	display: block;
	padding: 0 6px;
	background: #fff;
	box-shadow: 0 1px 0 #ebebeb;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #79d1e7;
	font-size: 16px;
}

.socil-icon>li>a:hover {
	color: #79d1e7;
}

.socil-icon>li:nth-child(2)>a {
	color: #4575cd;
}

.socil-icon>li:nth-child(3)>a {
	color: #eb3e32;
}

.socil-icon>li:nth-child(4)>a {
	color: #eb3e32;
}

.socil-icon>li:nth-child(5)>a {
	color: #d560d9;
}

.socil-icon>li:nth-child(6)>a {
	color: #f3a927;
}

.footer-content {
	overflow: hidden;
}

.footer-content>a {
	float: left;
	width: 50%;
	padding-right: 5px;
	display: block;
}

/*----------------------------------------------*/
/*   9.2 Footer Middel Area CSS
/*-----------------------------------------------*/
.news-latter-area {
	padding: 40px 10px;
	background: #fff;
	box-shadow: 0 1px 0 0 #ebebeb;
}

.news-lettar-content {
	padding-left: 85px;
	position: relative;
	text-align: left;
	display: inline-block;
}

.icon {
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
}

.news-lettar-content>p {
	margin-bottom: 0;
}

.news-lettar-content>p>label {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.news-latter-subscribe-box {
	background: #f3f3f3;
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 495px;
	border-radius: 30px;
	padding-right: 70px;
}

.style2 {
	background: #f3f3f3 !important;
	color: #898d90 !important;
	border: 0;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	text-transform: capitalize;
	width: 100%;
	border-radius: 30px 0 0 30px;
}

.news-latter-subscribe-box button {
	background: #363f4d;
	border: 0;
	border-radius: 0 30px 30px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 0;
	height: auto;
	width: 67px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}

.wdget-title>h4 {
	display: block;
	margin: 0 10px 0 0;
	float: left;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
}

.wdget-nav>li {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 26px;
}

.wdget-nav>li>a {
	font-size: 12px;
	text-transform: capitalize;
	display: block;
}

.blog-area {
	padding-top: 30px;
}

.pt182 {
	padding-top: 200px;
}

.pt70 {
	padding-top: 70px;
}

.mt128 {
	margin-top: 128px;
}

.cntn {
	padding-left: 0px;
}

.leftfix {
	width: 300px;
	position: fixed;
	left: auto;
	top: 128px;
	overflow-y: scroll;
	bottom: 0;
	z-index: 999;
	background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
	padding-right: 0px
}

.page_cnt {
	padding-left: 328px;
	width: 100%;
}

/*----------------------------------------------*/
/*   9.3 Footer Bottom Area CSS
/*-----------------------------------------------*/
.footer-bottom-area {
	padding: 18px 0;
	border-top: 1px solid #ebebeb;

}

.copyright-text>p {
	margin-bottom: 0;
}

.copyright-text>p>a {
	color: #000000;
	font-weight: bold;
}

.copyright-text>p>a:hover {
	text-decoration: underline;
}

.mt-25 {
	margin-top: 25px;
}

.mt-35 {
	margin-top: 35px;
}

/*----------------------------------------*/
/*  10. Modal Area CSS
/*----------------------------------------*/
#myModal .modal-dialog {
	margin: 5% auto;
	min-height: 300px;
	padding: 20px;
	width: 870px;
}

#myModal_refer .modal-dialog {
	margin: 5% auto;
	min-height: auto;
	padding: 20px;
	width: 300px;
}

.h50btn {
	height: 50px;
	line-height: 40px;
}

.nf1 {
	background-image: linear-gradient(to right, #d20a28, #d30e2c, #d20a28) !important;
}

.nf1 .bg-aqua {
	background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
}

.nf2 {
	background-image: linear-gradient(to right, #d20a28, #d30e2c, #d20a28) !important;
}

.nf2 .bg-aqua {
	background-image: linear-gradient(to right, #d20a28, #f37386, #d20a28) !important;
}

.nf3 {
	background-image: linear-gradient(to right, #d20a28, #d30e2c, #d20a28) !important;
}

.nf3 .bg-aqua {
	background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
}

.nf4 {
	background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
}

.nf4 .bg-aqua {
	background: #d1d502 !important;
}

.nflink {
	background-image: linear-gradient(to right, #cdcdcd, #f1f1f1, #cdcdcd) !important;
	min-height: 100px !important;
}

.nflink .info-box-content {
	padding: 20px 10px;
	text-align: center;

	line-height: 60px;
}

.nflink .info-box-content .info-box-text {
	white-space: normal !important;
	line-height: normal;
	vertical-align: middle;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000;
	font-weight: bold;
	font-size: 13.5px;
}


.info-box_1.nflink.wd80 a {
	text-decoration: none;
}


.info-box_1 {
	display: block;
	min-height: 141px;
	background: #fff;
	width: 100%;
	box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(243 118 136 / 75%);
	border-radius: 7px;
	margin-bottom: 10px;
}

.info-box-icon {
	border-top-left-radius: 7px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 7px;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0, 0, 0, 0.2);
}


.info-box-content {
	padding: 8px 14px;
	text-align: center;

}

.info-box-text {
	text-transform: capitalize;
}

.progress-description,
.info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
}

.info-box-text span {
	float: right;
}

.info-box-number span {
	float: right;
}

.bold {
	font-weight: bold;

}

.widleft .panel-title>a {
	display: block;
	padding: 8px 30px 8px 25px;
	position: relative;
	color: #000;
	background-image: linear-gradient(to right, #a9a9a9, #ffffff, #a7a49e) !important;
}

.widleft {
	margin-bottom: 0px;
}

.widleft .panel.panel-default.active {
	border: 1px solid #f5a20f;
}

.info-box-number {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
}

.info-box_1 small {
	font-size: 14px;
}

.login_btn2 {
	width: 100%;
	/* background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c)!important; */
	color: #000 !important;
	font-weight: bold;
	text-transform: capitalize;
	background-image: linear-gradient(to right, #a9a9a9, #ffffff, #a7a49e) !important;
}

.mytable tr th {
	background: #f0f0f0;
	border-bottom-width: 1px;
	white-space: nowrap;
}

.well1 select,
select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/arow.png) no-repeat scroll 90% center;
	border: 0;
	background-image: linear-gradient(to right, #a9a9a9, #afafaf, #a7a49e) !important;

	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	line-height: 100%;
	max-width: 100%;
	font-weight: bold;
	outline: 0 none;
	position: relative;
	text-indent: 0.01px;
	text-overflow: "";
	width: 100%;
	padding: 0 25px;
	color: #000000;
	height: 50px;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 4px;
}

select.form-control2 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	text-transform: none !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

select.form-control4 {
	display: block;
	width: 100%;
	height: 53px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	text-transform: none !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.form-control4 {
	display: block;
	width: 100%;
	height: 53px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	text-transform: none !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.modal-product-tab,
.modal-tab-menu-active {
	float: left;
	width: 100%;
}

.modal-content {
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.modal-header {
	padding: 0;
	border: none;
}

.modal-body {
	padding: 20px;
}

.modal-header button.close {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 16px;
	line-height: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	color: #000000;
}

.modal-header button.close:hover {
	color: #000000;
	border-color: #000000;
}

.modal-tab-menu-active .slick-slide a {
	float: left;
	width: 100%;
	padding: 0 5px 5px;
}

.modal-tab-menu-active .slick-slide a img {
	border: 1px solid #ebebeb;
}

.modal-tab-menu-active .slick-dots {
	text-align: center;
}

.modal-tab-menu-active .slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0 2px;
}

.modal-tab-menu-active .slick-dots li button {
	background: none;
	border: 2px solid #ebebeb;
	border-radius: 100%;
	height: 100%;
	margin: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: hidden;
	padding: 0;
	position: static;
	text-indent: -9999px;
	visibility: visible;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modal-tab-menu-active .slick-dots li button:hover,
.modal-tab-menu-active .slick-dots li.slick-active button {
	background: #ebebeb;
}

.product-info h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

.product-info a.see-all {
	margin-bottom: 40px;
	display: inline-block;
	text-decoration: underline;
	color: #808080;
}

.product-info a.see-all:hover {
	color: #E03550;
}

.add-to-cart.quantity {
	margin: 0 0 20px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	padding: 0 0 38px;
}

.add-quantity {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.quantity.modal-quantity {
	border: 1px solid #ebebeb;
	height: 42px;
	float: left;
	width: auto;
	margin-right: 5px;
}

.quantity.modal-quantity label {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 14px;
	margin-left: 10px;
}

.quantity.modal-quantity input {
	border: 0;
	height: 42px;
	background: transparent;
}

.cart-description p {
	border-bottom: 1px solid #ebebeb;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 25px;
	padding: 20px 15px;
}

#myModal_refer .modal-content {
	background: #f9b714 !important;
}

.referrrr p {
	color: #000 !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0 !important;
	padding: 20px 0;
	border-bottom: 0px;
}

.referrrr p span {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.social-share h3 {
	background: none;
	color: #808080;
	float: left;
	line-height: 30px;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 5px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.socil-icon2>li {
	display: inline-block;
	margin-right: 10px;
}

.socil-icon2>li>a {
	font-size: 18px;
	color: #808080;
	width: 40px;
	height: 30px;
	display: block;
	border: 1px solid #ebebeb;
	line-height: 28px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.socil-icon2>li:nth-child(1)>a:hover {
	background: #3B579D;
	border-color: #3B579D;
	color: #fff;
}

.socil-icon2>li:nth-child(2)>a:hover {
	background: #3ACAFF;
	border-color: #3ACAFF;
	color: #fff;
}

.socil-icon2>li:nth-child(3)>a:hover {
	background: #CB2027;
	border-color: #CB2027;
	color: #fff;
}

.socil-icon2>li:nth-child(4)>a:hover {
	background: #D11717;
	border-color: #D11717;
	color: #fff;
}

.socil-icon2>li:nth-child(5)>a:hover {
	background: #0097BD;
	border-color: #0097BD;
	color: #fff;
}

/*----------------------------------------*/
/*  11. Home 2
/*----------------------------------------*/
li.support {
	margin-left: 15px;
}

.header-middel-area.hidden-xs {
	background: #fff;
}

.home-2 .header-container {
	background: #FFFFFF !important;
	color: #fff;
}

.home-2 .header-top-menu>ul>li>a,
.home-2 .header-top-menu>ul>li>span {
	color: #040404;
}

.home-2 .header-top-area {
	border-bottom: 1px dotted #ccc !important;
	background: #F1F1F1 !important;
}

.home-2 .search-box-area {
	border: 2px solid #EB3E32;
	overflow: visible;
	height: 54px;
}

.home-2 .search-box button {
	background: #EB3E32;
	height: 54px;
	top: -2px;
	right: -2px;
}

.home-2 .search-box button:hover {
	background: #363F4D;
	color: #fff;
}

.home-2 .mini-cart-area>ul>li>a {
	border-color: #EB3E32;
	color: #EB3E32;
}

.home-2 .cart-add {
	color: #fff;
}

.home-2 .cart-total {
	color: #363F65;
}

.side-menu {
	position: relative;
}

.category-heading>h2 {
	background: #EB3E32;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 4px 4px 0 0;
	height: 100%;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
}

.category-heading>h2>i {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.category-menu-list {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}

.category-menu-list>ul {
	background: #fff;
	border-radius: 0px 0px 4px 4px;
	margin-top: -2px;
}

.category-menu-list ul>li,
.cat-dropdown>li>a {
	padding: 0 20px;
	position: relative;
	text-align: left;
}

.category-menu-list>ul>li:last-child a,
.cat-dropdown>li:last-child>a {
	border-bottom: 0;
}

.category-menu-list>ul>li>a,
.cat-dropdown>li>a {
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #ebebeb;
	color: #7a7a7a;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0;
	font-size: 14px;
}

.category-menu-list>ul>li.right-menu>a:after {
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	vertical-align: top;
}

.category-menu-list>ul>li.rx-parent>a {
	font-size: 14px;
	font-weight: 600;
	color: #363f4d;
}

.rx-parent {
	cursor: pointer;
}

.category-menu-list ul>li span.fa {
	float: left;
	padding-top: 15px;
	margin-right: 15px;
}

.rx-child,
.category-menu-list ul li a.rx-show {
	display: none;
}

.category-menu-list ul li.rx-change a.rx-show {
	display: block;
}

.category-menu-list ul li.rx-change a.rx-default {
	display: none;
}

.cat-dropdown,
.cat-mega-menu {
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	z-index: 999;
	width: 220px;
	border-top: 1px solid #EB3E32;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cat-dropdown>li>a {
	font-size: 12px;
}

.cat-dropdown>li>a:hover {
	color: #EB3E32;
}

.cat-mega-menu {
	width: 670px;
	padding: 10px;
	overflow: hidden;
}

li.right-menu .cat-mega-menu>li {
	width: 33.33%;
	float: left;
	padding: 15px 20px;
}

.cat-mega-menu>li>ul>li.cat-mega-title>a {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	line-height: 2.8;
	pointer-events: none;
}

.cat-mega-menu>li>ul>li>a {
	font-size: 12px;
	display: block;
	line-height: 2;
}

.category-menu-list>ul>li:hover .cat-dropdown,
.category-menu-list>ul>li:hover .cat-mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.home-2 .slider-text>h5 {
	color: #fff;
	font-weight: 400;
}

.home-2 .slider-text>h1 {
	color: #fff;
}

.home-2 .slider-text>h4 {
	color: #fff;
	font-weight: 400;
}

.home-2 .slider-text>h4>span {
	color: #FCE700;
	font-weight: 500;
}

.home-2 a.button.sec-slide {
	background: #363F4D;
	color: #fff;
	font-weight: 500;
}

.home-2 a.button.sec-slide:hover {
	background: #FFEA00;
	color: #fff;
}

.home-2 .slider-text>h5.sec-slide {
	color: #69ACFF;
}

.home-2 .slider-text>h4.sec-slide>span {
	color: #69ACFF;
}

.home-2 .single-product.hot-deal {
	border-bottom: 0;
}

.our-single-blog {
	padding: 20px;
}

.our-blog-img img {
	border-radius: 4px;
}

.our-blog-content>h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 10px;
}

.our-blog-author {
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.our-blog-author>a {
	color: #EB3E32;
}

.our-blog-author>a:hover {
	color: #4c4c4c;
}

.our-blog-des>p {
	margin-bottom: 10px;
}

.blog-meta span {
	font-size: 12px;
}

.post-comment i {
	font-size: 18px;
	margin-right: 6px;
	vertical-align: middle;
}

.our-blog-active .owl-nav>div {
	top: -40px;
	color: #fff;
}

.our-blog-active .owl-nav>div.owl-prev:after {
	top: 6px;
	background: #fff;
}

/*----------------------------------------*/
/*  12. Home 3
/*----------------------------------------*/
.home-3 .header-container {
	background: #fff;
	color: #363F4D;
}

.home-3 .header-top-menu>ul>li>a,
.home-3 .header-top-menu>ul>li>span {
	color: #363F4D;
}

.home-3 .header-top-area {
	border-bottom: 1px solid #ebebeb;
}

.home-3 .search-box-area {
	border: 2px solid #EB3E32;
	overflow: visible;
	height: 54px;
}

.home-3 .search-box button {
	background: #EB3E32;
	height: 54px;
	top: -2px;
	right: -2px;
}

.home-3 .search-box button:hover {
	background: #363F4D;
	color: #fff;
}

.home-3 .mini-cart-area>ul>li>a {
	border-color: #EB3E32;
	color: #EB3E32;
}

.home-3 .cart-add {
	color: #fff;
}

.home-3 .cart-total {
	color: #363F65;
}

.home-3 .header-bottom-area {
	border-top: 1px solid #ebebeb;
}

.home-3 .header-sticky.sticky {
	background: rgba(255, 255, 255, 0.95);
}

.home-3 .header-sticky.sticky .col-md-3.col-sm-3,
.home-7 .header-sticky.sticky .col-md-3.col-sm-3 {
	display: none;
}

.home-3 .header-bottom-area.header-sticky.sticky .col-md-9.col-sm-9,
.home-7 .header-bottom-area.header-sticky.sticky .col-md-9.col-sm-9 {
	width: 100%;
}

.home-3 .header-bottom-area.header-sticky.sticky .logo-sticky,
.home-7 .header-bottom-area.header-sticky.sticky .logo-sticky {
	float: left;
	margin: 13px 0;
}

.home-3 .header-sticky.sticky .main-menu-area,
.home-7 .header-sticky.sticky .main-menu-area {
	float: right;
}

.home-3 .category-heading>h2 {
	height: 60px;
	line-height: 60px;
	margin: 0;
}

.home-3 .category-menu-list {
	display: none;
}

.home-3 .main-menu-area {
	background: #fff;
}

.home-3 .main-menu>li>a,
.home-7 .main-menu>li>a {
	color: #363f4d;
	padding: 17px 20px;
}

.home-3 .main-menu>li:hover>a,
.home-3 .main-menu>li.active>a {
	color: #EB3E32;
}

.home-3 .dropdown,
.mega-menu,
.home-7 .dropdown,
.mega-menu {
	left: 0;
}

.home-3 .slider-text {
	left: 20%;
	width: 100%;
}

.home-3 .nivo-controlNav {
	left: 0;
	right: 0;
	text-align: center;
}

.home-3 .slider-text>h5,
.home-3 .slider-text>h4>span {
	color: #FFD200;
}

.home-3 .slider-text>h1 {
	color: #fff;
}

.home-3 .slider-text>h1>span {
	font-size: 71px;
}

.home-3 .slider-text>h4 {
	color: #fff;
}

.home-3 a.button {
	background: #fff;
	color: #363F4D;
}

.home-3 a.button:hover {
	background: #EB3E32;
	color: #fff;
}

.home-3 .single-product.hot-deal-list {
	overflow: hidden;
}

.home-3 .single-product.hot-deal-list .product-img {
	float: left;
	width: 50%;
	padding-right: 25px;
}

.home-3 .hot-deal-of-product .product-content {
	text-align: left;
	float: left;
	width: 50%;
}

.home-3 .product-content>h2.pro-title {
	text-align: left;
}

.home-3 .pro-rating-price {
	padding: 0;
}

.home-3 .count-down-box,
.home-7 .count-down-box {
	text-align: center;
	margin-bottom: 0px;
}

.home-3 .button.add-btn {
	background: #363F4D;
	color: #fff;
}

.home-3 .our-single-blog {
	overflow: hidden;
	padding: 0;
	margin-right: 15px;
}

.home-3 .our-blog-img {
	float: left;
	width: 45%;
}

.home-3 .our-blog-content {
	width: 55%;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.home-3 .brand-active {
	border-top: 1px solid #ebebeb;
}

/*----------------------------------------*/
/*  13. Home 4
/*----------------------------------------*/
.home-4 .header-container {
	background: #fff;
	color: #363F4D;
}

.home-4 .header-top-menu>ul>li>a,
.home-4 .header-top-menu>ul>li>span {
	color: #363F4D;
}

.home-4 .header-top-area {
	border-bottom: 1px solid #ebebeb;
}

.home-4 .search-box-area {
	border: 2px solid #EB3E32;
	overflow: visible;
	height: 54px;
}

.home-4 .search-box button {
	background: #EB3E32;
	height: 54px;
	top: -2px;
	right: -2px;
}

.home-4 .search-box button:hover {
	background: #363F4D;
	color: #fff;
}

.home-4 .mini-cart-area>ul>li>a {
	border-color: #EB3E32;
	color: #EB3E32;
}

.home-4 .cart-add {
	color: #fff;
}

.home-4 .cart-total {
	color: #363F65;
}

.home-4 .slider-text {
	top: -40px;
}

.home-4 .slider-text>h1 {
	color: #fff;
	font-weight: 700;
}

.home-4 .slider-text>h4 {
	color: #fff;
	margin-top: 20px;
}

.home-4 .slider-text>h4>span {
	color: #FFEA00;
}

.home-4 .slider-button a.button {
	background: #fff;
	color: #363F4D;
}

.home-4 .slider-button a.button:hover {
	background: #FFEA00;
	color: #fff;
}

.home-4 .single-product.hot-deal {
	border-bottom: 0;
}

.home-4 .pro-rating-price {
	padding: 0;
}

.home-4 .our-single-blog {
	overflow: hidden;
	padding: 0;
	margin-right: 15px;
}

.home-4 .our-blog-img {
	float: left;
	width: 45%;
}

.home-4 .our-blog-content {
	width: 55%;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.home-4 .brand-active {
	border-top: 1px solid #ebebeb;
}

/*----------------------------------------*/
/*  14. Home 5
/*----------------------------------------*/
.home-5 a:focus,
.home-5 a:hover {
	color: #68B501;
}

.home-5 .header-container {
	background: #68b501;
	color: #fff;
}

.home-5 .search-box button:hover {
	color: #68B501;
}

.home-5 .mini-cart-area>ul>li>a:hover {
	color: #fff;
}

.home-5 .main-menu>li>a {
	color: #fff;
}

.home-5 .main-menu>li.active>a,
.home-5 .main-menu>li:hover>a {
	color: #68B501;
}

.home-5 .mega-menu>li>ul>li.mega-title>a:hover {
	color: #68B501;
}

.home-5 .main-menu>li.hot:before {
	background: #68B501;
}

.home-5 .main-menu>li.hot:after {
	border-top: 5px solid #68B501;
}

.home-5 .cart-add {
	background: #4b8201;
}

.home-5 .cart-price {
	color: #68B501;
}

.home-5 .cart-button a.button2:hover {
	background: #68B501;
	color: #fff;
}

.home-5 .slider-text {
	top: -15px;
}

.home-5 .slider-text>h5 {
	font-family: 'Shadows Into Light', cursive;
	font-size: 24px;
	line-height: 24px;
}

.home-5 .slider-text>h4 {
	font-size: 18px;
	margin-top: 20px;
}

.home-5 .nivo-controlNav a.active,
.home-5 .nivo-controlNav a:hover {
	background: #68B501;
}

.home-5 .sicker {
	background: #68B501;
}

.home-5 .product-price>span.new-price {
	color: #68B501;
}

.home-5 a.button {
	background: #363F4D;
	color: #fff;
}

.home-5 a.button:hover {
	background: #68B501;
}

.home-5 .section-title1-border {
	border-bottom: 2px solid #68B501;
}

.home-5 .section-title1 h3 {
	background: #68B501;
}

.home-5 .section-title2 h3 {
	background: #68B501;
}

.home-5 .product-tab>ul>li.active>a,
.home-5 .product-tab>ul>li>a:hover {
	color: #68B501;
}

.home-5 .product-action>li>a:hover {
	background: #68B501;
	color: #fff;
}

.home-5 .copyright-text>p>a {
	color: #68B501;
}

.home-5 .copyright-text>p>a:hover {
	text-decoration: underline;
}

.home-5 #scrollUp {
	background: #68B501;
}

.home-5 #scrollUp:hover {
	border-color: #68B501;
}

/*----------------------------------------*/
/*  15. Home 6
/*----------------------------------------*/
.home-6 a:focus,
.home-6 a:hover {
	color: #68b501;
	text-decoration: none;
}

.home-6 .header-container {
	background: #fff;
	color: #363F4D;
}

.home-6 .header-top-menu>ul>li>a,
.home-6 .header-top-menu>ul>li>span {
	color: #363F4D;
}

.home-6 .header-top-area {
	border-bottom: 1px solid #ebebeb;
}

.home-6 .search-box-area {
	border: 2px solid #68B501;
	overflow: visible;
	height: 54px;
}

.home-6 .search-box button {
	background: #68B501;
	height: 54px;
	top: -2px;
	right: -2px;
}

.home-6 .search-box button:hover {
	background: #363F4D;
	color: #fff;
}

.home-6 .mini-cart-area>ul>li>a {
	border-color: #68b501;
	color: #68b501;
}

.home-6 .cart-add {
	color: #fff;
	background: #4B8201;
}

.home-6 .cart-total {
	color: #363F65;
}

.home-6 .cart-price {
	color: #68B501;
}

.home-6 .cart-button a.button2:hover {
	background: #68B501;
	color: #fff;
}

.home-6 .single-product.hot-deal {
	border-bottom: 0;
}

.home-6 .pro-rating-price {
	padding: 0;
}

.home-6 .product-price>span.new-price {
	color: #68B501;
}

.home-6 a.button.add-btn.big {
	top: auto;
	bottom: 15px;
}

.home-6 .nivo-controlNav a.active,
.home-6 .nivo-controlNav a:hover {
	background: #68B501;
}

.home-6 .sicker {
	background: #68B501;
}

.home-6 a.button {
	background: #363F4D;
	color: #fff;
}

.home-6 .main-menu>li>a {
	color: #fff;
}

.home-6 .main-menu>li.active>a,
.home-6 .main-menu>li:hover>a {
	color: #68B501;
}

.home-6 .mega-menu>li>ul>li.mega-title>a:hover {
	color: #68B501;
}

.home-6 .main-menu>li.hot:before {
	background: #68B501;
}

.home-6 .main-menu>li.hot:after {
	border-top: 5px solid #68B501;
}

.home-6 .category-heading>h2 {
	background: #68B501;
}

.home-6 .category-menu-list>ul>li>a:hover {
	color: #7a7a7a;
}

.home-6 .cat-dropdown,
.home-6 .cat-mega-menu {
	border-top: 1px solid #68B501;
}

.home-6 .slider-text {
	top: -35px;
}

.home-6 .slider-text>h5 {
	font-family: 'Shadows Into Light', cursive;
	color: #FFCD05;
	font-size: 24px;
	line-height: 24px;
}

.home-6 .slider-text>h1 {
	color: #fff;
}

.home-6 .slider-text>h4 {
	color: #fff;
}

.home-6 .slider-text>h4>span {
	color: #FFEA00;
}

.home-6 .slider-button a.button {
	background: #fff;
	color: #363F4D;
}

.home-6 .slider-button a.button:hover {
	background: #FFEA00;
	color: #fff;
}

.home-6 .section-title2 h3 {
	background: #68B501;
}

.home-6 .section-title1 h3 {
	background: #68b501;
}

.home-6 .section-title1-border {
	border-bottom: 2px solid #68B501;
}

.home-6 .product-tab>ul>li.active>a,
.home-6 .product-tab>ul>li>a:hover {
	color: #68b501;
}

.home-5 a.button {
	background: #363F4D;
	color: #fff;
}

.home-6 a.button:hover {
	background: #68b501;
	color: #fff;
}

.home-6 .product-action>li>a:hover {
	background: #68B501;
	color: #fff;
}

.home-6 .our-single-blog {
	overflow: hidden;
	padding: 0;
	margin-right: 15px;
}

.home-6 .our-blog-img {
	float: left;
	width: 45%;
}

.home-6 .our-blog-content {
	width: 55%;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.home-6 .copyright-text>p>a {
	color: #68B501;
}

.home-6 .copyright-text>p>a:hover {
	text-decoration: underline;
}

.home-6 #scrollUp {
	background: #68B501;
}

.home-6 #scrollUp:hover {
	border-color: #68B501;
}

/*----------------------------------------*/
/*  16. Home 7
/*----------------------------------------*/
.home-7 a:focus,
.home-7 a:hover {
	color: #F1B306;
	text-decoration: none;
}

.home-7 .header-container {
	background: #20252d;
	color: #fff;
}

.home-7 .header-top-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-7 .search-box button {
	background: #F1B306;
}

.home-7 .search-box button:hover {
	color: #fff;
}

.home-7 .mini-cart-area>ul>li>a {
	color: #f1b306;
	border-color: #f1b306;
}

.home-7 .cart-add {
	background: #bf8e05;
	color: #fff;
}

.home-7 .cart-total {
	color: #fff;
}

.home-7 .cart-price {
	color: #f1b306;
}

.home-7 .cart-button a.button2:hover {
	color: #fff;
	background: #f1b306;
}

.home-7 .header-bottom-area {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: url("img/bg/menu-bg.png") repeat-x 0 0;
}

.home-7 .header-sticky.sticky {
	background: rgba(54, 63, 77, 0.9);
}

.home-7 .category-heading>h2 {
	height: 60px;
	line-height: 60px;
	margin: 0;
	background: #f1b306;
}

.home-7 .category-menu-list {
	display: none;
}

.home-7 .cat-dropdown,
.cat-mega-menu {
	border-top: 1px solid #f1b306;
}

.home-7 .main-menu-area {
	background: transparent;
}

.home-7 .main-menu>li>a {
	color: #fff;
}

.home-7 .main-menu>li:hover>a,
.home-7 .main-menu>li.active>a {
	color: #f1b306;
}

.home-7 .mega-menu>li>ul>li.mega-title>a:hover {
	color: #f1b306;
}

.home-7 .main-menu>li.hot:before {
	background: #f1b306;
}

.home-7 .main-menu>li.hot:after {
	border-top: 5px solid #f1b306;
}

.home-7 .slider-text {
	left: 20%;
	width: 100%;
}

.home-7 .nivo-controlNav {
	left: 0;
	right: 0;
	text-align: center;
}

.home-7 .slider-text>h5,
.home-7 .slider-text>h4>span {
	color: #363f4d;
}

.home-7 .slider-text>h1 {
	color: #363f4d;
}

.home-7 .slider-text>h1>span {
	font-size: 71px;
	font-weight: 700;
}

.home-7 .slider-text>h4 {
	color: #363f4d;
	font-size: 14px;
	margin-top: 20px;
}

.home-7 .slider-button a.button {
	background: #FFD200;
	color: #fff;
}

.home-7 .slider-button a.button:hover {
	background: #363F4D;
	color: #fff;
}

.home-7 a.button {
	background: #363F4D;
	color: #fff;
}

.home-7 a.button:hover {
	background: #FFD200;
	color: #fff;
}

.home-7 .product-action>li>a:hover {
	background: #FFD200;
	color: #fff;
}

.home-7 .sicker {
	background: #F1B306;
}

.home-7 .product-price>span.new-price {
	color: #F1B306;
}

.home-7 .single-product.hot-deal-list {
	overflow: hidden;
}

.home-7 .single-product.hot-deal-list .product-img {
	float: left;
	width: 50%;
	padding-right: 25px;
}

.home-7 .hot-deal-of-product .product-content {
	text-align: left;
	float: left;
	width: 50%;
}

.home-7 .product-content>h2.pro-title {
	text-align: left;
}

.home-7 .pro-rating-price {
	padding: 0;
}

.home-7 .count-down-box {
	text-align: center;
}

.home-7 .section-title1 h3 {
	background: #F1B306;
}

.home-7 .section-title1-border {
	border-bottom: 2px solid #F1B306;
}

.home-7 .product-tab>ul>li.active>a,
.home-7 .product-tab>ul>li>a:hover {
	color: #F1B306;
}

.home-7 .our-single-blog {
	padding: 0;
	overflow: hidden;
	margin-right: 15px;
}

.home-7 .our-blog-img {
	float: left;
	width: 45%;
}

.home-7 .our-blog-content {
	width: 55%;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.home-7 .brand-active {
	border-top: 1px solid #ebebeb;
}

.home-7 .copyright-text>p>a {
	color: #F1B306;
}

.home-7 .copyright-text>p>a:hover {
	text-decoration: underline;
}

/*----------------------------------------*/
/*  17. About Page CSS
/*----------------------------------------*/
.breadcrumbs>ul>li {
	display: inline-block;
	color: #eb3e32;
	line-height: 30px;
	font-size: 14px;
	text-transform: capitalize;
}

.breadcrumbs>ul>li>a {
	display: inline-block;
	color: #363f4d;
}

.breadcrumbs>ul>li>a:hover {
	color: #eb3e32;
}

.breadcome-separator {
	margin: 0 10px;
	display: inline-block;
	color: #363f4d;
}

.heading-banner-title {
	margin-bottom: 10px;
}

.heading-banner-title>h1 {
	font-size: 30px;
	font-weight: 700;
	/* font-family: 'Arial'; */
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.heading-banner-title>h4 {
	font-size: 18px;
	/* font-weight: bold; */
	/* font-family: 'Arial'; */
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #000;
	text-align: center;
}

.about-us-area {
	margin-top: 20px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.about-progress-area {
	position: relative;
}

.about-us-img,
.about-us-img2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 100px;
}

.about-us-img2 {
	left: auto;
	right: 0;
}

.about-us-content {
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 100px;
	float: right;
	width: 50%;
}

.about-us-title>h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 900;
	font-size: 24px;
}

.about-us-content>p {
	text-align: justify;
	margin-bottom: 15px;
}

.button2 {
	background: none;
	border: 1px solid #4c4c4c;
	color: #7a7a7a;
	height: 40px;
	line-height: 40px;
	margin-top: 26px;
	box-shadow: none;
	border-radius: 3px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	vertical-align: middle;
	white-space: nowrap;
}

.button2:hover {
	background: #EB3E32;
	color: #fff;
	border-color: #EB3E32;
}

.single-count-box {
	padding: 90px 0;
	background: #f3f3f3;
	text-align: center;
}

.counter-up-area .col-3:nth-child(1) .single-count-box {
	border-bottom: 1px solid #ddd;
}

.counter-up-area .col-3:nth-child(2) .single-count-box {
	background: #E8E8E8;
	border-bottom: 1px solid #ddd;
}

.counter-up-area .col-3:nth-child(4) .single-count-box {
	background: #E8E8E8;
}

.counter-img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.counter-content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #4c4c4c;
}

.counter-number>h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}

.counter-title>h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.all-progressbar {
	padding-top: 80px;
	padding-left: 160px;
	padding-right: 160px;
	padding-bottom: 80px;
	float: left;
	width: 50%;
}

.progress-title {
	margin-bottom: 35px;
}

.progress-title>h2 {
	font-size: 30px;
	font-weight: 900;
}
	.protfolio-menu-area {
		background: #f5f5f5;
	}

	.protfolio-menu {
		padding: 60px 0;
		text-align: center;
	}

	.protfolio-menu>ul>li {
		color: #666;
		margin-right: 2px;
		cursor: pointer;
		position: relative;
		z-index: 2;
		padding: 0 30px;
		border: none;
		line-height: 45px;
		font-size: 12px;
		font-weight: 600;
		display: inline-block;
		background: #fff;
		margin-bottom: 5px;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		text-transform: capitalize;
	}

	.protfolio-menu>ul>li:hover,
	.protfolio-menu>ul>li.active {
		color: #fff;
		background: #0162bd;
	}

	.protfolio-menu>ul>li:after {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		right: 2px;
		border-color: transparent;
		border-width: 5px;
		border-style: solid;
		border-top-color: #fff;
		border-right-color: #fff;
	}

	.protfolio-item {
		padding: 0 15px;
		padding-bottom: 30px;
	}

	.single-protfolio {
		position: relative;
		padding-top: 30px;
	}

	.protfolio-img {
		position: relative;
	}

	.protfolio-img:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 9;
		content: "";
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.single-protfolio:hover .protfolio-img>a {
		opacity: 0.3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		visibility: visible;
	}

	.protfolio-img>a:hover {
		background: #F26667;
		color: #fff;
	}

	.protfolio-img>a {
		position: absolute;
		top: 50%;
		left: 50%;
		color: #fff;
		width: 50px;
		height: 50px;
		background: #0162BD;
		line-height: 50px;
		text-align: center;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		border-radius: 100%;
		font-size: 16px;
		z-index: 99;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.single-protfolio:hover .protfolio-img>a {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
	}

	.link>a {
		position: absolute;
		bottom: 80px;
		right: 8px;
		width: 60px;
		height: 60px;
		background: #0162BD;
		line-height: 55px;
		text-align: center;
		color: #fff;
		display: block;
		border-radius: 100%;
		border: 4px solid #fff;
		font-size: 16px;
		z-index: 99;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
	}

	.link>a:hover {
		background: #F26667;
		color: #fff;
		border-color: #4FC1F0;
	}

	.single-protfolio:hover .link>a {
		bottom: 10px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
	}

	.protfolio-info {
		padding: 20px;
		background: #f5f5f5;
		position: absolute;
		bottom: -86px;
		left: 0;
		width: 100%;
		z-index: 99;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
	}

	.single-protfolio:hover .protfolio-info {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
	}

	.protfolio-info>h3 {
		font-size: 17px;
		line-height: 22px;
		color: #000000;
		font-weight: 700;
		padding: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		z-index: 2;
		display: block;
		/* font-family: "Raleway"; */
		text-transform: capitalize;
	}

	.protfolio-info>span {
		font-size: 12px;
		line-height: 20px;
		color: #71a9d0;
		font-weight: 400;
		display: block;
		text-align: left;
		clear: both !important;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		position: relative;
		z-index: 2;
		text-transform: capitalize;
	}

	.fancybox-item.fancybox-close {
		background: url(img/fancybox_sprite.png);
	}

	/*----------------------------------------*/
	/*  19. My Account Page CSS
/*----------------------------------------*/
	.form-login-title>h2,
	.form-register-title>h2 {
		font-size: 24px;
		font-weight: 700;
		text-transform: capitalize;
		line-height: 1.35;
	}

	.login-form,
	.register-form {
		padding: 20px;
		border: 1px solid #d3ced2;
		margin: 30px 0;
		text-align: left;
		border-radius: 5px;
	}

	.form-fild,
	.login-submit,
	.lost-password,
	.register-submit {
		margin-bottom: 10px;
	}

	.form-fild>p {
		margin: 0;
	}

	.form-fild>p span.required,
	.lost-password>a {
		color: #eb3e32;
	}

	.form-fild>input {
		border: 1px solid #e5e5e5;
		border-radius: 0;
		height: 42px;
		padding: 0 0 0 10px;
	}

	input.checkbox {
		width: 0;
		height: 0;
		margin: 0;
		display: inline-block;
	}

	.customer-login-register.register-pt-0 {
		padding-top: 0;
	}

	.login-submit>label {
		margin-left: 10px;
	}

	/*----------------------------------------*/
	/*  20. Wishlist Page CSS
/*----------------------------------------*/
	.wishlist-table table {
		background: #fff;
		border: 1px solid #ebebeb;
		color: #4c4c4c;
		width: 100%;
		border-right: 0;
		border-radius: 5px;
	}

	.wishlist-table table tr {
		border-bottom: 1px solid #ebebeb;
	}

	.wishlist-table table thead th {
		border-bottom: 1px solid #ebebeb;
		padding: 16px 12px;
		border-top: 1px solid #e7e7e7;
		background: #f6f6f6;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 500;
		border-right: 1px solid #ebebeb;
	}

	.wishlist-table table thead th.product-remove {
		width: 40px;
		vertical-align: middle;
	}

	.wishlist-table table tbody tr td.product-remove {
		padding: 16px 0;
		width: 40px;
	}

	.wishlist-table table tbody tr td.product-remove>a {
		font-size: 20px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		color: #7a7a7a;
		font-weight: 700;
		text-align: center;
	}

	.wishlist-table table tbody tr td.product-remove>a:hover,
	.wishlist-table table tbody tr td.product-name>a:hover,
	.shopping-cart-table table tr td.product-remove>a:hover {
		color: #EB3E32;
	}

	.wishlist-table table tbody tr td {
		padding: 16px 12px;
		text-align: center;
		vertical-align: middle;
		font-size: 13px;
		font-weight: 400;
		border-right: 1px solid #ebebeb;
	}

	.wishlist-table table tbody tr td.product-name>a {
		color: #363f4d;
	}

	.wishlist-table table tbody tr td.product-price {
		color: #4c4c4c;
		font-weight: 500;
	}

	.wishlist-table table tbody tr td.product-stock-status span.wishlist-in-stock {
		color: #30b878;
	}

	.wishlist-table table tbody tr td.product-stock-status span.wishlist-out-stock {
		color: #EB3E32;
	}

	.wishlist-btn {
		background: #363f4d;
		box-shadow: none;
		border: 0;
		border-radius: 3px;
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: 400;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		padding: 0 25px;
		text-shadow: none;
		text-transform: capitalize;
		text-align: center;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		vertical-align: middle;
		white-space: nowrap;
	}

	.wishlist-btn:hover {
		background: #EB3E32;
		color: #fff;
	}

	.wishlist-table table tfoot tr td {
		font-weight: 700;
		padding: 25px 10px;
		font-size: 12px;
		border-bottom: 1px solid #ebebeb;
		font-weight: 700;
	}

	/*----------------------------------------*/
	/*  21. Shopping Cart Page CSS
/*----------------------------------------*/
	.shop-form {
		margin-bottom: 30px;
	}

	.product-quantity>select {
		border: 1px solid #ebebeb;
		width: 80px;
		height: 35px;
		padding-left: 15px;
	}

	.shopping-cart-table table tr td.product-price,
	.shopping-cart-table table tr td.product-subtotal {
		color: #eb3e32;
		font-weight: 500;
	}

	.shopping-cart-table table tr td.product-quantity input.input-text {
		width: 60px;
		border: 2px solid #ebebeb;
		border-radius: 0;
		height: 42px;
		padding: 0 0 0 10px;
		text-align: center;
		font-size: 15px;
		font-weight: normal;
		margin-left: 5px;
	}

	.shopping-cart-table table tr td.action {
		padding: 10px;
		border: 0;
	}

	.input-copun {
		border: 1px solid #d3ced2;
		border-radius: 0;
		width: 200px;
		float: left;
		padding: 6px 15px 6px;
		margin: 0 4px 0 0;
		line-height: 1;
		height: 42px;
		font-size: 14px;
		font-weight: 500;
	}

	.coupon {
		overflow: hidden;
		margin: 0 0 30px;
		width: 100%;
		padding-bottom: 10px;
	}

	.wishlist-btn.shopping-btn {
		font-size: 14px;
	}

	.update-btn {
		background: #363f4d;
		box-shadow: none;
		border: 0;
		border-radius: 3px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 400;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		padding: 0 25px;
		text-shadow: none;
		text-transform: capitalize;
		text-align: center;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		vertical-align: middle;
		float: none;
		cursor: not-allowed !important;
		color: #fff;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	.update-btn:hover {
		background: #ebe9eb;
		color: #7a7a7a;
	}

	.shopping-cart-total {
		width: 100%;
		margin-bottom: 35px;
		overflow: hidden;
	}

	.shopping-cart-total>h2 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		background: #f5f5f5;
		padding: 10px 20px;
		border-radius: 5px;
		border: 1px solid #ebebeb;
		line-height: 40px;
	}

	.shop-table table {
		text-align: right;
		margin: 0 0 10px 0;
		width: 100%;
		float: right;
		color: #4c4c4c;
	}

	.shop-table tr {
		border-bottom: 1px solid #ebebeb;
		text-align: right;
	}

	.shop-table tr td {
		text-align: right;
		padding: 10px 0;
	}

	.shop-table tr td span {
		font-weight: 500;
		color: #363f4d;
		font-size: 16px;
	}

	.shop-table tr.order-total {
		display: block;
	}

	.shop-table tr.order-total td {
		padding: 10px 0;
		display: block;
	}

	.shop-table tr td a {
		display: block;
		color: #EB3E32;
	}

	.shop-table tr td a:hover {
		color: #4c4c4c;
	}

	.shop-table tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}

	.shop-table tr.order-total td span {
		color: #EB3E32;
	}

	.proceed-to-checkout {
		float: left;
		width: 100%;
		text-align: right;
	}

	.checkout-button {
		background: #fcb243;
		color: #000;
		border-color: #fcb242;

		margin: 0 !important;
		border: 0;
		border-radius: 3px;
		display: inline-block;
		font-size: 1em;
		font-weight: 400;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		padding: 0 25px;
		text-shadow: none;
		text-transform: capitalize;
		text-align: center;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
	}

	.mtop15 {
		margin-top: 30px;
	}

	.checkout-button:hover {
		background: #fcb243;
		color: #000;
		border-color: #fcb242;
	}

	/*----------------------------------------*/
	/*  22. Checkout Page CSS
/*----------------------------------------*/
	.coupon-accordion>h3 {
		background: #f7f6f7;
		margin: 0 0 2em;
		padding: 1em 2em 1em 3.5em;
		font-size: 14px;
		border-top: 3px solid #1e85be;
		position: relative;
		width: auto;
		color: #515151;
	}

	.coupon-accordion>h3>span {
		cursor: pointer;
		color: #EB3E32;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.coupon-accordion>h3>span:hover {
		color: #333;
	}

	.coupon-accordion>h3:before {
		position: absolute;
		content: "\f133";
		font-family: fontawesome;
		top: 1em;
		left: 1.5em;
		display: inline-block;
		color: #1e85be;
	}

	.coupon-content,
	.create-account,
	.ship-box {
		display: none;
	}

	#checkout_coupon {
		border: 1px solid #d3ced2;
		padding: 20px;
		border-radius: 5px;
		display: none;
	}

	.billing-fields {
		margin-bottom: 30px;
		overflow: hidden;
	}

	#billing_country_chosen,
	#billing_country2_chosen {
		width: 100% !important;
	}

	.chosen-container-single .chosen-single {
		background: #fff;
		padding: 2px 10px;
		border-radius: 5px;
		height: 30px;
		border: 1px solid #aaa;
		box-shadow: none;
	}

	.chosen-container-active.chosen-with-drop .chosen-single {
		border: 1px solid #aaa;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		background: #fff;
	}

	.chosen-container-single .chosen-single div b {
		background: url("img/chosen-sprite.png") no-repeat 0px 4px;
	}

	.chosen-container-single .chosen-single span {
		margin-right: 0;
		background: #fff;
	}

	.chosen-container-single .chosen-single div {
		background: #fff;
	}

	.checkout-form-area {
		padding: 15px 0;
		margin-bottom: 100px;
	}

	.checkout-title>h3 {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 20px;
		margin: 0 0 20px;
	}

	.form-fild.first-name,
	.form-fild.last-name,
	.form-fild.billing_phone,
	.form-fild.email {
		width: 47%;
		margin: 0 0 40px;
		padding: 0;
	}

	.form-fild.last-name,
	.form-fild.email {
		float: right;
	}

	.form-fild.company-name,
	.form-fild.country,
	.form-fild.billing_address_1,
	.form-fild.billing_address_2,
	.form-fild.billing_postcode,
	.form-fild.billing_city {
		margin: 0 0 40px;
	}

	.create-acc {
		margin-bottom: 10px;
	}

	.ship-fild {
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
	}

	.create-acc>input[type="checkbox"],
	.ship-fild>input[type="checkbox"] {
		display: inline-block;
		position: relative;
		top: 2px;
		margin-right: 5px;
		width: auto;
		height: auto;
	}

	.form-fild.billing_password label {
		padding-left: 20px;
		color: #a00;
	}

	.shipping-fields {
		margin-bottom: 30px;
	}

	.your-order-title>h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		width: 100%;
	}

	.your-order-table table {
		background: #fff;
		width: 100%;
		color: #4c4c4c;
		margin: 0 0 50px;
	}

	.your-order-table table tr {
		border-bottom: 1px solid #ebebeb;
	}

	.your-order-table table tr:last-child {
		border-bottom: none;
	}

	.your-order-table table tr th.product-name {
		width: 35%;
	}

	.your-order-table table tr th.total {
		width: 65%;
	}

	.your-order-table table tr th,
	.your-order-table table tr td {
		background: none;
		border-bottom: 1px solid #dedede;
		border-right: none;
		border-top: none;
		font-size: 14px;
		padding: 15px 0;
		text-align: center;
		text-transform: uppercase;
	}

	.your-order-table table tr th,
	.cart-subtotal td {
		font-weight: 500;
	}

	.your-order-table table tr.cart-subtotal th,
	.your-order-table table tr.shipping th,
	.your-order-table table tr.order-total th {
		font-weight: 700;
	}

	.your-order-table table tr td {
		text-transform: none;
	}

	.your-order-table table tr.order-total th,
	.your-order-table table tr.order-total td {
		font-size: 18px;
		border-bottom: none;
	}

	.shipping td p {
		font-weight: 500;
		color: #4c4c4c;
		margin: 0;
	}

	.order-total td {
		color: #EB3E32;
	}

	.checkout-payment li {
		text-align: left;
		line-height: 2px;
		padding: 0 0 15px;
		font-weight: 400;
	}

	.checkout-payment li>input[type="radio"] {
		height: auto;
		width: auto;
		margin-right: 5px;
	}

	.pay-box {
		background: none;
		box-shadow: none;
		font-size: 12px;
		margin: 0;
		padding: 0;
		position: relative;
		text-shadow: none;
		width: 100%;
		line-height: 1.5;
		color: #515151;
		margin-top: 10px;
	}

	.pay-box:before {
		content: '';
		display: block;
		border: 1em solid #dfdcde;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		position: absolute;
		top: -.75em;
		left: 0;
		margin: -1em 0 0 2em;
	}

	.pay-box.payment_method_cheque>p {
		font-size: 12px;
	}

	.payment_method_paypal-li img {
		max-height: 52px;
		vertical-align: middle;
		margin: -2px 15px 0 .5em;
	}

	.payment_method_paypal-li a {
		display: inline-block;
		font-size: 11px;
		color: #eb3e32;
	}

	.payment_method_paypal {
		display: none;
	}

	.order-btn {
		background: #eb3e32;
		font-size: 14px;
		height: 50px;
		margin: 0;
		display: block;
		border-radius: 3px;
		border: 0;
		color: #fff;
		display: inline-block;
		box-shadow: none;
		line-height: 42px;
		overflow: hidden;
		padding: 0 25px;
		text-shadow: none;
		text-transform: capitalize;
		text-align: center;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		vertical-align: middle;
		white-space: nowrap;
		font-weight: 400;
		width: 100%;
	}

	.order-btn:hover {
		background: #d52115;
		color: #fff;
	}

	/*----------------------------------------*/
	/*  23. Shop Page CSS
/*----------------------------------------*/
	/*----------------------------------------*/
	/*  23.1 Shop Left Sidebar CSS
/*----------------------------------------*/
	.shop-product-area .tab-content .tab-pane {
		display: none;
		height: auto;
	}

	.shop-product-area .tab-content .tab-pane.active {
		display: block;
	}

	.widget.widget-shop-categories {
		margin: 0;
		border-radius: 4px 4px 0 0;
	}

	.widget.widget-compare {
		margin-top: 30px;
	}

	.product-categories>li>a {
		font-size: 14px;
		text-transform: capitalize;
		color: #363f4d;
		display: inline-block;
	}

	.widget.widget-price-slider,
	.widget.widget-brand,
	.widget.widget-manufacture,
	.widget.widget-color {
		border-top: 0;
		border-radius: 0;
		background: #f6f6f6;
		margin: 0;
	}

	.widget.widget-brand,
	.widget.widget-manufacture,
	.widget.widget-color {
		background: #fff;
	}

	.widget.widget-color {
		margin: 0 0 30px 0;
	}

	.widget.widget-price-slider h3.widget-title,
	.widget.widget-brand h3.widget-title,
	.widget.widget-manufacture h3.widget-title,
	.widget.widget-color h3.widget-title {
		font-size: 12px;
		margin: 0;
		border-bottom: 0;
		font-weight: 500;
	}

	.price-filter {
		font-size: 12px;
		text-align: center;
	}

	#slider-range {}

	.ui-widget.ui-widget-content {
		border: 0;
		background: #E5E5E5;
		height: 5px;

	}

	.ui-datepicker.ui-widget.ui-widget-content {
		height: auto !important;
		z-index: 111111 !important;
	}

	.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
		border: 0;
		background: #E5E5E5;
		height: auto !important;


	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		background: #fbb142;
		height: 15px;
		border: 0;
		width: 15px;
		border-radius: 100%;
	}

	.ui-datepicker.ui-state-default,
	.ui-datepicker.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-datepicker.ui-button,
	html .ui-datepicker.ui-button.ui-state-disabled:active {
		height: 30PX;
		width: 30PX;
		border-radius: 0px !important;
		border: 1px solid #cccccc;
		background: #ededed;
		font-weight: normal;
		color: #2b2b2b;
		TEXT-ALIGN: CENTER;
		PADDING: 0.2em;
	}

	.ui-widget-header {
		border: 0;
		background: #fcb242;
		color: #fff;
		font-weight: bold;
	}

	.price-filter input.amount {
		width: 100px;
		border-radius: 0;
		height: 30px;
		background: #f6f6f6;
		color: #363f4d;
	}

	.compare-menu {
		margin-bottom: 10px;
	}

	.clear-all {
		font-size: 12px;
		line-height: 35px;
		float: left;
		text-transform: none;
	}

	.shop-tab-menu {
		border: 1px solid #ebebeb;
		padding: 13px 15px;
		border-radius: 4px;
	}

	.shop-tab>ul>li {
		display: inline-block;
		margin-right: 25px;
		margin-top: 5px;
	}

	.shop-tab>ul>li>a {
		font-size: 21px;
		color: #363f4d;
		display: block;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.shop-tab>ul>li.active>a,
	.shop-tab>ul>li:hover>a {
		color: #EB3E32;
	}

	.toolbar-form {
		float: left;
		width: 100%;
	}

	.toolbar-select span {
		color: #363f4d;
	}

	.order-by {
		width: 100%;
		height: 30px;
		border: 1px solid #ebebeb;
		text-align: left;
		font-size: 14px;
		padding: 0 10px;
		border-radius: 0px;
	}

	.show-result {
		float: right;
		height: 32px;
		line-height: 30px;
		margin: 0 0 0 15px;
	}

	.show-result p {
		font-size: 14px;
		color: #363f4d;
	}

	.product-container {
		overflow: hidden;
		padding-bottom: 25px;
		position: relative;
	}

	.product-container:after {
		position: absolute;
		content: "";
		border-bottom: 1px solid #ebebeb;
		display: block;
		bottom: 0;
		left: 15px;
		right: 15px;
		z-index: 99;
	}

	.product-container:last-child:after {
		border-bottom: 0;
	}

	.product-content-2>h2 {
		font-size: 16px;
		text-transform: capitalize;
		font-weight: 400;
		margin-bottom: 15px;
	}

	.product-discription>p {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.product-cart-area-list>li {
		display: inline-block;
	}

	/*----------------------------------------*/
	/*  24. Single Product CSS
/*----------------------------------------*/
	.single-product-info {
		overflow: hidden;
		margin-bottom: 50px;
	}

	.single-product-tab {
		margin-top: 15px;
	}

	.discription-tab-content {
		overflow: hidden;
	}

	.discription-tab-content .tab-pane {
		overflow: hidden;
	}

	.easyzoom-flyout img {
		width: auto !important;
		max-width: none !important;
	}

	.single-product-tab-menu {
		width: 100%;
		padding: 0 30px;
		text-align: center;
	}

	.single-product-tab-menu>li {
		display: inline-block;
		width: 20%;
		margin: 0 10px;
	}

	.single-product-content {
		position: relative;
	}

	.product-nav {
		position: absolute;
		top: 0;
		right: 0;
	}

	.product-nav>a {
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #d1d1d1;
		line-height: 28px;
		text-align: center;
		border-radius: 3px;
		color: #d1d1d1;
		position: relative;
		margin-right: 5px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.product-nav>a:hover {
		background: #EB3E32;
		border-color: #EB3E32;
		color: #fff;
	}

	.product-title {
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		margin-bottom: 16px;
		color: #363f4d;
	}

	.product-rating {
		margin-bottom: 20px;
	}

	.product-rating i.fa {
		color: #F9BA48;
	}

	.product-rating i.fa.on-color {
		color: #e1e1e1;
	}

	.review-link {
		color: #EB3E32;
		margin-left: 10px;
	}

	.single-product-price {
		margin-bottom: 25px;
	}

	.single-product-price>.old-price {
		color: #a4a4a4;
		font-size: 16px;
		font-weight: 400;
		margin-right: 5px;
		text-decoration: line-through;
	}

	.single-product-price>.new-price {
		color: #EB3E32;
		font-weight: 700;
		font-size: 20px;
	}

	.product-description>p {
		margin-bottom: 25px;
		color: #7a7a7a;
		font-size: 14px;
	}

	.single-product-quantity {
		border-bottom: 1px solid #ebebeb;
		margin: 0 0 20px;
		padding-bottom: 20px;
	}

	.quantity {
		margin: 0 0 20px;
	}

	.quantity label {
		margin-right: 5px;
	}

	.quantity input {
		width: 75px;
		border: 1px solid #ebebeb;
		border-radius: 3px;
		height: 36px;
		font-size: 16px;
		line-height: 34px;
		color: #363f4d;
		padding: 0 0 0 10px;
	}

	.wislist-compare-btn ul>li {
		display: inline-block;
		margin-right: 15px;
	}

	.wislist-compare-btn ul>li>a.wishlist,
	.wislist-compare-btn ul>li>a.compare {
		position: relative;
		font-size: 12px;
		display: block;
		text-align: center;
		line-height: 30px;
		font-weight: 400;
		text-transform: capitalize;
	}

	.wislist-compare-btn ul>li>a.wishlist:before,
	.wislist-compare-btn ul>li>a.compare:before {
		content: '\f08a';
		font-family: FontAwesome;
		color: #eb3e32;
		display: inline-block;
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 28px;
		border: 1px solid #EB3E32;
		border-radius: 100%;
		text-align: center;
		margin-right: 5px;
		vertical-align: middle;
	}

	.wislist-compare-btn ul>li>a.compare:before {
		content: "\f079"
	}

	.product-meta {
		margin: 20px 0 10px;
		border-top: 1px solid #ebebeb;
		padding-top: 15px;
		text-transform: capitalize;
	}

	.single-product-sharing>ul>li {
		display: inline-block;
		margin-right: 10px;
	}

	.single-product-sharing>ul>li>a {
		color: #fff;
		width: 16px;
		height: 16px;
		background: #7a7a7a;
		font-size: 10px;
		display: block;
		line-height: 17px;
		text-align: center;
		border-radius: 2px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.single-product-sharing>ul>li>a:hover {
		background: #EB3E32;
		color: #fff;
	}

	.single-product-tab-menu .owl-nav>div {
		position: absolute;
		top: 50%;
		left: 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #f2f2f2;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		border-radius: 3px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.single-product-tab-menu .owl-nav>div.owl-prev:after {
		display: none;
	}

	.single-product-tab-menu .owl-nav>div.owl-next {
		left: auto;
		right: 25px;
	}

	.single-product-tab-menu .owl-nav>div:hover {
		background: #EB3E32;
		color: #fff;
	}

	.single-product-tab-menu:hover .owl-nav>div {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.discription-tab-menu>ul {
		border-bottom: 1px solid #ebebeb;
		text-align: left;
	}

	.discription-tab-menu>ul>li {
		display: inline-block;
	}

	.discription-tab-menu>ul>li>a {
		font-size: 14px;
		background: #f3f2f2;
		font-weight: 700;
		padding: 10px 20px;
		text-transform: uppercase;
		display: inline-block;
		border-radius: 4px 4px 0 0;
		line-height: 26px;
		color: #a8acb3;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.discription-tab-menu>ul>li.active>a,
	.discription-tab-menu>ul>li>a:hover {
		background: #eb3e32;
		color: #fff;
	}

	.description-content,
	.review-page-comment {
		padding: 30px 0 20px;
	}

	.review-comment {
		margin: 0 auto;
		width: 650px;
	}

	.review-comment>h2 {
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.review-comment>ul {
		margin: 0 0 25px;
	}

	.review-comment>ul>li {
		margin-bottom: 20px;
	}

	.review-comment>ul>li>.product-comment img {
		width: 60px;
		float: left;
	}

	.review-comment>ul>li .product-comment .product-comment-content {
		border: 1px solid #ebebeb;
		border-radius: 3px;
		margin-left: 80px;
		position: relative;
		padding: 10px 10px 0;
	}

	.review-comment>ul>li .product-comment .product-comment-content:before {
		position: absolute;
		content: "";
		top: 10px;
		left: -6px;
		border-bottom: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
		display: block;
		width: 10px;
		height: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 999;
	}

	.pro-comments-rating {
		float: right;
	}

	.product-comment-content>p>strong {
		text-transform: uppercase;
		font-size: 16px;
		color: #777;
		line-height: 2;
	}

	.review-comment-form-author {
		margin-bottom: 10px;
	}

	.review-comment-form-author input,
	.review-comment-form-email input {
		width: 40%;
		border: 1px solid #ebebeb;
		border-radius: 0;
		display: block;
		height: 40px;
	}

	/*----------------------------------------*/
	/*  25. Blog Page CSS
/*----------------------------------------*/
	.single-blog-post {
		overflow: hidden;
		width: 100%;
	}

	.post-thumbnail {
		width: 40%;
		float: left;
		margin: 0;
	}

	.post-thumbnail>a {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	.postinfo-wrapper {
		width: 60%;
		padding: 0 0 0 30px;
		float: left;
		text-align: left;
	}

	.postinfo-wrapper .post-header {
		position: relative;
		float: none;
		margin: 0 0 20px;
		display: block;
	}

	.postinfo-wrapper .post-header .post-category {
		font-size: 13px;
		display: block;
		margin-bottom: 15px;
		color: #eb3e32;
		text-transform: capitalize;
	}

	.postinfo-wrapper .post-header .post-category a {
		padding: 0 5px;
		color: #eb3e32;
		text-decoration: underline;
	}

	.postinfo-wrapper .post-header h1.post-title {
		font-size: 30px;
		font-weight: 500;
		margin-bottom: 10px;
		line-height: 1;
		text-transform: capitalize;
		letter-spacing: 2px;
	}

	.postinfo-wrapper .post-header h1.post-title.post-icon:before {
		content: "\f2a6";
		font-family: 'Ionicons';
		display: inline-block;
		margin-right: 18px;
		color: #eb3e32;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}

	.postinfo-wrapper .post-header h1.post-title a {
		color: #363f4d;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.postinfo-wrapper .post-header h1.post-title a:hover {
		color: #eb3e32
	}

	.blog-meta,
	.post-author,
	.post-date {
		color: #808080;
		letter-spacing: 1px;
	}

	.post-separator {
		margin: 0 10px;
		display: inline-block;
	}

	.entry-summary>p {
		margin-bottom: 30px;
		text-align: left;
	}

	.social-sharing {
		float: left;
		margin: 0;
	}

	.social-title {
		float: left;
		font-size: 12px;
		color: #808080;
		margin: 0 20px 0 0;
		line-height: 26px;
		font-weight: 700;
	}

	.blog-social-icon {
		float: left;
		margin: 0;
		padding: 0;
	}

	.blog-social-icon>li {
		float: left;
	}

	.blog-social-icon>li>a {
		background: #f7f7f7;
		border-radius: 100%;
		color: #353535;
		display: inline-block;
		font-size: 12px;
		height: 26px;
		line-height: 26px;
		margin-right: 10px;
		text-align: center;
		width: 26px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.blog-social-icon>li>a:hover {
		background: #eb3e32;
		color: #fff;
	}

	.comment {
		float: right;
		color: #808080;
	}

	.post-slider .owl-nav>div {
		position: absolute;
		top: 50%;
		left: 40px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #000;
		color: #fff;
		font-size: 30px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		border-radius: 100%;
		text-align: center;
		z-index: 5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.post-slider .owl-nav div.owl-next {
		right: 40px;
		left: auto;
	}

	.post-slider .owl-nav>div.owl-prev:after {
		display: none;
	}

	.post-slider:hover .owl-nav>div {
		left: 10px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.post-slider:hover .owl-nav div.owl-next {
		right: 10px;
		left: auto;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.post-slider .owl-dots {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		text-align: center;
	}

	.post-slider .owl-dot {
		width: 15px;
		height: 15px;
		background: #000;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		display: inline-block;
		margin: 0 5px;
		border-radius: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.post-slider:hover .owl-dot {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	.post-slider .owl-dot:hover,
	.post-slider .owl-dot.active {
		background: #fff;
		outline-offset: 10px;
	}

	.player>audio {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		float: left;
	}

	.pagination {
		float: left;
		width: 100%;
		margin: 0 0 30px;
		border: 1px solid #ebebeb;
		border-radius: 4px;
		padding: 13px 15px;
		text-align: center;
		display: flex;
	}

	.page-number>li {
		display: inline-block;
	}

	.page-number>li>a {
		background: #f1f1f1;
		border-radius: 3px;
		color: #363f4d;
		display: inline-block;
		padding: 0;
		font-size: 1em;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		line-height: 32px;
		height: 32px;
		width: 32px;
	}

	.page-number>li.active>a,
	.page-number>li>a:hover {
		background: #fcb142;
		color: #000;
	}

	/*----------------------------------------*/
	/*  25.1 Blog Right Sidebar CSS
/*----------------------------------------*/
	.right-sidebar-area {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.widget {
		padding: 20px 20px 0 20px;
		margin: 0 0 0px 0;
		/* border-radius: 4px; */
		width: 100%;
		float: left;
	}

	.callwell {
		min-height: 20px;
		padding: 19px;
		margin-bottom: 20px;
		background-color: #e4e4e4;
		margin: 0;
		border: #ccc;
		border-radius: 10px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}

	.callwell .form-group {
		margin-bottom: 10px;
	}

	.bimgnone {
		background-image: none !important;
	}

	.clickme {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}

	.clickme:hover {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}

	.clickme:focus {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}

	.clickme {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}

	.well1 {
		min-height: 20px;
		padding: 19px;
		margin-bottom: 20px;
		background-color: #000104;
		border: #ccc;
		border-radius: 10px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}

	.hbd {
		text-align: center;
		color: #000;
		margin-bottom: 0px;
		font-weight: 500;
	}

	.widget-title,
	.widget-shop-title,
	.widget-compare-title,
	.widget-shop-tag-title {
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #000000;
		line-height: 1;
	}

	.widget-title {
		text-transform: none;
	}

	.widget-shop-title,
	.widget-compare-title,
	.widget-shop-tag-title {
		font-size: 16px;
	}

	.sidebar-menu,
	.recent-menu,
	.archive-menu,
	.product-categories,
	.brand-menu,
	.compare-menu {
		width: 100%;
		float: left;
	}

	.sidebar-menu>li,
	.recent-menu>li,
	.archive-menu>li,
	.product-categories>li {
		float: left;
		width: 100%;
		margin-bottom: 4px;
	}

	.brand-menu>li {
		position: relative;
		line-height: 30px;
	}

	.brand-menu>li>input {
		width: auto;
		height: auto;
		margin-right: 10px;
		border: 1px solid #ebebeb;
		border-radius: 3px;
		margin-top: 0;
		color: #ebebeb;
	}

	.product-categories>li,
	.brand-menu>li,
	.compare-menu>li {
		float: left;
		width: 100%;
		overflow: hidden;
		line-height: 44px;
		margin: 0;
	}

	.product-categories>li:not(:last-child),
	.compare-menu>li {
		border-bottom: 1px solid #ebebeb;
	}

	.sidebar-menu>li>a,
	.recent-menu>li>a,
	.archive-menu>li>a,
	.brand-menu>li>a,
	.compare-menu>li>a {
		color: #000;
		margin-right: 5px;
		text-transform: capitalize;
		FONT-WEIGHT: 500;
	}

	.blog-input {
		margin-top: 20px;
		float: left;
		width: 100%;
		color: #808080;
		position: relative;
	}

	.blog-input>input {
		border: 1px solid #ebebeb;
		border-radius: 0;
		height: 34px;
		padding: 0 40px 0 15px;
	}

	.blog-input>button {
		background: transparent;
		border: 0;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0 10px;
		height: 34px;
	}

	.fb-page {
		overflow: hidden;
	}

	.fb-page iframe {
		width: 100%;
	}

	.widget-tag ul>li {
		display: inline-block;
	}

	.widget-tag ul>li>a {
		display: block;
		border: 1px solid #ebebeb;
		color: #555;
		padding: 0 18px;
		margin: 0 2px 6px 0;
		line-height: 29px;
		font-size: 13px;
		border-radius: 3px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.widget-tag ul>li>a:hover {
		background: #eb3e32;
		border-color: #eb3e32;
		color: #fff;
	}

	#Instafeed {
		padding: 5px;
	}

	#Instafeed>li {
		float: left;
		width: 33.33%;
		padding: 5px;
	}

	#Instafeed li a img {
		width: 100%;
	}

	/*----------------------------------------*/
	/*  25.2 Blog Post Img CSS
/*----------------------------------------*/
	.blog-post-wrapper {
		overflow: hidden;
		margin: 0 0 40px;
		width: 100%;
	}

	.blog-post-wrapper .post-thumbnail {
		width: 100%;
	}

	.blog-post-wrapper .postinfo-wrapper {
		width: 100%;
		padding: 0;
		float: right;
	}

	.blog-post-wrapper .postinfo-wrapper .post-header {
		margin: 30px 0 20px;
	}

	.blog-post-wrapper .post-date {
		font-size: 14px;
		font-style: normal;
	}

	.blog-post-wrapper .post-separator {
		margin: 0 25px;
	}

	.entry-content blockquote {
		margin: 40px 0 40px 0;
		border-left: 5px solid #eb3e32;
		padding: 0 0 0 10px;
	}

	.entry-content blockquote>p {
		font-size: 18px;
		line-height: 26px;
		font-style: italic;
		color: #afafaf;
	}

	.entry-meta-small {
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		padding: 15px 0;
		text-transform: uppercase;
		font-size: 13px;
		margin: 0 0 30px;
		color: #808080;
	}

	.blog-post-wrapper .social-sharing {
		margin-bottom: 30px;
	}

	.relatedposts {
		float: left;
		width: 100%;
	}

	.relatedposts>h3 {
		display: inline-block;
		font-size: 20px;
		margin: 0 0 30px;
		padding: 0 0 20px;
		line-height: 1.35;
		text-transform: capitalize;
		font-weight: 700;
	}

	.relatedthumb .image {
		margin-bottom: 25px;
	}

	.relatedthumb h4 {
		font-size: 14px;
		text-transform: capitalize;
		font-weight: 700;
		line-height: 1.35;
		margin: 0;
	}

	.post-date {
		font-style: italic;
		letter-spacing: .5px;
		font-size: 12px;
		color: #808080;
	}

	.comments-wrapper {
		border: 1px solid #ebebeb;
		padding: 30px;
		margin-bottom: 30px;
	}

	h3.comments-title,
	h3.user-comment-title {
		border-bottom: 1px solid #ebebeb;
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 30px;
		padding: 0 0 20px;
	}

	.single-reply {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.user-comment {
		padding-left: 30px;
	}

	.comment-author {
		float: left;
		width: 7%;
	}

	.comment-info {
		float: left;
		width: 90%;
		margin-left: 15px;
	}

	.comment-author-info {
		margin: 0 0 15px;
		color: #808080;
		line-height: 1;
		position: relative;
	}

	.comment-admin {
		color: #363f4d;
		font-size: 12px;
		font-weight: 700;
		display: block;
	}

	.comment-reply {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		background: #ebebeb;
		border-radius: 3px;
		box-shadow: none;
		color: #4c4c4c;
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		height: 28px;
		line-height: 28px;
		padding: 0 20px;
		text-shadow: none;
		text-transform: capitalize;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
	}

	.comment-reply:hover {
		background: #eb3e32;
		color: #fff;
	}

	.comment-author-info span {
		display: block;
		font-size: 12px;
		font-style: italic;
		margin-top: 10px;
	}

	.comment-form-comment {
		margin-bottom: 10px;
	}

	.comment-input {
		margin: 0 -10px;
		overflow: hidden;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		padding: 0 10px;
		width: 33.3333%;
		margin-bottom: 10px;
	}

	.comment-form-author>input,
	.comment-form-email>input,
	.comment-form-url>input {
		border: 1px solid #ebebeb;
		border-radius: 0;
		padding-left: 15px;
		width: 100%;
		height: 46px;
	}

	.comment-submit {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	/*----------------------------------------*/
	/*  25.3 Catagorey Blog CSS
/*----------------------------------------*/
	.archive-header {
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 30px;
	}

	.archive-title {
		margin: 0 0 10px;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.35;
		text-transform: capitalize;
	}

	.archive-title span {
		text-transform: uppercase;
	}

	/*----------------------------------------*/
	/*  26. Service Page CSS
/*----------------------------------------*/
	.service-title>h4 {
		font-size: 14px;
		color: #444444;
		text-align: left;
		/* font-family: Raleway; */
		font-weight: 900;
		font-style: normal;
		margin-bottom: 20px;
	}

	.service-content>p {
		margin-bottom: 30px;
	}

	/*----------------------------------------*/
	/*  26.1 Our Service Area CSS
/*----------------------------------------*/
	.single-service {
		overflow: hidden;
	}

	.service-icon {
		width: 10%;
		height: 40px;
		color: #4fc1f0;
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		padding-top: 10px;
	}

	.service-info {
		width: 90%;
		padding-left: 20px;
	}

	.service-info>h3 {
		font-size: 13px;
		color: #c6c6c6;
		text-align: left;
		/* font-family: Raleway; */
		font-weight: 700;
		font-style: normal;
	}

	.service-info>p {
		margin-bottom: 35px;
	}

	.unlimited-ideas-content {
		text-align: center;
		padding-top: 180px;
		padding-right: 80px;
		padding-left: 80px;
		padding-bottom: 30px;
	}

	.unlimited-ideas-title>h2 {
		font-size: 30px;
		color: #444444;
		text-align: center;
		/* font-family: Raleway; */
		font-weight: 900;
		font-style: normal;
	}

	.service-btn {
		display: inline-block;
		border: 2px solid #2A2A2A;
		padding: 13px 19px;
		padding-right: 48px;
		position: relative;
		color: #2A2A2A;
		background: transparent;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.unlimited-ideas-btn>a>i.fa {
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.service-btn:hover {
		border-color: #2A2A2A;
		background: #2A2A2A;
		color: #fff;
	}

	/*----------------------------------------*/
	/*  26.2 Pricing Table CSS
/*----------------------------------------*/
	.pricing-head>h4 {
		padding: 20px;
		text-align: center;
		background: #f06a60;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
	}

	.active-table .pricing-head>h4 {
		background: #eb3e32;
	}

	.pricing-body {
		padding: 0 20px 40px 20px;
		text-align: center;
		background: #fff;
		border-radius: 0px 0px 3px 3px;
		box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
	}

	.price {
		font-size: 48px;
		font-weight: bold;
		margin: 0;
		padding: 50px 0;
		text-transform: uppercase;
		color: #7a7a7a;
	}

	.desc-price {
		font-size: 12px;
	}

	.pricing-body>ul {
		padding-left: 15px;
		margin-bottom: 20px;
	}

	.pricing-body>ul>li {
		padding: 15px 0;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 10px;
	}

	.pricing-body>ul>li:first-child {
		border-top: 1px solid #ebebeb;
	}

	.pricing-button {
		border: 1px solid #4c4c4c;
		padding: 0 20px;
		line-height: 40px;
		margin: 40px 0 0;
		display: inline-block;
		border-radius: 3px;
		text-transform: capitalize;
		font-size: 14px;
		color: #4c4c4c;
		height: 42px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.active-table .pricing-button {
		background: #eb3e32;
		border-color: #eb3e32;
		color: #fff;
	}

	.pricing-button:hover {
		background: #EB3E32;
		color: #fff;
		border-color: #EB3E32;
	}

	.active-table .pricing-button:hover {
		background: #4C4C4C;
		border-color: #4C4C4C;
		color: #fff;
	}

	/*----------------------------------------*/
	/*  27. Contact Page CSS
/*----------------------------------------*/
	.contact-form-title>h2 {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 35px;
		line-height: 1.35;
	}

	.first-name,
	.last-name,
	.email,
	.subject,
	.billing_phone {
		width: 50%;
		float: left;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.first-name,
	.email,
	.billing_phone {
		padding-left: 0px;
	}

	.first-name>input,
	.last-name>input,
	.email>input,
	.subject>input,
	.billing_phone>input {
		border: 1px solid #ebebeb;
		border-radius: 0;
		padding-left: 15px;
		width: 100%;
		height: 46px;
	}

	.contact-address>ul>li {
		display: block;
		padding: 10px 0;
		border-top: 1px solid #e4e4e4;
		margin-bottom: 10px;
	}

	.contact-address>ul>li>i.fa {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
	}

	p.form-messege.success {
		color: #68B501;
		margin-top: 10px;
		border: 1px solid #ebebeb;
		padding: 5px 10px;
		text-transform: capitalize;
		font-weight: 600;
		margin-bottom: 0;
	}

	.form-messege.error {
		margin-top: 10px;
		padding: 5px 10px;
		border: 1px solid #ebebeb;
		font-weight: 600;
		text-transform: capitalize;
		color: #eb3e32;
		margin-bottom: 0;
	}

	/*----------------------------------------*/
	/*  28. Frequently Questions Page CSS
/*----------------------------------------*/
	.frequently-title>h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.35;
	}

	.frequently-title>p {
		margin-bottom: 0;
	}

	.panel-group .panel {
		margin-bottom: 10px;
		border-radius: 0;
		border: 1px solid #ebebeb;
	}

	.panel.panel-default.active {
		border: 1px solid #000000;
	}

	.panel-default>.panel-heading {
		color: #7a7a7a;
		background-color: #f8f8f8;
		padding: 0;
	}

	.panel-title>a {
		display: block;
		padding: 15px 30px 15px 25px;
		position: relative;
		color: #7a7a7a;
	}

	.tnclist li {
		list-style: decimal;
		margin-bottom: 10px;
	}

	.mid-list li {
		list-style: none;
	}

	.panel-title>a:hover {
		color: #7a7a7a;
	}

	.panel-title a:after {
		position: absolute;
		content: "\f068";
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: FontAwesome;
		font-size: 12px;
		color: #7a7a7a;
	}

	.panel-title a.collapsed:after {
		content: "\f067"
	}

	.panel-body {
		border-top: 1px solid #ebebeb;
	}

	/*----------------------------------------*/
	/*  29. Error 404 Page CSS
/*----------------------------------------*/
	.error-404-area {
		border-top: 1px solid #f0f0f0;
		text-align: center;
	}

	.search-form-wrapper>h1 {
		font-size: 200px;
		font-weight: 900;
		color: #eb3e32;
		line-height: 1.1;
		margin: 0 0 30px;
		letter-spacing: 10px;
	}

	.search-form-wrapper>h2 {
		color: #4c4c4c;
		font-size: 35px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.error-message>p {
		font-size: 22px;
		width: 60%;
		text-align: center;
		color: #4c4c4c;
		margin: 20px auto 30px;
		font-weight: 300;
	}

	.form-input {
		position: relative;
		width: 450px;
		margin: 0 auto;
		text-align: center;
	}

	.form-input>input {
		background: #f8f8f8;
		border: 1px solid #e9e9e9;
		border-radius: 30px;
		height: 45px;
		margin: 0 auto;
		width: 450px;
		padding-left: 20px;
		padding-right: 80px;
	}

	.form-input>button {
		background: none;
		border: 0;
		color: #4f4f4f;
		font-size: 18px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		z-index: 99;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.form-input>button:hover {
		color: #EB3E32;
	}

	.back-to-home a {
		background: #eb3e32;
		border-radius: 35px;
		box-shadow: none;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		height: 40px;
		line-height: 40px;
		margin-top: 60px;
		padding: 0 30px;
		text-shadow: none;
		text-transform: uppercase;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		white-space: nowrap;
	}

	.back-to-home a:hover {
		background: #d52115;
	}

.react-datepicker-popper {
		z-index: 9999 !important;
	}


	.dropdown,
	.dropdown-center,
	.dropend,
	.dropstart,
	.dropup,
	.dropup-center {

		position: absolute !important;
	}


	.privacy-header {
            background-color: #f8f9fa;
            padding: 2rem 0;
            margin-bottom: 2rem;
            border-bottom: 1px solid #dee2e6;
        }
        .section-title {
            color: #2c3e50;
            font-weight: 600;
            margin-top: 2rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #e9ecef;
        }
        .highlight {
            background-color: #f8f9fa;
            padding: 1rem;
            border-left: 4px solid #0d6efd;
            margin: 1rem 0;
        }
        .contact-card {
            border-left: 4px solid #0d6efd;
        }
        ul.data-list {
            list-style-type: none;
            padding-left: 0;
        }
        ul.data-list li:before {
            content: "•";
            color: #0d6efd;
            font-weight: bold;
            display: inline-block; 
            width: 1em;
            margin-left: -1em;
        }