.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}
/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</div> times-circle**/
.sv_width{
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
    overflow: hidden;
	text-align:center;
	clear:both;
}
.sv_width2{
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
	text-align:center;
	clear:both;
}
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}

.give_error_no, .give_error_yes{
	margin:0 auto;
	position:fixed;
	transform:translate(-50%);
	left:50%;
	top:20px;
	display:inline-block;
	background:#333;
	color:#FFF;
	font-size:18px;
	padding:20px 40px;
	line-height:24px;
	border-radius:10px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:99999999;
	transition:ease-in-out 0.2s all;
	animation:error_animation 5s forwards;
	top:-200px;
}
.give_error_no i{
	color:#FF2F2F;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.give_error_yes i{
	color:#009100;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-times-circle"></i> Please fill in required fields.</div>**/

.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: inline-block;
    overflow: hidden;
    background: var(--p);
    color: #FFF;
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
	font-weight: 600;
    font-family: 'Poppins', 'Lato', Calibri, Arial, sans-serif;
}
.my_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
.my_btn3{
	background-color:#FF8000;
}
/**PageLoading**/

.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loader5.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loader5.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loader5.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	right:0px;
	bottom:0px;
	z-index:450;
}


.url_95_none{
	margin:0 auto;
	width:95%
}
.url_95_block{
	overflow:hidden;
	margin:0 auto;
	width:95%
}

.url_100{
	width:100%;
	/*overflow:hidden;*/
	clear:both;
	margin:0 auto;
}
.url_100_block{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.url_100_hide{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.url_95{
	/*overflow:hidden;*/
	margin:0 auto;
	width:95%;
}

.eba_foot_body{
	background:#004080;
    overflow: hidden;
}

.eba_foot_copy {
    overflow: hidden;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    background: #063e75;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}
.eba_bottom_logo {
    overflow: hidden;
    height: 40px;
    background: #042d56;
}
.eba_bottom_logo b {
    display: block;
    line-height: 40px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    color: #fff;
	text-transform:uppercase;
}
.eba_bottom_logo b i {
    font-size: 25px;
    font-family: "Courier New", Courier, monospace;
    display: inline-block;
    color: #fff;
}

.url_head2{
	display: flex;
    overflow: hidden;
    border-bottom: 1px solid #0062C4;
    background: #004080;
    padding: 10px 0;
    text-align: right;
    color: #CCC;
    font-size: 14px;
    /* line-height: 30px; */
    align-items: center;
}
.url_head2 a{
	display:inline-block;
	color:#FFF;
	font-size:16px;
	padding:0px 6px;
}
.url_head2 a i{
	margin-right:8px;
}
.url_head2 a:hover{
	text-decoration:underline;
}

/*------------Next-Prev-------*/
.next_n_p{
	overflow:hidden;
	padding:4px 0px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;
}
.next_next{
	color:#666;
}
.next_prev{
	color:#666;
}
.next_next:hover, .next_prev:hover{
	text-decoration:underline;
}
.next_yes_select{
	display:inline-block;
	padding:4px;
	margin:2px;
	border:1px solid #CCC;
	background:#fff;
	color:#000;
	width:25px;
	border-radius:2px;
}

.next_not_select{
	display:inline-block;
	padding:4px;
	margin:2px;
	border:1px solid #CCC;
	background:#004080;
	color:#fff;
	width:25px;
	border-radius:2px;
}
.next_not_select:hover{
	background-color:#fff;
	color:#000;
}