html, body{
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}
body{
    background-color: #fcfeff;
}
.containerMain{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.content{
    display: table-row;
    height: 100%;
}
.content-body{
    display: table-cell;
}

@font-face {
    font-family: 'sf_pro_displayregular';
    src: url('../fonts/sf-pro-display/sfprodisplay-regular.woff2') format('woff2'),
    url('../fonts/sf-pro-display/sfprodisplay-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_pro_displaylight';
    src: url('../fonts/sf-pro-display/sfprodisplay-light.woff2') format('woff2'),
    url('../fonts/sf-pro-display/sfprodisplay-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_pro_displaysemibold';
    src: url('../fonts/sf-pro-display/sfprodisplay-semibold.woff2') format('woff2'),
    url('../fonts/sf-pro-display/sfprodisplay-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_pro_displaybold';
    src: url('../fonts/sf-pro-display/sfprodisplay-bold.woff2') format('woff2'),
    url('../fonts/sf-pro-display/sfprodisplay-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.headerSubWrapper{
    position: relative;
    padding-top: 50px;
    background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-size: 119.5%;
    background-position: bottom center;
    min-height: 500px;
}

/*.logoWrapper img{
    height: 35px;
}*/

.headerLeftSectionWrapper{
    height: 100%;
    display: flex;
    align-items: center;
}
.headerLeftSecContentBox1{
    font-size: 44px;
    font-family: 'sf_pro_displaybold';
    line-height: 48px;
}
.headerLeftSecContentBox2{
    font-size: 16px;
    font-family: 'sf_pro_displaylight';
    margin-top: 40px;
}
.headerLeftSecContentBox3{
    margin-top: 60px;
}
.headerDownloadBtnCommon{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    padding: 30px;
    width: 211px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
}
.headerDownloadBtnCommon a{
    text-decoration: none;
    color: #FFF;
    font-family: 'sf_pro_displaybold';
}
.headerDownloadBtnCommon span{
    vertical-align: middle;
}

.headerDownloadBtnCommon span:nth-child(1) {
    margin-right: 12px;
}
.blackDownloadBtn{
    background-color: #282640;
    border-color: #282640;
}
.blueDownloadBtn{
    background-color: #1FA9FF;
    border-color: #1FA9FF;
}


.blackDownloadBtn a span:nth-child(1) img{
    width: 16px;
    height: 18px;
}
.blueDownloadBtn a span:nth-child(1) img{
    width: 16px;
    height: 10px;
}
.headerDownloadBtnWrapper .headerDownloadBtnCommon:nth-child(1){
    margin-right: 12px;
}
.headerRightSectionImgWrapper img{
    padding-top: 20px;
}


.homeSec1Wrapper{
    margin-top: 95px;
}
.homeCommonTitleText{
    /*font-size: 40px;*/
    font-size: 35px;
    font-family: 'sf_pro_displaybold';
}
.homeCommonSubTitleText{
    font-size: 16px;
    font-family: 'sf_pro_displaylight';
    margin-top: 15px;

}
.homeSecTitleSubTitleWrapper{
    text-align: center;
    max-width: 545px;
    margin: 0 auto;
}

.homeSec2SubWrapper{
    position: relative;
    background: url(../images/user_bg.png);
    background-repeat: no-repeat;
    background-size: 119% !important;
    background-position: 53% 0% !important;
    min-height: 500px;
}
.homeSec2BoxContentWrapper{
    display: flex;
    align-items: center;
    height: 100%;
}
.homeSec2BoxContentSubWrapper{
    max-width: 300px;
}
.homeSec2ImgWrapper .homeSecImgBigScreen{
    margin-top: 70px;
}
.homeSec2ImgWrapper .homeSecImgBigScreen img{
    transform: scale(1.5);
}

.homeSec3Wrapper{
    margin-top: 71px;
}
.homeSec3BoxContentWrapper .homeSecTitleSubTitleWrapper{
    max-width: 450px;
}

.homeSec3ImgWrapper{
    max-width: 814px;
    margin: 0 auto;
    margin-top: -35px;
}

.homeSec4Wrapper{
    margin-top: 95px;
    margin-bottom: 10px;
}
.homeSec4BoxContentWrapper{
    text-align: center;
}

.homeSec5SubWrapper{
    background: url(../images/footer_bg.png) no-repeat;
    position: relative;
    background-size: 121.5%;
    background-position: top center;
    min-height: 270px;
}
.homeSec5BoxContentWrapper{
    margin-top: 55px;
}
.homeSec5BoxContentWrapper .headerDownloadBtnWrapper{
    text-align: center;
}

.homeSec5BoxContentWrapper .headerDownloadBtnWrapper .headerDownloadBtnCommon:nth-child(1){
    margin-right: 7px;
}

.homeSec5SocialIconWrapper{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
}
.homeSec5SocialIconWrapper ul{
    padding: 0;
    margin: 0;
}

.homeSec5SocialIconWrapper ul li{
    list-style: none;
    display: inline-block;
    margin-right: 17px;
}
.customDisplayNone{
    display: none;
}
.headerSec1ImageMobileDevice{
    margin-top: -30px;
}
.headerSec1ImageMobileDevice img{
    transform: scale(1);
}
.safer-communities-m{
    transform: scale(1.2);
}
.homeSec1MobileImgWrapper{
    margin-top: -160px;
}

.homeSec2ContentWrapper .displayBlockNone992{
    display: none;
}
.homeSec2BoxContentSubWrapper .homeSec2BoxTitle {
    line-height: 48px;
}
.homeSec4BoxLogoContentMobileViewWrapper{
    display: none;
}

@media (min-width: 1200px) {
    .headerRightSectionImgWrapper img {
        transform: scale(1.1);
    }
    .homeSec2ImgWrapper .homeSecImgBigScreen img {
        transform: scale(1.1);
    }
}
@media (min-width: 1250px) {
    .homeSec2ImgWrapper .homeSecImgBigScreen img {
        transform: scale(1.5);
    }
}
@media (min-width: 1300px) {
    .headerRightSectionImgWrapper img {
        transform: scale(1.3);
    }
}
@media (min-width: 1367px) {
    .homeSec2ImgWrapper .homeSecImgBigScreen img {
        transform: scale(1.5);
    }
}

@media (min-width: 1500px) {
    .circleMainWrapper .container{
        max-width: 1390px;
    }

    /*.logoWrapper img {
        height: 42px;
    }*/
    .headerLeftSecContentBox1 {
        font-size: 48px;
    }
    .headerLeftSecContentBox2 {
        max-width: 619px;
        font-size: 18px;
    }
    .headerRightSectionImgWrapper img {
        transform: scale(1.3);
    }
    .headerRightSectionImgWrapper img {
        padding-top: 40px;
    }

    .homeCommonTitleText {
        font-size: 48px;
    }
    .homeCommonSubTitleText{
        font-size: 18px;
    }
    .homeSec2ImgWrapper .homeSecImgBigScreen {
        margin-top: 135px;
    }
    .homeSec2BoxContentSubWrapper .homeSec2BoxTitle{
        line-height: 48px;
    }

    .homeSec3BoxContentWrapper .homeSecTitleSubTitleWrapper {
        max-width: 508px;
    }
    .homeSec5BoxContentWrapper {
        margin-top: 85px;
    }

    .homeSec3ImgWrapper {
        max-width: 1024px;
        margin-top: -70px;
    }
    .homeSec2StongerCommunitiesTextWrapper .homeSec2BoxContentSubWrapper {
        max-width: 330px;
    }
    .homeSec2BoxContentWrapper{
        margin-left: -55px;
    }
    .homeSec2StongerCommunitiesMobileImgWrapper .homeSecImgBigScreen{
        margin-top: 100px;
    }
    .homeSec3Wrapper {
        margin-top: 98px;
    }
}


@media (max-width: 1199px) {
    .headerLeftSecContentBox1 {
        font-size: 35px;
    }
    .headerRightSectionImgWrapper img {
        transform: scale(1.1);
    }
    .homeSec2ImgWrapper .homeSecImgBigScreen img {
        transform: scale(1.2);
    }
}
@media (max-width: 992px) {
    .headerSubWrapper{
        background-size: cover ;
        background-position: 15% -360px;
    }
    .headerLeftSectionWrapper{
        max-width: 450px;
        margin: 0 auto;
        margin-top: 25px;
        text-align: center;
    }
    .headerRightSectionImgWrapper img{
        transform: inherit;
    }
    .headerRightSectionImgWrapper{
        margin-top: -115px;
    }
    .homeSec1Wrapper {
        margin-top: -175px;
    }
    .displayNone992{
        display: none;
    }
    .homeSec2ContentWrapper .displayBlockNone992{
        display: block;
    }
    .homeSec2ContentWrapper{
        text-align: center;
    }
    .homeSec2BoxContentSubWrapper {
        max-width: 320px;
        margin: 0 auto;
    }
    .homeSec2SubWrapper{
        margin-top: -95px;
        background-size: cover !important;
        background-position: 84% 140% !important;
    }
    .homeSec2ContentWrapper .displayBlockNone992 .homeSec2BoxContentWrapper{
        margin-top: 100px;
    }
    .homeSec2StongerCommunitiesTextWrapper{
        margin-top: -70px;
    }
    .homeSec2StongerCommunitiesMobileImgWrapper{
        margin-top: -85px;
    }
    .homeSec3Wrapper{
        margin-top: -150px;
    }
    .homeSec3ImgWrapper{
        margin-top: -100px;
    }
    .communitiesMobileImg2Wrapper{
        margin-top: -300px;
    }

    .homeSec4Wrapper {
        margin-top: -150px;
    }
}


@media (max-width: 767px) {

    .headerLeftSecContentBox1{
        font-size: 32px;
        line-height: normal;
    }
    .headerLeftSecContentBox2{
        margin-top: 20px;
    }
    .headerLeftSecContentBox3 {
        margin-top: 30px;
    }
    .headerRightSectionImgWrapper {
        margin-top: -75px;
    }

    .safer-communities-m{
        transform: inherit;
    }

    .communitiesMobileImg2Wrapper {
        margin-top: -240px;
    }
}

@media (max-width: 576px) {
    /*.logoWrapper img{
        height: 40px;
    }*/
    .headerSubWrapper {
        background-position: 18% -295px;
    }
    .logoWrapper{
        text-align: center;
    }
    .displayNone576{
        display: none;
    }
    .displayBlock576{
        display: block;
    }
    .headerLeftSecContentBox2 {
        margin-top: -35px;
    }
    .headerDownloadBtnCommon{
        display: block;
        width: 100%;
        height: 60px;
        padding: 25px;
    }
    .headerDownloadBtnWrapper .headerDownloadBtnCommon:nth-child(1){
        margin-bottom: 10px;
    }
    .blackDownloadBtn a span:nth-child(1) img{
        margin-top: -5px;
    }
    .blueDownloadBtn a span:nth-child(1) img{
        margin-top: -3px;
    }

    .homeSec1Wrapper {
        margin-top: 100px;
        overflow: hidden;
    }
    .homeCommonTitleText{
        font-size: 32px;
    }
    .homeSec1ImgWrapper{

        margin-top: 86px;
    }
    .homeSec1MobileImgWrapper {
        margin-top: 22px;
    }

    .homeSec2StongerCommunitiesTextWrapper {
        margin-top: 10px;
    }

    .homeSec2StongerCommunitiesMobileImgWrapper {
        margin-top: -45px;
    }
    .homeSec2BoxContentSubWrapper {
        max-width: 270px;
        margin: 0 auto;
    }
    .homeSec2ContentWrapper .displayBlockNone992 .homeSec2BoxContentWrapper {
        margin-top: 90px;
    }

    .homeSec3Wrapper {
        margin-top: -250px;
    }
    .homeSec3ImgWrapper {
        margin-top: 33px;
        overflow: hidden;
    }
    .communitiesMobileImg2Wrapper {
        margin-top: -22px;
    }
    .homeSec4Wrapper {
        margin-top: 60px;
    }

    .homeSec5SubWrapper{
        background-size: 580%;
        background-position: 11.5% 0%;
    }

    .safer-communities-m{
        transform: scale(1.5);
    }
    .homeSec1MobileImgWrapper .safer-communities-m{
        margin-left: 40px;
    }
    .homeSec2Wrapper{
        margin-top: 90px;
    }

    .group-user-m {
        transform: translateX(10%) scale(1.5);
        overflow: hidden;
    }

    .homeSec2ImgWrapper{
        margin-top: 80px;
        overflow: hidden;
    }
    .homeSec2BoxContentSubWrapper .homeSec2BoxTitle {
        line-height: 40px;
    }
    .homeSec2StongerCommunitiesTextWrapper .homeSec2BoxContentSubWrapper{
        max-width: 295px;
    }
    .homeSec2ImgWrapper.homeSec2StongerCommunitiesMobileImgWrapper{
        margin-top: 40px;
    }
    .homeSec2SubWrapper {
        /*padding-bottom: 450px;
        background-position: 83% 140% !important;*/
        padding-bottom: 360px;
        background-position: 80% 140% !important;
    }
    .communities-m img{
        transform: scale(1.5) translateX(5%);
    }

    .communitiesMobileImg2Wrapper::before {
        content: '';
        background-image: url(../images/community_hand_new.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -29px;
        left: 0;
        width: 100%;
        z-index: 2;
        height: 230px;
    }

    .homeSec5Wrapper .homeSec4BoxContentWrapper{
        margin-top: 38px;
    }
    .homeSec5BoxContentWrapper {
        margin-top: 75px;
    }

    .homeSec5SocialIconWrapper {
        margin-bottom: 35px;
    }
    .homeSec5Wrapper{
        margin-top: 50px;
    }

    .headerDownloadBtnCommon span{
        vertical-align: inherit;
    }

    .headerSec1ImageMobileDevice{
        margin-top: 10px;
        overflow: hidden;
    }
    .headerSec1ImageMobileDevice img{
        transform: scale(1.4) translateX(5%);
    }
    .homeSecTitleSubTitleWrapper {
        max-width: 330px;
    }
    .safer-communities-m1{
        transform: scale(1.7);
    }
}