@import url("https://fonts.googleapis.com/css?family=Roboto:100, 300, 400, 500, 700");
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
    /* background: #f5f5f5; */
    background: #eaebef;
    color: #455a64;
}
body,
body *,
p {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 26px;
}
body.ajax nav.navigation,
body.ajaxurl nav.navigation {
    position: relative;
    z-index: 999;
}
body.ajaxloading #response_wrapper,
body.ajaxloading .sidenav,
body.ajaxloading .sidesettings {
    opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    letter-spacing: 2px;
}
h1 {
    font-size: 36px;
    line-height: 60px;
    margin: 2rem 0 1rem 0;
}
h2 {
    font-size: 30px;
    line-height: 49px;
    margin: 1.6rem 0 1rem 0;
}
h3 {
    font-size: 26px;
    line-height: 42px;
    margin: 1.6rem 0 0.8rem 0;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    margin: 1.5rem 0 0.5rem 0;
}
h5 {
    font-size: 19px;
    line-height: 31px;
    margin: 1.2rem 0 0.5rem 0;
}
h6 {
    font-size: 16px;
    line-height: 29px;
    margin: 1rem 0 0.5rem 0;
}
strong {
    font-weight: 700;
}
a {
    color: var(--main_color);
}

.mb-0{ margin-bottom: 0; }

.sec-tit:after {
    display: block;
    position: relative;
    content: " ";
    height: 2px;
    width: 20px;
    margin: 10px 0 0 0;
    background: var(--main_color);
}
.sec-tit.center:after {
    margin: 10px auto 0 auto;
}
.sec-tit.white-text:after {
    background: #fff;
    opacity: 0.8;
}

.sec-titnew:after {
    display: block;
    position: relative;
    content: " ";
    height: 2px;
    width: 20px;
    margin: 10px 0 0 0;
    background: #17192f;
}
.sec-titnew.center:after {
    margin: 10px auto 0 auto;
}
.sec-titnew.white-text:after {
    background: #fff;
    opacity: 0.8;
}
.secondary-content {
    color: #607d8b;
}
.dark-text {
    color: #455a64;
}
.light {
    font-weight: 400;
}
label {
    color: #546e7a;
}
.transparent {
    background-color: transparent;
}
.pagetitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
}
.pagetitle::after {
    display: block;
    position: relative;
    content: " ";
    height: 2px;
    width: 30px;
    margin: 15px 0 0 0;
    background: var(--main_color);
}
.small {
    font-size: 14px;
    opacity: 0.8;
}
.text-upper {
    text-transform: uppercase;
}
.preloader-background {
    background-color: #f5f5f5;
}
.top-0 {
    margin-top: 0;
}
.bot-0 {
    margin-bottom: 0;
}
.bot-20 {
    margin-bottom: 20px;
}
.pad-top-15 {
    padding-top: 15px;
}
.pad-15 {
    padding: 0 15px;
}
.pad-30 {
    padding: 0 30px;
}
.spacer {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-small {
    margin-bottom: 3px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-medium {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-large {
    margin-bottom: 50px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-xlarge {
    margin-bottom: 100px;
    display: block;
    width: 100%;
    height: 1px;
}
.col.pad-0,
.pad-0 {
    padding: 0;
}
.divider {
    background-color: #e0e0e0;
}
body .primary-bg {
    background-color: var(--main_color);
}
body .primary-bg-light {
    background-color: rgba(100, 181, 246, 0.1);
}
body .primary-text {
    color: var(--main_color);
}
body .accent-bg {
    background-color: #e57373;
}
body .accent-bg-light {
    background-color: rgba(229, 115, 115, 0.1);
}
body .accent-text {
    color: #e57373;
}
#preloader:after {
    border-top-color: #80cbc4;
}
#preloader:before {
    border-top-color: #e57373;
}
#preloader {
    border-top-color: #64b5f6;
}
.ui-buttons .btn,
.ui-buttons .btn-large,
.ui-buttons .btn-small {
    margin: 10px 10px 0 0;
}
.ui-buttons .btn-floating {
    margin: 10px 30px 0 0;
}
.ui-badges .badge {
    margin: 10px 10px 0 0;
    float: left;
}
.ui-wavesgrid img {
    vertical-align: top;
}
.ui-wavesgrid .col {
    margin-bottom: 15px;
}
.ui-colors {
    padding: 0 0.75rem;
}
.ui-colors .col {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 20px 0;
}
.ui-colors .col .col {
    border: none;
}
.ui-colors .col div {
    margin: 1px 0 0 0;
    padding: 12px 20px;
    border-right: 1px solid #f5f5f5 !important;
}
.ui-toasts .btn {
    margin: 10px 10px 0 0;
}
.ui-modal .btn {
    margin: 10px 10px 0 0;
}
.ui-grid .col {
    border-right: 1px solid rgba(33, 33, 33, 0.2);
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 5px;
    background: var(--main_color);
    color: #fff;
    box-shadow: none;
}
.ui-grid .col span {
    font-size: 14px;
}
.ui-grid .col:nth-child(odd) {
    background: var(--main_color);
}
.ui-grid .col span {
    display: block;
    padding: 7px 0;
}
.ui-icons.sizes i {
    line-height: 50px;
}
.ui-icons .iprev {
    height: 130px;
    text-align: center;
    margin-bottom: 1.5rem;
}
.ui-icons .iprev div {
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    height: 100%;
    padding: 30px 0.75rem;
}
.ui-icons .iprev i {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
}
.ui-icons .iprev span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    word-wrap: break-word;
}
.ui-icons .iprev code {
    display: none;
}
.ui-select .input-field {
    margin-bottom: 30px;
}
nav.ui-forms label {
    top: -11px;
    left: 11px;
}
nav.ui-forms label.active {
    top: 20px;
}
nav.ui-forms label i {
    margin-left: 10px;
}
.ui-dropdowns .btn {
    margin: 15px 15px 0 0;
}
.dropdown-trigger.btn-large {
    line-height: 36px;
}
.dropdown-trigger.btn {
    line-height: 30px;
}
.ui-mediabox .col {
    margin-bottom: 24px;
}
.datepicker-date-display,
.datepicker-table td.is-selected {
    background-color: var(--main_color);
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-done,
.datepicker-table td.is-today,
.datepicker-today {
    color: var(--main_color);
}
.datepicker-table-wrapper table {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
button:focus {
    background-color: var(--main_color);
    color: #fff;
}
.datepicker-day-button:focus {
    background-color: var(--main_color);
}
.datepicker-controls .select-month input {
    width: 90px;
    text-align: right;
}
.timepicker-display-am-pm {
    font-size: 1rem;
    right: 0;
    bottom: 0;
}
.timepicker-span-am-pm div,
.timepicker-span-hours,
.timepicker-span-minutes {
    display: inline;
    margin-right: 5px;
}
.timepicker-digital-display {
    background-color: var(--main_color);
}
.timepicker-close {
    color: var(--main_color);
}
.timepicker-canvas-bg {
    fill: var(--main_color);
}
.timepicker-canvas-bearing {
    fill: var(--main_color);
}
.timepicker-canvas line {
    stroke: var(--main_color);
}
.timepicker-tick.active,
.timepicker-tick:hover {
    background-color: rgba(100, 181, 246, 0.4);
}
.tap-target {
    background-color: var(--main_color);
}
.tap-wrap {
    margin-left: 25px;
}
.carousel.carousel-fullscreen {
    position: relative;
    top: 0;
    z-index: 997;
}
.fullfixed .carousel.carousel-fullscreen {
    position: fixed;
}
.carousel.carousel-fullscreen .carousel-item .bg {
    height: 100%;
    width: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.carousel.carousel-fullscreen .carousel-item .item-content {
    position: relative;
    z-index: 2;
    padding: 15%;
    transition: 0.8s;
    transform: translateX(-100px);
    opacity: 0;
}
.carousel.carousel-fullscreen .carousel-item.active .item-content {
    transform: translateX(0) translateY(0);
    opacity: 1;
}
.carousel.carousel-fullscreen .indicators {
    position: absolute;
    bottom: 50px;
}
[data-footer_menu="hide"] .carousel.carousel-fullscreen .indicators {
    bottom: 40px;
}
.carousel .indicators .indicator-item {
    height: 12px;
    width: 12px;
    margin: 6px;
    border: 2px solid rgba(230, 230, 230, 0.8);
    background-color: transparent;
    box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.1);
}
.carousel .indicators .indicator-item.active {
    background-color: rgba(230, 230, 230, 0.8);
    border: none;
}
.carousel.carousel-slider .carousel-item p {
    font-size: 16px;
    line-height: 26px;
}
.carousel .item-content {
    z-index: 2;
    position: relative;
}
.fullfixed {
    position: relative;
    z-index: 1;
}
.welcome-logo.index-welcome {
    position: relative;
    z-index: 2;
    margin-top: 100px;
}
.index-start {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 40px;
}
.index-start .btn-large {
    width: 80%;
    margin: 0 10%;
}
.fullfixed.index-carousel .carousel.carousel-fullscreen .indicators {
    bottom: 110px;
}
.slider .indicators {
    bottom: 50px;
    z-index: 2;
}
.slider .indicators .indicator-item {
    border: none;
    height: 12px;
    width: 12px;
    margin: 6px;
    border: 2px solid rgba(230, 230, 230, 0.8);
    background-color: transparent;
    box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.1);
}
.slider .indicators .indicator-item.active {
    background-color: rgba(230, 230, 230, 0.8);
    border: none;
}

.slider .slides {
    background-color: #ffffff;
}
.slider .slides li img {
    position: absolute;
}
.slides .img-wrap {
    height: 100%;
}
body .noUi-horizontal .noUi-handle,
body .noUi-vertical .noUi-handle {
    width: 23px;
    height: 23px;
    left: -10px;
    top: -10px;
}
body .noUi-handle-touch-area {
    position: relative;
    width: 55px;
    height: 55px;
    left: -17px;
    top: -16px;
}
body .noUi-target.noUi-horizontal .noUi-tooltip {
    height: 30px;
    width: 30px;
    top: -13px;
    left: 0;
}
body .noUi-target.noUi-vertical .noUi-tooltip {
    height: 30px;
    width: 30px;
    top: -13px;
    left: -2px;
}
.slider.dark-text .slides li .caption p {
    color: #455a64;
}
.slider.fullscreen ul.indicators {
    bottom: 70px;
}
.slider .slides.testimonials li .userinfo img {
    position: relative;
    top: 3px;
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 10px;
}
.testimonials .userinfo {
    margin-top: 10px;
    display: inline-block;
    width: auto;
}
.testimonials .userinfo .left-align {
    white-space: nowrap;
    float: left;
}
.fixed-action-btn.horleft {
    bottom: auto;
    right: 50px;
    left: auto;
    top: 350px;
    width: auto;
}
.fixed-action-btn.horright {
    bottom: auto;
    right: auto;
    left: 50px;
    top: 430px;
    width: auto;
}
.fixed-action-btn.verbottom {
    bottom: auto;
    right: auto;
    left: 46%;
    top: 250px;
    width: auto;
}
.fixed-action-btn.vertop {
    bottom: auto;
    right: auto;
    left: 46%;
    top: 550px;
    width: auto;
}
.fixed-action-btn.toolbar {
    bottom: 10px;
    right: auto;
    left: 46%;
    top: auto;
}
.floatingpanel {
    min-height: 100vh;
}
.fixed-action-btn {
    bottom: 75px;
    right: 40px;
}
[data-footer_menu="hide"] .fixed-action-btn {
    bottom: 25px;
    right: 40px;
}
.tooltip-content {
    text-align: left;
}
.tooltip-content .tooltip-title {
    font-size: 15px;
    margin-top: 0;
}
.tooltip-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0;
}
.highlight {
    padding: 2px 5px;
}
.breadcrumb:before {
    content: "\F142";
    font: normal normal normal 24px/1 "Material Design Icons";
}
.breadcrumb.black-text:before {
    color: rgba(50, 50, 50, 0.7);
}
.btn-rounded {
    border-radius: 36px;
}
.btn,
.btn-floating,
.btn-large,
.btn-small {
    background-color: var(--main_color);
}
.btn-floating:focus,
.btn-floating:hover,
.btn-large:focus,
.btn-large:hover,
.btn-small:focus,
.btn-small:hover,
.btn:focus,
.btn:hover {
    background-color: var(--main_color);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn-large {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 14px;
}
.btn-large i {
    font-size: 1.4rem;
}
.btn-large i.left {
    margin-right: 7px;
    margin-left: 0;
}
.btn {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 12px;
}
.btn-large i.right {
    margin-right: 0;
    margin-left: 7px;
}
.btn-small {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
}
.btn-small i {
    font-size: 0.9rem;
}
.btn-small i.left {
    margin-right: 7px;
    margin-left: 0;
}
.btn-small i.right {
    margin-right: 0;
    margin-left: 7px;
}
.btn-floating i {
    width: auto;
}
.btn-floating.btn-small {
    padding: 0;
}
.btn-floating.btn-small i {
    font-size: 18px;
}
.btn-floating.btn-large i {
    font-size: 26px;
}
.btn-floating.pulse {
    text-align: center;
}
.btn-floating {
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.btn-flat.disabled {
    margin: 10px 10px 0 0;
}
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn.disabled {
    background-color: #ddd !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
}
.btn-floating.disabled i,
.btn-large.disabled i,
.btn-small.disabled i,
.btn.disabled i {
    color: #aaa !important;
}
.badge-rounded {
    border-radius: 22px !important;
}
span.badge.new {
    background-color: var(--main_color);
}
blockquote {
    border-color: var(--main_color);
    padding-top: 8px;
    padding-bottom: 8px;
}
blockquote.accent {
    border-color: #e57373;
}
.pagination li i {
    line-height: 32px;
}
.pagination.large li {
    height: 36px;
}
.pagination.large li a {
    font-size: 1.3rem;
    padding: 0 13px;
    line-height: 36px;
}
.pagination.large li i {
    line-height: 36px;
}
.pagination.small li {
    height: 24px;
}
.pagination.small li a {
    font-size: 1.1rem;
    padding: 0 8px;
    line-height: 24px;
}
.pagination.small li i {
    font-size: 1.5rem;
    line-height: 24px;
}
.pagination li.active {
    background-color: var(--main_color);
}
.pagination li:hover {
    background-color: #cfd8dc;
}
.spinner-layer.thin .circle-clipper .circle {
    border-width: 1px;
}
.spinner-layer.thick .circle-clipper .circle {
    border-width: 6px;
}
.preloaders .card-panel {
    margin: 0 15px;
}
.center .preloader-wrapper {
    margin: auto;
}
.spinner-green,
.spinner-green-only {
    border-color: #81c784;
}
.spinner-blue,
.spinner-blue-only {
    border-color: var(--main_color);
}
.spinner-red,
.spinner-red-only {
    border-color: #e57373;
}
.spinner-yellow,
.spinner-yellow-only {
    border-color: #ffc107;
}
.carousel-basic {
    height: 250px;
}
.carousel-basic .carousel-item {
    height: 100%;
    overflow: hidden;
}
.carousel-basic .indicators {
    bottom: 15px;
}
.carousel .indicators {
    bottom: 15px;
}
.carousel-full {
    height: 230px;
}
.container .carousel .indicators {
    bottom: 45px;
}
.collapsible.transparent {
    border: none;
    border-top: 1px solid #ddd;
}
.collapsible.transparent .collapsible-header {
    background-color: transparent;
}
.collapsible.colored {
    border: none;
}
.collapsible.colored li:last-child .collapsible-header {
    border-bottom: none;
}
.collapsible .collapsible-header.primary-bg,
.collapsible .collapsible-header.primary-bg:focus {
    background-color: var(--main_color);
}
.collapsible .collapsible-header.accent-bg,
.collapsible .collapsible-header.accent-bg:focus {
    background-color: #e57373;
}
.collapsible-header {
    position: relative;
    padding-right: 25px;
}
.collapsible-header:after {
    content: "\F140";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    font-size: 17px;
    opacity: 0.7;
}
.active .collapsible-header:after {
    content: "\F143";
}
.waves-color-demo .collection-item {
    padding-bottom: 26px;
}
.waves-color-demo .collection-item .btn {
    float: right;
}
.waves-color-demo .btn,
.waves-color-demo .btn-large,
.waves-color-demo .btn-small {
    background-color: #fff;
    color: #212121;
}
.modal-content {
    border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
.modal.dark-text .modal-content,
.modal.dark-text .modal-content a {
    color: #546e7a;
}
.modal-footer.dark-text,
.modal-footer.dark-text a {
    color: #546e7a;
}
.modal-footer.white-text a {
    color: #fafafa;
}
.modal-mediabox .modal-content {
    padding: 0;
    border-bottom: 0;
    height: auto;
}
.modal-mediabox .modal-footer {
    text-align: left;
    height: auto;
    padding: 0 15px;
}
#logo-container {
    font-weight: 700;
    font-size: 24px;
    line-height: 64px;
}
nav .navicon i {
    font-size: 23px;
}
nav .navicon.right {
    margin-right: -10px;
}
nav .navicon.back-button {
    float: left;
    height: 36px;
    width: 36px;
    margin: 10px 15px 10px -15px;
}
body.ishome nav .navicon.back-button {
    display: none;
}
nav .navicon.nav-site-mode,
nav .navicon.sidenav-trigger {
    float: left;
    height: 36px;
    width: 36px;
    margin: 10px 18px 10px -15px;
}
nav .navicon.sidenav-trigger {
    margin-right: -8px;
}
nav a.sidenav-trigger i {
    height: 36px;
    line-height: 36px;
}
nav .navicon {
    margin-top: 0;
    height: 36px;
    width: 36px;
}
nav .navicon i {
    line-height: 36px;
    height: 36px;
}
body.isfullscreen nav {
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
body.isfullscreen nav .brand-logo,
body.isfullscreen nav .navicon {
    color: #fff;
}
nav .nav-wrapper {
    text-align: center;
}
.sidenav-overlay {
    z-index: 998;
}
@media only screen and (max-width: 600px) {
    nav.navigation {
        height: 56px;
        line-height: 56px;
    }
    #logo-container {
        line-height: 56px;
    }
}
@media only screen and (min-width: 601px) {
    nav .navicon.back-button,
    nav .navicon.nav-site-mode,
    nav .navicon.sidenav-trigger {
        margin: 14px 15px 14px -15px;
    }
}
nav.navigation {
    background-color: #fff;
    position: relative;
}
[data-header_align="left"] nav.navigation .brand-logo {
    position: absolute;
    left: -3px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
[data-header_align="left"] nav.navigation .navicon[data-target="slide-nav"] {
    float: right;
    margin-right: -8px;
}
[data-header_align="left"] nav.navigation .navicon.back-button {
    position: absolute;
    right: 95px;
}
[data-header_align="left"] nav .navicon.sidenav-trigger {
    margin-right: 18px;
}
[data-header_align="app"] nav.navigation .brand-logo {
    position: absolute;
    left: 27px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
[data-header_align="app"] nav.navigation .navicon[data-target="slide-nav"] {
    float: right;
    margin-right: -8px;
}
[data-header_align="app"] nav .navicon.sidenav-trigger {
    margin-right: 18px;
}
[data-header_align="right"] nav.navigation .brand-logo {
    position: absolute;
    left: auto;
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
[data-header_align="right"] nav.navigation .nav-site-mode,
[data-header_align="right"] nav.navigation .navicon[data-target="slide-settings"] {
    float: left !important;
}
[data-header_align="right"] nav .navicon.sidenav-trigger {
    margin-right: 18px;
}
[data-header="dark"] nav.navigation {
    background-color: var(--header_color);
}
[data-header="dark"] nav .brand-logo,
[data-header="dark"] nav .navicon {
    color: #fff;
}
[data-header="colored"] nav.navigation {
    background-color: var(--header_color);
}
[data-header="colored"] nav .brand-logo,
[data-header="colored"] nav .navicon {
    color: #fff;
}
nav {
    background: var(--main_color);
    z-index: 998;
}
.sidenav li {
    line-height: 48px;
}
.sidenav .waves-effect {
    display: block;
}
.sidenav li a {
    display: block;
    color: #546e7a;
}
.sidenav li a:hover,
.sidenav li a:hover i {
    color: #455a64;
}
.sidenav li a span {
    line-height: 48px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.sidenav li a i {
    margin-right: 8px;
    top: 0;
    position: relative;
    font-size: 16px;
}
.sidenav.sidemenu li.lvl1 a:after {
    content: "\F142";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    font-size: 16px;
    opacity: 0.7;
    top: 11px;
}
.sidenav li.lvl1 .waves-effect {
    padding-left: 20px;
}
.sidenav li.lvl1 .waves-effect.active,
.sidenav li.lvl1 .waves-effect:hover {
    background: #f5f5f5;
}
.sidenav span.badge {
    line-height: 24px;
    color: #fff;
    font-size: 10px;
    margin-right: 40px;
}
.sidenav .copyright,
.sidenav .subheader {
    padding-left: 20px;
}
nav .sidenav-trigger {
    margin-left: 0;
}
.sidenav .subheader {
    text-transform: uppercase;
    font-size: 12px;
    color: #90a4ae;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}
.sidenav .divider {
    background: #f5f5f5;
    margin: 0;
    clear: both;
}
.sidenav .copyright {
    font-size: 13px;
    color: #90a4ae;
    text-transform: uppercase;
}
[data-menu_type="center"] .sidemenu {
    width: 100%;
}
[data-menu_type="center"] .sidenav.sidemenu li.lvl1 a:after {
    display: none;
}
[data-menu_type="center"] .sidemenu .sh-wrap {
    display: none;
}
[data-menu_type="center"] .sidemenu .lvl1 {
    width: 32%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 1%;
    position: relative;
    margin-bottom: 15px;
}
[data-menu_type="center"] .sidemenu.sidenav li.lvl1 .waves-effect {
    padding-left: 0;
}
[data-menu_type="center"] .sidemenu .lvl1 a {
    padding: 15px 0 5px 0;
    white-space: nowrap;
}
[data-menu_type="center"] .sidemenu .lvl1 i {
    display: block;
    width: 100%;
    font-size: 30px;
}
[data-menu_type="center"] .sidemenu .lvl1 .title {
    display: block;
    width: 100%;
    line-height: 42px;
}
[data-menu_type="center"] .sidemenu .lvl1 .badge {
    display: none;
}
[data-menu_type="center"] .sidemenu .sep-wrap {
    display: none;
}
[data-menu_type="center"] .sidemenu .copy-wrap {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin-top: 20px;
    position: relative;
}
[data-menu_type="center"] .sidemenu .menulinks {
    display: inline-block;
    position: relative;
    margin-top: 0;
    padding-left: 7px;
}
[data-menu_type="center"] .sidemenu .copy-spacer {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}
[data-menu_type="center"] .sidemenu .user-wrap {
    text-align: center;
}
[data-menu_type="center"] .sidemenu.sidenav .user-view .imgarea {
    width: 65px;
}
[data-menu_type="center"] .sidemenu.sidenav .user-view {
    display: inline-block;
    width: 292px;
    text-align: left;
}
.menu-close {
    display: none;
}
[data-menu_type="center"] .menu-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
}
[data-menu_type="center"] .menu-close i {
    font-size: 20px;
}
[data-menu="dark"] .sidenav {
    background-color: var(--menu_color);
}
[data-menu="dark"] .sidenav .subheader {
    color: #b0bec5;
}
[data-menu="dark"] .sidenav li a,
[data-menu="dark"] .sidenav li a:hover,
[data-menu="dark"] .sidenav li a:hover i {
    color: #cfd8dc;
}
[data-menu="dark"] .sidenav li.lvl1 .waves-effect.active,
[data-menu="dark"] .sidenav li.lvl1 .waves-effect:hover {
    background-color: #263238;
}
[data-menu="dark"] .sidenav .badge.blue-grey {
    background-color: var(--main_color) !important;
}
[data-menu="dark"] .sidenav .divider {
    background-color: var(--dark_color);
}
[data-menu="dark"] .sidenav .copyright {
    color: #b0bec5;
}
[data-menu="colored"] .sidenav {
    background-color: var(--menu_color);
}
[data-menu="colored"] .sidenav .subheader {
    color: #eee;
}
[data-menu="colored"] .sidenav li a,
[data-menu="colored"] .sidenav li a:hover,
[data-menu="colored"] .sidenav li a:hover i {
    color: #f5f5f5 ;
}
[data-menu="colored"] .sidenav li.lvl1 .waves-effect.active,
[data-menu="colored"] .sidenav li.lvl1 .waves-effect:hover {
    background-color: rgba(33, 33, 33, 0.2);
}
[data-menu="colored"] .sidenav .badge.blue-grey {
    background-color: rgba(33, 33, 33, 0.4) !important;
}
[data-menu="colored"] .sidenav .divider {
    background-color: rgba(33, 33, 33, 0.2);
}
[data-menu="colored"] .sidenav .copyright {
    color: #eee;
}
[data-menu="colored"] .menu-close i {
    color: #f5f5f5;
}
.subpages.collection {
    margin-top: 0;
    border: 0 solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.subpages .collection-item {
    padding: 0;
    background: 0 0;
}
.subpages .collection-item a {
    display: block;
    padding: 10px 20px;
    color: #546e7a;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 0;
}
.subpages .collection-item a:hover {
    color: #455a64;
}
.subpages .collection-item a i {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-right: 8px;
}
.subpages .collection-item a i.arrow {
    position: absolute;
    right: 0;
    top: 11px;
    margin: 0;
    opacity: 0.55;
}
.subpages .collection-item a span {
    font-size: 14px;
    font-weight: 500;
}
.subpages .collection-item:hover {
    background: #f5f5f5;
}
.page-footer {
    background: #37474f;
    padding-bottom: 60px;
    padding-top: 0;
}
.page-footer .row {
    margin: 0;
}
.footer-ex .page-footer {
    padding-bottom: 0;
}
.page-footer .logo {
    font-weight: 700;
    font-size: 20px;
    color: #cfd8dc;
}
.page-footer .logo:after {
    display: block;
    position: relative;
    content: " ";
    height: 2px;
    width: 30px;
    margin: 15px 0 0 0;
    background: #b0bec5;
}
[data-footer_type="center"] .page-footer {
    text-align: center;
}
.page-footer.center .logo:after,
[data-footer_type="center"] .page-footer .logo:after {
    margin: 15px auto 0 auto;
}
.page-footer .text {
    color: #cfd8dc;
}
.page-footer .link-wrap .link-ul {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}
.page-footer li {
    margin: 0 0 10px 0;
}
.page-footer li a {
    color: #cfd8dc;
}
.page-footer li a i {
    margin-right: 10px;
}
.page-footer .social-wrap {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.page-footer .social {
    margin-top: 10px;
}
.page-footer .social a {
    margin: 10px 10px 0 0;
    display: inline-block;
}
.page-footer .social a i {
    margin: 0;
    color: #cfd8dc;
    font-size: 18px;
}
.page-footer .footer-copyright {
    background: rgba(50, 50, 50, 0.3);
}
.page-footer .footer-copyright .container,
.page-footer .footer-copyright .container a {
    color: #78909c;
    font-size: 13px;
}
.page-footer.light-bg {
    background-color: #fff;
}
.page-footer.light-bg .footer-copyright {
    background: rgba(150, 150, 150, 0.1);
}
.page-footer.white-text *,
.page-footer.white-text .social a i,
.page-footer.white-text a {
    color: #fff;
}
.page-footer.white-text .logo:after {
    background: #f5f5f5;
}
.page-footer.white-text .footer-copyright .container,
.page-footer.white-text .footer-copyright .container a {
    color: #eee;
}
.page-footer.dark-text *,
.page-footer.dark-text .social a i,
.page-footer.dark-text a {
    color: #455a64;
}
.page-footer.dark-text .logo:after {
    background: #607d8b;
}
.page-footer.dark-text .footer-copyright .container,
.page-footer.dark-text .footer-copyright .container a {
    color: #607d8b;
}
[data-footer="light"] .page-footer {
    background: #f5f5f5;
}
[data-footer="light"] .page-footer .logo:after {
    background-color: var(--main_color);
}
[data-footer="light"] .page-footer .logo {
    color: #455a64;
}
[data-footer="light"] .page-footer .footer-copyright .container,
[data-footer="light"] .page-footer .footer-copyright .container a,
[data-footer="light"] .page-footer .social a i,
[data-footer="light"] .page-footer .text,
[data-footer="light"] .page-footer li a {
    color: #546e7a;
}
[data-footer="light"] .page-footer .footer-copyright {
    background: rgba(200, 200, 200, 0.3);
}
[data-footer="colored"] .page-footer {
    background: var(--footer_color);
}
[data-footer="colored"] .page-footer .logo:after {
    background-color: #fff;
}
[data-footer="colored"] .page-footer .logo {
    color: #fff;
}
[data-footer="colored"] .page-footer .footer-copyright .container,
[data-footer="colored"] .page-footer .footer-copyright .container a,
[data-footer="colored"] .page-footer .social a i,
[data-footer="colored"] .page-footer .text,
[data-footer="colored"] .page-footer li a {
    color: #eee;
}
[data-footer="colored"] .page-footer .footer-copyright {
    background: rgba(33, 33, 33, 0.2);
}
[data-footer_type="minimal"] .page-footer {
    padding-top: 0;
}
[data-footer_type="minimal"] .page-footer .footer-content {
    display: none;
}
[data-footer_type="minimal"] .page-footer .footer-copyright {
    text-align: center;
}
nav .brand-logo,
nav .navicon {
    color: #455a64;
}
body nav a.brand-logo i {
    font-size: 24px;
    margin-right: 6px !important;
}
.sidenav .user-view {
    margin: 10px 0 15px 0;
}
.sidenav .user-view .imgarea {
    padding: 0;
}
.sidenav .user-view .infoarea {
    padding-top: 5px;
    padding-left: 9px;
}
.sidenav .user-view .circle {
    width: 60px;
    height: 60px;
}
.sidenav .user-view .name {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #546e7a;
}
.sidenav .user-view .email {
    padding-bottom: 0;
    color: #90a4ae;
    font-size: 13px;
}
[data-menu="dark"] .sidenav .user-view .name {
    color: #cfd8dc;
}
[data-menu="dark"] .sidenav .user-view .email {
    color: #b0bec5;
}
[data-menu="colored"] .sidenav .user-view .name {
    color: #f5f5f5;
}
[data-menu="colored"] .sidenav .user-view .email {
    color: #eee;
}
.dropdown-content li > a,
.dropdown-content li > span {
    color: #455a64;
}
.dropdown-content li > a > i {
    margin: 0 10px 0 0;
}
.collection {
    border: 1px solid #eee;
  /*   -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
}
.collection .collection-item {
    border-bottom: 1px solid #eee;
}
.collection a.collection-item {
    color: #455a64;
}
.collection-item .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: inline-block;
}
.collection-item.avatar i,
.collection-item.avatar img {
    margin-top: 5px;
}
.collection-item.avatar p {
    font-size: 14px;
    line-height: 23px;
}
.collection .collection-item.active {
    background-color: var(--main_color);
}
.collection .collection-item.avatar {
    min-height: 72px;
    padding-left: 72px;
}
.collection.contacts .collection-item {
    padding: 0 0;
}
.collection .collection-item.avatar .secondary-content a i {
    font-size: 20px;
    margin: 0 3px;
    line-height: 20px;
    color: #455a64;
}
.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 2;
}
.collection .collection-item a.chatlink {
    color: #455a64;
    display: inline-block;
    width: 100%;
    padding: 20px 75px 20px 75px;
}
.collection.contacts .collection-item.avatar :not(.circle-clipper) > .circle {
    left: 20px;
}
.progress-md {
    height: 8px;
}
.progress-large {
    height: 12px;
}
.progress {
    background-color: rgba(100, 181, 246, 0.4);
}
.progress .determinate {
    background-color: var(--main_color);
}
.progress .indeterminate {
    background-color: var(--main_color);
}
.backtotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 70px;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
    z-index: 998;
    -webkit-backface-visibility: hidden;
}
[data-footer_menu="hide"] .backtotop {
    bottom: 20px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.card .card-content .card-title i {
    font-size: 20px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #455a64;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.card .card-image .card-title,
.card .card-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.card .card-image .card-title {
    color: rgba(255, 255, 255, 0.9);
}
.card-tabs {
    border-bottom: 1px solid #e0e0e0;
}
.card-panel.bg-primary {
    background-color: var(--main_color);
}
.tabs .tab a {
    color: #455a64;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
}
.tabs .tab a.active {
    color: var(--main_color);
}
.tabs .tab a.active,
.tabs .tab a:hover {
    color: var(--main_color);
}
.tabs .indicator {
    background-color: var(--main_color);
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: #f5f5f5;
}
.tab-content {
    display: inline-block;
    padding: 15px;
    background: transparent;
    width: 100%;
}
.tabs-icons .tab i {
    font-size: 24px;
    line-height: 48px;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: rgba(100, 181, 246, 0.4);
    cursor: default;
}
.tabs-swipable .carousel-item {
    display: inline-block;
    padding: 15px !important;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
}
.tabs.full-transparent {
    border-bottom: 1px solid #ccc;
}
.tabs .tab.colored a:focus.active,
.tabs.colored .tab a:focus {
    background-color: inherit;
}
.tabs.accent-bg .indicator {
    background-color: #e57373;
}
.tabs-swipable .tabs-content {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.tabs-swipable-ul {
    z-index: 1;
}
.tabs.accent-bg .indicator:after,
.tabs.primary-bg .indicator:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.2);
    display: block;
}
.icon-block {
    padding: 0 0;
    margin-bottom: 15px;
    display: inline-block;
}
.icon-block i {
    font-size: 48px;
}
.icon-block.circular i {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 32px;
    background-color: #fff;
}
.icon-block.boxed i {
    border-radius: 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 32px;
    background-color: #fff;
}
.icon-block.bordered i {
    border-radius: 0;
    border: 2px dashed rgba(100, 181, 246, 0.4);
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 32px;
}
.ui-chips .chip {
    margin: 5px 8px 8px 0;
    display: inline-block;
}
.chip {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.chip i {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 4px;
    cursor: pointer;
}
.chip:focus {
    background-color: var(--main_color);
}
.chip i.close:before {
    content: "\F156";
}
.chip i.close:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    visibility: visible;
}
.chip i.close {
    content: "";
    font-size: 0.1px;
    color: transparent;
    visibility: hidden;
}
.chip,
.chip i.close:before {
    color: #455a64;
}
.chip.white-text,
.chip.white-text i.close:before {
    color: #fafafa;
}
.chip:focus i.close:before {
    color: #fafafa;
}
.chips.focus {
    border-bottom: 1px solid var(--main_color);
    -webkit-box-shadow: 0 1px 0 0 var(--main_color);
    box-shadow: 0 1px 0 0 var(--main_color);
}
.chips.primary .chip,
.chips.primary .chip i:before {
    background-color: var(--main_color);
    color: #fff;
}
input[type="range"]::-webkit-slider-thumb {
    background-color: var(--main_color);
}
input[type="range"]::-moz-range-thumb {
    background-color: var(--main_color);
}
input[type="range"]::-ms-thumb {
    background-color: var(--main_color);
}
input[type="range"] + .thumb {
    background-color: #dedede;
}
input[type="range"] + .thumb.active .value {
    color: var(--main_color);
}
body .noUi-tooltip span {
    top: 1px;
    left: -1px;
}
body .noUi-connect,
body .noUi-horizontal .noUi-handle,
body .noUi-target.noUi-horizontal .noUi-tooltip,
body .noUi-vertical .noUi-handle {
    background-color: var(--main_color);
}
body .danger .noUi-connect,
body .noUi-horizontal.danger .noUi-handle,
body .noUi-target.danger .noUi-tooltip,
body .noUi-vertical.danger .noUi-handle {
    background-color: #e57373;
}
body .noUi-horizontal.warning .noUi-handle,
body .noUi-target.warning .noUi-tooltip,
body .noUi-vertical.warning .noUi-handle,
body .warning .noUi-connect {
    background-color: #ff8a65;
}
body .info .noUi-connect,
body .noUi-horizontal.info .noUi-handle,
body .noUi-target.info .noUi-tooltip,
body .noUi-vertical.info .noUi-handle {
    background-color: #0097a7;
}
body .noUi-horizontal.success .noUi-handle,
body .noUi-target.success .noUi-tooltip,
body .noUi-vertical.success .noUi-handle,
body .success .noUi-connect {
    background-color: #81c784;
}
body .hexblue .noUi-connect,
body .noUi-horizontal.hexblue .noUi-handle,
body .noUi-target.hexblue .noUi-tooltip,
body .noUi-vertical.hexblue .noUi-handle {
    background-color: #5c6bc0;
}
.noUi-target .noUi-tooltip {
    overflow: hidden;
}
.switch.large label .lever {
    width: 59px;
    height: 22px;
}
.switch.large label .lever:after,
.switch.large label .lever:before {
    width: 28px;
    height: 28px;
}
.switch.large label input[type="checkbox"]:checked + .lever:after,
.switch.large label input[type="checkbox"]:checked + .lever:before {
    left: 32px;
}
.switch.medium label .lever {
    width: 42px;
    height: 18px;
}
.switch.medium label .lever:after,
.switch.medium label .lever:before {
    width: 22px;
    height: 22px;
}
.switch.medium label input[type="checkbox"]:checked + .lever:after,
.switch.medium label input[type="checkbox"]:checked + .lever:before {
    left: 21px;
}
.switch.medium label .lever:after,
.switch.medium label .lever:before {
    top: -2px;
}
.switch label input[type="checkbox"]:checked + .lever {
    background-color: rgba(100, 181, 246, 0.4);
}
.switch label .lever:before {
    background-color: rgba(100, 181, 246, 0.4);
}
.switch label input[type="checkbox"]:checked + .lever:after {
    background-color: var(--main_color);
}
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before,
input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before {
    background-color: rgba(100, 181, 246, 0.3);
    opacity: 0.6;
}
.switch.danger label input[type="checkbox"]:checked + .lever {
    background-color: #ffcdd2;
}
.switch.danger label .lever:before {
    background-color: #ffcdd2;
}
.switch.danger label input[type="checkbox"]:checked + .lever:after {
    background-color: #e57373;
}
.switch.danger input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before,
.switch.danger input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before {
    background-color: #ffebee;
    opacity: 0.8;
}
.switch.info label input[type="checkbox"]:checked + .lever {
    background-color: #b2ebf2;
}
.switch.info label .lever:before {
    background-color: #b2ebf2;
}
.switch.info label input[type="checkbox"]:checked + .lever:after {
    background-color: #0097a7;
}
.switch.info input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before,
.switch.info input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before {
    background-color: #e0f7fa;
    opacity: 0.6;
}
.switch.warning label input[type="checkbox"]:checked + .lever {
    background-color: #ffccbc;
}
.switch.warning label .lever:before {
    background-color: #ffccbc;
}
.switch.warning label input[type="checkbox"]:checked + .lever:after {
    background-color: #ff8a65;
}
.switch.warning input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before,
.switch.warning input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before {
    background-color: #fbe9e7;
    opacity: 0.8;
}
.switch.success label input[type="checkbox"]:checked + .lever {
    background-color: #dcedc8;
}
.switch.success label .lever:before {
    background-color: #dcedc8;
}
.switch.success label input[type="checkbox"]:checked + .lever:after {
    background-color: #aed581;
}
.switch.success input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before,
.switch.success input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before {
    background-color: #f1f8e9;
    opacity: 0.6;
}
.input-field .prefix {
    top: 0.6rem;
}
.input-field .prefix.active {
    color: var(--main_color);
}
input:not([type]):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: var(--main_color);
    margin-top: -1rem;
}
.input-field > label{
    margin-top: -0.5rem;
}
input:not([type]):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--main_color);
    -webkit-box-shadow: 0 1px 0 0 var(--main_color);
    box-shadow: 0 1px 0 0 var(--main_color);
}
.input-field input[type="search"] ~ .material-icons,
.input-field input[type="search"] ~ .mdi-navigation-close {
    font-size: 22px;
}
.input-field .prefix {
    font-size: 20px;
    top: 12px;
    width: 2.5rem;
}
.input-field .prefix ~ .autocomplete-content,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ input,
.input-field .prefix ~ label,
.input-field .prefix ~ textarea {
    margin-left: 2.5rem;
    width: 92%;
    width: calc(100% - 2.5rem);
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
    height: 2rem;
    line-height: 2rem;
}
.file-field span {
    font-size: 14px;
}
[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid var(--main_color);
    border-bottom: 2px solid var(--main_color);
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid var(--main_color);
    background-color: var(--main_color);
}
[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.32);
    border-bottom: 2px solid rgba(0, 0, 0, 0.32);
}
[type="checkbox"].danger:not(.filled-in):checked + span:not(.lever):before {
    border-right: 2px solid #e57373;
    border-bottom: 2px solid #e57373;
}
[type="checkbox"].warning:not(.filled-in):checked + span:not(.lever):before {
    border-right: 2px solid #ff8a65;
    border-bottom: 2px solid #ff8a65;
}
[type="checkbox"].success:not(.filled-in):checked + span:not(.lever):before {
    border-right: 2px solid #81c784;
    border-bottom: 2px solid #81c784;
}
[type="checkbox"].info:not(.filled-in):checked + span:not(.lever):before {
    border-right: 2px solid #0097a7;
    border-bottom: 2px solid #0097a7;
}
[type="checkbox"].filled-in.danger:checked + span:not(.lever):after {
    border: 2px solid #e57373;
    background-color: #e57373;
}
[type="checkbox"].filled-in.warning:checked + span:not(.lever):after {
    border: 2px solid #ff8a65;
    background-color: #ff8a65;
}
[type="checkbox"].filled-in.success:checked + span:not(.lever):after {
    border: 2px solid #81c784;
    background-color: #81c784;
}
[type="checkbox"].filled-in.info:checked + span:not(.lever):after {
    border: 2px solid #0097a7;
    background-color: #0097a7;
}
[type="radio"].with-gap:checked + span:after,
[type="radio"]:checked + span:after {
    background-color: var(--main_color);
}
[type="radio"].with-gap:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"]:checked + span:after {
    border: 2px solid var(--main_color);
}
[type="radio"].with-gap:checked.danger + span:after,
[type="radio"]:checked.danger + span:after {
    background-color: #e57373;
}
[type="radio"].with-gap:checked.danger + span:after,
[type="radio"].with-gap:checked.danger + span:before,
[type="radio"]:checked.danger + span:after {
    border: 2px solid #e57373;
}
[type="radio"].with-gap:checked.info + span:after,
[type="radio"]:checked.info + span:after {
    background-color: #0097a7;
}
[type="radio"].with-gap:checked.info + span:after,
[type="radio"].with-gap:checked.info + span:before,
[type="radio"]:checked.info + span:after {
    border: 2px solid #0097a7;
}
[type="radio"].with-gap:checked.warning + span:after,
[type="radio"]:checked.warning + span:after {
    background-color: #ff8a65;
}
[type="radio"].with-gap:checked.warning + span:after,
[type="radio"].with-gap:checked.warning + span:before,
[type="radio"]:checked.warning + span:after {
    border: 2px solid #ff8a65;
}
[type="radio"].with-gap:checked.success + span:after,
[type="radio"]:checked.success + span:after {
    background-color: #81c784;
}
[type="radio"].with-gap:checked.success + span:after,
[type="radio"].with-gap:checked.success + span:before,
[type="radio"]:checked.success + span:after {
    border: 2px solid #81c784;
}
.select-dropdown li img {
    margin: 7px 15px;
}
body[data-menu_icons="off"] .sidenav li a i,
body[data-menu_icons="off"] .subpages .collection-item a i:nth-child(1) {
    display: none;
}
body[data-menu_icons="off"] .sidenav .active a span {
    text-decoration: underline;
}
body[data-menu_icons="colored"] .sidenav li a i,
body[data-menu_icons="colored"] .subpages .collection-item a i:nth-child(1) {
    color: var(--main_color);
}
body[data-menu_icons="colored"][data-menu="colored"] .sidenav li a i,
body[data-menu_icons="colored"][data-menu="colored"] .subpages .collection-item a i:nth-child(1) {
    color: #f5f5f5;
}
.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
    width: 100%;
}
.cards-container {
    column-break-inside: avoid;
}
.cards-container .card {
    display: inline-block;
    overflow: visible;
}
@media only screen and (max-width: 600px) {
    .cards-container {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 601px) {
    .cards-container {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 993px) {
    .cards-container {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
.text-center {
    text-align: center;
}
.chat-area {
    margin: 0;
}
.chat-area li {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
}
.chat-area li.leftside {
    padding-left: 25px;
}
.chat-area .leftside .msg-area {
    border-radius: 2px;
    background: #dedcdc;
    min-height: 60px;
    padding: 15px 15px 15px 30px;
}
.chat-area li.rightside {
    padding-right: 25px;
}
.chat-area .rightside .msg-area {
    border-radius: 2px;
    background: #d4ffd1;
    min-height: 60px;
    padding: 15px 30px 15px 15px;
}
.chat-area li.rightside .userpic {
    left: auto;
    right: 0;
}
.chat-area .userpic {
    position: absolute;
    background: #ccc;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    left: 0;
    margin-top: 0;
    top: 9px;
}
.chat-area .msg {
    margin: 0;
}
.chat-area .leftside .time {
    font-size: 80%;
    margin-top: 5px;
    float: left;
    opacity: 0.8;
}
.chat-area .rightside .time {
    font-size: 90%;
    margin-top: 5px;
    right: 0;
    left: auto;
    float: right;
}
.chat-area .ui-mediabox {
    margin: 15px -0.75rem 0 -0.75rem;
}
.calwrap #calendar,
.prev-.calwrap #calendar {
    width: 100%;
    min-height: 18em;
    height: auto;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}
.calwrap #calendar #dates,
.prev-.calwrap #calendar #dates {
    position: relative;
    width: 100%;
}
.calwrap #calendar #dates #days .day,
.prev-.calwrap #calendar #dates #days .day {
    opacity: 1;
}
.calwrap #calendar #dates #days .day:hover,
.prev-.calwrap #calendar #dates #days .day:hover {
    cursor: pointer;
}
.calwrap #calendar #lastMt,
.calwrap #calendar #nextMt,
.prev-.calwrap #calendar #lastMt,
.prev-.calwrap #calendar #nextMt {
    position: absolute;
    font-weight: 700;
    z-index: 3;
}
.calwrap #calendar #lastMt:hover,
.calwrap #calendar #nextMt:hover,
.prev-.calwrap #calendar #lastMt:hover,
.prev-.calwrap #calendar #nextMt:hover {
    cursor: pointer;
}
.calwrap #calendar #lastMt,
.prev-.calwrap #calendar #lastMt {
    left: 30px;
}
.calwrap #calendar #nextMt,
.prev-.calwrap #calendar #nextMt {
    right: 30px;
}
.calwrap #calendar #lastMt,
.calwrap #calendar #nextMt,
.prev-.calwrap #calendar #lastMt,
.prev-.calwrap #calendar #nextMt {
    font-size: 17px;
    line-height: 50px;
}
.calwrap #calendar #months-cont,
.prev-.calwrap #calendar #months-cont {
    width: 100%;
    overflow: hidden;
    height: 50px;
    left: auto;
    margin-left: 0;
    position: relative;
}
.calwrap #calendar #months-cont #months,
.prev-.calwrap #calendar #months-cont #months {
    height: 100%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.calwrap #calendar #months-cont #months .month,
.prev-.calwrap #calendar #months-cont #months .month {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}
.calwrap #calendar #days {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
}
.calwrap #calendar #days .day,
.calwrap #calendar #daysotweek .day,
.prev-.calwrap #calendar #days .day,
.prev-.calwrap #calendar #daysotweek .day {
    width: calc(100% / 7);
    text-align: center;
    float: left;
    padding: 0.5em 0;
    position: relative;
}
.calwrap #calendar #days .day.today,
.calwrap #calendar #days .day:hover {
    background-color: #fff;
}
.calwrap #calendar #daysotweek,
.prev-.calwrap #calendar #daysotweek {
    margin-top: 0.75em;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    font-weight: 700;
}
.calwrap #info #actual-date,
.prev-.calwrap #info #actual-date {
    text-align: center;
    float: left;
    padding: 0.5em 0;
    font-size: 0.8em;
    background: #fcee6d;
    color: #29323f;
    height: 1.5em;
    width: 1.5em;
    line-height: 0.5em;
    text-align: center;
    border-radius: 50%;
    position: absolute;
}
.events .event-item {
    background-color: #fff;
    padding: 15px;
    position: relative;
    margin: 0 0 15px 0;
    border-radius: 2px;
}
.events .title {
    font-weight: 700;
    text-transform: uppercase;
}
.events .time {
    margin: 10px 0;
    font-size: 90%;
}
.events .actions {
    position: absolute;
    right: 15px;
    top: 60px;
}
.events .actions a i {
    color: #455a64;
    font-size: 20px;
    margin: 0 0 0 10px;
}
.events .people a img {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.events .people a {
    margin: 0 -10px 0 0;
}
.events .badge {
    position: absolute;
    top: 4px;
    right: 4px;
}
.collection.mailbox .collection-item.avatar :not(.circle-clipper) > .circle {
    left: 20px;
}
.collection.mailbox .collection-item {
    padding: 0 0;
}
.collection.mailbox .from {
    font-size: 80%;
    display: block;
    opacity: 0.8;
}
.collection.mailbox .title {
    text-transform: none;
    line-height: 18px;
}
.collection.mailbox.messages .title {
    text-transform: uppercase;
}
.collection.mailbox .collection-item.avatar img {
    position: absolute;
    top: 20px;
    margin-top: 0;
}
.collection .collection-item .maillink {
    color: #455a64;
    padding: 15px 15px 15px 75px;
    display: inline-block;
    width: 100%;
}
.collection.mailbox .collection-item.avatar .secondary-content {
    position: absolute;
    top: 40px;
    margin-top: 0;
    right: 15px;
}
.collection.mailbox .time {
    position: absolute;
    top: 0;
    margin-top: 15px;
    right: 10px;
    font-size: 80%;
    opacity: 0.8;
}
.collection .collection-item.avatar .title.mx_with {
    max-width: calc(100% - 100px);
}
.collection.mailbox .mail-reply {
    position: relative;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 0;
}
.collection.mailbox .mail-reply label {
    left: 20px;
}
.collection.mailbox.messages p {
    padding-right: 30px;
}
.mailview .title {
    margin-bottom: 10px;
}
.ui-profile {
    position: relative;
    vertical-align: top;
}
.ui-profile .primg img {
    width: 100%;
    z-index: 2;
}
.ui-profile .prinfo {
    position: relative;
    width: 90%;
    border-radius: 4px;
    padding: 15px;
    margin: -50px 5% 0 5%;
    display: inline-block;
    z-index: 4;
}
.ui-profile .prinfo .count {
    float: left;
    width: 33%;
    text-align: center;
    display: inline-block;
}
.ui-profile .prinfo .num,
.ui-profile .prinfo .tit {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}
.ui-profile .prname {
    position: relative;
    margin: -170px 10% 70px 10%;
    z-index: 3;
}
.ui-profile .prname .name {
    margin-bottom: 5px;
}
.ui-profile .carousel-basic {
    height: 200px;
}
.ui-profile .carousel-basic .carousel-item {
    height: 167px;
}
.ui-profile .carousel-basic .indicators {
    bottom: 20px;
}
.ui-profile .pr-ctit {
    margin-top: -85px;
    z-index: 2;
    padding: 0 0 0 15px;
    position: relative;
}
.ui-profile .pr-ctit h6 {
    margin-bottom: 0;
}
.primg {
    display: inline-block;
    position: relative;
}
.primg:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}
.timeline {
    position: relative;
    display: inline-block;
    width: 100%;
}
.timeline .verline {
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #eee;
    left: 16%;
}
.timeline .event {
    position: relative;
    display: inline-block;
    width: 100%;
}
.timeline .event .date {
    display: block;
    float: left;
    width: 16%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}
.timeline .event .date:after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    right: -10px;
    top: 50%;
    margin-top: 0;
    background-color: #eee;
}
.timeline .event .date:before {
    content: " ";
    position: absolute;
    width: 80%;
    height: 5px;
    right: -40px;
    top: 50%;
    margin-top: 4px;
    background-color: #eee;
}
.timeline .event .card-panel {
    width: 74%;
    position: relative;
    margin-left: 24%;
    float: left;
}
.timeline .event h4 {
    margin-bottom: 0;
}
.row.ui-mediabox.fullwidth {
    margin-bottom: 0;
}
.ui-mediabox.fullwidth .col {
    padding: 0;
    margin-bottom: 0;
}
.row.ui-mediabox {
    margin: 0 -0.75rem;
}
.row.ui-mediabox.fullwidth,
.row.ui-mediabox.team-box {
    margin: 0;
}
.row.ui-mediabox.circular img {
    border-radius: 50%;
}
.port-data {
    text-align: center;
}
.ui-mediabox.fullwidth .port-data {
    padding: 0 30px;
}
.port-data a h4,
.port-data a h5 {
    color: #455a64;
}
.blogs .tags {
    margin-left: 10px;
}
.blogs .tags a {
    color: #455a64;
}
.blogs .title {
    color: #455a64;
}
.row.ui-mediabox.blogs.fullwidth {
    margin: 0;
    padding: 0;
}
.blog-info {
    display: inline-block;
    width: 100%;
}
.row.ui-mediabox.blogs.fullwidth .blog-info {
    padding: 0 24px;
}
.row.ui-mediabox.blogs-masonry .col.s6,
.row.ui-mediabox.portfolio-masonry .col.s6 {
    width: 49.99%;
}
.row.ui-mediabox.blogs.aligned .blog-info .title {
    margin-top: 0;
}
.row.ui-mediabox.blogs.aligned .blog-info .divider,
.row.ui-mediabox.blogs.aligned .blog-info .spacer {
    display: none;
}
.row.ui-mediabox.blogs.aligned {
    padding: 0 10px;
}
.row.ui-mediabox.blogs.aligned .col {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 20px 0;
}
.row.ui-mediabox.blogs.small-left .blog-img-wrap {
    display: inline-block;
    width: 35%;
    float: left;
    padding-right: 15px;
}
.row.ui-mediabox.blogs.small-left .blog-info {
    width: 65%;
    float: left;
}
.row.ui-mediabox.blogs.medium-left .blog-img-wrap {
    display: inline-block;
    width: 45%;
    float: left;
    padding-right: 15px;
}
.row.ui-mediabox.blogs.medium-left .blog-info {
    width: 55%;
    float: left;
}
.row.ui-mediabox.blogs.small-right .blog-img-wrap {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 15px;
}
.row.ui-mediabox.blogs.small-right .blog-info {
    width: 65%;
    float: right;
}
.row.ui-mediabox.blogs.medium-right .blog-img-wrap {
    display: inline-block;
    width: 45%;
    float: right;
    padding-left: 15px;
}
.row.ui-mediabox.blogs.medium-right .blog-info {
    width: 55%;
    float: right;
}
.row.ui-mediabox.blogs.small-alternate .blog-img-wrap {
    display: inline-block;
    width: 35%;
    float: left;
    padding-right: 15px;
}
.row.ui-mediabox.blogs.small-alternate .blog-info {
    width: 65%;
    float: left;
}
.row.ui-mediabox.blogs.small-alternate .col:nth-child(even) .blog-img-wrap {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}
.row.ui-mediabox.blogs.small-alternate .col:nth-child(even) .blog-info {
    float: right;
}
.row.ui-mediabox.blogs.medium-alternate .blog-img-wrap {
    display: inline-block;
    width: 45%;
    float: left;
    padding-right: 15px;
}
.row.ui-mediabox.blogs.medium-alternate .blog-info {
    width: 55%;
    float: left;
}
.row.ui-mediabox.blogs.medium-alternate .col:nth-child(even) .blog-img-wrap {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}
.row.ui-mediabox.blogs.medium-alternate .col:nth-child(even) .blog-info {
    float: right;
}
.row.ui-mediabox.blogs.noimg .blog-info {
    width: 100%;
}
.row.ui-mediabox.blogs.noimg .col.s6 {
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}
.row.ui-mediabox.blogs.noimg .col.s6 .blog-info {
    padding-right: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    width: 90%;
}
.login-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: auto;
    z-index: 1;
    background-color: var(--main_color);
}
.access-login {
    background-image: url(../images/access-7.jpg);
}
.access-register {
    background-image: url(../images/access-4.jpg);
}
.access-reset {
    background-image: url(../images/access-3.jpg);
}
.access-forgot {
    background-image: url(../images/access-5.jpg);
}
.access-404 {
    background-image: url(../images/access-12.jpg);
}
.access-500 {
    background-image: url(../images/access-6.jpg);
}
.access-welcome {
    background-image: url(../images/access-8.jpg);
}
.access-lock {
    background-image: url(../images/access-2.jpg);
}
.login-area {
    position: relative;
    z-index: 2;
    margin-top: 60px;
}
body .login-area input[type="email"],
body .login-area input[type="password"],
body .login-area input[type="tel"],
body .login-area input[type="text"] {
    border-bottom: 1px solid #fafafa;
    color: #eee;
}
body .login-area label {
    color: #eee;
}
.login-area .links .sep {
    color: #fafafa;
    font-size: 90%;
}
.login-area .links a {
    color: #eee;
    font-size: 90%;
    margin: 0 10px;
}
.login_page * {
    box-sizing: border-box !important;
}
.login_page {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: 100%;
}
.login_page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.login_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
    /* background-color: var(--main_color); */
    background: linear-gradient(to bottom,var(--login_bg_two) 0%,var(--login_bg_one) 100%) !important;
    box-shadow: 0 10px 15px #999;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.login_boxSnd {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
    background-color: #295199;
    box-shadow: 0 10px 15px #999;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.login_box h3 {
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    font-family: KoHo, sans-serif;
    font-size: 24px;
    text-shadow: 0 8px 10px #000;
    line-height: 30px;
}
.login_box form {
    flex: 1;
    display: flex;
    align-items: center;
}
.login_box input {
    background-color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0 10px !important;
    margin: 0 !important;
}
.login_box label {
    color: #999;
    left: 20px !important;
}
.login_box label.active {
    color: #fff !important;
    transform: translateY(-18px) scale(0.8) !important;
    font-size: var(--login_label_size);
}
.login_btn {
    width: 100%;
    max-width: 230px;
    height: 35px;
    padding: 5px 15px;
    border-radius: 17px;
    background-color: var(--login_btn_bg);
    box-shadow: 0 5px 10px #333;
    color: #fff !important;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 15px auto;
    border: 1px solid var(--login_btn_border);
}
.forgot_link {
    color: #fff !important;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 10px;
    display: block;
    text-align: right;
}
.logo_box {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.logo_boxSnd {
    position: relative;
    overflow: hidden;
    height: 140px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
    border-radius: 20px;
}

.RowBgCls
{
    background: #234991;
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px;
    border-radius: 20px;
}
.logo_box:after {
    content: "";
    display: table;
    z-index: -1;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.logo_box img {
    max-width: 150px;
}
.logo_boxSnd img {
    max-width: 280px;
}
.login_box .copy {
    color: #a1c17e;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.login_box .copy a {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    line-height: 14px;
    display: block;
}
.login_box .copy a span {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    display: block;
}

.check_field {
    margin-bottom: 10px;
}
.check_field label {
    color: #fff;
}
.login_box [type="checkbox"].filled-in:checked + span:not(.lever):after {
    /* border: 2px solid var(--menu_color); */
    border: 2px solid #fff;          
    /* background-color: var(--menu_color); */
}
.login_box [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    /* border: 2px solid var(--menu_color); */
    border: 2px solid #fff;    
    box-shadow: 0 5px 10px var(--menu_color);
    background:  #fff;  
}
.login_box .field-icon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 30px;
    height: 42px;
    display: flex;
    align-items: center;
}
.welcome-logo i {
    font-size: 34px;
    margin-right: 8px;
}
.facebook {
    background-color: #3b5998 !important;
}
.twitter {
    background-color: #00acee !important;
}
.google {
    background-color: #dd4b39 !important;
}
.error-code {
    font-size: 80px;
}
.search-page .search-results {
    display: inline-block;
    width: 100%;
    padding: 15px 5px;
}
.search-page .search-results.posts {
    padding: 15px 15px;
}
.search-page .search-bar {
    padding: 5px;
}
.search-page .search-bar nav {
    background: #f5f5f5;
}
.search-page .search-bar nav input,
.search-page .search-bar nav label i {
    color: #757575;
}
.search-page .tab-content {
    display: inline-block;
    background: #fff;
    width: 100%;
    max-width: 1280px;
    padding: 24px 5%;
}
@media only screen and (min-width: 601px) {
    .search-page .tab-content {
        padding: 24px 7%;
    }
}
.pricing-tabs h2 {
    padding: 60px 0 40px 0;
    background-color: #ccc;
    margin: 0;
    color: #fff;
}
.pricing-tabs h2.bg-primary {
    background-color: var(--main_color);
}
.pricing-tabs h2 sup {
    font-size: 27px;
    position: relative;
    top: -20px;
}
.pricing-tabs h2 span {
    font-size: 65px;
    margin: 0 0 0 5px;
}
.price-row {
    padding-top: 0;
    margin-bottom: 20px;
}
.price-row div {
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    text-transform: uppercase;
    font-weight: 500;
}
.pricing-tabs .carousel.carousel-slider .carousel-item {
    height: 490px;
    padding: 0 !important;
}
.collection.invoice-item .collection-item.non-avatar {
    padding-left: 15px;
    position: relative;
}
.collection.invoice-item .collection-item.non-avatar .secondary-content {
    position: absolute;
    top: 14px;
    right: 20px;
}
.collection.invoice-item .collection-item.non-avatar .item-det h6 {
    margin-top: 5px;
}
.collection.invoice-item .collection-item.avatar .secondary-content {
    top: 24px;
    right: 20px;
}
.collection.notifications .collection-item.avatar :not(.circle-clipper) > .circle {
    left: 20px;
}
.collection.notifications .collection-item {
    padding: 0 0;
}
.collection.notifications .from {
    font-size: 90%;
    display: block;
}
.collection.notifications .title {
    text-transform: none;
}
.collection.notifications .collection-item.avatar img {
    position: absolute;
    top: 20px;
    margin-top: 0;
}
.collection.notifications .collection-item .notify {
    color: #fff;
    padding: 15px 20px 15px 75px;
    display: inline-block;
    width: 100%;
}
.collection.notifications .collection-item.avatar .secondary-content {
    position: absolute;
    top: 60px;
    margin-top: 0;
    right: 15px;
}
.collection.notifications .time {
    position: absolute;
    top: 0;
    margin-top: 10px;
    right: 0;
    font-size: 80%;
    opacity: 0.8;
    font-weight: 600;
}
.collection.notifications .mail-reply {
    position: relative;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 0;
}
.collection.notifications .mail-reply label {
    left: 20px;
}
.collection.notifications .collection-item.avatar p {
    padding-right: 47px;
    margin-bottom: 7px;
}
.collection.notifications .badge {
    float: left;
    margin: 5px 5px 5px 0;
}
.profile_box {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #ccc;
    margin-bottom: 15px;
    position: relative;
}
.user_txt {
    margin-left: 10px;
    flex: 1;
    padding-right: 35px;
}
.user_txt h5 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.edit_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.fees_box {
    border-radius: 5px;
    box-shadow: 0 5px 10px #ccc;
    overflow: hidden;
    margin-top: 10px;
}
.fees_box h5 {
    margin: 0 0 10px;
    padding: 0 10px;
    background-color: var(--header_color);
    color: #fff;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}
.total_fees {
    background-color: var(--header_color);
    color: #fff;
    margin-bottom: 0 !important;
    padding: 3px 10px !important;
}
.fees_box span {
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
}
.fees_box .row {
    margin: 0;
}
.fees_box .col.s12 {
    margin: 2px 0;
}
.fees_box .col.s6 {
    padding: 0;
}
.amount {
    font-weight: 700;
    font-size: 14px !important;
}
.tab-content .input-field:last-child {
    margin-bottom: 0;
}
.row.mb_0 .row.mb_0 {
    margin: 0;
}
.p_0 {
    padding: 0 !important;
}
.profile_box .editprof-img img {
    width: 60px;
    height: 60px;
}
.editprof-img {
    text-align: center;
    position: relative;
}
.editprof-img .img-wrap {
    text-align: center;
    display: inline-block;
    width: auto;
    position: relative;
}
.editprof-img img {
    width: 130px;
    height: 130px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    padding: 4px;
    cursor: pointer;
}
.editprof-img i {
    position: absolute;
    right: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
}
.editprof-img h5 {
    line-height: 20px;
    font-size: 16px;
}
.settings-row {
    margin: 0 -15px;
}
.setting-box {
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 24px;
}
.setting-box i {
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 30px;
    display: inline-block;
}
.setting-box h6 {
    margin: 0;
    color: #455a64;
}
.appsettings .mdi:before {
    content: "\F131" !important;
}
.appsettings.active .mdi:before {
    content: "\F855" !important;
}
.appsettings.active:not([data-type="theme"]) .mdi:before {
    color: var(--main_color) !important;
}
[data-menu="colored"] .appsettings:not([data-type="theme"]) .mdi:before {
    color: #fff !important;
}
[data-menu="colored"] .appsettings.active:not([data-type="theme"]) .mdi:before {
    color: #fff !important;
}
[data-menu="colored"] .appsettings[data-type="theme"] .mdi:before {
    color: #fff !important;
}
.sidesettings .lvl1.theme {
    width: 30%;
    float: left;
    margin-bottom: 10px;
    margin-left: 2%;
}
.sidenav li.lvl1.theme .waves-effect {
    padding-left: 0;
}
.sidesettings .sh-wrap {
    clear: both;
    display: block;
    width: 100%;
}
.sidesettings .lvl1.theme a {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.sidesettings .lvl1.theme a i {
    display: block;
    margin: 5px 0 3px 0;
    font-size: 21px;
}
.sidesettings .lvl1.theme a .title {
    display: block;
    line-height: 22px;
    margin-bottom: 8px;
}
.clients-row {
    margin: 0 -15px;
}
.client-box {
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 24px;
    text-align: center;
    height: 90px;
}
.client-box img {
    width: 80%;
    margin: 20px auto;
    opacity: 0.55;
    max-width: 120px;
}
.client-box a {
    display: inline-block;
}
.footer-menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 998;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
body.isfullscreen .footer-menu {
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.footer-menu ul {
    display: inline-block;
    width: 100%;
    padding: 7px 0 0 0;
    margin: 0;
}
.footer-menu li {
    float: left;
    width: 20%;
    display: inline-block;
    height: 100%;
    text-align: center;
}
.footer-menu li a {
    display: block;
    color: #546e7a;
}
.isfullscreen .footer-menu li a {
    color: #f5f5f5;
}
.footer-menu li i {
    display: block;
    font-size: 20px;
}
.footer-menu li span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-menu li a.active span {
    color: var(--main_color);
    display: none;
}
.footer-menu li a.active i {
    color: #fff;
    background-color: var(--main_color);
    border-radius: 50%;
    height: 46px;
    width: 46px;
    margin: 0 auto;
    line-height: 46px;
    margin-top: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
[data-footer_menu="hide"] .footer-menu {
    display: none;
}
[data-footer_menu_style="dark"] .footer-menu {
    background-color: #37474f;
}
[data-footer_menu_style="dark"] .footer-menu li a {
    color: #cfd8dc;
}
[data-footer_menu_style="colored"] .footer-menu {
    background-color: var(--footer_color);
}
[data-footer_menu_style="colored"] .footer-menu li a {
    color: #eee;
}
[data-footer_menu_style="colored"] .footer-menu li a.active i {
    background-color: #f5f5f5;
    color: var(--main_color);
}
[data-footer_menu="hide"] .page-footer {
    padding-bottom: 0;
}
.sidemenu,
.sidesettings {
    overflow: hidden;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    z-index: 2;
}
.ps__thumb-y {
    background-color: rgba(130, 130, 130, 0.5);
}
table {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
table td,
table th {
    padding: 10px 10px;
}
.map-wrap {
    position: relative;
}
.map-wrap img {
    position: relative;
    z-index: 1;
}
.map-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--main_color);
    z-index: 2;
    font-size: 70px;
    line-height: 70px;
    margin: -35px 0 0 -35px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.map-wrap i:after {
    content: " ";
    display: block;
    height: 35px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: -25px;
}
body .fancybox-bg {
    background-color: #263238;
}
body .fancybox-thumbs {
    background-color: transparent;
}
body .fancybox-thumbs__list a:before {
    border: 3px solid var(--main_color);
}
body .fancybox-progress {
    background-color: var(--main_color);
}
body .fancybox-share {
    background-color: rgba(50, 50, 50, 0.8);
    color: #f5f5f5;
}
body .fancybox-share h1 {
    color: #eee;
}
body .fancybox-share__input {
    color: #eee;
}
body .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
}
body .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background-color: #263238;
    border-radius: 2px;
}
.carousel-item:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}
.about_carousel .carousel-item:after,
.walk_carousel .carousel-item:after {
    background-color: rgba(29, 59, 84, 0.25);
}
.carousel-item:after {
    background-color: rgba(29, 59, 84, 0.3);
}
.home_carousel .carousel-item:after {
    background-color: rgba(29, 59, 84, 0.2);
}
.profile-carousel .carousel-item:after {
    background-color: rgba(29, 59, 84, 0.15);
}
.fullscreencarousel .carousel-item:after {
    background-color: rgba(29, 59, 84, 0.3);
}
.carousel-content .carousel-item:after,
.carousel-fullwidth .carousel-item:after,
.carousel-small .carousel-item:after {
    background-color: rgba(29, 59, 84, 0.1);
}
.primg:after {
    background-color: rgba(29, 59, 84, 0.1);
}
.circle.responsive-img {
    vertical-align: top;
}
.img-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.img-wrap:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(29, 59, 84, 0.1);
}
.img-wrap.circle:after {
    border-radius: 50%;
}
.img-wrap img {
    vertical-align: top;
}
.card-image .img-wrap img {
    z-index: 1;
}
.card-image .img-wrap:after {
    z-index: 2;
}
.card-image .card-title {
    z-index: 3;
}
.card-image:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(29, 59, 84, 0.1);
    z-index: 2;
}
.slider1 .slides .img-wrap:after,
.slider2 .slides .img-wrap:after,
.slider3 .slides .img-wrap:after,
.slider4 .slides .img-wrap:after {
    background-color: rgba(29, 59, 84, 0.2);
}
.parallax.img-wrap:after {
    background-color: rgba(29, 59, 84, 0.2);
}
.tabs-swipable .carousel-item:after {
    content: none;
}
.login-bg:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(29, 59, 84, 0.3);
    z-index: 2;
}
body[data-site_mode="dark"] {
    color: #f5f5f5;
    background-color: #263238;
}
body[data-site_mode="dark"] .preloader-background {
    background-color: #263238;
}
[data-menu="dark"] .ui-mediabox .divider,
[data-site_mode="dark"] .container .divider {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .subpages .collection-item a {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection.subpages .collection-item {
    border-bottom: 1px solid #37474f;
    background-color: transparent;
}
[data-site_mode="dark"] .collection.subpages .collection-item:hover {
    background: 0 0;
}
[data-site_mode="dark"] .collection.subpages {
    border: 0 solid var(--dark_color);
}
[data-site_mode="dark"] .calwrap #calendar #days .day.today,
[data-site_mode="dark"] .calwrap #calendar #days .day:hover {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .events .event-item {
    background-color: #37474f;
}
[data-site_mode="dark"] .events .actions a i {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection {
    border: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .collection .collection-item {
    background-color: #37474f;
}
[data-site_mode="dark"] .collection .collection-item .maillink {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection .collection-item {
    border-bottom: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .collection .collection-item.avatar .secondary-content a i {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection .collection-item a.chatlink {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection.notifications .collection-item .notify {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection a.collection-item {
    color: #cfd8dc;
}
[data-site_mode="dark"] .collection a.collection-item:not(.active):hover {
    background-color: rgba(33, 33, 33, 0.2);
}
[data-site_mode="dark"] .collection.with-header .collection-header {
    background-color: #37474f;
    border-bottom: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .secondary-content {
    color: #eee;
}
[data-site_mode="dark"] .chat-area .msg-area {
    background-color: #37474f;
}
[data-site_mode="dark"] .setting-box {
    background-color: #37474f;
}
[data-site_mode="dark"] .setting-box {
    background-color: #37474f;
}
[data-site_mode="dark"] .setting-box h6 {
    color: #cfd8dc;
}
[data-site_mode="dark"] .editprof-img i {
    background-color: #37474f;
}
[data-site_mode="dark"] .editprof-img img {
    border: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .btn-floating.disabled,
[data-site_mode="dark"] .btn-floating.disabled i,
[data-site_mode="dark"] .btn-large.disabled,
[data-site_mode="dark"] .btn-large.disabled i,
[data-site_mode="dark"] .btn-small.disabled,
[data-site_mode="dark"] .btn-small.disabled i,
[data-site_mode="dark"] .btn.disabled,
[data-site_mode="dark"] .btn.disabled i {
    background-color: var(--dark_color) !important;
    color: #90a4ae !important;
}
[data-site_mode="dark"] .btn-flat {
    color: #cfd8dc;
}
[data-site_mode="dark"] .ui-colors .col {
    border-bottom: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .ui-colors .col div {
    border-right: 1px solid var(--dark_color) !important;
}
[data-site_mode="dark"] .card,
[data-site_mode="dark"] .card-panel {
    background-color: #37474f;
}
[data-site_mode="dark"] .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #cfd8dc;
}
[data-site_mode="dark"] .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #b0bec5;
}
[data-site_mode="dark"] .card-panel.bg-primary {
    background-color: var(--main_color);
    color: #f5f5f5;
}
,
[data-site_mode="dark"] .card-panel {
    background-color: #37474f;
    color: #f5f5f5;
}
[data-site_mode="dark"] .card .card-reveal {
    background-color: #37474f;
}
[data-site_mode="dark"] .card-panel.primary-bg,
[data-site_mode="dark"] .card.primary-bg {
    background-color: var(--main_color);
}
[data-site_mode="dark"] table {
    background-color: #37474f;
}
[data-site_mode="dark"] tr {
    border-bottom: 1px solid var(--dark_color);
}
[data-site_mode="dark"] table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(33, 33, 33, 0.25);
}
[data-site_mode="dark"] .collapsible-header .badge,
[data-site_mode="dark"] .collection span.badge,
[data-site_mode="dark"] .dropdown-content .badge {
    color: #f5f5f5;
}
[data-site_mode="dark"] .collapsible-header,
[data-site_mode="dark"] .collapsible-header:focus {
    background-color: #37474f;
    color: #f5f5f5;
    border-color: var(--dark_color);
}
[data-site_mode="dark"] .collapsible,
[data-site_mode="dark"] .collapsible-body {
    border-color: var(--dark_color);
}
[data-site_mode="dark"] .dropdown-content {
    background-color: #37474f;
}
[data-site_mode="dark"] .dropdown-content li > a,
[data-site_mode="dark"] .dropdown-content li > span {
    color: #f5f5f5;
}
[data-site_mode="dark"] .dropdown-content li.active,
[data-site_mode="dark"] .dropdown-content li:hover {
    background-color: rgba(33, 33, 33, 0.25);
}
[data-site_mode="dark"] .tabs {
    background-color: #37474f;
}
[data-site_mode="dark"] .tabs.primary-bg {
    background-color: var(--main_color);
}
[data-site_mode="dark"] .tabs.accent-bg {
    background-color: #e57373;
}
[data-site_mode="dark"] .card-tabs {
    border-bottom: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .tabs .tab a {
    color: #f5f5f5;
}
[data-site_mode="dark"] .tabs .tab a:focus,
[data-site_mode="dark"] .tabs .tab a:focus.active {
    background-color: rgba(33, 33, 33, 0.6);
}
[data-site_mode="dark"] .tab-content {
    background-color: #37474f;
}
[data-site_mode="dark"] .tabs.full-transparent {
    border-bottom: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .icon-block.boxed i,
[data-site_mode="dark"] .icon-block.circular i {
    background-color: #37474f;
}
[data-site_mode="dark"] .pagination li a {
    color: #f5f5f5;
}
[data-site_mode="dark"] .pagination li:hover {
    background-color: #37474f;
}
[data-site_mode="dark"] .modal,
[data-site_mode="dark"] .modal .modal-footer {
    background-color: #37474f;
}
[data-site_mode="dark"] .modal-content {
    border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}
[data-site_mode="dark"] .waves-color-demo .btn,
[data-site_mode="dark"] .waves-color-demo .btn-large,
[data-site_mode="dark"] .waves-color-demo .btn-small {
    background-color: var(--dark_color);
    color: #f5f5f5;
}
[data-site_mode="dark"] input,
[data-site_mode="dark"] textarea {
    color: #f5f5f5;
}
[data-site_mode="dark"] .input-field i.prefix {
    color: #cfd8dc;
}
[data-site_mode="dark"] .datepicker-container .month-next svg,
[data-site_mode="dark"] .datepicker-container .month-prev svg {
    fill: #eee;
}
[data-site_mode="dark"] .timepicker-plate {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .timepicker-tick {
    color: #cfd8dc;
}
[data-site_mode="dark"] .timepicker-tick.active,
[data-site_mode="dark"] .timepicker-tick:hover {
    background-color: #37474f;
}
[data-site_mode="dark"] .datepicker-table td.is-disabled .datepicker-day-button,
[data-site_mode="dark"] .datepicker-table td.is-outside-current-month .datepicker-day-button {
    color: #cfd8dc;
    opacity: 0.7;
}
[data-site_mode="dark"] label {
    color: #cfd8dc;
}
[data-site_mode="dark"] [type="checkbox"] + span:not(.lever):before,
[data-site_mode="dark"] [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border-color: #b0bec5;
}
[data-site_mode="dark"] [type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid var(--main_color);
    border-bottom: 2px solid var(--main_color);
    border-left-color: transparent;
    border-top-color: transparent;
}
[data-site_mode="dark"] [type="checkbox"].filled-in:not(.colored):checked + span:not(.lever):after {
    background-color: var(--main_color);
}
[data-site_mode="dark"] [type="checkbox"].filled-in:checked + span:not(.lever):before {
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left-color: transparent;
    border-top-color: transparent;
}
[data-site_mode="dark"] label input[disabled="disabled"] + span {
    color: #78909c;
}
[data-site_mode="dark"] [type="radio"]:not(:checked) + span:after,
[data-site_mode="dark"] [type="radio"]:not(:checked) + span:before {
    border-color: #b0bec5;
}
[data-site_mode="dark"] [type="radio"]:disabled:checked + span:after {
    background-color: #78909c;
    border-color: #78909c;
}
[data-site_mode="dark"] [type="radio"]:disabled:not(:checked) + span:after,
[data-site_mode="dark"] [type="radio"]:disabled:not(:checked) + span:before {
    border-color: #78909c;
    background-color: transparent;
}
[data-site_mode="dark"] .chip {
    color: #eee;
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .chip i.close:before {
    color: #eee;
}
[data-site_mode="dark"] .chip.dark-text,
[data-site_mode="dark"] .chip.dark-text i.close:before {
    color: #455a64;
}
[data-site_mode="dark"] .chips .input {
    color: #f5f5f5;
}
[data-site_mode="dark"] .noUi-target {
    background-color: #78909c;
}
[data-site_mode="dark"] .select-wrapper .caret {
    fill: #f5f5f5;
}
[data-site_mode="dark"] .select-dropdown li.optgroup {
    border-top: 1px solid var(--dark_color);
}
[data-site_mode="dark"] .input-field var(--dark_color).helper-text {
    color: #b0bec5;
}
[data-site_mode="dark"] .select-wrapper.disabled + label {
    color: #90a4ae;
}
[data-site_mode="dark"] .select-wrapper input.select-dropdown:disabled {
    color: #90a4ae;
}
[data-site_mode="dark"] input[type="text"]:disabled {
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
[data-site_mode="dark"] .switch label .lever {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .switch label .lever:after {
    background-color: #b0bec5;
}
[data-site_mode="dark"] .switch input[type="checkbox"][disabled] + .lever {
    background-color: #37474f;
}
[data-site_mode="dark"] .switch label input[type="checkbox"][disabled] + .lever:after,
[data-site_mode="dark"] .switch label input[type="checkbox"][disabled]:checked + .lever:after {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .input-field input[type="search"]:focus:not(.browser-default) {
    background-color: var(--dark_color);
    color: #f5f5f5;
}
[data-site_mode="dark"] .input-field input[type="search"]:focus:not(.browser-default) + label i,
[data-site_mode="dark"] .input-field input[type="search"]:focus:not(.browser-default) ~ .material-icons,
[data-site_mode="dark"] .input-field input[type="search"]:focus:not(.browser-default) ~ .mdi-navigation-close {
    color: #f5f5f5;
}
[data-site_mode="dark"] input[type="text"]:not(.browser-default):disabled + label {
    color: #b0bec5;
}
[data-site_mode="dark"] input[type="text"]:not(.browser-default):disabled {
    color: #b0bec5;
}
[data-site_mode="dark"] .timeline .event .date:after,
[data-site_mode="dark"] .timeline .event .date:before,
[data-site_mode="dark"] .timeline .verline {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .price-row div {
    border-color: var(--dark_color);
}
[data-site_mode="dark"] .search-page .search-bar nav {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .search-page .search-bar nav input,
[data-site_mode="dark"] .search-page .search-bar nav label i {
    color: #f5f5f5;
}
[data-site_mode="dark"] .blogs .title {
    color: #f5f5f5;
}
[data-site_mode="dark"] .blogs .tags a {
    color: #f5f5f5;
}
[data-site_mode="dark"] .row.ui-mediabox.blogs.aligned .col,
[data-site_mode="dark"] .row.ui-mediabox.blogs.noimg .col.s6 .blog-info {
    border-color: var(--dark_color);
}
[data-site_mode="dark"] .client-box {
    background-color: #546e7a;
}
[data-site_mode="dark"] .calwrap #calendar #days .day:hover {
    background-color: var(--dark_color);
}
[data-site_mode="dark"] .port-data a h4,
[data-site_mode="dark"] .port-data a h5 {
    color: #f5f5f5;
}
[data-site_mode="dark"] .ui-icons .iprev div {
    background-color: var(--dark_color);
}
.footer-menu li {
    width: 25%;
}
.tabs .tab {
    width: auto !important;
}
.tabs .tab a {
    overflow: unset;
}
.sidenav .user-view {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 15px;
}
.pagetitle {
    margin-top: 0;
}
.select-wrapper input.select-dropdown {
    max-width: calc(100% - 25px);
}
body {
    padding-top: 58px;
    padding-bottom: 65px;
}
nav.fixedtop {
    position: fixed !important;
    top: 0 !important;
}
.page-footer {
    padding: 0;
}
.card_box {
    margin: 0;
}
.card_box li {
    box-shadow: 0 5px 10px #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
}
.card_box li p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.card_header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.card_header img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.card_title {
    flex: 1;
}
.card_title .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.card_title .time {
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin-top: -4px;
}
.card_box .download_box {
    padding: 0;
    margin-top: 10px;
}
.collection-item .title {
    font-size: 15px !important;
    line-height: 18px;
}
.collection-item.avatar > h5 {
    margin: 0;
    padding-top: 15px;
}
.collection-item tr td .title {
    margin: 0;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.table-responsive tr th {
    white-space: nowrap;
}
.ex_card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
}
.ex_card li {
    box-shadow: 0 5px 10px #ccc;
    border-radius: 10px;
    margin-bottom: 35px;
   /* flex-basis: 49%; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.ex_card .card_title .title {
    font-size: 15px;
}
.ex_card .card_title .title span {
    color: #999;
    font-size: 14px;
}
.ex_card .card_title .time {
    color: #999;
    margin: 0;
}
.ex_card .card_header {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    padding: 10px;
    align-items: center;
    flex: 1;
}
.ex_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    padding: 3px 10px;
    background-color: #5d6d9a;
    color: #fff;
}
.ex_footer span {
    font-size: 14px;
    line-height: 18px;
}
.ex_status {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}

.ex_status_new{
    display: flex;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}


.ex_status_new .first{
    width:65% !important;
}

.ex_status_new .second{
    width:35% !important;
}

.ex_status_new p {
    margin: 0;
    font-size: 14px;
}
.ex_status_new p span {
    font-weight: 700;
    font-size: 13px;
}
.ex_status p {
    margin: 0;
    font-size: 14px;
}
.ex_status p span {
    font-weight: 700;
    font-size: 13px;
}
.result_date {
    background-color: #ddd;
    color: #222;
    font-weight: 700;
    padding: 3px 10px;
    line-height: 20px;
    border-top: 1px solid #999;
}
.result_date span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.tab-content .ex_card ul {
    padding: 0;
    margin: 0;
}
.tab-content .ex_card li {
    margin: 8px 0;
}
.ex_card .card_header .btn-floating {
    background-color: #e4932e;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: skew(-21deg) translateX(-50%);
    white-space: nowrap;
    width: auto;
    height: auto;
    line-height: 20px;
}
.ex_card .card_header .btn-floating.start_btn {
    background-color: #1eae98;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 10px;
    width: auto;
    height: auto;
    line-height: 20px;
}
.ex_card .card_header .btn-floating span {
    font-size: 12px;
    display: block;
    line-height: 15px;
    margin: 5px 0;
    transform: skew(21deg);
}
.ex_card .card_header .btn-floating h5 {
    margin: 0;
    padding-left: 10px;
    line-height: 20px;
    transform: skew(21deg);
}
.light_yellow {
    background-color: #e4932e !important;
}
.light_pink {
    background-color: #f56f86 !important;
}
.light_green {
    background-color: #1eae98 !important;
}
.light_blue {
    background-color: #7775f7 !important;
}
.light_red {
    background-color: #c13636 !important;
}
.light_pink > div {
    display: flex;
    align-items: center;
}
pre p {
    white-space: normal;
}
.mce-panel {
    max-width: 100% !important;
}
.white_box {
    background-color: #fff;
    box-shadow: 0 5px 10px #ccc;
    border-radius: 10px;
}
.q_box {
    background-color: #f2f4ff;
    border-radius: 10px;
    box-shadow: 0 5px 10px #ddd;
}
.q_box h5 {
    display: flex;
    margin: 0;
    padding: 10px 10px 0;
    margin: 0;
    font-size: 16px;
    align-items: flex-start;
    text-transform: initial;
}
.q_box h5 p {
    margin: 5px 0 0 10px;
    font-size: 13px;
    line-height: 22px;
    margin-top: 3px;
    text-transform: initial;
}
.q_box h5 p span {
    font-size: 13px !important;
    line-height: 20px;
}
.img_box {
    padding: 0 10px;
}
span.badge.marks_btn {
    background-color: #4db6ac !important;
}
.act_btn {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}
.ans_box {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.ex_check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.ex_check label {
    display: flex;
}
.ex_check p,
.ex_check pre,
.ex_check pre p {
    margin: 0;
}
.ex_check pre p span {
    font-size: 15px !important;
}
.ans_box .ex_check pre {
    display: flex;
    flex: 1;
}
.ex_check:last-of-type {
    border-bottom: none;
}
.ex_check .img_box {
    width: 100%;
}
.stdform .stdbtn {
    background-color: var(--header_color) !important;
    border-radius: 36px;
    padding: 3px 12px;
    border: none;
    color: #fff;
}
.exm_section {
    position: relative;
}
.top_box {
    margin-bottom: 20px;
}
.timer_box {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_box h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.timer_btn {
    border-radius: 10px;
    color: #455a64;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.small_txt i {
    margin-right: 5px;
    font-weight: 700;
    font-size: 20px;
}
.submit_exm_btn {
    position: absolute;
    top: 20px;
    right: 0;
}
.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}
.base-timer__svg {
    transform: scaleX(-1);
}
.base-timer__circle {
    fill: none;
    stroke: none;
}
.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}
.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}
.base-timer__path-remaining.green {
    color: #41b883;
}
.base-timer__path-remaining.orange {
    color: orange;
}
.base-timer__path-remaining.red {
    color: red;
}
.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.q_num_list {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    margin: 0;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 10px;
}
.q_num_list a {
    background-color: #eee;
    box-shadow: 0 1px 3px #ccc;
    padding: 5px;
    margin: 5px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
}
.q_num_list a.active {
    background-color: #1eae98;
    color: #fff;
    box-shadow: 0 2px 5px #999;
    font-size: 16px;
}
.question_box {
    background-color: #fff;
    box-shadow: 0 2px 10px #ccc;
    padding: 10px;
    border-radius: 10px;
}
.question_box h4 {
    color: #333;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.q_list {
    padding: 10px;
}
.q_list li,
.q_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.q_list li {
    /* border: 1px solid #ccc; */
    background-color: #fff;
    margin: 8px 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 10px !important;
    position: relative;
    border: 1px solid var(--main_digi_color) !important;
}
.q_list li.true {
    border-color: green;
}
.q_list li.false {
    border-color: red;
}
.status_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.q_list li.false .status_icon {
    color: red;
}
.q_list li.true .status_icon {
    color: green;
}
.q_num_list a.q_done {
    background-color: #4a800d;
    color: #fff;
}
.q_submit_box {
    display: flex;
    justify-content: space-around;
    margin: 15px auto 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background-color: var(--footer_color); */
    padding: 10px 5%;
    left: 0;
    box-shadow: 0 -3px 10px #ddd;
}
.q_submit_box .btn {
    padding: 3px 12px;
    min-width: 84px;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    height: auto;
    line-height: 20px;
    color: #333;
}
.q_submit_box .btn.submit {
    flex: 1;
    margin: 0 5px;
    background-color: #ff6a6a;
    color: #fff;
    max-width: 200px;
}
.msg_btn {
    height: auto;
    line-height: 20px;
    padding: 5px 10px;
}
@media screen and (max-width: 575px) {
    .base-timer,
    .base-timer__label {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}
.ex_card.home_work ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.ex_card.home_work li {
    box-shadow: 0 5px 10px #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    flex-basis: 49%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ex_card.home_work .card_title .title {
    font-size: 18px;
}
.ex_card.home_work .card_title .title span {
    color: #999;
    font-size: 14px;
}
.ex_card.home_work .card_title .time {
    color: #999;
    margin: 0;
}
.ex_card.home_work .card_header {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    padding: 10px;
    align-items: center;
    flex: 1;
}
.ex_card.home_work .ex_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 10px 10px;
    padding: 10px 10px;
    background-color: #5d6d9a;
    color: #fff;
}
.ex_card.home_work .ex_footer span {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ex_card.home_work .ex_status {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.ex_card.home_work .ex_status p {
    margin: 0;
    font-size: 14px;
}
.ex_card.home_work .ex_status p span {
    font-weight: 700;
    font-size: 13px;
}
.ex_card.home_work .ex_status .d_flex {
    margin: 0;
    font-size: 14px;
    display: flex;
    width: 100%;
}
.ex_card.home_work .ex_status .d_flex span {
    min-width: 75px;
}
.ex_card.home_work .ex_status .d_flex span.detail {
    font-weight: 700;
    font-size: 13px;
    flex: 1;
    margin-left: 5px;
}
.ex_card.home_work .ex_status .d_flex span.detail pre {
    margin: 0;
    line-height: 18px;
    white-space: normal;
}
.ex_card.home_work .ex_status .d_flex span.detail pre * {
    font-size: 14px;
    line-height: 18px;
}

.ex_card.home_work .ex_status > div{margin: 0;font-size: 14px;display: flex; width: 100%;}
.ex_card.home_work .ex_status > div span{
    font-weight: 700;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 5px;
}

.ex_card.home_work .ex_status > div span pre{ margin: 0 5px; }

.ex_card.home_work li .card_header .btn{height: 25px;line-height: 25px;font-size: 12px;padding: 0 10px; margin-left: 5px;justify-content: center;
    display: flex;
}


.ex_card.home_work .card_header .btn-floating {
    background-color: #e4932e;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: skew(-21deg) translateX(-50%);
    white-space: nowrap;
    width: auto;
    height: auto;
    line-height: 20px;
}
.ex_card.home_work .card_header .btn-floating.start_btn {
    background-color: #e4932e;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 10px;
    width: auto;
    height: auto;
    line-height: 20px;
}
.ex_card.home_work .card_header .btn-floating span {
    font-size: 12px;
    display: block;
    line-height: 15px;
    margin: 5px 0;
    transform: skew(21deg);
}
.ex_card.home_work .card_header .btn-floating h5 {
    margin: 0;
    padding-left: 10px;
    line-height: 20px;
    transform: skew(21deg);
}
.class_box {
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
}
.class_box p {
    margin: 0;
}
.class_box p span {
    font-weight: 700;
}
.attach_btn {
    margin: 10px;
    display: inline-block;
}
.attach_btn .btn {
    margin: 0;
    text-transform: none;
}
.puzzle_thum_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.puzzle_thum_list ul li {
    background-color: #fff;
    border-radius: 10px;
    margin: 1%;
    width: 31.33%;
    padding: 10px;
    text-align: center;
}
.puzzle_thum_list li a {
    color: #455a64;
    display: flex;
    align-items: center;
}
.puzzle_txt {
    flex: 1;
    text-align: left;
    padding: 0 10px;
}
.play_icon {
    font-size: 25px;
}
.puzzle_img {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.puzzle_img img {
    max-width: 70px;
    border-radius: 20px;
}
.puzzle_thum_list h6 {
    margin: 0;
    line-height: 18px;
}
.puzzle_txt p {
    margin: 0;
    color: #9aacb5;
    line-height: 20px;
}
.puzzle_listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.puzzle_listing ul li {
    border-radius: 10px;
    margin: 1%;
    width: 18%;
    text-align: center;
}
.puzzle_listing li a {
    color: #455a64;
    display: block;
}
.puzzle_listing li .puzzle_img {
    height: auto;
    margin: 0;
}
.puzzle_listing li .puzzle_img img {
    max-width: 100%;
    border-radius: 20px;
}
.puzzle_listing h6 {
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 16px;
}
.search-bar nav {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.search-bar nav .input-field label.active i,
.search-bar nav .input-field > label {
    color: #9e9e9e;
}
.search-bar nav,
.search-bar nav .nav-wrapper i {
    height: 50px;
    line-height: 50px;
}
.search-bar input {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.video_box {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 2px 10px 10px 0 #d2dcec;
    margin: 20px 0;
}
.video_box::after {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.table-responsive {
    overflow: auto;
    scrollbar-color: var(--main_color) #f5f5f5;
    scrollbar-width: thin;
}
.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--main_color);
}
.event_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 10px;
}
.calendar_table tr td,
.calendar_table tr td b,
.calendar_table tr th {
    font-size: 14px;
}
.calendar_table tr td,
.calendar_table tr th {
    padding: 5px;
}
.calendar_table tr td span.badge {
    padding: 0 2px;
    min-width: 32px;
    font-size: 12px;
}
.timeline .event .card-panel {
    min-height: 74px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card_title h6 {
    margin: 0;
    padding: 2px 10px;
}
.card_txt {
    padding: 10px;
}
.card_txt p {
    margin: 0;
}
.card_btn button {
    background-color: var(--main_color);
    height: 24px;
    border-radius: 36px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
}
h5.bot-20.sec-tit {
    font-size: 17.8px;
}
.mb_0 {
    margin-bottom: 0;
}
.mt_0 {
    margin-top: 0;
}
.download_box {
    padding: 0 10px 10px 75px;
}
.download_box > .maillink {
    display: none !important;
}
.text-center {
    text-align: center;
}
.mt_10 {
    margin-top: 10px;
}
.my_accordion .collapsible-body {
    background-color: #f5f5f5;
    padding: 20px;
}
.acco_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.acco_box span {
    flex: 1;
    margin-right: 10px;
    line-height: 20px;
}
.form_flex {
    display: flex;
    flex-wrap: wrap;
}
.form_flex .stu_name {
    flex: 1;
}
.weak_name {
    max-width: 108px;
    margin-left: 15px;
    margin-right: 15px;
}
.flex_1 {
    flex: 1;
    margin-right: 15px;
}
.form_flex .input-field .prefix ~ input {
    margin-left: 25px;
    width: calc(100% - 18px);
}
.red.lighten-2 {
    color: #fff;
}
.blue.lighten-2 {
    color: #fff;
}
.leave_form .input-field p {
    margin-bottom: 0;
}
.datepicker-controls .select-year input {
    max-width: unset;
}
.collection-item table.striped {
    table-layout: fixed;
}
table.striped > tbody > tr > td {
    vertical-align: top;
}
.page-footer {
    background: 0 0 !important;
}
.modal .modal-content {
    padding: 15px;
}
.modal-content > h4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}
.modal-content > h4 span {
    flex: 1;
    line-height: 18px;
    margin-right: 8px;
}
.modal .modal-content .modal-close {
    cursor: pointer;
    height: 25px;
    text-align: center;
    padding: 0 8px;
    line-height: 28px;
}
.brand-logo {
    width: 100%;
    max-width: calc(100% - 50px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px !important;
    left: 50%;
    transform: translateX(-50%);
}
.main_btn {
    background-color: var(--main_color) !important;
}
.primary_btn {
    background-color: var(--header_color) !important;
}
button[type="submit"].deep-orange.lighten-2 {
    background-color: var(--header_color) !important;
}
button[type="submit"].blue-grey.lighten-2 {
    background-color: var(--main_color) !important;
}
.card-panel.green.lighten-2 {
    background-color: var(--main_color) !important;
}
button.green.lighten-2 {
    background-color: var(--header_color) !important;
}
.card.deep-orange.lighten-2 {
    background-color: var(--header_color) !important;
}
.blue-grey.lighten-2 {
    background-color: var(--header_color) !important;
}
.input-field .prefix ~ input,
.input-field.col .prefix ~ label {
    margin-left: 1.8rem;
    width: 92%;
    /* margin-top: -1.5rem; */
    width: calc(100% - 1.8rem);
}
.required {
    color: #f44336 !important;
}
.collection-item p.ui-badges {
    padding: 0 15px 0 75px;
    background-color: #fff !important;
    display: inline-block;
}
.ui-badges .badge {
    margin: 10px 5px 5px 0;
}
span.badge {
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
    background-color: var(--main_color) !important;
    border-radius: 22px !important;
}
.m_lr_15 {
    margin: 14px 15px;
}
.from_date {
    width: 150px;
    margin: 14px 15px;
}
.cls_name {
    flex: 1;
}
.flex_basis_none {
    flex-basis: unset;
}
.topic_box {
    float: right;
    width: calc(100% - 12px);
}
.topic_box pre {
    margin: 0 0 5px;
}
.modal_header {
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.modal_header h4 {
    margin: 0;
}
.zoom_img {
    position: relative;
    z-index: 0;
    height: 110px;
}
.zoom_icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #000;
    color: #fff;
    width: 25px;
    text-align: center;
}
.card_box.profile,
.month_list li .card_box {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 10px #d4dde4;
    border-radius: 10px;
    position: relative;
    padding: 15px;
}
.profile_info {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
.profile_img {
    display: inline-block;
    margin: 0 auto 10px;
}
.profile_img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.profile_txt h3 {
    font-size: 17px;
    color: #272b41;
    font-weight: 700;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profile_txt h5 {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.other_info {
    margin-top: 15px;
}
.other_info ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.other_info ul li + li {
    margin-top: 15px;
}
.other_info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}
.month_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.month_list li {
    width: 31.3%;
    margin: 1%;
    text-align: center;
}
.month_list li h5 {
    margin: 0;
    font-size: 16px;
}
.month_list li h6 {
    color: #999;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.month_list li label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: right;
}
.month_list li [type="checkbox"] + span:not(.lever) {
    padding-left: 20px;
}
.month_list li [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border: none;
}
.month_list li .card_box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.month_list li .card_box .btn {
    margin-top: 5px;
    display: none;
}
.month_list li.active .card_box {
    background-color: #3f51b5;
    color: #fff;
}
.month_list li.active a {
    color: #fff;
}
.month_list li.active h6 {
    color: #bcc6ff;
}
.month_list li.active .card_box .btn {
    display: block;
}
.month_list li.paid .card_box {
    background-color: #2aa98b;
    color: #fff;
    cursor: not-allowed;
}
.month_list li.paid a {
    color: #fff;
}
.month_list li.paid h6 {
    color: #baf9ea;
}
.month_list li.paid .card_box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #038e6d !important;
    font-weight: 700;
}
.month_list li.paid .card_box .btn i {
    margin-right: 5px;
}
.month_list li.paid label {
    display: none;
}
.month_list li.disable .card_box {
    background-color: #ea5952;
    color: #fff;
    cursor: not-allowed;
}
.month_list li.disable a {
    color: #fff;
}
.month_list li.disable h6 {
    color: #ffd6d4;
}
.month_list li.disable label {
    display: none;
}
.close_icon {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fees_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
}
.total_amount {
    background-color: #3f51b5;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
}
.total_amount h6 {
    margin: 0;
}
.total_amount span {
    font-weight: 700;
    letter-spacing: 0.5px;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc3545 !important;
}
.close span {
    line-height: 25px;
    font-size: 22px;
}
.modal.open {
    z-index: 9999999 !important;
    display: block;
    opacity: 1;
    top: 10%;
}
.modal-overlay.show {
    z-index: 1002;
    display: block;
    opacity: 0.5;
}
.fees_card .card_header {
    padding-bottom: 0;
}
.fees_card .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.fees_card li {
    margin-bottom: 20px;
}
.fees_list ul {
    display: block;
    margin: 0;
    padding: 8px 0;
}
.fees_list li {
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: 500;
}
.fees_list li span {
    font-weight: 400;
    color: #666;
}
.fees_list li,
.fees_list li span {
    line-height: 20px;
}
@media screen and (max-width: 1024px) {
    .month_list li .card_box {
        padding: 15px 10px;
    }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
    .month_list li {
        width: 48%;
    }
    .fees_card li {
        flex-basis: 49%;
    }
}
@media screen and (max-width: 600px) {
    .card_box.profile {
        max-width: 300px;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 500px) {
    .month_list li {
        width: 48%;
    }
}
.select-wrapper .dropdown-content {
    max-height: 150px;
    overflow: auto;
}
.dropdown-content {
    overflow: auto;
    scrollbar-color: var(--main_color) #f5f5f5;
    scrollbar-width: thin;
}
.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.dropdown-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}
.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--main_color);
}

#logout.modal {
    max-width: 500px;
    border-radius: 10px;
    overflow: visible;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
#logout .modal-content {
    padding: 0;
}
#logout .modal-content > h4 {
    background-color: var(--main_color);
    /*min-height: 100px;*/
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 20px;
}

#logout.modal .modal-footer .modal-close.green {
    background-color: var(--main_color) !important;
}

.modal-content > h4 span {
    flex: unset;
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
}
#logout .modal-content > p {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#logout .modal-content > hr {
    display: none;
}
#logout.modal .modal-footer {
    border-top: 1px solid #ccc;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
#logout.modal .modal-content .modal-close {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 100%;
    box-shadow: 0 2px 5px #333;
}


.newmodal.modal {
    max-width: 500px;
    border-radius: 10px;
    overflow: visible;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.newmodal .modal-content {
    padding: 0;
}
.newmodal .modal-content > h4 {
    background-color: var(--header_color);
    color: #fff;
    padding: 20px;
    /*min-height: 100px;*/
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
} 

.newmodal > .modal-content > h4 span {
    flex: unset; 
    margin: 0;
    font-size: 18px;
    letter-spacing: 2px;
}
.newmodal .modal-span {
 font-size: 11px;
}

.newmodal.modal-content > p {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newmodal.modal-content > hr {
    display: none;
}
.newmodal.modal .modal-footer {
    border-top: 1px solid #ccc;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.newmodal.modal .modal-content .modal-close {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 100%;
    box-shadow: 0 2px 5px #333;
}

#remove_img.modal {
    max-width: 500px;
    border-radius: 10px;
    overflow: visible;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
#remove_img .modal-content {
    padding: 0;
}
#remove_img .modal-content > h4 {
    background-color: #f44336;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}
#remove_img .modal-content > h4 span {
    line-height: 25px;
    text-align: center;
}
.modal-content > h4 span {
    flex: unset;
     
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
}
#remove_img .modal-content > p {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#remove_img .modal-content > hr {
    display: none;
}
#remove_img.modal .modal-footer {
    border-top: 1px solid #ccc;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
#remove_img.modal .modal-content .modal-close {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 100%;
    background-color: #000 !important;
}
.wrs_editor .wrs_tickContainer {
    display: none;
}
.loader {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.loader span {
    color: #fff;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.book {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    background-color: var(--main_color);
    width: 100px;
    height: 60px;
}
.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: var(--main_color);
    width: 50px;
    height: 60px;
    transform-origin: 0 50%;
    animation: flip 1.2s infinite linear;
    animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
    z-index: -1;
    animation-delay: 1.4s;
}
.book__page:nth-child(2) {
    z-index: -2;
    animation-delay: 2.8s;
}
.book__page:nth-child(3) {
    z-index: -3;
    animation-delay: 4.2s;
}
@keyframes flip {
    0% {
        transform: perspective(600px) rotateY(0);
    }
    20% {
        background: rgba(0, 0, 0, 0.3);
    }
    29.9% {
        background: rgba(0, 0, 0, 0.3);
    }
    30% {
        transform: perspective(200px) rotateY(-90deg);
        background: var(--main_color);
    }
    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    60% {
        transform: perspective(200px) rotateY(-180deg);
        background: var(--main_color);
    }
    100% {
        transform: perspective(200px) rotateY(-180deg);
        background: var(--main_color);
    }
}
@media screen and (max-width: 1200px) {
    .puzzle_thum_list ul li {
        width: 48%;
    }
}
@media screen and (max-width: 991px) {
    .puzzle_img img {
        max-width: 70px;
    }
    .puzzle_thum_list h6 {
        font-size: 14px;
    }
    .puzzle_listing ul li {
        width: 23%;
    }
}
@media screen and (max-width: 767px) {
    #logout .modal-content > p {
        font-size: 16px;
        padding: 10px;
    }
    .ex_card li {
        flex-basis: 100%;
    }
    .ex_card.home_work li {
        flex-basis: 100%;
    }
    .puzzle_listing ul li {
        width: 31.3%;
    }
}
@media screen and (max-width: 700px) {
    .cls_name {
        flex-basis: 100%;
    }
    .from_date {
        width: auto;
        flex: 1;
        margin-left: 0;
        margin-right: 30px;
    }
    .flex_basis_none {
        flex-basis: unset !important;
    }
}
@media screen and (max-width: 575px) {
    .form_flex .stu_name {
        flex-basis: 100%;
    }
    .form_flex .stu_name.cls_name {
        flex-basis: unset;
    }
    .weak_name {
        max-width: unset;
        flex: 1;
        margin-left: 0;
    }
    .acco_box span {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .puzzle_thum_list ul li {
        width: 100%;
        margin: 2% 0;
    }
    .puzzle_listing ul li {
        width: 31.3%;
        margin: 2% 1%;
    }
    .puzzle_listing h6 {
        font-size: 12px;
        line-height: 14px;
    }
}
@media screen and (max-width: 400px) {
    .calendar_table tr td,
    .calendar_table tr th {
        padding: 2px;
    }
    .calendar_table tr td span.badge {
        font-size: 10px;
    }
    .fr_date {
        width: 100% !important;
    }
}
@media screen and (max-width: 375px) {
    .footer-menu li span {
        font-size: 11px;
    }
    .ex_footer span {
        font-size: 13px;
    }
    .attach_btn {
        width: 100%;
        text-align: center;
    }
}
.q_link ul {
    display: flex;
    flex-wrap: wrap;
}

h5.pagetitle.dash-title::after{
    margin: 0;
}
.flex2 
{
    display: flex;
    align-items: center;
}
.attendance-graph{
    margin-bottom: 5px;
}
.chart-card svg{
    border-radius: 10px;
}




.q_link ul li {
    width: 23%;
    padding: 0;
    margin: 0 2% 1% 0%;
    background-color: #fff;
    box-shadow: 0 5px 15px #e3e4ef;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.q_link li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 9px;
}
.q_icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fca61e;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.q_icon i {
    color: #fff;
    font-size: 25px;
}

.q_link li h5 {
    font-size: 15px;
    margin: 0;
    color: #333;
    flex: 1;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
}
.q_link li:nth-child(2) .q_icon {
    background-color: #2a76c4;
}
.q_link li:nth-child(3) .q_icon {
    background-color: #fe5f2f;
}
.q_link li:nth-child(4) .q_icon {
    background-color: #0ec8fd;
}
.q_link li:nth-child(5) .q_icon {
    background-color: #61b15a;
}
.q_link li:nth-child(6) .q_icon {
    background-color: #f14668;
}
.q_link li:nth-child(7) .q_icon {
    background-color: #5fc7b5;
}
.q_link li:nth-child(8) .q_icon {
    background-color: #cad315;
}
.q_link li:nth-child(9) .q_icon {
    background-color: #3699a5;
}
.q_link li:nth-child(10) .q_icon {
    background-color: #b34180;
}
.q_link li:nth-child(11) .q_icon {
    background-color: #007864;
}
.q_link li:nth-child(12) .q_icon {
    background-color: #ff6977;
}
.q_link li:nth-child(13) .q_icon {
    background-color: #ba7cec;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .q_link ul li {
        width: 31.3%;
        margin: 0 1% 2%;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .q_link ul li {
        width: 31.3%;
        margin: 0 1% 2%;
    }
}
@media screen and (max-width: 767px) {
    .q_link ul li {
        width: 48%;
        margin: 0 1% 2%;
    }
}
@media screen and (max-width: 480px) {
    .q_link ul li {

        margin-right: auto;
        margin-left: 0;
        width: 21%;
    }


    .q_link.onlyds ul li {
        margin-right: 10px !important; 
    }

    .q_link li h5{ 
        color: #333;
        flex: 1;
        font-size: 8px !important ;
        line-height: 15px;
        margin-left: 3px;
        margin-right: auto;
        letter-spacing: 0px;
    }

    
    .profile_box .editprof-img img {
        width: 40px;
        height: 40px;
    }

     
    .q_link ul li .q_icon{
           min-width: 100%;
    }

    .q_link li a{
        padding:0;
        text-align: center;
    }
}
 


.tabs{ margin-bottom: 5px; }
.tab-content form{ display: inline-block; width: 100%; padding-top: 1.5rem; }
.w_auto{ width: auto !important; }
.w_auto a{ margin-left: 5px; }

::-webkit-scrollbar {
    width: 3px;
    height: 5px; margin-top: 5px;
}
::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px;
}


/* Login Page Final Design Changes */

.logo_box{
    min-height: 170px;
    margin-bottom: 10px;
}

.login_box .copy a { color: rgba(255,255,255,0.6);}
.login_box .copy a span {color: rgba(255,255,255,0.6);}

.login_box .tabs{ display: flex; justify-content: center; height: auto; }
.login_box .tabs .tab{ width: 50% !important; height: auto; margin: 10px; }
.login_box .tabs .tab a{ border-radius: 10px; background-color: #eee; }
.login_box .tabs .tab a.active{ background-color: var(--login_tab_active); color: var(--login_tab_active_color);}
.login_box .tabs .indicator{ background-color: var(--main_color); }

.login_box .tab-content{ background-color: transparent; }

.login_box .select-wrapper input.select-dropdown{ max-width: unset; }
.login_box .select-wrapper .caret{ z-index: 2; }

.login_box .input-field{ margin: 20px 0; }
.login_box .tab-content{ 
    box-shadow: none;
    /*height: auto !important;*/
    height: calc(100vh - 294px) !important;
}
.login_box h3{ margin: 10px 0; }
.login_box .copy{ bottom: 5px; position: relative; color: rgba(255,255,255,0.6); }
.login_box .forgot_link{ margin: 0; }
.login_box .carousel.carousel-slider .carousel-item{ min-height: unset; height: auto; }
.hidden{ display:none !important; }
.adjust{right: 10px;top: 10px;} 


.avatar-section {
    text-align: center;
    position: relative;
    display: inline-flex;
	line-height: 16px !important
}
.avatar-section .button {
    background: #6236FF;
    color: #FFF;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
	
}
.avatar-section .imaged {
    border: 5px solid #FFF;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
}
.imaged.rounded {
    border-radius: 100% !important;
}
.imaged.w100 {
    width:  100px !important;
    height: 100px !important;
}
/* 
input:read-only, textarea:read-only {
  background-color: #eaeaea !important;
} */

input:read-only, 
textarea:read-only,
[contenteditable]:read-only {
  cursor: not-allowed;
}
.texttransform{
    text-transform: lowercase;
}


.custnote
{
    padding: 5px;
    border-left: 6px solid var(--header_color);
    background: #fff;
    box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px !important;
    width: 95%;
    margin-top: 5px;
    border-radius: 6px;
}
.custclose
{
    font-size: 20px !important;
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    border-radius: 0px;
    box-shadow: none !important;
    background: none !important;
}


/* noduesceri css start */
.noduescrd
{
    border-radius: 6px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
    background: #fff !important;
    padding: 0px 0px 30px;
}
.certitit 
{
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
}
.card_detail_box 
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 30px 0px;
}
.card_detail 
{
    flex: 1;
}
.card_detail p 
{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-size: 16px;
    line-height: 1.25px;
    margin-bottom: 30px;
}
.card_detail span.has_border 
{
    flex: 1;
    border-bottom: 1px dashed #000;
    margin: 0 5px;
    text-align: left;
    padding: 0 10px;
    font-weight: bold;
    min-width: 135px;
}
span.numcust 
{
    text-align: left;
    font-size: 16px;
    line-height: 1.25px;
    margin-bottom: 30px;
    margin-right: 12px;
}
.innercrd 
{
    display: flex;
    align-items: center;
}
.innercrd p
{
    margin:0px !important;
}
.innercrd h6
{
    margin:0px !important;
}
.crdnodues 
{
    border-radius: 6px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
    background: #fff !important;
    padding: 10px 20px;
}
.badgecust 
{
    padding: 3px 10px;
    color: #fff !important;
}
.innercrdbadge 
{
    display: flex;
    justify-content: flex-end;
}
.innercrdbadge p
{
    margin:0px !important;
}
.d_flex 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 768px)
{
    .noduescerticrd .row .col.s6 
    {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .noduescerticrd .row
    {
        margin-bottom: 0px !important;
    }
}
.noduesprintbtn 
{
    background-color: #e4932e !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    padding: 0 10px !important;
    margin-left: 0px !important;
    border-radius: 6px !important; 
}
.pt-0
{
    padding-top: 0px !important;
}
/* noduesceri css end */

.dflex{
    display: flex;
    align-items: center;
}


/*----------------------------------------
  gatepass / Messages
------------------------------------------*/
.collection.gatepass .collection-item.avatar :not(.circle-clipper)>.circle{
  left: 20px;
}
.collection.gatepass .collection-item{
  padding: 0px 0px;
}
.collection.gatepass .from{
  font-size: 80%;
  display: block;
  opacity: 0.8;
}
.collection.gatepass .title{
  text-transform: none; line-height: 18px;
}
.collection.gatepass.messages .title{
  text-transform: uppercase;
}
.collection.gatepass .collection-item.avatar img{
  position: absolute;
  top: 20px;
  margin-top: 0px;
}
.collection .collection-item .maillink{
  color: #455A64;
  padding: 15px 15px 15px 75px;
  display: inline-block;
  width: 100%;
}

.collection.gatepass .collection-item.avatar .secondary-content{
  position: absolute;
  top: 40px;
  margin-top: 0px;
  right: 15px;
}
.collection.gatepass .time{
  position: absolute;
  top: 0%;
  margin-top: 15px;
  right: 10px;
  font-size: 80%;
  opacity: 0.8;

}
.collection .collection-item.avatar .title.mx_with{ max-width: calc(100% - 100px); }

.collection.gatepass .mail-reply{
  position: relative;
  padding: 20px;
  vertical-align: top;
  margin-bottom: 0px;
}
.collection.gatepass .mail-reply label
{
  left: 20px;
}
.mailview .title
{
  margin-bottom: 10px;
}

.studentpassreportcrd
{
  border: 1px solid #eee !important;
  border-radius: 6px !important;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important; */
  background: #fff !important;
}
.custacc 
{
  background: #44CC44;
  box-shadow: 0 4px 0 0 #2ea62e;
  text-align: center;
  border-radius: 100px;
  height: 30px !important;
  line-height: 32px !important;
  padding: 0px 8px !important;
  width: 32px !important;
}
.custacc:hover 
{
  background: #44CC44 !important;
  box-shadow: 0 4px 0 0 #2ea62e !important;
}
.custcls
{
  background: tomato;
  box-shadow: 0 4px 0 0 #cb4949;
  text-align: center;
  border-radius: 100px;
  height: 30px !important;
  line-height: 32px !important;
  padding: 0px 8px !important;
  width: 32px !important;
}
.custcls:hover
{
  background: tomato;
  box-shadow: 0 4px 0 0 #cb4949;
}
.flexstupass 
{
  display: flex;
  justify-content: space-between;
}
.custround 
{
  height: 32px !important;
  line-height: 32px !important;
  padding: 0px 10px !important;
  width: 32px !important;
}
.flexstupass_dls 
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* DIGITAL START ALL */


/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL SYLLABUS CSS START--------------------------------------
----------------------------------------------------------------------------------------------------------*/
.flexdigi 
{
  display: flex;
  top: -10px;
  position: relative;
}
.contentdigi 
{
  color: #fff;
  font-size: 24px;
  line-height: 100px; 
  text-align: center;
  margin: 5px;
  height: auto;
  width: 200px;
  /*width: 100%;*/
  /* display: none; */
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}
#loadMore 
{
  width: 180px;
    color: #455a64;
    display: block;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
i.fa.fa-html5.icon10 
{
    font-size: 30px;
}
.card .card-image .card-title, .card .card-title {
    font-size: 12px;
}
.card .card-content 
{
    padding: 20px;
}
.card-title
{
  margin-bottom:0px !important;
}
.card-image:after 
{
    background-color: rgb(29 59 84 / 0%) !important;
}
.content10
{
  padding: 0px 10px !important;
}
.card.horizontal
{
  padding: 10px !important;
}

/* card Horizontal css */
.container10 
{    
  display: flex;    
  overflow-x: scroll; 
}
.container10 .card1020 
{   
    margin-right: 5px;
    margin-left: 5px;
}
.container10::-webkit-scrollbar {    display: none;}
img.img1020 
{
  width: 100%;
    object-fit: cover;
  border-radius:20px  !important;
  margin: auto;
    display: block;
}
.card1020
{
  border-radius:20px  !important;
  padding:5px !important;
  margin: auto 15px 2px 0px;
}
iframe#video 
{
    border-radius: 20px !important;
  margin: auto;
    display: block;
}
.section.sec-main 
{
    padding-top: 10px;
    padding-bottom: 55px;
}
.section.sec-main1
{
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: -37px;
}
.section.sec-main2
{
    padding-top: 10px;
    padding-bottom: 0px;
}
img.sub_img 
{
    width: 55px;
}
span.card-title.bg-title 
{
  color: #000;
  line-height: 1.25 !important;
  font-size: 15px;
  margin: 8px 0px 0px!important;
  height: 40px;
}
.card.bg-color 
{
    border-radius: 6px !important;
}
.card-content.content20 
{
    padding: 10px 0px 0px 10px !important;
}
.card-content.content20 p 
{
    margin: 0;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  line-height: 1.25 !important;
}

.scroll 
{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
}
.scroll::-webkit-scrollbar 
{
  display: none;
}
.scroll.active 
{
  cursor: grab;
  cursor: -webkit-grab;
}

.scroll1 
{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
}
.scroll1::-webkit-scrollbar 
{
  display: none;
}
.card.horizontal .card-image 
{
    max-width: 45% !important;
}
@media(min-width:1200px)
{
  .card.horizontal .card-image 
  {
      max-width: 20% !important;
  }
  .progress
  {
    width:30% !important;
  }
  .card.horizontal .card-stacked
  {
    margin-top: 20px !important;
  }
  .card-image.imgdigi 
  {
    max-width: 50% !important;
  }
}
.icons10 
{ 
  position: relative; 
}
.icons10 img 
{ 
  display: block; 
}
.icons10 i.fa.fa-file-pdf-o
{ 
  position: absolute;
  top: 0;
  right: 70px;
  color: #fff !important;
  /*opacity: 0.6;*/
  margin:8px 0px;
}
.icons10 i.fa.fa-file-word-o
{ 
  position: absolute;
  top: 0;
  right: 42px;
  color: #fff !important;
  /* opacity: 0.6;*/
  margin:8px 0px;
}
.icons10 i.fa.fa-youtube-play
{ 
  position: absolute;
  top: 0;
  right: 8px;
  color: #fff !important;
  /*opacity: 0.6;*/
  margin:8px 0px;
}
.card-image.imgdigi 
{
  max-width: 50% !important;
}

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL SYLLABUS CSS END--------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL SYLLABUS DETAILS CSS START------------------------------
----------------------------------------------------------------------------------------------------------*/
.card.horizontal 
{
    padding: 21px;
}
.fa-download:before 
{
    margin-right: 5px !important;
    font-size: 18px;
    /*color: #7d0bb1;*/
}
.fa-search:before 
{
    font-size: 18px;
    /*color: #7d0bb1;*/
}
.icons 
{
    margin-top: 10px;
    color: var(--main_color) !important;
}
.card.horizontal.Chapter_details
{
    padding:0px !important;
    border-radius: 10px;
    border: 1px solid #0000004f;
    color: #000 !important;
}
.card-image:after 
{
    background-color: rgb(29 59 84 / 0%);
}
.card-content.digidetails_subject 
{
    height: 100% !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px 0px 0px !important;
}
.card-content.digidetails_subject 
{
    height: 100% !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px 0px 0px !important;
}
.card .card-content p {
    margin: 0;
    line-height: 1.25;
}
img.responsive-img 
{
    width: 100% !important;
    padding: 20px;
    border-radius: 30px !important;
}
div#video-wrapper 
{
    padding: 20px 20px 10px;
}
iframe#video 
{
    border-radius: 10px !important;
}
.ytp-large-play-button
{
    position: absolute;
    left: 60% !important;
    width: 50px !important;
}
.card-content.contentdigi_details 
{
    padding: 24px 0px;
}
body .primary-bg-light 
{
    background-color: rgb(100 181 246 / 0%);
}
.row.rowmain 
{
    margin-bottom: 0px !important;
}
@media(min-width:1200px)
{
  /* .card.horizontal .card-image 
  {
      max-width: 30% !important;
  } */
  .card-content.digidetails_subject 
    {
        margin: unset!important;
    }
    iframe#video 
    {
        width: 92%;
        height: 100%;
    }
    .card-content.digidetails_subject 
    {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 0px 0px 0px !important;
        margin-left:0px !important
    }

    
    
}
/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL SYLLABUS DETAILS CSS END-------------------------------
----------------------------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT START-------------------------------------------
----------------------------------------------------------------------------------------------------------*/
.bannerhero_new 
{
    padding: 12em 0 8em 0;
    text-align: center;
    margin-top:2%;
    width: 100%;
    background-image: url(../images/newimg/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);*/
}

.bannerhero 
{
    padding: 6em 0 8em 0;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(hwb(0deg 0% 100% / 30%), rgb(0 0 0 / 30%)), url(../images/bannerheroimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);
}
.bordercust
{
    width: 60%;
    margin: 0 auto;
    height: 25px;
    border: 2px solid #fff;
    border-bottom: 0;
}

.bannerhero_new h2 
{
    margin: 0;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 20px 0 0 0;
}

.bannerhero h2 
{
    margin: 0;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 20px 0 0 0;
}
.border-bottomcust
{
    border-top: 0;
    border-bottom: 2px solid #fff !important;
}

/*23/12/2022 - New*/
.explorenow {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 5px 12px;
    background-color:var(--main_digi_color);
    color: white;
    font-size: 16px;    
    text-align: center;
    cursor: pointer;
    border: none;
    margin-top: -10%;
    margin-left: 5%;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 15px;
    font-weight: 600;
}

.subscribe-card{
    margin-bottom: 5px !important;
   text-align: center;
}

.subscribe-card .subscribenow {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 5px 25px;
    /*background-color: #2b6db1;*/
    background-color:var(--main_digi_color);
    color: white;
    font-size: 18px !important;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-top: 0%;
    margin-left: 0%;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 8px;
}

.subscribe-card  .main-line{ 
    font-size: 18px;
    color: var(--main_digi_color);
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    letter-spacing: 0.5px;
}

.subscribe-card .card-sub-title{

    margin-bottom: 5px !important;
    text-align: center !important;
}

.bannerbtn 
{
  border: none;
  outline: 0;
  display: inline-block;
  padding: 12px 35px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  border: 5px solid black;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}
.bannerbtn:hover 
{
  background-color: transparent;
  color: white;
  border: 5px solid black;
  text-shadow: 2px 2px #000;
}
.dflex
{
    width: 100%;;
    border-radius: 15px;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    background: #f6f5ff;
    padding: 20px 0px 0px;
}

.rowsingle .fstucodedrop{ width:70% !important; }

@media (min-width:320px)  { .rowsingle .fstucodedrop{ width:70% !important; } /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { .rowsingle .fstucodedrop{ width:70% !important; } /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { .rowsingle .fstucodedrop{ width:70% !important; } /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { .rowsingle .fstucodedrop{ width:70% !important; } /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { .rowsingle .fstucodedrop{ width:65% !important; } /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { .rowsingle .fstucodedrop{ width:65% !important; } /* hi-res laptops and desktops */ }


.custbtndc
{
    
    width: 5%;
    color:var(--main_digi_color);
    font-size: 30px; 
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.margtp 
{
    margin-top: -14px !important;
}
.custbtndc i.mdi.mdi-settings 
{
    color: #fff !important;
}
.custbtndc i.mdi.mdi-settings:before 
{
    color: #fff !important;
    position: relative;
    top: 0px !important;
}
.maincrd
{ 

    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    padding: 0;
    margin-top: 20px;
}
.sec-tit1 
{
    margin: 0px !important;
    line-height: 1.25 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    margin-top: 20px !important;
}
.sec-titdcl
{
    margin: 20px 0px 0px 20px !important;
    line-height: 1.25 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
}
.c-wrapper 
{
    margin: 20px 0px;
}

.c-wrapper_new {
    margin: 0px 0px -20% 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*card Start*/
.provide-item 
{
    padding: 20px 10px;
    border-radius: 10px;
    height: 100%;
}
.s1-bg 
{
    background: #fee2de !important;
    border: 2px solid #fdd5d0 !important;
}
.provide-item img.cat 
{
    max-width: 140px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.provide-item img 
{
    max-width: 60px;
    margin-bottom: 10px;
}
.provide-item h4 
{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: #13287e !important;
    line-height: 1.25;
    height: 40px;
}
.s2-bg 
{
    background: #feddee !important;
    border: 2px solid #ffd4ea !important;
}
.s3-bg 
{
    background: #dad5fe !important;
    border: 2px solid #d0cbf8 !important;
}
.s4-bg 
{
    background: #dbffd9 !important;
     border: 2px solid #cff8cd !important;
}
.provide-item p 
{
    margin-top: 10px;
    color: #333;
    font-weight: 400;
}
.mr-2 
{
    margin-right: 2%;
}
.mb-15 
{
    margin-bottom: 2% !important;
}
.text-center 
{
    text-align: center !important;
}
.col-2 
{
    width: 47%;
    float: left;
}

/*Subscribe card Design start*/
.cardsubscribe 
{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
}
h3.card-titlesubscribe 
{
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #17192f;
  margin: 20px 0 0px 0;
}
.card-sub-titlesubscribe 
{
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 10px 0;
}
.button123 
{
  font-size: 16px;
  padding: 20px 20px;
  line-height: 0;
  vertical-align: top;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  background: #ff9d21;
  box-shadow: 0 4px 10px hsl(34 100% 56% / 0.6);
  transition: 0.1s ease-in;
  text-align: center;
}
.button123:hover 
{
  background: #d8932c;
  box-shadow: 0 4px 10px hsl(34 100% 56% / 0.2);
}
.email-icon 
{
    margin-top: 20px !important;
}
span.stunamedc 
{
    line-height: 1.25 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    color: #455a64;
    font-weight: 600 !important;
}
.rowsingle
{
    border: 2px solid var(--main_digi_color);
    padding: 10px;
    border-radius: 10px;
}
.rowsingle.p8p8
{
    padding: 8px 8px;
}

.flex1 
{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.margin-ctop{
		margin-bottom: 5%;
	}

/*Subscribe card Design End*/
/*card End*/

@media(max-width: 768px)
{
    .bannerhero_new 
    {
        padding: 3em 0 3em 0 !important;
    }

    .bannerhero_new h2 
    {
        font-size: 28px !important;
        padding: 0px 0 0 0 !important;
        line-height: 1.25 !important;
    }

    .bannerhero 
    {
        padding: 3em 0 3em 0 !important;
    }
    .bannerhero h2 
    {
        font-size: 28px !important;
        padding: 0px 0 0 0 !important;
        line-height: 1.25 !important;
    }

    .bordercust 
    {
        width: 80% !important;
        height: 20px !important;
    }
    .bannerbtn 
    {
        margin-top: 14px !important;
        font-size: 13px !important;
        padding: 8px 20px !important;
    }

    /*23/12/2022 - New*/
    .explorenow 
    {
        margin-top: -50px !important;
   
    }

    h5 {
        font-size: 15px !important;
        line-height: 20px;
        /* margin: 1.2rem 0 0.5rem 0; */
        margin-top: 2px !important;
    }

    .rowbot {
        margin-bottom: 15% !important;
    }

    .provide-item p 
    {
        margin-top: -15% !important;
        color: #333;
        font-weight: 400;
    }

    .uname_text{
        font-size: 15px !important;
        font-weight: 700!important;
        text-transform: uppercase!important;
        margin-top: -15% !important;
        margin-left: 25% !important;
          color: #333!important;
      }

    .rowbot_addon {
        margin-bottom: 5% !important;
        margin-top: -8% !important;
      }    
    
      .grid-cardnew {
        height: 85px;  width: 85px; margin-bottom: 20%; margin-left: 12px!important;
      }

      .c-wrapper_new {
        margin: 20px 0px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .rowbot h4 {
        font-size: 20px;
        line-height: 36px;
        margin: 1rem 0 0.5rem 0 !important;
    }
    
    /* .custbtndc 
    {
        height: 45px !important;
        width: 45px !important;
    } */

    .rowsingle .select-wrapper
    {
        width: 75% !important;

    }
	
	.margin-ctop{
		margin-bottom: 30%  !important;
	}

   /*  .maincrd
    {
        padding: 10px 20px !important;
    } */
}
@media(max-width: 320px)
{
    .provide-item img.cat 
    {
        max-width: 100px !important;
    }

    
}
/* 
[data-footer_menu_style="colored"] .footer-menu 
{
     background-color: #fff !important;  
}
[data-footer_menu_style="colored"] .footer-menu li a 
{
    color: var(--main_color) !important; 
} */
a#logo-container 
{
    display: none !important;
}
.moddigitalcontent 
{
    top: 30% !important;
    border-radius: 10px !important;
}

.moddigitalcontent .model-header
{
 padding: 10px 10px !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
    align-items: center;
}

.moddigitalcontent .model-header h4
{
    margin: 0;
    
    font-size: 18px !important;
    color: var(--main_digi_color);
    
}
.moddigitalcontent .modal-footer .digicntbtn_close
{
   
    border-radius: 20px;
  
    background-color: #f44336;
    
}
.moddigitalcontent .modal-footer .digicntbtn
{
   
    border-radius: 20px;
    background-color: var(--main_digi_color);
    
}
.moddigitalcontent .model-header .modal-close
{
   
    border-radius: 5px;
    
}

.moddigitalcontent .modal-content .cust-input {
    padding-left: 0;
}

.moddigitalcontent .modal-content  label {
    left: 0rem;
}

/* mod digital subscription start  */

.moddigitalsubscription 
{
    top: 30% !important;
    border-radius: 10px !important;
}

.moddigitalsubscription .model-header
{
 padding: 10px 10px !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
    align-items: center;
}

.moddigitalsubscription .model-header h4
{
    margin: 0;
    
    font-size: 18px !important;
    color: var(--main_digi_color);
    
}
.moddigitalsubscription .modal-footer .digicntbtn_close
{
   
    border-radius: 20px;
  
    background-color: #f44336;
    
}
.moddigitalsubscription .modal-footer .digicntbtn
{
   
    border-radius: 20px;
    background-color: var(--main_digi_color);
    
}
.moddigitalsubscription .model-header .modal-close
{
   
    border-radius: 5px;
    
}

.moddigitalsubscription .modal-content .cust-input {
    padding-left: 0;
}

.moddigitalsubscription .modal-content  label {
    left: 0rem;
}

.moddigitalsubscription .modal-content  h6.maintitle {
    margin-top: 0;
}
.moddigitalsubscription .modal-content  p.sublines {
    margin: 0;
}

/* mod digital subscription End  */


/* mod digital subscription start  */ 

.moddigitalqsetup.modal
{
    max-height: 80% !important;
}
.moddigitalqsetup
{
    top: 10% !important;
    border-radius: 10px !important;
}

.moddigitalqsetup .model-header
{
 padding: 10px 10px !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
    align-items: center;
}

.moddigitalqsetup .model-header h4
{
    margin: 0;
    
    font-size: 18px !important;
    color: var(--main_digi_color);
    
}
.moddigitalqsetup .modal-footer .digicntbtn_close
{
   
    border-radius: 20px;
  
    background-color: #f44336;
    
}
.moddigitalqsetup .modal-footer .digicntbtn
{
   
    border-radius: 20px;
    background-color: var(--main_digi_color);
    
}
.moddigitalqsetup .model-header .modal-close
{
   
    border-radius: 5px;
    
}

.moddigitalqsetup .modal-content .cust-input {
    padding-left: 0;
}

.moddigitalqsetup .modal-content  label {
    left: 0rem;
}

.moddigitalqsetup .modal-content  h6.maintitle {
    margin-top: 0;
}
.moddigitalqsetup .modal-content  p.sublines {
    margin: 0;
}

/* mod digital subscription End  */


/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT END---------------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentsubject) START-------------------
----------------------------------------------------------------------------------------------------------*/
.banner-div 
{
    background: url(../images/bannerheroimg2.png) center no-repeat;
    background-size: cover;
    margin-top: 20px;
    border-radius: 15px;
    margin: 30px 0px 0px;
}
.banner-content 
{
    max-width: 60%;
    padding: 60px 20px;
}
.bannerhero1 
{
    padding: 50px 0px 100px;
    text-align: center;
    width: 100%;
   /* background-image: linear-gradient(hwb(0deg 0% 100% / 14%), rgb(0 0 0 / 27%)), url(../images/bannerheroimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    /*box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);*/
    /*background: linear-gradient(90deg, #ff9966e3, #ff5e62de);*/
    background: linear-gradient(90deg, #c5c8ff, #565cfc);
}
.banner-headnew 
{
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 1.3;
    margin: 0px auto;
    width: 50%;
}

.banner-head 
{
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    color: #455a64;
    line-height: 1.35;
    text-transform: capitalize;
}
.subject-bx
{
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    margin: 0px 0px 60px;
}
.chapter-bx1
{
    margin: 20px 0px;
}
.subject-bx .dz-info 
{
    padding: 10px 18px 20px;
    position: relative;
}
.data-list 
{
    padding: 0;
    margin: 0;
}
.subject-bx .data-list li 
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.subject-bx .data-list li .number 
{
    background-color: #cbd8ff;
}
.data-list li .number 
{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #0936c3;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
    border: 1px solid;
    border-color: #cbd8ff;
    font-size: 16px;
    font-weight: 600;
}
.data-list li .title 
{
    margin: 0 0 0px;
}
.subject-bx .title 
{
    margin: 0;
    font-weight: 600;
    white-space: unset;
}
.data-list li .time 
{
    margin: 0;
}
.subject-bx .data-list li .play-btn 
{
    position: unset;
}
.subject-bx .play-btn 
{
    position: absolute;
    top: -24px;
    right: 20px;
}
.data-list li .play-btn 
{
    margin-left: auto;
}
.dz-info .data-list-wraper .data-list .title-head 
{
    width: 170px;
}
.play-btn 
{
     min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #565cfc;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
}
.pagetitledc
{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px ;
    line-height: 36px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
}
.spacebtwn
{
    margin: 80px 0px !important;
}
.iconrgt 
{
    margin-top: 8px;
}
.card-contentdcs 
{
    max-width: 70rem;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-30%);
    border-radius: 1rem;
    padding: 20px 20px;
    box-shadow: 1px 1px 2rem rgb(0 0 0 / 30%);
    text-align: center;
}
.card-contentdcs h1 
{
   text-transform: uppercase;
   line-height: 1.25;
   margin: 8px !important;
}
.card-contentdcs p 
{
   font-size: 14px;
   margin: 0 0 10px 0;
}
.subscribe-btn 
{
  padding: .8rem 2rem;
  border-radius: 5rem;
  /*background: linear-gradient(90deg, #ff9966, #ff5e62);*/
  background: linear-gradient(90deg, #c5c8ff, #565cfc);
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media(max-width: 600px)
{
    .banner-div 
    {
        padding: 30px 0px 0px !important;
        margin: 15px 0px 0px !important;
    }
    .subject-bx 
    {
        margin: -50px 0px 50px !important;
    }
    .chapter-bx1
    {
        margin: -80px 0px 50px !important;
    }
    .spacebtwn 
    {
        margin: 70px 0px !important;
    }
    .banner-head 
    {
        font-size: 20px !important;
    }
    .bannerhero1 
    {
        padding: 25px 0px 60px !important;
        height: 190px;
    }
    .banner-headnew 
    {
        font-size: 20px !important;
        width: 80% !important;
        letter-spacing: 1px !important;
        text-transform: capitalize;
    }
    .card-contentdcs 
    {
        max-width: 25rem !important;
        transform: translate(-50%,-60%) !important;
        padding: 15px;
    }
    .card-contentdcs h1
    {
        font-size: 30px !important;
    }
    .card-contentdcs p 
    {
        margin: 0 0 10px 0;
        line-height: 1.25;
    }
    .subscribe-btn
    {
        font-size: 16px !important;
    }
    h2.banner-headnew1 
    {
        font-size: 20px !important;
    }
}
@media(max-width: 987px)
{
    .spacebtwn 
    {
        margin: 85px 0px !important;
    }

}
@media(max-width: 500px)
{
    .spacebtwn 
    {
        margin: 70px 0px !important;
    }
    .banner-content 
    {
        max-width: 55%;
    }

   
}
@media(max-width: 320px)
{
    .banner-div 
    {
        padding: 30px 0px 0px !important;
    }
    .subject-bx 
    {
        margin: -70px 0px 50px !important;
    }
    .chapter-bx1
    {
        margin: -70px 0px 50px !important;
    }
    .spacebtwn 
    {
        margin: 70px 0px !important;
    }
    .banner-content 
    {
        max-width: 55% !important;
        padding: 50px 10px !important;
    }
    .banner-headnew 
    {
        font-size: 18px !important;
    }
    .card-contentdcs 
    {
        max-width: 20rem !important;
        transform: translate(-50%,-65%) !important;
        padding: 10px;
    }
    .subscribe-btn 
    {
        font-size: 15px !important;
    }
    .subscribe-btn 
    {
        padding: 10px 20px !important;
    }
    .card-contentdcs h1 
    {
        font-size: 26px !important;
    }
    .bannerhero1 
    {
        height: 200px !important;
    }

   
}
@media(max-width: 360px)
{
    .card-contentdcs 
    {
        max-width: 20rem !important;
    }
    .subject-bx 
    {
        margin: -70px 0px 50px !important;
    }
    .chapter-bx1
    {
        margin: -95px 0px 50px !important;
    }
    h2.banner-headnew1 
    {
        font-size: 18px;
    }

   
}
@media(max-width: 834px)
{
    .card-contentdcs 
    {
        max-width: 45rem;
    }
    .bannerhero1 
    {
        padding: 50px 0px 100px;
    }
    h2.banner-headnew1 
    {
        font-size: 25px;
    }

    
}
@media(min-width: 768px)
{
    .banner-div 
    {
        padding: 70px 0px 70px !important;
    }
    /*    .subject-bx 
    {
        margin: -12px 0px !important;
    }
    */    
    .chapter-bx1
    {
        margin: -20px 0px;
    }
    .banner-content 
    {
        max-width: 40% !important;
        padding: 50px 50px !important;
    }
    .banner-head 
    {
        font-size: 20px !important;
    }

   
}
/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentsubject) END---------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentchapter) START-------------------
----------------------------------------------------------------------------------------------------------*/
.banner-div1 
{
    background: url(../images/bannerheroimg2.png) center no-repeat;
    background-size: cover;
    margin-top: 0px;
    border-radius: 0px;
    margin: 18px 0px 0px !important;
}
.card-contentdct img 
{
    max-width: 12%;
    display: block;
    vertical-align: middle;
}
.top-text-wrapper 
{
    margin: 20px 0 30px 0;
}
.grid-wrapper 
{
    display: grid;
    grid-gap: 15px;
    /*place-items: center;*/
    /*place-content: center;*/
}
.grid-col-auto 
{
    grid-auto-flow: row;
    grid-template-rows: auto;
}
label.radio-card 
{
    cursor: pointer;
}
label.radio-card .card-content-wrapper 
{
    background: #fff;
    border-radius: 10px;
    width: 100%;
    /*min-height: 330px;*/
    padding: 15px;
    display: grid;
    box-shadow: 0 2px 4px 0 rgb(219 215 215);
    transition: 200ms linear;
    border: 2px solid #565cfc;
}
label.radio-card .check-icon 
{
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
    opacity: 0;
}
label.radio-card .check-icon:before 
{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}
label.radio-card input[type='radio'] 
{
    appearance: none;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper 
{
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon
{
    opacity: 1 !important;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon 
{
    background: #3057d5;
    border-color: #3057d5;
    transform: scale(1.2);
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon:before 
{
    transform: scale(1);
    opacity: 1;
}
label.radio-card input[type='radio']:focus + .card-content-wrapper .check-icon 
{
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
    border-color: #3056d5;
}
label.radio-card .card-contentdct h4 
{
    font-size: 16px;
    letter-spacing: -0.24px;
    text-align: left;
    color: #1f2949;
    margin: 0px 0px 0px 25px !important;
    line-height: 1.25;
}

@media (min-width:641px)  {
 /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    label.radio-card .card-contentdct h4 
    { 
         font-size: 30px;
    }
}

@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

    label.radio-card .card-contentdct h4 
    { 
         font-size: 30px;
    }
}


.card-contentdct 
{
  display: flex;
  /*justify-content: center;*/
  align-items: center;

    text-transform: capitalize;
}
h2.banner-headnew1
{
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 1.3;
    margin: 0px auto;
}
@media(max-width: 768px)
{
    .grid-col-auto 
    {
        grid-auto-flow: row !important;
    }
    .card-contentdct img 
    {
        max-width: 18% !important;
    }
}
@media(min-width: 768px)
{
    .banner-div1 
    {
        padding: 50px 0px !important;
    }
}
/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentchapter) END---------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentimpques) START-------------------
----------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentimpques) END---------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentlibrary) START-------------------
----------------------------------------------------------------------------------------------------------*/
.card-ui-container
{
  box-shadow:5px 5px 15px 1px rgba(21, 35, 52, 0.2);
  margin-bottom: 25px;
}
.course-container
{
   background-color: #e0e1ff;
   color: #565cfc;
   padding: 15px;
}
.chapter-container
{
  background-color:  #f9f9f9;
  padding: 30px 15px;
 /* border-radius: 0 3px 3px 0;*/
 border-radius: 6px;
}
.course
{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course .subtitle
{
  margin: 0 0 12px 0;
  color: #333;
}
.course .title
{
  margin: 0;
}
.course .more
{
  position: absolute;
  bottom: 0;
  color: #A2D1D6;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s all;
}
.course .more:hover
{
  color: #f9f9f9;
}
.course .more ion-icon
{
  vertical-align: middle;
}
.chapter
{
  position: relative;
  height: 100%;
}
.chapter .chapter_header
{
  display: flex;
  flex-direction: row;
}
.chapter_number
{
  flex: 1;
  margin: 0;
}
.chapter .title
{
  margin: 0;
  color: #152334;
}
.chapter .chapter_btn
{
/*
  position: absolute;
  bottom: 0;
  right: 0;*/
  background: #565cfc;
  color: #f9f9f9;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-property: color;
  transition-duration: .5s;
}
.chapter .chapter_btn::before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  background: #e0e1ff;
}
.chapter .chapter_btn:hover
{
  color: #152334;
}
.chapter .chapter_btn:hover::before
{
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.course_first_heading
{
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #A2D1D6;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-bottom: 0px !important;
}
.course_principal_heading
{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  width: 70%;
}
.chapter_btn
{
  display: block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border: none;
}

.tabs.dcltabs::-webkit-scrollbar 
{
    width: 0px !important;
    height: 0px !important;
}
.custslidedcl.slider .indicators .indicator-item.active 
{
    background-color: rgb(86 92 252) !important;
}
.custslidedcl.slider .indicators .indicator-item
{
    border: 2px solid #565cfc !important;
    box-shadow: none !important;
}
.custslidedcl.slider .indicators 
{
    bottom: 10px !important;
}

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentlibrary) END---------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentlibrary) START---------------------
----------------------------------------------------------------------------------------------------------*/
#fade 
{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  opacity: .80;
  filter: alpha(opacity=80);
}
#light 
{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}
#boxclose 
{
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before 
{
  content: "×";
}
#fade:hover ~ #boxclose 
{
  display:none;
}
.test:hover ~ .test2 
{
  display: none;
}
@media(max-width: 768px)
{
  #light 
  {
    left: 85% !important;
  }
  video#VisaChipCardVideo
  {
    width: auto !important;
  }
}

@media (max-width: 500px)
{
    .spacebtwn1 
    {
        margin: 75px 0px !important;
    }
}
.spacebtwn1 
{
    margin: 90px 0px;
}

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalcontentlibrary) END---------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGES CSS START-------------------------------------------------
----------------------------------------------------------------------------------------------------------*/
.sec-title
{
  position:relative;
  margin-bottom:20px;
}
.sec-title .title
{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247,0,104);
  background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2{
  position:relative;
  display: inline-block;
  font-size:48px;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
}
.sec-title h2
{
  position:relative;
  display: inline-block;
  font-size:30px;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
  margin: 0px !important;
}
.sec-title .text
{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}
.sec-title.light h2,
.sec-title.light .title
{
  color: #ffffff;
}
.pricing-section 
{
    position: relative;
    padding: 20px 0 80px;
    overflow: hidden;
}
.pricing-section .outer-box
{
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-section .row
{
  margin: 0 -30px;
}
.pricing-block
{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}
.pricing-block .inner-box
{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #c36b84;
  border-radius: 10px;
}
.pricing-block .icon-box
{
  position: relative;
  padding: 30px 30px 0;
  background-color: #c36b84;
  text-align: center;
  border-radius: 10px;
}
.pricing-block .icon-box:before
{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}
.pricing-block .icon-box .icon-outer
{
    position: relative;
    height: 120px;
    width: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}
.pricing-block .icon-box i
{
    position: relative;
    display: block;
    height: 90px;
    width: 90px;
    line-height: 75px;
    border: 5px solid #c36b84;
    border-radius: 50%;
    font-size: 45px;
    color: #c36b84;
    transition: all 600ms ease;
    margin: 0px auto;
}
.pricing-block .inner-box:hover .icon-box i
{
  transform:rotate(360deg);
}
.pricing-block .price-box
{
  position: relative;
  text-align: center;
  /*padding: 10px 20px;*/
}
.pricing-block .title
{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  color: #333;
  font-weight: 600;
}
.pricing-block .btn-box
{
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.pricing-block .btn-box a
{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  padding: 8px 30px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  transition: all 300ms ease;

  color:#c36b84;
  background:none;
  border-radius:0px;
  border-color:#c36b84;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box
{
  border-color: #febb75;
}
.pricing-block:nth-child(2) .icon-box{
  background-color: #febb75;
}
.pricing-block:nth-child(2) .btn-box a
{
  color:#febb75;
  background:none;
  border-radius:0px;
  border-color:#febb75;
}
.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price
{
  color: #febb75;
}

span.badgeph 
{
    color: #fff !important;
    background-color: #28a745 !important;
    padding: 8px 12px !important;
    line-height: 1.25 !important;
    height: unset !important;
    font-size: 14px !important;
    border-radius: 100px;
}
span.failed 
{
    color: #fff !important;
    background-color: #f44336 !important;
    padding: 10px 18px !important;
    line-height: 1.25 !important;
    height: unset !important;
    font-size: 14px !important;
    border-radius: 100px;
}
@media(max-width: 768px)
{
    .pricing-block .icon-box i 
    {
        height: 70px !important;
        width: 70px !important;
        line-height: 55px !important;
        margin: 0px auto !important;
    }
    .pricing-block .icon-box i
    {
        font-size: 30px !important;
    }
    .pricing-block .icon-box .icon-outer 
    {
        height: 100px !important;
        width: 100px !important;
    }
    .pricing-block .icon-box 
    {
        padding: 10px 30px 0 !important;
    }
    .pricing-block .price
    {
        margin: 10px !important;
    }
    .pricing-block .btn-box a
    {
        padding: 8px 20px !important;
    }
    .pricing-block .icon-box:before 
    {
        height: 40px !important;
    }
    .pricing-block .inner-box
    {
        padding: 0 0 20px !important;
    }
    .pricing-block .btn-box
    {
        margin-top: 20px !important;
    }
    .pricing-block .title 
    {
        font-size: 18px !important;
    }
}
/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGES CSS END-------------------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGE DEATILS CSS START------------------------------------------
----------------------------------------------------------------------------------------------------------*/
.flexcls 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}
.flexcls1
{
    display: flex;
    align-items: center;
}
.rounded-circle 
{
    border-radius: 50%!important;
}
.mr-3, .mx-3 
{
    margin-right: 2rem!important;
}
.mb-sm-0, .my-sm-0 
{
    margin-bottom: 0!important;
}
.font-weight-bold 
{
    font-weight: 700!important;
}
.carddc 
{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.cardtot 
{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
}
.totcard 
{
    padding: 20px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 10px;
}
[type="checkbox"].colorblue:checked + span:not(.lever):after 
{
    border: 2px solid #216fe0 !important;
    background-color: #216fe0 !important;
}
a.btnpay 
{
    width: 100%;
    background: #216fe0 !important;
    margin-top: 5px;
}
.plansdc 
{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.plansdc .plandc input[type="radio"] 
{
    position: absolute;
    opacity: 0;
}
.plansdc .plandc 
{
    cursor: pointer;
    width: 48.5%;
}
.plansdc .plandc .plan-contentdc 
{
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}
.plansdc .plandc .plan-detailsdc span 
{
  margin-bottom: 0px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}
.container .titledc1
{
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.sectionpkdur 
{
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0px 20px;
}
.sectionpkdur > .pkduration 
{
  flex: 1;
  padding: 0.5rem;
}
.pkduration input[type="radio"] 
{
  display: none;
}
.pkduration input[type="radio"]:not(:disabled) ~ label 
{
  cursor: pointer;
}
.pkduration input[type="radio"]:disabled ~ label 
{
    color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
    box-shadow: none;
    cursor: not-allowed;
}
.pkduration h2
{
    font-size: 20px !important;
    margin: 20px 0px !important;
}
.pkdurationlab 
{
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #216fe0;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
}
.pkduration input[type="radio"]:checked + label 
{
    background: #dfecff;
    color: #000;
    box-shadow: none !important;
}
.pkduration input[type="radio"]:checked + label::after 
{
    color: rgba(61, 63, 67, 1);
    font-family: FontAwesome;
    border: 2px solid #216fe0;
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.pkduration input[type="radio"]#control_05:checked + label 
{
    background: red;
    border-color: red;
}

/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGE DEATILS CSS END--------------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGE SUMMARY CSS START------------------------------------------
----------------------------------------------------------------------------------------------------------*/
.carddc1 
{
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.font-color 
{
    color: #278dff;
    font-size: 18px;
}
.font-cap
{
    text-transform: capitalize;
}
.font-icon 
{
    background: #e0edff;
    padding: 0px 10px;
    border-radius: 6px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 16px;
}
.font-big
{
    font-size: 18px;
}
.cardmain 
{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.summerytit 
{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  /*text-shadow: 0 8px 8px #ccc;*/
  margin: 0px !important;
  text-transform: capitalize;
}
span.part-two
{
  color: var(--main_digi_color);
  font-weight: bold;
  font-size: 20px;
}
/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGE SUMMARY CSS END--------------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGE HISTORY CSS START------------------------------------------
----------------------------------------------------------------------------------------------------------*/
.flexclsph 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 10px;
    border-bottom: 1px dotted #000;
}
.flexclsph  h3
{
    font-size: 18px;
}
.flexclsph1 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.packname 
{
    margin: 0px 0px 10px;
    text-transform: capitalize;
    font-size: 20px;
}
.carddcph 
{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-left: 6px solid var(--main_digi_color);
}
.titoh
{
    margin: 0px 0px 15px;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 1.25;
    color: #000000c9;
}
.packname1 
{
    margin: 0px 0px 0px;
    text-transform: capitalize;
}
.iframevideo{
width:100%;
}
/*---------------------------------------------------------------------------------------------------------
--------------------------------------- PACKAGE HISTORY CSS END--------------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalvideo) START---------------------------
----------------------------------------------------------------------------------------------------------*/
.videocrds .card-content 
{
    padding: 0px 10px 0px !important;
}
.card.videocrds 
{
  margin: 25px 0px 50px;
  background-color: #FFF;
  padding: 0 20px 10px 20px;
  border-radius: 10px;
  transition: box-shadow .3s linear;
}
.card.videocrds:hover 
{
  box-shadow: 0 0 35px rgba(0, 0, 0, .3);
}
.card.videocrds .card-img 
{
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-15%);
}
.card.videocrds:hover .card-img 
{
  box-shadow: none;
}
.card.videocrds .card-img img 
{
  width: 100%;
  display: block;
}
.card.videocrds .card-content 
{
  text-align: center;
}
.card.videocrds .card-content .big-title 
{
  color: #333;
  line-height: 1.25 !important;
  margin: 0px !important;
  font-size: 20px !important;
}
.section.mt-5 
{
  margin-top: 3rem;
}
@media(max-width: 768px)
{
    .col.s6.custcol
    {
        width: 100% !important;
    }
    .card.videocrds 
    {
        margin: 25px 0px 25px !important;
    }
}
span.alert1.success 
{
    padding: 18px;
    background-color: #41c057;
    color: white;
    border-left: 4px solid #4a800d;
}
.succicn 
{
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid #b5ffc2;
}

input.attmntinput 
{
    border: 1px solid #3330 !important;
    margin-top: 10px !important;
    padding: 0px 0px !important;
    border-radius: 3px !important;
}
label.attmntlab
{
    color: var(--main_color) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
h3.pstit 
{
    /*font-family: 'Kaushan Script', cursive;*/
    text-align: center;
    margin: 0px !important;
    font-size: 22px;
}
.pscrd 
{
   /* box-shadow: 4px 8px 40px 8px rgb(88 146 255 / 20%);*/
}
button.btnpay 
{
    width: 100%;
    background: #216fe0 !important;
    margin-top: 5px;
}
/*   css of new design end  */

/*---------------------------------------------------------------------------------------------------------
---------------------------------------NEW DIGITAL CONTENT (digitalvideo) END------------------------------
----------------------------------------------------------------------------------------------------------*/

.digital input.select-dropdown.dropdown-trigger 
{
    border: 1px solid #eee !important;
    /* padding: 5px !important; */
    border-radius: 6px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
    max-width: 100% !important;
    /* margin: 10px 0px !important; */
    padding-left: 5px !important;
    padding-right: 0px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
    background: #fff !important;
    margin-top: 5px !important;
}


/* Video page css start */


.videopage ul.collection.notifications.custom{
 
    margin-bottom: 10px;
    box-shadow: none;
    
    border: unset;
}
.videopage ul.collection.notifications.custom p.title-video {
       font-size: 16px;  
       font-weight: 700;  
}

.videopage .collection.notifications .collection-item.avatar p {
    padding-right: initial;
    margin-bottom: 7px;
}

.videopage  span.right.language {
    font-size: 12px;
}

.videopage ul.collection.notifications.custom span.title-sub-video {
    font-size: 12px;
    font-weight: 600;
}

.videopage .collection.notifications .collection-item .notify {
    padding: 12px 12px 25px 145px !important;
}

.videopage .collection .collection-item.avatar.mb-10 {
    margin-bottom: 10px !important;
    cursor: pointer;   
    border-radius: 10px;
    min-height: 100px;
}
.videopage .collection .collection-item.avatar .notify .square {
    position: absolute;
    width: 125px;
    height: 70px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    border:2px solid #c9e265;
   
}




.videopage .sweedu-cued-thumbnail-overlay {
    position: absolute;
    width: 125px;
    height: 70px;
    left: 12px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #c9e265;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.videopage .sweedu-cued-imgtag-overlay {
    position: absolute;
    width: 100px;
    height: 76px;
    left: 35px;
    display: inline-block;
    vertical-align: middle;
    border-right:2px solid #c9e265;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;


}

.videopage .sweedu-cued-imgtag-overlay img {
  
    width: 100%;
    height: 95%;
    position: absolute !important;
    top: auto !important;
        left: -18px;
}


.videopage .sweedu-cued-thumbnail-overlay-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    
    border-radius: 10px;
}


.videopage .sweedu-large-play-button {
    position: absolute;
    left: 52% !important;
    top: 62%;
    width: 32px !important;
    height: 32px !important;
    margin-left: -24px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1) ;
    transition: opacity .25s cubic-bezier(0,0,0.2,1) !important;
    z-index: 63;
    border: 0;
    background: url('../images/button-icon-png-21060.png') no-repeat center center/cover;
}

.videopage .new.badge.bg-digi_lite_color{
    background-color: var(--digi_lite_color) !important;
    font-weight:400;
}
.videopage  .fullpagemodule.modal.open{ 

   
    min-width: 100%;
    min-height: 100%;

    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden;
 
    background-color: #000 !important;

 
 

    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.videopage .fullpagemodule .modal-content{


    min-width: 100%;
    min-height: 100%;

    display: flex !important;
    justify-content: center;
    align-items: center;

    border: unset !important;

    margin: 0;
    padding: 0;
}



.videopage .modal-content .player .modal-close {
 /*  cursor: pointer;
  position: relative;
  right: -12px;
  top: 12px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff; */

    position: relative;
    cursor: pointer;
    left: 0;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    top: 30px !important;
    left: 5px !important;
    border: none;
    float: left !important;
}


.videopage .video-popup-container .modal-close:hover {
  color: #DE0023;
}


.videopage .speed select {

    writing-mode: horizontal-tb !important;

    height: 2rem;
  
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: field;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border: none;
  cursor: pointer;
  color: black;
  font-weight: 600;
  outline: none;
  text-align: center;
  text-align-last: center;
  width: 2.5rem;

}


.videopage button {
  cursor: pointer;
}
.videopage input[type="range"] {
     border:0;
} 

.videopage option {
  background: rgb(78, 78, 78);
  color: white;
  outline:none;
  text-align: center;
  text-align-last: center;
}

.videopage .player:fullscreen .video-screen {
  background: rgb(38, 38, 39)
}

.videopage .player:fullscreen .file-chooser {
  transform: translateY(500%);
}

.videopage .file-chooser {
  color: white;
  cursor: pointer;
  height: 50px;
  transform: translateY(-50%);
}

.videopage .video-screen {
  background: rgb(188,188,188);
  display: block;
  object-fit: cover;
  margin: 0 auto;
  transition: opacity .5s;
  width: 100%;
}

.videopage .controlsvideo {
  background: rgba(0, 0, 0, 0.5);
  border-top: 5px solid rgba(0, 0, 0, 0.02);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  display: flex;
  height: 70px;
  justify-content: space-around;
  opacity: 0;
  margin: 0;
  transition: .5s;
  transition-property: opacity, visibility;
  transform: translateY(-69px);
  visibility: hidden;
  width: 100%;
}

.videopage .controlsvideo * {
  opacity: .7;
  transition: opacity .3s;
}

.videopage .controlsvideo.active {
  opacity: 1;
  visibility: visible;
}



.videopage .fullscreen-button {
  align-self: center;
  border: 7px dashed white;
  background: transparent;
  height: 35px;
  margin: 0 15px;
  transition: scale .1s;
  width: 40px;
}

.videopage .play {
  align-self: center;
  height: 40px;
  margin: 0 20px;
  width: 20px;
}

.videopage .play.start {
  background: none;
  border: 20px solid transparent;
  border-right: none;
  border-left: 20px solid white;
  margin: 0;
  margin-left: 10px;
  
}

.videopage .play.pause {
  background: none;
  border: none;
  border-left: 10px solid white;
  border-right: 10px solid white;
  padding: 6px;
  margin: 0;
    margin-left: 5px;
    margin-right: 15px;
}


.videopage .controlsvideo .play.start,.controlsvideo .play.pause {
    width:5%;
}

.videopage .controlsvideo .volume-bar {
    width:15%;
    margin-right: 20px;
 
}
.videopage .controlsvideo .time-bar {
    width:35%;
}

.videopage .controlsvideo .time {
    width:15%;
    
    color: #fff;
}

.videopage .controlsvideo .speed {
    width:5%;
    margin-right: 20px; 
}


.videopage .controlsvideo .fullscreen-button {
    width:4%;
}

 

.videopage .volume-bar {
  margin: 0 20px;
  width: 80px;
}

.videopage .time-bar {
  width: 70%;
}

.videopage .time {
  align-self: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 24px;
  min-width: 135px;
  opacity: .9;
}

.videopage .speed {
  display:block;
  align-self: center;
  color: white;
  font-weight: bold;
  opacity: .9;
  margin-right: 5px;
  width: 50px;
}

.videopage ::-webkit-media-controls {
  display:none;
} 

@media (hover: hover) {
  .videopage .controlsvideo *:hover {
    opacity: .9;
  }

  .videopage .fullscreen-button:active {
    transform: scale(1.2);
  }
}

@media only screen and (max-width: 900px) {
 
  .videopage .controlsvideo {
    justify-content: space-evenly;
  }

  .videopage .controlsvideo * {
    margin: 0;
    margin-left: 8px;
  }

 .videopage .controlsvideo {
    margin: 0;
  }
    

  .videopage .time {
    font-size: 12px;
    font-weight: 400;
    max-width: 15%;
    min-width: 20%;
    width: 15%;  
  }

  .videopage .time-bar {
    width: 100%;
  }

  .videopage .volume-bar {
    max-width: 10%;
  }

  .videopage .speed {
    display: none;
  }

  .videopage .fullscreen-button {
    border-width: 3px;
    height: 25px;
    margin-right: 8px;
    min-width: 25px;
    width: 40px;
  }

  .videopage .file-chooser {
    display: none;
  }
}

@media (min-width:1281px) { 
    /* hi-res laptops and desktops */ 
    .videopage .fullpagemodule .modal-content{
        padding: 15% !important;
    } 
}


/* Video page css end */


/*  addons start */

 

.c-wrapper-addons .col-response{
    padding-left: 0;
    padding-bottom: 10px;
}
.c-wrapper-addons .item-addons
{
    border: 1px solid var(--main_digi_color);
    display:flex; 
   /*  justify-content: space-evenly; */
    padding: 8px 12px;
    border-radius: 12px;
    height: 100%;
}

.c-wrapper-addons .item-addons .img-box{
	min-width: 80px;
    max-width: 80px;
    max-height: 100%;
}

.c-wrapper-addons .item-addons .square{
    
    min-width: 80px;
    max-width: 80px;
    max-height: 100%;

}

.c-wrapper-addons .item-addons .item-addons-content{    
    width: 80%;
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around !important;
    flex-direction: column;
    margin-left: 15px;
    
}
.c-wrapper-addons .item-addons .item-addons-content .main-title
{ 
    font-size: 13px ;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    display:block;
    
    line-height: 22px;
}
.c-wrapper-addons .item-addons .item-addons-content .main-subject
{ 
    font-size: 12px ;
    font-weight: 600;
    color: #333;
    display:block;
    
    line-height: 20px;
}
.c-wrapper-addons .item-addons .item-addons-content .main-amount
{ 
    font-size: 11px ;
    font-weight: 600;
    color: #333;
    display:block;
    
    line-height: 20px;
}


.c-wrapper-addons .item-addons .item-addons-content .content-flex
{ 
    
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.c-wrapper-addons .item-addons .item-addons-content .content-flex .information_atag
{ 
 color:var(--main_digi_color);
   
}
.c-wrapper-addons .item-addons .item-addons-content .content-flex i.mdi.mdi-information.btn-small-info
{ 
 font-size: 18px;
}

.c-wrapper-addons .item-addons .item-addons-content .content-flex i.mdi.mdi-information.btn-small-info:before
{ 
     margin-top: -4px;
}


.c-wrapper-addons  .item-addons img.circle
{
    max-width: 40%;
    display: block;
    width: 40%;
}

.c-wrapper-addons  .item-addons .btn-pay
{
    height: 22px;
    background-color:var(--main_digi_color);
    color: white;
}

.sec-titnew.recommended:after{
    width: 11%;
}

.sec-titnew.readtolearn{
   
    letter-spacing: 1px;
}
.sec-titnew.readtolearn:after{
    width: 12.50%;
    
    margin: 0;
    background: var(--main_digi_color);
}



/* addons end */

/* payment code start */

.display-flex {
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

span.badgenewsmall {
    min-width: max-content;
    padding: 0 6px;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    height: 22px;
    color: #ffffff;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 3px 2px 3px;
}  

span.badgenew {
    min-width: max-content;
    padding: 0 6px;
    text-align: center;
    font-size: 16 px;
    line-height: 22px;
    height: 22px;
    color: #ffffff;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 3px 2px 3px;
}
.paymentcard {
    
    margin-block-start: 0em;
    margin-block-end: 0em;
    
}
.paymentcard .dispflex{
    display:flex;
    
}

.paymentcard .actions {
    position: absolute;
    right: 6px;
    top: 45px;
}

.paymentcard .event-item {
    background-color: #fff;
    padding: 15px;
    position: relative;
    margin: 0 0 15px 0;
    border-radius: 2px;
}

.paymentcard .title {
    font-weight: 800;
    font-size: 16px;

}

.paymentcard .space-between {
   justify-content: space-between; 
}
.paymentcard .align-items-center {
   align-items: center; 
}

.paymentcard .btn-pay {
    height: 30px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 8px; 
    
}

.paymentcard .time {
    color: #000000;          
    font-weight: 500;
}
.paymentcard p.view_subjects {
    color: #1c1c1c;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 13px;
    word-break: break-word;
    width: 70%;
}
 .paymentcard p.view_data {
    color: #1c1c1c;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 13px;
}


.paymentcard .btn-small-info{   
    width: inherit !important;
    display: inline-block;
    text-align: center;
   
    font-size: inherit;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    
}


.paymentcard .btn-small-info.mdi-information:before {
    font-size: 25px;
}

.paymentmodal.modal{      
    background-color: #ffffff;
}

.paymentmodal.modal.open{      

    overflow: unset;
    top: 0%;
    width: 100%;
}

.paymentmodal.modal.bottom-sheet{
    max-height: 100%;
} 
.paymentmodal.modal .modal-footer{
     bottom: 0;
    position: absolute;
    border-top: 1px solid #ccc;
}



.paymentmodal.modal > h4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.paymentmodal.modal .modal-content{
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 120px;
     border-bottom: unset;
}
.paymentmodal.modal .dispflex.space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt-15{
    margin-top: 15px;
}

.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-2{
    margin-top: 2px;
}
.mb-2{
    margin-bottom: 2px;
}


/* payment code end */


.main_digi_color_bg{
    color:var(--main_digi_color);
}

.fullpagemodule_book{ 
    min-width: 99%;
    min-height: 99%;
    top: 5px !important;
    bottom: 5px !important;
    overflow: hidden;
}
.fullpagemodule_book .modal-content{

    min-width: 99%;
    min-height: 99%;
}
  
/* .digital-bg{
    background: url('../images/digital-bg.png') no-repeat center center/cover !important;
} 
 */

.digital-bg {
    background: url(../images/digital-bg.png) !important;
    background-repeat: repeat;
    background-size: 100% !important;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
    .digital-bg {
        background: url(../images/digital-bg.png) !important;
        background-repeat: repeat;
        background-size: 100% !important;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 

    .digital-bg {
        background: url(../images/image480x320.png) !important;
        background-repeat: repeat;
        background-size: 100% !important;
    }
}

@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    .digital-bg {
        background: url(../images/image800x480.png) !important;
           background-repeat: repeat;
        background-size: 100% !important;
    }
}

@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops   961px * 700 */  
    .digital-bg {
        background: url(../images/image961x700.png) !important;
        background-repeat: repeat;
        background-size: 100% !important;
    }
}


@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .digital-bg {
        background: url(../images/image1024x768.png) !important;
           background-repeat: repeat;
        background-size: 100% !important;
    }

}

@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    .digital-bg {
        background: url(../images/image1281x720.png) !important;
           background-repeat: repeat;
        background-size: 100% !important;
    }
}




.digital-main-bg{
    background-color: var(--main_digi_color) !important;
} 
  
.digital-main-color{
    color: var(--main_digi_color) !important;
} 
  
.digital-lite-bg{
    background-color: var(--digi_lite_color) !important;
} 
.digital-lite-color{
    color:  var(--digi_lite_color) !important;
} 
  
.digital-dash-gradient{

    /*
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    background: linear-gradient(90deg, rgba(212,235,183,1) 0%, rgba(255,255,255,1) 62%);
    */

    /*background: hsla(87, 57%, 82%, 1);background: -moz-linear-gradient(180deg, hsla(87, 57%, 82%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

    background: -webkit-linear-gradient(180deg, hsla(87, 57%, 82%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D4EBB7", endColorstr="#FFFFFF", GradientType=1 );*/

	background: linear-gradient(180deg, hsla(87, 57%, 82%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
	
	
}   

.digital-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5px;
}  
.digital-header h5.header-h5{
   margin: 0.5rem 0 0.5rem 0;
   font-weight: 900;
   color: #252525;
}  
.choose-subject h6.c-subject-title{
   margin: 0.5rem 0 0.5rem 0;
   font-weight: 800;
   color: #252525;
} 
.digital-header div.dg-back-div{
  display: flex;
  align-items: flex-start; 
  flex-direction: row-reverse;
}
.digital-header div.dg-back-div a{
    white-space: nowrap;
}

.sec-tit.w80:after {
    display: block;
    position: relative;
    content: " ";
    height: 2px;
    width: 80px;
    margin: 10px 0 0 0;
    background: #72B025;
}

/* topic start */

.topic-card {
    display: flex;
    padding: 16px 8px;
    align-items: center;
    border: 1px solid var(--main_digi_color);
    background-color: var(--digi_lite_color);
    border-radius: 10px;
    justify-content: space-between;
}

.topic-sub-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topic-sub-card div.title{
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
}


.topic-card a.play-btn{
    
    background-color: var(--main_digi_color);
}

.topic-card .number 
{
    background-color: var(--main_digi_color);
    padding: 10px;
    border-radius: 10px;
    color: white;
}
/* topic end  */



/* subject start */

.subject-card {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    margin-bottom: 5px;
	margin-top: 5px;
    
    text-transform: capitalize;
    /* border: 1px solid var(--main_digi_color); */
    /* background-color: var(--digi_lite_color); */
    border-radius: 10px;
    justify-content: space-between;
}

.subject-sub-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subject-sub-card div.title{
    margin-left: 7px;
    font-size: 15px;
    font-weight: 600;
	color:#000000;
}

/*
.subject-card a.play-btn{
    
    background-color: var(--main_digi_color);
}*/

/*
.subject-card .number 
{
    background-color: var(--main_digi_color);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    color: white;
}*/

.subject-card .number {
    /* background-color: var(--main_digi_color); */
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    color:#000000;
	font-size: 15px;    
    
    width: 25px;
}


/*
.subject-card .play-btn {
    height: 32px;
    width: 32px;
    line-height: 33px;
    border-radius: 50px;
    background-color: #565cfc;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
}*/

.subject-card .subject-btn {
   /* height: 32px; 
     width: 32px; 
     line-height: 34px; */
    border-radius: 50px;
    background-color: none !important;
    color: #0a0a0a;
    text-align: center;
    display: block;
    font-size: 25px;
    margin-top: -7px;
}

/* subject end  */

/* chapter start  */


.chapter-body .custslidedcl.slider .indicators .indicator-item {
    border:2px solid var(--main_digi_color) !important;
    box-shadow: none !important;
}
.chapter-body .custslidedcl.slider .indicators .indicator-item.active {
    background-color:var(--digi_lite_color) !important;
}
.chapter-body .cardwhite {

      background-color: #ffffff;
}

.chapter-body .card-chapter-panel{

    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    padding: 17px 12px !important;
   
    background-color: #fff;
    border-radius: 10px;
    
    border-left: solid 5px var(--main_digi_color);
    color: #252525;
  
}

.chapter-body .card-chapter-practice-questions{

    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    padding: 17px 12px !important;
   
    background-color: hsl(98deg 44% 92%);
    border-radius: 15px;
    
    border-left: solid 5px var(--main_digi_color);
    color: #252525;
}

.chapter-body .card-chapter-practice-questions h5.chapter-title{
    margin: 0;
}

 
.chapter-body .btn.chapter-btn{
    background-color: var(--main_digi_color);
    color: #fff; 
    border-radius: 5px;
    font-weight: 600;
}

.chapter-body .chapter-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chapter-body .chapter-flex.align-items-center{
   align-items: center;
}

.chapter-body .chapter-flex.align-items-flex-start{
   align-items: flex-start;
}

.chapter-body h5.chapter-title {
    margin: 0rem 0 0.5rem 0;
}

.card-chapter-panel .chapter-btn
{
  display: block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  white-space: nowrap;
  background-color: var(--main_digi_color);
}



.chapter-body .tabs .indicator
{
  display: none !important;
}
.chapter-body .tabs 
{
	display: flex;
	position: relative;
	background-color: #fff0;
    box-shadow: none;
    padding: 0;
    border-radius: unset !important;
}
.chapter-body .tabs * 
{
	z-index: 2;
}
.chapter-body .tab 
{
 display: flex;
 align-items: center;
 justify-content: center;
 
 width: 200px;
 font-size: 1.25rem;
 font-weight: 500;
 border-radius: 100px;
 cursor: pointer;
 transition: color 0.15s ease-in;
}


.chapter-body .tabs .tab a {
    color: #252525 !important;
}

.chapter-body .tabs .tab a.active, .chapter-body .tabs .tab a:hover, .chapter-body .tabs .tab a:active
{
 
  color: #ffffff !important;
  background: var(--main_digi_color);
  border-radius: 5px;
}
.chapter-body .tabs .tab a:focus,.chapter-body .tabs .tab a:focus.active
{
  border-radius: 5px;
  color: #ffffff !important;
  background: var(--main_digi_color);
}
.chapter-body .tabs 
{
  height: unset !important;
}
.chapter-body .tabs .tab a 
{
  line-height: 48px !important;
  text-transform: capitalize !important;
}


.chapter-body .box
{
  padding: 30px;
  margin-top: 20px;
  background-color: #d9eefd;
  border-radius: 6px;
  transition: 0.3s;
  height: 100%;
}
.chapter-body .box i 
{
  font-size: 40px;
  margin-bottom: 20px;
  color: #37a7f1;
}
.chapter-body .tab-content 
{
  box-shadow: none !important;
}
.chapter-body .tabs .tab 
{
  width: 100% !important;
  border:2px solid var(--digi_lite_color);
  border-radius: 5px;
  margin: 0px 5px;
  color: #fff !important;
}
.chapter-body .tabs-swipable .tabs-content
{
  box-shadow: 0 0 1px 0 rgb(24 94 224 / 15%), 0 6px 12px 0 rgb(24 94 224 / 15%);
  border-radius: 10px;
  background: #fff;
}
.chapter-body h2.course_principal_heading.title 
{
    font-size: 15px !important;
    line-height: 1.25 !important;
}
.chapter-body .tabs-swipable .tabs-content
{
    box-shadow: none !important;
}
.chapter-body .tabs-swipable .carousel-item
{
    padding: 0px !important;
}
.chapter-body .tabs-swipable h6 
{
    font-size: 20px !important;
}
.chapter-body .carousel 
{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.chapter-body.tabs-swipable h6 
{
    font-size: 21px !important;
    margin-bottom: 20px !important;
}
 
.chapter-body .tab-content
{
    padding: 0px !important;
}
.chapter-body .row.crdrawdc 
{
 
  height: 600px;
  overflow-y: auto;
}
.chapter-body .tabs .indicator 
{
    background-color: #565cfc;
}
.chapter-body .tabs.dcltabs .tab a.focus-visible
{
    border-radius: 100px !important;
}
@media(max-width: 1200px)
{
    .chapter-body .tabs {

        border-radius: 10px;

    }
	
	
}


.chapter-body .fullpagemodule{ 
    min-width: 99%;
    min-height: 99%;
    top: 5px !important;
    bottom: 5px !important;
    overflow: hidden;
}
.chapter-body .fullpagemodule .modal-content{

    min-width: 99%;
    min-height: 99%;
}
 


.chapter-body .card-panel {
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    padding: 15px !important;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.chapter-body .bot-25 {
    margin-bottom: 25px;
}



.chapter-body .chapter .chapter_btn {
    background: #565cfc;
    color: #f9f9f9;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-property: color;
    transition-duration: .5s;
    margin-top: 25px !important;
}

label.radio-card .card-content-wrapper-chapter {
    /* background: #fff; 
    border-radius: 10px;*/
    width: 100%;
    /* min-height: 330px; */
    padding: 5px;
    /*display: grid;*/
	border-bottom: dashed 1px black;
    /*box-shadow: 0 2px 4px 0 rgb(219 215 215);*/
    transition: 200ms linear;
    /*border: 2px solid #565cfc;*/
 
    padding-bottom: 15px;
}
/* chapter end  */


/* book start */
.bookbody.fullpagemodule{ 
    min-width: 99%;
    min-height: 99%;
    top: 5px !important;
    bottom: 5px !important;
    overflow: hidden;
    z-index: 9999999 !important;
}
.bookbody.fullpagemodule .modal-content{

    min-width: 99%;
    min-height: 99%;
}


.book-card {
    padding: 16px 14px;
    border-bottom: 4px solid var(--main_digi_color);
    margin: 15px 0;
    border-radius: 10px;
    background: linear-gradient(180deg,var(--digi_lite_color),#ebebeb);
} 

.book-card .book-card-flex {
    display: flex;
}

.book-card .book-card-content { 
    margin-left: 10px !important;    
    padding: 3px;
}

.book-card .card-img {
    display: flex;
    align-items: center;
    width: 100px;
    height: 90px;
    border-right: 3px dashed var(--main_digi_color);
}

.book-card .card-img img.img-tag {
   
    width: 100%;
    height: auto;    
    padding-right: 10px;
    vertical-align: middle;
}

.book-card .msub-title {
    font-size: 18px;
    font-weight: 700;
}
.book-card .bsub-title {
    font-size: 14px;
    font-weight: 600;    
}

.book-card .lsub-title {
    font-size: 12px;
    font-weight: 600;
}

/* book end */

/* video start */
.digital-video-card{
    border-radius: 10px !important;
    background: var(--digi_lite_color) !important;
}


.digital-video-card .subscription_label{
    position: absolute;
    right: 0% !important;
    bottom: 0  !important;
    line-height: 16px;
    height: 16px;

    width: max-content;
    background-color: red;
    color: #f9f3e8;
    font-size: 10px;
    padding: 0 5px;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.digital-video-card .subscription_label i  {
    margin-top: 0;
}

/* video start */ 


/* payment package start */ 


.digital-package .tabs .tab a.active, .digital-package .tabs .tab a:hover {
    color: var(--main_digi_color);
}
.digital-package .tabs .indicator {
    background-color: var(--main_digi_color);
}
.digital-package button.btn.btn-pay {
    background-color: var(--main_digi_color);
}

.digital-package .information-atag  {
    color: var(--main_digi_color);
}

   
.digital-package .card-tabs {
    border-bottom: 0;
    margin-bottom: 15px;
} 
   
.digital-package .tabs.tabs-fixed-width {
    background: linear-gradient(0deg,var(--digi_lite_color),#ebebeb);
}   
.digital-package li.event-item.card {
    border-left: 4px solid var(--main_digi_color);
    background: linear-gradient(0deg,var(--digi_lite_color),#ebebeb);
}

/* payment package end */ 

/* digital-topic start */ 
.digital-topic {
    background-image:linear-gradient(181deg,#edf2e6e0 9%, white 100%);
    /* background-image: linear-gradient(var(--digi_lite_color), white); */
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 10px;

    padding-bottom: 50px;
}

.digital-topic .digital-header {
    border-bottom: 2px solid #000;
    padding: 10px 0;
}

.digital-topic .digital-topic-card{
 
    display: flex;
    color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #ccc;
}



.digital-topic .digital-topic-card .digital-topic-card-sub {
    display: flex;
    align-items: flex-start;
}

.digital-topic .digital-topic-card .digital-topic-card-sub .number {
    width: 25px;
    font-size: 14px;
}
.digital-topic .digital-topic-card .digital-topic-card-sub .topic-card-name {
  text-transform: capitalize;
    font-size: 14px;
}

.digital-topic .digital-topic-card .topic-btn {
   

    background-color: var(--main_digi_color);
    padding: 10px 15px;
    border-radius: 100%;
    font-size: 18px;
    color: white;
    
    margin-left: auto;
    margin-right: 0;
    width: auto;
}

/* digital-topic end */ 

.no-data-found-div { 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
}

.no-data-found-div.vh50{  
    height: 50vh;
}


.no-data-found-div.vh30{ 
    height: 30vh;
   
}

.no-data-found-img{ 
    max-width: 100%;
    height: auto;
}


/*  */

.subject-content
{
    margin-bottom: 5px !important;
   
}
.subject-content-card
{
    margin-bottom: 10px !important;
   
}
.subject-content-card .subject-item
{
    /* padding: 8px 8px !important; */
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto; 
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 

}
.subject-content-card .subject-item .img-square{
    width: 100%;
    height: auto;
}

.subject-content-card h6.s-text{
    text-align: center;
    color: #252525;
    margin: 0;
    margin-top: 5px;
    font-size: 10px !important;
    line-height: 15px;
    font-weight: 900;
    
    letter-spacing: 1.5px;
}

.subject-content-card div.chapter-text{
    text-align: center;
    color: #252525;
    font-size: 9px !important;
    line-height: 18px;
}



@media (min-width:320px)  {
    /* smartphones, iPhone, portrait 480x320 phones */  
  .subject-content-card h6.s-text{  line-height: 14px !important;  }
 .subject-content-card div.chapter-text{ font-size: 9px !important;  }

}
@media (min-width:481px)  {   
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
  .subject-content-card h6.s-text{  line-height: 16px !important;  }
 .subject-content-card div.chapter-text{ font-size: 9px !important;  }

}


@media (min-width:641px)  {  /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    
     .subject-content-card h6.s-text{
        font-size: 16px !important; 
        margin-top: 10px;
    }

    .subject-content-card div.chapter-text{
        font-size: 13px !important;
        line-height: 26px;
    }

}

@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    
     .subject-content-card h6.s-text{
        font-size: 16px !important;
        margin-top: 10px;
    }

    .subject-content-card div.chapter-text{
        font-size: 12px !important;
        line-height: 26px;
    }

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

   .subject-content-card h6.s-text{
        font-size: 16px !important;
        margin-top: 10px;
    }

    .subject-content-card div.chapter-text{
        font-size: 12px !important;
        line-height: 26px;
    }

}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 

    .subject-content-card h6.s-text{
        font-size: 16px !important;
        margin-top: 10px;
    }

    .subject-content-card div.chapter-text{
        font-size: 12px !important;
        line-height: 26px;
    }

}

.chapter-body .section.pb-0 {
    padding-bottom: 0;
}
.chapter-body .section.pt-0 {
    padding-top: 0;
}

.subscription_history{
    margin-bottom: 10px !important;
}
.subscription_history p{
    margin: 0px !important;
}
/* 
.videopage .digitalvideo-box{
    background-color: var(--digi_lite_color) !important;
    padding: 12px 12px  !important;

    margin-bottom: 10px !important;
    cursor: pointer;
    border-radius: 10px;
    
    display: flex;

}

.videopage .digitalvideo-box .digitalvideo-content{
 
} */
.flex 
{
  display: flex;
  top: -10px;
  position: relative;
}
.content 
{
  text-align: center;
  margin: 5px;
  height: auto;
  width: 100%;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}
span.card-title.bg-title 
{
   color: #000;
   line-height: 1.25 !important;
   font-size: 12px;
   margin: 8px 0px 0px!important;
   text-align: center;
   display: block;
}
.card.bg-color 
{
   border-radius: 6px !important;
}
.fa.dashboard_icon
{
   font-size: 22px !important;
   display: block !important;
   text-align: center;
}
.card-content.content10 {
   padding: 5px !important;
}
.bg 
{
   /*box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 18%);*/
   background-color: #fff;
   box-shadow: 0 0 20px rgb(0 0 0 / 15%);
   border-radius: 10px;
   min-height: 70px;
   padding: 10px;
}


/* parentsapp dashboard background start  */

.dashboard-bg {
    background: url(../images/papp-dashboard-bg.png) !important;
    background-repeat: repeat;
    background-size: 100% !important;
}

/* parentsapp dashboard background end  */

.videopop input[type="range"] + .thumb.active{
  display: none !important;
}

span.badge.payment{
        padding: 0px  10px 2px 10px;
    height: auto;
    
    font-size: 14px !important;

    line-height: 0.9;
}
span.badge.payment s{
    
    font-size: 12px !important;
}
.MrgnCls {
    margin-left: -10px;
    margin-right: -10px;
}
.TranCrd {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
    /* height: 12rem; */
    /* min-height: 12rem; */
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
  
}
 
.FlexCls {
    display: flex;
    justify-content: space-between;
}
@media (max-width:600px) {
    .footer-menu{
        border-radius: 1rem 1rem 0 0;
    }
}
 /* calender view css start */
 
 /* calender view css End */
 