@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
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; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

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; }

a,
a:focus,
a:active,
a:visited {
  text-decoration: none !important; }

h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.2px; }

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px; }

h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1px; }

h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px; }

.semibold {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px; }

.text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px; }

.btn-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px; }

header {
  background-color: #ffffff;
  color: #252b42;
  padding: 21px; }
  header .mobile__menu {
    padding: 104px 0;
    z-index: 100; }
    header .mobile__menu ul {
      row-gap: 44px; }
    header .mobile__menu img[alt='close-menu'] {
      left: -50px; }
    header .mobile__menu--open {
      display: block !important; }
  header a {
    color: inherit !important; }
  header ul {
    column-gap: 27px; }
  header select {
    border: 0.01em solid rgba(33, 55, 71, 0.2);
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(../images/icons/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: 50%;
    padding-right: 25px; }
  header button {
    border-radius: 5px;
    padding: 10px 16px;
    color: #ffffff;
    background: #47d8de; }
    header button:hover {
      background-color: #15adb4; }

footer {
  padding: 100px 0;
  color: #252b42; }
  footer a,
  footer h5 {
    color: #737373 !important; }
  footer .copyright {
    padding: 20px 0;
    border-top: 2px solid #cccccc;
    bottom: -90px; }

* {
  font-family: 'Montserrat', sans-serif !important;
  transition: all 0.3s; }

body {
  overflow-x: hidden !important; }

main .hero {
  padding: 229px 0;
  min-height: 679px;
  overflow: hidden !important; }
  @media only screen and (max-width: 1024px) {
    main .hero {
      padding: 60px 0;
      min-height: 459px; } }
  main .hero img[alt='background'] {
    z-index: -1;
    object-fit: cover;
    min-height: 100%; }
  main .hero a button {
    color: #ffffff;
    border-radius: 5px; }
  main .hero a:first-child button {
    background-color: #47d8de;
    padding: 10px 16px;
    border: 2px solid #47d8de !important; }
    main .hero a:first-child button:hover {
      background-color: #15adb4;
      border: 2px solid #15adb4 !important; }
  main .hero a:last-child button {
    background-color: transparent;
    padding: 10px 40px;
    border: 2px solid #47d8de !important; }

main .doctor {
  padding: 100px 0;
  background-color: #d1f5f7;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    main .doctor {
      padding: 0; } }
  main .doctor-button {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      main .doctor-button {
        width: auto; } }
  @media only screen and (max-width: 1024px) {
    main .doctor .layout1 {
      padding: 60px 20px; } }
  main .doctor .layout2 {
    row-gap: 30px; }
    @media only screen and (max-width: 1024px) {
      main .doctor .layout2 {
        background-color: #ffffff;
        padding: 60px 20px; } }
    main .doctor .layout2 p {
      text-align: justify; }
    main .doctor .layout2 button {
      min-width: 162px;
      padding: 10px 12px;
      background-color: transparent;
      color: #15adb4;
      border: 1px solid #737373;
      border-radius: 9px;
      cursor: default; }
    main .doctor .layout2 a {
      color: #47d8de; }

main .services {
  padding: 100px 0;
  background-color: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    main .services {
      padding: 60px 0; } }
  main .services .swiper-slide a {
    color: inherit !important; }
  main .services__card {
    min-height: 356px;
    background: #ffffff;
    padding: 35px 40px;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-left: 2px solid #ffffff; }
    @media only screen and (max-width: 1024px) {
      main .services__card {
        margin: 0 auto;
        max-width: 230px !important; } }
    main .services__card .divider {
      width: 50px;
      height: 2px; }
    main .services__card p {
      color: #737373; }
    main .services__card:hover {
      border-left: 2px solid #15adb4;
      cursor: pointer; }
  main .services a {
    color: #47d8de; }

main .blogs {
  padding: 100px 0;
  background-color: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    main .blogs {
      padding: 60px 0; } }
  @media only screen and (max-width: 1024px) {
    main .blogs__card--image {
      min-width: 100%;
      object-fit: cover; } }
  main .blogs__card .card-details {
    padding: 20px 25px; }
    main .blogs__card .card-details .date h5 {
      color: #47d8de; }
    main .blogs__card .card-details .date img {
      max-width: 20px;
      max-height: 20px; }
    main .blogs__card .card-details button {
      padding: 10px 16px;
      border: 1px solid #47d8de;
      background: transparent;
      border-radius: 5px;
      color: #47d8de; }
      main .blogs__card .card-details button:hover {
        background-color: #15adb4;
        color: #ffffff; }
        main .blogs__card .card-details button:hover img {
          filter: brightness(0) invert(1); }

main .pacient-comments {
  padding: 100px 0;
  background-color: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    main .pacient-comments {
      padding: 60px 0; } }
  main .pacient-comments .comments-card {
    padding: 35px 30px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
    main .pacient-comments .comments-card img {
      max-width: 45px;
      max-height: 52px; }
    main .pacient-comments .comments-card p {
      color: #737373; }

.divider {
  width: 94px;
  height: 5px;
  background-color: #47d8de; }

.swiper {
  width: 100%;
  padding: 40px 0; }
  .swiper-pagination-bullet {
    max-width: 12px;
    max-height: 12px; }
    .swiper-pagination-bullet-active {
      background-color: #47d8de !important; }

.about-us-page {
  padding: 100px 0;
  background: #d1f5f7;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    .about-us-page {
      padding: 60px 0; } }
  .about-us-page .button-area button {
    padding: 10px 13px;
    background: #fafafa;
    border-radius: 9px;
    border: 0px;
    cursor: default; }
  .about-us-page .button-area button:nth-child(odd) {
    min-width: 202px;
    text-align: left; }
  .about-us-page .photo-area {
    gap: 100px; }

.services-page {
  padding: 100px 0;
  background: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    .services-page {
      padding: 60px 0; } }
  .services-page a {
    color: inherit; }
  .services-page .description {
    padding: 0 74px; }
  .services-page .pagination p {
    color: #737373; }
    .services-page .pagination p:first-child {
      padding: 3px 10px;
      border: 1px solid #737373;
      border-radius: 2px; }

.service-page {
  padding: 100px 0;
  background: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    .service-page {
      padding: 60px 0; } }
  .service-page a {
    color: inherit; }
  .service-page .description {
    padding: 0; }
  .service-page .divider {
    display: none; }
  .service-page .other-services {
    margin-top: 120px; }
    .service-page .other-services-text {
      color: #47d8de; }

.blogs-page {
  padding: 100px 0;
  background: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    .blogs-page {
      padding: 60px 0; } }
  .blogs-page .calendar {
    color: #47d8de; }
  .blogs-page-slider {
    margin-top: 120px; }
    .blogs-page-slider h5:first-child {
      color: #47d8de; }

.question-answer-page {
  padding: 100px 0;
  background-color: #d1f5f7;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    .question-answer-page {
      padding: 60px 0; } }
  .question-answer-page .sss-card {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 9px; }
    .question-answer-page .sss-card-header {
      cursor: pointer; }
    .question-answer-page .sss-card-body {
      overflow: hidden;
      /* Hide the element content, while height = 0 */
      height: 0;
      opacity: 0;
      transition: height 0ms 400ms, opacity 400ms 0ms; }
      .question-answer-page .sss-card-body-open {
        height: auto;
        opacity: 1;
        transition: height 0ms 0ms, opacity 600ms 0ms; }
        .question-answer-page .sss-card-body-open-arrow {
          transform: rotate(90deg); }

.contact-page {
  padding: 100px 0;
  background-color: #ffffff;
  color: #213747; }
  @media only screen and (max-width: 1024px) {
    .contact-page {
      padding: 60px 0; } }
  .contact-page form {
    background: #ffffff;
    border: 1px dashed rgba(38, 51, 93, 0.5);
    border-radius: 5px;
    padding: 40px; }
    .contact-page form .form-group {
      row-gap: 5px; }
      .contact-page form .form-group input,
      .contact-page form .form-group textarea {
        padding: 15px 20px;
        background: #f9f9f9;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        outline: 0;
        resize: none; }
      .contact-page form .form-group button {
        padding: 10px 0;
        background: #47d8de;
        border-radius: 5px; }
        .contact-page form .form-group button:hover {
          background-color: #15adb4; }
