﻿.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal__mbl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-one {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal__one__mbl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-two {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal__two__mbl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-form {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal__form__mbl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 11% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
    cursor:default
}

.modal__content__mbl {
    background-color: #fefefe;
    margin: 11% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
    cursor: default
}

.modal-content-one {
    background-color: #fefefe;
    margin: 14% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
    cursor: default
}

.modal__content__one__mbl {
    background-color: #fefefe;
    margin: 14% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
    cursor: default
}

.modal-content-two {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 10px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
    cursor: default
}

.modal__content__two__mbl {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 10px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
    cursor: default
}

.modal-content-form {
    background-color: #fefefe;
    margin: 13% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
}

.modal__content__form__mbl {
    background-color: #fefefe;
    margin: 13% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 50%;
    border-radius: 5px;
}


@media (min-width: 0px) and (max-width: 768px) {
    .modal-content {
        width: 95%;
    }

    .modal-content-one {
        width: 95%;
    }

    .modal-content-two {
        width: 95%;
    }

    .modal-content-form {
        width: 80%;
        margin-top: 25%;
    }

    .modal-content-two,table {
        font-size:10pt;
        cursor: default
    }
    .modal__content__mbl {
        width: 95%;
        margin-top: 25%
    }

    .modal__content__one__mbl {
        width: 95%;
        margin-top: 25%
    }

    .modal__content__two__mbl {
        width: 95%;
        margin-top: 25%
    }

    .modal__content__two__mbl, table {
        font-size: 10pt;
        cursor: default
    }

    .modal__content__form__mbl {
        width: 80%;
        margin-top: 25%;
    }
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close-one {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-two {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-form {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close__mbl {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close__one__mbl {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close__two__mbl {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close__form__mbl {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close-one:hover,
.close-one:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.close-two:hover,
.close-two:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close-form:hover,
.close-form:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close__mbl:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.close__one__mbl:hover,
.close__one__mbl:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.close__two__mbl:hover,
.close__two__mbl:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close__form__mbl:hover,
.close__form__mbl:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



@media (min-width: 0px) and (max-width: 991px) {
    .btn-dot {
        border: 0px solid red;
        color: #fff;
        padding: 20%;
        position:absolute;
        background: none;
        animation: 6s dt0;
        animation-fill-mode: forwards;
    }

    @keyframes dt0 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-on {
        border: 0px solid red;
        color: #fff;
        padding: 20%;
        position:absolute;
        background: none;
        animation: 8s dt1;
        animation-fill-mode: forwards;
    }

    @keyframes dt1 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-tw {
        border: 0px solid red;
        color: #fff;
        padding: 20%;
        position:absolute;
        background: none;
        animation: 10s dt2;
        animation-fill-mode: forwards;
    }

    @keyframes dt2 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
    .btn-dot:hover {
        font-size: 14pt;
    }

    .btn-dot-on:hover {
        font-size: 14pt;
    }

    .btn-dot-tw:hover {
        font-size: 14pt;
    }
}




@media (min-width: 992px) and (max-width: 1199px) {
    .btn-dot {
        border: 0px solid red;
        color: #fff;
        margin-top:5%;
        position: absolute;
        background: none;
        animation: 6s dt0;
        animation-fill-mode: forwards;
    }

    @keyframes dt0 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-on {
        border: 0px solid red;
        color: #fff;
        position: absolute;
        background: none;
        animation: 8s dt1;
        animation-fill-mode: forwards;
    }

    @keyframes dt1 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-tw {
        border: 0px solid red;
        color: #fff;
        position: absolute;
        background: none;
        animation: 10s dt2;
        animation-fill-mode: forwards;
    }

    @keyframes dt2 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }


    .btn-dot-th {
        border: 0px solid red;
        color: #fff;
        position: absolute;
        background: none;
        animation: 10s dt2;
        animation-fill-mode: forwards;
    }

    @keyframes dt2 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }


    .btn-dot:hover {
        font-size: 14pt;
    }

    .btn-dot-on:hover {
        font-size: 14pt;
    }

    .btn-dot-tw:hover {
        font-size: 14pt;
    }
    .btn-dot-th:hover {
        font-size: 14pt;
    }
}


@media (min-width: 1200px) and (orientation: landscape) {
    .btn-dot {
        border: 0px solid red;
        color: #fff;
        margin-left:25%;
        margin-top:5%;
        position: absolute;
        background: none;
        animation: 8s dt0;
        animation-fill-mode: forwards;
    }

    @keyframes dt0 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-on {
        border: 0px solid red;
        color: #fff;
        margin-top: 5%;
        position: absolute;
        background: none;
        animation: 8s dt1;
        animation-fill-mode: forwards;
    }

    @keyframes dt1 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-tw {
        border: 0px solid red;
        color: #fff;
        margin-top: 5%;
        position: absolute;
        background: none;
        animation: 10s dt2;
        animation-fill-mode: forwards;
    }

    @keyframes dt2 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .btn-dot-th {
        border: 0px solid red;
        color: #fff;
        margin-top: 5%;
        position: absolute;
        background: none;
        animation: 10s dt2;
        animation-fill-mode: forwards;
    }

    @keyframes dt2 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }


    .btn-dot:hover {
        font-size: 14pt;
    }

    .btn-dot-on:hover {
        font-size: 14pt;
    }

    .btn-dot-tw:hover {
        font-size: 14pt;
    }
    .btn-dot-th:hover {
        font-size: 14pt;
    }
}