.pk_loog_menu {
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 2rem;

}

.pk_buttons_two {
    text-align: right;
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.QuickTxtMob{
    display: none;
}
.btn {
    padding: 1rem 2rem;
    font-weight: 500;
    font-size: var(--font18);
    text-transform: capitalize;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    width: 145px;
    text-align: center;
}
.MenuList{
    width: 33.3%;
}
.MenuList ul{
    display: flex;
}
.MenuList ul li{
    color:var(--black_variant_light);
    font-size: var(--font18);
    cursor: pointer;
    position: relative;
    padding: 0 2.4rem;

}
.MenuList ul li:hover{
    color: var(--btn__color);
/*    font-weight: 500;*/
}
.ContenTShow{
    padding: 2.4rem;
    background: #F4F4F4E5;
    backdrop-filter: blur(10px);
}
.ContenTShow h2{
    font-size:2.6rem;
    font-size: 500;
    color:  var(--btn__color);
    margin-bottom: 2.4rem;
}
.ContenTShow.resourcesShow .listProducts {
grid-template-columns: repeat(1,1fr);
}
.MenuList ul li.active{
    color: var(--btn__color);
    font-weight: 500;
}
.ShowContain.CompanyShow{
    min-width: 700px;
}
.ShowContain.resourcesShow{
    min-width: 400px;
    left: - 100px;
}
.ShowContain{
    position: absolute;
    left: -150px;
    top:-1000px;
}

.ShowContain.ProductShow{
    min-width: 74.8rem;
}
.ShowContain.resourceShow{
    min-width:30rem;
    left: -50px;
}
.ShowContain.CompanyShow{
    left: -350px;
}
.ShowContain.resourceShow .ContenTShow .listProducts{
    grid-template-columns: repeat(1,1fr);
}
.ContenTShow{
    width: 100%;
    border-radius: 2rem;

    transition: .5s;
    box-shadow: 3px 3px 11px 0px #4949491F;
    margin-top: 3rem;
}
.MenuList ul li:hover .ShowContain{
    transition: .5s;
    top:2.4rem;
}
.businessAccount h3{
    color: #1B1B1B;
    text-transform: uppercase;
    margin-bottom: .8rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.businessAccount.IntegrationSync{
    width: 100%;
}
.businessAccount.IntegrationSync a {
    width: 50%;
}
.dFlex{
    display: flex;
}
.businessAccount.IntegrationSync a .AccList{
margin-bottom: 0;
}
.businessAccount a .AccList{
color: var(--black_variant_light);
font-size: var(--font16);
font-weight: 500;
display: flex;
gap: 1.6rem;
align-items: center;
}
.businessAccount a{
    display: flex;
    justify-content: space-between;
    align-items: center;
padding: 1.5rem;

}
.businessAccountContainer{
    display: flex;
    gap: 1.5rem;
}
.businessAccount{
    width: 50%;
}
.ContenTShow .listProducts a{
    color: var(--black_variant_light);
    font-size: var(--font16);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}
.listProducts a:hover, .listProducts a.active{
    background-color: var(--default_white);
    color: var(--btn__color);
    border-radius: 1rem;
}

.listProducts a:hover .DivIcon svg path, .listProducts a.active .DivIcon svg path{
    fill: #6FA515;
}
.IconArrow{
    position: relative;
}
.businessAccount a:hover .AccList svg path , .listProducts a.active .AccList svg path, .businessAccount a.active .AccList svg path{
    fill: #6FA515;
}
.businessAccount a:hover, .businessAccount a.active{
    background-color: var(--default_white);
    color: var(--btn__color);
    border-radius: 1rem;
}
.businessAccount a.active .AccList{
    color: var(--btn__color);
}
.businessAccount a:hover .IconArrow svg{
    transform: scale(1);
}
.businessAccount a.active .IconArrow svg{
    transform: scale(0);
}
.businessAccount a:hover .AccList, .listProducts a.active .AccList{
    color: var(--btn__color);
}
.IconArrow svg{
    transition: transform 0.5s ease;
    transform: scale(0);
}
.listProducts a:hover .IconArrow svg{
    transform: scale(1);
}

.listProducts{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 1.5rem;
}
.listProducts a{
    padding: 1.5rem;

}
.listProducts a .DivIcon{
    display: flex;
    gap: 1.6rem;
    align-items: center ;
}
.businessAccount{
    margin-top: 3rem;
}


.btn.btn_dashboard{
    width: auto;
    white-space: nowrap;
}
.btn_border {
    border: 1px solid #EC8738;
    color: var(--text_orange);
}
.btn_border:hover{
    background: #FFF6ED;
border: 1px solid #EC8738;
box-shadow: 0px 0px 10px rgba(22, 22, 22, 0.24);
}
.btn_border:hover , .btn_border:focus-visible, .btn_border:active{
    border: 1px solid #EC8738 !important;
    color: var(--text_orange) !important;
    outline: none;
}
.btn_orange {
    background: #EC8738;
    color: var(--default_white);
}
.btn_orange:hover{
    background: var(--hover_primary);
    box-shadow: 0px 0px 10px rgba(255, 186, 122, 0.65);
}
.btn_orange:hover , .btn_orange:focus-visible, .btn_orange:active{
    color: var(--default_white) !important;
    outline: none;
    background: var(--hover_primary) !important;
    border-color: var(--hover_primary) !important;
}
.pk_header {
    padding: 1rem 0;
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 3;
}
.static_log_img_sc {
    width: 20rem;
    height: auto;
}
.static_we_log_img_sc {
    width: 18rem;
    height: auto;
}
.we_logo_footers {
    width: 18rem;
    height: auto;
}
.pk_loog_menu .pk_logo {
    display: flex;
}
.pk_banner {
    padding-top: 6rem;
}
.banner_contents {
    padding: 17rem 0 7.5rem;
}
.banner_top_imgs img {
    margin: 0px auto;
}

.top_side {
    position: absolute;
    z-index: -1;
    left: 54px;
    top: -5px;
}
.bot_side {
    position: absolute;
    right: 65px;
    bottom: -114px;
    z-index: -1;
    max-width: 380px;
}
.banner_imgs {
    position: relative;
}
.js-scene.animate .pk_anime.animate{
    animation: 1s normal forwards ease-in-out floating;
    animation-iteration-count: 1;
}
.img_mobiles {
    display: none;
}
.pk-footer-single-set ul li a:hover{
    color: var(--text_orange);
}
.pk_imgs {
    position: absolute;
    top: -211px;
    right: 165px;
    width: 31px;
}
.pk_imgs1 {
    position: absolute;
    top: -110px;
    left: 15%;
    width: 26px;
}
.pk_imgs2 {
    position: absolute;
    top: 30%;
    left: 15px;
    width: 45px;
}
.pk_imgs3 {
    position: absolute;
    top: 70%;
    left: 7vw;
    width: 19px;
}
.pk_imgs4 {
    position: absolute;
    top: 40%;
    right: 7vw;
    width: 17px;
}
.pk_imgs5 {
    position: absolute;
    left: 50%;
    width: 34px;
}
.pk_imgs6 {
    position: absolute;
    right: 12vw;
    width: 42px;
    bottom: -50px;
}
.pk_imgs7 {
    position: absolute;
    left: 12vw;
    width: 45px;
    bottom: -115px;
}
.pad_150 {
    padding: 25rem 0 15rem;
}
.card_bg {
    padding: 60px 20px 40px;
    background: #FFF6ED;
    border-radius: 30px;
    position: relative;
}
.card_bg img {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.features_txts {
    margin-top: 3.3rem;
    padding: 0px 1.5rem;
}
.features_imgs img {
    margin: 0px auto;
    width: 5rem;
}
.features_single_box {
    padding: 4rem 0px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition:  .2s all ease-in-out;
    -o-transition:  .2s all ease-in-out;
}
.pk_side_img {
    position: absolute;
    bottom: 0;
}
.pk_features {
    position: relative;
    padding-bottom: 8.5rem;
}
.easy_steps {
    padding-top: 8.5rem;
    padding-bottom: 15rem;
}
.btn.btn_border.text_clr{
    color: var(--default_orange);
}
.three_points {
    max-width: 660px;
    display: flex;
    justify-content: center;
}
.pk_cmn_w {
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    border-radius: 30px;
    max-width: 280px;
    position: relative;
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition:  .8s all ease-in-out;
    -o-transition:  .8s all ease-in-out;
}
.pk_sec_third.pk_cmn_w {
    margin: 0px auto;
}
.pk_svg {
    position: absolute;
}
.pk_svg_contents {
    padding: 45px;
}
.pk_svg svg {
    width: 35px;
    display: inline-block;
    margin: 20px 0px 0px 10px;
}
.pk_sec_first:hover svg path {
    fill:url(#fill_1);
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition:  .8s all ease-in-out;
    -o-transition:  .8s all ease-in-out;
}
.pk_sec_second:hover svg path {
    fill:url(#fill_2);
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition:  .8s all ease-in-out;
    -o-transition:  .8s all ease-in-out;
}
.pk_sec_third:hover svg path {
    fill:url(#fill_3);
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition:  .8s all ease-in-out;
    -o-transition:  .8s all ease-in-out;
}
.pk_sec_first.pk_cmn_w {
    margin: 0px 50px 50px 0px;
}
.pk_sec_first:hover{
    background: #FFF6ED;
}
.pk_sec_second:hover{
    background: #FFF6ED;
}
.pk_sec_third:hover{
    background: #FFF6ED;
}
.pk_anime {
    transition: .8s all ease-in;
    -webkit-transition: .8s all ease-in;
    -moz-transition:  .8s all ease-in;
    -o-transition:  .8s all ease-in;
}
.pk_sec_second.pk_cmn_w {
    margin-bottom: 50px;
    max-width: 330px;
}
.pk_cmn_bgs {
    background-image: url("https://d2lmbxd2xofmf5.cloudfront.net/theme/theme1/easy_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 8.5rem;
}
.pk_svg svg, .pk_svg svg path, .pk_svg{
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition:  .8s all ease-in-out;
    -o-transition:  .8s all ease-in-out;
}
.benefits_bg {
    background: #FFF6ED;
    margin-top: 15rem;
    max-height: 19rem;
}
.benefits_box_cmn {
    max-width: 455px;
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    border-radius: 30px;
    padding: 5rem 3rem;
    min-height: 190px;
    display: flex;
    align-items: center;
}
.pk_top_minus {
    position: relative;
    top: -10rem;
}
.pk_business {
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.pk_title_top {
    max-width: 1016px;
    margin: 0px auto;
    text-align: center;
}
.pk_collect ul {
    padding: 0px;
    margin: 0px;
    z-index: 1;
    position: relative;
}
.pk_collect ul li {
    list-style-type: disc;
    transition: .6s all linear;
    -webkit-transition: .6s all linear;
    -moz-transition:  .6s linear;
    -o-transition:  .6s linear;
}
.show_hover a{
    text-decoration: none;
}
.pk_collect ul li:hover{
    list-style: none;
    font-weight: bold;
}
.show_hover a:hover{
    color: var(--default_orange);
}
.show_hover {
    opacity: 0;
    transition: .6s all linear;
    -webkit-transition: .6s all linear;
    -moz-transition:  .6s linear;
    -o-transition:  .6s linear;
}
.pk_collect ul li:hover .show_hover{
    opacity: 1;
    transition: .6s all linear;
    -webkit-transition: .6s all linear;
    -moz-transition:  .6s linear;
    -o-transition:  .6s linear;
}
.pk_collect ul li:hover {
    list-style-type: disc;
    font-weight: bold;
    border: 1px solid #ec8738;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 5rem;
    margin-left: -25px;
}
.pk_box_shadow {
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    border-radius: 0px 30px 30px 0px;
    height: 500px;
    width: 20%;
    position: absolute;
    display: none;
}
.pk_img_hold {
    max-width: 500px;
    margin: 0px auto;
    margin-top: 0;
}
.pk_collect {
    margin-top: 7.5rem;
}
.acct_simple .pk_w640 {
    max-width: 620px;
    margin: 0px auto;
}
.pad_50 {
    padding-top: 5rem;
}
.acct_simple {
    background: #FFF6ED;
    padding: 3rem 0px;
}
.pk_img_hold img {
    margin: 0px auto;
}
.pk_list_gst {
    text-align: right;
    margin-top: 7rem;
}
.pk_list_gst ul li {
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
    padding: 20px 20px 20px 10px;
    border-right: 2px solid transparent;
    transition: .1s all ease;
    -webkit-transition: .1s all ease;
    -moz-transition:  .1s ease;
    -o-transition:  .1s ease;
}
.pk_list_gst ul li:hover{
    background: #FFF6ED;
    border-right: 2px solid #EC8738;
    transition: .1s all ease;
    -webkit-transition: .1s all ease;
    -moz-transition:  .1s ease;
    -o-transition:  .1s ease;
}
.pk_list_gst ul li p{
    transition: .1s all ease;
    -webkit-transition: .1s all ease;
    -moz-transition:  .1s ease;
    -o-transition:  .1s ease;
}
.pk_list_gst ul li:hover p{
    font-weight: bold;
    transition: .1s all ease;
    -webkit-transition: .1s all ease;
    -moz-transition:  .1s ease;
    -o-transition:  .1s ease;
}
.pk_expense .pk_title_top_ex p {
    max-width: 620px;
    margin: 0px auto;
}
.pad_bot50{
    padding-bottom: 5rem;
}
.expense_box {
    max-width: 520px;
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    border-radius: 30px;
    padding: 40px 50px 40px 30px;
    border: 2px solid transparent;
    transition: .4s all linear;
    -webkit-transition: .4s all linear;
    -moz-transition:  .4s linear;
    -o-transition:  .4s linear;
}
.expense_box:hover{
    border: 2px solid #EC8738;
}
.expense_box ul li {
    margin-bottom: 7rem;
    list-style-type: disc;
}
.expense_box ul li:last-child{
    margin-bottom: 0px;
}
.pk_hassle {
    padding-top: 6.5rem;
    padding-bottom: 15rem;
}
.pk_hassle .pk_max_620{
    max-width: 620px;
    margin: 0px auto;
}
.pk_four_layout {
    display: flex;
    align-items: center;
}
.pk_hassle_cnm {
    text-align: center;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EC8738;
    padding: 35px 20px;
    max-width: 295px;
}
.pk_hassle_cnm p {
    margin: 0px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pk_four_layout.row {
    background: #FFF6ED;
    border-radius: 25.5066px;
    margin: 0px;
    margin-top: 12rem;
}
.pk_last_child{
    padding-right: 0px;
}
.pk_fst_child {
    padding-left: 0px;
}
.hassle-two{
    position: relative;
    top: 7.5rem;
}
.hassle-four {
    margin-left: auto;
    position: relative;
    top: 7.5rem;
}
.hassle-three {
    position: relative;
    top: -7.5rem;
}
.hassle-one {
    position: relative;
    top: -7.5rem;
}
.pk_hassle_cnm .pk_bg_fff {
    position: absolute;
    top: -25px;
    left: 15px;
    width: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
}
.pk_bg_fff img {
    margin: 0px auto;
}
.pk_track_pay {
    padding-top: 10rem;
}
.pk_cmn_cl ul li {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}
.pk_list_tr_2 ul li {
    text-align: right;
    justify-content: flex-end;
}
.pk_list_tr_2 ul li img {
    margin-left: auto;
    text-align: center;
    width: 50px;
}
.right_side_img {
    position: absolute;
    right: 0;
}
.tab_only {
    display: none;
}
.pk_business {
    position: relative;
}
.pk-footer-single-set ul {
    padding: 0px;
}
.pk-footer-single-set ul li a {
    text-decoration: none;
}
.features_single_box {
    border-bottom: 5px solid transparent;
}
.features_single_box:hover {
    border-bottom: 5px solid #EC8738;
}
.features_txts p{
    min-height: 128px;
}
.fs_one{
    border-radius: 30px 0px 0px 30px;
}
.fs_one:hover{
    box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
}
.fs_two{
    border-radius: 0px;
}
.fs_two:hover{
    box-shadow: 3px 3px 30px rgba(73, 73, 73, 0.12);
}
.fs_three{
    border-radius: 0px 30px 30px 0px;
}
.fs_three:hover{
    box-shadow: 3px 3px 30px rgba(73, 73, 73, 0.12);
}
.landing_page {
    overflow: hidden;
}
.jrk_invited:active{
    transform: translate(0,0,10px);
}
@media(min-width:992px) and (max-width:1700px){
    .pk_side_img img{
        width: 92%;
    }
}
@media (min-width:1025px) and (max-width:1400px) {
.MenuList{
    width: 45%;
}
.MenuList ul li{
    padding: 0 1.4rem;
}
.MenuList ul{
    justify-content: center;
}
.pk_loog_menu .pk_logo{
    width: 25%;
}
.pk_buttons_two{
    width: 30%;
}
.MenuList ul li{
    font-size: 16px;
}
}
@media(max-width:991px){
    .features_txts p {
        min-height: auto;
    }
    .features_single_box:hover, .fs_one:hover{
        box-shadow: none;
        border-bottom: 0px ;
    }
}
@media (min-width:1024px) and (max-width:1200px){
    .pk_anime.bot_side {
        width: 250px;
        margin-left: auto;
        bottom: -75px;
        right: 20px;
    }
    .pk_imgs6 {
        position: absolute;
        right: 2vw;
        width: 30px;
        bottom: -150px;
    }
    .pk_imgs4 {
        right: 1vw;
    }
    .banners_pks {
        max-width: 800px;
    }
    .pk_imgs3 {
        left: 3vw;
    }
    .pk_imgs {
        top: -150px;
        right: 100px;
    }
    .top_side {
        left: 30px;
        top: -35px;
        width: 320px;
    }
}
@media (max-width: 1024px) {
    .we_logo_footers {
        width: 14rem;
    }
    .pk_imgs10{
        display: none;
    }
    .pk_collect ul li:hover{
        list-style-type:none;
    }
    .pk_buttons_two.Btn_help{
        display: flex;
        justify-content: end;
    }
    .pk_buttons_two .btn.btn_dashboard{
        width: auto;
    }
    .Btn_help .btn_dashboard{
        margin-right: 0 !important;
    }
        .QuickTxtMob{
          color:var(--btn__color);
          font-size: var(--font18);
          font-weight: 500;
          margin-bottom: 1rem;
          display: block;
        }
}
@keyframes floating {
        0% {
            transform: translatex(0px);
        }
        100% {
            transform: translatex(20px);
        }
    }
@media(min-width:768px) and (max-width:991px){
    .banner_contents {
        padding: 5.5rem 0 4rem;
    }
    .pk_header {
        background: #FFFFFF;
        box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
    }
    .pk_imgs {
        top: -80px;
        width: 20px;
    }
    .pk_imgs1, .pk_imgs2, .pk_imgs5, .pk_imgs6, .pk_imgs3, .pk_imgs4, .pk_side_img, .right_side_img{
        display: none;
    }
    .pk_imgs7{
        width: 19px;
        left: 20px;
        bottom: -40px;
    }
    .top_side {
        left: -18px;
        top: 50%;
        width: 100px;
    }
    img.pk_anime.bot_side {
        width: 120px;
        bottom: -128px;
    }
    .pad_150 {
        padding: 6rem 0 6rem;
    }
    .features_single_box {
        display: flex;
        align-items: center;
        padding-top: 0px;
    }
    .pk_cmn_bgs{
        background: transparent;
        padding-top: 3.2rem;
    }
    .three_points {
        max-width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .pk_cmn_w {
        max-width: 100% !important;
        flex: 0 0 100%;
        margin: 0px 0px 20px 0px !important;
        width: 100%;
    }
    .pk_svg_contents.text-center {
        text-align: left !important;
        padding: 2rem 5rem 2rem 6.5rem;
    }
    .pk_svg {
        top: 12px;
        left: 10px;
    }
    .pk_svg svg {
        width: 24px;
         padding: 0px;
        height: 30px;
    }
    .cls_response {
        text-align: left !important;
        margin-bottom: 0.5rem !important;
    }
    .features_single_box {
        padding: 2rem 0px;
    }
    .features_txts {
        margin: 0px;
        text-align: left;
    }
    .features_imgs img {
        width: 30px;
        margin: 0px;
    }
    .pk_features {
        padding-bottom: 6rem;
    }
    .easy_steps {
        padding-top: 0;
        padding-bottom: 6rem;
    }
    .easy_steps_title {
        text-align: center;
    }
    .easy_steps_title p {
        max-width: 580px;
        margin: 0px auto;
    }
    .pk_benefits h2 {
        text-align: left !important;
        max-width: 720px;
        padding-left: 1.5rem;
        margin: 0px auto;
    }
    .benefits_box_cmn {
        max-width: 100%;
        padding: 2rem 1rem;
        min-height: auto;
        text-align: left !important;
        margin-bottom: 16px;
        border-radius: 10px;
    }
    .pk_top_minus {
        top: 3.6rem;
        width: 80%;
        margin-left: auto;
    }
    .benefits_bg {
        margin-top: 3.8rem;
        max-height: initial;
    }
    .benefits_bg:before {
        content: "";
        display: inline-block;
        width: 30%;
        margin-right: 5px;
        background: #FFF6ED;
        height: 321px;
        position: absolute;
        border-radius: 0px 20px 20px 0px;
    }
    .benefits_bg{
        background: transparent;
    }
    .pk_title_top {
        max-width: 720px;
    }
    .pk_box_shadow {
        display: none;
    }
    .pk_collect {
        margin-top: 3rem;
    }
    .pk_img_hold {
        width: 360px;
        margin: 0px auto;
    }
    .pk_benefits {
        padding-bottom: 4rem;
    }
    .pk_business {
        padding-top: 13rem;
        padding-bottom: 7rem;
    }
    .pk_business .col-lg-6.offset-lg-1 {
        order: 2;
        display: flex;
    }
    .pk_collect ul li {
        list-style: none;
        border: 0.5px solid #EC8738;
        box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
        border-radius: 12px;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .pk_collect ul li:last-child{
        margin: 0px;
    }
    .show_hover {
        opacity: 1;
        margin-top: 1.98rem;
    }
    .pad_50 {
        padding-top: 2.5rem;
    }
    .pk_list_gst ul li {
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem !important;
        padding: 15px;
    }
    .pk_acc_gst.pad_bot85 {
        padding-bottom: 0px;
    }
    .pk_expense.pad_bot85.pad_top85 {
        padding-top: 7rem;
        padding-bottom: 0px;
    }
    .expense_box {
        width: 100%;
        max-width: 100%;
        padding: 20px 30px;
    }
    .pk_expense .col-lg-7 {
        order: 1;
        display: flex;
    }
    .expense_box ul li {
        list-style: disc;
        margin-bottom: 2.8rem;
    }
    .pk_hassle .pk_max_620 {
        max-width: 520px;
        padding-bottom: 30px;
    }
    .pk_track_pay {
        padding-top: 0rem;
    }
    .pk_hassle{
        padding-bottom: 10rem;
    }
    .pk_title_top_ex .pad_bot50.mb-0.pk_max_620 {
        padding-bottom: 3rem;
    }
    .pk_track_pay .col-lg-4 {
        display: flex;
        order: 1;
    }
    .pk_track_pay .col-lg-4.my-auto {
        display: flex;
        order: 0;
    }
    .track_pay_gif {
        max-width: 290px;
        margin: 0px auto;
        margin-top: 3.2rem;
        margin-bottom: 3.5rem;
    }
    .pk_list_tr_2 ul li {
        text-align: left;
        flex-direction: row-reverse;
        text-align: left;
    }
    .pk_list_tr_2 ul li img {
        width: 50px;
        margin-left: 0 !important;
        margin-right: 8px;
    }
    .tab_only {
        display: block;
    }
    .pk_business .tab_only {
        position: absolute;
        top: 70px;
        transform: rotate(18deg) translate(-25%,11%);
        left: 0;
        width: 80px;
    }
    .pk_four_layout.row{
        background: transparent;
        position: relative;
    }
    .pk_four_layout.row:before{
        background: #FFF6ED;
        content: "";
        max-width: 554px;
        margin: 0px auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 25.5066px;
    }
    .hassle-one {
        top: -2.5rem;
    }
    .pk_hassle_cnm p{
        min-height: auto;
    }
    .pk_hassle_cnm {
        max-width: 50%;
    }
    .hassle-two {
        margin-left: auto;
        top: 0;
    }
    .hassle-three {
        top: 0;
    }
    .hassle-four {
        margin-left: auto;
        top: 2.5rem;
    }
    .footer_tab {
        display: flex;
    }
    .footer_tab .pk-footer-social-list {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        transform: none;
        margin: 0px auto;
        display: flex;
        justify-content: center;
    }
}
@media(max-width:767px){
    .pk_list_gst {
        margin-top: 0rem;
    }
    .pk_loog_menu{
        padding: 0;
    }
    .pk_expense .pk_title_top_ex p, .easy_steps_title p {
        max-width: 100%;
        padding: 0px 24px;
    }
    .pk_hassle_cnm {
        padding: 27px 20px;
        max-width: 295px;
    }
    .pk_side_img{
        display: none;
    }
    .pk_svg svg {
        width: 30px;
        padding: 0;
        height: 30px;
        margin: 0px;
    }
    .easy_steps {
      overflow: hidden;
      position: relative;
    }
    .img_mobiles {
      display: flex;
        transform: translate(60%,-5%);
        position: absolute;
    }
    .img_mobiles img{
        max-width: 90%;
    }
    .banner_contents {
        padding: 4rem 0 8.7rem;
    }
    .pk_cmn_cl ul li img {
        width: 24px;
    }
    .pk_list_tr_1.pk_cmn_cl {
        margin-top: 3.5rem;
    }
    .container {
        padding: 0px 24px;
    }
    ul{
        padding-left: 0px;
    }
    .pk_imgs {
        top: -145px;
        width: 14px;
        right: 25px;
    }
    .pk_imgs1 {
        width: 10px;
        top: -70px;
        left: 8%;
    }
    .banner_top_imgs .banners_pks {
        max-width: 310px;
    }
    .pk_imgs2 {
        display: none;
    }
    .pk_imgs3 {
        width: 11px;
        left: -15px;
    }
    .pk_anime.top_side {
        top: 0;
        left: 8px;
    }
    .pk_imgs7{
        width: 23px;
        left: 80px;
        bottom: -46px;
    }
    .pk_imgs5 {
        width: 11px;
    }
    .pk_imgs4 {
        width: 12px;
        right: -15px;
        top: 0;
    }
    .top_side {
        left: -18px;
        top: 50%;
        width: 100px;
    }
    .pk_anime.bot_side {
        width: 80px;
        bottom: -10px;
        right: 15px;
    }
    .pk_imgs6{
        display: none;
    }
    .pad_150 {
        padding: 4.7rem 0 4.7rem;
    }
    .features_single_box {
        display: flex;
        align-items: center;
        padding-top: 0px;
    }
    .pk_cmn_bgs{
        background: transparent;
        padding-top: 3.2rem;
        position: relative;
    }
    .three_points {
        max-width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .pk_cmn_w {
        max-width: 100% !important;
        flex: 0 0 100%;
        margin: 0px 0px 16px 0px !important;
        width: 100%;
    }
    .pk_svg_contents.text-center {
        text-align: left !important;
        padding: 2rem 4.5rem;
    }
    .pk_svg {
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .cls_response {
        text-align: left !important;
        margin-bottom: 0 !important;
        padding: 0px !important;
    }
    .features_single_box {
        padding: 4rem 0px;
        margin: 0px 30px;
    }
    .features_txts {
        margin: 0px;
        text-align: left;
    }
    .pk_side_img {
        position: absolute;
        bottom: 0;
        width: 45px;
    }
    .features_imgs img {
        width: 30px;
        margin: 0px;
    }
    .pk_features {
        padding-bottom: 5rem;
    }
    .easy_steps {
        padding-top: 0;
        padding-bottom: 6rem;
    }
    .easy_steps_title {
        text-align: center;
    }
    .easy_steps_title p {
        max-width: 580px;
        margin: 0px auto;
    }
    .pk_benefits h2 {
        margin: 0px !important;
    }
    .benefits_box_cmn {
        max-width: 100%;
        padding: 2rem 1rem;
        min-height: auto;
        text-align: left !important;
        margin-bottom: 16px;
        border-radius: 10px;
    }
    .pk_top_minus {
        top: 3.6rem;
        width: 93%;
        left: 2.5rem;
    }
    .benefits_bg {
        margin-top: .5rem;
        max-height: initial;
    }
    .benefits_bg:before {
        content: "";
        display: inline-block;
        width: 30%;
        margin-right: 5px;
        background: #FFF6ED;
        height: 321px;
        position: absolute;
        border-radius: 0px 20px 20px 0px;
    }
    .benefits_bg{
        background: transparent;
    }
    .pk_title_top {
        max-width: 720px;
    }
    .pk_box_shadow {
        display: none;
    }
    .pk_collect {
        margin-top: 3rem;
    }
    .pk_img_hold {
        width: auto;
        margin: 0px auto;
    }
    .pk_benefits {
        padding-bottom: 4rem;
    }
    .pk_business {
        padding-top: 5rem;
        padding-bottom: 7rem;
    }
    .pk_business .col-lg-6.offset-lg-1 {
        order: 2;
        display: flex;
    }
    .pk_collect ul li {
        list-style: none;
        border: 0.5px solid #EC8738;
        box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
        border-radius: 12px;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .pk_collect ul li:last-child{
        margin: 0px;
    }
    .show_hover {
        opacity: 1;
        margin-top: 1.98rem;
    }
    .pad_50 {
        padding-top: 2.5rem;
    }
    .pk_list_gst ul li {
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem !important;
        padding: 15px;
    }
    .pk_acc_gst.pad_bot85 {
        padding-bottom: 0px;
    }
    .pk_expense.pad_bot85.pad_top85 {
        padding-top: 7rem;
        padding-bottom: 0px;
    }
    .expense_box {
        width: 100%;
        max-width: 100%;
        padding: 20px 30px;
    }
    .pk_expense .col-lg-7 {
        order: 1;
        display: flex;
    }
    .expense_box ul li {
        list-style: disc;
        margin-bottom: 2.8rem;
    }
    .pk_hassle .pk_max_620 {
        max-width: 100%;
        padding-bottom: 30px;
        padding: 0px 24px;
    }
    .pk_title_top_ex .pad_bot50.mb-0.pk_max_620{
        max-width: 100%;
        padding: 0px 24px;
    }
    .pk_track_pay {
        padding-top: 0rem;
        padding-bottom: 6rem;
    }
    .pk_hassle{
        padding-bottom: 10rem;
    }
    .pk_title_top_ex .pad_bot50.mb-0.pk_max_620 {
        padding-bottom: 3rem;
    }
    .pk_track_pay .col-lg-4 {
        display: flex;
        order: 1;
    }
    .pk_track_pay .col-lg-4.my-auto {
        display: flex;
    }
    .pk_cmn_cl ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .track_pay_gif {
        max-width: 290px;
        margin: 0px auto;
        margin-top: 3.2rem;
        margin-bottom: 3.5rem;
    }
    .pk_list_tr_2 ul li {
        text-align: left;
        flex-direction: row-reverse;
        text-align: left;
    }
    .pk_list_tr_2 ul li img {
        width: 24px;
        margin-left: 0 !important;
        margin-right: 8px;
    }
    .tab_only {
        display: block;
    }
    .pk_business .tab_only {
        position: absolute;
        top: 25px;
        transform: rotate(85deg) translate(-25%,11%);
        left: 0;
        width: 36px !important;
    }
    .pk_four_layout.row{
        background: transparent;
        position: relative;
    }
    .pk_four_layout.row:before{
        background: #FFF6ED;
        content: "";
        max-width: 554px;
        margin: 0px auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 25.5066px;
    }
    .hassle-one {
        top: -2.5rem;
        left: -10px;
    }
    .pk_hassle_cnm p{
        min-height: auto;
    }
    .pk_hassle_cnm {
        max-width: 50%;
    }
    .pk_title_top_ex h2.font_weight_600, .pk_title_top h2.font_weight_600, .pk_benefits .font_weight_600, .easy_steps_title .font_weight_600, .cls_response{
        font-weight: 500;
    }
    .hassle-two {
        margin-left: auto;
        top: 0;
    }
    .hassle-three {
        top: 0;
        left: -15px;
    }
    .hassle-four {
        margin-left: auto;
        top: 4.5rem;
    }
    .footer_tab {
        display: flex;
    }
    .footer_tab .pk-footer-social-list {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        transform: none;
        margin: 0px auto;
        display: flex;
        justify-content: center;
    }
    .footer_tab {
        flex-direction: column;
    }
    .pk_buttons_two {
        width: auto;
        margin-left: auto;
    }
    .pk_buttons_two .btn {
        width: 88px;
    }
    .pk_logo {
        width: 100px;
    }
    .card_bg {
        padding: 40px 10px 40px;
    }
    .card_title.pad_150 {
        padding-top: 9rem;
    }
    .pk_benefits h2 {
        text-align: left !important;
        max-width: 540px;
        padding-left: 1.5rem;
        margin: 0px auto;
    }
    .right_side_img {
        display: none;
    }
    .pk_collect ul li:hover{
        font-weight: initial;
        list-style: none;
        border: 0.5px solid #EC8738;
        box-shadow: 3px 3px 30px rgb(73 73 73 / 12%);
        border-radius: 12px;
        padding: 2rem;
        margin-bottom: 2rem;
        margin-left: 0;
    }
    .pk_collect ul li:last-child:hover{
        margin-bottom: 0rem;
    }
    .pk_four_layout.row {
        margin-top: 6rem;
    }
    .pk_hassle_cnm {
        max-width: 85%;
    }
    .hassle-two {
        top: 30px;
        right: -5px;
    }
    .hassle-three {
        top: 90px;
    }
    .hassle-four {
        top: 14rem;
    }
    .pk_four_layout.row {
        padding-bottom: 10rem;
    }
}
@media (min-width:361px) and (max-width:539px){
    .pk_title_top {
        max-width: 380px;
    }
    .pk_business .tab_only {
        width: 50px;
    }
}
@media(max-width:430px){
    .img_mobiles img {
        max-width: 90%;
    }
    .img_mobiles {
        position: absolute;
        transform: translate(50%,20%);
        display: block;
    }
    .easy_steps {
        overflow: hidden;
        position: relative;
    }
    .pk_svg_contents .mb-4.pb-2 {
      margin-bottom: 8px !important;
    }
}
@media(max-width:540px){
    .pk_title_top {
      max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pk_header .container{
        max-width: unset;
    }
}
@media(max-width:360px){
    .benefits_bg {
        margin-top: 1rem;
        max-height: initial;
    }
    .show_hover {
        margin-top: 1rem;
    }
    .pk_logo {
        width: 80px;
    }
    .btn.btn_border.me-4 {
        margin-right: 6px !important;
    }
    .container {
        padding: 0px 15px;
    }
    .pk_imgs4 {
        width: 8px;
        right: 0px;
        top: -20px;
    }
    .pk_imgs {
        width: 11px;
    }
    .pk_imgs1 {
        width: 7px;
    }
    .pk_anime.top_side {
        top: -18px;
        left: 6px;
        width: 55px;
    }
    .pk_imgs3 {
        left: 0;
    }
    .pk_imgs7 {
        width: 17px;
        bottom: -50px;
        left: 50px;
    }
    .banner_top_imgs .banners_pks {
        max-width: 270px;
    }
    .pk_imgs6 {
        display: block;
        width: 16px;
        right: 15px;
        bottom: -35px;
    }
    .card_bg img {
        width: 70px;
        top: -35px;
    }
    .features_imgs img {
        width: 100%;
        margin: 0px;
    }
    .pk_img_hold {
        width: 200px;
        padding-top: 2rem;
    }
    .pk_business .tab_only {
        width: 32px;
    }
    .features_single_box {
        padding: 20px 0 20px 0;
        margin: 0 0px 0 15px;
    }
    .easy_steps_title p {
        max-width: 260px;
    }
    .track_pay_gif {
        max-width: 180px;
    }
    .pk-footer-contents> * {
        padding-inline: 0rem !important;
    }
    .easy_steps {
        overflow: hidden;
        position: relative;
        padding-bottom: 5rem;
    }
    .right_side_img{
        display: none;
    }
    .benefits_bg:before {
        width: 40%;
        height: 321px;
    }
    .pk_title_top {
        max-width: 280px;
    }
    .pk_list_gst {
        margin-top: 2.5rem;
    }
    .pk_list_gst ul li {
        text-align: left;
        margin-bottom: 1rem !important;
        padding: 12px;
    }
    .pk_expense .pk_title_top_ex p {
        padding-bottom: 1.5rem;
    }
    .expense_box {
        padding: 16px 0 16px 16px;
        margin-top: 3rem;
    }
    .pk_hassle {
        padding-top: 2rem;
        padding-bottom: 7rem;
    }
    .pk_four_layout.row {
        margin-top: 5rem;
    }
    .pk_hassle_cnm {
        max-width: 80%;
    }
    .pk_four_layout.row:before {
        max-width: 240px;
    }
    .pk_track_pay .col-lg-4.my-auto {
        display: flex;
        order: 1;
    }
    .footer-address p {
        text-align: center;
    }
    .footer_tab .pk-footer-social-list {
        justify-content: center;
    }
    .pk-footer-bottom {
        padding-inline: 0px !important;
    }
    .pk-footer-sitemap-item_link, .pk-footer-connect {
        font-size: 1.3rem !important;
    }
    .pk-dropdow-trigger {
        padding: 0rem 1rem 0 2.2rem;
    }
}
@media(min-width:540px) and (max-width:767px){
    .pk_track_pay .col-lg-4.my-auto {
        display: flex;
        order: 0;
    }
    .pk_track_pay .col-lg-4.col-md-6 {
        display: flex;
        order: 1;
        flex: 0 0 auto;
        width: 50%;
    }
    .pk_list_tr_1.pk_cmn_cl{
        margin-top: 0px;
    }
    .pk_cmn_cl ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        min-height: 52px;
    }
}
@media(max-width:319px){
    .pk_buttons_two .btn {
        width: 80px;
    }
}
@media(max-width:419px){
    .pk_buttons_two .btn {
        width: 79px;
        padding: 6px;
    }
    .btn.btn_dashboard{
        width: auto;
        padding: 6px .8rem;
    }
    .btn.btn_border.me-4 {
        margin-right: 6px !important;
    }
    .pk_cmn_w {
        border-radius: 20px;
    }
}
.sk_trans *{
    color:transparent !important;
}
.sk_loader {
    background: linear-gradient(90deg, #f2f2f2 0%, #e6e6e6 50%, #f2f2f2 100%);
    background-size: 200% 100%;
    animation: skeletonAnimation 1.5s ease-in-out infinite;
    color:transparent !important;
    border: none;
  }
  .sk_loader *,

  .sk_loader > div,
  .sk_loader > h1,
  .sk_loader > h2,
  .sk_loader > h3,
  .sk_loader > h4,
  .sk_loader > h5,
  .sk_loader > h6,
  .sk_loader > p
  {
    color:transparent !important;
  }
  @keyframes skeletonAnimation {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  .small_input{
    padding-right: 0 !important;
  }
  .vendor_fltr_count{
    position: absolute;
    top: -7px;
    right: -60%;
    background: #d92121;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    font-weight: 900;
    color: white;
    text-align: center;
  }
  #contact_list_container{
    overflow: scroll;
    height: 100%;
  }
  #item_list_container{
    overflow: scroll;
    height: 100%;
  }
  .cursor_cls{
    cursor: pointer;
  }
  li.disabled{
    user-select: none;
  }
.kyc_redirect_screen{
    background: white;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.8;
    z-index: 9999;
    height: 100%;
}
