@charset "UTF-8";
/*
Theme Name: Begin Driving
Theme URI: begindriving.co.uk
Author: Dan Curtis - Dan Curtis Design
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Begin Driving.
Text Domain: begindriving
version: 1.0
*/
/*******************************************
Global
*******************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Euclid Circular B";
  font-style: normal;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

/*******************************************
Typography
*******************************************/
h1 {
  font-weight: 600;
}

p {
  font-size: 16px;
  color: #687382;
  line-height: 1.8;
}

/*******************************************
Style Classes
*******************************************/
.flex-bg-white {
  background-color: #fff;
}

.flex-bg-light-grey {
  background-color: #F3F6F9;
}

.flex-no-pad-top {
  padding-top: 0;
}

.flex-pad-top-sm {
  padding-top: 40px;
}

.flex-pad-top-lg {
  padding-top: 100px;
}

.flex-no-pad-bottom {
  padding-bottom: 0;
}

.flex-pad-bottom-sm {
  padding-bottom: 40px;
}

.flex-pad-bottom-lg {
  padding-bottom: 100px;
}

.flex-no-margin-top {
  margin-top: 0;
}

.flex-margin-top-sm {
  margin-top: 40px;
}

.flex-margin-top-lg {
  margin-top: 100px;
}

.flex-no-margin-bottom {
  margin-bottom: 0;
}

.flex-margin-bottom-sm {
  margin-bottom: 40px;
}

.flex-margin-bottom-lg {
  margin-bottom: 100px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

/*******************************************
Buttons
*******************************************/
.btn-primary {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 36px;
  border-radius: 3px;
  display: inline-block;
  background-color: #FFC129;
  color: #1F2638;
}
.btn-primary:hover {
  background-color: #FFC129;
  transform: scale(1.06);
  color: #1F2638;
}
.btn-primary:visited, .btn-primary:after, .btn-primary:active, .btn-primary:focus {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 36px;
  border-radius: 3px;
  display: inline-block;
  background-color: #FFC129;
  color: #1F2638;
}

/*******************************************
Header
*******************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: initial;
  z-index: 3;
}
header .main-logo {
  width: 320px;
  margin: 12px 0 6px 0;
}
header .header-content .col-lg-8 {
  text-align: right;
}
header .header-content .header-reviews {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-image: url("./img/stars.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding: 15px 28px 15px 136px;
  border-radius: 40px;
  margin: 37px 20px 0 0;
}
header .header-content .header-reviews:hover {
  color: #FFC129;
}
header .header-content .header-search {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin: 0 20px 0 0;
  vertical-align: middle;
  border-radius: 40px;
  background-image: url("./img/mag-glass.svg");
  background-position: center;
  background-repeat: no-repeat;
}
header .header-content .header-tel {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
header .header-content .header-tel::before {
  content: "";
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  border-radius: 40px;
  background-image: url("./img/phone-top.svg");
  background-position: center;
  background-repeat: no-repeat;
}
header .header-content .header-tel:hover {
  color: #FFC129;
}

/*
.site-wide-notice {
  background-color: $brand-yellow;
  padding: 18px 0;
  text-align: center;
  p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: $heading-color;
  }
  a {
    color: $heading-color;
    text-decoration: underline;
  }
}*/
.site-notice {
  position: relative;
  padding: 20px 25px;
  color: #fff;
  text-align: center;
  display: none;
  background-color: #FFC129;
  padding: 18px 0;
  text-align: center;
  background-image: url("./img/notice-bg.svg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-notice p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1F2638;
}
.site-notice a {
  color: #1F2638;
  text-decoration: underline;
}
.site-notice a:hover {
  opacity: 0.7;
}
.site-notice p {
  margin: 0;
}

.site-notice-dismiss {
  background: none;
  border: 0;
  color: #1F2638;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.site-notice-dismiss:hover {
  opacity: 0.7;
}

/*******************************************
Footer
*******************************************/
footer {
  background-color: #272F44;
  padding: 60px 0 0 0;
}
footer h4 {
  font-size: 18px;
  color: #FFC129;
  margin: 44px 0 20px 0;
}
footer .footer-bio {
  color: #fff;
  margin: -10px 0 0 0;
  padding-right: 60px;
}
footer a.site-by {
  float: right;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  margin: 12px 0 0 0;
}
footer a.site-by:hover {
  color: #FFC129;
  opacity: 1;
}
footer .social {
  margin: 40px 0 0 0;
}
footer .social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #3F4557;
  margin: 0 18px 0 0;
  border-radius: 30px;
  background-color: #2B3348;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social a:hover {
  border: 1px solid #FFC129;
}
footer .social .instagram {
  background-image: url("./img/instagram.svg");
}
footer .social .twitter {
  background-image: url("./img/twitter.svg");
}
footer .social .facebook {
  background-image: url("./img/facebook.svg");
}
footer .social .linkedin {
  background-image: url("./img/linkedin.svg");
}
footer .social .youtube {
  background-image: url("./img/youtube.svg");
}
footer .footer-contact a {
  color: #D4D5DA;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 31px;
}
footer .footer-contact a:hover {
  color: #FFC129;
}
footer .footer-contact a.phone {
  background-image: url("./img/phone.svg");
}
footer .footer-contact a.email {
  background-image: url("./img/email.svg");
}

.footer-white {
  background-color: #fff;
}

.footer-grey {
  background-color: #F3F6F9;
}

ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.footer-menu li {
  margin: 0 0 10px 0;
  font-size: 14px;
}
ul.footer-menu li a {
  color: #fff;
  opacity: 0.7;
}
ul.footer-menu li a:hover {
  opacity: 1;
  color: #FFC129;
}

.copyright {
  margin: 100px 0 0 0;
  border-top: 1px solid #3C4356;
  padding: 10px 0;
}
.copyright p {
  font-size: 12px;
  margin: 0;
}

ul.legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.legal-menu li {
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 14px 0 0;
  border-right: 1px solid #fff;
}
ul.legal-menu li:last-child {
  border-right: none;
}
ul.legal-menu li a {
  color: #fff;
}
ul.legal-menu li a:hover {
  color: #FFC129;
}

.footer-wave {
  width: 100%;
}

/*******************************************
Heros
*******************************************/
.hero {
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.hero p {
  font-size: 18px;
  font-weight: 500;
  padding: 0 14%;
  margin: 0;
  color: #fff;
}
.hero .btn-primary {
  margin: 30px 8px 0 8px;
}
.hero .hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.hero .hero-filter {
  background: linear-gradient(to bottom, rgba(31, 38, 56, 0.38) 0%, rgba(31, 38, 56, 0.38) 1%, rgba(31, 38, 56, 0.08) 100%);
}
.hero .main-nav {
  background-color: #272F44;
  border-radius: 4px;
  padding: 0 30px;
}
.hero .main-nav ul.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero .main-nav ul.main-menu li {
  display: inline-block;
  margin: 0 40px 0 0;
}
.hero .main-nav ul.main-menu li a {
  padding: 20px 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.hero .main-nav ul.main-menu li a:hover {
  color: #FFC129;
}

/*
.dropdown:hover .dropdown-menu {
  display: block;
}
*/
.dropdown-menu {
  background-color: #272F44;
  border: none;
  border-radius: 0 0 10px 10px;
  left: -30px !important;
  top: 58px !important;
  transform: none !important;
}
.dropdown-menu ul {
  padding: 0;
}
.dropdown-menu ul li {
  padding: 0;
}

.hero .main-nav ul.main-menu .dropdown-menu li {
  margin: 0;
}

.hero .main-nav ul.main-menu .dropdown-menu li a {
  margin: 0;
  padding: 12px 30px;
}
.hero .main-nav ul.main-menu .dropdown-menu li a:hover {
  background-color: #272F44;
}

.home-hero .hero-content {
  padding: 260px 0 180px 0;
}
.home-hero .hero-content h1 {
  font-size: 74px;
}

.page-hero .hero-content {
  padding: 260px 0 180px 0;
}
.page-hero .hero-content h1 {
  font-size: 52px;
}

.hero-filter {
  position: relative;
  z-index: 2;
}

.dropdown-toggle::after {
  font-size: 12px;
  margin: 0 0 0 8px;
  vertical-align: 2px;
  opacity: 0.7;
}

div.video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

div.video-container video {
  /*object-fit: contain;*/
  /*       object-fit: fill; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*******************************************
Sections
*******************************************/
.intro-row {
  text-align: center;
  margin: 0 0 50px 0;
}
.intro-row h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFC129;
  letter-spacing: 3px;
  margin: 0 0 20px 0;
}
.intro-row h3 {
  font-size: 32px;
  font-weight: 600;
  color: #1F2638;
  margin: 0;
}

.review-slider {
  overflow-x: hidden;
}
.review-slider .review-carousel {
  width: 150%;
  left: -25%;
}
.review-slider .review-slide-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
  margin: 0 0 40px 0;
}
.review-slider .review-slide-card img.profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto 20px auto;
}
.review-slider .review-slide-card img.review-stars {
  width: 120px;
  display: block;
  margin: 0 auto 10px auto;
}
.review-slider .review-slide-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #1F2638;
}
.review-slider .review-slide-card h6 {
  font-size: 12px;
  font-weight: 500;
  color: #FFC129;
}
.review-slider .review-slide-card a {
  display: inline-block;
  color: #1F2638;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}
.review-slider .review-slide-card a:hover {
  color: #FFC129;
}
.review-slider .owl-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.review-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #272F44;
  border-radius: 8px;
  margin: 0 6px;
  transition: 0.3s ease-in-out;
}
.review-slider .owl-dots .owl-dot.active {
  background-color: #FFC129;
}

.feature-cards .feature-card {
  border: 2px solid #F3F6F9;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 24px 0;
  padding: 30px 20px;
}
.feature-cards .feature-card img {
  height: 60px;
  margin: 0 0 20px 0;
}
.feature-cards .feature-card h4 {
  font-size: 18px;
}
.feature-cards .feat-card-btns {
  margin: 36px 0 0 0;
  text-align: center;
}
.feature-cards .feat-card-btns .btn-primary {
  margin: 0 7px;
}

.recent-test-passes .pass-card {
  background-color: #fff;
  margin: 0 0 24px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
}
.recent-test-passes .pass-card h6 {
  color: #FFC129;
  font-size: 12px;
  font-weight: 500;
}
.recent-test-passes .pass-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1/1;
}
.recent-test-passes .pass-card p {
  display: inline;
}
.recent-test-passes .pass-card a {
  display: inline;
  color: #1F2638;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.recent-test-passes .pass-card-content {
  padding: 10px 0;
}
.recent-test-passes .bottom-btn-group {
  margin: 36px 0 0 0;
  text-align: center;
}
.recent-test-passes .bottom-btn-group .btn-primary {
  margin: 0 7px;
}

.useful-videos a.vid-link {
  color: #1F2638;
}
.useful-videos a.vid-link:hover {
  color: #FFC129;
}
.useful-videos .video-block {
  text-align: center;
  cursor: pointer;
}
.useful-videos .video-block .play-btn {
  transition: 0.3s ease-in-out;
}
.useful-videos .video-block h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.useful-videos .video-block .vid-placeholder-outer {
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.useful-videos .video-block:hover .play-btn {
  transform: scale(1.1);
}
.useful-videos .row-has-two .vid-placeholder-outer {
  padding: 140px 0;
}
.useful-videos .row-has-three .vid-placeholder-outer {
  padding: 80px 0;
}
.useful-videos .row-has-four .vid-placeholder-outer {
  padding: 50px 0;
}
.useful-videos .bottom-btn-group {
  margin: 60px 0 0 0;
  text-align: center;
}
.useful-videos .bottom-btn-group .btn-primary {
  margin: 0 7px;
}

.latest-news .news-card {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
}
.latest-news .news-card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin: 0 0 40px 0;
}
.latest-news .news-card h6 {
  color: #FFC129;
  font-size: 12px;
  font-weight: 500;
}
.latest-news .news-card h4 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.latest-news .news-card p {
  display: inline;
}
.latest-news .news-card a {
  display: inline;
  color: #1F2638;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.latest-news .news-card a:hover {
  color: #FFC129;
}
.latest-news .bottom-btn-group {
  margin: 60px 0 0 0;
  text-align: center;
}

.img-and-text h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFC129;
}
.img-and-text h3 {
  font-size: 32px;
  font-weight: 600;
  color: #1F2638;
  margin: 20px 0 30px 0;
}
.img-and-text .bottom-btn-group {
  margin: 50px 0 0 0;
}
.img-and-text .bottom-btn-group .btn-primary {
  margin: 0 16px 0 0;
}
.img-and-text img {
  border-radius: 10px;
}

.faqs .faq-item {
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 10px;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
}
.faqs .faq-item .faq-head a {
  display: block;
  padding: 26px 60px 26px 30px;
  font-size: 17px;
  font-weight: 500;
  color: #1F2638;
  background-image: url("./img/minus.svg");
  background-size: 16px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.faqs .faq-item .faq-head a:hover {
  color: #FFC129;
}
.faqs .faq-item .faq-head a.collapsed {
  background-image: url("./img/plus.svg");
}
.faqs .faq-item .faq-body {
  padding: 0 30px 30px 30px;
}
.faqs .faq-item .faq-body ul li {
  color: #687382;
}
.faqs .bottom-btn-group {
  margin: 36px 0 0 0;
  text-align: center;
}

.price-table table {
  width: 100%;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 4px;
}
.price-table table tr {
  border-bottom: 1px solid #EBEEF2;
}
.price-table table tr th {
  padding: 30px;
  font-size: 17px;
  font-weight: 500;
}
.price-table table tr th:first-child {
  border-radius: 4px 0 0 0;
}
.price-table table tr th:last-child {
  border-radius: 0 4px 0 0;
}
.price-table table tr td {
  padding: 25px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #272F44;
}
.price-table table tr td:first-child {
  border-right: 1px solid #EBEEF2;
  width: 40%;
}
.price-table table tr:first-child {
  background-color: #272F44 !important;
  color: #fff;
}
.price-table table tr:last-child {
  border-radius: 0 0 4px 4px;
}
.price-table table tr:nth-child(odd) {
  background-color: #F3F6F9;
}
.price-table table tr:nth-child(even) {
  background-color: #fff;
}
.price-table table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.price-table table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.price-table .disclaimer-text {
  margin: 60px 0 0 0;
}
.price-table .disclaimer-text p {
  font-size: 14px;
}

.team-listing .team-member-listing-item {
  text-align: center;
  margin: 60px 0 0 0;
}
.team-listing .team-member-listing-item img {
  width: 235px;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin: 0 0 20px 0;
}
.team-listing .team-member-listing-item h4 {
  font-size: 18px;
}
.team-listing .team-member-listing-item h5 {
  font-size: 15px;
  color: #FFC129;
  margin-bottom: 20px;
}
.team-listing .intro-row {
  margin: 0;
}

.team-lightbox {
  width: 80vw !important;
  max-width: 1080px;
  text-align: center;
  padding: 60px 30px;
  overflow-y: scroll;
  border-radius: 10px;
}
.team-lightbox .lightbox-profile-img {
  width: 235px;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team-lightbox h4 {
  font-size: 18px;
}
.team-lightbox h5 {
  font-size: 15px;
  color: #FFC129;
  margin: 10px 0 30px 0;
}
.team-lightbox .driver-tip {
  background-color: #F3F6F9;
  padding: 40px 60px;
  border-radius: 6px;
  margin: 50px 0 40px 0;
}
.team-lightbox .driver-tip h6 {
  font-size: 17px;
  margin: 0 0 18px 0;
}

.lity {
  background-color: rgba(31, 38, 56, 0.9);
}

.cta-block-listing .intro-row {
  margin-bottom: 26px;
}
.cta-block-listing .cta-card {
  margin-top: 24px;
  text-align: center;
}
.cta-block-listing .cta-card h4 {
  font-size: 18px;
}
.cta-block-listing .cta-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-block-listing .cta-card p {
  padding: 0 10%;
}
.cta-block-listing .cta-card .btn-primary {
  margin-top: 20px;
}
.cta-block-listing .col-lg-6 .cta-card img {
  height: 400px;
}
.cta-block-listing .col-lg-4 .cta-card img {
  height: 260px;
}
.cta-block-listing .col-lg-4 .cta-card p {
  padding: 0 5%;
}
.cta-block-listing .col-lg-3 .cta-card img {
  height: 200px;
}
.cta-block-listing .col-lg-3 .cta-card p {
  padding: 0;
}

.fw-text-block h2 {
  font-weight: 600;
  color: #1F2638;
  padding-right: 5%;
  margin-bottom: 20px;
}
.fw-text-block h4 {
  color: #FFC129;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.4px;
  font-size: 14px;
  margin-bottom: 20px;
}
.fw-text-block ul, .fw-text-block ol {
  color: #687382;
}
.fw-text-block ul li, .fw-text-block ol li {
  margin: 6px 0;
}
.fw-text-block a {
  color: #272F44;
  text-decoration: underline;
}

.tabbed-content .nav-pills {
  background-color: #fff;
  padding: 20px 20px 16px 20px;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}
.tabbed-content .nav-pills button {
  text-align: left;
  color: #1F2638;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 14px;
  cursor: pointer;
  margin-bottom: 4px;
}
.tabbed-content .nav-pills button:hover {
  background-color: #F3F6F9;
}
.tabbed-content .nav-pills button.active {
  background-color: #F3F6F9;
  color: #1F2638;
}
.tabbed-content .tab-pane img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.tabbed-content .tab-pane h4 {
  font-size: 18px;
}
.tabbed-content .tab-pane ul, .tabbed-content .tab-pane ol {
  color: #687382;
}
.tabbed-content .tab-pane ul li, .tabbed-content .tab-pane ol li {
  margin: 6px 0;
}
.tabbed-content .tab-pane a {
  color: #1F2638;
  text-decoration: underline;
}
.tabbed-content .tab-pane strong {
  color: #1F2638;
  font-weight: 500;
  font-size: 15px;
}

.test-pass-f-listing .pass-card {
  background-color: #fff;
  margin: 0 0 24px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
}
.test-pass-f-listing .pass-card h6 {
  color: #FFC129;
  font-size: 12px;
  font-weight: 500;
}
.test-pass-f-listing .pass-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1/1;
}
.test-pass-f-listing .pass-card p {
  display: inline;
}
.test-pass-f-listing .pass-card a {
  display: inline;
  color: #1F2638;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.test-pass-f-listing .pass-card .pass-card-content {
  padding: 10px 0;
}

.pager-navigation {
  text-align: center;
  margin: 40px 0 0 0;
}
.pager-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pager-navigation ul li {
  display: inline-block;
  margin: 0 5px;
}
.pager-navigation ul li a {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #1F2638;
  font-weight: 600;
}
.pager-navigation ul li a:hover {
  background-color: #FFC129;
}
.pager-navigation ul li.active a {
  color: #1F2638;
  background-color: #FFC129;
}

.review-listing-f .review-slide-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
  margin: 0 0 40px 0;
}
.review-listing-f .review-slide-card img.review-stars {
  width: 120px;
  display: block;
  margin: 0 auto 10px auto;
}
.review-listing-f .review-slide-card img.profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 0 20px 0;
}
.review-listing-f .review-slide-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #1F2638;
}
.review-listing-f .review-slide-card h6 {
  font-size: 12px;
  font-weight: 500;
  color: #FFC129;
}
.review-listing-f .review-slide-card a {
  display: inline-block;
  color: #1F2638;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}
.review-listing-f .review-slide-card a:hover {
  color: #FFC129;
}
.review-listing-f .btn-primary {
  margin: 40px 0 0 0;
}

:root {
  --gsurvey-star-size: 20px;
  --gsurvey-star-color: $brand-yellow;
}

body .gform_wrapper.gravity-theme .gsurvey-rating > label {
  margin-right: 0.25em;
}

body .gform_wrapper.gravity-theme .gsurvey-rating > label::before {
  display: inline-block;
  background-color: #F3F6F9;
  border-radius: 50%;
  padding: 0.25em;
}

body .gform_wrapper.gravity-theme .gsurvey-rating > label:hover::before {
  color: #FFC129;
}

body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label {
  width: calc(var(--gsurvey-star-size) + 0.5em);
  font-size: var(--gsurvey-star-size) !important;
  line-height: var(--gsurvey-star-size);
  background-image: none;
  background-size: var(--gsurvey-star-size) var(--gsurvey-star-size);
}

body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label::before {
  content: "☆";
  color: #FFC129;
}

body .gform_wrapper.gravity-theme .gsurvey-rating > input:checked ~ label {
  background-image: #FFC129;
}

body .gform_wrapper.gravity-theme .gsurvey-rating > input:checked ~ label::before {
  content: "★";
  color: #FFC129;
}

body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label:hover,
body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-image: none;
  background-image: #FFC129;
}

.review-form-block input[type=text],
.review-form-block input[type=email] {
  height: 60px;
  background-color: #fff;
  border: 1px solid #D7E2EC;
  border-radius: 10px;
  padding-left: 20px !important;
  outline: none;
}
.review-form-block textarea {
  width: 100%;
  height: 190px !important;
  background-color: #fff;
  border: 1px solid #D7E2EC;
  border-radius: 10px;
  padding: 20px !important;
  outline: none;
}
.review-form-block label {
  font-size: 15px !important;
  color: #1F2638;
  font-weight: 500 !important;
}
.review-form-block .gfield_required {
  font-size: 10px !important;
  font-style: normal !important;
  opacity: 0.8;
}
.review-form-block input[type=submit] {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 36px;
  border-radius: 3px;
  display: inline-block;
  background-color: #FFC129;
  color: #1F2638;
  border: none;
  font-weight: 500;
}
.review-form-block .gform_confirmation_wrapper {
  text-align: center !important;
}

.news-listing-f .news-card {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  margin: 0 0 60px 0;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
}
.news-listing-f .news-card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin: 0 0 40px 0;
}
.news-listing-f .news-card h6 {
  color: #FFC129;
  font-size: 12px;
  font-weight: 500;
}
.news-listing-f .news-card h4 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.news-listing-f .news-card p {
  display: inline;
}
.news-listing-f .news-card a {
  display: inline;
  color: #1F2638;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.news-listing-f .news-card a:hover {
  color: #FFC129;
}
.news-listing-f .pager-navigation {
  margin: 0;
}

.contact-page-content {
  /*Default styles for Gravity Forms single-column-form class*/
  /*Custom subscribe box for .single-column-form class*/
}
.contact-page-content img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}
.contact-page-content .tel {
  display: table;
  color: #1F2638;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.contact-page-content .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #FFC129;
  border-radius: 50%;
  background-image: url("./img/phone-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
.contact-page-content .email {
  display: table;
  color: #1F2638;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.contact-page-content .email::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #FFC129;
  border-radius: 50%;
  background-image: url("./img/email-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
.contact-page-content .social {
  margin: 40px 0 0 0;
}
.contact-page-content .social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 193, 41, 0.4);
  margin: 0 18px 0 0;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
}
.contact-page-content .social a:hover {
  border: 1px solid #FFC129;
}
.contact-page-content .social .instagram {
  background-image: url("./img/instagram-dark.svg");
}
.contact-page-content .social .twitter {
  background-image: url("./img/twitter-dark.svg");
}
.contact-page-content .social .facebook {
  background-image: url("./img/facebook-dark.svg");
}
.contact-page-content .social .linkedin {
  background-image: url("./img/linkedin-dark.svg");
}
.contact-page-content .social .youtube {
  background-image: url("./img/youtube-dark.svg");
}
.contact-page-content ul.gfield_checkbox li input[type=checkbox]:checked + label, .contact-page-content ul.gfield_checkbox li input[type=checkbox]:not(:checked) + label {
  margin-left: 19px;
  font-weight: 400;
  font-size: 15px;
}
.contact-page-content [type=checkbox]:not(:checked), .contact-page-content [type=checkbox]:checked {
  position: absolute !important;
  left: -9999px;
  display: none !important;
}
.contact-page-content [type=checkbox]:not(:checked) + label, .contact-page-content [type=checkbox]:checked + label {
  position: relative !important;
  padding-left: 40px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 30px;
  padding-top: 4px;
}
.contact-page-content [type=checkbox]:not(:checked) + label:before, .contact-page-content [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #D7E2EC;
  background: #fff;
  padding: 2px;
  border-radius: 10px;
}
.contact-page-content [type=checkbox]:not(:checked) + label:after, .contact-page-content [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 8px;
  font-size: 1.3em;
  line-height: 0.8;
  background-image: url("./img/tick.svg");
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.contact-page-content [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.contact-page-content [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.contact-page-content [type=checkbox]:disabled:not(:checked) + label:before,
.contact-page-content [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.contact-page-content [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.contact-page-content [type=checkbox]:disabled + label {
  color: #aaa;
}
.contact-page-content .gchoice {
  display: inline-block;
  margin-right: 30px;
}
.contact-page-content legend {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.contact-page-content input[type=text],
.contact-page-content input[type=email],
.contact-page-content input[type=tel] {
  width: 100%;
  height: 60px;
  border: 1px solid #D7E2EC;
  border-radius: 10px;
  padding-left: 14px !important;
  outline: none;
}
.contact-page-content label {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.contact-page-content .gfield_required {
  font-size: 10px !important;
  font-style: normal !important;
  opacity: 0.8;
}
.contact-page-content textarea {
  width: 100%;
  height: 180px !important;
  border: 1px solid #D7E2EC;
  border-radius: 10px;
  padding: 14px !important;
  outline: none;
}
.contact-page-content .gfield_description {
  font-size: 14px !important;
}
.contact-page-content select {
  width: 100%;
  height: 60px !important;
  border: 1px solid #D7E2EC;
  border-radius: 10px;
  background-image: url("./img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  -webkit-appearance: none;
  padding-left: 14px !important;
  outline: none;
}
.contact-page-content input[type=submit] {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 36px;
  border-radius: 3px;
  display: inline-block;
  background-color: #FFC129;
  color: #1F2638;
  border: none;
  font-size: 15px;
  font-weight: 500;
}
.contact-page-content .gsection {
  width: 100%;
  border-top: 1px solid #D7E2EC;
  padding: 0;
  margin: 6px 0;
}
.contact-page-content #field_2_11 {
  margin-top: 20px;
}

.single-article {
  padding: 40px 0;
  background-color: #F3F6F9;
}
.single-article h1 {
  font-size: 32px;
  color: #272F44;
}
.single-article h4.post-date-inner {
  font-size: 18px;
  color: #272F44;
  margin: 20px 0;
}
.single-article .single-post-content-wrapper a {
  color: #272F44;
  text-decoration: underline;
}
.single-article .single-post-content-wrapper a:hover {
  color: #FFC129;
}
.single-article .single-article-sidebar-wrapper {
  padding-left: 60px;
}
.single-article .single-article-sidebar-wrapper .single-article-sidebar {
  background-color: #fff;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}
.single-article .single-article-sidebar-wrapper .single-article-sidebar h4 {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.single-article .single-article-sidebar-wrapper .single-article-sidebar h5 {
  font-size: 16px;
  display: block;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #F3F6F9;
}
.single-article .single-article-sidebar-wrapper .single-article-sidebar h5 a {
  color: #1F2638;
}
.single-article .single-article-sidebar-wrapper .single-article-sidebar h5 a:hover {
  color: #FFC129;
}
.single-article .single-article-sidebar-wrapper .single-article-sidebar h5:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-article .single-article-sidebar-wrapper .post-sidebar-cta {
  background-color: #272F44;
  box-shadow: 0px 15px 36px -11px rgba(0, 0, 0, 0.14);
  padding: 30px 20px;
  border-radius: 10px;
  margin: 24px 0 0 0;
  text-align: center;
  color: #fff;
}
.single-article .single-article-sidebar-wrapper .post-sidebar-cta h4 {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #FFC129;
}
.single-article .single-article-sidebar-wrapper .post-sidebar-cta p {
  color: #fff;
  opacity: 0.9;
  font-size: 15px;
}
.single-article .single-article-sidebar-wrapper .post-sidebar-cta .btn-primary {
  margin: 10px 0 0 0;
  width: calc(100% - 20px);
}
.single-article .btnews-btn {
  margin: 30px 0 0 0;
}

.single-review-cta {
  margin: 0 !important;
}

.review-by img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin: 10px 0 0 0;
}
.review-by h5 {
  font-size: 16px;
  margin: 20px 0 0 0;
}

.searchModal .modal-body {
  padding: 20px;
}

.search-form-wrapper {
  position: relative;
}

#searchform input[type=text] {
  height: 60px;
  width: calc(100% - 40px);
  border: 1px solid #D7E2EC;
  border-radius: 10px 0 0 10px;
  padding-left: 16px;
}
#searchform input[type=submit] {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  border: 1px solid #272F44;
  background-color: #272F44;
  background-image: url("./img/mag-glass.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
#searchform input[type=submit]:hover {
  background-color: #FFC129;
  border: 1px solid #FFC129;
}

.search-results-listing {
  padding: 40px 0 0 0;
  background-color: #F3F6F9;
}
.search-results-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results-listing ul li {
  padding: 20px 0;
  border-bottom: 1px solid #D7E2EC;
}
.search-results-listing ul li a {
  color: #1F2638;
}
.search-results-listing ul li a:hover {
  color: #FFC129;
}
.search-results-listing ul li:last-child {
  border-bottom: none;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom: none !important;
}

.single-test-pass .single-article img.single-tp-img {
  max-width: 100%;
  width: 40%;
  height: auto;
  margin-bottom: 24px;
}

/*******************************************
Mobile Menu
*******************************************/
.mobile-header {
  background-color: #272F44;
  padding: 10px 0;
  position: relative;
  display: none;
}
.mobile-header .main-logo {
  width: 200px;
}
.mobile-header .mobile-menu-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
}
.mobile-header .mobile-menu-btn .burger-top {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFC129;
  display: block;
  position: absolute;
  top: 20px;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
.mobile-header .mobile-menu-btn .burger-bottom {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFC129;
  display: block;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.mobile-header .mobile-menu-btn.collapsed .burger-top {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFC129;
  display: block;
  position: absolute;
  top: 16px;
  transform: none;
  transition: 0.3s ease-in-out;
}
.mobile-header .mobile-menu-btn.collapsed .burger-bottom {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFC129;
  display: block;
  position: absolute;
  top: 24px;
  transform: none;
  transition: 0.3s ease-in-out;
}

.mobile-menu {
  background-color: #272F44;
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu li a {
  color: #fff;
  padding: 20px 15px;
  font-weight: 500;
}
.mobile-menu li a:hover {
  color: #FFC129;
}
.mobile-menu .dropdown-menu {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-menu .dropdown-menu li {
  padding-left: 20px !important;
}

/*******************************************
Media Queries
*******************************************/
@media only screen and (max-width: 1400px) {
  .hero .main-nav ul.main-menu li {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  header {
    display: none;
  }
  .review-slider .review-carousel {
    width: 120%;
    left: -10%;
  }
  .mobile-header {
    display: block;
  }
  .home-hero .hero-content,
  .page-hero .hero-content {
    padding: 160px 0 180px 0;
  }
}
@media only screen and (max-width: 992px) {
  .intro-row h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1F2638;
    margin: 0;
  }
  .img-and-text h3 {
    font-size: 26px;
  }
  .video-block {
    margin: 0 0 24px 0;
  }
  .useful-videos .video-block h4 {
    margin-top: 10px;
  }
  .news-card {
    margin-bottom: 24px;
  }
  footer a.site-by {
    float: none;
  }
  .home-hero .hero-content h1 {
    font-size: 48px;
  }
  .page-hero .hero-content h1 {
    font-size: 48px;
  }
  .img-and-text .order-2 img {
    margin: 40px 0 0 0 !important;
  }
  .img-and-text .order-1 img {
    margin: 0 0 40px 0 !important;
  }
  .tabbed-content .tab-content {
    margin-top: 30px;
  }
  /*.video-container {
    display: none;
  }*/
  .single-article .single-article-sidebar-wrapper {
    padding: 0;
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .flex-pad-top-sm {
    padding-top: 20px;
  }
  .flex-pad-top-lg {
    padding-top: 60px;
  }
  .flex-no-pad-bottom {
    padding-bottom: 0;
  }
  .flex-pad-bottom-sm {
    padding-bottom: 20px;
  }
  .flex-pad-bottom-lg {
    padding-bottom: 60px;
  }
  .flex-no-margin-top {
    margin-top: 0;
  }
  .flex-margin-top-sm {
    margin-top: 20px;
  }
  .flex-margin-top-lg {
    margin-top: 60px;
  }
  .flex-no-margin-bottom {
    margin-bottom: 0;
  }
  .flex-margin-bottom-sm {
    margin-bottom: 20px;
  }
  .flex-margin-bottom-lg {
    margin-bottom: 60px;
  }
  .review-slider .review-carousel {
    width: 100%;
    left: 0;
    padding: 0 30px;
  }
  .intro-row h3 {
    font-size: 20px;
  }
  .img-and-text h3 {
    font-size: 20px;
  }
  .footer-logo {
    width: 260px;
  }
  footer .footer-bio {
    color: #fff;
    margin: -10px 0 0 0;
    padding-right: 0;
    font-size: 14px;
  }
  footer .social a {
    margin: 0 6px 0 0;
  }
  footer .social {
    margin: 20px 0 0 0;
  }
  footer {
    text-align: center;
  }
  .copyright {
    margin: 60px 0 0 0;
  }
  .feature-cards .feat-card-btns .btn-primary {
    margin: 10px 0;
  }
  .site-notice {
    padding: 10px 0;
  }
  .site-notice p {
    font-size: 13px;
    padding: 0 30px;
  }
  .site-notice-dismiss {
    right: 6px;
  }
  .page-hero .hero-content h1 {
    font-size: 32px;
  }
  .hero p {
    padding: 0;
  }
  .img-and-text .bottom-btn-group .btn-primary {
    margin: 10px 0;
  }
  .btn-primary {
    padding: 18px 16px;
  }
  .contact-page-content .social a {
    margin: 0 6px 0 0;
  }
  .home-hero .hero-content,
  .page-hero .hero-content {
    padding: 80px 0 100px 0;
  }
}
.pricing-updated .lg-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media only screen and (max-width: 992px) {
  .pricing-updated .lg-card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 34px;
  }
}
.pricing-updated .lg-card-grid .price-card {
  background-color: #272F44;
  border-radius: 10px;
  position: relative;
  color: #fff;
  overflow: visible;
}
.pricing-updated .lg-card-grid .price-card .label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-color: #FFC129;
  display: table;
  padding: 4px 18px;
  border-radius: 4px;
  color: #272F44;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pricing-updated .lg-card-grid .price-card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  isolation: isolate;
}
@media only screen and (max-width: 992px) {
  .pricing-updated .lg-card-grid .price-card .content {
    padding: 40px 20px;
  }
}
.pricing-updated .lg-card-grid .price-card .content .bg {
  position: absolute;
  top: -300px;
  right: -160px;
  width: 700px;
  height: 700px;
  background-color: #fff;
  opacity: 0.04;
  border-radius: 1000px;
  aspect-ratio: 1/1;
  z-index: 0;
  pointer-events: none;
}
.pricing-updated .lg-card-grid .price-card .content .top {
  position: relative;
  z-index: 2;
}
.pricing-updated .lg-card-grid .price-card .content .top h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.pricing-updated .lg-card-grid .price-card .content .top .price {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .pricing-updated .lg-card-grid .price-card .content .top .price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pricing-updated .lg-card-grid .price-card .content .top .price .left h4 {
  font-size: 70px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 798px) {
  .pricing-updated .lg-card-grid .price-card .content .top .price .left h4 {
    font-size: 55px;
  }
}
.pricing-updated .lg-card-grid .price-card .content .top .price .right p {
  margin: 0;
  color: #fff;
}
.pricing-updated .lg-card-grid .price-card .content .top .price .right p.line-one {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 6px 0;
}
.pricing-updated .lg-card-grid .price-card .content .top .price .right p.line-two {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.pricing-updated .lg-card-grid .price-card .content .top .about {
  font-size: 14px;
  font-weight: 500;
  color: #FFC129;
  margin: 20px 0;
}
.pricing-updated .lg-card-grid .price-card .content .top .features h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.pricing-updated .lg-card-grid .price-card .content .top .features ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-updated .lg-card-grid .price-card .content .top .features ul li {
  font-size: 20px;
  font-weight: 600;
  background-image: url("./img/tick-light.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  background-position: top 2px left;
  padding-bottom: 6px;
}
@media only screen and (max-width: 798px) {
  .pricing-updated .lg-card-grid .price-card .content .top .features ul li {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.pricing-updated .lg-card-grid .price-card .content .bottom {
  position: relative;
  z-index: 2;
}
.pricing-updated .lg-card-grid .price-card .content .bottom .btn-primary {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin: 40px 0 0 0;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow {
  background-color: #FFC129;
  color: #272F44;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow .label {
  background-color: #272F44;
  color: #fff;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow .price p {
  color: #272F44 !important;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow .content .bg {
  opacity: 0.16;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow .content .about {
  color: #272F44;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow .content .btn-primary {
  background-color: #272F44;
  color: #FFC129;
}
.pricing-updated .lg-card-grid .price-card.card-is-yellow ul li {
  background-image: url("./img/dark-tick.svg") !important;
}
.pricing-updated .sm-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .pricing-updated .sm-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pricing-updated .sm-card-grid .price-card-sm {
  background-color: #F1F5F8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 798px) {
  .pricing-updated .sm-card-grid .price-card-sm {
    padding: 50px 20px;
  }
}
.pricing-updated .sm-card-grid .price-card-sm .bg {
  width: 300px;
  height: 300px;
  background-color: #E7EEF3;
  position: absolute;
  top: -50px;
  right: -50px;
  border-radius: 300px;
  z-index: 1;
}
.pricing-updated .sm-card-grid .price-card-sm .content {
  text-align: center;
  position: relative;
  z-index: 3;
}
.pricing-updated .sm-card-grid .price-card-sm .content h3 {
  font-size: 70px;
  color: #272F44;
  font-weight: 600;
  margin: 10px 0;
}
@media only screen and (max-width: 798px) {
  .pricing-updated .sm-card-grid .price-card-sm .content h3 {
    font-size: 55px;
  }
}
.pricing-updated .sm-card-grid .price-card-sm .content p {
  font-weight: 500;
  color: #272F44;
  font-size: 22px;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 798px) {
  .pricing-updated .sm-card-grid .price-card-sm .content p {
    font-size: 18px;
  }
}
.pricing-updated .sm-card-grid .price-card-sm .content p.supporting {
  font-size: 15px;
  margin-top: 8px;
}
.pricing-updated .disclaimer-text {
  margin: 50px 0 0 0;
}
.pricing-updated .disclaimer-text p {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */