body{
    background-color: #e9e9e9;
}

#py_banner{
    background-color: #ffffff;
}
.py_tap_a{
      margin: 35px 0;
    color: #fff;
    position: relative;
}
.py_tap_a h1{
    font-size: 42px;
    color: #fff;
    background: #7fdbc6;
    font-weight: 700;
    text-align: center;
}

.py_tap_a h4{
    color: #7fdbc6;
    font-weight: 700;
    margin-top: 15px;
    font-size: 22px;
}
.py_tap_a h3{
    color: #ff6e00;
    font-weight: 700;
    margin-top: 15px;
}
#py_apps{
    padding: 75px 0;
    background: #ffffff;
}
.py_app_b h1 {
    font-weight: 300;
    color: #7fdbc6;
    font-size: 38px;
}

.unl{
    position: relative;
    display: block;
    width: 120px;
    border: 0;
    /* left: 15px; */
    margin: 0 auto;
    height: 4px;
    background: #7fdbc6;
    transition: all .5s;
}

.py_app_b li::before , .py_acc_b li::before {
    content: "\f192";
    position: absolute;
    left: 25px;
    font-family: fontAwesome;
    color: #7fdbc6;
    font-size: 16px;
}

.py_app_b h4{
    margin-top: 31px;
    color: #5d5d5d;
    line-height: 37px;
}

.py_app_b li, .py_acc_b li {
    list-style: none;
        line-height: 30px;
    color: #353535;
}

.py_app_user{
    /* margin-right: 15px; */
    text-align: center;
}

.section-1-box-icon-background {
    border-width: 2px;
    border-style: solid;
    height: 100px;
    text-align: center;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 25px auto;
}

.section-1-box h4 {
    color: #7fdbc6;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 900;
}
.section-1-box h5 {
    text-align: center!important;
    color: #555555;
    font-size: 17px;
    margin: 0 0 6px 0;
}
.section-1-box p {
    color: #777;
    font-size: 14px;
}
.section-1-box-icon-background i {
    margin-top: 37px;
    color: #7fdbc6;
}
.section-1-box{
    visibility: visible;
    animation-name: bounceIn;
    padding: 27px 40px;
}

.py_feature h2,.py_acc_b h2, #py_faq h2, #py_tbl h2 {
    font-weight: 300;
    color: #7fdbc6;
    font-size: 37px;
    text-align: center;
}





/* .py_btn_lg{
         padding: 10px 26px;
        font-size: 16px;
        transition: all .5s;
        background: #adc927;
        color: #fff;
        display: inline-block;
        margin: 20px 0 0;
        border: 1px solid #fff;
        text-decoration: none !important;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
#py_banner a{
    color: #000;
    font-size: 17px;
}
.py_btn_lg:hover{
    background: transparent;
} */







.py_app_user img{
    width: 47px;
    height: 34px;
    display: inline-block;
    margin-bottom: 20px;
}
.py_app_user h4{
    font-size: 17px;
    margin-top: 0px;
    color: #000;
    margin-left: -2px;
}
.py_side{
    BACKGROUND: #782769;
    height: 588px;
    width: 71%;
    left: -15px;
    /* bottom: -74px; */
    position: relative;
}
/* .py_app_a{
    position: relative;
    height: 479px;
    width: 100%;
} */
.py_app_a img{
    position: absolute;
    right: -27px;
    bottom: 22px;
}
.py_app_b{
        padding: 25px 0px;
}


#py_features{
    padding: 50px 0;
    background: #f3f3f3;
}

#py_acc_mngt{
    padding: 75px 0;
    background: #fff;
}


#py_faq{
    padding: 60px 0;
    background: #f3f3f3;
}

#py_faq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

#py_faq .panel-body{
    padding: 12px;

}
#py_faq .panel-default > .panel-heading {
    padding: 0;
    border-radius: 6px;
    color: #212121;
    background-color: #7fdbc6;
    border-color: #EEEEEE;
}

#py_faq .panel-title {
    font-size: 14px;
}

#py_faq .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
}

#py_faq .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
#py_faq .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
#py_faq .panel-title > a:hover, 
#py_faq .panel-title > a:active, 
#py_faq .panel-title > a:focus  {
    text-decoration:none;
}

#py_faq .demo {
padding-top: 60px;
padding-bottom: 60px;
}



#py_tbl{
    padding: 50px 0;
    background: #f3f3f3;
}

.tbl_list .table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.tbl_list .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}
.tbl_list .table{
    text-align: center;
}
.tbl_list th{
    color: #fff;
    background: #7fdbc6;
    padding: 20px 50px;
}
.tbl_list tbody tr:nth-child(1) th{
    color: #ffd5b2;

}
.tbl_list tbody tr:nth-child(3) th{
    color: #ffd5b2;

}
.tbl_list tr td{
    background: #8a8987;;
    color: #fff;
}
.tbl_list tbody tr:nth-child(1) td{
    background: #ee6e03;
    color: #fff;
}
.tbl_list tbody tr:nth-child(3) td{
    background: #ee6e03;
    color: #fff;
}

/* privacy policy */

#py_privacy{
        padding: 11px 0;
    background: #fff;
}
.pycontainer .pyheader {
    padding: 8px 0 8px;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #4a4a4a;
    border-bottom: 1px solid #979797;
}
.pycontainer .PrivacyPolicyBody {
       padding: 6px 0 0;
}
.pycontainer .PrivacyPolicyBody .pycontent {
    padding-left: 5px;
    display: inline-block;
    width: 100%;
}
.pycontainer .PrivacyPolicyBody .pycontent .pydetails {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #545454;
}
.pycontainer .PrivacyPolicyBody .pycontent .pyheader {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #565656;
       padding-top: 0px;
}



@media(max-width:767px)
{
    .py_side {
        width: 100%;
        left: 0px;
    }
    .py_app_a img {
        position: absolute;
        right: 0px;
    }
    #py_apps {
          padding: 0px 0;

    }
    #py_acc_mngt {
        padding: 50px 0;
    }
}


