.form-control:focus{outline: none; box-shadow: none;}
:focus-visible{outline: none;}
.registrationbody {
	font: 75%/150% "Poppins", sans-serif;
	font-family: Poppins;
	background-color: #f1f1f1;
	color: #838383;
	overflow-x: hidden;
}

.row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}	
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}


registration-box.box-full {
	padding: 30px;
}

.registration-box {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	margin-bottom: 30px;
}
.registration-box .box-title {
	margin-bottom: 15px;
}
.registration-form label {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 3px;
	color: #737373;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #fff;
	background-color: #00263e;
	border-color: #002034;
}
.login_panel-title1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 17px;
	color: inherit;
	padding-left: 14px;
}
.form-control {
	display: block;
	width: 100%;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #131313;
	padding: 9px 15px;
}
.myarrow {
	position: relative;
}
.myarrow:before {
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: rgba(0, 38, 62, 1);
    pointer-events: none;
}
.Selectdd {
	border: 1px solid #ddd;
	width: 100%;
	height: 41px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 10px;
	font-size: 13px;
}
.full-width {
	width: 100% !important;
}
.reghead {
	background: #00263e;
	width: 100%;
	color: #FFF !important;
}
.reghead h4 {
	margin: 8px 0px 8px 0px;
	color: #FFF !important;
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
}


/* 2.2. Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.register_button, a.register_button {
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0 15px;
	white-space: nowrap;
}
.register_button.btn-large, a.register_button.btn-large {
	padding: 0 32px;
	height: 43px;
	font-size: 14px;
	line-height: 43px;
	font-family: Poppins !important;
	font-weight: 400;
}
.register_button {
	font-size: 0.9167em;
	font-weight: bold;
	background: #00263e;
	height: 34px;
	line-height: 34px;
}
.register_button:hover {
	background: #001a2a !important;
	color: #FFF;
}
.registration_section#content2 {
	min-height: 740px;
	text-align: left;
	background: #f1f1f1 none repeat scroll 0% 0%;
	padding: 1% 0px 0%;
}
.registration_tool_tip_bg {
	color: rgb(255, 0, 0);
}
.registrationrequire {
	padding: 0px 0px 10px 6px;
	font-size: 14px;
	color: #838383;
}
.registration_form-group {
	margin-bottom: 12px;
}
.regleftspace {
	padding-left: 0px;
}
.regrightspace {
	padding-right: 0px;
}


/*..................Start Tooltip CSS--------------------*/

.custooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}

.custooltip .top {
    min-width:270px; 
    top:-10px;
    left:50%;
    transform:translate(-19%, -100%);
    padding:10px 10px;
    color:#444444;
    background-color:#FFF;
    font-weight:normal;
    font-size:12px;
    border-radius:4px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.custooltip .top p {margin-bottom: 0px;}

.custooltip:hover .top {
    display:block;
}

.custooltip .top i {
    position:absolute;
    top:100%;
    left:20%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.custooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#fff;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

/*..................End Tooltip CSS--------------------*/


@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
	.registration-box {
		background-color: rgba(255, 255, 255, 1);
		padding: 20px;
		margin-bottom: 0px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}
@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media screen and (max-width: 767px) {
	.logo-mobfix {
		width: 165px;
	}
}