/*
	Delex by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Pre-loader
	4) Parallax
	5) Navigation
	6) Home
	7) Services
	8) Twitter-tweets
	9) Contact
	10) Footer
	11) Responsive
	12) Back-to-top
*/

/* khai bao o day ko can giống màu bên kia cũng dc */
:root {
	--primary: #FF0000;
	--primary-hover: #FF0000;
	--secondary: #ffd86c;
}

/* 1 Reset
----------------------------------------------------------------------------- */

/* .uicolor_primary{
    color:var(--primary)!important;
} */


html,
body {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #535353;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0 !important
}

iframe {
	border: none;
	width: 100%;
}

a {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #bd8f69;
}

.footer-content a:hover {
	color: #737373;
	font-weight: 700;
}

p {
	color: #737373;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Signika Negative', sans-serif;
}

textarea {
	max-width: 100%;
}

.navbar-brand{
	width: 100px !important;
	height: 100px;
}

.btn {
	font-size: 14px;
	font-family: 'Signika Negative', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
}

.btn:focus,
.btn:active:focus {
	outline: none;
	color: #ffffff;
}

.btn-custom,
.btn-custom-sm {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom-sm:hover,
.btn-custom-sm:focus {
	color: #fff;
	background-color: #6C6767;
	border-color: #6C6767;
}

.btn-custom-sm {
	padding: 0.5em 1em;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	height: 38px;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.progress {
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #bbb;
}

.progress-bar {
	height: 6px;
	box-shadow: none;
	margin: 1px;
	border-radius: 3px;
}

section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
}

/* 2 Help-classes
----------------------------------------------------------------------------- */
.no-padding {
	padding: 0px;
}

.color-l-orange {
	color: #ff8b8b;
}

.color-l-blue {
	color: #77afea;
}

.color-l-yellow {
	color: #f4d382;
}

.color-l-purple {
	color: #ad8ede;
}

.color-l-pink {
	color: #ff3e75;
}

.color-l-green {
	color: #77dfa2;
}

.bg-light-orange {
	background-color: #ff8b8b;
	color: #ffffff;
}

.bg-light-blue {
	background-color: #77afea;
	color: #ffffff;
}

.bg-light-yellow {
	background-color: #f4d382;
	color: #ffffff;
}

.bg-light-purple {
	background-color: #ad8ede;
	color: #ffffff;
}

.bg-light-pink {
	background-color: #ff3e75;
	color: #ffffff;
}

.bg-light-green {
	background-color: #77dfa2;
	color: #ffffff;
}

.titleHR {
	background: none repeat scroll 0 0 #e1e1e1;
	height: 3px;
	margin: 20px auto 0;
	position: relative;
	text-align: center;
	width: 130px;
	margin-bottom: 20px;
}

.titleHR span {
	border-left: 5px solid #f7f7f7;
	border-right: 5px solid #f7f7f7;
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 50px;
}

/* 3 Pre-loader
----------------------------------------------------------------------------- */
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 999999;
}

.loader {
	width: 200px;
	height: 200px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}


/* 4 Parallax
----------------------------------------------------------------------------- */
.parallax {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}

/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
	background-image: linear-gradient(to right, #0F0F0F, #3A3A3A);
	margin-bottom: 0px;
	z-index: 1000;
	border: none;
	color: #333;
	position: fixed;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	padding: 10px 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover {
	color: #ffffff;
	padding: 30px 15px;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Ephesis', cursive;
}

.small .navbar-brand,
.small .navbar-brand:hover {
	color: #333;
}

.navbar-custom .nav {
	padding: 10px 0px;
}

.navbar-custom .navbar-nav>li>a {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 15px;
	border: 1px solid transparent;
}

.small .navbar-nav>li>a {
	color: #fff;
	border: 1px solid transparent;
}

nav.small {
	background-color: #977051;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}


/* 6 Home
----------------------------------------------------------------------------- */
.main-home {
	padding: 280px 0px 280px 0;
	z-index: 1;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: #000;
	min-height: 400px;
}

.home-page-photo {
	/*background-image: url(../images/bg-5.jpg);*/
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	opacity: 1;
	right: 0;
	bottom: 0;
	left: 0;
}

.home__header-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.home__header-content h1 {
	font-family: 'Ephesis', cursive;
}

.home__header-content p {
	font-weight: 300;
	font-size: 16px;
	margin-top: 20px;
}

.home__header-content a.btn-default {
	margin-top: 15px;
}

/*--- Carousel --*/
#main-home-carousel .intro-title {
	font-family: 'Ephesis', cursive;
	text-transform: none;
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	line-height: 1;
}

#main-home-carousel .intro-text {
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 1.2;
}

/* 7 Services
----------------------------------------------------------------------------- */
.services-item {
	padding: 20px 20px;
	height: 350px;
}

.services-item .col-wrapper,
.services-item .icon-border {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.services-item .col-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-item i {
	font-size: 48px;
	margin-bottom: 20px;
}

.services-item h5 {
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
}

/* 11 Twitter-tweets
----------------------------------------------------------------------------- */
#twitter_tweet {
	background: url(../images/pattern1.png), url(../images/bg-4.jpg);
}

.twitter_tweet h5 {
	font-weight: 300;
	line-height: 1.5;
	/*
     edit*/
	/*color: rgba(255,255,255,0.77);*/
	color: #fff;

}

.twitter_tweet i {
	font-size: 30px;
}


/* 13 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}

.error {
	margin: 8px 0px;
	display: none;
	color: red;
}

#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}

#contact .con_sub_text {
	margin-top: 20px;
}

#contact textarea.form-control {
	height: 120px;
}

/* 14 Footer
----------------------------------------------------------------------------- */
footer p {
	margin-bottom: 20px;
	font-size: 18px;
}

#footer {
	background-color: #f7f7f7;
	border-top: 1px solid #e4e4e4;
}

.footer-content {
	/*padding: 40px 0px 80px;*/
}

.footer-bottom {
	background-color: #000;
	color: #a1a1a1;
	padding: 20px 0px 1px;
}

.footer-socials {
	position: relative;
	margin: 47px 0px 20px 0px;
	text-align: center;
}

.footer-socials a {
	display: inline-block;
}

.footer-socials i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #6e6e6e;
	border: 1px solid #3A3A3A;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.footer-socials a:hover i {
	background: #4b4b4b;
	color: #fff;
	border: 3px solid #3A3A3A;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* menu */
.display-table {
	display: table-row-group
}

.display-row {
	display: table-row
}

.display-col {
	display: table-cell
}

.width-price {
	width: 40px;
}

.w-100 {
	width: 100%;
}

.pr-1 {
	padding-right: 8px;
}

.p-0 {
	padding: 0 !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}


/* carousel new */
.carousel-inner {
	overflow: inherit;
}

.background-carousel {
	background: url(../images/banner01.png);
	background-position: center;
	background-size: cover;
	height: 600px;

	position: relative;
	z-index: 1;
}

.background-carousel::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.33);
	z-index: 1;
	left: 0;
}

.carousel-inner .item {
	display: none;
	height: 500px;
	z-index: 100;
}

.carousel-inner .item.active {
	display: block;
	height: 500px;
}

/* 15 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-custom {
		background-color: rgb(41, 40, 40);
		/* background-image: linear-gradient(to right, rgb(15, 15, 15), rgb(58, 58, 58)); */
		background-position: center;
	}

	.navbar-custom .navbar-brand {
		color: #000;

	}

	.work-list li {
		width: 100%;
		display: auto;
	}

	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-brand:hover {
		padding: 8px;
	}
}

/* 16 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 0px;
	right: 20px;
	display: none;
	text-align: center;
	z-index: 10000;
	background-color: var(--secondary) !important;
}

.back-to-top i {

	font-size: 15px;
	display: block;
	line-height: 33px;
}




/*==================================
STYLE SWITHER - Demo purpose only
==================================*/

#style-switcher div h3 {
	color: #1D1D1D;
	font-size: 16px;
	margin: 8px 3px 12px;
}

#style-switcher {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
	left: -189px;
	position: fixed;
	top: 17%;
	width: 189px;
	z-index: 9999;
	padding: 10px 5px;
}

#style-switcher div {
	padding: 5px 10px;
}

#style-switcher .bottom {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #252525;
	padding: 0;
}

#style-switcher .bottom a.settings {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
	display: block;
	height: 41px;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	padding: 3px;
}

#style-switcher .bottom a {
	text-decoration: none;
}

#style-switcher .bottom a.settings i {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	position: absolute;
	margin-top: 9px;
}

ul.pattern {
	list-style: none outside none;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	border-radius: 0px;
}

ul.pattern li {
	float: left;
	margin: 2px;
}

ul.pattern li a {
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
}

ul.pattern .color1 {
	background-color: #EE82EE;
}

ul.pattern .color2 {
	background-color: #d13a7a;
}

ul.pattern .color3 {
	background-color: #e24348;
}

ul.pattern .color4 {
	background-color: #1aace7;
}

ul.pattern .color5 {
	background-color: #6a5a8c;
}

ul.pattern .color6 {
	background-color: #F94c00;
}

ul.pattern .color7 {
	background-color: #1f7f5c;
}

ul.pattern .color8 {
	background-color: #336699;
}

ul.pattern .color9 {
	background-color: #Fbce43;
}

ul.pattern .color10 {
	background-color: #a06081;
}

ul.pattern .color11 {
	background-color: #737f97;
}

ul.pattern .color12 {
	background-color: #9932cc;
}

@media only screen and (max-width: 479px) {
	#style-switcher {
		display: none;
	}
}

/*H edit*/

.testi-carousel,
.title {
	color: #191919;
	font-family: 'Ephesis', cursive;
	text-transform: none;
	font-size: 50px;
	padding: 0 15px;
}

.intro-text {
	padding: 0 15px;
	font-size: 16px;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 0.7rem !important;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

/*css for SERVICE MENU*/
.background-service {
	background-image: url("../images/service/boujee-nails-spa-service-background.jpg");
	min-height: 150px;
}

.title-service {
	padding: 50px 0;
	color: white;

}

.title-service {
	font-size: 30px;
	color: white;
}

.description p {
	font-size: 14px;
	color: #626262;
	margin-top: 10px;
	margin-bottom: 14px;
}

.div-title {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.title-big {
	font-size: 30px;
	color: #191919;
	font-weight: 500;
	padding: 16px 0 16px 0;
	letter-spacing: 4px;
	line-height: 1.2;
}

.title-small,
.title-small-list {
	font-size: 18px;
	color: #333;
}

.title-small-list {
	margin-bottom: 16px;
}

.text-price {
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
}

.color-price {
	color: #40873e;
}

.border-right-img {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.line-dash {
	border: 1px solid rgba(255, 255, 255, 0.05);
	height: 0.5px;
	width: 100%;
	margin: 20px 0;
}

.color-bold {
	color: #a5792b;
}

#services .owl-item:hover h4 {
	color: #ffde97;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.title-small,
.title-small-list {
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.color-price {
	color: #333;
}

.text-right {
	text-align: right !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-12 {
	width: 100%;
}

.border-right-img img {
	max-width: 100%;
	border-radius: 10px;
}

img {
	vertical-align: middle;
	border-style: none;
	margin: 0 !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.navbar-brand {
	height: auto;
}

.navbar-brand img {
	margin: 0 !important;
	/* padding: 0 10px; */
	width: auto;
}

.name-customer {
	font-size: 18px;
	color: #fff !important;
}

.title.title-white {
	color: #fff;
	text-align: center;
	width: 100%;
}

.owl-theme .owl-controls .owl-page span {
	color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #6bdda4;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff !important;
	background-color: transparent;
}

.bg-grey {
	background: #f7f7f7;
}

.review {
	position: relative;
}

.review::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000007f;
	z-index: 2;
	left: 0;
	top: 0;
}

.container {
	position: relative;
	z-index: 45;
}

.services-grid {
	margin-top: 40px;
}

.service-card {
	text-align: center;
	margin-bottom: 40px;
}

.service-card img {
	width: 100%;
	/* height: 220px; */
	object-fit: cover;
	border-radius: 6px;
}

.service-card h4 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 600;
}

.price {
	font-size: 24px;
	font-weight: 500;
	color: #c59d5f;
}
.carousel-control{
	z-index: 10;
}

@media(min-width: 768px) {

	.service-card img {
		height: 200px;
	}

	.service-card h4 {
		font-size: 14px;
	}

	.price {
		font-size: 24px;
	}

	.background-carousel {
		height: 700px;
	}


	.twitter_tweet h5 {
		padding: 0 10%;
	}

	.title-big {
		padding: 0 0 10px 0;
		font-size: 25px;
		border-bottom: 2px solid #dee2e6 !important;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.border-right-col {
		border-right: 1px solid #dee2e6 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.navbar-brand img {
		width: auto;
		/* margin-top: -5px !important; */
	}
}

@media (min-width: 1024px) {

	.service-card img{
    height:220px;
}

.service-card h4{
    font-size:18px;
}

.price{
    font-size:26px;
}

	/* .carousel-caption {
		padding-top: 15%;
		padding-bottom: 0;
	} */
	.line-dash {
		margin: 40px 0;
	}

	.main-home {
		padding: 350px 0px 350px 0;
	}

	.testi-carousel,
	.title {
		font-size: 60px;
	}

	.mt-lg {
		margin-top: 50px !important;
	}

	.navbar-brand img {
		/* margin: 5px 0 !important; */
	}

	.intro-text {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}

	.container {
		padding: 90px 0 !important;
	}

	.navbar-custom .navbar-nav>li>a {
		padding: 10px 4px;
	}
}

@media (min-width: 1200px) {

	/* .background-carousel{
		height: 700px;
	}
	#main-home-carousel{
		padding-top: 4%;
	}
	.carousel-caption {
		padding-top: 10%;
		padding-bottom: 0;
	} */
	.navbar-custom .navbar-nav>li>a {
		padding: 10px 15px;
	}

	.twitter_tweet h5 {
		padding: 0 20%;
	}
}

@media (min-width: 2560px) {

	/* .carousel-caption {
		padding-top: 5%;
		padding-bottom: 0;
	} */
}


/* Right Box */
#social-media {
	background: #333333 !important;
	border-color: #4b4b4b !important;
	width: 185px;
	height: 70px;
	position: fixed;
	z-index: 99;
	left: -85px;
	top: 35%;
	border-top-left-radius: 10px;
	-mox-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	cursor: pointer;
	opacity: 1.0;

	transform: rotate(90deg);
	/* -webkit-transform: rotate(-90deg); */
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	right: -50px;
	top: 70%;
	border-radius: 10px;
}

#social-media a {
	border: none;
}

#social-media ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding-inline-start: 10px;
}

.btn-transparent {
	background-color: transparent !important;
	padding: 5px 10px !important;
}

.btn-header {
	display: flex !important;
}

.btn-transparent {
	color: #fff;
}

.btn-transparent:hover {
	background-color: transparent !important;
	padding: 5px 6px !important;
}

.btn-transparent:hover svg {
	color: #000;
}

#book-now {
	width: 130px;
	height: 40px;
	position: fixed;
	z-index: 99;
	right: 0px;
	top: 35%;
	border-top-left-radius: 4px;
	-mox-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	cursor: pointer;
	opacity: 1.0;

	transform: rotate(0deg);
	/* -webkit-transform: rotate(-90deg); */
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	right: 100px;
	top: 94.5%;
	border-radius: 5px;
}

#call-now {
	width: 130px;
	height: 40px;
	position: fixed;
	z-index: 99;
	right: 0px;
	border-top-left-radius: 4px;
	-mox-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	cursor: pointer;
	opacity: 1.0;

	transform: rotate(0deg);
	/* -webkit-transform: rotate(-90deg); */
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	right: 230px;
	top: 94.5%;
	border-radius: 5px;
}

#call-now svg,
#book-now svg {
	margin-top: -5px;
}

#call-now .btn,
#book-now .btn {
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	padding: 8px 15px;
	background: #6e6e6e !important;
	border-color: #4b4b4b !important;
}