* {
  margin: 0;
  /* 0px */
  padding: 0;
  /* 0px */
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 0px */
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
  overflow: visible;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gothic A1";
  font-weight: normal;
  overflow: hidden;
  background: #fff;
  padding: 90px 0 0 0;
  overflow: visible;
}

*::-moz-selection {
  color: #fff;
  background: #ec5212;
}

*::selection {
  color: #fff;
  background: #ec5212;
}

*::-moz-selection {
  color: #fff;
  background: #ec5212;
}

*::-webkit-selection {
  color: #fff;
  background: #ec5212;
}

*::-ms-selection {
  color: #fff;
  background: #ec5212;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Gothic A1";
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 0px */
}

div input,
div select,
div textarea,
div button {
  font-family: "Gothic A1";
  font-weight: normal;
}

input,
select,
textarea,
.site textarea {
  font-family: "Gothic A1";
  font-weight: normal;
  width: 100%;
  background: #fff;
}

body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=tel],
body input[type=range],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=datetime],
body input[type=datetime-local],
body input[type=color],
body .site textarea,
body .site select {
  background: #fff;
  font-family: "Gothic A1";
  height: 55px;
  /* 55px */
  line-height: normal;
  padding: 0 15px;
  /* 0 15px */
  text-align: left;
  width: 100%;
  box-shadow: none;
  margin: 0;
  /* 0px */
  border: 1px solid #e6e6e6;
  /* 1px */
  color: #4d4d4d;
  outline-offset: unset;
  border-radius: 5px;
  /* 5px */
  font-size: 15px;
  /* 15px */
  outline: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
  border: 0;
  /* 0px */
  outline: none;
}

body textarea {
  resize: none;
  overflow: auto;
  height: 115px !important;
  /* 115px */
  padding-top: 15px !important;
  /* 15px */
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Gothic A1";
  font-weight: normal;
  color: #000;
  margin: 0 0 15px;
  /* 0 0 15px */
}

body h1 {
  font-size: 24px;
  /* 24px */
}

body h2 {
  font-size: 22px;
  /* 22px */
}

body h3 {
  font-size: 18px;
  /* 18px */
}

body h4 {
  font-size: 16px;
  /* 16px */
}

body h5 {
  font-size: 12px;
  /* 12px */
}

body h6 {
  font-size: 10px;
  /* 10px */
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
  /* 0px */
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Gothic A1";
  font-weight: normal;
}

img {
  margin: 0;
  /* 0px */
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
  max-width: 100%;
}

body p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

body p:empty {
  margin: 0;
  /* 0px */
  line-height: 0;
  /* 0px */
}

body p:last-child {
  margin-bottom: 0;
  /* 0px */
}

.container {
  width: 1400px;
  max-width: 100% !important;
  padding: 0 !important;
  /* 0px */
  margin: 0 auto !important;
  /* 0px */
}

body ul,
body li,
body ol {
  margin: 0;
  /* 0px */
  padding: 0;
  /* 0px */
}

li {
  list-style: none;
}

ul {
  margin: 0;
  /* 0px */
  padding: 0;
  /* 0px */
}

a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}

html #wpadminbar {
  display: none !important;
}

html[lang=en-US] {
  margin-top: 0 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 9999;
}

#header::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 62px;
  right: 0;
  bottom: -17px;
  background-image: url("../images/header-logo-main.svg");
  background-repeat: no-repeat;
  width: 397px;
  height: 17px;
  margin: 0px auto;
}

.custom-container {
  padding: 0px 65px;
  max-width: 1910px;
  margin: 0px auto;
}

.header-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 50px;
  align-items: center;
}

.header-left .nav-main ul.menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 35px;
}

.header-left .nav-main ul.menu li {
  line-height: 0;
}

.header-left .nav-main ul.menu li a {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}

.header-left .nav-main ul.menu li a:hover {
  color: #FD9169;
}

.header-center .logo a {
  display: block;
}

.header-center {
  padding-top: 13px;
}

.header-center .logo a img {
  max-width: 356px;
}

.header-right {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 12px;
}

.header .search-icon {
  position: relative;
  line-height: 0;
}

.header .search-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 11px;
  right: auto;
  bottom: auto;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
}

.header form input {
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #F6F3F0;
  color: #666;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 194px;
  padding: 0px 15px 0px 42px;
  height: 44px;
}

.header form input::-moz-placeholder {
  color: #666;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header form input::placeholder {
  color: #666;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .contact-btn a {
  color: #FFF;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #EC5212;
  padding: 10px 30px;
  transition: all 0.5s;
  display: block;
}

.header .contact-btn a:hover {
  background: #FD9169;
}

.mobile-menu {
  display: none;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 17px;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #333;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #333;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}
.nav-toggle span {
  background: #333;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*-----------------res-nav-end-------------------*/
.header-right .search-form label {
  margin: 0;
}

.header-right .search-form {
  position: relative;
}

.header-right .search-form button.search-submit {
  position: absolute;
  border: unset;
  background: transparent;
  height: 100%;
  top: 0;
  outline: unset !important;
  left: 13px;
  right: auto;
}

/* section css start */
.site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  left: 210px;
  top: 20px;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu .menu-item-has-children {
  padding-right: 0;
  background-image: none;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu .menu-item-has-children .submenu-click-arrow {
  position: absolute;
  right: 20px;
  top: 8px;
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/left-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  rotate: -90deg;
  cursor: pointer;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu .menu-item-has-children:after {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/right-white-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 0px;
  width: 5px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children {
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/down-arrow.png");
  background-repeat: no-repeat;
  background-position: top 8px right;
  position: relative;
  padding-right: 14px;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu {
  opacity: 0;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  position: absolute;
  width: 12.78rem;
  visibility: hidden;
  transform: translate(0, 0);
  border-radius: 5px;
  border: 1px solid #000;
  background: #63290f;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 28px;
  position: absolute;
  width: 12.78rem;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu li a {
  padding: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #000000;
  width: 100%;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu li a:hover {
  background: #ec5212;
}

.site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu li:last-of-type a {
  border-bottom: 0;
}

.banner-section {
  padding-top: 78px;
  padding-bottom: 50px;
  background: #f6f3f0;
  margin-top: -8px;
  position: relative;
}

.banner-section::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -110px;
  background-image: url("../images/banner-before.svg");
  background-repeat: no-repeat;
  width: 354px;
  height: 328px;
}

.banner-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 190px;
  align-items: center;
}

.banner-section .left {
  min-width: 575px;
  max-width: 575px;
}

.banner-section .left h1 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
  margin-bottom: 20px;
}

.banner-section .left h1 span {
  color: #ec5212;
  font-family: Allura;
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
}

.banner-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}

.two-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px 13px;
}

.common-primary-btn {
  color: #fff;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #ec5212;
  padding: 16px 30px;
}

.common-primary-btn:hover {
  background: #fd9169;
  color: #fff;
}

.common-outline-btn {
  color: #ec5212;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  border-radius: 32px;
  border: 2px solid #ec5212;
  padding: 16px 30px;
}

.common-outline-btn:hover {
  background: #ec5212;
  color: #fff;
}

.banner-section .right {
  width: 100%;
}

.why-we-exist-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-we-exist-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 75px;
}

.why-we-exist-section .left {
  min-width: 720px;
  max-width: 720px;
}

.why-we-exist-section .left ul li {
  margin-bottom: 20px;
}

.why-we-exist-section .left ul li:last-child {
  margin-bottom: 0;
}

.why-we-exist-section .left ul li .inner-wrap {
  border-radius: 20px;
  background: #d7b29d;
  padding: 20px 30px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 40px;
}

.why-we-exist-section .left ul li:last-child .inner-wrap {
  background: #fd9169;
}

.why-we-exist-section .left ul li .inner-wrap .inner-left {
  min-width: 480px;
  max-width: 480px;
}

.why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
  margin-bottom: 30px;
}

.why-we-exist-section .left ul li .inner-wrap .inner-left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}

.why-we-exist-section .left ul li .inner-wrap .inner-left span {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.why-we-exist-section .left ul li .inner-wrap .inner-right img {
  border-radius: 10px;
  overflow: hidden;
}

.common-h2 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
  margin-bottom: 25px;
}

.common-h2 span {
  color: #ec5212;
  font-family: Allura;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

.why-we-exist-section .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}

.why-we-exist-section .right p:last-child {
  margin-bottom: 0;
}

.why-we-exist-section .right p strong {
  font-weight: bold;
}

.who-for-section {
  background: #f6f3f0;
  padding-top: 105px;
  padding-bottom: 100px;
}

.who-for-section .common-h2 {
  text-align: center;
  margin-bottom: 0;
}

.who-for-section ul {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.who-for-section ul li .number-img-wrap {
  position: relative;
}

.who-for-section ul li {
  border-radius: 20px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.who-for-section ul li:hover {
  border: 1px solid #ec5212;
}

.who-for-section ul li .img-wrap {
  clip-path: inset(10% 8% 1% 53% round 50rem);
  transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.who-for-section ul li:hover .img-wrap {
  clip-path: inset(0 0 0 0 round 0);
}

.who-for-section ul li .number-img-wrap span {
  position: absolute;
  top: 40px;
  left: 27px;
  right: auto;
  bottom: auto;
  color: #ec5212;
  font-family: Allura;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 9;
}

.who-for-section ul li .bottom {
  padding: 44px 27px 20px 27px;
}

.who-for-section ul li .bottom p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.who-for-section ul li .bottom p strong {
  font-weight: bold;
}

.fina-a-rehab-section {
  background-color: #f6f3f0;
  background-image: url("../images/fina-a-rehab-section.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fina-a-rehab-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 120px;
}

.fina-a-rehab-section .left {
  min-width: 665px;
  max-width: 665px;
  padding-top: 82px;
  padding-bottom: 82px;
  align-self: center;
}

.fina-a-rehab-section .left .custom-h2 {
  color: #000;
  font-family: "Gothic A1";
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
  margin-bottom: 10px;
}

.fina-a-rehab-section .left span {
  color: #ec5212;
  font-family: Allura;
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
}

.fina-a-rehab-section .left:first-child p {
  margin-bottom: 16px;
}

.fina-a-rehab-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 45px;
}

.fina-a-rehab-section .right {
  align-self: flex-end;
}

.how-it-work-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.how-it-work-section .common-h2 {
  text-align: center;
  margin-bottom: 0;
}

.how-it-work-section ul {
  padding-top: 50px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 0px 110px;
  max-width: 1330px;
  margin: 0px auto;
  position: relative;
}

.how-it-work-section ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 97px;
  left: 93px;
  right: 0;
  bottom: auto;
  background-image: url("../images/how-it-work-line.svg");
  background-repeat: no-repeat;
  width: 1090px;
  height: 39px;
}

.how-it-work-section ul li .icon-number-wrap {
  position: relative;
}

.how-it-work-section ul li .icon-wrap {
  width: 114px;
  height: 114px;
  border-radius: 10px;
  border: 1px solid rgba(255, 186, 186, 0.5);
  background: #ffebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-work-section ul li .icon-number-wrap span {
  position: absolute;
  top: -13px;
  left: -16px;
  right: auto;
  bottom: auto;
  color: #000;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  width: 34px;
  height: 34px;
  background: #d7b29d;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.18));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-work-section ul li p {
  margin-top: 30px;
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.how-it-work-section ul li p strong {
  display: block;
  font-weight: 600;
}

.how-it-work-section .bottom-btn {
  text-align: center;
}

.why-trust-section {
  background: #e7edec;
  padding-top: 95px;
  padding-bottom: 95px;
  display: none;
}

.why-trust-section .wrap {
  max-width: 1030px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 140px;
  align-items: center;
}

.why-trust-section .left {
  min-width: 515px;
  max-width: 515px;
}

.why-trust-section .left .inner-wrap {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px 15px;
}

.why-trust-section .left .inner-wrap .inner-left {
  min-width: 210px;
  max-width: 210px;
  align-self: flex-end;
}

.why-trust-section .left .img-content-wrap {
  position: relative;
}

.why-trust-section .left .img-content-wrap .content-wrap {
  position: absolute;
  top: 50px;
  left: 30px;
  right: 12px;
  bottom: auto;
}

.why-trust-section .left .img-content-wrap .content-wrap p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.why-trust-section .left .img-content-wrap .content-wrap span {
  color: #222;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
  padding-left: 20px;
}

.why-trust-section .left .bottom-img {
  padding-left: 50px;
}

.why-trust-section .right ul li {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.why-trust-section .right ul li:last-child {
  margin-bottom: 0;
}

.why-trust-section .right ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/list-icon.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}

.logo-section {
  background: #e7edec;
  padding-bottom: 60px;
  display: none;
}

.logo-section ul li .logo-wrap {
  border-radius: 20px;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
  height: 100px;
  padding: 10px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-section ul .slick-track {
  display: flex;
}

.logo-section ul .slick-list {
  margin: 0px -15px;
}

.logo-section ul li.slick-slide {
  height: inherit;
  margin: 0px 15px;
}

.logo-section .slick-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 0;
  width: 46px;
  height: 46px;
  background-color: #d7b29d;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.18));
  border-radius: 100%;
  background-image: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  outline: none;
  background-position: center;
  z-index: 9;
  transition: unset !important;
}

.logo-section .slick-arrow.slick-next {
  left: auto;
  right: -20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 0;
  width: 46px;
  height: 46px;
  background-color: #d7b29d;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.18));
  border-radius: 100%;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  outline: none;
  background-position: center;
  z-index: 9;
  transition: unset !important;
}

.logo-section .slick-arrow:hover {
  background: #ec5212 !important;
  background-image: none !important;
  transition: unset !important;
}

.logo-section .slick-arrow.slick-disabled {
  cursor: no-drop;
  opacity: 0.8;
}

.real-story-section {
  background-color: #e7edec;
  background-image: url("../images/real-stories-section.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 125px;
  position: relative;
  display: none;
}

.real-story-section:before {
  position: absolute;
  content: "";
  background: linear-gradient(179deg, #e7edec 34.25%, rgba(231, 237, 236, 0) 154.88%);
  width: 100%;
  height: 100%;
  top: 0;
}

.real-story-section .container {
  position: relative;
  z-index: 1;
}

.real-story-section .common-h2 {
  text-align: center;
}

.real-story-section ul li .wrap {
  max-width: 740px;
  margin: 0px auto;
}

.real-story-section ul li .review-star img {
  margin: 0px auto;
}

.real-story-section ul li p {
  color: #222;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.real-story-section ul li span {
  display: block;
  color: #222;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.real-story-section ul .slick-track {
  display: flex;
}

.real-story-section ul li.slick-slide {
  height: inherit;
}

.real-story-section .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}

.real-story-section .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  color: #848484;
  font-family: "Gothic A1";
  font-size: 0;
  background-color: transparent;
  background-image: url("../images/prev-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 28px;
  outline: none;
  z-index: 9;
}

.real-story-section .slick-arrow:hover,
.real-story-section .slick-arrow:focus {
  background: url("../images/prev-icon.png");
  background-repeat: no-repeat !important;
  background-position: center center;
}

.real-story-section .slick-arrow.slick-next:hover,
.real-story-section .slick-arrow.slick-next:focus {
  background: url("../images/next-icon.png");
  background-repeat: no-repeat !important;
  background-position: center center;
}

.real-story-section .slick-arrow::before {
  display: none;
}

.real-story-section .slick-arrow.slick-next {
  left: auto;
  right: 0;
  background-image: url("../images/next-icon.png");
}

.real-story-section .slick-arrow.slick-disabled {
  cursor: no-drop;
  opacity: 0.8;
}

.rehab-listing-page {
  display: none;
}

.coming-soon {
  color: #ec5212;
  font-size: 60px;
  text-align: center;
  line-height: 100%;
}

.coming-soon-box {
  text-align: center;
  padding: 80px 16px;
}

.coming-soon-box .coming-text p {
  font-size: 16px;
  color: #222;
  font-family: "Gothic A1";
  line-height: 140%;
}

.verified-section {
  padding-top: 170px;
  padding-bottom: 100px;
}

.verified-section .wrap {
  max-width: 1170px;
  background: #d7b29d;
  margin: 0px auto;
  border-radius: 20px;
  padding: 50px 50px 50px 65px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 70px;
  position: relative;
}

.verified-section .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: -110px;
  right: auto;
  bottom: auto;
  background-image: url("../images/verified-before.svg");
  background-repeat: no-repeat;
  width: 528px;
  height: 380px;
}

.verified-section .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: -120px;
  bottom: -60px;
  background-image: url("../images/verified-after.svg");
  background-repeat: no-repeat;
  width: 122px;
  height: 215px;
  z-index: -1;
}

.verified-section .left {
  align-self: center;
  min-width: 575px;
  max-width: 575px;
  padding-top: 80px;
}

.verified-section .left .common-h2 span {
  font-size: 76px;
  text-transform: capitalize;
}

.verified-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 35px;
}

.common-primary-download-btn {
  color: #ec5212;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #fff;
  padding: 16px 24px;
  position: relative;
}

.common-primary-download-btn::before {
  content: "";
  display: none;
  position: absolute;
  top: 10px;
  left: auto;
  right: 12px;
  bottom: 0;
  background-image: url("../images/download-arrow.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.common-primary-download-btn:hover {
  color: #ec5212;
}

.common-h2.mobile-h2-title {
  display: none;
}

/* =====404-PAGE=== */
.page-not-found-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-not-found-section .content-wrap {
  text-align: center;
}

.page-not-found-section h1 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
  text-align: center;
  margin-bottom: 20px;
}

.page-not-found-section h2 {
  text-align: center;
  color: #222;
  font-family: "Gothic A1";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 11px;
}

.page-not-found-section p {
  text-align: center;
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.mobile-quote {
  display: none;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 130px;
}

.contact-section .left {
  min-width: 620px;
  max-width: 620px;
}

.contact-section .left h1 {
  color: #ec5212;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.contact-section .left h5 {
  color: #ec5212;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.contact-section .left h4 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 35px;
}

.contact-section .left h4 span {
  color: #63290f;
  font-weight: 600;
}

.contact-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.contact-section .left span.line-space {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.contact-section .left a.email {
  display: block;
  color: #222;
  font-family: "Gothic A1";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding-left: 58px;
  position: relative;
  margin-bottom: 17px;
}

.contact-section .left a.email:last-of-type {
  margin-bottom: 0;
}

.contact-section .left a.email::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/contact-email-icon.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 32px;
}

.contact-section .left a.email:hover {
  color: #ec5212;
}

.contact-section .left ul li {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 13px;
  position: relative;
}

.contact-section .left ul li:last-child {
  padding-bottom: 0;
}

.contact-section .left ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/list-icon.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}

.contact-section .right .form-wrap {
  background: #d7b29d;
  border-radius: 10px;
  padding: 40px;
}

.contact-section .right .form-wrap p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contact-section .right .form-wrap .gform_heading {
  display: none;
}

.contact-section .right .form-wrap .gfield input,
.contact-section .right .form-wrap .gfield textarea {
  color: #555;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 0px 18px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
}

.contact-section .right .form-wrap .gfield input::-moz-placeholder, .contact-section .right .form-wrap .gfield textarea::-moz-placeholder {
  color: #555;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.contact-section .right .form-wrap .gfield input::placeholder,
.contact-section .right .form-wrap .gfield textarea::placeholder {
  color: #555;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.contact-section .right .form-wrap .gfield textarea {
  padding-top: 18px !important;
  height: 160px !important;
}

.contact-section .right .form-wrap .gform_footer {
  margin: 15px 0 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.contact-section .right .form-wrap .gform_footer input.button {
  color: #fff;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120% !important;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #ec5212;
  padding: 16px 35px;
  border: 0;
  width: auto;
  outline: none;
  margin: 0;
  transition: all 0.5s;
}

.contact-section .right .form-wrap .gform_footer input.button:hover {
  background: #fd9169;
}

.contact-section .right .form-wrap .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 18px;
  left: auto;
  right: -30px;
  bottom: auto;
  display: block;
}

.contact-section .right .form-wrap .validation_message {
  border: 0;
  background: none;
  padding: 0;
  margin: 4px 0 0 0;
}

.contact-section .right .form-wrap .instruction.validation_message {
  display: none;
}

.contact-section .right .form-wrap .gform_confirmation_message {
  color: green;
  text-align: center;
}

.inner-banner-section {
  padding-top: 80px;
  background: #f6f3f0;
  margin-top: -8px;
}

.inner-banner-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 135px;
}

.inner-banner-section .left {
  min-width: 705px;
  max-width: 705px;
  padding: 55px 0px;
}

.inner-banner-section .left span.inner-h1-title-span {
  color: #ec5212;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 16px;
}

.inner-banner-section .left h1 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 30px;
}

.inner-banner-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.inner-banner-section .right {
  width: 100%;
  align-self: flex-end;
}

.inner-verification-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-verification-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 195px;
  align-items: center;
}

.inner-verification-section .left {
  min-width: 530px;
  max-width: 530px;
}

.inner-verification-section .left .inner-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.inner-verification-section .inner-left .top-img {
  padding-bottom: 20px;
}

.inner-verification-section .left .inner-wrap img {
  border-radius: 20px;
}

.inner-verification-section .inner-left .top-img img {
  border-radius: 0px 120px 0px 120px;
}

.inner-verification-section .right {
  width: 100%;
}

.inner-h2-title-span {
  color: #ec5212;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.9px;
  display: block;
  margin-bottom: 15px;
}

.inner-common-h2 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 30px !important;
}

.inner-verification-section .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

.inner-verification-section .right p:last-child {
  margin-bottom: 0;
}

.inner-verification-framework-section {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../images/verification-framework-back-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-verification-framework-section .section-content {
  max-width: 620px;
  margin: 0px auto;
  text-align: center;
}

.inner-verification-framework-section .section-content .inner-common-h2 {
  margin-bottom: 15px;
}

.inner-verification-framework-section .section-content p {
  color: #222;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.inner-verification-framework-section ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px 15px;
  margin-top: 50px;
}

.inner-verification-framework-section ul li {
  border-radius: 30px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.08) inset;
  padding: 20px 20px 50px 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.inner-verification-framework-section ul li:first-child {
  background: #fd9169;
}

.inner-verification-framework-section ul li:nth-child(2) {
  background: #abcfc9;
}

.inner-verification-framework-section ul li:nth-child(3) {
  background: #63290f;
}

.inner-verification-framework-section ul li:nth-child(4) {
  background: #ffc7c7;
}

.inner-verification-framework-section ul li:nth-child(5) {
  background: #d7b29d;
}

.inner-verification-framework-section ul li:last-child {
  background: #fee3d4;
}

.inner-verification-framework-section ul li span.number {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: block;
  margin-bottom: 60px;
  position: relative;
  padding-top: 12px;
}

.inner-verification-framework-section ul li span.number::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background-image: url("../images/verification-arrow-top.svg");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.16);
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-position: center;
}

.inner-verification-framework-section ul li p.title {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.inner-verification-framework-section ul li p.content {
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #222;
  margin-top: 10px;
  display: none;
}

.inner-verification-framework-section ul li:nth-child(3) span.number,
.inner-verification-framework-section ul li:nth-child(3) p.title,
.inner-verification-framework-section ul li:nth-child(3) p.content {
  color: #fff;
}

.inner-verification-framework-section ul li:nth-child(3) span.number::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7490%) hue-rotate(40deg) brightness(105%) contrast(106%);
}

.inner-verification-framework-section ul li:hover {
  min-width: 350px;
}

.inner-verification-framework-section ul li:hover span.number::before {
  background-image: url("../images/verification-arrow-right.svg");
}

.inner-verification-framework-section ul li:hover p.title {
  text-align: left;
}

.inner-verification-framework-section ul li:hover p.content {
  display: block;
  text-align: left;
}

.inner-verified-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-verified-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 110px;
  align-items: center;
  max-width: 1260px;
  margin: 0px auto;
}

.inner-verified-section .left {
  min-width: 610px;
  max-width: 610px;
}

.inner-verified-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}

ul.common-ul li {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

ul.common-ul li:last-child {
  margin-bottom: 0;
}

ul.common-ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/list-icon.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}

.inner-verified-section .left .blockquote {
  margin-top: 20px;
  margin-bottom: 0;
}

.inner-verified-section .left .blockquote p {
  color: #63290f;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  border-radius: 20px;
  background: #e7edec;
  padding: 20px;
}

.inner-verified-section .right {
  width: 100%;
}

.inner-verified-section .right img {
  border-radius: 20px;
}

.inner-integrity-section {
  padding-bottom: 100px;
}

.inner-integrity-section .wrap {
  background: #f6f3f0;
  border-radius: 20px;
  padding: 65px 100px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.inner-integrity-section .inner-wrap {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 80px;
}

.inner-integrity-section .left {
  min-width: 450px;
  max-width: 450px;
  border: 1px solid #000;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}

.inner-integrity-section .left::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  background-image: url("../images/list-shape.svg");
  background-repeat: no-repeat;
  width: 374px;
  height: 61px;
}

.inner-integrity-section .right {
  width: 100%;
}

.inner-integrity-section .right .inner-h2-title-span {
  color: #fd9169;
  margin-bottom: 10px;
}

.inner-integrity-section .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}

.inner-integrity-section .right p:last-child {
  margin-bottom: 0;
}

.inner-integrity-section .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0 100%, 89% 0);
  background: #f1eae4;
  width: 290px;
  height: 229px;
}

.inner-integrity-section .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 380px;
  right: auto;
  bottom: -50px;
  border-radius: 260px;
  background: #f1eae4;
  width: 260px;
  height: 260px;
  z-index: -1;
}

.inner-benefits-section {
  padding-bottom: 100px;
}

.inner-benefits-section .wrap {
  max-width: 1060px;
  margin: 0px auto;
}

.inner-benefits-section .section-content-wrap {
  max-width: 775px;
  text-align: center;
  margin: 0px auto;
}

.inner-benefits-section ul {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 170px;
}

.inner-benefits-section ul li {
  position: relative;
}

.inner-benefits-section ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: -80px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 200px;
}

.inner-benefits-section ul li:last-child::before {
  display: none;
}

.inner-benefits-section ul li .icon {
  margin-bottom: 25px;
}

.inner-benefits-section ul li h4 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 19px;
}

.inner-benefits-section ul li p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.inner-explore-verified-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f3f0;
  height: 499px;
  padding-top: 75px;
  padding-bottom: 70px;
  display: none;
}

.inner-explore-verified-section .wrap {
  max-width: 820px;
}

.inner-explore-verified-section .inner-wrap {
  max-width: 540px;
}

.inner-common-h2.white {
  color: #fff;
}

.inner-explore-verified-section p {
  color: #fff;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px !important;
}

.inner-explore-verified-section .three-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.inner-explore-verified-section .three-btn-wrap a.red-btn {
  color: #fff;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #ec5212;
  padding: 12px 30px;
}

.inner-explore-verified-section .three-btn-wrap a.white-btn {
  color: #ec5212;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #fff;
  padding: 12px 25px;
}

body.page-template-how-we-verify-rehabs .top-footer,
body.page-template-verified-rehab-directory .top-footer {
  padding-top: 5px;
}

.inner-mobile-title-wrap {
  display: none;
}

.inner-mobile-img {
  display: none;
}

.inner-banner-section.verified-rehab-directory .wrap {
  gap: 0px 75px;
}

.inner-banner-section.verified-rehab-directory .left {
  min-width: 780px;
  max-width: 780px;
  padding-top: 25px;
  padding-bottom: 65px;
}

.inner-banner-section.verified-rehab-directory .left p {
  margin-bottom: 30px;
}

.inner-banner-section.verified-rehab-directory .right img {
  min-width: 630px;
}

.inner-clarity-section {
  padding-top: 105px;
  padding-bottom: 100px;
}

.inner-clarity-section .wrap {
  max-width: 1245px;
  margin: 0px auto;
}

.inner-clarity-section .section-content {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}

.inner-clarity-section .section-content p {
  color: #222;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.inner-clarity-section .section-content .inner-common-h2 {
  margin-bottom: 20px !important;
}

.inner-clarity-section .inner-wrap {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 60px;
}

.inner-clarity-section .inner-left .box-wrap {
  background: #d7b29d;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.inner-clarity-section .inner-left .box-wrap::before,
.inner-clarity-section .inner-left .box-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 85px;
  left: auto;
  right: -130px;
  bottom: auto;
  background: #cd9778;
  border-radius: 100%;
  width: 298px;
  height: 298px;
  z-index: -1;
}

.inner-clarity-section .inner-left .box-wrap::after {
  top: auto;
  left: -110px;
  right: auto;
  bottom: -60px;
}

.inner-clarity-section .inner-left .box-wrap h3 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 40px;
}

.inner-clarity-section .inner-left .box-wrap ul {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 50px;
}

.inner-clarity-section .inner-left .box-wrap ul li {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}

.inner-clarity-section .inner-left .box-wrap ul li:last-child {
  margin-bottom: 0px;
}

.inner-clarity-section .inner-left .box-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
}

.inner-clarity-section .inner-left .box-wrap ul li:first-child::before {
  background-image: url("../images/An-Open-Recovery-verification-score.svg");
  width: 22px;
  height: 22px;
}

.inner-clarity-section .inner-left .box-wrap ul li:nth-child(2)::before {
  background-image: url("../images/Transparency-report-summary.svg");
  width: 18px;
  height: 22px;
}

.inner-clarity-section .inner-left .box-wrap ul li:nth-child(3)::before {
  background-image: url("../images/Conditions-treated.svg");
  width: 22px;
  height: 24px;
}

.inner-clarity-section .inner-left .box-wrap ul li:nth-child(4)::before {
  background-image: url("../images/Treatment-types-offered.svg");
  width: 22px;
  height: 22px;
}

.inner-clarity-section .inner-left .box-wrap ul li:nth-child(5)::before {
  background-image: url("../images/Pricing-and-admissions-info.svg");
  width: 22px;
  height: 18px;
}

.inner-clarity-section .inner-left .box-wrap ul li:nth-child(6)::before {
  background-image: url("../images/Aftercare-and-support-options.svg");
  width: 22px;
  height: 20px;
}

.inner-clarity-section .inner-left .box-wrap ul li:last-child::before {
  background-image: url("../images/Verified-user-experiences.svg");
  width: 18px;
  height: 20px;
}

.inner-clarity-section .inner-right h3 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 25px;
}

.inner-clarity-section .inner-right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.inner-clarity-section .inner-right ul li {
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-wrap: wrap;
}

.inner-clarity-section .inner-right ul li:first-child {
  background: #ffebeb;
  border-radius: 20px 20px 0px 20px;
}

.inner-clarity-section .inner-right ul li:nth-child(2) {
  background: #e7edec;
  border-radius: 20px 20px 20px 0px;
  padding-bottom: 0;
}

.inner-clarity-section .inner-right ul li:nth-child(3) {
  background: #fee3d4;
  border-radius: 20px 0px 20px 20px;
}

.inner-clarity-section .inner-right ul li:last-child {
  background: #f6f3f0;
  border-radius: 0px 20px 20px 20px;
}

.inner-clarity-section .inner-right ul li p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  width: 100%;
}

.inner-clarity-section .inner-right ul li .icon {
  align-self: flex-end;
  margin-left: auto;
}

.inner-what-verified-section {
  padding-bottom: 100px;
}

.inner-what-verified-section .wrap {
  max-width: 1250px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 135px;
  align-items: center;
}

.inner-what-verified-section .left {
  min-width: 590px;
  max-width: 590px;
}

.inner-what-verified-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 22px;
}

.inner-what-verified-section .left p:last-child {
  margin-bottom: 0;
}

.inner-what-verified-section .left ul {
  margin-bottom: 30px;
}

.inner-what-verified-section .left ul li {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

.inner-what-verified-section .left ul li:last-child {
  margin-bottom: 0;
}

.inner-what-verified-section .left ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/list-close-icon.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
}

.inner-what-verified-section .right img {
  border-radius: 20px;
  overflow: hidden;
}

.inner-integrity-section.verified-rehab-directory .wrap {
  padding: 65px 70px;
}

.inner-integrity-section.verified-rehab-directory .inner-wrap {
  max-width: inherit;
  gap: 0px 100px;
  align-items: center;
}

.inner-integrity-section.verified-rehab-directory .left {
  min-width: 550px;
  max-width: 550px;
}

.inner-integrity-section.verified-rehab-directory .left::before {
  display: none;
}

.inner-integrity-section.verified-rehab-directory .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.inner-integrity-section.verified-rehab-directory .wrap::after {
  left: 450px;
}

.how-use-directory-section {
  background: #e7edec;
  padding: 100px 0px;
}

.how-use-directory-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 126px;
}

.how-use-directory-section .left {
  min-width: 620px;
  max-width: 620px;
}

.how-use-directory-section .left p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.how-use-directory-section .right {
  width: 100%;
}

.how-use-directory-section .step-wrap {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 25px;
}

.how-use-directory-section .step-wrap:last-child {
  margin-bottom: 0;
}

.how-use-directory-section .inner-left {
  min-width: 75px;
  max-width: 75px;
}

.how-use-directory-section .inner-left span {
  color: #fff;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  border-radius: 30px;
  background: #69bdaf;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.09) inset;
  padding: 5px 14px;
  display: block;
}

.how-use-directory-section .inner-right {
  width: 100%;
}

.how-use-directory-section .inner-right h3 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  border-bottom: 1px solid rgba(51, 134, 120, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.how-use-directory-section .inner-right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.how-use-directory-section .inner-right .blockquote {
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 13px 20px;
}

.how-use-directory-section .inner-right .blockquote p {
  color: #63290f;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.inner-explore-verified-section.verified-rehab-directory .inner-wrap {
  max-width: 660px;
}

.inner-different-banner-section {
  background: #f6f3f0;
  margin-top: -8px;
  padding-top: 110px;
  overflow: hidden;
  position: relative;
}

.inner-different-banner-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: rgba(215, 178, 157, 0.14);
  clip-path: polygon(19% 0, 100% 85%, 100% 0);
  width: 534.5px;
  height: 530.5px;
  flex-shrink: 0;
}

.inner-different-banner-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 85px;
  position: relative;
}

.inner-different-banner-section .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(215, 178, 157, 0.14);
  width: 340px;
  height: 275px;
  border-radius: 0px 0px 200px 0px;
  margin: 0px auto;
}

.inner-different-banner-section .left {
  align-self: flex-end;
  min-width: 695px;
  max-width: 695px;
  position: relative;
}

.inner-different-banner-section .left::before {
  content: "";
  display: block;
  position: absolute;
  top: -128px;
  left: -115px;
  right: auto;
  bottom: auto;
  background: rgba(215, 178, 157, 0.14);
  width: 629px;
  height: 585px;
}

.inner-different-banner-section .left img {
  border-radius: 20px 20px 0px 0px;
  z-index: 1;
  position: relative;
}

.inner-different-banner-section .right {
  width: 100%;
  align-self: center;
  padding: 80px 0px;
  position: relative;
}

.inner-different-banner-section .right::before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: auto;
  right: 60px;
  bottom: auto;
  width: 456px;
  height: 456px;
  border-radius: 100%;
  background: rgba(215, 178, 157, 0.14);
}

.inner-different-banner-section .right span.inner-h1-title-span {
  color: #ec5212;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: block;
  padding-bottom: 20px;
}

.inner-different-banner-section .right h1 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 25px;
}

.inner-different-banner-section .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  max-width: 550px;
}

.inner-built-section {
  padding: 100px 0px;
}

.inner-built-section .wrap {
  max-width: 1255px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 160px;
}

.inner-built-section .left {
  min-width: 480px;
  max-width: 480px;
}

.inner-built-section .left .inner-common-h2 {
  padding-bottom: 155px;
  margin-bottom: 0 !important;
  position: relative;
}

.inner-built-section .left .inner-common-h2::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  background-image: url("../images/big-arrow.svg");
  background-repeat: no-repeat;
  width: 109px;
  height: 109px;
}

.inner-built-section .right {
  width: 100%;
}

.inner-built-section .right > p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 40px;
}

.inner-built-section .right .blockquote {
  margin: 0;
  background: #f6f3f0;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2));
  padding: 24px 69px 24px 30px;
  position: relative;
  border-radius: 20px 0px 80px 0px;
}

.inner-built-section .right .blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background-image: url("../images/Why-We-Built-This-Together.png");
  background-repeat: no-repeat;
  width: 146px;
  height: 129px;
}

.inner-built-section .right .blockquote p {
  color: #63290f;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.story-section {
  background: #e7edec;
  padding-top: 100px;
  padding-bottom: 105px;
}

.story-section ul li {
  padding-bottom: 90px;
}

.story-section ul li:last-child {
  padding-bottom: 0;
}

.story-section ul li .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 120px;
}

.story-section ul li .left {
  min-width: 670px;
  max-width: 670px;
  padding-left: 65px;
}

.story-section ul li .left .img-content-wrap {
  position: relative;
}

.story-section ul li .left img {
  border-radius: 200px 20px 20px 20px;
  overflow: hidden;
}

.story-section ul li .left .content-wrap {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 120px;
}

.story-section ul li .left .content-wrap span {
  color: #63290f;
  font-family: "Gothic A1";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: block;
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 255px;
}

.story-section ul li .left .content-wrap span:first-child {
  background: linear-gradient(338deg, #fd9169 -299.6%, #fef2e4 124.45%);
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2));
  margin-left: -40px;
  position: relative;
  top: 122px;
}

.story-section ul li .left .content-wrap span:last-child {
  background: linear-gradient(278deg, #ffebeb 25.63%, #f6f3f0 97.27%);
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2));
  margin-left: auto;
  margin-right: -5px;
  position: relative;
  top: -56px;
}

.story-section ul li .left .img-wrap {
  position: relative;
}

.story-section ul li .left .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -60px;
  right: auto;
  bottom: auto;
  background-image: url("../images/three-line-icon.png");
  background-repeat: no-repeat;
  width: 82px;
  height: 94px;
}

.story-section ul li .right {
  width: 100%;
}

.story-section ul li .right h4 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.story-section ul li .right h4::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/hand-icon.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 51px;
}

.story-section ul li .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

.story-section ul li .right p:last-child {
  margin-bottom: 0;
}

.story-section ul li:nth-child(2n+2) .wrap {
  flex-direction: row-reverse;
}

.story-section ul li:nth-child(2n+2) .left img {
  border-radius: 20px 200px 20px 20px;
}

.story-section ul li:nth-child(2n+2) .left .img-wrap::before {
  top: -20px;
  left: auto;
  right: 0;
  bottom: auto;
  background-image: url("../images/three-line-second-img.png");
}

.story-section ul li:nth-child(2n+2) .left .content-wrap span {
  max-width: 285px;
}

.story-section ul li:nth-child(2n+2) .left .content-wrap span:first-child {
  background: linear-gradient(278deg, #ffebeb 25.63%, #f6f3f0 97.27%);
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2));
  top: 0;
}

.story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
  background: linear-gradient(338deg, #fd9169 -299.6%, #fef2e4 124.45%);
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2));
  top: -10px;
  margin-right: 20px;
}

.story-section ul li:nth-child(2n+2) .left .content-wrap {
  bottom: 25px;
}

.inner-behind-section {
  padding-top: 100px;
  padding-bottom: 115px;
}

.inner-behind-section .wrap {
  max-width: 1260px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 100px;
}

.inner-behind-section .left {
  min-width: 500px;
  max-width: 500px;
}

.inner-behind-section .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.inner-behind-section .right {
  width: 100%;
}

.inner-behind-section .right .common-ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inner-behind-section .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}

.inner-behind-section .right p:last-child {
  margin-bottom: 0;
}

.inner-integrity-section.team .wrap::before {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  clip-path: polygon(4% 0, 100% 99%, 100% 0);
}

.inner-integrity-section.team .wrap::after {
  display: none;
}

.inner-integrity-section.team .left {
  min-width: inherit;
  max-width: 100%;
}

.inner-integrity-section.team .right {
  min-width: 658px;
  max-width: 658px;
}

.inner-integrity-section.team .wrap {
  padding: 65px 60px;
}

.inner-integrity-section.team .left::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: -130px;
  right: auto;
  bottom: -130px;
  border-radius: 260px;
  background: #f1eae4;
  width: 260px;
  height: 260px;
  z-index: -1;
}

.inner-integrity-section.team .inner-wrap {
  max-width: inherit;
  gap: 0px 165px;
}

.page-template-why-this-platform-php .inner-built-section .right p:first-child {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

.page-template-why-this-platform-php .inner-built-section .right p {
  margin-bottom: 14px;
}

.about-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #e7edec;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.about-section .center {
  text-align: center;
}

.about-section .center h2 {
  max-width: 656px;
  margin: 0 auto;
}

.about-section .wrap {
  display: grid;
  grid-template-columns: 1fr 620px;
  gap: 120px;
  padding-top: 15px;
  z-index: 1;
  position: relative;
}

.about-section .wrap .img-box img {
  border-radius: 20px;
}

.about-section .wrap .img-box .img-text {
  background: linear-gradient(338deg, #fd9169 -299.6%, #fef2e4 124.45%);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 20px 0 20px 0;
  margin-top: 18px;
}

.about-section .wrap .img-box .img-text .heading {
  color: #63290f;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.about-section .wrap .img-box .img-text .text {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.our-platform-designed {
  padding-top: 100px;
  padding-bottom: 180px;
  position: relative;
}

.our-platform-designed:before {
  position: absolute;
  content: "";
  background: #ffebeb;
  width: 100%;
  height: 290px;
  left: 0;
  bottom: 100px;
  z-index: -1;
}

.our-platform-designed .wrap {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 92px;
}

.our-platform-designed .wrap img {
  border-radius: 20px;
}

.our-platform-designed .wrap .wrap-box {
  margin-top: 84px;
}

.honest-recovery-landscape {
  padding-top: 45px;
  padding-bottom: 150px;
}

.honest-recovery-landscape .center {
  max-width: 514px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.honest-recovery-landscape .center h2 {
  margin-bottom: 25px !important;
}

.honest-recovery-landscape .center p {
  margin-bottom: 10px;
}

.honest-recovery-landscape ul {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 88px;
}

.honest-recovery-landscape ul li p {
  color: #222;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.honest-recovery-landscape ul li {
  padding: 30px 24px;
  border-radius: 20px;
  width: 100%;
  max-width: 330px;
  height: 100%;
  max-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.honest-recovery-landscape ul li img {
  margin: 0 auto;
}

.honest-recovery-landscape ul li:first-child {
  background-color: #fee3d4;
  position: relative;
  left: -80px;
}

.honest-recovery-landscape ul li:nth-child(2) {
  background-color: #ffebeb;
  position: relative;
  right: -80px;
  top: 40px;
}

.honest-recovery-landscape ul li:nth-child(3) {
  background-color: #e7edec;
  position: relative;
  left: 40px;
}

.honest-recovery-landscape ul li:nth-child(4) {
  background-color: #f6f3f0;
  position: relative;
  top: 40px;
  right: 300px;
}

.rehab-listing-slider {
  padding: 50px 0;
}

.rehab-listing-slider .container {
  overflow: hidden;
}

.rehab-listing-slider .carousel::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  width: 140px;
  height: 42px;
  left: 0px;
  rotate: 180deg;
  top: -50%;
  transform: translateY(-50%);
  z-index: 1;
}

.rehab-listing-slider .carousel::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  width: 140px;
  height: 130px;
  right: 0px;
  rotate: 0deg;
  top: -50%;
  transform: translateY(-50%);
  z-index: 0;
}

.rehab-listing-slider .carousel .box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  margin: 0 8px;
  cursor: pointer;
}

.rehab-listing-slider .carousel .box p {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.rehab-listing-slider .carousel .slick-prev:focus,
.rehab-listing-slider .carousel .slick-next:focus {
  border: 0;
  outline: 0;
}

.rehab-listing-slider .carousel .slick-prev,
.rehab-listing-slider .carousel .slick-next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d7b29d;
  overflow: hidden;
  border: 0;
  border-radius: 50px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.rehab-listing-slider .carousel .slick-prev {
  left: 0;
}

.rehab-listing-slider .carousel .slick-next {
  right: 0;
}

.rehab-listing-slider .carousel .slick-prev::before {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/left-arrow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.rehab-listing-slider .carousel .slick-next::before {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/right-arrow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.rehab-listing-slider .carousel .box .tab-drop {
  bottom: -46px;
  width: 100%;
  max-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10px;
}

.rehab-listing-slider .carousel .slick-list {
  overflow-x: visible;
  overflow-y: visible;
}

.rehab-listing-slider .carousel .search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.rehab-listing-slider .carousel .search-box img {
  width: 17px;
}

.rehab-listing-slider .carousel .tab-drop ul {
  padding: 10px;
  height: 300px;
  max-height: 300px;
  overflow: auto;
}

.rehab-listing-slider .carousel .tab-drop ul li a {
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}

.rehab-listing-slider .carousel .tab-drop ul li a:hover {
  background: rgba(243, 243, 243, 0.9);
  border-radius: 8px;
  padding: 8px 12px;
}

.rehab-listing-slider .carousel .box .tab-drop input {
  padding: 0;
  border: 0;
  height: auto;
  font-size: 15px;
}

.rehab-listing-slider .main-wrap-box {
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: start;
  gap: 80px;
  margin-top: 50px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 70px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box:hover {
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.09);
}

.rehab-listing-slider .main-wrap-box .left-box .load-more-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 50px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box:last-of-type {
  margin: 0;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .img-slider {
  padding: 20px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .img-slider .box {
  margin: 7px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .img-slider .box img {
  border-radius: 20px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .common-primary-btn {
  padding: 10px 30px;
  margin-top: 20px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
  padding: 0 40px 20px 40px;
}

.rehab-listing-slider .main-wrap-box .left-box {
  overflow: hidden;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider {
  padding: 20px 20px 0 20px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide {
  position: relative;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide p {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: pointer;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide img {
  border-radius: 20px;
  width: 100%;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .rehabslider-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .rehabslider-btn:after {
  font-size: 14px;
  font-weight: 900;
  color: #000;
}

.rehab-listing-slider .main-wrap-box .quick-fact {
  border: 1px solid #e8ded9;
  background: #f6f3f0;
  border-radius: 20px;
  padding: 30px;
}

.rehab-listing-slider .main-wrap-box .quick-fact .ginput_container_select {
  position: relative;
}

.rehab-listing-slider .main-wrap-box .quick-fact .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/down-arrow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.rehab-listing-slider .main-wrap-box .quick-fact p {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

.rehab-listing-slider .main-wrap-box .quick-fact .gform_heading,
.rehab-listing-slider .main-wrap-box .quick-fact .gform_footer.top_label {
  display: none;
}

.rehab-listing-slider .main-wrap-box .quick-fact select {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  padding: 17px 20px;
  border-radius: 5px;
}

.rehab-listing-slider .main-wrap-box .quick-fact legend {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  float: left;
  margin: 0;
}

.rehab-listing-slider .main-wrap-box .quick-fact #field_3_6 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.rehab-listing-slider .main-wrap-box .quick-fact #field_3_7 {
  margin-bottom: 10px;
}

.rehab-listing-slider .main-wrap-box .quick-fact .gfield_checkbox .gchoice,
.rehab-listing-slider .main-wrap-box .quick-fact fieldset,
.rehab-listing-slider .main-wrap-box .quick-fact .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rehab-listing-slider .main-wrap-box .quick-fact .gform_fields.top_label {
  gap: 10px !important;
}

.rehab-listing-slider .main-wrap-box .quick-fact .gfield_checkbox .gchoice .gfield-choice-input {
  width: 16px;
  height: 16px;
  accent-color: #ec5212;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading .img-box {
  position: absolute;
  bottom: 8px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
  position: relative;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box .dropdown-box-heading {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #222;
  font-weight: 600;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box .dropdown-box-text {
  font-size: 14px;
  line-height: 20px;
  color: #222;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text:hover .dropdown-box {
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 1;
  background: #fff;
  border: 1px solid #e2dada;
  width: 300px;
  border-radius: 10px;
  padding: 15px;
  height: auto;
  display: block;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box {
  display: none;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-top: 8px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
  background: #f6f3f0;
  border-radius: 10px;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 35px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text a {
  color: #63290f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list p {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: space-between;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul a {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul a:hover {
  color: #63290f;
  font-weight: 700;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 45px;
  margin-top: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 40px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box a {
  color: #ec5212;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: capitalize;
}

.rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box iframe {
  border-radius: 10px;
}

.rehab-detail-banner {
  background: #f6f3f0;
  padding-top: 130px;
  margin-top: -8px;
}

.rehab-detail-banner .wrap {
  display: grid;
  grid-template-columns: 590px 1fr;
  gap: 110px;
  align-items: start;
}

.rehab-detail-banner .wrap .left {
  padding-bottom: 120px;
}

.rehab-detail-banner .wrap .left .inner-common-h2 {
  line-height: 70px;
  margin-bottom: 10px !important;
  position: relative;
}

.rehab-detail-banner .wrap .left .inner-common-h2 span img {
  position: absolute;
  bottom: 25px;
}

.rehab-detail-banner .wrap .left .banner-heading {
  color: #ec5212;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}

.rehab-detail-banner .wrap .left .star-box {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.rehab-detail-banner .wrap .left .star-box p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.rehab-detail-banner .wrap .left .daily-rate-box {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.rehab-detail-banner .wrap .left .daily-rate-box a {
  color: #63290f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rehab-detail-banner .wrap .right {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.rehab-detail-banner .wrap .right .right-img-box iframe {
  border: 0;
  width: 233px;
  height: 223px;
}

.rehab-detail-banner .wrap .right .left-img-box div {
  position: relative;
}

.rehab-detail-banner .wrap .right .left-img-box div p {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 10px;
  cursor: pointer;
}

.rehab-detail-banner .wrap .right .right-img-box div {
  position: relative;
}

.rehab-detail-banner .wrap .right .right-img-box div p {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.09);
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  padding: 3px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rehab-detail-banner .wrap .right .right-img-box {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.detail-offer {
  padding: 65px 0 16px 0;
  position: relative;
}

.detail-offer::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  bottom: 16px;
  left: 0;
  width: 100%;
}

.detail-offer .detail-offer-tab {
  display: flex;
  align-items: center;
  gap: 50px;
}

.detail-offer .detail-offer-tab .offer-tab {
  padding-bottom: 16px;
}

.detail-offer .detail-offer-tab .offer-tab p {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  cursor: pointer;
}

.detail-offer .detail-offer-tab .offer-tab.active-a p {
  color: #ec5212;
}

.detail-offer .detail-offer-tab .offer-tab.active-a {
  border-bottom: 1px solid #ec5212;
}

.tab-detail {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 80px;
  padding: 50px 0 100px 0;
}

.tab-detail .detail-offer-box {
  overflow: hidden;
}

.tab-detail .offer-box {
  display: none;
}

.tab-detail .offer-box.tab-active {
  display: block;
}

.tab-detail .offer-box .galleryimage img {
  width: 100%;
  border-radius: 20px;
}

.tab-detail .offer-box .galleryimage .gallery-thumbss .slick-slide {
  cursor: pointer;
  margin: 0 7px;
}

.tab-detail .offer-box .galleryimage .gallery-tops {
  margin-bottom: 18px;
}

.tab-detail .offer-box .galleryimage .slick-arrow {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 1;
}

.tab-detail .offer-box .galleryimage .slick-arrow::before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tab-detail .offer-box .galleryimage .slick-next::before {
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/right-arrow.png");
}

.tab-detail .offer-box .galleryimage .slick-prev::before {
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/left-arrow.png");
  left: 47%;
}

.tab-detail .offer-box .galleryimage .slick-prev {
  left: 15px;
}

.tab-detail .offer-box .gallery-thumbss .slick-arrow {
  display: none !important;
}

.tab-detail .offer-box .gallery-thumbss .slick-track {
  display: flex;
}

.tab-detail .offer-box .galleryimage .slick-next {
  right: 15px;
}

.tab-detail .offer-box .galleryimage .gallery-thumbss .slick-current {
  border: 1px solid #ec5212;
  border-radius: 20px;
}

.tab-detail .offer-box .gallery-slider {
  overflow: hidden;
  position: relative;
}

.tab-detail .offer-box .gallery-slider .swiper-button-next,
.tab-detail .offer-box .gallery-slider .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
}

.tab-detail .offer-box .gallery-slider .swiper-button-next:after,
.tab-detail .offer-box .gallery-slider .swiper-button-prev:after {
  color: #000;
  font-size: 14px;
  font-weight: 900;
}

.tab-detail .offer-box .gallery-slider .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.tab-detail .offer-box .gallery-slider .gallery-thumbs .swiper-slide-active {
  border: 1px solid #ec5212;
  border-radius: 20px;
}

.tab-detail .offer-box .gallery-slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.tab-detail .offer-box .about-box .heading-main {
  color: #222;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  margin-top: 40px;
  margin-bottom: 8px;
}

.tab-detail .offer-box .list-ul {
  padding-bottom: 40px;
}

.tab-detail .offer-box .list-ul li {
  position: relative;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-left: 30px;
  padding-bottom: 6px;
}

.tab-detail .offer-box .list-ul li:last-of-type {
  padding-bottom: 0;
}

.tab-detail .offer-box .list-ul li::before {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/right-icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: 5px;
}

.tab-detail .offer-box .vision-box .vision-healing {
  font-weight: 600;
  margin-bottom: 20px;
}

.tab-detail .offer-box .vision-box {
  margin-bottom: 40px;
}

.tab-detail .offer-box .vision-box a {
  color: #ec5212;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tab-detail .offer-box .therapies-offered .therapies-offered-heading {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin: 40px 0 20px 0;
}

.tab-detail .offer-box .page-heading {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.tab-detail .offer-box .facilities-accommodation-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.tab-detail .offer-box .facilities-accommodation-box .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
  padding: 26px 13px;
}

.tab-detail .offer-box .facilities-accommodation-box .wrap p {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.tab-detail .offer-box .schedule-table {
  border-radius: 20px;
  width: 576px;
  overflow: hidden;
  margin: 40px 0;
}

.tab-detail .offer-box .schedule-table table {
  width: 100%;
}

.tab-detail .offer-box .gallery-box {
  padding: 50px 0;
}

.tab-detail .offer-box .schedule-table,
.tab-detail .offer-box .schedule-table tr th,
.tab-detail .offer-box .schedule-table tr td {
  border-collapse: collapse;
  border: 1px solid rgba(105, 189, 175, 0.3);
  background: #e7edec;
}

.tab-detail .offer-box .schedule-table thead tr th:first-child,
.tab-detail .offer-box .schedule-table tbody tr td:first-child {
  min-width: 157px;
  text-align: center;
}

.tab-detail .offer-box .schedule-table thead tr th:last-child,
.tab-detail .offer-box .schedule-table tbody tr td:last-child {
  padding-left: 40px;
}

.tab-detail .offer-box .schedule-table thead tr th {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  background: #69bdaf;
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid rgba(127, 132, 131, 0.3);
}

.tab-detail .offer-box .schedule-table tbody tr td {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px;
}

.tab-detail .offer-box .transparency-verification {
  border-radius: 20px;
  border: 1px solid rgba(255, 199, 199, 0.8);
  overflow: hidden;
}

.tab-detail .offer-box .transparency-verification .transparency-verification-heading {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  background: #ffc7c7;
  padding: 20px 38px;
  margin: 0;
}

.tab-detail .offer-box .transparency-verification-table table {
  width: 100%;
}

.tab-detail .offer-box .transparency-verification-table table {
  border: 0 !important;
}

.tab-detail .offer-box .transparency-verification-table,
.tab-detail .offer-box .transparency-verification-table thead tr th,
.tab-detail .offer-box .transparency-verification-table tbody tr td {
  border: 1px solid rgba(255, 199, 199, 0.8);
  border-collapse: collapse;
}

.tab-detail .offer-box .transparency-verification-table tbody {
  background: #ffebeb;
}

.tab-detail .offer-box .transparency-verification-table thead tr th {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.tab-detail .offer-box .transparency-verification-table thead tr th:first-child {
  padding: 10px 10px 10px 35px;
  min-width: 265px;
  border-left: 0;
}

.tab-detail .offer-box .transparency-verification-table tbody tr td:first-child {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 10px 10px 35px;
  min-width: 265px;
  border-left: 0;
}

.tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
.tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
  padding: 10px 10px 10px 35px;
  border-right: 0;
}

.tab-detail .offer-box .table-bottom {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 25px 35px;
  background: #ffebeb;
}

.tab-detail .tab-detail-sidebar .recovery-journey-box {
  background-color: rgba(105, 189, 175, 0.1019607843);
  border: 1px solid #69bdaf;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
}

.tab-detail .tab-detail-sidebar .recovery-journey-box::before {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/before-img.png");
  background-size: cover;
  background-position: center center;
  width: 154px;
  height: 143px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.tab-detail .tab-detail-sidebar .recovery-journey-box .common-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.tab-detail .tab-detail-sidebar .facilities-accommodation-list {
  border: 1px solid #e8ded9;
  background: #f6f3f0;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 50px;
}

.tab-detail .tab-detail-sidebar .facilities-accommodation-list p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.tab-detail .tab-detail-sidebar .facilities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 25px;
}

.tab-detail .tab-detail-sidebar .facilities-box {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
}

.tab-detail .tab-detail-sidebar .facilities-box p {
  color: #222;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px !important;
  margin: 0;
}

.tab-detail .tab-detail-sidebar .facilities-box div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #f6f3f0;
  flex-shrink: 0;
}

.tab-detail .tab-detail-sidebar .first-step-box {
  border: 1px solid rgba(105, 189, 175, 0.1490196078);
  border-radius: 20px;
  background: #e7edec;
  padding: 40px;
}

.tab-detail .tab-detail-sidebar .first-step-box .first-step-heading {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 5px;
}

.tab-detail .tab-detail-sidebar .first-step-box .first-step-text {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .gform_heading {
  display: none;
}

.tab-detail .tab-detail-sidebar .first-step-box .form input,
.tab-detail .tab-detail-sidebar .first-step-box .form textarea,
.tab-detail .tab-detail-sidebar .first-step-box .form select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 25px;
  border-radius: 5px;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .ginput_container_select {
  position: relative;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/down-arrow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tab-detail .tab-detail-sidebar .first-step-box .form select {
  padding: 13px 25px;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .ginput_container_textarea {
  line-height: 0;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .form_sublabel_below.description_below {
  gap: 10px !important;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .ginput_container_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
  margin-top: 12px;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .ginput_container_checkbox .gchoice input {
  width: 16px;
  height: 16px;
  accent-color: #ec5212;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .gform_footer.top_label {
  padding: 0;
  margin: 0;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .gform_footer.top_label input {
  background: #ec5212;
  display: flex;
  width: auto;
  height: 40px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  color: #fff;
  margin: 35px 0 0;
  border: 0;
}

.tab-detail .tab-detail-sidebar .first-step-box .form .gform_footer.top_label input :hover {
  background: #fd9169;
}

.clinical-team {
  background: #f6f3f0;
  padding: 100px 0;
}

.clinical-team .center {
  text-align: center;
  padding-bottom: 15px;
}

.clinical-team .swiper .swiper-slide {
  cursor: pointer;
}

.clinical-team .swiper .swiper-slide img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.clinical-team .swiper .team-bio {
  border-top: 4px solid #63290f !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 17px;
  border-radius: 0 0 0 20px;
  cursor: pointer;
}

.clinical-team .swiper .swiper-slide:hover .team-bio {
  background: #d7b29d;
}

.clinical-team .swiper .swiper-slide .team-bio .name {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.clinical-team .swiper .swiper-slide .team-bio .position {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.clinical-team .swiper .swiper-slide .team-bio .position span {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.clinical-team .swiper .swiper-button-prev,
.clinical-team .swiper .swiper-button-next {
  background: #d7b29d;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.clinical-team .swiper .swiper-button-prev:after,
.clinical-team .swiper .swiper-button-next:after {
  font-size: 18px;
  font-weight: 900;
  color: #000;
}

.real-storie {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../images/real-stories-section.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.real-storie::before {
  position: absolute;
  content: "";
  background: linear-gradient(176deg, #e7edec 15.83%, rgba(231, 237, 236, 0) 150.88%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.real-storie h2 {
  text-align: center;
}

.real-storie .container {
  z-index: 1;
  position: relative;
}

.real-storie .review-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 13px 4px 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.real-storie .review-box .right .heading {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  margin: 0;
}

.real-storie .review-box .right div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.real-storie .review-box .right div p {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.real-storie .recovery {
  margin-top: 25px;
}

.real-storie .recovery .swiper-slide p {
  color: #222;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px !important;
  max-width: 765px;
  margin: 0 auto;
}

.real-storie .recovery .swiper-slide .text {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: none;
  margin: 0 !important;
}

.real-storie .recovery .swiper-button-next,
.real-storie .recovery .swiper-button-prev {
  width: 70px;
  height: 28px;
}

.real-storie .recovery .swiper-button-next::after,
.real-storie .recovery .swiper-button-prev::after {
  display: none;
}

/* ==close== */
.blog-section {
  padding: 80px 0;
}

.blog-section .category-list-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.blog-section .category-list-btn a {
  color: #ec5212;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #ec5212;
  padding: 10px 30px;
  transition: all 0.5s;
  display: block;
}

.blog-section .category-list-btn a:hover {
  background: #ec5212;
  color: #fff;
}

.blog-section .blog-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-section .blog-wrap .blog-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  overflow: hidden;
}

.blog-section .blog-wrap .blog-box .img-box {
  display: block;
  height: 230px;
}

.blog-section .blog-wrap .blog-box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section .blog-wrap .blog-box .blog-content {
  padding: 20px;
}

.blog-section .blog-wrap .blog-box .blog-content .date {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 6px;
}

.blog-section .blog-wrap .blog-box .blog-content .category {
  color: #63290f;
  font-size: 17px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
}

.blog-section .blog-wrap .blog-box .blog-content .heading a {
  color: #222;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
}

.blog-section .blog-wrap .blog-box .blog-content .heading a:hover {
  color: #ec5212;
}

.single-post-blog {
  padding: 100px 0;
}

.single-post-blog .wrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-left: 20px;
}

.single-post-blog .wrap .sidebar {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}

.single-post-blog .wrap .sidebar::before {
  position: absolute;
  content: "";
  border-left: 1px solid rgba(236, 82, 18, 0.27);
  height: 100%;
  left: -20px;
}

.single-post-blog .wrap .sidebar .sidebar-box {
  margin-bottom: 30px;
  position: relative;
}

.single-post-blog .wrap .sidebar .sidebar-box:last-of-type {
  margin-bottom: 0;
}

.single-post-blog .wrap .sidebar .sidebar-box .addtoany_shortcode .addtoany_share {
  display: none;
}

.single-post-blog .wrap .sidebar .sidebar-box .addtoany_shortcode .a2a_button_x,
.single-post-blog .wrap .sidebar .sidebar-box .addtoany_shortcode .a2a_button_facebook {
  width: 40px;
  height: 40px;
}

.single-post-blog .wrap .sidebar .sidebar-box:before {
  position: absolute;
  content: "";
  border-left: 1px solid rgb(236, 82, 18);
  height: 24px;
  left: -20px;
}

.single-post-blog .wrap .sidebar .sidebar-box ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.single-post-blog .wrap .sidebar .sidebar-box ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ec5212;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.single-post-blog .wrap .sidebar .sidebar-box .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #222;
  margin-bottom: 6px;
}

.single-post-blog .wrap .sidebar .sidebar-box .date,
.single-post-blog .wrap .sidebar .sidebar-box .date a:hover {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  color: #333;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_heading {
  display: none;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_fields {
  grid-template-columns: auto !important;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_fields .gfield {
  grid-column: span 12;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_fields .gfield input,
.single-post-blog .wrap .sidebar .sidebar-box .gform_fields .gfield textarea {
  background: #f6f3f0;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 0;
  padding: 8px 15px;
  border-radius: 6px;
  color: #222;
}

.single-post-blog .wrap .sidebar .sidebar-box .ginput_container_textarea {
  line-height: 0;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_footer.top_label {
  padding: 0;
  margin: 0;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_footer.top_label .gform_button {
  color: #fff;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120% !important;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  border-radius: 32px;
  background: #ec5212;
  padding: 14px 30px;
  border: 0;
  width: auto;
  outline: none;
  margin: 0;
  transition: all 0.5s;
  margin-top: 16px;
}

.single-post-blog .wrap .sidebar .sidebar-box .gform_footer.top_label .gform_button:hover {
  opacity: 90%;
}

.single-post-blog .wrap .right-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  color: #222;
}

.single-post-blog .wrap .right-box .category-date {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.single-post-blog .wrap .right-box .date {
  position: relative;
}

.single-post-blog .wrap .right-box a {
  color: #ec5212;
}

.single-post-blog .wrap .right-box .imgs img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.single-post-blog .wrap .right-box .date:before {
  position: absolute;
  content: "";
  border-right: 1px solid #dcdcdc;
  height: 100%;
  right: -15px;
}

.single-post-blog .wrap .right-box .date,
.single-post-blog .wrap .right-box .category {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.single-post-blog .wrap .right-box .category {
  color: #ec5212;
}

.single-post-blog .wrap .right-box ul,
.single-post-blog .wrap .right-box ul li {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

.single-post-blog .wrap .right-box ul li,
.single-post-blog .wrap .right-box ol li {
  margin-bottom: 8px !important;
  padding: 0;
}

.single-post-blog .wrap .right-box ol,
.single-post-blog .wrap .right-box ol li {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 16px;
}

.single-post-blog .wrap .right-box h1 {
  margin: 0px 0 10px 0;
}

.single-post-blog .wrap .right-box p:last-of-type {
  margin: 0;
}

.single-post-blog .wrap .right-box h2,
.single-post-blog .wrap .right-box h3,
.single-post-blog .wrap .right-box h4,
.single-post-blog .wrap .right-box h5,
.single-post-blog .wrap .right-box h6 {
  margin: 25px 0 10px 0;
  font-weight: 600;
  line-height: 120%;
  color: #222;
}

.single-post-blog .wrap .right-box h2 {
  font-size: 40px;
}

.single-post-blog .wrap .right-box h3 {
  font-size: 30px;
}

.single-post-blog .wrap .right-box h4 {
  font-size: 26px;
}

.single-post-blog .wrap .right-box h5 {
  font-size: 20px;
}

.single-post-blog .wrap .right-box blockquote {
  margin: 20px 40px;
  padding-left: 20px;
  border-left: 3px solid #ec5212;
}

.single-post-blog .wrap .right-box blockquote p {
  font-weight: 500;
  font-style: italic;
}

.single-post-blog .wrap .right-box table {
  margin-bottom: 20px;
  width: 100%;
}

.single-post-blog .wrap .right-box table tr td,
.single-post-blog .wrap .right-box table tr th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.page-template-resources .paginations {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 100px;
}

.page-template-resources .paginations .page-numbers {
  border-radius: 4px;
  border: 1px solid #ec5212;
  background: #f6f3f0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-resources .paginations .page-numbers.current {
  border: 1px solid #ec5212;
  background: #ec5212;
  color: #fff;
}

.page-template-resources .paginations .prev,
.page-template-resources .paginations .next {
  width: unset;
  height: unset;
  background: transparent;
  border: transparent;
}

.category section .header {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #f6f3f0;
  margin-top: -8px;
}

.category section .header h1 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  min-width: 705px;
  max-width: 705px;
  padding: 55px 0px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 80px 0;
}

.category-list .post {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 21px 7px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  transition: all ease 0.5s;
}

.category-list .post:hover {
  transform: scale(1.05);
  transition: all ease 0.5s;
}

.category-list .post .post-edit-link,
.category-list .post .entry-meta,
.category-list .post p {
  display: none;
}

.category-list .post h2 a {
  font-size: 16px;
  line-height: 140%;
  padding: 20px;
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222;
}

.category-list .post h2 a:hover {
  color: #222;
}

.entry-summary a {
  width: 100%;
}

.entry-summary a img {
  width: 100%;
  height: 234px;
  max-height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-box .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.sidebar-box .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-box .author-name {
  margin: 0 !important;
}

.sidebar-box .author-name a {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #222;
  margin-bottom: 5px;
  margin-top: 3px;
}

.author .authordiv {
  padding-top: 80px;
}

.author .authordiv .inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.author .authordiv .inner .left {
  width: 170px;
}

.author .authordiv .inner .left img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.author .authordiv .inner .right h1 {
  font-size: 54px;
  font-weight: 300;
}

.author .authordiv .inner .right a.mails {
  display: block;
  padding: 0 0 0 30px;
  line-height: 140%;
  position: relative;
  margin-top: 15px;
}

.author .authordiv .inner .right a.mails::before {
  background-image: url("../images/author-mail-icon.svg");
  height: 18px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 3px;
}

.author .authordiv .inner .right a.mails:hover {
  color: #ec5212;
}

.author .blog-wrap.our-blog {
  padding: 50px 0 100px 0;
}

.author .author-text {
  padding-top: 60px;
}

.author .innerblog h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.blog-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-wrap ul li .img-box {
  display: block;
  height: 230px;
}

.blog-wrap ul li .img-box a {
  display: inline;
}

.blog-wrap ul li .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.blog-wrap ul li .contain {
  margin-top: 20px;
}

.blog-wrap ul li .date {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 6px;
}

.blog-wrap ul li .heading {
  margin-bottom: 10px;
}

.blog-wrap ul li .heading a {
  color: #222;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
}

.blog-wrap ul li .heading a:hover {
  color: #ec5212;
}

.blog-wrap ul li p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  line-height: 160%;
}

.blog-wrap ul li .read-more {
  color: #fd8024;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  padding-right: 26px;
  transition: all ease 0.5s;
  overflow: hidden;
}

.blog-wrap ul li .read-more::before {
  left: -25px;
  right: auto;
  opacity: 0;
  pointer-events: none;
}

.blog-wrap ul li .read-more::after,
.blog-wrap ul li .read-more::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 3px;
  width: 15px;
  height: 10px;
  display: block;
  background: url(../images/author-right-icon-blog.svg) no-repeat;
  transition: all ease 0.5s;
  background-size: contain;
}

.blog-wrap ul li .read-more:hover {
  padding-right: 0;
  padding-left: 26px;
}

.blog-wrap ul li .read-more:hover::before {
  left: 0;
  opacity: 1;
  pointer-events: all;
}

.blog-wrap ul li .read-more:hover::after {
  right: -20px;
  opacity: 0;
  pointer-events: none;
}

.author .blog-wrap .paginations {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 50px;
}

.author .blog-wrap .paginations .page-numbers.current {
  border: 1px solid #ec5212;
  background: #ec5212;
  color: #fff;
}

.author .blog-wrap .paginations .page-numbers {
  border-radius: 4px;
  border: 1px solid #ec5212;
  background: rgba(236, 82, 18, 0.1019607843);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author .blog-wrap .paginations .prev,
.author .blog-wrap .paginations .next {
  width: unset;
  height: unset;
  background: transparent;
  border: transparent;
}

.inner-banner-section.faq {
  padding-top: 0;
  padding-bottom: 0;
}

.inner-banner-section.faq .left {
  min-width: inherit;
  max-width: inherit;
  padding: 85px 0px;
  width: 100%;
  text-align: center;
}

.inner-banner-section.faq .left h1 {
  margin-bottom: 0;
  max-width: 100%;
}

.faq-page-sec {
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-page-sec .wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 20px;
}

.faq-page-sec .left-wrap .links {
  position: sticky;
  top: 150px;
}

.faq-page-sec .left-wrap ul li {
  padding: 0 0 25px;
}

.faq-page-sec .left-wrap ul li a {
  color: #131313;
  font-size: 20px;
  font-weight: 500;
}

.faq-page-sec .left-wrap ul li a:hover,
.faq-page-sec .left-wrap ul li a.active {
  color: #ec5212;
}

.faq-page-sec ul.faq li {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-page-sec .right-wrap h3 {
  color: #061358;
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 35px;
  margin: 0;
}

.faq-page-sec .right-wrap .single-faq {
  padding-bottom: 60px;
}

.faq-page-sec .right-wrap .single-faq:last-child,
.faq-page-sec .left-wrap ul li:last-child {
  padding-bottom: 0 !important;
}

.faq-page-sec .right-wrap .highlight {
  background-color: yellow;
}

ul.faq li {
  padding: 0 !important;
  margin: 0 0 20px;
  border: 1px solid transparent;
}

ul.faq li:last-child {
  margin-bottom: 0;
}

ul.faq li::before {
  content: none !important;
}

ul.faq li a {
  color: #466c83;
  border-bottom: 1px solid;
}

ul.faq li a:hover {
  color: #fd8024;
}

ul.faq li .faq-question {
  font-family: "Gothic A1";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 25px 50px 25px 45px;
  cursor: pointer;
  position: relative;
  background: #fff;
  border-radius: 5px;
}

ul.faq li .faq-question strong {
  color: #131313;
}

ul.faq li .faq-question[data-status=open] strong {
  color: #ec5212;
}

ul.faq li .faq-question::after {
  position: absolute;
  content: "";
  right: 26px;
  left: auto;
  top: 30px;
  background-image: url("../images/toggle-plus-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

ul.faq li .faq-question[data-status=open]::after {
  background-image: url("../images/toggle-minus-icon.png");
  height: 4px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(51%) saturate(5090%) hue-rotate(355deg) brightness(95%) contrast(94%);
  top: 37px;
}

ul.faq li.open {
  border-color: #ec5212;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}

ul.faq li .answer_faq {
  display: none;
}

ul.faq li .answer_faq .faq-answer {
  padding: 0px 45px 20px;
  background: #fff;
}

.id-wraper {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.seachpage {
  padding: 100px 0;
}

.seachpage h1.entry-title {
  color: #000 !important;
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}

.no-results p {
  text-align: center;
}

.seachpage .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px !important;
}

.seachpage .list article a img {
  width: 100%;
}

.seachpage .list article {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  display: flex;
  flex-direction: column;
}

.seachpage .list article h2.entry-title a {
  color: #10263f;
  font-size: 22px;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 10px;
}

.seachpage .list article header {
  order: 2;
}

.seachpage .list article .entry-summary p {
  display: none;
}

.policy-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy-content-section h2,
.policy-content-section h3 {
  color: #222;
  font-family: "Gothic A1";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 10px;
}

.policy-content-section h3 {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: bold;
}

.policy-content-section p,
.policy-content-section a,
.policy-content-section ul li {
  color: #222;
  font-family: "Gothic A1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.policy-content-section p {
  margin-bottom: 30px;
}

.policy-content-section a {
  color: #EC5212;
}

.policy-content-section ul {
  margin-bottom: 25px;
}

.policy-content-section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.policy-content-section ul li:last-child {
  margin-bottom: 0;
}

.policy-content-section ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
}

body.search {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer-section {
  margin-top: auto;
}

.top-footer {
  background: #F6F3F0;
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
}

.top-footer .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 295px;
}

.top-footer h5 {
  color: #EC5212;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

.top-footer .left ul.menu {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  grid-gap: 30px 30px;
}

.top-footer .left ul.menu li {
  line-height: 0;
}

.top-footer .left ul.menu li a {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-footer .left ul.menu li a:hover {
  color: #ec5212;
}

.top-footer .center .logo-wrap {
  margin-bottom: 0;
}

.top-footer .center .logo-wrap a {
  display: block;
}

.top-footer .center .logo-wrap a img {
  margin: 0px auto;
}

.top-footer .center .social-wrap p {
  color: #222;
  text-align: center;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.top-footer .center .social-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px 15px;
}

.top-footer .center .social-wrap ul li a {
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFF;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-footer .center .social-wrap ul li a img {
  margin: auto;
}

.top-footer .right ul li {
  padding-bottom: 30px;
  line-height: 0;
}

.top-footer .right ul li:last-child {
  padding-bottom: 0;
}

.top-footer .right ul li span {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.top-footer .right ul li a {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.top-footer .right ul li:last-child a {
  font-size: 20px;
  line-height: 30px;
}

.top-footer .right ul li a:hover {
  color: #ec5212;
}

.bottom-footer {
  background: #fff;
  padding: 35px 0px;
}

.bottom-footer .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 20px;
}

.bottom-footer .left {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 11px;
}

.bottom-footer .left a {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.bottom-footer .left a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: auto;
  right: -7px;
  bottom: 0;
  background: #222;
  width: 1px;
  height: 16px;
}

.bottom-footer .left a:last-child::before {
  display: none;
}

.bottom-footer .right {
  margin-left: auto;
}

.bottom-footer .right p {
  color: #222;
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-footer .right.center {
  display: none;
}

.bottom-footer .left a:nth-child(2)::before {
  display: none;
}

.bottom-footer .left a:hover {
  color: #ec5212;
}

@media only screen and (min-width: 1901px) {
  .inner-explore-verified-section {
    height: 25.9895833333vw;
    padding-top: 3.90625vw;
    padding-bottom: 3.6458333333vw;
  }
  .inner-explore-verified-section.verified-rehab-directory {
    padding-top: 4.6875vw;
  }
  .inner-explore-verified-section .wrap {
    max-width: 42.7083333333vw;
  }
  .inner-explore-verified-section.verified-rehab-directory.team {
    padding-top: 3.6875vw;
  }
}
@media only screen and (min-width: 1930px) and (max-width: 5000px) {
  #header::before {
    bottom: -16px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  .who-for-section ul li .bottom p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-explore-verified-section {
    height: 469px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .inner-explore-verified-section p {
    font-size: 18px;
    margin-bottom: 20px !important;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: 550px;
  }
  .inner-explore-verified-section.verified-rehab-directory {
    height: 415px;
  }
  .inner-different-banner-section::before {
    clip-path: polygon(19% 0, 100% 85%, 100% 0);
  }
  .inner-different-banner-section .wrap::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    height: 275px;
  }
  .inner-different-banner-section .right::before {
    top: 0px;
    left: auto;
    right: 150px;
    bottom: auto;
    width: 360px;
    height: 360px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .container {
    width: 1300px !important;
  }
  body {
    padding: 70px 0 0 0;
  }
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main {
    gap: 0px 40px;
  }
  .header-left .nav-main ul.menu {
    gap: 0px 26px;
  }
  .header-left .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-center .logo a img {
    max-width: 206px;
  }
  .header form input {
    max-width: 174px;
  }
  .header-center {
    padding-top: 0;
  }
  .header .contact-btn a {
    font-size: 17px;
    padding: 10px 25px;
  }
  #header::before {
    top: auto;
    left: 22px;
    right: 0;
    bottom: -17px;
    width: 227px;
    height: 17px;
    background-size: 230px;
  }
  .banner-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .banner-section .wrap {
    gap: 0px 170px;
  }
  .banner-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .banner-section .left h1 {
    font-size: 55px;
    line-height: 59px;
    margin-bottom: 20px;
  }
  .banner-section .left h1 span {
    font-size: 61px;
  }
  .banner-section .left p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .common-outline-btn {
    font-size: 15px;
    padding: 16px 25px;
  }
  .banner-section::before {
    display: none;
  }
  .why-we-exist-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .logo-section ul li .logo-wrap {
    height: 90px;
    padding: 10px 25px;
  }
  .why-we-exist-section .wrap {
    gap: 0px 45px;
  }
  .why-we-exist-section .left {
    min-width: 600px;
    max-width: 600px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    gap: 0px 30px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: 380px;
    max-width: 380px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 20px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .common-h2 {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  .why-we-exist-section .right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .who-for-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .who-for-section ul {
    padding-top: 30px;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
  }
  .who-for-section ul li .bottom p {
    font-size: 16px;
    line-height: 25px;
  }
  .who-for-section ul li .bottom {
    padding: 25px 27px 20px 27px;
  }
  .fina-a-rehab-section .left {
    min-width: 555px;
    max-width: 555px;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .fina-a-rehab-section .wrap {
    gap: 0px 120px;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 6px;
  }
  .fina-a-rehab-section .left span {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .fina-a-rehab-section .left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .how-it-work-section {
    padding-top: 80px;
  }
  .how-it-work-section ul li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 27px;
  }
  .how-it-work-section ul {
    grid-gap: 0px 119px;
  }
  .why-trust-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .why-trust-section .wrap {
    gap: 0px 100px;
  }
  .why-trust-section .left {
    min-width: 485px;
    max-width: 485px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 18px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 19px;
  }
  .logo-section {
    padding-bottom: 10px;
  }
  .common-h2 span {
    font-size: 47px;
  }
  .real-story-section ul li p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .real-story-section {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .verified-section .wrap {
    gap: 0px 60px;
  }
  .verified-section .left {
    padding-top: 70px;
  }
  .verified-section .left .common-h2 span {
    font-size: 58px;
  }
  .verified-section .left p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  .top-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .top-footer .wrap {
    gap: 0px 245px;
  }
  .bottom-footer {
    padding: 30px 0px;
  }
  .inner-banner-section {
    padding-top: 60px;
  }
  .inner-banner-section .left h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 18px;
    max-width: 560px;
  }
  .inner-verification-section .wrap {
    gap: 0px 115px;
  }
  .inner-common-h2 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 25px !important;
  }
  .inner-verification-framework-section {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .inner-integrity-section .wrap {
    padding: 65px 80px;
  }
  .inner-explore-verified-section {
    height: 429px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .inner-explore-verified-section p {
    font-size: 18px;
    margin-bottom: 20px !important;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: 655px;
    max-width: 655px;
  }
  .inner-banner-section.verified-rehab-directory .left h1 {
    max-width: inherit;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: 490px;
  }
  .inner-explore-verified-section.verified-rehab-directory {
    height: 389px;
  }
  .inner-clarity-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 40px;
    grid-gap: 0px 50px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 35px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 30px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-right ul li {
    padding: 15px;
  }
  .inner-clarity-section .inner-right ul li p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-what-verified-section .wrap {
    gap: 0px 115px;
  }
  .inner-what-verified-section {
    padding-bottom: 80px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 45px 70px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 0px 50px;
  }
  .inner-integrity-section {
    padding-bottom: 90px;
  }
  .how-use-directory-section {
    padding: 80px 0px;
  }
  .how-use-directory-section .wrap {
    gap: 0px 75px;
  }
  .how-use-directory-section .left {
    min-width: 570px;
    max-width: 570px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .how-use-directory-section .inner-right ul.common-ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-different-banner-section::before {
    clip-path: polygon(58% 0, 100% 44%, 100% 0);
  }
  .inner-different-banner-section .wrap::before {
    width: 340px;
    height: 275px;
  }
  .inner-different-banner-section .right::before {
    width: 456px;
    height: 456px;
    top: -20px;
    left: auto;
    right: -10px;
    bottom: auto;
  }
  .inner-different-banner-section .right h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .about-section .wrap {
    gap: 100px;
  }
  .about-section::before {
    height: 545px;
  }
  .about-section .wrap .img-box .img-text {
    padding: 28px;
  }
  .our-platform-designed .wrap {
    gap: 80px;
  }
  .our-platform-designed:before {
    bottom: 110px;
  }
  .honest-recovery-landscape ul li:nth-child(4) {
    right: 220px;
  }
  .rehab-listing-slider .main-wrap-box {
    gap: 60px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
    padding: 0 30px 20px 30px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 35px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
    gap: 15px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
    margin-bottom: 30px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
    font-size: 26px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    margin-top: 30px;
    gap: 35px;
    padding-bottom: 30px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    margin-bottom: 14px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact {
    padding: 26px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact select {
    padding: 14px 18px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box {
    margin-bottom: 60px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 {
    line-height: unset;
  }
  .rehab-detail-banner .wrap .left {
    padding-bottom: 100px;
  }
  .rehab-detail-banner .wrap {
    gap: 60px;
    grid-template-columns: 540px 1fr;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 16px 10px;
  }
  .tab-detail .offer-box .about-box .heading-main {
    font-size: 45px;
    line-height: 50px;
    margin-top: 30px;
  }
  .tab-detail .offer-box .vision-box {
    margin-bottom: 35px;
  }
  .tab-detail .offer-box .list-ul {
    padding-bottom: 35px;
  }
  .tab-detail .offer-box .gallery-box {
    padding: 35px 0;
  }
  .tab-detail {
    gap: 70px;
  }
  .single-post-blog .wrap .right-box h1 {
    font-size: 45px !important;
  }
  .single-post-blog .wrap .right-box h2 {
    font-size: 38px !important;
  }
  .single-post-blog .wrap .right-box h3 {
    font-size: 28px !important;
  }
  .single-post-blog .wrap .right-box h4 {
    font-size: 24px !important;
  }
  .single-post-blog .wrap .right-box h5 {
    font-size: 19px !important;
  }
  .faq-page-sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 18px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 19px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1499px) {
  .container {
    width: 1200px !important;
  }
  body {
    padding: 70px 0 0 0;
  }
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main {
    gap: 0px 40px;
  }
  .header-left .nav-main ul.menu {
    gap: 0px 26px;
  }
  .header-left .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-center .logo a img {
    max-width: 206px;
  }
  .header form input {
    max-width: 174px;
  }
  .header-center {
    padding-top: 0;
  }
  .header .contact-btn a {
    font-size: 17px;
    padding: 10px 25px;
  }
  #header::before {
    top: auto;
    left: 22px;
    right: 0;
    bottom: -17px;
    width: 227px;
    height: 17px;
    background-size: 230px;
  }
  .banner-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .banner-section .wrap {
    gap: 0px 110px;
  }
  .banner-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .banner-section .left h1 {
    font-size: 55px;
    line-height: 59px;
    margin-bottom: 20px;
  }
  .banner-section .left h1 span {
    font-size: 61px;
  }
  .banner-section .left p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .common-outline-btn {
    font-size: 15px;
    padding: 16px 25px;
  }
  .banner-section::before {
    display: none;
  }
  .why-we-exist-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .logo-section ul li .logo-wrap {
    height: 90px;
    padding: 10px 25px;
  }
  .why-we-exist-section .wrap {
    gap: 0px 45px;
  }
  .why-we-exist-section .left {
    min-width: 600px;
    max-width: 600px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    gap: 0px 30px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: 380px;
    max-width: 380px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 20px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .common-h2 {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  .why-we-exist-section .right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .who-for-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .who-for-section ul {
    padding-top: 30px;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
  }
  .who-for-section ul li .bottom p {
    font-size: 16px;
    line-height: 25px;
  }
  .who-for-section ul li .bottom {
    padding: 25px 27px 20px 27px;
  }
  .fina-a-rehab-section .left {
    min-width: 555px;
    max-width: 555px;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .fina-a-rehab-section .wrap {
    gap: 0px 90px;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 6px;
  }
  .fina-a-rehab-section .left span {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .fina-a-rehab-section .left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .how-it-work-section {
    padding-top: 80px;
  }
  .how-it-work-section ul li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 27px;
  }
  .how-it-work-section ul {
    grid-gap: 0px 119px;
  }
  .how-it-work-section ul::before {
    top: 97px;
    left: 83px;
    width: 1020px;
    height: 39px;
    background-size: 1020px;
  }
  .why-trust-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .why-trust-section .wrap {
    gap: 0px 100px;
  }
  .why-trust-section .left {
    min-width: 485px;
    max-width: 485px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 18px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 19px;
  }
  .logo-section {
    padding-bottom: 10px;
  }
  .common-h2 span {
    font-size: 47px;
  }
  .real-story-section ul li p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .real-story-section {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .verified-section .wrap {
    gap: 0px 60px;
  }
  .verified-section .left {
    padding-top: 70px;
  }
  .verified-section .left .common-h2 span {
    font-size: 58px;
  }
  .verified-section .left p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  .top-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .top-footer .wrap {
    gap: 0px 245px;
  }
  .bottom-footer {
    padding: 30px 0px;
  }
  .inner-banner-section {
    padding-top: 50px;
  }
  .inner-banner-section .left {
    min-width: 555px;
    max-width: 555px;
    padding: 50px 0px 60px 0px;
  }
  .inner-banner-section .wrap {
    gap: 0px 85px;
  }
  .inner-banner-section .left h1 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .inner-banner-section .left p {
    font-size: 19px;
    line-height: 29px;
  }
  .inner-verification-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-verification-section .wrap {
    gap: 0px 85px;
  }
  .inner-common-h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .inner-verification-framework-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-verification-framework-section .section-content {
    max-width: 450px;
  }
  .inner-verification-framework-section .section-content p {
    font-size: 17px;
  }
  .inner-verification-framework-section ul {
    margin-top: 35px;
  }
  .inner-verified-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-verified-section .wrap {
    gap: 0px 70px;
  }
  .inner-verified-section .left .inner-common-h2 {
    max-width: 430px;
  }
  .inner-integrity-section .wrap {
    padding: 45px 40px;
  }
  .inner-integrity-section .wrap::after {
    left: 320px;
  }
  .inner-benefits-section .section-content-wrap {
    max-width: 575px;
  }
  .inner-benefits-section ul li h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .inner-explore-verified-section {
    height: 429px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .inner-explore-verified-section .inner-wrap .inner-common-h2.white {
    max-width: 390px;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: 615px;
    max-width: 615px;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: 490px;
  }
  .inner-clarity-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 40px;
    grid-gap: 0px 50px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 35px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 30px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-right ul li {
    padding: 15px;
  }
  .inner-clarity-section .inner-right ul li p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-clarity-section .inner-right ul li .icon img {
    max-width: 180px;
  }
  .inner-what-verified-section .wrap {
    gap: 0px 115px;
  }
  .inner-what-verified-section {
    padding-bottom: 80px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 45px 70px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 0px 50px;
  }
  .inner-integrity-section {
    padding-bottom: 90px;
  }
  .how-use-directory-section {
    padding: 80px 0px;
  }
  .how-use-directory-section .wrap {
    gap: 0px 75px;
  }
  .how-use-directory-section .left {
    min-width: 480px;
    max-width: 480px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .how-use-directory-section .inner-right ul.common-ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-different-banner-section::before {
    clip-path: polygon(58% 0, 100% 44%, 100% 0);
  }
  .inner-different-banner-section .wrap::before {
    width: 350px;
    height: 235px;
  }
  .inner-different-banner-section .right::before {
    top: -60px;
    right: 40px;
    width: 315px;
    height: 315px;
  }
  .inner-different-banner-section {
    padding-top: 80px;
  }
  .inner-different-banner-section .wrap {
    gap: 0 65px;
  }
  .inner-different-banner-section .left {
    min-width: 550px;
    max-width: 550px;
  }
  .inner-different-banner-section .right span.inner-h1-title-span {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .inner-different-banner-section .right h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 18px;
  }
  .inner-different-banner-section .right p {
    font-size: 18px;
  }
  .inner-different-banner-section .right {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .story-section ul li .wrap {
    gap: 0 80px;
  }
  .story-section ul li .left {
    min-width: 560px;
    max-width: 560px;
  }
  .story-section ul li .left .content-wrap span:last-child {
    margin-right: -45px;
    top: -116px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:first-child {
    top: -50px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
    margin-right: -40px;
  }
  .story-section ul li .left .content-wrap span:first-child {
    top: 162px;
  }
  .inner-integrity-section.team .right {
    min-width: 400px;
    max-width: 400px;
  }
  .about-section .wrap {
    gap: 80px;
  }
  .about-section::before {
    height: 545px;
    bottom: 90px;
  }
  .about-section .wrap .img-box .img-text {
    padding: 26px;
  }
  .our-platform-designed .wrap {
    grid-template-columns: 450px 1fr;
    gap: 70px;
  }
  .our-platform-designed .wrap .wrap-box {
    margin-top: 60px;
  }
  .our-platform-designed:before {
    bottom: 150px;
  }
  .honest-recovery-landscape ul li:nth-child(2) {
    right: -50px;
  }
  .honest-recovery-landscape ul li:first-child {
    left: -50px;
  }
  .honest-recovery-landscape ul li:nth-child(4) {
    right: 180px;
  }
  .rehab-listing-slider .main-wrap-box {
    gap: 50px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
    padding: 0 20px 20px 20px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 15px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
    gap: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
    margin-bottom: 25px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
    font-size: 24px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    margin-top: 25px;
    gap: 25px;
    padding-bottom: 25px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    margin-bottom: 12px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact {
    padding: 24px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact select {
    padding: 14px 18px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box {
    margin-bottom: 50px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 {
    line-height: unset;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 span img {
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  .rehab-detail-banner .wrap .left {
    padding-bottom: 100px;
  }
  .rehab-detail-banner .wrap {
    gap: 40px;
    grid-template-columns: 445px 1fr;
  }
  .rehab-detail-banner .wrap .left .daily-rate-box {
    flex-wrap: wrap;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 16px 10px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 16px 10px;
  }
  .tab-detail .offer-box .about-box .heading-main {
    font-size: 40px;
    line-height: 50px;
    margin-top: 25px;
  }
  .tab-detail .offer-box .vision-box {
    margin-bottom: 25px;
  }
  .tab-detail .offer-box .list-ul {
    padding-bottom: 25px;
  }
  .tab-detail .offer-box .gallery-box {
    padding: 25px 0;
  }
  .tab-detail {
    gap: 60px;
  }
  .tab-detail .offer-box .page-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .tab-detail .offer-box .transparency-verification .transparency-verification-heading {
    padding: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  .tab-detail .offer-box .table-bottom {
    padding: 20px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 35px;
    font-size: 17px;
  }
  .tab-detail .offer-box .schedule-table tbody tr td {
    font-size: 17px;
    padding: 9px;
  }
  .detail-offer .detail-offer-tab {
    gap: 40px;
  }
  .clinical-team .swiper .team-bio {
    padding: 15px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .heading a {
    font-size: 20px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .category {
    font-size: 16px;
  }
  .blog-section .blog-wrap {
    gap: 26px;
  }
  .blog-section .blog-wrap .blog-box .img-box {
    height: 200px;
  }
  .single-post-blog .wrap .right-box h1 {
    font-size: 40px !important;
  }
  .single-post-blog .wrap .right-box h2 {
    font-size: 36px !important;
  }
  .single-post-blog .wrap .right-box h3 {
    font-size: 26px !important;
  }
  .single-post-blog .wrap .right-box h4 {
    font-size: 23px !important;
  }
  .single-post-blog .wrap .right-box h5 {
    font-size: 18px !important;
  }
  .category section .header h1 {
    font-size: 46px;
    line-height: 55px;
    padding: 50px 0px 60px 0px;
  }
  .category section .header {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .top-footer .center .logo-wrap a img {
    max-width: 280px;
  }
  .faq-page-sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 18px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 19px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1110px;
  }
  body {
    padding: 70px 0 0 0;
  }
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main {
    gap: 0px 40px;
  }
  .header-left .nav-main ul.menu {
    gap: 0px 26px;
  }
  .header-left .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-center .logo a img {
    max-width: 206px;
  }
  .header form input {
    max-width: 174px;
  }
  .header-center {
    padding-top: 0;
  }
  .header .contact-btn a {
    font-size: 17px;
    padding: 10px 25px;
  }
  #header::before {
    top: auto;
    left: 22px;
    right: 0;
    bottom: -17px;
    width: 227px;
    height: 17px;
    background-size: 230px;
  }
  .banner-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .banner-section .wrap {
    gap: 0px 110px;
  }
  .banner-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .banner-section .left h1 {
    font-size: 55px;
    line-height: 59px;
    margin-bottom: 20px;
  }
  .banner-section .left h1 span {
    font-size: 61px;
  }
  .banner-section .left p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .common-outline-btn {
    font-size: 15px;
    padding: 16px 25px;
  }
  .banner-section::before {
    display: none;
  }
  .why-we-exist-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .logo-section ul li .logo-wrap {
    height: 90px;
    padding: 10px 25px;
  }
  .why-we-exist-section .wrap {
    gap: 0px 45px;
  }
  .why-we-exist-section .left {
    min-width: 600px;
    max-width: 600px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    gap: 0px 30px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: 380px;
    max-width: 380px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 20px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .common-h2 {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  .why-we-exist-section .right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .who-for-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .who-for-section ul {
    padding-top: 30px;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
  }
  .who-for-section ul li .bottom p {
    font-size: 16px;
    line-height: 25px;
  }
  .who-for-section ul li .bottom {
    padding: 25px 27px 20px 27px;
  }
  .fina-a-rehab-section .left {
    min-width: 555px;
    max-width: 555px;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .fina-a-rehab-section .wrap {
    gap: 0px 90px;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 6px;
  }
  .fina-a-rehab-section .left span {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .fina-a-rehab-section .left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .how-it-work-section {
    padding-top: 80px;
  }
  .how-it-work-section ul li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 27px;
  }
  .how-it-work-section ul {
    grid-gap: 0px 140px;
  }
  .how-it-work-section ul::before {
    top: 87px;
    left: 93px;
    width: 940px;
    height: 39px;
    background-size: 940px;
  }
  .why-trust-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .why-trust-section .wrap {
    gap: 0px 100px;
  }
  .why-trust-section .left {
    min-width: 485px;
    max-width: 485px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 18px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 19px;
  }
  .logo-section {
    padding-bottom: 10px;
  }
  .common-h2 span {
    font-size: 47px;
  }
  .real-story-section ul li p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .real-story-section {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .verified-section .wrap {
    gap: 0px 60px;
  }
  .verified-section .left {
    min-width: 505px;
    max-width: 505px;
    padding-top: 70px;
  }
  .verified-section .left .common-h2 span {
    font-size: 58px;
  }
  .verified-section .left p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  .verified-section .common-primary-btn,
  .verified-section .common-primary-download-btn {
    font-size: 15px;
    padding: 16px 15px;
  }
  .verified-section .common-primary-download-btn {
    padding-right: 50px;
  }
  .top-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .top-footer .wrap {
    gap: 0px 225px;
  }
  .bottom-footer {
    padding: 30px 0px;
  }
  .contact-section .wrap {
    gap: 0px 70px;
  }
  .contact-section .left h4 {
    font-size: 26px;
  }
  .contact-section .left a.email {
    font-size: 24px;
  }
  .inner-banner-section {
    padding-top: 50px;
  }
  .inner-banner-section .left {
    min-width: 555px;
    max-width: 555px;
    padding: 50px 0px 60px 0px;
  }
  .inner-banner-section .wrap {
    gap: 0px 85px;
  }
  .inner-banner-section .left h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .inner-banner-section .left p {
    font-size: 19px;
    line-height: 29px;
  }
  .inner-verification-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-verification-section .wrap {
    gap: 0px 85px;
  }
  .inner-common-h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .inner-verification-framework-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-verification-framework-section .section-content {
    max-width: 450px;
  }
  .inner-verification-framework-section .section-content p {
    font-size: 17px;
  }
  .inner-verification-framework-section ul {
    margin-top: 35px;
  }
  .inner-verified-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-verified-section .wrap {
    gap: 0px 70px;
  }
  .inner-verified-section .left .inner-common-h2 {
    max-width: 430px;
  }
  .inner-integrity-section .wrap {
    padding: 45px 40px;
  }
  .inner-integrity-section .wrap::after {
    left: 320px;
  }
  .inner-benefits-section .section-content-wrap {
    max-width: 575px;
  }
  .inner-benefits-section ul li h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .inner-explore-verified-section {
    height: 429px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .inner-explore-verified-section .inner-wrap .inner-common-h2.white {
    max-width: 390px;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: 555px;
    max-width: 555px;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: 490px;
  }
  .inner-clarity-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 40px;
    grid-gap: 0px 50px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 35px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 30px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-right ul li {
    padding: 15px;
  }
  .inner-clarity-section .inner-right ul li p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-clarity-section .inner-right ul li .icon img {
    max-width: 180px;
  }
  .inner-what-verified-section .wrap {
    gap: 0px 75px;
  }
  .inner-what-verified-section {
    padding-bottom: 80px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 45px 40px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 0px 50px;
  }
  .inner-integrity-section {
    padding-bottom: 90px;
  }
  .how-use-directory-section {
    padding: 80px 0px;
  }
  .how-use-directory-section .wrap {
    gap: 0px 75px;
  }
  .how-use-directory-section .left {
    min-width: 480px;
    max-width: 480px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .how-use-directory-section .inner-right ul.common-ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-different-banner-section::before {
    clip-path: polygon(58% 0, 100% 44%, 100% 0);
  }
  .inner-different-banner-section .wrap::before {
    width: 350px;
    height: 235px;
  }
  .inner-different-banner-section .right::before {
    top: -60px;
    right: 40px;
    width: 315px;
    height: 315px;
  }
  .inner-different-banner-section {
    padding-top: 80px;
  }
  .inner-different-banner-section .wrap {
    gap: 0 65px;
  }
  .inner-different-banner-section .left {
    min-width: 550px;
    max-width: 550px;
  }
  .inner-different-banner-section .right span.inner-h1-title-span {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .inner-different-banner-section .right h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 18px;
  }
  .inner-different-banner-section .right p {
    font-size: 18px;
  }
  .inner-different-banner-section .right {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .story-section ul li .wrap {
    gap: 0 80px;
  }
  .story-section ul li .left {
    min-width: 560px;
    max-width: 560px;
  }
  .story-section ul li .left .content-wrap span:last-child {
    margin-right: -45px;
    top: -116px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:first-child {
    top: -50px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
    margin-right: -40px;
  }
  .story-section ul li .left .content-wrap span:first-child {
    top: 162px;
  }
  .inner-integrity-section.team .right {
    min-width: 400px;
    max-width: 400px;
  }
  .about-section .wrap {
    grid-template-columns: 1fr 540px;
    gap: 60px;
  }
  .about-section::before {
    height: 545px;
    bottom: 90px;
  }
  .about-section .wrap .img-box .img-text {
    padding: 24px;
  }
  .about-section .wrap .img-box .img-text .heading,
  .about-section .wrap .img-box .img-text .text {
    font-size: 17px;
  }
  .our-platform-designed .wrap {
    grid-template-columns: 400px 1fr;
    gap: 60px;
  }
  .our-platform-designed .wrap .wrap-box {
    margin-top: 50px;
  }
  .our-platform-designed:before {
    height: 260px;
    bottom: 120px;
  }
  .honest-recovery-landscape ul li p {
    font-size: 26px;
    line-height: 36px;
  }
  .honest-recovery-landscape ul li:nth-child(4) {
    right: 100px;
  }
  .honest-recovery-landscape ul li:nth-child(2) {
    right: -55px;
  }
  .honest-recovery-landscape ul li:first-child {
    left: -55px;
  }
  .rehab-listing-slider .main-wrap-box {
    gap: 40px;
    grid-template-columns: 1fr 380px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
    padding: 0 20px 20px 20px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list p {
    width: -moz-max-content;
    width: max-content;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
    gap: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
    margin-bottom: 20px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
    font-size: 24px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    margin-top: 20px;
    gap: 25px;
    padding-bottom: 20px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    margin-bottom: 12px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact {
    padding: 22px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact select {
    padding: 12px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box {
    margin-bottom: 40px;
  }
  .rehab-detail-banner {
    padding-top: 90px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 {
    line-height: unset;
  }
  .rehab-detail-banner .wrap .left {
    padding-bottom: 100px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 span img {
    width: 20px;
    height: 20px;
  }
  .rehab-detail-banner .wrap {
    gap: 30px;
    grid-template-columns: 380px 1fr;
  }
  .rehab-detail-banner .wrap .left .daily-rate-box {
    flex-wrap: wrap;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 16px 10px;
  }
  .tab-detail .offer-box .about-box .heading-main {
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
  }
  .tab-detail .offer-box .vision-box {
    margin-bottom: 20px;
  }
  .tab-detail .offer-box .list-ul {
    padding-bottom: 20px;
  }
  .tab-detail .offer-box .gallery-box {
    padding: 20px 0;
  }
  .tab-detail {
    gap: 50px;
  }
  .tab-detail .offer-box .page-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .tab-detail .offer-box .transparency-verification .transparency-verification-heading {
    padding: 14px;
    font-size: 18px;
    line-height: 28px;
  }
  .tab-detail .offer-box .table-bottom {
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 35px;
    font-size: 17px;
  }
  .tab-detail .offer-box .schedule-table tbody tr td {
    font-size: 17px;
    padding: 9px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list,
  .tab-detail .tab-detail-sidebar .first-step-box {
    padding: 25px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p,
  .tab-detail .tab-detail-sidebar .first-step-box .first-step-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p {
    margin-bottom: 10px;
  }
  .tab-detail .offer-box .vision-box .vision-healing {
    margin-bottom: 10px;
  }
  .detail-offer .detail-offer-tab {
    gap: 35px;
  }
  .clinical-team {
    padding: 70px 0;
  }
  .real-storie {
    padding: 70px 0;
  }
  .real-storie .recovery .swiper-slide p {
    font-size: 24px;
    margin-bottom: 22px !important;
  }
  .real-storie .recovery .swiper-slide .text {
    font-size: 19px;
  }
  .clinical-team .swiper .team-bio {
    padding: 13px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .heading a {
    font-size: 20px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .category {
    font-size: 16px;
  }
  .blog-section .blog-wrap {
    gap: 26px;
  }
  .blog-section .blog-wrap .blog-box .img-box {
    height: 200px;
  }
  .single-post-blog .wrap .right-box h1 {
    font-size: 38px !important;
  }
  .single-post-blog .wrap .right-box h2 {
    font-size: 34px !important;
  }
  .single-post-blog .wrap .right-box h3 {
    font-size: 25px !important;
  }
  .single-post-blog .wrap .right-box h4 {
    font-size: 22px !important;
  }
  .single-post-blog .wrap .right-box h5 {
    font-size: 17px !important;
  }
  .single-post-blog .wrap .sidebar {
    width: 280px;
  }
  .single-post-blog .wrap {
    gap: 30px;
  }
  .single-post-blog {
    padding: 80px 0;
  }
  .category section .header h1 {
    font-size: 40px;
    line-height: 55px;
    padding: 50px 0px 60px 0px;
  }
  .category section .header {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .top-footer .center .logo-wrap a img {
    max-width: 280px;
  }
  .author .authordiv .inner .right h1 {
    font-size: 48px;
  }
  .author .blog-wrap.our-blog {
    padding: 50px 0 80px 0;
  }
  .faq-page-sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 18px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 19px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 50px;
  }
  .seachpage {
    padding: 70px 0;
  }
  .seachpage .list article h2.entry-title a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1000px;
  }
  body {
    padding: 70px 0 0 0;
  }
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main {
    gap: 0px 40px;
  }
  .header-left .nav-main ul.menu {
    gap: 0px 26px;
  }
  .header-left .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-center .logo a img {
    max-width: 206px;
  }
  .header form input {
    max-width: 174px;
  }
  .header-center {
    padding-top: 0;
  }
  .header .contact-btn a {
    font-size: 17px;
    padding: 10px 25px;
  }
  #header::before {
    top: auto;
    left: 22px;
    right: 0;
    bottom: -17px;
    width: 227px;
    height: 17px;
    background-size: 230px;
  }
  .banner-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .banner-section .wrap {
    gap: 0px 50px;
  }
  .banner-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .banner-section .left h1 {
    font-size: 55px;
    line-height: 59px;
    margin-bottom: 20px;
  }
  .banner-section .left h1 span {
    font-size: 61px;
  }
  .banner-section .left p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .common-outline-btn {
    font-size: 15px;
    padding: 16px 25px;
  }
  .banner-section::before {
    display: none;
  }
  .why-we-exist-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .logo-section ul li .logo-wrap {
    height: 90px;
    padding: 10px 25px;
  }
  .why-we-exist-section .wrap {
    gap: 0px 45px;
  }
  .why-we-exist-section .left {
    min-width: 510px;
    max-width: 510px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    gap: 0px 30px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: 290px;
    max-width: 290px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 20px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .common-h2 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 15px;
  }
  .why-we-exist-section .right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .who-for-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .who-for-section ul {
    padding-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
  .who-for-section ul li .bottom p {
    font-size: 17px;
    line-height: 28px;
  }
  .who-for-section ul li .bottom {
    padding: 25px 27px 20px 27px;
  }
  .fina-a-rehab-section .left {
    min-width: 435px;
    max-width: 435px;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .fina-a-rehab-section .wrap {
    gap: 0px 60px;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 6px;
  }
  .fina-a-rehab-section .left span {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .fina-a-rehab-section .left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .how-it-work-section {
    padding-top: 60px;
  }
  .how-it-work-section ul {
    padding-top: 40px;
    padding-bottom: 30px;
    grid-gap: 0px 82px;
  }
  .how-it-work-section ul::before {
    top: 97px;
    left: 83px;
    width: 760px;
    height: 39px;
    background-size: 780px;
  }
  .how-it-work-section ul li p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }
  .why-trust-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-trust-section .wrap {
    gap: 0px 50px;
  }
  .why-trust-section .left {
    min-width: 445px;
    max-width: 445px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 18px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 19px;
  }
  .logo-section {
    padding-bottom: 10px;
  }
  .common-h2 span {
    font-size: 47px;
  }
  .real-story-section ul li p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .verified-section .wrap::before,
  .verified-section .wrap::after {
    display: none;
  }
  .real-story-section {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .verified-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .verified-section .wrap {
    padding: 30px;
    gap: 0px 40px;
  }
  .verified-section .left {
    min-width: 505px;
    max-width: 505px;
    padding-top: 0;
  }
  .verified-section .left .common-h2 span {
    font-size: 48px;
  }
  .verified-section .left p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .verified-section .common-primary-btn,
  .verified-section .common-primary-download-btn {
    font-size: 15px;
    padding: 16px 15px;
  }
  .verified-section .common-primary-download-btn {
    padding-right: 50px;
  }
  .top-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .top-footer .wrap {
    gap: 0px 145px;
  }
  .bottom-footer {
    padding: 30px 0px;
  }
  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-section .wrap {
    gap: 0px 40px;
  }
  .contact-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .contact-section .left h5 {
    margin-bottom: 9px;
  }
  .contact-section .left h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .contact-section .left p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .contact-section .left span.line-space {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .contact-section .left a.email {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    padding-left: 38px;
  }
  .contact-section .left a.email::before {
    width: 26px;
    height: 21px;
    background-size: 25px;
    top: 8px;
  }
  .contact-section .right .form-wrap {
    padding: 25px;
  }
  .contact-section .right .form-wrap p {
    line-height: 27px;
    margin-bottom: 20px;
  }
  .inner-banner-section {
    padding-top: 60px;
  }
  .inner-banner-section .wrap {
    gap: 0px 125px;
  }
  .inner-banner-section .left {
    min-width: 500px;
    max-width: 500px;
    padding: 0 0 40px 0;
  }
  .inner-banner-section .left span.inner-h1-title-span {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .inner-banner-section .left h1 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .inner-banner-section .left p {
    font-size: 17px;
    line-height: 25px;
  }
  .inner-verification-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-verification-section .wrap {
    gap: 0px 95px;
    align-items: flex-start;
  }
  .inner-verification-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .inner-h2-title-span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .inner-common-h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px !important;
  }
  .inner-verification-section .right p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .inner-verification-framework-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-verification-framework-section ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
    margin-top: 30px;
  }
  .inner-verification-framework-section .section-content p {
    font-size: 17px;
  }
  .inner-verified-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-verified-section .wrap {
    gap: 0px 110px;
    align-items: flex-start;
  }
  .inner-verified-section .left {
    min-width: 450px;
    max-width: 450px;
  }
  .inner-verified-section .left p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 11px;
  }
  ul.common-ul li {
    font-size: 17px;
    line-height: 29px;
  }
  .inner-verified-section .left .blockquote p {
    font-size: 17px;
    line-height: 28px;
    padding: 15px;
  }
  .inner-integrity-section .wrap {
    padding: 55px 70px;
  }
  .inner-integrity-section .inner-wrap {
    gap: 0px 40px;
  }
  .inner-integrity-section .left {
    min-width: 400px;
    max-width: 400px;
    padding: 20px;
  }
  .inner-integrity-section .right p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .inner-integrity-section .wrap::after {
    left: 280px;
  }
  .inner-integrity-section {
    padding-bottom: 60px;
  }
  .inner-benefits-section .section-content-wrap {
    max-width: 405px;
  }
  .inner-benefits-section ul {
    margin-top: 35px;
    grid-gap: 0px 120px;
  }
  .inner-benefits-section ul li .icon {
    margin-bottom: 20px;
  }
  .inner-benefits-section ul li .icon img {
    max-width: 45px;
  }
  .inner-benefits-section ul li h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-benefits-section ul li p {
    font-size: 17px;
    line-height: 25px;
  }
  .inner-benefits-section ul li::before {
    left: auto;
    right: -50px;
    height: 160px;
  }
  .inner-benefits-section {
    padding-bottom: 70px;
  }
  .inner-explore-verified-section {
    height: 360px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-explore-verified-section p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px !important;
  }
  .inner-explore-verified-section .three-btn-wrap {
    gap: 6px;
  }
  .inner-explore-verified-section .three-btn-wrap a.red-btn,
  .inner-explore-verified-section .three-btn-wrap a.white-btn {
    font-size: 13px;
    padding: 12px 15px;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: 500px;
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 45px;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: inherit;
  }
  .inner-clarity-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 40px;
    grid-gap: 0px 40px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 30px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-right ul li {
    padding: 15px;
  }
  .inner-clarity-section .inner-right ul li p {
    font-size: 17px;
    line-height: 24px;
  }
  .inner-clarity-section .inner-right ul li .icon img {
    max-width: 140px;
  }
  .inner-what-verified-section .wrap {
    gap: 0px 75px;
  }
  .inner-what-verified-section .left {
    min-width: 450px;
    max-width: 450px;
  }
  .inner-what-verified-section .left p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .inner-what-verified-section .left ul li {
    font-size: 17px;
    line-height: 31px;
  }
  .inner-what-verified-section .left ul {
    margin-bottom: 20px;
  }
  .inner-what-verified-section {
    padding-bottom: 70px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 40px 50px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 0px 40px;
  }
  .inner-integrity-section.verified-rehab-directory .left {
    min-width: 400px;
    max-width: 400px;
  }
  .how-use-directory-section .wrap {
    gap: 0px 50px;
  }
  .how-use-directory-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .how-use-directory-section .left p {
    font-size: 17px;
    line-height: 29px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 17px;
    line-height: 26px;
  }
  .how-use-directory-section {
    padding: 60px 0px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap::after {
    left: 270px;
  }
  .inner-different-banner-section {
    padding-top: 60px;
  }
  .inner-different-banner-section .wrap {
    gap: 0px 55px;
  }
  .inner-different-banner-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .inner-different-banner-section .right span.inner-h1-title-span {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 15px;
  }
  .inner-different-banner-section .right h1 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .inner-different-banner-section .right p {
    font-size: 18px;
    line-height: 28px;
  }
  .inner-different-banner-section .right {
    padding: 40px 0px;
  }
  .inner-different-banner-section .left::before {
    top: -82px;
    left: -45px;
    width: 449px;
    height: 455px;
  }
  .inner-different-banner-section .right::before {
    top: 20px;
    right: 90px;
    width: 215px;
    height: 215px;
  }
  .inner-different-banner-section .wrap::before {
    width: 250px;
    height: 135px;
  }
  .inner-different-banner-section::before {
    clip-path: polygon(58% 0, 100% 44%, 100% 0);
  }
  .inner-built-section {
    padding: 70px 0px;
  }
  .inner-built-section .wrap {
    gap: 0 100px;
  }
  .inner-built-section .left {
    min-width: 350px;
    max-width: 350px;
  }
  .story-section {
    padding: 70px 0;
  }
  .story-section ul li {
    padding-bottom: 80px;
  }
  .story-section ul li .wrap,
  .inner-integrity-section.team .inner-wrap {
    gap: 0px 80px;
  }
  .story-section ul li .left {
    min-width: 500px;
    max-width: 500px;
  }
  .story-section ul li .left .content-wrap span:last-child {
    margin-right: -45px;
    top: -76px;
  }
  .story-section ul li .left .content-wrap span:first-child {
    margin-left: -50px;
    top: 170px;
  }
  .story-section ul li .left .img-wrap::before {
    top: -10px;
    left: -30px;
  }
  .story-section ul li .left .content-wrap span {
    font-size: 18px;
    line-height: 28px;
    padding: 25px;
    max-width: 225px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:first-child {
    top: -50px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
    margin-right: -30px;
  }
  .story-section ul li .right h4 {
    font-size: 22px;
    padding-left: 60px;
  }
  .story-section ul li .right h4::before {
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 0;
  }
  .inner-behind-section {
    padding: 70px 0;
  }
  .inner-behind-section .wrap {
    gap: 0 80px;
  }
  .inner-integrity-section.team .right {
    min-width: 420px;
    max-width: 420px;
  }
  .about-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .about-section .wrap {
    grid-template-columns: 1fr 450px;
    gap: 50px;
  }
  .about-section::before {
    height: 545px;
    bottom: 90px;
  }
  .about-section .wrap .img-box .img-text {
    padding: 22px;
  }
  .about-section .wrap .img-box .img-text .heading {
    margin-bottom: 6px;
  }
  .about-section .wrap .img-box .img-text .heading,
  .about-section .wrap .img-box .img-text .text {
    font-size: 16px;
    line-height: 26px;
  }
  .our-platform-designed {
    padding-top: 70px;
    padding-bottom: 140px;
  }
  .our-platform-designed .wrap {
    grid-template-columns: 380px 1fr;
    gap: 50px;
  }
  .our-platform-designed .wrap .wrap-box {
    margin-top: 35px;
  }
  .our-platform-designed:before {
    bottom: 90px;
    height: 240px;
  }
  .honest-recovery-landscape .center {
    max-width: 400px;
  }
  .honest-recovery-landscape .center h2 {
    margin-bottom: 15px !important;
  }
  .honest-recovery-landscape .center p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 28px;
  }
  .honest-recovery-landscape ul li {
    padding: 24px;
  }
  .honest-recovery-landscape ul li p {
    font-size: 22px;
    line-height: 32px;
  }
  .honest-recovery-landscape ul li:first-child {
    left: -40px;
  }
  .honest-recovery-landscape ul li:nth-child(2) {
    right: -40px;
  }
  .honest-recovery-landscape ul li:nth-child(4) {
    right: 100px;
  }
  .honest-recovery-landscape ul {
    gap: 50px;
  }
  .honest-recovery-landscape {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .rehab-listing-slider .main-wrap-box {
    gap: 35px;
    grid-template-columns: 600px 1fr;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
    padding: 0 16px 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .common-primary-btn {
    padding: 8px 20px;
    margin-top: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    font-size: 17px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
    gap: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
    margin-bottom: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading .img-box {
    bottom: 10px;
    width: 18px;
    height: 18px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact p {
    font-size: 20px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .text {
    margin-bottom: 0px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    margin-top: 16px;
    gap: 15px;
    padding-bottom: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    margin-bottom: 12px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact {
    padding: 20px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide p {
    font-size: 12px;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    font-weight: 500;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact select {
    padding: 12px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box {
    margin-bottom: 35px;
  }
  .rehab-detail-banner {
    padding-top: 60px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 {
    line-height: unset;
  }
  .rehab-detail-banner .wrap .left {
    padding-bottom: 100px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 span img {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
  .rehab-detail-banner .wrap {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 50px;
  }
  .rehab-detail-banner .wrap .right {
    border-radius: 0;
  }
  .rehab-detail-banner .wrap .left .daily-rate-box {
    flex-wrap: wrap;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 16px 10px;
  }
  .tab-detail .offer-box .about-box .heading-main {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
  }
  .tab-detail .offer-box .vision-box {
    margin-bottom: 20px;
  }
  .tab-detail .offer-box .list-ul {
    padding-bottom: 20px;
  }
  .tab-detail .offer-box .gallery-box {
    padding: 20px 0;
  }
  .tab-detail {
    gap: 40px;
    padding: 30px 0 70px 0;
    grid-template-columns: 1fr 380px;
  }
  .tab-detail .offer-box .page-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .tab-detail .offer-box .transparency-verification .transparency-verification-heading {
    padding: 14px;
    font-size: 18px;
    line-height: 28px;
  }
  .tab-detail .offer-box .table-bottom {
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 35px;
    font-size: 17px;
  }
  .tab-detail .offer-box .schedule-table tbody tr td {
    font-size: 17px;
    padding: 9px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list,
  .tab-detail .tab-detail-sidebar .first-step-box {
    padding: 20px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p,
  .tab-detail .tab-detail-sidebar .first-step-box .first-step-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p {
    margin-bottom: 10px;
  }
  .tab-detail .offer-box .vision-box .vision-healing {
    margin-bottom: 10px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list {
    margin-bottom: 35px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .common-primary-btn {
    font-size: 15px;
    padding: 16px 15px;
  }
  .tab-detail .offer-box .gallery-slider .swiper-button-next,
  .tab-detail .offer-box .gallery-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .tab-detail .offer-box .gallery-slider .swiper-button-next:after,
  .tab-detail .offer-box .gallery-slider .swiper-button-prev:after {
    font-size: 12px;
  }
  .tab-detail .offer-box .list-ul li,
  .tab-detail .offer-box p,
  .tab-detail .offer-box .facilities-accommodation-box .wrap p {
    font-size: 17px;
  }
  .tab-detail .offer-box .list-ul li::before {
    width: 16px;
    height: 16px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap img {
    width: 25px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    gap: 6px;
  }
  .tab-detail .offer-box .facilities-accommodation-box {
    gap: 14px;
    margin-top: 20px;
  }
  .tab-detail .offer-box .schedule-table {
    margin-top: 30px;
  }
  .detail-offer .detail-offer-tab {
    gap: 30px;
  }
  .clinical-team {
    padding: 70px 0;
  }
  .real-storie {
    padding: 70px 0;
  }
  .real-storie .recovery .swiper-slide p {
    font-size: 22px;
    margin-bottom: 20px !important;
  }
  .real-storie .recovery .swiper-slide .text {
    font-size: 18px;
  }
  .clinical-team .swiper .team-bio {
    padding: 13px;
  }
  .clinical-team .swiper .swiper-slide .team-bio .name {
    font-size: 17px;
  }
  .clinical-team .swiper .swiper-slide .team-bio .position span {
    font-size: 15px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .heading a {
    font-size: 18px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .category {
    font-size: 16px;
  }
  .blog-section .blog-wrap {
    gap: 20px;
  }
  .blog-section .blog-wrap .blog-box .blog-content {
    padding: 15px;
  }
  .blog-section .blog-wrap .blog-box .img-box {
    height: 180px;
  }
  .blog-section .category-list-btn {
    margin-bottom: 30px;
  }
  .blog-section {
    padding: 70px 0;
  }
  .single-post-blog .wrap .right-box h1 {
    font-size: 35px !important;
  }
  .single-post-blog .wrap .right-box h2 {
    font-size: 30px !important;
  }
  .single-post-blog .wrap .right-box h3 {
    font-size: 24px !important;
  }
  .single-post-blog .wrap .right-box h4 {
    font-size: 20px !important;
  }
  .single-post-blog .wrap .right-box h5 {
    font-size: 17px !important;
  }
  .single-post-blog .wrap .right-box p {
    font-size: 17px;
    margin-bottom: 14px;
    line-height: 26px;
  }
  .single-post-blog .wrap .right-box .date,
  .single-post-blog .wrap .right-box .category {
    font-size: 19px;
  }
  .single-post-blog .wrap .right-box .category-date {
    margin-bottom: 28px;
  }
  .single-post-blog .wrap .sidebar {
    width: 260px;
  }
  .single-post-blog .wrap {
    gap: 20px;
  }
  .single-post-blog {
    padding: 80px 0;
  }
  .page-template-resources .paginations {
    margin-bottom: 80px;
  }
  .category section .header h1 {
    font-size: 35px;
    line-height: 43px;
    padding: 50px 0px 60px 0px;
  }
  .category section .header {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .top-footer .center .logo-wrap a img {
    max-width: 290px;
  }
  .author .authordiv .inner .right h1 {
    font-size: 40px;
  }
  .author .innerblog h2 {
    font-size: 36px;
  }
  .author .blog-wrap .paginations .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .author .blog-wrap.our-blog {
    padding: 50px 0 70px 0;
  }
  .faq-page-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 17px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 15px;
  }
  .faq-page-sec .wrapper {
    grid-template-columns: 350px 1fr;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 40px;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px 15px 15px;
  }
  ul.faq li .faq-question::after {
    right: 10px;
    top: 18px;
  }
  ul.faq li .faq-question[data-status=open]::after {
    top: 23px;
  }
  ul.faq li .answer_faq .faq-answer {
    padding: 0px 15px 20px;
  }
  ul.faq li .answer_faq .faq-answer p {
    font-size: 15px;
    line-height: 155%;
  }
  .seachpage {
    padding: 70px 0;
  }
  .seachpage .list article h2.entry-title a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children:hover .sub-menu li a {
    font-size: 14px;
    padding: 12px;
  }
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children {
    background-position: top 4px right;
  }
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu {
    top: 24px;
  }
  .container {
    width: 920px !important;
  }
  body {
    padding: 70px 0 0 0;
  }
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main {
    gap: 0px 20px;
  }
  .header-left .nav-main ul.menu {
    gap: 0px 20px;
  }
  .header-left .nav-main ul.menu li a {
    font-size: 13px;
  }
  .header-center .logo a img {
    max-width: 206px;
  }
  .header form input {
    max-width: 134px;
  }
  .header-center {
    padding-top: 0;
  }
  .header .contact-btn a {
    font-size: 17px;
    padding: 10px 25px;
  }
  #header::before {
    top: auto;
    left: 22px;
    right: 0;
    bottom: -17px;
    width: 227px;
    height: 17px;
    background-size: 230px;
  }
  .banner-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .banner-section .wrap {
    gap: 0px 50px;
  }
  .banner-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .banner-section .left h1 {
    font-size: 55px;
    line-height: 59px;
    margin-bottom: 20px;
  }
  .banner-section .left h1 span {
    font-size: 61px;
  }
  .banner-section .left p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .common-outline-btn {
    font-size: 15px;
    padding: 16px 25px;
  }
  .banner-section::before {
    display: none;
  }
  .why-we-exist-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .why-we-exist-section .wrap {
    gap: 0px 45px;
  }
  .why-we-exist-section .left {
    min-width: 510px;
    max-width: 510px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    gap: 0px 30px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: 290px;
    max-width: 290px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 20px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .common-h2 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 15px;
  }
  .why-we-exist-section .right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .who-for-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .who-for-section ul {
    padding-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
  .who-for-section ul li .bottom p {
    font-size: 17px;
    line-height: 28px;
  }
  .who-for-section ul li .bottom {
    padding: 25px 27px 20px 27px;
  }
  .fina-a-rehab-section .left {
    min-width: 435px;
    max-width: 435px;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .fina-a-rehab-section .wrap {
    gap: 0px 60px;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 6px;
  }
  .fina-a-rehab-section .left span {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .fina-a-rehab-section .left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .how-it-work-section {
    padding-top: 60px;
  }
  .how-it-work-section ul {
    padding-top: 40px;
    padding-bottom: 30px;
    grid-gap: 0px 82px;
  }
  .how-it-work-section ul::before {
    top: 97px;
    left: 83px;
    width: 760px;
    height: 39px;
    background-size: 780px;
  }
  .how-it-work-section ul li p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }
  .why-trust-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-trust-section .wrap {
    gap: 0px 50px;
  }
  .why-trust-section .left {
    min-width: 445px;
    max-width: 445px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 18px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 19px;
  }
  .logo-section {
    padding-bottom: 10px;
  }
  .common-h2 span {
    font-size: 47px;
  }
  .real-story-section ul li p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .verified-section .wrap::before,
  .verified-section .wrap::after {
    display: none;
  }
  .real-story-section {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .verified-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .verified-section .wrap {
    padding: 30px;
    gap: 0px 40px;
  }
  .verified-section .left {
    min-width: 505px;
    max-width: 505px;
    padding-top: 0;
  }
  .verified-section .left .common-h2 span {
    font-size: 48px;
  }
  .verified-section .left p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .verified-section .common-primary-btn,
  .verified-section .common-primary-download-btn {
    font-size: 15px;
    padding: 16px 15px;
  }
  .verified-section .common-primary-download-btn {
    padding-right: 50px;
  }
  .top-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .top-footer .wrap {
    gap: 0px 145px;
  }
  .bottom-footer {
    padding: 30px 0px;
  }
  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-section .wrap {
    gap: 0px 40px;
  }
  .contact-section .left {
    min-width: 500px;
    max-width: 500px;
  }
  .contact-section .left h5 {
    margin-bottom: 9px;
  }
  .contact-section .left h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .contact-section .left p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .contact-section .left span.line-space {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .contact-section .left a.email {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    padding-left: 38px;
  }
  .contact-section .left a.email::before {
    width: 26px;
    height: 21px;
    background-size: 25px;
    top: 8px;
  }
  .contact-section .right .form-wrap {
    padding: 25px;
  }
  .contact-section .right .form-wrap p {
    line-height: 27px;
    margin-bottom: 20px;
  }
  .inner-banner-section {
    padding-top: 60px;
  }
  .inner-banner-section .wrap {
    gap: 0px 45px;
  }
  .inner-banner-section .left {
    min-width: 500px;
    max-width: 500px;
    padding: 0 0 40px 0;
  }
  .inner-banner-section .left span.inner-h1-title-span {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .inner-banner-section .left h1 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .inner-banner-section .left p {
    font-size: 17px;
    line-height: 25px;
  }
  .inner-verification-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-verification-section .wrap {
    gap: 0px 45px;
    align-items: flex-start;
  }
  .inner-verification-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .inner-h2-title-span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .inner-common-h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px !important;
  }
  .inner-verification-section .right p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .inner-verification-framework-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-verification-framework-section ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
    margin-top: 30px;
  }
  .inner-verification-framework-section .section-content p {
    font-size: 17px;
  }
  .inner-verified-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-verified-section .wrap {
    gap: 0px 50px;
    align-items: flex-start;
  }
  .inner-verified-section .left {
    min-width: 450px;
    max-width: 450px;
  }
  .inner-verified-section .left p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 11px;
  }
  ul.common-ul li {
    font-size: 17px;
    line-height: 29px;
  }
  .inner-verified-section .left .blockquote p {
    font-size: 17px;
    line-height: 28px;
    padding: 15px;
  }
  .inner-integrity-section .wrap {
    padding: 55px 70px;
  }
  .inner-integrity-section .inner-wrap {
    gap: 0px 40px;
  }
  .inner-integrity-section .left {
    min-width: 400px;
    max-width: 400px;
    padding: 20px;
  }
  .inner-integrity-section .right p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .inner-integrity-section .wrap::after {
    left: 280px;
  }
  .inner-integrity-section {
    padding-bottom: 60px;
  }
  .inner-benefits-section .section-content-wrap {
    max-width: 405px;
  }
  .inner-benefits-section ul {
    margin-top: 35px;
    grid-gap: 0px 120px;
  }
  .inner-benefits-section ul li .icon {
    margin-bottom: 20px;
  }
  .inner-benefits-section ul li .icon img {
    max-width: 45px;
  }
  .inner-benefits-section ul li h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-benefits-section ul li p {
    font-size: 17px;
    line-height: 25px;
  }
  .inner-benefits-section ul li::before {
    left: auto;
    right: -50px;
    height: 160px;
  }
  .inner-benefits-section {
    padding-bottom: 70px;
  }
  .inner-explore-verified-section {
    height: 360px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-explore-verified-section p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px !important;
  }
  .inner-explore-verified-section .three-btn-wrap {
    gap: 6px;
  }
  .inner-explore-verified-section .three-btn-wrap a.red-btn,
  .inner-explore-verified-section .three-btn-wrap a.white-btn {
    font-size: 13px;
    padding: 12px 15px;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: 500px;
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 45px;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: inherit;
  }
  .inner-clarity-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 40px;
    grid-gap: 0px 40px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 30px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-right ul li {
    padding: 15px;
  }
  .inner-clarity-section .inner-right ul li p {
    font-size: 17px;
    line-height: 24px;
  }
  .inner-clarity-section .inner-right ul li .icon img {
    max-width: 150px;
  }
  .inner-what-verified-section .wrap {
    gap: 0px 75px;
  }
  .inner-what-verified-section .left {
    min-width: 450px;
    max-width: 450px;
  }
  .inner-what-verified-section .left p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .inner-what-verified-section .left ul li {
    font-size: 17px;
    line-height: 31px;
  }
  .inner-what-verified-section .left ul {
    margin-bottom: 20px;
  }
  .inner-what-verified-section {
    padding-bottom: 70px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 40px 50px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 0px 40px;
  }
  .inner-integrity-section.verified-rehab-directory .left {
    min-width: 400px;
    max-width: 400px;
  }
  .how-use-directory-section .wrap {
    gap: 0px 50px;
  }
  .how-use-directory-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .how-use-directory-section .left p {
    font-size: 17px;
    line-height: 29px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 17px;
    line-height: 26px;
  }
  .how-use-directory-section {
    padding: 60px 0px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap::after {
    left: 270px;
  }
  .inner-different-banner-section {
    padding-top: 70px;
  }
  .inner-different-banner-section .wrap {
    gap: 0px 65px;
  }
  .inner-different-banner-section .left {
    min-width: 425px;
    max-width: 425px;
    align-self: center;
  }
  .inner-different-banner-section .left img {
    border-radius: 20px;
  }
  .inner-different-banner-section .right {
    padding: 0;
  }
  .inner-different-banner-section .right span.inner-h1-title-span {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .inner-different-banner-section .right h1 {
    font-size: 33px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .inner-different-banner-section .right p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-different-banner-section .right::before,
  .inner-different-banner-section .left::before,
  .inner-different-banner-section .wrap::before,
  .inner-different-banner-section::before {
    display: none;
  }
  .inner-built-section {
    padding: 60px 0px 80px 0px;
  }
  .inner-built-section .wrap {
    gap: 0px 140px;
  }
  .inner-built-section .left {
    min-width: 300px;
    max-width: 300px;
  }
  .inner-built-section .left .inner-common-h2::before {
    width: 73px;
    height: 73px;
    background-size: 70px;
  }
  .inner-built-section .left .inner-common-h2 {
    padding-bottom: 95px;
  }
  .inner-built-section .right > p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 25px;
  }
  .inner-built-section .right .blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-built-section .right .blockquote::before {
    width: 131px;
    height: 118px;
    background-size: 130px;
  }
  .story-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .story-section ul li .wrap {
    gap: 0px 40px;
  }
  .story-section ul li .left {
    min-width: 350px;
    max-width: 350px;
    padding-left: 35px;
  }
  .story-section ul li:nth-child(2n+2) .left {
    padding-left: 0;
  }
  .story-section ul li .left img {
    border-radius: 110px 20px 20px 20px;
  }
  .story-section ul li .left .content-wrap {
    position: static;
  }
  .story-section ul li .left .content-wrap span {
    font-size: 16px;
    line-height: 19px;
    padding: 22px 15px;
    max-width: inherit;
    margin: 13px 0px;
  }
  .story-section ul li .left .content-wrap span:first-child {
    margin-left: 0;
    top: 0;
  }
  .story-section ul li .left .content-wrap span:last-child {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span {
    max-width: inherit;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
    top: 0;
    margin-right: 0;
  }
  .story-section ul li .left .img-wrap::before {
    top: -7px;
    left: -30px;
    width: 82px;
    height: 94px;
    background-size: 50px;
  }
  .story-section ul li .right h4 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 55px;
    margin-bottom: 20px;
  }
  .story-section ul li .right h4::before {
    top: -4px;
    left: 0;
    width: 37px;
    height: 37px;
    background-size: 35px;
  }
  .story-section ul li .right p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .story-section ul li:nth-child(2n+2) .left img {
    border-radius: 20px 130px 20px 20px;
  }
  .story-section ul li:nth-child(2n+2) .left .img-wrap::before {
    top: -30px;
    left: auto;
    right: -30px;
    bottom: auto;
  }
  .story-section ul li {
    padding-bottom: 70px;
  }
  .inner-behind-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-behind-section .wrap {
    gap: 0px 105px;
  }
  .inner-behind-section .left {
    min-width: 390px;
    max-width: 390px;
  }
  .inner-behind-section .right p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-integrity-section.team .wrap {
    padding: 45px 50px;
  }
  .inner-integrity-section.team .right {
    min-width: 400px;
    max-width: 400px;
  }
  .inner-integrity-section.team .inner-wrap {
    gap: 0px 25px;
  }
  .inner-integrity-section.team .left {
    padding: 30px;
  }
  .about-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .about-section .wrap {
    grid-template-columns: 1fr 450px;
    gap: 50px;
  }
  .about-section .wrap .text-box p {
    font-size: 17px;
    line-height: 28px;
  }
  .about-section::before {
    height: 545px;
    bottom: 90px;
  }
  .about-section .wrap .img-box .img-text {
    padding: 20px;
  }
  .about-section .wrap .img-box .img-text .heading {
    margin-bottom: 6px;
  }
  .about-section .wrap .img-box .img-text .heading,
  .about-section .wrap .img-box .img-text .text {
    font-size: 16px;
    line-height: 26px;
  }
  .our-platform-designed .wrap p {
    font-size: 17px;
  }
  .our-platform-designed .wrap {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
  .our-platform-designed .wrap img {
    border-radius: 15px;
  }
  .our-platform-designed {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .our-platform-designed:before {
    bottom: 82px;
    height: 240px;
  }
  .our-platform-designed .wrap .wrap-box {
    margin-top: 25px;
  }
  .honest-recovery-landscape {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .honest-recovery-landscape ul li p {
    font-size: 20px;
    line-height: 30px;
  }
  .honest-recovery-landscape ul li {
    padding: 20px;
    max-width: 280px;
  }
  .honest-recovery-landscape ul {
    gap: 50px;
  }
  .honest-recovery-landscape .center {
    max-width: 340px;
  }
  .honest-recovery-landscape .center h2 {
    margin-bottom: 14px !important;
  }
  .honest-recovery-landscape .center p {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .honest-recovery-landscape ul li:first-child {
    left: -20px;
  }
  .honest-recovery-landscape ul li:nth-child(2) {
    right: -20px;
    top: 20px;
  }
  .honest-recovery-landscape ul li:nth-child(4) {
    top: 20px;
    right: 100px;
  }
  .rehab-listing-slider .main-wrap-box {
    gap: 30px;
    grid-template-columns: 550px 1fr;
    margin-top: 40px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
    padding: 0 16px 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide p {
    font-size: 12px;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    font-weight: 500;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .common-primary-btn {
    padding: 7px 15px;
    margin-top: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    font-size: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
    gap: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
    margin-bottom: 14px;
    padding: 4px 12px;
    font-size: 15px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading .img-box {
    bottom: 10px;
    width: 18px;
    height: 18px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact p {
    font-size: 18px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .text {
    margin-bottom: 0px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    margin-top: 14px;
    gap: 15px;
    padding-bottom: 14px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    margin-bottom: 12px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact {
    padding: 18px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact select {
    padding: 12px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box {
    margin-bottom: 30px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .load-more-btn {
    margin-top: 40px;
  }
  .rehab-detail-banner {
    padding-top: 60px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 span img {
    width: 20px;
    height: 20px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 {
    line-height: unset;
  }
  .rehab-detail-banner .wrap .left {
    padding-bottom: 100px;
  }
  .rehab-detail-banner .wrap {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 50px;
  }
  .rehab-detail-banner .wrap .right {
    border-radius: 0;
  }
  .rehab-detail-banner .wrap .left .daily-rate-box {
    flex-wrap: wrap;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 12px 10px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap p {
    font-size: 16px !important;
  }
  .tab-detail .offer-box .about-box .heading-main {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
  }
  .tab-detail .offer-box .vision-box {
    margin-bottom: 20px;
  }
  .tab-detail .offer-box .list-ul {
    padding-bottom: 20px;
  }
  .tab-detail .offer-box .gallery-box {
    padding: 20px 0;
  }
  .tab-detail {
    gap: 30px;
    padding: 30px 0 70px 0;
    grid-template-columns: 500px auto;
  }
  .tab-detail .tab-detail-sidebar .facilities-list {
    margin-top: 15px;
  }
  .tab-detail .offer-box .page-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .tab-detail .offer-box .transparency-verification .transparency-verification-heading {
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .tab-detail .offer-box .schedule-table thead tr th:last-child,
  .tab-detail .offer-box .schedule-table tbody tr td:last-child {
    padding-left: 30px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box {
    font-size: 17px;
  }
  .tab-detail .offer-box .schedule-table tbody tr td {
    font-size: 16px;
  }
  .tab-detail .offer-box .table-bottom {
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 35px;
    font-size: 17px;
  }
  .tab-detail .offer-box .schedule-table tbody tr td {
    font-size: 16px;
    padding: 8px;
  }
  .tab-detail .offer-box .schedule-table {
    margin-top: 20px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list,
  .tab-detail .tab-detail-sidebar .first-step-box {
    padding: 20px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p,
  .tab-detail .tab-detail-sidebar .first-step-box .first-step-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p {
    margin-bottom: 10px;
  }
  .tab-detail .offer-box .gallery-slider .swiper-button-next,
  .tab-detail .offer-box .gallery-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .tab-detail .offer-box .gallery-slider .swiper-button-next:after,
  .tab-detail .offer-box .gallery-slider .swiper-button-prev:after {
    font-size: 12px;
  }
  .tab-detail .offer-box .vision-box .vision-healing {
    margin-bottom: 10px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list {
    margin-bottom: 35px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .common-primary-btn {
    font-size: 15px;
    padding: 16px 15px;
  }
  .tab-detail .offer-box .list-ul li,
  .tab-detail .offer-box p,
  .tab-detail .offer-box .facilities-accommodation-box .wrap p {
    font-size: 17px;
  }
  .tab-detail .offer-box .list-ul li::before {
    width: 16px;
    height: 16px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap img {
    width: 25px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    gap: 6px;
  }
  .tab-detail .offer-box .facilities-accommodation-box {
    gap: 14px;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 15px;
    font-size: 16px;
  }
  .detail-offer .detail-offer-tab {
    gap: 25px;
  }
  .clinical-team {
    padding: 60px 0;
  }
  .real-storie {
    padding: 60px 0;
  }
  .real-storie .recovery .swiper-slide p {
    font-size: 20px;
    margin-bottom: 18px !important;
  }
  .real-storie .recovery .swiper-slide .text {
    font-size: 17px;
  }
  .clinical-team .swiper .team-bio {
    padding: 13px;
  }
  .clinical-team .swiper .swiper-slide .team-bio .name {
    font-size: 17px;
  }
  .clinical-team .swiper .swiper-slide .team-bio .position span {
    font-size: 15px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .heading a {
    font-size: 18px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .category {
    font-size: 16px;
  }
  .blog-section .blog-wrap {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-section .blog-wrap .blog-box .blog-content {
    padding: 15px;
  }
  .blog-section .blog-wrap .blog-box .img-box {
    height: 180px;
  }
  .blog-section .category-list-btn {
    margin-bottom: 30px;
  }
  .blog-section {
    padding: 60px 0;
  }
  .single-post-blog .wrap .right-box h1 {
    font-size: 30px !important;
  }
  .single-post-blog .wrap .right-box h2 {
    font-size: 26px !important;
  }
  .single-post-blog .wrap .right-box h3 {
    font-size: 22px !important;
  }
  .single-post-blog .wrap .right-box h4 {
    font-size: 20px !important;
  }
  .single-post-blog .wrap .right-box h5 {
    font-size: 17px !important;
  }
  .single-post-blog .wrap .right-box p {
    font-size: 17px;
    margin-bottom: 13px;
    line-height: 26px;
  }
  .single-post-blog .wrap .right-box .date,
  .single-post-blog .wrap .right-box .category {
    font-size: 18px;
  }
  .single-post-blog .wrap .right-box .category-date {
    margin-bottom: 24px;
  }
  .single-post-blog .wrap .sidebar {
    width: 260px;
  }
  .single-post-blog .wrap {
    gap: 20px;
  }
  .single-post-blog {
    padding: 70px 0;
  }
  .page-template-resources .paginations {
    margin-bottom: 70px;
  }
  .category-list {
    padding: 70px 0;
  }
  .category section .header h1 {
    font-size: 35px;
    line-height: 43px;
    padding: 50px 0px 60px 0px;
  }
  .category section .header {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .top-footer .center .logo-wrap a img {
    max-width: 250px;
  }
  .author .authordiv .inner .right h1 {
    font-size: 38px;
  }
  .author .authordiv .inner .left img {
    width: 120px;
    height: 120px;
  }
  .author .authordiv .inner .left {
    width: 120px;
  }
  .author .authordiv {
    padding-top: 60px;
  }
  .author .author-text {
    padding-top: 50px;
  }
  .blog-wrap ul {
    gap: 30px;
  }
  .author .innerblog h2 {
    margin-bottom: 40px;
  }
  .author .innerblog h2 {
    font-size: 32px;
  }
  .author .blog-wrap .paginations .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .author .blog-wrap.our-blog {
    padding: 50px 0 80px 0;
  }
  .faq-page-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 17px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 15px;
  }
  .faq-page-sec .wrapper {
    grid-template-columns: 260px 1fr;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 40px;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px 15px 15px;
  }
  ul.faq li .faq-question::after {
    right: 10px;
    top: 18px;
  }
  ul.faq li .faq-question[data-status=open]::after {
    top: 23px;
  }
  ul.faq li .answer_faq .faq-answer {
    padding: 0px 15px 20px;
  }
  ul.faq li .answer_faq .faq-answer p {
    font-size: 15px;
    line-height: 155%;
  }
  .seachpage {
    padding: 70px 0;
  }
  .seachpage .list article h2.entry-title a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children {
    background-image: none;
  }
  .mobile-menu .contact-btn {
    display: none;
  }
  .site-header .header-main .nav-main.nav .menu li .submenu-click-arrow {
    position: absolute;
    right: 20px;
    top: 25px;
    background-image: url("https://webcheckdemo.com/open-recovery/wp-content/uploads/2025/05/left-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    rotate: -90deg;
    cursor: pointer;
  }
  .site-header .header-main .nav-main.nav .menu li .submenu-click-arrow.open-sub-menu {
    rotate: 90deg;
  }
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu {
    width: 100% !important;
    position: static;
    transform-origin: unset;
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #fff;
    margin-top: 10px;
    float: left;
    border: 0;
    box-shadow: unset;
  }
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu li a {
    color: #222 !important;
    border-bottom: 0 !important;
    background: transparent !important;
    padding: 8px 0 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
  }
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children .sub-menu li a:hover,
  .site-header .header-main .nav-main.nav .menu li.menu-item-has-children.open a {
    color: #ec5212 !important;
  }
  .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  .custom-container {
    padding: 0px 20px;
  }
  html.nav_open .site-header {
    background: #000;
  }
  .site-header .header-left .nav-main {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    float: none;
    margin: 0 !important;
    height: auto;
  }
  .site-header .header-left .nav-main .menu-main-menu-container ul.menu {
    margin: 0 !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    max-height: 500px;
  }
  .site-header .header-left .nav-main .menu-main-menu-container ul.menu li {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
  }
  .site-header .header-left .nav-main .menu-main-menu-container ul.menu li a {
    float: none;
    height: auto;
    display: block;
    padding: 0px;
    color: #222;
    font-family: "Gothic A1";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .site-header .header-left .nav-main .menu-main-menu-container ul.menu li:last-child a {
    border: 0;
  }
  .site-header .header-left .nav-main .menu-main-menu-container ul.menu li.current-menu-item a,
  .site-header .header-left .nav-main .menu-main-menu-container ul.menu li a:hover,
  .header .header-left .menu-main-menu-container ul.menu li:last-child a:hover {
    color: #ec5212 !important;
  }
  html.nav_open .site-header .header-left .nav-main {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  html.nav_open {
    overflow: hidden;
  }
  .res_navigation {
    position: absolute;
    right: -10px;
    top: 19px;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 99999;
    width: 60px;
    height: 22px;
    display: block;
  }
  .nav-toggle {
    transition: z-index 0s ease, opacity 0.2s 0.1s ease, border 0.2s ease, background 0.2s ease;
    display: block;
    width: 60px;
    height: 60px;
  }
  .nav-toggle span {
    background: #000;
    border: none;
    height: 2px;
    width: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 7px;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 16px;
    width: 30%;
    left: 10px;
  }
  html.nav_open .nav-toggle span.top {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #000;
  }
  html.nav_open .nav-toggle span.bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #000;
    width: 50%;
    left: 0;
  }
  html.nav_open .nav-toggle span.middle {
    opacity: 0;
    background: #000;
  }
  .mobile-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px 12px;
    margin-top: auto;
    margin-bottom: 0;
    background: #f6f3f0;
    padding: 40px 20px;
    height: 100%;
  }
  .header-main {
    gap: 0px 20px;
  }
  .header-left {
    order: 2;
  }
  .header-center {
    order: 1;
    padding: 0;
  }
  .header-right {
    display: none;
  }
  .header-center .logo a img {
    max-width: 186px;
  }
  #header {
    padding: 10px 0px;
  }
  #header::before {
    display: none;
  }
  body {
    padding: 56px 0 0 0;
  }
  .banner-section {
    margin-top: 0;
  }
  .header .contact-btn a {
    font-size: 16px;
    padding: 10px 24px;
  }
  .about-section {
    padding: 60px 0;
  }
  .about-section .wrap {
    grid-template-columns: 1fr 400px;
    gap: 40px;
  }
  .about-section .wrap .text-box p {
    font-size: 17px;
    line-height: 28px;
  }
  .about-section::before {
    height: 545px;
    bottom: 150px;
  }
  .about-section .wrap .img-box .img-text {
    padding: 20px;
  }
  .about-section .wrap .img-box .img-text .heading {
    margin-bottom: 6px;
  }
  .about-section .wrap .img-box .img-text .heading,
  .about-section .wrap .img-box .img-text .text {
    font-size: 16px;
    line-height: 26px;
  }
  .our-platform-designed .wrap {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
  }
  .our-platform-designed .wrap img {
    border-radius: 15px;
  }
  .our-platform-designed {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .our-platform-designed:before {
    height: 230px;
    bottom: 70px;
  }
  .our-platform-designed .wrap p {
    font-size: 16px;
    line-height: 28px;
  }
  .our-platform-designed .wrap .wrap-box {
    margin-top: 30px;
  }
  .honest-recovery-landscape .center {
    position: static;
    transform: unset;
    margin: 0 auto;
  }
  .honest-recovery-landscape {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  .honest-recovery-landscape .center h2 {
    margin-bottom: 10px !important;
  }
  .honest-recovery-landscape .center p {
    margin-bottom: 6px;
  }
  .honest-recovery-landscape ul li:first-child,
  .honest-recovery-landscape ul li:nth-child(2),
  .honest-recovery-landscape ul li:nth-child(3),
  .honest-recovery-landscape ul li:nth-child(4) {
    position: static;
  }
  .honest-recovery-landscape ul {
    margin-top: 40px;
    gap: 30px;
    justify-content: center;
  }
  .honest-recovery-landscape ul li p {
    font-size: 20px;
    line-height: 30px;
  }
  .honest-recovery-landscape ul li {
    padding: 20px;
  }
  .rehab-listing-slider .main-wrap-box {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text:hover .dropdown-box {
    padding: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box .dropdown-box-heading {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box a {
    font-size: 14px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text .dropdown-box .dropdown-box-text {
    font-size: 13px;
    line-height: 18px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .left-wrap {
    padding: 0 16px 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .common-primary-btn {
    padding: 7px 15px;
    margin-top: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    font-size: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list {
    gap: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .dropdown-text {
    margin-bottom: 14px;
    padding: 4px 12px;
    font-size: 15px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .heading .img-box {
    bottom: 10px;
    width: 18px;
    height: 18px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .rehabslider-btn {
    width: 35px;
    height: 35px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .rehabslider-btn:after {
    font-size: 12px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide p {
    font-size: 12px;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    font-weight: 500;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider .swiper-slide img {
    border-radius: 12px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .rehab-slider {
    padding: 16px 16px 0 16px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact p {
    font-size: 18px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .box-text .text {
    margin-bottom: 0px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    margin-top: 14px;
    gap: 15px;
    padding-bottom: 14px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box p {
    margin-bottom: 12px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact {
    padding: 18px;
  }
  .rehab-listing-slider .main-wrap-box .quick-fact select {
    padding: 12px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box {
    margin-bottom: 30px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .load-more-btn {
    margin-top: 40px;
  }
  .rehab-detail-banner {
    padding-top: 65px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 span img {
    bottom: 10px;
    width: 20px;
    height: 20px;
  }
  .rehab-detail-banner .wrap .left .inner-common-h2 {
    line-height: unset;
  }
  .rehab-detail-banner .wrap .left .star-box {
    margin-bottom: 14px;
  }
  .rehab-detail-banner .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rehab-detail-banner .wrap .left {
    padding: 0;
  }
  .rehab-detail-banner .wrap .right {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
  }
  .rehab-detail-banner .wrap .left .daily-rate-box {
    flex-wrap: wrap;
  }
  .tab-detail {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 10px 0 60px 0;
  }
  .tab-detail .offer-box .about-box .heading-main {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
  }
  .tab-detail .offer-box .list-ul li,
  .tab-detail .offer-box p,
  .tab-detail .offer-box .facilities-accommodation-box .wrap p {
    font-size: 16px;
  }
  .tab-detail .offer-box .list-ul li::before {
    width: 16px;
    height: 16px;
  }
  .tab-detail .offer-box .vision-box .vision-healing {
    margin-bottom: 6px;
  }
  .tab-detail .offer-box .page-heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .tab-detail .offer-box .schedule-table thead tr th:last-child,
  .tab-detail .offer-box .schedule-table tbody tr td:last-child {
    padding-left: 30px;
  }
  .tab-detail .offer-box .schedule-table {
    margin-top: 20px;
  }
  .tab-detail .offer-box .transparency-verification .transparency-verification-heading {
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 15px;
    font-size: 16px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child,
  .tab-detail .offer-box .transparency-verification-table tbody tr td:last-child,
  .tab-detail .offer-box .transparency-verification-table thead tr th:last-child {
    padding: 8px 8px 8px 15px;
    font-size: 16px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list {
    margin-bottom: 35px;
  }
  .tab-detail .offer-box .list-ul {
    padding-bottom: 20px;
  }
  .tab-detail .offer-box .vision-box {
    margin-bottom: 20px;
  }
  .tab-detail .offer-box .facilities-accommodation-box {
    margin-top: 15px;
    gap: 14px;
  }
  .tab-detail .offer-box .gallery-box {
    padding: 20px 0;
  }
  .tab-detail .offer-box .table-bottom {
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p {
    margin-bottom: 10px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    gap: 6px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 16px 10px;
  }
  .tab-detail .offer-box .list-ul li,
  .tab-detail .offer-box p,
  .tab-detail .offer-box .facilities-accommodation-box .wrap p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap p {
    margin: 0;
  }
  .tab-detail .offer-box .list-ul li {
    padding-bottom: 0;
    padding-left: 25px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list,
  .tab-detail .tab-detail-sidebar .first-step-box {
    padding: 20px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .recovery-journey-heading,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list p,
  .tab-detail .tab-detail-sidebar .first-step-box .first-step-heading {
    font-size: 18px;
    line-height: 28px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box {
    font-size: 16px;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tab-detail .offer-box .gallery-slider .swiper-button-next,
  .tab-detail .offer-box .gallery-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .tab-detail .offer-box .gallery-slider .swiper-button-next:after,
  .tab-detail .offer-box .gallery-slider .swiper-button-prev:after {
    font-size: 12px;
  }
  .tab-detail .offer-box .galleryimage img,
  .tab-detail .offer-box .galleryimage .gallery-thumbss .slick-current {
    border-radius: 12px;
  }
  .tab-detail .offer-box .galleryimage .gallery-tops {
    margin-bottom: 14px;
  }
  .tab-detail .offer-box .galleryimage .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .tab-detail .offer-box .galleryimage .slick-arrow::before {
    width: 14px;
    height: 14px;
  }
  .tab-detail .offer-box .schedule-table tbody tr td {
    font-size: 16px;
    padding: 8px;
  }
  .detail-offer .detail-offer-tab {
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .detail-offer .detail-offer-tab .offer-tab {
    padding-bottom: 10px;
  }
  .detail-offer .detail-offer-tab .offer-tab p {
    font-size: 15px;
  }
  .detail-offer {
    padding: 50px 0 16px 0;
  }
  .clinical-team {
    padding: 60px 0;
  }
  .real-storie {
    padding: 60px 0;
  }
  .real-storie .recovery .swiper-slide p {
    font-size: 18px;
    margin-bottom: 6px !important;
    max-width: 665px;
  }
  .real-storie .recovery .swiper-slide .text {
    font-size: 16px;
  }
  .real-storie .recovery .swiper-button-next,
  .real-storie .recovery .swiper-button-prev {
    width: 60px;
    height: 24px;
  }
  .real-storie .review-box .right div p {
    font-size: 16px;
    line-height: 20px;
  }
  .real-storie .review-box {
    padding: 10px 13px 10px 5px;
  }
  .real-storie .review-box .main-box {
    width: 45px;
  }
  .clinical-team .swiper .team-bio {
    padding: 11px;
  }
  .clinical-team .swiper .swiper-slide .team-bio .name {
    font-size: 16px;
  }
  .clinical-team .swiper .swiper-slide .team-bio .position span {
    font-size: 15px;
  }
  .tab-detail .offer-box .gallery-slider {
    max-width: unset;
  }
  .blog-section .blog-wrap .blog-box .blog-content .heading a {
    font-size: 18px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .category {
    font-size: 16px;
  }
  .blog-section .blog-wrap {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-section .blog-wrap .blog-box .blog-content {
    padding: 15px;
  }
  .blog-section .blog-wrap .blog-box .img-box {
    height: 180px;
  }
  .blog-section .category-list-btn {
    margin-bottom: 25px;
    justify-content: center;
  }
  .blog-section {
    padding: 60px 0;
  }
  .single-post-blog .wrap .right-box h1 {
    font-size: 30px !important;
  }
  .single-post-blog .wrap .right-box h2 {
    font-size: 26px !important;
  }
  .single-post-blog .wrap .right-box h3 {
    font-size: 22px !important;
  }
  .single-post-blog .wrap .right-box h4 {
    font-size: 20px !important;
  }
  .single-post-blog .wrap .right-box h5 {
    font-size: 17px !important;
  }
  .single-post-blog .wrap .right-box p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 26px;
  }
  .single-post-blog .wrap .right-box .date,
  .single-post-blog .wrap .right-box .category {
    font-size: 17px;
  }
  .single-post-blog .wrap .right-box .category-date {
    margin-bottom: 20px;
  }
  .single-post-blog .wrap .sidebar {
    width: 200px;
  }
  .single-post-blog .wrap {
    gap: 20px;
  }
  .single-post-blog .wrap .right-box blockquote {
    margin: 20px 30px;
  }
  .single-post-blog {
    padding: 60px 0;
  }
  .page-template-resources .paginations .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .page-template-resources .paginations {
    margin-bottom: 60px;
  }
  .category-list {
    padding: 60px 0;
  }
  .category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .category section .header h1 {
    font-size: 35px;
    line-height: 43px;
    padding: 50px 0px 60px 0px;
  }
  .category section .header {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .entry-summary a img {
    height: 180px;
    max-height: 180px;
  }
  .author .authordiv .inner .right h1 {
    font-size: 34px;
  }
  .author .authordiv {
    padding-top: 50px;
  }
  .author .authordiv .inner .left img {
    width: 120px;
    height: 120px;
  }
  .author .authordiv .inner .left {
    width: 120px;
  }
  .author .author-text {
    padding-top: 40px;
  }
  .author .author-text p {
    font-size: 16px;
  }
  .blog-wrap ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .author .innerblog h2 {
    margin-bottom: 30px;
  }
  .author .innerblog h2 {
    font-size: 28px;
  }
  .blog-wrap ul li p {
    font-size: 16px;
  }
  .author .blog-wrap .paginations .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .author .blog-wrap.our-blog {
    padding: 50px 0 60px 0;
  }
  .author .blog-wrap .paginations {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-section .left {
    min-width: 385px;
    max-width: 385px;
  }
  .banner-section .wrap {
    gap: 0px 40px;
  }
  .banner-section .left h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  .banner-section .left h1 span {
    font-size: 50px;
  }
  .banner-section .left p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .banner-section::before {
    display: none;
  }
  .banner-section .common-primary-btn,
  .banner-section .common-outline-btn {
    font-size: 13px;
    line-height: 110%;
    padding: 12px 13px;
  }
  .why-we-exist-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-we-exist-section .common-h2.mobile-h2-title {
    display: block;
    text-align: center;
  }
  .why-we-exist-section .common-h2.desktop-h2-title {
    display: none;
  }
  .common-h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .common-h2 span {
    font-size: 46px;
  }
  .why-we-exist-section .wrap {
    display: block;
  }
  .why-we-exist-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 25px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    display: grid;
    grid-gap: 0px 40px;
    grid-template-columns: repeat(2, auto);
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .why-we-exist-section .right p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .who-for-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .who-for-section ul {
    padding-top: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .who-for-section ul li .bottom {
    padding: 25px 20px 20px 20px;
  }
  .who-for-section ul li .bottom p {
    font-size: 16px;
    line-height: 25px;
  }
  .fina-a-rehab-section .left {
    min-width: 325px;
    max-width: 325px;
    padding-top: 0;
    padding-bottom: 42px;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 45px;
    line-height: 51px;
  }
  .fina-a-rehab-section .wrap {
    gap: 0px 40px;
  }
  .fina-a-rehab-section .left span {
    font-size: 48px;
    margin-bottom: 12px;
  }
  .fina-a-rehab-section .left p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .how-it-work-section {
    padding-top: 60px;
  }
  .common-primary-btn {
    font-size: 15px;
    padding: 12px 25px;
  }
  .how-it-work-section ul {
    padding-top: 50px;
    padding-bottom: 30px;
    grid-template-columns: repeat(4, auto);
    grid-gap: 0px 40px;
  }
  .how-it-work-section ul li .icon-wrap {
    width: 95px;
    height: 95px;
  }
  .how-it-work-section ul li .icon-wrap img {
    max-width: 60px;
  }
  .how-it-work-section ul li p {
    margin-top: 17px;
    font-size: 15px;
    line-height: 25px;
  }
  .how-it-work-section ul::before {
    display: none;
  }
  .how-it-work-section .container {
    padding: 0px 40px !important;
  }
  .why-trust-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .why-trust-section .left {
    min-width: 325px;
    max-width: 325px;
  }
  .why-trust-section .wrap {
    gap: 0px 60px;
  }
  .why-trust-section .common-h2 {
    margin-bottom: 15px;
  }
  .why-trust-section .right ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 17px;
    line-height: 26px;
    padding-left: 14px;
  }
  .why-trust-section .left .inner-wrap .inner-left {
    min-width: 180px;
    max-width: 180px;
  }
  .why-trust-section .right ul li::before {
    top: 5px;
  }
  .logo-section ul li .logo-wrap {
    height: 90px;
    padding: 15px 28px;
  }
  .logo-section ul li.slick-slide {
    margin: 0px 10px;
  }
  .logo-section ul .slick-list {
    margin: 0px -10px;
  }
  .logo-section {
    padding-bottom: 10px;
  }
  .real-story-section ul li p {
    font-size: 20px;
    line-height: 33px;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .real-story-section .review-slider {
    padding: 0px 50px;
  }
  .real-story-section .slick-arrow {
    left: -10px;
    right: auto;
    width: 40px;
    height: 16px;
    background-size: 38px;
  }
  .real-story-section .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
  .real-story-section ul li span {
    font-size: 19px;
  }
  .real-story-section {
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .verified-section .wrap::before,
  .verified-section .wrap::after {
    display: none;
  }
  .verified-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .verified-section .wrap {
    padding: 25px 20px;
    gap: 0px 40px;
    display: flex;
    justify-content: space-between;
  }
  .verified-section .left {
    min-width: 365px;
    max-width: 365px;
    padding-top: 20px;
  }
  .verified-section .left .common-h2 span {
    font-size: 46px;
  }
  .verified-section .left p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .verified-section .two-btn-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 0px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 20px;
  }
  .verified-section .right {
    align-self: center;
  }
  .top-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .top-footer .wrap {
    gap: 0px 45px;
  }
  .top-footer .left ul.menu {
    grid-gap: 20px 30px;
  }
  .top-footer .center .logo-wrap a img {
    max-width: 200px;
  }
  .top-footer h5 {
    margin-bottom: 15px;
  }
  .top-footer .right ul li:last-child a {
    font-size: 18px;
  }
  .bottom-footer {
    padding: 25px 0px;
  }
  .bottom-footer .left a {
    font-size: 15px;
  }
  .bottom-footer .right p {
    font-size: 15px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: inherit;
    max-width: inherit;
  }
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-section .wrap {
    display: block;
  }
  .contact-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 30px;
  }
  .contact-section .left h5:first-child {
    font-size: 18px;
  }
  .contact-section .left h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contact-section .left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .contact-section .left span.line-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contact-section .left a.email {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    padding-left: 38px;
  }
  .contact-section .left a.email::before {
    width: 26px;
    height: 21px;
    background-size: 25px;
    top: 8px;
  }
  .contact-section .left ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-section .right .form-wrap {
    padding: 20px;
  }
  .contact-section .right .form-wrap p {
    font-size: 17px;
    line-height: 26px;
  }
  .contact-section .right .form-wrap .gfield textarea {
    height: 120px !important;
  }
  .inner-banner-section {
    padding-top: 60px;
    margin-top: 0;
  }
  .inner-banner-section .wrap {
    gap: 0px 45px;
  }
  .inner-banner-section .left {
    min-width: 400px;
    max-width: 400px;
    padding: 0 0 40px 0;
  }
  .inner-banner-section .left span.inner-h1-title-span {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .inner-banner-section .left h1 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .inner-banner-section .left p {
    font-size: 17px;
    line-height: 25px;
  }
  .inner-verification-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-verification-section .wrap {
    gap: 0px 45px;
    align-items: flex-start;
  }
  .inner-verification-section .left {
    min-width: 330px;
    max-width: 330px;
  }
  .inner-h2-title-span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .inner-common-h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px !important;
  }
  .inner-verification-section .right p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .inner-verification-framework-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-verification-framework-section ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
    margin-top: 30px;
  }
  .inner-verification-framework-section .section-content p {
    font-size: 17px;
  }
  .inner-verified-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-verified-section .wrap {
    gap: 0px 50px;
    align-items: flex-start;
  }
  .inner-verified-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .inner-verified-section .left p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 11px;
  }
  ul.common-ul li {
    font-size: 17px;
    line-height: 29px;
  }
  .inner-verified-section .left .blockquote p {
    font-size: 17px;
    line-height: 28px;
    padding: 15px;
  }
  .inner-integrity-section .wrap {
    padding: 35px 30px;
  }
  .inner-integrity-section .inner-wrap {
    gap: 0px 40px;
  }
  .inner-integrity-section .left {
    min-width: 340px;
    max-width: 340px;
    padding: 20px;
  }
  .inner-integrity-section .right p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .inner-integrity-section .wrap::after {
    left: 210px;
  }
  .inner-integrity-section {
    padding-bottom: 60px;
  }
  .inner-benefits-section .section-content-wrap {
    max-width: 405px;
  }
  .inner-benefits-section ul {
    margin-top: 35px;
    grid-gap: 0px 50px;
  }
  .inner-benefits-section ul li .icon {
    margin-bottom: 20px;
  }
  .inner-benefits-section ul li .icon img {
    max-width: 45px;
  }
  .inner-benefits-section ul li h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-benefits-section ul li p {
    font-size: 17px;
    line-height: 25px;
  }
  .inner-benefits-section ul li::before {
    left: auto;
    right: -10px;
    height: 160px;
  }
  .inner-benefits-section {
    padding-bottom: 70px;
  }
  .inner-explore-verified-section {
    height: 360px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-explore-verified-section p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px !important;
  }
  .inner-explore-verified-section .three-btn-wrap {
    gap: 6px;
  }
  .inner-explore-verified-section .three-btn-wrap a.red-btn,
  .inner-explore-verified-section .three-btn-wrap a.white-btn {
    font-size: 13px;
    padding: 12px 15px;
  }
  .inner-banner-section.verified-rehab-directory .wrap {
    gap: 0px 45px;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: 400px;
    max-width: 400px;
    padding-top: 0;
    padding-bottom: 45px;
  }
  .inner-banner-section.verified-rehab-directory .right img {
    min-width: inherit;
  }
  .inner-clarity-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-clarity-section .section-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .inner-clarity-section .section-content {
    max-width: 460px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 30px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 40px 45px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 40px 35px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .inner-what-verified-section .wrap {
    gap: 0px 45px;
  }
  .inner-what-verified-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .inner-what-verified-section .left p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .inner-what-verified-section .left ul {
    margin-bottom: 20px;
  }
  .inner-what-verified-section {
    padding-bottom: 60px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 35px 30px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 0px 40px;
  }
  .inner-integrity-section.verified-rehab-directory .left {
    min-width: 340px;
    max-width: 340px;
  }
  .inner-integrity-section.verified-rehab-directory .left p {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-integrity-section.verified-rehab-directory .left ul.common-ul li {
    font-size: 16px;
    line-height: 29px;
  }
  .how-use-directory-section {
    padding: 60px 0px;
  }
  .how-use-directory-section .wrap {
    display: block;
  }
  .how-use-directory-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 30px;
  }
  .how-use-directory-section .left p {
    font-size: 17px;
    line-height: 28px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 16px;
    line-height: 27px;
  }
  .how-use-directory-section .step-wrap {
    margin-bottom: 40px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap::after {
    left: 210px;
  }
  .inner-different-banner-section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .inner-different-banner-section .wrap {
    gap: 0px 35px;
  }
  .inner-different-banner-section .left {
    min-width: 345px;
    max-width: 345px;
    align-self: center;
  }
  .inner-different-banner-section .left img {
    border-radius: 20px;
  }
  .inner-different-banner-section .right {
    padding: 0;
  }
  .inner-different-banner-section .right span.inner-h1-title-span {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .inner-different-banner-section .right h1 {
    font-size: 33px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .inner-different-banner-section .right p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-different-banner-section .right::before,
  .inner-different-banner-section .left::before,
  .inner-different-banner-section .wrap::before,
  .inner-different-banner-section::before {
    display: none;
  }
  .inner-built-section {
    padding: 60px 0px 80px 0px;
  }
  .inner-built-section .wrap {
    gap: 0px 40px;
  }
  .inner-built-section .left {
    min-width: 300px;
    max-width: 300px;
  }
  .inner-built-section .left .inner-common-h2::before {
    width: 73px;
    height: 73px;
    background-size: 70px;
  }
  .inner-built-section .left .inner-common-h2 {
    padding-bottom: 95px;
  }
  .inner-built-section .right > p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 25px;
  }
  .inner-built-section .right .blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-built-section .right .blockquote::before {
    width: 131px;
    height: 118px;
    background-size: 130px;
  }
  .story-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .story-section ul li .wrap {
    gap: 0px 40px;
  }
  .story-section ul li .left {
    min-width: 350px;
    max-width: 350px;
    padding-left: 35px;
  }
  .story-section ul li:nth-child(2n+2) .left {
    padding-left: 0;
  }
  .story-section ul li .left img {
    border-radius: 110px 20px 20px 20px;
  }
  .story-section ul li .left .content-wrap {
    position: static;
  }
  .story-section ul li .left .content-wrap span {
    font-size: 16px;
    line-height: 19px;
    padding: 22px 15px;
    max-width: inherit;
    margin: 13px 0px;
  }
  .story-section ul li .left .content-wrap span:first-child {
    margin-left: 0;
    top: 0;
  }
  .story-section ul li .left .content-wrap span:last-child {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span {
    max-width: inherit;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
    top: 0;
    margin-right: 0;
  }
  .story-section ul li .left .img-wrap::before {
    top: -7px;
    left: -30px;
    width: 82px;
    height: 94px;
    background-size: 50px;
  }
  .story-section ul li .right h4 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 55px;
    margin-bottom: 20px;
  }
  .story-section ul li .right h4::before {
    top: -4px;
    left: 0;
    width: 37px;
    height: 37px;
    background-size: 35px;
  }
  .story-section ul li .right p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .story-section ul li:nth-child(2n+2) .left img {
    border-radius: 20px 130px 20px 20px;
  }
  .story-section ul li:nth-child(2n+2) .left .img-wrap::before {
    top: -30px;
    left: auto;
    right: -30px;
    bottom: auto;
  }
  .story-section ul li {
    padding-bottom: 70px;
  }
  .inner-behind-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-behind-section .wrap {
    gap: 0px 35px;
  }
  .inner-behind-section .left {
    min-width: 320px;
    max-width: 320px;
  }
  .inner-behind-section .right p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-integrity-section.team .wrap {
    padding: 35px 30px;
  }
  .inner-integrity-section.team .right {
    min-width: 300px;
    max-width: 300px;
  }
  .inner-integrity-section.team .inner-wrap {
    gap: 0px 25px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .common-primary-btn {
    font-size: 15px;
    padding: 12px 25px;
  }
  .inner-banner-section.faq .left {
    padding: 65px 0px;
  }
  .faq-page-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 17px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 15px;
  }
  .faq-page-sec .wrapper {
    grid-template-columns: 260px 1fr;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 40px;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px 15px 15px;
  }
  ul.faq li .faq-question::after {
    right: 10px;
    top: 18px;
  }
  ul.faq li .faq-question[data-status=open]::after {
    top: 23px;
  }
  ul.faq li .answer_faq .faq-answer {
    padding: 0px 15px 20px;
  }
  ul.faq li .answer_faq .faq-answer p {
    font-size: 15px;
    line-height: 155%;
  }
  .seachpage {
    padding: 60px 0;
  }
  .seachpage h1.entry-title {
    font-size: 26px;
  }
  .seachpage .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .seachpage .list article h2.entry-title a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .banner-section .wrap {
    display: block;
  }
  .banner-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 35px;
  }
  .banner-section .left h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
  }
  .banner-section .left h1 span {
    font-size: 40px;
  }
  .banner-section .left p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner-section .two-btn-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 0px;
    max-width: 375px;
    margin: 0px auto;
  }
  .common-primary-btn {
    font-size: 15px;
    padding: 15px 20px;
  }
  .banner-section .right img {
    max-width: 265px;
    margin: 0px auto;
  }
  .banner-section::before {
    display: none;
  }
  .common-h2.mobile-h2-title {
    display: block;
  }
  .common-h2.desktop-h2-title {
    display: none;
  }
  .why-we-exist-section .wrap {
    display: block;
  }
  .common-h2 {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 20px;
    text-align: center;
  }
  .why-we-exist-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 25px;
  }
  .why-we-exist-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-we-exist-section .left ul li .inner-wrap {
    padding: 15px 15px;
    display: block;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 20px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left .quote-icon {
    margin-bottom: 15px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-left span {
    font-size: 17px;
    line-height: 27px;
  }
  .why-we-exist-section .left ul li .inner-wrap .inner-right img {
    margin: 0;
    min-width: 58px;
    max-width: 58px;
    height: 58px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .why-we-exist-section .left ul li .inner-right .mobile-quote {
    width: 100%;
    color: #222;
    font-family: "Gothic A1";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
  .why-we-exist-section .right p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .who-for-section {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .who-for-section ul {
    padding-top: 30px;
    display: block;
    margin-bottom: 0px !important;
  }
  .who-for-section ul .slick-track {
    display: flex;
  }
  .who-for-section ul li.slick-slide {
    height: inherit;
  }
  .who-for-section ul.slick-dots {
    padding: 0;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: static;
  }
  .who-for-section ul.slick-dots li {
    border: 0;
    border-radius: unset;
    background: none;
    line-height: 0;
    width: auto;
    height: auto;
    margin: 0;
  }
  .who-for-section ul.slick-dots li button {
    background: #222;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    font-size: 0;
    outline: none;
  }
  .who-for-section ul.slick-dots li.slick-active button {
    background: #ec5212;
  }
  .who-for-section ul.slick-dots li button::before {
    display: none;
  }
  .who-for-section ul li .img-wrap {
    clip-path: unset;
    transition: unset;
  }
  .who-for-section ul li:hover .img-wrap {
    clip-path: unset;
  }
  .who-for-section ul li .bottom {
    padding: 25px 20px;
  }
  .who-for-section ul li .bottom p {
    font-size: 17px;
    line-height: 26px;
  }
  .who-for-section ul li .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fina-a-rehab-section .wrap {
    display: block;
  }
  .fina-a-rehab-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
  }
  .fina-a-rehab-section .left .custom-h2 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 10px;
    text-align: center;
  }
  .fina-a-rehab-section .left span {
    font-size: 40px;
    line-height: 80%;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  .fina-a-rehab-section .left p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
  }
  .how-it-work-section {
    padding-top: 55px;
  }
  .how-it-work-section ul {
    padding-top: 35px;
    padding-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 60px;
  }
  .how-it-work-section ul::before {
    display: none;
  }
  .how-it-work-section ul li .icon-number-wrap {
    max-width: 114px;
    margin: 0px auto;
  }
  .how-it-work-section ul li p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .how-it-work-section ul li .icon-wrap {
    width: 100px;
    height: 100px;
  }
  .how-it-work-section ul li .icon-wrap img {
    max-width: 50px;
  }
  .why-trust-section {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .why-trust-section .wrap {
    display: block;
  }
  .why-trust-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 35px;
  }
  .why-trust-section .left .inner-wrap .inner-left {
    min-width: 170px;
    max-width: 170px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap {
    top: 50px;
    left: 24px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .why-trust-section .left .img-content-wrap .content-wrap span {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
  }
  .why-trust-section .right ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .why-trust-section .right ul li::before {
    top: 4px;
  }
  .logo-section {
    padding-bottom: 0;
  }
  .logo-section ul li .logo-wrap {
    height: 80px;
    padding: 10px 37px;
  }
  .logo-section ul .slick-list {
    margin: 0px -10px;
  }
  .logo-section ul li.slick-slide {
    margin: 0px 10px;
  }
  .real-story-section {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .common-h2 span {
    font-size: 47px;
  }
  .real-story-section ul li p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .real-story-section ul li span {
    font-size: 17px;
    line-height: 30px;
  }
  .real-story-section .slick-arrow {
    top: auto;
    left: 25%;
    right: auto;
    bottom: -40px;
    transform: unset;
  }
  .real-story-section .slick-arrow.slick-next {
    left: auto;
    right: 24%;
  }
  .verified-section .wrap::before,
  .verified-section .wrap::after {
    display: none;
  }
  .verified-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .verified-section .wrap {
    padding: 20px;
    display: block;
  }
  .verified-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .verified-section .left .common-h2 {
    text-align: left;
    margin-bottom: 15px;
  }
  .verified-section .left .common-h2 span {
    font-size: 41px;
  }
  .verified-section .left p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .common-primary-download-btn {
    font-size: 15px;
  }
  .verified-section .left .two-btn-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 0px;
    max-width: 375px;
  }
  .top-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .top-footer .wrap {
    display: block;
  }
  .top-footer .left {
    display: none;
  }
  .top-footer .center .logo-wrap a img {
    margin: 0px auto;
    max-width: 240px;
  }
  .top-footer .center .social-wrap p {
    font-size: 15px;
    margin-bottom: 12px;
    text-align: center;
  }
  .top-footer .center .social-wrap ul {
    justify-content: center;
  }
  .top-footer h5 {
    margin-bottom: 16px;
    text-align: center;
  }
  .top-footer .right ul li:last-child a {
    font-size: 17px;
  }
  .top-footer .right ul li span {
    text-align: center;
  }
  .top-footer .right ul li a {
    display: block;
    text-align: center;
  }
  .bottom-footer {
    padding: 30px 0px;
  }
  .bottom-footer .wrap {
    display: block;
  }
  .bottom-footer .left {
    justify-content: center;
    padding-bottom: 10px;
  }
  .bottom-footer .left a {
    font-size: 14px;
  }
  .bottom-footer .right p {
    font-size: 14px;
    text-align: center;
  }
  .page-not-found-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-not-found-section h1 {
    font-size: 45px;
    line-height: 48px;
  }
  .page-not-found-section h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .desktop-quote {
    display: none;
  }
  .mobile-quote {
    display: block;
  }
  .why-we-exist-section .left ul li .inner-right {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px 15px;
    align-items: center;
  }
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-section .wrap {
    display: block;
  }
  .contact-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 30px;
  }
  .contact-section .left h5:first-child {
    font-size: 18px;
  }
  .contact-section .left h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contact-section .left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .contact-section .left span.line-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contact-section .left a.email {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    padding-left: 38px;
  }
  .contact-section .left a.email::before {
    width: 26px;
    height: 21px;
    background-size: 25px;
    top: 8px;
  }
  .contact-section .left ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-section .right .form-wrap {
    padding: 20px;
  }
  .contact-section .right .form-wrap p {
    font-size: 17px;
    line-height: 26px;
  }
  .contact-section .right .form-wrap .gfield textarea {
    height: 120px !important;
  }
  .inner-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .inner-banner-section .wrap {
    display: block;
  }
  .inner-banner-section .left {
    min-width: inherit;
    max-width: inherit;
    padding: 0;
  }
  .inner-banner-section .right {
    display: none;
  }
  .inner-banner-section .left span.inner-h1-title-span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .inner-banner-section .left h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .inner-banner-section .left p {
    font-size: 17px;
    line-height: 28px;
  }
  .inner-mobile-title-wrap {
    display: block;
  }
  .inner-desktop-title-wrap {
    display: none;
  }
  .inner-verification-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-verification-section .wrap {
    display: block;
  }
  .inner-verification-section .left {
    min-width: inherit;
    max-width: inherit;
  }
  .inner-h2-title-span {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .inner-common-h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px !important;
  }
  .inner-verification-section .left .inner-wrap {
    gap: 10px;
  }
  .inner-verification-section .inner-left .top-img {
    padding-bottom: 10px;
  }
  .inner-verification-section .right {
    padding-top: 25px;
  }
  .inner-verification-section .right p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-verification-framework-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .inner-verification-framework-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 15px;
    margin-top: 25px;
  }
  .inner-verification-framework-section .section-content p {
    font-size: 16px;
  }
  .inner-verification-framework-section ul li {
    padding: 20px 20px 30px 20px;
  }
  .inner-verification-framework-section ul li p.content {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .inner-verification-framework-section ul li span.number {
    margin-bottom: 40px;
  }
  .inner-verification-framework-section ul li:hover {
    min-width: inherit;
  }
  .inner-verification-framework-section ul li:hover p.content {
    text-align: center;
  }
  .inner-verification-framework-section ul li:hover p.title {
    text-align: center;
  }
  .inner-verified-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .inner-verified-section .wrap {
    display: block;
  }
  .inner-verified-section .left {
    min-width: inherit;
    max-width: inherit;
  }
  .inner-mobile-img {
    display: block;
  }
  .inner-desktop-img {
    display: none;
  }
  .inner-verified-section .inner-mobile-img img {
    border-radius: 20px;
  }
  .inner-verified-section .inner-mobile-img {
    padding-bottom: 20px;
  }
  .inner-verified-section .left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  ul.common-ul li {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .inner-verified-section .left .blockquote p {
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
  }
  .inner-integrity-section .wrap {
    padding: 20px 15px;
  }
  .inner-integrity-section .inner-wrap {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .inner-integrity-section .left {
    min-width: inherit;
    max-width: inherit;
    padding: 16px;
    width: 100%;
    order: 2;
  }
  .inner-integrity-section .right {
    width: 100%;
    order: 1;
  }
  .inner-integrity-section .wrap::before,
  .inner-integrity-section .wrap::after,
  .inner-integrity-section .left::before {
    display: none;
  }
  .inner-integrity-section .right p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .inner-integrity-section {
    padding-bottom: 50px;
  }
  .inner-benefits-section ul {
    margin-top: 35px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 170px;
  }
  .inner-benefits-section ul li {
    text-align: center;
  }
  .inner-benefits-section ul li .icon {
    margin-bottom: 15px;
  }
  .inner-benefits-section ul li .icon img {
    max-width: 38px;
    margin: 0px auto;
  }
  .inner-benefits-section ul li h4 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .inner-benefits-section ul li p {
    font-size: 16px;
    line-height: 23px;
  }
  .inner-benefits-section {
    padding-bottom: 60px;
  }
  .inner-explore-verified-section {
    height: 460px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-explore-verified-section p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px !important;
  }
  .inner-explore-verified-section .three-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 330px;
  }
  .inner-explore-verified-section .three-btn-wrap a.red-btn,
  .inner-explore-verified-section .three-btn-wrap a.white-btn {
    display: block;
    width: 100%;
  }
  .inner-banner-section.verified-rehab-directory .left {
    min-width: inherit;
    max-width: inherit;
    padding-top: 0;
    padding-bottom: 0;
  }
  .inner-clarity-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-clarity-section .section-content p {
    font-size: 16px;
    line-height: 27px;
  }
  .inner-clarity-section .inner-wrap {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 60px;
  }
  .inner-clarity-section .inner-left .box-wrap {
    padding: 25px 20px;
  }
  .inner-clarity-section .inner-left .box-wrap h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .inner-clarity-section .inner-left .box-wrap ul {
    padding: 20px;
  }
  .inner-clarity-section .inner-left .box-wrap ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-clarity-section .inner-right h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .inner-clarity-section .inner-right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner-clarity-section .inner-right ul li p {
    font-size: 17px;
    line-height: 28px;
  }
  .inner-clarity-section .inner-right ul li .icon img {
    max-width: 120px;
  }
  .inner-what-verified-section .wrap {
    display: block;
  }
  .inner-what-verified-section .left {
    min-width: inherit;
    max-width: inherit;
  }
  .inner-what-verified-section .inner-mobile-img {
    margin-bottom: 20px;
  }
  .inner-what-verified-section .inner-mobile-img img {
    border-radius: 20px;
  }
  .inner-what-verified-section .left p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  .inner-what-verified-section .left ul li {
    font-size: 16px;
    line-height: 31px;
  }
  .inner-what-verified-section .left ul {
    margin-bottom: 20px;
  }
  .inner-what-verified-section {
    padding-bottom: 50px;
  }
  .inner-integrity-section.verified-rehab-directory .wrap {
    padding: 20px 15px;
  }
  .inner-integrity-section.verified-rehab-directory .inner-wrap {
    gap: 20px 0px;
  }
  .inner-integrity-section.verified-rehab-directory .left {
    min-width: inherit;
    max-width: inherit;
  }
  .how-use-directory-section {
    padding: 50px 0px;
  }
  .how-use-directory-section .wrap {
    display: block;
  }
  .how-use-directory-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 25px;
  }
  .how-use-directory-section .left p {
    font-size: 16px;
    line-height: 28px;
  }
  .how-use-directory-section .step-wrap {
    margin-bottom: 40px;
    display: block;
  }
  .how-use-directory-section .inner-left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 20px;
  }
  .how-use-directory-section .inner-right h3 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-use-directory-section .inner-right p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .how-use-directory-section .inner-right .blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .inner-different-banner-section::before,
  .inner-different-banner-section .wrap::before,
  .inner-different-banner-section .left::before,
  .inner-different-banner-section .right::before {
    display: none;
  }
  .inner-different-banner-section .wrap {
    display: block;
  }
  .inner-different-banner-section .left {
    display: none;
  }
  .inner-different-banner-section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-different-banner-section .right {
    padding: 0;
  }
  .inner-different-banner-section .right span.inner-h1-title-span {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
    text-align: left;
  }
  .inner-different-banner-section .right h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: left;
  }
  .inner-different-banner-section .right .inner-mobile-img {
    margin-bottom: 15px;
  }
  .inner-different-banner-section .right img {
    border-radius: 20px;
    margin: 0;
  }
  .inner-different-banner-section .right p {
    font-size: 17px;
    line-height: 27px;
    text-align: left;
  }
  .inner-built-section {
    padding: 60px 0px;
  }
  .inner-built-section .wrap {
    display: block;
  }
  .inner-built-section .left {
    min-width: inherit;
    max-width: inherit;
    margin-bottom: 15px;
  }
  .inner-built-section .left .inner-common-h2::before {
    display: none;
  }
  .inner-built-section .left .inner-common-h2 {
    padding-bottom: 0;
  }
  .inner-built-section .right > p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .inner-built-section .right .blockquote {
    border-radius: 20px 0px 100px 0px;
  }
  .inner-built-section .right .blockquote p {
    font-size: 16px;
    line-height: 23px;
  }
  .inner-built-section .right .blockquote::before {
    width: 131px;
    height: 118px;
    background-size: 130px;
  }
  .story-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .story-section ul li .wrap {
    display: block;
  }
  .story-section ul li .left {
    min-width: inherit;
    max-width: inherit;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .story-section ul li .left .img-wrap::before,
  .story-section ul li:nth-child(2n+2) .left .img-wrap::before {
    display: none;
  }
  .story-section ul li .left img,
  .story-section ul li:nth-child(2n+2) .left img {
    border-radius: 90px 20px 20px 20px;
  }
  .story-section ul li .right h4 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 50px;
    margin-bottom: 25px;
  }
  .story-section ul li .right h4::before {
    top: -5px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 37px;
    height: 39px;
    background-size: 35px;
  }
  .story-section ul li .right p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .story-section ul li .left .content-wrap {
    position: static;
  }
  .story-section ul li .left .content-wrap span {
    font-size: 18px;
    line-height: 27px;
    padding: 22px 15px;
    max-width: inherit;
    margin: 13px 0px;
  }
  .story-section ul li .left .content-wrap span:first-child {
    margin-left: 0;
    top: 0;
  }
  .story-section ul li .left .content-wrap span:last-child {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .story-section ul li {
    padding-bottom: 50px;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span {
    max-width: inherit;
  }
  .story-section ul li:nth-child(2n+2) .left .content-wrap span:last-child {
    top: 0;
    margin-right: 0;
  }
  .inner-behind-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-behind-section .wrap {
    display: block;
  }
  .inner-behind-section .left {
    display: none;
  }
  .inner-behind-section .right .inner-mobile-img {
    margin-bottom: 25px;
  }
  .inner-behind-section .right .inner-mobile-img img {
    border-radius: 20px;
  }
  .inner-behind-section .right p {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-integrity-section.team .wrap {
    padding: 20px 15px;
  }
  .inner-integrity-section.team .right {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 20px;
  }
  .inner-integrity-section.team .left::after {
    display: none;
  }
  .inner-explore-verified-section.verified-rehab-directory.team {
    height: 500px;
  }
  .about-section .wrap {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 30px;
  }
  .about-section .wrap .img-box {
    order: -1;
  }
  .about-section .wrap .img-box img {
    margin: 0 auto;
  }
  .about-section .wrap .text-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .about-section::before {
    bottom: 340px;
  }
  .about-section .wrap .img-box img {
    border-radius: 12px;
  }
  .about-section .wrap .img-box .img-text {
    border-radius: 12px 0 12px 0;
  }
  .about-section .wrap .img-box .img-text .heading,
  .about-section .wrap .img-box .img-text .text {
    font-size: 15px;
    line-height: 24px;
  }
  .our-platform-designed .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .our-platform-designed .wrap img {
    border-radius: 12px;
    margin: 0 auto;
  }
  .our-platform-designed:before {
    display: none;
  }
  .our-platform-designed .wrap .wrap-box {
    margin-top: 0;
  }
  .our-platform-designed {
    padding: 60px 0;
  }
  .honest-recovery-landscape {
    padding-bottom: 60px;
  }
  .rehab-detail-banner .wrap .right .right-img-box iframe {
    width: 100%;
    height: 100%;
  }
  .rehab-detail-banner .wrap .right .right-img-box .img-box {
    width: 100%;
  }
  .rehab-detail-banner .wrap {
    gap: 25px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul a {
    line-height: 16px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list,
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    flex-wrap: wrap;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .treatment-type-list ul {
    gap: 10px;
    justify-content: start;
  }
  .rehab-listing-slider .carousel::after,
  .rehab-listing-slider .carousel::before {
    width: 60px;
  }
  .rehab-listing-slider .carousel .box p {
    font-size: 12px;
  }
  .rehab-listing-slider .carousel .box {
    gap: 5px;
    padding: 7px;
    margin: 0 4px;
  }
  .rehab-detail-banner .wrap .right {
    display: flex;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
  }
  .rehab-detail-banner .wrap .right .right-img-box {
    width: 100%;
  }
  .rehab-detail-banner .wrap .left .banner-heading {
    font-size: 16px;
    line-height: 23px;
  }
  .rehab-detail-banner .wrap .right .img-box {
    width: 300px;
    height: 250px;
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box .common-primary-btn {
    font-size: 15px;
    padding: 15px 20px;
  }
  .tab-detail .offer-box .facilities-accommodation-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .tab-detail .offer-box .facilities-accommodation-box .wrap {
    padding: 10px;
    border-radius: 10px;
  }
  .tab-detail .offer-box .schedule-table {
    width: 100%;
  }
  .tab-detail .offer-box .gallery-slider .swiper-slide img,
  .tab-detail .offer-box .gallery-slider .gallery-thumbs .swiper-slide-active {
    border-radius: 12px;
  }
  .real-storie .recovery .swiper-button-next,
  .real-storie .recovery .swiper-button-prev {
    width: 50px;
    height: 20px;
  }
  .real-storie .recovery .swiper-slide {
    padding: 0 70px;
  }
  .real-storie .recovery .swiper-slide p {
    margin-bottom: 0 !important;
    font-size: 17px;
  }
  .real-storie .common-h2.desktop-h2-title {
    display: block;
    margin-bottom: 10px;
  }
  .clinical-team .swiper .swiper-button-prev,
  .clinical-team .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .clinical-team .swiper .swiper-button-prev:after,
  .clinical-team .swiper .swiper-button-next:after {
    font-size: 16px;
  }
  .fina-a-rehab-section .left:first-child p {
    margin-bottom: 10px;
  }
  .coming-soon {
    font-size: 50px;
  }
  .coming-soon-box {
    padding: 60px 16px;
  }
  .blog-section {
    padding: 55px 0;
  }
  .blog-section .category-list-btn a {
    font-size: 14px;
    padding: 8px 22px;
  }
  .single-post-blog .wrap .right-box p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .single-post-blog .wrap {
    flex-direction: column;
    gap: 30px;
    padding-left: 0px;
  }
  .single-post-blog .wrap .sidebar .sidebar-box:before,
  .single-post-blog .wrap .sidebar::before {
    left: -10px;
  }
  .single-post-blog .wrap .sidebar {
    order: 1;
    position: relative;
    top: 0;
    width: 100%;
  }
  .single-post-blog .wrap .right-box blockquote {
    margin: 16px;
    padding-left: 15px;
  }
  .single-post-blog {
    padding: 55px 0;
  }
  .page-template-resources .paginations {
    margin-bottom: 55px;
  }
  .category-list {
    padding: 55px 0;
  }
  .single-post-blog .wrap .right-box ul li,
  .single-post-blog .wrap .right-box ol li {
    font-size: 15px;
  }
  .category section .header h1 {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
    margin: 0;
  }
  .category section .header {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .top-footer .center .logo-wrap {
    margin-bottom: 15px;
  }
  .author .authordiv .inner .right h1 {
    font-size: 30px;
  }
  .author .author-text {
    padding-top: 30px;
  }
  .author .author-text p {
    font-size: 15px;
  }
  .author .authordiv .inner {
    gap: 20px;
    flex-wrap: wrap;
  }
  .author .authordiv {
    padding-top: 40px;
  }
  .author .innerblog h2 {
    margin-bottom: 25px;
  }
  .blog-wrap ul li p {
    font-size: 15px;
  }
  .blog-wrap ul li .heading a {
    font-size: 20px;
  }
  .author .blog-wrap.our-blog {
    padding: 50px 0 55px 0;
  }
  .author .blog-wrap .paginations {
    margin-top: 30px;
  }
  .inner-banner-section.faq .left {
    padding: 45px 0px;
  }
  .faq-page-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq-page-sec .left-wrap ul li a {
    font-size: 18px;
  }
  .faq-page-sec .left-wrap ul li {
    padding: 0 0 14px;
  }
  .faq-page-sec .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .faq-page-sec .right-wrap h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  ul.faq li .faq-question {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px 15px 15px;
  }
  ul.faq li .faq-question::after {
    right: 10px;
    top: 18px;
  }
  ul.faq li .faq-question[data-status=open]::after {
    top: 23px;
  }
  ul.faq li .answer_faq .faq-answer {
    padding: 0px 15px 20px;
  }
  ul.faq li .answer_faq .faq-answer p {
    font-size: 15px;
    line-height: 155%;
  }
  .id-wraper {
    margin-top: -60px;
    padding-top: 60px;
  }
  .faq-page-sec .right-wrap .single-faq {
    padding-bottom: 40px;
  }
  .seachpage {
    padding: 60px 0;
  }
  .seachpage h1.entry-title {
    font-size: 26px;
  }
  .seachpage .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .seachpage .list article h2.entry-title a {
    font-size: 17px;
  }
  .policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .policy-content-section h2,
  .policy-content-section h3 {
    font-size: 26px;
  }
  .policy-content-section p,
  .policy-content-section a,
  .policy-content-section ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .policy-content-section h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .blog-section .blog-wrap {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-section .blog-wrap .blog-box .blog-content .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .category {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .blog-section .blog-wrap .blog-box .blog-content .heading a {
    font-size: 17px;
  }
  .blog-section .blog-wrap .blog-box {
    border-radius: 10px;
  }
  .single-post-blog .wrap .right-box table tr td,
  .single-post-blog .wrap .right-box table tr th {
    padding: 4px;
    font-size: 12px;
  }
  .author .authordiv .inner .left img {
    width: 100px;
    height: 100px;
  }
  .author .authordiv .inner .left {
    width: 100px;
  }
  .blog-wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .honest-recovery-landscape ul {
    grid-template-columns: auto;
  }
  .honest-recovery-landscape ul li p {
    font-size: 18px;
    line-height: 28px;
  }
  .honest-recovery-landscape ul {
    margin-top: 30px;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box {
    grid-template-columns: auto;
  }
  .rehab-listing-slider .main-wrap-box .left-box .wrap-box .map-box iframe {
    width: 100%;
  }
  .tab-detail .tab-detail-sidebar .facilities-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-detail .tab-detail-sidebar .recovery-journey-box,
  .tab-detail .tab-detail-sidebar .facilities-accommodation-list {
    margin-bottom: 25px;
  }
  .tab-detail .offer-box .galleryimage .gallery-thumbss .slick-slide {
    margin: 0 4px;
  }
  .tab-detail .offer-box .transparency-verification-table tbody tr td:first-child,
  .tab-detail .offer-box .schedule-table thead tr th:first-child,
  .tab-detail .offer-box .schedule-table tbody tr td:first-child {
    min-width: auto;
  }
  .tab-detail .offer-box .transparency-verification-table thead tr th:first-child {
    min-width: unset;
  }
  .real-storie .recovery .swiper-button-next,
  .real-storie .recovery .swiper-button-prev {
    width: 40px;
    height: 16px;
  }
  .real-storie .recovery .swiper-slide {
    padding: 0 40px;
  }
  .real-storie .recovery .swiper-button-prev {
    left: 0;
  }
  .real-storie .recovery .swiper-button-next {
    right: 0;
  }
  .clinical-team .swiper .swiper-button-prev,
  .clinical-team .swiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .clinical-team .swiper .swiper-button-prev:after,
  .clinical-team .swiper .swiper-button-next:after {
    font-size: 14px;
  }
  .coming-soon {
    font-size: 40px;
  }
  .single-post-blog .wrap .right-box .category-date {
    flex-direction: column;
    gap: 7px;
    align-items: start;
  }
  .single-post-blog .wrap .right-box .date:before {
    display: none;
  }
  .single-post-blog .wrap .right-box .imgs img {
    border-radius: 6px;
  }
  .single-post-blog .wrap .sidebar .sidebar-box .gform_fields .gfield input,
  .single-post-blog .wrap .sidebar .sidebar-box .gform_fields .gfield textarea {
    font-size: 14px;
    padding: 8px 15px;
  }
  .single-post-blog .wrap .sidebar .sidebar-box .gform_footer.top_label .gform_button {
    font-size: 14px;
    padding: 13px 30px;
  }
  .category-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .entry-summary a img {
    height: auto;
    max-height: none;
  }
}/*# sourceMappingURL=style.css.map */