@media (max-width: 768px) {

  article.accordion {
    flex-direction: column;
    overflow: hidden
  }

  article.accordion .acc-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(.8);
    left: 12px;
  }

  article.accordion section.active>.g-title {
    display: none
  }

  article.accordion section {
    width: 100%;
    min-height: 50px
  }

  .quote-wrapper {
    margin-top: 16px;
    font-size: 20px;
    line-height: 40px;
  }

  .inner-about-wrapper img:not(.acc-icon) {
    transform: scale(.9)
  }


  .inner-about-wrapper,
  .about-stats-section {
    position: relative;
    width: 100%;
  }

  .about-stats-section {
    margin-top: 22px
  }


  .about-stats-section .plus img {
    transform: scale(.7)
  }

  .about-stats-section>div div:last-child .plus {
    left: 20% !important
  }

  .translate-x--12 {
    transform: translateX(0) !important
  }

  article.accordion section.active .inner-about-wrapper.vision-inner {
    padding: 24px;
  }

  article.accordion section.active .inner-about-wrapper {
    border-width: 8px;
  }

  .best-targets .targets {
    border-radius: 0 !important;
  }

  .best-targets .targets>div:first-child {
    border-top-right-radius: 16px;
  }

  .best-targets .targets>div:last-child {
    border-bottom-left-radius: 16px;
  }



  .inner-about-wrapper .main-icon {
    width: auto;
    height: auto
  }

  .inner-about-wrapper .g-title {
    font-size: 20px;
  }

  .inner-about-wrapper .main-icon-wrapper {
    gap: 16px !important
  }

  article.accordion section>.g-title {
    transform: none;
    top: 50%;
    transform: translateY(-25%);
    right: 0;

  }

  .about-section p.mt-24 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500
  }

  .about-section p:last-of-type {
    font-size: 14px;
    line-height: 24px
  }

  .about-stats-section .number {
    font-size: 28px;
  }

  .about-section p:last-of-type {
    margin-top: 4px
  }

  .best-targets .targets>div:nth-child(1) h4,
  .best-targets .targets h4 {
    margin-top: 16px;
    font-size: 32px;
  }

  .best-targets .targets span:last-child {
    margin-top: 8px;
  }

  .best-targets .targets span {
    font-size: 16px;
  }

  .best-targets .targets span:last-child {
    font-size: 14px;
  }

  .values-wrapper {
    row-gap: 16px;
    margin-top: 16px;
  }

  .values-wrapper>div>div {
    padding: 16px 0 !important
  }

  .values-wrapper>div:nth-child(3) {
    order: 4
  }

  .values-wrapper>div:nth-child(4) {
    order: 3
  }

  .appFrame {
    max-height: none !important
  }

  .values-card span {
    font-size: 14px;
    line-height: 20px;
  }

  .team-carousel .team-desc h6 {
    margin-bottom: 4px !important
  }

  .team-carousel .team-desc {
    width: 100%;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 4px !important
  }

  .team-carousel .team-desc span {
    line-height: 14px
  }

  .shared-table {
    border: 0 !important
  }

  .shared-table tbody tr td {
    line-height: 0 !important
  }

  .shared-table thead {
    display: none;
    /* Hide table headers */
  }

  .shared-table tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;

  }

  .shared-table td {
    display: block;
    text-align: right;
    padding: 10px;
    position: relative;
  }

  .shared-table td:hover {
    cursor: pointer
  }

  .shared-table td::before {
    content: attr(data-label);
    position: absolute;
    right: 10px;
    text-align: left;
    font-weight: bold;
  }

  .checkbox-wrapper-13 {
    display: inline-block;
  }

  .shared-table tbody tr td:not(:first-child) {
    display: none;
    padding: 18px 40px;
    line-height: 1.5 !important;
  }

  .shared-table tbody tr.active td {
    display: flex !important;
    justify-content: flex-end
  }

  .shared-table tbody tr td:nth-of-type(1) {
    background-color: #f2f2f2 !important
  }

  .shared-table tbody tr td:nth-of-type(1) i {
    position: absolute;
    left: 12px;
    transform: translateY(-50%)
  }

  .prof-case-container .alert span {
    font-size: 14px;
  }

  .prof-case-container .prof-case-btn {
    padding: 0 29px !important;
    height: 32px;
    line-height: 32px !important;
    font-size: 12px !important
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

  header nav .language-dropdown i {
    color: #FFF !important
  }

  .g-padding {
    padding: 50px 0
  }

  .carousel-item2 img,
  .carousel-item3 img,
  .owl-for-official-sponsor img,
  .owl-for-logistics-sponsor img,
  .owl-for-participant img {
    width: 112px !important;
    height: 112px !important;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }


  .upper-header-mob {
    background: var(--main-color);
    height: 50px;
    display: flex;
    align-items: center
  }

  .breadcrumb ol {
    padding: 0;
    margin: 0
  }

  .navbar-collapse {
    transition: all .2s linear;
    position: fixed;
    top: 80px;
    height: 100vh;
    background: var(--main-color);
    left: 0;
    right: 0;
    flex-direction: column
  }

  .navbar-collapse>* {
    width: 100%
  }

  header .navbar-expand-md .navbar-nav li:nth-child(1) a.login-btn {
    height: 50px !important;
    padding: 11px 24px !important;
    font-size: 18px !important;
  }

  .navbar-nav .nav-link {
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(88deg, rgba(9, 45, 75, 0.25) -33.74%, rgba(104, 181, 69, 0.25) 98.02%);
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: "GE_Snd_Book";
    font-weight: 400;
    flex: 1;
    width: 100%;
    border: 0 !important;
    padding: 11px 32px !important;
    height: 50px;
  }

  .navbar-collapse ul.about-us-dropdown {
    height: 100%;
    align-items: center;
    margin-top: 3em !important;
    width: 100%;
    margin-top: .125rem !important;
  }

  header nav .nav-link.language-dropdown {

    background: transparent !important;
    border: 1px solid var(--green-color) !important;
  }

  header nav .language-text {
    color: #FFF !important
  }

  .navbar-collapse ul.about-us-dropdown li {
    margin-top: 8px
  }

  .navbar-collapse ul.about-us-dropdown.hide {
    display: none !important
  }

  .navbar-collapse ul li {
    width: 100%
  }

  .navbar-collapse ul li a {
    width: 100%;
    border-radius: 8px;
    background: #002647;
  }

  .breadcrumb ol li a,
  .breadcrumb ol li.active {
    font-size: 12px;
    white-space: nowrap;
  }

  .breadcrumb-container {
    padding: 0px 16px 0px 16px;
    top: 80px
  }

  .breadcrumb-container a,
  .breadcrumb-container li {
    font-size: 12px !important
  }

  .hero {
    height: 225px !important;
    overflow: hidden;
    margin-top: 82px;
  }

  .hero .carousel-indicators {
    display: none
  }

  .hero .carousel-control-next,
  .hero .carousel-control-prev {
    width: 25px;
    height: 25px;
  }

  .hero .carousel-control-prev {
    left: 1%
  }

  .hero .carousel-control-next {
    right: 1%
  }

  .hero .hero-img {
    width: 100px;
  }

  .hero-content .main-hero-title-container {
    margin-top: 10px
  }

  .hero-content .align-items-center {
    align-items: flex-start !important;
    padding-top: 55px;
  }

  .hero-btn-container {
    margin-top: 8px;
  }

  .main-hero-title-container h1 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold
  }

  .hero-content .main-hero-title-container {
    margin-bottom: 8px;
    padding: 8px 0;
  }



  .hero-btn-container button {
    padding: 3.125px 12.5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .hero-content {
    top: 110px
  }

  .hero-text-container span {
    color: #4A2D7B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 12.5px;
    /* 125% */
    letter-spacing: -0.13px;
    text-transform: capitalize;
  }

  .profile-dropdown-list a {
    padding: 8px 16px;
    width: 180px;
    font-size: 14px;
  }



  .profile-dropdown {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 35px;
  }

  .main-wrapper {
    margin-top: 200px;
  }

  .g-title {
    color: var(--main-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }





  .upper-header-mob-inner .navbar-nav .nav-link {
    padding: 0;
  }

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



  .navbar {
    padding: 0px 0 16px;
    /* height: auto; */
    margin-top: -1px;
    height: 83px;
    padding-bottom: 0;
    z-index: -1;
  }

  .navbar>.container-fluid {
    padding: 0 32px !important;
  }

  .hero #carouselExampleIndicators,
  .hero .carousel-inner,
  .hero .carousel-item {
    height: 100% !important
  }

  .navbar-brand {
    margin: 0;
  }

  .navbar-brand img {
    max-height: 32px;
  }

  .navbar-toggler {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 999;
  }


  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler svg {
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
    transform: scale(1.2);
    width: 100%;

  }

  .lang-dropdown {
    transform: translateX(0) !important;
    width: 100%;
    display: none !important
  }

  .navbar-toggler svg:last-child {
    left: -200%;
    opacity: 0;
  }

  .open-menu .close-icon {
    left: 0 !important;
    opacity: 1 !important;
  }

  .open-menu .menu-icon {
    left: -200%;
    opacity: 0;
  }

  .navbar-expand-md .container-fluid {
    gap: 48px;
    position: relative !important;
  }

  header nav::after {
    display: none
  }

  header .collapse:not(.show) {
    height: 0 !important
  }

  nav.not-fixed {
    height: 90px;
  }

  nav.not-fixed .container-fluid {
    top: -24px !important
  }

  .pt-200 {
    padding-top: 160px !important;
    padding-right: 16px;
    padding-left: 16px;
  }

  header .navbar-expand-md ul.navbar-nav {
    gap: 20px;
    flex-direction: column !important;
    margin-top: 40px !important;
  }

  header .navbar-expand-md li.navbar-nav {
    flex-direction: column !important;
  }

  .about-us-dropdown a {
    text-align: right;
    padding: 11px 32px !important
  }

  [dir="ltr"] .about-us-dropdown a {
    text-align: left
  }


  [dir="ltr"] .navbar-nav .nav-link {
    text-align: left !important
  }

  .upper-header-mob .nav-link {
    font-weight: 400 !important;
  }

  .navbar-nav .nav-link svg {
    transition: all 0.3s linear;
  }

  nav .nav-item {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px;
    border-bottom: 1px solid var(--dark-blue-mid);
  }

  nav .nav-item:nth-child(2) {
    border-top: 1px solid var(--dark-blue-mid);
  }

  nav .nav-item:nth-child(1) {
    border: 0;
  }

  .nav-item:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item:last-child {
    border: 0;
  }



  .navbar-nav {
    margin: 0 !important;
    gap: 8px;
    flex-direction: row-reverse !important
  }

  .language-dropdown {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 8px !important;
    align-items: center
  }



  .language-dropdown span {
    color: var(--main-color);

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

  }

  .login-btn {
    background-color: var(--yellow-color);
    padding: 3px 21px !important;
    border-radius: 50px;
  }

  nav ul.navbar-nav {
    padding: 0 16px !important;
    flex: 1;
    align-self: flex-start !important
  }



  .dropdown-list {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  .dropdown-list a {
    color: #fff;
    text-align: right;
    padding: 10px !important;
    /* Button Labels/small button label desktop and mobilee */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  [dir="ltr"] .dropdown-list a {
    text-align: left
  }

  .dropdown-list a:hover {
    padding: 10px !important;
  }

  .dropdown-list.show {
    height: auto;
    overflow: visible;
    display: flex !important
  }

  .collapse:not(.show) {
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important
  }


  .about-section {
    padding-bottom: 30px !important;
    padding-top: 30px !important
  }



  .best-targets {
    margin-top: 0 !important
  }

  .best-targets .targets {
    padding: 7px 0;
    margin-bottom: 0;
    flex-direction: column;
    background-color: transparent
  }

  .best-targets .targets>div {
    width: 100%;
    background-color: var(--main-color);
    justify-content: center;
    padding: 16px;
  }

  .best-targets .targets>div:last-child {
    background-color: var(--green-color);
    margin-top: 0;
  }

  .best-targets .targets .g-4 {
    gap: 8px
  }

  .g-padding {
    padding-right: 16px;
    padding-left: 16px;
  }


  .about-sec-card p {
    padding: 0 !important
  }

  .about-grid .img-container img {
    width: 24px;
    height: 24px;
  }

  .about-grid .content {
    margin-top: 8px
  }

  .about-sec-card p {
    margin-top: 8px !important
  }

  .about-section .about-sec-card {
    padding: 8px !important
  }

  .about-grid>div:nth-child(2) {
    padding-top: 18px !important;
    padding-bottom: 16px !important
  }

  .best-targets .targets h4 {
    font-size: 32px
  }

  .best-targets .targets::after {
    /* width: 46% */
    display: none
  }

  .main-icon-wrapper {
    gap: 8px !important
  }

  .main-icon {
    width: 15px;
    height: 15px;
  }

  .about-section .flex-column {
    /*  align-items: center !important */
  }

  .about-section .about-section-text {
    color: var(--paragraph);
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.303px;
    padding: 0 32px
  }

  .about-section .about-btns-container {
    justify-content: center;
    padding: 0 32px !important
  }

  .about-section .about-img-container {
    margin-top: 24px;
    display: flex;
    justify-content: center
  }

  .about-section .about-img-container img {
    width: 100%
  }

  .about-section .about-btns-container a {
    padding: 7px 29px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .about-section .row>div:last-child {
    position: relative;

  }

  .program-goals-section {
    padding-top: 0
  }

  .program-goals-section .scale::after,
  .professional-certificates .scale::after {
    transform: scale(.8) !important
  }

  .program-goals-section .program-goals-card {
    padding: 17px 32px !important
  }

  .program-goals-section .row {
    gap: 32px;
    margin-top: 48px !important;
  }

  .program-goals-section .program-goals-card p {

    font-size: 13.012px;
    font-weight: 700;
    padding: 0 50px
  }

  .registration-terms .scale::after,
  .training-partitions .scale::after,
  .success-parteners .g-title::after {
    transform: scale(.8) !important
  }

  .training-partitions .container {
    padding: 0 !important
  }

  .training-partitions .owl-item {
    position: relative !important;
  }

  .training-partitions .training-part-card .icon-container {
    width: 70px;
    height: 70px;
    padding: 4px;
  }

  .training-partitions .training-part-card .icon-container img {
    width: 60% !important
  }

  .our-team {
    height: 350px !important;
  }



  .our-team .ribbon {
    height: 70px;
    bottom: 28%
  }

  .our-team .ribbon img {
    object-fit: cover
  }

  .team-carousel .card {
    width: 85%;
    margin: auto;
    overflow: hidden
  }

  .navbar-nav .dropdown-menu.show {
    display: block !important
  }

  .lang-dropdown {
    background-color: transparent !important;
    border: 0;
    border-radius: 0
  }


  .lang-dropdown li:last-child {
    margin-top: 8px;
  }

  .lang-dropdown span {
    color: #FFF
  }

  .team-carousel .owl-nav {

    top: 45%;

    width: 110%;
    right: 50%;
  }

  .team-carousel .team-desc {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .team-carousel .team-desc h6 {
    margin: 0;
    font-size: 12px;
  }

  .team-carousel .team-desc span {
    font-size: 8px;
    margin: 0
  }

  .team-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 4px
  }

  .our-customers .vec-bottom {
    width: 100%
  }

  .our-customers {
    margin-top: 0
  }


  .our-customers .vec-top {
    display: none !important
  }

  .customers-carousel>div {
    position: relative;
    top: 45% !important;
  }

  .our-customers .owl-nav {
    width: 127% !important
  }


  .customers-carousel .owl-item div {
    padding: 28px;
    display: flex;
    justify-content: center
  }

  /*   .customers-carousel .owl-item div img {
    width: auto !important
  } */

  .customers-carousel .owl-item div::after {

    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/images/customers/slider-vec.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;

  }

  .our-customers .owl-nav .owl-next {
    right: 6.5%
  }

  .our-customers .owl-nav .owl-prev {
    left: 6.5%
  }

  .services {
    padding-right: 16px;
    padding-left: 16px;
    background: #F5F9F6;
    padding-top: 50px;
  }

  .services .container>.row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .services .service-card {
    height: 250px;
  }


  .first-cutted-img .inner-about-wrapper {
    position: static !important;
    width: 100% !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
  }

  .first-cutted-img .inner-about-wrapper {
    order: 2
  }

  .our-customers.g-padding {
    padding-top: 65% !important
  }

  .about-stats-section>div div:last-child .plus.first-plus {
    left: -10% !important
  }

  .first-cutted-img .cutted-img {
    transform: none !important;
    order: 1
  }

  .flip-card .service-card-title {
    width: 85%;
    bottom: auto;
    font-size: 12px;
    font-weight: 500
  }

  /*   .blog.g-padding,
  .blog.g-padding .container {
    padding-right: 0 !important;
    padding-left: 0 !important
  } */

  .lewan-carousel.owl-carousel .owl-stage-outer {
    overflow: visible
  }

  .lewan-carousel.owl-carousel .owl-stage-outer::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar in WebKit browsers (Chrome, Safari, Edge) */
  }

  .lewan-carousel.owl-carousel .owl-item,
  .lewan-carousel.owl-carousel .owl-item.active {
    /*  width: 250px !important */
  }

  .blog {
    padding-top: 0
  }

  .blog .blog-card h4 {
    font-size: 18px;
    font-weight: 500
  }

  .blog .blog-card p {
    margin-top: 8px;
  }

  .flip-card-back {
    padding-top: 34px;
    padding-right: 0;
    padding-left: 0;
  }

  .flip-card-back>div {
    height: 100%
  }

  .flip-card-back h5 {
    margin-top: 0;
    font-size: 12px;
    width: 95% !important;
    padding: 6px !important
  }

  .services .container>.row>div {
    padding: 0 !important
  }

  .services .service-card p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500
  }

  .flip-card .img-absoluted {
    bottom: 36px !important;
    z-index: 1;
    position: absolute;
    right: 75% !important;
    display: flex;
    justify-content: flex-end;
    width: 30px;
    height: 30px;
  }

  /*   .training-partitions .owl-stage {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(5, 1fr) !important
  }

  .training-partitions .owl-item {
    flex: 1;
    width: 170x !important
  } 
    
        .training-partitions .owl-item:nth-child(even)::after,
        .training-partitions .owl-item:nth-child(even)::before {
          border: 1px dashed;
          content: '';
          position: absolute;
    
          top: 0;
          bottom: 0
        }
    
        .training-partitions .owl-item:nth-child(2)::after {
          right: -350%;
        }
    
        .training-partitions .owl-item:nth-child(2)::before {
          left: -400%
        }
  */

  .contact-us .row.main-row>div:nth-child(1) {
    order: 1
  }

  .contact-us .row.main-row>div:nth-child(2) {
    order: 3
  }

  .contact-us .row.main-row>div:nth-child(3) {
    order: 2
  }




  .contact-us .submit-btn-container {
    margin-top: 0 !important
  }

  .contact-us form .row>div {
    margin-bottom: 16px !important
  }

  .contact-us iframe {
    height: 172px !important
  }

  .contact-us .mt-50 {
    margin-top: 24px !important
  }

  .contact-us .form-wrapper {
    margin-top: 32px !important
  }

  .contact-us .input-group label {
    font-size: 16px !important
  }

  .contact-us .input-group input::placeholder {
    font-size: 14px !important
  }

  .contact-content span {

    font-size: 15.616px;
    font-weight: 600;
    line-height: 15.603px;
    margin-top: 14px;
  }

  .gradient-border::after {
    width: 80px;
    height: 80px;
  }

  .contact-icon-container {
    margin-top: 20px
  }

  .contact-content p {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600
  }


  .join-us .col-md-8 {
    margin-top: 48px
  }

  .join-us .col-md-8>div:nth-child(1) {
    justify-content: center
  }



  .join-us .file-input-btn {
    width: 73px;
    justify-content: center
  }

  .join-us #file-upload-text {
    font-size: 14px
  }

  .join-us .img-container::before {
    left: -10px;
    right: auto !important;
    width: 85px;
    height: 116px;
  }

  .join-us .img-container::after {
    content: '';
    right: -10px !important;
    bottom: -10px;
    width: 104px;
    height: 140px;
    position: absolute;

    background-color: var(--green-color);
    z-index: 0;
  }

  .shared-tabs::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar in WebKit browsers (Chrome, Safari, Edge) */
  }



  .shared-tabs {
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    /* Hides scrollbar */
  }

  .shared-tabs .nav-link {
    padding: 8px 16px;
  }

  .blog-details .img-container {
    height: 200px !important
  }

  .blog-details .img-container img {
    object-fit: cover
  }

  .blog-details .inner-title {
    font-size: 16px !important;
  }

  .blog-details .col-12.mt-32 {
    margin-top: 12px !important
  }

  .blog-details-icons-wrapper {
    margin-top: 0;
    justify-content: space-between
  }

  .blog-details-icons-wrapper span {
    font-size: 16px;
    font-weight: 500
  }

  .blog-details hr {
    margin-top: 16px;
  }

  .blog-details .inner-subtitle {
    font-size: 20px;
  }

  .blog-details .blog-details-ul {
    margin: 0 !important;
    padding: 0;
    margin-right: 16px !important;
    margin-top: 16px !important
  }

  .blog-details .owl-stage-outer {
    overflow: visible !important
  }

  .blog-details-ul li {
    font-size: 14px;
    line-height: 26.401px;
    /* 188.576% */
  }

  .book-space-container .mob-title {
    color: var(--main-color);
    text-align: center;
    font-family: "Bahij_TheSansArabic";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 32px;
    /* 125% */
  }


  .book-space-container .img-container {
    height: 200px;
  }

  .book-space-container .img-container img {
    object-fit: cover;
    height: 100%;
    border-radius: 7.924px;
  }


  .book-space-container .blog-details-ul {
    margin: 0 !important;
    padding: 0;
    margin-right: 16px !important;
    margin-top: 16px !important
  }

  .book-form-wrapper h2 {
    font-size: 18px
  }

  .book-form-wrapper {
    padding: 24px 16px;
  }

  .book-form-wrapper input,
  .book-form-wrapper .bordered-gray,
  .book-form-wrapper .select2-selection--single {
    height: 60px !important
  }




  footer {
    padding: 78px 32px 80px
  }

  footer .footer-vector {
    left: 0;
    right: 0
  }

  footer .row>div {
    display: flex;
    justify-content: center;
    flex-direction: column
  }

  footer .row>div:nth-child(2) {
    display: none
  }

  footer .social-links {
    justify-content: center;
    margin-top: 24px !important;
  }

  footer .left-vector,
  footer .right-vector {
    display: none
  }

  footer .row>div div:not(.text-decoration-none) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  footer .row>div div.text-decoration-none>div {
    margin-top: 0
  }

  footer .row>div div.text-decoration-none span {
    font-size: 12px
  }

  footer iframe {
    height: 122px;
  }

  footer .down-footer h3 {
    font-weight: bold
  }

  footer .down-footer h3::after {
    right: 50%;
    transform: translateX(50%)
  }

  footer img {
    transform: scale(.99);
    margin: auto
  }

  .copy-rights {
    font-size: 12px;
    padding: 28px 12px;
  }



  .hovered-desc .team-desc {
    transform: scale(1) !important;
    transition: all .3s ease-in-out
  }

  .team-carousel .social-links {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    font-size: 12px !important
  }

  .team-carousel .social-links img {
    transform: scale(.5)
  }


  .hovered-desc:hover .team-desc {
    transform: scale(1) translateX(50%) translateY(0) !important;
  }
}

@media (min-width: 992px) {
  ul.navbar-nav {
    margin-right: 64px;
  }

  .lewan-carousel {
    display: flex !important;
    gap: 24px;
  }

}