/**
*	Theme Name: Drug Rehab
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
a {
	color: #DBBF76;
}
:root{
    --color-one : #2C4D9A; 
    --color-two : #061829; 
    --secondary : #404040;
    --poppins : "Poppins", sans-serif;
    --roboto : "Roboto", sans-serif;
}
body{
    font-family: var(--poppins) !important;
}
a,
a:hover {text-decoration: none !important;}
*{ transition: 0.3s all;}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
div#wrapper {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}

.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}

.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	margin: 100px 0;
}

.not-found p {
	margin-bottom: 30px;
}
.main_menu_wrapper {
    display: flex;
    align-items: center;
    gap: 45px;
}
.btn_inner_wrap {
    width: 307px;
    height: 57px;
    padding: 12px 0px 12px 3px;
    border-radius: 10px;
    background: #000000;
/* 	background:linear-gradient(90deg, #BB8C4A 0%, #C8A05C 33%, #F7EC9D 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn_inner_wrap:hover{
/*     background: var(--color-one); */
	background:#DBBF76;color:#000;
}
.btn_inner_wrap:hover .btn_text{color:#000;}
.btn_inner_wrap:hover .btn_icon{filter: brightness(0);}
.btn_inner_wrap .btn_icon {
    width: 30px;
    flex: 0 0 auto;
    padding: 3px 0;
    padding-right: 4px;
    border-right: 1px solid #fff;filter: brightness(1);
}
.btn_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.btn_text span {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.01em;
    display: block;
}
/* Navbar */
.header_row_wrap{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    position: relative;
}
.site-logo img {
  max-height: 74px;
  width: auto;
}
.main-navigation {
	clear: both;
	position: relative;
}
.nav-menu li.menu-item-has-children::after { color: #1b2336;display: block; content: '\f0d7'; font-family: FontAwesome; position: absolute; font-size: 15px; right: -13px;top: 13px;}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
ul#primary-menu {
    display: flex;
    gap: 30px;
}
.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: var(--secondary);
	display: block;
	font-size: 18px;
	line-height: 27px;
    font-weight: 500;
	padding: 5px 0;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
/* 	color: var(--color-one); */
	color:#BE904E;
}

.nav-menu .sub-menu,
.nav-menu .children {
/* 	background-color: var(--color-one); */
/* 	background: linear-gradient(90deg, #BB8C4A 0%, #C8A05C 33%, #F7EC9D 100%); */
	background-color:#DBBF76;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);transition: none;
}
ul.sub-menu li a {
	font-size: 15px;
	line-height: 24px;
}
ul.sub-menu li {
    margin: 0px;display: block;border-bottom: 1px solid #0000001c;
}
ul.sub-menu li a {
    color: #000 !important;
    padding: 15px;
    text-align: left;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 100%;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #000;color: #fff !important;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: 290px;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
/* 	color: var(--color-one); */
	color:#DBBF76;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
p.topbar {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 12px;
	font-weight: 500;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/* heading */
.banner_content.site_content span.pre_heading{
    color: #fff;
}
.site_content span.pre_heading {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
/*     color: var(--color-one); */
	color:#BE904E;
    margin-bottom: 23px;
    position: relative;
    display: inline-block;
}
.site_content span.pre_heading::after,
.site_content span.pre_heading::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 4px;
/*     background: var(--color-one); */
	background:#BE904E;
    position: absolute;
    top: calc(50% - 2px);
    left: -45px;
}
.site_content span.pre_heading::after{
    left: auto;
    right: -45px;
}
.site_content span.pre_heading.single_line::before{
    display: none;
}
.site_content h1 {
    font-family: var(--roboto);
    font-size: 58px;
    font-weight: 700;
    line-height: 67.97px;
    color: #fff;
    margin: 0;
}
.site_content h2,
.siteheading,
.entry-content.singepad h3 {
    font-family: var(--roboto);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    color: #061829;
} 
.site_content h3{
    font-family: var(--roboto);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color:#061829;
    margin-bottom: 10px;
}
.site_btn {
    font-family: var(--roboto);
    font-size: 21.24px;
    font-weight: 500;
    line-height: 20.2px;
    text-align: center;
/*     background-color: var(--color-one); */
	color:#fff;
	background-color:#000;
    border-radius: 10px;
    padding: 29px 41px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 23px;
/*     box-shadow: 0px 4.79px 11.97px 0px #00000040;background: linear-gradient(90deg, #BB8C4A 0%, #C8A05C 33%, #F7EC9D 100%);color:#000; */
}
.site_btn:hover{
    color: #000;
/*     background-color: var(--color-two); */
	background-color:#DBBF76;
}
.site_content p:last-of-type {
    margin: 0;
}
.site_content p,
.sitedesta,
.accordion-body p,
.accordion-body li,
.entry-content p {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #061829;
}
/* Banner */
.site_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 738px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.site_banner .container {
    position: relative;
}
.site_banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*     background: linear-gradient(0deg, rgba(44, 77, 154, 0.5), rgba(44, 77, 154, 0.5)),
linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)); */
	background: #000000c7;opacity: .8;
}
.banner_content {
    max-width: 656px;
    text-align: center;
    margin: 0 auto;
}
.banner_content.site_content span.pre_heading::before{
    left: -61px;
    width: 53px;
    background-color: #fff;
}
.banner_content.site_content span.pre_heading::after{
    right: -61px;
    left: auto;
    width: 53px;
    background-color: #fff;
}
.brand_sec {
    padding: 65px 0 75px;
}
#brands_slider {
    padding: 0 40px;
}
#brands_slider .brand_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
#brands_slider .brand_logo img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
#facilities_slider .slick-arrow,
div#brands_slider .slick-arrow {
    width: 30px;
    height: 57px;
    background-image: url('./images/prev.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 12px;
}
#facilities_slider .slick-next.slick-arrow,
div#brands_slider .slick-next.slick-arrow{
    background-image: url('./images/next.png');
    left: auto;
    right: 12px;
}
div#facilities_slider .slick-arrow::before,
div#brands_slider .slick-arrow::before{
    display: none;
}
.benefits_row_wrap {
    width: 100%;
    border-radius: 45px;
    background: #E0E5F0;
    padding: 50px;
    margin-bottom: 42px;
}
.benefits_row_wrap .site_content {
    max-width: 710px;
    margin: 0 auto;
}
.benefits_row_wrap .site_content h2{
    color: #000;
}
.benefits_items {
    max-width: 915px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 53px;
    margin-top: 10px;
}
.benefits_item {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 333px;
}
.benefit_icon{
    width: 88px;
    flex: 0 0 auto;
}
.benefits_item h4 {
    font-family: var(--roboto);
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    margin: 0;
    color: #000;
}
.aboutus_sec {
    padding: 70px 0;
}
.aboutus_sec.about_founder,
.about_founder{
    background-color: #FAFAFA;
}
.about_content.site_content h2 span{
/*     color: var(--color-one); */
	color:#DBBF76;
}
.about_img{
    position: relative;
    padding: 20px 40px 40px 20px;
}
.about_img img{
    position: relative;
}
.about_img.img_right{
    padding: 20px 20px 40px 40px;
}
.about_img::before{
    content: '';
    display: block;
    width: 260px;
    height: 260px;
    background: #2C4D9A26;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 27px 0 0 0;
}
.about_img::after{
    content: '';
    display: block;
    position: absolute;
    background: url('./images/dots.png') no-repeat center;
    background-size: cover;
    width: 275px;
    height: 241px;
    bottom: 0;
    right: 0;
} 
.about_img.img_right::after{
    right: auto;
    left: 0;
}
.about_img.img_right::before{
    left: auto;
    right: 0;
    border-radius: 0 27px 0 0;
}
.about_img.img_right img{
    margin: 0 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;border-radius: 30px;
}
.services_sec{
    padding: 35px 0 130px;
}
.service_icon {
    margin: -16px 0 13px;
}
.page-id-507 .service_icon,
.page-id-507 .services_item{text-align:center}
.page-id-507 .testimonial_sec{padding:60px 0 0px;}
.page-id-507 .faq_sec {padding: 30px 0 20px;}
.page-id-507 .main_footer_wrap{padding:105px 0 80px;}
.page-id-507 .services_sec {padding: 3px 0 78px;}
.page-id-507 .aboutus_sec {padding: 36px 0;}
.services_item {
    border: 1px solid #0618291A;
    box-shadow: 0px 13px 19.3px 0px #00000040;
    border-radius: 35px;
    padding: 0 25px 32px;
    width: calc(33.33% - 40px);
    flex: 0 0 auto;
    background-color: #fff;
    position: relative;
}
.services_item li{text-align:left}
.services_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 42px 60px;
    padding: 64px 0 35px;
    margin: 0 auto;
    position: relative;
    max-width: 1380px;
}
.has_dots-botom-left::before,
.facilities_gallery_wrapper::before,
.services_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    background: url('./images/dots.png') no-repeat center;
    background-size: cover;
    width: 300px;
    height: 300px;
    top: 0;
    right: -60px;
    z-index: -1;
}
.has_dots-botom-left::before{
    left: -45px;
    bottom: -45px;
    top: auto !important;
    right: auto !important;

}

.services_item.site_content p {
    line-height: 25px;
}
.services_item.site_content h3{
    min-height: 76px;
}
.has_layer-top-right::after,
.facilities_gallery_wrapper::after,
.services_item:nth-child(4)::after {
    content: '';
    display: block;
    width: 260px;
    height: 260px;
    background: #2C4D9A26;
    position: absolute;
    left: -35px;
    bottom: -35px;
    border-radius: 0 0 0 27px;
    z-index: -1;
}
.has_layer-top-right::after{
    top: -35px;
    left: auto !important;
    right: -35px;
    border-radius: 0 27px 0 0;
}
.testimonial_sec{
    padding: 90px 0 110px;
    background-color: #FAFAFA;
}
.testimonials_wrapper {
    max-width: 1145px;
    margin: 43px auto 0;
    padding: 12px 115px 0;
    position: relative;
}
.testimonials_wrapper::before,
.testimonials_wrapper::after{
    content: '';
    display: block;
    background-image: url('./images/quote.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 77px; height: 55px;
    position: absolute;
    left: 0;
    top: 0;filter: brightness(0);
}
.testimonials_wrapper::after{
    background-image: url('./images/quote_inverted.png');
    left: auto;
    right: 0;
}
.review_content {
    text-align: center;
}
.review_content.site_content p{
    font-size: 22px;
    line-height: 30px;
}
.reviewer_name {
    display: inline-block;
}
.reviewer_name::before{
    content: '';
    display: block;
    width: 300px;
    height: 1px;
    margin: 30px auto 20px;
    background-color: var(--color-one);
}
#facilities_slider ul.slick-dots,
#testimonials_slider ul.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 0;
}
div#testimonials_slider {
    margin: 0;
    padding-bottom: 30px;
}
#facilities_slider ul.slick-dots li,
#testimonials_slider ul.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
#facilities_slider ul.slick-dots li button,
#testimonials_slider ul.slick-dots li button {
    width: 14px;
    height: 10px;
    background: #C4C4C4;
    border-radius: 6px;
}
#facilities_slider ul.slick-dots li button::before,
#testimonials_slider ul.slick-dots li button::before{
    display: none;
}
#facilities_slider ul.slick-dots li.slick-active button,
#testimonials_slider ul.slick-dots li.slick-active button{
/*     background: var(--color-one); */
	background:#BE904E;
}
.facilities_sec{
    padding: 55px 0;
    background: #FAFAFA;
    overflow: hidden;
}
.facilities_content {
    max-width: 720px;
    margin: 0 auto;
}
.facilities_gallery_wrapper {
    max-width: 1165px;
    margin: 38px auto 0;
    position: relative;
}
div#facilities_slider {
    margin: 0;
    position: relative;
    z-index: 1;
}
#facilities_slider ul.slick-dots{
    gap: 5px;
    left: 0;
}
#facilities_slider ul.slick-dots li button{
    width: 10px;
}
#facilities_slider .slick-list.draggable {
    padding: 183px 0 74px !important;
}
.facility_image {
    padding: 20px;
}
.facility_image img {
    width: 100%;
    border-radius: 25px;
    transition: 0.3s all;
    box-shadow: 0px 11.66px 20.89px 0px #00000040;
}
#facilities_slider .slick-current .facility_image img {
    transform: scale(1.52);
    transform-origin: center bottom;
    -webkit-transform-origin-y: calc(100% - 76px);
    box-shadow: 0px 12.55px 29.95px 0px #00000040;
}
.facilities_gallery_wrapper::before {
    top: auto;
    right: -45px;
    bottom: 32px;
    z-index: 0;
}
.facilities_gallery_wrapper::after {
    border-radius: 27px 0 0 0;
    z-index: 0;
    top: 168px;
    left: -15px;
    bottom: auto;
}
#facilities_slider .slick-arrow{
    width: 36px;
    height: 75px;
    left: -120px;
    top: calc(50% + 60px);
}
#facilities_slider .slick-next.slick-arrow{
    right: -120px;
    left: auto;
}
.contact_sec {
    padding: 100px 0 70px;
}
.contact_form_wrap {
    box-shadow: 0px 4px 29.8px 0px #00000040;
    background: #DFE4F0;
    border-radius: 10px;
    padding: 60px 30px 55px;
    position: relative;
}
.popupformi .modal-content {
	background-color: #dfe4f0;box-shadow: 0px 4px 29.8px 0px #00000040;padding: 0px 30px 60px 55px;
}
.popupformi .btn-close {
	position: absolute;
	right: 0;
	background-color: #fff;
	opacity: 1;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
div#GravityForm div#gform_fields_1 {
    gap: 40px;
}
div#GravityForm {
    max-width: 1180px;
    margin: 40px auto 0;
}
div#GravityForm textarea,
div#GravityForm input {
    box-shadow: 0px 12px 30px 0px #2F2F861F;
    font-size: 14px;
    font-family: var(--roboto);
    font-weight: 400;
    height: 54px;
    line-height: 16.41px;
    color: #404040;
    background: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 10px;
}
div#GravityForm textarea{
    height: 200px;
    padding-top: 20px;
    resize: none;
}
div#GravityForm input[type="submit"]{
	background-color: #000;color:#fff;border:0;transition:all .5s
}
div#GravityForm input[type="submit"]:hover{background:#DBBF76;color:#000;}
div#GravityForm .gfield_label, div#GravityForm label {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    color: #404040;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
}
div#GravityForm .validation_message,
div#GravityForm span.gfield_required {
    display: none;
}
div#GravityForm .gform_footer.top_label {
    text-align: center;
    padding: 0;
    margin: 53px 0 0;
}
.gform_confirmation_message {
    text-align: center;
}
div#GravityForm input#gform_submit_button_1 {
    font-family: var(--roboto);
    font-size: 17.24px;
    font-weight: 500;
    height: auto;
    line-height: 20.2px;
    text-align: center;
/*     background-color: var(--color-two); */
/* 	background: linear-gradient(90deg, #BB8C4A 0%, #C8A05C 33%, #F7EC9D 100%); */
	background-color:#000;
    border-radius: 10px;
    padding: 19px 42px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    box-shadow: 0px 4.79px 11.97px 0px #00000040;
    margin: 0 auto !important;
    min-width: 170px;
    cursor: pointer;
    border: none;
}
div#GravityForm input#gform_submit_button_1:hover{
/*     background-color: var(--color-one); */
	background:#DBBF76;color:#000;
}
div#GravityForm .gfield_error input {
    border-color: #c02b0a;
}
.faq_sec{
    padding: 56px 0  142px;
}
.faqs_wrapper {
    max-width: 1380px;
    margin: 70px auto 0;
}
.posts_detail h4,
.faqs_wrapper h2.accordion-header button.accordion-button {
    font-size: 24px;
    font-family: var(--roboto);
    font-weight: 600;
    line-height: 28.13px;
    color: #061829;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
}
.faqs_wrapper h2.accordion-header button.accordion-button{
    padding: 4px 0;
}
.faqs_wrapper .accordion-item {
    border: none;
}
.faqs_wrapper .accordion-item:not(:last-child){
    margin-bottom: 35px;
}
.faqs_wrapper .accordion-item .accordion-body {
    padding: 0;
}
.faqs_wrapper .accordion-button::after,
.faqlist .accordion-button::after {
    color: #000;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.news_sec {
    padding: 27px 0 100px;
    background-image: url('./images/Turquoise.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1000px;
    overflow: hidden;
}
.posts_grid_wrapper{
    position: relative;
    margin-top: 55px;
}
.posts_grid_wrap{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 28px;
}
.posts_item {
    border-radius: 23px;
    box-shadow: 0px 8px 17.1px 0px #00000040;
    overflow: hidden;
    background: #fff;
}
.posts_thumb img {
    object-fit: cover;
    width: 100%;
    height: 246px;
}
.posts_detail {
    padding: 25px;
}
.posts_detail.site_content p {
    font-size: 16px;
    line-height: 22px;
    color: #656565;
    margin-top: 12px;
}
.ftlogolist ul li {
	display: inline-block;
	margin: 0 10px;
}
.ftlogolist ul li:first-child{margin-left:0;}
.ftlogolist ul li:last-child{margin-right:0;}
.site-footer {
    background: #000;
}
.main_footer_wrap {
    padding: 133px 0 80px;
    display: flex;
    gap: 85px;
}
h6.footer_widget_title {
    font-family: var(--roboto);
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    color: #fff;
    margin-bottom: 30px;
}
ul.contact_detail,
ul#footer-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
ul.footer_links li a,
ul.contact_detail li a,
ul#footer-menu li a {
    color: #fff;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
}
ul#footer-menu li a:hover,
ul.contact_detail li a:hover,
.privacylink ul a:hover{color:#DBBF76;}
ul.contact_detail {
    gap: 20px;
}
ul.contact_detail li a {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.contact_detail li a img {
    width: 32px;
    text-align: center;
    flex: 0 0 auto;
}
.footer_column.contact_column {
    max-width: 460px;
}
ul.social_icons {
    list-style-type: none;
    padding: 0;
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_column h6.footer_widget_title {
    margin-bottom: 19px;
}
ul.social_icons li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #BE904E;
}
.footer_logo {
    display: flex;
    align-items: center;
}
.footer_disclaimer {
    padding: 45px 0 37px;
    border-top: 1px solid #fff;
}
.disclaimer_content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.disclaimer_content p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin: 13px 0;
    color: #fff;
}
ul.footer_links{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
ul.footer_links li a{
    color: #fff;
}
ul.footer_links li a:hover{
/*     color: var(--color-one); */
	color:#BB8C4A;
}
/* Inner Page */
/* About Us */
.site_banner.innerban {
	min-height: 533px;
}
.tabtextleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabtextleft ul li button {width: 90%;background: #fff;box-shadow: 0 0 30px 4px rgb(210 215 232 / 75%);border-radius: 15px;padding: 34px 49px 34px 36px;position: relative;transition: 0.3s all;font-family: var(--roboto);text-align: left;font-size: 22px;font-weight: 500;}
.tabtextleft ul li button span {width: 70px;height: 70px;display: flex;background-color: #000;justify-content: center;align-items: center;border-radius: 50%;color: #fff;font-size: 25px;font-family: var(--roboto);font-weight: bold;position: absolute;right: -30px;top: 50%;transition: .3s all;transform: translateY(-50%);border: 9px solid #fff;}
.tabtextleft ul li {margin-bottom: 40px;}
.tabtextleft .nav-pills .nav-link.active,
.tabtextleft .nav-pills .show > .nav-link{background-color: #000;width: calc(100% - 46px);color:#fff;}
.tabtextleft .nav-pills .nav-link.active span,
.tabtextleft .nav-pills .show > .nav-link span{background-color: #fff;border-color: #000;color: #000;}
.imagetab {margin-top: 23px;width: 68%;}
.sitedesta{margin-bottom: 0;}
.tabtextdetaleft {padding-left: 33px;}
.tabtextleft {margin-top: 30px;}
.contab_sec {background-color: #FAFAFA;padding: 70px 0;}
.rehabinner {width: 350px;height: 303px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;background-color: #DBBF7669;border-radius: 45px;
padding: 0 30px;margin: 0 auto;box-shadow: 0px 13px 19.3px 0px #00000040;transition: all .5s;margin-bottom: 50px;}
.rehabinner h3 {font-family: var(--roboto);font-weight: 700;font-size: 23px;margin-top: 21px;}
.rehabinner img {filter: brightness(0);}
.rehabinner:hover{background-color: #000;}
.rehabinner a {color: #DBBF76;}
.rehabinner:hover a{color: #fff;}
.rehabinner:hover img{filter: brightness(20);}
.rehabinner:hover h3,
.rehabinner:hover p{color: #fff;}
.rehab_treat_sec {padding: 70px 0;}
.bulpointlist ul {list-style: none;margin: 0;padding: 0;column-count: 2;}
.innerpoints .bulpointlist ul {display: flex;flex-wrap: wrap;justify-content: center;}
.innerpoints .bulpointlist ul li{flex: 0 0 25%;}
.bulpointlist ul li {margin-bottom: 20px;}
.innertextma {display: flex;align-items: center;flex-wrap: nowrap;}
.innerpoints {margin-top: 30px;}
.bulpointlist ul li span {width: 88px;height: 88px;background-color: #000;display: flex;align-items: center;justify-content: center;border-radius: 20px;width: 30%;}
/* .bulpointlist ul li span img {filter: brightness(0);} */
.bulpointlist ul li h3 {font-family: var(--roboto);font-size: 20px;font-weight: 400;line-height: 28px;margin: 0;color: #000;margin-left: 10px;width: 65%;}
.bulpointlist {background-color: #E0E5F0;border-radius: 30px;padding: 30px 40px;margin-top: 20px;}
.bulpointlist ul li.repeater-item { display: none; }
.faqlist .accordion-item {margin-bottom: 20px;border: 0;padding: 0;box-shadow: 0 0 30px 4px rgba(210, 215, 232, 0.75);border-radius: 30px !important;}
.faqlist .accordion-item:not(:first-of-type),
.faqlist .accordion-button:not(.collapsed),
.faqlist .accordion-item:first-of-type {background-color: #E0E5F0;}
.faqlist .accordion-button:not(.collapsed){box-shadow: none;border-bottom: 0;padding-bottom: 13px;}
.faqlist .accordion-button:focus{box-shadow: none;}
.faqlist .accordion-header button {color: #000;font-size: 30px;font-family: var(--roboto);font-weight: 700;border-radius: 30px;padding: 30px 35px;}
.faqlist .accordion-item:first-of-type > .accordion-header .accordion-button{border-radius: 30px;}
.faqlist .accordion-body {padding: 0 35px 30px;}
.faq_secp {padding: 70px 0;}
.faqlist {margin-top: 34px;}
.tabtextleft.site_content ul{margin: 29px 0 0;}
.tabtextleft.site_content ul li {margin-bottom: 17px;}
.benefits_sec.longer_sec {padding: 70px 0 70px;}
.benefits_sec.longer_sec .benefits_row_wrap {width: 69%;margin: 0 auto;position: relative;z-index: 1;padding: 94px 20px;background-color: #fff;}
.touchdiv {background-color: #C9A15D45;box-shadow: 0px 13px 19.3px 0px #00000040;border-radius: 45px;height: 100%;padding: 50px 30px;transition: all .5s;}
.touchdiv:hover{background-color: #000;}
.touchdiv:hover i,
.touchdiv:hover h3,
.touchdiv:hover p,
.touchdiv:hover a{color: #fff;}
.touchdiv i {font-size: 55px;color: #BE904E;margin-bottom: 10px;}
.touchdiv h3 {font-weight: 700;font-family: var(--roboto);font-size: 31px;margin-bottom: 10px;}
.touchdiv p, .touchdiv a {font-family: var(--roboto);font-size: 18px;font-weight: 400;margin-bottom: 0;color: #000;}
.gettouch_sec {background-color: #FAFAFA;padding: 90px 0;}
.gettouch_sec .row {margin-top: 40px;}
.single-service .faqs_wrapper .accordion .accordion-item {background-color: transparent;}
.inerrtext .rehabinner {width: 100%;height: auto;min-height: 300px;}
.inerrtext .row {margin-top: 40px;}
.inerrtext {margin-top: 50px;}
.related_sec {background-color: #FAFAFA;padding: 80px 0;}
.single-post .entry-content.singepad {padding: 80px 0;}
.single-service .banner_content,
.page-template-location .banner_content,
.single-post .banner_content{max-width: 777px;}
h3.faqheading {
    text-align: center;
    margin: 66px;
    font-size: 40px;
	color: #BE904E;
    font-weight: 500;
}
p.faqlasttext {
    margin-top: 108px;
}
/* .page-id-287 a.site_btn {
    display: none;
} */
.contactform {margin-top: 52px;}
.contactform .site_btn{padding:29px 81px;}
.page-id-435 .entry-content.singepad {
    margin-top: 74px;
	margin-bottom: 30px;
}
.page-id-3 .entry-content.singepad {
    margin-top: 74px;
	margin-bottom: 30px;
}
.privacylink ul {list-style: none;margin: 0;padding: 0;}
.privacylink ul a {color: #fff;}
.privacylink li {display: inline-block;margin: 0 10px;}
.privacylink li:first-child{margin-left:0;}
.privacylink li:last-child{margin-right:0;}
.privacylink {margin-top: 10px;}
.site-header {
	position: relative;
	z-index: 999;padding-bottom:13px
}
div#field_2_6 {
    font-size: 10px;
}
.empymain {
    border: 1px solid #DBBF76;
    box-shadow: 0px 1px 17.3px 0px #00000040;
    border-radius: 54px;
    position: relative;padding:55px 49px;background-color:#fff;margin:54px 54px;
}
.empymain::before {
	content: '';
	display: block;
	width: 260px;
	height: 260px;
	background: #2C4D9A26;
	position: absolute;
	left: -54px;
	top: -29px;
	border-radius: 27px 0 0 0;z-index:-1;
}
.empymain::after {
	content: '';
	display: block;
	position: absolute;
	background: url('./images/dots.png') no-repeat center;
	background-size: cover;
	width: 275px;
	height: 241px;
	bottom: -29px;
	right: -54px;z-index:-1;
}
.socil {
	margin-top: 36px;
}
.socil ul.social_icons li a {
	background-color: #DBBF76;
	color: #fff;
}
.socil ul.social_icons li a:hover{background-color:#000;color:#DBBF76;}
.empytext .mylist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.empytext .mylist li {
	display: block;
	border-bottom: 1px solid #000;
	font-size: 25px;
	font-weight: 400;
	color: #000;padding:10px 0;
}
.empytext .mylist li a {
	color: #DBBF76;display:inline-block;position:relative;
}
.empytext .mylist li a:hover{color:#000;}
.empytext .mylist li a::before{content:'';display:block;width:100%;height:1px;background-color:#DBBF76;position:absolute;bottom:0;left:0;transition:all .5s;}
.empytext .mylist li a:hover::before{width:0;}
.empytext {
	padding-left: 20px;
}
.empyimg img {
	width: 100%;
	height: 322px;
	object-fit: cover;
	object-position: top;
}
.employ_sec {
	padding: 53px 0px;
}
section.passprot {
    background-color: #E0E5F0;
    padding: 100px 0;
}
.mainpropass {
    text-align: center;
}
.mainpropass p {
    font-weight: bold;
    font-size: 24px;
}
.mainpropass label {
    font-size: 20px;
    font-weight: 400;
}
.mainpropass input[type="password"] {
    border: 2px solid #000;
    padding: 9px 30px;
    border-radius: 30px;
}
.mainpropass input[type="submit"] {
    padding: 10px 50px;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    border: 2px solid #000;
}
.mainpropass p:last-child {
    margin-top: 50px;
}
/*  Media Query  */
@media (min-width: 1441px) {
    .container {
        max-width: 1430px !important;
    }
}
@media (max-width: 1440px) {
    /* Banner */
    .site_content h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .site_banner {
        min-height: 540px;
        padding: 150px 0 100px;
    }
    .benefits_items {
        max-width: 800px;
        gap: 30px;
        margin-top: 25px;
    }
    .benefit_icon {
        width: 70px;
    }
    .benefits_item {
        max-width: 280px;
    }
    .benefits_item h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .site_content p {
        line-height: 28px;
    }
    .site_content span.pre_heading {
        margin-bottom: 15px;
    }
    .services_item.site_content h3 {
        min-height: 64px;
    }
    .site_content h3 {
        font-size: 23px;
        line-height: 32px;
    }
    .services_wrapper {
        gap: 42px 30px;
    }
    .services_item {
        border-radius: 20px;
        padding: 0 20px 25px;
        width: calc(33.33% - 20px);
    }
    .services_sec {
        padding: 35px 0 70px;
    }
    #brands_slider .brand_logo {
        height: 70px;
        padding: 0 10px;
    }
    div#GravityForm input#gform_submit_button_1,
    .site_btn {
        font-size: 20px;
        line-height: 18px;
        padding: 22px 37px;
        margin-top: 15px;
    }
    div#GravityForm input#gform_submit_button_1 {
        min-width: 140px;
    }
    .brand_sec,
    .facilities_sec,
    .aboutus_sec {
        padding: 50px 0;
    }
    .site_content h2,
    .entry-content.singepad h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .faq_sec,
    .testimonial_sec {
        padding: 60px 0 80px;
    }
    .facilities_gallery_wrapper {
        max-width: 980px;
    }
    #facilities_slider .slick-arrow {
        left: -70px;
    }
    #facilities_slider .slick-next.slick-arrow {
        right: -70px;
        left: auto;
    }
    .has_layer-top-right::after, .facilities_gallery_wrapper::after, .services_item:nth-child(4)::after {
        width: 230px;
        height: 230px;
    }
    .has_dots-botom-left::before, .facilities_gallery_wrapper::before, .services_wrapper::before {
        width: 230px;
        height: 230px;
        right: -40px;
    }
    .facilities_gallery_wrapper::after {
        left: -3px;
        bottom: auto;
        top: 147px;
    }
    .facilities_gallery_wrapper::before {
        top: auto;
        right: -20px;
        bottom: 60px;
    }
    #facilities_slider .slick-list.draggable {
        padding: 150px 0 74px !important;
    }
    div#GravityForm {
        max-width: 800px;
        margin: 30px auto 0;
    }
    .contact_form_wrap {
        padding: 45px 30px;
    }
    div#GravityForm div#gform_fields_1 {
        gap: 16px;
    }
    .faqs_wrapper .accordion-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .faqs_wrapper {
        max-width: 960px;
        margin: 50px auto 0;
    }
    .has_dots-botom-left::before {
        left: -35px;
        bottom: -35px;
    }
    .posts_detail h4, .faqs_wrapper h2.accordion-header button.accordion-button {
        font-size: 20px;
        line-height: 24px;
    }
    .posts_detail {
        padding: 20px;
    }
    .posts_grid_wrapper {
        margin-top: 40px;
    }
    div#GravityForm .gform_footer.top_label {
        margin: 30px 0 0;
    }
    div#GravityForm textarea {
        height: 150px;
    }
    div#GravityForm .gfield_label, div#GravityForm label {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    /* footer */
    .main_footer_wrap {
        padding: 80px 0 40px;
        gap: 50px;
    }
    .footer_logo img {
        max-width: 258px;
    }
    .footer_column.contact_column {
        max-width: 360px;
    }
    .social_column h6.footer_widget_title,
    h6.footer_widget_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .footer_column.service_column {
        width: 135px;
        flex: 0 0 auto;
    }
    .footer_disclaimer {
        padding: 30px 0 20px;
    }
    ul.footer_links {
        gap: 12px;
    }
    .site_banner.innerban {min-height: 445px;}
    .bulpointlist{padding: 30px 20px;}
    .nav-menu li a{font-size: 15px;}
	.btn_text{font-size:14px;}
	.btn_inner_wrap{width:285px;}
    .rehabinner{width: 100%;}
    .bulpointlist ul li h3{font-size: 17px;line-height: 25px;}
    .bulpointlist ul li span{width: 37%;}
    .faqlist .accordion-header button{font-size: 26px;}
}
@media(max-width:1399px){
    .touchdiv{padding: 35px 20px;}
    .touchdiv h3{font-size: 25px;}
    .touchdiv p, .touchdiv a{font-size: 15px;}
    .single-post .entry-content.singepad {padding: 45px 0;}
    .benefits_sec.longer_sec .benefits_row_wrap{width: 88%;}
    .inerrtext .rehabinner{min-height: 264px;}
    .rehabinner h3{font-size: 17px;}
	ul#primary-menu {gap: 24px;}
	.btn_inner_wrap {width: 251px;}
	.btn_text {font-size: 13px;}
	.empytext .mylist li{font-size:20px;}
}
@media (max-width: 1199px) {
	.btn_text{display:none;}
	.btn_inner_wrap .btn_icon{border-right:none;}
	.btn_inner_wrap {width: 50px;height: 50px;padding: 0;gap: 0;align-items: center;border-radius: 50%;justify-content: center;text-align: center;}
    .site_banner {
        min-height: 450px;
        padding: 100px 0;
    }
    .site_content h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .btn_text {
        font-size: 14px;
        line-height: 22px;
    }
    .btn_text span {
        font-size: 10px;
        line-height: 14px;
    }
    .main_menu_wrapper {
        gap: 25px;
    }
    ul#primary-menu {
        gap: 25px;
    }
    .nav-menu li a {
        font-size: 13px;
        line-height: 25px;
    }
    #facilities_slider .slick-arrow, div#brands_slider .slick-arrow {
        width: 20px;
        height: 40px;
    }
    #brands_slider .brand_logo {
        height: 60px;
    }
    .benefits_row_wrap {
        width: 100%;
        border-radius: 25px;
        padding: 40px 30px;
        margin-bottom: 20px;
    }
    .benefits_items {
        max-width: 600px;
        gap: 20px;
        margin-top: 20px;
    }
    .benefit_icon {
        width: 60px;
    }
    .benefits_item h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .benefits_item {
        max-width: 230px;
    }
    .site_content h2,.entry-content.singepad h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .service_icon img {
        width: 75px;
    }
    .services_item.site_content h3 {
        min-height: 56px;
    }
    .services_item.site_content p,
    .site_content p {
        line-height: 22px;
        font-size: 16px;
    }
    .site_content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .services_item {
        border-radius: 14px;
        padding: 0 15px 20px;
        width: calc(33.33% - 20px);
    }
    .has_layer-top-right::after, .facilities_gallery_wrapper::after, .services_item:nth-child(4)::after {
        width: 200px;
        height: 200px;
        left: -25px;
        bottom: -24px;
    }
    .has_dots-botom-left::before, .facilities_gallery_wrapper::before, .services_wrapper::before {
        width: 200px;
        height: 200px;
        right: -35px;
    }
    .services_wrapper {
        padding: 35px 0 25px;
    }
    .review_content.site_content p {
        font-size: 18px;
        line-height: 26px;
    }
    .testimonials_wrapper {
        margin: 30px auto 0;
        padding: 8px 80px 0;
    }
    .testimonials_wrapper::before, .testimonials_wrapper::after {
        width: 60px;
        height: 45px;
    }
    .faq_sec, .testimonial_sec {
        padding: 50px 0;
    }
    .about_img {
        padding: 20px 25px 25px 20px;
    }
    .about_img.img_right {
        padding: 20px 20px 25px 25px;
    }
    .about_img::after,
    .about_img::before{
        width: 200px;
        height: 200px;
    }
    .facilities_gallery_wrapper {
        padding: 0 60px;
    }
    .facilities_gallery_wrapper::before {
        top: auto;
        right: 40px;
        bottom: 60px;
    }
    .facility_image img {
        border-radius: 15px;
    }
    .facilities_gallery_wrapper::after {
        left: 57px;
        bottom: auto;
        top: 107px;
    }
    #facilities_slider .slick-list.draggable {
        padding: 110px 0 74px !important;
    }
    #facilities_slider .slick-arrow {
        left: -50px;
        top: calc(50% + 26px);
    }
    #facilities_slider .slick-next.slick-arrow {
        right: -50px;
        left: auto;
    }
    #facilities_slider .slick-current .facility_image img {
        box-shadow: 0px 5px 15px 0px #00000040;
    }
    .has_layer-top-right::after {
        top: -20px;
        right: -20px;
        border-radius: 0 15px 0 0;
    }
    .has_dots-botom-left::before {
        left: -20px;
        bottom: -20px;
    }
    .posts_thumb img {
        object-fit: cover;
        width: 100%;
        height: 190px;
    }
    .posts_detail h4, .faqs_wrapper h2.accordion-header button.accordion-button {
        font-size: 18px;
        line-height: 22px;
    }
    .faqs_wrapper .accordion-button::after,.faqlist .accordion-button::after {
        color: #000;
        width: 30px;
        height: 30px;
    }
    /* footer */
    .main_footer_wrap {
        padding: 60px 0 25px;
        gap: 25px;
    }
    ul.footer_links li a, ul.contact_detail li a, ul#footer-menu li a {
        font-size: 14px;
        line-height: 18px;
    }
    ul.contact_detail, ul#footer-menu {
        gap: 10px;
    }
    ul.contact_detail li a img {
        width: 25px;
    }
    ul.contact_detail li a,
    ul.contact_detail {
        gap: 14px;
    }
    .footer_column.social_column {
        width: 250px;
        flex: 0 0 auto;
    }
    .footer_column.social_column iframe {
        max-width: 100%;
    }
    .footer_logo img {
        max-width: 209px;
        padding-right: 20px;
    }
    .disclaimer_content img {
        max-width: 160px;
    }
    .footer_disclaimer {
        padding: 20px 0 12px;
    }
    .facilities_content,
    .disclaimer_content {
        max-width: 620px;
    }
    ul.footer_links {
        gap: 5px;
    }
    .social_column h6.footer_widget_title,
    h6.footer_widget_title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .posts_detail {
        padding: 15px;
    }
    .posts_item {
        border-radius: 15px;
        box-shadow: 0px 6px 12px 0px #00000040;
    }
    .tabtextleft ul li button,
    .tabtextleft .nav-pills .nav-link.active, .tabtextleft .nav-pills .show > .nav-link{width: 100%;}
    .rehabinner{padding: 0 15px;height: 303px;}
    .rehabinner h3{font-size: 20px;}
    .innerpoints .bulpointlist ul li { flex: 0 0 33%;}
    .bulpointlist ul{column-count: 1;}
}
@media( max-width: 991px ){
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }
    div#menuToggle.open {
        position: fixed;
        top: 30px;
        right: 7px;
    }
    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
/*       background: var(--color-one); */
		background:#DBBF76;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu,
    ul.nav-menu li:hover ul.sub-menu{
        display: none !IMportant
    }
    ul.nav-menu li.open ul.sub-menu,
    ul.nav-menu li.open:hover ul.sub-menu{
        display: block !important
    }
    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }
    ul.sub-menu{
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }
    .site-logo{
        float: left;
    }
    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
	.openmenu {
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333333;
		float: right;
	}
	.nav-bar.open {
		right: 0;
	}
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
    }
    ul.sub-menu li{
        margin: 0px
    }
    ul.sub-menu li:last-child a{
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
	.nav-bar {
/* 		background-color: var(--color-two); */
		background-color:#000;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
        padding-top: 60px;
		transition: all 0.3s;
		width: 300px;
        text-align: left;
		z-index: 999;
	}
	.closebtn {
		display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
		color: #ffffff;
		cursor: pointer;
		margin-bottom: 20px;
	}
    .aboutus_sec:not(.about_founder) .row {
        flex-direction: column-reverse;
    }
    .services_wrapper {
        gap: 40px 20px;
        padding: 30px 0 0;
    }
    .services_item {
        width: calc(50% - 10px);
        box-shadow: 0px 8px 15px 0px #00000040;
    }
    div#GravityForm input#gform_submit_button_1, .site_btn {
        font-size: 14px;
        line-height: 15px;
        padding: 14px 22px;
        margin-top: 15px;
        border-radius: 6px;
    }
    .has_dots-botom-left::before, .facilities_gallery_wrapper::before, .services_wrapper::before,
    .has_layer-top-right::after, .facilities_gallery_wrapper::after, .services_item:nth-child(4)::after{
        display: none;
    }
    .contact_sec {
        padding: 60px 0;
    }
    .contact_form_wrap {
        padding: 35px 19px;
        box-shadow: 0px 4px 15px 0px #00000040;
    }
    .posts_grid_wrap {
        grid-template-columns: repeat(2, auto);
        gap: 20px;
    }
    .news_sec {
        padding: 27px 0 60px;
        background-size: 700px;
    }
    .main_footer_wrap {
        flex-wrap: wrap;
    }
    .footer_logo {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_column.contact_column {
        max-width: 261px;
    }
    .about_img {
        margin-bottom: 30px;
    }
    div#GravityForm textarea, div#GravityForm input {
        font-size: 14px;
        height: 44px;
        line-height: 14px;
        padding: 10px 16px;
        border-radius: 6px;
    }
    div#GravityForm textarea {
        height: 100px;
        padding-top: 14px;

    }
    div#GravityForm .gfield_label, div#GravityForm label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    div#GravityForm .gform_footer.top_label {
        margin: 15px 0 0;
    }
    div#GravityForm input#gform_submit_button_1 {
        min-width: 115px;
    }
    .benefits_row_wrap .site_content,
    .benefits_items {
        max-width: 530px;
    }
    .benefits_row_wrap {
        border-radius: 15px;
        padding: 30px 20px;
        margin-bottom: 10px;
    }
    .header_row_wrap {
        padding-right: 45px;
    }
    ul#primary-menu {
        display: block;
    }
    div#brands_slider .slick-arrow{
        left: 0;
    }
    div#brands_slider .slick-next.slick-arrow{
        right: 0;
    }
    #brands_slider {
        padding: 0 20px;
    }
    .facilities_gallery_wrapper {
        padding: 0 30px;
    }
    .facility_image {
        padding: 10px;
    }
    .facility_image img {
        box-shadow: 0px 5px 10px 0px #00000040;
    }
    #facilities_slider .slick-arrow {
        left: -30px;
    }
    #facilities_slider .slick-next.slick-arrow {
        right: -30px;
        left: auto;
    }
    .contab_sec .col-sm-12 {width: 100%;}
    .site_banner.innerban {min-height: 364px;}
    .bulpointlist ul {column-count: 2;}
    .innerpoints .bulpointlist ul li { flex: 0 0 50%;}
    .bulpointlist{margin-bottom: 20px;}
    .tabtextleft ul li { margin-bottom: 17px;}
    .gettouch_sec .col-lg-3 { margin-bottom: 40px;}
    .gettouch_sec{padding: 50px 0;}
    .aboutus_sec:not(.about_founder) .inerrtext .row {flex-direction: row;}
	.socil ul.social_icons {justify-content: center;}
	.empytext {padding-left: 0;}
}
@media(max-width:830px){
    .tabtextdetaleft { padding-left: 0;}
}
@media( max-width: 767px ){
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
    .benefits_item h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .benefits_items {
        gap: 15px;
    }
    .benefit_icon {
        width: 50px;
    }
    .benefits_item {
        max-width: 220px;
        gap: 10px;
    }
    .services_item {
        width: 100%;
    }
    .services_item.site_content h3 {
        min-height: initial;
    }
    .site_content h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .service_icon img {
        width: 65px;
    }
    .posts_detail.site_content p,
    .services_item.site_content p, .site_content p,
    .review_content.site_content p {
        font-size: 14px;
        line-height: 24px;
    }
    .reviewer_name::before {
        width: 170px;
        margin: 20px auto 10px;
    }
    .testimonials_wrapper {
        margin: 25px auto 0;
        padding: 5px 40px 0;
    }
    .testimonials_wrapper::before, .testimonials_wrapper::after {
        width: 30px;
        height: 26px;
    }
    #facilities_slider ul.slick-dots li button, #testimonials_slider ul.slick-dots li button{
        width: 10px;
    }
    .posts_grid_wrap {
        grid-template-columns: repeat(1, auto);
        gap: 20px;
    }
    #facilities_slider .slick-current .facility_image img {
        -webkit-transform-origin-y: calc(100% - 35px);
    }
    .facility_image img {
        min-height: 165px;
        object-fit: cover;
        border-radius: 10px;
    }
    #facilities_slider .slick-list.draggable {
        padding: 100px 0 50px !important;
    }
    .site_content h1 {
        font-size: 38px;
        line-height: 45px;
    }
    .site_banner {
        min-height: 360px;
        padding: 80px 0;
    }
    .tabtextleft { margin-top: 30px; padding-right: 30px;}
    .faqlist .accordion-header button {font-size: 20px;padding: 25px 23px;}
    .faqlist .accordion-body {padding: 0 25px 30px;}
    .benefits_sec.longer_sec .benefits_row_wrap {width: 100%;}
	.empymain{padding:43px 25px;margin:0;}
	.empyimg img{width:auto;height:269px;}
	.empyimg {text-align: center;}
	.mainpropass input[type="password"] { width: 100%;margin-bottom: 20px;margin-top: 20px;}
}
@media( max-width: 575px ){
	.popupformi .modal-content {padding: 0px 10px 60px 10px;}
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .site_content h2,.entry-content.singepad h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .brand_sec, .facilities_sec, .aboutus_sec {
        padding: 40px 0;
    }
    .benefits_row_wrap {
        border-radius: 10px;
        padding: 30px 20px;
    }
    .about_img.img_right {
        padding: 12px 12px 15px 15px;
    }
    .about_img.img_right::before {
        border-radius: 0 10px 0 0;
    }
    .about_img::after, .about_img::before {
        width: 150px;
        height: 150px;
    }
    .site_content span.pre_heading {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    div#GravityForm span.name_first {
        margin-bottom: 12px;
    }
    div#GravityForm div#gform_fields_1 {
        gap: 12px;
    }
    .contact_form_wrap {
        padding: 30px 20px;
    }
    .posts_detail h4, .faqs_wrapper h2.accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 20px;
    }
    .faqs_wrapper .accordion-button::after,
    .faqlist .accordion-button::after {
        width: 20px;
        height: 20px;
    }
    .faqs_wrapper {
        margin: 30px auto 0;
    }
    .faqs_wrapper .accordion-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .news_sec {
        padding: 20px 0 45px;
        background-size: 400px;
    }
    .facilities_gallery_wrapper {
        padding: 0;
    }
    .disclaimer_content p {
        font-size: 12px;
        line-height: 20px;
    }
    .site_content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .call_btn{
        display: none;
    }
    .contab_sec {padding: 32px 0;}
    .site_banner.innerban {min-height: 305px;}
    .imagetab {margin-top: 23px;width: 100%;}
	.empymain::before,.empymain::after{content:none;}
	.employ_sec {padding: 31px 0px;}
}
@media(max-width:480px){
    .innertextma{display: block;}
    .bulpointlist ul li span {width: 88px; margin: 0 auto 10px;}
    .bulpointlist ul li h3 {font-size: 17px;line-height: 25px;width: 100%;padding-left: 0; margin-left: 0;text-align: center;display: grid;}
	h3.faqheading {font-size: 26px;}
	.benefits_item {max-width: 100%;}
	.benefits_item h4 {font-size: 15px;line-height: 22px;}
}
@media(max-width:460px){
	.main_footer_wrap{text-align:center;justify-content:center;}
	.footer_logo,ul.social_icons{justify-content:center;}
	ul.contact_detail li a {text-align: center;justify-content: center;}
}
@media( max-width: 440px ){
    .facility_image img {
        min-height: 140px;
    }
    #facilities_slider .slick-current .facility_image img {
        -webkit-transform-origin-y: calc(100% - 20px);
        box-shadow: 0px 2px 10px 0px #00000040;
        -webkit-transform-origin-x: center;
        transform: scale3d(2, 1.52, 1.52);
    }
    #facilities_slider .slick-list.draggable {
        padding: 90px 0 40px !important;
    }
    .testimonials_wrapper::before, .testimonials_wrapper::after {
        width: 18px;
        height: 16px;
    }
    .testimonials_wrapper {
        margin: 25px auto 0;
        padding: 0px 25px 0;
    }
    .site-logo img {
        width: auto;max-height: 51px;
    }
    #menuToggle {
        top: 30px;
    }
    .site_banner {
        min-height: 300px;
        padding: 70px 0 50px;
    }
    .site_content h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .site_content span.pre_heading::after, .site_content span.pre_heading::before {
        width: 30px;
        height: 2px;
        border-radius: 4px;
        left: -38px;
        top: calc(50% - 1px);
    }
    .site_content span.pre_heading::after {
        left: auto;
        right: -38px;
    }
    .banner_content.site_content span.pre_heading::after {
        right: -50px;
        left: auto;
        width: 40px;
    }
    .banner_content.site_content span.pre_heading::before {
        left: -50px;
        width: 40px;;
    }
    .tabtextleft ul li button{padding: 20px 16px 20px 20px;font-size: 18px;}
    .bulpointlist ul li h3{font-size: 15px;}
    .bulpointlist { padding: 27px 5px;}
}