/* clear styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  text-transform: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end clear styles */

body {
  background-color: #f4f8fd;
}

body * {
  font-family: "Open Sans", sans-serif;
}

.rapidmd_about_medical {
  padding-top: 70px;
}

.rapidmd_about_medical .rapidmd_visible_mobile {
  display: none;
}

.rapidmd_about_medical__fixed > picture > img {
  position: sticky;
  top: 70px;
}

.rapidmd_about_medical section {
  width: 1290px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.rapidmd_about_medical__button {
  min-width: 275px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #2563eb;
  border-radius: 8px;
  transition: box-shadow 0.2s ease-in-out;
}

.rapidmd_about_medical__button:hover {
  box-shadow: 0px 15px 20px 0px rgba(37, 99, 235, 0.2);
}

.rapidmd_about_medical__text {
  width: 630px;
  max-width: 100%;
}

.rapidmd_about_medical__text > *:not(:last-child) {
  margin-bottom: 30px;
}

.rapidmd_about_medical__text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54.47px;
  color: #374957;
  margin-bottom: 40px;
}

.rapidmd_about_medical__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #374957;
  text-align: justify;
}

.rapidmd_about_medical__text p b {
  font-weight: 700;
}

.rapidmd_about_medical__card {
  padding: 20px;
}

.rapidmd_about_medical__card p {
  text-align: left;
}

.rapidmd_about_medical__card__blue {
  background-color: #e6ecff;
}

.rapidmd_about_medical__card__blue > ul > li > svg {
  color: #438bf6;
}

.rapidmd_about_medical__card__green {
  background-color: #d8f9ed;
}

.rapidmd_about_medical__card__green > ul > li > svg {
  color: #5edd60;
}

.rapidmd_about_medical__card__orange {
  background-color: #ffe8d1;
}

.rapidmd_about_medical__card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: #374957;
}
.rapidmd_about_medical__card h4:not(:last-child) {
  margin-bottom: 15px;
}

.rapidmd_about_medical__card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #374957;
}

.rapidmd_about_medical__card p a,
.rapidmd_about_medical__card h4 a {
  color: #438bf6;
  text-decoration: underline;
}

.rapidmd_about_medical__card p b {
  font-weight: 700;
}

.rapidmd_about_medical__card ul li:not(:last-child) {
  margin-bottom: 15px;
}

.rapidmd_about_medical__card ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #374957;
  display: flex;
  align-items: center;
}

.rapidmd_about_medical__card ul li > svg {
  margin-right: 10px;
  flex-shrink: 0;
}

.rapidmd_about_medical__main {
  padding: 80px 0;
  display: flex;
  align-items: center;
}

.rapidmd_about_medical__main > div:first-child {
  width: 630px;
  max-width: 100%;
}

.rapidmd_about_medical__main > div:last-child {
  width: 657px;
  max-width: 100%;
  margin-left: auto;
}

.rapidmd_about_medical__main h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #29cf51;
  margin-bottom: 40px;
}

.rapidmd_about_medical__main h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 65px;
  color: #374957;
  margin-bottom: 40px;
}

.rapidmd_about_medical__second {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.rapidmd_about_medical__second > div:first-child {
  width: 568.14px;
}

.rapidmd_about_medical__second .rapidmd_about_medical__button {
  background-color: rgba(129, 129, 129, 0.15);
  color: #1e72e3;
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
}

.rapidmd_about_medical__second .rapidmd_about_medical__button:hover {
  border-color: #1e72e3;
  background-color: transparent;
  box-shadow: none;
}

.rapidmd_about_medical__third {
  display: flex;
  padding: 80px 0;
  justify-content: space-between;
}

.rapidmd_about_medical__third > div:last-child {
  width: 568.14px;
}

.rapidmd_about_medical__fourth {
  padding: 80px 0 100px 0;
  display: flex;
  justify-content: space-between;
}

.rapidmd_about_medical__fourth > div:first-child {
  position: relative;
  width: 572.14px;
}

.rapidmd_about_medical__fourth > div:first-child::before {
  content: "";
  width: 16.29px;
  height: 16.29px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #2563eb;
}

.rapidmd_about_medical section.rapidmd_about_medical__dropdown {
  width: 1440px;
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 80px;
  box-sizing: border-box;
  padding: 80px;
}

.rapidmd_about_medical__dropdown h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #374957;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown > li {
  border-top: 1px solid #e2e8f0;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown > li:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_button {
  width: 100%;
  scroll-margin-top: 70px;
  background-color: transparent;
  border: 0;
  padding: 35px 0;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #374957;
  transition: color 0.2s ease-in-out;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_button > svg {
  margin-right: 15px;
  color: #c6c6c6;
  flex-shrink: 0;
  transition: color 0.2s ease-in-out;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_button:hover,
.rapidmd_about_medical__dropdown .rapidmd_dropdown_button:hover > svg,
.rapidmd_about_medical__dropdown .rapidmd_dropdown_button__open,
.rapidmd_about_medical__dropdown .rapidmd_dropdown_button__open > svg {
  color: #2563eb;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.rapidmd_about_medical__dropdown
  .rapidmd_dropdown_content
  > *:not(:last-child) {
  margin-bottom: 30px;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #21272a;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content > p > a {
  color: #438bf6;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content > p > a:hover {
  text-decoration: underline;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content b {
  font-weight: 700;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content i {
  font-style: italic;
}

.rapidmd_about_medical__dropdown li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #21272a;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content li:not(:last-child) {
  margin-bottom: 10px;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content ul li {
  padding-left: 35px;
  position: relative;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content ul li::before {
  content: url(/img/about_medical/list.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.rapidmd_about_medical__dropdown_row {
  display: flex;
  justify-content: space-between;
}

.rapidmd_about_medical__dropdown_row > * {
  width: calc(50% - 15px);
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content ol {
  counter-reset: list;
}

.rapidmd_about_medical__dropdown .rapidmd_dropdown_content ol li::before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  margin-right: 5px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .rapidmd_about_medical {
    padding-top: 50px;
  }

  .rapidmd_about_medical section {
    width: 850px;
  }

  .rapidmd_about_medical__main {
    padding: 30px 0;
  }

  .rapidmd_about_medical__main > div:first-child {
    width: calc(50% - 15px);
  }

  .rapidmd_about_medical__main > div:last-child {
    width: calc(50% - 15px);
  }

  .rapidmd_about_medical__main > div:last-child img {
    max-width: 100%;
  }

  .rapidmd_about_medical__main h4 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .rapidmd_about_medical__main h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .rapidmd_about_medical__second {
    padding: 30px 0;
  }

  .rapidmd_about_medical__second > div:first-child {
    width: calc(50% - 15px);
  }

  .rapidmd_about_medical__second > div:first-child img {
    max-width: 100%;
  }

  .rapidmd_about_medical__text {
    width: calc(50% - 15px);
  }

  .rapidmd_about_medical__text h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .rapidmd_about_medical__text p {
    font-size: 14px;
    line-height: 20px;
  }

  .rapidmd_about_medical__card h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .rapidmd_about_medical__card ul li {
    font-size: 14px;
    line-height: 16px;
  }

  .rapidmd_about_medical__third {
    padding: 30px 0;
  }

  .rapidmd_about_medical__third > div:last-child {
    width: calc(50% - 15px);
  }

  .rapidmd_about_medical__third > div:last-child img {
    max-width: 100%;
  }

  .rapidmd_about_medical__fourth {
    padding: 30px 0;
  }

  .rapidmd_about_medical__fourth > div:first-child {
    width: calc(50% - 15px);
  }

  .rapidmd_about_medical__fourth > div:first-child img {
    width: 100%;
  }

  .rapidmd_about_medical section.rapidmd_about_medical__dropdown {
    padding: 15px;
  }

  .rapidmd_about_medical__dropdown h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }

  .rapidmd_about_medical__dropdown .rapidmd_dropdown_button {
    min-height: 65px;
    padding: 10px 0;
    padding-right: 20px;
    font-size: 15px;
    line-height: 22px;
    scroll-margin-top: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .rapidmd_about_medical__button {
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
  }

  .rapidmd_about_medical .rapidmd_visible_desktop {
    display: none;
  }

  .rapidmd_about_medical .rapidmd_about_medical__button.rapidmd_visible_mobile {
    display: inline-flex;
  }

  .rapidmd_about_medical section {
    flex-direction: column;
    align-items: center;
  }

  .rapidmd_about_medical__main > div:first-child {
    width: 100%;
  }

  .rapidmd_about_medical__main > div:last-child {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .rapidmd_about_medical__second > div:first-child {
    width: 100%;
  }

  .rapidmd_about_medical__text {
    width: 100%;
  }

  .rapidmd_about_medical .rapidmd_about_medical__third {
    flex-direction: column-reverse;
  }

  .rapidmd_about_medical__third > div:last-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .rapidmd_about_medical__fourth > div:first-child {
    width: 100%;
  }

  .rapidmd_about_medical section.rapidmd_about_medical__dropdown {
    background-color: transparent;
  }

  .rapidmd_about_medical__dropdown_row {
    flex-direction: column;
  }

  .rapidmd_about_medical__dropdown_row > * {
    width: 100%;
  }
}
