@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;700;800&family=Poppins:wght@400;500;600&display=swap');




html {
    font-size: 16px;
    /* overflow-x: hidden; */
}

section{
    overflow: hidden;
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

/*.container {
   max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #39b24a;
    --primary-color: #00D6FF;

}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #828282;
    margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h2 {
    font-size: 3.75rem;
    color: var(--primary-color);
    font-weight: 600;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


.heading h2 {
    font-size: 3.75rem;
    color: var(--primary-color);
    font-weight: 600;
}



.main-navigate nav {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 14px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {}


/* main-aboutus */

.about-main {
    padding: 6rem 0;
    position: relative;
}


.heading h3 {
    font-size: 3.125rem;
    position: relative;
    padding-bottom: 15px;
}

.heading h3:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 2px;
    background-color: #CE63CE;
    bottom: 0;
}



/* main-aboutus */


/* ourmission */

.ourmission {
    background-color: #FBEEEC;
    padding: 15rem 0px;
    position: relative;
}

.ourmission article ul li {
    position: relative;
    padding-bottom: 15px;
}

.ourmission article ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #CE63CE;
    border-radius: 100%;
    left: -20px;
    top: 5px;
}

.ourmission article ul {
    margin: 40px 0px 40px 20px;
}


.ourmission:before {
    content: '';
    position: absolute;
    top: 0px;
    background: url(../images/whitebg01.png) no-repeat;
    width: 100%;
    min-height: 118px;
    background-position: center center;
    background-size: cover;
}



.ourmission:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: url(../images/whitebg02.png) no-repeat;
    width: 100%;
    min-height: 118px;
    background-position: center center;
    background-size: cover;
}

.advocacy-main {
    background-color: #f5f5f5;
    padding: 6rem 0;
}

.advocacy-main p strong {
    color: #000;
}

.advocacy-main h5 {
    font-size: 30px;
}

/* ourmission */



/* covid-sec */

.covid-sec article.text-center h3:before {
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
}

.covid-sec article.text-center h3 {
    margin: 40px 0 50px;
}

.covid-sec article.text-center p {
    width: 80%;
    margin: 0 auto 40px;
    font-size: 1.2rem;
}

.covid-sec {
    padding: 5rem 0;
}

.review-detail {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 15px;
    padding: 20px 10px 35px 15px;
    background-color: #fff;
    margin: 30px 5px;
}

.review-detail img {
    margin: 0 auto;
    display: table;
}

.review-detail p {
    font-size: 1rem;
    padding: 25px 0 15px;
    text-align: center;
    line-height: 26px;
    color: #828282;
    font-weight: 400;
}

.review-detail .media {
    position: absolute;
    width: 70%;
    display: flex;
    align-items: flex-start;
    bottom: 0px;
    left: 50px;
    right: 0;
    margin: 0 auto;
}

/* covid-sec */




/* contact-main */

.main-contact {
    background: url(../images/pinkbg.png);
    background-repeat: no-repeat;
    padding: 30rem 0 3rem;
    background-position: center center;
    position: relative;
    background-size: cover;
}

.main-contact h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.nurese {
    width: 778px;
    height: 600px;
    position: absolute;
    top: 24px;
    right: 0;
}

.main-contact p {
    color: #fff;
}

.main-contact p a {
    color: #fff;
    font-weight: 600;
    text-transform: lowercase;
}


.main-contact form input.form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    color: #fff;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 35px;
    margin-top: 30px;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.375rem 0rem;
    opacity: 0.6;
}

.main-contact form select {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 90%;
    margin-right: 35px;
    opacity: 0.6;
}

.main-contact form textarea.form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    margin-right: 35px;
    opacity: 0.6;
}

.main-contact form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.main-contact form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.main-contact form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.main-contact form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

button.themewhitebtn {
    font-weight: 600;
    font-size: 15px;
    padding: 15px 40px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

button.themeBtn:hover {
    color: #000;
}

.touch-withus p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}

.touch-withus ul li span {
    display: flex;
    align-items: center;
}

.touch-withus ul li span i {}

.touch-withus ul li span p {
    margin-bottom: 0;
    font-size: 15px;
}

.touch-withus ul li span i {
    color: #fff;
    margin-right: 15px;
}

.touch-withus ul li a {
    color: #fff;
}

.touch-withus ul li a:hover {
    color: #000;
}


.touch-withus ul li {
    opacity: 0.6;
    border-bottom: 2px solid #cccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 5px;
}

.touch-withus ul li a i {
    padding-right: 15px;
}

.main-contact p.para {
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 0;
    opacity: 0.6;
}

/* contact-main */


/* footer */
footer {
    background-color: #000;
    padding: 4rem 0 0;
}

.footer ul li {
    display: inline-block;
}

footer.footersec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

footer.footersec ul li a {
    color: #fff;
    font-size: 14px;
}

.foooter-logo {
    text-align: center;
    margin-bottom: 30px;
}




.footercontact ul li {
    flex: 0 0 34.666667%;
    max-width: 38.666667%;
    border-right: 1px solid #707070;
    padding: 0 44px;
    min-height: 90px;
}

.footercontact ul {
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
}

.footercontact {
    background-color: #000000;
    border-radius: 10px;
}

.footercontact ul li>.media {
    align-items: end;
    display: flex;
    margin-left: 15px;
    min-height: 70px;
}

.footercontact ul li>.media .media-body {
    display: inline-grid;
    margin-left: 20px;
}

.footercontact ul li>.media a i {
    font-size: 25px;
    color: #ce63ce;
}

.footercontact ul li>.media .media-body p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.footercontact ul li>.media .media-body small {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.footercontact ul li>.media a {
    color: #fff;
    font-size: 20px;
}

.footercontact ul li>.media a:nth-child(3) {
    align-items: self-end;
}

.footerinfo {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.footercontact ul li:nth-child(3) {
    border-right: none;
}



.slidercontact ul li:nth-child(3)>.media {
    align-items: center;
}

.custom-slider .carousel-indicators li.active span {
    font-size: 28px;
    margin: 0;
}

.copyright p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

footer.footersec ul li a:hover {
    color: #ce63ce;
}

/* footer */


/* testimonials-sec */

.heading-tag h3 {
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.testimonials-item .media .media-body {
    margin-left: 25px;
    flex: inherit !important;
}

.testimonials-item .media .media-body h5 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials-item .media .media-body h6 {
    color: #707070;
    font-family: 'Poppins', sans-serif;
}

.testimonials-sec {
    padding: 6rem 0;
}

.testimonials-item {
    background-color: #FBEEEC;
    padding: 25px;
    border: 1px solid #CE63CE;
}

.testimonials-item .media {
    position: absolute;
    bottom: -120px;
}

.testimonials-item {
    position: relative;
}

.testimonials-item:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 88px solid #fbeeec;
    border-bottom: 45px solid transparent;
    bottom: -36px;
    right: 60%;
}

.owl-carousel .owl-item img {
    display: block;
    width: initial;
}

.review-slider .item {
    margin-bottom: 10rem;
    margin: 0 2rem 8rem 0;
}

.testimonials-sec .mb-4 {
    margin-bottom: 3.5rem !important;
}


/* testimonials-sec */


/* faq */

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 5px 0;
    border-radius: 0;
    color: #fff;
    background-color: #BA4FBA;
    border-color: #EEEEEE;
    border-radius: 50px;
    margin-bottom: 20px;
}

.panel-title {
    font-size: 14px;
    color: #fff;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 8px;
}

.more-less {
    float: right;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 100%;
}

.panel-body {
    border-top-color: #EEEEEE;
    background-color: #ba4fba;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 50px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p {
    color: #fff;
}

.faq-sec {
    background-color: #FBEEEC;
    padding: 12rem 0 6rem;
    position: relative;
}

.faq-sec:before {
    content: '';
    position: absolute;
    top: 0px;
    background: url(../images/whitebg03.png) no-repeat;
    width: 100%;
    min-height: 118px;
    background-position: center center;
    background-size: cover;
}

.banner-sec {
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
    background-color: #fbeeec;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-sec h2 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.faq-inn:before {
    display: none;
}


/* faq */

/* indexing-sec */

.indexing-sec tr td a {
    color: #ce63c2;
    font-weight: 600;
}

.indexing-sec {
    padding: 6rem 0;
}


.indexing-sec table.table thead {
    background-color: #ce63c2;
    border-radius: 10px;
    overflow: hidden;
}

.indexing-sec table.table thead tr {
    color: #fff;
}

.indexing-sec table.table {
    background-color: #F5F5F5;
    border-radius: 10px !important;
}

.indexing-sec h5 {
    padding: 20px 0;
    font-size: 20px;
}

/* indexing-sec */


/* symptoms-sec */

.symptoms-sec {
    padding: 6rem 0;
}

.symptoms-sec h4 {
    font-size: 3rem;
}

.symptoms-sec h6 {
    font-weight: 500;
    margin-bottom: 20px;
}

.symptoms-sec a {
    color: #828282;
    font-weight: 500;
}

/* symptoms-sec */


/* die-sec */

.die-sec {
    padding: 6rem 0;
}

.die-sec ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.die-sec ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 100%;
    left: -5px;
    top: 5px;
}

.die-sec h4 {
    font-size: 2rem;
}


/* die-sec */

/* careteam-sec */

.careteam-sec h3 {
    font-size: 2.75rem;
    text-transform: uppercase;
}

.careteam-sec {
    padding: 6rem 0;
}

.careteam-sec article.text-center {
    margin-bottom: 60px;
}


.careteam-sec img {
    width: 100%;
}

/* careteam-sec */

/* zoom-sec */

.zoom-sec {
    padding: 6rem 0;
}

.zoom-info {
    text-align: center;
    background-color: #00D6FF;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

.zoom-info i {
    font-size: 30px;
    color: #fff;
}

.zoom-info p {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}

.zoom-info .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BA4FBA;
    opacity: 0;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zoom-info:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.die-sec img {
    width: 100%;
}

.record2nd h4 {
    margin: 0 0 30px;
}

/* zoom-sec */

/* newsletter */

.news-letter-sec {
    padding: 6rem 0;
}

.news-letter-info {
    text-align: center;
    background-color: #00D6FF;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news-letter-info p {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}

.news-letter-info .letter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BA4FBA;
    opacity: 0;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-letter-info:hover .letter-overlay {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-letter-info img {
    width: 100%;
}



/* newsletter */


/* articles-sec */

.articles-sec {
    padding: 6rem 0;
}

.articles-sec h4 {
    margin: 20px 0;
}

.articles-sec h3 {
    margin: 20px 0;
}

/* articles-sec */

/* stories-sec */

.stories-sec ul li {
    display: inline-block;
}

.stories-sec ul {
    margin-top: 20px;
}

.stories-sec ul li i {
    color: #CE63CE;
}

.stories-sec {
    padding: 6rem 0;
}

.stories-sec h2 {
    color: #000;
    margin-bottom: 20px;
}

/* stories-sec */


/* photo-gallery */

.photo-gallery {
    padding: 6rem 0;
}

.gallery-info {
    margin-top: 50px;
}

.gallery-info img {
    width: 100%;
}

.photo-gallery ul.nav li a.active {
    background-color: #CE63CE;
    color: #fff;
    border-radius: 20px;
}

.photo-gallery ul.nav li a {
    color: #000;
}

.photo-gallery ul {
    border: 1px solid #CE63CE;
    padding: 10px 10px;
    border-radius: 50px;
}

/* photo-gallery */

/* websitenews */

.toggle_content {
    padding: 15px;
}


.toggle_content table tbody tr th {
    color: #fff;
    padding: 25px 0;
}

.toggle_content table tbody tr td {
    color: #fff;
    padding-bottom: 15px;
}

.main-points ul li {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.main-points ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    left: -10px;
    top: 8px;
    border-radius: 100%;
}

.main-points ul li a {
    color: #fff;
    font-weight: 600;
}

.panel-body h4 {
    color: #fff;
}

/* websitenews */



/* glossry */

.customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

.customers tr:hover {
    background-color: #ddd;
}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #d06dcd;
    color: white;
}

.glossary-sec {
    padding: 6rem 0;
}

/* glossry */


/* pilates-sec */



.videotag {
    position: relative;
}

.videotag .overlayvideo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videotag .overlayvideo a {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #ce63ce;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    animation: pulse-animation 2s infinite;
}


@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(206, 99, 206, 0.8);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(206, 99, 206, 0.0);
    }
}

.videotag img {
    width: 100%;
}

.pilates-sec {
    padding: 6rem 0;
}

.zoom-info .overlay h5 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}




/* pilates-sec */

/* support-group-sec */

.support-group-sec {
    padding: 6rem 0;
}

.support-group-info {
    margin: 30px 0;
    text-align: center;
}

.support-group-info h5 {
    margin-top: 20px;
}

/* support-group-sec */

/* support-meeting */


.support-meeting img {
    width: 100%;
}

.support-meeting {
    padding: 6rem 0;
}

.add-sepcial img.main-img {
    border: 2px solid #00d6ff;
    margin-top: 60px;
    padding: 10px;
}

/* support-meeting */

/* nlContent */

.nlContent {
    background-color: #00D6FF;
    border: 1px solid #00D6FF;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.875rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    min-height: 280px;
}

.nlContent a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.nlContent:hover {
    background-color: #fff;
    border: 0.0625rem solid #00D6FF;
}

.nlContent:hover a {
    color: #ce63ce;
}


.wellSec {
    padding: 3.125rem 0;
}

.wellSec a {
    font-size: 1.5625rem;
}

.pdGenContent .themeBtn {
    margin: 1.25rem 0;
}

.pdGenContent img {
    border-top: 0.6875rem solid red;
    border-bottom: 0.6875rem solid red;
    border-left: 0.6875rem solid #000;
    border-right: 0.6875rem solid #000;
}

.articleCont p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.articleCont ul {}

section.articleSec {
    padding: 3.75rem 0;
}

.symptomsCont h1 {
    font-size: 1.875rem;
    font-weight: 500;
}

.symptomsCont p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.symptomsSec {
    padding: 2.5rem 0;
}

.enjoyCont h1 {
    font-size: 1.75rem;
    font-weight: 400;
}

.enjoyCont ul {
    list-style: disc;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 0.9375rem;
}

section.enjoySec {
    padding: 3.75rem 0;
}

.enjoyCont ul {
    list-style: disc;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 0.9375rem;
    margin-top: 1rem;
}

.enjoyCont ul {
    list-style: disc;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 0.9375rem;
    margin-top: 1rem;
}

/* inner pages new end */



.zoomPage {
    padding: 5rem 0;
}

.doctrPage {
    padding: 5rem 0;
}

.drBox {
    text-align: center;
    margin-bottom: 3.2rem;
}

.drBox h2 {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 400;
    padding: 0 3rem;
    margin: 2rem 0 0.7rem;
    line-height: 1.4;
}

.drBox p {
    color: #676767;
    font-size: 16px;
}

.drBox h3 {
    color: #676767;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 1rem;
}

.drBox iframe {
    margin: 3rem 0 0;
}

.jhnKolaya {}

.jhnKolaya h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2rem;
}

.jhnKolaya p {
    text-align: center;
    margin: 0 0 1rem;
}

.jhnKolaya p:first-child {
    text-align: left;
}

.usrjhn {
    text-align: center;
}

.usrjhn h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.usrjhn .tfree-client-rating i {
    color: #ffb900;
}

.jhnKolaya .rckOne {
    text-align: left;
}

.hugMcontent p {
    margin: 0 0 1rem;
}

.hugMcontent ul {
    margin-bottom: 1rem;
}

.advocacySec {
    padding: 5rem 0;
}

.advocacySec a img {
    height: 500px;
    object-fit: cover;
    margin-bottom: 2rem;
}

.parkinsignPag a img {
    height: auto;
}

.advrtsr h2 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.advrtsr p {
    font-size: 13px;
    color: #676767;
    margin: 10px 0 0;
}

.advrtsr figure img {
    border: solid 3px #ce63ce;
}

.advrtsr p a {
    color: #676767;
}

.hopeContent a {
    font-size: 22px;
    color: #0000ff;
    text-decoration: none;
}

.hopeContent .themeBtn {}

.hopeContent .themeBtn:hover {
    color: #000;
}

.hopeContent p {}

.hope-Sec {
    padding-bottom: 3.125rem;
}

.innerSlider .carousel-item {}

.advCont img {
    border: 3px solid #ce63ce;
}

/* nlContent */


/* wordpress-css */


.mmedicationn-slider .carousel-caption {
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideSet h2 {
    color: #ffffff;
    font-size: 99px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.mmedicationn-slider .carousel-caption {
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideSet h2 {
    color: #ffffff;
    font-size: 99px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

.mmedicationn-slider .carousel-control-prev {
    font-size: 15px;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    opacity: 1;
    font-weight: 300;
    top: 50%;
    left: 3%;
}

.mmedicationn-slider .carousel-control-next {
    font-size: 15px;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    opacity: 1;
    font-weight: 300;
    top: 50%;
    right: 3%;
}

.foundationMain {
    padding: 3rem 0;
}

.foundation h2 {
    font-size: 25px;
    font-weight: 400;
}

.foundation p {
    margin: 0 0 1rem;
}

.foundation p strong {
    color: #000000;
}

.foundation p a {
    color: #676767;
    font-weight: 400;
}

.excerciseOne .abtContent p {
    margin: 0 0 1.5rem;
}

.excerciseOne .abtContent .redOne {
    color: #ff00ff;
    letter-spacing: 0.1rem;
    display: inline-block;
    margin: 0 0 1rem;
}

.excerciseOne .abtContent .pdfOne {
    color: #0000ff;
    display: block;
    line-height: 1.8;
}

.excerciseOne figure img {
    border: 0;
    border-radius: 0;
}

.mdclCntr h4 {
    margin: 0 0 10px;
}

.awareSec label {
    display: block;
    color: #ff00ff;
    font-size: 17px;
    margin: 0 0 15px;
}

.awareSec iframe {
    display: block;
    margin-bottom: 40px;
}

.glosarySec .abtContent h2 {
    font-size: 22px;
    font-weight: 600;
}

.glosarySec .abtContent p {
    margin: 0 0 1rem;
}


.service {
    margin: 0 0 2rem;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    /* border: 1px solid #f1f1f1; */
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;

    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box-front {
    background-color: #ce63ce;
    color: black;
    border-radius: 10px;
}

.flip-box-front img {
    height: 50px;
    width: 50px;
}

.flip-box-back {
    background-color: #000;
    color: #000;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
}

.flip-box-front i {
    font-size: 52px;
    color: #fff;
    margin: 0 0 1rem;
}

.flip-box-front h2 {
    font-size: 24px;
    margin: 20px 10px 10px;
    color: #fff;
    font-weight: 500;
}

.flip-box-front p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.flip-box-back a {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #ce63ce;
}

.noteContent h2 {
    color: #000;
    font-size: 22px;
    margin: 0 0 1.2rem;
}

.noteContent h3 {
    color: #000;
    font-size: 22px;
}

.noteContent h3 span {
    text-transform: uppercase;
}

.noteContent {
    margin: 1rem 0 2rem;
    text-align: center;
}

.nowContent ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 0;
}

.nowContent ul li .themeBtn {
    color: #fff;
}

.inOrder {
    padding: 4rem 0;
}

.inOrder .themeBtn {
    margin: 20px 0;
}

.inOrder p {
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}

.inOrder p strong {
    font-weight: 600;
}

.inOrder h3 {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

.spaceSec {
    padding: 2rem 0;
}

.beneftJk {
    padding: 3rem 0;
}

.beneftJk .sectionHeading {
    color: #131313;
    font-size: 25px;
    margin: 0 0 2rem;
}

.beneftBox span {
    color: #1c1c1c;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 1.7rem 0 0;
    font-family: 'Ubuntu', sans-serif;
}

.beneftBox {
    margin-bottom: 2rem;
}

.bnftHead span {
    height: 12px;
    width: 3px;
    background: #dbdbdb;
    display: table;
    margin: auto;
    position: relative;
}

.bnftHead {
    margin: 0 0 4rem;
}

.bnftHead span:before {
    content: '';
    position: absolute;
    left: -50px;
    height: 1px;
    width: 40px;
    background: #dbdbdb;
    top: 5px;
}

.bnftHead span:after {
    content: '';
    position: absolute;
    right: -50px;
    height: 1px;
    width: 40px;
    background: #dbdbdb;
    top: 5px;
}

/*  inner pages css end   */


/* inner pages new start */

.sgmContent p {
    padding-top: 0.625rem;
}

.sgmContent p a {
    color: #ff00ff;
    font-size: 0.9375rem;
    font-weight: 400;
}

.sgmContent p a:hover {
    color: #ff00ff;
}


.pwdContent h1 {
    font-size: 2.125rem;
}

.pwdContent p {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
}

.ndyosContent h1 {
    font-weight: 400;
    font-size: 2.375rem;
}

.ndyosContent p {
    line-height: 2;
    padding: 0.625rem 0;
}

.zrContents {
    display: flex;
}

.zrIcon i {
    font-size: 2.125rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    color: #5472d2;
}

.zoomRecord {
    padding: 7rem 0;
}

.zrCont h2 {
    font-size: 1.625rem;
}

.zrCont h4 {
    font-size: 1.25rem;
    font-weight: 300;
}

.zrCont .themeBtn {
    background-color: #f8f8f8;
    color: #595959;
}

.zrCont .themeBtn:hover {
    background-color: #ebebeb;
}


.flipcont-1 .flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    border-radius: 1.25rem;
}

.flipcont-1 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.25rempx;
}

.flipcont-1 .flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flipcont-1 .flip-card-front,
.flipcont-1 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0.625rem;
    border: 0.125rem solid #ce63ce;
}

.flipcont-1 .flip-card-front {
    background-color: #ce63ce;
    color: #fff;
}

.flipcont-1 .flip-card-front h1 {
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
}

.flipcont-1 .flip-card-front p {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
}

.flipcont-1 .flip-card-front i {
    font-size: 3.125rem;
    padding-bottom: 1.875rem;
}

.flipcont-1 .flip-card-back {
    background-color: #000;
    transform: rotateX(180deg);
}

.flipcont-1 .flip-card-back a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.flipcont-1 .flip-card-back a:hover {
    transform: scale(1.1);
}

.flipcont-Cols .flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    border-radius: 1.25rem;
}

.flipcont-Cols .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.25rem;
}

.flipcont-Cols .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flipcont-Cols .flip-card-front,
.flipcont-Cols .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0.625rem;
    border: 0.125rem solid #ce63ce;
}

.flipcont-Cols .flip-card-front {
    background-color: #ce63ce;
    color: #fff;
}

.flipcont-Cols .flip-card-front h1 {
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    padding: 0 1.25rem;
}

.flipcont-Cols .flip-card-front p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 1.875rem;
}

.flipcont-Cols .flip-card-front i {
    font-size: 3.125rem;
    padding-bottom: 1.875rem;
}

.flipcont-Cols .flip-card-back {
    background-color: #000;
    transform: rotateY(180deg);
}

.flipcont-Cols .flip-card-back a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.flipcont-Cols .flip-card-back a:hover {
    transform: scale(1.1);
}

.esContent h1 {
    font-weight: 300;
}

.esContent p {
    padding: 1.25rem 0;
    font-size: 1.0625rem;
    line-height: 2;
}

.fhContent h1 {
    font-size: 1.875rem;
    font-weight: 400;
}

.fhContent p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.fhContent p a {
    color: #616161;
}

.fhContent p a:hover {
    color: #fa26ff;
}

.fhContent ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-top: 0.625rem;
}

.fhContent ul li {
    font-size: 1.25rem;
    font-weight: 600;
    color: #676767;
    line-height: 1.5;
}

.fhContent {
    padding: 3.125rem 0;
}

.tpfInnerCont h1 {
    font-size: 2.125rem;
    font-weight: 400;
}

.tpfInnerCont p {
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 1.25rem 0;
}

.tpfInnerCont p {
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 1.25rem 0;
}

.nlContent {
    background-color: #ce63ce;
    border: 1px solid #ce63ce;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.875rem 1.25rem;
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nlContent a {
    text-decoration: none;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
}

.nlContent:hover {
    background-color: #fff;
    border: 0.0625rem solid #ce63ce;
}

.nlContent:hover a {
    color: #ce63ce;
}

.mainNl {
    display: flex;
}

.wellSec {
    padding: 3.125rem 0;
}

.wellSec a {
    font-size: 1.5625rem;
}

.pdGenContent .themeBtn {
    margin: 1.25rem 0;
}

.pdGenContent img {
    border-top: 0.6875rem solid red;
    border-bottom: 0.6875rem solid red;
    border-left: 0.6875rem solid #000;
    border-right: 0.6875rem solid #000;
}

.articleCont p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.articleCont ul {
    list-style: disc;
    margin-left: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 1rem;
    color: #676767;
}

section.articleSec {
    padding: 3.75rem 0;
}

.symptomsCont h1 {
    font-size: 1.875rem;
    font-weight: 500;
}

.symptomsCont p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.symptomsSec {
    padding: 2.5rem 0;
}

.enjoyCont h1 {
    font-size: 1.75rem;
    font-weight: 400;
}

.enjoyCont ul {
    list-style: disc;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 0.9375rem;
}

section.enjoySec {
    padding: 3.75rem 0;
}

.enjoyCont ul {
    list-style: disc;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 0.9375rem;
    margin-top: 1rem;
}

.enjoyCont ul {
    list-style: disc;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 0.9375rem;
    margin-top: 1rem;
}

/* inner pages new end */



.zoomPage {
    padding: 5rem 0;
}

.doctrPage {
    padding: 5rem 0;
}

.drBox {
    text-align: center;
    margin-bottom: 3.2rem;
}

.drBox h2 {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 400;
    padding: 0 3rem;
    margin: 2rem 0 0.7rem;
    line-height: 1.4;
}

.drBox p {
    color: #676767;
    font-size: 16px;
}

.drBox h3 {
    color: #676767;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 1rem;
}

.drBox iframe {
    margin: 3rem 0 0;
}

.jhnKolaya {}

.jhnKolaya h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2rem;
}

.jhnKolaya p {
    text-align: center;
    margin: 0 0 1rem;
}

.jhnKolaya p:first-child {
    text-align: left;
}

.usrjhn {
    text-align: center;
}

.usrjhn h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.usrjhn .tfree-client-rating i {
    color: #ffb900;
}

.jhnKolaya .rckOne {
    text-align: left;
}

.hugMcontent p {
    margin: 0 0 1rem;
}

.hugMcontent ul {
    margin-bottom: 1rem;
}

.advocacySec {
    padding: 5rem 0;
}

.advocacySec a img {
    height: 500px;
    object-fit: cover;
    margin-bottom: 2rem;
}

.parkinsignPag a img {
    height: auto;
}

.advrtsr h2 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.advrtsr p {
    font-size: 13px;
    color: #676767;
    margin: 10px 0 0;
}

.advrtsr figure img {
    border: solid 3px #ce63ce;
}

.advrtsr p a {
    color: #676767;
}

.hopeContent a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.hopeContent .themeBtn {
    color: #ce63ce;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 20px;
    transition: .5s all ease;
    background: #00d6ff;
    color: #fff;
}

.hopeContent .themeBtn:hover {
    color: #000;
}

.hopeContent p {
    font-size: 17px;
    line-height: 1.7;
    padding-top: 18px;
}

.hope-Sec {
    padding-bottom: 3.125rem;
}

.innerSlider .carousel-item {}

.advCont img {
    border: 3px solid #ce63ce;
}

.hopeContent h2 {
    color: #000;
    font-size: 2rem;
}

.articleCont h1 {
    font-weight: 600;
}

.innerSlider a.carousel-control-prev {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 30px;
    background-color: #000;
    left: -160px;

}

.innerSlider a.carousel-control-next {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 30px;
    background-color: #000;
    right: -160px;

}

.innerSlider .carousel-control-next,
.innerSlider .carousel-control-prev {
    top: 50%;

}

.drBox.advrtsr img {
    width: 100%;
}

.flipbox-front-description h4 {
    color: #fff;
}

.flip-box-back p {
    color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p a {
    color: #fff;
}

.advImages img {
    border: 2px solid #ce63ce;
    margin-bottom: 25px;
}

.article-main-sec {
    padding: 6rem 0;
}

.article-main-sec a {
    font-weight: 600;
    color: #000;
    margin: 0 15px;
    border: 2px solid #00d6ff;
    padding: 20px;
    display: flex;
    margin-bottom: 15px;
}

.article-main-sec a:hover {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}

/* wordpress-css */

/* glossary-indexing */

.glossary-indexing {
    padding: 6rem 0;
}

thead {
    background-color: #ce63c2;
    border-radius: 10px;
    overflow: hidden;
}

 
.glossary-indexing thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
    padding: 5px;
    color: #fff;
}

tbody.row-hover tr {vertical-align: top;border-top: 1px solid #dee2e6;}

td.column-1 {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

tbody.row-hover {
    background-color: #F5F5F5;
    border-radius: 10px !important;
}

td.column-2 {
    padding: 20px;
}


table {
    border-collapse: collapse;
    width: 100%;
}

.footercontact ul li>.media .media-body h5 {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.footercontact ul li>.media .media-body h3 {
    font-size: 19px;
    color: #fff;
    margin-top: 32px;
}

.advocacy-main p strong a {
    color: #000;
}

.table td, .table th {
     font-weight: 600;
}

.calendar-sec {
    text-align: center;
    padding: 2rem 0;
}

/* glossary-indexing */


/* pd-does-sec */
.pd-does-sec{
    padding:100px 0px;
}

.pd-frm input{
    border-radius: 2px;
    vertical-align: middle;
    width: 100%;
    color: #999999;
    padding: 15px 10px;
    font-weight: normal;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
}

.pd-frm label{
    font-weight: 500;
    color:grey;
}

.pd-frm .col-lg-6{
    margin-top:22px;
}

.pd-content article p{
    margin-top:15px;
}

.pd-frm .themeBtn{
    margin-top: 20px;
}

/* pd-does-sec */





.calendar-wrapper {
    height: auto;
    width: 100%;
    /* max-width: 730px; */
    margin: 0 auto;
 }
 
 .calendar-header {
    background-color: rgba(18, 15, 25, 0.25);
    height: 100%;
    padding: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
 }
 
 .header-title {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
 }
 
 .header-background {
    background-image: url("https://raw.githubusercontent.com/JustMonk/codepen-resource-project/master/img/compressed-header.jpg");
    height: 200px;
    background-position: center right;
    background-size: cover;
 }
 
 .calendar-content {
    background-color: #fff;
    padding: 20px;
    padding-left: 15%;
    padding-right: 15%;
    overflow: hidden;
 }
 
 .event-mark {
    width: 5px;
    height: 5px;
    background-color: teal;
    border-radius: 100px;
    position: absolute;
    left: 46%;
    top: 70%;
 }
 
 .calendar-footer {
    height: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #4b6289 !important;
    position: relative;
    overflow: hidden;
 }
 
 .addForm {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #4b5889 !important;
    transition: top 0.5s cubic-bezier(1, 0, 0, 1);
    padding: 0 5px 0 5px;
 }
 
 .addForm input {
    color: #000;
 }
 
 .addForm .row {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 0;
 }
 
 .addForm h4 {
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 42px;
 }
 
 .addEventButtons {
    text-align: right;
    padding: 0 0.75rem 0 0.75rem;
 }
 
 .addEventButtons a {
    color: #fff;
    font-weight: 300;
 }
 
 .emptyForm {
    padding: 47px 0px 20px 0px;
    padding-left: 15%;
    padding-right: 15%;
 }
 
 .emptyForm h4 {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 36px;
 }
 
 .sidebar-wrapper {
    color: #fff;
    background-color: #5a649c !important;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
 }
 
 .sidebar-title {
    padding: 52px 6% 25px 6%;
 }
 
 .sidebar-title h4 {
    margin-top: 0;
    color: #fff;
 }
 
 .sidebar-events {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 12px;
 }
 
 .empty-message {
    font-size: 1.2rem;
    padding: 15px 6% 15px 6%;
 }
 
 .eventCard {
    background-color: #fff;
    color: black;
    padding: 12px 24px 12px 24px;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    position: relative;
    animation: slideInDown 0.5s;
 }
 
 .eventCard-header {
    font-weight: bold;
 }
 
 .eventCard-description {
    color: grey;
 }
 
 .eventCard-mark-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
 }
 
 .eventCard-mark {
    width: 8px;
    height: 8px;
    background-color: #b39ddb;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 45%;
 }
 
 .day-mark {
    width: 7px;
    height: 7px;
    background-color: #b39ddb;
    border-radius: 100px;
    position: absolute;
    left: 47%;
    top: 67%;
 }
 
 .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    /* margin-left: 300px; */
 }
 
 #table-body .col:hover {
    cursor: pointer;
    /*border: 1px solid grey;*/
    background-color: #E0E0E0;
 }
 
 .empty-day:hover {
    cursor: default !important;
    background-color: #fff !important;
 }
 
 #table-body .row .col {
    padding: .75rem;
 }
 
 #table-body .col {
    border: 1px solid transparent;
 }
 
 #table-body {}
 
 #table-body .row {
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    height: 69px;
 }
 
 #table-body .col {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
 }
 
 #calendar-table {
    text-align: center;
 }
 
 .prev-button {
    position: absolute;
    cursor: pointer;
    left: 0%;
    top: 35%;
    color: grey !important;
 }
 
 .prev-button i {
    font-size: 3em;
    color: #fff;
    margin-left: 30px;
    margin-top: 13px;
 }
 
 .next-button {
    position: absolute;
    cursor: pointer;
    right: 0%;
    top: 35%;
    color: grey !important;
 }
 
 .next-button i {
    /* font-size: 4em; */
    font-size: 3em;
    color: #fff;
    margin-right: 30px;
    margin-top: 13px;
 }
 
 .addEvent {
    box-shadow: 0 5px 15px rgb(57, 168, 228);
    background-color: #39a8e4;
    padding: 10px;
    padding-left: 3em;
    padding-right: 3em;
    cursor: pointer;
    border-radius: 25px;
    color: #fff !important;
    background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
 }
 
 .addEvent:hover {
    transition: box-shadow 0.5s;
    box-shadow: 0 4px 25px rgb(57, 168, 228);
 }
 
 .mobile-header {
    padding: 0;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #5a649c !important;
 }
 
 .mobile-header a i {
    color: #fff;
    font-size: 38px;
 }
 
 .mobile-header h4 {
    color: #fff;
 }
 
 .mobile-header .row {
    margin-bottom: 0;
 }
 
 .mobile-header h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
 }
 
 @media (max-width:992px) {
    .content-wrapper {
       margin-left: 0;
    }
    .mobile-header {
       display: block;
    }
    .calendar-wrapper {
       margin-top: 80px;
    }
    .sidebar-wrapper {
       background-color: #EEEEEE !important;
    }
    .sidebar-title {
       background-color: #5A649C !important;
    }
    .empty-message {
       color: black;
    }
 }
 
 @media (max-width:767px) {
    .content-wrapper .container {
       width: auto;
    }
    .calendar-content {
       padding-left: 5%;
       padding-right: 5%;
    }
    body .row {
       margin-bottom: 0;
    }
 }
 
 @media (max-width:450px) {
    .content-wrapper {
       padding-left: 0;
       padding-right: 0;
    }
    .content-wrapper .container {
       padding-left: 0;
       padding-right: 0;
    }
 }

 .header-text h3{
    color: #fff;
    font-size: 53px;
 }

 .header-text h5{
    color:#fff;
    font-size: 22px;
 }

 .sidebar-title h5{
    color:#fff;
 }

 .input-field label{
    color:#fff;
 }