/* The Modal (background) */

.modal-home {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background: #ffffff !important;
    margin: auto;
    padding: 32px;
    border-radius: 24px;
    max-width: 1000px;
    width: 100%;
}


/* The Close Button */

.close-modal_home {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: #01425F;
    /* padding: 8px 15px; */
    width: 48px;
    height: 48px;
    margin: auto;
    line-height: 48px;
    text-align: center;
    border-radius: 40px;
    position: absolute;
    right: -22px;
    top: -22px;
    z-index: 999;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    opacity: 1!important;
}

.close-modal_home:hover,
.close-modal_home:focus {
    color: #aaaa;
    text-decoration: none;
    cursor: pointer;
}

.modal-box h3 {
    margin-bottom: 0;
    /*padding-bottom: 20px;*/
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #01425F;
}

.title-content {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.text-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #555555;
    margin-bottom: 24px;
}

.hidden-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /* height: 16px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hidden-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 120%;
    /* height: 55px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* .hidden-title:hover {
    overflow: visible;
    -webkit-line-clamp: unset;
    height: auto;
}

.hidden-text:hover {
    overflow: visible;
    -webkit-line-clamp: unset;
    height: auto;
} */

.item-list-box {
    background: #FFFFFF;
    border: 1px solid #CFD7E8;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px rgba(13, 101, 159, 0.15);
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    position: relative;
}

.item-list-box .item-center-img {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.bk-modal-mobile {
    padding-top: 24px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.title-box-content {
    color: #006d9b;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 0;
    min-height: 80px;
}

.bk-button {
    margin: auto;
    background: #ECF4F7;
    border-radius: 50px;
    /* width: 80%; */
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    width: 80%;
    left: 0px;
    right: 0px;
    /* margin: auto; */
    margin: 0px auto;
}

.bk-button {
    height: 32px;
}

.bk-button .button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bk-button .button-content svg {
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 7px);
}

.bk-button .button-content .text-content-btn {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #555555;
    margin-bottom: 0;
}

/*@media (min-width:1130px) and (max-width:1200px) {*/
/*    .modal-content {*/
/*        width: 78%;*/
/*    }*/
/*}*/
