@charset "utf-8";
/* CSS Document */

/* --- RESET --- */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --- GENERAL --- */
html { overflow-y: scroll; }
body {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}

/* links */
a:link, a:visited {
    color: #ff7502;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #ff7502;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
h1 {
    font-size: 20px;
    line-height: 30px;
    color: #ff7502;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
	color:#ff7502;
}

/* Lists */
ul {
	margin-bottom: 5px;
	padding: 0 10px;
}
ul { list-style: none; }

blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
    background: url(../images/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
input, select {
    vertical-align: middle;
}
strong, b {
    font-weight: bold; 
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #ffc601;
}
/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.align-center{
	text-align:center;	
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */
.clear {
	clear: both;
}
/* --- Structure --- */
#container{
	width:960px;
	margin:0 auto;
	background:990
}
.topbar{
	background:#ffc601;
	height:5px;
	z-index:9999
}
header{
	position:relative;
	overflow:hidden;
	margin-bottom:15px
}
nav ul{
	width:960px;
	height:150px;
	float:left;
	padding:0
}
nav ul li{
	float:left;
	width:112px;
	height:112px;
	margin-right:10px;
	margin-top:-45px;
	background:#fff;
	border-radius:50%;
	box-shadow:0px 5px 10px #cfcdcd; 
	z-index:25
}
nav ul li a{
	float:left;
	width:112px;
	color:#ff7502;
	height:52px;
	padding-top:60px;
	text-align:center;
}
nav ul li a:hover{
	float:left;
	width:112px;
	height:52px;
	color:#6b2e0f;
	padding-top:60px;
	text-align:center;
}
nav ul li a.navcolor{
	float:left;
	width:112px;
	height:52px;
	color:#6b2e0f;
	padding-top:60px;
	text-align:center;
}
nav ul li.nomargin {
	float:left;
	width:236px;
	height:226px;
	margin:-110px 5px; 0 5px;
	padding-top:10px;
	border-radius:50%;
	box-shadow:0px 5px 10px #cfcdcd; 
	z-index:25;
}
nav ul li.nomargin img {
	float:left;
	width:167px;
	height:89px;
	padding:40px 35px 0 35px; 
	z-index:25;
	text-align:center	
}
nav ul li.last{
	margin-right:0;
}
#social{
	clear:both;	
	position:absolute;
	top:85px; right:0px;
	width:260px;
}
#social ul{
	float:right;
	margin:0;
	padding:0
}
#social ul li{
	float:left;	
	width:40px;
	height:40px;
	margin-right:5px;
	background:#ff7502;
	border-radius:50%
}
#social ul li a{
	float:left;	
	width:40px;
	height:40px;
	line-height:40px;	
	text-indent:-9999px;
	background:#ff7502;
	border-radius:50%
}
#social ul li a.fb{
	background:url(../images/fb.png) no-repeat 0px 0px;
}
#social ul li a.email{
	background:url(../images/email.png) no-repeat 0px 0px;
}
#social ul li a.phone{
	background:url(../images/phone.png) no-repeat 0px 0px;
}
#social ul li a.login{
	background:url(../images/login.png) no-repeat 4px 5px;
}
#social ul li a.sitemap{
	background:url(../images/sitemap.png) no-repeat 0px 0px;
}
#social ul li.last{
	margin-right:0;
}
.beauty-quotes{
	clear:both;
	float:left;
	width:960px;	
	margin:0;
	height:50px;
	line-height:50px;
}
.beauty-quotes1{
	clear:both;
	float:left;
	width:960px;	
	margin:0;
}
.content-wrap{
	float:left;
	width:960px;
	overflow:hidden
}
.banner{
	background:url(../images/banner1.jpg) no-repeat;
	width:960px;
	height:548px;
	margin-bottom:15px
}
.sectionbar{
	background:#ffc601;
	height:5px;
	z-index:5456;
}
.sectiontitle{
	float:left;
	margin:-125px 383px 0 383px;
	background:#fff;
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0px 3px 10px 3px rgba(207,205,205,0.5);
}
.sectiontitle h2{
	padding-top:140px;
	font-size:18px;
	color:#ff7502;
	text-align:center
}
.getonesectiontitle{
	float:left;
	margin:-125px 383px 0 383px;
	background:#fff;
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0px 3px 10px 3px rgba(207,205,205,0.5);
}
.getonesectiontitle h2{
	padding-top:125px;
	font-size:18px;
	color:#ff7502;
	text-align:center
}
.sectiontitle-big{
	float:left;
	margin:-155px 383px 0 383px;
	background:#fff;
	width:250px;
	height:250px;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0px 3px 10px 3px rgba(207,205,205,0.5);
}
.sectiontitle-big h2{
	padding-top:150px;
	font-size:24px;
	color:#ff7502;
	text-align:center
}
section#indexmain{
	width:960px;
	height:580px;
	clear:both;
	position:relative
}
section#aboutmain{
	width:960px;
	height:580px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#monthlyoffermain{
	width:960px;
	height:850px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#specialoffermain{
	width:960px;
	height:850px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#beautypackageoffermain{
	width:960px;
	height:850px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#festiveoffermain{
	width:960px;
	height:850px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#economyoffermain{
	width:960px;
	height:850px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#contactmain{
	width:960px;
	height:580px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#servicesmain{
	width:960px;
	height:980px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#tipsmain{
	width:960px;
	height:780px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#feedbackmain{
	width:960px;
	height:850px;
	clear:both;
	position:relative
}
section#sitemapmain{
	width:960px;
	height:890px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#clientsmain{
	width:960px;
	height:890px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#generalmain{
	width:940px;
	height:auto;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#signupmain{
	width:960px;
	height:650px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#mehndimain{
	width:960px;
	height:650px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#recipesmain{
	width:960px;
	height:650px;
	clear:both;
	margin-bottom:20px;
	position:relative
}
section#aboutmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#contactmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#feedbackmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#servicesmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#tipsmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#sitemapmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#clientsmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#monthlyoffermain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#festiveoffermain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#economyoffermain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#getoneoffermain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#signupmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#mehndimain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
section#recipesmain.bg{
	background:url(../images/face-bg.png) no-repeat 100% 0%;
}
.main-content{
	width:625px;
	padding:15px;
}
.main-content p{
	padding-bottom:10px;
}
.pricemain-content{
	width:940px;
	padding:15px;
}
.pricemain-content p{
	padding-bottom:10px;
}
.tips-content-full{
	width:940px;
	padding:10px;
}
.tips-content-full p{
	padding-bottom:10px;
}
.mehndi-content-full{
	width:940px;
	padding:10px;
}
.mehndi-content-full p{
	padding-bottom:10px;
}
.recipes-content-full{
	width:940px;
	padding:10px;
}
.recipes-content-full p{
	padding-bottom:10px;
}
.tips-content{
	width:960px;
}
.services-content{
	width:960px;
}
.features-box{
	width:220px;
	height:320px;
	padding:15px;
	float:right;
	position:absolute;
	right:15px; top:80px;
	background: url(../images/features-bg.png) no-repeat;
	opacity:0.75
}
.features-box h3,.features-box p{
	color:#000;
}
section#indextips{
	clear:both;
	float:left;
	width:950px;
	height:500px;
	margin-bottom:15px;
	padding:0 5px;
}
section#abouttips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	padding:0 10px 0 10px;
}
section#contacttips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	margin-top:15px;
	padding:0 10px 0 10px;
}
section#servicestips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	margin-top:15px;
	padding:0 10px 0 10px;
}
section#tipstips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	margin-top:15px;
	padding:0 10px 0 10px;
}
section#feedbacktips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	margin-top:15px;
	padding:0 10px 0 10px;
}
section#sitemaptips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	margin-top:15px;
	padding:0 10px 0 10px;
}
section#clientstips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	margin-top:15px;
	padding:0 10px 0 10px;
}
section#signuptips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	padding:0 10px 0 10px;
}
section#mehnditips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	padding:0 10px 0 10px;
}
section#recipestips{
	clear:both;
	float:left;
	width:940px;
	height:400px;
	margin-bottom:15px;
	padding:0 10px 0 10px;
}
.tips-rowtwo{
	float:left;
	width:960px;
	height:48px;
	border-top:1px solid #ff7502;
	border-bottom:1px solid #ff7502;
	margin-bottom:15px;
	margin-top:15px
}
h3.title{
	font-size:18px;
	text-align:center;	
	line-height:50px;
}

/* Footer */

.clear{
	clear:both;
}
footer{
	clear:both;
	width:960px;
	overflow:hidden;
}
.footer-menu1{
	float:left;
	width:614px;
	padding:0 170px;
	height:40px;
	line-height:40px;
}
.footer-menu2{
	float:left;
	width:894px;
	padding:0 30px;
	height:40px;
	line-height:40px;
}
.footer-menu3{
	float:left;
	width:670px;
	padding:0 142px;
	height:40px;
	line-height:40px;
	margin-bottom:15px
}
.footer-content ul{
	width:960px;
	float:left;
	padding:0; margin:0
}
.footer-content ul li{
	display:block;
	float:left;
	width:auto;
	padding:0px 6px;
}
.footer-content ul li.last{
	margin:0;
	padding-right:0;
}
.footer-content ul li.divider{
	display:block;
	float:left;
	width:auto;
	padding:0px 6px;
	border-right:1px solid #333;
}
.footer-content ul li a{
	display:block;
	float:left;
	width:auto;
	font-size:14px;
	padding:0px 6px;
	color:#000;
	text-transform:uppercase;
	text-align:center
}
.footer-content ul li a:hover{
	display:block;
	float:left;
	width:auto;
	font-size:14px;
	padding:0px 6px;
	text-align:center;
	text-decoration:underline
}
footer .copyright{
	clear:both;
	width:960px;
	height:40px;
	line-height:40px;
	float:left;
	color:#fff;
	background:#ff7502;
}
footer .copyright a{
	color:#fff;
	text-decoration:none
}
footer .copyright a:hover{
	color:#fff;
	text-decoration:none
}
footer .copyright .align-left {
    float: left;
	padding-left:15px;
}
footer .copyright .align-right {
    float: right;
	padding-right:15px;
}
.txtorange{
	color:#ff7502	
}
.txtorange strong{
	color:#000;
	float:left;
	padding:0 10px 0 0;
	line-height:30px;
	font-weight:normal;
	width:120px;	
}
p.para{
	line-height:50px;
}
small{
	font-size:12px;
	color:#ff7502;
}
/*Contact Form Inside */
.contact-form-inside{
	float:left;
	width:635px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	padding-left:5px	
}
.contact-form-inside p{
	margin:0;
	padding:0;
	width:600px;
	float:left;
	display:block
}
.contact-form-inside form{
	float:left;
	width:635px;
}
.contact-form-inside label{
	display:block;
	width:200px;
	padding-bottom:2px;
}
.contact-form-inside input{
	margin:0;
	padding:0;
}
.radiotxt{
	margin-right:5px;
	line-height:30px;
}
.contact-form-inside input.txtinput{
	width:400px;
	height:24px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:3px;
}
.contact-form-inside input.phoneinput{
	width:150px;
	height:24px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:4px;
}
.contact-form-inside input.txtcomments{
	width:400px;
	display:block;
	height:74px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:10px;
}
.contact-form-inside input:focus, .contact-form-inside textarea:focus {
}
.contact-form-inside .btn-submit{
	border-radius:3px;
	width:76px;
	height:30px;
	cursor:pointer;	
	background:#ffc601;	
	border:1px solid #333;
	margin-right:5px;
}
.contact-form-inside .btn-submit:hover{
	background:#ff7502;
	-webkit-transition:background 2s;
	transition:background 2s;
}
.contact-form-inside .btn-reset{
	border-radius:3px;
	width:76px;
	height:30px;
	cursor:pointer;	
	background:#ffc601;	
	border:1px solid #333;
}
.contact-form-inside .btn-reset:hover{
	background:#ff7502;
	-webkit-transition:background 2s;
	transition:background 2s;
}

/*Feedback Form Inside */
.feedback-form-inside{
	float:left;
	width:635px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	padding-left:5px	
}
.feedback-form-inside p{
	margin:0;
	padding:0;
	width:600px;
	float:left;
	display:block
}
.feedback-form-inside form{
	float:left;
	width:635px;
}
.feedback-form-inside label{
	display:block;
	width:170px;
	padding-bottom:2px;
}
.feedback-form-inside input{
	margin:0;
	padding:0;
}
.feedback-form-inside input.txtinput{
	width:250px;
	height:24px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:3px;
}
.feedback-form-inside input.phoneinput{
	width:150px;
	height:24px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:4px;
}
.feedback-form-inside input.txtcomments{
	width:400px;
	display:block;
	height:74px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:10px;
}
.feedback-form-inside input:focus, .contact-form-inside textarea:focus {
}
.feedback-form-inside .btn-submit{
	border-radius:3px;
	width:76px;
	height:30px;
	cursor:pointer;	
	background:#ffc601;	
	border:1px solid #333;
	margin-right:5px;
}
.feedback-form-inside .btn-submit:hover{
	background:#ff7502;
	-webkit-transition:background 2s;
	transition:background 2s;
}
.feedback-form-inside .btn-reset{
	border-radius:3px;
	width:76px;
	height:30px;
	cursor:pointer;	
	background:#ffc601;	
	border:1px solid #333;
}
.feedback-form-inside .btn-reset:hover{
	background:#ff7502;
	-webkit-transition:background 2s;
	transition:background 2s;
}
/* Page Navigation */

.pagination{
	float:right;
	width:85px;
}
.pagination ul{
	margin:0;
	padding:0
}
.pagination li{
	margin:0;
	padding:0;
	float:left;
	margin-right:10px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:50%;
	background:#fff;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
}
.pagination li a{
	float:left;
	margin-right:10px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:14px;
}
.pagination li a:hover{
	color:#000;
	background:#ffc601;
	width:30px;
	height:30px;
	border-radius:50%;
	transition:2s background;
}
/* Breadcrumb */
.breadcrumb{
	clear:both;
	display:block;
	margin-bottom:15px;
}
.breadcrumb a{
	color:#ab092c
}
.breadcrumb a:hover{
	color:#ab092c
}
.breadcrumb span{
	color:#ff7502;	
}
/*Rounded Box */
.rounded-box{
	float:left;
	width:930px;
	height:100px;
	background:#fff;
	padding:10px;
	border-radius:10px;
	box-sizing:border-box;
	margin-bottom:15px;
	box-shadow:-1px -1px 2px 4px rgba(207,205,205,0.6);
}
.rounded-box strong{
	text-align:right;
	color:#ff7502;
}
.clientsname{
	float:right;
	margin:0; 
	padding-top:20px;
	padding-right:20px;
	background:#ffd7502
}
/* Monthly Offer Box */
#monthlyoffermain .offer-box{
	width:220px;
	position:relative;
	float:left;
	display:block;
	margin:0 10px;
	padding:10px;
	box-sizing:border-box;
	background:#ffc601;
	border-radius:10px;
	overflow:hidden
}
#monthlyoffermain p.package{
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	background:#ffc601;
	margin:0 10px;
	font-size:18px;
	color:#000;
	text-align:center;	
	border-radius:5px;
	margin-bottom:4px;
	text-shadow:1px 1px 2px rgb(255,255,255)
}
#monthlyoffermain p.discount{
	width:80px;
	height:80px;
	border-radius:40px;
	position:absolute;
	text-align:center;	
	top:-15px; right:-5px;
	background:#fff;
	box-shadow:-1px 3px 5px rgba(0,0,0,0.2) 
}
#monthlyoffermain p.discount span {
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:15px;
	padding-top:28px;
	color:#D35264;
	margin:0
}
#monthlyoffermain p.total{
	width:120px;
	height:120px;
	border-radius:60px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#monthlyoffermain p.total span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}

/* Special Offer Box */
#specialoffermain .offer-box{
	width:220px;
	position:relative;
	float:left;
	display:block;
	margin:0 10px 50px 10px;
	padding:10px;
	box-sizing:border-box;
	background:#ffc601;
	border-radius:10px;
	overflow:hidden
}
#specialoffermain p.package{
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	background:#ffc601;
	margin:0 10px;
	font-size:18px;
	color:#000;
	text-align:center;	
	border-radius:5px;
	margin-bottom:4px;
	text-shadow:1px 1px 2px rgb(255,255,255)
}
#specialoffermain p.discount{
	width:80px;
	height:80px;
	border-radius:40px;
	position:absolute;
	text-align:center;	
	top:-15px; right:-5px;
	background:#fff;
	box-shadow:-1px 3px 5px rgba(0,0,0,0.2) 
}
#specialoffermain p.discount span {
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:15px;
	padding-top:28px;
	color:#D35264;
	margin:0
}
#specialoffermain p.total{
	width:120px;
	height:120px;
	border-radius:60px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#specialoffermain p.total span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}

/* Special Offer Box */
#beautypackageoffermain .offer-box{
	width:220px;
	position:relative;
	float:left;
	display:block;
	margin:0 10px 50px 10px;
	padding:10px;
	box-sizing:border-box;
	background:#ffc601;
	border-radius:10px;
	overflow:hidden
}
#beautypackageoffermain p.package{
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	background:#ffc601;
	margin:0 10px;
	font-size:18px;
	color:#000;
	text-align:center;	
	border-radius:5px;
	margin-bottom:4px;
	text-shadow:1px 1px 2px rgb(255,255,255)
}
#beautypackageoffermain p.discount{
	width:80px;
	height:80px;
	border-radius:40px;
	position:absolute;
	text-align:center;	
	top:-15px; right:-5px;
	background:#fff;
	box-shadow:-1px 3px 5px rgba(0,0,0,0.2) 
}
#beautypackageoffermain p.discount span {
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:15px;
	padding-top:28px;
	color:#D35264;
	margin:0
}
#beautypackageoffermain p.total{
	width:110px;
	height:110px;
	border-radius:50px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#beautypackageoffermain p.total span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}

/* Festive Offer Box */
#festiveoffermain .offer-box{
	width:220px;
	position:relative;
	float:left;
	display:block;
	margin:0 10px 50px 10px;
	padding:10px;
	box-sizing:border-box;
	background:#ffc601;
	border-radius:10px;
	overflow:hidden
}
#festiveoffermain p.package{
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	background:#ffc601;
	margin:0 10px;
	font-size:18px;
	color:#000;
	text-align:center;	
	border-radius:5px;
	margin-bottom:4px;
	text-shadow:1px 1px 2px rgb(255,255,255)
}
#festiveoffermain p.discount{
	width:80px;
	height:80px;
	border-radius:40px;
	position:absolute;
	text-align:center;	
	top:-15px; right:-5px;
	background:#fff;
	box-shadow:-1px 3px 5px rgba(0,0,0,0.2) 
}
#festiveoffermain p.discount span {
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:15px;
	padding-top:28px;
	color:#D35264;
	margin:0
}
#festiveoffermain p.total{
	width:110px;
	height:110px;
	border-radius:50px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#festiveoffermain p.total span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}
#festiveoffermain p.total1{
	width:110px;
	height:110px;
	border-radius:50px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#festiveoffermain p.total1 span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}


/* Economy Offer Box */
#economyoffermain .offer-box{
	width:220px;
	position:relative;
	float:left;
	display:block;
	margin:0 10px 50px 10px;
	padding:10px;
	box-sizing:border-box;
	background:#ffc601;
	border-radius:10px;
	overflow:hidden
}
#economyoffermain p.package{
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	background:#ffc601;
	margin:0 10px;
	font-size:18px;
	color:#000;
	text-align:center;	
	border-radius:5px;
	margin-bottom:4px;
	text-shadow:1px 1px 2px rgb(255,255,255)
}
#economyoffermain p.discount{
	width:80px;
	height:80px;
	border-radius:40px;
	position:absolute;
	text-align:center;	
	top:-15px; right:-5px;
	background:#fff;
	box-shadow:-1px 3px 5px rgba(0,0,0,0.2) 
}
#economyoffermain p.discount span {
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:15px;
	padding-top:28px;
	color:#D35264;
	margin:0
}
#economyoffermain p.total{
	width:110px;
	height:110px;
	border-radius:50px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#economyoffermain p.total span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}


/* Get One Offer Box */
#getoneoffermain .offer-box{
	width:220px;
	position:relative;
	float:left;
	display:block;
	margin:0 10px 50px 10px;
	padding:10px;
	box-sizing:border-box;
	background:#ffc601;
	border-radius:10px;
	overflow:hidden
}
#getoneoffermain p.package{
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	background:#ffc601;
	margin:0 10px;
	font-size:18px;
	color:#000;
	text-align:center;	
	border-radius:5px;
	margin-bottom:4px;
	text-shadow:1px 1px 2px rgb(255,255,255)
}
#getoneoffermain p.discount{
	width:80px;
	height:80px;
	border-radius:40px;
	position:absolute;
	text-align:center;	
	top:-15px; right:-5px;
	background:#fff;
	box-shadow:-1px 3px 5px rgba(0,0,0,0.2) 
}
#getoneoffermain p.discount span {
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:15px;
	padding-top:28px;
	color:#D35264;
	margin:0
}
#getoneoffermain p.total{
	width:110px;
	height:110px;
	border-radius:50px;
	position:absolute;
	text-align:center;	
	right:-40px; bottom:-40px;
	background:#fff;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) 
}
#getoneoffermain p.total span{
	font-weight:bold;
	font-size:18px;
	color:#ff7502;
	display:block;
	padding-top:15px;
	padding-right:30px;
}

/* modal box styles*/
#mask{
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
#boxes .window{
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:300px;
	display:none;
	z-index:9999;
}
#boxes #dialog{
	width:480px;
	height:300px;
	padding:20px 20px;
	color:#fff;
	background-color:#ff7502;
	font-size:14px; 
	line-height:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-radius:10px
}
a.close {
	text-decoration:none; 
	color:#000;
}
a.close:hover{
	text-decoration:none;	
	color:#000;
}
#dialog strong{
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
#dialog img.lady{
	display:block;
	float:left;
}

#dialog h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 10px;
	color: white;
}
.scrollup{
    width:26px;
    height:26px;
    opacity:0.6;
    position:fixed;
    bottom:70px;
    right:30px; 
	display:none;
    text-indent:-9999px;
    background:url(../images/button_up.png);
}

/* -- Sign Up Form -- */
.signup-form-inside{
	float:left;
	width:635px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	padding-left:5px	
}
.signup-form-inside p{
	margin:0;
	padding:0;
	width:600px;
	float:left;
	display:block
}
.signup-form-inside form{
	float:left;
	width:635px;
}
.signup-form-inside label{
	display:block;
	width:170px;
	padding-bottom:2px;
}
.signup-form-inside input{
	margin:0;
	padding:0;
}
.radiotxt{
	margin-right:5px;
	line-height:30px;
}
.signup-form-inside input.txtinput{
	width:400px;
	height:24px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:3px;
}
.signup-form-inside input.phoneinput{
	width:150px;
	height:24px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:4px;
}
.signup-form-inside input.txtcomments{
	width:400px;
	display:block;
	height:74px;
	background:#fff;
	border:1px solid #939598;
	color:#000;
	margin-bottom:10px;
}
.signup-form-inside input:focus, .contact-form-inside textarea:focus {
}
.signup-form-inside .btn-submit{
	border-radius:3px;
	width:76px;
	height:30px;
	cursor:pointer;	
	background:#ffc601;	
	border:1px solid #333;
	margin-right:5px;
}
.signup-form-inside .btn-submit:hover{
	background:#ff7502;
	-webkit-transition:background 2s;
	transition:background 2s;
}
.signup-form-inside .btn-reset{
	border-radius:3px;
	width:76px;
	height:30px;
	cursor:pointer;	
	background:#ffc601;	
	border:1px solid #333;
}
.signup-form-inside .btn-reset:hover{
	background:#ff7502;
	-webkit-transition:background 2s;
	transition:background 2s;
}
.success {
	color: #063;
	margin-left: 15px;
}
.fail {
	color: #c00;
	margin-left: 15px;
}
