/*Theme Name: Uniquelaser
Author: Ryan*/

@font-face {font-family: ProximaNova-Light; src: url(css/fonts/ProximaNova-Light.otf);}
@font-face {font-family: ProximaNova-Semibold; src: url(css/fonts/ProximaNova-Semibold.otf);}

html, body {
    margin: 0;
    padding: 0;
    font-family: ProximaNova-Light;
}

.clr {
    margin: 0;
    padding: 0;
    clear: both;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

.clearfix {
    margin: 0;
    padding: 0;
    clear: both;
}
 
/* Global Classes starts */
* {
    outline: none;
}

div,form,P {
    margin: 0;
    padding: 0;
}

A IMG /* This Class will disble border over any link on images*/ {
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
    color: #313438;
}

a:hover {
    text-decoration: none;
}

p {
    color: #7a7a7a;
    padding: 5px 0;
    margin: 5px 0;
    font-size:16px;
}

p a {
    text-decoration: underline;
    color: #A2A2A2;
}

p a:hover {
    text-decoration: none;
}

UL {
/* Controls NORMAL UL */
    margin: 0;
    padding: 0;
    color: #fff;
}

UL LI {
/* Controls NORMAL li inside UL */
    margin: 0;
    padding: 0;
}

UL strong {
    font-size: 15px;
}

OL {
/* Controls NORMAL OL */
    margin: 0 0 0 28px;
    padding: 0;
    list-style-type: decimal;
}

OL LI {
	text-decoration: none;
	color: #000;
}

OL LI A,LI A,OL A {
/* Controls LINKS inside OL */
    text-decoration: underline;
    color: #000;
}

OL A:HOVER {
/* Controls LINKS HOVER inside OL */
    text-decoration: none;
    color: #363636;
}

UL A {
/* Controls LINKS inside UL */
    text-decoration: underline;
    color: #A2A2A2;
}

UL A:HOVER {
/* Controls LINKS HOVER inside UL */
    text-decoration: none;
}

ul, li, td, th {line-height:1.2;}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: ProximaNova-Semibold;
    font-weight: normal;
	line-height: 1.2;
}

/*container wrappers*/
.header_wrapper, .container_wrapper, .footer_wrapper {position:relative; max-width:1200px; width:95%; margin:auto; padding:0;}

/*header section start*/
header#main {position:fixed; top:0; width:100%; z-index:2;}
section#content {position:relative; margin-top:170px; z-index:1;}

.header_section {
    background: #313438;
    margin: 0;
    padding: 30px 0 25px 0;
}

.socail {
    width: 10%;
    margin: 20px 0 0;
    padding: 0;
    float: left;
}

.socail img {
	width: 22px;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
}

.logo {
    width: 70%;
    margin: 0;
    padding: 0;
    float: left;
}

.logo img {
    width: 280px;
    height: auto;
    margin: 0 30% 0 auto;
    padding: 0;
    display: block;
}

.mobile_logo {
    display: none;
    width: 352px;
    margin: 0 0 0 330px;
    padding: 0;
    float: left;
}

.mobile_logo img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.callus_left a, .callus_right a, nav ul li a {font-size: 12px; font-family: ProximaNova-Semibold;}

.callus {
    width: 20%;
    margin: 20px 0 0;
    padding: 0;
    float: right;
}

.callus_left {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.callus_left a {
	background: #fce0d9;
	margin: 0;
	padding: 12px 0;
	color: #f48466;
	text-decoration: none;
	text-align: center;
	border-radius: 5px 0 0 5px;
	display: block;
	text-transform: uppercase;
	line-height: 0px;
}

.callus_left a img {
	height:10px; 
	margin-right:5px; 
	display:inline-block; 
	vertical-align:middle;
}

.callus_right {
    width: 48%;
    margin: 0;
    padding: 0;
    float: left;
	line-height: 0;
}

.callus_right a {
    background: #F58466;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
}

.callus_right a:hover {
    background: #e46f50;
}

.header_menu {
    background:#fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

nav {
    margin: 0;
    padding: 0;
	text-align:center;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	display:inline-block;
}

nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

nav ul li a {
    margin: 0;
    padding: 18px;
    list-style-type: none;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul li a:hover {
    background: none;
    color: #ed8967;
}

nav ul li.current-menu-item > a,nav ul li.current-menu-ancestor > a,nav ul li.current_page_item > a,nav ul li.current_page_ancestor > a {
    background: none;
    color: #ed8967;
}

/*-----------------------Menu Submenu----------------*/
nav ul ul {
    visibility: hidden;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 9999;
    background: #313438;
    text-align: left;
    top: 100%;
    left: 0;
    border-top: 2px solid #F58466;
}

nav li:hover > a,nav ul li:hover > ul {
    display: block;
}

nav ul ul li {
    margin: 0;
    padding: 0;
    display: block;
    line-height: normal;
    float: none;
    height: auto;
    width: auto;
    background: none;
}

nav ul ul li a {
    margin: 0;
    padding: 10px 15px;
    display: block;
    color: #FFF;
    font-family: ProximaNova-Light;
    text-decoration: none;
    line-height: normal;
    height: auto;
    width: auto;
}

nav ul li ul li a:hover {
    background: none;
    color: #ed8967;
}

nav ul ul li.current-menu-item > a,nav ul ul li.current-menu-ancestor > a,nav ul ul li.current_page_item > a,nav ul ul li.current_page_ancestor > a {
    background: none;
    color: #ed8967;
}

/*----------Third Level-------------------*/
nav ul {
    position: relative;
    z-index: 597;
}

nav ul ul ul {
    top: 0;
    left: 100%;
}

nav ul li.hover,nav ul li:hover {
    position: relative;
    cursor: default;
}

nav ul li:hover > ul {
    visibility: visible;
}

/*---------------------------------------*/
/*header section end*/
.tp-bannertimer {
    display: none;
}

/*banner section start*/
.frontend_slider {
    margin: 0;
    padding: 0;
}

.landing_slider {
    margin: 0;
    padding: 0;
}

.banner_caption {
    width: 1242px;
    margin: 0 auto;
    padding: 0;
}

.caption_bar {
    width: 650px;
    margin: 0;
    padding: 0;
}

.caption_bar h1 {
    margin: 0;
    padding: 0 0 25px;
    color: #f5f5f5;
    font-size: 36px !important;
    font-family: ProximaNova-Light;
    font-weight: 100;
    text-align: center;
    line-height: 50px;
}

.removel {
    margin: 0;
    padding: 0 0 25px;
    color: #f5f5f5;
    font-size: 16px !important;
    font-family: ProximaNova-Semibold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;  
}

.removel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: block;
}

.removel ul li {
    background: url(images/dotted.png) left center no-repeat;
    margin: 0;
    padding: 0 5px 0 15px;
    color: #f5f5f5;
    font-size: 16px;
    list-style-type: none;
    display: inline-block !important;
    letter-spacing: 2px;
}

.removel ul li:first-child {
    background: none;
}

.offer_percnt {
    background: url(images/bg.png) left top repeat;
    margin: 0;
    padding: 30px 30px 40px;
    border-radius: 5px;
}

.offer_percnt table {
    margin: 0;
    padding: 0 0 20px;
    font-size: 15px;
    color: #313438;
    width: 100%;
    line-height: 25px;
    font-family: ProximaNova-Light;
    text-transform: uppercase;
}

.offer_percnt table th {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    color: #F58466;
    font-size: 20px !important;
	font-family: ProximaNova-Semibold;
    text-align: center;
    letter-spacing: 2px;
}

.offer_percnt ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block !important;
}

.offer_percnt table td {
    margin: 0;
    padding: 15px 5px !important;
    border-bottom: 1px solid #fff;
    font-size: 14px !important;
    font-family: ProximaNova-Semibold;
    color: #313438;
    letter-spacing: 2px;
}

.offer_percnt table td span {
    margin: 0 8px 0 0;
    float: right;
}

.trial_book {
    width: 245px;
    margin: 12px 0 0 198px;
    padding: 0;
    position: absolute;
}

.trial_book a {
    background: #F58466;
    margin: 0;
    padding: 15px 0;
    font-size: 14px !important;
    font-family: ProximaNova-Semibold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 25px;
}

.trial_book a:hover {
    background: #e46f50;
    color: #FFF;
}

.caption_bar2 {
    width: 810px;
    margin: -162px 0 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
}

.caption_bar2 h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    text-shadow: 0 1px 1px #000;
}

.caption_bar2 h1 span {
    font-size: 37px;
}

/*banner section end*/
/*container section start*/
.price_match {
    margin: 0;
    padding: 30px 0;
}

.match_inner {
    width: 865px;
    margin: 0 auto;
    padding: 0;
}

.match_left {
    background: #fff;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.match_left img {
    height: auto;
    margin: 30px 0;
    padding: 0;
}

.match_right {
    width: 750px;
    margin: 8px 0 0;
    padding: 0;
    float: right;
}

.match_right h3 {
    margin: 0 0 10px;
    padding: 0;
    font-family: ProximaNova-Light;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.match_right p {
    margin: 0 0 10px;
    padding: 0;
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.match_right h5 {
    margin: 0;
    padding: 0;
    font-family: ProximaNova-Light;
    font-size: 12px;
    color: #ffece8;
    font-weight: 100;
}

.welcome_content {
    margin: 0;
    padding: 0;
}

.premium_left {
    width: 48%;
    margin: 0;
    padding: 0;
    float: left;
}

.premium_left img {
    width: auto;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    display: block;
}

.premium_right {
    width: 48%;
    margin: 0;
    padding: 0 2%;
    float: left;
}

.premium_right h3 {
    margin: 25px 0 20px;
    padding: 0;
    font-family: ProximaNova-Light;
    font-weight: 100; 
    font-size: 18px;
    color: #F58466;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.premium_right h3 span {
    font-family: ProximaNova-Semibold;
}

.premium_right p {
    margin: 0;
    padding: 0 0 15px;
    font-size: 16px;
    color: #313438;
    line-height: 1.5;
}

.premium_right h5 {
    margin: 0;
    padding: 3px 0 0;
    font-size: 16px;
    color: #666;
}

.premium_right h5 a {
    margin: 0;
    padding: 0;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #f38466;
}

.premium_right h5 a:hover {
    border: 0;
    color: #f38466;
}

.treatment {
    background: #fff6ed;
    margin: 0;
    padding: 40px 0 20px;
}

.treatment h2 {
    margin: 0;
    padding: 0 0 40px;
    font-family: ProximaNova-Light;
    font-weight: 100;
    font-size: 18px;
    color: #f68469;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

.treatment h2 span {
    font-family: ProximaNova-Semibold;
}

.treatment_inner {
    margin: 0;
    padding: 0;
}

.treatment_left {
    width: 28%;
    min-height: 320px;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
}

.treatment_left.mid {margin:0 8%;}

.treatment_pic {
    width: 50%;
    margin: 0 auto 30px;
    padding: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
	border: 5px solid #fff;
}

.treatment_pic:hover {
    border: 5px solid #F58466;
}

.treatment_left img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
    behavior: url(css/PIE.htc);
}

.treatment_left h3 {
    margin: 0 0 5px;
    padding: 0;
}

.treatment_left h3 a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #f68469;
    text-decoration: none;
}

.treatment_left h3 a:hover {
    color: #eb6c4a;
}

.treatment_left p {
    margin: 0 20px;
    padding: 0;
    font-size: 16px;
    color: #313438;
    line-height: 1.5;
}

.bookbox {
    /*background: url(images/pic3.jpg)#F58466 left top no-repeat;
    background-size: 50% 100%;*/
    margin: 0;
    padding: 80px 0;
    position:relative;
}

.bookboxbg1 {position:absolute; top:0; left:0; right:50%; bottom:0; background:url(images/pic3.jpg) top center; background-size:cover;}
.bookboxbg2 {position:absolute; top:0; left:50%; right:0; bottom:0; background:#F58466;}

.bookbox h3 {
    background: url(images/head_bg.png) center bottom no-repeat;
    margin: 0 0 50px;
    padding: 0 0 50px;
    color: #fff;
    font-size: 40px;
    font-family: ProximaNova-Light;
    font-weight: 100;
    line-height: 1.2;
}

.bookbox h3 span {
    font-family: ProximaNova-Semibold;
}

.bookbox h4 {
    margin: 0;
    padding: 0;
    color: #f68567;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bookbox h4 a {
    color: #f68567;
    text-decoration: none;
}

.bookbox h4 a:hover {
    color: #FFF;
    text-decoration: none;
}

.bookbox_landing {
    /*background: url(images/pic3.jpg)#4c4c4c left top no-repeat;
    background-size: 50% 100%;*/
    margin: 0;
    padding: 80px 0;
    position: relative; 
}

.bookbox_landing .bookboxbg2 {background:#4c4c4c;}

.bookbox_landing h3 {
    background: url(images/head_bg.png) center bottom no-repeat;
    margin: 0 0 50px;
    padding: 0 0 50px;
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    font-family: ProximaNova-Light;
}

.bookbox_landing h3 span {
    font-family: ProximaNova-Semibold;
}

.bookbox_landing h4 {
    margin: 0;
    padding: 0;
    color: #f68567;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bookbox_landing h4 a {
    color: #f68567;
    text-decoration: none;
}

.bookbox_landing h4 a:hover {
    color: #FFF;
    text-decoration: none;
}

.book_left {
    width: 50%;
    position: relative;
    margin: 140px 0 0;
    padding: 0;
    text-align: center;
    float: left;
    z-index: 1;
}

.book_right {
    background: url(images/transparent_arrow.png) left center no-repeat;
    position: relative;
    width: 500px;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 1;
}

.book_right2 {
    background: url(images/arrow2.jpg) left center no-repeat;
    width: 500px;
    margin: 0;
    padding: 0;
    float: left;
}
.button_postion {
    margin-bottom: 15px;
    /*text-align: center;*/
}
.butto_center {
	text-align: center !important;
	margin-bottom: 30px;
}

.button_postion .onlineappointment {
    background: #f58466 !important;
    margin: 0 10px 0 0;
    border: 1px solid #f58466;
    padding: 15px 53px !important;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    border-radius: 0 !important;
    color: #ffffff;
    font-family: 'ProximaNovaBold';
    font-size: 16px;
}
.button_postion .contact_clicnic {
    background: transparent !important;
    color: #f58466 !important;
    border: 1PX solid #f58466;
    padding: 15px 53px!important;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px !important;
    font-family: 'ProximaNovaBold';
}











@media screen and (-webkit-min-device-pixel-ratio:0) {
.book_right {
    margin-left: -1px;
}

.book_right2 {
    margin-left: -1px;
}
}

.frombox {
    width: 375px;
    margin: 0;
    padding: 0;
    float: right;
}

input[type="submit"] {apperance:none; -webkit-appearance: none; -moz-appearance:none; }
.bookbox .input, .bookbox .select, .bookbox .msg, .bookbox_landing .input, .bookbox_landing .select, .bookbox_landing .msg {background-color:transparent;}
	.bookbox .select, .bookbox .fields {background-color: #f6967d;}
	.bookbox_landing .select, .bookbox_landing .fields {background-color:#fff;}
.input, .select, .msg {width: 88%; padding:10px 2% 10px 10%; font-family: ProximaNova-Light; font-size:16px; border-radius:5px; border:0; outline:0;}
	.bookbox .input, .bookbox .select, .bookbox .msg {color:#fff;}
	.bookbox_landing .input, .bookbox_landing .select, .bookbox_landing .msg {color:#AEAEAE;}
.select, .select2 {width:100%; -webkit-appearance:none; -moz-appearance:none;}
.msg {resize:none; display:block;}
.wpcf7-form .fields {position:relative; margin:0 0 10px 0; padding:0; border-radius:5px;}
	.wpcf7-form .fields span {width:100%; display:block;}
	.wpcf7-form i {position:absolute; left:0; top:0; width:10%; height:35px; z-index:1; background-size:20px 20px !important;}
	.wpcf7-form  .wpcf7-response-output {color:#fff; margin-top:10px;}
.f-name {background:url(images/icon2.png) center center no-repeat;}
.f-email {background:url(images/icon3.png) center center no-repeat;}
.f-num {background:url(images/icon4.png) center center no-repeat;}
.f-loc {background:url(images/icon5.png) center center no-repeat;}
.f-treat {background:url(images/icon6.png) center center no-repeat;}
.f-msg {background:url(images/icon7.png) center center no-repeat; top:0 !important; bottom: inherit !important;}
.bookbox_landing .f-name {background:url(images/icon8.png) center center no-repeat;}
.bookbox_landing .f-email {background:url(images/icon9.png) center center no-repeat;}
.bookbox_landing .f-num {background:url(images/icon10.png) center center no-repeat;}
.bookbox_landing .f-loc {background:url(images/icon11.png) center center no-repeat;}
.bookbox_landing .f-treat {background:url(images/icon12.png) center center no-repeat;}
.bookbox_landing .f-msg {background:url(images/icon13.png) center center no-repeat;}

/*loyalty program*/
.bookbox_landing .loyaltybox {width:90%; margin:0 0 0 auto;}
.bookbox_landing .loyaltybox .fields {background-color:transparent; border-radius:0;}
.bookbox_landing .loyaltybox .fields > span {width:49%; float:right;}
.bookbox_landing .loyaltybox .fields > span:first-child {float:left;}
.bookbox_landing .loyaltybox .fields input, .bookbox_landing .loyaltybox .fields select, .bookbox_landing .loyaltybox textarea {background-color:#fff; padding:10px 5%; border-radius:5px;}
.bookbox_landing .loyaltybox .fields input, .bookbox_landing .loyaltybox textarea {width:90%;}
.bookbox_landing .loyaltybox .fields select, {width:100%;}

/*
.input {
    font-family: ProximaNova-Light;
    background: url(images/icon2.png)#f6967d left 16px no-repeat;
    width: 315px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.input2 {
    font-family: ProximaNova-Light;
    background: url(images/icon3.png)#f6967d left center no-repeat;
    width: 315px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.input3 {
    background: url(images/icon4.png)#f6967d left center no-repeat;
    font-family: ProximaNova-Light;
    width: 315px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.select, .select2 {width: 375px; margin: 0 0 10px; padding: 13px 10px 13px 45px; font-family: ProximaNova-Light; color: #fff; font-size: 16px; border-radius: 5px; border: 0; outline:0; -webkit-appearance:none; -moz-appearance:none;}
.select {background: url(images/icon5.png)#f6967d left center no-repeat;}
.select2 {background: url(images/icon6.png)#f6967d left center no-repeat;}

.msg {
    background: url(images/icon7.png)#f6967d left 11px no-repeat;
    font-family: ProximaNova-Light;
    width: 315px;
    height: 87px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}
*/

.label {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
}

.enquiry {
    width: 100%;
    background: #fff;
    margin: 15px 0 0;
    padding: 15px 0;
    font-family: ProximaNova-Semibold;
    color: #f68567;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    letter-spacing: 2px;
    border-radius: 5px;
    text-transform: uppercase;
}

.enquiry:hover {
    background: #fde0da;
}

.fill {
    font-family: ProximaNova-Light;
    background: url(images/icon8.png)#fff left 16px no-repeat;
    width: 315px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.fill2 {
    font-family: ProximaNova-Light;
    background: url(images/icon9.png)#fff left 18px no-repeat;
    width: 315px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.fill3 {
    background: url(images/icon10.png)#fff left 18px no-repeat;
    font-family: ProximaNova-Light;
    width: 315px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.select3 {
    background: url(images/icon11.png)#fff left 17px no-repeat;
    font-family: ProximaNova-Light;
    width: 375px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.select4 {
    background: url(images/icon12.png)#fff left 17px no-repeat;
    font-family: ProximaNova-Light;
    width: 375px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.msg2 {
    background: url(images/icon13.png)#fff left 16px no-repeat;
    font-family: ProximaNova-Light;
    width: 315px;
    height: 87px;
    margin: 0 0 10px;
    padding: 13px 10px 13px 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.enquiry2 {
    width: 100%;
    background: #F58466;
    margin: 15px 0 0;
    padding: 10px 0 14px;
    font-family: ProximaNova-Light;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    letter-spacing: 2px;
    border-radius: 5px;
}

.enquiry2:hover {
    background: #e46f50;
}

.auther_joinbox {
    background: url(images/vip2.png) right top no-repeat;
    margin: 0;
    padding: 0;
    background-size: 50% 100%;
}

.offer_left {
    width: 50%;
    margin: 0;
    padding: 55px 0;
    text-align: center;
    float: left;
}

.offer_left h3 {
    margin: 0 0 16px;
    padding: 0;
    color: #313438;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.firstbox {
    width: 49%;
    margin: 0;
    padding: 0;
    float: left;
}

.adduser {
    width: 49%;
    margin: 0;
    padding: 0;
    float: right;
}

.input4 {
    background: #f0f0f0;
    width: 200px;
    margin: 0;
    padding: 9px 10px;
    font-family: ProximaNova-Light;
    color: #2f333e;
    font-size: 16px;
    border-radius: 2px;
    border: 0;
}

.subcribe {
    background: #F58466;
    width: 120px;
    margin: 18px 0 0;
    padding: 12px 0;
    font-family: ProximaNova-Semibold;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    border: 0;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
}

.subcribe:hover {
    background: #e46f50;
}

.offer_right {
    width: 50%;
    margin: 0;
    padding: 55px 0;
    text-align: center;
    float: left;
}

.offer_right h3 {
    margin: 0 0 20px;
    padding: 0;
    color: #313438;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.offer_right p {
    margin: 25px 0 30px;
    padding: 0;
    color: #313438;
    font-size: 16px;
}

.join {
    background: #F58466;
    width: 120px;
    margin: 10px auto 0;
    padding: 12px 0;
    font-family: ProximaNova-Semibold;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.join:hover {
    background: #e46f50;
    color: #FFF;
}

.about p img {
    height: auto;
    margin: 0;
    padding: 0 0 0 30px;
}

.about_pic {
    float: right;
    margin: 0 0 0 10px;
}

.blog {
    margin: 0;
    padding: 40px 0 55px;
}

.blog_left {
    width: 60%;
    margin: 0;
    padding: 0 2% 0 0;
    border-right: 1px solid #e0e0e0;
    float: left;
}

.blog_left h2 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 25px;
    color: #F58466;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
}

.blog_left h3 {
/*  background:url(images/clender.png) left top no-repeat;*/
    margin: 0 0 20px !important;
    padding: 0 0 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    color: #313438;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.blog_left h4 {
    margin: 0 0 6px;
    padding: 0;
    font-size: 16px;
    color: #F58466;
}

.blog_left p {
    margin: 0 0 22px;
    padding: 0;
    font-size: 16px;
    color: #313436;
    line-height: 28px;
}

/*



.post{
  background:#ffa783;
  margin:0px 0px 10px 0px;
  padding:12px 12px 12px 12px;
  }

.post h3{

  background:url(images/arrow3.png) left 8px no-repeat;
  margin:0px 0px 0px 0px !important;
  padding:0px 0px 0px 30px !important;
  font-size:19px;
  color:#ffffff;
  border:none;
  letter-spacing:1px;
  word-spacing:1px;

  }*/
.post_form {
    margin: 0;
    padding: 5%;
    border: 1px solid #c8c7c7;
}

.post_form h4 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 19px;
    color: #F58466;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.required_left {
    width: 376px;
    margin: 0 0 8px;
    padding: 0;
    float: left;
}

.required_right {
    width: 376px;
    margin: 0 0 8px;
    padding: 0;
    float: right;
}

/*.required{
  width:354px;
  margin:0px 0px 0px 0px;
  padding:12px 10px 12px 10px;
  font-family: 'Roboto', sans-serif;
  border:1px solid #c8c7c7;
  font-size:17px;
  color:#323437;
  }*/
  
.fill_site {
    width: 743px;
    margin: 0 0 8px;
    padding: 12px 10px;
    font-family: ProximaNova-Light;
    border: 1px solid #c8c7c7;
    font-size: 16px;
    color: #323437;
}

ol.comment-list {margin-bottom:50px;}

.comment {
    width: 90%;
    height: auto;
    margin: 0 0 8px;
    padding: 2%;
    font-family: ProximaNova-Light;
    border: 1px solid #c8c7c7;
    font-size: 16px;
    color: #323437;
}

.post_buttion {
    background: #F58466;
    width: 280px;
    margin: 0;
    padding: 13px 0;
    font-family: ProximaNova-Light;
    border: 1px solid #d85835;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 1px;
    cursor: pointer;
    float: right;
}

.post_buttion:hover {
    background: #e46f50;
    border: 1px solid #F58466;
}

.blog_right {
    width: 35%;
    margin: 14px 0 0;
    padding: 0;
    border-top: 1px solid #c8c7c7;
    float: right;
}

.blog_right h3 {
    width: 210px;
    background: #fff !important;
    margin: -12px 0 17px !important;
    padding: 0 !important;
    font-size: 22px !important;
    color: #F58466 !important;
    display: block !important;
    letter-spacing: 1px !important;
    word-spacing: 1px !important;
}

.sidebar_blog {
    margin: 0;
    padding: 10px 0;
}

.recent_left {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

.recent_left img {
    width: 100%;
	height: auto;
    margin: 0;
    padding: 0;
    border: 2px solid #898989;
}

.recent_right {
    width: 70%;
    margin: 0;
    padding: 0;
    float: right;
}

.recent_right h4 {
    margin: 0 0 5px;
    padding: 0;
}

.recent_right h4 a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #F58466;
    text-decoration: none;
    text-transform: uppercase;
}

.recent_right h4 a:hover {
    color: #313438;
}

.recent_right p {
    padding: 0 !important;
    font-size: 14px !important;
    color: #313438;
}

.recent_right p a {
    display: none;
}

/*contents*/
.fullwid_content {
    margin: 0;
    padding: 30px 0;
}

.fullwid_content h3 {
    margin: 0;
    padding: 0 0 15px;
    color: #F58466;
    font-size: 22px;
}

.fullwid_content p {
    margin: 0;
   /* padding: 0 0 15px;*/
    color: #313438;
    font-size: 16px;
    line-height: 1.5;
}

.fullwid_content p a, .fullwid_content p span {
	color: #F58466;
	text-decoration: none;
}
.callus_right p a {
    color: #ffffff;
    cursor: pointer;
}
.fullwid_content .callus_right p a:hover {
    color: #ffffff;
}

.fullwid_content p a {font-family: ProximaNova-Light;}
.fullwid_content p span {font-family: ProximaNova-Semibold;}

.fullwid_content p a:hover {
    color: #eb6c4a;
}

.fullwid_content h4 {
    margin: 0;
    padding: 0 0 7px;
    font-size: 16px;
    color: #F58466;
}

.cosmetics {
    margin: 0;
    padding: 0;
}

.cosmetics_left {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.cosmetics_right {
    width: 510px;
    margin: 0;
    padding: 0;
    float: right;
}

.fullwid_content .off2 {
    background: #393F49;
    margin: 0 0 20px;
    padding: 30px 0 0;
}

.fullwid_content .off2 h4 {
    width: 519px;
    background: url(images/off.png) left top no-repeat;
    margin: 0 0 16px -4px;
    padding: 14px 0 10px;
    display: block;
    font-size: 30px;
    color: #fff;
    word-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.fullwid_content .off2 ul {
    margin: 0;
    padding: 0 14px 20px;
    list-style-type: none;
}

.fullwid_content .off2 ul li {
    background: url(images/li_border.png) left top repeat-x;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    display: block;
}

.fullwid_content .off2 ul li span {
    float: right;
}

.boxprice_table {
    margin: 0;
    padding: 5px 15px;
}

.off2 table {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 15px;
    width: 100%;
    border: 0;
    font-family: ProximaNova-Light;
    line-height: normal;
}

.off2 table th {
    padding: 10px 7px;
    color: #FFF;
    font-size: 15px;
    background: url(images/li_border.png) left top repeat-x;
}

.off2 table td {
    padding: 10px 0 10px 20px;
    color: #FFF;
    font-size: 15px;
    background: url(images/li_border.png) left top repeat-x;
}

.off2 table td.small_text {
    font-size: 13px !important;
    text-align: left !important;
}

.off2 table td:first-child, .off2 table th:first-child {
    width:50%;
    padding: 10px 0;
    text-align: left;
}

.off2 table td:nth-child(2), .off2 table th:nth-child(2) {
    width:30%;
	font-family: ProximaNova-Semibold;
}

.off2 table td:last-child,.off2 table th:last-child {
    padding: 10px 0;
    text-align: left;
}

.all_price {
    background: #303338;
    margin: 0;
    padding: 25px 0;
}

.price_buttion {
    width: 200px;
    margin: 0 auto;
    padding: 0;
}

.price_buttion a {
    background: #F58466;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    font-family: ProximaNova-Semibold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.price_buttion a:hover {
    background: #e46f50;
}

.benefit_left {
    width: 60%;
    margin: 0;
    padding: 0;
    float: left;
}

.benefit_left h4 {
    margin: 0 0 6px;
    padding: 0;
    font-size: 16px;
    color: #F58466;
}

.benefit_left p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.benefit_left p span {
    color: #F58466;
}

.benefit_right {
    width: 25%;
    margin: 0 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    float: right;
}

.benefit_right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.before {
    margin: 0;
    padding: 40px 0 0;
}

.before_left {
    width: 48%;
    margin: 0;
    padding: 0;
    float: left;
}

.before_left h4 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #F58466;
    text-transform: uppercase;
}

.before_left p, .before_right p {
    margin: 0;
    padding: 0 0 15px;
}

.before_pic {
    margin: 0;
    padding: 0;
}

.before_pic img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.before_right {
    width: 48%;
    margin: 0;
    padding: 0;
    float: right;
}

.before_right h4 {
	padding: 0 0 10px;
    text-transform: uppercase;
}


.before_pic2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.before_pic2 img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/*list style -reset*/
.fullwid_content ul {margin:0; padding:0 0 15px; list-style-type:none;}
.fullwid_content ul li {background:url(images/dotted2.png) left 10px no-repeat; padding:0 0 5px 10px; color:#313438; font-size:16px;}
.suitable_left ul li, .suitable_right ul li, .traet ul li, .condtion_left ul li, .condtion_right ul li {display: block;}

.fat {
    margin: 0;
    padding: 0;
}

.down {
    margin: 0;
    padding: 0;
}

.down h4 {
    margin: 0 0 6px;
    padding: 0;
    font-size: 16px;
    color: #F58466;
}

.down p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.down_pic {
    margin: 0;
    padding: 0;
}

.down_pic img {
    height: auto;
    margin: 0 30px 0 0;
    padding: 0;
    border: 5px solid #d3d3d3;
}

.after img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.after02 {
    margin: 18px 0 0;
    padding: 0;
    text-align: center;
}

.after02 img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #d3d3d3;
}

.after2 {
    margin: 18px 0 0;
    padding: 0;
    text-align: center;
}

.after2 img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.afte2r img {
    height: auto;
    margin: 0;
    padding: 0;
}

.suitable {
    margin: 0;
    padding: 0;
}

.suitable_left {
    width: 55%;
    margin: 0;
    float: left;
}

.suitable_right {
    width: 45%;
    margin: 0;
    float: right;
}

.condtion {
    margin: 0 0 25px;
    padding: 0;
}

.condtion_left {
    width: 33%;
    margin: 10px 0;
    padding: 0;
    float: left;
}

.condtion_right {
    width: 33%;
    margin: 25px 0 0;
    padding: 0;
    float: right;
}

.traet {
    margin: 0;
    padding: 5px 0 10px;
}

.product_content {
    margin: 0;
    padding: 0;
}

.product_content h3 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 22px;
    color: #F58466;
}

.product_wrapper {
    width: 1030px;
    margin: 0 auto;
    padding: 0;
}

.product_inner {
    margin: 0 0 0 -22px;
    padding: 0;
}

.product_left {
    width: 475px;
    margin: 0 15px 25px;
    padding: 10px 0 30px;
    text-align: center;
    border: 2px solid #ededed;
    float: left;
}

.product_content h4 {
    margin: 0;
    padding: 5px 0 15px;
    font-size: 19px;
    color: #F58466;
    text-transform: uppercase;
}

.product_content h4 a {
    color: #F58466;
    text-decoration: none;
}

.product_content h4 a:hover {
    color: #2e323b;
    text-decoration: none;
}

.product_pic {
    margin: 0;
    padding: 0;
}

.product_pic img {
    height: auto;
    margin: 0;
    padding: 0;
}

.contact_content {
    margin: 0;
    padding: 0;
}

.contact_left {
    background: #f1f1f1;
    width: 55%;
    margin: 0;
    padding: 20px;
    float: left;
}

.contact_left h3 {
    margin: 0 0 22px;
    padding: 0;
    font-size: 29px;
    color: #ef8a67;
    text-transform: uppercase;
}

.input5, .input6, .input7, .msg3 {width:85%; margin: 0 0 15px; padding: 15px 10px 14px 70px; font-family: ProximaNova-Light; color: #323436; font-size: 16px; border: 0;}

.input5 {
    background: url(images/icon14.jpg)#fff left top no-repeat;
}

.input6 {
    background: url(images/icon15.jpg)#fff left top no-repeat;
}

.input7 {
    background: url(images/icon16.jpg)#fff left top no-repeat;
}

.msg3 {
    background: url(images/icon17.jpg)#fff left top no-repeat;
    height: 206px;  
}

.cap {
    width: 335px;
    margin: 0;
    padding: 0;
    float: left;
}

.code {
    background: url(images/icon18.jpg)#fff left top no-repeat;
    width: 156px;
    margin: 0 0 15px;
    padding: 15px 10px 14px 70px;
    font-family: ProximaNova-Light;
    color: #323436;
    font-size: 16px;
    border: 0;
    float: left;
}

.cap img {
    height: auto;
    margin: 0;
    padding: 15px 0;
    float: right;
    background: #f1f1f1;
}

.submit {
    background: #F58466;
    width: 250px;
    margin: 0;
    padding: 15px 0;
    font-family: ProximaNova-Light;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    letter-spacing: 2px;
    border-radius: 0;
    float: right;
    text-transform: uppercase;
}

.submit:hover {
    background: #e46f50;
}

.submit_buttn {
    background: #F58466;
    width: 250px;
    margin: 0;
    padding: 15px 0;
    font-family: ProximaNova-Light;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    letter-spacing: 2px;
    border-radius: 0;
    float: right;
    text-transform: uppercase;
}

.submit_buttn:hover {
    background: #e46f50;
    color: #FFF;
}

.mapping_loaction {
    margin: 0 0 -10px;
    padding: 0;
}

.map img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.contact_right {
    width: 35%;
    margin: 0;
    padding: 0;
    float: right;
}

.info {
    margin: 0 0 26px;
    padding: 0 0 20px;
    border-bottom: 1px solid #d1d1d1;
}

.fullwid_content .info h2 {
    margin: 0;
    padding: 0 0 15px;
    color: #ef8967;
    font-size: 22px;
    text-transform: uppercase;
}

.fullwid_content .info p.loc, .fullwid_content .info h3, .fullwid_content .info h5 {margin: 0 0 5px; padding: 7px 0 7px 25px; background-size:20px 20px !important;}
.fullwid_content .info p {padding-bottom:0;}
.fullwid_content .info p.title {font-family:ProximaNova-Semibold; color: #F58466;}
.fullwid_content .info p.loc {background: url(images/loction.png) left 10px no-repeat;}
.fullwid_content .info h3 {background: url(images/phone2.png) left center no-repeat; color: #313438; font-size: 16px;}
.fullwid_content .info h5 {background: url(images/mail_icon.png) left center no-repeat; font-size: 16px;}
.fullwid_content .info h3 a:hover, .fullwid_content .info h5 a:hover {color: #F58466;}

.opening {
    margin: 0;
    padding: 0;
}

.opening h3 {
    margin: 0 0 12px 5px;
    padding: 0;
    color: #ef8967;
    font-size: 23px;
}

.opening_time {
    margin: 0 0 0 5px;
    padding: 0;
    float: left;
}

.opening_time ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.opening_time ul li {
    background: url(images/dotted3.png) left 9px no-repeat;
    margin: 0 0 12px;
    padding: 0 0 0 10px;
    color: #313438;
    font-size: 16px;
    display: block;
}

.opening_time2 {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
}

.opening_time2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.opening_time2 ul li {
    background: url(images/dotted3.png) left 9px no-repeat;
    margin: 0 0 12px;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 16px;
    display: block;
}

/*container section end*/

/*footer section start*/
.footer_section {
    background: #313438;
    margin: 0;
    padding: 70px 0;
}

.footer_left {
    width: 21%;
    min-height: 165px;
    margin: 0;
    padding: 0 20px;
    border-left: 0px solid #4d4e50;
    float: left;
}

.footer_left h3 {
    margin: 0 0 22px;
    letter-spacing: 1px;
    padding: 0;
    color: #989a9c;
    font-size: 16px;
    text-transform: uppercase;
}

.footer_left2 {
    width: 21%;
    min-height: 165px;
    margin: 0;
    padding: 0 20px;
    border-left: 0px solid #4d4e50;
    float: left;
}

.footer_left2 h3 {
    margin: 0 0 22px;
    padding: 0;
    letter-spacing: 1px;
    color: #989a9c;
    font-size: 16px;
    text-transform: uppercase;
}

.footer_left3 {
    width: 21%;
    min-height: 165px;
    margin: 0;
    padding: 0 20px;
    border-left:0px solid #4d4e50;
    float: left;
    text-transform: uppercase;
}

.footer_left3 h3 {
    margin: 0 0 22px;
    padding: 0;
    letter-spacing: 1px;
    color: #989a9c;
    font-size: 16px;
    text-transform: uppercase;
}

.contact_us {
    width: 120px;
    margin: 0;
    padding: 0;
}

.contact_us a {
    background: #999a9c;
    margin: 0;
    padding: 12px 0;
    font-size: 12px;
    color: #393a3e;
    text-align: center;
    font-family: ProximaNova-Semibold;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.contact_us a:hover {
    background: #7f7f7f;
}

.useful {
    margin: 0;
    padding: 0;
}

.footer_wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_wrapper ul li {
    margin: 0;
    padding: 0;
    display: block;
}

.footer_wrapper ul li a {
	margin: 0 0 14px;
	padding: 0;
	color: #9f9f9f;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.footer_wrapper ul li a:hover {
    color: #ed8967;
}

.footer_wrapper ul li.current-menu-item a {
    color: #ed8967;
}

.footer_socail {
    margin: 0;
    padding: 0;
}

.footer_socail img {
	width: 22px;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
}

.tell {
    margin: 35px 0 0;
    padding: 0;
}

.tell h4 {
    margin: 0 0 22px;
    padding: 0;
    letter-spacing: 2px;
    color: #989a9c;
    font-size: 16px;
}

/*footer section end*/

/*--------Table-------------*/
.skin {
    margin: 0 auto;
    padding: 0 0 10px;
}

.skin h3 {
    margin: 0 0 25px;
    padding: 0;
    color: #F58466;
    font-size: 24px;
    text-align: center;
}

.skin_left {
    width: 49%;
    margin: 0;
    padding: 0;
    float: left;
}

.skin_right {
    width: 49%;
    margin: 0;
    padding: 0;
    float: right;
}

.price_list {
    margin: 0 0 20px;
    padding: 0;
}

.price_list table {
    margin: 0;
    padding: 0;
    border: 1px solid #a8a8a8;
}

.price_list table tr {
    margin: 0;
    padding: 0;
}

.price_list table tr th {
    background: #323437;
    margin: 0;
    padding: 0;
    text-align: left;
	font-family: ProximaNova-Semibold;
    font-size: 19px;
    color: #ef8966;
    text-transform: uppercase;
}

.price_list table tr td {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    color: #313438;
}

.price_list table tr td:last-child {
    text-align: right;
}

.price_list table tr td:first-child {
    text-align: left;
}

.price_list table tr td span {
    font-size: 11px;
    font-style: italic;
    display: block;
}

.price_list table tr td small {
    font-size: 12px;
}

.price_list table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.price_list table tr:nth-child(even) {
    background-color: #fff;
}

.price_list table tr,.price_list table tr th,.price_list table tr td {
    padding: 12px;
}

.price_list table tr td h3 {
    margin: 0;
    padding: 0;
    color: #ef8966;
    font-size: 19px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

.price_list table tr td ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.price_list table tr td ul li {
    background: url(../images/dotted3.png) left 10px no-repeat;
    margin: 0;
    padding: 0 0 0 10px;
    color: #313438;
    font-size: 16px;
    display: block;
}

.price_list table tr td strong {
    color: #767676;
    font-size: 16px;
}

.caption_bar2 h1 strong {
    font-size: 37px;
}

.removel_list {
    margin: 0 auto;
    padding: 40px 0 10px;
}

.removel_list h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #F58466;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.price {
    margin: 0 0 20px;
    padding: 0;
}

.price table {
    margin: 0;
    padding: 0;
    border: 1px solid #a8a8a8;
}

.price table tr {
    margin: 0;
    padding: 0;
}

.price table tr th {
    background: #323437;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    text-align: center;
    color: #ef8966;
    text-transform: uppercase;
}

.price table tr th:first-child {
    text-align: left;
	width: 40%;
}

.price table tr td:first-child {
    text-align: left;
	width: 40%;
}

.price table tr td {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    color: #313438;
}

.price table tr,.price table tr th,.price table tr td {
	width: 20%;
    padding: 8px;
	text-align: left;
}

.price table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.price table tr:nth-child(even) {
    background-color: #fff;
}

.auther_box {
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    color: #313438;
    font-size: 16px;
    line-height: 1.5;
   /* border-bottom: 1px solid #e0e0e0;*/
}

.auther_box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.auther_box ul li {
    margin: 0;
    padding: 0;
    color: #313438;
    display: inline-block;
}

.auther_box ul li a {
    margin: 0;
    padding: 0;
    color: #313438;
    text-decoration: none;
}

.auther_box ul li a:hover {
    color: #F58466;
}

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

.catlist {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
}

.authlist {
    margin: 0;
    padding: 0 5px 5px 30px;
    display: inline-block;
   /* background: url(images/list_date.png) left top no-repeat;*/
}

.blog_listing {
    margin: 0;
    padding: 10px 0 20px;
}

.blog_thm {
    margin: 0;
    padding: 5px 0;
    float: left;
    width: 30%;
}

.blog_thm img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.blog_textcont {
    margin: 0;
    padding: 5px 0;
    float: right;
    width: 65%;
}

.blog_textcont h5 {
    margin: 0;
    padding: 0 0 10px;
    color: #F58466;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog_textcont h5 a:hover {
    color: #313438;
    text-decoration: none;
}

.blog_textcont h5 a {
    color: #F58466;
    text-decoration: none;
}

.blog_textcont p {
    margin: 0;
    padding: 15px 0 0;
    color: #313438;
    font-size: 16px;
    line-height: 1.5;
}

.blog_textcont p a {
    padding: 0 5px;
    font-weight: 400;
    color: #F58466;
    text-decoration: none;
}

.blog_textcont p a:hover {
    color: #eb6c4a;
}

.pazination {
    margin: 10px 0;
    padding: 0;
    background: url(images/navigate_bg01.jpg) left top repeat-x;
}

.singl_content {
    margin: 0;
    padding: 20px 0 10px;
}

.singl_pazinat {
    margin: 15px 0;
    padding: 20px 0 10px;
  /*  border-top: 1px solid #e5e5e5;*/
}

.singl_pazinat h2 {
    display: none;
}

.singl_pazinat .navigation {
    float: none !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0;
}

.post-navigation .nav-previous,.post-navigation .nav-next {
    margin: 0;
    padding: 5px 0;
    background: none !important;
    text-transform: uppercase;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next {
    float: right;
}

.singl_pazinat a {
    margin: 0;
    padding: 12px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #F58466;
	color: #FFF;
    border-radius: 2px;
    display: block;
    text-indent: 0;
    width: auto;
    height: auto;
    letter-spacing: 1px;
}

.singl_pazinat a:hover {
    background: #e46f50;
}

.singl_pazinat .screen-reader-text {
    position: relative;
    clip: rect(auto,auto,auto,auto);
}

div.wpcf7 img.ajax-loader {
    /*display: none !important;*/
}

div.wpcf7-validation-errors {
    clear: both;
}

div.wpcf7-mail-sent-ok {
    clear: both;
}

.post_form p {
    margin: 0;
    padding: 0 0 15px;
    color: #313438;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.post_form p.comment-form-author {
    float: left;
    width: 48%;
    clear: left;
}

.post_form p.comment-form-email {
    float: right;
    width: 48%;
    clear: right;
}

.post_form p.comment-form-url input {
    margin: 0;
    padding: 10px 2%;
    color: #313438;
    font-size: 15px;
    font-weight: 300;
    font-family: ProximaNova-Light;
    display: block;
    background: #FFF;
    border: 1px solid #c8c7c7;
    width: 96%;
}

.post_form label {
    margin: 0;
    padding: 0 0 2px;
    color: #313438;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    display: block;
}

.post_form p.comment-form-author input,.post_form p.comment-form-email input {
    margin: 0;
    padding: 10px 2%;
    color: #313438;
    font-size: 15px;
    font-weight: 300;
    font-family: ProximaNova-Light;
    display: block;
    background: #FFF;
    border: 1px solid #c8c7c7;
    width: 96%;
}

.post_form textarea {
    margin: 0;
    padding: 10px 2%;
    color: #313438;
    font-size: 15px;
    font-family: ProximaNova-Light;
    display: block;
    background: #FFF;
    border: 1px solid #c8c7c7;
    width: 96%;
}

.post_form p a {
    margin: 0;
    padding: 0;
    color: #F58466;
    text-decoration: underline;
}

.post_form p a:hover {
    color: #eb6c4a;
    text-decoration: none;
}

.bookbox_landing .enquiry {
    background: #F58466;
    color: #FFF;
    text-transform: uppercase;
}

.bookbox_landing .enquiry:hover {
    background: #e46f50;
    color: #FFF;
}

.wpcf7-list-item-label {
    color: #FFF;
}

@media (min-width:1615px) {
    #rev_slider_1_1_wrapper h1 {font-size: 50px !important;}
}

/*****************************************
   Images & additional presets
*****************************************/
.mobile_slider, .mob {display:none !important;}
.ul-img, .after .ul-img {width:auto; max-width:100%; margin:auto; display:block;}
.dio-img, .after .dio-img {width:50%;}

/*****************************************
   Banner
*****************************************/
.static_bannerbg {position:relative;}
.static_bannerbg img {width:100%; display:block;}
/*.static_bannerwrap {position:absolute; max-width:1200px; width:95%; margin:auto; left:50px; right:0; top:0; bottom:0; height:50px;}*/
.static_bannerwrap .anchor_title h1 {color:#fff; font-family: ProximaNova-Light; font-size:42px; text-shadow: #333 0 1px 1px; text-transform:uppercase; letter-spacing:2px;}

/*****************************************
   Slider
*****************************************/
.frontend_slider .metaslider .flexslider {margin-bottom:0;}
.frontend_slider .flex-control-nav {bottom:10px; z-index:99;}
.frontend_slider .flex-control-paging li a {background:#fff;}
.frontend_slider .flex-control-paging li a.flex-active {background:#F58466;}

/*****************************************
   Mailchimp
*****************************************/
.offer_left #mc4wp-form-1 {width:80%; margin:auto;}
.offer_left #mc4wp-form-1 .subcribe {width:120px; margin-top:20px;}

/*****************************************
   Validations
*****************************************/
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {display:none;}
span.wpcf7-form-control-wrap.Checkbox span.wpcf7-not-valid-tip {display:block;}
span.wpcf7-form-control-wrap input.wpcf7-not-valid, span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {border:#f00 thin solid;}


/*****************************************
   Products Page
*****************************************/
.prod_wrap {margin-bottom:20px;}
.prod_img {width:25%; float:right;}
	.prod_img img {width:100%;}
.prod_con {width:70%; float:left;}


/*****************************************
   Contact Us
*****************************************/
.contact_left2 {width:40%; float:left;}
.contact_right2 {width:55%; float:right;}
.contact_right2 .wpcf7 {background:#F58466; width:90%; padding:5% 5% 3%;}
.contact_right2 .select, .contact_right2 .fields {background-color: #f6967d;}
.contact_right2 .input, .contact_right2 .select, .contact_right2 .msg {background-color:#f6967d; color:#fff;}
.contact_right2 p span {color:#fff; font-family: ProximaNova-Light;}
.contact_right2 .enquiry {margin-left:auto; margin-right:auto; display:block;}

/*****************************************
   Placeholder -bottom form homepage only
*****************************************/
#page-2 .frombox input::-webkit-input-placeholder, #page-2 .frombox textarea::-webkit-input-placeholder, .contact_right2 input::-webkit-input-placeholder, .contact_right2 textarea::-webkit-input-placeholder {color: #fff;}
#page-2 .frombox input:-moz-placeholder, #page-2 .frombox textarea:-moz-placeholder, .contact_right2 input:-moz-placeholder, .contact_right2 textarea:-moz-placeholder { /* Firefox 18- */ color: #fff;}
#page-2 .frombox input::-moz-placeholder, #page-2 .frombox textarea::-moz-placeholder, .contact_right2 input::-moz-placeholder, .contact_right2 textarea::-moz-placeholder {  /* Firefox 19+ */ color: #fff;}
#page-2 .frombox input:-ms-input-placeholder, #page-2 .frombox textarea:-ms-input-placeholder, .contact_right2 input:-ms-input-placeholder, .contact_right2 textarea:-ms-input-placeholder {color: #fff;}


 
.callus_right ul li {
	width: 100%;
	background-color: #F58466;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-family: ProximaNova-Semibold;
	line-height: 11px;
	text-align: center;
	list-style-type: none;
	padding: 0 0 0 0;
	display: none;
}
.callus_right:hover ul li {
	display: inline-block;
}
.callus_right ul {
	position: absolute;
	z-index: 999;
	border-radius: 5px !important;
	overflow: hidden;
	margin: 0px 0 0 0;
	border-top: 1px solid transparent;
}
.callus_right select::-ms-expand
{
display:none;	
}


.callus #text-3 {
	float: right;
	width: 100%;
}
.callus #text-3 .textwidget {
	float: left;
	width: 51%;
}

.callus_right span {
	display: block;
	padding: 7px 0;
	text-align: center;
	font-size: 12px;
	font-family: ProximaNova-Semibold;
	color: #ffffff;
	background-color: #F58466;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.callus_right span a {
	background-color: transparent !important;
}


.cosmetics_right .price_buttion .callus_right span {
	border-radius: 3px;
	padding: 0;
}
.cosmetics_right .price_buttion .callus_right {
	width: 171px;
	margin: 0 auto;
	float: none;
}
.cosmetics_right .all_price {
	padding: 16px 0 0 0;
}
.cosmetics_right .price_buttion .callus_right span a {
	height: 45px;
	line-height: 43px;
	min-height: 1px;
	padding: 0;
}
.cosmetics_right .all_price .price_buttion {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.cosmetics_right .price_buttion .callus_right ul {
	display: none;
}
.cosmetics_right .price_buttion .callus_right:hover ul {
	display: block;
}
.cosmetics_right .price_buttion .callus_right ul {
	padding: 0;
	margin: -14px 0 0 -34px;
	width: 238px;
}
.cosmetics_right .price_buttion .callus_right ul li {
	padding: 0;
}
.cosmetics_right .price_buttion .callus_right ul li a {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 11px;
}








.book_left .callus_right span {
	border-radius: 3px;
	padding: 0;
}
.book_left .callus_right {
	width: 251px;
	margin: 0 0 0 14px;
	float: left;
}
.cs_bookfooter {
	width: auto;
	display: inline-block;
}
.book_left .callus_right span a {
	height: 45px;
	line-height: 43px;
	min-height: 1px;
	padding: 0;
	font-size: 14px;
	letter-spacing: 2px;
}
.book_left .callus_right ul {
	display: none;
}
.book_left .callus_right:hover ul {
	display: block;
}
.book_left .callus_right ul {
	padding: 0;
	margin: 0 0 0 0;
	width: 252px;
}
.book_left .callus_right ul li {
	padding: 0;
}
.book_left .callus_right ul li a {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 11px;
}
.book_left h4 {
	margin: 12px 0 0 0;
	float: left;
}



/* ===== QA issue 15-02-2021 ===== */


@media (max-width:1200px) {
    .frontend_slider .des_slider .rev_slider li.tp-revslider-slidesli .tp-parallax-wrap {
        left: 50% !important;
        min-width: 100%;
        transform: none;
    }
}


/* ===== /QA issue 15-02-2021 ===== */


@media (min-width:0px) and (max-width:767px) 
{








.book_left {
	z-index: 999;
}	
	.bookbox_landing .book_right {
	background: #4C4C4C;
	z-index: 0;
}
.callus .callus_left {
	width: 100%;
}
.callus #text-3 .textwidget {
	float: left;
	width: 50%;
}
.callus .callus_right {
	width: 50%;
}
.callus_right span {
	padding: 0px 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
    .kc-raw-code table tr th {
        display: block;
        margin: 0 !important;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff !important;
    }
    .kc-raw-code table tr th:last-child, .kc-raw-code table tr td:last-child {
        border-bottom: none !important;
    }
    .kc-raw-code table tr td {
        display: block;
        /*border-bottom: 1px solid rgba(0,0,0, .2);*/
    }
    .kc-raw-code table {
        max-width: 100%;
        width: auto;
        margin: 0 auto 0;
        margin-bottom: 0;
        min-width: 100%;
        display: table;
    }
    .kc-raw-code table tr {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media (min-width:0px) and (max-width:549px) 
{
	
.callus_right ul {
	margin: 0px 0 0 -15px;
	width: 61%;
}	
    /*.un_prices_main .kc-raw-code .pricing_table th {
        text-align: left !important;
    }*/
	
}

@media (min-width:550px) and (max-width:767px)
{
	
	
}



@media (min-width:768px) and (max-width:1024px) 
{


}

@media (min-width:768px) and (max-width:991px) 
{


}

@media (min-width:992px) and (max-width:1024px) 
{


}




/*--Uniquelazr--*/