.search-round{
    border-radius: 220px !important;
    border-color: transparent !important;
    width: 360px !important;
    padding-left: 3.5rem !important;
}
.market-search-btn img{
    position: absolute;
    top: 16px;
    left: 20px;
}
.teacher-card{
    background: #FFFFFF;
    border: 1px solid rgba(209, 209, 209, 0.65);
    box-sizing: border-box;
    box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    /* width: 320px; */
    /* height: 680px; */
    font-family: 'Poppins';
}
.teacher-info{
    text-align: center;
    margin-bottom: 14px;
}
.teacher-info img{
    /* border-radius: 9999px;
    object-fit: cover;
    width: 120px;
    height: 120px; */
    /* margin-top: 25px; */
    /* border: 0.776946px dashed rgba(99, 153, 255, 0.5);
    padding: 6px; */
}
.teacher-info h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 0px;
    position: absolute; top: 9rem; left:18px; font-size: 13px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 215px;
    text-align: left;
}
.teacher-info ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
}
.empty{
    color: #D9D6D6;
}
.filled{
    color: #FBA422;
}
.star-count{
    font-size: 14px;
    color: rgba(151, 151, 151, 0.74);
}
.slots{
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    background: none;
    border: none;
    box-sizing: border-box;
    border-radius: 21.5594px;
    padding: 2px 18px !important;
    display: inline-block;
    color: #FFF;
}

.slots-one{
    
    background: #4287FF;
    position: absolute;
    top: 12px;
    font-size: 10px !important;
    right: 24px;
    color: #FFF;

}
.slots-group{
    background: #9C4EFF !important;
    /* border: 0.945499px solid rgba(66, 135, 255, 0.1) !important; */
    position: absolute;
    top: 12px;
    font-size: 10px !important;
    right: 24px;
    color: #FFF;
}
.enroll-count{
    background: #9C4EFF !important;
    /* border: 0.945499px solid rgba(66, 135, 255, 0.1) !important; */
    position: absolute;
    top: 12px;
    font-size: 10px !important;
    left: 12px;
    color: #FFF;
}
.teacher-schedule{
    padding: 0 12px;
    border-top: .78px solid rgba(191, 191, 191, 0.78);
    margin-top: 1.7rem;
    padding-top: 0.8rem;
}
.teacher-schedule h4{
    font-size: 19px;
    color: #072654;
}
.teacher-schedule p{
    color: #526177;
    font-size: 14px;
}
.booked-days{
    /* line-height: 1.5em;
    height: 3em; */
    color: #526177;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.availability-box{
    border: 0.77013px solid rgba(191, 191, 191, 0.58);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    margin: 4px 0;
}

.availability-box p span{
    font-size: 12px;
    font-weight: 500;
    color: #072654;
}

.availability-box p img{
    width: 14px;
}

.book-now-btn button{
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 6px !important;
}

.doller-price{
    font-size: 22px;
}

.details-btn .btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 12px;
    background: rgba(66, 135, 255, 0.06);
    border: 1px solid rgba(66, 135, 255, 0.33);
    box-sizing: border-box;
    border-radius: 10px;
}

.availability-container{
    height: 140px;
}

.booked{
    background: rgba(66, 135, 255, .05) !important; 
    color: #4287FF !important;
    border: 1px solid #4287FF;
    box-shadow: none !important;
}

.teacher-card-footer{
    margin-top: 16px;
    margin-bottom: 16px;
}


@media only screen and (max-width: 1400px){

    .course-title{
        font-size: 17px !important;
    }
    #seldate{
        font-size: 14px !important;
    }

    .teacher-info h4{
        font-size: 12px !important;
        width: 200px;
    }
    .teacher-schedule{
        padding-top: 10px;
    }
    .teacher-schedule h4{
        font-size: 14px;
    }
    .teacher-schedule p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .book-now-btn button{
        padding: 4px 6px !important;
        font-size: 10px !important;
    }
    .availability-box{
        padding: .4rem !important;
    }
    .availability-box p img{
        width: 12px;
    }
    .details-btn .btn{
        padding: 6px 8px;
        font-size: 10px;
        border-radius: 8px;
    }
    .flip-user-info img,.fa-heart-o{
        margin-top: 10px !important;
    }

    .flip-user-info h6{
        padding-top: 12px !important;
    }

    /* .availability-container{
        height: 152px;
        display: flex;
        flex-direction: column;
    } */

    .teacher-card-footer{
        margin-top: 16px;
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .availability-box p span{
        font-size: 11px;
    }
}

@media only screen and (max-width: 1224px){
    /* .availability-container{
        height: 163px;
    } */
}

@media only screen and (max-width: 1200px){
    /* .availability-container{
        height: 185px;
    } */
}

@media only screen and (max-width: 768px){
    .teacher-schedule p{
        font-size: 11px;
    }
    .h2-heading{
        font-size: 24px;
    }
    .search-round{
        width: 300px !important;
    }
    #btnsearch1{
        margin-top: 0 !important;
    }
    
    .cat-want-container{
        flex-wrap: wrap;
    }
    .cat-want-container h4{
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding-top: 1rem;
    }

    .cat-want-container label{
        font-size: 14px;
    }

    .cat-want-container .form-check{
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }

    /* .searchIptSub{
        border-top-right-radius: 120px !important;
        border-bottom-right-radius: 120px !important;
    } */

    #gradeId, #want-search{
        margin-left: 0 !important;
    }

    .right-search-btn{
        border-left: 0 !important;
    }
    
    .search-co{
        width: 86% !important;
    }
    #want-search{
        width: 100% !important;
        /* margin-left: auto !important; */
    }

    .angle-down-sub{
        right: 2rem !important;
    }

    .angle-down-sub1{
        right: -8rem !important;
    }
    /* .availability-container{
        height: 96px !important;
    } */
    .top-search-co{
        padding-left: 8px !important;
    }
}