@import url('../../common/css/landingPage.css');

.logo {
    width: 187px;
    height: 36px;
    background: url('../svgs/logo.svg') left center no-repeat;
    background-size: contain;
    margin-left: 20px !important;
}
.notLoggedHeader .header .logoBox {
    height: 66px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 260px;
}
.landingPageDetail strong {
    font-weight: bold;
}

.landingPageDetail p {
    font-size: 16px;
}

.landingPageDetail p a {
    text-decoration: underline;
}

.landingPageDetail ul,
.landingPageDetail ol {
    padding-bottom: 20px;
}

.landingPageDetail ol li {
    font-size: 16px;
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 30px;
}

.landingPageDetail ul li {
    font-size: 16px;
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
    line-height: 30px;
}

.landingPageDetail img {
    float: left;
    margin-right: 16px;
}
.homeSEO {
    background: #fcffee;
}

.homeSEO .headerWrap {
    background: hsla(0, 0%, 100%, .4);
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}

.homeSEO .mobileHeader {
    display: none;
}

.homeSEO .headerSEO {
    height: 80px;
    max-width: 1200px;
    margin: auto;
}

.logoSEO {
    float: left;
    width: 205px;
    height: 75px;
    cursor: pointer;
    margin: 0px 0 0 0;
}

.svgIconBg {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
}

.homeSEO .logoSEO .svgIconBg {
    background: #d14f4f;
    margin-top: 3px;

}

.homeSEO .logoSEO p {
    width: 300px;
    font-size: 12px;
    color: #d14f4f;
    margin-top: -27px;
}
.ppsaStyle {
    color: #305CEF !important;
}
.headerSEO .r {
    float: right;
    color: #fff;
    height: 100%;
    line-height: 75px;
    display: flex;
    align-items: center;
}

.homeSEO .headerSEO .signin {
    border: 0;
    float: none;
    margin: 0;
    border: 1px solid #1b1b1b;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 32px;
    border-color: #d14f4f;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.homeSEO .headerSEO .signin a {
    color: #d14f4f;
    font-size: 16px;
}

.homeSEO .headerSEO .signUp {
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 0 32px;
    padding: 0 32px;
    cursor: pointer;
    background: #d14f4f;
}

.homeSEO .headerSEO .signUp a {
    color: #fff;
}
.homeSEO .headerSEO .privacyPolicy {
    margin-right: 60px;
}
.homeSEO .headerSEO .privacyPolicy a {
    color: #d14f4f;
}

.banerImgSEO {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #fcffee;
    min-height: 643px;
}

.homeSEO .banerContent {
    padding: 375px 0 40px;
    max-width: 1200px;
    margin: auto;
}

.homeSEO .banerContent .bannerSlogan {
    color: #fff;
    width: 100%;
    max-width: 739px;
    margin: 0 auto;
    font-size: 56px;
    line-height: 72px;
    padding: 0px 0 26px 0;
    text-align: center;
}
.homeSEO .banerContent .btnJoinNow {
    display: flex;
}
.homeSEO .banerContent .btnJoinNow a {
    width: auto;
    min-width: 257px;
    padding: 0 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 165px;
    background: #CE5152;
    color: #fff;
    text-align: center;
    line-height: 71px;
    font-size: 30px;
    height: 71px;
    text-transform: uppercase;
}

.homeSEO .infoWrap {
    width: 100%;
    background-color: #d14f4f;
}

.homeSEO .infoWrap .cont ul {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.homeSEO .infoWrap .cont ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.homeSEO .infoWrap .cont ul li .infoImg {
    width: 60px;
    height: 60px;
    margin-bottom: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}

.homeSEO .infoWrap .cont ul li p {
    text-align: center;
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.homeSEO .infoWrap .cont ul li p:first-child {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.indexA {
    width: 100%;
    background-color: rgb(253, 255, 240);
}

.indexA h2 {
    padding: 70px 0 35px 0;
    text-align: center;
    color: #d14f4f;
    font-size: 28px;
}

.indexA ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px;
}

.indexA ul li {
    width: 50%;
    padding-top: 40px;
    list-style: none;
    padding-bottom: 20px;
}

.indexA ul li>div {
    float: left;
}

.indexA ul li>div:last-child {
    margin-left: 5%;
    width: 60%;
}

.indexA ul li .img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

.indexA ul li .storyImg1 {
    background: url(../img/story1.webp);
}

.indexA ul li .storyImg2 {
    background: url(../img/story2.webp);
}

.indexA ul li .storyImg3 {
    background: url(../img/story3.webp);
}

.indexA ul li .storyImg4 {
    background: url(../img/story4.webp);
}

.indexA ul li h3,
.indexA ul li p {
    display: inline-block;
}

.indexA ul li h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

.indexA ul li p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.banerContent label {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 15px 0;
    display: block;
    letter-spacing: .3px;
}

.btn {
    text-align: center;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
}

.banerContent .btn {
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.profileBox{
    background-color: #fff;
}
.locationArea{
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    cursor: pointer;
}
.locationArea .left,
.locationArea .right {
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    text-align: left;
}

.locationArea .left .sexList,
.locationArea .right .sexList {
    position: absolute;
    width: 147px;
    height: 49px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.locationArea .left .sexList li,
.locationArea .right .sexList li {
    text-align: center;
    line-height: 50px;
}

.locationArea .left .sexList li:hover,
.locationArea .right .sexList li:hover {
    text-decoration: underline;
}
.locationArea .right{
    width: 147px;
}
.sexMobileBtn{
    display: none;
}
.locationTitle{
    font-size: 32px;
    font-weight: bold;
    line-height: 51px;
    color: #0f0f0f;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 0 0 32px;
}
.profileList ul li {
    margin: 31px 0 42px;
    display: inline-block;
}

.profileList ul li .profileListItem1 {
    display: flex;
}

.profileList ul li .profileListItem1 .avatar img {
    width: 190px;
    height: 190px;
    border-radius: 4px;
}

.profileList ul li .profileListItem1 .infomationArea {
    margin-left: 25px;
}

.profileList ul li .profileListItem1 .infomationArea .infomationAreaHeader {
    display: flex;
}

.profileList ul li .profileListItem1 .infomationArea h3 {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    margin-right: 30px;
    width: 180px;
}

.profileList ul li .profileListItem1 .infomationArea p {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
}

.profileList ul li .profileListItem1 .infomationArea .static {
    color: #58C389;
}

.profileList ul li .profileListItem1 .infomationArea .btnPC {
    background: #CE5152;
    font-size: 18px;
    line-height: 41px;
    color: #fff;
    width: 126px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 33px;
    cursor: pointer;
}

.profileList ul li .profileListItem1 .infomationArea .btnPC a {
    color: #fff;
}

.profileList ul li .profileListItem1 .ageArea .age {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
}

.profileList ul li .profileListItem1 .btnMobile {
    display: none;
}

.profileList ul li .profileListItem2 {
    margin-top: 25px;
}

.profileList ul li .profileListItem2 h3 {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    width: 480px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profileList ul li .profileListItem2 p {
    color: #0f0f0f;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 480px;
}

.profileList ul li:nth-child(1) {
    margin-top: 89px;
}

.profileList ul li:nth-child(2n) {
    width: 43%;
}

.profileList ul li:nth-child(2n+1) {
    width: 56%;
}

.profileList ul li:last-child {
    border: none;
}

.profileList .viewMore {
    font-size: 18px;
    line-height: 32px;
    color: #999;
    text-align: center;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.profileList .viewMore .viewMoreBtn {
    width: 11px;
    height: 11px;
    margin: 10px 0 0 5px;
}
.mainText {
    background: #FCFBF9;
    padding-top: 32px;
    padding-bottom: 80px;
}

.mainText .title {
    padding-top: 0;
}

.mainText h1,
.mainText h2 {
    font-size: 32px;
    line-height: 51px;
    color: #0f0f0f;
    margin: 0 0 33px;
    padding-top: 33px;
}

.mainText h2 {
    font-size: 28px;
    line-height: 38px;
}

.mainText h3 {
    font-size: 24px;
    line-height: 38px;
    color: #0f0f0f;
    margin: 32px 0 24px;
}

.mainText h4 {
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    margin: 32px 0 16px;
}

.mainText p {
    font-size: 16px;
    line-height: 30px;
    color: #0f0f0f;
    margin-bottom: 20px;
}

.mainText img {
    max-width: 1000px;
}

.mainText .btn_wrap {
    text-align: center;
}

.mainText .signUpNow {
    width: 295px;
    height: 50px;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    margin: 87px auto 0;
    text-align: center;
    background: #ce5152;
    cursor: pointer;
    padding: 12px 80px;
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
}

.relatedPosts {
    background: #FCFBF9;
    padding: 42px 0;
}

.relatedPosts h2 {
    color: #0f0f0f;
    font-size: 32px;
    line-height: 51px;
    margin: 0 0 32px;
}

.relatedPosts .postList {
    display: flex;
}

.relatedPosts .postList .postItem {
    margin-right: 21px;
    width: 386px;
}

.relatedPosts .postList .postItem .postPic {
    background-size: 100% auto;
    width: 386px;
    height: 236px;
    background-repeat: no-repeat;
    background-position: left top;
}

.relatedPosts .postList .postItem h3 {
    font-size: 18px;
    color: #0F0F0F;
    line-height: 29px;
    margin: 17px 0 8px;
}

.relatedPosts .postList .postItem span {
    font-size: 14px;
    color: #888888;
    line-height: 23px;
}

.topCityList {
    padding-bottom: 28px;
    background-color: #fff;
}

.topCityList h2 {
    color: #0f0f0f;
    font-size: 32px;
    line-height: 51px;
    padding: 64px 0 32px;
}

.topCityList .countryList .checkItem {
    font-size: 24px;
    line-height: 38px;
    color: #999;
}

.topCityList .countryList .checkItem.checkActive {
    font-size: 24px;
    line-height: 38px;
    color: #0f0f0f;
}

.topCityList .countryList .checkItem.checkActive span {
    border-bottom: 2px solid #0f0f0f;
}

.topCityList ul .checkItem {
    display: inline-block;
    margin: 0 32px 32px 0;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}

.topCityList ul .cityItem {
    display: inline-block;
    width: 20%;
    margin: 0 0 32px;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}

.topCityList ul .cityItem:nth-child(5n) {
    width: 15%;
}
.pageWidth{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.publicHomeFooter {
    background-color: #1b1b1b;
    color: #fafafa;
    padding: 40px 0;
}

.publicHomeFooter .con {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.publicHomeFooter .fNav {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
    color: #fafafa;
    line-height: 35px;
}

.publicHomeFooter .fNav a {
    margin: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fafafa;
    display: inline-block;
}
.publicHomeFooter .fNav .ppsaStyle{
    color: #305CEF !important;
}
.publicHomeFooter .fNav a:hover {
    text-decoration: underline;
}

.publicHomeFooter .download {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    margin: 0 auto 25px;
}

.publicHomeFooter .download .app {
    margin: 0 14px;
}

.publicHomeFooter .download .svgIconBg {
    width: 26px;
    height: 26px;
    background-color: #fff;
}

.publicHomeFooter .download .shareLink {
    margin: 0 30px;
}

.publicHomeFooter .download .shareLink .svgIconBg {
    width: 26px;
    height: 26px;
    background: #fff;
    margin: 0 6px;
    display: inline-block;
}

.publicHomeFooter .decBox {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.publicHomeFooter .decBox span {
    color: #fff;
}

.publicHomeFooter .decBox a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 750px){
    .homeSEO .mobileHeader.headerSEO {
        display: block;
        width: 100%;
        background: #CE5152;
        padding: 0 0px 0 15px;
        height: 68px;
        position: fixed;
        z-index: 99;
        top: 0;
        box-sizing: border-box;
    }

    .homeSEO .headerWrap {
        display: none;
    }
    .homeSEO .logoSEO p {
        color: #fff;
    }
    .indexA p {
        padding: 5px;
        text-align: center;
        line-height: 26px;
    }

    .homeSEO .headerSEO .mobileBtn {
        position: absolute;
        cursor: pointer;
        font-size: 0;
        top: 50%;
        right: 15px;
        margin-top: -12px;
        width: 32px;
        height: 22px;
    }

    .homeSEO .headerSEO .mobileBtn span {
        width: 100%;
        height: 2px;
        margin: 3px 0;
        display: inline-block;
        background: #fff;
    }

    .homeSEO .infoWrap .cont ul li p:first-child {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .homeSEO .infoWrap .cont ul {
        flex-wrap: wrap;
        padding: 0;
    }

    .homeSEO .indexA ul li {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding-top: 0;
    }

    .homeSEO .indexA ul li:last-child {
        padding-top: 40px;
        padding-bottom: 32px;
    }
    .indexA ul li {
        text-align: center;
    }

    .indexA ul li .img {
        margin: 0 32%;
    }

    .indexA ul li > div:last-child {
        margin-left: 25%;
    }

    .indexA ul li > div {
        margin-left: 25%;
        margin-right: 25%;
    }

    .homeSEO .indexA ul li .img {
        float: none;
    }

    .homeSEO .indexA ul li .img+div {
        margin-left: 0;
        width: 100%;
    }

    .homeSEO .indexA ul li p {
        text-align: center;
    }
    
    .homeSEO .indexA ul li {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .homeSEO .indexA ul li:last-child {
        padding-top: 40px;
        padding-bottom: 32px;
    }

    .homeSEO .indexA ul li .img {
        float: none;
    }

    .homeSEO .indexA ul li .img+div {
        margin-left: 0;
    }

    .homeSEO .indexA ul li p {
        text-align: center;
    }

    .homeSEO .infoWrap .cont ul li p {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
    }

    .homeSEO .infoWrap .cont ul p.dataNum {
        padding-bottom: 0.8rem;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 23px;
    }

    .homeSEO .infoWrap .cont {
        padding: 20px 0;
    }

    .indexA ul li .img {
        margin: 0 auto;
    }

    .indexA ul li > div:last-child {
        margin-left: 20%;
    }

    .indexA ul li > div {
        margin-left: 20%;
        margin-right: 20%;
    }

    .indexA ul li h3 {
        font-size: 20px;
        margin: 5px 0;
    }

    .indexA ul li p {
        font-size: 16px;
        line-height: 20px;
    }
    .infoWrap .cont ul {
        padding: 20px 0 0 0;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .infoWrap .cont ul li {
        width: 200px;
        margin-bottom: 30px;
    }

    .infoWrap .cont ul li p {
        font-size: 12px;
    }

    .infoWrap .cont ul li p:first-child {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .indexA h2{
        font-size: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .homeSEO .infoWrap .cont ul li {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        padding: 23px 0;
        margin-bottom: 0;
    }

    .homeSEO .infoWrap .cont ul li div.info {
        min-height: 58px;
    }

    .homeSEO .banerContent {
        padding: 360px 0 13px;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .homeSEO .banerContent .bannerSlogan {
        font-size: 35px;
        line-height: 53px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .homeSEO .banerContent .btnJoinNow a {
        padding: 0;
        line-height: 53px;
        font-size: 20px;
        margin-bottom: 86px;
        height: 53px;
    }

    .homeSEO .headerSEO .signin {
        border: 0px;
        padding: 0 15px;
    }

    .homeSEO .headerSEO .signin a {
        color: #fff;
        font-size: 14px;
    }

    .homeSEO .logoSEO .svgIconBg {
        background: #fff;
        margin-top: -2px;
    }

    .homeSEO .btn.join {
        display: block;
        background: #c25854;
        color: #fff;
        border-radius: 2px;
        height: 44px;
        line-height: 44px;
    }

    .mobileSignIn {
        color: #fff;
        font-size: 14px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 24px 0 0 0;
        text-transform: uppercase;
        border: 1px solid #fff;
        height: 44px;
        line-height: 44px;
        box-sizing: border-box;
        border-radius: 2px;
    }
    .locationArea {
        padding: 20px 0;
    }

    .locationArea .left{
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }
    .locationArea .right{
        display: none;
    }
    .sexMobileBtn {
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    color: #0f0f0f;
    margin-bottom: 23px;
    padding-left: 10px;
    width: 121px;
    height: 28px;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
}

    .sexMobileBtn .line {
        position: relative;
        width: 3px;
        height: 30px;
        margin-right: 15px;
    }

    .sexMobileBtn .line::before,
    .sexMobileBtn .line::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 1px;
        background-color: #0f0f0f;
    }

    .sexMobileBtn .line::before {
        right: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .sexMobileBtn .line::after {
        left: 0;
        transform: translateY(-50%) rotate(-45deg);
    }
    .locationTitle{
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        border-bottom: none;
        padding: 0 0 16px;
    }
    .profileList ul li {
        margin: 24px 0 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #dedede;
    }

    .profileList ul li .profileListItem1 .avatar img {
        width: 100px;
        height: 100px;
    }

    .profileList ul li .profileListItem1 .infomationArea {
        margin-left: 16px;
    }

    .profileList ul li .profileListItem1 .infomationArea .infomationAreaHeader {
        display: flex;
    }

    .profileList ul li .profileListItem1 .infomationArea h3 {
        font-size: 14px;
        line-height: 23px;
        margin-right: 20px;
    }

    .profileList ul li .profileListItem1 .infomationArea p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 3px;
    }

    .profileList ul li .profileListItem1 .infomationArea .static {
        color: #58C389;
        margin-top: 3px;
    }

    .profileList ul li .profileListItem1 .infomationArea .btnPC {
        display: none;
    }

    .profileList ul li .profileListItem1 .ageArea {
        position: absolute;
        right: 16px;
    }

    .profileList ul li .profileListItem1 .ageArea .age {
        font-size: 14px;
        line-height: 23px;
        margin-top: 4px;
        text-align: right;
        color: #0f0f0f;
    }

    .profileList ul li .profileListItem1 .btnMobile {
        display: block;
        background: #CE5152;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
        width: 96px;
        height: 32px;
        border-radius: 4px;
        text-align: center;
        text-transform: capitalize;
        margin-top: 45px;
    }

    .profileList ul li .profileListItem1 .btnMobile a {
        color: #fff;
    }

    .profileList ul li .profileListItem2 {
        margin-top: 14px;
    }

    .profileList ul li .profileListItem2 h3 {
        font-size: 16px;
        line-height: 26px;
        width: calc(100%);
    }

    .profileList ul li .profileListItem2 p {
        font-size: 14px;
        line-height: 23px;
        width: calc(100%);
    }

    .profileList ul li:nth-child(1) {
        margin-top: 0;
        padding-top: 24px;
        border-top: 1px solid #dedede;
    }

    .profileList ul li:nth-child(2n) {
        width: 100%;
    }

    .profileList ul li:nth-child(2n+1) {
        width: 100%;
    }

    .profileList .viewMore {
        font-size: 14px;
        line-height: 23px;
        color: #999;
        text-align: center;
        padding-bottom: 24px;
        display: flex;
        justify-content: center;
    }

    .profileList .viewMore .viewMoreBtn {
        width: 11px;
        height: 11px;
        margin: 6px 0 0 5px;
    }
    .landingPageDetail img {
        float: none;
        padding-right: 0;
        height: auto;
    }
    .mainText {
        padding-top: 20px;
        padding-bottom: 32px;
    }

    .mainText h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .mainText h2 {
        font-size: 18px;
        line-height: 29px;
        color: #0f0f0f;
        margin: 0 0 20px;
        padding-top: 24px;
    }

    .mainText h3 {
        font-size: 16px;
        line-height: 26px;
        margin: 34px 0 16px;
    }

    .mainText h4 {
        font-size: 14px;
        line-height: 23px;
        margin: 26px 0 17px;
    }

    .mainText p {
        font-size: 14px;
        line-height: 23px;
    }

    .mainText img {
        max-width: 100%;
    }

    .mainText .signUpNow {
        width: 231px;
        height: 44px;
        line-height: 44px;
        color: #fff;
        margin: 32px auto 0;
        text-align: center;
        padding: 12px 24px;
        font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    }
    .relatedPosts {
        padding: 24px 0 32px;
    }

    .relatedPosts h2 {
        font-size: 18px;
        line-height: 29px;
        margin: 0 0 16px;
    }

    .relatedPosts .postList {
        display: block;
    }

    .relatedPosts .postList .postItem {
        margin: 0 0 32px 0;
        width: auto;
    }

    .relatedPosts .postList .postItem .postPic {
        width: 100%;
        height: 220px;
    }

    .relatedPosts .postList .postItem h3 {
        font-size: 14px;
        line-height: 23px;
        margin: 16px 0 4px;
    }

    .relatedPosts .postList .postItem:last-child {
        margin-bottom: 0;
    }

    .topCityList {
        padding-bottom: 28px;
    }

    .topCityList h2 {
        color: #0f0f0f;
        font-size: 18px;
        line-height: 29px;
        padding: 32px 0 16px;
    }

    .topCityList .countryList .cityItem:nth-child(2n+1) {
        width: 20%;
    }

    .topCityList .countryList .checkItem {
        font-size: 16px;
        line-height: 26px;
    }

    .topCityList .countryList .checkItem.checkActive {
        font-size: 16px;
        line-height: 26px;
        color: #0f0f0f;
    }

    .topCityList .countryList .checkItem.checkActive span {
        border-bottom: 2px solid #0f0f0f;
    }

    .topCityList ul .cityItem {
        width: 49%;
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 23px;
    }

    .topCityList ul .cityItem:nth-child(5n) {
        width: 59%;
    }

    .topCityList ul .cityItem:nth-child(2n) {
        width: 30%;
    }

    .topCityList ul .cityItem:nth-child(2n+1) {
        width: 59%;
    }
}
/* ========== PC Font Styles (min-width: 750px) ========== */
@media screen and (min-width: 750px) {
    .homeSEO .infoWrap .cont ul li p {
        font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    }

    .mainText .signUpNow {
        font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    }
}

/* ========== Mobile Font Styles (max-width: 750px) ========== */
@media screen and (max-width: 750px) {
    .homeSEO .infoWrap .cont ul li p {
        font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    }

    .mainText .signUpNow {
        font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    }
}
