/* footer section start */
.footer_section{
    color: #fff;
    padding: 60px 0 30px 0;
    background-color: #050038;
    background-image: url(https://pickyassist.com/en/img/home-page-new/BG-footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_section .footer-single label{
    font-weight: 600;
    font-size: 18px;
    color: #9bd930;
}
.footer_section .footer-single ul li a{
    font-size: 15px;
    color: #d9d9d9;
    border-bottom: 1px solid transparent;
    transition: border 250ms ease 0s;
}
/* .ftr_men_block{
    width: 100%;
    margin-top: -90.5px;
    float: left;
} */
.inspitredTxt{
    margin: auto;
    width: 490px;
    display: block;
    height: 93px;
    font-size: 23px;
    line-height: 60px;
    font-size: 42px;
    text-align: center;
    font-weight: 600;

    background: linear-gradient(90deg, rgb(252, 107, 130) 0%, rgb(181 255 95) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

}
.icon_grp_tb{
    display: inline-flex;
    width: 35px;
    height: 35px;
    color: #fff;
 
}
.dd_flex_outer_box{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.dd_flex_gap_eyt{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.certifierd_outer{
    width: 60px;
    border-radius: 6px;
    overflow: hidden;

}
.certifierd_outer img{
    max-width: 100%;
}
.dd_inline{
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer_main_section{
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid #9b99af;
}
.dd_flex_gap_15px{
    display: flex;
    gap: 15px;
}

.footer_section .footer-single ul li a:hover{
    color: #9bd930;
    border-color: #9bd930;
}
.icon_grp_tb:hover{
    color: #9bd930;
}
.badge_new{
    padding: 0.5em 0.9em;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
 
    margin-inline-start: 1.1em;
    border-radius: 2em;
    position: relative;
    font-size: 0.75em;
    line-height: 1em;
    white-space: nowrap;
    color: rgb(255, 78, 78);
}

.badge_new:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: rgb(255, 78, 78);
    box-shadow: 0 8px 15px -8px rgb(255, 78, 78);
    opacity: 0.125;
}
.bg_bad2{
    color:rgb(51, 172, 162);

}
.bg_bad2:before{
    background: rgb(51, 172, 162);
    box-shadow: 0 8px 15px -8px rgb(51, 172, 162);
}
.we_hir_btn{

    background-color: transparent;
    background-image: linear-gradient(90deg, #38b86e 0%, #5F91A7 100%);
    padding: 4px 10px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 21px;
    margin-top: 20px;
    display: inline-flex;
    
}
.meta_partener{
    width: 128px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 18px;
}
.anime_btn{
    animation: Wave_anime 3s ease-out infinite !important;

}
.no_hover:hover{
    border-color: transparent!important;
}
.mx_wid_100 img{
    max-width: 100%;
}

.text_yerw{
    font-size: 16px;
    line-height: 35px;
    color: rgb(29, 32, 38);
    font-weight: 500;

}

.profile_img_yte{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgb(234 234 234);
}
.profile_img_yte img{
    width: 50px;
    object-fit: cover;
    height: 50px;
}
.dd_flexYUeroiw{
    display: flex;
}

.tranform_tre{
    transform: translateX(-10px);
}
.txt_wqpoy{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #040404;
 
}
.marBTm10px{
    margin-bottom: 15px;
}
.txcapp_para{
    font-size: 13px;
    color: #858585;
}
.pad_bljhretuyh{
    padding: 30px 35px;
    background: #f7f7f7;
    border-radius: 20px;
    min-height: 350px;
}
.text_tyewe_hed{
    font-size: 4rem;
    line-height: 3.75rem;
    color: #040404;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;

}
    



.PosRelativerty .button_next, .PosRelativerty .button_prev{
    top: 145px !important;
}
.PosRelativerty .button_next{
         right: -30px !important;
}
.PosRelativerty .button_prev{
    left: -30px !important;
}

.PosRelativerty {

}

.PosRelativerty{
    position: relative;
}
.ddz_flexTY{
    display: flex;
    gap: 10px;
    align-items: center;
}
.htrcmpntr{
    color: #4CAF50;
    font-weight: 500;
    margin-bottom: 0;
}
.spce_btwef{
    justify-content: space-between;
    margin-bottom: 10px;
}
.max_height_400px{
    max-height: 400px;
    overflow: auto;
}



@keyframes Wave_anime {

    0%,
    7% {
      transform: rotateZ(0);
    }
  
    15% {
      transform: rotateZ(-15deg);
    }
  
    20% {
      transform: rotateZ(10deg);
    }
  
    25% {
      transform: rotateZ(-10deg);
    }
  
    30% {
      transform: rotateZ(6deg);
    }
  
    35% {
      transform: rotateZ(-4deg);
    }
  
    40%,
    100% {
      transform: rotateZ(0);
    }
  }

.txt_white{
    color: rgb(255, 200, 49)!important;
    font-weight: 400!important;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
}
.blog_content_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blog_title a{
    color: #ffff;
}
.blog_title_main{
    font-weight: 600;
    font-size: 18px;
    color: #9bd930;
    margin-bottom: 10px;
}
.blog_title{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show {
    display: block!important;
    opacity: 1;
}
.blog_title a:hover{
    color: #9bd930;
}

.text_red_mpoter{
    font-size: 14px;
    color: #0059ff;
}

.text_red_mpoter:hover{
    color: #1356d1;

}

@media only screen and (max-width: 992px) {
    .dd_flex_gap_eyt , .dd_flex_outer_box{
        justify-content: center;
    }
  
}
@media(min-width: 0px) and (max-width: 767px){
.footerStripe {
    margin-top: -90px!important;
    }
    .copyright{
        float: left;
    }
    .footer-single li{
        margin: 0 15px 20px!important;
    }
    .spce_btwef{
        flex-direction: column;
        align-items: flex-start;
    }
}


/* footer section End */