p {
    font-family: Nunito;
}
body {
    font-family: Nunito;
}
.blog-listing-main h1 {
    font-family: Adelle;
    font-style: normal;
    font-weight: bold;
    font-size: 69px;
    line-height: 92px;
    text-align: center;
    color: #160E16;
}
ul.blog-cat {
    margin: 20px auto 0;
    max-width: 430px;
    display: grid;
    grid-row-gap: 24px;
    text-align: center;
}

ul.blog-cat li.break-silence-behavior {
    grid-column: 1;
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 5;
    text-align: center;
}

ul.blog-cat li a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #853886;
    border: 1px solid #853886;
    border-radius: 50px;
    padding: 5px 20px;
}
ul.blog-cat li a:hover {
    background: linear-gradient(
277.19deg
 , #853886 35.34%, #FF3562 100%);
    color: #fff;
    border: 0px;
    padding: 7px 21px !important;
}

@media only screen and (max-width: 380px) {
    ul.blog-cat {
        grid-row-gap: 15px;
    }
    ul.blog-cat li.blog {
        margin-right: 12px;
        text-align: right;
    }
    ul.blog-cat li.break-silence-behavior {
        grid-column-end: 3;
        grid-row: 3;
    }
    ul.blog-cat li.news {
        text-align: left;
        margin-left: 12px;
    }
    ul.blog-cat li.press-release {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    ul.blog-cat li.search {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.blog-listing-main {
    /* background-image: url(../images/back-dot-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    margin-top: 50px;
    margin-bottom: 130px;
}

.right-bg .text-center {
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    margin-top: 70px;
    margin-bottom: 150px;
}
.right-bg .text-center:before, .right-bg .text-center:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ECECEC;
    margin: auto;
}
.right-bg {
    background-image: url(../images/right-dot-back.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}
.first-blog-main {
    display: inline-block;
    margin-bottom: 85px;
	    width: 100%;
}
.first-blog-left {
    float: left;
    width: 50%;
	background-image: url(../images/back-dot.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 41px;
    padding-left: 30px;
    position: relative;
    left: -36px;
}
.first-blog-right span {
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #853886;
    /* opacity: 0.7; */
}
.first-blog-right {
    float: right;
    width: 50%;
	margin-top: 75px;
}
.first-blog-right h3 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 170%;
    color: #160E16;
}
.first-blog-right p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #655865;
    width: 86%;
}
a.cont-read {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #853886;
    margin-top: 35px;
    display: block;
}
a.cont-read:after {
    position: relative;
    content: url(../images/arrow-right.svg);
    top: 1px;
	left: 10px;
}
button.btn.btn--primary.btnclassforrm.ar-btn {
    margin-top: 70px;
    margin-bottom: 150px;
}
.second-blog-grid {
    width: 32%;
}
.second-blog-grid:nth-child(3n+2){
	    margin-left:2%;
		margin-right:2%;
}
.second-blog-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}
.second-blog-main span {
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #853886;

    /* opacity: 0.7; */
}
.second-blog-main h3 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    color: #160E16;
	margin-top: 6px;
    min-height: 41px;
}
.first-blog-right h3 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
}
.second-blog-main p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #655865;
}
.stories .second-blog-grid-inner {
    background-color: #F9F5F9;
}
.template-about .second-blog-grid-inner , .category .second-blog-grid-inner , .single-post .second-blog-grid-inner {
    background: #F9F5F9;
	width:100%;

}
.second-blog-grid-inner {
    display: inline-block;
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.second-blog-grid img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 290px;
	  border-radius: 4px 4px 0 0;
}
.second-blog-grid {
    margin-bottom: 24px;
}
.first-blog-left img {
    width: 85%;
}
li.active-bg a {
    color: #fff !IMPORTANT;
    border: none !IMPORTANT;
    padding: 7px 20px !important;
}

.blog-single-main {
    background-image: url(../images/back-dot-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}
.blog-single-main a {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #853886;
}
a.back-to-blog:before {
    position: relative;
    content: url(../images/arrow-left.svg);
    top: -1px;
    right: 10px;
}
img.clipboard {
    cursor: pointer;
}
.share-link p {
    text-align: right !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 14px !important;
}
.blog-single-main h1 {
    font-family: Adelle;
    font-style: normal;
    color: #160E16;
    padding: 45px 0px;
	text-align: center;
    margin: 0 auto;
	width: 70%;
	font-family: Adelle;
	font-style: normal;
	font-weight: bold;
	font-size: 69px;
	line-height: 92px;

}
.blog-single-main span {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #853886;
    opacity: 0.5;
}
.blog-single-content-inner {
    margin: 0 auto;
    width: 70%;
}
.single-img {
    margin: 0 auto;
    background-image: url(../images/back-dot.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 34px;
    padding-right: 30px;
    position: relative;
    right: -6px;
    margin-bottom: 80px;
}
.single-img img {
    width: 100%;
}
.blog-single-content-inner p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #655865;
    margin-bottom: 40px;
}
/* .blog-single-content-inner ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */
/* .blog-single-content ul {
    border-bottom: 1px solid #85388654;
    border-top: 1px solid #8538865e;
    padding: 30px 18px;
    margin: 70px 0px;
}
.blog-single-content ul li {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 300%;
    color: #655865;
} */
.share-link ul li:before {
    content: none;
}
.share-link ul {
    border: none;
}

.share-link {
    margin: 0 auto;
    width: 38%;
    background-color: #F9F5F9;
    padding: 30px 0px 62px 30px;
    display: block;
    margin-top: 80px;
}
.share-link span {
    float: left;
    width: 20%;
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    color: #160E16;
}
.share-link ul {
    float: left;
    width: 79%;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
}
.share-link ul li {
    display: inline-block;
    margin-top: -11px;
    padding: 10px;
}
.comment-form-main {
    /* background: #F9F5F9; */
    /* padding: 120px 0px; */
    margin-bottom: 90px;
    position: relative;
}
.comment-form-main:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(0% 3%, 100% 0%, 100% 97%, 0 100%);
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: #F9F5F9;
}
.blog-single-content-inner {
    margin: 0 auto;
    width: 70%;
    padding: 30px 0px 120px 0px;
    /* display: inline-block; */
}
.blog-single-content-inner.comment h1 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    color: #160E16;
    text-align: center;
    margin-bottom: 30px;
}
h1.others-post {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    color: #160E16;
    text-align: center;
    margin-bottom: 40px;
}
.others-post-main {
    margin-bottom: 85px;
}
.blog-single-content-inner.comment h2 {
    font-size: 20px;
    margin-bottom: 20px;
}



/* stories */


.stories-main {
    background-image: url(../images/back-dot-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 90px;
    text-align: center;
}
.stories-main h1 {
    font-family: Adelle;
    font-style: normal;
    font-weight: bold;
    font-size: 69px;
    line-height: 92px;
    color: #160E16;
}
.stories-main p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0px;
}
.stories-loop-main {
    margin: 50px 0px;
}
.stories-post-main-first {
    width: 100%;
    display: inline-block;
	margin: 0px 0px;

}
.stories-post-left-first {
    float: left;
    width: 45%;
	background-image: url(../images/back-dot.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 32px;
    padding-left: 30px;
    position: relative;
    left: -36px;
}
.stories-post-left-first img {
    width: 95%;
}
.stories-post-right-first {
    float: right;
    width: 45%;
    margin-top: 7%;
}
.stories-post-right-first h3 , .stories-post-left-second h3 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 170%;
    color: #160E16;
}
.stories-post-right-first a , .stories-post-left-second a{
    font-family: Adelle;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #853886;
    margin-top: 30px;
    display: block;
}
.stories-post-right-first a:after , .stories-post-left-second a:after {
    position: relative;
    content: url(../images/arrow-right.svg);
    top: 1px;
    left: 10px;
}
.stories-post-right-first p , .stories-post-left-second p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
}
.stories-loop-inner-2 {
	display: inline-block;
    position: relative;
    width: 100%;
    margin: 120px 0px;
}
.stories-loop-inner-2:before {
    --tw-bg-opacity: 1;
    background-color: #F9F5F9;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
    z-index: -1;
    display: inline-block;
    padding: 120px 0px;
}
.stories-loop-inner-2 .stories-post-main-second {
    padding: 120px 0px;
    width: 100%;
    display: inline-block;
}

.stories-post-left-second {
    float: left;
    width: 45%;
    margin-top: 4%;
}
.stories-post-right-second {
    float: right;
    width: 40%;
	background-image: url(../images/back-dot.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 32px;
    padding-right: 0px;
    position: relative;
    right: -36px;
}
.stories-post-right-second img {
    width: 95%;
}
.other-stories h1 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    color: #160E16;
    text-align: center;
    margin-bottom: 80px;
}
.second-blog-main.stories h3 {
    min-height: 41px;
}
a.read-more {
    font-family: Adelle;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #853886;
    margin-top: 30px;
    display: block;
}
a.read-more:after {
    position: relative;
    content: url(../images/arrow-right.svg);
    top: 1px;
    left: 10px;
}
.other-stories {
    margin-top: 85px;
    margin-bottom: 85px;
}
.others-post-main.stories h3 {
    min-height: 40px;
}
.Newsletter-container::after {
    position: absolute;
    content: url(../images/share-dots.svg);
    right: -13px;
    bottom: -19px;
    z-index: -1;
}
section.Newsletter.stories {
    margin-bottom: 150px;
}
section.Newsletter.stories p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #FEFEFE;
    width: 70%;
}
section.Newsletter.stories a {
    float: right;
    border: 2px solid #fefefeba;
    border-radius: 4px;
    font-family: Adelle;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FEFEFE;
    padding: 15px 20px;
}
.stories-main.share-story p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.story-form {
    display: inherit;
    width: 76%;
    margin: 0 auto;
}

div#wpcf7-f244-o1 {
    clear: both;
}
.story-form img {
    float: left;
    width: 5%;
}
.share-story-form h3 {
    color: #160E16;
    padding-left: 15px;
    float: left;
    width: 95%;
}

/* contact */

.contact-desc p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    color: #655865;
}
.contact-desc {
    padding-top: 40px;
}
.contact-us-layout {
    display: flex;
    width: 70%;
    padding-bottom: 100px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;

}
.contact-form-left {
    width: 60%;

}
/* .contact-form-left img {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: -6px;
} */

.contact-form-right {
    width: 35%;
    padding-left: 4%;
	margin-top: 60px;
}
.contact-form-right h4 {
    margin-bottom: 8px;
}
/* .contact-form-left h3{
	padding-bottom: 15px;
} */
.contact-form-right div {
    padding-bottom: 30px;
}
/* .contact-form-left input.wpcf7-form-control.wpcf7-text,.contact-form-left textarea{
	border: 1px solid #853886;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 14px;
    margin-bottom: 15px;
    width: 90%;
} */

/* .contact-form-left button,
.contact-form-left [type='button'],
.contact-form-left [type='reset'],
.contact-form-left [type='submit']{
	width: 217px;
    height: 54px;
    left: calc(50% - 217px/2 - 405.5px);
    top: calc(50% - 54px/2 + 528.5px);
    text-transform: uppercase;
    background: #FF3562;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
} */

.wpcf7::-webkit-input-placeholder { /* WebKit browsers */
    color: #BCBCBC !important;
    opacity: 1;
}


/* Leadership */

.leadership-main {
    margin-bottom: 80px;
}
.stories-main.leadership h1{
	padding-bottom: 50px;
}
.leadership-loop-main-first,.leadership-loop-main-second {
    width: 100%;
    display: inline-block;
	margin: 60px 0px;
}
.leadership-loop-first-left {
    float: left;
    width: 28%;
	background-image: url(../images/back-dot.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 32px;
    padding-left: 30px;
    position: relative;
    left: -36px;
}
.leadership-loop-first-right {
    float: left;
    width: 70%;
	margin-top: 25px;
}
.leadership-loop-first-right span , .leadership-loop-second-left span{
    font-family: Adelle;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #853886;
}
.leadership-loop-first-right h3, .leadership-loop-second-left h3 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 170%;
    color: #160E16;
    margin-bottom: 30px;
}
a.meet-link {
    font-family: Adelle;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #853886;
    margin-top: 30px;
    display: block;
}
a.meet-link:after {
    position: relative;
    content: url(../images/arrow-right.svg);
    top: 1px;
    left: 10px;
}
.leadership-loop-first-right p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
}
.leadership-loop-second-left {
    float: left;
    width: 70%;
    margin-top: 25px;
    margin-left: 50px;
}

.leadership-loop-second-left p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
}

.leadership-loop-second-right {
    float: left;
    width: 26%;
    background-image: url(../images/back-dot.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 32px;
    padding-right: 31px;
    position: relative;
    right: -36px;
}
.leadership-loop-second-right img {
    float: right;
}
.leadership-single-main {
    /* background: #F9F5F9; */
    margin-bottom: 140px;
    margin-top: 90px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.leadership-single-main:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(0% 3%, 100% 0%, 100% 97%, 0 100%);
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: #F9F5F9;
}
.leadership-single-inner {
    padding: 0px 3%;
}
.leadership-single-left {
    width: 40%;
    top: -52px;
    position: relative;
    float: left;
}
.leadership-single-left img {
    width: 87%;
}
.leadership-single-right {
    float: left;
    width: 44%;
    margin-left: 5%;
    padding: 90px 0px;
}
.leadership-single-right p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
    margin-bottom: 30px;
}
.leadership-single-left span {
    font-family: Adelle;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    color: #160E16;
    margin-top: 80px;
    display: block;
}
.leadership-single-left ul li img {
    width: auto;
}
.leadership-single-left ul li img {
    width: 68%;
}
.leadership-single-left ul li {
    display: inline-block;
    margin-right: -2px;
}
.leadership-single-left ul {
    margin-top: 20px;
}
img.linkedin_url {
    margin-top: -22px;
}

/* About */

.about-header-main {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 100px;
}
.about-header-left {
    float: left;
    width: 50%;
}
.about-header-right {
    float: right;
    width: 50%;
}
.overlay-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.about-header-back-img{

	background-image: url(/wp-content/themes/fibroid-fighters/dist/images/about-back.svg);
    background-position: left;
    background-repeat: repeat-x;
    height: 200px;
	    margin-top: -15px;
}
h3.about-header {
    padding: 8% 14% 2% 30%;
}
h3.about-header p {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 170%;
    color: #160E16;
}
h3.about-header span {
    background: linear-gradient(
277.19deg
, #853886 44.97%, #FF3562 100%);
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px;
}
.our-mission-header h2 {
    text-align: center;
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    color: #160E16;
}
.our-mission-header {
    background-image: url(../images/dot-with-heart.svg);
    padding: 66px 0px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}
.our-mission-main {
    /*margin-bottom: 80px;*/
}
.our-mission-grid-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-mission-grid-inner {
    width: 24%;
    text-align: center;
    margin: 0px 53px 64px;
}
.our-mission-grid-inner img {
    margin: 0 auto;
}
.our-mission-grid-inner h3 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #160E16;
    margin-top: 20px;
    min-height: 50px;
}
.our-mission-grid-inner p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #655865;
}

/* Share Story */

.share-story h1  {
    color: #160E16  ;
    font-size: 54px;
    line-height:70px;
    font-weight: 600;
}
 .storiesByOther h1 {
    color: #160E16  ;
    font-size: 54px;
    line-height:70px;
    font-weight: 600;
	padding-top: 120px;
}
.share-story-form h3 {
    color: #160E16 ;
    padding-left: 10px;
}
.share-story p {
    color: #655865;
    font-size: 20px;
    line-height:30px;
    font-weight: 400;
	 margin: 20px 0px;
}
section.share-story-form {
    margin-top: 40px;
}

/* .share-story-form .wpcf7-form-control {
    border: 2px solid #853886;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0px;
    color: #160E16;
} */

.wpcf7-acceptance {
    border: 0px !important;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0px !important;
}
/* .share-story-form .wpcf7-form-control::placeholder{
    color: #BCBCBC;
}
.share-story-form  input.wpcf7-form-control.wpcf7-submit {
    background: #FF3562;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 7px;
    border: 2px solid #FF3562;
}
.share-story-form  input.wpcf7-form-control.wpcf7-submit:hover{
    background: #ffffff;
    color: #FF3562;
}
.share-story-form .form-first {
    display: inline;
}
.share-story-form .wpcf7-form textarea{
    width: 100%;
}
.video-link input.wpcf7-form-control.wpcf7-text , .name input.wpcf7-form-control.wpcf7-text, .lastname input.wpcf7-form-control.wpcf7-text , .mobile input.wpcf7-form-control.wpcf7-text , .email input.wpcf7-form-control.wpcf7-text {
    width: 48%;
} */

section.storiesByOther {
    margin-top: 110px;
	margin-bottom: 230px;
	padding-top: 50px;
    width: 100%;
    display: inline-block;
	position: relative;

}
section.storiesByOther:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(0% 3%, 100% 0%, 100% 97%, 0 100%);
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: #F9F5F9;
}
section.storiesByOther .other-stories {
    margin-top: 50px;
}
.story-form {
    display: inherit;
}
.other-stories .text-center {
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}
.other-stories .text-center:after, .other-stories .text-center:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ECECEC;
    margin: auto;
}

.template-share .other-stories .text-center {
    padding-bottom: 0px;
}
/* Chapters */

.chapters{
    background-image: url(../images/back-dot-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 90px;
    text-align: center;
}
.chapters h2 {
    font-size: 69px;
    line-height: 70px;
    font-weight: 700;
    color: #160E16;
    margin: 70px 20px;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.chapters-main-section p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #655865;
    margin-top: 70px;
    padding-bottom: 80px;
    justify-content: space-around;
	width: 70%;
    margin: 0 auto;
}
.location.container ul li {
    text-align: left;
}
.chapters-map {
   background-image: url(../images/right-dot-back.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}
.chapters-map img {
    display: block;
    margin: 0px auto;
	width: 60%;
}
.location {
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
    width: 78%;
}
.location.container ul {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.location li {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #655865;
	width: 33%;
    float: left;
    margin: 0 auto;
    display: inline-block;

}
.location-btn a {
    background: #FF3562;
    border-radius: 7px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
}
.location-btn a:hover{
    background: #ffffff;
    border: 2px solid #FF3562;
    color: #FF3562;
}
.location-btn {
    margin-bottom: 200px;
    margin-top: 50px;
}


/* Period Tracker */


.period-tracker-header-inner {
    display: inline-block;
    width: 100%;
}
.period-tracker-header-right {
    float: right;
    width: 33%;
}
.period-tracker-header-left {
    float: left;
    width: 50%;
    margin: 6% 0px 0px 10%;
}
.period-tracker-header {
    margin: 80px 0px;
    background-image: url(../images/right-dots-back.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.period-tracker-header-left h2 {
    font-family: Adelle;
    font-style: normal;
    font-weight: bold;
    font-size: 69px;
    line-height: 92px;
    color: #000000;
    margin-bottom: 16px;
}
.period-tracker-header-left p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #655865;
    width: 83%;
}
form.period-tracker {
    padding: 123px 0px 90px 0px;
}
.period-form-main {
    margin-left: 50px;
}
.period-form-main label {
    padding-bottom: 10px;
    display: block;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 170%;
    display: flex;
    align-items: center;
    color: #160E16;
}
.period-form-main input {
    border: 1px solid #853886;
    border-radius: 4px;
    padding: 7px 10px;
    text-align: left;
    width: 95%;
}
.period-form-submit input {
    background: #FF3562 !important;
    border-radius: 4px !important;
    border: none !important;
    width: 56%;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    padding: 13px;
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pmu-instance {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 6%), 0px 1px 3px rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin: 8px;
    overflow: visible;
    padding: 30px 54px 0px 54px !IMPORTANT;
}
.three-calendars {
    float: left;
}
.three-calendars1 {
    float: left;
}
.pmu-button.predates {
    background-color: #8884FF;
    color: #fff !IMPORTANT;
}
.pmu-button.postdates {
    background-color: #EA7AF4;
    color: #fff !IMPORTANT;
}
.pmu-button.ovulation {
    background-color: #84D3FF;
    color: #fff !IMPORTANT;
}
.pmu-prev.pmu-button,.pmu-next.pmu-button {
    display: none !IMPORTANT;
}
.pickmeup .pmu-instance {
    display: inline-block !important;
    height: 29.4em !important;
    width: 27em !important;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
    display: inline-block !important;
    line-height: 1.8em !important;
    width: 2.7em !important;
    margin: 13px 0px !important;
}

.pickmeup .pmu-instance nav {
    display: inline-block !important;
    line-height: 3em !important;
}
ul li.pre-period:before {
    content: "\2022";
    color: #8884FF;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    font-size: 96px;
    position: relative;
    top: 19px;
    right: 11px;
}
ul li.period-days:before {
    content: "\2022";
    color: #853886;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    font-size: 96px;
    position: relative;
    top: 19px;
    right: 11px;
}
ul li.post-period:before {
    content: "\2022";
    color: #EA7AF4;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    font-size: 96px;
    position: relative;
    top: 19px;
    right: 11px;
}
ul li.peak-ovulation:before {
    content: "\2022";
    color: #84D3FF;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    font-size: 96px;
    position: relative;
    top: 19px;
    right: 11px;
}
.period-color ul li {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #160E16;
	display: inline-block;
    padding: 0px 50px;
}
.period-color ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.period-color {
    display: block;
    width: 100%;
	margin-bottom: 70px;
}
button.print-cal {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FEFEFE;
    background: #FF3562;
    border-radius: 4px;
    padding: 20px;
    width: 22%;
}
.period-calender {
    /* margin-bottom: 245px; */
}

.period-calender-main {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
ul.flex.footer li {
    padding-right: 30px;
}
ul.flex li {
    padding-right: 13px;
    margin-top: 15px;
}
p.font-nunito.text-white.opacity-60 {
    line-height: 62px;
}

input.wpcf7-form-control.wpcf7-submit:hover , .period-form-submit input[type="submit"]:hover , .location-btn a:hover , button#cmd:hover {
    background-color: rgba(133, 56, 134,1) !important;
    border-color: rgba(133, 56, 134,1);
    color: rgba(255, 255, 255,1) !important;
	cursor: pointer;
}
.template-share button.btn.btn--primary.stry {
    display: none;
}

.template-share .stories .second-blog-grid-inner {
    background-color: #fff;
}

button.btn.btn--primary.stry {
    margin-top: 0px;
}





@media only screen and (max-width: 1800px) {

	h3.about-header {
		padding: 8% 14% 2% 22%;
	}

}
@media only screen and (max-width: 1630px){

	h3.about-header {
		padding: 8% 14% 2% 16%;
	}
}

@media only screen and (max-width: 1480px){

	h3.about-header {
		padding: 8% 14% 2% 13%;
	}
	.stories-main {
		background-size: contain;
	}
	.stories-main p {
		width: 72%;
	}
}

@media only screen and (max-width: 1440px) {

	.leadership-loop-second-left {
		margin-left: 0px;
	}
	.leadership-loop-second-right {
		width: 29%;
	}
	h3.about-header {
		padding: 8% 14% 2% 4%;
	}
	.timeline-content.timeline-card.js--fadeInRight {
		background-position: bottom 220px right 49px !Important;
	}
	.period-form-main {
		margin-left: 0px;
	}
	.share-link {
		width: 52%;
	}
	.share-link ul {
		width: auto;

	}
	.four::before {

		left: 9px !important;

	}
	.four {
		margin: 50px 0px !important;
	}
	.left-side-4 {
		margin: 50px 0px 40px 0px !important;
	}

}
@media only screen and (max-width: 1414px) {

	.pickmeup .pmu-instance {
		width: 25em !important;
	}
	.pmu-instance {
		padding: 30px 30px 0px 30px !IMPORTANT;
	}

}
@media only screen and (max-width: 1392px) {

	.period-form-third {
		float: left;
		width: 22%;
	}
	.period-form-submit input {
		width: 100%;
	}
	.period-form-submit {

		width: 10%;
	}
	button.print-cal {

		width: 32%;
	}
}
@media only screen and (max-width: 1314px) {

	.pickmeup .pmu-instance {
		width: 22em !important;
	}
	.pmu-instance {
		padding: 30px 10px 0px 10px !IMPORTANT;
	}
	.timeline-content.timeline-card.js--fadeInRight {
		background-position: bottom 220px right -45px !Important;
	}
}
@media only screen and (max-width: 1270px) {

	.period-form-third {
		width: 25%;
	}
	.period-tracker-header-left {

		margin: 3% 0px 0px 12%;
	}
	.heading-main {
		background-size: contain !important;
	}


}

@media only screen and (max-width: 1224px) {
    .head-3{
        margin: 120px 0 0 -400px;
        font-size: 60px;
    }
}

@media only screen and (max-width: 1230px) {

	.FibroidHeader .nav-primary-main {
		margin-right: 9px;
	}
	.timeline-content.timeline-card.js--fadeInRight {
		background-position: bottom 257px right -83px !Important;
	}
	.timeline-content {
		padding: 10px 0px 10px 30px !important;
	}
	.location {
		width: 100%;
	}
	.location.container ul {
		width: 90%;
	}
	.location li {
		width: 32%;
	}

}


@media only screen and (max-width: 1200px) {

	.first-blog-right {
		margin-top: 0px;
	}
	.stories-main {
		background-size: contain;
	}
	.stories-main p {
		width: 69%;
		margin: 0 auto;
		padding: 10px 0px;
	}
	.stories-post-right-second {
		float: right;
		width: 40%;
		background-image: url(../images/back-dot.svg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: auto;
		padding-bottom: 32px;
		padding-right: 0px;
		position: relative;
		 right: 0px;
	}
	.contain-2 p {
		padding: 0 20px !important;
	}
	.third {
		width: 100% !important;
		margin: 100px auto 100px auto !important;
	}
	.heading-main {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.third {
		width: 100%;
	}

}


@media only screen and (max-width: 1195px) {

	.our-mission-grid-inner {
		width: 22%;
	}

}

@media only screen and (max-width: 1150px) {

	.leadership-loop-first-right {
		margin-top: 0px;
	}
	.leadership-loop-second-left {
		margin-top: 10px;
	}

}
@media only screen and (max-width: 1124px) {

	.period-form-third {
		width: 29%;
	}


}
@media only screen and (max-width: 1091px) {

	.period-color ul li {
		padding: 0px 20px;
	}

}
@media only screen and (max-width: 1070px) {

	section.Newsletter.stories a {
		float: left;
		border: 2px solid #fefefeba;
		border-radius: 4px;
		font-family: Adelle;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #FEFEFE;
		padding: 15px 10px;

	}
	.left-side-3 {
		width: 62% !important;
	}
	.head-3 {
		margin: 120px 0 0 -295px !important;
	}
	.contain-3 {
		width: 100% !important;
	}
	section.storiesByOther {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1024px) {

	.location-btn {
		margin-bottom: 100px;
	}
	button.btn.btn--primary.btnclassforrm.ar-btn {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.blog-single-content-inner {
		margin: 0 auto;
		width: 100%;
	}

	.comment-form-main {
		padding: 60px 0px;
		margin-bottom: 50px;
	}
	.others-post-main {
		margin-bottom: 100px;
	}
	.stories-post-main-first {
		margin: 50px 0px;
	}
	.stories-loop-main {
		margin: 0px 0px 0px 0px;
	}
	.stories-post-right-first {
		width: 50%;
		margin-top: 0%;
	}
	.stories-post-left-second {
		width: 50%;
		margin-top: 2%;
	}
	.stories-loop-inner-2 {
		background: #F9F5F9;
		padding: 60px 0px;
		display: flex;
		margin: 50px 0px;
	}
	.stories-loop-inner-2 .stories-post-main-second {
		padding: 0px 0px;
	}
	.other-stories h1 {
		margin-bottom: 40px;
	}
	.other-stories {
		margin-bottom: 70px;
	}
	.leadership-loop-main-first, .leadership-loop-main-second {
		margin: 40px 0px;
	}
	.leadership-main {
		margin-bottom: 100px;
	}
	.leadership-loop-first-right h3, .leadership-loop-second-left h3 {
		margin-bottom: 10px;
	}
	.leadership-single-right {
		width: 54%;
		padding: 50px 0px;
	}
	.leadership-single-main {
		margin-bottom: 70px;
		margin-top: 80px;
	}
	.left-side{
        padding: 0px;
    }
    .contain-2 p {
        padding: 0 40px;
    }
    .second {
        margin: 125px 0 0 0;
    }
    .head-3 {
        margin: 295px 0 0 -278px;
        font-size: 46px;
    }
	.four::before {
		left: 0px;
		top: 93px;
	}
	.period-tracker-header {
		background-size: auto;
	}
	.period-tracker-header-left h2 {
		font-size: 61px;
		margin-bottom: 0px;
	}
	.period-tracker-header-left {
		margin: 0% 0px 0px 12%;
	}
	.period-tracker-header-left p {
		width: 95%;
	}
	.period-tracker-form-main {
		padding: 50px 0px;
	}
	.period-form-first {
		width: 31%;
	}
	.period-form-main label {
		font-size: 14px;
	}
	.period-form-submit input {
		font-size: 14px;
	}
	.period-calender {
		margin-bottom: 100px;
	}
	button.print-cal {
		width: 40%;
	}
	.contact-us-layout {
		width: 100%;
	}
	.first-blog-main {
		margin-bottom: 100px;
	}
	.blog-listing-main {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.second-blog-grid-inner {
		padding: 20px 10px;
	}
	.blog-single-main h1 {
		font-size: 36px;
		line-height: 59px;
		padding: 20px 0px;
	}
	.blog-single-main {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.chapters h2 {
		font-size: 54px;
		line-height: 56px;
		margin: 30px 20px;
	}
	.chapters p {
		margin-top: 30px;
		padding-bottom: 0px;
	}
	.share-story h1, .storiesByOther h1 {
		font-size: 36px;
		line-height: 50px;
	}
	.container.share-story {
		margin-top: 30px;
	}
	.heading-main {
		background-size: contain;
		background-repeat: no-repeat;
	}
	.head {
		font-size: 52px;
	}
	section.storiesByOther {
		margin-bottom: 150px;

	}
	.storiesByOther h1 {
		padding-top: 70px;
	}
	ul.flex.footer li {
		padding-right: 13px;
	}
	.stories-main {
		margin-bottom: 0px;
	}
	div#wpcf7-f603-o1 {
		display: inline-block !important;
		width: 100% !important;
	}
	.wpcf7-form-control-wrap {
		width: 100% !important;
	}
}

@media only screen and (max-width: 967px) {

	.timeline-content.timeline-card.js--fadeInRight {
		background-position: bottom 310px right -83px !Important;
	}

}
@media only screen and (max-width: 940px) {

	.location li {
		width: 50%;
	}
}
@media only screen and (max-width: 900px) {


	.flex.footer {
		display: inline;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.FibroidFooter-footerMenu {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	ul.flex li {
		width: auto;
		display: inline-block;
	}
	p.font-nunito.text-white.opacity-60 {
		padding-top: 14px;
	}
	.container.flex.justify-between.footer-main {
		display: inline-block;
		padding: 0px 0px 0px 20px;
	}


}

@media only screen and (max-width: 909px) {

	.period-tracker-header-left h2 {
		font-size: 56px;
	}

}

@media only screen and (max-width: 863px) {

	.timeline-content.timeline-card.js--fadeInRight {
		background-position: bottom 344px right -83px !Important;
	}

}


@media only screen and (max-width: 855px) {

	.timeline-content.timeline-card.js--fadeInRight {
		background-position: bottom 323px right -83px !Important;
		background-size: 53% !important;
	}
	.timeline-content {
		width: 48% !important;
	}
	.timeline-content.js--fadeInLeft {
		background-size: 40% !important;
	}

}

@media only screen and (max-width: 840px) {

	.period-color ul li {
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 834px) {

	.period-tracker-header-left h2 {
		font-size: 50px;
	}
	.period-form-main label {
		font-size: 12px;
	}
	.period-form-submit input {

		margin-top: 30px;
	}

}
@media only screen and (max-width: 774px) {

	.three-calendars,.three-calendars1,.three-calendars2 {
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
	}

}

@media only screen and (max-width: 767px) {

	.chapters-map img {
		width: 90%;
	}

	.blog-listing-main h1 {
		font-size: 36px;
		line-height: 50px;
	}
	section.storiesByOther {
		margin-top: 0px;
	}
	.share-story h1, .storiesByOther h1 {
		font-size: 32px;
		line-height: 38px;
	}
	.blog-listing-main {

		margin-bottom: 30px;
		background-size: contain;
		margin-top: 20px;
	}
	.first-blog-left {
		width: 100%;

	}
	.first-blog-right {
		margin-top: 49px;
		float: left;
		width: 100%;
	}
	.first-blog-main {
		margin-bottom: 50px;
	}
	.second-blog-grid {
		width: 100%;
	}
	.first-blog-right h3 {
		font-size: 28px;
	}
	.first-blog-right p {
		font-size: 18px;
		width: 100%;
	}
	.second-blog-grid-inner {
		padding: 30px 20px;
	}
	.second-blog-main h3 {
		min-height: 38px;
	}
	.blog-single-main h1 {
		font-size: 36px;
		line-height: 51px;
		padding: 10px 0px;
		width: 100%;
	}
	.blog-single-main {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.leadership-single-main {
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.single-img {
		margin-bottom: 40px;
	}
	.blog-single-content ul {
		padding: 20px 18px;
		margin: 30px 0px;
	}
	.blog-single-content ul li {
		font-size: 18px;
		line-height: 200%;
	}
	.share-link {
		margin: 0 auto;
		width: 100%;
		margin-top: 40px;
	}
	.share-link span {
		width: auto;
		margin-right: 20px;
	}
	.blog-single-content-inner.comment h1 {
		font-size: 36px;

	}
	h1.others-post {
		font-size: 36px;
		margin-bottom: 20px;

	}
	.stories-main h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.stories-main p {
		font-size: 18px;
	}
	.stories-main {
		margin-bottom: 0px;
		margin-top: 50px;
	}
	.stories-loop-main {
		margin: 20px 0px;
	}
	.stories-post-left-first {
		left: 0;
		bottom: 38px;
	}
	.stories-post-right-first {
		float: left;
		width: 100%;
	}
	.stories-post-right-first h3, .stories-post-left-second h3 {
		font-size: 28px;
	}
	.stories-post-right-first a, .stories-post-left-second a {
		font-size: 15px;

	}
	.stories-post-main-second {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.contact-form-left {
		width: 100%;
		float: none;
	}
	.contact-form-right {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 60px;
	}
	.leadership-loop-first-left {
		float: none;
		width: 100%;
		left: 0px;
		margin-bottom: 30px;
	}
	.leadership-main {
		margin-bottom: 50px;
	}
	.leadership-loop-first-right {
		float: left;
		width: 100%;
	}
	.leadership-loop-first-right h3, .leadership-loop-second-left h3 {
		font-size: 28px;
	}
	.leadership-loop-first-right span, .leadership-loop-second-left span {
		font-size: 16px;
	}
	.leadership-loop-main-second {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.leadership-loop-second-right {
		width: 100%;
		float: left;
		background-position: bottom left;
		padding-left: 31px;
		position: relative;
		left: 0px;
		margin-bottom: 30px;
	}
	.leadership-loop-second-right img {
		float: left;
	}
	.leadership-loop-second-left {
		margin-top: 0px;
		width: 100%;
	}
	.leadership-single-left {
		width: 100%;
		top: -45px;
	}
	.leadership-single-left img {
		width: auto;
	}
	.leadership-single-left span {
		margin-top: 40px;
	}
	.leadership-single-right {
		width: 100%;
		padding: 30px 0px;
		margin-left: 0%;
		margin-top: -40px;
	}
	.about-header-left {
		width: 100%;
	}
	h3.about-header {
		padding: 2% 2% 2% 4%;
	}
	.about-header-right {
		float: left;
		width: 100%;
		padding-left: 20px;
	}
	h3.about-header p {
		font-size: 24px;
	}
	.about-header-main {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.our-mission-header h2 {
		font-size: 36px;
	}
	.our-mission-grid-inner {
		width: 100%;
		margin: 0px 20px 30px;
	}
	.our-mission-main {
		margin-bottom: 40px;
	}
	section.timeline {
		padding: 50px 0px 50px 0px !important;
	}
	section.timeline h1 {
		font-size: 36px !important;
		padding-bottom: 0px !important;
	}
	.timeline-item {
		margin-bottom: 30px !important;
		margin-top: 0px !important;
	}
	.today-main {
		margin: 30px 0px 30px 0px !important;
		padding: 30px 0px !important;
	}
	.today-main h2 {
		font-size: 36px !important;
		line-height: 36px !important;
	}
	.today-main p {
		font-size: 18px !important;
	}
	.newsroom-main {
		margin-top: 50px !important;
		margin-bottom: 100px !important;
	}
	.newsroom-main {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.timeline .timeline-item:nth-child(2) .timeline-img::after {
		content: none !important;
	}
	.timeline .timeline-item:nth-child(1) .timeline-img::after {
		content: none !important;
	}
	.timeline-content.timeline-card.js--fadeInRight {
		background-image: none !important;
		right: 7px !important;
	}
	.timeline .timeline-item:nth-child(2n) .timeline-content {

		padding: 40px 0px 10px 0px !important;

	}
	.timeline .timeline-content p {
		font-size: 16px;
		width: 100%;
	}
	.about-header-right {
		width: 96%;
	}
	.timeline .timeline-content {
		padding: 10px 0px;
	}
	.timeline-content.js--fadeInLeft {
		background-image:none !Important;
		padding-left: 0px !important;
		left: -3px !important;

	}
	.our-mission-header {
		padding: 30px 0px !important;
		    background-size: contain;
	}
	  .four {
        display: grid;
    }
    .four::before {
        left: 0px;
        top: 52px;
    }
	.period-tracker-header-left {
		width: 88%;

	}
	.period-tracker-header-right {
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.period-tracker-header-right img {
		text-align: center;
		margin: 0 auto;
	}
	.period-tracker-header {
		margin: 20px 0px;
		background-position: left top;
		background-size: 12%;
	}
	.period-form-first {
		width: 100%;
	}
	.period-form-second {
		width: 100%;
	}
	.period-form-third {
		width: 100%;
	}
	.period-form-main label {
		font-size: 15px;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	.period-form-submit {
		width: 30%;
	}
	.period-tracker-header-left h2 {
		font-size: 36px;
		line-height: 58px;
	}
	ul li.pre-period:before,ul li.period-days:before,ul li.post-period:before,ul li.peak-ovulation:before {
		font-size: 60px;
		top: 10px;
		right: 5px;
	}
	.period-color ul li {
		font-size: 16px;
	}
	button.print-cal {
		width: auto;
		padding: 15px;
		font-size: 16px;
	}
	.second {
		display: inline-block !important;
		margin: 30px 0 0 0 !important;
	}
	.left-side {
		margin-right: 0px !important;
		width: 100% !important;
		padding: 20px !important;
		margin-top: 50px;
	}
	.contain-2 p {
		padding: 0 0px !important;
	}
	.right-side {

		margin-left: 0px !important;
		width: 100% !important;
		padding: 20px !important;
		margin-top: 100px !important;
	}
	.third {
		margin: 30px 0 30px 0 !important;
		display: inline !important;
	}
	.contain-3 {
		width: 100% !important;
		float: left !important;
	}
	.left-side-3 {
		width: 100% !important;
		display: inline-flex !important;
		padding: 100px 0px !important;
		background-size: contain !important;
	}
	.head-3 {
		font-size: 30px !important;
		line-height: 57px !important;
		margin: 0px 0px 0px 0px !important;
	}
	.right-side-3 {
		 width: 100% !important;
		 display: inline-block !important;
		margin-top: -156px !important;
	}
	h1.head {
		font-size: 36px !important;
		line-height: 71px !important;
		margin: 0 0 10px 0 !important;
	}
	.heading-main {
		background-image: none !important;
	}
	.right-side-4 {
		margin: 0px !important;
		width: 100% !important;
		padding: 20px !important;
	}
	.four {
		display: inline-block !important;
		background-color: #F9F5F9;
		 padding: 0px 0px !important;
		margin: 0px 0px 40px 0px!important

	}
	.right-side-4 {
		margin: 0px !important;
		width: 100% !important;
		padding: 20px 0px !important;
	}
	.head-4 {
		font-size: 28px !important;
		line-height: 150% !important;
	}
	.four::before {
		position: unset !important;
		content: none !important;
		left: 0px !important;
		top: 0px !important;
		z-index: 0 !important;
	}
	.accordion {
		margin: 30px auto !important;
	}
	.left-side-4 {
		width: 100% !important;
		margin: 30px 0px 0px 0px !important;
		z-index: 0 !important;
	}
	.contain-1 {
		width: 95% !important;
	}
	.contain-3 {
		margin: 0px 0px !important;
	}
	.Newsletter-container::after {
		right: 0px !important;
	}
	.other-stories h1 {
		margin-bottom: 10px;
		font-size: 36px;
	}
	.stories-loop-inner-2 {
		padding: 30px 0px;
		margin-bottom: 80px;
	}
	.other-stories {
		margin-bottom: 30px;
	}
	.stories-post-main-first {
		margin: 30px 0px;
	}
	.blog-single-content-inner p{
		font-size: 18px;
	}
	.stories-main.leadership h1 {
		padding-bottom: 0px;
	}
	.contact-form-left img {

		margin-right: 0;
		margin-bottom: 0;
		margin-top: 0;
		width: 8%;
		padding-right: 10px;
	}
	.contact-desc {
		padding-top: 0px;
	}
	.contact-desc p {
		width: 70%;
		font-size: 18px;
	}
	.contact-form-left h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.contact-us-layout {
		padding-bottom: 30px;
	}
	.comment-form-main {
		padding: 30px 0px;
		margin-bottom: 30px;
	}
	.others-post-main {
		margin-bottom: 30px;
	}
	.period-tracker-form-main {
		padding: 30px 0px;
	}
	.period-tracker-form-main {
		margin-bottom: 70px;
	}
	.period-calender {
		margin-bottom: 50px;
	}
	.period-tracker-header-left {
		margin: 0% 0px 10px 12%;
	}
	.period-tracker-header-left p{

		font-size: 18px;
	}
	.chapters h2 {
		font-size: 42px;
		line-height: 45px;
		margin: 10px 0px;
	}
	.chapters p {
		margin-top: 10px;
		padding-bottom: 0px;
		width: 100%;
		font-size: 18px;
	}
	.chapters {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.location {
		padding-bottom: 40px;
		padding-top: 30px;
	}
	section.storiesByOther .other-stories {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.story-form {
		width: 100%;
	}
	.story-form img {
		width: 8%;
	}
	.share-story-form h3 {
		width: 88%;
	}

	.icon-top {
		background-position: left 0px !important;
		padding: 13px !important;
		top: 21px !important;
		left: 38px;
		width: 21%;
	}
	.location-btn {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.stories-loop-inner-2 .stories-post-main-second {
		padding: 0px 0px 20px 0px;
	}
	.stories-loop-inner-2 {
		margin: 25px 0px 90px 0px;
	}
	form.period-tracker {
		padding: 50px 0px;
	}
	.blog-single-content-inner {
		padding: 30px 0px;
		/* display: inline-block; */
	}
	.four-bg {
		display: inline-block;
		margin: 50px 0px;
	}
	.other-stories .text-center {
		padding-bottom: 20px;
	}
	button.btn.btn--primary.stry {
		margin-top: 0px;
	}
	.period-color {
		margin-bottom: 40px;
	}
	.other-stories .text-center {

		margin-top: 20px;
	}

}

@media only screen and (max-width: 640px){

	.location.container ul {
		width: 95%;
	}
	.location li {
		width: 100%;
		text-align: center !Important;
	}
	.location {
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.chapters-map {
		background-image: none;
	}

}

@media only screen and (max-width: 595px){

	.period-color ul li {
		padding: 0px 6px;
	}
	.btn {
		font-size: 16px;
		padding: 11px 20px;
	}

}
@media only screen and (max-width: 545px){

	.period-color ul li {
		display: block;
		float: left;
		margin-bottom: -37px;
	}
}
@media only screen and (max-width: 500px){
	.stories-main p {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px;
	}
	.stories-main p {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px;
	}
    .share-story-form .form-first {
        display: revert;
    }
    .email input.wpcf7-form-control.wpcf7-text {
        float: none;
    }
    /* .video-link input.wpcf7-form-control.wpcf7-text, .name input.wpcf7-form-control.wpcf7-text, .email input.wpcf7-form-control.wpcf7-text {
        width: 100%;
    } */
    .location {
        display: block;
    }
    .location li{
        text-align:center;
    }
	.first-blog-left img {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
    .head-3 {
        margin: 295px 0 0 -278px;
        font-size: 36px;
    }
	.stories-post-left-first {
		width: 100%;
	}
	.stories-post-right-second {
		width: 100%;
	}
	.timeline::before {
		left: 17px !important;
	}
	.timeline .timeline-img {
		left: 17px !important;
	}
	.timeline .timeline-content {
		margin-left: 30px !important;
	}
	.contact-desc p {
		width: 100%;
	}
	.contact-form-left img {
		width: 12%;
	}
	.story-form img {
		width: 10%;
	}
	.icon-top {
		left: 4px;
	}
	.chapters h2 {
		font-size: 35px;
	}
	.chapters p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 378px) {

	.pickmeup .pmu-instance {
		width: 21em !important;
	}
	.story-form img {
		width: 12%;
	}
	.share-story-form h3 {

		font-size: 24px;

	}


}

@media only screen and (max-width: 366px) {

	.pickmeup .pmu-instance {
		width: 19em !important;
	}
	.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
		width: 2.5em !important;
	}

}

@media only screen and (max-width: 371px) {


	.share-link ul li img {
		width: 58%;
	}
	.share-link ul li {
		margin-top: 6px;
		padding: 0px;
	}

}


/* Utrine */

.heading-main{
    background-image: url(../images/back-dot-image.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head{
    text-align: center;
    margin: 0 0 10px 0;
    color: #160E16;
}
.contain-1{
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    width: 60%;
    margin: 0 auto;
	padding-bottom: 20px;
}

.contain-2 p{
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #655865;
    text-align: left;
    padding: 0 108px;
}

h1{
    font-family: Adelle;
    font-style: normal;
    font-weight: bold;
    font-size: 69px;
    line-height: 92px;
    / identical to box height /

    text-align: center;
}

.second{
    margin: 139px 0 0 0;
    display: flex;
    width: 100%;
}

.left-side{
    width: 49%;
    text-align: center;
    background-color: #F9F5F9;
    float: left;
    margin-right: 10px;
    padding: 40px;
}

.right-side{
    width: 50%;
    text-align: center;
    background-color: #F9F5F9;
    float: right;
    margin-left: 10px;
    padding: 40px;
}

.left-img {
    margin: -20px 0 0 0;
}

.right-img{
    margin: -50px 0 0 0;
}

.head-3{
    background:
    linear-gradient(277.19deg, #7F8638 44.97%, #FF3562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 120px 0 0 -212px;
    font-size: 54px;
    line-height: 70px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}


.contain-3 {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    width: 77%;
    margin: 80px 80px 0px 0px;
    float: right;
}
.contain-3 p{
    font-family: Nunito;
    font-size: 20px;
    line-height: 30px;
    color: #655865;
    margin-bottom: 20px;
}
.left-side-3 {
    width: 45%;
    background-image: url("../images/clock-bg.png");
    background-repeat: no-repeat;
    float: left;
}

.right-side-3{
    width: 80%;
    float: right;
}
.left-side img{
    margin: -87px auto 50px auto;
    display: block;
}
.right-side img{
    margin: -87px auto 50px auto;
    display: block;
}

.third {
    display: flex;
    width: 77%;
    margin: 85px auto 85px auto;
}

.four {
    display: flex;
    /* background-color: #F9F5F9; */
    padding: 60px 0px 30px 0px;
    margin: 50px 0px 150px 0px;
    position: relative;
    z-index: 1;
}
.four-bg {
    position: relative;
}
.four-bg:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(0% 3%, 100% 0%, 100% 97%, 0 100%);
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: #F9F5F9;
}

.four::before {
    position: absolute;
    content: url(../images/share-dots.svg);
    left: 104px;
    top: 121px;
    z-index: -1;

}
.left-side-4 {
    width: 44%;
    margin: 50px 0px 40px 100px;
    z-index: 0;
	float: left;
}

.right-side-4 {
    margin: 25px 60px 0px 0px;
    width: 44%;
	float: right;
}
.head-4 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 170%;
}

.contain-4 {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    margin: 20px 0px;
	color: #655865b8;
}

.contain-accordian {
    margin: 37px 0 0 0;
}


/*
 CSS for the main interaction
*/
.accordion {
  position: relative;
  margin: 60px auto;
  width: 100%;
}

[id*=open-accordion], [id*=close-accordion] {
	 background: #fff;
	 border-bottom: 1px solid #fff;
	 line-height: 65px;
	 height: 62px;
    display: block;
    position: relative;
    width: 99%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 6%), 0px 1px 3px rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin: 10px 0px;
}

[id*=close-accordion] {
  display: none;
}

.accordion a {
	padding-left: 4%;
    text-decoration: none;
    text-shadow: none;
    font-family: nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #655865;
}
.accordion li a {
    padding-left: 0%;
}
.accordion li {
    list-style: disc;
    padding-left: 0px;
    margin-left: 30px;
}

[id*=open-accordion]:after, [id*=close-accordion]:after {
   font-family: 'fontawesome';
    content: "\f107";
    display: inline-block;
    margin-right: 10px;
    font-size: 23px;
    line-height: 1.556em;
    vertical-align: middle;
    right: 10px;
    top: 14px;
    position: absolute;
	color: #BCBCBC;
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

/* .accordion-content {
  background: #fff0;
  height: auto;
  margin: 0px;
  padding: 0 2.5%;
  position: relative;
  overflow: hidden;
  width: 99%;

}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding: 20px;
  border: 1px solid #eee !important;
    top: -9px;
}

.accordion span:target ~ [id*=close-accordion] {
  display: block;
}

.accordion span:target ~ [id*=open-accordion] {
  display: none;
}
 */
.accordion span:target ~ [id*=close-accordion]:after {
	font-family: 'fontawesome';
    content: "\f106";
    display: inline-block;
    margin-right: 10px;
    font-size: 23px;
    line-height: 1.556em;
    vertical-align: middle;
    right: 10px;
    top: 14px;
    position: absolute;
}


/* Timeline */

.icon-top {
    background-image: url(../images/timeline-top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
    padding: 16px;
    top: -28px;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: "";
    background: #BCBCBC;
    width: 1px;
    height: 87%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: 253px;
    margin-top: 70px;
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
  margin-top: -300px;
}
.timeline-item:nth-child(1) {
  margin-top: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px !important;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;

}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
  width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 150px;
    margin-left: -5px;
    background: linear-gradient(
277.19deg
, #853886 0%, #FF3562 100%);
}

.timeline-content h2 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 170%;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

.timeline-content h4 {
    margin-bottom: 15px;
}

.timeline-content p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
    width: 90%;
    margin-bottom: 30px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

section.timeline h1 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    text-align: center;
    color: #160E16;
    padding-bottom: 80px;
}
section.timeline {
    padding: 170px 0px 100px 0px;
    /* background: #F9F5F9; */
    position: relative;
}
.timeline-bg {
    position: relative;
}

.timeline-bg:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(0% 3%, 100% 0%, 100% 97%, 0 100%);
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: #F9F5F9;
}
.today-main {
    margin: 50px 0px 70px 0px;
    display: inline-block;
    background-image: url(../images/today-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    text-align: center;
	z-index: 99999;
    position: relative;
}
.today-main h2 {
    font-family: Adelle;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.today-main p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    color: #FEFEFE;
    width: 89%;
    margin: 0 auto;
}
.newsroom-main {
    margin-top: 100px;
    margin-bottom: 200px;
}
.timeline .timeline-item:nth-child(odd) .timeline-img:after {
    content: "";
    width: 186px;
    height: 1px;
    display: block;
    color: #BCBCBC;
    background: #BCBCBC;
    right: 9px;
    top: 5px;
    position: absolute;
}
.timeline .timeline-item:nth-child(even) .timeline-img:after {
    content: "";
    width: 97px;
    height: 1px;
    display: block;
    color: #BCBCBC;
    background: #BCBCBC;
    right: -97px;
    top: 5px;
    position: absolute;
}
.timeline-content.js--fadeInLeft {
    background-image: url(../images/back-dot.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 32px;
    padding-left: 30px;
    position: relative;
    left: -36px;
}

.timeline-content.js--fadeInLeft img {
    margin-bottom: 25px;
}

/* .timeline-content.timeline-card.js--fadeInRight {
    background-image: url(../images/back-dot.svg);
    background-position: bottom 191px right 80px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0px !IMPORTANT;
    padding-right: 0px !important;
    position: relative;
    right: -2px;
} */
.timeline-content.timeline-card.js--fadeInRight img {
    margin-bottom: 25px;
	background-image: url(../images/back-dot.svg);
    background-position: right bottom 10px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 42px !IMPORTANT;
    padding-right: 24px !important;
    position: relative;
    right: -2px;
}

@media only screen and (max-width: 767px){
  .timeline::before {
    left: 50px;
	top: 145px !important;
	height: 71% !important;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto !important;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
	  textarea#comment {
		width: 96%;
		float: left;
	}

	.stories-post-left-second {
		width: 100%;
	}

}

.form-submit-button {
    margin-top: 25px;
}

.page-template-default .main {
    max-width: 1385px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-bottom: 85px;
}




.page-template-default .blog-single-content-inner ul {
    margin-bottom: 40px;
    margin-left: 25px;
}

/* .page-template-default p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #655865;
    margin-bottom: 40px;
} */

/* .page-template-default li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
    margin-bottom: 5px;
} */

.leadership-cont-2 h3 {
    margin-top: 40px;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 170%;
    color: #655865;
    margin-bottom: 10px;
}
.template-resources section.HomeGetInvolved {
    margin-top: 150px;
}
.template-resources .HomeNews-posts {
    margin-bottom: 120px;
}
.template-resources .HomeBlog {
    margin-top: 120px;
	margin-bottom: 120px;
}
div#wpcf7-f603-o1 p {
    display: flex;
}
.Newsletter-form input[type=submit]:hover {
    background-color: rgba(255, 255, 255,1) !important;
    color: rgba(133, 56, 134, 1) !important;
    border-color: #fff !important;
}
.Newsletter-form input[type=submit] {
    color: #fff !important;
}

@media only screen and (max-width: 1063px){
span.wpcf7-list-item-label {
    font-size: 12px;
}

}
@media only screen and (max-width: 614px){
span.wpcf7-list-item-label {
    font-size: 10px;
}

}
@media only screen and (max-width: 468px){
span.wpcf7-list-item-label {
    font-size: 8px;
}

}
@media only screen and (max-width: 418px){

span.wpcf7-form-control.wpcf7-acceptance {
    padding: 19px 0px !important;
    line-height: 16px !important;
}
}
div#customer_details .col-1 {
    width: 100% !important;
    margin-bottom: 30px !important;
}
div#customer_details .col-2 {
    display: none !important;
}
.woocommerce-billing-fields__field-wrapper input {
    border: 1px solid #853886 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    padding: 14px !important;
    margin-bottom: 15px !important;
}
.woocommerce-billing-fields__field-wrapper input:focus-visible {
    border: 2px solid #000 !important;
}

span.select2-selection.select2-selection--single {
    border: 1px solid #853886 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    height: 50px !important;
    padding: 9px !important;
    margin-bottom: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
ul.nav-secondary--optional.flex.lg\:w-full li:nth-last-child(1):After {
    content: none;
}
@media only screen and (max-width: 767px){

	.woocommerce-billing-fields__field-wrapper input {
		padding: 7px !important;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100% !important;
	}
	span.select2-selection.select2-selection--single {
		height: 43px !important;
		padding: 4px !important;

	}
	lastname input.wpcf7-form-control.wpcf7-text{

		width: 100% !important;
	}
}
.HomeFeatures a {
    --tw-text-opacity: 1;
    color: rgba(133, 56, 134, var(--tw-text-opacity));
    text-transform: uppercase;
    font-size: 18px;
    font-family: adelle, serif;
    margin-top: 15px;
    display: block;
}
.HomeMission-text a {
    --tw-text-opacity: 1;
    color: rgba(133, 56, 134, var(--tw-text-opacity));
    text-transform: uppercase;
    font-size: 18px;
    font-family: adelle, serif;
}

.HomeFeatures a::after {
    position: relative;
    content: url(/wp-content/themes/fibroid-fighters/dist/images/arrow-right.svg);
    top: 1px;
}
.HomeMission-text a::after {
    position: relative;
    content: url(/wp-content/themes/fibroid-fighters/dist/images/arrow-right.svg);
    top: 1px;
}

