.course-enroll-section .seperator {
    height: 1.5px;
    background-color: rgba(23, 68, 120, 0.63);
}

.course-enroll-section h5 {
    font-size: 18px;
}


.course-enroll-section label {
    font-size: 14px;
    font-weight: 500;
}

.course-enroll-section .icon {
    font-size: 20px;
}

.course-enroll-section i {
    transition: all ease-in-out 0.2s !important;
}

.course-enroll-section a.row {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: all ease-in-out 0.2s !important;
}

.course-enroll-section a.row:hover {
    color: #3E77BA;
}

.course-enroll-section a.active {
    color: #3E77BA;
}

.course-enroll-section .btn {
    background-color: #174478;
}

.course-enroll-section .course-enroll-data {
    background-color: #fff;
}

.course-enroll-section input {
    border: 0.25px solid rgba(104, 104, 104, 1) !important;
    background-color: transparent;
}

.course-enroll-section input:focus {
    border: 0.25px solid rgba(104, 104, 104, 1) !important;
    background-color: transparent;
}

.course-enroll-section input[type='radio'] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.course-enroll-section .course-enroll-desc ul {
    list-style-position: inside;
}

.course-enroll-section .course-enroll-desc li {
    font-size: 17px;
}

.course-enroll-section .course-enroll-desc li::marker {
    color: #174478;
}

.course-enroll-section .course-enroll-image {
    height: 200px;
}

.course-enroll-section .course-enroll-image img {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 15px;
}

.subscribe-button {
    position: fixed;
    bottom: -1px;
    height: 80px;
}


@media all and (max-width: 991px) {
    .course-enroll-section .container>.row {
        justify-content: center;
    }

    .course-enroll-section .course-enroll-title h5 {
        font-size: 17px !important;
    }

    .course-enroll-section .course-enroll-desc h6 {
        font-size: 16px !important;
    }

    .course-enroll-section .course-enroll-desc p {
        font-size: 14px !important;
    }

    .course-enroll-section .course-enroll-desc li {
        font-size: 14px !important;
    }

    .course-enroll-section .course-enroll-image {
        height: unset;
    }

    .course-enroll-section .course-enroll-image img {
        width: 100%;
        height: unset;
        border-radius: 15px;
    }

    .modal-content {
        border-radius: 10px !important;
    }

}

@media all and (max-width: 575px) {
    .course-enroll-section .course-enroll-title h5 {
        font-size: 17px !important;
    }

    .course-enroll-section .course-enroll-desc h6 {
        font-size: 16px !important;
    }

    .course-enroll-section .course-enroll-desc p {
        font-size: 14px !important;
    }

    .course-enroll-section .course-enroll-desc li {
        font-size: 14px !important;
    }

}

@media all and (max-width: 776px) {
    .course-enroll-section .course-enroll-data {
        background-color: transparent;
    }
}


.select2 {
    width: 100% !important;
}

.select2-dropdown {
    z-index: 99999;
}

.select2-selection__rendered {
    background-color: transparent !important;
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    background-color: transparent !important;

    height: 43px !important;
}

.select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: unset;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 0.25px solid rgba(104, 104, 104, 1) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding-top: 0.50rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--mt-color-theme-primary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Ge Dinar One';
    height: 30px;
    color: unset;
}

.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: unset !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: unset;
}
