
.college-logo {
    max-width: 70px
}

.icon-8px svg {
    fill: #a0a0a0;
    width: 15px;
    height: 15px
}

.tns-carousel.tns-controls-outside [data-controls='prev'] {
    left: -15px !important
}

.tns-carousel.tns-controls-outside [data-controls='next'] {
    right: -15px !important
}

.course-h2 {
    font-size: 1.3rem
}

.leads-page {
    background: white;
    padding: 10px;
    border: 1px solid #df0b0b !important;
    box-shadow: 5px 10px 8px #888888;
}

.icon-15px svg {
    fill: #fff;
    width: 15px;
    height: 15px
}

.course-icon-div {
    border: 2px solid #FE6965;
    border-radius: 5px;
    padding: 10px
}

.course-main-div {
    margin-left: 10px
}

.course-icons {
    text-align: center;
    color: #999
}

.course-icon-value {
    color: #333;
    font-weight: 500
}

svg {
    width: 100%;
    height: 100%
}

.fa-24px {
    font-size: 24px !important
}

.fa-20px {
    font-size: 20px !important
}

.w-100-search {
    width: 100% !important
}

.word-limit {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.course-desc {
    margin-top: 12px
}

.img-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.bg-white {
    background: #fff
}

.badge-icon-rt {
    right: 5px !important;
    top: 5px !important
}

.badge-icon-lt {
    left: 5px !important;
    top: 5px !important
}

.card-body {
    padding: .5rem
}

.text-12 {
    font-size: 12px !important
}

@media (min-width: 992px) {
    .px-lg-grid-gutter {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
}

.py-grid-gutter {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.pull-right {
    float: right
}

.nav-link {
    padding: .75rem .6rem
}

.ul-style-1 {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.ul-style-1 li {
    padding: 5px;
    display: inline-block;
}

.ul-style-1 li a {
    font-size: 14px;
    color: #7d879c !important
}

.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
    background: #000
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes blink {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.loader[data-text]:before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 14px
}

.loader[data-text=""]:before {
    content: "Loading"
}

.loader:after,
.loader:before {
    box-sizing: border-box;
    display: none
}

.loader-double:after,
.loader-double:before {
    content: "";
    position: fixed;
    border-radius: 50%;
    border: 8px solid;
    animation: rotation 1s linear infinite
}

.loader-double:after {
    width: 48px;
    height: 48px;
    border-color: #fff;
    border-left-color: transparent;
    top: calc(50% - 24px);
    left: calc(50% - 24px)
}

.loader-double:before {
    width: 64px;
    height: 64px;
    border-color: #eb974e;
    border-right-color: transparent;
    animation-duration: 2s;
    top: calc(50% - 32px);
    left: calc(50% - 32px)
}

.overlay {
    position: absolute;
    z-index: 99999;
    opacity: .5;
    filter: alpha(opacity=50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff
}

.form-check-input,
.form-check-label {
    cursor: pointer
}

.h-100 {
    height: 100%
}

.twitter-typeahead {
    width: 100% !important;
    max-width: 100% !important
}

.twitter-typeahead .form-control {
    padding-left: 2.5rem
}

.typeahead .input-group {
    margin: 0 !important
}

.float-right {
    float: right
}

.tt-open {
    width: 100%
}

.tt-selectable span {
    margin-left: 15px
}

.my-badge {
    border: solid 1px #ccc;
    padding: 8px 15px;
    border-radius: 50px;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 3;
    font-size: 12px
}

.mx-w-100 {
    max-width: 100%
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #373f50;
    margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
    animation-delay: -.036s
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -.072s
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    animation-delay: -.108s
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    animation-delay: -.144s
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    animation-delay: -.216s
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    animation-delay: -.252s
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    animation-delay: -.288s
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.max-w-100 {
    max-width: 100%
}

.fieldset-style {
    border: solid 1px #ccc;
    margin-bottom: 30px
}

.badge svg {
    width: 14px;
    fill: #fff
}

.fieldset-style div {
    max-height: 170px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px
}

.course-box {
    border: solid 1px #ccc;
    padding: 10px
}

.resTable {
    display: block;
    width: 100%;
    overflow-x: auto
}

.my-course {
    width: 100%;
    margin-bottom: 0;
    border: 0
}

.my-course tr:nth-child(odd) {
    margin-left: 0
}

.my-course tr:nth-child(odd) {
    background: #fff
}

.my-course tr {
    width: 49%;
    float: left;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin: 0 5px 10px
}

.my-course .course-name {
    float: left
}

.my-course th,
.my-course td {
    border-right: 0;
    border-bottom: 0;
    padding: 0
}

.my-course .course-name a,
.my-course .course-fees .price,
.examsCutoffsBlock ul.examList .examName a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px
}

.my-course .title,
.my-course .courseCount {
    color: #999;
    font-size: 12px
}

.my-course .course-fees {
    width: 30%;
    text-align: right
}

.my-course .title,
.my-course .courseCount {
    color: #999;
    font-size: 12px
}

.my-course .title {
    display: block
}

.my-course .course-fees .price {
    font-size: 12px;
    width: 100%;
    font-weight: 700
}

.my-course .course-name a,
.my-course .course-fees .price,
.examsCutoffsBlock ul.examList .examName a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px
}

.my-course .btn-sh-lt {
    text-align: right;
    width: 2%
}

.my-course th,
.my-course td {
    border-right: 0;
    border-bottom: 0;
    padding: 0
}

.btn-outline {
    border: solid 1px green;
    color: green;
    padding: 5px;
    border-radius: 3px;
    font-weight: 700
}

@media screen and (max-width: 480px) {
    .div_before_table {
        overflow-x: scroll;
        
    }
    .div_before_table table{
        width: 100% !important;
    }

    .course-icon-div {
        margin-bottom: 10px
    }

    .course-main-div {
        margin-left: 0
    }

    .w-100 {
        width: 100% !important
    }

    .w-100-search {
        width: 0 !important
    }

    .fa-24px {
        margin-top: 10px
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    .have-input {
        margin-top: 10px
    }

    .have-btn {
        width: 100%;
        margin-top: 5px
    }

    .college-logo-img {
        text-align: center
    }

    .course-topic {
        padding-right: 10px
    }

    .blog-title-mobile {
        display: none
    }

    .course-section {
        text-align: center
    }

    .course-heading-h3 {
        text-align: center
    }

    .course-btn {
        width: 100%;
        margin-top: 10px;
        line-height: .7
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
