﻿@font-face {
    font-family: 'avenir-light';
    src: url('/../content/Font/avenir-light.woff2') format('woff2');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('/../content/Font/avenir-medium.woff2') format('woff2');
}
/*Global Elements*/
body {
    margin: 0;
    font-family: avenir-medium;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}

a {
    color: #000;
    cursor:pointer;
}

    a:hover {
        color: #c80000
    }

.classname, .partnername {
    font-family: 'avenir-medium';
}

header {
    border-bottom: 1px solid #e5e5e5;
}

.r_div_hide {
    display: none !important
}

.e_block, .er_block {
    display: block;
    /*height: 50px;*/
    background: #f2dede;
    margin: auto;
    /*line-height: 50px;
    padding: 0 20px;*/
    font-weight: 500;
    font-family: 'avenir-medium';
    font-size: 1.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 10px;
}

.s_block {
    display: block;
    background: #e0f2de;
    margin: auto;
    font-weight: 500;
    font-family: 'avenir-medium';
    font-size: 1.2rem;
    text-overflow: ellipsis;
    padding: 10px 10px;
}

.e_input {
    border-color: #c80000 !important;
    background-color: #f2dede;
}

.form-control:focus {
    box-shadow: none !important
}

.btn {
    font-size: 18px !important;
    border-radius:0 !important;
}

.top_section .e_block {
    background: none;
    font-size: 14px;
    text-align: left;
    padding: 0;
    height: auto;
    line-height: inherit;
    color: #c80000;
}


/*******HACK for iOS Modal Scrolling*********/

.modal {
    -webkit-overflow-scrolling: touch
}

/*******LOADING ANIMATION*********/
.loader_area {
    min-height: 400px;
    position: relative
}

.section_loading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .section_loading:before {
        font-family: "Font Awesome 5 Pro";
        -moz-osx-font-smoothing: grayscale;
        color: #d41f31;
        content: "\f110";
        font-size: 40px;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
        top: 50%;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 1.5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 1.5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        position: absolute;
    }

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
/************index page css*******************/
.owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-nav button span:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: 0;
    color: #595959;
}

button.owl-prev span:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f104' !important;
}


.owl-nav button {
    outline: none;
}

    .owl-nav button span {
        position: relative;
        color: #fff
    }

.owl-carousel .thumbnail {
    box-shadow: rgba(0, 0, 0, 0.180392) 2px -4px 10px, rgba(185, 185, 185, 0.360784) -3px 6px 10px !important;
}

.feature_type {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 24px;
    font-family: 'avenir-medium';
    color: #fff;
}

.horizontal_img {
    line-height: 150px;
    height: auto;
    width: 100%;
    text-align: center;
}

.thumbnail {
    margin-bottom: 0;
    background-color: #fff;
    height: 100%;
    padding: 0;
}

    .thumbnail:hover .showbtn {
        visibility: visible !important;
    }

    .thumbnail:hover .overlay-section {
        background: rgba(255,255,255,.6);
    }

.thumbnail {
    /*box-shadow: rgba(0, 0, 0, 0.180392) 0px 0px 8px, rgba(0, 0, 0, 0.360784) 0px 8px 16px;*/
    box-shadow: rgba(0, 0, 0, 0.180392) 2px -4px 20px, rgba(185, 185, 185, 0.360784) -3px 6px 20px;
    height: 100%;
}

.feature_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.15);
}

.flexclassheight {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -o-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -moz-flex-flow: wrap;
    min-height: 200px;
    width: 100%;
}

.classlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
}

#carouselExampleIndicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 8px;
}

#carouselExampleIndicators .carousel-indicators .active {
    background-color: #c70000;
}


.add_banner {
    width: 100%;
    position: relative;
}
    .add_banner img {
        border: 1px solid #efefef
    }

/*******Class Grid**********/
.r_workshopname {
    font-size: 18px !important;
    font-family: 'avenir-medium';
    min-height: 50px;
}

.r_classname {
    font-size: 18px !important;
    color: #595959;
    font-family: 'avenir-medium';
}

.r_address {
    font-size: 16px !important;
    color: #797e81;
    font-family: 'avenir-medium';
}

.avenir-medium {
    font-family: 'avenir-medium';
}

.sticker {
    position: absolute;
    right: 20px;
    top: -8px;
    height: 65px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 60px;
    background-image: url('/../content/images/Stiker.png');
    background-repeat: no-repeat;
    font-family: 'avenir-medium';
}

    .sticker h3 {
        margin-top: 5px;
        margin-bottom: 0;
        font-family: 'avenir-medium';
        color: #fff;
        font-size: 22px;
    }

    .sticker h6 {
        font-family: 'avenir-medium';
        color: #fff;
        font-size: 12px;
    }
/************index page css end*******************/
/*************dashboard css****************/
.profile_section, .units_category, .upcoming_booking, .Quotientbadges {
    border: 1px solid #dee2e6;
    height: 100%;
}

.categorylist_table {
}

.clr_profile {
    color: #7a7f8b;
}

.outline {
    text-decoration: underline
}

.categorylist_table th {
    width: 20%;
    background: #fafafa;
}

.dashboard_title {
    font-family: 'avenir-medium';
    font-size: 24px;
}

.affiliate_btn {
    font-family: Arial;
    font-size: 18px;
    background: #f1f1f1;
    cursor: initial !important;
}

.userdefault {
    border: 1px solid #e7e7e7;
    margin: auto;
    background: #f5f5f5;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

    .userdefault i {
        font-size: 60px;
        padding: 15px 10px;
        color: #fff;
        background: #f5f5f5;
    }

    .userdefault img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

.upcoming_booking h4 {
    font-family: avenir-medium;
    font-size: 20px;
}

.upcoming_booking p {
    font-family: Arial;
    font-size: 18px;
    color: #797e81;
    margin-bottom: 0;
}

.upcoming_booking h6 {
    font-family: Arial;
    font-size: 18px;
}

.loadmore {
    font-family: Arial;
    font-size: 18px;
}

.profile_section h6 {
    font-family: Arial;
    font-size: 16px;
    word-break: break-all;
}

.units_category h6 {
    font-family: avenir-medium;
    font-size: 22px;
}

.units_category p {
    font-family: Arial;
    font-size: 20px;
}

.units_category table p {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal
}

.badges_section {
    text-align: center;
}

.Quotientbadges h4 {
    font-family: avenir-medium;
    font-size: 16px;
}

.progress {
    height: 5px;
    border-radius: 100px;
}

.badges_section img {
    height: 60px;
    vertical-align: middle;
}

.badges_section h4 {
    height: 65px;
    margin-top: 10px;
}

/*************dashboard css end****************/
/******************classes css*************************/
.classes_result .feature_type {
    left: 20px;
    top: 15px;
}

.filter {
    font-family: 'avenir-medium';
    font-size: 18px;
}

.classes_result .filter li a {
    padding-left: 0;
    padding-right: 5px;
    cursor: pointer;
    display: block
}

    .classes_result .filter li a:hover {
        background-color: transparent
    }

.classes_result .filter li.activemenu {
    /*font-weight: bold*/
    color: #c80000 !important
}

.filtermodal {
    padding: 0 !important;
}

    .filtermodal .modal-dialog {
        max-width: none;
        margin: 0 !important;
    }

    .filtermodal .modal-content {
        border: 0 !important;
        border-radius: 0 !important;
    }
/******************classes css end*************************/
/******************pagination css start*************************/
.pagination {
    margin-bottom: 0;
}

.selectpagination {
    background-color: #fff !important;
    min-width: 60px;
    padding: 4px 10px;
    font-size: 18px;
    border-color: #d1d3d4;
}

.pagination_previous {
    background-color: transparent;
    color: black;
    padding: 8px 10px;
    border: 1px solid #d1d3d4;
    text-align: center;
    font-size: 18px;
}

.pagination_next {
    background-color: transparent;
    color: black;
    font-size: 18px;
    padding: 8px 10px;
    border: 1px solid #d1d3d4;
}

.pagination_previous:hover {
    background-color: transparent;
    color: black;
}

.pagination_next:hover {
    background-color: transparent;
    color: black;
}

.pagination {
    font-size: 18px;
}
/**********pagination css end***********/

/*******************under construction****************/
.underconstruction {
    position: static;
    top: 40%;
    width: 100%;
}

.underconstruction {
    margin: 100px 0
}

    .underconstruction h2 {
        font-size: 30px;
        font-weight: bold
    }

    .underconstruction h4 {
        margin-bottom: 20px;
    }

    .underconstruction i {
        color: #c80000;
        margin-bottom: 30px;
    }
/*******************under construction finish****************/
/****************class detail page design********************/
.classdetails .breadcrumb {
    background: none !important;
    font-size: 18px;
    background: no-repeat;
}

.class_tabs .nav-tabs .nav-link {
    border-radius: 0;
    font-family: 'avenir-medium';
    font-size: 22px;
}

    .class_tabs .nav-tabs .nav-item.show .nav-link, .class_tabs .nav-tabs .nav-link.active {
        color: #ffffff !important;
        border-color: #c80000 #c80000 #c80000 !important;
        background: #cc222a;
    }

    .class_tabs .nav-tabs .nav-link:focus, .class_tabs .nav-tabs .nav-link:hover {
        /*border-color: #fff #fff #cc222a;*/
        color: #ffffff !important;
        border-color: #c80000 #c80000 #c80000 !important;
        background: #cc222a;
    }

.class_tabs .nav-tabs {
    border-bottom: 1px solid #c80000;
    width: 100%;
}

.class_tabs .nav-link {
    padding: 10px;
}

.class_tabs .tab-content {
    font-size: 16px;
    font-family: Arial
}

.class_tabs h1,
.class_tabs h2,
.class_tabs h3,
.class_tabs h4,
.class_tabs h5,
.class_tabs h6 {
    font-size: 24px !important
}

.location_section h3 {
    width: 100%;
}

.location_section p {
    font-size: 14px;
}

.workshopname, .workshopdetail {
    font-family: 'avenir-medium';
}


.booknow {
    background-color: #FAFAFA;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.workshopdetail {
    width: 100%;
    bottom: 0;
}

.workshopname h5 {
    font-size: 22px;
}

.workshopname h6 {
    font-size: 20px;
    color: #595959;
}

.workshopname p {
    color: #797e81;
    font-size: 18px;
}

.classdetails .sticker h6 {
    color: #eee;
}

.map_section {
    min-height: 407px;
    width: 100%;
}

.class_info li {
    font-family: 'avenir-medium';
    font-size: 16px;
}


.class_info .fal {
    color: #c80000;
    font-size: 16px;
    margin-right: 10px;
}

.class_info li {
    line-height: 30px;
}


.classname, .partnername {
    font-family: 'avenir-medium';
}

.logosection {
    /* right: 0; */
    /* bottom: 0; */
    width: 150px;
    /* line-height: 78px; */
    /* overflow: hidden; */
    float: right;
    /* position: absolute;
    right: 35px;
    bottom: 20px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 78px;
    overflow: hidden;*/
}

    .logosection img {
        max-width: 150px;
        float: right
    }

.partnerimage {
    background-image: url('/../Content/images/feature_workshop1.png');
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: cover
}

.section_title {
    font-family: 'avenir-medium';
    font-size: 36px;
}

.mid_title {
    font-weight: 400;
    font-size: 24px;
}

.small_title {
    font-size: 18px;
}

.price_table {
    font-family: 'avenir-medium';
    font-size: 18px;
}

    .price_table p {
        margin: 0
    }

.promotional_text {
    font-style: italic;
    color: #2196f3;
    font-size: 14px;
}

@media (max-width:768px) {

    .class_tabs .nav-item {
        width: 100%;
    }

    .class_tabs .nav-tabs .nav-link {
        margin-right: 0;
        font-size: 16px;
    }
}

.cellspacing tbody:before {
    line-height: 0px;
    content: ".";
    display: block;
    color: #fff;
}

.cellspacing tbody {
    border: none !important;
}

    .cellspacing tbody tr {
        background: none !important;
    }

        .cellspacing tbody tr td:first-child {
            border-left: 1px solid #ccc !important;
        }

        .cellspacing tbody tr td:last-child {
            border-left: 1px solid #ccc !important;
            border-right: 1px solid #ccc !important;
        }

    .cellspacing tbody td {
        border-top: 1px solid #ccc !important;
        vertical-align: middle !important;
        border-bottom: 1px solid #ccc;
    }

tr.collapse td {
    padding: 0 !important;
    border-top: none
}

.greendot {
    background: #43AE68;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
}

.reddot {
    background: #D41F31;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
}

.yellowdot {
    background: #ff9933;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
}

.cellspacing .card-body {
    font-family: Arial !important;
}

.class_tabs .tab-pane ul {
    padding-left: 40px !important;
}

.class_tabs .tab-pane li {
    list-style: none !important;
}

.class_tabs .tab-pane ol li {
    list-style: decimal !important;
}

.class_tabs .tab-pane ol ul li {
    list-style: none !important;
}

.class_tabs .tab-pane ul li::before {
    content: "\2022";
    color: #c80000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/****************class detail page design end********************/
/*******/
.text-muted, .class_info {
    color: #747474;
}

.btn {
    border-radius: 0;
}
/*********radio***button****Css*****************/
input[type=radio] {
    border-radius: 50%;
}

input[type=radio] {
    border: 1px solid #919191;
    cursor: pointer;
    height: 24px !important;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    min-width: 18px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    padding: 3px !important;
}
/*********radio***button****Css*****************/
/******************Profilepage_css*********************/
.w_h_100 {
    width: 100px;
    height: 100px;
}

.badge {
    background-color: #f1f1f1;
    border-radius: 0;
    padding: 7px 10px;
}

.changepassword_btn {
    border: 1px solid;
    border-color: #c80000;
    background-color: TRANSPARENT;
    color: #c80000;
    padding: 5px 30px;
    border-radius: 0;
}

.form_input {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #595959;
    display: block;
    font-size: .875em;
    width: 100%;
    -webkit-appearance: none;
    margin: 15px 0 5px;
}

.form_label {
    color: #5A5A5A;
    display: block;
    font-size: 18px;
}

.btn_theme {
    background: #c80000;
    border: none;
    color: #fff;
    line-height: normal;
    padding: 7px 30px;
    font-size: 20px;
    position: relative;
    text-align: center;
    border-radius: 0;
    transition: background .2s,border-color .2s,color .2s;
    -webkit-transition: background .2s,border-color .2s,color .2s;
    cursor: pointer;
    font-family: 'avenir-medium';
    font-size: 24px;
}

::placeholder {
    color: #595959;
}

.course_pointer {
    cursor: pointer;
}
/******************Profilepage_css*********************/
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #efefef
}

.carousel-indicators .active {
    background-color: #c80000;
}

.workshopdetail h6 {
    font-size: 14px;
}


/****OWL*****/
.owl-next {
    font-size: 50px;
    position: absolute;
    top: 40%;
    right: -12px;
}

    .owl-next span, .owl-prev span {
        font-size: 50px;
    }

.owl-prev {
    font-size: 50px;
    position: absolute;
    top: 40%;
    left: -12px;
}

.workshopdetail h6 {
    font-size: 14px;
}

.aboutmapheight {
    height: 407px;
}
/************bookings css*****************/

.form-control {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #595959;
    display: block;
    font-size: .875em;
    -webkit-appearance: none;
    border-radius: 0
}

.booking_tabs .nav-tabs li {
    width: 50%;
    text-align: center;
    border-radius: 0 !important;
}

    .booking_tabs .nav-tabs li a {
        border-radius: 0 !important;
        padding-top: 12px;
        padding-bottom: 12px;
        border: 0;
        font-family: Arial;
        font-size: 20px;
    }

        .booking_tabs .nav-tabs li a:hover {
            color: #595959
        }

.booking_tabs .nav-link.active:hover {
    color: #fff;
}

.booking_tabs .nav-link.active {
    background: #c80000;
    color: #fff;
    border-color: #c80000
}

.booking_tabs .nav-tabs {
    box-shadow: rgba(0, 0, 0, 0.180392) 2px -4px 20px, rgba(185, 185, 185, 0.360784) -3px 6px 20px;
}

.bookings_view {
    box-shadow: rgba(0, 0, 0, 0.180392) 2px -4px 20px, rgba(185, 185, 185, 0.360784) -3px 6px 20px;
    padding: 20px 20px;
}

.bookings_tabview {
    box-shadow: rgba(0, 0, 0, 0.180392) 2px -4px 20px, rgba(185, 185, 185, 0.360784) -3px 6px 20px;
    padding: 30px 30px 20px 30px;
}

    .bookings_view p, .bookings_tabview p {
        font-family: 'avenir-medium';
        font-size: 20px;
        font-weight: bold
    }

    .bookings_tabview h5 {
        color: #797e81;
        font-size: 18px;
        font-family: Arial
    }

.bookings_view span {
    font-family: Arial;
    font-size: 20px;
}

.bookings_tabview h6 {
    color: #797e81;
    font-size: 20px;
    font-family: Arial
}

.booking_status {
    font-size: 16px;
    font-family: Arial;
    background: #eee;
    color: #272525;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 10px;
}

.viewbookingsession {
    color: #c80000 !important;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial
}

.bookings_tabview .card {
    border: 0;
    padding: 0;
}

.booking_ref h6 {
    font-size: 18px;
    font-family: Arial;
    color: #272525
}

.acra_section p {
    margin-bottom: 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal
}

.viewcategory {
    color: #00b1ea !important;
    font-size: 20px;
    cursor: pointer;
    font-family: Arial
}

    .viewcategory i {
        color: #14b2ea !important;
        width: auto !important;
        margin-right: 10px !important;
        font-size: 16px !important;
    }

.toggle_icon i:before {
    content: "\f068";
}

.toggle_icon.collapsed i:before {
    content: "\f067";
}

.acra_section button {
    font-family: avenir-medium;
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
}

.bookings select {
    outline: none;
    box-shadow: none !important;
    border-color: #eee;
    font-size: 18px;
}

    .bookings select:focus {
        border-color: #eee
    }




/****/
.container {
    width: 100% !important;
    margin: auto;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/*****radiobtn*****css*******/
input[type=radio] {
    border: 1px solid #919191;
    cursor: pointer;
    height: 24px !important;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    min-width: 18px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
    border-radius: 2px;
    padding: 3px !important;
}

    input[type=radio]:checked:before {
        float: left;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        font: 400 12px/1 'FontAwesome';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

input[type=radio] {
    border-radius: 50%;
}

    input[type=radio]:checked:before {
        content: '';
        width: 100%;
        height: 100%;
        margin: 0;
        background: #6c6c6c;
        border-radius: 50%;
    }

.atten_info_text {
    color: #000;
    font-size: 21px;
}

.display_inline {
    display: inline-block;
}

.v_align_middle {
    vertical-align: middle;
}

.next_btn {
    padding: 10px 60px;
    font-size: 20px;
}

.summary_text {
    color: #5A5A5A;
    font-size: 18px;
    margin-bottom: 40px;
}

.clr_darkgray {
    color: #5A5A5A;
}

.edit_text {
    color: #1f95db;
    font-size: 21px;
    margin-left: 10px;
}

.remove_grid {
    border: 2px solid #c80000;
    color: red;
    border-radius: 3px;
    padding: 3px;
}


@media (max-width:991px) {
    .badges_section {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .badges_section {
        margin-bottom: 30px;
    }

    .upcoming_booking p {
        margin-bottom: 10px;
    }

    .profile_section {
        margin-bottom: 30px;
    }

    .carousel-indicators {
        bottom: -14px;
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
        }

    .featured_grid {
        margin-top: 5px !important;
        padding-top: 0 !important;
    }

    /**Class Details Responsive****/

}

.horizontal_img {
    height: 222px !important;
}


/**Temp*/

h1.t_center.m_y_40.text-muted {
    font-size: 24px;
}

.input-group > .form-control:focus {
    z-index: 0;
}

.height_38 {
    height: 38px;
}



/*============================================================== 
 flot chart
 ============================================================== */
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/*============================================================== 
Easy pie chart 
 ============================================================== */
.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.pie-chart > span {
    left: 0;
    margin-top: -2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chart > span > img {
    left: 0;
    margin-top: -2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 60%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.percent {
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #263238;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.text-center.m_y_40.text-muted {
    font-size: 22px !important;
}




/*******Flex Slider**********/
.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
}

    .owl-item .classlist {
        width: 100%;
        margin-bottom: 0
    }

.middle_section {
    width: 150px;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
}

    .middle_section .fal {
        margin-bottom: 15px;
    }


.jconfirm-buttons .btn {
    margin-left: 20px !important
}

.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
    border: none !important
}

.accxelerator {
    background: #1ba1e2;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    display: inline-block;
    padding: 3px 8px;
}

.loader_small {
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    border-top: 2px solid #d41f31;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-top: 6px;
    float: right;
}

.l_btn_hide {
    display: none !important
}
.candidate_points{
    padding-left:20px;
}
.candidate_points li{
    list-style:disc !important;
}
.view_detail {
    color: #939393 !important;
    text-decoration: underline !important;
}
input[type=checkbox] {
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 30px;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    min-width: 30px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

    input[type=checkbox]:checked:before {
        content: '\f00c';
        margin: 3px 0 0 -1px;
        color: #c80000;
        float: left;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        font: 400 20px/1 'Font Awesome 5 Pro';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /*input[type=checkbox]:hover {
        background-color: #c80000;
        color:#fff !important;
    }*/
    .submit_btn {
        border-radius: 0;
        padding: 7px 30px;
    }
/*Register for AGM css*/
.register_text {
    color: #C80000;
    background-color: transparent;
    background-image: none;
    border-color: #C80000;
    border: 1px solid;
    padding: 12px 20px;
    font-weight: 400;
    margin: -3px;
}
.bor-left-none{
    border-left:none !important;
}
.box-height {
    min-height: 700px;
}

@media (max-width: 767px) {
    .box-height {
        min-height: 100% !important;
    }
}
/*footer css start*/
.footer {
    /*position: fixed;*/
    left: 0;
    right: 0;
    bottom: 2px;
    text-align: center;
}
.more ul, .more ol {
    padding-left: 20px !important;
}
.more ul li{
    list-style-type: disc !important;
    /*padding-left: 20px !important*/;
}
.more ol li {
    list-style: decimal !important;
    /*padding-left: 20px !important;*/
}
.active {
    color: #c80000 !important;
}
.candidate_img {
    display: block;
    margin: auto;
    max-width: 100%;
}
@media (max-width: 576px) {
    .login_signup {
        display: flex;
        justify-content: space-around;
    }
}