


/* the three grid frame */

@media screen and (max-width:768px) {
    

    /* the three grid frame */

}


.bluelife-homepage-whole-container .homepage-middle-container p.current-page {
    color: var(--Neutral-N-30, #424E5F);
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 42px;
    margin-left: 20px;
}

.bluelife-homepage-whole-container .homepage-middle-container p.current-page span {
    margin: 42px 15px 0rem 15px
}

.bluelife-homepage-whole-container .homepage-middle-container .ranking-whole-container {

    margin-top: 64px;
}

.bluelife-homepage-whole-container .homepage-middle-container .ranking-whole-container h1.title {
    color: var(--Brand-colors-B-30, #001B61);
    margin-left: 20px;
    /* text-size-mobile/Display 2 */
    font-family: "Museo", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 112.5% */
    margin-bottom: 16px;
}

.bluelife-homepage-whole-container .homepage-middle-container .ranking-whole-container p.para {
    color: #25313C;

    /* text-size-mobile/Title 3 - L */

    font-family: "Museo", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
    margin: 0rem;
    margin-left: 20px
}



@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");


/* RANKING PAGE STARTS */


.ranking-page-hero-section-select-container {
    display: flex;
    justify-content: center;
    align-items: center;
    ;
}

.ranking-page-hero-section-select {
    width: 285px;
    height: 48px;

    flex-shrink: 0;
    color: var(--Text-colors-on-light-secondary, #424E5F);
    border-radius: 5px;
    border: 1.5px solid var(--Brand-colors-B-80, #C9E0FF);
    background: #FFF;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.insurance-ranking-container {
    background: var(--Brand-colors-B-90, #F0F3FA);
    border-radius: 8px;
    max-width: 1080px;

    flex-shrink: 0;
    margin: auto;
    box-shadow: 0px 2px 8px 0px rgba(0, 26, 92, 0.10);

    padding-right: 0px;
    padding-bottom: 60px;
}

.insurance-ranking-details-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 80px;
    padding-top: 48px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

}


.insurance-ranking-company-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    ;
}

.insurance-ranking-company-details .ranking-star-container {
    display: flex;
    flex-direction: column;
    white-space: nowrap;

    justify-content: center;

    color: var(--text-colors-on-dark-CTA, #0065F2);
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.8px;
    /* 121.818% */

}

.insurance-ranking-company-details .ranking-star-container img {
    /* margin-right: 13px */
}

.insurance-ranking-company-details .company-logo {
    width: 215px;
    height: 142px;
    flex-shrink: 0;
    box-shadow: 0px 2px 8px 0px rgba(0, 26, 92, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.insurance-ranking-company-details .company-logo img {
    display: flex;
    width: 72px;
    height: 50px;

    flex-shrink: 0;
}

.insurance-ranking-company-details p {
    color: #001B61;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.insurance-ranking-company-policy-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}









































.cont_heg_50 {

    width: 100%;

}

.icon_select_mate {
    position: absolute;
    cursor: pointer;
    right: 9%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.cont_select_center {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 80%;
    margin: auto;

}

.select_mate {
    position: relative;
    float: left;
    width: 198px;



    color: var(--Text-colors-on-light-Title-DB, #001B61);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-weight: 300;
    background-color: var(--brand-colors-B-3, #E0F5FF);
    border-radius: 8px;
    transition: all 375ms ease-in-out;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid var(--Brand-colors-B-80, #C9E0FF);
    padding: 1rem
}


@media screen and (max-width:375px) {
    .select_mate {
        position: relative;
        float: left;
        width: 168px;
        font-size: 14px;
    }
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
    font-size: 14px;
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #e0e0e0;
    /* background-color: #f5f5f5; */
    list-style-type: none;
    padding: 10px;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}

.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}

.cont_select_int li:hover {
    background-color: #eee;
}

.cont_select_int .active {
    /*  background-color: #eee; */
}

.selecionado_opcion {

    display: block;
    margin: 0px;
    cursor: pointer;
    font-size: 18px;

    position: absolute;
}

























.insurance-details-paragraph {
    color: var(--Text-colors-on-light-tertiary, #859DB2);

    /* text-size-desktop/body 3 */
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin: 0rem;
    margin-bottom: 15px;

}

.insurance-details-paragraph span {
    color: var(--Neutral-N-30, #424E5F);

    /* text-size-desktop/body 3 */
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.insurance-details-link {
    color: var(--text-colors-on-dark-CTA, #424E5F);
    font-family: Rubik;
    border-radius: 8px;
    background: #FFF;
    white-space: nowrap;

    box-shadow: 0px 2px 8px 0px rgba(0, 26, 92, 0.10);
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.insurance-details-link:hover {
    background-color: #f2f2f4;
}

.rankingPage-contact-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.rankingPage-contact-button {

    display: flex;
    width: 260px;
    height: 52px;
    padding: 19px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    background: var(--text-colors-on-dark-CTA, #0065F2);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rankingPage-contact-button:hover {
    background: var(--Brand-colors-B-50, #0042C2);
}

/* RANKING PAGE ENDS */
@media screen and (max-width:990px) {
    .insurance-ranking-details-container {
        display: flex;
        flex-direction: column;
        /*  justify-content: center;
               align-items: center; */

    }
}

.insurance-ranking-company-details {
    flex-direction: row-reverse;
    gap: 20px
}

.ranking-page-hero-section-text {
    max-width: 260px;
    text-align: left;
    font-size: 18px;
}

.insurance-ranking-company-policy-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insurance-details-paragraph {
    color: var(--Text-colors-on-light-tertiary, #859DB2);
    /*     max-width: 478px; */
    text-align: left;


}

.rankingPage-contact-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.insurance-ranking-details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.insurance-ranking-company-details .company-logo {
    width: 128px;
    height: 86px;
    padding: 17px 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 26, 92, 0.10);

}

.insurance-ranking-company-policy-container .summary-blog {
    padding: 35px;
    border-radius: 8px;
    border: 1.5px solid var(--Brand-colors-B-80, #C9E0FF);
    background: #FFF;
}

.insurance-ranking-company-policy-container p.summary-title {
    color: var(--Text-colors-on-light-CTA, #0042C2);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 118.75% */
}

.summary-paragraph {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.summary-paragraph p {
    color: var(--Neutral-N-40, #63768E);

    /* text-size-mobile/body 3 */
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0rem;
    padding: 0rem
}

@media screen and (max-width:375px) {
    .insurance-ranking-company-details {
        flex-direction: column;
    }

    .rankingPage-contact-button {
        width: 200px;
        height: 40px;
    }


    .insurance-ranking-company-policy-header .insurance-ranking-company-policy-tag.active {
        white-space: nowrap;
    }
}