
.pride-text h1{
    color:#000000;
    font-size:30px ;
    font-weight:700 ;
    font-family: "Poppins", sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
}
.pride-text{
    text-align: center;
}
.pride-text h6{
    color:#000000;
    font-size:16px ;
    font-weight:500 ;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    line-height: 28px;
}

.pride-text p{
    color:#000000;
    font-size:16px ;
    font-weight:500 ;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    line-height: 28px;
}
.pride-text h5{
    color:#000000;
    font-size:16px ;
    font-weight:500 ;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
}

.pride-text h5 span{
    color: #E70323;
}
.pride-bot {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
}
.assis-main-area{
    background-color: #003487;
    padding: 50px 0;
}
.pride-area {
    text-align: center;
    width: 18%;
    border: 1px solid #fff;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 41px 38px;
    flex-direction: column;
    box-shadow: #035eb8 2px 0px 12px;
}
.pri-text p{
    color:#fff;
    font-size:18px ;
    font-weight:500 ;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.pride{
    padding: 80px 0;
}
.pride-top{
    text-align: center;
}

/* end pride */

.policy-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.policy-area{
    width: 32%;
    background-color: #ffd9d99e;
    border: 1px solid #222;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 1px 4px 5px #afaeae;
    transition: all ease 0.4s;
}
.policy-area:hover{
    background-color: #e5efff;
    transform: translateY(-20px);
}
.policy-area-2{
    margin-top: 30px;
}
.policy-area h1{
    color:#222222;
    font-size:19px ;
    font-weight:500 ;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.policy{
    padding:80px 0;
}
.policy-area p{
    color:#474341;
    font-size:16px;
    font-weight:400;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    text-align: center;
}

.policy-area  img{
    width: 100%;
}
/* end policy */

.ben-text-area {
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #fff;
    padding: 10px 40px 10px 20px;
    border-radius: 53px;
    transition: all ease 0.4s;
}
.ben-text-area:hover {
    background-color: #ffd9d9;
}

.benifit-1{
    justify-content: space-between;
    width: 48%;
    align-items: center;
}
.benifit-con {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}
.ben-img img{
    width: 100%;
}

.ben-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ben-img{
    width: 38%;
}

.benifit-2 .ben-text-area{
    justify-content:flex;
}
.ben-text-1 p{
    color:#444444;
    font-size:18px ;
    font-weight:500 ;
    font-family: "Poppins", sans-serif;
}
.benifit {
    margin-bottom: 80px;
}
.ben-ma-ar{
    background-image: url(../../assistence/cus-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}
.ben-ma-ar-2{
    background-color: #000000b1;
    border: 1px solid #fff;
    padding: 50px 0;
    box-shadow: 1px 1px 14px #fff;
}




/* end benifit */

/* start hover */
.pride-area:hover{
    background-color: #f1edeed5;
    box-shadow: #ce8088 2px 0px 12px;
}
.pride-area:hover .pri-text p{
   color: #222;
}



/* end hover */





