/* saira-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Saira;
  font-style: normal;
  font-weight: 400;
  src: url("/other-pages/fonts/saira-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Saira;
  font-style: normal;
  font-weight: 500;
  src: url("/other-pages/fonts/saira-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Saira;
  font-style: normal;
  font-weight: 600;
  src: url("/other-pages/fonts/saira-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Saira;
  font-style: normal;
  font-weight: 700;
  src: url("/other-pages/fonts/saira-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
/* NOTE: REMS have a 1.6 multiplier because of the 62.5% font size. When this is resolved, remove the multiplier */


  /* Typography */
  --font-family-primary: Saira, sans-serif;

  /* Font Sizes */
  --font-size-xs: calc(0.75rem * 1.6);
  --font-size-sm: calc(0.875rem * 1.6);
  --font-size-base: calc(1rem * 1.6);
  --font-size-lg: calc(1.125rem * 1.6);
  --font-size-xl: calc(1.25rem * 1.6);
  --font-size-2xl: calc(1.5rem * 1.6);
  --font-size-3xl: calc(1.875rem * 1.6);
  --font-size-4xl: calc(2.25rem * 1.6);
  --font-size-5xl: calc(3rem * 1.6);
  --font-size-6xl: calc(3.75rem * 1.6);
  --font-size-7xl: calc(4.5rem * 1.6);
  --font-size-8xl: calc(6rem * 1.6);
  --font-size-9xl: calc(8rem * 1.6);

  /* Line Heights */
  --line-height-xs: calc(1rem * 1.6);
  --line-height-sm: calc(1.25rem * 1.6);
  --line-height-base: calc(1.5rem * 1.6);
  --line-height-lg: calc(1.75rem * 1.6);
  --line-height-xl: calc(1.75rem * 1.6);
  --line-height-2xl: calc(2rem * 1.6);
  --line-height-3xl: calc(2.25rem * 1.6);
  --line-height-4xl: calc(2.5rem * 1.6);
  --line-height-5xl: 1;
  --line-height-6xl: 1;
  --line-height-7xl: 1;
  --line-height-8xl: 1;
  --line-height-9xl: 1;

  /* Font Weights */
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

  /* Letter Spacing */
  --letter-spacing-tighter: -0.05em;
  --letter-spacing-tight: -0.025em;
  --letter-spacing-normal: 0em;
  --letter-spacing-wide: 0.025em;
  --letter-spacing-wider: 0.05em;
  --letter-spacing-widest: 0.1em;

  /* Line Heights */
  --line-height-none: 1;
  --line-height-tight: 1.25;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;
  --line-height-loose: 2;
  --line-height-3: calc(0.75rem * 1.6);
  --line-height-4: calc(1rem * 1.6);
  --line-height-5: calc(1.25rem * 1.6);
  --line-height-6: calc(1.5rem * 1.6);
  --line-height-7: calc(1.75rem * 1.6);
  --line-height-8: calc(2rem * 1.6);
  --line-height-9: calc(2.25rem * 1.6);
  --line-height-10: calc(2.5rem * 1.6);


  /* Colors */
  --color-primary: #b71b42;
  --color-white: #fff;
  --color-shadow: #888;
  --color-backdrop: rgb(255 0 0 / 10%);
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --color-gray-950: #030712;

  /* Spacing */
  --spacing-px: 1px;
  --spacing-0: 0px;
  --spacing-0-5: calc(0.125rem * 1.6);
  --spacing-1: calc(0.25rem * 1.6);
  --spacing-1-5: calc(0.375rem * 1.6);
  --spacing-2: calc(0.5rem * 1.6);
  --spacing-2-5: calc(0.625rem * 1.6);
  --spacing-3: calc(0.75rem * 1.6);
  --spacing-3-5: calc(0.875rem * 1.6);
  --spacing-4: calc(1rem * 1.6);
  --spacing-5: calc(1.25rem * 1.6);
  --spacing-6: calc(1.5rem * 1.6);
  --spacing-7: calc(1.75rem * 1.6);
  --spacing-8: calc(2rem * 1.6);
  --spacing-9: calc(2.25rem * 1.6);
  --spacing-10: calc(2.5rem * 1.6);
  --spacing-11: calc(2.75rem * 1.6);
  --spacing-12: calc(3rem * 1.6);
  --spacing-14: calc(3.5rem * 1.6);
  --spacing-16: calc(4rem * 1.6);
  --spacing-20: calc(5rem * 1.6);
  --spacing-24: calc(6rem * 1.6);
  --spacing-28: calc(7rem * 1.6);
  --spacing-32: calc(8rem * 1.6);
  --spacing-36: calc(9rem * 1.6);
  --spacing-40: calc(10rem * 1.6);
  --spacing-44: calc(11rem * 1.6);
  --spacing-48: calc(12rem * 1.6);
  --spacing-52: calc(13rem * 1.6);
  --spacing-56: calc(14rem * 1.6);
  --spacing-60: calc(15rem * 1.6);
  --spacing-64: calc(16rem * 1.6);
  --spacing-72: calc(18rem * 1.6);
  --spacing-80: calc(20rem * 1.6);
  --spacing-96: calc(24rem * 1.6);

  /* Layout */
  --container-max-width: 100%;
  --container-width-xl: 1320px;
  --container-width-lg: 1140px;
  --container-width-md: 960px;
  --container-width-sm: 720px;
  --container-width-xs: 540px;
  
  /* Border Radius */
  --border-radius-sm: calc(0.25rem * 1.6); 
  --border-radius-md: calc(0.5rem * 1.6);  
  --border-radius-lg: calc(1rem * 1.6);   
  --border-radius-xl: 24px;
  --border-radius-xxl: 32px;
  --border-radius-pill: 9999px;

  /* Box Shadows */
  --box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --box-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --box-shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
  --box-shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.25);
  --box-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --box-shadow-custom: 10px 10px 5px var(--color-shadow);

  --ring-offset-width: 0px;
  --ring-offset-color: #fff;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --ring-color: rgba(0, 0, 0, .1);
  --ring-offset-shadow:  0 0 0 var(--ring-offset-width) var(--ring-offset-color);
  --ring-shadow:  0 0 0 calc(1px + var(--ring-offset-width)) var(--ring-color);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --shadow-colored: 0 1px 3px 0 var(--shadow-color), 0 1px 2px -1px var(--shadow-color);

  /* Transitions */
  --transition-speed-fast: 150ms;
  --transition-speed-normal: 300ms;
  --transition-speed-slow: 500ms;

  /* Z-Index */
  --z-index-dropdown: 10;
  --z-index-sticky: 20;
  --z-index-fixed: 30;
  --z-index-modal-backdrop: 40;
  --z-index-modal: 50;
  --z-index-popover: 60;
  --z-index-tooltip: 70;

  /* Additional */
  --backdrop-blur: blur(3px);
  --dialog-width: 85%;
  --dialog-max-height: calc(90vh - 2em - 6px);
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: Saira, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1.4rem;
}


.base-container {
  width: 95%;
  max-width: 1320px;
  display: grid;
  margin: 0 auto;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: var(--container-max-width);
  margin: auto;
}

img {
  width: 100%;
}

/*********** Header area css ***********/

.header-area {
  background: #fff;
  padding: 15px 0;
}

.header-top {
  display: flex;
  align-items: center;
  width: 95%;
  margin: auto;
}

.logo {
  margin-right: 50px;
}

.logo a img {
  width: 242px;
  height: auto;
}

.menu ul {
  display: flex;
  align-items: center;
}

.menu ul li {
  margin-right: 40px;
}

.menu ul li a {
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.menu ul li a:hover {
  text-decoration: underline;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 96px;
  background-color: #fff;
  width: 100%;
  padding: 28px 50px;
  box-shadow: 0 2px 16px #00000012;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9;
  height: 100vh;
  overflow: scroll;
}

.mega-menu-single {
  grid-template-columns: 1fr;
}

.sub-menu {
  display: inline-block !important;
}

.sub-menu span {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.sub-menu li {
  margin: 12px 0;
}

.menu ul li.active .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.3s;
}

.header-right > a {
  color: #000;
  font-size: 17px;
  line-height: 17px;
  margin-left: 24px;
  font-weight: 500;
}

.header-right > a:hover {
  text-decoration: underline;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.header-right a img {
  width: 12px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
}

.phone {
  font-size: 22px !important;
  color: #fff !important;
  background: #ce1443;
  padding: 8px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700 !important;
  transition: 0.3s;
}

.phone:hover {
  transform: scale(1.07);
  text-decoration: underline;
}

.header-area.fixed-top {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  position: fixed;
  width: 100%;
  transition: 0.3s;
  z-index: 99;
  top: 0;
}

.nav-icon {
  display: none;
}

/* Banner Area Css */

.banner-area {
  margin: 5px 0 25px;
}

.banner-content h1 {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.banner-content h2 {
  font-size: 48px !important;
  line-height: 56px;
  text-align: center;
  color: #000;
  font-weight: 600;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 25px;
}

.banner-content h2 span {
  color: #ce1443;
}

.banner-content p {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
}

.banner-content p a {
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.booking-btn {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  background: #ce1443;
  color: #fff;
  padding: 13px 44px;
  display: block;
  border-radius: 35px;
  transition: 0.3s;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}

.booking-btn:hover {
  opacity: 0.87;
  transform: translateY(-3px);
}

.location-select {
  max-width: 470px;
  width: 100%;
  position: relative;
}

.availability-select-option {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 15px;
  margin: auto;
  border-radius: 10px;
  justify-content: space-between;
}

.select-option {
  width: 100%;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6.5px;
  padding: 10px;
  padding-top: 20px;
  border: solid;
  border-width: 1px;
  border-color: #666;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  color: #000;
}

.select-text {
  width: 100%;
  background: #fff;
  border: solid;
  border-width: 1px;
  border-color: #666;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6.5px;
  padding: 10px;
  padding-top: 20px;
  appearance: none;
  box-sizing: border-box;
  outline: none;
}

.contact-select {
  max-width: 470px;
  width: 100%;
  position: relative;
  border-style: none;
}

.contact-select-option {
  border-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: 600;

  /* margin: auto; */
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #2e3d4f;
}

.contact_responce_error {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #ce1443;
  font-size: 32px;
  margin-top: 15px;
}

.location-select span {
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 4px;
}

.availability-select-option a {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  background: #ce1443;
  color: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Google Css */

.google-rating-area {
  margin-bottom: 5px;
}

.google-images img {
  width: 45px;
  height: 45px;
  margin-right: 22px;
}

.google-rating-content ul {
  display: flex;
  align-items: center;
}

.rating {
  display: flex;
  align-items: center;
  max-width: 280px;
  width: 100%;
  margin: auto;
}

.google-rating-content ul li {
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

/* Child Care Css */

.keypoints-area {
  margin-bottom: 20px;
}

.rated {
  max-width: 750px;
  margin: auto;
  margin-bottom: 5px;
}

.rated ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rated ul li {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.rated ul li img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.child-care-items {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  width: 100%;
  gap: 30px;
}

.single-items {
  padding: 20px;
  border-radius: 10px;
}

.single-items img {
  border-radius: 5px;
}

.single-items h1 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 400;
}

.single-items h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-items p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
  width: 100%;
}

.single-items a img {
  width: 15px;
  height: 15px;
}

.single-items a {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.single-items a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

/* Partners Css */

.partner-area {
  margin-bottom: 50px;
}

.partner-area p {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.partners ul {
  display: flex;
  align-self: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partners ul li img {
  width: auto;
  height: 50px;
}

/* Brisbane Location Tags Css */

.hub-location-tag {
  padding-bottom: 75px;
}

.hub-location-tag h3 {
  color: #000;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.location-tags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.location-tags ul li a {
  padding: 15px 30px;
  border: 1px solid #e9e9e9;
  display: inline-block;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.location-tags ul li a:hover {
  background: #f1f1f1;
}

.location-tags ul li {
  margin-right: 30px;
  margin-bottom: 15px;
}

/* convenient section css */

.convenient-loaction-time {
  background: #f1f1f1;
  padding: 100px 0 75px;
}

.section-header {
  max-width: 666px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.section-header p {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #000;
  font-weight: 600;
}

#location-enroll {
  width: 100%;
  margin-bottom: 75px;
}

#location-enroll tbody tr th {
  text-align: left;
  background: #fcfcfc;
  padding: 8px 15px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

#location-enroll tbody tr td {
  background: #fff;
  padding: 8px 15px;
}

#location-enroll tbody tr td ul li span {
  color: #ce1443;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
}

#location-enroll tbody tr td ul li {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

#location-enroll tbody tr td a {
  background: #ce1443;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.loaction-time-list-bottom {
  text-align: center;
}

.loaction-time-list-bottom h3 {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  font-weight: bold;
}

.loaction-time-list-bottom a {
  color: #fff;
  padding: 12px 25px;
  background: #ce1443;
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-block;
}

.loaction-time-list-bottom a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

/* location-arrival-plan Css */

.location-arrival-plan {
  padding: 100px 0;
}

.single-location-arrival h5 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-location-arrival h6 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.single-location-arrival p span {
  max-width: 190px;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.location-arrival-item {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  gap: 30px;
}

.single-location-arrival p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  max-width: 88%;
  margin-bottom: 20px;
}

.notis p {
  color: #888;
  font-size: 12px;
  line-height: 16px;
}

.single-location-arrival a {
  color: #ce1443;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}

.single-location-arrival a::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 32px;
  height: 1px;
  background: #ce1443;
}

.single-location-arrival ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

/* Location Booking Area Css */

.booking-boxs-area {
  padding: 100px 0;
}

.booking-item {
  border-radius: 10px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booking-boxs {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  gap: 30px;
}

.booking-item h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.booking-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  margin-bottom: 75px;
}

.booking-item a {
  padding: 15px 20px;
  display: block;
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 19px;
  line-height: 19px;
  transition: 0.3s;
  font-weight: 600;
}

.booking-item a:hover,
.price-location-header > a:hover,
.choose-course a:hover,
.location-preparing-for a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

.booking-boxs .booking-item:nth-child(2) p {
  color: #000;
}

.booking-boxs .booking-item:nth-child(2) h2 {
  color: #000;
}

.booking-boxs .booking-item:nth-child(3) p {
  color: #000;
}

.booking-boxs .booking-item:nth-child(3) h2 {
  color: #000;
}

.booking-boxs .booking-item:nth-child(3) a {
  background: transparent !important;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s;
}

.booking-boxs .booking-item:nth-child(3) a:hover {
  background: #ce1443 !important;
  border: 1px solid #ce1443;
  color: #fff;
}

/*  All Location CSS */
.all-locations {
  padding: 20px 0;
  margin-top: 30px;
}

.all-locations-google-map {
  margin-bottom: 100px;
  padding: 0 60px;
}

.all-locations-google-map iframe {
  height: 800px;
  width: 100%;
}

.all-locations-list h2 {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.all-locations-list ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.all-locations ul li a:hover {
  border-bottom: 1px solid #fff;
}

.all-locations-list-area {
  display: flex;
  justify-content: space-between;
}

/* Brisbane Others Location Css */

.state-locations {
  padding: 60px 0 100px;
}

.google-map {
  margin-bottom: 100px;
  padding: 0 60px;
}

.google-map iframe {
  height: 800px;
  width: 100%;
}

.state-locations-list h2 {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.state-locations-list ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.state-locations-list ul li a:hover {
  border-bottom: 1px solid #fff;
}

.brisbane-list-area {
  display: flex;
  justify-content: space-between;
}

.location-review h2 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}

.location-review-heading {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  max-width: 830px;
  margin: auto;
  font-weight: 600;
  margin-bottom: 20px;
}

.location-review-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  margin-bottom: 6px;
  text-align: left;
  max-width: 100% !important;
}

.location-review p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
  text-align: center;
}

.location-review-area {
  padding: 100px 0;
}

.location-review-wrapper {
  background: #e9e9e9;
}

.single-wrapper h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  margin-bottom: 6px;
  text-align: left;
  max-width: 100% !important;
}

.location-review-wrapper {
  background: #e9e9e9;
  padding: 23px;
  border-radius: 10px;
}

.review-wrapper-items {
  display: flex;
  gap: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.single-wrapper span {
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}

.single-wrapper p {
  color: #000;
  line-height: 22px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
}

/* Price Location Css */

.price-beat-area {
  padding: 100px 0;
}

.price-location {
  display: flex;
  width: 100%;
}

.price-navigation {
  width: 30%;
}

.price-navigation ul li {
  color: #7f7f7f;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 45px;
  display: inline-block;
  cursor: pointer;
}

.price-navigation ul li.active {
  color: #000;
}

.scrolling-animations-one,
.scrolling-animations-two,
.scrolling-animations-three {
  display: none;
}

.scrolling-animations-one.active,
.scrolling-animations-two.active,
.scrolling-animations-three.active {
  display: block;
}

.price-location-system {
  width: 70%;
}

.price-location {
  display: flex;
  width: 100%;
  gap: 30px;
}

.price-location-header {
  text-align: center;
  margin-bottom: 75px;
}

.price-location-header h3 {
  color: #999;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 25px;
}

.price-location-header h2 {
  color: #000;
  font-size: 32px;
  line-height: 41px;
  font-weight: 600;
  margin-bottom: 25px;
}

.price-location-header-sub {
  color: #000;
  font-size: 32px;
  line-height: 41px;
  font-weight: 600;
  margin-bottom: 25px;
}

.price-location-header p {
  color: #000;
  font-size: 16px;
  max-width: 450px;
  margin: auto;
  line-height: 25px;
  margin-bottom: 25px;
}

.price-location-header p a {
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.price-location-header > a {
  background: #ce1443;
  padding: 10px 20px;
  color: #fff;
  border-radius: 33px;
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.benifits-item img {
  width: 35px;
  height: auto;
  margin-bottom: 33px;
}

.benifits-item strong {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 33px;
}

.benifits-area {
  display: grid;
  gap: 30px;
  grid: auto-flow / 1fr 1fr;
}

.benifits-item,
.choose-course,
.location-preparing-for {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 7px #ddd;
}

.benifits-item p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.benifits-scrolling {
  margin-bottom: 50px;
}

.choose-course h2 {
  color: #ce1443;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 22px;
  font-weight: 600;
}

.choose-course ul {
  margin-bottom: 33px;
}

.choose-course ul li {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
}

.choose-course p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 24px;
}

.choose-course a,
.location-preparing-for a {
  color: #fff;
  background: #ce1443;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.location-preparing-for {
  background: #f1f1f1;
}

.location-preparing-for h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.location-preparing-for p {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* FAQ AREA CSS */

.faq-area {
  padding: 80px 0 100px;
}

.faq h4 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 44px;
  color: #000;
  margin-bottom: 50px;
}

.faqa button.faq-accordion {
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.4s;
  color: #000;
  outline: none;
  padding: 30px 13px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  padding-right: 50px;
}

.faqa {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.faqa button.faq-accordion.active,
button.faq-accordion:hover {
  background-color: #fff;
}

.faqa button.faq-accordion::after {
  content: "";
  color: #818181;
  font-weight: bold;
  margin-left: 5px;
  font-size: 18px;
  border-top: 3px solid #858585;
  border-right: 17px solid #858585;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faqa button.faq-accordion::before {
  content: "";
  color: #818181;
  font-weight: bold;
  margin-left: 5px;
  font-size: 18px;
  border-top: 17px solid #858585;
  border-right: 3px solid #858585;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.faqa.active .faq-accordion::before {
  display: none;
}

/* minus button */

.faq-panel {
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding: 0 15px 25px;
  display: none;
  transition: max-height 0.5s ease;
  padding-right: 50px;
}

.faq-accordion.active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.faqa.active .faq-accordion {
  border-radius: 10px 10px 0 0;
}

.faqa.active .faq-panel {
  display: block;
}

/* Footer Area Css */

.footer-logo a img {
  width: 410px;
  margin-bottom: 35px;
}

.footer-area {
  padding: 50px 0;
}

.footers {
  appearance: auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 70%;
  display: flex;
}

.footer-right {
  width: 30%;
}

.footer_wrapper {
  text-align: right;
}

.footer-menu h6,
.footer_wrapper h6 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.footer-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline-block;
  color: #000 !important;
  transition: 0.3s;
  border-bottom: 1.5px solid transparent;
}

.footer-menu ul li a:hover {
  border-color: #000 !important;
}

.footer-menu {
  margin-right: 80px;
}

.footer_wrapper p a {
  display: inline-block;
}

.footer_wrapper p a {
  text-decoration: underline;
}

.footer_wrapper p a,
.footer_wrapper p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.footer_wrapper span a img {
  width: 20px;
  height: 22px;
  margin-right: 3px;
  border: none;
  margin-bottom: -5px;
  object-fit: contain;
}

.footer_wrapper span a {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 25px;
  display: inline-block;
  border-bottom: 1.5px solid transparent;
}

.footer_wrapper span a:hover {
  border-color: #000;
}

.footer-social a img {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  text-decoration: underline;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

.footer-social a:hover img {
  border-color: #000;
}

.footer-bottom-menu ul {
  display: flex;
  align-items: center;
}

.footer-bottom-menu ul li {
  margin-right: 30px;
}

.footer-bottom-menu ul li a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.footer-bottom-menu ul li a:hover {
  border-bottom: 1.5px solid #000;
}

.footer-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 100px;
  border-bottom: 1px solid #000;
  padding: 0 80px;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.copywright {
  padding: 0 80px;
}

.copywright p a,
.copywright p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.copywright p a:hover {
  text-decoration: underline;
}

/* Courses Page */

.check_availability_area {
  background-color: #ce1443;
  padding: 40px 10px 60px;
}

.check_availability_area .availability-select-option {
  background: transparent;
  padding: 15px 0;
}

.check_availability_area .availability-select-option a {
  background: #000;
}

.check_availability_area .container > span {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.check_availability_area .location-select {
  max-width: 500px;
}

.check_availability_area .select-option {
  border: 1px solid #666;
}

.check_availability_bottom span {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

.check_availability_bottom span img {
  width: 20px;
  margin-right: 10px;
}

.courses-page-banner h1 {
  color: #808080;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.courses-page-banner .banner-content p a {
  border-bottom: 2px solid #e689a1;
  color: #000;
}

.courses-page-banner .banner-content p:nth-child(3) {
  margin-bottom: 20px;
}

.why-choose-area .container {
  border-top: 1px solid #e0e0e0;
}

.why-choose-content-area {
  max-width: 620px;
  margin: 90px auto;
}

.why-choose-content-area h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}

.why-choose-content-area ul li {
  font-size: 16px;
  line-height: 25px;
  position: relative;
}

.why-choose-content-area ul {
  margin-left: 30px;
}

.why-choose-content-area ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%);
  height: 1px;
  width: 20px;
  background-color: #000;
}

.why-choose-content-area ul li:last-child {
  color: #ce1443;
}

.why-choose-content-area ul li:last-child::before {
  background-color: #ce1443;
}

.why-choose-content-bottom {
  margin-top: 32px;
}

.why-choose-content-bottom p {
  font-size: 16px;
  margin-bottom: 25px;
}

.why-choose-content-bottom p a {
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.faq.courses-faq > h4 {
  color: #606060;
  font-weight: 400;
  text-align: center;
}

.faq.courses-faq > h2 {
  width: 70%;
  margin: 10px auto;
}

.faq.courses-faq > p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.faq.courses-faq > p a {
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.faq.courses-faq > h1 {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin: 70px 0 30px;
}

.courses-all-contact {
  background-color: #ce1443;
  padding: 90px 0;
  color: #fff;
}

.courses-contact-area {
  display: flex;
  justify-content: space-between;
}

.courses-all-contact-content {
  max-width: 528px;
  width: 100%;
}

.courses-all-contact-content p {
  font-size: 20px;
  margin-bottom: 5px;
  color: #eba1b4;
}

.courses-all-contact-content h2 {
  font-size: 42px;
  line-height: 49px;
  font-weight: 400;
}

.courses-all-contact-form input {
  padding: 10px 10px 25px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  color: #000;
  margin: 5px;
}

.courses-all-contact-form input:focus,
.courses-all-contact-form textarea {
  outline: none;
}

.courses-all-contact-form textarea {
  min-height: 250px;
  padding: 10px;
  border-radius: 6px;
  border: none;
  width: 98.3%;
  box-sizing: border-box;
  margin: 5px;
  font-weight: 600;
}

.courses-all-contact-form {
  margin-left: 180px;
  margin-top: 25px;
}

.courses-all-contact-form p {
  color: #eba1b4;
  font-size: 12px;
  margin: 5px 0 10px;
  margin-left: 5px;
}

.courses-all-contact-form button {
  padding: 10px 40px;
  background-color: #000;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin-left: 5px;
}

/* Single Course CSS */

.single-course-area {
  margin: 100px 0;
}

.single-course-title {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.single-course-title h1 {
  color: #ce1443;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
}

.single-course-title p {
  font-size: 16px;
  line-height: 25px;
}

.single-course-content {
  padding-top: 75px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.single-course-left {
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  width: 18%;
}

.single-course-left span {
  font-size: 22px;
  line-height: 28px;
}

.single-course-left-button {
  background-color: #ce1443;
  border: none;
  width: 100%;
  color: #fff;
  border-radius: 35px;
  padding: 6px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  display: block;
  box-sizing: border-box;
  text-align: center;
}

.superseded {
  margin-top: 5px;
  border-style: solid;
  border-color: #a0a0a0;
  border-radius: 10px;
  padding-bottom: 5px;
}

.single-course-left p {
  color: #606060;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.single-course-left p a {
  color: #606060;
  border-bottom: 2px solid #ce1443;
}

.single-course-right p a {
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.single-course-right {
  width: 70%;
}

.single-course-right > h2 {
  color: #ce1443;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}

.single-course-right h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 8px 0 20px;
}

.single-course-right h3 span {
  font-weight: 600;
}

.single-course-right p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 25px;
}

.single-course-right p span {
  font-weight: 600;
}

.single-course-right p a {
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.single-course-right table {
  border-collapse: collapse;
}

.single-course-right table tbody tr td {
  border: 1px solid #ececec;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
}

.single-course-right table tbody tr td p {
  margin: 4px 10px 0 20px;
}

.single-course-right table tbody tr td p:last-child {
  margin-bottom: 30px;
}

.single-course-right table tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.single-course-content-group h2 {
  margin: 30px 0 5px;
  font-size: 32px;
  line-height: 44px;
}

.single-course-content-group h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.single-course-content-group ul {
  margin-top: 10px;
}

.single-course-content-group ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 26px;
  margin-left: 15px;
}

.single-course-logo-area {
  display: flex;
  gap: 50px;
  margin-top: 100px;
}

.single-course-logo {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 25px;
  width: 40%;
  box-sizing: border-box;
}

.single-course-logo img {
  height: 35px;
  width: auto;
  margin-bottom: 15px;
}

.single-course-booking {
  background-color: #f1f1f1;
}

/* Course Card CSS */

.course-cards-area {
  padding-bottom: 50px;
}

.course-card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.course-card-single {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  border: 2px solid #ce1443;
  text-align: center;
  flex-basis: 30.5%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.course-card-single-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 147px;
  padding: 0 10px;
}

.course-card-single img {
  height: 450px;
  object-fit: cover;
}

.course-card-single span {
  background-color: #ce1443;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.course-card-single a h3 {
  color: #ce1443;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
}

.course-card-single-price {
  color: #ce1443;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}

.course-card-single p {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
}

.course-card-single-content p {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
}

.course-card-single-content > p span {
  color: #000;
  position: unset;
  background-color: unset;
  border-radius: unset;
}

.course-card-btn {
  background-color: #1db954;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 10px;
  transition: 0.3s;
}

.course-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

/* Product Card CSS */

.product-cards-area {
  padding-bottom: 50px;
}

.product-card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.single-product-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  border: 2px solid #ce1443;
  text-align: center;
  flex-basis: 30.5%;
  padding-bottom: 10px;
}

.single-product-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 147px;
  padding: 0 10px;
}

.single-product-card img {
  height: 450px;
  object-fit: cover;
}

.single-product-card span {
  background-color: #ce1443;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product-card a h3 {
  color: #ce1443;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}

.single-product-card-price {
  color: #ce1443;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}

.single-product-card p {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-btn {
  background-color: #1db954;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 10px;
  transition: 0.3s;
  margin-bottom: auto;
}

.product-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

/************************************  */

/************** About Page ***********/

/************************************  */

.about-us-area {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
}

.about-us-top p {
  width: 72%;
  margin: 0 auto !important;
}

.single-about-content-area {
  display: flex;
  align-items: center;
  gap: 50px;
}

.single-about-content {
  flex-basis: 55%;
}

.single-about-content ul {
  list-style: inside;
}

.single-about-content h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-about-content h2 span {
  color: #ce1443;
}

.single-about-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

.single-about-content p a {
  color: #bbb;
  border-bottom: 2px solid #ce1443;
}

.single-about-image {
  flex-basis: 45%;
}

.single-about-image img {
  border-radius: 10px;
}

.about-us-content-group .single-about-content-area:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 100px;
}

.about-contact-us-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-bottom: 100px;
}

.about-contact-content h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
}

.about-contact-content p {
  font-size: 16px;
  line-height: 25px;
  width: 53%;
  margin: 0 auto 25px;
}

.about-contact-content p a {
  color: #bbb;
  border-bottom: 2px solid #ce1443;
}

.about-contact-partner h2 {
  font-size: 32px;
  line-height: 44px;
  margin: 100px 0 60px;
}

.about-partner-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  justify-content: space-evenly;
}

.about-partner-group img {
  height: 35px;
  width: auto;
}

.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

  /* padding-top: 75%; 4:3 Aspect Ratio */

  /* padding-top: 66.66%; 3:2 Aspect Ratio */

  /* padding-top: 62.5%; 8:5 Aspect Ratio */

 /* padding-top: 100%;  1:1 Aspect Ratio */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/************************************  */

/************* Contact Page **********/

/************************************  */

.contact-us-area {
  margin-top: 50px;
  margin-bottom: 150px;
}

.contact-us-banner h2 {
  width: 75%;
}

.contact-us-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.single-contact-content {
  background-color: #f1f1f1;
  padding: 45px 35px;
  border-radius: 10px;
  flex-basis: 26.33%;
}

.single-contact-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-contact-content a,
.single-contact-content p {
  font-size: 16px;
  line-height: 25px;
  display: block;
  width: fit-content;
  color: #000;
}

.single-contact-content a {
  border-bottom: 2px solid #ce1443;
}

.contact-site-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.single-site-content h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 2px;
}

.single-site-content a {
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #ce1443;
}

.contact-form-area {
  background-color: #f1f1f1;
  padding: 20px 0 50px;
}

.contact-form-area .container {
  max-width: 690px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-area h2 {
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.contact-form-area p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px;
}

.form-contact input,
.form-contact textarea {
  border: none;
  padding: 10px 10px 30px;
  background-color: #fff;
  color: #2e3d4f;
  border-radius: 10px;
  width: 100%;
  margin: 5px 0;
  font-weight: 600;
  box-sizing: border-box;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #2e3d4f;
  font-weight: 600;
}

.form-contact input:focus,
.form-contact textarea {
  outline: none;
}

.form-contact textarea {
  min-height: 250px;
  max-height: 250px;
  min-width: 100%;
  max-width: 100%;
  font-weight: 600;
}

.form-contact button[type="submit"] {
  background-color: #ce1443;
  color: #fff;
  border: none;
  border-radius: 35px;
  font-size: 16px;
  padding: 14px 38px;
  cursor: pointer;
  font-weight: 400;
  margin-top: 20px;
}

.contact_loading {
  background: transparent url("/other-pages/img/loading-buffering.gif") center
    no-repeat;
  height: 200px;
  width: 200px;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}



/* Corporate Portal CSS */

.corporate-portal-banner-area {
  background-color: #000;
  color: #fff;
}

.corporate-portal-main-area {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 60% auto;
  align-items: center;
  grid-gap: 169px;
  padding: 30px 0 50px;
}

.corporate-portal-banner-left h1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 3px;
}

.corporate-portal-banner-left h2 {
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  margin: 20px 0;
}

.corporate-portal-banner-left h2 span {
  color: #ce1443;
}

.corporate-portal-banner-left p {
  text-align: center;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  padding: 5px;
}

.corporate-portal-banner-right img {
  margin-top: 0;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
}

.corporate-portal-outline-area {
  background-color: #ce1443;
  padding: 10px 0;
  color: #fff;
}

.corporate-portal-outline-content {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff7c;
  display: flex;
}

.corporate-portal-outline-content p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.corporate-portal-availability_area {
  background-color: #ce1443;
  padding: 20px 0 40px;
}

.corporate-portal-availability_area .availability-select-option {
  background: transparent;
  padding: 15px 0;
}

.corporate-portal-availability_area .availability-select-option a {
  background: #000;
}

.corporate-portal-availability_area .container > h2 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.corporate-portal-availability_area .location-select {
  max-width: 500px;
}

.corporate-portal-availability_area .select-option {
  border: 2px solid #efefef;
}

.corporate-portal-details h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.corporate-portal-details p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.corporate-portal-details p a {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

.corporate-portal-details p a:hover {
  color: #fff !important;
  border-bottom: 2px solid #000;

  /* background: #fff; */
}

.corporate-portal-details ul {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 35px;
  list-style: unset;

  /* 
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	*/
}

.corporate-portal-details li a {
  color: #fff !important;
  border-bottom: 2px solid #fff;

  /*
		display: inline-block;
		font-size: 16px;
		border-radius: 0.5rem;
		border: 2px solid #efefef;
		padding: 6px 30px !important;
		margin-right: 15px;
		margin-top: 15px;
	*/
}

.corporate-portal-details ul li a:hover {
  color: #fff !important;
  border-bottom: 2px solid #000;

  /* background: #fff; */
}

/* Corporate Page CSS */

.corporate-banner-area {
  background-color: #000;
  color: #fff;
}

.main-corporate-area {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 169px;
  padding: 30px 0 50px;
}

.corporate-banner-left h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 3px;
}

.corporate-banner-left h2 {
  font-size: 48px;
  line-height: 52px;
  margin: 20px 0;
}

.corporate-banner-left h2 span {
  color: #ce1443;
}

.corporate-banner-left p {
  font-size: 21px;
  line-height: 31px;
  color: #fff;
}

.corporate-banner-left img {
  width: 225px;
  margin-top: 50px;
}

.wordplace-cpr-area {
  background-color: #ce1443;
  padding: 70px 0;
  color: #fff;
}

.workplace-cpr-title h2 {
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  width: 64%;
  margin: 0 auto;
}

.workplace-cpr-content {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #ffffff7c;
  display: flex;
}

.workplace-cpr-left-content h2 {
  font-size: 48px;
  line-height: 60px;
  width: 50%;
}

.workplace-cpr-left-content p {
  font-size: 21px;
  line-height: 31px;
  margin-top: 20px;
  width: 72%;
}

.single-cpr-right-content {
  margin-bottom: 15px;
}

.single-cpr-right-content h2 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
}

.single-cpr-right-content p {
  font-size: 16px;
  line-height: 25px;
}

.corporate-our-courses-area {
  background-color: #ce1443;
  padding: 30px 0;
  color: #fff;
}

.corporate-our-courses-area .container > h2 {
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 35px;
}

.corporate-courses-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.single-corporate-course {
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  flex-basis: 28.5%;
}

.single-corporate-course img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}

.single-corporate-course a {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  border-bottom: 2px solid #ce1443;
}

.single-corporate-course h2 {
  font-size: 30px;
  margin: 15px 0;
}

.single-corporate-course p {
  font-size: 14px;
  line-height: 22px;
}

.single-corporate-course:nth-child(2) {
  color: #000;
  background-color: #29cf8e;
}

.single-corporate-course:nth-child(3) {
  background-color: #0c6291;
}

.workplace-cpr-numbers {
  background-color: #ce1443;
  color: #fff;
  padding: 70px 0 100px;
}

.workplace-cpr-numbers .container > h2 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 35px;
}

.workplace-cpr-numbers-content {
  display: flex;
  flex-wrap: wrap;
}

.single-workplace-number h2 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 20px;
}

.single-workplace-number p {
  font-size: 30px;
  line-height: 42px;
}

.single-workplace-number {
  flex-basis: 28.5%;
}

.single-workplace-number {
  flex-basis: 28.5%;
  border-right: 1px solid #ffffff69;
  padding-right: 30px;
  margin-right: 30px;
}

.single-workplace-number:last-child {
  border: none;
}

.corporate-business-area {
  background-color: #000;
  padding: 90px 0;
}

.corporate-businesses-area > h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  width: 72%;
  margin: 0 auto;
}

.corporate-business-logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 30px 0;
  justify-content: center;
}

.corporate-business-logos img {
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.corporate-business-bottom {
  text-align: center;
  color: #fff;
  margin-top: 125px;
}

.corporate-business-bottom a {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  background: #ce1443;
  color: #fff;
  padding: 18px 50px;
  display: inline-block;
  border-radius: 35px;
  transition: 0.3s;
}

.corporate-business-bottom a:hover {
  opacity: 0.87;
  transform: translateY(-3px);
}

.corporate-business-bottom p {
  font-size: 16px;
  margin-top: 15px;
}

.business-facilities-area {
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 150px;
}

.single-business-facility img {
  filter: invert(1) !important;
  width: 50px;
  position: relative;
  z-index: 2;
}

.single-facility-icon {
  text-align: center;
  position: relative;
}

.single-facility-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 36%;
  width: 50px;
  height: 50px;
  background-color: #ce1443;
  border-radius: 100%;
}

.single-business-facility h2 {
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  margin: 15px 0 20px;
}

.single-business-facility p {
  font-size: 16px;
  line-height: 25px;
}

.course-facility-area {
  background-image: url("../images/about-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
  position: relative;
  background-position: center;
}

.course-facility-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 91.4%) 0%,
    rgb(255 255 255 / 0%) 100%
  );
  z-index: 0;
}

.course-facility-content {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

.course-facility-content h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 25px;
}

.course-facility-content ul {
  padding-left: 35px;
}

.course-facility-content ul li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.course-facility-content ul li::before {
  content: "";
  position: absolute;
  height: 9px;
  width: 2px;
  top: 5px;
  left: -28px;
  transform: rotate(-40deg);
  background-color: #ce1443;
}

.course-facility-content ul li::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  top: 0;
  left: -20px;
  transform: rotate(48deg);
  background-color: #ce1443;
}

.course-facility-carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
  gap: 20px;
}

.single-course-facility-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
}

.single-course-facility-item h2 {
  font-size: 16px;
}

.single-course-facility-item span {
  display: block;
  width: fit-content;
  font-size: 12px;
  color: #999;
}

.single-course-facility-item p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.corporate-footer {
  background-color: #000;
  color: #fff;
}

.corporate-footer .footer-menu ul li a,
.corporate-footer .footer-menu h2,
.corporate-footer .footer_wrapper h2,
.corporate-footer .footer_wrapper p a,
.corporate-footer .footer_wrapper p,
.corporate-footer .footer_wrapper span a,
.corporate-footer .footer-bottom-menu ul li a,
.corporate-footer .copywright p a,
.corporate-footer .copywright p {
  color: #fff !important;
}

.corporate-footer .footer_wrapper span a img,
.corporate-footer .footer-social a img {
  filter: invert(1) !important;
}

/* Group Booking  Page */

.single-training-group {
  margin: 100px 0;
}

.single-training-group h2 {
  font-size: 32px;
  line-height: 44px;
}

.single-training-group h4 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.single-training-group p {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}

.single-training-group h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.single-training-content ul {
  margin-left: 30px;
}

.single-training-group ul li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  margin: 5px 0;
}

.single-training-group ul li::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  top: 0;
  left: -20px;
  transform: rotate(48deg);
  background-color: #ce1443;
}

.single-training-group ul li::before {
  content: "";
  position: absolute;
  height: 9px;
  width: 2px;
  top: 5px;
  left: -28px;
  transform: rotate(-40deg);
  background-color: #ce1443;
}

.single-training-content a {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  background: #ce1443;
  color: #fff;
  padding: 13px 44px;
  display: inline-block;
  border-radius: 35px;
  transition: 0.3s;
  margin-top: 20px;
}

.single-training-content a:hover {
  opacity: 0.87;
  transform: translateY(-3px);
}

.single-training-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px;
}

.single-training-group img {
  border-radius: 5px;
}

.single-training-content-image.for-mobile {
  display: none;
}

.gb-partners {
  margin: 100px 0;
}

.gb-partners h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
  line-height: 44px;
}

.booking-form-area {
  background-color: #ce1443;
  padding: 80px 0;
  text-align: center;
}

.booking-form-content h4 {
  font-size: 22px;
  line-height: 34px;
  color: #eba1aa;
}

.booking-form-content h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  width: 53%;
  color: #fff;
  margin: 0 auto 60px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form label {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.form label span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
}

.form input,
.form textarea {
  border: 2px solid #fff;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
  padding: 35px 16px 10px 10px;
  width: 100%;
  box-sizing: border-box;
}

.form textarea {
  min-height: 120px;
  max-height: 120px;
  border: 3px solid #ddd;
}

.form input:focus,
.form textarea:focus {
  outline: none;
}

.form button {
  background-color: #000;
  padding: 14px 47px 16px;
  border-radius: 35px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  width: fit-content;
  margin: 0 auto;
}

/* google-stars section */
.google-reviews-area {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 5px;
}

.google-reviews-container {
  width: 245px;
  margin: auto;
}

.reviews {
  display: flex;
  align-items: center;
  max-width: 200px;
  width: 100%;
  margin: auto;
}

.google-images img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  max-width: unset;
  margin-top: auto;
}

.google-reviews-content ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.google-reviews-content p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.google-reviews-content ul li {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding-right: 2px;
}

.google-reviews-content img {
  height: 20px;
  width: 20px;
  margin-top: unset;
  max-width: 100% !important;
  object-fit: contain;
  fill: #f00; /* changes the color to red */
}

/***************************************  */

/************* Single Page *************/

/*************************************  */
.single-page-banner {
  background: #ce1443;
  padding-top: 80px;
  margin-bottom: 270px;
}

.allergy {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 7px 15px;
  background: #000;
  border-radius: 50px;
  border: 1px solid #000;
  transition: 0.3s;
}

.allergy:hover {
  color: #000;
  background-color: transparent;
}

.s-banner-content h1 {
  font-size: 54px;
  line-height: 62px;
  color: #fff;
  margin: 10px 0;
}

.s-banner-content ul li img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}

.s-banner-content ul li {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.s-banner-content ul {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.banner-all-desc,
.s-banner-content {
  width: 820px;
  margin: auto;
}

.banner-image img {
  width: 100%;
  height: 780px;
  object-fit: cover;
  margin-bottom: -200px;
}

.banner-tog img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.banner-tog {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 13px;
  background: #f1f1f1;
  border-radius: 10px;
}

.banner-tog.toggle-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.banner-tog button {
  border: none;
  padding: 0;
  cursor: pointer;
}

.banner-tog button:hover {
  background-color: transparent;
}

.banner-tog p {
  font-size: 16px;
  font-weight: 600;
}

.artica-content p {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  margin: 30px 0;
  margin-left: 38px;
  line-height: 40px;
}

.artica-content {
  position: relative;
  z-index: 1;
}

.artica-content::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 70px;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-bottom-desc h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 30px;
}

.banner-bottom-desc p {
  font-size: 18px;
  color: #242424;
  font-weight: 400;
  padding-bottom: 32px;
  line-height: 30px;
}

.banner-bottom-desc ul {
  padding-bottom: 32px;
}

.banner-bottom-desc ol {
  padding-bottom: 32px;
  padding-left: 18px;
}

.banner-bottom-desc ol li {
  font-size: 18px;
  color: #242424;
  font-weight: 400;
  line-height: 30px;
  list-style: conic-gradient;
}

.banner-bottom-desc ul li {
  font-size: 18px;
  color: #242424;
  font-weight: 400;
  line-height: 30px;
  list-style: disc;
  margin-left: 40px;
}

.banner-bottom-desc p span,
.banner-bottom-desc ol li span,
.banner-bottom-desc ul li span {
  font-weight: 600;
}

.subscribe-form p {
  font-size: 16px;
  padding-bottom: 20px;
}

.subscribe-form {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  margin-left: 30px;
  margin-bottom: 45px;
}

.subscribe-form input {
  font-size: 17px;
  font-weight: 600;
  padding: 12px 10px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.subscribe-btn {
  text-transform: capitalize;
  width: auto !important;
  padding: 12px 40px !important;
  background: #ce1443;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}

.subscribe-form form {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-bottom-desc img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.popular-articles-area {
  margin-top: 80px;
}

.popular-articles-title h2 {
  font-size: 32px;
  margin-bottom: 100px;
}

.single-popular-articles p {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
}

.single-popular-articles a {
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
}

.single-popular-articles h2 a {
  font-size: 26px;
  color: #000;
  line-height: 38px;
}

.single-popular-articles a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.3s;
}

.single-popular-articles a img:hover {
  transform: scale(1.07);
}

.all-popular-articles {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-popular-articles {
  margin-bottom: 100px;
  width: 28%;
}

.all-newsletter-area {
  padding: 95px 0;
  background: #ce1443;
  text-align: center;
}

.all-newsletter-area p span {
  font-size: 22px;
  color: rgb(255 255 255 / 60%) !important;
  font-weight: 600;
}

.all-newsletter-area h2 {
  font-size: 44px;
  line-height: 50px;
  padding: 5px 0 45px;
  color: #fff;
  font-weight: 400;
  width: 82%;
  margin: 0 auto;
}

.all-newsletter-area input {
  background: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: #000;
  min-width: 460px;
  box-sizing: border-box;
  text-transform: capitalize;
}

.newsletter-btn {
  background: #000 !important;
  color: #fff !important;
  font-size: 17px !important;
  padding: 17px 35px !important;
  min-width: auto !important;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 16px;
}

.newsletter-btn:hover {
  background: #000000bf !important;
}

/***************************************  */

/************* resources Page ************/

/***************************************  */

.resourses-chart-area {
  padding: 100px 0;
}

.resourse-chart-heading h2 {
  font-size: 54px;
  line-height: 62px;
  margin-bottom: 7px;
}

.resourse-chart-heading p {
  font-size: 16px;
  line-height: 26px;
}

.resourses-chart-group {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
}

.single-resource-chart {
  flex-basis: 22%;
  background: #f1f1f1;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.single-resource-chart:hover {
  background-color: #ddd;
}

.single-resource-chart a img {
  height: 175px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.single-resource-chart a h2 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 60px;
}

.single-resource-chart a p {
  font-size: 10px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

/***************************************  */

/************* Blog   Page *************/

/*************************************  */

.blog-banner-area {
  background: #ce1443;
  padding: 80px 0;
}

.blog-banner-content p {
  color: rgb(255 255 255 / 60%) !important;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-banner-content h3 {
  font-size: 45px !important;
  width: 56%;
  font-weight: 400;
  color: #fff;
  line-height: 1.1 !important;
  padding-bottom: 30px;
}

.blog-main-content {
  padding: 30px 0 50px;
}

.b-top-content ul {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.b-top-content ul li a {
  padding: 6px 30px !important;
  border: 2px solid #efefef;
  border-radius: 0.5rem;
  color: #000 !important;
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}

.b-top-content ul li a:hover {
  background: #f1f1f1;
}

.blog-btm-content {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-right-area,
.blog-left-area {
  width: 49%;
}

.post-featured-img {
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
}

.post-featured-img img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: 0.3s;
}

.post-featured-img img:hover {
  transform: scale(1.07);
}

.allergy-asthma {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  font-weight: 600;
  margin: 10px 0;
  color: #ce1443;
  position: relative;
}

.allergy-asthma::before {
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  background: #ce1443;
  transition: 0.3s;
}

.allergy-asthma:hover::before {
  width: 100%;
}

.blog-left-area h2 a {
  color: #000;
  font-size: 22px;
}

.single-blog-box {
  background: #f1f1f1;
  padding: 18px;
  border-radius: 10px;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s;
  margin-bottom: 20px;
}

.single-blog-box:hover {
  background: #ddd;
}

.s-box-img img {
  width: 200px;
  height: 100px;
  object-fit: cover;
  margin-right: 40px;
}

.s-box-content h2 a {
  color: #000;
  font-size: 16px;
}

.s-box-content p a {
  font-size: 11px;
  color: #000;
  font-weight: 600;
}

.popular-articles-blog-title h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 25px;
}

.popular-articles-blog-single h2 a {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
}

.blob-thumb {
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
}

.blob-thumb img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: 0.3s;
}

.blob-thumb img:hover {
  transform: scale(1.05);
}

.popular-articles-blog-main {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popular-articles-blog-single {
  width: 31%;
  margin-bottom: 50px;
}

.blog-main-content.blog-main-content-new {
  padding: 80px 0;
}

.all-popular-articles-blog-new {
  margin-bottom: 40px;
}

.table-of-content-title h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.table-of-content {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  display: none;
}

.table-of-content.table-of-content-active {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-of-content ul li {
  list-style: disc;
  list-style-position: inside;
  color: #ce1443;
}

.table-of-content ul li a {
  font-size: 18px;
  color: #ce1443;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.2s;
}

.table-of-content ul li:hover,
.table-of-content ul li a:hover {
  color: #242424;
}

.promotion-coupon-code-finder {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-radius: 10px;
  margin-top: 15px;
}

.promotion-coupon-code {
  width: 50%;
  text-align: right;
}

.promotion-coupon-finds {
  width: 50%;
  text-align: left;
}

.promotion-coupon-code input[type="text"] {
  font-size: 14px;
  background: white;
  color: black;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  appearance: none;
  max-width: 450px;
  width: 100%;
  outline: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}

.promotion-coupon-finds button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.promotion-coupon-finds button {
  display: flex;
  align-items: center;
  max-width: 450px;
  width: 100%;
  font-size: 16px;
  background: white;
  color: #b71b42;
  border: 2px solid #b71b42;
  border-radius: 10px;
  padding: 3px;
  cursor: pointer;
  justify-content: center;
  font-weight: 600;
  background-color: #f1efef;
}

.promotion-coupon-remove {
  align-items: center;
  padding: 8px 10px;
  border: 2px dashed #447b9c;
  width: 65%;
  margin: auto;
  background: #dae5eb;
  border-radius: 10px;
  display: none;
  margin-top: 5px;
  box-sizing: border-box;
}

.promotion-coupon-remove button img {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  margin-right: 5px;
}

.promotion-coupon-remove p {
  font-size: 16px;
  color: #447b9c;
  text-align: center;
  margin: auto;
  font-weight: 900;
}

.promotion-coupon-remove button {
  display: flex;
  align-items: center;
  background: #447b9c;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 7px;
  border-radius: 7px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.promotion-coupon-code-finder.promotion-coupon-none {
  display: none;
  transition: 0.3s;
}

.promotion-coupon-remove.promotion-coupon-block {
  display: flex;
  transition: 0.3s;
}

.price_beat_top {
  padding: 80px 0;
  text-align: center;
}

.price_beat_top_title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
  text-align: center;
  padding-bottom: ;
}

.price_beat_top_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.price_beat_top_desc {
  padding-top: 70px;
}

.price_beat_bottom {
  background: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 110px;
}

.price_beat_step_1 h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.price_beat_step_1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.price_beat_step_1 ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  opacity: 0.3;
}

.price_beat_step_1 ul li.active {
  opacity: 1;
}

.price_beat_terms {
  padding-top: 40px;
}

.price_beat_terms h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.price_beat_terms h5,
h6 {
  text-align: center;
}

.price_beat_terms p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.price_beat_terms ul {
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price_beat_terms ul li {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.price_beat_form {
  max-width: 650px;
  margin: auto;
}

.price_beat_form > span {
  color: #ce1443;
  font-size: 20px;
  font-weight: 600;
}

.price_beat_form .location-select {
  max-width: 100%;
  margin-bottom: 10px;
}

.price_beat_btn,
.submit-button input {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  background: #ce1443;
  border: none;
  padding: 10px 90px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.3s;
}

.price_beat_btn {
  padding: 10px 65px;
  display: inline-block;
}

.submit-button input:hover {
  background: #000;
}

.submit-button {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.submit-button.submit-button-2 {
  justify-content: center;
  gap: 15px;
}

.price_beat_images {
  height: 40px;
  width: 40px;
  margin: auto;
  margin-bottom: 20px;
}

.price_beat_images img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.price_beat_offer_expires,
.price_beat_verified_success,
.price_beat_verified_worning {
  width: 780px;
  margin: auto;
  text-align: center;
}

.price_beat_offer_expires p,
.price_beat_verified_success p,
.price_beat_verified_worning p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;

  /* padding: 10px 0; */
}

.price_beat_offer_expires .availability-select-option a,
.price_beat_verified_success .availability-select-option a {
  background: #000;
}

.price_beat_offer_expires .availability-select-option a:hover,
.price_beat_verified_success .availability-select-option a:hover {
  background: #ce1443;
}

.price_beat_offer_expires .location-select,
.price_beat_verified_success .location-select {
  max-width: 450px;
  margin-right: 10px;
}

.expires_time {
  color: #ce1443;
  font-size: 70px;
  line-height: 85px;
}

.expires_time li {
  opacity: 1 !important;
  font-size: 70px !important;
  line-height: 85px !important;
  padding: 0 10px;
}

.expires_time li span {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}
