@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --main-font-family: sans-serif;
    --primary-black-color: #513f45;
    --secondary-white-color: #ffff;
    --main-green-color: #4db749;
    --grey-background: #f0f0f0;
    --maroon-color: #340000;
    --footer-color: #171717;
}

.header-list li .call-button {
    text-decoration: none;
    display: inline-block;
    color: white;
    background-color: #4db749;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
    transition: transform 0.2s ease-in-out;
}

.header-list li .call-button:hover {
    transform: scale(1.05) rotate(-2deg);
    background-color: #3ca03b;
    cursor: pointer;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
}



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

.container-fluid {
    width: 100%;
}

a {
    text-decoration: none;

}

.col-lg-12 {
    padding: 0;
}
.content-block.services {
    margin: 0px 0px 40px;
}
.body-image.services {
    height: 100%;
    display: flex;
  
}

section.third-section {
    margin: 0px 0px 50px;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--secondary-white-color);
}

.header-flex {
    display: flex;
    flex-direction: row;
  	margin:20px 0px;
}



.header-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 0;
    margin: 0;
    height: 100%;
}



.header-list>li:last-child {
    margin-right: 0;
}

.header-item.list {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 17px;
  height:100%;

}


.header-list li {
    margin-right: 0;
    position: relative;
}

.header-list a {
    text-decoration: none;
    color: #333;
    font-family: poppins;

}

.service-drop {
    position: relative;

}

.dropdown-content {
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 100%;
    min-width: 110px;
    max-width: 250px;
    float: none;
    margin-top: -1px;
    background: #ece9e9;
    border: none;
    width: max-content;
    right: 0.1em;



}


.dropdown-content a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    font-size: 18px;
    font-family: Poppins;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.service-drop:hover .dropdown-content,
.more-drop:hover .dropdown-content {
    display: block;

}

.service-nav:hover,
.service-nav:hover .drop-arrow.service,
.more-nav:hover,
.more-nav:hover .drop-arrow.more {
    color: var(--main-green-color);
}



.header-list li {
    position: relative;

}


.logo-url {
    display: inline-block;
}

.logo {

    width: 70%;
}

.logo img {
    width: 100%;

    object-fit: contain;
}

.quote-button {
    display: inline-block;
    background-color: var(--main-green-color);
    padding: 5px 17px;
    border-radius: 50px;
    outline: 3px solid var(--grey-background);
    font-family: poppins;
    font-weight: bold;
}

.header-list li .quote-button,
.header-list li .call-button {
    color: var(--secondary-white-color);
}



.grey-heading {
    display: flex;
    justify-content: center;
    background-color: var(--grey-background);
}


.grey-heading p {
    margin: 0;
    color: var(--primary-black-color);
    font-size: 12px;
    font-family: proximanovasemibold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .35em;
    padding-left: 0.35em;
    line-height: 1;
    padding: 10px 0px;
}

.first-section {
    position: relative;
}
.depression-box h2 {
    text-align: center;
}

.forest-bg {
    background: url(images/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    height: 480px;
  
}


.black-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.452);
}

.first-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 60px 0px 40px;
}

.first-content ul li h1,
.second-content ul li h1,
.third-content h1,
.content-block h1,
.therapy-types h1
{
    font-family: "Gupter", serif;
    font-weight: 700;
    font-style: normal;
    color: var(--secondary-white-color);
    font-size: 50px;
    letter-spacing: normal;
    margin: 0;
    margin: 0px 10px;
}

.first-content ul li h3 {
    font-family: poppins;
    color: var(--secondary-white-color);
    margin: 0px 30px;

    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
}

a.consultation-button,
.call-button {
    background-color: #4db749;
    color: var(--secondary-white-color);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    outline: 2px solid var(--grey-background);
    text-align: center;
}

.footer-heading {
    font-family: 'Gupter';
    font-size: 30px;
    color: var(--secondary-white-color);
    font-weight: 700;
    text-align: center;
}


.first-content ul,
.second-content ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}




.second-section {
    background-color: var(--grey-background);
  

}
.second-section.home{
  padding:0px 0px 50px;
}

.five-star.home {
    margin-bottom: 0;
}

.second-content {
    text-align: center;
    margin: 200px 0px 80px;
}

.second-content ul li h3,
.third-content h3 {
    color: var(--primary-black-color);
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.5;

    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
}

.second-content ul li h1,
.third-content h1,
.content-block h1,
.therapy-types h1 {
    color: black;
}



.content-items {
    background-color: var(--secondary-white-color);
    margin: 35px 17px;
}

section.third-section.about {
    margin: 40px 0px;
}

.content-pic img,
.body-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.content-pic img{
  height:100%;
}
.body-image img{
margin-top:20px;
}

.contact-img img {
    object-fit: cover;
}

.contact-section {
    background-color: var(--grey-background);
    
}



.content-pic {
    width: 100%;
    padding: 20px;
    height: 283px;
}

.content-pic.main img {
    object-fit: cover;
    object-position: top;
}

.call-button {
    color: var(--secondary-white-color);

}

.blog-div.last {
    margin-bottom: 90px;
}

.content-info {
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}

.content-info ul li h1 {
    color: black;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}


.content-info ul {
    flex-direction: column;
    gap: 11px;
    display: flex;
}

.third-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    gap: 30px;

}

.content-block h3 {
    font-size: 18px;
    font-weight: bold;
}

.content-block h1 {
    padding: 30px 0px 0px;
    font-size: 38px;
}


.content-block {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin: 80px;

}



.content-block ul {
    list-style-type: disc;
    padding-left: 25px;
    gap: 10px;
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
}

.content-block li:last-child {
    list-style: none;
    margin: 35px -25px;
}

.therapy-types  {
    text-align: center;
    height: 200px;
    background: url(images/14.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-position: 0% 100%;
    background-color: var(--grey-background);
}

.therapy-types h1 {
    padding: 60px 0px;
}


.therapy-name h2 {
    font-family: Gupter;
    font-weight: 700;
    font-size: 25 px;
    line-height: 1.2;

}

.container.grey {
    margin-top: 50px
}

.therapy-div {
    background-color: var(--secondary-white-color);
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 40px;
}


.fourth-section {
    background-color: var(--grey-background);
 	 padding:0px 0px 50px;
 

}

.therapy-info h3 {
    font-size: 17px;
   
    font-weight: 300;
  
    padding: 10px 5px 0px;
    font-family: poppins;
}

.fifth-section {
    background-color: var(--maroon-color);
    padding: 50px 0px;
}

.footer-heading {
    font-family: 'Gupter';
    font-size: 30px;
    color: var(--secondary-white-color);
    font-weight: 700;
}

.footer-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    gap: 15px;

}


a.call-button.footer,
a.consultation-button.footer {
    outline: 2px solid var(--grey-background);
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px;

}

footer {
    background-color: var(--footer-color);
    color: var(--secondary-white-color);
    text-align: center;
    padding: 50px 0px;
  

}

.footer-list>ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .nav-ul li:not(:first-child):after {
    margin-top: -18px;
    content: "";
    margin-left: -13px;
    background: white;
    display: table;
    height: 17px;
    width: 1px;
}

.nav-ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;

}

.nav-ul li a {
    color: var(--secondary-white-color);
}

.social-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* Adjust as needed */
    gap: 40px;
}

.social-icon {
    background-color: #333;
    border-radius: 50%;
    padding: 14px 17px;
    color: #fff;
    font-size: 22px;
}

.about-info {
    background-color: var(--grey-background);
}

.about-content {
    margin: 60px 0px;
}


wordtune-read-extension {
    display: none;
}


.row .backlink {
    display: none;
}



.five-star {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.five-star img {

    object-fit: cover;
    position: absolute;
    top: -136px;
}



.five-stars img {
    height: 100%;
}

.five-stars {
    object-fit: cover;
    height: 125px;
}


.nav-ul {
    gap: 10px;

    display: flex;
    align-items: center;
}


.footer-heading h1 {

    text-align: center;
}


.menu ul ul {
    display: none;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 57px;
}


/* .tablet-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    color: white;
    z-index: 5000;
    background-color: #000000b9;
    left: -100%;

} */


.tablet-menu {
    background: rgba(0, 0, 0, 0.842);
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    transition: all 1s;
    z-index: 50000;
    font-family: poppins;
    font-weight: 500;
}


.tablet-menu.active {
    left: -100%;
}


.menu>ul {
    gap: 30px;
}



p.service-inline {
    margin: 0;
}

.menu ul ul {

    display: none;
    padding: 00px 10px;
    color: #4db749;
    list-style: disc;

}


.menu ul li a,
.menu ul li p {
    color: white;
    font-size: 20px;

}

.menu ul ul li a {
    color: #4db749;
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.menu>ul {
    gap: 30px;
    display: flex;
    flex: column;
    flex-direction: column;

}



.sticky-header.tablet {
    z-index: 20000;
}


.header-flex.tablet {
    margin: 0
}


.logo.tablet {
    width: 75%;
}



.cancel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}


.header-flex.tablet {
    margin: 0;
    margin: 18px -1px;
}
.content-block h2 {
    padding: 30px 0px 0px;
    font-size: 38px;
}
.logo.tablet {
    width: 113%;
    padding: 0px 0px;
}


html,
body {
    overflow-x: hidden
}

;


* {
    box-sizing: border-box;
}


.content-block p {

    font-size: 18px;
    font-family: 'Poppins';
}


.service-info ul p {
    font-family: poppins;
    font-weight: 500;
    font-size: 15px;
}

.service-info h3 {
    font-family: gupter;
    margin: 20px 0px 10px;
    color: var(--maroon-color);
    font-weight: bold;
}


.third-content h1 {
    font-size: 67px;

}

section.third-section.last h1 {
    margin-top: 40px;
}

section.third-section.grey h1 {
    margin-top: -40px;
}




.five-star {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 150px;
}


.mobileFooterContainer {
    background-color: #1c1710;
    background-attachment: scroll;
    background-size: auto;
    color: #e8e8e8;
    position: fixed;
    z-index: 10000000000;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: bottom 300ms;
    padding: 20px 0px;
}

.small-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.mfIcon {
    /* display: block; */
    margin: 0 auto 0.25em auto;
    color: var(--main-green-color);
    font-size: 22px;
    width: 36px;
    height: 36px;


}

.mfTextLabel {
    color: white;
    font-family: poppins;
    font-size: small;
    margin-left: 10px;

}


a.call-button:hover  , a.quote-button:hover  , a.consultation-button:hover , .submit:hover{
    background-color: #188315;

}


a.call-button:active  , a.quote-button:active  , a.consultation-button:active  , .submit:active {
    background-color: black; 
    color: var(--secondary-white-color);
    transition: all 0.5s;

}


a.call-button , a.quote-button , a.consultation-button {
    transition: all 0.5s;
}




.slider-main {
    text-align: center;
    text-align: center;
    margin: 0px 50px;
    font-family: "poppins";
}

.first-content.eval {
    padding-top: 0;
    margin: 100px 50px 100px;
}


.first-content.eval h3 {
 
    font-family: "poppins";
    color: #f0f0f0;
}

.first-section.eval {
    background: url(https://media.licdn.com/dms/image/D4D12AQFMg9vTFx6wpw/article-cover_image-shrink_720_1280/0/1654008606154?e=2147483647&v=beta&t=ln_ZR0oCZArRsCg9_c2RXKd80i7qiWTqKQUeyq0WdtU);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    height: 600px;
    background-attachment: fixed;
    min-height: 200px;

}

ul.assess-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.first-content.eval h1 {
    font-family: "Gupter", serif;
    font-weight: 700;
    font-style: normal;
    color: var(--secondary-white-color);
 
    margin: 0;
    margin: 20px 10px 40px;
}

.first-section.last {
    background: url(https://meuserlaw.com/wp-content/uploads/2020/06/25.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    height: 600px;
    background-attachment: fixed;
    min-height: 200px;
    margin-bottom: 50px;
}

.first-section.last h5 {
    font-size: 17px;
    line-height: 20px;
    font-family: 'poppins';
    color: #f0f0f0;
    margin-top: 10px;
    word-spacing: 1px;
    font-weight: 300;
}



.body-image.aos-init.aos-animate {
    display: flex;
    height: 100%;
    align-items: center;
}


.first-section.last h3{
    font-weight: 400;
    color:bisque;
}

.footer-heading h1{
  color:white;
}

.depression-box h1{
text-align:center;}


.first-content.index h2{
  color:#30ff30;
      letter-spacing: 1px;
    font-size: 44px;
  font-family:Gupter;
  font-weight:700; }



.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: -43px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
   
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}

.service-col h3 {
    font-family:'Poppins' !important;
    color: #39b54a !important;
    margin-bottom: 25px !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-top: 30px !important;
}










.service-col{
    padding:  30px;
}

.service-col img {
    width: 150px;
    margin-bottom: 5px;
}



.service-col h1 {

        font-family: 'Poppins';
        font-size: 45px !important;
        color: #39b54a !important ;
        font-weight: 700 !important
        ;
}


.doc-inner {
    position: relative;
    overflow: hidden;
    max-height: 465px;
}

.doc-parent {
    margin-bottom: 30px;
}


.post-content {
    font-family: "Poppins";
    margin: 30px 0;
}

.doc-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    font-family: "Poppins";
    color: #fff;
    z-index: 9;
}


.doc-title h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    padding: 0 15px;
    line-height: 1.3em;
}

.post-content img {
    width: 100%;
    height: auto;
}


.doc-inner img {
    
    transition: 0.3s all;
}

.doc-inner:hover img {
    transform: scale(1.1);
}

.second-content ul li h2, .third-content h2, .content-block h2, .therapy-types h2 {
    color: black !important;
}

.first-content ul li h2, .second-content ul li h2, .third-content h2, .content-block h2, .therapy-types h2 {
    font-family: "Gupter", serif;
    font-weight: 700;
    font-style: normal;
    color: var(--secondary-white-color);
    font-size: 50px;
    letter-spacing: normal;
    margin: 0;
    margin: 0px 10px;
}


.therapy-types h2 {
    padding: 60px 0px;
}

.first-content ul li h2, .second-content ul li h2, .third-content h2, .content-block h2, .therapy-types h2 {
    font-family: "Gupter", serif;
    font-weight: 700;
    font-style: normal;
    color: var(--secondary-white-color);
    font-size: 50px;
    letter-spacing: normal;
    margin: 0;
    margin: 0px 10px;
}


.footer-heading h2 {
    font-family: 'Gupter';
    font-size: 30px;
    color: var(--secondary-white-color);
    font-weight: 700;
}




.content-info ul li h2 {
    color: black;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}




span.specs{
  font-size: 14px;
    background-color: #15ad15;
    color: white;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
    margin-top:5px;
}
