/*
	APPLICATION CSS
	CODE BY ARULKUMAR PALANISAMY
	
	TABLE OF CONTENTS
	01. Custom and Basic Style 
	02. Page Design Layout
	03. section top and bottom shapes
	04. Responsive CSS Styles Table of Contents
	05. Registration Page
	06. Form Custom Style
	07. Desktop and Mobile Menu
	08. jQuery Wizard Steps
	09. Select2 Plugin Custom
	10. Profile Page Design
*/
/*=========================================================
	01. Custom and Basic Style
==========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Girassol&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Kanit:ital@1&display=swap');
p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 25px;
	margin: 0px 0px 10px;
	text-align: justify;
}
.h1 {
	margin-bottom: 15px;
	font-size: 19px;
	padding: 6px 0;
	border-bottom: 1px solid #222;
}
hr {
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #f5eced;
	box-sizing: content-box;
	height: 0;
	margin: 0px !important;
}
.w100 {
	width: 100%;
}
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-tamil {
	font-family: 'Catamaran', sans-serif;
}
.f12 {
	font-size: 12px !important;
}
.f13 {
	font-size: 13px !important;
}
.f19 {
	font-size: 19px !important;
}
b, strong {
	font-weight: 500;
}
.fa-15x {
	font-size: 1.5em !important;
}
.text-normal {
	font-weight: normal !important
}
.noborder {
	border: none !important;
}
.pointer {
	cursor: pointer;
}
.block {
	display: block !important;
}
.none {
	display: none !important;
}
.box {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	border: 1px solid #f8f9fa;
}
.p0 {
	padding: 0px !important;
}
.p5 {
	padding: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.pt0 {
	padding-top: 0px !important;
}.mb0 {
	margin-bottom: 0px !important;
}
.mb25 {
	margin-bottom: 25px;
}
.fontw6 {
	font-weight:600;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center !important;
}
.green {
	color: #07852F !important;
}
.bdrbottom2x {
	border-bottom: 2px solid #00a650 !important;
}
.bdrtop2x {
	border-top: 2px solid #00a650 !important;
}
.sticky-wrapper {
	border-top: 2px solid #00a650;
}
/*=========================================================
	02. Page Design Layout
==========================================================*/
.kv_header {
	background: url('../../images/frontend/kongu-varan-header.jpg') 43%;
	background-size: auto;
	background-size: cover;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	height: 670px;
	width: 100%;
	margin-top: -1px;
}
.header_btm_strip {
	padding: 5px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	background: #1f2b49;
	min-height: 52px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 15px 15px;
}
.header_btm_strip p {
	text-align: center;
	margin-bottom: 0;
	font-size: 15px;
	color: yellow;
	padding: 7px;
}
.navbar {
	min-height: 35px;
}
.navbar-top {
	padding: 0px !important;
	border-radius: 0;
}
.navbar-quickinfo {
	width: 100%;
	background: #1f2b49;
	border-bottom: none;
}
.nav_left_pad {
	position: relative;
	margin: 0 auto;
}
.nav_left_pad ul {
	margin: 0;
	padding: 0;
	width: 100;
	display: inline-block;
}
.nav_left_pad ul li {
	list-style: none;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	padding: 12px 15px 10px 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 600 !important;
}
.nav_left_pad ul li a {
	color: #fff !important;
}
.nav_left_pad ul li i {
	padding-right: 5px;
}
.nav_right_pad a.business {
	padding: 11px 20px 9px 20px;
	background: #00a03a;
	text-align: right;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	float: right;
	color: #FFF !important;
}
.page_content h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #af0c10;
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
}
.panel {
	border: 1px solid #f5eced;
}
.panel-heading {
	padding: 7px 10px 5px 10px;
	margin-bottom: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	background: #af0c10;
}
.panel-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .2px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.panel-body {
	padding: 0 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
/*Footer*/
.image-left {
	width: 75px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 20px 0 20px;
	transition: all 0.3s ease-out 0s;
}
#f_news_event .image-left {
	width: 100px !important;
}
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right h5 a {
	font-family: "Roboto", "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
	padding: 0px;
	display: block;
	color: #adadad;
}
.text-box-right h5 a:hover, a:focus {
	color: #fff;
}
/*Index Page*/
.index_content h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px !important;
	color: #182239;
	margin-bottom: 9px;
	font-weight: 400;
	text-align: right;
}
.index_content h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px !important;
	text-transform: uppercase;
	color: #182239;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 400;
	text-align: center;
}
.index_content .panel > .panel-heading {
	background: #e4e4e4;
}
.index_content .panel-heading > .panel-title {
	font-family: "Open Sans", sans-serif;
	font-size: 12px !important;
}
.index_content .panel-heading > .panel-title img, .component-content > img {
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
}
.index_content .thumbnail {
	padding: 0px !important;
	margin: 0 0 12px 0;
}
.index_content .thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 12px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.index_content .thumbnail .image {
	width: 100%;
	height: 150px;
	max-height: 150px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.index_content .thumbnail .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease;
	margin: 0 auto;
	cursor: pointer;
}
.parallax-section {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url("../../images/frontend/background-photo.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.bg-opacity-4 {
	background-color: rgba(175, 12, 16, 0.2);
}
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.kv-logo-layer {
	width: 70%;
	margin: 0 auto;
}
.kv-logo img {
	display: inline-block !important;
	width: 35%;
}
.kv-logo-layer p {
	margin-bottom: 0;
	font-size: 25px;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'Francois One', cursive;
	font-weight: 600;
	color: #1f2b49;
	text-align: center;
}
.kv-logo-layer p.small {
	text-align: center;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'Francois One', sans-serif;
	font-weight: 600;
	color: #1f2b49;
}
.kv-logo-layer h3 {
	font-family: 'Lobster', cursive;
	margin-top: 50px;
	color: #20a7e0;
	text-align: center;
}
.kv-logo-layer h2 {
	font-family: 'Francois One', sans-serif;
	font-size: 25px;
	color: #ed3237;
	margin-bottom: 10px;
	text-align: center;
}
.kv-logo-layer p.header-text {
	text-align: center;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	color: #1f2b49;
	text-transform: none;
}
.kv-logo-layer a {
	font-family: "Open Sans", sans-serif;
	margin-right: 10px !important;
}
.component-content {
	padding: 30px;
}
.component-content p {
	font-family: "Open Sans", sans-serif;
	margin: 0;
	line-height: 1.8;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.component-content.components {
	background-color: #a83279;
	background-image: -webkit-gradient(linear, left top, right top, from(#a83279), to(#b04167));
	background-image: -webkit-linear-gradient(90deg, #a83279, #b04167);
	background-image: -moz-linear-gradient(to right, #a83279, #b04167);
	background-image: -ms-linear-gradient(to right, #a83279, #b04167);
	background-image: -o-linear-gradient(to right, #a83279, #b04167);
	background-image: linear-gradient(90deg, #a83279, #b04167);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#a83279", endColorStr="#b04167", gradientType="1");
}
.component-content.development {
	background-color: #457fca;
	background-image: -webkit-gradient(linear, left top, right top, from(#457fca), to(#5691c8));
	background-image: -webkit-linear-gradient(90deg, #457fca, #5691c8);
	background-image: -moz-linear-gradient(to right, #457fca, #5691c8);
	background-image: -ms-linear-gradient(to right, #457fca, #5691c8);
	background-image: -o-linear-gradient(to right, #457fca, #5691c8);
	background-image: linear-gradient(90deg, #457fca, #5691c8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#457fca", endColorStr="#5691c8", gradientType="1");
}
.component-content.consumed {
	background-color: #563d7c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
	background-image: -webkit-linear-gradient(180deg, #563d7c, #6f5499);
	background-image: -moz-linear-gradient(to bottom, #563d7c, #6f5499);
	background-image: -ms-linear-gradient(to bottom, #563d7c, #6f5499);
	background-image: -o-linear-gradient(to bottom, #563d7c, #6f5499);
	background-image: linear-gradient(180deg, #563d7c, #6f5499);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#563d7c", endColorStr="#6f5499");
}
.well {
	margin-bottom: 12px;
}
.well-sm {
	padding: 0px;
	border-radius: 0px;
}
.well:last-child {
	margin-bottom: 0px !important;
}
.section-box h2 {
	line-height: 15px !important;
}
.section-box h2 a {
	font-family: 'Hind Madurai', sans-serif;
	font-size: 13px !important;
	color: #af0c10;
}
.modal-body div.forgot {
	text-align: center;
	margin-top: 10px;
	color: #1f2b49;
}
.modal-body div.forgot a, .modal-body div.forgot a:hover {
	color: #0274CB;
}
/*=========================================================
	03. Section Top and Bottom Shapes
==========================================================*/
.section {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.pagenation-holder {
	border-bottom: 1px solid #e9e9e9;
	background: #ededed;
	float: left;
	margin: 0;
	padding: 10px 0 10px;
	width: 100%;
}
.pagenation_links {
	font-size: 11px;
	text-transform: uppercase;
	color: #af0c10;
	font-weight: 500;
	display: block ruby;
}
.pagenation_links a {
	color: #161616;
	font-size: 11px;
	font-weight: 500;
}
/*=========================================================
	04. Responsive CSS Styles Table of Contents
==========================================================*/
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
a.logo {
	margin: 1px 0px 0px 50px;
}
.kv_header {
	height: 620px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.sticky-wrapper {
	height: 60px !important;
}
.container {
	width: 94%;
}
.bmargin {
	margin-bottom: 0px;
}
.sub-title {
	width: 70%;
}
#header {
	padding: 0 0 0 0;
}
.menu-main {
	background-color: #161616;
}
.sec-topmargin {
	margin-top: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
.kv_header {
	height: 570px;
}
}
@media only screen and (min-width: 900px) and (max-width: 1000px) {
.kv_header {
	height: 620px;
}
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
.container {
	width: 94%;
}
.bmargin {
	margin-bottom: 0px;
}
.sub-title {
	width: 80%;
}
.sec-padding {
	padding: 60px 0px;
}
.sec-tpadding {
	padding: 60px 0 0 0;
}
.sec-bpadding {
	padding: 0 0 60px 0;
}
.menu-main {
	background-color: #161616;
}
.sec-topmargin {
	margin-top: 0px;
}
.kv_header {
	height: 550px;
}
.register-left .iconspaddtop {
	padding: 0px !important;
	float: left;
	padding-right : 25px;
}
.imgcrtcouple {
	width: 60px !important;
}
.register-right {
	padding: 0 20px 0 20px !important;
}
.mobcouprgt {
	padding: 8px 15px 5px 75px !important;
	line-height: 42px;
	font-size: 20px;
	text-align: left;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.register-left .iconspaddtop {
	padding: 10px 0 !important;
	float: left;
	padding-right : 25px;
}
.imgcrtcouple {
	width: 60px !important;
}
.register-right {
	padding: 0 20px 0 20px !important;
}
.mobcouprgt {
	padding: 15px 15px 0 75px !important;
	line-height: 42px;
	font-size: 20px;
	text-align: left;
}
.index_content h1 {
	margin-bottom: 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.container {
	width: 94%;
}
.sub-title {
	width: 100%;
}
.sec-padding {
	padding: 40px 0px;
}
.sec-tpadding {
	padding: 40px 0 0 0;
}
.sec-bpadding {
	padding: 0 0 40px 0;
}
.menu-main {
	background-color: #161616;
}
.sec-topmargin {
	margin-top: 0px;
}
.bmargin {
	margin-bottom: 0px;
}
.kv-logo-layer {
	width: 85%;
}
.kv_header {
	height: 540px;
}
.kv-logo-layer h3 {
	margin-top: 25px;
}
.kv-logo img {
	display: inline-block !important;
	width: 40% !important;
}
.nav_left_pad ul li {
	padding: 9px 15px 8px 0;
}
.nav_left_pad {
	text-align: center;
}
.nav_right_pad {
	display: none;
}
.register-left .iconspaddtop {
	padding: 0px !important;
	float: left;
	padding-right : 25px;
}
.imgcrtcouple {
	width: 60px !important;
}
.register-right {
	padding: 0 20px 0 20px !important;
}
.mobcouprgt {
	padding: 8px 15px 5px 75px !important;
	line-height: 22px !important;
	font-size: 18px;
	text-align: left;
}
.index_content h1 {
	margin-bottom: 0px;
}
}
@media only screen and (max-width: 480px) {
.container {
	width: 94%;
}
.btn {
	padding: 10px 15px;
	margin-bottom: 20px;
}
.sub-title {
	width: 100%;
}
.section-title {
	font-size: 32px;
}
.sec-padding {
	padding: 35px 0px;
}
.sec-tpadding {
	padding: 35px 0 0 0;
}
.sec-bpadding {
	padding: 0 0 35px 0;
}
.menu-main {
	background-color: #161616;
}
.bmargin {
	margin-bottom: 0px;
}
.sec-bpadding-3 {
	padding-bottom: 60px;
}
.sec-tpadding-3 {
	padding-top: 60px;
}
.section-less-padding.top-margin {
	margin-top: 0px;
}
.kv-logo-layer h3 {
	margin-top: 25px;
}
.nav_left_pad ul li {
	padding: 10px 5px 10px 0;
}
.landing li {
	padding: 5px 5px 5px 0 !important;
}
.nav_left_pad {
	text-align: center;
}
.nav_right_pad {
	display: none;
}
.kv-logo img {
	display: inline-block !important;
	width: 50% !important;
}
.kv-logo-layer {
	width: 100%;
}
.kv_header {
	height: 560px;
}
.register-left .iconspaddtop {
	padding: 0px !important;
	float: left;
	padding-right : 25px;
}
.imgcrtcouple {
	width: 60px !important;
}
.register-right {
	padding: 0 20px 0 20px !important;
}
.mobcouprgt {
	padding: 8px 15px 5px 75px !important;
	line-height: 22px !important;
	font-size: 18px;
	text-align: left;
}
.index_content h1 {
	margin-bottom: 0px;
}
}
@media only screen and (max-width: 426px) {
.kv-logo-layer h3 {
	margin-top: 25px;
}
.nav_left_pad ul li {
	padding: 10px 5px 10px 0;
}
.landing li {
	padding: 5px 5px 5px 0 !important;
}
.kv-logo-layer {
	width: 100%;
}
.kv-logo img {
	display: inline-block !important;
	width: 50% !important;
}
.kv_header {
	height: 555px;
}
.kv-logo-layer h2 {
	font-size: 20px;
}
.mobcouprgt {
	font-size: 15px;
}
.index_content h1 {
	margin-bottom: 0px;
	text-align: center;
	font-size: 16px !important;
}
}
@media only screen and (max-width: 376px) {
.kv-logo-layer h3 {
	margin-top: 25px;
}
.kv_header {
	height: 530px;
}
.mobcouprgt {
	font-size: 15px;
	text-align: center;
	margin-top: -5px;
}
}
@media only screen and (max-width: 321px) {
.kv-logo-layer h3 {
	margin-top: 25px;
}
.kv-logo-layer h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.kv-logo-layer p.header-text {
	font-size: 12px;
}
.kv-logo-layer p {
	font-size: 23px;
}
.kv-logo-layer p.small {
	font-size: 13px;
}
.kv_header {
	height: 475px;
}
.mobcouprgt {
	font-size: 14px;
}
}
@media (min-width:1168px) {
.nav > li > a {
	position: relative;
	display: block;
	padding: 20px 11px 15px 11px;
}
.kv_header {
	height: 670px !important;
}
}
/*=========================================================
	05. Registration Page
==========================================================*/
.register-left {
	background: #00a650;
	color: #fff;
	padding: 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
}
.register-left .iconspaddtop {
	padding-top: 100px;
	padding-bottom: 30px;
}
.imgcrtcouple {
	width: 150px;
}
.mobcouprgt {
	padding: 0 15px 0 15px;
	line-height: 42px;
}
.register-right {
	padding: 0 10px 0 45px;
}
.register-right h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #182239;
	margin-bottom: 15px;
	padding: 5px 0;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 400;
	text-align: left;
}
.register-right p {
	font-size: 12px;
	text-align: center;
}
.loading {
	background-color: #fff;
	background-image: url("../../images/frontend/loader.gif");
	background-size: 25px 25px;
	background-position: right center;
	background-repeat: no-repeat;
}
#display_age {
	padding: 8px;
	font-size: 20px;
	color: #00a650;
}
/*=========================================================
	06. Form Custom Style
==========================================================*/
.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}
.fa-fw {
	width: 2em !important;
	text-align: center;
	font-size: 1.2em;
	margin-top: -26px;
}
.form-group {
	text-align: left;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-control {
	height: 38px;
	resize: none;
	font-size: 12px;
	background-color: #fcfcfd;
}
.form-horizontal .form-group {
	margin-bottom: 10px;
}
.form-group label {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	display: block;
}
.btn-apps {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
}
/* Checkbox */
.ckbox, .rdiobox {
	font-weight: normal !important;
	position: relative;
	display: inline-block !important;
	line-height: 18px;
	padding-right: 15px;
	margin: 0;
}
.ckbox span:before, .ckbox span:after {
	line-height: 18px;
	position: absolute;
}
.ckbox span:before {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #dbdfe6;
	border-radius: 1px;
	top: 2px;
	left: 0;
}
.ckbox span:after {
	left: 2.5px;
	top: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 9px;
	color: #696c74;
	display: none;
}
.ckbox input[type='checkbox'] {
	opacity: 0;
	margin: 0 5px 0 0;
}
.ckbox input[type='checkbox']:checked + span:before {
	border-color: #ccd1db;
}
.ckbox input[type='checkbox']:checked + span:after {
	display: block;
}
.ckbox input[type='checkbox'][disabled] + span, .ckbox input[type='checkbox'][disabled] + span:before, .ckbox input[type='checkbox'][disabled] + span:after {
	opacity: .75;
}
.ckbox-inline, .rdiobox-inline {
	display: inline-block;
}
/* Checkbox color variant */
.ckbox-primary input[type='checkbox']:checked + span:before {
	background-color: #2574ab;
	border-color: #2574ab;
}
.ckbox-primary input[type='checkbox']:checked + span:after {
	color: #ffffff;
}
.ckbox-success input[type='checkbox']:checked + span:before {
	background-color: #259dab;
	border-color: #259dab;
}
.ckbox-success input[type='checkbox']:checked + span:after {
	color: #ffffff;
}
.ckbox-warning input[type='checkbox']:checked + span:before {
	background-color: #e6ad5c;
	border-color: #e6ad5c;
}
.ckbox-warning input[type='checkbox']:checked + span:after {
	color: #ffffff;
}
.ckbox-danger input[type='checkbox']:checked + span:before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.ckbox-danger input[type='checkbox']:checked + span:after {
	color: #ffffff;
}
.ckbox-info input[type='checkbox']:checked + span:before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.ckbox-info input[type='checkbox']:checked + span:after {
	color: #ffffff;
}
/* Radio Box */
.rdiobox span:before, .rdiobox span:after {
	line-height: 18px;
	position: absolute;
}
.rdiobox span:before {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #696c74;
	border-radius: 50px;
	top: 2px;
	left: 0;
}
.rdiobox span:after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #696c74;
	border-radius: 50px;
	top: 5px;
	left: 3px;
	display: none;
}
.rdiobox input[type='radio'] {
	opacity: 0;
	margin: 0 5px 0 0;
}
.rdiobox input[type='radio']:checked + span:before {
	border-color: #666;
}
.rdiobox input[type='radio']:checked + span:after {
	display: block;
}
.rdiobox input[type='radio'][disabled] + span, .rdiobox input[type='radio'][disabled] + span:before, .rdiobox input[type='radio'][disabled] + span:after {
	opacity: .75;
}
/* Radio box color variant */
.rdiobox-primary input[type='radio']:checked + span:before {
	border-color: #2574ab;
}
.rdiobox-primary input[type='radio']:checked + span:after {
	background-color: #2574ab;
}
.rdiobox-success input[type='radio']:checked + span:before {
	border-color: #00a650;
}
.rdiobox-success input[type='radio']:checked + span:after {
	background-color: #00a650;
}
.rdiobox-warning input[type='radio']:checked + span:before {
	border-color: #e6ad5c;
}
.rdiobox-warning input[type='radio']:checked + span:after {
	background-color: #e6ad5c;
}
.rdiobox-danger input[type='radio']:checked + span:before {
	border-color: #d9534f;
}
.rdiobox-danger input[type='radio']:checked + span:after {
	background-color: #d9534f;
}
.rdiobox-info input[type='radio']:checked + span:before {
	border-color: #5bc0de;
}
.rdiobox-info input[type='radio']:checked + span:after {
	background-color: #5bc0de;
}
/* Inside input group */
.input-group-addon .ckbox, .input-group-addon .rdiobox, .input-group-addon .ckbox input, .input-group-addon .rdiobox input {
	margin: 0;
}
/* Time Picker */
.timepicker {
	width: 100px;
}
/* Form Validation */
label.error {
	color: #d9534f;
	margin: 2px 0 0;
	display: initial;
}
.has-success .form-control {
	border-color: #00a03a !important;
	background: #f7fcf9;
}
.has-error .form-control {
	border-color: #d9534f !important;
	background: #fcf5f4;
}
.has-success label {
	color: #00a03a;
}
.has-error label {
	color: #d9534f;
}
.form-control.error {
	border-color: #d9534f;
}
.form-horizontal .control-label.nopaddingtop {
	padding-top: 0;
}
.has-error .select2-container--classic .select2-selection--single {
	border-color: #d9534f;
}
.has-success .select2-container--classic .select2-selection--single {
	border-color: #00a03a;
}
.has-error .select2-container--classic .select2-selection--single .select2-selection__rendered {
	background: #fcf5f4;
	line-height: 24px;
	border-radius: 4px;
	padding: 5px 12px;
}
.has-success .select2-container--classic .select2-selection--single .select2-selection__rendered {
	background: #f7fcf9;
	line-height: 24px;
	border-radius: 4px;
	padding: 5px 12px;
}

/*=========================================================
	07. Desktop and Mobile Menu
==========================================================*/
@media only screen and (min-width: 480px) {
.mobile-footer-menu {
	display: none;
}
}
@media only screen and (max-width: 480px) {
.select2-container {
	width: 100% !important;
}
#desktop, .desktop-menu {
	display: none;
}
.scrollup {
	display: none !important;
}
.mobile-footer-menu {
	width: 100%;
	display: block;
	border-top: 2px solid #1f2b49;
	background-color: #fcfcfd;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
.mobile-footer-menu ul {
	padding: 0;
	margin: 0;
}
.mobile-footer-menu ul li {
	float: left;
	padding: 7px;
	text-align: center;
	background-color: #fcfcfd;
	font-size: 10px;
	width: 25%;
	text-transform: uppercase;
	font-weight: 600;
	border-right: 1px solid #f3f3f3
}
.mobile-footer-menu ul li:last-child {
	border: none;
}
.mobile-footer-menu ul li i {
	font-size: 2em;
}
.mobile-footer-menu ul li span {
	display: block;
}
.mobile-footer-menu ul li a, .mobile-footer-menu ul li:hover a {
	color:#1f2b49 !important;
}
.mobile-footer-menu ul li:hover {
	background:#00a03a;	
}
}
/*=========================================================
	08. jQuery Wizard Steps
==========================================================*/
.wizard {
	margin-bottom: 0px;
}
.wizard .content {
	min-height: 15em;
}
.wizard .content > .body {
	width: 100%;
	height: auto;
	padding-bottom: 10px !important;
	position: absolute;
}
.wizard .content .body.current {
	position: relative;
}
.wizard > .steps > ul > li {
	display: table-cell;
	width: 33.33% !important;
	float: none;
}
.wizard > .steps > ul > li > a {
	margin: 0;
	border-radius: 0;
	padding: 14px 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	background-color: #9fa8bc;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	letter-spacing: .2px;
}
.wizard > .steps > ul > li > a:hover, .wizard > .steps > ul > li > a:focus {
	color: #fff;
	margin: 0;
	border-radius: 0;
	padding: 14px 25px;
	background-color: #909bb1;
}
.wizard > .steps > ul > li:first-child > a {
	border-top-left-radius: 2px;
}
.wizard > .steps > ul > li:last-child > a {
	border-top-right-radius: 2px;
}
.wizard > .steps .number {
	font-size: 12px;
	margin-right: 5px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:focus, .wizard > .steps .disabled a:active {
	background-color: #9fa8bc;
	color: rgba(255, 255, 255, 0.8);
}
.wizard > .steps .done a {
	background-color: #505b72;
}
.wizard > .steps .done a:hover, .wizard > .steps .done a:focus, .wizard > .steps .done a:active {
	background-color: #464f63;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:focus, .wizard > .steps .current a:active {
	background-color: #fff;
	color: #5b6781;
}
.wizard > .actions {
	padding: 15px 15px 10px;
	background-color: #f6f7f8;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.wizard > .actions a {
	padding: 10px 12px;
	border-radius: 2px;
	background-color: #2574ab;
	min-width: 100px;
	height: 38px;
	text-align: center;
	letter-spacing: .5px;
}
.wizard > .actions a:hover, .wizard > .actions a:focus {
	border-radius: 2px;
	padding: 10px 12px;
	background-color: #206696;
}
.wizard > .actions a:active {
	background-color: #1e5d89;
}
.wizard > .actions > ul {
	margin: 0;
	padding: 0;
}
.wizard > .actions > ul > li {
	display: inline-block;
	margin-right: 0;
}
.wizard > .actions > ul > li:last-child a {
	background-color: #259dab;
}
.wizard > .actions > ul > li:last-child a:hover, .wizard > .actions > ul > li:last-child a:focus {
	background-color: #208a96;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:focus {
	background-color: #d8dce3;
	color: #c0c7d2;
}
.wizard.wizard-style2 > .steps {
	counter-reset: ordered;
}
.wizard.wizard-style2 > .steps > ul > li {
	position: relative;
}
@media (max-width: 480px) {
.wizard.wizard-style2 > .steps > ul > li {
	display: block;
	float: none;
	width: auto;
}
}
.wizard.wizard-style2 > .steps > ul > li > a {
	text-align: left;
	padding-left: 60px;
	padding-right: 0;
}
.wizard.wizard-style2 > .steps > ul > li > a:before {
	content: counters(ordered, ".", decimal);
	counter-increment: ordered;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-color: #00a650;
	color: #fff;
	border-radius: 100px;
	font-size: 18px;
	text-align: center;
	padding-top: 8px;
	line-height: 20px;
}
.wizard.wizard-style2 > .steps > ul > li > a:after {
	border-left: 31px solid #00a650;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 51%;
	margin-top: -31px;
	z-index: 50;
}
.wizard.wizard-style2 > .steps > ul > li > a:hover:after, .wizard.wizard-style2 > .steps > ul > li > a:focus:after {
	border-left-color: #909bb1;
}
.wizard.wizard-style2 > .steps > ul > li > a > small {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
.wizard.wizard-style2 > .steps > ul > li + li > a {
	padding-left: 85px;
}
@media (max-width: 480px) {
.wizard.wizard-style2 > .steps > ul > li + li > a {
	padding-left: 60px;
}
}
.wizard.wizard-style2 > .steps > ul > li + li > a:before {
	left: 40px;
}
@media (max-width: 639px) {
.wizard.wizard-style2 > .steps > ul > li + li > a:before {
	left: 15px;
}
}
.wizard.wizard-style2 > .steps > ul > li:last-child > a:after {
	display: none;
}
.wizard.wizard-style2 > .steps .number {
	display: none;
}
.wizard.wizard-style2 > .steps .done a:before {
	background-color: #fff;
	color: #505b72;
}
.wizard.wizard-style2 > .steps .done a:after {
	border-left-color: #1f2b49;
}
.wizard.wizard-style2 > .steps .done a:hover:after, .wizard.wizard-style2 > .steps .done a:focus:after {
	border-left-color: #464f63;
}
.wizard.wizard-style2 > .steps .current a, .wizard.wizard-style2 > .steps .current a:hover, .wizard.wizard-style2 > .steps .current a:focus {
	background-color: #f8f9fa;
	color: #1f2b49;
}
.wizard.wizard-style2 > .steps .current a > small, .wizard.wizard-style2 > .steps .current a:hover > small, .wizard.wizard-style2 > .steps .current a:focus > small {
	color: #00a650;
}
.wizard.wizard-style2 > .steps .current a:before, .wizard.wizard-style2 > .steps .current a:hover:before, .wizard.wizard-style2 > .steps .current a:focus:before {
	background-color: #1f2b49;
	color: #fff;
}
.wizard.wizard-style2 > .steps .current a:after, .wizard.wizard-style2 > .steps .current a:hover:after, .wizard.wizard-style2 > .steps .current a:focus:after {
	border-left-color: #f8f9fa;
}
.wizard.wizard-style2 > .steps .disabled a:after, .wizard.wizard-style2 > .steps .disabled a:hover:after, .wizard.wizard-style2 > .steps .disabled a:focus:after {
	border-left-color: #00a650;
}
.wizard.wizard-style2.vertical > .steps > ul > li + li > a {
	padding-left: 60px;
}
.wizard.wizard-style2.vertical > .steps > ul > li + li > a:before {
	left: 15px;
}
.wizard.wizard-style2.vertical > .steps > ul > li + li > a:after {
	display: none;
}
.wizard.wizard-style2.vertical > .steps > ul > li:last-child > a {
	border-top-right-radius: 0;
}
.wizard.wizard-style2.vertical > .steps .current a:after, .wizard.wizard-style2.vertical > .steps .done a:after {
	display: none;
}
/*=========================================================
	09. Select2 Plugin Custom
==========================================================*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
}
.select2-results ul li {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
}
.select2-container--default .select2-results__option .select2-results__option:before {
	content: "\f101";
	font-family: 'FontAwesome';
	padding: 0 5px 0 0;
}
.select2-results__option .select2-results__options--nested .select2-results__option:before {
	content: "\f101";
	font-family: 'FontAwesome';
	padding: 0 5px 0 0;
}
.wizard fieldset {
	border: 1px solid #e5e5e5;
	padding: 0 15px 15px 15px;
	background: #fff;
	border-radius: 5px;
}
.wizard legend {
	font-family: "Open Sans", sans-serif;
	border-radius: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	color: #fff;
	text-align: left;
	background: #1f2b49;
	margin-bottom: 15px;
}
/*=========================================================
	10. Profile Page Design
==========================================================*/
.profile-heading {
	color: #1f2b49;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 7px;
}
.profile-heading span {
	font-size: 12px;
	font-style: italic;
	margin-top: -5px;
	display: block;
	text-transform: none;
}
.pro_left_box {
	padding: 5px 10px;
}
.pro_left_box h1 {
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 25px;
}
.pro_left_box .shortlist {
	margin:0;
	padding:0;
	width:100%	
}
.pro_left_box .shortlist li {
	font-size: 13px;
	padding: 6px 0 7px 0;
	border-bottom: 1px solid #ededed;
	color: #000;
}
.pro_left_box .shortlist li a {
	color: #000;
}
.pro_left_box .shortlist li:last-child {
	padding-bottom:0px;	
}
#dash-journey {
    padding: 0;
    margin: 0;
}
#dash-journey li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.dashboard-bm-explore {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.journey-5 {
    background: url(../../images/frontend/journey-bg5.svg) #1e9d7b;
    background-image: url("../../images/frontend/journey-bg5.svg");
    background-image: url(../../images/frontend/journey-bg5.svg),linear-gradient(315deg,#1e9d7b,#4edfc3 97%);
}
.journey-4 {
    background: url(../../images/frontend/journey-bg4.svg) #725db7;
	background-image: url("../../images/frontend/journey-bg4.svg");
    background-image: url(../../images/frontend/journey-bg4.svg),linear-gradient(315deg,#725db7,#b19fe8 97%);
}
.journey-3{
	background:url(../../images/frontend/journey-bg3.sv) #1e8b9d;
	background-image: url("../../images/frontend/journey-bg3.svg");
	background-image:url(../../images/frontend/journey-bg3.svg),linear-gradient(133deg,#4fcce0,#1e8b9d 97%)
}
.profileDashboard {
	padding: 15px;
	margin-bottom: 35px;
	border: 1px solid #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;	
}
#dash-journey p:nth-child(1) {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 30px 0 0;
	text-align:center;
}
.bm-journey-label {
    width: 84px;
    margin: 5px 0 0 1px;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: .42px;
    text-align: left;
    color: #000;
    clear: both;
}
.profile-box {
	border: 1px solid #f8f9fa;
	padding: 10px;
	margin-bottom: 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	-ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
}
.profile-dp-image {
	height:170px;
	background-image: url('../../images/frontend/noprofileimage.webp');
	transform: translate(0px);
	background-size: cover;
	background-position: center;
}
.profile-box img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.profile-title {
	padding: 10px 0 0 0;
}
.profile-title h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	font-weight:400;
	font-style:italic;
	margin: 5px 0 0 1px;
	line-height: 1.21;
	letter-spacing: .42px;
	text-align: left;
	color: #3b0131;
	clear: both;
}
.profile-title span {
	font-size:12px;
	font-style:italic;
	color: #d50554;
}
.highliter {
	text-align: center;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 27px;
	background: #f8f9fa;
	padding: 8px 10px;
	font-style: italic;	
	color:#1e9d7b;
}
/*Profile View Page*/
.pbox {
	padding:10px 20px;
	box-shadow:1px 0 8px 3px #eee;
	border-radius:8px;
	border:1px solid #eee;	
}
.profileheader h3 {
    color: #01876a;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 7px;
    padding-top: 3px;
    letter-spacing: .7px;
}
.profileheader h3 span {
	font-size:12px;
	color:#cc0407;
}
.profileHighlight {
	padding:10px;
}
.profileHighlight > ul.list {
	margin: 0;
	padding: 0;
	width:100%;
	columns:2;
	-webkit-columns:2;
	-moz-columns:2
}
.profileHighlight > ul.list li {
	font-size:13px;
	letter-spacing: .7px;
	margin-bottom:10px;
	width:calc(100%-20px);
	color:#272727;
}
.profileHighlight > ul.list li:before {
	font-family: 'FontAwesome';
	content: "\f111";
	color:#d8d8d8;
	font-size:11px;
	padding-right:7px;
	display: contents;
}
.profilebtm {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 13px 10px;	
}
#profileLeftPanel .thumbnail > .image {
	text-align:center;
}
#profileLeftPanel .thumbnail .image i {
	font-size: 150px;
	padding: 10px;
}
.liketext {
	color:#424242;
	font-size:12px;
	letter-spacing:.7px;
}
.makeshortlist {
	display:inline-block;
	color:#00a650;
	line-height:15px;
	font-weight:600;
	font-size:14px;
	border-radius: 10px;
	border:2px solid #00a650;
	background:#fff;
	padding:10px 30px;
	letter-spacing:.8px;
	text-transform:uppercase;
	float:right;	
}
.profile-details P {
	color: #272727
}
.profile-details h2 {
	font-size: 19px;
	font-weight: 600;
	color:#1f2b49;
}
.sction-personal > ul, .sction-religious > ul, .sction-personal > ul {
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	width:100%;
	columns:2;
	border-bottom:1px solid #eee;
}
.sction-personal > ul li, .sction-religious > ul li, .sction-personal > ul li {
	font-size:13px;
	letter-spacing: .7px;
	margin-bottom:10px;
	width:calc(100%-20px);
	color:#272727;
}
.p-relative {
	position: relative;
}
.p-relative .uploadPlusBtn {
	display: none;
}
.p-relative:hover .uploadPlusBtn {
	display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 50% 35%;
    font-size: 50px;
    background: #1c1b1b30;
    left: 0;
}
.imagecenter{
	margin: 0 auto;
}
.imageround{
	border-radius: 50%;
}
.table.table-borderless tbody + tbody, .table.table-borderless td, .table.table-borderless th, .table.table-borderless thead th {
    border: 0;
}
#dash-journey a, .bm-journey-label a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
	text-align:center;
}
#kvAgreeModal * {
	font-size: 15px;
	line-height: 30px;
}