textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 176px;
}



.header {
    background-color: #f5f4f4 !important;
}

.banner h1{
  color: white;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 36px !important;
  letter-spacing: -.04em !important;
  line-height: 1.3em !important;
  text-transform: capitalize !important;
	font-family: 'Poppins', sans-serif !important;
}

.banner a.comon-btn{
  width: 25rem;
  padding: 12px 0;
}


.banner h1 span{
  
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 30px !important;
  letter-spacing: -.04em !important;
  line-height: 1.3em !important;
  text-transform: capitalize !important;
	color: white;
	font-family: 'Poppins', sans-serif !important;
}


.banner ul li{
  margin-bottom: 15px !important;
  font-size: 16px !important;
	font-family: 'Poppins', sans-serif !important;

}


.banner ul{
  list-style: disc;
  margin-left: 25px;
}

.banner p {
    margin: 0;
    line-height: 23px !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
	color: white;
	font-family: 'Poppins', sans-serif !important;
}

.banner a.comon-btn {
    width: 25rem;
    padding: 12px 0;
    background: #fff;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}




ul.fade-up li a:hover {
    color: white !important;
    background: black !important;
}

@media only screen and (max-width: 992px) {
.banner h1 span {
    font-weight: 300;
    font-style: normal;
    font-size: 26px !important;
    letter-spacing: -.04em;
    line-height: 1.3em;
    text-transform: capitalize;
}
	.banner a.comon-btn {
    width: 100% !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
}
	section {
    padding: 100px 0px !important;
}
	    .logo img {
        width: 80px !important;
    }
	
	.about-sec a.comon-btn {
    max-width: 100% !important;
}
	
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    padding: 0px 0px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}


.header .menu > ul > li .sub-menu > li > a {
    display: inline-block;
    padding: 14px 8px;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
}

.header .menu > ul > li .sub-menu > li {
    line-height: 1;
    width: max-content;
    width: 14rem;
    border-bottom: 1px solid #c3c2c2;
}
.header .menu > ul > li .sub-menu > li:last-child {
    line-height: 1;
    width: max-content;
    width: 14rem;
    border-bottom: 0px solid #c3c2c2;
}
.about-sec .img-box {
    overflow: hidden !important;
    border-radius: 15px !important;
}

.about-sec h2 {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 17px !important;
	font-weight: 500 !important;
    font-size: 2rem !important;
	color: white !important;
}

.about-sec a.comon-btn {
    background: #f5f4f4 !important;
    color: #000000 !important;
    display: inline-block;
    font-size: 16px;
    width: 14rem !important;
    padding: 12px 0 !important;
    border-radius: 5px;
    text-align: center;
}

.about-sec a.comon-btn:hover {
    background: #121212 !important;
    color: #fff !important;
}




/* banner */
.banner {
  text-align: center !important;
  padding: 49px 0 123px !important;
  color: #fff !important;
}
.banner h1{
  font-family: banner-head !important;

}
.banner h1 {
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 64px !important;
  letter-spacing: -.04em !important;
  line-height: 1.3em !important;
  text-transform: capitalize !important;
}

.banner a.comon-btn{
  width: 13rem !important;
  padding: 15px 0 !important;
}


.banner h1 span{
  
  font-weight: 300!important; 
  font-style: normal !important;
  font-size: 30px !important;
  letter-spacing: -.04em !important;
  line-height: 1.3em !important;
  text-transform: capitalize !important;
}


.banner ul li{
  margin-bottom: 15px !important;
  font-size: 16px !important;

}


.banner ul{
  list-style: disc !important;
  margin-left: 25px !important;
}

.banner p {
    margin: 0 !important;
    line-height: 23px !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
}


.banner .head-bottom {
  padding-top: 90px !important;
} 


/* about-sec */

.about-sec .img-box{
  overflow: hidden !important;
  border-radius: 15px !important;
}

.about-sec p{
  font-size: 15px !important;
}





/* service */

.service .call-info {
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 27px !important;
}

.service .call-info a{
  font-weight: 600 !important;
  color: #000000 !important;
}

.service ul li{
  margin-bottom: 15px;
  font-weight: 400;
}

.service h2 {
  font-size: 36px;
}

.service a.new-btn{
  font-size: 20px;
}

.service .text-brown{
  color: #8a786e;
}


.service .img-box{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.service .img-box h4 {
  position: absolute;
  margin: 0;
  text-align: center;
  top: 40%;
  width: 94%;
  background: #ffffff4a;
  padding: 12px;
  font-size: 20px;
  border-radius: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 400!important;
}

.banner{
  text-align: center;
}
.banner .head-bottom h3 {
	color: #fff;
}


.service .call-info a.comon-btn{
/*   background-color: #000; */
  color: #f5f4f4 !important;
    font-weight: 400;
}

.service a.comon-btn{
  background-color: #000;
  color: #f5f4f4;
}

.news-aletter .btn-lg{
  border-radius: 8px;

}
.text-dark {
    color: #000 !important;
}





.about-sec h2 {
font-family: banner-head !important;
}
.heading h2 {
	font-family: banner-head !important;
}

section.hypnotherapy-sec1 p {
    color: white !important;
}

.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.img-box h4 {
    position: absolute;
    margin: 0;
    text-align: center;
    top: 40%;
    width: 94%;
    background: #ffffff4a;
    padding: 12px;
    font-size: 20px;
    border-radius: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: 400 !important;
}

 
.resources-sec .heading p {
    color: white !important;
}

.gjs-cell input#esfpx_email_1e4ff7c21390b {
    width: 80%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: none;
    border: 1px solid #D2D2D2;
    height: 48px;
}

.gjs-cell input[type="submit"] {
    width: 20%;
    color: #fff;
    background-color: #000000;
    border: none;
    padding: 0.375rem 0.75rem;
    height: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (max-width: 992px) {
	.gjs-cell input#esfpx_email_1e4ff7c21390b {
    width: 70%;
	}
	
.gjs-cell input[type="submit"] {
	width: 30%;align-content
	}
}

@media screen and (max-width: 480px) {
	.gjs-cell input#esfpx_email_1e4ff7c21390b {
    width: 60%;
	}
	
.gjs-cell input[type="submit"] {
	width: 40%;align-content
	}
}

@media screen and (max-width: 380px) {
	.gjs-cell input#esfpx_email_1e4ff7c21390b {
    width: 50%;
	}
	
.gjs-cell input[type="submit"] {
	width: 50%;align-content
	}
}