#main-header .navbar-desktop .desktop_nav .menu-item-has-children {
    padding-right: 20px;
}

.slick-slide {
    height: auto;
}

/* #main-header .navbar-desktop .desktop_nav .menu-item-has-children:after {
    top: 14px;
    font-size: 11px;
} */

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price .old-price {
    text-decoration: none;
    position: relative;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price .old-price:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
}

.hotel-single .main-hotel-post .article-content h4 u,
.hotel-single .course-sidebar .course-panel .panel-header h4 u  {
    text-decoration: none;
}


.hotel-single.online  .article-content h4 u,
.hotel-single.online .course-sidebar .course-panel .panel-header h4 u  {
    display: none;
}

.main-hotel-post #hotel-carousel {
        height: 550px;
}

.main-hotel-post #hotel-thumb-carousel {
       height: 110px; 
}

@media (max-width: 1024px) {
    .main-hotel-post #hotel-carousel {
       height: 450px;
    }
}

@media (max-width: 768px) {
    .main-hotel-post #hotel-carousel {
       height: 300px;
    }
}

.hidden-forms .form-box {
    display: none;
}

.hidden-forms .form-box iframe {
    width:100%;
}

.hidden-forms .form-box.active {
    display: block;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel.active {
        cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#f39395), to(#e7727d));
    background: linear-gradient(180deg, #f39395 0%, #e7727d 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel.active .logo-form .first-img {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel.active .logo-form .second-img {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel.active .form-type {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}