@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Forms
   ========================================================================== */

/**
 * 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: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 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 */
}

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

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





:root {
  --display-font: 'Playfair Display', serif;
  --default-font: 'Montserrat', sans-serif;
  --primary-color: #0B0030;
  --secondary-color: #CCA75A;
  --black-0: #FFFFFF;
  --black-100: #F3F3F3;
  --black-200: #EAEAEA;
  --black-300: #DEDEDE;
  --black-400: #CCCCCC;
  --black-500: #AFAFAF;
  --black-600: #858585;
  --black-700: #606060;
  --black-800: #454545;
  --black-900: #292929;
  --black-1000: #000000;
  --body-font-size: 16px;
  --body-font-line-height: 26px;
  --small-body-font-size: 14px;
  --small-body-font-line-height: 24px;
  --h1-font-size: 72px;
  --h1-font-line-height: 80px;
  --h2-font-size: 42px;
  --h2-font-line-height: 50px;
  --h3-font-size: 30px;
  --h3-font-line-height: 38px;
  --h4-font-size: 26px;
  --h4-font-line-height: 34px;
  --h5-font-size: 22px;
  --h5-font-line-height: 30px;
  --h6-font-size: 16px;
  --h6-font-line-height: 26px;
  --mobile-h1-font-size: 38px;
  --mobile-h1-font-line-height: 48px;
  --mobile-h2-font-size: 30px;
  --mobile-h2-font-line-height: 40px;
  --mobile-h3-font-size: 26px;
  --mobile-h3-font-line-height: 34px;
  --mobile-h4-font-size: 22px;
  --mobile-h4-font-line-height: 30px;
  --mobile-h5-font-size: 18px;
  --mobile-h5-font-line-height: 26px;
  --mobile-h6-font-size: 16px;
  --mobile-h6-font-line-height: 26px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  font-family: var(--default-font);
  color: var(--black-900);
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-font-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--display-font);
  font-weight: 600;
  color: var(--secondary-color);
  margin-top: 36px;
  margin-bottom: 0;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-font-line-height);
}

h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-font-line-height);
}

h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-line-height);
}

h4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-font-line-height);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: var(--h5-font-line-height);
}

h6 {
  font-size: var(--h6-font-size);
  line-height: var(--h6-font-line-height);
}

@media (max-width: 1279px) {
  h1 {
    font-size: var(--mobile-h1-font-size);
    line-height: var(--mobile-h1-font-line-height);
  }

  h2 {
    font-size: var(--mobile-h2-font-size);
    line-height: var(--mobile-h2-font-line-height);
  }

  h3 {
    font-size: var(--mobile-h3-font-size);
    line-height: var(--mobile-h3-font-line-height);
  }

  h4 {
    font-size: var(--mobile-h4-font-size);
    line-height: var(--mobile-h4-font-line-height);
  }

  h5 {
    font-size: var(--mobile-h5-font-size);
    line-height: var(--mobile-h5-font-line-height);
  }

  h6 {
    font-size: var(--mobile-h6-font-size);
    line-height: var(--mobile-h6-font-line-height);
  }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol {
  margin-top: 12px;
  margin-bottom: 0;
}

p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.font--400 {
  font-weight: 400;
}

.font--500 {
  font-weight: 500;
}

.font--600 {
  font-weight: 600;
}

.font--700 {
  font-weight: 700;
}

.font--800 {
  font-weight: 800;
}

.font--italic {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.btn,
.btn:visited {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 22px 32px;
  border-radius: 200px;
  background-color: var(--primary-color);
  color: var(--black-0);
  font-family: var(--default-font);
  font-weight: 500;
  font-size: var(--body-font-size);
  line-height: var(--body-font-size);
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
  text-decoration: none;
}

.btn:hover .btn-icon svg path {
  fill: var(--primary-color);
}

.btn-secondary,
.btn-secondary:visited {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: var(--black-0);
  color: var(--primary-color);
  border-color: var(--black-0);
  text-decoration: none;
}

.btn-outlined,
.btn-outlined:visited {
  background-color: transparent;
  color: var(--black-0);
  border-color: var(--black-0);
  text-decoration: none;
}

.btn-outlined:hover {
  background-color: var(--black-0);
  color: var(--primary-color);
  border-color: var(--black-0);
  text-decoration: none;
}

blockquote {
  padding: 12px 16px;
  border-radius: 2px;
  gap: 16px;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  width: 100%;
  background: var(--black-0);
}

blockquote:before {
  content: '';
  width: 100%;
  max-width: 4px;
  background: #2E2E33;
}

blockquote * {
  color: #353030;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-left: 0;
  padding-left: 32px;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

.wysiwyg-content figure {
  display: inline-block;
}

.wysiwyg-content img,
.wysiwyg-content figure img {
  width: 100%;
  max-width: 500px !important;
  height: auto !important;
}

.wysiwyg-content figure .wp-element-caption {
  text-align: center;
}


.wysiwyg-content p,
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-top: 12px;
  margin-bottom: 0;
}

.wysiwyg-content ul li::marker {
  color: var(--secondary-color);
}

.wysiwyg-content a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}

.wysiwyg-content a:not(.btn):hover {
  text-decoration: none;
}

.wysiwyg-content p:first-child,
.wysiwyg-content ul:first-child,
.wysiwyg-content ol:first-child {
  margin-top: 0;
}

.wysiwyg-content p:last-child,
.wysiwyg-content ul:last-child,
.wysiwyg-content ol:last-child {
  margin-bottom: 0;
}

.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 32px;
  margin-bottom: 0;
  color: var(--primary-color);
}

.wysiwyg-content h2:first-child,
.wysiwyg-content h3:first-child,
.wysiwyg-content h4:first-child,
.wysiwyg-content h5:first-child,
.wysiwyg-content h6:first-child {
  margin-top: 0;

}

.wysiwyg-content blockquote {
  background: #EAEAEA;
  margin-top: 12px;
}

.wysiwyg-content blockquote:before {
  background: var(--secondary-color);
}

.wysiwyg-content li {
  color: var(--black-1000);
}

.wysiwyg-content .checkmark {
  padding-left: 0;
  list-style: none;
}

.wysiwyg-content .checkmark li {
  padding-left: 32px;
  position: relative;
}

.wysiwyg-content .checkmark li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iOCIgZmlsbD0iI0NDQTc1QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjgwMjIgMTAuNzQxQzE1Ljg3MjQgMTAuNjY1OSAxNS45MjU4IDEwLjU3ODQgMTUuOTU5NCAxMC40ODM3QzE1Ljk5MjkgMTAuMzg5IDE2LjAwNTkgMTAuMjg5IDE1Ljk5NzUgMTAuMTg5NUMxNS45ODkxIDEwLjA5IDE1Ljk1OTYgOS45OTMxMyAxNS45MTA2IDkuOTA0NTFDMTUuODYxNiA5LjgxNTg4IDE1Ljc5NDIgOS43MzczMiAxNS43MTIyIDkuNjczNDRDMTUuNjMwMyA5LjYwOTU2IDE1LjUzNTYgOS41NjE2NiAxNS40MzM2IDkuNTMyNTVDMTUuMzMxNiA5LjUwMzQ0IDE1LjIyNDQgOS40OTM3MSAxNS4xMTgzIDkuNTAzOTRDMTUuMDEyMiA5LjUxNDE3IDE0LjkwOTQgOS41NDQxNCAxNC44MTU5IDkuNTkyMDlDMTQuNzIyNCA5LjY0MDA1IDE0LjY0IDkuNzA1MDIgMTQuNTczNyA5Ljc4MzE5TDExLjEzNDggMTMuNjQzN0w5LjM1NTM1IDExLjk3OEM5LjIwNDUyIDExLjg0MTcgOS4wMDI1IDExLjc2NjIgOC43OTI4MSAxMS43Njc5QzguNTgzMTEgMTEuNzY5NiA4LjM4MjUyIDExLjg0ODMgOC4yMzQyNCAxMS45ODcxQzguMDg1OTYgMTIuMTI1OCA4LjAwMTg1IDEyLjMxMzUgOC4wMDAwMyAxMi41MDk3QzcuOTk4MjEgMTIuNzA1OSA4LjA3ODgyIDEyLjg5NDkgOC4yMjQ1IDEzLjAzNjFMMTAuNjIzOCAxNS4yODFDMTAuNzAyMyAxNS4zNTQ1IDEwLjc5NjQgMTUuNDExOCAxMC45IDE1LjQ0OTRDMTEuMDAzNiAxNS40ODcgMTEuMTE0NCAxNS41MDM5IDExLjIyNTQgMTUuNDk5MkMxMS4zMzY0IDE1LjQ5NDUgMTEuNDQ1MSAxNS40NjgyIDExLjU0NDYgMTUuNDIyQzExLjY0NDEgMTUuMzc1OCAxMS43MzIzIDE1LjMxMDcgMTEuODAzNCAxNS4yMzA4TDE1LjgwMjIgMTAuNzQxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

@media (min-width: 768px) {
  .mobile-image {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktop-image {
    display: none !important;
  }
}

/* .page-template-AutoUploadTemplate .wysiwyg-content > h2,
.page-template-AutoUploadTemplate .wysiwyg-content > h3 {
	margin-top: 48px;
} */

.page-template-AutoUploadTemplate .blog-cta-section {
  margin-top: 48px;
}

.page-template-AutoUploadTemplate .wysiwyg-content>p {
  margin-top: 20px;
}


/* ONLY FOR PAGE 404 */
.page-404-section {
  background: #F6EFE1;
  padding: 140px 20px;
}

.page-404-section .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}


.page-404-section .wrap h1 {
  color: var(--primary-color);
  margin-bottom: 0;
  font-family: var(--display-font);
  font-weight: 600;
  font-size: var(--h2-font-size);
  line-height: var(--h2-font-line-height);
}

.page-404-section .icon-wrap {
  display: flex;
  height: 60px;
  width: 138px;
}

.page-404-section .icon-wrap svg {
  width: 100%;
  height: 100%;
}

.page-404-section .wrap p {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.page-404-section .wrap a {
  color: #000 !important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page-404-section {
    padding: 40px 20px;
  }

  .page-404-section .wrap h1 {
    font-size: var(--mobile-h2-font-size);
    line-height: var(--mobile-h2-font-line-height);
  }

  .page-404-section .wrap p {
    font-size: 18px;
    line-height: 26px;
  }

  .page-404-section .wrap {
    gap: 24px;
  }

  .page-404-section .wrap a {
    display: block;
  }

  .page-404-section .icon-wrap {
    height: 40px;
  }
}

.doctor-section {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}

.doctor-section .doctor-img-wrap {
  width: 100%;
  max-width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.doctor-section .doctor-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.doctor-section .doctor-details {
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
}

.doctor-section .doctor-details h6 {
  font-size: 18px;
  line-height: 26px;
  color: var(--secondary-color);
  margin: 0;
}

.doctor-section .doctor-details h6 .review--text {
  display: block;
  color: var(--black-0);
}

.doctor-section .doctor-details label {
  font-size: 12px;
  line-height: 22px;
  color: var(--black-0);
  font-weight: 400;
}

@media (min-width: 1280px) {
  .doctor-section .doctor-img-wrap {
    max-width: 100px;
    height: 100px;
  }

  .doctor-section .doctor-details h6 {
    font-size: 22px;
    line-height: 30px;
  }

  .doctor-section .doctor-details label {
    font-size: 16px;
    line-height: 26px;
  }
}

.blog-cta-section {
  background: #F6EFE1;
  display: flex;
  flex-flow: column-reverse nowrap;
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 12px;
}

.blog-cta-section .blog-cta-overlay-image-wrap {
  display: none;
}

/* .blog-cta-section .blog-cta-image-wrap .mobile-image {
  display: block !important;
} */

.blog-cta-section .blog-cta-content {
  padding: 40px 32px;
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  width: 58%;
}

@media (max-width: 1199px) {
  .blog-cta-section .blog-cta-content {
    width: 100%;
  }

  .blog-cta-section .blog-cta-content .blog-cta-content-inner {
    text-align: center !important;
  }
}

.blog-cta-section .blog-cta-content .blog-cta-content-inner {
  display: flex;
  flex-flow: column nowrap;
}

.blog-cta-section .blog-cta-content .blog-cta-content-inner .blog-cta-content-inner-text {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  /*   gap: 12px; */
  margin-top: 10px;
}

.blog-cta-section .blog-cta-content .blog-cta-content-inner .blog-cta-content-inner-text h2 {
  font-size: var(--mobile-h4-font-size);
  line-height: var(--mobile-h4-font-line-height);
}

.blog-cta-section .blog-cta-image-wrap .desktop-image-wrap img {
  width: 100%;
  max-width: unset !important;
  height: 100% !important;
}

@media (min-width: 1200px) {
  .blog-cta-section {
    flex-flow: row nowrap;
    padding: 40px 0 40px 40px;
    gap: 40px;
  }

  .blog-cta-section .blog-cta-image-wrap {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 100%;
    max-width: 48%;
    overflow: hidden;
    position: relative;
  }

  .blog-cta-section .blog-cta-image-wrap .desktop-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .blog-cta-section .blog-cta-image-wrap .desktop-image {
    display: block !important;
  }

  .blog-cta-section .blog-cta-content {
    padding: 0;
    gap: 32px;
  }

  .blog-cta-section .blog-cta-content .blog-cta-content-inner .blog-cta-content-inner-text {
    text-align: left;
  }

  .blog-cta-section .blog-cta-content .blog-cta-content-inner .blog-cta-content-inner-text h2 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-font-line-height);
  }

  .blog-cta-section .blog-cta-content .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (max-width: 767px) {
  .blog-cta-section .blog-cta-content {
    align-items: center;
  }

  .blog-cta-section .blog-cta-content .btn {
    padding: 16px 10px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }

  .blog-cta-section .blog-cta-content .blog-cta-content-inner .label {
    text-align: center;
  }

  .blog-cta-section .blog-cta-content {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .blog-cta-section .blog-cta-image-wrap .mobile-image {
    display: block;
    max-width: unset !important;
  }
}


.base-header .wrap .action-button-wrap .callus-wrap,
.social-copyright-wrap,
.section-contact-form .section-inner .column-form .wpcf7 form .form__footer .whatsapp-phone-wrap {
  display: none !important;
}

.section-contact-form .section-inner .column-form .wpcf7 form .form__footer {
  justify-content: center !important;
}