.modal-text h2 {
    font-size: 24px;
    font-weight: 500;
}

.modal-text p {
    color: #000;
    margin-bottom: 30px;
}

.add-sim-button {
    background: #2096d3 !important;
    color: #fff !important;
    padding: 10px 35px !important;
    border-radius: 3px;
}

.order-sim-button {
    background: #dde22f !important;
    color: #000 !important;
    padding: 10px 22px !important;
    border-radius: 3px;
}

.log-in-text {
    font-size: 14px;
    color: #000;
}

    .log-in-text a {
        color: #2096d3;
    }

/**/
.border-radius {
    border-radius: 20px;
    overflow: hidden;
}

.modal-design {
    background: #d2eaf6;
    padding: 20px;
}

    /*    .modal-design h2 {
                font-size: 32px;
                font-weight: 500;
            }*/

    .modal-design > ul {
        padding: 0;
        display: flex;
    }

        .modal-design > ul > li {
            list-style: none;
            padding: 20px;
           /* width: 50%;*/
            text-align: center;
        }

            .modal-design > ul > li:first-child {
                border-right: 1px solid #fff;
            }

            .modal-design > ul > li .flag-sec {
                margin: 20px 0;
            }

                .modal-design > ul > li .flag-sec h2 {
                    font-size: 15px;
                    font-weight: normal;
                    color: #6c541e;
                }

    .modal-design .btn-close {
        position: absolute;
        right: 17px;
        top: 17px;
        outline: 0;
    }

.new-button {
    background: #2096d3;
    color: #fff;
}

    .new-button:hover {
        color: #fff;
    }

.modal-grid {
    background: #f5f5f5;
    border-top: 1px solid #b5b5b5;
}

    .modal-grid h2 {
        color: #545454;
        padding-bottom: 20px;
        margin: 0;
        font-size: 32px;
    }

    .modal-grid table {
        border: none;
        width: 100%;
    }

        .modal-grid table tr {
            border-bottom: 1px solid #b5b5b5;
        }

            .modal-grid table tr td {
                vertical-align: middle;
                white-space: nowrap;
                color: #545454;
                font-size: 30px;
                font-weight: 600;
                padding: 15px;
            }

                .modal-grid table tr td span {
                    font-weight: 300;
                }

                .modal-grid table tr td .flag-sec {
                    margin-bottom: 0;
                }

                    .modal-grid table tr td .flag-sec h2 {
                        font-size: 14px;
                        margin-bottom: 0;
                        padding: 0;
                    }

    .modal-grid .flag-sec .flag-icon {
        font-size: 20px;
    }

    .modal-grid table tr td a {
        background: #9d9d9d;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 4px;
        text-decoration: none;
        min-width: 100px;
        display: block;
        font-weight: normal;
    }

    .modal-grid table tr:last-child {
        border-bottom: none;
    }

@media only screen and (max-width:992px) {
    .modal-design > ul {
        flex-direction: column;
    }

        .modal-design > ul > li {
            width: 100%;
        }

            .modal-design > ul > li:first-child {
                border-right: none;
                border-bottom: 1px solid #fff;
            }

           
}

