/* google fonts start here */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Poppins-Light.ttf') format('truetype');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Poppins-Light.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Poppins-Light.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Poppins-Regular.ttf') format('truetype');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Poppins-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Poppins-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/WorkSans-Regular.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/WorkSans-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/WorkSans-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* google fonts end here */

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

.w-auto {
  width: auto !important;
}

.navbar-bg {
  background: rgba(226, 234, 247, 1);
}

.gradient-bg {
  background: rgb(226, 234, 247);
  background: linear-gradient(180deg, rgba(226, 234, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.navbar {
  font-style: medium;
  font-size: 16px;
  line-height: 26px;
  line-height: 108%;
  letter-spacing: 0.47px;
  vertical-align: top;
}

#phone-number-nav,
#phone-number-nav:focus,
#phone-number-nav:active {
  outline: none;
}

.bi-box-arrow-in-right {
  background-color: #525dba;
  border-radius: 50%;
  color: white;
  padding: 1rem;
}

.bi-box-arrow-in-right,
.bi-telephone-fill, 
.fs-14 {
  font-size: 1.4rem;
}

.navRight {
  flex-direction: row;
}

@media (min-width: 1200px) {
  .navRight {
    margin-top: -15px;
  }
  .active a:after {
    content: url(/images/dot.svg);
    display: block;
    text-align: center;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.center-nav .nav-item .nav-link {
  color: #8993b0 !important;
  transition: color 0.3s ease;
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
  color: #211c52;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.animated-icon1 {
  display: inline-block; /* Add this line to make the span behave like a block element */
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #211c52;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.center-nav .nav-item .nav-link:hover {
  color: #2f3b82 !important;
}

.center-nav .active .nav-link,
.login {
  color: #2f3b82 !important;
}

.nav-link {
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
  color: #211c52;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.signup {
  background-color: #525dba;
  border-radius: 100px;
  color: #fff !important;
  border: none;
  outline: none;
}

.signup:focus {
  outline: none;
}

.phone-number-nav, .email-nav {
  color: #2f3b82 !important;
  border-radius: 50%;
  outline: none;
  border: 2px solid rgba(82, 93, 186, 0.15);
  padding: 1rem;
}

@media (min-width: 1200px) {
  .phone-number-nav, .email-nav {
    padding: 0.45rem;
  }
}
@media (max-width: 770px) {
  .phone-number-nav, .email-nav {
    padding: 0.2rem;
  }
}

#hero,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Work Sans", sans-serif;
}

#hero {
  font-size: 60px;
  line-height: 66px;
  color: #07003b;
  margin-top: 6rem;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 68px;
  color: #07003b;
}

.table th {
  color: #001657;
  font-family: "Work Sans", sans-serif;
}

h3,
.h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: #001657;
}

h4,
.h4 {
  font: 500;
  font-size: 28px;
  line-height: 30px;
  color: #001657;
}

h5,
.h5 {
  font: 500;
  font-size: 24px;
  line-height: 30px;
  color: #001657;
}

.index-h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #001657;
}

.hero p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #001657;
  opacity: 0.7;
}

.hero-btn, .hero-btn:hover, .hero-btn:focus, .hero-btn:visited, .hero-btn:active {
  font-size: 25px;
  color: white !important;
  background-color: rgba(27, 34, 74, 0.9) !important;
}

.buynow {
  font-family: "Poppins", sans-serif;
  background-color: #ed6733;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
}

.buynow:hover,
.buynow:focus,
.buynow:visited,
.buynow2:hover,
.buynow2:focus,
.buynow2:visited {
  color: white;
  text-decoration: none;
  background-color: #ed6733;
}

.buynow2 {
  font-family: "Poppins", sans-serif;
  background-color: #525dba;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.6rem 2rem;
  text-decoration: none;
}
.btn-blue {
  font-family: "Poppins", sans-serif;
  background-color: #525dba;
  border-radius: 50px;
  color: #fff;
  font-weight: 250;
  font-size: 17px;
  border: none;
  outline: none;
  padding: 0.6rem 1.1rem;
  margin-bottom: 1rem;
  transition: all 0.5s;
}

.btn-blue-lg {
  font-family: "Poppins", sans-serif;
  background-color: #525dba;
  border-radius: 15px;
  color: #fff;
  font-weight: 250;
  font-size: 25px;
  border: none;
  outline: none;
  padding: 0.6rem 1.1rem;
  margin-bottom: 1rem;
  transition: all 0.5s;
}

.btn-blue-lg:hover,
.btn-blue:hover,
.btn-blue-lg:disabled {
  color: #fff;
  background-color: #0d133a;
}

.btn-orange {
  font-family: "Poppins", sans-serif;
  background-color: #ed6733;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.5s;
}

.btn-orange-lg {
  font-family: "Poppins", sans-serif;
  background-color: #9D340B;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.5s;
}

.btn-orange:hover,
.btn-orange-lg:hover {
  color: #fff;
  background-color: #0d133a;
}

.btn-orange-lg:hover {
  color: #fff;
}

.social-media a {
  color: #001657;
  font-size: 1.1rem;
}

.social-media {
  margin-top: 10rem;  
}

.guidelines {
  font-size: 20px;
  color: #66739a;
  opacity: 0.8;
  line-height: 32px;
}

.cards .fa,
.union-img {
  display: inline-block;
  border-radius: 50%;
  padding: 0.5em 0.6em;
}

.union-img {
  background-color: #e4f4f1;
  font-size: 2.5rem;
}

.cards p,
p,
.p,
li,
.content-li,
.table td,
figcaption {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #3F435F;
}

.table th{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 1000;
}

.p-flashcards {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 36px;
  color: #66739a;
}

.content-li a, li a {
  color: #007bff;
}

.cme p {
  font-size: 24px;
  line-height: 44px;
  color: #07003b;
}

.cme {
  margin-top: 12rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgb(230, 236, 255);
  background: linear-gradient(180deg, rgba(230, 236, 255, 0.8) 0%, rgba(248, 250, 255, 0.8) 100%);
}

.frame {
  margin-top: -30%;
}

.second-div {
  position: relative;
  z-index: 2;
}

@media (min-width: 1300px) {
  .second-div {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .second-div {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .frame {
    margin-top: -25%;
  }
  .expiration-email:focus,
  .expiration-email:active,
  expiration-email:visited {
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  .frame {
    margin-top: -18%;
  }
}

@media (min-width: 1400px) {
  .frame {
    margin-top: -12%;
  }
}

.card {
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.1);
  border-radius: 16px;
  border: none;
  margin-bottom: 2rem !important;
}

.card-shadow {
  box-shadow: 8px 12px 15px rgba(4, 59, 85, 0.1);
}

/* This is a little darker shadow than above */
.card-shadow-2 {
  box-shadow: 8px 12px 15px rgba(4, 59, 85, 0.2);
}

.card-number {
  font-size: 80px;
  font-weight: 800;
  line-height: 94px;
  color: rgba(82, 93, 186, 0.12);
  padding: 1rem;
}

.bio-div {
  border-radius: 0px 8px 8px 0px;
}

.bio-card {
  height: 40rem;
}

.bio-div-blue {
  border-radius: 8px 0px 0px 8px;
  background-color: #1f4d7f;
}

.card-img-hw {
  height: 300px;
  width: auto;
  max-width: 100%;
}

.card-img-index {
  height: 300px;
  width: 80%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: 10px;
}

.post-img {
  width: 18rem;
  border: 1.5px solid #525dba;
  border-radius: 2px;
  box-shadow: 0px 12px 30px rgb(4 60 90 / 35%);
}

.card-footer {
  background-color: white;
  border-top: none;
  padding: 0 0 1rem 0;
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media (min-width: 991px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.card-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #07003b;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.optional {
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  color: #66739a;
}

.card-text {
  font-size: 18px;
  line-height: 36px;
  color: #66739a;
}

.card-text-size,
.card-text-small {
  font-size: 16px;
  line-height: 26px;
  color: #66739a;
}

.free-badge {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background-color: #ed6733;
  border-radius: 8px;
  padding: 0rem 1.3rem !important;
  vertical-align: top;
  margin-top: -15px;
  margin-left: -30px;
  display: inline-block;
  transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
}

.gradient-bg2 {
  background: rgb(230, 236, 255);
  background: linear-gradient(180deg, rgba(230, 236, 255, 0.7) 0%, rgba(248, 250, 255, 0.7) 100%);
}

.gradient-bg3 {
  background: rgb(230, 236, 255);
  background: linear-gradient(180deg, rgba(230, 236, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.orange-span {
  color: #9B360D;
}

.pt-8 {
  padding-top: 8rem;
}

.accreditation {
  background-color: #ffffff;
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.05);
  border-radius: 16px;
}

.accreditation-h3 {
  font-size: 34px;
  line-height: 58px;
  color: #07003b;
}

.title {
  padding: 1.5rem;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  font-family: "Work Sans", sans-serif;
  border-radius: 16px;
}

.accme {
  background-color: #f4f3fb;
  color: #525dba;
}

.ancc {
  background-color: #fff8f5;
  color: #ed6733;
}

.ada {
  background-color: #e4f4f1;
  color: #69c48e;
}

.acpe {
  background-color: #fff4dd;
  color: #f9b100;
}

.faq {
  font-size: 19px;
  line-height: 28px;
  font-family: "Work Sans", sans-serif;
  color: #66739a;
  outline: none;
}

.faq:focus {
  outline: none;
  box-shadow: none;
}

.answer-Text {
  line-height: 26px;
}

.question {
  background-color: #fff;
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.05);
  border-radius: 16px;
  padding: 0.75rem 0.5rem;
}

.otherQuestionImage {
  width: 200px;
}

.question-text:focus {
  outline: none;
  box-shadow: none;
}

.question-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  color: #07003b;
  outline: none;
  box-shadow: none;
}

.question-text .fa {
  border-radius: 50%;
  padding: 0.5rem 0.8rem;
}

.question-1 {
  background-color: #DADFFF;
  color: #525dba;
}

.question-2 {
  background-color: #e4f4f1;
  color: #69c48e;
}

.question-3 {
  background-color: #fff8f5;
  color: #ed6733;
}

.question-text .bi-chevron-down {
  float: right;
  transition: all 0.5s;
  color: #66739a;
}

.bi-ul {
    padding-left: 0;
    list-style-type: none;
}

.bi-briefcase-fill {
  background-color: #fff8f5;
  color: #ed6733;
}

.bi-file-text {
  background-color: #f4f3fb;
  color: #2f3b82;
}

.bi-3x {
  font-size: 2.5rem;
}

.bg-grey {
  background-color: rgb(237, 229, 229);
}

.question-text.collapsed .bi-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #07003b;
  font-weight: 600;
}

#collapseFive .badge {
  font-size: 0.8rem;
  padding: 0rem 0.8rem !important;
  margin-left: -15px;
  line-height: 1.5rem;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .testimonials-img {
    display: none;
  }
  .bio-div,
  .bio-div-blue {
    border-radius: 0px;
  }
}

.testimonials-img {
  margin-top: -260px;
}

.testimonials h2 {
  padding-top: 0;
}

.testimonials-card {
  box-shadow: 0px 12px 30px rgba(4, 59, 85, 0.05);
  border-radius: 16px;
}

.testimonials h3 {
  color: #07003b;
}

.testimonial-2 {
  margin-top: 2.5rem;
}

.testimonial-3 {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .testimonial-3 {
    margin-top: 5rem;
  }
}

.testimonials-btn {
  background-color: transparent;
  border: 1px solid #c9c9dc;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #525dba;
  padding: 0.5rem 2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5rem;
}

.not-ready-wrapper {
  background-color: #525dba;
}

.expiration-form-wrapper,
.expiration-email,
.expiration-email:focus,
.expiration-email:active {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1.5rem;
  border: 1px solid #9191d8;
  border-radius: 100px;
}

.expiration-form-select,
.expiration-form-select:focus {
  background-image: url(/images/select-arrow-down.png) !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-position-y: 60% !important;

  background-color: transparent;
  color: white;
  opacity: 0.5;
  width: 200px !important;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.form-select,
.form-select:focus,
.form-select:disabled {
  background-image: url(/images/select-arrow-down.png) !important;
  background-repeat: no-repeat !important;
  background-position-x: 95% !important;
  background-position-y: 60% !important;
  background-color: #525dba;
  color: #fff;
  opacity: 0.8;
  width: 200px !important;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.form-select option {
  background: #525dba;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}

.expiration-form-select option {
  background: #525dba;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}

.bi-calendar {
  vertical-align: middle;
  font-size: 18px;
}

.expiration-email {
  padding: 1.3rem 1.5rem;
}

.expiration-email::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.expiration-email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.expiration-email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.expiration-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.expiration-email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}

.expiration-email::placeholder {
  /* Most modern browsers support this now. */
  color: white;
  opacity: 0.5;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}

.expiration-email:focus,
.expiration-email:active,
expiration-email:visited {
  color: white !important;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  padding: 1.3rem 1.5rem;
  background-color: transparent !important;
}

@media (max-width: 577px) {
  .expiration-form-wrapper {
    width: 100%;
  }
  .expiration-form-select {
    display: inline-block;
  }
}

.resources-section .card {
  background-color: #edf1ff;
  border-radius: 16px;
  box-shadow: none;
}

.resources-section {
  padding-bottom: 8rem;
}

@media (max-width: 1290px) {
  .resources-deck img {
    margin-left: -50px;
  }
}

@media (min-width: 1290px) {
  .first-resource-img {
    margin-left: -100px;
  }
  .second-resource-img {
    margin-left: -40px;
  }
}

.resources-deck {
  margin-bottom: 1rem;
}
.resources-deck a:hover {
  color: #33333d;
}

@media screen and (max-width: 1289px) and (min-width: 992px) {
  .resources-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1rem;
  }

  .resources-deck .card {
    flex: 0 0 45%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1290px) {
  .resources-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.resources-section .card-title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #33333d;
}

footer {
  background-color: #07003b;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.footer-logo {
  opacity: 0.8;
}

footer p,
.footer-links a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 40px;
  display: block;
  color: #fff;
  opacity: 0.7;
}

footer .bi {
  opacity: 1;
  color: #fff;
  font-size: 1.5rem;
}

footer hr {
  background-color: #fff;
  opacity: 0.7;
  margin-top: 2rem;
}

button:focus,
button:active {
  outline: none;
}

/*************************
 Mobile only styles 
 ************************/
@media (max-width: 1200px) {
  .social-media {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  #hero {
    margin-top: 5rem;
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
  }
  .social-media {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .hero p {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .buynow,
  .expiration-form-wrapper,
  .expiration-email {
    width: 100% !important;
  }
  .expiration-form-select {
    width: 90% !important;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .h2-normal {
    font-size: 50px;
    line-height: 68px;
  }
  .guidelines {
    font-size: 16px;
    line-height: 32px;
  }
  .cme p {
    font-size: 20px;
    line-height: 40px;
  }
  .pt-8 {
    padding-top: 5rem;
  }
  .card-text {
    line-height: 32px;
  }
  .question-text {
    font-size: 18px;
    line-height: 32px;
  }
  .resources-section {
    padding-bottom: 5rem;
  }
  .accreditation-h3 {
    font-size: 30px;
    line-height: 58px;
  }
}

@media (max-width: 770px) {
  .logo-img {
    width: 132px;
  }
  .bi-telephone-fill,
  .bi-box-arrow-in-right {
    font-size: 1rem;
    padding: 0.4rem;
  }
  .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .frame {
    margin-top: -40%;
  }
  .free-badge {
    line-height: 28px;
    padding: 0rem 0.8rem !important;
    margin-left: -70px;
  }
  .cards p,
  p,
  .p,
  .content-li,
  li,
  .table td,
  figcaption {
    line-height: 32px;
  }
  .otherQuestionImage {
    width: 150px;
  }
}

@media (max-width: 580px) {
  .resources-deck img {
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .expiration-form-select {
    width: 70% !important;
  }
}

.alert-custom {
  background-color: #cfddf1;
  color: rgba(0, 0, 0, 0.6);
}

.badge-blue {
  background-color: #0d133a;
  color: #fff;
}

.badge-white {
  color: #2f3b82;
  background-color: white;
}

.article-img {
  height: 15rem;
  width: auto;
  border: 3px solid #07003b;
}


/* Blockquote styles not added in bootstrap */
blockquote {
  border-left: 5px solid #ccc !important;
  padding-left: 1.4rem;
}

a {
  word-break: break-word;
}

/* This is used in buy_products.htm for part no etc. */
.card-text-small {
  color: #4F5678;
  font-size: 16px;
  line-height: 25px;
}

.text-info {
  color: #06667A !important;
}

.border-blue {
  border: 1px solid #525dba;
}

.border-blue-thick {
  border: 3px solid #07003b;
  border-radius: 5px;
}

@media screen and (max-width: 775px) {
  .img-article {
    width: -webkit-fill-available !important;
  }
}

.bottom-right {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 14px;
  background-color: rgba(70, 81, 174, 0.8);
}
.container-img {
  position: relative;
  text-align: center;
  color: white;
}

.checkbox-size {
  -ms-transform: scale(1.7); /* IE */
  -moz-transform: scale(1.7); /* FF */
  -webkit-transform: scale(1.7); /* Safari and Chrome */
  -o-transform: scale(1.7); /* Opera */
  transform: scale(1.7);
  padding: 10px;
}

.fs-20 {
  font-size: 20px;
}

.c-pointer {
  cursor: pointer;
}

/* These styles are for /acls.php */
.radio-wrapper {
  font-size: 25px;
  background: #525dba;
  padding: 5px;
  width: 350px;
  border-radius: 3px;
}

@media (max-width: 380px) {
  .radio-wrapper {
    width: 300px;
  }
}
.code-font p {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas !important;
}

/* New CSS after BS5 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* styles for video */

.player {
  max-width:fit-content;
}

.video {
  max-height: 370px; 
  width: 100%;
  border: 8px solid #525dba;
}

/* CSS for tweet it. */
body {
  --light: #fff;
  --dark: #000;
  --dark-transparent: rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.twitterBtn {
  position: absolute;
  border: none;
  cursor: pointer;
  padding: .6rem;
  color: var(--light);
  background: var(--dark);
  box-shadow: 1px 2px 3px var (--dark-transparent);
  opacity: 0;
  border-radius: 5px;
  pointer-events: none;
  transition: opacity 100ms ease-in-out;
}
.twitterBtn.active {
  pointer-events: all;
  opacity: 1;
  transform: scale (1);
  transition: transform 200ms ease-out, opacity 250ms ease-out;
}
.twitterBtn.active:hover {
  transform: scale(1.1);
}
.feather-twitter {
  pointer-events: none;
}
.opacity-7{
  opacity: 0.7;
}
.hero-img{
  position: relative;
  z-index: 1; 
  height: 35rem
}
.img-article{
  width: 25rem;
  border: 1.5px solid #525dba;
  border-radius: 2px;
  box-shadow: 0px 12px 30px rgb(4 60 90 / 35%);
}
/* signup page custom styles */
.text-purple{
  color: purple;
}
.h-10rem{
  height: 10rem;
}
.text-blue{
  color: rgb(20, 20, 167);
}
.text-yellow{
  color: #A26A02;
}
.text-d-blue{
  color: #2f3b82 !important;
}
.text-purple2{
  color: rgb(68, 75, 173);
}
.text-green{
  color: rgb(9, 121, 18);
}
.text-yellow2{
  color: rgb(248, 162, 3);
}
.acls-provider-card{
  background-color: rgba(241, 78, 78, 0.1);
  border-radius: 16px;
}
.bls-provider-card{
  background-color: rgba(22, 108, 221, 0.1); 
  border-radius: 16px;
}
.pals-provider-card{
  background-color: rgba(251, 187, 69, 0.1); 
  border-radius: 16px;
}
.arrh-inter-card{
  background-color: rgba(108, 118, 248, 0.1); 
  border-radius: 16px;
}
.twelve-lead-ecg-card{
  background-color: rgba(32, 161, 12, 0.1);
   border-radius: 16px;
}
.icd-10-card{
  background-color: rgba(136, 5, 160, 0.1); 
  border-radius: 16px;
}
/* end signup page custom styles */


/* contributor-new-design  & algorith page styles */
.contributor-card, .algorithm-last-viewed{
  border: 3px solid #525dba;
}
.contributor-card img{
  height: auto; width: 80px; 
  border: 3px solid #525dba; 
  border-radius: 5px;
}

/* page-with-side-bar styles */
.testimonial-card{
  background-color: #cfddf1; border-radius: 16px;
}
/* aclsrecertification styles */
.healthcare-certificate{
  color: #525dba;
  font-weight: 500
}
/* /bio-amanda-menard styles */
.bio-hr{
  width: 75%; 
  height: 4px;
  color: #1f4d7f;
  background-color: #1f4d7f; 
  opacity: 1;
}
/* groupdiscount styles */
.groupdiscount-card{
  background-color: rgba(116, 125, 199, 0.1); 
  border-radius: 16px;
}
.groupdiscount-card-text{
  font-size: 1.5rem; 
  border: 1px solid #2f3b82;
}
.text-blue2{
  color: #1f4d7f
}
.fw-11{
  font-size: 1.1rem;
}
.fs-18{
  font-size: 18px;
}
.cursor-pointer{
  cursor: pointer;
}
.scale-2{
  transform: scale(2);
}
.w-300{
  width: 300px;
}
.mw-300{
  max-width: 300px;
}
.hero-img-acls{
  position: relative; 
  z-index: 1;
}
.m-left-15{
  margin-left: -15px;
}
.fs-80{
  font-size: 80%;
}
.h-25{
  height: 25rem;
}
.m-top-70{
  margin-top: -70px;
}
.m-top-40{
  margin-top: -40px;
}
.m-left-30{
  margin-left: -30px;
}
.bg-orange{
  background-color: #e76533;
}
.m-top-50{
  margin-top: -50px;
}
.text-purple3{
  color: #525dba;
}
.max-h-300{
  max-height: 300px;
}
.h-300{
  height: 300px;
}
.pt-3rem {
  padding-top: 3rem;
}
.bio-hr{
  width: 75%; 
  height: 4px; 
  opacity: 1;
}

/* This Part of code is for display block on hover */
.dropdown-item {
  color: #2f3b82 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.mb-10rem{
  margin-bottom: 10rem;
}
.h1-enrollment{
  font-size: 55px;
  color: #07003B;
  margin: 0 0 3rem 0;
  word-wrap: break-word;
}
.other-image{
  width: 150px;
  margin-top: -40px;
}
.img-cme{
  border: 1.5px solid #525dba;
  border-radius: 5px;
  box-shadow: 0px 12px 30px rgb(4 60 90 / 35%);
}
.mt-80px{
  margin-top: -80px;
}
.text-grey{
  color: #66739a;
}
.custom-border {
  border: 1.5px solid #525dba;
  border-radius: 10px;
  box-shadow: 0px 12px 30px rgb(4 60 90 / 35%);
}
.fs-50px{
  font-size: 50px;
}
.cla{
  height: auto;
  width: 64px
}
.lh-27px{
  line-height: 27px;
}
.h-350px{
  height: 350px;
}
.lh-22px{
  line-height: 22px;
}
.transition-none{
  transition: none !important;
}
.fs-16{
  font-size: 16px;
}
.br-10px{
  border-radius: 10px;
}
.otherquestion{
  height: 250px;
  width: auto;
}
.mt-3-5{
  margin-top: 3.5rem;
}
.fs-1-2{
  font-size: 1.2rem;
}
.w-64{
  width: 64px;
}
.w-200{
  width: 200px;
}
.h-200{
  height: 200px;
}
.fs-3em{
  font-size: 3em;
}
.fs-2rem{
  font-size: 2rem;
}
.custom-hr{
  height: 4px;
  opacity: 1;
}
.w-40{
  width: 40%;
}
.fs-1-2em{
  font-size: 1.2em;
}
.bg-skyblue{
  background-color: #d9edf7;
}
.box-color{
  background-color: #f2e3ee;
}
.mt-minus-6 {
  margin-top: -6rem;
}
.w-10{
  width: 10rem;
}
.pink-drawer{
  background-color: #f2e3ee;
  border-radius: 16px;
}
.text-pink{
  color: rgb(243, 116, 137);
}
.purple-drawer{
  border-radius: 16px;
  background-color: rgba(133, 15, 133, 0.1)
}
.yellow-drawer{
  border-radius: 16px;
  background-color: rgba(253, 253, 9, 0.3)
}
.white-drawer{
  border-radius: 16px;
  background-color: rgba(10, 10, 10, 0.2)
}
.blue-drawe{
  border-radius: 16px;
  background-color: rgba(16, 134, 189, 0.1)
}
.text-blue3{
  color: #0ca7c2;
}
.orange-drawer{
  border-radius: 16px;
  background-color: rgba(252, 169, 15, 0.2)
}
.text-orange{
  color: orange;
}
.green-drawer{
  border-radius: 16px;
  background-color: #bfdcc1;
}
.h-180{
  height: 180px;
}
.w-150{
  width: 150px;
}
.w-120{
  width: 120px; 
}
.fs-17{
  font-size: 17px;
}
.bg-alert{
  background-color: rgba(230, 236, 255, 0.7);
}
.p-35rem{
  padding: 0.35rem 0.65rem;
}

.h-270px{
  height: 270px;
}

.mh-12rem{
  max-height: 12rem;
}

.mt-120px{
  margin-top: -120px
}

.mh-38rem{
  max-height: 38rem;
}

/* this is the fucking hotness right here */
.youwin{
  color: #d5ad6d;
  background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1)
          35%, rgba(163, 126, 67, 1) 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.br-16px{
  border-radius: 16px;
}

.br-quiz-1{
  border-radius: 0px 0px 16px 16px
}

.br-quiz-2{
  border-radius: 16px 16px 0px 0px
}

.product-select, .product-select:hover, .product-select:visited, .product-select:focus{
  background-color: #0d133a;
  opacity: 1;
  width: 40% !important
}

.opacity-1{
  opacity: 1;
}

.mw-100{
  max-width: 100%
}

.h-18rem{
  height: 18rem;
}

.w-15rem{
  width: 15rem;
}

.p-7rem{
  padding: 0.7rem
}