/*!Style Css by @Sahil */
@import url(bootstrap.css);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;900&display=swap');
@font-face {
  font-family: P22_Underground_Regular;
  src: url(../fonts/P22Underground-Light.otf);
}
@font-face {
  font-family: P22_Underground_Heavy;
  src: url(../fonts/P22Underground-Medium.otf);
}


:root {
  font-size:62.5%;
}


html,
body {
    font-size: 100%;
    overflow-x: hidden;
    font-family: P22_Underground_Regular;
    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: #A39DC3;
}

::selection {
  color: #fff;
  background: #A39DC3;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    font-family: 'Outfit', 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;
}

p,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 {width: 313px;height: 49px;border: 1px solid #A39DC3;border-radius: 23px;font-style: normal;font-weight: 400;font-size: 18px;line-height: 22px;
/* identical to box height */text-align: center;color: #A39DC3;background: transparent;}
.green-btn:hover,
.green-btn:hover:focus,
.green-btn:active {
	background-color: #fff;
	color: #A39DC3;
}

@-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;
    background: rgba(0, 0, 0, 0.5);
    
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

header.header.js-header::after {
    content:"";
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 99.17%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 99.17%);
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
}
 
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: #484081;
}
header .navbar.navbar-light {
	/* background: #00000033; */
	padding: 2.2rem 0;
}
 
.navbar-light .navbar-brand {
	margin:0;
}
.logo-box {
    height: 59px;
    overflow: hidden;
    padding-top: 9px;
}

.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: 160px;
	height: 49px;
	border: 1px solid #A39DC3;
	border-radius: 23px;
	background: transparent;
	font-family: 'P22_Underground_Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
/* identical to box height */
	text-align: center;
	color: #FFFFFF;
	margin-left: 2.5rem;
}
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: capitalize;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-family: 'P22_Underground_Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.navbar-light .navbar-nav .nav-link:after {
	display:none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    opacity: 20%;
    color: #fff;
}
.navbar-light .navbar-nav .nav-item {
    padding: 0.5rem 2.5rem;
}

.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(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 760px;
    display: flex;
    align-items: flex-end;
}
.banner-text h2 {
    margin: 0;
    font-family: 'P22_Underground_Regular';
    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: 20px;
}
.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;
    
    /*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: 25px;
    text-transform: uppercase;
}
.about-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
}
.abt-img-box img{ width:100%;}
.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;
}

.all-Our-Team-listing .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;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.section-heading {
    max-width: 334px;
    position: relative;
    z-index: 1;
}

.section-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
 
    color: #000000;
    margin-bottom: 30px;
}
.section-heading .btn.green-btn {
    width: 235px;
}

.section-heading .btn.green-btn:hover {
    background: #A39DC3;
    color: #fff;
}
.color-fff {
    color: #fff !important;
}

.Featured-Content {
    position: relative;
}

.Featured-Content:after {
    content: "";
    background: linear-gradient(270deg, #70CDE4 0%, rgba(112, 205, 228, 0) 93.35%);
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.btn.green-btn.color-fff {
    border-color: #ffff;
}

.Our-Team-item .Our-Team-image {
    width: 205px;
    height: 205px;
    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;
}

.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: 322px;
    margin-bottom: 20px;
}
 
.WhatsNew-item .WhatsNew-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.WhatsNew-item .WhatsNew-content h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
}

.WhatsNew-item .WhatsNew-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    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;
    width: 180px;
    margin: auto;
    padding: 0px 20px;
}
 
.Our-Partners-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-info.banner-bg {
    position: fixed;
    z-index: -2;
}

section {
    position: relative;
    z-index: 99;
    background: #fff;
}

section.banner {
    z-index: 0;
}
.Our-Partners-item:after {
    content:"";
    border-image-source: linear-gradient(90deg, rgba(29, 15, 103, 0) -12.5%, #1D0F67 100%);
    background: linear-gradient(90deg, rgba(29, 15, 103, 0) -12.5%, #1D0F67 100%);
    position:absolute;
    width:1px;
    height:70px;
    right: -20px;
    top:0;
    z-index:99;
}
 div#Our-Partners {
    margin: 40px 0px;
}
.owl-nav>button:hover,.owl-nav>button:focus {
    opacity: 0.5;
    outline: none;
}
/* footer */
footer.footer {
    background: #484081;
    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: 60px;
    padding-bottom: 70px;
}

.foooer-bottom .footer-content img {
    height: 74px;
    width: 347px;
    object-fit: contain;
    margin-left: 0;
    margin-bottom: 50px;
}

.footer-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
/* or 142% */
    color: #A39DC3;
    max-width: 360px;
    margin-top: 5px;
}

.footer-content {
    margin-bottom: 0;
}

.footer_Box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #A39DC3;
    margin-bottom: 10px;
}

.footer_links li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
 
    color: #FFFFFF;
}

.footer_links li a:hover {
    color: #A39DC3;
}

.footer_media {
    margin: 38px 0px;
}

.footer_media ul {
    display: flex;
}

.footer_media ul li {
    margin-right: 10px;
}

.footer_media ul li a {
    height: 41px;
    width: 41px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.footer_media ul li a:hover {
    background: #A39DC3;
}
.footer_copyright p span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #A39DC3;
    display: block;
}

.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 .section-heading .btn.green-btn,
.WhatsNew-section .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: #a39dc3 !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: 80%;
    color: #fff;
    background-color: #1d0f67;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
	    overflow-x: hidden;
}

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:#A39DC3;
}
.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: 65px;
    border-radius: 15px;
    border: 1px solid #A39DC3;
    padding: 15px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #000000;
}
.submit-btn {
    border: 1px solid #A39DC3;
    border-radius: 23px;
    width: 100%;
    height: 49px;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px; 
    text-align: center;
    color: #A39DC3;
}

.submit-btn:hover {
    background: #A39DC3;
    color: #fff;
}
.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: 600;
    font-size: 16px;
    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;
}
