@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/**************/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.container {
    position: relative;
}

.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

body {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    font-family: 'robotoregular';
    position: relative;
    z-index: 1;
}

a {
    color: #008edd;
}

.ul {
    list-style: none;
    padding-left: 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -55px;
    left: auto;
    right: 0;
    width: 70px;
    font-size: 25px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    height: auto;
    line-height: normal;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.input_wrap {
    margin-bottom: 20px;
}

.form_wrap ul {
    margin-bottom: -20px;
}

.form_wrap ul li {
    margin-bottom: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #076ba3
}

.captcha_img {
    float: left;
}

.btn_wr {
    float: right;
    margin-top: 35px;
}

a,
img,
.most_view_box .most_view_cntnt,
.most_view_box:after,
.logo,
.navbar,
.header-right-top,
.header_top {
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0 0 20px;
    font-size: 15px;
}

p:last-child {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table th,
table td {
    padding: 10px 12px;
    vertical-align: top;
    border: 1px solid #daf2ff;
}


/************/


/* body,

html,

.home_banner {

    height: 100%;

} */

.home_banner img {
    width: 100%;
    height: 100%;
}

.common_banner .container {
    position: static;
}

.home_banner {
    position: relative;
}

.down_arrow {
    width: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    -webkit-animation: downarrow 2s infinite;
    animation: downarrow 2s infinite;
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    50% {
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
    }
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes downarrow {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    50% {
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
    }
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.sticky .header_top {
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.sticky .header-right .navbar {
    margin-top: -35px;
    padding: 0 0 10px;
}

.sticky .header_bottom {
    display: none;
}

.heading {
    font-family: 'robotolight';
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.heading.w {
    color: #fff;
}

.heading.w:after {
    background: #fff;
}

.heading:after {
    content: "";
    height: 3px;
    width: 100px;
    background: #076ba3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.heading span {
    color: #008edd;
    font-family: 'robotobold';
}

.home_banner {
    background: #000;
}

.common_banner {
    position: relative;
}

.banner_content {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 30%;
    font-family: robotoregular;
    max-width: 1170px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    text-align: left;
    width: 100%;
    color: #fff;
}

.banner_content>div {
    display: inline-block;
    padding: 20px 30px;
    background: rgba(0, 142, 221, 0.8);
    width: 50%;
}

.banner_content h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 10px;
    font-family: 'robotomedium';
}

.banner_content p {
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.ul {
    list-style: none;
}

.header-right {
    float: right;
    width: 82%;
}

.home_banner img {
    width: 100%;
}

.header-right .navbar {
    float: left;
    padding: 14px 0;
}

.header_top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.header-top-head {
    background: rgba(0, 0, 0, 0.6)
}

.logo {
    float: left;
    width: 165px;
    padding: 14px 0;
}

.header_bottom {
    background: rgba(18, 165, 3, 0.8);
    padding: 0 0;
}

.second_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.second_nav li {
    display: inline-block;
    padding: 0 10px;
}

.second_nav li a {
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    font-family: 'robotomedium';
}

.second_nav li a:hover {
    background: #008edd;
}

.navbar .megadiv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.navbar .navlist {
    display: inline-block;
    vertical-align: middle;
}

.megadiv {
    position: relative;
}

.megadiv a.megaico {
    padding: 5px;
    display: inline-block;
}

.megadiv:hover .megalist {
    display: block;
}

.megalist {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 12;
    color: #000;
}

.megalist li {
    width: 200px;
    border-bottom: 1px dashed #fff;
    position: relative;
    background: #008edd;
}

.megalist li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
}

.megalist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.megalist li>ul {
    position: absolute;
    top: 0;
    right: -200px;
}

.megalist li:hover {
    background: #0b6aa6;
}

.megalist li:hover>ul li {
    background: #0b6aa6;
}

.megalist li a:hover {
    background: #fff;
    color: #073c5e;
}

.megalist li:hover>.submegalist {
    display: block;
}

.submegalist {
    display: none;
}

.section {
    padding: 50px 0;
}

.btn,
button,
[type="submit"],
[type="button"] {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    background: #008edd;
    border: 1px solid #008edd;
    -webkit-border-radius: 5px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    font-family: 'robotoregular';
    display: inline-block;
    text-transform: capitalize;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    letter-spacing: 1px;
}

.btn:hover,
button:hover,
[type="submit"]:hover,
[type="button"]:hover,
.btn:focus,
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
    background: #076ba3;
    border-color: #076ba3;
    color: #b8e5fe;
    outline: none;
}

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.scrollup:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0, 0, 0, 0.7);
    color: #076ba3;
}

.btn.btn_small {
    height: 35px;
    line-height: 31px;
    padding: 0 20px;
    font-size: 14px;
}

input,
textarea {
    height: 40px;
    line-height: 26px;
    padding: 5px 10px;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #333;
    font-family: 'robotoregular';
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    vertical-align: top;
    outline: none;
}

textarea {
    height: 150px;
    resize: none;
}

.reg-error{ color: #f00; font-size: 13px; }

.header-right-top {
    margin: 10px 0;
    float: right;
    width: auto;
}

.header-right-top>div {
    display: inline-block;
    float: right;
}

input:focus,
textarea:focus {
    border-color: #008edd;
}

.searchdiv input {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 30px 5px 0;
    width: 180px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.searchdiv input::placeholder {
    color: #fff;
}

.searchdiv a {
    display: inline-block;
}

.header_top .container {
    width: 1360px;
}

.navbar {
    min-height: inherit;
    margin: 0;
    padding: 10px 0;
    border: none;
}

.navbar ul.navlist li>ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 15px 0 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 270px;
    max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.navbar ul.navlist li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 10px 0 0;
}

.navbar ul.navlist li>ul.sub-menu li {
    margin-right: 0;
}

.navbar ul.navlist li .sub-menu li a {
    display: block;
    padding: 10px;
}

.navbar ul.navlist li .sub-menu li a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.navbar ul.navlist li .sub-menu li a:hover:after,
.navbar ul.navlist li .sub-menu li:hover>a:after,
.navbar ul.navlist li .sub-menu li.active>a:after {
    width: 100%;
}

.navbar ul.navlist li ul.sub-menu li {
    float: none;
}
/**23.02.2019**/
.sub-menu li{ position: relative; }
.navbar ul.navlist li>ul.sub-menu .sub-menu{
    position: absolute; 
    left: 100%; 
    top: 0;
    margin: 0;
}


.navbar .navlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul.navlist {
    display: inline-block;
}

.navbar ul.navlist li {
    float: left;
    font-size: 16px;
    font-family: 'robotomedium';
    text-transform: capitalize;
    margin-right: 15px;
    position: relative;
}

.navbar ul.navlist li:last-child {
    margin-right: 0;
}

.navbar ul.navlist li a {
    color: #fff;
    padding: 5px;
}

.navbar ul.navlist li a:hover,
.navbar ul.navlist li a:focus,
.navbar ul.navlist li.active a {
    color: #008edd;
}
.profile .active a {
    color: #fff;
}

.header-right-top .searchdiv {
    float: left;
    position: relative;
    width: 200px;
    margin-right: 20px;
    z-index: 3;
}

.header-right-top .searchdiv form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.header-right-top .searchdiv form button[type="submit"] {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    height: auto;
    line-height: normal;
    background: transparent;
    border-width: 0;
}

.header-right-top .searchdiv a {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    text-align: right;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    opacity: 1;
    visibility: visible;
    color: #fff;
    /*text-indent: -9999px;

    background: url(https://civilhunt.com/public/frontend/images/search.png) no-repeat right 5px; background-size: 20px;*/
}

.profile-dropmenu{ float: right; padding: 10px 0; }
.profile-dropmenu a{ padding-left: 15px; font-weight: bold; }

.fa-search {
    font-size: 20px;
}

.searchOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.searchOverlay.show {
    opacity: 1;
    visibility: visible;
}

.header-right-top a.btn {
    float: right;
    height: 35px;
    line-height: 35px;
}

.searchdiv.showform a.search_link {
    opacity: 0;
    visibility: hidden;
}

.header-right-top .searchdiv.showform form {
    visibility: visible;
    opacity: 1;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.quick_link {
    text-align: center;
}

.quick_link ul.fnav {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.quick_link ul.fnav li {
    margin-right: 30px;
    float: left;
    text-transform: capitalize;
}

.quick_link ul.fnav li a {
    color: #fff
}

.quick_link ul.fnav li a:hover,
.quick_link ul.fnav li a:focus,
.quick_link ul.fnav li.active a {
    color: #008edd;
}

.quick_link ul.fnav li:last-child {
    margin-right: 0;
}

.footer_btm .copyright {
    float: left;
    color: #fff
}

.footer_btm .copyright a {
    color: #fff;
}

.footer_btm .copyright p {
    padding-bottom: 0;
    line-height: 40px;
}

.footer_btm .social {
    float: right;
}

.footer_btm {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #8e8e8e;
}

footer {
    background: #353940;
    padding: 50px 0 20px;
}

.social a {
    color: #fff;
    vertical-align: top;
    margin: 0 5px 0 0;
    position: relative;
}

.social a:last-child {
    margin-right: 0;
}

.social a i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #666c70;
    background-color: transparent;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.social a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    background: #fff;
    opacity: 1;
}

.social a.fb:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #3b5999;
}

.social a.twtr:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #29c5f6;
}

.social a.gplus:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #DE5347;
}

.social a.lnkdn:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #006fa6;
}

.social a.pin:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #bd081c;
}

.social a.insta:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #A4765C;
}

.social a.ytb:hover i {
    background-color: #fff;
    border-color: #666c70;
    color: #E52117;
}

.register_form {
    position: absolute;
    top: 55%;
    left: auto;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 20px;
    background: rgba(255, 255, 255, 0.4);
    width: 40%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 1;
}
.register_form .success{
        display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #189a0b;
    margin: 5px 0 0 0;
    padding: 2px 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
}

.modal-dialog .modal-header{ position: relative; background: #008edd; }
.modal-dialog .modal-header h5{ 
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.modal-dialog .modal-header .close{     
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 22px;
    height: auto;
    opacity: 1; 
}
.modal-dialog .modal-header .close:hover{ background: none; }

.all_tests {
    background: #efefef;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
}

.tab_menu_main {
    border-bottom: 1px solid #d3d3d3;
}

.tab_details {
    margin-top: 30px;
    text-align: center;
}

.tab_details ul li {
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    vertical-align: top;
}

.tab_details ul li:last-child {
    margin-right: 0;
}

.all_tests .tab_menu {
    font-family: 'robotomedium';
    font-size: 16px;
    height: 46px;
}

.tab_details ul li a {
    display: table;
    height: auto;
    line-height: 26px;
}

.all_tests .tab_details .exam_box .hassub{ text-align: left; }
.all_tests .tab_details .exam_box .hassub li{ margin: 0; display: block; padding: 10px 0; }
.all_tests .tab_details .exam_box .hassub li a{ height: auto; }
.all_tests .tab_details .exam_box .hassub ul{ padding-left: 20px; }

.tab_details ul li a span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.tab_details ul li span.tab_img {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    display: inline-block;
    /*float: left;*/
    margin-right: 20px;
}

.tab_details ul li span.tab_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: top;
}

.all_tests .tab_details .exam_box ul li {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 400px;
}

.all_tests .tab_menu ul {
    margin-bottom: 0;
    height: 46px;
}

.all_tests .tab_menu ul li a {
    color: #074c72;
    display: block;
    padding: 10px;
    margin-right: 10px;
}

.all_tests .tab_menu ul li.active {
    border-bottom: 4px solid #074c72;
}

.all_tests .tab_menu ul li:last-child a {
    margin-right: 0;
}

.all_tests .tab_menu ul li a:hover,
.all_tests .tab_menu ul li.active a {
    color: #008edd;
}

.tab_menu ul li {
    float: left;
}

.tab_menu ul {
    display: inline-block;
}

.tab_menu {
    text-align: center;
}

.most_view {
    background: url(../images/most_viewed_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.most_view_logo {
    text-align: center;
    width: 100px;
    margin: 0 auto 10px;
}

.most_view_slider.owl-carousel .owl-item .most_view_logo img {
    display: inline-block;
}

.most_view .container {
    z-index: 1;
}

.most_view_main {
    text-align: center;
    font-family: 'robotomedium';
    font-size: 16px;
    min-height: 206px;
}

.que_time {
    text-align: center;
    margin: 5px 0 10px;
}

.que_time ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.que_time ul li {
    list-style: none;
    float: left;
    margin-right: 22px;
    position: relative;
    font-family: 'robotoregular';
    font-size: 15px;
}

.que_time ul li:after {
    content: "/";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: -15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
}

.que_time ul li:last-child:after {
    display: none;
}

.que_time ul li:last-child {
    margin-right: 0;
}

.most_view_main span.attempt {
    font-family: 'robotoregular';
    color: #008edd;
}

.most_view:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}

.most_view_box {
    text-align: center;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: no-repeat top right;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.most_view_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/most_view_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.07;
}

.most_view_box.basic {
    background-image: url(../images/basic_sec.png);
}

.most_view_box.advanced {
    background-image: url(../images/advenced_sec.png);
}

.most_view_box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 142, 221, 0.6);
    box-shadow: 0 0 10px rgba(0, 142, 221, 0.6);
}

.most_view_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 142, 220, 0.6);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.testimonial {
    background: url(../images/testi_banner.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.testimonial .container {
    z-index: 1;
}

.testimonial:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}

.testi_slider.owl-carousel .owl-nav {
    position: static;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.testi_slider.owl-carousel .owl-nav button[class*="owl-"]:hover {
    color: #008edd;
}

.testi_slider.owl-carousel .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 30px;
    margin: 20px 0 0;
}

.testi_slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.testi_slider.owl-carousel {
    padding: 0 40px;
}

.quote_box {
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 142, 212, 0.6);
    box-shadow: 0 0 15px rgba(0, 142, 212, 0.6);
    padding: 70px 15px 25px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.most_view_box .most_view_image {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
}

.most_view,
.last_seven,
.testimonial {
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

.most_view_slider.owl-carousel .owl-item,
.testi_slider.owl-carousel .owl-item {
    padding: 5px;
}

.testi_slider.owl-carousel .owl-item {
    padding-top: 50px;
}

.most_view_box .most_view_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.most_view_box .most_view_cntnt {
    font-family: 'robotobold';
    font-size: 20px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: -25%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 2;
    letter-spacing: 1px
}

.most_view_cntnt span {
    padding-bottom: 10px;
    display: block;
}

.most_view_cntnt p {
    line-height: 20px;
}

.most_view_box:hover .most_view_cntnt {
    bottom: 45%;
}

.most_view_box:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.quote_box .quote_cntnt .client_name {
    font-family: 'robotomedium';
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
    display: block;
}

.quote_box .quote_cntnt .desig {
    color: #008edd;
    font-size: 17px;
    padding: 5px;
    border-top: 1px solid #008edd;
    border-bottom: 1px solid #008edd;
    line-height: 35px;
}

.quote_img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.quote_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*----------------listing page------------*/

.btn_center {
    margin-top: 30px;
    text-align: center;
}

.innerbanner img {
    width: 100%;
}

.test_lists ul li {
    margin-bottom: 30px;
}

.test_lists ul {
    margin-bottom: -30px
}

.exam_listing_main {
    position: relative;
    z-index: 0;
    ;
}

.test_aside .test_aside_head .c_toggle {
    display: none;
}

.test_aside_head {
    margin-bottom: 10px;
}

.test_aside_head>div {
    background: none;
    position: relative;
    cursor: pointer;
    position: relative;
}

.test_aside_head>div.closed {
    border: none;
}

.test_aside_head.active .thead strong,
.test_aside_head .thead:hover strong {
    color: #008edd;
}

.test_aside_head.active .thead {
    border-width: 2px;
    border-color: #008edd;
}

.test_aside_head:last-child .thead {
    border-bottom: 0;
}

.test_aside_head>div em {
    text-align: center;
    line-height: 35px;
    display: block;
    position: absolute;
    right: 11px;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
    font-style: normal;
}

.test_aside_head>div em:after {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
}

.test_aside_head>div.closed em {
    color: #000;
}

.test_aside_head>div.closed em:after {
    content: "\f106";
    line-height: 31px;
}

.test_aside {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 10px rgba(83, 192, 252, 0.7);
    box-shadow: 0 0 10px rgba(83, 192, 252, 0.7);
}

.test_aside_head .thead {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 0;
}


/*.test_aside_head > div.closed{

    background: #eb2630;

}

.test_aside_head > div.closed .thead{color: #fff;}*/

.test_aside_head .thead strong {
    font-weight: normal;
    padding-right: 0;
    color: #2b4047;
    font-size: 18px;
}

.test_aside .test_aside_head .c_toggle {
    display: none;
}

.test_aside .test_aside_head .c_toggle p {
    text-align: justify;
    color: #6a6868;
    font-size: 16px;
    font-family: 'latoregular';
}

.test_aside_list {
    position: relative;
}

.test_aside_list ul {
    margin-bottom: 0;
}

.test_aside_list ul li {
    padding: 5px 20px;
    border-bottom: 1px solid #d3d3d3;
}

.test_aside_list ul li:last-child {
    border-bottom: 0;
}


/*----------------Details page------------*/

.running_time {
    text-align: center;
    padding: 10px 0;
    background: #008edd;
    background: -moz-linear-gradient(top, #008edd 0%, #65c5fa 48%, #008edd 100%);
    background: -webkit-linear-gradient(top, #008edd 0%, #65c5fa 48%, #008edd 100%);
    background: linear-gradient(to bottom, #008edd 0%, #65c5fa 48%, #008edd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008edd', endColorstr='#008edd', GradientType=0);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.running_time .timer_img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.running_time span {
    vertical-align: middle;
    color: #fff;
}

.running_time span.timer {
    border: 0;
}

.all_questions .heading {
    font-family: 'robotobold';
    font-size: 25px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
    float: left;
    margin-bottom: 0;
}

.all_questions .heading:after,
.question_pallet .heading:after {
    display: none;
}

.all_questions .swip_lang {
    float: right;
    width: 50px;
    position: relative;
    margin-top: 20px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.all_questions .swip_lang img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.all_questions .swip_lang img.eng_hin {
    opacity: 1;
    visibility: visible;
}

.all_questions .swip_lang img.hin_eng {
    opacity: 0;
    visibility: hidden;
}

.all_questions .swip_lang.swipe img.eng_hin {
    opacity: 0;
    visibility: hidden;
}

.all_questions .swip_lang.swipe img.hin_eng {
    opacity: 1;
    visibility: visible;
}

.question_head {
    margin-top: 20px;
}

.questions>ul>li {
    border: 1px solid #ccc;
}

.questions .q_head {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    display: block;
    font-family: 'robotomedium';
    font-size: 18px;
    color: #008edd;
}

.question p {
    padding-bottom: 0;
}

.question {
    padding: 15px 30px;
    font-family: 'robotomedium';
    line-height: 24px;
}

.option_section .options ul li span.option_no {
    height: 30px;
    width: 30px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #008edd;
    color: #008edd;
    background: #daf2ff;
    display: block;
    text-align: center;
    float: left;
    margin-top: 5px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.option_section .options a {
    padding: 15px 20px 15px 40px;
    display: block;
    background: transparent
}

.option_section .options p {
    padding-bottom: 0;
}

.option_section .options a:hover,
.option_section .options li.active a {
    background: #daf2ff;
}

.option_section .options a:hover span.option_no,
.option_section .options li.active a span.option_no {
    background: #fff;
}

.option_section .options .answer {
    margin-left: 45px;
    position: relative;
}

.select_question ul a.select_number {
    height: 30px;
    width: 30px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #008edd;
    color: #008edd;
    background: #daf2ff;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.question_pallet {
    margin-left: 50px;
}

.question_pallet .heading {
    text-align: left;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid #d3d3d3;
    font-family: 'robotobold';
    font-size: 25px;
}

.question_pallet .select_question {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-top-width: 0;
    max-height: 191px;
}

.question_pallet .select_question .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.question_pallet .select_question .mCSB_scrollTools {
    width: 5px;
}

.question_pallet .select_question .mCSB_scrollTools .mCSB_draggerContainer {
    left: 3px;
}

.question_pallet .select_question a {
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.question_pallet .select_question a:hover,
.question_pallet .select_question li.select a {
    background: #fff;
}

.forum_sec {
    padding: 10px 20px 10px 50px;
    margin-top: 0;
    border-top: 1px solid #bce7ff;
}
.view_answer{      padding: 20px;
    background: #f5f5f5;
}
.view_answer .form-group{ margin: 0; }
.view_answer .form-group p{ padding-left: 10px; }
.exam_detail_section h4{    font-weight: 600;
    color: #008edd;}
.display-comment strong{ color: #1bb70a; }
.display-comment strong i{    font-size: 23px;
    vertical-align: middle;
    margin-right: 7px;
    line-height: 20px;}
.display-comment p{ padding-left: 15px; }

.forum_sec ul {
    margin: 0 -10px;
}

.forum_sec ul li {
    float: left;
    padding: 0 10px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
}


}
.forum_sec ul li a {
    display: inline-block;
}
.forum_sec span.forum_icon {
    width: 35px;
    padding-right: 3px;
    vertical-align: text-bottom;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.forum_sec span.d_forum {
    width: 30px;
}
.forum_sec span.w_forum {
    width: 15px;
}
.forum_sec span.r_forum {
    width: 20px;
}
.forum_sec ul li:last-child {
    margin-right: 0;
}
.forum_sec ul li:hover span.forum_icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/**whycvht**/
.whycvht {
    padding: 40px 0;
}
.whycvhtdiv {
    padding: 0 0 0 15px;
}
.whycvhtdiv h3 {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.whycvhtlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.whycvhtlist li {
    padding: 5px 0;
    margin-bottom: 10px;
}
.whycvhtlist li .no {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: #008edd;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin-right: 5px;
}
.whycvhtlist li .content {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    font-size: 17px;
}
.whycvhtlist li .content span {
    font-weight: 600;
    display: block;
    font-size: 20px;
}

/*----------------start quiz page------------*/
.start_test .options ul li input[type="radio"] {
    margin: 0;
    opacity: 0;
    width: auto;
}
.start_test .options ul li input[type="radio"]~.c_radio {
    position: absolute;
    top: 28px;
    left: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #008edd;
    background: #daf2ff;
}
.start_test .options ul li input[type="radio"]~.c_radio:after {
    content: "\f00c";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #008edd;
    display: none;
    font-family: 'FontAwesome';
    font-size: 10px;
}
.start_test .options ul li input[type="radio"]:checked~.c_radio:after {
    display: block;
}
.option_section .options label.radio {
    padding: 15px 20px 15px 40px;
    display: block;
    background: transparent;
    cursor: pointer;
}
.option_section .options label.radio:hover,
.option_section .options li.active label.radio {
    background: #daf2ff;
}
.option_section .options label.radio:hover span.option_no,
.option_section .options li.active label.radio span.option_no {
    background: #fff;
}
.marks_table tr th,
.marks_table tr td {
    padding: 5px;
    border-width: 0;
}
.marks_table tr th {
    border-bottom-width: 1px;
}
.marks_table tr th:last-child,
.marks_table tr td:last-child {
    text-align: right;
}
.marhs_head {
    margin: 10px 0 0;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    background: #29c5f6;
    color: #073c5e;
}
.marhs_head span {
    font-size: 18px;
    padding-left: 10px;
}
.answer_sheet .question_head .heading {
    font-size: 23px;
    color: #008edd;
}
.answer_sheet .question_head .heading span {
    font-size: 18px;
    display: block;
}
.start_test .options ul li input[type="radio"]:disabled~.c_radio {
    opacity: 0.4;
}

/*----------------answer sheet page------------*/
.answer_sheet .option_section .options .answer {
    padding-right: 10px;
}
.option_section .options .corrent_answer a {
    display: inline-block;
    padding: 0;
}
.option_section .options .corrent_answer a:hover,
.option_section .options li.active .corrent_answer a {
    background-color: #fff
}
.corrent_answer ul {
    padding: 10px 20px 10px 40px;
    border-left: 2px solid #0b6aa6;
}
.corrent_answer ul li {
    padding-bottom: 10px;
}
.corrent_answer ul li:last-child {
    padding-bottom: 0;
}
.corrent_answer ul li span {
    color: #006fa6;
}
.option_section .options input[type="radio"]:checked~.answer:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    height: 20px;
    width: 20px;
}
.option_section .options.wrong input[type="radio"]:checked~.answer:after {
    background: url(https://civilhunt.com/public/frontend/images/wrong.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.option_section .options.correct input[type="radio"]:checked~.answer:after {
    background: url(../images/correct.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.top-buffer { margin-top:20px; }