@media(max-width:767px) {
    .who-viewed-profiles .items {
        margin-bottom: 15px !important
    }
}

.community-page-new .community-intro {
    padding-bottom: 95px
}

.community-page-new .nxt-community-home-head {
    padding-bottom: 0 !important
}

.community-page-new .nxt-community-home-head h1 {
    font-size: 44px;
    font-weight: 400
}

.community-page-new p {
    font-size: 16px;
    color: #083362;
    font-weight: 300;
    line-height: 31px;
    padding-right: 60px
}

.matrimony-cast-features h2 {
    font-size: 34px;
    font-weight: 400;
    color: #083362
}

.matrimony-cast-features h2 span {
    color: #17cdb6
}

.feature-inner-sec {
    padding-top: 10px;
    padding-bottom: 40px
}

.matrimony-cast-features .feature-inner-sec .feature-inner-description h3 {
    font-size: 20px;
    font-weight: 400;
    color: #083362;
    padding-bottom: 5px;
    padding-top: 30px
}

.matrimony-cast-features .feature-inner-sec .feature-inner-description {
    max-width: 610px
}

.matrimony-cast-features .feature-inner-sec .feature-inner-description p {
    font-size: 16px;
    font-weight: 300;
    color: #083362;
    line-height: 31px;
    letter-spacing: inherit
}

.whychoose-section-out .whychoose-deatil-sec p {
    padding-top: 40px;
    color: #083362;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: inherit
}

.matrimony-cast-features.whychoose-section-out {
    padding-bottom: 150px
}

.matrimony-cast-features.whychoose-section-out h2 {
    margin-bottom: 0
}

.get-app-out figure img {
    max-width: 165px;
    padding-bottom: 20px
}

@media(max-width:1199px) {
    .get-app-out {
        display: flex
    }
    .get-app-out figure img {
        padding-right: 10px
    }
}

.who-viewed-profiles .items {
    position: relative
}

.who-viewed-profiles .items a {
    position: relative
}

.who-viewed-profiles .items a.view-profile-link {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    left: 0
}

@media(max-width:1199px) {
    .community-page-new .community-intro {
        padding-bottom: 70px
    }
    .matrimony-cast-features.whychoose-section-out {
        padding-bottom: 70px
    }
    .nxt-community-home-section.community-page-new {
        padding-bottom: 70px
    }
}

@media(max-width:991px) {
    .community-page-new .nxt-community-home-head h1 {
        font-size: 30px !important;
        margin-top: 30px !important
    }
    .nxt-community-home-section.community-page-new {
        margin-top: 27%
    }
    .whychoose-section-out .whychoose-deatil-sec p,
    .matrimony-cast-features .feature-inner-sec .feature-inner-description p,
    .community-page-new p {
        padding-right: 0
    }
    .whychoose-section-out .whychoose-deatil-sec p {
        padding-top: 20px
    }
}

@media(max-width:767px) {
    .matrimony-cast-features h2 {
        font-size: 25px !important;
        font-weight: 600
    }
    .community-page-new .nxt-community-home-head h1 {
        font-weight: 600
    }
    .matrimony-cast-features .feature-inner-sec .feature-inner-description h3 {
        padding-top: 15px
    }
    .community-page-new .community-intro {
        padding-bottom: 40px
    }
    .matrimony-cast-features.whychoose-section-out {
        padding-bottom: 40px
    }
    .nxt-community-home-section.community-page-new {
        padding-bottom: 20px
    }
    .matrimony-cast-features.whychoose-section-out h2 {
        font-weight: 600
    }
}

@media(max-width:480px) {
    .community-page-new .nxt-community-home-head {
        padding-top: 0
    }
}

@media(max-width:400px) {
    .community-page-new .nxt-community-home-head h1 {
        padding-top: 40px
    }
}

@media(max-width:353px) {
    .community-page-new .nxt-community-home-head h1 {
        padding-top: 80px
    }
}

.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(36 35 35/20%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 1500ms linear infinite
}

.spinner {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #00c8b1 !important;
    border-left-color: #00c8b1 !important;
    border-radius: 50%
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}