.exam-content {
    background: #F05654;
}
.exam-content p {
    font-size: 17px;
}
.center-content h6 {
    font-weight: 400;
    font-family: "ProximaNova-regular";
    margin-top: 2%;
}
.mt-100 {
    margin-top: -100px;
}
.login-form {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #27abd1;
}
.login-icon {
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 100px;
    margin: -90px auto 15px;
    display: flex;
}
.login-icon img {
    width: 45px;
    margin: auto;
    display: block;
}
select option:first-child {
   display:none;
}
.field-icon {
    float: right;
    margin-top: -24px;
    position: relative;
    z-index: 2;
    right: 0px;
    color: #b2adad;
}
.center-heading-resp {
    margin-top: 2%;
}
table th, table td {
    text-align: center;
}
footer {
    background-color: #313030;
    color: #cecece;
    padding: 6px 0px;
    margin-top: 7%;
}
footer p {
    font-size: 14px;
    margin-bottom: 0;
}
footer p a {
    color: #cecece;
}
footer p a:hover {
    text-decoration: none;
    color: #cecece;
}
.overlay-popup-bg .content h4 {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
}
.mob-txt {
    display: none;
}

@media (max-width: 500px) {
    .center-heading {
        margin: 2px auto;
    }
    .center-content h6 {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .center-heading-resp {
        margin-top: 0%;
    }

/*
    .center-content h6 {
        background: rgba(0,0,0,0.6);
        padding: 0px 10px;
    }
*/
}
@media (max-width: 600px) {
    .des-txt {
        display: none;
    }
    .mob-txt {
        display: block;
        font-size: 14px;
        text-align: center;
        margin-top: 5%;
        padding: 5px 15px;
    }
    .mob-txt h6 {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .center-content h6 {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .mt-100 {
        margin-top: 60px;
    }
/*
    .center-content h6 {
        background: rgba(0,0,0,0.6);
        padding: 2px 10px;
    }
*/
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .center-content h6 {
        margin-top: 0%;
        font-size: 14px;
    }
}
@media (width: 1024px) { 
    .center-content {
        position: absolute !important;
        top: 122px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1368px) {
    .center-content {
        position: absolute !important;
        top: 22%;
    }
}
/************** SIMPLE POPUP *******************/
.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
    font-family: "ProximaNova-regular";
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
	margin-top: 5%;
	text-align: center;
/*	font-weight: bold;*/
}
.popup .content h3 {
    font-size: 18px;
/*    font-family: "Poppins-Regular";*/
}
.popup .content a {
    font-size: 15px;
/*    font-family: "Poppins-Light";*/
}
.popup .content .btn {
    font-size: 14px;
}
.popup .content a:hover {
    text-decoration: none;
}
@media (max-width: 992px) {
    .popup {
        width: 70%;
    }
}
