.mbr_exp{color: #000;
font-size: 16px;
font-weight: 600;}
.lf{
    float: left;
    width: 100%;
    padding: 0px;
box-sizing: border-box;
margin-bottom:10px;
}
.rt{
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.rt h3 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}
.info-top {
    float: left;
    width: 100%;
    border: none;
box-sizing: border-box;
}
.info_bottom {
    float: left;
    width: 100%;
    border: none;
    border-top: none;
    padding: 20px;
	box-sizing: border-box;
    /* min-height: 961px; */
	background: #fff;
}
.info_bottom p {
    margin-bottom: 8px;
width: 77%;
float: left;
padding: 0;
margin: 0;
padding-left: 14px;
}
.info_bottom span {
    float: right;
    font-weight: bold;
    color: #4d4d4d;
}
.info-bottom {
    float: left;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-top: none;
box-sizing: border-box;
}
.reference {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}
.right_b {
    float: left;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-left: none;
   /*  min-height: 197px; */
}
.wide_bottom {
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    border: none;
    border-top: none;
    border-left: none;
    min-height: 259px;
    border-bottom: none;
}
.right_b {
    float: left;
    width: 33%;
    padding: 0px;
    box-sizing: border-box;
    border: none;
    border-left: none;
    /* max-height: 330px;
    min-height: 330px; */
}
.upevents{
    overflow-y: hidden;
}
.info_bottom input {
    width: 70%;
    min-width: auto;
    border: 1px solid transparent;
    padding:10px;
    font-weight: bold;
    color: #666;
    transition: all 400ms linear;
	background:#f3f3f3; margin-bottom:10px;
}
.info_bottom input[type="text"]:disabled{
    background: #fff;
}
.info_bottom input:focus {
    background-color:rgba(141, 212, 245, 0.29); outline:none;
}
.info_bottom span::before{
    content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
color: #ccc;
position: relative;
left: -6px;
}
.nob4::before{
    display: none;
}
.info_bottom select {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 0px;
    font-weight: bold;
    color: #666;
    transition: all 400ms linear;
    position: relative;
    width: 84%;
}
.info_bottom select:focus {
    background-color:rgba(141, 212, 245, 0.29); outline:none;
}
.info_bottom th,.info_bottom td{
    text-align: left;
}
#b64{
    display: none;
}
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    height: auto;
    width: 40%;
    overflow: hidden; position:relative;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position: absolute;
    right: 20px;
    top: 10px;
	z-index:999;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content span::before{
    display: none !Important;
}
#myBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    float: left;
width: auto;
padding: 0;
padding-top: 50px;
}
.modal-group input, .modal-group select {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 12px 7px;
    box-sizing: border-box;
    
}
.modal-group select{
    -moz-appearance: caret;
    -webkit-appearance: caret;
    appearance: caret;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    display: none;
    padding-top: 240px;
}
.single-event {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px groove grey;
}
.single-event .event-date {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.single-event .location {
    color: #0095DA;
}
.modal-group ul li {
    float: left;
    width: 100%;
    margin: 12px 0;
    padding: 10px 15px;
    box-sizing: border-box;
    list-style-type: none;
    background: #f2f2f2;
    line-height: 46px;
}
.modal-group ul {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.modal-group ul {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.info-bottom label {
    font-weight: bold;
    font-size: 15px;
}
#loginmodal .error, #loginmodal .success {
    float: left;
    width: 90%;
    font-size: 12px;
    color: #fff;
    padding: 7px 3px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#loginmodal .error{
    background: rgb(255, 169, 169) none repeat scroll 0% 0%;
    border: 1px solid #ff0000;
}
#loginmodal .success {
    background: rgb(63, 179, 28) none repeat scroll 0% 0%;
    border: 1px solid #8dff00;
}
#org ul{
    max-height: 350px;
overflow-y: scroll;
}
#loginme, #logoutm {
    height: auto;
    line-height: 34px;
    min-width: auto;
    padding: 0 17px;
    font-size: 11px;
}
.info_bottom th{min-width: 120px; vertical-align:middle}
.info_bottom select{ padding:10px; background:url("select_bg.png") no-repeat #f3f3f3; background-position:90% center; background-size:15px auto;}
.info_bottom select:disabled
{
    background: #fff;
}
div#map_of_world_blind, div.blind_area { 
			background: transparent;
			text-align: left;
			vertical-align: bottom;
			margin: 0; padding: 0;
		}
		p.coords { 
			margin: 0; padding: 0;
			position:absolute; 
			bottom: 2px; 
			left: 8px;
			/*color: #444; 
			font-family: sans-serif;
			font-size: 12px;*/
		}
		.demo { border: inset 2px silver;}
		.logo { float: left; margin: 0 1em 1em 0; position: relative; width: 352px; height: 160px; }
.myFile {
  position: relative;
  overflow: hidden;
  float: left;
  clear: left;
}
.myFile input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.qbutton.default.revent {
    padding: 8px 6px;
    line-height: 6px;
    height: auto;
}
.qbutton.default.fix {
    z-index: 99999;
    position: relative;
    overflow: visible;
}
.dataaahiv {
    color: #444;
    font-weight: 600;
    border: none;
}
.modal-group {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
#pmodal input{
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #414141;
}
@media only screen and ( max-width:1200px )
{
   .info_bottom td input, .info_bottom td select {
    width: 90%;
    box-sizing: border-box;
}
    .info_bottom th{
        font-weight: bold;
    }
    .info_bottom th, .info_bottom td{
        float: left;
        width: 100%;
    }
    .modal-content{
        width:70% !important;
    }
    .info_bottom td{
     padding-left: 15px;   
    }
    .qbutton.default {
    min-width: 80px;
    padding: 5px;
    height: auto;
    line-height: normal;
    }
    #loginmodal{
        text-align: left;
    }
	.page-id-16140 .full_section_inner
	{
		max-width:98%;
		margin:0px auto;
	}
}
@media only screen and ( max-width:640px )
{
    .right_b{      width: 100%;    }
	body .backlink { width: 100%; text-align: center;  padding: 10px 0;}
}
.right_b .refr{
    white-space: pre-wrap !important;
height: auto !important;
text-align: center !important;
line-height: 30px !important;
}
/* #img {
    max-width: 100%;
} */
.hovme{
    cursor: pointer;
}
.popover {
    position: absolute;
    background: #fff;
    width: 200px;
    padding: 10px;
    z-index: 999;
    border-radius: 5px;
    border: 3px solid #ccc;
    box-shadow: RGBA(0, 0, 0, 0.35) 2px 3px 4px;
    display: none;
}
.popover .qbutton {
    padding: 12px 10px;
    line-height: 2px;
    height: auto;
    margin: 10px auto !important;
    float: none;
}
.popover select, .popover input {
    width: 100%;
    box-sizing: border-box;
}
.popover::before {content: "";width: 0;height: 0px;background: transparent;position: absolute;top: -21px;border-top: 0 solid #EE7C31;border-left: 0 solid #F5D97B;border-bottom: 0 solid #ccc;border-right: 0 solid #8DB434;border-top-width: 10px;border-left-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-top-color: transparent;border-right-color: transparent;border-left-color: transparent;}
.backlink {
    width: 100%;
    text-align: right;
    padding: 10px 0;
}
.job-portal label, .job-portal input[type="text"] {
    float: left;
    width: 100%;
}
.job-portal form {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.job-portal form {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.job-portal input[type="submit"] {
    background: #0095da;
    color: #fff;
    border: 1px solid #ccc;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: Raleway,sans-serif;
    text-transform: uppercase;
    transition: all 400ms linear;
}
.job-portal input[type="text"] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.job-portal input[type="submit"]:hover {
    background: #5c2d91;
    cursor: pointer;
}
a.pop_lost_pwd {
    display: block;
    clear: both;
}
span.pop_lbl {
    float: left;
    width: 100%;
    line-height: 20px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 7px;
}
.pop_lost_pwd{
	line-height: 20px;
}
body .info_bottom select.select_spl:disabled {
    padding: 6px;
    min-height: 297px;
    min-width: 146px;
    overflow-y: hidden !important;
}
.info_bottom select.select_spl option {
    float: left;
    width: 100%;
    white-space: pre-wrap;
    padding: 5px;
}
select:-internal-list-box:disabled option:checked, select:-internal-list-box option:checked:disabled { color:red!important}
.upevents .qbutton.default {
    white-space: pre-wrap !important;
    text-align: center;
    margin: 20px 0;
    float: left;
    width: 100%;
    box-sizing: border-box !important;
    height: auto;
}
.right_b.upevents, .right_b.cme {
    min-height: 200px !important;
}
.ms-options-wrap button{
    white-space: pre-wrap !important;
}
.ms-options ul li{
    list-style-type: none;
}
.ms-options ul li label{
    padding-left: 20px !important;
}
.ms-options ul li label input {
    float: left;
    width: auto;
    margin-top: 8px;
}
.disah.select_spl.jqmsLoaded ~ .ms-options-wrap {
    pointer-events: none;
    float: left;
    width: auto;
    width: 142px !important;
    padding-left: 6px;
}
.ms-options-wrap > button{
    color: #666 !important;
    font-weight: bold;
}
.disah.select_spl.jqmsLoaded ~ .ms-options-wrap button {
    border: none;
}
.disah.select_spl.jqmsLoaded ~ .ms-options-wrap button::after {
display: none;
}
label[for="seek"], label[for="emp"] {
    float: left;
    width: 42%;
    display: block;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}
.close_popover::before {
    display: none;
}
.close_popover {
    cursor: pointer;
}
.popover .ms-options-wrap {
    margin-top: 20px;
}
.right_b.cme a {
    margin: 5px 0;
}
.abb {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.close_popover {
    float: right;
	font-size: 30px;
	
}
.white_outr {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
	border-bottom: 2px solid #f5f5f5;
}
.whit_btm
{
	float: left;
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom:50px;
}
.cert_sec.white_outr
{
	margin-bottom: 50px;
    padding-bottom: 30px;
}
.white_outr .right_b p, .whit_btm .right_b p {
    margin-top: 0px;
    font-size: 16px;
    color: #000;
}
.right_b h3, .whit_btm .right_b h3 {
    color: #a9a9a9;
    font-size: 16px;
}
.action_outr {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.left_icon {
    float: left;
    width: 23%;
    height: auto;
}
.rght_titl {
    float: left;
    width: 65%;
    height: auto;
	background: #fff;
    padding: 13px 20px;
	min-height: 54px;
}
.left_icon img {
    background: #682955;
	display: block;
}
.left_icon img:hover
{
	background: #CD2027;
}
.rght_titl h2 {
    font-size: 20px;
}
.cust_otr {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 25px !important;
}
.top_space {
    padding: 60px 0px;
}
/* .hom_titl h2 {
    margin-top: 13px;
} */
body .speciality_f
{
	display:block!important;
}
body .spl_ff .ms-options-wrap
{
	display:none;
}
.mbr_exp br {
    display: none;
}
.red_alrt 
{
	margin-bottom:0px;
}
span.hlp_txt {
    display: block;
    clear: both;
    font-size: 12px;
    text-transform: none;
}
.chnge_pic h2
{
	margin:0px;
}

/*Crop*/
.croppie-container {
	padding: 30px;
    box-sizing: border-box;
}
.croppie-container .cr-image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
    max-width: none;
}

.croppie-container .cr-boundary {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

.croppie-container .cr-viewport {
	position: absolute;
	border: 2px solid #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
	z-index: 0;
}
/* .croppie-container .cr-vp-circle {
	border-radius: 50%;
} */
.croppie-container .cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move;
}
.croppie-container .cr-slider-wrap {
	width: 75%;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}
.croppie-result {
	position: relative; 
	overflow: hidden;
}
.croppie-result img {
	position: absolute;
}
.croppie-container .cr-image,
.croppie-container .cr-overlay, 
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;/*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;/*required for proper track sizing in FF*/
    max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}
.cr-slider:focus {
    outline: none;
}
.crop_outr label
{
    display: block;
    clear: both;
    width: 100%;
    max-width: 100%;
    background: #bdbdbd;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 20px;
}
.crop_outr label input
{
	margin-left:10px;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
}
.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.cr-rotate-controls button {
    border: 0;
    background: none;
}
.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}
.cr-rotate-l i:before {
    content: '↺';
}
.cr-rotate-r i:before {
    content: '↻';
}
.cus_imgupload {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 50px 0px;
}
.croped_imgdiv
{
	display:none;
}
#upload-demo-i
{
	display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}
.upload-result
{
	display: block;
    color: rgb(255, 255, 255);
    border-color: #682955;
    font-style: normal;
    font-weight: 700;
    background-color: #682955;
    text-align: center;
    line-height: 40px;
    max-width: 200px;
    border: none;
    padding: 0px 20px;
    margin: 0px auto;
	cursor:pointer;
}
.crop_upimg
{
    display: block;
    color: rgb(255, 255, 255);
    border-color: rgb(92, 45, 145);
    font-style: normal;
    font-weight: 700;
    background-color: rgb(92, 45, 145);
    text-align: center;
    line-height: 40px;
    max-width: 200px;
    margin: 0px auto;
}
.crop_upimg:hover, .upload-result:hover, .updt_mail:hover
{
	background:#CD2027;
	color:#fff;
}
button#forgotpas:hover {
    background: #CD2027;
    border-color: #CD2027;
}

/*Crop*/
.updt_mail
{
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    background: #682955;
    text-align: center;
    line-height: 53px;
}
@media only screen and ( max-width:324px )
{
	body .rght_titl
	{
		min-height: 61px !important;
	}
}
@media only screen and ( max-width:1000px )
{
	.pro_img, body .rt
	{
		box-sizing: border-box;
		padding: 0px 20px;
	}
	body .left_icon img 
	{
		margin: 0px auto;
		max-width: 100%;
	}
}
@media only screen and ( max-width:767px )
{
	body .rght_titl
	{
		width:66%;
		padding: 5px 20px;
	}
	body .action_outr .vc_column-inner 
	{
		padding: 0px !important;
	}
	body .rght_titl h2 
	{
		font-size: 16px;
	}
	body .profile_outr
	{
		background-size: 800px auto !important;
		background-position: -380px bottom !important;
		padding-bottom: 100px !important;
	}
	body .footer_top
	{
		padding: 0px 0 52px;
	}
}
@media only screen and ( min-width:768px ) and ( max-width:1000px )
{
	body .top_space .vc_col-sm-4, body .top_space .vc_col-sm-8 
	{
		width: 100%;
	}
	body .top_space .vc_col-sm-4 .vc_column-inner, body .top_space .vc_col-sm-8 .vc_column-inner
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and ( min-width:1001px ) and ( max-width:1100px )
{
	body .rght_titl 
	{
		width: 64%;
		min-height: 45px;
	}
	body .rght_titl h2 
	{
		font-size: 18px;
	}
}