/*Custom Header*/

.logo-anchor {
    display: flex;
    align-items: center;
    background: white;
    width: fit-content;
    border-radius: 10px;
    padding: 5px 10px;
}
.logo-img {
    height: 30px;
    max-height: 30px;
    object-fit: contain;
    border-radius: 30px;
    margin-right: 10px;
}
.logo-text {
    color: #000;
    font-weight: 700;
}

/*About Table*/
table#examMockup {
    width: 100%;
}
.single-pdf {
    justify-content: center;
}

/*Home*/
#home-slider-height {
    min-height: 100px !important;
}

span.badge.badge-cart {
    background: #4255A4;
    border-radius: 100px;
    padding: 4px 7px;
    font-size: 15px;
    position: absolute;
    top: 25%;
    right: -25%;
}

/*cart*/
.properties__card {
    box-shadow: 0px 6px 6px 0px rgba(2,25,65,0.08);
    border-radius: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.properties__caption, .properties__delete {
    padding: 29px 20px 20px 20px;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.properties__delete span {
    background: #4255A4;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 20px 22px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.iti {
    width: 100%;
}
.courses-area .properties__caption pre {
    font-family: "Mulish",sans-serif;
    color: #6E7697;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: normal;
}
.card-link {
    color: #000 !important;
}
.float-link {
    border: 1px solid #6E7697;
    border-radius: 4px;
    position: fixed;
    background: #6E7697;
    color: #FFFFFF;
    top: 80%;
    right: 1px;
    z-index: 1000;
    transform-origin: top right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
}

.link1 {
    border-bottom: 1px solid #ccc;
}

.ljee {
    float: left;
    text-align: justify;
    width: 67%;
}

.rjee {
    width: 33%;
}

.courses-content .single-content h3 {
    position: relative;
}

.h3t1::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #F49F1c;
    left: 0;
    bottom: 0;
}

.rjee {
    padding: 20px;
}

.rjee h3 {
    text-align: left;
    margin-bottom: 15px;
    padding-right: 15px;
}

.form {
    border: 1px solid grey;
    position: sticky;
    top: 80px;
    left: 0;
    /*Padding: 30px;*/
}

.wide {
    border-radius: 0;
    margin-bottom: 15px;
    height: 50px;
    padding-top: 5px;
}

#Course {
    padding: 08px;
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #F12549;
    min-height: 0px;
}

.h3t1 {
    padding-top: 20px;
    font-size: 30px;
    position: relative;
}

@media (max-width:800px) {
    .rjee {
        width: 100%;
    }

    .ljee {
        width: 100%;
    }
}

@media(max-width:500px) {
    .row {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width:500px) {
    .rjee {
        padding: 0;
    }
}

.gree {
    border-radius: 50%;
    background: green;
    color: white;
    padding: 2px;
    font-size: 13px;
}

/*for Links*/
#more_info_page a {
    color: #007bff !important;
}