.header-link.register {
    background: #FF9D66;
    border-color: #FF9D66;
    color: #ffffff !important;
    border-radius: 20px;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}


.hide_search .header-search {
    display: none;
}



.inline-search-form {
    position: relative;
    margin-bottom: 20px;
}

.inline-search-form input {
    height: 50px;
    border-radius: 50px;
    padding: 0 20px 0 50px;
    outline: none !important;
    border: none;
    width: 100%;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.inline-search-form input::-webkit-input-placeholder {
    color: #8A8E98
}

.inline-search-form input:-ms-input-placeholder {
    color: #8A8E98
}

.inline-search-form input::placeholder {
    color: #8A8E98
}
.header-search input {
    height: 40px;
    background: #F2F5F8;
}

.inline-search-form button {
    position: absolute;
    background: none;
    padding: 0;
    outline: none !important;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.new-header-wrap .main-menu-wrap {
    margin: auto;
    /* margin-top: 6px; */
}


.main-menu-wrap ul li a {
    color: #000;
    font-size: 11px;
}

.main-menu-wrap ul li a.active, .main-menu-wrap ul li a:hover {
    color: #1A43A8;
}

.main-menu-wrap ul li:last-child {
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.header-search {
    width: 200px;
    transition: all 0.3s;
    margin: 4px 30px 0 0;
    height: 40px;
    margin: auto;
}

.alert.alert-custom.alert-default {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
}

.alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

.alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.course-loader-item {
    display: inline-block;
    width: calc(25% - 20px);
    margin-left: 23px;
    background: #F2F5F8
}

.course-loader-item:last-child {
    margin-left: 0
}

.course-loader-item .img {
    height: 190px;
    border-radius: 10px 10px 0 0;
    width: 100%
}

.course-loader-item .content {
    padding: 20px 25px
}

.course-loader-item .title {
    height: 12px;
    margin-bottom: 16px
}

.course-loader-item .title.title1 {
    width: 100%
}

.course-loader-item .title.title2 {
    width: 40%
}

.course-loader-item .title.title3 {
    width: 30%;
    margin-bottom: 0
}

.course-loader-item .title.title4 {
    width: 50%;
    margin-top: 20px
}

.course-loader-item .dots {
    display: flex
}

.course-loader-item .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-left: 7px
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
   /* background: #e8eef1;*/
    background-size: 800px 104px;
    position: relative
}

.animated-background.animate {
    background: linear-gradient(to right, #E4EAF1 8%, #EDF0F3 18%, #E4EAF1 33%);

}

.course-loader {
    display: none
}

.course-loader.search.show {
    display: flex
}

.course-loader.search .course-loader-item {
    width: 100%;
    margin: 0
}

.comments-loader {
    display: none;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #E4EAF1;
    padding: 25px
}

.comments-loader .title {
    height: 12px;
    margin-bottom: 11px
}

.comments-loader .img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 14px
}

.comments-loader .title1 {
    width: 111px
}

.comments-loader .title2 {
    width: 72px;
    margin: 0
}

.comments-loader .title3 {
    width: 100%;
    margin-bottom: 15px
}

.comments-loader .title4 {
    width: 50%;
    margin: 0
}

.comments-loader .content {
    padding-right: 54px;
    margin-top: 25px
}

.bordered-loader {
    border-radius: 8px;
    background: #F2F5F8;
    padding: 20px;
    margin-bottom: 15px;
    display: none
}

.bordered-loader .title {
    height: 12px
}

.bordered-loader .title1 {
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px
}

.bordered-loader .title2 {
    width: 56px;
    margin-left: 13px
}

.bordered-loader .title3 {
    width: 38px
}

.bordered-loader.contents .title1 {
    width: 50%;
    margin: 0
}


