body {
  margin: 0;
  
}
@font-face {
	font-family: 'MachetteFine';
	src: url("../font/ManchetteFine-Medium.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: 'MachetteFineBold';
	src: url("../font/ManchetteFine-Heavy.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ZaridSansALBlack;
	src: url("../font/29LTZaridSansAL-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ZaridSansALSemiBold;
	src: url("../font/29LTZaridSansAL-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ZaridSansALRegular;
	src: url("../font/29LTZaridSansAL-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ZaridSansAL;
	src: url("../font/29LTZaridSansAL-Thin.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ManchetteFine;
	src: url("../font/ManchetteFine-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ManchetteFine;
	src: url("../font/ManchetteFine-Heavy.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	unicode-range: u+06??
}

@font-face {
	font-family: ManchetteFine;
	src: url("../font/ManchetteFine-Thin.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	unicode-range: u+06??
}

.text-main,
h1,
h2,
h3,
h4 {
	font-family: ManchetteFine, sans-serif
}

/* a,
button,
li,
p,
div,
span {
	font-family: 'ZaridSansAL', 'sans-serif' !important
} */


.mohbtn {
    background-color: rgb(11, 68, 107); 
    color: rgb(214, 177, 65); 
    border: none; padding: 8px 16px; 
    border-radius: 4px;
  }
.mohbtn:hover {
    background-color: rgb(20, 90, 140); /* Slightly lighter shade on hover */
    color: rgb(230, 190, 80); /* Slightly brighter text on hover */
    transition: all 0.3s ease; /* Smooth transition effect */
  }

  .mohdelete-btn {
    background-color: rgb(209 214 218); 
    color: rgb(0, 0, 0); 
    border: none; padding: 8px 16px; 
    border-radius: 4px;
  }
  .mohdelete-btn:hover {
    background-color: rgb(108, 114, 118); /* Slightly lighter shade on hover */
    color: rgb(255, 255, 255); /* Slightly brighter text on hover */
    transition: all 0.3s ease; /* Smooth transition effect */
  }
   .mohcancel-btn {
    background-color: rgb(210, 212, 212); 
    color: rgb(0, 0, 0); 
    border: none; padding: 8px 16px; 
    border-radius: 4px;
  }
  .mohcancel-btn:hover {
    background-color: rgb(155, 163, 168); /* Slightly lighter shade on hover */
    color: rgb(47, 45, 45); /* Slightly brighter text on hover */
    transition: all 0.3s ease; /* Smooth transition effect */
  }
/* Top Header */
.top-header {
  background-color: #0b446b;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: relative;
}

html[dir="rtl"] .top-header {
  flex-direction: row-reverse;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

html[dir="rtl"] .nav-left {
  flex-direction: row-reverse;
}

.nav-left a {
  color: white;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.2s ease;
}

.nav-left a:hover {
  color: #dbc554;
  text-decoration: none;
}

.nav-left a:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dbc554;
}

.nav-left .submenu {
  display: none;
  position: absolute;
  background: white;
  color: black;
  top: 30px;
  left: 0;
  padding: 10px;
  font-family: ZaridSansAL !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-radius: 5px;
  min-width: 150px;
  white-space: nowrap;
}
[dir="rtl"] .nav-left .submenu {
  left: auto;
  right: 0;
}
.w-16 {
  width: 4rem;
}
.text-secondary-mid {
  --tw-text-opacity: 1;
  color: rgb(11 68 107 / var(--tw-text-opacity, 1));
}


@media (min-width: 769px) {
  .nav-left a:hover .submenu {
    display: block;
  }
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

html[dir="rtl"] .nav-right {
  flex-direction: row-reverse;
}

.text-primary-mid {
  color: rgb(213 185 87);
  font-weight: bold;
}
.yellow-button {
  background-color: #dbc554;
  border: none;
  padding: 6px 12px 6px 4px;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.yellow-button:hover {
  background-color: #c5b149;
}

.login {
  display: flex;
  align-items: center;
  color: white;
  gap: 5px;
}
.login button {
  border: none;
  color: rgb(219 197 84 / var(--tw-text-opacity, 1)) !important;
}
.login img {
  width: 20px;
  height: 20px;
}

html[dir="rtl"] .login {
  flex-direction: row-reverse;
}

.login .key-icon {
  color: #dbc554;
}

/* Second Header */
.second-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bg-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

html[dir="rtl"] .second-header {
  flex-direction: row-reverse;
}

.second-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

html[dir="rtl"] .second-left {
  flex-direction: row-reverse;
}

.lang-button {
  background-color: #0b446b;
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 11px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-button:hover {
  background-color: #094063;
}

.call-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.call-center .phone {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

html[dir="rtl"] .call-center .phone {
  flex-direction: row-reverse;
}

.search-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.items-end {
  align-items: flex-end;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.w-full {
  width: 100%;
}
.items-center {
  align-items: center;
}
.gap-4 {
  gap: 1rem;
}
.h-9 {
  height: 2.25rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
html[dir="rtl"] .search-box {
  flex-direction: row;
}

.search-box input {
  border: 0px;
  font-size: 16px;
  background-image: url(./assets/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px;
}

.search-box button {
  padding: 5px 16px;
  background-color: #fff;
  color: #000;
  border: 2px solid #0000008c;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.2s ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.search-box button:hover {
  background-color: #f8f9fa;
}

.second-right img {
  height: 80px;
  margin-left: 15px;
}

html[dir="rtl"] .second-right img {
  margin-left: 0;
  margin-right: 15px;
}

/* Chevron icon styling */
.chevron {
  margin-left: 5px;
  font-size: 0.7em;
}

html[dir="rtl"] .chevron {
  margin-left: 0;
  margin-right: 5px;
}

/* Submenu styling */
.rihal-menu-item {
  position: relative;
  height: 30px;
}

.rihal-menu-item a {
  color: white;
  text-decoration: none;
  padding: 0px;
  display: inline-block;
  transition: color 0.2s ease;
  font-size: 1.1rem;
}

.rihal-menu-item a:hover {
  color: #dbc554;
  text-decoration: none;
}

.rihal-menu-item a:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dbc554;
}

.submenu {
  display: none;
  position: absolute;
  background: white;
  color: black;
  top: 100%;
  left: 0;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 150px;
  border-radius: 5px;
}

.btn-advanced {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 2px solid rgb(107 114 128);
      border-radius: 6px;
      background-color: #fff;
      color: rgba(0, 0, 0, 0.88);
      font-weight: 700;
      padding: 6px 14px;
	    font-family: 'ZaridSansAL','sans-serif';
	    font-size: 14px;
    }
    .btn-advanced:hover {
      color: rgb(59 130 246);
      border: 2px solid rgb(107 114 128);
    }
    .btn-advanced svg {
      width: 20px;
      height: 20px;
    }
html[dir="rtl"] .submenu {
  left: auto;
  right: 0;
}

.submenu a {
  display: block;
  color: black;
  padding: 10px 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.submenu a:hover {
  color: #0b446b;
  background-color: #e5e7eb;
  text-decoration: none;
}

.submenu a:hover::after {
  content: none;
}

/* @media (min-width: 769px) { */
  .rihal-menu-item:hover .submenu {
    display: block;
  }
/* } */

.chevron-icon {
  font-size: 1em;
  margin-left: 8px;
  vertical-align: middle;
  color: #ffffff;
  display: inline-block;
  transition: transform 0.2s ease;
}

html[dir="rtl"] .chevron-icon {
  margin-left: 0;
  margin-right: 8px;
}

.rihal-menu-item:hover .chevron-icon {
  transform: rotate(180deg);
}

/* Hamburger Menu */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: black;
  width: 46px;
  height: 40px;
  cursor: pointer;
  /* padding: 8px; */
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #908787;
  transition: all 0.2s ease;
  z-index: 4000;
  display: flex;
      justify-content: center;
      align-items: center;
}
button:focus {
  outline: inherit;
}
.hamburger:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hamburger span {
  position: relative;
  top: -8px;
  font-size: 36px;
}

.mobile-logo {
  display: none;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #0b446b;
  color: white;
  flex-direction: column;
  padding: 20px;
  z-index: 2000;
  overflow-y: auto;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.mobile-menu-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu .search-box {
  margin-bottom: 20px;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.mobile-menu .search-box input {
  width: 100%;
  padding: 6px 12px 6px 12px; /* Adjusted for icon */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background-color: rgb(221, 221, 221);
  height: 32px;
  color: black;
  font-size: 17px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
}
.mobile-menu .rihal-nav-link i {
  display: none;
}
.mobile-menu .search-box input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.rounded-full {
  border-radius: 9999px !important;
}
.w-8 {
  width: 2rem !important;
}
.mobile-menu .search-box button {
  width: 10px;
  background-color: inherit;
  color: black;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: absolute;
  right: 6px;
  top: -3px;
}

.mobile-menu .search-box button:hover {
  background-color: #c5b149;
}

.mobile-menu .rihal-nav-link {
  color: white;
  text-decoration: none;
  padding: 8px 4px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  transition: color 0.2s ease;
}

.mobile-menu .rihal-nav-link:hover {
  color: #dbc554;
  text-decoration: none;
}

.mobile-menu .rihal-menu-item {
  margin-bottom: 0;
}

.mobile-menu .submenu {
  display: none;
  position: relative;
  background-color: rgba(0,0,0,.3)!important;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 6px;
  margin-top: 2%;
  /* z-index: 999999; */
}

.mobile-menu .submenu.active {
  display: block;
}

.mobile-menu .submenu a {
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 24px;
  font-size: 16px;
}
.callCenter .mob-icon svg {
  color: #fff;
  transform: rotateY(180deg);
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.mobile-menu .submenu a:last-child {
  border-bottom: none;
}

.mobile-menu .submenu a:hover {
  background: none;
  color: #dbc554;
}

.mobile-menu .login {
  margin: 20px 0;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

html[dir="rtl"] .mobile-menu .login {
  justify-content: flex-end;
}

.mobile-menu .lang-button {
  margin: 20px 0;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu .lang-button:hover {
  background-color: white;
  color: #0b446b;
}

.mobile-menu .phone {
  margin: 20px 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}

.mobile-menu .yellow-button {
  margin: 30px 0;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
}

/* Media Query for Mobile and Tablet */
@media (max-width: 768px) {
  .top-header {
    background-color: #e7ebee;
    padding: 15px 20px !important;
    position: sticky;
    top: 0;
    z-index: 3000;
  }

  .top-header .nav-left,
  .top-header .nav-right {
    display: none;
  }

  .hamburger {
    display: flex;
    order: 1;
  }

  .mobile-logo {
    display: block;
    order: 2;
    margin-left: auto;
  }

  html[dir="rtl"] .mobile-logo {
    margin-left: 0;
    margin-right: auto;
    order: 1;
  }

  html[dir="rtl"] .hamburger {
    order: 2;
  }

  .mobile-logo img {
    height: 35px;
    width: auto;
  }

  .second-header {
    display: none;
  }

  .mobile-menu .lang-button {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fff;
    color: #0b446b;
  }
  .mhide {
    display: none;
  }
  .copy {
    text-align: left;
  }
}

/* Home icon styling */
.home-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Footer Top */
.social-icons a.x-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
    transition: all 0.3s ease;
}

.social-icons a.x-icon svg {
  fill: #000; /* black X */
  
}

.social-icons a.x-icon:hover {
  background-color: #000;  /* black background */
}



.footer-top {
  background: linear-gradient(to bottom, #0d436b, #0b2032);
  color: white;
  padding: 40px 120px;
  display: flex;
  justify-content: space-between;
  gap: 11rem;
}

.footer-top .rihal-column {
  flex: 1;
}

.footer-top .social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-top .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.footer-top .social-icons .bi-linkedin {
  background-color: #3b82f6;
  color: white;
}

.footer-top .social-icons .bi-twitter-x {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.footer-top .social-icons .bi-instagram {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.footer-top .social-icons .bi-youtube {
  background-color: #ff0000;
  color: white;
}

.footer-top .social-icons a:hover {
  background-color: #3d5d75;
}

.footer-top .address p {
  margin: 5px 0;
  font-size: 1rem;
}

.footer-top .map-placeholder {
  margin-top: 20px;
  /* height: 150px; */
  background-color: #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.footer-top .rihal-links a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-top .rihal-links a:hover {
  color: #d3d3d3;
}

.footer-top .app-links {
  display: flex;
  gap: 0px;
}

.rihal-columns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.appcolumns {
  display: flex;
  gap: 2px;
  justify-content: space-between;
}
.divider {
  height: 21px !important;
  width: 2px;
}

.rihal-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* background-color: #0D4168 !important; */
}

@media (max-width: 768px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .rihal-column {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Footer Bottom */
.footer-bottom {
  background-color: #0d1e30;
  color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}

.footer-bottom .menu {
  display: flex;
  gap: 10px;
}

.footer-bottom .menu a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom .menu a:hover {
  color: #d3d3d3;
}
.tahaweb-logo {
  mix-blend-mode: multiply;
}

/* RTL Adjustments */
html[dir="rtl"] .header {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-top {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-top .social-icons {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-bottom {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .footer-top {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
    gap: 0px;
  }

  .footer-top .column {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-top .app-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-top .app-links img {
    margin-bottom: 0px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer-bottom .menu {
    display: flex;
    flex-flow: column;
    gap: 10px;
    place-self: flex-start;
    text-align: left;
  }
}

.app-container {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  flex-direction: row;
}

.app-image {
  width: 64px;
  height: 64px;
  border-radius: 0.75rem;
  overflow: hidden;
}

.app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-links a {
  display: block;
  text-decoration: none;
}

.app-links img {
  /* Adjusted to match typical badge size */
  height: auto;
}

/* Responsive Design */
@media (max-width: 480px) {
  .app-container {
    flex-direction: column;
    text-align: center;
  }

  .app-links {
    align-items: center;
  }
  #homeContent {
  }
}
.pageContainer {
  margin-top: 175px;
}
.top-header {
  z-index: 9999999;
}
@media (max-width: 480px) {
  .top-header {
    top:  0px !important;
  }
  .pageContainer {
    margin-top: 36px;
  }
  .rihal-menu-item a {

    font-size: 0.7rem;
}
.login button  {
  color : white !important;
}
  
}

.dropdown-item:focus, .dropdown-item:hover {
  /* color: #333333; */
  background-color: none !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: none !important;
}
.mob-header-footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%; 
}

.custom-z-index-modal {
  z-index: 300000000000 !important;
}

.footer-fonts{
  font-family: sans-serif;
}

.footer-fonts-heading{
  font-family: sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.footer-fonts-heading-ar{
  font-family: 'ZaridSansALRegular' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.footer-fonts-bottom{
  font-family: "ZaridSansALRegular";
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1;
  min-height: 200px;
}

.sans-font{
  font-family: sans-serif !important;
}

.zaridAl-semibold-font{
  font-family: ZaridSansALSemiBold !important;
}

.zaridAl-bold-font{
  font-family: ZaridSansALBlack !important;
}

.zaridAl-font{
  font-family: ZaridSansALRegular !important;
}

.manchette-font{
  font-family: 'MachetteFine' !important;
}

.manchette-bold-font{
  font-family: 'MachetteFineBold' !important;
}

.px12{
  font-size: 12px;
}

.px13{
  font-size: 13px;
}
.px14{
  font-size: 14px;
}
.px15{
  font-size: 15px;
}
.px16{
  font-size: 16px;
}
.px17{
  font-size: 17px;
}
.px18{
  font-size: 18px;
}
.px19{
  font-size: 19px;
}
.px20{
  font-size: 20px;
}
.px21{
  font-size: 21px;
}
.px22{
  font-size: 22px;
}
.px23{
  font-size: 23px;
}
.px24{
  font-size: 24px;
}
.px25{
  font-size: 25px;
}

.weight800 {
  font-weight: 800;
}


.weight900 {
  font-weight: 900;
}
