.card-position {
    width: 19rem;
    top: 32%;
    right: 1%
}

.modal-position {
    position: fixed;
    right: 2%;
    z-index: 1050;
    outline: none
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header-position {
    background-color: transparent;
    padding: 40px
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.img-position {
    top: -80px;
    left: 83px
}

.logo-position {
    top: -95%;
    right: 35%
}

.text-center {
    text-align: center;
}

.text-dark {
    color: #000000;
}

.fw-medium {
    font-weight: 500;
    line-height: 1.5;
}

.fw-light {
    font-weight: 300;
    line-height: 1.5;
}

.border-0 {
    border: 0 !important;
}

.br-21 {
    border-radius: 21px !important;
}

.br-52 {
    border-radius: 52px !important;
}

.font-11 {
    font-size: 11px;
}

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

.font-14 {
    font-size: 14px;
}

.btn-danger {
    background: rgb(197, 40, 44);
    background: linear-gradient(90deg, rgba(197, 40, 44, 1) 0%, rgba(134, 6, 6, 1) 100%);
}

.badge {
    display: inline-block;
    padding: 0.4em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-pill {
    padding-right: 2.4em;
    padding-left: 2.4em;
    border-radius: 56px;
}

.badge-light {
    color: #767676;
    background-color: transparent;
    border: 1px solid #E5E5E5;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1330px) and (max-width: 1400px) {
    .card-position {
        width: 19rem;
        top: 29%;
        right: 1%
    }
}

@media (min-width: 1268px) and (max-width: 1330px) {
    .card-position {
        width: 19rem;
        top: 24%;
        right: 1%
    }
}

@media (min-width: 992px) and (max-width: 1268px) {
    .card-position {
        width: 19rem;
        top: 20%;
        right: 1%
    }
}

@media screen and (max-width: 1200px) {
    .naat-card {
        display: none;
    }

    .modal-btn {
        display: block;
    }

    .bottom {
        bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .naat-card {
        display: block;
    }

    .modal-btn,
    .modal-dialog {
        display: none;
    }

    .bottom {
        bottom: 0;
    }

    .line1 {
        width: 9%;
        top: 46%;
        left: 28%;
        position: absolute;
        border-bottom: 1px solid #A0A0A0;
    }

    .line2 {
        width: 10%;
        top: 46%;
        right: 31%;
        position: absolute;
        border-bottom: 1px solid #A0A0A0;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .line1 {
        width: 12%;
        top: 38%;
        left: 24%;
        position: absolute;
        border-bottom: 1px solid #A0A0A0;
    }

    .line2 {
        width: 12%;
        top: 38%;
        right: 28%;
        position: absolute;
        border-bottom: 1px solid #A0A0A0;
    }
}

@media screen and (max-width: 1025px) {

    .line1 {
        width: 12%;
        top: 32%;
        left: 24%;
        position: absolute;
        border-bottom: 1px solid #A0A0A0;
    }

    .line2 {
        width: 12%;
        top: 32%;
        right: 28%;
        position: absolute;
        border-bottom: 1px solid #A0A0A0;
    }
}

@media screen and (max-width: 450px) {

    .logo-position {
        top: -95%;
        right: 29%
    }
}