* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: 0.4s;
}
@font-face {
    font-family: "light";
    src: url("../fonts/alfont_com_Somar-Light.otf");
}

@font-face {
    font-family: "regular";
    src: url("../fonts/alfont_com_Somar-Regular.otf");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/alfont_com_Somar-Medium.otf");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/alfont_com_Somar-Bold.otf");
}
span {
    font-family: "regular" !important;
}
a {
    text-decoration: none;
}
body {
    direction: rtl;
    background-color: white;
    overflow-x: hidden;
    counter-reset: section;
}
.tab-content > .active {
    display: block;
    padding: 1rem !important;
}
button#languageButton {
    margin-top: 1.2rem;
}
.all-teacher-card h5 {
    font-family: "regular";
}
.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color 0.7s ease; /* Add transition property */
    z-index: 100000;
}
/* top_nav */
.top_nav {
    background-color: #e5890c;
    width: 100%;
    height: 48px;
}
.top_nav_detlies {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
}
.top_nav_detlies span {
    color: #f9e8d9;
}
.phones {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
}
.phones a {
    color: #f9e8d9;
}
.phones h5 {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-family: "regular";
}
/* top_nav */
/* nav */
a.navbar-brand img {
    width: 120px;
    height: 81px;

    border-radius: 10px;
}
nav.navbar.navbar-expand-lg {
    /* position: fixed; */
    height: 88px;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
ul.navbar-nav {
    margin: auto;
}
button.btn.frist-btn {
    background-color: #0a909b;
    border: 1px solid #0a909b;
    color: white;
    transition: 0.7s;
    font-family: "regular";
}
button.btn.frist-btn:hover {
    background-color: rgb(148, 146, 146);
    color: white;
    border: 1px solid white;
}

a.nav-link {
    color: black !important;
    font-family: "regular";
    margin-left: 21px;
}
.nav-link.active {
    font-family: "bold" !important;
    color: black !important;
    border-bottom: 2px solid #000000;
}
ul.dropdown-menu.show {
    background-color: #ffffff;
    transition: 0.7s;
    font-family: "regular";
    box-shadow: 0px 0px 9px #00000054;
}
.nav-link-1 {
    background-color: unset;
    border: unset;
    color: white;
    padding: 0.5rem;
    font-family: "regular";
}
.nav-link-1 img {
    margin-right: 10px;
}
.nav-link-1.active {
    color: rgb(255, 255, 255) !important;
    border-bottom: 2px solid #ffffff;
}
a.dropdown-item {
    color: rgb(0, 0, 0) !important;
}
a.dropdown-item.sin {
    color: rgb(0, 0, 0) !important;
    text-align: start;
    font-size: 1rem;
    padding: 0.8rem 0.2rem;
}
a.dropdown-item.sin img {
    margin-left: 10px;
}
a.dropdown-item:hover {
    background-color: #e5890a;
    color: white !important;
}
h4.logout {
    font-family: "bold";
    margin-top: 12px;
}
p.logouts {
    font-family: "regular";
}
.nownoti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.dropdown-item.notifacation:hover {
    background-color: rgba(255, 255, 255, 0.082);
    color: rgb(0, 0, 0) !important;
}
a.dropdown-item.notifacation {
    border-bottom: 1px solid #0000001f;
    padding: 1rem 0.2rem;
}
h5.all-noti {
    color: #e5890a;
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}
.text-ads h4 {
    font-size: 1.6rem;
}
.text-ads p {
    font-size: 1.3rem;
    width: 50%;
}
li.lang {
    margin-top: 15px;
}
ul.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
}
ul.btn button.btn.btn-warning {
    background-color: #e5890a;
    border: 1px solid #e5890a;
    color: white;
    font-family: "regular";
    padding: 0.7rem 2rem;
    transition: 0.7s;
    margin-top: 20px !important;
}
button.btn.btn-warning.create {
    background-color: white !important;
    border: 1px solid #e5890a;
    color: #e5890a !important;
    font-family: "regular";
    padding: 0.7rem 2rem;
    transition: 0.7s;
    margin-top: 20px;
}

ul.btn button.btn.btn-warning:hover {
    background-color: #532807;
    color: white;
    border: 1px solid #532807;
}
button.btn.btn-warning.signout {
    background-color: white !important;
    border: 1px solid #e5890a;
    color: #e5890a !important;
}
button.btn.btn-warning.signout:hover {
    background-color: #532807 !important;
    color: white !important;
    border: 1px solid #532807;
}
.content {
    background-image: url(../photo/secone.png);
    width: 100%;
    height: 497px;
    background-size: cover;
    background-repeat: no-repeat;
}

.all-frist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.weekup {
    width: 58%;
    font-size: 1.2rem;
    font-family: "regular";
    color: #3c1d05;
}
h4.growup {
    font-size: 2rem;
    width: 100%;
    font-family: "bold";
}
p.welcome {
    font-size: 2rem;
    font-family: "regular";
    color: #3c1d05;
    margin-top: 3rem;
}
button.btn.btn-warning.start-now {
    background-color: #e5890a;
    width: 248px;
    height: 60px;
    color: white;
    font-family: "regular";
    border: 1px solid #e5890a;
    transition: 0.7s;
    margin-top: 2rem;
}
button.btn.btn-warning.start-now:hover {
    background-color: #532807;
    color: white;
    border: 1px solid #532807;
}
.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.header h5 {
    color: #e5890a;
    font-family: "regular";
    font-size: 1.2rem;
}
.header h4 {
    font-family: "bold";
    font-size: 1.2rem;
}
.card_introduction {
    background-color: #fcf3e7;
    padding: 0.5rem;
    border-radius: 5px;
    margin-top: 10px;
    transition: 0.7s;
    width: 100%;
    height: auto;
}
.card_introduction h4 {
    font-family: "regular";
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.card_introduction p {
    font-family: "regular";
    color: black;
    font-size: 0.8rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.card_introduction h6 {
    font-family: "regular";
    color: #3d4c5e;
}
.img-fristsec {
    position: relative;
    margin-top: 3rem;
}
.drow {
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 0 0;
    transition: 0.7s;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drow:hover {
    background-color: #e5890a;
}
.drow svg {
    color: #e5890a;
    transition: 0.7s;
    width: 20px;
    height: 20px;
}

.frist-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.frist-phone img {
    width: 20px;
    height: 20px;
}
.header h4 {
    background-image: linear-gradient(#fcfdff, #e5890a12);
    padding: 0.4rem;
}
.header-go h4 {
    background-image: linear-gradient(#fcfdff, #e5890a12);
    padding: 0.4rem;
    width: fit-content;
}
.header-go h5 {
    color: black;
    font-family: "regular";
    font-size: 1.5rem;
}
.header-go h4 {
    font-family: "bold";
    font-size: 1.5rem;
}
.header-go p {
    width: 90%;
    color: black;
    font-family: "regular";
}
.nav-tabs {
    border-bottom: 1px solid #e58a0a31;
    display: flex;
    justify-content: start;
    align-items: center;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: unset;
}

button.nav-link {
    color: black;
    font-family: "regular";
}
button.nav-link:hover {
    color: #e5890a;
}
.nav-link.active {
    color: #e5890a !important;
    font-family: "regular";
    border-bottom: 3px solid #e5890a !important;
    position: relative;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: unset;
    border-color: transparent;
}

.box_one {
    width: 380px;
    height: 380px;
    background-color: #e58a0a2a;
    border-radius: 60px;
    transform: rotate(80deg);
}
.box_two {
    width: 380px;
    height: 380px;
    background-image: linear-gradient(to right, #e5890a, #2c2b2b);
    position: absolute;
    top: 0;
    border-radius: 60px;
    /* transform: rotate(100deg); */
    overflow: hidden;
}
.box_two img {
    width: 100%;
}
.title-go {
    display: flex;
    align-items: center;
    font-family: "bold";
    margin-bottom: 0.8rem;
}
.title-go img {
    width: 25px;
    height: 25px;
    margin-left: 8px;
}
.title-go h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
}
.prag {
    font-family: "regular";
    color: black;
    font-size: 1.1rem;
}
.all-go {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.photo_leftside {
    width: 463px;
    height: 264px;
    border-radius: 10px;
}
.img-go {
    position: relative;
}
img.dotes {
    position: absolute;
    z-index: -1;
    bottom: -50px;
    left: -30px;
}
.box-img {
    position: absolute;
    width: 262px;
    height: 295px;
    background-color: #e58a0a2a;
    border: 1px solid #e5890a;
    border-radius: 15px;
    z-index: -1;
    top: -8px;
    right: -18px;
}
section.five_sec {
    padding: 4rem 0;
}
button.btn.btn-light:hover {
    background-color: #e5890a;
    color: white;
    border: 1px solid #e5890a;
}
/* blogs */
.card-blog {
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0.4rem;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    position: relative;
}
.card-blog:hover img {
    transform: scale(1.1);
}
.our-blog-page .card-plog:hover img {
    transform: scale(1.1);
}
.card-blog img {
    width: 100%;
    margin-bottom: 1rem;
    height: 200px;
    display: block;
    transition: 0.7s;
}
.card-blog h4 {
    font-family: "bold";
    font-size: 1.2rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-blog a {
    color: #3d4c5e;
    font-family: "regular";
}
.header p {
    font-family: "regular";
}
.more_than {
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.more_than h5 {
    margin-bottom: 0;
}
.more_than:hover {
    color: #e5890a;
}
button.btn.btn-warning.more {
    background-color: #e5890a;
    color: white;
    font-family: "regular";
    padding: 1rem 3rem;
    border-radius: 36px;
    margin-bottom: 3rem;
    margin-top: 2rem;
    transition: 0.7s;
}
button.btn.btn-warning.more:hover {
    background-color: #532807;
    border: 1px solid #532807;
}
/* blogs */

/* footer */
.footer-main {
    height: auto;
    width: 100%;
    padding: 2rem;
    background-color: #06042e;
    color: white;
    font-family: "regular";
}
.card-subject:hover {
    border: 1px solid #e5890a;
}
.text-footer h4 {
    font-size: 0.9rem;
    font-family: "bold";
}
.text-footer p {
    font-family: "regular";
    font-size: 0.7rem;
}
.icon-footer {
    /* animation: tot 2s linear infinite; */
}
@keyframes tot {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        transform: rotateZ(0);
    }
}
.end-page {
    display: flex;
    justify-content: space-between;
    background-color: #090736;
    align-items: center;
    padding: 1rem;
}
.mida-icons svg {
    color: white;
    font-size: 1rem;
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1rem;
    transition: 0.7s;
    margin-right: 2px;
}
.input {
    display: flex;
    justify-content: space-around;
    color: white;
    width: 100%;
    background-color: #d9d9d933;
    padding: 2rem 1rem;
    border-radius: 18px;
}
.mida-icons svg:hover {
    background-color: white;
    color: #e5890a;
    /* animation: spin 3s linear backwards; */
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(360deg);
    }
}
.company h5:hover {
    color: #e5890a;
    /* animation: text 5s linear forwards; */
}
@keyframes text {
    0% {
        transform: translate(0px);
    }

    0% {
        transform: translate(-10px);
    }
}
.company-link a {
    color: white;
}
.company-link a h5 {
    font-family: "regular";
    font-size: 1.1rem;
    padding: 0.7rem;
}
.header-company {
    font-family: "bold";
    border-bottom: 4px solid #5751e1;
    margin-bottom: 2rem;
    width: fit-content;
}
.last-link {
    display: flex;
    justify-content: start;
    align-items: center;
}
.last-link h5 {
    margin-bottom: 0;
}
.profile {
    position: relative;
}

#hid,
#hid1,
#hid2 {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    width: 20rem;
    z-index: 100;
}

.one:hover + #hid,
.two:hover + #hid1,
.three:hover + #hid2 {
    display: block;
}
#hid3,
#hid4,
#hid5 {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    width: 20rem;
    z-index: 100;
}

.one1:hover + #hid3,
.two2:hover + #hid4,
.three3:hover + #hid5 {
    display: block;
}
#hid6,
#hid7,
#hid8 {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    width: 20rem;
    z-index: 100;
}

.one5:hover:hover + #hid6,
.two6:hover + #hid7,
.three7:hover + #hid8 {
    display: block;
}
#hid9,
#hid10,
#hid11 {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    width: 20rem;
    z-index: 100;
}

.one5:hover:hover + #hid9,
.two6:hover + #hid10,
.three7:hover + #hid10 {
    display: block;
}
button#dropdownMenuButton1 {
    border-radius: 50%;
    margin-top: 20px;
    font-family: "regular";
    letter-spacing: 1.8px;
    background-color: #eff0f1;
    color: #000000;
    border: 0;
}
.dropdown-toggle::after {
    display: unset !important;
    margin-left: unset !important;
    vertical-align: unset !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0 !important;
}
.end-page a {
    color: white;
    font-family: "regular";
}
.end-page span {
    color: #e5890a;
}
.end-page h4 {
    font-size: 0.9rem;
}
/* footer */
.card-subject {
    display: flex;
    border: 1px solid #00000031;
    padding: 0.5rem;
    margin-top: 2rem !important;
    border-radius: 10px;

    margin: auto;
    gap: 10px;
    transition: 0.7s;
}

.teacher-image h4 {
    color: #532807;
    font-family: "bold" !important;
    font-size: 0.9rem !important;
}
h6.gender {
    margin-top: 1rem;
    background-color: #e58a0a23;
    color: #e5890a;
    padding: 0.5rem;
    text-align: center;
    font-family: "bold";
    border-radius: 15px;
}
.all_lang img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

h4.ops {
    width: auto !important;
}
.bace-bags .img-sub img {
    width: 100%;
    display: block;

    border-radius: 10px;
}
/* .listmode .img-sub img {
    width: 500px;
    height: 282px;
} */
.adress {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 1rem;
}
.star {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.star-rat {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.star-rat span {
    color: white;
    font-family: "regular";
}
.small-box {
    font-family: "bold";
}
a.go-now {
    width: 100%;
}

.small-box {
    background-color: #e5890a;
    padding: 0.2rem 0.8rem;
    border-radius: 32% 0 22% 0;
    color: white;
    width: 42px;
    height: 22px;
    font-size: 0.7rem;
}

.star span {
    color: black;
    font-family: "regular";
}
.adress h4 {
    font-family: "bold";
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(var(--line-height) * 1em);
    line-height: var(--line-height);
    --line-height: 1.5;
}
.adress a h5 {
    background-color: #e58a0a23;
    color: #e5890a;
    padding: 0.5rem 0.5rem;
    border-radius: 30px;
    font-family: "regular";
}
.adress a h5 {
    margin-bottom: 0;
    font-size: 0.7rem;
}
.adress a h5:hover {
    background-color: #532807;
    color: white;
}
.text-true {
    display: flex;
    align-items: baseline;
    font-family: "regular";
    font-size: 0.9rem;
    margin-top: 10px;
    gap: 5px;
}
.text-truebag {
    display: flex;
    align-items: baseline;
    font-family: "regular";
    font-size: 0.9rem;
    margin-top: 10px;
    gap: 5px;
}
.text-true-1 {
    display: flex;
    align-items: baseline;
    font-family: "regular";
    font-size: 0.9rem;
    margin-top: 10px;
    gap: 5px;
}
.text-true p {
    margin-bottom: 0;
    color: black;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(var(--line-height) * 1em);
    line-height: var(--line-height);
    --line-height: 1.5;
    width: 968px;
}

.text-truebag p {
    margin-bottom: 0;
    color: white;
    /* white-space: nowrap; */
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-true-1 p {
    margin-bottom: 0;
    color: black71;
}
.Category-used {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "regular";
    margin-top: 12px;
}
.Category-usedbag {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-family: "regular";
    margin-top: 12px;
}
.Category-used h5 {
    font-size: 0.9rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(var(--line-height) * 1em);
    line-height: var(--line-height);
    --line-height: 1.5;
}
.Category-usedbag h5 {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: white;
    width: 30%;
    line-height: 1.5rem;
    font-family: "regular";
    font-size: 1rem;
}
.Category-used span {
    color: #e5890a;
}
.Category-usedbag span {
    color: #e5890a;
    font-size: 1.2rem;
}
.lastcard-sup {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.lastcard-sup img {
    /* animation: koko 2s ease infinite; */
    width: 30px;
    height: 30px;
}
.lastcard-sup p {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "regular";
}
span.arrwo {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0.5rem;
    font-size: 0.7rem;
}
.all-lastsub {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0.5rem 0;
    width: 60%;
}
.deta-pro {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}
.deta-pro img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.deta-pro h4 {
    margin-bottom: 0;
    font-family: "bold";
    font-size: 0.7rem;
}
.profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #00000030;
    min-height: 80px;
    width: 100%;
}
.le {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.le h4 {
    font-size: 0.9rem;
    font-family: "bold";
    margin-bottom: 0;
}
.le span {
    color: black;
}

.img-sub {
    position: relative;
    flex-grow: 1;
}

.img-sub a {
    display: block !important;
    height: 100% !important;
}
.bace-bags .img-sub a {
    height: unset !important;
}
.bace-bags .img-sub img {
    /* height: unset !important; */
}
.img-sub img {
    width: 100% !important;
    height: 426px !important;
    display: block !important;
    border-radius: 10px;
}
.intro {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: relative;
}
.whatsapp_float {
    position: relative;
    z-index: 1111111111111;
}
.twitterx {
    font-size: 1rem;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1rem;
    transition: 0.7s;
    margin-right: 2px;
    width: 52px !important;
    height: 52px !important;
    margin-top: -2.3rem;
}
.mida-icons .twitterx:hover {
    background-color: white;
    color: #e5890a;
    /* animation: spin 3s linear backwards; */
}

.img-sub h4 {
    position: absolute;
    top: 7px;
    color: #e5890a;
    font-size: 0.8rem;
    background-color: white;
    padding: 0.5rem;
    right: 12px;
    border-radius: 15px;
    font-family: "regular";
    width: 120px;
    height: 32px;
}
.img-ads img {
    width: 277px;
    height: 201px;
}
.presonal-account .img-sub img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.all-teacher-card a {
    color: #000000;
    text-decoration: none;
}
svg.svg-inline--fa.fa-heart {
    width: 25px;
    color: red;
}
.nav-tabs .nav-link {
    width: 14%;
}
.love {
    position: absolute;
    top: 3px;
    left: 10px;
    background-color: white;
    padding: 0.4rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lastcard-sup {
    position: relative;
}
#go-hid {
    position: absolute;
    top: 37px;
    background-color: white;
    z-index: 100000;
    right: 4px;
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 0.8rem;
    border-radius: 15px;
}
.scools {
    display: flex;
    align-items: center;
    font-family: "regular";
    gap: 10px;
}
.text-scoo h4 {
    font-size: 1rem;
}
.scools p {
    color: black;
}

.pro-hid {
    text-align: center;
    font-family: "regular";
}
.text-deta-pro {
    position: relative;
}
.text-ico {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.2rem 0;
    gap: 4px;
}

.text-ico p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-family: "regular";
}
.text-ico img {
    width: 7%;
}
.pro-hid img {
    width: 40px;
    height: 40px;
}
section.fourd_sec.aos-init.aos-animate {
    position: relative;
    z-index: 100;
}
.pro-hid h4 {
    color: #9d5c0d;
    font-size: 1.2rem;
    font-family: "bold";
}
.pro-hid h5 {
    color: black;
    font-size: 1rem;
    line-height: 1.4rem;
}
.text-ico p {
    font-size: 1rem;
}
.ads {
    background-image: url(../photo/bg.png);
    width: 100%;
    height: 258px;
    padding: 0 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.all-ads {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-family: "regular";
    gap: 20px;
}

.all-ads p {
    width: 100%;
}
a.btn.btn-light.joinus {
    margin-bottom: 1rem;
}

svg.svg-inline--fa.fa-angles-left.arrow {
    margin-right: 19px;
}
button.btn.btn-light {
    padding: 0.5rem 2rem;
    border-radius: 11px;
    transition: 0.7s;
}
section.second_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}
section.ads {
    /*margin-top: 0px;*/
    margin-bottom: 60px;
}
section.five_sec.aos-init.aos-animate {
    margin-top: 60px;
    margin-bottom: 60px;
}
h4.week {
    font-size: 1.1rem;
    margin-right: 11px;
    color: #bfbfbf;
}
.card-go {
    padding: 0.5rem;
    background-color: #fcf3e7;
    margin-top: 10px;
    transition: 0.7s !important;
    border-radius: 10px;
    width: 100%;
}
.card-go:hover {
    background-image: url(../photo/backgo.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.cle {
    background-color: #e5890a !important;
    color: white;
    font-family: "regular";
    width: fit-content;
    border-radius: 15px;
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 0.5rem 1.5rem;
    text-align: center;
    width: 65px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cle h4 {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}
.cle h3 {
    display: flex;

    align-items: center;
    font-size: 0.8rem;
}

/* bags */
.bags {
    background-image: url(../photo/bags.png);
    width: 100%;
    height: 413px;
    padding: 3rem;
}
.linked {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    color: white;
    font-family: "semibold";
}
.linked h6 {
    color: #c0c4ce;
    font-family: "regular";
}
.text-bags {
    color: white;
    font-family: "bold";
}

.text-bags h4 {
    width: 40%;
    line-height: 3rem;
    margin-top: 3rem;
}
.last-global {
    display: flex;
    align-items: center;
    color: white;
    font-family: "regular";
    gap: 20px;
    margin-top: 1.5rem;
}
.last-global h4 {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.infor {
    display: flex;
    align-items: center;
    gap: 4px;
}
.imd-bag {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    margin-top: 1.5rem;
}
.imd-bag img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pro-bag {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.pro-bag h4 {
    font-size: 0.9rem;
    color: #000000;
    font-family: "regular";
}
.head-bags h4 {
    font-family: "regular";
}
.head-bags p {
    font-family: "regular";
    color: black;
}
#more {
    font-family: "regular";
    color: #e5890a;
    cursor: pointer;
}
#more h5 {
    font-size: 1rem;
}
hr:not([size]) {
    height: 4px;
    color: #e9e4e4;
}
.open {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.open h5 {
    margin-bottom: 0;
    font-family: "regular";
    color: #e5890a;
    cursor: pointer;
    border-bottom: 1px solid #e5890a;
}
.open h6 {
    margin-bottom: 0;
    font-family: "regular";
    color: black;
}
.acco {
    margin-top: 17px;
}
.Educational_bags .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset;
}
.text-acco {
    display: flex;
    flex-direction: column;
    text-align: start;
}
.text-acco h4 {
    color: #1b312e;
    font-family: "regular";
    font-size: 1.2rem;
}
.text-acco p {
    color: black;
    font-family: "regular";
}
.im-acco {
    display: flex;
    align-items: center;
    gap: 10px;
}
.im-acco h4 {
    font-family: "regular";
    margin-bottom: 0;
    font-size: 1.2rem;
}
.text-bodyacco {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.text-bodyacco h4 {
    font-family: "regular";
    font-size: 1rem;
    color: black;
    margin-bottom: 0;
}
.Educational_bags .accordion-button:not(.collapsed) {
    background-color: #e9ebf8;
    box-shadow: unset !important;
}
.Educational_bags .accordion-button:focus {
    box-shadow: unset !important;
}
.Educational_bags .accordion-button {
    background-color: #e9ebf8;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 10px;
}
.Educational_bags .accordion-item {
    border: unset !important;
    border-radius: 15px;
}
.Educational_bags .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #00000029;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.rate-rols {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}
.rate-bags {
    text-align: center;
    width: fit-content;
    background-color: #e58a0a13;
    background-image: linear-gradient(white, #e58a0a4d);
    padding: 1rem;
    border-radius: 15px;
    width: 16%;
    /* animation: koko 2s ease infinite; */
}
@keyframes koko {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        transform: rotateZ(0);
    }
}
.rate-bags h4 {
    font-size: 0.9rem;
    font-family: "regular";
    color: black;
    margin-top: 0.5rem;
}
.rate-rols h4 {
    color: #000000;
    font-family: "bold";
    font-size: 1.5rem;
}
.allrate {
    display: flex;
    justify-content: start;
    gap: 19px;
    align-items: center;
}
.input-bags {
    width: 90%;
}
.input-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.137);
    height: 58px;
    padding: 0.5rem;
    border-radius: 10px;
}
input.form-control {
    border: unset;
    outline: unset;
    padding: 0;
    box-shadow: unset;
    width: 90%;
}
button.btn.btn-warning.rate-now {
    width: 20%;
    padding: 0.7rem;
    font-family: "regular";
    color: white;
    background-color: #e5890a;
    transition: 0.7s;
}
button.btn.btn-warning.rate-now:hover {
    background-color: #532807;
    border: 1px solid #532807;
}
.form-control:focus {
    box-shadow: unset;
}
.input-bags h4 {
    font-family: "bold";
}
.input-bags p {
    font-family: "regular";
}
::placeholder {
    font-family: "regular";
    color: black60;
}
.img-ratedes {
    display: flex;
    align-items: start;
    margin-top: 20px;
    gap: 10px;
}
.text-ratedes h4 {
    margin-bottom: 0;
    font-family: "bold";
}
.text-ratedes p {
    margin-bottom: 0;
    font-family: "regular";
}
p.text-under {
    width: 69%;
    font-family: "regular";
    color: blackab;
}
.svg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.svg p {
    color: black;
}
img.pro-reta {
    border: 1px double #e5890a;
    border-radius: 50%;
    padding: 0.1rem;
    width: 42px;
    height: 42px;
}
.Educational_bags .card-subject {
    display: block;
    width: 100%;
}
.bace-bags .test {
    display: block;
}
.bace-bags .card-subject {
    display: block;
}
.grid {
    display: flex;
    align-items: center;
    /* background-color: #06797e; */
}
.gridlip {
    display: flex;
    align-items: center;
    /* background-color: #06797e; */
}
.linked h5 {
    font-family: "bold";
}

.grid .hamadas {
    width: 50%;
}
.gridlip .hamadas {
    width: 50%;
}

.listmode {
    width: 100% !important;
    display: block !important;
    /* background-color: aqua !important; */
}
.listmodelip {
    width: 100% !important;
    display: block !important;
    /* background-color: aqua !important; */
}
.listmode div#core {
    display: flex !important;
}
.listmodelip div#cor {
    display: flex !important;
}
.listmode .hamadas {
    width: 100% !important;
}
.listmodelip .hamadas {
    width: 100% !important;
}

.row.hamada {
    display: flex;
}

.hamadas {
    width: 50%;
}
.Educational_bags .img-sub img {
    width: 100%;
    height: 307px;
    display: block;
}
.detalis .img-sub img {
    width: 490px;
    height: 287px;
}

.Educational_bags .adress {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}
.Educational_bags .all-lastsub {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    padding: 0.5rem 0;
    width: 80%;
}
.Buy-the-course {
    border: 1px solid rgba(0, 0, 0, 0.192);
    border-radius: 5px;
    margin-top: -399px;
    background-color: white;
}

.price {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 1rem;

    margin-top: 10px;
}
.price h4 {
    font-family: "bold";
    font-size: 1.2rem;
    margin-bottom: 0;
}
.price del {
    color: #909dad;
    font-family: "regular";
    font-size: 1.1rem;
    margin-bottom: 0;
}
.price img {
    width: 20%;
}
.price p {
    margin-bottom: 0;
    width: 100%;
    font-family: "regular";
    color: #15b386;
    font-size: 0.8rem;
}
.discount {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #15b38631;
    padding: 0.4rem;
    border-radius: 20px;
}
.allarm {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 1rem;
    font-size: 0.9rem;
}
.allarm img {
    width: 5%;
}
.allarm p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: red;
    font-family: "regular";
}
.lang-arab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 1rem;
    margin-top: 11px;
}
.lang-arab h4 {
    font-size: 0.8rem;
    font-family: "regular";
    color: #e5890a;
    background-color: #e58a0a1f;
    padding: 0.8rem;
    border-radius: 10px;
    transition: 0.7s;
}
.lang-arab .lang-arabhov:hover {
    background-color: #532807;
    color: white;
}

.Buy-the-course .all-lastsub {
    display: block;
    width: 100%;
    padding: 0 1rem;
}
.Buy-the-course .lastcard-sup {
    margin-bottom: 20px;
}

.lastcard-sup1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.lastcard-sup1 img {
    /* animation: tot 2s linear infinite; */
}
.lastcard-sup1 h4 {
    margin-bottom: 0;
    font-family: "regular";
    font-size: 1rem;
}
.lastcard-sup1 p {
    margin-bottom: 0;
    font-family: "regular";
    color: blackad;
    font-size: 0.8rem;
}

/* .lastcard-sup1 img {
    width: 25% !important;
  } */
.lastcard-sup-2 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-top: 13px;
}
.lastcard-sup-2 a img {
    width: 17% !important;
}
.lastcard-sup-2 h4 {
    font-family: "regular";
    font-size: 1rem;
}
.lasup {
    width: 100%;
}
.btn-buy button {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #e5890a;
    color: white;
    font-family: "regular";
    padding: 1rem;
    transition: 0.7s;
    border: 1px solid #e5890a;
}
.btn-buy button:hover {
    background-color: #532807;
    color: white;
    border: 1px solid #532807;
}
.help-card {
    border: 1px solid rgba(0, 0, 0, 0.192);
    border-radius: 5px;
    margin-top: 10px;
    background-color: white;
    padding: 0.5rem 1rem;
}
.help-card p {
    font-family: "regular";
    color: black;
    font-size: 0.9rem;
}
.help-card h4 {
    font-family: "regular";
    font-size: 1.1rem;
}

.call-help {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.call-help p {
    margin-bottom: 0;
}
.call-help img {
    /* animation: tot 2s linear infinite; */
}
/* bags */
/* our-blog-page */
.our-blog-page .head-blog {
    /* background-image: url(../photo/black.png); */
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 0; */
}
/* .our-blog-page .head {
    margin-top: 2rem;
  } */
.our-blog-page .asi p {
    font-size: 16px;
    font-family: "light";
}
.our-blog-page .asi p span {
    font-size: 16px;
    font-family: "light";
    color: #3c1d05;
}
.our-blog-page .head-blog p {
    color: black;
    font-size: 1rem;
    font-family: "bold";
}
.our-blog-page .head-blog p span {
    color: #cecece;
    font-family: "regular";
}
.our-blog-page .head-blog h4 {
    font-size: 34px;
    font-family: "bold";
    color: white;
}
.our-blog-page .card-plog {
    padding: 0.6rem;
    border: 0.5px solid rgb(24 25 69 / 25%);
    border-radius: 10px;
    margin: 2rem 0;
    overflow: hidden;
    height: auto;
}
.our-blog-page .card-plog a {
    text-decoration: none;
}
.our-blog-page .card-plog .img {
    position: relative;
}
.our-blog-page .card-plog .img img {
    width: 100%;
    display: block;
}
.our-blog-page .card-plog .img .date {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.our-blog-page .card-plog .img h5 {
    font-size: 1rem;
    font-family: "bold";
    margin: 0;
    color: black;
}
.our-blog-page .card-plog .img p {
    color: rgb(24 25 69 / 60%);
    font-size: 1rem;
    font-family: "bold";
    margin: 0;
    text-align: center;
}
.our-blog-page .card-plog h4 {
    color: black;
    font-size: 1rem;
    font-family: "Medium";
    margin: 2rem 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.our-blog-page .card-plog p {
    color: black;
    font-size: 1rem;
    font-family: "regular";
    margin-bottom: 1rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-blog-page .card-plog h6 {
    color: #56a0dd;
    font-size: 1rem;
    font-family: "light";
}
.our-blog-page .card-plog h6 {
    color: #c57016;
    font-size: 1rem;
    font-family: "light";
    text-align: end;
}
.our-blog-page .sections {
    margin: 2rem 0;
}
.our-blog-page .sections h4 {
    font-size: 1.1rem;
    font-family: "Medium";
}
.our-blog-page .sections h6 {
    font-size: 1.1rem;
    font-family: "Medium";
}
.our-blog-page .sections ul ::marker {
    color: #e5890a;
    font-size: 1.2rem;
}

.our-blog-page .sections ul li {
    font-size: 1rem;
    font-family: "regular";
    margin: 0.7rem 0;
    color: #000000;
}
.our-blog-page .Related-posts h4 {
    font-size: 1.1rem;
    font-family: "Medium";
}
.our-blog-page .Related-posts h6 {
    font-size: 1rem;
    font-family: "regular";
}
.our-blog-page .Related-posts p {
    font-size: 0.9rem;
    font-family: "regular";
    color: black;
}
.our-blog-page .Related-posts .section {
    margin: 1rem 0;
    display: flex;
    gap: 12px;
}
.our-blog-page .Related-posts .section .img {
    margin-left: 1rem;
}
.our-blog-page .Related-posts .section .img img {
    width: 140px;
    display: block;
}
.our-blog-page .Tags .head {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.our-blog-page .Tags h4 {
    font-size: 1.1rem;
    font-family: "Medium";
}
.our-blog-page .Tags .head .one-tag {
    background-color: #d9d9d961;
    border-radius: 66px;
    margin: 1rem 1rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "regular";
    padding: 1rem;
}
.our-blog-page .pagination .page-contant {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e5890a;
    border: 1px solid #e5890a;
    padding: 1.5rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-blog-page .pagination .page-contant:hover {
    background-color: black;
}
.our-blog-page .pagination .page-contant a {
    color: white;
}
.our-blog-page .pagination a {
    border: none;
    background-color: transparent;
    color: black;
    box-shadow: none;
}
/*  */
.our-blog-page .contant-page {
    margin-top: 2rem;
}
.our-blog-page .contant-page .img img {
    width: 100%;
}
.our-blog-page .contant-page .contantt h6 {
    color: #e5890a;
    font-size: 1rem;
    font-family: "Medium";
    margin: 1rem 0;
}
.our-blog-page .contant-page .contantt .head h4 {
    color: black;
    font-size: 1.2rem;
    font-family: "Medium";
}
.our-blog-page .contant-page .contantt .head p {
    color: black;
    font-size: 18px;
    font-family: "regular";
    line-height: 2rem;
}
/* .our-blog-page .contant-page .contantt .head {
    margin: 2rem 0;
  } */
.our-blog-page .contant-page .contantt .Number-Visitors h4 {
    color: black;
    font-size: 1.1rem;
    font-family: "regular";
    margin-bottom: 1rem;
}
.our-blog-page .contant-page .contantt .Number-Visitors .btn-warning {
    background-color: #e5890a;
    color: white;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-family: "Medium";
}
.our-blog-page .contant-page .contantt .Tags h6 {
    font-size: 1.1rem;
    font-family: "Medium";
    color: black;
}
.our-blog-page .contant-page .contantt .Tags .head {
    display: flex;
    align-items: center;
}
.our-blog-page .contant-page .contantt .Tags .head .one-tag {
    width: 93px;
    height: 40px;
    background-color: #d9d9d961;
    border-radius: 66px;
    margin: 1rem 0.5rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-blog-page .contant-page .contantt .share {
    display: flex;
    flex-direction: column;
}
.our-blog-page .contant-page .contantt .share .head h4 {
    font-size: 1.1rem;
    font-family: "Medium";
    color: #e5890a;
}
.our-blog-page .contant-page .contantt .share .logo {
    display: flex;
}
.our-blog-page .contant-page .contantt .share .logo .icon-one {
    color: black;
}
.our-blog-page .contant-page .contantt .share .logo .icon a {
    color: #06042e;

    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 50%;
    transition: 0.7s;
    text-decoration: none;
}
.our-blog-page .contant-page .contantt .share .logo .icon a:hover {
    background-color: #06042e;
    color: white;
}
.our-blog-page .contant-page .contantt .share {
    margin: 1rem 0;
}

.home .privacy-polisty .head {
    margin: 1rem;
}
.home .privacy-polisty .head h4 {
    font-size: 1rem;
    font-family: "regular";
}
.home .privacy-polisty .head span {
    color: #cecece;
}
.home .privacy-polisty h3 {
    font-size: 1.2rem;
    font-family: "bold";
}
.home .privacy-polisty p {
    /* color: #66686d; */
    margin: 1rem;
    font-size: 1rem;
    font-family: "light";
    line-height: 1.8rem;
}
.home .privacy-polisty {
    margin-bottom: 3rem;
}

.explain-company .contant h4 {
    font-size: 1.2rem;
    font-family: "bold";
    margin: 1rem 0;
}
.explain-company .contant p {
    font-size: 1rem;
    font-family: "regular";
    color: #5f626b;
    line-height: 1.8rem;
}
/*  */

/* explain-company */
.explain-company .accordion .accordion-button {
    background-color: white;
    box-shadow: none;
    color: black;
    font-size: 1.1rem;
    font-family: "bold";
    justify-content: space-between;
    border-radius: 10px;
}
.explain-company .accordion .accordion-item {
    border: 1px solid #a8a8a8;
    border-radius: 6px;
    margin: 1.5rem 0;
}
.explain-company .accordion .accordion-body {
    padding: 0 1rem;
}
.explain-company .accordion .accordion-body p {
    font-size: 1rem;
    font-family: "light";
    color: #66686d;
    line-height: 1.8rem;
}
.explain-company .accordion-button::after {
    background-color: #d0d2d7;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin: 0;
    background-size: 1.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}
.explain-company .accordion-button:not(.collapsed)::after {
    background-color: #e5890a;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin: 0;
    background-size: 1.1rem;
    background-image: url(../photo/min.svg);
}
.detalis .cover {
    background-image: url(../photo/cover.png);
    width: 100%;
    height: 250px;
}
.detalis .main-hero {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
}

.detalis .text {
    width: 100%;
}
.detalis .ara {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.text-ads p {
    font-family: "regular";
}
.detalis .icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 18px;
}
.detalis .ara a h5 {
    background-color: #9d5c0d1a;
    color: #e5890a;
    font-family: "regular";
    padding: 0.7rem;
    border-radius: 15px;
    transition: 0.7s;
    margin-top: 1rem;
}
.detalis .ara a h5:hover {
    background-color: #3c1d05;
    color: white;
}
.detalis .ara h4 {
    font-family: "bold";
    margin-bottom: 0;
    font-size: 1.1rem;
}
.detalis .icon h6 {
    font-family: "regular";
    font-size: 1rem;
    margin-bottom: 0;
}
.detalis .text p {
    margin-top: 1rem;
    font-family: "regular";
    font-size: 0.9rem;
    color: black;
    width: 70%;
}

.detalis .main-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.detalis .main-img img {
    width: 15%;
}
.detalis .all-img {
    border: 1px solid #00000017;
    padding: 0.5rem;
    border-radius: 11px;
    transition: 0.7s;
    margin-top: 0.9rem;
}
.detalis .all-img:hover {
    border: 1px solid #e5890a;
}

.detalis .card-subject {
    margin-top: 1rem !important;
    width: 100%;
}
.detalis .card-subject .text-sub {
    width: 100%;
}
.detalis .heder {
    font-family: "regular";
    margin-top: 16px;
    font-size: 0.9rem;
}
.bace-bags .fliter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.list-bags .fliter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.bace-bags select.form-select {
    font-size: 0.8rem;
    font-family: "regular";
}
.list-bags select.form-select {
    font-size: 0.8rem;
    font-family: "regular";
}

.bace-bags .form-select {
    width: 38%;
}
.list-bags .form-select {
    width: 38%;
}
.bace-bags .seclect {
    display: flex;
    justify-content: end;
    gap: 4px;
}
.list-bags .seclect {
    display: flex;
    justify-content: end;
    gap: 8px;
}
.bace-bags .seclect h4 {
    font-family: "regular";
    font-size: 0.8rem;
    color: black;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    width: 25%;
}
.list-bags .seclect h4 {
    font-family: "regular";
    font-size: 0.8rem;
    color: black;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    width: 25%;
}
.bace-bags .seclect img {
    cursor: pointer;
}
svg.svg-inline--fa.fa-border-all {
    color: #e5890a;
    font-size: 1.8rem;
}

svg.svg-inline--fa.fa-list-check {
    color: #e5890a;
    font-size: 1.8rem;
}

.bace-bags .fliter h4 {
    font-family: "regular";
    width: 33%;
}
.list-bags .fliter h4 {
    font-family: "regular";
}
.bace-bags {
    margin-top: 15px;
}
.list-bags {
    margin-top: 15px;
}

.not {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "'regular'";
}
.not h4 {
    font-family: "bold";
}
.not p {
    font-family: "regular";
    color: black5b;
}
.deta-pro {
    position: relative;
}
.card-subject {
    margin-bottom: 0.8rem;
    transition: 0.7s;
}

.all-lastsub {
    position: relative;
}
.btnContainer {
    display: flex;
    align-items: center;
}

/* connect */
.connect-page .head-connect {
    background-image: url(../photo/black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 0;
}
.connect-page .head-connect p {
    color: white;
    font-size: 12px;
    font-family: "regular";
}
.connect-page .head-connect p span {
    color: #cecece;
}
.connect-page .Means-communication {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.connect-page .Means-communication .phone {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin: 2rem 0;
    padding: 2rem 0;
    background-color: #f5f7f9;
    transition: 0.5s all;
    width: 24%;
}
.connect-page .Means-communication .phone:hover {
    background-color: #e5890a;
    color: white;
    transition: 0.5s all;
}
.connect-page .Means-communication .phone:hover .icon {
    background-color: #fff;
}
.connect-page .Means-communication .phone:hover .icon img {
    filter: invert(71%) sepia(50%) saturate(5727%) hue-rotate(4deg)
        brightness(98%) contrast(92%);
}
.connect-page .Means-communication .phone:hover svg {
    color: red;
}
.connect-page .Means-communication .phone:hover p {
    color: #fff;
}
.connect-page .Means-communication .phone:hover h5 {
    color: #fff;
}
.connect-page .Means-communication a {
    width: 30%;
}
.connect-page .Means-communication .phone .icon {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5890a;
}
.connect-page .Means-communication .phone p {
    color: #3c1d05;
    font-size: 15px;
    font-family: "light";
    margin: 1rem;
}
.connect-page .Means-communication .phone h5 {
    color: #3c1d05;
    font-size: 1rem;
    font-family: "regular";
}
.connect-page form h4 {
    font-size: 1.1rem;
    font-family: "bold";
}
.connect-page form p {
    font-size: 1rem;
    font-family: "regular";
    color: black;
}
.connect-page form .form-group label {
    font-size: 1rem;
    font-family: "regular";
    color: #66686d;
}
.connect-page form .form-group input {
    font-size: 1rem;
    font-family: "regular";
    background-color: #f5f7f9;
    height: 2.5rem;
    width: 100%;
    margin: 1rem 0;
    box-shadow: none;
    border: none;
}
.connect-page form .form-group textarea {
    font-size: 1rem;
    font-family: "regular";
    background-color: #f5f7f9;
    margin: 1rem 0;
    border: none;
}
.connect-page form .btn-primary {
    width: 100%;
    background-color: #e5890a;
    border: none;
    box-shadow: none;
    padding: 0.7rem;
    font-size: 1rem;
    font-family: "regular";
}
.connect-page form {
    margin-bottom: 2rem;
}
.connect-page .img-phone img {
    width: 100%;
    display: block;
}
.connect-page .map {
    margin: 2rem 0;
}
.connect-page .map img {
    width: 100%;
}
/* connect */
/* page error */
.page-notfound {
    margin: 5rem 0;
}
.page-notfound .page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-notfound .page h5 {
    font-size: 28px;
    font-family: "bold";
}
.page-notfound .page .img {
    margin-bottom: 2rem;
}
.page-notfound .page .img img {
    width: 100%;
}
.page-notfound .page p {
    color: black;
    font-size: 17px;
    font-family: "light";
    width: 50%;
    text-align: center;
}
.page-notfound .page .btn-warning {
    background-color: #e5890a;
    border: 1px solid #e5890a;
    color: white;
    font-family: "bold";
    font-size: 1rem;
    padding: 0.7rem 2rem;
    transition: 0.7s;
    margin-top: 20px;
}
.video-buy {
    position: relative;
}
.video-buy img {
    width: 100%;
    height: 220px;
    display: block;
}
.video-buy svg {
    font-size: 4rem;
    position: absolute;
    right: 0;
    top: 44%;
    right: 41%;
    cursor: pointer;
    color: #00000099;
}
video {
    width: 100%;
}
.genral {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.radio-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    font-family: "regular";
    gap: 12px;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    border: 3px solid #c57016;
    background-color: white !important;
    color: #000000;
    box-shadow: unset;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    border: 3px solid #e5890a;
    background-color: white !important;
    color: #000000;
    box-shadow: unset;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    border: 3px solid #e5890a;
    background-color: white !important;
    color: #000000;
    box-shadow: unset;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    border: 3px solid #e5890a;
    background-color: white !important;
    color: #000000;
    box-shadow: unset;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    border: 3px solid #e5890a;
    background-color: white !important;
    color: #000000;
    box-shadow: unset;
}
.btn-outline-danger {
    border: 1px solid rgba(0, 0, 0, 0.178);
    color: black !important;
}
.btn-outline-danger:hover {
    background-color: transparent;
    border: 1px solid #e5890a;
}
.btn-outline-success {
    border: 1px solid rgba(0, 0, 0, 0.178);
    color: black !important;
}
.btn-outline-success:hover {
    background-color: white;
    border: 1px solid #e5890a;
}
.modal.show .modal-dialog {
    min-width: 566px !important;
    margin-top: 6rem;
}
.genral {
    margin: 1rem 0;
}
.genral h4 {
    font-family: "regular";
    font-size: 0.9rem;
    margin-bottom: 0;
}
.hed h4 {
    font-family: "regular";
    color: black;
    font-size: 0.9rem;
}
label {
    font-family: "regular";
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
select.form-select {
    font-family: "regular";
    /* font-size: 0.7rem; */
    padding: 1rem 2rem;
    width: unset;
}
.modal-header .btn-close {
    margin: unset !important;
}
h5#exampleModalLabel {
    font-family: "regular";
}
button.btn.btn-addrate {
    width: 100%;
    font-family: "regular";
    color: white;
    background-color: #e5890a;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e5890a;
    border-radius: 4px;
    transition: 0.7s;
    width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* page error */

/* who-we */
.who-we .all {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    margin-top: 4rem;
}
.who-we .img-beet {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.who-we .beet-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.who-we .text-icon {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.who-we .desgin h4 {
    font-family: "bold";
    font-size: 0.8rem;
}
.who-we .desgin p {
    font-family: "regular";
    font-size: 0.8rem;
    color: black;
}
.who-we .text-beet h4 {
    font-family: "bold";
    color: #e5890a;
    font-size: 0.9rem;
}
.who-we .text-beet h3 {
    font-family: "bold";
    font-size: 1rem;
    line-height: 1.3rem;
}

.who-we .beet-one img {
    width: 210px;
    height: 530px;
    /* border: 2px solid #c57016; */
    border-radius: 100px;
}
.who-we .beet-two img {
    width: 210px;
    height: 257px;
    /* border: 2px solid #c57016; */
    border-radius: 100px;
}
.who-we .steps-card {
    text-align: center;
    margin-top: 4rem;
    position: relative;
}
.who-we .steps-card h4 {
    font-family: "bold";
    font-size: 0.9rem;
}
.who-we .steps-card p {
    font-family: "regular";
    font-size: 0.8rem;
    color: black;
}
.who-we .steps-card img {
    margin-bottom: 1.1rem;
}
.who-we .three-secbac {
    background-image: url(../photo/ba2.png);
}

.who-we .adsss {
    background-image: url(../photo/bc3.png);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.who-we .des {
    display: flex;
    align-items: center;
}

.who-we .des p {
    margin-bottom: 0;
}
.who-we .card-teacher {
    margin-top: 4rem;
    position: relative;
}
img.main-photo {
    width: 239px;
    height: 248px;
}
img.staps1 {
    width: 51px;
    height: 51px;
}

.who-we .card-teacher::after {
    content: "";
    background-image: url(../photo/proder.png);
    position: absolute;
    left: -3px;
    top: -1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 103%;
    height: 61.3%;
    transition: 0.5s all;
}
.who-we .card-teacher:hover img {
    transform: rotate(10deg);
}

.who-we .all-teacher-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.who-we .card-teacher h4 {
    font-size: 1rem;
    font-family: "bold";
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.who-we .des p {
    font-family: "regular";
    font-size: 0.9rem;
}
.who-we .des {
    margin-bottom: 10px;
}

.who-we .linked {
    color: #000000;
    margin-bottom: 1rem;
}
.who-we .one_sec {
    margin-top: 1rem;
}
.who-we .text-icon img {
    width: 3%;
}
.who-we .arrows {
    position: absolute;
    top: 41px;
    right: 321px;
}
.who-we .fourd_sec {
    position: relative;
}
.who-we .absl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 8px;
    z-index: -1;
}
.who-we .all-Trainees {
    background-image: url(../photo/tranbc.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-we .trainees-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 10px;
    font-family: "bold";
}
.who-we .text-icontran h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
}
.who-we .text-icontran p {
    margin-bottom: 0;
    font-family: "regular";
    font-size: 1.6rem;
}
.who-we.who-we .trainees-icon img {
    background-color: #f1aa47;
    border-radius: 50%;
    padding: 0.5rem;
    width: 60px;
    height: 60px;
}
.who-we .tranining {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.who-we .head-what h4 {
    font-family: "bold";
}
.who-we .head-what p {
    font-family: "regular";
    color: black;
}
.who-we .head-rate {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
img.rewve {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.who-we .head-rate h4 {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.who-we .head-rate p {
    margin-bottom: 0;
}
.who-we .card-rate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
}
.who-we .card-what {
    background-color: white;
}
.who-we .six_sec {
    background-color: #f8f8f8;
    padding: 1.1rem;
}
.who-we .cards {
    padding: 1rem;
    width: 462px;
}
.who-we .cards p {
    font-family: "regular";
    color: black;
    font-size: 0.8rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
div#swiper-wrapper-eb7c1e03b1d58d09 {
    width: 100% !important;
}
.who-we .head-what {
    margin-top: 1rem;
}
.who-we .What-did {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
    overflow-x: scroll;
}

.who-we .What-did::-webkit-scrollbar {
    height: 15px;
}

/* Track */

/* Handle */
.who-we .What-did::-webkit-scrollbar-thumb {
    background: #e5890a;
    border-radius: 4px;
    transition: 0.7s;
    height: 5px;
}

/* Handle on hover */
.who-we .What-did::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.who-we .card-rate p {
    margin-top: 0.8rem;
}
.who-we .this {
    margin-top: 10px;
}
/* personal */
.btn .btn-secondary.dropdown-toggle.profile {
    background-color: transparent !important;
    display: flex;
    box-shadow: unset !important;
}
.profile-sin {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-sin .text-profi h4 {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-family: "regular";
}
.profile-sin .text-profi p {
    font-size: 0.7rem;
    margin-bottom: 0;
    font-family: "regular";
    color: #99a3aa;
}
.aro {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.presonal-account .frist-sec {
    background-image: url(../photo/cover.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    padding: 4rem;
}
.presonal-account .all-tabs {
    display: flex;
    align-items: start;
    gap: 10px;
}
.presonal-account .pro-detailes {
    background-image: url(../photo/detalis.png);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.presonal-account .right-nav {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 20%;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 15px;
}
.presonal-account button {
    width: 100%;
    background-color: unset;
    border: 0;
    text-align: start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.185);
    color: #3d4c5e;
}
.presonal-account .nav-link-tab:last-child {
    border-bottom: 0 solid rgba(0, 0, 0, 0.185);
}
.presonal-account .pro-detailes .color {
    color: #e5890a;
    font-family: "regular";
    margin-bottom: 0;
}
.presonal-account .pro-detailes h4 {
    font-family: "bold";
    font-size: 1rem;
    margin-bottom: 0;
}
.presonal-account .pro-detailes p {
    font-family: "regular";
    margin-bottom: 0;
    font-size: 1rem;
}
.presonal-account .pro-detailes img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.presonal-account .nav-link-tab {
    padding: 1rem;
    font-family: "regular";
    font-size: 1rem;
}
.presonal-account .nav-link-tab.active {
    background-color: #c571163b;
    border-right: 5px solid #e48825;
    color: #c57016;
}
.presonal-account .tab-content {
    border-radius: 16px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    border: 1px solid #0000003b;
}

.header-content {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 0.8rem;
    border-radius: 15px 15px 0 0;
    border-bottom: 0;
}
.header-content .img {
    border: 3px solid #e48825;
    border-radius: 50%;
    width: 81px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.btn-content .btn-upload {
    border: 1px solid #e48825;
    text-align: center;
    background-color: #e48825;
    padding: 0.6rem;
    color: white;
    font-family: "regular";
    border-radius: 15px;
}
.btn-content .btn-upload:hover {
    background-color: #532807;
    border: 1px solid #532807;
}
.btn-content .btdelet {
    border: 1px solid rgb(255, 0, 0);
    text-align: center;
    color: red;
    font-family: "regular";
    border-radius: 15px;
}
.btn-content .btdelet:hover {
    background-color: red;
    color: white;
    border: 1px solid red;
}
.presonal-account .btn-content {
    display: flex;
    gap: 10px;
    margin-bottom: 0.5rem;
}
.presonal-account .text-conetnt p {
    color: #576b74;
    font-family: "regular";
    margin-bottom: 0;
    font-size: 0.7rem;
    margin-top: 17px;
}
.presonal-account .text-conetnt {
    width: 25%;
}
.presonal-account .name {
    display: flex;
    gap: 80px;
    align-items: center;
}
.presonal-account .name h4 {
    font-size: 0.9rem;
    font-family: "regular";
    text-align: start;
}
.presonal-account .accordion-button::after {
    margin-right: auto;
    margin-left: 10px;
    content: "تعديل";
    background-image: unset !important;
    transform: unset !important;
    font-family: "regular";
    color: #e5890a;
}
.presonal-account .name p {
    margin-bottom: 0;
    font-family: "regular";
    text-align: start;
}
.presonal-account svg.svg-inline--fa.fa-upload {
    margin-right: 10px;
}
.presonal-account .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: white !important;
    box-shadow: unset !important;
    border: 0;
}
.presonal-account .accordion-button:focus {
    box-shadow: unset !important;
    border-color: unset !important ;
}
.presonal-account .form-control {
    border: 1px solid rgba(0, 0, 0, 0.233);
    padding: 0.8rem;
    width: 40%;
    border-radius: 12px;
}
.presonal-account .save {
    background-color: #e5890a;
    padding: 0.8rem;
    width: 50%;
    border: 1px solid #e5890a;
    border-radius: 15px;
    color: white;
    font-family: "regular";
    margin-top: 15px;
}

.presonal-account .save:hover {
    background-color: #532807;
    border: 1px solid #532807;
}
.presonal-account .accordion-body {
    border: 0;
}

.presonal-account .form-control input {
    border: 0;
    outline: 0;
    background-color: unset !important;
    width: 91%;
}
.presonal-account .password-group {
    padding: 1rem;
}
.presonal-account h5.color-forget {
    color: #e5890a;
    font-family: "regular";
    font-size: 0.9rem;
    margin-top: 10px;
    border-bottom: 1px solid #e5890a;
    width: fit-content;
}
.presonal-account .password-group label {
    color: #546881;
}
.presonal-account .fliter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.presonal-account .seclect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.presonal-account .seclect h4 {
    font-size: 0.8rem;
    width: 79%;
    margin-bottom: 0;
    font-family: "regular";
    color: black;
    text-align: center;
}
.presonal-account .pags {
    padding: 1rem;
}
button.btn.btn-warning.start-now.ss:hover {
    /* animation: a 0.7s 1 linear; */
}
.profile-sin img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 12px;
}
@keyframes a {
    0% {
        transform: scale(0.7, 1.3);
    }
    25% {
        transform: scale(1.3, 0.7);
    }
    50% {
        transform: scale(0.7, 1.3);
    }
    0% {
        transform: scale(1.3, 0.7);
    }
    75% {
        transform: scale(0.7, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.presonal-account .card-subject {
    display: block;
}
.presonal-account .adress h4 {
    margin-bottom: 0.9rem;
    width: 100%;
    font-size: 1rem;
}
.presonal-account .all-lastsub {
    width: 80%;
}

.presonal-account .small-box {
    font-family: "regular";
    font-size: 0.8rem;
}
.presonal-account .profile {
    border: 0;
}
.presonal-account .love {
    border-radius: 0;
    background-color: transparent;
}
.presonal-account .presonal {
    border-radius: 7px !important;
    width: 30px;
    height: 30px;
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presonal-account .accordion-item:last-child {
    border-bottom: 0;
}
.presonal-account .dropdown-item img {
    width: 5%;
}
.presonal-account .dropdown-item {
    text-align: right !important;
}
.presonal-account .all-massage {
    display: flex;
    align-items: start;
}
.presonal-account .right-massage {
    width: 25%;
    padding: 0.5rem 0.2rem;
    border-left: 1px solid rgba(0, 0, 0, 0.178);
    height: 650px;
    overflow-y: scroll;
}
.presonal-account .left-massage {
    width: 75%;
    padding: 0.5rem;
    height: 650px;
    overflow-y: scroll;
}
.presonal-account .chat {
    display: flex;
    gap: 10px;
    align-items: start;
    border-bottom: 1px solid #0000002e;
    padding: 0.5rem;
    cursor: pointer;
}
.presonal-account .chat:last-child {
    border-bottom: 0px solid #0000002e;
}
.presonal-account .chat:hover {
    background-color: #e58a0a17;
}
.presonal-account .text-chat h4 {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-family: "bold";
}
.presonal-account .text-chat p {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-family: "regular";
    color: #47586e;
}
.green {
    color: green;
    font-size: 0.5rem;
}

.presonal-account .right-massage .form-control {
    border: 1px solid rgba(0, 0, 0, 0.233);
    height: 40px;
    width: 100%;
    border-radius: 12px;
}
.presonal-account .right-massage .form-control input {
    width: 85%;
}
.presonal-account .right-massage .hed h4 {
    font-size: 1.2rem;
    color: #000000;
    font-family: "regular";
    margin-bottom: 1rem;
}
.presonal-account .right-massage .hed {
    background-color: white;
    position: sticky;
    top: -8px;
    padding: 0 !important;
    border-radius: 1px;
}
.presonal-account .top .chat {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233);
    width: 100%;
}
.presonal-account .top {
    background-color: white;
    position: sticky;
    top: -8px;
    border-radius: 1px;
    padding: 0px !important;
}
.presonal-account .top .chat:hover {
    background-color: white;
}
.presonal-account .top .chat h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.presonal-account .mid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.presonal-account .mid .today {
    background-color: transparent;
    padding: 0.2rem 2rem;
    color: white;
    width: fit-content;
    margin-top: 10px;
    border-radius: 13px;
    color: #7a797a;
    border: 1px solid #7a797a;
    font-family: "regular";
    font-size: 0.8rem;
}
.presonal-account .today p {
    margin-bottom: 0;
}
.presonal-account .right-chat {
    background-color: #f7f7f7;
    width: 50%;
    padding: 1rem;
    border-radius: 15px;
    margin-top: 2rem;
    font-family: "regular";
    font-size: 1rem;
}

.presonal-account .left-chat {
    background-color: #e5890a;
    width: 50%;
    padding: 1rem;
    border-radius: 15px;
    margin-top: 2rem;
    font-family: "regular";
    margin-right: auto;
    color: white;
    font-size: 1rem;
}
.presonal-account .left-chat p {
    margin-bottom: 0;
}
.presonal-account .right-chat p {
    margin-bottom: 0;
}
.presonal-account .right-chat .send-massage {
    width: 90%;
}
.presonal-account .right-chat .send-massage .text-a input {
    width: 90%;
}

.presonal-account .text-a {
    width: 95%;
    border: 1px solid rgba(0, 0, 0, 0.151);
    margin-top: 1rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presonal-account .bottom {
    position: sticky;
    bottom: -8px;
    background-color: white;
}
.presonal-account .text-a input {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 94%;
    outline: unset;
    border: 0;
    padding: 0 0.5rem;
}
.presonal-account .accordion-item {
    border: 0 !important;
}

.presonal-account .send-massage {
    /* margin-bottom: 0.5rem; */
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.presonal-account .send-massage svg {
    color: #e5890a;
    font-size: 1.5rem;
    margin-top: 1rem;
}
.presonal-account .text-a svg {
    margin-top: 0;
}
img#uploadedPhoto {
    width: 100%;
}
#emojiList {
    display: block;
    position: absolute;
    left: -7px;
    top: -159px;
    z-index: 100001;
    background-color: beige;
    padding: 0.5rem;
    overflow: scroll;
    width: 50%;
}
.library-bags .fliter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}
.library-bags .fliter h4 {
    font-family: "Medium";
    margin-bottom: 0;
}
.library-bags .seclect {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.library-bags .seclect h4 {
    font-size: 0.7rem;
    color: black;
    width: 87%;
    font-family: "regular";
    margin-bottom: 0;
}
.library-bags .lib-card {
    display: block;
    justify-content: start;
    align-items: center;
    gap: 19px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
}
.library-bags .hash-lib {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.library-bags .hash {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "regular";
    /* margin-bottom: 0; */
}
.library-bags .hash h5 {
    margin-bottom: 0;
    background-color: #d9d9d985;
    margin-left: 10px;
    padding: 0.4rem;
    border-radius: 10px;
    color: #605b6c;
    font-family: "regular";
    font-size: 1rem;
}
.listmodelip .img-lib {
    width: 60% !important;
}
.library-bags .img-lib img {
    width: 557px;
    margin-bottom: 0.9rem;
    height: 401px;
}
.library-bags .hamadas {
    width: 33.333%;
}
.library-bags .text-lib h4 {
    font-family: "bold";
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.library-bags .text-lib p {
    font-family: "regular";
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(var(--line-height) * 2em);
    line-height: var(--line-height);
    --line-height: 1.5;
}

.library-bags button.down {
    background-color: #e58a0a28;
    border: 0;
    padding: 0.5rem 1rem;
    color: #e5890a;
    border-radius: 9px;
    font-family: "regular";
}
.library-bags button.down:hover {
    background-color: #2b1707;
}
.gridlip .img-lib {
    width: 100% !important;
}
.gridlip .img-lib img {
    width: 100% !important;
}
.gridlip .text-lib h4 {
    margin-top: 10px !important;
}
.book .img-book img {
    width: 100%;
}
.book .text-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book .hash {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
}
.book .hash a h5 {
    margin-bottom: 0;
    background-color: #d9d9d97c;
    margin-left: 10px;
    padding: 0.4rem;
    border-radius: 10px;
    color: #605b6c;
    font-family: "regular";
    font-size: 1rem;
}
.book .hash {
    margin-bottom: 2rem;
    margin-top: 2rem;
    overflow: scroll;
}
.book .hash::-webkit-scrollbar {
    height: 3px;
}
.book button.down {
    background-color: #e58a0a;
    border: 0;
    padding: 0.5rem 2rem;
    color: white;
    border-radius: 9px;
    font-family: "regular";
}
.book button.down:hover {
    background-color: #2b1707;
}
.book .text-book p {
    width: 76%;
    font-family: "bold";
    color: #3d4c5e;
}
.book .text-book h4 {
    margin-top: 10px;
    font-family: "bold";
}
.book .down-text p {
    font-family: "regular";
    color: black;
}
.book .head {
    font-family: "regular";
}
.book .head h4 {
    margin-top: 10px;
    font-size: 0.9rem;
}
.bag-content .all-icons {
    margin: 1rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.Indicator-details .all-icons {
    margin: 1rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.bag-content .Completion-rate {
    background-image: url(../photo/bagcontent.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Indicator-details .Completion-rate {
    background-image: url(../photo/bagcontent.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ques-content .Completion-rate {
    background-image: url(../photo/bagcontent.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bag-content .sec-comple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: "Medium";
}
.Indicator-details .sec-comple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: "Medium";
}
.ques-content .sec-comple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: "Medium";
}
.ques-content .sec-comple span {
    color: #e5890a;
    font-family: "regular";
    font-size: 1rem;
}
.bag-content .sec-comple h4 {
    font-size: 1rem;
    margin-bottom: 0;
}
.Indicator-details .sec-comple h4 {
    font-size: 1rem;
    margin-bottom: 0;
}
.bag-content .text svg {
    margin-left: 10px;
}
.Indicator-details .text svg {
    margin-left: 10px;
}
.bag-content .icon-text {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    width: 26%;
    margin-top: 10px;
    font-family: "regular";
}
.bag-content .icon-text p {
    margin-bottom: 0;
}
.Indicator-details .icon-text {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: 30%;
    margin-top: 10px;
    font-family: "regular";
}
.bag-content p.date-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.Indicator-details p.date-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.bag-content .icon-textcup {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
}
.Indicator-details .icon-textcup {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
}
.bag-content .icon-textcup h4 {
    font-family: "regular";
    font-size: 0.9rem;
}
.Indicator-details.icon-textcup h4 {
    font-family: "regular";
    font-size: 0.9rem;
}
.bag-content .icon-textcup p {
    font-family: "regular";
    font-size: 0.8rem;
    color: black;
}
.Indicator-details .icon-textcup p {
    font-family: "regular";
    font-size: 0.8rem;
    color: black;
}
.bag-content .cup p {
    width: 80%;
}
.Indicator-details .cup p {
    width: 80%;
}
.bag-content .icon-text img {
    width: 10%;
    /* animation: koko 2s ease infinite; */
}
.Indicator-details .icon-text img {
    width: 10%;
    /* animation: koko 2s ease infinite; */
}
.bag-content .icon-textcup img {
    width: 4%;
    /* animation: koko 2s ease infinite; */
}
.Indicator-details .icon-textcup img {
    width: 4%;
    /* animation: koko 2s ease infinite; */
}

.bag-content .head {
    margin: 10px 0;
    border-bottom: 1px solid #e58a0a23;
    position: sticky;
    top: 88px;
    z-index: 98;
    background-color: white;
    padding: 0.5rem 0;
}
.Indicator-details .head {
    margin: 10px 0;
    border-bottom: 1px solid #e58a0a23;
    position: sticky;
    top: 88px;
    z-index: 100;
    background-color: white;
    padding: 0.5rem 0;
}
.bag-content .head a {
    color: black;
    margin-left: 36px;
    font-family: "regular";
}
.Indicator-details .head a {
    color: black;
    margin-left: 20px;
    font-family: "regular";
}
.this {
    border-bottom: 2px solid #e5890a;
    color: #e58a0a !important;
}
.bag-content .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
}
.Indicator-details .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
}
.bag-content .accordion-button {
    background-color: #e9ebf8;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 10px;
}
.Indicator-details .accordion-button {
    background-color: #e9ebf8;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 10px;
}
.bag-content .accordion-item {
    border: unset !important;
    border-radius: 15px;
}
.Indicator-details .accordion-item {
    border: unset !important;
    border-radius: 15px;
}
.bag-content .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #00000029;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.Indicator-details .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #00000029;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.bag-content .text-bodyacco u {
    color: #e58a0a;
}
.Indicator-details .text-bodyacco u {
    color: #e58a0a;
}
.bag-content .text-bodyacco a {
    color: #e58a0a;
}
.Indicator-details .text-bodyacco a {
    color: #e58a0a;
}
.ce_ixelgen_progress_bar {
    max-width: 800px;
    margin: 0 auto;
}
.bag-content .ce_ixelgen_progress_bar .progress_bar_item {
    margin-bottom: 2rem;
}
.Indicator-details .ce_ixelgen_progress_bar .progress_bar_item {
    margin-bottom: 2rem;
}
.bag-content .ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}
.Indicator-details .ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}
.bag-content .ce_ixelgen_progress_bar .item_value {
    font-weight: 400;
}
.Indicator-details .ce_ixelgen_progress_bar .item_value {
    font-weight: 400;
}
.bag-content .ce_ixelgen_progress_bar .item_bar {
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.Indicator-details .ce_ixelgen_progress_bar .item_bar {
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.bag-content .ce_ixelgen_progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    margin: 0;
    border-radius: 4px;
    transition: width 100ms ease;
}
.Indicator-details .ce_ixelgen_progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    margin: 0;
    border-radius: 4px;
    transition: width 100ms ease;
}
.bag-content .date {
    width: 18%;
}
.Indicator-details .date {
    width: 18%;
}
.bag-content .progress {
    background-color: #e58a0a;
    height: 3px;
}
.Indicator-details .progress {
    background-color: #e58a0a;
    height: 3px;
}
.bag-content .item_value.cell.shrink {
    font-family: "regular";
    color: #e58a0a;
    font-size: 0.7rem;
}
.Indicator-details .item_value.cell.shrink {
    font-family: "regular";
    color: #e58a0a;
    font-size: 0.7rem;
}
.bag-content .item_bar.cell {
    background-color: antiquewhite;
}
.Indicator-details .item_bar.cell {
    background-color: antiquewhite;
}
.bag-content .icon-text-top {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
    margin-top: 15px;
    gap: 10px;
}
.Indicator-details .icon-text-top {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
    margin-top: 15px;
    gap: 10px;
}
.bag-content .icon-text-top img {
    /* animation: koko 2s ease infinite; */
    width: 10%;
}
.Indicator-details .icon-text-top img {
    /* animation: koko 2s ease infinite; */
    width: 10%;
}
.bag-content .icon-text-top p {
    margin-bottom: 0;
    color: #546881;
    font-family: "regular";
}
.Indicator-details .icon-text-top p {
    margin-bottom: 0;
    color: #546881;
    font-family: "regular";
}
.bag-content .icon-text-top span {
    color: black;
    font-family: "Medium";
}
.Indicator-details .icon-text-top span {
    color: black;
    font-family: "Medium";
}
.bag-content .top {
    background-color: #e58a0a27;
    padding: 0.5rem;
    border-radius: 8px;
}
.Indicator-details .top {
    background-color: #e58a0a27;
    padding: 0.5rem;
    border-radius: 8px;
}
.bag-content .total-rate {
    margin-top: 10px;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.247);
    border-radius: 10px;
}
.Indicator-details .total-rate {
    margin-top: 10px;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.247);
    border-radius: 10px;
}
.bag-content .right-all {
    width: 70%;
}
.Indicator-details .right-all {
    width: 70%;
}
.bag-content .right-all h4 {
    font-family: "bold";
    font-size: 1.2rem;
}
.Indicator-details .right-all h4 {
    font-family: "bold";
    font-size: 1.2rem;
}
.bag-content .right-all p {
    font-family: "regular";
    font-size: 0.8rem;
    color: #3d4c5e;
}
.Indicator-details .right-all p {
    font-family: "regular";
    font-size: 0.8rem;
    color: #3d4c5e;
}
.bag-content .imd-bag h4 {
    color: black;
}
.Indicator-details .imd-bag h4 {
    color: black;
}
.bag-content .imd-bag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bag-content .det-teacher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
div#end-res .logo img {
    width: 69px;
    height: 69px;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.Indicator-details .det-teacher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.bag-content .det-teacher h4 {
    font-size: 0.8rem;
    font-family: "bold";
    margin-bottom: 0;
}
.Indicator-details .det-teacher h4 {
    font-size: 0.8rem;
    font-family: "bold";
    margin-bottom: 0;
}
.bag-content svg.svg-inline--fa.fa-ellipsis {
    color: #909dad;
}
.Indicator-details svg.svg-inline--fa.fa-ellipsis {
    color: #909dad;
}
.bag-content .teacher {
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.185);
    border-radius: 10px;
    padding: 0.5rem;
}
.Indicator-details .teacher {
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.185);
    border-radius: 10px;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.bag-content .teacher .tranining {
    font-family: "bold";
    font-size: 1.1rem;
}
.Indicator-details .teacher .tranining {
    font-family: "bold";
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.circle-rate h4 {
    font-family: "regular";
    font-size: 0.7rem;
}
.bag-content .now {
    background-image: url(../photo/now.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    margin-top: 10px;
    color: white;
    font-family: "regular";
}
.Indicator-details .now {
    background-image: url(../photo/now.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    margin-top: 10px;
    color: white;
    font-family: "regular";
}
.bag-content .now h4 {
    font-size: 1.3rem;
}
.Indicator-details .now h4 {
    font-size: 1.3rem;
}
.bag-content .looty {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Indicator-details .looty {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bag-content .looty h4 {
    margin-bottom: 0;
}
.Indicator-details .looty h4 {
    margin-bottom: 0;
}
.bag-content .text-bodyacco-golive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.089);
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}
.Indicator-details .text-bodyacco-golive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.089);
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}
.bag-content .text-bodyacco-golive h4 {
    font-size: 1rem;
    font-family: "regular";
    margin-bottom: 0;
    color: red;
}
.Indicator-details.text-bodyacco-golive h4 {
    font-size: 1rem;
    font-family: "regular";
    margin-bottom: 0;
    color: red;
}
.bag-content a.why {
    color: black !important;
}
.Indicator-details a.why {
    color: black !important;
}
.bag-content .modal.show .modal-dialog {
    top: 20%;
}
.Indicator-details .modal.show .modal-dialog {
    top: 20%;
}
.bag-content .modal-body {
    text-align: center;
}
.Indicator-details .modal-body {
    text-align: center;
}
.bag-content .modal-body h4 {
    font-family: "bold";
}
.Indicator-details .modal-body h4 {
    font-family: "bold";
}
.bag-content .modal-body p {
    font-family: "regular";
}
.Indicator-details .modal-body p {
    font-family: "regular";
}
.bag-content .btn-close {
    width: 5%;
    height: 19px;
    border-radius: 50%;
}
.Indicator-details .btn-close {
    width: 5%;
    height: 19px;
    border-radius: 50%;
}
.ques-content .wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}
.ques-content .wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.ques-content .form-wizard {
    color: #888888;
    margin-top: -1.4rem;
}
.ques-content .form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.ques-content .form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.ques-content .form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.ques-content .form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}
.ques-content
    .form-wizard
    .wizard-form-radio
    input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.ques-content
    .form-wizard
    .wizard-form-radio
    input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.ques-content .form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.ques-content .form-wizard .form-wizard-header {
    text-align: center;
}
.ques-content .form-wizard .form-wizard-next-btn,
.ques-content .form-wizard .form-wizard-previous-btn,
.ques-content .form-wizard .form-wizard-submit {
    background-color: #e5890a;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 500px;
    font-family: "regular";
}
a.form-wizard-next-btn.float-right {
    text-decoration: none !important;
    border: 0 !important;
}
button#next {
    border: 0;
}
.ques-content .form-wizard .form-wizard-next-btn:hover,
.ques-content .form-wizard .form-wizard-next-btn:focus,
.ques-content .form-wizard .form-wizard-previous-btn:hover,
.ques-content .form-wizard .form-wizard-previous-btn:focus,
.ques-content .form-wizard .form-wizard-submit:hover,
.ques-content .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}
.ques-content .form-wizard .wizard-fieldset {
    display: none;
}
.ques-content .form-wizard .wizard-fieldset.show {
    display: block;
    text-align: center;
}
.wizard-fieldset .btn-check:checked ~ label {
    border: 2px solid #000;
    color: #fff;
}
.wizard-fieldset .btn-check:checked ~ label.success_answer {
    border: 2px solid #198754;
}
.wizard-fieldset .btn-check:checked ~ label.wrong_answer {
    border: 2px solid #d70b0b;
}
.ques-content .form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.ques-content .form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}
.commit-answer h4 {
    margin-bottom: 0;
}
h4.popp {
    font-family: "bold";
}
p.poppf {
    font-family: "regular";
    color: black;
}
h4.popps {
    font-family: "bold";
    text-align: start;
    margin-top: 16px;
    font-size: 0.9rem;
}
p.poppd {
    font-family: "regular";
    font-size: 0.7rem;
    text-align: start;
    color: black;
}
button#dropdownnotifacation {
    border-radius: 50%;
    margin-top: 20px;
    font-family: "regular";
    letter-spacing: 1.8px;
    background-color: #eff0f1;
    color: #000000;
    border: 0;
}
ul.dropdown-menu.notifacation.show {
    width: 410px;
    text-align: right;
    overflow-y: scroll;
    height: 400px;
}
.notifacationcontent {
    display: flex;
    justify-content: start;
    align-items: flex-start;

    gap: 10px;
}
.nownoti h4 {
    font-size: 0.8rem;
    font-family: "bold";
    margin-bottom: 0px;
}
.notitext p {
    font-size: 0.7rem;
    font-family: "regular";
    color: black;
    margin-bottom: 7px;
}
.ques-content .form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
}
.ques-content .form-wizard .form-control:focus {
    box-shadow: none;
}
.ques-content .form-wizard .form-group {
    position: relative;
    margin: 10px 0;
}
.ques-content .form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.ques-content .form-wizard .focus-input .wizard-form-text-label {
    color: #e5890a;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.ques-content .form-wizard .form-wizard-steps {
    margin: 30px 0;
}
.ques-content .form-wizard .form-wizard-steps li {
    width: 10%;
    float: left;
    position: relative;
}
.ques-content .form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.ques-content .form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.ques-content .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.ques-content .form-wizard .form-wizard-steps li.active span,
.ques-content .form-wizard .form-wizard-steps li.activated span {
    background-color: #e5890a;
    color: #ffffff;
}
.ques-content .form-wizard .form-wizard-steps li.active::after,
.ques-content .form-wizard .form-wizard-steps li.activated::after {
    background-color: #e5890a;
    left: 50%;
    /* width: 50%; */
    border-color: #e5890a;
}
.ques-content .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #e5890a;
}
.ques-content .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.ques-content .form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
.ques-content fieldset.wizard-fieldset.show h6 {
    color: #e5890a;
    font-family: "regular";
}
.ques-content fieldset.wizard-fieldset.show h5 {
    color: black;
    font-family: "bold";
}
.ques-content .btn-outline-success {
    border: 1px solid rgba(0, 0, 0, 0.178);
    color: black !important;
    width: 37%;
    text-align: start;
}
.ques-content .btn-outline-danger {
    border: 1px solid rgba(0, 0, 0, 0.178);
    color: black !important;
    width: 37%;
    text-align: start;
}
.ques-content .all {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-family: "regular";
    margin-bottom: 20px;
    margin-top: 10px;
}
.ques-content .all h4 {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.ques-content .frist {
    background-color: #f5f7f9;
    padding: 0.5rem;
}
.ques-content .wizard-form-error {
    background-color: #ff000024;
    width: 37%;
    margin: auto;
    color: red;
    font-family: "regular";
}
.good-test {
    text-align: center;
    font-family: "regular";
}
button.btn.btn-primary.good {
    background-color: #e58a0a;
    border: 0;
    width: 100%;
    font-family: "regular";
}
.text-bac h4 {
    background-color: #e58a0a1c;
    color: #e58a0a;
    width: 39%;
    padding: 0.6rem;
    margin: auto;
    border-radius: 10px;
}
.text-bac p {
    color: #6e655b;
}
.modal-footer.good {
    display: block;
}
.Indicator-details button.next-indicatorbtn {
    background-color: transparent;
    border: 1px solid;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 10px;
}
.Indicator-details svg.svg-inline--fa.fa-circle-left {
    margin-right: 10px;
}
.Indicator-details .text span {
    color: #dddddd;
}
.Indicator-details .imd-bag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question-bank img {
    border-radius: 10px;
}
.Indicator-details .audio-parent {
    background-image: url(../photo/aduio.png);
    width: 100%;
    /* height: 202px; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 1rem;
    color: white;
    font-family: "regular";
}
.Indicator-details .audio-parent h4 {
    margin-bottom: 3rem;
}
audio {
    width: 100%;
    position: relative;
}
.Indicator-details .date-top span {
    color: #546881;
}
.Indicator-details .text-underviwe h5 {
    color: #546881;
    font-family: "regular";
    font-size: 1rem;
    line-height: 1.9;
}
.Indicator-details .adss h4 {
    font-family: "bold";
    font-size: 1.1rem;
}
.Indicator-details .adss p {
    font-family: "regular";
    color: black;
}
.Indicator-details .rol-one {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 10px;
}
.Indicator-details .all-rols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.Indicator-details .text-one h4 {
    font-size: 1rem;
    font-family: "bold";
}
.Indicator-details .text-one p {
    font-size: 0.9rem;
    font-family: "regular";
    color: #5c5c6b;
}
.Indicator-details #downloadButton {
    cursor: pointer;
}
.Indicator-details #downloadButton1 {
    cursor: pointer;
}
.Indicator-details #downloadButton2 {
    cursor: pointer;
}
.Indicator-details .im-accos {
    font-family: "regular";
}
.Indicator-details .erorr {
    background-color: rgba(255, 0, 0, 0.082);
    width: fit-content;
    padding: 0.5rem;
}
.Indicator-details .erorr h4 {
    font-size: 0.8rem;
    color: red;
    margin-bottom: 0;
}
.Indicator-details .warrining {
    margin-top: 1rem;
    background-color: rgba(255, 0, 0, 0.082);
    width: 100%;
    padding: 0.5rem;
}
.Indicator-details .warrining h4 {
    font-size: 1rem;
    color: red;
    margin-bottom: 0;
    font-family: "regular";
}
.text-livestart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #0000002e;
    padding: 0.5rem;
    border-radius: 10px;
}
.text-live h4 {
    font-family: "bold";
    font-size: 1rem;
}
.text-livestart h4 {
    font-family: "bold";
    font-size: 1rem;
}
.text-livestart p {
    font-family: "regular";
    color: black;
    font-size: 0.9rem;
}
.text-live p {
    font-family: "regular";
    color: black;
    font-size: 0.9rem;
}
.btn-sart button {
    background-color: #e5890a;
    font-family: "regular";
    border: 0;
    padding: 1rem 3rem;
}
.btn-sart button:hover {
    background-color: #532807;
}

input[type="range"] {
    -webkit-appearance: none !important;
    background: #e58a0a;
    height: 7px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: blue;
    height: 10px;
    width: 10px;
}

#audio {
    /* height: 80px; */
    width: 100%;
    display: flex;
    margin-top: -5rem;
    position: relative;
    overflow: hidden;
    border-radius: 92px !important;
}
#audio span :nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fbedda, #e5890a);
    animation: animate1 4s linear infinite;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
#audio span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #fbedda, #e5890a);
    animation: animate2 4s linear infinite;
    animation-delay: 15s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
#audio span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fbedda, #e5890a);
    animation: animate3 4s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
#audio span:nth-child(5) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fbedda, #e5890a);
    animation: animate5 4s linear infinite;
}

@keyframes animate5 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

#audio span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, #fbedda, #e5890a);
    animation: animate4 4s linear infinite;
    animation-delay: 12s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

#audio svg {
    font-size: 2rem;
    color: white;
}
#audio #bar {
    position: relative;
    top: 44%;
    left: 23px;
    height: 10px;
    width: 100%;
    margin: 0px;
    background-color: rgb(139, 139, 139);
    border-radius: 50px;
}
#audio #line {
    position: relative;
    height: 10px;
    background-color: white;
    border-radius: 50px;
    margin-left: 0px;
}
#audio #pausebtn {
    display: none;
}
#audio #unmute {
    display: none;
    float: left;
}
#audio #mute {
    float: left;
}
#buttons {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
#audio button {
    border: 0px;
    background-color: transparent;
    margin: 10px;
    outline: none;
}

#audio #currentstat3,
#audio #currentstat4 {
    color: white;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 25px;
    font-size: 25px;
    font-family: ubuntu;
    height: 30px;
    min-width: 80px;
    background-color: transparent;
    font-family: "Medium";
}
#audio h1 {
    margin: 14px;
}
#audio #volumediv {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
#audio #volumediv:hover #volume {
    display: block;
}
#audio #volume {
    width: 80px;
    display: none;
}
#audio #volsvgan {
    display: none;
}

#audio #tensec {
    color: #fff;
}
.bag-content .now img {
    cursor: pointer;
}
.profile-pictuer {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
.presonal-account .progress {
    background-color: #e58a0a;
    height: 2px;
}
.presonal-account .chat img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.presonal-account .progress_bar_item h4 {
    font-family: "regular";
    font-size: 1rem;
}
.star {
    cursor: pointer;
}
.filled {
    color: gold; /* Change this to the desired filled color */
}
.presonal-account .text-sub a {
    color: #000000;
}
.btn-buy-love {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.btn.btn-warning.bythis {
    width: 100%;
    color: white;
    font-family: "regular";
    background-color: #e5890a;
    border: 1px solid #e5890a;
    height: 50px;
}
button.btn.btn-warning.fav {
    border: 1px solid #e5890a;
    background-color: transparent;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
button.btn.btn-warning.fav svg {
    font-size: 1.4rem;
    color: #e5890a;
}
button.btn.btn-warning.bythis:hover {
    background-color: #532807;
}
.pragraph-blog p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
a.more_than {
    margin-top: 2rem;
    display: flex;
    justify-content: end;
}
#yes-responsive {
    display: none;
}
.res {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.mida-icons img {
    width: 100%;
    object-fit: contain;
}
.bace-bags .img-sub {
    width: 100% !important;
    height: unset !important;
}
.parent-payment .header-payment {
    width: 100%;
    height: 150px;
    background-image: url(../photo/payment.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
}
.parent-payment .overlay {
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: black;
    z-index: 10;
    opacity: 0.6;
    top: 0;
}
.parent-payment .text-title-pay {
    font-family: "regular";
    position: relative;
    z-index: 11;
    padding: 2rem;
}
.parent-payment span {
    font-family: "regular";
    margin-right: 10px;
}
.parent-payment .pay-adress h4 {
    padding: 0;
    margin-top: 1rem;
    font-family: "Medium";
}
.parent-payment .pay-adress p {
    font-family: "bold";
    color: #8d8d8d;
}
.parent-payment label {
    width: 100%;
    border: 1px solid #00000042;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}
.parent-payment .text-pay {
    padding: 1rem;

    margin-bottom: 1rem;
}
.parent-payment input[type="radio"] {
    display: none;
    /* Hide the actual radio button */
}

.parent-payment input[type="radio"] + label {
    cursor: pointer;
}

.parent-payment input[type="radio"]:checked + label {
    border: 2px solid #e5890a;
    border-radius: 10px;
}

.parent-payment .last-payment {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 0.8rem;
    width: 50%;
    margin-bottom: 3rem;
}
.parent-payment .discarption-payment {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 11px;
    width: 66%;

    font-family: "regular";
}
.parent-payment .discarption-payment span {
    color: #e5890a;
    font-size: 1rem;
}
.parent-payment .discarption-payment h4 {
    font-size: 1rem;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.mode {
    background-color: #e58a0a42;
    width: 24%;
    border: 0;
    padding: 1rem;
    border-radius: 10px;
    color: white;
    font-family: "regular";
    margin-bottom: 2rem;
    margin-top: 2rem;
}
button.pay-now {
    background-color: #e58a0a;
    width: 24%;
    border: 0;
    padding: 1rem;
    border-radius: 10px;
    color: white;
    font-family: "regular";
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.img-paymentupload input[type="file"] {
    display: none;
}

.img-paymentupload label {
    background-color: #e58a0a45;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8d8d8d;
    border: 0;
    width: 50%;
    flex-direction: column;
}
.last-payments p {
    font-family: "regular";
    color: #525356;
}
.last-payments h4 {
    font-family: "regular";
    color: #525356;
    font-size: 1rem;
}
.last-payments span {
    font-family: "regular";
    color: #525356;
    margin-right: 0;
    font-size: 1rem;
}
.el3alamya {
    width: 100% !important;
    height: 66vh;
    margin-top: 11px;
}
.sure-pay {
    background-color: #e58a0a;
    width: 24%;
    border: 0;
    padding: 1rem;
    border-radius: 10px;
    color: white;
    font-family: "regular";
    margin-bottom: 2rem;
    margin-top: 2rem;
}
img#selectedImage {
    width: 12% !important;
    border-radius: 12px;
}
.section-img {
    width: 100%;
}
/* personal */
/* responsive */
@media (min-width: 1600px) and (max-width: 2600px) {
    .te-ard {
        width: 50%;
    }
    .action-payment {
        margin-top: -345px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1800px;
    }

    div#mida {
        display: none;
    }
    #yes-responsive {
        display: none;
    }
    div#navdrop {
        display: none;
    }
    .res {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1440px) {
    .all-downe {
        margin-top: -70px !important;
    }
    button.btncreate {
        width: 27% !important;
    }
    .text-true p {
        width: 700px;
    }
    /* .presonal-account .seclect {
        display: block;
    } */
    .presonal-account select.form-select {
        margin-top: 10px;
    }
    .presonal-account .fliter {
        display: block;
    }

    .twitterx {
        width: 47px !important;
        height: 47px !important;
    }
    #yes-responsive {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    p.weekup {
        width: 69%;
        font-size: 1.2rem;
        font-family: "regular";
        color: #3c1d05;
    }
    .text-sub {
        width: 100%;
    }

    .who-we .all-teacher-card {
        overflow: scroll;
    }

    .all-lastsub {
        width: 80%;
    }
    .card_introduction {
        width: 100%;
    }
    h4.growup {
        width: 100%;
    }
    .card-go {
        width: 100%;
    }
    .bags {
        height: auto;
        padding: 0.5rem;
    }
    .Category-usedbag h5 {
        width: 60%;
    }

    .last-global {
        flex-wrap: wrap;
    }
    .linked {
        flex-wrap: wrap;
    }
    p.text-under {
        width: 100%;
    }

    .input-bags {
        width: 100%;
    }
    button.btn.btn-warning.rate-now {
        width: 46%;
    }
    .open {
        flex-wrap: wrap;
    }
    .price {
        gap: 10px;
    }
    .Buy-the-course {
        width: 308px;
        margin-top: -380px;
    }
    .lang-arab h4 {
        padding: 0.5rem;
    }
    #go-hid {
        position: absolute;
        top: 39px;
        background-color: white;
        z-index: 100000;
        left: 25px;
        border: 1px solid rgba(0, 0, 0, 0.137);
        padding: 0.8rem;
        border-radius: 15px;
    }
    .help-card {
        width: 308px;
    }
    .rate-bags {
        width: fit-content;
    }
    .presonal-account .text-conetnt {
        width: 39%;
    }
    .presonal-account .right-nav {
        width: 30%;
    }
    .nav-tabs .nav-link {
        width: 20%;
    }
    .presonal-account .save {
        padding: 0.5rem;
    }
    .presonal-account .form-control input {
        width: 93%;
    }
    .presonal-account .right-massage .form-control input {
        width: 78%;
    }
    .presonal-account .right-massage {
        width: 35%;
    }
    .bag-content .icon-text {
        width: 36%;
    }
    .Indicator-details .icon-text {
        width: 36%;
    }

    .btn-buy button {
        padding: 0.5rem;
    }

    html {
        font-size: 0.9rem;
    }
    .who-we .arrows {
        right: 241px;
    }
    .who-we .all-Trainees {
        height: 113px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-main {
        height: auto;
    }

    .love {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cle {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-blog {
        height: auto;
    }
    .who-we .card-teacher::after {
        width: 102%;
        height: 67%;
    }
    .bace-bags .img-sub img {
        width: 100%;
        height: 230px;
    }
    div#end-res .logo img {
        width: 69px;
        height: 69px;
        margin-bottom: 1rem;
    }
    .card-blog h4 {
        white-space: nowrap;
        width: 410px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pragraph-blog p {
        white-space: nowrap;
        width: 413px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .who-we .cards p {
        width: 75%;
    }
    .who-we .card-teacher::after {
        width: 103%;
        height: 64%;
    }
    .who-we .card-rate {
        display: flex;
        justify-content: unset;
        align-items: flex-start;
        border-radius: 15px;
        gap: 63px;
    }
    .detalis .img-sub img {
        width: 100%;
        height: 100%;
    }

    .library-bags .img-lib img {
        width: 100%;
    }

    div#mida {
        display: none;
    }
    img.drop {
        width: 27% !important;
    }
    div#navdrop {
        display: none;
    }
    .res {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
    .tab-favourite .card-subject {
        display: block;
    }
    .presonal-account .img-sub img {
        height: 330px;
    }
    button.btn.create {
        margin-top: 0.5rem !important;
        width: 100%;
    }
    .line-register::after {
        height: 461px;
    }
    select#country {
        margin-top: -4px;
    }
    .lastcard-sup {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .lastcard-sup {
        width: 100%;
    }
    .all-downe {
        margin-top: -70px !important;
    }
    button.btncreate {
        width: 27% !important;
    }
    .presonal-account .img-sub img {
        height: unset;
    }

    .who-we .beet-two img {
        width: 140px;
        height: 190px;
    }
    .who-we .beet-one img {
        width: 160px;
        height: 377px;
    }
    .Category-used h5 {
        white-space: nowrap;
        width: 600px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .adress h4 {
        width: 66% !important;
    }

    .top_nav {
        height: 56px;
        padding: 0.5rem;
    }
    .top_nav_detlies {
        flex-wrap: wrap;
    }
    .phones {
        flex-wrap: wrap;
        gap: unset;
    }
    .navbar-brand img {
        width: 85%;
    }
    .all-frist {
        flex-wrap: wrap;
        padding: 1rem;
    }
    .card-subject {
        flex-wrap: nowrap !important;
    }

    h4.growup {
        width: 100%;
        font-size: 1.5rem;
    }
    p.weekup {
        width: 100%;
    }
    button.btn.btn-warning.start-now {
        width: 100%;
        height: unset;
    }
    ul.btn button.btn.btn-warning {
        width: 100%;
    }

    button.btn.btn-warning.signout {
        margin-top: 10px;
    }

    nav.navbar.navbar-expand-lg {
        height: auto;
    }
    .img-fristsec {
        margin-top: 2rem;
    }
    .box_one {
        width: 300px;
        height: 300px;
        border-radius: 15px;
    }
    .box_two {
        width: 300px;
        height: 300px;
        border-radius: 15px;
    }

    .img-go img {
        width: 285px;
        height: 218px;
    }
    .header-go p {
        width: 100%;
    }
    img.dotes {
        width: 50%;
        left: -16px;
    }
    .box-img {
        width: 177px;
        height: 239px;
    }
    .card-blog {
        height: auto;
        margin-top: 0.8rem;
    }
    .footer-main {
        height: auto;
    }
    .card-blog h4 {
        width: 296px;
    }
    .pragraph-blog p {
        width: 296px;
    }
    .end-page {
        flex-wrap: wrap;
    }
    .card-subject {
        flex-wrap: wrap;
    }
    .content {
        width: 100%;
        height: 712px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: unset !important;
        padding-left: unset !important;
    }
    a.navbar-brand img {
        margin-right: -82px;
    }
    /* .bace-bags .img-sub img {
        width: 100%;
        height: 100%;
    } */

    .card_introduction {
        width: 100%;
    }
    .card-go {
        width: 100%;
    }
    .bags {
        height: auto;
        padding: 0.5rem;
    }
    .Category-usedbag h5 {
        width: 100%;
    }

    .last-global {
        flex-wrap: wrap;
    }
    .linked {
        flex-wrap: wrap;
    }
    p.text-under {
        width: 100%;
    }
    .Buy-the-course {
        margin-top: unset;
    }

    /* .allrate {
      flex-wrap: wrap;
    } */
    /* .rate-bags {
      width: 100%;
    } */
    .input-bags {
        width: 100%;
    }

    button.btn.btn-warning.rate-now {
        width: 46%;
    }
    .open {
        flex-wrap: wrap;
    }
    .price {
        flex-wrap: wrap;
    }
    .who-we .all-teacher-card {
        overflow: scroll;
    }
    .who-we .arrows {
        display: none;
    }

    .who-we .adsss {
        background-size: cover;
    }
    .who-we .text-icontran p {
        font-size: 0.9rem;
    }
    .presonal-account .all-massage {
        flex-wrap: wrap;
    }
    .presonal-account .right-massage {
        width: 100%;
    }
    .presonal-account .left-massage {
        width: 100%;
    }
    .presonal-account .right-chat {
        width: 100%;
    }
    .presonal-account .left-chat {
        width: 100%;
    }
    .presonal-account .top .chat {
        margin-top: 1rem;
        background-color: #06042e11;
    }
    html {
        font-size: 0.9rem;
    }
    .who-we .cards p {
        width: 68%;
    }

    .library-bags .img-lib img {
        width: 100%;
    }

    div#mida {
        display: none;
    }
    img.drop {
        width: 27% !important;
    }
    div#navdrop {
        display: none;
    }
    .res {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
    .tab-favourite .card-subject {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    img.logo-all {
        height: 98px !important;
    }
    .te-ard {
        width: 50%;
    }
    .action-payment {
        margin-top: -236px;
    }
    .lastcard-sup {
        width: 100%;
    }
    .all-downe {
        margin-top: -70px !important;
    }
    button.btncreate {
        width: 27% !important;
    }
    .line-register::after {
        height: 389px;
    }

    select#country {
        margin-top: 0;
    }
    .text-true p {
        width: 532px;
    }
    .card-blog img {
        height: 220px;
    }
    .presonal-account .img-sub img {
        height: unset;
    }
    .tab-favourite .card-subject {
        display: block;
    }

    .nav-tabs .nav-link {
        width: 20%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -20px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .twitterx {
        width: 35px !important;
        height: 35px !important;
    }

    #yes-responsive {
        display: none;
    }
    img.drop {
        width: 27% !important;
    }

    .presonal-account .right-massage .form-control {
        height: 27px;
    }
    .Category-used h5 {
        width: 417px;
    }

    .card_introduction p {
        width: 219px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.2rem;
    }
    h4.growup {
        width: 100%;
        font-size: 2.5rem;
    }
    .who-we .beet-one img {
        width: 163px;
        height: 431px;
        border-radius: 100px;
    }
    .who-we .all {
        gap: 40px;
    }
    .who-we .beet-two img {
        width: 118px;
        height: 210px;
        border-radius: 100px;
    }

    .footer-main {
        height: auto;
    }
    div#end-res .logo img {
        width: 69px;
        height: 69px;
        margin-bottom: 1rem;
    }
    .bag-content .box {
        width: 77px;
        height: 77px;
    }
    .bag-content .dots::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        top: 36px;
        left: 50%;
        border-radius: 50%;
        background-color: #e5890a;
        transform: translateX(-50%);
    }
    .detalis .img-sub img {
        width: 100%;
        height: 100%;
    }
    .allrate {
        margin-top: -326px;
    }

    .our-blog-page .card-plog .img .date {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    .content {
        height: 423px;
    }
    .all-frist {
        flex-wrap: nowrap;
    }
    button.btn.btn-warning.start-now {
        width: 200px;
        height: 38px;
    }
    p.weekup {
        width: 70%;
    }
    button#languageButton {
        margin-top: 2rem;
    }
    .drow {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .all-lastsub {
        width: 100%;
    }
    .mida-icons svg {
        width: 11px;
        height: 11px;
        margin: unset;
    }
    .ads {
        height: 159px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.ads {
        margin: 0;
    }
    section.five_sec {
        padding: 2rem 0;
    }
    .cle {
        width: 56px;
        height: 45px;
    }
    .card-blog {
        height: auto;
    }
    /* .deta-pro img {
      width: 25px;
      height: 25px;
    } */
    .small-box {
        width: 31px;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top_nav {
        height: 56px;
    }

    .presonal-account .text-conetnt {
        width: 39%;
    }
    .presonal-account .right-nav {
        width: 32%;
    }
    .presonal-account .save {
        padding: 0.5rem;
    }
    .presonal-account .form-control input {
        width: 92%;
    }
    .presonal-account .form-control {
        height: 34px;
    }
    .Buy-the-course {
        width: 259px;
    }
    .lang-arab {
        flex-wrap: wrap;
        justify-content: start;
    }

    .help-card {
        width: 259px;
    }
    .lastcard-sup p {
        font-size: 0.8rem;
    }
    /* .listmode div#core {
        display: block !important;
    } */
    .bace-bags .img-sub img {
        width: 100%;
        height: 213px;
    }
    .presonal-account .right-massage .form-control input {
        width: 90%;
    }
    /* .bag-content p.date-top {
      font-size: 0.7rem;
    } */
    .bag-content .icon-text {
        width: 49%;
    }
    .Indicator-details .icon-text {
        width: 49%;
    }
    .bag-content .total-rate {
        padding: 0.5rem;
    }
    .Indicator-details .total-rate {
        padding: 0.5rem;
    }

    .bag-content .icon-text-top img {
        width: 10%;
    }
    .Indicator-details .icon-text-top img {
        width: 10%;
    }
    .bag-content .btn-buy button {
        padding: 0.5rem;
    }
    .Indicator-details .btn-buy button {
        padding: 0.5rem;
    }
    html {
        font-size: 0.7rem;
    }
    .love {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 31px;
    }
    .img-sub h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 98px;
        height: 29px;
    }
    .bag-content .head {
        top: 75px;
    }
    .who-we .card-teacher::after {
        width: 102%;
        height: 67% !important;
    }
    .who-we .cards p {
        width: 68%;
    }

    .library-bags .img-lib img {
        width: 100%;
    }
    a.navbar-brand img {
        margin: unset;
    }
    div#mida {
        display: none;
    }
    div#navdrop {
        display: none;
    }
    .res {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
    .el3alamya {
        width: 100% !important;
        margin-top: 11px;
    }
}

@media only screen and (max-width: 991.98px) {
    .te-ard {
        width: 100%;
    }
    .action-payment {
        margin-top: unset;
    }
    .lastcard-sup {
        width: 100%;
    }
    button.btncreate {
        width: 37% !important;
    }
    .all-downe {
        margin-top: -40px !important;
    }
    button.btn.create {
        margin-top: 0 !important;
    }
    .bace-bags .fliter {
        display: block;
    }
    .card-blog img {
        height: unset;
    }
    .card_introduction p {
        width: 335px;
    }
    .el3alamya {
        width: 100% !important;
        margin-top: 11px;
    }
    .parent-payment .last-payment {
        width: 100%;
    }
    .img-paymentupload label {
        width: 100%;
    }
    .img-sub {
        height: 311px;
    }
    .tab-favourite .card-subject {
        display: block;
    }

    button#dropdownMenuButton7 {
        width: 100%;
        background-color: #e5890a;
        border: 1px solid;
        margin-bottom: 1rem;
        padding: 1rem;
        font-family: "regular";
        font-size: 1.6rem;
    }
    ul#lesones {
        width: 100%;
    }
    div#navdrop {
        display: block !important;
    }
    .res {
        display: none;
    }

    #yes-responsive {
        display: none;
    }
    img.drop {
        width: 27% !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .Category-used h5 {
        white-space: nowrap;
        width: 430px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .library-bags .img-lib img {
        width: 100%;
    }
    .card-blog h4 {
        white-space: nowrap;
        width: 208px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pragraph-blog p {
        white-space: nowrap;
        width: 184px !important ;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .who-we .beet-one img {
        width: 157px;
        height: 387px;
    }
    .who-we .beet-two img {
        width: 88px;
        height: 180px;
    }
    .who-we .all {
        gap: 10px;
    }
    .inst-prag {
        height: 378px;
        overflow: scroll;
    }
    .allarm img {
        width: 3%;
    }
    .Buy-the-course .all-lastsub {
        display: flex;
    }

    .small-box {
        width: 28px;
        height: 19px;
    }
    .bag-content .det-teacher h4 {
        font-size: 0.8rem;
    }
    .Indicator-details .det-teacher h4 {
        font-size: 0.8rem;
    }
    .bag-content .icon-text-top img {
        width: 5%;
    }
    .Indicator-details .icon-text-top img {
        width: 5%;
    }
    .top_nav {
        padding: 0.5rem;
    }
    .top_nav_detlies {
        flex-wrap: wrap;
    }
    .phones {
        flex-wrap: wrap;
        gap: unset;
    }
    .navbar-brand img {
        width: 85%;
    }

    h4.growup {
        width: 100%;
        font-size: 1.5rem;
    }

    p.weekup {
        width: 100%;
    }
    button.btn.btn-warning.start-now {
        width: 200px;
        height: 30px;
    }
    .nav-tabs .nav-link {
        font-size: 1rem;
    }
    ul.btn button.btn.btn-warning {
        width: 100%;
    }

    button.btn.btn-warning.signout {
        margin-top: 10px;
    }
    div#navbarSupportedContent {
        background-color: white;
        padding: 1rem;
    }
    nav.navbar.navbar-expand-lg {
        height: auto;
    }
    .img-fristsec {
        margin-top: 2rem;
    }
    .box_one {
        width: 300px;
        height: 300px;
        border-radius: 15px;
    }
    .box_two {
        width: 300px;
        height: 300px;
        border-radius: 15px;
    }

    .img-go img {
        width: 285px;
        height: 218px;
    }
    .header-go p {
        width: 100%;
    }
    img.dotes {
        width: 50%;
        left: -16px;
    }
    .box-img {
        width: 177px;
        height: 239px;
    }
    .card-blog {
        height: unset;
        margin-top: 0.8rem;
    }
    .footer-main {
        height: auto;
    }
    .end-page {
        flex-wrap: wrap;
    }

    .bace-bags .img-sub img {
        width: 100%;
        height: 100%;
    }
    .bace-bags .seclect h4 {
        width: unset;
    }
    .adress {
        flex-wrap: wrap;
    }
    .adress h4 {
        width: 80%;
    }
    .star {
        flex-wrap: wrap;
    }

    .last-link img {
        width: 10%;
    }

    .card_introduction {
        width: 100%;
    }
    .card-go {
        width: 100%;
    }
    .ads {
        height: unset;
        padding: 1rem;
    }
    .bags {
        height: auto;
        padding: 0.5rem;
    }
    .Category-usedbag h5 {
        width: 100%;
    }

    .last-global {
        flex-wrap: wrap;
    }
    svg.svg-inline--fa.fa-border-all {
        display: none;
    }
    svg.svg-inline--fa.fa-list-check {
        display: none;
    }
    .linked {
        flex-wrap: wrap;
    }
    p.text-under {
        width: 100%;
    }
    .Buy-the-course {
        margin-top: unset;
    }

    .input-bags {
        width: 100%;
    }
    button.btn.btn-warning.rate-now {
        width: 46%;
    }
    .open {
        flex-wrap: wrap;
    }
    .price {
        flex-wrap: wrap;
    }
    .profile-pictuer {
        width: 130px;
        height: 130px;
    }
    .detalis .icon {
        flex-wrap: wrap;
    }
    .detalis .text p {
        width: 100%;
    }
    .adress h4 {
        font-size: 1.2rem;
    }

    .detalis .img-sub img {
        width: 100%;
        height: 100%;
    }

    .Buy-the-course {
        width: 100%;
    }
    .help-card {
        width: 100%;
    }
    .modal.show .modal-dialog {
        margin-top: 11rem;
    }

    .our-blog-page .Related-posts .section .img img {
        width: 115px;
    }
    .our-blog-page .Related-posts h6 {
        font-family: "regular";
    }
    .our-blog-page .Related-posts {
        margin: 2rem 0;
    }

    .our-blog-page .contant-page .contantt .head p {
        font-size: 1rem;
    }

    .connect-page .img-phone img {
        height: 250px;
        margin-top: 10rem;
    }
    .connect-page .Means-communication .phone h5 {
        color: #3c1d05;
        font-size: 1rem;
    }

    .explain-company .accordion-button:not(.collapsed)::after {
        height: 35px;
        width: 35px;
    }
    .explain-company .accordion-button::after {
        height: 35px;
        width: 35px;
    }

    .page-notfound .page .img img {
        width: 85%;
    }
    .page-notfound .page .img {
        text-align: center;
    }
    .page-notfound .page p {
        color: black;
    }

    .row.hamada {
        display: flex !important;
    }
    .hamadas {
        width: 50% !important;
    }
    .who-we .all-teacher-card {
        overflow: scroll;
    }
    .who-we .arrows {
        display: none;
    }

    .who-we .adsss {
        background-size: cover;
    }
    .presonal-account .all-tabs {
        flex-wrap: wrap;
        gap: 0;
    }
    .presonal-account .right-nav {
        width: 100%;
    }
    .header-content {
        display: block;
    }
    .presonal-account .btn-content {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .btn-content .btn-upload {
        width: 100%;
    }
    .presonal-account .text-conetnt {
        width: 100%;
    }
    .btn-content .btdelet {
        padding: 0.5rem;
    }
    .presonal-account .form-control {
        width: 100%;
    }
    .presonal-account .save {
        width: 100%;
    }
    .presonal-account .name {
        gap: 10px;
    }
    .presonal-account .form-control input {
        width: 95%;
    }

    .book .down-text p {
        height: 200px;
        overflow: scroll;
        font-size: 1rem;
    }
    .book .text-book {
        display: block;
    }
    .book .text-book p {
        width: 100%;
    }
    .book button.down {
        width: 100%;
        margin-bottom: 0.8rem;
    }

    .bag-content .icon-text {
        width: 47%;
    }
    .Indicator-details .icon-text {
        width: 47%;
    }
    .bag-content .icon-textcup img {
        width: 6%;
    }
    .Indicator-details .icon-textcup img {
        width: 6%;
    }
    .bag-content .cup p {
        width: 100%;
    }
    .Indicator-details .cup p {
        width: 100%;
    }
    .bag-content .sec-comple {
        flex-wrap: wrap;
    }
    .Indicator-details .sec-comple {
        flex-wrap: wrap;
    }
    .bag-content .sec-comple h4 {
        margin-top: 10px;
    }
    .Indicator-details .sec-comple h4 {
        margin-top: 10px;
    }

    .bag-content .teacher {
        margin-bottom: 1rem;
    }
    .Indicator-details .teacher {
        margin-bottom: 1rem;
    }
    html {
        font-size: 0.7rem;
    }
    .ques-content .form-wizard {
        padding: 0;
    }
    .ques-content .btn-outline-success {
        width: 100%;
    }
    .ques-content .btn-outline-danger {
        width: 100%;
    }
    .ques-content .form-wizard .form-wizard-next-btn,
    .ques-content .form-wizard .form-wizard-previous-btn,
    .ques-content .form-wizard .form-wizard-submit {
        width: 100%;
    }
    .ques-content .form-wizard .form-wizard-steps li span {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .ques-content .form-wizard .form-wizard-steps li::after {
        height: 2px;
    }
    .im-acco {
        gap: 4px;
    }
    .img-sub h4 {
        width: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.five_sec {
        padding: 0;
    }
    section.ads {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cle {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    button.btn.btn-warning.more {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .bag-content .accordion-body {
        padding: 0.5rem 0.3rem;
    }
    .bag-content .head {
        top: 102px;
    }
    .our-blog-page .card-plog .img .date {
        width: 30px;
        height: 30px;
        border-radius: 4px;
    }
    .not {
        height: 40vh;
    }
    .detalis .cover {
        height: 80px;
    }
    .privacy-pragraf {
        height: 279px;
        overflow: scroll;
    }
    .who-we .card-teacher::after {
        width: 102%;
        height: 67%;
    }
    .allrate {
        margin: 0;
    }
    .text-bags h4 {
        width: 100%;
    }
    .Educational_bags .img-sub img {
        width: 100%;
        height: 201px;
    }
    .Educational_bags .all-lastsub {
        width: 100%;
    }
    ul.dropdown-menu.notifacation.show {
        width: 308px;
        height: 199px;
        margin-left: -24rem;
    }
    div#end-res .logo img {
        width: 69px;
        height: 69px;
        margin-bottom: 1rem;
    }
    .footer-main {
        height: unset;
    }

    .presonal-account .form-control {
        height: 35px;
    }
    a.navbar-brand img {
        margin: unset;
    }
    p.weekup {
        font-size: 0.9rem;
    }
    .content {
        height: 364px;
    }
    .card_introduction {
        height: auto;
    }
    .presonal-account .right-massage .form-control {
        height: 35px;
    }
    .twitterx {
        width: 36px !important;
        height: 36px !important;
    }
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block !important;
    }
    .text-ads p {
        width: 100% !important;
    }
    .carousel-item {
        width: 92% !important;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -24px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .question-bank img {
        width: 100%;
    }
    .question-bank p {
        width: 100%;
    }
    .photo-question-bank img {
        width: 100% !important;
        height: auto;
    }
    .carousel-item img {
        width: 60% !important;
        height: auto;
    }
    .text-ads {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-ads {
        display: block;
    }
    .card-subject {
        display: block;
    }
    .presonal-account .img-sub {
        height: unset;
    }
    .photo_leftside {
        width: 191px;
        height: 173px;
        border-radius: 10px;
    }
    .bag-content .top {
        height: 124px;
    }
    .lastcard-sup {
        width: 100%;
    }
    img.logo-all {
        height: unset !important;
    }
}
@media only screen and (max-width: 600px) {
    .text-btn {
        text-align: center !important;
    }
    .exams img {
        width: 100%;
    }
    .exams {
        display: block;
    }
    img.res_imgs {
        width: 100%;
        margin: 1rem 0;
    }
    .te-ard {
        width: 100%;
    }
    .mida-iconsss img {
        width: 100% !important;
    }
    .whatsapp_float {
        width: 42px !important;
        height: 41px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

    div#res-icn {
        margin-bottom: 1rem;
    }
    div#end-res .logo img {
        width: 60px !important;
        height: 60px !important;
    }
    .card_introduction {
        height: auto;
    }

    .Category-used img {
        width: 21px;
    }
    .card-subject {
        flex-wrap: wrap !important;
        justify-content: center;
        gap: unset;
    }
    .block {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        /* width: 266px; */
        height: 97px;
        border-radius: 50%;
    }

    .inst-prag {
        height: 378px;
        overflow: scroll;
    }
    .Indicator-details .icon-text img {
        width: 7%;
    }
    .text-acco h4 {
        font-size: 0.9rem;
    }
    .text-acco p {
        font-size: 0.8rem;
    }
    .bag-content .head {
        top: 69px;
    }
    .Indicator-details .head {
        top: 79px;
    }
    .top_nav {
        height: 43px;
        padding: 0.5rem;
    }
    .top_nav_detlies {
        flex-wrap: wrap;
    }
    .phones {
        flex-wrap: wrap;
        gap: unset;
        justify-content: center;
    }

    .all-frist {
        display: flex;
        justify-content: center !important;
        align-items: center;
        flex-wrap: wrap;
        padding: 1rem;
        text-align: center;
    }

    h4.growup {
        width: 100%;
        font-size: 1.5rem;
    }
    p.weekup {
        width: 100%;
        font-size: 0.9rem;
    }
    button.btn.btn-warning.start-now {
        width: 133px;
        height: 65px;
        /* margin-top: unset; */
    }
    .intro {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
    }
    ul.btn button.btn.btn-warning {
        width: 100%;
    }

    button.btn.btn-warning.signout {
        margin-top: 10px;
    }
    div#navbarSupportedContent {
        background-color: white;
        padding: 1rem;
    }
    nav.navbar.navbar-expand-lg {
        height: auto;
    }
    .img-fristsec {
        margin-top: 2rem;
    }
    .box_one {
        width: 200px;
        height: 200px;
        border-radius: 15px;
    }
    .box_two {
        width: 200px;
        height: 200px;
        border-radius: 15px;
    }

    .all-go {
        flex-wrap: wrap;
    }
    .img-go img {
        width: 285px;
        height: 218px;
    }
    .header-go p {
        width: 100%;
    }
    img.dotes {
        width: 61%;
        left: 1px;
        top: 33px;
    }
    .box-img {
        width: 100%;
        height: 239px;
    }
    .card-blog {
        height: unset;
        margin-top: 0.8rem;
    }
    .footer-main {
        height: auto;
        padding: 0.7rem;
    }
    .end-page {
        flex-wrap: wrap;
    }
    .card-subject {
        flex-wrap: wrap;
    }

    .adress {
        flex-wrap: wrap;
    }

    .star {
        flex-wrap: wrap;
    }

    .all-ads {
        flex-wrap: wrap;
    }
    .ads {
        padding: 0.9rem 2rem;
        height: unset !important;
    }
    .all-ads p {
        width: 100%;
    }
    .img-ads img {
        width: 100%;
    }
    .card_introduction {
        width: 100%;
    }
    .card-go {
        width: 100%;
    }
    .text-bags h4 {
        width: 100%;
        margin-top: 1rem;
    }
    .bags {
        height: auto;
        padding: 0.5rem;
    }
    .Category-usedbag h5 {
        width: 100%;
    }

    .last-global {
        flex-wrap: wrap;
    }
    .linked {
        flex-wrap: wrap;
    }
    p.text-under {
        width: 100%;
    }
    .Buy-the-course {
        margin-top: unset;
    }

    .input-bags {
        width: 100%;
    }
    button.btn.btn-warning.rate-now {
        width: 46%;
    }
    .open {
        flex-wrap: wrap;
    }
    .price {
        flex-wrap: wrap;
    }
    .Buy-the-course {
        width: 100%;
    }
    .help-card {
        width: 100%;
    }
    .rate-bags {
        animation: unset;
        width: 50%;
    }

    .body .html {
        font-size: 0.7rem;
    }

    .detalis .main-hero {
        flex-wrap: wrap;
        gap: unset;
    }
    .detalis .icon {
        flex-wrap: wrap;
        gap: 7px;
    }
    .detalis .text p {
        width: 100%;
    }

    .bace-bags .fliter {
        flex-wrap: wrap;
    }
    .list-bags .fliter {
        flex-wrap: wrap;
    }
    .bace-bags .seclect {
        flex-wrap: wrap;
        justify-content: start;
        width: 100%;
    }
    .list-bags .seclect {
        flex-wrap: wrap;
        justify-content: start;
    }
    .bace-bags .form-select {
        width: 100%;
    }
    .list-bags .form-select {
        width: 100%;
    }

    .content {
        height: 520px !important;
    }
    .card_introduction h4 {
        font-size: 0.9rem;
    }
    .nav-tabs .nav-link {
        font-size: 0.9rem;
    }
    .drow {
        width: 30px;
        height: 30px;
    }
    svg.svg-inline--fa.fa-border-all {
        display: none;
    }
    svg.svg-inline--fa.fa-list-check {
        display: none;
    }

    .our-blog-page .Related-posts {
        margin: 3rem 0;
    }

    .our-blog-page .Related-posts .section .img img {
        width: 130px;
    }

    .our-blog-page .card-plog p {
        color: black;
    }

    .our-blog-page .Related-posts .section .img img {
        width: 110px;
    }

    .our-blog-page .Number-Visitors {
        margin-bottom: 2rem;
    }
    .connect-page .Means-communication a {
        width: 100%;
    }

    .connect-page .img-phone img {
        height: 150px;
        margin-top: 0rem;
    }

    .connect-page .Means-communication .phone h5 {
        color: #3c1d05;
    }

    .home .privacy-polisty p {
        margin-bottom: 2rem;
    }

    .explain-company .accordion-button:not(.collapsed)::after {
        height: 30px;
        width: 30px;
    }
    .explain-company .accordion-button::after {
        height: 30px;
        width: 30px;
    }

    .page-notfound .page .img img {
        width: 70%;
    }

    .page-notfound .page p {
        width: 90%;
    }

    .row.hamada {
        display: block !important;
    }
    .hamadas {
        width: 100% !important;
    }
    .connect-page .Means-communication .phone {
        width: 48%;
    }
    .connect-page .Means-communication .phone .icon {
        width: 30px;
        height: 30px;
    }
    .phone .icon img {
        width: 55%;
    }
    .modal.show .modal-dialog {
        min-width: 96% !important;
    }
    .radio-btn {
        display: block;
    }
    .btn-outline-danger {
        width: 100%;
    }
    .btn-outline-success {
        width: 100%;
    }
    .who-we .all {
        flex-wrap: wrap;
        margin-top: 8rem;
    }
    .who-we .all-teacher-card {
        overflow: scroll;
    }
    .who-we .arrows {
        display: none;
    }
    .who-we .tranining {
        flex-wrap: wrap;
    }
    .who-we .all-Trainees {
        height: 105px;
    }
    .who-we .trainees-icon {
        margin-top: 10px;
    }
    .who-we .card-teacher {
        margin-top: 1rem;
    }
    .who-we .text-icon img {
        width: 10%;
    }
    .who-we .absl img {
        width: 10%;
    }
    .who-we .adsss {
        background-size: cover;
        padding: 1rem;
    }

    .presonal-account .all-tabs {
        flex-wrap: wrap;
        gap: 0;
    }
    .presonal-account .right-nav {
        width: 100%;
    }
    .header-content {
        display: block;
    }
    .presonal-account .btn-content {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .btn-content .btn-upload {
        width: 100%;
    }
    .presonal-account .text-conetnt {
        width: 100%;
    }
    .btn-content .btdelet {
        padding: 0.5rem;
    }
    .presonal-account .form-control {
        width: 100%;
    }
    .presonal-account .save {
        width: 100%;
    }
    .presonal-account .name {
        gap: 10px;
    }
    .presonal-account .form-control input {
        width: 91%;
    }
    .presonal-account .all-massage {
        flex-wrap: wrap;
    }
    .presonal-account .right-massage {
        width: 100%;
    }
    .presonal-account .left-massage {
        width: 100%;
    }
    .presonal-account .right-chat {
        width: 100%;
    }
    .presonal-account .left-chat {
        width: 100%;
    }
    .presonal-account .top .chat {
        margin-top: 1rem;
        background-color: #06042e11;
    }
    #card-intro p {
        display: none;
    }
    #crad-subres .Category-used {
        display: none;
    }
    #crad-subres .text-true {
        display: none;
    }
    #crad-subres .text-true-1 {
        display: none;
    }
    #crad-subres .all-lastsub {
        width: 100%;
    }
    #card-gores .prag {
        font-size: 0.8rem;
        width: 88%;
    }
    #card-gores h4 {
        font-size: 1rem;
    }
    #card-gores img {
        width: 6%;
        height: unset;
    }

    #card-blogres {
        width: 100%;
        height: auto;
        padding: 0.5rem;
    }
    #card-blogress {
        width: 100%;
        height: 183px;
        padding: 0;
    }
    #card-blogres h4 {
        display: none;
    }
    #card-blogress h4 {
        display: none;
    }

    #card-blogres .cle {
        width: 40px;
        height: 40px;
        font-size: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #card-blogress .cle {
        width: 49px;
        height: 37px;
        font-size: 0.7rem;
    }

    #card-blogres .more_than h5 {
        font-size: 0.5rem;
        display: none;
    }
    #card-blogress.more_than h5 {
        font-size: 0.5rem;
        display: none;
    }
    #card-blogres .more_than svg {
        font-size: 0.5rem;
        display: none;
    }
    #card-blogress .more_than svg {
        font-size: 0.5rem;
        display: none;
    }
    #end-res p {
        display: none;
    }
    #com-res h4 {
        font-size: 1rem;
    }
    #com-res p {
        font-size: 0.8rem;
    }
    #com-res img {
        display: none;
    }
    #res-icn svg {
        width: 15px;
        height: 15px;
        padding: 0.6rem;
    }
    .alila {
        display: flex;
    }
    .alila .sections {
        width: 50%;
        margin-top: 3rem;
    }
    #card-mou h4 {
        font-size: 0.9rem;
    }
    #card-mou p {
        font-size: 0.8em;
    }
    #card-mou h6 {
        font-size: 0.8rem;
    }
    .our-blog-page .card-plog .img .date {
        width: 30px;
        height: 30px;
        font-size: 0.6rem;
        border-radius: 5px;
    }
    .our-blog-page .Tags .head .one-tag {
        margin: 0;
    }
    .imd-bag {
        display: block;
    }
    .imd-bag img {
        width: 35px;
        height: 35px;
    }
    .pro-bag h4 {
        font-size: 0.7rem;
    }
    .Educational_bags .accordion-button::after {
        margin-left: 14px;
    }
    .all-descri {
        display: flex;
        overflow-x: scroll;
    }
    .all-descri .text-ratedes {
        width: 24rem;
        height: 16rem;
    }
    .Buy-the-course .all-lastsub {
        display: flex;
    }
    .Buy-the-course .lastcard-sup {
        margin-bottom: 0;
    }
    .btn-buy {
        width: 100%;
    }
    .Educational_bags .all-lastsub {
        display: flex;
        width: 100%;
    }
    /* .our-blog-page .head {
        height: 352px;
    } */

    .share .head {
        height: 100%;
    }
    .presonal-account .fliter {
        display: block;
    }
    .presonal-account .seclect {
        margin-top: 10px;
    }
    .presonal-account .right-massage .form-control input {
        width: 87%;
    }
    ul.btn {
        justify-content: start;
    }
    .presonal-account .pro-detailes img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
    }
    .library-bags .fliter {
        flex-wrap: wrap;
    }
    .library-bags .seclect {
        flex-wrap: wrap;
    }
    .library-bags .seclect h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .library-bags .img-lib {
        width: 100%;
    }
    .library-bags .img-lib img {
        width: 100%;
    }
    .library-bags .text-lib h4 {
        font-size: 0.9rem;
        margin-top: 10px;
    }
    .library-bags .text-lib p {
        font-size: 0.7rem;
        margin-top: 10px;
    }
    .library-bags .hash h5 {
        font-size: 0.7rem;
    }
    .library-bags button.down {
        font-size: 0.7rem;
    }
    .library-bags .fliter h4 {
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .library-bags .seclect {
        width: 100%;
    }
    .book .down-text p {
        height: 200px;
        overflow: scroll;
        font-size: 1rem;
    }
    .book .text-book {
        display: block;
    }
    .book .text-book p {
        width: 100%;
    }
    .book button.down {
        width: 100%;
        margin-bottom: 0.8rem;
    }
    .bag-content .all-icons {
        flex-wrap: wrap;
    }
    .Indicator-details .all-icons {
        flex-wrap: wrap;
    }
    .bag-content .icon-text {
        width: 50%;
    }
    .Indicator-details .icon-text {
        width: 100%;
    }
    .bag-content .icon-textcup img {
        width: 5%;
    }
    .Indicator-details .icon-textcup img {
        width: 16%;
    }
    .bag-content .cup p {
        width: 100%;
    }
    .Indicator-details .cup p {
        width: 100%;
    }
    .bag-content .sec-comple {
        flex-wrap: wrap;
    }
    .Indicator-details .sec-comple {
        flex-wrap: wrap;
    }
    .bag-content .sec-comple h4 {
        margin-top: 10px;
    }
    .Indicator-details .sec-comple h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0.8rem;
    }
    /* .bag-content .Completion-rate {
        height: 100%;
    } */
    .Indicator-details .Completion-rate {
        height: 100%;
    }
    .bag-content .teacher {
        margin-bottom: 1rem;
    }
    .Indicator-details .teacher {
        margin-bottom: 1rem;
    }
    .bag-content .now h4 {
        font-size: 0.9rem;
    }
    .Indicator-details .now h4 {
        font-size: 0.9rem;
    }
    .bag-content .date {
        width: 38%;
        margin-bottom: 10px;
    }
    .Indicator-details .date {
        width: 100%;
        margin-bottom: 10px;
    }
    .text-bodyacco {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .bag-content .now img {
        width: 8%;
    }
    .Indicator-details .now img {
        width: 8%;
    }
    .bag-content .modal.show .modal-dialog {
        min-width: 100px;
    }
    .Indicator-details .modal.show .modal-dialog {
        min-width: 100px;
    }
    .bag-content .text-bodyacco-golive {
        flex-wrap: wrap;
    }
    .Indicator-details .text-bodyacco-golive {
        flex-wrap: wrap;
    }
    .ques-content .wizard-content-left {
        height: auto;
    }
    .ques-content .form-wizard {
        padding: 0;
    }
    .ques-content .btn-outline-success {
        width: 100%;
    }
    .ques-content .btn-outline-danger {
        width: 100%;
    }
    .ques-content .form-wizard .form-wizard-next-btn,
    .ques-content .form-wizard .form-wizard-previous-btn,
    .ques-content .form-wizard .form-wizard-submit {
        width: 100%;
    }
    .ques-content .form-wizard .form-wizard-steps li span {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .ques-content .form-wizard .form-wizard-steps li::after {
        height: 2px;
    }
    .im-acco {
        gap: 4px;
    }
    .Indicator-details .audio-parent {
        height: unset;
    }

    .Indicator-details .warrining h4 {
        font-size: 0.9rem;
    }
    .Indicator-details button.next-indicatorbtn {
        margin-bottom: 0.9rem;
    }
    a.navbar-brand img {
        width: 50px !important;
        height: 50px !important;
    }
    .frist-phone img {
        width: 15px;
        height: 15px;
    }
    .drow svg {
        width: 15px;
        height: 15px;
    }
    .love {
        width: 33px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* .deta-pro img {
      width: 25px;
      height: 25px;
    } */
    .img-sub h4 {
        width: 87px;
        height: 27px;
    }
    .lastcard-sup img {
        width: 20px;
        height: 20px;
    }
    .small-box {
        background-color: #e5890a;
        padding: 0.2rem 0.8rem;
        border-radius: 32% 0 22% 0;
        color: white;
        width: 40px;
        height: 20px;
    }
    .who-we .beet-one img {
        width: 154px;
        height: 359px;
        /* border: 2px solid #c57016; */
        border-radius: 100px;
    }
    .who-we .beet-two img {
        width: 132px;
        height: 173px;
        /* border: 2px solid #c57016; */
        border-radius: 100px;
    }
    .who-we.who-we .trainees-icon img {
        width: 30px;
        height: 30px;
    }

    section.ads {
        margin: 0;
    }
    button.btn.btn-warning.more {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        padding: 0.5rem;
    }
    .header-go {
        margin-top: 1rem;
    }
    .header {
        margin-top: 2rem;
    }
    .card-blog {
        overflow: hidden !important;
    }
    .not {
        height: 40vh;
    }
    .detalis .cover {
        height: 50px;
    }
    .privacy-pragraf {
        height: 279px;
        overflow: scroll;
    }
    .who-we .card-teacher::after {
        width: 102%;
        height: 67%;
    }
    .allrate {
        margin: 0;
    }
    .Educational_bags .img-sub img {
        width: 100%;
        height: 236px;
    }
    div#end-res {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .header-company {
        margin-bottom: 0.2rem;
    }
    h4.week {
        margin-right: 0;
    }
    .company-link a h5 {
        padding: 0.2rem;
        font-size: 1rem;
    }
    div#end-res .logo img {
        width: 69px;
        height: 69px;
        margin-bottom: 1rem;
    }
    .detalis .img-sub img {
        width: 100%;
        height: 100%;
    }
    .detalis .main-img img {
        width: 19%;
    }
    .ques-content .que-hed {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.dropdown-menu.notifacation.show {
        width: 308px;
        height: 199px;
        margin-left: -24rem;
    }
    .top {
        display: block;
    }

    .footer-main {
        height: auto;
    }
    div#res-icn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }
    .who-we .card-rate {
        display: block;
    }
    .who-we .cards {
        width: unset;
    }

    .presonal-account .form-control {
        height: 36px;
    }
    .library-bags .img-lib img {
        width: 100%;
    }
    p.welcome {
        margin-bottom: unset !important;
    }
    a.navbar-brand img {
        margin: unset;
    }
    .presonal-account .right-massage .form-control {
        height: 28px;
    }
    /* .our-blog-page .Tags .head {
        height: 58px;
    } */
    .end-page {
        display: block;
        text-align: center;
    }
    .mida-iconss {
        display: flex;
        justify-content: end;
        align-items: center !important;
        flex-direction: column;
    }
    .top_nav_detlies {
        flex-wrap: wrap;
        display: block;
        text-align: center;
    }
    img.drop {
        width: 27% !important;
    }
    #no-responsive {
        display: none;
    }
    #yes-responsive {
        display: block !important;
    }
    .res {
        display: none !important;
    }
    button#dropdownMenuButton7 {
        width: 100%;
        background-color: #e5890a;
        border: 1px solid;
        margin-bottom: 1rem;
        padding: 1rem;
        font-family: "regular";
        font-size: 1.6rem;
    }
    ul#lesones {
        width: 100%;
    }
    div#navdrop {
        display: block !important;
    }

    .nav-tabs .nav-link {
        width: 32%;
    }
    select.form-select {
        width: 100% !important;
    }
    .twitterx {
        width: 32px !important;
        height: 32px !important;
        margin-top: unset;
    }

    div#res-icnss {
        display: none;
    }
    .presonal-account .seclect {
        flex-wrap: wrap;
    }
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block !important;
    }
    .text-ads p {
        width: 100% !important;
    }
    .carousel-item {
        width: 92% !important;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -24px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .question-bank img {
        width: 100%;
    }
    .question-bank p {
        width: 100%;
    }
    .photo-question-bank img {
        width: 100% !important;
        height: auto;
    }
    .carousel-item img {
        /* width: 60% !important; */
        width: 100% !important;
        height: auto;
    }
    .text-ads {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .mida-iconsss img {
        width: 15% !important;
        aspect-ratio: 5 / 2 !important;
        object-fit: contain !important;
    }

    .bace-bags .img-sub img {
        width: 100%;
        height: 100%;
    }
    .photo_leftside {
        width: 90%;
        height: 218px;
    }

    .img-sub {
        height: 311px;
    }
    .ans {
        display: block;
    }
    .actions {
        display: block;
    }
    .parent-payment .last-payment {
        width: 100%;
    }
    .img-paymentupload label {
        width: 100%;
    }
    button#follow {
        margin-bottom: 1rem;
        width: 100%;
    }
    .ques-content .form-wizard .form-wizard-steps {
        margin: 17px 0;
    }
    .img-answer {
        width: 385px;
        height: 123px;
        object-fit: cover;
        border-radius: 10px;
    }
    .presonal-account .seclect h4 {
        text-align: start;
    }
    .card-blog img {
        height: unset;
    }
    img.el3alamya {
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    button.btn.create {
        margin: 0 !important;
        font-size: 0.7rem !important;
        margin-top: 0.5rem !important;
    }
    ul.dropdown-menu.show {
        min-width: 25rem;
        text-align: start;
        padding: 0.5rem;
        margin-left: -17rem;
        position: absolute;
        top: 11px;
    }
    .all-downe {
        margin: unset !important;
    }
    button.btncreate {
        width: 100% !important;
    }
    .lastcard-sup {
        width: 100%;
    }
    .img-sub img {
        width: 100% !important;
    }
    img.logo-all {
        height: unset !important;
    }
}

/* responsive */
.schadule {
    .schadule-row {
        display: flex;
        align-items: center;
        background-color: #FCFDFD;
        gap: 10px;
        margin-top: 1rem;
        border-top: 1px solid #E9EBF8;
        border-right: 1px solid #E9EBF8;
        border-left: 1px solid #E9EBF8;
        padding: 1rem;
        border-radius: 8px;
        width: 100%;
        .schadule-col {
            width: 33.3%;
            .schadule-title {
                color: #656B78;
                font-family: "Medium";
                margin-bottom: 0.5rem;
            }
            .schadule-text {
                color: #3C1D05;
                font-family: "Medium";
                margin-bottom: 0;
            }
        }
    }
}

.session-details {
    margin: 2rem 0;
    .title {
        font-family: "Medium";
        font-size: 1.4rem;
    }
    .session-title {
        font-family: "Medium";
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(84, 104, 129, 1);
        font-size: 1.2rem;
        .group-title {
            margin-bottom: 0;
        }
    }
    .standard {
        border-radius: 10px;
        margin-top: 1rem;
        .standard-title {
            background-color: rgba(240, 243, 246, 1);
            padding: 1rem;
            font-size: 1rem;
            border-radius: 10px 10px 0 0;
            margin-bottom: 0;
        }
        ul {
            list-style: none;
            border: 1px solid rgba(233, 235, 248, 1);
            padding: 1rem 2rem;
            border-radius: 0 0 10px 10px;
            li {
                list-style: "\2B98";
                padding-inline-start: 0.5rem;
                &::marker {
                    color: #E5890A;
                    font-size: 1rem;
                }
            }
        }
    }
    .join-section {
        border: 1px solid #E9EBF8;
        border-radius: 6px;
        padding: 0.7rem 0.8rem;
        ul {
            list-style: none;
            margin-bottom: 0;
            li {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 0.5rem;
                font-family: "regular";
                svg {
                    background-color: rgba(229, 137, 10, 0.1);
                    color: #E5890A;
                    font-size: 0.8rem;
                    padding: 0.5rem;
                    border-radius: 6px;
                }
                &:last-of-type {
                    margin-bottom: 0;
                }
            }
        }
        .PrimaryButton {
            margin-bottom: 1rem;
        }
    }
    .teacher-section {
        border: 1px solid #E9EBF8;
        border-radius: 6px;
        padding: 0.7rem 0.8rem;
        margin-top: 1.5rem;
        .title-section {
            font-family: "Medium";

        }
        .teacher-data {
            display: flex;
            align-items: center;
            gap: 8px;
            .teacher-image {
                width: 30px;
                height: 30px;
                border-radius: 50%;
            }
            .teacher-name {
                font-family: "regular";
                font-size: 0.8rem;
                margin-bottom: 0;
            }
        }
    }
    .attachments-session {
        background-color: rgba(247, 247, 247, 1);
        border-radius: 10px;
        padding: 1rem;
        margin-top: 1rem;
        .video-session {
            video {
                height: 315px;
            }
        }
    }
}


.PrimaryButton {
    background-color: #E5890A;
    color: white;
    border: 1px solid #E5890A;
    padding: 0.5rem 1rem;
    width: 100%;
    border-radius: 8px;
    font-family: "Medium";
    font-size: 1rem;
    cursor: pointer;
    transition: 0.75s ease-in-out;
    &:hover {
        background-color: transparent;
        border: 1px solid #E5890A;
        color: #E5890A;
        transition: 0.75s ease-in-out;
    }
}
