.modal-section-one {
    display: flex;
    align-items: center;
    background: #0C102F;
    padding: 20px;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
}
.modal-section-two {
    background: #0ABEFF;
    padding: 20px;
}
button.close.modalMarket {
    position: relative;
    top: -30px;
    border: 1px solid #747474;
    border-radius: 5rem;
    width: 25px;
    height: 25px;
    background: #747474;
    display: flex;
    align-items: center;
    outline: none;
    justify-content: center;

}
h2.text-mod-head {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}

h2.text-mod-head.two {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}
h1.text-two-one {
    font-size: 32px;
    font-weight: 800;
    color: white;
}
h3.text-two-two {
    font-size: 14px;
    color: white;
    font-weight: 700;
    margin-top: 20px;
}

.modal-inside-sce-three {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 80%;
    padding: 20px;
    color: white;
    background: #0C102F;
}
.empty {
    width: 20%;
    background: #0ABEFF;
}
.modal-section-three{
    display:flex;
}
p.mod-three-p {
    margin: auto;
}
.modal-section-four {
    background: #0ABEFF;
    border-radius: 0px 0px 5px 5px;
}
.modal-inside-button {
    padding: 25px;
}
a.button-register {
    border: 1px solid #fff;
    color: black;
    padding: 10px 30px;
    background: #fff;
    outline: none;
    font-weight: 600;
    font-size: 14px;
}

img.img-popup-mod {
    width: 30%;
    position: relative;
    left: 164px;
    top: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 900px) {

    button.close.modalMarket {
        position: relative;
        top: -25px;
        border: 1px solid #747474;
        border-radius: 5rem;
        width: 25px;
        height: 25px;
        background: #747474;
        display: flex;
        align-items: center;
        outline: none;
        justify-content: center;
    }
    h2.text-mod-head {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
    }
    h2.text-mod-head.two {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
    }
    h1.text-two-one {
        font-size: 26px;
        font-weight: 800;
        color: white;
    }
    h3.text-two-two {
        font-size: 10px;
        color: white;
        font-weight: 700;
        margin-top: 20px;
    }
    .modal-inside-sce-three {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
        width: 80%;
        padding: 20px;
        color: white;
        background: #0C102F;
    }
    img.img-popup-mod {
        width: 35%;
        position: relative;
        left: 65px;
        top: 25px;
    }
}