/**
 * 
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
@import "../../common/less/global";
@import "./global";
/********header star ********/
.logo {
    width: 130px;
    height: 25px;
    background: url('../svgs/logo.svg') left center no-repeat;
    background-size: contain;
}

.notLoggedTips {
    height: 107px;
}

.notLoggedHeader.notLoggedTips {
    .mobileNav .navBtn {
        top: 81px;
    }
}
.notLoggedHeader {
    .mobileNav .navBtn {
        top: 22px;
    }
}
/********header end********/

@media screen and (max-width: 768px) {
    .notLoggedHeader .header .logoBox {
        width: 160px;
    }
    .press_page h1 {
        padding-top: 0;
    }
    .blogList_Wrapper .blogList .listCon figure img {
        height: auto;
    }
}

/********success stories star********/
.sStories {
    .info1 {
        .img {
            background: url(../img/stories_content_bg.png) no-repeat;
            background-size: 100% 100%;
        }
    }
}
/********success stories end********/
