/* payonline page css */
.errormsg {
  background: #ffeaea;
  border: 1px solid red;
  border-radius: 10px;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
}
.site-content
{
  padding-bottom: 10px;
}
.main-content {
	padding: 62px 0;
	margin: 0 -15px;
}

.main-contenttwo {
	padding: 40px 0;
	margin: 0 -15px;
  padding-bottom: 0px;
}

.main-content:after,
.main-contenttwo:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

.rowlftspc {
	padding-left: 50px;
}

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

.content .banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

.feature {
	padding-left: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	border-top: 1px solid #efefef;
}

.feature .feature-icon {
	text-align: center;
	position: absolute;
	left: 0;
	font-size: 48px;
	font-size: 3.2em;
	color: #2f7fc2;
}

.feature.rounded-icon {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	border-top: none;
}

.feature.rounded-icon .feature-icon {
	background: #2f7fc2;
	color: white;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding-top: 10px;
	font-size: 36px;
	font-size: 2.4em;
}

.feature.rounded-icon h3 {
	color: #4a800d;
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 50px;
}

.feature-title {
	color: #4a800d;
	font-weight: 300;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.brdtitle {
	margin-left: 18px;
	border: 3px solid #4a800d;
	width: 100px;
	margin-top: 10px;
}

/* select 2 design */
.payslct .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../../assets/images/arrow_dpd.svg);
	background-color: transparent;
	background-size: contain;
	border: none !important;
	height: 12px !important;
	width: 12px !important;
	margin: auto !important;
	top: 8px !important;
	left: auto !important;
	right: 15px;
	background-repeat: no-repeat;
}

.payslct .select2-container .select2-selection--single {
	height: 48px;
	border: 1px solid #aaaaaa;
}

.payslct .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 41px;
	height: 47px;
}

.payslct .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	position: absolute;
	top: 10px;
	right: 1px;
	width: 20px;
}
.lblcolorsnd {
	color: #4a800d;
	font-weight: bold;
	font-size: 16px;
}
/* select 2 design */
.lblcolor {
	color: #4a800d;
	font-weight: bold;
	font-size: 16px;
}

.signup-form {
	background: #fff;
	/* border-radius: 32px; */
	overflow: hidden;
	border: 1px solid #ddd;
}

.signup-form .form-header {
	background: #4a800d;
	padding: 20px 30px 20px;
	color: white;
	position: relative;
	/* margin-bottom: 40px; */
	text-align: center;
}

.signup-form .form-header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 40px;
	background: url(../../images/triangle.png) center bottom;
}

.signup-form .form-header h2 {
	font-size: 36px;
	font-size: 2.4em;
	font-weight: 300;
	margin-top: 0;
}

.signup-form .form-header p {
	font-size: 14px;
	font-size: 0.9333333333em;
	color: #fff;
}

.signup-form .form-content {
	padding: 40px;
}

.signup-form input,
.signup-form select {
	width: 100%;
	border: 1px solid #aaaaaa;
}

.signup-form h4 {
	color: white;
	font-size: 18px;
	font-size: 1.2em;
	font-weight: 300;
}

.signup-form .control {
	display: block;
	margin-bottom: 10px;
}

.signup-form .control.select {
	overflow: hidden;
	background: white;
	border-radius: 3px;
}

.signup-form .control.select select {
	width: 110%;
	appearance: none;
	border-radius: none;
	background: none;
}

.signup-form .control.radio input {
	display: none;
}

.signup-form .control.radio input:checked~label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.signup-form .control.radio input:checked~label {
	color: white;
}

.signup-form .control.radio label {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.signup-form .control.radio label:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 50px;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.signup-form .control.radio label:after {
	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2f7fc2;
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	left: 5px;
	top: 5px;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.signup-form .columned input {
	width: 65%;
}

.signup-form .columned input.small {
	width: 30%;
	margin-left: 3%;
}

.headlogotxt {
	color: #000000;
	margin-top: 30px;
	font-size: 30px;
	margin-left: 18px;
}

.padbdy {
	padding: 20px;
}

.paybrd {
	border-top: 1px solid #ababab;
	padding: 20px;
}

/* payonline page css */

.otpbtn {
	font-size: 14px;
	width: 100%;
	height: 48px;
	border: 1px solid #4a800d;
	border-radius: 4px;
	padding: 5px;
	background: #4a800d;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}

.dpdotp {
	width: 100%;
	height: 48px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	padding: 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #000;
	/* font-weight: 600; */
	background: url(../../assets/images/arrow_dpd.svg)90% 50%;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 12px;
}

.numcls {
	font-size: 14px;
	width: 100%;
	height: 48px;
	border: 1px solid #4a800d;
	border-radius: 4px;
	padding: 5px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.dpdotp:focus-visible {
	outline: none;
}

.txtboxotp {
	width: 100%;
	height: 48px;
	border: 1px solid #4a800d;
	border-radius: 4px;
	padding: 5px;
	font-size: 16px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

.txtboxotp::placeholder {
	color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mrgntop {
	margin-top: 0px;
}

.msg-box {
	position: fixed;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border: 0;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	background-color: white;
	padding: 10px 20px;
	min-width: 400px;
	max-width: 900px;
	font-size: 14px;
}

body {
	/* background: linear-gradient(20deg, rgba(74,128,13,1) 0%, rgba(255,255,255,1) 48%, rgba(74,128,13,1) 100%); */
	background: url(../../assets/images/bgimg.jpg);
  background-size: cover;
  box-sizing: border-box;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}

.account-container {
	position: relative;
	padding: 80px 0;
	min-height: 730px;
	height: 100vh;
}

.account-container::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/* background-color: rgba(53, 48, 48, 0.7); */
}

.account-container,
.account-container * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width:769px) and (max-width:1024px) {
	.mrgntop {
		margin-top: 10px;
	}

	.headlogotxt {
		color: #000000;
		margin-top: 30px;
		font-size: 19px;
		margin-left: 0px;
	}

	.signup-form .form-header:after {
		content: "";
		position: absolute;
		top: 98%;
		left: 0;
		right: 0;
		height: 40px;
		background: url(../../images/triangle.png) center bottom;
	}
}

@media (max-width:768px) {

	.headlogotxt {
		color: #000000;
		margin-top: 30px;
		font-size: 19px;
		margin-left: 0px;
	}

	.mrgntop {
		margin-top: 15px;
	}
}

@media (max-width:767px) {
  body {
    /* background: linear-gradient(20deg, rgba(74,128,13,1) 0%, rgba(255,255,255,1) 48%, rgba(74,128,13,1) 100%); */
    background: url(../../assets/images/bgimg.jpg);
    box-sizing: border-box;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: unset;
}
  .lblcolorsnd {
    color: #4a800d;
    font-weight: bold;
    font-size: 14px;
  }
	.main-contenttwo {
		padding: 30px 0;
		margin: 0 -15px;
	}

	.signup-form .form-header:after {
		content: "";
		position: absolute;
		top: 99%;
		left: 0;
		right: 0;
		height: 40px;
		background: url(../../images/triangle.png) center bottom;
	}

	.signup-form .form-header h2 {
		font-size: 30px;
	}

	.site-header {
		text-align: center;
	}

  .headlogotxt {
    color: #000000;
    margin-top: 30px;
    font-size: 18px;
    margin-left: 16px;
}
.rowlftspc {
  padding-left: 20px;
}
.signup-form {
  border: 1px solid #ddd;
}

	.mrgntop {
		margin-top: 15px;
	}
}

@media (max-width: 599px) {
	.account-container {
		height: auto;
		min-height: 100vh;
		padding-bottom: 20px;
	}

}