@font-face {
    font-family: "Black";
    src: url(./../fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: "Black";
    src: url(./../fonts/Tajawal-Black.ttf);
    unicode-range: U+0600- U+06FF;
}

@font-face {
    font-family: "Bold";
    src: url(./../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Bold";
    src: url(./../fonts/Tajawal-Bold.ttf);
    unicode-range: U+0600- U+06FF;
}

@font-face {
    font-family: "SemiBold";
    src: url(./../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "SemiBold";
    src: url(./../fonts/Tajawal-Medium.ttf);
    unicode-range: U+0600- U+06FF;
}

@font-face {
    font-family: "ExtraBold";
    src: url(./../fonts/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: "ExtraLight";
    src: url(./../fonts/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: "Light";
    src: url(./../fonts/Poppins-Light.ttf);
}

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

@font-face {
    font-family: "Medium";
    src: url(./../fonts/Tajawal-Medium.ttf);
    unicode-range: U+0600- U+06FF;
}

@font-face {
    font-family: "Regular";
    src: url(./../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Regular";
    src: url(./../fonts/Tajawal-Regular.ttf);
    unicode-range: U+0600- U+06FF;
}

@font-face {
    font-family: "BoldSegoe";
    src: url(./../fonts/SegoeUIBold.ttf);
}

@font-face {
    font-family: "BoldSegoe";
    src: url(./../fonts/Tajawal-Bold.ttf);
    unicode-range: U+0600- U+06FF;
}

@font-face {
    font-family: "SemiBoldSegoe";
    src: url(./../fonts/seguisb.ttf);
}

@font-face {
    font-family: "SemiBoldMontserrat";
    src: url(./../fonts/MontserratAlternates-SemiBold.ttf);
}

@font-face {
    font-family: "RussoOne-Regular";
    src: url(./../fonts/RussoOne-Regular.ttf);
}

@font-face {
    font-family: "RussoOne-Regular";
    src: url(./../fonts/Tajawal-Medium.ttf);
    unicode-range: U+0600- U+06FF;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

@media (max-width: 1200px) {
    header {
        background-color: #ffffff;
    }
}

header .navbar {
    background-color: transparent !important;
    padding: 3vh 0;
}

@media (max-width: 1200px) {
    header .navbar {
        padding: 2vh 0;
    }
}

header .navbar .navbar-collapse {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .navbar .navbar-brand {
    width: 60px;
    -webkit-margin-end: 2rem;
    margin-inline-end: 2rem;
}

@media (max-width: 1200px) {
    header .navbar .navbar-brand {
        width: 50px;
    }
}

header .navbar .navbar-brand img {
    
    height: 60px;
    width: 140px !important;
    object-fit: cover;
}

header .navbar .nav-item .nav-link {
    font-family: "Medium";
    color: #487ebf !important;
    font-size: 18px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    header .navbar .nav-item .nav-link {
        text-align: center;
    }
}

header .navbar .dropdown {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

header .navbar .dropdown .btn {
    background-color: transparent;
    font-family: "Medium";
    color: #487ebf;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header .navbar .dropdown .btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    background-color: #eee;
}

header .navbar .dropdown .dropdown-menu {
    min-width: 12rem;
    border-radius: 10px;
}

header .navbar .dropdown .dropdown-menu .dropdown-item {
    color: #487ebf;
    font-family: "Medium";
    font-size: 14px;
    padding-block: 6px;
}

header .navbar .dropdown .dropdown-menu .dropdown-item:active {
    color: #fff !important;
    background-color: #487ebf;
}

header .navbar .contactBtn {
    background-color: #487ebf;
    padding: 8px 30px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 2;
    font-family: "Medium";
    cursor: pointer;
}

header .navbar .form-select {
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    font-family: Medium;
}

header .navbar.light {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

header .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

@media (max-width: 1200px) {
    header .me-auto {
        margin: 20px auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

html[dir="rtl"] header .me-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

footer {
    padding: 0 2vw 4vh;
}

footer .footerBox {
    background-color: #487ebf;
    padding: 5vh 5vw;
    border-radius: 5px;
}

footer .footerBox .logo {
    width: 180px;
    margin-bottom: 5px;
    height: 80px;
    object-fit: cover;
}

footer .footerBox .des {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}

footer .footerBox .mediaLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    footer .footerBox .mediaLinks {
        margin-bottom: 30px;
    }
}

footer .footerBox .mediaLinks .mediaLink {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
}

footer .footerBox .mediaLinks .mediaLink span {
    color: #ffffff;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    font-family: "Medium";
    text-transform: uppercase;
}

footer .footerBox .mediaLinks .mediaLink img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 28px;
    height: 28px;
}

footer .footerBox .mediaLinks .mediaLink.small {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
footer .footerBox .mediaLinks .mediaLink.small:hover >img {
    transform: scale(1.1);
}

footer .footerBox .mediaLinks .mediaLink.small img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 25px;
    height: 25px;
}

footer .footerBox .title {
    color: #ffffff;
    font-family: Bold;
    margin-block: 15px;
}

footer .footerBox .footerLink {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

footer .footerBox .footerLink img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

@media (min-width: 992px) {
    html[dir="rtl"] footer .offset-lg-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }
}

.seeAllBtn {
    color: #ffffff !important;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border-radius: 7px;
    background-color: #487ebf;
    padding: 10px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Medium";
}

.seeAllBtn.small {
    padding: 8px 15px;
    font-size: 12px;
}
.registerModal{
    background-color: rgba(0, 0, 0, 0.4);
}
.registerModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

@media (max-width: 992px) {
    .registerModal .modal-dialog {
        max-width: 92%;
    }
}

.registerModal .modal-content {
    padding: 8vh 60px 5vh;
    border-radius: 30px;
    position: relative;
    -webkit-backdrop-filter: blur(30px) brightness(1);
    backdrop-filter: blur(30px) brightness(1);
    background-color: #FFF;
    border: none !important;
}

@media (max-width: 992px) {
    .registerModal .modal-content {
        padding: 8vh 20px 5vh;
    }
}

.registerModal .modal-content .btn-close {
    background-color: #ffffff !important;
    width: 1.8em;
    height: 1.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231B4F76'%3e%3cpath  strockWidth='3px' d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/0.9em auto no-repeat;
    border-radius: 50%;
    opacity: 1;
    -webkit-box-shadow: 0 3px 10px rgba(117, 117, 117, 0.2);
    box-shadow: 0 3px 10px rgba(117, 117, 117, 0.2);
    position: absolute;
    top: 15px;
    right: 20px;
}

.registerModal .modal-content .roleCard {
    border-radius: 18px;
    padding: 30px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

@media (max-width: 992px) {
    .registerModal .modal-content .roleCard {
        padding: 25px 10px 15px;
    }
}

.registerModal .modal-content .roleCard img {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}

.registerModal .modal-content .roleCard .title {
    color: #ffffff;
    font-size: 18px;
    font-family: "Medium";
}

.registerModal .modal-content .roleCard .title.dark {
    color: #ffffff;
    font-size: 18px;
    font-family: "Medium";
}

.registerModal .modal-content .modalTitle {
    color: #487ebf;
    text-align: center;
    font-family: "SemiBold";
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 20px;
}

.registerModal .modal-content .col-6:nth-child(1) .roleCard {
    background: linear-gradient(135deg, #92cdf0, #3bb8ff, #7d9cad);
}

.registerModal .modal-content .col-6:nth-child(2) .roleCard {
    background: linear-gradient(135deg, #92cdf0, #3bb8ff, #7d9cad);

}

.registerModal .modal-content .col-6:nth-child(3) .roleCard {
    background: linear-gradient(135deg, #a2bed2, #51a2d9, #42a3e5, #1ca3fe);
}

.registerModal .modal-content .col-6:nth-child(4) .roleCard {
    background: linear-gradient(135deg, #3c688a, #7296b2, #48657d, #304757);
}

.modal-backdrop {
    background-color: #eee;
}

.homepage {
    position: relative;
    min-height: 100vh;
    padding-top: 18vh;
    overflow-x: hidden;
}

.homepage .homebg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: center;
    object-position: center;
    opacity: 0.8;
}

.homepage .intro {
    padding-block: 10vh 5vh;
    position: relative;
}

@media (max-width: 992px) {
    .homepage .intro {
        padding-block: 0;
    }
}

.homepage .intro .handImg {
    position: absolute;
    pointer-events: none;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.homepage .intro .title {
    text-transform: uppercase;
    color: #487ebf;
    font-size: 34px;
    font-family: "Bold";
}

@media (max-width: 992px) {
    .homepage .intro .title {
        font-size: 30px;
        text-align: center;
    }
}

.homepage .intro .subtitle {
    color: #487ebf;
    font-size: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .homepage .intro .subtitle {
        font-size: 20px;
        text-align: center;
    }
}

.homepage .intro .registerCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .homepage .intro .registerCon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.homepage .intro .registerCon .label {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 22px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

@media (max-width: 992px) {
    .homepage .intro .registerCon .label {
        margin-bottom: 10px;
    }
}

.homepage .intro .registerCon .roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .homepage .intro .registerCon .roles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.homepage .intro .registerCon .roles .roleLink {
    display: block;
    padding: 12px 15px;
    background-color: #487ebf;
    font-family: "SemiBold";
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .homepage .intro .registerCon .roles .roleLink {
        width: 40%;
        margin-bottom: 15px;
        text-align: center;
        margin-inline: 10px;
    }
}

.homepage .intro .registerCon .roles .roleLink img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.homepage .intro .registerCon .roles .roleLink:nth-child(2) {
    background-color: #50afe6;
}

.homepage .intro .registerCon .roles .roleLink:nth-child(3) {
    background-color: #3682b8;
}

.homepage .intro .registerCon .roles .roleLink:nth-child(4) {
    background-color: #7ad4f6;
}

.homepage .intro .registerCon .roles .roleLink:nth-child(5) {
    background-color: #5fc4f0;
}

.vistorPage .banners{
    padding: 80px 0;
}

.homepage .banners .slick-list ,
.vistorPage .banners .slick-list{
    padding-inline: 0 !important;
    padding-block: 10vh 15vh !important;
}

@media (max-width: 992px) {
    .homepage .banners .slick-list,
    .vistorPage .banners .slick-list {
        padding-block: 5vh !important;
    }
}

.homepage .banners .banner ,
.vistorPage .banners .banner{
    padding-inline: 10px;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important;
}

@media (max-width: 992px) {
    .homepage .banners .banner ,
    .vistorPage .banners .banner{
        margin-bottom: 20px;
    }
}

.homepage .banners .banner img ,
.vistorPage .banners .banner img    {
    width: 100%;
    height: 32vh;
    border-radius: 5px;
}

.homepage .banners .banner.slick-current ,
.vistorPage .banners .banner.slick-current{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 5;
    position: relative;
}

@media (max-width: 992px) {
    .homepage .banners .banner.slick-current ,
    .vistorPage .banners .banner.slick-current{
        -webkit-transform: initial;
        transform: initial;
    }
}

.homepage .services svg,
.homepage .services img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.homepage .whyUs {
    padding-block: 10vh;
}

.homepage .whyUs .whyUsContent .title {
    color: #487ebf;
    font-size: 28px;
    font-family: "SemiBold";
    margin-bottom: 15px;
}

.homepage .whyUs .whyUsContent .reason {
    position: relative;
    padding-left: 25px;
    color: #487ebf;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: Medium;
    font-size: 16px;
}

.homepage .whyUs .whyUsContent .reason::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #487ebf;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.homepage .whyUs .whyUsCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards {
        margin-bottom: 10vh;
    }
}

.homepage .whyUs .whyUsCards .whyUsCard {
    width: 65%;
    height: 30vh;
    padding: 30px;
    border-radius: 16px;
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard {
        height: auto;
    }
}

.homepage .whyUs .whyUsCards .whyUsCard .title {
    font-family: "SemiBold";
    font-size: 35px;
    text-align: right;
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard .title {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard img {
        width: 40%;
    }
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(1) {
    background-color: #487ebf;
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(1) .title {
    color: #ffffff;
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(1) img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(2) {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-top: -15vh;
    background-color: transparent;
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard:nth-child(2) {
        margin-top: -8vh;
    }
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.3);
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(2) .title {
    color: #487ebf;
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(2) img {
    margin-left: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(3) {
    background-color: #e6f4fc;
    margin-top: -10vh;
    z-index: 2;
    position: relative;
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard:nth-child(3) {
        height: auto !important;
        margin-top: -12vh;
    }
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(3) .title {
    color: #ffffff;
    font-size: 24px;
    width: 60%;
    color: #487ebf;
    margin-left: auto;
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard:nth-child(3) .title {
        width: 70%;
        font-size: 20px;
    }
}

.homepage .whyUs .whyUsCards .whyUsCard:nth-child(3) img {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

@media (max-width: 992px) {
    .homepage .whyUs .whyUsCards .whyUsCard:nth-child(3) img {
        width: 25%;
        -webkit-transform: translate(-20px, -80px);
        transform: translate(-20px, -80px);
        position: absolute;
    }
}

html[dir="rtl"] .homepage .intro .handImg {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

html[dir="rtl"] .homepage .services {
    direction: ltr;
}

@media (min-width: 992px) {
    html[dir="rtl"] .homepage .whyUs .offset-lg-1 {
        margin-left: 0;
        margin-right: 8.33333333%;
    }
}

html[dir="rtl"] .homepage .whyUs .reason {
    padding-left: 0;
    padding-right: 25px;
}

html[dir="rtl"] .homepage .whyUs .reason::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(1) {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(1) img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-right: auto;
    display: block;
}

html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(2) {
    margin-right: 0;
}

html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(2)::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(3) {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(3) .title {
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 992px) {
    html[dir="rtl"] .homepage .whyUs .whyUsCard:nth-child(3) img {
        -webkit-transform: translate(20px, -80px);
        transform: translate(20px, -80px);
    }
}

.auth {
    min-height: 100vh;
    overflow-x: hidden;
}

.auth > .row {
    min-height: 100vh;
}

.auth .authHeader {
    padding: 3vh 2vw 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth .authHeader img {
    width: 160px;
    height: 80px;
    object-fit: cover;

}

@media (max-width: 992px) {
    .auth .authHeader img {
        display: block;
        margin: 0 auto;
    }
}

.auth .authHeader .accountType {
    color: #487ebf;
    font-size: 13px;
}

.auth .authCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.auth .authFormCon {
    padding: 0 6vw 5vh;
}

@media (max-width: 992px) {
    .auth .authFormCon {
        padding: 0 6vw 3vh;
    }
}

.auth .authFormCon .formCon .title {
    font-family: "SemiBold";
    font-size: 24px;
    margin-bottom: 5px;
    color: #487ebf;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .auth .authFormCon .formCon .title {
        text-align: center;
    }
}

.auth .authFormCon .formCon .des {
    color: #707070;
    margin-bottom: 30px;
    color: #487ebf;
}

@media (max-width: 992px) {
    .auth .authFormCon .formCon .des {
        text-align: center;
    }
}

.auth .authFormCon .formCon form .row {
    margin-inline: 0 !important;
}

.auth .authFormCon .formCon form .form-label {
    color: #707070;
    font-size: 14px;
    margin-bottom: 3px !important;
    color: #487ebf;
    font-family: "SemiBold";
}

.auth .authFormCon .formCon form .form-control {
    border-radius: 8px;
    border: none;
    background-color: #ebf2f6;
    padding: 12px 20px;
    font-size: 14px;
    color: #487ebf;
    /* Firefox */
}

.auth .authFormCon .formCon form .form-control::-webkit-outer-spin-button,
.auth .authFormCon .formCon form .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.auth .authFormCon .formCon form .form-control[type="number"] {
    -moz-appearance: textfield;
}

.auth .authFormCon .formCon form .form-control::-webkit-input-placeholder {
    color: #487ebf;
}

.auth .authFormCon .formCon form .form-control:-ms-input-placeholder {
    color: #487ebf;
}

.auth .authFormCon .formCon form .form-control::-ms-input-placeholder {
    color: #487ebf;
}

.auth .authFormCon .formCon form .form-control::placeholder {
    color: #487ebf;
}

.auth .authFormCon .formCon form .form-control.uplaodPerImg {
    background-color: transparent;
    padding: 0 !important;
    padding-top: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth .authFormCon .formCon form .form-control.uplaodPerImg .perCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth .authFormCon .formCon form .form-control.uplaodPerImg .perImg {
    width: 55px;
    height: 55px;
    -ms-flex-wrap: 0;
    flex-wrap: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.auth .authFormCon .formCon form .form-control.uplaodPerImg .uploadText {
    color: #487ebf;
    font-family: "Medium";
    font-size: 16px;
}

.auth .authFormCon .formCon form .form-control.uplaodPerImg .uploadBtn {
    background-color: #7ad4f6;
    width: 50px;
    height: 42px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.auth .authFormCon .formCon form .form-control.uplaodPerImg .uploadBtn img {
    width: 40%;
}

.auth .authFormCon .formCon form .remamberCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth .authFormCon .formCon form .remamberCon .form-check {
    -webkit-padding-start: 2em;
    padding-inline-start: 2em;
}

.auth .authFormCon .formCon form .remamberCon .form-check .checkCon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-left: -2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth
    .authFormCon
    .formCon
    form
    .remamberCon
    .form-check
    .checkCon
    .form-check-input {
    float: initial;
    margin-left: 0;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.auth
    .authFormCon
    .formCon
    form
    .remamberCon
    .form-check
    .checkCon
    .form-check-input:checked {
    background-color: #487ebf;
    border-color: #487ebf;
}

.auth .authFormCon .formCon form .remamberCon .form-check .form-check-label {
    color: #707070;
    margin-top: 5px;
    font-size: 14px;
    color: #487ebf;
}

.auth .authFormCon .formCon form .remamberCon .forgetLink {
    font-size: 14px;
    text-decoration: none;
    color: #487ebf;
}

.auth .authFormCon .formCon form .passwordInputCon {
    position: relative;
}

.auth .authFormCon .formCon form .passwordInputCon .field-icon {
    position: absolute;
    top: 45%;
    inset-inline-end: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 20px;
    height: 20px;
    display: block;
}

.auth .authFormCon .formCon form .passwordInputCon .field-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.auth .authFormCon .formCon form .passwordInputCon .field-icon img.open {
    display: none;
}

.auth .authFormCon .formCon form .passwordInputCon .field-icon.show img.open {
    display: block;
    margin-top: 4px;
}

.auth .authFormCon .formCon form .passwordInputCon .field-icon.show img.close {
    display: none;
}

.auth .authFormCon .formCon form .verifyCon {
    gap: 25px;
    margin-bottom: 40px !important;
}

.auth .authFormCon .formCon form .verifyCon .form-control {
    display: block;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1rem;
    min-width: 0;
    border: none !important;
    color: #545454;
    font-family: "SemiBold";
    font-size: 30px;
    padding-block: 10px !important;
    border-radius: 13px !important;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.auth .authFormCon .formCon form .verifyCon .form-control:last-child {
    margin-right: 0;
}

.auth .authFormCon .formCon form .btn {
    width: 100%;
    text-align: center;
    background-color: #487ebf;
    border: none !important;
    color: #ffffff;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding-block: 10px;
}

.auth .authFormCon .formCon form .btn.btn-secondary {
    color: #487ebf;
    background-color: transparent;
    border: 1px solid #487ebf !important;
    font-size: 16px;
}

.auth .authFormCon .formCon form .btn.btn-secondary img {
    margin-inline: 5px;
}

.auth .anotherLinkCon {
    text-align: center;
    margin-bottom: 15px;
    font-family: "SemiBoldSegoe";
    color: #487ebf;
}

.auth .anotherLinkCon a {
    text-decoration: none;
    font-family: "BoldSegoe";
    color: #487ebf;
}

.authInfoCon {
    height: 100%;
    background-image: url(./../images/authBg.png);
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .authInfoCon {
        padding-block: 5vh;
    }
}

.authInfoCon .infoContent img {
    width: 10vw;
    margin: 0 auto 10px;
    display: block;
}

@media (max-width: 992px) {
    .authInfoCon .infoContent img {
        width: 18vw;
    }
}

.authInfoCon .infoContent .title {
    text-align: center;
    font-size: 35px;
    font-family: "RussoOne-Regular";
    color: #487ebf;
    margin-bottom: 5px;
}

.authInfoCon .infoContent .des {
    color: #487ebf;
    text-align: center;
    font-family: "SemiBold";
}

html[dir="rtl"] .auth .form-check .form-check-input {
    margin-right: -1.5em;
    margin-left: 0;
}

html[dir="rtl"] .auth .checkCon {
    float: right !important;
    margin-right: -2em;
    margin-left: 0;
}

html[dir="rtl"] .auth .form-select {
    background-position: left 0.75rem center;
}

.vistorPage {
    overflow: hidden;
    min-height: 100vh;
    padding-top: 10vh;
    position: relative;
}

.vistorPage .vistorbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: top;
    object-position: top;
    opacity: 0.8;
}

.vistorPage .shapesbg {
    position: absolute;
    height: 100%;
    width: 85%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 10vh;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -o-object-position: top;
    object-position: top;
}

@media (max-width: 992px) {
    .vistorPage .shapesbg {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.vistorPage .intro .introImg {
    width: 100%;
    margin-top: 60px;
}

.vistorPage .intro .introText {
    padding-top: 15vh;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText {
        padding-top: 5vh;
    }
}

.vistorPage .intro .introText .subtitle {
    color: #487ebf;
    font-family: Bold;
    font-size: 22px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .subtitle {
        text-align: center;
    }
}

.vistorPage .intro .introText .title {
    font-family: "RussoOne-Regular";
    color: #5fc4f0;
    font-size: 17px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .title {
        text-align: center;
    }
}

.vistorPage .intro .introText .des {
    color: #487ebf;
    font-size: 27px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .des {
        text-align: center;
    }
}

.vistorPage .intro .introText .registerCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .registerCon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.vistorPage .intro .introText .registerCon .label {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 22px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .registerCon .label {
        margin-bottom: 10px;
    }
}

.vistorPage .intro .introText .registerCon .roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .registerCon .roles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.vistorPage .intro .introText .registerCon .roles .roleLink {
    display: block;
    padding: 12px 15px;
    background-color: #487ebf;
    font-family: "SemiBold";
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .registerCon .roles .roleLink {
        width: 40%;
        margin-bottom: 15px;
        text-align: center;
        margin-inline: 10px;
    }
}

.vistorPage .intro .introText .registerCon .roles .roleLink img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.vistorPage .intro .introText .registerCon .roles .roleLink:nth-child(2) {
    background-color: #50afe6;
}

.vistorPage .intro .introText .registerCon .roles .roleLink:nth-child(3) {
    background-color: #3682b8;
}

.vistorPage .intro .introText .registerCon .roles .roleLink:nth-child(4) {
    background-color: #7ad4f6;
}

.vistorPage .intro .introText .registerCon .roles .roleLink:nth-child(5) {
    background-color: #5fc4f0;
}

.vistorPage .intro .introText .bookLink {
    display: block;
    padding: 12px 25px;
    background-color: #487ebf;
    font-family: "SemiBold";
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .vistorPage .intro .introText .bookLink {
        text-align: center;
        margin: 0 auto 20px;
        width: 60%;
    }
}

.vistorPage .intro .introText .bookLink img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.vistorPage .intro .introText .introServices {
    margin-top: 20px;
}

.vistorPage .intro .introText .introServices .introService {
    background-color: #ffffff;
    border-radius: 11px;
    -webkit-box-shadow: 0 3px 18px rgba(117, 117, 117, 0.16);
    box-shadow: 0 3px 18px rgba(117, 117, 117, 0.16);
    padding: 5vh 10%;
    height: 100%;
    margin-bottom: 10px;
}
.vistorPage .intro .introText .introServices .introService a{
    text-decoration: none;
}
@media (max-width: 992px) {
    .vistorPage .intro .introText .introServices .introService {
        margin-bottom: 20px;
        padding: 2vh 10px;
    }
}

.vistorPage .intro .introText .introServices .introService img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vistorPage .intro .introText .introServices .introService .cardText {
    color: #59c4f0;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}

.vistorPage .schoolsSec {
    padding-block: 5vh 0;
}

.vistorPage .schoolsSec .title {
    color: #487ebf;
    font-family: "SemiBold";
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}

.vistorPage .schoolsSec .des {
    color: #487ebf;
    text-align: center;
    font-size: 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    display: block;
}

.vistorPage .schoolsSec .des img {
    position: absolute;
    right: -10px;
    top: 0;
    -webkit-transform: translate(100%, -30%);
    transform: translate(100%, -30%);
    width: 80px;
}

.vistorPage .schoolsSec .input-group {
    background-color: #7c9ab0;
    width: 40%;
    margin: 0 auto 3vh;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 15px;
}

@media (max-width: 992px) {
    .vistorPage .schoolsSec .input-group {
        width: 90%;
    }
}

.vistorPage .schoolsSec .input-group input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
}

.vistorPage .schoolsSec .input-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.vistorPage .schoolsSec .input-group input:-ms-input-placeholder {
    color: #ffffff;
}

.vistorPage .schoolsSec .input-group input::-ms-input-placeholder {
    color: #ffffff;
}

.vistorPage .schoolsSec .input-group input::placeholder {
    color: #ffffff;
}

.vistorPage .schoolsSec .input-group .btn {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.vistorPage .schoolsSec .input-group .btn img {
    width: 20px;
}

.vistorPage .schoolsSec .schoolsCards .slick-list {
    padding-block: 10vh 0 !important;
}

@media (max-width: 992px) {
    .vistorPage .schoolsSec .schoolsCards .slick-list {
        padding-block: 8vh !important;
    }
}

.vistorPage .schoolsSec .schoolsCards .schoolCard {
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 15px 20px 30px;
    margin: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 40px;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .schoolLogo {
    position: absolute;
    left: 20%;
    top: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .seeLink {
    display: block;
    margin-left: auto;
    color: #487ebf;
    border-radius: 26px;
    border: 1px solid #487ebf;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    text-decoration: none;
    padding: 1px 12px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .cardTitle {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 18px;
    margin-bottom: 5px;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .cardDes {
    color: #487ebf;
    font-size: 16px;
    margin-bottom: 10px;
    height: 72px;
    overflow: hidden;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .cardLocation {
    color: #487ebf;
    font-size: 12px;
    font-family: "SemiBold";
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .cardLocation img {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard .registerLink {
    background-color: #487ebf;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Medium;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 25px;
    border-radius: 6px;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard.slick-current,
.vistorPage .schoolsSec .schoolsCards .schoolCard.slick-center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin-bottom: 0;
    background: linear-gradient(
        135deg,
        #c7e7f4 -20%,
        #7392ab 5%,
        #7a99b1 45%,
        #c3e9f6 100%
    );
    padding: 15px 20px 50px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.vistorPage .schoolsSec .schoolsCards .schoolCard.slick-current *,
.vistorPage .schoolsSec .schoolsCards .schoolCard.slick-center * {
    color: #ffffff;
}

.vistorPage .schoolsSec .schoolsCards .schoolCard.slick-current .seeLink,
.vistorPage .schoolsSec .schoolsCards .schoolCard.slick-center .seeLink {
    border: 1px solid #ffffff !important;
    margin-bottom: 50px;
}

.vistorPage
    .schoolsSec
    .schoolsCards
    .schoolCard.slick-current
    .cardLocation
    img,
.vistorPage
    .schoolsSec
    .schoolsCards
    .schoolCard.slick-center
    .cardLocation
    img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.vistorPage .schoolsSec .schoolsCards .slick-dots {
    margin-bottom: 15px;
}

.vistorPage .schoolsSec .schoolsCards .slick-dots li {
    width: 14px;
    height: 14px;
}

.vistorPage .schoolsSec .schoolsCards .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bcbcbc;
}

.vistorPage .schoolsSec .schoolsCards .slick-dots li button:before {
    content: initial;
}

.vistorPage .schoolsSec .schoolsCards .slick-dots li.slick-active button {
    background-color: #487ebf;
}

.vistorPage .requestCon {
    padding: 5vh 0;
}

.vistorPage .requestCon .requestText {
    padding-top: 5vh;
}

.vistorPage .requestCon .requestText .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .vistorPage .requestCon .requestText .title {
        text-align: center;
    }
}

.vistorPage .requestCon .requestText .des {
    color: #487ebf;
    margin-bottom: 15px;
    font-family: "Medium";
}

@media (max-width: 992px) {
    .vistorPage .requestCon .requestText .des {
        text-align: center;
    }
}

.vistorPage .requestCon .requestText .bookLink {
    display: block;
    padding: 12px 20px;
    background-color: #487ebf;
    font-family: "SemiBold";
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .vistorPage .requestCon .requestText .bookLink {
        margin: 0 auto;
    }
}

.vistorPage .requestCon .requestText .bookLink img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.vistorPage .requestCon .requestImg {
    width: 100%;
}

.vistorPage .lastBooks {
    padding: 5vh 0 25vh;
}

@media (max-width: 992px) {
    .vistorPage .lastBooks {
        padding: 5vh 0 10vh;
    }
}

.vistorPage .lastBooks .slick-list {
    overflow: initial;
    padding-block: 12vh 4vh !important;
}

.vistorPage .lastBooks .title {
    text-align: center;
    font-family: "SemiBold";
    font-size: 28px;
    color: #487ebf;
}

.vistorPage .lastBooks .subtitle {
    text-align: center;
    font-family: "Medium";
    font-size: 20px;
    color: #487ebf;
    margin-bottom: 30px;
}

.vistorPage .lastBooks .lastBooksCard {
    border-radius: 12px;
    background-color: #ffffff;
    padding: 0 10px 20px;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    width: 13vw;
    margin: 0 15px;
    height: 32vh;
}

@media (max-width: 992px) {
    .vistorPage .lastBooks .lastBooksCard {
        width: 40vw;
        height: 25vh;
    }
}

.vistorPage .lastBooks .lastBooksCard .bookImg {
    width: 100%;
    height: 20vh;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -10vh;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.vistorPage .lastBooks .lastBooksCard .cardTitle {
    text-align: center;
    font-family: "SemiBold";
    color: #487ebf;
    margin-bottom: 5px;
    font-size: 14px;
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vistorPage .lastBooks .lastBooksCard .price {
    text-align: center;
    font-family: "SemiBold";
    color: #487ebf;
    margin-bottom: 10px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vistorPage .lastBooks .lastBooksCard .seeAllBtn {
    padding: 7px 20px !important;
}

.vistorPage .summerCamp {
    background-color: #487ebf;
    border-radius: 8px;
    padding: 30px 3vw;
    margin-bottom: 5vh;
    z-index: 2;
    position: relative;
}

@media (max-width: 992px) {
    .vistorPage .summerCamp {
        padding: 30px 5vw;
    }
}

.vistorPage .summerCamp .campText .campHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.vistorPage .summerCamp .campText .campHeader .campIcon {
    width: 80px;
}

.vistorPage .summerCamp .campText .campHeader .seeAllLink {
    border-radius: 25px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-family: "Medium";
    padding: 5px 20px;
    font-size: 14px;
}

.vistorPage .summerCamp .campText .title {
    color: #ffffff;
    font-family: "SemiBold";
    font-size: 26px;
}

@media (max-width: 992px) {
    .vistorPage .summerCamp .campText .title {
        text-align: center;
    }
}

.vistorPage .summerCamp .campText .subtitle {
    color: "Medium";
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .vistorPage .summerCamp .campText .subtitle {
        text-align: center;
    }
}

.vistorPage .summerCamp .campText .input-group {
    background-color: #487ebf;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px 10px;
}

@media (max-width: 992px) {
    .vistorPage .summerCamp .campText .input-group {
        margin-bottom: 40px;
    }
}

.vistorPage .summerCamp .campText .input-group input {
    font-family: "Medium";
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
}

.vistorPage
    .summerCamp
    .campText
    .input-group
    input::-webkit-input-placeholder {
    color: #ffffff;
}

.vistorPage .summerCamp .campText .input-group input:-ms-input-placeholder {
    color: #ffffff;
}

.vistorPage .summerCamp .campText .input-group input::-ms-input-placeholder {
    color: #ffffff;
}

.vistorPage .summerCamp .campText .input-group input::placeholder {
    color: #ffffff;
}

.vistorPage .summerCamp .campText .input-group .btn {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.vistorPage .summerCamp .campText .input-group .btn img {
    width: 20px;
}

.vistorPage .summerCamp .campCards {
    margin-top: -13%;
}

@media (max-width: 992px) {
    .vistorPage .summerCamp .campCards {
        margin-top: 0;
    }
}

.vistorPage .summerCamp .campCards .campCard {
    padding: 60px 10px 15px;
    border-radius: 9px;
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
    height: 60vh;
}

@media (max-width: 992px) {
    .vistorPage .summerCamp .campCards .campCard {
        margin-bottom: 40px;
        /* height: 25vh; */
    }
}

.vistorPage .summerCamp .campCards .campCard .campImg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 55px;
    height: 55px;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    -o-object-fit: cover;
    object-fit: cover;
}

.vistorPage .summerCamp .campCards .campCard .title {
    color: #487ebf;
    font-family: "SemiBold";
    text-align: center;
    margin-bottom: 10px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vistorPage .summerCamp .campCards .campCard .subtitle {
    color: #487ebf;
    font-family: "SemiBold";
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    margin-bottom: 30px;
    height: 15vh;
}

.vistorPage .summerCamp .campCards .campCard .des {
    color: #487ebf;
    font-family: "Medium";
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
    height: 20hv;
}

@media (max-width: 992px) {
    .vistorPage .whoWeAre {
        padding-bottom: 5vh;
    }
}

.vistorPage .whoWeAre .whoText {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .vistorPage .whoWeAre .whoText {
        position: relative;
        z-index: 2;
    }
}

.vistorPage .whoWeAre .whoText .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 30px;
    margin-bottom: 10px;
}

.vistorPage .whoWeAre .whoText .des {
    font-size: 15px;
    color: #487ebf;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "Medium";
}

.vistorPage .whoWeAre .whoText .bookLink {
    display: block;
    padding: 12px 20px;
    background-color: #487ebf;
    font-family: "Medium";
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}

.vistorPage .whoWeAre .whoText .bookLink img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.vistorPage .whoWeAre .whoImg {
    width: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

html[dir="rtl"] .vistorPage .vistorbg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

html[dir="rtl"] .vistorPage .shapesbg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

html[dir="rtl"] .vistorPage .schoolsSec .schoolCard .schoolLogo {
    right: 20%;
    left: auto;
    -webkit-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
}

html[dir="rtl"] .vistorPage .schoolsSec .schoolCard .seeLink {
    margin-right: auto;
    margin-left: 0;
}

@media (min-width: 992px) {
    html[dir="rtl"] .vistorPage .whoWeAre .offset-lg-1,
    html[dir="rtl"] .vistorPage .requestCon .offset-lg-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
}

.schools {
    overflow: hidden;
    min-height: 100vh;
    padding-top: 20vh;
    padding-bottom: 10vh;
    position: relative;
}

@media (max-width: 992px) {
    .schools {
        padding-top: 15vh;
    }
}

.schools .schoolsbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: top;
    object-position: top;
    opacity: 0.8;
}

.schools::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
}

@media (max-width: 992px) {
    .schools .schoolsFilter {
        margin-bottom: 10ch;
    }
}

.schools .schoolsFilter .input-group {
    background-color: #487ebf;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.schools .schoolsFilter .input-group input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffffff;
    background-color: transparent;
    font-family: "Medium";
}

.schools .schoolsFilter .input-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.schools .schoolsFilter .input-group input:-ms-input-placeholder {
    color: #ffffff;
}

.schools .schoolsFilter .input-group input::-ms-input-placeholder {
    color: #ffffff;
}

.schools .schoolsFilter .input-group input::placeholder {
    color: #ffffff;
}

.schools .schoolsFilter .input-group .btn {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.schools .schoolsFilter .input-group .btn img {
    width: 20px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.schools .schoolsFilter .filterTitle {
    font-family: "SemiBold";
    color: #487ebf;
    margin-bottom: 10px;
}

.schools .schoolsFilter .filterCon {
    margin-bottom: 20px;
}

.schools .schoolsFilter .filterCon .filterBtn {
    color: #487ebf;
    width: 100%;
    background-color: transparent;
    border: none;
    font-family: Medium;
    padding: 5px 10px !important;
    text-align: start;
    border-bottom: 1px solid #5a7e98;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.schools .schoolsFilter .filterCon .filterBtn img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none !important;
    opacity: 0;
}

.schools .schoolsFilter .filterCon .filterBtn.collapsetype {
    border: none !important;
}

.schools .schoolsFilter .filterCon .filterBtn[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.schools .schoolsFilter .filterCon .filterBtn.active {
    background-color: #5a7e98;
    color: #ffffff;
}

.schools .schoolsFilter .filterCon .collapseCon {
    border-bottom: 2px solid #5a7e98;
}

.schools .schoolsFilter .filterCon .collapseCon .collapseCard {
    padding: 5px 20px 10px;
}

.schools
    .schoolsFilter
    .filterCon
    .collapseCon
    .collapseCard
    .form-check-label {
    color: #487ebf;
    font-size: 14px;
    font-family: Medium;
}

.schools
    .schoolsFilter
    .filterCon
    .collapseCon
    .collapseCard
    .form-check-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.schools
    .schoolsFilter
    .filterCon
    .collapseCon
    .collapseCard
    .form-check-input:checked {
    background-color: #487ebf;
    border-color: #487ebf;
}

.schools .schoolCards .schoolCard {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.schools .schoolCards .schoolCard .row {
    margin-inline: initial !important;
}

.schools .schoolCards .schoolCard .cardImg {
    width: 100%;
    height: 100%;
    background-color: #487ebf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.schools .schoolCards .schoolCard .cardImg .cardLogo {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -o-object-fit: cover;
    object-fit: cover;
}

.schools .schoolCards .schoolCard .cardImg .coverImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.schools .schoolCards .schoolCard .cardText {
    padding: 25px 15px;
    background-color: #ffffff;
}

.schools .schoolCards .schoolCard .cardText .cardHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.schools .schoolCards .schoolCard .cardText .cardHeader .price {
    color: #487ebf;
    font-family: "Semibold";
    font-size: 13px;
}

.schools .schoolCards .schoolCard .cardText .profileInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 10px;
}

.schools .schoolCards .schoolCard .cardText .profileInfo .personImg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}

.schools .schoolCards .schoolCard .cardText .type {
    background-color: #5fc4f0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Medium";
    padding: 0 10px;
    font-size: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}

.schools .schoolCards .schoolCard .cardText .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}

.schools .schoolCards .schoolCard .cardText .des {
    font-family: "Medium";
    color: #487ebf;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.schools .schoolCards .schoolCard .cardText .des.withSub {
    margin-bottom: 2px;
}

.schools .schoolCards .schoolCard .cardText .subtitle {
    color: #5fc4f0;
    font-size: 12px;
    font-family: "Medium";
    margin-bottom: 10px;
}

.schools .schoolCards .schoolCard .cardText .cardFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.schools .schoolCards .schoolCard .cardText .cardFooter .likeBtn {
    border: none;
    padding: none;
    background-color: transparent;
}

.schools .schoolCards .schoolCard .cardText .cardFooter .likeBtn.liked svg {
    fill: #487ebf;
}

.schools .schoolCards .schoolCard .cardText .cardFooter .cardLink {
    color: #ffffff !important;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    background-color: #487ebf;
    padding: 5px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Medium";
    font-size: 10px;
}

.schools .schoolCards .pagination {
    margin-top: 30px;
}

.schools .schoolCards .pagination li {
    margin-inline: 5px !important;
}

.schools .schoolCards .pagination li a {
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 22px;
    font-family: "SemiBold";
    color: #487ebf;
    padding-inline: 5px !important;
    padding-block: 0px !important;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.schools .schoolCards .pagination li.active {
    border-bottom: 3px solid #487ebf;
}

.schools .profileDetils {
    margin-top: 90px;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 100px 15px 30px;
    position: relative;
}

@media (max-width: 992px) {
    .schools .profileDetils {
        margin-bottom: 5vh;
    }
}

.schools .profileDetils .profileImg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
}

.schools .profileDetils .profileImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.schools .profileDetils .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.schools .profileDetils .subtitle {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.schools .profileDetils .des {
    color: #487ebf;
    font-family: "Medium";
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 25px;
}

.schools .profileDetils .phoneIcon {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

.schools .profileDetils .phoneNumber {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 11px;
    text-align: center;
    margin-bottom: 4px;
}

html[dir="rtl"] .schools .schoolCard {
    border-radius: 8px 0 0 8px;
}

html[dir="rtl"] .schools .collapseCon .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
}

html[dir="rtl"] .schools .collapseCon .form-check {
    padding-left: 0;
    padding-right: 1.5em;
}

.product {
    overflow: hidden;
    min-height: 100vh;
    padding-top: 18vh;
    padding-bottom: 10vh;
    position: relative;
}

@media (max-width: 992px) {
    .product {
        padding-top: 15vh;
        padding-bottom: 5vh;
    }
}

.product .productbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: top;
    object-position: top;
    opacity: 0.8;
}

.product::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
}

.product .productBox {
    min-height: 80vh;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
}

.product .productBox .productsText {
    -webkit-border-start: 1px solid rgba(129, 158, 179, 0.5);
    border-inline-start: 1px solid rgba(129, 158, 179, 0.5);
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .product .productBox .productsText {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        border: none;
    }
}

.product .productBox .productsText .boxHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product .productBox .productsText .boxHeader .tag {
    background-color: #5fc4f0;
    color: #ffffff;
    font-family: "Medium";
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3px 20px;
    border-radius: 3px;
}

.product .productBox .productsText .boxHeader .price {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 22px;
}

.product .productBox .productsText .title {
    color: #487ebf;
    font-size: 24px;
    font-family: "SemiBold";
    margin-bottom: 15px;
}

.product .productBox .productsText .des {
    color: #487ebf;
    font-size: 15px;
    font-family: "Medium";
    margin-bottom: 15px;
}

.product .productBox .productsText .likes {
    color: #487ebf;
    font-family: "Medium";
    margin-bottom: 20px;
}

.product .productBox .productsText .likes button {
    padding: 0;
    background-color: transparent;
    border: none;
}

@media (max-width: 992px) {
    .product .productBox .productsText .likes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-block: 20px;
    }
}

.product .productBox .productsText .likes svg {
    width: 25px;
    height: 25px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.product .productBox .productsText .profileCon {
    background-color: #ebf2f6;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .product .productBox .productsText .profileCon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3vh 10px;
    }
}

.product .productBox .productsText .profileCon .profileImg {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

@media (max-width: 992px) {
    .product .productBox .productsText .profileCon .profileImg {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
}

.product .productBox .productsText .profileCon .profileName {
    font-family: "SemiBold";
    color: #487ebf;
    font-size: 18px;
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
}

@media (max-width: 992px) {
    .product .productBox .productsText .profileCon .profileName {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 20px;
    }
}

.product .productBox .productsText .profileCon .profileLink {
    text-decoration: none;
    color: #5fc4f0;
    display: block;
    font-family: "Medium";
    border-bottom: 2px solid #5fc4f0;
    padding-inline: 10px;
    font-size: 16px;
}

.product .productBox .productsText .ownerPhones {
    background-color: #ececec;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .product .productBox .productsText .ownerPhones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3vh 10px;
    }
}

.product .productBox .productsText .ownerPhones .phoneImg {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

@media (max-width: 992px) {
    .product .productBox .productsText .ownerPhones .phoneImg {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }
}

.product .productBox .productsText .ownerPhones .phone {
    color: #487ebf;
    font-size: 14px;
    font-family: "SemiBold";
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
}

@media (max-width: 992px) {
    .product .productBox .productsText .ownerPhones .phone {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 20px;
    }
}

.product .productBox .bookCover {
    height: 50vh;
    margin-bottom: 40px;
}

.product .productBox .bookCover img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product .productBox .bookCover.small {
    height: 20vh;
    margin-bottom: 30px;
    cursor: pointer;
}

.school {
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 10vh;
    position: relative;
}

@media (max-width: 992px) {
    .school {
        padding-top: 0;
    }
}

.school .schoolbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 90vh;
    left: 0;
    z-index: -2;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: top;
    object-position: top;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .school .schoolbg {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.school .schoolshapes {
    position: absolute;
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 110vh;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -o-object-position: top;
    object-position: top;
}

@media (max-width: 992px) {
    .school .schoolshapes {
        -o-object-fit: cover !important;
        object-fit: cover !important;
        height: 100%;
    }
}

.school::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
}

.school .intro {
    min-height: 75vh;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 14px 14px;
    padding-top: 23vh;
    padding-bottom: 13vw;
    margin-bottom: 13vw;
    position: relative;
}

@media (max-width: 992px) {
    .school .intro {
        padding-top: 18vh;
        min-height: auto;
        padding-bottom: 25vw;
        margin-bottom: 25vw;
    }
}

.school .intro .title {
    text-align: center;
    color: #ffffff;
    font-family: "Medium";
    font-size: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.school .intro .types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.school .intro .types .type {
    color: #ffffff;
    font-family: "Medium";
    font-size: 15px;
    padding-inline: 2vw;
}

.school .intro .types .type img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.school .intro .introLink {
    display: block;
    padding: 12px 30px;
    background-color: #70c7f9;
    font-family: "Medium";
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
}

.school .intro .introLink img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.school .intro .schoolLogo {
    width: 25vw;
    height: 25vw;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

@media (max-width: 992px) {
    .school .intro .schoolLogo {
        width: 50vw;
        height: 50vw;
    }
}

.school .about {
    padding-block: 8vh;
}

@media (max-width: 992px) {
    .school .about {
        padding-block: 4vh;
    }
}

.school .about .aboutText {
    padding: 20px;
}

.school .about .aboutText .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 25px;
    margin-bottom: 25px;
}

.school .about .aboutText .des {
    color: #487ebf;
    font-family: "Medium";
    font-size: 15px;
    line-height: 32px;
}

@media (max-width: 992px) {
    .school .about .aboutCards {
        padding-inline: 30px;
    }
}

.school .about .aboutCards .aboutCard {
    padding: 25px 10px 40px;
    -webkit-box-shadow: 0px 3px 18px rgba(117, 117, 117, 0.16);
    box-shadow: 0px 3px 18px rgba(117, 117, 117, 0.16);
    border-radius: 15px;
    height: 100%;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .school .about .aboutCards .aboutCard {
        padding: 20px 10px 15px;
    }
}

.school .about .aboutCards .aboutCard .cardImg {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.school .about .aboutCards .aboutCard .cardTitle {
    text-align: center;
    font-family: "Medium";
    color: #487ebf;
}

.school .schoolImages {
    padding-block: 5vh;
}

.school .schoolImages .title {
    color: #487ebf;
    text-align: center;
    font-family: "SemiBold";
    font-size: 30px;
    margin-bottom: 10px;
}

.school .schoolImages .des {
    color: #487ebf;
    text-align: center;
    font-family: "Medium";
    font-size: 18px;
    width: 50%;
    margin: 0 auto 30px;
}

@media (max-width: 992px) {
    .school .schoolImages .des {
        width: 100%;
    }
}

.school .schoolImages .schoolImagesSlider .schoolImgSlide {
    margin-inline: 5px;
}

.school .schoolImages .schoolImagesSlider .schoolImgSlide .schoolImage {
    width: 100%;
    height: 28vh;
    border-radius: 13px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .school .schoolImages .schoolImagesSlider .schoolImgSlide .schoolImage {
        height: 20vh;
    }
}

.school .schoolImages .schoolImagesSlider .slick-dots {
    bottom: -40px;
}

.school .schoolImages .schoolImagesSlider .slick-dots li {
    width: 14px;
    height: 14px;
}

.school .schoolImages .schoolImagesSlider .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bcbcbc;
}

.school .schoolImages .schoolImagesSlider .slick-dots li button:before {
    content: initial;
}

.school .schoolImages .schoolImagesSlider .slick-dots li.slick-active button {
    background-color: #487ebf;
}

.school .schoolVideo {
    padding-block: 10vh;
}

@media (max-width: 992px) {
    .school .schoolVideo {
        padding-block: 5vh;
    }
}

.school .schoolVideo .title {
    color: #487ebf;
    text-align: center;
    font-family: "SemiBold";
    font-size: 30px;
    margin-bottom: 10px;
}

.school .schoolVideo .des {
    color: #487ebf;
    text-align: center;
    font-family: "Medium";
    font-size: 18px;
    width: 50%;
    margin: 0 auto 30px;
}

@media (max-width: 992px) {
    .school .schoolVideo .des {
        width: 100%;
    }
}

.school .schoolVideo video {
    width: 100%;
    height: 73vh;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .school .schoolVideo video {
        height: 40vh;
    }
}

.school .contact {
    padding-block: 5vh;
}

.school .contact iframe {
    min-height: 60vh;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .school .contact iframe {
        height: 30vh !important;
        min-height: auto;
    }
}

.school .contact .contactForm {
    overflow: hidden;
}

@media (max-width: 992px) {
    .school .contact .contactForm {
        margin-bottom: 5vh;
    }
}

.school .contact .contactForm .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 25px;
    margin-bottom: 35px;
}

.school .contact .contactForm form .form-label {
    color: #487ebf;
    font-family: "SemiBold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.school .contact .contactForm form .form-label img {
    width: 18px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.school .contact .contactForm form .form-control {
    background-color: transparent;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #487ebf !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #487ebf !important;
    border-radius: 0;
}

.school .contact .contactForm form .form-control::-webkit-input-placeholder {
    color: #487ebf !important;
}

.school .contact .contactForm form .form-control:-ms-input-placeholder {
    color: #487ebf !important;
}

.school .contact .contactForm form .form-control::-ms-input-placeholder {
    color: #487ebf !important;
}

.school .contact .contactForm form .form-control::placeholder {
    color: #487ebf !important;
}

.school .contact .contactForm form .submitBtn {
    color: #ffffff;
    font-family: "Medium";
    padding: 10px 30px;
    border-radius: 5px;
    border: none !important;
    background-color: #487ebf;
}

@media (min-width: 992px) {
    html[dir="rtl"] .school .contact .offset-lg-1,
    html[dir="rtl"] .school .about .offset-lg-1 {
        margin-left: 0;
        margin-right: 8.33333333%;
    }
}

.joinForm {
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 10vh;
    padding-top: 18vh;
    position: relative;
}

@media (max-width: 992px) {
    .joinForm {
        padding-top: 15vh;
    }
}

.joinForm .schoolbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: top;
    object-position: top;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .joinForm .schoolbg {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.joinForm::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
}

.joinForm .nav-pills {
    background-color: #ebf2f6;
    border-radius: 5px;
    padding: 15px 40px;
}

@media (max-width: 992px) {
    .joinForm .nav-pills {
        padding: 15px 10px;
    }
}

.joinForm .nav-pills .nav-link {
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #487ebf;
    font-family: "SemiBold";
    padding: 0;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .joinForm .nav-pills .nav-link {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }
}

.joinForm .nav-pills .nav-link .tabNum {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .joinForm .nav-pills .nav-link .tabNum {
        font-size: 16px;
        width: 25px;
        height: 25px;
    }
}

.joinForm .nav-pills .nav-link.active .tabNum {
    background-color: #487ebf;
    color: #ffffff;
}

.joinForm .tab-content {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 40px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .joinForm .tab-content {
        padding: 30px 25px;
    }
}

.joinForm .tab-content .tab-pane .formHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.joinForm .tab-content .tab-pane .formHeader .title {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
}

.joinForm .tab-content .tab-pane .formHeader .title .location {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    font-size: 14px;
    font-family: "Medium";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader .title .location {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin-bottom: 10px;
    }
}

.joinForm .tab-content .tab-pane .formHeader .title .location img {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.joinForm .tab-content .tab-pane .formHeader .subtitle {
    color: #487ebf;
    font-family: "SemiBold";
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader .subtitle {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader .schoolCon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.joinForm .tab-content .tab-pane .formHeader .schoolCon .schoolTitle {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 14px;
    font-family: "Medium";
    color: #487ebf;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader .schoolCon .schoolTitle {
        display: block;
        text-align: center;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.joinForm .tab-content .tab-pane .formHeader .headerLogo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .formHeader .headerLogo {
        width: 30vw;
        height: 30vw;
        margin: 0 auto 20px;
    }
}

.joinForm .tab-content .tab-pane .tableCon {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .tableCon {
        overflow-x: scroll;
    }
}

.joinForm .tab-content .tab-pane .table {
    border-bottom: 1px solid #487ebf;
    border-collapse: separate;
    border-spacing: 0;
}

.joinForm .tab-content .tab-pane .table th,
.joinForm .tab-content .tab-pane .table td {
    padding: 15px 20px !important;
    font-size: 14px;
    text-align: center !important;
    border: none !important;
}

.joinForm .tab-content .tab-pane .table thead {
    border-radius: 5px;
}

.joinForm .tab-content .tab-pane .table thead th {
    background-color: #487ebf !important;
    color: #ffffff;
    font-family: "SemiBold";
}

.joinForm .tab-content .tab-pane .table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.joinForm .tab-content .tab-pane .table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.joinForm .tab-content .tab-pane .table tbody th,
.joinForm .tab-content .tab-pane .table tbody td {
    color: #487ebf;
    font-family: "Medium";
}

.joinForm .tab-content .tab-pane .table tbody th .editBtn,
.joinForm .tab-content .tab-pane .table tbody td .editBtn {
    background-color: transparent;
    border: none !important;
    padding: 0;
}

.joinForm .tab-content .tab-pane .table tbody th .editBtn img,
.joinForm .tab-content .tab-pane .table tbody td .editBtn img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.joinForm .tab-content .tab-pane .table.table-striped {
    border-bottom: none;
}

.joinForm
    .tab-content
    .tab-pane
    .table.table-striped
    > tbody
    > tr:nth-of-type(even) {
    --bs-table-accent-bg: #ebf2f6 !important;
}

.joinForm
    .tab-content
    .tab-pane
    .table.table-striped
    > tbody
    > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff !important;
}

.joinForm .tab-content .tab-pane .table.table-striped thead th {
    background-color: transparent !important;
    color: #487ebf;
    font-family: "SemiBold";
    border-top: 1px solid #487ebf !important;
    border-bottom: 1px solid #487ebf !important;
}

.joinForm .tab-content .tab-pane .table.table-striped thead th:first-child {
    border-radius: 10px 0 0 10px !important;
    border-left: 1px solid #487ebf !important;
}

.joinForm .tab-content .tab-pane .table.table-striped thead th:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #487ebf !important;
}

.joinForm .tab-content .tab-pane .table.table-striped tbody th:first-child {
    border-radius: 10px 0 0 10px !important;
}

.joinForm .tab-content .tab-pane .table.table-striped tbody td:last-child {
    border-radius: 0 10px 10px 0 !important;
}

.joinForm .tab-content .tab-pane form .row {
    margin-inline: 0 !important;
}

.joinForm .tab-content .tab-pane form .form-label {
    color: #707070;
    font-size: 14px;
    margin-bottom: 5px !important;
    color: #487ebf;
    font-family: "SemiBold";
}

.joinForm .tab-content .tab-pane form .form-control {
    border-radius: 8px;
    border: none;
    background-color: #ebf2f6;
    padding: 12px 20px;
    font-size: 14px;
    color: #487ebf;
    resize: none;
    /* Firefox */
}

.joinForm .tab-content .tab-pane form .form-control::-webkit-outer-spin-button,
.joinForm .tab-content .tab-pane form .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.joinForm .tab-content .tab-pane form .form-control[type="number"] {
    -moz-appearance: textfield;
}

.joinForm .tab-content .tab-pane form .form-control::-webkit-input-placeholder {
    color: #487ebf;
}

.joinForm .tab-content .tab-pane form .form-control:-ms-input-placeholder {
    color: #487ebf;
}

.joinForm .tab-content .tab-pane form .form-control::-ms-input-placeholder {
    color: #487ebf;
}

.joinForm .tab-content .tab-pane form .form-control::placeholder {
    color: #487ebf;
}

.joinForm .tab-content .tab-pane form .form-control.uplaodPerImg {
    background-color: #7ad4f6;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    color: #ffffff;
    font-family: "Medium";
}

.joinForm .tab-content .tab-pane form .form-control.uplaodPerImg img {
    width: 20px;
}

.joinForm .tab-content .tab-pane form .form-control.uplaodPerImg .DeleteBtn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    width: 10px;
    height: 10px;
}

.joinForm .tab-content .tab-pane form .price {
    border-radius: 7px;
    background-color: #5fc4f0;
    color: #ffffff;
    font-family: "Medium";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
    font-size: 14px;
    height: 45px;
}

.joinForm .tab-content .tab-pane form .remamberCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.joinForm .tab-content .tab-pane form .remamberCon .form-check {
    padding-left: 2em;
}

.joinForm .tab-content .tab-pane form .remamberCon .form-check .checkCon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-left: -2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.joinForm
    .tab-content
    .tab-pane
    form
    .remamberCon
    .form-check
    .checkCon
    .form-check-input {
    float: initial;
    margin-left: 0;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.joinForm
    .tab-content
    .tab-pane
    form
    .remamberCon
    .form-check
    .checkCon
    .form-check-input:checked {
    background-color: #487ebf;
    border-color: #487ebf;
}

.joinForm
    .tab-content
    .tab-pane
    form
    .remamberCon
    .form-check
    .form-check-label {
    color: #707070;
    margin-top: 5px;
    font-size: 14px;
    color: #487ebf;
}

.joinForm .tab-content .tab-pane form .remamberCon .forgetLink {
    font-size: 14px;
    text-decoration: none;
    color: #487ebf;
}

.joinForm .tab-content .tab-pane form .verifyCon {
    gap: 25px;
    margin-bottom: 40px !important;
}

.joinForm .tab-content .tab-pane form .verifyCon .form-control {
    display: block;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1rem;
    min-width: 0;
    border: none !important;
    color: #545454;
    font-family: "SemiBold";
    font-size: 30px;
    padding-block: 10px !important;
    border-radius: 13px !important;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.joinForm .tab-content .tab-pane form .verifyCon .form-control:last-child {
    margin-right: 0;
}

.joinForm .tab-content .tab-pane .btn {
    width: 100%;
    text-align: center;
    background-color: #487ebf;
    border: none !important;
    color: #ffffff;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding-block: 10px;
    font-family: "Medium";
}

.joinForm .tab-content .tab-pane .btn.btn-secondary {
    color: #487ebf;
    background-color: transparent;
    border: 1px solid #487ebf !important;
    font-size: 16px;
}

.joinForm .tab-content .tab-pane .btn.btn-secondary img {
    margin-inline: 5px;
}

.joinForm .tab-content .tab-pane .btn.btn-ligth {
    background-color: #5fc4f0;
}

.joinForm .tab-content .tab-pane .confirmCon {
    padding: 7vh 5vw;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .confirmCon {
        padding: 0 5vw;
    }
}

.joinForm .tab-content .tab-pane .confirmCon .confirmImg {
    width: 100%;
    height: 50vh;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 992px) {
    .joinForm .tab-content .tab-pane .confirmCon .confirmImg {
        height: 30vh;
        margin-bottom: 30px;
    }
}

.joinForm .tab-content .tab-pane .confirmCon .confirmText {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.joinForm .tab-content .tab-pane .confirmCon .confirmText .title {
    color: #487ebf;
    font-size: 22px;
    text-align: center;
    font-family: "SemiBold";
    margin-bottom: 15px;
}

.joinForm .tab-content .tab-pane .confirmCon .confirmText .des {
    color: #487ebf;
    font-size: 14px;
    text-align: center;
    font-family: "Medium";
    margin-bottom: 50px;
}

.joinForm .tab-content .tab-pane .confirmCon .confirmText .primaryLink {
    width: 70%;
    margin: 0 auto;
    background-color: #487ebf;
    padding-block: 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-family: "Medium";
    text-decoration: none;
    margin-bottom: 10px;
}

.joinForm .tab-content .tab-pane .confirmCon .confirmText .secondaryLink {
    width: 70%;
    margin: 0 auto;
    padding-block: 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    color: #e55165;
    font-family: "Medium";
    text-decoration: none;
}

html[dir="rtl"] .joinForm .form-select {
    background-position: left 0.75rem center;
}

html[dir="rtl"] .joinForm .tab-content .table thead th:first-child {
    border-radius: 0 10px 10px 0;
}

html[dir="rtl"] .joinForm .tab-content .table thead th:last-child {
    border-radius: 10px 0 0 10px;
}

html[dir="rtl"] .joinForm .tab-content .table.table-striped {
    border-bottom: none;
}

html[dir="rtl"]
    .joinForm
    .tab-content
    .table.table-striped
    > tbody
    > tr:nth-of-type(even) {
    --bs-table-accent-bg: #ebf2f6 !important;
}

html[dir="rtl"]
    .joinForm
    .tab-content
    .table.table-striped
    > tbody
    > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff !important;
}

html[dir="rtl"]
    .joinForm
    .tab-content
    .table.table-striped
    thead
    th:first-child {
    border-left: none !important;
    border-radius: 0 10px 10px 0 !important;
    border-right: 1px solid #487ebf !important;
}

html[dir="rtl"]
    .joinForm
    .tab-content
    .table.table-striped
    thead
    th:last-child {
    border-right: none !important;
    border-radius: 10px 0 0 10px !important;
    border-left: 1px solid #487ebf !important;
}

html[dir="rtl"]
    .joinForm
    .tab-content
    .table.table-striped
    tbody
    th:first-child {
    border-radius: 0 10px 10px 0 !important;
}

html[dir="rtl"]
    .joinForm
    .tab-content
    .table.table-striped
    tbody
    td:last-child {
    border-radius: 10px 0 0 10px !important;
}

.FAQs {
    position: relative;
    min-height: 80vh;
    padding-top: 22vh;
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .FAQs {
        padding-top: 18vh;
    }
}

.FAQs .FAQsbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -o-object-position: center;
    object-position: center;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .FAQs .FAQsbg {
        opacity: 0.3;
    }
}

.FAQs .title {
    color: #487ebf;
    font-size: 40px;
    font-family: "SemiBold";
}

.FAQs .subtitle {
    color: #487ebf;
    font-size: 23px;
    font-family: "SemiBold";
}

.FAQs .des {
    margin-top: 10px;
    color: #487ebf;
    font-size: 16px;
    font-family: "Medium";
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .FAQs .des {
        font-size: 14px;
    }
}

.FAQs .questionsCon {
    position: relative;
}

.FAQs .questionsCon .question {
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.FAQs .questionsCon .question .questionBtn {
    color: #487ebf;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-family: Medium;
}

.FAQs .questionsCon .question .questionBtn svg {
    width: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.FAQs .questionsCon .question .questionBtn[aria-expanded="true"] {
    background-color: #487ebf !important;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
}

.FAQs .questionsCon .question .questionBtn[aria-expanded="true"] svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.FAQs .questionsCon .question .questionBtn[aria-expanded="true"] svg path {
    stroke: #ffffff;
}

.FAQs .questionsCon .question .collapseContent {
    color: #707070;
    font-size: 14px;
}

.FAQs .questionsCon .question .collapseContent div {
    padding: 15px 20px 20px;
    font-family: Medium;
}

html[dir="rtl"] .FAQs .questionBtn svg {
    right: auto !important;
    left: 20px;
}

* {
    margin: 0;
    list-style: none;
}

/* ahmad updated */
@media screen and (max-width: 991px) {
    header .navbar .navbar-brand {
        width: 190px !important;
    }
    header .navbar {
        padding-block: 6px;
    }
}

header .navbar .nav-item .nav-link.active {
    border-bottom: 2px solid;
}

.ccccc > div {
    padding-top: 0 !important;
}

.ccccc .roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ccccc .roles > a {
    margin-block: 8px;
}

.accordion-body.filters {
    padding: 0;
}

.accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent !important;
    color: #5a7e98 !important;
    border-bottom: 1px solid #5a7e98 !important;
    font-size: 16px;
    font-family: "Bold";
    padding-block: 5px !important;
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235a7e98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-size: 1rem;
}

.accordion-button:active::after,
.accordion-button :focus::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235a7e98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.accordion-button::after {
    margin-inline: auto 0;
    margin-bottom: 10px;
}

.accordion-body.filters button,
.schools .schoolsFilter .filterCon .filterBtn {
    color: #487ebf;
    width: 100%;
    background-color: transparent;
    border: none;
    font-family: Medium;
    padding: 5px 10px !important;
    text-align: start;
    border-bottom: 1px solid #5a7e98;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.accordion-body.filters button img,
.schools .schoolsFilter .filterCon .filterBtn img {
    display: none !important;
}

.accordion-body.filters button.active {
    background-color: #bdbdbd;
}

.accordion-item {
    background-color: transparent;
    border: none !important;
    margin-bottom: 30px;
}
/*# sourceMappingURL=main.css.map */



.employment-card {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .employment-card .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .employment-card .header .image {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }

  .employment-card .header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

  }

  .employment-card .header>span {
    color: #487ebf;
  }

  .employment-card .title-t {
    color: #487ebf;
    font-weight: 400;
  }

  .employment-card .title-job {
    color: #8DD7F6;
    font-weight: 400;
  }

  .employment-card .desc {
    color: #487ebf;
  }

  .employment-card .footer {
    display: flex;
    align-items: center;
  }

  .employment-card .employment-time {
    text-decoration: none;
    background-color: #B0D4E4;
    color: #487ebf;
    margin-inline-end: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #B0D4E4;
    transition: 0.5s;
  }

  .employment-card .employment-time:hover {
    color: #B0D4E4;
    background-color: #487ebf;
  }


  .employment-card .applay {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #487ebf;
    border: 1px solid #487ebf;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 12px;
    text-align: center;
    padding: 8px;
    transition: 0.5s;
  }

  .employment-card .applay:hover {
    background-color: #fff;
    color: #487ebf;
  }

  @media (max-width: 578px) {
    .employment-card .footer {
      flex-direction: column;
    }

    .employment-card .employment-time {
      margin-block: 10px;
    }
  }

  /*# sourceMappingURL=main.css.map */
/* from here */

.employment-card {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 20px;
}

.employment-card .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.employment-card .header .image,
#apply .content .image {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

#apply .content .image {
  margin-bottom: 20px;
}

.employment-card .header .image img,
#apply .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employment-card .header>span {
  color: #487ebf;
}

.employment-card .title-t,
#apply .content .title-t {
  color: #487ebf;
  font-weight: 400;
}

.employment-card .title-job,
#apply .content .title-job {
  color: #8DD7F6;
  font-weight: 400;
}

#apply .content .title-job {
  margin-bottom: 20px;
}

.employment-card .desc,
#apply .content .desc {
  color: #487ebf;
}

#apply .content .desc {
  text-align: center;
}

.employment-card .footer,
#apply .content .footer {
  display: flex;
  align-items: center;
}

#apply .content .footer {
  margin-bottom: 20px;
}

.employment-card .employment-time,
#apply .content .employment-time {
  text-decoration: none;
  background-color: #B0D4E4;
  color: #487ebf;
  margin-inline-end: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #B0D4E4;
  transition: 0.5s;
}

/* .employment-card .employment-time:hover {
  color: #B0D4E4;
  background-color: #487ebf;
} */


.employment-card .applay,
#apply .content .applay {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #487ebf;
  border: 1px solid #487ebf;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 12px;
  text-align: center;
  padding: 8px;
  transition: 0.5s;
  margin-block-start: auto;

}

#apply .content .applay {
  width: 280px;
  margin-bottom: 20px;
}

.employment-card .applay:hover,
#apply .content .applay:hover {
  background-color: #fff;
  color: #487ebf;
}

@media (max-width: 578px) {

  .employment-card .footer,
  #apply .content .footer {
    flex-direction: column;
  }

  .employment-card .employment-time,
  #apply .content .employment-time {
    margin-block: 10px;
  }
}

.vistorPage .lastBooks .slick-list {
  overflow: hidden;
}

#apply .content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#apply .content .close {
  display: flex;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
  margin-inline: 0 auto;
  width: 46px;
  height: 46px;
}

#apply .content .city {
  color: #487ebf;
  margin-bottom: 10px;
}

#apply .content .location {
  color: #8DD7F6;
}


@media (min-width: 768px) {
  #apply .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  #apply .modal-dialog {
    max-width: 900px;
  }
}

.reg-course >div{
    margin-bottom: 25px;
}

