/*
* Table of Contents:
* 	   - Media Queries
*   0 - media screen and (max-width: 1170px)
*   1 - media screen and (max-width: 1152px)
*   2 - media screen and (max-width: 1024px)
*   3 - media screen and (max-width: 992px)
*   4 - media screen and (max-width: 800px)
*   5 - media screen and (max-width: 768px)
*   6 - media screen and (max-width: 728px)
*   7 - media screen and (max-width: 640px)
*   8 - media screen and (max-width: 500px)
*   9 - media screen and (max-width: 480px)
*  10 - media screen and (max-width: 414px)
*  11 - media screen and (max-width: 375px)
* 	12 - media screen and (max-width: 360px)
*  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/* 1.0 - Common Styles
---------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
a { color:#3594d3;
	outline: none;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	text-decoration: none;
	color: #0066a4;
}
.btn {
	outline: none;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.btn:hover {
	cursor: pointer;
}
h1 {
	color: #222;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	padding: 0px;
	margin: 0px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	color: #222;
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	margin: 0px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	padding: 0px;
	margin: 0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}
h5 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	color: #333;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}
h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}
.container {
	width: 68%;
	max-width: 1170px;
	padding: 0px;
}
p {
	font-weight: 400;
	color: #444444;
}
.yellow_text {
	color: #ffb71d;
}
h1.title_bar{color:#4a9fd7; font-size:30px;}
/*header section
---------------------------------------------------------------------- */
header {
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	float: left;
}
.logo {
	float: left;
	margin-top: 10px;
}
.logo a:first-child {
	float: left;
}
.logo a:last-child {
	margin: 18px 0 0 15px;
	float: left;
}
.brand_logo {
	padding: 0px 0;
	text-align: center;
}
.brand_logo span {
	display: block;
	color: #4a9fd7;
	font-family: 'Lato', sans-serif;
}
.brand_logo .title_name {
	display: inline-block;
}
.brand_logo h4 {
	font-size: 21px;
	line-height: 28px;
	color: #df8b3a;
	font-family: 'Lato', sans-serif;
}
.brand_logo a {
	display: inline-block;
	padding: 10px 5px;
}
.date_btn .btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 4px 25px;
	background-color: #eee;
	font-size: 15px;
	color: #000;
	border-color: #eee;
}
.date_btn {
	background-color: #df8b3a;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 0 7px;
	display: inline-block;
	margin-top: 10px;
}
.header_ryt {
	padding-top: 5px;
}
.ryt_logo {
	float: left;
}
.ryt_logo a:first-child {
	margin-right: 10px;
}
.header_contact {
	float: left;
	padding-top: 15px;
}
.call_us {
	float: left;
	padding-top: 5px;
}
.call_us i {
	background-color: #0184d2;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	margin: 10px 10px 0 0;
}
.call_us h5 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 18px;
	text-transform: uppercase;
}
.call_us a {
	font-weight: 700;
	color: #000;
}
.call_us a:hover {
	color: #014aa7;
}
.mail_us {
	float: left;
	margin-top: 20px;
}
.mail_us i {
	background-color: #0184d2;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	margin: 10px 10px;
}
.mail_us h5 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 18px;
	text-transform: uppercase;
}
.mail_us a {
	font-weight: 700;
	color: #000;
}
.mail_us a:hover {
	color: #014aa7;
}
/*navigation section
---------------------------------------------------------------------- */
.darkHeader {
	position: fixed;
	top: 0;
	z-index: 99999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
}
/*.navbar-expand-lg .navbar-collapse{ justify-content: center;}*/
.navigation_bar {
	background-color: #3594d3;
	float: left;
	width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 13px 9px;
}
.navbar {
	padding: 0px;
}
.navbar-nav li.active a {
	background-color: #df8b3a;
}
.navbar-nav li a:hover {
	background-color: #df8b3a;
}
.navbar-nav li a:focus {
	background-color: #df8b3a;
}
.navigation_bar .dropdown-menu {
	background-color: rgba(223, 139, 58, 0.95);
	border-radius: 0;
	width: 250px;
	margin: 0px 0px;
	border: 0px;
	padding: 0px 15px; z-index:99999;
}
.navigation_bar .dropdown-item {
	color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid #f5b16f;
	font-size: 14px;
	white-space: normal;
}
.navigation_bar ul li:last-child a.dropdown-item{
	border-bottom: 0px;
}
.navigation_bar .dropdown-item:hover {
	background-color: transparent;
}
/*.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {   
    pointer-events: none;
}*/

/*banner section
---------------------------------------------------------------------- */
#banner {
	float: left;
	width: 100%;
	background-color: #eee;
	padding: 15px 0;
}
#banner .container {
	position: relative;
}
.banner_text {
	position: absolute;
	left: 0;
	bottom: 50px;
	text-align: left;/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
	z-index: 9999;
}
.text_box {
	background-color: rgba(74, 159, 215, .90);
	padding: 15px 25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	margin: 0 auto;
}
.text_box h1 {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	margin-bottom: 30px;
}
.text_box h1 span {
	font-size: 56px!important;
	font-weight: 700!important;
	line-height: 60px!important;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 9999;
}
.text_box h4 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.text_box .yellow_text {
	font-weight: 700;
	font-size: 29px;
	text-transform: uppercase;
	line-height: 36px;
	margin-top: 7px;
}
.para_text {
	margin-top: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 0px;
}
.para_text h1 {
	color: #fff;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 36px;
}
.para_text i {
	font-size: 30px;
	color: #fff;
	padding-right: 10px;
	float: left;
}
/*mid section
---------------------------------------------------------------------- */
.ccr_section {
	float: left;
	width: 100%;
	padding: 0px 0;
}
.registration_section h5 {
	font-size: 21px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.bg_green {
	background-color: #02b556;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.registration_section {
	font-size: 18px;
	color: #555;
}
.box_shadow {
	-webkit-box-shadow: 0px 8px 12px -1px rgba(58,64,91,0.1);
	-moz-box-shadow: 0px 8px 12px -1px rgba(58,64,91,0.1);
	box-shadow: 0px 8px 12px -1px rgba(58,64,91,0.1);
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-bottom: 30px;
	border: 1px solid #ddd;
}
.registration_section th {
	font-size: 16px;
	text-transform: uppercase;
}
.registration_section td {
	font-size: 15px;
}
.registration_section p {
	font-size: 15px;
}
.bg_green {
	background-color: #02b557;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.bg_blue {
	background-color: #4a9fd7;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.bg_pink {
	background-color: #cd3e70;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.blue_t {
	color: #3594d3;
	font-size: 18px;
	font-weight: 600;
}
.s_text {
	font-size: 16px;
}
.register_btn {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px auto 0;
	background-color: #df8b3a;
	color: #fff;
	border-color: #df8b3a;
}
.register_btn:hover {
	background-color: #4a9fd7;
	border-color: #4a9fd7;
	color: #fff;
}
.registration_section h4 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ccr_section ul {
	list-style: disc;
	padding: 10px 15px;
	margin-bottom: 0px;
}
.ccr_section ul li {
	font-size: 14px;
	color: #222;
	padding: 5px 0;
}
.box_shadow2 {
	border-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*FIRST ANNOUNCEMENT section
---------------------------------------------------------------------- */


.important_registration {
	background-color: #fcdfb9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
}
.important_registration h4 {
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #df8b3a;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.no_square {
	list-style: none!important;
	padding: 0px 0 0 20px!important;
}
.no_square li i {
	margin-left: -20px;
	font-size: 8px;
	color: #995310;
	border: 1px solid #995310;
	height: 15px;
	width: 15px;
	text-align: center;
	padding-top: 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 5px;
	padding-left: 2px;
	float: left;
	margin-top: 5px;
}
.no_square li span {
	background-color: #df8b3a;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 10px;
	margin-top: 5px;
}
.no_square li {
	padding: 8px 0!important;
}
.dis_flex {
	display: flex;
	flex-wrap: wrap;
}
/*First Announcement  section
---------------------------------------------------------------------- */
.blue_background {
	background-color: #4a9fd7;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.blue_background h4 {
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.blue_background h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
	padding-top: 0;
}
.blue_background p {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}
.blue_background tr th, .blue_background tr td {
	border-top: 0px;
	vertical-align: middle;
}
.blue_background tr th {
	font-size: 18px;
}
.blue_background table {
	margin-bottom: 0px;
}
/*Author Timeline section
---------------------------------------------------------------------- */
.author_left {
	padding: 20px;
	background-color: #ebebeb;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.author_left h4 {
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.topic_box li {
	padding: 5px 0!important;
}
/*footer
---------------------------------------------------------------------- */
.footer_section {
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer_section ul {
	list-style: square;
	color: #6e8595;
	padding: 0px 15px;
}
.footer_section ul li {
	color: #6e8595;
}
.footer_section ul li a{ color:#222;}
.contact_details a {
	padding: 0px 0 0 0;
	font-weight: 700;
	font-size: 14px; color:#222;
}
.contact_details a:hover{ color:#3594d3;}
.footer_section a:hover{ color:#3594d3;}
.footer_section p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.footer_section h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	border-left: 4px solid #df8b3a;
	line-height: 20px;
	padding: 0px 0 0 10px;
	margin-bottom: 25px;
}
.contact_details a i {
	font-size: 16px;
	color: #6e8595;
	margin-right: 5px;
}
/*footer section
---------------------------------------------------------------------- */
.footer {
	background-color: #222;
	text-align: center;
	padding: 14px 0;
	text-transform: uppercase;
	color: #999999;
	float: left;
	width: 100%;
	font-size: 14px;
}








/*inner pages section
---------------------------------------------------------------------- */
.contact_details .form-control{ border-radius:0px; font-size:13px;}
.inner_banner{ position:relative; text-align:center;}
.inner_btext{ position:absolute; top:0px; bottom:0; left:0; right:0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.inner_btext h1{ color:#fff; text-transform:uppercase;}
.banner_bottom{ background-color:#df8b3a; padding:12px 0; color:#fff; font-size:18px; text-align:center; float:left; width:100%; font-weight:400;}
.bg-primary th, .bg-primary td{ color:#fff;}

.border_bottom{ border-bottom:1px solid #ddd;}
.ccr_main_section{ float:left; width:100%;}








/*media query start
---------------------------------------------------------------------- */

 @media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	padding: 0 15px;
}
.navbar-nav {
	display: inline-block;
}
.navbar-nav li {
	float: left;
}
.banner_text {
	left: 15px;
}
}
 @media screen and (max-width:980px) {
.navigation_bar .navbar-toggler {
	color: #fff;
	padding: 10px 0;
}
.blue_background {
	width: 100%;
	margin: 20px 0;
}
.important_registration {
	width: 100%;
}
.author_left {
	width: 100%;
}
.navbar-nav li {
	float: none;
}
.navbar-nav {
	width: 100%;
}
.navigation_bar .dropdown-menu {
	width: 100%;
}
button:focus {
	outline: none;
}
.topic_box {
	margin-bottom: 30px;
}
}
 @media screen and (max-width:800px) {
.logo {
	float: left;
	margin-top: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #999;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.brand_logo {
	width: 100%;
}
.brand_logo a {
	position: absolute;
	top: 5px;
	right: 15px;
}
}
 @media screen and (max-width:767px) {
.topic_box {
	margin-bottom: 0px;
}
.contact_details {
	margin: 30px 0;
}
}
 @media screen and (max-width:640px) {
.para_text h1 {
	font-size: 20px;
	line-height: 24px;
}
.para_text {
	font-size: 14px;
	line-height: 20px;
}
.text_box {
	padding: 10px 15px;
}
}
 @media screen and (max-width:500px) {
.brand_logo h4 {
	font-size: 16px;
	line-height: 20px;
}
}
 @media screen and (max-width:480px) {
.banner_text {
	position: static;
}
.para_text br {
	display: none;
}
.para_text i {
	margin-bottom: 20px;
}
}
 @media screen and (max-width:414px) {
.logo a:first-child {
	float: left;
	width: 60px;
}
.logo a:last-child {
	margin: 5px 0 0 10px;
	float: left;
}
.brand_logo a {
	position: absolute;
	top: 15px;
	width: 60px;
	padding: 0;
}
.logo a:last-child {
	margin: 10px 0 0 10px;
	float: left;
	width: 160px;
}
}
 @media screen and (max-width:320px) {
.logo a:last-child {
	margin: 10px 0 0 5px;
}
.date_btn .btn {
	padding: 4px 20px;
}
.para_text i {
	font-size: 24px;
}
}



.welcome-container{
	/* box-shadow: 1px 4px 35px #ebebeb; */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	padding-bottom: 10px;
	background: url(../images/bg.jpg);
}

#form1 {
    padding: 20px;
}

header {
    float: initial !important;
}

.first-p {
    margin: 0;
	font-weight: 600;
	text-align: end;
}

.first-p .registration-btn{
	background: #90afc5;
	display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
	box-shadow: 1px 18px 26px -12px rgb(144 175 197 / 62%);
}

.first-p .registration-btn:hover{
box-shadow: none;
}

.form-control:focus {
    color: #26bd48;
    background-color: #fff;
    outline: 0;
    box-shadow: 1px 4px 34px #fbefef;
	border-color: #cccc;
}

.form-control {
	border: 2px solid #dadada;
    height: initial !important;
    font-size: 14px;
	padding: 10px;
}

.row-2, .row-1 {
    padding-top: 12px;
}

.btn-submit{
	font-size: 14px;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: radial-gradient( 100% 100% at 100% 0%, #0f3e50 0%, #196583 100% );
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    padding: 10px 20px;
    border-radius: 0.3em;
    color: #fff;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.btn-submit:hover {
	box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
	transform: translateY(-0.1em);
  }
  

  .btn-submit:active {
	box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
	transform: translateY(0em);
  }

  .reset{
	font-size: 14px;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: radial-gradient( 100% 100% at 100% 0%, #222222 0%, #082936 100% );
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    padding: 10px 20px;
    border-radius: 0.3em;
    color: #fff;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
  }

  .reset:hover {
	box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #0a0f33;
	transform: translateY(-0.1em);
  }
  

  .hrader-img{
	width: 100%;
  }

  .heading-box{
    padding: 8px;
    background: #1995ad!important;
  }

 

  .form-group label {
    font-weight: 600;
    font-size: 14px !important;
	color: #646464;
}

/* .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
} */

.top-row {
	padding: 20px;
}
.top-row h3{
	color: #7a2048;
    font-weight: 700;
    font-size: 26px;
}

.login-row{
	padding-top: 0;
    padding-bottom: 0;
}

.form-check {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
}

.contact-lable{
	font-weight: 700;
    font-size: 16px !important;
}

.input-group-text {
    background: #0e3e4e;
    color: #fff;
    font-size: 12px;
	border: 1px solid #0e3e4e;
}

.back-page {
    padding: 20px;
	text-align: center;
}

#login_form, .login_form{
	position: relative;
	width: 52%;
    margin: 37px auto;
	margin-top: 0;
	padding: 20px;
	box-shadow: 1px 4px 35px #ebebeb;
	background: #fff;
	
}


.login-heading h2{
	position: relative;
    text-align: center;
    display: inline-block;
}

.login-heading {
	margin-bottom: 14px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #00008b00, #d1d1d1,#00008b00) 1;
}


.sucsess{
	background: #80669d !important;
}

hr {
    margin-top: 2rem;
	border-image: linear-gradient(to right, #00008b00, #0e3e4e,#00008b00) 1;
}

.forget-btn{
	background-color: #fff;
    margin: -30px auto 0 auto;
    position: relative;
    display: block;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 2px 22px;
	transition: all 400ms ease;
}

.forget-btn:hover{
	background-color: #fff;
	opacity: 1;
	color: red;
}

@media (max-width:1366px) {
	#login_form{
		width: 65%;
	}
}

@media (max-width:1024px) {
	#login_form, .login_form{
		width: 90%;
	}
}

@media (max-width:845px){

	#login_form .btn-submit{
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width:525px){
	.container {
		max-width: 100%;
		padding: 0 0px;
		width: 90%;
	}

	h2 {
		font-size: 18px !important;
	}

	.dashboard .bg-step {
		padding: 16px !important;
		font-size: 16px;
		margin: 0;
	}
}

.name-tag {
	display: block;
    background: #fff;
    border: 1px dashed #175474;
    padding: 16px;
    margin-top: -46px;
    font-size: 24px;
    margin-bottom: 26px;
    box-shadow: 1px 4px 35px #ebebeb;
}

.mt40{
	margin: 50px auto;
}
.dashboard 
.bg-step {
    padding: 18px !important;
	font-size: 20px;
}

.bg-step
{
	background-color: #4392da!important;
}

.registration-body{
	padding: 32px;
}

.table-responsive {
    background: #fff;
}

.reset:hover{
	color: #fff;
}

.button-box{
	gap: 10px;
	justify-content: center;
}

#viewp table tbody tr td{
	font-weight: 500;
	font-size: 16px;
    color: #000;
} 

#viewp table tbody tr td:nth-child(1){
	font-size: 16px;
    font-weight: 700;
    color: #0e3d50;
}

.border {
    border: 1px solid #0e3d50 !important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #0e3d50 !important;
}

.btn-box{
	display: flex;
	justify-content: center;
}

.dashboard a:hover{
	transform: scale(1.1);
}

.file-control {
    padding: 8px;
}

.btn:hover{
	color: #fff !important;
}

#pay_options_row {
    gap: 18px;
}

h6 a{
	color: #003466;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dashed;
}


.payment-box {
	box-shadow: 0px 4px 30px #e3e3e3;
    padding: 35px;
    margin: 30px auto;
    text-align: center;
    margin-top: 100px;
    border-radius: 80px 0 80px 0;
    background-color: #fff;
    width: 58%;
}

.payment-box img{
	margin-bottom: 26px;
    margin-top: -78px;
    background: #fff;
    border-radius: 100%;
}

.update-color{
    background:#7BD3EA !important;
}


.radio{
   display: flex;
   gap: 38px;
   margin-left: 8px;
}