/* variables css */
/* for common fonts */
/* mixins */
html {
  font-size: 10px;
	overflow-x: hidden;
}

@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1920.98px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1399.98px) {
  html {
    font-size: 9.4px;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 8.6px;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 8.75px;
  }
}

input:focus,
select:focus,
.form-control:focus,
button:focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: inherit;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
  text-transform: inherit;
}

body {
  background-color: #ffffff;
  font: 400 1.6rem/1.5 "inter-400";
  color: #0B0C0E;
	overflow-x: hidden;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 575.98px) {
  .container, .container-fluid {
    padding-left: 1.82857rem;
    padding-right: 1.82857rem;
  }
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (max-width: 991.98px) {
  .py-120 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 575.98px) {
  .py-120 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pb-120 {
  padding-bottom: 12rem;
}

@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 8rem;
  }
}

@media (max-width: 575.98px) {
  .pb-120 {
    padding-bottom: 6rem;
  }
}

.pt-120 {
  padding-top: 12rem;
}

@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 8rem;
  }
}

@media (max-width: 575.98px) {
  .pt-120 {
    padding-top: 6rem;
  }
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 991.98px) {
  .py-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 575.98px) {
  .py-100 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pt-40 {
  padding-top: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

@media (max-width: 991.98px) {
  .pb-40 {
    padding-bottom: 0;
  }
}

.theme-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  buttons start  */
.theme-btn {
  font: 600 1.6rem/1.3 "inter-600";
  color: #ffffff;
  padding: 1.4rem 2.4rem;
  background-color: #65769E;
  border: none;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.theme-btn:hover {
  background-color: #0E1750;
  color: #ffffff;
}

/*  Form Start  */
.form {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 2.4rem;
}

.form-label {
  font: 500 1.6rem/1.1875 "inter-500";
  color: #000000;
  margin-bottom: 1.2rem;
}

.form-control {
  font: 500 1.6rem/1.1875 "inter-500";
  color: #0B0C0E;
  border: 1px solid #D1D1D6;
  border-radius: 0.8rem;
  padding: 1.4rem 1.6rem;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #A8AFBD;
}

.form-control:-ms-input-placeholder {
  color: #A8AFBD;
}

.form-control::-ms-input-placeholder {
  color: #A8AFBD;
}

.form-control::placeholder {
  color: #A8AFBD;
}

.wpcf7-select {
  color: #A8AFBD;
  cursor: pointer;
  background-image: url("../images/down.png");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: calc(100% - 1.6rem) center;
}

.wpcf7-select.active {
  color: #0B0C0E;
}

.wpcf7-form-control-wrap {
  display: block;
}

textarea.form-control {
  min-height: 12rem;
}

.form .theme-btn {
  padding: 1.4rem 4rem;
}

.form .theme-btn input {
  color: inherit;
  border: none;
  background-color: transparent;
}

.form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 1.4rem;
    margin: 0.4rem 0 -1rem;
}

/*  Form End  */
/* common css */
@font-face {
  font-family: "inter-400";
  src: url("../fonts/inter-regular.woff2") format("woff2"), url("../fonts/inter-regular.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "inter-500";
  src: url("../fonts/inter-medium.woff2") format("woff2"), url("../fonts/inter-medium.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "inter-600";
  src: url("../fonts/inter-semibold.woff2") format("woff2"), url("../fonts/inter-semibold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "inter-700";
  src: url("../fonts/inter-bold.woff2") format("woff2"), url("../fonts/inter-bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "ebgaramond-500";
  src: url("../fonts/ebgaramond-medium.woff2") format("woff2"), url("../fonts/ebgaramond-medium.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "ebgaramond-600";
  src: url("../fonts/ebgaramond-semibold.woff2") format("woff2"), url("../fonts/ebgaramond-semibold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "ebgaramond-700";
  src: url("../fonts/ebgaramond-bold.woff2") format("woff2"), url("../fonts/ebgaramond-bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "rubik-400";
  src: url("../fonts/rubik-regular.woff2") format("woff2"), url("../fonts/rubik-regular.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

h1 {
  font-family: "ebgaramond-500";
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.3;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 4.4rem;
  }
}

h2 {
  font-family: "ebgaramond-600";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.3;
  color: #0B0C0E;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 3.4rem;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: "ebgaramond-600";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #0B0C0E;
}

h4 {
  font-family: "inter-600";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #0B0C0E;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-family: "inter-600";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #0B0C0E;
}

h6 {
  font-family: "inter-600";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #0B0C0E;
}

p {
  font-family: "inter-400";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0B0C0E;
}

span {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

/* typography css */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .main-header .navbar .nav {
  gap: 2rem;
}

header .main-header .navbar .nav .nav-item {
	position: relative;
}

header .main-header .navbar .nav .nav-item .nav-link {
  font: 400 1.4rem/1.57 "inter-400";
  color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .main-header .navbar .nav .nav-item:hover .nav-link {
  color: #65769E;
}

header .main-header .navbar .nav .nav-item.active .nav-link {
  font-family: "inter-700";
}

header .main-header .navbar .nav > .nav-item > .sub-menu {
	position: absolute;
    top: calc(100% + 2rem);
    left: -2.2rem;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 1.2rem;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
	transition: all 0.4s linear;
}

header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item {
	border-bottom: 1px solid #E5E5EA;
}

header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item:last-child {
	border-bottom: none;
}

header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item > .nav-link {
	color: #0B0C0E;
	padding: 1.6rem 1.8rem;
	transition: none;
}

header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item:hover {
	background-color: #65769E;
}

header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item:hover > .nav-link {
	color: #ffffff;
}

header .main-header .right-side {
  gap: 2rem;
  padding-left: 3.2rem;
}

header .main-header .right-side .icon-item {
  gap: 0.8rem;
}

header .main-header .right-side .icon-item img {
  height: 1.6rem;
  width: auto;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

header .main-header .right-side .icon-item p {
  font-size: 1.4rem;
  white-space: nowrap;
  color: #ffffff;
}

header .main-header .burger-menu {
	cursor: pointer;
  width: 1.8rem;
  -webkit-filter: invert(1);
          filter: invert(1);
}

header.fixed {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  -webkit-animation: headerSticky .95s ease forwards;
          animation: headerSticky .95s ease forwards;
}

header.fixed .main-header .logo {
  color: #0B0C0E;
}

header.fixed .main-header .navbar .nav .nav-item .nav-link {
  color: #0B0C0E;
}

header.fixed .main-header .navbar .nav .nav-item .nav-link:hover {
  color: #65769E;
}

header.fixed .main-header .right-side .icon-item img {
  -webkit-filter: none;
          filter: none;
}

header.fixed .main-header .right-side .icon-item p {
  color: #0B0C0E;
}

header.fixed .main-header .burger-menu {
  -webkit-filter: none;
          filter: none;
}


@media (min-width: 768px) {
	header .main-header .navbar .nav > .nav-item:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767.98px) {
  header .main-header {
    gap: 1.6rem;
  }
  header .main-header .navbar {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #65769E;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header .main-header .navbar .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2.6rem;
    height: 2.6rem;
    cursor: pointer;
  }
  header .main-header .navbar .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .main-header .navbar .nav .nav-item .nav-link {
    font-size: 2rem;
  }
	header .main-header .navbar .nav .nav-item:hover .nav-link {
	  color: #ffffff;
	}
  header .main-header .navbar.active {
    top: 0;
  }
  header.fixed .main-header .navbar .nav .nav-item .nav-link {
    color: #ffffff;
  }
	header .main-header .navbar .nav > .nav-item > .sub-menu {
		position: fixed;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		visibility: visible;
		opacity: 1;
		overflow: auto;
		z-index: 1;
		padding-top: 7rem;
		border-radius: 0;
	}
	header .main-header .navbar .nav > .nav-item > .sub-menu.active {
		top: 0;
	}
	header .main-header .navbar .nav > .nav-item:has(>.sub-menu) {
		display: flex;
		align-items: center;
		gap: 1.4rem;
	}

	header .main-header .navbar .nav .nav-item .down-arrow {
		width: 1.4rem;
		filter: invert(1);
		margin-bottom: -0.2rem;
		cursor: pointer;
	}
	header .main-header .navbar .nav > .nav-item > .sub-menu > .close-back {
		position: absolute;
		top: 2rem;
		right: 2rem;
		width: 2.6rem;
		height: 2.6rem;
		cursor: pointer;
		filter: invert(0.8);
	}
	header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item:first-child {
		border-top: 1px solid #E5E5EA;
	}
	header .main-header .navbar .nav > .nav-item > .sub-menu > .nav-item > .nav-link {
		font-size: 1.6rem;
	}
}

@media (max-width: 575.98px) {
  header {
    padding: 1.4rem 0;
  }
  header .main-header .right-side {
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  header .main-header .right-side {
    gap: 1.6rem;
  }
  header .main-header .right-side .icon-item img {
    display: none;
  }
}

@media (max-width: 350px) {
  header .main-header .right-side {
    gap: 1.6rem;
  }
  header .main-header .right-side .icon-item {
    display: none !important;
  }
}

header .logo,
footer .logo {
  font: 700 2.5rem/1.32 "ebgaramond-700";
  color: #ffffff;
}

@-webkit-keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* header css */
footer {
  padding: 10rem 0;
  background-color: #65769E;
}

footer .footer-main .menus .menu li {
  padding-bottom: 2rem;
}

footer .footer-main .menus .menu li a {
  font: 500 1.4rem/1.57 "inter-500";
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .footer-main .menus .menu li a:hover {
  color: #D1D1D6;
}

footer .footer-main .menus .menu li:last-child {
  padding-bottom: 0;
}

footer .footer-main .menus .social-icon {
  gap: 2rem;
  padding-bottom: 2rem;
}

footer .footer-main .menus .social-icon a img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footer-main .menus .foot-info {
  font: 400 1.4rem/1.57 "inter-400";
  color: #ffffff;
}

footer .footer-main .menus .foot-info li {
  gap: 0.8rem;
  padding-bottom: 2rem;
}

footer .footer-main .menus .foot-info li img {
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footer-main .menus .foot-info li:last-child {
  padding-bottom: 0;
}

footer .copyright {
  padding-top: 8.2rem;
}

footer .copyright p {
  font-family: "rubik-400";
  color: #ffffff;
  gap: 0.6rem;
}

footer .copyright p img {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width: 991.98px) {
  footer {
    padding: 6rem 0;
  }
}

@media (max-width: 767.98px) {
  footer .footer-main {
    gap: 4rem;
  }
}

@media (max-width: 575.98px) {
  footer {
    padding: 4rem 0 3rem;
  }
  footer .footer-main {
    gap: 3rem;
  }
  footer .footer-main .menus {
    --bs-gutter-y: 1rem;
  }
  footer .footer-main .menus .menu li {
    padding-bottom: 1rem;
  }
  footer .copyright {
    padding-top: 5.2rem;
  }
}

/* footer css */
/* layout css */
.hero-wrapper {
  background-color: #000000;
  min-height: 65rem;
  padding: 5rem 0;
}

.hero-wrapper .hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3 !important;
  z-index: -1;
}

.hero-wrapper .hero p {
  max-width: 49rem;
  margin: auto;
  color: #ffffff;
  padding-top: 1.2rem;
}

.hero-wrapper.other-hero {
  min-height: 45rem;
}

@media (max-width: 991.98px) {
  .hero-wrapper {
    min-height: 35rem;
  }
  .hero-wrapper.other-hero {
    min-height: 35rem;
  }
}

.blurb-wrapper .blurb {
  --bs-gutter-x: 8rem;
}

.blurb-wrapper .blurb .blurb-content {
  padding-right: 1rem;
}

.blurb-wrapper .blurb .blurb-content h2,
.blurb-wrapper .blurb .blurb-content h5 {
  padding-bottom: 0.4rem;
}

.blurb-wrapper .blurb .blurb-content p {
  padding-top: 1.2rem;
}
.blurb-wrapper .blurb .blurb-content h5,
.blurb-wrapper .blurb .blurb-content ul {
  padding-top: 1.6rem;
}

.blurb-wrapper.service-dtl .blurb .blurb-content ul {
	padding: 2.4rem 0 0.8rem;
}

.blurb-wrapper.service-dtl .blurb .blurb-content h3 {
	padding-bottom: 1.2rem;
}

.blurb-wrapper .blurb .blurb-content ul li {
  position: relative;
  padding-left: 3.2rem;
  padding-bottom: 2rem;
}

.blurb-wrapper .blurb .blurb-content ul li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.blurb-wrapper .blurb .blurb-content ul li:last-child {
  padding-bottom: 0;
}

.blurb-wrapper .blurb .blurb-content .theme-btn {
  margin-top: 2.4rem;
}

.blurb-wrapper .blurb .blurb-img {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}

.blurb-wrapper .blurb .blurb-img img {
  aspect-ratio: 1;
  border-radius: 1.6rem;
}

.blurb-wrapper .blurb .blurb-img.three-images {
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

.blurb-wrapper .blurb .blurb-img.three-images img:first-child {
  aspect-ratio: auto;
  height: 100%;
  grid-area: span 2;
}

.blurb-wrapper .blurb:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blurb-wrapper.swipe_blurb .blurb:nth-child(odd) {
	flex-direction: row-reverse;
}
.blurb-wrapper.swipe_blurb .blurb:nth-child(even) {
    flex-direction: row;
}

.blurb-wrapper .blurb:nth-child(even) .blurb-content {
  padding-right: 0;
  padding-left: 1rem;
}

.blurb-wrapper.swipe_blurb .blurb:nth-child(odd) .blurb-content {
	padding-right: 0;
  	padding-left: 1rem;
}
.blurb-wrapper.swipe_blurb .blurb:nth-child(even) .blurb-content {
    padding-right: 1rem;
  	padding-left: 0;
}

.blurb-wrapper .blurb:nth-child(3) .blurb-content {
  max-width: 51.2rem;
}

.blurb-wrapper.psychiatric_help .blurb .blurb-content {
  max-width: 50rem;
}

.blurb-wrapper.psychiatric_help .blurb .blurb-content h2 {
  max-width: 40rem;
}

.blurb-wrapper .blurb-contain {
  --bs-gutter-x: 9rem;
}

@media (max-width: 1199.98px) {
  .blurb-wrapper .blurb {
    --bs-gutter-x: 5rem;
  }
  .blurb-wrapper .blurb .blurb-content {
    padding-right: 0;
  }
  .blurb-wrapper .blurb:nth-child(even) .blurb-content {
    padding-left: 0;
  }
	.blurb-wrapper.swipe_blurb .blurb:nth-child(odd) .blurb-content {
		padding-left: 0;
	}
	.blurb-wrapper.swipe_blurb .blurb:nth-child(even) .blurb-content {
		padding-right: 0;
	}		
  .blurb-wrapper .blurb-contain {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 991.98px) {
  .blurb-wrapper .blurb {
    gap: 4rem;
    --bs-gutter-x: 1.5rem;
  }
  .blurb-wrapper .blurb:nth-child(3) .blurb-content {
    max-width: 100%;
  }
  .blurb-wrapper.psychiatric_help .blurb .blurb-content {
    max-width: 100%;
  }
  .blurb-wrapper .blurb-contain {
    gap: 2rem;
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .blurb-wrapper .blurb {
    gap: 2.6rem;
  }
  .blurb-wrapper .blurb .blurb-img {
    gap: 1.4rem;
  }
  .blurb-wrapper .blurb .blurb-content ul li {
    padding-bottom: 1.4rem;
  }
}

.research-wrapper .research {
  padding-top: 3.2rem;
  margin: 0 -1.6rem;
  padding-bottom: 7.4rem;
}

.research-wrapper .research .slick-list {
  padding: 0 27rem 0 0 !important;
  overflow: visible;
}

.research-wrapper .research .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.research-wrapper .research .research-item {
  height: auto;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  background-color: #F0F1F5;
  border: 1px solid #D1D1D6;
  border-radius: 1.6rem;
  padding: 2.4rem;
}

.research-wrapper .research .slick-arrow {
  width: 5rem;
  height: 5rem;
  bottom: 0;
  top: auto;
  left: 8.2rem;
  -webkit-transform: none;
          transform: none;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.research-wrapper .research .slick-arrow.slick-prev {
  left: 1.6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.research-wrapper .research .slick-arrow.slick-disabled {
  cursor: default;
  -webkit-filter: invert(63%) sepia(11%) saturate(470%) hue-rotate(183deg) brightness(91%) contrast(87%);
          filter: invert(63%) sepia(11%) saturate(470%) hue-rotate(183deg) brightness(91%) contrast(87%);
}

.research-wrapper .research .slick-arrow::before {
  display: none;
}

@media (max-width: 991.98px) {
  .research-wrapper .research {
    margin: 0 -1rem;
  }
  .research-wrapper .research .slick-list {
    padding: 0 0rem 0 0 !important;
  }
  .research-wrapper .research .research-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .research-wrapper .research .slick-list {
    padding: 0 10rem 0 0 !important;
  }
  .research-wrapper .research .slick-arrow {
    width: 4rem;
    height: 4rem;
    left: 6.2rem;
  }
  .research-wrapper .research .slick-arrow.slick-prev {
    left: 1rem;
  }
}

@media (max-width: 380px) {
  .research-wrapper .research {
    padding-bottom: 6.4rem;
  }
  .research-wrapper .research .slick-list {
    padding: 0 4rem 0 0 !important;
  }
}

.blurb-wrapper .blurb-cards {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
	justify-content: center;
}

.blurb-wrapper .blurb-cards > div:nth-of-type(2) {
	transition-delay: 0.2s;
}
.blurb-wrapper .blurb-cards > div:nth-of-type(3) {
	transition-delay: 0.4s;
}
.blurb-wrapper .blurb-cards > div:nth-of-type(4) {
	transition-delay: 0.6s;
}

.blurb-wrapper .blurb-cards .card {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.4rem;
  background-color: rgba(101, 118, 158, 0.1);
  border: 1px solid #D1D1D6;
  border-radius: 1.6rem;
}

.blurb-wrapper .blurb-cards .card img {
  width: auto;
  height: 3.2rem;
}

.blurb-wrapper .blurb-cards .card h6 {
  padding: 2.4rem 0 1.2rem;
}

@media (max-width: 767.98px) {
  .blurb-wrapper .blurb-cards {
    --bs-gutter-x: 1.8rem;
    --bs-gutter-y: 1.8rem;
  }
}

.insurance-wrapper .insurance-ttl {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 1rem;
  padding-bottom: 2.4rem;
}

.insurance-wrapper .insurance-ttl h2 {
  padding-bottom: 2.4rem;
}

.insurance-wrapper .insurance-ttl h2 + p {
  max-width: 50rem;
}

.insurance-wrapper .insurance-cards {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}

.insurance-wrapper .insurance-cards .card {
  padding: 2.4rem;
  border: 1px solid #D1D1D6;
  border-radius: 1.6rem;
  gap: 2.4rem;
  background-color: rgba(101, 118, 158, 0.1);
}

.insurance-wrapper .insurance-cards .card img {
  width: 3.2rem;
  height: 100%;
}

.insurance-wrapper .insurance-cards .card .card-dtl h5 {
  padding-bottom: 1.2rem;
}

@media (max-width: 767.98px) {
  .insurance-wrapper .insurance-ttl {
    --bs-gutter-x: 1.5rem;
  }
  .insurance-wrapper .insurance-cards {
    --bs-gutter-x: 1.8rem;
    --bs-gutter-y: 1.8rem;
  }
}

.contact-wrapper .contact-ttl {
  --bs-gutter-x: 9.5rem;
  padding-bottom: 3.2rem;
}

.contact-wrapper .contact-ttl h2 {
  padding-bottom: 1.6rem;
}

.contact-wrapper .contact {
  --bs-gutter-x: 9.5rem;
}

.contact-wrapper .contact .contact-img {
  border-radius: 1.6rem;
  height: 100%;
}

.contact-wrapper .contact .contact-form .number {
  font: 500 2rem/1.1 "inter-500";
  color: #000000;
  gap: 1.6rem;
  background-color: #F0F2F6;
  border-radius: 1rem;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact-wrapper .contact .contact-form .number .icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  background-color: #65769E;
}

.contact-wrapper .contact .contact-form .number .icon img {
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contact-wrapper .contact .contact-form .number:hover {
  color: #65769E;
}

.contact-wrapper .contact .contact-form > p {
  padding-top: 2.4rem;
}

@media (max-width: 1199.98px) {
  .contact-wrapper .contact-ttl,
  .contact-wrapper .contact {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 991.98px) {
  .contact-wrapper .contact-ttl,
  .contact-wrapper .contact {
    gap: 4rem;
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .contact-wrapper .contact-ttl,
  .contact-wrapper .contact {
    gap: 2.6rem;
  }
}

.location-wrapper .location {
  --bs-gutter-x: 3.2rem;
  --bs-gutter-y: 4rem;
}

.location-wrapper .location .location-item {
  line-height: 0;
}

.location-wrapper .location .location-item iframe {
  width: 100%;
  border-radius: 1.6rem;
  aspect-ratio: 1/0.80823;
}

.location-wrapper .location .location-item .address {
  padding: 3.2rem;
  margin-top: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid #D1D1D6;
}

.location-wrapper .location .location-item .address p {
  font-size: 1.8rem;
  line-height: 1.3333;
  padding-top: 1.2rem;
}

@media (max-width: 991.98px) {
  .location-wrapper .location .location-item .address {
    padding: 2.4rem;
  }
  .location-wrapper .location .location-item .address p {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .location-wrapper .location .location-item .address {
    margin-top: 1.8rem;
  }
}

/* pages css */
/*# sourceMappingURL=application.css.map */

/*  Privacy Policy  */
.privacy-wrapper .privacy h5 {
	padding-top: 3rem;
}
.privacy-wrapper .privacy h6 {
	padding-top: 2rem;
    margin-bottom: -0.4rem;
}
.privacy-wrapper .privacy b,
.privacy-wrapper .privacy strong {
	font-family: "inter-700";
}
.privacy-wrapper .privacy p,
.privacy-wrapper .privacy ul,
.privacy-wrapper .privacy ol {
	padding-top: 1.4rem;
	line-height: 1.6;
}
.privacy-wrapper .privacy ul {
	list-style: disc;
    padding-left: 2.6rem;
}
.privacy-wrapper .privacy ul li,
.privacy-wrapper .privacy ol li {
	padding-top: 1rem;
}
.privacy-wrapper .privacy ul li:first-child,
.privacy-wrapper .privacy ol li:first-child {
	padding-top: 0;
}
/*  404 Page  */
.wrong-wrapper .wrong-contain p {
	font-size: 2rem;
}
@media (max-width: 575px) {
	.wrong-wrapper .wrong-contain h1 {
		font-size: 6rem;
	}
	.wrong-wrapper .wrong-contain p {
		font-size: 1.8rem;
	}
}

.check-card-wrapper .check-card {
	--bs-gutter-x: 2.4rem;
    --bs-gutter-y: 2.4rem;
}
.check-card-wrapper .check-card-ttl {
	max-width: 80rem;
}
.check-card-wrapper .check-card-ttl p {
	padding-top: 2.4rem;
}
.check-card-wrapper .check-card > div {
	display: flex;
	flex-direction: column;
}
.check-card-wrapper .check-card > div:only-child {
    width: 100%;
}
.check-card-wrapper .check-card .card-item {
	border: 1px solid #D1D1D6;
	border-radius: 1.6rem;
	padding: 2.4rem;
	height: 100%;
	background-color: rgba(101, 118, 158, 0.1);
}
.check-card-wrapper .check-card .card-item:has(+ p) {
	margin-bottom: 3.2rem;
}
.check-card-wrapper .check-card .card-item h5 {
	padding-bottom: 2.4rem;
}
.check-card-wrapper .check-card .card-item ul li {
	position: relative;
	padding-left: 3.2rem;
	padding-bottom: 1.6rem;
}
.blurb-wrapper .blurb .blurb-content p b,
.blurb-wrapper .blurb .blurb-content ul li b,
.check-card-wrapper .check-card .card-item ul li b {
	font-family: 'inter-600';
	font-weight: 600;
}
.check-card-wrapper .check-card .card-item ul li:last-child {
	padding-bottom: 0;
}
.check-card-wrapper .check-card .card-item ul li::before {
	content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.blurb-wrapper.service_dtl-card .blurb-cards .card {
	justify-content: space-between;
}
.blurb-wrapper.service_dtl-card .blurb-cards .card h6 {
	padding: 0 0 6rem;
}

.book-appoint-wrapper .book-appoint {
	--bs-gutter-x: 4rem;
	--bs-gutter-y: 1.2rem;
}
.book-appoint-wrapper .book-appoint h5 {
	padding-bottom: 1.2rem;
}
/*  .wpcf7-response-output {
  display: none !important;
}
 */