/*!Style Css by @Prem */
@import url(bootstrap.css);
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
  font-size:62.5%;
}


html,
body {
    font-size: 100%;
    overflow-x: hidden;
    font-family: "Jost", sans-serif;
    background: #fff;
}

body a {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
    color:#585e61;
    font-size: 1.6rem;
    outline:none;
}

body a:hover{
    color:#f16e0f;
    outline:none;
}

body img {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    color: #000;
    transition: 0.6s all ease;
}


/* title */
h2{
    font-weight:700;
    font-size: 3.4rem;
    line-height:3.5rem;
}

/* subtitle */
h4{
    font-weight:600;
    font-size:2rem;
    line-height:2.2rem;
}

p {
    line-height: 2.2rem;
    font-size: 1.6rem;
    /* color:#8b8b8b;*/
    margin: 0;
    transition: 0.6s all ease;
}

li,a {
    line-height: 2.2rem;
    font-size: 1.6rem;
    color:#8b8b8b;
    margin: 0;
    transition: 0.6s all ease;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    color:#585e61;
}

body a:hover {
    text-decoration: none;
}


/* color FCMO */
.bg-grey {
    background: #f7f7f7;
}
 
 
 /* green-btn */
.green-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 313px;
    height: 49px;
    border: 1px solid #000;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
/* identical to box height */
    text-align: center;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    }
.green-btn:hover,
.green-btn:hover:focus,
.green-btn:active {
    background-color: #fff;
    color: #000;
}
.ButtonGurop {
    display: flex;
    align-items: center;
    gap: 30px;
}

a.ReadMore {
    text-transform: uppercase;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.23px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

a.ReadMore:hover {
    color: #000;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #84be38;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #84be38;
  }
}


.btn-black{
    border-radius: 0rem;
    padding: 1.2rem 2.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    background: #000;
    color: #fff;
    border:
    none;
    transition: all 0.8s !important;
    text-transform: uppercase;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    background-color:#f16e0f;
    color:#fff;
    -webkit-animation: pulse-pulse 1s;
    animation: pulse-pulse 1s;
    box-shadow: 0 0 0 10px transparent;
} 

@-webkit-keyframes pulse-pulse {
  0% {
    box-shadow: 0 0 0 0 #f16e0f;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f16e0f;
  }
}



/* link btn */
.link-btn {
    font-weight: 600;
    font-size: 16px;
}
.link-btn i {
    top: 2px;
    position: relative;
    margin-left: 4px;
}
.link-btn:hover {
    color:#f16e0f;
}
.link-btn:hover i{
    color:#f16e0f;
    animation-name: horizontal-shake;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes horizontal-shake {
    0% {transform: translatex(0rem);}
    50% {    transform: translatex(0.5rem);}
    100% {    transform: translatex(0rem);}
}


.link-btn.fff {
    color:#fff;
    border-color:#fff;
}
.link-btn.fff:hover i {
    color:#fff;
}
/* section padding */
.space{
    padding:8rem 0rem;
}
.border-arrow {
    display: inline-block;
    width: 100%;
    background-image: url(../images/border-arrow-grey.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 21px;
    background-size: contain;
}

/* section heading */
.heading-pnel {
    margin-bottom: 4rem;
}
.heading-pnel h2{
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 3.5rem;
}
.heading-pnel p{
    line-height: 2rem;
    font-size: 1.6rem;
    color:#585e61;
    margin: 0;
    transition: 0.6s all ease;
    margin-top:1rem;
}
.heading-pnel span{
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    margin-bottom:1rem;
    display:
    inline-block;
    opacity: 50%;
}
/* white heading */
.heading-pnel.fff h2,
.heading-pnel.fff p,
.heading-pnel.fff span{
    color:#fff;
}





/* header */

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index:999;
    padding: 12px 0px;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0, #0000004d 0);
    
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}


 
header.header.js-header.darkHeader {
    width: 100%;
    top: -100px;
    z-index: 999;
    height: 0;
    overflow: hidden;
}
header.header.js-header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    height: auto;
    position:
    fixed;
    background: #000;
}
header.header.js-header.darkHeader.darkHeader-2 .btn.green-btn {
    background: #fff;
    color: #000;
}

header.header.js-header.darkHeader.darkHeader-2 .btn.green-btn img {
    filter: invert(1);
}
header .navbar.navbar-light {
    /* background: #00000033; */
    padding: 0px 0px;
}
 
.navbar-light .navbar-brand {
    margin:0;
}
.logo-box {
    height: 98px;
    /* overflow: hidden; */
    cursor: pointer;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}



header .green-btn{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 150px;
    height: 47px;
    border: none;
    border-radius: 6px;
    background: #000;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
/* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-left: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
	border:0 !important;
}
header .green-btn span {
    display: inline-block;
    background: #0000002b;
    margin-right: 0.6rem;
    font-size: 1.2rem;
    position: relative;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
}


.navbar-light .navbar-nav .nav-link {
    color:#fff;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    bottom: 0;
        transition: 0.6s;
}

.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .nav-link:focus:after,
.navbar-light .navbar-nav .show>.nav-link:hover:after,
.navbar-light .navbar-nav .active>.nav-link:hover:after,
.navbar-light .navbar-nav .nav-link.show:after,
.navbar-light .navbar-nav .nav-link.active:after {
    width: 100%;
    color: #fff;
}

header .green-btn:focus {
    box-shadow: none;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-light .navbar-nav .nav-item {
    padding: 0.5rem 0rem;
    margin: 0px 15px;
}
.banner:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000040 100%);
/* 	background:linear-gradient(180deg, rgb(0 0 0 / 60%) 15%, #0000004d 0); */
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.banner {
    position: relative;
}
.navbar {
    padding: 0.5rem 0rem;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 14px;
    top: 90%;
    border: none;
    min-width: 200px;
    padding: 15px 0px;
    padding-bottom: 20px;
    box-shadow: 6px 6px 14px #ededed7d;
}
.dropdown-menu .dropdown-item{
    color: #585e61;
    line-height:30px;
}
.dropdown-menu .dropdown-item:hover{
    color:#fff;
    background:#f16e0f;
    
}
.call-head a {
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 27px;
}

.call-head {
    margin-right: 35px;
    margin-left: 20px;
    border-left: 2px solid #ffffff73;
    padding-left: 31px;
}

.call-head a span {
    display: inline-block;
    background: #ffffff40;
    margin-right: 0.6rem;
    font-size: 1.6rem;
    position: relative;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #f16e0f;
}
/*-- //header --*/



/* banner */
.banner {
    padding-top: 112px;
    background: #d3dbcb;
    background-image: url(../img/banner.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.banner-text h2 {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 72px;
/* or 106% */
    text-transform: uppercase;
    color: #9F99BF;
    margin-bottom: 42px;
}
.banner-text p {
    margin-bottom: 2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
/* or 133% */
    color: #FFFFFF;
}
.banner-text {
    position: relative;
    top: 0;
}
.banner-text h2 span {
    color: #fff;
}
.banner-text .mrkt{
    font-size: 1.6rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #cdc9c9;
}
 

.py-theme {
    padding: 90px 0px;
}

.about-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 54px;
    text-transform: uppercase;
    background: linear-gradient(270deg, rgba(122, 112, 165, 0.4) -6.62%, #7A70A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 50px;
}
.about-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #000;
}
.all-Our-Team-listing {
    display: flex;
    flex-wrap: wrap;
}

.all-Our-Team-listing .Our-Team-item {
    width: 20%;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.all-Our-Team-listing .Our-Team-item .Our-Team-content {
    padding: 0px 15px;
}

.Our-Team-item .Our-Team-content span {
    display: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px; 
    text-align: center;
    color: #000000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.all-Our-Team-listing .Our-Team-item:hover .Our-Team-content span {
    /* display: block; */
}

.all-Our-Team-listing .Our-Team-item:hover .Our-Team-content {
    /* position: absolute; */
    background: #fff;
    /* z-index: 9; */
    /* padding-bottom: 20px; */
} 
.all-Our-Team-listing .Our-Team-item .Our-Team-image {
    margin-left: auto;
    margin-right: auto;
    width: 235px;
    height: 235px;
}
.block-field-blockparagraphanimated-circlesfield-sections:not(.animated-circles-overlay)>.field--name-field-sections>.field__item {
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: width .3s;
    transition: width .3s;
}

 
.animated-circle {
   font-size: 16px;
   line-height: 1.5;
   font-weight: 400;
   letter-spacing: 0;
   position: absolute;
   top: 50%;
   left: 50%;
   padding-top: 100%;
   width: 100%;
   height: 0;
   border-radius: 50%;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   color: #fff;
   background: #1D0F67;
   cursor: pointer;
}

.animated-circle-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
layout--onecol .layout__region {
    width: 100%;
}

.animated-circle .field--name-field-title {
    padding: 0 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
/* identical to box height, or 92% */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.animated-circle .block-simple-blockoverlay-learn-more a {
    display: inline-block;
    color: #3704ff;
    border-radius: 280px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 30px;
    height: 49px;
    line-height: 48px;
    color: #A39DC3;
    background-color: transparent;
    border: 1px solid #A39DC3;
    font-weight: normal;
    width: 238px;
}
.block-field-blockparagraphanimated-circlesfield-sections:not(.animated-circles-overlay)>.field--name-field-sections:hover>.field__item:hover {
    width: 50%;
}

.animated-circle:hover .field--name-field-title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.animated-circle:hover .block-simple-blockoverlay-learn-more {
    opacity: 1;
    display: block;
}

.Why-Parkinsons:after {
    background: linear-gradient(90deg, #1D0F67 0%, rgba(29, 15, 103, 0.94) 16%, rgba(29, 15, 103, 0.77) 39%, rgba(29, 15, 103, 0.49) 65%, rgba(29, 15, 103, 0.11) 93%, rgba(29, 15, 103, 0) 100%);
    opacity: 0.85;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.Why-Parkinsons {
    position: relative;
    min-height: 611px;
}

.Why-Parkinsons .Why-Parkinsons-content {
    position: relative;
    z-index: 9;
    max-width: 507px;
}

.Why-Parkinsons .Why-Parkinsons-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
/* or 131% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.Why-Parkinsons .Why-Parkinsons-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
 
    color: #FFFFFF;
    max-width: 343px;
    margin-bottom: 30px;
}

.Why-Parkinsons .Why-Parkinsons-content .btn.green-btn {
    background: transparent;
    width: 235px;
    color: #fff;
    border-color: #fff;
}

.Why-Parkinsons .Why-Parkinsons-content .btn.green-btn:hover {
    background-color: #fff;
    color: #A39DC3;
}
.section-heading h3 {
    font-style: normal;
    text-transform: unset;
    color: #000000;
    margin-bottom: 30px;
    font-family: Jost;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.section-heading {
    max-width: initial;
    position: relative;
    z-index: 1;
}

.section-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
 
    color: rgba(100, 100, 100, 1);
    margin-bottom: 30px;
}
.section-heading .btn.green-btn {
    width: 235px;
}

.section-heading .btn.green-btn:hover {
    background: transparent;
    color: #000;
}
.color-fff {
    color: #fff !important;
}

.Featured-Content {
    position: relative;
}

.Featured-Content:after {
    content: "";
    background-image: url(../img/overlay.png);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.btn.green-btn.color-fff {
    border-color: #ffff;
    background: transparent;
}

.Our-Team-item .Our-Team-image {
    width: 205px;
    height: 205px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    position:relative;
}

.Our-Team-item .Our-Team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Our-Team-item .Our-Team-content {
    text-align: center;
}

.Our-Team-item .Our-Team-content h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 1; 
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
 
.Our-Team-item .Our-Team-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px; 
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.Our-Team-item .Our-Team-content a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px; 
    text-align: center;
    color: #70CDE4;
        cursor: pointer;
}

.owl-nav {
    position: absolute;
    top: 0;
    display: block;
    left: -100px;
}

.owl-nav>button {
    width: 65px;
    height: 65px;
    border: 1px solid #484081 !important;
    border-radius: 50%;
    display: block;
    position: relative;
}

.owl-nav>button.owl-prev {
    margin-bottom: 20px;
}

.owl-nav>button>span {
    display: none;
}
.owl-nav>button:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

button.owl-next:after {
    background-image: url(../images/right.png);
}
button.owl-prev:after {
    background-image: url(../images/left.png);
}
.WhatsNew-item .WhatsNew-image {
    width: 100%;
    height: 340px;
    margin-bottom: 20px;
    overflow: hidden;
}
 .WhatsNew-item:hover img, .Our-Partners-item:hover img {
        transform: scale(1.1);
}

img {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
.WhatsNew-item .WhatsNew-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WhatsNew-item .WhatsNew-content h5 {
   font-family: Jost;
font-size: 28px;
font-weight: 500;
line-height: 32px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
}

.WhatsNew-item .WhatsNew-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
        display: -webkit-box;
    max-width: 100%;
    height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme-border:after {
    border-image-source: linear-gradient(90deg, rgba(122, 112, 165, 0) 0.83%, #7A70A5 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(122, 112, 165, 0) 0.83%, #7A70A5 100%);
}

.WhatsNew-item .WhatsNew-content a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #70CDE4;
}
.theme-border {
    position: relative;
    height: 1px;
}

.Our-Partners-item {
    position: relative;
    height: 70px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
 
.Our-Partners-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 

section {
    position: relative;
    z-index: 99;
    background: #fff;
}

section.banner {padding-bottom: 60px;position: relative;}
 
 div#Our-Partners {
    /* padding: 40px 0px; */
}
.PartnersSection {
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 40px 0px;
}
.owl-nav>button:hover,.owl-nav>button:focus {
    opacity: 0.5;
    outline: none;
}
/* footer */
footer.footer {
    background: #000;
    position: relative;
    z-index: 99;
}

.foooer-top .foooer-heading h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.foooer-top {
    padding: 50px 0px;
    position: relative;
}

.foooer-top .foooer-button {
    max-width: 546px;
}

.foooer-top .foooer-button button.btn.green-btn {
    width: 100%;
}

.foooer-top:after {
    content: "";
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.83%, #FFFFFF 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.83%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.foooer-bottom {
    padding-top: 66px;
    padding-bottom: 70px;
}

.foooer-bottom .footer-content > img {
    width: 118px;
    object-fit: contain;
    margin-left: 0;
    margin-bottom: 10px;
}

.footer-content p {
    font-style: normal;
    
    
/* or 142% */
    color: #fff;
    max-width: 307px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.footer_Box h3:after {
    content: "";
    background: rgba(255, 255, 255, 1);
    width: 22px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 75%;
}
.footer-content {
    margin-bottom: 0;
}

.footer_Box h3 {
       margin-bottom: 20px;
    font-family: Jost;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}

.footer_links li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.footer_links li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.footer_links li a:hover {
    color: #fff;
    opacity: 0.9;
}

.footer_media {
    margin: 38px 0px;
}

.footer_media ul {
    display: flex;
}

.footer_media ul li {
    margin-right: 10px;
}

.footer_media ul li a {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
}

.footer_media ul li a:hover {
    background: #fff;
    color: #000;
}
.footer_copyright p span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #A39DC3;
    display: block;
}
.CopyRights {
    padding-bottom: 20px;
}
.footer_Policy ul {
    display: flex;
    justify-content: end;
}

.footer_Policy ul li {
    position: relative;
    padding: 0px 20px;
}

.footer_Policy ul li a {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.footer_Policy ul li:after {
    content: "";
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
}

.footer_Policy ul li:last-child {
    padding-right: 0;
}
.footer_copyright p {
    font-size: 14px;
    color: #fff;
} 

.about-content .btn.green-btn:hover {
    color: #fff;
    background: #A39DC3;
}

     .block-field-blockparagraphanimated-circlesfield-sections:not(.animated-circles-overlay)>.field--name-field-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-field-blockparagraphanimated-circlesfield-sections:not(.animated-circles-overlay)>.field--name-field-sections>.field__item {
    padding-top: 25.33333%;
    width: 33.33333%;
}
.animated-circle .block-simple-blockoverlay-learn-more {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: none;
    /* margin-top: 20px; */
}
.Our-Team-section .mobile-view .section-heading .btn.green-btn, .WhatsNew-section .mobile-view  .section-heading .btn.green-btn, .col-lg-5.col-md-4.col-sm-4.mobile-order-2 .footer_copyright, .mobile-menu .Login_head.mobile-none, .mobile-menu .nav-btn.nav-slider, .nav-btn.nav-slider{
    display: none; 
}
.block-simple-blockoverlay-learn-more {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    width: 100%;
}
.Featured-Content .section-heading .btn.green-btn:hover {
    background: #ffffff;
    color: #000 !important;
}
.Our-Team-LinkedIn {
    position: absolute;
    width: 38px;
    height: 38px;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.Our-Team-LinkedIn:hover {
    background: #484081;
}
 
.Our-Team-item:hover .Our-Team-LinkedIn {
    bottom: 12px;
}
/* mobile-menu */
div#accordion-menu {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
        overflow-x: hidden;
        max-width: 500px;
}

div#accordion-menu.open {
    left: 0px;
    -webkit-box-shadow: 4px 4px 20px rgb(0 0 0 / 28%);
    box-shadow: 4px 4px 20px rgb(0 0 0 / 28%);
    opacity: 1;
}
.after-none:after{
    content:none !important;
}
/* mobile-menu */
.about-Why-Parkinsons.Why-Parkinsons .Why-Parkinsons-content p {
    max-width: 100%;
}
.color-9F99BF{
        color: #9F99BF !important;
}
.about-Why-image {
    text-align: end;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-Why-image img {
    object-fit: contain;
}

.about-Why-Parkinsons:after {
    content: "";
    background-image: url(../images/Image-Graphs.png);
    height: 500px;
    width: 500px;
    background-size: contain;
    position: absolute;
    right: -58px;
    bottom: 0;
    opacity: 1;
    top: auto;
    background-repeat: no-repeat;
}

header .green-btn.active {
    background: #fff;
    border-color: #fff;
    color: #A39DC3;
}

.color-57ADC2{
    background: linear-gradient(270deg, rgba(112, 205, 228, 0.76) 48.99%, #57ADC2 100%) !important;
-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.Donation-form .form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
/* or 138% */
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.Donation-checkbox-item {
    /* border: 1px solid #A39DC3; */
    /* border-radius: 15px; */
    min-width: 105px;
    margin: 0px 10px 10px 0px;
}

.Donation-checkbox-box {
    display: flex;
    flex-wrap: wrap;
}

.Donation-checkbox-item input[type="radio"] {
    display: none;
}

.Donation-form .form-group .Donation-checkbox-item label{
    position: relative;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #A39DC3;
    border-radius: 15px;
    margin: 0px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 43px;
/* or 110% */
    text-align: center;
    color: #A39DC3;
}

.Donation-form .form-group .Donation-checkbox-item  label:hover, 
.Donation-checkbox-item input:checked + label.radio_btn, 
.Donation-checkbox-item input:checked + label.radio_btn, 
.Donation-checkbox-item input:checked + label.radio_btn {
    background: #A39DC3;
    color: #fff;
}
.enter-amount {
    border: 1px solid #A39DC3;
    border-radius: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    overflow:hidden;
}

.enter-amount span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    min-width: 105px;
    height: 100%;
}

.enter-amount .enter-amount-input:focus, .form-control:focus {
    outline:none;
    box-shadow:none;
    border-color:#000;
}
.enter-amount .enter-amount-input {
    border: none;
    display: block;
    height: 65px;
    width: 100%;
    border-left: 1px solid #A39DC3;
    font-weight: 400;
    font-size: 32px;
    line-height: 22px;
    padding: 15px 20px;
}

.form-control {
    min-height: 50px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000000;
    background: #f8f8f8;
}
 
.Donation-form .form-group {
    margin-bottom: 30px;
}

.WhatsNew-page .WhatsNew-item .WhatsNew-image { 
    height: 293px; 
}
.WhatsNew-page .WhatsNew-item {
    margin-bottom: 40px;
}
.color-000 {
    color: #000 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: text !important;
}
label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.form-group {
    margin-bottom: 30px;
}

.form-box {
    max-width: 1062px;
    margin: auto;
}

header.header.js-header.header-2 {
    background: #fff;
}

header.header.js-header.header-2 .navbar-light .navbar-nav .nav-link {
    color: #000;
    filter: none;
}

header.header.js-header.header-2  .btn.green-btn {
    color: #A39DC3;
}

header.header.js-header.header-2 .btn.green-btn:hover {
    background: #A39DC3;
    color: #fff;
}

.news-page-banner {
    margin-top: 111px;
}

.news-page-banner .news-image {
    height: 660px;
    width: 100%;
}

.news-page-banner .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content-image {
    height: 451px;
    width: 100%;
}

.news-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moretext {
  display: none;
}
.CustomCheck {
    display: flex !important;
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #727272;
    margin-top: 15px;
    margin-bottom: 30px !important;
    min-height: 42px;
    align-items: center;
    flex-wrap: wrap;
}

.CustomCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 35px;
    width: 42px;
    background-color: #fff;
    border: 1px solid #A39DC3;
    border-radius: 6px;
}

.CustomCheck .checkmark:after {
    left: 15px;
    top: 1px;
    width: 13px;
    height: 24px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    /* display: none; */
}

.CustomCheck input:checked ~ .checkmark {
    background-color: #A39DC3;
    border: none;
}

.CustomCheck  .price {
    margin: 5px;
    color: #a39dc3;
}
 
section.py-theme.about-section.news-details-page .about-content.text-center h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 54px; 
    text-align: center;
    text-transform: uppercase;
    color: #0079DE;
    margin-bottom: 10px;
}

section.py-theme.about-section.news-details-page .about-content.text-center h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px; 
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 15px;
}

header .green-btn img {
    margin-right: 6px;
}
header .green-btn:hover img {
    filter: invert(1);
}

.slider-info.banner-bg {
    width: 100%;
    z-index: 9;
}

.banner-text h1 {
    font-family: Jost;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
    color: #fff;
	 background: #0000008a;
	      padding: 15px 40px;
    display: inline;
	text-wrap: nowrap;
}

.banner-text .btn.green-btn {
    border-color: #fff;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-family: Jost;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    letter-spacing: 1px;
    text-align: center;
    width: auto;
    padding: 18px 30px;
    height: auto;
    margin: auto;
	background-color:transparent !important;
}

.banner-text .content-box {
    text-align: center;
	   
}
 
.banner-text .btn.green-btn:hover {
    color: #000;
    background: #fff;
}
.footer_links {
    max-width: 205px;
}

.Contact-footer_links p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 30px;
}
.banner.innerbanner {
    max-height: 600px;
	height:600px;
}
.Contact-footer_links ul a {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.Contact-footer_links ul a img {
    margin-right: 8px;
}

.Contact-footer_links ul a:hover{
opacity: 75%;
}
.Our-Partners-heading h4 {
    font-family: Jost;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.Featured-Content .section-heading h3 {
        font-family: Jost;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: unset;
}

.Featured-Content .section-heading {
    max-width: 100%;
}

.Featured-Content .section-heading p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    max-width: 440px;
}

.Featured-Content .section-heading h6 {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.23px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.Featured-Content .section-heading h6 .Dots {
    width: 7px;
    height: 7px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.section-heading h6 {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.23px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: rgba(100, 100, 100, 1);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.section-heading h6 span {
    width: 7px;
    height: 7px;
    display: block;
    background: rgba(100, 100, 100, 1);
    border-radius: 50%;
    margin-right: 10px;
    display: none;

}
.divider {
    width: 35px;
    height: 3px;
    background: rgba(100, 100, 100, 1);
    display: block;
    margin-top: 8px;
}
.AboutImageBox {
    border-radius: 12px;
    overflow: hidden;
    padding-right: 57px;
    position: relative;
}
.yearsBox {
    background: #000;
    width: 135px;
    height: 149px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    bottom: 130px;
    right: 0;
    padding: 20px;
    text-align: center;
}

.yearsBox h5 {
    font-family: Jost;
    font-size: 40px;
    font-weight: 700;
    line-height: 57.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.yearsBox p {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.DarkSection{
background: #000;
}
.ProgramsSection .btn.green-btn {
    width: auto;
    padding: 0px 30px;
}

.ProgramsSection .btn.green-btn:hover {
    background: #fff;
    color: #000 !important;
}

.WhatsNew-item {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.WhatsNew-item .WhatsNew-content {
    position: absolute;
    bottom: 20px;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}

.WhatsNew-item .WhatsNew-image {
    margin: 0;
}

.WhatsNew-item:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.ProgramsSection .WhatsNew-item {
    margin-bottom: 30px;
}
.WhatsNew-item   * {
    z-index: 1;
}

.WhatsNew-item:before {
    content: "";
   border: 1px solid rgba(255, 255, 255, 0.2);
    width: 90%;
    height: 90%;
    position: absolute;
    z-index: 1;
    aspect-ratio: 0.8/0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    transition: 0.6s;
    opacity: 0;
}

.WhatsNew-item:hover:before {
    opacity: 1;
    transition: 0.6s;
}

#WhatsNew .owl-dots {
    margin-top: 20px;
    text-align: center;
}

#WhatsNew .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0px 3px;
}

#WhatsNew .owl-dots button.owl-dot.active {
    width: 14px;
    height: 14px;
    background: #fff;
}

.GraySection {
    background: rgba(248, 248, 248, 1);
}

.Testimonials-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}

.Testimonials-item .Testimonials-image {
    height: 285px;
    position: relative;
}

.Testimonials-item .Testimonials-image .Testimonial-Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Testimonials-item .Testimonials-image .play-Img {
    position: absolute;
    z-index: 1;
    width: 102px;
    height: 102px;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.Testimonials-content {
    padding: 30px;
}

.Testimonials-content p {
    margin-bottom: 15px;
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

.Testimonials-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Testimonials-content ul li {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 20px;
    padding-right: 20px;
    color: #000;
    position: relative;
}

.Testimonials-content ul li:last-child {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.Testimonials-content ul li:after {
    content: "";
    background: #000;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    right: -3px;
    top: 42%;
}

.Testimonials-content ul li:last-child:after {
    display: none;
}


.darkDots .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.darkDots .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border: solid 1px #000;
    border-radius: 50%;
    margin: 0px 3px;
}

.darkDots .owl-dots button.owl-dot.active {
    width: 14px;
    height: 14px;
    background: #000;
}

.owl-dots button:focus{
    outline: none;
}
.ReadyToStart {
    max-width: 470px;
    background: #000;
    border-radius: 12px;
    padding: 70px 46px;
    text-align: center;
    margin-top: 40px;
    display: block;
}

.ReadyToStart h3 {
    font-family: Jost;
    font-size: 40px;
    font-weight: 600;
    line-height: 57.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 10px;
}

.ReadyToStart p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 26px;
}

.ReadyToStart .btn.green-btn.color-fff {
    margin: auto;
}

.TestimonialsSection {
    z-index: 1;
}
.ReadyToStartSection .ReadyToStart {
    margin-bottom: -35px;
}

.MakeSteps {
    position: relative;
}

.MakeStepsIteme {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.MakeStepsIteme .MakeStepsNumber {
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.MakeStepsIteme .MakeStepsContent {
    width: calc(100% - 100px );
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.MakeStepsNumber h4 {
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    line-height: 43.35px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.MakeStepsIteme .MakeStepsContent h5 {
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;

}

.MakeStepsIteme .MakeStepsContent p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(100, 100, 100, 1);
}

.MakeSteps:after {
    content: "";
    height: 80%;
    width: 1px;
    background: rgba(221, 221, 221, 1);
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.btn.green-btn.color-fff:hover {
    background: #fff;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

.CaseStudiesSection .Testimonials-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.CaseStudiesSection .Testimonials-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CaseStudiesSection .Testimonials-content {
    padding: 24px;
}

.CaseStudiesSection .Testimonials-item {
    margin-bottom: 30px;
}

.BlogPage.CaseStudiesSection .Testimonials-item {
    display: flex;
    align-items: center;
}

.BlogPage.CaseStudiesSection .Testimonials-item .Testimonials-image {
    height: 175px;
    width: 150px;
}

.BlogPage.CaseStudiesSection .Testimonials-item .Testimonials-content {
    width: calc(100% - 150px);
}
.BlogPage.CaseStudiesSection .Testimonials-item .Testimonials-content h6 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.BlogPage.CaseStudiesSection .Testimonials-content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.info-box figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.info-box figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.info-box figcaption h3 {
    color: #333;
    text-align: center; 
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 200% */
    letter-spacing: 1px;
}

.info-box figcaption p,.info-box figcaption a {
    color: #333;
    text-align: center; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

.conatct-info-sec .col-lg-4:last-child .info-box {
    border: 0;
}
.map-frame iframe {
    border-radius: 15px;
}
.contact-form {
    padding: 40px 60px;
}

.contact-form {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 79px 0px rgb(0 0 0 / 5%);
    padding: 40px;
    height: 100%;
}

.form-head h3 {
    color: #333; 
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.map-frame {
    height: 100%;
}

.program-detail {
    background: #FAFCF7;
}
.program-sidebar{
    background-color:#fff;
    border-radius:8px;
    padding-left:30px;
    padding-top:30px;
    padding-bottom:30px;
}
.program-sidebar .nav-tabs {
    border-bottom: 0;
    flex-direction: column;
}
.program-sidebar ul li a {
    color: #333 !important;
     
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 1px;
    padding-left: 20px;
    border:0 !important;
    border-left: 5px solid transparent !important;
}
.program-sidebar ul li a:hover,
.program-sidebar ul li a:focus {
    border:none !important;
    outline:none;
    border-left: 5px solid transparent !important;
    
}

.program-sidebar .nav-tabs a.active,
.program-sidebar .nav-tabs li.show a{
    border: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1px;
    border-radius: 8px;
    border-left: 5px solid #000 !important;
    background: #FAFCF7;
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
}

.program-sidebar .sidebar-head h3 {
    color: #333; 
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 150% */
    letter-spacing: 1px;
}

.sidebar-head {
    margin-bottom: 20px;
}

.program-sidebar ul li a{
    position:relative;
}
.program-sidebar ul li a:after {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    background-image: url(../img/arrow-default.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translatey(-50%);
}
.program-sidebar ul li a.active:after {
    background-image: url(../img/arrow-default.svg);
}


.card-panel {
    border-radius: 15px;
    background: #FFF;
}

.img-panel figure {
    position: relative;
    overflow: hidden;
    height: 310px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
}

.img-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.img-panel figcaption h2 {
    color: #333;
    
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 128.571% */
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.img-panel figcaption {
    padding: 40px;
}

.appoint-grp {
    display: flex;
    align-items: center;
}


.appoint-grp {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.inst-name {}

.inst-name h4 {
    color: #333;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 1px;
}
.inst-name p {
    color: #333;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-instructor {
    display: flex;
    margin-right: 30px;
    padding-right: 30px; 
    align-items:center;
}

.user-instructor .inst-img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.user-instructor .inst-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.durations {
    display: flex;
}

.durations h4 {
    color: #333;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    line-height: 22px;
}

.durations p {
    color: #333;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.calendar {
    margin-right: 20px;
}

.Appointment {
    margin-left: auto;
}

.Appointment .green-btn {
    min-width: 220px;
}

.Appointment .green-btn {
    min-width: 220px;
}
.Appointment .green-btn svg {
    margin-left:10px;
}


.card-panel {
    border-radius: 15px;
    background: #FFF;
    margin-bottom: 30px;
}

.instructor-description {
    padding: 40px;
}



.instructor-description {
    padding: 40px;
}

.instructor-description h3 {
    color: #333;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 130% */
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.instructor-description p {
    color: #333;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 20px;
}

.instructor-description p strong {
    color: #333;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}

.instructor-description ul li {
    margin-bottom: 15px;
    list-style: auto;
/*     list-style-position: inside; */
    text-indent: -16px;
    padding-left: 14px;
}

.detail-price {
    position: absolute;
    right: 20px;
    top: 20px;
}

.detail-price p {
    border-radius: 8px;
    background: #000;
    padding: 2px 15px;
    color: #FFF;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 225% */
    letter-spacing: 1px;
}

.price-book p {
    color: #7DC02D;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 225% */
    letter-spacing: 1px;
}

.book-inst {
    display: flex;
    align-items: center;
}

.price-book {
    margin-left: auto;
}
 

.book-inst .Appointment {
    margin-left: 20px;
}

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

.Facilities h3 {
    margin: 0;
}

.card-panel:last-child {
    margin: 0;
}

.error-page .header {
    background: #000000bf;
}

.error-page-section {
    margin-top: 130px;
}

.error-page-section .section-heading h3 {
    text-align: center;
}

.error-page-section .section-heading h3 .divider {
    margin-left: auto;
    margin-right: auto;
}

 

 .OurTeamImage  img.TeamImage {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.OurTeamContent .section-heading h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.OurTeamImage {
    position: relative;
}

.awardImage {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -30px;
}

.awardImage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.TeamDetails .modal-dialog {
    max-width: 1100px;
}

.TeamDetails .modal-dialog .modal-body {
    padding: 30px;
}
.OurTeamContent .section-heading p {
    margin-bottom: 15px;
}


.TeamDetails .modal-dialog .modal-body .close {
    z-index: 9;
    position: absolute;
    right: 20px;
    font-size: 24px;
}

.OurTeamBox {
    margin-bottom: 40px;
}

.ProgramsSection .WhatsNew-item .WhatsNew-image {
    height: 250px;
}

.ProgramsSection .WhatsNew-item .WhatsNew-content h5 {
    font-size: 18px;
    line-height: 1.2;
}

.ProgramsSection .WhatsNew-item .WhatsNew-content {
    padding-bottom: 0px;
}
.Featured-Content .section-heading li {
    color: #fff;
    margin-bottom: 20px;
    list-style: circle;
}

.Featured-Content .section-heading ul {
    padding-left: 40px;
}

.RelatedPrograms #WhatsNew .owl-dots button.owl-dot {
    border-color: #000;
}

.RelatedPrograms #WhatsNew .owl-dots button.owl-dot.active {
    background: #000;
}

.Blog-page .Testimonials-item .Testimonials-image {
    height: 350px;
}

.Blog-page .Testimonials-item .Testimonials-content h6 {
    background: #000;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
}

.Blog-page .Testimonials-item .Testimonials-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.program-sidebar.sidebarTags   .nav-tabs {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.program-sidebar.sidebarTags .nav-tabs .nav-link {
    padding: 6px 10px;
    font-size: 14px;
    background: #dddddd91;
    line-height: 1.5;
    border-radius: 5px;
        font-weight: 500;
    border: none !important;
}

.program-sidebar.sidebarTags .nav-tabs .nav-link:after {
    display: none;
}

.program-sidebar.sidebarTags {
    padding: 30px;
}

.program-sidebar.sidebarTags .nav-tabs .nav-link.active, .program-sidebar.sidebarTags .nav-tabs .nav-link:hover {
    background: #000;
    color: #fff !important;
}

.ReadyToStart.Sidebar {
    padding: 30px;
}

.ReadyToStart.Sidebar h3 {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.ReadyToStart.Sidebar p {
    font-size: 14px;
    line-height: 1.5;
}

.ReadyToStart .btn.green-btn.color-fff{
max-width: 100%;
}

.AboutImageBox img.img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.OurTeamContent ul {
    padding-left: 30px;
}

.OurTeamContent ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.TestimonialsPage .Testimonials-item {
    margin-bottom: 30px;
}

.eshuzu_post_carousel_frame .esz_post_slide .esz_slide_box:hover img {
    transform: scale(1.1);
}

.eael-grid-post-holder-inner:hover img {
    transform: scale(1.1);
}


#navbarSupportedContent {
  justify-content: space-between !important;
}

@media(max-width:992px){
	.banner-text h1 {
  text-wrap: wrap !important;
    background: unset;
		display: block;
	
}
	.banner::after{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, #0000004d 0);
	}
	.banner.innerbanner {
  max-height: 380px;
  height: 380px;
}
}