/*
Theme Name: Telyrx
Author: Telyrx
Author URI: https://telyrx.com/
Description: A basic WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Telyrx
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #cc3366;
}
a:hover,
a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #cc3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #cc3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible) {
  outline: none;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  color: #ffffff;
  background-color: #cc3366;
  text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.displaynone {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

body {
    background: #fcfff9;
  }
  .page-header,
  header,
  footer{
    display: none !important;
  }
  .mbmedconsultants_main {
    width: 100%;
    height: auto;
  }

  .mbmedconsultants_logo {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .mbmedconsultants_logo img {
    width: 257px;
    height: auto;
  }

  .mbmedconsultants_banner {
    background-image: url('images/lines_itoh9ouo.png');
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #e3eaf1;
    margin-left: 0;
    margin-right: 0;
    border-radius: 30px 30px 30px 30px;
    padding: 33px 216px 80px;
  }

  .mbmedconsultants_banner h1 {
    color: #4a71f6;
    font-size: 55px;
    line-height: 70px;
    font-family: Cabin;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .mbmedconsultants_banner p {
    font-size: 20px;
    line-height: 32px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #646183;
    font-family: Cabin;
    font-weight: 400;
    margin: 0;
  }

  .mbmedconsultants_form {
    width: 100%;
    height: auto;
    margin-top: 60px;
    text-align: center;
  }

  .mbmedconsultants_form_orderId {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
  }

  .mbmedconsultants_form_orderId label,
  .mbmedconsultants_form_lastName label {
    font-size: 20px;
    line-height: 32px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #646183;
    font-family: Cabin;
    font-weight: 800;
    margin-bottom: 5px;
  }

  .mbmedconsultants_form_orderId input,
  .mbmedconsultants_form_lastName input {
    border-color: #4a71f6;
    border-radius: 5px;
  }

  .mbmedconsultants_how_to_verify {
    width: 100%;
    float: left;
    margin-top: 80px;
  }

  .mbmedconsultants_how_to_verify h2 {
    font-size: 55px;
    line-height: 70px;
    font-family: Cabin;
    font-weight: 600;
    color: #4a71f6;
    letter-spacing: -1px;
    margin: 0;
  }

  .mbmedconsultants_how_to_sections {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
  }

  .mbmedconsultants_how_to_section1 {
    width: 100%;
    text-align: center;
  }

  .mbmedconsultants_how_to_section1 h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #d44e03;
    font-family: Cabin;
    margin-top: 0;
  }

  .mbmedconsultants_how_to_section1 p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #646183;
    font-family: Cabin;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
  }

  .mbmedconsultants_Judith_Atkins h2 {
    width: 50%;
    margin: 0;
    font-size: 45px;
    line-height: 60px;
    font-family: Cabin;
    font-weight: 600;
    letter-spacing: -1px;
    color: #4a71f6;
  }

  .mbmedconsultants_Judith_Atkins p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #646183;
    font-family: Cabin;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
  }

  .mbmedconsultants_Judith_Atkins {
    width: 100%;
    float: left;
    padding: 100px 0;
    display: flex;
  }

  .mbmedconsultants_faq {
    width: 70%;
    float: left;
    margin: 0 auto;
    border-bottom: 1px solid #e3eaf1;
  }

  .mbmedconsultants_faq ul {
    padding: 0;
    list-style-type: decimal;
    padding-left: 20px;
  }

  .mbmedconsultants_faq ul li {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #646183;
    font-weight: 800;
    font-family: Cabin;
  }

  .mbmedconsultants_faq ul li p {
    margin: 0;
    font-weight: 400;
  }

  .mbmedconsultants_faq h2 {
    margin: 0;
    font-size: 45px;
    line-height: 60px;
    font-family: Cabin;
    font-weight: 600;
    letter-spacing: -1px;
    color: #4a71f6;
    margin-bottom: 40px;
  }

  .mbmedconsultants_faq_main {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: flex;
  }

  .mbmedconsultants_contact {
    width: 100%;
    float: left;
    margin: 0;
  }

  .mbmedconsultants_contact img {
    width: 250px;
    height: auto;
  }

  .mbmedconsultants_contact_inner {
    width: 70%;
    float: left;
    margin: 0 auto;
    text-align: center;
  }
  .mbmedconsultants_contact {
    width: 100%;
    float: left;
    margin: 0;
    display: flex;
  }

  .mbmedconsultants_contacts {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #e3eaf1;
  }

  .mbmedconsultants_contacts h2 {
    margin-top: 0;
    font-size: 45px;
    line-height: 60px;
    font-family: Cabin;
    font-weight: 600;
    letter-spacing: -1px;
    color: #4a71f6;
  }

  .mbmedconsultants_contacts p {
    font-family: Cabin;
    font-weight: 400;
    color: #646183;
    font-size: 20px;
  }

  .mbmedconsultants_footer {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 50px 0;
  }

  .mbmedconsultants_footer_inner {
    width: 100%;
    text-align: center;
    float: left;
  }

  .mbmedconsultants_footer_inner img {
    width: auto;
    height: 247px;
  }

  .mbmedconsultants_footer_inner p {
    font-size: 16px;
    line-height: 26px;
    font-family: Cabin;
    font-weight: 400;
    color: #646183;
    margin: 0;
  }

  .doctor-note-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .doctor-note-logo-img {
      width: 35%;
   }
  .doctor-note-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    margin: 47px 0px 100px 00px;
  }
  .doctor-note-banner p {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 600;
    line-height: 29.96px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
  }
  .doctor-note-footer {
    background: #066e77;
    padding: 19px;
    text-align: center;
  }
  .doctor-note-footer p {
    margin: 0;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
  }
  .doctor-note-how-it-work {
    background: #71ccd842;
    padding: 24px 24px 55px;
    text-align: center;
    border-radius: 50px;
  }
  .doctor-note-how-it-work h2 {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 40.85px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .doctor-note-how-it-work-steps {
    display: flex;
    justify-content: center;
    background: #8df4ef6b;
    width: 1200px;
    left: -70px;
    position: relative;
    border-radius: 50px;
    padding: 37px;
  }
  .doctor-note-how-it-work-steps-inner {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
    padding: 0 60px;
  }
  .doctor-note-how-it-work-steps-inner img {
    height: 120px;
    object-fit: contain;
  }
  .doctor-note-how-it-work-steps-inner-text {
    display: flex;
    flex-direction: column;
  }
  .doctor-note-how-it-work-steps-inner-text h2 {
    font-family: "Luckiest Guy";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #1e90ff;
    margin-bottom: 20px;
  }
  .doctor-note-how-it-work-steps-inner-text h3 {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    text-align: center;
    color: #000000;
    margin: 0;
    min-height: 50px;
    margin-bottom: 20px;
  }
  .doctor-note-how-it-work-steps-inner-text p {
    margin: 0;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
    color: #000000;
  }
  .doctor-note-faq-main {
    margin-top: 100px;
    margin-bottom: 130px;
  }
  .home-page-content {
    padding-top: 50px;
  }
  .doctor-note-faq-main h2 {
    margin: 0;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 700;
    line-height: 47.66px;
    text-align: center;
    margin-bottom: 48px;
    text-transform: uppercase;
  }

  .doctor-note-faq-main .accordion {
    background: #8df4ef96;
    border-radius: 25px;
  }

  .doctor-note-faq-main .accordion-item {
    color: #fff;
    margin: 1rem 0;
    border-radius: 25px;
  }

  .doctor-note-faq-main .accordion-item-header {
    background-color: #066e77;
    border-radius: 25px;
    padding: 25px 20px;
    position: relative;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
  }

  .doctor-note-faq-main .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }

  .doctor-note-faq-main .accordion-item-header.active::after {
    content: "\2212";
  }

  .doctor-note-faq-main .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .doctor-note-faq-main .accordion-item-body-content {
    padding: 18px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    color: #000;
  }

  @media only screen and (max-width: 768px) {
    body {
      padding: 0 10px;
    }
    .mbmedconsultants_banner {
      padding: 60px 30px;
    }
    .mbmedconsultants_banner h1 {
      font-size: 45px;
      line-height: 51px;
    }
    .mbmedconsultants_banner p {
      font-size: 18px;
      line-height: 30px;
      padding-left: 5%;
      padding-right: 5%;
    }
    .mbmedconsultants_form {
      margin-top: 30px;
    }
    .mbmedconsultants_how_to_verify h2 {
      font-size: 45px;
      line-height: 51px;
    }

    .mbmedconsultants_how_to_sections {
      display: flex;
      gap: 0;
      flex-wrap: wrap;
    }
    .mbmedconsultants_how_to_section1 img {
      width: 70%;
    }

    .mbmedconsultants_Judith_Atkins {
      display: flex;
      flex-wrap: wrap;
    }

    .mbmedconsultants_Judith_Atkins h2 {
      width: 100%;
      font-size: 45px;
      line-height: 51px;
      margin-bottom: 30px;
    }

    .mbmedconsultants_faq h2 {
      line-height: 51px;
    }

    .mbmedconsultants_faq {
      width: 100%;
    }
    .mbmedconsultants_contact_inner {
      width: 100%;
    }

    .mbmedconsultants_footer_inner img {
      width: auto;
      height: auto;
    }
    .doctor-note-how-it-work-steps-inner {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 31px;
      padding: 0px;
    }
    .doctor-note-how-it-work-steps {
      display: flex;
      justify-content: center;
      background: #8df4ef6b;
      width: 100%;
      left: 0;
      position: relative;
      border-radius: 50px;
      padding: 27px;
      flex-direction: column;
      gap: 40px;
    }
    .doctor_note_vs_right h1 {
      font-size: 28px;
      line-height: 34px;
    }
    .doctor-note-logo-img {
      width: 60%;
    }
    .doctor-note-banner p {
      font-size: 18px;
      line-height: 24px;
    }

  }

  @media screen and (min-width: 768px) and (max-width: 1280px) {
    main#content {
      max-width: 700px;
    }
    .mbmedconsultants_banner {
      padding: 60px 40px;
    }

    .mbmedconsultants_banner h1 {
      font-size: 45px;
      line-height: 51px;
    }
    .mbmedconsultants_banner p {
      font-size: 18px;
      line-height: 24px;
    }
    .mbmedconsultants_form {
      margin-top: 40px;
    }
    .mbmedconsultants_how_to_verify h2 {
      font-size: 45px;
      line-height: 51px;
    }
    .mbmedconsultants_Judith_Atkins {
      display: flex;
      flex-wrap: wrap;
    }
    .mbmedconsultants_Judith_Atkins h2 {
      width: 100%;
      margin-bottom: 30px;
    }
    .mbmedconsultants_faq {
      width: 100%;
    }
    .mbmedconsultants_contact_inner {
      width: 100%;
    }
    .mbmedconsultants_footer_inner img {
      width: auto;
      height: auto;
    }
  }
  .doctor-order-form .response-msg{
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 30px;
    height:auto;
    font-weight: 700;
  }
  .doctor-order-form .error-msg{
    color: #C2291C;
  }
  .doctor-order-form .success-msg{
    color: #06402B;
  }
  .doctor-order-form .verify-btn{
    width: 200px;
    background-color: #d44e03;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #d44e03;
    font-family: Cabin;
  }
  .doctor-order-form .verify-btn:disabled {
    cursor: not-allowed;
    opacity: 0.7; 
  }

  @media screen and (min-width: 769px) and (max-width: 1240px) {
    .doctor-note-how-it-work-steps-inner {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 31px;
      padding: 0px;
    }
    .doctor-note-how-it-work-steps {
      display: flex;
      justify-content: center;
      background: #8df4ef6b;
      width: 100%;
      left: 0;
      position: relative;
      border-radius: 50px;
      padding: 27px;
      flex-direction: column;
      gap: 40px;
    }
    .doctor-note-banner p br {
      display: none;
    }
  }

  @media screen and (min-width: 1241px) and (max-width: 1380px) {
    .doctor-note-how-it-work-steps {
      display: flex;
      justify-content: center;
      background: #8df4ef6b;
      width: 1200px;
      left: -70px;
      position: relative;
      border-radius: 50px;
      padding: 37px;
    }
  }