@font-face {
    font-family: "effraregular";
    src: url("../../fonts/new/Effra_W_Rg.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "effra-md";
    src: url("../../fonts/new/Effra_W_Md.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --orange: #EB5A3C;
    --black: #0F2837;
}

body {
    font-family: "effra-md";
    color: #0F2837;
}

h1,
h2,
h3,
h4 {
    font-family: "effra-md" !important;
    font-weight: 500 !important;
}

h5,
h6,
li,
span,
p {
    font-family: "effraregular" !important;
    line-height: 1.8 !important;
}

.container-fluid {
    width: 80% !important;
}
.totaraNav_prim .container-fluid {
    width: 100% !important;
}

:focus {
    outline: 0 !important;
}

a:hover {
    text-decoration: none !important;
}


.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #eb5a3c !important;
}



@media screen and (max-width: 769px) {
    .container-fluid {
        width: 100% !important;
    }

    .fixed-top {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1030 !important;
        background: #103441 !important;
    }
}


/*home-Events start */

#home-Events {
    position: relative !important;
    width: 100% !important;
    padding: 4em 0 !important;
    background-color: #92B9B4 !important;
}

.home-event-card-img {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    padding: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.home-event-card-img img {
    height: 100%;
    object-fit: cover;
}

.home-event-card {
    float: left;
    width: 100%;
    background: #F7F7F7;
    padding: 15px;
    height: 100%;
}

.Read-More-but {
    float: left;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    width: 140px;
    line-height: 0;
    margin: 15px 0;
    background: #eb5a3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

.Learn-more {
    background: #fff;
    color: #000;
    border: 0px solid #fff !important;
}

#home-Events .owl-controls {
    margin-top: 4%;
}
#home-Events .owl-dots {
    text-align: left;
    margin: 10px 0 0 0;
    padding-left: 10%;
}

#home-Events .owl-dot {
    width: 10%;
    height: 1px;
    border-radius: 0;
    border: 0px solid #0F2837;
    margin-right: 0px;
    background: #f4f4f459;
}

#home-Events .owl-dot.active {
    background: #fff;
}

#home-Events .owl-dot {
    width: 10%;
    height: 1px;
    border-radius: 0;
    border: 0px solid #0F2837;
    margin-right: 0px;
}

#home-Events .owl-prev {
    left: 0%;
    position: absolute;
    color: #fff;
    font-size: 2em;
}

#home-Events .owl-next {
    color: #ffffff;
}

#home-Events .owl-prev:hover {
    color: #EB5A3C;
}

#home-Events .owl-next:hover {
    color: #EB5A3C;
}

#home-Events .owl-prev {
    left: unset;
    position: absolute;
    font-size: 2em;
    left: 0%;
}

#home-Events .owl-next {
    position: absolute;
    font-size: 2em;
    left: 3%;
}

.owl-carousel .owl-stage {
    margin: 0 auto 0 0;
}

.home-events-title {
    color: #fff;
    margin-bottom: 3em;
}


/*home-Events start */

.Facilities-home {
    position: relative;
    width: 100%;
    z-index: 0;
}

.sidebar {
    background: #a5c4bc;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    left: 11%;
    height: 100%;
}

.arrow {
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    color: #fff;
    opacity: 0.5;
}

.arrow:hover {
    border-radius: 50%;
    color: #ffff;
    opacity: 1;
}

.tab-wrapper {
    overflow-y: auto;
    height: 100%;
    max-height: auto;
    width: 100%;
}

.tab {
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab:hover,
.tab.active {
    background: #829c95;
    font-weight: bold;
    height: 100%;
    color: #fff;
}

.content1 {
    position: relative;
    top: 0;
    z-index: -1;
    width: 100%;
}

.content1 .tab-content {
    display: none;
}

.content1.tab-content.active {
    display: block;
}

.bg-img {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width: 100%;
}

.bg-img img {
    width: 100%;
}

.home-event-copy h4 {
    font-size: 18px !important;
}

.home-event-copy p {
    font-size: 13px;
}

.home-event-copy h5 {
    font-size: 12px !important;
}

.Read-More-but {
    font-size: 14px;
    border: 1px solid #EB5A3C;
}

.Read-More-but:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #EB5A3C;
}

.view-all-but {
    float: right;
    border: solid 1px #fff;
    padding: 10px 15px;
    color: #fff;
}

.view-all-but:hover {
    background-color: #fff;
    color: #000;
}

.banner-tab-cnt {
    position: absolute;
    left: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    top: 0;
}

.banner-tab-cnt h3 {
    font-size: 50px !important;
}

.banner-tab-cnt h6 {
    font-size: 20px !important;
}

.banner-tab-cnt p {
    font-size: 24px !important;
}

.banner-tab-img {
    width: 100%;
}

.banner-tab-img img {
    width: 100%;
}

.facilities-banner-button {
    display: flex;
    gap: 10px;
}

.location-tab-sec {
    display: flex;
    gap: 25px;
    margin: 10px 0;
}

#tabWrapper .tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 150px;
    color: #fff;
}

.location-tab-sec a {
    color: #fff;
}

.location-tab-sec a:hover {
    color: #EB5A3C;
}

.facilities-banner-button .Read-More-but:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #ffffff;
}


/*home-Events end */


/*home-location-map start*/

#home-location-map {
    float: left;
    width: 100%;
    padding: 4em 0;
    background-color: #F7F7F7;
}

#home-location-map .location-tab-sec a {
    color: #000000;
}

#home-location-map .location-tab-sec a:hover {
    color: #EB5A3C;
}

.map-location {
    position: absolute;
}

.map-location-details {
    display: none;
    padding: 1em;
}

.map-point {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}

.nyc1 {
    top: 60%;
    left: 27%;
}

.nyc2 {
    top: 50%;
    left: 43%;
}

.nyc3 {
    top: 50%;
    left: 70%;
}

.map-location-details .popup {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 1rem;
    width: 400px;
    z-index: 1000;
}

.map-location-details .popup-content {
    display: flex;
    gap: 1rem;
}

.map-location-details .popup-image {
    width: 140px;
    height: auto;
    object-fit: cover;
}

.map-location-details .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-location-details .get-directions {
    background-color: #e55325;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
    transition: background-color 0.2s;
}

.map-location-details .get-directions:hover {
    background-color: #c6431e;
}

.home-location-cnt h3 {
    font-size: 50px;
}

.home-location-cnt h6 {
    font-size: 18px;
    font-family: "effraregular";
}


/*home-location-map end*/

section.footer {
    float: left;
    width: 100%;
    background-color: #193240;
    padding: 4em 0;
    color: #fff;
}

.footer-toplogo {
    width: 100%;
    display: flex;
    gap: 45px;
    padding-bottom: 4em;
}

.ft-logo1 img {
    width: 130px;
}

.ft-logo2 img {
    width: 200px;
}

.footer-links {
    width: 100%;
    display: flex;
    color: #fff;
    gap: 20%;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    list-style: none;
    color: #fff;
}

.footer-links ul li a {
    color: #fff;
}

.footer-links ul li a:hover {
    color: #c6431e;
}

.footer-newsletter {
    flex: 1.2;
    min-width: 260px;
}

.footer h4 {
    color: #fff !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.ft-social-link {
    float: left;
    width: 100%;
    gap: 10px;
    display: flex;
}

.ft-social-link a {
    color: #fff;
}

.ft-main-link {
    padding-bottom: 1em;
    border-bottom: solid 1px #2b4c5e;
    margin-bottom: 2em;
}

.footer p {
    margin-bottom: 0;
}

.ft-bot-link {
    float: left;
    width: 100%;
    text-align: right;
    display: flex;
    gap: 15px;
    color: #fff;
    justify-content: flex-end;
}

.ft-bot-link a {
    color: #fff;
}

.footer a:hover {
    color: #EB5A3C;
}



/*inner page css */


.inner-banner {
    position: relative;
    width: 100%;
}

.inner-banner .item img {
    width: 100%;
}

.inner-banner .bnner-cnt h4 {
    color: #fff !important;
    font-size: 50px !important;
    font-family: "effraregular" !important;
    text-shadow: 4px 7px 5px #00000094 !important;
}

/* Style the list */
ul.breadcrumb {
    list-style: none;
    background-color: #00000057;
    color: #fff;
    padding: 5px;
    float: left;
    margin-top: 15px;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #EB5A3C;

}


.inner-banner .bnner-cnt {

    bottom: 4%;
}



.about-sec-main {
    float: left;
    width: 100%;
    padding: 4em 0;
}

.divider-separator {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.divider-separator span {
    width: 150px;
    height: 3px;
    float: left;
    background-color: #EB5A3C;
    margin-bottom: 5px;
}

.about-sec-main h2,.Vocal-Voice-sec h2 {
    font-family: "effraregular" !important;
    font-size: 45px !important;
}

.about-sec-main h3,.bg-wt-pad h3 {
    font-family: "effraregular" !important;
    font-size: 35px !important;
}

.about-sec-main h4 {
    font-family: "effraregular" !important;
    font-style: italic !important;
    font-size: 30px !important;

}

.Vocal-Voice-sec h5 {
    font-family: "effraregular" !important;
    font-size: 25px !important;
}

.about-sec-main h6 {
    font-family: "effra-md" !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    line-height: 23px !important;
}


.bg-main {
    background-color: #F7F7F7;
}

.bg-wt-pad {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.w-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-sec-main p {
    font-size: 16px;
}



.pattern-bt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2em;
}


.mrt-all {
    margin: 4em 0;
}

.h-5k {
    height: 500px;
}

.abou-card {
    border: solid 2px #92B9B4;
    padding: 15px;
    text-align: center;
    margin: 3em 0;
    background-color: #fff;

}

.abou-card h5 {
    font-family: "effraregular" !important;
    font-size: 24px !important;
}

/*inner page css */


/*teacher page */


.inner-sec-main {
    float: left;
    width: 100%;
    padding: 4em 0;
}

.inner-sec-main h2 {
    font-family: "effraregular" !important;
    font-size: 45px !important;
}

.inner-sec-main h3 {
    font-family: "effraregular";
    font-size: 35px;
}

.inner-sec-main h4 {
    font-family: "effraregular" !important;
    font-style: italic !important;
    font-size: 30px !important;

}

.inner-sec-main h6 {
    font-family: "effra-md" !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    line-height: 23px !important;
}

.inner-sec-main p {
    font-size: 16px !important;
}

.instructor_op {
    background-color: #EB5A3C;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 12px 10px;
}

.instructor-01-selector-main select {
    height: 47px;

}

#instructor-01-dropdown {
    cursor: pointer;
}


.instructor-01-selector-container input {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    border-radius: 0 !important;
    height: 47px;
    margin-left: 10px;
}

.instructor-01-main-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: normal;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.instructor-01-inner-div {
    position: relative;
    width: 23.6%;
    min-height: 300px;
    margin: 0 auto;
}

.instrument-inner-div {
    position: relative;
    width: 23.6%;
}

.instructor-01-img {
    height: 100%;
}

.instructor-01-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor-01-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: #0003;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.instructor-01-img img,
.events-01-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-01-content h2 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    position: absolute !important;
    left: 20px !important;
    bottom: 30px !important;
    z-index: 10 !important;
    transition: 1s !important;
}

.instructor-01-button {
    top: 0;
    visibility: hidden !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #eb593cd0;
    display: flex;
    justify-content: start;
    align-items: end;
    position: absolute;
    z-index: 9;
    padding: 20px;
}

.instructor-01-button a {
    color: #0F2837;
    background-color: #fff;
    padding: 10px 30px;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
}

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.instructor-01-inner-div:hover .instructor-01-button {
    visibility: visible !important;
}

.instructor-01-inner-div:hover .instructor-01-content h2 {
    bottom: 70px !important;
}

/*teacher page */

/*learning page*/
#Our-Courses-sec {

    position: relative;
    width: 100%;
    padding: 0 0 4em 0;

    float: left;
}




/*learning page*/
/* learning Page Custom Css start */


.learning-container {
    width: 100%;
    margin: 15px auto;
    padding-bottom: 100px;
}

.learning-slides {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.learning-slides:hover:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eb593cd0;
    z-index: 9;
}

.learning-slides div {
    width: 100%;
}

.learning-img img {
    min-height: 395px;
    object-fit: cover;
}

.learning-content {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    flex-direction: column;
    padding: 30px;
}

.learning-content h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.learning-content p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.learning-content a {
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 99;
    left: 25px;
    visibility: hidden;
}

.learning-slides:hover a {
    visibility: visible;
    transition: 1s ease;
}

.learning-content span {
    margin-bottom: 65px;
}

.learning-container .owl-nav {
    display: block !important;
    position: absolute !important;
    width: fit-content !important;
    bottom: -100px !important;
    left: 166px;
    display: flex !important;
    gap: 55px !important;
    z-index: 999 !important;
}

.learning-container .owl-nav button {
    border: none !important;
    font-size: 20px !important;
    color: #113341 !important;
}

.learning-container .owl-nav button:hover,
.owl-nav button:focus {
    background-color: transparent;
    color: #EB5A3C !important;
}

.learning-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: #0000006e;
    transition: background 0.5s ease;
    margin: 0 !important;
    /* z-index: 999; */
    z-index: 0;
}

.toaster::after {
    background: none !important;
    mix-blend-mode: unset !important;
    background-color: #00000052 !important;
}

#Our-Courses-sec h2 {

    font-family: "effraregular" !important;
    font-size: 45px !important;
    color: #193240 !important;
}

.learning-slides img {
    height: 470px;
    object-fit: cover;
}

/*arrows*/



#Our-Courses-sec .owl-dots {
    text-align: left;
    margin: 10px 0 0 0;
    padding-left: 20%;
}

#Our-Courses-sec .owl-dot {
    width: 10%;
    height: 1px;
    border-radius: 0;
    border: 0px solid #0F2837;
    background: #19324047;
}

#Our-Courses-sec .owl-dot.active {
    background: #193240;
}

#Our-Courses-sec .owl-prev:hover {
    color: #EB5A3C;
}

#Our-Courses-sec .owl-next:hover {
    color: #EB5A3C;
}

#Our-Courses-sec .owl-prev {
    left: unset;
    position: absolute;
    font-size: 2em;
    left: 10%;
}

#Our-Courses-sec .owl-next {
    position: absolute;
    font-size: 2em;
    left: 13%;
}

.owl-carousel .owl-stage {
    margin: 0 auto 0 0;
}


/*arowws*/

#Our-Courses-sec .events-home-slider {
    float: left;
    width: 100%;
    margin: 0 0 4em 0;
}


#Our-Courses-sec .events-home-slider .owl-controls {
    float: left;
    width: 100%;
    margin-top: 5%;
}

.elementor-background-overlay {
    position: absolute;
    left: auto;
    z-index: 999;
    width: 11%;
    height: 70%;
    top: 0;
}

.elementor-background-overlay {
    background-image: url("../../img/new/Group-946.png");
    background-position: 40% 0;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.Vocal-Voice-sec {
    float: left;
    width: 100%;
    background-color: #92B9B4;
    padding: 5em 0;
    color: #fff;
}

.cnt-img-card {
    float: left;
    width: 100%;
    padding: 4em 0;
    background: #f7f7f7;
}


/* 	Learning Page Custom Css End */



/*learn-an-instrument css start*/

.Learn-Instrument-sec {
    float: left;
    width: 100%;
    padding: 0 0px 4em 0px;
}


.elementor-widget-container {
    float: left;
    width: 100%;
}

.instructor-01-selector-main {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.instrument-main-container {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.instrument-inner-div {
    position: relative;
    width: 23.6%;
}

.instrument-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instrument-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: #00000096;
}


.instrument-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.instrument-content h2 {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 70px !important;
}

.instrument-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.instrument-button a {
    color: #0F2837;
    background-color: #fff;
    padding: 8px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insrtument-btn-1 {
    background-color: #EB5A3C !important;
    color: #fff !important;
}


/*learn-an-instrument css end*/









@media screen and (max-width: 769px) {
    .ft-logo2 img {
        width: 150px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        left: 0;
    }

    #tabWrapper .tab {
        height: 100px;
    }

    .banner-tab-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-tab-img {
        height: 650px;
    }

    .banner-tab-cnt {
        left: 15px;
    }

    .banner-tab-cnt p {
        font-size: 14px;
    }

    .banner-tab-cnt h3 {
        font-size: 30px !important;
    }

    .view-all-but {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .home-events-title {
        color: #fff;
        margin-bottom: 1em;
    }

    .home-location-cnt h3 {
        font-size: 30px !important;
    }

    .home-location-cnt {

        margin-top: 2em;
    }

    .footer h4 {
        margin-top: 10px !important;
    }

    .ft-bot-link {

        justify-content: flex-start;
    }

    .instrument-inner-div {
        width: 100%;
    }

    .navbar {
        padding: 10px !important;
    }

    .navbar-brand img {
        width: 70%;
    }

    .inner-banner {

        height: 300px;
    }

    .inner-banner .item {
        height: 300px;
    }

    .inner-banner .item img {

        height: 100%;
        object-fit: cover;
    }

    .inner-sec-main {

        padding: 15px;
    }

    #instructor-01-dropdown {
        width: 100%;
    }

    .instructor-01-selector-container {
        width: 100%;

    }

    .instructor-01-selector-container input {

        margin-left: 0;
        margin-top: 10px;
    }
}
/* Calender dashboards */
.event-details .mod_facetoface__event_details {
    margin-bottom: 0px;
}

.event-details .course_details>img {
    float: left !important;
}

.event-details .course_details {
    max-width: 600px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

.evo_month_title .day_title {
    position: relative;
    float: left;
    color: white;
    padding-left: 10px;

}


.event-details .smallevent {
    color: #000000 !important;
    font-size: 13px !important;
}

.mod_facetoface__event_details br {
    display: none;
}

.mod_facetoface__event_details dd:nth-child(5) {
    display: display;
}

.event-details a[href="{$a}"] {
    display: none;
}

.block-content .arrow {
    border: solid #8b8b8b !important;
    border-width: 0 6px 6px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    cursor: pointer !important;
    width: 18px !important;
    height: 18px !important;
}

.block-content .up1 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.block-content .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.event-details .unset_pointer {
    pointer-events: all !important;
    color: #fff !important;
}

.event-details .month_day {
    position: relative;
    float: left;
    font-weight: bold;
    margin-top: 12px;
    min-width: 90px;
    font-size: 14px !important;
}

.event-details .time_slots {

    display: inline-block;
    direction: ltr !important;
    font-size: 14px !important;
}

.up_arrow {

    position: absolute;
    display: block;
    top: 40%;
    left: 90%;
}

.down_arrow {

    position: absolute;
    display: block;
    margin-top: -124px;
    left: 90%;

}

.timeslotpopover {
    cursor: none;
    pointer-events: none;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px 8px 8px 8px;
    text-align: center;
    color: #767676;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.filter_main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.filter_sub {

    flex: 0 0 24.333333%;
}

.select2-selection {
    font-size: 14px !important;
    height: 34px !important;

}

.select2-results {
    font-size: 14px !important;
    color: #7a7676 !important;


}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    color: #7a7676 !important;

}



#eventon_loadbar_section {
    height: 15px;
}


/*.month_year_sub {
    margin-left: 0px !important;
}*/


#parent_div_1 {
    margin-right: 10px;
    float: left;
    display: flex;
}

.child_div_1 {
    float: left;
    margin-right: 15px;
    font-size: 15px;
}

.child_div_2 {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
}

.popover-title {
    background-color: #1b3240 !important;
    text-align: center !important;
    font-weight: bold !important;
    color: #fff !important;
}

.popover-content {
    height: 200px;
    overflow-y: auto;
}

.receipt-box .table {
    color: #fff !important;
}

.event_ajax_data .modal-dialog {
    position: absolute;
    left: 32%;
    width: 100%;
}

.row {
    margin-right: 15px !important;
    margin-left: 15px !important;
}