.ptnew_aboutus_text:before{
    content: 'About';
    top: -60px;
}

.ptnew_about_list {
    padding-left: 15px;
    margin-top: 45px;
}

.ptnew_about_list li{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C5C5C;
    margin-bottom: 10px;
}

.ptnew_aboutus_features_section .ptnew_main_heading{
    text-align: center;
}

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

.ptnewaboutus_features_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8F8F8;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.ptnewaboutus_features_wrapper img{
    height: 300px;
    /* width: 385px; */
}

.ptnewaboutus_features_content{
    padding-left: 70px;
}

.ptnew_aboutus_getstarted_section{
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewAboutUs/about_get_started_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.ptnewaboutus_features_head{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #001A53;
    margin-bottom: 25px
}

.ptnewaboutus_features_desc{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    height: 98px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ptnew_aboutus_getstarted_text{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.ptnew_aboutus_getstarted_subtext{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.ptnewaboutus_features_slider_wrapper .slick-arrow{
    height: 44px;
    width: 44px;
    background-color: #001A53;
    border-radius: 8px;
    z-index: 2;
}

.ptnewaboutus_features_slider_wrapper .slick-arrow:before{
    background-image: url(https://cdn.poshantracker.in/public-assets/image/NewAboutUs/newfeature_slider_arrow.svg);
    content: "";
    opacity: 1;
    height: 12px;
    width: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ptnewaboutus_features_slider_wrapper .slick-prev:hover,
.ptnewaboutus_features_slider_wrapper .slick-prev:focus,
.ptnewaboutus_features_slider_wrapper .slick-next:hover, 
.ptnewaboutus_features_slider_wrapper .slick-next:focus{
    background-color: #F58634 !important;
}

.ptnewaboutus_features_slider_wrapper .slick-next:before{
    right: 12px;
    left: inherit;
}

.ptnewaboutus_features_slider_wrapper .slick-prev:before{
    left: 12px;
    transform: translateY(-50%) rotate(180deg);
}

.ptnew_aboutus_section .ptnew_inner_pages_right_img{
    margin-top: -140px;
}

/* media query */

@media screen and (max-width: 1024px) {

    .ptnewaboutus_features_content {
        padding-left: 20px;
    }

    .ptnewaboutus_features_wrapper{
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media screen and (max-width: 991px) {

    

}

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

    .ptnew_aboutus_text:before{
        top: 0;
    }

    .ptnew_aboutus_getstarted_section{
        /* background-color: #001a53; */
        /* padding-top: 40px; */
        padding-bottom: 50px;
    }

    .about_get_started_app_mob{
        text-align: center;
    }

    .about_get_started_app_img_mob{
        margin-top: -30px;
        margin-bottom: 25px;
    }

    .about_get_started_app_img{
        margin-top: 40px;
    }

    .ptnewaboutus_features_wrapper{
        flex-wrap: wrap;
    }

    .ptnewaboutus_features_slider_wrapper .slick-next{
        right: -5px;
    }

    .ptnewaboutus_features_slider_wrapper .slick-prev{
        left: -5px;
    }

    .ptnewaboutus_features_head{
        font-size: 25px;
        height: auto;
    }

    .ptnew_aboutus_getstarted_text{
        margin-bottom: 20px;
    }

    .ptnew_aboutus_getstarted_subtext{
        margin-bottom: 20px;
    }

    .ptnew_aboutus_section .ptnew_inner_pages_right_img{
        margin-top: 0;
    }

    .ptnewaboutus_features_desc{
        height: auto;
        -webkit-line-clamp: inherit;
    }

    .ptnewaboutus_features_slider_wrapper .slick-dots{
        display: none !important;
    }

}