@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;
400;
500;
600;
700;
800&family=Satisfy&display=swap);

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


body{
    font-family: "Jost", sans-serif;
    font-size:17px;
	font-weight:normal;		
    line-height:1.73em;
	/*  -webkit-user-select: none; 
  -ms-user-select: none; 
 user-select: none;  */
}
body.inner_page{font-family: "Jost", sans-serif;}
html{
    scroll-behavior:smooth
}

img{width:100%;}
h1,h2,h3{
	font-family:"Arapey", serif !important;
}
nav ul li a{font-family: "Roboto", sans-serif;}
/*nitropack css*/
.nitro-lazy-render {
	content-visibility: visible !important;
}
.container {
    width:100%;
    padding:0 15px;
    margin:0 auto;
}

/*Footer Css strt*/
footer .row>*{margin-bottom:5px;}
footer{
	/*background: linear-gradient(180deg, #96dbf90f 10%, #96dbf90f 100%);*/
	background:#00bef2;
	border-top:0px solid #ededed;
    padding:10px 0 5px 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    margin-top:0px;
}
.footer-fixed{
    padding: 12px;
    text-align: center;
    position: fixed !important;
    bottom: 0;
    width: 100%;
    background: #004F99 !important;
    z-index: 9999;
    line-height: 33px;
    color: #fff; font-size:28px;
}
.footer-fixed a{color:#FFF; text-decoration:none;}
.footer-fixed a:hover{color:#004F99; text-decoration:none;}
.ftr-logo{padding:8px 12px; margin-bottom:15px; display:inline-block; border-radius:4px;}
footer h3{
	font-size: 23px;
	font-weight: bold;
	margin-bottom:35px;
	position:relative;
}
footer h3:after{
	position:absolute;
	content:'';
	height:3px;
	width:75%;
	bottom:-10px;
	left:0;
	background:linear-gradient(90deg, #53c0ef 20%, #c9eaf900 70%);
}
footer ul{
	list-style-type:none;
	padding:0; margin:0;
}
footer ul li{
	margin-bottom:15px;
}
footer i.fa {
    font-size: 22px;
    color: #01AFEF;
	width:28px;
	position: absolute;
    left: 0;
	top: 4%;
}
footer ul li a{
    font-size: 17px;
    text-decoration: none;
	color: #333;
}
footer ul li a:hover{color:#067eab;}
footer li{
	position: relative;
    padding-left:0px;
	position: relative;
	padding-left:0px;
	margin-bottom: 15px;
}
footer .social_icon{display:flex; margin-bottom:20px;}
footer .social_icon a{
	color: #fff;
    width: 30px;
    height: 30px;
    background: #00bef2;
    padding: 6px;
    margin-right: 14px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
footer .social_icon a i{color:#FFF; font-size:17px;}
a.icon-twitter{
    background: #004f99 url(/wp-content/uploads/2023/08/Twitter-logo.png) center no-repeat !important;
    background-size: 16px 16px !important;
}
a.icon-twitter i{display:none;}
.ftr_btm{background:rgb(1 175 239); height:48px; color:#FFF; display:flex; align-items:center; font-size: 14px; margin-top:15px;}
.ftr_btm a{color:#FFF; text-decoration:none; margin:0 10px;}
.ftr_btm .lft_txt{text-align:left;}
.ftr_btm .rt_txt{text-align:right;}
.ftr_btm .row>*{margin-bottom:0;}
footer .col-md-3{padding: 0;}
/*Footer Css end*/

/* commen css for all tag */ 
.sub_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
}
.avt_btn{
	border:1px solid #004f99;
    border-radius:5px;
    background:#004f99;
    padding:13px 28px 10px;
    display: inline-block;
	margin:0 auto;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 500 !important;
	font-family: "Overpass", sans-serif;
	text-transform: capitalize;
	text-decoration:none;
}
.avt_btn:hover{background:#d7f3fd !important; color:#004f99 !important;}
.avt_btn:hover i, .avt_btn:hover i{color:#004f99;}
.title_txt{
	text-align:center;
	margin: 0 auto;
}
.title_txt .sub_title{
	color:#333;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	display: block;
	padding: 10px 0 0px;
}
.title_txt h2{
	font-size: 30px;
	color: #01AFEF; 
	font-weight:600;
	margin-bottom: 15px;
	line-height: 40px;
}
.title_txt h2 span{
	color:#004f99;
}
.title_txt h2 + p {
    margin-bottom: 20px;
}

/*Home page css start*/
.banner{
	display:flex; 
	align-items:center;
	background-size:cover; 
	min-height:450px;
	position:relative;
	z-index:0;
	padding:40px 0 40px 0;
	margin-bottom:60px;
}
.banner:before {
    background: #d7f3fd;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.branding img {
    height: 55px;
	width: 238px;
}

.bnr_sub_head{font-size:24px; color:#013245; margin-bottom:5px; font-weight:500;}
.banner h1{
	color:#01AFEF; 
	font-size:43px;
	line-height:1.4;
	margin-bottom:30px; 
	font-weight:600;
}
.banner h1 span{color:#004f99;}
.banner p{
    line-height:27px;
    margin-bottom:10px;
	color:#333;
}
.bnr_list{
	list-style:none; 
	margin:0 0 30px 0; 
	padding:0; 
	color:#FFF;
}
.bnr_list li{margin-bottom:6px;  font-size: 18px;}
.bnr_list li strong{margin-right:7px; color:#013245; font-weight:bold;}
.bnr_img img{width: 100%; border: 0px solid #ffffff4d; border-radius: 10px;}
.banner .avt_btn:hover{border:1px solid #01AFEF;}
/*Form section*/
.form_sec{
	text-align:center;
	width: 80%;
	max-width:391px;
	margin: 0 auto;
}
.form_sec .title_txt h2{text-align:center; margin-bottom:12px;}
/* ninja form css stat*/
.nf-form-fields-required {
	display: none;
}
.nf-field-label {
    display: none !important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, #about_admission .admission-form input[type=text], #about_admission .about-admission-wrp .wpcf7-form p input{
    transition: all .5s;
    border: 1px solid #cce3f5 !important;
    border-radius: 5px !important;
    padding: 9px 10px !important;
    color: #212121 !important;
    width: 100% !important;
    text-transform: inherit !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background:#e8f0fe !important;
}
#about_admission .about-admission-wrp .wpcf7-form p input{display:block; text-align:center; margin-top:15px;}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], .wpcf7-form-control.wpcf7-submit, #about_admission .about-admission-wrp .wpcf7-form p input.wpcf7-submit{
	background: #004F99 !important;
    color: #fff !important;
    padding: 10px !important;
    text-align: center !important;
    border:1px solid #004f99 !important;
    margin: 0 auto !important;
    font-weight: 600 !important;
    width: 155px !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    border-radius: 5px !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover{
	background: #d7f3fd !important;
    color: #004f99 !important;
}
.nf-form-content #nf-field-4, .nf-form-content #nf-field-21{border-radius: 5px !important; border:1px solid #004f99 !important;}
.g-recaptcha > div {
    margin: 0 auto;
}
#nf-form-2-cont .nf-form-content nf-fields-wrap, #nf-form-4-cont .nf-form-content nf-fields-wrap, #nf-form-3-cont .nf-form-content nf-fields-wrap{
    display: grid;
	grid-gap:7px 15px;
	grid-template-columns: repeat(12, 1fr);
	/*grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);*/
}
#nf-form-2-cont .nf-form-content nf-fields-wrap nf-field, #nf-form-4-cont .nf-form-content nf-fields-wrap nf-field, #nf-form-3-cont .nf-form-content nf-fields-wrap nf-field{
    grid-column: span 6;
}
#nf-form-2-cont .nf-form-content nf-fields-wrap nf-field:last-child, #nf-form-2-cont .nf-form-content nf-fields-wrap nf-field:nth-last-child(2), #nf-form-4-cont .nf-form-content nf-fields-wrap nf-field:last-child, #nf-form-4-cont .nf-form-content nf-fields-wrap nf-field:nth-last-child(2), #nf-form-3-cont .nf-form-content nf-fields-wrap nf-field:last-child, #nf-form-3-cont .nf-form-content nf-fields-wrap nf-field:nth-last-child(2), #nf-form-3-cont .nf-form-content nf-fields-wrap nf-field:nth-last-child(3), #nf-form-3-cont .nf-form-content nf-fields-wrap nf-field:nth-last-child(4){
    grid-column: span 12;
}
#ninja_forms_required_items, .nf-field-container{margin-bottom:12px !important;}
#nf-form-3-cont .nf-form-content textarea.ninja-forms-field {
    height: 100px;
}
#nf-form-3-cont .submit-wrap{
	text-align: center;
}
#nf-form-3-cont .nf-error-msg, #nf-field-26-wrap .nf-field-element{
    text-align: center;
}
.cr_s1{
    display: grid;
    grid-gap: 7px 15px;
    grid-template-columns: repeat(2, 1fr);
}
.cr_s1.rw2{grid-template-columns: repeat(1, 1fr);}
.cr_fm_lnk_s1 p{display:block;}
.wpcf7-form-control.wpcf7-submit, #about_admission .about-admission-wrp .wpcf7-form p input.wpcf7-submit{margin-top:15px !important;}
.form_btm_txt a{display:block;}
.label-above .nf-field-element, .label-below .nf-field-element{text-align:center;}

.sec_what_us{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
	padding:40px 20px 40px 20px; text-align:left;
}
.wsua-btn{text-align: center; margin-top:25px;}
.v_align_middle{align-items:center; display:flex;}
.about_sec h2{text-align:left;}
.about_sec p{font-weight:normal;margin-bottom:35px;}
.about_sec img{width:90%;}
.google_code{padding:40px 0 0px 0;}
.google_code .row{margin-bottom: 20px;}
.widget_wrap{padding:40px; background:#01AFEF; color:#FFF; font-weight: normal;}
.widget_wrap li:before{color:#004F99;}
.widget_wrap .avt_btn:hover{background:#004F99; color:#FFF;}
.widget_wrap .grid{grid-gap: 7px;}
.widget_wrap a{color:#fff !important;}
.widget_wrap a:hover{color:#004f99 !important;}
.widget_wrap a.avt_btn{color:#FFF !important;}
.widget_wrap a.avt_btn:hover{color:#004f99 !important;}
/*Facility section start */
.facility_sec, .ttl span{font-size:24px; margin-bottom:5px; display:block; font-weight:600; line-height:35px;}
.facility_sec h2 span{color:#333;}
.facility_sec .container{width:75%;}
.facility_sec h2, h2.title_h2, .ttl{
	font-size: 28px;
	margin-bottom: 0px;
	color: #01AFEF; font-weight:600;
}
.facility_img{margin-bottom:15px;}
.facility_img .col-lg-4, .facility_img .col-lg-3{margin-bottom:20px;}
.facility_sec img{width:100%; border-radius: 8px;}
/*Team section start */
.team_sec{margin:30px 0;}
.team-content {
    font-weight: normal;
    margin-top: 10px;
}
.team_name {
    font-size: 17px;
    font-weight: 600;
}
.box_row .icon_box_content {
    padding: 0 20px;
}
.box_row ul.blue-icon-list.wht-icon {
    margin: 15px 0 !important;
}
.box_row ul.wht-icon li:before{position: absolute; left: -33px; top: 0;}
.box_row ul.wht-icon li{position:relative;}
.box_row ul.wht-icon{padding-left: 30px;}

#blog .blog-box .blog-cont-wrp a h4{color:#212121;}
/*Home page css end*/

/* Inner pages css start */
.plain_bg{
	background-image: linear-gradient(#FFFFFF, #ffffffe3), url(/wp-content/uploads/2023/01/Avatar_Residential_Detox_About_Banner_1024x556.webp);
		background-position: center center;
		background-size: 33%;
		background-repeat:no-repeat;
		min-height:350px;
		text-align:center;
		padding:40px 0;
	position: relative;
/*     margin-top: 24px; */
		}
.plain_bg p{
	font-weight:normal;
	margin-bottom: 20px;
}
.plain_bg .dark_btn .avt_btn i{
	font-size:17px;
	margin-left:0;
	margin-right:12px;
}
.text-section_modaliti .icon_list_blue li {
    color: white;
}
.text-section_modaliti {
    flex: 2;
    padding: 50px;
    color: white;
    background-color: #004f99;
    text-align: left;
}
.list_bulet img + p{margin-top: 20px;}
.blog_link_non{display:none;}
.ins_cta {
    padding-bottom:30px;
	  background: #fff;
}
.section-container{
    display: flex;
    overflow: hidden;
    align-items: center;
    background: #004f99;
	margin-bottom:10px;
	padding:10px 20px;
}
.section-container .avt_btn{background:#00bef2;}
.section-container .sub_title, .section-container h2.head_2 span{color:#FFF;}

/*testimonial css starts*/
.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%; 
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
/*testimonial css ends*/
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }
.terapy_program:before {
    background: #f5f5f5;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 55% !important;
    height: 100%;
    z-index: -1;
}
img{
    vertical-align:middle;
    border-style:none;
    max-width:100%;
}
a:hover, .container a:hover{
    color:#004f99;
    outline:0;
    text-decoration:none;
}
.bgimg_sec a, .colum_bg_img a{color:#004f99;}
.inner_bnr a:hover, .bgimg_sec a:hover, .colum_bg_img a:hover{color:#FFF;}
.social-icons a:hover{
    color:#FFF!important;
    background-color:#004f99;
    text-decoration:none;
}
a,a:hover{
    text-decoration:none;
}
.link-txt{
    color:#00bef2!important
}
.link-txt:hover{
    color:#00bef2!important
}
.widget_wrap .link-txt {
    color: #004f99 !important;
}
.widget_wrap .link-txt:hover{
    color: #004f99 !important;
}

h1,h2,h3,h4,h5,h6,p,ul{
    margin:0;
    padding:0
}

.white-color{
    color:#fff!important
}
.m-0{
    margin:0
}
li{
    list-style:none
}
.mt-10{
    margin-top:10px
}
.mt-25{
    margin-top:25px
}
.mt-30{
    margin-top:30px
}
.mt-40{
    margin-top:40px
}
.p-0{
    padding:0
}
.rotate{
    transform:rotate(180deg)
}
.pt-30{
    padding-top:30px
}
.pd-tb-40{
    padding:40px 0
}
.pd-lr-40{
    padding:0 40px
}
.mr-auto,.mx-auto{
    margin-right:auto!important
}
/*.row{
    display:block
}*/
.pos-rel{
    position:relative;
}
.jc-end{
    justify-content:flex-end;
    display:flex
}
.d-flex{
    display:flex
}
.d-flex-inline{
    display:inline-flex
}
.align-center{
    align-items:center
}
.text-center{
    text-align:center
}
.font-bold{
    font-weight:700
}
.img-full-size{
    width:100%
}
.img-80per-size{
    width:80%
}
h1{
    font-size:36px;
    font-weight:700;
    line-height:44px
}
h2{
    color:#212121;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
	/*text-transform: capitalize !important;*/
}
h3{
    color:#00bef2;
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
}
h4{
    color:#212121;
    font-size:18px;
    font-weight:700;
    margin-bottom:7px;
}
.shadow_img img{
    box-shadow:0 0 20px 0px #88888894;
}
/* Button css */
.avatar-btn i{
    line-height:28px;
    margin-left:12px;
    font-size:18px;
    margin-top:auto;
    margin-right:0
}
button:focus{
    outline:0!important
}
#about_avatar .treatment .avatar-btn:hover i{
    color:#00bef2
}
footer .ftr-link a:hover{
    color:#fff!important
}
footer .menu-item {
    padding: 0;
    font-size: 16px !important;
}
.ftr_legit{width:400px; position:absolute; bottom:57px;}
nav ul li.search-box a:hover::after{
    width:0%
}
.avatar-btn{
    border:4px solid #00bef2;
    padding:8px 23px;
    border-radius:33px;
    color:#00bef2;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
    position:relative;
    display:inline-flex
}
/* Button css end */
.search-popup {
  margin-top: 20% !important;
}
/* Contact form css start*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-tab{
    border:1px solid #bcbcbc;
    border-radius:50px;
    padding:18px 30px;
    color:#212121;
    width:45%;
    text-transform:uppercase;
    margin:0 10px 12px 10px;
    font-size:14px;
    font-weight:600
}
.input-tab{
    border:1px solid #bcbcbc;
    border-radius:50px;
    padding:18px 30px;
    color:#212121;
    width:45%;
    text-transform:uppercase;
    margin:0 10px 12px 10px;
    font-size:14px;
    font-weight:600
}
#hero .carousel-item.active{
    background:#fff!important
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-sec{
    border:1px solid #bcbcbc;
    width:95%;
    height:59px;
    padding:18px 20px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600;
    color:#75758a;
    margin-left:10px;
    margin-right:10px
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-area{
    border:1px solid #bcbcbc;
    width:93%;
    height:90px;
    padding:18px 30px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}
validates-as-required.wpcf7-validates-as-email.input-email{
    margin-left:10px;
    border:1px solid #bcbcbc;
    width:95%;
    height:55px;
    padding:10px 25px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600;
    color:#212121
}
.contact-us-info .heading-4{
    font-size:20px;
    font-weight:600;
    color:#fff;
    padding:7px 0 0 25px
}
.contact_legitscr{margin:30px 0;}
.link-defalt_clr a{
    color:#00bef2
}
div#key_feature a {
    color: #00bef2;
}
input#input_1_3{
    border:1px solid #bcbcbc;
    width:93%;
    height:50px;
    padding:18px 30px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}
input#input_1_1_3{
    border:1px solid #bcbcbc;
    width:93%;
    height:50px;
    padding:18px 14px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}
input#input_1_3, .pop-up select{
    border:1px solid #bcbcbc;
    width:93%;
    height:50px;
    padding:18px 14px;
    margin-bottom:20px;
    border-radius:5px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}
input#input_1_2{
    border:1px solid #bcbcbc;
    width:93%;
    height:50px;
    padding:18px 14px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}
input#input_1_4, #input_10_4{
    border:1px solid #bcbcbc;
    width:93%;
    height:50px;
    padding:18px 14px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}

.instruction.validation_message, label.hidden_sub_label.screen-reader-text, legend.gfield_label.gfield_label_before_complex, #field_6_7{
    display:none
}
.pc-text{
    text-align:center
}
.pc-text{
    text-align:center
}
select#input_6_5{
    border: 1px solid #cce3f5 !important;
    border-radius: 5px;
    padding: 9px 10px;
    color: #212121;
    width: 100%;
    text-transform: inherit !important;
    margin: 0;
    /* margin: 0 10px 12px 10px; */
    font-size: 14px;
    font-weight: 400 !important;
    background: #e4f3ff !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
    background:#004F99 !important;
    color:#fff;
    padding:10px;
    text-align:center;
    border:0;
    border-radius:5px !important;
    margin:0 auto !important;
    font-weight:600;
    width:155px !important;
    font-size:18px;
    margin-bottom:15px;
    text-align:center !important;
}
h5#exampleModalLongTitle,span#exampleModalLongTitle{
    padding-left:50px;
    margin:0 auto;
    color:#00bef2;
    font-size:1.25rem;
    font-weight:500
}
.name-git{
    margin-bottom:-51px
}

/* Contact form css end*/
/* Team css start*/
.team-rt-sec .team-lft-col{
    padding:50px 35px 0 14px
}
/* Team css end*/
/* Button css start*/
.avatar-btn .next{
    font-size:21px;
    margin-left:8px;
    line-height:initial;
    margin-top:3px
}
.avatar-btn .previous{
    font-size:21px;
    margin-right:8px;
    margin-bottom:3px;
    line-height:initial;
    margin-left:auto
}
.avatar-btn:hover{
    color:#fff!important;
    text-decoration:none;
    background-color:#00bef2;
    border:4px solid transparent
}
#callus a:hover,.blubg .avatar-btn:hover{
    color:#00bef2!important;
    background:#fff!important
}
.avatar-btn:after{
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:inherit;
    border:inherit
}
.treatment-bg-img .more-btn-cta:hover{
    color:#fff!important
}
button.accordion{
    border-radius:25px;
    margin-bottom:18px;
    font-weight:600;
    padding-left:22px;
    padding-right:22px
}
a.commen-link{color:#212121 !important; text-decoration: none !important;}
a.blueBg-link{color:#FFF !important; text-decoration: none !important;}
/* Button css start*/
/* header top bar css */
#topbar{
    background:linear-gradient(90deg, #aeeeff 0%, #00bef2 100%);
    box-shadow:0 -2px 3px #0000001f inset;
    height:35px;
    font-size:14px;
    transition:all .5s;
}
#topbar .tp-wrp{
    height:35px;
}
#top_header{
    height:100px;
    background:#fff;
    display:flex;
    color:#333;
    line-height:1.7em;
    align-items:center
}
/* header top bar css end */
/* header social icon css */
.social-icons a{
    color:#fff;
    width:30px;
    height:30px;
    background:#004f99;
    padding:6px;
    margin-right:14px;
    border:0;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    text-align:center;
    text-decoration:none
}
.social-icons i{
    margin:0 auto;
    font-size:18px
}
/* header social icon css end */
/* header top bar menu */
.contact-info ul{
    margin-bottom:0!important;
    font-size:18px
}
.contact-info li{
    margin-right:25px
}
.contact-info i{
    color:#FFF;
    font-weight:400;
    font-size:19px;
    margin-right:6px;
	position:relative;
	top:2px;
}
.contact-info i.fa-phone{top: 3px;}
.contact-info i.megaphone,.contact-info i.microphone{
    width:20px;
    height:20px;
    margin-right:10px
}
.contact-info i.megaphone{
    background-image:url(/wp-content/uploads/2024/11/Avatar_Residential_Detox_Center_Home_Discover_Path_Icon.webp);
    background-repeat:no-repeat;
    background-position:-60px -2px
}
.contact-info i.microphone{
    background-image:url(/wp-content/uploads/2024/11/Avatar_Residential_Detox_Center_Home_Discover_Path_Icon.webp);
    background-repeat:no-repeat;
    background-position:-60px -32px
}
.desk-menu:hover i.microphone{
	background-image:url(/wp-content/uploads/2025/07/Avatar_Residential_Detox_Center_Home_Discover_Path_Hover_Icon.webp);
}
.desk-menu:hover a{color:#0056B3;}
.contact-info a, .contact-info a:hover{
    color:#FFF!important;
    text-decoration:none!important;
}
div#topbar .desk-menu,div#topbar a{
    font-size:15px!important
}
.contact-info a:hover{color: #0056b3 !important;}

.small-screen{
    display:none!important
}
/* header top bar menu end*/
/* Navigation css */
nav{
    height:70px;
    display:flex!important;
    justify-content:space-between;
    box-shadow:0 6px 6px 0 #0000001a;
    position:sticky;
    top:0;
    z-index:999;
    background-color:#f5f5f5
}
nav .links{
    float:right;
    padding:0;
    margin:0;
    height:100%;
    display:flex;
    justify-content:space-around;
    align-items:center
}
nav .links li{
    list-style:none
}
#nav-toggle{
    position:absolute;
    top:-100px
}
nav .icon-burger{
    display:none;
    position:absolute;
    right:5%;
    top:50%;
    transform:translateY(-50%)
}
nav .icon-burger .line{
    width:30px;
    height:5px;
    background-color:#00bef2;
    margin:5px;
    border-radius:3px;
    transition:all .3s ease-in-out
}
nav ul{
    list-style:none;
    margin:0
}
nav ul li{
    margin:0 8px;
    color:#212121;
    display:inline-block;
    font-size:14px;
}
nav ul li a{
    color:#212121;
    text-decoration:none;
    padding:8px 0;
    text-transform:uppercase;
    font-weight:600!important;
    display:unset;
    position:relative
}
nav ul li a:hover{
    color:#212121;
    text-decoration:none
}

.ht-100{
    height:100%!important
}
.w-100a{
    width:100%!important
}
.w-220{
    width:220px!important
}
.ht-200{
    height:200px!important
}
.bdr-nn{
    border:0!important
}
/* Navigation css end */
/* Logo css  */
.logo{
	max-width:240px;
    height:100%;
    display:flex;
    align-items:center
}
img.logo-tp{
    width:100%;
}
.svg_logo img.logo-tp{width:237px !important; max-width:inherit;height: auto;}
.search-box a{
    color:#00bef2;
    font-size:28px;
    font-weight:400;
    padding:0
}
.home h3{
    color:#00bef2!important
}
.home-header .alcohol-bnr {
    padding-top: 40px;
}
.home-header .logo{
	    margin: 0 auto;
}
.home-header .ftrl-logo-a {
    position: unset;
    top: unset;
    z-index: unset;
}
.home-header .under_list.yogaThp.nov-yogathp .head-3 {
    color: #fff !important;
}
/* Logo css end*/
.header li:hover i{
    color: #0056b3;
}
/* Top banner css */
#treatments_hero{
    background:url(../images/wave-bg-img.png) no-repeat 0 0;
    background-size:cover;
    background-position:bottom center;
    color:#fff;
    position:relative;
    padding-bottom:35px;
    padding-top:10px
}
#treatments_hero .treat-hero-sec{
    text-align:center
}
#treatments_hero:after{
    content:"";
    position:absolute;
    width:100%;
    height:100px;
    z-index:-1;
    background:#00bef2;
    top:-6px;
    left:0
}
.treatments-hero-btm-img{
    width:100%;
    position:absolute;
    z-index:-1;
    height:auto;
    left:0;
    bottom:-74px
}
.banner .column_grid{padding-top:18px; border-top:1px solid #bad1d9;}
.bnr_col_child{position:relative; padding-left:10px; display:flex; align-items:center; justify-content:center; text-align:center; text-transform:uppercase;}
.bnr_col_child:before{position:absolute; content:''; width:1px; height:108%; top:-18px; left:-10px; border-left:1px solid #bad1d9;}
.bnr_col_child i{
    background: #004F99;
    padding: 10px 14px;
    color: #FFF;
    border-radius: 10px;
    font-size: 29px;
    margin-bottom: 25px;
}
.index-ii .about_sec .container{margin-bottom:20px;}
.bnr_col_child .btn-wrp a{font-size:20px; margin-top: 6px; display: block; color: #004f99;font-weight:bold;}
.index-ii .bnr_list li{margin-bottom:6px;}
/* Top banner css end*/
/* Home page Carousel banner css */
.carousel-control-prev-icon{
    border-radius:50%;
    background-color:#000;
    width:30px;
    height:30px;
    background-image:url(../images/discover-path-icons.webp)!important;
    background-repeat:no-repeat!important;
    background-position:-60px -61px!important;
    background-size:auto!important
}
.heading-3 span{
    color:#212121
}
.heading-3 span.defult{
    color:#00bef2
}
.heading-3 span.white{
    color:#fff
}
.carousel-control-next-icon{
    border-radius:50%;
    background-color:#000;
    height:50px;
    width:30px;
    background-image:url(../images/discover-path-icons.webp)!important;
    background-repeat:no-repeat!important;
    background-position:-61px -89px!important;
    background-size:auto!important
}
.carousel-control-next,.carousel-control-prev{
    opacity:.75!important;
     z-index:999!important;
}
#treatments_hero h1{
    margin-bottom:20px
}
#treatments_hero p{
    font-size:16px
}
ol.listing,ul.listing{
    padding-left:20px
}
ul.listing.defalt_clr li:before{
    font-family:FontAwesome;
    color:#00bef2;
    margin-right:12px;
    font-size:22px;
    content:"\f058";
    display:inline-block
}
ul.wht-list li{
    color:#fff
}
span.cv:before{
    background-color:#d1ebf3
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required{
    background-color:#d1ebf3;
    padding:10px 20px;
    margin:0 auto;
    width:95%;
    border-radius:26px;
    position:relative;
    color:#212121
}
input[type=file]{
    color:transparent
}
label.hidden{
    margin-top:-40px
}
.wpcf7-file:before{
    display:block;
    width:140px;
    height:40px;
    line-height:37px;
    text-align:center;
    position:absolute;
    left:10px;
    top:8px;
    color:#00bef2;
    font-size:16px;
    border:2px solid #00bef2;
    background:#fff;
    font-weight:700;
    border-radius:23px
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.insur-tab{
    border:1px solid #bcbcbc;
    border-radius:50px;
    padding:18px 30px;
    color:#212121;
    width:43%;
    text-transform:uppercase;
    margin:0 10px 12px 10px;
    font-size:14px;
    font-weight:600
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.Insur-tab{
    border:1px solid #bcbcbc;
    border-radius:50px;
    padding:18px 30px;
    color:#212121;
    width:43%;
    text-transform:uppercase;
    margin:0 10px 12px 10px;
    font-size:14px;
    font-weight:600
}
span.wpcf7-form-control-wrap.EmailAddress{
    width:97%!important
}
.gfield_label{
    display:none
}

.ginput_container_select{
    width:100%
}
#field_6_5,#input_6_5{
    width:98%!important
}
.ginput_container_select #input_6_5{
    width:100%!important;
    margin-bottom:25px
}

ol.defalt_clr li::marker,ul.defalt_clr li::marker{
    color:#00bef2!important;
    font-weight:700
}

/* anchor link for color backgorund section */
.wht-link a{
    color:#fff
}
.wht-link a:hover,.wht-link:hover a{
    color:#fff!important
}
/* anchor link for all section */
.all-anchor-link a,a.anchor-link{
    color:#00bef2!important
}
.all-anchor-link a:hover,a.anchor-link:hover{
    color:#00bef2!important
}
.width-50per li{
    width:47%;
    float:left;
    margin-right:20px
}
.dtx-symptoms{
    width:100%
}
.blue-icon-list{
    width:100%;
	margin-top:10px
}
.blue-icon-list li {
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.blue-icon-list li i{
    color:#00bef2;
    margin-right:12px;
    font-size:22px
}
.blue-icon-list li a{color:#00bef2;}
ul.blue-icon-list li:before, .blueTick li:before{
    font-family:FontAwesome;
    color:#00bef2;
    font-size:22px;
    content:"\f058";
    display:inline-block;
    padding-right:12px;
	margin-top:-3px;
}
ul.blue-icon-list1 li:before{
    font-family:FontAwesome;
    color:#004f99;
    margin-left:0;
    margin-top:-6px;
    font-size:22px;
    content:"\f058";
    display:inline-block;
    padding-right:12px
}
ul.listing-blue-sec li:before{
    font-family:FontAwesome;
    color:#fff;
    margin-right:12px;
    font-size:22px;
    content:"\f058";
    display:inline-block;
}
.blueTick{width:100%; margin-top:10px;}
.blueTick li::before{margin-left: -30px !important;}
.blueTick li{margin-bottom: 10px; width: 43%; display: inline-block; padding-left: 35px;}
.icon_box_content .blue-icon-list li a{color:#004f99;}
.icon_box_content .blue-icon-list li a:hover{color:#fff;}
footer.entry-footer{
    display:none
}
ul.wht-icon li:before{
    color:#fff !important;
}

.blog-prev a i{
    margin-right:0;
    margin-left:0
}

/* css for Blog detail page next previous  */
.prev-next-row{ 
    width:100%;
    display:inherit;
    margin-bottom:20px;
	margin-top: 20px;
	padding:0 12px;
}
span.r-post {
    display: none;
}
.prev-next-row .col-md-6{
    width:49%
}
.prev-next-row .col-md-6 .blog-prev{
    text-align:left;
    margin-left:-15px
}
.prev-next-row .col-md-6 .blog-next{
    text-align:right;
    margin-right:-15px
}
.prev-next-row a{
    min-width:163px!important
}
.prev-next-row a span{
    margin:0 auto
}
.prev-next-row a i{
    margin-left:0!important
}
/* css for Blog detail page next previous end*/
/* css for coommon tags start  */
.no_shadow_img img{
    box-shadow:none!important
}
.wpcf7-form-control-wrap.EmailAddress input[type=email]{
    margin-left:5px!important
}
.list-w-100 li{
    width:100%!important
}
.blog a{
    color:#00bef2
}
.screen-reader-response{
    display:none
}
span.wpcf7-not-valid-tip{
    color:red
}
.white-txt{
    color:#fff !important;
}
#treatment_options.treatOption{
    margin-top:20px!important
}
/* css for coommon tags start end */
/* bulet listing css */
.list-line-blc li{
    display:inline-block
}
.list-line-blc{
    list-style-position:outside
}
ul.listBlue li{
    width:100%!important;
    padding-left:32px;
    list-style-position:inside;
    align-content:start;
    display:flex;
    margin-bottom:10px
}
ul.listBlue li:before{
    font-family:FontAwesome;
    color:#00bef2;
    margin-left:-31px;
    font-size:22px;
    content:"\f058";
    display:inline-block;
    padding-right:12px;
    line-height:22px
}
/* bulet listing css end */
/* number listing css */
.order-list{
    padding-left:23px
}
.order-list li{
    font-weight:500;
    list-style:auto;
    padding-left:10px;
    margin-bottom:10px;
    color:#212121
}
.order-list li::marker{
    font-weight:700;
    color:#00bef2;
    margin-left:0;
    margin-top:-6px;
    font-size:18px;
    display:inline-block;
    padding-right:12px
}
.order-list li h3{
    color:#212121!important;
    font-size:18px!important
}
ul.listing-bulet{
    padding-left:38px;
    margin-top:10px;
    list-style-position:outside;
    width:100%
}
ul.listing-bulet li{
    margin-bottom:10px;
    padding-right:50px
}
ul.listing-bulet li:before{
    font-family:FontAwesome;
    color:#00bef2;
    margin-left:-36px;
    margin-top:-6px;
    font-size:22px;
    content:"\f058";
    display:inline-block;
    padding-right:12px
}
ul.white-list li:before{
    color:#fff
}
ul.listing-50per li{
    width:49%;
    display:inline-block
}
/* number listing css end*/
wpcf7-form-control-wrap CV span.cv{
    position:relative
}
span.cv:before{
    content:"Upload file";
    position:absolute;
    left:0;
    padding:5px;
    background:red;
    color:#fff;
    width:130px;
    text-align:center;
    border-radius:5px;
    cursor:pointer
}
span.cv>input{
    visibility:hidden
}

span.head-3{
    font-size:24px;
    color:#00bef2!important;
    margin-bottom:15px;
    font-weight:600
}
span.head-3-white-font{
    color:#fff!important;
    font-size:24px;
    margin-bottom:10px;
    font-weight:600!important
}
p{
    font-size:16px;
    font-weight:500
}
ul li{
    font-size:16px;
    font-weight:500
}
.icon-sticky{
    right:35px;
    position:fixed;
    bottom:35px;
    z-index:99
}
.icon-sticky a{
    width:60px;
    height:60px;
    padding:10px;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 20px 0 #777777bf;
    background-color:#00bef2;
    margin-bottom:0;
    display:block
}
.incon-sticky a:hover{
    box-shadow:0 0 10px #9c9c9c
}
.call-icon{
    display:none!important
}
a.call-icon:hover{
    transform:rotateY(180deg);
    transition:transform .6s
}
.icon-sticky img{
    width:90%
}
a.call-icon.icon-mobile{
    display:none
}
/* Home page slider section css */
#hero{
    width:100%;
    text-align:center;
    color:#fff;
    position:relative
}
#hero2:before{
    content:"";
    background:rgb(0 0 0 / 55%);
    position:absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
    z-index:1
}
#hero .carousel-inner p{
    font-size:18px;
    line-height:28px;
    font-weight:400
}
#hero2 .container{
    position:relative;
    color:#fff;
    padding:80px 0 190px 0;
    font-size:18px!important;
    font-weight:300;
    z-index:11
}
#hero .sub_ttl{
    color:#00bef2;
    font-size:24px;
    font-weight:600
}
#hero .btn-getStarted{
    border:3px solid #fff;
    padding:6px 25px;
    border-radius:33px;
    color:#fff;
    text-decoration:none;
    font-weight:500;
    font-size:18px
}
#hero .btn-getStarted.blue{
    border:0px solid #00bef2;
        background: #00bef2;
    color: #FFF;
}
#hero .carousel-caption.text-left{
    transform:translate(-45%,-70%)
}
#hero .btn-getStarted:hover{
    text-decoration:none;
    border-color:#00bef2
}
#hero .btn-getStarted i{
    margin-left:12px
}
#hero .container{
    max-width:720px
}
#hero .carousel-caption{
    top:50%;
    transform:translate(-50%,-50%);
    right:auto;
    left:50%;
    position:absolute;
    padding:0 3vw;	
}
#hero .slide-1 .carousel-caption{
	background: #21212182;
    padding: 30px;
	bottom:inherit !important;
}
#hero .carousel-caption h1{
    line-height:44px;
    padding:10px 0
}
#hero .carousel-wrp{
    width:100%;
    float:right;
    color:#2b2b2b;
    text-shadow:none;
    line-height:28px;
    top:0
}
.carousel-control{
    background:0 0!important;
    background-image:none!important
}
.image_full{
    display:block;
    width:100%;
    margin-bottom:-55px
}
.carousel-inner,.carousel-item .active{
    background:#fff!important
}
.carousel-control-next,.carousel-control-prev{
    width:auto!important;
    padding:0 30px!important
}
.image_mobile{
    display:none
}
.ds-lotus{
    display:none
}
.slid2 .carousel-wrp{
	padding-top: 125px !important;
}
.slid2 .carousel-wrp{width:100%;}
/* Home page slider section css end*/
/* Slider bottom section css */
.overlap-category{
    z-index:20;
    position:relative;
    border-radius:10px;
    margin-top:-120px
}
h3.white_font{
    color:#fff!important
}
.overlap-category .contac-dtl{
    width:100%;
    background:#00bef2;
    padding:0 70px;
	padding-left:57px;
    color:#fff;
    line-height:30px;
    border-radius:0px;
    box-shadow:0 4px 14px #00000045
}
.overlap-category .contac-dtl h3, .overlap-category .contac-dtl span.hd3{
    color:#fff!important;
    font-weight:500;
    margin-bottom:5px
}
.overlap-category .contac-dtl h3 i, .overlap-category .contac-dtl span.hd3{
    font-size:45px
}
.overlap-category .contac-dtl .email,.overlap-category .contac-dtl p{
    margin-top:15px;
    font-size:18px;
    line-height:40px;
    color:#fff;
    text-decoration:none
}
.overlap-category .contac-dtl p a,.overlap-category .contac-dtl p a:hover{
    color:#fff!important
}
.overlap-category .contac-dtl .contact-icons a, .phn-cta .contact-icons a, .mbl .contact-icons a{
    color:#00bef2;
    width:30px;
    height:30px;
    background:#fff;
    padding:6px;
    margin-right:12px;
    border:0;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    text-align:center;
    text-decoration:none;
    box-shadow:none
}/*
.overlap-category .contac-dtl .contact-icons a:hover{
    color:#ffffff!important;
    border:2px solid #fff;
    background:0 0
} */
.overlap-category .contac-dtl .contact-icons i{
    margin:0 auto
}
.cont-wrp.contact-info p{
    font-size:16px!important;
    font-weight:500;
    margin:0 0 30px 0;
    line-height:28px
}
.cont-wrp.contact-info h3{
    font-size:20px!important
}
.cont-wrp.contact-info h2{
    font-size:32px!important;
    margin-bottom:20px!important
}
.titleAlign{
    padding-left:53px!important
}

/* Home page "Discover Your Path" section */
#we_offer{
    margin:75px 210px
}
video{
    border-radius:0 !important;
    box-shadow:0 0 14px 7px #88888859
}
.img-bg-effect{
    position:absolute;
    z-index:-1;
    width:181px;
    height:146px;
    bottom:-76px;
    left:-50px;
    background:url(../images/Union-1.png) no-repeat -5px 3px
}
.video-bg{
    position:absolute;
    z-index:-1;
    width:181px;
    height:146px;
    top:-17px;
    left:-30px;
    background:url(../images/video-bg-image.webp) no-repeat -5px 3px
}
.video-bg.blog_icon{
    left:-6vw;
    background-size:60%
}
.video-bg.blog_icon1{
    left:-6vw;
    top:5vw;
    background-size:70%
}
.video-bg.blog_icon3{
    left:33vw
}
.video-bg2{
    position:absolute;
    z-index:-1;
    width:79px;
    height:63px;
    bottom:-20px;
    right:-17px;
    background:url(../images/bg-dotted3.svg) no-repeat 0 0;
    background-size:90%
}
.video-wrp{
    padding-top:22px
}
.we_offer_wrp{
    padding-left:25px
}
.we_offer_wrp .address i{
    float:left;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #00bef2;
    border-radius:50px;
    transition:all .3s ease-in-out;
    padding:6px;
    width:65px;
    height:65px;
    background:#fff
}
.we_offer_wrp .address h4,.we_offer_wrp .address h3{
    padding:0 0 0 80px;
	color: #212121;
    font-size: 18px!important;
    font-weight: 700!important;
    margin-bottom: 7px!important;
}
.we_offer_wrp .address p{
    padding:0 0 0 80px;
    margin-bottom:0;
    font-size:14px;
    line-height:28px;
    color:#212121
}
.we_offer_wrp h2{
    line-height:inherit!important
}
.we_offer_wrp i{
    font-size:20px;
    color:#00bef2;
    float:left;
    width:44px;
    height:44px;
    background:#d6e9fa;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50px;
    transition:all .3s ease-in-out
}
.we_offer_mt_40{
    margin-top:40px
}
/* Slider bottom section css end*/
/*Home page About avtar section Css */
#we_offer .address{
    margin-bottom:0px;
}
#about_avatar{
    padding-bottom:40px;
    margin-bottom:20px;
    /* overflow:hidden */
}
#about_avatar .tab{
    padding:35px 30px 65px 30px
}
#about_avatar.wt-wetreat .tab{
    padding:35px 5px 65px 30px;
}
#about_avatar h3{
    margin-top:20px!important
}
#about_avatar h2{
    margin-bottom:30px
}
#about_avatar ul{
    padding:0 10px 0 0;
    list-style:none
}
#about_avatar ul li{
    margin-bottom:15px;
    display:block
}
#about_avatar .tablinks,#about_avatar ul li a{
    width:100%;
    border:3px solid #00bef2;
    border-radius:11px;
    padding:25px;
    color:#212121;
    font-size:19px;
    font-weight:700;
    display:flex;
    align-items:center;
    text-decoration:none;
    margin-bottom:15px;
    background:#fff
}
.rehab-options a, .home .treatment .column_grid a{
    border:none!important;
    background:none!important;
    padding:0!important;
    font-weight:500!important;
    font-size:16px!important;
    margin-bottom:0!important;
    color:#fff!important
}
#about_avatar ul li a.active,#about_avatar ul li a:hover,.tab button.active{
    background:#00bef2!important;
    color:#fff!important
}
.home .treatment .column_grid a:hover{color:#004F99!important; background:none!important;}
#about_avatar ul li a.active i,#about_avatar ul li a:hover i{
    color:#fff
}
.home .treatment .avatar-btn{margin-top:20px;}
#about_avatar .tablinks .arrow-right-icon{
    background:url(../images/arrow-right-icon.svg) no-repeat 0 4px;
    margin-right:14px;
    background-size:22px 22px;
    width:38px;
    height:27px
}
#about_avatar .tablinks.active i{
    background:url(../images/arrow-right-icon2.svg) no-repeat 0 4px;
    background-size:22px 22px!important
}
#about_avatar ul li a i{
    color:#00bef2;
    font-size:22px;
    font-weight:700
}
#about_avatar ul li a span{
    margin-left:20px
}
#about_avatar .treatment,.tabcontent{
    padding:40px 0 30px 35px;
    position:relative;
    color:#fff;
    min-height:540px
}
.tabcontent{
    padding:40px 0 30px 12px
}
#about_avatar .treatment h3{
    color:#fff!important;
    margin-bottom:25px!important;
    margin-top:0!important
}
#about_avatar .treatment p{
    font-size:16px!important;
    line-height:28px;    
}
#about_avatar .treatment::after{
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    background-size:cover
}
#about_avatar .treatment ul{
    padding:9px 0 6px 0; margin-bottom:0;	
}
.drug_what_trt .icon_list_blue li:before{color:#FFF;}
#about_avatar .treatment li{
    width:40%;
    margin:0 28px 12px 0;
    display:inline-flex;
    align-items:center;
    font-weight:500;
	position: relative;
}
#about_avatar .treatment .one_col li {
    width: 100%;
}
#about_avatar .start_hl_tab_sec .treatment li{width:44%;}
#about_avatar .treatment i{
    color:#fff;
    margin-right:16px;
    font-size:22px
}
.home #about_avatar .treatment li{width:100%;}
#about_avatar .treatment .avatar-btn{
    border-color:#fff;
    color:#fff;
    font-weight:500;
    margin-bottom:3px
}
#about_avatar .treatment .avatar-btn i{
    color:#fff;
    margin-left:12px;
    margin-right:0
}
#mission .title{
    color:#fff!important
}
/*Home page About avtar section Css end */
/* Health Insurance section css */
#we_accept{
    padding-bottom:20px;
    margin-bottom:30px
}
#we_accept .health-ins-logos{
    padding:0;
    margin:30px 0 55px 0;
    width:100%;
    display:inline-block;
    overflow:hidden
}
#we_accept .health-ins-logos li{
    width:180px !important;
    margin-left:20px;
    display:inline-flex
}
#about_admission select#input_21_9 {
    background: #e8f0fe !important;
    font-weight: normal;
}
/*
#we_accept .health-ins-logos li:first-child{
    margin-left:0
} */

/* Courtesy Transportation section */
#to_schedule{
    padding:70px 0;
    background:#00bef2
}
#to_schedule h2,#to_schedule p{
    color:#fff
}
#to_schedule .schedule-wrp p{
    margin-bottom:0!important;
    text-align:center
}
#validation_message_4_1{
    position:absolute;
    background:0 0;
    border:none
}
.pickup-car img{width:100%; height:auto;}
/* Health Insurance section css end */
/* Home page schedule your pickup form css */

.schedule-wrp h2{
    font-size:30px!important;
    margin-bottom:10px!important;
    text-align:center;
	color:#004f99;
}
.pickup{margin-top:40px;}
.pickup .pickup_inner{border:2px solid #00bef2; padding:40px; border-radius: 8px;}
.pickup .pickup_inner img{width:400px;}
.pickup .pickup_inner p{margin-bottom:0;}

.req-call{
    border:2px solid #fff;
    border-radius:30px;
    display:inline-flex;
    width:100%;
    margin-bottom:8px;
    margin-top:10px;
    position:relative;
    background:0 0;
    box-shadow:4px 1px 8px 1px #8888887a
}


#input_4_1.large, #input_11_1.large{
    width:100%;
    border:0;
    color:#fff;
    font-weight:500
}

.req-call #validation_message_4_1, .req-call #validation_message_11_1{
    color:#fff;
}

.ginput_container input,.req-call .form-control{
    background:0 0;
    width:60%;
    height:40px;
    margin-top:0;
    border:0
}
.req-call .form-control:focus{
    background:0 0;
    box-shadow:none
}
.req-call button[type=submit]{
    background:#fff;
    border:0;
    padding:13px 0;
    color:#00bef2;
    transition:.4s;
    width:38%;
    margin:0 0 0 11px;
    position:absolute;
    right:-3px;
    border-radius:0 61px 61px 0!important;
    height:53px
}
.schedule-pera{
    position:relative
}
.req-btn-shadow{
    position:absolute;
    width:170px;
    height:27px;
    background:#333;
    box-shadow:-1px 10px 16px 8px #8888887a;
    right:10px;
    top:-26px;
    z-index:-1
}
.req-call input[type=text]::placeholder{
    color:#fff!important
}
/* Home page schedule your pickup form css */
/* Our Facility gallery section */
#our_facilities{
    padding:55px 0;
    text-align:center
}
#our_facilities .col-md-4{
    padding:0 10px!important
}
#our_facilities .ttl{
    margin:0 auto;
    margin-bottom:0
}
#our_facilities .facility-img{
    padding:10px 3px
}
#our_facilities .facility-img img{
    width:100%; height:auto;
	border-radius: 7px;
    box-shadow: 0 0 14px 7px #8888887a;
}
#our_facilities .btn-wrp{
    margin:0 auto
}
/* Our Facility gallery section end*/
/* footer css */
#footer{
    background:#f5f5f5;
    padding:50px 0 0 0;
    overflow:hidden
}
#footer .footer-logo{
    margin-bottom:20px
}
#footer .footer-logo img{height:45px;}
#footer p{
    font-size:14px!important;
    color:#212121
}
#footer .map{
    border:3px solid #00bef2;
    margin-top:21px;
margin-bottom: 20px; height:205px;
}
/* footer css end */
/* footer right side section */
.footer-right-sec{
    padding-left:90px
}
.footer-right-sec h3{
    display:block;
    color:#212121!important;
    padding-bottom:15px;
    margin-bottom:25px!important;
    border-bottom:1px solid #00bef2
}

span.dashicons.dashicons-trash{
    color:red
}

.avatar-info{
    margin-bottom:25px
}
.avatar-info a{
    color:#333;
    text-decoration:none;
    font-size:16px
}
.avatar-info .helpline{
    font-size:16px;
    color:#212121
}
.footer-right-sec ul{
    padding:0
}
.ftr-link.font-bold{
    font-size:1rem;
    font-weight:700;
    line-height:1.5
}
.footer-right-sec li i{
    color:#00bef2;
    font-size:22px;
    font-weight:400;
    margin-right:6px;
    width:22px;
    text-align:center
}
.footer-right-sec .social-icons{
    margin-bottom:10px; margin-top:10px;
}
.footer-right-sec .social-icons a{
    margin-right:15px;
	background-color:#01AFEF !important;
}
.footer-right-sec .ftrl-logo-a img:first-child{
    width:140px; height:100px; 
}
.footer-right-sec .social-icons a i{color:#FFF; margin-right:0; font-size:18px;}
footer{
    background:#f5f5f5;
    padding:35px 0;
    line-height:28px;
    color:#333;
}
.map.contact_map{
    width:80%;
    z-index:9;
    margin:0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
    position:relative;
    height:400px;
    border:10px solid #fff;
    box-shadow:0 4px 20px rgb(0 0 0 / 20%)
}
footer.contact_footer{
    padding:240px 0 40px 0;
    margin-top:-9vw
}
footer .ftr-link{
    text-align:center;
    font-size:1rem;
    line-height:1.5;
    font-weight:400;
    padding:10px 0
}
footer .ftr-link a{
    color:#333;
	font-weight:normal;
    margin:0 10px;
    padding:0 0 8px 0;
    text-decoration:none;
    position:relative
}
footer .ftr-link a::after{
    position:absolute;
    left:10%;
    bottom:0;
    background:#fff;
    margin:0 auto;
    width:0;
    height:3px;
    border-radius:10px;
    content:"";
    transition:.3s
}
footer .ftr-link a:hover::after{
    width:80%
}
.ftr-link.copyright a{
    font-size:16px
}
footer .ftr-txt{
    font-size:15px;
    text-align:center;
    line-height:1.5
}
#our_team .shadow_img.inner_shadow{
    position:relative;
    left:0;
    top:auto;
    padding:0 25px 0 0
}
footer .bnr_certi{display:flex;}
footer i.fa {
    font-size: 22px;
    color: #01AFEF;
    width: 28px;
    position: inherit;    
}
footer h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
}
footer h3:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 75%;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, #53c0ef 20%, #c9eaf900 70%);
}
/* About page- banner section  */
.about_approach {
    margin: auto 0 !important;
}
#about_hero{
    background:url(../images/about-banner-bg.png) no-repeat 0 0;
    background-size:cover;
    background-position:bottom center;
    padding:40px 0 40px 0;
    overflow:hidden
}
#about_hero .about-hero-sec{
    position:relative;
    padding-right:0
}
#about_hero .about-hero-sec .sub_ttl{
    font-size:28px;
    color:#00bef2;
    margin-bottom:15px
}
#about_hero .about-hero-sec h1{
    margin-bottom:15px
}
#about_hero .about-hero-sec p{
    font-size:16px;
    font-weight:500;
    margin-top:10px;
    text-align:justify
}
#about_hero .about_lotus{
    position:absolute;
    right:0;
    top:0;
    width:450px;
    height:325px
}
/* Our Mission and Vision section */
#mission{
    padding:60px 0;
    background:url(/wp-content/uploads/2024/08/mission-bg.png) no-repeat 0 0;
    background-size:cover;
    color:#fff;
    box-shadow:1px 7px 9px 0 #c7c7c7f0
}
#mission h3{
    color:#fff!important
}
#mission h2{
    color:#fff;
    margin-bottom:20px!important
}
#mission p{
    font-size:16px;
    margin-bottom:20px;
}
/*About page- Our Programs section */
#our_team{
    padding:45px 0;
}
#our_team .cont-wrp{
    padding-left:35px;
}
#our_team .cont-wrp p{
    margin:0 0 27px 0;
    color:#212121;
    font-size:16px;
    font-weight:500;
    line-height:28px;
}
#our_team .btn-wrp{
    display:flex;
}
/*About page- Our Multidimensional Approach section*/
#key_feature{
    background:#f5f5f5;
    padding:95px 0;
    font-size:18px;
}
#key_feature .key-feature-wrap{
    padding-right:40px;
}
#key_feature .shadow_img{
    padding-top:60px;
}
.key-feature-wrap h3{
    margin-bottom:12px!important
}
.key-feature-wrap .icon-row{
    margin-bottom:25px;
}
.key-feature-wrap .icon-row i{
    margin-right:3px;
}
.key-feature-wrap .icon-row p{
    font-weight:500;
    font-size:16px;
    line-height:30px;
}
/*About page- Our Facility section */
#our_facilities .list-facilities{
    padding:0;
    margin-top:25px;
    text-align:left;
    list-style:none;
}
#our_facilities .list-facilities li{
    margin-bottom:20px;
    padding:0 10px 0 38px;
    background:url(../images/Vector-4.svg) no-repeat 0 0px;
    font-size:16px;
    font-weight:500;
    background-size:23px;
    color:#2b2b2b;
	text-align:justify;
}
#our_facilities .modal-content{
    width:50%!important;
}
.about_facility .ttl{
    margin:0!important;
    padding-left:10px;
}
.about_facility .btn-wrp{
    margin-top:20px!important;
}

#we_beleive{
    padding:50px 0;
}
#we_beleive .we-beleive-wrap{
    padding:50px 0 0 0;
}
#we_beleive .we-beleive-wrap .btn-wrp{
    padding:10px 0;
}
.inner_bnr + #we_beleive {
    padding-top: 10px;
}
.feel_free.mb-70 + #we_beleive {
    padding-top: 0;
}
.accordion{
    border-radius:0;
    margin-bottom:8px;
    font-weight:600;
    background-color:#e4f3ff;
    color:#212121;
    cursor:pointer;
    padding:18px 22px;
    width:100%;
    border:none;
    text-align:left;
    outline:0;
    font-size:15px;
    transition:.4s
}
.accordion:hover,.active{
    background-color:#ccc
}
.accordion:after{
    content:'\002B';
    color:#00bef2;
    font-weight:700;
    float:right;
    margin-left:5px;
    font-size:21px;
    line-height:21px
}
.accordion:hover :after{
    color:#fbfbfb
}
.accordion.active:after{content:'\002d';}

.faq_sec1 .accordion{
    border-radius:0;
    margin-bottom:8px;
    font-weight:600;
    background-color:#004f99;
    color:#FFF;
    cursor:pointer;
    padding:18px 22px;
    width:100%;
    border:none;
    text-align:left;
    outline:0;
    font-size:15px;
    transition:.4s
}
.faq_sec1 .panel{
    padding:0 18px;
    background-color:transparent;
    max-height:0;
    overflow:hidden;
    transition:max-height .2s ease-out
}
.faq_pr_40{padding-right:40px;}
.panel{
    padding:0 18px;
    background-color:#fff;
    max-height:0;
    overflow:hidden;
    transition:max-height .2s ease-out
}
/* Facility page- Our Amenities section */
#treatment_options .treat-options-block{
    margin-top:35px
}
#treatment_options .treat-options-block .address{
    background:#fff;
    box-shadow:0 0 20px 0 #88888875;
    padding:30px 35px 30px 23px;
    width:97%;
    min-height:315px;
    margin:0 auto;
    margin-bottom:30px;
    border-radius:20px;
    overflow:hidden
}
#treatment_options .treat-options-block .address:hover{
    background:#fff;
    box-shadow:0 16px 40px rgba(112,144,176,.2);
    padding:30px 35px 30px 23px;
    width:97%;
    min-height:280px;
    margin:0 auto;
    margin-bottom:30px;
    border-radius:20px;
    overflow:hidden
}
#treatment_options .treat-options-block .treat_info{
    padding-left:35px
}
#treatment_options .treat-options-block .treat_info a:hover{
    text-decoration:none;
    color:#00bef2
}
#treatment_options .treat-options-block .address .icon{
    font-size:20px;
    color:#00bef2;
    float:left;
    background:linear-gradient(to right,#12a1d9,#aad0e0);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    padding:20px;
    transition:all .3s ease-in-out;
    width:85px;
    height:85px
}
.treat-options-block .treat_info h4{
    font-size:18px!important;
    margin-bottom:20px!important
}
.treat_icon{
    border:12px solid #b3e1f3;
    border-radius:50%
}
#treatment_options .treat-options-block .address h4{
    padding:0;
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
    color:#333
}
#treatment_options .treat-options-block .address p{
    padding:0;
    margin-bottom:10px;
    font-size:16px;
    color:#212121;
}
.treat-options-block .treat_info a{
    font-weight:600;
    line-height:20px;
    color:#009ad6
}
.treat-options-block .treat_info a .fa{
    font-size:20px
}
#understanding_treat .under_list li,.dtx-symptoms ul.under_list li{
    width:43%;
    margin:10px;
    display:inline-flex;
    font-size:18px;
    align-items:center;
    font-weight:500
}
.terapy_program #understanding_treat .under_list li{
    font-weight:400;
    width:42%
}
ul.under_list li:before{
    font-family:FontAwesome;
    color:#00bef2;
    margin-right:0;
    font-size:22px;
    content:"\f058";
    display:inline-block
}
#understanding_treat .under_list li i{
    color:#00bef2;
    margin-right:12px;
    font-size:22px
}
#treatment_programs{
    padding-bottom:50px
}
#treatment_programs .treat-prog-listing{
    margin-top:25px;
    width:100%
}
#treatment_programs .treat-prog-listing a li,#treatment_programs .treat-prog-listing li{
    padding:15px 25px;
    background:#f5f5f5;
    border-radius:7px;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
    width:90%;
    color:#212121
}
#treatment_programs .treat-prog-listing li i{
    color:#00bef2;
    font-size:32px;
    margin-right:15px
}
#treatment_programs .treat-prog-listing li:hover{
    background:#00bef2;
    color:#fff
}
#treatment_programs .treat-prog-listing li:hover i{
    color:#fff
}
#treatment_programs .treat-prog-listing a:last-child li{
    margin-bottom:0
}
/*About page Speak to the Addiction Specialist Now */
#callus{
    background:#00bef2;
    padding:25px 0;
    text-align:center;
}
#callus h2{
    color:#fff;
    margin-bottom:20px!important;
}
#callus p{
    color:#fff;
    font-size:18px;
}
#callus i{
    margin-left:10px;
    font-size:20px;
}
a#ppc-v1-btn2{
    font-weight: 700 !important;
    font-size: 32px !important;
}
#callus a{
    border:4px solid #fff;
    border-radius:50px;
    padding:8px 28px;
    font-size:19px;
    font-weight:400;
    margin-top:5px;
    display:inline-block;
    color:#fff;
    position:relative
}
#callus a:after{
    border-radius:inherit;
    border:inherit
}
#about_detox{
    padding:70px 0
}
#about_detox .about-detox-wrap{
    position:relative;
    font-weight:400;
    padding:1vw 5vw 0 0;
    font-size:18px;
    line-height:28px;
    color:#152e3a
}
h2.title-small{
    padding:0 2vw 0 0;
    position:inherit;
    z-index:9
}
#about_detox .about-para{
    position:relative;
    margin-bottom:27px
}
.btn-arrow{
    margin-top:4px;
    margin-left:10px
}
.shadow_img{
    text-align:right
}
#our_team .shadow_img{
    text-align:right;
    position:absolute;
    left:-4%
}
/* video background effect image */
.shadow_img .img-bg{
    position:absolute;
    left:57px;
    bottom:-28px;
    width:150px;
    height:150px;
    background:url(../images/video-bg-img.svg) no-repeat 0 0;
    z-index:-1;
    background-size:75%
}
.programs_sty{
    padding-bottom:90px!important
}
.programs_sty .img-bg{
    left:74px!important;
    bottom:-45px!important
}
/* Programs page- Our Programs section */
#our_programs{
    padding-top:130px;
    background:#f5f5f5
}
#our_programs .col-md-4{
    padding:0 25px
}
#our_programs .icon-box-program{
    background:#fff;
    box-shadow:0 0 20px 0 #88888875;
    padding:30px 35px 40px 35px;
    padding-top:80px;
    border-radius:15px;
    position:relative;
    margin:0 1vw 6vw 2vw;
    min-height:394px
}
#our_programs .icon-box-program p{
    font-size:16px
}
#our_programs a .icon-box-program{
    min-height:455px;
}
#our_programs a .icon-box-program p{
    color:#212121
}
#our_programs a .icon-box-program:hover p{
    color:#fff!important
}
#our_programs .img-bg{
    position:relative;
    left:45%;
    bottom:40%;
    width:100%;
    height:100%;
    background:url(../images/program-dots.svg) no-repeat 0 0;
    z-index:0
}
.icon-box-program:hover{
    color:#fff;
    background:#00bef2!important
}
.icon-box-program:hover h4, .icon-box-program:hover .head4{
    color:#fff
}
#our_programs .icon-box-program h4{
    margin-bottom:15px!important
}

#our_programs .icon-box-program i{
    color:#fff;
    position:absolute;
    top:-61px;
    z-index:1;
    padding:55px;
    text-align:center;
    font-size:35px;
    border-radius:50%;
    width:80px;
    height:80px;
    box-shadow:0 0 20px 0 #88888875
}
#our_programs .icon-box-program a{
    font-weight:600;
    color:#00bef2
}
#our_programs .icon-box-program a:hover{
    color:#fff!important;
}
span.head4, h3.head4, .start_hl h3{
    margin-bottom:15px!important;
    margin-top:0;
    color:#212121;
    font-size:18px!important;
    font-weight:700!important;
    font-family:Montserrat,sans-serif!important;
    display:block
}
.start_hl h3{color:#FFF !important;}
.white-txt{
    color:#fff!important
}
.dtx-box.bx-shadow-nn .white-txt{
    color:#fff!important
}
/* Programs page- Our Programs icon */
#our_programs .icon-box-program .program-icon-1{
    background:#00bef2 url(../images/our-program-icon-1.png) no-repeat center center
}
#our_programs .icon-box-program .program-icon-2{
    background:#00bef2 url(../images/our-program-icon-2.png) no-repeat center center
}
#our_programs .icon-box-program .program-icon-3{
    background:#00bef2 url(../images/our-program-icon-3.png) no-repeat center center
}
#our_programs .icon-box-program .program-icon-4{
    background:#00bef2 url(../images/our-program-icon-4.png) no-repeat center center
}
#our_programs .icon-box-program .program-icon-5{
    background:#00bef2 url(../images/our-program-icon-5.png) no-repeat center center
}
#our_programs .icon-box-program:hover .program-icon-1{
    background:#fff url(../images/our-program-icon-1b.png) no-repeat center center
}
#our_programs .icon-box-program:hover .program-icon-2{
    background:#fff url(../images/our-program-icon-2b.png) no-repeat center center
}
#our_programs .icon-box-program:hover .program-icon-3{
    background:#fff url(../images/our-program-icon-3b.png) no-repeat center center
}
#our_programs .icon-box-program:hover .program-icon-4{
    background:#fff url(../images/our-program-icon-4b.png) no-repeat center center
}
#our_programs .icon-box-program:hover .program-icon-5{
    background:#fff url(../images/our-program-icon-5b.png) no-repeat center center
}
#our_programs .icon-box-program:hover i{
    background:#fff;
    color:#00bef2
}
#our_programs .icon-box-program:hover a{
    color:#fff;
    text-decoration:none
}
.about_detox{
    background:#00bef2;
    margin-bottom:80px
}
.about_detox .avatar-btn{
    border-color:#fff;
    color:#fff;
    font-weight:400
}
.about_detox .we-beleive-wrap h2,.about_detox .we-beleive-wrap h3,.about_detox .we-beleive-wrap p{
    color:#fff!important
}
.about_detox .shadow_img img{
    box-shadow:0 0 20px 2px #292929db
}
/* Therapy page- About Therapy section */
#about_therapy{
    padding:150px 0 50px 0
}
#about_therapy .shadow_img{
    position:relative;
    height:500px
}
#about_therapy .shadow_img:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:115px;
    height:402px;
    background:#00bef2;
    z-index:-10
}
#about_therapy .shadow_img img{
    width:630px;
    height:425px;
    position:absolute;
    top:-64px;
    left:55px;
	background:#EBEBEB;
}
#about_therapy .shadow_img .img-bg{
    z-index:-1;
    bottom:96px;
    left:-13px;
    background:url(../images/Union-1.svg) no-repeat 0 0!important
}
#about_therapy .about-therapy-wrp{
    background:#fff;
    box-shadow:0 0 20px 2px #ababab38;
    padding:40px 35px
}
#about_therapy .about-therapy-wrp h2{
    margin-bottom:20px
}
#about_therapy .about-therapy-wrp p{
    font-size:16px
}
/* Therapy Programs section*/
.terapy_program{
    padding:60px 0 20px 0!important;
    position:relative;
    overflow:hidden
}
.terapy_program:before{
    background:#fff;
    position:absolute;
    content:"";
    top:0;
    left:0;
    right:0;
    width:65%;
    height:100%;
    z-index:-1
}
.terapy_program .cont-wrp{
    padding-left:0!important;
    padding-right:35px!important
}
.terapy_program .shadow_img img{
    height:374px
}
#understanding_treat .cont-wrp{
    padding-left:22px
}
.terapy_program .shadow_img{
    padding:0!important
}
.terapy_program .shadow_img .img-bg{
    left:-38px;
    top:-40px;
    background-size:87%!important
}
.terapy_program .shadow_img .img-bg2{
    position:absolute;
    left:220px;
    top:321px;
    width:120px;
    height:120px;
    background:url(../images/BACKGROUND2-1.svg) no-repeat 0 0;
    z-index:-1;
    background-size:91%
}
/* Therapy page- Get Admitted Today section */
#get_admitted{
    background:#00bef2;
    padding:15px 20px;
}
#get_admitted.start-healing{margin-top:0px;}
#get_admitted .wht-bdr{
    border:5px solid #fff
}
#get_admitted .get-admi-wrp{
    padding:10px 0;
    text-align:center;
    color:#fff
}
#get_admitted .get-admi-wrp p{
    padding:1.1vw 11vw .5vw 11vw;
    line-height:28px;
    margin:0 auto;
    font-size:16px
}
#get_admitted .get-admi-wrp h2,#get_admitted .get-admi-wrp h3{
    color:#fff!important
}
#get_admitted .get-admi-wrp h3{
    font-size:24px!important;
    font-weight:400;
    margin:7px 0 17px 0!important
}
#get_admitted .get-admi-wrp h2{
    font-size:32px!important;
    margin-bottom:20px!important
}
#get_admitted .get-admi-wrp a{
    font-size:36px;
    font-weight:700
}
#get_admitted .get-admi-wrp a.white-color:hover{
    color:#fff!important
}
/* Therapy page- All Types of Therapy section */
#all_type_therapy{
    background:#f5f5f5;
    padding:60px 0;
    position:relative;
    z-index:7;
    overflow:hidden
}
#all_type_therapy .icon-box-therapy{
    background:#fff;
    border-radius:15px;
    padding:23px 25px;
    margin-bottom:30px;
    min-height:385px !important;
	max-height:auto !important;
}
#all_type_therapy .icon-box-therapy:hover{
    box-shadow:0 0 20px 2px #ababab38;
    background:#00bef2;
    color:#fff
}
#all_type_therapy .icon-box-therapy:hover h4, #all_type_therapy .icon-box-therapy:hover .head4{
    color:#fff
}
#all_type_therapy .icon-box-therapy:hover i{
    color:#fff
}
#all_type_therapy p{
    margin-bottom:0;
    font-size:16px
}
#all_type_therapy .icon-box-therapy i{
    font-size:32px;
    color:#00bef2;
    margin-bottom:10px
}
#all_type_therapy .icon-box-therapy h4{
    font-size:19px;
    font-weight:600!important
}
#all_type_therapy .img-bg{
    position:absolute;
    right:20px;
    bottom:90px;
    background:url(../images/video-bg-img.svg) no-repeat 0 0;
    width:120px;
    height:120px;
    background-size:88%;
    z-index:-1
}
#all_type_therapy .img-bg2{
    position:absolute;
    left:-40%;
    bottom:20%;
    background:url(../images/video-bg-img.svg) no-repeat 0 0;
    width:120px;
    height:120px;
    background-size:100%;
    z-index:-1
}
#all_type_therapy .img-bg3{
    position:absolute;
    right:-23%;
    bottom:-18%;
    background:url(../images/circle-bg.svg) no-repeat 0 0;
    width:120px;
    height:120px;
    background-size:100%;
    z-index:-1
}
#all_type_therapy .img-bg4b{
    position:absolute;
    left:-34%;
    bottom:-30%;
    background:url(../images/dotted-img-therapy.svg) no-repeat 0 0;
    width:190px;
    height:190px;
    background-size:100%;
    z-index:-1
}
.wht-dt-bg{
    overflow:hidden
}
.wht-dt-bg .img-bg-wt{
    background:url(../images/white-dot-bg.png) no-repeat top right
}
/*Therapy page- About recovery section */
.about_recovery a, .therapy a.avatar-btn{
    color:#fff;
    border:2px solid #fff;
    border-radius:30px;
    padding:5px 28px;
    font-size:20px!important;
    font-weight:400;
    display:inline-block;
    margin-top:20px;
    position:relative
}
.about_recovery a:after, .therapy a.avatar-btn:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:inherit;
    border:inherit;
    filter:drop-shadow(0 4px 2px rgba(0, 0, 0, .25))
}

.about_recovery .get-admi-wrp a:hover{
    font-weight:400;
    text-decoration:none;
    color:#333
}
/* Addmission page- About Admission section */
#about_admission{
    margin:80px 0
}
#about_admission .about-admission-wrp{display:flex;}
#about_admission .about-admission-wrp p{
    line-height:29px;
    font-size:17px;
	text-align:justify;
}
#about_admission .about-admission-wrp .wpcf7-form p{
    text-align:center
}
/* Admission page- Form section*/
#about_admission .admission-form{
    border:5px solid #00bef2;
    padding:50px 28px;
    margin:0 12px 0 12px;
    background:#fff;
    box-shadow:0 0 18px 5px #adadad75
}
#about_admission.start_hl_begin .admission-form{margin:0 auto;}
#about_admission .admission-form .admision-title, .form-new-ppc .admision-title{
    font-size:36px;
    width:80%;
    margin:0 auto;
    font-weight:700;
    line-height:44px;
    color:#00bef2;
    text-align:center;
    margin-bottom:35px;
}
.tp-banner-form .pop-up input[type=text]{border-radius:50px !important;}
#about_admission .admission-form .input-field{
    margin-bottom:20px;
    padding-left:15px
}
#about_admission .admission-form input[type=text],#about_admission input[type=email],#about_admission input[type=tel],#about_admission textarea{
    border:1px solid #00bef2;
    border-radius:50px;
    padding:15px 20px;
    color:#212121;
    width:95%;
    margin:0 10px 12px 10px;
    font-size:16px
}
#wpcf7-f1378-o1 .schedule-pera{
    text-align:center;
    margin-bottom:0;
    margin-top:12px
}
#about_admission textarea{
    width:93%!important;
    border-radius:50px;
    height:90px;
    outline:0;
    background:#e8f0fe!important
}
.wpcf7-response-output{
    color:#e02323;
    padding:10px;
    margin-bottom:17px;
    width:90%;
    margin:0 auto;
    text-align:center
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.input-email{
    width:94%!important;
    margin:0 5px 12px 5px!important
}
.admission-form .schedule-pera{
    text-align:center
}
.schedule-pera a{
    color:#00bef2!important
}
#to_schedule .schedule-wrp p a,#to_schedule .schedule-wrp p a:hover{
    color:#fff!important
}
input{
    outline:0
}
.admission-btn{
    background:#00bef2;
    color:#fff;
    padding:17px 20px;
    text-align:center;
    border:0;
    border-radius:50px;
    margin:0 auto;
    font-weight:600;
    width:55%;
    font-size:18px;
    margin-bottom:15px
}
#about_admission .admission-form input[type=text]:focus{
    background:#e8f0fe
}
#about_admission .admission-form ::placeholder{
    color:#00bef2;
    font-weight:600;
    opacity:1;
    font-size:14px;
    text-transform:capitalize
}
.program_inner{
    margin-bottom:20px!important
}
#about_admission .admission-form :-ms-input-placeholder{
    color:#00bef2;
    text-transform:capitalize
}
#about_admission .admission-form ::-ms-input-placeholder{
    color:#00bef2;
    text-transform:capitalize
}
/* Admission page- Admission Process for Drug Recovery section */
#admission_process .admission_wrp{
    padding-bottom:20px
}
#admission_process .admission-box{
    background:#fff;
    box-shadow:0 9px 14px 0 #88888875;
    padding:30px 28px;
    margin-bottom:30px;
    border-radius:4px
}
#admission_process .admission-box h4{
    font-size:24px!important;
    margin-bottom:20px!important;
    line-height:32px
}
#admission_process .admission-box p{
    line-height:28px;
    font-size:16px;
    margin-bottom:0
}
#admission_process .admission-box .number{
    width:78px;
    height:78px;
    background:#00bef2;
    color:#fff;
    font-weight:700;
    font-size:34px;
    margin:0 auto;
    margin-bottom:27px;
    border-radius:50%;
    line-height:78px
}
#admission_process .admission-box:hover{
    background:#00bef2;
    color:#fff
}
#admission_process .admission-box:hover .number{
    background:#fff;
    color:#00bef2
}
#admission_process .admission-box:hover h4{
    color:#fff
}
/*Admission page- Health Insurance */
#process_insurance{
    background:url(../images/admission-bg.svg) no-repeat -130px -90px;
    padding:135px 0 45px 0;
    margin-top:-85px;
    margin-bottom:0;
}
#process_insurance .insurance-logo{
    display: inline-flex !important;
    height: 125px;
    width: 69% !important;
    margin: 0 !important;
}
#process_insurance #clients {
    display: flex;
}
#process_insurance ul{
    width:69%;
    display:inline-flex;
    padding-bottom:40px;
    margin-right:40px;
    margin-top:30px !important;
    border-bottom:1px solid #00bef2
}
#process_insurance ul li{
    display:inline-flex;
    margin-right:30px
}
#process_insurance img{
    width:94%
}
#process_insurance .btn-wrp{
    width:25%;
    margin-top:35px;
    text-align:right
}
#process_insurance ul li{
    display:inline-flex;
    margin:0 10px 17px 10px;
    width:140px !important;
}
#process_insurance ul li.extra-logo{
    display:none
}
/* .home-blog h3{
    text-align:center
} */
.blog-box h3 a {
    color: #212121;
    text-align: left !important;
	font-family: "Arapey", serif;
}
.privacy-txt{
    font-weight:500
}
li.beg_li {
    padding-left: 40px !important;
}
/*Home Begin Heal Form section start*/
.home .begin_heal_form{background:#00bef2; color:#FFF; padding:65px 0 40px 0;}
.home .begin_heal_form h2, #to_schedule .form-new-ppc h2{color:#004f99;}
.home .begin_heal_form .form_cont ul li{margin-bottom:18px;}
.form_cont .avt_btn{display:inline-flex; align-items:center;}
.form_cont .avt_btn i{margin-left:10px;}
.home .form-new-ppc{
	background: #FFF;
    padding: 30px 40px;
    box-shadow: 0 0 18px 5px #38383861;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.home .form-new-ppc .hipaa_txt{color:#212121;}
/*Home Begin Heal Form section end*/
/*Home Team section css start*/
.home .team_section{margin:40px 0 60px 0;}
.home .team_wrp{padding:15px; background:#FFF; border-radius:12px; border: 1px solid #d7d7d7; min-height: 355px;}
.home .team_wrp .photo{border-radius:15px; margin-bottom:20px; height:auto;}
.home .team_wrp .name{font-weight:500; font-size:20px; line-height:22px; margin-bottom: 10px;}
.home .team_btn_wrp{margin-top:25px;}
.home .team_btn, .start_heal_btn, .ppc_cta_btn{
	background: #004F99;
    border-radius:35px;
    border: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 28px;
    display: inline-block;
}
.team_btm_sec{
    padding: 15px 14px;
    background: rgb(1 175 239 / 12%);
    min-height:130px !important;
}
.home .team_btn:hover, .start_heal_btn:hover, .ppc_cta_btn:hover{color:#FFF !important; background: #00bef2;}
#about_avatar .ppc_cta_btn{margin-top:20px;}
.cta_btn_blue_bg{
	background: #004F99;
    border-radius: 0;
    border: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 28px;
    display: inline-block;
}
.cta_btn_blue_bg:hover{background: #FFF; color:#004F99 !important;}
/*Home Team section css end*/
/* Blog page css */
#blog{
    margin:75px 0
}
.home-blog#blog{
    margin:15px 0 45px 0!important
}
#blog .blog-box{
    width:100%;
    margin-bottom:35px
}
#blog .blog-img{
    width:100%;
    overflow:hidden
}
#blog .blog-box img{
    height:100%
}
#blog .blog-box .blog-cont-wrp{
    box-shadow:0 9px 14px 0 #88888875;
    background:#f5f5f5;
    padding:50px 32px 30px 60px;
    position:relative;
    z-index:1;
    min-height:217px
}
#blog .blog-box .blog-cont-wrp .date{
    background:#00bef2;
    color:#fff;
    font-size:35px;
    text-align:center;
    width:85px;
    height:85px;
    border-radius:50%;
    position:absolute;
    right:35px;
    top:-51px;
    padding-top:19px;
    box-shadow:0 3px 4px 0 #88888875
}
#blog .blog-box .blog-cont-wrp .date .dt{
    font-size:30px;
    line-height:23px;
    font-weight:600
}
#blog .blog-box .blog-cont-wrp .date .month{
    font-size:20px;
    text-align:center
}
#blog .blog-box .blog-cont-wrp h4{
    line-height:28px;
    font-size:18px!important;
    margin-bottom:10px!important
}
#blog .blog-box .blog-cont-wrp .category{
    font-size:15px;
    font-weight:600
}
#blog .blog-box .blog-cont-wrp .category a{
    color:#00bef2;
    font-size:15px
}
#blog .btn-wrp{margin-top:25px;}
#blog a strong{font-weight:normal;}
/* Contact us page css */
#contact_us{
    margin:75px 0 30px 0
}
#contact_us .input-field{
    text-align:center
}
#contact_us .input-field input[type=text],#contact_us textarea,.input-field input[type=email],.input-field input[type=tel],.input-field input[type=text], #contact_us select, #about_admission .admission-form input[type=text], select#input_21_9, textarea#input_21_10,  select#input_7_11, select#input_7_14 {
    border:1px solid #cce3f5 !important;
    border-radius:0px;
    padding:9px 10px;
    color:#212121;
    width:100%;
    text-transform:inherit;
	margin:0;
    /*margin:0 10px 12px 10px;*/
    font-size:14px;
    font-weight:400 !important;
    background:#e4f3ff;
	height:50px;
}
#contact_us select{
    background:#e8f0fe;
    padding:10px 30px;
    border:1px solid #00bef2;
    font-weight:500
}

#input_6_4, #input_6_5, #contact_us .contact_frm_sty textarea{
    text-transform: inherit !important;
}
select#country{
    border:1px solid #bcbcbc;
    width:93%;
    height:50px;
    padding:15px 25px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600;
    color:#212121
}
#contact_us textarea{
    border:1px solid #00bef2;
    width:96%;
    height:90px;
    padding:18px 30px;
    margin-bottom:20px;
    border-radius:50px;
    text-transform:uppercase;
    outline:0;
    font-size:14px;
    font-weight:600
}

/* Contact page- Contact info section */
#contact_us .contact-us-info{
    background:#00bef2;
    padding:50px;
    padding-bottom:6px;
    box-shadow:0 5px 11px 2px #88888875
}
#contact_us .contact-us-info .cntc-box{
    padding-bottom:10px;
    margin-bottom:20px
}
#contact_us .contact-us-info .bdrBtm{
    border-bottom:1px solid #fff
}
#contact_us .contact-us-info .cntc-box i{
    float:left;
    display:flex;
    justify-content:center;
    align-items:center;
    border:0 solid #00bef2;
    color:#00bef2;
    background:#fff;
    border-radius:50px;
    transition:all .3s ease-in-out;
    padding:6px;
    width:65px;
    height:65px;
    font-size:28px
}
#contact_us .contact-us-info h4,#contact_us .contact-us-info p{
    padding:7px 0 0 90px;
    color:#fff
}
#contact_us .contact-us-info p{
    font-size:18px
}
#contact_us .contact-us-info h4{
    font-size:20px!important
}
#contact_us .contact-us-info a{
    display:block;
    line-height:28px;
    color:#fff!important
}
#contact_us .contact-us-info a:hover{
    text-decoration:none
}
#get_latest_info{
    padding:50px 0;
    margin:30px 0;
    background:url(../images/background-img.svg) no-repeat bottom center
}
#get_latest_info h2{
    font-size:30px!important
}
#get_latest_info p{
    padding-left:20px;
    font-weight:500;
    font-size:16px;
    line-height:30px
}
#our_contact{
    margin:35px 0;
}
#our_contact h4{
    margin-bottom:20px!important
}
#our_contact .shadow_img{
    padding-top:0
}
#our_contact .shadow_img img{
    box-shadow:0 0 14px 7px #8888887a;
    border-radius:10px
}
#our_contact .small-ttl{
    color:#00bef2;
    font-size:18px;
    font-weight:600
}
#our_contact .under_list li{
    width:100%;
    margin:0 25px 15px 0;
    display:inline-flex;
    font-weight:500!important
}
.detox-wrp#we_beleive{
    padding:70px 0 0 0!important
}
.detox-wrp#our_team{
    padding:0;
    background:url(../images/background-img.svg) no-repeat bottom center;
    margin-bottom:1px
}
.newPera{
    margin:15px 0 25px 0;
    padding:30px 0 0 0;
}
.newPera h2{
    margin-bottom:10px!important
}
.newPera p{
    font-size:16px
}
.dtx-box{
    background:#00bef2;
    padding:35px;
    border-radius:20px 20px 20px 0;
    color:#fff;
    box-shadow:0 0 14px 7px #8888887a;
    margin-top:20px
}
.bx-shadow-nn{
    box-shadow:none!important;
    border-radius:20px!important
}
.dtx-box h3{font-weight:700!important;}
.col-bdr-box{
    padding:15px 15px 10px 15px;
    border:2px solid #ccc;
    border-radius:10px;
    margin-bottom:30px;
	min-height: 345px;
}
.col-bdr-box.ht-auto{min-height:auto;}
.dtx-box h4{
    color:#fff;
    margin-bottom:20px!important
}
.black-bold,.bx-shadow-nn h4{
    color:#fff;
    font-weight:600
}
.dtx-symptoms{
    padding:35px 0
}
.alcohol-widr{
    padding:30px 0 50px 0;
    font-size:18px
}
.detox-treat#treatment_options{
    padding-bottom:25px
}
.ttl-facility{
    width:100%;
    text-align:center
}
.ttl-facility h2{
   /* color:#00bef2; */
    font-size:26px;
    text-align:center;
    width:100%
}
.list-facility{
    width:100%;
    text-align:left;
    margin-top:25px
}
.list-facility li{
    margin-right:35px;
    display:inline-flex;
    font-size:22px;
    font-weight:600;
    color:#00bef2
}
.facility-list-mission{
    padding-top:20px
}
.facility-list-mission li{
    width:30%;
    display:inline-flex;
    font-size:16px;
    padding:10px 10px 10px 40px;
    background:url(../images/check-list-icon.png) no-repeat 0 11px;
    background-size:25px 25px
}
.facility-wrp .key-feature-wrap p{
    line-height:30px
}
.treatOption{
    padding:30px 0
}
.fac-wrp#our_facilities{
    padding-top:0
}
.blog-prev{
    text-align:left
}
.blog-next{
    text-align:right
}
.mrgntop{
    margin-top:30px
}
.inr-wrp{
    margin-bottom:25px;
    font-size:18px;
    margin-top:25px
}
.prog-inr-mbtm{
    margin-bottom:50px
}
.inr-wrp h2{
    margin-bottom:15px!important
}
.fieldset fieldset{
    min-width:0;
    padding:5px 20px;
    margin:0 20px 20px 0;
    border:1px solid #ccc;
    border-radius:10px;
    min-height:172px
}
.fieldset fieldset legend{
    width:auto;
    font-size:18px;
    font-weight:500;
    padding:7px 15px;
    background:#00bef2;
    border-radius:10px;
    color:#fff
}
.fieldset fieldset legend p{
    margin-bottom:0!important
}
#special_therapy{
    padding:55px 0 155px 0
}
.spcl-therapy-img{
    position:relative;
    min-height:505px
}
.spcl-therapy-img img{
    border-radius:15px 0 0 0;
    box-shadow:0 0 14px 7px #8888887a
}
.spcl-therapy-img .dot-bg-img{
    width:105px;
    height:100px;
    position:absolute;
    top:-30px;
    left:-40px;
    background:url(../images/Group-378.svg);
    z-index:-1
}
.spcl-therapy-img .dot-bg-img2{
    bottom:-40px;
    height:150px;
    left:-40px;
    background:url(../images/Group-378.svg) no-repeat;
    width:93px;
    position:absolute;
    z-index:-1
}
.spcl-therapy-wrp .under_list{
    position:absolute;
    padding:60px 50px;
    background:#00bef2;
    color:#fff;
    border:6px solid #fff;
    border-radius:0 12px 12px 12px;
    left:-190px;
    top:230px;
    width: 450px;
}
.spcl-therapy-wrp .under_list li{
    display:inline-flex;
    width:47%;
    font-size:18px;
    margin-bottom:17px;
    padding-left:20px;
    background:url(../images/check-list-icon.png) no-repeat 0 0;
    background-size:21px
}
.nov-yogathp li{background:none !important; padding-left:0 !important;}
.spcl-therapy-wrp .under_list li a,.spcl-therapy-wrp .under_list li a:hover,.spcl-therapy-wrp .under_list li:hover a{
    color:#fff!important
}
.spcl-therapy-wrp .dot-bg-img3{
    position:absolute;
    right:27%;
    background:url(../images/BACKGROUND2-1.svg) no-repeat 0 0;
    width:90px;
    height:90px;
    bottom:-29%;
    background-size:100%
}
.addictions-treat .img-bg{
    bottom:-81px!important
}
.adctn-treatment#our_team{
    padding-top:55px!important;
    margin-bottom:0
}
.adctn-treatment #understanding_treat .under_list li{
    width:46%!important
}
.cbt-treat#we_beleive{
    margin-bottom:0
}
/* Our Team page css  */
#our_team .cont-wrp p.newteam{
    font-size:18px!important;
    line-height:28px!important
}
.newteam-list{
    margin:30px 0 40px 0
}
.newteam-list li{
    margin:0 25px 10px 0;
    display:inline-flex;
    width:47%;
    font-size:16px
}
.newteam-list li i{
    color:#fff;
    margin-right:18px;
    font-size:22px
}
.newteam .avatar-btn{
    border-color:#fff;
    color:#fff;
    font-weight:400
}
.mrgn-tp-20{
    margin-top:20px
}
#ourteam{
    margin:45px 0 35px 0
}

.teamBlock{
    display:inline-flex;
    padding-right:55px;
    margin-bottom:30px
}
.team-lft-col{
    display:block;
    padding:50px 25px 0 35px;
    position:relative;
    width:245px
}
/*Css for round separation */
.qount-num{
    position:relative;
    left:-40px
}
.qount-num span, .empty-circle{
    padding:8px;
    border:5px solid #20c6f3;
    width:37px;
    height:37px;
    display:block;
    line-height:19px;
    border-radius:22px;
    font-weight:700;
    background:#fff
}
.qount-num:after{
    content:"";
    position:absolute;
    width:245px;
    height:2px;
    border-bottom:3px solid #20c6f3;
    z-index:-1;
    left:36px;
    top:18px
}
.qount-num2{
    position:relative;
    left:-40px
}
.qount-num2 span{
    padding:7px;
    border:5px solid #20c6f3;
    width:37px;
    height:37px;
    position:absolute;
    right:-94px;
    line-height:19px;
    font-size:16px;
    border-radius:22px;
    font-weight:700;
    background:#fff
}
.qount-num2:before{
    content:"";
    position:absolute;
    width:266px;
    height:2px;
    border-bottom:3px solid #20c6f3;
    z-index:-1;
    left:-11px;
    top:18px
}
.qount-num2 span.tem2{
    border:5px solid #61c370
}
.qount-num span.tem3{
    border:5px solid #f3a840
}
.qount-num2 span.tem4{
    border:5px solid #de9cd1
}
/*Css for line separation */
.tem_bdr2:before{
    border-bottom:3px solid #61c370
}
.tem_bdr3:after{
    border-bottom:3px solid #f3a840
}
.tem_bdr4:before{
    border-bottom:3px solid #de9cd1
}
.team-pre2{
    margin-top:32px
}
.team-rt-col{
    display:block;
    padding-left:15px
}
.team-h3{
    font-weight:500;
    font-size:20px;
    line-height:22px;
    margin-bottom:0;
    position:relative
}
/*Css for Team photo set */
.team-photo{
    width:241px;
    height:241px;	
	text-align:center;
	display:inline-table;
}
.team-photo img{
    width:auto;
    height:auto;
    border-radius:50%;
    border:5px solid #20c6f3
}
.team-photo2 img{
    border:5px solid #61c370
}
.team-photo3 img{
    border:5px solid #f3a840
}
.team-photo4 img{
    border:5px solid #de9cd1
}
#hero .hero-slider2 .carousel-wrp{
    width:57%;
    float:right;
    color:#2b2b2b;
    text-shadow:none;
    line-height:28px;
    top:0
}
#hero .hero-slider2 .carousel-caption{
    padding:0 0 0 10%
}
#hero .hero-slider2 .carousel-caption{
    top:55px;
    right:6%
}
span.slider-h1{
    font-size:36px!important;
    font-weight:700!important;
    font-family:Montserrat,sans-serif!important;
    line-height:44px;
    padding:10px 0;
    margin-bottom:.5rem;
    display:block
}
#hero .hero-slider2 .btn-getStarted{
    color:#00bef2;
    border:3px solid #00bef2
}
.blog-min-ht-266 #blog .blog-box .blog-cont-wrp{
    min-height:266px
}
.dtx-box .about-para{
    padding:0;
    position:relative;
    margin-bottom:0!important
}
#blog .blog-bg{
    position:absolute;
    width:181px;
    bottom:-1vw;
    height:146px;
    top:auto;
    left:-50px;
    background:url(../images/blog-bg.svg) no-repeat -5px 3px
}

.megamenu h6{
    text-transform:uppercase
}
.megamenu .call-ht{
    color:#00bef2;
    font-size:22px;
    font-weight:600;
    text-align:center;
    display:block;
    margin-bottom:15px
}
a.callus:hover{
    color:#fff!important
}
#about_admission .admission-form input[type=text]{
	width:98%;
	margin:0 5px 12px 5px;
	background:#e8f0fe;
	font-size:14px;
	font-weight:500
}
#about_admission .join-team textarea {width: 100% !important; margin-left:0px; font-weight: 400;}
input#input_8_4{width:100% !important;}
div#field_8_8 {padding: 0 0 0 11px;}

.pop-up input[type=text], .pop-up select{width: 100% !important; background:#e8f0fe !important;  color:#212121!important; font-size: 14px; font-weight:400 !important; margin-bottom: 0 !important;}
.pop-up input[type=text]::placeholder{color:#212121 !important;}
.pop-up .gfield_validation_message {padding: 0 !important; border: 0!important; background: none !important; margin-top:0; text-align:center;}
.modal-open .modal{z-index:9999 !important;}
/* Css Start for Search box */
.searchwp-modal-form-trigger-el{font-size:0 !important;margin-left:10px; color:#00bef2 !important;}
.searchwp-modal-form-trigger-el.fa-search:before{font-size:18px;}
.searchwp-modal-form-default .searchwp-modal-form__content{border-radius:12px !important;}
.search-submit{background: #00bef2;color:#FFF; font-weight:600; padding: 9px 28px; border-radius: 26px;    border: none; outline: none;}.search-field{border: 1px solid #00bef2;height: 42px; padding: 10px; border-radius: 30px;}
.searchwp-modal-form-default .searchwp-modal-form__footer{display:none !important;}

.blog-cont-wrp.sear-con-box{
	min-height:301px !important;
	padding:30px 32px 20px 50px !important;
}
.nav-next a, .nav-previous a {
    border: 4px solid #00bef2;
    padding: 8px 23px;
    border-radius: 33px;
    color: #00bef2;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    background: #FFF;
}
#get_admitted .get-admi-wrp p a{color:#FFF !important; font-size: 17px !important; font-weight: normal;}
.nav-next a:hover, .nav-previous a:hover {
    background: #00bef2;
    color: #FFF !important;
}
nav.navigation.posts-navigation {background: none; box-shadow: none; width: 100%; z-index:-1;}
.nav-links {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
	margin-top:20px;
	
}
.search-form{position:relative;}
.search-submit{display:inline-block;}
.search-form i{display:none;}
.no-results {text-align: center; padding: 30px;}
.no-results .page-content{margin-top:25px;}
/* css End for Search box */
/*Logo carousel*/
#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#clients{height: 110px; overflow:hidden; margin-bottom: 25px;}
#clients-list{margin:10px 0 10px 0 !important;}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  text-align: center; margin-right:15px;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 1;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}
/* End Silder */
#input_1_4, #input_10_4{text-transform:lowercase !important;}
.category ul.post-categories {margin-bottom: 0 !important;}
.valium-fieldset fieldset{min-height:198px;}
.why_choose {
    margin: auto 0;
}
.ppc-btm-bdr, .ppc-v2, .ppc-v4{border:0; border-bottom:3px; border-style: solid; border-image: linear-gradient(90deg, #ff9701 0%, #00bef2 100%);
  border-image-slice: 1;}
#ppc-prog-list{padding:38px 0 25px 0!important;}
.ppc-header:before{left:-9%;}
.ppc-header h1{color: #212121; font-size: 32px!important; font-weight: 700!important; margin-bottom: 30px!important;}
.ppc-hdr-img img{border:5px solid #f1f1f1; border-radius:10px;}
.ppc-header .cont-wrp{padding-bottom:30px;}
.ppc-insurance{background:#FFF;}
.ppc-insurance .health-ins-logos{text-align:left;}
.ppc-insurance-pl{padding-right: 111px !important; text-align: justify;}
.ppc-bg-lft:before{left:-6% !important; top:0; }
.imgTtl{font-weight:bold;margin-bottom: 20px; display: block; text-transform: uppercase;}
.ppc-facility .about-therapy-wrp p{text-align:justify;}
.new-nov#ppc-prog-list{padding:38px 0 38px 0!important; background:#00bef2; margin-bottom:30px;}
.new-nov #understanding_treat{background:#FFF; padding:33px;}
.new-nov .cont-wrp{padding-bottom:0px;}
/*css for PPC-v2 */
.ppc-v2 ul.blue-icon-list li:before{color:#ff9701 !important;}
.ppc-v2 .avatar-btn{color:#FFF; border:none; background-image:linear-gradient(90deg, #00bef2 0%, #ff9701 100%);}
.ppc-v2 #ppc-prog-list .avatar-btn:hover, .ppc-v2 .avatar-btn:hover{background-image: linear-gradient(90deg, #ff9701 0%, #00bef2 100%) !important; border: none !important;}
.ppc-v2 #ppc-wrp .icon-box-therapy{background:#FFF; border:1px solid #e1e1e1;}
.ppc-v2 #ppc-wrp span.head4, .ppc-v2 #ppc-wrp p{color:#212121;}
.ppc-v2 .ppc-icon{background-image:linear-gradient(90deg, #00bef2 0%, #ff9701 100%);}
.ppc-v2 #callus{border:0px solid #ffd085; background-image: linear-gradient(90deg, #00bef2 0%, #ff9701 100%);}
.ppc-v2 #callus h2, .ppc-v2 #callus p{color:#212121;}
.ppc-v2 #callus a{background: none; border: none; padding:0; font-size: 40px; font-weight: bold; color: #FFF;}
.ppc-v2 #callus a:hover{background:none !important; color:#FFF !important;}
.ppc-v2 #callus i{display:none;}
.ppc-v2 #about_therapy .shadow_img:before{background-image:linear-gradient(110deg, #00bef2 0%, #ff9701 100%);}
.ppc-v2 #get_admitted{background:#FFF; padding:0;}
.ppc-v2 #get_admitted .wht-bdr {border: 0px solid #ffd085; background-image: linear-gradient(90deg, #00bef2 0%, #ff9701 100%);}
.ppc-v2 #get_admitted .get-admi-wrp a{color:#FFFFFF !important;}
.ppc-v2 #get_admitted .get-admi-wrp a:hover{color:#FFFFFF !important;}
.ppc-v2 .spcl-therapy-wrp .under_list{background-image:linear-gradient(90deg, #00bef2 0%, #ff9701 100%);}
.ppc-v2 .ppc-faq .accordion{border-left:5px solid #ff9701;}
.ppc-v2 .ppc-faq .accordion:after{color:#ff9701;}
.ppc-v2 #to_schedule{background-image:linear-gradient(90deg, #00bef2 0%, #ff9701 100%);}
.ppc-we-accept span.head-3{margin-bottom: 15px; display: block;}
.ppc-v2 #key_feature, .ppc-key-feature{padding:38px 20px 5px 20px !important;}
.frst-txt{color:#FFF; padding-right:5px;}
.we_treat p {padding-left: 38px;}
.what-provide{padding-top:32px; padding-bottom:10px;}
.what-provide h2{text-align:center;}
.ful-width-pt li{width:33% !important; display:inline-block;}
.bg-weTreat{background:#00bef2 !important; color:#FFF !important; padding-top:50px !importan;}
.bg-weTreat .icon-row i, .bg-weTreat span.head-3, .bg-weTreat h2{color:#FFF !important;}
#we_accept .health-icon .health-ins-logos li {width: 150px !important;}
.faq h2{padding-top:0px; margin-bottom:0px !important;}
#to_schedule #input_4_1, #to_schedule #input_11_1{padding-left:20px;}
.nov-yogathp li:before{content:'' !important;}
.what-provide .head-3{text-align:center; margin:0 auto; display:block;}
#callus.nov-callus{padding:15px 20px;}
#callus.nov-callus .wht-bdr{border:8px solid #fff; padding:30px;}
.nov-ppcWrp{padding-top:0 !important;}
img.new-nov{margin-top:8px;}
.img-shd img{box-shadow:-3px 3px 16px 7px #8888887a}
i#checkmark { color: #fff; border-radius: 51%; padding: 20px; background: #125c00dd;}
.middleImg{display: flex; align-items: center;}
#about_admission.form-new-sec .admission-form{padding:18px 28px 5px 28px !important;}
#about_admission.form-new-sec .admision-title{margin-bottom:25px !important;}
#about_admission.form-new-sec .about-admission-wrp{background:none; box-shadow:none; padding:0;}
.form-new-ppc{width:90%; margin:0 auto;}
.ppc-form-img{width: 98% !important; margin: 0 auto !important; box-shadow:0 2px 15px 7px #bfbfbfde;}
#about_admission.form-new-sec .about-admission-wrp p{display:none;}
.form-new-sec .blue-icon-list li{width:100% !important;}
.form-new-sec{margin:40px 0 !important;}
.form-new-sec h1.font{margin-bottom:16px;} 
.page_id-3486 .social-icons { display: none;}
.form-new-sec.drug_v2_cta_form {margin: 20px 0 !important;}
#our_team.drug_abt{padding:20px !important;}
/* Team page new team member */
.first-photo{margin:0 auto; text-align:center; margin-bottom: 15px;}
.first-photo .team-photo img{width:241px;}
.first-photo .teamBlock{margin-bottom:15px;}
.first-photo h4{margin-top:17px; margin-bottom:0 !important; font-weight:500 !important; font-size:20px !important;}
.first-photo .qount-num:after{width:260px; border-color:#20c6f3;}
.first-photo .qount-num{text-align: left; width: 310px; left:0; display:inline-flex;}
.first-photo .empty-circle{right: 0;  position: absolute;}
.ppc-tp-headr nav{height:68px !important;}
.ppc-tp-headr .navbar{box-shadow:none !important;}
.faq-ppc{padding-top:30px;}
.samhsa-logo{width:219px;}
.ppc-logo img {margin-top: 24px; width: 100%; height: 100px; box-shadow:none !important;}
.w-full{width:100%;}
.thanks{color:#00bef2; font-size:40px; text-align:center;}
.thanks-box{padding:35px; margin:0 auto; margin-top:30px; margin-bottom:30px; width:85%; border:0px solid #00bef2;}
.list-thanks {display: inline-flex; margin:25px auto;}
.list-thanks li{margin-right:25px; border:3px solid #00bef2; padding:15px;}
.list-thanks i{margin-right: 12px; color: #212121; border: 1px solid #212121; padding: 4px; border-radius: 20px; display:none;}
#post-3377 .entry-content{text-align:center;}
.entry-content a{color:#00bef2;}
.list-thanks li a{font-size:18px; color:#00bef2;}
.thanks-box .successes-msg{font-size:40px; margin-bottom:30px; text-align:center;}
.thanks-box .successes-msg i{border-radius: 57%; background: green; padding: 10px; color: #FFF;}
.thanks-rw{margin-bottom:70px;} 
.thanks-rw .thnks-img{margin-bottom:7px; height:160px; overflow:hidden; position:relative;}
.thanks-rw .thnks-img img{width:100%; position: absolute; left: 0; top: 0; height: 100%;}
.row.thanks-rw span {font-size: 16px; font-weight: 600;}
.thanks-threapy img{height:100%;}
.thanks-rw .thnkWrp{box-shadow: 0 4px 3px #ccc;padding-bottom:7px; background: #e2f0ff; text-align:center;}
.thanks-rw .thnkWrp p{margin-bottom:0 !important;}
#our_facilities .imgTtl{margin-bottom:7px !important;}
input#input_10_4::placeholder, #input_1_4::placeholder{text-transform: capitalize;}
.we_offer_wrp {padding-left: 25px;}
#London{position:relative;}
#London::before {position: absolute; left: 16px; top: 12px; background-image: url(../images/dot-circle.webp);
    width: 200px; height: 200px; content: ""; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1;}
.video-bg2{opacity:0;}
#about_avatar .tablinks{background-image:linear-gradient(91deg, #FFF 20%, #00bef2 100%) !important; border:0 !important;}
#about_avatar .tablinks.active{background-image:linear-gradient(91deg, #00bef2 20%, #fff 100%) !important;}
.discover-path {text-align: center; margin-bottom: 40px;}
.wo-admissions-icon, .we_offer_wrp .address i, .wo-medical-icon {
    background-color: #00bef2 !important;}
.video-img img {border-radius: 15px;}
#about_avatar{background-image: url(/../wp-content/uploads/2021/11/about_avatar_tab_bg2.webp);
    background-size: cover;
    background-repeat: no-repeat; padding-bottom: 10px; margin-bottom: 20px;}
#our_facilities.nw_hm{padding:0; margin-bottom:40px;}
#about_avatar h3{color:#FFF !important;}
#we_accept.hm_ins{margin-top:55px; margin-bottom:30px;}
.slid2 a.btn-getStarted {color: #00bef2 !important; border: 3px solid #00bef2 !important; background: none !important;}
.slid2 a.btn-getStarted:hover {border: 3px solid #00bef2!important; background: #00bef2!important; color: #FFF!important; padding:7px 25px !important;}

#treatments_hero a{color:#FFF !important;}
a#ppc-v1-btn5 {
    color: #FFF!important;
    text-decoration: none;
    background-color: #004F99;
	border: 0px solid #00bef2;
}
a#ppc-v1-btn5:hover {
    color: #FFF!important;
    text-decoration: none;
    background-color: #00bef2 !important;
	border: 0px solid #00bef2;
}
#about_admission.prog_inr_sty .about-admission-wrp p{display:block;}

.form_contact .ginput_container_select #input_6_5, .form_contact textarea{margin-bottom:0 !important;}
.therapy_inr_link{color:#FFF !important; font-size:16px !important; font-weight:normal !important;}
ul.blue-icon-list.blog_list li div {padding-left: 4px;}
.post-thumbnail{text-align:center; padding-bottom:5px !important;}
.lotus-img{padding-top:12px; padding-bottom:2px;}
.text-jus, .pre-just p{text-align:justify;}
.wht-bdr{border: 8px solid #fff; padding: 30px;}
#callus.wht-bdr-pd{padding:50px !important;}
#input_6_5{background: url(../images/br_down_arrow.webp) no-repeat right #e8f0fe !important;
    -webkit-appearance: none; background-position: 98% !important; background-size: 12px !important;}
#post-857 img{border-radius:10px; box-shadow: 0 4px 5px rgb(0 0 0 / 34%);}
.treatment-bg-img .more-btn-cta.mm-abt-btn{box-shadow: 2px 4px 8px 0 #1f1e1e7d; border-radius: 4px;}
.pr-30{padding-right:30px;}

#about_admission input[type=submit]:hover{background: #d7f3fd !important;color: #004f99 !important;}
#mission.pre-mb-20{margin-bottom:20px;}
.iconList{padding:15px 0;}
.iconList li{margin-bottom:15px !important;}
#treatment_options.treat_pg .address{min-height:230px !important;}
.pre-just#our_team{margin-bottom:15px;}
.dip-addi#our_team{margin-bottom:0px !important; padding-top:0 !important;}
/*.dip-addi p{text-align:justify;}*/
.three-col .li{width: 32%; display: inline-block;}
.list-e{padding-top:20px;}
.list-e li{display: inline-flex; width: 45%; margin-bottom: 17px; border: 1px solid #CCC; min-height: 87px; margin-right: 2%; margin-left: 2%; padding: 25px;border-radius: 10px; background: #f5f5f5d4;}
.list-e.block li{display:inline-block; margin-left: 0; margin-bottom: 25px;}
.list-e.block h3{color:#212121;}
.list-e.column_grid li{width:auto;}
#about_therapy .shadow_img{height:300px !important;}
.callnow{font-size:32px !important; font-weight:700 !important;}
#about_therapy .shadow_img .img-bg{bottom:-102px;}
.two-col-xl li{width:48%;}
.three-col-xl li{width:32%;}
.four-col li{width:24%;}
.one-col-xl li{width:100%;}
.d-line-block li{display:inline-block;}
.head3-black, h3.head3-black{color:#212121 !important; font-size:24px !important; font-weight:600;}
h2.head3-black{margin-bottom:5px !important; margin-top:25px;}
#all_type_therapy .icon-box-therapy a{color:#212529;}
#all_type_therapy .icon-box-therapy:hover a, #all_type_therapy .icon-box-therapy:hover a:hover, #all_type_therapy .icon-box-therapy a:hover{color:#FFF !important;}
.icon-box-program img {position: absolute; top: -41px; z-index: 99; left: 59px; width:60px;}
.icon-box-program.i-bg i, .icon-box-program.i-bg:hover i{background-image: none !important; background-color: #00bef2 !important;}
.icon-box-program.i-bg:hover i{box-shadow: 3px 6px 9px #1e2e32;}
.list-line li{margin-bottom:10px;}
#gfield_upload_rules_8_8{text-align:center;}
.confidential{padding-left:11px;}
.confidential a{color:#00bef2 !important;}
.align-flx{align-items:center; display:flex;}
.overlap-category .contac-dtl span.hd3{margin-right:15px !important;}
.ht-96{height:96% !important;}
.overlap-category .hd3 i {margin-bottom: 14px !important;}
.brdr-wtb{border: 3px solid #CCC; padding: 10px 25px; margin-bottom: 25px;}
.w-to-bring{top:-201px; width:400px;}
.w-85{width:85% !important;}
.call-getadmit a{ font-size:36px !important; font-weight:700 !important; text-decoration:none; border-bottom:none !important;}
.pera-jst p{text-align:justify;}
.bdr-lft-rt-b li{border-radius: 10px; border-left: 7px solid #00bef2; border-right: 7px solid #00bef2;}
.morecontent span {display: none;}
.more{display: block; margin: 0 auto;}
.morelink {display: inline-block; background:#00bef2; padding:2px 7px; border-radius:7px; color:#FFF !important; font-size:13px; cursor:pointer; margin-bottom: 0px;}
.morelink:hover{color:#FFF !important;}
.janPPC{background:#e4f3ff;}
.ppc-faq .panel{margin-bottom: 24px;}
.ppc-faq .accordion{margin-bottom:0;}
.footer-fixed {padding:5px; text-align: center; position:fixed; bottom: 0; width: 100%; background-color:#004F99 !important; z-index: 99;}
.footer-fixed .btn-wrp{text-align:center;}
.footer-fixed .avatar-btn{text-align:center; color:#FFF !important; font-size:28px; border:0 !important; padding:0; font-family: "Barlow", sans-serif;}
.footer-fixed .avatar-btn:hover{background:none !important;}
#footer.ppc-ftr .container{margin-bottom:80px!important;}
.card-bx{margin-bottom:30px;}
.card-bx .facility-img{padding:0 !important; margin:0 0 20px 0 !important;}
.card-bx .facility-img img{box-shadow:none !important;}
.card-bx .card-body{background:#FFF !important; border-radius:0 0 7px 7px !important; padding:0 10px;}
.wt-wetreat{padding:40px 0; background:url(../images/mission-bg.png) no-repeat 0 0 !important; background-size:cover !important; color:#fff; box-shadow:1px 7px 9px 0 #c7c7c7f0}
.wt-wetreat h3{color:#fff!important}
.wt-wetreat h2{margin-bottom:20px!important;}
.wt-wetreat p{font-size:16px; margin-bottom:0}
#about_avatar ..wt-wetreat .tab{padding-bottom:40px !important;}
#about_avatar.wt-wetreat .treatment, #about_avatar.wt-wetreat .tabcontent{min-height:430px !important;	}
#about_avatar.wt-wetreat .tablinks{text-align:left;}
/* .wht-cta a{border-color:#FFF !important; color:#FFF !important; border-radius:60px !important;} */
.wht-cta a:hover{background:#FFFF !important; color:#00bef2 !important;}
.hwr-blue li:hover{color:#00bef2; }
#we_accept.ppc-insu{margin:0px 0 !important; background:#FFF; padding:40px 0;}
#we_accept .ppc-jan{margin:10px 0 20px 0 !important;}
#we_accept .ppc-jan li {width: 115px !important; margin-left: 10px !important;}
.ppc-lotus{width: 350px !important; height: 225px !important;}
#ppc-wrp.pathdes{padding-top:40px !important; margin-bottom: 0px !important;}
.ppc-faq p{padding-top:10px;}
.d-grid{display:grid;}
.d-sm{display:none;}
.d-sm-none{display:block;}
/* Recaptcha css */
#field_6_7 {display: block !important;}
label.gfield_label{display:none !important;}
.rc-anchor-normal .rc-anchor-checkbox-label {width: 100px !important;}
.rc-anchor-normal .rc-anchor-content {width: 156px !important;}
.rc-anchor-normal-footer{width:69px !important;}
.rc-anchor-logo-portrait {margin: 10px 0 0 7px !important;}
.rc-anchor-light.rc-anchor-normal{border-radius:50px;}
.rc-anchor-light.rc-anchor-normal{width:200px !important;}
/*
div#rc-anchor-container {width: 200px; height: 60px; text-align: center; margin: auto;}
#field_6_7 iframe {margin-bottom: 0; transform: scale(.62) translate(-32%);}
*/
#field_6_7 iframe, .ginput_recaptcha iframe{
    margin-bottom: 0;
    transform: scale(0.72) translate(-15%);
	position:inherit;
}
/*recaptcha css end*/
#get_admitted .get-admi-wrp p a.link-txt{border: none; padding: 0; font-size: 16px !important;}
#get_admitted .get-admi-wrp a.avatar-btn:hover{border:2px solid #FFF;}
#get_admitted .get-admi-wrp a:after{filter:none !important; border:0;}
.phn-cta{display:none;}
#hwchy-call {background: none !important; color: #fff !important; padding:8px 23px !important; border-radius:50px !important; font-size:32px !important; font-weight:700 !important; border:4px solid #fff !important;}
#hwchy-call:hover{border:4px solid #FFF !important;color: #00bef2 !important; background: #FFF !important;  padding:8px 23px !important; border-radius:50px !important;}
.d-inlin-l{display: inline-block;}
.mbl{display:none;}
.start-healing #ppc-amenities .under_list{width: 600px; margin-bottom:-25px;} 
.start-healing .spcl-therapy-wrp {padding: 0vw 1vw !important;}
.start-healing p.prv-conf{text-align:center !important; display:block !important; color:#00bef2;}
.alcohol_v2_cta_form p.prv-conf, .drug_v2_cta_form p.prv-conf{color:#FFF;}
.start-healing p.prv-conf a{color:#00bef2 !important;}
.full-width li{width:100% !important;}
#post-853 .entry-header .entry-title{text-align:left !important;}
.abt_sty .key-feature-wrap{padding-bottom:0 !important;}
.abt_sty .key-feature-wrap .icon-row{margin-bottom:0 !important;}
#key_feature.abt_sty{padding:45px 0 !important;}
#contact_us .contact_frm_sty textarea{font-weight:400;}
#input_6_7 > div, div#input_7_5 > div{width: 237px !important; height: 78px; margin: 0 auto !important;}
#we_accept.treatment_inr_sty{margin-top:20px;}
#understanding_treat ol.list-e.block.under_add li {padding: 20px 30px;}
.field_link{padding-left:0 !important;}
.field_link fieldset legend a, .field_link fieldset legend a:hover{color: #FFF !important;}
.field_link .fieldset fieldset{min-height:120px;}
.blue-icon-list.col_6 li{width:48%;}
h3#related-heading{margin:0 auto;}
ul.under_list.yogaThp.nov-yogathp{margin-top:50px !important;}
.alcohol_tp #head-phn{background:#FFF; color:#00bef2 !important; padding:10px 30px; box-shadow:2px 4px 3px #0000001f; border-radius:20px;}
.alcohol_tp #head-email{background:#00bef2; color:#FFF !important; padding:10px 30px; box-shadow:2px 4px 3px #0000001f; border-radius:20px;}
#special_therapy.alcohol_bnr{background:#e4f3ff !important;}
.alcohol-bnr img{height:auto;}
.alcohol_bnr, .drug_bnr{padding-bottom:55px !important;}
.alcohol_bnr .blue-icon-list li, .drug_bnr .blue-icon-list li{width:100%; font-size: 18px; font-weight: 600;}
.alcohol_bnr .spcl-therapy-wrp{padding-top:40px !important;}
.alcohol_srvc{padding:45px 0 0 0 !important;}
#ppc-wrp.alcohol_srvc .icon-box-therapy{background:#FFF !important; box-shadow:0px 0px 10px 1px #00000042; min-height:540px !important; max-height:unset !important;}
#ppc-wrp.alcohol_srvc p{color:#212121 !important;}
#ppc-wrp.alcohol_srvc span.head4{color:#00bef2 !important;}
.bdr-radius-15{border-radius:15px;}
.alcohol_wht_provid{padding:70px 0; width: 100%; position:relative;}
.alcohol_wht_provid:before{width: 100%; height: 380px; background-color: #e4f3ff; -ms-transform: skewY(20deg); /* IE 9 */ transform:skewY(352deg);	content:''; position:absolute; left:0; top:20px; z-index:-1;}
.alcohol_cta{border:6px solid #00bef2; margin:30px auto; padding:25px; width:98%; text-align:center;}
.alcohol_cta h2{color:#00bef2 !important;}
.alcohol_cta a{color:#212121 !important; border:0 !important; font-size:26px !important;}
.alcohol_cta_form{background:#e4f3ff !important; padding:60px 0;}
.drug_cta_form{padding:60px 0;}
.alcholo_schedule_wrp .pickup-car{margin-bottom:30px;}
.alcholo_schedule_wrp .pickup-car img{width:auto !important;}
.alcholo_schedule_wrp p.pera{width:50%; margin:0 auto; text-align:center;}
.drug_bnr{background-image:url('../images/drug_bnr_bg.webp'); background-repeat: no-repeat !important; background-size: cover;}
.drug_bnr h1{color:#FFF !important;}
.drug_bnr .spcl-therapy-wrp{background:#e4f3ff; padding:40px !important; box-shadow:0px 0px 10px 1px #00000042; border-radius: 15px;}
.drug_bnr .avatar-btn{margin-bottom: 15px;}
.drug_bnr .ppc-logo img{margin-top:0 !important;}
#ppc-wrp.drug_srvc .icon-box-therapy{border:2px solid #00bef2; background:#e4f3ff; border-radius:14px;width: 93%; margin: 0 auto; min-height: 490px;}
#ppc-wrp.drug_srvc .therapy-title{margin:-23px -25px 23px -25px; position:relative;}
#ppc-wrp.drug_srvc .head4{color: #fff !important; background: #00bef2; padding: 10px; text-align: left;padding-left: 54px; border-radius: 10px 10px 0 0;}
#ppc-wrp.drug_srvc .srvc_icon{ padding: 15px 11px; width: 70px; height: 70px; border-radius: 12px; text-align: center; border:2px solid #00bef2; position:absolute; left:-35px; top:-2px;}
#ppc-wrp.drug_srvc p{text-align:left; color:#212121;font-weight:400; font-size: 15px;}
#ppc-wrp.drug_srvc{padding:30px 0 35px 0;}
.drug-bnr{background:#e4f3ff;}
.drug_img_whycho img{border-radius:12px !important;}
.drug_form input[type=text], #about_admission .drug_form  textarea{width:100% !important; margin:0 auto;}
.drug_cta_a{background:#00bef2; padding:15px 20px; margin:25px 0; color:#FFF; text-align:center;}
.drug_cta_a h2{margin-bottom:25px !important; color:#FFF !important;}
.drug_cta_a a{border:4px solid #fff; color:#FFF; font-weight: 700 !important; font-size: 32px !important; padding:8px 28px;}
.drug_cta_a a:hover{border-color:#FFF; color:#FFF !important;}
.sms_drug{margin:20px 0;}
.sms_msg a{border-radius:50px !important; margin-bottom:20px;}
.sms_msg p{margin-top:20px;}
.drug_cta_form{margin:0 auto !important;}
#to_schedule.drug_schedule{padding:30px 0 !important; margin-top:40px;}
#to_schedule.drug_schedule p{color:#FFF !important; text-align:center;}
#to_schedule.drug_schedule .pickup-car{margin-top: -110px;}
#to_schedule.drug_schedule #callus{padding-bottom:0;}
#our_team.drug_whychoose {padding:20px 0;}
#to_schedule.drug_sched .schedule-wrp p{text-align:center !important; color:#FFF !important; font-weight:500; margin-bottom:10px;}
.google_code{padding-top:30px;}
#our_facilities.drug_faci{padding:25px 0 0 0 !important;}
#our_facilities.alcohol_faci{padding-bottom:0 !important;}
.send_sms{display:none;}
.alcohol_srvc .srvc_icon{margin-bottom: 20px;}
#we_offer.hm_we_offer{margin-bottom:20px !important;}
.drug_g_code{padding-bottom:25px;}
.home-overlap{ margin-top: 40px !important;}
.logo svg{width:240px; height: 75px;}
.drug_srvc h3.head4{min-height: 68px;}
.schedule-pera{color: #00bef2;}
.drug-bnr h1, .start-healing h1, .alcohol-bnr h1, .alcohol-begin_hl h3, .start_hl_begin h3{font-size:32px !important; margin-bottom:30px !important;}
.alc_tab_sec span.head-3, .start_hl_tab_sec span.head-3{color:#FFF!important; font-size:24px !important;}
.alcohol_v2_cta_form h3{color:#FFF !important; font-size:32px!important;}
.start_hl_ppc .col-md-4 .ppc-icon, .alcohol_srvc .col-lg-4 .srvc_icon, .drug_srvc .col-lg-4 .srvc_icon{background: #FFF url('../wp-content/uploads/2022/04/services-icon.webp') no-repeat;}
.start_hl_ppc .col-md-4 .ppc-icon img, .alcohol_srvc .col-lg-4 .srvc_icon img, .drug_srvc .col-lg-4 .srvc_icon img{display:none;}
.start_hl_ppc .col-md-4:nth-child(1) .ppc-icon, .alcohol_srvc .col-lg-4:nth-child(1) .srvc_icon, .drug_srvc .col-lg-4:nth-child(1) .srvc_icon{background-position:7px 7px;}
.start_hl_ppc .col-md-4:nth-child(2) .ppc-icon, .alcohol_srvc .col-lg-4:nth-child(2) .srvc_icon, .drug_srvc .col-lg-4:nth-child(2) .srvc_icon{background-position:7px -66px;}
.start_hl_ppc .col-md-4:nth-child(3) .ppc-icon, .alcohol_srvc .col-lg-4:nth-child(3) .srvc_icon, .drug_srvc .col-lg-4:nth-child(3) .srvc_icon{background-position:7px -133px;}
.img_wrp img{height:auto; width:100%;}
.wht_bg{background:#FFF; padding-bottom:15px;}
#our_facilities.wht_bg{padding-bottom:0;}
#about_avatar.bx_shadow_nn{box-shadow:none; margin-bottom:0;}
.strthl_cb_ht{padding-top: 27px;}
.list_disc{padding-left:50px;}
.list_disc li{list-style-type: disc; margin-bottom:20px;}
#search_box .blog-box img {height: auto;}
#search_box .blog-img{height: 180px;}
#search_box #post-5233, #search_box #post-5234, #search_box #post-3280, #search_box #post-3282, #search_box #post-3557, #search_box #post-4237, #search_box #post-3272{display:none;}
#search_box .blog-box .blog-cont-wrp{min-height:430px !important;}
#all_type_therapy .col-lg-3:nth-child(9), #all_type_therapy .col-lg-3:nth-child(10){flex: 0 0 49.333333%;max-width: 49.333333%;}
#all_type_therapy .col-lg-3:nth-child(9) .icon-box-therapy, #all_type_therapy .col-lg-3:nth-child(10) .icon-box-therapy{min-height:385px !important;}
#special_therapy.therapy_pg{padding:55px 0 35px 0;}
#special_therapy.therapy_pg .w-95{width:95% !important; border-radius:15px !important;}
#special_therapy.therapy_pg p{display:none;}
#special_therapy.therapy_pg .therapy_list{padding: 30px 30px 15px 30px; margin-top:30px; background: #00bef2; color: #fff; border: 6px solid #fff; border-radius: 18px;}
.therapy_list li{display: inline-flex; width: 47%; font-size: 18px; margin-bottom: 17px; padding-left: 30px;background: url(../images/check-list-icon.png) no-repeat 0 5px; background-size: 18px;}
.therapy_list li a, .therapy_list li a:hover{color:#FFF !important;}

#footer.ppc-ftr .footer-logo{display:inline-flex;}
.drug_v2_cta_form .pickup-car, .alcohol_v2_cta_form .pickup-car{text-align: center; margin-top:0 !important;}
.drug_v2_cta_form .admision-title, .start-healing .admision-title{width:100% !important;}

.alcohol_v2_cta_form .pickup-car {text-align:center;}
.janPPC .dot-bg-img3{display:none;}
.column_grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 10px 20px;
  margin-top:20px;
}
.column_grid.one_col{
  grid-template-columns: minmax(0, 1fr);
}
.column_grid.two_col{
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);	
}
.column_grid.three_col{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);	
}
.column_grid li{
	margin-bottom:0 !important;
}
.column_grid li:before{margin-top:0 !important;}
#we_accept.insurance_bg{
	background: #FFF !important;
    margin: 0 !important;
    padding: 40px !important;
}
/* Logo slider css */
.slick-slide {
margin: 0px 20px;
}
.slick-slide img {
width: 100%;
}
.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;
}
.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;
}
/* Logo slider css end */
.icon_list_blue{
	margin-bottom:20px;
	margin-top: 25px;
}
.icon_list_blue li{
	padding-left:30px;
	position: relative;
	display: block;
	align-items: center;
}
.icon_list_blue li:before{
    font-size: 22px;
    content: "\f058";
    font-family: FontAwesome;
	line-height: 10px;
    color: #00bef2;
    display: inline-block;
    margin-left: -30px;
    margin-top:0;
    padding-right: 12px;
	top:10px;
	position: absolute;
}
.blue-box .icon_list_blue li, .blue-box .icon_list_blue li a, .blue-box .icon_list_blue li a:hover, .blue-box .icon_list_blue li:before{
	color:#FFF;
}
.blue_box .icon_list_blue li:before{
	color:#FFF;
}
.blue_bg_list li:before{color:#FFF;}
.icon_list_blue.decimal{padding-left:25px; grid-gap:7px;}
.icon_list_blue.decimal li{list-style-type:decimal; padding-left:0;}
.icon_list_blue.decimal li:before{display:none;}
.icon_list_blue.decimal li::marker{color:#212529;font-size: 16px; font-weight:bold;}
.sub_head li span{color:#00bef2;font-size: 18px; font-weight:bold;}

.num_list{
	margin-bottom:20px;    
	padding-left: 20px;
}
.num_list li{
	padding-left: 10px;
	list-style-type: decimal;
	padding-right: 26px;
	text-align: justify;
}
.num_list li::marker{
	color:#00bef2;
	font-weight: 600;
}
.num_list.black_list li::marker{
	color: #212121;
    font-size: 17px;
    font-weight: 500;
}
.blue_box{
	background: #00bef2;
    padding: 35px;
    border-radius: 20px;
    color: #fff;
}
.blue_box a{
	color:#FFF;
}
.blue_box span.head-3, .prog-inner .blue_box h3{
	color:#FFF;
}
.prv-conf{margin-top:10px;}
.ppc_start_heal2 .pos-rel{position:relative  !important;}
.ppc_start_heal2 .navbar-collapse{flex-grow:inherit !important;}
.ppc_start_heal2 .navbar .container{justify-content:center;}
.ppc_start_heal2 .megamenu.small-col{width:350px !important; left:-195% !important; padding-bottom:20px;}
.ppc_start_heal2 .navbar .container {justify-content: center;}
.ppc_start_heal2 .navbar .container { justify-content: space-around;}
.ppc_start_heal2 .navbar-toggler{right: 25px !important;}
.ppc_start_heal2 nav .logo{margin-right: 84px;}
.ppc_start_heal2 .contact-info a, .ppc_start_heal2 .contact-info a:hover{}
.ppc_start_heal2 div#topbar a {font-size: 19px !important;}
.ppc_start_heal2 .contact-info li.start_hl_menu{width:100%; text-align:center; margin:0;}
.ppc_start_heal2 .sm-menu-about{left: -70px !important; min-width:210px !important; width:auto !important; padding-bottom: 23px;}
.ppc_start_heal2 .sthl_treatment .megamenu.small-col{left:-97% !important;}
.ppc_start_heal2 #we_accept.ppc-insu{padding-bottom:20px !important;}
.ppc_content .img_wrp img{height:auto; width:400px !important;}
.ppc_start_heal2 #callus a{color:#00bef2; background:#FFF; font-weight: 600;}
.wt-wetreat .icon_list_blue li:before{color:#FFF;}
.wt-wetreat .column_grid li{width:100% !important;}
.ti-widget.ti-goog .ti-controls .ti-next::before, .ti-widget.ti-goog .ti-controls .ti-prev::before, .ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after{background:#004f99 !important; opacity:0.8;}
.box-slider{position:relative;}
.slick-arrow{position:absolute; top:38%; font-size:40px; font-weight:normal; color:#004f99; border:0; background:none; z-index:999;}
.box-slider .ppc-icon{background:#FFF !important; padding:10px 10px;}
.box-slider .ppc-icon img{display:block !important;}
.box-slider .slick-prev{left:-5px;}
.box-slider .slick-next{right:-5px;}
ul.slick-dots{display: inline-flex; margin:0 auto;}
ul.slick-dots li{padding:4px;}
ul.slick-dots li button{padding:0; border:1px solid #CCC; border-radius:40px; width:12px; height:12px;}
ul.slick-dots li.slick-active button{background:#CCC !important;}
.box-slider.slick-initialized .slick-slide{padding:0 !important;}
#contact_us #input_6_3{width:94%;}
.home .ppc-ameni-pb{padding-bottom: 209px !important;}
#ppc-amenities.hm_bnr_wrp  .under_list{margin-top: 0 !important;}
.home .hm_bnr_wrp .under_list span.head-3{color:#FFF !important;}
.hm_bnr_wrp ul{margin-top: 22px;}
#ppc-amenities.hm_bnr_wrp .under_list{margin-top: -45px !important;}
/* MP - CSS for PPC Start Heal page -end*/
.twelve_setp_sect{display:none;}
.ver-middle{justify-content: center; align-items: center; display: inline-flex;}
.group_therapy section {margin: 20px 0 40px 0;} 
#we_offer .dis_path_2, #we_offer .dis_path_3{justify-content: space-between!important; display: grid;}
.ppc-logo img{height: 107px !important;}
.hd3_txt{font-size: 24px; font-weight:600; margin-bottom:10px; display:block;}
.mb30{margin-bottom: 30px !important;}
#get_admitted .get-admi-wrp p a.head2{font-size: 32px !important;}
#admission_process .admission-box:hover h3{color: #FFF !important;}
.legitscr_logo img, .goldseal_logo img{height: 107px !important; width:auto !important;}
.goldseal_logo img{max-width: initial;}
.blue-box-iconlist {
    padding: 30px;
    margin-top: 20px;
    background: #00bef2;
    color: #fff;
    border: 6px solid #fff;
    border-radius: 18px;
}
.wrp_h2{margin-bottom:5px !important; margin-top:20px !important;}
#input_17_23_3{width:100% !important; margin-right:0 !important;}
.mb-20px .head6 {
    margin-bottom: 15px !important;
}
.faq_sec button.accordion{padding-right: 50px; position:relative;}
.faq_sec button.accordion:hover, .faq_sec button.accordion.active{background:#004f99; color:#FFF;}
.faq_sec .accordion:after{position: absolute; right: 23px; top: 21px;}
#we_accept.ppc-insu{display:none;}
#process_insurance{display:none;}
#input_18_6{border-radius:0 !important; /*text-transform:capitalize !important;*/}

a.icon-twitter i, a.icon-twitter2 i{display:none;}
.footer-right-sec .social-icons, #topbar .social-icons, .home-overlap .contact-icons{display:inline-flex;}
a.icon-twitter2{background: #fff url(/wp-content/uploads/2023/08/Twitter-logo-color.png) center no-repeat !important; background-size: 16px 16px !important;}
.ppc_video video{width: 530px !important;}
a#ppc-v1-btn5.family-btn:hover{background: #fff !important; color: #004F99 !important;}
.blue-icon-list.one-col li {width: 100%;}
.cta_sec{
    padding: 30px;
	text-align: center;
	border: 3px solid #c5f2ff;
	border-radius: 10px;
	margin: 25px 0;
	background: #e0f8ff;
}
.pb_0{padding-bottom:0 !important;}
.list-disc, .list-circle{padding-left: 35px}
.list-disc li{list-style-type:disc; margin-bottom:15px;}
.list-circle{margin-top:8px;}
.list-circle li{list-style-type:circle; margin-bottom:8px;}
.entry-content ol li {
    list-style: number;
    margin-bottom: 10px;
    margin-left: 15px;
}
.notfound{text-align:center; padding:40px 0}
.notfound img{width:300px; text-align:center; margin:0 auto;}
.notfound h1{font-size:30px; margin-top:25px; margin-bottom:35px;}
/* Menu css*/
#ver_menu .dmenu{position:relative !important;}
#ver_menu .dropdown-menu{left:-40px; width:415px;}
#ver_menu .megamenu{padding-top:20px;padding-right:0px;}
#ver_menu .dd_menu{overflow-y: scroll; height: 100vh; padding-bottom:106px; z-index:9999;}
.start_heal  #ver_menu .dd_menu{padding-bottom:100px;}
#ver_menu .close .dropdown-menu{display:none;}
#ver_menu .mb-4{margin-bottom: 0.87rem!important;}
#blog .blog-box .blog-cont-wrp h3, #blog .blog-box .blog-cont-wrp a h4{
    height: 112px !important;
    overflow: hidden;
    color: #212121;}
/*partial care page: added by RP:30 nov 2023*/
#we_beleive .right_txt{box-shadow: 0 0 20px 2px #ababab38; background: #FFF; padding: 40px; margin-top: 20px;
    line-height: 30px;text-align:left;}
.cta_box{
    border: 6px solid #00bef2;
    margin: 30px auto;
    padding: 25px;
	text-align: center;}
.cta_box h2{color:#00bef2;}
p a{color:#00bef2;}
.ginput_recaptcha > div{margin:0 auto;}
.ginput_recaptcha iframe{transform: scale(0.72) translate(0%);}
#input_7_5.ginput_recaptcha iframe {
    transform: scale(0.72) translate(-15%);
}
.alcohol_cta{margin-bottom:20px;}
#special_therapy .cta_btn_blue_bg br{display:none;}
div#gfield_instruction_17_20.instruction{display:none;}
.container .map p{margin-bottom: 0px !important;}
.earthing-title{ margin-top: 60px !important;  display: block;}
#blog .blog-box .blog-cont-wrp a h3{color: #212121 !important;}
#our_team a{color:#00bef2;}
.dtx-symptoms a, #about_hero .about-hero-sec p a{color:#00bef2;}
.dtx-box a, .dtx-box a:hover{color:#FFF !important; text-decoration:underline;}
.dtx-symptoms p:last-child {
    margin-bottom: 0;
}
.detox-wrp#we_beleive{padding:0;}
.hipaa_txt a {color: #00bef2;}
.location_inr .detox-wrp#we_beleive{padding-top:20px !important;}
.location_inr .dtx-symptoms {padding: 20px 0;}
.location_wrp{margin-top:35px;}
/*.location_wrp .row:first-child .col-md-6, #understanding_treat .col-lg-6{display:flex; align-items:center;}*/
#understanding_treat .col-lg-6{display:flex; align-items:center;}
.call-getadmit h3 a{font-size:28px !important;}
.white-icon li:before{color: #fff;}
.gmap{width:500px !important;}
#treatments_hero + .pera-jst #we_beleive{padding-top: 20px !important;}
.cta_box .ppc_cta_btn{color: #FFF !important;}
#our_programs + #our_team{margin-top: 35px;}
/*detoxification page css*/
.detox-blue-wrap a.avatar-btn{color: #fff !important;}
.location_inr.page-9901 div#callus{display: none;}
#primary h1{margin:30px 0 40px 0;}
#primary p{word-break:break-word;}
/*team css*/
.alcohol_v2_cta + .bg_img_sec {
    margin: 20px 0 40px 0;
}
/*over team css*/
footer h3{margin-bottom:35px !important;}

.ftr-logo{margin-bottom:25px;}
.banner p{
	font-weight: bold !important;
	font-size: 18px !important;
}
/*Inner page css start*/
.inner_page p{
	font-family: "Jost", sans-serif !important;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	font-size:17px;
}
.inner_bnr{
	color:#262626;
	font-size:18px;
	padding:50px 0 50px 0; 
	font-weight:500;
	text-align:center;
	margin-bottom:40px;
	position:relative;	
	overflow:hidden;
	background:#004f99;
}
.inner_bnr img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index: -1; display:none;
}
.inner_bnr:before{	
	position:absolute;
	/* width: calc(100vw - 70px);
	height:calc(100% - 0px); 
	transform: translate(-50%, -54%); */
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	border-radius:5px; opacity:0.82;
	background:#004f99; display:none;
}
.inner_bnr p{font-weight:normal; font-size:18px; color:#FFF; line-height:30px;}
.inner_bnr h1{color:#FFF; margin-bottom:25px; font-weight: bold; letter-spacing:1px;font-family: 'Arapey'}
.inner_page h2{ margin-bottom:20px; font-weight:bold; letter-spacing:1px; font-size:30px;}
.page_ttl{color:#004f99;}
.pad_0{padding-left:0px;}
.bg_column_1{background:#00bef2; color:#FFF; padding:60px 40px !important;}
.bg_column_1 h3{font-weight:600; color:#004f99;}
.about_colum_img_1{
/* 	background:url(/wp-content/uploads/2023/08/Avatar_Residential_Detox_Center_Facility_Yoga_Room_1.webp;) no-repeat center 100%; */
	background-position: center;
    background-size: cover;
}
.bg_column_1 .avt_btn{margin-top:40px;}
.bg_row_1{background:#e4f3ff; padding:40px 0px;}
.bg_row {
    background: #e4f3ff;
    padding: 50px 50px;
    text-align: center;
}
.bg_row_1.res_btn .col-lg-6:first-child {
    padding-right: 30px;
}
.bg_row_1 img{margin-bottom:15px;}

.cta_bg_1{
	/* background:url(/wp-content/uploads/2023/01/Avatar_Residential_Detox_About_Banner_1024x556.webp;) no-repeat center center; */
	background-size: contain;
	padding: 60px 0;
	position:relative;
	text-align:center; 
	color:#FFF;
}
.cta_bg_1:before{
/* 	background-color:#00bef2d4; megha 24/9*/
	background-color: #004f99;
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	left:0;
	top:0;
}
.cta_bg_1 h2{font-weight:600;color:#2bc9f4; margin-bottom:40px; font-size: 35px;}
.cta_bg_1 p{padding:0 10%; font-size:20px; line-height: 40px;}
.cta_btn_row{margin-top:40px;}
.cta_btn_row a{margin:0 15px;}
.form_div{padding:30px; background:#FFF; text-align:center;}
.form_div h2{color:#004f99;}
.form_div #field_7_5{display:none;}
/*Faciliyt page*/
.facility_img > div{margin-bottom:15px;}
.list_a{padding-left:30px; display: inline-block;}
.list_a li{margin-bottom:15px; list-style-type:disc; font-family: "Jost", sans-serif !important; font-weight:500;}
.list_a li:last-child{margin-bottom:0;}
/* Team page css- megha */
.our-team{
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.our-team img{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.our-team .team-content{
	width: 100%;
	height: 115px;
	background: #004F99;
	color: #fff;
	padding: 15px 0 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
	padding-bottom: 40px;
}
.our-team .team-content:before,
.our-team .team-content:after{
	content: "";
	width: 60%;
	height: 38px;
	background: #004F99;
	position: absolute;
	top: -18px;
	transform: rotate(15deg);
	z-index: -1;
}
.our-team .team-content:before{
	left: -3%;
}
.our-team .team-content:after{
	right: -3%;
	transform: rotate(-15deg);
}
.our-team .title{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 7px 0;
	position: relative;
}
.our-team .title:before,
.our-team .title:after{
	content: "";
	width: 7px;
	height: 93px;
	background: #ffffff;
	position: absolute;
	top: -78px;
	z-index: -2;
	transform: rotate(-74deg);
}
.our-team .title:before{
	left: 32%;
}
.our-team .title:after{
	right: 32%;
	transform: rotate(74deg);
}
.our-team .post{
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 8px;
	padding: 0 10px;
}
.our-team .social-links{
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	position: absolute;
	bottom: -40px;
	right: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.our-team:hover .social-links{
	bottom: 0;
}
.our-team .social-links li{
	display: inline-block;
}
.our-team .social-links li a{
	display: block;
	font-size: 16px;
	color: #aad6e1;
	margin-right: 6px;
	transition: all 0.5s ease 0s;
}
.our-team .social-links li:last-child a{
	margin-right: 0;
}
.our-team .social-links li a:hover{
	color: #ff5543;
}
button, html [type="button"], [type="reset"], [type="submit"]{cursor:pointer;}

/*RP 02-sup-2024*/
.treat-options-block.faq_sec h3 {
    font-size: 20px;
    font-weight: bolder;
    margin: 15px 10px 10px;
    color: #03bef2;
}
.bg_img_effect .avt_btn {
    background: #01AFEF;
    color: #FFF;
    margin-top: 25px;
}

.block_mission{padding:35px; border:1px dashed #a5a5a5; border-radius:5px; margin-bottom:75px; background:#00bef2;}
.block_mission p{margin-bottom:0; font-size:20px; line-height:30px; color:#FFF;}
.misn_visn h3{font-weight:600; margin-bottom:15px;}
.misn_visn img{width:93%; border-radius:5px;}
.misn_visn p{font-size:18px;}
.misn_visn .title_txt{margin-bottom:30px;}
.wp-block-quote{padding:0; margin:0; font-size: 21px; display:flex;}
.wp-block-quote-rt{border-right:0.4rem solid #00C9FF; padding:5px 25px 5px 0px; margin:0; font-size: 21px; display:flex;}
.wp-block-quote p{margin:0; font-size: 19px; line-height:30px;}
.img_pos{position:relative; overflow:hidden;}
.img_pos img{position:absolute; left:0; top:0; width:auto; height:100%; z-index:99;}
.bg_col_1{background:#e8f0fe; padding:45px !important; border: 1px solid #CCC;}
.cta_1_bg{padding:45px; width: 100%; text-align:center;}
.cta_1_bg h2{color:#FFF;}
.cta_1_bg p{font-size:18px; color:#FFF;}
.cta_1_bg .cta_btn_row a{margin:0;}
.bg_img_cta{background:#00bef2; padding:60px !important;}
.bg_img_cta img{position:absolute; left:0; top:0; width: 100%; height:auto; z-index: -1; opacity: 0.6;}
.inner_pg_box .col-md-6{margin-bottom:20px;}
.inner_pg_box .icon_box{min-height:235px;}
.inner_page .icon_box_content p{font-size:17px;}
.inner_pg_bnr{height:300px; position:relative; overflow:hidden; background:linear-gradient(268deg, #004F99 25%, #004F99 50%);}
.inner_pg_bnr img{position:absolute; width:auto; height:480px; top:0; right:0; z-index:-1; display:none;}
.inner_pg_bnr .col-md-12{margin-top:30px; color:#FFF; text-align:center; display:flex; align-items:center;}
.inner_pg_bnr .bnr_content h1{margin-bottom:30px;}
.why_how{position:relative; padding:50px;}
.why_how:before{position:absolute; left:0; top:0; width:50%; height:100%; background:#e4f3ff; content:'';}
.why_how .benefit_img{padding-left:60px;}
.why_how .list_a{margin-bottom:35px;}
.benefit_img img{width:auto; height:210px; margin-bottom:25px;}
.cont_box_wrp{background:#FFF; box-shadow:0 5px 11px 2px #88888875; padding:35px; margin-bottom:20px; border-radius:7px; min-height: 100%;}
.cont_box_wrp img{border-radius:7px; margin-bottom:25px;}
.cont_box_wrp:hover{background:#004f99; color:#FFF;}
.cont_box_mb .col-md-4{margin-bottom:25px;}
.y-us-section{background:#e4f3ff; padding:50px 0;}
.y-us-section img{width:99%; margin-bottom:15px;}
.y-us-section p:last-child{margin-bottom:0px;}
.y-us-section h3:not(:first-child){margin-top:30px;}
.y-us-section h3{color:#000; position:relative;}
.y-us-section h3:before{
	font-family: FontAwesome;
	color: #00bef2;
	margin-left: -30px;
	margin-top: -6px;
	font-size: 22px;
	content: "\f058";
	display: inline-block;
	padding-right: 12px;
	position: absolute;
	top: 15px;
	line-height: 10px; transform: rotate(0deg);
}
.bg_row_1 + .y-us-section {
    margin-top: -100px;
}
.big_text h2{font-size:35px;}
.big_text p{font-size:18px; line-height:28px; margin-bottom: 25px;}
.we_provide{margin-bottom:50px;}
.we_provide .col-md-4, .we_provide .col-md-3{padding:20px; margin-bottom:10px;}
.we_provide p:last-child{margin-bottom:0;}
.we_provide h3{color:#00bef2 !important;}
.blockquote_2{padding:20px; background:#e4f3ff; box-shadow:0 3px 10px 1px rgb(136 136 136 / 43%); border-top:3px solid #004f99; min-height:100%; position: relative;}
.blockquote_2 p{ margin-bottom: 20%; }
.blockquote_2 a{ position: absolute; bottom: 10px; color: #00bef2;}
.career_pg .blockquote_2 a{ position: unset; bottom: none;}
.blockquote_2:hover{border-top:3px solid #00bef2}
.blockquote_2:hover h3{color:#004f99 !important;}
.first_row .blockquote_2{min-height:100%;}
.blockquote_2.about_pg{padding:40px 30px; display:flex;}
.blockquote_2.about_pg .mis_vis_img{ width:30%;}
.blockquote_2.about_pg .mis_vis_img img{width:100%; border-radius:5px; border:2px solid #b2b7b96b;}
.blockquote_2.about_pg .mis_vis_dtl h3{color:#333 !important;}
.mis_vis_dtl img{margin-bottom:15px;}
.col_img_box{background:#FFF; padding:15px;  border:1px solid #CCC; border-radius:5px;}
.col_img_box img{width:100%; margin-bottom:15px;}
.col_img_box .content_bx{padding:0px; min-height: 140px;}
::placeholder{font-size:15px !important; color:#212121!important; font-weight:normal !important;}
input[type="file" i]{background:#e8f0fe; border:0px solid #00bef2; padding:10px; border-radius:5px;}
#contact_us .sec_what_us{padding:30px 40px;}
#contact_us .icon_box_content h3{font-size: 18px !important;}
#contact_us .icon_box_icon{font-size:35px !important;}
#contact_us .icon_box{margin-bottom:25px; border:1px solid #00bef2; background:#e4f3ff;}
#get_latest_info{background:#e8f0fe !important;}
.contact_map{border: 10px solid #fff; padding:10px; box-shadow: 0 4px 20px rgb(0 0 0 / 20%);}
/*Icon box css start*/
.icon_box{
	display:flex;
	align-items: flex-start;
	text-align: left;
	flex-direction: row;
	border:1px solid #004F99;
	padding:20px 30px 20px 30px;
	margin-bottom:10px;
	background:#e4f3ff;
}
.icon_box_icon{
	margin-right:15px;
	font-size: 28px;
	color:#00bef2;
}
.icon_box_content h3{
    font-size: 24px !important;
	color: #004f99;
} 
.icon_box_content p{	
	font-size: 15px;
    font-weight: 400;
	margin-bottom:0;
}
.icon_box:hover h3, .bg_col_1 h2{color:#004f99;}
.icon_box:hover i, .icon_with_txt h3:hover i, .avt_btn:hover i{
	transform: rotateX(360deg);
    transition: transform 0.5s ease;}
/*Icon box css end*/
.image_box:hover{background: #004f99;}
.image_box:hover .image_box_title{color:#FFF; background:none;}
.y-us-section h3:hover:before, .icon_list_blue li:hover:before, .icon_list_blue_squre li:hover:before{
	transform:rotateX(360deg);
	transition: transform 0.5s ease;
}

/*Inner pages style start*/
.title_txt_2{margin-bottom:35px;}
.title_txt_2 h2{color:#004f99;}
.title_txt_2 h2 p{font-size:18px; margin-top:20px; color:#00bef2;}
.adult_img_wrp img{width:90% !important; margin-bottom:25px;}
.bg_img_3{background-image:linear-gradient(#00000078, rgb(0 0 0 / 59%)), url(/wp-content/uploads/2021/02/Avatar_Residential_Detox_Blog_Explains_Detoxification_Process_1110x560-1.webp) !important; margin-bottom:70px;}
.icon_list_blue.check_box li, .inner_pg li{font-family: "Jost", sans-serif !important; font-weight: 400;}
.icon_list_blue.check_box li:before{content:"\f046" !important;}
.icon_list_blue_squre{padding-left:20px;}
.icon_list_blue_squre li{
    padding-left: 30px;
    position: relative;
}
.icon_list_blue_squre li:before {
    font-family: FontAwesome;
    color: #00bef2;
    margin-left: -40px;
    margin-top: -6px;
    font-size: 25px;
    content: "\f14a";
    padding-right: 12px;
    position: absolute;
    top: 10px;
    line-height: 10px;
}
.inner_pg li storng{font-weight:bold;}
.inner_pg .plain_bg.no_img p{color:#FFF;}
.what_adult img{width:95%;}
/*New Header*/
.top_with_brand{height:auto !important; padding:5px 0 14px 0; background:#004f99 !important;}
.top_with_brand .contact-info i{color:#00bef2;}
.top_with_brand li a:hover{color:#00bef2 !important;}
.nav_v2 .navbar-collapse{ justify-content: space-around;}
.navbar-light.nav_v2 .navbar-nav .nav-link{border:0; padding:10px 24px;}
.inner_bnr.v2:before{background:none;}
.sticky-top.nav_v2{height:auto; background:#00bef2 !important;}
.navbar-light.nav_v2 .navbar-nav .nav-link a{color:#212121;}
.navbar-light.nav_v2 .dropdown-menu{border-top:0 !important;}
.navbar-light.nav_v2 .dropdown:hover a.nav-link, 
.navbar-light.nav_v2 .dropdown:hover .nav-link, .nav-link:hover{background: #e4f3ff;}
.inner_bnr.v2{min-height:450px; margin-bottom:3px;}
.hero_v2{display:block; text-align:center; margin:0 auto; padding:30px; border:2px solid #00bef2;}
.hero_v2 h1{padding-bottom:15px; margin-bottom:20px; border-bottom:1px solid #d6d1c5; display:block; text-align:center;}
.slider_v2{margin-bottom:50px;}
.slider_v2 *{padding:0 !important; margin:0 !important;}
.slider_v2 .container{max-width:100% !important;}
.slider_v2 .col-md-4{padding:0 2px !important;}
.slider_v2 .col-md-4:first-child{padding-right:2px !important; padding-left:0 !important;}
.slider_v2 .col-md-4:first-lastchild{padding-left:2px !important; padding-right:0 !important;}
.slider_v2 .avt_btn{padding:10px 28px !important; background:#00bef2 !important; border:1px solid #00bef2 !important;}
.box_wrp_defolt{padding:30px !important; background:#e8f0fe; text-align:center;}
.box_wrp_defolt p{margin-bottom:25px !important;}
.list_a.v2 li{margin-bottom:5px;}
.sticky-top.nav_v2{position: sticky; top: 0px !important;}
#topbar.top_with_brand{position:inherit !important;}
.video_wrp{margin-bottom:50px; text-align:center;}
.video_wrp i{
	position: absolute;
    left:47%;
    top:35%;
    padding: 15px;
    background: #ffffffbd;
    color: #2b2b2b;
    border-radius: 50%;}
.video_wrp img{width:100%;}
.video_wrp .box_content_wrp{padding:30px !important; background:#e4f3ff; text-align:center; width:100%;
    margin: 0 auto; margin-top: -70px; position: relative;}
.video_wrp .box_content_wrp p{margin-bottom:25px;}
.video_wrp .box_content_wrp:hover{background:#004f99; color:#FFF;}
.video_wrp .box_content_wrp:hover .avt_btn{background: #d7f3fd !important; color: #004f99 !important; border:1px solid #FFF;}
.insurance-carousel-row{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow:hidden;
	position:relative;
}
.insurance-carousel-row .insurance-column{    
	position:absolute;
	margin:20px;
	left:-40px;
	animation: scroll 10s linear 1s infinite;
	display: grid;
	grid-template-columns: repeat(32, calc(100vw / 8));
}
.insurance-carousel-row .insurance-module{
   width:calc(100vw / 8);
}
.insurance-carousel-row .insurance-module{
	max-width:180px;
	margin-right:10px;
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.insurance-dark{
	display:flex;
}
.insurance-carousel-row .insurance-column:hover{
    animation-play-state: paused;
}
.insurance_logo{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	background: #FFF;
}
.card-home{
	position:absolute;
	left:-40px;
	animation: scroll 30s linear 1s infinite;
	display: grid;
	grid-template-columns: repeat(32, calc(100vw / 7));
}
.card-home .insurance-ticker-module{
  min-width:90px;
  min-height:40px;
  display:block;
  color:white;
  margin:5px 20px;
}
@keyframes scroll {
	100% { left: -100%;}
}
/*Footer V2*/
.ftr_contact.ftr_v2{display:none;}
.ftr_v2{background:#004f99 !important;position:relative; padding:30px 0 55px 0;}
.ftr_v2_logo{display:flex; align-items:center; overflow:hidden;}
.ftr_v2 h3, .ftr_v2 .footer-right-sec h3{margin-bottom:20px; color:#FFF !important; border-bottom:0; padding:0; font-weight: normal !important;}
.ftr_v2 .ftr_menu_1 a, .ftr_v2 .ftr_menu_2 a{display:block; margin-bottom:10px; color:#FFF;}
.ftr_v2 .footer-right-sec{padding-left:0;}
.ftr_v2 .footer-right-sec a{color:#FFF !important;}
.ftr_v2 a:hover {
    color: #00bef2;
}
.ftr_v2 .footer-right-sec li:hover a {
    color: #00bef2 !important;
}
.ftr_v2 .footer-right-sec li:hover i{
	color:#FFF !important;
}
.ftr_v2 .footer-right-sec li:hover i:before {
    transform: rotateX(360deg);
    transition: transform 0.5s ease;
}
.footer-fixed.fix_v2{background:#00bef2 !important; position:inherit; box-shadow: 0px 0px 4px #333333b0; padding:15px 0; text-transform: capitalize;}
footer.ftr_v2 .ftr-link{color:#FFF !important;}
.bg_z{position:relative; padding: 30px 0; background:none;}
.bg_box_d{
    background: #e5effe;
    border-radius: 15px;
    padding: 40px;
	height:100%;
}
.bdr_box_a{
	background:none;
    border-radius: 15px;
    padding:40px; 
	border:1px solid #b4cdf1;
	height:100%;
}
.dis-none{display:none !important;}
.ftr_logo_wrp{padding:0; width:97%;}
.ftr_logo_wrp .ftr_brand img{margin-bottom:20px; width:240px;}
.ftr_logo_wrp .ppc-logo img{margin-top:0;}
footer iframe {
    height: 230px;
	width:100%;
}
.ftr_logo_wrp a {
    margin-bottom: 10px;
}
.footer-right-sec li {
	word-wrap: break-word;
	display: flex;
	align-items: center;
}
.ftr_v2 .footer-right-sec .avatar-info {
    margin-bottom: 7px;
}
.feel_free .link-txt, .feel_free a {
    color: #004f99 !important;
}
.feel_free .link-txt, .feel_free a.avt_btn, .feel_free .avt_btn{color:#FFF !important;}
.feel_free .link-txt, .feel_free a.avt_btn:hover, .feel_free .avt_btn:hover{color:#004f99 !important;}
.feel_free{background:url(/wp-content/uploads/2024/11/Avatar_Residential_Detox_Center_Home_CTA_bg_image_2167x1026.webp) no-repeat 0 0; background-size:cover; padding:80px 0; text-align:center; color:#FFF; line-height:30px; font-weight:normal;}
.feel_free h2{color:#FFF; margin-bottom:30px; font-weight:bold;}
.feel_free p{font-size:18px; line-height:30px;}
.feel_free .avt_btn{margin-top:20px; line-height:20px;}
.feel_free .avt_btn:hover{background:#FFF; color:#004f99;border:1px solid #004f99;}
.feel_free.fgt{padding:40px 0;}
.feel_free.fgt p, .feel_free.fgt{font-size:17px; line-height:28px;}
.img_box{
	display: block;
	align-items: flex-start;
	text-align: center;
	flex-direction: row;
	border:1px solid #c8dcfd;
	padding:0;
	margin-bottom: 10px;
	background: #e4f3ff; overflow:hidden;
}
.img_box .img_sec{margin-bottom:0;}
.img_box img, .cont_box_wrp img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img_box:hover img, .cont_box_wrp:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img_box_content{padding:20px; min-height:190px;}
.img_box_content p:last-child{margin-bottom:0;}
.key_treatment .img_box_content{min-height:190px;}
.ht_515 .img_box_content{min-height:515px;}
.fgth_min_ht .img_box_content{min-height:365px;}
.fgth_min_ht h3{color:#212121;}
.img_box:hover h3{color:#004f99;}
.hydrocodone .img_box_content{min-height:303px;}
.bgimg_sec{
	background:url(/wp-content/uploads/2024/11/Avatar_Residential_Detox_Center_Home_CTA_bg_image_2167x1026.webp) no-repeat 0 0;
	background-size:cover;
	padding:60px 0;
	color:#FFF;
	font-family:"Jost", sans-serif;
	font-size:18px;
}
.bgimg_sec h2{color:#FFF !important; margin-bottom:20px;}
.bgimg_sec h2 span{color:#FFF;}
.bgimg_sec .icon_list_blue li, .bgimg_sec .icon_list_blue li:before{color:#FFF;}
.bgimg_sec .icon_list_blue li span{color:#004f99;font-weight: bold;}
.bgimg_sec .title_txt h2, .bgimg_sec a{color:#004f99;}
.bgimg_sec h2.main_head_2{color:#004f99 !important;}
.bgimg_sec .title_txt h2 span{color:#FFF;}
.bgimg_sec a:hover {color: #FFF !important;}
.bgimg_sec a.avt_btn{text-decoration:none !important;}
.bgimg_sec a.avt_btn:hover{color:#004f99 !important;}
.grid_wrp{padding-top:10px; margin-top:20px; border-top:1px solid #c3e4fd;}
.grid_wrp .icon_box{border:0; padding:0;}
.grid_wrp .icon_box_icon{
	font-size: 25px;
	color: #FFF;
    background: #00bef2;
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
/*White border CTA css*/
.white_bdr_cta{background:#00bef2; color:#FFF; padding:50px; font-family:"Jost", sans-serif;
	font-size:18px; text-align:center;}
.white_bdr_cta .container{border:5px solid #FFF; padding:30px;}
.white_bdr_cta p{font-size:18px;}
.white_bdr_cta p a{color:#FFF;}
.feel_free.bgimg_sec p a{color:#004f99; font-weight:bold;}
.white_bdr_cta p a{color:#004f99; font-weight:normal;}
.white_bdr_cta h2{color:#004f99; font-family:"Arapey", serif; margin-bottom:20px;}
.white_bdr_cta h2 span{color:#FFF;}
.blue_button{border: 1px solid #fff;}
.team_wrap_v2{position:relative; font-family:"Roboto", sans-serif;}
.team_wrap_v2 .tm_detail_wrp{
	padding-top:60px;
	background: linear-gradient(179deg, #004f9900 0%, #004f99 100%);
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #FFF; text-align:center;
}
.tm_name{color:#FFF; font-size:19px !important;font-family:"Roboto", sans-serif;}
.tm_detail{font-size:16px;}
.team_img_sec{position:relative; border:1px solid #d4d6d7;}
.team_img_sec img{margin-bottom:0;}
.tm_detail{padding:0 10px 10px 10px; background:#004f99; color:#FFF; text-align:center;display:block;min-height:70px;}
.team_area_v2 .col-lg-3 {
    margin-bottom: 25px;
}
.team_area_v2 .col-lg-3:hover .tm_detail_wrp{background:linear-gradient(179deg, #004f9900 0%, #00bef2 100%);}
.team_area_v2 .col-lg-3:hover .tm_detail{background:#00bef2;}
.section-container.facility_pg{align-items:unset;}
.section-container h2{color:#00bef2;}
.section-container h2 span{color:#FFF;}
.facility_pg .modaliti_image-section{flex:3;}
.facility_pg .text-section_modaliti{flex:3.65; padding:40px 30px; display:flex; align-items:center;}
.form_btm_txt a{color:#00bef2 !important;}

@keyframes slideInFromLeft{
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.row .col-lg-61:first-child{animation: 1s ease-out 0s 1 slideInFromLeft;}
@keyframes slideInFromRight{
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.row .col-lg-61:second-child{animation: 1s ease-out 0s 1 slideInFromRight;}

.facility_sec {overflow: hidden;}
.facility_sec img{transform: scale(1); transition: transform .2s;}
.facility_sec a:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
    transition: transform .2s;
}
.head .title_txt h2{margin-bottom:40px;}
.bnr_certi {justify-content: center !important;}
/*H2 style set*/
h2.head_2{color:#01AFEF;}
h2.head_2 span{color:#212121;}
h2.bg_head_2{color:#004f99;}
h2.bg_head_2 span{color:#FFF;}
h2.bg2_head_2{color:#01AFEF;}
h2.bg2_head_2 span{color:#FFF;}
.cont_box_wrp:hover h2.head_2{color:#00bef2;}
.cont_box_wrp:hover h2.head_2 span{color:#FFF;}
.box_cntct_lft_rt{background:#FFF; border-radius:14px; margin-top:50px; box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.1); position:relative;}
.box_cntct_lft{padding:60px !important;}
.box_cntct_rt{background:#e4f3ff; padding:60px !important;  border-radius:0 14px 14px 0;}
.box_cntct_rt h2{margin-bottom:40px;}
.box_cntct_rt .cntct_icon_box{display:flex; align-items:center; margin-bottom:40px;}
.box_cntct_rt .cntct_icon_box .icon{border-radius:14px 14px 14px 14px; margin-right:22px; background:#00bef2; color:#FFF; width: 68px; height: 63px; display: flex; align-items: center; justify-content: center;}
.box_cntct_rt .cntct_icon_box .icon i{font-size:30px;}
.box_cntct_rt .cntct_icon_box .icon_content{display:block; align-items:center;}
.box_cntct_rt .cntct_icon_box .icon_content .icon_cont_title{font-size:17px; color:#212529;}
.box_cntct_rt .cntct_icon_box .icon_content .icon_cont_title span{padding-left:12px;}
.box_cntct_rt .cntct_icon_box .icon_content h3{color:#004f99; letter-spacing:1px;}
.box_cntct_rt .cntct_icon_box .icon_content a{color:#212529;}
.box_cntct_lft .form_btm_txt{text-align:center;}
.box_cntct_lft_rt a:hover{color:#004F99 !important;}
.form-section{margin-bottom:55px;}
.form-section .input-field{background:#004F99; padding-top:25px;}
.form-section .input-field .title_txt h2{margin-bottom:25px; color:#FFF;}
.form-section .box_cntct_lft{padding:0 30px 0 0 !important;}
.form-section .box_cntct_lft .form{background: #FFF !important; border: 1px solid #CCC; padding:30px !important;}
.career_pg h2.head_2{text-align:center;}
.career_pg ul{margin-top:0;}
.career_pg .sub_title{padding-bottom:10px;}
.modaliti_image-section.career_pg img{height:250px; width:auto;}
.faq_sec .head-3{margin: 40px 0 20px 0;}
.why_img img{margin-bottom:20px; width:98%;}
.benefit_wrp{color:#FFF; padding:40px;}
.benefit_wrp h2 span{color:#FFF;}
.benefit_img{padding:40px;}
.benefit_img img{border-radius:7px;}
.align_center{display:flex; align-items:center;}
.icon_box a:hover, .img_box_content h3 a:hover{color:#004f99;}
.mobile_menu{display:none;}
/*Box section css start*/
.colum_bg_img {
    position: relative;
    overflow: hidden;
	background:#01afef;
	padding:40px !important;
    padding-bottom: 20px !important;
}
.colum_bg_img img {
    border-radius:5px;
}
.widget_wrap {
    padding: 40px !important;
    background: #01afef;
    color: #fff;
    font-weight: normal;
}
.widget_wrap h2 span{color:#004F99;}
.box_row{margin-top:5px;}
.box_row .row:nth-child(even) .colum_bg_img{order:2;}
.box_row .row:nth-child(even) .widget_wrap{order:1;}
.box_row h3{margin-bottom:25px;}
.bg_box_1{background:#00bef2; padding:30px; color:#FFF; border-radius:5px;}
.bg_box_1 h3{color:#004f99 !important;}
.bg_box_1 h2.head_2 span, .bg_box_1 a{color:#004f99;}
.bg_box_1 a, .bg_box_1 a:hover{color:#004f99 !important;}
.bg_box_1 a:hover{color:#004f99 !important;}
.bg_box_1 h2.head_2{color:#FFF;}
.box_row .icon_box_content.widget_wrap{padding:25px;}
.wt_we_treat .box_row .row{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-gap: 0px 20px; margin:0;
}
.wt_we_treat .box_row .row .col-lg-6{max-width:100%; background:#01afef;}
.index-ii .banner:before {background: #d7f3fd;}
.index-ii .icon_with_txt i {
    background: #004F99;
    padding: 14px;
    color: #FFF;
    border-radius: 10px;
    font-size: 40px;
}
.index-ii .icon_with_txt h2{
	font-size: 18px;
    color: #262626;
    font-weight: bold;
    line-height: 35px;
}
.index-ii .icon_with_txt h2:hover i{background:#00bef2;}
.index-ii .defult_bg{background:#FFF;}
.index-ii .about_sec.v3_1 {
    margin: 0px 0 70px 0;
}
.index-ii .about_sec .dark_btn{
    margin-bottom: 40px;
}
.index-ii .facility_sec {
    padding:40px 0;
    background:#e4f3ff;
    margin: 50px 0 0 0;
}
.index-ii .no_img{margin-top:0;}
.index-ii .bnr_list{color:#262626; margin-bottom:5px;}
.index-ii .bnr_list li{margin-bottom:6px !important; display: flex; align-items: center;}
.index-ii .bnr_list li strong{color:#004f99;}
.index-ii .bnr_list li strong{background: #004F99; padding: 2px 5px; font-size: 14px; border-radius: 30px; color: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
}
.index-ii .icon_with_txt{padding:40px 0;}
.index-ii .transport_wrp h2{color:#004f99;}

.section-container.facility_pg{
	display: flex;
    overflow: hidden;
    align-items: center;
    background: #004f99;
}
.text-section_modaliti .inner_page ul li{color:#FFF !important;}
.blue_box_bg .avt_btns {
    border: 1px solid #2bc9f4;
    border-radius: 5px;
    background: #2bc9f4;
    color: #FFF;
    font-size: 20px;
    font-weight: 500 !important;
    padding: 10px 28px;
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
.blue_box_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blue_box_bg.addiction_pg, .addiction_pg .text-section_modaliti{background:#00bef2; margin-bottom:0;}
.blue_box_bg.addiction_pg{padding:50px 0; color:#FFF;}
.blue_box_bg.addiction_pg .sub_title{padding-top:0; margin-bottom:15px;}
.blue_box_bg.addiction_pg h2.head_2{color:#FFF;}
.blue_box_bg.addiction_pg h2.head_2 span{color:#004f99;}
.blue_box_bg.addiction_pg .avt_btn{background:#004f99;}
.tbl_bdr{padding:25px; border:1px solid #CCC; border-radius:7px;}
.tbl_bdr img{margin-bottom:15px;}
.min_ht_260 .img_box_content{min-height:260px;}
.min_ht_240 .img_box_content{min-height:240px;}
.key_treatment .title_txt{margin-bottom:30px}
.ul_list li:before{display:none;}
.ul_list li{
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}



/*Common css start*/
.bg-nn{background:none !important;}
.mt-0{margin-top:0 !important;}
.mb-0{margin-top:0 !important;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mb-15{margin-top:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:50px;}
.mb-70{margin-bottom:70px;}
.mt-30{margin-top:30px;}
.mt-50{margin-top:50px !important;}
.m-tb-50{margin:40px 0 !important;}
.mt-70{margin-top:70px;}
.mb-90{margin-bottom:90px;}
.pd-0{padding:0 !important;}
.pb-120{padding-bottom:120px;}
.pr-40{padding-right:40px !important;}
.pr-50{padding-right:40px !important;}
.pr-60{padding-right:40px !important;}
.pr-70{padding-right:70px !important;}
.pl-10{padding-left:10px !important;}
.pl-40{padding-left:40px !important;}
.pr-30{padding-right:40px !important;}
.pl-30{padding-left:40px !important;}
.pb-30{padding-bottom:30px;letter-spacing: 1px;}
.p-tb-30{padding:30px 0;}
.p-tb-50{padding:50px 0;}
.p-lr-30{padding:0 30px;}
.p-lr-20{padding:0 20px;}
h3, .h3 {
    font-size: 1.45rem !important;
    font-weight: 600 !important;
	letter-spacing:1px;
}
.inner_page ul li{
	font-size: 17px;
	font-weight: 400;
	font-family: "Jost", sans-serif !important;
}
h1, h2, h3, h1 span, h2 span, h3 span{font-family: "Arapey", serif;}
.order_2_mobile{order: 1;}
.order_1_mobile{order: 2;}
/* MP 31-oct-22 PPC page set end*/
/*Css for Team photo set */
.team-photo{
    width:241px;
    height:241px;	
	text-align:center;
	display:inline-table;
}
.team-photo img{
    width:auto;
    height:auto;
    border-radius:50%;
    border:5px solid #20c6f3
}
.team-photo2 img{
    border:5px solid #61c370
}
.team-photo3 img{
    border:5px solid #f3a840
}
.team-photo4 img{
    border:5px solid #de9cd1
}
/* Meet Our Team end */
/* Our Key Features */
.team_page #key_feature {
    background: #f5f5f5;
    padding: 65px 0;
    font-size: 16px;
}
.team_page #callus {
    background: #00bef2;
    text-align: center;
	padding: 30px !important;
}
.team_page #ourteam{
    margin: 45px 0 35px 0;
}
.team_page #ourteam .row.centerdiv .col-md-6{
	display:block;
}
.team_page #ourteam .row.centerdiv .col-md-6.ourteam-pdl{
	display:none;
}
.team_page #ourteam .row.centerdiv .col-md-6{
	margin:0 auto;
	text-align: center;
}
.team_page #ourteam .row.centerdiv .col-md-6 .teamBlock{
	display: inline-grid;
	text-align: center;	
}
.team_page #ourteam .row.centerdiv .col-md-6 .team-lft-col{
	width: auto;
	line-height:22px;
	padding-top: 15px;
	order: 2;
}
.team_page #ourteam .row.centerdiv .qount-num{
	display:none;
} 
.text-center p{
	text-align:center;
}
/* ---Team page CSS end--- */
/* ---Therapy page CSS start--- */
.va-whychoose h3 {
    margin-top: 12px;
}
.va-whychoose .inr-wrp{font-size:16px;}
/* ---Therapy page CSS end--- */
/*Common css end*/
/*Animation css start*/
.box_cntct_lft{
	animation:form-bg-load 1000ms ease-out;
}
.box_cntct_rt{
	animation:form-rt 1000ms ease-in;
}

@keyframes form-bg-load {
	0%{
		transform: translatex(-100%);
	}
	100%{
		transform: translatex(0);
	}
}
@keyframes form-rt {
	0%{
		transform: translatex(100%);
	}
	100%{
		transform: translatex(0);
	}
}
/*Animation css start*/

/* Blog Page */
.tl-pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tl-pagination .page-numbers {
    display: flex;
    align-items: center;
    gap: 15px;
	width: 45px;
    height: 45px;
    justify-content: center;
    border-radius: 50%;
}
.tl-pagination .page-numbers span.current {
    border: 1px solid #004f99;
    background-color: #004f99;
    box-shadow: 0 0 10px rgba(136, 136, 136, .3);
    color: #fff;
}
.tl-pagination ul.page-numbers a {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
	    color: #004f99;
    font-weight: bold;
}
.cocain_add .modaliti_img{padding:40px 20px;}
.cocain_add .text-section_modaliti{padding:40px 20px;}
.cocain_add .modaliti_img img{border-radius:5px;}

#ppc-wrp .start_hl .icon-box-therapy{min-height: 385px !important; max-height:auto !important;}
.start_heal #ppc-wrp .start_hl .icon-box-therapy{min-height: 365px !important;}
/*CA 30-12-2022*/
.link-blue-bg, .link-blue-bg a{color:#FFF !important;}
.link-blue-bg a:hover{color:#FFF !important; text-decoration:underline !important;}
.anchor-txt a{color:#212121 !important;}
.anchor-txt a{color:#212121 !important; text-decoration:underline !important;}
.hide-faq{display:none;}

/* Team Profile for new names*/
.team_profile {
    background: #f5f5f5;
    padding: 25px 15px;
    border: 2px solid #20c6f3;
    border-radius: 8px;
}
.team_profile:hover {
    border: 2px solid #61c370;
    box-shadow: 0 0 11px rgb(33 33 33 / 20%);
}
.profile_section {
    margin-bottom:60px;
}
.team_profile .team-h3 {
    margin-bottom: 12px !important;
    display: block;
}
.new-team .text-center p{margin-bottom:0}
.blog-box h4 a {
    color: #212121;
}
#input_17_22,#input_17_19 {
	border:1px solid #00bef2;
    border-radius:50px;
    padding:15px 20px;
    color:#212121;
    width:95%;
    margin:0 10px 12px 10px;
    font-size:16px
}
#input_17_22,#input_17_19{
	width:98%;
    margin:0 5px 12px 5px;
    background:#e8f0fe;
    font-size:14px;
    font-weight:500
}
.pop-up input[type=text], .pop-up select, .pop-up #input_17_22, .pop-up #input_17_19, .subscribe_input{
    width: 100% !important;
    background:#e8f0fe !important;
    border:1px solid #cce3f5 !important;
    color: #212121!important;
    font-size: 14px;
    font-weight: normal !important;
	border-radius:0px;
	margin:0; padding:0 5px; text-transform:inherit;
}
.sticky-top{
    position: sticky;
    top: 48px !important;
}
#topbar{
    position: sticky;
    top: 0px !important; z-index:1019;
}
.ppc_sticyhead{top: 32px !important;}
	
/*css for ppc pages google reviews*/
.ti-widget.ti-goog .ti-reviews-container .ti-controls{top: calc(50% + 0px) !important;}
.ti-widget.ti-goog .ti-reviews-container{display:flex; align-items:center;}
/*over css for ppc pages google reviews*/

/*team grid*/
.team_wrp img {
    width: 100%;
}
/*team grid*/
/*Header search CSS start NB - 07-12-2023 */
.modal-dialog.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999990;
}
/*Header search CSS end NB - 07-12-2023 */

/*blog category page css added by RP 09-12-2023*/
#treatments_hero.blog-archive-hero p {
    color:#fff;
}
#blog.blog-archive .blog-box .blog-cont-wrp h3 {
    line-height: 28px;
    font-size: 17px!important;
    margin-bottom: 10px!important;
    color: #212121 !important;
}
.reviews-h2{
	text-align: center;
    color: #00bef2;
    font-size: 30px !important;
}
/*blog category page css end added by RP 09-12-2023*/
#footer.v2{display:none;}
/*Megha 23/9/2024  */
.single-team{
    background-color: #00bef2;
    margin-bottom: 10px;
	height: 100%;
}
.single-team:hover .social{
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.img-area{
    overflow: hidden;
    position: relative;
}
.img-area img{
    width: 100%;
}
.img-area:hover img{
    transform: scale(1.2)
}
.img-area img{
    transition: all 0.4s ease 0s;
}
.img-area .social{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.img-area .social ul{
    text-align: center;
    position: relative;
    top: 175px;
}
.img-area .social ul li a{
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.img-area .social ul li a:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
}
.img-text{
    padding: 25px;
    color: #fff;
    text-align: center;
}
.img-text h3{
    margin: 0 0 5px;
    letter-spacing: 5px;
}
.img-text span{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
.image-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.col_img_box:hover {
    border: 1px solid #004F99;
}
span.head-3{ font-size: 25px !important;}
.inner_bnr{color:#FFF;}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .1s !important;
}
.point_career {
    margin: auto 0 !important;
}
.mod_baneer_bottom {
    margin: auto 0;
}
.career_form {
    margin: auto 0;
}
.mod_image_banner {
    margin: auto 0;
}
.get_section{
	margin: auto 0;
}
textarea#input_21_10 {
    font-weight: normal;
	margin: 0px !important;
}
/* About page new css add Megha*/	
.about_approach {
	margin: auto 0 !important;
}
.navbar-toggler{
	border: 1px solid transparent !important;
}
.img-area img{
	display: inline-block;
}
button.navbar-toggler {
	border: 0;
}
.footer-ppc .ftr_content {
    color: #fff;
    font-size: 16px;
}
.header-ppc .contact-info a, .header-ppc .contact-info i {
    color: #004f99 !important;
}
.header-ppc .contact-info ul {
    float: right;
}
.img_col{display:flex; align-items:center;}
span.sub_h3{font-family:"Jost", sans-serif; color:#00bef2; font-size:22px;}
.just_center{justify-content:center;}
.desk_mt_60{margin-top:60px;}
b.num{position: absolute; left: -12px; padding: 7px; top: -9px; background: #00bef2; color:#FFF; border-radius: 5px;}
.forminator-row-last{text-align:center;}
.forminator-captcha-center > div{margin:0 auto;}
.bg_row_1.res_btn .blue-icon-list.wht-icon{text-align: left;}
.forminator-label{display: none;}
.cr_phone .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown.forminator-phone {
    width: 100%;
    padding-left: 10%;
}

.cr_email input{
    transition: all .5s;
    border: 1px solid #cce3f5 !important;
    border-radius: 5px !important;
    padding: 9px 10px !important;
    color: #212121 !important;
    width: 100% !important;
    text-transform: inherit !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: #e8f0fe !important;
	height:50px;
}
.forminator-error-message {
    color: red;
}
.cr_file input{
    width: 100%;
}

.cr_message textarea{
    border: 1px solid #cce3f5 !important;
    border-radius: 5px !important;
    padding: 9px 10px !important;
    color: #212121 !important;
    width: 100% !important;
    text-transform: inherit !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: #e8f0fe !important;
}
.cr_file input[type=file] {
    color: #000000;
}
/*MMP css end*/
.wht_txt{color:#FFF !important;}
.cta_bg_box{background:#00bef2; padding: 50px 0; color: #FFF;}
.cta_bg_box .col-lg-6{padding:0 30px;}
#nf-field-37, #nf-field-38, #nf-field-29, #nf-field-39, #nf-field-20{color:#212121; font-size:14px !important;}
#nf-field-33-container .nf-after-field{display:none;}
.sub_title.blue_txt{color:#00bef2;}
.row.contact-logo{align-items:center;}
.head_with_icon_sec{padding:5px 0 !important; background:none;}
.head_with_icon_wrp{padding-left: 30px;}
.box_row a{color:#004f99 !important;}
.section_wrp{padding:40px 0;}
.addiction_wrp{margin-bottom:30px;}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.addiction_wrp .icon_list_blue{margin-top:0;}
.addiction_wrp .fieldset .field_wrp {
    min-height: 160px;
}
.img_sec{margin-bottom:60px;}
.tbl_img .tbl_bdr{padding:45px;}
.tbl_img .tbl_bdr img{width:85%;}
.nf-after-form-content .nf-error-msg{text-align:center;}
.col_shadow_box{
	border: 1px solid #CCC;
	padding: 30px;
	text-align: center; height:100%;
	background: #FFF;
	box-shadow: 2px 2px 3px #CCC;
}
.col_shadow_box h3{min-height:60px;}
.three_col_pra{margin:25px -15px;}
.col_shadow_box i {
    color: #00bef2;
    font-size: 40px;
    margin-bottom: 15px;
}
.inline_flex li{display:inline-block !important;}
.privacy_pg{margin-bottom:25px;}
.privacy_pg ul, .privacy_pg h2, .privacy_pg h3{margin-top:25px !important;}
.insu_pay{margin-top:-25px;}
.map_sec{padding-left:30px;}
.widget_wrap .icon_box_content{padding: 0;}
.inner_bnr + .bg_row_1{margin-top: -40px;}
.shadow_img img{margin-bottom:0;}
.list_circle li{display: revert !important; list-style:circle;}
.width-85{max-width:85%;}


#blog ul.list_disc{padding-left:35px;}
#blog ul.list_disc li{list-style-type:disc; margin-bottom:10px;}
@media (min-width:2220px){
	#our_programs a .icon-box-program{min-height: 400px;}
}
/* css for  screen 1920px and above size */
@media (min-width:1920px){
	.addiction_menu.dd_menu{width:415px;}
	#treatments_hero{
		background:url(../images/wave-bg-img.png) no-repeat 0 0;
		background-position:bottom center;   }
	.lotus-img img{margin-left:-38px;}
	#our_programs .icon-box-program{  min-height:378px !important;   }
	#blog .blog-box .blog-cont-wrp{ min-height:215px  }
	.contact-logo img {	height: 90px !important;}
	#hero .carousel-caption{left:52%;}
	#our_programs a .icon-box-program{margin:0 1vw 3vw 1vw; min-height: 345px;}
}

/* css for  screen upto 1800px */
@media (max-width:1800px){
	.small-screen{display:none!important}
	.contact-logo img {height: 77px !important;}	
	.legitscr_logo img, .goldseal_logo img {height: 107px !important;}	
	#about_admission .admission-form{
        border:5px solid #00bef2;
        padding:30px;
        margin:0 0 0 12px;
        background:#fff;
        box-shadow:0 0 18px 5px #adadad75
    }
	/*Home page slider css*/
    #hero .carousel-caption{
/*        top:50%;
        transform:translate(-24%,-50%);
        left:30%
  */  }
    #hero .carousel-caption.text-left .carousel-wrp{
        width:55%;
        padding:0;
        background:0 0
    }
    .video-bg2{
        bottom:20px
    }
    #understanding_treat .under_list li{
        width:47%;
        margin:0 10px 10px 0;
        font-size:15px;
        display:inline-flex;
        align-items:center;
        font-weight:500
    }
    #our_team .shadow_img{
        position:relative;
        left:0;
        padding:0 10px
    }
    #understanding_treat .cont-wrp{
        padding-left:12px
    }
    #about_detox .about-detox-wrap{
        position:relative;
        font-weight:400;
        padding:0 0 0 20px;
        font-size:18px;
        line-height:25px;
        color:#152e3a
    }
    #about_admission .admission-form input[type=text]{
        margin:0 5px 20px 5px
    }
    #blog .blog-box .blog-cont-wrp h4{
        line-height:28px;
        font-size:17px!important;
        margin-bottom:10px!important
    }
    #blog .blog-box .blog-cont-wrp{
        padding:50px 32px 30px 30px;
        z-index:1;
    }
    #we_beleive .we-beleive-wrap{
        padding:0
    }
    #our_team .cont-wrp{
        padding-left:5px
    }    
}
/* css for  screen upto 1800px */
@media (min-width:1600px){
	#our_programs .icon-box-program{min-height:378px !important;}
    #our_team .shadow_img{ position:relative; left:0; padding:0 10px}
	#we_beleive .we-beleive-wrap{padding-top:0 !important;}
	 .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1280px!important;
    }
}
/* Upto screen for 1600px  */
@media (max-width:1600px){
    .overlap-category{
        margin-top:-90px
    }
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1280px!important;
    }
    #about_avatar .tab{
        padding:20px 0 0 80px
    }
	#about_avatar.wt-wetreat .tab {padding: 20px 0 0 40px;}
    .small-screen{
        display:none
    }
    .contact-info ul{
        margin-bottom:0!important;
        font-size:14px
    }
    #treatments_hero p{
        font-size:16px;
        width:75%;
        margin:0 auto
    }
    .programs-wrp h2{
        position:relative
    }
    .programs-wrp h2:before{
        width:254px;
        left:22px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        border:1px solid grey
    }
    .programs-wrp h2:after{
        width:254px;
        right:22px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        border:1px solid grey
    }
    .admission-rw h2{
        position:relative
    }
    .admission-rw h2:after{
        width:238px;
        right:351px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        height:1px;
        background:#00bef2
    }
    #hero .carousel-caption{
        top:50%;
        transform:translate(-6%,-60%);
        left:10%
    }
    #hero .carousel-caption.slider-b{
        top:45%;
        left:22%
    }
    #hero .carousel-caption.text-left{
        transform:translate(-7%,-75%)
    }
    #we_offer{
        margin:80px 80px
    }
    .video-bg2{
        bottom:19px;
        right:-24px
    }
    .tabcontent{
        padding:0 0 20px 5px
    }
    #key_feature .key-feature-wrap{
        padding-right:0
    }
    #key_feature .shadow_img{
        padding-top:10px
    }
    #understanding_treat .cont-wrp{
        padding-left:0
    }
    #our_team .shadow_img{
        position:relative;
        left:0;
        padding:0 10px
    }
    #understanding_treat .under_list li{
        margin:0 24px 9px 0
    }
    #our_team .cont-wrp p{
        margin:0 0 15px 0
    }
    #we_beleive .we-beleive-wrap{
        padding:20px 0 0 0
    }
    #about_detox .about-detox-wrap{
        padding:0 0 0 20px!important
    }
    #our_programs .img-bg{
        top:1%!important
    }
    #about_admission .admission-form input[type=text]{
        width:100%;
        margin:0;
        background:#e8f0fe;
        font-size:14px;
        font-weight:500
    }
    #blog .blog-box .blog-cont-wrp h4, #blog .blog-box .blog-cont-wrp h3{
        font-size:18px!important
    }
	#blog .blog-box .blog-cont-wrp a h3{color:#212121 !important;}
    #blog .blog-box .blog-cont-wrp{
        padding:50px 27px 30px 30px;
        z-index:1;
        min-height:230px;
    }
    #our_contact .under_list li{
        width:100%!important
    }
    footer.contact_footer{
        padding:170px 0 40px 0;
        margin-top:-9vw
    }
    #our_programs .icon-box-program{
        margin:0 0 6vw 0
    }
    #we_beleive .we-beleive-wrap{
        padding:0
    }
    #our_team .cont-wrp{
        padding-left:5px
    }
    #hero .carousel-wrp{
        width:100%
    }
    #blog .video-bg.blog_icon1,#blog .video-bg.blog_icon2,#blog .video-bg.blog_icon3,.video-bg.blog_icon{
        display:none
    }
	#blog .blog-box .blog-cont-wrp h3{
		font-size:18px!important;
		line-height: 28px;
		margin-bottom: 10px!important;
		text-align: left;
	}
	#blog .blog-box .blog-cont-wrp h3 a{color:#212121;}
}

@media (min-width:1551px){
	.insurance-dark{height:118px;}
}
@media (max-width:1550px){
	.insurance-dark{height:92px;}
}
@media (min-width:1400px){
	footer .container{max-width:1320px;}
	
}
@media (min-width: 1024px) and (max-width: 1400px){ 
	#ver_menu .dd_menu{padding-bottom:120px;}
}
@media only screen and (min-width: 1200px){
	.video_wrp .container{width:1100px; margin:0 auto;}
}
/* css above screen 1201px */
@media (min-width:1201px){
    #admission_process .admission-box p{
        min-height:400px
    }
	.ppc-facilities .ttl{width:73%;}	
	.what-provide{padding-bottom:0px;}
	#about_avatar .tab h3 {color: #FFF !important;}
	.therapy_form{margin-top:90px !important;}
	/*.strthl_cb_ht{min-height:170px;}*/
}

@media (min-width:1501px){
	#menu-item-10045 > ul{height: 585px; overflow-y:scroll;}
	#menu-item-10083 > ul{width:350px;}
}

@media (max-width:1500px){
	#menu-item-10045 > ul{height: 525px; overflow-y:scroll;}
}

/* css upto screen 1200px */
@media (max-width:1200px){
	#menu-item-10045 > ul{height: 510px; overflow-y: scroll;}
	.strthl_cb_ht{min-height:196px;}
    #admission_process .admission-box p{
        min-height:450px;
    }
    .contact-info ul{
        margin-bottom:0!important;
        font-size:12px;
    }
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:960px!important
    }
    #about_hero .about_lotus{
        width:390px;
    }
    .small-screen{
        display:none;
    }
    #treatments_hero p{
        font-size:17px;
        width:75%;
        margin:0 auto;
    }
    .programs-wrp h2{
        position:relative
    }
    .programs-wrp h2:before{
        width:160px;
        left:22px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        border:1px solid grey;
    }
    .programs-wrp h2:after{
        width:160px;
        right:22px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        border:1px solid grey
    }
    .admission-rw h2{
        position:relative
    }
    .admission-rw h2:after{
        width:118px;
        right:290px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        height:1px;
        background:#00bef2
    }
    #admission_process .admission-box{
        padding:30px 14px
    }
    #about_admission .admission-form .input-field{
        padding-left:0
    }
    #about_admission .admission-form .admision-title{
        width:90%
    }
    #hero .carousel-caption{
        top:48%;
        transform:translate(-6%,-65%);
        left:10%;
    }
    #we_offer{
        margin:80px 0
    }
    .video-bg2{
        bottom:19px;
        right:-24px
    }
    .tabcontent{
        padding:0 0 20px 5px
    }
    #treatment_programs .treat-prog-listing li{
        width:100%
    }
    .overlap-category{
        z-index:20;
        position:relative;
        border-radius:10px;
        margin-top:-50px;
    }
    #about_avatar .tab{
        padding:10px 0 0 25px
    }
    #about_avatar .tablinks,#about_avatar ul li a{
        padding:25px 15px
    }
    .footer-right-sec{
        padding-left:20px
    }
    .pd-lr-40{
        padding:0 20px
    }
    #key_feature .key-feature-wrap{
        padding-right:0
    }
    #key_feature .shadow_img{
        padding-top:10px
    }
    #understanding_treat .cont-wrp{
        padding-left:0
    }
    #our_team .shadow_img{
        position:relative;
        left:0;
        padding:0 10px
    }
    #understanding_treat .under_list li{
        width:42%;
        margin:0 24px 9px 0
    }
    #our_team .cont-wrp p{
        margin:0 0 15px 0
    }
    #we_beleive .we-beleive-wrap{
        padding:20px 0 0 0
    }
    #about_detox .about-detox-wrap{
        padding:0 0 0 20px!important
    }
    #our_programs .img-bg{
        bottom:40%!important
    }
    #about_admission .admission-form input[type=text]{
        width:96%;
        margin:0 5px 12px 5px
    }
    #blog .blog-box .blog-cont-wrp h4{
        font-size:17px!important
    }
    #blog .blog-box .blog-cont-wrp{
        padding:50px 32px 60px 50px;
        z-index:1
    }
    #our_contact .under_list li{
        width:100%!important
    }
    footer.contact_footer{
        padding:170px 0 40px 0;
        margin-top:-9vw
    }
    #our_programs .icon-box-program{
        margin:3vw 0 6vw 0;
		min-height: 375px !important;
    }
    #we_beleive .we-beleive-wrap{
        padding:0
    }
    #our_team .cont-wrp{
        padding-left:5px
    }
    .dtx-symptoms{
        padding:2vw 0
    }
    #special_therapy{
        padding:55px 0 200px 0
    }
	#treatment_options .treat-options-block .address{min-height:375px !important;}
	#ppc-wrp .start_hl .icon-box-therapy{min-height:395px !important;}
}
/*-- 1200px screen end --*/
/* css for screen between 992px to 1201px */ 
@media screen and (max-width:1201px) and (min-width:992px){
    #about_admission .admission-form input[type=text],#about_admission input[type=email],#about_admission input[type=tel],#about_admission textarea{
        width:90%
    }
    .wpcf7-form{
        text-align:center
    }	
}
@media screen and (max-width:1200px) and (min-width:1000px){
	#ppc-wrp .icon-box-therapy{min-height: 392px !important;}
	#ppc-wrp.drug_srvc .icon-box-therapy{min-height: 590px !important;}
	#ppc-wrp.alcohol_srvc .icon-box-therapy{min-height: 660px !important;}
	#we_accept .clients-wrap .ppc-jan{width: 715px;}
}
@media screen and (max-width:1200px) and (min-width:1025px){
	#our_programs .icon-box-program{min-height:445px;}
	#blog .blog-box .blog-cont-wrp{padding: 62px 32px 35px 50px; min-height: 238px;}
}
@media screen and (max-width:1120px) and (min-width:962px){
#hero .carousel-caption {top: 61% !important;}
}
/* css above screen 1024px and under screen 1100px */
@media screen and (max-width:1100px) and (min-width:1024px){
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-sec{
        width:93%!important
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid.input-tab{
        width:43%!important
    }
    #contact_us textarea{
        width:96%!important;
        margin-right:6px;
        margin-left:6px
    }
    #treatment_options .treat-options-block .address:hover{
        min-height:284px !important;
    }
	
.slid2 .carousel-wrp{
	padding-top: 25px !important;
}
	#about_avatar {background-size: cover;}
	#about_avatar .tab h3{margin-top:0;}
}
/* css above screen 1024px and under screen 1100px END*/

@media (max-width:1100px){
	.insurance-dark{height:65px;}
}
/* css under screen 1025px */
@media (max-width:1025px){
    #all_type_therapy .icon-box-therapy{
        min-height:356px
    }
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px!important
    }
    #topbar{
        background:#f5f5f5
    }
    #topbar .small-screen{
        width:100%;
        text-align:center;
        padding-bottom:10px
    }
    .small-screen{
        display:block!important
    }
    .ppc-tp-headr .small-screen{
        display:none!important
    }
	.ppc-tp-headr .contact-info{float:right;}
	.ppc-tp-headr .res-dn{display:block!important}
    .terapy_program .shadow_img .img-bg2{
        bottom:10px
    }
    .contact-info ul{
        margin-bottom:0!important;
        font-size:11px
    }
    .overlap-category .contac-dtl img{
        margin-left:-40px
    }
    nav{
        position:sticky;
        top:0;
        z-index:99;
        background:#fff
    }
    nav .logo{
        float:none;
        width:auto;
        justify-content:center
    }
    nav .links{
        float:none;
        position:fixed;
        z-index:9;
        left:0;
        right:0;
        top:149px;
        bottom:100%;
        width:auto;
        height:auto;
        flex-direction:column;
        justify-content:space-evenly;
        background-color:rgba(0,0,0,.8);
        overflow:hidden;
        box-sizing:border-box;
        transition:all .5s ease-in-out
    }
    nav .links a{
        font-size:20px;
        color:#fff
    }
    nav .links li{
        display:block;
        text-align:center;
        margin:0;
        line-height:18px;
        padding:0
    }
    nav :checked~.links{
        bottom:0;
        display:none
    }
    nav .icon-burger{
        display:block;
        width:36px;
        height:36px;
        background:url(../images/icon-hamburger.jpg) no-repeat 0 0
    }
    nav :checked~.icon-burger .line:nth-child(1){
        transform:translateY(10px) rotate(225deg)
    }
    nav :checked~.icon-burger .line:nth-child(3){
        transform:translateY(-10px) rotate(-225deg)
    }
    nav :checked~.icon-burger .line:nth-child(2){
        opacity:0
    }
    nav ul li a:hover{
        color:#fff
    }
	div#topbar a{
		color:#00bef2!important;
	}
	div#topbar .ppc-bg a{color:#FFF !important;}
    #hero .carousel-caption{
        top:44%
    }
    .image_mobile_big{
        display:block;
        height:497px
    }
    #about_hero .about_lotus{
        width:390px
    }
    .ds-lotus{
        display:none
    }
    #about_avatar .tab{
        padding:35px 0 0 15px
    }
    #about_avatar .tablinks,#about_avatar ul li a{
        padding:25px 15px
    }
    #treatment_programs .treat-prog-listing{
        padding-right:5px
    }
    .admission-rw h2:after{
        width:120px;
        right:290px
    }
    #treatment_options .treat-options-block .treat_info{
        padding-left:25px
    }
    #treatment_options .treat-options-block .address{
        padding:30px 20px 30px 15px
    }
    #treatment_options .treat-options-block .address:hover{
        padding:30px 20px 30px 15px
    }
    #hero .container{
        padding:80px 0
    }
    #understanding_treat .under_list li{
        width:49%;
        margin:0 0 10px 0
    }
    .overlap-category{
        margin-top:-40px;
    }
    footer.contact_footer{
        padding:120px 0 40px 0;
        margin-top:-9vw
    }
    #about_admission .admission-form{
        padding:50px 28px!important;
        margin:0 auto!important
    }	
    #about_admission .admission-form input[type=text]{
        width:96%!important
    }
    #about_admission .admission-form .input-field{
        padding-left:5px!important;
        text-align:center
    }
    #admission_process .admission-box{
        padding:20px 10px
    }
	#about_admission .join-team{padding:30px 14px 30px 8px !important;}	
	#about_admission .join-team textarea {width: 99% !important; margin-left:6px;}
	input#input_8_4, #about_admission .join-team input[type=text]{width:99% !important;}
	div#field_8_8 {padding: 0 0 0 11px;}
	#about_admission .admission-form input[type=text]
	
    .footer-right-sec{
        padding-left:40px!important
    }
    footer.contact_footer{
        padding:150px 0 40px 0!important
    }
    .icon-sticky{
        position:fixed;
        bottom:10px;
        right:12px;
        z-index:99
    }
    a.call-icon.icon-mobile{
        display:block
    }
    .icon-sticky a{
        width:40px;
        height:40px;
        padding:7px;
        text-align:center;
        border-radius:50%;
        box-shadow:0 0 20px 0 #777777bf;
        background-color:#00bef2;
        margin-bottom:10px;
        display:block
    }
    .icon-sticky img{
        width:90%
    }
    .mbl-menu img{
        float:right
    }
    .sm_tp_row p{
        text-align:center;
        margin:9px 0 6px 0;
        font-size:14px;
        font-weight:500
    }
    .sm_tp_row h3,.sm_tp_row span.header-h3{
        font-size:22px!important;
        font-weight:700!important;
        text-align:center;
        color:#212121!important;
        margin:0; display: flex; align-items: center;
    }
    .sm_tp_row h3 a,.sm_tp_row span.header-h3 a{
        color:#212121!important;
        font-weight:600
    }
    .sm_tp_row h3 i,.sm_tp_row span.header-h3 i{
        color:#00bef2;
        margin-right:5px;
        font-weight:700
    }
    #special_therapy{
        padding:55px 0 180px 0
    }
	.ppc-ameni-pb{padding-bottom:5px;}
    .footer-right-sec li i{
        width:22px;
        text-align:center
    }
    .video-wrp{
        margin-top:50px
    }
    #we_offer{
        padding:0 30px
    }
    .video-wrp{
        margin-top:200px
    }
    .video-bg{
        top:109px;
        left:61%;
        background-size:100%;
        width:181px;
        height:146px
    }
    .video-bg2{
        background:url(../images/blog-bg.svg) no-repeat 0 0;
        top:10%;
        left:0;
        width:130px;
        height:130px;
    }
}
/* css under screen 1025px END*/
@media screen and (max-width:1024px) and (min-width:992px){
	.start-healing .spcl-therapy-wrp {padding: 0vw 1vw !important;}
	.dis_path_1{padding: 0 !important;}
	.alcohol_bnr .spcl-therapy-wrp{padding-top:0 !important;}
	#our_facilities.drug_faci, #our_facilities.alcohol_faci{padding-bottom:0 !important;}
	.drug_whychoose .mt-5{margin-top:15px !important;}
	.navbar-light .navbar-nav .nav-link{font-size:13px !important;}
	.navbar-light .navbar-nav .nav-link {padding-left: 0px; padding-right: 9px;}
	.navbar-expand-lg .navbar-nav{margin-left:12px;}
	nav ul li {margin: 0 5px;}
	.svg_logo img.logo-tp{width:auto !important; height:46px;}
	#ppc-wrp.alcohol_srvc .icon-box-therapy{min-height:650px !important;}
	.thanks-rw .thnks-img{height:100px;}
	.ftr_legit{bottom:27px;}
}
/* MP 31-oct-22 PPC page set start*/
@media (max-width:1024px){
	.banner .banner_cont{padding-right:0; margin-bottom:10px;}
	.form_sec{margin-bottom:20px;}
	.sec_what_us{text-align:center;}
	.about_sec{text-align:center;}
	.about_sec .title_txt h2{text-align:center; margin:10px auto;}
	.index-ii .about_sec .dark_btn{margin-bottom:0;}
	.index-ii .about_sec.v3_1{margin: 0px 0 30px 0;}
	.google_code{margin-bottom:0;}
	.facility_sec .container{width:100%;}
	 #treatment_options .treat-options-block .address{
        min-height:358px
    }
    #treatment_options .treat-options-block .address:hover{
        min-height:333px
    }
    #our_programs .icon-box-program{
        min-height:481px
    }
    #blog .blog-box .blog-cont-wrp{
        min-height:204px;
        padding:50px 15px 30px 15px;
    }
    .team-photo{
        width:191px;
        height:191px
    }
    #hero .carousel-caption.text-left .carousel-wrp{
        width:81%
    }
    #hero .carousel-inner p.sub_ttl{
        margin-bottom:0!important
    }
    #hero .carousel-caption h1,span.slider-h1{
        padding-bottom:0
    }
    #hero .carousel-inner p{
        line-height:26px
    }
    .image_full{
        margin-bottom:-36px!important
    }
	/*PPC page */
	.ppc-insurance .health-ins-logos li{margin-left:8px !important;}
	.first-photo .team-photo img{width:191px;}
	#we_accept .health-icon .health-ins-logos li{width:132px !important;}
	.ful-width-pt li{width:48% !important;}
	.nov-amenity h2, .drug-bnr h1{font-size:22px!important;}	
	#about_therapy .shadow_img img{width: 593px !important; height:auto !important; top: -44px !important;}
	
	#about_therapy .shadow_img .img-bg{bottom:157px !important;}
	#ppc-amenities .dot-bg-img3{bottom:33%;}
	.ppc-we-accept span.head-3{text-align:left;}
	.health-icon .head-3{text-align:center !important;}
	.ppc-facilities .facility-img{padding:0 !important;}
	.nov-ppcWrp{margin-top:-14px !important;}
	.contact-logo .col-md-3	{padding:0 4px;}
	#we_accept .ppc-jan{width:815px;}
	#we_accept .ppc-jan li {width: 125px !important; margin-left: 15px !important;margin-bottom: 20px;}
	#treatment_programs.treat_sty  .treat-prog-listing a li, #treatment_programs .treat-prog-listing li{
		padding:15px 10px !important; width:100% !important;
	}
	.treat_inr_sty#our_team{background:none !important; margin-bottom:15px !important;}
	.treatment_inr_sty .inr-wrp{margin-top:0 !important;}
	.treatment_inr_sty#about_detox{padding-bottom:0!important;}
	.cbt-trt-wrp.co-occ-sty{padding-bottom:0 !important;}
	.cbt-trt-wrp.co-occ-sty p:last-child{display:none;}
	.mbl_tp{display: flex; justify-content: space-between;}
	#topbar{height:48px;}
	#topbar .tp-wrp {height: 62px;}
	.sticky-top{top:-2px !important;}
	#topbar.ppc-tp-headr {height: 72px;}	
	#special_therapy.therapy_pg .spcl-therapy-img{min-height:auto !important;}	
	#ppc-wrp.nov-ppcWrp{margin-top:0 !important;}
	.img_box_content {min-height: 235px;}
	
	.column_grid, .column_grid.two_col, .column_grid.three_col, .column_grid.four_col{
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);}
	/* ---Team page CSS start--- */
	.team-photo {
		width: 191px;
		height: 191px;
	}
	.team_page #ourteam .row:nth-child(1), .team_page #ourteam .row:nth-child(2) .col-md-6 .teamBlock{
		padding-right:0;
	}
	/* ---Team page CSS end--- */
}
/* 1024px screen end */
/* css for screen between 1023px to 992px */ 
@media screen and (max-width:1023px) and (min-width:992px){
    #contact_us .input-field input[type=text],.input-field input[type=email],.input-field input[type=tel],.input-field input[type=text]{
        width:94%!important
    }
}
/* css above screen 992px */
@media (min-width:992px){
    #we_beleive .we-beleive-wrap{
        padding-right:35px
    }
    .dual-diagnosis{
        padding-top:25px
    }
	.ppc-insurance-pl{padding-right:30px;}
	.treat_inr_pg .about-detox-wrap{padding-top:0!important; padding-right:0 !important;}
	.treat_inr_pg #we_beleive .we-beleive-wrap{padding-top:0 !important;}
	.treat_inr_pg .blueTick li{width:48%;}
	a.dropdown-item:hover, a.dropdown-item:focus {
    	color: #FFF !important;
    	background: #0056b3 !important;
	}	
}
/* min-width 992 screen end */
/* max-width 992 screen start */
@media (max-width:992px){
#ppc-wrp.drug_srvc .icon-box-therapy{min-height:575px !important;}
	#about_avatar .start_hl_tab_sec .treatment li {width: 99%;}	
}
/* max-width 991 screen end */
@media (max-width:991px){
	.banner{padding:30px 0px 15px 0; margin-bottom: 30px;}
	.banner.v3_1{margin-bottom:0;}
	.banner_btm{margin-top:30px; padding:40px 30px;}
	.order1{order:1; margin-bottom:30px;}
	.order2{order:2;}
	.bnr_img.order1{margin-bottom:0px;} 
	.form_sec{width:100%;}
	.modal-open .modal{background:#040404ad !important;}
    .ds-n-md{display:block}
	.col-md-3.res-dn {display: none !important;}
	.navbar-collapse{display: none;}	
	.colum_bg_img{padding:0; margin:0; display:none;}
	.first_row .blockquote_2{min-height:auto; margin-bottom: 28px;}
	.collapse.show {display: block;}
    .overlap-category .contac-dtl{
        width:100%;
        padding:0 30px
    }
    .overlap-category .contac-dtl img{
        height:auto;
        margin-top:47%;
        margin-left:-29px
    }
    .overlap-category .contac-dtl .col-lg-4.col-md-6.pd-tb-40.mbl-tp-nn,.overlap-category .contac-dtl .col-lg-4.col-md-6.pd-tb-40.pb-nn-sm{
        flex:auto;
        max-width:100%
    }
	#we_offer .address{margin-bottom: 20px !important;}
    #about_avatar .tab{
        padding:0 40px 20px 40px
    }
    .contact-info li{
        margin-right:20px
    }
    .image_mobile_big{
        display:block;
        height:478px
    }
    #about_hero .about_lotus{
        top:-211px;
        width:380px;
        height:285px
    }
    #our_team .shadow_img{
        margin:0 0 20px 0
    }
    #our_facilities{
    padding: 35px 15px !important;
    }
    .footer-right-sec{
        padding-left:0!important
    }
	
/*
.container,.container-md,.container-sm{
        max-width:930px!important
    } */
    #about_admission .admission-form{
        margin:0vw auto 0 auto!important
    }
    #admission_process .admission-box{
        padding:20px 20px
    }
    .admission-rw h2:after{
        width:98px;
        right:280px;
        left:43%;
		display:none;
    }
    .avatar-btn{
        padding:8px 20px
    }
    #contact_us .contact-us-info{
        margin:4vw 0 0 0
    }
    #understanding_treat .cont-wrp{
        padding:4vw 0 0 0
    }
    #hero .carousel-caption{
        top:43%
    }
    .shadow_img{
        padding:3vw 0 0 0; margin-bottom:25px;
    }
    .video-bg.blog_icon1{
        left:-12vw;
        top:16vw
    }
    .newteam-list li{
        width:46%
    }
    .spcl-therapy-wrp .under_list{
        position:absolute;
        padding:40px 40px;
        right:5vw;
        bottom:-2vw;
        left:auto;
        top:auto;
        width:50%
    }
    #special_therapy .spcl-therapy-wrp{
        padding:4vw 4vw
    }
    #special_therapy{
        padding:55px 0 100px 0
    }
	.first-photo .team-photo img {width: 121px;}
	.new-nov#ppc-prog-list{padding:30px !important;}
	.new-nov .cont-wrp{padding-top:0;}
	.blueTick li{width:49%; padding-left:28px;}
	.home_abt_sty .treatment, .home_abt_sty .tabcontent{min-height:auto !important;}
	.treat_inr_pg .blueTick li{width:99%;}
	.alcohol_srvc{padding-bottom:5px !important;}
	#ppc-wrp.drug_srvc{padding:30px 0 35px 0;}
	#ppc-wrp.alcohol_srvc .icon-box-therapy, #ppc-wrp.drug_srvc .icon-box-therapy{min-height:auto !important; margin-bottom:30px;}
	.thanks-rw .thnks-img{height:100px;} 
	.wt-wetreat .column_grid{grid-template-columns: minmax(0,1fr) !important;}
.wt-wetreat .column_grid li{width:100%;}
	.wo-facility-icon{background-position: 2px 5px !important;}
.wo-medical-icon{background-position: 2px -154px !important;}
.wo-admissions-icon{background-position: 2px -46px !important;}
.wo-complementary-icon{background-position: 2px -101px !important;}
.home #special_therapy{padding: 55px 0 70px 0 !important;}
	#ppc-amenities.hm_bnr_wrp .under_list{margin-top: 20px !important;}
	.link-h6:hover .head6 {color: #65696a !important;}
	.inner_pg_bnr{height:auto;}
	#topbar.top_with_brand{background:#FFF !important;}
	.hero_v2{width:98%;}
	.sticky-top.nav_v2{background:#FFF !important;}
	.video_wrp .box_content_wrp{width:100%;}
	.ftr_v2_logo{text-align:center;}
	.ftr_v2_logo img{width:210px;}
	.img_box{margin-bottom:20px;}
	.img_box_content {min-height:305px;}
	.grid_wrp .icon_box_icon{
		display:inline-block;
		height: 71px;
		margin: 0 auto;
		margin-bottom: 16px;
	}
	img + .col-md-12{margin-bottom:15px;}
	.col-md-12.pl-30{padding:15px; padding-bottom:0;}
	.mb-70{margin-bottom:40px !important;}
	.ppc-tp-headr .logo{max-width:100%; position:relative;}
	.ppc-tp-headr .logo img{width:240px;}
	.logo button.navbar-toggler{right:45px !important;}
	#topbar{z-index:9 !important; box-shadow:none !important;}
	.sticky-top .col-md-1 .searchwp-modal-form-trigger-el{display:none;}
	.searchwp-modal-form-trigger-el{
		cursor: pointer;
		position: absolute;
		top:19px;
		z-index: 9999; right:2px;
	}
	.searchwp-modal-form-trigger-el.fa-search:before{font-size: 23px;}
	button.navbar-toggler, button.navbar-toggler.collapsed{top:22px;}
	.mobile_menu{display:block;}
	.main-parent.active .sub-menu{display:block !important;}
	.team-photo{
        width:141px;
        height:141px
    }
	.first-photo .team-photo img {width: 121px;}
    #treatment_options .treat-options-block .address{
        min-height:376px
    }
    #treatment_options .treat-options-block .address:hover{
        min-height:376px
    }
    .d-flex-inline{
        width:100%
    }
	/* ---Team page CSS start--- */
	.team-photo{
		width: 141px;
		height: 141px;
	}
	.team-lft-col, .team-rt-sec .team-lft-col{
		padding-top:0;
	}
	#ourteam .col-md-6{
		text-align:right;
	}
	#ourteam .col-md-6.ourteam-pdl, #ourteam .teamBlock{
		text-align:left;
		padding-right:0;
	}
	/* ---Team page CSS end--- */
	.rehab-options a{font-size:14px !important;}
	#about_therapy .shadow_img .img-bg{bottom:47px !important;}
	#we_accept .ppc-jan {width: 700px;}
	#we_accept .ppc-jan li{width:115px !important; float:inherit !important;}
	.dis_path_1{Order:-1; text-align: center; margin-bottom: 40px;}
	.overlap-category .contac-dtl img{height: auto !important; margin-top: 15%; margin-left: -29px;}
	.alcohol_bnr .spcl-therapy-wrp{padding-top:0 !important;}
	.drug-bnr h1{margin-bottom:25px;} 
	.alcohol-bnr ul.under_list.yogaThp.nov-yogathp, .drug-bnr ul.under_list.yogaThp.nov-yogathp{margin-top:30px !important; padding:34px 30px 16px 30px !important;}
	.navbar-toggler{position:absolute; right:60px; top:14px;}
	.janPPC .navbar-toggler{top:15px;}
	.mbl_tp{display: flex; justify-content: space-between;}
	.mbl_tp a, .mbl_tp i{font-weight:500 !important;}
	.ppc-tp-headr .tp-wrp{height:40px !important;}
	#topbar{height:47px;}
	#topbar .tp-wrp{height:56px;}
	.sticky-top {top: 40px !important;}
	.lotus-img{align-self:center;}
	.lotus-img img{margin-top:0 !important; }
	.form_div{margin-top:20px;}
	.icon_box .icon_box_content{padding-left: 15px;}
	.section-container.facility_pg{display:block;}
	.facility_pg .text-section_modaliti{padding:15px 0 0 0;}
	.section-container.facility_pg img{border-radius:0;}
	.facility_pg .modaliti_image-section{padding:0;}
	.section-container{display:block; padding:25px;}
	.text-section_modaliti{padding:20px 0;}
	.key_treatment .img_box_content{min-height:auto;}
	.desk_mt_60{margin-top:0;}
	.blue_box_bg.addiction_pg{padding:20px 0;}
	.blue_box_bg.addiction_pg img{margin-bottom:15px;}
	.form-section .box_cntct_lft{padding: 0 30px !important;}
	.feel_free{padding: 40px 0;	}
	.pickup{padding:0 25px;}
	.order-1 img{margin-bottom:20px;}
	.about_pg .img_box_content{min-height:auto;}
	.bg_row_1, .bgimg_sec{padding:30px 20px;}
	.team_about_img{margin-bottom:25px;}
	.section-container .section-container{padding: 0 10px;}
	.modaliti_image-section.career_pg{margin-bottom:15px; text-align:center;}
	.text-section_modaliti{padding-bottom:0;}
	.tab_order_1{order:1;}
	.tab_order_2{order:2;}
	.tab_order_1 img, .about_modality img{margin-bottom:15px;}
	.map_sec{padding-left:0;}
	.mb-50{margin-bottom: 25px;}
	.addiction_wrp .fieldset .field_wrp{min-height:auto;}
	.tbl_img .tbl_bdr{padding: 35px;}
	.y-us-section{padding:30px;}
	.y-us-section .pr-40{padding-right:0 !important; margin-bottom:20px;}
	.y-us-col{padding-left: 50px !important; margin-top:15px;}
	.fieldset fieldset{min-height:auto;}
	.tab_two_col{grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;}
	.tbl_bdr p:last-child, #we_beleive .mb-40 .we-beleive-wrap{margin-bottom:0;}
	.tbl_bdr a{display: inline-block;}
	.mb-50 + .mt-40{margin-top:0;}
	.cocain_add .text-section_modaliti, .cocain_add .modaliti_img{padding: 20px;}
	.tab_two_col{grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);}
	.tab_mb_20, .form-section .box_cntct_lft .form{margin-bottom:20px;}
	.mb-50 + div#we_beleive, .mb-50 + #treatment_options{padding-top: 0;}
	.feel_free.fgt{padding: 40px 20px;}
	section.form-section{padding:0 20px;}
	.addic_asses.bg_row_1 .column_grid.two_col{grid-template-columns: minmax(0, 1fr);}
	.bg_row_1 #treatment_options{padding: 5px 0px 0 0px;}
	#we_beleive .mb-40{margin-bottom: 10px;}
	.trauma_box{padding-left:30px;}
	
}
/* 991px screen end */
/* css for screen between 769px to 991px */ 
@media screen and (max-width:991px) and (min-width:769px){
    #wpcf7-f1069-o1 .wpcf7-form-control-wrap{
        width:100%!important
    }
}
/* css for screen between 768px to 991px */ 
@media screen and (max-width:991px) and (min-width:768px){
    .qount-num2:before{
        width:266px;
        left:23px
    }
    .qount-num2 span{
        right:-115px
    }	
	.home .begin_heal_form .form_cont{padding:0 40px 40px; text-align:left;}
}
/* css for screen between 600px to 991px */ 
@media screen and (max-width:991px) and (min-width:600px){
    .wpcf7-form-control-wrap{
        width:49%!important;
        display:inline-flex
    }
    .wpcf7-form-control-wrap input[type=email],.wpcf7-form-control-wrap input[type=tel],.wpcf7-form-control-wrap input[type=text],.wpcf7-form-control-wrap textarea{
        width:100%!important
    }
	.ftr_legit.ppc-logo{margin-bottom:20px; width:350px;}
}
/*media screen 990px START */
@media only screen and (max-width: 990px){
	.our-team{ margin-bottom: 30px; }
	.our-team .team-content:before,
	.our-team .team-content:after{
		height: 50px;
		top: -24px;
	}
	.our-team .title:before,
	.our-team .title:after{
		top: -85px;
		height: 102px;
	}
	.our-team .title:before{
		left: 35%;
	}
	.our-team .title:after{
		right: 35%;
	}
	.ftr_menu_1 .navbar-nav {
		background: transparent;
		margin-top: 15px;
	}
	.img_box, .row_img img{margin-bottom:20px;}
}
/*media screen 990px END */
/* css under screen 961px */
@media (max-width:961px){	
    .cash-m{
        margin:0 -10px
    }   
    select#country{
        border:1px solid #bcbcbc;
        width:98%;
        height:40px;
        padding:10px 18px;
        margin-bottom:10px;
        border-radius:50px;
        text-transform:uppercase;
        outline:0;
        font-size:10px;
        font-weight:600;
        color:#212121
    }
/* next prev css */
	.avatar-btn .next{
        font-size:21px;
        margin-left:8px;
        line-height:initial;
        margin-top:0
    }
    .avatar-btn .previous{
        font-size:21px;
        margin-right:8px;
        margin-bottom:0;
        line-height:initial;
        margin-left:auto;
        margin-top:0
    }
    #hero p{
        font-size:16px!important;
        line-height:28px!important;
		text-align:center;
    }
/* header banner css */
	#hero h1{
        line-height:26px!important;
        margin-top:10px;
        margin-bottom:15px;
        font-size:26px!important
    }
    #hero .container{
        text-align:left;
        max-width:100%;
        padding:40px 30px
    }
    #hero .sm-txt-justify{
        text-align:justify
    }
    .image_mobile_big{
        display:block;
        width:100%;
        height:auto
    }
    #hero .carousel-caption,#hero .carousel-caption.text-left{
        top:40%;
        width:85%;
        left:50%;
        text-align:justify;
        transform:translate(-50%,-50%)
    }
    .carousel-caption.slider-b{
        top:35%!important
    }
    .carousel-item.first-slider p{
        text-align:left!important
    }
    #hero .carousel-caption.text-left .carousel-wrp{
        padding:0;
        background-color:transparent
    }
    #hero .carousel-caption img,.carousel-inner>.item>a>img,.carousel-inner>.item>img{
        width:100%;
        height:auto
    }
    #hero .btn-getStarted{
        margin-top:10px
    }
    .carousel-indicators{
        display:none!important
    }
    .overlap-category{
        margin:40px 40px 0 40px
    }
    .video-bg.blog_icon{
        display:none
    }
    .video-bg.blog_icon1{
        display:none
    }
    .video-bg.blog_icon3{
        display:none
    }
	/* contact page footer css*/
    footer.contact_footer{
        padding:120px 0 40px 0;
        margin-top:-9vw
    }
    .small-screen{
        display:block!important
    }
    #all_type_therapy .icon-box-therapy h4{
        font-size:16px;
        font-weight:600!important;
        margin-left:15px
    }
    #all_type_therapy .icon-box-therapy .therapy-title{
        display:flex;
        align-items:center
    }
    /* home page video bg css */
	#we_offer .video-bg{
        width:153px;
        height:119px;
        top:-9px;
        left:19%
    }
    #we_offer .video-bg{
        width:153px;
        height:119px;
        top:146px;
        left:82%;
        background-size:85%
    }
    #we_offer .video-bg2{
        top:30px;
        left:30px;
        background-size:100%
    }
	/*Home page- Courtesy Transportation section*/
    .schedule-wrp{
        padding:0 15px
    }
    .req-call input[type=text]{
        color:#fff;
        font-size:14px
    }
    .schedule-wrp form-control::placeholder{
        color:#fff
    }
    .schedule-wrp .schedule-pera{
        text-align:center
    }
    #hero .sub_ttl{
        color:#00bef2;
        font-size:16px;
        font-weight:500;
        line-height:20px;
		text-align:center;
    }
    .copyright{
        padding-left:0px!important
    }
    #we_offer{
        margin:35px 0
    }
    #we_offer .video-wrp{
        padding:22px 15px;
        text-align:center
    }
    #we_offer .video-wrp video{
        width:100%;
        border-radius:47px 0 0 0
    }
    .we_offer_wrp .address i{
        width:58px;
        height:58px
    }
    .we_offer_wrp .address p{
        font-size:15px;
        line-height:27px
    }
    #about_avatar .tab{
        padding:15px !important;
    }
    #about_avatar{
        background:url(../images/background-svg.svg) no-repeat 0 0;
        padding:5px 20px 35px 20px;
        background-size:cover;
        background-position:center
    }
    #about_avatar h3, .alc_tab_sec span.head-3, .start_hl_tab_sec span.head-3{
        color:#fff!important;
        font-size:18px!important;
		margin-top:20px; display:block;
    }
    #about_avatar h2{
        color:#fff;
        font-size:22px!important
    }
    #about_avatar .treatment h2{
        margin-bottom:15px
    }
    #we_offer{
        padding:0;
        margin-bottom:20px;
        overflow:hidden
    }
    .we_offer_wrp{
        padding:0 15px
    }
    .we_offer_wrp h3{
        font-size:18px!important;
        margin-top:0px
    }
    .we_offer_wrp h2{
        font-size:22px!important;
        line-height:26px
    }
    #about_avatar ul li a{
        font-size:14px
    }
    .we_offer_mt_40{
        margin-top:0
    }
    .we_offer_wrp .address{
        margin-bottom:25px
    }
    #we_accept{
        padding:20px 15px;
        margin-bottom:12px
    }
    .health-ins-logos li{        
        float:left;
        margin:0 0 20px 0!important;
        padding:0
    }
    .health-ins-logos{
        margin-bottom:0!important;
        margin-top:8px!important
    }
    #we_accept .programs-wrp{
        padding:0 25px
    }
    #process_insurance img{
        width:200px;
        padding:5px
    }
    #process_insurance ul{
        display:inline-block!important;
        margin-right:0!important
    }
    .health-ins-logos li img{
        max-width:100%;
        text-align:center;
        height:auto;
        margin:0 auto
    }
    #we_accept .btn-wrp{
        width:100%;
        text-align:center;
        align-items:center;
        display:inline-block;
        margin:10px 0
    }
    #our_facilities{
        padding:30px 20px
    }
    #our_facilities .ttl{
        text-align:center;
        padding-left:10px
    }
	.ppc-facilities .ttl{text-align:center !important;}
    #about_hero .about-hero-sec p{
        font-size:14px;
        line-height:25px
    }
    #about_avatar ul li a{
        border-color:#fff;
        color:#fff;
        padding:17px
    }
    #about_avatar ul li a i{
        color:#fff;
        font-size:17px
    }
    #about_avatar ul li a.active,#about_avatar ul li a:hover{
        color:#00bef2;
        background:#fff;
        border-color:#fff
    }
    #about_avatar ul li a.active i,#about_avatar ul li a:hover i{
        color:#00bef2
    }
    #about_avatar .treatment{
        padding:15px 0
    }
    #about_avatar .treatment::after{
        width:100%;
        height:109vh
    }
    #about_avatar .treatment ul{
        padding:0 0 10px 0
    }
    #to_schedule h2{
        font-size:22px!important;
        margin-bottom:20px!important;
        text-align:center
    }
    #about_avatar .tablinks{
        border-color:#fff;
        color:#212121;
        padding:12px;
        background:0 0;
        font-size:18px
    }
    #about_avatar .tablinks .arrow-right-icon{
        background:url(../images/arrow-right-icon.svg) no-repeat 0 4px;
        margin-right:14px;
        background-size:22px 22px
    }
    #about_avatar .tablinks.active{
        background:linear-gradient(91deg, #00bef2 20%, #fff 100%) !important;
        color:#212121!important;
    }
    #about_avatar .treatment, .tabcontent{
        padding:0;
		border-radius: 19px;
    }
    #about_avatar .tablinks.active i{
        background:url(../images/arrow-right-icon2.svg) no-repeat 0 4px;
        background-size:22px 22px!important
    }
    #about_avatar .treatment h3{
        margin-top:20px!important;
        margin-bottom:15px!important;
        font-size:18px!important
    }
    #about_avatar .treatment p{
        margin-bottom:20px!important;
        max-width:100%
    }
    #about_admission{margin:40px 0;}
    #about_admission .about-admission-wrp{
        display:block;
    }
    #about_admission .admission-form{
        margin:47px 0 0 0;
        padding:20px 25px;
        box-shadow:0 4px 14px 2px #adadad75
    }
    #about_admission .about-admission-wrp p{
        margin-bottom:0 !important;
    }
    #about_admission .admission-form .admision-title{
        font-size:22px;
        line-height:25px;
        margin-bottom:25px
    }
    #about_admission .admission-form .input-field{
        padding:0 18px;
        margin-bottom:8px;
        text-align:center
    }
    #about_admission .admission-form input[type=text]{
        width:93%;
        margin:0 auto;
        margin-bottom:20px;
        padding:10px 20px;
        font-size:15px
    }
    #about_admission .admission-form .admission-btn{
        width:88%;
        padding:12px 20px
    }
    #about_admission .admission-form .admission-btn{
        width:86%;
        padding:12px 20px;
        margin-top:17px
    }
    #admission_process{
        padding:45px 30px
    }
    #process_insurance{
        text-align:center;
        padding:45px 15px 26px 15px;
        background-position:bottom left
    }
    #process_insurance ul{
        width:100%;
        display:block;
        padding-bottom:0;
        border:0
    }
    #process_insurance .insurance-logo{
        display:block
    }
    #process_insurance ul li.extra-logo{
        display:inline-flex
    }
    #process_insurance .btn-wrp{
        width:100%;
        text-align:center;
        margin-top:0
    }
    #blog .blog-img{
        width:100%;
        overflow:hidden
    }
    #blog .btn-wrp{
        margin:25px 0;
    }
	/* PPC page*/
	.ppc-we-accept{margin-top:0; padding:0;}
	#ppc-prog-list{padding-top:0 !important;}
	.ppc-header h1{font-size:18px !important; font-weight: 700!important; margin-bottom: 20px!important;}
	#ppc-wrp{padding:10px 0 10px 0;}
	.ppc-facility .about-therapy-wrp{padding:20px 10px 0 10px !important;}
	.ppc-facility{padding:30px 0 5px 0 !important;}
	.ppc-facilities{padding-top:0 !important;}
	.ppc-facilities .pt-30{padding-top:0 !important;}
	#ppc-amenities{padding:0vw 4vw !important;}
	.ppc-ameni-pb{padding-bottom:5px !important; padding-top:30px !important;}
	.ppc-insurance .health-ins-logos{margin-bottom:0px !important;}	
	#ppc-wrp .icon-box-therapy{min-height:371px !important;}
	.ppc-v2 .key-feature-wrap{padding-bottom:0 !important;}
	.ppc-v2 #we_accept{padding:20px 30px;}
	.nov-ppc #ppc-amenities{padding:0vw 1vw !important;}
	.newPera p, .link-defalt_clr {font-size: 14px; line-height:24px;}
	/* contact page css for under tab view */
    #contact_us{
        padding:25px 0;
        margin:10px 0;
        word-break:break-word
    }
    #contact_us .input-field{
        width:100%;
        margin:0 auto;
        padding:0 10px
    }
    #contact_us .input-field .admission-btn{
        margin-bottom:0
    }
    #contact_us .input-field input[type=text]{
        margin:0;
        margin-bottom:10px
    }
    #contact_us textarea{
        width:96%!important;
        padding:15px 32px;
        height:105px;
        margin:0 auto;
        margin-bottom:15px;
		margin-left: -8px !important;
    }
    #field_6_5,#input_6_5{width:96%!important}
	#contact_us #field_6_5{width:98%!important}
    #contact_us .contact-us-info{
        width:100%
    }
    .admission-btn{
        width:62%;
        margin-bottom:15px;
        padding:10px 20px
    }
    #admission_process .admission-box h4{
        font-size:20px!important;
        margin-bottom:15px!important
    }
    #admission_process .admission-box{
        padding:30px 45px
    }
    #contact_us .contact-us-info{
        padding:30px 15px 0 15px;
        box-shadow:none
    }
    #contact_us .contact-us-info::before{
        position:absolute;
        content:"";
        left:0;
        top:0;
        z-index:-1;
        width:100%;
        height:100%;
        background:#00bef2;
        box-shadow:0 5px 11px 2px #88888875
    }
    #our_contact{
        padding:0 10px 0 10px
    }
    #our_contact p{
        font-size:14px;
        line-height:25px;
        margin-bottom:20px
    }
    #get_latest_info{
        padding:30px 5px 0 5px;
        margin-top:30px;
        background-position:top
    }
    #get_latest_info p{
        padding:0
    }
    #get_latest_info h2{
        font-size:22px!important
    }
    #our_contact .cont-wrp{
        padding-left:0;
        margin-top:25px
    }
    #contact_us .contact-us-info .cntc-box i{
        width:50px;
        height:50px;
        font-size:20px
    }
    #contact_us .contact-us-info h4,#contact_us .contact-us-info p{
        padding-left:77px
    }
    #contact_us .contact-us-info p{
        font-size:14px
    }
    .facility-list-mission li{
        width:100%
    }
    .list-facility{
        margin-top:10px;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between
    }
    .list-facility li{
        padding:8px 0
    }
    .blog-next,.blog-prev{
        text-align:center;
        margin:0 0 20px 0!important
    }
    .inr-wrp{
        padding:0 10px
    }
    .spcl-therapy-wrp{
        padding:55px 10px 10px 10px
    }
    .spcl-therapy-wrp .under_list{
        position:inherit;
        padding:40px;
        background:#00bef2;
        color:#fff;
        border:6px solid #fff;
        border-radius:0 17px 17px 17px;
        width:100%;
        margin-top:30px
    }
	.nov-ppc #ppc-amenities .under_list{margin-bottom:32px;}
    .spcl-therapy-wrp .dot-bg-img3{
        bottom:-12px
    }
    #special_therapy{
        padding:55px 0
    }
    .spcl-therapy-wrp .under_list li{
        width:100%
    }
    .spcl-therapy-img{
        padding:0 15px
    }
    .team-lft-col{
        padding:0 0 0 10px
    }
    #ourteam{
        padding:0 30px
    }
    #our_team .shadow_img{
        margin:0 0 20px 0;
        padding:0 0
    }
    .teamBlock{
        padding-right:0;
        margin-top:20px;
        font-size:14px
    }
    .team-photo img{
        width:auto;
        height:auto;
        border-width:3px;
    }
    .team-rt-col{
        padding-left:0;
    }
	/* team Image section css start*/
	.team_page #ourteam{
		padding: 0 30px;
	}
	/* team Image section css end*/
    .qount-num2{
        left:-56px;
    }
    .footer-right-sec .ftrl-logo-a img{
        margin-left:20px;
        max-width:80px;
        max-height:80px
    }
    .avatar-info .helpline{
        font-size:14px
    }
    .footer-right-sec li i{
        font-size:18px;
    }
    .avatar-info a{
        font-size:14px
    }
    .req-call button[type=submit]{
        padding:14px 5px;
        width:50%;
        font-size:14px
    }
    #about_hero .about_lotus{
        top:-230px;
        width:400px;
        height:325px
    }
    #our_team{
        padding:40px 0
    }
    #key_feature{
        padding:40px 20px
    }
    #we_beleive .we-beleive-wrap{
        padding-right:10px
    }
    #treatments_hero{
        background-position:top center;
        min-height:210px;
        padding-bottom:0
    }
    #understanding_treat .under_list li{
        width:100%
    }
    #treatment_options .treat-options-block .address{
        padding:20px;
        width:100%
    }
    .detox-treat#treatment_options .treat-options-block .address{
        min-height:auto
    }
    .programs_sty#about_detox{
        padding-bottom:40px!important
    }
    .cbt#about_detox .shadow_img{
        text-align:center
    }
    .cbt#about_detox .programs_sty .img-bg{
        left:46px!important;
        top:-22px!important
    }
    .cbt#about_detox .about-detox-wrap{
        margin-top:40px;
        margin-left:0;
        padding-left:0!important
    }
    #about_therapy .yoga-therapy-a{
        padding:30px 28px
    }
    #about_therapy .yoga-therapy-a h3{
        font-size:18px!important
    }
    #about_therapy .yoga-therapy-a h2{
        font-size:22px!important;
        margin-bottom:13px!important
    }
    #about_therapy .shadow_img{
        height:445px
    }
    #special_therapy .spcl-therapy-img{
        margin:0 auto;
        width:100%
    }
    #special_therapy .spcl-therapy-wrp .yogaThp li{
        width:100%
    }
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px!important
    }
    footer.contact_footer{
        padding:80px 0 40px 0;
        margin-top:-15vw
    }
    .map.contact_map{
        width:88%;
        height:180px;
        border:6px solid #fff
    }
    #callus h2{
        color:#fff;
        font-size:22px!important;
        margin-bottom:20px!important
    }
    .pb-nn-sm{
        padding-bottom:0
    }
    #get_admitted .get-admi-wrp p{
        padding:2vw 0
    }
    .contac-dtl .email{
        font-size:15px!important
    }
    #contact_us .input-field{
        padding:0
    }
    #blog{
        margin:40px 0;
        padding:0 10px
    }
    .pickup-car{
        margin:25px 0
    }
    .pickup-car img{
        width:100%;
		height:auto;
    }
    .req-call button[type=submit]{
        padding:10px;
        width:58%
    }
    #to_schedule{
        padding:30px 5px 20px 5px
    }
    #to_schedule p{
        margin-top:10px;
        margin-bottom:0!important;
        font-size:14px;
        line-height:30px;
        font-weight:500;
        text-align:center!important
    }
    #our_facilities h3{
        font-size:18px!important
    }
    #our_facilities h2{
        font-size:22px!important
    }
	/* footer css for under tab view*/
    #footer{
        padding:35px 0px!important
    }
    #footer .footer-right-sec{
        margin-top:25px;
        padding-left:0
    }
    #footer .avatar-info{
        margin-bottom:30px
    }
    #footer .social-icons{
        margin-bottom:20px;
		padding-top:10px;
    }
    .ftrl-logo-a img{
        width:auto;
        height:90px;
        margin-left:0!important;
        max-width:100%!important;
        max-height:100%!important
    }
    .ftr-link.font-bold{
        text-align:center!important;
        font-size:18px!important
    }
    footer .ftr-link{
        text-align:center;
		line-height:35px !important;
    }
    footer .ftr-txt{
        padding:20px 8px;
        text-align:center
    }
    .btn-wrp{
        margin:0 auto
    }
    #our_team .btn-wrp{
        display:flex
    }
    #about_hero{
        padding:30px 20px
    }
    #about_hero .about_lotus{
        position:initial;
        height:auto;
        width:100%;
		text-align:center;
		padding-bottom:20px;
    }
    #about_hero .about-hero-sec{
        padding-right:0
    }
    #about_hero .about-hero-sec .sub_ttl{
        margin-bottom:5px;
        font-size:18px
    }
    #about_hero .about-hero-sec h1{
        font-size:26px
    }
    #mission{
        padding:12px
    }
    #mission .container{
        border:5px solid #fff;
        padding:20px
    }
    #mission p{
        font-size:14px;
        font-weight:500
    }
    .newteam-list{
        margin:30px 0 20px 0
    }
    .newteam-list li{
        width:99%
    }
    #our_team{
        padding:30px 20px 30px 20px
    }
    #our_team .cont-wrp{
        padding:10px 0
    }
    #our_team .cont-wrp h3{
        font-size:18px
    }
    #key_feature{
        padding:30px 20px 35px 20px
    }
    #key_feature .key-feature-wrap{
        padding-right:0;
        padding:10px 0 20px 0
    }
    #our_team .cont-wrp p,.key-feature-wrap .icon-row p{
        font-size:16px !important;
        margin-bottom:20px
    }
    #our_team .cont-wrp p{
        line-height:27px
    }
	.abt_sty.drug_abt p, .abt_sty.alcohol_abt p{
		text-align:center !important;
	}	
    #key_feature .icon-row h3{
        font-size:18px!important;
        font-weight:600!important
    }
    #mission h3{
        font-size:18px!important;
        margin-bottom:5px
    }
    #mission h2{
        font-size:22px!important
    }
    #our_facilities .list-facilities{
        margin:0
    }
    #our_facilities .mbl-tp-mrg{
        margin-top:20px
    }
    #our_facilities .mbl-btm-mrg{
        margin-top:20px
    }
    #our_facilities .btn-wrp{
        margin-top:0
    }
    #treatments_hero{
        padding:0 20px
    }
    #treatments_hero .treat-hero-sec{
        text-align:center;
        margin-top:-20px
    }
    #treatments_hero p{
        font-size:16px;
        line-height:22px;
        text-align:center;
        width:100%
    }
    .pd-lr-40{
        padding:0 20px
    }
    #treatments_hero h1{
        font-size:26px!important
    }
    #treatments_hero h1{
        margin-bottom:12px
    }
    #we_beleive{
        padding:30px 20px 20px 20px;
        margin-bottom:0
    }
    #we_beleive .avatar-btn:after{
        filter:inherit
    }
    #we_beleive .we-beleive-wrap{
        padding:0;
        margin-bottom:40px
    }
    #we_beleive .avatar-btn{
        color:#00bef2;
        font-weight:600;
        font-size:16px;
        background:#fff;
        display:block;
        text-align:center
    }
    #we_beleive .we-beleive-wrap .avatar-btn{
        background:#00bef2;
        color:#fff
    }
    #we_beleive .avatar-btn i{
        margin-left:10px
    }
    #we_beleive .we-beleive-wrap p{
        font-size:17px!important;
        line-height:24px;
    }
    #we_beleive .shadow_img img{
        box-shadow:0 0 9px 3px #8888885c
    }
    #understanding_treat .under_list li{
        width:49%!important;
        font-size:14px;
        text-align:left
    }
    #treatment_options{
        padding:25px 15px 0 15px
    }
    #treatment_options h2{
        margin-bottom:25px
    }
    #treatment_options .treat-options-block{
        margin-top:15px
    }
    #treatment_options .treat_icon{
        position:absolute;
        z-index:1;
        left:32px
    }
    #treatment_options .treat-options-block .treat_info{
        padding-top:135px;
        padding-left:0
    }
    #treatments_hero:after{height:72%!important;}
    #treatments_hero{
        background:url(../images/wave-bg-img.png) no-repeat 0 0;
        min-height:auto;
        background-size:100%;
        background-position:bottom;
        padding-top:40px;
        padding-bottom:40px
    }
    #treatment_programs{
        padding:0 15px;
        margin:0 0 50px 0
    }
    #treatment_programs .treat-prog-listing li i{
        font-size:25px
    }
    #treatment_programs .treat-prog-listing li{
        padding:15px 15px;
        font-size:16px
    }
    #about_detox{
        padding:0
    }
    .shadow_img .img-bg{
        left:35px;
        bottom:-45px;
        width:110px;
        height:110px
    }
    .shadow_img{
        text-align:center;
        position:inherit;
        left:0;
    }
    #treatment_programs .treat-prog-listing li{
        width:100%
    }
    #understanding_treat .shadow_img{
        padding-top:20px!important;
        position:relative;
        left:0;
        margin:0 auto
    }
    #key_feature .shadow_img{
        padding:0
    }
    #our_facilities .list-facilities li{
        font-size:14px;
        padding:0 0 0 36px;
    }
    #btnCallnow a.callus{
        background:#fff;
        color:#00bef2;
        font-weight:600;
        font-size:16px;
        border:2px solid #fff;
        border-radius:30px;
        padding:8px 15px;
        margin-top:5px;
        display:inline-block;
        box-shadow:0 5px 10px 0 #0000002e
    }
    #btnCallnow a:after{
        filter:inherit
    }
    #callus{
        padding:20px 0
    }
    #callus p{
        font-size:16px;
        padding:0 12px
    }
    #callus a,#callus a:hover,#callus:hover a, .wht-cta a{
        background:#fff;
        color:#00bef2!important;
        font-weight:600;
        font-size:16px!important
    }
    .we-beleive-wrap#btnCallnow .avatar-btn{
        background:#fff;
        color:#00bef2
    }
    .avatar-btn{
        padding:8px 16px;  border: 3px solid #00bef2;
        font-size:15px!important
    }
    .prev-next-row a{min-width: 147px!important;}
	.prev-next-row .col-md-6{padding:0 !important;}
    .avatar-btn i{
        font-size:18px;
        margin-left:8px;
        margin-top:3px;
        line-height:18px
    }
    #about_detox .about-detox-wrap{
        padding:55px 20px 10px 20px
    }
    .programs_sty{
        padding:30px 20px 20px 20px!important
    }
    .programs_sty .shadow_img img{
        width:100%!important
    }
    .programs_sty .shadow_img img{
        box-shadow:0 0 10px 5px #8888887a!important
    }
    .programs_sty .img-bg{
        left:-12px!important;
        bottom:-45px!important
    }
    .programs_sty .about-detox-wrap{
        padding:25px 0 10px 0!important
    }
    .addictions-treat .img-bg{
        left:-23px!important
    }
    .cbt#about_detox{
        padding:30px 16px 20px 16px!important
    }
    .cbt-trt-wrp .about-para{
        padding-left:0!important
    }
    #our_programs{
        padding:30px 20px 0 20px
    }
    #our_programs .img-bg{
        right:auto;
        bottom:24vw;
        height:50%;
        width:30%
    }
    #our_programs .icon-box-program p{
        font-size:14px
    }
    .col-lg-4.col-md-6.pos-rel{
        padding:1vw 1vw 15vw 2vw
    }
    .titleAlign{
        padding-left:30px!important
    }
    #our_programs .col-md-4{
        padding:0 12px
    }
    #our_programs .icon-box-program{
        padding-top:62px!important;
        margin-bottom:80px!important
    }
    #our_programs .icon-box-program i, .i{
        background-size:50%!important;
        width:80px!important;
        height:80px!important;
        top:-52px!important;
        padding:46px!important
    }
    #about_therapy{
        padding:13px
    }
    #about_therapy .shadow_img{
        padding:0 10px 0 25px;
        margin-bottom:30px;
        height:auto !important;
    }
    #about_therapy .shadow_img .img-bg{
        width:70px;
        height:70px;
        background-size:80%!important;
        bottom:0;
        left:6px
    }
    #about_therapy .shadow_img:before{
        width:55px;
        height:90%;
        top:40px
    }
    #about_therapy .shadow_img img{
        width:100%;
        height:auto;
        position:unset
    }
    #about_therapy .about-therapy-wrp{
        background:0 0;
        box-shadow:none;
        padding:20px 0
    }
    #about_therapy .about-therapy-wrp p{
        font-size:15px;
        line-height:26px
    }
    .terapy_program{
        padding:10px 12px 36px 12px!important
    }
    .terapy_program:before{
        height:70%;
        width:100% !important;
    }
    .terapy_program .shadow_img{
        padding-bottom:56px!important
    }
    .terapy_program .shadow_img img{
        width:85%;
        box-shadow:0 0 15px 2px #88888859;
        height:auto
    }
    .terapy_program .shadow_img .img-bg{
        left:-30px;
        top:-25px
    }
    .terapy_program .shadow_img .img-bg2{
        left:156px;
        bottom:-15px;
        width:110px;
        height:110px;
        background-size:75%
    }
    #get_admitted .get-admi-wrp{
        padding:20px 0px;
    }
    #get_admitted .get-admi-wrp h3{
        font-size:18px!important;
        margin-bottom:12px!important
    }
    #get_admitted .get-admi-wrp h2{
        margin-bottom:5px!important;
        font-size:22px!important;
        font-weight:600!important;
        line-height:28px
    }
    #get_admitted .get-admi-wrp p{
        font-size:14px;
        margin-bottom:5px!important;
        line-height:28px
    }
    .about_recovery#get_admitted p{
        text-align:justify;
        line-height:26px
    }
    #get_admitted .get-admi-wrp a{
        font-size:16px!important
    }
	/*Admission page form*/
    #about_admission .admission-form{
        margin:40px 0 0 0;
        padding:20px 5px;
    }
    #about_admission .admission-form input[type=text]{
        width:100%;
        margin:0 auto;
        margin-bottom:10px;
        padding:12px 13px;
        font-size:14px
    }
    #about_admission .admission-form .input-field{
        padding:0 10px
    }
    #admission_process .admission-box{
        padding:30px 15px
    }
    #admission_process{
        padding:45px 10px
    }
    #get_admitted .wht-bdr{
        border:3px solid #fff;
    }
    #all_type_therapy{
        padding:60px 12px
    }
    #all_type_therapy .icon-box-therapy{
        padding:20px 15px;
        margin-bottom:20px;
		min-height:auto !important;
    }
	#about_admission .join-team{padding:30px !important;}	
	
    .icon-box-therapy p{
        margin-bottom:0
    }
    #all_type_therapy .icon-box-therapy p{
        font-size:14px
    }
    #all_type_therapy .img-bg{
        position:absolute;
        right:-6%;
        top:93px;
        background-size:50%
    }
    #all_type_therapy .img-bg2{
        left:-96%;
        bottom:72%
    }
	#all_type_therapy .icon-box-therapy i{margin-right:12px;}
    #all_type_therapy .img-bg3,#all_type_therapy .img-bg4b{
        display:none
    }
    .detox-wrp#we_beleive{
        padding:20px 12px!important
    }
    .newPera{
        padding-bottom:0;
        margin-bottom:15px
    }
    .detox-wrp#our_team{
        padding:20px;
        margin-bottom:0;
        background:0 0
    }
    .dtx-symptoms{
        padding:0 10px
    }
    .dtx-symptoms ul.under_list li{
        width:100%!important
    }
    .alcohol-widr{
        padding:0 20px 20px 20px
    }
    .adctn-treatment#our_team{
        padding:35px 15px!important
    }
    .adctn-treatment #understanding_treat .under_list li{
        width:100%!important
    }
    .pb-sm-80{
        padding-bottom:60px
    }
    .mt-nn-xs{
        margin-top:0!important
    }
    .mb-nn-xs{
        margin-bottom:0!important
    }
    .image_full{
        display:none
    }
    .image_mobile{
        display:block;
        width:100%
    }
    .carousel-inner{
        height:620px
    }
    #our_programs .icon-box-program{
        padding:20px
    }
	.faq h2 {padding-top: 0px; margin-bottom: 8px !important;}
	.what-provide{ padding:25px 6px 5px 6px;}
	#get_admitted .wht-bdr{border:3px solid #fff;}
	#about_admission .admission-form.admi_frm_sty{margin-top:25px !important;}
	#post-4568 #treatments_hero .treat-hero-sec p{text-align:center !important;}
	.career_sty .btn-wrp{margin-bottom:25px;}
	#treatment_options .treat-options-block .address{min-height:401px !important;}
	#about_avatar.drug_what_trt h2{color:#212121 !important;}
	#about_avatar.drug_what_trt .tabcontent, #about_avatar.drug_what_trt .treatment{min-height:270px !important;}
	#our_facilities.alcohol_faci .ttl {text-align: center;}
	#ppc-wrp.drug_srvc .head4{min-height:112px;}
	#our_facilities.drug_faci .ttl{text-align:center;}
	#ppc-wrp.drug_srvc .srvc_icon{left:-24px;}
	/* #ppc-wrp.alcohol_srvc .icon-box-therapy{min-height: 641px !important;} */
	#about_avatar.start_hl  h2{color:#212121 !important;}
	#ppc-amenities.hm_bnr_wrp .under_list{border:3px solid #fff !important;}
	/* #ppc-wrp.drug_srvc .icon-box-therapy{min-height: 481px !important;} */
	#all_type_therapy .col-lg-3:nth-child(9) .icon-box-therapy, #all_type_therapy .col-lg-3:nth-child(10) .icon-box-therapy{min-height: 240px !important;}
    .programs-wrp h2:before{
        width:20%;
        left:22px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        border:1px solid grey;
    }
    .programs-wrp h2:after{
        width:20%;
        right:22px;
        top:25px;
        z-index:1;
        content:"";
        position:absolute;
        border:1px solid grey
    }
	#about_avatar.start_hl h2{color:#FFF !important;}
}
/* 961px screen css end here */
@media screen and (max-width:991px) and (min-width:962px){
	.start-healing #ppc-amenities .under_list{position:inherit !important;}
}
@media (max-width:960px){
	#hero .carousel-caption{top:61% !important;}
	/* #ppc-wrp.alcohol_srvc .icon-box-therapy {min-height: 641px !important;}	*/
}
/* 820px screen css Start here */
@media (max-width:820px){
	.team-lft-col{width:210px;}
	.team-rt-sec .team-lft-col{padding: 0px 35px 0 14px;}
	.qount-num2:before {width: 240px !important;}
	/* #ppc-wrp.drug_srvc .icon-box-therapy{min-height: 730px !important;} */
	#ppc-wrp.drug_srvc h3.head4{min-height: 90px;}
	/* #ppc-wrp.alcohol_srvc .icon-box-therapy{
	 * min-height: 710px !important; padding:21px 15px; margin-bottom:0;} */
	#ppc-wrp .start_hl .icon-box-therapy {min-height: 467px !important;}
	#our_facilities .card-bx{background:#FFF;}
	#our_facilities .card-bx img{border-radius:7px !important; }
	.mdl-dvc li{width:42% !important;}
	/* ---Team page CSS start--- */
	.team_page span.head-3-white-font{
		color: #fff!important;
    	font-size: 18px;
	    font-weight: 600!important;
	}
	.team_page .team_tab_pr {
		padding-right: 0 !important;
	}
	.team_page span.head-3 {
		font-size: 18px;
		font-weight: 600!important;
	}
	.team-lft-col {
		width: 200px;
		padding: 0 15px 0 10px;
	}
	.team-rt-sec .team-lft-col {
		padding: 0 15px 0 14px!important;
	}
	.qount-num2:before {
		width: 240px !important;
	}
	/* ---Team page CSS end--- */
	.abt_sty.drug_abt .img_wrp{text-align:center;}
	.abt_sty.drug_abt .img_wrp img{width:415px !important;}
	.home #special_therapy{padding: 55px 0 20px 0 !important;}
	.team_profile{padding: 20px 10px !important;}
	.team-h3{font-size: 18px;}
}
/* 820px screen css end */

/*media screen 768px START */
@media (max-width:768px){
	.box-slider .slick-prev{left:3px;}
	.box-slider .slick-next{right:3px;}
	.box-slider.slick-initialized .slick-slide{width:48%;margin: 0px 7px;}	
	.home .ppc-ameni-pb {padding-bottom: 0px !important;}
	.pr-70{padding-right:30px !important;}
	.section-container{padding-top:40px;}
	.section-container img{border-radius:5px;}
	#clients{height:87px; margin-bottom: 15px;}
	#clients .clients-wrap ul li{width:180px !important;}
	#process_insurance #clients .clients-wrap ul{margin-top:0 !important;}
	#process_insurance #clients{height:auto !important; display:block;}
	#process_insurance .insurance-logo{width:100% !important;}
	#process_insurance ul li{width:180px !important;}
	.icon-box-program img{left:35px;}
    #admission_process .admission-box p{
        font-size:14px;
        min-height:262px
    }
    #admission_process .admission-box h4{
        font-size:16px!important
    }
    #about_admission .about-admission-wrp p{
        font-size:14px
    }
    #blog .blog-box .blog-cont-wrp h4{
        font-size:16px!important
    }
    #get_latest_info p{
        font-size:14px
    }
    .fieldset fieldset{
        min-height:183px!important
    }
    .overlap-category .contac-dtl img{
        margin-top:0!important;
        margin-left:-18px!important;
    }
    .cont-wrp.contact-info p{
        font-size:14px!important
    }
    .cont-wrp.contact-info h2{
        font-size:22px!important
    }
    #all_type_therapy{
        padding:60px 12px 30px 12px
    }
    #all_type_therapy .icon-box-therapy{
        min-height:181px
    }
    .terapy_program .shadow_img .img-bg2{
        top:85%!important
    }
    #blog .blog-box .blog-cont-wrp{
        min-height:230px!important;
    }
    span.wpcf7-form-control-wrap.EmailAddress{
        width:97%!important
    }
	
    .team-lft-col{
        width:200px;
        padding:0 15px 0 10px
    }
    .team-rt-sec .team-lft-col{
        padding:0 15px 0 14px!important
    }
    .qount-num2:before{
        width:205px!important
    }
    .qount-num2 span{
        right:-80px!important
    }
    #treatment_options .treat-options-block .address p{
        font-size:14px!important
    }
    .facility-list-mission li{
        font-size:14px
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.input-email{
        width:98%!important;
        margin:0 auto
    }
    .order-list li{
        font-size:14px
    }
    #about_admission textarea{
        width:95%!important;
        margin:0 auto;
        margin-bottom:24px
    }
    label.hidden,span.wpcf7-form-control-wrap.CV{
        width:100%!important
    }
    .second-slide .image_mobile{
        display:block!important
    }
    .second-slide .image_full{
        display:none!important
    }
    #hero .carousel-caption.text-left .carousel-wrp{
        width:100%!important
    }
    .req-call{
        margin-top:38px
    }
    .carousel-caption.slider-b{
        top:39%!important
    }
    .img-bg-effect{
        width:80px;
        height:80px;
        bottom:-37px;
        left:-40px
    }
    span.head-3{
        font-size:18px;
        font-weight:600!important
    }
	#ourteam span.head-3{margin-bottom:10px !important; display:block;}
    span.head-3-white-font{
        color:#fff!important;
        font-size:18px;
        font-weight:600!important
    }
    p, .blog{
        font-size:16px;
		line-height:25px;
    }
    ul li{
        font-size:16px
    }
    span.wpcf7-form-control-wrap.SELECTSEGMENT{
        width:100%!important
    }
    span.wpcf7-form-control-wrap.HowCanWeHelp{
        width:100%!important
    }
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-sec{
        width:98%!important
    }
	.ppc-insurance {margin-top: 25px;}
	.ppc-insurance-pl{padding:0px !important;}
	.ppc-hdr-img{text-align:center; margin-top:25px;}
	.ppc-hdr-img img{width:100%;}
	#ppc-wrp .icon-box-therapy{min-height: 503px !important;}
	.nov-key-fea .head-3{font-size:14px;}
	.nov-key-fea .icon-row {margin-bottom: 1px;}
	#key_feature .key-feature-wrap{padding:10px 0 20px 0;}
	.nov-key-fea .icon-row p{margin-bottom: 1px;}
	.ppc-key-feature.bg-weTreat{padding:18px 20px 5px 20px !important;}
	#get_admitted .wht-bdr{border:6px solid #fff !important;}
	#get_admitted .get-admi-wrp a{font-size:24px!important;}
	#about_therapy .shadow_img img{width: 87% !important; height: auto; position: unset;}
	#about_therapy .shadow_img:before{width:100px !important; height:90%;}
	#about_therapy .shadow_img .img-bg {width: 145px; height: 119px; background-size: 80%!important; bottom: -25px; left: 6px;}
	.ppc-form-img{ margin: 0 auto !important;  margin-top:15px !important; margin-bottom:20px !important;}
	#about_admission.form-new-sec .admission-form{padding:20px 20px 0px 20px !important;}
	
	.contact-logo{text-align:center;}
	.ppc-tp-headr{height:95px !important; top:0px !important}
	.ppc-tp-headr .logo{margin:0 auto; text-align:center; margin-top:15px;}
	.ppc-facilities .facility-img{padding:0 !important;}
	.slid2 {padding:0 !important;}
	.slid2 .carousel-wrp{padding-top:154px !important;}
	.discover-path, .video-img{margin-bottom:20px;}
	.dis_path_2{order: 2;}
	.dis_path_3{order: 3;}
	.dis_path_1{order: 1;}
	.wo-facility-icon{background-position:2px 5px !important;}
	.wo-admissions-icon{background-position:2px -46px !important;}
	.wo-medical-icon{background-position:2px -154px !important;}
	.wo-complementary-icon{background-position:2px -101px !important;}
	.order_1{order: 1; margin-bottom:25px;}
	.order_2{order: 2;}
	.order_3{order: 3; margin-bottom:25px;}
	.order_4{order: 4;}
	#we_beleive {padding: 10px 0px 5px 0px;}
	.three-col-xl li{width:48%;}
	.icon-box-program img{left: 35px;}
	.footer-fixed{font-size:18px !important; padding:5px 15px !important;}
	#footer.ppc-ftr .container{margin-bottom:20px!important;}
	#we_accept .ppc-jan li {width: 125px !important;}
	#we_accept .ppc-jan {margin: 10px 0 0px 0 !important;}
	div#topbar .ppc-bg a {color: #00bef2!important;}
	.ppc-lotus{margin-left: auto; margin-bottom:0; text-align: right;}
	#about_avatar.wt-wetreat .treatment, #about_avatar.wt-wetreat .tabcontent{min-height: auto !important;}
	#about_avatar.wt-wetreat .rehab-options{padding-bottom:0 !important; margin-bottom:0 !important;}
	#we_accept.ppc-insu .programs-wrp {padding: 0 !important;}	
	.image_full{display: none!important;}
	.image_mobile{display:block !important; width:100%;}
	#hero .carousel-caption {top: 42% !important;}
	#hero .btn-getStarted{margin:0 auto;}
	.overlap-category {margin: 0 auto; width: 97%; margin-top: -42px;}
	#we_accept.home_sty{margin-top:0 !important;}
	#our_facilities.home_sty{margin-bottom:0 !important;}
	#hero .carousel-caption {top: 34% !important;}
	.abt_fac_sty#our_facilities{padding-top:0 !important;}
	.team_tab_pr{padding-right:0 !important;}
	.team_sty .tm-pl{padding-left:15px;} 
	#clients .admi_insu_logo ul li{width:172px !important;}	
	.progr_sty#we_beleive{padding-top:22px !important; padding-bottom:30px !important;}
	#post-4568 #treatments_hero .treat-hero-sec p{text-align:center;}
	.col-md-6 .blue-icon-list li{width:100% !important;}
	#our_facilities.alcohol_faci{padding-bottom:0 !important;}
	.alcohol_abt .mt-5, .drug_whychoose .mt-5{margin-top: 0px !important;}
	#ppc-wrp.drug_srvc .srvc_icon{top:5px; position:inherit; border-radius:50%; margin:0 auto; left:auto;}/* left:33%; */
	#ppc-wrp.drug_srvc .icon-box-therapy{width:100%;}
	#ppc-wrp.drug_srvc .head4{text-align:center; padding-left:10px;}
	#ppc-wrp.drug_srvc .therapy-title{background:#00bef2;}
	#ppc-wrp.drug_srvc p{text-align:center;}
	#ppc-wrp.drug_srvc{padding:30px 0 0px 0;}
	#our_facilities.drug_faci, #our_facilities.alcohol_faci{padding-bottom: 0 !important; padding-top: 20px !important;}
	.drug_cta_form{margin-top:0 !important;}
	#our_team.drug_whychoose .shadow_img{margin-top:15px;}
	#ppc-wrp.drug_srvc .head4{min-height:90px;}
	#ppc-wrp.drug_srvc h3.head4{min-height:68px;}
	/* #ppc-wrp.drug_srvc .icon-box-therapy {min-height: 840px !important;} */
	#ppc-wrp .start_hl .icon-box-therapy {min-height: 530px !important;}
	#about_avatar.start_hl  h2{color:#212121 !important;}
	.strthl_cb_ht{min-height:243px;}
	ul.under_list.yogaThp.nov-yogathp {margin-top: 25px !important;}
	#our_team.drug_abt h2{margin-bottom:0 !important;}
	.drug_v2_cta .mt-4{margin-top:15px !important;}
	/* ---Team page CSS start--- */
	.team_page  #treatment_options .treat-options-block .address {
		min-height: 350px !important;
	}
	/* ---Team page CSS end--- */
	.start_heal .wt-wetreat h2{color:#fff !important;}
	
	#about_avatar.start_hl h2{color:#FFF !important;}
	#contact_us #input_6_3{width: 98%; margin: 0;}
	.home .ppc-ameni-pb {padding-bottom: 0px !important;}
	.va-whychoose h3 {font-size: 20px !important;}
	ul.listing-bulet li{
        padding-right:0
    }
	.start-healing #ppc-amenities .under_list{
		margin-bottom:35px;
	}
    #our_programs .icon-box-program{
        min-height:284px
    }
    #our_programs a .icon-box-program{
        min-height:260px!important
    }
    #to_schedule p{
        margin-top:2px!important
    }
    
	#ppc-prog-list:before{background:#FFF !important;}
	.ppc-header h1{font-size:18px !important; font-weight: 700!important; margin-bottom: 20px!important;}
	#we_accept .health-icon .health-ins-logos li{width:147px !important;}
	.ful-width-pt li{width:48% !important;}
	.nov-ppcWrp{margin-top:0px !important;}
	.full-width li{width:100% !important;}
	.abt_sty ul.list-facilities{margin-top:20px !important;}
	.abt_sty .mbl-tp-mrg{margin-top:0 !important;}
	.container.abt_styl ul {margin-top: 30px !important;}	
	.contact-logo img{height: 78px !important;}
	.treatment_inr_sty#we_beleive{padding-top:30px !important; padding-bottom:40px !important;}
	.treatment_inr_sty#we_beleive .we-beleive-wrap{margin-bottom:10px !important;}
	.under_add li {display: inline-grid !important;}
	#blueIcon .blue-icon-list li{width:100% !important;}
	#blueIcon .blue-icon-list li:last-child{margin-bottom:0 !important;}
	.progr_sty .alcohol-widr .fieldset fieldset{width:100% !important; min-height:275px !important;}
	
	.prog_inr_sty .confidential{padding-left:0 !important;}
	.icon-box-therapy span.head4 {padding-left: 12px;}
	#all_type_therapy.therapy_sty .icon-box-therapy{min-height: 240px !important;}
	.therapy_sty_bx .list-e li{min-height:180px !important;}
	.field_link .fieldset fieldset{min-height:160px;}
	.blueIcon_full .blue-icon-list li{width:99% !important;}	
    #treatment_options .treat-options-block .address{min-height:350px !important;}
    #treatment_options .treat-options-block .address:hover{min-height:350px}
	#we_beleive .we-beleive-wrap{margin-bottom:0;}
	.adctn-treatment#our_team {padding: 20px 15px!important;}
	#treatments_hero .treat-hero-sec{margin-top:-12px;}
	#all_type_therapy .col-lg-3:nth-child(9) .icon-box-therapy, #all_type_therapy .col-lg-3:nth-child(10) .icon-box-therapy{min-height:282px !important;}
	#all_type_therapy .icon-box-therapy i{margin-right:0;}
	.home .ppc-ameni-pb{padding-bottom: 0px !important;}
}
/* 768px screen end */
@media screen and (max-width: 768px) and (min-width: 700px) {
    button.navbar-toggler, button.navbar-toggler.collapsed {
        top: 20px !important;
        right: 59px !important;
        position: absolute !important;
    }
}
/* css for screen between 600px to 768px */ 
@media screen and (max-width:768px) and (min-width:600px){
    .carousel-inner{
        height:550px
    }
    #we_beleive .avatar-btn{
        display:inline-block
    }
    span.wpcf7-form-control-wrap.InsuranceCarrier{
        width:96%!important
    }
    #about_admission .admission-form input[type=text]{
        width:100%!important
    }
	.ppc-insurance .health-ins-logos li{margin-left:20px !important;}
	.tl-pagination-2.pb-120{padding-bottom: 30px;}
	
	.overlap-category .contac-dtl .lotus-img{align-items: center; display: flex;}
	.overlap-category .contac-dtl img{height:auto !important;}
	#understanding_treat ol.list-e.block.under_add li p{text-align:left !important;}
	.ppc-tp-headr .logo{margin-top:10px !important;}
	.ppc-tp-headr .sm_tp_row p{margin-top:7px !important;}
	/* #ppc-wrp.alcohol_srvc .icon-box-therapy{
	 * min-height: 777px !important; padding:21px 15px; margin-bottom:0;} */
	
}
/* css between 600px to 768px end*/ 

/*style for 767px screen size START*/
@media only screen and (max-width: 767px){
	footer{margin-top:0px; padding:40px 15px 50px 15px;}
	.ftr_logo_wrp{width:100%;}
	.bnr_list{font-size:17px;}
	.banner h1{font-size:28px; margin-bottom:0;}
	.team_sec img {margin-bottom: 0px;}
	.team_name {font-size: 17px !important;	font-weight: 600;}
	.index-ii .bnr_sub_head{font-size:18px;}
	.icon_box{padding:20px;}
	.cont-wrp{padding-bottom: 40px;}
	.mb-70 .cont-wrp{padding-bottom:0;}
	.google_code{padding: 20px 0 0 0;}
	.facility_sec{margin: 30px 0;}	
	#blog .blog-box .blog-cont-wrp h3, #blog .blog-box .blog-cont-wrp h4{min-height:auto !important;}
	.team-content{font-weight: normal; margin-top: 10px;}
	.row.team_area_v2, .row.four_col{width:350px; margin:0 auto;}
	.row.four_col .col-lg-3{margin-bottom:25px;}
	.cta_bg_1 p{padding:0 1%;}
	.mb_pd_15{padding:15px;}
	.inner_bnr{
		padding:30px 0 30px 0;
		margin-bottom:25px;
	}
	.bg_col_1{margin-bottom:20px;}
	.bg_row_1{padding:25px 0px 25px 0px;}
	.bg_row_1.bg_z{padding:0;}
	.bg_row{padding: 20px 20px;}
	.icon_list_blue_squre li:before{margin-left:-35px;}
	.cta_btn_row a{margin-bottom:20px;}
	.cta_bg_1{padding:40px 10px;}
	.about_colum_img_1{height:300px;}
    .bg_column_1{padding: 30px !important;}
	footer .ftr-link a{display:inline-block;}
	.inner_bnr h1{font-size:35px;}
	.inner_bnr img, .bg_img_cta img{display:none;}
	.inner_bnr:before{transform:inherit; background:#004f99; width: 100%; height: 100%; left: 0; top: 0; border-radius:0;}
	.wp-block-quote, .wp-block-quote-rt{display:grid; border:0; padding:10px;}
	.misn_visn img{width:100%; margin-bottom:20px;}
	.mob_order_2{order:2;}
	.mob_order_2{order:1;}	
	.cta_1_bg{padding:0;}
	.bg_img_cta{padding:20px;}
	.inner_pg_bnr{background:#004f99c2;}
	.bnr_content{width:100%; margin-top:20px;}
	.pl-30, .pr-30, .pl-40, .pr-40, .pr-50, .pr-60, .pr-70{padding:0 15px !important;}
	.mb-70, .mb-90, .mb-50{margin-bottom: 20px !important;}
	.m-tb-50{margin:20px 0 !important;}
	.p-tb-30, .p-tb-50{padding:20px 0;}
	.cont_box_wrp{margin-bottom:25px; padding:25px; min-height:auto;}
	.mt-70, .mt-30{margin-top:20px;}
	.plain_bg{padding:30px 10px 30px 10px !important; margin:0;}
	.why_how{padding:35px 10px;}
	.why_how:before{width:100%;}
	.list_a li{font-weight:400;}
	.benefit_img img{width: 100%; height: auto;}
	.cta_bg_1 p{font-size:17px;}
	.why_how .benefit_img{padding-left:15px;}
	.avt_btn{font-size:17px;}
	.col_img_box .content_bx, .blockquote_2{min-height:auto;}
	.first_row .col-md-4:first-child{padding:0 20px;}
	.first_row h2{margin-bottom:0px;}
	.we_provide .col-md-4, .we_provide .col-md-3{margin-bottom:0;}
	.we_provide{margin-bottom: 20px;}
	.big_text, .col_img_box{margin-bottom:20px;}
	.about_modality{margin-top:20px;}
	.y-us-section{padding:20px;}
	.y-us-section .col-md-8{padding-left:30px;}
	.y-us-section .pr-40{padding:0 !important;}
	.mobil_v{margin-top:25px;}
	.icon_list_blue li:last-child{margin-bottom:0 !important;}
	.res_btn .avt_btn{margin-bottom:30px !important;}
	.bg_row_1 .mb-40{margin-bottom:20px;}
	.bg_row_1 .icon_list_blue_squre{margin-top:35px !important; padding-left:0;}
	.inner_pg img{margin-bottom:20px;}	
	.what_adult img{width:100%; margin-bottom:20px;}
	.inner_bnr.v2{min-height:153px;}
	.inner_bnr.v2 img{display:block;}
	.slider_v2{padding:15px;}
	.slider_v2 .col-md-4, .bg_row_1 .col-md-7{margin-bottom:15px;}
	.v2 .bg_img_cta{padding:30px !important;}
	.team_btm_sec{min-height:auto !important; margin-bottom:0px;}
	.ftr_v2{padding-bottom:40px;}
	.mbl_col_bg{background:#e5effe; padding:15px;}
	.v2 .bg_img_cta{padding: 35px 20px !important;}
	.hero_v2, .hero_v2 p, .banner.v3_1 .banner_cont{margin-bottom:0;}
	.banner.v3_1{min-height: 300px;}
	.bdr_box_a{padding:20px 30px;}
	.img_box_content{min-height:auto; margin-bottom:0px;}
	.key_treatment .img_box_content{min-height:auto;}
	.blockquote_2 p{font-size:17px; margin-bottom:30px;}
	.blockquote_2.about_pg{padding:25px;}
	.team-area{padding:30px 0;}
	.team-area.team_sec{padding:0;}
	.white_bdr_cta{padding:20px;}
	.img_box{margin-bottom:20px;}
	.img_box_content{min-height:auto !important;}
	.we_provide.mb-70{margin-bottom:0;}
	.mb-40.srvc{margin-bottom:10px;}
	.container p:last-child{margin-bottom:0 !important;}
	.bgimg_sec .avt_btn{margin-bottom:25px;}
	.blockquote_2.about_pg .mis_vis_img{display:none;}
	.blockquote_2.about_pg .mis_vis_dtl{width:100%; padding-left:0;}
	.bgimg_sec{padding:30px 0;}
	.bnr_col_child:before{display:none;}
	.bnr_col_child{
		border-top:0px solid #bad1d9;
		text-align: left;
		position: relative;
		padding-left: 0; margin-top: 0px;
	}
	.bnr_col_child i{
		position: absolute;
		left: 0;
		top: 30px;
	}
	.box_cntct_lft_rt{margin-top:0px;}
	.box_cntct_lft_rt .row{margin: 0;}
	.box_cntct_lft{padding:25px !important;}
	.box_cntct_rt{border-radius:0 0 14px 14px; padding:20px 20px 0 20px !important;}
	.box_cntct_rt .cntct_icon_box{align-items:start; margin-bottom: 25px;}
	.box_cntct_rt .cntct_icon_box .icon{width:auto; height:auto;border-radius:0; color:#00bef2; background:none; margin-right:12px;}
	span.head-3{font-size: 18px !important;}
	.box_cntct_rt .cntct_icon_box .icon i.fa-envelope{font-size:25px;}
	.grid_wrp{margin-top:0; border:0;}
	.grid_wrp .icon_box_icon{display: inline; margin:0;}
	.grid_wrp .icon_box_content{margin-top:0px; padding-bottom:20px;}
	img{margin-bottom:15px;}
	#blog{padding:0;}
	#blog .blog-img img{margin-bottom:0;}
	.insurance-dark .c{height:68px;}
	.insurance-dark img{margin-bottom:0;}
	.key_treatment .mb-40{margin-bottom:10px;}
	.faq_sec .panel{margin-bottom:10px;}
	.feel_free p{line-height:30px;}	
	.cont_box_mb .col-md-4{margin-bottom:10px;}
	.banner .column_grid{border:0;}	
	.entry-header .entry-title{margin-top:0;}
	#post-8109 .entry-header .entry-title{margin-top:25px;}
	/*residential detox css*/
	.page-9671 .detox-wrp#our_team, .page-9688 .detox-wrp#our_team{padding:0px 20px;}
	.location_inr.page-9671 .dtx-symptoms, .location_inr.page-9688 .dtx-symptoms{padding: 0;}
	.home .page-9688 h3, .home .page-9671 h3 {font-size: 20px !important;}
	#primary h1{margin:30px 0;}
	.pr-70{padding-right:15px !important;}
	.bg_img_cta{padding:30px;}
	.bg_z::before, .bg_z::after{display:none;}
	.section-container.facility_pg{padding:0;}
	.section-container.facility_pg img{border-radius:0;}
	.facility_pg .text-section_modaliti{padding:10px 15px;}
	.column_grid ul.column_grid{grid-gap: 20px;}
	.amhpt_wrp .icon_list_blue{margin-top:20px;}
	.amhpt_wrp .text-center{text-align:left;}
	.adol_mental .column_grid{grid-gap: 15px; margin-bottom:0 !important;}
	.section-container{padding:15px;}
	.why_how .title_txt{margin-top:20px;}
	.why_how .list_a{margin-bottom:15px;}
	.order_2_mobile{order: 2;}
	.order_1_mobile{order: 1;}
	.service_wrp .column_grid{grid-gap: 15px;}
	.service_wrp .mb-30{margin-bottom:0;}
	.service_wrp .text-center{text-align:left !important;}
	.service_wrp .icon_list_blue_squre{margin-top:20px !important;}
	.benefit_img{padding: 0; margin-bottom:20px;}
	.benefit_wrp{padding:0;}
	.about_pg.bgimg_sec{text-align:center;}
	.facility_pg .column_grid{grid-gap: 10px;}
	.ppc-tp-headr .tp-wrp{padding:0 !important;}
	button.navbar-toggler, button.navbar-toggler.collapsed{top:19px;}
	.team_wrap_v2 .tm_detail_wrp{background:linear-gradient(179deg, #004f9900 0%, #004f99 86%); bottom: -2px; padding-bottom:4px;}
	.tm_detail{padding:10px 10px 10px 10px; min-height: 55px;}
	
	/*Home page*/
	.banner .column_grid{padding-top:0;}
	.index-ii .about_sec .dark_btn {margin-bottom:0px;}
	.about_sec p{margin-bottom: 15px;}
	.index-ii .facility_sec{padding:20px 0; margin-top:30px;}
	.home .begin_heal_form{padding:35px 0 40px 0;}
	.colum_bg_img img{position: inherit; width: 100%; height: auto; margin: 0;}
	.box_row .row:nth-child(even) .colum_bg_img{order: 1;}
	.box_row .row:nth-child(even) .widget_wrap{order: 2;}
	.box_row .row{margin-bottom: 15px;}
	.box_row ul li{align-items: center;}
	.index-ii .team_sec{margin:20px 0;}
	.index-ii .team_sec .four_col{width: 300px; margin: 0 auto;}
	h3, .h3{font-size:20px !important;}
	.min_ht_260 .img_box_content{min-height:auto;}
	 .qount-num2:before{
        left:0
    }
    .qount-num2 span{
        right:-130px
    }
    #our_facilities .list-facilities li{
        background-size:22px!important;
        background-position:inherit !important;
    }	
	.top-g { margin-top: 20px;}
	footer{margin-top: 0;}
	#treatment_options .treat-options-block .address{min-height:auto !important;}
    #treatment_options .treat-options-block .address:hover{min-height:auto}	
	#all_type_therapy.therapy_sty .icon-box-therapy{min-height: auto !important;}
	#our_programs a .icon-box-program, .progr_sty .alcohol-widr .fieldset fieldset{min-height:auto !important;}
	.badt ul, .vadt ul, .tadt ul{margin-bottom:0 !important;}
	.tadt ul{margin-top:0 !important;}
	.list_tadt .blue-icon-list li{display:inline-block;}
	.alcohol_bnr .ppc-amenities-img{text-align:center;}
	.alcohol_bnr .ppc-amenities-img img{width:500px !important; margin:0 auto;}
	.alcohol_srvc{padding:45px 20px !important;}	
	#special_therapy.alcohol_bnr{padding-bottom:50px !important;}
	#ppc-wrp.drug_srvc{padding-bottom:0;}
	#ppc-wrp.drug_srvc .icon-box-therapy{margin-bottom:25px; min-height:auto !important;}
	#ppc-wrp.drug_srvc .therapy-title {background: #00bef2; padding-top: 12px; border-radius: 10px;}
	#ppc-wrp.drug_srvc .srvc_icon{left: inherit; top: inherit; position: inherit; border-radius: 50%; margin: 0 auto;}
	.drug_cta_a a {border: 3px solid #fff;font-size: 17px !important;}
	#our_team.drug_whychoose .col-md-6:first-child, #our_team.alcohol_abt .col-md-6:first-child {order: 1;}
	.drug_faci .col-md-4:last-child {margin-bottom: 0;}
	#ppc-wrp.alcohol_srvc .icon-box-therapy, #ppc-wrp .start_hl .icon-box-therapy{min-height:auto !important;}
	.thanks-rw .thnkWrp{margin-bottom:20px;}
	#ppc-wrp.alcohol_srvc{padding-bottom:15px !important;}
	#ppc-wrp.alcohol_srvc .icon-box-therapy{padding:25px; margin-bottom:30px;}
	.drug-bnr h1, .start-healing h1, .alcohol-bnr h1{font-size:26px !important;}
	.strthl_cb_ht{min-height:auto;}
	/* ---Team page CSS start--- */	
	.team_page #treatment_options .treat-options-block .address {
		min-height: auto !important;
	}
	.team_page .new-team .col-md-4{
		margin-bottom:25px;
	}
	/* ---Team page CSS end--- */
	#about_avatar .treatment ul li {
		width: 100% !important;
	}
	.programs-wrp h2:before, .programs-wrp h2:after{
		display:none;
	}
	#contact_us .sec_what_us{margin-bottom:30px;}
	.profile_section .row>div {margin-bottom: 20px;}
	footer.ftr_v2 .container, footer .col-md-3{padding: 0 15px !important;}
	.card-home{grid-template-columns: repeat(32, calc(100vw / 3));}
	.box_wrp_defolt{margin-bottom:20px !important;}
	.slider_v2{margin-bottom:0;}
	.order-1-mbl, .res_order_1{order:1;}
	.order-2-mbl, .res_order_2{order:2;}
	.ftr_legit{position:inherit; width:100%;}
	.ftr_legit.ppc-logo{justify-content:start;}
	.faq_pr_40{padding-right:15px;}
	.cocain_add .modaliti_img{padding:0px;}
	.cocain_add .text-section_modaliti{padding:0px;}
	.treat-options-block.faq_sec {padding: 0 15px;}
	.addiction_pg .text-section_modaliti{padding:0px;}
	.mb-40.key_treatment{margin-bottom:0;}
	.ftr_legit.ppc-logo{width:100%;}
	.bg_row_1.res_btn .col-lg-6:first-child, .bg_row_1.res_btn .col-lg-6:last-child{padding:0 15px;}
	.wt_we_treat .box_row .row{grid-template-columns: minmax(0, 1fr); grid-gap:20px; margin:0 -15px;}
	.sec_what_us .icon_box_icon{margin-right:0;}
	.index-ii .team_sec .four_col{margin-bottom:20px;}
	.bg_row_1.res_btn{margin-bottom:0 !important;}
	.bg_row_1.res_btn + .wt_we_treat{margin-top: 25px !important;}
	.wt_we_treat .box_row .row .col-lg-6{background:none;}
	.phn_inline{display:inline-block;}
	b.num{left:-5px;}
	section.form-section{display:block;}
	.bg_box_1{padding:20px;}
	.tbl_bdr .avt_btn{margin-top:25px;}
	.mbl_mt_20{margin-top:20px;}
	.mbl_one_col{grid-template-columns: minmax(0, 1fr) !important;}
	.mbl_two_col{grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;}
	.bgimg_sec .title_txt h2{text-align:center;}
	.img_wrp{display:flex; flex-wrap:wrap;}
	.ftr_legit{bottom:25px;}
	.cr_phone .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown.forminator-phone{padding-left:0;}
	.iti{width:100% !important;}
	.pickup{margin-top: 0px; padding:15px;}
	.section_wrp{padding:20px 0;}
	.img_sec, .mb-60, .mt-40 .col-md-7{margin-bottom:20px;}
	.addiction_wrp .fieldset .field_wrp {min-height: auto;}
	.form_sec .ppc-logo{justify-content: center;}
	.about_sec.v3_1{margin-bottom: 30px;}
	.blue-icon-list{margin-bottom:0;}
	.mt-40{margin-top:25px;}
	.cta_bg_box{padding:25px 0;}
	.white_bdr_cta .blue-icon-list li{align-items: start;}
	.modaliti_image-section.career_pg img{width:auto; height:auto;}
	.section-container{padding:0;}
	.career_pg .modaliti_image-section{padding:25px 25px 0 25px}
	.mbl_mrgn_top_none, .bg_row_1 .icon_list_blue_squre.mbl_mrgn_top_none{margin-top:0 !important;}
	.header.sticky-active{background:#FFF;}
	#topbar{padding-top:2px !important;}
	#topbar.ppc-tp-headr{height: 112px !important;}
	.navbar-light.sticky-top{padding:5px 15px !important;}
	.addiction_wrp fieldset{margin-top: 20px;}
	.box_row.mt-3{margin-top:1rem !important;}
	.tbl_img .tbl_bdr{padding: 30px;}
	.tbl_img .tbl_bdr a{display:inline-block;}
	.feel_free{padding:30px 0;}
	.inline_flex{margin-top:15px !important;}
	.bg_row_1.res_btn .col-lg-6:first-child{margin-bottom:15px;}
}
/*style for 767px screen size end*/
@media screen and (max-width:767px) and (min-width:655px){
	.home-overlap .col-lg-4, .home-overlap .col-md-4{width:36% !important;}
	.home-overlap .lotus-img{width:25% !important;} 	
}
/* css for upto 641px screen */ 
@media (max-width:641px){
    #admission_process .admission-box p{
        min-height:auto;
    }
    .ds-n-md, .ds-lotus{display:none;}
    .blue-icon-list li{width:100%;}
	.ful-width-pt li{width:100% !important;}
	.we_treat p{margin-bottom:0 !important; padding-left:30px;}
	.we_treat h3{margin-bottom:6px!important;}
	#key_feature .key-feature-wrap{margin-bottom:10px !important; padding-bottom:0px !important;}
    .overlap-category .contac-dtl .col-lg-4.col-md-6.pd-tb-40.mbl-tp-nn,.overlap-category .contac-dtl .col-lg-4.col-md-6.pd-tb-40.pb-nn-sm{
        flex:auto!important;
        max-width:100%!important;
    }
    .carousel-inner{
        max-height:570px
    }
    .avatar-btn .next{
        font-size:21px;
        margin-left:8px;
        line-height:initial;
        margin-top:0
    }
    .avatar-btn .previous{
        font-size:21px;
        margin-right:8px;
        margin-bottom:0;
        line-height:initial;
        margin-left:auto;
        margin-top:0
    }
    #hero h1,span.slider-h1{
        line-height:25px!important;
        margin-top:10px;
        margin-bottom:15px;
        font-size:18px!important
    }
    .image_mobile{
        display:block;
        width:auto;
        max-width:fit-content;
        height:640px
    }
    .overlap-category{
        margin:25px 0 0 0 ;
		border-radius:10px;
    }
    .overlap-category .contac-dtl{
        text-align:center
    }
    .overlap-category .contac-dtl p{
        font-size:16px;
        line-height:30px;
        font-weight:500
    }
    .overlap-category .contac-dtl{
        padding:0 20px;
        width:70%;
		border-radius:10px;
    }
    .overlap-category .contac-dtl .mbl-tp-nn{
        padding-top:0
    }
    .overlap-category .contac-dtl h3{
        margin-bottom:10px!important
    }
    .overlap-category .contac-dtl p{
        margin-top:7px!important
    }
    .dis-nn-sm{
        display:none
    }
    .list-facility li{
        padding:8px 0;
        font-size:20px;
        margin-right:36px
    }
    .list-facility li{
        padding:8px 0;
        width:auto!important
    }
    .terapy_program:before{
        background:#f5f5f5;
        position:absolute;
        content:"";
        top:0;
        left:0;
        right:0;
        width:100%;
        height:70%;
        z-index:-1
    }
	.cbt#about_detox{padding-bottom:0 !important;}
	#we_beleive{padding:0 0 20px 0;}
    .we-beleive-wrap.inner_wrap{
        padding:0 0 10px 0!important;
		margin-bottom:10px !important;
    }
	#our_team .shadow_img.inner_shadow{padding:0!important;}
	.shadow_img img {box-shadow: 0 0 9px 3px #8888885c !important;}
    #understanding_treat .under_list li,.adctn-treatment #understanding_treat .under_list li{
        width:100%!important;
        margin:5px 5px 10px 5px
    }
    h1.side_title{
        font-size:30px!important;
        font-weight:700
    }
    #all_type_therapy .icon-box-therapy h4{
        font-size:19px;
        font-weight:600!important;
        margin-left:15px
    }
    #all_type_therapy .icon-box-therapy .therapy-title{
        display:flex;
        align-items:center
    }
    #about_admission .admission-form{
        margin:50px auto 0 auto!important;
        padding:30px 15px!important;
        width:100%
    }
	.form-new-sec{margin-top:15px !important;}
	#about_admission.form-new-sec .admission-form{padding:10px 15px!important;}
    #our_team .shadow_img{
        text-align:right!important;
        position:relative!important;
        left:auto!important;
        top:10px;
        margin:0 auto 3vw auto
    }
    #about_detox .about-detox-wrap{
        padding:5vw 0!important
    }
    .col-lg-4.col-md-6.pos-rel{
        padding:5vw!important
    }
    #our_programs .icon-box-program{
        margin:18vw 1vw 6vw 0!important
    }
    #our_programs .img-bg{
        bottom:0!important
    }
    #get_admitted .get-admi-wrp p{
        padding:2vw
    }
    .admission-rw h2:after{
        width:98px;
        right:280px;
        left:33%;
        display:none
    }
    #callus a:after{
        content:"";
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        border-radius:inherit;
        border:inherit;
        filter:none
    }
	.list-e li{min-height:142px;}
	.list-e.block li, .blue-icon-list li{width:100% !important; display:inline-flex;}
	.no_shadow_img img{box-shadow:none !important;}
	.field_link .fieldset fieldset{min-height:auto !important;}
	.logo_cnt .col-sm-2{display:none;}
	.logo_cnt .col-4, .logo_cnt .col-3{width: 50% !important; max-width: 50% !important; flex: 50% !important;}
	.logo_cnt .col-5{width: 100% !important; max-width: 100%!important; flex: auto!important;}	
	.alcohol_wht_provid{padding: 50px 0 10px 0 !important;}
	.send_sms{display:block;}
	.drug_cta_form{padding:20px; margin-top:0;}
	#about_admission.drug_cta_form .admission-form{margin-top:0 !important;}
	#about_admission.drug_cta_form .drug_form{margin-top:20px;}
	.navbar-toggler.collapsed{position:absolute; right:60px;}
	.thanks-rw .thnks-img {height: 180px;}
	.column_grid, .column_grid.three_col, .column_grid.two_col{
		grid-template-columns: auto;
	}
	.column_grid, .column_grid.three_col, .column_grid.two_col{
		grid-template-columns: auto;
	}
	.programs-wrp h2:before, .programs-wrp h2:after{
       display:none;
    }
	p{font-size:17px !important;}
	.about-lg .row>div{width: 75%;}
	.about-lg .dropdown-item{margin-left:0;}
	.team_wrp{margin-bottom:20px;}
}
/* css for upto 641px end */ 
/* css 600px screen start */
@media (max-width:600px){
	.wt-wetreat .start_hl_tab_sec{padding:0px 0 0px 0;}
	.wt-wetreat .start_hl_tab_sec .tab{margin-bottom:0 !important;}
	.wt-wetreat .start_hl_tab_sec .tab h2{margin-bottom:0 !important;}
	.wt-wetreat .start_hl_tab_sec .tab .tablinks{display:none;}
	#about_avatar.drug_what_trt .tab{padding-bottom:0 !important;}
	.title_txt h2{font-size:25px; line-height: 40px;}
	.widget_wrap{padding: 25px;}
	.facility_sec{padding:0 7px;}
	.facility_sec h2{font-size:35px line-height:30px;}
	.facility_sec .mb-40{margin-bottom:10px;}
	.facility_img .col-lg-4, .facility_img .col-lg-3{margin-bottom:0;}
}
/* css 600px screen end */
/* css for screen between 482px to 607px */
@media screen and (max-width:607px) and (min-width:482px){
    #treatments_hero:after{
        height:78%!important;
    }
    #treatments_hero{
        padding-bottom:30px!important
    }	
}
/*style for 599px screen START*/
@media (max-width:599px){
	.ppc-tp-headr .logo{margin-top:12px;}
	.ppc-tp-headr .logo img{margin-bottom:0;}
	.slick-arrow{top: 33%;}
	.searchwp-modal-form-trigger-el{top:14px;}
	.start_heal .box-slider{padding: 0 36px;}
	.box-slider .slick-prev{left:11px;}
	.box-slider .slick-next{right:14px;}
	.start_heal .avatar-btn{font-size: 16px !important;}
	.home .ppc-ameni-pb {padding-bottom: 0px !important;}
	.mbl-txt-left{text-align:left;}
	.home .team_section{margin:30px 0 30px 0;}
	.home .team_wrp{width:auto; margin: 0 auto; margin-bottom:20px;}
	.av-phn {display: inline-block;}
	.call-getadmit {margin-top: 15px;}
	#treatment_programs .treat-prog-listing{margin-bottom: 0;}
	.mobile-h3{font-size: 18px !important; line-height: 23px;}
	.mobile-h2{font-size: 24px;}
	.earthing-title{margin-top: -60px !important;}
	.gmap{width:100% !important;}
	.spcl-therapy-img{min-height:auto;}
	.column_grid ul.column_grid{grid-gap: 20px;}
	.icon_list_blue.column_grid{grid-gap:15px;}
	.career_pg .title_txt, .ftr_logo_wrp{text-align:left;}
	.career_pg .modaliti_image-section{padding:25px 25px 0 25px;}
	#we_accept .ppc-jan {width: 100% !important;}
	#about_avatar .treatment li{color:#212121;}
	#ppc-wrp .icon-box-therapy{min-height:auto !important;}
	.container, .container-sm {
    	max-width: 540px !important;
	}
	.start-healing #ppc-amenities .under_list{width:auto !important;}
	#we_accept.ppc-insu .ppc-jan li{margin:10px 10px 14px 10px !important;}
	#understanding_treat ol.list-e.block.under_add li {padding: 15px;}
	#understanding_treat ol.list-e.block.under_add li p{ text-align:left !important;}
	#about_avatar ul li a:hover{background:none !important;}
	.alc_tab_sec span.head-3, .start_hl_tab_sec span.head-3{margin-top:0; color:#212121 !important;}
	#ppc-amenities .btn-wrp, .ppc-amenities{text-align:center;}
	.wt-wetreat h2{text-align:center;}
	#ppc-amenities span.head-3, #ppc-amenities h1{display:block; text-align:center;}
	#our_facilities .col-md-4:last-child{margin-bottom:0;}
	#our_facilities {padding: 35px 15px 20px 15px !important;}
	#get_admitted .get-admi-wrp h2{margin-bottom: 16px!important;}
	.column_grid{grid-gap: 7px;}
	#about_avatar{margin-top:20px;}
	.drug_what_trt .icon_list_blue li:before {color: #00bef2;}
	.wt-wetreat .icon_list_blue li:before {color: #00bef2;}
	.team-h3{font-size: 16px;}
	.home .ppc-ameni-pb {padding-bottom: 0px !important;}
	.cta_bg h2{font-size:25px;}
	.wpcf7-form{
		text-align:center
	}
	.legitscript {
		padding-bottom: 0px;
		margin-right:20px;
	}
    #about_admission .admission-form input[type=text],#about_admission input[type=email],#about_admission input[type=tel],#about_admission textarea{
        width:100%!important;
        margin-right:0px;
        margin-left:0px;
    }
	.form-new-sec{margin-bottom:25px !important;}
	#about_admission.form-new-sec .admission-form input[type=text]{width:100% !important; margin-left:0 !important; margin-right:0 !important;}
    #contact_us .input-field input[type=text],#contact_us textarea,.input-field input[type=text],input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-tab{
        width:100%!important;
        margin-right:0px!important;
        margin-left:0px!important
    }
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-sec{
        width:94%!important
    }
	#about_admission .join-team{padding:30px 18px 30px 15px !important;}
	input#input_8_4{width:99% !important;}
	div#field_8_8 {padding: 0 0 0 11px;}
	#about_admission .join-team textarea, input#input_8_4, #about_admission .join-team input[type=text]{width: 100% !important; margin-left: 0; margin-right: 0;}
	#about_avatar .tablinks{display:none;}
	.tabcontent{background:#FFF; box-shadow:0 4px 14px #00000045;}
	#about_avatar .tabcontent h3{color:#00bef2 !important;}
	#about_avatar .treatment .rehab-options i{color:#00bdf1 !important; font-size: 19px;}
	#about_avatar .tabcontent p, #about_avatar .treatment .rehab-options a{color:#212121 !important;}
	#about_avatar .treatment .rehab-options a:hover{background:none;}
	#about_avatar .tabcontent .avatar-btn{border:4px solid #00bef2 !important; color:#00bef2 !important; font-weight:500 !important; margin-bottom: 22px;}
	#about_avatar .tabcontent .avatar-btn i{color:#00bdf1 !important;}	
	ul.blue-icon-list.blog_list li:before{display:none;}
	ul.blue-icon-list.blog_list li{align-items: stretch!important;}
	.blog_list a, .blog_list span{min-width:150px; border-right:1px solid #dddbdb;}
	ul.blue-icon-list.blog_list li{display:flex; align-items: stretch; padding:10px; border:1px solid #dddbdb; margin-bottom: 0; border-bottom: 0;}
	ul.blue-icon-list.blog_list li:last-child{border-bottom:1px solid #dddbdb;}
	ul.blue-icon-list.blog_list li div{padding-left:10px;}
	.mb-sm-0{margin-bottom:0 !important;}
	.m-tb-sm-0{margin-top:0 !important; margin-bottom:0 !important;}
	.blue-icon-list{margin-top: 0 !important;}
	.blueTick li {width: 100%;}	
	ul.blue-icon-list-col-3 li{width:96% !important;}
	.ourteam-pdl{padding-left:0 !important;}
	.drug_what_trt .sm-d-none, .drug_what_trt .d-sm{display: block !important;}
	.alcohol_cta{padding:17px 10px;margin-bottom:0;}
	.alcohol-begin_hl h3, .start_hl_begin h3, .alcohol_cta a{font-size:21px !important;}
	#all_type_therapy .col-lg-3:nth-child(9), #all_type_therapy .col-lg-3:nth-child(10){flex: 0 0 100% !important;
    max-width: 100% !important;}
	#all_type_therapy .col-lg-3:nth-child(9) .icon-box-therapy, #all_type_therapy .col-lg-3:nth-child(10) .icon-box-therapy{min-height:auto !important;}
	.thanks-box{padding: 15px; width:95%;}
	#ppc-amenities .under_list{padding:40px 25px 16px 25px !important;}
	.admission-rw #clients .clients-wrap ul li{width:50%!important;}
	#ourteam .col-md-6{padding:0;}
	#about_avatar .tabcontent ul li a{color: #212121 !important;}
	#about_avatar .tabcontent ul.wht-icon li:before{color: #00bef2 !important; font-size: 20px; margin-top: 0px;}
	.ii_nd_col .column_grid{margin-top:7px;}
	.form_div{padding: 10px;}
	.box_cntct_lft{padding: 12px !important;}
	.tl-pagination{text-align:center; padding-bottom:20px;}
	.tl-pagination .page-numbers{width:35px; height:35px; margin:0 auto; display:flex; gap:5px;}
	.list-disc ul.list-circle, .list-disc ul.list-circle li:last-child{margin-bottom: 0 !important;}
	.grid_wrp .icon_box_icon{padding:12px; height:auto;}
	.blue-icon-list.wht-icon{margin-bottom:20px;}
	.mbl_tp{margin-top: 8px;}
	.mbl_tp p{margin:0 !important;}
}
/*style for 599px screen END*/
/* css for upto 481px screen */ 
@media (max-width:481px){
	/* css for Search box */
	#treatments_hero.search-wrp{padding-bottom:78px !important;}
	.searchwp-modal-form-trigger-el.fa-search:before{font-size:25px;}
	.searchwp-modal-form__container{width:86% !important;}
	.searchwp-modal-form-default .searchwp-modal-form__content .search-form label{width:100% !important; padding: 0 !important; display:block;}
	.searchwp-modal-form-default .searchwp-modal-form__content .search-form{display:block !important; text-align:center;}
	.searchwp-modal-form-default .searchwp-modal-form__content{padding:1rem !important;}
	.search-form i{background: #00bef2; padding: 10px 11px; border-radius: 20px; color: #FFF; font-size: 19px;
		display:inline-block;}
	/*.search-submit{top: -1px; right: 1px; z-index: 6; width: 32px; opacity: 0; position: absolute;}*/
	.search-submit{display:block; margin:0 auto; margin-top:10px; width:106px !important; position:inherit;}
	.no-results {padding: 30px 10px;}
	/* css end Search box */
	.footer-right-sec .ftrl-logo-a img:first-child{width:112px; height:80px;}
    footer.contact_footer{
        padding:80px 0 40px 0;
        margin-top:-10vw
    }
    #our_facilities .list-facilities{
        margin-top:20px!important
    }
    .d-flex-inline{
        width:100%
    }
    .404error a.avatar-btn{
        margin-bottom:30px!important
    }
    #get_latest_info h2{
        font-size:18px!important
    }
    #mission h2{
        margin-bottom:18px!important
    }
    #callus h2{
        font-size:18px!important
    }
	#callus.nov-callus h2{font-size:22px!important}
    #to_schedule p{
        margin-top:2px!important
    }
   
    #our_programs a .icon-box-program{
        min-height:auto!important
    }
    .name-git{
        margin-bottom:-7px!important
    }   
    .ginput_container_select #input_6_5{
        width:95%!important
    }
    #treatments_hero{
        background:url(../images/wave-bg-img.svg) no-repeat 0 60px;
        background-position:bottom;
        background-size:100%;
        padding-bottom:55px
    }
    #all_type_therapy .icon-box-therapy{
        min-height:auto
    }
    #treatments_hero{
        padding-bottom:50px
    }
    #our_programs .icon-box-program{
        min-height:auto
    }
    #blog .blog-box .blog-cont-wrp{
        min-height:auto!important;
        padding:50px 32px 30px 25px;
    }
    #treatments_hero:after{height:72%!important;}
    #treatments_hero h1{
        font-size:22px!important;
		text-align:center;
    }
    footer.contact_footer{
        padding:70px 0 40px 0!important
    }
    #contact_us{
        padding:25px 0 0 0;
        margin:10px 0 0 0
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.insur-tab{
        border:1px solid #bcbcbc;
        border-radius:50px;
        padding:18px 30px;
        color:#212121;
        width:90%;
        text-transform:uppercase;
        margin:0 10px 12px 10px;
        font-size:14px;
        font-weight:600
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.Insur-tab{
        border:1px solid #bcbcbc;
        border-radius:50px;
        padding:18px 30px;
        color:#212121;
        width:90%;
        text-transform:uppercase;
        margin:0 10px 12px 10px;
        font-size:14px;
        font-weight:600
    }
    span.head-3{
        font-size:16px
    }
	.we_offer_wrp .address p, #about_avatar .treatment p{font-size: 16px !important;}
	#about_avatar ul li a, .avatar-btn, #to_schedule p, #blog .blog-box .blog-cont-wrp .category a{font-size: 16px !important;}
	.schedule-wrp{padding:0;}	
	#special_therapy span.head-3{margin-bottom:10px;}
    label.hidden{
        margin-top:-70px;
        width:94%!important
    }
    .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.career-area{
        margin-bottom:16px!important
    }
    #our_facilities .btn-wrp{
        padding-top:0px!important;
        padding-bottom:10px!important;
    }
    .about_facility#our_facilities .col-md-6:nth-child(2){
        margin-top:-20px
    }
    .about_facility#our_facilities .col-md-6:nth-child(2) li:last-child{
        margin-bottom:0!important
    }
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-sec{
        width:94%!important;
        margin-left:6px!important;
        margin-right:6px!important
    }
    #contact_us textarea{
        width:95%!important
		padding-top: 12px;
    	padding-left: 42px;
    }
    .about_facility#our_facilities .btn-wrp{
        padding-top:0!important
    }
    
    .overlap-category .contac-dtl{
        padding:0 20px;
        width:100%
    }
    #hero .carousel-caption.slider-b{
        width:91%!important;
        left:49%!important
    }
	.carousel-inner{height:auto !important;}
    .carousel-item.second-slide{
        width:100%!important;
		height:500px !important;
    }
    #hero .carousel-caption.slider-b .carousel-wrp{
        width:100%!important;
        text-align:justify
    }
    .image_mobile{
        width:auto;
        max-width:fit-content;
        height:520px
    }
    .image_mobile_big{
        max-width:fit-content;
        height:520px;
        width:auto
    }
    .carousel-inner{
        max-height:fit-content;
        height:auto
    }
    #hero .carousel-caption{
        top:49%!important;
        width:90%;
        left:50%;
        text-align:justify;
        transform:translate(-50%,-50%);
		padding:25px 20px !important;
    }
    #hero .sub_ttl{
        color:#00bef2;
        font-size:16px;
        font-weight:500;
        line-height:20px;
		text-align:center;
    }
    #hero h1,span.slider-h1{
        line-height:22px!important;
        margin-top:0!important;
        margin-bottom:0!important;
		text-align:center;
    }
    #hero p{
        font-size:16px!important;
        line-height:28px!important;
        margin-bottom:0!important;
		text-align:center;
    }
    #hero .btn-getStarted{
        border:3px solid #fff;
		background:none;
        padding:6px 25px;
        border-radius:33px;
        color:#fff;
        text-decoration:none;
        font-weight:500;
        font-size:16px;
    }
	.slide-b-img{width:100% !important; height:auto !important;}
	.slid2 .carousel-wrp {padding-top: 70px !important;}
	.slid2 p{margin-bottom:0;}
    .contac-dtl .email{font-size:14px!important}
	#our_facilities .imgTtl {margin-bottom: 14px !important;}
    .sm_tp_row p{text-align:center; margin-bottom:6px; font-size:16px; margin-top: 3px; }
	.ppc-tp-headr .sm_tp_row p{margin-top:5px; overflow:hidden;}
	.ppc-tp-headr .logo{margin-top:12px;}
    .sm_tp_row h3{font-size:16px!important; font-weight:500!important; text-align:center; color:#212121 !important;
        margin:0}
    #our_team .shadow_img{
        text-align:right;
        position:relative;
        left:0;}
    .terapy_program{
        padding:10px 12px 5px 12px!important
    }
    .terapy_program .shadow_img img{
        min-height:auto
    }
    .list-facility li{
        padding:8px 0;
        font-size:14px;
        margin-right:10px;
        min-width:120px
    }
    #treatment_options .treat_icon{
        position:absolute;
        z-index:1;
        left:32px
    }
    .treat-options-block .treat_info h4{
        font-size:15px!important;
        margin-bottom:16px!important
    }
    .call-body{
        font-size:12px!important
    }
    .call-title{
        font-size:15px!important
    }
    .callus{
        font-size:14px!important
    }
    .overlap-category{
        padding:0 30px;
        overflow-wrap:break-word
    }
    .health-ins-logos li{       
        padding:0 12px;
        
    }
    #our_programs{
        padding:53px 20px 15px 20px
    }
    .about_recovery#get_admitted{
        padding:15px 0
    }
    #our_team .cont-wrp h3{
        margin-top:20px
    }
    .pickup-car{
        margin-top:0!important
    }
    #to_schedule{
        padding:30px 5px 30px 5px
    }
    #we_offer .video-bg{
        width:153px;
        height:119px;
        top:11px;
        left:72%;
        background-size:70%
    }
    #we_offer .video-bg2{
        top:25px;
        left:21px;
        background-size:85%
    }
    .video-wrp{
        margin-top:50px
    }
	#about_admission .join-team{padding:30px 18px 30px 15px !important;}
	input#input_8_4{width:99% !important;}
	div#field_8_8 {padding: 0 0 0 11px;}
	#about_admission .join-team textarea, input#input_8_4, #about_admission .join-team input[type=text]{width: 100% !important; margin-left: 0; margin-right: 0;}	
	.what-provide .head-3, .what-provide h2{text-align:left !important;}	
	/* PPC page */
	.ppc-insurance{margin-top:25px;}
	#ppc-wrp .icon-box-therapy{min-height:auto !important;}	
    #about_avatar .treatment ul li{width:100% !important;}
	#blog p{font-size:100%;	line-height:26px !important;}
	#about_hero .about-hero-sec p,  #mission p, #about_therapy .about-therapy-wrp p, #get_admitted .get-admi-wrp a{font-size: 16px !important; line-height: 28px !important;}
	#mission p{text-align:justify;}
	.inr-wrp p{line-height:28px !important;}
	.wht-bdr{padding:15px 5px !important;}
	#about_therapy .shadow_img img{width:100% !important;}
	#about_admission.therapy_form .about-admission-wrp {width: 95%; margin: 0 auto;}
	/*Home lotus CTA css*/
	.phn-cta{display:block; background:#00bef2; padding:15px; text-align:center; width:360px; margin:0 auto; margin-bottom:10px; border-radius:10px;}
	.phn-cta.mt-20{ margin-top:20px;}
	.phn-cta .hd3{font-size:45px; color:#FFF; line-height:50px !importan;}
	.phn-cta a{color:#FFF; font-size:16px !important;}
	.phn-link{display:inline-flex;}
	.phn-link a:first-child{margin-right:10px;}
	.phn-link a:last-child{margin-left:10px;}
	.phn-cta .contact-icons a{display:inline-block !important; line-height: 21px;}
	.overlap-category.nw-cat{display:none !important;}
	.term-cond h2{margin-bottom:5px !important; margin-top:7px !important;}
	.term-cond p{text-align:justify !important; line-height:29px !important;}
	.overlap-category{display:none;}
	.mbl{display:none; margin:0 auto; margin-top:20px; width: 87%;}
	.mbl .contact-icons{margin:0 auto;}
	.mbl .contact-icons a{margin-right:25px;}
	.mbl .contact-icons a:last-child{margin-right:0;}
	.mbl .contact-icons a i{font-size: 19px; margin:0 auto;}
	.mbl li{background:#00bef2; display:inline-flex; list-style:none; width:100%; height:58px; border-radius:8px; color:#FFF; font-size:24px; margin-bottom:10px; align-items:center;}
	.mbl li .fa-icon{background:#02a2d4; text-align:center; color:#FFF; border-radius:6px 0 0 6px; padding-top:10px; height:58px; width:65px;}
	.mbl li .fa-icon i{font-size:32px;}
	.mbl li .callNum{display:inline; padding-left:17px;}
	.mbl li .callNum a, .mbl li .callNum a:hover, .mbl li .callNum a:focus{color:#FFF !important; line-height: 44px;}
	.mbl li .callNum .email{color:#FFF; font-size:17px !important;}
	.footer-right-sec .avatar-info a {font-size: 16px;}
	#our_facilities.nw_hm{margin-bottom:0 !important; padding-bottom:0 !important;}
	#our_team.abt_sty .container{padding:0 !important; margin:0 !important; max-width:100% !important;}
	#our_facilities .container.abt_styl{margin: 0 !important; max-width: 100% !important;}
	.team_sty .mbl-pr{padding-right:0 !important;}
	.treat_inr_sty .dtx-symptoms {padding: 0 !important;}
	.treatment_inr_sty #clients, .progr_sty #clients{height:102px !important;}
	.progr_sty #clients .clients-wrap ul, .progr_sty #clients .clients-wrap ul li
	.treatment_inr_sty #clients .clients-wrap ul, .treatment_inr_sty #clients .clients-wrap ul li
	{width:100% !important;}
	.treatment_inr_sty #clients .clients-wrap ul li img{margin:0 auto;}
	#we_accept.treatment_inr_sty h2, #we_accept.progr_sty h2{margin-bottom:0 !important;}
	#about_detox .about-detox-wrap.co-occ-sty{padding-bottom:0 !important;}
	.alcohol_bnr .ppc-amenities-img img{width:90% !important; margin:0 auto;}
	#our_team.drug_whychoose .container{padding-right: 15px !important; padding-left: 15px !important; margin-right: auto; margin-left: auto; max-width:auto !important;}
	#our_facilities.drug_faci .col-md-4{padding:0 15px !important;}	
	#our_team.drug_abt{padding-bottom:30px;}
	.drug_form input[type=submit], .drug_form input[type=submit]:hover, .st_heal_frm input[type=submit]:hover{padding:5px 20px;}
	.home .form-new-ppc{padding:30px 20px; width:100%;}
	.about_sec .title_txt h2{margin:10px auto;}
}
/* 481px screen end */
/* 480px screen start */
@media only screen and (max-width: 480px){
	.our-team .title:before,
	.our-team .title:after{
		top: -83px;
	}
	.point_career{padding-top:20px;}
	div#topbar .desk-menu,div#topbar a{
    	font-size:16px!important
	}
}
/* 480px screen end */
/* css for upto 425px screen */ 
@media (max-width:425px){
	.title_txt h2{margin-bottom:10px;}
    .carousel-control-next, .carousel-control-prev{
        padding:0 11px !important;
    }
    .spcl-therapy-img{
        position:relative;
        min-height:285px
    }
    .qount-num2:before{
        width:225px!important
    }
	.ppc-amenities-img .spcl-therapy-img{min-height:auto; margin-bottom:21px !important; padding:0 !important;}
	.ppc-hdr-img{margin-top:25px;}
	#we_accept .health-icon .health-ins-logos li {width: 153px !important;}
	.col-lg-6.col-md-12.ppc-hdr-img{margin-top:20px;}
	#blog .mrgntop{margin:0 !important; margin-top:10px;}
	#related-heading{padding-left:16px;}
	.new-nov .cont-wrp{padding-top:0 !important;}
	#callus.nov-callus .wht-bdr{padding:25px 0px !important; border:6px solid #fff;}	
	#callus a{padding: 8px 12px; width:100%;}
	.nov-key-fea .icon-row p{margin-bottom:20px !important;}
	#about_therapy .shadow_img:before{height:98% !important;}
	#about_therapy .shadow_img .img-bg{bottom:-27px !important; z-index:-1;}
	.nov-amenity h2{font-size:18px!important;}	
	#treatments_hero p{text-align:center;}
	.form-new-sec {margin-bottom: 0px !important;}
	#about_admission.form-new-sec .admission-form{margin-top:20px !important;}
	.contact-logo .samhsa-logo{margin-top:20px;}	
	footer{background: linear-gradient(90deg, #00bef2 0%, #00bef2 100%);}
	.adctn-treatment#our_team{padding:5px 15px!important;}
	#input_6_5{background-position: 95% !important;}
	.icon-box-program img {top: -33px; left: 42px; width: 49px;}
	.footer-fixed{font-size:15px !important; padding:1px 15px !important;}
	#about_avatar.wt-wetreat .treatment, .tabcontent{color:#212121;}	
	#we_accept .ppc-jan li {width: 42% !important; display: inline-flex;}
	#we_accept .ppc-jan {width: auto;}
	.mb-ppc-jan{margin-bottom:20px !important;}
	.ppc-lotus{margin-bottom:20px !important; text-align: center; width:auto !important; height:auto !important;}
	.ppc-lotus img{width:100% !important:}
	#about_hero {padding: 15px;}
	.d-sm{display:block;}
	.sm-d-none{display:none;}
	.tabcontent .sm-d-none{display:block;}
	.start_hl_tab_sec .tabcontent .sm-d-none h3{display:none !important;}
	#about_avatar.wt-wetreat .treatment, #about_avatar.wt-wetreat .tabcontent{min-height:auto !important;}
	#about_avatar.wt-wetreat .treatment ul{margin-bottom:0 !important; padding-bottom:0 !important;}
	.wht-bdr.ppcJan{padding:10px !important;}
	.wht-bdr.ppcJan .container, .wht-bdr.ppcJan .col-md-12{padding:0 !important;}
	.wht-bdr.ppcJan a{font-size:20px!important;}
	.ppc-logo {justify-content: center;}
	#we_accept .ppc-jan li {margin-left: 0px !important;}
	#clients .clients-wrap ul li{width:100%!important; height:75px!important;}/*width:330px !important; */
	.admission-rw #clients .clients-wrap ul li{width:50%!important;}
	#process_insurance .admission-rw .insurance-logo{height:95px;}
	.start-healing #ppc-amenities .under_list{width:auto;}
	#get_admitted.start-healing{margin-top:15px !important;}	
	.home_sty h2{margin-bottom:0 !important;}
	.thank_you_sty .thank_btn a{font-size:18px !important;}
	.thank_you_sty .thank_btn i{font-size:27px !important; align-items: center; display: flex;}
	#key_feature.abt_sty{padding-top:0 !important; background:#FFF;}
	.start-healing #callus, #our_team.abt_sty, #key_feature.abt_sty{padding-bottom:0 !important;}	
	.team_sty .tm-pl{padding-left:0 !important;}
	.progr_sty#we_beleive{padding-top:22px !important;}
	#blueIcon .blue-icon-list li:last-child{margin-bottom:10px !important;}
	.progr_sty .alcohol-widr, .progr_sty .alcohol-widr .container{padding:0 !important;}
	.progr_sty .alcohol-widr .fieldset fieldset{width:100% !important; min-height:auto !important;}
	.therapy_sty_bx .list-e li{width:100% !important; min-height:auto !important; margin: 0 auto !important;
    margin-bottom: 15px !important;}
	#we_accept.treatment_inr_sty{margin-top:0 !important; padding-top:0 !important;}
	#our_team.drug_whychoose{padding-bottom:20px !important;}
	.send_sms{display:block;}
	.drug_what_trt .sm-d-none, .drug_what_trt .d-sm{display: block !important;}
	.alcohol_abt a.avatar-btn {margin:0 0 20px 0;}
	.alcohol_srvc {padding: 35px 20px 25px 20px !important;}
	.drug_g_code .mt-5{margin-top:10px !important;}
	.navbar-toggler{margin-left: 45px;}
	#contact_us #input_6_3{width:92% !important; margin: 0;}
	#contact_us #field_6_5{width: 100%!important;}
	#about_admission .admission-form h3{font-size:18px !important; margin-bottom:10px !important;}
	.drug_cta_a{padding:15px 12px !important;}
	.alcohol_abt .mt-5, .drug_whychoose .mt-5{margin-top: 20px !important;}
	#about_avatar.start_hl h2{text-align:center;}	
	#we_accept.ppc-insu{margin-bottom:0 !important;}
/* ---Team page CSS start--- */
	.qount-num2:before {
		width: 225px!important;
	}
	.team_page #ourteam {
		padding: 0 20px;
	}
	/* ---Team page CSS end--- */	
	.tabcontent ul.icon_list_blue{margin-top:10px !important;}
	.tabcontent ul li:last-child {margin-bottom: 14px !important;}
	
}
/* 425px screen end */
/* End responsive style for PPC Start healing page */
@media only screen and (max-width: 767px) and (min-width: 600px){
	.qount-num2:before {left: 15px;}
}
@media only screen and (max-width: 599px) and (min-width: 426px){
	.qount-num2:before {width: 245px!important;}
}
@media (max-width:420px){
	.ppc-insurance .health-ins-logos li img {height: 61px !important;}
}
@media (max-width:414px){
	#special_therapy .cta_btn_blue_bg{text-align:center;}
	#special_therapy .cta_btn_blue_bg br{display:block;}
}
@media (max-width:405px){
	.mbl{width:91%;}
	.mbl li .callNum{padding-left:10px;}
	.mbl li .callNum .email{font-size:15px !important;}	
}
@media (max-width:391px){
	#treatments_hero{background-size: unset !important;}
	div#topbar a{font-size: 13px !important;}
}
/* css for screen between 390px to 481px */
@media screen and (max-width:481px) and (min-width:390px){
    .carousel-inner{
        height:470px!important
    }
}
/*  max 390px screen start*/
@media (max-width: 390px){
	/* ---Team page CSS start--- */
	.team-lft-col{
		width: 184px;
	}
	.qount-num2 {
		left: -59px;
	}
	.team-h3{font-size: 16px;}
	/* ---Team page CSS end--- */	
}
/*  max 390px screen end*/
/*  max 375px screen start*/
@media (max-width:375px){
	.start_heal #ppc-wrp .start_hl .icon-box-therapy{max-height:inherit !important;}
	div#input_9_5, .ginput_container{position:relative;}
	.ginput_recaptcha iframe{position:absolute; transform:scale(0.88) translate(0%); left:-18px;}
	#input_7_5 iframe{position:inherit;}	
	.avatar-btn i.fa.fa-arrow-circle-right{align-items: center; font-size: 20px;}
		#we_accept h2{margin-bottom:0 !important;}
		#clients {height: 115px;}
		#clients .clients-wrap ul li{width:320px;}
		#process_insurance ul li{width:320px !important;}
        #contact_us .contact-us-info{
            padding:12px 10px 0 10px!important
        }
		nav .logo{max-width:177px !important;}
        .teamBlock.team-rt-sec{
            margin-left:-26px
        }
        #contact_us .contact-us-info h4,#contact_us .contact-us-info p{
            padding-left:63px
        }
        .contact-us-info .heading-4{
            padding-left:12px!important
        }
        #contact_us .contact-us-info .cntc-box:last-child{
            margin-bottom:0!important
        }
        .qount-num2:before{
            width:200px !important;
        }
        .qount-num2 span{
            right:-90px
        }
        .spcl-therapy-img{
            position:relative;
            min-height:285px
        }
        span.head-3{
            font-size:16px
        }
        p{
            font-size:14px
        }
		
        #blog p{
            font-size:100%;
			line-height:28px !important;
        }
        ul li{
            font-size:16px
        }
        .wpcf7-form{
            text-align:center
        }
        #about_admission .admission-form input[type=text],#about_admission input[type=email],#about_admission input[type=tel],#about_admission textarea{
            width:100%!important;
            margin-right:0px;
            margin-left:0px
        }
	#about_admission .join-team{padding:30px 18px 30px 15px !important;}
	input#input_8_4{width:99% !important;}
	div#field_8_8 {padding: 0 0 0 11px;}
	#about_admission .join-team textarea, input#input_8_4, #about_admission .join-team input[type=text]{width: 100% !important; margin-left: 0; margin-right: 0;}
		.modal-title{padding:0 !important;}
		
		/* PPC page */
		.ppc-insurance .health-ins-logos li img{height: 50px !important;}
		.ppc-ameni-pb{padding-bottom:0 !important;}
		.ppc-insurance .health-ins-logos{margin-top: 18px !important; margin-bottom:0 !important;}
		#ppc-wrp{padding-top:0px;}
		.ppc-facility{padding-bottom:0 !important;}
		
		.ppc-header h1{font-size:18px !important; font-weight: 700!important; margin-bottom: 20px!important;}
		#ppc-amenities .under_list{padding:40px 15px 16px 15px !important; margin-bottom:0;}
		.spcl-therapy-wrp .under_list li{padding-left: 34px; background:url(../images/check-list-icon.png) no-repeat 0 3px; background-size: 21px;}
		#ppc-amenities ul.under_list li:before{content:'' !important;}
		.ppc-facility .about-therapy-wrp{padding:20px !important;}
		.ppc-facilities .facility-img{padding-left:0 !important; padding-right:0 !important;}
		.ppc-insurance-pl{padding:0 !important;}
		.ppc-insurance .health-ins-logos li img{height:57px !important;}
		.col-md-12.col-lg-6.text-center.ppc-insurance{padding:0;}
		.ppc-faq{margin-top:0;}
		.small-screen a{color:#212121;}
		.small-screen a:hover{color:#00bef2;}
		.ppc-we-accept span.head-3{margin-bottom:8px;}
		#we_accept .health-icon .health-ins-logos li {width: 146px !important;}
		#about_therapy .shadow_img:before{width:55px !important;}
		#about_therapy .shadow_img .img-bg{width: 127px; height: 112px; bottom:-37px !important;}
		.ppc-ameni-pb{margin-bottom:15px;}		
		.slid2 .carousel-wrp {padding-top: 53px !important;}
		.slid2 p{margin-bottom:0;}
		.slid2 .d-flex-inline{margin-top:0;}
		#our_facilities.ppc-facilities{padding-top:10px !important; padding-bottom:15px !important;}
		.wt-wetreat .tab{margin-bottom:20px !important;}
		#get_admitted .ppcJan .get-admi-wrp a{font-size:17px !important; padding:6px 15px;}
		.phn-cta{width:95% !important;}
		.start-healing #ppc-amenities .under_list{padding:28px 15px 8px 15px !important;}
		#about_admission.career_sty{padding: 85px 0px !important; padding-bottom: 10px !important;}
		#about_admission.career_sty div#field_8_8{padding-left:3px !important;}		
		#about_admission.career_sty #input_8_6{margin-bottom:0 !important;}
		.team-photo {width: 121px; height: 121px;}
		#ourteam.team_sty{padding:0 20px !important;}
		#ourteam.team_sty .teamBlock.team-rt-sec {margin-left: -5px;}
		#ourteam.team_sty .col-md-6.ourteam-pdl {padding-left: 0;}
		.team-lft-col {padding: 0 15px 0 20px;}
		.alcohol_cta a{font-size:17px !important;}
		#about_avatar{padding:10px !important;}
		#about_avatar.wt-wetreat .treatment, #about_avatar.wt-wetreat .tabcontent{padding:8px !important;}
		.svg_logo img.logo-tp{width:auto !important; height:47px;}
		.ppc-tp-headr .svg_logo img.logo-tp{width:auto !important; height:52px;}
		#topbar.ppc-tp-headr{height: 106px !important;}
		.therapy_list li{width:99%;}
		.what-provide {padding-top:20px !important; padding-bottom:0 !important;}
		#about_avatar.drug_what_trt .tab{margin-bottom:0 !important;}
		#we_accept.ppc-insu{margin-bottom:0 !important;}
		.ppc_start_heal2 div#topbar a{font-size: 15px !important;}
		/* ---Team page CSS start--- */
	.team_page #ourteam.team_sty{
		padding: 0 20px !important;
	}
	.team-lft-col{
		padding: 0 15px 0 20px;
	}
	.team-photo{
		width: 121px;
		height: 121px;
	}
	.team_page #ourteam.team_sty .col-md-6.ourteam-pdl {
		padding-left: 0;
	}
	.team_page #ourteam.team_sty .teamBlock.team-rt-sec {
		margin-left: -5px;
	}
	.qount-num2:before {
		width: 200px !important;
	}
	/* ---Team page CSS end--- */
}
/* 375px screen end */
@media screen and (max-width:375px) and (min-width:321px){
.teamBlock{margin-left: -15px;}
	#ourteam.team_sty .teamBlock{margin-left:0 !important;}
}
@media (min-width: 375px) and (max-width: 767px) {
    .team_section{
        padding: 0 40px;
        width: 370px;
        margin: 20px auto !important;
    }
}
/* css for screen between 339px to 321px */ 
    @media screen and (max-width:339px) and (min-width:321px){
        #treatments_hero{
            padding-bottom:40px!important
        }
        #treatments_hero:after{
            height:200px!important
        }
    }

/* css for upto 360px screen */ 
    @media (max-width:360px){
		#callus.abt_sty{padding:22px 10px !important;}
		#callus.abt_sty h2{margin-bottom:12px !important;}
		#callus.abt_sty p{margin-bottom:7px !important;}
		.mbl li .fa-icon{width:50px;}
		.mbl li .fa-icon i{font-size: 27px;}
		.team-lft-col {width: 165px;}
		.ppc-tp-headr .pd-lr-40, #topbar .pd-lr-40{padding:0 !important;}
		#input_7_5.ginput_recaptcha iframe{transform: scale(0.68) translate(-17%);}		
	/* ---Team page CSS start--- */
	.team-lft-col {
		width: 165px;
	}
	.team_page #callus {
		padding:22px 10px !important;
	}
	/* ---Team page CSS end--- */
}
/* css for upto 360px screen */ 
/* css for upto 320px screen */ 
    @media (max-width:320px){
        input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.insur-tab{width:85%}
		.searchwp-modal-form-default .searchwp-modal-form__content .search-form label {width: 80% !important;}
		.searchwp-modal-form-default .searchwp-modal-form__content {padding: 0.8rem !important;}
        .schedule-wrp{padding:0; margin:0 -6px}
        .spcl-therapy-img{position:relative;min-height:230px}
		#process_insurance ul li{width:280px !important;}
        .prev-next-row a{
            min-width:125px!important;
            padding:10px 4px!important;
            display:flex
        }        
        input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.Insur-tab{
            width:85%
        }
        .wpcf7-form{
            text-align:center
        }
        #about_admission .admission-form input[type=text],#about_admission input[type=email],#about_admission input[type=tel],#about_admission textarea{
            width:90%!important;
            margin-right:8px;
            margin-left:8px
        }		
	#about_admission .join-team textarea, input#input_8_4, #about_admission .join-team input[type=text]{width: 100% !important; margin-left: 0; margin-right: 0;}
		#about_admission .join-team {padding: 30px 10px 30px 11px !important;}
        #contact_us .input-field input[type=text],#contact_us textarea,.input-field input[type=text],input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-tab,select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-sec{
            width:95%!important;
            margin-right:5px!important;
            margin-left:0!important
        }
        #contact_us .input-field h2{
            margin-top:20px
        }
        #hero p{
            font-size:16px!important;
            line-height:27px!important;
        }
		#hero .carousel-caption {top: 47%!important; width: 92%; left: 50%; padding: 15px 16px !important;}
        .carousel-inner{
            height:485px!important
        }
        #about_avatar .tab{
            padding:0 10px
        }
        #about_avatar .treatment p{
            max-width:100%
        }
        #treatments_hero{
            padding:15px 10px 37px 10px!important
        }
        #treatments_hero .treat-hero-sec{
            margin-top:0
        }
        #treatments_hero p{
            width:100%
        }
        #understanding_treat .under_list li,.adctn-treatment #understanding_treat .under_list li{
            width:100%!important;
            margin:0 0 10px 0
        }
        #our_programs .icon-box-program{
            margin:15vw 1vw 12vw 0!important
        }
        #our_team .cont-wrp{
            padding:20px 0 0 0!important
        }
        .footer-right-sec{
            padding-left:0!important
        }
        #about_admission .about-admission-wrp{
            padding:50px 18px
        }
        #about_admission .admission-form{
            width:100%
        }
        #blog .blog-box .blog-cont-wrp{
            padding:60px 30px 30px 30px;
            z-index:1
        }
        #get_latest_info{
            padding:10px 5px 0 5px;
            margin-top:0
        }
        #we_beleive .we-beleive-wrap{
            margin-bottom:0
        }
        #we_beleive{
            padding:30px 20px 20px 20px;
            margin-bottom:0
        }
        .footer-right-sec li{
            display:flex
        }
        .ftr-link.font-bold{
            font-size:14px!important
        }
        footer .ftr-link{
            font-size:14px;
            text-align:center
        }
        footer .ftr-txt{
            font-size:13px;
            text-align:center
        }
        #contact_us{
            padding:0 0 25px 0;
            margin:0 0 10px 0
        }
        footer.contact_footer{
            padding:80px 0 40px 0!important;
            margin-top:-15vw
        }
        #about_avatar .tablinks{
            font-size:14px
        }
        .req-call button[type=submit]{
            font-size:13px
        }
        .copyright{
            padding-left:8px!important
        }
        #special_therapy .spcl-therapy-wrp{
            padding:7vw 0 0 5vw
        }
        .admission-rw h2:after{
            width:98px;
            right:280px;
            left:29%;
            top:100%
        }
        .list-facility li{
            padding:8px 0;
            font-size:20px;
            margin-right:10px;
            min-width:100px
        }
        .qount-num:after{
            content:"";
            width:150px;
            height:2px;
			left: 27px;
			top: 14px;
        }
        .qount-num2:before{
            content:"";
            width:162px;
            height:2px;
        }
        .ftr-link.copyright a{
            font-size:14px;
        }
        #contact_us .contact-us-info p{
            font-size:12px;
        }
        .team-lft-col{
            width:144px;
        }
        .qount-num2:before{
            width:171px!important;
			left: 18px;
        }
        .qount-num2 span{
            right:-100px!important;
        }
		.qount-num span{padding: 6px; border: 4px solid #20c6f3; width: 30px; height: 30px;}
		.qount-num {position: relative; left: -32px;}
		/* PPC page */
		.ppc-insurance .health-ins-logos li{padding:0 3px !important;}
		.ppc-insurance .health-ins-logos li img{height: 60px !important;}
		.ppc-insurance-pl{padding:0px !important;}
		.spcl-therapy-img{min-height: 231px;}
		#ppc-amenities{padding-left:0 !important;}
		.ppc-facility .about-therapy-wrp{padding:20px 0 !important;}
		#ppc-prog-list .ppc-we-accept{padding:20px 5px !important;}
		.ppc-facilities{padding:30px 10px !important;}
		.ppc-bg-lft{padding-bottom:0 !important;}
		#our_facilities.ppc-facilities .btn-wrp{padding-top:0 !important;}
		.ppc-v2 #we_accept{padding:20px 20px !important;}   	
		#we_accept .health-icon .health-ins-logos li {width: 130px !important;}
		.post-3524 .btn-wrp.blog-prev {margin-top: -18px !important;}
		#callus.nov-callus {padding: 15px 10px;}
		#callus.nov-callus .wht-bdr{padding:25px 8px !important; border:5px solid #fff; }
		#callus a{padding:8px 2px;}
		.form-new-ppc{width:100%;}
		.contact-logo .col-6{padding:0 4px;}
		.slid2 .carousel-wrp {padding-top: 33px !important;}
		p.slide2-pre {font-size: 13px !important;  line-height: 16px !important;}
		.slide-b-img { height: 470px !important;}
		.slid2 .btn-getStarted{margin-top:0;}
		#about_avatar{padding:5px 10px 35px 10px;}
		.wt-wetreat{padding-top:20px !important;}
		.mbl li .callNum .email{font-size:14px !important;}
		.mbl li{font-size:20px;}
		#about_admission.career_sty .container{padding:0 !important;}	
		.navbar-toggler{margin-left:15px;}
		#to_schedule #input_4_1, #to_schedule #input_11_1 {padding-left: 12px;}
		span#exampleModalLongTitle{font-size:1.15rem;}
		.slick-slide{margin:0px 8px;}
		ul.blue-icon-list li:before, .blueTick li:before{font-size:19px !important;}
		/* ---Team page CSS start--- */
	.team-lft-col{
		width: 144px;
	}
	.qount-num{
		position: relative;
		left: -32px;
	}
	.qount-num span{
		padding: 6px;
		border: 4px solid #20c6f3;
		width: 30px;
		height: 30px;
	}
	.qount-num:after{
		content: "";
		width: 150px;
		height: 2px;
		left: 27px;
		top: 14px;
	}
	.qount-num2:before{
		width: 171px!important;
		left: 18px;
		content: "";
		height: 2px;
	}
	.qount-num2 span{
		right: -100px!important;
	}
	.team_page #mission {
		padding: 0;
	}
	.blue-box-iconlist {
		padding: 20px;
	}
	/* ---Team page CSS end--- */
		.ginput_recaptcha iframe {
			position: absolute;
			transform: scale(0.7) translate(0%);
			left: -28px;
		}
		#input_9_5.ginput_recaptcha iframe{left: -18px;}
		.team_area_v2{width:auto;}
}
/* css for upto 320px screen end*/ 
/* css for upto 280px screen start*/ 
@media (max-width:280px){
	nav .logo{max-width: 159px !important;}
	.navbar.navbar-expand-lg{padding: 16px 14px 16px 10px !important;}
	#hero .carousel-caption{width: 90% !important; padding:12px !important;}
}
/* css for upto 280px screen end*/ 