/*-------------------------------------
************** helper CSS **************
--------------------------------------*/
html,
body {
    height: auto;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 400;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
}

html {
    overflow-x: hidden;
}

p {
    margin-bottom: 10px;
}

a {
    color: #087100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    /* color: #80cc7a; */
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

textarea.form-control {
    height: auto !important;
    -webkit-appearance: none;
}

label {
    display: inline-block;
    margin-bottom: 0.3rem;
}

label sup {
    font-size: 15px;
    top: -.1em;
    color: #ed1c24;
}

.form-group {
    margin-bottom: 0.7rem;
}

/* .form-control {
    font-size: 13px;

    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #e0dfdf;
    transition-duration: .5s;

    color: #000;
} */
.form-control{
    font-size: 13px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    transition-duration: .5s;
    padding: 6px 20px 6px 12px;
    height: 45px;
    color: #000;
    font-weight: 300;
    position: relative;
}
.form-control:focus {
    color: #000;
    border-color: #4A90E2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

/*.custom-control-label::before{top:0.07rem;}
.custom-control-label::after{top: 0.03rem;}
*/
p {
    margin: 0 0 10px 0;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.right-shadow {
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.03);
}

.line-height {
    line-height: 24px;
}

/*text-size*/
.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

/*text-size-end*/
.icon-box {
    font-size: 18px !important;
}

.icon-box a {
    padding: 2px;
}

.circle {
    border-radius: 50%;
}

.or-circle {
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #e0dfdf;
    display: inline-block;
    padding: 15px;
}

.mt-8 {
    margin-top: 6rem;
}

/*text-color*/
.text-orange {
    color: #fd570a !important;
}

.text-blue {
    color: #1b8ce2 !important;
}

.text-dark-green {
    color: #0f7e7d !important;
}

.text-red {
    color: #ed1c24 !important;
}

.text-green {
    color: #01b33d !important;
}

.text-black {
    color: #000 !important;
}

.text-purple {
    color: #9c4eab;
}

/*text-color*/
/*radius*/
.radius-5 {
    border-radius: 5px !important;
}

/*radius-end*/
.lable {
    padding: 3px 7px;
    border-radius: 3px;
}

/* Background colors */
.bg-gray,
.bg-red,
.bg-green,
.bg-orange,
.bg-blue,
.bg-dark-green {
    color: #fff;
}

.bg-gray {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #ccc;
    /* Old browsers */
    background: -moz-linear-gradient(to right top, #ccc 0%, #e4e4e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right top, #ccc 0%, #e4e4e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right top, #ccc 0%, #e4e4e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#e4e4e4', GradientType=1);
    /* IE6-9 */
}

.bg-red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #ed1c24;
    /* Old browsers */
    background: -moz-linear-gradient(to right top, #ed1c24 0%, #f4040d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right top, #ed1c24 0%, #f4040d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right top, #ed1c24 0%, #f4040d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#f4040d', GradientType=1);
    /* IE6-9 */
}

.bg-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #09c83a;
    /* Old browsers */
    background: -moz-linear-gradient(to right top, #09c83a 0%, #02e23b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right top, #09c83a 0%, #02e23b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right top, #09c83a 0%, #02e23b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09c83a', endColorstr='#02e23b', GradientType=1);
    /* IE6-9 */
}

.bg-orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #ec7908;
    /* Old browsers */
    background: -moz-linear-gradient(to right top, #ec7908 0%, #ff7e00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right top, #ec7908 0%, #ff7e00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right top, #ec7908 0%, #ff7e00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7908', endColorstr='#ff7e00', GradientType=1);
    /* IE6-9 */
}

.bg-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #1b8ce2;
    /* Old browsers */
    background: -moz-linear-gradient(to right top, #1b8ce2 0%, #6cbffd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right top, #1b8ce2 0%, #6cbffd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right top, #1b8ce2 0%, #6cbffd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b8ce2', endColorstr='#6cbffd', GradientType=1);
    /* IE6-9 */
}

.bg-dark-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #0f7e7d;
    /* Old browsers */
    background: -moz-linear-gradient(to right top, #0f7e7d 0%, #14bab8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right top, #0f7e7d 0%, #14bab8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right top, #0f7e7d 0%, #14bab8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f7e7d', endColorstr='#14bab8', GradientType=1);
    /* IE6-9 */
}

/* Background colors End */
/*text-color*/
/*btn_css*/
.btn_box {
    margin: 15px 0;
    padding: 15px 0 0 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.btn_box a {
    color: #ed1c24;
    text-decoration: underline;
}
.btn{border-radius:0;}
.btn-primary {
    color: #fff;
    background-color: #3B3B58;
    border-color: #3B3B58;
    /* border-radius: 5px !important; */
}

.btn-primary:hover {
    color: #fff;
    background-color: #29293c;
    border-color: #29293c;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0rem rgba(52, 15, 87, 0.3);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #29293c;
    border-color: #29293c;
}

/* .btn-primary i {
	font-size: 22px;
	margin: 0 0 0 10px;
} */
.btnBloc .btn-primary {
    border-radius: 20px !important;
    text-transform: none;
}

.btn-gray {
    color: #fff !important;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #cbcbcb;
    border: #cbcbcb 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}

.btn-gray i {
    font-size: 22px;
    margin: 0 0 0 10px;
}

.btn-gray:hover {
    color: #fff !important;
    background-color: #000;
    border: #000 1px solid;
    text-decoration: none;
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: 400;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
    text-decoration: none !important;
    /* text-transform: uppercase; */
    transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}

.btn-dark:hover {
    background-color: #555;
    border-color: #555;
}

.btn-border {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}

.btn-border:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-blue {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px 10px 20px;
    background-color: #2892e4;
    border: #2892e4 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}

.btn-blue:hover {
    color: #fff !important;
    background-color: #0765ad;
    border: #0765ad 1px solid;
    text-decoration: none;
}

.add-new {
    color: #ed1c24;
    background-color: #fff;
    border: 1px solid #ed1c24;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}

.add-new:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.add-new i {
    margin-right: 3px;
    font-size: 14px;
}

/*btn_css*/
.uplode_file {
    border: 1px solid #ededed;
    padding: 9px;
    border-radius: 0.25rem;
    background-color: #FFF;
}

/*ScrollBar*/
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(237, 28, 36, 0.98);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(237, 28, 36, 0.95);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(237, 28, 36, 0.95);
}

/*ScrollBar*/
.main_tittle {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}

.main_tittle span {
    color: #73C16D
}

.side-count-box {
    margin: -10px 0 0 0;
    position: 0;
    position: relative;
    list-style: none;
    float: right;
}

.side-count-box li {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    color: #c9c9c9;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.side-count-box li span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.side-count-box li i {
    color: #000;
    font-style: normal;
}

.side-count-box li:first-child {
    border-right: 1px solid #c9c9c9;
}

#Date {
    font-size: 11px;
    padding: 2px 8px;
    margin: 0 0 0 0;
    color: #6fb36a;
    text-align: center;
    background-color: #87269a;
    font-weight: 400;
    display: block;
    font-style: italic;
}

/*topband*/
.top-panel {
    width: 100%;
    /*	height: 69px;
	position: relative;*/
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}

.top-panel .navbar-header {
    background: transparent;
}

.navbar-header {
    background-image: linear-gradient(to top, #1b8ce2, #3499e9, #48a6f0, #5ab2f7, #6cbffd);
}

.navbar {
    background: #883b80;
    padding: 5px 16px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.top-panel .menu_outer {
    width: 69%;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    height: 69px;
}

.logo {
    width: 220px;

    display: inline-block;
    background-position: 0 0;
    padding: 7px 10px;
    /* background-color:#340f57;*/
}

/*.login-wrap {
	width: 20%;
}*/
.user {
    display: inline-flex;
    padding: 15px 10px 14px 10px;
    border: 0 none;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    color: #fff;
}

.user img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #f0f0f1;
}

.user .user_name {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 12px;
    padding: 7px 0 0 10px;
    width: 70%;
    text-align: left;
}

.user .user_name p {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}

.user-wrap {
    position: relative;
    z-index: 1;
    float: left;
    width: 15%;
}

.user-wrap button {
    cursor: pointer;
}

.user-wrap .dropdown-menu {
    border: 1px solid #efefef;
    min-width: 100%;
    border-bottom: 3px solid #eb0600;
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
}

.user-wrap .dropdown-menu>li>a {
    padding: 10px 15px;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    display: block;
    clear: both;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.user-wrap .dropdown-menu>li>a:hover {
    background-color: #fbfbfb;
}

.user-wrap .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin: 0px 0 0 0;
}

/*dropdown-top-arrow*/
.user-wrap .dropdown-menu:before,
.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.user-wrap .dropdown-menu:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    left: 10px;
}

.user-wrap .dropdown-menu:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    left: 11px;
}

.user-wrap .dropdown-menu .dropdown-menu:before,
.user-wrap .dropdown-menu .dropdown-menu:after {
    display: none;
}

/*dropdown-top-arrow*/
.dark-gray-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41b120+0,99cb02+100 */
    background: #231f20;
    /* Old browsers */
    background: -moz-linear-gradient(left, #231f20 0%, #6e6c6d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #231f20 0%, #6e6c6d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #231f20 0%, #6e6c6d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231f20', endColorstr='#6e6c6d', GradientType=1);
    /* IE6-9 */
}

/*search_box*/
.sb-search {
    position: relative;
    width: 0%;
    min-width: 55px;
    height: 69px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.sb-icon-search {
    width: 55px;
    height: 69px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 69px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#search_modal .modal-content,
#location_modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

#search_modal .modal-body {
    margin-top: 10%;
}

#search_modal .form-control {
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #373636;
    background: none;
    transition-duration: .5s;
    padding: 0 15px 15px 15px;
    height: auto;
    color: #fff;
}

#search_modal .form-control:focus {
    border-color: #373636;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

#search_modal .close {
    margin-top: 0px;
    position: absolute;
    right: 15px;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=90 !important);
    opacity: .9 !important;
    background: none;
    width: auto;
    height: auto;
    top: 20px;
    width: 20px;
    padding: 0 0 0px 0;
    z-index: 9;
}

#search_modal .close:hover,
#search_modal .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.modal-content {
    border-radius: 0px;
}

.modal-backdrop.show {
    filter: alpha(opacity=100);
    opacity: .9 !important;
}

.modal-xl {
    max-width: 1140px;
}

/*search_box*/
/*topband*/
.user-box {
    font-size: 14px;
    color: #ccc;
    margin-left: 20px;
}

.user-icon {
    font-size: 22px;
    color: #ed1c24;
}

.user-box .dropdown-toggle::after {
    color: #ccc;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-item {
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #efefef;
}

/*main_part_outer*/
.main_part_outer {
    margin: 0px 0 0px 0;
    padding: 0;
    position: relative;
    padding-top: 80px
}

.main_box {
    padding: 20px 30px;
    margin: 0 0 20px 0;
    border: 1px solid #e9ecef;
}

.min-h450 {
    min-height: 450px;
}

.min-h380 {
    min-height: 380px;
}

.min-h120 {
    min-height: 120px;
}

.min-h270 {
    min-height: 270px;
}

#Date {
    font-size: 11px;
    padding: 2px 8px;
    margin: -5px 0 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/*main_part_outer*/
select {
    width: 100% !important;

    appearance: none;
    background-image: url("../images/drop-arrow.png") !important;
    background-color: #fff;
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ededed;
    color: #666;

    outline: 0;

    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
}

select option {
    padding: 6px;
}

.text-small {
    font-size: 12px !important;
}

.delete {
    text-decoration: underline;
}

/*
    Component: Small boxes
*/
.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 0px;
    background: #fff;
}

.small-box>.inner {
    padding: 15px;
    /*border-bottom:1px solid rgba(0, 0, 0, 0.1);*/
    border: 1px solid #ebebeb;
    /* border-bottom:none; */
    border-radius: 7px 7px 0 0;
    min-height: 120px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    display: block;
    /*background: rgba(0, 0, 0, 0.1);*/
    text-decoration: none;
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    /*background: rgba(0, 0, 0, 0.15);*/
}

.small-box>.small-box-footer a {
    color: #fff;
}

.small-box h3 {
    font-size: calc(13px + 6 * ((100vw - 320px) / 900));
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    line-height: 80px;
    font-family: 'Roboto', 'Montserrat', Arial, sans-serif;
}

.small-box p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5px;
}

.small-box .icon {
    position: absolute;
    right: 15px;
    z-index: 0;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
    top: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.small-box:hover {
    text-decoration: none;
    color: #666;
}

.small-box:hover .icon {
    font-size: 60px;
}

/*Table CSS Start*/
/*.table thead th {
    vertical-align: bottom;
    border-bottom: 0;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: normal;
	padding:5px;
}*/
.table_div {
    border: 1px solid #ccc;
}

.table-bordered th,
.table-bordered td {
    border-color: #efefef;
}

.table th,
.table td {
    padding: 9px;
    font-family: 'Roboto', 'Poppins', Arial, sans-serif;
}

.table thead th {
    background-color: #919090;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 0 !important;
    font-weight: 600;
    padding: 10px 9px;
    letter-spacing: 0px;
}

.table td {
    vertical-align: middle;
    border-top: 1px solid #efefef;
    font-weight: 400;
    font-size: 11px;
    color: #333;
    line-height: 14px;
    padding: 10px 9px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

/*Table CSS End*/
/*Data_table*/
/*.dataTables_wrapper select{ width:auto!important; height:36px !important;}*/
/*Data_table*/
/*pagination*/
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin-right: 5px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px 3px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #666;
    background-color: #ffffff;
    border: 0;
    margin-left: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #038be1;
    border-color: #038be1;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #cdcdcd;
    background-color: #fcfcfc;
    border-color: #f0f0f0;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #cdcdcd;
    background-color: #fcfcfc;
    border-color: #f0f0f0;
    ;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/*pagination*/
/*custom-checkbox*/
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff;
    border: 1px solid #007bff;
}

/*custom-checkbox*/
/*content_box*/
.content_box {
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    margin-bottom: 30px;
    /*min-height:50px;*/
    letter-spacing: -0.5px;
}

.content_box .box-header {
    display: block;
    padding: 7px 7px 7px 15px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.box-header select {
    width: 130px !important;
    height: 32px !important;
    border-radius: 0px;
    padding: 6px 25px 6px 6px !important;
    font-size: 12px !important;
    background-image: url("../images/drop-arrow.png") !important;
    background-color: #fff;
    background-position: 100% center;
    background-repeat: no-repeat;
}

.btn-white-small {
    margin: 0 3px;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #000;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
}

.btn-white-small img {
    margin: 0 0px 0 0;
    padding: 7px;
    border-right: 1px solid #ccc;
    display: inline-block;
    background: #fff;
}

.btn-white-small span {
    padding: 5px 7px 5px 5px;
    line-height: 20px;
}

.btn-white-small:hover {
    background: #038be1;
    color: #FFF;
    border: 1px solid #038be1;
    text-decoration: none;
}

.content_box .box-header .box-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.5px;
}

.content_box .table th {
    border-top: none;
}

.content_box .box-body {
    padding: 15px;
}

.content_box .box-footer {
    border-top: 1px solid #ddd;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0px;
}

/*content_box_End*/
/*footer CSS*/
.buyProBlockFooter .footer{display:none;}
.footer {
    padding: 10px 0;
    margin: 0;
    position: fixed;
    font-size: 12px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*footer CSS*/
/*shorting_link*/
.shorting_link {
    margin: 0 2px;
    padding: 5px 5px;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    font-size: 11px;
    color: #555555;
}

.shorting_link i {
    margin: 0 3px 0 0;
    color: #0fb93b;
    font-size: 100%;
}

.shorting_link a:hover {
    color: #0fb93b;
    text-decoration: none;
}

/*shorting_link*/
.small_black_btn {
    border: 2px solid #038be1;
    color: #fff;
    background-color: #038be1;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 0 3px;
}

.small_black_btn:hover,
.small_black_btn:focus {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}

/*start_submission*/
.start_submission {
    margin: 0;
    padding: 70px 30px;
    position: relative;
    background: url(../images/book_icon.png) no-repeat center center;
    min-height: 400px;
    text-align: center;
}

.start_submission label {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.start_submission label sup {
    font-size: 50px;
    top: -.3em;
    color: #ed1c24;
}

.start_submission select {
    border: 2px solid #e9e9e9;
    padding: 0px 30px 0px 15px !important;
}

.step-bar {
    margin: 20px auto;
    padding: 0;
    counter-reset: step;
    width: 80%;
}

.step-bar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 11px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.step-bar li span {
    display: block;
}

.step-bar li:before {
    width: 34px;
    height: 34px;
    content: counter(step);
    counter-increment: step;
    line-height: 32px;
    border: 2px solid #d7d7d7;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 0%;
    background-color: white;
}

.step-bar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #d7d7d7;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.step-bar li:first-child:after {
    content: none;
}

.step-bar li.active {
    color: #01b33d;
}

.step-bar li.active:before {
    border-color: #01b33d;
    background-color: #01b33d;
    color: #fff;
}

.step-bar li.active+li:after {
    background-color: #01b33d;
}

.common_form {
    margin: 0;
    position: relative;
    padding: 0;
}

.common_form .form-group label {
    width: 100%;
}

.required-text {
    font-size: 11px;
    font-weight: 400;
    color: #ed1c24;
}

.gray_background {
    background: #ededed;
}

.light-gray-bg {
    background: #f8f9fa !important;
}

.sub_tittle {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}

.sub_tittle p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.ListWithBorder {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ListWithBorder li {
    margin: 0 0 5px 0;
    padding: 5px 5px 5px 10px;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.ListWithBorder li span {
    color: #d61a0f;
}

/* BOX CSS Satrts here  */
.font-weight-medium {
    font-weight: 500 !important;
}

.white-box {
    border: 1px solid #e9e9e8;
    position: relative;
    margin: 15px 0;
    background-color: #fff;
    /*height: 140px;*/
}

.white-box a {
    display: block;
    color: #000;
}

.white-box a p {
    color: #333;
}

.Select_Multiple_Keywords {
    height: 220px !important;
    background-image: none !important;
    padding: 0px !important;
    border-radius: 0px;
    border: none;
}

.multi-select-box select option {
    padding: 8px 12px !important;
}

.modal-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

/* .modal-header .close{font-weight:200; font-size:40px; padding:5px 15px 0 0; outline:none;} */
.my_accordion {
    margin: 0;
    padding: 0;
    position: relative;
}

.my_accordion .card {
    border-radius: 0;
    margin-bottom: 10px;
}

.my_accordion .card .card-header {
    background: none;
    padding: 0;
    border: none;
}

.my_accordion .card .card-header h5 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 45px;
}

.my_accordion .card .card-body {
    background: #f9fafb;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
}

.my_accordion .card .card-header .mb-0>a {
    display: block;
    position: relative;
    color: #000;
    padding: 0 15px;
}

.my_accordion .card .card-header .mb-0>a:after {
    content: "\f055";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #ed1c24;
    padding: 5px 6px;
    border-radius: 5px;
    color: #ed1c24;
}

.my_accordion .card .card-header .mb-0>a[aria-expanded="true"]:after {
    content: "\f056";
    /* fa-chevron-up */
}

/*Projects-table-style*/
.pl-table .row {
    margin: 1px 0;
    padding: 0px;
    align-items: center;
}

.pl-table .col {
    padding: 0 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-table .pl-thead {
    color: #9b9b9b;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 13px;
    margin: 5px 0;
}

.pl-table .pl-thead .col.year {
    font-size: 15px;
    color: #ff7e00;
    font-family: 'Roboto', Arial, sans-serif;
}

.pl-table .pl-tbody .row {
    background-color: #f2f2f2;
    padding: 0;
    color: #000;
    font-size: 13px;
    position: relative;
}

.pl-table .pl-tbody .col,
.pl-table .pl-tbody .col-1,
.pl-table .pl-tbody .col-2,
.pl-table .pl-tbody .col-3,
.pl-table .pl-tbody .col-4,
.pl-table .pl-tbody .col-5,
.pl-table .pl-tbody .col-6,
.pl-table .pl-tbody .col-7,
.pl-table .pl-tbody .col-8,
.pl-table .pl-tbody .col-9,
.pl-table .pl-tbody .col-10,
.pl-table .pl-tbody .col-11,
.pl-table .pl-tbody .col-12 {
    padding: 0.75rem 0.65rem;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    border-left: 1px solid #fff;
}

.pl-table .pl-tbody .col:first-child {
    border-left: none;
}

/*Projects-table-style*/
.orange-BL {
    border-left: 5px solid #ff7e00;
}

/*flex-box-vertical-align-middle*/
.vertical-align-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-start {
    display: flex;
    justify-content: left;
}

/*flex-box-vertical-align-middle*/
/*progress*/
.progress {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    height: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 11px;
    line-height: 16px;
}

.progress>.end-date {
    position: absolute;
    right: 7px;
    top: 2px;
}

.progress-bar {
    background-color: #ff7e00;
    padding: 0 0 0 5px;
    text-align: left;
}

/*progress*/
.project-pop-DIV {
    position: absolute;
    border: 1px solid #dee2e6;
    background: #fff;
    z-index: 9;
    padding: 15px;
    border-radius: 5px;
    width: 300px;
    font-family: 'Roboto', Arial, sans-serif;
    top: 45px;
    left: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 1);
    box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 1);
}

/*.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}*/
.project-pop-DIV:after,
.project-pop-DIV:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.project-pop-DIV:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -13px;
}

.project-pop-DIV:before {
    border-color: rgba(222, 226, 230, 0);
    border-bottom-color: #dee2e6;
    border-width: 14px;
    margin-left: -14px;
}

.project-pop-DIV h4 {
    font-size: 18px;
    font-weight: 400;
}

.project-pop-DIV h4 .flag-img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.project-pop-DIV h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

/*searchbar-CSS*/
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #000;
    border-radius: 90px;
    padding: 5px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 30px;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 250px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c;
}

.search_icon {
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

#subjectHead {
    font-size: 20px;
    margin-bottom: 0px;
}

.arrowBtn {
    font-size: 24px;
    display: inline-block;
    background: #a0a0a0;
    color: #fff;
    line-height: normal;
    padding: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.arrowBtn:hover {
    color: #fff;
    background: #737373
}

/*searchbar-CSS*/
.add_btn {
    border: 2px solid #e2e3e4;
    color: #b7b8b9;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    padding: 3px 10px;
}

.add_btn:hover {
    border: 2px solid #038be1;
    color: #fff;
    background-color: #038be1;
}

.max-width700 {
    max-width: 700px;
}

/* .banner{background:#525252;width:100%;height:270px;margin-bottom:20px;background-size: cover;position:relative;display: flex;align-items: end;} */


/*.banner
{background:url(../images/jaypee_banner2.jpg);
	position:relative;
	width:100%;
	height:280px;
	margin-bottom:20px;
	position:relative;
	display: flex;
	align-items: end;
}*/


.banner {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    align-items: end;
}


.mt-auto.nav-align {
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    margin-top: auto;
    padding: 20px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.welcomeHeading small {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: #ddd;
}

.bannerRightBlock span {
    font-size: 26px;
    display: block;
    text-align: center;
    margin-left: 40px;
    font-weight: 500
}

.bannerRightBlock span small {
    display: block;
    font-size: 12px;
    /* background: #6fb36a; */
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 300
}

.divider {
    background: #525252;
    width: 1px;
}

.dashboardLock {
    font-size: 2rem;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.disabledBtn {
    padding: 3px 10px;
    background: #949494;
    color: #fff;
    border-radius: 3px;
}

.disabledBtn:hover,
.disabledBtn:focus,
.disabledBtn:active {
    color: #fff;
}

.greenBtn {
    padding: 3px 10px;
    background: #6fb36a;
    color: #fff;
    border-radius: 3px;
}

.greenBtn:hover,
.greenBtn:focus,
.greenBtn:active {
    color: #fff;
}

/*qbank_box*/
.subTitle small #timeseT,
#timese_dur {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 5px 2px 5px;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 3px;
    vertical-align: super;
    display: block;
}

.qbank_box {
    width: 100%;
    border: 1px solid #dee2e6 !important;
    padding: 10px;
    margin: 15px 0;
    background: #fff;
    position: relative;
    border-radius: 0.4rem
}

.qbank_box>img {
    max-width: 60px;
}

.qbank_box .media-body .book_name {
    min-height: 55px;
    position: relative;
}

.qbank_box .media-body h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px 0;
    line-height: 14px;
    max-height: 30px;
    overflow: hidden;
}

.qbank_box .media-body p {
    font-size: 12px;
    color: #919191;
    font-style: italic;
    padding: 0;
    margin: 0 0 5px 0;
}

.qbank_box .right_arrow_box {
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding: 5px 7px;
    border-left: 1px solid #dee2e6;
    background: #fff;
}

/*qbank_box_End*/
.badge-light {
    background-color: #ECECEC;
}

.badge-success {
    background-color: #73c16d;
}

/* .sNumbering{background:#6c757d;border-radius:50px;padding:2px 6px;color:#fff;margin-right:10px;} */
.sNumbering {
    background: #6c757d;
    border-radius: 50px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.stext {
    display: flex;
    margin: -25px 0 10px 40px;
}

.yellowStar {
    color: #FFD200
}

.ratingBlock {
    color: #6b6b6b
}

.btnBlock a {
    display: inline-block;
    background: #ECECEC;
    border-radius: 4px;
    padding: 0px 6px;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}

.btnBlock a:hover,
.btnBlock a:active {
    background: #87269A;
    color: #fff;
}

.questionNo {
    background:#883b80;
border-radius: 82px;
font-size: 30px;
padding: 5px;
font-weight: 300;
color:
#fff;
width: 80px;
height: 80px;
display: inline-block;
text-align: center;
vertical-align: middle;
line-height: 70px;
}

.questionHead {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
}

/* .clsBtn {
    background: #afafaf !important;
    border-radius: 50px !important;
    padding: 8px 12px !important;
    margin: 0 0 0 0 !important;
}

.clsBtn img {
    width: 15px;
} */

/* .subTitle small #timeseT{background:#fff;border:1px solid #ccc;padding:6px 5px 2px 5px;font-size:14px;margin-left:10px;border-radius:3px;} */
.lineBox {
    width: 40px;
    border-bottom: 2px solid #000;
    display: inline-block
}

.qAns {
    color: #505050
}

.qAns li {
    list-style: none;
    margin-top: 8px;
    font-size: 14px;
    position: relative
}

.qBtns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #d2d2d2;
    padding: 5px 0 3px 0
}

.resultNumber {
    border: 1px solid #ccc;
    font-size: 10px;
    background: #fff;
    color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: -10px;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.resultBlock i {
    color: #88d888;
}

.rating {
    color: #CCCCCC;
    font-size: 38px;
}

.ratingActive {
    color: #FFD200;
}

.centerTxt p {
    font-size: 18px;
    line-height: 18px;
    color: #585858;
}

.user-percentile-active {
    color: #0072AE;
    font-size: 40px;
}

.green_btn_small {
    background: #3B3B58;
    color: #fff;
    margin: 0;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.green_btn_small:hover {
    background: #626282;
    color: #fff;
}

.dark_btn_small,
.dark_btn_small:focus {
    background: #87269a;
    color: #fff;
    margin: 0;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.dark_btn_small:hover {
    background: #340f57;
    color: #fff;
}

.activeBlock {
    border: 1px solid #6FB36A !important
}

/* common */
.innerHeading {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    color: #686969;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.innerHeading:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 30px;
    background: #3B3B58;
}

.qHead {
    position: relative;
    font-size: 22px;
}

.mt-auto.nav-align {
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    margin-top: auto;
    padding: 20px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.welcomeHeading small {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: #ddd;
}

.bannerRightBlock span {
    font-size: 26px;
    display: block;
    text-align: center;
    margin-left: 40px;
    font-weight: 500
}

.bannerRightBlock span small {
    display: block;
    font-size: 12px;
    /* background: #6fb36a; */
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 300
}

.divider {
    background: #525252;
    width: 1px;
}

.dashboardLock {
    font-size: 2rem;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.disabledBtn {
    padding: 3px 10px;
    background: #949494;
    color: #fff;
    border-radius: 3px;
}

.disabledBtn:hover,
.disabledBtn:focus,
.disabledBtn:active {
    color: #fff;
}

.greenBtn {
    padding: 3px 10px;
    background: #6fb36a;
    color: #fff;
    border-radius: 3px;
}

.greenBtn:hover,
.greenBtn:focus,
.greenBtn:active {
    color: #fff;
}

/*qbank_box*/
.subTitle small #timeseT,
#timese_dur {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 5px 2px 5px;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 3px;
    vertical-align: super;
    display: block;
}

.qbank_box {
    width: 100%;
    border: 1px solid #dee2e6 !important;
    padding: 10px;
    margin: 15px 0;
    background: #fff;
    position: relative;
    border-radius: 0.4rem
}

.qbank_box>img {
    max-width: 60px;
}

.qbank_box .media-body .book_name {
    min-height: 55px;
    position: relative;
}

.qbank_box .media-body h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px 0;
    line-height: 18px;
    overflow: hidden;
}

.qbank_box .media-body p {
    font-size: 12px;
    color: #656565;
    font-style: italic;
    padding: 0;
    margin: 0 0 5px 0;
}

.qbank_box .media-body p strong {
    color: #000
}

.qbank_box .right_arrow_box {
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding: 5px 7px;
    border-left: 1px solid #dee2e6;
    background: #fff;
}

/*qbank_box_End*/
.badge-light {
    background-color: #ECECEC;
}

.badge-success {
    background-color: #73c16d;
}

/* .sNumbering{background:#6c757d;border-radius:50px;padding:2px 6px;color:#fff;margin-right:10px;} */
.sNumbering {
    background: #6c757d;
    border-radius: 50px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.qHead span {
    position: absolute;
    bottom: -23px;
    right: 0;
    font-size: 22px;
}

.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 167px;
    padding: 6px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 600 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/

.ribbon-top-left {
    top: -20px;
    left: -20px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.vScroll {
    max-height: 400px;
    overflow: auto;
}

/* top right*/
.ribbongreen span {
    background-color: #34db60;
}

.ribbongreen::before,
.ribbongreen::after {

    border: 5px solid #29b93b;
}

.ribbonred span {
    background-color: #db3434;
}

.ribbonred::before,
.ribbonred::after {

    border: 5px solid #b92929;
}

.ribbon-top-right {
    top: -20px;
    right: -26px;
    z-index: 9;
}

.ribbon-top-right-sml {
    top: -11px;
    right: -11px;
    z-index: 9;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.vScroll {
    max-height: 400px;
    overflow: auto;
}

/* custom module css START */
.title {
    font-size: 2em;
    color: #585858;
    margin-bottom: 2px;
    text-align: center;
}

.intro {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
    font-style: italic;
    color: #8e8e8e;
}

.custom-module-form {
    margin: 20px;
}

.form-element {
    font-size: 15px;
    padding: 29px 20px 33px;
    background-color: #fff;
    margin: 2px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
}

.topics-box {
    max-height: 175px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
}

.form-element-personal {
    font-size: 15px;
    padding: 29px 20px 33px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    margin-bottom: 21px;
}

.root-subjects {
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 3.2; */
    letter-spacing: normal;
    color: #62c8df;
    text-decoration: underline;
}

.checkBoxright {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.form-element:nth-child(5),
.form-element:nth-child(6) {
    margin-top: 14px;
}

.subtext {
    color: #979797;
    font-size: 12px;
    margin-left: 18px;
    margin-bottom: 10px;
}

.topics-label {
    position: relative;
    top: -4px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
}

.form-element label,
.form-element-personal label {
    font-weight: 500
}

.tagsNotClicked {
    height: 30px;
    border-radius: 2px;
    border: 1px solid #d8e4e6;
    background-color: #ebf0f1;
    margin-bottom: 8px;
    margin-right: 2px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
    outline: 0;
}

/* END of custom module css */
/* Buy Pro Page CSS START */
.pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 0em auto;
}

/* .pricing-container {
    margin: 6em auto;
    } */
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #545454;
    background: #696969
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 160px;
    background-color: #883b80;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
    -webkit-transform: translateX(160px);
    -moz-transform: translateX(160px);
    -ms-transform: translateX(160px);
    -o-transform: translateX(160px);
    transform: translateX(160px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 2em 0 0;
}

.pricing-list>li {
    position: relative;
    margin-bottom: 1em;
}

.pricing-wrapper {
    position: relative;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper>li {
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    border: 1px solid #73C16D;
    padding-bottom: 30px;
    border-radius: 30px;

    padding: 30px;
    margin-bottom: 60px !important;
}

.pricing-wrapper>li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    /* background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)); */
}

.pricing-wrapper>li.is-ended::after {
    display: none;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}


.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

/* for mobile responsive BUY PRO*/
@media (max-width: 575px) {
    .pricing-header .price {
        display: none !important;
    }

    .mobBlock .pricing-list {
        margin: 2em 0 0 !important;
    }

    .pricing-list>li {
        width: 100% !important;
    }

    .mobBlock .pricing-wrapper>li {
        margin-bottom: 23px !important;
        background: #fff !important;
        padding: 8px 10px;
        border-radius: 2px !important;
        width: 100% !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid #ccc !important;
    }

    .mobBlock .any img {
        height: 75px;
        position: inherit;
        left: auto;
        top: inherit;
        transform: initial;
        margin-right: 10px;
    }

    .mobBlock .any {
        margin-top: 0;
        background: transparent;
        margin-bottom: 0;
        color: #000;
        padding: 0px;
        position: relative;
        display: flex;
    }

    .mobBlock .pricing-list {
        margin: 2em 0 0 !important;
    }

    .pricing-list>li {
        width: 100% !important;
    }

    .mobBlock .pricing-wrapper>li {
        margin-bottom: 23px !important;
        background: #fff !important;
        padding: 8px 10px;
        border-radius: 2px !important;
        width: 100% !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid #ccc !important;
    }

    .mobBlock .any img {
        height: 75px;
        position: inherit;
        left: auto;
        top: inherit;
        transform: initial;
        margin-right: 10px;
    }

    .mobBlock .any {
        margin-top: 0;
        background: transparent;
        margin-bottom: 0;
        color: #000;
        padding: 0px;
        position: relative;
        display: flex;

    }

    .mobBlock .pricing-header h2 {
        margin-top: 0 !important;
        text-align: left;
        font-size: 1rem !important;
    }

    .mobBlock .pricing-header {
        padding-top: 0 !important
    }

    .mobBlock .bdr-no strike {
        font-size: 13px;
        color: #ccc;
        vertical-align: initial;
        position: inherit;
    }

    .any>span {
        text-align: left;
    }

    .any>span>select {
        border-radius: 0;
        height: calc(1em + 0.75rem + 2px);
        padding: 0.1rem 0.4rem;
    }
}

/*----------Raj-css------------------*/


.tst-bld {
    font-weight: 500;
    margin: -25px 0 5px 40px;
    display: block;
}


.mr5 {
    margin-right: 5px;
}

.any {
    margin-top: -13px;
    background: #883b80;
    margin-bottom: 20px;
    color: #fff;
    padding: 20px;
    position: relative;
}

.any img {
    height: 120px;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
}

.any h2 {
    margin-top: 60px !important;
    font-size: 26px !important;
}

.monts {
    border-bottom: 6px solid #883b80;
    margin-bottom: 7px;
    /*    overflow-y: scroll;*/
    min-height: 290px;
}

.monts a {
    display: block;
    background: #883b80;
    border-radius: 50px;
    color: #fff;

    margin: 0 30px 20px 30px;
}

.text-m {
    margin: 0;
    padding: 8px 20px;
    font-size: 14px;
    position: relative;
}

.text-m .custom-radio {
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -18px;
}

.one {
    display: block;
    font-size: 16px;
}

.bdr-no {
    border: none !important;
}

.bdr-no strike {
    font-size: 13px;
    color: #ccc;
    vertical-align: super;
    position: absolute;
}

.one i {
    font-size: 35px;
    -webkit-text-stroke: 2px #883b80;
}

.bg-grey {
    background: #ececee !important;

}

.triangle-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 50px solid #fff;
    -webkit-box-shadow: 0px 53px 20px -20px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 53px 20px -20px rgba(0, 0, 0, 0.63);
}

/*.monts a span{
    font-size: 30px;
    color: #fff;
    }*/
.pricing-header h2 {
    padding: 0em 0 0.2em;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-header {
    height: auto;
    padding: 0.9em 0 0em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background: #fff !important;
}

.exclusive .pricing-header {
    color: #87269A;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 1.2rem !important;
}

.currency,
.value {
    font-size: 3rem;
    font-weight: 300;
}

.duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.exclusive .duration {
    color: #f3b6ab;
}

.duration::before {
    content: '/';
    margin-right: 2px;
}

.value {
    font-size: 2rem;
    font-weight: 300;
}

.currency,
.duration {
    color: #87269A;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: -5px;
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 500;
}

.duration {
    font-size: 1.2rem;
}

.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
    overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
    width: 600px;
}

.pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}

.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 0.4em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 0.2em 2em;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #73C16D;
    font-size: 1.2rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .6s;
    width: 50%;
    text-decoration: none;
    background: #73C16D;
}

.no-touch .select:hover {
    background-color: #5d9a58;
    color: #ffffff;
    border-color: #5d9a58
}

.exclusive li.active .select {
    background-color: #fff;
    color: #73C16D;
}

.no-touch .exclusive .select:hover {
    background-color: #73c16d;
    border-color: #73c16d;
    color: #fff;
}

.secondary-theme .exclusive .select {
    background-color: #87269A;
}

.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}

.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

.strikePrice {
    display: block;
    color: #ff0000;
    font-size: 22px;
}

.strikePrice span {
    text-decoration: line-through
}

#comissionLabel,
#rangeLimits,
#comissionLabel1,
#rangeLimits1 {
    font-size: 18px;
}

.detailsBlock h4 small {
    font-size: 12px;
    font-style: italic;
    font-weight: italic;
    color: #ccc;
}

/*.errorMsg{font-size:22px;    border-radius: 34px !important;    padding: 0 6px;}*/

.custom-control-label:before,
.custom-control-label:after {
    width: 2rem;
    height: 2rem
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #883b80;
    border-width: 4px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #883b80;
    border-color: #aeb6be;
}

.bottomFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 9;
}

/* END of Buy Pro Page CSS */
/* START my account css */
.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img {
    text-align: center;
}

.profile-img img {
    width: 100%;
    height: 100%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    font-size: 12px;
    padding: 7px 20px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}

.profile-work {
    padding: 5% 14%;
    /* margin-top: -15%;  commented by dinesh*/
}

.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 0%;
    /* Changed 10 to 0% by dinesh */
}

.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.profile-tab input,
.profile-tab select {
    margin: 5px 0;
}

/* END of my account css */
.questionLoader {
    overflow-x: auto;
}

.questionLoader a {
    color: #ccc;
    font-size: 12px;
    margin-right: 5px;
}

/* .questionLoader a.activeQuestion{color:#04bb4d;font-size:16px;} */
.questionLoader a.activeQuestion {
    color: #585858;
    font-size: 16px;
}

/* Added By Dinesh */
.questionLoader a.amberActive {
    color: #FFBF00;
    font-size: 16px;
}

.questionLoader a.amberAttempted {
    color: #FFBF00;
}

/* Added By Dinesh */
.questionLoader a.completedQuestion {
    color: #04bb4d;
}

.questionLoader a.unansweredQuestion {
    color: #f00;
}

.questionLoader a.bookmarkedQuestion {
    color: #0d9bff;
}

.resultBlock i {
    color: #88d888;
}

.rating {
    color: #CCCCCC;
    font-size: 38px;
}

.ratingActive {
    color: #FFD200;
}

.centerTxt p {
    font-size: 18px;
    line-height: 18px;
    color: #585858;
}

.user-percentile-active {
    color: #0072AE;
    font-size: 40px;
}

.percentile-container {
    position: relative
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mcq-solvedP {
    color: #7b8182;
    font-size: 16px;
}

.markBlock {
    margin-top: 10px;
}

.markBlock span {
    font-size: 12px;
    color: #7b8182
}

.markBlock span i {
    margin-right: 5px;
}

.markBlock span:first-child i {
    color: #6FB36A;
    border-radius: 0;
}

.markBlock span:nth-child(2) i {
    color: #EE0202;
    border-radius: 0;
}

.markBlock span:nth-child(3) i {
    color: #8D0700;
    border-radius: 0;
}

.markBlock span:last-child i {
    color: #BBABAB;
    border-radius: 0;
}

.tabContent {
    padding: 15px;
}

.nav-tabs .nav-link {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 0rem 0rem 0.5rem 0rem;
    border: none;
    border-bottom: 3px solid #fff;
}

.nav-tabs .nav-item {
    width: auto;
    text-align: center;
    padding: 0px 15px;
    background: url(../images/tab_border.png) no-repeat left top;
}

.nav-tabs .nav-item:first-child {
    padding: 0 15px 0 0;
    background: none;
}

.nav-tabs>li.active>a {
    background: #fff;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background: #fff;
    border-bottom-color: transparent;
    color: #070707;
    border: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-image: none;
    border: none;
    border-bottom: 3px solid #e30613;
}

.innerTags {
    margin: 0;
    padding-bottom: 0;
}

.innerTags .tagsNotClicked {
    margin-bottom: 0;
}

.components {
    overflow: auto;
}

.filters .tagBlock {
    max-height: 190px;

    overflow: auto;
}

.tagsClicked {
    height: 30px;
    border-radius: 2px;
    border: 1px solid #74ad2a;
    background-color: #82c42d;
    margin-bottom: 8px;
    margin-right: 2px;
    outline: 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}


/* Added by Dinesh Rawat */

.green_btn {
    border: 1px solid #3b3b58;
    padding: 9px 20px;
    background:#3b3b58;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    transition: 0.5s all;
  }
  .green_btn i{
    padding:0 0 0 15px;
  }
  /* .green_btn:hover, .green_btn:focus {
    border: 1px solid #6fb36a;
    background:#fff;
    color: #6fb36a;
    text-decoration:none;
  } */
  .green_btn:hover, .green_btn:focus{color: #fff;
   background-color: #29293c;
   border-color: #29293c;}
/*------------login_modal------------*/
button.close{width:20px;padding: 0 !important;
    margin: 0 !important;}

    .feedbackcontent button.close{    margin: 15px 15px 0 0 !important;}
/* button.close {
    -webkit-appearance: none;
    padding: 9px !important;
    margin: 0 !important;
    cursor: pointer;
    background: transparent;
    border: 0px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 5px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 9;
    font-size: 18px;
    transition: all .5s ease-in-out;
    line-height: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .5;
}

.close:hover {
    color: #fff;
    text-decoration: none;
} */
#suggesstion-box_pcountry, #suggesstion-box_country, #suggesstion-box, #suggesstion-box_inst{position:relative;}
#country-list{position:absolute;left:0;right:0; border:1px solid #e9e9e9;background:#f9f9f9;z-index: 9;
  padding: 10px;max-height:200px;overflow:auto;
}
#country-list li{border-bottom:1px solid #e9e9e9;  cursor: pointer;  padding: 5px; transition:0.5s all}
#country-list li:hover{background:#f1f1f1;padding-left: 8px;}
#country-list li:last-child{border-bottom:0px;}
.subHeading{font-size: 22px;}
#login_modal  .form-group {
    margin-bottom: 0.7rem;
}
#login_modal .form-control {
    font-size: 13px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    transition-duration: .5s;
    padding: 6px 20px 6px 12px;
    height: 45px;
    color: #000;
    font-weight: 300;
    position: relative;
}

#login_modal label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 13px;
}

#login_modal .tab_section {
    margin: 0 auto;
}

#login_modal .tab_section .nav-tabs {
    border-bottom: none;
    padding: 0 0px;
}

#login_modal .tab_section .tab-content {
    padding: 20px 0;
    color: #000;
    border: none;

}

.modal-content {
    border-radius: 0px;
}

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: .9;
}

.mid_vertical_border {
    border-right: 1px solid #efefef;
}

.or {
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: 800;
    text-align: center;
    display: block;
}

.help-block {
    background: #efefef;
    padding: 5px;
    position: relative;
    text-align: center;
}

.help-block a,
.help-block a:hover {
    display: block;
    color: #000;
    outline: none;
}

.fb_btn,
.email_btn,
.twitter_btn {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

/*-----fb-----*/
.fb_btn {
    background: #3c66c4;
    border: none;
    outline: none;
    margin: 7px 0;
}

.fb_btn:hover {
    background: #315997;
}

.fb_btn a,
.email_btn a,
.twitter_btn a {
    padding: 0px;
    display: block;
}

.fb_btn a i,
.email_btn a i,
.twitter_btn a i {
    height: auto;
    width: 40px;
    display: inline-block;
    margin: 3px 0px 0px 2px;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
}

.fb_btn lable,
.email_btn lable,
.twitter_btn lable {
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    width: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.99);
    display: inline-block;
}

.fb_btn:hover {
    background: #335FA4;
}

/*--twitter-----*/
.twitter_btn {
    background: #33ccff;
    margin: 7px 0;
}

.twitter_btn:hover {
    background: #29A6D0;
}

/*----email-------*/
.email_btn {
    background: #fc0e16;
    margin: 7px 0;
}

.email_btn:hover {
    background: #eb020a;
}

/*------------login_modal------------*/


/*------------Raj_Css------------*/
.bookmarkRightBlock {
    max-height: 500px;
    overflow: auto
}

.numbering {
    position: absolute;
    left: 0;
}

.bookmarkList li {
    padding-left: 15px !important;
}

.errorMsg {
    font-size: 14px;
    border-radius: 34px !important;
    padding: 2px 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 0;
    /* position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%); */
}


.mbt-100 {
    margin-bottom: 100px !important;
}


.media-body {
    margin: 0 5px;
}

/*.footer.mt-auto.ft-fixed {
    position: inherit;
    width: 100%;
    bottom: 0px !important;
    z-index: 99;
}


.form-check-label {
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: -20px;
  width: 90%;
  display: block;
} */


/* Custom Mode range Slider */
.time_range {
    padding: 15px;
    border: 2px solid #cccccc;
    border-radius: 5px;
}

.form-check.form-check-inline {
    display: inline-block;
}

.lbl_txt {
    position: relative;
    padding-right: 15px;
}

.err_span {
    position: absolute;
    right: -6px;
    top: 0;
}

.item_remove {
    padding: 0px !important;
    font-size: 14px;


}

.progres-mrgn {
    margin: 0px !important;
}

.persnal-detail {
    margin: 0 !important;
    display: initial !important;
    ;
}

/* event calender Css */
/* .evnt_close {
    background: #afafaf !important;
    border-radius: 50px !important;
    width: 28px !important;
    height: 28px !important;
    top: 1px !important;
} */

/* event calender Css */

.feedbackdialog {
    width: 30%;
}

.feedbackcontent {
    padding-top: 0px;
    padding-bottom: 20px;
}

@media (max-width: 450px) {
    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .mobBtn {
        padding: 0.375rem 0.45rem;
    }

    .form-element {

        padding: 25px 10px 29px;
    }

    .monts a {
        margin: 0 13px 20px 18px;
    }

    .pricing-container .pricing-switcher label {
        position: relative;
        z-index: 1;
        display: inline-block;

        width: 140px !important;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        font-size: 1rem;
        color: #ffffff;
        margin: 0;
        font-weight: 200;
    }

    .pricing-container .pricing-switcher .switch {
        position: absolute;
        top: 2px;
        left: 2px;
        height: 40px;
        width: 140px !important;
        background-color: #883b80;
        border-radius: 50em;
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
    }

    .pricing-switcher input[type="radio"]:checked+label+.switch,
    .pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
        transform: translateX(140px);
    }
}

@media only screen and (min-width: 768px) {


    .pricing-list {
        margin: 3em 0 0;
    }

    .pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }

    .pricing-list>li {
        width: 33.3333333333%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .has-margins .pricing-list>li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }

    .has-margins .pricing-list>li:last-of-type {
        margin-right: 0;
    }

    .pricing-wrapper>li::before {
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
        width: 1px;
        background-color: #b1d6e8;
    }

    .pricing-wrapper>li::after {
        display: none;
    }

    .pricing-wrapper>li.active {
        box-shadow: inset 0 0 0 3px #73C16D;
    }

    .has-margins .pricing-wrapper>li,
    .has-margins .exclusive .pricing-wrapper>li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }

    :nth-of-type(1)>.pricing-wrapper>li::before {
        display: none;
    }

    .has-margins .pricing-wrapper>li {
        border-radius: 4px 4px 6px 6px;
    }

    .has-margins .pricing-wrapper>li::before {
        display: none;
    }
}

@media only screen and (min-width: 1500px) {
    .full-width .pricing-wrapper>li {
        padding: 2.5em 0;
    }
}

@media only screen and (min-width: 768px) {
    .exclusive .pricing-wrapper>li::before {
        display: none;
    }

    .exclusive+li .pricing-wrapper>li::before {
        display: none;
    }
}


@media only screen and (max-width: 450px) {
    /*.pricing-list {*/

    /*margin: 4em 0 0;*/
    /*}*/
    /*.pricing-wrapper > li {*/
    /*padding: 20px;*/
    /*}*/
    .feedbackdialog {
        width: auto;
    }

    .feedbackcontent {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .p-5 {
        padding: 0rem !important;
    }
}

.fullsubject .subject-access {
    display: none;
}
.fullsubject{
    display: flex;
  justify-content: center;
}
    

.bookImgQbank img {
    max-width: 200px;
    width: 100%;
}

.jplogo {
    max-width: 30px;
}

@media (max-width: 1100px) {
    .one {
        font-size: 14px !important;
    }

    .text-m {
        font-size: 12px !important;
    }

    .one i {
        font-size: 30px !important;
    }

    .monts a {

        border-radius: 32px;

        margin: 0 10px 20px 12px;
    }

    .custom-control-label:before,
    .custom-control-label:after {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* for mobile*/
/* for mobile*/
@media (max-width: 575px) {

    .brdor-none{
        border:none !important;
    }
    .mobBlock .pricing-list {
        margin: 2em 0 0 !important;
    }

    .pricing-list>li {
        width: 100% !important;
    }

    .mobBlock .pricing-wrapper>li {
        margin-bottom: 23px !important;
        background: #fff !important;
        padding: 8px 10px;
        border-radius: 2px !important;
        width: 100% !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid #ccc !important;
    }

    .mobBlock .any img {
        height: 75px;
        position: inherit;
        left: auto;
        top: inherit;
        transform: initial;
        margin-right: 10px;
    }

    .mobBlock .any {
        margin-top: 0;
        background: transparent;
        margin-bottom: 0;
        color: #000;
        padding: 0px;
        position: relative;
        display: flex;

    }

    .mobBlock .pricing-header h2 {
        margin-top: 0 !important;
        text-align: left;
        font-size: 1rem !important;
    }

    .mobBlock .pricing-header {
        padding-top: 0 !important
    }

    .mobBlock .bdr-no strike {
        font-size: 13px;
        color: #ccc;
        vertical-align: initial;
        position: inherit;
    }

    .any>span {
        text-align: left;
    }

    .any>span>select {
        border-radius: 0;
        height: calc(1em + 0.75rem + 2px);
        padding: 0.1rem 0.4rem;
    }
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: rgb(255, 0, 0);    }
    49%{    color: rgb(255, 0, 0); }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: rgb(255, 0, 0);    }
}


.bg-white
{
    background: #ffffff;
}
.singlesubject li.package-access {
    display: contents;
}
