:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: Olivia-Regular;
  src: url(../fonts/Olivia-Regular.otf);
}

@font-face {
  font-family: banner-head;
  src: url(../CantoriaMTStd-SemiBold.ttf);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 30px;
/*   margin-bottom: 20px; */
  font-size: 17px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {
  font-size: 100px;
}

h2 {
  font-size: 40px;
 
}

h3 {}

h4 {
  font-size: 40px;
}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p{
  margin-bottom: 0px;
}


/* ---------------------- */
.small {
  display: none;
}

/* heeader */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 5px 0 !important;
}
.header .item-left{
	flex:0 0 17%;
}

.header .item-center{
	flex:0 0 66%;
}
.header .item-right {
	flex: 0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a i{ 
  color: #fff;
  background-color: #000;
  width: 42px;
  height: 42px;
  padding: 13px 13px;
  font-size: 20px;
  margin-right: 12px;
  line-height: 17px;
  border-radius: 5px;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 16px;
	font-weight: 300;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.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: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > li{
	line-height: 1;
	width: max-content;
}
.header .menu > ul > li .sub-menu > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > li .single-column-menu {
  min-width: 225px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#F1DFCD;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color: #93704C;
}
.header .logo a img{
	width: 120px;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

/* banner */
/* .banner{
  background: url(../image/home-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 140px 0px 60px;

} */
.banner-heading h1{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 62px;
}
.banner-heading p{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.bnr-btn {
  margin-top: 35px
}
.bnr-btn .btn-1{
  background-color: #fff;
  color: #000;
  padding: 15px 50px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
}
.bnr-btn .btn-1:hover{
  background-color: #323332;
  color: #fff;
  transition: all 0.6s;
}
.bnr-btn .btn-2{
	background-color: #323332;
	color: #fff;
	padding: 15px 50px;
	border-radius: 5px;
	display: inline-block;
	text-transform: capitalize;
  }
  .bnr-btn .btn-2:hover{
	background-color:#F1DFCD;
	color: #110000;
	transition: all 0.6s;
  }
.banner-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-top: 130px;
}
.banner-btn h6{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.banner-btn h6 i{
  color: #ffd203;
}
/* banner-2nd */
.banner-2nd{
  background: url(../image/banner-2nd.jpg) no-repeat center;
  background-size: cover;
 
  padding: 100px 0px;
}
.banner-2nd .hedaing{
  text-align: end;
}
.bg-color{
  background-color: #323332 !important;
  color: #fff !important;
}
.heading h2{
  color: #000202;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 17px;
}
.heading p{
	color: #000202;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
/* service sec */
.service-sec .heading{
  text-align: center;
}
.service-sec .content p{
	color: #000202;
}
.service-sec .heading p{
  padding: 0px 160px;
}
.service-sec img{
  padding: 0px 40px;
}
.service-sec .row-below{
	margin-top: 0px;
}
.service-sec h4{
	color: #000;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: 500;
	font-size: 23px;
}
.service-sec p{
  line-height: 26px;
  text-align: center;
}
.about-sec .heading h2{
  color: #000;
  font-weight: 200;
  font-size: 56px;
  font-family: 'Poppins', sans-serif;
}
/* .....know_sec..... */
/* .know_sec{
	background: url('../image/home-bg1.png') no-repeat center;
	background-size: cover;
	padding: 150px 0;
} */
/* .....reviews-sec.... */
.reviews-sec{
	background:#1f1f1f;
}
.read-btn {
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
	letter-spacing: 2px;
}
.read-btn:hover{
	color: #F1DFCD;
	border-bottom: 1px solid #F1DFCD;
}
.reviews-sec .heading .top-sec{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	
}
.reviews-sec .heading .top-sec img{
	width: 90px;
	margin-left: 38px;
}
.reviews-sec .heading h2{
	color: #fff;
}
.reviews-sec .heading p{
	color: #fff;
} 
.reviews_content{
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.reviews_content .top_img img{
	width: 66px;
}
.reviews_content .top_img{
	margin-bottom: 25px;
}
.reviews_content .content p{
	color: #000202;
font-size: 17px;
line-height: 26px;
font-weight: 400;
/* min-height: 194px; */
}
.reviews_content .content h4{
	color: #000202;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0;
}

.owl-carousel .owl-item img {
	display: block;
	
  }

  .owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
 .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	width: 10px;
	background-color: #fff !important;
	height: 10px;
	margin: 3px;
	border-radius: 50%;
}
.owl-carousel button.owl-dot.active{
	background-color: rgb(134, 134, 134) !important;
}
.owl-carousel .owl-dots{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.row-below{
	margin-top: 15px;
}
/* ........footer...... */
footer{
	background: #000000;
	padding: 80px 0;
}
footer .ft-content h4 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
footer .ft-content .ft_socail li a{
	color: #acaaaa;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: flex-start;
}
footer .ft-content .ft_socail li a i{
	font-size: 20px;
	margin-right: 10px;
	color: #fff;
}
footer .ft-content .ft_socail li{
	margin-bottom: 20px;
}
footer .ft-content .ft_links li a{
	color: #acaaaa;
	font-size: 16px;
	font-weight: 300;
}
footer .ft-content .ft_links li{
	margin-bottom: 15px;
}
footer .ft-content .ft-follow li img {
	width: 40px;
}
footer .ft-content .ft-follow li{
	display: inline-block;
	margin-right: 10px;
}
footer .ft-logo img{
	width: 250px;
}
.border_ft{
	width: 100%;
	height: 1px;
	background: #323332;
	margin: 35px 0;
}
footer .copy-txt p{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}


/* ----contact--- */


  
  #contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 45px;
  }
  
  #contact .contact-info i {
	font-size: 42px;
	display: inline-block;
	margin-bottom: 22px;
	color: #1e1e1e;
  }
  
  #contact .contact-info address, #contact .contact-info p {
	  margin-bottom: 0;
	  color: #000;
	  font-size: 17px;
  }
  
  #contact .contact-info h3 {
	  font-size: 23px;
	  margin-bottom: 9px;
	  font-weight: bold;
	  text-transform: capitalize;
	  color: #1e1e1e;
	  min-height: 0px;
  }
  
  #contact .contact-info a {
	color: #000;
  }
  
  #contact .contact-info a:hover {
	color: #0b427c;
  }
  
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
	#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	  padding: 20px 0;
	}
  }
  
  @media (min-width: 768px) {
	#contact .contact-phone {
	  border-left: 1px solid #1e1e1e;
	  border-right: 1px solid #1e1e1e;
  }
  }
  
  #contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 30px;
  }
  
  #contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 17px;
  }
  
  #contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
  }
  
  #contact .php-email-form .error-message br + br {
	margin-top: 25px;
  }
  
  #contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #0b427c;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
  }
  
  #contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
  }
  
  #contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #1e1e1e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
  }
  
  #contact .php-email-form input, #contact .php-email-form textarea {
	  padding: 18px 21px;
	  border-radius: 0;
	  box-shadow: none;
	  font-size: 17px;
	  font-family: 'Poppins', sans-serif;
  }
  
  #contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
	background-color: #1e1e1e;
  }
  
  #contact .php-email-form button[type="submit"] {
	  background: #1e1e1e;
	  border: 0;
	  padding: 18px 36px;
	  letter-spacing: 1px;
	  font-size: 17px;
	  color: #fff;
	  transition: 0.4s;
	  text-transform: uppercase;
	  cursor: pointer;
	  width: 100%;
  }
  
  #contact .php-email-form button[type="submit"]:hover {
	background: #222222a8;
  }
  

/* .....innner page */
.inner-page {
	padding: 200px 0;
   
  }
  .inner-page h1 {
	font-size: 55px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
  }
  .inner-page ul {
	display: flex;
	align-items: center;
	justify-content: left;
  }
  .inner-page ul li {
	font-size: 20px;
	margin: 0 6px;
	color: #fff;
	font-weight: 600;
  }
  .inner-page ul li a {
	color: #fff;
  }
/*   #contact-bg{
	background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url('../image/contact-banner.jpg') no-repeat top;
	background-size: cover;
  } */
  #hypnotherapy-bg{
	background: url('../image/hypnotherapy-banner.jpg') no-repeat top;
	background-size: cover;
  }
/*   #about-bg{
	background: url('../image/about-banner.jpg') no-repeat top;
	background-size: cover;
  } */
  #faq-bg{
	background: url('../image/faq-banner.jpg') no-repeat top;
	background-size: cover;
  }
  #resources-bg{
	background: url('../image/resources-banner.jpg') no-repeat top;
	background-size: cover;
  }
  
  
/* ........faq..... */
.accordion__item {
	padding: 16px 0px;
	border-bottom: 1px solid #000;
  }
  .accordion__body {
	display: none;
	padding-top: 21px;
  }
  /* .accordion__body p {
	margin-bottom: 0px;
	line-height: 21px;
	color: #1c1c1c;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  } */
  
  .accordion__body ul li {
	font-size: 16px;
	margin-bottom: 7px;
	position: relative;
	padding-left: 20px;
  }
  .accordion__body ul li::before{
	content: "";
	background:#110000;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 0;
	top:10px;
	position: absolute;
  }
  .accordion__body ul {
	margin-top: 25px;
  }
  .accordion__title {
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	color: #000;
	font-family: "Rubik",sans-serif;
	font-weight: 500;
	padding: 0 60px 0 0px;
}
  
  .accordion__title:after {
	content: "";
	width: 31px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 1px;
	background: url(../image/faq-icon1.png) no-repeat;
	background-size: 17px;
  }
  .accordion__title.active {
	color: #000;
  
	
  }
  .accordion__title.active:after {
	/* top: -3px; */
	background: url(../image/faq-icon.png) no-repeat;
	background-size: 17px;
	/* transform: rotate(-180deg); */
	top: 11px;
  }
  
  .faq_list h4 {
	background: #024fff;
	color: #000;
	padding: 17px 20px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
  }
  .faq_list {
	margin-bottom: 50px;
  }
  .accordion__item h3 {
	font-size: 20px;
	color: #3c3c3c;
	font-weight: 700;
	margin-top: 30px;
  }
  .accordion__body h5 {
	font-size: 22px;
	font-weight: 500;
	color: #0e0e0e;
  }
  .accordion__body h5 a{
	color: #024fff;
  }
  #areas-covered-bg h1{
	color: #fff;
  }
/* ......about-sec1......... */
.about-sec1 .heading{
	padding: 15px;
}
.about-sec1  .content img{
	border: 17px solid #F1DFCD;

}
.about-sec3{
	background: #F1DFCD;
}
.about-sec4 ul li{
	color: #000202;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-family: 'Poppins', sans-serif;	
}
.about-sec4 ul li::before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #F1DFCD;
}

.resources-sec1 .content {
	text-align: center;
	padding: 33px 10px;
	background: #fff;
	box-shadow: 0px 10px 45px #d9d8d8;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.resources-sec1 .content img{
	margin-bottom: 15px;
}
.resources-sec1 .content h4{
/* 	font-family: Olivia-Regular; */
/* 	color: #000202; */
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 17px;
	
	color: #000;
	margin-bottom: 10px;
/* 	font-weight: 100; */
	font-size: 22px;
	text-transform: capitalize;
}
.resources-sec1 .content p{
	color: #8d8b8b;
font-size: 17px;
line-height: 26px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.hypnotherapy-sec ul li{
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.hypnotherapy-sec ul li::before{
	position: absolute;
	content: "";
	background: #000000;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.hypnotherapy-sec{
	background: #f7f7f7;
}
.hypnotherapy_sec{
	background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/hypnotherapy-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 150px 0;
}
.hypnotherapy_sec .heading h2{
	color: #fff;
}
.copy-txt {
    color: #fff;
}

/* css new */


@font-face {
  font-family: Olivia-Regular;
  src: url(../fonts/Olivia-Regular.otf);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  /* color: var(--theme-color) !important; */
  font-family: 'Poppins', sans-serif;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 17px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 100px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p{
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}
/* 
.header_menu {
  background: var(--theme-color);
} */
a.navbar-brand img {
  width: 150px;
}

.header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}
.header_menu li a:hover{
  color: var(--theme-color-second);
}
.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
  flex-wrap: wrap;
}
.hd_info a img {
  margin: 0 24px 0 10px;
}
a.comon-btn {
  background:#fff;
  color: #000000;
  display: inline-block;
  font-size: 16px;
  padding: 12px 6px;
  border-radius: 5px;
  text-align: center;
	    width: 14rem;
}
a.comon-btn:hover{
  background: #121212;
  color: #fff;
}
.header_menu li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 24px 16px;
  display: inline-block;
  font-weight: 300;
}
.navbar li:hover a {
	color: var(--theme-color-second);
}
.navbar li:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end{ right:0; left: auto;  }
  .navbar li .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
  .navbar li:hover a{ color: var(--theme-color-second);  }
  .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up{ top:180%;  }
  .navbar li:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}
#main_header  ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}
#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}
ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}
ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
	top: -9px !important;
}
.link-sm-2{
  position: relative;
}

#main_header img{
  width: 120px;
}
#main_header{
  background-color: #f5f4f4;
}

#main_header .hd_info a i {
  color: #fff;
  background-color: #000;
  width: 42px;
  height: 42px;
 display: flex;
 align-items: center;
 justify-content: center;
  font-size: 20px;
  
  line-height: 17px;
  border-radius: 5px;
}


.top-header a{
  font-size: 15px;
}


/* 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: 500 !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;
}


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

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


.banner h1{
  font-family: banner-head !important;

}


#about-samantha h2{
  font-family: banner-head !important;
}

.rounded-23 {
  overflow: hidden ;
  border-radius: 10px;
}


/*  news-aletter */

.news-aletter .card {
  padding: 45px 45px ;
}

.news-aletter .btn-lg{
  background-color: #000000;
  color: #fff;

}
