@font-face {
    font-family: 'felix_titlingregular';
    src: url('../fonts/felix_titling_regular-webfont.woff2'),
         url('../fonts/felix_titling_regular-webfont.woff'),
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.otf')
}

/*
=================================
SITE STYLES
=================================
*/

/* $enable-shadows: true;
$enable-gradients: true;
$primary: #2563eb;
$success: #10b981;
$light: #fff;
$body-bg: $light;
$body-color: #000000; */

.container-custom{
padding-top: 16px;
padding-bottom:16px;
}



* {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400!important;
  scroll-behavior: smooth;
}

.title {
font-family: 'felix_titlingregular';
font-weight:normal;
font-style:normal;
}

a,a:hover {
  text-decoration: none;
}

p {
  font-size: 1.2em;
}

img {
  max-width: 100%;
}

.clearfix {
  clear: both!important;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 999;
  background-color: #255b9d;
  color: white;
  padding: 12px 15px;
  font-size: 18px;
  outline: 0;
  border: 0;
  cursor: pointer;
}

#scrollToTop:hover {
  background-color: #1B4776;
}

#scrollToTop:before {
  content: '\2B9D';
  display: inline-block;
  margin-right: 9px;
  font-weight: 300!important;
}


/*
=================================
BACKGROUND STYLES
=================================
*/

.bg-ow {
  background-color: #f1f1f1!important;
}

.bg-success {
  background-color: #8dc73f!important;
}

.bg-light-success {
  background-color: #d5e2b6!important;
}

.bg-dark-success {
  background-color: #82b839!important;
}

.bg-primary {
/*  background-color: #255b9d!important;*/
}

.bg-footer {
  background-color: #424242!important;
  color: #f1f1f1;
}

.dark-overlay {
  background-color: rgba(0,0,0,0.4);
  height: 100%;
  display: flex;
  align-items: center;
}

.cta-overlay {
  /*background-color: rgba(30,79,132,0.85);*/
  min-height: 400px;
  display: flex;
  align-items: center;
}

.light-overlay {
  background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(200,200,200,0.2) 35%, rgba(200,200,200,0.2) 70%, rgba(200,200,200,1) 100%);
  height: 100%;
  display: flex;
  align-items: center;
}

.blue-overlay {
  background-color: rgba(37,91,157,0.8);
}

.blue-gradient {
  background: linear-gradient(90deg, rgba(37,91,157,0.8) 0%, rgba(37,91,157,0.8) 60%, rgba(37,91,157,0) 100%)
}


/*
=================================
TEXT STYLES
=================================
*/

.text-soft {
  color: rgba(255,255,255,0.8);
}

.text-success {
  color: #8dc73f!important;
}



.text-full {
  font-weight: 600!important;
}

.text-strong {
  font-weight: 700!important;
}

.text-bold {
  font-weight: 900!important;
}

.text-footer {
  color: #2d394b!important;
}

.text-italic {
  font-style: italic;
}


/*
=================================
FORM STYLES
=================================
*/

#homeForm input,
#homeForm select,
#contactForm input,
#contactForm select,
#contactForm textarea {
  background: #f2f5fb;
  border: 0;
  border-radius: 0;
}

#homeForm input,
#contactForm input {
  padding: 1em 0.75em;
}

#homeForm select.form-control:not([size]):not([multiple]),
#contactForm select.form-control:not([size]):not([multiple]) {
  height: calc(3.376rem + 2px);
}

#homeForm label,
#contactForm label {
  font-weight: 900!important;
}

#homeForm sup.text-danger,
#contactForm sup.text-danger {
  color: black!important;
  font-size: 90%;
  margin-left: 2px;
  font-weight: 900!important;
  top: -.2em;
}

#homeForm button,
#contactForm button {
  width: 100%;
  background: #8dc73f!important;
  font-size: 1.2em;
  border: 0;
  border-bottom: 5px solid #82b839;
}

#contactForm {
  padding: 1.5rem;
  box-shadow: 0px 0px 5px 8px rgba(80,80,80,.1);
}

.comments {
  font-size: 16px;
}


/*
=================================
NAV STYLES
=================================
*/

.logo {
  max-width: 250px;
  position: absolute;
  z-index:2;
}

.logo2 {
  max-width: 250px;
}

.main-banner {
  min-height: 70vh;
  background: url(/images/banner.jpg) center center no-repeat;
  background-size: cover;
}

navbar-nav {
	float:right;
}
/*
=================================
FOOTER STYLES
=================================
*/

footer p {
  font-size: 1em;
}

footer p a,
footer p span {
  font-size: 1.2em;
}

.hide-this {
  visibility: hidden;
}

/*
=================================
HOMEPAGE STYLES
=================================
*/

.main-banner {
  overflow-y: hidden;
}

.overlay {

    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 1;
}

.banner-boxes {
  position: relative;
  bottom: 100px;
}

.frame_img {
    position: relative;
    display: inline-block;
    margin: 35px 35px 0 0;
}

.frame_img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #cccccc;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: -1;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}

.feature {
  box-shadow: 0px 0px 5px 8px rgba(80,80,80,.1);
}

.therapy-type {
	min-height:425px;
}

.cta {
  background: url(/images/cupping.jpg) center center repeat;
  background-size: cover;
  min-height: 500px;
}

.map {
    width: 90%;
	height: 25em;
    display: block;
    margin: 0 auto;
}

.map iframe {
  width: 100%;
  height: 450px;
  max-height: 65vh;
}  

.main-banner .row {
  height: 100%;
}

.main-banner .col-lg-8 {
  background: url('/images/banner.jpg') top center no-repeat;
  background-size: cover;
}

.main-banner .col-lg-4 {
  background: url('/images/banner-side.jpg') center center no-repeat;
  background-size: cover;
  height: 100%;
}

.main-banner img {
  object-fit: cover;
}

.yellow-divider {
  width: 50%;
  border-bottom: 3px solid #ffbf00;
}

.hr {
  border-bottom: 3px solid #ffbf00;
  width: 50%;  
}

.white-divider {
  width: 50%;
  border-bottom: 1px solid white;
}

.blue-divider {
  width: 50%;
  border-bottom: 1px solid blue;
}  

.w-200 {
  width: 200px;
}

.banner-link {
  font-size: 1.2em;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-top: 4px solid #255b9d;
  border-bottom: 4px solid #255b9d;
}

.banner-link:hover {
  background: #1B4776!important;
  border-top: 4px solid #8ec543;
  border-bottom: 4px solid #1B4776;
  box-sizing: border-box;
}

.banner-link-right {
  border-right: 1px solid rgba(255,255,255,0.3);
}

.main-banner h1 {
  font-size: 2.7em;
}

.main-banner p {
  font-size: 1.8em;
}

.main-banner .btn {
  font-size: 1.2em;
}

.service-boxes {
  position: relative;
  bottom: 100px;
}

.box-1 {
  background-color: #2b6cb5;
}

.box-2 {
  background-color: #255b9d;
}

.box-3 {
  background-color: #1e4f84;
}

.box-4 {
  background-color: #1B4776;
}

.service-card {
  box-shadow: 0px 0px 5px 8px rgba(180,180,180,.1);
}

.service-card p {
  font-size: 1em;
}

.service-card a:hover {
  color: white!important;
  background: #8dc73f;
}

.here-section {
  background: url('/images/here-bg.png') center center no-repeat;
  background-size: cover;
}

.here-card {
  background: #6a705b;
  height: 100%;
}

.here-card p,
.here-card li {
  font-size: 1.25em;
}

.here-section .row {
  padding-bottom: 200px;
}

.home-form {
  position: relative;
  bottom: 200px;
  z-index: 100;
  background: white!important;
}

.home-form .form-image {
  background: url('/images/schedule-appointment.jpg') center center no-repeat;
  background-size: cover;
}


/* Healing image */
.healingimg1{
  margin-left:730px!important
  /* object-position: right center; */
  /* float: right; */
}

/* .healingimg2 {
  margin-left:300px!important
} */


.healingimg3{
  margin-left:215px!important
}
/* Healing Image */


/* Areas of counseling new section  */
.left, .right, .center {
  float: left;
  width: 33%;
  color: white;
  padding: 10px;
  height: 500px;
  text-align: center;
}
.left {
  background-color: #3A858E;
}
.right {
  background-color: #98C6C6;
}
.center {
  background-color: rgb(166, 71, 255);
}

.counseling-areas{
  padding:40px;
}
/* Areas of counseling new section  */

.btn-styles {
	border-radius: 0.3rem !important;
}
.cta2 {
    background: url(/images/feet.jpg) center center repeat;
    background-size: cover;
	min-height: 500px;
}
.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}