/* Plus Jakarta Sans: load via <link> on Training-in-City views (avoids render-blocking @import). */

/* Accessibility: visually hidden but available to screen readers (WCAG 1.3.1 / 3.3.2) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Accessibility: visible focus indicator for keyboard navigation (WCAG 2.4.7) */
.traning-in-city a:focus-visible,
.traning-in-city button:focus-visible,
.traning-in-city input:focus-visible,
.traning-in-city select:focus-visible,
.traning-in-city textarea:focus-visible,
.traning-in-city [tabindex]:focus-visible {
  outline: 2px solid #0073C6;
  outline-offset: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #F3F3F3;
}
.wrapper header{
    background : #fff;
}
.traning-in-city {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #F4F6FB;
}
.traning-in-city h1, .traning-in-city h2, .traning-in-city h3, .traning-in-city h4, .traning-in-city h5, .traning-in-city h6, .traning-in-city p {
  font-family: "Plus Jakarta Sans" !important;
}
.traning-in-city .container {
  max-width: 95%;
  width: 100%;
}
.traning-in-city h1 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.traning-in-city h2 {
  color: #333A3F;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.traning-in-city .mt-40 {
  margin-top: 40px;
}
.traning-in-city .font-12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 109%;
  /* 10.9px */
}
.traning-in-city .gy-30 {
  row-gap: 30px !important;
}
.traning-in-city .btn-primary-blue {
  border-radius: 8px;
  border: 1pt solid #0073C6;
  background: #FDFDFD;
  padding: 11px 24px;
  display: block;
  max-width: max-content;
  text-decoration: none;
  color: #0073C6;
  font-size: 16px;
  list-style: 1;
  font-weight: 500;
  line-height: normal;
}
.traning-in-city .btn-primary-blue:hover {
  background: #0073C6;
  color: #FFF;
}
.traning-in-city .banner {
  border-radius: 0 0 48px 48px;
  position: relative;
  padding: 60px 0;
  background-image: url(../../../Images/city-page/banner-bg.png);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /* &:before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0 0 48px 48px;
      background: linear-gradient(151deg, rgba(79, 154, 236, 0.70) 17.74%, rgba(60, 49, 178, 0.70) 43.81%, rgba(20, 28, 114, 0.70) 80.53%), linear-gradient(89deg, rgba(52, 40, 175, 0.00) 49.93%, #141C72 69.91%), url(../../../Images/city-page/banner-bg.webp) lightgray -143.737px -12px / 79.689% 131.97% no-repeat;
      background-size: cover !important;
  } */
}
.traning-in-city .banner p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0;
}
.traning-in-city .banner p.small-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6E6E6E;
}
.traning-in-city .banner .banner__subtitle {
  max-width: 600px;
  margin: 24px 0;
}
.traning-in-city .banner ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
.traning-in-city .banner ul li {
  padding-left: 16px;
  position: relative;
}
.traning-in-city .banner ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6px;
  height: 100%;
  background: #FFF;
  border-radius: 4px;
}
.traning-in-city .banner ul li h4,
.traning-in-city .banner ul li strong {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: block;
}
.traning-in-city .banner ul li p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.traning-in-city .banner .fortune-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.traning-in-city .banner .fortune-logo p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  max-width: 220px;
}
.traning-in-city .banner .fortune-logo p a {
  color: #FFF;
}
.traning-in-city .banner .form-card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(244, 136, 59, 0.2) 100%), #FFFEFE;
  box-shadow: 4px 16px 40.4px 0 rgba(5, 22, 44, 0.25);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
}
.traning-in-city .banner .form-card__title {
  color: #FF7200;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px;
}
.traning-in-city .banner .form-card__subtitle {
  color: #333A3F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px;
}
.traning-in-city .banner .form-card__section-label {
  color: #333A3F;
  font-size: 14px !important;
  font-weight: 400;
  margin: 4px 0 12px !important;
}
.traning-in-city .banner .form-card__section-label strong {
  color: #FF7200;
}
.traning-in-city .banner .form-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  gap: 32px;
  flex-wrap: wrap;
}
.traning-in-city .banner .form-card__response-note {
  color: #333A3F;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
}
.traning-in-city .banner .form-card .form-group {
  margin-bottom: 16px;
  position: relative;
}
.traning-in-city .banner .form-card .form-control {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  height: auto;
  transition: border-color 0.2s;
  border-radius: 8px;
  border: 0.6px solid #CECECE;
  background: #fff;
}
.traning-in-city .banner .form-card .form-control::placeholder {
  color: rgba(51, 58, 63, 0.7);
}
.traning-in-city .banner .form-card .form-control:focus {
  border-color: #080808;
  box-shadow: none;
  background: #FFF;
}
.traning-in-city .banner .form-card .error-msg {
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.traning-in-city .banner .form-card .has-error .form-control {
  border-color: #dc3545;
}
.traning-in-city .banner .form-card .has-error .error-msg {
  display: block;
}
.traning-in-city .banner .form-card .btn-submit {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
}
.traning-in-city .banner .form-card .btn-submit:hover {
  background: #d06510;
  color: #FFF;
}

.success-modal {
  border-radius: 20px;
  overflow: hidden;
}
.success-modal .modal-body {
  padding: 48px 32px;
}
.success-modal .success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #E8751A;
  color: #FFF;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.success-modal h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.success-modal p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}
.success-modal .btn-submit {
  background: #E8751A;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s;
}
.success-modal .btn-submit:hover {
  background: #d06510;
  color: #FFF;
}

.upcoming-training {
  padding: 60px 0 0;
}
.upcoming-training .title {
  color: #0073C6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.upcoming-training h2 {
  color: #333A3F;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0 16px;
}
.upcoming-training .upcoming-training__subtitle {
  margin: 0 auto 40px;
  max-width: 900px;
  text-align: center;
}
.upcoming-training .upcoming-training__subtitle p {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.upcoming-training .upcoming-training__subtitle p.small-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6E6E6E;
}
.upcoming-training .gy-4 {
  row-gap: 16px !important;
}
.upcoming-training .course-card {
  display: flex;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s;
  position: relative;
  padding: 12px;
  height: 100%;
  border: 0.4px solid #CECECE;
}

.gap-3.tic-course-card__title-actions{
    gap: 16px;
}

.upcoming-training .course-card:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.upcoming-training .course-card .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.upcoming-training .course-card__image {
  position: relative;
  width: 80px;
  max-height: 200px;
  flex-shrink: 0;
  border-radius: 8px;
  height: 100%;
}
.upcoming-training .course-card__image .course-feature-img {
  width: 100%;
  min-height: 80px;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
}
.upcoming-training .course-card .category-badge {
  border-radius: 50px;
  background: #D1FAE5;
  color: #065F46;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 6px 12px;
}
.upcoming-training .course-card span.price-badge {
  color: #333A3F;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}
.upcoming-training .course-card__content {
  flex: 1;
  padding: 0 16px 12px 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.upcoming-training .course-card__title {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 6px;
}
.upcoming-training .course-card .date-time {
  color: #0073C6;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 6px;
}
.upcoming-training .course-card__center {
  color: #333A3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 6px;
}
.upcoming-training .course-card__address {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 0px;
}
.upcoming-training .course-card__link {
  color: #0073C6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 !important;
}
.upcoming-training .course-card__link:hover {
  color: #080808;
}
.upcoming-training .course-card__desc {
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CECECE;
}
.upcoming-training .course-card__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.upcoming-training .course-card__meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  overflow: hidden;
  color: #333A3F;
  font-size: 4;
  font-weight: 400;
  line-height: 14px;
}
.upcoming-training .course-card__meta-row--has-dropdown {
  overflow: visible;
}
.upcoming-training .course-card__meta-row img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.upcoming-training .course-card__meta-row span {
  color: #6E6E6E;
}
.upcoming-training .course-card__meta-row strong {
  color: #333A3F;
  font-weight: 500;
}
.upcoming-training .course-card__more-dates-wrap {
  position: relative;
  display: inline-flex;
  margin-left: 4px;
}
.upcoming-training .course-card__more-dates-wrap:hover .course-card__more-dates-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.upcoming-training .course-card__more-dates-trigger {
  color: rgba(0, 110, 189, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.upcoming-training .course-card__more-dates-trigger:hover {
  color: #d06510;
}
.upcoming-training .course-card__more-dates-panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  min-width: 220px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  background: #EDF1F5;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.upcoming-training .course-card__more-dates-panel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.upcoming-training .course-card__more-dates-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 400;
  color: #333A3F;
  white-space: nowrap;
}
.upcoming-training .course-card__more-dates-item:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 6px;
}
.upcoming-training .course-card__more-dates-item img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: grayscale(100%);
}
.upcoming-training .course-card__virtual-badge {
  display: inline-block;
  background: rgba(0, 110, 189, 0.16);
  color: #333A3F !important;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 4px;
}
.upcoming-training .course-card__btn {
  align-self: flex-end;
  margin-top: auto;
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
}
.upcoming-training .course-card__btn:hover {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .traning-in-city .banner .form-card .btn-submit{
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .upcoming-training .course-card {
    flex-direction: column;
    gap: 12px;
  }
  .upcoming-training .course-card__image {
    width: 100%;
    min-height: 160px;
  }
  .upcoming-training .course-card__content{
    padding: 0 !important;
  }
  .upcoming-training .course-card{
    height: auto !important;
  }
}
.upcoming-training .course-card-v2 {
  display: flex;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s;
  position: relative;
  padding: 12px;
  height: 100%;
}
.upcoming-training .course-card-v2:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.upcoming-training .course-card-v2 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.upcoming-training .course-card-v2__image {
  position: relative;
  width: 200px;
  min-height: 200px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.upcoming-training .course-card-v2__image .course-feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
}
.upcoming-training .course-card-v2__price {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 4px;
  border: 0.4px solid #CDCDCD;
  background: rgba(255, 255, 255, 0.79);
  padding: 4px 12px;
  z-index: 2;
  overflow: hidden;
  color: #141C72;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
}
.upcoming-training .course-card-v2__category {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 12px 12px;
}
.upcoming-training .course-card-v2__category svg {
  width: 24px;
  height: 24px;
}
.upcoming-training .course-card-v2__content {
  flex: 1;
  padding: 12px 16px 12px 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.upcoming-training .course-card-v2__title {
  color: #333A3F;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 6px;
}
.upcoming-training .course-card-v2__desc {
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CECECE;
}
.upcoming-training .course-card-v2__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.upcoming-training .course-card-v2__meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  overflow: hidden;
  color: #333A3F;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}
.upcoming-training .course-card-v2__meta-row--has-dropdown {
  overflow: visible;
}
.upcoming-training .course-card-v2__meta-row img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.upcoming-training .course-card-v2__meta-row span {
  color: #6E6E6E;
}
.upcoming-training .course-card-v2__meta-row strong {
  color: #333A3F;
  font-weight: 500;
}
.upcoming-training .course-card-v2__more-dates-wrap {
  position: relative;
  display: inline-flex;
  margin-left: 4px;
}
.upcoming-training .course-card-v2__more-dates-wrap:hover .course-card__more-dates-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.upcoming-training .course-card-v2__more-dates-trigger {
  color: rgba(0, 110, 189, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.upcoming-training .course-card-v2__more-dates-trigger:hover {
  color: #d06510;
}
.upcoming-training .course-card-v2__more-dates-panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  min-width: 220px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  background: #EDF1F5;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.upcoming-training .course-card-v2__more-dates-panel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.upcoming-training .course-card-v2__more-dates-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 400;
  color: #333A3F;
  white-space: nowrap;
}
.upcoming-training .course-card-v2__more-dates-item:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 6px;
}
.upcoming-training .course-card-v2__more-dates-item img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: grayscale(100%);
}
.upcoming-training .course-card-v2__virtual-badge {
  display: inline-block;
  background: rgba(0, 110, 189, 0.16);
  color: #333A3F !important;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 4px;
}
.upcoming-training .course-card-v2__btn {
  align-self: flex-end;
  margin-top: auto;
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
}
.upcoming-training .course-card-v2__btn:hover {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .upcoming-training .course-card-v2 {
    flex-direction: column;
  }
  .upcoming-training .course-card-v2__image {
    width: 100%;
    min-height: 160px;
  }
}
.upcoming-training .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
.upcoming-training .pagination li:first-child a {
  padding: 12px 16px;
  background: transparent;
  border-radius: 8px;
  color: #333A3F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.upcoming-training .pagination li:last-child a {
  padding: 12px 16px;
  background: transparent;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.upcoming-training .pagination a {
  color: #333A3F;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  background: #E0E0E0;
  padding: 12px 16px;
}
.upcoming-training .pagination a:hover {
  background: rgba(26, 33, 117, 0.2);
}
.upcoming-training .pagination a.active {
  background: rgba(26, 33, 117, 0.2);
}
.upcoming-training .pagination i {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.available-training-center {
  background: url(../../../Images/city-page/training-bg.png) no-repeat center center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.available-training-center .wrapper {
  border-radius: 48px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.available-training-center .wrapper .form-card__title {
  color: #FF7200;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px;
}
.available-training-center .wrapper .form-card__subtitle {
  color: #333A3F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px;
}
.available-training-center .wrapper .form-card__section-label {
  color: #333A3F;
  font-size: 14px !important;
  font-weight: 400;
  margin: 4px 0 12px !important;
}
.available-training-center .wrapper .form-card__section-label strong {
  color: #FF7200;
}
.available-training-center .wrapper .form-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  gap: 32px;
  flex-wrap: wrap;
}
.available-training-center .wrapper .form-card__response-note {
  color: #333A3F;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
}
.available-training-center .wrapper .form-card .form-group {
  margin-bottom: 16px;
  position: relative;
}
.available-training-center .wrapper .form-card .form-control {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  height: auto;
  transition: border-color 0.2s;
  border-radius: 8px;
  border: 0.6px solid #CECECE;
  background: #fff;
}
.available-training-center .wrapper .form-card .form-control::placeholder {
  color: rgba(51, 58, 63, 0.7);
}
.available-training-center .wrapper .form-card .form-control:focus {
  border-color: #080808;
  box-shadow: none;
  background: #FFF;
}
.available-training-center .wrapper .form-card .error-msg {
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.available-training-center .wrapper .form-card .has-error .form-control {
  border-color: #dc3545;
}
.available-training-center .wrapper .form-card .has-error .error-msg {
  display: block;
}
.available-training-center .wrapper .form-card .btn-submit {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
}
.available-training-center .wrapper .form-card .btn-submit:hover {
  background: #d06510;
  color: #FFF;
}
.available-training-center .wrapper p {
  color: #333A3F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 20px;
}
.available-training-center .wrapper h3 {
  color: #333A3F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px;
}
.available-training-center .wrapper .available-training-locations {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.available-training-center .wrapper .available-training-locations li {
  border-radius: 16px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 12px;
}
.available-training-center .wrapper .available-training-locations li a {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.available-training-center .wrapper .available-training-locations li img {
  max-width: 160px;
  object-fit: cover;
  border-radius: 8px;
  border-radius: 8px;
  border: 0.4px solid #CDCDCD;
  background: lightgray 50%/cover no-repeat, #DAE6F1;
  height: 100%;
}
.available-training-center .wrapper .available-training-locations li h4 {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
  margin: 0;
}
.available-training-center .wrapper .available-training-locations li p {
  color: #6E6E6E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.available-training-center .wrapper .btn-main {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
}
.available-training-center .wrapper .btn-main:hover {
  background: #d06510;
  color: #FFF;
}
.available-training-center .wrapper .form-card__response-note {
  color: #333A3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.available-training-center .wrapper .gap-4 {
  gap: 24px;
}
.available-training-center .wrapper .available-training-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.available-training-center .wrapper .available-training-topics li {
  transition: padding-left 0.15s;
}
.available-training-center .wrapper .available-training-topics li a {
  border-radius: 50px;
  border: 0.4px solid #CECECE;
  background: #FFF;
  color: #101720;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.available-training-center .wrapper .available-training-topics li a:hover {
  background: rgba(26, 33, 117, 0.2);
  color: #FFF;
}

@media (min-width: 992px) {
  .border-left-lg {
    padding-left: 80px;
    position: relative;
  }
  .border-left-lg::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #CECECE;
    position: absolute;
    left: 20px;
    top: 0;
  }
}
.nearby-training {
  padding: 60px 0 0 0;
  background: #fff;
}
.nearby-training .hr-line {
  padding: 60px 0;
}
.nearby-training .hr-line .line {
  border-bottom: 1px solid #CECECE;
}
.nearby-training .title {
  color: #0073C6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.nearby-training h2 {
  color: #333A3F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.nearby-training .nearby-training-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nearby-training .nearby-training-list li a {
  border-radius: 50px;
  border: 0.4px solid rgba(16, 23, 32, 0.08);
  background: #FFF;
  color: #101720;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  padding: 12px 24px;
}
.nearby-training .nearby-training-list li a:hover {
  background: rgba(26, 33, 117, 0.2);
  color: #FFF;
}
.nearby-training .nearby-training-list li .see-more {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-radius: 50px;
  border: 0.4px solid #C8D5EC;
  background: #C8D5EC;
}
.nearby-training .nearby-training-list li .see-more:hover {
  background: #A3B8E2;
}

.bg-training {
  border-radius: 56px;
  background: linear-gradient(180deg, rgba(0, 130, 224, 0.08) 0%, rgba(164, 194, 255, 0.06) 35.16%);
  padding: 50px 0;
}
.bg-training .title {
  color: #0073C6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bg-training p {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.bg-training .btn-main {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-style: normal;
  min-width: 200px;
  margin-top: 18px;
}
.bg-training .training-image {
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.bg-training h2 {
  color: #333A3F;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 8px 0 0;
}
.bg-training .training-description {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
.bg-training .training-description p {
  margin-top: 8px;
  margin-bottom: 0;
}
.bg-training .btn-main:hover {
  background: #d06510;
  color: #FFF;
}

.cta {
  border-radius: 48px;
  background: url(../../../Images/city-page/banner-bg.png) no-repeat center center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 80px 0;
  margin-top: 80px;
}
.cta .wrapper {
  padding: 0px 60px;
}
.cta .wrapper h2 {
  color: #FFF;
  margin-bottom: 16px;
}
.cta .wrapper .cta-description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.cta .wrapper .form-card h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px;
}
.cta .wrapper .form-card .form-group {
  margin-bottom: 16px;
  position: relative;
}
.cta .wrapper .form-card .form-group .form-control {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  height: auto;
  transition: border-color 0.2s;
  border-radius: 8px;
  border: 0.6px solid #CECECE;
  background: #fff;
}
.cta .wrapper .form-card .form-group .error-msg {
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.cta .wrapper .form-card .form-card__section-label {
  color: #fff;
  font-size: 14px !important;
  font-weight: 400;
  margin: 4px 0 12px !important;
}
.cta .wrapper .form-card .form-card__section-label strong {
  color: #d06510;
}
.cta .wrapper .form-card .form-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 32px;
  flex-wrap: wrap;
}
.cta .wrapper .form-card .form-card__footer .form-card__response-note {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
}
.cta .wrapper .form-card .form-card__footer .btn-submit {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
}
.cta .wrapper .form-card .form-card__footer .btn-submit:hover {
  background: #d06510;
  color: #FFF;
}

.explore-city-services {
  padding: 20px 0;
}
.explore-city-services .title {
  color: #0073C6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.explore-city-services h2 {
  color: #333A3F;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 8px 0 16px;
  text-align: center;
}
.explore-city-services ul.explore-city-services-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 20px;
  justify-items: start;
  max-width: 100%;
  margin: 28px 0 0;
  width: 100%;
}
.explore-city-services ul.explore-city-services-list li {
  width: 100%;
  text-align: left;
}
.explore-city-services ul.explore-city-services-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-decoration: none;
  color: #101720;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  width: 100%;
}
.explore-city-services ul.explore-city-services-list li a:hover {
  color: #FF7200;
}
.explore-city-services ul.explore-city-services-list li a.active {
  color: #FF7200;
}
.explore-city-services ul.explore-city-services-list li span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  flex-shrink: 0;
}
.explore-city-services .view-all-cities {
  color: #0082E0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
  display: block;
  margin: 28px auto 0;
}
.explore-city-services .view-all-cities:hover {
  color: #FF7200;
}

@media (max-width: 991.98px) {
  .explore-city-services ul.explore-city-services-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .explore-city-services ul.explore-city-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 479.98px) {
  .explore-city-services ul.explore-city-services-list {
    grid-template-columns: 1fr;
  }
}

.request-form-modal {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  position: relative;
}
.request-form-modal > .close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  font-size: 28px;
  font-weight: 300;
  color: #666;
  opacity: 0.7;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}
.request-form-modal > .close:hover {
  opacity: 1;
  color: #333;
}
.request-form-modal .modal-body {
  padding: 0;
}
.request-form-modal .form-card {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(244, 136, 59, 0.2) 100%), #FFFEFE;
  box-shadow: none;
  border-radius: 0;
  padding: 40px 36px;
  margin: 0;
}
.request-form-modal .form-card__title {
  color: #FF7200;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px;
}
.request-form-modal .form-card__subtitle {
  color: #333A3F;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px;
}
.request-form-modal .form-card__section-label {
  color: #333A3F;
  font-size: 14px !important;
  font-weight: 400;
  margin: 4px 0 12px !important;
}
.request-form-modal .form-card__section-label strong {
  color: #FF7200;
}
.request-form-modal .form-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  gap: 32px;
  flex-wrap: wrap;
}
.request-form-modal .form-card__response-note {
  color: #333A3F;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
}
.request-form-modal .form-card .form-group {
  margin-bottom: 16px;
  position: relative;
}
.request-form-modal .form-card .form-control {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  height: auto;
  transition: border-color 0.2s;
  border-radius: 8px;
  border: 0.6px solid #CECECE;
  background: #fff;
}
.request-form-modal .form-card .form-control::placeholder {
  color: rgba(51, 58, 63, 0.7);
}
.request-form-modal .form-card .form-control:focus {
  border-color: #080808;
  box-shadow: none;
  background: #FFF;
}
.request-form-modal .form-card .error-msg {
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.request-form-modal .form-card .has-error .form-control {
  border-color: #dc3545;
}
.request-form-modal .form-card .has-error .error-msg {
  display: block;
}
.request-form-modal .form-card .btn-submit {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
}
.request-form-modal .form-card .btn-submit:hover {
  background: #d06510;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .request-form-modal {
    border-radius: 12px;
  }
  .request-form-modal .form-card {
    padding: 28px 20px;
  }
}

.city-breadcrumb {
  background: rgba(244, 250, 255, 0.84);
  padding: 19px 0 23px;
}
.city-breadcrumb .breadcrumb-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-breadcrumb .breadcrumb-navigation li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.city-breadcrumb .breadcrumb-navigation li:not(:first-child)::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  display: block;
  font-weight: 900;
  font-size: 14px;
  color: #6E6E6E;
  margin-right: 10px;
}
.city-breadcrumb .breadcrumb-navigation li a {
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.city-breadcrumb .breadcrumb-navigation li a:hover {
  color: #FF7200;
}
.city-breadcrumb .breadcrumb-navigation li:last-child a {
  color: #333A3F;
}

.container-navigation {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
}

.category-banner {
  position: relative;
  padding: 60px 0;
  background: url(../../../Images/city-page/filter-banner-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 48px 48px;
}
.category-banner h1 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.category-banner .category-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
.category-banner .banner__subtitle {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.category-banner h2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.category-banner p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 24px;
}
.category-banner .btn-main {
  border-radius: 50px;
  background: #F37F21;
  box-shadow: 0 0 15.3px 0 #FF9F51;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
}
.category-banner .btn-main:hover {
  background: #d06510;
  color: #FFF;
}
.category-banner .filter-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.category-banner .filter-items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.category-banner .filter-items li span.number {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.category-banner .filter-items li span.text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .category-banner .hr-line {
    border-left: 1px solid #FFF;
    padding-left: 48px;
    margin-left: 0;
  }
}

.vertual-live {
  padding: 60px 0;
}
.vertual-live h2 {
  color: #333A3F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 0 0 8px;
}
.vertual-live p.small-text {
  color: #333A3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.vertual-live .mt-30 {
  margin-top: 30px !important;
}

.browse-training {
  padding-bottom: 60px;
}
.browse-training h2 {
  text-align: left;
  margin: 0 0 8px;
}
.browse-training p.small-text {
  text-align: left;
  margin: 0 0 8px;
  color: #333A3F;
}
.browse-training .mt-30 {
  margin-top: 30px !important;
}
.browse-training .row-gap-30 {
  row-gap: 30px !important;
}
.browse-training .browse-card {
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 16px;
}
.browse-training .browse-card img {
  border-radius: 8px;
  border: 0.4px solid #CDCDCD;
  background: linear-gradient(180deg, rgba(244, 136, 59, 0.07) 0%, rgba(244, 136, 59, 0.2) 89.87%), #FFFEFE;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
  padding: 0;
  display: block;
  margin: 0 0 16px;
}
.browse-training .browse-card .hr-line {
  margin: 16px 0;
  height: 1px;
  background: rgba(206, 206, 206, 0.7);
  width: 100%;
}
.browse-training .browse-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.browse-training .browse-card ul li {
  color: #6E6E6E;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.browse-training .browse-card ul li strong {
  color: #333A3F;
  font-weight: 500;
}
.browse-training .browse-card ul li:not(:first-child)::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #6E6E6E;
  position: absolute;
  left: -10px;
  top: 58%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.browse-training .browse-card__title {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 8px;
}
.browse-training .browse-card__link {
  color: #0073C6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: left;
  padding: 0;
}
.browse-training .browse-card__link:hover {
  color: #080808;
}

.filter-training {
  background: #F4F6FB;
  padding: 24px 0;
}
.filter-training .filter-training__title {
  color: #333A3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-training .filter-training__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #7A8594;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  background: #fff;
  border: 1.5px solid #DDE1EA;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333A3F;
  min-width: 170px;
  user-select: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-select-trigger:hover {
  border-color: #4A6FA5;
  box-shadow: 0 2px 8px rgba(74, 111, 165, 0.12);
}

.custom-select-wrapper.open .custom-select-trigger {
  border-color: #4A6FA5;
  box-shadow: 0 2px 8px rgba(74, 111, 165, 0.15);
}

.custom-select-trigger .cs-label {
  flex: 1;
}

.custom-select-trigger .cs-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #7A8594;
  transition: transform 0.25s ease;
}

.custom-select-wrapper.open .cs-arrow {
  transform: rotate(180deg);
  color: #4A6FA5;
}

.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 100%;
  background: #fff;
  border: 1.5px solid #DDE1EA;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(30, 40, 60, 0.12);
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-select-wrapper.open .custom-select-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.custom-select-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.custom-select-dropdown ul li {
  padding: 9px 18px;
  font-size: 14px;
  color: #4B5563;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}

.custom-select-dropdown ul li:hover {
  background: #F0F4FF;
  color: #4A6FA5;
}

.custom-select-dropdown ul li.selected {
  background: #EEF2FF;
  color: #4A6FA5;
  font-weight: 600;
}

.gap-10 {
  gap: 10px;
}

.pb-32 {
  padding-bottom: 32px;
}

.fade-light {
  color: #B1B1B2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-left: 4px;
}

.filter-training__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  width: 100%;
}
.filter-training__wrapper h6 {
  color: #6E6E6E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 0;
}
.filter-training__wrapper .filter-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-training__wrapper .filter-items li a {
  border-radius: 24px;
  border: 0.5px solid #D1D1D1;
  background: #FFF;
  color: var(--Color-Black, #374557);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 24px;
  text-decoration: none;
  display: block;
}
.filter-training__wrapper .filter-items li a:hover {
  background: #F0F4FF;
  color: #4A6FA5;
}
.filter-training__wrapper .filter-items li a.active {
  border: 0.5px solid #D1D1D1;
  background: #6E6E6E;
  color: #FFF;
}
.filter-training__wrapper .filter-items li a.see-more {
  color: #0073C6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0.5px solid #0073C6;
  padding: 7px 24px;
}
.filter-training__wrapper .filter-items li a.see-more:hover {
  background: #0073C6;
  color: #FFF;
}

.details-banner {
  background: linear-gradient(90deg, #272578 0.11%, #151B55 58.52%);
  padding: 60px 0;
}
.details-banner .category-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.details-banner h1 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Static-Display-Medium-Line-Height, 44px);
  margin-bottom: 24px;
}
.details-banner .banner__subtitle {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.details-banner .price-card {
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details-banner .price-card .price-card__header {
  color: #333A3F;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}
.details-banner .price-card .price-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details-banner .price-card .price-card__content p {
  overflow: hidden;
  color: #333A3F;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 0 0 0;
}
.details-banner .price-card .price-card__content p.date {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.details-banner .price-card .price-card__content p:last-child {
  margin: 0;
}
.details-banner .price-card .price-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.details-banner .price-card .price-footer .btn-main {
  border-radius: 8px;
  background: #F37F21;
  color: #FFF;
  border: none;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
  width: 100%;
  text-align: center;
}
.details-banner .price-card .price-footer .btn-main:hover {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.details-banner .price-card .city-btn-secondary {
  border-radius: 8px;
  border: 0.5px solid #6E6E6E;
  background: #FFF;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
  width: 100%;
  text-align: center;
  color: #333A3F;
}
.details-banner .price-card .city-btn-secondary:hover {
  background: #F37F21;
  color: #FFF;
  text-decoration: none;
  border-color: #F37F21;
}

.filter-training-dates {
  padding: 60px 0 0;
}
.filter-training-dates .filter-training__title {
  color: #333A3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-training-dates .filter-training__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #7A8594;
}
.filter-training-dates .what-include {
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 24px;
}
.filter-training-dates .what-include h3 {
  color: #333A3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.filter-training-dates .venue {
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 24px;
}
.filter-training-dates .venue h3 {
  color: #333A3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.filter-training-dates .venue ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-training-dates .venue ul li {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  flex-direction: column;
}
.filter-training-dates .venue ul li p {
  color: #333A3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 0;
}
.filter-training-dates .venue ul li span {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.filter-training-dates .course-details {
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 24px;
}
.filter-training-dates .course-details h3 {
  color: #333A3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.filter-training-dates .course-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-training-dates .course-details ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-training-dates .course-details ul li span {
  color: #6E6E6E;
  width: 50%;
  color: #6E6E6E;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.filter-training-dates .course-details ul li strong {
  color: #333A3F;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.filter-training-dates .price-card {
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.filter-training-dates .price-card .price {
  color: #333A3F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 8px;
}
.filter-training-dates .price-card .date {
  color: #6E6E6E;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
  margin: 0 0 0;
}
.filter-training-dates .price-card .btn-main {
  border-radius: 8px;
  background: #F37F21;
  padding: 12px 32px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.filter-training-dates .price-card .btn-main:hover {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.filter-training-dates .price-card .btn-main:active {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.filter-training-dates .price-card .btn-main:focus {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.filter-training-dates .course-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-training-dates .course-list li {
  display: flex;
  border-radius: 8px;
  border: 0.4px solid #CECECE;
  background: var(--Color-White, #FFF);
  box-shadow: 4px 16px 40.4px 0 rgba(55, 69, 87, 0.1);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.filter-training-dates .course-list li .date-time {
  border-radius: 6px;
  border: 0.4px solid #CECECE;
  background: linear-gradient(180deg, rgba(0, 130, 224, 0.16) 0%, rgba(164, 194, 255, 0.16) 100%);
  padding: 10px 12px;
  min-width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.filter-training-dates .course-list li .date-time .month {
  overflow: hidden;
  color: #333A3F;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.filter-training-dates .course-list li .date-time .day {
  overflow: hidden;
  color: #333A3F;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.filter-training-dates .course-list li .date-time .time {
  overflow: hidden;
  color: #333A3F;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.filter-training-dates .course-list li .course-info-wrapper {
  display: flex;
  gap: 16px;
  width: 100%;
}
.filter-training-dates .course-list li .course-info-wrapper .category-badge {
  border-radius: 50px;
  background: #D1FAE5;
  color: #065F46;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 6px 12px;
  max-width: max-content;
}
.filter-training-dates .course-list li .course-info-wrapper h3 {
  overflow: hidden;
  color: #333A3F;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 0px;
}
.filter-training-dates .course-list li .course-info-wrapper .date-spam {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-training-dates .course-list li .course-info-wrapper .date-spam span {
  color: #6E6E6E;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.filter-training-dates .course-list li .course-info-wrapper .price-tag {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.filter-training-dates .course-list li .course-info-wrapper .price-tag .price {
  color: #333A3F;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}
.filter-training-dates .course-list li .course-info-wrapper .price-tag .btn-main {
  border-radius: 8px;
  background: #F37F21;
  padding: 12px 32px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}
.filter-training-dates .course-list li .course-info-wrapper .price-tag .btn-main:hover {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.filter-training-dates .course-list li .course-info-wrapper .price-tag .btn-main:active {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.filter-training-dates .course-list li .course-info-wrapper .price-tag .btn-main:focus {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.filter-training-dates .course-list li .course-info-wrapper .course-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.filter-training-dates .agenda-wrapper h3 {
  color: #333A3F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.filter-training-dates .agenda-wrapper p {
  color: #333A3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

ul.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
ul.tick-list li {
  color: #4A4A4A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 28px;
  position: relative;
}
ul.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../../../Images/city-page/tick.svg) no-repeat center center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  background: #fff;
  border: 1.5px solid #DDE1EA;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333A3F;
  min-width: 170px;
  user-select: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.custom-select-trigger:hover {
  border-color: #4A6FA5;
  box-shadow: 0 2px 8px rgba(74, 111, 165, 0.12);
}
.custom-select-trigger .cs-label {
  flex: 1;
}
.custom-select-trigger .cs-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #7A8594;
  transition: transform 0.25s ease;
}

.custom-select-wrapper.open .custom-select-trigger {
  border-color: #4A6FA5;
  box-shadow: 0 2px 8px rgba(74, 111, 165, 0.15);
}
.custom-select-wrapper.open .cs-arrow {
  transform: rotate(180deg);
  color: #4A6FA5;
}
.custom-select-wrapper.open .custom-select-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 100%;
  background: #fff;
  border: 1.5px solid #DDE1EA;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(30, 40, 60, 0.12);
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.custom-select-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.custom-select-dropdown ul li {
  padding: 9px 18px;
  font-size: 14px;
  color: #4B5563;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.custom-select-dropdown ul li:hover {
  background: #F0F4FF;
  color: #4A6FA5;
}
.custom-select-dropdown ul li.selected {
  background: #EEF2FF;
  color: #4A6FA5;
  font-weight: 600;
}

.faq-section {
  padding: 60px 0 0;
  background: #fff;
}
.faq-section .faq-section__title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.faq-accordion .faq-item {
  border-bottom: 1px solid #E5E7EB;
}
.faq-accordion .faq-item:last-child {
  border-bottom: none;
}
.faq-accordion .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333A3F;
  transition: color 0.2s;
}
.faq-accordion .faq-question:hover {
  color: #4A6FA5;
}
.faq-accordion .faq-question .faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: #7A8594;
  transition: transform 0.3s ease;
  line-height: 1;
}
.faq-accordion .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-accordion .faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: #6B7280;
  margin: 0;
  padding-bottom: 20px;
}
.faq-accordion .faq-item.active .faq-question {
  color: #1a1a1a;
}
.faq-accordion .faq-item.active .faq-question .faq-icon {
  transform: rotate(45deg);
}
.faq-accordion .faq-item.active .faq-answer {
  max-height: 200px;
}

.cta-v2 {
  border-radius: 8px;
  background: linear-gradient(139deg, rgba(79, 154, 236, 0.7) 17.77%, rgba(60, 49, 178, 0.7) 40.62%, rgba(20, 28, 114, 0.7) 72.78%), linear-gradient(90deg, rgba(52, 40, 175, 0) 25.87%, #141C72 62.21%);
  margin: 50px 0;
  padding: 32px;
}
.cta-v2 h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
.cta-v2 p {
  color: #D6D8E4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  margin: 0 0 0px;
}
.cta-v2 .btn-main {
  border-radius: 50px;
  background: #F37F21;
  padding: 12px 32px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 2px solid #F37F21;
}
.cta-v2 .btn-main:hover {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
.cta-v2 .btn-main:active {
  background: #d06510;
  color: #FFF;
  text-decoration: none;
}
#tic_captcha_html_element textarea{
    max-width: 250px !important;
  width: 100% !important;
}
#tic_captcha_html_element > div{
  max-width: 304px !important;
  width: 100% !important;
}
/*# sourceMappingURL=style.css.map */
@media (max-width:767px) {
  .traning-in-city .banner{
        padding: 120px 0 60px;
  }
  .traning-in-city h1{
        font-size: 34px;
  }
  .upcoming-training h2{
        font-size: 26px;
  }
  .traning-in-city .available-training-center.tic-community-band.tic-community-band--request-and-locations .tic-community-band--request-and-locations__inner{
    padding: 20px 12px !important;
  }
  .tic-community-band__col.tic-community-band__col--locations,
  .traning-in-city .available-training-center.tic-community-band .tic-community-band__col--cta{
        padding-right: 0 !important;
  }
  .available-training-center .wrapper .form-card .btn-submit{
    width: 100% !important;
  }
  .traning-in-city .available-training-center.tic-community-band .wrapper .tic-community-band__location-list > li > a.tic-location-card-link,
  .traning-in-city .available-training-center.tic-community-band .wrapper .tic-community-band__location-list > li > div.tic-location-card-link {
      flex-direction: column !important;
  }
  .nearby-training .nearby-training-list li a{
    border-radius: 50px;
    border: 0.4px solid rgba(16, 23, 32, 0.08);
    background: #FFF;
    color: #101720;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    padding: 8px 12px;
  }
}
.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}
.tic-community-band__col {
    height: 100%;
    display: block;
}
/* Small devices and up (≥576px) */
@media (min-width: 576px) {
    .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

/* Extra small devices (<576px) */
@media (max-width: 575.98px) {
  .d-block.d-sm-none {
    display: block !important;
  }

  .d-sm-block.d-none {
    display: none !important;
  }
}
.tic-request-onsite-modal{
      background: #0000004a !important;
}
.tic-city-description {
  background: #F4F6FB;
  padding: 60px 0;
  margin: 0 !important;
}
.tic-city-description .title {
  color: #006EBD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tic-city-description h2 {
  color: #333A3F;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: normal;
  margin-top: 12px;
}
.tic-city-description .training-description,
.tic-city-description p {
  color: #333A3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
.tic-city-description img {
  border-radius: 16px;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
.tic-city-description .btn-main {
    border-radius: 50px;
    background: #F37F21;
    box-shadow: 0 0 15.3px 0 #FF9F51;
    color: #FFF;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 16px;
    font-style: normal;
    min-width: 200px;
    margin-top: 28px;
}
@media (max-width:1200px) and (min-width: 991px) {
  header nav ul li a{
        padding: 0px 0px !important;
  }
  .h-middle .h-rgt ul {
    padding-left: 28px;
    padding-right: 7px;
  }
  header nav.desk-menu ul>li {
    padding: 0 0px;
}
  .h-middle .h-rgt ul li.signup a {
    padding: 0;
    background: transparent;
    color: #fff;
  }
}