/* @use "assets/scss/settings/file-header"; */
:root {
  /*   --tw-wrap-sm: 540px;
    --tw-wrap-md: 720px;
    --tw-wrap-lg: 960px;
    --tw-wrap-xl: 1190px;
    --tw-wrap-xxl: 1550px;
    --tw-wrap-xxxl: 1550px;

    --tw-gutter-x: 30px;
    --tw-gutter-sm: 20px; */
  --sifoxen-font: "Plus Jakarta Sans", sans-serif;
  --sifoxen-font2: "DM Sans", sans-serif;
  --sifoxen-font3: "Outfit", sans-serif;
  --sifoxen-heading-font: "EB Garamond", serif;
  --sifoxen-text: #79767c;
  --sifoxen-text-rgb: 121, 118, 124;
  --sifoxen-base: #5274ff;
  --sifoxen-base-rgb: 82 116 255;
  --sifoxen-primary: #5274ff;
  --sifoxen-primary-rgb: 85, 217, 215;
  --sifoxen-gray: #ddd8db;
  --sifoxen-gray-rgb: 221, 216, 219;
  --sifoxen-gray2: #9f83b5;
  --sifoxen-gray2-rgb: 159, 131, 181;
  --sifoxen-gray3: #cfd7e0;
  --sifoxen-gray3-rgb: 207, 215, 224;
  --sifoxen-white: #fff;
  --sifoxen-white-rgb: 255, 255, 255;
  --sifoxen-white2: #F0F3FF;
  --sifoxen-white2-rgb: 245, 242, 244;
  --sifoxen-black: #292929;
  --sifoxen-black-rgb: 54, 32, 72;
  --sifoxen-black2: #341f47;
  --sifoxen-black2-rgb: 52, 31, 71;
  --sifoxen-black3: #000000;
  --sifoxen-black3-rgb: 0, 0, 0;
  --sifoxen-black4: #2b1e16;
  --sifoxen-black4-rgb: 43, 30, 22;
  --sifoxen-black5: #231d4f;
  --sifoxen-black5-rgb: 35, 29, 79;
  --sifoxen-black6: #090010;
  --sifoxen-black6-rgb: 9, 0, 16;
  --sifoxen-black7: #082545;
  --sifoxen-black7-rgb: 8, 37, 69;
  --sifoxen-sky-blue: #01c3ed;
  --sifoxen-sky-blue-rgb: 1, 195, 237;
  --sifoxen-border-color: #ddd8db;
  --sifoxen-base-light: #ccd5fe;
  --sifoxen-border-color-rgb: 221, 216, 219;
  --sifoxen-letter-space: -1.2px;
  --sifoxen-letter-space-lg: -1.6px;
  --sifoxen-letter-space-xl: -3.6px;
  --hover-light-bg:#5274ff99;
  --light-bg-color:#FFF8F8;
  --section-space: 120px;
  --section-space2: 118px;
  --section-space3: 110px;
}

/* @use "assets/scss/layout/grid-template"; */
.fw-100 {
  font-weight: 100 !important;
}
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.tt-up {
  text-transform: uppercase !important;
}
.tt-up > * {
  text-transform: inherit;
}

.tt-cap {
  text-transform: capitalize !important;
}
.tt-cap > * {
  text-transform: inherit;
}

.tt-none {
  text-transform: none !important;
}
.tt-none > * {
  text-transform: inherit;
}

.line_height-1 {
  line-height: 1 !important;
}
.line_height-1 p {
  line-height: inherit !important;
}

.line_height-1_1 {
  line-height: 1.1 !important;
}
.line_height-1_1 p {
  line-height: inherit !important;
}

.line_height-1_2 {
  line-height: 1.2 !important;
}
.line_height-1_2 p {
  line-height: inherit !important;
}

.line_height-1_3 {
  line-height: 1.3 !important;
}
.line_height-1_3 p {
  line-height: inherit !important;
}

.line_height-1_4 {
  line-height: 1.4 !important;
}
.line_height-1_4 p {
  line-height: inherit !important;
}

.line_height-1_5 {
  line-height: 1.5 !important;
}
.line_height-1_5 p {
  line-height: inherit !important;
}

.line_height-1_6 {
  line-height: 1.6 !important;
}
.line_height-1_6 p {
  line-height: inherit !important;
}

h1 {
  display: block;
  font-family: var(--sifoxen-heading-font) !important;
  margin: 0;
  padding: 0;
}
h1 strong {
  font-weight: inherit !important;
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h1 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h2 {
    margin-top: 15px;
  }
}
h1 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h3 {
    margin-top: 15px;
  }
}
h1 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h4 {
    margin-top: 15px;
  }
}
h1 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h5 {
    margin-top: 15px;
  }
}
h1 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h6 {
    margin-top: 15px;
  }
}
h1.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h1.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h2 {
  display: block;
  font-family: var(--sifoxen-heading-font) !important;
  margin: 0;
  padding: 0;
}
h2 strong {
  font-weight: inherit !important;
}
h2 + p, h2 + ul, h2 + ol, h2 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h2 + p, h2 + ul, h2 + ol, h2 + blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h2 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h2 {
    margin-top: 15px;
  }
}
h2 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h3 {
    margin-top: 15px;
  }
}
h2 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h4 {
    margin-top: 15px;
  }
}
h2 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h5 {
    margin-top: 15px;
  }
}
h2 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h6 {
    margin-top: 15px;
  }
}
h2.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h2.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h3 {
  display: block;
  font-family: var(--sifoxen-heading-font) !important;
  margin: 0;
  padding: 0;
}
h3 strong {
  font-weight: inherit !important;
}
h3 + p, h3 + ul, h3 + ol, h3 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h3 + p, h3 + ul, h3 + ol, h3 + blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h3 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h2 {
    margin-top: 15px;
  }
}
h3 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h3 {
    margin-top: 15px;
  }
}
h3 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h4 {
    margin-top: 15px;
  }
}
h3 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h5 {
    margin-top: 15px;
  }
}
h3 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h6 {
    margin-top: 15px;
  }
}
h3.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h3.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h4 {
  display: block;
  font-family: var(--sifoxen-heading-font) !important;
  margin: 0;
  padding: 0;
}
h4 strong {
  font-weight: inherit !important;
}
h4 + p, h4 + ul, h4 + ol, h4 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h4 + p, h4 + ul, h4 + ol, h4 + blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h4 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h2 {
    margin-top: 15px;
  }
}
h4 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h3 {
    margin-top: 15px;
  }
}
h4 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h4 {
    margin-top: 15px;
  }
}
h4 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h5 {
    margin-top: 15px;
  }
}
h4 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h6 {
    margin-top: 15px;
  }
}
h4.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h4.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h5 {
  display: block;
  font-family: var(--sifoxen-heading-font) !important;
  margin: 0;
  padding: 0;
}
h5 strong {
  font-weight: inherit !important;
}
h5 + p, h5 + ul, h5 + ol, h5 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h5 + p, h5 + ul, h5 + ol, h5 + blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h5 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h2 {
    margin-top: 15px;
  }
}
h5 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h3 {
    margin-top: 15px;
  }
}
h5 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h4 {
    margin-top: 15px;
  }
}
h5 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h5 {
    margin-top: 15px;
  }
}
h5 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h6 {
    margin-top: 15px;
  }
}
h5.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h5.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h6 {
  display: block;
  font-family: var(--sifoxen-heading-font) !important;
  margin: 0;
  padding: 0;
}
h6 strong {
  font-weight: inherit !important;
}
h6 + p, h6 + ul, h6 + ol, h6 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h6 + p, h6 + ul, h6 + ol, h6 + blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h6 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h2 {
    margin-top: 15px;
  }
}
h6 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h3 {
    margin-top: 15px;
  }
}
h6 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h4 {
    margin-top: 15px;
  }
}
h6 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h5 {
    margin-top: 15px;
  }
}
h6 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h6 {
    margin-top: 15px;
  }
}
h6.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h6.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sifoxen-heading-font) !important;
  color: #292929 !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.sec-title__title {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.166;
  letter-spacing: var(--sifoxen-letter-space, -1.2px);
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .sec-title__title {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .sec-title__title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .sec-title__title {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 430px) {
  .sec-title__title {
    font-size: 36px !important;
  }
}

.sec-title__tagline {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif) !important;
  font-size: 16px !important;
  color: var(--sifoxen-primary, #5274ff) !important;
  font-weight: 600 !important;
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sec-title__tagline {
    font-size: 14px;
  }
}

.sc-title h1,
.sc-title h2,
.sc-title h3,
.sc-title h4,
.sc-title h5,
.sc-title h6 {
  font-weight: 400 !important;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.btnsNew, .tw-elem-btn .elementor-button-wrapper .elementor-button {
  align-items: center;
  background-color: var(--tw--global--color-primary) !important;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  color: var(--tw--global--color-white) !important;
  display: inline-flex;
  flex-flow: row wrap;
  font-family: var(--font-robotoSlab) !important;
  font-size: clamp(0.75rem, 0.6921296296rem + 0.3086419753vw, 1.0625rem);
  font-optical-sizing: auto;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  outline: none;
  overflow: hidden !important;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.btnsNew:active, .tw-elem-btn .elementor-button-wrapper .elementor-button:active, .btnsNew:focus, .tw-elem-btn .elementor-button-wrapper .elementor-button:focus, .btnsNew:hover, .tw-elem-btn .elementor-button-wrapper .elementor-button:hover, .btnsNew:visited, .tw-elem-btn .elementor-button-wrapper .elementor-button:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew:hover, .tw-elem-btn .elementor-button-wrapper .elementor-button:hover {
  background-color: var(--tw--global--primary-text) !important;
  color: var(--tw--global--color-white) !important;
}

.tw-elem-btn {
  --btn-lg_h: 40px;
  --btn-md_h: 38px;
}
@media screen and (min-width: 768px) {
  .tw-elem-btn {
    --btn-lg_h: 42px;
    --btn-md_h: 40px;
  }
}
@media screen and (min-width: 992px) {
  .tw-elem-btn {
    --btn-lg_h: 44px;
    --btn-md_h: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .tw-elem-btn {
    --btn-lg_h: 40px;
    --btn-md_h: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .tw-elem-btn {
    --btn-lg_h: 60px;
    --btn-md_h: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .tw-elem-btn {
    --btn-lg_h: 67px;
    --btn-md_h: 57px;
  }
}
.tw-elem-btn .elementor-button-wrapper > * {
  position: relative;
  z-index: 5;
}
.tw-elem-btn .elementor-button-wrapper .elementor-button {
  border-radius: calc(var(--btn-md_h) / 2);
  -webkit-border-radius: calc(var(--btn-md_h) / 2);
  height: var(--btn-md_h);
  overflow: hidden;
  padding: 0 calc(var(--btn-md_h) / 2) !important;
  position: relative;
}
.tw-elem-btn .elementor-button-wrapper .elementor-button > * {
  position: relative;
  z-index: 3;
}
.tw-elem-btn .elementor-button-wrapper .elementor-button:hover {
  background-color: var(--tw--global--primary-text) !important;
  color: var(--tw--global--color-white) !important;
}
.tw-elem-btn .elementor-button-wrapper .elementor-button:focus, .tw-elem-btn .elementor-button-wrapper .elementor-button:visited {
  color: var(--tw--global--color-white);
}
.tw-elem-btn .elementor-button-wrapper .elementor-button:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-elem-btn .elementor-button-wrapper .elementor-button {
    font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) {
  .tw-elem-btn .elementor-button-wrapper .elementor-button {
    font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  }
}
@media screen and (min-width: 1200px) {
  .tw-elem-btn .elementor-button-wrapper .elementor-button {
    padding-left: calc(var(--btn-md_h) / 2 + 10px) !important;
    padding-right: calc(var(--btn-md_h) / 2 + 10px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-elem-btn .elementor-button-wrapper .elementor-button {
    padding-left: calc(var(--btn-md_h) / 2 + 20px) !important;
    padding-right: calc(var(--btn-md_h) / 2 + 20px) !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-elem-btn .elementor-button-wrapper .elementor-button {
    padding-left: calc(var(--btn-md_h) / 2 + 30px) !important;
    padding-right: calc(var(--btn-md_h) / 2 + 30px) !important;
  }
}
@media screen and (max-width: 767px) {
  .tw-elem-btn .elementor-button-wrapper .elementor-button {
    margin-top: 5px;
  }
  .tw-elem-btn .elementor-button-wrapper .elementor-button:not(:last-child) {
    margin-right: 7px;
  }
}
.tw-elem-btn.size-lg .elementor-button {
  border-radius: calc(var(--btn-lg_h) / 2);
  -webkit-border-radius: calc(var(--btn-lg_h) / 2);
  font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem);
  height: var(--btn-lg_h);
  padding: 0 calc(var(--btn-lg_h) / 2) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-elem-btn.size-lg .elementor-button {
    font-size: clamp(0.8125rem, 0.7546296296rem + 0.3086419753vw, 1.125rem);
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) {
  .tw-elem-btn.size-lg .elementor-button {
    font-size: clamp(0.8125rem, 0.7662037037rem + 0.2469135802vw, 1.0625rem);
  }
}
@media screen and (min-width: 1200px) {
  .tw-elem-btn.size-lg .elementor-button {
    padding-left: calc(var(--btn-lg_h) / 2 + 10px) !important;
    padding-right: calc(var(--btn-lg_h) / 2 + 10px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-elem-btn.size-lg .elementor-button {
    padding-left: calc(var(--btn-lg_h) / 2 + 20px) !important;
    padding-right: calc(var(--btn-lg_h) / 2 + 20px) !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-elem-btn.size-lg .elementor-button {
    padding-left: calc(var(--btn-lg_h) / 2 + 30px) !important;
    padding-right: calc(var(--btn-lg_h) / 2 + 30px) !important;
  }
}
.tw-elem-btn.btn-outline_white .elementor-button {
  border: 1px solid var(--tw--global--color-white) !important;
}
.tw-elem-btn.btn-white .elementor-button {
  background-color: var(--tw--global--color-white) !important;
  color: var(--tw--global--color-black) !important;
}
.tw-elem-btn.btn-white .elementor-button:hover {
  background-color: var(--tw--global--color-black) !important;
  color: var(--tw--global--color-white) !important;
}

#back-to-top {
  align-items: center;
  background-color: var(--tw--global--color-black);
  bottom: 0;
  color: #000;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 38px;
  z-index: 99;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#back-to-top:before {
  content: "";
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 15px;
  left: 30%;
  position: absolute;
  top: 70%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}
#back-to-top:hover {
  background-color: #44A5E2;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--tw--global--color-primary);
  border: 1px solid var(--tw--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--tw--global--color-white);
  display: inline-flex;
  flex-flow: row wrap;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--tw--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

.icon_btn {
  align-items: center;
  background-color: transparent !important;
  border: 0 !important;
  color: var(--tw--global--color-base-text);
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.icon_btn svg {
  fill: var(--tw--global--color-base-text);
  height: 10px !important;
  margin-left: 6px;
  width: auto !important;
}
.icon_btn:hover {
  color: var(--tw--global--color-primary);
}
.icon_btn:hover svg {
  fill: var(--tw--global--color-primary);
  margin-left: 10px;
}
.icon_btn.primary {
  color: var(--tw--global--color-primary);
}
.icon_btn.primary svg {
  fill: var(--tw--global--color-primary);
}
.icon_btn.hover_white:hover {
  color: var(--tw--global--color-white);
}
.icon_btn.hover_white:hover svg {
  fill: var(--tw--global--color-white);
}
@media screen and (min-width: 768px) {
  .icon_btn {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .icon_btn svg {
    height: 11px !important;
    margin-left: 6px;
  }
  .icon_btn:hover svg {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .icon_btn {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .icon_btn svg {
    height: 11px !important;
    margin-left: 6px;
  }
  .icon_btn:hover svg {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .icon_btn {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .icon_btn svg {
    height: 13px !important;
    margin-left: 8px;
  }
  .icon_btn:hover svg {
    margin-left: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .icon_btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .icon_btn svg {
    height: 15px !important;
    margin-left: 10px;
  }
  .icon_btn:hover svg {
    margin-left: 16px;
  }
}

.sifoxen-btn::before, .sifoxen-btn::after {
  background-color: var(--sifoxen-black3, #000000) !important;
}

.main-header {
  background-color: var(--sifoxen-base, #5274ff);
}
@media screen and (max-width: 1200px) {
  .main-header {
    border-bottom: 1px solid #97acff;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1366px) {
  .main-header .main-header__logo img {
    width: 359px;
  }
}
@media screen and (max-width: 767px) {
  .main-header .main-header__inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1366px) {
  .main-header .main-header__btn {
    display: block !important;
  }
}
@media screen and (max-width: 1340px) {
  .main-header .main-header__btn {
    display: block !important;
  }
}
.main-header .topbar-one {
  margin-bottom: 0px !important;
  border-bottom: none !important;
}
.main-header .topbar-one .topbar-one__inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-header .topbar-one .topbar-one__inner .topbar-one__info li,
.main-header .topbar-one .topbar-one__inner .topbar-one__info a {
  color: #fff !important;
}
.main-header .topbar-one .topbar-one__inner .topbar-one__info li:hover,
.main-header .topbar-one .topbar-one__inner .topbar-one__info a:hover {
  color: #fff !important;
}
.main-header .topbar-one .topbar-one__social a svg {
  width: 20px;
  height: 20px;
}
.main-header .topbar-one .topbar-one__social a svg:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .main-header .topbar-one {
    background: #5274ff;
  }
}
.main-header .topbar-one .container-fluid {
  background: #5274ff;
}
@media screen and (max-width: 767px) {
  .main-header .sifoxen-btn {
    font-size: 10px !important;
    padding: 10px !important;
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .main-header .main-header__nav {
    margin-right: 0px;
  }
}

.sticky-header--cloned.main-header--one {
  background-color: var(--sifoxen-base, #5274ff);
}

.mobile-nav__content {
  background-color: #5274ff !important;
}
.mobile-nav__content .logo-box img {
  width: 200px !important;
}
.mobile-nav__content .main-menu__list li a {
  color: #fff !important;
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #000000 !important;
}
.mobile-nav__content .main-menu__list li a button {
  background-color: #000000;
}
.mobile-nav__content .mobile-nav__contact li {
  gap: 10px;
}

.mobile-nav__btn {
  order: 1 !important;
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .main-header__logo img {
    width: 280px !important;
  }
}
@media screen and (max-width: 767px) {
  .main-header__logo img {
    width: 172px !important;
  }
}

@media screen and (max-width: 1200px) {
  .sticky-header .main-header__bg {
    background-color: #fff !important;
  }
}

.elementor-element.elementor-element-9487d8b.e-con-full {
  padding: 0 !important;
}

.mobile-nav__content .main-menu__list > li.current > a, .mobile-nav__content .main-menu__list > li:hover > a {
  color: #000000 !important;
}

.mobile-nav__content .main-menu__list li ul li.current > a, .mobile-nav__content .main-menu__list li ul li:hover > a {
  color: #000000 !important;
}

.main-menu__list li ul li.current-page-ancestor > a {
  background-color: #5274ff !important;
  color: #fff;
}

.main-menu__list > li.current-page-ancestor > a {
  color: #5274ff !important;
}

.mobile-nav__content .main-menu__list > li.current-page-ancestor > a, .mobile-nav__content .main-menu__list li ul li.current-page-ancestor > a {
  color: #000000 !important;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-stage .item {
  height: 100%;
}

@media screen and (max-width: 1299px) {
  .main-slider-one .main-slider-one__item {
    padding-bottom: 160px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .main-slider-one .main-slider-one__item {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .main-slider-one .main-slider-one__item .row {
    flex-wrap: nowrap;
  }
}
.main-slider-one .main-slider-one__carousel .owl-stage-outer .owl-item .active .item .main-slider-one__thumb__image::after {
  background-color: var(--hover-light-bg);
}
@media screen and (max-width: 1299px) {
  .main-slider-one .main-slider-one__carousel .owl-nav {
    bottom: 30px !important;
  }
}

.main-slider-one__thumb .center .main-slider-one__thumb__image:before, .main-slider-one__thumb .center .main-slider-one__thumb__image:after,
.main-slider-one__thumb .center .main-slider-one__thumb__image:before,
.main-slider-one__thumb .center .main-slider-one__thumb__image:after {
  opacity: 0 !important;
}

@media screen and (max-width: 1199px) {
  .main-slider-one .active .main-slider-one__image-wrap {
    opacity: 0.7;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-one .active .main-slider-one__image-wrap {
    transform: translateX(-45%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-one .active .main-slider-one__image-wrap {
    transform: translateX(-70%);
  }
}
@media screen and (max-width: 767px) {
  .main-slider-one .active .main-slider-one__image-wrap {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-slider-one__text {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #000 !important;
    padding: 15px !important;
    margin: 10px 0 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    bottom: 27px !important;
    left: 326px !important;
  }
}
@media screen and (max-width: 991px) {
  .main-slider-one__shape-4 {
    width: 214px !important;
  }
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    bottom: 27px !important;
    left: 210px !important;
  }
}
@media screen and (max-width: 767px) {
  .main-slider-one .main-slider-one__item .row {
    flex-wrap: wrap;
  }
  .main-slider-one__image-wrap {
    display: flex !important;
  }
  .main-slider-one__shape-4 {
    display: none !important;
  }
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    display: none !important;
    bottom: 33px !important;
    left: 140px !important;
  }
  .main-slider-one__image__inner img {
    max-width: 360px;
  }
  .main-slider-one__carousel.owl-carousel .owl-nav {
    bottom: 230px !important;
    left: 15px;
    transform: translate(0, 0) rotate(0deg);
  }
  .main-slider-one__title {
    font-size: 32px !important;
    margin: 0 !important;
  }
  .main-slider-one__sub-title {
    margin: 0 0 10px !important;
    font-weight: 600 !important;
    color: #292929 !important;
  }
  .main-slider-one__text {
    font-size: 15px !important;
    margin: 0 0 20px !important;
  }
  .main-slider-one__content {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
  }
  .main-slider-one .video-btn {
    font-size: 12px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .main-slider-one .sifoxen-btn {
    font-size: 15px !important;
    padding: 10px 18px !important;
  }
}
.about-one {
  background-color: #fff8f8;
  padding: 30px !important;
}
.about-one .container .col-lg-6 .about-one__image .about-one__experience {
  background-color: var(--sifoxen-primary, #5274ff);
  padding-left: 15px;
  width: 231px;
  height: 271px;
}
.about-one .container .col-lg-6 .about-one__image .about-one__experience .about-one__experience__year,
.about-one .container .col-lg-6 .about-one__image .about-one__experience .about-one__experience__text {
  color: #fff !important;
  font-family: "Plus Jakarta Sans" !important;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700 !important;
}
@media screen and (max-width: 1024px) {
  .about-one .container .col-lg-6 .about-one__image .about-one__experience {
    width: 220px;
    height: 240px;
    padding-left: 15px;
  }
}
.about-one .container .col-lg-6 .about-one__text-1,
.about-one .container .col-lg-6 .about-one__list__content {
  color: var(--sifoxen-black3, #000000);
}

@media screen and (max-width: 1200px) {
  section.why-choose-one .container .row {
    justify-content: center !important;
  }
}
section.why-choose-one .container .why-choose-one__item .why-choose-one__number {
  background-color: unset;
}
section.why-choose-one .container .why-choose-one__item .why-choose-one__number::after {
  background-color: var(--sifoxen-base-light, #ccd5fe);
  color: #060606 !important;
}

.best-service-section .services-one {
  background-color: rgba(0, 0, 0, 0.7294117647) !important;
}
.best-service-section .services-one__top {
  border-bottom: unset !important;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  position: relative;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card {
  height: 100%;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card .service-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card .service-card__content .service-card__title {
  margin-bottom: 0px;
  color: var(--sifoxen-white) !important;
  font-size: 17px;
  width: 100% !important;
  font-family: var(--sifoxen-heading-font) !important;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card .service-card__content .service-card__title::after {
  background-color: #5274ff !important;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card .service-card__content .service-card__text {
  margin-bottom: 0px !important;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card .service-card__content .service-card__icon-box {
  margin-top: auto;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card .service-card__content .service-card__link:hover {
  color: #ffffff !important;
}
.best-service-section .services-one__carousel .owl-stage-outer .owl-stage .owl-item .item .service-card:hover .service-card__icon {
  transform: none !important;
}

.home-offering-section .expert-therapist .expert-therapist__content .expert-therapist__left .sec-title {
  margin-bottom: 20px;
}
.home-offering-section .expert-therapist .expert-therapist__content .expert-therapist__left .expert-therapist__text {
  margin-bottom: 20px;
}
.home-offering-section .expert-therapist .expert-therapist__content .expert-therapist__left .client-info {
  gap: 0;
}
.home-offering-section .expert-therapist .expert-therapist__bg::after {
  background: unset !important;
}

.testimonial-section .testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-section .testimonial-card:hover .testimonial-card__image {
  border: 6px solid #5274ff !important;
}
.testimonial-section .testimonial-card .testimonial-card__name {
  font-weight: 700 !important;
}
.testimonial-section .testimonial-card__ratings {
  width: 50% !important;
}
.testimonial-section .testimonial-card__ratings::after {
  left: -30px !important;
}
.testimonial-section .testimonial-card__info {
  margin-top: auto !important;
}
.testimonial-section .testimonial-card__text {
  font-size: 16px;
}
.testimonial-section .testimonial-card__image {
  border: 6px solid #ddd8db !important;
}
.testimonial-section .testimonial-card__imagehover {
  border: 6px solid #5274ff !important;
}

@media screen and (max-width: 991px) {
  .therapist-one {
    padding-top: 0 !important;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .therapist-one {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .therapist-one {
    padding-bottom: 40px;
  }
}
.therapist-one .therapist-one__carousel .owl-nav {
  bottom: 58px !important;
}
@media screen and (max-width: 1440px) {
  .therapist-one .therapist-one__carousel .owl-nav {
    bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .therapist-one .therapist-one__carousel .owl-nav {
    bottom: 75px !important;
  }
}
.therapist-one .therapist-one__content .therapist-one__button::before {
  display: none !important;
}
.therapist-one .therapist-card__identity {
  margin-right: 0px !important;
}
.therapist-one .therapist-card__identity .therapist-card__identity__inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  padding: 15px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.5294117647);
  width: 100%;
  text-align: center;
  transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .therapist-one .therapist-card__identity .therapist-card__identity__inner {
    min-height: 106px;
  }
}
.therapist-one .therapist-card__identity .therapist-card__identity__inner::before {
  display: none;
}
.therapist-one .therapist-card__identity .therapist-card__identity__inner .therapist-card__name {
  background: transparent;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500 !important;
}
.therapist-one .therapist-card__identity .therapist-card__identity__inner .therapist-card__designation {
  font-size: 15px !important;
  font-weight: 400;
}
.therapist-one .therapist-card__image::after {
  background-color: var(--hover-light-bg) !important;
}

.footer-form-section .section-space {
  padding: var(--section-space3, 110px) 0;
}

.solutions-one .solutions-one__main-tab-box .tab-buttons .tab-btn {
  color: var(--sifoxen-black3) !important;
}
.solutions-one .solutions-one__main-tab-box .tab-buttons .tab-btn:hover {
  color: #ffffff !important;
}
.solutions-one .solutions-one__main-tab-box .tab-buttons .active-btn {
  color: #ffffff !important;
}
.solutions-one .solutions-one__image {
  background-color: transparent !important;
}

.custom-service-listing-section .owl-nav {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  top: -100px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}
.custom-service-listing-section .owl-nav .owl-next {
  position: relative;
}
.custom-service-listing-section .owl-nav .owl-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("https://www.pulsephysioyyc.com/wp-content/uploads/2025/09/carousel-button-1.png") center/contain no-repeat;
}
.custom-service-listing-section .owl-nav .owl-next span {
  opacity: 0;
}
.custom-service-listing-section .owl-nav .owl-prev {
  position: relative;
}
.custom-service-listing-section .owl-nav .owl-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("https://www.pulsephysioyyc.com/wp-content/uploads/2025/09/carousel-button.png") center/contain no-repeat;
}
.custom-service-listing-section .owl-nav .owl-prev span {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .custom-service-listing-section .owl-nav {
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translate(10%, 0%);
  }
}
.custom-service-listing-section .service-section {
  margin-top: 50px;
}
.custom-service-listing-section .service-section .services-one__top {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.custom-service-listing-section .service-section .services-one__top .sec-title__title {
  color: #fff !important;
}
.custom-service-listing-section .service-section .service-listing-sec {
  margin-bottom: 100px;
}
.custom-service-listing-section .service-section .service-listing-sec .service-card__title {
  margin-bottom: 0px;
  color: var(--sifoxen-white) !important;
  font-size: 19px;
  width: 100% !important;
  font-family: var(--sifoxen-heading-font) !important;
}
.custom-service-listing-section .service-section .service-listing-sec .service-card__title::after {
  background-color: #3950b0;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer {
  display: flex;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item {
  height: 100% !important;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card {
  height: 100%;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card .service-card__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 20px;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card .service-card__content .service-card__text {
  margin-bottom: 0 !important;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card .service-card__content .service-card__icon-box {
  margin-top: auto !important;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card .service-card__content .service-card__title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card .service-card__content .service-card__title {
    min-height: 65px;
  }
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card .service-card__content .service-card__title::after {
  background-color: #5274ff !important;
}
.custom-service-listing-section .service-section .service-listing-sec .owl-stage-outer .item .service-card:hover .service-card__icon {
  transform: none !important;
}
.custom-service-listing-section .service-section .service-listing-sec .icon-arrow-right::before a:hover {
  color: #fff !important;
}
.custom-service-listing-section .services-one__shape-box .services-one__shape-2 {
  right: -404px !important;
  top: -149px;
}
.custom-service-listing-section .services-one__shape-box .services-one__shape-1 {
  left: -401px !important;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .custom-service-listing-section .services-one__shape-1,
  .custom-service-listing-section .services-one__shape-2 {
    opacity: 0.5;
  }
}

.section-title .elementor-heading-title {
  margin: 0;
  font-size: 60px;
  font-weight: 400 !important;
  line-height: 0.5;
  letter-spacing: var(--sifoxen-letter-space, -1.2px);
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .section-title .elementor-heading-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .section-title .elementor-heading-title {
    font-size: 50px;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 575px) {
  .section-title .elementor-heading-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 430px) {
  .section-title .elementor-heading-title {
    font-size: 35px;
  }
}

.sec-title_sub .elementor-heading-title {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif) !important;
  font-size: 16px;
  color: var(--sifoxen-primary, #5274ff) !important;
  font-weight: 600;
  line-height: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .sec-title_sub .elementor-heading-title {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title_sub .elementor-heading-title {
    font-size: 14px;
    padding: 0px 10px;
  }
}

.text-white .elementor-heading-title,
.text-white .elementor-element,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white ul,
.text-white li,
.text-white p,
.text-white b,
.text-white strong,
.text-white span {
  color: var(--sifoxen-white) !important;
}

.solutions-one__content .solutions-one__skills {
  display: none !important;
}

.scroll-to-top.show {
  background: #f5f2f4;
  padding: 10px 20px;
  border-radius: 3px;
}

@media screen and (max-width: 430px) {
  .sec-title__title {
    font-size: 35px !important;
  }
}

.main-slider-one__thumb__image::after {
  background-color: rgba(82, 116, 255, 0.6);
}

.testimonials-one__shape-1,
.solutions-one__shape-1,
.about-one__shape-4 {
  background-color: rgba(82, 116, 255, 0.3882352941);
}

.testimonials-one__shape-2,
.solutions-one__shape-2,
.about-one__shape-3 {
  background-color: #5274ff;
}

.custom-service-listing-section {
  overflow: hidden !important;
}

.preloader {
  background-color: var(--sifoxen-base, #5274ff);
}

a[href^=tel] {
  cursor: default !important;
}
a[href^=tel]:hover {
  background-size: 0 !important;
  color: inherit;
  text-decoration: none !important;
}

p a[href^=tel]:hover {
  color: #5274ff !important;
}

.elementor-widget-text-editor p a,
.elementor-widget-text-editor span a,
.elementor-widget-text-editor li a,
.elementor-widget-text-editor strong a,
.elementor-widget-text-editor b a,
.blog-details p a,
.blog-details span a,
.blog-details li a,
.blog-details strong a,
.blog-details b a {
  display: inline-block;
}

.text-white {
  color: var(--sifoxen-white) !important;
}
.text-white a[href^=tel] {
  color: var(--sifoxen-white) !important;
}
.text-white a[href^=tel]:hover {
  color: var(--sifoxen-white) !important;
}

.border-white {
  border: 1px solid var(--sifoxen-white) !important;
}

.sec-title .sec-title__top {
  font-family: var(--sifoxen-font) !important;
}
.sec-title .sec-title__title {
  font-family: var(--sifoxen-heading-font) !important;
}

@media (min-width: 1200px) {
  .footer-form-section .container {
    max-width: 1550px;
  }
}

@media screen and (max-width: 1200px) {
  .blog-one .row {
    justify-content: center !important;
  }
}
.blog-one .sec-title__title {
  color: #292929 !important;
}
.blog-one .blog-card__image__link {
  background-color: var(--hover-light-bg);
}
.blog-one .blog-card__image {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .blog-one .blog-card__meta {
    align-items: start;
    gap: 0px;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog-one .blog-card__meta {
    align-items: center;
    gap: 20px;
    flex-direction: row;
    width: 100%;
  }
}

.service-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .service-listing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .service-listing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-listing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .service-listing-grid {
    gap: 15px;
    margin-top: 20px;
  }
}
.service-listing-grid .service-card__title {
  margin-bottom: 0px;
  color: var(--sifoxen-white) !important;
  font-size: 19px;
  width: 100% !important;
  min-height: 65px;
  display: flex;
  align-items: center;
  font-family: var(--sifoxen-heading-font) !important;
}
@media screen and (max-width: 768px) {
  .service-listing-grid .service-card__title {
    min-height: unset;
  }
}
.service-listing-grid .service-card__title::after {
  background-color: #5274ff !important;
}
.service-listing-grid .service-card {
  height: 100%;
}
.service-listing-grid .service-card .service-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
}
.service-listing-grid .service-card .service-card__content .service-card__title {
  margin-bottom: 0px;
  color: var(--sifoxen-white) !important;
  font-size: 19px;
  width: 100% !important;
  font-family: var(--sifoxen-heading-font) !important;
}
.service-listing-grid .service-card .service-card__content .service-card__title::after {
  background-color: var(--sifoxen-base, #5274ff) !important;
}
.service-listing-grid .service-card .service-card__content .service-card__text {
  margin-bottom: 0px !important;
}
.service-listing-grid .service-card .service-card__content .service-card__icon-box {
  margin-top: auto;
}
.service-listing-grid .service-card .service-card__content .service-card__link:hover {
  color: #ffffff !important;
}
.service-listing-grid .service-card:hover .service-card__icon {
  transform: none !important;
}

.cmn-space {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .cmn-space {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 1024px) {
  .section-space {
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .section-space {
    padding: 40px 0 !important;
  }
}

.testimonials-one {
  padding-bottom: 225px;
}
@media screen and (max-width: 1200px) {
  .testimonials-one {
    padding-bottom: 155px !important;
  }
}

.testi-btn {
  margin-top: -315px;
}
@media screen and (max-width: 1200px) {
  .testi-btn {
    margin-top: -210px;
  }
}

.light-bg .appointment-one,
.light-bg .why-choose-one {
  background-color: var(--light-bg-color) !important;
}

.therapist-section .therapist-one__content .therapist-one__button::before {
  display: none !important;
}
.therapist-section .therapist-card__identity {
  margin-right: 0px !important;
}
.therapist-section .therapist-card__identity .therapist-card__identity__inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  padding: 15px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.5294117647);
  width: 100%;
  text-align: center;
  transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .therapist-section .therapist-card__identity .therapist-card__identity__inner {
    min-height: 106px;
  }
}
.therapist-section .therapist-card__identity .therapist-card__identity__inner::before {
  display: none;
}
.therapist-section .therapist-card__identity .therapist-card__identity__inner .therapist-card__name {
  background: transparent;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500 !important;
}
.therapist-section .therapist-card__identity .therapist-card__identity__inner .therapist-card__designation {
  font-size: 15px !important;
  font-weight: 400;
}
.therapist-section .therapist-card__image::after {
  background-color: var(--hover-light-bg) !important;
}

.bottom_space {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .bottom_space {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .bottom_space {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bottom_space {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .bottom_space {
    padding-bottom: 95px !important;
  }
}

.top_space {
  padding-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .top_space {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .top_space {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top_space {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .top_space {
    padding-top: 95px !important;
  }
}

.section-space-top {
  padding-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .section-space-top {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .section-space-top {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .section-space-top {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .section-space-top {
    padding-top: 95px !important;
  }
}

.why-choose-one {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .why-choose-one {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-one {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .why-choose-one {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .why-choose-one {
    padding-bottom: 95px !important;
  }
}

.faq-accordion .accordion-title h3 {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon {
  background-color: var(--sifoxen-black3, #000000);
}
.faq-accordion .accordion-content p {
  text-transform: none !important;
  margin-bottom: 15px !important;
}

.service-sidebar__single {
  background-color: var(--light-bg-color);
}
.service-sidebar__single .service-sidebar__contact__inner .service-sidebar__contact__time,
.service-sidebar__single .service-sidebar__contact__inner .service-sidebar__contact__number {
  color: #fff !important;
}
.service-sidebar__single .service-sidebar__contact__bg__inner {
  opacity: 1 !important;
}

.service-details__info {
  background-color: var(--light-bg-color) !important;
}
.service-details__info li {
  color: var(--sifoxen-black3) !important;
}

.service-sidebar__company {
  background-color: var(--light-bg-color) !important;
  margin-bottom: 20px;
}

.bg-white .service-sidebar__single {
  background-color: var(--sifoxen-white) !important;
}

.elementor-widget-text-editor {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif) !important;
}

.blog-card__image .blog-card__image__link {
  background-color: var(--hover-light-bg) !important;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .page-header {
    height: 418px;
  }
}
.page-header .page-header__title {
  color: var(--sifoxen-white, #fff) !important;
  font-family: var(--sifoxen-heading-font) !important;
  line-height: 1.2;
}
.page-header .page-header__bg::before {
  background-color: rgba(0, 0, 0, 0.0705882353);
}

.site_map .sub-arrow {
  display: none;
}
.site_map .menu-item {
  position: relative;
  line-height: 1.5;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.site_map .menu-item a {
  padding: 0;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-left: 0 !important;
  position: relative;
  line-height: 1.5;
}
.site_map .menu-item a:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  background-color: rgba(82, 116, 255, 0.3882352941) !important;
  transition: 0.3s;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1 !important;
}
.site_map .menu-item a:hover {
  padding: 0;
  color: #5274ff !important;
  padding-left: 5px !important;
}
.site_map .menu-item a:hover:before {
  left: -23px;
  background-color: rgb(161, 179, 255) !important;
}
.site_map .menu-item .sub-menu {
  display: block !important;
  position: inherit !important;
  margin-left: 15px !important;
  margin-top: 15px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.site_map .menu-item .sub-menu a:hover {
  background: none;
  color: #000;
}
.site_map .menu-item .sub-menu .menu-item a:before {
  background-color: rgba(160, 178, 248, 0.39) !important;
}
.site_map .menu-item .sub-menu .menu-item a:hover:before {
  background-color: rgb(161, 179, 255) !important;
}

.appointment-one__form input[type=text],
.appointment-one__form input[type=email],
.appointment-one__form input[type=tel],
.appointment-one__form textarea,
.appointment-one__form .dropdown-toggle {
  text-transform: none !important;
  background-color: #ffffff !important;
  font-family: "Plus Jakarta Sans";
}
.appointment-one__form .dropdown.bootstrap-select {
  width: 100% !important;
}

.wpcf7-form-control-wrap .dropdown.bootstrap-select {
  width: 100% !important;
}

.appointment-one--home input[type=text],
.appointment-one--home input[type=email],
.appointment-one--home input[type=tel],
.appointment-one--home textarea,
.appointment-one--home .dropdown-toggle {
  background-color: #f5f7ff !important;
}

.appointment-one--home .appointment-one__form .bootstrap-select > .dropdown-toggle {
  border: 1px solid #ddd8db;
  background-color: #f5f7ff !important;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea,
.form-one .dropdown-toggle {
  text-transform: none !important;
  font-family: "Plus Jakarta Sans";
}

@media screen and (max-width: 1200px) {
  .scroll-to-top {
    display: none !important;
  }
}

.service-sidebar__single .service-sidebar__company__btn:hover {
  background: #000;
}
.service-sidebar__single .service-sidebar__company__btn .service-sidebar__company__title {
  font-family: "Plus Jakarta Sans" !important;
  font-weight: 700 !important;
}

.elementor-widget-button .elementor-button {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--sifoxen-base) !important;
  color: var(--sifoxen-white2);
  font-size: 16px;
  text-align: center;
  font-weight: 700 !important;
  font-family: var(--sifoxen-font) !important;
  line-height: normal;
  padding: 15.5px 24.45px;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
}
.elementor-widget-button .elementor-button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.elementor-widget-button .elementor-button::before, .elementor-widget-button .elementor-button::after {
  content: "";
  background-color: #000000;
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.elementor-widget-button .elementor-button::before {
  top: 0;
  right: 0;
  left: auto;
}
.elementor-widget-button .elementor-button::after {
  bottom: 0;
  left: 0;
  right: auto;
}
.elementor-widget-button .elementor-button:hover {
  color: var(--sifoxen-white, #fff);
}
.elementor-widget-button .elementor-button:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.elementor-widget-button .elementor-button:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.cnt-list {
  list-style: none;
  margin-bottom: 20px;
}
.cnt-list li {
  position: relative;
  padding-bottom: 10px;
}
.cnt-list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #5274ff;
  border-radius: 50%;
  left: -20px;
  top: 9px;
}

@media screen and (min-width: 991px) {
  .two_col {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.elementor-widget-text-editor p a,
.elementor-widget-text-editor ul a,
.elementor-widget-text-editor ol a,
.elementor-widget-text-editor span a,
.elementor-widget-text-editor li a,
.blog-details p a,
.blog-details ul a,
.blog-details ol a,
.blog-details span a,
.blog-details li a {
  transition: 0.4s;
  color: #5274ff;
}
.elementor-widget-text-editor p a:hover,
.elementor-widget-text-editor ul a:hover,
.elementor-widget-text-editor ol a:hover,
.elementor-widget-text-editor span a:hover,
.elementor-widget-text-editor li a:hover,
.blog-details p a:hover,
.blog-details ul a:hover,
.blog-details ol a:hover,
.blog-details span a:hover,
.blog-details li a:hover {
  text-decoration: underline;
  transition: 0.4s;
}

.blog .blog_right_sidebar,
.single-post .blog_right_sidebar {
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .blog .blog_right_sidebar,
  .single-post .blog_right_sidebar {
    margin-right: 0 !important;
    margin-left: 0 !important;
    order: 2;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_right_sidebar,
  .single-post .blog_right_sidebar {
    margin-left: 15px !important;
  }
}
.blog .sidebar__posts__content .sidebar__posts__meta,
.single-post .sidebar__posts__content .sidebar__posts__meta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .blog .blog_right_sidebar,
  .single-post .blog_right_sidebar {
    margin-top: 0;
  }
}
.blog #block-14,
.single-post #block-14 {
  padding: 0 !important;
}
.blog #block-14 .subs-feed,
.single-post #block-14 .subs-feed {
  width: 100%;
  padding: 20px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .blog #block-14 .subs-feed,
  .single-post #block-14 .subs-feed {
    font-size: 19px;
  }
}
.blog #block-14 .subs-feed svg,
.single-post #block-14 .subs-feed svg {
  margin-top: -7px;
}

.blog-two .blog-card__content {
  padding: 22px 29px 80px;
}
.blog-two .blog-card__meta {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1px;
  padding: 10px 17px;
  width: 100%;
}

.image-box-layout {
  display: flex;
  padding: 20px 0px 30px 0px;
}
.image-box-layout .elementor-widget-image-box {
  width: 48%;
  height: 300px;
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .image-box-layout .elementor-widget-image-box {
    width: 100%;
  }
}
.image-box-layout .elementor-widget-image-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: var(--hover-light-bg) !important;
  transition: all 500ms ease;
  z-index: 1;
}
.image-box-layout .elementor-widget-image-box:hover::after {
  opacity: 1;
}
.image-box-layout .elementor-image-box-title {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5294117647);
  width: 100%;
  color: white;
  z-index: 2;
}
.image-box-layout .elementor-image-box-title:hover {
  color: #fff !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.service-details__text {
  text-transform: none !important;
  margin: inherit !important;
}

.appointment-one__service__title,
.service-sidebar__company__title,
.service-sidebar__contact__number,
.service-sidebar__contact__time {
  font-weight: 700 !important;
}

.why-choose-one__title,
.sec-title__tagline,
.why-choose-two__title,
.sec-title__tagline,
.about-three__info__title {
  font-weight: 600 !important;
}

.service-sidebar__contact__inner .service-sidebar__contact__time {
  font-family: var(--sifoxen-heading-font);
}
.service-sidebar__contact__inner .service-sidebar__contact__number a {
  font-family: var(--sifoxen-heading-font);
}

.align-left-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .align-left-img {
    float: left;
    margin: 0px 20px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .align-left-img {
    width: 100%;
  }
}

.align-right-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .align-right-img {
    float: right;
    margin: 0px 0px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .align-right-img {
    width: 100%;
  }
}

.team-title-sc {
  padding-bottom: 15px;
}
.team-title-sc .team-designation {
  font-size: 19px;
  font-weight: 500;
  color: #292929;
  font-family: "Plus Jakarta Sans";
}
@media screen and (max-width: 767px) {
  .team-title-sc .team-designation {
    font-size: 16px;
  }
}

.therapist-page .therapist-card__identity {
  margin-right: 0px !important;
}
.therapist-page .therapist-card__identity .therapist-card__identity__inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  padding: 15px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.5294117647);
  width: 100%;
  text-align: center;
  transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .therapist-page .therapist-card__identity .therapist-card__identity__inner {
    min-height: 160px;
  }
}
.therapist-page .therapist-card__identity .therapist-card__identity__inner::before {
  display: none;
}
.therapist-page .therapist-card__identity .therapist-card__identity__inner .therapist-card__name {
  background: transparent;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.therapist-page .therapist-card__identity .therapist-card__identity__inner .therapist-card__designation {
  font-size: 15px !important;
  font-weight: 400;
}
.therapist-page .therapist-card__identity .sr-only {
  width: auto !important;
  height: auto !important;
  margin: 10px 0px;
  border-color: #fff !important;
  color: #fff !important;
  padding: 10px 15px;
}
.therapist-page .therapist-card__image::after {
  background-color: var(--hover-light-bg) !important;
}

.therapist-page.section-space {
  padding: 0 !important;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .therapist-page.section-space {
    margin-top: 50px;
  }
}

.sifoxen-btn:focus {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .team-img-sc img {
    width: 100%;
  }
}

.blog-left-sc .elementor-post__card .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
.blog-left-sc .elementor-post__card .elementor-post__text {
  margin-bottom: 15px;
}
.blog-left-sc .elementor-post__card .elementor-post__title {
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-left-sc .elementor-post__card .elementor-post__title a {
  font-family: "EB Garamond" !important;
  color: #292929;
}
.blog-left-sc .elementor-post__card .elementor-post__title a:hover {
  color: #5274ff;
}
.blog-left-sc .elementor-post__card .elementor-post__excerpt {
  margin-bottom: 15px;
}
.blog-left-sc .elementor-post__card .elementor-post__excerpt p {
  text-transform: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-left-sc .elementor-post__card .elementor-post__read-more {
  font-size: 14px;
  text-transform: capitalize !important;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  color: #5274ff;
}
.blog-left-sc .elementor-post__card .elementor-post__read-more a {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-left-sc .elementor-post__card .elementor-post__read-more:hover {
  color: #000;
}

.elementor-pagination {
  margin: 70px 0px 0;
  padding: 30px 0px 0px;
  border-top: 2px solid #f5f2f4;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.elementor-pagination a,
.elementor-pagination span {
  width: 40px;
  height: 40px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sifoxen-text);
  font-size: 18px;
  background-color: var(--sifoxen-white2);
  border-radius: 50%;
  transition: all 400ms ease;
}
.elementor-pagination a.current,
.elementor-pagination span.current {
  background-color: var(--sifoxen-base);
  color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 400ms ease;
}
.elementor-pagination a:hover,
.elementor-pagination span:hover {
  border-color: var(--sifoxen-base);
  color: var(--sifoxen-base);
  background-color: transparent;
  border: 1px solid;
  transition: all 400ms ease;
}

form#commentform {
  margin-bottom: 30px !important;
}

.sifoxen-btn {
  font-weight: 500 !important;
}

.main-slider-one__sub-title {
  color: #292929 !important;
}

.main-slider-one__title {
  line-height: 1.1 !important;
}

.blog-card__title a {
  font-family: "EB Garamond" !important;
}

.blog-one .blog-card__image {
  min-height: 400px;
}
.blog-one .blog-card__image img:nth-child(2) {
  min-height: 400px;
}

.blog-details-page .blog-card__image {
  width: 100%;
  background: #f5f2f4;
}
.blog-details-page .blog-card__image img {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.footer-form-section .appointment-one {
  background-color: #ececec;
}

.appointment-one__service__content .appointment-one__service__title {
  font-family: "Plus Jakarta Sans" !important;
}

.service-card__bg {
  opacity: 0.5 !important;
}

.service-card__link:hover {
  color: var(--sifoxen-white) !important;
}

.back-btn {
  align-items: center;
  background-color: #5274ff !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: #fff;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: 12px;
  font-weight: 700 !important;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: #000000 !important;
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

.service-sidebar__nav li.current-menu-item a::before, .service-sidebar__nav li:hover a::before {
  background: #fff;
}

.why-choose-two .why-choose-two__image {
  display: none;
}
@media screen and (min-width: 992px) {
  .why-choose-two .why-choose-two__image {
    display: block;
  }
}

.elementor-post__meta-data,
.sidebar__posts__title {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.elementor-post__meta-data a,
.sidebar__posts__title a {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.sidebar__posts__title {
  font-size: 16px;
}

.testimonial-section .testimonials-one {
  background-color: #e6e6e6 !important;
}

.sifoxen-btn--border:focus {
  color: #5879ff !important;
}

.expert-therapist .sec-title__top .sec-title__tagline {
  color: #fff !important;
}

.about-three__video-box {
  box-shadow: unset !important;
}

.blog-one .blog-card:hover .blog-card__image img:nth-child(1) {
  height: 400px;
}

.img-contain img {
  max-width: 100% !important;
}

.service-sidebar__info .elementor-element:last-child .elementor-widget-container {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .service-sidebar__info .elementor-element:last-child .elementor-widget-container {
    padding: 0 25% !important;
  }
}
@media screen and (min-width: 1025px) {
  .service-sidebar__info .elementor-element:last-child .elementor-widget-container {
    padding: 0 !important;
  }
}

.contact-page__info__item a[href^=tel] {
  cursor: default !important;
}
.contact-page__info__item a[href^=tel]:hover {
  background-size: 0 !important;
  color: #292929 !important;
}

.mobile-nav__social a:hover {
  color: var(--sifoxen-gray, #ddd8db) !important;
}

.custom-box-section {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 15px;
}
.custom-box-section .custom-box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.custom-box-section .custom-box .elementor-icon-box-icon {
  display: none !important;
}
.custom-box-section .custom-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.custom-box-section .custom-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.custom-box-section .custom-box:hover {
  transform: translateY(-5px);
  border-color: #5274ff;
}
@media (max-width: 768px) {
  .custom-box-section {
    grid-template-columns: 1fr;
  }
}

.service-sidebar__contact,
.service-sidebar__single {
  animation: none !important;
}

.blog_social_area {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.blog_social_area a {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: #5274ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.blog_social_area a svg {
  fill: #fff !important;
}
.blog_social_area a:hover {
  background-color: #000000 !important;
}

.service-sidebar__company__title {
  font-family: var(--sifoxen-heading-font) !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

.service-details .service-details__thumbnail {
  width: 100% !important;
}

.blog-details ul {
  list-style: none;
  margin-bottom: 20px;
}
.blog-details ul li {
  position: relative;
  padding-bottom: 10px;
}
.blog-details ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #5274ff;
  border-radius: 50%;
  left: -20px;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .blog-details ul {
    margin-left: 20px;
    margin-top: 25px;
  }
}

.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
  background-image: none !important;
}

.blog-one .row {
  justify-content: center;
}

.blog-one .blog-card__image img:nth-child(2) {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background: #e6e6e6;
}

@media (min-width: 1200px) {
  .list_single_custom .col-xl-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.slider_heading_a1 .main-slider-one__title {
  position: relative;
  margin-bottom: 17px;
  display: inline-block;
  overflow: hidden;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: var(--sifoxen-letter-space-lg, -1.6px);
  text-transform: capitalize;
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 1500ms ease, opacity 1500ms ease;
  font-family: var(--sifoxen-heading-font) !important;
  color: #292929 !important;
  font-weight: 400 !important;
}

.font_h1_fs h1 {
  font-size: 62px;
}
@media only screen and (max-width: 375px) {
  .font_h1_fs h1 {
    font-size: 52px;
  }
}

.font_h1_fs .section-space {
  padding: 30px !important;
}

.book_div .appointment-one__service__title {
  color: #292929 !important;
}

.comments-area .comment-form__title {
  margin-bottom: 45px;
  font-family: var(--sifoxen-heading-font) !important;
  color: #292929 !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  font-size: 1.75rem;
}

.testimonial-card__info .testimonial-card__name {
  font-family: "EB Garamond", serif;
}

.service-card__title .atoh2 {
  font-size: 19px;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 1px;
  z-index: 1;
  color: white !important;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

@media (max-width: 1024px) {
  .why-choose-two__item {
    margin-bottom: 40px !important;
    padding-bottom: 32px !important;
    border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB) !important;
  }
  .why-choose-two__item:last-child {
    margin-bottom: 0 !important;
  }
  .why-choose-two .row .col-lg-4:nth-child(2) {
    display: none !important;
  }
}
.main-footer {
  padding: 50px 15px 0;
}
@media screen and (min-width: 1200px) {
  .main-footer .e-con-inner {
    max-width: 1550px !important;
  }
}
.main-footer .main-footer__bottom {
  margin-top: 0 !important;
}
@media (min-width: 1200px) {
  .main-footer .main-footer__bottom .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.main-footer .footer-widget__title,
.main-footer .footer-widget__about-text,
.main-footer .main-footer__copyright,
.main-footer .footer-widget__address {
  color: white !important;
}
.main-footer .footer-widget__title {
  font-weight: 600 !important;
  font-family: var(--sifoxen-heading-font) !important;
}
.main-footer .menu-item {
  color: white !important;
}
.main-footer .menu-item a {
  color: white !important;
}
.main-footer .footer-widget__time li {
  color: white !important;
}
.main-footer .footer-widget__info li {
  color: white !important;
}
.main-footer .footer-widget__info li:last-child {
  gap: 0 !important;
}
.main-footer .footer-widget__info li a {
  color: white !important;
}
.main-footer .footer-widget--links .footer-widget__about-text,
.main-footer .footer-widget--contact .footer-widget__about-text {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .main-footer .footer-widget--links,
  .main-footer .footer-widget--contact {
    padding-left: 0px !important;
  }
}
.main-footer .current-menu-item a,
.main-footer .current-page-ancestor a {
  font-weight: 700 !important;
  color: #5274ff !important;
  text-decoration: none;
}

.about-profile {
  display: none !important;
}

.about-three__inner {
  border-bottom: none !important;
}

.footer_ff .footer-widget__title {
  position: relative;
  font-size: 20px;
  color: var(--sifoxen-white, #fff);
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 33px;
  font-family: var(--sifoxen-heading-font) !important;
}

.sifoxen-btn--border:focus {
  color: #fff !important;
}

.form-one textarea {
  resize: none !important;
}

.thank .sifoxen-btn--border:focus {
  color: #000 !important;
}

.cnt-list li a:hover {
  color: #000;
}

.expert-therapist .sec-title__title {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .ipad-clear {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .ipad-lg-clear {
    clear: both;
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .elementor-element-781687b .container-fluid {
    max-width: 810px !important;
  }
  .elementor-element-781687b .col-lg-4 {
    width: 50% !important;
  }
  .elementor-element-781687b .blog-card {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 375px !important;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-clear {
    clear: both;
    display: block;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (min-resolution: 120dpi) {
  /* Styles for displays with a resolution of 120dpi or higher,
     which often corresponds to 125% scaling or higher on standard displays. */
}
.therapist-one__carousel.owl-carousel .owl-nav button:first-child > *,
.therapist-one__carousel.owl-carousel .owl-nav button:last-child > * {
  transform: none;
}/*# sourceMappingURL=main.css.map */