.insur_first_section{

    background-color: #014aad14;
    padding: 9% 0 11% 0;


}

.insur_first_section_content .insur_middle_class{

    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 200;
    opacity: 0.8;
}

.insur_bold_class{

    color: #000;
    font-size: 36px;
    text-align: center;
    font-weight: 600;

}

.insur_first_section_content .insur_middle_class{

    color: #000;
    font-size: 25px;
    text-align: center;
    font-weight: 200;
    opacity: 0.7;
}


.insur_second_section{
    padding: 6% 0 3% 0;
}

.insur_top_perform{
    /* font-size: 35px; */
    line-height: 41px;
    font-size: 20px;
    color: #143a66;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.insur_second_main{
    background-color: #fff;
    border: 1px solid #143a66;
    margin: 3%;
    border-radius: 50px;
    margin-top: -15%;
    padding: 3% 0%;
}

.rapper_div_content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    margin: auto;
}

.rapper_div_content img{
    text-align: center;
    width: 23%;
    margin-left: 37%;
    margin-top: 5%;
}

.rapper_div_content .main_text_second{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 19px;
    text-align: center;
    margin-top: 5%;
}

.insur_third_section{  padding: 0% 0 0% 0; }

.insur_third_section img{
    width: 100%;
    height: 500px;
}

.insur_third_section h2{
    color: #143a66;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
}


.insure_forth_section{
    background-color: #014aad14;
    padding: 0% 0;
    }

.forth_content_rapper{
    display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
        width: 90%;
        margin: auto;
        margin: 0px 5% 0 5%;
}

.insur_icon_ul_list {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4% 0;
    margin-left: -20%;
}

.insur_icon_ul_list img{
    width:60%;
    margin-left: 35%;
}

.register_content h2 {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-top: 0;
    color: black;
    font-weight: 600;
    opacity: 0.7;
    text-align: center;
}

.register_content p {
    color: black;
    font-size: 16px;
    margin: 0 0 6% 0;
    line-height: 29.2px;
    font-weight: 100;
    opacity: 0.8;
    text-align: center;
}

.forth_insure_section_content > h4:first-child {
    padding: 4% 0 0px 0;
    color: #143a66;
    font-size: 36px;
    text-align: center;
}

.forth_insure_section_content p{
    text-align: center;

}

.insur_btn{

   font-weight: 600;
    text-align: center;
    background-color: #fff;
    color: #143a66 !important;
    padding: 3% 6%;
    display: inline-flex;
    margin-top: 8%;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: fit-content;
    border: none;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #143a66;
    margin-left: 23%;
}

@media screen and (max-width:500px) {
.rapper_div_content {
    display: grid;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.insur_bold_class {
    font-size: 31px;
}

.insur_third_section h2 {
    font-size: 23px;
}

.insur_third_section img {
    width: 100%;
    height: 230px;
}

.forth_insure_section_content > h4:first-child {
    padding: 11% 0 0px 0;
    font-size: 31px;
 }

 .forth_insure_section_content p {
    text-align: center;
    font-size: 12px;
}

.forth_content_rapper {
    align-items: center;
    display:block;
}

}