.container {
  overflow: hidden;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-color {
  color: rgba(0, 122, 83, 1);
  border-color: rgba(0, 122, 83, 1);
}
.btn.custom-color:hover {
  background-color: rgba(0, 122, 83, 1);
  color: white;
}
.logo img {
  width: 170px;
}
.contact-buttons {
  padding-top: 20px;
}
.contact-buttons a {
  display: block;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  background-color: #ffffff;
  height: 40px;
  color: rgba(0, 40, 85, 1);
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.rated {
  font-size: 20px;
}
.contact-buttons li {
  list-style: none;
}
.contact-buttons li a i {
  margin-right: 5px;
}
.contact-buttons ul {
  display: flex;
}
.navbar {
  width: 80%;
}

.heroSection {
  position: relative;
}
.hero-section {
    background: linear-gradient(45deg, hsla(175, 98%, 16%, 1) 0%, hsla(174, 28%, 79%, 1) 100%);
  /*background-image: url('./images/bg1.png');*/
  background-size: cover;
  /*background-position: center;
  background-repeat: no-repeat;*/
  padding: 60px 0;
  color: #fff;
}

.form {
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  padding: 25px;
}
.form h2 {
  color: rgba(0, 122, 83, 1) !important;
  font-weight: 700 !important;
  margin: 0px !important;
}
.input-group {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.input-group input {
  width: 100%;
  padding: 10px;
}
.fed-text h2 {
  color: rgba(0, 40, 85, 1);
  font-size: 2.625rem;
  font-weight: 700;
}
.ratings {
    /*background: hsla(174, 28%, 79%, 1);*/

    background: linear-gradient(45deg, hsla(174, 28%, 79%, 1) 0%, hsla(175, 98%, 16%, 1) 100%);

    /*background: -moz-linear-gradient(90deg, hsla(174, 28%, 79%, 1) 0%, hsla(175, 98%, 16%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(174, 28%, 79%, 1) 0%, hsla(175, 98%, 16%, 1) 100%);*/

  color: #fff;
}
.col-h h3 {
  font-size: 2.625rem;
  font-weight: 700px;
}
.graphic-box {
  border: 5px solid #fff;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 65px;
  margin-bottom: 30px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trust {
  margin-bottom: 30px;
  margin-top: 30px;
}
.trust p {
  font-size: 20px;
  color: rgba(69, 69, 69, 1);
  font-size: 1.125rem;
}
.level-2h-h {
  color: #01524b;
  font-size: 1.8rem;
  font-weight: 700;
  font-weight: bold;
}
.level-2h {
  color: #01524b;
  font-size: 2.25rem;
  font-weight: 700;
}
.info {
  font-size: 19px;
}
.course-rev {
  color: rgba(109, 109, 109, 1);
  font-style: italic;
  font-size: 18px;
}
.info i {
  color: rgba(0, 122, 83, 1);
  font-size: 20px;
}
.box-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.price-card {
  transition: box-shadow 0.3s ease;
}

.price-card:hover {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.4)
}

.btn-form {
  color: rgba(0, 40, 85, 1);
  border: 2px solid rgba(0, 40, 85, 1);
  background-color: #ffffff;
}
.btn-form:hover {
  color: rgba(255, 255, 255, 1);
  /*background-color: rgba(0, 40, 85, 1);*/
    background: radial-gradient(circle, hsla(175, 98%, 16%, 1) 0%, hsla(174, 28%, 79%, 1) 100%);
  border: 3px solid rgba(0, 40, 85, 1);
}
.free-course {
  background: linear-gradient(45deg, hsla(175, 98%, 16%, 0.75) 0%, hsla(174, 28%, 79%, 0.7) 100%),
    url('./images/homepage.jpg');
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.free-h3 {
  font-size: 1.875rem;
  font-weight: 700;
}
.free-p {
  margin-bottom: 1rem;
  font-size: 18px;
}
.free-c-li ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.f-p {
  font-size: 19px;
}
.get-guide {
  color: rgba(0, 40, 85, 1);
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.get-guide:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 40, 85, 1);
}
.last-section {
  background: rgba(0, 40, 85, 0.05);
}
.col-rating h3 {
  color: rgba(0, 40, 85, 1);
  font-size: 2.625rem;
  font-weight: 700;
}
.col-rating p {
  color: rgba(69, 69, 69, 1);
  font-size: 1.125rem;
}
.star .fa-star {
  background-color: #00b67a;
  color: #fff;
}
.star i {
  font-size: 25px;
  padding: 4px;
}
.star2 .fa-star {
  background-color: #00b67a;
  color: #fff;
}
.star2 i {
  font-size: 18px;
  padding: 4px;
}
.trust-pilot i {
  color: #00b67a;
  font-size: 25px;
}
.pricing {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 40, 85, 1);
  border: 3px solid rgba(0, 40, 85, 1);
}
.st {
  font-size: 1.125rem;
  color: rgba(109, 109, 109, 1);
}
.line-around {
  display: flex;
  align-items: center;
  text-align: center;
}

.line-around::before,
.line-around::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid lightgrey;
  margin: 0 10px;
}
.aat-prim-border {
  background: #01524b;
}

.price-match-pill {
  border-radius: 500px;
  text-align: center;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.1rem;
  margin: 0 0 15px 0;
  position: relative;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 1);
}
.price-match-pill i {
  font-size: 25px;
  margin-right: 5px;
}

/* .form-btn-green {
  font-weight: 700;
  border-radius: 500px;
  cursor: pointer;
  line-height: 1.8;
  font-size: 1.25rem;
} */
.form-btn {
  font-weight: 700;
  cursor: pointer;
  line-height: 1.8;
  font-size: 1.25rem;
}
.pricing i {
  font-size: 50px;
}
.price {
  margin-bottom: 20px;
}
.price p {
  border-right: 1px solid rgb(184, 183, 183);
  padding: 0 10px;
  margin: 0 10px;
}
.price p:last-child {
  border-right: 0px solid grey;
}
.price-strong {
  font-size: 21px;
}
.pricing-2 {
  color: rgba(0, 40, 85, 1);
  background-color: rgba(0, 40, 85, 0.1);
  border: 3px solid rgba(0, 40, 85, 1);
}
.price-sec .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
small {
  display: inline-block; /* Ensures that margins work properly */
  margin-bottom: 10px; /* Adjust the margin value as needed */
}
.price-card {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border-radius: 10px;
}
.pmatch {
  position: absolute;
  font-size: 0.8125rem;
  top: 28px;
  right: -50px;
  transform: rotate(45deg);
  padding: 5px 0;
  z-index: 100;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  width: 200px;
  background-color: rgba(228, 0, 70, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.form {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.match {
  position: absolute;
  font-size: 0.8125rem;
  top: 28px;
  right: -50px;
  transform: rotate(45deg);
  padding: 5px 0;
  z-index: 100;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  width: 200px;
  background-color: rgba(228, 0, 70, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.chat-button {
  position: fixed;
  background: url(./images/siteimage.png) center / contain no-repeat;
  bottom: 16px;
  right: 15px;
  width: 70px;
  height: 70px;
  border-radius: 150px;
  cursor: pointer;
  z-index: 1000;
  transition: 0.15s ease-in-out;
}
.chat-button:hover {
  transform: scale(1.1);
}
.float-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
#scroller {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

#scroller ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

#scroller ul li {
  display: inline-block;
}

#scroller ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: rgba(0, 40, 85, 1);
  font-size: 20px;
  transition: color 0.3s ease;
}

#scroller ul li a:hover {
  color: black;
}
.sep-sale {
  width: 280px;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  background-color: #e40046;
  color: white;
  border: none;
  transition: 0.15s ease-in-out, box-shadow 0.3s ease-in-out;
}

.sep-sale:hover {
  background-color: #c4003d;
  box-shadow: 0 0 10px #c4003d;
}

.col-text h1 {
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3.5rem;
  }
}
.hero-p {
  font-size: 1.125rem;
}
.course-card {
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.course-card:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.small small {
  font-size: 0.7rem;
  line-height: 1;
}
.submit {
  font-weight: 700;
  font-size: 20px;
}
.submit:hover {
  background-color: rgba(30, 34, 170, 1);
  border-color: rgba(30, 34, 170, 1);
}
.logos-list-mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.logos-list-mobile span {
  padding: 10px;
}
.price-col {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
/*1192 992 776 576 480 or 420*/
@media only screen and (max-width: 576px) {
  .review {
    margin-bottom: 30px;
  }
  .trust-pilot {
    justify-content: center;
  }
  .logo img {
    width: 110px;
  }
  .price-col {
    display: block;
    text-align: center;
  }
  .level-2h {
    font-size: 1.85rem;
  }
  .info {
    font-size: 17px;
  }
  .course-rev {
    font-size: 15px;
    text-align: center;
  }
  .col-rating h3 {
    font-size: 1.75rem;
  }
  .logos-list-mobile {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .logos-list-mobile span {
    display: inline-block;
    padding-right: 15px;
  }
  .logos-list-mobile img {
    max-width: 100px;
    height: auto;
  }
  .contact-buttons a {
    font-size: 15px;
  }
  .fed-text h2 {
    font-size: 2rem;
  }
  .submit {
    padding: 5px 0 !important;
  }
  .f-p {
    font-size: 15px;
  }
  .col-h h3 {
    font-size: 25px;
  }
  .star i {
    font-size: 12px;
    padding: 2px;
  }
  .star2 i {
    font-size: 10px;
    padding: 4px;
  }
  .fed-text h2 {
    font-size: 30px;
  }
  .fed-text {
    padding-top: 0%;
  }
}

@media only screen and (max-width: 991px) {
  .get-guide {
    font-size: 10px;
    font-weight: 700;
  }
  .logos-list-mobile {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .logos-list-mobile span {
    display: inline-block;
    padding-right: 15px;
  }

  .logos-list-mobile img {
    max-width: 100px;
    height: auto;
  }
}
