.lmskaran_danesh-next,
.lmskaran_danesh-prev {
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.lmskaran_lay-danesh {
    position: relative;
}

.lmskaran_danesh-next {
    bottom: 0;
    right: -40px;
}

.lmskaran_danesh-prev {
    bottom: 0;
    left: -40px;
}

.lmskaran_danesh-next:after,
.lmskaran_danesh-prev:after {
    font-family: "FontAwesome";
}

.swiper-button-next:after {
    content: "\f105";
}

.swiper-button-prev:after {
    content: '\f104';
}

.swiper-slide {
    height: unset;
}

.lmskaran_danesh_box_img {
    width: 100%;
}


/* image course */

.lmskaran_danesh_box_img img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
    filter: saturate(1.4);
    transition: 1s;
}


/* effect hover image */


/* 
.lmskaran_danesh_box_img img:hover {
    filter: brightness(1);
} */


/* link image course  */

.lmskaran_danesh_img_course {
    width: 100%;
    display: flex;
    align-items: center;
}


/* style to card */

.lmskaran_danesh_card {
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}


/* padding card content */

.lmskaran_danesh-content {
    /* padding: 0 10px 0px 0px; */
}


/* set title height */

.lmskaran_danesh-content h4 {
    height: 65px;
    overflow: hidden;
    line-height: 1.7;
    padding-right: 10px;
    color: #303030;
    font-weight: bold;
    font-size: 16px;
}


/* align cost course */

.lmskaran-danesh-cost p {
    display: flex;
    justify-content: flex-end;
    padding: 6px;
    margin: unset;
    color: #42b51d;
    font-weight: 300;
    font-size: 1rem;
}


/* Teacher package and price full height */

.lmskaran_danehsh_teahcer-cost {
    height: 100%;
    display: grid;
}


/* bordre top to div cost */

.lmskaran-danesh-cost {
    border-top: 2px dashed #dedede;
    padding: 5px 30px 0 10px;
}


/* teacher name */

.lmskaran_danesh-not-teacher,
.lmskaran_danesh_teacher_name {
    padding: 10px 10px 10px 0px;
    color: #5e6469;
    font-size: 14px;
    font-weight: 300;
}

.popup {
    width: 100%;
    height: fit-content;
    background: #ffffff;
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 0 15px #9e9b9b;
    transform: translate(0, 90px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.3s;
}

.lmskaran-danesh:hover .popup {
    transform: translate(0, 0px);
    opacity: 1;
    transition: opacity 0.5s, transform 0.3s;
}

.popup-inner {
    height: 100%;
    padding: 10px;
}

.swiper-container {
    /* padding: 20px 0 20px 30px !important; */
}

.lmskaran-danesh-description {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    color: #303030;
    text-align: justify;
    display: block;
    height: 120px;
    overflow: hidden;
}

.popup-cost-lmskaran-danesh {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.lmskaran_danesh-course-button {
    text-align: center;
    margin-top: 20px;
}

.lmskaran_danesh-course-button a {
    border-radius: 5px;
    padding: 5px;
    display: block;
    background: #40a7ff;
    color: white;
    font-size: 1rem;
    transition: 0.3s;
}


.lmskaran_danesh-course-button a:hover {
    color: white;
    background: #1f84db;
}

.popup-inner h4 {
    /* height: 55px; */
    overflow: hidden;
    margin-bottom: 10px;
}

@media screen and (max-width:600px) and (min-width:450px) {}

@media only screen and (max-width:450px) {}