* {
    margin: 0px;
    padding: 0px;
}


body,
html {
    height: 100%;
}

.clear {
    clear: both;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}

p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

form {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}

input[type=text],
input[type=password],
input[type=checkbox] {
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 5px;
    outline: none;
	/*width: 100%; */
}

textarea {
    border: 1px solid #ddd;
    outline: none;
}

input[type="button"] {
    background-color: #fff;
    color: #fc6f6f;
}

input[type=button] {
    background-color: #fff;
    color: #fc6f6f;
    font-size: 14px;
}


input[type=reset],
input[type=submit] {


font-size: 12px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}





/*input[type=submit] {
    background-color: #fff;
    color: #fc6f6f;
    font-size: 12px;
} */

input[type=radio] {
    margin-right: 10px !important;
   
    height: 17px;
    width: 17px;
   
   
}
}

input[type=text] {
    width: 100%;
    
}

select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f5f5 url(../img/selectbg.jpg) no-repeat;
    background-position: right center;
}

input[type=file] {
    display: block;
    margin: 10px 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
   /* background: url(../img/bg.png) repeat; 8*/
   background:#f5f5f5;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    color: #019b95;
}

h3 {
    font-size: 18px;
    color: #019b95;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
    letter-spacing: 1px;
}

h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #019b95;
    margin: 10px 0px;
    letter-spacing: 1px;
}

h5 {
    color: #019b95;
    margin: 30px 0px 5px 0px;
}

.full-width-container {
    width: 100%;
    height: auto;
}

.navsticky {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.sticky .top_header {
    display: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sticky .logo {
    width: 130px !important;
    height: 130px;
    margin: 15px auto 0px 0px;
    position: absolute;
    top: 8px;
    z-index: 99999;
}

.sticky .logo img {
    width: 100%;
}

.sticky .banner {
    width: 100%;
    height: 78px;
    background: #fff;
    margin: 0px auto;
    border-bottom: 0px solid #54b6b2;
}

.sticky .inner_banner {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255, 0.5);
    background: transparent;
    background-position: top;
    background-size: cover;
    margin: 0px auto;
    border-bottom: 0px solid #54b6b2;
}

.sticky .menu {
    width: auto;
    height: auto;
    margin: 0px auto;
    position: relative;
    z-index: 999999;
    float: right;
    top: -55px;
}

.full-width-container .top_header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d9d9d9;
    margin: 0px auto;
}

.content_container {
    width: 1180px;
    height: auto;
    height: auto;
    margin: 0px auto;
    padding: 0px 10px;
}

.content_container_bottom .bottomadd {
    width: 845px;
    height: 90px;
    margin-left: 67px;
    margin: 0px 123px 71px 62px;
}

.content_container .language {
    border: none;
    outline: none;
    padding: 5px 10px;
    margin-top: 6;
    background-color: #f3f3f3;
    color: #929292;
}

.content_container .loginlinks {
    display: block;
    position: absolute;
    top: 0px;
    width: 975px;
    text-align: right;
}

.loginlinks a {
    font-size: 12px;
    padding: 0px 5px;
    color: #019B95;
}

.loginlinks a:hover {
    text-decoration: none;
    color: #fc6f6f;
}

.content_container .social {
    width: auto;
    height: 30px;
    float: right;
}

.social-icons {
    width: auto;
    height: 30px;
}

.social-icons li {
    width: 40px;
    height: 30px;
    display: inline-block;
    list-style-type: none;
    border-right: 1px solid #ddd;
}

.social-icons li:first-child {
    border-left: 1px solid #ddd;
}

.social-icons li:last-child {
    border-right: 1px solid #ddd;
}

.social-icons li .fb {
    width: 25px;
    height: 25px;
    background: url(../img/social.png) no-repeat 0px 0px;
    display: block;
    position: relative;
    top: 2px;
    left: 7px;
}

.social-icons li .fb:hover {
    background-position: 0px -25px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.social-icons li .twitter {
    width: 25px;
    height: 25px;
    background: url(../img/social.png) no-repeat -25px 0px;
    display: block;
    position: relative;
    top: 2px;
    left: 7px;
}

.social-icons li .twitter:hover {
    background-position: -25px -25px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.social-icons li .google {
    width: 25px;
    height: 25px;
    background: url(../img/social.png) no-repeat -50px 0px;
    display: block;
    position: relative;
    top: 2x;
    left: 7px;
}

.social-icons li .google:hover {
    background-position: -50px -25px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.social-icons li .lnkedin {
    width: 25px;
    height: 25px;
    background: url(../img/social.png) no-repeat -75px 0px;
    display: block;
    position: relative;
    top: 2px;
    left: 7px;
}

.social-icons li .lnkedin:hover {
    background-position: -75px -25px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.banner {
    width: 100%;
    height: 80px;
    background: url(../img/banner_bg.png) no-repeat;
    background-position: top;
    background-size: cover;
    margin: 0px auto;
    border-bottom: 3px solid #54b6b2;
}

.inner_banner {
    width: 100%;
    height: 72px;
    background: #fff url(../img/banner_bg.png) no-repeat;
    background-position: top;
    background-size: cover;
    margin: 0px auto;
    border-bottom: 3px solid #54b6b2;
}

.logo_section {
    width: auto;
    height: 75px;
    float: left;
}

.logo_section .logo {
   height:45px;
    width: 170px;
    float: left;
    margin-top: 15px;
}

.logo img {
    width: 100%;
    float: left;
}

.logo_section .search {
    float: right;
    margin: 30px 0px 0px 10px;
    width: 260px;
    display: none;
}

.search input[type=search] {
    width: 260px;
    background: transparent;
    border: 1px solid #75a4a2;
    outline: none;
    padding: 9px 5px;
}

.search .search-icon {
    width: 24px;
    height: 25px;
    float: right;
    position: relative;
    right: 8px;
    top: -25px;
}

.menu {
    width: auto;
    height: auto;
    margin: 0px auto;
    position: relative;
    z-index: 999999;
    float: right;
    top: -50px;
}

.content_container .exams_section {
    width: 100%;
    float: left;
    margin: 150px 0px 30px 0px;
}

.student_exams {
    width: 280px;
    height: 300px;
    padding: 5px;
    background-color: #fff;
    float: left;
    margin-right: 16px;
    float: left;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.student_exams img {
    width: 100%;
}

.student_exams h4 {
    text-align: center;
    margin: 10px 0px;
}

.student_exams .examsp {
    height: 41px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: clip;
}

.student_exams a {
    color: #fc6f6f;
    text-align: right;
    float: right;
    margin: -5px 10px 0px 0px;
}

.student_exams:hover {
    background-color: #EBFDFB;
    transform: scale(1.1, 1.1);
}

.content_container .exams_section {
    width: 100%;
    float: left;
}

.employment_exams {
    width: 280px;
    height: 300px;
    padding: 5px;
    background-color: #fff;
    float: left;
    margin-right: 16px;
    float: left;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.employment_exams img {
    width: 100%;
}

.employment_exams h4 {
    text-align: center;
    margin: 10px 0px;
}

.employment_exams .examsp {
    height: 41px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: clip;
}

.employment_exams a {
    color: #fc6f6f;
    text-align: right;
    float: right;
    margin: -5px 10px 0px 0px;
}

.employment_exams:hover {
    background-color: #EBFDFB;
    transform: scale(1.1, 1.1);
}

.content_container .exams_section {
    width: 100%;
    float: left;
}

.companies_exams {
    width: 280px;
    height: 300px;
    margin-right: 16px;
    padding: 5px;
    background-color: #fff;
    float: left;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.companies_exams img {
    width: 100%;
}

.companies_exams h4 {
    text-align: center;
    margin: 10px 0px;
}

.companies_exams .examsp {
    height: 41px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: clip;
}

.companies_exams a {
    color: #fc6f6f;
    text-align: right;
    float: right;
    margin: -5px 10px 0px 0px;
}

.companies_exams:hover {
    background-color: #EBFDFB;
    transform: scale(1.1, 1.1);
}

.test-exams-title {
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 40px;
    color: #251d1d;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
}

.test-exams-title .lines {
    display: block;
    width: 300px;
    height: 10px;
    float: left;
    background: url(../img/threelines.png) repeat-x;
    line-height: 57px;
    margin-top: 25px;
}

.test-exams-title .lines2 {
    display: block;
    width: 300px;
    height: 10px;
    float: right;
    background: url(../img/threelines.png) repeat-x;
    line-height: 57px;
    margin-top: 25px;
}

.Inpage-title {
    width: auto;
    height: 57px;
    line-height: 40px;
    font-size: 30px;
    text-transform: uppercase;
    color: #251d1d;
    text-align: center;
    letter-spacing: 2px;
    margin: 150px auto 15px auto;
}

.Inpage-title:after {
    content: "";
    display: block;
    width: 400px;
    height: 2px;
    background-color: #ddd;
    position: relative;
    top: 5px;
    margin: 0px auto;
}

.Inpage-title1 {
    width: auto;
    height: 57px;
    line-height: 40px;
    font-size: 30px;
    text-transform: uppercase;
    color: #251d1d;
    text-align: center;
    letter-spacing: 2px;
    margin: 40px auto 15px auto;
}

.Inpage-title1:after {
    display: block;
    width: 400px;
    height: 2px;
    background-color: #ddd;
    position: relative;
    top: 5px;
    margin: 0px auto;
}

.about_us {
   margin-top: 170px;
    background: #fff;
    padding: 20px;
    border: 2px solid #54b6b2;
    box-sizing: border-box;
}

.educational {
    width: 150px;
    height: 342px;
    border: 1px solid #dbdbdb;
    float: left;
    margin: 20px 20px 30px 0px;
    padding: 10px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.educational exam_list {
    font-size: 16px;
    text-align: center;
    height: 10px;
}

.educational:last-child {
    margin: 20px 0px 30px 0px;
}

.educational img {
    margin: 0px auto;
    display: block;
}

.educational_us {
    margin-top: 170px;
    background: rgba(76, 175, 80, 0.1);
    padding: 20px;
    border: 2px solid #54b6b2;
    box-sizing: border-box;
}

.viewbutton {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border: 1px solid #fc6f6f;
    border-radius: 5px;
    color: #fc6f6f;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px auto;
}

.viewbutton:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #fc6f6f;
}

.educational:hover {
    background-color: #fff;
    border: 1px solid #019b95;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.testimonials {
    width: 100%;
    padding: 15px 0px;
    margin: 20px 0px;
    background: #08716a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #d0e6e7, #08716a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #d0e6e7, #08716a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    
/*    background: url(../img/testimonialbg2.jpg) no-repeat;*/
    background-size: cover;
    background-position: left top;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

.testimonials .testimonial-title {
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
}

.testimonials .testi_content {
    width: 600px;
    font-size: 16px;
    color: #5d5d5d;
    float: left;
    line-height: 30px;
}

.testimonial_photo {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    float: right;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.testphot0_Section {
    width: 250px;
    float: right;
}

.testimonials .name {
    width: 100%;
    text-align: right;
    float: right;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-top: 10px;
    height: 10px;
}

.testimonials .designation {
    color: #A9A9A9;
    text-align: right;
    float: right;
}

.testimonialtext {
    width: 960px;
    margin: 0 auto;
}

.footer {
   /* width: 100%;
    height: 164px;
    color: #000;
    background: url(../img/footer_bg.png) repeat-x;
    bottom: 0;*/
    
    height:55px;
    right:0;
    bottom:0;
    left:0 ;
    position:fixed;
    background:#019b95;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:auto;
    color:#fff;
}




.footer .footer_menu {
    width: 60%;
    height: 70px;
    float: left;
    margin-top: 20px;
    margin-left:50px;
}

.footer_menu ul {
    width: 100%;
    color: #C1BFBF;
}

.footer_menu ul li {
    list-style: none;
    display: inline-block;
}

.footer_menu ul li a {
    font-size: 12px;
    color: #FFF;
    padding: 0px 10px;
}

.footer_menu ul li a:hover {
    text-decoration: none;
    color: #fc6f6f;
}

.social_footer {
    width: auto;
    height: auto;
    float: right;
    text-align: center;
    margin-top: 20px;
    margin-right: 50px;
}

.social_footer span {
    font-size: 16px;
    color: #000;
}

.social_footer ul {
    width: auto
}

.social_footer ul li {
    list-style: none;
    display: inline-block;
    float: left;
}

.social_footer ul li:hover {
    background-color: #fff;
}

.social_footer ul li a {}

.social_footer ul li a img {
    width: 25px;
    height: 25px;
    margin-right: 2px;
    display: block;
}

.copyrights {
    font-size: 12px;
    color: #000;
    float: left;
    margin-left:60px;
}

.createby {
    float: right;
    margin-right:50px;
}

.createby a {
    color: #019B95;
}

.createby a:hover {
    color: #fc6f6f;
}

.top {
    width: 101px;
    margin: 0px auto;
    background: url(../img/top_bg.png) no-repeat;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 43px;
    margin-top: -7px;
}

.top a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.login-container {
    width: 417px;
    border-radius: 10px;
    margin: 150px auto 200px auto;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    display: table;
    padding-bottom: 20px;
}

.login-container .login_title {
    width: 100%;
    height: 47px;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 47px;
    background-color: #54B6B2;
    border-radius: 10px 10px 0px 0px;
    border: none;
    outline: none;
}

.login_title span {
    color: #000;
}

.loginfrm {
    width: 300px;
    margin: 0 auto;
}

.validation {
    text-align: center;
    color: #F70101;
    font-size: 14px;
    font-weight: normal;
}

.success {
    color: #019B1B !important;
}

.login-container .email {
    height: 40px;
    margin: 10px auto 15px auto;
}

.email input[type=text] {
    height: 40px;
    border: 1px solid #019b95;
    border-radius: 5px;
    padding: 10px 5px 10px 50px;
    outline: none;
}

.login-container .email:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #019b95;
    background: url(../img/emilbox.png) no-repeat;
    position: absolute;
}

.login-container .password {
    height: 40px;
    ;
    margin: 0px auto 15px auto;
}

.login-container .password:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #019b95;
    background: url(../img/password.png) no-repeat;
    position: absolute;
}

.password input[type=password] {
    width: 280px;
    height: 40px;
    border: 1px solid #019b95;
    border-radius: 5px;
    padding: 10px 5px 10px 50px;
    outline: none;
}

.remember {
    height: 40px;
    margin: 0px auto;
    text-align: left;
}

.remember input[type=checkbox] {
    float: left;
    margin: 0px 10px 0px 0px;
}

.creataccount {
    width: 300px;
    display: table;
    margin: 0 auto;
}

.login_button {
    width: 75px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: right;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fc6f6f;
    outline: none;
    text-transform: uppercase;
}

.login_button:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #fc6f6f !important;
}

.createaccount {
    float: left;
    margin: 20px 0px;
}

.networkbtns {
    margin: 10px auto;
}

.networkbtns a {
    float: left;
}

.forgotpass {
    text-align: center;
    margin: 10px auto;
}

.forgotpass a {
    color: #54B6B2;
}

.forgotpass .signup {
    margin-left: 10px;
    text-decoration: underline;
}

.orfb {
    padding: 4px;
    background-color: #019b95;
    color: #fff;
    font-size: 9px;
    border-radius: 100%;
    border: 4px solid #fff;
    float: left;
    margin: 15px 0px 0px 10px;
}

.login-container .forgotp {
    text-align: center;
    color: #019b95;
    margin: 10px;
    display: block;
}

.login-container .fblogin {
    margin: 4px 0px;
    color: #fff;
    border-radius: 5px;
    float: let;
}

.networkbtns .gplus {
    margin-left: 28px;
}

.fblogin img {
    width: 53px;
    float: left;
    margin: 15px 0px 0px 10px;
}

.signup-container {
    width: 100%;
    height: auto;
    margin: 180px auto 20px 0px;
}

.signup-container .left_signup {
    width: 450px;
    float: left;
}

.left_signup p {
    color: #595959;
}

.socialbutton {
    text-align: center;
}

.signup-container .signup_right {
    border: 1px solid #000;
    width: 417px;
    float: right;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding-bottom: 10px;
}

.singup_title {
    width: 100%;
    height: 47px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    background-color: #54B6B2;
    border-radius: 10px 10px 0px 0px;
    border: none;
    outline: none;
}

.singup_title span {
    color: #000;
}

.singup_inner {
    width: 100%;
    height: auto;
    padding: 10px;
}

.singup_inner img:first-child {
    margin: 10px 10px 10px 10px;
    float: left;
    width: 177px;
}

.singup_inner .or {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #019b95;
    margin-top: 10px;
}

.or span {
    padding: 5px;
    background-color: #019b95;
    color: #fff;
    border-radius: 100%;
    position: relative;
    top: 10px;
    left: 180px;
}

.singup_inner .sign_table {
    width: 100%;
    height: auto;
    margin-top: 30px;
    color: #595959;
    font-size: 12px;
}

.sign_table tr {}

.sign_table tr td {
    padding: 5px;
    vertical-align: middle;
}

.sign_table tr td:first-child {
    text-align: right;
    width: 150px;
}

.sign_table input[type=text] {
    width: 200px;
}

.sign_table input[type=password] {
    width: 200px;
}

.sign_table select {
    width: 200px;
}

.sign_table .create_button {
    border: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #fc6f6f;
    border-radius: 5px;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    outline: 0px;
}

.create_button:hover {
    background-color: #019b95;
    color: #fff;
    text-decoration: none;
}

.left_nav {
    width: 185px;
    height: auto;
    float: left;
    margin: 150px 0px 0px 0px;
}

.user-dash_right {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #019B95;
    height: 73px;
    line-height: 18px;
    padding: 5px;
}

.user-dash {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #fc6f6f;
    height: 40px;
    line-height: 40px;
}

.left_nav ul {
    width: 100%;
   /* margin-bottom:100px;*/
}

.left_nav ul li {
    list-style-type: none;
    background-color: #fff;
}

.left_nav ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background: url(../img/arrow.png) no-repeat;
    position: relative;
    top: 18px;
    left: 10px;
    float: left;
}

.left_nav ul li a {
    padding: 11px 30px;
    color: #5a5959;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.left_nav ul li a:active {
    color: #fc6f6f;
}

.left_nav ul li a:hover {
    color: #fc6f6f;
}

.left_nav ul li ul {
    width: auto;
}

.left_nav ul li ul li {
    list-style-type: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: 30px;
}

.left_nav ul li ul li a {
    font-size: 14px;
    color: #949494;
    border: 0px;
    cursor: pointer;
}

.left_nav ul li ul li a:active {
    color: #fc6f6f;
}

.breadcrumb {
    margin: 0px 0px 0px 230px;
    background-color: transparent !important;
}

.middle_container {
   width: 920px;
   background-color: #FFFFFF;
   float: left;
   margin: 150px 0px 30px 10px;
   padding-bottom: 20px;
   padding: 20px;
   border-bottom: 1px solid #019B95;
}

.leftadddiv {
    width: 140px;
    float: left;
    height: auto;
    background: none;
    margin-top: 150px;
    margin-right: 14px;
}

.leftadddi_test {
    width: 140px;
    float: left;
    height: auto;
    background: none;
    margin-top: 150px;
    margin-right: 14px;
}

.rightadddiv_1 {
    width: 260px;
    float: left;
    height: auto;
    margin-left: 10px;
    background: none;
    margin-top: 148px;
}

.rightadddiv {
    width: 260px;
    float: left;
    height: auto;
    margin-left: 10px;
    background: none;
    margin-top: 60px;
}

.middle_container_1 {
    width: 940px;
    background-color: #fff;
    float: left;
    margin: 150px 0px 30px 10px;
    padding-bottom: 20px;
}

.middle_container_2 {
   width: 920px;
background-color: #fff;
float: left;
margin: 150px 0px 30px 10px;
padding-bottom: 20px;
border-bottom: 1px solid #019B95;
}

.middle_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #019b95;
    padding: 0px 10px;
    border-bottom: double #fc6f6f;
    margin-bottom: 4px;
    font-size: 18px;
}

.middle_title span {
    width: 60px;
    float: right;
}

.middle_title .size_lg {
    font-size: 20px !important;
    border-width: 0px !important;
    border-radius: 0px !important;
}

.middle_title span#ms_timer {
    background: transparent !important;
    color: #019b95;
    border-color: none;
    text-align: right;
}

.middle_container .test-name-input {
    padding-left: 10px;
    margin-bottom: 6px;
}

.questions {
    padding: 10px;
   /* color: #251d1d; chaged for question color*/
    color: #000;
}

.questions p {
    word-wrap: break-word;
    padding-left: 22px;
}

.questions table tr td p {
    word-wrap: break-word;
    padding-left: 20px;
}

.questions span {
    margin-left: 20px;
    line-height: 10px;
}

.questions .sub-question {
    float: left;
    margin-top: 10px;
}

.sub-question em {
    float: left !important;
    margin: 0px 0px 0px 0px;
}

.module-title {
    padding: 5px 0px;
}

.questions input[type=radio] {
    margin: 4px 10px 0px 0px;
    float: left;
}

.nextbutton {
    width: 108px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    border: 1px solid #fc6f6f;
    border-radius: 30px;
    color: #fc6f6f;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 20px;
}

.nextbutton:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #fc6f6f;
}

.pagination_section {
    width: 140px;
    margin: 0px auto;
}

.pagination_section .previous {
    float: left;
    width: 20px;
    padding: 5px;
    font-size: 16px;
}

.pagination_section .next {
    float: right;
    width: 20px;
    padding: 5px;
    font-size: 16px;
}

.middle_container .result_section {
    width: 100%;
    height: 110px;
    padding: 10px;
}

.result_section .result-name {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fc6f6f;
    text-align: left;
}

.result_section span {
    width: 50%;
    float: left;
    color: #019b95;
    font-size: 14px;
    padding-bottom: 10px;
}

.result_section span em {
    font-size: 14px;
    color: #fc6f6f;
    font-style: normal;
}

.seeall-answers-title {
    width: 100%;
    height: 47px;
    line-height: 47px;
    background-color: #019b95;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 0px 10px;
}

.explanation {
    color: #0B7D08;
    font-size: 12px;
    text-align: right;
    margin-right: 100px;
    float: right;
    text-decoration: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 0px 5px;
}

.explanation:hover {
    background-color: #0B7D08;
    border: 1px solid #0B7D08;
    color: #fff;
}

.explain_section {
    width: 90%;
    height: 225px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow-y: scroll;
}

.ansoption {
    color: #00AF4E;
    text-align: left;
    font-style: normal;
    float: left;
    font-weight: bold;
    padding: 0px 0px;
}

.explain_section .greentext {
    color: #0b7d08;
    text-align: left;
    font-style: normal;
    font-weight: bold;
}

em {
    font-size: 12px;
}

.youranswer {
    padding: 0px 0px !important;
    float: left;
    margin-right: 100px !important;
}

.youranswer span {
    padding: 0px;
    margin: 0px;
}

p.your_answer {
    width: 200px !important;
    padding: 0px 0px !important;
    float: left;
    margin-right: 10px !important;
}

p.correct_answer {
    width: 200px !important;
    padding: 0px 0px !important;
    float: left;
    margin-right: 10px !important;
}

p.time_answer {
    width: 145px !important;
    color: #6F6F6F;
    padding: 0px 0px !important;
    float: left;
    margin-right: 10px !important;
}

.mq_time {
    text-align: right;
    padding-right: 40px;
    color: #6F6F6F;
}

dl {
    word-wrap: break-word;
}

.add-questiontable {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
}

.add-questiontable tr {}

.add-questiontable tr td {
    padding: 4px 10px;
    vertical-align: top;
}

.add-questiontable tr td:first-child {
    width: 127px;
}

.question-title {
    color: #fc6f6f;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dotted #ddd;
    line-height: 24px;
}

.solution-title {
    color: #019b95;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dotted #ddd;
    line-height: 24px;
}

.mce-container,
.mce-widget * {
    font-size: 12px !important;
}

#question_ifr {}

#solution_description_ifr {}

.button {
    padding: 6px;
    text-align: center;
    border: 1px solid #fc6f6f;
    background-color: transparent;
    float: right;
    color: #fc6f6f;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 0px;
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #fc6f6f;
    outline: none;
    margin: 10px 0px 0px 10px;
}

.button:hover {
    background-color: #fc6f6f;
    color: #fff;
}

.right_adds {
    width: 160px;
    border: 1px solid #ccc;
    float: left;
}

.right_adds img {
    width: 100%
}

.questionpaper {
    padding: 10px;
}

.questionpaper tr {}

.questionpaper tr td {
    vertical-align: top;
    padding: 2px;
}

.buttonsdiv {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.previous {
    width: 80px;
    height: 30px;
    float: left;
    background-color: transparent;
    padding: 0px !important;
    text-align: center;
    line-height: 30px;
    display: block;
    border: 1px solid #fc6f6f;
    border-radius: 5px;
    color: #fc6f6f;
    font-size: 12px;
    text-transform: uppercase;
    outline: 0;
}

.previous:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background-color: #fc6f6f;
}

.next {
    width: 80px;
    height: 30px;
    float: right;
    margin-left:100px;
    padding: 0px !important;
    text-align: center;
    line-height: 30px;
    display: block;
    border: 1px solid #fc6f6f;
    border-radius: 5px;
    color: #fc6f6f;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
}

.next:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #fc6f6f;
}

.error {
    font-size: 12px;
    font-weight: normal;
    color: red;
}

.viewReport {
    width: auto;
    height: 30px;
   /* float: right;*/
    padding: 0px 5px !important;
    text-align: center;
    line-height: 30px;
    display: block;
    border: 1px solid #fc6f6f;
    border-radius: 5px;
    color: #fc6f6f;
    font-size: 12px;
    outline: 0;
    background: #fff !important;
    float: left;
    margin: 15px 2px;
    text-decoration: none;
}

.viewReport:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background-color: #fc6f6f !important;
}

a.viewReport {
    text-decoration: none;
}

.store-test {
    position: relative;
    right: 0px;
    float: right;
    top: -10px;
    border: 1px solid #019b95;
    padding: 5px 10px;
    border-radius: 3px;
}

.store-test:hover {
    color: #019b95;
}

td {
    vertical-align: top:
}

.middle_container .level-area {
    width: auto;
    padding: 10px;
    border: 1px dashed #fc6f6f;
    background-color: #FFF;
}

.level-area h2 {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.level-area ul {
    width: auto;
    margin: 0px auto;
}

.level-area ul li {
    display: inline-block;
    list-style-type: none;
}

.level-area ul li a {
    padding: 5px 20px 0px 0px;
}

.middle_container .moduler-options {
    width: auto;
    margin-top: 20px;
}

.moduler-options .module-left {
    width: 50%;
    float: left;
}

.module-left label {
    margin: 10px 0px;
}

.module-left ul {
    margin-left: 15px;
}

.module-left ul li {
    list-style-type: none;
}

.moduler-options .modules-table {
    width: 100%;
    color: #251d1d;
    margin: 10px 0px 30px 0px;
}

.modules-table tr th {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #54b6b2;
    letter-spacing: 0;
}

.modules-table tr td {
    vertical-align: top;
}

.modules-table tr td input[type="text"] {
    padding: 5px;
    width: 100px;
    margin-bottom: 5;
    border-radius: 0;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #ddd;
    font-size: 14px;
}

.modules-table tr td ul {}

.modules-table tr td ul li {
    list-style-type: none;
    margin-left: 18px;
    color: #337ab7;
    font-size: 12px;
}

.modules-table tr td ul li a {
    font-size: 14px;
}

.modules-table tr td label {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    
}

.modules-table tr td ul li input[type="checkbox"] {
    margin-right: 5px;
    
}

.modules-table tr td ul li a input[type="radio"] {
    margin-right: 3px !important;
    float: left;
}

.modules-table tr td label input[type="checkbox"] {
    margin-right: 5px !important;
     top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    
}

 

.directions {
    color: #fc6f6f;
    font-size: 16px;
    text-align: left;
    display: block;
    float: none;
    padding: 10px 0px;
    margin: 0px !important;
}

.question-gap {
    display: none;
}

.choices-type-option {
    float: left;
    margin-right: 40px;
}

.fancybox-inner {
    overflow: visible;
    height: auto !important;
}

.fancy-title {
    color: #fff;
    font-size: 20px;
    background-color: #019b95;
    padding: 4px 0px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 3px;
}

.fancybox-table {
    width: 500px;
}

.fancybox-table .fancy-row {
    padding: 7px 0px;
    vertical-align: top;
    display: table;
}

.fancybox-table .fancy-row label {
    width: 180px;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
    vertical-align: top;
    display: inline-block;
}

.fancybox-table .fancy-row .largelabel {
    width: 220px;
}

.fancybox-table .fancy-row input[type="text"] {
    width: 215px !important;
}

.fancybox-table .fancy-row textarea {
    width: 215px !important;
}

.fancy-row .optdiv {
    width: 418px;
    display: inline-block;
}

.assigned {
    clear: both;
}

.assigned input {
    width: 215px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    outline: none;
}

.fancybox-table tr td p em {
    font-style: italic !important;
}

.question-page-title {
    background-color: #E4E4E4;
/*padding: 5px 20px;
letter-spacing:2px;*/
display:block;
color: #019b95;

text-align:center;
height: auto;
margin-bottom:20px;
font-size: 20px;
line-height: 1.9em;
border-radius: 3px;
/*border: 1px solid #DAD6D6;*/
text-transform: uppercase;
}

.question-page-title .helpbutton {
    text-transform: lowercase;
    font-size: 14px;
    float: right;
    color: #fc6f6f;
    cursor: pointer;
}

.helpbutton span {
    background-color: #fff;
    padding: 2px 6px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
}

.helpbutton span:hover {
    background-color: #fc6f6f;
    color: #fff;
}


.all-question-row {
    width: 940px;
    min-height: 0px;
    float: left;
    margin: 133px 0px 15px 10px;
    padding-bottom: 20px;
    padding: 20px;
   
}

.category-title {
    width: auto;
    background-color: #ddd;
    padding: 7px 10px;
    font-size: 16px;
    color: #000;
    font-size: 14px;
}

.all-type-questions {
    width: 182px;
    height: auto;
    border: 1px solid #019b95;
    margin: 16px 16px;
    float: left;
}

.q-title {
    background-color: #019b95;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 1px;
    height: 40px;
    line-height: 15px;
    margin: 6px 0px 0px 0px;
}

.q-title:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    /*background: url(../img/titlebefore.png) no-repeat;
    */
    position: relative;
    left: -5px;
    top: 34px;
}

.all-type-questions ul {
    width: auto;
    margin: 10px 0px 0px 10px;
}

.all-type-questions ul li {
    list-style-type: none;
}

.all-type-questions ul li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0px 5px 30px;
    display: block;
    cursor: pointer;
}

.all-type-questions ul li a:hover {
    color: #fc6f6f;
}

.all-type-questions ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background: url(../img/arrow.png) no-repeat;
    position: relative;
    top: 9px;
    left: 10px;
    float: left;
}

.pin ul {
    width: auto;
    margin: 10px 0px 0px 1px;
}

.pin ul li {
    list-style-type: none;
}

.pin ul li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0px 5px 30px;
    display: block;
    cursor: pointer;
}


.pin ul li a:hover {
    color: #fc6f6f;
}
.pin ul li {
    color: #000;
    font-size: 12px !important;
    text-decoration: none;
    
    display: block;
    cursor: pointer;
}
.pin ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background: url(../img/arrow.png) no-repeat;
    position: relative;
    top: 9px;
    left: 10px;
    float: left;
}

.add-more {
    display: block;
    margin: 10px 0px;
}

.select-choices {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
}

.select-choices tr td {
    padding: 5px 10px;
}

.select-choices span {
    margin-right: 10px;
    vertical-align: top;
}

.total-questions-detail {
    margin: 10px 0px;
}

.result-detail {
    width: 100%;
    border: 1px solid #CAC7C7;
    font-size: 12px;
}

.result-detail tr th {
    background-color: #ddd;
    text-align: center;
    padding: 5px;
    border: 1px solid #CAC7C7;
}

.result-detail tr td {
    padding: 5px;
    border: 1px solid #CAC7C7;
    text-align: center;
}

.stored-data-table {
    width: 100%;
    border: 1px solid #CAC7C7;
    font-size: 12px;
}

.stored-data-table tr th {
    background-color: #F3F3F3 !important;
    text-align: center;
    padding: 5px;
    border: 1px solid #CAC7C7;
    font-size: 12px;
}

.stored-data-table tr th .sub-th {
    width: 99%;
    border-top: 1px solid #CAC7C7;
    margin: 5px 5px 0px 5px;
}

.sub-th tr th {
    border: 0px;
    font-size: 9px;
    border: 1px solid #cac7c7;
    color: #019B95;
}

.stored-data-table tr td {
    padding: 5px;
    border: 1px solid #CAC7C7;
    vertical-align: top;
   /* 
    text-align: center;
     word-break: break-all;*/
}

.stored-data-table .store-sub-table {
    width: 100%;
    font-size: 14px;
    border: 0px;
}

.store-sub-table tr td {
    border: 0px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    border: 1px solid #CAC7C7;
  /*  word-break: break-all;*/
}

.sub-name {
    color: #fc6f6f;
    font-weight: bold;
}

#fancy_div {
    height: 350px;
    width: 550px;
    padding: 0;
    margin: 0;
    overflow: scroll;
}

#fancy_assign {
    height: 350px;
    width: 550px;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.formula-question {
    width: 100%;
    float: left;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
}

.formula-question p {
    margin-bottom: 7px;
}

.formula-question ol {
    margin-left: 40px;
}

.formula-question table {
    padding-left: 5px;
    font-size: 13px;
}

.formula-question table tr td {padding:4px;}

.formula-question b {
    float: left;
    margin-right: 5px;
    color: #fc6f6f;
}

.formula-question p span {
    width: auto;
    float: none;
    margin: 0px;
    background-color: transparent !important;
}

.formula-question p span em {
    margin: 0px;
    padding: 0px;
}

formula-question sup {
    margin: 0px;
    top: 0px !important;
    vertical-align: 0px !important;
}

.root {
    padding-top: 0px;
}

.root sup {
    vertical-align: 3px !important;
    top: 0px !important;
}

.formula-question table {
    font-size: 12px;
}

.formula-answers {
    width: 97%;
    float: left;
    line-height: 20px;
    margin: 0px 0px 20px 20px;
}

.formula-answers span {
    width: auto;
    margin: 0px 0px 0px 0px;
    background-color: transparent !important;
}

.formula-answers p span em {
    margin: 0px 5;
    padding: 0px;
}

.formula-answers p {
    width: 620px;
    padding-left: 46px;
    margin: 0;
}

.formula-answers .radic2 {
    margin: 0px;
}

.formula-answers b {
    float: left;
    margin-right: 4px;
    color: #019b95;
}

.formula-answers b1 {
    margin-right: 4px;
    color: #019b95;
}

.formula-answers table {
    float: left;
    padding-left: 5px;
    font-size: 12px;
}

.formula-answers table tr td {
    text-align: center;
}

.contact-section {
    width: 450px;
    margin: 150px auto 20px auto;
    background-color: #fff;
}

.contact-section .formBox {
    width: auto;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 50px 0px;
    display: table;
}

.formBox .feedbackTitle {
    width: 214px;
    height: 45px;
    background: url(../img/feebackbg.png) no-repeat;
    position: relative;
    left: -28px;
    line-height: 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
}

.formBox .formControl {
    width: 414px;
    float: left;
    margin: 15px 0px 5px 0px;
}

.formControl label {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-top: 10px;
}

.formControl span {
    display: inline-block;
    width: 300px;
}

.formControl span label {
    width: 100%;
}

.formControl span input[type="text"] {
    width: 295px;
    padding: 8px 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0px;
}

.formControl span textarea {
    width: 295px;
    height: 70px;
    padding: 8px 5px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.error {
    display: block;
    margin: 0px !important;
}

.sendFeed {
    background-color: #54b6b2 ! important;
    padding: 7px 15px;
    text-align: center;
    border: none;
    margin: 0px 60px 0px 0px;
    color: #fff ! important;
    outline: none;
}

.sendFeed:hover {
    background-color: #fc6f6f !important;
    color: #fff;
}

.faq-section {
    width: 100%;
    min-height: 500px;
    margin: 0px 0px 20px 0px;
}

.faq-section .faqquestion {
    color: #fc6f6f;
    font-size: 14px;
    text-align: left;
    margin: 0;
}

.faq-section .faqAns {
    line-height: 24px;
    margin-bottom: 20px;
}

.faq-section .faqAns strong {
    color: #019b95;
}

.optionsDiv {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.optionsDiv_m {
    margin-left: 23px;
}

.optionsDiv_c {
    margin-left: 5px;
}

.optionsDiv b {
    float: left;
    margin-right: 4px;
    color: #019b95;
}

.optionsDiv span {
    width: auto;
    float: none;
    line-height: 20px;
}

.optionsDiv span b {
    float: left;
}

.optionsDiv span p {
    width: 600px;
    padding-left: 40px;
}

.optionsDiv em {
    padding: 0px;
}

.optionsDiv input[type=checkbox] {
    float: left;
 /*   margin: 0px 10px 0px 0px; */
    margin: 5px 10px 0px 0px;
}

.modelpapers-title {
    background-color: #019b95;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 5px;
    height: 40px;
    margin: 0px 0px 20px 0px;
}

.modelpaperstartrow {
    color: #656565;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    font-size: 12px;
}

.modelpaerName {
    float: left;
    font-size: 12px;
    margin-right: 30px;
    color: #000000 !important;
    /*color:#019b95 !important; old display of modelpaper list*/
}

.modelpaerName a {
    color: #000000;
    /*color:#019b95;old display of modelpaper list*/
}

.modelpaerName a:hover {
    text-decoration: underline;
}

.modelnoOfquestion {
    float: left;
    font-size: 14px;
}

.startbutton {
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #fc6f6f;
    color: #fff;
    text-align: center;
    text-decoration: none;
    float: right;
    border: 0px;
    outline: none;
}

.startbutton:hover {
    color: #000;
}

.assigned_tests-title {
    background-color: #019b95;
   font-size: 20px;
   color: #fff;
   text-align: center;
   display: block;
   padding: 5px;
   /* letter-spacing: 5px;
  height: 50px; */
   text-transform: uppercase;
  /* line-height: 1.9em; */
   margin: 0px 0px 25px 0px;
}

#example_next {
    width: none;
    height: none;
    float: none;
    padding: none;
    text-align: none;
    line-height: none;
    border: none ! important;
    border-radius: none;
    color: none;
    font-size: none;
    text-transform: none;
    outline: 0;
}

#example_previous {
    width: none;
    height: none;
    float: none;
    padding: none;
    text-align: none;
    line-height: none;
    border: none ! important;
    border-radius: none;
    color: none;
    font-size: none;
    text-transform: none;
    outline: 0;
}

/*
.stored-data-table tr th {
    padding: 1px ! important;
}
*/

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #019b95 !important;
    border-radius: 50%;
    margin: 0px 0px 0px 5px;
}

.paging-nav {
    text-align: right;
    padding-top: 2px;
}

.paging-nav a {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    background: #91b9e6;
    color: white;
    border-radius: 3px;
}

.paging-nav a:hover {
    color: #000;
}

.paging-nav .selected-page {
    background: #187ed5;
    font-weight: bold;
}

.paging-nav,
#tableData {
    background-color: #f9f9f9;
   /* width: 940px;*/
    margin: 0 auto;
    font-family: Arial, sans-serif;
    table-layout: fixed;
}

.theading {
    color: #ABAAAA;
}

div.mce-edit-area {
    background: #FFF;
    filter: none;
}

div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
    margin: 5px 0px 0px 10px;
}

div.dataTables_filter label {
    font-weight: normal;
    float: right;
    margin: 5px 10px 0px 0px;
}

div.dataTables_info {
    padding-top: 8px;
    margin-left: 10px;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0px;
    white-space: nowrap;
    margin: 5px;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #019B95;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    font-size: 10px;
}

.pagination > .active > a {
    background-color: #019B95 !important;
    border-color: #019B95 !important;
}

.form-inline .form-control {
    line-height: 18px;
}

.veiwIcon {
    margin-right: 5px;
}

.assignIcon {}

.modelpaperLoading {
    width: 882px;
    background-color: #fff;
    float: left;
    text-align: center;
    margin: 73px 0px 84px 20px;
    padding-bottom: 20px;
    margin-left: 201px;
   
}

.about-section {
    width: auto;
    line-height: 24px;
    font-size: 13px;
}

.about-section p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.about-section ul {
    width: auto;
    margin-left: 20px;
}

.about-section ul li {
    margin-left: 20px;
    font-size: 13px;
}

.help_container {
    width: 800px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0px auto;
}

.help_container h6 {
    color: #fc6f6f;
    font-size: 14px;
    margin-bottom: 10px;
}

.help_example {
    width: 100%;
    font-size: 14px;
    color: #929292;
}

.dblarrow {
    font-size: 125%;
    top: -0.4ex;
    margin: 0 2px;
}

.dblarrow:after {
    content: "\2190";
    position: absolute;
    left: 0;
    top: 0.5ex;
}

.outputTags {
    border: 1px solid #ddd;
    background-color: #EFEFEF;
    color: #019b95;
    margin: 10px 0px 40px 0px;
    padding: 0px 10px 10px 10px;
}

.fraction {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
}

.fraction > span {
    display: block;
    padding-top: 0.15em;
}

.fraction span.fdn {
    border-top: thin solid #929292;
}

.fraction span.bar {
    display: none;
}

.sy,
.sy-r,
.sy-g,
.sy-b {
    position: relative;
    text-align: center;
}

.sy-r {
    color: #f00;
}

.sy-g {
    color: #4f8c4f;
}

.sy-b {
    color: #00f;
}

.oxbr,
.oncapital,
.onsmall {
    position: absolute;
    top: -1em;
    left: 0px;
    width: 100%;
    font-size: 70%;
    text-align: center;
}

.onsmall {
    top: -0.7em;
}

.sy {
    position: relative;
    text-align: center;
}

.oncapital,
.onsmall {
    position: absolute;
    top: -1em;
    left: 0px;
    width: 100%;
    font-size: 70%;
    text-align: center;
}

.onsmall {
    top: -0.7em;
}

.limes {
    position: relative;
    display: inline-block;
    margin: 0 0.2em;
    vertical-align: middle;
    text-align: center;
}

.limes > span {
    display: block;
    margin: -0.5ex auto;
}

.limes span.numup,
.limes span.overdn {
    font-size: 70%;
}

.intsuma {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.intsuma > span {
    display: block;
    font-size: 70%;
}

.intsuma .lim-up {
    margin-bottom: -1.0ex;
}

.intsuma .lim {
    margin-top: -0.5ex;
}

.intsuma .sum {
    font-size: 1.5em;
    font-weight: lighter;
}

.intsuma .sum-frac {
    font-size: 2em;
    font-weight: 100;
}

.radical {
    position: relative;
    font-size: 1.6em;
    vertical-align: middle;
}

.n-root {
    position: absolute;
    top: -0.333em;
    left: 0.333em;
    font-size: 45%;
}

.radicand {
    padding: 0.25em 0.25em;
    border-top: 1px solid #929292;
    margin-left: -5px;
}

.sMatrix {
    position: relative;
    font-family: Neou-Thin;
    color: #929292;
}

.sMatrix:before,
.sMatrix:after {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid #929292;
    width: 6px;
    height: 100%;
}

.sMatrix:before {
    left: -6px;
    border-right: 0px;
}

.sMatrix:after {
    right: -6px;
    border-left: 0px;
}

.sMatrix td {
    padding: 5px;
    text-align: center;
}

.sMatrix .smalltopborder {
    width: auto;
}

.sMatrix .smalltopborder:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #929292;
    width: 22px;
    top: 27px;
}

.tcMatrix {
    position: relative;
    font-family: Neou-Thin;
    color: #929292;
}

.tcMatrix:before,
.tcMatrix:after {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid #929292;
    width: 6px;
    height: 100%;
    border-radius: 15px;
}

.tcMatrix:before {
    left: -6px;
    border-right: 0px;
}

.tcMatrix:after {
    right: -6px;
    border-left: 0px;
}

.tcMatrix td {
    padding: 5px;
    text-align: center;
}

.tcMatrix .smalltopborder {
    width: auto;
}

.tcMatrix .smalltopborder:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #929292;
    width: 22px;
    top: 27px;
}

.cMatrix {
    position: relative;
    font-family: Neou-Thin;
    color: #929292;
}

.cMatrix:before,
.cMatrix:after {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid #929292;
    width: 26px;
    height: 100%;
    border-radius: 50%;
}

.cMatrix:before {
    left: -6px;
    border-right: 0px;
}

.cMatrix:after {
    right: -6px;
    border-left: 0px;
}

.cMatrix td {
    padding: 5px;
    text-align: center;
}

.cMatrix .smalltopborder {
    width: auto;
}

.cMatrix .smalltopborder:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #929292;
    width: 22px;
    top: 27px;
}

.help_example p .dashFill {
    display: inline-block;
    width: 120px;
    height: 10px;
    border-bottom: 1px solid #929292;
}

.help_example p .squareBox {
    display: inline-block;
    border: 1px solid #fc6f6f;
    vertical-align: middle;
    padding: 5px;
}

.assignme {
    width: 100%;
    font-weight: normal;
}

.assignme tr th {
    background-color: #ECECEC;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.assignme tr td {
    font-size: 12px;
}

.assignMailsInputs {
    width: 100%;
    font-size: 12px;
}

.assignMailsInputs tr td {
    margin: 5px;
    padding: 5px;
}

.silentfeatureSec {
    width: 100%;
    min-height: 500px;
    background: url(../img/features.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 5px 0px;
    text-align: center;
}

.silentfeatureSec h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.featuresBoxes {
    width: 100%;
    margin: 0px auto;
}

.featuresBoxes li {
    display: inline-block;
    list-style-type: none;
    width: 170px;
    height: 170px;
    background-color: rgba(0, 108, 104, 0.4);
    padding: 5px;
    vertical-align: top;
    margin: 5px;
    border: 1px dashed #2E8E8A;
}

.featuresBoxes li:hover {
    background-color: rgba(0, 108, 104, 0.9);
}

.featuresBoxes li span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: rgb(252, 111, 111);
    margin: 5px 0px
}

.featuresBoxes li p {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.fe-Icon {
    width: 35px;
    height: 35px;
    display: block;
    margin: 5px auto 5px auto;
    text-align: center;
}

.fe-Icon img {
    width: 100%;
}

.q-after-enter {
    width: 250px;
    float: left;
}

.q-after-enter .go-button {
    padding: 5px 10px;
    background-color: #019B95;
    color: #fff;
    border: 0px;
    outline: none;
    text-align: center;
}

.q-after-enter .go-button:hover {
    background-color: #fc6f6f;
}

.testi-feedbackform {
    width: 100%;
}

.testi-feedbackform .testi-inputs {
    padding: 5px 5px 20px 5px;
}

.testi-feedbackform .testi-inputs label {
    padding: 0px;
    font-weight: normal;
}

.testi-inputs input[type="text"] {
    display: inline-block;
}

.Takeanexam_btn {
    background: rgb(252, 111, 111);
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    width: 225px;
    margin: 0px auto 30px auto;
    font-size: 18px;
    text-align: center;
    -moz-box-shadow: inset 0 0 10px rgb(192, 62, 62);
    -webkit-box-shadow: inset 0 0 10px rgb(192, 62, 62);
    box-shadow: inset 0 0 10px rgb(192, 62, 62);
}

.Takeanexam_btn a {
    color: #ffffff;
}

.temp-container {
    width: 600px;
    height: auto;
    background-color: #efefef;
    border: 5px solid #019b95;
    margin: 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #929292;
    font-weight: normal;
}

.mail-logo {
    width: 310px;
    height: 165px;
    margin: -11px 0px 0px -12px;
}

.temp-container .congrts {
    font-size: 20px;
    color: #fc6f6f;
    text-align: left;
    margin: 10px;
}

.temp-container .byname {
    height: 50px;
    font-size: 16px;
    color: #019b95;
    text-align: left;
    border-bottom: 1px dashed #019b95;
    padding-left: 10px;
}

.temp-container .regd-text {
    line-height: 24px;
    padding: 10px 20px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.temp-container .regd-text a {
    color: #019b95;
    text-decoration: none;
}

.temp-container .features-mail {
    width: auto;
    height: auto;
    margin: 20px;
}

.features-mail .fe-heading {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #019b95;
    display: block;
    margin-bottom: 10px;
}

.features-mail li {
    list-style: none;
    background: url(../img/mail-li.png) no-repeat;
    background-position: 0 16px;
    padding: 7px 5px 7px 15px;
    margin-left: 20px;
    color: #555555;
    line-height: 24px;
}

.temp-container .mail-text {
    color: #005552;
    font-size: 12px;
    line-height: 24px;
    margin: 30px;
}

.logbtnp {
    text-align: center;
    margin: 10px 0px 25px 0px
}

.temp-container .mail-login-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 9px 22px 7px;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: #fc6f6f;
    z-index: 3;
    *border: 0;
    *margin-left: .3em;
}

.mail-login-btn:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -ms-transform: skewX(35deg) skewY(0);
    -o-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
    -webkit-backface-visibility: hidden;
    content: '';
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #019b95;
    z-index: -1;
}

.mail-login-btn:hover:before {
    visibility: visible;
    width: 140%;
    left: -20%;
}

.mail-login-btn:focus:before {
    visibility: hidden;
    width: 0%;
    left: 50%;
}

mail-login-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.mail-login-btn:hover {
    background-color: #019b95;
}

.temp-container .mail-bottom-bar {
    background-color: #dcdcdc;
    padding: 15px;
    font-size: 20px;
    color: #019b95;
    text-align: center;
    border-top: 1px dashed #019b95;
}

.mailstepblock {
    width: auto;
    padding: 10px;
    color: #019b95;
}

.mailstepblock .step-heading {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #019b95;
    display: block;
    margin: 10px;
}

.mailstepblock li {
    list-style-type: decimal;
    margin: 10px 0px 10px 25px;
    line-height: 24px;
    color: #555;
}

.mailstepblock li a {
    color: #019b95;
    text-decoration: none;
}

.module_button {
    padding: 0px 2px;
    background-color: #019B95;
    color: #fff;
    border: 0px;
    outline: none;
    text-align: center;
}

.module_button:hover {
    background-color: #fc6f6f;
}

.module_button_bg {
    background-color: #fc6f6f;
}

.mce-combobox .mce-btn {}

.category-title select {
    width: 300px;
    height:30px;
}

.category-title input {
    width: 200px;
    padding: 4px;
}

.model_p_noq_mob {
    display: none;
}

.fancy-row {
    clear: both;
}

#ajax_loader_img {
    text-align: center;
    font-size: 15px;
}

#ajax_loader_img h3 {
    font-size: 15px;
    margin-top: 50px;
    text-transform: none;
}

.date_width {
    width: 75px !important;
}

.content_dev_1 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

.content_div_2 {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
}

.content_sub_2 {
    margin-left: 32px
}

.right_exam_grid {
    height: 202px;
    width: 210px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
    margin-top: 148px;
}

.ex_score_board_div {
    overflow: auto;
    overflow-x: hidden;
    height: 302px;
    width: 210px;
}

.box_exam_grid {
    width: 36px;
    height: 26px;
    background-color: #e7e7e7;
    color: black;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border: solid 1px #333;
    margin: 2px;
}

ul.markedsigns {
    list-style-type: none;
}

ul.markedsigns li {
    list-style-type: none;
    text-align: left;
}

.box_exam_grid_1 {
    width: 15px;
    height: 15px;
    background-color: #e7e7e7;
    color: black;
    text-align: center;
    border: solid 1px #ffffff;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}

.top {
    display: none;
}

.ex_score_board table {
    width: 100%;
    display: block;
}

.ex_score_board tbody {
    /*height: 182px;*/
    display: block;
    width: 516px;
}

.isBlankq_ans_m {
    width: 35% !important;
    margin: 2px 16px 10px 21px;
}

.isBlankq_ans {
    width: 35% !important;
}

.isBlankq_q_report {
    width: 35% !important;
    margin: 0px 0px 8px 1px;
}

.share_box {
    position: fixed;
    width: 50px;
    top: 30%;
    left: 0%;
    z-index: 999;
}

.share_box ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.share_box ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.midright_con {}

.exp_collaps_btn {
    line-height: 0px !important;
}

h1 {
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
}

.wrapper {
    width: 100%;
   
}

#columns {
   
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 15px;
   
	
}

.pin {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    display: inline-block;
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 2px;
    padding: 1px;
    padding-bottom: 1px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}



.pin:first-child {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
}

.pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}

.exam_list h1 {
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    height: 0px;
}

.box1 {
    width: 100%;
    background-color: #fff7e6;
    padding: 10px;
    border: 5px solid gray;
    margin: 0;
    text-align: center;
    float: right;
}

.button1 {
    background-color: #019B95;
    border: none;
    color: white;
    padding: 0px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/*
a.ccavenue_sub {
    width: 120px;
}
*/

a.ccavenue_sub button {
    width: 150px !important;
    background: none !important;
    border: none !important;
}

a.ccavenue_sub button img {
    width: 100%;
}

a.pay_sub {
    width: 120px;
}

a.pay_sub button {
    width: 150px !important;
    background: none !important;
    border: none !important;
}

a.pay_sub button img {
    width: 100%;
}

.Takeanexam_ref {
    background: rgb(252, 111, 111);
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    width: 225px;
    margin: 0px auto 30px auto;
    font-size: 18px;
    text-align: center;
    -moz-box-shadow: inset 0 0 10px rgb(192, 62, 62);
    -webkit-box-shadow: inset 0 0 10px rgb(192, 62, 62);
    box-shadow: inset 0 0 10px rgb(192, 62, 62);
}

.Takeanexam_ref a {
    color: #ffffff;
}

/* exam category boxes responsive*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#columns {
   
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    column-count: 1;
   }
    .formula-answers{
        margin: 0px 0px 10px 10px;
    }
    .questions{
        margin-left: -10px;
    }
    
    
}
@media only screen and (min-device-width : 523px) and (max-device-width : 768px) {

#columns {
   
    -moz-column-count: ;
    -moz-column-gap: 10px;
    column-count: 2;
    width: 70%;

   }
   
}

@media only screen and (min-device-width : 575) and (max-device-width : 990px){
.middle_container_2{
width:720px;
}
.middle_container{
width:720px;
}


}

@media only screen and (min-device-width : 577px) and (max-device-width : 768px) {
.middle_container_2{
width:720px;

}
.middle_container{
width:720px;
}
}


@media only screen and (min-device-width : 577px) and (max-device-width : 1024px) and (orientation : landscape) {
    .module_button {}
}

/*Middle container add common*/
.middle_container_main{
/*  width: 775px;  */
    width: 695px;
    background-color: #FFF;
    float: left;
    margin: 150px 0px 30px 10px;
    padding-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #019B95;
}
.middle_container_add{
/*   width: 170px;*/
   width: 255px;
    float: right;
    margin: 150px 0px 30px 10px;
    padding: 10px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .middle_container_main, .middle_container{
        width:100%;
    }
    .mobile-hide{ display: none;}
}
.exam-table tr th{
    text-align: center;
    border: 1px solid #CAC7C7;
    font-size: 12px;
}
.exam-table tr td{
    padding: 5px;
    border: 1px solid #CAC7C7;
    vertical-align: top;
    font-size: 12px;
}