body {
	font-size: 14px;
	color: #3e3e3e;
	font-family: Poppins,sans-serif;
}

.container {
    max-width: 1230px;
    content: '';
}

.hidden {
	display: none !important;
}

img {
	vertical-align: middle;
	border-style: none;
}

header {
	display: block;
}

.logo {
    border-radius: 50%;
    position: absolute;
    top: 15px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.header-section {
	display: table;
	/*padding: 10px 0;*/
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	z-index: 999;
}


.navigation {
	float: right;
}

.navigation ul {
	margin: 0;
	padding: 28px 0;
	display: inline-block;
}

.navigation ul li {
	display: inline-block;
	margin-right: 25px;
}

.navigation ul li a {
	color: #424242;
	font-size: 16px;
}

.navigation ul li a i {
	margin-right: 5px;
}

.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 10px;
	box-shadow: -2px 2px 11px 0 rgba(86,86,86,.22);
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	padding: 0 15px;
	background: #fff !important;
	color: #3e3e3e !important;
}

header .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 17px;
	color: #3e3e3e;
	display: block;
	transition: .3s;
}

header .sidenav a i {
	margin-right: 10px;
}

header .sidenav img {
	max-width: 100%;
	margin: 20px 0;
	padding: 8px 8px 8px 32px;
}

.side-navbar {
	display: inline-block;
	position: relative;
}

.buy-cart {
	display: inline-block;
    position: relative;
    bottom: -45px;
    z-index: 9;
    right: 40px;
}

.buy-cart a {
	color: #fff;
	background: #d90467;
	padding: 12px 12px;
	font-size: 18px;
	border-radius: 50%;
}

.buy-cart span {
	color: #fff;
	background: #6f1d1e;
	padding: 1px;
	font-size: 16px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	text-align: center;
	top: -25px;
	left: 30px;
	height: 30px;
	width: 30px;
}

.login_form {
	padding: 15px 15px 0px 15px;
	border-left: 1px solid #ddd;
	margin: -10px 10px 0px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* Footer */

footer {
	display: block;
}

.footer-section {
	padding-top: 70px;
	background: #212121;
	padding-bottom: 20px;
}

.footer-box {
	padding-bottom: 20px;
}

.footer-box h5 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
}

.footer-box ul {
	margin: 0;
	padding: 0;
	display: block;
}

.footer-box ul li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer-box ul li a {
	color: #e5e5e5;
}

.footer-box ul li a i {
	margin-right: 10px;
	font-size: 17px;
}

.follow {
	padding-bottom: 20px;
}

.follow h5 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
}

.follow ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

.follow ul li {
	display: inline-block;
	margin-right: 15px;
}

.follow ul li a img {
	max-width: 40px;
}

.footer-bottom {
	padding: 10px 0;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-link ul {
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

.footer-link ul li {
	display: inline-block;
	border-right: 1px solid #3e3e3e;
}

.footer-link ul li:last-child {
	border: none;
}

.footer-link ul li a {
	color: #3e3e3e;
	padding: 0 10px;
}


/* Common Style */

.select2-results .select2-result-label {
    border: 1px solid #aaa !important;
    margin-bottom: -1px !important;
    padding: 5px !important;
    color: #222 !important;
}

.select2-container .select2-choice {
    height: 35px !important;
    line-height: 35px !important;
}

#popup_model_content {
    min-height: 350px;
    background-size: cover; 
    background-position: inherit;
    cursor: pointer;
}

.move_to_top {
    cursor: pointer;
}

.whatsapp-64 {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 1000;
    overflow: hidden;
}

.whatsapp-64 img {
    width: 40px;
    height: 40px;
}

.phone-64 {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1000;
    overflow: hidden;
}

.phone-64 img {
    width: 40px;
    height: 40px;
}

.alert-danger-fixed {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success-fixed {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.i_plus_minus {
	line-height: 33px;
	font-size: 30px;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
	color: #d90467;
}

.color-black {
	color: #000000;
}

.regular-price {
	text-decoration: line-through;
	color: #666666;
}

hr {
	width: 100% !important;
	border-top: 1px solid #888 !important;
	margin: 10px !important;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

.descripton-right h5, .descripton-right h6 {
	font-size: 18px !important;
}

.section-ptb {
    padding: 50px 0;
}

div.clearfix {
	clear: both;
}

sup {
	color: #ff0000;
}

button {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 1.3em;
	border-radius: 10px;
	font-weight: 700;
}

button a {
    text-decoration: none;
    color: #fff;
}

input[type="submit"], input[type="button"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid gray;
    background: #d90467;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.banner-container {
    height: 500px;
    background-position: center;
    background-size: cover;
}

.banner-title {
	color: #fff;
	position: absolute;
	margin: auto;
	text-align: center;
	width: 100%;
	font-size: 52px;
	font-weight: 600;
	z-index: 99;
	bottom: 15%;
}

.banner-container-small {
	height: 150px;
	background-position: center;
	background-size: cover;
	margin-top: 65px;
}

.banner-title-small {
	color: #fff;
	margin: auto;
	text-align: center;
	width: 100%;
	font-size: 36px;
	font-weight: 600;
	line-height: 150px;
}

.modal-backdrop {
	opacity: .5 !important;
}

/* Home Page */

.owl-prev img {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 35px;
    height: 35px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.owl-next img {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 35px;
    height: 35px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.home_btn_green {
	color: #fff;
	background: #6bc513;
	font-size: 16px;
	border: none;
	padding: 5px 15px;
	margin: 0 auto;
	margin-top: 5px;
	display: inline-block;
	outline: 0;
	width: 70px;
	cursor: pointer;
}

.our-services .all-packages .see-more {
    text-align: right;
    margin-bottom: 10px;
}

.our-services .all-packages .see-more a {
    color: #d90467;
    font-size: 16px;
}

.our-services {
    padding-top: 60px;
    margin-bottom: 30px;
}

.our-services .service-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
}

.our-services .service-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.our-services .service-slider {
    padding: 10px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.drop-section .drop-box {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    padding: 20px;
}

.drop-section .drop-box h6 {
    text-align: center;
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 40px;
}

.drop-section .drop-box .query-box {
    border: 2px solid #ff6c8c;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.drop-section .drop-box .query-box h6 {
    color: #fff;
    background: #d90467;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    margin-top: -45px !important;
    margin-bottom: 30px !important;
    width: 70%;
    margin: 0 auto;
}

.drop-section .drop-box .query-box form input {
    margin-bottom: 10px;
    outline: 0;
    border: 1px solid #ced4da;
}

.drop-section .drop-box .query-box form textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    resize: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
}

.drop-section .drop-box .query-box form button {
    color: #fff;
    background: #d90467;
    width: 100%;
}

.video-section .youtube-video {
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.video-section .youtube-video iframe {
    height: 270px;
    width: 100%;
    border: 0;
}

.our-services .service-slider .item {
    padding: 5px;
    width: 100%;
    display: inline-block;
}

.our-services .service-slider .item .service-box {
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
}

.our-services .service-slider .item .service-box p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
}

.our-services .service-slider .owl-item {
	float: left;
}

.our-services .all-packages .packages {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    margin-bottom: 20px;
}

.all-packages .packages .package-content {
    background: #fff;
    padding: 10px;
}

.all-packages .packages .package-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.all-packages .packages .package-content ul li:first-child {
    width: 60%;
}

.all-packages .packages .package-content ul li:first-child p {
    
}

.all-packages .packages .package-content ul li:first-child div {
    padding: 10px;
}

.all-packages .packages .package-content ul li:first-child div a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
}

.all-packages .packages .package-content ul li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.all-packages .packages .package-content ul li p span {
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.all-packages .packages .package-content ul li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.all-packages .packages .package-content ul li h5 {
    text-align: center;
    font-size: 16px;
}

.all-packages .packages .package-content ul li h5 span {
    display: block;
    color: #d90467;
    font-size: 13px;
}

.all-packages .packages .package-content ul li h5 samp {
    text-decoration: line-through;
}


.all-packages .packages .package-content div div h5 span {
    display: block;
    color: #d90467;
    font-size: 13px;
}

.all-packages .packages .package-content div div h5 samp {
    text-decoration: line-through;
}




.deal-section .deal-heading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.deal-section .deal-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
}

.deal-section .deal-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.deal-section .deal-heading h6 {
    font-size: 35px;
    font-weight: 300;
    margin: 20px 0;
}

.deal-section .deal-slider {
    padding: 10px;
    margin-bottom: 20px;
}

.deal-section .deal-slider .deal-box {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.deal-section .deal-slider .deal-box img {
    height: 100%;
    width: 100%;
}

.deal-section .deal-slider .deal-box .deal-hover {
    /*top: 0;*/
    left: 20;
    right: 20;
    bottom: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 20px;
    position: absolute;
    background: rgba(255,255,255,.7);
    transition: all .5s ease-in-out;
    margin: 20px;
}

.deal-slider .deal-box .deal-hover h5 {
    font-size: 25px;
    font-weight: 400;
    position: relative;
    color: #d90467;
}

.deal-slider .deal-box .deal-hover h5::after {
    width: 80px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 10px;
}

.deal-slider .deal-box .deal-hover p {
    font-size: 14px;
    margin-bottom: 20px;
}

.deal-slider .deal-box .deal-hover button.btn {
    background: #d90467;
    color: #fff;
    box-shadow: none;
    outline: 0;
}

.deal-section .deal-slider .deal-box:hover .deal-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(2);
}


.why-amaze-section {
    margin-bottom: 30px;
}

.why-amaze-section .why-heading {
    text-align: center;
    margin: 50px 0;
}

.why-amaze-section .why-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.why-amaze-section .why-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.why-amaze-section .why-box-img {
    margin-bottom: 40px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.why-amaze-section .why-box-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100%;
    object-position: 100%;
    position: relative;
    transition: all .3s;
    display: block;
    height: auto;
    transform: scale(1);
    border-radius: 7px;
}

.why-amaze-section .why-box-content {
    margin-bottom: 40px;
    padding: 20px;
}

.why-amaze-section .why-box-content h4 {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #666;
    margin-top: 50px;
}

.why-amaze-section .why-box-content h4::after {
    width: 140px;
    height: 2px;
    bottom: -20px;
    background-color: #666;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 70px;
}

.why-amaze-section .why-box-content p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    padding-right: 50px;
}


.how-work-section {
    margin-bottom: 50px;
}

.how-work-section .how-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.how-work-section .how-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.how-work-section .how-box {
    padding: 30px 10px;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.how-work-section .how-box img {
    max-width: 60px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.how-work-section .how-box p {
    font-size: 15px;
    margin-bottom: 0;
}




.download-section {
    margin-bottom: 50px;
}

.download-section .download-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.download-section .download-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.download-section .download-heading p {
    text-align: center;
    margin-bottom: 60px;
}

.download-content .download-box {
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin-top: 30px;
}

.download-content .download-box i.fa {
    background: #d90467;
    color: #fff;
    font-size: 20px;
    height: 50px;
    padding: 15px;
    top: 10px;
    width: 50px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
}

.download-content .download-box .feature-content {
    display: inline-block;
    margin-left: 80px;
}

.download-content .download-box .feature-content h5 {
    font-size: 18px;
    font-weight: 500;
}

.download-content .download-box .feature-content p {
    font-size: 14px;
}

.download-content .download-button {
    margin-top: 30px;
}

.download-content .download-button a img {
    max-width: 200px;
    margin-right: 20px;
}

.download-section .download-img img {
    max-width: 100%;
}


.our-testimonial .testimonial-heading {
    margin-bottom: 60px;
}

.our-testimonial .testimonial-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.our-testimonial .testimonial-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.our-testimonial .testimonial-slider {
    margin-bottom: 50px;
}

.our-testimonial .testimonial-slider .testimonial-box {
    padding-bottom: 20px;
}

.our-testimonial .testimonial-slider .testimonial-box .testimonial-content {
    padding: 50px;
    background: #f9f8fc;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    position: relative;
    margin: 0 10px;
}

.testimonial-slider .testimonial-box .testimonial-content span.fa {
    color: #d90467;
    font-size: 40px;
}

.testimonial-slider .testimonial-box .testimonial-content p {
    font-size: 13px;
    line-height: 25px;
}

.our-testimonial .testimonial-slider .testimonial-box h6 {
    display: block;
}

.our-testimonial .testimonial-slider .testimonial-box h6 img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: inline-block;
}

.our-testimonial .testimonial-slider .testimonial-box h6 span {
    display: inline-block;
    margin-left: 15px;
}




/* My Account */

#my_account_info {
    border: 1px solid #dddddd;
}

#my_account_info img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px auto;
    display: inherit;
}

#my_account_info div {
    margin: 10px;
    text-align: center;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

#my_account_info div h4 {
    text-transform: capitalize;
}

#side_nav {
    padding: 10px;
    list-style: none;
}

#side_nav li.active {
    border-left: 3px solid #d90467;
    color: #d90467;
}

#side_nav li {
    padding-left: 10px;
    font-weight: 600;
    line-height: 35px;
    color: #666666;
}

#side_nav li a {
    color: #666666;
}

#side_nav li i {
    float: right;
    line-height: 35px;
}

.section-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #d90467;
    margin-bottom: 12px;
    margin-top: -5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#flash_div_danger button {
    display: none;
}
#flash_div_success button {
    display: none;
}

/* appointment cart */

.appointment-body-container {
    min-height: 300px;
}

.appointment-page-section .appointment-left .appointment-box {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 20px;
}

.appointment-page-section .appointment-left .appointment-box ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.appointment-page-section .appointment-left .appointment-box ul li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.appointment-box div div img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.service-time {
	padding: 6px;
	border: 1px solid #34a853;
	color: #34a853;
	background: #fafafa;
	border-radius: 5px;
	width: auto;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 12px;
}

.appointment-page-section .appointment-left .appointment-box ul li:nth-child(2) {
    width: 70%;
    padding: 0 10px;
}

.appointment-page-section .appointment-left .appointment-box ul li:last-child {
    width: 10%;
}

.appointment-box .delete-tender {
	position: absolute;
	right: 30px;
	bottom: 0px;
}

.appointment-box .delete-tender img {
    height: 30px !important;
    width: 30px !important;
    border-radius: 100%;
    background: #ff0009;
    padding: 1px;
}

.appointment-box .delete-tender img:hover {
    background: #2689c6;
}

.appointment-box {
	overflow: hidden;
}

.appointment-box .desp-img-content div {
	width: 100%;
	left: 15px;
	text-align: left;
}

.desp-img-content div {
	position: inherit !important;
}

.appointment-box h5 {
	font-size: 20px !important;
}

#price_div {
	padding: 10px 0px 0px 0px; 
}

#price_div p {
	float: left;
	margin-right: 5px;
}


.appointment-page-section .appointment-right {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
    padding: 15px;
    overflow: hidden;
}

.appointment-right .appointment-time .booking-left-date {
    font-weight: 600;
}

.appointment-page-section .appointment-right .appointment-time .booking-left-date h5 {
    font-size: 18px;
}

#btnGetTimeSlot, #btnCheckout {
    background: #d90467;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    box-shadow: none;
    outline: 0;
}

.appointment-right .appointment-time .booking-left-date ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.appointment-right .appointment-time .booking-left-date ul li {
    display: inline-block;
    margin: 5px;
    background: #eaeaea;
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
}

.timeslot-chips-active {
    background: #d90467 !important;
    color: #ffffff;
}

.timeslot-chips-active p {
    color: #fff !important;
}

.appointment-right .appointment-time .booking-left-date ul li p {
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.appointment-right .appointment-time .booking-left-date ul li:hover {
    background: #d90467;
    color: #fff;
}

/* Checkout */

.order-details table tr {
    height: 30px;
}

.radio_div label {
    position: relative;
    left: 4px;
    top: -3px;
}

/* Gift */

.gift-section .gift-card-section {
    padding: 20px;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
    margin: 0 auto;
    display: block;
}

.gift-section .gift-card-section form h5 {
    font-size: 22px;
    margin-top: 20px;
}

.gift-section .gift-card-section form .form-group {
    margin-bottom: 20px;
}

.gift-section .gift-card-section form .form-group label {
    font-size: 16px;
}

.gift-section .gift-card-section form .form-group label span {
    color: #d90467;
    font-size: 15px;
    margin-left: 5px;
}

.gift-section .gift-card-section form input {
    margin-bottom: 10px;
    outline: 0;
    border: 1px solid #ced4da;
}

.gift-section .gift-card-section form .form-group button.btn {
    color: #fff;
    margin: 0 auto;
    background-color: #6bc513;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    display: block;
    padding: 10px 30px;
}


/* Refer and Earn */

.refer_earn {
    margin-top: 70px;
}

.refer_earn .refer_earn_heading {
    text-align: center;
    color: #d90467;
    font-size: 40px;
    position: relative;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.refer_earn .refer_earn_heading[_ngcontent-ifn-c7]::after {
    background: #d90467;
    height: 2px;
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin-top: 10px;
}

.refer_earn .refer_earn_outer_container {
    display: flex;
    width: 80%;
    margin: 40px auto 70px;
}

.refer_earn .refer_earn_outer_container .refer_earn_content_container {
    min-width: 60%;
    margin: auto;
}

.refer_earn .refer_earn_outer_container .refer_earn_content_container h1 {
    font-size: 48px;
}

.refer_earn .refer_earn_outer_container .refer_earn_content_container .refer_earn_text {
    font-size: 20px;
    width: 80%;
}

.refer_earn .refer_earn_outer_container .refer_earn_image_container img {
    width: 80%;
}

.refer_earn .refer_earn_inner_container {
    margin: 40px 0;
}

.refer_earn .refer_earn_inner_container .referrals {
    width: 60%;
    margin: auto;
}

.refer_earn .refer_earn_inner_container .referrals h3 {
    color: #d90467;
    font-size: 26px;
}

.refer_earn .refer_earn_inner_container .referrals p {
    font-size: 20px;
}

.refer_earn .refer_earn_inner_container .referrals .referral_steps_container {
    margin: 60px 0;
}

.refer_earn .refer_earn_inner_container .referrals .referral_steps_container .step .icon {
    background-color: #f3f7ff;
    font-size: 32px;
    text-align: center;
    display: flex;
    margin: auto;
    width: 70px;
    height: 68px;
    padding: 15px 18px;
    border-radius: 50%;
    line-height: 1;
}

.refer_earn .refer_earn_inner_container .referrals .referral_steps_container .step .icon i {
    margin: auto;
    color: #6195fa;
}

.refer_earn .refer_earn_inner_container .referrals .referral_steps_container .step h3 {
    color: #222;
    font-size: 22px;
    margin-top: 15px;
    text-align: center;
}

.refer_earn .refer_earn_inner_container .referrals .referral_steps_container .step p {
    width: 70%;
    font-size: 12px;
    margin: auto;
    color: #777;
    text-align: center;
}

.refer_earn .refer_earn_inner_container .referrals .referral_steps_container .step .curve {
    width: 100%;
    border: 3px dashed #ddd;
    border-color: #ddd transparent transparent;
    display: flex;
    margin: auto;
    height: 59px;
    padding: 0;
}



/* Services */


.services_cat_block {
    float: left;
    list-style: none;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    margin: 0px;
    padding: 15px;
}

.container-outer { overflow: scroll; width: 100%; height: 210px; }
.container-inner { width: 5000px; }

.service-page-section {
    padding: 40px 0;
}

.service-page-section .service-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.service-page-section .service-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.service-page-section .service-heading p {
    text-align: center;
    margin-bottom: 60px;
}

.services_cat_block .service-box {
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    overflow: hidden;
}

.service-page-section .service-box {
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 0px;
    text-align: center;
}

.service-page-section .service-box img {
    max-width: 100%;
}

.services_cat_block .service-box h6 {
    color: #3e3e3e;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.service-page-section .service-box h6 {
    color: #3e3e3e;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}

.service-all-section {
    margin-bottom: 50px;
}

.service-all-section .service-all-heading {
    margin: 50px 0;
}

.service-all-section .service-all-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.service-all-section .service-all-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

/*.service-all-section .service-left {
    position: relative;
}*/

.service-all-section .service-left .service-left-box {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
}

.service-left .service-left-box ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    list-style: none;
}

.service-left .service-left-box ul li:last-child {
    border-bottom: none;
}

.service-left .service-left-box ul li .checkbox label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px;
}

.toggle-btn.active-toggle-btn {
    color: #e5e5e5;
}

.toggle-btn-minus {
    position: absolute;
    right: 30px;
    font-size: 50px;
    line-height: 1;
    color: #d90467;
}

.toggle-btn-plus {
    position: absolute;
    right: 30px;
    font-size: 38px;
    line-height: 1.2;
    color: #d90467;
}

.service-right .service-right-box h5.active-bar {
    color: #e5e5e5;
    background-color: #d90467;
}

.service-right .service-right-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
    background: #e5e5e5;
        background-color: rgb(229, 229, 229);
    color: #d90467;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.service-right .service-right-box .single-service {
    padding: 10px;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
    position: relative;
    margin-bottom: 20px;
}

.service-right .service-right-box .single-service img {
    max-width: 100%;
}

.service-right .service-right-box .single-service h6 {
    margin-top: 10px;
    font-size: 16px;
}

.service-right .service-right-box .single-service p {
    color: #34a853;
    margin-bottom: 0;
}

.service-right .service-right-box .single-service p span {
    text-decoration: line-through;
    color: #acacac;
    display: block;
}

.single-service li {
	list-style: none;
}

.single-service li button {
	color: #fff;
	background: #6bc513;
	font-size: 16px;
	border: none;
	margin: 0 auto;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	width: 70px;
	border-radius: 3px;
	text-align: center;
	padding: 7px 0px 5px 0px;
}

.service-description .descripton-left {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
    padding: 10px;
}

.service-description .descripton-left img {
    width: 100%;
    height: 300px;
}

.service-description .descripton-right {
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
    padding: 20px;
}

.service-description .descripton-right .desp-img-content {
    /*position: relative;*/
    display: block;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

.service-description .descripton-right .desp-img-content p {
    padding: 6px;
    border: 1px solid #34a853;
    color: #34a853;
    background: #fafafa;
    border-radius: 5px;
    width: auto;
    text-align: center;
    position: absolute;
	right: 30px;
	top: 20px;
    font-size: 12px;
}

.service-description .descripton-right h5 {
    margin-top: 20px;
}

.service-description .descripton-right .total-price {
    /*position: relative;*/
    margin-top: 15px;
    padding-bottom: 20px;
}

.service-description .descripton-right .total-price h6 {
    margin-bottom: 0;
    font-size: 18px;
}

.service-description .descripton-right .total-price span.regular {
    text-decoration: line-through;
    color: #666666;
    font-size: 20px;
    margin-right: 5px;
}

.service-description .descripton-right .total-price span {
    color: #34a853;
    font-size: 20px;
}

.desp-img-content div {
	width: 100%; 
	display: inline-block; 
	position: absolute; 
	top: 70px;
	right: 30px; 
	text-align: right;
}

.desp-img-content li button {
	color: #fff;
	background: #6bc513;
	font-size: 16px;
	border: none;
	margin: 0 auto;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	width: 70px;
	border-radius: 3px;
	text-align: center;
	padding: 7px 0px 5px 0px;
}

/* Appointment */

.appointment-page-section {
    margin-bottom: 50px;
}

.appointment-page-section .appointment-heading {
    margin: 50px 0;
}

.appointment-page-section .appointment-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.appointment-page-section .appointment-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}


/* About Us */

.about-heading {
	margin: 80px 0;
}

.about-heading h5 {
	font-size: 35px;
	color: #d90467;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.about-heading p {
	text-align: center;
}

.about-section .about-main .about-box-img {
	margin-bottom: 70px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.about-section .about-main .about-box-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 100%;
	object-position: 100%;
	position: relative;
	transition: all .3s;
	display: block;
	height: auto;
	transform: scale(1);
	border-radius: 7px;
}

.about-section .about-main .about-box-img img:hover {
	transform: scale(1.2);
}

.about-section .about-main .about-box-content h4 {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #666;
}

.about-section .about-main .about-box-content {
    margin-bottom: 70px;
    padding: 20px;
}

.about-box-content h4 {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #666;
}

.about-section .about-main .about-box-content h4::after {
    width: 140px;
    height: 2px;
    bottom: -20px;
    background-color: #666;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 70px;
}

.about-box-content p {
	margin-top: 40px;
	font-size: 16px;
	font-weight: 300;
	padding-right: 50px;
}

.happy-section {
    background: #ff6c8c;
    padding: 30px 0;
    margin-bottom: 80px;
}

.happy-section .happy-box {
    text-align: center;
    color: #fff;
}

.happy-section .happy-box img {
	max-width: 80px;
	margin-bottom: 10px;
}

.happy-section .happy-box h5 {
	font-size: 30px;
}

.happy-section .happy-box p {
	margin-bottom: 0;
}

.about-section .process-bar-section {
    margin-bottom: 50px;
}

.about-section .process-bar-section h5 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #666;
}

.about-section .process-bar-section h5::after {
    width: 140px;
    height: 2px;
    bottom: -10px;
    background-color: #666;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

/* Contact Us */

.contact-section {
    margin-bottom: 70px;
}

.contact-section .contact-heading {
    margin: 50px 0;
}

.contact-section .contact-heading h5 {
    font-size: 35px;
    color: #d90467;
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-section .contact-heading h5::after {
    width: 140px;
    height: 3px;
    bottom: -5px;
    background-color: #d90467;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.contact-section .contact-main-page .contact-box {
    padding: 10px 50px 10px 10px;
    margin-bottom: 20px;
}

.contact-section .contact-main-page .contact-box p a {
    color: #d90467;
    margin-left: 5px;
}

.contact-section .contact-form {
    padding: 15px;
    box-shadow: 0 2px 11px 0 rgba(86,86,86,.22);
    border-radius: 7px;
}

.contact-section .contact-form h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}

.contact-section .contact-form form {
    padding: 0 15px;
}

.contact-section .contact-form form input {
    margin-bottom: 10px;
    outline: 0;
    border: 1px solid #ced4da;
}

.contact-section .contact-form form textarea {
	width: 100%;
	resize: none;
	padding: 10px;
	border-radius: .25rem;
    outline: 0;
    border: 1px solid #ced4da;
}

.contact-section .contact-form button.btn {
    color: #fff;
    background: #d90467;
    font-size: 16px;
    padding: 6px 30px;
    margin: 10px 0;
    width: 100%;
    outline: 0;
    box-shadow: none;
}


/* Margin and Padding */

.m-0 { margin: 0px !important; }
.p-0 { padding: 0px !important; }
.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }


.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }

.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }

.m-hide { display: block; }
.m-show { display: none; }

#carouselExampleIndicators {
    margin-top: 100px;
}

/* Start Responsive CSS */

@media only screen and (max-width: 320px) {
    .m-hide { display: none !important; }
    .m-show { display: block !important; }
    .buy-cart { right: -15px !important; top: 25px !important; }

    .logo { top: 10px; padding: 0px; }
    .logo img { width: 70px; height: 70px; }

    .side-navbar { display: inline-block; position: relative; float: right; right: 20px; top: 20px; }

    .footer-bottom div div div { text-align: center !important; }
    .footer-link ul { float: none !important; display: inherit !important; }

    .our-services .service-heading { margin-top: 70px !important; }
    .service-page-section .service-heading { margin-top: 90px !important; }
    .appointment-page-section .appointment-right { padding: 10px !important; }
    .input-group-addon { padding: 6px 10px !important; }
    .appointment-right .appointment-time .booking-left-date ul li { padding: 5px !important; font-size: 12px !important; }

    .banner-container { height: 150px !important; margin-top: 65px; }
    .our-services { padding-top: 0px !important; }
    .about-section { margin-top: 50px !important; }
    .banner-container-small { height: 80px !important; }
    .banner-title-small { font-size: 18px !important; line-height: 80px !important; }
    .contact-section .contact-heading { margin: 125px 0 0 0 !important; }
    .about-us-wrap .section-title { padding-top: 20px !important; } 
    .alert { z-index: 1000 !important; position: fixed !important; left: 0px !important; right: 0px !important; margin: 0px 10px 0px 10px !important; bottom: 15px !important; }
    #carouselExampleIndicators { margin-top: 60px; }
}

@media only screen and (min-width: 320px) and (max-width:480px) { 
    .m-hide { display: none !important; }
    .m-show { display: block !important; }
    .buy-cart { right: -15px !important; top: 25px !important; }

    .logo { top: 10px; padding: 0px; }
    .logo img { width: 70px; height: 70px; }

    .side-navbar { display: inline-block; position: relative; float: right; right: 20px; top: 20px; }

    .footer-bottom div div div { text-align: center !important; }
    .footer-link ul { float: none !important; display: inherit !important; }

    .our-services .service-heading { margin-top: 70px !important; }
    .service-page-section .service-heading { margin-top: 90px !important; }
    .appointment-page-section .appointment-right { padding: 10px !important; }
    .input-group-addon { padding: 6px 10px !important; }
    .appointment-right .appointment-time .booking-left-date ul li { padding: 5px !important; font-size: 12px !important; }

    .banner-container { height: 150px !important; margin-top: 65px; }
    .our-services { padding-top: 0px !important; }
    .about-section { margin-top: 50px !important; }
    .banner-container-small { height: 80px !important; }
    .banner-title-small { font-size: 18px !important; line-height: 80px !important; }
    .contact-section .contact-heading { margin: 125px 0 0 0 !important; }
    .about-us-wrap .section-title { padding-top: 20px !important; } 
    .alert { z-index: 1000 !important; position: fixed !important; left: 0px !important; right: 0px !important; margin: 0px 10px 0px 10px !important; bottom: 15px !important; }
    #carouselExampleIndicators { margin-top: 60px; }
}

@media only screen and (min-width: 480px) and (max-width:768px) { 
    .m-hide { display: none !important; }
    .m-show { display: block !important; }
    .buy-cart { right: -15px !important; top: 25px !important; }

    .logo { top: 10px; padding: 0px; }
    .logo img { width: 70px; height: 70px; }

    .side-navbar { display: inline-block; position: relative; float: right; right: 20px; top: 20px; }

    .footer-bottom div div div { text-align: center !important; }
    .footer-link ul { float: none !important; display: inherit !important; }

    .our-services .service-heading { margin-top: 70px !important; }
    .service-page-section .service-heading { margin-top: 90px !important; }
    .appointment-page-section .appointment-right { padding: 10px !important; }
    .input-group-addon { padding: 6px 10px !important; }
    .appointment-right .appointment-time .booking-left-date ul li { padding: 5px !important; font-size: 12px !important; }

    .banner-container { height: 150px !important; margin-top: 65px; }
    .our-services { padding-top: 0px !important; }
    .about-section { margin-top: 50px !important; }
    .banner-container-small { height: 80px !important; }
    .banner-title-small { font-size: 18px !important; line-height: 80px !important; }
    .contact-section .contact-heading { margin: 125px 0 0 0 !important; }
    .about-us-wrap .section-title { padding-top: 20px !important; } 
    .alert { z-index: 1000 !important; position: fixed !important; left: 0px !important; right: 0px !important; margin: 0px 10px 0px 10px !important; bottom: 15px !important; }
    #carouselExampleIndicators { margin-top: 60px; }
}

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

}

@media only screen and (min-width: 1024px) and (max-width:1365px) { 
    
}

@media only screen and (min-width: 1366px) and (max-width:1600px) { 
        
}

@media only screen and (min-width: 1601px) and (max-width:1900px) { 
       
}

@media only screen and (min-width: 1900px) { 
    
}

/* End Responsive CSS */
