/* import fonts */
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* import style css */
/*****************************
	-- THEME
*****************************/
/* RESET CSS */
/*****************************
	-- RESET
*****************************/
body {
    font-family: 'Quicksand', sans-serif;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 0 20px;
}

.mb-100 {
    margin-bottom: 100px;
}

.border-0 {
    border: 0;
}

select.text_field {
    height: 50px;
}

select.text_field {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input {
    line-height: 45px;
    height: 45px;
    border: 1px solid #ececec;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #747b86;
    font-size: 16px;
}

label,
.form-group p.label {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #828282;
    font-weight: 600;
}

label span,
.form-group p.label span {
    font-weight: 400;
    font-size: 15px;
    color: #555;
}

label sup,
.form-group p.label sup {
    color: #ff6a6d;
}

.hoverImg {
    transition-duration: 0.4s;
}

.hoverImg:hover {
    opacity: 0.7;
}

.section--padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

select[multiple] {
    height: 80px;
}

select:focus {
    outline: 0;
    border-color: #0674ec;
}

.select--field {
    height: 55px;
    border: 1px solid #dcdcdc;
}

.text_field {
    line-height: 50px;
    border: 1px solid #e6e6e6;
}

.table td,
.table th {
    vertical-align: middle;
}

.starrate span.ctrl {
    position: absolute;
    z-index: 2;
}

.starrate {
    color: #7d7d7d;
    cursor: pointer;
}

.starrate.saved:hover,
.starrate:hover,
.starrate.saved {
    color: #da9700;
}

textarea {
    border: 1px solid #ececec;
    min-height: 135px;
    line-height: 25px;
    padding-top: 15px;
}

textarea.text_field {
    line-height: 25px;
    padding-top: 15px;
    min-height: 135px;
}

.sec_pad {
    padding: 120px 0;
}

button {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: 0;
}

.bg_grey {
    background: #f6f7fa;
}

.bg_bluish {
    background: #c5e0ea;
}

/* TYPOGRAPHY */
p {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-weight: 600;
    padding: 0;
    color: #2b2b2b;
}

.fs_14 {
    font-size: 14px !important;
}

.fs_20 {
    font-size: 20px;
}

.btn-submit {
    line-height: 50px;
    padding: 0 25px;
}

.btn-submit:hover,
.btn-submit:focus {
    background: #5574dd;
}

.btn-red {
    background: #ec0646;
}

.btn-red:hover,
.btn-red:focus {
    background: #252525;
}

.custom-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

#calendar {
    max-width: 1100px;
    margin: 0 auto;
}

.c_dashboard {
    background: #fff;
}

.sidebar_author {
    height: 100%;
    background: -webkit-linear-gradient(right, #428ce0, #5672dd);
    background: -o-linear-gradient(right, #7347c1, #0674ec);
    background: linear-gradient(to left, #428ce0, #5672dd);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.dash_left {
    width: 295px;
}

.dash_right {
    width: calc(100% - 295px);
    padding: 0 30px;
    border-bottom: 1px solid #eaeaea;
}

.dashboard_content {
    padding: 0;
    margin: 35px 0;
}

.dash_title {
    background: #27c5cd;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash_logo {
    background: #27c5cd;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash_title h3 {
    color: #fff;
    text-align: center;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 20px;
}

.c_search_box {
    border: 1px solid #ddd;
    align-items: center;
    border-radius: 30px;
}

.c_search_box input {
    border: 0;
    border-left: 1px solid #ddd;
}

.c_search_box .c_search_btn {
    border: 0;
    background: transparent;
    padding: 0 15px;
    color: #b5b5b5;
    transition-duration: 0.4s;
}

.c_search_box .c_search_btn:focus,
.c_search_box .c_search_btn:hover {
    color: #4687df;
}

.justselect-wrapper {
    min-width: 150px;
}

.justselect-title {
    color: #989898;
    font-weight: 600;
    background-size: 8px;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 25px;
    position: relative;
}

.justselect-title:before {
    content: '\e64b';
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 9px;
}

.justselect-list {}

.justselect-list li {}

.justselect-list li.selected {
    background: #eff1f5;
}

.dash_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
}

.sidebar {
    position: fixed;
    top: 95px;
    width: 295px;
    height: calc(100vh - 95px);
    overflow-y: scroll;
    transition-duration: 0.4s;
}

.sidebar.full{
    top: 0;
    height: 100%;
    z-index: 2;
    left: -200%;
}

/*
.sidebar::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    right: 0;
}

.sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
*/

.sidebar_user .user_title {
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
}

.sidebar .closebtn {
    position: absolute;
    right: 14px;
    top: 12px;
    background: transparent;
    border: 0;
    color: #fff;
    display: none;
}

.sidebar.full .closebtn {
    display: block;
}

.author-profile-area {
    margin-top: 95px;
    margin-left: 295px;
    padding: 50px 15px;
}

.author-profile-area.full {
    margin-left: 0;
}

.mc_que {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.mc_options {
    max-width: 75%;
    display: block;
    margin-bottom: 25px;
}

.mc_options input[type="radio"] {
    display: none;
}

.mc_options label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 28px;
    cursor: pointer;
    font-weight: 400;
}

.mc_options label::before,
.mc_options label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.mc_options label::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    border: 2px solid #ccc;
}

.mc_options .radio {
    margin: 8px 0;
    display: inline-block;
    cursor: pointer;
    width: 49%;
    padding-left: 0;
}

.mc_options .radio input {
    display: none;
}

.mc_options .radio input+span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.fc .fc-button-primary:disabled,
.fc .fc-button-primary {
    background-color: #4786df;
    border-color: #4587df;
}

.fc .fc-button-primary:focus, 
.fc .fc-button-primary:not(:disabled).fc-button-active:focus, 
.fc .fc-button-primary:not(:disabled):active:focus{
    background: #27c5cd;
    outline: none;
    box-shadow: none;
    border-color: #27c5cd;
}

.mc_options .radio input+span:not(:empty) {
    padding-left: 30px;
}

.mc_options .radio input+span:before,
.mc_options .radio input+span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.mc_options .radio input+span:before {
    background: #D1D7E3;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.mc_options .radio input+span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.mc_options .radio input:checked+span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: #5D9BFB;
}

.mc_options .radio input:checked+span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.mc_options .radio:hover input+span:before {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.mc_options .radio:hover input+span:after {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
}

.mc_options .radio:hover input:checked+span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.mc_options .container-checkbox::before {
    display: none;
}

.mc_options label:hover::before {
    background: #fff;
}

.mc_options label::after {
    opacity: 0;
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.mc_options input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}

.mc_options input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mc_options .radio-input {
    display: inline-block;
    width: 49%;
}

.mc_options .container-checkbox {
    width: 49%;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.mc_options .container-checkbox input {
    display: none;
}

/* Create a custom checkbox */
.mc_options .container-checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mc_options .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mc_options .container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mc_options .container-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
}

.close i {
    font-size: 13px;
}

.fixed_timer{
    position: fixed;
    top: 96px;
    margin-left: 295px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
}

.fixed_timer.full{
    margin-left: 0;
}

.time_count_area {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 1;
    padding: 10px 0;
    margin-left: auto;
    padding-right: 30px;
    border-bottom: 1px solid #eaeaea;
}

.time_count_area i {
    font-size: 30px;
    color: #4687df;
    margin-right: 10px;
}

.timer-quick {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    color: #4687df;
    font-size: 30px;
    font-weight: 700;
}

.dash_mobile .time_count_area{
    background: transparent;
}

.dash_mobile .time_count_area i,
.dash_mobile .timer-quick{
    color: #fff;
}

.quiz_header {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}
.marks{
    text-align: right;
}

.quiz_info h6 {
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
}

.quiz_name {
    text-align: center;
    margin-bottom: 35px;
}

.content_above {
    position: relative;
    z-index: 2;
}

.btn-transparent {
    background: transparent;
    color: #051441;
}

.btn.btn-transparent:focus {
    color: #051441;
}

.dropdown-item {
    color: #54667a;
    cursor: pointer;
    font-size: 14px;
}

.btn-transparent:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.btn-transparent:hover {
    background: transparent;
}

.custom_checkbox label i {
    color: #fff;
    position: absolute;
    left: 4px;
    top: 9px;
    font-size: 10px;
}

.custom_checkbox label .shadow_checkbox {
    height: 18px;
    width: 18px;
    top: 0;
    border: 1px solid #d3d3d3;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.custom_checkbox input[type='checkbox']:checked + label .shadow_checkbox {
    background: #0674ec;
}


/***************************************
	START Mobile Menu AREA
****************************************/
.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

.menu-open {
    background: transparent;
    border: 0;
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.menu_toggle .hamburger span {
    width: 21px;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #051441;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}

.menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.2s;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block;
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #5e2ced;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: 0.4s;
}

.menu_one {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobilemenu .nav .menu-item.menu-toggle .menu-link i {
    position: absolute;
    right: 40px;
    font-size: 11px;
    line-height: 32px;
}

.mobilemenu .nav .menu-item.menu-toggle .dropdown-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    background: transparent;
    top: 0;
    right: 0;
    margin: 0;
    padding-left: 25px;
    border: 0;
    transition-duration: 0.4s;
}

.mobilemenu .nav .menu-item.menu-toggle .dropdown-menu .menu-item {
    display: block;
    overflow: hidden;
}

.mobilemenu .nav .menu-item.menu-toggle .dropdown-menu .menu-item .dropdown-menu li a {
    padding-left: 25px;
}

.mobilemenu .nav .menu-item.menu-toggle .dropdown-menu .menu-item .dropdown-menu li:first-child a {
    border-top: 0;
}

.mobilemenu .sidenav {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: -100%;
    overflow-x: hidden;
    transition: 0.9s;
    min-width: 350px;
    padding-top: 100px;
    background: #26a8dc;
}

.mobilemenu .sidenav.active {
    left: 0;
}

.mobilemenu .sidenav a {
    color: #fff;
    line-height: 40px;
    padding-left: 25px;
    display: block;
    font-size: 16px;
}

.mobilemenu .sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 18px;
    color: #fff;
    border: 0;
    background: transparent;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: 0.2s;
}

/***************************************
	End Mobile Menu AREA
****************************************/

/***************************************
	START About AREA
****************************************/

.p_service_item h5 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
}

.agency_service_item a {
    font: 400 14px/26px "Poppins", sans-serif;
    color: #222d39;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    transition: color 0.3s linear 0s;
}

.agency_service_item p:hover a {
    color: #26a8dc;
}

.agency_service_item p i {
    vertical-align: middle;
    padding-left: 8px;
    transition: all 0.3s linear 0s;
}

.agency_service_item p:hover i {
    color: #29abe0;
    padding-left: 12px;
}

.agency_service_item a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #222d39;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: width 0.3s linear 0s;
}

.agency_service_item p:hover a:before {
    width: 132%;
    background: #26a8dc;
}

.agency_service_item .icon {
    margin-bottom: 25px;
}

.agency_service_item .icon i {
    font-size: 35px;
}

.d_page_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.d_page_header .view_icon a {
    color: #2b2b2b;
    font-size: 18px;
}

.d_page_header .view_icon a:hover {
    color: #27c5cd;
}

/***************************************
	End About AREA
****************************************/

.banner_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 25px;
    margin-right: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transition-duration: 0.4s;
    opacity: 0;
}

.banner_slider:hover .owl-nav {
    opacity: 1;
}

.banner_slider.owl-carousel .owl-nav .owl-prev,
.banner_slider.owl-carousel .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.1);
    width: 60px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0.4s;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
}
.banner_slider.owl-carousel .owl-nav .owl-prev i,
.banner_slider.owl-carousel .owl-nav .owl-next i{    
    line-height: 60px;
}

.banner_slider.owl-carousel .owl-nav .owl-prev:before,
.banner_slider.owl-carousel .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    display: block;
    top: -22px;
    background: #26a8dc;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    transition-duration: 0.3s;
    z-index: -1;
}

.banner_slider.owl-carousel .owl-nav .owl-prev:before {
    right: -125px;
}

.banner_slider.owl-carousel .owl-nav .owl-next:before {
    left: -125px;
}

.banner_slider.owl-carousel .owl-nav .owl-prev:hover:before {
    right: -20px;
}

.banner_slider.owl-carousel .owl-nav .owl-next:hover:before {
    left: -20px;
}

.banner_slider .item {
    height: auto;
    color: #fff;
    position: relative;
}

.banner_slider .item img {
    width: 100%;
}

.banner_slider .item .text {
    max-width: 1100px;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center;
}

.banner_slider .item .text h2 {
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;
}

.banner_slider .item .text h2,
.banner_slider .item .text p {
    color: #fff;
}

.banner_slider .item .text p {
    max-width: 450px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.product--card.list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.product--card.list .product-desc{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.product--card.list .btn--lg{
    min-width: 160px;
    margin-left: 20px;
}

/***************************************
	START Author AREA CSS
*****************************************/

.author__notification_area {
    display: inline-block;
    vertical-align: middle;
}

.author__notification_area ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.author__notification_area ul li:last-child {
    padding-right: 0;
}

.author__notification_area ul li.user_icon {
    text-align: center;
    vertical-align: middle;
}

.author__notification_area ul li.user_icon a i {
    color: #fff;
    font-size: 15px;
}

.author__notification_area ul li i {
    font-size: 20px;
    color: #7e8fa1;
    vertical-align: middle;
    line-height: 45px;
}

.author__notification_area ul li .icon_wrap {
    position: relative;
}

.author__notification_area ul li.user_icon .icon_wrap {
    display: flex;
    align-items: center;
}

.author__notification_area ul li.user_icon .icon_wrap img {
    max-width: 28px;
}

.author__notification_area ul li.user_icon .icon_wrap i {
    display: block;
    width: 45px;
    border-radius: 50%;
    background: #5573dd;
    color: #fff;
}

.author__notification_area ul li .notification_count {
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    top: 7px;
    font-size: 11px;
    line-height: 22px;
    position: absolute;
    padding: 0 4px;
    vertical-align: middle;
    right: 0;
    min-width: 22px;
    text-align: center;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.author__notification_area ul li .notification_count.noti {
    background: #30aee0;
}

.author__notification_area ul li .notification_count.msg {
    background: #77de51;
}

.author__notification_area ul li .notification_count.purch {
    background: #0674ec;
}

.author-author__info {
    padding: 24px 0;
    float: right;
}

/***************************************
	End Author AREA CSS
*****************************************/

.notice_date {
    width: 82px;
    background: #26a8dc;
    float: left;
    text-align: center;
    border-radius: 2px;
}

.notice_date_wrapper {
    border: 1px solid #ffffff;
    margin: 7px;
    padding: 5px 0;
}

.notice_date_wrapper p {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 40px;
}

.notice_date_wrapper span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.notice_info {
    margin-left: 115px;
}

.notice_info h3 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

hr.space {
    margin-top: 25px;
    margin-bottom: 25px;
}

/***************************************
	START COUNTER UP AREA CSS
*****************************************/

.counter-up-area {
    position: relative;
    background: url(../img/countbg.jpg);
    background-size: cover;
}

.counter-up-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(13, 15, 19, 0.8);
}

.counter-up-area.counter-up--area2 {
    background-image: none;
}

.counter-up-area.counter-up--area2:before {
    display: none;
}

.counter-up-area.counter-up--area2 .counter-up {
    padding: 60px 0px;
}

.counter-up-area.counter-up--area2 .counter-up .counter p {
    color: #555;
}

span.counter {
    display: block;
}

.counter-up {
    overflow: hidden;
    padding: 96px 0;
}

.counter-up .counter {
    width: 25%;
    float: left;
    text-align: center;
}

.counter-up .counter i {
    display: block;
    font-size: 48px;
}

.counter-up .counter .count {
    font-size: 36px;
    margin-top: 35px;
    display: inline-block;
}

.counter-up .counter p {
    color: #ffffff;
    margin-top: 7px;
    font-size: 18px;
    margin-bottom: 0;
}

/****************************************
	END COUNTER UP AREA CSS
*****************************************/

/***************************************
	Footer AREA CSS
*****************************************/

.info__logo {
    margin-bottom: 25px;
}

.footer-menu {
    display: inline-block;
    width: 49%;
    padding-left: 30px;
}

.footer-big {
    background: #29ABE0;
}

/***************************************
	End Footer AREA CSS
*****************************************/

.social_icon {
    display: inline-block;
}

.social_icon span {
    display: inline-block;
    line-height: 45px;
    width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.social--color--filled .fa-facebook-f {
    background: #395799;
}

.social--color--filled .fa-google-plus-g {
    background: #f05b44;
}

.social--color--filled .fa-pinterest-p {
    background: #9c0c1c;
}

.social--color--filled .fa-linkedin-in {
    background: #007bb5;
}

.social--color--filled .fa-dribbble {
    background: #ea4c89;
}

.quiz_header,
.dash_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.dash_mobile {
    background: #27c5cd;
}

.dash_mobile .icon_wrap i {
    color: #fff;
}

.dash_mobile .menu_toggle .hamburger span {
    background: #fff;
}

.sidebar.active {
    left: 0;
}

.logoContainer {
    padding-bottom: 20px;
}

.logoContainer img {
    max-width: 100%;
}

.fileContainer {
    background: #ccc;
    width: 202px;
    position: relative;
    line-height: 35px;
    color: #434343;
    padding: 0px 41px 0 53px;
    cursor: pointer !important;
}

.fileContainer span {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.fileContainer input[type="file"] {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}


@media (min-width: 1500px) {
    .container,
    .mainmenu__menu{
        max-width: 1470px;
    }    
    
    .quiz_header .menu_one{
        max-width: 1475px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1199px) {
    .mainmenu__menu {
        max-width: 930px
    }
    .product--card.list .product-desc{
        display: block;
    }
    .product--card.list .product-desc .btn--lg{
        margin-left: 0;
        margin-top: 15px;
    }    
    
    .mc_options .container-checkbox,
    .mc_options .radio{
        width: 100%;
    }
}

@media (max-width: 991px) {
    
    .fixed_timer {
        top: 78px;
        margin-left: 0;
    }
    .mc_options {
        max-width: 100%;
    }

    .sidebar {
        left: -350px;
        top: 0;
        margin-top: 0;
        z-index: 2;
        height: 100vh;
    }

    .author-profile-area {
        margin-left: 0;
        padding: 30px 0;
    }

    .sidebar .closebtn {
        display: block;
    }

    .hidden-md {
        display: none !important;
    }
    
    .sidebar_author .author-menu ul li a.active {
        background: transparent;
        color: #09f3ff;
    }
    
    .mc_options .container-checkbox,
    .mc_options .radio{
        width: 49%;
    }
    
    .quiz_header{
        padding: 0 10px;
    }
    
    .quiz_header .menu_one{
        padding: 9px 0;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    .menu_one {
        padding: 15px 0;
        max-width: 720px;
        margin: 0 auto;
    }

    .dash_mobile .menu_one {
        max-width: 100%;
        padding: 15px 35px;
    }
}

@media (max-width: 767px) {
    .counter-up .counter {
        width: 50%;
    }
    
    .product--card.list{
        display: block;
    }

    .section--padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .time_count_area {
        margin-left: 0;
    }

    .hidden-xs {
        display: none !important;
    }
    
    .mc_options .container-checkbox,
    .mc_options .radio{
        width: 100%;
    }
}

@media (max-width: 575px) {
    .notice_date {
        float: none;
        padding: 1px 0;
    }

    .notice_info {
        margin-left: 0;
        margin-top: 35px;
    }


    .mc_options .container-checkbox,
    .mc_options .radio-input {
        width: 100%;
    }

    .quiz_name {
        margin-bottom: 50px;
    }

    .sidebar {
        height: 100%;
    }
    .marks{
        text-align: left;
    }
}

@media (max-width: 460px) {

    .dash_mobile .time_count_area {
        position: fixed;
        right: 15px;
        top: 86px;
    }

    .dash_mobile .time_count_area i ,
    .dash_mobile .timer-quick {
        color: #4687df;
    }
    
    .quiz_header{
        padding: 0;
    }
    
}

@media (max-width: 420px) {
    .counter-up .counter {
        width: 100%;
        float: none;
    }

    .dash_mobile .navbar-brand img {
        max-width: 140px
    }
    
    .d_page_header h3{
        max-width: calc(100% - 50px);
    }
}
.m-b-10{
    margin-bottom: 10px;
}