* {
  box-sizing: border-box;
}

body {
  display: block;
  position: relative;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

#skip-to-main {
  position: absolute;
  top: 10px;
  z-index: -1;
  margin-left: 7px;
  padding: 7px 8px 7px 8px;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}

#skip-to-main:focus {
  z-index: 600;
}

#loginLink {
  color: #fff;
}

main a[target="_blank"]::after {
  content: "(external link)";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  text-indent: 0.7em;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../assets/Icon_External_Link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 0.1em;
}

a:focus-visible,
a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

button.aaa-link {
  background: none;
  font-size: 14px;
  color: #003893;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  border: none;
  padding: 0px;
}

.aaa-pmid-page h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.pmid-details h1,
.aaa-pmid-page h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.aaa-pmid-page h3 {
  font-family: "Roboto", sans-serif;
  color: #444444;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}

.aaa-pmid-page h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.pmid-details h1 {
  font-size: 38px;
}

.pmid-details h2 {
  font-size: 18px !important;
  font-weight: 700;
  color: #015095;
  margin: 0;
  text-align: left;
}

.pmid-container {
  max-width: 1200px;
  margin: auto;
}

.aaa-pmid-page p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  font-size: 16px;
}

.aaa-pmid-page span {
  font-family: "Roboto", sans-serif;
}

.aaa-pmid-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aaa-pmid-page a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #015cad;
}

.aaa-pmid-page a:hover {
  text-decoration: underline;
}

.aaa-pmid-page a:focus-visible {
  outline: 3px solid #0A2442;
}

.pmid-button {
  padding: 15px 75px;
  background-color: #028fff;
  color: #ffffff;
  font-size: 24px;
  transition: 0.2s ease-in-out;
  font-weight: 400 !important;
  border: 0;
  cursor: pointer;
}

.pmid-button:hover {
  -webkit-box-shadow: 0px 5px 29px -12px rgba(51, 51, 51, 1);
  -moz-box-shadow: 0px 5px 29px -12px rgba(51, 51, 51, 1);
  box-shadow: 0px 5px 29px -17px rgba(51, 51, 51, 1);
}

.pmid-btn-wrapper {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 15px 0;
  height: auto;
  text-align: center;
}

.pmid-section {
  padding: 30px 20px;
}

.pmid-section-grey {
  background-color: #f3f3f3;
}

.pmid-hero-header-wrapper {
  padding: 30px 20px;
}

.pmid-hero-header-wrapper p {
  text-align: center;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../assets/Hero_Image_Desktop.jpg");
}

.mobile-hero-image {
  background-image: url("../assets/Hero_Image_Mobile.jpg");
  padding-bottom: 56%;
  background-size: 100% 100%;
}

.aaa-pmid-stats-section {
  background-color: #d3e4fe;
}

.aaa-pmid-stats-section .every-two-second,
.aaa-pmid-stats-section .almost-one-in-five,
.aaa-pmid-stats-section .million-hours {
  height: 90px;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center;
}

.aaa-pmid-stats-section .every-two-second {
  background-image: url("../assets/Icon_Monitor_with_exclamation.png");
}

.aaa-pmid-stats-section .almost-one-in-five {
  background-image: url("../assets/Icon_Cart.png");
}

.aaa-pmid-stats-section .million-hours {
  background-image: url("../assets/Icon_Clock_with_600.png");
}

.pmid-stats-container {
  width: 100%;
  margin: auto;
  text-align: center;
}

.pmid-icon {
  max-width: 75px;
}

.pmid-icon-container {
  padding: 25px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pmid-icon-container img{
    height: 90px;
}

.pmid-section-header-wrapper {
  margin-bottom: 3em;
}

.pmid-section-subheader {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.pmid-steps-container {
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.pmid-step-wrapper p {
  margin-top: 0;
}

.pmid-steps-icon-container {
  display: none;
}

.pmid-step-bubble-wrapper {
  background-color: #015095;
  border-radius: 25px;
  padding: 3px;
  width: 31px;
  text-align: center;
  font-size: 18px;
  position: relative;
  bottom: 15px;
}

.pmid-mobile-step-bubble-wrapper {
  background-color: #015095;
  border-radius: 25px;
  padding: 3px;
  width: 31px;
  text-align: center;
  font-size: 18px;
  position: relative;
  margin: auto;
  margin-bottom: 0.5em;
}

.pmid-step-wrapper {
  padding: 15px 25px;
}

.pmid-step-wrapper h4 {
  margin-top: 0;
}

.pmid-step-wrapper > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.pmid-step-bubble-wrapper span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.aaa-pmid-page .aaa-pmid-testimonial-section {
  padding: 15px 15px 0;
}

.aaa-pmid-testimonial-section
  .pmid-testimonial-outter
  .pmid-testimonial-content-wrapper
  .pmid-quote {
  font-size: 22px;
  margin-bottom: 0.5em;
}

.aaa-pmid-testimonial-section
  .pmid-testimonial-outter
  .pmid-testimonial-content-wrapper
  p {
  text-align: center;
}

.pmid-testimonial-bottom-border {
  background-color: #015095;
  padding: 30px;
}

.pmid-testimonial-image-wrapper {
  position: relative;
  height: 330px;
  text-align: center;
}

.pmid-testimonial-image {
  max-width: 320px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq-parent-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.pmid-hero-inner-container {
  width: 100%;
}

.faq {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-question-container {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 0 15px;
  background-color: #ffffff;
  border: 0px;
  width: 100%;
}

.faq-question-container:hover {
  cursor: pointer;
}

.faq li {
  padding: 0px 0px;
  border-top: 1px solid #cccccc;
}

.faq li:last-of-type .faq-question-container {
  transition: 0.5s ease-in-out;
}

.faq li:after:first-of-type {
  width: 0;
}

.faq li:last-of-type {
  border-bottom: 1px solid #cccccc;
}

.pmid-faq-icon {
  width: 5%;
  transition: 0.5s ease-in-out;
}

.show-details-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.show-details-icon {
  transition: 0.5s ease-in-out;
  transform: rotateX(180deg);
  position: relative;
  bottom: 2px;
}

.pmid-active-icon {
  transform: rotate(45deg);
}

.pmid-active-details-icon {
  transform: rotateX(0deg);
}

.faq li.active .answer {
  max-height: 900px !important;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: max-height 0.5s ease-in-out, padding-bottom 0.5s ease-in-out,
    padding-top 0.5s ease-in-out;
}

.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding-bottom 0.5s ease-in-out,
    padding-top 0.5s ease-in-out;
  padding: 0 15px;
  position: relative;
}

.faq .answer p {
  margin-top: 0;
  font-size: 16px;
}

.faq .answer li {
  padding-bottom: 10px;
  border-top: none !important;
}

.faq .answer ul {
  list-style-type: disc;
}

.faq .question {
  position: relative;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
  width: 95%;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #015095;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}

.pmid-features-inner-wrapper {
  max-width: 1000px;
  margin: auto;
}

.pmid-tab {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 25px;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  min-width: 165px;
  align-items: center;
  border-bottom: initial;
}

.pmid-tab span {
  font-size: 20px;
}

.pmid-tab-active {
  background-color: #015095;
  color: #ffffff;
}

.pmid-tab-active span {
  color: #ffffff !important;
}

.pmid-tab-active:focus-visible {
  outline: 3px solid #797676;
}

.pmid-inner-tab-wrapper {
  display: none;
}

.pmid-tab-block {
  background-color: #ffffff;
  padding: 25px 20px 0px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  margin-top: 2em;
}

.pmid-tab-block-header-wrapper {
  max-width: 1000px;
  margin: auto;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.pmid-tab-block-header-wrapper p {
  margin: 0;
  text-align: center;
}

.pmidTab1 .pmid-tab-block-header-middle,
.pmidTab2 .pmid-tab-block-header-middle,
.pmidTab3 .pmid-tab-block-header-middle {
  width: 100%;
  padding: 25px 0;
}

.pmidTab2 .pmid-tab-block-header-right {
  width: 0%;
  padding: 0;
}

.pmidTab1 .pmid-tab-block-header-wrapper,
.pmidTab2 .pmid-tab-block-header-wrapper,
.pmidTab3 .pmid-tab-block-header-wrapper {
  align-items: flex-start;
}

.pmid-tab-block-header-right img {
  height: 13px;
  margin-right: 7px;
  position: relative;
  top: 3px;
  width: auto;
}

.pmid-tab-block-header-middle img {
  height: 13px;
  margin-right: 7px;
  position: relative;
  top: 3px;
  width: auto;
}

.pmid-tab-block-header-right ul li {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.pmid-tab-block-header-right {
  padding: 25px 0;
}

.pmid-tab-block-header-middle ul li {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.pmid-tab-block-header-wrapper .pmid-button {
  padding: 13px 50px;
}

.pmid-check-circle {
  height: 29px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position-y: 7px;
  background-image: url("../assets/blue-checkmark-circle.png");
}

.pmid-tab-active .pmid-check-circle {
  background-image: url("../assets/white-checkmark-circle.png");
}

.pmid-tab-block .pmid-show-details-header {
  padding: 5px 0;
  text-align: center;
  margin-top: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
  position: relative;
}

.pmid-tab-block .pmid-show-details-header a,
.pmid-tab-block .pmid-show-details-header button {
  color: #ffffff;
  font-size: 14px;
  background-color: #015095;
  width: 200px;
  margin: auto;
  padding: 5px 25px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.pmid-tab-block .pmid-show-details-header a:focus-visible,
.pmid-tab-block .pmid-show-details-header button:focus-visible {
  outline: 3px solid #797676;
}

.pmid-details-active .pmid-details {
  max-height: 3000px !important;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 2em;
  transition: max-height 0.5s ease-in-out, padding-bottom 0.5s ease-in-out,
    padding-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
}

.pmid-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding-bottom 0.5s ease-in-out,
    padding-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  padding: 0 15px;
  position: relative;
  text-align: left;
}

.pmid-details p {
  margin: 0 0 25px;
}

.pmid-details-col-wrapper {
  margin-top: 2em;
}

.pmid-disclosure-wrapper {
  max-width: 1200px;
  margin: auto;
}

.pmid-disclosure-wrapper h3{
  font-size: 12px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
}

.pmid-disclosure-wrapper p {
  font-size: 12px;
}

.pmid-title-essential {
  font-weight: 400;
  font-size: 34px !important;
  line-height: normal !important;
  color: #000000;
  padding-bottom: 14px !important;
}

/* ACE Message */

.aaa-message-top-container {
  background-color: #fff;
  /* display: none; */
  text-align: center;
  padding: 24px;
  position: relative;
  z-index: 10;
}

.aaa-message-top-container sup {
  font-size: 66%;
}

.aaa-message-top-container .start-free-btn {
  display: inline-block;
  padding: 10px 15px;
}

.aaa-message-top-container .aaa-fine-print {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

/* Member referral */

.aaa-idtheft-referral-wrapper {
  display: none;
  margin: 0 0 60px;
}

/* VantageScore */

.aaa-idtheft-vantage-score {
  display: none;
  margin-left: 25px;
}

/* Modal */

.aaa-overlay-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../assets/1A1A1A-0.5.png");
  z-index: 14000;
  display: none;
  overflow-y: auto;
}

.aaa-modal {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 50px auto;
  width: 500px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}

.aaa-agent-modal {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 50px auto;
  width: 350px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}

a.aaa-close-modal,
a.aaa-close-agent-modal,
button.aaa-close-modal,
button.aaa-close-agent-modal {
  display: block;
  position: absolute;
  right: 24px;
  top: 24px;
  color: #003893;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  border: none;
}

/* Modal Content */

.aaa-modal-content {
  padding: 24px;
}

.aaa-modal-content .aaa-main-logo {
  background-size: 85px auto;
  height: 52px;
  width: 85px;
  float: none;
  margin: 0 0 14px 0;
}

/* Error Message */

.aaa-modal-content .message-bubble {
  background-color: #003893;
  border-radius: 4px;
  color: #ffffff;
  display: none;
  font-size: 14px;
  margin-top: 14px;
  padding: 8px 40px 8px 8px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}

#agent-modal .aaa-modal-content .message-bubble {
  margin-bottom: 14px;
}

.aaa-modal-content .message-bubble-hidden {
  display: none;
}

.aaa-modal-content .message-bubble-close {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

/* Membership Number */

#idtheft-modal .aaa-modal-content #idtheftMemberNumberForm {
  margin: 14px 0px 0px 0px;
}

#idtheft-modal .aaa-modal-content #idtheftNameForm {
  margin: 14px 0px 0px 0px;
}

.street-numbers-container:not(:empty) + .form-inputs-container {
  display: none;
}

#idtheft-modal .aaa-modal-content .aaa-formLabel,
#agent-modal .aaa-modal-content .aaa-formLabel {
  height: auto;
  font-weight: 700;
}

#idtheft-modal .aaa-modal-content input.aaa-inputText,
#agent-modal .aaa-modal-content input.aaa-inputText,
#agent-modal .aaa-modal-content .aaa-aaaSelectContainer {
  border: 1px solid #757575;
}

.aaa-member-number input.visa-bin {
  width: 50px;
}

.aaa-member-number input.club-code {
  width: 50px;
}

.aaa-member-number input.member-number {
  width: 100px;
}

.aaa-member-number input.check-digit {
  width: 30px;
}

.aaa-home-zip input.home-zip {
  width: 68px;
}

.aaa-home-zip input.aaa-btn {
  height: 42px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.aaa-agent-id input.agent-id {
  width: 200px;
}

.aaa-agent-club #agentClub {
  width: 120%;
}

.aaa-member-first-name input.member-first-name {
  width: 200px;
}

.aaa-member-email input.member-email {
  width: 300px;
}

#idtheft-modal .aaa-modal-content input.aaa-inputText[type="number"] {
  -moz-appearance: textfield;
}

#saveAgentBtn.aaa-agent-info-btn,
#sendEmailBtn.aaa-agent-info-btn,
#acceptBtn.aaa-agent-info-btn,
.aaa-member-info-submit,
.payment-btn {
  margin-top: 10px;
  padding: 10px 24px;
}

/* Member Number Return */

.aaa-member-number-return {
  margin-top: 14px;
  display: none;
}

.idtheft-option-select-container {
  float: left;
  width: 50%;
  border-right: 24px solid #ffffff;
  background-color: #f2f2f2;
  border-radius: 4px;
  text-align: center;
  padding: 14px;
  margin-top: 24px;
}

.idtheft-option-select-container div {
  margin: 2px 0px;
}

.idtheft-option-select-container:last-child {
  border-right: none;
}

.idtheft-option-select-container a.aaa-btn {
  margin-top: 10px;
  margin-bottom: 6px;
  width: auto;
}

.aaa-price-slash {
  text-decoration: line-through;
}

.premier-platinum,
.premier-deluxe,
.other-platinum,
.other-deluxe {
  display: none;
}

.ace-promo-message {
  display: none;
}

.pmid-call-now-container {
  display: none;
}

.pmid-checkmark-icon {
  background-image: url("../assets/checkmark-icon.png");
  width: 21px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-y: 4px;
}

.pmid-plus-icon {
  background-image: url("../assets/checkmark-icon.png");
  width: 21px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-y: 4px;
}

.aaa-video-container {
  padding:30.25% 0 0 0;
  position:relative;
  width: 80%;
  /* max-width: 800px; */
  padding-top: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

/* .aaa-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 2px 2px rgba(26, 26, 26, 0.5));
  object-fit: cover;
} */
@media screen and (max-width: 500px) {
  .grecaptcha-badge {
    transform: scale(0.35) !important;
    -webkit-transform: scale(0.35) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .pmidTab2,
  .pmidTab3 {
    display: block;
  }

  #loginLink {
    color: #015cad;
  }

  .aaa-pmid-page h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    text-align: center;
    font-size: 26px;
  }

  .aaa-pmid-page a {
    color: #015cad;
  }

  .pmid-call-now-container {
    display: block;
  }

  .aaa-pmid-hero-section {
    background: none !important;
    padding: 0;
  }

  .faq .question {
    font-size: 18px;
  }

  .aaa-pmid-steps-section {
    padding-bottom: 0;
  }

  .aaa-pmid-features-section {
    background-color: #ffffff;
    padding-top: 0;
  }

  .pmid-tab-block {
    background-color: #e1e1e1;
    border: none;
  }

  .pmid-tab-block-header-wrapper {
    opacity: 1 !important;
  }

  .pmid-tab-block .pmid-show-details-header {
    opacity: 1 !important;
  }

  .aaa-modal {
    margin: 14px;
    width: auto;
  }

  #idtheftMemberNumberForm .aaa-formLeft {
    float: left;
    padding: 0px 10px 14px 0px;
  }

  #idtheftNameForm .aaa-formLeft {
    float: left;
    padding: 0px 10px 14px 0px;
  }

  .aaa-video-container {
    width: 100%;
    padding: 56.25% 0 0 0!important;
  }
}

@media (min-width: 50em) {
  .aaa-pmid-page h1 {
    font-size: 40px;
  }

  .aaa-pmid-page h2 {
    font-size: 38px;
  }

  .pmid-section {
    padding: 60px;
  }

  .pmid-hero-header-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-top: 2em;
    padding: 0;
  }

  .mobile-hero-image {
    display: none;
  }

  .aaa-pmid-stats-section {
    padding: 30px;
  }

  .pmid-stats-container {
    display: flex;
    align-items: center;
    align-content: center;
    max-width: 900px;
  }

  .pmid-icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .pmid-icon-container p {
    margin-bottom: 0;
    width: 80%;
  }

  .pmid-steps-container {
    display: flex;
    align-items: center;
    align-content: center;
  }

  .pmid-step-wrapper:first-of-type {
    padding: 15px 40px;
  }

  .pmid-step-wrapper {
    width: 33%;
    padding: 15px 20px;
  }

  .pmid-steps-icon-container {
    max-width: 499px;
    margin: auto;
    border-top: 1px solid #015095;
    margin-top: 1.5em;
    display: flex;
  }

  .pmid-step-bubble-outter {
    width: 33.3333333%;
    text-align: center;
  }

  #pmidBubble1 {
    margin-right: auto;
    right: 5px;
  }

  #pmidBubble2 {
    margin: auto;
  }

  #pmidBubble3 {
    margin-left: auto;
    left: 2px;
  }

  .aaa-pmid-page .aaa-pmid-testimonial-section {
    padding: 35px 60px 0px;
  }

  .pmid-testimonial-outter {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 800px;
    margin: auto;
  }

  .pmid-testimonial-content-wrapper {
    width: 50%;
  }

  .pmid-testimonial-image-wrapper {
    width: 50%;
  }

  .pmid-testimonial-bottom-border {
    padding: 30px;
  }

  .faq-question-container {
    padding: 0;
  }

  .pmid-faq-icon {
    width: 2%;
  }

  .faq .answer {
    padding: 0;
  }

  .faq .question {
    width: 98%;
  }

  .pmid-inner-tab-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .pmid-tab-block {
    margin-top: 0;
  }

  .pmid-tab-block-header-wrapper {
    display: flex;
    align-items: center;
  }

  .pmid-tab-block-header-left {
    width: 33.33333%;
    padding: 0 25px;
  }

  .pmidTab1 .pmid-tab-block-header-left p:first-of-type {
    padding: 0 45px;
  }

  .pmidTab2 .pmid-tab-block-header-left p:first-of-type {
    padding: 0 35px;
  }

  .pmid-tab-block-header-middle {
    width: 33.33333%;
    padding: 0 25px;
  }

  .pmid-tab-block-header-right {
    width: 33.33333%;
    padding: 0 25px;
    font-size: 14px;
    padding-right: 0;
  }

  .pmidTab1 .pmid-tab-block-header-middle,
  .pmidTab2 .pmid-tab-block-header-middle,
  .pmidTab3 .pmid-tab-block-header-middle {
    width: 66.6666%;
    padding: 0;
  }

  .pmid-tab-block-header-middle ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .pmidTab1 .pmid-tab-block-header-middle ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .pmid-tab-block-header-right {
    padding: 0 25px;
  }

  .pmid-details-col-wrapper {
    display: flex;
  }

  .pmid-details-col-wrapper div {
    width: 50%;
    padding: 0 15px;
  }

  .pmid-tab-block .pmid-show-details-header {
    margin-top: 2em;
  }

  .pmid-section-subheader {
    font-size: 22px !important;
  }

  .aaa-pmid-hero-section {
    background-size: cover;
    min-height: 455px;
    display: flex;
    align-content: center;
    align-items: center;
    background-position: 20% 50%;
  }

  .pmid-mobile-step-bubble-wrapper {
    display: none;
  }
}

.custom-ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0;
  font-size: 12px;;
  margin: 0;
}
.custom-ol li {
  counter-increment: item;
  display: flex;
  align-items: baseline;
}

.custom-ol li p {
  margin-bottom: 0;
}

.custom-ol li::before {
  content: counter(item) ")";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  margin-right: 4px;
}

/* New CSS */
.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 20px; */
}

.pricing-container .pricing-column {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-container .pricing-column h2 {
  margin-top: 0;
  color: #007bff;
}

.pricing-container .price {
  font-size: 24px;
  margin: 10px 0;
}

.pricing-container .tagline {
  background-color: #007bff;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pricing-container .new-modal-ul {
  list-style: none;
  padding: 0;
}

.pricing-container .new-modal-ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: rgb(112, 112, 112);
  font-size: 14px;
}

.pricing-container button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.pricing-container button:hover {
  background-color: #0056b3;
}

.pricing-container .info-icon {
  cursor: pointer;
  font-size: 18px;
  color: #007bff;
}

@media (max-width: 768px) {
  .pricing-container {
      flex-direction: column;
      align-items: center;
  }
  .pricing-container .pricing-column {
    max-width: 600px;
    width: 100%;
  }
}

/* Modal Styles */
.pricing-container-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.pricing-container-modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 600px;
}

.pricing-container-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.pricing-container-close:hover,
.pricing-container-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pricing-container h2 {
  margin-top: 0;
  color: #333;
}

.pricing-container p {
  color: #666;
  font-size: 16px;
}

.pricing-container .info-icon {
  margin-left: 10px;
  cursor: pointer;
}

#modalTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#modalText {
  font-size: 14px;
}
