#_preload_div_ {
    height: 90px !important;
    width: 90px !important;
    left: calc(50% - 45px) !important;
    top: calc(50% - 45px) !important;
}

#_preload_div_>span {
    height: 0 !important
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
}

* svg {
    transition: all 0.2s linear 0s;
}

.show-range-container.cus-hidden {
    position: relative;
    z-index: 0;
    margin-top: -90px;
}

body {
    overflow-x: hidden;
    font-family: Montserrat, Tajawal, sans-serif;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

body.ar {
    direction: rtl;
    font-family: Tajawal, sans-serif;
    font-weight: 500;
}

body.ar * {
    letter-spacing: 0px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    appearance: none;
}

 :root {
    --darkblue: #283772;
    --lightblue: #429BD5;
    --lightSeaBlue: #DCF4F6;
    --darkSeaBlue: #3EC4CC;
    --lightred: #FC8A89;
    --bggray1: #F8F8F8;
    --bcolor2: #B297C7;
}

.like-btn,
.like-btn path {
    text-decoration: none;
    transition: all 0.18s linear 0s;
}

.absolute {
    position: absolute;
}

.scrollbar-track {
    opacity: 1 !important;
    background: rgb(238, 238, 238) !important;
    width: 12px !important;
}

.scrollbar-thumb {
    background: rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    left: 2px !important;
}

.cc-list .scrollbar-track {
    opacity: 1 !important;
    background: rgb(237, 239, 247) !important;
    width: 12px !important;
}

.cc-list .scrollbar-thumb {
    background: var(--lightblue) !important;
    border-radius: 20px !important;
    left: 2px !important;
}

.content--page h1 {
    display: none;
}

.form-floating>label {
    letter-spacing: -0.12px;
    color: rgb(205, 205, 205);
    margin-inline-start: 15px;
}

.light-blue-txt {
    color: var(--lightblue);
}

.dark-blue-txt {
    color: var(--darkblue);
}

.red-txt {
    color: var(--lightred);
}

.jello:hover {
    animation-name: jello;
    animation-duration: 0.75s;
}

.headShake:hover {
    animation-name: headShake;
    animation-duration: 0.75s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.like-btn,
.like-btn path,
button:focus,
button,
.btn:focus,
.btn,
.form-control:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.input:focus,
.input:hover,
.input:active {
    outline: none;
    box-shadow: none;
}

.fill-bg {
    position: relative;
}

.fill-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 0px;
    transition: all 0.5s cubic-bezier(0.73, 0, 0.24, 1) 0s;
    z-index: -1;
}

.fill-bg:hover::before {
    width: 100%;
}

.fill-light-blue.fill-bg::before {
    background: var(--darkblue);
}

.fill-light-blue:hover {
    color: rgb(255, 255, 255) !important;
}

@keyframes nav-top-menu {
    0% {
        top: -100px;
    }
    100% {
        top: 0vh;
    }
}

@keyframes nav {
    0% {
        top: -100px;
    }
    100% {
        top: 4vh;
    }
}

.fixed-menu-top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.63, 0.29, 0.12, 0.91);
    animation-name: nav-top-menu !important;
}

.fixed-top {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 13px;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.63, 0.29, 0.12, 0.91);
    padding-left: 20px;
    padding-right: 20px;
    animation-name: nav !important;
    position: fixed !important;
    border-bottom: 0px !important;
    top:4vh;
    /* z-index: 1050000000000000 !important; */
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: unset;
    }
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: auto;
    left: auto;
    margin-inline: calc((100% - 40px) - 30px) 30px;
    cursor: pointer;
    background: rgb(11, 175, 222);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

header .filters-links a,
a,
a:hover,
a:focus,
a:active,
.breadcrumb li a::before,
.breadcrumb li a::after {
    text-decoration: none;
    transition: all 0.18s linear 0s;
}

input,
input:hover {
    transition: all 0.18s linear 0s !important;
}

 ::placeholder {
    font-size: 13px;
}

a {
    color: rgb(51, 51, 51);
}

a:hover,
a:focus {
    color: var(--lightblue);
}

.ltr {
    display: inline-block;
    direction: ltr !important;
}

body.en .lang-link .en {
    display: none;
}

body.en .flip-on-lang {
    transform: scale(-1);
}

body.ar .lang-link .ar {
    display: none;
}

body.ar .owl-carousel {
    direction: ltr;
}

.relative {
    position: relative;
}

.light-blue-text {
    color: var(--lightblue);
}

.dark-blue-text {
    color: var(--darkblue);
}

.red-text {
    color: var(--lightred);
}

.content {}

@media (max-width: 991px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0px;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgb(52, 58, 64);
        transition: transform 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

iframe {
    width: 100%;
}

.footer-link {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    text-align: center;
    font-size: 15px;
}

.social-links {
    display: flex;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    width: 34px;
    height: 34px;
    background: rgb(208, 228, 241);
    border-radius: 500px;
    color: rgb(66, 155, 213);
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 107%;
    margin-inline-end: 9px;
}

.social-links a:last-child {
    margin-inline-end: 0px;
}

.social-links a:hover {
    background: rgb(40, 55, 114);
    color: rgb(255, 255, 255) !important;
}

.navbar-brand svg {
    width: 80px;
    height: auto;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
}

header .navbar-brand {
    border: 1px solid rgba(255, 255, 255, 0.77);
    border-radius: 8px;
    padding: 0px;
}

.not-front header {
    position: relative;
    left: 0px;
    right: 0px;
    z-index: 10;
    background: rgb(40, 55, 114);
    padding-block: 6px;
    z-index: 22;
}

.nav-container:not(.fixed-top) .navbar-nav li a.nav-link.active,
.nav-container:not(.fixed-top) a.nav-link,
.nav-container:not(.fixed-top) a.nav-link:hover {
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 991px) {
    .offcanvas a.active,
    .offcanvas a {
        color: rgb(17, 17, 17) !important;
    }
}

.navbar-nav li a {
    position: relative;
    padding-inline: 0px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-inline: 5px !important;
}

@media (min-width: 1200px) {
    .navbar-nav li a {
    font-size: 14px;
    padding-inline: 8px !important;
}
}

.navbar-nav li a::before {
    content: "";
    position: absolute;
    height: 3px;
    min-width: 0px;
    width: 0px;
    bottom: 0px;
    border-radius: 10px;
    transition: all 0.22s ease-in-out 0s;
}

.navbar-nav li a.active::before {
    width: 18px;
}

.navbar-nav li a:hover::before {
    width: calc(100% - 16px);
}

.nav-container a::before {
    background: var(--lightblue);
}

.dropdown-menu a,
.dropdown-menu a:hover {
    background: transparent;
    width: calc(100% - 15px);
    color: rgb(51, 51, 51) !important;
    padding: 5px 15px !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle svg {
    margin-inline-start: 10px;
}

.fixed-top .dropdown-toggle svg path {
    fill: rgb(66, 155, 213);
}

.offcanvas-header .navbar-brand svg {
    width: 60px;
}

.menu-2 {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.menu-2 a {
    transition: all 0.25s linear 0s;
}

.menu-2.logged-in a {
    margin-inline-end: 9px;
    border-radius: 500px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-2.logged-in li:nth-child(2) a {
    background: var(--lightblue);
}

.menu-2.logged-in li:nth-child(3) a {
    background: var(--lightred);
}

.menu-2.logged-in a svg {
    width: 16px;
}

.menu-2 li:last-child a {
    margin-inline-end: 0px;
}

.menu-2.not-logged-in a {
    font-size: 14px;
    margin-inline-end: 9px;
    padding-block: 6px;
}

.menu-2.not-logged-in li:last-child a {
    margin-inline-end: 0px;
}

.nav-avatar img {
    border-radius: 500px;
    width: 40px;
    height: 40px;
    background: white;
    transition: all 0.2s
}

.nav-avatar:hover img {
    opacity: 0.8
}

.login-link {
    display: flex;
    background: var(--lightblue);
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    border-radius: 500px;
}

.login-link:hover {
    background: var(--lightred);
    color: rgb(255, 255, 255);
}

.register-link {
    text-decoration: underline;
}

.register-link:hover {
    color: var(--lightblue) !important;
}

body.en .menu-2 .lang {
    padding-bottom: 8px !important;
}

.dashboard-nav-container .menu-2 .lang,
.menu-2 .lang {
    border-radius: 100px;
    border: 1px solid var(--lightblue);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    background: rgb(255, 255, 255) !important;
    padding: 0px !important;
    color: var(--lightblue) !important;
}

.dashboard-nav-container .menu-2 .lang:hover,
.dashboard-nav-container .menu-2 .lang:focus,
.menu-2 .lang:hover,
.menu-2 .lang:focus {
    background: var(--lightblue) !important;
    color: rgb(255, 255, 255) !important;
}

.main-slider {
    background-color: var(--darkblue);
    color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 120px;
}

.main-slider .container {
    position: relative;
}

.slider-img-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.slider-img-item img {
    width: 100%;
}

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

.slider-links {
    display: flex;
    margin-top: 25px;
}

.bordered-link,
.slider-links a {
    border-radius: 500px;
    padding: 5px 16px;
    margin-inline-end: 10px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    justify-content: center;
    display: flex !important;
}

.slider-links a:hover {
    box-shadow: rgba(255, 255, 255, 0.09) 0px 0px 0px 8px;
}

.btn-shape {
    border-radius: 200px;
    padding: 6px 16px;
}

.slider-links a:last-child {
    margin-inline-end: 0px;
}

.btn.btn-primary,
.light-blue-link {
    color: rgb(255, 255, 255);
    border-color: var(--lightblue);
    background-color: var(--lightblue) !important;
}

.btn.btn-primary:hover,
.light-blue-link:hover {
    color: var(--lightblue);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255) !important;
}

.course-summery .dark-blue-link {
    margin-inline: 12px;
    margin-top: 10px;
}

.dark-blue-link {
    background-color: var(--darkblue);
    color: rgb(255, 255, 255);
    border: 2px solid var(--darkblue) !important;
}

.dark-blue-link:hover {
    background-color: rgb(255, 255, 255);
    color: var(--darkblue);
    border: 2px solid var(--darkblue) !important;
}

.red-link {
    background-color: var(--lightred);
    color: rgb(255, 255, 255);
    border-color: var(--lightred);
}

.red-link:hover {
    background-color: rgb(255, 255, 255);
    color: var(--lightred);
    border-color: rgb(255, 255, 255);
}

.white-link {
    background-color: rgb(255, 255, 255);
    color: var(--lightblue);
    border-color: rgb(255, 255, 255);
}

.white-link:hover {
    background-color: var(--seatblue);
    color: rgb(255, 255, 255);
    border-color: var(--seatblue);
}

.sea-link {
    background-color: var(--lightSeaBlue);
    color: var(--darkSeaBlue);
    border-color: var(--lightSeaBlue);
}

.sea-link:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-color: var(--lightSeaBlue);
}

.slider-video-link {
    display: flex;
    background: rgb(255, 255, 255);
    min-width: 200px;
    border-radius: 200px;
    padding-block: 10px;
    padding-inline: 10px 0px;
    margin-top: -20px;
    justify-content: center;
    position: relative;
    color: var(--darkblue);
}

.slider-video-link svg {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-inline: 8px auto;
}

.slider-dots-bg {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 20px;
}

.under-slider {
    margin-top: -100px;
}

.box-block {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: rgb(255, 255, 255);
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 20px;
}

.box-block .block-title h2 {
    color: rgb(17, 17, 17);
    font-size: 130%;
}

.block-1 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.block-1 span {
    font-size: 90%;
}

.title-arrow {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.box-block svg {
    width: 40px;
}

.box-block svg path {
    fill: var(--lightblue);
}

.block-1 img {
    width: 35px;
    height: auto;
}

.block-1 h3 {
    color: var(--lightblue);
    font-size: 110%;
    margin-block: 10px;
}

.float-box {
    position: absolute;
    min-height: 180px;
    min-width: 180px;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.box2-block {
    border-radius: 15px;
    background: rgb(255, 255, 255);
    align-items: center;
    overflow: hidden;
}

.box2-block-title {
    padding: 3px 7px;
    background: rgb(39, 141, 186);
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 13px;
    display: flex;
}

.float-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 6px 15px 5px;
    background: var(--lightblue);
}

.float-header .close svg path {
    transition: all 0.2s linear 0s;
}

.float-header .close:hover {
    cursor: pointer;
}

.float-header .close:hover svg path {
    fill: var(--lightred);
}

.float-body {
    display: flex;
    flex-direction: column;
    margin-block: 12px;
    color: initial;
    align-items: center;
}

.float-body>span:first-child {
    margin-bottom: 15px;
}

.float-header svg {
    width: 14px;
    height: 14px;
}

.section-1 {
    margin-top: 70px;
}

.branch {
    display: flex;
    background-color: var(--bggray1);
    border: 3px solid var(--bggray1);
    border-radius: 8px;
    align-items: center;
    padding: 5px 10px;
    margin: 10px 0px;
    justify-content: center;
}

.branch:hover {
    background: rgb(255, 255, 255);
}

.branch img {
    margin-inline-end: 12px;
    width: 44px;
    height: auto;
}

.h-shape-underlined {
    position: relative;
    display: flex;
    margin-bottom: 66px;
    font-size: 220%;
}

.center-title .h-shape-underlined {
    display: flex;
    justify-content: center;
}

.h-shape-underlined span {
    position: relative;
}

.h-shape-underlined span::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 14px;
    background: url("../imgs/line.svg") 0% 0% / 100% no-repeat;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin-inline: auto 10px;
}

.custom-col {
    position: relative;
    margin-block: 5px 10px;
}

.course-type {
    position: absolute;
    left: 30px;
    top: 15px;
    font-size: 80%;
    padding: 5px 12px;
    border-radius: 100px;
}

.course-card {
    background: var(--bggray1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cc-image img {
    width: 100%;
}

.cc-row-1 {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cc-row-1>span:first-child {
    display: flex;
    flex-wrap: wrap;
}

.cc-row-1>span a {
    display: flex;
    font-size: 82%;
    padding: 3px 10px;
    border-radius: 50px;
    margin-inline-end: 10px;
    background: rgb(66, 155, 214);
    color: rgb(255, 255, 255);
    margin-block: 1px 4px;
}

.cc-row-1>span a:last-child {
    margin-inline-end: 0px;
}

.cc-row-1>span a:first-child {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
    border: 2px solid var(--lightblue);
}

.cc-row-1>span a:last-child {
    background: rgb(229, 239, 245);
    color: var(--lightblue);
    border: 2px solid rgb(229, 239, 245);
}

.cc-row-1>span a:last-child:hover {
    background: rgb(255, 255, 255);
    color: var(--lightblue);
}

.cc-row-1>span a:first-child:hover {
    background: rgb(255, 255, 255);
    color: var(--lightblue);
}

.cc-title {
    padding-inline: 10px;
    display: flex;
    font-size: 84%;
}

.next-course .cc-row-1>span a:nth-child(2) {
    background: rgb(229, 239, 245);
    color: var(--lightblue);
    border: 2px solid rgb(229, 239, 245);
}

.next-course .cc-row-1>span a {
    font-size: 70%;
}

.next-course .cc-row-1>span a:nth-child(3) {
    background: rgb(220, 244, 246);
    color: rgb(62, 196, 204);
    border: 2px solid rgb(220, 244, 246);
}

.cc-rate {
    display: flex;
    color: rgb(153, 153, 153);
    width: 100%;
    flex-direction: row;
    font-size: 80%;
    padding: 5px 8px;
    align-items: center;
}

.cc-rate .stars {
    display: flex;
    margin-inline: 5px;
}

.cc-rate .stars svg {
    width: 14px;
    margin-inline-end: 2px;
}

.cc-rate .stars svg:last-child {
    margin-inline-end: 0px;
}

.cc-teacher {
    margin: 10px;
    border-top: 1px solid rgba(216, 216, 216, 0.8);
    padding: 12px 0px 10px;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.testi-user img,
.cc-teacher img {
    height: 44px;
    border-radius: 100px;
    width: 44px !important;
}

.teacher-go {
    color: rgb(255, 255, 255);
    background: var(--lightblue);
    width: 44px;
    height: 44px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teacher-go:hover {
    background: var(--darkblue);
}

.qout-icon img,
.teacher-go svg {
    transform: scale(-1, 1);
}

body.ar .qout-icon img,
body.ar .teacher-go svg {
    transform: scale(1, 1);
}

.trainer-card {
    background: var(--bggray1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 15px 10px 20px 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.multi-view:not(.item-row-style) .trainer-card {
    height: calc(100% - 85px);
}

.trainer-card img {
    width: 120px;
    border-radius: 10px;
    margin-top: -70px;
}

.trainer-name {
    margin-top: 8px;
    margin-bottom: 5px;
    text-align: center;
}

.trainer-position {
    font-size: 90%;
}

.branch {
    background: rgb(229, 239, 245);
    color: var(--lightblue);
    border: 2px solid rgb(229, 239, 245);
    border-radius: 200px;
    font-size: 90%;
}

.branches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.branches>a {
    margin-inline: 3px;
}

.branch:hover {
    background: rgb(255, 255, 255);
    color: var(--lightblue);
}

.tc-details {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(216, 216, 216, 0.8);
    padding-top: 15px;
    margin-top: 15px;
}

.multi-view:not(.item-row-style) .trainer-card .tc-details {
    width: calc(100% - 30px);
    margin-top: auto;
}

.tc-details .dd {
    display: flex;
    justify-content: flex-start;
    font-size: 86%;
    margin-block: 3px;
}

.tc-details .dd svg {
    width: 20px;
    height: 20px;
    margin-inline-end: 5px;
}

.trainer-card .cc-teacher {
    border-top: 0px;
    margin: 0px;
    padding: 0px;
}

.item-row-style .trainer-card {
    display: flex;
    flex-direction: row;
    padding: 0px;
    justify-content: space-between;
    padding-inline-end: 25px;
    margin-top: 0px;
}

.item-row-style .trainer-card img {
    width: 155px;
    margin-top: 0px;
}

.item-row-style .trainer-card .tc-details {
    border-top: 0px;
    padding-top: unset;
    display: flex;
    flex-direction: column;
}

.item-row-style .trainer-card .tc-details .sep-and-wrap>div {
    padding-block: 3px;
}

.item-row-style .trainer-card .tc-details .cc-teacher {
    width: 80px;
    margin-inline-start: auto;
}

.testimonials-img {
    width: 100%;
}

.testi-user {
    margin-top: 15px;
    font-size: 80%;
    border-top: 1px solid rgb(202, 202, 202);
    padding-top: 10px;
}

.testi-user img {
    margin-inline-end: 10px;
}

.testi-item {
    background: var(--bggray1);
    padding: 15px;
    border-radius: 12px;
}

.testi-txt {
    font-size: 80%;
}

.title--show-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title--show-all .h-shape-underlined {
    margin-bottom: 50px;
}

.show-all {
    background: var(--bggray1);
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 5px;
    color: rgb(68, 68, 68);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonials-section>div>div {
    align-items: center;
}

.qout-icon {
    display: flex;
    margin-bottom: 12px;
    justify-content: flex-end;
}

.qout-icon img {
    width: 60px !important;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-block: 28px;
}

.owl-dots>button {
    margin-inline: 4px;
}

.owl-dots>button>span {
    width: 10px;
    height: 10px;
    background: rgb(224, 224, 224);
    display: flex;
    border-radius: 200px;
}

.owl-dots>button.active>span {
    background: var(--darkblue);
}

.home-s-6 .h-shape-underlined {
    margin-bottom: 36px;
}

.home-s-6-2 .h-shape-underlined {
    font-size: 205%;
}

.parners-side {
    display: flex;
    align-items: center;
}

.parners-side .v-col {
    width: 50%;
    padding-inline-start: 10px;
}

.parners-side .v-col img {
    width: 100%;
    border-radius: 12px;
}

.parners-side .v-col:first-child img:first-child {
    margin-bottom: 10px;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
}

.single-partner {
    display: flex;
    padding: 10px;
}

.single-partner img {
    width: 165px;
    height: 165px;
}

.newsletter-container {
    background: url("../imgs/ns-bg.png") 50% 50% / cover no-repeat;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}

.newsletter-container::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(66, 155, 213, 0.44);
    z-index: 1;
}

.newsletter-container>.row>div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
    position: relative;
    z-index: 1;
}

.ns-content {
    position: relative;
}

.ns-content button {
    position: absolute;
}

.newsletter-container form {
    width: 90%;
    position: relative;
}

.newsletter-container form button {
    position: absolute;
    inset: 0px;
    width: 120px;
    margin-inline: auto 11px;
    height: 45px;
    border-radius: 100px;
    margin-block: auto;
}

.ns-desc {
    font-size: 136%;
}

.ns-form {
    justify-content: flex-start !important;
}

.ns-form input {
    border-radius: 400px;
    background: rgb(244, 248, 250);
    padding-inline: 28px 150px !important;
    height: calc(4rem + 1px) !important;
}

.home-s-7 {
    margin-bottom: -40px;
}

.partners2 .single-partner {
    width: 25%;
}

.partners2 .single-partner img {
    width: 100%;
    height: auto;
}

.home-s-6-2>div>div {
    display: flex;
    align-items: center;
}

footer {
    background-color: var(--bggray1);
    padding-top: 80px;
    padding-bottom: 12px;
}

.footer-block-con .list-unstyled a,
.footer-block-con .about {
    color: rgb(102, 102, 102);
}

.footer-block-con .list-unstyled a:hover {
    color: var(--lightblue);
}

.footer-block-con {
    margin-block: 15px;
}

.footer-block-con h4 {
    margin-bottom: 20px;
}

.footer-block-con .list-unstyled li {
    margin-bottom: 6px;
}

.logo-in-footer {
    margin-block: 18px 10px;
}

.logo-in-footer svg {
    width: 50px;
    height: auto;
    margin-inline-end: 5px;
}

.logo-in-footer strong {
    font-size: 90% !important;
}

.cr {
    color: rgb(153, 153, 153);
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}

.cr a {
    color: rgb(51, 51, 51);
    font-weight: 800;
    margin-inline: 6px;
}

.breadcrumb {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
    padding-block: 15px;
    font-size: 85%;
    margin-block: 0px;
}

.breadcrumb-list li {
    margin-inline: 5px;
}

body.ar .b-sep {
    transform: scale(-1);
}

.breadcrumb-list li:first-child {
    margin-inline-start: 0px;
}

.breadcrumb-list li:last-child {
    margin-inline-end: 0px;
}

.breadcrumb-list li a {
    color: rgb(255, 255, 255);
}

.breadcrumb-list li a:hover {
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.b-sep {
    transform: scale(-1);
}

.page-title-style-1 {
    background: var(--bggray1);
    padding-block: 40px;
    text-transform: uppercase;
    color: var(--darkblue);
}

.page-title-style-1 h1 {
    display: flex;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.count-view-row {
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
    font-size: 90%;
}

.count-view-row>.row {
    display: flex;
    align-items: center;
}

.change-view {
    display: flex;
    justify-content: flex-end;
}

.change-view>span {
    margin-inline-end: 8px;
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(153, 153, 153);
    cursor: pointer;
    opacity: 0.7;
}

.change-view>span.active {
    opacity: 1;
    color: var(--lightblue);
    border-color: var(--lightblue);
}

.cus-filter-label {}

.sidebar-filter-con {
    background: rgb(248, 248, 248);
    border-radius: 8px;
}

.sidebar-filter-con {
    margin-bottom: 20px;
}

.col-filter {
    margin-bottom: 0px;
    padding: 15px 20px;
}

.col-filter .card {
    border: 0px;
    padding: 0px;
    background: transparent;
    font-size: 88%;
    margin-top: 15px;
}

.cus-filter-label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: rgb(102, 102, 102);
    margin-bottom: 11px;
}

.cus-filter-label svg {
    transform: rotate(270deg);
    height: 16px;
    transition: all 0.2s linear 0s;
}

.cus-filter-label.collapsed svg {
    transform: rotate(90deg);
}

.cus-filter-label svg path {
    stroke: rgb(102, 102, 102);
}

.col-cutom-3 hr {
    border-color: rgb(179, 179, 179);
}

.nav-tree .ms-4 {
    margin-inline-start: 15px !important;
}

.nav-tree .mx-1 {
    margin-inline: 0px !important;
}

.nav-tree .nav-link {
    padding-inline-start: 6px;
    color: rgb(102, 102, 102);
}

.nav-tree ::before {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: cursive;
}

.nav-tree i.fa {
    position: relative;
    width: 15px;
    height: 15px;
}

.nav-tree .fa-chevron-down::before {
    content: "-";
    background: rgb(239, 239, 239);
}

.nav-tree .fa-chevron-right::before {
    content: "+";
    background: rgb(239, 239, 239);
}

.nav-tree .fa-link::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
}

.nav-tree .collapse.show {
    position: relative;
}

.nav-tree .collapse.show::before {
    content: "";
    width: 1px;
    height: calc(100% + 14px);
    background: rgb(208, 208, 208);
    position: absolute;
    margin-inline-start: 7.5px;
    top: -14px;
}

.form-check .form-check-input {
    border-radius: 1px;
    border-color: rgb(221, 221, 221);
}

.form-check-input:checked {
    background-color: rgb(11, 175, 222);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgb(11, 175, 222) 0px 0px 0px 2px;
    padding: 5px;
}

.col-filter .form-check>span {
    margin-inline: auto 0px;
    font-size: 75%;
    color: rgb(123, 123, 123);
}

.col-filter .form-check {
    display: flex;
    margin-bottom: 8px;
}

.col-filter .form-check .form-check-input {
    margin-inline-end: 8px;
}

.check-color {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    display: flex;
}

.color-checks .form-check span {
    margin-top: 3px;
}

.check-color.blue {
    background: rgb(11, 175, 222);
}

.check-color.red {
    background: rgb(245, 117, 117);
}

.check-color.green {
    background: rgb(138, 198, 54);
}

.check-color.yellow {
    background: rgb(240, 240, 59);
}

.rang-price-container {
    width: calc(100% - 52px);
    margin: 0px auto 14px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 10px 0px 18px;
    justify-content: space-between;
}

.price-input .field {
    display: flex;
    width: unset;
    height: unset;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgb(153, 153, 153);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.range-slider {
    height: 5px;
    position: relative;
    background: rgb(221, 221, 221);
    border-radius: 5px;
}

.range-slider .progress {
    height: 100%;
    left: 0.001%;
    right: 0.001%;
    position: absolute;
    border-radius: 5px;
    background: rgb(11, 175, 222);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: rgb(23, 162, 184);
    pointer-events: auto;
    appearance: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px;
}

.rang-price-container .input-d {
    margin: 0px;
    border: 0px;
    background: rgb(237, 237, 237);
    width: 64px;
    padding: 0px;
    color: rgb(11, 175, 222);
    display: inline-flex;
    height: 30px;
    font-size: 82%;
    font-weight: bold;
    border-radius: 3px;
}

.rang-price-container .input-min {
    margin-inline-start: -24px;
}

.rang-price-container .input-max {
    margin-inline-end: -24px;
}

.hr-filter {
    margin-inline: 15px;
    margin-block: 5px;
    border-color: rgba(0, 0, 0, 0.26);
}

.expand {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.expand .few {
    display: none;
}

.expand .more {
    display: flex;
}

.expand svg {
    margin-inline-start: 8px;
}

.expand.cus-collapse .more {
    display: none;
}

.expand.cus-collapse .few {
    display: flex;
}

.expand.cus-collapse svg {
    transform: rotate(180deg);
}

.more-f-con {
    height: 0px;
    overflow: hidden;
    transition: all 0.3s linear 0s;
}

.more-f-con.cus-collapse {
    height: auto;
}

.item-row-style .course-card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.multi-view:not(.item-row-style) .course-card {
    display: flex;
    flex-direction: column;
    height: calc(100% - 25px);
}

.multi-view:not(.item-row-style) .course-card .cc-teacher {
    margin-top: auto
}

.item-row-style .cc-teacher {
    border-top: 0px;
}

.item-row-style .cc-row-1 {
    margin-top: 0px;
}

.item-row-style .course-card> :nth-child(1) {
    width: calc(30% - 26.6667px);
}

.item-row-style .course-card> :nth-child(2) {
    width: calc(40% - 26.6667px);
}

.item-row-style .course-card> :nth-child(3) {
    width: calc(30% - 26.6667px);
}

.item-row-style .course-card> :last-child {
    margin: 0px auto;
}

.item-row-style .extra-div {
    display: flex;
    flex-direction: column;
}

.pager nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.pager nav li:last-child {
    transform: scale(-1);
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination svg path {
    stroke: rgb(68, 68, 68);
}

.pager nav li {
    border: 0px;
    height: auto;
}

.pager nav li a {
    width: 45px;
    height: 45px;
    display: flex;
    background: rgba(241, 241, 241, 0);
    place-content: center;
    border: 0px;
    line-height: normal;
    flex-direction: column;
    align-items: center;
    color: rgb(68, 68, 68);
    margin-inline: 6px !important;
    border-radius: 60px !important;
    padding: 0px !important;
}

.active>.page-link,
.page-link.active {
    background-color: var(--lightblue);
    border-color: var(--lightblue);
}

.colored-banner {
    background: var(--lightblue);
    padding-top: 50px;
}

.colored-banner .slider-links {
    margin-top: 0px;
}

.details-menu,
.details-menu li {
    display: flex;
}

.details-menu {
    border-bottom: 1px solid rgb(202, 202, 202);
    width: 100%;
}

.details-menu a {
    background: rgb(255, 255, 255);
    padding: 12px 18px;
}

.details-menu a:hover {
    background: var(--bggray1);
}

.cb-title {
    margin-top: 25px;
}

.cb-trainers {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(222, 222, 222);
}

.per-trainer:hover {
    transform: translateY(-3px);
}

.per-trainer {
    display: flex;
    align-items: center;
    margin-inline-end: 10px;
}

.per-trainer:last-child {
    margin-inline-end: 0px;
}

.per-trainer img {
    width: 50px;
    height: 50px;
    border-radius: 120px;
    margin-inline-end: 6px;
}

.per-trainer span {
    color: rgb(255, 255, 255);
    font-size: 90%;
}

.cb-rating-enrolled {
    display: flex;
    color: rgb(255, 255, 255);
    width: max-content;
    font-size: 80%;
    margin-bottom: 30px;
}

.cb-rating-enrolled .cc-rate {
    color: rgb(255, 255, 255);
}

.cb-enrolled-stds-count {
    margin-inline-start: 5px;
}

.cb-enrolled-stds-count,
.cb-enrolled-stds-count>span {
    display: flex;
    width: max-content;
    align-items: center;
}

.cb-enrolled-stds-count>span>span {
    margin-inline: 10px 5px;
}

.cb-enrolled-stds-count img {
    width: 16px;
    height: 18px !important;
}

.details-sections {
    margin-bottom: 30px;
}

.show-more {
    display: inline-flex;
    padding: 10px 20px;
    font-size: 85%;
    margin-top: 10px;
    border-radius: 800px;
    border: 1px solid var(--lightblue);
    cursor: pointer;
    color: var(--lightblue);
    transition: all 0.2s linear 0s;
}

.show-more:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.show-more:not(.expand) .less-more {
    display: none;
}

.show-more.expand .case-more {
    display: none;
}

.fixedHeight {
    height: 200px !important;
}

.expandable {
    overflow: hidden;
    border-bottom: 2px solid rgb(228, 228, 228);
    padding-top: 12px;
    position: relative;
    transition: all 0.3s linear 0s;
}

.expandable>div {
    transition: all 0.3s cubic-bezier(0.75, 0.03, 0.28, 0.99) 0s;
}

.expandable.expand {
    overflow: hidden;
    border-bottom: 0px solid rgb(228, 228, 228);
    padding-bottom: 15px;
}

.expandable::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    width: 100%;
    height: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 80%);
}

.no-shadow .expandable {
    border: 0px;
}

.no-shadow .expandable::before {
    display: none;
}

.mt-cus-5 {
    margin-top: 60px;
}

body.en .div-list>div svg {
    transform: scale(-1);
}

body.en .div-list>div svg {
    width: 28px;
    height: 28px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.01);
    margin-inline-end: 5px;
    display: flex;
}

body .div-list>div {
    display: flex;
    margin-bottom: 8px;
    justify-content: flex-start;
}

body .div-list>div span {
    width: calc(100% - 28px);
}

.course-agenda {
    color: rgb(51, 51, 51);
    background: rgb(237, 242, 246);
    padding: 20px 24px;
    font-size: 95%;
    margin-bottom: 22px;
}

.course-agenda h4 {
    font-size: 130%;
    font-weight: 600;
}

.per-trainers-info {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0px;
}

.pti {
    padding-block: 10px;
    padding-inline-start: 15px;
    background: var(--bggray1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.pti .position,
.pti a {
    color: var(--lightblue);
}

.pti a:hover {
    color: var(--lightred);
}

.pti a {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
}

.pti a:hover svg path {
    fill: var(--lightred) !important;
}

.pti .position {
    margin-bottom: 5px;
}

.pti a svg {
    margin-inline-end: 5px;
}

.per-trainers-info img {
    width: 200px;
    height: 200px;
    /* margin: 0px auto; */
}

.owl-carousel .owl-item .per-trainers-info img {
    width: 200px;
}

.rating-block-details {
    display: flex;
}

.rating-block-details {
    display: flex;
    width: 100%;
}

.rating-block1 {
    width: 220px;
    height: 220px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: rgba(202, 202, 202, 0.31) 0px 0px 12px;
}

.rating-b2 {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.rating-block1>b {
    font-size: 160%;
}

.rating-block1>span {
    font-size: 130%;
    color: rgb(168, 168, 168);
}

.rating-block1 .cc-rate {
    display: flex;
    justify-content: center;
}

.progress-bar {
    background: var(--lightblue);
}

.progress,
.progress-bar {
    border-radius: 500px;
}

.rate-bar-container {
    display: flex;
    align-items: center;
    margin-block: 2px;
}

.rate-bar-container .progress {
    width: 100%;
    height: 6px;
}

.rate-bar-container .cc-rate {
    width: auto;
}

.percent-number {
    padding: 0px 10px;
}

.grayed path {
    fill: rgb(204, 204, 204) !important;
}

.com-1 .per-trainer span {
    color: rgb(68, 68, 68);
}

.com-2 .cc-rate {
    padding-inline-start: 0px;
    margin-top: 4px;
}

.com-3 {
    font-size: 95%;
}

.per-comment {
    padding-block: 10px;
    border-bottom: 1px solid rgb(218, 218, 218);
    margin-bottom: 20px;
}

.comment-actions {
    margin-bottom: 40px;
}

.shiny-bluen {
    background: var(--lightblue);
    min-width: 210px;
    padding: 12px 24px;
    border-radius: 500px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    box-shadow: rgba(66, 155, 213, 0.16) 0px 10px 15px;
}

.shiny-blue:hover {
    color: rgb(255, 255, 255);
    background: var(--darkblue);
}

.lightblue-btn {
    background: var(--lightblue);
    min-width: 210px;
    padding: 12px 24px;
    border-radius: 500px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    box-shadow: none;
    transition: all 0.3s linear 0s;
    border: 2px solid var(--lightblue) !important;
}

.lightblue-btn:hover,
.lightblue-btn:focus {
    color: var(--lightblue);
    background: rgb(255, 255, 255);
}

.rating-comment {
    overflow: hidden;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    flex-direction: row-reverse;
}

.cbar .price-row {
    flex-direction: row-reverse;
}

.cbar .price-row .old-rice {
    color: rgb(255, 255, 255);
}

.price-row,
.course-info-col {
    padding-inline: 10px;
}

.cs-price {
    display: flex;
    align-items: center;
}

.cbar .price-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 5px;
    transform: translate(0px, -6px);
}

.discount-price {
    color: var(--lightblue);
    font-size: 33px;
    margin-inline-end: 10px;
    font-weight: 900;
}

.old-rice {
    font-weight: 600;
    color: rgb(123, 123, 123);
    text-decoration: line-through;
}

.discount-summery {
    font-size: 70%;
    padding: 2px 4px;
    border-radius: 5px;
    border: 2px solid rgb(234, 234, 234);
    color: var(--lightblue);
    background: rgb(255, 255, 255);
}

.cic {
    display: flex;
    font-size: 80%;
    justify-content: space-between;
    margin-block: 3px;
    padding-block: 8px;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.cic>div:first-child {
    font-size: 90%;
}

.cic>div:last-child {
    font-size: 84%;
}

.cic img {
    width: 20px;
    height: 20px;
    margin-inline-end: 4px;
}

.course-summery {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: -215px;
    background: rgb(255, 255, 255);
}

.course-action {
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
}

.course-action a {
    margin: 0px;
    font-size: 94%;
    padding-inline: 34px;
    display: inline-flex !important;
}

.course-action span {
    margin-top: 8px;
    display: block;
    font-size: 80%;
}

.accordion-item {
    margin-block: 10px;
    border: 0px;
}

.accordion-item .accordion-button {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
    border-radius: 8px !important;
}

.accordion-item .accordion-button::after {}

.accordion-item .accordion-button.collapsed {
    background: rgb(237, 239, 247);
    color: rgb(51, 51, 51);
}

.acc-course-row {
    display: flex;
    justify-content: space-between;
    margin-block: 0px;
    padding-block: 12px;
    width: 100%;
    border-bottom: 1px solid rgba(234, 234, 234, 0.8);
    font-size: 84%;
    color: rgb(102, 102, 102);
}

.accordion-body .acc-course-row:last-child {
    border-bottom: 0px;
}

.accp-1 {
    width: calc(100% - 240px);
}

.accp-2 {
    width: 120px;
    text-align: center;
}

.accp-3 {
    width: 120px;
    text-align: center;
}

.per-group h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 8px;
    margin: 0px;
    background: rgb(245, 247, 253);
    font-size: 132%;
}

.course-bar {
    background: var(--darkblue);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    font-size: 82%;
    padding-inline: 15px;
    border-radius: 10px;
    padding-block: 25px;
    margin-block: 32px;
    border-bottom: 1px solid rgb(202, 202, 202);
    align-items: center;
}

.cbar {
    display: flex;
}

.cbar img {
    width: 30px;
    margin-inline-end: 6px;
}

.course-bar h5 {
    color: var(--lightblue);
    font-size: 124%;
    margin-bottom: 2px;
}

.per-group {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgb(208, 208, 208);
    margin-bottom: 30px;
}

.pg-content {
    padding: 20px;
}

.pg-trainers a span {
    color: rgb(68, 68, 68);
    font-size: 78%;
}

.pg-trainers img {
    width: 36px;
    height: 36px;
}

.pg-row {
    display: flex;
    justify-content: space-between;
    margin-block: 4px;
    align-items: center;
    font-size: 90%;
}

.pg2 {
    font-size: 94%;
}

.participants-con {
    position: relative;
    margin-block: 10px;
}

.participants-num {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0px;
    right: 0px;
    font-size: 90%;
    top: 4px;
    padding: 0px 15px;
    justify-content: space-between;
}

.closed.per-group .participants-num>.p-p,
.participants-num>.p-p:first-child {
    color: rgb(255, 255, 255);
}

.participants-con .progress {
    height: 28px;
}

.participants-label {
    display: flex;
    justify-content: space-between;
    font-size: 84%;
    margin-top: 6px;
}

.per-group-link {
    text-align: center;
    margin-top: 22px;
}

.per-group-link a {
    margin-inline-end: 0px;
    font-size: 90%;
    display: inline-flex !important;
    padding-inline: 22px !important;
}

.closed.per-group h3 {
    color: rgb(255, 255, 255);
    background: var(--darkblue);
}

.closed.per-group .per-group-link a {
    background: rgb(187, 186, 186);
    border-color: rgb(187, 186, 186) !important;
    pointer-events: none !important;
}

.ppart1 {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.tbh-info2 .price {
    font-size: 420%;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: var(--lightblue);
}

.tbh-info2 .price span {
    font-size: 30px;
    font-weight: bold;
}

.trainer-bio-heading img {
    width: 250px;
    display: flex;
    height: auto;
}

.trainer-bio-heading {
    background: rgb(245, 247, 253);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 35px;
    margin-top: 25px;
}

.tbh-info {
    padding-inline-start: 10px;
    width: calc(100% - 250px);
}

.tbh-info h2 {
    font-size: 150%;
    margin-top: 10px;
}

.tbh-info .position {
    margin-block: 10px 14px;
    color: var(--lightblue);
}

.trainer-branch {
    display: flex;
}

.trainer-branch>a {
    display: inline-flex;
    margin-inline-end: 8px;
}

.trainer-branch>a:last-child {
    margin-inline-end: 0px;
}

.trainer-rating {
    display: flex;
    margin-block: 5px 12px;
}

.trainer-rating .stars {
    display: flex;
}

.trainer-rating>span:last-child {
    margin-inline-start: 5px;
    font-size: 70%;
}

.trainer-rating .stars svg {
    width: 14px;
}

.nnextra {
    display: flex;
    flex-wrap: wrap;
}

.nnextra .po {
    display: flex;
    width: 50%;
    align-items: center;
    margin-block: 5px;
    font-size: 90%;
}

.nnextra .po svg {
    margin-inline-end: 8px;
}

.tbh-info2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: flex-end;
}

.tbh-info2 a {
    font-size: 88%;
}

.login-form-container {
    padding: 24px 40px 28px;
    margin-block: 25px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
}

.login-form-container>div {
    display: flex;
    align-items: center;
}

.form-container {
    max-width: 380px;
    margin: 0px auto;
}

.form-label {
    font-size: 14px;
}

.login-desc img {
    max-width: 270px;
    margin: 0px auto;
    display: flex;
}

.login-desc h3 {
    margin-block: 15px 18px;
}

input,
textarea,
.btn {
    border-radius: 3px !important;
}

textarea {
    resize: none;
}

form .light-blue-link.btn:hover {
    color: rgb(255, 255, 255);
    background-color: var(--darkblue) !important;
}

.iti__country-list {
    font-size: 12px;
    max-width: 340px !important;
}

.iti--allow-dropdown {
    width: 100%;
    position: relative;
}

.file-drop-area {
    position: relative;
    display: flex;
    width: 450px;
    max-width: 100%;
    padding: 25px 10px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    flex-direction: column;
    align-items: center;
}

.file-drop-area .icocn-containr {
    margin-bottom: 10px;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    border: burlywood;
}

.payment-window {
    background: rgb(245, 247, 253);
    padding: 40px;
    display: flex;
    justify-content: center;
}

.reset-margin-top {
    max-width: 400px;
    margin-top: 0px !important;
}

.single-bordred {
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-flex;
}

.font-size-small {
    font-size: 12px;
}

.dark-blue-link-outline {
    background-color: var(--darkblue);
    border: 1px solid var(--darkblue);
    color: rgb(255, 255, 255);
}

.dark-blue-link-outline:hover {
    background-color: rgb(255, 255, 255);
    color: var(--darkblue);
}

.light-blue-link-outline {
    background-color: var(--lightblue);
    border: 1px solid var(--lightblue);
    color: rgb(255, 255, 255);
}

.light-blue-link-outline:hover {
    background-color: rgb(255, 255, 255);
    color: var(--lightblue);
}

.course-summery .course-links a {
    margin-bottom: 5px
}

.sea-link-outline {
    background-color: rgb(220, 244, 246);
    border: 1px solid rgb(220, 244, 246);
    color: rgb(62, 196, 204);
}

.sea-link-outline:hover {
    background-color: rgb(255, 255, 255);
    color: var(--darkSeaBlue);
}

.cl-title {
    margin-block: 8px;
}

.cl-title h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.course-summery .cb-trainers {
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.course-summery .cb-trainers a {
    margin-block: 3px;
}

.course-summery .cb-trainers a span {
    color: rgb(51, 51, 51);
    font-size: 80%;
}

.course-summery .cb-trainers a img {
    width: 40px;
    height: 40px;
}

.course-pricing .cp-row {
    display: flex;
    justify-content: space-between;
    margin-block: 8px;
    color: var(--darkblue);
}

.course-pricing .cp-row.total {
    font-weight: bold;
}

.course-pricing .cp-row.total span:last-child {
    color: var(--lightblue);
}

.course-summery .form-check {
    font-size: 86%;
    margin-bottom: 20px;
}

.col-header {
    height: 100px;
    background: var(--lightblue);
}

.traniner-image {
    text-align: center;
    margin-top: -45px;
    margin-bottom: 25px;
}

.traniner-image img {
    border-radius: 800px;
    width: 90px;
    height: 90px;
    border: 4px solid rgb(66, 155, 213);
}

.search-label {
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(202, 202, 202);
}

.with-custon-icon {
    position: relative;
}

.with-custon-icon>span {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    right: 0px;
    margin-inline: auto 22px;
    margin-top: 5px;
}

.with-custon-icon svg {
    width: 100%;
}

.with-custon-icon input {
    padding-inline-end: 32px;
}

.with-custon-icon input {
    padding-inline-end: 32px;
}

.with-custon-icon input,
.with-custon-icon select {
    font-size: 15px;
}

.full-round {
    border-radius: 800px !important;
}

.activity-view {
    display: flex;
    background: rgb(248, 248, 248);
    border-radius: 6px;
}

.activity-view .av-body,
.activity-view .av-info {
    display: flex;
    flex-direction: column;
}

.activity-view .av-img {
    width: 30%;
    min-height: 175px;
    border-radius: 8px;
    overflow: hidden;
}

.activity-view .av-img img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.activity-view .av-body {
    width: 50%;
    padding-inline: 10px;
    padding-block: 12px;
}

.activity-view .av-body h3 {
    font-size: 128%;
    font-weight: bold;
}

.activity-view .av-body div {
    font-size: 90%;
}

.activity-view .av-info {
    width: 20%;
    padding-block: 10px;
    font-size: 76%;
    color: rgb(119, 119, 119);
    padding-inline-end: 10px;
}

.avv-row {
    margin-block: 6px;
    display: flex;
    align-items: center;
}

.avv-row svg {
    margin-inline-end: 5px;
}

.avv-row svg path {
    fill: rgb(102, 102, 102);
}

.order-select {
    background-color: rgb(249, 249, 251);
    border: 0px;
    width: min-content;
    padding-block: 15px;
    padding-inline: 20px 50px;
}

.go-end {
    display: flex;
    justify-content: flex-end;
}

.no-bg-title h1 {
    font-size: 200%;
    margin-top: 20px;
}

.post-info-bar>.container>.row {
    display: flex;
    align-items: center;
}

.post-info-bar .post-info-bar {
    display: flex;
    margin-block: 10px 40px;
}

.post-info-bar.share-tool {
    display: flex;
    justify-content: flex-end;
}

.post-body .share-tool {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
}

.tool-item {
    margin-inline-end: 5%;
    font-size: 85%;
    display: flex;
    align-items: center;
}

.tool-item svg {
    height: 16px;
    margin-inline-end: 6px;
}

#shareto {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.svg-container {
    width: 40px;
    height: 40px;
    border-radius: 400px;
    border: 1px solid rgb(202, 202, 202);
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 8px;
}

.svg-container svg {
    width: 100%;
    height: 100%;
    margin-inline-end: 0px;
}

.post-banner img {
    border-radius: 10px;
}

.post-body {
    padding-bottom: 40px;
    margin-top: 30px;
}

.post-nav {
    display: flex;
    justify-content: space-between;
    margin-block: 40px;
}

.post-nav a {
    display: flex;
    background: rgb(241, 243, 248);
    padding: 40px;
    width: calc(50% - 15px);
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.blog-details .post-nav a {
    padding: 25px;
}

.post-nav a:hover {
    color: rgb(255, 255, 255);
    background: var(--lightblue);
}

.post-nav a:hover svg path {
    fill: rgb(255, 255, 255);
}

.post-nav a>span {
    width: calc(100% - 40px);
}

.post-prev {
    display: flex;
    flex-direction: row-reverse;
}

.post-next svg {
    transform: scale(-1);
}

body.ar .post-next svg {
    transform: scale(1);
}

body.ar .post-prev svg {
    transform: scale(-1);
}

.related-activities {
    padding-top: 40px;
    border-top: 1px solid rgb(219, 219, 219);
}

.title-bue>* {
    color: var(--darkblue);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.grayed-input input {
    background: rgb(249, 249, 251);
    border-color: rgb(249, 249, 251);
    border-radius: 14px;
}

.post-categories ul li a {
    display: flex;
    justify-content: space-between;
    font-size: 86%;
    margin-block: 8px;
}

.post-categories ul li a>span:first-child {
    font-weight: 600;
}

.nt-item {
    display: flex;
    margin-bottom: 10px;
}

.nt-item img {
    width: 100%;
    display: block;
}

.nt-item>.img {
    height: 100%;
    width: 100px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.nt-item>.img span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 68%;
    background: rgba(66, 154, 212, 0.24);
    color: rgb(255, 255, 255);
}

.nt-content {
    width: calc(100% - 100px);
    padding-inline-start: 8px;
}

.nt-content h5 {
    font-size: 84%;
    margin-bottom: 3px;
}

.nt-content span {
    font-size: 56%;
    color: var(--lightblue);
    font-weight: 500;
}

.keywords {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.keywords a {
    display: flex;
    background: rgb(249, 249, 251);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 80%;
    margin-inline-end: 10px;
    margin-bottom: 10px;
}

.keywords a:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.single-blog {
    background: rgb(248, 248, 248);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.single-blog img {
    width: 100%;
}

.single-blog .padding {
    padding: 15px 15px 25px;
}

.blog-info {
    display: flex;
    color: var(--lightblue);
    justify-content: space-between;
    font-size: 80%;
    margin-bottom: 15px;
}

.blog-info>div {
    display: flex;
    align-items: center;
}

.blog-info svg {
    margin-inline-end: 7px;
}

.single-blog h3 {
    font-weight: 600;
    font-size: 120%;
    margin-bottom: 12px;
}

.single-blog .txt {
    color: rgb(102, 102, 102);
}

.readmore-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.read-more {
    background: rgb(255, 255, 255);
    padding: 7px 22px;
    display: flex;
    border-radius: 50px;
    font-size: 85%;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 5px;
}

.read-more:hover {
    background: var(--darkblue);
    color: rgb(255, 255, 255);
}

.read-more svg {
    margin-inline-start: 9px;
}

.b-padding {
    margin-block: 15px;
}

.b-padding .blog-info {
    margin-block: 15px;
    display: flex;
    justify-content: flex-start;
}

.b-padding .blog-info .date {
    margin-inline-end: 20px;
}

.relative {
    position: relative;
}

.category {
    display: flex;
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: var(--darkblue);
    color: rgb(255, 255, 255);
    font-size: 86%;
    padding: 6px 12px;
    border-radius: 3px;
}

body.ar .category {
    right: auto;
    left: 25px;
}

.category:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.send-comment {
    margin-bottom: 25px;
}

.send-comment .actions-row {
    margin-top: 15px;
}

.send-comment .actions-row button {
    min-width: 150px;
    display: flex;
    border: 0;
    justify-content: center;
}

.send-comment .actions-row button:hover {
    color: rgb(255, 255, 255);
    background: var(--darkblue) !important;
}

.send-comment h3 {
    font-weight: 600;
    font-size: 120%;
    margin-bottom: 20px;
}

.send-comment textarea {
    background: rgb(248, 248, 248);
    border: 0px;
    border-radius: 8px !important;
}

.student-summery {
    display: flex;
    align-items: center;
    width: 100%;
    margin-block: 20px;
}

.student-summery>a {
    width: 60px;
    display: flex;
}

.student-summery>a path {
    transition: all 0.3s ease 0s;
}

.student-summery>a:hover path {
    fill: var(--lightblue);
}

.student-summery>a:first-child {
    justify-content: flex-start;
}

.student-summery>a:last-child {
    justify-content: flex-end;
}

.student-summery>div {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
}

.finished-exam .student-summery>div {
    margin-inline: auto;
}

.std-summery-bar>div {
    margin-inline-end: calc(5% + 30px);
}

.std-summery-bar>div:last-child {
    margin-inline: auto 0px;
}

.std-summery-bar {
    background: rgb(245, 247, 253);
    padding: 15px 30px;
    border-radius: 8px;
}

.std-summery-bar .ssb .cc-teacher {
    border: 0px;
    margin: 0px;
}

.std-summery-bar .ssb .cc-teacher>span {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.std-summery-bar .ssb .cc-teacher img {
    height: 54px;
    margin-inline-end: 10px;
    width: 54px !important;
}

span.exam {
    color: var(--lightblue);
    font-size: 84%;
}

.ssb2,
.ssb4 {
    color: rgb(108, 189, 126);
}

.ssb3 {
    color: rgb(252, 138, 137);
}

.ssb-title {
    font-size: 80%;
}

.ssb-mark {
    font-weight: bold;
}

.ssb4 .ssb-mark {
    font-size: 130%;
}

.single-answer input[type="radio"] {
    border-radius: 200px !important;
}

.single-answer input:not(:checked) {
    border: 1px solid rgb(153, 153, 153);
}

.single-answer {
    border: 2px solid var(--lightblue);
    border-radius: 12px;
    padding: 16px 25px;
    margin-block: 5px 30px;
}

.q-number {
    margin-block: 12px 10px;
}

.q-text {
    font-size: 92%;
    margin-bottom: 5px;
}

.single-answer .form-check {
    border: 1px solid rgb(217, 217, 217);
    padding: 8px 38px;
    border-radius: 6px;
    margin-block: 10px;
}

.single-answer .form-check label {
    width: 100%;
    cursor: pointer;
}

.questions-container {
    margin-bottom: 20px;
    border: 2px solid rgb(233, 233, 233);
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.qestions>div {
    display: flex;
    flex-wrap: wrap;
}

.single-q {
    display: inline-flex;
    width: 68px;
    padding-block: 8px;
    border: 2px solid rgb(202, 202, 202);
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    margin: 5px;
}

.finished-exam .single-q {
    border-color: var(--lightblue);
    color: var(--lightblue);
    transition: all 0.2s ease 0s;
}

.finished-exam .single-q:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.start-exam .single-q:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255) !important;
}

.wrong {
    border-color: rgb(213, 66, 66) !important;
    color: rgb(213, 66, 66) !important;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled {
    opacity: 1;
}

.form-check.false {
    border-color: rgb(213, 66, 66) !important;
    color: rgb(213, 66, 66) !important;
}

.form-check.true {
    background: rgba(66, 155, 213, 0.08);
    border-color: var(--lightblue) !important;
    color: var(--lightblue) !important;
}

.form-check.false .form-check-input:checked {
    background-color: rgb(213, 66, 66);
    box-shadow: rgb(213, 66, 66) 0px 0px 0px 2px;
}

.finished-exam .single-q.wrong:hover {
    background: rgb(213, 66, 66);
    color: rgb(255, 255, 255) !important;
}

.single-answer.false {
    border-color: rgb(213, 66, 66);
}

.single-answer.not-submitted {
    border-color: rgb(233, 233, 233);
}

.start-exam-row h3 {
    color: var(--lightblue);
}

.start-exam-row h3 {
    color: var(--lightblue);
    margin-bottom: 0px;
}

.start-exam-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 20px;
}

.start-exam-row .exam-countdown {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.start-exam-row .exam-countdown>span:last-child {
    font-size: 200%;
    margin-inline-start: 10px;
}

.single-answer.not-submitted .selected {
    border-color: var(--lightblue);
    background: rgba(11, 175, 222, 0.02);
}

.answer-added {
    border-color: var(--lightblue) !important;
    color: var(--lightblue) !important;
}

.temp-exam>.container>.row {
    position: relative;
}

.content-menu {
    display: flex;
    cursor: pointer;
}

.content-menu svg {
    width: 20px;
    height: 20px;
    margin-inline-end: 5px;
    opacity: 0.8;
}

.content-menu svg path {
    fill: var(--lightblue);
    transition: all 0.3s linear 0s;
}

.content-menu:hover svg path {
    fill: rgb(255, 255, 255);
}

.course-content-list .close-ccl svg {
    width: 18px;
    height: 18px;
    margin-inline-end: 5px;
    opacity: 0.8;
    margin-top: 1px;
}

.resp-course-contents {
    display: flex;
    justify-content: flex-end;
}

.course-content-list .title {
    position: relative;
    background: rgb(255, 255, 255);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-inline: 12px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 7px;
}

.course-content-list .close-ccl {
    position: absolute;
    display: flex;
    width: 66px;
    left: 0px;
    right: 0px;
    top: 5px;
    margin-inline: auto 4px;
    justify-content: center;
    cursor: pointer;
    font-size: 82%;
    background: var(--lightred);
    border: 2px solid var(--lightred);
    padding: 2px 0px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.course-content-list .close-ccl svg path {
    fill: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.course-content-list .close-ccl:hover {
    background: rgb(255, 255, 255);
    color: var(--lightred);
}

.course-content-list .close-ccl:hover svg path {
    fill: var(--lightred);
}

.to-hide {
    position: absolute;
    background: rgb(243, 243, 243);
    width: calc(33.3333% - 5px);
    left: 0px;
    right: 0px;
    margin-inline: auto 0px;
    margin-block-start: 15px;
    transition: margin 1.2s cubic-bezier(0.76, 0.01, 0.2, 0.94) 0s;
    height: calc(100vh - 175px);
    overflow: hidden;
    padding-inline: 0px;
    z-index: 1;
}

.to-hide.closed {
    margin-inline-end: calc(-50% - 5px);
    transition: margin 0.75s cubic-bezier(0.76, 0.01, 0.2, 0.94) 0s;
}

.course-content-list {
    height: 100%;
}

.cc-list {
    margin-top: 0px;
    overflow: auto;
    height: calc(100% - 40px);
    background: white;
}

.to-expand {
    transition: all 0.8s cubic-bezier(0.82, 0.1, 0.13, 0.9) 0s;
}

.content-menu {
    padding: 2px 4px;
    opacity: 1;
    transition: all 0.3s linear 0s;
    border: 2px solid var(--lightblue);
    border-radius: 5px;
    color: var(--lightblue);
    display: flex;
    align-items: center;
}

.content-menu:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.menu-hide {
    opacity: 0;
    pointer-events: none;
}

.course-content-list .accordion-item {
    padding-block: 0px;
    margin-block: 0px;
}

.course-content-list .accordion-button:focus,
.course-content-list .accordion-item .accordion-button {
    background: transparent;
    color: rgb(102, 102, 102);
    box-shadow: none;
    padding-block: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px !important;
}

.course-content-list .accordion-item .accordion-button {
    padding-inline: 6px 22px;
    padding-block: 10px;
}

body.ar .qestions {
    padding-inline-start: 18px;
}

body.ar .course-content-list .accordion-item .accordion-button {
    padding-inline: 22px 6px;
}

body.ar .per-lesson {
    padding-inline: 22px 6px;
}

.course-content-list .accordion-item .accordion-body {
    padding-inline: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.course-content-list .accordion-item .accordion-button::after {
    background-size: 78%;
}

.acc-heading {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}

.acc-heading .sec-title {
    margin-bottom: 6px;
    font-size: 86%;
}

.sec-info {
    font-size: 11px;
    color: rgb(102, 102, 102);
    display: flex;
    align-items: center;
}

.sec-info>span {
    display: inline-flex;
    align-items: center;
}

.sec-info .watched {
    margin-inline-end: 4px;
}

.sec-info .total {
    margin-inline-start: 4px;
}

.acc-heading .course-duration {
    padding-inline-start: 10px;
}

.course-duration>svg {
    margin-inline-end: 4px;
}

.course-duration>span:last-child {
    margin-inline-start: 4px;
}

.cc-list .form-check-input:checked[type="checkbox"] {
    box-shadow: none;
    border: 0px;
}

.per-lesson .form-check {
    display: flex;
}

.per-lesson .form-check .course-duration {
    font-size: 80%;
    margin-top: 5px;
    color: rgb(119, 119, 119);
}

.per-lesson .form-check .form-check-label {
    display: flex;
    flex-direction: column;
    padding-inline-start: 8px;
    font-weight: normal;
    font-size: 13px;
}

svg.clock {
    width: 12px;
}

.per-lesson {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 9px;
    padding-top: 14px;
    padding-inline: 6px 22px;
}

.less-result {
    display: flex;
    flex-direction: column;
    color: var(--lightblue);
}

.less-result>span:last-child {
    font-size: 13px;
}

.download-file {
    border: 2px solid var(--lightblue);
    border-radius: 6px;
    display: inline-flex;
    font-size: 12px;
    min-width: 102px;
    height: 34px;
    align-items: center;
    color: var(--lightblue);
    transition: all 0.3s linear 0s;
    justify-content: center;
    padding-inline: 6px;
}

.download-file svg {
    width: 12px;
    margin-inline-end: 5px;
    transition: all 0.3s linear 0s;
}

.download-file svg path {
    transition: all 0.25s linear 0s;
}

.download-file:hover svg path {
    fill: rgb(255, 255, 255);
}

.download-file:hover {
    color: rgb(255, 255, 255);
    background: var(--lightblue);
}

.final-exam-link a {
    background: var(--lightblue);
    padding: 10px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    transition: all 0.2s linear 0s;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-inline: 5%;
    margin-block: 16px;
    font-size: 90%;
}

.final-exam-link a:hover {
    background: var(--darkblue);
}

.active-lesson {
    background-color: rgb(237, 239, 247);
}

header .navbar .navbar-toggler {
    order: 4;
    background: rgb(255, 255, 255);
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 500px;
}

header .navbar .navbar-toggler span {
    font-size: 14px;
}

.dashboard {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.dashboard-header {
    background: var(--darkblue);
    position: relative;
}

.dashboard-header .navbar-brand {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.33);
    margin-top: 6px;
}

.dashboard-header>div>div {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}

.dashboard-header>div>div>div:first-child {
    width: calc(25%);
}

.dashboard-header>div>div>div:last-child {
    width: calc(75%);
}

.dashboard-header .navbar {
    display: flex;
    justify-content: flex-end;
}

.dashboard-header .menu-2 {
    margin-inline-end: 25px;
}

.dashboard-body {
    display: flex;
    background: rgb(248, 248, 248);
    flex-grow: 1;
}

.dash-menu {
    width: 300px;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    background-image: var(--bs-navbar-toggler-icon-bg);
    position: relative;
    transition: all 0.5s cubic-bezier(0.67, 0.08, 0.34, 0.98) 0s;
}

.dash-menu.respnsify {
    width: 40px;
}

.dash-content {
    width: calc(100% - 300px);
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.67, 0.08, 0.34, 0.98) 0s;
    flex-grow: 1;
}

.dash-content h1 {
    font-size: 190%;
    margin-bottom: 26px;
}

.account-pr {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.account-pr img {
    border-radius: 200px;
    width: 70px;
    height: 70px;
    margin-inline-end: 6px;
    transition: all 0.35s linear 0s;
}

.account-pr>span {
    display: flex;
    flex-direction: column;
}

.account-pr>span>span:last-child {
    color: var(--lightblue);
    font-size: 75%;
}

.dash-side-menu {
    margin: 0px;
    padding: 0px;
    padding-inline-end: 20px;
}

.dash-side-menu li {
    list-style-type: none;
}

.dash-side-menu li a {
    display: flex;
    padding: 10px;
    font-size: 95%;
}

.dash-side-menu li a:hover,
.dash-side-menu li a.active {
    color: rgb(255, 255, 255);
    background: var(--lightblue);
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

.dash-side-menu li a img {
    width: 20px;
    height: 20px;
    margin-inline-end: 10px;
}

.dashboard .offcanvas {
    background: var(--darkblue);
}

.dashboard .offcanvas .btn-close {
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    margin-inline-end: 5px;
}

.dashboard .offcanvas .navbar-nav>li>a {
    color: rgb(255, 255, 255) !important;
}

.dashboard .navbar-nav {
    margin-inline-start: 0px;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: rgb(51, 51, 51);
    margin: 6px 0px;
    transition: all 0.4s ease 0s;
}

.cus-toggler.change .bar1 {
    transform: translate(0px, 0px) rotate(0deg);
}

.cus-toggler.change .bar2 {
    opacity: 1;
}

.cus-toggler.change .bar3 {
    transform: translate(0px, 0px) rotate(0deg);
}

.cus-toggler .bar1 {
    transform: translate(0px, 8px) rotate(-45deg);
}

.cus-toggler .bar2 {
    opacity: 0;
}

.cus-toggler .bar3 {
    transform: translate(0px, -8px) rotate(45deg);
}

.cus-toggler {
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    padding: 5px 8px;
    margin-inline: auto -40px;
    left: 0px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.dash-menu.respnsify {
    width: 50px;
}

.account-pr>span,
.dash-side-menu li a>span {
    width: calc(100% - 30px);
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
}

.dash-menu.respnsify .account-pr>span,
.dash-menu.respnsify .dash-side-menu li a>span {
    transform: scale(0, 0);
    width: 0px;
    height: 0px;
}

.dash-menu.respnsify .account-pr {
    display: flex;
    flex-direction: column;
}

.dash-menu.respnsify .account-pr img {
    width: 40px;
    height: 40px;
    margin-inline-end: 3px;
}

.dash-menu.respnsify .dash-side-menu {
    padding-inline-end: 0px;
}

.dash-content.respnsify {
    padding-inline-start: 50px;
}

.dash-summery {
    display: flex;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 8px;
    align-items: center;
    color: rgb(68, 68, 68);
    margin-bottom: 30px;
    font-size: 88%;
}

.dash-summery>img {
    margin-inline-end: 12px;
    width: 68px;
}

.dash-summery>span {
    display: flex;
    flex-direction: column;
}

.dash-summery>span>span:first-child {
    font-weight: 600;
    font-size: 200%;
}

.dash-content-main {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 35px;
}

.dash-content-main.transparent {
    background: transparent !important;
}

.dash-content-main.slim-no-padding {
    padding: 15px;
}

.dashboard-nav-container .dropdown-toggle svg path {
    fill: rgb(255, 255, 255);
}

@media only screen and (max-width: 991px) {
    .calendar-custom-filteres .row>div {
        display: flex;
    }
    .dashboard-body {
        position: relative;
    }
    .dash-content.respnsify {
        padding-inline: 64px 10px;
    }
    .dash-menu {
        position: absolute;
        z-index: 5;
        inset: 0px;
        margin-inline: 0px auto;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.09) 5px 0px 5px;
    }
    .dash-content-main {
        padding: 20px;
    }
    .dashboard-header .menu-2 {
        margin-inline-end: 15px;
    }
}

.dash-content-main .relative {
    margin-bottom: 20px;
    margin-top: 10px;
}

.dash-content-main .form-select,
.dash-content-main .form-control {
    padding-block: 12px;
    border-color: rgb(119, 119, 119);
    font-size: 14px;
    border-radius: 10px !important;
}

.dash-content-main .form-label {
    margin-bottom: -10px;
    position: absolute;
    margin-inline-start: 18px;
    background: rgb(255, 255, 255);
    margin-top: -10px;
    padding: 0px 5px;
}

.upload-img {
    background: rgb(248, 248, 248);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 5px;
}

.image-av-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.image-av-con img {
    width: 120px;
    border-radius: 500px;
    height: 120px;
    margin-bottom: 15px;
}

.image-av-con input[type="file"] {
    display: none;
}

.custom-file-upload {
    position: absolute;
    inset: 0px;
    font-size: 215%;
    width: 30px;
    height: 39px;
    margin-inline: auto 3px;
    margin-block: auto 20px;
    cursor: pointer;
}

.custom-file-upload i {
    color: var(--darkblue);
    transition: all 0.2s linear 0s;
}

.custom-file-upload:hover i {
    color: var(--lightblue);
}

.upload-img .relative {
    width: 100%;
}

.radius-full {
    border-radius: 1000px !important;
}

.filled-light,
.filled-dark {
    display: inline-flex;
    padding: 8px 20px;
    font-size: 90%;
    border: 2px solid !important;
}

.filled-light {
    background-color: var(--lightblue);
    border-color: var(--lightblue);
    color: rgb(255, 255, 255);
}

.filled-light:hover,
.filled-light:focus {
    background-color: transparent;
    border-color: var(--lightblue);
    color: var(--lightblue);
}

.filled-light:hover path,
.filled-light:focus path {
    fill: var(--lightblue);
}

.filled-light:hover path,
.filled-light:focus path {
    stroke: var(--lightblue);
}

.filled-dark {
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    color: rgb(255, 255, 255);
}

.filled-dark:hover,
.filled-dark:focus {
    background-color: rgb(255, 255, 255);
    border-color: var(--darkblue);
    color: var(--darkblue);
}

.filled-dark:hover path,
.filled-dark:focus path {
    stroke: var(--darkblue);
}

.bordered-outlined-light,
.bordered-outlined-dark {
    display: inline-flex;
    padding: 8px 20px;
    border: 2px solid;
    font-size: 90%;
}

.bordered-outlined-light {
    background-color: transparent;
    border-color: var(--lightblue);
    color: var(--lightblue);
}

.bordered-outlined-light:hover,
.bordered-outlined-light:focus {
    background-color: var(--lightblue);
    color: rgb(255, 255, 255);
}

.bordered-outlined-dark:hover,
.bordered-outlined-dark:focus {
    background-color: var(--darkblue);
    color: rgb(255, 255, 255);
}

.actions-row>button:first-child {
    margin-inline-end: 10px;
}

.actions-row>button {
    margin-bottom: 10px;
    display: inline-flex;
}

.join-link a {
    font-size: 80%;
    padding: 5px 14px;
    background: var(--lightblue) !important;
    width: unset !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid var(--lightblue) !important;
    margin-inline-end: 10px !important;
    border-radius: 5px !important;
}

.join-link a:hover,
.join-link a:focus {
    background: transparent !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid var(--lightblue) !important;
}

.join-link a>span {
    padding-inline-start: 5px;
}

.dash-content-main .nav.nav-pills {
    border-bottom: 1px solid rgb(202, 202, 202);
}

.dash-content-main .nav.nav-pills li .nav-link {
    background-color: transparent;
    color: rgb(119, 119, 119);
    border-bottom: 2px solid transparent;
    border-radius: 0px;
    padding-inline: 2px;
    margin-inline-end: 30px;
}

.dash-content-main .nav.nav-pills li:last-child .nav-link {
    margin-inline-end: 0px;
}

.dash-content-main .nav-pills li .nav-link.active {
    color: var(--darkblue);
    font-weight: 600;
    border-color: var(--darkblue);
}

.course-itp {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 15px;
}

.course-itt .cc-rate {
    margin-top: 6px;
}

.course-itt .cc-rate,
.course-itt .cc-rate .stars {
    margin-inline-start: 0px;
    padding-inline-start: 0px;
}

.next-course {
    display: flex;
    justify-content: space-between;
    width: 93%;
}

.next-course .per-trainer img {
    width: 40px;
    height: 40px;
}

.next-course .per-trainer span {
    color: rgb(51, 51, 51);
    font-size: 80%;
}

.date-itt {
    display: flex;
    align-items: center;
}

.date-itt img {
    margin-inline-end: 8px;
}

.next-date {
    display: flex;
    flex-direction: column;
}

.next-date>div:first-child {
    font-size: 80%;
    margin-bottom: 4px;
}

.next-date>div:last-child {
    font-size: 94%;
    margin-bottom: 4px;
}

.course-itt .rate-bar-container {
    display: flex;
    width: 93%;
}

.course-itt .rate-bar-container .progress {
    width: calc(100% - 80px);
    margin-inline-end: auto;
}

.course-itt .cc-teacher {
    margin: 0px;
    display: flex;
    border-top: 0px;
    padding: 2px 0px 0px;
    align-items: center;
    justify-content: flex-end;
}

.course-itp {
    display: flex;
    margin-bottom: 22px;
}

.itp-cimg {
    width: 240px;
    margin-inline-end: 20px;
}

.itp-cimg img {
    width: 100%;
}

.course-itt {
    width: calc(100% - 260px);
}

.course-itt h3 {
    font-size: 130%;
}

.course-itp.tageem h3 {
    font-size: 100%;
}

.course-itp.tageem .account-pr {
    padding: 0px;
    margin-bottom: 0px;
}

.course-itp.tageem .course-itt>a:nth-of-type(2) {
    padding-inline-start: 46px;
    font-size: 80%;
    color: var(--lightblue);
}

.course-itp.tageem .account-pr>span>span:last-child {
    color: rgb(51, 51, 51);
    font-size: 75%;
}

.course-itp.tageem .account-pr img {
    width: 44px;
    height: 44px;
}

.course-itp.tageem h3:first-child {
    margin-top: 6px;
    padding-inline-end: 40px;
}

.course-itp {
    position: relative;
}

.course-itp .editing {
    position: absolute;
    inset: 0px;
    width: 22px;
    height: 22px;
    margin-inline: auto 15px;
    margin-block: 15px auto;
}

.course-itp .editing svg {
    width: 100%;
}

.succ-percent {
    border: 2px solid rgb(108, 189, 126);
    color: rgb(108, 189, 126);
    display: flex;
    font-weight: bold;
    border-radius: 6px;
    justify-content: center;
    max-width: 100px;
    padding: 2px 1px;
}

.stacked-stds {
    position: relative;
    width: 100px;
    display: flex;
    justify-content: space-between;
    height: 40px;
}

.stacked-stds a {
    position: absolute;
    width: 40px;
    left: 0px;
    right: 0px;
    height: 40px;
    border-radius: 500px;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
}

.stacked-stds a.std1 {
    margin-inline-start: 0px;
    z-index: 4;
}

.stacked-stds a.std2 {
    margin-inline-start: 6px;
    z-index: 8;
}

.stacked-stds a.std3 {
    margin-inline-start: 12px;
    z-index: 12;
}

.stacked-stds a.std4 {
    z-index: 16;
    margin-inline-start: 18px;
}

.stacked-stds a.last-std {
    z-index: 20;
    margin-inline-start: 24px;
    background: var(--lightblue);
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 86%;
    align-items: center;
    justify-content: center;
}

.stacked-stds a:hover {
    border-color: var(--lightblue);
}

.stacked-stds a img {
    width: 100%;
    height: 100%;
}

.table-responsive thead {
    background: rgb(244, 249, 255);
}

.table-responsive tbody {
    background: rgb(255, 255, 255);
}

.table-responsive td,
.table-responsive th {
    vertical-align: middle;
}

.sper-stds {
    display: flex;
    font-size: 80%;
}

.sper-stds img {
    margin-inline-end: 4px;
    width: 44px;
    height: 44px;
    border-radius: 1000px;
}

.success {
    color: rgb(108, 189, 126);
}

.fail {
    color: rgb(252, 138, 137);
}

.cert-tools {
    display: flex;
    padding: 12px 10px;
    justify-content: space-around;
}

.single-cert h5 {
    padding: 8px 12px 5px;
    margin: 0px;
    font-size: 110%;
}

.single-cert {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 2px inset;
}

.single-cert img {
    width: 100%;
}

.cert-tools a svg {
    margin-inline-end: 5px;
    width: 20px;
    height: 20px;
}

.video-lesson {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
    max-width: 100%;
}

.video-lesson iframe,
.video-lesson object,
.video-lesson embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.start-exam.temp-exam {
    padding-top: 15px;
}

.start-exam-row {
    margin-bottom: 10px;
}

.tabs-style {
    margin-block: 20px;
}

.nav-tabs .nav-link {
    border: 0px;
    padding-inline: 0px;
    margin-inline-end: 25px;
    color: rgb(102, 102, 102);
}

.nav-tabs .nav-link:last-child {
    margin-inline-end: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-bottom: 2px solid var(--lightblue);
    color: var(--lightblue);
}

.tab-pane {
    padding-top: 15px;
}

.p-user-q .avatar img {
    border-radius: 800px;
    width: 60px;
    height: 60px;
}

.p-user-q .avatar {
    margin-inline-end: 20px;
}

.p-user-q {
    display: flex;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-block: 10px 2px;
    margin-bottom: 12px;
}

.q-content>span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.q-content>span svg {
    margin-inline-start: 5px;
}

body.en .q-content>span svg {
    transform: scale(-1, 1);
}

.smaller-font h3 {
    font-size: 160%;
}

.date-from {
    margin-top: 5px;
    margin-bottom: 10px;
}

.smaller-font {
    font-size: 90%;
}

.its-reply {
    padding-inline-start: 40px;
}

.avatar.no-image span {
    width: 60px;
    height: 60px;
    border-radius: 600px;
    display: flex;
    background: var(--darkblue);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.question-form {
    border: 1px solid rgb(202, 202, 202);
    padding: 25px;
    border-radius: 10px;
}

.dash-content .trainer-card {
    background: rgb(255, 255, 255);
}

.like-btn {
    position: absolute;
    width: 38px;
    height: 38px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    left: 0px;
    right: 0px;
    z-index: 0;
    margin-inline: auto 25px;
    border: 0px;
}

.liked path {
    stroke: var(--green);
    fill: rgb(255, 47, 45);
}

.like-btn:hover:not(.liked) {
    background: rgb(228, 228, 228);
}

.like-btn:not(.liked) path,
.like-btn:hover:not(.liked) path {
    stroke: var(--lightblue);
}

@keyframes expand {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    90% {
        transform: scale(2.6);
        opacity: 0;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.liked::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    z-index: -1;
    border-radius: 12px;
}

.liked {
    background: rgb(241, 241, 241);
    animation-name: expand;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

.teacher-go.sst-2 {
    border-radius: 8px;
    width: auto;
    padding-inline: 16px;
    margin-top: 8px;
}

.teacher-go.sst-2 svg {
    margin-inline-start: 8px;
}

.sst-2 .light-blue-text {
    font-size: 120%;
    display: flex;
    margin-bottom: 2px;
}

.sst-2 .dd.d-1 {
    margin-bottom: 10px;
}

.select-info>div:first-child svg path {
    fill: var(--lightblue);
}

.select-info {
    margin-top: 20px;
    font-size: 80%;
    margin-bottom: 20px;
}

.select-info>div {
    margin-bottom: 5px;
}

.select-info>div svg {
    width: 14px;
    margin-inline-end: 2px;
}

.myc-date-header {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
}

.myc-available-time {
    border-radius: 2px;
    color: var(--darkblue);
    background-color: rgb(243, 248, 252) !important;
}

.myc-available-time:hover {
    border-radius: 2px;
    color: rgb(255, 255, 255);
    background-color: var(--lightblue) !important;
}

#myc-dates-container {
    background-color: transparent;
}

.myc-date-header,
#myc-week-container,
#myc-available-time-container {
    border: 0px;
}

#myc-next-week,
#myc-prev-week,
#myc-next-week:hover,
#myc-prev-week:hover {
    border: 0px;
    color: transparent !important;
}

#myc-next-week {
    background: url("../imgs/arrow.svg") 50% center / 40% no-repeat;
    color: transparent !important;
}

#myc-prev-week {
    background: url("../imgs/arrow.svg") 50% center / 40% no-repeat;
    transform: scale(-1);
}

body.ar #myc-prev-week-container {
    transform: scale(-1);
}

.myc-day-time-container {
    padding: 5px;
}

.myc-date-header:first-of-type {
    padding-left: 10px;
}

.current-time {
    color: var(--darkblue);
    margin-bottom: 30px;
}

#myc-current-month-year-container {
    font-weight: 600;
    color: var(--darkblue);
}

.myc-date-number {
    font-weight: 500;
}

.the-date {
    display: inline-flex;
    font-size: 130%;
}

.the-date>span {
    margin-inline-end: 5px;
}

#myc-nav-container {
    margin-bottom: 5px;
}

.book-now {
    background: var(--darkblue);
    color: rgb(255, 255, 255);
    padding: 6px 15px;
    min-width: 180px;
    display: flex;
    border-radius: 4px;
    justify-content: center;
}

.book-now:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.book-now-con {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.current-week {
    display: flex;
    background: var(--darkblue);
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
}

.current-week svg {
    width: 26px;
}

.current-week .ppl-1 {
    width: 40px;
    text-align: center;
}

.current-week .ppl-2,
.current-week .ppl-3 {
    width: calc(50% - 20px);
    text-align: center;
}

.current-week .ppl>div:first-child {
    color: var(--lightblue);
}

.current-week .ppl>div:last-child {
    margin-top: -6px;
}

.current-week .ppl>div:first-child {
    margin-bottom: -2px;
    font-size: 90%;
}

.ppl-2 {
    position: relative;
}

.ppl-2::before {
    content: "";
    width: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    inset: 4px 0px;
    height: calc(100% - 8px);
    margin-inline: auto 0px;
}

.filter-links {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    background: rgb(255, 255, 255);
    margin-bottom: 40px;
}

.filter-links a {
    display: flex;
    padding: 10px;
    border-radius: 2px;
    margin-block: 4px;
}

.filter-links a:hover,
.filter-links a.active {
    background: var(--darkblue);
    color: rgb(255, 255, 255);
}

.show-range-container {
    transition: all 0.3s linear 0s;
    margin-bottom: 40px;
    margin-top: -28px;
}

.fc-h-event {
    margin-inline-end: 2px;
    width: calc(100% - 2px);
    border-radius: 0px;
    background: transparent;
    border: 0px;
}

.cal-item {
    padding: 5px;
    border-inline-start: 3px solid rgb(202, 202, 202);
    background: rgb(233, 233, 233);
    border-start-end-radius: 5px;
    border-end-end-radius: 5px;
}

.cal-item>div:first-child>img:first-child {
    position: relative;
    z-index: 1;
}

.cal-item>div:first-child>img:not(:first-child) {
    position: absolute;
    margin-inline-start: -20px;
    z-index: 0;
}

.cal-item img {
    width: 38px;
    height: 38px;
    border-radius: 800px;
    border: 1px solid rgb(255, 255, 255);
}

.cal-title {
    font-weight: 600;
    font-size: 90%;
    margin-block: 5px 1px;
}

.cal-date {
    font-size: 80%;
}

.course-color {
    color: rgb(40, 55, 114);
    border-color: rgb(40, 55, 114);
    background: rgba(40, 55, 114, 0.1);
}

.trainer-color {
    color: rgb(108, 189, 126);
    border-color: rgb(108, 189, 126);
    background: rgba(108, 189, 126, 0.1);
}

.program-color {
    color: rgb(66, 155, 213);
    border-color: rgb(66, 155, 213);
    background: rgba(66, 155, 213, 0.1);
}

.multi-color {
    color: rgb(255, 154, 213);
    border-color: rgb(255, 154, 213);
    background: rgba(255, 154, 213, 0.1);
}

.color-hints {
    display: flex;
    font-size: 70%;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.color-hints>div {
    border-radius: 100px;
    color: rgb(255, 255, 255);
    margin-inline-end: 6px;
    padding: 7px 10px;
    font-weight: 600;
}

.color-hints>div:last-child {
    margin-inline-end: 0px;
}

.multi-c {
    background-color: rgb(255, 154, 213);
}

.program-c {
    background-color: rgb(66, 155, 213);
}

.trainer-c {
    background: rgb(108, 189, 126);
}

.course-c {
    background: rgb(40, 55, 114);
}

.fc-header-toolbar button {
    background: rgb(255, 255, 255) !important;
    color: rgb(102, 102, 102) !important;
    border-color: rgb(235, 235, 235) !important;
}

.fc-header-toolbar button:hover,
.fc-header-toolbar button:focus {
    box-shadow: none !important;
    background: rgb(248, 248, 248) !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 0px;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0px;
}

.fc-daygrid-day-top {
    padding-inline: 10px;
}

.fc-daygrid-day-top a {
    color: rgb(119, 119, 119);
}

.fc-col-header {
    background: rgb(250, 250, 250);
    padding-block: 15px;
}

.fc-col-header th {
    padding-block: 10px;
}

.fc-col-header th div a {
    color: rgb(102, 102, 102);
    font-weight: 600;
}

.fc .fc-toolbar-title {
    font-size: 1.4em;
}

.calendar-custom-filteres {
    margin-top: -10px;
    margin-bottom: 30px;
}

.calendar-custom-filteres .row {
    align-items: center;
    display: flex;
}

.cal--filters {
    display: flex;
    font-size: 80%;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}

.cal--filters>div:first-child {
    margin-inline-end: 10px;
}

.cll-filters {
    display: flex;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 8px;
    background: rgb(250, 250, 250);
    overflow: hidden;
}

.cll-filters a:first-child {
    border-inline-start: 0px;
}

.cll-filters a {
    border-inline-end: 0px;
    padding: 7px 14px;
    min-width: 50px;
    border-radius: 6px;
    text-align: center;
}

.cll-filters a.active {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 5px;
}

.cll-filters a:hover {
    background: var(--lightblue);
    color: rgb(255, 255, 255);
}

.multi-items {
    position: relative;
}

.multi-items>span:not(:first-child) {
    margin-inline-start: 10px;
}

.link-to-multi {
    display: flex;
    width: 44px;
    height: 44px;
    background: rgb(66, 155, 213);
    border-radius: 500px;
    position: absolute;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.link-to-multi:hover,
.link-to-multi:focus {
    background: var(--darkblue);
    color: rgb(255, 255, 255);
}

.cusOver {
    position: absolute;
    bottom: 60px;
    background: rgb(255, 255, 255);
    opacity: 0;
    left: -5px;
    right: -5px;
    padding: 10px 12px 16px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px;
}

.co-header {
    display: flex;
    justify-content: flex-end;
}

.co-header .btn,
.co-header .btn:hover,
.co-header .btn:active,
.co-header .btn:focus {
    border: 0px;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}

.co-header>.btn img {
    width: 22px !important;
    height: 22px !important;
}

.co-body .cc-teacher {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
    border-top: 0px;
}

.co-body .cc-teacher img {
    margin-inline-end: 3px;
}

.co-body .cc-teacher>span {
    margin-bottom: 8px;
    font-size: 110%;
}

.co-body .cc-teacher>span:last-child {
    margin-bottom: 0px;
}

@keyframes cAnim {
    0% {
        bottom: 70px;
        opacity: 0;
    }
    100% {
        bottom: 60px;
        opacity: 1;
    }
}

.cAnim {
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.63, 0.29, 0.12, 0.91);
    opacity: 1;
    animation-name: cAnim !important;
}

.multi-view-content>.row>.item-row-style .course-card .cc-image img {
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
}

.multi-view-content>.row>.item-row-style .course-card {
    overflow: visible;
}

.multi-view-content>.row>.item-row-style .cusOver {
    top: 60px;
    z-index: 1;
    bottom: unset !important;
}

.back-container {
    margin-top: 15px;
    display: flex;
}

.back-container a {
    background: #429bd5;
    padding: 4px 12px;
    border-radius: 4px;
    color: #ffffff;
    transition: all 0.2s linear
}

.back-container a svg {
    width: 18px;
    height: 18px;
    margin-inline-end: 4px;
}

.back-container a svg path {
    fill: #fff;
    transition: all 0.2s linear
}

.back-container a:hover {
    background: #283772;
    color: #429bd5;
}

.back-container a:hover svg path {
    fill: #429bd5;
}

.course-bar.st-2 {
    padding-inline: 35px;
}

.cg-right {
    background: var(--darkblue);
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cg-right .cb-trainers {
    border: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cg-right .cb-trainers a {
    margin-bottom: 15px
}

.cg-right .cc-rate {
    padding-inline-start: 0;
}

.cg-left .course-itt .rate-bar-container,
.cg-left .course-itt {
    width: 100%;
}

.cg-left .cc-row-1>span>a:first-child {
    background-color: transparent;
    color: var(--lightblue)
}

.cg-left .cc-row-1>span>a:nth-child(2) {
    background-color: var(--lightblue);
    color: #fff;
    box-shadow: none;
    font-size: 80%;
    border-color: var(--lightblue);
}

.cg-left .cc-row-1>span>a:last-child {
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    color: #fff
}

.group-timing {
    background: #f5f7fd;
    padding: 20px;
    border-radius: 13px;
    margin-bottom: 11px;
}

.group-timing .title>span {
    padding-bottom: 4px;
    display: inline-flex;
    position: relative;
}

.group-timing .title>span:after,
.group-timing .title>span:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #283772;
    bottom: 0
}

.group-timing .title>span:before {
    bottom: -3px
}

.group-timing .title {
    margin-bottom: 10px;
}

.group-timing .title,
.group-timing .subtitle {
    font-weight: 600;
}

.group-timing>.row>div:first-child {
    border-inline-end: 1px solid #00000030
}

.per-time {
    display: flex;
    justify-content: space-between;
    margin-block: 5px;
}

.per-time .time {
    color: var(--darkblue);
    font-weight: 600;
    font-size: 94%;
}

.single-cg .next-course {
    width: 100%;
}

.single-cg {
    border: 2px solid #d9d9d9;
    padding: 15px;
    border-radius: 24px;
    margin-bottom: 30px;
}

.coursing-date .cd,
.coursing-date .cd>div:first-child {
    display: flex;
    align-items: center;
}

.coursing-date .cd>div:first-child {
    color: #fff;
    font-size: 90%;
    width: 146px;
}

.coursing-date .cd>div:last-child {
    color: #429bd5;
    font-size: 90%
}

.single-book {
    border: 1px solid #e0e0e0;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 25px;
}

.single-book img {
    max-width: 90%;
    margin: 15px auto;
}

.single-book .img-con {
    text-align: center
}

.single-book a {
    background: var(--darkblue);
    padding: 8px 18px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 85%;
}

.single-book a:hover {
    background: var(--lightblue)
}

.single-book a svg {
    width: 20px;
    margin-inline-end: 8px;
}

.single-book a svg path {
    fill: #fff
}

.book-title {
    display: flex;
    flex-direction: column;
    background: #f5f7fd;
    padding: 12px;
}

.book-title h2 {
    font-size: 140%
}

.book-title>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.books {
    color: var(--lightblue);
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 180%;
}

@media screen and (max-width: 1200px) {
    .price-row {
        flex-direction: column;
    }
}

@media screen and (max-width: 1199px) {
    .next-course {
        flex-wrap: wrap;
    }
    .course-bar {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .course-bar>div {
        width: 25%;
        margin-block: 5px;
    }
    .course-bar>div:last-child {
        width: 50%;
    }
    .cbar .price-row {
        transform: translate(0px, 0px);
        flex-direction: row;
        align-items: center;
        display: flex;
    }
    .cbar .discount-summery {
        margin-inline-start: 10px;
    }
    .activity-view-items {
        display: flex;
        flex-wrap: wrap;
    }
    .activity-view {
        flex-direction: column;
        width: calc(50% - 10px);
    }
    .activity-view:nth-child(2n+1) {
        margin-inline-end: 20px;
    }
    .activity-view .av-info {
        padding-inline: 10px;
    }
    .activity-view>div {
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav {
        /* margin-inline-start: 40px; */
    }
}

@media screen and (max-width: 991px) {
    .itp-cimg {
        width: 200px;
    }
    .course-itt {
        width: calc(100% - 220px);
    }
    .std-summery-bar>div {
        margin-inline-end: calc(30px);
    }
    .blog-details .post-nav a,
    .post-nav a {
        display: flex;
        background: rgb(241, 243, 248);
        padding: 12px;
        width: calc(50% - 5px);
    }
    .post-info-bar {
        margin-bottom: 15px;
    }
    .ppart1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tbh-info {
        padding-inline-start: 0px;
        width: calc(100%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nnextra {
        display: flex;
        flex-wrap: wrap;
        background: rgba(255, 255, 255, 0.83);
        padding: 15px 25px;
        margin-top: 10px;
    }
    .tbh-info2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
    .trainer-bio-heading img {
        width: 160px;
    }
    .course-bar>div {
        width: 50%;
    }
    .course-bar>div:last-child {
        width: 100%;
        justify-content: center;
    }
    header .navbar {
        display: flex;
        justify-content: flex-end;
    }
    .reverse-col {
        flex-direction: column-reverse;
    }
    .course-summery {
        margin-top: 40px;
        max-width: 480px;
        margin-inline: auto;
        margin-bottom: 40px;
    }
    .partners-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .single-partner {
        width: 20%;
    }
    .single-partner img {
        width: 100%;
        height: auto;
    }
    .home-s-6 .show-all {
        display: inline-flex;
        margin-inline: auto !important;
    }
    .section-1 {
        margin-top: 50px;
    }
    .slider-img-item img {
        max-width: 75%;
    }
    .offcanvas {
        background-color: rgb(247, 247, 247);
    }
    .offcanvas-body .dropdown-menu {
        border: 0px;
        padding-inline-start: 15px;
    }
    .offcanvas-body .dropdown-menu a {
        padding: 8px 0px;
    }
    .offcanvas-body .dropdown-menu a:hover {
        background: transparent;
    }
    .dropdown-toggle svg path {
        fill: rgb(51, 51, 51);
    }
    .menu-2 {
        margin-inline-end: 40px;
    }
    header .navbar-brand {
        margin-inline: 0px auto;
    }
    .slider-links {
        display: flex;
        flex-wrap: wrap !important;
    }
    .tbh-info2 .slider-links {
        width: 50%;
    }
    .colored-banner .slider-links {
        flex-wrap: nowrap;
    }
    .colored-banner .slider-links a {
        margin-inline-end: 15px;
    }
    .colored-banner .slider-links a:last-child {
        margin-inline-end: 0px;
    }
    .slider-links a {
        width: auto;
        display: flex;
        margin-inline: 0px;
    }
    .box-block {
        flex-wrap: wrap;
        padding: 20px;
    }
    .box-block>div {
        width: 50%;
    }
    .title-arrow {
        margin-top: 10px;
    }
    .box-block .block-title {
        width: 100%;
        background: rgba(202, 202, 202, 0.2);
        border-radius: 20px;
        padding: 14px 20px;
    }
    .testimonials-img {
        max-width: 360px;
        margin: 0px auto 40px;
        display: flex;
    }
    .home-s-6-2 .container .row {
        flex-direction: column-reverse;
    }
    .parners-side {
        max-width: 70%;
        margin: 0px auto 35px;
    }
    .newsletter-container>.row>div {
        text-align: center;
    }
    .newsletter-container>.row>div:first-child {
        padding-bottom: 0px;
    }
    .newsletter-container form {
        width: 80%;
        margin-inline: auto;
    }
    .cr {
        justify-content: center;
    }
    .logo-in-footer {
        display: flex;
        justify-content: center;
    }
    .home-s-6 .container>.row>div:first-child {
        display: flex;
        flex-direction: column;
    }
    .to-hide {
        width: 460px;
        margin-block-start: 0px;
        height: calc(100vh - 40px);
        box-shadow: rgba(0, 0, 0, 0.14) -4px 3px 13px;
        border-start-start-radius: 8px;
        border-end-start-radius: 8px;
    }
    .to-hide.closed {
        margin-inline-end: calc(-50% - 460px);
    }
    .start-exam-row {
        display: flex;
        align-items: center;
    }
    .start-exam-row>div {
        display: flex;
        width: 50% !important;
    }
    .start-exam-row>div:first-child {
        display: flex;
        justify-content: flex-start;
    }
    .start-exam-row>div:last-child {
        display: flex;
        justify-content: flex-end;
    }
    .upload-img {
        margin-bottom: 30px;
    }
    .group-timing>.row>div:first-child {
        border-inline-end: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .groups-container .container>.row>div {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .fc-header-toolbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .fc-header-toolbar>div {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .fc-toolbar-chunk:first-child>button {
        margin-inline: auto 0px !important;
    }
    .fc-toolbar-chunk:last-child,
    .fc-toolbar-chunk:last-child>div {
        display: flex;
        width: 100%;
    }
    .course-itp {
        display: flex;
        flex-direction: column;
    }
    .next-course,
    .course-itt .rate-bar-container,
    .course-itt {
        width: 100%;
    }
    .next-course .cc-row-1 {
        padding-inline-end: 0px;
    }
    .itp-cimg {
        width: 100%;
        margin-inline-end: 0px;
    }
    .course-itt .cc-teacher {
        margin-top: 10px;
    }
    .single-q {
        display: inline-flex;
        width: 52px;
    }
    .start-exam-row>div {
        display: flex;
        justify-content: center;
    }
    .student-summery>div {
        display: flex;
        flex-direction: column;
    }
    .std-summery-bar>div {
        margin-inline-end: calc(0px);
        display: flex;
    }
    .std-summery-bar>div:last-child {
        margin-inline: auto;
        display: flex;
        align-items: center;
    }
    .ssb-title {
        margin-inline-end: 15px;
    }
    .post-info-bar {
        flex-wrap: wrap;
    }
    .post-info-bar>div:not(.container) {
        width: calc(50% - 15px);
        margin-inline-end: 5px;
    }
    .post-info-bar .post-info-bar {
        display: flex;
        margin-block: 10px;
    }
    .post-info-bar.share-tool,
    .post-info-bar.share-tool>div {
        display: flex;
        justify-content: center;
        margin-block: 4px -2px;
    }
    .cb-trainers {
        flex-wrap: wrap;
    }
    .login-desc img {
        margin: 0px auto;
        display: flex;
    }
    .tbh-info2 .slider-links {
        width: 75%;
    }
    .cb-trainers a {
        width: 100%;
        margin-block: 5px;
    }
    .per-trainers-info {
        flex-direction: column;
        background: rgb(248, 248, 248);
    }
    .rating-block-details {
        flex-direction: column;
    }
    .rating-block1 {
        height: auto;
        padding: 20px !important;
    }
    .rating-block1,
    .rating-b2 {
        width: 100%;
        padding-inline: 0px;
    }
    .per-trainers-info img {
        margin: 0px auto 15px;
    }
    .register-link>span,
    .change-view {
        display: none !important;
    }
    .navbar-brand svg {
        width: 60px;
    }
    .main-slider .col-md-5 {
        order: 1;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }
    .main-slider .col-md-7 {
        order: 2;
    }
    .h-shape-underlined {
        margin-bottom: 45px;
        font-size: 160%;
    }
    .custom-col {
        max-width: 420px;
        margin: 0px auto;
    }
    .login-desc {
        margin-bottom: 30px;
    }
    .form-container {
        max-width: 100% !important;
    }
    .activity-view {
        width: calc(80% - 0px);
        display: flex;
        margin: 6px auto 18px !important;
    }
    .activity-view:nth-child(2n+1) {
        margin-inline-end: 0px;
    }
    .to-hide {
        width: 420px;
    }
    .to-hide.closed {
        margin-inline-end: calc(-50% - 420px);
    }
    .join-link a>span {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .menu-2 {
        margin-inline-end: 12px;
    }
    .newsletter-container form {
        width: 94%;
    }
    .tbh-info2 .slider-links {
        width: 80%;
    }
    .fixed-top {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 500px) {
    .slider-img-item img {
        max-width: 85%;
    }
    .tbh-info2 .slider-links {
        width: 90%;
    }
    .activity-view {
        width: calc(100% - 0px);
    }
}


/* --------------------------new style--------------------------------- */


/* start landing about */

.landing-about {
    background-color: var(--darkblue);
    padding-block: 50px 30px;
}

.landing-about .landing-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.landing-about .landing-content h2 {
    color: var(--lightblue);
    font-weight: 700;
    margin-bottom: 15px;
}

.landing-about .landing-content h3 {
    color: var(--lightblue);
    font-weight: 600;
    margin-bottom: 15px;
}

.landing-about .landing-content h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.landing-about .landing-content h5 {
    color: var(--lightblue);
    font-weight: 500;
}

.landing-about .logo {
    width: 200px;
    height: 160px;
    margin-inline: auto;
}

.landing-about .logo img {
    width: 100%;
    height: 100%;
}

@media (max-width: 578px) {
    .landing-about .logo {
        margin-top: 25px;
    }
}


/* end landing about */


/* start who are us */

.who-are {
    margin-block: 10px;
}

.who-are .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.who-are .content .title {
    color: var(--lightblue);
    font-weight: 500;
}

.who-are .content .title .icon {
    margin-inline-end: 8px;
}

.who-are .content .text {
    color: #232323;
    line-height: 1.6;
}

.who-are .image {
    width: 330px;
    height: 330px;
    margin-inline: auto;
}

.who-are .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .who-are {
        margin-block: 25px;
    }
}


/* end who are us */


/* start our achive */

.our-achive {
    padding-block: 20px;
}

.our-achive .achives {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.our-achive .achives .achive {
    padding: 25px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: 0.5s;
}

.our-achive .achives .achive:hover {
    transform: scale(1.1);
}

.our-achive .achives .achive .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.our-achive .achives .achive .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-achive .achives .achive .number {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--lightblue);
}

.our-achive .achives .achive .achive-name {
    color: #232323;
}

@media (max-width: 768px) {
    .our-achive .achives .achive {
        margin: 20px;
    }
}


/* end our achive */


/* start our vision */

.our-vision {
    background-image: url(../imgs/our-vision.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 60vh;
    position: relative;
}

.our-vision .title {
    position: absolute;
    color: #fff;
    left: 10%;
    top: 42%;
    width: 275px;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.6;
}

.our-vision .vision {
    position: absolute;
    left: 20%;
    bottom: 0;
    background-color: var(--darkblue);
    width: 180px;
    height: 100px;
    padding: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.our-vision .vision h5 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 700;
}

.our-vision .vision .icon {
    text-align: start;
}

@media (max-width: 768px) {
    .our-vision {
        background-size: cover;
        background-position: 37% 0;
    }
}

@media (max-width: 578px) {
    .our-vision .title {
        top: 30%;
    }
}


/* end our vision */


/* start our value */

.our-value {
    padding-block: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.our-value .image {
    flex-basis: 48%;
    width: 100%;
    height: 500px;
}

.our-value .image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.our-value .values {
    flex-basis: 45%;
    margin-top: 30px;
    margin-inline-start: 40px;
}

.our-value .values .title {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.our-value .values .title::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 10px;
    background: url(../imgs/svg/line.svg) 0% 0% / 100% no-repeat;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin-inline: auto -6px;
}

.our-value .values .value {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.our-value .values .value .icon {
    margin-inline-end: 8px;
}

.our-value .values .value h5 {
    margin: 0;
}

@media (max-width: 768px) {
    .our-value {
        flex-direction: column;
    }
}


/* end our value */


/* start our message */

.our-message {
    background-image: url(../imgs/our-message.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 60vh;
    position: relative;
}

.our-message .text {
    position: absolute;
    color: #232323;
    left: 6%;
    top: 22%;
    width: 35%;
    line-height: 1.8;
}

.our-message .message {
    position: absolute;
    left: 20%;
    bottom: 0;
    background-color: var(--darkblue);
    width: 180px;
    height: 100px;
    padding: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.our-message .message h5 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 700;
}

.our-message .message .icon {
    text-align: start;
}

@media (max-width: 768px) {
    .our-message {
        background-size: cover;
        background-position: 37% 0;
    }
    .our-message .text {
        top: 8%;
        width: 45%;
    }
}

@media (max-width: 578px) {
    .our-message .text {
        top: 4%;
        width: 57%;
    }
}


/* end our message */


/* start goal */

.goal {
    padding-block: 50px;
}

.goal .title {
    text-align: center;
}

.goal .title h1 {
    font-weight: 500;
    margin-bottom: 20px;
}

.goal .title .t {
    position: relative;
    display: inline-block;
}

.goal .title .t::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 14px;
    background: url(../imgs/svg/line.svg) 0% 0% / 100% no-repeat;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin-inline: auto 50px;
}

.goal .our-goals {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 21px;
}

.goal .our-goal {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 25px;
    border-radius: 12px;
    overflow: hidden;
}

.goal .our-goal .edge {
    width: 100%;
    height: 20px;
    background: var(--lightblue);
}

.goal .our-goal .content {
    padding: 10px 40px;
    width: 280px;
}

.goal .our-goal .content p {
    text-align: center;
    line-height: 1.6;
}


/* end goal */


/* start our mission */

.our-mission {
    background-image: url(../imgs/our-mission-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-block: 15px;
    display: flex;
    justify-content: space-around;
}

.our-mission .content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-basis: 60%;
}

.our-mission .values .title {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.our-mission .values .title::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 10px;
    background: url(../imgs/svg/line.svg) 0% 0% / 100% no-repeat;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin-inline: auto -6px;
}

.our-mission .values .value {
    color: #fff;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.our-mission .values .value .icon {
    margin-inline-end: 8px;
}

.our-mission .values .value h5 {
    margin: 0;
    width: 75%;
    line-height: 1.6;
}

.our-mission .image {
    width: 100%;
    height: 300px;
    flex-basis: 35%;
}

.our-mission .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width: 768px) {
    .our-mission {
        flex-direction: column;
        background-size: cover;
        background-position: 37% 0;
        padding-block: 30px;
    }
    .our-mission .content {
        margin-bottom: 30px;
    }
    .our-mission .values .value {
        justify-content: center;
    }
    .our-mission .values .title {
        margin-inline-start: 50px;
    }
}


/* end our mission */


/* start contact us page */

.contact-landing {
    height: 50vh;
    background-image: url('../imgs/contact-landing.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contact-landing .content {
    background-color: #283772d9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-landing .content h1 {
    color: #fff;
    margin-bottom: 20px;
}

.contact-landing .content p {
    color: #fff;
    text-align: center;
    width: 40%;
}

@media (max-width: 768px) {
    .contact-landing .content p {
        width: 70%;
    }
}

@media (max-width: 578px) {
    .contact-landing .content p {
        width: 90%;
    }
}


/* strat contact */

.contact {
    padding-block: 30px;
}

.contact .contact-boxes .row>div:nth-child(1),
.contact .contact-boxes .row>div:nth-child(2) {
    margin-bottom: 20px;
}

.contact .contact-boxes .box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    height: 100%;
}

.contact .contact-boxes .box .icon {
    padding: 30px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin-bottom: 35px;
}

.contact .contact-boxes .box h6 {
    color: var(--darkblue);
    margin-bottom: 20px;
    font-size: 20px;
}

.contact .contact-boxes .box p {
    color: #77838F;
    margin-bottom: 4px;
    text-align: center;
}

.contact .map {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.contact .map>iframe {
    width: 100%;
    height: 100%;
}

@media(max-width: 992px) {
    .contact .contact-boxes .row>div {
        margin-bottom: 25px;
    }
    .contact .map {
        height: 500px;
    }
}


/* end contact */


/* start social */

.social-contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    position: relative;
}

.social-contact-us::before {
    content: '';
    position: absolute;
    top: -25px;
    width: 50%;
    height: 2px;
    background-color: #EEEEEE;
}

.social-contact-us>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social-contact-us .social-links-contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-contact-us .social-links-contact-us .link {
    width: 60px;
    height: 60px;
    background-color: #D5E9F6;
    margin-inline-end: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.social-contact-us .social-links-contact-us .link:hover {
    background-color: var(--darkblue);
}

.social-contact-us .messege {
    background-color: #D5E9F6;
    display: inline-flex;
    margin: 20px auto;
    padding: 10px 45px;
    border-radius: 30px;
    color: var(--lightblue);
    margin-top: 60px;
    opacity: 1;
    transition: 0.5s;
}

.social-contact-us .messege:hover {
    opacity: 0.6;
}

@media (max-width: 578px) {
    .social-contact-us .social-links-contact-us {
        flex-wrap: wrap;
    }
    .social-contact-us .social-links-contact-us .link {
        margin-bottom: 15px;
    }
}


/* end social */


/* start help */

.help {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.help h1 {
    color: #0A0A0A;
}

.help p {
    color: #77838F;
    width: 50%;
}

@media (max-width: 578px) {
    .help p {
        width: 90%;
    }
}


/* end help */


/* start send messege */

.send-messege {
    margin-block: 20px 50px;
}

.send-messege .send-messege-btn {
    display: block;
    margin-inline: auto;
    padding: 10px 30px;
    background-color: var(--lightblue);
    color: #fff;
    border: 1px solid var(--lightblue);
    margin-top: 30px;
    border-radius: 4px;
    transition: .5s;
}

.send-messege .send-messege-btn:hover {
    background-color: #fff;
    color: var(--lightblue);
}

.send-messege h6 {
    text-align: center;
    margin-top: 30px;
    color: #232323;
}


/* end send messege */


/* top menu */

.top-menu {
    background-color: var(--lightblue);
}

.top-menu>div {
    height: 4vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu .numbers {
    display: flex;
    align-items: center;
}

.top-menu .numbers a {
    display: block;
    margin-inline-end: 20px;
    color: #fff;
}

.top-menu .social {
    display: flex;
    align-items: center;
}

.top-menu .social a {
    color: #fff;
    margin-inline-end: 20px;
    display: block;
}

@media (max-width: 578px) {
    .top-menu .social {
        display: none;
    }
    .top-menu .numbers {
        justify-content: space-between;
        flex: 1;
    }
}


/* end menu */


/* end contact us page */

/* start our customer page */

.our-customer {
    padding-block: 50px;
}

.our-customer .image {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
}

.our-customer .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* end our customer page */


/* new sub category */

.col-filter .form-check.sub {
    margin-inline-start: 20px;
}

.col-filter .sub-category {
    display: none;
    transition: 0.5s;
}

.col-filter .sub-category.open {
    display: block;
}


/* end new sub category */


/* start policy */

.policy {
    margin-block: 30px;
}


/* end policy */


/* start common question */

.common-question {
    padding-block: 30px;
}

.common-question .accordion-button.collapsed {
    color: var(--lightblue);
}

.common-question .accordion-button .icon {
    margin-inline-end: 8px;
}


/* end common question */

/* --------------------------end new style------------------------- */

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

.single-blog .check-audio-is-exist{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    background-color: var(--lightblue);
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 14px;
}
.single-blog .check-audio-is-exist span{
        margin-inline-end: 4px;
}


/* start read more */
.new-fixedHeight {
    height: 120px !important;
    overflow: hidden;
}

.new-expandable {
    overflow: hidden;
    border-bottom: 2px solid rgb(228, 228, 228);
    padding-top: 12px;
    position: relative;
    transition: all 0.3s linear 0s;
}

.new-expandable>div {
    transition: all 0.3s cubic-bezier(0.75, 0.03, 0.28, 0.99) 0s;
}

.new-expandable::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    width: 100%;
    height: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 80%);
}

.new-no-shadow .new-expandable {
    border: 0px;
}

.new-no-shadow .new-expandable::before {
    display: none;
}

.new-show-more {
    display: inline-flex;
    margin-top: 10px;
    cursor: pointer;
    color: var(--lightblue);
    transition: all 0.2s linear 0s;
}

.new-show-more:hover {
    color: #dc3545;
}

.new-show-more:not(.expand) .less-more {
    display: none;
}

.new-show-more.expand .case-more {
    display: none;
}
/* end read more */