.hero-wrap.style2 .hero-slider-two .hero-slider-item {
    padding: 40px 0 150px;
}


.container
{


}

.hero-img-wrap {
    position: absolute;
    left: 5%;
    top: 26%;
    width: 200px;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.bg-rgba-danger.alert {
    color: #FF5B5C;
}

.bg-rgba-danger {
    background: rgba(255, 91, 92, 0.2) !important;
}

.slick-slide {
    margin: 0px 20px;
}

.pagination {
    margin: auto;
    width: fit-content;
}

.pagination > li {
    color: #fd0000;
}


.page-item.active .page-link {
    background-color: #fd0000;
    border-color: #fd0000;
}

.page-link {
    color: #fd0000;
}

.socials-panel .col {
    box-shadow: 1px 1px 1px 1px #fd0000;
}

.breadcrumb-wrap {
    height: 100px;
    margin: 120px 0 0;
    padding: 34px 0 110px;

}

.course-card.style1 {
    height: 533px;
    width: 300px;
    min-width: 100%;
}

.course-card .course-info h3 {
    font-size: 15px !important;
    max-height: 22px;
}


.course-card.style2 {
    height: 533px;
    width: 300px;
    min-width: 100%;
}

.team-member-img > img {
    width: 100%;
    height: 250px;
}


.course-img > a > img {
    width: 100%;
    height: 250px;
}

.blog-card > a > img {
    width: 100%;
    height: 250px;
}

.blog-card > img {
    width: 100%;
    height: 250px;
}

.course-card .course-info p {
    min-height: 111px;
}

.blog-card .blog-img img {
    width: 90%;
    height: 250px;

}

.title-tag {
    text-align: center;
    box-shadow: 0px -5px 15px rgb(0 0 0 / 5%);
}

.title-tag > h4 > a {
    color: #fd0000;
}

.header-wrap .header-top .header-top-right .header-social {
    margin: 0;
}

.section-title h2 {
    font-size: 38px;
}

@media only screen and (min-width: 992px) {
    .main-menu-wrap.style1 #menu ul li a {
        padding: 15px 10px 15px;;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        float: right;
        padding: 2px 2px 0 2px;
    }
}

.select-method [type=radio]:checked, .select-method [type=radio]:not(:checked) {
    position: fixed;

}

.select-method {
    margin: 15px 13px 10px;
}

#card-option {

    display: none;
}

#card-option > div {
    width: 80%;
    margin: auto !important;
    padding: 20px;
}


a.active {
    color: #fd0000 !important;
}

.category-box ul li a {
    color: #fd0000 !important;
    padding: 0 !important;
    padding-right: 20px !important;
}

#card_number, #expiration_date, #username, #security_code {
    direction: ltr;
    text-align: end;
}

.post-comment-wrap .comment-item {
    border-bottom: 1px solid #ddd;
}

.heart-checkbox {
    display: none;
}

.heart-label {
    display: inline-block;
}

.course-card .course-metainfo p i {
    top: 0px;
}


.heart {
    font-size: 25px !important;
}

.fa-heart-o {
    color: #0a53be !important;
}


/*.heart-label > .fa {*/
/*    font-size: 25px !important;*/
/*}*/

/*.heart-checkbox + .heart-label {*/

/*    background: #0000;*/
/*    color: #071fe1;*/
/*}*/


/*.heart-checkbox:checked + .heart-label {*/
/*    background: #fff;*/
/*    color: #fd0000;*/
/*}*/


.heart {
    font-size: 25px;
    color: red;
}


.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    float: right;
}

.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 1em;
    font-size: 30px;
    color: #FFD600;
    cursor: pointer;
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}


.extra-dropdown {
    position: relative;
    display: inline-block;
}

.extra-dropdown-content {
    display: none;
    position: absolute;
    background-color: #000b63;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 4px 4px;
    z-index: 1;
    left: 0;
}

.extra-dropdown-content > a :hover {
    background-color: red;
}

.course-card .course-metainfo {

    padding: 0px 5px;
}

.course-metainfo > p {
    width: 100%;
}

.course-card.style2 .course-info {
    padding: 20px 15px 15px;
    position: relative;
}


.extra-dropdown-content > a {
    font-size: 13px !important;
}

.extra-dropdown-content > hr {
    margin: 7px !important;
}

.link {
    color: white;
}


.extra-dropdown:hover .extra-dropdown-content {
    display: block;
}


.btn.v2 {
    background-color: #000b63;
    color: white;
}


@media (min-width: 992px) {
    .col-lg-4, .col-lg-8, .col-md-6 {

        float: right;
    }
}

.degree-con {
    width: 100%;
}


.degree-con > .col-md-6 {
    padding: 5px 5px;
}

