@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}
a:hover {
    text-decoration: none !important;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.fixed-header{
    position: fixed;
    top: 0px;
    left: 0;
	right:0;
    width: 100%;
	box-shadow: 0 0px 5px #808080;
	animation: smoothScroll .6s forwards; 
	transition: all ease 0.5s;
	z-index:9999;
	background:#fff;
}
@keyframes smoothScroll {
	0% { 
	transform: translateY(-40px); 
	}
	100%{ 
	transform: translateY(0px); 
	}
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 130px;
    transform: translate(0px, -50%);
    width: auto !important;
}
.second-banner .heading3 {
    text-align: left;
}
.address-bar{
	border-bottom: 1px solid #a4dafc;
	padding: 10px 0;
	background: #fff;
}
.address{
	padding-top: 10px;
}
.address ul{
	margin:0;
	padding:0;
	list-style:none;
}
.address ul li{
	display:inline-block;
	font-size:14px;
	padding-right: 24px;
	color:#000;
}
.address ul li a{
	text-decoration:none;
	color:#000;
}
img.wa {
    width: 24px;
    margin-right: 5px;
}
.free{
	text-align: right;
}
.free_c{
	background: #006daf;
	color: #fff;
	font-size: 18px;
	padding: 5px 26px;
	z-index:1;
	overflow:hidden;
	position:relative;
}
.free_c:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: ease all .5s;
}
.free_c:hover:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: ease all .5s;
}
.free_c:hover{
	color:#fff;
}
.menu-part{
	background: #fff;
}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li{
	display:inline-block;
	font-size: 17px;
}
.menu ul li a{
    text-decoration: none;
    color: #000;
    padding: 0 5px;
    transition: ease all 0.5s;
    font-size: 16px;
}
.menu ul li:last-child a{
	padding-right:0;
}
.menu ul li .active{
	color:#006daf;
}
.menu ul li a:hover{
	color:#006daf;
	transition:ease all 0.5s;
}
.modal {
    z-index: 9999 !important;
}
.custom_modal {
    max-width: 700px;
    background-image: url(../images/pop_img.jpg);
    height: 514px;
    background-repeat: no-repeat;
    position: relative;
}
.custom_modal .modal-content {
    background: transparent;
    border: none;
}
.custom_modal .close {
    position: absolute;
    right: 20px;
    top: -100px;
}
.close:hover {
    background: transparent;
}
.modal_form {
    padding-left: 260px;
	position: relative;
}
.modal_form:after {
    width: 203px;
    height: 320px;
    background-repeat: no-repeat;
    /* background-image: url(../images/doc_img.png); */
    content: "";
    position: absolute;
    left: 0;
    bottom: -103px;
}
.modal_titl {
    font-size: 27px;
    padding-top: 80px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.4;
}
.custom_modal .frm_fld {
    margin-bottom: 10px;
}
/*.banner{
	background:url(../images/banner.jpg) no-repeat;
	min-height:713px;
	background-size:cover;
	background-position: center;
	position:relative;
}
.banner:after{
	background: url(../images/man.png) no-repeat;
	width: 584px;
	position: absolute;
	right: 75px;
	bottom: 0;
	content: "";
	height: 465px;
}
*/
.heading{
	font-size:48px;
	font-weight:bold;
	color:#fff;
}
.b_text{
	font-size: 29px;
	color:#fff;
	line-height: 34px;
}
.view{
	background: #006daf;
	color: #fff;
	font-size: 18px;
	padding:10px 16px;
	position:relative;
	overflow:hidden;
	z-index: 1;	
}
.view:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: ease all .5s;	
}
.view:hover:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.view:hover{
	color:#000;
	transition: ease all .5s;
}

.patient{
	padding:30px 0;
}
.p_heading{
	font-size: 17px;
	font-weight: bold;
}
.p_text{
	padding-bottom: 30px;
}
.qw{
	padding: 0 10px;
}
.before{
	padding: 0 5px;
}
.left-part img{
	width:100%;
	height: 350px;
}
.right-part img{
	width:100%;
	height: 350px;
}
.view_bn a{
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.hair{
	padding:20px 0;
}
.hair_l_part{
}
.heading2{
	font-size:36px;
	font-weight:bold;
	color:#006daf;
	line-height: 40px;	
}
.hair_text{
	font-size: 20px;
}
.hair_r_part{
	text-align:right;
	margin-top:14px;	
}
.all{
	background: #006daf;
	font-size: 18px;
	color: #fff;
	padding: 5px 15px;
	position:relative;
	overflow:hidden;
	z-index:1;	
}
.all:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: ease all .5s;	
}
.all:hover:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: ease all .5s;
}
.all:hover{
	color:#fff;
}
.treatment-hair{
	padding: 20px 0;
}
.tret{
	background:#f9f9f7;
	padding: 10px;
}
.box{
	transition: ease all .5s;
}
.box:hover{
	transform: scale(1.1);
	transition: ease all .5s;
}
.box:hover .blue{
	background: #000;
	transition: ease all .5s;	
}
.box img{
	width: 100%;
/*	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}
.blue{
	background: #006daf;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0;
	transition: ease all .5s;
}
.welcome-sec{
	padding:30px 0;
	position:relative;
}
.welcome-sec:after{
	background:url(../images/star.png) no-repeat;
	width:93px;
	height:88px;
	position:absolute;
	left:35px;
	bottom:66px;
	content:"";
}
.wlcm_left{
}
.wlcm{
}
.wlcm_text{
	text-align: justify;
    padding-right: 8px;
    font-size: 17px;
    line-height: 1.6;
}
.wlcm-right{
	text-align: center;
}
.wlcm-right img{
	width: 270px;	
}
.service{
	padding: 30px 0 40px;
}
.box2{
	width:198px;
	height:223px;
	background:#006daf;
	border-radius: 115px;
	position:relative;	
}
.iner_icon{
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;	
}
.round-icon{
	text-align: center;
}
.safe{
	font-size:17px;
	font-weight:600;
	color:#fff;
	padding-top: 26px;
	text-align: center;
}
.hair-t{
	background:url(../images/bg.jpg) no-repeat;
	min-height:350px; 
	background-size:cover;
	padding: 30px 0;
}
.heading3{
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	line-height: 45px;
}
.heading3 span{
}
.qwr{
	font-size: 48px;
	font-weight: 800;
	color: #006daf;
}
.qwr span {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
.call-us a{
	text-decoration: none;
	color: #000;
}
.book-free{
	background: #006daf;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px;
	position:relative;
	overflow:hidden;
	z-index:1	
}
.book-free:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: ease all .5s;
}
.book-free:hover:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: ease all .5s;
}
.book-free:hover{
	color:#fff;
}
.testimonial-part{
	padding:30px 0 70px;
}
.tes{
	text-align:center;
	text-transform:uppercase
}
.sec1{
	background:url(../images/p1.jpg) no-repeat;
	min-height:183px;
	position:relative;
	background-size: cover;
}
.part{
	position: absolute;
	left: 121px;
	top: 70px;
}
.ch_btm_icon{
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
.ch-btm-text{
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	width: 190px;
	transition: ease all 0.5s;
}
.ch-btm-text:hover b{
	padding-left: 10px;
	transition: ease all 0.5s;	
}
.ch-btm-text b{
	display: block;
	transition: ease all 0.5s;
}
.sec2{
	height:183px;
	background:#006daf;
	background-size: cover;
}
.ch-btm-text a{
	text-decoration:none;
	color:#fff
}
.sec1.td{
	background:url(../images/p2.jpg) no-repeat;
	min-height:183px;
	background-size: cover;
}
.footer{
	padding:30px 0 0;
	background:#222;
}
.footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;	
}
.footer ul li{
	display:inline-block;
	font-size:17px;
}
.footer ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 14px;
	transition: ease all 0.5s;
}
.footer ul li:hover a{
	color:#006daf;
	transition: ease all 0.5s;
}
.footer ul li .active{
	color:#006daf;
}
.social{
	margin-top: 40px;	
}
.social ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.social ul li{
	display:inline-block;
	padding: 0 !important;
}
.line{
	height:1px;
	background:#fff;
}
.last{
	font-size:14px;
	color:#fff;
	text-align:center;
	padding: 15px 0;
}
.last a{
	color:#fff;
}
#back2Top {
    width: 60px;
    line-height: 29px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: -15px;
    right: 27px;
    background: transparent;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    border-radius: 50%;
    text-decoration: none;
    height: 60px;
}
.page .entry-header, .entry_header {
    height: 90px;
    text-align: center;
    background: #006daf  !important;
    margin-bottom: 50px !important;
}
.page .entry-title, .entry_title {
	padding: 32px 0px;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 500;
}
a.card-link {
    display: inline-block;
    width: 100%;
    color: #fff !important;
    padding: .75rem 1.25rem;
	position:relative;
}
.card-link:after {
    content: "-";
    right: 20px;
    position: absolute;
    font-weight: 700;
}
.collapsed:after {
	content: "+";
    right: 20px;
    position: absolute;
    font-weight: 700;
}
.card-header {
    padding: 0 !important;
    background-color:#1a1a1a !important;
}
.card-body {
    font-size: 15px;
}
.card-header a:hover {
    color: #fff;
}
.inner_page .heading2 {
    font-size: 26px;
    font-weight: normal;
}
.heading2.step {
    font-size: 22px;
}
.full_w {
    background: #006daf;
    padding:30px 20px 1px;
}
.full_w .wlcm_text a {
    color: #92d6ff;
}
.wlcm_text strong {
    font-size:22px;
    display: block;
    text-align: left;
    letter-spacing: 1px;
}
.full_w .wlcm_text {
    color: #fff;
}
.full_w .wlcm_text ul, .wlcm_text ul {
    margin: 0;
}
.full_w .wlcm_text ul li {
	list-style-type: none;
    margin-bottom: 20px;
    padding-left: 29px;
    background-image: url(../images/li-bg2.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 17px;
}
.wlcm_text ul li {
	list-style-type: none;
    margin-bottom: 12px;
    padding-left: 29px;
    background-image: url(../images/li-bg3.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 17px;
}

.form_cont {
    background: #f3f3f3;
    padding: 20px;
    height: 90%;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);
}
.form_cont strong {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    color: #006daf;
}
.form_cont input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    color: #000;
}
.form_cont textarea {
    height: 100px;
    margin-bottom: 10px;
    border: none;
}
.send_btn input {
    width: auto;
    background: #026eb2 !important;
}
.contact_det {
    background: #006daf;
    padding: 25px;
    color: #fff;
    font-size: 18px;
}
.contact_det ul {
    margin: 0;
}
.contact_det ul li {
	list-style-type: none;
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
}
.contact_det ul li img {
    margin-right: 8px;
    width: 23px;
    position: absolute;
    left: -10px;
    top: 3px;
}
.contact_det ul li a {
    color: #fff;
}
.inner_offer {
    min-height: 290px;
    background-size: contain;
}
.abt_inner .wlcm_text strong {
    font-size: 16px;
    display: inline-block;
	color: #006daf;
}
.abt_inner .wlcm_text {
    line-height: 1.9;
}
.abt_img {
    text-align: center;
    overflow: hidden;
    height: 400px;
    background: rgba(0, 109, 175, 0.05);
    padding-top: 20px;
}
.inner_logo {
    margin-top: 40px;
}
.inner_logo img {
    width: 300px;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
	font-size: 14px;
}
.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #272974;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background: #0e76bc !important;
}
.thankyou-btn a {
    display: inline-block;
    background: #000;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}
.treatment_name {
    text-align: center;
    background: #006db0;
    padding: 10px;
    color: #fff;
}
@media only screen and (max-width : 320px) {
  .modal_form:after {
	width: 113px;
    height: 185px;
    left: 130px;
    bottom: -172px;
    background-size: 100%;
	}
	.address-bar {
    display: none;
  }
  .menu-toggle {
		top: -45px !important;
	}	
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu ul li a {
		padding: 0 5px;
	}
  .book, a.btn.view {
    display: none;
  }
  .qwr {
	 font-size: 19px;
	}
	.head_sec, .second-banner {
		padding-left: 15px;
	}
	.ms-slide-info {
		left: 0 !important;
	}
	.call-us {
		display: none;
	}
	.b_text {
		font-size: 13px;
		line-height: 22px;
		padding-right: 130px;
	}
	.heading3 {
		font-size: 14px;
		line-height: 20px;
	}
	.heading {
		font-size: 17px;
	}
	.view_bn a {
		font-size: 15px;
	}
	.right-part {
		margin-top: 20px;
	}
	.heading2 {
		font-size: 22px;
	}
	.hair_text {
		font-size: 16px;
	}
	.hair_r_part {
		margin-top: 14px;
	}
	.all {
		font-size: 15px;
	}
	.wlcm-right {
		display: none;
	}
	.box {
		margin-bottom: 10px;
	}
	.blue {
		font-size: 18px;
	}
	.box2 {
		margin: 0 auto 20px;
	}
	.hair-t .heading3 {
		font-size: 18px;
		line-height: 28px;
	}
	.hair-t .qwr {
		font-size: 30px;
	}
	.hair-t .call-us, .hair-t .book {
		display: block;
	}
	.hair-t {
		min-height: 280px;
	}
	.sec1 {
		min-height: 113px;
	}
	.sec2 {
		height: 118px;
	}
	.part {
		left: 30px;
		top: 30px;
	}
	.sec1.td {
		min-height: 113px;
	}
	.footer ul li a {
		padding: 0 5px;
		font-size: 14px;
	}
	.social {
		margin-top: 25px;
	}
	.line {
		margin-top: 30px !important;
	}
	.modal_form {
		padding-left: 0;
	}
	.modal_titl {
		font-size: 18px;
		padding-top: 10px;
	}
	.custom_modal {
		background-position: -15px -20px;
	}
	.custom_modal .close {
		right: 10px;
		top: -150px;
	}
	.page .entry-title, .entry_title {
		padding: 36px 0px;
		font-size: 17px;
	}
	.page .entry-header, .entry_header {
		margin-bottom: 20px !important;
	}
	.abt_inner .wlcm_text {
		line-height: 1.7;
		padding: 0 !important;
		font-size: 16px;
	}
	.abt_img {
		margin-top: 20px;
	}
	.inner_page .heading2 {
		    font-size: 19px;
		line-height: 1.4;
		margin-top: 15px;
	}
	.wlcm_text {
		padding-right: 0;
		font-size: 16px;
	}
	.wlcm_text strong {
    	font-size: 18px;
	}
	.full_w .wlcm_text ul li {
		text-align: left;
	}
	.inner_offer {
		min-height: 160px !important;
		background-size: cover;
		padding-bottom: 0;
	}
	.last {
		padding: 15px 0 50px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   
	.address-bar {
     display: none;
   }
  .menu-toggle {
		top: -50px !important;
	}	
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu ul li a {
		padding: 0 5px;
	}
   .book, a.btn.view {
      display: none;
   }
  .qwr {
	 font-size: 20px;
	}
	.head_sec, .second-banner {
		padding-left: 15px;
	}
	.ms-slide-info {
		left: 0 !important;
	}
	.call-us {
		display: none;
	}
	.b_text {
		font-size: 15px;
		line-height: 22px;
		padding-right: 130px;
	}
	.heading3 {
		font-size: 18px;
    	line-height: 24px;
	}
	.heading {
		font-size: 17px;
	}
	.right-part {
		margin-top: 20px;
	}
	.heading2 {
		font-size: 27px;
	}
	.hair_r_part {
		margin-top: 14px;
    	text-align: left;
	}
	.all {
		font-size: 15px;
	}
	.wlcm-right {
		display: none;
	}
	.welcome-sec {
		padding: 0px 0;
	}
	.box {
		margin-bottom: 10px;
	}
	.blue {
		font-size: 18px;
	}
	.box2 {
		margin: 0 auto 20px;
	}
	.hair-t .heading3 {
		font-size: 22px;
		line-height: 35px;
	}
	.hair-t .qwr {
		font-size: 30px;
	}
	.hair-t .call-us, .hair-t .book {
		display: block;
	}
	.hair-t {
		min-height: 280px;
	}
	.sec1 {
		min-height: 113px;
	}
	.sec2 {
		height: 118px;
	}
	.part {
		left: 30px;
		top: 30px;
	}
	.sec1.td {
		min-height: 113px;
	}
	.footer ul li a {
		padding: 0 5px;
		font-size: 14px;
	}
	.social {
		margin-top: 25px;
	}
	.line {
		margin-top: 30px !important;
	}
	.modal_form {
		padding-left: 0;
	}
	.modal_form:after {
		width: 113px;
		height: 185px;
		left:200px;
		bottom: -147px;
		background-size: 100%;
	}
	.modal_titl {
		font-size: 22px;
		padding-top: 0px;
	}
	.custom_modal .close {
		right: 10px;
		top: -190px;
	}
	.page .entry-title, .entry_title {
		padding: 36px 0px;
		font-size: 17px;
	}
	.page .entry-header, .entry_header {
		margin-bottom: 20px !important;
	}
	.abt_inner .wlcm_text {
		line-height: 1.7;
		padding: 0 !important;
		font-size: 16px;
	}
	.abt_img {
		margin-top: 20px;
	}
	.inner_page .heading2 {
		    font-size: 22px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.wlcm_text {
		padding-right: 0;
		font-size: 16px;
		margin-top: 10px;
	}
	.wlcm_text strong {
    	font-size: 18px;
	}
	.full_w .wlcm_text ul li {
		text-align: left;
	}
	.full_w .wlcm_text {
		margin-top: 10px;
	}
	.inner_offer {
		min-height: 160px !important;
		background-size: cover;
		padding-bottom: 0;
	}
	.last {
		padding: 15px 0 50px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
   .menu-toggle {
		top: -55px !important;
	}
	.modal_form {
		padding-left: 0;
		margin-top: -40px;
	}
	.modal_form:after {
		width: 113px;
		height: 165px;
		left: 240px;
		bottom: -127px;
		background-size: 100%;
	}
	.custom_modal .close {
		top: -240px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
  .address-bar {
     display: none;
   }
	.logo img {
		width: 210px;
	}
  .menu-toggle {
		top: -56px !important;
	}	
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu ul li a {
		padding: 0 5px;
	}
   .book, a.btn.view {
      display: none;
   }
  .qwr {
	 font-size: 30px;
	}
	.head_sec, .second-banner {
		padding-left: 15px;
	}
	.ms-slide-info {
		left: 0 !important;
	}
	.call-us {
		display: none;
	}
	.b_text {
		    font-size: 18px;
		line-height: 30px;
		padding-right: 200px;
	}
	.heading3 {
		font-size: 24px;
   		 line-height: 32px;
	}
	.heading {
		font-size: 27px;
	}
	.left-part img {
		width: auto;
		height: auto;
	}
	.right-part {
		margin-top: 20px;
	}
	.heading2 {
		font-size: 27px;
	}
	.hair_r_part {
		margin-top: 14px;
    	text-align: left;
	}
	.all {
		font-size: 15px;
	}
	.wlcm-right {
		display: none;
	}
	.welcome-sec {
		padding: 0px 0;
	}
	.box {
		margin-bottom: 10px;
	}
	.blue {
		font-size: 18px;
	}
	.box2 {
		margin: 0 auto 20px;
	}
	.hair-t .heading3 {
		font-size: 22px;
		line-height: 35px;
	}
	.hair-t .qwr {
		font-size: 30px;
	}
	.hair-t .call-us, .hair-t .book {
		display: block;
	}
	.hair-t {
		min-height: 280px;
	}
	.sec1 {
		min-height: 113px;
		background-size: cover;
	}
	.sec2 {
		height: 118px;
	}
	.part {
		left: 20px;
		top: 20px;
	}
	.sec1.td {
		min-height: 113px;
		    background-size: cover;
	}
	.footer ul li a {
		padding: 0 5px;
		font-size: 14px;
	}
	.social {
		margin-top: 25px;
	}
	.line {
		margin-top: 30px !important;
	}
	.modal_form {
		padding-left: 0;
	}
	.modal_form:after {
	    width: 113px;
		height: 185px;
		left: 270px;
		bottom: -167px;
		background-size: 100%;
	}
	.modal_titl {
		font-size: 18px;
		padding-top: 10px;
	}
	.custom_modal {
		background-position: -15px -20px;
	}
	.custom_modal .close {
		right: 10px;
		top: -170px;
	}
	.custom_modal {
    	    max-width: 430px;
    	margin: 30px auto;
	}
	.page .entry-title, .entry_title {
		padding: 36px 0px;
		font-size: 22px;
	}
	.page .entry-header, .entry_header {
		margin-bottom: 20px !important;
	}
	.abt_img {
		margin-top: 20px;
	}
	.inner_page .heading2 {
		    font-size: 19px;
		line-height: 1.4;
		margin-top: 15px;
	}
	.wlcm_text {
		padding-right: 0;
		margin-top: 10px;
	}
	.wlcm_text strong {
    	font-size: 18px;
	}
	.full_w .wlcm_text ul li {
		text-align: left;
	}
	.full_w .wlcm_text {
		margin-top: 10px;
	}
	.inner_offer {
		min-height: 160px !important;
		background-size: cover;
		padding-bottom: 0;
	}
	.last {
		padding: 15px 0 50px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .modal_form:after {
		bottom: -133px;
	}
	
	.address ul li:first-child {
		display: none;
	}
	.address {
		padding-top: 7px;
	}
  .menu-toggle {
		top: -71px !important;
	}	
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu ul li a {
		padding: 0 5px;
	}
  .qwr {
	 font-size: 30px;
	}
	.head_sec, .second-banner {
		padding-left: 15px;
	}
	.ms-slide-info {
		left: 40px !important;
	}
	.call-us {
		display: none;
	}
	.b_text {
		font-size: 21px;
		line-height: 33px;
		padding-right: 300px;
	}
	.heading3 {
		font-size: 27px;
    	line-height: 38px;
	}
	.heading {
		font-size: 30px;
    	margin-bottom: 10px;
	}
	.p_heading {
    	font-size: 16px;
	}
	.heading2 {
		font-size: 27px;
	}
	.hair_r_part {
		margin-top: 14px;
    	text-align: left;
	}
	.all {
		font-size: 15px;
	}
	.wlcm-right {
		margin-top: 70px;
	}
	.welcome-sec {
		padding: 0px 0;
	}
	.box {
		margin-bottom: 10px;
	}
	.blue {
		font-size: 18px;
	}
	.box2 {
		margin: 0 auto 20px;
	}
	.hair-t .heading3 {
		font-size: 22px;
		line-height: 35px;
	}
	.hair-t .qwr {
		font-size: 30px;
	}
	.hair-t .call-us, .hair-t .book {
		display: block;
	}
	.hair-t {
		min-height: 280px;
		    background-position: -320px 0px;
	}
	.sec1 {
		min-height: 113px;
		background-size: cover;
	}
	.sec2 {
		height: 118px;
	}
	.part {
		left: 20px;
		top: 20px;
	}
	.sec1.td {
		min-height: 113px;
		    background-size: cover;
	}
	.footer ul li a {
		padding: 0 5px;
		font-size: 14px;
	}
	.ch-btm-text {
		width: 170px;
		word-break: break-all;
	}
	.social {
		margin-top: 25px;
	}
	.line {
		margin-top: 30px !important;
	}
	.modal_form {
		margin-top: -250px;
	}
	.modal_titl {
		font-size: 18px;
		padding-top: 10px;
	}
	.custom_modal {
		background-position: -15px -20px;
	}
	.custom_modal .close {
		right: 10px;
		top:-450px;
	}
	.page .entry-title, .entry_title {
		padding: 36px 0px;
		font-size: 22px;
	}
	.abt_img {
		margin-top: 20px;
	}
	.inner_page .heading2 {
		    font-size: 24px;
		line-height: 1.4;
		margin-top: 0;
	}
	.wlcm_text {
		padding-right: 0;
		margin-top: 10px;
	}
	.wlcm_text strong {
    	font-size: 18px;
	}
	.full_w .wlcm_text ul li {
		text-align: left;
	}
	.full_w .wlcm_text {
		margin-top: 10px;
	}
	.inner_offer {
		background-size: cover;
		padding-bottom: 0;
	}
	.last {
		padding: 15px 0 50px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .modal_titl {
		padding-top: 0;
	}
	.custom_modal .close {
		top: -150px;
	}
	.address ul li {
		font-size: 13px;
		padding-right: 7px;
	}
	.menu ul li a {
	    padding: 0 7px;
    	font-size: 15px;
	}
	.menu ul li a {
      padding: 0 9px;
      font-size: 16px;
    }
	.service .col {
		padding: 0 2px;
	}
	.box2 {
		width: 182px;
		height: 215px;
	}
	.safe {
		font-size: 16px;
	}
	.hair-t {
		background-position: -290px 0px;
	}
	.part {
		left: 40px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .menu ul li {
		display: inline-block;
	}
	.menu ul li a {
		padding: 0 10px;
	}
	.logo {
		padding-top: 6px;
	}
}

@media screen and (min-width: 1624px) {
   .part {
		left:142px;
	}
	.hair-t {
		min-height: 450px;
	}
	.heading3 {
		padding: 50px 0 0;
	}
}

@media screen and (min-width: 1920px) {
   .part {
		left:182px;
	}
	.hair-t {
		min-height: 490px;
	}
	.heading3 {
		padding: 80px 0 0;
	}
}

@media screen and (min-width: 2048px) {
   .part {
		left: 205px;
	}
	.hair-t {
		min-height: 530px;
	}
	.heading3 {
		padding: 80px 0 0;
	}
}

@media screen and (min-width: 2550px) {
  .part {
		left: 290px;
	}
	.hair-t {
		min-height: 650px;
	}
	.heading3 {
		padding: 190px 0 0;
	}
}  