.SFX_no_padding {
    padding: 0px;
}



.SFX_personal_menu_block {
    height: 100%;
    width: auto;
    margin: auto;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    background: #ffffff;
    display: -webkit-box;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}



    .SFX_personal_menu_block td {
        padding: 45px;
    }

    .SFX_personal_menu_block img {
        height: 35px;
    }


.SFX_personal_menu_left_block {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.SFX_personal_menu_right_block {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.SFX_personal_menu_block td:hover {
    background-color: rgb(0, 0, 0, 0.03);
    cursor: pointer;
}

.SFX_personal_menu_block_active {
    background-color: rgb(0, 0, 0, 0.03);
}

    .SFX_personal_menu_block_active .SFX_personal_menu_block_description {
        color: #000000;
    }

.SFX_personal_menu_block_description {
    padding-top: 20%;
    color: #377dff;
}

.block_active {
    color: #676767;
}

.SFX_personal_menu_line {
    border-right: 1px solid #e5e5e5;
}

.SFX_personal_product_block {
    margin: 5% 0%;
}

.SFX_block_title {
    font-size: 20px;
    margin-bottom: 4%;
}

.SFX_block_small {
    background-size: cover;
    padding-top: 117.65%;
    border-radius: 25px;
    width: 100%;
    position: relative;
    transition: 0.8s;
}

.BTN_block svg {
    fill: #377dff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.SFX_block_small:hover > .BTN_block svg {
    fill: white;
}

.SFX_block_content_small_block {
    position: absolute;
    top: 14%;
    left: 10%;
}

.SFX_block_title {
    /*font-size: 20px;*/
    margin-bottom: 4%;
}

.SFX_block_content_small {
    /*font-size: 150%;
    font-weight: 600;*/
}

.BTN_block {
    height: 35px;
    width: 35px;
    background: white;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    transition: 0.8s;
}


.SFX_personal_product_block {
    
}

.SFX_personal_product_block_items {
    padding: 0px;
    width: 22%;
    margin-right: 4%;
    margin-bottom:40px;
}

    .SFX_personal_product_block_items:nth-child(4n) {
        margin-right: 0;
    }

/*Block Hover Effect*/
.SFX_block_small:hover {
    cursor: pointer;
    transform: scale(1.04,1.04);
    transition: 0.8s;
}

    .SFX_block_small:hover .BTN_block {
        transition: 0.8s;
        background-color: #377dff;
    }

        .SFX_block_small:hover .BTN_block i {
            color: #ffffff;
            transition: 0.8s;
        }

.SFX_block_overlay {
    border-radius: inherit;
    background-color: rgba(0,0,0,0);
    width: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: 0.8s;
}

.SFX_block_small:hover .SFX_block_overlay {
    background-color: rgba(0,0,0,0.3);
    transition: 0.8s;
    -webkit-box-shadow: 0px 0px 66px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 66px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 66px -20px rgba(0,0,0,0.75);
}
.SFX_Display_Screen_PC {
    display: block;
}

.SFX_Display_Screen_Mobile {
    display: none;
}


@media screen and (max-width: 1040px) {
    .SFX_personal_menu_block {
        overflow-x: scroll;
    }

    .SFX_block_small {
        height: 200px;
    }

    .SFX_block_content_small {
        /*font-size: 4vmin;*/
    }

    .BTN_block {
        height: 35px;
        width: 35px;
        right: 5%;
        bottom: 5%;
    }

        .BTN_block img {
            left: 25%;
            top: 25%;
            width: 50%;
        }
    
    .SFX_personal_product_block_items {
        width: 30.5%;
    }
        .SFX_personal_product_block_items:nth-child(4n) {
            margin-right: 4.25%;
        }

        .SFX_personal_product_block_items:nth-child(3n) {
            margin-right: 0%;
        }
    .SFX_Display_Screen_PC{
        display:none;
    }
    .SFX_Display_Screen_Mobile {
        display: block !important;
    }
    .SFX_Mobile_One_List {
        display: block !important;
    }

}
@media screen and (max-width: 767px) {
    .SFX_personal_product_block_items {
        width: 47%;
        margin-right: 6% !important;
    }

        .SFX_personal_product_block_items:nth-child(2n) {
            margin-right: 0% !important;
        }
}

    .Personal_Insurance_Contain {
        padding: 0px;
        width: 100%;
        margin-top: 5%;
    }

    .Personal_Insurance_Menu {
        border: solid 1px #dcdcdc;
        border-radius: 15px;
        width: 100%;
        display: flex;
    }

    .Personal_Insurance_Menu_One_List {
        border-top: solid 1px #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
        border-left: solid 1px #dcdcdc;
        border-radius: 15px;
        width: 100%;
        display: flex;
    }

.Personal_Insurance_Menu_Item_List, .Personal_Insurance_Menu_Item_List_Mobile {
    width: 94%;
    padding: 0px;
    background-color: #e5e5e5;
    border-radius: 0px;
}

    .SFX_One_List {
        width: 100%;
        display: block !important;
        border-radius: 15px;
    }

.SFX_Mobile_One_List {
    width: 100%;
    border-radius: 15px;
    font-size:0;
}

    .Personal_Insurance_Menu .Personal_Insurance_Menu_Item_List:not(:nth-child(2)) {
        display: none;
    }

.Personal_Insurance_Menu_Item {
    border: none;
    border-radius:0px;
    border-right: solid 1px #dcdcdc;
    padding: 0px;
    height: 100%;
    background-color: white;
}

        .Personal_Insurance_Menu_Item:hover {
            background-color: #f7f7f7;
        }

            .Personal_Insurance_Menu_Item:hover .Personal_Insurance_Menu_Item_Text {
               color: #464646;
            }

        .Personal_Insurance_Menu_Item:nth-child(6n) {
            border-right: none;
        }



    .SFX_Round_Border:first-child, .SFX_Round_Border:first-child div {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .SFX_Round_Border:nth-child(6), .SFX_Round_Border:nth-child(6) div {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

.SFX_Mobile_Round_Border{
    border-right: solid 1px #dcdcdc !important;
}
.SFX_Mobile_One_List > .SFX_Mobile_Round_Border:last-child {
    border-right: none !important;
}
.SFX_Mobile_One_List > .SFX_Mobile_Round_Border:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow:hidden;
}
.SFX_Mobile_One_List > .SFX_Mobile_Round_Border:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow:hidden;
}

.btn_select_dot {
    height: 5px;
    width: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #377dff;
    border-radius: 50%;
}

    .Personal_Insurance_Menu_Nav {
        width: 3%;
        padding: 0px;
        border-right: solid 1px #e5e5e5;
        align-items: center;
        display: flex;
    }

        .Personal_Insurance_Menu_Nav .btn {
            border-radius: 15px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .Personal_Insurance_Menu_Nav:last-child .btn {
            border-radius: 15px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .Personal_Insurance_Menu_Nav:last-child {
            border-left: solid 1px #e5e5e5;
            border-right: none;
        }

        .Personal_Insurance_Menu_Nav svg {
            width: 15px !important;
            display: block;
            margin: auto;
        }

        .Personal_Insurance_Menu_Nav:first-child svg {
            transform: rotate(180deg);
        }

    .Personal_Insurance_Menu_Item_Img {
        vertical-align:middle;
    }

    .Personal_Insurance_Menu_Item_Img_Block {
        line-height: 100px;
    }

    .Personal_Insurance_Menu_Item_Text {
        text-align: center;
        padding-bottom: 25px;
        font-size: 12px;
        color: #377dff;
        font-weight: 600;
    }

    .Personal_Insurance_Menu_Item_Text_Sel {
        text-align: center;
        padding-bottom: 25px;
        font-size: 12px;
        color: #464646;
        font-weight: 600;
    }

    .Personal_Insurance_Menu_Btm_List {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

        .Personal_Insurance_Menu_Btm_List > img:first-child {
            content: url("/images/Lonpac/TickerDot_Active.png");
        }

        .Personal_Insurance_Menu_Btm_List > img:not(:first-child) {
            content: url("/images/Lonpac/TickerDot_Idle.png");
        }

    .currentSel {
        color: #464646 !important;
        background-color: #f7f7f7 !important;
        position:relative;
    }

@media screen and (min-width:1041px) {
    .Personal_Insurance_Menu_Item:nth-child(6n) {
        width: 16.669%;
    }
    .SFX_One_List .Personal_Insurance_Menu_Item:nth-child(6n) {
        width: 16.668%;
    }
}