@media only screen and (max-width: 1240px) {
    .footer-top-left {
        max-width: 436px;
        padding-right: 56px;
    }
    .footer-top-right {
        max-width: 704px;
        padding-left: 0px;
    }
    .footer-right-center.footer-right-first {
        padding-right: 16px;
    }
    .footer-right-center {
        max-width: 150px;
    }
    .footer-right-center.footer-right-second {
        padding: 0px;
        max-width: 171px;
    }
    .footer-right-subright {
        max-width: 310px;
        padding-left: 16px;
    }
    .contact-icon-main {
        min-width: 40px;
    }
    .footer-contact-main{
        flex-wrap: nowrap;
    }
    .Harsha-Recovery-right {
        padding-left: 33px;
    }
    .Harsha-Recovery-left{
        padding-right: 0px;
    }
    .About .Container.second .About-right {
        padding-right: 43px;
    }
    .About .Container.second .About-left {
        padding-left: 43px;
    }
    .About-left {
        max-width: 549px;
        padding-right: 43px;
    }
    .About-right {
        width: 53%;
        max-width: 630px;
        padding-left: 43px;
    }
    .Expect-vision {
        padding: 125px 0px;
    }
    .Your-Path-body .Your-body-left {
        padding-right: 0px;
    }
	.footer-right-subright {
		width: 55%;
	}
	.footer-right-center.footer-right-second {
		width: 22%;
	}
	.footer-right-center {
		width: 16%;
	}
	.home-hero {
		min-height: calc(70vh - 95px);
	}
}

@media only screen and (max-width: 1030px){
	.nav-links li .menu-drop-arrow {
		right: -3px !important;
		margin: 0px !important;
		transform: translateY(7px);
	}
}
@media only screen and (max-width: 991px) {
    h1{
        font-size: 60px;
        line-height: 64px;
    }
    h2, .banner-head h1, .terms-privacy-banner-content h1{
        font-size: 40px;
        line-height: 48px;
    }
    h3{
        font-size: 28px;
        line-height: 44px;
    }
    h4{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.72px;
    }
    h5{
        font-size: 19px;
        line-height: 28px;
    }
    h6, p{
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.32px;
    }
    a, button{
        font-size: 14px;
        line-height: 20px;
    }
    .menu-bars{
        display: flex;
        z-index: 99;
    }
/*     .menu-bars span.active{
        background-color: var(--White_color);
    } */
    .menu-bars span{
        transition: all 500ms linear;
    }
/*     #header-nav{
        position: fixed !important;
        left: -40%;
        top: 0px;
        bottom: 0px;
        padding-top: 50px;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--purple_color);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 25px;
        z-index: 99;
        overflow-y: auto;
        transition: all 400ms linear;
    }
    #header-nav.active{
        left: 0%;
        pointer-events: auto;
    } */
	
	
	#header-nav {
        position: fixed !important;
        top: 83px;
        left: 0 ;
        right: 0 ;
        padding-block: 50px ;
        margin-inline: 20px ;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--purple_color);
        row-gap: 25px;
        z-index: 99;
        overflow: hidden;
        transform-origin: 0 0;
        transform: scaleY(0);
        opacity: 0;
        visibility: hidden;
        transition: all 500ms ease;
    }
    #header-nav.active{
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
	
	
    .nav-links {
        row-gap: 20px;
    }
    .nav-links li{
        width: 100%;
        padding-inline: 20px;
    }
    .link-sub-menu{
        font-size: 18px;
        width: 100%;
        justify-content: space-between;
        color: var(--White_color);
        transition: var(--transition_350);
        position: relative;
    }
	.nav-links li .menu-drop-arrow{
		right: 20px !important;
	}
    .link-sub-menu span svg path{
        fill: var(--White_color);
    }
    .nav-links li a{
        font-size: 18px;
        color: var(--White_color);
    }
    .sub-menu{
        position: relative;
        top: 0px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
        box-shadow: none;
        opacity: 0;
		max-height: 0px;
		padding: 0px 30px;
        transition: none;
        overflow: hidden;
		transition: all 300ms linear;
    }
	.nav-links li:hover .sub-menu {
		opacity: 1;
		z-index: 1;
		margin-top: 10px; 
		max-height: 293px;
	}
	ul.nav-links li:hover>a {
		color: #FFF;
		font-weight: 800;
		text-decoration: underline;
	}
    .sub-menu li{
        width: 100%;
		margin: 0px;
    }
    .sub-menu li a{
        width: 100%;
    }
    .sub-menu.active{
        max-height: 300px;
        opacity: 1;
    }
/*     .menu-close{
        display: none;
    } */
    header#header{
        padding: 8px 0px;
    }
    .header-logo {
        max-width: 200px;
    }
    .header-btn {
        padding: 10px 18px;
    }
    .header-btn span {
        margin-right: 8px;
        padding-right: 8px;
    }
    .home-hero-text {
        max-width: 479px;
    }
    .home-hero{
        min-height: 700px;
        padding-bottom: 80px;
        background-position: 70%;
    }
    .treatment, .About, .contact, .Faqs, .News, .choose-us, .our-team, .Harsha-Recovery, .Verification, .Privacy-section{
        padding: 80px 0px;
    }
    .Your-Path{
        padding-bottom: 80px;
    }
    .Journey{
        padding: 140px 0px;
    }
    .treatment-body{
        padding-top: 50px;
    }
    .Your-Path-body, .contact-body, .Faqs-body, .our-team-body, .choose-body{
        margin-top: 50px;
    }
	.nav-links li a.active {
		color: #FFF;
	}
    .News-body{
        padding: 50px 0px;
    }
    .treatment-items .treatment-item-main{
        padding: 18px;
    }
    .About-left {
        max-width: 519px;
        padding-right: 23px;
    }
    .About-right {
        width: 53%;
        max-width: 610px;
        padding-left: 23px;
    }
    .contact-head-left {
        width: 50%;
        max-width: 460px;
    }
    .contact-head-right {
        width: 50%;
        max-width: 370px;
    }
    .footer-top-left {
        width: 100%;
        max-width: 499px;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .footer-top-right {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .footer-right-subright .footer-contact-holder {
        row-gap: 24px;
    }
    footer#footer {
        padding-top: 62px;
        padding-bottom: 14px;
    }
    .footer-right-center.footer-right-first {
        padding-right: 0px;
        max-width: 120px;
    }
    .footer-right-center.footer-right-second {
        padding: 0px;
        max-width: 130px;
    }
    .Your-Path-body .Your-body-right {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        /* height: 280px !important; */
    }
    .Your-Path-body .Your-body-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .Your-body-right .Your-body-text{
        /* width: 50% !important; */
        padding: 16px 24px;
    }
    .Vision {
        padding: 134px 0px;
    } 
    .Expect-vision {
        padding: 110px 0px;
    }   
    .Vision-btn{
        padding-top: 30px;
    }
    .Detoxification .About-right{
        margin-top: 50px;
    }
    .choose-item{
        width: 49%;
    }
    .choose-body {
        justify-content: center;
        row-gap: 16px;
    }
    .About .Container.second .About-right {
        padding-right: 23px;
        padding-left: 0px;
    }
    .About .Container.second .About-left {
        padding-right: 0px;
        padding-left: 23px;
    }
    section.banner-section {
        background-position: 60%;
    }
    /* section.Harsha-Recovery .Container {
        align-items: flex-end;
    } */
    .Harsha-accordion-container{
        padding-top: 50px;
    }
    .Detoxification .About-left h2 {
        width: 50%;
    }
    .Verification-from-top{
        padding-bottom: 20px;
    }
    .Verification-from-center {
        margin: 20px 0px;
    }
    .Insurance-section, .Personal-section {
        margin-top: 20px;
    }
    .input-field {
        margin-bottom: 18px;
    }
    #Verification-form {
        padding: 35px;
    }
    .Verification-left .Verification-left-img{
        margin-top: 50px;
    }
    .more-blog-body{
        margin-top: 50px;
    }
    .blogs-feature-image p {
        padding: 26px 0 14px 0;
    }
    .blogs-detail-parent {
        padding-top: 50px;
    }
    .blog-detail-btn ul {
        gap: 20px;
    }
    .blogs-buttons {
        padding: 8px 6px 6px 16px;
    }
    .culture-landscape {
        flex-direction: column;
    }
    .culture-landscape {
        padding: 0px;
    }
    .culature-land-scape-cntnt {
        width: 100%;
        max-width: 100%;
    }
    .culture-img {
        width: 100%;
        max-width: 65%;
    }
    section.blogs{
        padding-top: 24px;
        padding-bottom: 80px;
    }
    main#main{
        margin-top: 83px;
    }
/*     ul.nav-links li a:hover {
        color: var(--White_color) !important;
        font-weight: 800;
    } */
    .nav-links li:hover>a span{
        transform: none;
    }
	.Your-body-left .slick-track {
		height: max-content;
	}
	.footer-logo a{
	    max-width: 270px;
	}
	
	.Privacy-section-main .Privacy-heading {
        margin-bottom: 70px;
    }
    .contact-holder p {
        margin-top: 18px;
    }
    .contact-holder {
        margin-bottom: 32px;
    }
    .content-head-sec {
        padding-bottom: 32px;
    }
	.Harsha-Recovery-img img {
		min-height: 580px;
	}
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 54px;
        line-height: 63px;
    }
    h2, .banner-head h1, .terms-privacy-banner-content h1 {
        font-size: 36px;
        line-height: 45px;
    }
    h3{
        font-size: 24px;
        line-height: 35px;
    }
    h4{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.72px;
    }
    h5{
        font-size: 19px;
        line-height: 28px;
    }
    h6, p{
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.32px;
    }
    a, button{
        font-size: 14px;
        line-height: 20px;
    }
    .menu-bars{
        width: 40px;
    }
/*     #header-nav{
        left: -45%;
        width: 45%;
    } */
    .treatment-items{
        width: 49%;
    }
    .treatment-body {
        row-gap: 20px;
        justify-content: center;
    }
    .About-left{
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .About-right {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
        margin-top: 40px;
        display: flex;
        justify-content: end;
    }
    .About-right .About-right-img{
        max-width: 100%;
    }
    .Expect-About .Container {
        flex-direction: column-reverse;
        align-items: start;
    }
    /* .About-right.Expect-About-right {
        justify-content: start;
    } */
    .contact-head-right {
        width: 100%;
        max-width: 370px;
        padding: 0px;
        margin-top: 40px;
    }
    .contact-head-right {
        width: 100%;
        max-width: 100%;
		flex-direction: row;
		column-gap: 2%;
        padding: 0px;
        margin-top: 40px;
    }
    .contact-head-right .contact-item {
        max-width: 49%;
    }
    .contact-head-left {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .News-body .News-items-main, .Recent-blog-body .News-items-main, .Featured-blog-body .News-items-main{
        width: 49%;
    }
    .home-hero {
        min-height: 630px;
        padding-bottom: 70px;
    }
    .treatment, .About, .contact, .Faqs, .News, .choose-us, .our-team, .Harsha-Recovery, .Verification, .Privacy-section{
        padding: 70px 0px;
    }
    .home-hero-text {
        max-width: 417px;
    }
    .Your-Path {
        padding-bottom: 70px;
    }
    .treatment-head h6, .Your-Path-head h6, .Journey .Container h2, .contact-head-left p, .Faqs-head h6, .footer-top-left p{
        padding-top: 10px;
    }
    .Journey .Container .journey-btn{
        margin-top: 26px;
    }
    .News-body{
        padding: 45px 0px;
        justify-content: center;
    }
    .Your-Path-body, .contact-body, .Faqs-body, .choose-body, .our-team-body{
        margin-top: 45px;
    }
    .footer-top-left {
        max-width: 100%;
    }
    .Journey {
        padding: 120px 0px;
    }
    .About .Container.second .About-left {
        padding-right: 0px;
        padding-left: 0px;
        align-self: baseline;
    }
    .mission .Container {
        flex-direction: column-reverse;
    }
    .About .Container.second .About-right {
        padding-right: 0px;
        padding-left: 0px;
    }
    .our-team-body .main {
        width: 32%;
    }
    .our-team-body{
        justify-content: center;
    }
    .Vision {
        padding: 114px 0px;
    }
    .choose-item {
        padding: 32px 16px;
    }
    section.Harsha-Recovery .Container {
        flex-direction: column;
    }
    .Harsha-Recovery-left{
        width: 100%;
        padding: 0px;
        max-width: 100%;
    }
    .Harsha-accordion-container{
        padding-top: 45px;
    }
    .Harsha-Recovery-right{
        padding: 0px;
        margin-top: 40px;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: end;
    }
   .Harsha-Recovery-right .Harsha-Recovery-img {
	   width: 100%;
        max-width: 100%;
    }
	.Harsha-Recovery-img img{
		min-height: unset;
	}
    .Detox-process .choose-body .choose-item{
        width: 49%;
        padding: 24px 10px;
    }
    .Detoxification .About-right .About-right-img {
        max-width: 100%;
    }
    .Detoxification .About-left {
        flex-direction: column;
    }
    .Detoxification .About-left p{
        padding: 0px;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }
    .Detoxification .About-left h2{
        width: 100%;
    }
    .HR-accordion-head{
        flex-wrap: nowrap;
        gap: 10px;
    }
    .Detoxification .About-right .About-right-img img {
        min-height: 300px;
    }
    .Expect-vision-head p, .About-left p{
        font-size: 14px;
    }
    .Verification-main {
        flex-direction: column;
        row-gap: 30px;
    }
    .Verification-right {
        width: 100%;
        max-width: 100%;
        background-color: var(--White_color);
    }
    .Verification-left {
        width: 100%;
        max-width: 100%;
    }
    .Verification-left .Verification-left-img {
        margin-top: 40px;
    }
    .blog-detail-content {
        width: 100%;
        max-width: 70%;
    }
    .blog-detail-btn{
        max-width: 27%;
    }
    .culture-landscape {
        flex-direction: column;
    }
    .blog-detail-content p {
        font-size: 14px;
        padding-bottom: 22px;
    }
    .more-blog-body{
        margin-top: 40px;
        row-gap: 32px;
        column-gap: 2%;
        justify-content: center;
    }
    .more-blog-body .blog-item {
        width: 49%;
    }
    .blogs-detail-parent {
        padding-top: 40px;
    }
    .more-blog::after {
        left: -43%;
        bottom: -32%;
    }
    section.blogs{
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .About-left h2 br {
        display: none;
    }.treatment-body {
        padding-top: 40px;
    }
	.Detoxification .About-left-left {
		width: 100%;
	}

	.About-left-right {
		width: 100%;
		padding: 0;
		max-width: 100%;
	}

	.Detoxification .About-left h2 span {
		display: inline-block;
	}
	.our-team-body .team-main {
		width: 32%;
	}
	.footer-logo a{
	    max-width: 250px;
	}
	.Privacy-section-main .Privacy-heading {
        margin-bottom: 55px;
    }
    .contact-holder p {
        margin-top: 16px;
    }
    .contact-holder {
        margin-bottom: 26px;
    }
    .content-head-sec {
        padding-bottom: 26px;
    }
    .content-area p, .contact-holder-ul li{
        font-size: 16px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 580px) {
    .footer-right-subright {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
	.Harsha-Recovery-right .Harsha-Recovery-img {
        max-width: 100%;
	}
    .footer-top-left{
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer-right-center.footer-right-second {
        padding: 0px;
        width: 50%;
        max-width: 100%;
    }
    .footer-bottom-main p {
        font-size: 11px;
    }
    .contact-icon-main {
        min-width: 35px;
        height: 35px;
    }
    .contact-icon-main span svg{
        width: 18px;
        height: 18px;
    }
    .footer-right-subright .footer-contact-holder {
        row-gap: 20px;
        margin-top: 18px;
    }
    .footer-right-center .footer-link-holder{
        margin-top: 18px;
    }
    a.social-circle span svg {
        width: 16px;
    }
    .News-body .News-items-main, .Recent-blog-body .News-items-main, .Featured-blog-body .News-items-main {
        width: 100%;
        max-width: 100%;
    }
    .treatment-items {
        width: 100%;
        max-width: 100%;
    }
    .our-team-body .team-main {
        width: 49%;
    }
    .more-blog-body .blog-item {
        width: 100%;
        max-width: 100%;
    }
    .blogs-detail-parent {
        flex-direction: column;
    }
    .blog-detail-btn {
        max-width: 100%;
        top: 60px;
        padding-bottom: 20px;
        padding-top: 30px;
        background-color: var(--White_color);
    }
    .blogs-feature-image p {
        padding: 20px 0 12px 0;
    }
    .blogs-detail-parent {
        padding-top: 0px;
    }
    .blog-detail-content{
        max-width: 100%;
    }
    .blog-detail-btn ul {
        flex-direction: row;
    }
    .blog-detail-content h5{
        scroll-margin-top: 300px;
    }
    .blogs-buttons {
        padding: 20px 0px 0px 0px;
    }
    .blogs-buttons::after {
        border-top: 4px solid rgba(231, 231, 231, 1);
        border-left: none;
        width: 100%;
        z-index: -1;
    }
    .progress-bar {
        top: 0;
        left: 0px;
        width: 0%;
        height: 4px;
        transition: width 0.6s;
    }
    .Bd-feature-img img {
        min-height: 240px;
        object-fit: cover;
        object-position: 80%;
    }
    .blog-inner-img img {
        min-height: 300px;
        object-fit: cover;
        object-position: 77%;
    }
    .culture-img {
        max-width: 100%;
    }
    .progress {
        width: 100%;
        height: 4px;
    }
    .bar {
        width: 0%;
        height: 100%;
    }
	.contact-head-right{
		flex-direction: column;
	}
	.contact-head-right .contact-item{
		max-width: 100%;
	}
	#content-tab-1, #content-tab-2, #content-tab-3, #content-tab-4 {
		scroll-margin-top: 220px;
	}
    
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 45px;
        line-height: 60px;
    }
    h2, .banner-head h1, .terms-privacy-banner-content h1 {
        font-size: 26px;
        line-height: 36px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.72px;
    }
    h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .Btn {
        padding: 12px 28px;
    }
    .home-hero-text {
        max-width: 331px;
    }
    .Container{
        padding: 0 15px;
    }
    .menu-bars {
        width: 35px;
    }
    .header-logo {
        max-width: 170px;
    }
    .header-btn {
        padding: 11px 12px;
    }
    .header-btn span {
        margin-right: 0px;
        padding-right: 0px;
        border: none;
    }
/*     #header-nav{
        left: -75%;
        width: 75%;
    } */
    .menu-close {
        width: 35px;
        height: 35px;
    }
    .menu-close > span:nth-child(1) {
        transform: rotate(45deg) translateY(6px) translateX(6px);
    }
    .menu-close > span:nth-child(2) {
        transform: rotate(-45deg) translateY(-6px) translateX(6px);
    }
    .menu-close span{
        width: 17px;
    }
    .nav-links li {
        padding-inline: 10px;
    }
    .footer-bottom-main {
        flex-direction: column;
        row-gap: 14px;
    }
    .footer-bottom-main .social-link-holder {
        gap: 16px;
    }
    .phone-icon{
        display: flex;
    }
    .phone-show{
        display: none;
    }
    .contact-head-right{
        margin-top: 30px;
    }
    .Faqs-Accordion-head {
        gap: 6px;
        flex-wrap: nowrap;
    }
    .Faqs-Accordion-head h5{
        font-size: 14px;
    }
    .Your-Path-body .Your-body-left{
        margin-bottom: 30px;
    }
    .Journey {
        padding: 100px 0px;
    }
    .contact-head-right {
        row-gap: 18px;
    }
    .choose-item {
        width: 100%;
        max-width: 100%;
    }
    .Vision {
        padding: 100px 0px;
    }
    .our-team-body .team-main {
        width: 100%;
        max-width: 100%;
    }
    .Detox-process .choose-body .choose-item {
        width: 100%;
        max-width: 100%;
    }
    .Vision-btn {
        width: 100%;
        padding-top: 20px;
    }
    .HR-accordion-head h4 {
        font-size: 17px;
    }
    .header-btn:hover span{
        border: none;
    }
    .Faqs-icon svg {
        width: 14px;
        height: 14px;
    }
    .HR-accordion-icon svg {
        width: 25px;
        height: 25px;
    }
    .Harsha-accordion-container .Harsha-Recovery-accordion {
        padding: 18px;
    }
    .treatment, .About, .contact, .Faqs, .News, .choose-us, .our-team, .Harsha-Recovery, .Verification, .Privacy-section{
        padding: 60px 0px;
    }
    .Expect-vision {
        padding: 80px 0px;
    }
    .About-left p, .Expect-vision-head p{
        padding-top: 15px;
    }
    .About-right{
        margin-top: 30px;
    }
    .Expect-vision-head .Vision-btn a {
        min-width: 180px;
    }
    .Detoxification .About-right{
        margin-top: 40px;
    }
    #Verification-form {
        padding: 30px 15px;
    }
    .form-label, #Verification-form input {
        font-size: 14px;
    }
    .input-field {
        row-gap: 10px;
    }
    #Verification-form input{
        padding: 14px;
    }
    section.blogs{
        padding-bottom: 60px;
    }
    section.blogs {
        padding-bottom:60px;
    }
    .culture-img {
        max-width: 100%;
    }
    .blog-detail-btn ul li a{
        font-size: 13px;
        line-height: normal;
    }
    main#main{
        margin-top: 74px;
    }
    .blog-inner-img img {
        min-height: 250px;
    }
    .treatment-body {
        padding-top: 30px;
    }
    .treatment-item-main .treatment-item-text, .News-items .News-item-detail {
        margin-top: 18px;
    }
    .treatment-item-text p, .News-date {
        padding-top: 12px;
    }
    .treatment-item-btn {
        margin-top: 18px;
    }
    .News-items .News-item-detail{
        row-gap: 12px;
    }
	#header-nav {
		top: 73px;
		margin: 0px;
	}
	.footer-right-center.footer-right-first {
        width: 30%;
        max-width: 200px;
    }
	.footer-logo a{
	    max-width: 240px;
	}
	
	.Privacy-section-main .Privacy-heading {
        margin-bottom: 40px;
    }
    .contact-holder p {
        margin-top: 16px;
    }
    .contact-holder {
        margin-bottom: 22px;
    }
    .content-head-sec {
        padding-bottom: 22px;
    }
    .content-area p, .contact-holder-ul li{
        font-size: 14px;
        line-height: 24px;
    }
	.team-member-img img{
		height: 360px;
	}
}
@media only screen and (max-width: 370px) {
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
}
