@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: "Jost";
	src: url(../fonts/Jost-Regular.ttf);
}

@font-face {
	font-family: "Caslon";
	src: url(../fonts/Caslon-Regular.otf);
}

@font-face {
	font-family: "Roboto";
	src: url(..	/fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: "Poppins";
	src: url(..	/fonts/Poppins-Regular.ttf);
}

html {
	--container-max-width: 1320px;

}

body {
	font-family: "Poppins", sans-serif;


}

/*.clsBodyContent{
	min-height:100%;
	
}
 */
/* headersection starts */

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #0e2e43 url(../images/Preloader_4.gif) no-repeat center center;
	background-size: 155px auto;
}

a {
	text-decoration: none !important;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.noleftpadding {
	padding-left: 0 !important
}

.norightpadding {
	padding-right: 0 !important;
}

.topheader {
	background: #c9a236;
}

.topmenu {
	/* background: #c9a236; */
	z-index: 9999;
	/* width: 100%; */
	/* margin: 0 auto; */
	/* max-width: min(100%, var(--container-max-width, 1140px)); */
}

.topmenu ul {
	padding-top: 0;
	margin-bottom: 0px !important;

}

.header_left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;


}

.header_left h5 {
	margin: 0 !important;

}

.header_left li,
.header_right li {
	list-style: none;
	display: inline-block;
	color: #fff;
	padding-right: 3px;

}

.header_right {
	padding-top: 5px;
	float: right;
}

.header_right li {
	color: #ffebcd;
	text-align: center;
}

.header_right li a {
	color: #000;

	font-family: "Poppins", sans-serif;
	;
	text-decoration: none;
	font-size: 15px;
	background: #ffebcd;
	padding: 2px 10px;
	border-radius: 5px;


}

.header_right li a:hover {
	color: #fff;
	background: #ebc04d;


}

.header_right .fa-facebook,
.header_right .fa-twitter {
	background: #fff;
}

.header_right .fa-instagram {
	padding: 5px;
}

.header_right .dropdown-toggle.btn-primary {
	background-color: #c9a236;
	color: #fff !important;
}

.header_right .dropdown-menu {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	padding: 20px 10px;
	font-size: 14px;
}

/* top navigation starts */

.topnavigation {
	background: #ffffff;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 0;
}

.container {
	margin: 0 auto;
	max-width: min(100%, var(--container-max-width, 1140px));
	width: 100%;
}

.navbar-collapse {
	padding: 0px;
}

.topHeaderNav {
	/* margin-left:5%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	/* margin: 0 auto; */
	/* max-width: min(100%, var(--container-max-width, 1140px)); */
}

.navbar {
	width: 100%;
	border-radius: 0 !important;
	border: 0 !important;
	background: #ffffff !important;
	z-index: 1;
	border: 0;
	/* padding-bottom: 18px; */
	/* height: 160px; */
	position: relative;
	/*position: fixed;*/
	/* display: flex; */
	margin: 0;
	/* justify-content: space-between; */
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	z-index: 99999;
	/* height: 180px; */
}

.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 0 !important;
	bottom: 0;
	margin-left: 0;
}

.navbar-brand img {
	width: 275px;
	/* margin-top: 10px; */
}

.navbar-nav {
	/* margin-top:5%; */
	/* margin-left:18%; */
	/* background:#fff; */
	/* padding:10px 20px; */
	/* border-radius:10px; */
	/* width:100%; */
	display: flex;
	gap: 20px;
	float: none;
	align-items: center;
}

.navbar-nav:before,
.navbar-nav:after {
	display: none;
}

.navbar-nav li a:hover {
	color: #c9a236;
}

.dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: #c9a236;
}

.sticky .navbar-nav {
	/* margin-top: 4%; */
	/* margin-left: 12%; */
	/* background: #fff; */
	/* padding: 10px 20px; */
	/* border-radius: 10px; */
	/* width: 77%; */
}

.navbar-nav li a:after {
	content: '';
	display: block;
	margin: auto;

	height: 0.5%;
	width: 0px;
	background: transparent;
	transition: all .2s ease-in-out;

}

.navbar-nav li a:hover:after {
	width: 100%;

	background: #f0ca3e;
}

nav ul li {
	/* list-style: none; */
	/* display: inline-block; */
}

.navbar-default .navbar-nav>li {
	/* padding: 10px; */
	float: none;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000000;
	padding: 0;
	position: relative;
}

.navbar-default .navbar-nav>li.active>a:after {
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	width: 100%;
	z-index: 1;
	box-shadow: none;
	outline: none;
	background-color: #f0ca3e;
}

.navbar-default .navbar-nav>li.active>a {
	color: #c9a236 !important;
	/*background:#c9a236 !important;*/
	border-radius: 0;
	/* padding-top: 2px; */
	/* padding-bottom: 0; */
	border-bottom: 1px solid #c9a236;
	background: none !important;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #c9a236;
}

.navbar-default .navbar-nav>li>a:after {
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	width: 0;
	z-index: 1;
	box-shadow: none;
	outline: none;
	background-color: #f0ca3e;
	transition: all 100ms;
}

.navbar-default .navbar-nav>li:hover>a:after {
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	width: 100%;
	z-index: 1;
	box-shadow: none;
	outline: none;
	background-color: #f0ca3e;
}

nav ul li.active a:hover {
	border: 0;
}

/*.nav li a:hover:after{
 content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: #eabe45;
  transition: width .5s ease, background-color .5s ease;
}*/
.navbar-default .navbar-nav>li>a.avatar-placeholder {
	border: 1px solid;
	padding: 12px;
	padding-left: 40px;
}

.navbar-default .navbar-nav li.dropdown ul.dropdown-menu {
	width: 200px;
	padding: 10px;
}

.navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.active a {
	background-color: #c9a236;
}

.navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.active a:hover {
	background-color: #c9a236;
	color: #c9a236;
}

.navbar-default .navbar-nav>li>a.avatar-placeholder:hover {
	background-color: #c9a236;
	color: #000000 !important;
	!importan;
	!importa;
	!import;
	!impor;
	!impo;
	!imp;
	!im;
	!imo;
	!im;
	!i;
	!;
}

.avatar-placeholder:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 12px;
	background-image: url(../images/icons/user.svg);
	transition: inherit;
	z-index: 1;
	background-repeat: no-repeat;
}

.navbar-default .navbar-toggle {
	border-color: #ffebcd;
}

.navbar-default .navbar-toggle {
	/* background: #ffffff !important; */
	border: none;
	float: left;
	/* margin-left: 20px; */
	/* margin-top: 20px; */
	background: url(../images/icons/menu.svg) no-repeat center;
	height: 30px;
	width: 30px;
	border-radius: 0;
	margin: 0;
}

.navbar-default .navbar-toggle:focus {
	background-color: #c9a23600;
}

.navbar-default .navbar-toggle:hover {
	background-color: #c9a23600 !important;
	/* border: 1px solid #fff; */
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000000;
}

.navbar-default .navbar-nav .open a,
.navbar-default .navbar-nav .open a:hover {
	/* background-color: #c9a236 !important; */
	/* border: 1px solid #fff; */
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	/* background-color: #c9a236 !important; */
	/* border: 1px solid #fff; */
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .nav-link {}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
		left: 0;
		!important;
	}

	.dropdown-menu {

		border: none;

		border-radius: 0;

		box-shadow: 0px 0px 0 0px #000000;

		/* border-bottom: 3px solid #000; */

		padding-bottom: 10px;

		-webkit-transition: max-height 0.2s ease-in;

		transition: max-height 0.2s ease-in;

		-webkit-box-shadow: 3px 3px 7px 0px #00000052;

		-moz-box-shadow: 0 8px 6px -6px black;

		box-shadow: -5px 0 -6px -5px #333;

	}

	.nav-item .fa-caret-down {
		color: #01baff;
	}

	.dropdown-menu>li {
		padding-left: 0 !important;

	}

	.dropdown-menu>li a {
		padding: 8px !important;
	}

	.dropdown-menu>li>a:hover {
		/* background: none !important; */
	}

}

.loginicon i {
	padding-left: 6px;
	font-size: 18px;
	color: #eac250;

}

.loginicon i:hover {
	color: #eabd42;
}

/* top navigation ends */
/* top banner */
.carousel-indicators .active {
	display: none;
}

.topbanner {
	padding: 5px;
	/* background: #c9a236; */
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	color: #000000;
	/* border-top: 5px solid #ffebcd; */
	/* border-bottom: 5px solid #ffebcd; */
}

h2 {
	font-size: 24px;
	padding: 0;
	font-family: 'Caslon', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.mainContent {

	background: #fff;

	margin-bottom: 50px;

	min-height: 100%;

	/* margin: 0 auto; */

	/* max-width: min(100%, var(--container-max-width, 1140px)); */
}

@media screen and (max-width: 531px) {
	.maincontent .container {
		display: flex;
		flex-flow: column-reverse;
	}
}

.aboutusContent {
	min-height: 550px !important;
}

.clsTopCarousel {
	margin-bottom: 20px;
}

.indexcontent {
	margin: 30px 0;
}

.indexcontent h1 {
	text-align: center;
	color: #0d2d41;
	font-weight: bold;
	text-transform: capitalize;
	background: #ffebcd;
	padding: 20px;
}

.indexcontent p {
	text-align: justify;
	padding: 10px;
}

.indexInnerContent h2 {
	padding: 20px 0px;
	font-size: 30px;
	border: 3px solid #ffebcd;
	text-align: left;
	font-weight: bold;
}

.indexInnerContent h3 {
	padding: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #eabd42;

}

.indexInnerContent h3 span {
	font-weight: normal;
	color: #000;

}

.indexInnerContent {
	/* border-bottom: 1px solid #ccc; */
}

.indexInnerContent table {
	font-size: 12px;

}

.indexInnerContent table th,
.indexInnerContent table td {
	border: 1px solid #e8bc42;
	padding: 5px;
	text-align: left;
}

.indexSchemeTable {
	margin-top: 30px;
}

.indexSchemeTable p {
	font-weight: bold;
}

.indexContent h5 {
	text-align: center;
	padding: 20px;
}

.clsIndexContent h3 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;

}

.clsIndexContent li,
.clsIndexContent p {
	font-size: 12px;
	padding-bottom: 10px;
	text-align: justify;

}

.indexInnerContent li {
	line-height: 20px;
}

.aboutusContent h2 {
	border: 0;
	border-bottom: 2px solid #ffebcd;
	text-transform: uppercase;
	color: #c9a236;
}

.aboutusContent p {
	text-align: justify;
}

.clsContactUs {
	/* padding: 0; */
}

.clsContactUs h2 {

	border: 0;
}

.clsContactUs h2:after {
	content: '';
	/* display: block; */
	margin: auto;
	height: 3px;
	margin-left: 0;
	width: 150px;
	background: #eabe45;
}

.clsContactContent {
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

/*sidebar in */
.pagetitle h1 {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.sidebar {
	border-right: transparent;
	background-color: #f5f5f5;
	padding: 10px;
	padding-right: 0;
}

.sidebar h2 {
	color: #000000 !important;
	font-size: 24px;
	padding: 0px 10px;
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #eee;
	margin: 15px 0;
}

.sidebar ul {
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	list-style: none;
	/* padding: 10px; */
	display: block;
}

.sidebar ul li a {
	color: #000000;
	/* font-weight: 600; */
	padding: 15px 10px;
	display: block;
}

.sidebar ul li a:hover {
	color: #efc145;
}

. .schemeContent {
	padding-bottom: 50px;

}

.schemeContent h2 {
	color: #203f53;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq_section {
	padding-top: 30px;
}

.accordion:hover {
	background-color: #eee;

}

button.accordion {
	background-color: #dddddd00;
	color: #000;
	cursor: pointer;
	padding: 10px 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	margin-top: 20px;
	border: 1px solid #333;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

button.accordion::after {
	content: '\002B';
	color: #ebbe43;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 30px;
	height: auto;
	line-height: normal;
}

button.accordion.active::after {
	content: '\002D';
	color: #ebbe43;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 30px;
	margin-top: 0;
	height: auto;
	/* position: absolute; */
	/* right: 10px; */
	/* top: 10px; */
}

/* Style the accordion panel. Note: hidden by default */
.indexInnerContent .panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 0;
}

.indexInnerContent .panel p {
	padding: 20px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.indexInnerContent .panel ul li {
	font-weight: normal;
	font-size: 16px;
}

/* Form Design */

.loginform {
	padding: 0 20px;

}

.loginform .loginformdetails {
	padding: 15px 15px;
	/* border: 1px solid #ccc; */
	/* box-shadow: 0 0 30px 2px #e0e0e0; */
}

.loginform h2 {
	padding: 0;
	font-size: 28px;
	margin-bottom: 20px;
}

.loginform .loginformfield {
	/* padding: 5px 10px !important; */
	padding-bottom: 0 !important;
	margin-bottom: 15px;
}

label {
	color: #232323;
	font-size: 14px;
	text-align: left;
	font-weight: normal !important;
	line-height: 55px;
}

input,
select {
	border: 1px solid #9a9a9a;
	padding: 12px 16px 12px 16px;
	width: 100%;
	font-size: 15px;
	background: #fff;
	height: 56px;
}

input[type="date"] {
	line-height: 20px !important;
}

input::placeholder {
	color: #ccc;
}

.loginformfield p {
	color: #c9a236;
	font-size: 16px;
	text-align: justify;
}

.loginformfield a {
	color: #eabd42;
	font-size: 16px;
	text-align: justify;
	text-decoration: underline !important;
}

.loginformfield a:hover {
	color: #c9a236;
	font-size: 16px;
}

.loginformfield .link {
	text-align: right;
}

input:focus {
	outline: none;

}

.btn-success {
	background: #c9a236;
	padding: 15px 10px !important;
	color: #fff;
	border: 0;
	border-radius: 3px !important;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	margin-top: 30px;
}

.button-success {
	background: #c9a236;
	padding: 10px 20px !important;
	color: #fff;
	border: 0;
	border-radius: 3px !important;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	margin-top: 30px;
}

.btn-already {
	background: #eabd42;
	padding: 10px 20px !important;
	color: #fff !important;
	border: 0;
	border-radius: 5px !important;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}

.btn-already a {
	color: #fff;
}

.btn-already a:hover {
	color: #eabd42;
}

.btn-already:hover {
	color: #fff;
	background: #ffebcd;

}

.btn-success:hover {
	color: #000;
	background: #ffebcd;

}

.alreadymember {
	background: #ccc;
	padding: 20px;

}

.btn-cancel .btn-success {
	background: #ececec;
	border: 1px solid #ececec;
	color: #c9a236;
}

.btn-cancel .btn-success:hover {
	background: #fff;
	border: 1px solid #c9a236;
	color: #c9a236;
}

/* NewScheme Tab Navigation */
.newSchemeDesign {
	background-color: #fff;
	/* margin-top: 30px; */
	-webkit-box-shadow: 0 0 30px 2px #e0e0e0;
	-moz-box-shadow: 0 0 30px 2px #e0e0e0;
	box-shadow: 0 0 20px 1px #e0e0e0;
	padding: 30px;
}

.newSchemeDetails {
	/* padding-left: 20px; */
	padding-bottom: 20px;
}

/* footer */
.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;

}

#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 60px;
	/* Place the button at the bottom of the page */
	right: 30px;
	/* Place the button 30px from the right */
	z-index: 999;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #eac250;
	/* Set a background color */
	color: #fff;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 15px;
	/* Some padding */
	border-radius: 50px;
	/* Rounded corners */
	font-size: 20px;
	/* Increase font size */
}

#myBtn:hover {
	background-color: #555;
	/* Add a dark-grey background on hover */
}

.footer-bottom {
	background: #c9a236;
	padding: 10px;
	color: #fff;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bottom ul.footer_links {
	padding: 0;
	text-align: right;
}

.footer-bottom ul.footer_links li {
	color: #fff;
	display: inline-block;
	list-style: none;
	/* text-decoration: underline; */
	/* margin: 10px 0; */
}

.footer-bottom li:hover {
	text-decoration: none;
}

.footer-bottom ul.footer_links li a {
	color: #fff;
	padding-right: 20px;
	list-style: disc;
	text-decoration: underline;
}

.footer-bottom li a:hover {
	color: #ffebcd;
}

#custom-search-input {
	margin: 0;
	margin-top: 30px;
	margin-left: 50px;
	padding: 0;
}

#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px;
	padding-left: 20px;
	padding-left: 4px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */

	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 5px 10px;
	margin-top: 2px;
	position: relative;
	left: -40px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #D9230F;
	z-index: 99999;
	font-size: 25px;
}

.search-query:focus+button {
	z-index: 3;
}

.personal-information {
	min-height: 400px;
	background-color: #fff;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 30px 2px #e0e0e0;
	-moz-box-shadow: 0 0 30px 2px #e0e0e0;
	box-shadow: 0 0 30px 2px #e0e0e0;
}

.personal-information ul {
	padding: 30px;
	padding-bottom: 30px;
	padding-bottom: 0;
}

.personal-information ul li {
	list-style: none;
	overflow: auto;
}

.personal-information ul li label {
	width: 20%;
	float: left;
	font-size: 14px;
	font-weight: 700 !important;
}

.personal-information ul li p {
	width: 80%;
	float: right;
	font-size: 14px;
	color: #666;
	line-height: 50px;
}

.personal-information .btn-block {

	float: right;
}

.mya-btn.green-fill {
	color: #fff;
	transition: all .3s ease-in-out;
	padding: 10px 50px;
	margin-left: 30px;
	background: #c9a236;
	border: 0;
	border-radius: 5px !important;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
}

.mya-btn.green-fill:hover {
	background: #eabd42;
	color: #000;
}

/* Validation */
input:-internal-autofill-selected {
	background-color: #fff !important;
	border: 1px solid green !important;
}

.loginform .errorMsg {
	font-size: 15px;
	color: #FF0000;

}

/* Breadcrumb */
.clsBreadcrumb {
	padding: 20px 0 5px 0;
	background: #fff;
	text-align: left;
	/* box-shadow: 0 3px 1px -1px #e7e7e7 !important; */
	margin-bottom: 20px;
	/* max-width: min(100%, var(--container-max-width, 1140px)); */
	/* margin: 0 auto; */
}

.clsBreadcrumb ul {
	padding: 0;
	margin: 10px 0px;
}

span.arrow {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: url(../images/icons/arrow.svg) no-repeat;
	transform: rotate(180deg) translateY(1px);
	margin: 0px 6px;
}

.clsBreadcrumb li {
	list-style: none;
	display: inline-block;
	color: #a3a3a3;
	font-weight: 500;
	font-size: 12px;
}

.clsBreadcrumb ul li a {
	color: #c9a236;
}

.clsBreadcrumb li a:hover {
	color: #c9a236;
	text-decoration: underline !important;
}

/* Scheme */

.sidebar li a {
	padding: 0;
	cursor: pointer;

}

.sidebar li a:hover {
	border: 0 !important;
	background: #fff;
	color: #c9a236 !important;

}

.sidebar li.active {
	border: 0 !important;
	/* background: #fff; */
	/* color: #c9a236 !important; */
	border-radius: 0 !important;
	padding-right: 0;
	position: relative;
}

.sidebar li.active:after {
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	top: 15px;
	right: 10px;
	background: url("../images/icons/arrow.svg") no-repeat center;
	transform: rotateZ(180deg);
}

.sidebar li.active>a {
	border: 0 !important;
	background: #fff;
	color: #c9a236 !important;
	border-radius: 0 !important;
}

.sidebar li.active>a:after {
	display: block !important;
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: url(../images/icons/arrow.svg) no-repeat;
	transform: rotate(180deg) translateY(1px);
	margin: 0px 6px;
}

/* viewScheme */
.viewSchemeDetails h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0px 0px 20px 0px;
}

.viewSchemeDetails table {
	font-size: 14px;
	padding: 10px;

}

.viewSchemeDetails td,
.viewSchemeDetails th {
	padding: 2px 5px !important;
	border: 1px solid #ccc;

}

.viewSchemeDetails a {
	background: #c9a236;
	padding: 10px 10px;
	color: #fff;
}

a.btn-normal {
	background: #ffebcd;
	padding: 15px 20px !important;
	color: #000000;
	border: 0;
	border-radius: 3px !important;
	text-transform: uppercase;
	font-size: 16px;
	width: auto;
}

.viewSchemeDetails .btn-success {
	margin-top: 0 !important;
	padding: 10px 20px !important;
	width: auto;
}

.viewSchemeDetails a:hover {
	background: #ffebcd;
	padding: 10px 10px;
	color: #000;
}

.paySchemeDetails {
	text-transform: uppercase;
}

.viewSchemeDetails .panel-heading {
	padding: 0 !important;
}

.viewSchemeDetails .panel-heading h2 {
	background: #0d2e43;
	padding: 10px;
	margin: 0;
	color: #fff;
}

.viewSchemeDetails .panel-body {
	border: 1px solid #ccc;
}

.viewSchemeDetails .panel-body div {
	padding: 10px;
}

.viewSchemeDetails .panel-body input {
	text-transform: uppercase;
}

.adminButton .btn-success {
	margin-top: 0;
	width: 70px;
}

.transactionDetails table {
	font-size: 13px;
}

.clsDownload {
	margin-top: 30px;
}

.clsErrorMsg {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.download a {
	border: 0;
	padding: 0 5px;
	margin-left: 4px;
	margin-bottom: 20px;
}

.download a:hover {
	border: 0;
	padding: 0 5px;
	margin-left: 4px;
	margin-bottom: 20px;
}

.clsDownloadPdf {
	font-weight: bold;
	font-size: 12px;
}

.clsDownloadPdf label {
	margin: 0;
}

h3.form-title {
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cursor-dot {
	width: 20px;
	height: 20px;
	background-color: rgba(201, 162, 54, .3);
	border-radius: 50%;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: all 100ms;
}

a:hover~.cursor-dot {
	width: 60px;
	height: 60px;
	top: -20px;
	left: -20px;

}

.pin {
	height: 20px;
	width: 20px;
	background: url(../images/icons/pin.svg) no-repeat center;
	display: inline-block;
}

.phone {
	height: 20px;
	width: 20px;
	background: url(../images/icons/telephone-call.svg) no-repeat center;
	display: inline-block;
}

.menu-icon {
	height: 20px;
	width: 20px;
	background: url(../images/icons/menu.svg) no-repeat center;
	display: inline-block;
}

.menu-close-icon {
	height: 20px;
	width: 20px;
	background: url(../images/icons/close.svg) no-repeat center;
	display: inline-block;
}

.icon-menu-close {
	display: none;
}

.sidebar_trigger {
	display: none;
}

.sidebar_close {
	display: none;
}

.welcome_txt {
	margin: 0px;
	color: #fff;
	text-align: center;
}