.ss_landingpage_banner{
    background-image: url('https://cdn.poshantracker.in/public-assets/image/SSLandingPage/ss_banner_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.ss_landing_introducing_text{
    font-family: "OpenSans-Regular";
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #F58634;
    margin-bottom: 0;
}

.ss_landing_bann_head{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.ss_landing_banner_head_subtext{
    font-family: "OpenSans-Regular";
    color: #FFFFFF;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}

.ss_landing_bann_desc{
    font-family: "OpenSans-Regular";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ss_landingpage_featutres_right_content{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 15px;
}

.ss_landingpage_featutres_section .ptnew_main_heading:before{
    left: 50%;
    transform: translateX(-50%);
}

.ss_landingpage_featutres_right_content_img{
    margin-right: 25px;
}

.ss_landing_featutres_content_head{
    font-family: "OpenSans-Regular";
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.ss_landing_featutres_content_desc{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #5C5C5C;
}

.ss_landing_feature_second_row{
    flex-direction: row-reverse;
}

.ss_landing_youtube_ptss_wrapper{
    background-image: url('https://cdn.poshantracker.in/public-assets/image/SSLandingPage/ss_youtube_ptss_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

/* media query */
@media screen and (max-width: 767px) {

    .ss_landing_feature_img{
        padding-bottom: 30px;
    }

    .ss_landingpage_featutres_right_content_img{
        margin-right: 10px;
    }

    .ss_landing_introducing_text{
        font-size: 26px;
        line-height: 34px;
    }

    .ss_landing_bann_head{
        font-size: 26px;
        line-height: 34px;
    }

    .ss_landing_banner_head_subtext{
        font-size: 18px;
        line-height: 28px;
    }

    .ss_landing_bann_desc{
        font-size: 14px;
        line-height: 20px;
    }

    .ss_qr_scan_code_img{
        display: none;
    }

    .mobile_btm_spacing{
        padding-bottom: 15px;
    }

}