﻿.slider-section-02 {
    background-image: url(/images/pickleball-o-1.png)
}

.course-header__thumbnail a img {
    width: 258px;
    height: 173px;
}

.section-title__title-02 {
    font-size: 20px;
}

.blog-item__image img {
    width: 330px;
    height: 179px;
}

.event-item__image img {
    width: 100%;
    height: 186px;
}

@media only screen and (max-width: 767px) {
    .header-logo__logo {
        width: 100% !important;
    }
}

.tutor-course-price .sale-price-free {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #6cbd7e;
}

.tutor-course-sidebar {
    transform: translateY(-268px);
}

.field-validation-error {
    font-size: 12px;
    margin-left: 5px
}


.toastr-top-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#toastr-container.toastr-top-center > div {
    width: 100%;
    max-width: 500px
}

#toastr-container > div {
    opacity: 1
}

.blockUI.blockOverlay {
    background-color: rgb(1 1 1 / 36%) !important;
    border: 1px solid rgb(170, 170, 170) !important;
    padding: 20px !important;
}

.blockUI.blockMsg {
    padding: 10px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 10px;
}

.select2-container .select2-selection--single {
    height: 58px;
}

.blog-details-no-sidebar {
    max-width: unset;
    padding: unset;
}
.blog-details__title-02 {
    font-size: 30px;
}