.homeMain-pt{
    padding-top: 3%;
}
.navbar-expand-lg.homeNavbar{
    background-color: #FFFFFF;
}
.homeScrollTop{
    min-height: 100%;
    overflow-y: scroll;
}
.HomeCardProfile{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
a.nav-link.active {
    color: #FA7B4D !important;
    font-weight: 600;
}
.suggestion_tutoring_main{
    padding-top: 2.5rem !important;
}
.fa-search:before{
    color: #052633;
}
@media(max-width: 767px) {
    .tutuor_title{
        font-size: 30px;
    }
}
@media(max-width: 1024px) {
    .side-card-div h2 {
        font-size: 1rem !important;
    }
}
.orange-div{
    padding: 19px 30px 19px 30px;
    justify-content: space-between;
    align-items: center;
    background-color: #fcd6b3e6;
    border: 0 solid #FF8038;
    border-radius: 15px;
}
.school-left-arrow{
    width: 33px;
    height: 19px;
    padding-right: 10px;
}
.static-div-school{
    position: absolute;
    top: -126px;
    background: white;
    border-radius: 11px;
    width: 100%;
    z-index: 99;
}
.static-div-school .static-inner-div-school{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.static-div-school .img-div{
    width: 94%;
    height: 233px;
    margin-top: 15px;
}
.static-div-school .img-div img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.programsSection{
    padding: 19px 30px 19px 30px;
}
.programsMenus{
    display: flex;
    justify-content: space-between;
}

.programsMenus a{
    color: gray;
}

.programsMenus  a:hover{
      color: #FF8038;
      text-decoration: underline;
}


/* .programsinformation{
    padding: 19px 30px 19px 30px;
} */

.learnSection {
    padding: 19px 30px 19px 30px;
}


.learnSection .learninfo {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}

.learninfo img{
    height: 30px;
    /*width: 100px;*/
    object-fit: contain;
}

.accordingTime{
    display: flex;
    gap: 50px;
    text-align: center;
}

.accordingDate P{
    margin-bottom: 5px;
}
/* .aboutInstructor,
.programsTasks,
.courseContent,
.ProgramRequirement,
.ProgramHomeArtifact,
.ProgramDescription{
    padding: 19px 30px 19px 30px;
} */



.courseContent button{
    color: #000;
    font-weight: 600;
}

.courseContent button:hover{
    color: #000 !important;
}

.requirementSection{
    padding: 19px 30px 19px 30px;
}

.CustomereCards{
    padding: 19px 30px 19px 30px;
    background: #f1f1f1cf;
}


.CustomereCards .card{
    width: unset !important;
    border-radius: 10px;
    border: 4px solid white;
}

.CustomereCards .card img{
    height: auto;
    width: 100%;
    object-fit: contain;
}

/* .explorebtn{
    border-radius: 15px;
    border: 1px solid  #000;
    width: 100%;;
} */
.explorebtn {
    background: white;
    /* font-family: 'Artico Medium'; */
    border-radius: 36px;
    border: 1px solid black;
    width: 100%;
}

.explorebtn:hover {
    background-color: #FF8038;
    border: none;
    color: white !important;
}
.side-card-div .per-session{
    color: gray;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'Artico';
}
.side-card-div{
    margin: 20px;
}
.side-card-div .available-seat{
    color: #06bc06;
    font-size: 17px;
    margin-bottom: 3px;
}
.sub-student-div img{
    width: 23px;
    margin-right: 5px;
}
