.real-the-community-content {
    position: relative;
    z-index: 1;
}
.real-the-community-content:before{
    content:"";
    background:url(../img/emoji-one.png) no-repeat;
    background-size:cover;
    background-position:center center;
    position: absolute;
    width: 112px;
    height: 110px;
    left: -90px;
    z-index: 1;
    
}
.real-the-community-content:after{
    content:"";
    background:url(../img/emoli-two.png) no-repeat;
    background-size:cover;
    background-position:center center;
    position: absolute;
    width: 112px;
    height: 110px;
    right: -90px;
    top: 0px;
    z-index: 1;
    
}
.fm_s5_top_frame .btn_global{
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: #fff;
    width: 238px;
    margin: auto;
    margin-bottom: 24px;
}
.fm_s5_top_frame .fm_s5_subtitle {
    margin-bottom: 4px;
}
.get-started li{
    position:relative;
}
.fm_s5_dis_ul p{
    margin-bottom: 10px;
}
.plan-a li::after {
    content: "";
    background: url(../img/check.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -29px;
    top: 3px;
    z-index: 1;
}
.plan-b li::after {
    content: "";
    background: url(../img/check-2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -29px;
    top: 3px;
    z-index: 1;
}
.plan-c li::after {
    content: "";
    background: url(../img/check-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -29px;
    top: 3px;
    z-index: 1;
}
.fm_s5_card h4 {
    color: var(--primary-off-white-04, #F8F3F0);
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    position: absolute;
    bottom: 22px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.fm_s5_card  h5{
    color: var(--primary-off-white-04, #F8F3F0);
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    margin-top: 20px;
}
.testimonials-section .coming-p{
    color: var(--Primary-Off-Black, #817c78);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-around;
  width: 100%;
}

.flex-container>div {
    width: 100px;
    margin: 23px;
    flex: 0 1 15%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 800px) {
   .flex-container>div {
    max-width: 75%;
    flex: 0 1 30%;
    }
}
@media (max-width: 600px) {
    .flex-container>div {
       max-width: 100%;
       flex: 0 1 100%;
    }
}
.real-the-community-member-ship h2{
    font-weight:800;
}
.real-the-community-member-ship{
    margin-bottom:0px;
    padding-bottom:0px
}
.real-the-community-member-ship .real-the-community-content{
    padding-top: 3rem;
}
.real-the-community-member-ship .real-the-community-content p {
    margin-bottom: 42px;
}
.real-the-community-member-ship .share-icon{
    margin-top:42px;
}
.real-the-community-member-ship .share-icon p{
    margin-bottom:0px;
}
.bg-opacity-10 {
    background-image: linear-gradient(315deg, #0081c191 -0.3%, #0081c191 61.5%, #0081c191 120.88%);
    padding: 48px 0px 0px;
    margin: auto;
    margin-bottom: 46px;
    width: 85%;
    max-width: 100%;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.bg-opacity-10 .card  h5{
    font-size: 20px !important;
    color:#fff !important;
}
.our-partners h2 {
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.our-partners  {
    margin-top:3rem;
}

.our-partners  .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.our-partners  .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.our-partners .box:hover {
  transform: scale(1.2);
}
.clients-carousel .owl-stage{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1500px)  {
    .our-partners {
        background-color: #fff;
        padding: 144px 0px 80px;
    }
    .get-started .fm_s5_internal {
        background: url(../img/home-element-bg.png) #f3c400d6 no-repeat;
        background-size: contain;
    }


}
@media only screen and (min-width: 1500px) and (max-width: 1600px)  {
    .bg-opacity-10 {
        background-image: linear-gradient(315deg, #0081c191 -0.3%, #0081c191 61.5%, #0081c191 120.88%);
        padding: 48px 0px 0px;
        margin: auto;
        margin-bottom: 46px;
        width: 80%;
        max-width: 100%;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }
    .our-partners {
        background-color: #fff;
        padding: 144px 0px 80px;
    }
    .real-the-community-content:before{
        content:"";
        background:url(../img/emoji-one.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        left: -141px;
        top: -69px;
        
    }
    .real-the-community-content:after{
        content:"";
        background:url(../img/emoli-two.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        right: -90px;
        top: -69px;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -137px;
        width: 100%;
        height: 137px;
        z-index: 0;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1920px)  {
    .bg-opacity-10 {
        background-image: linear-gradient(315deg, #0081c191 -0.3%, #0081c191 61.5%, #0081c191 120.88%);
        padding: 48px 0px 0px;
        margin: auto;
        margin-bottom: 46px;
        width: 80%;
        max-width: 100%;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }
    .real-the-community-content:before{
        content:"";
        background:url(../img/emoji-one.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        left: -141px;
        top: -69px;
        
    }
    .real-the-community-content:after{
        content:"";
        background:url(../img/emoli-two.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        right: -90px;
        top: -69px;
        
    }
    .our-partners {
        background-color: #fff;
        padding: 128px 0px 80px;
    }
}
@media only screen and (min-width: 1950px) and (max-width: 2160px)  {
    .bg-opacity-10 {
        background-image: linear-gradient(315deg, #0081c191 -0.3%, #0081c191 61.5%, #0081c191 120.88%);
        padding: 48px 0px 0px;
        margin: auto;
        margin-bottom: 46px;
        width: 80%;
        max-width: 100%;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }
    .real-the-community-content:before{
        content:"";
        background:url(../img/emoji-one.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        left: -141px;
        top: -69px;
        
    }
    .real-the-community-content:after{
        content:"";
        background:url(../img/emoli-two.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        right: -90px;
        top: -69px;
        
    }
    .our-partners {
        background-color: #fff;
        padding: 128px 0px 80px;
    }
}
@media only screen and (min-width: 2200px) and (max-width: 2880px)  {
    .real-the-community-content:before{
        content:"";
        background:url(../img/emoji-one.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        left: -141px;
        top: -69px;
        
    }
    .real-the-community-content:after{
        content:"";
        background:url(../img/emoli-two.png) no-repeat;
        background-size:cover;
        background-position:center center;
        position: absolute;
        width: 112px;
        height: 110px;
        right: -90px;
        top: -69px;
        
    }
    .our-partners {
        background-color: #fff;
        padding: 128px 0px 80px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .real-the-community-member-ship {
        padding: 24px 13px 48px;
        height: 1033px !important;
        background: var(--primary-off-white-04, #F8F3F0);
    }
    .our-partners {
        margin-top: 0rem;
    }
    .header_mobo_right {
        position: relative;
        height: 25.5px;
        width: 135px;
        left: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
         justify-content: space-between; 
        gap: 16px;
    }
    .hamburger_menu {
        position: absolute;
        width: 44px;
        right: 0px;
        top: -9px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 44px;
        right: 0px;
        top: -9px;
    }
    .header_mobo_main_slide {
        z-index: 1;
        width: 100%;
    }
    .header_right {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 32px;
        width: 100%;
    }
    .real-the-community-home:after {
        content: "";
        background: url(../img/thie-real-bg-mo.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -40px;
        width: 100%;
        height: 51px;
        max-width: 100%;
        background-size: cover;
    }
    .our-partners  .box {
      display: grid;
      align-items: center;
      justify-items: center;
      width: 70% !important;
      height: auto;
      transition: transform 0.5s ease-in;
      margin: 8px auto;
    }
    .bg-opacity-10 {
        background-image: linear-gradient(315deg, #0081c191 -0.3%, #0081c191 61.5%, #0081c191 120.88%);
        padding: 48px 23px 0px;
        margin: auto;
        margin-bottom: 46px;
        width: 95%;
        max-width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

}
