button,
input {
	border-radius: 0;
}

.sec-eq {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0 !important;
	background: #000;
	/*    background:url(../../images/back.png); */
	width: 100%;
	z-index: 111;
	/*     padding: 8px 0; */
}

.sec-eq #myForm {
	display: flex;
	/*       justify-content: space-evenly; */
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sec-eq1 {
	position: fixed;
	left: 0;
	right: 0;
	/*     bottom: 0 !important; */
	background: #d9b9a7;
	width: 100%;
	z-index: 111;
}

.sec-eq1 #myForm {
	display: flex;
	/*       justify-content: space-evenly; */
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}



.mobform {
	margin-left: 40px;
	margin-top: 50px;
	/*   	z-index: 111; */
	width: 26%;
}

@media only screen and (max-width: 1200px) {
	.mobform {
		margin-left: 0px;
		margin-top: 52px;
		/*     z-index: 111; */
		width: 100%;
	}
}



.sec-eqtop {
	/* 	position: fixed; */
	left: 0;
	right: 0;
	bottom: 0 !important;
	border: 1px solid #000;
	background: #d9b9a7;
	/*    background:url(../../images/back.png); */
	/*     width: 26%; */
	/*     z-index: 111; */
	/*     padding: 8px 0; */
}

.sec-eqtop form {
	/*     display: flex; */
	justify-content: space-evenly;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.eqTitle {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0px;
	color: #000;
}

.sec-eq .eqTitle {
	margin-left: 0;
}

.sec-eq1 .eqTitle {
	margin-left: 0;
}

.formControl {
	margin: 0 15px;
	/* 	width: 160px; */
}

.formControl input {
	width: 100%;
	min-height: 36px;
	outline: 0;
	padding: 0 10px;
	font-family: inherit;
	background: transparent;
	/* border: 0; */
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
}

.formControltop input {
	width: 100%;
	min-height: 36px;
	outline: 0;
	padding: 0px 10px;
	font-family: inherit;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	color: #000;
	font-size: 12px;
}

.form-title {
	position: relative;
	background-color: #000;
	margin: 0;
	padding: 3%;
	top: -40px;
	color: white;
	font-size: 12px;
	/* width: 106%; */
	line-height: 30px;
	/* margin-left: -3%; */
	/* margin-top: -4%; */
	/* margin-bottom: 20px; */
	border-radius: 16px 16px 0px 0px;
}

.formControl.btn {
	/* 	width: 100px; */
}

.subBtn {
	background: #fff;
	border: 0;
	outline: 0;
	color: #000;
	min-height: 36px;
	line-height: 36px;
	padding: 0px 20px;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.error_bottom {
	border-bottom: 2px solid red !important;
}

.mobEq {
	display: none;
}

.closeBtn {
	display: none;
}

.sec-eq .intl-tel-input {
	color: #fff;
}

.sec-eq1 .intl-tel-input {
	color: #fff;
}

.sec-eqMobile {
	display: none;
}

.closeIcon {
	display: none;
}

.sec-eq.show {
	display: block;
	position: fixed;

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11111;
}

.sec-eq1.show {
	display: block;
	position: fixed;

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11111;
}

@keyframes upSlide {
	from {
		transform: translate(-50%, -50%) scale(1.2);
		transform-origin: center;
		opacity: 0,
	}

	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1,
	}
}

.sec-eq.show .container{
	transform-origin: center;
	position: absolute;
	width: 300px;
	background: #000;
	/*   background:url(../../images/back.png); */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	/* 	animation-name: upSlide;
    -webkit-animation-name: upSlide;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both */
	display: flex;
	/*       justify-content: space-evenly; */
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sec-eq.show .closeIcon {
	display: flex;
	position: absolute;
	right: 15px;
	font-size: 1.5em;
	top: 10px;
	color: #fff;
	transform: rotate(45deg);
	background: transparent;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	/*border: 1px solid #ffff;*/
	cursor: pointer;
}

.sec-eq.show .eqTitle {
	margin: 15px 0
}

.sec-eq.show form {
	flex-direction: column;
}

.sec-eq.show .formControl {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}




.sec-eq1.show .container {
	transform-origin: center;
	position: absolute;
	width: 300px;
	background: #000;
	/* background: url(../../images/back.png); */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.sec-eq1.show .closeIcon {
	display: flex;
	position: absolute;
	right: 15px;
	font-size: 1.5em;
	top: 10px;
	color: #fff;
	transform: rotate(45deg);
	background: transparent;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	/*border: 1px solid #ffff;*/
	cursor: pointer;
}

.sec-eq1.show .eqTitle {
	margin: 15px 0
}

.sec-eq1.show form {
	flex-direction: column;
}

.sec-eq1.show .formControl {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.eqTitle {
		font-size: 13px;
	}

	.formControl {
		width: 180px;
		margin: 0 8px;
	}
}

@media only screen and (max-width: 800px) {
	.formControl {
		width: 140px;
		margin: 0 8px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-eq {
		display: none;
	}

	.sec-eq form {
		flex-direction: column;
	}

	.formControl {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.sec-eqMobile {
		display: flex;
		position: fixed;
		/*      background:url(../../images/back.png); */
		bottom: 0;
		left: 0;
		font-size: 20px;
		color: #fff;
		background: #000;
		/*         background-image: linear-gradient(to right, #766529 , #49451b); */
		width: 100%;
		text-align: center;
		z-index: 999;
	}

	.poweredby {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		font-size: 20px;
		color: #fff;
		background: #f7931d;
		width: 100%;
		text-align: center;
		z-index: 99;
	}

	.mobContact img {
		margin-right: 5px;
	}

	.sec-eqMobile a {
		padding: 14px 0;
		width: 100%;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
            font-size: 18px;
        text-decoration: underline;
	}

	a.mobEqNow {
		/* 		background-color: #af8227; */
		/* border-left: 2px solid #fff; */
	}

	.closeIcon {
		display: flex;
	}
}

@media only screen and (max-width: 520px) {
	.sec-eqMobile {
		font-size: 16px;
	}
}

.opt-section {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.opt-section.show {
	display: block;
}

.optWpr {
	width: 240px;
	background-color: #000;
	padding: 15px 15px 25px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.optWpr .formControl {
	width: 100%;
	margin: 0 0 15px 0;
}

.optWpr a {
	display: inline-block;
	margin: 0 5px;
}

.optWpr .formControl.btn {
	margin: 0;
}

.sec-eqtop input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.sec-eq input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.sec-eq input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.sec-eq input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.sec-eq input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

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

input#side_checkbox,
#footer_checkbox,
#banner_checkbox,
#modal_checkbox {
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 10px;
}

.footerterms-and-condition-block {
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
}

.footerterms-and-condition-block label {
	margin-bottom: 0px;
}

.error-side,
.error-banner,
.error-modal {
	display: none;
	color: red;
	font-size: 13px;
	position: absolute;
	right: 5px;
	top: 8px;
}

.error {
	border: 2px solid red;
	animation: error .2s linear 5 alternate .1s;
}

@keyframes error {
	0% {
		border: 2px solid black;
	}

	100% {
		border: 2px solid red;
	}
}

button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.condition-label {
	color: #fff;
}

button:disabled {
	opacity: .5;
	cursor: not-allowed;
}