.seminar-file {
    width: 767px;
    margin: 0 auto;
    background-color: white;
}

.set-seminar-col {
    padding: 0 !important;
}

.set-seminar-col p {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 700;
}

.set-rows {
    align-items: center;
    padding-bottom: 10px;
}

.row-btns {
    margin: 0 !important;
    align-items: center;
}

.col-btn1 {
    padding: 0 !important;
}

.btn-set {
    height: 70px;
    border: none !important;
    border-radius: 0px !important;
    color: white;
    font-weight: 700;
    background-color: red;
    width: 100%;
    white-space: unset !important;
    border-right: 1px solid black !important;
}

.btn-set2 {
    height: 70px;
    border: none !important;
    border-radius: 0px !important;
    color: white;
    font-weight: 700;
    background-color: red;
    white-space: unset !important;
}

.set-text {
    text-align: center;
    color: black;
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
}

.set-seminar-col1 p {
    padding-top: 10px;
    margin: 0 !important;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 700;
}

.set-seminar-col1 h4 {
    font-size: 14px;
    color: red;
    font-weight: 700;
}

#set-row {
    align-items: center;
}

.seminar-file11 {
    background-size: contain;
    background-image: url(https://ciright-email-images.s3.amazonaws.com/other-images/ciright-event/event-bg.png);
    background-repeat: no-repeat;
}

.set-height {
    height: 250px;
}

.set-private-text {
    text-align: center;
    font-size: 62px;
    color: blue;
    line-height: 62px;
    font-weight: 900;
}

.footer {
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
}

.footer p {
    font-size: 16px;
    color: white;
    margin: 0 !important;
    font-weight: 700;
}

#rows-set {
    align-items: center;
    margin: 0 !important;
}

.text-name {
    margin-top: 30px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.set-col-img {
    text-align: center;
}

.set-box {
    color: black;
    font-size: 14px;
    font-weight: 700;
    border: 8px solid rgb(11, 213, 11);
    padding: 5px !important;
}

.ciright-logo {
    width: 250px;
}

.register-btn {
    width: 200px;
    height: 47px;
    border: none !important;
    color: white;
    font-weight: 700;
    background-color: #003087;
    white-space: unset !important;
    margin-top: 23px;
}

.PhoneInputCountry {
    color: #ffffffa1;
}

@media screen and (max-width: 800px) {
    .seminar-file1 {
        width: 90%;
    }

    .seminar-file {
        width: 90%;
    }

    .footer {
        display: block;
        height: auto;
        padding: 11px;
        text-align: center;
    }

    .set-seminar-col {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #set-row {
        text-align: center;
    }

    .row-btns {
        justify-content: center;
    }

    .col-btn1 {
        flex-grow: unset;
    }

    .set-col-img {
        padding: 10px 0;
    }

    .set-seminar-col1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    #rows-set {
        flex-direction: column-reverse;
    }

    .text-name {
        font-size: 20px;
        margin-top: 0px;
    }

    .ciright-logo {
        width: 200px;
    }
}

@media screen and (max-width: 576px) {
    .set-height {
        height: 200px;
    }

    .set-private-text {
        font-size: 50px;
        line-height: 50px;
    }

    .footer {
        display: block;
        height: auto;
        padding: 11px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .set-height {
        height: 158px;
    }

    .set-private-text {
        font-size: 40px;
        line-height: 44px;
    }

    .register-btn {
        width: 90%;
    }
}

@media screen and (max-width: 375px) {
    .set-height {
        height: 119px;
    }

    .set-private-text {
        font-size: 22px;
        line-height: 25px;
    }
}
