@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');



html, body, p, a, h1, h2, h3, h4, h5, h6, form, input, textarea, select, img, ul, li, ol{
	margin:0;
	padding: 0;
	border:none;
}
@font-face {
    font-family: 'blackchanceryregular';
    src: url('../fonts/blkchcry-webfont.woff2') format('woff2'),
         url('../fonts/blkchcry-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Mermaid';
    src: url('../fonts/Mermaid-Bold.eot');
    src: url('../fonts/Mermaid-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mermaid-Bold.woff2') format('woff2'),
        url('../fonts/Mermaid-Bold.woff') format('woff'),
        url('../fonts/Mermaid-Bold.ttf') format('truetype'),
        url('../fonts/Mermaid-Bold.svg#Mermaid-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Glitten';
    src: url('../fonts/Glitten-Regular.eot');
    src: url('../fonts/Glitten-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glitten-Regular.woff2') format('woff2'),
        url('../fonts/Glitten-Regular.woff') format('woff'),
        url('../fonts/Glitten-Regular.ttf') format('truetype'),
        url('../fonts/Glitten-Regular.svg#Glitten-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



ul, li, ol{
	list-style: none;
}

body{
	font-family: 'Montserrat', sans-serif
}

a, a:link{
	text-decoration: none;
}
a:hover, a:visit{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Abhaya Libre', sans-serif
}
.topsocial-section{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.topsocial-section .top-social{
	display: block;
	text-align: right;
	padding: 20px 0;
}
.topsocial-section .top-social li{
	display: inline-block;
	font-size: 1.1em;
	margin-right: 10px;
}
.topsocial-section .top-social li a{
	color: #fff;
}
li.social-heading {
    color: #fff;
}

.topsocial-section .top-social li a:hover{
	color: #000;
}
header{
	display: inline-block;
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 99;
	transition: all .2s linear;
	padding: 0 0;
}
header nav {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
header nav ul{
	display: inline-block;
	width: 100%;
	text-align: right;
}
header nav ul li{
	display: inline-block;
	font-size: 1em;
	text-align: right;
	position: relative;
	transition: all .3s linear;
}
header nav ul li a{
	display: block;
	color: #fff;
	padding: 10px 15px;
	transition: all .2s ease-in-out;
}
header nav ul li a:hover{
	color: #fff;
	background: #005550;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
	transition: all .2s ease-in-out;
}
header nav ul li a.book{
	background: #005550;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
	border:1px solid #fff;
}
header nav ul li a.book:hover{
	border-top-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 20px;
}
header nav ul li ul, header.fixed ul li ul{
	position: absolute;
	left: 0;
	top: 100%;
	background: #005550;
	width: 200px;
	display: none;
	transition: all .3s linear;
}
header nav ul li:hover ul, header.fixed ul li:hover ul{
	display: block;
}
header nav ul li ul li, header.fixed ul li ul li{
	display: block;
	text-align: left;
	
}
header nav ul li ul li a, header.fixed ul li ul li a{
	color: #fff;
	display: block;
}
header nav ul li ul li a:hover, header.fixed ul li ul li a:hover{
	color: #000;
	background: #fff;
}
header nav ul li a.book:hover{
	color: #fff;
}
header.fixed{
	position: fixed;
	background: #000;
	/*box-shadow: 0 0 10px 0 #ccc;*/
	transition: all .2s linear;
	transform: translateY(0px);
	padding: 10px 0;
	top: 0;
}
header.fixed ul li a{
	color: #e4e5e4
}
header.fixed ul li a:hover{
	color: #fff
}
header.fixed ul li a.book{
	color: #fff
}
header .responsive-menu{
	display: none;
	text-align: right;
}
header .responsive-menu #nav-icon{
	display: inline-block;
} 
header #nav-icon{
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

header #nav-icon span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header #nav-icon span:nth-child(1) {
  top: 0px;
}

header #nav-icon span:nth-child(2) {
  top: 18px;
}

header #nav-icon span:nth-child(3) {
  top: 36px;
}

header #nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

header #nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

header #nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.my-slider img.img-fluid {
    max-width: 30%;
    position: relative;
    right: 30px;
}

.three{
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: #005550;*/
  color: #ecf0f1;
  text-align: center;
  display: none;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.hamburger .line{
  width: 40px;
  height: 3px;
  background-color: #005550;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.unslider{
	margin-top: -70px;
}
.unslider .my-slider li{
	/*min-height: 1000px;*/
	padding: 450px 150px 100px 150px;
}
.unslider .my-slider h1{
	color: #fff;
	font-size: 9em;
	line-height: 50px;
	font-family: 'blackchanceryregular', sans-serif;
}
.unslider .my-slider h1 span{
	font-size: .3em;
	padding-left: 40px;
}
.unslider .my-slider p{
	padding: 10px 0;
	line-height: 60px;
    color: #fff;
    font-family: 'Abhaya Libre';
    font-size: 50px;
}
.unslider .my-slider a{
	color: #fff;
	padding: 10px 15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0;
	border:1px solid #fff;
	background: #005550;
	display: inline-block;
	margin-right: 20px;
}
.unslider .my-slider a:hover{
	background: linear-gradient{to right, #151516 0%, #363636 100%};
}
.unslider-arrow, .unslider-nav{
	display: none;
}
.whyus-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0 0;
}
.whyus-section h2{
	font-size: 4em;
	line-height: 70px;
	color: #246460;
	margin-bottom: 30px;
}
.whyus-section h2 span{
	font-size: 1.5em;
	color: #777777;
}
.whyus-section p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.topheader{
	background: url(../images/header-images.png) top center no-repeat;
	min-height: 1000px;
}
.topheader{
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 300px;
	color: #fff;
	margin-top: -80px;
}
.topheader h1{
	color: #fff;
	font-size: 9em;
	line-height: 50px;
}
.topheader h1 span{
	font-size: .3em
}
.topheader p{
	padding: 10px 0;
	line-height: 24px;
}
.topheader a{
	color: #fff;
	padding: 10px 15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0;
	border:1px solid #fff;
	background: #005550;
	display: inline-block;
	margin-right: 20px;
}
.topheader a:hover{
	background: linear-gradient{to right, #151516 0%, #363636 100%};
}

.colage-section{
	display: inline-block;
	width: 100%;
	padding: 50px 0
}
.colage-section h2{
	color: #005550;
	font-size: 1.8em;
	margin-top: 20px;
	line-height: 60px;
}
.colage-section h2 span{
	color: #777777;
	font-size: 3.1em
}
.colage-section-logo{
    max-width:70%;
}
.colage-section p{
	line-height: 30px;
}
.colage-section .website-logo{
	width: 20%;
}
.colage-section a{
	color: #fff;
	padding: 10px 15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0;
	background: #005550;
	margin-top: 20px;
	display: inline-block;	
}
.pain-section{
	display: inline-block;
	width: 100%;
	padding: 50px 0
}
.pain-section{
	background: url(../images/maping-background.jpg) top center no-repeat;
	min-height: 1000px;
}
.pain-section h2{
	text-align: center;
	color: #fff;
	font-size: 3em
}
.additional-callaction, .pain-logo{
	display: block;
	margin-top: 693px;
}
.additional-callaction a{
	color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 20px;
	background: #005550;
	line-height: 60px;
	padding: 0 20px;
	display: inline-block;
	font-size: 18px;
	transition: all .3s linear;
}
.additional-callaction a:hover{
	border-top-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0;
	background: #fff;
	color: #005500;
	transition: all .3s linear;
}
.pain-logo{
	text-align: center;
}
.pain-logo img {
    width: 310px;
}
.respon-pain-section{
	display: none;
}
.first-dot{
	visibility: hidden;
	display: inline-block;
	width: 100%;
	position: relative;
}

.green-circle{
	visibility: visible;
	position: relative;
	background: #005550;
	border:2px solid #fff;
	transition: all .2s ease-in-out;
	width: 25px;
	height: 25px;
	border-radius: 50px;
}
.green-circle:hover{
	border:6px solid #fff;
	transition: all .2s ease-in-out;
}

.content-box{
	display: inline-block;
	width: 80%;
	position: absolute;
	background: #005550;
	padding: 20px 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
	box-shadow: 5px 5px 10px 0 #000;
	color: #fff;
}
.content-box p{
	font-size: .9em
}
.visible{
	visibility: visible;
}
#box1{
	top: 110px;
	left:-160px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear
}
.box-one-container:hover #box1{
	visibility: visible;
	left: -170px;
	opacity: 1;
	transition: all .3s linear
}
#box2{
	top: 220px;
	left: -140px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear
}
.box-two-container:hover #box2{
	visibility: visible;
	left: -160px;
	opacity: 1;
	transition: all .3s linear	
}
#box3{
	top: 300px;
	left: 390px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear
}
.box-three-container:hover #box3{
	visibility: visible;
	left: 400px;
	opacity: 1;
	transition: all .3s linear	
}
#box4{
	top: 370px;
	left: -100px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear
}
.box-four-container:hover #box4{
	visibility: visible;
	left: -110px;
	opacity: 1;
	transition: all .3s linear	
}
#box5{
	top: 520px;
	left: -120px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear
}
.box-five-container:hover #box5{
	visibility: visible;
	left: -130px;
	opacity: 1;
	transition: all .3s linear
}
#box6{
	top: 500px;
	left: 450px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear
}
.box-six-container:hover #box6{
	visibility: visible;
	left: 460px;
	opacity: 1;
	transition: all .3s linear
}
#dot1{
	top: 140px;
	left: 190px;
}
#dot2{
	top: 230px;
	left: 200px;
}
#dot3{
	top: 310px;
	right: -350px;
}
#dot4{
	top: 400px;
	right: -250px;
}
#dot5{
	top: 540px;
	right: -230px;
}
#dot6{
	top: 510px;
	right: -410px;
}
.whatexpect-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.whatexpect-section h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 3.5em;
	color: #246460;
}
.whatexpect-section p{
	font-size: 18px;
	text-align: center;
}
.expected-points{
	display: inline-block;
	width: 100%;
	border-radius: 20px;
	padding: 20px;
	min-height: 500px;
}
.expected-points:hover{
	box-shadow: 0 0 10px 0 #ccc;
}
.expected-points h4{
	font-size: 1.7em;
	margin-bottom: 20px;
	color: #246460;
	min-height: 30px;
	margin-top: 10px;
}
.expected-points p{
	line-height: 24px;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.expected-points a{
	margin-top: 20px;
	background: #246460;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	display: inline-block;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
	transition: all .3s linear;
}
.expected-points a:hover{
	border-top-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 20px;
	background: #fff;
	color: #246460;
	box-shadow: 0 0 10px 0 #ccc;
	transition: all .3s linear;
}
.portal-section{
	display: inline-block;
	width: 100%;
	background: #246460;
	padding: 50px 0;
}
.portal-section h2{
	text-align: center;
	font-size: 3em;
	margin-bottom: 20px;
	color: #fff;
}
.portal-section a{
	display: inline-block;
	padding: 0 20px;
	color: #246460;
	line-height: 50px;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
}
.aboutme-section{
	display: inline-block;
	width: 100%;
}
.aboutme-section .profile-img{
	background: url(../images/phototastic-collage.jpg) 0 0 no-repeat;
	background-size: cover;
	min-height: 800px;
}
.aboutme-section .about-content{
	display: block;
	padding: 30px 100px 100px;
}
.aboutme-section .about-content h2{
	font-size: 3.2em;
	color: #005550;
	margin-bottom: 20px;
}
.aboutme-section .about-content h3{
	font-size: 2em;
	color: #000;
	margin-bottom: 20px;
}
.aboutme-section .about-content h3 span {
    color: #666;
}
.aboutme-section .about-content p{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.aboutme-section .about-content a{
	border-top-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 15px;
	color: #fff;
	display: inline-block;
	background: #005550;
	line-height: 50px;
	padding: 0 25px;
	margin-top: 50px;
	transition: all .3s linear;
}
.aboutme-section .about-content a:hover{
	border-top-left-radius: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0;
	color: #005550;
	background: #fff;
	transition: all .3s linear;
	box-shadow: 5px 5px 10px 0 #ccc;
}

.services-section{
	display: inline-block;
	width: 100%;
	padding: 50px 0
}
.services-section h3{
	font-size: 2em;
	color: #246460;
	line-height: 60px;
}
.services-section h3 span{
	color: #777777;
	font-size: 3em
}
.services-section p{
	line-height: 24px;
}
.service-box{
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 20px 20px 50px;
	transition: all .3s linear
}
.service-box a{
	color: #246460;
	font-size: .8em
}
.service-box:hover a{
	color: #fff
}
.service-box a:hover{
	color: #fff;
	text-decoration: underline;
}
.service-box img.whiteimg{
	display: none;
}
.service-box:hover img.whiteimg{
	display: block;
}
.service-box:hover{
	background: #246460;
	border-top-left-radius: 0;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 0;
	box-shadow: 15px 15px 15px 0 #ccc;
	transition: all .3s linear
}
.service-box h4{
	font-size: 2em;
	color: #246460;
	margin: 10px 0
}
.service-box:hover h4{
	color: #fff
}
.service-box p{
	color: #555555;
	font-size: .8em
}
.service-box:hover p{
	color: #fff
}
a.add-ser-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
    color: #fff;
    display: inline-block;
    background: #005550;
    line-height: 50px;
    padding: 0 25px;
    margin-top: 10px;
    transition: all .3s linear;
}
.clientreview-section{
	display: inline-block;
	width: 100%;
	padding: 50px 0
}
.clientreview-section{
	background: url(../images/client-reviews-background.jpg) top center no-repeat;
}
.clientreview-section h3{
	font-size: 2em;
	color: #fff;
	line-height: 60px;
}
.clientreview-section h3 span{
	color: #fff;
	font-size: 2.5em;
}
.clientreview-section p{
	color: #fff;
	font-size: .8em
}
.clientreview-section a{
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	color: #246460;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 20px;
}
.review-box{
	display: inline-block;
	width: 45%;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
	background: #fff;
	margin-right: 15px;
	padding: 20px 10px;
	margin-top: 70px;
}
.review-box p{
	color: #333;
	font-size: 1em;
	padding-bottom: 10px
}
.review-box img{
	display: inline-block;
}
.review-box h3{
	font-size: 1.8em;
	color: #1b4c49;
	display: inline-block;
	line-height: 24px;
	margin: 0 0 0 10px
}
.review-box h3 span{
	color: #555555;
	font-size: .8em
}

.hours-section{
	display: inline-block;
	width: 100%;
	padding: 50px 0
}
.hours-section h3{
	font-size: 1.5em;
	color: #005550;
}
.hours-section h3 span{
	font-size: 3em;
	color: #777777;
}
.hours-section p{
	font-size: 14px;
	color: #555555
}
.hours-section .weeklyschedule{
	display: block;
}
.hours-section .weeklyschedule .schedule{
	display: inline-block;
	border-left:2px solid #005550;
	padding: 20px 15px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.appointment{
	display: inline-block;
	padding: 0 20px;
	background: #005550;
	color: #fff;
	line-height: 50px;
	border-top-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 20px;
	margin-top: 30px;
	transition: all .2s linear;
}
.appointment:hover{
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0;
	transition: all .2s linear;
}

.blog-section{
	display: inline-block;
	width: 100%;
	padding: 50px 0;
}
.blog-section h2{
	font-size: 2em
	color:#005550;
	text-align: center;
}
.blog-section h2 span{
	font-size: 2.5em;
	color: #777777;
}
.blog-section p{
	font-size: 14px;
	padding: 0 10%;
	text-align: center;
	margin-bottom: 50px;
}
.blog-post-container{
	display: flex;
	margin-bottom: 50px;
}
.blog-post-container img{
	display: inline-block;
	width: 50%;
  border-radius: 10px;
}
.blog-post-container .blog-post{
	display: inline-block;
	padding: 30px 0 0 20px;
	width: 47%;
}
.blog-post-container .blog-post h3{
	font-size: 1.5em;
	color: #005550;
}
.blog-post-container .blog-post p{
	font-size: 14px;
	text-align: left;
	padding: 0;
}
.blog-post-container .blog-post a{
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
footer{
	display: block;
	background: url(../images/footer-background.jpg) top center no-repeat;
	padding: 50px 0 0 0;
}
footer h2{
	font-size: 1.8em;
	font-family: 'Abhaya Libre';
	color: #fff
}
footer hr{
	background: #fff
}
footer img{
	margin-bottom: 20px;
}
footer p{
	color: #fff;
	font-size: 20px;
	font-family: 'Mermaid';
}
footer .copyright p{
	color: #fff;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
footer .links, footer .contact-detail, footer .social, footer .terms-links{
	display: block;
	margin: 0;
	padding: 0;
}
footer .links li{
	display: inline-block;
	width: 45%;
	font-size: 12px;
}
footer .links li a{
	color: #fff
}
footer .contact-detail li{
	display: block;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
footer .contact-detail li svg{
	margin-right: 10px;
}
footer .contact-detail li a{
	color: #fff
}
footer .social li{
	display: inline-block;
	margin-right: 10px;
}
footer .social li a{
	color: #fff
}
footer .terms-links li{
	display: inline-block;
	font-size: 12px;
	padding: 0 20px;
}
footer .terms-links li a{
	color: #fff
}

.popup-container{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.popup-container .blackfade{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.7);
	height: 100%;
	z-index: 11
}
.popup-container .offer-img-wrapper{
	width: 50%;
	position: relative;
	z-index: 12;
	border:0 solid #fff;
	margin: 150px auto 0;
}
.popup-container .offer-img-wrapper svg{
	position: absolute;
	right: -30px;
	top: -30px;
	color: #fff;
	font-size: 30px
}


.breadcrumb-section{
	display: inline-block;
	width: 100%;
	position: relative;
	margin: -70px 0 0 0;
	background: #000;
	padding: 250px 0 100px;
	text-align: center;
	color: #fff;
}
.breadcrumb-section h1{
	font-size: 4em;
}

.our-services{
	background: url("../images/01.jpg") top center no-repeat;
}
.our-staff{
	background: url("../images/07.jpg") top center no-repeat;
}
.faq{
	background: url("../images/03.jpg") top center no-repeat;
}
.expect{
	background: url("../images/04.jpg") top center no-repeat;
}
.conditions{
	background: url("../images/05.jpg") top center no-repeat;
}
.testimonials{
	background: url("../images/08.jpg") top center no-repeat;
}
.contactus{
	background: url("../images/09.jpg") top center no-repeat;
}
.blogdetail{
	background: url("../images/10.jpg") top center no-repeat;
}




.content-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0 50px;
}
.content-section h2{
	font-size: 2.5em;
	text-align: center;
	color: #246460;
}
.staff-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.staff-section .staff-info{
	display: block;
}
.staff-section .staff-info img{
	border-radius: 10px;
}
.staff-section .staff-info h3{
	font-size: 1.9em;
	color: #333;
	margin-top: 20px;
}
.staff-section p{
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: .9em;
}
.blog-detail-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.blog-detail-section .blog-info{
	display: block;
}
.blog-detail-section .blog-info img{
	border-radius: 10px;
	margin-bottom: 20px;
}
.blog-detail-section .blog-info h1{
	font-size: 2.5em;
	color: #333;
	margin-top: 20px;
}
.blog-detail-section .blog-info p{
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: .9em;
}



.faq-section{
	display: inline-block;
	width: 100%;
	background: #246460;
	padding: 100px 0;
}
.faq-section h3{
	font-size: 4em;
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}

/* ABOUT US ACCORDION */
ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	list-style: none;
}
ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 20px;
	margin: 0 auto 15px auto;
	border: 1px solid #eee;
	border-radius: 5px;
	cursor: pointer;
}
ul.accordion-list li.active h3:after {
	transform: rotate(45deg);
}
ul.accordion-list li h3 {
	font-weight: 500;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 25px;
	letter-spacing: 0.01em;
	cursor: pointer;
	color: #246460;
	text-align: left;
	font-family: 'poppins', sans-serif;
}
ul.accordion-list li h3:after {
	content: "+";
	font-family: "material-design-iconic-font";
    font-weight: bolder;
	color: #246460;
	transition: all 0.3s ease-in-out;
}
ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
ul.accordion-list li div.answer p {
	position: relative;
	display: block;
	font-weight: 500;
	padding: 20px 0 0 0;
	cursor: pointer;
	line-height: 150%;
	margin: 0 0 15px 0;
	font-size: 16px;
}
.ourservices-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.our-services-container{
	display: block;
	padding: 20px;
	transition: all .3s linear;
	background: #fff;
}
/*.our-services-container:hover{
	height: auto;
	transition: all .3s linear;
	box-shadow: 0 0 10px 0 #ccc;
	border-radius: 20px;
	position: absolute;
	width: 26%;
}*/
.our-services-content{
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}
.morecontent span {
    display: none;
}
.our-services-content .text{
	display: none;
}
.our-services-container h3{
	color: #246460;
	margin: 0 0 10px;
	font-size: 1.7em;
}
.our-services-container p{
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
.our-services-container p span a{
	color: #fff;
	background: #005550;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	border: none;
}

.contact-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.contact-info{
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}
.contact-info h3{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 30px;
	color: #005550;
}
.contact-info p{
	color: #000;
}
.contact-info p a{
	color: #000;
}
.contact-section h2{
	font-size: 3em;
	font-weight: 900;
	color: #005550;
}
.followus-links{
	display: block;
	margin-top: 20px;
}
.followus-links li{
	display: inline-block;
	margin-right: 15px;
}
.followus-links li a{
	color: #000;
}
.followus-links li svg{
	font-size: 1.5em;
}




/* TESTIMONIALS CSS */
.staff-section{
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.reviews-heading{
	text-align: left;
	font-size: 80px;
	font-family: 'Mermaid';
	line-height: 70px;
}
.reviews-heading span{
	color: #005550;
}
.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #005550 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 50px;
    color: #005550;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item p {
    font-size: 21px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 33px;
    color: #000;
}

.single-testimonial-item h3 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}



























/*

RESPONSIVE CSS

*/

@media (min-width: 1440px) and (max-width: 3000px){
	header nav ul li{
		font-size: 1em;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.box-one-container{
		margin-top: 120px;
	}
	#dot1{
		top: 0;
	}
	#box1{
		top: 0
	}
	.box-two-container{
		margin-top: 100px;
	}
	#dot2{
		top: 0px
	}
	#box2{
		top: 0;
	}
	.box-three-container{
		margin-top: 70px;
	}
	#dot3{
		top: 0px
	}
	#box3{
		top: 0;
	}
	.box-four-container{
		margin-top: 140px;
	}
	#dot4{
		top: 0px
	}
	#box4{
		top: 0;
	}
	.box-five-container{
		margin-top: 100px;
	}
	#dot5{
		top: 0px
	}
	#box5{
		top: 0;
	}
	.box-six-container{
		margin-top: 0px;
	}
	#dot6{
		top: 0px
	}
	#box6{
		top: 0;
	}
	.aboutme-section .profile-img{
		background-position: top center;
	}

}
@media (min-width: 1200px) and (max-width: 1440px){
	header nav ul li{
		font-size: .9em;
	}
	.topsocial-section .top-social {
    	padding: 20px 0 0px;
	}
	header {
	    top: 40px;
	}
	.colage-section h2 span{
		font-size: 2.7em;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.aboutme-section .profile-img{
		background-position: 0 0;
	}
}
@media (min-width: 1024px) and (max-width: 1200px){
	/*header .responsive-menu{
		display: block;
	}*/
	.unslider .my-slider li{
		background-size: cover;
	}
	/*header nav{
		display: none;
		width: 100%;
		position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
	}*/
	header nav ul li {
    font-size: .5em;
	}
	/*header nav ul li a {
    color: #005550;
	}*/
	.colage-section h2{
		font-size: 1.6em;
	}
	.colage-section h2 span{
		font-size: 2.7em;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.services-section h3 span{
		font-size: 2.4em;
	}
	.aboutme-section .profile-img{
		background-position: 0 0;
	}
}
@media (min-width: 992px) and (max-width: 1024px){
.topsocial-section{
			background: #005550;
		}
		.logo{
			text-align: center;
			display: block;
		}
		.three{
      display: inline-block;
    }
    .menu{
        display: none;
        transition: all .3s linear;
    }
    .menu.active{
        display: block;
        transition: all .3s linear;
    }
	header{
		position: relative;
		padding: 0 0;
		top: 0;
	}
	header nav{
		display: block;
		width: 100%;
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #fff;
	    text-align: right;
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #005550;
		font-size: 15px;
	}
	header nav ul li a.book{
		background: #005550;
		color: #fff;
	}
	header.fixed ul li a{
		color: #005550;
	}
	/*header.fixed{
		position: relative;
	}*/
	header .responsive-menu{
	  	display: block;
	}
	header.fixed{
		position: relative;
		background: #fff;
	}
	header nav ul li ul, header.fixed ul li ul{
		position: relative;
		margin-left: 20px;
		width: 95%;
	}
	header nav ul li ul, header.fixed ul li ul {
	    position: relative;
	    margin-left: 20px;
	    width: 95%;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.unslider .my-slider li{
		padding: 100px 100px 100px 50px;
		background-size: cover;
	}
	.unslider{
		margin-top: 0;
	}
	.breadcrumb-section{
		margin: 0 0 0 0;
		padding: 100px 0;
	}
	.colage-section h2{
		font-size: 1.3em;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.topheader{
		min-height: 700px
	}
	.clientreview-section{
		background-size: cover;
	}
	.hours-section .weeklyschedule{
		display: inline-block;
		margin: 30px 0
	}
	.pain-section{
		display: none;
	}
	.respon-pain-section{
		display: inline-block;
		width: 100%;
		background: url(../images/maping-background.jpg) top center no-repeat;
		min-height: 1000px;
		padding-top: 50px
	}
	.respon-pain-section h2{
		text-align: center;
		color: #fff;
		font-size: 3em
	}
	.respon-pain-section #dot1{
		top: 140px;
		left: 90px;
	}
	.respon-pain-section #dot2{
		top: 230px;
		left: 100px;
	}
	.respon-pain-section #dot3{
		top: 310px;
		right: -280px;
	}
	.respon-pain-section #dot4{
		top: 400px;
		right: -150px;
	}
	.respon-pain-section #dot5{
		top: 540px;
		right: -130px;
	}
	.respon-pain-section #dot6{
		top: 510px;
		right: -300px;
	}
	.blog-post-container{
		display: inline-block;
	}
	footer{
		background-size: cover;
	}
	footer h2{
		margin-top: 50px;
		font-size: 2.2em;
	}
	footer .links li{
		display: inline-block;
		line-height: 40px;
		font-size: 14px;
	}
	.blog-post-container .blog-post{
		width: 100%
	}
	.aboutme-section .profile-img{
		min-height: 900px;
		background: url(../images/phototastic-collage.jpg) no-repeat;
		background-position: 0 0;
	}
	.aboutme-section .about-content{
		padding: 30px 20px;
	}
	.reviews-heading {
	    font-size: 66px;
	    margin-bottom: 50px;
	}
}

@media (min-width: 768px) and (max-width: 992px){
		.topsocial-section{
			background: #005550;
		}
		.logo{
			text-align: center;
			display: block;
		}
		.three{
      display: inline-block;
    }
    .menu{
        display: none;
        transition: all .3s linear;
    }
    .menu.active{
        display: block;
        transition: all .3s linear;
    }
	header{
		position: relative;
		padding: 0 0;
		top: 0;
	}
	header nav{
		display: block;
		width: 100%;
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #fff;
	    text-align: right;
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #005550;
		font-size: 15px;
	}
	header nav ul li a.book{
		background: #005550;
		color: #fff;
	}
	header.fixed ul li a{
		color: #005550;
	}
	/*header.fixed{
		position: relative;
	}*/
	header .responsive-menu{
	  	display: block;
	}
	header.fixed{
		position: relative;
		background: #fff;
	}
	header nav ul li ul, header.fixed ul li ul{
		position: relative;
		margin-left: 20px;
		width: 95%;
	}
	header nav ul li ul, header.fixed ul li ul {
	    position: relative;
	    margin-left: 20px;
	    width: 95%;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.unslider .my-slider li{
		padding: 100px 100px 100px 50px;
		background-size: cover;
	}
	.unslider{
		margin-top: 0;
	}
	.breadcrumb-section{
		margin: 0 0 0 0;
		padding: 100px 0;
	}
	.colage-section h2{
		font-size: 1.3em;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.topheader{
		min-height: 700px
	}
	.clientreview-section{
		background-size: cover;
	}
	.hours-section .weeklyschedule{
		display: inline-block;
		margin: 30px 0
	}
	.pain-section{
		display: none;
	}
	.respon-pain-section{
		display: inline-block;
		width: 100%;
		background: url(../images/maping-background.jpg) top center no-repeat;
		min-height: 1000px;
		padding-top: 50px
	}
	.respon-pain-section h2{
		text-align: center;
		color: #fff;
		font-size: 3em
	}
	.respon-pain-section #dot1{
		top: 140px;
		left: 90px;
	}
	.respon-pain-section #dot2{
		top: 230px;
		left: 100px;
	}
	.respon-pain-section #dot3{
		top: 310px;
		right: -280px;
	}
	.respon-pain-section #dot4{
		top: 400px;
		right: -150px;
	}
	.respon-pain-section #dot5{
		top: 540px;
		right: -130px;
	}
	.respon-pain-section #dot6{
		top: 510px;
		right: -300px;
	}
	.blog-post-container{
		display: inline-block;
	}
	footer{
		background-size: cover;
	}
	footer h2{
		margin-top: 50px;
		font-size: 2.2em;
	}
	footer .links li{
		display: inline-block;
		line-height: 40px;
		font-size: 14px;
	}
	.blog-post-container .blog-post{
		width: 100%
	}
	.aboutme-section .profile-img{
		min-height: 900px;
		background: url(../images/phototastic-collage.jpg) no-repeat;
		background-position: 0 0;
	}
	.aboutme-section .about-content{
		padding: 30px 20px;
	}
	.reviews-heading {
	    font-size: 66px;
	    margin-bottom: 50px;
	}
}

@media (min-width: 667px) and (max-width: 767px){
	.topsocial-section{
		background: #005550;
	}
	.logo{
		text-align: center;
		display: block;
	}
	.three{
      display: inline-block;
    }
    .menu{
        display: none;
        transition: all .3s linear;
    }
    .menu.active{
        display: block;
        transition: all .3s linear;
    }
	header{
		position: relative;
		padding: 0 0;
		top: 0;
	}
	header nav{
		display: block;
		width: 100%;
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #fff;
	    text-align: right;
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #005550;
		font-size: 15px;
	}
	header nav ul li a.book{
		background: #005550;
		color: #fff;
	}
	header.fixed ul li a{
		color: #005550;
	}
	/*header.fixed{
		position: relative;
	}*/
	header .responsive-menu{
	  	display: block;
	}
	header.fixed{
		position: relative;
		background: #fff;
	}
	header nav ul li ul, header.fixed ul li ul {
	    position: relative;
	    margin-left: 20px;
	    width: 95%;
	}
	.unslider {
	    margin-top: 0;
	}
	.unslider .my-slider li{
		background-position: top right;
		padding: 100px 100px 100px 50px;
	}

	.topheader{
		min-height: 700px
	}
	.unslider{
		margin-top: 0;
	}
	.clientreview-section{
		background-size: cover;
	}
	.hours-section .weeklyschedule{
		display: inline-block;
		margin: 30px 0
	}
	.pain-section{
		display: none;
	}
	.respon-pain-section{
		display: inline-block;
		width: 100%;
		background: url(../images/maping-background.jpg) top center no-repeat;
		min-height: 1000px;
		padding-top: 50px
	}
	.respon-pain-section h2{
		text-align: center;
		color: #fff;
		font-size: 3em
	}
	.respon-pain-section #dot1{
		top: 140px;
		left: 90px;
	}
	.respon-pain-section #dot2{
		top: 230px;
		left: 100px;
	}
	.respon-pain-section #dot3{
		top: 310px;
		right: -280px;
	}
	.respon-pain-section #dot4{
		top: 400px;
		right: -150px;
	}
	.respon-pain-section #dot5{
		top: 540px;
		right: -130px;
	}
	.respon-pain-section #dot6{
		top: 510px;
		right: -300px;
	}
	.blog-post-container{
		display: inline-block;
	}
	.blog-post-container .blog-post{
		width: 100%
	}
	.aboutme-section .profile-img{
		min-height: 610px;
		background: url(../images/phototastic-collage.jpg) no-repeat;
		background-position: -150px 0;
	}
	.aboutme-section .about-content{
		padding: 30px 20px;
	}
	.reviews-heading {
	    font-size: 50px;
	    margin-bottom: 60px;
	}
	.breadcrumb-section{
		margin: 0 0 0 0;
		padding: 100px 0;
	}
}
@media (min-width: 575px) and (max-width: 667px){
	.logo{
		text-align: center;
		display: block;
	}
	.three{
      display: inline-block;
    }
    .menu{
        display: none;
        transition: all .3s linear;
    }
    .menu.active{
        display: block;
        transition: all .3s linear;
    }
	header{
		position: relative;
		padding: 10px 0;
	}
	header nav{
		display: none;
		width: 100%;
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #005550
	}
	header nav ul li a.book{
		background: none;
	}
	header.fixed{
		position: relative;
		background: #fff;
		box-shadow: 0 0 10px 0 #ccc;
		transition: all .2s linear;
		padding: 10px 0
	}
	header .responsive-menu{
	  	display: block;
	}
	header nav ul li ul, header.fixed ul li ul {
	    position: relative;
	    margin-left: 20px;
	    width: 95%;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.clientreview-section{
		background-size: cover;
	}
	.unslider{
		margin-top: -230px;
	}
	.hours-section .weeklyschedule{
		display: inline-block;
		margin: 30px 0
	}
	.pain-section{
		display: none;
	}
	.respon-pain-section{
		display: inline-block;
		width: 100%;
		background: url(../images/maping-background.jpg) top center no-repeat;
		min-height: 1000px;
		padding-top: 50px
	}
	.respon-pain-section h2{
		text-align: center;
		color: #fff;
		font-size: 3em
	}
	.respon-pain-section #dot1{
		top: 140px;
		left: 90px;
	}
	.respon-pain-section #dot2{
		top: 230px;
		left: 100px;
	}
	.respon-pain-section #dot3{
		top: 310px;
		right: -280px;
	}
	.respon-pain-section #dot4{
		top: 400px;
		right: -150px;
	}
	.respon-pain-section #dot5{
		top: 540px;
		right: -130px;
	}
	.respon-pain-section #dot6{
		top: 510px;
		right: -300px;
	}
	.blog-post-container{
		display: inline-block;
	}
	.blog-post-container .blog-post{
		width: 100%
	}
	.aboutme-section .profile-img{
		min-height: 610px;
		background: url(../images/phototastic-collage.jpg) top center no-repeat;
		background-size: cover;
	}
	.aboutme-section .about-content{
		padding: 30px 20px;
	}
	.reviews-heading {
	    font-size: 50px;
	    margin-bottom: 60px;
	}
	.breadcrumb-section{
		margin: 0 0 0 0;
		padding: 100px 0;
	}

}
@media (min-width: 480px) and (max-width: 575px){
	.logo{
		text-align: center;
		display: block;
	}
	.three{
      display: inline-block;
    }
    .menu{
        display: none;
        transition: all .3s linear;
    }
    .menu.active{
        display: block;
        transition: all .3s linear;
    }
	header{
		position: relative;
		padding: 10px 0;
	}
	header nav{
		display: none;
		width: 100%;
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background: #fff;
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #005550
	}
	header nav ul li a.book{
		background: none;
	}
	header.fixed{
		position: relative;
		background: #fff;
		box-shadow: 0 0 10px 0 #ccc;
		transition: all .2s linear;
		padding: 10px 0
	}
	header .responsive-menu{
	  	display: block;
	}
	header nav ul li ul, header.fixed ul li ul {
	    position: relative;
	    margin-left: 20px;
	    width: 95%;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.unslider{
		margin-top: -230px;
	}
	.topheader{
		padding-top: 200px;
		min-height: 600px;
		background: url(../images/header-images.png) -950px 0px no-repeat
	}
	.clientreview-section{
		background-size: cover;
	}
	.hours-section .weeklyschedule{
		display: inline-block;
		margin: 30px 0
	}
	.hours-section .weeklyschedule .schedule{
		margin-left: 10px
	}
	.pain-section{
		display: none;
	}
	.respon-pain-section{
		display: inline-block;
		width: 100%;
		background: url(../images/maping-background.jpg) top center no-repeat;
		min-height: 700px;
		padding-top: 50px;
		background-size: cover;
	}
	.respon-pain-section h2{
		text-align: center;
		color: #fff;
		font-size: 2em
	}
	.respon-pain-section #dot1{
		top: 80px;
		left: 160px;
	}
	.respon-pain-section #dot2{
		top: 140px;
		left: 170px;
	}
	.respon-pain-section #dot3{
		top: 180px;
		right: -280px;
	}
	.respon-pain-section #dot4{
		top: 260px;
		right: -200px;
	}
	.respon-pain-section #dot5{
		top: 320px;
		right: -190px;
	}
	.respon-pain-section #dot6{
		top: 270px;
		right: -310px;
	}
	.blog-post-container{
		display: inline-block;
	}
	footer{
		background-size: cover;
	}
	footer h2{
		margin-top: 50px;
	}
	footer .links li{
		display: block;
		line-height: 40px;
	}
	.blog-post-container .blog-post{
		width: 100%
	}
	.review-box{
		width: 100%
	}
	.appointment{
		margin-bottom: 20px;
	}
	.aboutme-section .profile-img{
		min-height: 610px;
		background: url(../images/profile-img.jpg) no-repeat;
	}
	.aboutme-section .about-content{
		padding: 30px 20px;
	}
	.breadcrumb-section{
		margin: 0 0 0 0;
		padding: 100px 0;
	}
}
@media (min-width: 320px) and (max-width: 480px){
	.topsocial-section{
		background: #005550;
	}
	.logo{
		text-align: center;
		display: block;
	}
	.three{
      display: inline-block;
    }
    .menu{
        display: none;
        transition: all .3s linear;
    }
    .menu.active{
        display: block;
        transition: all .3s linear;
    }
	header{
		position: relative;
		padding: 0 0;
		top: 0;
	}
	header nav{
		display: block;
		width: 100%;
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #fff;
	    text-align: right;
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #005550;
		font-size: 15px;
	}
	header nav ul li a.book{
		background: #005550;
		color: #fff;
	}
	header.fixed ul li a{
		color: #005550;
	}
	/*header.fixed{
		position: relative;
	}*/
	header .responsive-menu{
	  display: block;
	}
	header.fixed{
		position: relative;
		background: #fff;
	}
	header nav ul li ul, header.fixed ul li ul {
	    position: relative;
	    margin-left: 20px;
	    width: 95%;
	}
	.unslider .my-slider li{
		background-position: top right;
	}
	.unslider{
		margin-top: 0;
	}
	.clientreview-section{
		background-size: cover;
	}
	.hours-section .weeklyschedule{
		display: block;
		margin: 30px 0
	}
	.hours-section .weeklyschedule .schedule{
		margin-left: 10px
	}
	.topheader h1{
		font-size: 5em;
		line-height: 30px;
	}
	.topheader a{
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
	}
	.appointment{
		margin-bottom: 20px;
	}
	.colage-section h2{
		font-size: 1.1em;
		margin-bottom: 20px;
		line-height: 30px;
	}
	.colage-section h2 span{
		font-size: 2.5em
	}
	.topheader{
		padding-top: 200px;
		min-height: 600px;
		background: url(../images/header-images.png) -950px 0px no-repeat
	}
	
	.services-section h3{
		font-size: 1.8em
	}
	.pain-section{
		display: none;
	}
	.whyus-section h2{
		font-size: 3em;
		line-height: 60px;
	}
	.whyus-section h2 span{
		font-size: 1.1em;
	}
	.whyus-section p{
		font-size: 16px;
    	line-height: 1.5;
    	font-weight: 500;
	}
	.respon-pain-section{
		display: inline-block;
		width: 100%;
		background: url(../images/maping-background.jpg) top center no-repeat;
		min-height: 650px;
		padding-top: 50px;
		background-size:cover;
	}
	.respon-pain-section h2{
		text-align: center;
		color: #fff;
		font-size: 2em
	}
	.respon-pain-section #dot1{
		top: 80px;
		left: 160px;
	}
	.respon-pain-section #dot2{
		top: 140px;
		left: 170px;
	}
	.respon-pain-section #dot3{
		top: 180px;
		right: -280px;
	}
	.respon-pain-section #dot4{
		top: 260px;
		right: -200px;
	}
	.respon-pain-section #dot5{
		top: 320px;
		right: -190px;
	}
	.respon-pain-section #dot6{
		top: 270px;
		right: -270px;
	}
	.blog-post-container{
		display: inline-block;
	}
	footer{
		background-size: cover;
	}
	footer h2{
		margin-top: 50px;
	}
	footer .links li{
		display: block;
		line-height: 40px;
	}
	.blog-post-container .blog-post{
		width: 100%
	}
	.review-box{
		width: 100%
	}
	.aboutme-section .profile-img{
		min-height: 610px;
		background: url(../images/phototastic-collage.jpg) -160px 0 no-repeat;
		background-size: cover;
	}
	.aboutme-section .about-content{
		padding: 30px 20px;
	}
	.unslider .my-slider h1{
		font-size: 5em;
		line-height: 30px;
	}
	.unslider .my-slider h1 span{
		padding-left: 20px;
	}
	.unslider .my-slider li{
		padding: 100px 0 50px 50px;
		background-size: cover;
	}
	.unslider .my-slider p{
		line-height: 1;
		font-size: 26px;
		font-style: italic;
	}
	.unslider .my-slider a{
		margin: 0 0 10px 0;
	}
	.service-box{
		padding: 0;
	}
	.breadcrumb-section{
		margin: 0 0 0 0;
		padding: 100px 0;
	}
}

/*--------------------------*/
@media(max-width: 767px){
/*#box1,#box2,#box3,#box4,#box5,#box6,#box7{
	left: 0;
}*/
ul.menu{
	    position: absolute;
    background: #fff;
    width: 320px;
    right: -13px;
}
.box-one-container:hover #box1,.box-two-container:hover #box2,.box-three-container:hover #box3,.box-four-container:hover #box4,.box-five-container:hover #box5,.box-six-container:hover #box6{
	left: 0;
}
.box-four-container:hover #box4,.box-five-container:hover #box5,.box-six-container:hover #box6{
	top: 150px;
}
.content-box{z-index: 9999;}
.aboutme-section .about-content h3{
	font-size: 1.2em;
}
.reviews-heading {
	    font-size: 32px;
	    line-height: 1.2;
	}
.single-testimonial-item p{
	font-size: 18px;
	line-height: 1.4;
}

}

#slideshow {
  margin: 80px auto;
  position: relative;
  width: 100%;
  height: 700px;
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}