

.header .pattern ,
.join_sec2 .inner .vector_tr ,
.footer .img ,
.header  .txt_box  h1 .arrow ,
.join_sec .inner .img_box .secImg ,
.pg_header .bg ,
.contact_pg .form_box::before ,
.pg_header .bread .item::after ,
a i.fa-regular.fa-arrow-left-long {
    transform: rotateY(180deg);
}


.cart_pg .box .table thead tr th:nth-child(1) ,
.profile_pg .tab_wrapper.courses_tab .table thead tr th:nth-child(1) {
    border-radius: 15px 0 0 0 !important;
}

.cart_pg .box .table thead tr th:last-child ,
.profile_pg .tab_wrapper.courses_tab .table thead tr th:last-child {
    border-radius: 0 15px 0 0 !important;
}

.courses_det_pg .card-body .lec_box .card-ribbon {
    left: unset;
    right: -10px;
    transform: rotate(90deg);
}



@media (max-width: 768px) {
    .about_pg .img_box .stud_box {
        inset-inline-end: unset;
        inset-inline-start: 1%;
    }
    
    
    
    
    
}