.join-community-area { background: #9aa481;padding: 50px 0px;position: relative;}
.join-community-area .join-community-content .title { font-size: 44px; color: #fff; padding-right: 100px;}
.join-community-area .join-community-content p {color: #fff;padding: 20px 20px 20px 0;}
.join-community-area .join-community-content a {background: #023059c7;}
.join-community-area .join-community-content a:hover{background-color: #fff;color: #023059c7;}

.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 2px solid #fff;
    padding: 0 40px;
    font-size: 16px;
    line-height: 68px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    /* z-index: 5; */
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #9aa481;
    position: relative;
}

.join-community-area .join-community-counter {
    position: absolute;
    right: 670px;
    top: 50%;
    transform: translateY(-50%);
}


.join-community-area .join-community-counter .item .title {
    font-size: 36px;
    color: #9aa481 !important;
    margin-bottom:5px;
}

.join-community-area .join-community-counter .item p {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
}

.join-community-area .join-community-counter .item.item-2 {
    background: #f7eae8;
}

.join-community-area .join-community-counter .item {
    width: 230px;
    background: #fff;
    padding: 32px;
}

.join-community-area .community-logo {
    position: absolute;
    left: 145px;
    top: 0;
    z-index: -1;
}

.join-community-area::before { position: absolute; content: ''; right: 0; top: 0; height: 100%; min-width: 900px; background-image: url('../images/community-bg.webp'); background-size: cover; background-position: center;background-repeat: no-repeat;}
.soc{margin: 0px;padding: 0px;display: flex;}
.soc li { display: inline-block;}
.yoga-content h2{font-size: 40px;font-style: italic; line-height: 1.4;margin-bottom: 25px;}
.yoga-content p{line-height: 1.7; font-weight: bold; font-size: 20px;}
.daily-tips { padding-top: 90px;}
.blue-box {
    background-color: #012052;
    padding: 30px 15px 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: all .9s;
    z-index: 1;
    margin-bottom: 24px;
}
.blue-box::after {
    content: '';
    border-right: 3px solid #ffa800;
    border-bottom: 3px solid #ffa800;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 70px;
    height: 70px;
}
.blue-box:before {
    content: '';
    border-left: 3px solid #ffa800;
    border-top: 3px solid #ffa800;
    top: 0;
    left: 0;
    position: absolute;
    width: 70px;
    height: 70px;
}
.inner-about{background-image: url('../images/row-bgimage-1.png');background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0c2d62;
    padding: 70px 0px;
}
.inner-about h2.sep-line-one.typewrite {
    color: #fff !important;
    margin-bottom: 50px;
}
.blue-box img {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}
.featured-desc p{color: #fff;font-size: 16px;color: #fff;}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .join-community-area::before {
        min-width: 680px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .join-community-area .community-logo {
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .join-community-area .join-community-counter {
        right: 450px;
    }
}