button.btn-clear{font-size:14px;color:#a5a5a5;text-decoration:none}
button.btn-clear:hover{color:#a5a5a5}
button.btn-clear:focus{outline:none;box-shadow:none}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    text-align: center;
    background-color: white;
    background-color: rgba(255, 255, 255);
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    z-index: 2147483647;

}

.overlay-content {
    position: relative;
    top: 3%;
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.overlay .closebtn {
    position: absolute;
    top: -15px;
    right: 25px;
    font-size: 60px;
    z-index: 999;
}

.overlay .span-content {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;

}

.overlay .checkbox-span {
    padding: 10px 36px !important;
}

.overlay .label-content {
    margin-right: 5px;
    margin-bottom: 20px;
}

.company .container .persons .person .hearts .bx {
    left: 30% !important;
    margin-top: -4px !important;
}

.resources header {
    height: 636px !important;
}

.resources .courses {
    margin-top: 30px;
}

.resources input[type="radio"].form-check-input,
.overlay-content input[type="radio"].form-check-input {
    margin-right: 5px;
    display: block;
}

.resources input[type="radio"].form-check-input:checked,
.overlay-content input[type="radio"].form-check-input:checked {
    background-color: #62c4e3;
    border-color: #62c4e3;
}

.resources input[type="radio"].form-check-input:focus,
.overlay-content input[type="radio"].form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(98,196,227,.25);
}

.resources .carousel-area {
    max-width: none;
}

.resources .course-list {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.resources .course {
    width: calc(33.33% - 20px);
    background-color: #FFFFFF;
    box-shadow: 3px 3px 6px 0px #59C3E11A;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
}

.resources .course-info {
    padding: 15px;
}

.resources .course-tag {
    background-color: #f3fdff;
    border-radius: 7px;
    color: #62c4e3;
    font-size: 14px;
    padding: 3px 7px;
    display: inline-block;
}

.resources .bx-heart,
.resources .bxs-heart {
    font-size: 20px;
}

.resources .image {
    background-size: cover;
    height: 0;
    padding-bottom: 52.33%;
}

.resources .course .tit {
    height: 58px !important;
    color: #212529 !important;
    font-size: 20px !important;
}

.resources .course .eval {
    margin-top: 10px;
}

.resources .course .price {
    border-bottom: none;
    font-size: 20px;
}

.resources .post .text .price .dell {
    color: #727272;
    font-size: 14px;
    margin-left: 0;
}

.resources .post .text .author {
    font-size: 14px;
}

.resources .no-percent {
    /* width: 95px;
    height: 95px; */
    width: 34.1%;
    height: 0;
    padding-bottom: 34.1%;
}

@media screen and (max-width: 1050px) {
    .resources .container {
        width: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .resources .d-sm-none {
        display: block !important;
    }
}

@media screen and (max-width: 770px) {
    .resources .carousel-area {
        display: block;
    }
    .resources .posts-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .overlay-content{
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .booking .circleInput a.protypes{
        font-size: 20px;
        text-align: left;
    }

    .proChoose .row:not(.keyInPrice) > *{
        width: auto;
    }

    .proChoose .keyInPrice{
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .proChoose .keyInPrice .priceIPT{
        width: 40%;
    }

    .proChoose .keyInPrice .prictBTN{ 
        width: 100%;
        margin: 10px 0 0 0;
    }

    .resources .course {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 575px) {
    .resources .container {
        width: 100% !important;
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 450px) {
    .resources .course {
        width: calc(100% - 20px);
    }
}

@media screen and (max-height: 450px) {
    .overlay .closebtn {
        font-size: 40px;
        top: -20px;
        right: 5px;
    }
}
