
.insurance-con p{
    color:#474341 ;
    font-size:18px ;
    font-family: "Poppins", sans-serif; 
    font-weight:400 ;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.insurance-con h4{
    color:#222222 ;
    font-size:18px ;
    font-family: "Poppins", sans-serif; 
    font-weight:500 ;
    text-align: center;
}

.insurance-con h4 span{
    color:#000000;
    font-weight:600;
}

.insurance{
    padding: 80px 0;
}
.insu-head h1{
    color:#003487 ;
    font-size:22px ;
    font-family: "Poppins", sans-serif; 
    font-weight:600 ;
    text-decoration: underline;
    text-align: center;
}


/* end insurance */

.coverd-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.coverd-area {
    width: 32%;
    text-align: center;
    padding: 25px 20px 15px;
    transition: all ease 0.4s;
    box-shadow: 2px 0px 12px #fff;
    background-color: #FFE0E0;
    border-radius: 50px;
    box-shadow: 0px 1px 12px #b3b3b3;
}

.coverd-area:hover {
    background-color: #91dcf394;
}
.coverd-area:hover.coverd-area h1{
   color: #000;
}

.coverd-area:hover.coverd-area p{
    color: #000;
 }



.coverd{
    background-image: url(../../insuranceimage/cover-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.coverd-head h1{
    color:#FFFFFF ;
    font-size:25px ;
    font-family: "Lato", sans-serif; 
    font-weight:400 ;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.coverd-area h1{
    color:#222;
    font-size:20px ;
    font-family: "Lato", sans-serif; 
    font-weight:500 ;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.coverd-area p {
    color: #474341;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 95%;
    margin: 0 auto;
}
.coverd-con {
    display: flex;
    justify-content: space-between;
    padding-right: 158px;
    gap: 65px;
    margin-top: 50px;
    background-image: url(../../insu/cover-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.coverd-area-2{
    margin-top: 50px;
}

.head-3{
    font-size: 30px;
}
.head-3{
    position: relative;
}
.head-3 h1{
    font-size: 36px;
}
.head-3 h1::after {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 910px;
    height: 1px;
    background-color: #133981;
    content: '';
}


/* end coverd */


img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}




























