  /* Custom For All Elements */
  * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      transition: all 0.3s ease-in-out;
      font-family: 'Tajawal', sans-serif;
  }

  body {
      display: flex;
      flex-direction: column;
      background-color: #F7F7F7;
      min-height: 100vh;
  }


  #btn-back-to-top {
      background-color: #C4C4C4;
      color: #fff;
      border-radius: 50%;
      position: fixed;
      bottom: 20px;
      left: 20px;
      display: none;
      z-index: 2;
  }

  #whatsapp-button {
      background-color: #25D366;
      color: #fff;
      border-radius: 50%;
      position: fixed;
      bottom: 20px;
      right: 20px;
      /* display: none; */
      z-index: 2;
      width: 47px;
      height: 47px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .wrapper {
      flex: 1;
  }

  .modal {
      border-radius: 5px 5px 25px 25px;
  }


  #coursesModal .modal-title {
      border-bottom: 1px solid rgba(23, 68, 120, 0.63);
  }

  #coursesModal .modal-content {
      border-radius: 5px 5px 25px 25px;
  }

  #coursesModal.modal .category a {
      color: #000000;
      text-decoration: none;
  }

  #coursesModal.modal .category .icon {
      width: 50px;
      height: 50px;
  }

  #coursesModal.modal .category .icon img {
      width: 100%;
  }

  #loginModal .modal-content {
      border-radius: 15px !important;
  }

  #loginModal .modal-title {
      color: #174478;
  }

  #loginModal label {
      font-weight: 600;
  }

  #loginModal .btn {
      border-radius: 15px;
      background-color: #174478;
  }

  #loginModal input {
      border-radius: 15px;
      border: 0.25px solid rgba(104, 104, 104, 1) !important;
      background-color: transparent;
  }

  #loginModal input:focus {
      border: 0.25px solid rgba(104, 104, 104, 1) !important;
      background-color: transparent;
  }

  #registerModal .modal-content {
      border-radius: 15px !important;
  }

  #registerModal .modal-title {
      color: #174478;
  }

  #registerModal label {
      font-weight: 600;
  }

  #registerModal .btn {
      /* border-radius: 15px; */
      background-color: #174478;
  }

  #registerModal input {
      /* border-radius: 15px; */
      border: 0.25px solid rgba(104, 104, 104, 1) !important;
      background-color: transparent;
  }

  #registerModal input:focus {
      border: 0.25px solid rgba(104, 104, 104, 1) !important;
      background-color: transparent;
  }

  .main-color {
      color: #000000;
  }

  .sec-color {
      color: #272727;
  }

  .pre-wrap {
      white-space: pre-wrap;
  }

  .form-control:focus,
  .form-control:active {
      outline: none;
      box-shadow: none;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
      outline: none;
      box-shadow: none;
  }

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

  .navbar .dropdown span {
      font-weight: 700;
  }

  .navbar .dropdown .dropdown-menu {
      border-radius: 0 0 16px 16px !important;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-57%, 0);
  }

  .navbar .notification {
      font-size: 18px;
      position: relative;
  }

  .navbar .notification-dot {
      position: absolute;
      width: 8px;
      height: 8px;
      background: red;
      top: 8px;
      right: 7px;
      border-radius: 50%;
  }

  .navbar .nav-link {
      font-size: 15px;
      font-weight: 500;
      color: #272727;
      cursor: pointer;
  }

  .navbar .active {
      font-size: 16px;
      color: #272727;
      font-weight: 700;
  }

  .navbar .brand {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
  }

  .navbar .nav-link.single {
      position: relative;
  }

  .navbar .nav-link.single::after {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      top: 85%;
      left: 0px;
      background-color: #174478;
      opacity: 0;
      transition: all 0.3s;
  }

  .navbar .nav-link.single:hover:after {
      opacity: 1;
  }

  .navbar .nav-link.single.active::after {
      opacity: 1;
  }


  .navbar .nav-link:hover {
      color: #272727;
  }

  .footer-section {
      color: #FFFFFF;
      background-color: #174478;
  }

  .footer-section .column-content a {
      color: #FFFFFF;
      text-decoration: none;
  }

  .footer-section .column-content a:hover {
      padding-right: 20px;
  }

  .footer-section li {
      list-style: none;
  }

  .footer-section .column-content {
      font-size: 15px;
  }

  .footer-section .social-media a {
      color: #174478;
  }

  .footer-section .circle {
      color: #174478;
      background-color: #FFFFFF;
      border-radius: 50%;
      width: 45px;
      height: 45px;
  }

  @media(max-width:1000px) {}


  @media all and (max-width: 1450px) {}

  @media all and (max-width: 1400px) {}

  @media all and (min-width: 1200px) and (max-width: 1400px) {}


  @media all and (min-width: 991px) and (max-width: 1400px) {
      .navbar .nav-link {
          font-size: 14px;
          color: #272727;
      }
  }

  @media all and (max-width: 1200px) {}

  @media all and (max-width: 991px) {
      .navbar .brand {
          padding-right: 0 !important;
          padding-left: 0 !important;
      }

      .navbar .notification {
          font-size: 20px;
      }

      .navbar .notification-dot {
          bottom: 62px;
          left: 88px;
          right: unset;
          top: unset;
      }

      .navbar .links a {
          color: #272727;
      }

      .navbar .nav-link.single:hover:after {
          display: none;
      }

      .navbar .nav-link.single.active::after {
          display: none;
      }

      .footer-section .social-media {
          justify-content: center;
      }

      .modal .category .name h5 {
          font-size: 18px;
      }

  }

  @media all and (max-width: 757px) {}


  @media all and (max-width: 575px) {


      .footer-section .column-title strong {
          font-size: 15px;

      }

      .footer-section .column-content a {
          font-size: 14px;
      }

      .footer-section .column-content a:hover {
          padding-right: 15px;
      }

      .footer-section li {
          list-style: none;
      }

      .footer-section .column-content {
          font-size: 14px;
      }

      .footer-section .circle {
          width: 42px;
          height: 42px;
      }

      .modal .category .name h5 {
          font-size: 12px;
      }

      .modal-title h5 {
          font-size: 14px;
      }

  }